/*
Theme Name: Dsquared
Theme URI: http://www.dsquaredmedia.net/
Author: Dsquared Media
Author URI: http://www.dsquaredmedia.net/
Description: Bootstrap 3 theme made by Dsquared Media
Version: 1.2

font-family: "Marcellus", serif;

-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
transition: all 0.25s ease-out;
*/

@import url('css/responsive.css');

* {
	outline: none !important;
}

body {
  font-family: "Jost", sans-serif;
}

.slicknav_menu {
    display: none;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft, .wp-caption.alignleft, img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright, .wp-caption.alignright, img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft, .wp-caption.alignright, .wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

.c-hamburger {
  display: block;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 53px;
  height: 42px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  z-index: 100000;
  background: none !important;
  margin-top: 10px;
  right: 15px;
  z-index: 200000;
  /*-webkit-transition: background 0.3s;
          transition: background 0.3s;*/
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 17px;
  left: 22px;
  right: 22px;
  height: 1px;
  background: #3A3B3E;
  width: 30px;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: -5px;
  width: 100%;
  height: 1px;
  background-color: #3A3B3E;
  content: "";
  width: 35px;
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx {
  background-color: #3A3B3E;
}

.c-hamburger--htx span {
  /*-webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;*/
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: #3A3B3E;
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
          background: #3A3B3E;
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
          background: #3A3B3E;
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}

#mobile_menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100svh;
	background: #131F40;
	z-index: -1000;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	-moz-transition: opacity 0.25s ease-out;
	-o-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
}

.mobile_menu_inner {
}

#mobilemenu {
  overflow: hidden;
  position: relative;
}

#mobilemenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mobilemenu ul li {
	display: block;
	width: 100%;
  font-family: "Marcellus", serif;
}

#mobilemenu ul li a {
	color: #fff !important;
	font-size: 22px;
	font-weight: 400;
	text-decoration: none !important;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: relative;
  display: block;
  padding: 10px 15px;
}

#mobilemenu ul li a:hover {
 	color: #FF3043 !important;
}

#mobilemenu ul li.current_page_item > a {
	color: #FF3043 !important;
}

#mobilemenu ul li ul {
}

#mobilemenu ul li ul li {
}

#mobilemenu ul li.menu-item-has-children span {
	display: block;
	position: absolute;
	top: 0;
	right: 15px;
	width: 20px;
	height: 100%;
	background: url('images/mobile_menu_arrow.svg') no-repeat center center;
}

#mobilemenu ul li.menu-item-has-children > a {
	padding-right: 30px;
}

#mobile_logo {
	display: inline-block;
	max-width: 190px;
	height: auto;
}

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

.mobile_menu_active #mobile_menu {
	opacity: 1;
	z-index: 15000;
}

.animate-text{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateY(30px);
    opacity:0
}

.animate-button {
	transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s !important;
}

.animate-button-second {
	transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.3s, opacity 0.7s 0.3s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s !important;
}

.animate-button-third {
	transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.6s, opacity 0.7s 0.6s, color 0.25s ease-out 0s, background-color 0.25s ease-out 0s !important;
}

.animate-button-fourth {
	transition:transform 0.7s cubic-bezier(0.77, 0, 0.175, 1) 0.9s, opacity 0.7s ease-out 0.9s, color 0.25s ease-out 0s, background 0.25s ease-out 0s !important;
}

.animate-text.from-left{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateX(-100px);
    opacity:0
}

.animate-text.from-right{
    transition:transform 0.7s 0s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.7s 0s;
    transform:translateX(100px);
    opacity:0
}

.animate-text.loaded-text{
    transform:translateY(0);
    opacity:1
}

.animate-text.from-left.loaded-text{
    transform:translateX(0);
    opacity:1
}

.animate-text.animate-second{
    transition-delay:0.3s
}

.animate-text.animate-third{
    transition-delay:0.6s
}

.animate-text.animate-fourth{
    transition-delay:0.9s
}

.no-anim-text .animate-text{
    transform:translateY(0);
    opacity:1
}

.img-bg-wrapper{
    display:block;
    position:relative;
    z-index:1;
    overflow:hidden;
    transform-origin:50% 50%;
    transform:translateX(-200px) skew(50deg);
    overflow:hidden;
    transition:transform 1s cubic-bezier(0.77, 0, 0.175, 1)
}

.img-bg-wrapper .img-bg-inner{
    height:100%;
    width:100%;
    display:block;
    transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    opacity:0;
    transform:translateX(300px) translateZ(0) skew(-50deg);
    transform-origin:center center;
    position:absolute;
    top:0
}

.img-bg-wrapper.img-bg-loaded{
    transform:translateX(0)
}

.img-bg-wrapper.img-bg-loaded .img-bg-inner{
    transform:translateX(0);
    opacity:1
}

.img-wrapper{
    display:block;
    position:relative;
    z-index:1;
    overflow:hidden;
    transform-origin:50% 50%;
    transform:translateX(-200px) skew(50deg);
    overflow:hidden;
    transition:transform 1s cubic-bezier(0.77, 0, 0.175, 1)
}

.img-wrapper img:first-child{
    transition:opacity 1s cubic-bezier(0.77, 0, 0.175, 1), transform 1s cubic-bezier(0.77, 0, 0.175, 1);
    opacity:0;
    transform:translateX(300px) translateZ(0) skew(-50deg);
    transform-origin:center center
}

.img-wrapper.loaded-img{
    transform:translateX(0)
}

.img-wrapper.loaded-img img:first-child{
    transform:translateX(0);
    opacity:1
}

.footer_wrap {
  background: url('images/footer_bg.jpg') no-repeat center top;
  background-size: cover;
}

.footer_top_wrap {
  padding-top: 110px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer_col {
  margin-bottom: 85px;
}

.footer_logo {
  max-width: 100%;
  height: auto;
  margin-bottom: 25px;
}

.footer_text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
}

.footer_social {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer_social li {
  display: inline-block;
  margin-right: 20px;
}

.footer_social li:last-child {
  margin-right: 0;
}

.fsoc {
  display: inline-block;
  text-decoration: none !important;
}

.fsoc svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.fsoc:hover svg path {
  fill: #FF3043;
}

.footer_title {
  font-family: "Marcellus", serif;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 25px 0;
  padding: 0;
}

.footermenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footermenu ul li {
  font-size: 16px;
  line-height: 30px;
}

.footermenu ul li a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.footermenu ul li a:hover {
  color: #FF3043 !important;
}

.copyright {
  color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
}

.footer_bottom_wrap {
  padding: 27px 0;
}

.top_wrap {
  height: 435px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: 1;
}

.top_wrap::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #FF3043;
  margin-left: -1px;
  transform: translateY(50%);
}

.top_breadcrumbs {
  color: #FF3043;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.16px;
  margin-bottom: 15px;
}

.top_breadcrumbs a {
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.top_breadcrumbs a:hover {
  color: #FF3043 !important;
}

.top_title {
  color: #fff;
  font-size: 65px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-family: "Marcellus", serif;
}

.top_inner {
  position: absolute;
  top: 58%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.header_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding: 20px 0;
}

.logo {
  display: inline-block;
}

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

.mainmenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mainmenu ul li {
  display: inline-block;
  font-size: 16px;
  margin: 0 10px;
  position: relative;
}

.mainmenu ul li a {
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.mainmenu ul li a:hover, .mainmenu ul li.current_page_item > a {
  color: #FF3043 !important;
}

.mainmenu ul li.menu-item-has-children > a {
  padding-right: 14px;
  background: url('images/dropdown_arrow.svg') no-repeat right 0 center;
}

.mainmenu ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 35px;
  display: none;
}

.mainmenu ul li:hover ul.sub-menu {
  display: block;
}

.mainmenu ul li ul.sub-menu li {
  display: block;
  border-bottom: 1px solid #F0F0F0;
  margin: 0;
}

.mainmenu ul li ul.sub-menu li:last-child {
  border-bottom: none;
}

.mainmenu ul li ul.sub-menu li a {
  width: 185px;
  background: #fff;
  font-size: 16px;
  color: #131F40 !important;
  text-decoration: none !important;
  padding: 10px 15px;
  display: block;
  text-align: left;
}

.mainmenu ul li ul.sub-menu li a:hover {
  color: #FF3043 !important;
}

.header_phone {
  display: inline-block;
  text-decoration: none !important;
  color: #fff !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.header_phone svg {
  margin-right: 7px;
  position: relative;
  top: -2px;
}

.header_phone svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.header_phone:hover svg path {
  fill: #FF3043;
}

.header_phone:hover {
  color: #FF3043 !important;
}

.header_chat {
  display: inline-block;
  text-decoration: none !important;
  color: #fff !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.header_chat svg {
  margin-right: 7px;
  position: relative;
  top: -2px;
}

.header_chat svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.header_chat:hover svg path {
  fill: #FF3043;
}

.header_chat:hover {
  color: #FF3043 !important;
}

.contact_1_wrap {
  background: #F5F8FF;
}

.contact_form_wrap {
  background: #131F40;
  width: 1050px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px;
  position: relative;
  top: 115px;
}

.title_2 {
  color: #FF3043;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 2px 0;
  padding: 0;
}

.title_1 {
  color: #131F40;
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 40px 0;
  padding: 0;
  font-family: "Marcellus", serif;
}

.white {
  color: #fff;
}

.contact_form_wrap .title_1 {
  margin-bottom: 20px;
}

.text_2 {
  color: rgba(255, 255, 255, 0.6);
}

.text_2 p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 45px 0;
  padding: 0;
}

.contact_row .wpcf7-text {
  /*background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.31);
  padding: 0 0 15px 0;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 60px;
  width: 100%;*/
  background: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 300;
  color: #131D29;
  margin-bottom: 30px;
  width: 100%;
}

.contact_row .wpcf7-textarea {
  background: #fff;
  border: none;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 300;
  color: #131D29;
  margin-bottom: 60px;
  height: 150px;
  resize: none;
  width: 100%;
}

.contact_row .wpcf7-submit {
  color: #fff !important;
  background: #FF3043;
  padding: 10px 15px;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2px;
  display: block;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.contact_row .wpcf7-submit:hover {
  color: #FF3043 !important;
  background: #fff;
}

.contact_row .wpcf7-spinner {
  position: absolute !important;
}

.contact_2_wrap {
  padding: 215px 0 50px 0;
}

.loc_col {
  width: 20%;
  margin-bottom: 50px;
}

.loc_col_inner {
  border: 1px solid #7070702E;
  margin: 0 6px;
  padding: 25px 18px;
}

.loc_col_title {
  color: #131F40;
  font-family: "Marcellus", serif;
  font-size: 21px;
  font-weight: 400;
  margin: 0 0 12px 0;
  padding: 0;
}

.loc_col_address {
  color: #131F40;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.16px;
}

.loc_col_address p {
  margin: 0 0 10px 0;
  padding: 0;
}

.loc_col_phone {
  color: #131F40;
  font-size: 16px;
  letter-spacing: 0.16px;
  line-height: 23px;
  margin-bottom: 27px;
}

.loc_col_phone a {
  color: #131F40 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.loc_col_phone a:hover {
  color: #FF3043 !important;
}

.loc_col_link {
  color: #FF3043 !important;
  text-decoration: underline !important;
  font-size: 16px;
  letter-spacing: 0.16px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.loc_col_link:hover {
  color: #131F40 !important;
}

.consultation_wrap {
  padding-top: 100px;
}

.image_1 {
  max-width: 100%;
  height: auto;
}

.cr .wpcf7-text {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(19, 31, 64, 0.48);
  padding: 0 0 15px 0;
  font-size: 20px;
  font-weight: 300;
  color: #131D29;
  margin-bottom: 50px;
  width: 100%;
}

.cr .wpcf7-textarea {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(19, 31, 64, 0.48);
  padding: 0 0 15px 0;
  font-size: 20px;
  font-weight: 300;
  color: #131D29;
  margin-bottom: 50px;
  height: 90px;
  resize: none;
  width: 100%;
}

.cr .wpcf7-submit {
  color: #fff !important;
  background: #FF3043;
  border: 1px solid #FF3043;
  padding: 10px 55px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.cr .wpcf7-submit:hover {
  color: #FF3043 !important;
  background: transparent;
}

.cr .wpcf7-spinner {
  position: absolute !important;
}

.consultation_left {
  padding-bottom: 100px;
}

.consultation_right {
  background: url('images/consultation_thing.svg') no-repeat center bottom 100px;
  background-size: 100% auto;
}

.about_3_wrap {
  background: #131F40;
  padding: 100px 0 85px 0;
}

.text_3 {
  color: rgba(255, 255, 255, 0.8);
}

.text_3 p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 15px 0;
  padding: 0;
}

.about_3 .title_1 {
  margin-bottom: 20px;
}

.staff_li {
  margin-bottom: 75px;
}

.staff_li_inner {
  position: relative;
}

.staff_li_image {
  display: inline-block;
  margin: 0 auto 18px auto;
  overflow: hidden;
}

.staff_li_image img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.staff_li_inner:hover img {
  transform: scale(1.1);
}

.staff_li_title {
  color: #1A2438;
  font-size: 26px;
  font-weight: 400;
  font-family: "Marcellus", serif;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.staff_li_inner:hover .staff_li_title {
  color: #FF3043;
}

.staff_li_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about_1_wrap {
  padding: 100px 0;
}

.about_1_content {
  width: 1060px;
  max-width: 100%;
  margin: 0 auto;
  color: rgba(26, 36, 56, 0.8);
}

.about_1_content p {
  font-size: 22px;
  line-height: 34px;
  margin: 0 0 40px 0;
  padding: 0;
}

.about_1_content_bottom {
  width: 1060px;
  max-width: 100%;
  margin: 0 auto;
  color: #1A2438;
  font-family: "Marcellus", serif;
}

.about_1_content_bottom p {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.32px;
  margin: 0;
  padding: 0;
}

.about_1_content_bottom p a {
  color: #FF3043 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.about_1_content_bottom p a:hover {
  color: #1A2438 !important;
}

#wrapper {
  z-index: 1;
  height: 600px;
  overflow: hidden;
  position: relative;
  margin-left: 50px;
}

#scroller {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
  padding-right: 20px;
}

.about_2_wrap {
  background: #F5F8FF;
  padding: 80px 0;
  position: relative;
}

.step_li {
  margin-bottom: 20px;
  background: #fff;
}

.step_li_inner {
  padding: 25px;
}

.step_li_title {
  color: #FF3043;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.12px;
  margin: 0 0 22px 0;
  padding: 0 0 12px 0;
  border-bottom: 1px solid rgba(26, 36, 56, 0.1);
}

.step_li_text {
  color: rgba(19, 29, 41, 0.8);
}

.step_li_text p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.about_2_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.about_2 {
  position: relative;
}

.about_2 .title_1 {
  margin-bottom: 15px;
}

.about_2_left_inner {
  padding-right: 30px;
}

.staff_1_wrap {
  padding: 160px 0 40px 0;
  position: relative;
}

.staff_1_wrap::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #F5F8FF;
  width: 38%;
  height: 100%;
}

.staff_1 {
  position: relative;
}

.staff_1_image {
  margin-bottom: 35px;
}

.staff_social_label {
  display: inline-block;
  color: #131F40;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding-top: 0;
  letter-spacing: 0.16px;
}

.staff_social {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.staff_social li {
  display: inline-block;
  margin-right: 15px;
}

.staff_social li:last-child {
  margin-right: 0;
}

.ssoc {
  display: inline-block;
  text-decoration: none !important;
}

.ssoc svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.ssoc:hover svg path {
  fill: #FF3043;
}

.text_4 {
  color: #1A2438;
  font-family: "Marcellus", serif;
}

.text_4 p {
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  margin: 0 0 22px 0;
  padding: 0;
}

.text_1 {
  color: rgba(26, 36, 56, 0.8);
}

.text_1 p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 35px 0;
  padding: 0;
}

.text_1 ul {
  margin: 0 0 35px 0;
  padding: 0;
  list-style-type: none;
}

.text_1 ul li {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 12px;
  padding-left: 20px;
  background: url('images/widget_arrow.svg') no-repeat 0 6px;
  background-size: 9px auto;
}

.text_1 a {
  color: rgba(255, 48, 67, 0.8);
  text-decoration: underline !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.text_1 a:hover {
  color: rgba(26, 36, 56, 0.8) !important;
}

.staff_1_right .title_2 {
  margin-bottom: 15px;
}

.staff_2_wrap {
  padding: 90px 0;
}

.title_3 {
  color: #1A2438;
  font-size: 45px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  margin: 0 0 50px 0;
  padding: 0;
}

.facts_box {
  border: 1px solid #7070702E;
  margin-bottom: 18px;
  padding: 24px 30px;
}

.facts_box_title {
  color: #1A2438;
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.facts_box_text {
  color: rgba(26, 36, 56, 0.8);
}

.facts_box_text p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.facts_box_text ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.facts_box_text ul li {
  padding-left: 15px;
  position: relative;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 10px 0;
}

.facts_box_text ul li::before {
  content: " ";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: rgba(19, 31, 64, 0.8);
}

.facts_box_bottom_text {
  border-top: 1px solid rgba(112, 112, 112, 0.18);
  padding-top: 45px;
  margin-top: 45px;
  color: #131F40;
  font-size: 22px;
  font-weight: 400;
  line-height: 34px;
  font-family: "Marcellus", serif;
}

.facts_box_bottom_text p {
  margin: 0;
  padding: 0;
}

.facts_box_bottom_text a {
  color: #FF3043 !important;
  text-decoration: underline !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.facts_box_bottom_text a:hover {
  color: #131F40 !important;
}

.staff_2_bottom_text {
  color: #1A2438CC;
  margin-top: 30px;
}

.staff_2_bottom_text p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.staff_2_bottom_text b, .staff_2_bottom_text strong {
  color: #1A2438;
  font-weight: 500;
}

.staff_2_bottom_text a {
  color: #FF3043 !important;
  text-decoration: underline !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.staff_2_bottom_text a:hover {
  color: #1A2438CC !important;
}

.staff_3_wrap {
  background: #F5F8FF;
  padding: 35px 0;
}

.button_1 {
  color: #fff !important;
  text-decoration: none !important;
  background: #131F40;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 20px;
  letter-spacing: 0.2px;
  border-radius: 50px;
  padding: 10px 50px;
  display: inline-block;
}

.button_1:hover {
  background: #FF3043;
}

.s_left {
  display: inline-block;
  color: #131F40 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  padding-left: 58px;
  position: relative;
}

.s_left span {
  display: block;
  margin-bottom: 0;
  color: rgba(26, 36, 56, 0.8);
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.s_left svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.s_left:hover span {
  color: #FF3043;
}

.s_left svg rect:last-child {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.s_left svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.s_left:hover svg rect:last-child {
  fill: #FF3043;
  stroke: #FF3043;
}

.s_left:hover svg path {
  fill: #fff;
}

.s_right {
  display: inline-block;
  color: #131F40 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  padding-right: 58px;
  position: relative;
}

.s_right span {
  display: block;
  margin-bottom: 0;
  color: rgba(26, 36, 56, 0.8);
  font-size: 18px;
  font-weight: 400;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.s_right svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(180deg);
}

.s_right:hover span {
  color: #FF3043;
}

.s_right svg rect:last-child {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.s_right svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.s_right:hover svg rect:last-child {
  fill: #FF3043;
  stroke: #FF3043;
}

.s_right:hover svg path {
  fill: #fff;
}

.blog_1_wrap {
  background: #F5F8FF;
  padding: 90px 0;
}

.blog_li {
  margin-bottom: 30px;
}

.blog_li_inner {
  position: relative;
  overflow: hidden;
}

.blog_li_image {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.blog_li_inner:hover .blog_li_image {
  transform: scale(1.1); 
}

.blog_li_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
}

.blog_li_overlay::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(0deg, #131F4000 0%, #131F40 100%) 0% 0% no-repeat padding-box;
  opacity: 0.9;
}

.blog_li_cats {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  position: relative;
}

.blog_li_cats a {
  color: #fff !important;
  text-decoration: none !important;
}

.blog_li_title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  font-family: "Marcellus", serif;
  margin: 0;
  padding: 0;
  position: relative;
}

.blog_li_link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog_nav_row {
  margin-top: 50px;
}

.blog_nav_row a {
  color: #131F40 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 20px;
  letter-spacing: 0.2px;
  font-weight: 400;
}

.blog_nav_row a:hover {
  color: #FF3043 !important;
}

.bs_1_wrap {
  padding: 205px 0 65px 0;
}

.bs_1_container {
  width: 1100px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.bs_2_wrap {
  background: #F5F8FF;
  padding: 90px 0 60px 0;
}

.single-post .header_wrap {
  background: #131F40;
}

.bs_1_title {
  color: #131F40;
  font-size: 45px;
  font-weight: 400;
  line-height: 70px;
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Marcellus", serif;
}

.bs_1_meta {
  color: #131D29;
  font-size: 18px;
  margin-bottom: 25px;
}

.bs_1_cats {
  color: #FF3043;
  font-size: 18px;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.bs_1_cats a {
  color: #FF3043 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.bs_1_cats a:hover {
  color: #131F40 !important;
}

.bs_1_meta a {
  text-decoration: none !important;
  margin-right: 10px;
}

.bs_1_meta a svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.bs_1_meta a:hover svg path {
  fill: #FF3043;
}

.bs_top_text {
  color: rgba(19, 29, 41, 0.8);
}

.bs_top_text p {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 55px 0;
  padding: 0;
}

.bs_top_image {
  position: relative;
  margin-bottom: 35px;
}

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

.bs_top_image::before {
  content: " ";
  background: #FF3043;
  width: 2px;
  height: 67px;
  top: 0;
  left: 50%;
  transform: translate(-1px, -50%);
  position: absolute;
  z-index: 1;
}

.text_1 h1 {
  color: #1A2438;
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 0;
  font-family: "Marcellus", serif;
}

.text_1 h2 {
  color: #1A2438;
  font-size: 32px;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 0;
  font-family: "Marcellus", serif;
}

.text_1 h3 {
  color: #1A2438;
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 0;
  font-family: "Marcellus", serif;
}

.text_1 h4 {
  color: #1A2438;
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Marcellus", serif;
}

.text_1 h5 {
  color: #1A2438;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 5px 0;
  padding: 0;
  font-family: "Marcellus", serif;
}

.text_1 h6 {
  color: #1A2438;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 5px 0;
  padding: 0;
  font-family: "Marcellus", serif;
}

.bs_nav_wrap {
  margin-top: 65px;
  padding-top: 30px;
  border-top: 1px solid rgba(112, 112, 112, 0.18);
}

.bs_nav_image {
  max-width: 100%;
  height: auto;
}

.bs_nav_inner {
  position: relative;
}

.bs_nav_text {
  color: rgba(26, 36, 56, 0.8);
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 5px 0;
  padding: 0;
}

.bs_nav_title {
  color: #FF3043;
  font-size: 20px;
  letter-spacing: 0.2px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-family: "Marcellus", serif;
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.bs_nav_inner:hover .bs_nav_title {
  color: #131D29;
}

.bs_nav_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.results_1_wrap {
  background: #F5F8FF;
  padding: 90px 0;
}

.results_1_container {
  width: 975px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.faq_li {
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #7070702B;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.faq_li_active {
  background: #131F40;
}

.faq_li_title {
  color: #1A2438;
  font-size: 24px;
  font-weight: 400;
  font-family: "Marcellus", serif;
  margin: 0;
  padding: 20px 65px 20px 25px;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  cursor: pointer;
}

.faq_li_active .faq_li_title {
  color: #fff;
}

.faq_li_title svg {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.faq_li_title svg circle:last-child {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.faq_li_active .faq_li_title svg {
  transform: translateY(-50%) rotate(180deg);
}

.faq_li_active .faq_li_title svg circle:last-child {
  fill: #fff;
}

.faq_li_text {
  color: rgba(255, 255, 255, 0.8);
  padding: 30px 25px;
  position: relative;
}

.faq_li_text::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  width: calc(100% - 50px);
  height: 1px;
  background: rgba(112, 112, 112, 0.28);
}

.faq_li_text p {
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  margin: 0 0 20px 0;
  padding: 0;
}

.faq_li_text ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.faq_li_text ul li {
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-left: 18px;
  position: relative;
}

.faq_li_text ul li::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  width: 9px;
  height: 6px;
  background: url('images/submenu_down.svg') no-repeat 0 0;
  transform: rotate(-90deg);
  top: 7px;
}

.services_wrap {
  padding: 140px 0 90px 0;
  background: #F5F8FF;
}

.services_ul {
  border-bottom: 1px solid rgba(112, 112, 112, 0.18);
  padding-bottom: 140px;
  margin-bottom: 50px;
}

.service_li {
  margin-bottom: 35px;
  position: relative;
}

.service_li:nth-child(2n) {
  top: 80px;
}

.service_li_inner {
  position: relative;
  overflow: hidden;
}

.service_li_image {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.service_li_inner:hover .service_li_image {
  transform: scale(1.1);
}

.service_li_inner::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, rgba(20, 33, 69, 0) 0%, rgba(20, 32, 67, 1) 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
}

.service_li_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 30px;
}

.service_li_title {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-family: "Marcellus", serif;
}

.services_li_hover {
  margin-top: 15px;
  display: none;
}

.service_li_text {
  color: #fff;
}

.service_li_text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin: 0 0 15px 0;
  padding: 0;
}

.service_li_read_more {
  color: #FF3043;
  font-size: 18px;
  display: inline-block;
  position: relative;
}

.service_li_read_more svg {
  width: 30px;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%) rotate(180deg);
}

.service_li_read_more svg path {
  fill: #FF3043;
}

.service_li_read_more svg rect:last-child {
  stroke: #FF3043;
}

.service_li_link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.title_4 {
  color: #1A2438;
  font-size: 28px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  line-height: 40px;
  margin: 0 0 20px 0;
  padding: 0;
}

.title_4 a {
  color: #FF3043 !important;
  text-decoration: underline !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.title_4 a:hover {
  color: #1A2438 !important;
}

.widget {
  margin-bottom: 35px;
}

.widget_cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 50px 30px;
}

.widget_cta_image {
  width: 64px;
  height: auto;
  margin-bottom: 28px;
}

.widget_cta_title {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-family: "Marcellus", serif;
  line-height: 35px;
  margin: 0 0 17px 0;
  padding: 0;
}

.widget_cta_text {
  color: rgba(255, 255, 255, 0.8);
}

.widget_cta_text p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 28px 0;
  padding: 0;
}

.widget_cta_button_wrap {
  margin-bottom: 20px;
}

.widget_cta_button {
  display: inline-block;
  background: #FF3043;
  border-radius: 50px;
  padding: 14px 32px;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 16px;
}

.widget_cta_button svg {
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.widget_cta_button svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.widget_cta_button:hover {
  color: #FF3043 !important;
  background: #fff;
}

.widget_cta_button:hover svg path {
  fill: #FF3043;
}

.widget_cta_link {
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 16px;
}

.widget_cta_link:hover {
  color: #FF3043 !important;
}

.widget_cta_link svg {
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.widget_cta_link svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.widget_cta_link:hover svg path {
  fill: #FF3043;
}

.widget_services {
  background: #fff;
  padding: 30px;
  border: 1px solid #7070702B;
}

.service_wrap {
  padding: 135px 0 90px 0;
  background: #F5F8FF;
}

.widget_services_ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.widget_services_ul > li {
  font-size: 22px;
  color: #131F40;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.18);
  position: relative;
}

.widget_services_ul > li > svg {
  position: absolute;
  right: 0;
  top: 31px;
  cursor: pointer;
}

.widget_services_ul > li > svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.widget_services_ul > li > svg:hover path {
  fill: #FF3043;
}

.widget_services_ul > li:last-child {
  border-bottom: none;
}

.widget_services_ul > li > a {
  color: #131F40 !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none !important;
}

.widget_services_ul > li > a:hover {
  color: #FF3043 !important;
}

.submenu-services {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: none;
}

.submenu-services > li {
  font-size: 18px;
  margin-bottom: 12px;
  position: relative;
}

.submenu-services > li:last-child {
  margin-bottom: 0;
}

.submenu-services > li > a {
  color: rgba(19, 29, 41, 0.8) !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.submenu-services > li > a:hover {
  color: rgba(255, 48, 67, 0.8) !important;
}

.widget_services_ul .active_service > a {
  color: rgba(255, 48, 67, 0.8) !important;
}

.active_service > ul {
  display: block;
}

.submenu-services > li svg {
  position: absolute;
  right: 0;
  top: 6px;
  cursor: pointer;
}

.submenu-services > li > svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.submenu-services > li > svg:hover path {
  fill: #FF3043;
}

.submenu-services-2 {
  margin: 18px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: none;
}

.submenu-services-2 > li {
  font-size: 16px;
  margin-bottom: 10px;
}

.submenu-services-2 > li > a {
  color: rgba(19, 29, 41, 0.8) !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: block;
  position: relative;
  padding-left: 14px;
}

.submenu-services-2 > li > a:hover {
  color: rgba(255, 48, 67, 0.8) !important;
}

.submenu-services-2 > li > a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: rgba(19, 31, 64, 0.8);
}

.text_1 img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.service_left_inner {
  padding-right: 40px;
}

p.larger_text {
  font-family: "Marcellus", serif;
  font-size: 24px;
  line-height: 35px;
  letter-spacing: 0.24px;
}

.button_2 {
  color: #fff !important;
  text-decoration: none !important;
  background: #FF3043;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 20px;
  letter-spacing: 0.2px;
  border-radius: 50px;
  padding: 10px 50px;
  display: inline-block;
}

.button_2:hover {
  background: #131F40;
}

.has_li {
  margin-bottom: 75px;
}

.home_4_wrap {
  padding: 90px 0 15px 0;
}

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

.has_li .title_3 {
  margin-bottom: 22px;
}

.has_li .text_1 p {
  margin-bottom: 30px;
}

.has_li_odd .has_li_image_wrap_inner {
  padding-right: 20px;
}

.has_li_odd .has_li_content_inner {
  padding-left: 20px;
}

.has_li_even .has_li_image_wrap_inner {
  padding-left: 20px;
}

.has_li_even .has_li_content_inner {
  padding-right: 20px;
}

.home_4_container {
  width: 1100px;
  max-width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.home_about_text {
  margin-bottom: 55px;
}

.home_3_wrap {
  background: #F5F8FF;
  padding: 75px 0 90px 0;
}

.membership_li {
  margin: 0 15px;
  height: 150px;
  position: relative;
}

.membership_li img {
  max-width: 100%;
  height: auto;
  display: inline-block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home_2_wrap {
  padding: 100px 0 50px 0;
}

.result_li {
  margin-bottom: 50px;
  border-right: 1px solid rgba(19, 31, 64, 0.15);
}

.result_li:last-child {
  border-right: none;
}

.result_li_number {
  color: #131F40;
  font-size: 62px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Marcellus", serif;
}

.result_li_text {
  color: rgba(255, 0, 24, 0.8);
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.step_li_title_2 {
  color: #1A2438;
  font-size: 28px;
  font-weight: 400;
  font-family: "Marcellus", serif;
  margin: 0 0 12px 0;
  padding: 0;
}

.home_1_wrap {
  position: relative;
  height: 780px;
  overflow: hidden;
}

.home_1_inner {
  position: absolute;
  top: 58%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.home_top_title {
  color: #fff;
  font-size: 65px;
  font-weight: 400;
  font-family: "Marcellus", serif;
  margin: 0 0 19px 0;
  padding: 0;
}

.home_top_text {
  color: #fff;
}

.home_top_text p {
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.28px;
  margin: 0 0 35px 0;
  padding: 0;
}

.home_top_link {
  display: inline-block;
  color: #FF3043 !important;
  text-decoration: none !important;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.22px;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 1;
}

.home_top_link svg {
  position: relative;
  margin-left: 20px;
  top: -2px;
}

.home_top_link:hover svg path {
  fill: #fff;
}

.home_1_wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
}

.home_top_link:hover {
  color: #fff !important;
}

.home_top_link::before {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 36px);
  height: calc(100% + 8px);
  background: #FF3043;
  border-radius: 50px;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin-top: -2px;
  margin-left: -5px;
}

.home_top_link:hover::before {
  opacity: 1;
}

.home_1_overlay_1 {
  background: transparent linear-gradient(180deg, #131F40 0%, #13204200 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 212px;
  position: absolute;
  top: 0;
  left: 0;
}

.home_1_overlay_2 {
  background: linear-gradient(to right, #131F40, #13204200);
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home_testimonials_wrap {
  padding: 100px 0;
  background: url('images/testim_bg.png') no-repeat center center;
}

.testim_li {
  margin: 0 15px;
  background: #fff;
  border: 1px solid #1A24381A;
  padding: 34px 30px;
  width: 615px;
}

.testim_li_stars {
  margin-bottom: 20px;
}

.testim_li_text {
  color: rgba(26, 36, 56, 0.8);
}

.testim_li_text p {
  font-size: 20px;
  line-height: 32px;
  margin: 0 0 25px 0;
  padding: 0;
}

.testim_li_name {
  color: #1A2438;
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.testim_li_image {
  background: #131F40;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.testim_li_image_text {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home_contact_wrap {
  background: #F5F8FF;
  padding: 45px 0 60px 0;
}

.home_contact_box {
  width: 1094px;
  max-width: 100%;
  margin: 0 auto;
  padding: 50px 80px;
  background: #fff;
}

.home_contact_box .text_1 p {
  margin-bottom: 40px;
}

.contact_row_2 .wpcf7-text {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(19, 31, 64, 0.31);
  padding: 0 0 15px 0;
  font-size: 18px;
  font-weight: 300;
  color: #131F40;
  margin-bottom: 60px;
  width: 100%;
}

.contact_row_2 .wpcf7-textarea {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(19, 31, 64, 0.31);
  padding: 0 0 15px 0;
  font-size: 18px;
  font-weight: 300;
  color: #131F40;
  margin-bottom: 60px;
  height: 43px;
  resize: none;
  width: 100%;
}

.contact_row_2 .wpcf7-submit {
  color: #fff !important;
  background: #FF3043;
  padding: 10px 15px;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2px;
  display: block;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.contact_row_2 .wpcf7-submit:hover {
  color: #FF3043 !important;
  background: #fff;
}

.contact_row_2 .wpcf7-spinner {
  position: absolute !important;
}

.testimonials_slider .slick-dots {
  margin: 45px 0 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.testimonials_slider .slick-dots li {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  overflow: hidden;
}

.testimonials_slider .slick-dots li button {
  background: rgba(19, 31, 64, 0.16);
  width: 8px;
  height: 8px;
  border-radius: 8px;
  padding: 0;
  margin: 0;
  border: none;
  text-indent: -9999px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.testimonials_slider .slick-dots li button:hover, .testimonials_slider .slick-dots li.slick-active button {
  background: #131F40;
}

.button_3 {
  display: inline-block;
  color: #1A2438 !important;
  text-decoration: none !important;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.22px;
  position: relative;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 1;
}

.button_3 svg {
  position: relative;
  margin-left: 20px;
  top: -2px;
}

.button_3:hover svg path {
  fill: #fff;
}

.button_3:hover svg rect {
  stroke: none;
}

.button_3:hover {
  color: #fff !important;
}

.button_3::before {
  content: " ";
  display: block;
  position: absolute;
  top: calc(50% - 3px);
  left: 50%;
  width: calc(100% + 36px);
  height: calc(100% + 8px);
  background: #FF3043;
  border-radius: 50px;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.button_3:hover::before {
  opacity: 1;
}

.home_blogs_wrap {
  padding: 90px 0 60px 0;
  background: #F5F8FF;
}

.home_blogs_row_1 {
  margin-bottom: 10px;
}

.home_service_li:nth-child(2), .home_service_li:nth-child(4) {
  top: 25px;
}

.home_services_wrap {
  padding: 115px 0 115px 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.home_service_li .home_service_li {
  font-size: 24px;
}

.home_service_li .service_li_read_more {
  font-size: 16px;
}

.home_service_li .service_li_bottom {
  padding: 20px;
}

.toc {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #7070702B;
  margin-bottom: 50px;
  padding: 45px 40px;
}

.toc h2, .toc h3 {
  font-size: 30px;
  margin-bottom: 25px;
}

.toc ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.toc ul li {
  color: #131D29;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  margin-bottom: 12px;
  background: none;
  padding: 0;
}

.toc ul li a {
  color: #131D29 !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  padding-left: 22px;
  background: url('images/li.svg') no-repeat 0 5px;
}

.toc ul li a:hover {
  color: #FF3043 !important;
}

.text_1 .list_1 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.text_1 .list_1 li {
  margin-bottom: 20px;
  background: none;
}

.text_1 .list_1 li strong {
  font-weight: 500;
  padding-left: 22px;
  background: url('images/li.svg') no-repeat 0 5px;
  font-size: 20px;
  margin-bottom: 12px;
}

.text_1 .wp-block-separator {
  border: 1px solid rgba(112, 112, 112, 1);
  margin: 40px 0;
}

.wp-block-quote {
  background: #fff;
  padding: 50px 120px;
  position: relative;
  margin-bottom: 20px;
}

.wp-block-quote::before {
  content: " ";
  display: block;
  position: absolute;
  top: 30px;
  left: 30px;
  background: url('images/quote_1.svg') no-repeat 0 0;
  width: 37px;
  height: 27px;
}

.wp-block-quote::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: url('images/quote_2.svg') no-repeat 0 0;
  width: 37px;
  height: 27px;
}

.text_1 .wp-block-quote p {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 12px 0;
  padding: 0;
}

.text_1 .wp-block-quote p strong {
  font-weight: 500;
  display: block;
  margin-top: 12px;
}

.text_1 .wp-block-quote cite {
  font-style: normal;
  font-weight: 400;
  color: #131D29;
  display: block;
  padding-top: 23px;
  background: url('images/stars_2.png') no-repeat center top;
  margin-top: 5px;
}

#consultation {
  border-radius: 0 !important;
}

.const_popup {
  background: #131F40;
  position: relative;
}

.const_popup::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #FFFFFF1F;
}

.const_popup_col_inner {
  padding: 90px 35px;
}

.poploc_li {
  margin-bottom: 20px;
}

.poploc_li_inner {
  padding: 18px 15px;
  border: 1px solid #7070702E;
  min-height: 275px;
}

.poploc_li_title {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: "Marcellus", serif;
  margin: 0 0 5px 0;
  padding: 0;
}

.poploc_span {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  margin-bottom: 14px;
  padding: 4px 9px;
  border-radius: 50px;
  background: #FFFFFF21 0% 0% no-repeat padding-box;
  border: 1px solid #FFFFFF52;
}

#consultation .modal-xl {
  width: 1440px !important;
  max-width: 100% !important;
}

.poploc_li_address {
  color: #fff;
}

.poploc_li_address p {
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 14px 0;
  padding: 0;
}

.poploc_li_phone {
  display: inline-block;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 15px !important;
  margin-bottom: 16px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.poploc_li_phone:hover {
  color: #FF3043 !important;
}

.poploc_li_link {
  display: inline-block;
  color: #FF3043 !important;
  text-decoration: underline !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 16px;
  letter-spacing: 0.16px;
}

.poploc_li_link:hover {
  color: #fff !important;
}

.const_popup_form_text {
  color: rgba(255, 255, 255, 0.6);
}

.const_popup_form_text p {
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 50px 0;
  padding: 0;
}

.const_popup_close {
  position: absolute;
  top: 36px;
  right: 32px;
  cursor: pointer;
}

.const_popup_close svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.const_popup_close:hover svg path {
  fill: #FF3043;
}

.home_1_mobile_wrap {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 115px 0 60px 0;
}

.mobile_button {
  display: inline-block;
  text-decoration: none !important;
  color: #fff !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 16px;
  letter-spacing: 0.16px;
  padding: 7px 23px;
  background: #FF3043;
  border-radius: 50px;
}

.mobile_button:hover {
  color: #FF3043 !important;
  background: #fff;
}

.mobile_button svg {
  position: relative;
  top: -2px;
  margin-left: 10px;
}

.mobile_button svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.mobile_button:hover svg path {
  fill: #FF3043;
}

.home_1_mobile_button_1 {
  margin-bottom: 15px;
}

.mobile_link {
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 16px;
}

.mobile_link svg {
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.mobile_link:hover {
  color: #FF3043 !important;
}

.mobile_link:hover svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.mobile_link:hover svg path {
  fill: #FF3043;
}

.mobile_open {
  cursor: pointer;
}

.mobile_open svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.mobile_open:hover svg path {
  fill: #FF3043;
}

.membership_slider .slick-dots {
  margin: 25px 0 0 0;
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.membership_slider .slick-dots li {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  overflow: hidden;
}

.membership_slider .slick-dots li button {
  background: rgba(19, 31, 64, 0.16);
  width: 8px;
  height: 8px;
  border-radius: 8px;
  padding: 0;
  margin: 0;
  border: none;
  text-indent: -9999px;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.membership_slider .slick-dots li button:hover, .membership_slider .slick-dots li.slick-active button {
  background: #131F40;
}

.mobile_close {
  cursor: pointer;
}

.mobile_close svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.mobile_close:hover svg path {
  fill: #FF3043;
}

.mobile_menu_top {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.mobile_menu_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 20px 0;
}

.mobile_consult_button {
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 16px;
  letter-spacing: 0.16px;
  position: relative;
  display: block;
  border: 1px solid #FFFFFF;
  border-radius: 50px;
  margin-bottom: 15px;
  text-align: center;
  padding: 12px 22px;
}

.mobile_consult_button:hover {
  background: #FF3043;
  border-color: #FF3043;
}

.mobile_consult_button svg {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.mobile_locations_button {
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-size: 16px;
  letter-spacing: 0.16px;
  position: relative;
  display: block;
  border: 1px solid #FF3043;
  border-radius: 50px;
  text-align: center;
  padding: 12px 22px;
  background: #FF3043;
}

.mobile_locations_button:hover {
  background: transparent;
  border-color: #fff;
}

.mobile_locations_button svg {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.mobile_menu_middle {
  height: calc(100svh - 234px);
}

.menu-mobilemenu-container {
  position: relative;
  width: 200%;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  left: 0;
}

.menu-mobilemenu-container > ul {
  width: 50%;
}

.menu-mobilemenu-container > ul > li > ul {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  display: none;
}

.menu-mobilemenu-container > ul > li.mm_menu_active > ul {
  display: block;
}

.mm_menu_wrap_active.menu-mobilemenu-container {
  left: -100%;
}

.back_li svg {
  transform: scale(-1, 1);
  margin-right: 10px;
  position: relative;
  top: -2px;
}

#mobilemenu ul li ul li.back_li a {
  font-size: 16px !important;
  text-decoration: underline !important;
}

#mobilemenu ul.sub-menu li ul {
  padding: 15px 0 0 0;
  display: none;
}

#mobilemenu ul.sub-menu li ul li a {
  font-size: 16px;
  font-weight: 300;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 15px 0;
  position: relative;
}

#mobilemenu ul.sub-menu li ul li a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 9px;
  left: 15px;
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}

#mobilemenu ul.sub-menu span {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.mm_2_menu_active span {
  transform: rotate(90deg);
}

#mobile_consult {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #131F40;
  z-index: -1000;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.mobile_consult_active #mobile_consult {
  opacity: 1;
  z-index: 15000;
}

.mobile_consult_middle {
  background: #F5F8FF;
}

.mobile_consult_middle .const_popup_form_text {
  color: #131F40;
}

.mobile_consult_middle .const_popup_form_text p {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 25px 0;
  padding: 0;
}

.mobile_consult_middle .contact_row .wpcf7-text {
  color: #131F40;
  border-bottom: 1px solid rgba(19, 31, 64, 0.48);
  background: none !important;
  padding: 10px 0;
  margin: 0 0 10px 0;
}

.mobile_consult_middle .contact_row .wpcf7-textarea {
  color: #131F40;
  border-bottom: 1px solid rgba(19, 31, 64, 0.48);
  background: none !important;
  padding: 10px 0;
  margin: 0 0 10px 0;
  height: 48px;
}

#mobile_loc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #131F40;
  z-index: -1000;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}

.mobile_loc_active #mobile_loc {
  opacity: 1;
  z-index: 15000;
}

.mobile_loc_middle {
  overflow-y: scroll;
  position: relative;
}

.mobile_loc_middle::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 105px;
  background: transparent linear-gradient(0deg, #131F40 0%, #13204173 59%, #13204200 100%) 0% 0% no-repeat padding-box;
}

.mobile_poploc_li {
  position: relative;
}

.mobile_poploc_li_link {
  position: absolute;
  bottom: 18px;
  right: 15px;
}

.mobile_loc_middle_inner {
  padding: 40px 0;
}

.mobile_poploc_li .poploc_li_phone {
  margin-bottom: 0;
}

section:not(.contact_1_wrap):not(.top_wrap) {
  overflow: hidden;
}

.contact_1_wrap .contact_row .wpcf7-textarea {
  height: 150px;
}

.sgoogle svg path {
  fill: #131f40;
}

.widget_nav_menu {
  background: #fff;
  padding: 30px;
  border: 1px solid #7070702B;
}

.widget_nav_menu > div > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.widget_nav_menu > div > ul > li {
  font-size: 22px;
  color: #131F40;
  padding: 20px 0 20px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.18);
  position: relative;
}

.widget_nav_menu > div > ul > li > svg {
  position: absolute;
  right: 0;
  top: 31px;
  cursor: pointer;
}

.widget_nav_menu > div > ul > li > svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.widget_nav_menu > div > ul > li > svg:hover path {
  fill: #FF3043;
}

.widget_nav_menu > div > ul > li:last-child {
  border-bottom: none;
}

.widget_nav_menu > div > ul > li > a {
  color: #131F40 !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-decoration: none !important;
}

.widget_nav_menu > div > ul > li > a:hover, .widget_nav_menu > div > ul > li.current-menu-item > a, .widget_nav_menu > div > ul > li.current-menu-ancestor > a {
  color: #FF3043 !important;
}

.widget_nav_menu > div > ul > li > ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: none;
}

.widget_nav_menu > div > ul > li > ul > li {
  font-size: 18px;
  margin-bottom: 12px;
  position: relative;
}

.widget_nav_menu > div > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

.widget_nav_menu > div > ul > li > ul > li > a {
  color: rgba(19, 29, 41, 0.8) !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.widget_nav_menu > div > ul > li > ul > li > a:hover {
  color: rgba(255, 48, 67, 0.8) !important;
}

.widget_services_ul .active_service > a {
  color: rgba(255, 48, 67, 0.8) !important;
}

.active_service > ul, .widget_nav_menu > div > ul > li.current-menu-item > ul, .widget_nav_menu > div > ul > li.current-menu-ancestor > ul {
  display: block;
}

.widget_nav_menu > div > ul > li > ul > li svg {
  position: absolute;
  right: 0;
  top: 6px;
  cursor: pointer;
}

.widget_nav_menu > div > ul > li > ul > li.current-menu-item > a, .widget_nav_menu > div > ul > li > ul > li.current-menu-ancestor > a {
  color: rgba(255, 48, 67, 0.8) !important;
}

.widget_nav_menu > div > ul > li > ul > li > svg path {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}

.widget_nav_menu > div > ul > li > ul > li > svg:hover path {
  fill: #FF3043;
}

.widget_nav_menu > div > ul > li > ul > li > ul {
  margin: 18px 0 0 0;
  padding: 0;
  list-style-type: none;
  display: none;
}

.widget_nav_menu > div > ul > li > ul > li.current-menu-item > ul, .widget_nav_menu > div > ul > li > ul > li.current-menu-ancestor > ul {
  display: block;
}

.widget_nav_menu > div > ul > li > ul > li > ul > li {
  font-size: 16px;
  margin-bottom: 10px;
}

.widget_nav_menu > div > ul > li > ul > li > ul > li > a {
  color: rgba(19, 29, 41, 0.8) !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  display: block;
  position: relative;
  padding-left: 14px;
}

.widget_nav_menu > div > ul > li > ul > li > ul > li > a:hover, .widget_nav_menu > div > ul > li > ul > li > ul > li.current-menu-item > a {
  color: rgba(255, 48, 67, 0.8) !important;
}

.widget_nav_menu > div > ul > li > ul > li > ul > li > a::before {
  content: " ";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: rgba(19, 31, 64, 0.8);
}

.text_1 iframe {
  max-width: 100%;
}

.testim_read_more {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  cursor: pointer;
  color: #FF3043;
}

.testim_read_more:hover {
  color: rgba(26, 36, 56, 0.8);
}

.disclaimer_text {
	font-size: 16px !important;
}

.membership_disclaimer {
	margin-top: 35px;
}

.testimonials_disclaimer {
	margin-top: 50px;
}