/*
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: 'Gordita';
font-family: 'Open Sans', sans-serif;
font-family: 'Outfit', sans-serif;
font-family: "Poppins", sans-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');
@import url('fonts/gordita/stylesheet.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("https://use.typekit.net/qqq0quy.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, picture.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

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

blockquote.aligncenter, .wp-caption.aligncenter, img.aligncenter, picture.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: 13px;
  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: 3px;
  background: #3A3B3E;
  width: 30px;
}

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

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

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

.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: 3px;
  -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;
}
.mainmenu ul li ul.sub-menu li a:hover {
    background: url(/images/submenu_right.svg) no-repeat right 15px top 17px;
}
#mobile_menu {
	position: relative;

	width: 100%;
	height: 100%;
	background: #fff;
	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: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
}

#mobilemenu {
	padding: 20px 0;
}

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

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

#mobilemenu ul li a {
	color: #3A3B3E;
	font-size: 16px;
	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;
}



#mobilemenu ul li.current_page_item > a {
    color: #2fb87c !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;
	height: auto;
        padding-top: 25px;
}

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

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

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

.home_top_wrap {
  background-repeat: no-repeat;
  background-position: right top;
  padding: 140px 0 80px 0;
  position: relative;
}

.home_top_wrap::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1077px;
  height: 1px;
  /*background: #EAECF0;*/
  background: rgba(0, 0, 0, 0.4);
  max-width: calc(100% - 40px);
}

.home_top_row_1 {
  margin-bottom: 90px;
}

.slide_title {
  color: #002C3F;
  font-size: 40px;
  line-height: 45px;
  margin: 0 0 25px 0;
  padding: 0;
  font-family: "poppins", sans-serif;
font-weight: 500;
font-style: normal;
}

.slide_text {
  color: #002C3F;
}

.slide_text p, .slide_text * {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 35px 0;
  padding: 0;
}

.button_1 {
  display: inline-block;
  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;
  font-weight: 500;
  padding: 12px 30px 12px 30px;
  background: #0e2642;
  border: 1px solid #0e2642;
  border-radius: 8px;
}

.button_1:hover {
  color: #0e2642 !important;
  border-color: #0e2642;
  background: transparent;
}

.home_top_button_1 {
  margin-right: 20px;
}

.button_2 {
  display: inline-block;
  color: #002C3F !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;
  font-weight: 500;
  padding: 14px 30px 10px 30px;
  background: transparent;
  border: 1px solid #002C3F;
  border-radius: 8px;
}

.button_2:hover {
  color: #fff !important;
  background: #0e2642;
  border-color: #0e2642;
  padding-right: 25px;
}

.button_2 svg {
  margin-left: 7px;
  position: relative;
  top: -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;
}

.button_2:hover svg {
  margin-left: 12px;
}

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

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

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

.home_logo_li {
  /*margin: 0 100px;*/
  position: relative;
}

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

.home_logo_li img {
  display: inline-block !important;
	max-width: 100%;
	height: auto;
}

.home_boi_wrap {
  padding: 80px 0;
}

.home_boi {
	position: relative;
}

.home_boi_row_1 {
  margin-bottom: 50px;
}

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

.home_boi_li {
  margin-bottom: 15px;
  padding: 24px 33px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 33px #00000014;
  border: 1px solid transparent;
  border-radius: 10px;
  -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;
  position: relative;
}

.home_boi_li::before {
  content: " ";
  display: block;
  width: 20px;
  height: 20px;
  background: url('images/home_boi.svg') no-repeat center center;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: -50px;
  margin-top: -10px;
}

.home_boi_li:hover, .home_boi_li_active {
  border-color: #0e2642;
}

.home_boi_li:last-child {
  margin-bottom: 0 !important;
}

.home_boi_li_image {
  width: 86px;
  height: auto;
}

.home_boi_li_title {
  color: #002C3F;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px 0;
  padding: 0;
}

.home_boi_li_text {
  color: #002C3F;
}

.home_boi_li_text p {
  font-size: 14px;
  line-height: 26px;
  margin: 0;
  padding: 0;
}

.home_boi_row_2_right {
  /*border-left: 1px solid rgba(112, 112, 112, 0.19);*/
  padding-left: 39px;
}

.title_1 {
  color: #002C3F;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 12px 0;
  padding: 0;
   line-height: 45px;
  font-family: "Poppins", sans-serif;
font-weight: 500;
font-style: normal;
}

.text_1 {
  color: #002C3F;
}

.text_1 p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px 0;
  padding: 0;
}

.white {
  color: #fff !important;
}

.grey {
  color: #8FB2C1 !important;
}

.home_why_wrap {
  background: #002C3F;
  padding: 75px 0 45px 0;
}

.home_due_wrap {
  padding: 80px 0;
  /*background: url('images/Mask-Group-51.png') no-repeat left center;*/
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.page-id-2 .home_due_wrap {
  padding: 80px 0;
  /*background: url('images/due-date-2.png') no-repeat left center;*/
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.why-fileform_page_wrap {
  padding: 160px 0 100px 0;
  /*background: url(images/file-why.png) no-repeat right top;
  background-size:cover;*/
  position: relative;
}

.why-fileform_page_wrap > div {
  position: relative;
}

.home_due_text ul {
  border: 1px solid #70707036;
  border-radius: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.home_due_text ul li {
  padding: 20px 20px 20px 94px;
  color: #002C3F;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
  border-bottom: 1px solid #70707036;
  position: relative;
}

.home_due_text ul li::before {
  content: " ";
  position: absolute;
  top: 29px;
  left: 29px;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  background: url('images/home_serve_li.svg') no-repeat center center #DEEAF5;
}

.home_due .title_1 {
  line-height: 50px;
  margin: 0 0 45px 0;
}

.home_video_wrap {
  padding: 75px 0 40px 0;
  position: relative;
  /*background: url('images/home-video.png') no-repeat center top 220px;
  background-size: cover;*/
  background: #fff;
}

.home_video_wrap .cp_bg_right {
  top: 360px;
}

/*.home_video_wrap::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background: #002C3F;
}*/

.home_video {
  position: relative;
}

.home_video_title_1 {
  margin-bottom: 50px;
}

.home_video_div {
  box-shadow: 0px 3px 33px #00000014;
  border: 10px solid #fff;
  border-radius: 10px;
  margin-bottom: 75px;
  width: 970px;
  height: 525px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  max-width: 100%;
}

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

.faq_wrap {
  background: #fff;
  box-shadow: 0px 3px 33px #00000014;
  border: 1px solid #70707052;
  border-radius: 10px;
}

.faq_li {
  border-bottom: 1px solid #E1E1E152;
  padding: 25px 55px 22px 25px;
  background: url('images/faq_li.svg') no-repeat top 24px right 20px;
}

.faq_li_active {
  background-image: url('images/faq_li_active.svg');
}

.faq_li_title {
  color: #002C3F;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: calc(100% + 35px);
  padding-right: 35px;
}

.faq_li_text {
  margin-top: 22px;
}

.faq_li_text p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 20px 0;
  padding: 0;
}

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

.faq_li_text li {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px;
}

.home_faq_text {
  margin-bottom: 50px;
}

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

.home_serve_list {
    margin-bottom: 26px;
    margin-top: 27px !important;
}

.home_serve_list ul li {
    color: #181120;
    font-size: 16px;
    line-height: 38px;
    padding-left: 46px;
    float: left;
    margin-bottom: 18px;
    width: calc(50% - 11px);
    margin-right: 10px;
    position: relative;
}

.home_serve_list ul li::before {
  content: " ";
  display: block;
  width: 38px;
  height: 38px;
  background: url('images/home_serve_li.svg') no-repeat center center #DEEAF5;
  border-radius: 38px;
  position: absolute;
  top: 0;
  left: 0;
}

.home_serve_wrap {
  padding: 80px 0;
  /*background: url('images/home_serve_bg.jpg') no-repeat center center;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home_cta_wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #002C3F;
  background-attachment: fixed;
  padding: 105px 0;
}

.home_cta {
  width: 660px;
  padding: 0 15px;
  margin: 0 auto;
  max-width: 100%×;
}

.home_cta .title_1 {
  font-size: 40px;
  line-height: 45px;
  margin: 0 0 25px 0;
  padding: 0;
  font-family: "poppins", sans-serif;
font-weight: 500;
font-style: normal;
}

.newsletter_wrap {
  background: #0e2642;
  padding: 50px 0;
}

.newsletter .title_1 {
  line-height: 50px;
}

.nl_wrap input[type=email], .nl_wrap input[type=text] {
  background: #fff;
  font-size: 18px;
  color: #434343;
  padding: 16px 18px 12px 18px;
  border: 1px solid #7070703D;
  border-radius: 5px;
  width: 100%;
}

.nl_wrap input[type=submit] {
  color: #fff;
  background: #0e2642;
  border: 1px solid #0e2642;
  font-size: 16px;
  font-weight: 500;
  padding: 17px 30px 13px 30px;
  border-radius: 5px;
  -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;
}

.nl_wrap input[type=submit]:hover {
  border-color: #0e2642;
  color: #0e2642;
  background: transparent;
}

.testimonials_wrap {
  padding: 80px 0;
  /*background: url('images/Mask-Group-65.png') no-repeat left bottom;*/
  background-position: left bottom;
  background-repeat: no-repeat;
}

.testimonials .title_1 {
  margin-bottom: 10px;
}

.testim_li {
  margin: 0 8px;
  background: #fff;
  /*box-shadow: 0px 3px 66px #00000014; */
  border-radius: 10px;
  padding: 25px 20px 35px 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.testim_li_top {
  margin-bottom: 24px;
}

.testim_li_top_left_left {
  float: left;
  margin-right: 12px;
}

.testim_li_image {
  border-radius: 52px;
  max-width: 100%;
}

.testim_li_image * {
  max-width: 80%;
  height: auto;
}

.testim_li_top_left_right {
  float: left;
  width: calc(100% - 64px);
}

.testim_li_name {
  color: #0FC489;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.testim_li_title {
  color: #20132D;
  font-size: 14px;
  font-weight: 500;
}

.testim_li_star {
  display: inline-block !important;
  margin-left: -3px;
}

.testim_li_text {
  color: #002C3F;
}

.testim_li_text p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.testimonials_slider .slick-track {
  padding-top: 51px;
  padding-bottom: 51px;
}

.home_blogs_wrap {
  padding: 80px 0;
  /*background: url('images/Group-93831.png') no-repeat center center;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-id-2 .home_blogs_wrap {
  padding: 80px 0;
  /*background-image: url('images/blogs.png');*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*.webp.page-id-2 .home_blogs_wrap {
  background-image: url('/wp-content/uploads/2023/08/blogs.png.webp');
}*/

.home_blogs_row_1 {
  margin-bottom: 50px;
}

.hb_1_li_inner {
  position: relative;
}

.hb_1_li_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
}

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

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

.hb_1_li_title {
  color: #002C3F;
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 12px 0;
  padding: 0;
}

.hb_1_li_excerpt {
  color: #002C3F;
}

.hb_1_li_excerpt p {
  font-size: 16px;
  line-height: 31px;
  margin: 0 0 20px 0;
  padding: 0;
}

.hb_1_li_read_more {
  color: #292933;
  font-size: 16px;
  display: inline-block;
}

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

.home_blogs .title_1 {
  margin: 0;
}

.hb_2_li {
  margin-bottom: 20px;
}

.hb_2_li:last-child {
  margin-bottom: 0;
}

.hb_2_li_inner {
  position: relative;
}

.hb_2_li_image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

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

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

.hb_2_li_title {
  color: #002C3F;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 0;
}

.hb_2_li_excerpt {
  color: #002C3F;
}

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

.hb_2_li_read_more {
  color: #292933;
  font-size: 16px;
  display: inline-block;
}

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

.footer_wrap {
  padding: 75px 0 40px 0;
  position: relative;
  /*background: url('images/Mask-Group-70.png') no-repeat left center;*/
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.footer_col {
  margin-bottom: 40px;
}

.copyright {
  color: rgba(72, 75, 86, 0.9);
  font-size: 15px;
  /*font-family: 'Outfit', sans-serif;*/
}

.footer_bottom_inner {
  padding-top: 35px;
  border-top: 1px solid #EAECF0;
}

.footer_title {
  color: #002C3F;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 30px 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

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

.footer_menu ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer_menu ul li a {
  color: rgba(72, 75, 86, 0.9) !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;
}

.footer_menu ul li a:hover {
  color: #0e2642 !important;
}

#footer_logo {
  display: inline-block;
  max-width: 100%;
  height: auto;
	width: 234px;
}

.footer_contacts {
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
}

.footer_contacts li {
  font-size: 18px;
}

.footer_contacts li a {
  color: #0e2642 !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;
}

.footer_contacts li a:hover {
  color: rgba(72, 75, 86, 0.9) !important;
}

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

/*.footer_social li a {
  display: inline-block;
  text-decoration: none !important;
  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;
  top: 0;
}*/

/*.footer_social li a:hover {
  top: -3px;
}*/

.header_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1030 !important;
  padding: 25px 0 0 0;
}

#logo {
  display: inline-block;
  width: 200px;
  max-width: 100%;
}

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

.mainmenu {
  -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 {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mainmenu ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  margin-right: 20px;
}

.mainmenu ul li a {
  color: #002C3F !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: #0e2642 !important;
}

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

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

.mainmenu ul li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  border-radius: 8px;
  background: #fff;
  border-top: 3px solid #0e2642;
  text-align: left;
  box-shadow: 0px 3px 33px #00000014;
  display: none;
}

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

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

.mainmenu ul li ul.sub-menu li a {
  display: block;
  width: 300px;
  font-size: 14px;
  padding: 15px 30px 15px 20px;
  background: url('images/submenu_right.svg') no-repeat right 18px top 17px;
}

.mainmenu ul li.menu-item-114 ul.sub-menu li a {
  width: 335px;
}

.mainmenu ul li ul.sub-menu li a:hover {
  background-color: #EBF9F5;
  background-image: url('images/submenu_right_hover.svg');
}

/* Edits By Egzon */

@media screen and (min-width: 1000px) {
	.mainmenu ul li ul.sub-menu li ul,
	.mainmenu ul li:hover ul.sub-menu li ul{
		display: none;
	}

	.mainmenu ul li ul.sub-menu li.menu-item-has-children:hover ul{
		display: block;
		position: absolute;
		left: 80%;
		top: 0px;
	}
}


/* End of Edits By Egzon */

.contact_page_wrap {
  padding: 160px 0 50px 0;
  /*background: url('images/contact_bg.png') no-repeat right top;*/
  position: relative;
}

.cp_bg_left {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 50%;
  height: auto;
}

.cp_bg_right {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50%;
  height: auto;
}

.top_title {
  color: #002C3F;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.top_title span {
  display: inline-block;
  position: relative;
}

.top_title span::after {
  content: " ";
  display: block;
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  max-width: 100%;
  height: 12px;
  background: url('images/title_bg.svg') no-repeat center center;
}

.top_text {
  color: #002C3F;
}

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

.contact_row_1 {
  margin-bottom: 60px;
}

.contact_form_wrap {
  background: #fff;
  box-shadow: 0px 3px 33px #0000000A;
  border-radius: 10px;
  padding: 35px;
}

.title_2 {
  color: #002C3F;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 15px 0;
  padding: 0;
}

.contact_row label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #002C3F;
  margin-bottom: 15px;
}

.req {
  color: #FC1313;
}


.contact_row .wpcf7-text {
  color: #002C3F;
  font-size: 16px;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 35px;
  border: 1px solid #70707040;
  border-radius: 5px;
  -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-textarea {
  color: #002C3F;
  font-size: 16px;
  width: 100%;
  height: 140px;
  resize: none;
  padding: 15px 20px;
  margin-bottom: 35px;
  border: 1px solid #70707040;
  border-radius: 5px;
  -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-text:focus, .contact_row .wpcf7-textarea:focus {
  border-color: #002C3F !important;
}

.select_wrap {
  background: url('images/submenu_down.svg') no-repeat right 10px top 24px;
  border: 1px solid #70707040;
  border-radius: 5px;
  height: 56px;
  margin: 0 0 35px 0;
  overflow: hidden;
  width: 100%;
}

.select_wrap select {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  height: 56px;
  line-height: 1;
  padding: 15px 20px;
  width: 120%;
  color: #002C3F;
  font-size: 16px;
}

.contact_row .wpcf7-submit {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 30px;
  background: #0e2642;
  border-radius: 8px;
  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: 1px solid #0e2642;
}

.contact_row .wpcf7-submit:hover {
  background: transparent;
  color: #0e2642;
}

.contact_li {
  margin-bottom: 32px;
  padding: 35px 20px;
  background: #fff;
  box-shadow: 0px 3px 33px #0000000A;
  border: 1px solid #0e2642;
  border-radius: 10px;
  position: relative;
}

.contact_li:last-child {
  margin-bottom: 0 !important;
}

.contact_li_icon {
  margin-bottom: 10px;
}

.contact_li_icon img {
  max-height: 56px;
  width: auto;
}

.contact_li_title {
  color: #002C3F;
  font-size: 16px;
}

.contact_li_link_text {
  font-size: 20px;
  font-weight: 500;
  color: #0e2642;
  -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_li_link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact_li:hover .contact_li_link_text {
  color: #002C3F;
}

.video_li {
  margin-bottom: 32px;
}

.video_li_inner {
  position: relative;
}

.video_li_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 28px;
  border-radius: 8px;
}

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

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

.video_li_play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 72px;
  height: 72px;
  background: url('images/video_play.svg') no-repeat center center;
}

.video_li_top_text {
  color: #0e2642;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.video_li_title {
  color: #002C3F;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  padding: 0;
}

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

.text_1 p strong {
  font-weight: 500;
}

.title_3 {
  color: #0e2642;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 15px 0;
  padding: 0;
}

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

.company_staff_wrap {
  padding: 80px 0 60px 0;
  position: relative;
}

.company_staff_wrap .title_1 {
  margin-bottom: 50px;
}

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

.staff_li {
  margin-bottom: 25px;
}

.staff_li_inner {
  position: relative;
}

.staff_li_image {
  margin-bottom: 25px;
}

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

.staff_li_title {
  color: #0e2642;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.staff_li_name {
  color: #002C3F;
  font-size: 17px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.contact_form_wrap .text_1 {
  margin-bottom: 45px;
}
/*
.contact_page_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width:1920px;
  height: 674px;
  background: url('https://fileforms.testingserver.co/wp-content/uploads/2023/08/Fileform-Homepage-–-1-2.png') no-repeat center center;
} */

.newsletter .title_1 {
  font-weight: 500;
  margin-bottom: 25px;
}

.modal_close_button {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  -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: 1;
}

.modal_close_button:hover {
  opacity: 0.7;
}

.blog_li {
  margin-bottom: 50px;
}

.blog_li_inner {
  position: relative;
}

.blog_li_image {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  border-radius: 8px;
}

.blog_li_image img {
  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 img {
  transform: scale(1.1);
}

.blog_li_cats {
  font-size: 14px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.blog_li_cats a {
  color: #0e2642 !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_cats a:hover {
  color: #002C3F !important;
}

.blog_li_title {
  color: #002C3F;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  margin: 0 0 18px 0;
  padding: 0;
}

.blog_li_excerpt {
  color: #002C3F;
}

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

.blog_li_meta {
  color: #002C3F;
  font-size: 16px;
}

.blog_li_author {
  font-weight: 700;
}

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

.blog_page_title {
  margin-bottom: 45px;
}

.btf_li {
  margin-bottom: 80px;
  position: relative;
}

.btf_li_cats {
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.btf_li_cats a {
  color: #0e2642 !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;
}

.btf_li_title {
  color: #002C3F;
  font-size: 36px;
  line-height: 50px;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0;
}

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

.white {
  color: #fff !important;
}

.white .blog_li_author {
  color: #0e2642 !important;
}

.btf_li_bottom {
  background: #002C3F;
  border-radius: 10px;
  overflow: hidden;
}

.btf_li .blog_li_image {
  margin-bottom: 0;
}

.btf_li_bottom_left {
  padding-left: 45px;
  padding-right: 45px;
}

.blogs_middle_featured {
  margin-bottom: 40px;
}

.btf_li_bottom .blog_li_image {
  border-radius: 0 !important;
}

.sb_cats {
  margin-bottom: 20px;
  color: #0e2642;
  font-size: 16px;
  text-transform: uppercase;
}

.sb_cats a {
  color: #0e2642 !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;
}

.sb_cats a:hover {
  color: #002C3F !important;
}

.sb_meta {
  color: #002C3F;
  font-size: 16px;
  margin-bottom: 45px;
}

.sb_author {
  font-weight: 700;
}

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

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

.sb_top_image_wrap {
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}

.sb_share {
  margin-top: 60px;
  margin-bottom: 55px;
}

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

.sb_share ul li {
  display: inline-block;
  margin-right: 25px;
}

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

.sb_share ul li 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;
  position: relative;
  top: 0;
}

.sb_share ul li a:hover {
  top: -3px;
}

.blogs_related_wrap {
  background: url('images/blog_related_bg.jpg') no-repeat center top;
  background-size: cover;
  padding: 80px 0 40px 0;
}

.blogs_related_wrap .title_1 {
  margin-bottom: 45px;
}

.author_box_wrap {
  border-top: 1px solid #EAECF0;
  border-bottom: 1px solid #EAECF0;
  padding: 45px 0;
}

.author_box_left img {
  width: 122px;
  height: auto;
  margin-right: 45px;
  border-radius: 122px;
}

.author_box_name {
  color: #0e2642;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 5px 0;
  padding: 0;
}

.author_box_title {
  color: #002C3F;
  font-size: 13px;
  margin-bottom: 16px;
}

.author_box .text_1 p:last-child {
  margin-bottom: 0 !important;
}

::-webkit-scrollbar{
    width:8px;
}

::-webkit-scrollbar-thumb{
    background:#0e2642;
}

::selection {
  background: #0e2642; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #0e2642; /* Gecko Browsers */
  color: #fff;
}

.round-btn {
  position: relative;
  width: 33px;
  height: 33px;
  border-radius: 30px;
  display: inline-block;
}
.round-btn:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  content: "";
  transform: scale3d(0.9, 0.9, 1);
  transition: box-shadow 0.3s, transform 0.3s;
}
.round-btn--outlined:before {
  box-shadow: inset 0 0 0 2px #002C3F;
}
.round-btn--outlined > svg {
  fill: #002C3F;
}
.round-btn--filled:before {
  box-shadow: inset 0 0 0 35px #002C3F;
}
.round-btn--filled > svg {
  fill: #fff;
}
.round-btn > svg {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  transition: fill 0.3s;
}

.round-btn--outlined:hover:before {
  box-shadow: inset 0 0 0 35px #002C3F;
  transform: scale3d(1, 1, 1);
}
.round-btn--outlined:hover > svg {
  fill: #fff;
}

.round-btn--filled:hover:before {
  box-shadow: inset 0 0 0 2px #002C3F;
  transform: scale3d(1, 1, 1);
}
.round-btn--filled:hover > svg {
  fill: #002C3F;
}

.round-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  -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;
}

.round-btn:hover i {
  color: #002C3F;
}

.not_found_wrap {
  background: url('images/404_2.png') no-repeat center top;
  background-size: cover;
  padding: 55px 0 130px 0;
  position: relative;
}

.not_found_wrap::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 643px;
  height: 674px;
  background: url('images/contact_top_left.png') no-repeat center center;
}

.not_found_wrap::after {
  position: absolute;
  top: 300px;
  right: 0;
  content: " ";
  width: 643px;
  height: 674px;
  background: url('images/contact_bg.png') no-repeat center center;
}

.not_found {
  position: relative;
  z-index: 10;
}

.not_found_image {
  margin-bottom: 40px;
  max-width: 100%;
  height: auto;
}

.not_found_title_1 {
  color: #002C3F;
  font-size: 89px;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "poppins", sans-serif;
}

.not_found_title_2 {
  color: #002C3F;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "poppins", sans-serif;
}

.not_found_title_3 {
  color: #0e2642;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "poppins", sans-serif;
}

.not_found .text_1 {
  width: 945px;
  margin: 0 auto;
  max-width: 100%;
}
.staff_li_image {
    overflow: hidden;
	-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: 200px;
}
.staff_li_image img {transform: scale(1); -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_image:hover img {transform: scale(1.1);}

.home-bg {
    background: url(/wp-content/uploads/2023/08/banner_left.png);
    background-repeat: no-repeat;
    background-position: 2px;
}
.banner-right {
    position: relative;
}

.hbrs_image {
  width: 600px;
  height: auto;
}
img.image_2 {
    position: absolute;
    top: 48%;
    left: 20px;
}

@media (max-width:1400px){
	/*.slide_text.animate-text.animate-second.loaded-text {
    padding-right: 66px;
}*/
	img.image_2 {
    position: absolute;
    top: 48%;
    left: -59px;
}
}
@media (max-width:1200px){
	img.image_2 {
    max-width: 100%;
    height: 105px;
    left: -53px;
}
}
@media (max-width:980px){

	img.image_2 {
    height: 77px;
		top: 42%;
}
}

@media (max-width:767px){
	img.image_2 {
    max-width: 100%;
    height: 99px;
    left: -53px;
	top: 46%;
}

}
@media (max-width:651px){
	img.image_2 {
    height: 88px;
    left: 5px;
}
.image_1 {
    max-width: 90%;
}
}
@media (max-width:521px){
img.image_2 {
    height: 72px;
    left: 23px;
    top: 50%;
}
}
@media (max-width:493px){
	img.image_2 {
    max-width: 100%;
    left: 11px;
}

}
@media (max-width:453px){
	img.image_2 {
    max-width: 100%;
    height: 78px;
    left: 16px;
    top: 43%;
}
	.image_1 {
    max-width: 84%;
    height: auto;
}

}
@media (max-width:441px){
	.image_1 {
    max-width: 81%;
}

}
@media (max-width:410px){
	img.image_2 {
    height: 69px;
    left: 18px;
    top: 43%;
}

}

@media (max-width:400px){

img.image_2 {
    height: 69px;
    left: 12px;
    top: 39%;
}
}

@media (max-width:355px){
	img.image_2 {
    height: 67px;
    left: 6px;
}

}
@media (max-width:340px){
	img.image_2 {
    left: 2px;
}

}

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

.career_li {
  display: block;
  background: #fff;
  box-shadow: 0px 3px 33px #0000000A;
  border: 1px solid #70707024;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #002C3F;
  padding: 20px 18px 15px 18px;
  -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;
}

.career_li_active, .career_li:hover {
  color: #0e2642;
  border-color: #0e2642;
}

.career_div {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 33px #0000000A;
  border: 1px solid #70707024;
  border-radius: 5px;
  padding: 20px 25px;
}

.career_div_top {
  margin-bottom: 12px;
}

.career_div_title {
  color: #002C3F;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.career_div_middle {
  border-top: 1px solid rgba(0, 44, 63, 0.1);
  border-bottom: 1px solid rgba(0, 44, 63, 0.1);
  padding: 20px 0;
  color: #002C3F;
  margin-bottom: 30px;
}

.career_div_middle p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 12px 0;
  padding: 0;
}

.career_div_middle h3 {
  color: #0e2642;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 12px 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.button_3 {
  display: inline-block;
  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: 12px;
  font-weight: 500;
  padding: 8px 30px 8px 30px;
  background: #0e2642;
  border: 1px solid #0e2642;
  border-radius: 8px;
}

.button_3:hover {
  color: #0e2642 !important;
  border-color: #0e2642;
  background: transparent;
}

.career_div .button_1, .career_div .button_3 {
  text-transform: uppercase;
}

.career_div_middle ul {
  margin: 0 0 12px 0;
  padding: 0;
  list-style-type: none;
}

.career_div_middle ul li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #002C3F;
  margin-bottom: 15px;
  padding-left: 38px;
  position: relative;
  background: url('images/career_li.svg') no-repeat 0 0;
  min-height: 24px;
}

.careers_popup {
  position: relative;
  padding: 15px;
}

.careers_popup_close {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 1;
  width: 17px;
  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;
}

.careers_popup_close:hover {
  opacity: 0.7;
}

.careers_popup_title {
  color: #002C3F;
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 40px 0;
  padding: 0;
}

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

.drop_uploader.drop_zone {
  background: #F9F9F9 0% 0% no-repeat padding-box !important;
  border: 1px dashed #70707040 !important;
  border-radius: 5px !important;
  min-height: 245px !important;
}

.pe-7s-cloud-upload {
  color: #0e2642 !important;
}

.drop_uploader.drop_zone .text {
  color: #002C3F !important;
  font-size: 20px !important;
  font-weight: 400 !important;
}

.careers_popup .wpcf7-text {
  width: 100% !important;
}

.drop_uploader.drop_zone .text_wrapper {
  margin-top: 87px !important;
}

.drop_uploader {
  margin-bottom: 30px !important;
}

body.home .home_boi_slide1_1 img {
  width: 430px;
}

.home_boi_slide1 img {
  display: inline-block !important;
}

.no_bg {
  background: none !important;
}

.box_li {
  margin-bottom: 30px;
}

.box_li_inner {
  background: #fff;
  box-shadow: 0px 3px 33px #00000014;
  border-radius: 8px;
  padding: 35px 15px;
}

.box_li_image {
  height: 80px;
  margin-bottom: 22px;
}

.box_li_image img {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 80px;
}

.box_li_title {
  color: #002C3F;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

.bap_form_wrap {
  background: #FAFBFB;
  padding: 80px 0;
}

.bap_form_box {
  background: #fff;
  box-shadow: 0px 3px 33px #0000000A;
  border-radius: 10px;
  margin: 0 auto;
  padding: 40px;
}

.bap_form_box {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto;
}

.bap_form_box .wpcf7-text {
  width: 100% !important;
}

.bap_form_box_text {
  margin: 0 auto 40px auto;
  width: 580px;
  max-width: 100%;
}

.faq_scroll {
  overflow: hidden;
  position: relative;
  height: 340px;
  padding-right: 25px;
}

.iScrollLoneScrollbar {
  right: 1px !important;
  background: transparent;
}

.iScrollIndicator {
  background: rgba(0, 44, 63, 0.1) !important;
}

.contact_page_wrap > div {
  position: relative;
}

.icons {
  height: 70px;
}

.icons img {
  height: 70px;
  width: auto;
}

.left_padding {
  padding-left: 30px;
}

.right_padding {
  padding-right: 30px;
}

.link_2 {
  text-decoration: none !important;
  color: #002C3F !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-bottom: 1px solid transparent;
  display: inline-block;
}

.link_2:hover {
  color: #0e2642 !important;
  border-color: #0e2642;
}

.link_2 svg {
  transform: rotate(270deg);
  position: relative;
  top: -3px;
  margin-right: 5px;
}

.link_2:hover svg path {
  fill: #0e2642 !important;
}

.link_3 svg {
  transform: rotate(90deg) !important;
}

.breadcrumbs {
  font-size: 14px;
  margin-bottom: 10px;
  color: #002C3F;
}

.breadcrumbs li {
  color: #0e2642;
  font-size: 16px;

}

.breadcrumbs a {
  color: #002C3F !important;
  text-decoration: none !important;
}

.breadcrumbs a:hover {
  color: #0e2642 !important;
}

.breadcrumbs svg {
  display: none !important;
}

.breadcrumbs a span {
  display: inline !important;
}

/*.home_logos_wrap {
  width: 950px;
  margin: 0 auto;
  max-width: 100%;
}*/

.newsletter .wpcf7-text {
  background: transparent !important;
  border: 1px solid #DCDCDC73 !important;
  border-radius: 5px !important;
  color: #fff !important;
}

.submitMessage svg {
  display: none !important;
}

.newsletter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}

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

.newsletter :-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}

.newsletter :-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity: 1;
}

.swp_social_panel {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.swp_social_panel a {
  color: #fff !important;
}

/*.page-template-page-service > section {
  overflow: hidden;
}*/

.what_wrap_is_this {
  position: relative;
}

.staff_single_image, .staff_single_image * {
  max-width: 100%;
  height: auto;
  border: 8px solid #fff;
  border-radius: 300px;
}

.home_who_serve_row {
	margin-bottom: 90px;
}

.staff_single_image {
	margin-left: 20px;
}

.staff_single_image_div {
	width: 350px;
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	margin-left: 20px;
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 500px;
}

.text_img_box_wrap {
  background: #fff;
  box-shadow: 0px 3px 33px #00000014;
  border-radius: 9px;
  min-height: 327px;
  position: relative;
}

.text_img_box_wrap .txt-img-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  min-height: 0;
  background: none;
  box-shadow: none;
}

.lp_top_wrap {
  position: relative;
  padding: 90px 0;
}

.lp_top_right_form {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 33px #00000014;
  border-radius: 10px;
  padding: 30px;
}

.lp_top_right_form_title {
  color: #002C3F;
  font-size: 22px;
  line-height: 31px;
  font-weight: 500;
  margin: 0 0 25px 0;
  padding: 0;
}

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

.landing_top_slogan {
  color: #0e2642;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px 0;
  padding: 0;
}

.lp_top_logo {
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}

.lp_top {
  position: relative;
}

.lp_top_form_div .wpcf7-submit {
  width: 100%;
}

.lp_top_form_div .wpcf7-spinner {
  position: absolute;
}

.landing_about_row_1 {
  margin-bottom: 90px;
  border-bottom: 1px solid #EAECF0;
  padding-bottom: 90px;
}

.landing_about_row_1_right .text_1 ul li::marker {
  display: none !important;
}

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

.landing_about_row_1_right .text_1 ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 35px;
}

.landing_about_row_1_right .text_1 ul li::before {
  content: " ";
  display: block;
  position: absolute;
  width: 27px;
  height: 27px;
  background: url('images/home_serve_li.svg') no-repeat center center #DEEAF5;
  background-size: 13px auto;
  border-radius: 20px;
  top: -4px;
  left: 0;
}

.landing_form_wrap {
  background: #002C3F;
  padding: 70px 0;
}

.landing_about_row_1_right .button_1 {
  margin-right: 25px;
}

.landing_form_div .wpcf7-text {
  background: transparent !important;
  border: 1px solid #DCDCDCA8 !important;
  border-radius: 5px !important;
  color: #fff !important;
  font-size: 18px !important;
  padding: 15px 18px !important;
  margin-bottom: 24px !important;
  width: 100% !important;
}

.landing_form_div .wpcf7-submit {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 16px 15px !important;
  background: #0e2642 !important;
  border-radius: 8px !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: 1px solid #0e2642 !important;
  width: 100% !important;
}

.landing_form_div .wpcf7-submit:hover {
  background: transparent;
  color: #0e2642;
}

.landing_why_wrap {
  position: relative;
  padding: 70px 0 40px 0;
  background: url('images/landing_why_bg.svg') no-repeat 0 0;
}

.landing_why_computersare {
  position: relative;
  padding: 70px 0 40px 0;
  background: url('images/computershare/landing_why_bg.svg') no-repeat 0 0;
}

.box_li_text {
  color: #002C3F;
  margin-top: 10px;
}

.box_li_text p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.landing_why_row_1 {
  margin-bottom: 20px;
}

.landing_form_wrap .ttile_1 {
  font-size: 32px;
  line-height: 44px;
}

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

.landing_form_wrap .text_1 ul li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 15px;
  font-size: 15px;
}

.landing_form_wrap .text_1 ul li::before {
  content: " ";
  display: block;
  position: absolute;
  width: 27px;
  height: 27px;
  background: url('images/home_serve_li.svg') no-repeat center center #DEEAF5;
  border-radius: 50px;
  background-size: 14px auto;
  top: -4px;
  left: 0;
}

.testimonials_wrap .testim_li_text {
  margin-bottom: 70px;
}

.testimonials_wrap .testim_li_name {
  color: #002C3F;
  font-size: 18px;
  margin-bottom: 6px;
}

.testimonials_wrap .testim_li_title {
  color: #002C3F;
  font-weight: 400;
}

.landing_footer_wrap {
  padding: 0 0 30px 0;
}

.landing_footer_top_inner {
  border-top: 1px solid #EAECF0;
  border-bottom: 1px solid #EAECF0;
  padding: 50px 0;
}

.landing_footer_bottom {
  padding-top: 30px;
}

.landing_copyright {
  color: rgba(72, 75, 86, 0.9);
  font-size: 15px;
}

.landing_footer_wrap .footer_title {
  margin-bottom: 15px;
}

.landing_footer_wrap #footer_logo {
  margin-bottom: 40px;
}

.landing_logos_wrap {
  padding-bottom: 90px;
}

.landing_form .title_1 {
  font-size: 32px;
  line-height: 46px;
  margin-bottom: 25px;
}

.landing_report_wrap {
  position: relative;
}

.landing_report_image_1 {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
  height: auto;
}

.landing_report_image_2 {
  position: absolute;
  top: 520px;
  right: 0;
  max-width: 100%;
  height: auto;
}

.show_landing_disc_long {
  text-decoration: underline !important;
  color: rgba(2, 189, 135, 0.9) !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;
  cursor: pointer;
}

.show_landing_disc_long:hover {
  color: inherit !important;
}

.landing_disc_short {
  margin-bottom: 30px;
}

.landing_disc_long {
  display: none;
  margin-bottom: 30px;
}

.home_boi_li_landing_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.brent_header_button button {
  display: inline-block !important;
  color: #fff !important;
  text-decoration: none !important;
  -webkit-transition: all 0.25s ease-out !important;
  -moz-transition: all 0.25s ease-out !important;
  -o-transition: all 0.25s ease-out !important;
  transition: all 0.25s ease-out !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 14px 30px 10px 30px !important;
  background: #0e2642 !important;
  border: 1px solid #0e2642 !important;
  border-radius: 8px !important;
  font-family: inherit !important;
}

.brent_header_button button:hover {
  color: #0e2642 !important;
  border-color: #0e2642 !important;
  background: transparent !important;
}

.fillout-embed-iframe-container {
  width: 600px !important;
  height: 650px !important;
  max-width: calc(100% - 160px) !important;
  max-height: calc(100% - 80px) !important;
}

.pricing_li {
  margin-bottom: 40px;
}

.pricing_li_inner {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  border-right: 1px solid #EAECF0;
  border-bottom: 1px solid #EAECF0;
  border-left: 1px solid #EAECF0;
  box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.03), 0px 12px 16px -4px rgba(16, 24, 40, 0.08);
  background: #fff;
}

.pricing_li_bottom {
  padding: 25px 32px 16px 32px;
}

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

.pricing_li_bottom ul li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  padding-left: 36px;
  position: relative;
}

.pricing_li_bottom ul li::before {
  content: " ";
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url('images/pricing_check_green.svg') no-repeat 0 0;
}

.pricing_li_bottom ul li ul {
  list-style-type: disc;
  padding-left: 10px;
}

.pricing_li_bottom ul li ul li {
  color: #667085;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  padding-left: 0;
  margin-bottom: 2px;
}

.pricing_li_bottom ul li ul li::marker {
  color: #667085;
}

.pricing_li_bottom ul li ul li::before {
  display: none !important;
}

.pricing_li_2 .pricing_li_bottom ul li strong {
  color: #0e2642;
}

.pricing_li_3 .pricing_li_bottom ul li strong {
  color: #444CE7;
}

.pricing_li_3 .pricing_li_bottom ul li::before {
  background: url('images/pricing_check_blue.svg')
}

.pricing_li_1 .pricing_li_bottom ul li strong {
  color: #FF692E;
}

.pricing_li_1 .pricing_li_bottom ul li::before {
  background: url('images/pricing_check_orange.svg')
}

.pricing_li_top {
  background: #18A37A;
  padding: 32px 24px 32px 24px;
  position: relative;
  overflow: hidden;
}

.pricing_li_3 .pricing_li_top {
  background: #444CE7;
}

.pricing_li_1 .pricing_li_top {
  background: #FF692E;
}

.pricing_li_top_price {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
}

.pricing_li_price {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0;
  position: relative;
}

.pricing_li_price span {
  font-size: 24px;
  font-weight: 500;
}

.pricing_li_top_text {
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}

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

.pricing_li_button {
  display: block;
  color: #101828 !important;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 700;
  padding: 17px 15px 12px 15px;
  border-radius: 31px;
  background: #FFF;
  border: 1px solid #fff;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  -webkit-transition: all 0.25s ease-out !important;
  -moz-transition: all 0.25s ease-out !important;
  -o-transition: all 0.25s ease-out !important;
  transition: all 0.25s ease-out !important;
  text-align: center;
  position: relative;
}

.pricing_li_button:hover {
  color: #fff !important;
  background: transparent;
}

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

.blog_top_title {
  margin-bottom: 40px !important;
}

.header_link_1 {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #002C3F !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;
  margin-right: 20px;
}

.header_link_1:hover {
  color: #0e2642 !important;
}

.page-template-page-staff .contact_row_1 {
  margin-bottom: 0 !important;
}

.brent_header_button {
  display: inline-block;
}

.breadcrumbs ol {
  margin-bottom: 0 !important;
}

.fillout-embed-iframe-container {
	width: 700px !important;
}

.mobile_sign_in_button {
	width: 100% !important;
	margin-bottom: 15px !important;
	padding: 14px 30px 10px 30px !important;
}

.margin_bottom_35 {
	margin-bottom: 35px;
}

.aff_top .lp_top_logo {
  width: 200px;
}

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

.aff_top_right {
  max-width: 40%;
}

.aff_top_left {
  max-width: 40%;
  position: relative;
}

.aff_top_left::after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  margin-top: -20px;
}

.aff_top_left .lp_top_logo {
  margin-bottom: 0;
}

.aff_top {
  margin-bottom: 30px;
}

.testim_li_top_right img {
  display: inline-block !important;
}

.single-aff .home_boi_slide1_1 img {
  width: 430px;
}

.slide_text ul {
  padding-left: 19px !important;
}

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

.aff_top_left_inner {
  padding-right: 15px;
}

.aff_top_right_inner {
  padding-left: 15px;
}

.aff_top img {
  width: auto;
  max-width: 100%;
  /*height: 42px;*/
	height: auto;
  max-height: 100px;
}

.part_ref_li {
  margin-bottom: 40px;
}

.part_ref_li_inner {
  background: #fff;
  box-shadow: 0px 3px 33px #00000014;
  border-radius: 8px;
  padding: 45px 65px 45px 40px;
}

.part_ref_li_image {
  height: 80px;
  width: auto;
}

.part_ref_li_title {
  color: #002C3F;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 8px 0;
  padding: 0;
}

.part_ref_li_text {
  color: #002C3F;
}

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

.partnership_3_wrap {
  padding: 80px 0 60px 0;
  position: relative;
}

.partnership_3_wrap::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background: #002C3F;
}

.partnership_6 .text_1 {
  width: 580px;
  max-width: 100%;
  margin: 0 auto 40px auto;
}

.partnership_6 .bap_form_box {
  margin-bottom: 90px;
}

.partnership_5 {
  margin-bottom: 90px;
}

.partnership_5 .faq_li_title {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #002C3F;
}

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

.partnership_5 .faq_li_text li {
  color: #002C3F;
  font-size: 16px;
  line-height: 28px;
  padding-left: 12px;
  margin-bottom: 14px;
  position: relative;
}

.partnership_5 .faq_li_text li::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 6px;
  background: rgba(0, 44, 63, 0.8);
  border-radius: 8px;
}

.partnership_5 .faq_li_text p {
  color: #002C3F;
  font-size: 16px;
  line-height: 28px;
}

.partnership_5 .faq_li {
  background: url('images/part_faq_li_open.svg') no-repeat right 25px top 34px #fff;
  box-shadow: 0px 3px 25px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  border: 1px solid #fff;
  margin-bottom: 15px;
}

.partnership_5 .faq_li_active {
  border-color: #0FC489;
  background-image: url('images/part_faq_li_close.svg');
}

.partnership_5 .title_1, .partnership_7 .title_1 {
  margin-bottom: 40px;
}

.partnership_4 .title_1 {
  margin-bottom: 90px;
}

.partner_proc_ul {
  margin-bottom: 90px;
  position: relative;
}

.partner_proc_ul::before {
  content: " ";
  position: absolute;
  width: 81px;
  height: calc(100% - 90px);
  background: url('images/process-line.svg') no-repeat center top;
  top: 40px;
  background-size: 100% auto;
  left: -9px;
}

.partner_proc_li {
  margin-bottom: 90px;
}

.partner_proc_li:last-child {
  margin-bottom: 0;
}

.partner_proc_li_title {
  font-size: 24px;
  font-weight: 500;
  color: #002C3F;
  margin: 0 0 12px 0;
  padding: 0;
}

.partner_proc_li_text {
  color: #002C3F;
}

.partner_proc_li_text p {
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 0 0;
  padding: 0;
}

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

.partner_proc_li_text ul li {
  font-size: 17px;
  line-height: 26px;
  margin-bottom: 8px;
  position: relative;
  padding-left: 12px;
}

.partner_proc_li_text ul li:last-child {
  margin-bottom: 0;
}

.partner_proc_li_text ul li::before {
  content: " ";
  display: block;
  width: 5px;
  height: 5px;
  background: #002C3F;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  left: 0;
}

.partner_proc_li_right {
  border-left: 1px solid rgba(112, 112, 112, 0.28);
}

.partner_proc_li_right_inner {
  padding-left: 30px;
}

.partner_proc_li_center_inner {
  padding: 0 30px;
}

.partner_proc_li_num {
  display: inline-block;
  background: #002C3F;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.ptitle_1 {
  color: #0e2642;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.partnership_3 {
  padding-bottom: 100px;
}

.partnership_3_bottom_text {
  color: #002C3F;
}

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

.partnership_3_li .box_li_title {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.box_li_text {
  color: #002C3F;
  margin-top: 12px;
  text-align: left;
}

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

.box_li_text ul li {
  font-size: 12px;
  position: relative;
  padding-left: 10px;
}

.box_li_text ul li::before {
  content: " ";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #002C3F;
}

.partnership_3 .title_1 {
  width: 1155px;
  max-width: 100%;
  margin: 0 auto 30px auto;
}

.partner_li {
  margin-bottom: 60px;
}

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

.partner_li_text ul li {
  font-size: 16px;
  line-height: 26px;
  position: relative;
  margin-bottom: 20px;
  background: url('images/part_li.svg') no-repeat 0 0;
  padding-left: 40px;
}

.partnership_row_2 .title_1 {
  margin-bottom: 60px;
}

.partnership_row_1 {
  margin-bottom: 60px;
}

.page-template-page-partnership .top_title span::after {
  content: " ";
  display: block;
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  max-width: 100%;
  height: 12px;
  background: url('images/title_bg_2.svg') no-repeat center center;
}

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

.partnership_3_bg_1 {
  position: absolute;
  top: 360px;
  left: 0;
  width: 100%;
  height: auto;
}

.partnership_3_bg_2 {
  position: absolute;
  bottom: -240px;
  right: -431px;
  height: auto;
}

.partnership_3_bg_3 {
  position: absolute;
  bottom: 560px;
  left: -569px;
  height: auto;
}

.new_top_bar_wrap {
  background: #e8f9f4;
  padding: 15px 0;
  border-bottom: 1px solid #baeadc;
  margin-top: -25px;
  margin-bottom: 15px;
}

.new_top_bar_text p {
  padding: 0;
  margin: 0;
  color: #002C3F;
  font-size: 14px;
  font-weight: 500;
}

.new_top_bar_text p a {
  color: #0e2642 !important;
  text-decoration: underline;
}

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

.pricing_modal_text {
  padding: 40px 20px 20px 20px;
}

.partnership_videos {
  margin-bottom: 80px;
  position: relative;
}

.wwa_image_new img {
  width: 585px;
  border-radius: 8px;
  max-width: 100%;
}

.top_button_div {
  margin-top: 30px;
}

.page-template-all-aff .header_wrap, .single-aff .header_wrap {
  padding: 0 !important;
}

.page-template-all-aff .new_top_bar_wrap, .single-aff .new_top_bar_wrap {
  margin: 0 !important;
}

.custom_aff_top_left::after {
  display: none !important;
}

.lp_top_form_div_disc {
  margin-top: 20px;
}

.home_about_slide_columns .home_boi_li::before {
  display: none !important;
}

.home_about_slide_columns .home_boi_li {
  cursor: auto !important;
}

.home_about_slide_columns .home_boi_li {
  border-color: #fff !important;
}

.home_about_slide_columns .home_boi_li_landing_link {
  cursor: auto !important;
}

.landing_about_row_1_right_centered .text_1 ul li {
  list-style-image: url('/wp-content/uploads/2024/01/landing_check.svg');
	list-style-position: inside;
	padding-left: 0;
}

.landing_about_row_1_right_centered ul li::before {
	display: none !important;
}

.landing_form_centered .text_1 ul li {
  list-style-image: url('/wp-content/uploads/2024/01/landing_check.svg');
  list-style-position: inside;
  padding-left: 0;
}

.landing_form_centered ul li::before {
  display: none !important;
}

.lnb_li {
  margin-bottom: 90px;
  position: relative;
}

.lnb_li::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 15px;
  display: block;
  width: 42px;
  height: 100%;
  background: url('images/lnb_arrow.svg') no-repeat center bottom;
}

.lnb_li:last-child::before {
  display: none !important;
}

.lnb_li_icon_title {
  position: relative;
  color: #1D2939;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
  padding: 10px 0 0 103px;
  width: 450px;
  max-width: 100%;
}

.lnb_li_icon_title::before {
  content: " ";
  display: block;
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: -14px;
  right: 0;
  background: url('images/lnb_icon_title.svg') no-repeat right top;
}

.lnb_li_icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 88px;
  height: auto;
}

.lnb_li_text ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 15px;
}

.lnb_li_text ul li {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 16px;
}

.lnb_li_text p {
  line-height: 30px;
}

.lnb_form_top_title {
  color: #0e2642;
  font-size: 30px;
}

.landing_footer_wrap_new {
  background: #002C3F;
}

.footer_landing_new_text {
  width: 400px;
  max-width: 100%;
  margin: 0 auto 20px auto;
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 27px;
}

.landing_footer_bottom .landing_copyright {
  color: rgba(255, 255, 255, 0.4)
}

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

.landing_footer_menu ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 30px;
}

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

.landing_footer_menu ul li a {
  color: rgba(255, 255, 255, 0.4) !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;
}

.footer_soc2 a {
   color: #0e2642 !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;
}

.landing_footer_menu ul li a:hover {
  color: #fff !important;
}

.landing_footer_wrap_new .round-btn--filled::before {
  box-shadow: inset 0 0 0 35px #fff;
}

.landing_footer_wrap_new .round-btn i {
  color: #002C3F;
}

.landing_footer_wrap_new .round-btn--filled:hover::before {
  box-shadow: inset 0 0 0 2px #fff;
}

.landing_footer_wrap_new .round-btn:hover i {
  color: #fff;
}

.landing_footer_wrap_new .landing_footer_top_inner {
  border-top: none !important;
  border-bottom-color: rgba(255, 255, 255, 0.08) !important;
}

.button_4 {
  display: block;
  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;
  font-weight: 500;
  padding: 14px 30px 10px 30px;
  background: #002C3F;
  border-radius: 8px;
  text-align: center;
}

.button_4:hover {
  background: #0e2642;
}

.button_4 svg {
  position: relative;
  top: -2px;
  margin-left: 5px;
}

.col_5 {
  width: 19%;
  display: inline-block;
  margin-bottom: 20px;
}

.landing_new_bottom {
  padding: 60px 0 10px 0;
  border-top: 1px solid #EAECF0;
}

.col_5_inner {
  margin: 0 20px;
}

.thank_you_buttons {
  margin-top: 20px;
}

.ty_button {
  margin: 0 10px 20px 10px;
}

.mobile_header_button {
  float: right !important;
  font-size: 11px !important;
  padding: 7px 10px 4px 10px !important;
  margin-top: 19px !important;
  margin-right: 14px !important;
}

.no_2nd_aff_logo .aff_top_left::after {
  display: none !important;
}

.green {
  color: #0e2642 !important;
}

.landing_top_mobile_text {
  font-size: 17px !important;
  line-height: 30px;
}

.lp_top_right_form_title span {
  font-size: 18px;
  display: block;
}

.landing_why_wrap .box_li_text {
  text-align: center !important;
}

.page-id-3205 .lp_top_left .title_1 {
  font-size: 28px !important;
  line-height: 45px !important;
}

.lp_top_left .slide_text ul {
  margin: 0 0 30px 0;
  padding: 0 !important;
  list-style-type: none;
}

.lp_top_left .slide_text ul li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 35px;
  line-height: 26px;
  font-size: 16px;
}

.lp_top_left .slide_text ul li::before {
  content: " ";
  display: block;
  position: absolute;
  width: 27px;
  height: 27px;
  background: url('images/home_serve_li.svg') no-repeat center center #DEEAF5;
  background-size: 13px auto;
  top: -4px;
  left: 0;
  border-radius: 50px;
}

.pro_headline_wrap {
  padding: 0px 0 50px 0;
}

.pro_top_wrap {
  background: url('images/pro_top_bg_2.png') no-repeat center top;
  background-size: cover;
  padding: 130px 0 110px 0;
}

.pro_top_wrap.pro_top_wrap_no_bar {
  padding-top: 130px;
}

.pro_top_text {
  color: #002C3F;
}

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

.pro_top_text ul {
  margin: 0 0 40px 0;
  padding: 0 0 0 0;
  list-style-type: none;
}

.pro_top_text ul li {
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}

.pro_top_text ul li::before {
  content: " ";
  display: block;
  position: absolute;
  width: 27px;
  height: 27px;
  background: url('images/landing_check.svg') no-repeat 0 0;
  top: 1px;
  left: 0;
}

.pro_top_logo_wrap {
  display: inline-block;
  margin-bottom: 20px;
  color: #002C3F;
  padding: 10px 20px 4px 45px;
  position: relative;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.pro_top_logo_img {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 19px;
  max-width: 19px;
  height: auto;
  max-height: 19px;
}

.pro_top_logo_img img {
  width: 19px;
  max-width: 19px;
  height: auto;
  max-height: 19px;
}

.pro_top_title {
  margin-bottom: 30px;
}

.button_5 {
  color: #000 !important;
  display: inline-block;
  text-decoration: none !important;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  padding: 14px 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;
}

.button_5:hover {
  color: #fff !important;
  background: transparent;
}

.pro_cta_1_wrap {
  padding: 75px 0;
}

.pro_boi_wrap {
  background: url('images/pro_boi_bg.png') no-repeat center top;
  background-size: cover;
  padding: 100px 0;
}

.pro_benefical_wrap {
  background: rgba(242, 242, 242, 0.73);
  padding: 100px 0 70px 0;
}

.pro_bb_li {
  margin-bottom: 30px;
}

.pro_bb_li_inner {
  -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;
  background: #fff;
  box-shadow: 0px 3px 33px rgba(0, 0, 0, 0.04);
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 30px;
}

.pro_bb_li_icon_wrap {
  width: 85px;
  height: 85px;
  background: rgba(242, 242, 242, 0.73);
  border-radius: 85px;
  position: relative;
}

.pro_bb_li_icon {
  width: 36px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pro_bb_li_title {
  color: #002C3F;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 15px 0;
  padding: 0;
}

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

.pro_benefical_row_1 {
  margin-bottom: 30px;
}

.pro_cta_1 ul {
  list-style-position: inside;
}

.pro_cta_1 ul li {
  margin-bottom: 14px;
}

.pro_cta_1 .title_1 {
  margin-bottom: 20px !important;
}

.pro_streamline_wrap {
  padding: 90px 0 40px 0;
  background: url('images/pro_streamline_bg.png') no-repeat center top;
  background-size: cover;
}

.pro_text_1 ul {
  margin: 0 0 40px 0;
  padding: 0 0 0 15px;
}

.pro_text_1 ul li {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}

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

.pro_pricing_wrap {
  background: rgba(242, 242, 242, 0.73);
  padding: 90px 0 50px 0;
}

.pro_pricing_li .pricing_li_top_price {
  color: #002C3F;
}

.pro_pricing_li .pricing_li_price {
  color: #002C3F;
}

.pro_pricing_li .pricing_li_top_text {
  color: #002C3F;
}

.pro_pricing_li:nth-child(2) .pricing_li_top_price {
  color: #fff;
}

.pro_pricing_li:nth-child(2) .pricing_li_price {
  color: #fff;
}

.pro_pricing_li:nth-child(2) .pricing_li_top_text {
  color: #fff;
}

.pro_testim_li .testim_li_text {
  margin-bottom: 45px;
}

.pro_testim_li .testim_li_name {
  color: #002C3F;
  font-size: 18px;
}

.pro_testim_li .testim_li_title {
  font-size: 16px;
  font-weight: 400;
}

.pro_pricing_row_1 .title_1 {
  margin-bottom: 40px;
}

.pro_pricing_li .pricing_li_bottom ul li {
  font-size: 17px;
  color: #002C3F;
  font-weight: 500;
  padding-left: 26px;
  margin-bottom: 18px;
}

.pro_pricing_li .pricing_li_bottom ul li ul {
  margin: 10px 0 5px 0;
}

.pro_pricing_li .pricing_li_bottom ul li ul li {
  color: #002C3F;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 2px;
}

.pro_pricing_li .pricing_li_bottom ul li ul li::marker {
  color: #002C3F;
}

.pro_pricing_li .pricing_li_bottom ul li::before {
  width: 19px;
  height: 19px;
  background-size: contain;
  top: -2px;
}

.pro_faq_wrap {
  padding: 90px 0;
  background: url('images/pro_faq_bg.png') no-repeat center top;
  background-size: cover;
}

.pro_faq_wrap .faq_li {
  background: none;
  position: relative;
}

.pro_faq_wrap .faq_li .pro_faq_open {
  position: absolute;
  top: 25px;
  right: 25px;
  -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: 1;
}

.pro_faq_wrap .faq_li .pro_faq_close {
  position: absolute;
  top: 25px;
  right: 25px;
  -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;
}

.pro_faq_wrap .faq_li.faq_li_active .pro_faq_open {
  opacity: 0;
}

.pro_faq_wrap .faq_li.faq_li_active .pro_faq_close {
  opacity: 1;
}

.pro_copyright {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  padding: 25px 0;
  border-top: 1px solid #EAECF0;
}

.pro_faq_wrap .title_1 {
  margin-bottom: 50px;
}

.pro_pricing_li .pricing_li_button {
  border-radius: 8px;
  color: #fff !important;
}

.pro_testim_li {
  box-shadow: 0px 3px 11px #00000014;
  margin: 0 11px;
  border: 1px solid #fff;
  -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;
}

.pro_new_top_bar_wrap p {
  color: #fff;
  font-weight: 400;
}

html .pro_new_top_bar_wrap p a {
  color: #fff !important;
  text-decoration: underline !important;
}

html .pro_new_top_bar_wrap p a:hover {
  text-decoration: none !important;
}

html .pro_new_top_bar_wrap p strong {
  font-weight: 500;
}

.pro_new_top_bar_wrap .new_top_bar_text {
  position: relative;
  padding: 0 25px;
}

.pro_new_top_bar_wrap svg {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 1;
  -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;
}

.pro_cta_1 .text_1 ul {
  padding: 0;
  list-style-type: none;
}

.pro_text_1 ul {
  padding: 0;
  list-style-type: none !important;
}

.pro_text_1 ul li {
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}

.pro_text_1 ul li::before {
  content: " ";
  display: block;
  position: absolute;
  width: 27px;
  height: 27px;
  background: url('images/landing_check.svg') no-repeat 0 0;
  top: 1px;
  left: 0;
}

.pro_top_title {
  font-size: 40px;
}

.aff_pricing_wrap .pro_pricing_li .pricing_li_top {
    background-color: #deece8;
}

.aff_pricing_wrap .pro_pricing_li:nth-child(2) .pricing_li_top {
    background-color: #0e2642;
}

.aff_pricing_wrap .pro_pricing_li .pricing_li_button {
    background: #0e2642;
    border-color: #0e2642;
}

.aff_pricing_wrap .pro_pricing_li .pricing_li_button:hover {
    background: transparent;
    color: #0e2642 !important;
}

.aff_pricing_wrap .pro_pricing_li:nth-child(2n) .pricing_li_button {
    background: #fff;
    color: #000 !important;
}

.aff_pricing_wrap .pro_pricing_li:nth-child(2n) .pricing_li_button:hover {
    background: transparent;
    color: #fff !important;
    border-color: #fff;
}

.aff_top_new {
  /*background: #fff;
  border: 1px solid #0e2642;
  padding: 20px;
  border-radius: 10px;*/
  width: 430px;
  max-width: 100%;
}

.aff_top_new img {
  max-height: 42px;
}

.aff_top_new .aff_top_left, .aff_top_new .aff_top_right {
  max-width: 48% !important;
}

.landing_logos_new_wrap {
  padding-top: 90px;
}

.aff_logos_slider {
  margin-top: 90px;
}

.home_top_left {
	position: relative;
}

.lp_top_wrap_high {
  padding-top: 160px;
}

.hs_new_wrap {
  position: relative;
  width: 44px;
  height: 44px;
  display: inline-block;
  margin: 0 10px 0 0;
  top: 3px;
  float: left;
}

.hs_new_inner {
  position: absolute;
  right: 0;
  overflow: hidden;
  border: 1px solid #70707040;
  border-radius: 44px;
  width: 44px;
  height: 44px;
  -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;
  box-shadow: 0px 3px 33px #0000000F;
  /*margin-right: 20px;*/
  background: #fff;
}

.hs_new_inner:hover {
  width: 225px;
  border-radius: 6px;
}

.hs_new_wrap input[type=text] {
  position: relative;
  height: 44px;
  width: 220px;
  border: none;
  color: #000;
  padding: 12px 50px 12px 12px;
  float: right;
}

.hs_new_wrap input[type=submit] {
  position: relative;
  text-indent: -9999px;
  background: url('images/magnifier2.svg') no-repeat 15px center transparent;
  width: 44px;
  height: 44px;
  border: none;
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
}

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

.sb_new_wrap {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}

.sb_new_date {
  background: url('images/sb_new_cal.svg') no-repeat 0 1px;
  padding-left: 31px;
  display: inline-block;
}

.sb_new_text ul {
  list-style-position: inside;
}

.sb_new_text ul li {
  margin-bottom: 15px;
}

.sb_new_text blockquote {
  background: url('images/sb_new_quote.svg') no-repeat 64px center #fff;
  box-shadow: 0px 3px 33px #0000000A;
  border: 1px solid #7070704D;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 35px;
  position: relative;
  padding: 50px 65px 50px 160px;
}

.sb_new_text blockquote::before {
  content: " ";
  background: #0e2642;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
}

.sb_new_text blockquote p {
  font-size: 18px;
  line-height: 26px;
}

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

.sb_new_text .su-list {
  clear: both;
  background: #fff;
  border: 1px solid #7070704D;
  border-radius: 10px;
  margin-bottom: 35px;
}

.sb_new_text .su-list ul li {
  border-bottom: 1px solid #7070704D;
  padding: 30px 30px 30px 80px !important;
  position: relative;
}

.sb_new_text .su-list ul li img {
  width: 34px;
  height: auto;
  position: absolute;
  top: 45px;
  left: 28px;
}

.sb_new_text .su-list ul li:last-child {
  border-bottom: none;
}

.sb_new_text .su-list ul li h3 {
  color: #0e2642;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px 0;
  padding: 0;
}

.sb_new_text .sb_new_text_cta_wrap {
  clear: both;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 40px 15%;
  margin-bottom: 35px;
  border-radius: 10px;
}

.sb_new_text .sb_new_text_cta_wrap_top_text {
  color: #0e2642;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 8px 0;
}

.sb_new_text .sb_new_text_cta_wrap_title {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 22px 0;
  padding: 0;
  line-height: 44px;
}

.sb_new_text_cta_2_wrap {
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 25px 40px;
}

.sb_new_text_cta_2_wrap_text {
  color: rgba(0, 44, 63, 0.8);
  font-size: 16px;
  line-height: 26px;
}

.sb_new_text_cta_3_wrap {
  border: 1px solid #7070704D;
  border-radius: 10px;
  margin-bottom: 40px;
  overflow: hidden;
}

.sb_new_text_cta_3_top {
  background: #0e2642;
  padding: 25px 40px;
}

.sb_new_text_cta_3_wrap_title {
  color: #fff !important;
  font-size: 28px !important;
  line-height: 40px !important;
  font-weight: 500 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sb_new_text_cta_3_bottom {
  padding: 25px 40px;
}

.sb_new_text .sb_new_text_cta_3_wrap_text {
  font-size: 16px;
  line-height: 28px;
  color: #002C3F;
  margin-bottom: 30px;
}

.sb_new_text .su-spoiler {
  border: 1px solid #0e2642;
  border-radius: 10px;
  padding: 25px 30px 25px 30px;
  -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-bottom: 20px !important;

}

.sb_new_text .su-spoiler.su-spoiler-closed {
  /*background-image: url('images/faq_li.svg');*/
  border-color: #7070704D;
}

.sb_new_text .su-spoiler-title {
  padding: 0 30px 0 0 !important;
  color: #002C3F;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  padding: 0;
  color: #0e2642;
  -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;
  background: url('images/faq_li_active.svg') no-repeat top 0 right 0;
}

.sb_new_text .su-spoiler.su-spoiler-closed .su-spoiler-title {
  background-image: url('images/faq_li.svg');
}

.sb_new_text .su-spoiler-closed .su-spoiler-title {
  color: #002C3F !important;
}

.sb_new_text .su-spoiler-title span {
  display: none !important;
}

.sb_new_text .su-spoiler-content {
  padding: 20px 0 0 0 !important;
  color: #002C3F;
  font-size: 16px;
  line-height: 26px;
}

.sb_new_text .su-spoiler-closed .su-spoiler-content {
  padding-top: 0 !important;
}

.sb_new_related_blogs {
  border-top: 1px solid rgba(112, 112, 112, 0.17);
  border-bottom: 1px solid rgba(112, 112, 112, 0.17);
  padding-top: 20px;
  margin-bottom: 30px;
}

.sbrb_li {
  margin-bottom: 30px;
}

.sbrb_li_inner {
  position: relative;
}

.sbrb_li_image {
  max-width: 100%;
  width: 145px;
  height: auto;
  border-radius: 10px;
}

.sbrb_li_image img {
  max-width: 100%;
  width: 145px;
  height: auto;
  border-radius: 10px;
}

.sbrb_li_title {
  color: #002C3F;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 12px 0;
  padding: 0;
}

.sbrb_li_date {
  color: #002C3F;
  font-size: 16px;
  font-weight: 400;
}

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

.sb_new_meta {
  padding: 14px 0;
  border-top: 1px solid rgba(112, 112, 112, 0.17);
  border-bottom: 1px solid rgba(112, 112, 112, 0.17);
  margin-bottom: 45px;
}

.sb_new_cats a {
  display: inline-block;
  margin-right: 5px;
  color: #0e2642 !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: 14px;
  padding: 5px 12px 3px 12px;
  border: 1px solid #0e2642;
  border-radius: 30px;
  text-transform: lowercase;
}

.sb_new_cats a:hover {
  color: #fff !important;
  background: #0e2642;
}

.sb_new_meta_right label {
  color: #002C3F;
  font-size: 18px;
  font-weight: 500;
  margin: 0 12px 0 0;
  padding: 0;
  position: relative;
  top: 4px;
}

.sb_new_meta_right a {
  text-decoration: none !important;
  margin-right: 5px;
  opacity: 1;
}

.sb_new_meta_right a:last-child {
  margin-right: 0;
}

.sb_new_meta_right a:hover {
  opacity: 0.7;
}

.sbs_li {
  margin-bottom: 40px;
}

.sbs_li_inner {
  position: relative;
  padding: 30px;
  background: #DDF3ED;
  border-radius: 10px;
}

.sbs_li_left img {
  width: 100px;
  height: auto;
  border-radius: 100px;
}

.single-post .sbs_li .sbs_li_name {
  color: #002C3F;
  font-size: 18px !important;
  font-weight: 500;
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 26px !important;
}

.sbs_li_title {
  color: #0e2642;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 25px 0;
}

.sbs_li_read_more {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
  color: #002C3F;
  -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;
}

.sbs_li_read_more:hover {
  color: #0e2642;
  text-decoration: none !important;
}

.sbs_li_large {
  background: #002C3F 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 10px;
  position: relative;
  padding: 40px 50px 25px 50px;
}

.sbsl_li_image {
  margin-bottom: 30px;
}

.sbsl_li_image img {
  width: 244px;
  max-width: 100%;
  height: auto;
  border-radius: 200px;
}

.sbsl_li_social a {
  display: inline-block;
  margin-right: 10px;
  -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;
  top: 0;
}

.sbsl_li_social a:last-child {
  margin-right: 0;
}

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

.single-post .sbsl_li_name {
  color: #0e2642;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 4px 0;
  padding: 0;
}

.sbsl_li_title {
  color: #fff;
  font-size: 16px;
}

.sbsl_li_text {
  color: #fff;
  padding-top: 15px;
  border-top: 1px solid rgba(112, 112, 112, 0.2);
  margin-top: 20px;
}

.sbsl_li_text p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 18px 0;
  padding: 0;
}

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

.sbs_li_large_close {
  cursor: pointer;
  position: absolute;
  top: 23px;
  right: 21px;
}

.sbs_li_large_close:hover svg path {
  fill: #0e2642;
}

.su-column img {
  height: auto;
}

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

.footer_logo_at_top {
  margin-top: 20px;
  max-width: 100%;
  height: auto;
}

.footer_soc2 img {
    width: 200px;
}

.hs2_new input[type=text] {
  display: block;
  background: #FFF 0% 0% no-repeat padding-box;
  border: 1px solid #002C3F73;
  border-radius: 30px;
  padding: 10px 32px 10px 18px;
  background: url('images/magnifier2.svg') no-repeat right 16px center;
  width: 100%;
}

.hs2_new {
  width: 570px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -10;
  -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;
}

.hs2_new form {
  position: relative;
}

.hs2_new input[type=submit] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  text-indent: -9999px;
  background: none;
  opacity: 0;
  border: none;
}

.hs2_new_toggle {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url('images/magnifier2.svg') no-repeat center center;
  -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;
  top: 8px;
  margin-right: 8px;
  border-radius: 30px;
}

.hs2_new_toggle_active {
  background-image: url('images/close.svg');
  border: 1px solid #002C3F;
}

.hs2_new_toggle:hover {
  opacity: 0.8;
}

.header_center {
  position: relative;
}

.hs2_search_active .mainmenu {
  opacity: 0;
}

.hs2_search_active .hs2_new {
  opacity: 1;
  z-index: 10;
}

.sbrb_li_left_inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

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

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

.qr_cta_wrap {
  background: #002C3F;
  padding: 60px 0;
}

.qr_6_wrap {
  padding: 90px 0;
  background: #fff;
}

.qr_number {
  color: #0e2642;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 2px;
}

.qr_6_box {
  margin-bottom: 40px;
}

.qr_6_box_inner {
  box-shadow: 0px 4px 46px #0000000F;
  border-radius: 10px;
}

.qr_6_box_top {
  border-bottom: 1px solid rgba(0, 44, 63, 0.22);
  padding: 23px 30px;
}

.qr_6_box_bottomn {
  padding: 23px 30px;
}

.qr_6_box_top_left, .qr_6_box_bottom_left {
  width: 95px;
}

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

.qr_title_2 {
  color: #002C3F;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 12px 0;
  padding: 0;
  text-transform: uppercase;
  text-decoration: underline;
}

.qr_6_box_top_right .text_1 p {
  margin-bottom: 0;
}

.qr_6_box_bottom_right .text_1 {
  margin-bottom: 0;
}

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

.qr_cta_wrap .title_1 {
  font-size: 31px;
  margin-bottom: 25px;
}

.qr_6_box_bottom_right .text_1 strong {
  color: #AD2A24;
}

.qr_6_top_text {
  margin-bottom: 40px;
}

.qr_5_wrap {
  background: url('images/qr_5_bg.svg') no-repeat center top;
  background-size: cover;
  padding: 75px 0 60px 0;
}

.section_5_icon {
  margin-bottom: 20px;
}

.qr_5_box {
  margin-bottom: 40px;
}

.qr_5_box_inner {
  background: #fff;
  border: 1px solid #DBDCE8;
  border-radius: 10px;
  padding: 50px 30px;
}

.qr_title_3 {
  color: #002C3F;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 12px 0;
  padding: 0;
}

.qr_5_box .text_1 p {
  margin-bottom: 0;
}

.qr_3_wrap {
  background: #fff;
  padding: 90px 0;
}

.qr_divider {
  height: 1px;
  background: #E3E5E9;
  margin-bottom: 60px;
}

.qr_3_left, .qr_3_right {
  margin-bottom: 60px;
}

.qr_3 .text_1 {
  margin-bottom: 60px;
}

.qr_4_wrap {
  background: rgba(243, 245, 254, 0.73);
  padding: 90px 0 50px 0;
}

.qr_4_box {
  margin-bottom: 50px;
  background: #fff;
  border: 1px solid #DBDCE8;
  border-radius: 10px;
}

.qr_4_box_title {
  color: #002C3F;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 20px 24px;
  border-bottom: 1px solid #DBDCE8;
}

.qr_4_box_bottom {
  color: #002C3F;
  padding: 20px 24px;
}

.qr_title_4 {
  color: #002C3F;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  border-bottom: 1px solid #DBDCE8;
  margin: 0 0 24px 0;
  padding: 0 0 18px 0;
}

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

.qr_4_top_text ul  li {
  padding-left: 42px;
  background: url('images/qr_check.svg') no-repeat 0 0;
  color: #002C3F;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 31px;
}

.qr_4_1 {
  margin-bottom: 60px;
}

.qr_4_box_bottom ul {
  padding: 0 0 0 17px;
}

.qr_4_box_bottom ul li {
  margin-bottom: 15px;
  position: relative;
}

.qr_4_box_bottom ul li::before {
  content: " ";
  display: block;
  position: absolute;
  top: 8px;
  left: -17px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #0e2642;
}

.qr_4_box_bottom ul li ul {
  margin: 12px 0 0 0;
  padding: 0;
  list-style-type: none;
}

.qr_4_box_bottom ul li ul li {
  color: #002C3F;
  font-size: 14px;
  line-height: 26px;
  padding-left: 16px;
  background: url('images/qr_arr.svg') no-repeat 0 7px;
}

.qr_4_box_bottom ul li ul li::before {
  display: none !important;
}

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

.qr_4_col_top {
  margin-bottom: 40px;
}

.qr_2_box {
  margin-bottom: 40px;
}

.qr_2_box_inner {
  position: relative;
  background: url('images/qr_rarr.svg') no-repeat 40px center #fff;
  border: 1px solid #E3E3E3;
  border-radius: 14px;
  padding: 20px 35px 20px 80px;
}

.qr_2_box_text {
  color: #002C3F;
}

.qr_2_box_text p {
  font-size: 16px;
  line-height: 25px;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.qr_2_wrap {
  background: url('images/qr_2_bg.png') no-repeat center top;
  background-size: cover;
  padding: 90px 0;
}

.qrtext_1 {
  color: #002C3F;
}

.qrtext_1 p {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  margin: 0 0 25px 0;
  padding: 0;
}

.qr_2_top {
  width: 1085px;
  max-width: 100%;
  margin: 0 auto 50px auto;
}

.qr_2_box_or {
  color: #002C3F;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  width: 47px;
  height: 47px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 47px;
  border: 1px solid #707070;
  background: #fff;
  position: absolute;
  top: 50%;
  right: -38px;
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 100px;
  padding-top: 2px;
}

.qr_1_wrap {
  background: rgba(243, 245, 254, 0.73);
  padding: 90px 0;
}

.qr_1_wrap .title_1 {
  margin-bottom: 60px;
}

.qr_1_left, .qr_1_right {
  margin-bottom: 60px;
}

.qr_title_5 {
  color: #002C3F;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 25px 0;
  padding: 0;
}

.qr_1_table {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.qr_1_table table {
  width: 100%;
}

.qr_hcol_1 {
  color: #fff;
  background: #0e2642;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  border-bottom: 1px solid #E6E6E6;
}

.qr_hcol_2 {
  color: #fff;
  background: #0e2642;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  border-bottom: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
}

.qr_col_1 {
  text-align: center;
  color: #002C3F;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 20px;
  border-bottom: 1px solid #E6E6E6;
}

.qr_col_2 {
  color: #002C3F;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 20px;
  border-bottom: 1px solid #E6E6E6;
  border-left: 1px solid #E6E6E6;
}

#qr_1_table_scroll {
  overflow: hidden;
  position: relative;
  height: 570px;
  padding-right: 0;
}

.qr_1_bottom_text p {
  line-height: 30px;
}

.qr_top_text p {
  margin-top: 20px;
}

.qr_top_text p strong {
  font-size: 18px;
}

.qr_toc_wrap {
  background: #fff;
  border: 1px solid #002C3F8F;
  border-radius: 10px;
  overflow: hidden;
}

.qr_toc_top {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 15px;
  background: #002C3F;
  border-radius: 8px;
}

.qr_toc_bottom {
  position: relative;
  padding: 35px 0;
}

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

.qr_toc_li {
  margin-bottom: 20px;
  color: #002C3F;
  font-size: 16px;
  padding: 0 29px;
}

.qr_toc_li:last-child {
  margin-bottom: 0 !important;
}

.qr_toc_li a {
  color: #002C3F !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;
}

.qr_toc_li a:hover {
  color: #0e2642 !important;
}

.qr_toc_li a span {
  color: #0e2642;
  font-weight: 500;
}

.qr_side_fixed {
  position: fixed;
  top: 360px;
  right: -590px;
  z-index: 10;
  -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;
}

.qr_side_fixed.qr_side_active {
  right: 0;
}

.qr_side_detailed {
  background: #fff;
  box-shadow: -8px 13px 26px #00000017;
  border: 1px solid #002C3F1A;
  border-radius: 15px 0px 0px 15px;
  padding: 25px 35px;
  float: left;
  width: 590px;
  opacity: 0;
}

.qr_side_active .qr_side_detailed {
  opacity: 1;
}

.qr_side_detailed h4 {
  color: #002C3F;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0;
}

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

.qr_side_detailed ul li {
  color: #002C3F;
  font-size: 14px;
  margin-bottom: 20px;
}

.qr_side_detailed ul li:last-child {
  margin-bottom: 0;
}

.qr_side_detailed ul li a {
  color: #002C3F !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;
}

.qr_side_detailed ul li a:hover {
  color: #0e2642 !important;
}

.qr_side_detailed ul li a span {
  font-weight: 500;
}

.qr_side_close {
  position: absolute;
  top: 50%;
  left: -14px;
  cursor: pointer;
  display: block;
  width: 27px;
  height: 27px;
  background: url('images/qr_side_close.svg') no-repeat center center;
  transform: rotate(180deg);
}

.qr_side_small {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: -8px 13px 26px #0000000F;
  border: 1px solid #002C3F1A;
  border-radius: 15px 0px 0px 15px;
  width: 59px;
  height: 205px;
  position: relative;
  float: left;
}

.qr_side_active .qr_side_small {
  display: none;
}

.qr_side_small h4 {
  color: #002C3F;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.31px;
  margin: 0;
  padding: 0;
  transform: translateX(-48%) translateY(-50%) rotate(-90deg);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 190px;
  text-align: center;
}

.qr_side_open {
  position: absolute;
  top: 50%;
  left: -14px;
  cursor: pointer;
  display: block;
  width: 27px;
  height: 27px;
  background: url('images/qr_side_close.svg') no-repeat center center;
}

.qr_top_wrap {
  padding-bottom: 90px;
}

.pl_cta_wrap {
  padding: 75px 0;
  background: url('images/pl_cta_bg.jpg') no-repeat center center;
  background-size: cover;
}

.pl_cta_wrap .title_1 {
  margin-bottom: 10px;
}

.pl_cta_text {
  color: #fff;
}

.pl_cta_text p {
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 25px 0;
  padding: 0;
}

.pl_testimonials_wrap {
  background: #fff;
  padding: 90px 0 30px 0;
}

.pl_testim_li_top {
  margin-bottom: 15px;
}

.pl_testim_li_middle .testim_li_name {
  color: #002C3F;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 8px;
}

.pl_testim_li_middle .testim_li_title {
  color: #002C3F;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 1px;
}

.pl_testim_li_middle .link_1 {
  font-size: 14px;
}

.pl_testim_li_middle {
  margin-bottom: 20px;
}

.pl_experience_wrap {
  padding: 90px 0;
  background: url('images/pl_exp_bg.svg') no-repeat center top;
  background-size: cover;
}

.pl_experience_wrap .title_1 {
  margin-bottom: 50px;
}

.experience_image {
  border-radius: 500px;
}

.pl_text_3 {
  color: #002C3F
}

.pl_text_3 p {
  font-size: 28px;
  font-weight: 500;
  line-height: 45px;
  margin: 0 0 45px 0;
  padding: 0;
}


.pl_text_3 p strong {
  color: #0e2642;
}

.pl_experience_row_2_right_inner {
  padding-left: 40px;
}

.pl_top_wrap {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 140px 0 80px 0;
}

.pl_top {
  margin-bottom: 90px;
}

.pl_title_1 {
  color: #002C3F;
  font-size: 55px;
  font-weight: 500;
  line-height: 75px;
  margin: 0 0 30px 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.pl_text_1 {
  color: #002C3F;
}

.pl_text_1 p {
  font-size: 20px;
  line-height: 35px;
  margin: 0 0 35px 0;
  padding: 0;
}

.pl_text_1 h1, .pl_text_1 h2, .pl_text_1 h3, .pl_text_1 h4, .pl_text_1 h5, .pl_text_1 h6 {
  font-family: "Poppins", sans-serif;
}

.pl_streamline_wrap {
  padding: 90px 0;
  background: #F6F7FE;
}

.pl_streamline_row_1 {
  margin-bottom: 70px;
}

.pl_title_2 {
  color: #0e2642;
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 20px 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

.pl_text_2 {
  color: #002C3F;
}

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

.pl_streamline_row_2_right img {
  border-radius: 10px;
}

.pl_faq_li {
  margin-bottom: 25px;
}

.pl_faq_li:last-child {
	margin-bottom: 0;
}

.pl_faq_li_title {
  color: #002C3F;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  padding: 0 30px 0 0;
  line-height: 36px;
  background: url('images/pl_plus.svg') no-repeat right 0 top 5px;
  -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;
  font-family: "Poppins", sans-serif;
}

.pl_faq_li_active .pl_faq_li_title {
  color: #0e2642;
  background-image: url('images/pl_minus.svg');
}

.pl_faq_li_text {
  color: #002C3F;
  border-bottom: 1px solid rgba(112, 112, 112, 0.23);
  padding-top: 18px;
}

.pl_faq_li_text p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 23px 0;
  padding: 0;
}

.pl_fixed_footer {
  position: fixed;
  top: calc(105% - 88px);
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: -8px 13px 26px #00000017;
  border: 1px solid #002C3F1A;
  border-radius: 15px 15px 0px 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;
}

.pl_fixed_footer.pl_fixed_footer_active {
  bottom: 0 !important;
  top: auto;
}

.pl_fixed_footer .qr_side_detailed {
  width: 100% !important;
  opacity: 1 !important;
  padding: 25px 15px !important;
}

.pl_fixed_footer .qr_side_detailed ul li {
  font-size: 12px !important;
  margin-bottom: 14px !important;
}

.qr_pl_footer_toggle {
  position: absolute;
  top: -20px;
  left: 50%;
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  background: url('images/qr_side_close.svg') no-repeat center center;
    background-size: auto;
  transform: rotate(90deg);
  -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;
  background-size: 40px auto;
  margin-left: -20px;
}

.pl_fixed_footer_active .qr_pl_footer_toggle {
  transform: rotate(-90deg);
}

.partnership_row_1_5 {
  margin-bottom: 60px;
}

.access_bottom_button {
  margin-top: 40px;
}

.popup_form_div {
  height: 1040px !important;
}

.popup_form_div .fillout-embed-iframe-container {
  height: 1040px !important;
  max-height: 1040px !important;
  width: 100% !important;
  max-width: 100% !important;
}
/* =======================
   Custom Edits – May 2025
   ======================= */

.disclaimer_fullwidth {
  width: 100%;
  max-width: 900px;
  margin: 20px auto 0 auto;
  font-size: 10px;
  color: #666;
  text-align: center;
  padding: 0 15px;
}

.home_cta_wrap .button_1:hover, .pl_cta_wrap .button_1:hover {
  color: #fff !important;
  border-color: #fff !important;
}

.tribe-events-calendar-latest-past__event-title a {
  color: #0e2642 !important;
}

.tribe-common-c-btn-border-small {
  color: #0e2642 !important;
  border-color: #0e2642 !important;
}

.tribe-common-c-btn-border-small:hover {
  background: #0e2642 !important;
  color: #fff !important;
}

.tribe-events-single-event-description hr {
  margin-bottom: 40px;
}

.tribe-events-single-event-description div {
  margin-bottom: 25px;
}

.states-map-entry svg path:hover {
  fill: #469fd8 !important;
}

#compliance-hero h1, #compliance-hero h2, #compliance-hero h3, #compliance-hero h4, #compliance-hero h5, #compliance-hero h6 {
  font-family: "Poppins", sans-serif;
}

#final-cta h2 {
  font-family: "Poppins", sans-serif;
}

#pricing-section h2 {
  font-family: "Poppins", sans-serif;
}

#pricing-box h3 {
  font-family: "Poppins", sans-serif;
}

#final-cta {
  background: #0e2642 !important;
}

.tribe-common h1, .tribe-common h2, .tribe-common h3, .tribe-common h4, .tribe-common h5, .tribe-common h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
}

.tribe-events-calendar-latest-past__event-title-link {
  text-decoration: none !important;
}

.tribe-events-calendar-latest-past__event-title-link:hover {
  color: #469fd8 !important;
  text-decoration: none !important;
  border-bottom: none !important;
}

.tribe-events-c-top-bar__datepicker-time {
  font-family: "Poppins", sans-serif;
}

.tribe-events-single h1, .tribe-events-single h2, .tribe-events-single h3, .tribe-events-single h4, .tribe-events-single h5, .tribe-events-single h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 500 !important;
}

.tribe-events-single h1 strong, .tribe-events-single h2 strong, .tribe-events-single h3 strong, .tribe-events-single h4 strong, .tribe-events-single h5 strong, .tribe-events-single h6 strong {
  font-weight: 500 !important;
}

.plan-block-down ul.plan-info-list li {
  color: #181120 !important;
  font-size: 16px !important;
  line-height: 38px !important;
  padding-left: 46px !important;
  margin-bottom: 18px !important;
  margin-right: 10px !important;
  position: relative !important;
}

.plan-block-down ul.plan-info-list li:before {
    content: " " !important;
    display: block !important;
    width: 38px !important;
    height: 38px !important;
    background: url('images/home_serve_li.svg') no-repeat center center #DEEAF5 !important;
    border-radius: 38px !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
}

.page-template-page-service .home_cta_wrap .button_1 {
  background: #469fd8;
}

.page-template-page-service .home_cta_wrap .button_1:hover {
  background: transparent;
}

.contact_page_wrap {
  overflow: hidden;
}

#final-cta {
  position: relative;
}

#final-cta::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 100%;
  top: 0;
  background: #0e2642;
}

#final-cta::after {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 100%;
  top: 0;
  background: #0e2642;
}

.page-template-page-staff .contact_page_wrap {
  overflow: visible !important;
}

.page-template-page-pricing-plans-new-formations .contact_page_wrap {
  overflow: visible !important;
}

.page-template-page-pricing-plans-annual-reports .contact_page_wrap {
  overflow: visible !important;
}

.page-template-page-pricing-plans-registered-agent .contact_page_wrap {
  overflow: visible !important;
}

.page-template-page-pricing-plans-ein .contact_page_wrap {
  overflow: visible !important;
}