/*
 THEME NAME: DigiTheme
 AUTHOR: Digilite Web Solutions
 VERSION: 3.0
 */

/*FONTS*/

/*DEFAULT CSS*/
* {
  outline: none !important;
  text-decoration: none !important;
}

dl {
  margin: 0;
  padding: 0;
}
ul,
ol {
  padding-left: 15px;
}
body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
}
.h1 {
  font-size: 48px;
}
.h2 {
  font-size: 40px;
}
.h3 {
  font-size: 32px;
}
.h4 {
  font-size: 24px;
}
.h5 {
  font-size: 20px;
}
.h6 {
  font-size: 16px;
}
.p1 {
  font-size: 20px;
}
.p2 {
  font-size: 16px;
}
.p3 {
  font-size: 14px;
}

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

/*Menu */

/* Menu */
/* Buttons */
.btn_fill {
  background:#0C234B;
  border: none;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
  padding: 16px 24px;
	border-radius:10px;
  transition: background-color 0.4s ease;
}
.btn_border {
  border: 1px solid #0C234B;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #0C234B;
	border-radius:10px;
  padding: 15px 24px;
  transition: background-color 0.4s ease;
}
.btn_border_w {
  border: 1px solid #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
	border-radius:10px;
  display: inline-block;
  padding: 15px 24px;
  transition: background-color 0.4s ease;
}
.btn_orange {
  background: #0C234B;
  border: none;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  display: inline-block;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #ffffff;
	border-radius:10px;
  padding: 16px 24px;
  transition: background-color 0.4s ease;
}
.btn_border:hover,
.btn_fill:hover,
.btn_border:focus,
.btn_fill:focus {
  border-color: transparent;
  background-color: #02A0E1 !important;
  color: #fff;
  transition: background-color 0.4s ease;
}
.btn_orange:hover,
.btn_orange:focus,
.btn_border_w:focus,
.btn_border_w:hover {
  background-color: #005cba !important;
  border-color: #005cba;
  transition: background-color 0.4s ease;
}
/* Buttons */
/* Header */
header {
  background-color: #efecea;
  position: sticky;
  top: 0;
  z-index: 10;
}
.header-top-bar {
  background: #0b224b;
  padding: 12px 0px;
  color: #fff;
}
.header-top-bar a.tel {
  font-weight: 700;
  margin-right: 24px;
}

.header-top-bar p {
  display: inline-block;
  margin-bottom: 0px;
}
.header-top-bar a {
  color: #fff;
}
.header-top-bar a.fa-icon {
  font-size: 14px;
}
.header-main {
  padding: 16px 0px;
  position: unset;
}
.logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  margin-right: 32px;
}
.header-main ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
}
.header-main ul.main-menu li a {
  color: #000000;
}
.header-main ul.main-menu > li > a {
  font-weight: 500;
  font-size: 16px;
  line-height: 15px;

  text-transform: capitalize;
  display: inline-block;
}
.view-more-link {
	position:absolute;
	bottom:16px;
}
.header-main ul.main-menu > li {
  margin-right: 35px;
}
.menu-header {
  width: 55%;
}
.custom-btn:not(:last-child) {
  margin-right: 16px;
}
.custom-btn {
  display: inline-block;
  min-width: 153px;
}

.menu-item-has-children .menu-item-has-children ul {
  position: unset;
}

.menu-item-has-children li.menu-item-has-children {
  position: relative;
}

.hero-h .owl-controls {
  bottom: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.hero-h .owl-controls .owl-dots {
  display: flex;
  justify-content: space-around;
}

.home-hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
}

.hero-slide-item {
  padding: 72px 0;
}

.hero-h .owl-controls .owl-dot:first-child {
  margin-left: 0;
}

.hero-h .owl-controls .owl-dot {
  margin-left: 10px;
}

.hero-h .owl-controls .owl-dot span {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.8;
}

.hero-h .owl-controls .owl-dot.active span {
  opacity: 1;
}

.main-menu > li.menu-item-has-children > a:after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  left: 5px;
  position: relative;
  vertical-align: top;
  width: 6px;
  top: 3px;
  transform: rotate(135deg);
  transition: all 0.3s;
}
.main-menu li.menu-item-has-children > a:after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 6px;
  left: 5px;
  position: relative;
  vertical-align: super;
  width: 6px;
  top: 3px;
  transform: rotate(135deg);
  transition: all 0.3s;
}
.main-menu > li.menu-item-has-children > a.opened:after {
  transform: rotate(315deg);
  transition: all 0.3s;
  top: 6px;
}
.header-main .main-menu > li > ul.sub-menu {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #efecea;
  padding: 40px 0px;
  left: 0;
  top: 130px;
  z-index: 10;
  min-height: 430px;
}
.header-main .main-menu > li > ul.sub-menu .link-heading a {
  color: #000;
}

.header-main .main-menu > li.menu-item-has-children.openedmenu > ul.sub-menu {
  justify-content: flex-start;
  display: flex;
  align-items: start;
  overflow: hidden;
}
.header-main
  .main-menu
  > li.menu-item-has-children.openedmenu
  > ul.sub-menu
  .container {
  justify-content: flex-start;
  display: flex;
  align-items: start;
}
.menu-second-elements {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.menu-second-elements > li > ul.sub-menu {
  /* position: absolute; */
  top: 0;
  display: none;
  left: 33%;
  opacity: 0;
}
.menu-second-elements > li > ul.sub-menu.active {
  display: inline-block;
  opacity: 1;
  width: 100%;
  padding-left: 0;
  height: fit-content;
}
.menu-second-elements > li:hover > a {
  font-weight: 700;
}
.menu-second-elements > li > ul.sub-menu > li {
  margin-bottom: -10px;
  width: 100%;
  float: left;
  /* border-bottom: 0.5px solid #282828; */
  padding-bottom: 8px;
  margin-top: 10px;
}
.menu-second-elements > li > ul.sub-menu > li a:hover {
  font-weight: 600;
}
.menu-second-elements > li > ul.sub-menu > li:hover {
  /* border-bottom: 0.5px solid #000; */
}
.menu-second-elements > li > a {
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
}
.menu-second-elements > li {
  margin-bottom: 12px;
  width: 33.3%;
  /* border-bottom: 0.5px solid #282828; */
  padding-bottom: 8px;
}
.menu-second-elements > li:hover {
  /* border-bottom: 0.5px solid #000; */
}

.menu-second-elements > li.third {
  display: inline-block;
  width: 33.3%;
}

.header-main
  .main-menu
  > li.menu-item-has-children.openedmenu
  > ul.sub-menu
  > .container
  > .link-heading {
  width: 20%;
}
.main-menu
  > li.menu-item-has-children.openedmenu
  > ul.sub-menu
  > li
  > ul.sub-menu {
  display: none;
}
.main-menu
  > li.menu-item-has-children.openedmenu
  > ul.sub-menu
  > li:hover
  > ul.sub-menu {
  display: block;
}
#menu-item-1719 .menu-second-elements {
  flex-direction: column;
}
.main-menu > li.menu-item-has-children.openedmenu > ul.sub-menu > li {
  margin-bottom: 20px;
}
.main-menu > li.menu-item-has-children.openedmenu > ul.sub-menu > li > a {
  font-weight: 500;
  font-size: 20px;
}
.header-main .navbar-toggler {
  border: none;
  padding: 0;
}
.header-main .navbar-toggler:focus {
  border: none;
  box-shadow: none;
}
.left-post-sidebar {
	position: sticky;
    top: 150px;
}
.animated-icon1 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.m-disabled a {
  pointer-events: none;
}
.animated-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon1 span {
  background:#0C234B;
}

.animated-icon1 span:nth-child(1) {
  top: 2px;
  left: -5px;
}

.animated-icon1 span:nth-child(2) {
  top: 11px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 0px;
}

.animated-icon1.open span:nth-child(2) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/* .arr-down {
  background-image: url(./img/arr-down.svg);
  background-repeat: no-repeat;

  content: "";
  width: 9px;
  height: 5px;

  cursor: pointer;
  transition: 0.2s;
  z-index: 9;
  display: inline-block;
} */
/* Header */
/* HOME */
.home-hero {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
  height: calc(100vh - 130px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.home-hero-form {
/*   position: absolute;
  width: 100%;
  max-width: 616px;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left; */
	margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 616px;
    bottom: -119px;
    text-align: left;
}
footer .subscribe .frm_message {
  background-color: #fff;
  border-radius: 0px;
}
footer .subscribe .frm_message p {
  color: #000;
}

.home-hero-form .subscribe .with_frm_style input[type="email"] {
  background: #ffffff;
  box-shadow: 0px 8px 25px rgba(13, 10, 44, 0.06);
  color: #000000;
  padding: 25px 32px;
  font-weight: 500;
  filter: drop-shadow(4px 4px 4px rgba(31, 58, 28, 0.2));
}
.home-hero-form .subscribe .with_frm_style .frm_error {
  position: absolute;
}
.home-hero-form .subscribe .with_frm_style .frm_message,
.home-hero-form .subscribe .with_frm_style .frm_success_style {
  border: none;
  padding: 25px 32px;
  margin-top: 0px;
  border-radius: 0;
  margin-top: 16px;
  margin-bottom: 0px;
  position: relative;
  height: 70px;
  background: #fff;
  box-shadow: 0px 8px 25px rgba(13, 10, 44, 0.06);
  filter: drop-shadow(4px 4px 4px rgba(31, 58, 28, 0.2));
}
.home-hero-form .subscribe form {
  height: 70px;
}
.home-hero-form .subscribe form input[type="email"] {
  margin-bottom: 0px;
}
.home-hero-form .subscribe .with_frm_style .frm_message p {
  color: #000000;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.home-hero-form .subscribe .with_frm_style input[type="email"]::placeholder {
  color: #000000;
  font-weight: 500;
}
.home-hero-form .subscribe .with_frm_style .frm_submit button {
  top: 3px;
  padding: 12px 24px;
}
.hero-button {
  margin-top: 30px;
}
.fa-icon:not(:last-child) {
  margin-right: 8px;
}
.side-social .social_text {
  margin-bottom: 0px;
}
.social_text {
  margin-right: 16px;
}
.featured_rates {
  padding:80px 0px 70px;
}

.rates {
  margin-top: 32px;
  text-align: center;
}
p.rating {
  margin-right: 40px;
}
.stars i {
  color: #0C234B;
}
.stars i {
  margin-right: 5px;
}
.stars {
  margin-right: 8px;
}
.rate-box {
  background: #ffffff;
  padding: 37px 20px 30px;
  position: relative;
  text-align: center;
  filter: drop-shadow(4px 4px 4px rgba(31, 58, 28, 0.2));
  max-width: 100%;
  transition: 0.3s all ease-in-out;
  height: 100%;
}
.page-id-160 .column-content {
  margin-bottom: 0;
  padding: 0;
}
.rate-box:hover {
  background: #0C234B;
  transition: 0.3s all ease-in-out;
}
.rate-box:hover .percentage,
.rate-box:hover .rate-button {
  color: #ffffff;
}
/* .fr-box {
  padding: 0px 80px;
} */
.rates_all {
  margin: 60px auto 0px;
  padding: 16px 24px;
  display: -webkit-box;
  width: fit-content;
}
.rate-box .percentage {
  color: #000;
  margin-bottom: 24px;
  display: block;
}
.page-id-1441 .column-content {
  padding-top: 0;
  margin-bottom: 0;
}
.cc-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rate-box p {
  color: #565656;
  margin-bottom: 8px;
}
.rate-box:hover p {
  color: #ffffff;
}
.rate-button {
  letter-spacing: 0.02em;
  color: #0C234B;
  text-transform: uppercase;
  font-weight: 700;
  margin: 10px 0px;
  display: inline-block;
}
.rate-box svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s all ease-in-out;
}
.rate-box .rate-hover {
  opacity: 0;
}
.rate-box:hover .rate-hover {
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
.rate-box img {
  margin-bottom: 30px;
  max-width: 120px;
}
.rate-box:hover .rate {
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.rates_green {
  padding: 127px 0px;
  background: #0C234B;
}
.green_text {
  font-weight: 500;
  color: #ffffff;
  font-size: 40px;
  line-height: 120%;
}
.icons-box {
  text-align: center;
  margin: 0px 10px;
}
.icons-box img {
  width: 100%;
  margin-bottom: 22px;
}
.icons-box .h5 {
  color: #fff;
}
.call-to-action {
  color: #fff;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.call-to-action .p1 {
	margin-bottom:0;
}
.page-template-page-submission-form .c-box-service .frm_message {
  border-radius: 0;
  background: #fff;
}
.page-template-page-submission-form .c-box-service .frm_message p {
  color: #000;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
div.overlay {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
.call-to-action .container {
  position: relative;
  z-index: 1;
}
.services {
  margin-top: 70px;
  text-align: center;
}
.career-box {
  align-items: center;
  padding: 24px;
  border-top: 1px solid #565656;
  border-bottom: 1px solid #565656;
  margin-bottom: 20px;
}
.our-people-page .tab-content {
    padding-left: 60px;
    margin-top: 120px;
}
.page-template-page-faq .province-filter {
  margin-top: 120px;
}
.our-people-page .career-box h4 {
  margin-bottom: 0px;
}
.our-people-page .career-box h4 a {
  color: #000;
}
.service-box {
  padding: 40px 40px 72px;
  background: #ffffff;
  box-shadow: 0px 8px 25px rgba(13, 10, 44, 0.06);
  filter: drop-shadow(4px 4px 4px rgba(31, 58, 28, 0.2));
  position: relative;
	border:1px solid transparent;
  height: 100%;
	transition:0.3s all ease-out;
}
.service-box:hover {
	
		border:1px solid #0C234B;
}

.services .service-box h4 {
  height: 57.6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.service-box img,.service-thumbnail img {
  margin-bottom: 20px;
	min-height: 160px;
    object-fit: cover;
}
.service-box .p2 {
  margin-bottom: 10px;
}
.service-box h4 {
  margin-bottom: 20px;
  color: #000;
}
.service-box svg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.service-button {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  margin: 16px auto;
  transition: 0.2s;
}
.lenders {
  padding: 72px 0px;
}
.lenders h2 {
  margin-bottom: 20px;
}
.lenders-carousel {
  margin-top: 60px;
}
.lenders_box {
  text-align: center;
  height: 100px;
}
.lenders_box img {
width: 100%;
    margin: 0 auto;
    height: 50px;
    max-width: 200px;
  object-fit: contain;
}
.call_to_action_back {
  padding: 72px 0px 100px;
  position: relative;
}
.page-id-302 .column-content {
  padding: 0;
  margin-bottom: 0;
}
.background_box {
  height: 500px;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: -1;
  transform: translateY(-50%);
  background-color: #efecea;
}
.small.background_box {
  height: 296px;
  top: 45%;
}
.call_to_action_back .row {
  align-items: center;
}
.call_to_action_back h3 {
  margin-bottom: 48px;
}
.call_to_action_back .blog-card {
  min-height: 572px;
  margin-bottom: 0px;
  height: 100%;
}
.call_to_action_back .blog-card img {
  height: 308px;
}
.call_to_action_back img {
  width: 100%;
}
.content-call {
  max-width: 628px;
  margin: 0 auto;
}
.content-call h2 {
  margin-bottom: 20px;
}
.content-call p {
  margin-bottom: 32px;
}
.call-to-action .content-call p {
	 margin-bottom: 32px;
}
.content-call .custom-btn {
  max-width: fit-content;
}
.reviews {
  margin-top: 72px;
  padding: 72px 0px;
  background: #f6f6f6;
  overflow: hidden;
}
.home .reviews {
  margin-top: 0;
}
.reviews h2 {
  margin-bottom: 48px;
}
.reviews-title {
  color: #565656;
  text-align: center;
}
.column-content {
  position: relative;
  padding: 80px 0px;
  margin-bottom: 62px;
}
.column-content +.column-content {
	padding:0px;
}
.column-content ul {
  list-style: none;
}
.column-content ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #0C234B; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.calculators .col-lg-4:nth-child(3n) {
  border-width: 1px 1px 1px 1px;
}
.footer-second .subscribe .with_frm_style input[type="email"] {
  height: 60px;
}
.column-content img.side {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.background_box .blog-card img {
  height: auto;
}
.recent-box {
  margin-top: 54px;
}
.recent-box ul {
  padding-left: 0px;
  list-style: none;
  padding-left: 0px;
}
.recent-box ul li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 22px;
}
.recent-box ul li a {
  color: #000000;
}
.single-post .main-content.blog-page .single-content a {
  color: #0C234B;
  text-decoration: underline !important;
}
.single-post .main-content.blog-page .single-content a:hover {
  text-decoration: none !important;
}
.single-post .main-content.blog-page .single-content ul {
  padding-left: 15px;
}
.recent-box ul li a::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #0C234B;
  margin-right: 10px;
  margin-top: 6px;

  left: 0;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
}
.blog-block-home {
  padding: 72px 0px;
  background: #efecea;
}
.blog-card h4 a {
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-block-home .blog-card {
  height: 100%;
}
.blog-card {
  background-color: #ffffff;
  position: relative;
  filter: drop-shadow(0px 4px 20px rgba(71, 100, 195, 0.1));
  box-shadow: 4px 4px 4px rgba(31, 58, 28, 0.2);
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
.page-single-career h4 {
  color: #0C234B;
  margin-bottom: 20px;
}
.blog-card img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.blog-card-content {
  padding: 20px;

  padding-bottom: 40px;
}


.featured_rates .services .service-box {
  position: relative;
}
.featured_rates .services .service-box .service-button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
	    background-color: #0C234B;
    padding: 10px 26px;
    color: #fff;
    border-radius: 10px;
	transition:0.3s all ease-out;
}
.featured_rates .services .service-box .service-button:hover {
	 background-color: #02A0E1 ;
}
.blog-card-content svg {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.blog-block-home h2 {
  margin-bottom: 40px;
}
.youtube_videos {
  padding: 172px 0px 145px;
}
.youtube_videos h2 {
  margin-bottom: 40px;
}
.home .contact-box-home {
  background: #0C234B;
  padding: 62px;
  margin-bottom: -230px;
  z-index: 10;
  position: relative;
}


.contact-box-home .frm_message {
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.contact-box-home .frm_message p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.open-player {
  border: none;
  background: transparent;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  padding: 0px;
  width: 100%;
}
.open-player iframe {
  display: none;
}
.open-player:hover,
.open-player:focus {
  box-shadow: none;
  border: none;
}
.video-modal .modal-dialog.modal-dialog-centered {
  justify-content: center;
  max-width: 800px;
}
.video-modal .modal-dialog.modal-dialog-centered .modal-content {
  max-width: 800px;
}
.video-modal .modal-content {
  padding: 0px;
  border: none;
  border-radius: 0px;
  background: transparent;
  position: relative;
  padding-top: 40px;
}
.btn-close-video {
  background: transparent;
  border: none;
  width: fit-content;
  right: 0;
  position: absolute;
  right: 0px;
  top: 0px;
}
.btn-close-video {
  font-size: 22px;
  color: #bebebe5e;
}
.video-modal .modal-content .modal-body {
  height: 460px;
  padding: 0px;
}
.contact-box-home a {
	color:#212529;
}
.page-contact .contact-box-home .col-lg-6 {
  padding: 40px;
}
.page-contact .contact-box-home .row {
  padding: 16px;
  background-color: #fff;
  box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
  padding-bottom: 0 !important;
}
.title-box-privacy {
  margin: 48px 0px 20px;
}
.page-id-1548 .main-content-page {
  display: none;
}
.page-id-1548 .two-content .col-md-8 h3 {
  margin-top: 30px;
}
.page-id-1548 .two-content .col-md-8 h3:first-of-type {
  margin-top: 0;
}
.title-box-privacy h4.h4 {
  margin-bottom: 0px;
}
.content-privacy-box h4 {
  color: #0C234B;
  font-size: 20px;
}
.privacy-page a {
  text-decoration: underline;
	color:#0C234B;
}
.content-privacy-box ul {
  color: #0C234B;
  padding-left: 15px;
}
.page-contact .contact-box-home form {
  background: transparent;
  box-shadow: none;
}

.page-contact .contact-box-home .with_frm_style form input,
.page-contact .contact-box-home .with_frm_style form textarea,
.page-contact .contact-box-home .with_frm_style form select {
  border: 1px solid #000;
  color: #000;
}
.page-contact .contact-box-home .with_frm_style form select,
.contact-box-home .with_frm_style form select {
  -webkit-appearance: none;
}
.page-contact .contact-box-home .with_frm_style form input::placeholder,
.page-contact .contact-box-home .with_frm_style form textarea::placeholder,
.page-contact .contact-box-home .with_frm_style form select::placeholder {
  color: #000;
}
.page-contact
  .contact-box-home
  .frm_style_formidable-style.with_frm_style
  textarea:focus,
.page-contact
  .contact-box-home
  .frm_style_formidable-style.with_frm_style
  input:focus,
.page-contact
  .contact-box-home
  .frm_style_formidable-style.with_frm_style
  select:focus {
  background-color: transparent;
  border-color: #000;
  color: #000;
}
.page-contact
  .contact-box-home
  .frm_style_formidable-style.with_frm_style
  select:focus {
  color: #000;
}
.page-contact
  .contact-box-home
  .frm_style_formidable-style.with_frm_style
  .form-field
  input:not([type="file"]):focus {
  border-color: #000;
  color: #000;
}
.page-contact .contact-box-home form {
  color: #000;
}
.bottom-footer-text {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.bottom-footer-text p {
	margin-bottom:0px;
	font-size:14px;
	opacity:0.75;
}
.single-img-post img {
  width: 100%;
  margin-bottom: 32px;
}
.page-contact .lead.p2 {
  margin-bottom: 27px;
}
.column-content .h1 {
  margin-bottom: 20px;
}
.contact-box-home .col-md-6:nth-child(2) {
  padding: 40px;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 80.6px 105.701px rgba(51, 51, 51, 0.1);
}
.page-contact .contact-box-home .col-md-6:nth-child(2) {
  background: transparent;
  box-shadow: none;
}
.contact-box-home h4 {
  margin-bottom: 20px;
}
.page-contact .contact-box-home h4 {
  color: #000;
}
.contact-box-home i {
  margin-right: 20px;
  font-size: 20px;
  vertical-align: middle;
  width: 20px;
}
.contact-box-home .d-flex a i {
  width: unset;
}
.single-content table td,
.single-content table th {
  border: 1px solid #0C234B;
  padding: 5px 8px;
}
.single-content table th {
  background-color: #282828;
  color: #fff;
}
.contact-box-home i.fa-phone-volume {
  transform: rotate(315deg);
}
.contact-box-home .with_frm_style form input,
.contact-box-home .with_frm_style form textarea,
.contact-box-home .with_frm_style form select,
.licensed_services.green .with_frm_style form input,
.licensed_services.green .with_frm_style form textarea,
.licensed_services.green .with_frm_style form select {
  border: 1px solid #ffffff;
  border-radius: 5px;
  background-color: transparent;
  padding: 15px 20px;
  height: auto;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
}
.contact-box-home .with_frm_style form input::placeholder,
.contact-box-home .with_frm_style form textarea::placeholder,
.contact-box-home .with_frm_style form select::placeholder,
.licensed_services.green .with_frm_style form input::placeholder,
.licensed_services.green .with_frm_style form textarea::placeholder,
.licensed_services.green .with_frm_style form select::placeholder {
  color: #ffffff;
}
.contact-box-home .frm_style_formidable-style.with_frm_style textarea:focus,
.contact-box-home .frm_style_formidable-style.with_frm_style input:focus,
.contact-box-home .with_frm_style form select:focus,
.licensed_services.green
  .frm_style_formidable-style.with_frm_style
  textarea:focus,
.licensed_services.green .frm_style_formidable-style.with_frm_style input:focus,
.licensed_services.green .with_frm_style form select:focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #fff;
  box-shadow: 0 1px 1px rgb(255 255 255 / 8%) inset, 0 0 8px rgb(255 255 255);
}
.contact-box-home .with_frm_style form select:focus option {
  color: #000;
}
.contact-box-home
  .frm_style_formidable-style.with_frm_style
  .frm_form_field
  :invalid,
.licensed_services.green
  .frm_style_formidable-style.with_frm_style
  .frm_form_field
  :invalid {
  background-color: transparent;
  color: #bd0000;
  border-color: #bd0000;
}
.tab-pane.active.show ul {
  padding-left: 15px;
}
.contact-box-home
  .frm_style_formidable-style.with_frm_style
  .form-field
  input:not([type="file"]):focus,
.licensed_services.green
  .frm_style_formidable-style.with_frm_style
  .form-field
  input:not([type="file"]):focus {
  background-color: transparent;
  border-color: #ffffff;
  color: #fff;
  box-shadow: 0 1px 1px rgb(255 255 255 / 8%) inset, 0 0 8px rgb(255 255 255);
}
.contact-box-home iframe {
  margin: 32px 0px 20px;
}
.contact-box-home iframe[title="reCAPTCHA"]{
	margin:0px;
}
.licensed_services.green h3.frm_form_title {
  color: #fff;
  margin-bottom: 18px;
  font-family: "Montserrat", sans-serif;
}
.licensed_services.green .with_frm_style .frm-show-form div.frm_description p {
  color: #fff;

  font-family: "Montserrat", sans-serif;
}
.contact-box-home .with_frm_style .frm_submit button,
.licensed_services.green .with_frm_style .frm_submit button {
  font-family: "Montserrat", sans-serif;

  background: #0C234B;
  box-shadow: 0px 3px 12px rgba(74, 58, 255, 0.18);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  padding: 16px 24px;
  border: none;
  border-radius: 0;
  text-align: center;
  letter-spacing: 0.02em;
  margin-left: auto;
  display: block;
  transition: background-color 0.4s ease;
}
.contact-box-home .with_frm_style .frm_submit button:hover,
.licensed_services.green .with_frm_style .frm_submit button:hover {
  background-color: #005cba;

  color: #fff;
}
.contact-box-home h2 {
  margin-bottom: 32px;
}
/* HOME */
/* Page */
.page-hero {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
  padding: 72px 0px 108px;
  position: relative;
	    min-height: 450px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.page-hero-content {
  z-index: 2;
  position: relative;
  max-width: 742px;
  margin: 0 auto;
}
.page-hero-content p {
  margin-top: 20px;
}
.main-content {
  padding: 72px 0px;
}

.blog-page {
  padding-bottom: 72px;
}
.meta-box {
  margin-left: auto;
  width: fit-content;
}
.author {
  margin-right: 8px;
  display: inline-block;
}
.tags-block {
  padding-top: 20px;
}
.post-title {
  font-weight: 600;
  margin: 19px 0px;
}
.date {
  margin-left: 8px;
  display: inline-block;
}

#load-more-button,
.load-more-button-agents,
.load-more-button-agents-mobile {
  margin-left: auto;
  padding: 16px 24px;
  display: -webkit-box;
  width: fit-content;
  margin-top: 36px;
}
#load-more-button i,
.load-more-button-agents i,
.load-more-button-agents-mobile i {
  margin-left: 8px;
  display: none;
}
.featured-block {
  padding: 141px 0px 0px;
}
.featured-block h2.h1 {
  margin-bottom: 40px;
}
.featured-block .blog-card {
  height: calc(100% - 20px);
}
.two-content {
  padding: 72px 0px 144px;
}
.service-button.p2:hover {
  transform: scale(1.2);
}
.two-content h3 {
  margin-bottom: 24px;
}
.calc-image {
  max-width: 138px;
  border-radius: 50%;
  margin: 0 auto 26px auto;
}
.calc-image img {
  width: 100%;
  max-width: 100px;
}
.rate-box:hover img {
  filter: brightness(0) invert(1);
}
.calc-boxes h4 {
  color: #000;
}
.calc-boxes h4 {
  margin-bottom: 20px;
}
.calc-boxes a.rate-button {
  text-transform: none;
  display: inline-block;
}
.calc-boxes p {
  color: #565656;
  margin-bottom: 14px;
}

.calculators .col-lg-4 {
  border-width: 1px 0px 1px 1px;
  border-color: #0C234B;
  border-style: solid;
  padding: 32px;
  border: none;
}
.calc-boxes .btn_fill {
  max-width: 200px;
  margin: 30px auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.calc-boxes {
  text-align: center;
  height: 100%;
  position: relative;
  min-height: 420px;
}
.calculators .col-lg-4:last-child {
  border-width: 1px 1px 1px 1px;
}
.rates-tabs {
  border: 1px solid #0C234B;
  border-radius: 8px;
  width: fit-content;
  margin: 0 auto 40px;
  padding: 4px;
}
.rates-tabs .nav-link {
  border: none;
  color: #0C234B;
  font-weight: 500;
  font-size: 20px;
  min-width: 315px;
  padding: 15px;
  border-radius: 8px;
}

.rates-tabs .nav-link.active {
  background-color: #0C234B;
  border: none;
  border-radius: 8px;

  color: #ffffff;
}

.agent-hero {
  min-height: 300px;
}
.agent-image {
  border: 4px solid #efecea;
  border-radius: 50%;
  filter: drop-shadow(4px 4px 4px rgba(31, 58, 28, 0.2));
  overflow: hidden;
  max-width: 197px;
}
.agent-image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.info-part-1 {
  margin-top: -90px;
  z-index: 9;

  position: relative;
}
section.calculators {
  padding-top: 72px;
  padding-bottom: 72px;
}
/* .cc-content {
  padding-left: 50px;
} */
#frm_form_5_container .frm_checkbox input {
  background-color: #000;
}
#frm_form_5_container .frm_checkbox label {
  color: #fff !important;
}
.with_frm_style .frm_checkbox input[type=checkbox]:before {
  box-shadow: inset 10px 10px #ffffff;
}
.footer-main-logo img {
  max-width: 200px;
  margin-bottom: 20px;
}
.cc-content ul {
  list-style: none;
}
.cc-content ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #244C98; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}
.info-part-1 .position,
.info-part-1 .agent-title {
  color: #000;
}
.info-part-1 .position {
  margin-top: 30px;
}
.single-content-agent,
.agent-contacts {
  margin-top: 30px;
}
.agent-contacts {
	padding-bottom:20px;
}
.agent-contacts p {
	color:#000;
}
.agent-contacts .p1 span {
  font-weight: bold;
}
.single-content a {
  color: #0C234B;
}
.single-content a:hover {
  color: #2d4323c0;
}
.agent-contacts p {
  margin-bottom: 15px;
  word-break: break-word;
}
.agent-contacts p a {
  color: #000;
}
.info-part-1 .btn_orange {
  margin-top: 20px;
}
.agent-contacts a.fa-icon {
  margin-right: 15px;
  color: #565656;
  font-size: 20px;
}
.agent-contacts a.fa-icon:last-child {
  margin-right: 0px;
}
.single-content-agent {
  margin-bottom: 70px;
}
.single-content-agent p {
  font-weight: 500;
  font-size: 20px;
}
.rates_green .icons-box {
  transition: 0.3s all;
}
.rates_green .icons-box:hover {
  transform: scale(1.2);
  transition: 0.3s all;
}
.licensed-areas-box {
  background-color: #efecea;
  padding: 40px 60px 60px;
  margin-bottom: 72px;
}
.mapper {
  opacity: 0;
}
.mapper text {
  font-weight: 600;
}
.green .licensed_services-box {
  background: #0C234B;
}
.green .licensed_services-box h4 {
  color: #fff;
}
.c-box-service {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 80.6px 105.701px rgba(51, 51, 51, 0.1);
  padding: 40px 73px;
  max-width: 630px;
  margin: 0 auto;
}
.licensed-areas-box a.provinces {
  background: #282828;
  padding: 8px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  width: calc(100% - 28px);
  display: inline-block;
  margin-left: 8px;
}
a.provinces:hover {
  background: #0C234B;
}
.box-province {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.licensed-areas-box span {
  color: #0C234B;
  font-weight: 600;
  font-size: 18px;
  width: 20px;
  display: inline-block;
}

.licensed_services-box {
  padding: 72px 66px;
  max-width: 978px;
  margin: 0 auto;
  background: #efecea;
}
.licensed_services-box .h1 {
  color: #0C234B;
  text-align: center;
  margin-bottom: 40px;
}
.green-b {
  padding: 20px;
  align-items: center;
  background-color: #6e8b6159;
}
.green-b .service_title {
  color: #0C234B;
  margin-bottom: 0;
}
.desc-b {
  padding: 16px 20px;
  color: #565656;
}
.desc-b p {
  color: #565656;
}
.service-list div.s-box {
  border-bottom: 1px solid #282828;
  margin-bottom: 70px;

}
.loc-list {
	display:flex;
	flex-wrap:wrap;
	margin:30px 0px 50px;
}
.loc-list div.s-box {
 background:#fff;
	    padding: 16px 20px 70px;
	width:calc(33.3% - 20px );
	margin:10px 10px 20px;
	border:1px solid transparent;
	    box-shadow: 0px 8px 25px rgba(13, 10, 44, 0.06);
    filter: drop-shadow(4px 4px 4px rgba(31, 58, 28, 0.2));
}
.loc-list div.s-box:hover {
	border:1px solid #0C234B;
	transition:0.3 all ease-out;
}
.service-list div.s-box:last-child {
  margin-bottom: 0;
}
.page-hero-content {
  text-align: center;
}
.page-hero-content .custom_btn {
  margin-top: 32px;
}
.our-people-page h3 {
  margin-bottom: 40px;
}
.our-people-page h3.type-title {
  margin: 32px 0px;
  font-weight: 400;
  text-transform: uppercase;
}
.page-id-1456 h3 {
  margin-top: 40px;
}
.page-id-1456 footer {
  margin-top: 40px;
}
.page-id-1548 .main-content-page {
  padding: 72px 0;
}
.page-id-1548 h3 a {
  color: #0C234B;
  text-decoration: underline !important;
}
#menu-item-205 .menu-second-elements,#menu-item-1141 .menu-second-elements {
  flex-direction: column;
}
.page-id-1441 .two-content {
  padding: 30px 0px 30px 0;
}
.province-filter button.nav-link {
  background: #efecea;
  padding: 24px;
  border-radius: 0;
  font-weight: 700;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
}
.careers-title {
  text-align: center;
  padding: 40px 0;
}
.careers-form {
  margin-bottom: 40px;
}
.careers-form input, .careers-form textarea, .two-content input, .two-content .our-people-page textarea {
  border: 1px solid #0C234B !important;
  border-radius: 5px !important;
  background-color: transparent !important;
  padding: 15px 20px !important;
  height: auto !important;
  font-family: "Montserrat", sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 120% !important;
  color: #0C234B !important;
}
.careers-form .frm_button_submit, .two-content .frm_button_submit {
  background: #0C234B !important;
  border: none !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  text-align: center !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  color: #ffffff !important;
  display: inline-block !important;
  padding: 16px 24px !important;
  transition: background-color 0.4s ease !important;
}
.two-content .frm_button_submit:hover, .careers-form .frm_button_submit:hover {
  border-color: transparent;
  background-color: #005cba !important;
  color: #fff;
  transition: background-color 0.4s ease;
}
.filter-block {
  position: relative;
}
.filter-block .province-filter button.nav-link.active {
  top: 0;
  position: absolute;
  transition-property: width;
  transition-duration: 0.5s;
  transition-timing-function: ease-in-out;
  max-width: 100%;
  width: calc(100% - 1.5rem) !important;
  background: #0C234B;
  color: #fff;
  box-shadow: 4px 4px 4px rgba(31, 58, 28, 0.2);
  animation: fadeIn 1s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.o-p-lnik {
  display: none;
}
.province-filter button.nav-link.active .o-p-lnik {
  display: inline-block;

  display: inline-block;
  float: right;
}
.aimg {
  height: 320px;
  margin: 0 auto 20px auto;
  overflow: hidden;
}
.agent-card .agent_title {
  color: #0C234B;
  margin-bottom: 14px;
  font-size: 20px;
}
.agent-card {
  margin-bottom: 72px;
  text-align: center;
}
.agent-card .position {
  margin-bottom: 32px;
}
.partners-block {
  margin-bottom: 25px;
}
.partners-block .agent-card {
  margin-bottom: 25px;
}
.aimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.small-box-contnet {
  max-width: 837px;
  margin: 0 auto;
}
.tax-service h3.cat-title {
  color: #0C234B;
  margin-bottom: 40px;
}
.cat-service-box {
  border-bottom: 1px solid #0C234B;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
.img-cat {
  height: 300px;
}
.tax-service {
  padding-bottom: 144px;
}
.img-cat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cat-desc {
  padding: 24px;
  background-color: #fff;
}
.cat-desc h3 a {
  color: #0C234B;
}
.cat-icon {
  width: 100px;
  text-align: end;
  display: inline-block;
}
.buttons-apply {
  margin-bottom: 20px;
}
.city-links {
  text-transform: uppercase;
  padding: 8px;
  border: 1px solid #0C234B;
  color: #0C234B;
  margin-bottom: 8px;
  margin-right: 8px;
}
.year-tabs {
  padding-bottom: 1px;
  border-bottom: none;
  max-width: 80%;
  margin-left: auto;
  flex-wrap: nowrap;
}
.year-tabs button.nav-link.active {
  background-color: #0C234B;
  color: #fff;
  border-color: #0C234B;
}
.year-tabs button.nav-link {
  width: 100%;
  max-width: 155px;
  padding: 16px;
  font-weight: 700;
  border-color: #e9ecef;
  background-color: #fcfdff;
  color: grey;
  text-transform: uppercase;
  border-radius: 0;
  border-top: none;
  font-size: 20px;
}
td.p2.lenders-name {
  color: #222;
}
.rate-page table th,
.rate-page table td {
  padding: 16px 20px;
}
.city-links:last-child {
  margin-right: 0px;
}
.small-box-contnet .city-links,
.desc-b .city-links {
  margin-top: 10px;
  display: inline-block;
}

.rate-page table thead tr {
  background-color: #f4f4f4;
  color: #282828;
}
.rate-page table thead tr th {
  font-weight: 700;
  font-size: 16px;
  color: #000 !important;
  background-color: #fff;
}
.green-back {
  background-color: #0C234B;
}
.table > :not(caption) > * > * {
  border-color: #282828;
  border-width: 1px;
  border-style: solid;
  color: #0C234B;
  width: 20%;
}
.reviews .rates_all {
  margin: 40px auto 42px;
}
.videos-youtube .owl-item.active:nth-child(1) .y-video-title {
  font-size: 32px;
  line-height: 120%;
}
.videos-youtube .owl-item.active:nth-child(1) .youtube-img-box {
  height: 350px;
}
.youtube-img-box {
  height: 297px;

  position: relative;
}
.y-video-title {
  color: #000;
  font-weight: 500;
}
.videos-youtube {
  margin-left: 8vw;
}
.youtube_videos {
  overflow: hidden;
}

.icon-y {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #00000057;
  width: 100%;
  height: 100%;
  text-align: center;
}
.icon-y svg {
  margin-top: 131px;
}
.y-video-content {
  padding: 18px 18px 25px 32px;
  background-color: #fff;
}
.videos-youtube .item svg {
  width: 100%;
  display: none;
}
.videos-youtube .owl-item.active:nth-child(1) .item svg {
  display: block;
}

.youtube-v-date {
  color: #565656;
  display: none;
}
.youtube-img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.videos-youtube .owl-item.cloned.active:nth-child(1) .youtube-v-date {
  display: block;
}
.videos-youtube .owl-item.active:nth-child(1) .youtube-v-date {
	  display: block;
}
.info-part-1 .agent-image {
  width: 197px;
  height: 197px;
}
.youtube_videos .owl-stage {
  display: flex;
  align-items: center;
}
.youtube_videos .owl-item.active:nth-child(1) {
  box-shadow: 4px 4px 4px rgba(31, 58, 28, 0.2);
}
.youtube_videos .youtube-img-box {
  filter: drop-shadow(4px 4px 4px rgba(31, 58, 28, 0.2));
}
.y-video-content {
  padding-left: 0px;
}
.youtube_videos .owl-item.active:nth-child(1) .y-video-content {
  padding-left: 32px;
}
.y-video-content .y-video-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
}
.youtube_videos .owl-item.active:nth-child(1) .y-video-content .y-video-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 76.8px;
  font-weight: 700;
}
.filter-block .province-filter .tab-pane {
  display: none;
}
ul.dots-yellow {
  list-style: none;
}
ul.dots-yellow li::before {
  content: "\2022";
  border: none;
  color: #0C234B;
  font-weight: bold;
  display: inline-block;
  width: 18px;
  font-size: 34px;
  line-height: 0.4;
  vertical-align: sub;
  margin-left: -15px;
}

/* Page */
/* Sidebar */
.widget_block,
.side-social {
  border-top: 0.5px solid #c1c1c1;
  padding: 32px 0px;
}
.side-search {
  padding: 0px 0px 32px;
}
.side-social {
  display: flex;
  align-items: center;
}
form.wp-search input {
  background: #f9f9f9;
  box-shadow: 4px 4px 4px rgba(31, 58, 28, 0.2);
  width: 100%;
  border: none;
  padding: 8px 67px 8px 16px;
  line-height: 140%;
  font-family: "Montserrat", sans-serif;
  color: #565656;
}
form.wp-search {
  position: relative;
}
form.wp-search button[type="submit"] {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 8px;
  top: 8px;
  color: #565656;
  padding-left: 16px;
  border-left: 1px solid #c1c1c1;
}
.side-social {
  display: flex;
}
.sidebar .wp-block-search__label {
  display: none;
}
footer aside h4.wp-block-heading {
  font-weight: 400;
  margin-bottom: 24px;
  font-size: 20px;
}
footer aside .widget:first-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.widget_block h4 {
  margin-bottom: 20px;
}
.side-social a.fa-icon {
  color: #000;
  margin-right: 20px;
}
.widget_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-latest-posts li a,
.wp-block-categories li a {
  color: #000;
}
.wp-block-latest-posts li,
.wp-block-categories li {
  margin-bottom: 14px;
}
footer .widget_block:first-child {
  border-top: 0;
  padding-top: 0;
}
form.wp-search button[type="submit"] svg {
  margin-top: -3px;
}
/* Sidebar */

/* VIdeos */

.video-content {
  padding: 30px 0 60px 0;
}

.single-video-main {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.single-video-main .video-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.video-single-title {
  font-size: 24px;
  margin: 20px 0;
}

.video-content .col-lg-4 {
  margin-top: 30px;
}

.video-content .modal-dialog{
	max-width: 100%;
}

.video-content .modal-content {
    max-width: 900px;
    margin: 0 auto;
    background-color: #ffffff;
    border: none;
    box-shadow: none;
    padding: 25px;
}

.video-content iframe {
	width: 100%;
    height: 500px;
}

.video-content .modal-header {
	position: absolute;
    top: -5px;
    right: -8px;	
}

.video-content .modal-header {
	border: none;
}

/* New Service Section */

.object-service-title {
  height: auto !important;
}

.object-service-box.service-box .p2 {
  margin-bottom: 60px;
}

.object-service-box .custom-btn.btn_border {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

/* Footer */
footer {
  background: #0C234B;
  padding: 72px 0px 48px;
  color: #fff;
}
.footer-heading {
  margin-bottom: 24px;
  font-weight: 400;
}
footer a {
  color:#ffffffa8;
}
.footer-info .info-text {
	 color:#ffffffa8;
}
footer a:hover {
	color:#fff;
	transition:0.3s all ease-in-out;
}
.footer-second {
  margin: 10px 0px 10px;
	padding-top:16px;
	border-top: 1px solid #ebebeb2e;
}
.footer-second-text p {
  margin-top: 27px;
}
.footer-second-text .fa-icon:not(:last-child) {
  margin-right: 20px;
}
.footer-bottom-area .footer_logo img {
  max-width: 200px;
}
.footer-second > * {
  padding: 0;
}
footer .widget ul {
  list-style: none;
  padding-left: 0;
}
.info-text:not(:last-child) {
  margin-bottom: 16px;
}
.footer_logo {
  margin-bottom: 16px;
  display: inline-block;
}
footer .widget ul li a {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;

}
footer .widget ul li:not(:last-child) {
  margin-bottom: 14px;
}
.subscribe .with_frm_style input[type="email"] {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 8px 25px rgba(13, 10, 44, 0.06);
  border-radius: 0;
  border: none;
  padding: 13px 16px;
  font-weight: 400;
  font-size: 16px;
  height: 100%;
  font-family: "Montserrat", sans-serif;
}
.footer-second-text {
  max-width: 380px;
  margin-left: auto;
}
.footer-second-text p {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.footer-second-text img {
  margin-left: 12px;
}
.subscribe .with_frm_style input[type="email"]::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}
.subscribe form {
  position: relative;
  margin-top: 16px;
}
.subscribe .with_frm_style .frm_submit button {
  position: absolute;
  font-family: "Montserrat", sans-serif;
  right: 16px;
  top: 3.5px;
  background: #0C234B;
  box-shadow: 0px 3px 12px rgba(74, 58, 255, 0.18);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  padding: 8px 16px;
  border: none;
  border-radius: 0;
  text-align: center;
  letter-spacing: 0.02em;
  transition: background-color 0.4s ease;
}
.subscribe .with_frm_style .frm_submit button:hover {
  background-color: #005cba;
  transition: background-color 0.4s ease;
  color: #fff;
}
.footer-bottom-area p:not(:last-child) {
  margin-bottom: 8px;
}

/* Footer */

@media screen and (min-width: 1200px) {
  .hero-slide-item {
    height: calc(100vh - 90px);
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    padding: 0px 40px;
    max-width: 100%;
  }
  .fr-box {
    padding: 0px 0px;
  }
}
@media screen and (max-width: 1340px) {
  .header-main ul.main-menu > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1270px) {
  .header-main ul.main-menu > li {
    margin-right: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .logo {
    margin-right: 20px;
  }
  .header-main ul.main-menu > li {
    margin-right: 15px;
  }
  .header-right .custom-btn {
    min-width: 120px;
  }
  .info-part-1 .agent-image {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 1200px) {
  .navbar-collapse.collapse.show ul.main-menu {
    flex-direction: column;
  }
	.logo {
		max-width:150px;
	}
  .navbar-collapse {
    position: absolute;
    top: 143px;
    width: 100%;
    left: 0;
    background: #fff;
    z-index: 10;
    overflow: auto;
    padding: 40px;
    min-height: calc(100vh - 144px);
    height: -webkit-fill-available;
  }
  .header-main ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    align-items: flex-start;
    height: auto;
    justify-content: flex-start;
  }
  .header-right.text-end {
    text-align: left !important;
    bottom: 10%;
  }
  .header-main ul.main-menu > li > a {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 32px;
  }
  .menu-second-elements > li {
    max-width: 100%;
    border-bottom: none;
  }
  .menu-second-elements > li:hover {
    border-bottom: none;
  }
  .header-main
    .main-menu
    > li.menu-item-has-children.openedmenu
    > ul.sub-menu
    .container {
    padding: 0px;
  }
  .menu-second-elements > li > ul.sub-menu {
    position: relative;
    top: 10px;
    display: none;
    left: 10px;
    opacity: 0;
    padding-bottom: 20px;
  }

  .menu-second-elements > li:hover > ul.sub-menu {
    position: relative;
    top: 10px;
    display: block;
    left: 10px;
    padding-left: 0px;
    opacity: 1;
    width: 100%;
  }
  .menu-second-elements > li > ul.sub-menu > li {
    width: 100%;
  }

  .main-menu > li.menu-item-has-children > a:after {
    width: 8px;
    top: 8px;
    height: 8px;
    left: 15px;
  }
  .menu-second-elements > li.menu-item-has-children > a:after {
    border-style: solid;
    border-width: 1px 1px 0 0;
    content: "";
    display: inline-block;
    height: 6px;
    left: 9px;
    position: relative;
    vertical-align: top;
    width: 6px;
    top: 10px;
    transform: rotate(135deg);
    transition: all 0.3s;
  }


  .menu-second-elements > li.menu-item-has-children:hover > a:after {
    transform: rotate(315deg);
    transition: all 0.3s;
    top: 12px;
  }
  .header-main .main-menu > li.menu-item-has-children.openedmenu > ul.sub-menu {
    position: relative;
    height: auto;
    top: 0;
    background: transparent;
    padding: 0px 0px 30px;
	  min-height: auto;
  }
  .header-main ul.main-menu > li {
    width: 100%;
  }
  .main-menu > li.menu-item-has-children > a.opened:after {
    top: 13px;
  }
  .link-heading {
    display: none;
  }
  .menu-second-elements > li.third {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .h1 {
    font-size: 40px;
  }
  .h2 {
    font-size: 32px;
  }
  .h3 {
    font-size: 24px;
  }
  .h4 {
    font-size: 20px;
  }
  .h5 {
    font-size: 18px;
  }
  .h6 {
    font-size: 14px;
  }
  .p1 {
    font-size: 16px;
  }

  .p2 {
    font-size: 14px;
  }
  .p3 {
    font-size: 12px;
  }
  footer aside h4.wp-block-heading {
    font-size: 16px;
  }
  footer .widget ul li a {
    font-size: 14px;
  }
  .year-tabs button.nav-link {
    font-size: 14px;
    padding: 8px 12px;
  }
  .rate-box {
    max-width: 100%;
  }
  .page-contact .contact-box-home .col-lg-6:nth-child(2) {
    padding: 40px 20%;
  }
}
@media screen and (max-width: 991px) {
  .calculators .col-lg-4 {
    border-width: 1px 1px 0px 1px;
  }
  .grw-slider .rplg-slider-prev {
    left: -15px !important;
  }
  .grw-slider .rplg-slider-next {
    right: -15px !important;
  }
  .navbar-collapse {
    top: 70px;
    min-height: calc(100vh - 70px);
  }
  .filter-block .province-filter button.nav-link.active {
    width: 100% !important;
    position: relative;
  }
  .filter-block .col-lg-8 {
    display: none;
  }
  .video-modal .modal-dialog.modal-dialog-centered .modal-content {
    max-width: 90%;
  }
  .filter-block .tab-pane {
    display: none;
  }
  .filter-block .tab-pane.show.active {
    display: block;
    padding-bottom: 20px;
  }
  .filter-block {
    padding-top: 0px;
  }
  svg.p-read,
  svg.minus {
    width: 32px;
    height: 32px;
  }

  .info-part-1 .col-lg-4.col-md-12.text-end {
    display: flex;
    flex-direction: column;
  }
  .info-part-1 .btn_orange {
    order: 2;
    margin-bottom: 72px;
    width: max-content;
    margin-left: auto;
  }
  .agent-contacts {
    margin-bottom: 20px;
  }
  .licensed-areas-box {
    margin: 20px -40px 72px;
  }

  .calc-boxes {
    min-height: auto !important;
  }

  .calc-boxes .btn_fill {
    position: unset;
    margin: 0 auto;
    margin-top: 30px;
    transform: unset;
  }

  .footer-main-logo img {
    max-width: 180px;
  }

  
}
@media screen and (max-width: 768px) {
  .h1 {
    font-size: 32px;
  }
  .h2 {
    font-size: 24px;
  }
  .h3 {
    font-size: 20px;
  }
  .h4 {
    font-size: 16px;
  }
  .h5 {
    font-size: 14px;
  }
  .h6 {
    font-size: 14px;
  }
  .p1 {
    font-size: 14px;
  }
  .p2 {
    font-size: 14px;
  }
  .p3 {
    font-size: 14px;
  }
  footer aside h4.wp-block-heading {
    font-size: 14px;
  }
  .container {
    padding: 0px 20px;
  }
  .navbar-collapse {
    padding: 40px 20px;
   
  }
	/* .home-hero {
		padding: 72px 0px 78px;
	} */

  .hero-slide-item {
    height: calc(76vh - 90px);
    display: flex;
    align-items: center;
  }
  .home-hero {
    height: auto;
  }
  form.wp-search button[type="submit"] {
    border-left: none;
  }
  .calc-image {
    max-width: 90px;
  }
	
	.reviews .rates_all {
		    margin: 40px auto 10px;
	}
	.loc-list {
		flex-direction:column;
	}
	.loc-list div.s-box {
		margin:10px 0px 20px;
		width:100%;
	}
	.aimg {
   height:450px;
  }
  .calculators .col-lg-4 {
    padding: 32px 24px 24px 24px;
  }
  .page-id-302 .column-content .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-id-302 .column-content .side {
    margin-top: 32px;
    margin-bottom: 0px;
  }
  
  .cc-content {
    padding-left: 0;
  }
  .column-content {
    padding: 40px 0 0 0;
  }
  .page-id-1441 .two-content {
    padding: 15px 0px;
  }
  .page-id-1441 footer {
    margin-top: 50px;
  }
  .page-id-302 .column-content {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .menu-second-elements {
    flex-direction: column;
  }
  .menu-second-elements > li {
    width: 100%;
  }
  #nav-fixed nav,
  #nav-variable nav {
    margin-right: -20px;
    overflow-x: auto;
  }
  .main-rates-tab {
    overflow-x: auto;
  }
  .year-tabs {
    max-width: 100%;
    margin-left: 170px;
    flex-wrap: nowrap;
    width: max-content;
    justify-content: start !important;
  }
  .year-tabs button.nav-link {
    min-width: 86px;
  }
  footer .widget ul li a {
    font-size: 12px;
  }
  .calculators .row {
    margin: 0;
  }
  .title-box-privacy {
    margin: 27px 0px 20px;
  }
  .rates-tabs .nav-link {
    min-width: 160px;
    padding: 12px;
    font-size: 16px;
  }
  .two-content {
    padding: 72px 0px;
  }
  .videos-youtube {
    margin-left: 0;
    padding: 0px 20px;
  }
  .videos-youtube .owl-item.active:first-child .youtube-img-box {
    height: 220px;
  }
  .footer-second-text {
    text-align: left !important;
    margin-left: unset;
  }
  .footer-second-text p {
    flex-direction: column;
    align-items: self-start;
    max-width: 200px;
  }
  .footer-second-text img {
    margin-left: 0;
    margin-top: 10px;
  }
  .home .contact-box-home {
    padding: 60px 20px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .home .contact-box-home .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .column-content img.side {
    position: relative;
   padding-bottom: 20px;
    width: 100%;
  }
  .icons-box img {
    max-width: 124px;
    margin: 0 auto 22px;
  }

  .background_box {
    top: 0;
    height: 1000px;
  }
  .call_to_action_back {
    overflow: hidden;
  }
  .meta-box {
    margin-left: unset;
  }
  .tags-block .col-md-6.text-end {
    text-align: left !important;
  }
  .featured-block {
    padding-top: 72px;
  }
  .call_to_action_back .col-md-4 img {
    left: 56%;
    position: relative;
    max-width: 278px;
  }
  .small.background_box {
    top: 25%;
    height: 550px;
  }
  .rates_green {
    padding: 72px 0px;
  }
  .featured_rates {
    padding: 40px 0px 40px;
  }
	.reviews {
		padding: 
	}
  .home-hero-form {
    width: 90%;
  }
  /* .column-content {
    margin-top: 0px !important;
  } */
  .page-contact .contact-box-home .col-lg-6:nth-child(2) {
    padding: 40px 0px;
  }
  .page-contact .contact-box-home .col-lg-6:first-child {
    padding: 20px;
  }
  .page-contact .contact-box-home .row {
    margin: 0px -20px;
  }
  .rate-page {
    padding: 32px 0px 0px;
  }
  .rate-page table th,
  .rate-page table td {
    padding: 15px 8px;
  }
  .call-to-action {
    padding: 72px 0px !important;
  }
  .green .licensed_services-box {
    margin: 0px -20px;
    padding: 40px 20px;
  }
  .main-content {
    padding: 40px 0px;
  }
  .c-box-service {
    padding: 20px;
  }
  .licensed_services-box {
    padding: 48px 20px 40px;
  }
  .agent-single-page .licensed-areas-box {
    padding: 40px 20px;
    margin: 20px -20px 72px;
  }

  .single-service .green .licensed_services-box {
    margin: 0px;
  }
  .agent-single-page .licensed-areas-box svg {
    height: auto;
    margin-bottom: 30px;
  }
  .info-part-1 .position,
  .info-part-1 .agent-title {
    color: #000000;
    text-align: center;
  }
  .single-content-agent p {
    font-size: 14px;
  }

  .single-agent .agent-image {
    margin: 0 auto;
    max-width: 216px;
    margin-bottom: 20px;
    width: 216px;
    height: 216px;
  }
  .single-content-agent {
    margin-bottom: 43px;
  }
  .single-content-agent {
    margin-top: 10px;
  }

  .page-id-160 .featured_rates {
    padding: 30px 0px 0px;
  }
}
@media screen and (max-width: 576px) {
  .rates_all {
    width: 100%;
    text-align: center;
    display: block;
  }
	.bottom-footer-text {
		flex-direction:column;
	}
	.bottom-footer-text .p2 {
		margin:10px 0px 0px;
	}
  .services .service-box h4 {
    height: 38.4px;
  }
	.aimg {
   height:350px;
  }
  .service-box .buttons-apply .custom-btn {
    width: 100%;
  }
  .service-box .buttons-apply .custom-btn:first-child {
    margin-bottom: 20px;
  }
  .service-box {
    padding: 24px 24px 72px;
  }
	footer .row {
		text-align:center;
	}
  .page-hero-content .custom_btn {
    width: 100%;
  }
  #load-more-button,
  .load-more-button-agents,
  .load-more-button-agents-mobile {
    width: 100%;
    text-align: center;
    display: block;
  }
  .hero-button {
    width: 100%;
  }
  .home-hero-form .subscribe .with_frm_style input[type="email"] {
    padding: 18px 15px;
  }
  .home-hero-form .subscribe .with_frm_style .frm_submit button {
    top: -3px;
    padding: 12px 24px;
    right: 15px;
  }

  .agent-card {
    text-align: center;
  }
  .lenders_box img {
    margin: 0 auto;
  }
  .agent-card .btn_orange {
    width: 100%;
  }
  .agent-card {
    margin-bottom: 46px;
  }
  .agent-card .aimg {
    margin: 0px auto 20px;
  }
  .agent-single-page .btn_orange {
    width: 100%;
  }
  .call_to_action_back a.btn_orange {
    width: 100%;
  }
  .contact-box-home .with_frm_style .frm_submit button,
  .licensed_services.green .with_frm_style .frm_submit button {
    width: 100%;
  }
  .mob-bar-bottom {
    margin: 112px -20px 0px;
    padding: 8px 20px;
	
  }
  .content-call .custom-btn {
    max-width: 100%;
  }
  .header-right .custom-btn:first-child {
    margin-bottom: 20px;
    margin-right: 0px;
    margin-top: 15px;
  }
  .header-right .custom-btn {
    width: 100%;
  }
  .call-to-action .buttons_action {
    width: 100%;
    flex-direction: column;
  }
  .call-to-action .buttons_action a {
    margin: 0;
    margin-bottom: 20px;
  }
  .call-to-action {
    padding: 60px 0px !important;
  }
  .call-to-action .col-md-2 .buttons_action a {
    margin-bottom: 0;
  }
  .column-content {
    margin-bottom: 0px;
  }
  .header-main ul.main-menu > li > a {
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  section.calculators {
    padding-top: 40px;
  }
  .two-content {
    padding: 60px 0px;
  }
  .page-contact {
    padding: 0px;
  }
  .page-hero {
    padding: 48px 0px;
  }
  .contact-box-home i {
    font-size: 18px;
    margin-right: 16px;
  }
  .img-cat {
    height: 144px;
  }
  .cat-service-box .buttons-apply {
    padding: 0px 24px;
    text-align: center !important;
  }
  .cat-service-box .buttons-apply .custom-btn {
    width: 100%;
  }
  .cat-service-box .buttons-apply .custom-btn:first-child {
    margin-bottom: 20px;
  }
  .city-links {
    font-size: 14px;
  }
  svg.s-read {
    width: 32px;
    height: 32px;
  }

  footer .frm_opt_container {
    display: flex !important;
    flex-direction: column;
  }

  .page-template-page-faq .mobile-part {
    margin-top: -85px;
  }

  .page-template-page-faq .filter-block .province-filter button.nav-link.active {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 389px) {
  .rates-tabs .nav-link {
    min-width: 120px;
    width: 50%;
  }
  .rates-tabs {
    width: 100%;
  }
}
