body {
  font-family: "objektiv-mk3", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #2b3034;
  background-color: #ffffff;
  overflow-x: hidden;
  text-rendering: optimizeLegibility
}

h1, h2, h3, h4, h5, h6 {
  color: #033a78;
  font-family: "objektiv-mk3", sans-serif !important;
  font-weight: normal;
  margin-bottom: 20px !important;
  text-rendering: optimizeLegibility
}

h1 {
  font-size: 40px;
  line-height: 50px;
}

h2 {
  font-size: 36px;
  line-height: 26px;
}

h3 {
  font-size: 30px;
  line-height: 20px;
}

h4 {
  font-size: 24px;
  line-height: 18px;
}

h5 {
  font-size: 22px;
  line-height: 36px;
}

h6 {
  font-size: 18px;
  line-height: 28px;
}

strong, b {
  font-weight: 700;
}

.ObjektivMk3_light, .ObjektivMk3_light * {
  font-family: "objektiv-mk3", sans-serif;
  font-weight: 300;
}

.ObjektivMk3_normal {
  font-family: "objektiv-mk3", sans-serif;
  font-weight: 400;
}

.ObjektivMk3_medium {
  font-family: "objektiv-mk3", sans-serif;
  font-weight: 500;
}

.font_medium {
  font-weight: 500 !important
}

.font_bold {
  font-weight: 700 !important
}

.font_semiBold {
  font-weight: 600 !important
}

.font_normal {
  font-weight: 400 !important;
}

.font_thin {
  font-weight: 100 !important;
}

.font_light, .font_light * {
  font-weight: 300 !important
}

.font-white *, .font-white {
  color: #fff;
}

::-moz-selection {
  color: #EFEFEF;
  background: rgba(0, 0, 0, 0.7);
}

::selection {
  color: #EFEFEF;
  background: rgba(0, 0, 0, 0.7);
}

a, button, input[type="submit"] {
  outline: none;
  cursor: pointer;
  -webkit-transition: all ease-in-out 300ms;
  -moz-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  text-decoration: none;
}

* {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

input[type="submit"].btn-primary:hover {
  background: #0463a0;
}

img {
  /* border-radius: 5px; */
}

p {
  font-family: "objektiv-mk3", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
  color: #2b3034;
}

ul, ol, ul li {
  font-family: "objektiv-mk3", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2px;
  color: #2b3034;
}

p:last-child {
  margin-bottom: 0
}

input[type="submit"] {
  color: #ffffff;
}

input[type="submit"]:disabled {
  cursor: default;
}

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

.blockquote, blockquote>p, blockquote {
  color: #033a78;
  font-weight: 100;
  font-style: italic;
  font-size: 24px;
  line-height: 36px;
  padding-left: 30px;
}

.text-center {
  text-align: center
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right !important;
}

input[type="text"]::placeholder, input[type="number"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder, textarea::placeholder {
  color: #2b3034 !important;
}

input[type="text"]:focus::placeholder, input[type="number"]:focus::placeholder, input[type="email"]:focus::placeholder, input[type="password"]:focus::placeholder, textarea:focus::placeholder {
  color: #aba4a3 !important;
}

input:focus::-webkit-input-placeholder {
  color: #aba4a3
}

input:focus:-moz-placeholder {
  color: #aba4a3
}

input:focus::-moz-placeholder {
  color: #aba4a3
}

input:focus:-ms-input-placeholder {
  color: #aba4a3
}

textarea:focus:-ms-input-placeholder {
  color: #aba4a3
}

label {
  font-family: "objektiv-mk3", sans-serif !important;
  font-weight: 300;
  font-size: 18px;
  font-style: normal;
  line-height: 1em;
  margin-bottom: 10px;
  display: block;
  color: #033a78;
}

.read-more, input[type="submit"] {
  border-radius: 3px !important;
}

.btn-arrow .typcn-arrow-right, .btn-arrow a .typcn-arrow-right {
  -webkit-transition: all ease-in-out 200ms;
  -moz-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
}

.btn-arrow:hover>.typcn-arrow-right, .btn-arrow a:hover>.typcn-arrow-right {
  right: 20px !important;
}

/* html, button, input, select, textarea, .pure-g [class *= "pure-u"] */
.form-group {
  position: relative;
}

.form-group input[type=password], .form-group input[type=email], .form-group input[type=url], .form-group input[type=date], .form-group input[type=month], .form-group input[type=time], .form-group input[type=datetime], .form-group input[type=datetime-local], .form-group input[type=week], .form-group input[type=tel], .form-group input[type=color], .form-group input[type=number], .form-group input[type=search], .form-group input[type=text], .form-group select, .form-group textarea {
  font-family: "objektiv-mk3", sans-serif;
  padding: 5px 15px 5px 30px;
  outline: none;
  display: block;
  width: 100%;
  border-radius: 0;
  vertical-align: middle;
  height: 55px;
  font-size: 16px;
  font-weight: 300;
  border: 0;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 12px 40px 0px rgba(32, 51, 73, 0.15);
  -moz-box-shadow: 0px 12px 40px 0px rgba(32, 51, 73, 0.15);
  box-shadow: 0px 12px 40px 0px rgba(32, 51, 73, 0.15);
  -webkit-transition: all ease-in-out 250ms;
  -moz-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
}

.form-group textarea {
  resize: none;
  height: 150px; /* Was 210px */
  padding: 15px 15px 5px 30px;
}

.form-group input[type=password]:focus, .form-group input[type=email]:focus, .form-group input[type=url]:focus, .form-group input[type=date]:focus, .form-group input[type=month]:focus, .form-group input[type=time]:focus, .form-group input[type=datetime]:focus, .form-group input[type=datetime-local]:focus, .form-group input[type=week]:focus, .form-group input[type=tel]:focus, .form-group input[type=color]:focus, .form-group input[type=number]:focus, .form-group input[type=search]:focus, .form-group input[type=text]:focus, .form-group select:focus, .form-group textarea:focus {
  color: #252525;
  background-color: #fff;
  outline: 0;
  border-color: #48c9f1;
  box-shadow: 0 0 9px rgba(36, 155, 192, .5);
}

/*Header*/
header {
  padding: 3px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8;
  background: transparent;
}

header .logo {
  margin-top: 10px;
}

header .logo.sticky {
  display: none;
}

header.sticky {
  background: #ffffff;
  padding-bottom: 20px;
}

header.sticky .logo.static {
  display: none;
}

header.sticky .logo.sticky {
  display: block;
}

header.sticky .social_media .icons_header li a {
  color: #5a7ebe
}

.flex_row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*Contact Us*/
.contact_number_cta, .contact_number_cta:hover {
  color: #fff
}

.contact_number_cta.disabled {
  cursor: default;
}

.wpcf7 .flex_row>div {
  padding-left: 0;
  padding-right: 0;
}

.wpcf7 .btn {
  margin-left: 20px;
  margin-top: 20px;
}

.wpcf7 .radio_type {
  margin-bottom: 40px;
}

.wpcf7 .radio_type label {
  display: block;
  margin-bottom: 20px;
  margin-left: 15px;
}

.wpcf7 .radio_type .wpcf7-list-item {
  font-family: "objektiv-mk3", sans-serif !important;
  display: block;
  margin-bottom: 20px;
  font-weight: 500;
  width: 100%;
}

.wpcf7 .radio_type .wpcf7-list-item input {
  box-shadow: 0px 12px 40px 0px rgba(32, 51, 73, 0.15);
  -webkit-box-shadow: 0px 12px 40px 0px rgba(32, 51, 73, 0.15);
  -moz-box-shadow: 0px 12px 40px 0px rgba(32, 51, 73, 0.15);
}

.wpcf7 .radio_type .wpcf7-list-item span {
  color: #033a78;
  font-size: 18px;
  line-height: 28px;
  margin-left: 10px;
}

input[aria-invalid="true"], select[aria-invalid="true"], textarea[aria-invalid="true"] {
  background: #F2DEDE !important;
  border: 0 !important;
}

span.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-submit.request_btn {
  display: none !important
}

.download_button a.disabled {
  pointer-events: none;
  cursor: default;
}

/* Footer */
footer {
  background: #e9edf4;
  color: #2b3034;
  padding: 30px 0;
  float: left;
  width: 100%;
}

.main_footer {
  width: 100%;
}

.logo_footer a {
  display: block;
}

.main_footer {
  position: relative;
  padding: 30px 0 50px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.main_footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  width: 100%;
}

.main_footer ul li {
  display: inline-block;
}

.main_footer ul li a {
  color: #2b3034;
  display: block;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
}

.main_footer ul li a:hover {
  text-decoration: none;
  color: #2b3034;
}

.menu_footer {
  text-align: center;
  margin-top: 20px;
}

.menu_footer ul li a {
  margin: 3px 15px;
}

.social_media .icons_header {
  margin-top: 20px;
  text-align: center;
}

.social_media .icons_header li a {
  color: #fff;
}

.social_media .icons_footer {
  margin-top: 20px;
  text-align: left;
}

.social_media ul li {
  display: inline-block;
  list-style: none;
  margin: 0 7px;
}

.social_media .icons_footer li a {
  color: #5a7ebe;
}

.social_media ul li a {
  font-size: 18px;
  text-decoration: none !important
}

.pt-170 {
  padding-top: 170px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pt-200 {
  padding-top: 200px;
}

.pl-60 {
  padding-left: 60px !important;
}

.mt-40 {
  margin-top: 40px;
}

.white-text p {
  color: #fff;
}

.white-text ul li {
  color: #fff;
  font-size: 16px;
}

.text-uppercase {
  text-transform: uppercase;
}

/*Forms*/
.fieldgroup {
  margin-bottom: 20px;
}

.fieldgroup .half-col {
  display: inline-block;
  margin-right: 1%;
  width: 48%;
}

.fieldgroup .full-col {
  width: 98%;
}

.form-group .button-blue {
  font-size: 18px;
  padding: 0.5rem 4rem;
  width: 100%;
}

/*slick carousel*/
.slick-dots {
  bottom: -40px;
}

.slick-dots li {
  margin: 0 1px;
}

.slick-dots li button {
  box-shadow: none !important
}

.slick-dots li button:before {
  font-size: 12px;
  color: #5a7ebe;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #2fc55d;
  opacity: 1
}

/* END slick carousel*/
/*Pagenavi*/
#pagenav {
  margin-top: 50px;
  padding: 0 5%;
}

#pagenav .wp-pagenavi {
  width: 100%;
}

#pagenav span.default_arrow {
  margin-right: 30px;
}

#pagenav span.default_arrow .fa {
  background: #ccd7e9;
  opacity: 1;
}

#pagenav a, #pagenav span {
  font-family: "objektiv-mk3", sans-serif;
  border: 0;
  padding: 10px 7px;
  line-height: 28px;
  font-weight: 400;
  color: #033a78;
  float: left;
  height: 46px;
  vertical-align: middle;
  font-size: 18px;
  text-decoration: none;
}

#pagenav a:hover, #pagenav span.current {
  color: #033a78;
  text-decoration: underline;
}

#pagenav span.current {
  font-weight: bold;
}

#pagenav a.previouspostslink {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

#pagenav a.nextpostslink {
  display: inline-block;
  vertical-align: middle;
  float: right;
  padding: 0 !important;
}

#pagenav .fa {
  font-size: 30px;
  margin-top: -5px;
  background: #5a7ebe;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 4px 0;
  border-radius: 100%;
  color: #fff;
}

#pagenav .fa:hover {
  opacity: 0.5;
}

/* Modals */
.modal {
  background: rgba(0, 33, 71, 0.9) !important;
}

.modal-backdrop {
  display: none
}

.modal-header {
  border: 0 !important;
  margin-bottom: 40px;
}

.modal-header .close {
  background: #5a7ebe url('../images/i-close.png')no-repeat center center !important;
  background-size: 30% !important;
  color: #fff;
  opacity: 1 !important;
  margin: 0 !important;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  padding: 0 !important;
  position: absolute;
  z-index: 999999;
  cursor: pointer;
}

.modal-body {
  padding: 0 1rem !important;
}

.modal-content {
  background: transparent !important;
  border: 0 !important;
}

.modal-backdrop.show {
  opacity: 0.8 !important;
}

.modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 80% !important;
  }
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-pager .pager {
  display: inline-block;
}

.item {
  z-index: 2;
}

.isotope-hidden.item {
  pointer-events: none;
  z-index: 1;
}

.item.hidden {
  display: none;
}

/**** Isotope CSS3 transitions ****/
.isotope, .isotope .item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .item, .isotope .item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.maincontent a {
  color: #2fc55d;
  text-decoration: underline;
}

.maincontent a:hover {
  color: #2fc55d;
}

#media_filter {
  margin: 60px 0;
  float: left;
  width: 100%;
}

#filters {
  margin: 30px 0;
  padding: 0;
  text-align: center;
}

#filters li {
  list-style: none;
  padding: 0 5px;
}

#filters li a {
  color: #5a7ebe;
  font-weight: 300;
  background: #ffffff;
  -webkit-box-shadow: 0px 12px 40px 0px rgba(32, 51, 73, 0.15);
  -moz-box-shadow: 0px 12px 40px 0px rgba(32, 51, 73, 0.15);
  box-shadow: 0px 12px 40px 0px rgba(32, 51, 73, 0.15);
  text-decoration: none;
  padding: 19px 0;
  display: block;
  font-size: 15px;
}

#filters li.selected a, #filters li a:hover {
  color: #ffffff;
  background: #236fc5;
}

.filter_wrap {
  background: #ffffff;
  padding-bottom: 280px;
}

.isotope_wrap {
  background: #e9edf4;
  float: left;
  width: 100%;
  padding-bottom: 60px;
}

.isotope_wrap .fullwidth_container {
  top: -250px;
  margin-bottom: -250px !important;
  position: relative;
}

.isotope_wrap h2.heading {
  color: #033a78;
  font-weight: 500;
  margin-bottom: 60px !important;
  margin-left: 120px;
}

.isotope_wrap .title a {
  color: #033a78;
  text-decoration: none
}

.isotope_list {
  margin-bottom: 60px;
  height: auto !important
}

.isotope_list .item {
  margin-bottom: 40px;
  padding-left: 5px;
  padding-right: 5px;
}

.isotope_list .list_wrap {
  background: #ffffff;
  -webkit-box-shadow: 0px 12px 40px 0px rgba(32, 51, 73, 0.15);
  -moz-box-shadow: 0px 12px 40px 0px rgba(32, 51, 73, 0.15);
  box-shadow: 0px 12px 40px 0px rgba(32, 51, 73, 0.15);
  height: 100%;
}

.isotope_list .item:last-child {
  margin-right: 0;
}

.isotope_list .post-thumbnail {
  height: 280px;
  position: relative;
}

.isotope_list .post-details {
  padding: 35px;
}

.isotope_list .title {
  color: #164680;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}

/* Flex Slider */
.flexslider {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0 0 20px;
}

.flex-direction-nav a {
  height: 25px;
  color: #fff;
}

.flex-direction-nav a:hover {
  color: #fff;
}

.flex-direction-nav a:before {
  font-size: 24px;
  top: 4px;
  position: relative;
}

/* Related Resources */
.related_resources {
  background: transparent !important;
  padding-bottom: 0 !important
}

.resources_box .related_resources .item {
  width: 100% !important;
  max-width: 100% !important;
  height: 100%;
  position: relative;
  margin-bottom: 0;
}

.resources_box .wpb_column, .resources_box .wpb_column .vc_column-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.resources_box .wpb_column {
  margin-bottom: 40px;
}

.resources_box .wpb_wrapper {
  height: 100% !important;
}

.resources_box .related_resources.isotope_wrap {
  height: 100%;
}

.resources_box .isotope_list {
  margin-bottom: 0;
  height: 100% !important;
  position: relative;
}

/* END Related Resources */
/* Single Post */
.single-post-heading {
  background: #e9edf4;
  padding: 60px 0 250px;
  float: left;
  width: 100%;
}

.single-post-heading h2 {
  font-weight: 400;
  margin-bottom: 30px !important;
}

.single-post-heading .buttons-wrap {
  margin-bottom: 40px;
}

.single-post-heading .container {
  margin: 0 auto;
  width: 930px;
}

.single-content {
  top: -250px;
  margin-bottom: -250px;
  position: relative;
  float: left;
  width: 100%;
  padding: 50px 0 0;
}

.single-content .single_container {
  width: 930px;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

.single-content .post-thumbnail {
  margin-bottom: 50px;
}

.single-template h1, .single-template h2, .single-template h3, .single-template h4, .single-template h5, .single-template h6 {
  color: #033a78;
}

.post-thumbnail img {
  margin: 0 auto;
}

.dropdown.dropdown_tab {
  display: none;
}

.dropdown.dropdown_tab .btn-default {
  font-family: "objektiv-mk3", sans-serif;
  background-color: #236fc5;
  color: #ffffff;
  border-color: #236fc5;
  padding: .25rem 1rem;
  font-size: 14px;
  display: block;
  width: 100%;
  outline: none;
  box-shadow: none;
  border-radius: 0 !important;
  text-align: left;
  text-transform: none;
  font-weight: 500;
}

.dropdown.dropdown_tab .dropdown-menu {
  width: 100% !important;
  font-family: "objektiv-mk3", sans-serif;
  border-radius: 0;
  border: 0;
  background: #ffffff;
  -webkit-box-shadow: 1px 4px 7px #e8e8e8;
  -moz-box-shadow: 1px 4px 7px #e8e8e8;
  box-shadow: 1px 4px 7px #e8e8e8;
}

.dropdown.dropdown_tab .dropdown-item.active, .dropdown.dropdown_tab .dropdown-item:active, .dropdown.dropdown_tab .dropdown-item:hover {
  color: #fff !important;
  background-color: #236fc5;
}

.dropdown.dropdown_tab .dropdown-item.active {
  pointer-events: none !important;
}

.dropdown_tab a.dropdown-item:first-child {
  border-top: 0;
}

.dropdown_tab a.dropdown-item {
  font-family: "objektiv-mk3", sans-serif;
  border-top: 1px solid #5a7ebe;
  color: #5a7ebe;
  text-decoration: none;
  padding: 10px 27px;
  font-size: 14px;
  font-weight: 500;
}

.dropdown.dropdown_tab .btn-default.dropdown-toggle::after {
  top: 22px;
  right: 30px;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  padding: 4px;
}

/* Youtube Video */
.videoWrapper {
  position: relative;
  width: 930px;
  height: 500px;
  background-color: #000;
  margin: 0 auto;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  outline: none;
  box-shadow: none;
}

.videoPoster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -40px 0 0 -40px;
  background: #ffffff;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}

.videoPoster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -27px 0 0 -16px;
  border-left: 23px solid #ccd4d3;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}

.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #ccd4d3;
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

/* Success Stories */
.wrap-slide-testimonial {
  position: relative;
  padding: 30px 0;
}

.wrap-testimonial-slider .slick-arrow {
  background: #5a7ebe;
  border-radius: 100%;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  height: 48px;
  width: 48px;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.wrap-testimonial-slider .slide-prev.slick-arrow {
  left: -100px;
}

.wrap-testimonial-slider .slide-next.slick-arrow {
  right: -80px
}

.wrap-testimonial-slider .slick-arrow .fa {
  color: #fff;
  font-size: 35px;
  margin-top: 5px;
}

.wrap-testimonial-slider .slider-intro {
  margin-bottom: 60px;
}

.wrap-testimonial-slider .slide_image {
  display: inline-block;
  width: 580px;
  height: 550px;
  z-index: 1;
  position: relative;
}

.wrap-testimonial-slider .story_heading {
  margin-bottom: 25px !important;
}

.wrap-testimonial-slider .slide_content {
  width: 700px;
  z-index: 2;
  display: inline-block;
  position: absolute;
  background: #ffffff;
  -webkit-box-shadow: 0px 12px 40px 0px rgba(32, 51, 73, 0.15);
  -moz-box-shadow: 0px 12px 40px 0px rgba(32, 51, 73, 0.15);
  box-shadow: 0px 12px 40px 0px rgba(32, 51, 73, 0.15);
  padding: 75px 70px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.wrap-testimonial-slider .slide_content blockquote {
  font-family: "objektiv-mk3", sans-serif;
  color: #2b3034;
  font-size: 18px;
  line-height: 28px;
  font-style: normal;
  padding: 0;
}

.wrap-testimonial-slider .slide_content cite {
  display: block;
  margin-top: 30px;
  color: #5a7ebe;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.light-bg {
    background-color: #e9edf4 !important;
}