/*
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: 'IvyOra Display';

-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_v3.css');
@import url('fonts/ivyora/stylesheet.css');

* {
	outline: none !important;
}

body {
	font-family: "Inter", 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: #fff;
  width: 30px;
}

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

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

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

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

.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: #fff;
}

.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: #fff;
}

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

.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: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/mobile_menu_bg.png') no-repeat center top #233E80;
	background-size: cover;
	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 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}

#mobilemenu {
	padding-top: 40px;
}

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

#mobilemenu ul li {
	display: block;
	margin-bottom: 40px;
	position: relative;
	width: 100%;
}

#mobilemenu ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	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;
}

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

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

#mobilemenu ul li ul {
	display: none;
	margin-top: 15px;
}

#mobilemenu ul li ul li {
}

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

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

#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: 1010;
}

.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: #0D2E48;
}

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

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

.footer_top_wrap {
	padding: 80px 0 20px 0;
}

.footer_col {
	margin-bottom: 60px;
}

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

.footer_text {
	color: rgba(255, 255, 255, 0.70);
}

.footer_text p {
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 25px 0;
	padding: 0;
}

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

.footermenu ul li {
	display: inline-block;
	font-size: 16px;
	margin-right: 30px;
	font-weight: 500;
}

.footermenu ul li:last-child {
	margin-right: 0 !important;
}

.footermenu 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;
}

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

.footer_disclaimer {
	color: rgba(255, 255, 255, 0.70);
}

.footer_disclaimer p {
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 28px;
}

.footer_disclaimer a {
	text-decoration: underline !important;
	color: rgba(255, 255, 255, 0.70);
	-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;
}

.footer_disclaimer a:hover {
	text-decoration: none !important;
}

.footer_title {
	color: #fff;
	font-size: 21px;
	font-weight: 500;
	margin: 0 0 15px 0;
	padding: 0;
}

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

.footer_bottom_inner {
	padding: 25px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.10);
}

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

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

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

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

.fsoc {
	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;
	opacity: 0.7;
}

.fsoc:hover {
	opacity: 1;
}

.footer_social 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;
}

.footer_social li a:hover svg path {
	fill: #E31D19;
}

.cta_wrap {
	padding: 120px 0 120px 0;
}

.cta_right_inner {
	padding-left: 30px;
}

.cta_box {
	border-radius: 10px;
	background: linear-gradient(264deg, #E9F0F2 0.9%, #AFCFD6 61.92%, #E9F0F2 104.21%);
	mix-blend-mode: multiply;
	padding: 90px 60px 75px 60px;
	position: relative;
}

.cta_title {
	color: #02216E;
	font-size: 34px;
	font-weight: 600;
	line-height: 50px;
	margin: 0 0 50px 0;
	padding: 0;
}

.cta_text {
	color: rgba(47, 47, 47, 0.70);
}

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

.button_1 {
	color: #fff !important;
	border-radius: 100px;
	background: #E9262D;
	padding: 12px 40px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	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;
	border: none;
}

.button_1:hover {
	background: #0D2E48;
}

.team_wrap {
	padding: 100px 0 40px 0;
}

.title_1 {
	color: #2F2F2F;
	font-size: 48px;
	font-weight: 300;
	font-family: 'IvyOra Display';
	margin: 0 0 20px 0;
	padding: 0;
}

.text_1 {
	color: rgba(12, 14, 15, 0.70);
}

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

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

.streamline_wrap {
	background: url('images/new/benefits-bg.svg') no-repeat center center #02216E;
	background: url('images/new/faq_bg.png') no-repeat center center #02216E;
	background-size: cover;
	position: relative;
	padding: 120px 0;
}

/*.streamline_wrap::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: radial-gradient(107.44% 77.48% at 27.43% 24.95%, #0B3382 0%, rgba(11, 51, 130, 0.50) 100%), url(<path-to-image>) lightgray -1293.122px -482.534px / 229.074% 202.449% no-repeat;
}*/

.white {
	color: #fff;
}

.text_1.white {
	color: rgba(255, 255, 255, 0.7);
}

.faq_ul {
	margin-bottom: 25px;
}

.faq_li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
	-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;
	border-radius: 0;
	padding: 20px 0;
}

.faq_li_active {
	border-radius: 11px;
	background: #fff;
	padding: 20px;
}

.faq_li_title {
	color: rgba(255, 255, 255, 0.7);
	font-size: 18px;
	font-weight: 500;
	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;
	position: relative;
	padding-right: 24px;
	cursor: pointer;
}

.faq_li_active .faq_li_title {
	color: #233E80;
}

.faq_li_text {
	color: rgba(46, 46, 39, 0.80);
}

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

.faq_li_arrow {
	position: absolute;
	right: 0;
	top: 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;
}

.about_wrap {
	padding: 28px 0 0 0;
	position: relative;
}

.text_1 blockquote {
	background: #EBF0FF;
	border-radius: 10px;
	padding: 23px;
	margin-bottom: 25px;
}

.text_1 blockquote p {
	color: #233E80;
	font-size: 22px;
	font-weight: 600;
}

.text_1 blockquote p:last-child {
	margin-bottom: 0;
}

.about_right_inner {
	position: relative;
}

.about_image_2 {
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 93px;
	right: 74px;
	width: 300px;
}

.about_image_text {
	position: absolute;
	top: 134px;
	left: 53%;
	width: 208px;
}

.about_image_text_name {
	color: #233E80;
	font-size: 25px;
	font-weight: 600;
	margin: 0;
	padding: 0;
}

.about_image_text_title {
	color: #2E2E27;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0.17px;
	font-style: italic;
	opacity: 0.8;
}

.tax_wrap {
	padding: 0 0 40px 0;
}

.tax_li {
	margin-bottom: 60px;
}

.tax_li_title {
	color: #0D2E48;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 12px 0;
	padding: 0;
}

.tax_li_text {
	color: #2E2E27;
}

.tax_li_text p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.12px;
	margin: 0;
	padding: 0;
}

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

.tax_row_1 .text_1 {
	/*width: 640px;
	max-width: 100%;*/
	margin: 0 auto 50px auto;
}

.top_wrap {
	background: #0D2E48;
	padding: 200px 0 90px 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.top_wrap::before {
	content: " ";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	/*background: url('images/top_v3_bg.png') no-repeat center center;*/
	background: url('images/new/header_bg.jpg') no-repeat center center;
	background-size: cover;
	/*opacity: 0.5;
	mix-blend-mode: soft-light;*/
}

.top_wrap_bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background: #fff;
}

.top_title {
	color: #fff;
	font-size: 70px;
	line-height: 80px;
	font-weight: 300;
	font-family: 'IvyOra Display';
	margin: 0 auto 25px auto;
	padding: 0;
	/*width: 1030px;
	max-width: 100%;*/
}

.top_text {
	color: rgba(255, 255, 255, 0.7);
	width: 996px;
	max-width: 100%;
	margin: 0 auto;
}

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

.top_button_wrap {
	margin-bottom: 45px;
}

.top_image_wrap {
	position: relative;
	width: 960px;
	max-width: 100%;
	margin: 0 auto;
	/*box-shadow: 0px 4.219px 99.146px 0px rgba(0, 0, 0, 0.12);*/
}

.top_image_1 {
	max-width: 100%;
	height: auto;
	border-radius: 15px;
	position: relative;
	border-radius: 15px;
	box-shadow: 0px 4.219px 99.146px 0px rgba(0, 0, 0, 0.12);
}

.top_image_2 {
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 18%;
	left: -17%;
	border-radius: 11px;
    box-shadow: 0px 3.67px 141.284px 0px rgba(6, 33, 108, 0.30);
}

.top_image_3 {
	max-width: 100%;
	height: auto;
	position: absolute;
	bottom: 14%;
	left: -10%;
	border-radius: 12px;
	box-shadow: 0px 4px 154px 0px rgba(6, 33, 108, 0.30);
}

.top_image_4 {
	max-width: 100%;
	height: auto;
	position: absolute;
	top: 43%;
	right: -14%;
	border-radius: 11px;
	box-shadow: 0px 3.67px 141.284px 0px rgba(6, 33, 108, 0.30);
}

.header_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	padding: 32px 0;
	background: #0D2E48;
	background-size: cover;
	-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: 10;
}

.header_wrap::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/header_v3_bg.png') no-repeat center center;
	background-size: cover;
	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;
	opacity: 0.5;
	mix-blend-mode: soft-light;
}

.header {
	position: relative;
}

.fixed_header_wrap {
	/*background: url('images/header_bg.png') no-repeat center center #233E80;*/
	/*background: #233E80;*/
	background: url('images/new/footer-bg.svg') no-repeat center center #02216E;
	background-size: cover;
	position: fixed;
	top: -120px;
}

.scrolled_body .fixed_header_wrap {
	top: 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;
	margin-right: 33px;
	font-size: 16px;
	position: relative;
	font-weight: 500;
}

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

.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 {
	color: #D91E1D !important;
}

.header_button {
	color: #fff !important;
	border-radius: 100px;
	background: #E9262D;
	padding: 12px 40px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	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;
}

.header_button:hover {
	background: #0D2E48;
}

.header_button_2 {
	color: #fff !important;
	border-radius: 100px;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	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;
	margin-right: 15px;
}

.header_button_2:hover {
	color: #233E80 !important;
	background: #fff;
}

.header_button_3 {
	color: #233E80 !important;
	border-radius: 100px;
	background: #fff;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	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;
}

.header_button_3:hover {
	background: #E31D19;
	color: #fff !important;
}

.popup_content {
	position: relative;
	padding: 30px;
}

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

.contact_row label {
	display: block;
	color: rgba(12, 14, 15, 0.70);
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 10px 0;
	padding: 0;
}

.req {
	color: rgba(217, 30, 29, 0.70);
}

.contact_row .wpcf7-text {
	width: 100%;
	margin-bottom: 25px;
	color: rgba(12, 14, 15, 0.70);
	font-size: 16px;
	padding: 18px;
	border-radius: 5px;
	border: 1px solid rgba(47, 47, 47, 0.20);
}

.contact_row .wpcf7-textarea {
	width: 100%;
	height: 125px;
	resize: none;
	margin-bottom: 45px;
	color: rgba(12, 14, 15, 0.70);
	font-size: 16px;
	padding: 18px;
	border-radius: 5px;
	border: 1px solid rgba(47, 47, 47, 0.20);
}

.contact_row .wpcf7-submit {
	color: #fff !important;
	border-radius: 100px;
	background: #E9262D;
	padding: 12px 50px;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	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;
	border: none;
}

.contact_row .wpcf7-submit:hover {
	background: #0D2E48;
}

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

.popup_close {
	cursor: pointer;
	position: absolute;
	top: 18px;
	right: 18px;
}

.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;
}

.popup_close:hover svg path {
	fill: #E31D19;
}

section {
	overflow: hidden;
}

.team_li_image {
	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;
}

.team_li_image:hover {
	transform: scale(1.5);
}

.cta_right {
	position: relative;
}

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

.cta_image {
	position: relative;
}

.mobile_top_wrap {
	padding: 8px 0;
	height: 58px;
}

.mobile_menu_logo {
	width: 162px !important;
}

.mobile_menu_close {
	cursor: pointer;
}

.mobile_bottom_wrap {
	padding: 20px 0;
	text-align: center;
	height: 198px;
}

.mobile_menu_2 .mobile_bottom_wrap {
	height: 263px;
}

.mobile_middle_wrap {
	height: calc(100vh - 256px);
}

.mobile_menu_2 .mobile_middle_wrap {
	height: calc(100vh - 321px);
}

.mobile_menu_copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.10);
	padding-top: 20px;
	margin-top: 30px;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
}

.mobile_menu_button_1 {
	color: #fff !important;
	border-radius: 100px;
	background: #E31D19;
	padding: 12px 15px;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	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;
	text-align: center;
}

.mobile_menu_button_1:hover {
	background: #fff;
	color: #E31D19 !important;
}

.mobile_menu_open {
	cursor: pointer;
}

.mobile_menu_button_2 {
	color: #fff !important;
	border-radius: 100px;
	background: transparent;
	padding: 12px 15px;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	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;
	text-align: center;
	margin-bottom: 10px;
}

.mobile_menu_button_2:hover {
	color: #E31D19 !important;
}

.blog_5_inner {
	padding: 95px 38px 70px 50px;
	border-radius: 10px;
	/*background: linear-gradient(264deg, #CEDDFF 0.9%, #A5BFFE 61.92%, #CEDDFF 104.21%);*/
	background: url('/wp-content/uploads/2025/07/Rectangle-5976.png') no-repeat center center;
	background-size: cover;
	position: relative;
	overflow: hidden;
}

.title_2 {
	color: #0D2E48;
	font-size: 34px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: -1px;
	margin: 0 0 50px 0;
	padding: 0;
}

.blog_cta_text {
	color: rgba(47, 47, 47, 0.70);
}

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

.blog_5_right .image_1 {
	border-radius: 11px;
}

.blog_5_wrap {
	padding: 50px 0 90px 0;
}

.blog_3_wrap {
	padding: 80px 0;
}

.blog_3_inner {
	background: url('images/blog_3_bg.svg') no-repeat center top #e2e7fd;
	padding: 55px 85px 0 55px;
	border-radius: 16px;
	position: relative;
	overflow: hidden;
}

.blog_3_inner > svg {
	position: absolute;
	right: 0;
	bottom: 0;
	opacity: 0.7;
}

.blog_3_inner .row {
	position: relative;
}

.blog_3_left {
	padding-bottom: 40px;
}

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

.blog_newsletter_text {
	color: rgba(47, 47, 47, 0.70);
}

.blog_newsletter_text p {
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 25px 0;
	padding: 0;
}

.nl_row .wpcf7-text {
	color: #5B606D;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 24px;
	background: #fff;
	width: 100%;
	border-radius: 50px;
	margin-bottom: 24px;
	border: none;
}

.nl_row .wpcf7-submit {
	color: #fff !important;
	background: #E9262D;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 15px;
	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;
	border: none;
	border-radius: 50px;
}

.nl_row .wpcf7-submit:hover {
	background: #0D2E48;
}

.blog_5_right {
	position: relative;
}

.blog_5_right svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0.15;
}

.blog_5_right img {
	position: relative;
}

.blog_1_wrap {
	padding: 185px 0 40px 0;
}

.blog_1_li {
	margin-bottom: 40px;
}

.blog_2_li {
	margin-bottom: 40px;
}

.blog_1_title {
	color: #2F2F2F;
	font-size: 34px;
	line-height: 42px;
	font-weight: 700;
	margin: 0 0 15px 0;
	padding: 0;
}

.blog_1_title a {
	color: #2F2F2F !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;
}

.blog_1_title a:hover {
	color: #D71E1D !important;
}

.blog_li_excerpt {
	color: #2E2E27;
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 33px 0;
	padding: 0;
}

.blog_li_excerpt p {
	font-size: 16px;
	line-height: 24px;
	margin: 0 0 33px 0;
	padding: 0;
}

.blog_li_author {
	color: #2E2E27;
	font-size: 14px;
	letter-spacing: 0.12px;
	padding-left: 48px;
	position: relative;
	margin-bottom: 20px;
}

.blog_li_author img {
	width: 32px;
	border-radius: 32px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.blog_li_meta {
	color: rgba(46, 46, 39, 0.8);
	font-size: 14px;
	letter-spacing: 0.12px;
	margin-bottom: 20px;
}

.blog_li_meta a {
	color: #E9262D !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;
}

.blog_li_meta a:hover {
	color: rgba(46, 46, 39, 0.8) !important;
}

.blog_1_li_image img {
	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;
}

.blog_1_li_image a {
	display: block;
	overflow: hidden;
	text-decoration: none !important;
	border-radius: 8px;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.4);
}

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

.blog_2_title {
	color: #2F2F2F;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	margin: 0 0 8px 0;
	padding: 0;
}

.blog_2_title a {
	color: #2F2F2F !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;
}

.blog_2_title a:hover {
	color: #D71E1D !important;
}

.blog_2_li .blog_li_meta {
	margin-bottom: 0;
}

.blog_2_wrap {
	background: #F9FAFF;
	padding: 80px 0 40px 0;
}

.featured_posts_title {
	color: #2F2F2F;
	font-family: 'IvyOra Display';
	font-size: normal;
	margin: 0 0 40px 0;
	padding: 0;
}

.featured_blog_li_image {
	margin-bottom: 25px;
	border-radius: 8px;
	overflow: hidden;
}

.featured_blog_li_image a {
	display: block;
	text-decoration: none !important;
}

.featured_blog_li_image img {
	-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;
	width: 100%;
	height: auto;
}

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

.featured_blog_li .blog_li_meta {
	margin-bottom: 10px;
}

.blog_cat_li {
	border-bottom: 1px solid rgba(47, 47, 47, 0.2);
	padding: 40px 0;
}

.blog_cat_li_row_1 {
	margin-bottom: 55px;
}

.blog_cat_li_title {
	color: #2F2F2F;
	font-family: 'IvyOra Display';
	font-size: 32px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.button_7 {
	display: inline-block;
	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;
	color: #000 !important;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 70px;
	border: 1px solid #000;
	border-radius: 50px;
}

.button_7:hover {
	color: #fff !important;
	background: #E31D19;
}

.bcb_large_li_image {
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.4);
}

.bcb_large_li_image > img {
	position: relative;
	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;
	z-index: 1;
}

.bcb_large_li_image::before {
	content: " ";
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 65px);
	background: linear-gradient(180deg, rgba(29, 29, 29, 0.00) 0%, rgba(29, 29, 29, 0.50) 35%, #1D1D1D 100%);
}

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

.bcb_large_li_overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 24px 24px 24px;
	z-index: 3;
}

.bcb_large_li_title {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	margin: 0 0 15px 0;
	padding: 0;
}

.bcb_large_li_title 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;
}

.bcb_large_li_title:hover a {
	color: #E31D19 !important;
}

.bcb_large_li .blog_li_excerpt {
	color: rgba(255, 255, 255, 0.8) !important;
	margin-bottom: 0;
}

.bcb_large_li .blog_li_excerpt p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.12px;
	margin: 0;
	padding: 0;
}

.bcb_large_li .blog_li_author {
	color: #fff;
}

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

.header_blog_wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #0D2E48;
	padding: 25px 0;
}

.header_blog_wrap .mainmenu ul li, .fixed_blog_header_wrap .mainmenu ul li {
	margin-right: 16px;
}

.header_blog_wrap .mainmenu ul.sub-menu, .fixed_blog_header_wrap .mainmenu ul.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background: #0D2E48;
	text-align: left;
}

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

.header_blog_wrap .mainmenu ul.sub-menu li {
	display: block;
	margin: 0;
}

.header_blog_wrap .mainmenu ul.sub-menu li a {
	display: block;
	width: 375px;
	padding: 15px;
	background: url('images/menu_right_arrow.svg') no-repeat right 15px center;
}

.header_blog_search {
	position: relative;
	width: 275px;
}

.header_blog_search input[type=text] {
	width: 100%;
	border-radius: 55px;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: rgba(255, 255, 255, 0.16);
	padding: 15px 45px 15px 15px;
	color: #E0E7FF;
	font-size: 16px;
	font-weight: 500;
}

.header_blog_search button {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	background: none;
	border: none;
}

.header_blog_search button 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_blog_search button:hover path {
	fill: #fff;
}

.header_blog_wrap .mainmenu ul li.menu-item-has-children > a, .fixed_blog_header_wrap .mainmenu ul li.menu-item-has-children > a {
	background: url('images/menu_dropdown.svg') no-repeat right 0 top -2px;
	padding-right: 24px;
}

.blogs_footer_form {
	border-radius: 8px;
	border: 1px solid #FFF;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.20) 0%, rgba(211, 224, 255, 0.20) 100%);
	backdrop-filter: blur(8px);
	padding: 32px;
}

.blogs_footer_form_title {
	font-size: 40px;
	font-weight: 400;
	line-height: 52px;
	color: #fff;
	font-family: 'IvyOra Display';
	margin: 0 0 32px 0;
	padding: 0;
}

.nl_2_row .wpcf7-text {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	padding: 12px 24px;
	border-radius: 55px;
	border: 1px solid rgba(255, 255, 255, 0.30);
	background: rgba(255, 255, 255, 0.14);
	width: 100%;
	margin-bottom: 24px;
}

.nl_2_row .wpcf7-submit {
	color: #fff !important;
	background: #E9262D;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 15px;
	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;
	border: none;
	border-radius: 50px;
}

.nl_2_row .wpcf7-submit:hover {
	background: #0D2E48;
	color: #fff !important;
}

.blog_single_top_wrap {
	padding: 165px 0 60px 0;
}

.blog_single_top_image {
	/*height: 375px;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	border-radius: 8px;
	margin-bottom: 35px;
	overflow: hidden;
}

.blog_single_top_image img {
	width: 100%;
	height: auto;
}

.blog_single_title {
	color: #2F2F2F;
	font-size: 48px;
	font-weight: 400;
	font-family: 'IvyOra Display';
	margin: 0 0 55px 0;
	padding: 0;
}

.bs_cta_wrap {
	border-radius: 16px;
	background: linear-gradient(97deg, #FCE4E3 -1.26%, #F49C9A 155.99%);
	overflow: hidden;
  	padding: 65px 15%;
  	position: relative;
  	margin-bottom: 40px;
  	text-align: center;
}

.bs_cta_wrap svg {
	position: absolute;
	right: 0;
	bottom: 0;
}

.bs_cta_wrap::before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('images/bs_cta_bg.png') no-repeat center top;
	background-position: cover;
}

.bs_cta {
	position: relative;
}

.bs_cta_title {
	color: #2F2F2F;
	font-family: "IvyOra Display";
	font-size: 32px;
	font-weight: 400;
	line-height: 32px; /* 100% */
	margin: 0 0 15px 0;
	padding: 0;
}

.bs_cta_text {
	color: rgba(46, 46, 39, 0.8);
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.12px;
	margin: 0 0 30px 0;
	padding: 0;
}

.bs_cta_button {
	display: inline-block;
	text-decoration: none !important;
	color: #fff !important;
	background: #E31D19;
	border-radius: 50px;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 500;
	-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_cta_button:hover {
	background: #2F2F2F;
}

.blog_single_content {
	color: rgba(46, 46, 39, 0.8);
}

.blog_single_content strong {
	font-weight: 600;
}

.blog_single_content p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.12px;
	margin: 0 0 25px 0;
	padding: 0;
}

.blog_single_content h1 {
	color: #02216E;
	font-size: 34px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: -1px;
	margin: 0 0 32px 0;
	padding: 0;
}

.blog_single_content h2 {
	color: #2F2F2F;
	font-size: 24px;
	font-weight: 700;
	line-height: 36px;
	letter-spacing: -1px;
	margin: 0 0 30px 0;
	padding: 0;
}

.blog_single_content h3 {
	color: #2F2F2F;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	margin: 0 0 16px 0;
	padding: 0;
}

.blog_single_content ul {
	margin: 0 0 35px 0;
	padding: 0 0 0 20px;
}

.blog_single_content ol {
	margin: 0 0 24px 0;
	padding: 0 0 0 20px;
}

.blog_single_content li {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.12px;
	margin: 0 0 10px 0;
	padding: 0;
}

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

blockquote {
	border-radius: 8px;
	background: #EBF0FF;
	padding: 24px;
	margin-bottom: 40px;
	color: #233E80;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0.22px;
}

.blog_single_content .gallery-item img {
	border: none !important;
	border-radius: 8px;
}

.blog_single_content .gallery {
	margin-bottom: 40px;
}

.blog_single_content .su-button {
	display: inline-block !important;
	text-decoration: none !important;
	color: #fff !important;
	background: #E31D19 !important;
	border-radius: 50px !important;
	padding: 10px 30px !important;
	font-size: 16px !important;
	font-weight: 500 !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;
	border: none !important;
}

.blog_single_content .su-button:hover {
	background: #2F2F2F !important;
}

.blog_single_content .su-button span {
	color: inherit !important;
	padding: 0 !important;
	border: none !important;
	background: none !important;
	font-size: inherit !important;
}

.blog_single_content .su-row {
	margin-bottom: 40px;
}

.blog_single_content .su-spoiler {
	border-bottom: 1px solid #D5D5D5 !important;
	margin-bottom: 0 !important;
	margin-bottom: 40px;
}

.blog_single_content .su-spoiler .su-spoiler-title {
	color: #173788;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
	padding: 16px 55px 16px 8px;
	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;
}

.blog_single_content .su-spoiler.su-spoiler-closed .su-spoiler-title {
	color: #2F2F2F;
}

.blog_single_content .su-spoiler .su-spoiler-title .su-spoiler-icon {
	position: absolute;
	right: 8px;
	top: 19px;
	left: 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;
	color: #173788;
}

.blog_single_content .su-spoiler.su-spoiler-closed .su-spoiler-title .su-spoiler-icon {
	color: rgba(215, 30, 29, 1);
}

.blog_single_content .su-spoiler .su-spoiler-content {
	padding: 0 8px 16px 8px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.12px;
}

.author_box {
	border-radius: 8px;
	border: 1px solid #E1E1E1;
	padding: 32px 15px;
}

.author_box_image {
	width: 80px;
	height: auto;
	border-radius: 50px;
	margin-bottom: 8px;
}

.author_box_name {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.12px;
	margin: 0 0 8px 0;
	padding: 0;
}

.author_box_title {
	color: rgba(46, 46, 39, 0.8);
	font-size: 16px;
	letter-spacing: 0.12px;
	margin-bottom: 15px;
}

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

.author_social li {
	display: inline-block;
	margin-right: 8px;
}

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

.author_social li a {
	text-decoration: none !important;
}

.author_social 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;
}

.author_social li a:hover svg path {
	fill: #D71E1D;
}

.share_box {
	border-radius: 8px;
	border: 1px solid #E1E1E1;
	padding: 12px;
	margin-bottom: 16px;
}

.share_box_top {
	border-bottom: 1px solid rgba(213, 213, 213, 0.4);
	padding-bottom: 16px;
	margin-bottom: 16px;
	color: rgba(46, 46, 39, 0.8);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.12px;
}

.share_box_bottom a {
	text-decoration: none !important;
	margin-right: 20px;
	position: relative;
	top: 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;
}

.share_box_bottom a:last-child {
	margin-right: 0 !important;
}

.share_box_bottom a:hover {
	top: -3px;
}

.header_blog_search ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}

.header_blog_search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}

.header_blog_search ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}

.header_blog_search :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}

.header_blog_search ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

.header_blog_search ::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
}

.blog_3_left_inner {
	width: 90%;
}

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

#nav-below {
	margin-top: 50px;
}

#nav-below a {
	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;
	color: #2F2F2F !important;
	font-size: 16px;
	font-weight: 600;
}

#nav-below a:hover {
	color: #D71E1D !important;
}

.login_popup_title {
	color: #001870;
	font-size: 22px;
	font-weight: 600;
	margin: 0 0 25px 0;
	padding: 0;
}

.login_popup_col_inner {
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	padding: 40px 15px 35px 15px;
	position: relative;
	overflow: hidden;
	min-height: 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;
}

.login_popup_col_inner:hover {
	border-color: #E31D19;
}

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

.login_popup_col_title {
	color: #2F2F2F;
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 15px 0;
	padding: 0;
}

.login_popup_col_text {
	color: rgba(12, 14, 15, 0.60);
	font-size: 14px;
}

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

.cta_buttons_row {
	position: relative;
}

.cta_sign_up_link {
	color: #02216E !important;
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 500;
	-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;
}

.cta_sign_up_link:hover {
	color: #E31D19 !important;
}

.cta_login_widget {
	background: #fff;
	position: absolute;
	top: calc(100% + 30px);
	left: 0;
	width: 245px;
	border-radius: 8px;
	box-shadow: 0px 4px 66px 0px rgba(0, 0, 0, 0.12);
	padding: 0 14px;
	display: none;
}

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

.cta_login_widget ul li {
	border-bottom: 1px solid rgba(34, 34, 34, 0.15);
	padding: 14px 0;
	position: relative;
}

.cta_login_widget ul li:last-child {
	border-bottom: none !important;
}

.cta_login_widget_image {
	width: 40px;
	height: auto;
}

.cta_login_widget_title {
	color: #2F2F2F;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 3px 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;
}

.cta_login_widget ul li:hover .cta_login_widget_title {
	color: #E31D19 !important;
}

.cta_login_widget_text {
	color: rgba(12, 14, 15, 0.60);
	font-size: 14px;
}

/* Button styling */
/*.open-lightbox-btn {
  padding: 12px 20px;
  background-color: #0D2E48;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  font-family: 'Lora', serif;
}*/

/* Lightbox backdrop */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}    /* Lightbox content */
.lightbox-content {
  position: relative;
  width: 80%;
  max-width: 960px;
  margin: 5% auto;
  background: white;
  border-radius: 8px;
  overflow: hidden;
}    /* Close button */
.close-lightbox {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10000;
}
iframe {
  width: 100%;
  height: 600px;
  border: none;
}

.new_button_wrap {
  padding: 65px 0 0 0;
}

.page-template-page-home-new .top_title {
	font-size: 58px;
}

.page-template-page-home-new .tax_row_1 .text_1 {
	width: 100% !important;
}

.page-template-page-home-new .header_blog_wrap .mainmenu ul li, .page-template-page-home-new .header_blog_wrap .mainmenu ul li {
	margin-right: 70px;
}

.page-template-page-home-new .team_wrap {
  padding: 20px 0 40px 0;
}

.home_new_header_button_3 {
	margin-right: 20px;
}

.home_new_faq_ul .faq_li_active {
	background: none;
	border-radius: 0;
}

.home_new_faq_ul .faq_li_active .faq_li_title {
	color: #fff;
}

.home_new_faq_ul .faq_li_text {
	color: rgba(255, 255, 255, 0.7);
}

.home_new_faq_ul .faq_li_active .faq_li_arrow {
	transform: rotate(90deg);
}

.cta_title {
	color: #02216E;
}

.page-template-page-home-new .cta_wrap {
  padding: 90px 0 90px 0;
}

.logos_wrap {
	padding: 60px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.logos_text {
	color: rgba(12, 14, 15, 0.70);
	font-family: Inter;
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 10px 0;
	padding: 0;
}

.l_li {
	height: 100px;
	position: relative;
	margin-right: 80px;
}

.l_li img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.saving_wrap {
	overflow: hidden;
	padding: 90px 0;
}

.saving {
	position: relative;
}

.saving_image_1 {
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-left: -470px;
}

.saving_image_2 {
	position: absolute;
	top: 67%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-left: 458px;
}

.saving_wrap .text_1 {
	width: 640px;
	max-width: 100%;
	margin: 0 auto;
}

.pom_container {
	padding: 65px 60px;
	border-radius: 10px;
	background: linear-gradient(264deg, #E9F0F2 0.9%, #AFCFD6 61.92%, #E9F0F2 104.21%);
	mix-blend-mode: multiply;
}

.pom_left_inner {
	position: relative;
}

.pom_left_inner svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: calc(100% + 110px);
	width: auto;
	opacity: 0.2;
}

.pom_left_inner img {
	position: relative;
}

.pom_right_inner {
	padding-left: 20px;
}

.footer_logo_li {
	margin-bottom: 15px;
}

.title_1 span {
	font-style: italic;
	font-weight: 500;
}

.top_image_wrap_before {
	position: absolute;
    background: #fff;
    bottom: 0;
    width: 5000px;
    height: 43%;
    left: 50%;
    margin-left: -2500px;
}

.popup_content .title_1 {
	font-size: 38px;
}