/*----------------------------------------------------

1. Global Area
2. Header Section
3. Banner Section
4. About Section
5. cta Section
6. service Section
7. why-choose Section
8. get-quote Section
9. testimonial Section
10. blog Section
11. sponsor Section
12. slider Section
13. service Section
14. about Section
15. portfolio Section
16. cta Section
17. testimonial Section
18. cta Section
20. faq Section
21. category Section
22. Counter Section
23. Key Feature Section
24. footer Section
25. Responsive Section

=====================================================================*/

@font-face {
    font-family: "Lexend" ;
    src: url(../fonts/LexendDeca-VariableFont_wght.ttf);
}

.in-blog-details-text-area .in-meta a i,
.in-sidebar-widget .recent-news-widget .recent-blog-img-text .recent-blog-text span i,
.in-blog-item .blog-meta-text .in-meta a i,
.in-text-gradiant {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--gradiant-color-from)), to(var(--gradiant-color-to)));
  background-image: linear-gradient(to right, var(--gradiant-color-from), var(--gradiant-color-to));
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.in-faq-contact-form button,
.in-contact-form-title-area .in-contact-form button,
.mobile_menu .in-m-search button {
  background-size: 200%, 1px;
  background: -webkit-gradient(linear, left top, right top, from(#f36e09), color-stop(50%, #ff994bdc), to(#f36e09));
/*  background: #0084af;*/
background: linear-gradient(
    53deg,
    #183d58 32%,
    #0084af 63%,
    #0084af 82%,
    #183d58 100%
  );
  background-size: 200%, 1px;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}

.in-faq-contact-form button:hover,
.in-contact-form-title-area .in-contact-form button:hover,
.mobile_menu .in-m-search button:hover {
  background-position: 120%;
}
.themeTextColor {
  color: #183d58 !important;
  font-weight: 600;
}
.rowGap {
  row-gap: 25px;
}
.footer-text {
  font-size: 14px;
}
.tristarBtn {
	border-radius: 5px;
    display: inline-block;
    background: -webkit-gradient(linear, left top, right top, from(#f36e09), color-stop(50%, #ff994bdc), to(#f36e09));
    background: linear-gradient( 53deg, #183d58 32%, #0084af 63%, #0084af 82%, #183d58 100% );
    background-size: 200%, 1px;
    -webkit-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
	color: #fff !important;
	padding: 15px 30px;
	margin-right: 10px;
  border: none;
}
/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
body {
  margin: 0;
  padding: 0;
  z-index: 1;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
  color: var(--body-color);
  font-family: var(--body-font);
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
/* body .container {
  max-width: 1196px;
} */

.headline-sv h1,
.headline-sv h2,
.headline-sv h3,
.headline-sv h4,
.headline-sv h5,
.headline-sv h6 {
  margin-bottom: 0;
  font-weight: 400;
  font-family: var(--sv-heading-font);
}

.ul-li ul {
  margin: 0;
  padding: 0;
}
.ul-li ul li {
  list-style: none;
  display: inline-block;
}
g.highcharts-exporting-group {
    display: none;
}
text.highcharts-credits {
    display: none;
}
.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ul-li-block ul li {
  display: block;
  list-style: none;
}

	#newPreloader {
		position: fixed;
		height: 100%;
		width: 100%;
		background-color: #fff;
		z-index: 99999;
		left: 0;
		top: 0;
	}
	.newPreloaderItem {
		position: relative;
		height: 100%;
		width: 100%;
	}
	.newPreloaderItem img {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);

	}
	.newPreloaderItem img:first-child {
		z-index: 2;
		width: 150px;

	}
	.newPreloaderItem img:last-child {
		z-index: 1;
		width: 270px;
    	height: 270px

	}
[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.preloader2 {
  border: 5px solid blue;
  border-top: 5px solid #f00;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  animation: spin 1s ease-in-out infinite ;
  position: relative;
  margin: auto;
  top: -280px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover,
a:focus {
  text-decoration: none;
}

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

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pera-content p {
  margin-bottom: 0;
  color: #303030;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.scrollup {
  width: 60px;
  right: 25px;
  z-index: 5;
  height: 60px;
  bottom: 90px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background: var(--base-color);
}

.scrollup i {
  color: #fff;
      margin-top: 22px;
}

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin-bottom: 0;
  font-weight: 400;
}

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

.in-slider-item {
  padding: 0px 15px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

@-webkit-keyframes toLeftFromRight {
  49% {
    -webkit-transform: translateX(20%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toLeftFromRight {
  49% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
    transform: translateX(-20%);
  }
  51% {
    opacity: 1;
  }
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/

.brand-logo .logo-dark {
/*  height: 130px;*/
 /* height: 90px; */
  display: block;
  margin-top: 12px;
  max-width: 200px;
}

.brand-logo .logo {
  /* height: 90px; */
  display: none;
  max-width: 200px;

}

.sticky-on .brand-logo .logo-dark {
  display: none;
}

.sticky-on .brand-logo .logo {
  display: block;
  margin: 4px 0;
  max-width: 200px;

}

.header-style-two.sticky-on {
  background-color: white !important;
}

.in-header-section {
  top: 0;
  left: 0%;
  z-index: 10;
  width: 100%;
  position: absolute;
}
.in-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
  position: fixed;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  background-color: #171717;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}
.in-header-section.sticky-on .in-header-top-content-area {
  display: none;
}
.in-header-section.sticky-on .in-header-top-content {
  display: none !important;
}
.in-header-section .in-main-navigation-area .navbar-nav {
  display: inherit;
}
.in-header-section .in-main-navigation-area .dropdown {
  position: relative;
}
.in-header-section .in-main-navigation-area .dropdown:after {
  top: 2px;
  right: -14px;
  font-size: 14px;
  color: #000;
  font-weight: 300;
  content: "\f107";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.in-header-section.sticky-on .in-main-navigation-area .dropdown:after{
  color: var(--black-color)
}

.in-header-section .in-main-navigation-area .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  clip: inherit;
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  transform: scaleY(1);
}
.in-header-section .in-main-navigation-area .dropdown-menu {
  left: 0;
  top: 48px;
  z-index: 100;
  margin: 0px;
  padding: 20px 0;
  height: auto;
  min-width: 250px;
  display: block;
  border: none;
  border-radius: 0;
  position: absolute;
  opacity: 0;
  background: #fff;
  border-radius: 2px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}
.in-header-section .in-main-navigation-area .dropdown-menu .dropdown-menu {
  top: 0px;
  left: 100%;
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  opacity: 0 !important;
  transform-origin: 0 0 0;
  -webkit-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
}
.in-header-section .in-main-navigation-area .dropdown-menu .dropdown-menu a {
  font-size: 14px;
  font-weight: 400;
  color: var(--black-color);
}
.in-header-section .in-main-navigation-area .dropdown-menu .dropdown-menu a:hover {
  color: var(--theme-color-2);
}
.in-header-section .in-main-navigation-area .dropdown-menu li {
  display: block;
  margin: 0 !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.in-header-section .in-main-navigation-area .dropdown-menu li:last-child {
  border-bottom: none;
}
.in-header-section .in-main-navigation-area .dropdown-menu li:after {
  top: 10px;
  color: #000;
  right: 15px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.in-header-section .in-main-navigation-area .dropdown-menu li:hover .dropdown-menu {
  top: 0;
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  opacity: 1 !important;
}
.in-header-section .in-main-navigation-area .dropdown-menu a {
  width: 100%;
  display: block;
  position: relative;
  padding: 10px 30px !important;
  color: var(--black-color) !important;
  font-size: 15px !important;
}
.in-header-section .in-main-navigation-area .dropdown-menu a:before {
  display: none;
}
.in-header-section .in-main-navigation-area .dropdown-menu a:hover {
  color: var(--base-color-1) !important;
}
.in-header-section .in-megamenu {
  position: static !important;
}
.in-header-section .in-megamenu .dropdown-menu {
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  max-width: 1170px;
}
.in-header-section .in-megamenu .dropdown-menu .in-megamenu-item {
  margin: 10px;
  position: relative;
  -webkit-box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.05);
}
.in-header-section .in-megamenu .dropdown-menu .in-megamenu-item .in-megamenu-item-btn:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgba(0, 0, 0, 0.5);
}
.in-header-section .in-megamenu .dropdown-menu .in-megamenu-item h3 {
  color: #000;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  padding-top: 15px;
}
.in-header-section .in-megamenu .dropdown-menu .in-megamenu-item:hover .in-megamenu-item-btn:before {
  opacity: 1;
}
.in-header-section .in-megamenu .dropdown-menu .in-megamenu-item:hover .in-menu-btn-grp {
  top: 50%;
  opacity: 1;
}
.in-header-section .in-megamenu .dropdown-menu .in-menu-btn-grp {
  left: 0;
  top: 60%;
  right: 0;
  z-index: 2;
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.in-header-section .in-megamenu .dropdown-menu .in-menu-btn-grp a {
  width: 100px;
  color: #fff !important;
  margin: 0 auto;
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 8px 10px !important;
  background: var(--base-color);
}
.in-header-section .in-megamenu .dropdown-menu .in-menu-btn-grp a:hover {
  color: #fff !important;
}
.in-header-section .in-megamenu .dropdown-menu .in-menu-btn-grp a:last-child {
  margin-bottom: 0;
}
.in-header-section.header-style-two {
  /* background-color: #262e3d; */
  background-color: transparent;
}
.in-header-section.header-style-two .in-header-top-content {
  padding: 12px 145px;
  /* margin-bottom: 20px; */
  border-bottom: 1px solid #3c4351;
}
.in-header-section.header-style-two .in-header-main-menu-wrapper {
  padding: 5px 25px;
}
.in-header-section.header-style-two .in-header-main-menu-wrapper .brand-logo {
  margin-right: 0px;
}
.in-header-section.header-style-two .in-header-main-menu-cta-btn {
  /* width: 100%; */
  padding: 20px 30px 20px 40px;
  border-radius: 8px;
}
.in-header-section.header-style-two .in-header-main-menu-cta-btn .in-main-navigation-area li {
  margin-right: 30px;
}
.in-header-section.header-style-two .in-header-main-menu-cta-btn .in-main-navigation-area li a {
  font-size: 14px;
  position: relative;
  z-index: 1;
/*  color: white;*/
    color: #000;
  text-transform: uppercase;
}

.in-header-section.sticky-on .in-header-main-menu-cta-btn .in-main-navigation-area li a{
  color: var(--black-color);
}

.in-header-section.header-style-two .in-header-main-menu-cta-btn .in-main-navigation-area li a:before {
  left: 0;
  right: 0;
  top: 20px;
  width: 0%;
  z-index: -1;
  content: "";
  height: 4px;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background: var(--base-color);
}
.in-header-section.header-style-two .in-header-main-menu-cta-btn .in-main-navigation-area li a:hover:before {
  width: 100%;
}
.in-header-section.header-style-two .in-header-main-menu-cta-btn .header-cta-btn a {
  color: #fff;
  font-weight: 500;
  border-radius: 8px;
  padding: 12px 15px;
  display: inline-block;
  background: linear-gradient(
    53deg,
    #183d58 32%,
    #0084af 63%,
    #0084af 82%,
    #183d58 100%
  );
/*  background: linear-gradient(linear, left top, right top, from(#183d58), color-stop(50%, #0084af), to(#f36e09));*/
/*  background: -webkit-gradient(linear, left top, right top, from(#f36e09), color-stop(50%, #ff994bdc), to(#f36e09));*/
/*  background: #0084af;*/
  background-size: 200%, 1px;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.in-header-section.header-style-two .in-header-main-menu-cta-btn .header-cta-btn a:hover {
  background-position: 120%;
}
#slider-14-slide-29-layer-0{
      background: linear-gradient(
    53deg,
    #183d58 32%,
    #0084af 63%,
    #0084af 82%,
    #183d58 100%
  ) !important;
}

.in-main-navigation-area li {
  margin-right: 65px;
}
.in-main-navigation-area li a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 40px;
}

/*Mobile area*/
/*----------------------------------------------------*/

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  left: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 20px 35px 35px 35px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
.mobile_menu_content .mobile-main-navigation {
  width: 100%;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav {
  width: 100%;
}
.mobile_menu_content .dropdown:after {
  display: none;
}
.mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  -webkit-transform: none !important;
  transform: none !important;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.mobile_menu_content .mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  color: #000;
  display: block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 30px 10px 0;
}
.mobile_menu_content .m-brand-logo {
  width: 120px;
  margin: 50px auto;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  left: 0px;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.mobile_menu_button {
  right: 0px;
  top: -40px;
  z-index: 5;
  display: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 38px;
  position: absolute;
  text-align: center;
}

.mobile_menu .mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.mobile_menu .mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.mobile_menu .in-m-search {
  position: relative;
  margin-bottom: 35px;
}
.mobile_menu .in-m-search input {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 1px solid #d5d5d5;
}
.mobile_menu .in-m-search button {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  color: #fff;
  border: none;
  position: absolute;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 10px;
  line-height: 1;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li:hover {
  background-color: transparent;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a {
  color: #000 !important;
}
.mobile_menu .mobile_menu_content .mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  background-color: transparent;
}
.mobile_menu .dropdown {
  position: relative;
}
.mobile_menu .dropdown .dropdown-btn {
  top: 3px;
  right: 0;
  height: 30px;
  color: #000;
  padding: 5px 10px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.mobile_menu .dropdown .dropdown-btn.toggle-open {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mobile_menu .mobile_menu_close {
  top: 25px;
  right: 25px;
  color: #000;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
}

.in-header-section .mobile_menu .in-megamenu {
  position: relative !important;
}

.in-header-section .mobile_menu .in-megamenu .dropdown-menu .in-megamenu-item h3 {
  color: #000;
}

/*// off canvas style*/
/*----------------------------------------------------*/

.close-side-widget,
.close-side-widget:hover {
  color: #fff !important;
  font-size: 24px;
}

.sidebar-textwidget {
  padding: 40px;
}

.close-side-widget {
  color: #1768dd;
  font-size: rem(15px);
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.search-open {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------------------- */
/*Home page 1*/
/*Global Area 1*/
/*----------------------------------------------------*/

.in-btn-1 a {
  color: #fff;
  font-weight: 500;
  padding: 16px 60px;
  border-radius: 5px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#f36e09), color-stop(50%, #ff994bdc), to(#f36e09));
  background: linear-gradient(
    53deg,
    #183d58 32%,
    #0084af 63%,
    #0084af 82%,
    #183d58 100%
  );
  background-size: 200%, 1px;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.in-btn-1 a:hover {
  background-position: 120%;
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
@-webkit-keyframes icon-bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.in-about-text-area-1 {
  padding: 25px 0px 40px;
}

/*---------------------------------------------------- */
/*CTA area*/
/*----------------------------------------------------*/
.in-cta-section {
  overflow: hidden;
}

.in-cta-content {
  margin: 0 auto;
  max-width: 570px;
}
.in-cta-content h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.238;
}
.in-cta-content .in-cta-btn-grp {
  margin-top: 50px;
}
.in-cta-content .in-cta-btn-grp a {
  z-index: 1;
  color: #fff;
  width: 220px;
  height: 60px;
  margin: 0 15px;
  font-weight: 500;
  border-radius: 5px;
  position: relative;
  border: 2px solid #fff;
}
.in-cta-content .in-cta-btn-grp a:before {
  top: -2px;
  left: -2px;
  width: 0;
  z-index: -1;
  content: "";
  height: 60px;
  border-radius: 5px;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background: var(--base-color);
}
.in-cta-content .in-cta-btn-grp a:hover:before {
  width: 220px;
}
.in-cta-content .in-cta-btn-grp a:nth-child(1) {
  background: -webkit-gradient(linear, left top, right top, from(#f36e09), color-stop(50%, #ff994bdc), to(#f36e09));
  background: #0084af;
  background-size: 200%, 1px;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  border: none;
}
.in-cta-content .in-cta-btn-grp a:nth-child(1):before {
  display: none;
}
.in-cta-content .in-cta-btn-grp a:nth-child(1):hover {
  background-position: 120%;
}

/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/

@-webkit-keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

/*---------------------------------------------------- */
/*Get Quote area*/
/*----------------------------------------------------*/

.in-contact-form-title-area .form-title h3 {
  color: var(--black-color);
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 12px;
}
.in-contact-form-title-area .form-title p {
  color: #333333;
}

.in-contact-form-title-area .in-contact-form input[type='text'],
.in-contact-form-title-area .in-contact-form select,
.in-contact-form-title-area .in-contact-form .nice-select {
  width: 100%;
  height: 50px;
  border: none;
  color: #7a7a7a;
  color: #7a7a7a;
  font-size: 15px;
  border-radius: 5px;
  padding-left: 20px;
  margin-bottom: 20px;
  -webkit-appearance: none;
  background-color: #f5f8f8;
}
.in-contact-form-title-area .in-contact-form input::-webkit-input-placeholder,
.in-contact-form-title-area .in-contact-form select::-webkit-input-placeholder,
.in-contact-form-title-area .in-contact-form .nice-select::-webkit-input-placeholder {
  color: #7a7a7a;
}
.in-contact-form-title-area .in-contact-form input::-moz-placeholder,
.in-contact-form-title-area .in-contact-form select::-moz-placeholder,
.in-contact-form-title-area .in-contact-form .nice-select::-moz-placeholder {
  color: #7a7a7a;
}
.in-contact-form-title-area .in-contact-form input:-ms-input-placeholder,
.in-contact-form-title-area .in-contact-form select:-ms-input-placeholder,
.in-contact-form-title-area .in-contact-form .nice-select:-ms-input-placeholder {
  color: #7a7a7a;
}
.in-contact-form-title-area .in-contact-form input::-ms-input-placeholder,
.in-contact-form-title-area .in-contact-form select::-ms-input-placeholder,
.in-contact-form-title-area .in-contact-form .nice-select::-ms-input-placeholder {
  color: #7a7a7a;
}
.in-contact-form-title-area .in-contact-form input::placeholder,
.in-contact-form-title-area .in-contact-form select::placeholder,
.in-contact-form-title-area .in-contact-form .nice-select::placeholder {
  color: #7a7a7a;
}
.in-contact-form-title-area .in-contact-form button {
  color: #fff;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 5px;
}
.in-contact-form-title-area .in-contact-form .nice-select {
  font-size: 15px;
  line-height: 50px;
}
.in-contact-form-title-area .in-contact-form .nice-select .list {
  width: 100%;
  margin-bottom: 0;
}
.in-contact-form-title-area .in-contact-form .nice-select:after {
  top: 6px;
  right: 20px;
  border: none;
  font-size: 14px;
  content: "\f078";
  font-weight: 400;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  font-family: "Font Awesome 5 Pro";
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/

.in-blog-item {
  margin: 0 auto;
  max-width: 370px;
  padding: 40px 25px;
  margin-bottom: 30px;
  border-radius: 20px;
  background-color: #fff;
  min-height: 400px;
  -webkit-box-shadow: 0px 0px 68px 0px rgba(54, 53, 53, 0.08);
  box-shadow: 0px 0px 68px 0px rgba(54, 53, 53, 0.08);
}
.in-blog-item .blog-title {
  margin-bottom: 32px;
}
.in-blog-item .blog-title h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--black-color);
      text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-word;
}
.in-blog-item .blog-title h3:hover {
  color: var(--main-color);
}
.in-blog-item .blog-img {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 25px;
}
.in-blog-item .blog-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  /*cursor: pointer;*/
}
.in-blog-item .blog-meta-text .in-meta {
  margin-bottom: 16px;
}
.in-blog-item .blog-meta-text .in-meta a {
  margin-right: 18px;
}
.in-blog-item .blog-meta-text .in-meta a i {
  margin-right: 5px;
}
.in-blog-item:hover .blog-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  /*-webkit-filter: grayscale(1);*/
  /*filter: grayscale(1);*/
}

.in-blog-share{
  padding-right: 20px;
}
.in-blog-share a{
  margin-left: 10px;
}

/*---------------------------------------------------- */
/*Home page 2*/
/*Global area*/
/*----------------------------------------------------*/
.in-section-title-2 .sub-title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 12px;
  border-radius: 5px;
  display: inline-block;
  background: var(--base-color);
}
.in-section-title-2 h2 {
  font-size: 30px;
  font-weight: 700;
  padding-top: 20px;
  line-height: 1.238;
  color: var(--black-color);
}
.in-section-title-2.text-center {
  margin: 0 auto;
  max-width: 570px;
}
.sfl-mortgagebanner .mortgage-gentext {
    color: #fff;
    max-width: 860px;
}
.sfl-mortgagebanner .in-section-title-2.text-center {
    margin: 0 auto;
    max-width: 900px;
}
.in-cta-content-2 .in-cta-btn-grp.sfl-btnmortgage {
    margin-top: 30px;
}
.bd-none{
    border-bottom:1px solid transparent !important;
}

.in-section-title-2 p {
  padding-top: 15px;
  color: #303030;
}

.in-btn-2 {
  border-radius: 5px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#f36e09), color-stop(50%, #ff994bdc), to(#f36e09));
  background:linear-gradient(
    53deg,
    #183d58 32%,
    #0084af 63%,
    #0084af 82%,
    #183d58 100%
  );
  background-size: 200%, 1px;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.in-btn-2 a {
  z-index: 1;
  color: #fff;
  height: 60px;
  width: 200px;
  display: block;
  font-weight: 500;
  line-height: 60px;
  text-align: center;
  position: relative;
}
.in-btn-2 a:before,
.in-btn-2 a:after {
  top: 2px;
  left: 2px;
  right: 0;
  z-index: -2;
  width: 196px;
  content: "";
  height: 56px;
  border-radius: 5px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.in-btn-2 a:after {
  top: 7px;
  left: 7px;
  width: 186px;
  height: 46px;
  border-radius: 5px;
/*  background: -webkit-gradient(linear, left top, right top, from(#f36e09), color-stop(50%, #ff994bdc), to(#f36e09));*/
  background:linear-gradient(
    53deg,
    #183d58 32%,
    #0084af 63%,
    #0084af 82%,
    #183d58 100%
  );
  background-size: 200%, 1px;
}
.in-btn-2:hover {
  background-position: 120%;
}
.in-btn-2:hover a:before,
.in-btn-2:hover a:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.in-btn-2:hover a:after {
  background-position: 120%;
}

/*---------------------------------------------------- */
/*Slider area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*Service area*/
/*----------------------------------------------------*/
.in-service-section-2 {
  z-index: 1;
  overflow: hidden;
  padding: 130px 0px;
}
.in-service-section-2 .in-service-bg {
  left: 0;
  right: 0;
  z-index: -1;
  top: -160px;
}

.in-service-title-text {
  max-width: 520px;
}
.in-service-title-text .in-service-title-desc {
  padding-top: 25px;
}

.in-service-title-img {
  max-width: 600px;
}
.in-service-title-img img {
  border-radius: 5px;
}

.in-service-content-2 {
  margin-top: 65px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
.in-about-section-2 {
  overflow: hidden;
  padding-bottom: 100px;
}
.in-about-section-2 .in-about-bg {
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
}

.in-about-text-wrapper-2 {
  max-width: 480px;
  padding: 30px 0px 0px 45px;
}

/*---------------------------------------------------- */
/*Portfolio area*/
/*----------------------------------------------------*/
.in-portfolio-section-2 {
  z-index: 2;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 60px;
}
.in-portfolio-section-2:before {
  top: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/bg/port-bg.webp);
  background-size: cover;
}

.in-portfolio-top-content-2 .in-section-title-2 {
  /* max-width: 480px; */
  text-align: center;
}
.in-portfolio-top-content-2 .in-portfolio-title-text {
  max-width: 510px;
  padding-top: 35px;
}

.in-portfolio-content-2 {
  margin: 0 -15px;
  padding-top: 65px;
}
.sfl-bannertext{
    color:#fff !important;
    font-size:17px;
    font-weight:500;
}

.in-portfolio-item {
  overflow: hidden;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.in-portfolio-item .inner-text {
  left: -30px;
  opacity: 0;
  bottom: 35px;
  padding: 30px 25px;
  max-width: 305px;
  background-color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: all 220ms linear 0ms;
  transition: all 220ms linear 0ms;
}
.in-portfolio-item .inner-text span {
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}
.in-portfolio-item .inner-text h3 {
  font-size: 16px;
  font-weight: 700;
  padding-top: 5px;
  color: var(--black-color);
}
.in-portfolio-item .inner-text h3:hover {
  color: var(--main-color);
}
.in-portfolio-item .inner-text .more-btn {
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.in-portfolio-item .inner-text .more-btn a {
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#f36e09), color-stop(50%, #ff994bdc), to(#f36e09));
  background: #0084af;
  background-size: 200%, 1px;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.in-portfolio-item .inner-text .more-btn a:hover {
  background-position: 120%;
}
.in-portfolio-item .inner-img {
  overflow: hidden;
  border-radius: 4px;
}
.in-portfolio-item .inner-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.in-portfolio-item:hover .inner-text {
  left: 0;
  opacity: 1;
}
.in-portfolio-item:hover .inner-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.in-portfolio-slider-3 .slick-prev:before, .in-portfolio-slider-3 .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.in-portfolio-slider-3 .slick-prev, .in-portfolio-slider-3 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: white;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 100%;
    border: 1px solid black;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    background-color: transparent;
}

.in-portfolio-slider-3 .slick-prev {
    left: -45px;
}

.in-portfolio-slider-3 .slick-next {
    right: -45px;
}

/*---------------------------------------------------- */
/*CTA area*/
/*----------------------------------------------------*/
.in-cta-section-2 {
  overflow: hidden;
}
.in-cta-section-2 .jarallax {
  padding: 90px 0px 120px;
}
.in-cta-section-2 .jarallax .background_overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.in-cta-content-2 .in-section-title-2 h2 {
  color: #fff;
}
/* .in-cta-content-2 .in-cta-text-btn-group {
  max-width: 570px;
} */
.in-cta-content-2 .in-cta-btn-grp {
  margin-top: 50px;
}
.in-cta-content-2 .in-cta-btn-grp .in-btn-2 {
  margin-right: 30px;
}
.in-cta-content-2 .in-cta-btn-grp .in-btn-2:nth-child(2) {
  background: transparent;
}
.in-cta-content-2 .in-cta-btn-grp .in-btn-2:nth-child(2) a {
  border-radius: 4px;
  border: 2px solid #fff;
  background: transparent;
}
.in-cta-content-2 .in-cta-btn-grp .in-btn-2:nth-child(2) a:before {
  display: none;
}
.in-cta-content-2 .in-cta-btn-grp .in-btn-2:nth-child(2) a:after {
  top: 5px;
  left: 5px;
  opacity: 0;
}
.in-cta-content-2 .in-cta-btn-grp .in-btn-2:nth-child(2) a:hover {
  border: 2px solid transparent;
}
.in-cta-content-2 .in-cta-btn-grp .in-btn-2:nth-child(2) a:hover:after {
  top: -2px;
  left: -2px;
  opacity: 1;
  width: 200px;
  height: 60px;
}
.in-cta-content-2 .in-cta-btn-grp .in-btn-2 a:before {
  background-color: #000;
}

.in-cta-info-2 {
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 776px;
  overflow: hidden;
  padding: 35px 45px 25px;
  border-top-left-radius: 40px;
}
.in-cta-info-2 .in-cta-info-item .inner-icon {
  margin-right: 25px;
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
  animation: icon-bounce 0.8s ease-out infinite;
}
.in-cta-info-2 .in-cta-info-item .inner-text {
  font-size: 24px;
  color: #fff;
}
.in-cta-info-2 .in-cta-info-item .inner-text h3 {
  font-size: 24px;
  padding-bottom: 12px;
}

/*---------------------------------------------------- */
/*Home page 3*/
/* Global area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/* About area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/* Service area*/
/*----------------------------------------------------*/
.in-services-more-btn .service-btn-img {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 32px;
}
.in-services-more-btn .services-btn-text {
  margin: 0 auto;
  max-width: 280px;
  margin-bottom: 30px;
}
.in-services-more-btn .in-btn-1 a {
  padding: 16px 30px;
}

/*---------------------------------------------------- */
/* Portfolio area*/
/*----------------------------------------------------*/

.in-portfolio-content-3 .in-portfolio-item .inner-text {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.in-portfolio-slider-3 .slick-list {
  padding-top: 30px;
}

/*---------------------------------------------------- */
/* FAQ area*/
/*----------------------------------------------------*/
.in-faq-section-3 {
  padding-bottom: 110px;
}
/*---------------------------------------------------- */
/*Home page 4*/
/* Banner area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/* Service area*/
/*----------------------------------------------------*/
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.in-service-text-area-5 {
  max-width: 415px;
  padding-top: 20px;
}
.in-service-text-area-5 .in-btn-1 a {
  padding: 16px 35px;
}

/*---------------------------------------------------- */
/* About area*/
/*----------------------------------------------------*/

.in-about-text-area-4 {
  max-width: 455px;
  margin-left: 60px;
}

/*---------------------------------------------------- */
/* why-choose area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/* CTA area*/
/*----------------------------------------------------*/
.in-cta-section-4 {
  z-index: 1;
}
.in-cta-section-4:before {
  left: 0;
  bottom: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  background-color: #faf9f9;
}

.in-cta-content-4 {
  z-index: 1;
  overflow: hidden;
  border-radius: 4px;
  padding: 50px 50px 60px;
  -webkit-box-shadow: 0px 15px 27px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 15px 27px 0px rgba(0, 0, 0, 0.05);
}
.in-cta-content-4 .background_overlay {
  z-index: -2;
  background-color: rgba(255, 255, 255, 0.8);
}
.in-cta-content-4:before {
  top: 0;
  left: -50px;
  z-index: -1;
  width: 58%;
  height: 100%;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg/cta-shape1.png);
}

.in-cta-form-4 h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 25px;
}
.in-cta-form-4 form {
  max-width: 330px;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}
.in-cta-form-4 form input {
  color: #fff;
  width: 100%;
  height: 50px;
  padding-left: 40px;
  border-radius: 4px;
  border: 2px solid #fff;
  background-color: transparent;
}
.in-cta-form-4 form input::-webkit-input-placeholder {
  color: #fff;
}
.in-cta-form-4 form input::-moz-placeholder {
  color: #fff;
}
.in-cta-form-4 form input:-ms-input-placeholder {
  color: #fff;
}
.in-cta-form-4 form input::-ms-input-placeholder {
  color: #fff;
}
.in-cta-form-4 form input::placeholder {
  color: #fff;
}
.in-cta-form-4 form button {
  top: 0;
  right: 0;
  width: 155px;
  height: 50px;
  border: none;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  background-color: #fff;
}

.in-cta-text-4 .inner-icon {
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
  animation: icon-bounce 0.8s ease-out infinite;
}
.in-cta-text-4 .inner-text {
  padding-top: 20px;
}
.in-cta-text-4 .inner-text h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--black-color);
  padding-bottom: 20px;
}
.in-cta-text-4 .inner-text p {
  font-size: 19px;
  font-weight: 700;
  color: var(--black-color);
}

/*---------------------------------------------------- */
/* FAQ area*/
/*----------------------------------------------------*/
.in-faq-section-4 {
  z-index: 1;
  padding-top: 125px;
}
.in-faq-section-4:before {
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 670px;
  position: absolute;
  background-color: #faf9f9;
}

.in-faq-img-4 {
  padding-top: 58px;
}
.in-faq-img-4 .faq-circle {
  left: 0;
  top: 40%;
  right: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 5000ms;
  animation-duration: 5000ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*---------------------------------------------------- */
/* Home 5 area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/* Slider area*/
/*----------------------------------------------------*/

.text-bg {
  background-repeat: no-repeat;
  background-image: url(../img/bg/text-bg.png);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*---------------------------------------------------- */
/* Testimonial area*/
/*----------------------------------------------------*/

.nav-inner-img-item .nav-inner-img {
  z-index: 1;
  width: 95px;
  height: 95px;
  cursor: pointer;
  position: relative;
  border-radius: 100%;
  margin: 10px 0px 50px;
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.nav-inner-img-item .nav-inner-img img {
  top: 2px;
  left: 2px;
  width: 87px;
  height: 87px;
  position: relative;
  border-radius: 100%;
  border: 8px solid #fff;
}
.nav-inner-img-item .nav-inner-img:before {
  top: -10px;
  left: -10px;
  content: "";
  z-index: -2;
  width: 111px;
  height: 111px;
  position: absolute;
  border-radius: 100%;
  border: 8px solid #fff;
}
.nav-inner-img-item .nav-inner-img:after {
  top: 0;
  left: 0;
  width: 1000%;
  height: 100%;
  z-index: -1;
  content: "";
  opacity: 0;
  position: absolute;
  border-radius: 100%;
  background-color: #000;
}
.nav-inner-img-item.slick-current .nav-inner-img:after {
  opacity: 1;
  width: 100%;
  height: 100%;
}

/*---------------------------------------------------- */
/* insurance limit area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/* Blog area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/* footer area*/
/*----------------------------------------------------*/

/*.footer-logo {
  width: 100%;
  max-width: 220px;
  height: auto;
}*/

.footer-logo {
    width: 100%;
    max-width: 250px;
    height: auto;
    /* background: #fff; */
    padding: 10px 20px;
    /* box-shadow: 0 0 10px 0 #183d58; */
    border-radius: 10px;
}
.footerItems li {
	list-style: none;
	margin: 15px 0;
}
.footerItems {
	padding-left: 0px !important;
}
.footerItems
.footerLinks{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Breadcrumb area*/
/*----------------------------------------------------*/
.in-breadcrumb-section {
  padding-top: 171px;
  background-color: #fff;
}
.in-breadcrumb-section .in-breadcrumb-content {
  overflow: hidden;
  padding: 185px 0px;
  margin-left: 60px;
  border-top-left-radius: 150px;
}
.in-breadcrumb-section .background_overlay {
  background: -webkit-gradient(linear, left top, right top, from(rgb(247, 244, 244)), color-stop(33%, rgba(247, 244, 244, 0.62)), color-stop(43%, rgba(247, 244, 244, 0.5)), to(rgba(247, 244, 244, 0)));
  background: linear-gradient(90deg, rgb(247, 244, 244) 0%, rgba(247, 244, 244, 0.62) 33%, rgba(247, 244, 244, 0.5) 43%, rgba(247, 244, 244, 0) 100%);
}

.in-breadcrumb-title-content {
  margin-left: -30px;
}
.in-breadcrumb-title-content h2 {
  font-size: 45px;
  font-weight: 700;
  padding-bottom: 15px;
  color: var(--black-color);
}
.in-breadcrumb-title-content li {
  margin-right: 25px;
  position: relative;
  color: var(--main-color);
}
.in-breadcrumb-title-content li:before {
  top: -2px;
  right: -26px;
  content: "<>";
  color: #666666;
  font-size: 20px;
  position: absolute;
}
.in-breadcrumb-title-content li:last-child:before {
  display: none;
}
.in-breadcrumb-title-content li a {
  color: #666666;
}
.in-breadcrumb-title-content li.active-page {
  position: relative;
}
.in-breadcrumb-title-content li.active-page:after {
  left: 0;
  bottom: 5px;
  width: 100%;
  content: "";
  height: 1px;
  position: absolute;
  background-color: var(--main-color);
}

/* Text Consent Policy Page starts */
#textConsentPolicySec {
  padding: 100px 0;
}
#textConsentPolicySec img {
  margin: 20px 0;
  max-width: 200px;
}
#textConsentPolicySec h4 {
  font-size: 18px;
  font-weight: 600;
  color: #002953;
  text-decoration: underline;
}
#textConsentPolicySec p {
  font-size: 16px;
  font-weight: 400;
  color: #272727;
  line-height: 1.5em;
  margin-bottom: 10px;
}
#textConsentPolicySec a {
  color: #002953;
  font-weight: 600;
  text-decoration: underline;
  transition: .3s;
}
#textConsentPolicySec a:hover{
  color: #0d6efd;
  transition: .3s;
}

/* Text Consent Policy Page ends */
/*---------------------------------------------------- */
/* New Home Responsive area*/
@media screen and (max-width: 1875px) {
  #slider-21-slide-50-layer-4,
  #slider-21-slide-48-layer-4,
  #slider-21-slide-49-layer-4,
  #slider-21-slide-48-layer-5,
  #slider-21-slide-49-layer-5,
  #slider-21-slide-50-layer-5 {
    display: none;
  }
}

@media screen and (max-width: 1440px) {

  .brand-logo .logo , .brand-logo .logo-dark  {
      height: 50px!important;
  }

  .in-header-section.header-style-two .in-header-main-menu-cta-btn .in-main-navigation-area li {
      margin-right: 30px;
  }
  .in-header-section.header-style-two .in-header-main-menu-cta-btn{
      padding: 10px 10px 10px 10px;
  }

  .header_btns a{
      padding: 12px 15px!important;
      font-size: 14px;
  }

}

@media screen and (max-width: 1280px) {

  .brand-logo .logo , .brand-logo .logo-dark  {
      height: 50px!important;
  }

  .in-header-section.header-style-two .in-header-main-menu-cta-btn .in-main-navigation-area li {
      margin-right: 15px;
  }

  .in-header-section.header-style-two .in-header-main-menu-cta-btn .in-main-navigation-area li a {
      font-size: 10px;
  }

  .header_btns a{
      padding: 10px 5px!important;
      font-size: 11px;
  }

  .in-breadcrumb-section {
      padding-top: 100px;
  }

}

@media screen and (max-width: 1024px) {

  .in-header-section.header-style-two .in-header-main-menu-cta-btn {
      padding: 20px 30px 20px 40px;
  }
}

@media screen and (max-width: 767px) {
  #textConsentPolicySec {
      padding: 50px 40px;
  }
  #textConsentPolicySec img {
    margin: 20px auto !important;
    display: block;
  }
  #textConsentPolicySec h4 {
    font-size: 14px;
    text-align: center;
  }
  #textConsentPolicySec p {
      font-size: 14px;
      text-align: center;
  }
}

@media screen and (max-width: 390px) {

  .brand-logo .logo, .brand-logo .logo-dark {
      height: 60px!important;
  }

  .header_btns a {
      padding: 7px!important;
      font-size: 11px;
  }

}

/*---------------------------------------------------- */
/* Inner Page area*/
/* About Page area*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/* Team Page area*/
/*----------------------------------------------------*/
.bold-head{
    font-weight:700 !important;
    font-size: 20px;
    color: #183d58;
}
.smart-profile-img{
    max-height:90px;
}
.in-contact-form label , .in-contact-form p {
    color: #183d58;
    font-weight: 600;
}
 .in-contact-form p {
    color: #183d58 !important;
    font-weight: 600 !important;
 }

/*---------------------------------------------------- */
/* FAQ Page area*/
/*----------------------------------------------------*/
.in-faq-feed-section {
  padding: 120px 0px 100px;
}
.in-faq-contact-info-title {
  max-width: 440px;
}
.in-faq-contact-info-title h3 {
  font-weight: 700;
  font-size: 26px;
  padding-bottom: 20px;
  color: var(--black-color);
}

.in-faq-contact-info-wrap {
  padding-top: 40px;
}

.in-faq-contact-info {
  margin-top: 45px;
}
.in-faq-contact-info .info-item-area {
  margin-bottom: 40px;
}
.in-faq-contact-info .info-item-area:last-child  {
  margin-bottom: 0;
}
.in-faq-contact-info .info-item-area .inner-icon  {
  width: 70px;
  height: 70px;
  margin-right: 30px;
  border-radius: 5px;
  background: var(--base-color);
}
.in-faq-contact-info .info-item-area .inner-icon i {
  color: #fff;
  font-size: 30px;
}
.in-faq-contact-info .info-item-area .inner-text {
  max-width: 210px;
}
.in-faq-contact-info .info-item-area .inner-text h4  {
  font-size: 20px;
  font-weight: 700;
  color: var(--black-color);
  padding-bottom: 10px;
}

.in-faq-contact-form-area {
  margin-left: 45px;
  padding: 70px 60px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.06);
}

.in-faq-contact-form {
  margin-top: 45px;
}
.in-faq-contact-form input[type='text'],
.in-faq-contact-form input[type='email'],
.in-faq-contact-form textarea {
  width: 100%;
  height: 50px;
  border: none;
  color: #7a7a7a;
  font-size: 15px;
  border-radius: 5px;
  padding-left: 25px;
  /* margin-bottom: 30px; */
  background-color: #faf9f9;
}
.in-faq-contact-form
.contactRow {
  row-gap: 20px;
}

#textMessageConsentModal .modal-dialog {
  max-width: 800px;
}
#textMessageConsentModal .text_message_consent_number{
  width: 100%;
  height: 50px;
  border: none;
  color: #7a7a7a;
  font-size: 15px;
  border-radius: 5px;
  padding-left: 25px;
  /* margin-bottom: 30px; */
  background-color: #faf9f9;
}
#textMessageConsentModal .modal-footer button {
  color: #fff !important;
  font-weight: 500;
  border-radius: 8px;
  padding: 12px 15px;
  display: inline-block;
  background: linear-gradient(53deg, #183d58 32%, #0084af 63%, #0084af 82%, #183d58 100%) !important;
  /* background: -webkit-gradient(linear, left top, right top, from(#f36e09), color-stop(50%, #ff994bdc), to(#f36e09)); */
  /* background: #0084af; */
  background-size: 200%, 1px !important;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
  border: none !important;
}
#textMessageConsentModal .modal-body {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  padding: 30px;
}
#textMessageConsentModal .modal-body .form-group {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#textMessageConsentModal .modal-body .form-group label {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#textMessageConsentModal .modal-body .form-group label span {
  font-size: 15px;
}
#textMessageConsentModal .modal-body a {
  color: #183d58;
  font-weight: 600;
}
#textMessageConsentModal .modal-body small {
  color: #8e8e8e;
  font-size: 14px;
}
#textMessageConsentModal .modal-body .text_message_consent_phone_box {
  width: 60%;
}
#textMessageConsentModal .modal-body .form-group label input[type="checkbox"] {
  margin-top: 7px;
  margin-right: 10px;
}
.privacy-policy-label {
  display: flex;
  align-items: flex-start;
  column-gap: 8px;
}
.privacy-policy-label span {
  font-size: 12px;
  line-height: 15px;
  color: #575757;
  font-weight: 600;
}
.privacy-policy-label input {
  width: 11px;
  margin-top: 1px;
}
.in-faq-contact-form textarea {
  height: 110px;
  padding-top: 15px;
}
.in-faq-contact-form button {
  color: #fff;
  border: none;
  height: 60px;
  width: 200px;
  font-weight: 500;
  border-radius: 5px;
}

/*---------------------------------------------------- */
/* Error Page area*/
/*----------------------------------------------------*/

.in-error-text {
  margin-top: 60px;
}
.in-error-text h2 {
  font-size: 48px;
  font-weight: 700;
  padding-bottom: 20px;
  color: var(--black-color);
}
.in-error-text p {
  padding-bottom: 40px;
}

/*---------------------------------------------------- */
/* Portfolio Page area*/
/*----------------------------------------------------*/
.in-portfolio-grid-section {
  padding: 130px 0px 100px;
}

.in-portfolio-filter-btn {
  margin-bottom: 45px;
}
.in-portfolio-filter-btn button {
  z-index: 1;
  padding: 0;
  border: none;
  font-weight: 500;
  margin: 0px 26px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  background-color: transparent;
}
.in-portfolio-filter-btn button:before {
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 6px;
  height: 5px;
  width: 0%;
  content: "";
  margin: 0 auto;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background: var(--base-color);
}
.in-portfolio-filter-btn button.is-checked {
  color: var(--black-color);
}
.in-portfolio-filter-btn button.is-checked:before {
  width: 100%;
}

.grid-size-25 .in-portfolio-item .inner-text {
  padding: 20px;
  max-width: 230px;
}

.in-portfolio-grid-wrapper .in-portfolio-item {
  margin-bottom: 30px;
}

.in-portfolio-slide-section {
  padding: 130px 70px;
  overflow: hidden;
}

.in-portfolio-info {
  border-radius: 5px;
  padding: 50px 35px 30px;
  background: var(--base-color);
}
.in-portfolio-info h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 25px;
}
.in-portfolio-info li {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid #2f9bef;
}
.in-portfolio-info li:last-child {
  border-bottom: 0;
}
.in-portfolio-info li span {
  float: right;
  font-size: 17px;
  font-weight: 400;
  text-transform: capitalize;
}
.in-portfolio-info li span a {
  margin-left: 8px;
}

.in-grid-layout .grid-sizer {
  width: 33.33%;
}

/*---------------------------------------------------- */
/* Service Page area*/
/*----------------------------------------------------*/
.in-service-page-service-section-1 {
  padding: 130px 0px;
}

.in-service-details-text-area {
  padding-left: 30px;
}

.in-service-details-text-area {
  padding-top: 15px;
}

.in-service-details-seection {
  padding: 120px 0px 0px;
}

.in-service-details-img {
  overflow: hidden;
  border-radius: 5px;
}

.in-service-details-list {
  margin-top: 40px;
}
.in-service-details-list li {
  padding-left: 25px;
  margin-bottom: 18px;
  position: relative;
}
.in-service-details-list li:before {
  top: 0;
  left: 0;
  content: "\f058";
  font-weight: 500;
  position: absolute;
  color: var(--main-color);
  font-family: "Font Awesome 5 Pro";
}

/*---------------------------------------------------- */
/* Blog Page area*/
/*----------------------------------------------------*/
.in-blog-grid-section {
  padding: 130px 0px 100px;
}

.in-blog-carousel-section {
  padding: 90px 0px 100px;
}

.in-blog-carousel .slick-dots {
  width: auto;
  text-align: center;
  position: static;
  margin-top: 40px;
}
.in-blog-carousel .slick-dots li {
  width: 25px;
  height: 25px;
  margin: 0px 5px;
  position: relative;
  border-radius: 100%;
  display: inline-block;
  border: 1px solid var(--main-color);
}
.in-blog-carousel .slick-dots li:before,
.in-blog-carousel .slick-dots li:after {
  top: 7px;
  left: 7px;
  width: 9px;
  content: "";
  height: 9px;
  position: absolute;
  border-radius: 100%;
  background-color: #afdef7;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.in-blog-carousel .slick-dots li:after {
  -webkit-transform: scale(0);
  transform: scale(0);
  background: var(--base-color);
}
.in-blog-carousel .slick-dots li button {
  display: none;
}
.in-blog-carousel .slick-dots li.slick-active:after,
.in-blog-carousel .slick-dots li:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.left-side-bar {
  margin-left: 10px;
}

.right-side-bar {
  margin-right: 10px;
}

.in-sidebar-widget {
  padding: 40px 30px;
  border-radius: 25px;
  margin-bottom: 40px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.05);
}
.in-sidebar-widget .widget-title {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 35px;
  color: var(--black-color);
}
.in-sidebar-widget .widget-title:before {
  top: 38px;
  left: 0;
  width: 50px;
  height: 3px;
  content: "";
  border-radius: 5px;
  position: absolute;
  background: var(--base-color);
}
.in-sidebar-widget .search-widget form {
  position: relative;
}
.in-sidebar-widget .search-widget input[type='text'], .in-sidebar-widget .search-widget select {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-left: 20px;
  border: 1px solid #ececf0;
}
.in-sidebar-widget .search-widget button {
  top: 0;
  right: 0;
  width: 140px;
  height: 50px;
  border: none;
  color: white;
  position: absolute;
  border-left: 1px solid #ececf0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#f36e09), color-stop(50%, #ff994bdc), to(#f36e09));
  background: #0084af;
  background-size: 200%, 1px;
  -webkit-transition: all 200ms linear 0ms;
  transition: all 200ms linear 0ms;
}
.in-sidebar-widget .search-widget button:hover {
  background-position: 120%;
}
.in-sidebar-widget .category-widget a {
  width: 100%;
  font-weight: 500;
  padding-left: 20px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 23px;
  display: inline-block;
  color: var(--black-color);
  border-bottom: 1px solid #ececf0;
}
.in-sidebar-widget .category-widget a:before {
  top: 0;
  left: 0;
  content: "\f105";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.in-sidebar-widget .category-widget a span {
  z-index: 1;
  width: 27px;
  height: 27px;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #e9ecf2;
}
.in-sidebar-widget .category-widget a span:before {
  top: 0;
  left: 0;
  width: 0%;
  content: "";
  height: 100%;
  z-index: -1;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background: var(--base-color);
}
.in-sidebar-widget .category-widget a:hover {
  color: var(--main-color);
}
.in-sidebar-widget .category-widget a:hover span {
  color: #fff;
}
.in-sidebar-widget .category-widget a:hover span:before {
  width: 100%;
}
.in-sidebar-widget .category-widget li:last-child a {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.in-sidebar-widget .recent-news-widget .recent-blog-img-text {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e2e2e7;
}
.in-sidebar-widget .recent-news-widget .recent-blog-img-text:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.in-sidebar-widget .recent-news-widget .recent-blog-img-text .recent-blog-img {
  width: 80px;
  height: 70px;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 20px;
}
.in-sidebar-widget .recent-news-widget .recent-blog-img-text .recent-blog-text {
  max-width: 165px;
}
.in-sidebar-widget .recent-news-widget .recent-blog-img-text .recent-blog-text h3 {
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 5px;
  color: var(--black-color);
}
.in-sidebar-widget .recent-news-widget .recent-blog-img-text .recent-blog-text h3:hover {
  color: var(--main-color);
}
.in-sidebar-widget .recent-news-widget .recent-blog-img-text .recent-blog-text span {
  font-size: 14px;
}
.in-sidebar-widget .recent-news-widget .recent-blog-img-text .recent-blog-text span i {
  margin-right: 10px;
}
.in-sidebar-widget .category-tag-widget a {
  margin: 5px;
  z-index: 1;
  font-size: 14px;
  padding: 5px 20px;
  position: relative;
  display: inline-block;
  color: var(--black-color);
  border: 1px solid #eeecec;
}
.in-sidebar-widget .category-tag-widget a:before {
  top: 0;
  left: 0;
  width: 0%;
  content: "";
  height: 100%;
  z-index: -1;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background: var(--base-color);
}
.in-sidebar-widget .category-tag-widget a:hover {
  color: #fff;
}
.in-sidebar-widget .category-tag-widget a:hover:before {
  width: 100%;
}
.in-sidebar-widget .gallery-widget li {
  width: 90px;
  margin: 5px;
  float: left;
  height: 70px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
}
.in-sidebar-widget .gallery-widget li a {
  z-index: 2;
  width: 100%;
  position: relative;
  display: inline-block;
}
.in-sidebar-widget .gallery-widget li a:before {
  top: 0;
  left: 0;
  height: 0%;
  content: "";
  width: 100%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgba(0, 0, 0, 0.7);
}
.in-sidebar-widget .gallery-widget li a:after {
  left: 0;
  top: 50%;
  right: 0;
  opacity: 0;
  color: #fff;
  content: "\f066";
  font-weight: 500;
  text-align: center;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
}
.in-sidebar-widget .gallery-widget li a:hover:before {
  height: 100%;
}
.in-sidebar-widget .gallery-widget li a:hover:after {
  opacity: 1;
}
.in-sidebar-widget .gallery-widget li img {
  height: 100%;
}

.in-blog-details-section {
  padding: 120px 0px;
}
.in-blog-details-content-area {
  overflow: hidden;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.in-blog-details-text-area {
  padding: 35px;
}
.in-blog-details-text-area .in-meta {
  margin-bottom: 20px;
}
.in-blog-details-text-area .in-meta a {
  margin-right: 18px;
}
.in-blog-details-text-area .in-meta a i {
  margin-right: 5px;
}
.in-blog-details-text-area h3 {
  font-size: 32px;
  font-weight: 700;
  padding-bottom: 20px;
  color: var(--black-color);
}
.in-blog-details-text-area p {
  padding-bottom: 30px;
  color: #303030;
}
.in-blog-details-text-area blockquote {
  font-size: 20px;
  font-style: italic;
  padding-left: 45px;
  position: relative;
  margin-bottom: 35px;
  color: var(--black-color);
}
.in-blog-details-text-area blockquote:before {
  top: 0;
  left: 0;
  width: 3px;
  content: "";
  height: 100%;
  position: absolute;
  background: var(--base-color);
}
.in-blog-details-text-area ul {
  margin-bottom: 25px;
}
.in-blog-details-text-area ul li {
  padding-left: 25px;
  margin-bottom: 20px;
  position: relative;
}
.in-blog-details-text-area ul li:before {
  top: 0;
  left: 0;
  content: "\f058";
  font-weight: 500;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.in-blog-details-text-area .in-blog-share-tag {
  margin-top: 25px;
  padding: 30px 0px 15px;
  border-top: 1px solid #ebebeb;
}
.in-blog-details-text-area .in-blog-share-tag .in-blog-share {
  color: var(--black-color);
}
.in-blog-details-text-area .in-blog-share-tag .in-blog-share span {
  font-size: 20px;
  font-weight: 500;
  margin-right: 20px;
}
.in-blog-details-text-area .in-blog-share-tag .in-blog-share a {
  margin-right: 20px;
}
.in-blog-details-text-area .in-blog-share-tag .in-blog-share a:hover {
  color: var(--main-color);
}
.in-blog-details-text-area .in-blog-share-tag .in-blog-tag a {
  margin-left: 20px;
}

/*---------------------------------------------------- */
/* Contact Page area*/
/*----------------------------------------------------*/
.in-contact-page-section {
  padding: 120px 0px 300px;
}

.in-contact-page-content {
  padding: 65px 60px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.06);
}
.in-contact-page-content .in-faq-contact-form-area {
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.in-contact-page-content .in-faq-contact-info-wrap {
  padding-top: 0;
}

.in-google-map {
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}
.in-google-map iframe {
  width: 100%;
}

.footer_images{
  /*text-align: end;*/
  /*margin-right: 30px;*/
  height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.eco-house{
  margin-top: 10px
}

.footer_links li{
  display: inline-block;
  color: white;
}

.footer_links li a{
  margin-right: 20px;
  font-size: 13px;
}

.footer_links li:not(:first-child):before {
  position: absolute;
  content: '';
  background-color: white;
  width: 2px;
  height: 18px;
  margin-top: 5px;
  margin-left: -12px;
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.in-footer-section {
  padding-top: 20px;
  position:relative;
}
.mainfooter_left_icon {
    position: absolute;
    bottom: 20px;
    max-width: 80px;
    left: 20px;
    object-fit: cover;
    object-position: center;
}

.in-footer-widget .widget-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 15px;
}
/* .in-footer-widget .logo-widget {
} */
.in-footer-widget .logo-widget .brand-logo {
  margin-bottom: 20px;
}
.in-footer-widget .logo-widget .footer-text {
  color: #fff;
  padding-bottom: 40px;
}
.in-footer-widget .logo-widget .footer-social a {
  z-index: 1;
  color: #fff;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 18px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
}
.in-footer-widget .logo-widget .footer-social a:before {
  top: 0;
  width: 100%;
  content: "";
  z-index: -1;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  background: var(--base-color);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.in-footer-widget .logo-widget .footer-social a:hover {
  border: 1px solid transparent;
}
.in-footer-widget .logo-widget .footer-social a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.in-footer-widget .contact-widget {
  padding-left: 20px;
}
.in-footer-widget .contact-widget .info-item {
  margin-bottom: 15px;
}
.in-footer-widget .contact-widget .info-item:last-child {
  margin-bottom: 0;
}
.in-footer-widget .contact-widget .info-item .inner-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 100%;
  background-color: #fff;
}
.in-footer-widget .contact-widget .info-item .inner-icon i {
  font-size: 20px;
  color: var(--main-color);
}
.in-footer-widget .contact-widget .info-item .inner-text {
  color: #fff;
  line-height: 1.875;
  font-size: 14px;
}
.in-footer-widget .menu-widget {
  margin-left: 30px;
}
.in-footer-widget .menu-widget li {
  margin-bottom: 15px;
}
.in-footer-widget .menu-widget li a {
  color: #fff;
  position: relative;
}
.in-footer-widget .menu-widget li a:before {
  top: 10px;
  left: 0;
  height: 2px;
  width: 0px;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--main-color);
}
.in-footer-widget .menu-widget li a:hover {
  padding-left: 22px;
  color: var(--main-color);
}
.in-footer-widget .menu-widget li a:hover:before {
  width: 15px;
}

.in-footer-copyright-area .in-footer-copyright-text {
  color: #fff;
  width: 100%;
  padding: 32px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/

@media screen and (max-width: 1750px) {
  .in-header-section.header-style-two .in-header-top-content {
    padding: 12px 20px;
  }
  .in-header-section.header-style-two .in-header-main-menu-wrapper {
    padding: 0px 20px;
  }
  .in-header-section.header-style-two .in-header-main-menu-wrapper .brand-logo {
    margin-right: 0px;
  }
}

@media screen and (max-width: 1480px) {

  .in-header-section.header-style-two .in-header-main-menu-cta-btn .header-cta-btn a {
    padding: 12px 15px;
  }
}

@media screen and (max-width: 1280px) {
  .in-cta-info-2 {
    right: -150px;
  }
  .in-cta-info-2 .in-cta-info-item .inner-text h3,
  .in-cta-info-2 .in-cta-info-item .inner-text span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .in-main-navigation-area li {
    margin-right: 40px;
  }
  .in-portfolio-item .inner-text {
    max-width: 270px;
  }
}
@media screen and (max-width: 1024px) {
  .in-main-navigation-area li {
    margin-right: 30px;
  }
  .in-about-img-1 {
    display: none;
  }
  .in-footer-widget .widget-title {
    font-size: 20px;
  }
  .in-footer-widget .contact-widget .info-item .inner-icon {
    display: none !important;
  }
  .in-cta-info-2 {
    right: -250px;
  }
  .in-about-text-area-4 {
    margin-top: 50px;
    margin-left: 0px;
  }
  .in-breadcrumb-title-content {
    margin-left: 0;
  }
  .in-breadcrumb-section .in-breadcrumb-content {
    margin-left: 0;
    border-radius: 0;
  }
}
@media screen and (max-width: 991px) {
  .in-header-top-content-area {
    display: none;
  }
  .in-main-navigation-area {
    display: none;
  }
  .in-header-search {
    display: none;
  }
  .mobile_menu_button {
    display: block;
  }
  .in-about-section-1 {
    padding: 90px 0px;
  }
  .in-service-btn-1 {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .in-footer-widget .contact-widget .info-item .inner-icon {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .in-footer-widget {
    margin-bottom: 40px;
  }
  .in-footer-copyright-area .in-footer-copyright-text {
    width: 100%;
  }
  .in-footer-copyright-text .inner-text {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .in-header-section.header-style-two .in-header-top-content {
    display: none !important;
  }
  .in-header-section.header-style-two .in-header-main-menu-cta-btn {
    background-color: transparent;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: end !important;
  }
  .in-header-section.header-style-two .in-header-main-menu-cta-btn .header-cta-btn {
    margin-right: 10px;
    display:none;
  }
   .in-header-section.header-style-two .in-header-main-menu-cta-btn.getqoute-btn .header-cta-btn {
    margin-right: 10px;
    display:block !Important;
  }

  .in-header-section.header-style-two .mobile_menu_button {
    right: 15px;
    top: -65px;
    color: white;
  }

  .in-header-section.sticky-on .mobile_menu_button {
    right: 15px;
    top: -65px;
    color: var(--black-color);
  }

  .in-about-text-wrapper-2 {
    margin: 0 auto;
  }
  .in-about-img-2 {
    text-align: center;
  }
  .in-cta-info-2 {
    display: none;
  }
  .in-portfolio-top-content-2 {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .in-footer-widget .contact-widget {
    padding-left: 0;
  }

  .in-faq-title-img {
    margin: 0 auto;
    max-width: 570px;
  }
  .in-faq-img-3 {
    padding-top: 50px;
    text-align: center;
  }
  .in-services-more-btn .service-btn-img {
    text-align: center;
  }
  .in-service-text-area-5 {
    margin: 0 auto;
    max-width: 570px;
    margin-bottom: 30px;
  }
  .in-cta-content-4:before {
    display: none;
  }
  .in-cta-form-4 {
    text-align: center;
    margin-bottom: 40px;
  }
  .in-cta-form-4 form {
    margin: 0 auto;
  }
  .in-cta-form-4 h3 {
    color: var(--black-color);
  }
  .in-cta-form-4 form input {
    border: 2px solid var(--black-color);
  }
  .in-cta-form-4 form input::-webkit-input-placeholder {
    color: var(--black-color);
  }
  .in-cta-form-4 form input::-moz-placeholder {
    color: var(--black-color);
  }
  .in-cta-form-4 form input:-ms-input-placeholder {
    color: var(--black-color);
  }
  .in-cta-form-4 form input::-ms-input-placeholder {
    color: var(--black-color);
  }
  .in-cta-form-4 form input::placeholder {
    color: var(--black-color);
  }
  .in-cta-form-4 form button {
    color: #fff;
    background-color: var(--black-color);
  }
  .in-cta-text-4 .inner-text {
    padding-top: 10px;
  }
  .in-breadcrumb-section {
    padding-top: 100px;
  }
  .in-breadcrumb-section .in-breadcrumb-content {
    padding: 130px 0px;
  }
}
@media screen and (max-width: 850px) {
  .in-footer-widget .menu-widget {
    margin-left: 0;
  }
  .in-service-title-img {
    margin-top: 15px;
  }
  .in-faq-contact-form-area {
    margin-left: 0;
    padding: 40px 15px;
    margin-top: 40px;
  }
  .in-service-details-text-area {
    padding-left: 0;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .in-blog-details-text-area .in-blog-share-tag {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .in-portfolio-slide-section {
    padding: 60px 15px;
  }
}
@media screen and (max-width: 575px) {
  .footer_images {
    display: inline-block;
    margin-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .in-about-section-1 {
    padding: 60px 0px;
  }
  .in-about-text-area-1 {
    padding: 15px 0px 20px;
  }
  .in-btn-1 a {
    padding: 14px 35px;
  }
  .in-cta-content h2 {
    font-size: 28px;
  }
  .in-cta-content .in-cta-btn-grp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .in-cta-content .in-cta-btn-grp a {
    margin-bottom: 10px;
  }
  .in-service-top-content-1 .in-service-top-text {
    padding-top: 20px;
  }
  .in-service-top-content-1 {
    padding-bottom: 40px;
  }
  .in-contact-form-title-area .form-title h3 {
    font-size: 24px;
  }
  .in-cta-content .in-cta-btn-grp {
    margin-top: 25px;
  }
  .in-header-section.header-style-two .in-header-main-menu-cta-btn .header-cta-btn a {
    padding: 5px 10px!important;
  }
  .in-header-section.header-style-two .in-header-main-menu-cta-btn .header-cta-btn {
    margin-right: 5px;
  }
  .in-header-section.header-style-two .in-header-main-menu-cta-btn {
    padding: 10px 30px;
  }
  .in-header-section.header-style-two .in-header-main-menu-wrapper {
    padding: 0px 15px;
  }
  .in-header-section.header-style-two .mobile_menu_button {
    top: -47px;
  }
  .in-section-title-2 h2 {
    font-size: 28px;
  }
  .in-service-section-2 {
    padding: 60px 0px;
  }
  .in-about-text-wrapper-2 {
    padding-left: 0;
  }
  .in-portfolio-section-2 {
    padding-top: 60px;
  }
  .in-cta-content-2 .in-cta-btn-grp {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .in-cta-content-2 .in-cta-btn-grp .in-btn-2 {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .in-cta-content-2 .in-section-title-2 h2 {
    text-align: center;
  }
  .in-faq-section-3 {
    padding-bottom: 60px;
  }
  .in-about-text-area-4 {
    padding: 0px 15px;
  }
  .in-cta-content-4 {
    padding: 40px 20px;
  }
  .in-faq-img-4 .faq-circle {
    width: 150px;
    height: 150px;
  }
  .in-breadcrumb-section .in-breadcrumb-content {
    padding: 80px 0px;
  }
  .in-breadcrumb-title-content h2 {
    font-size: 32px;
    padding-bottom: 5px;
  }

  .in-error-text h2 {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .in-blog-grid-section {
    padding: 60px 0px;
  }
  .in-sidebar-widget .gallery-widget li {
    width: 75px;
    height: 60px;
  }
  .in-blog-details-section {
    padding: 60px 0px;
  }
  .in-blog-details-text-area h3 {
    font-size: 24px;
  }
  .in-blog-details-text-area {
    padding: 30px 15px;
  }
  .in-blog-details-text-area .in-blog-share-tag .in-blog-tag a {
    margin-left: 0px;
    margin-right: 10px;
  }
  .in-blog-details-text-area .in-blog-share-tag .in-blog-tag {
    padding-top: 10px;
  }
  .left-side-bar {
    margin-left: 0;
    margin-top: 40px;
  }
  .in-blog-carousel-section {
    padding: 50px 0px;
  }
  .in-contact-page-section {
    padding-top: 60px;
  }
  .in-contact-page-content {
    padding: 40px 15px;
  }
  .in-faq-contact-info-title h3 {
    font-size: 28px;
  }
  .in-contact-page-content .in-faq-contact-form-area {
    margin-top: 40px;
  }
  .in-portfolio-grid-section {
    padding: 60px 0px;
  }
  .in-service-details-seection {
    padding-top: 60px;
  }
  .in-service-page-service-section-1 {
    padding: 60px 0px;
  }
}
/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*Insurance type area*/
/*----------------------------------------------------*/

.sv_read_more {
  color: var(--base-sv-color);
  font-weight: 500;
  position: relative;
}
.sv_read_more:before {
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  content: "";
  height: 1px;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--base-sv-color);
}
.sv_read_more:hover:before {
  width: 100%;
}

/*---------------------------------------------------- */
/*Service  area*/
/*----------------------------------------------------*/
@keyframes icon-bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.in-service-read-more a {
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.in-service-read-more a i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.in-service-read-more a:hover {
  background-color: var(--base-sv-color);
}
.in-service-read-more a:hover i {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

/*---------------------------------------------------- */
/*About area*/
/*----------------------------------------------------*/
rs-module [class*=" fa-"]:before {
  font-weight: 300;
  font-family: "Font Awesome 5 Pro";
}

/*Mortgage Contact form*/
/*----------------------------------------------------*/

.info_div {
  padding: 20px 30px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
  background: white;
  border-radius: 20px;
  display: inline-block;
  margin: 10px 40px;
  min-width: 300px;
}

.info_form label {
  font-size: 16px;
}

/*---------------------------------------------------- */
/*Mortgage Contact form*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/

.btn-secondary{
  background: var(--base-color)!important;
}

/*---------------------------------------------------- */
/*custom*/
/*----------------------------------------------------*/

.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background: linear-gradient(to right, var(--gradiant-color-from), var(--gradiant-color-to));
  border-color: #0b6184;
}

.btn-check:active + .btn-outline-primary img,
.btn-check:checked + .btn-outline-primary img,
.btn-outline-primary.active img,
.btn-outline-primary.dropdown-toggle.show img,
.btn-outline-primary:active img{
  filter: brightness(0) invert(1);
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #105373;
    border-color: #183d58;
}
.btn-outline-primary:hover img {
  filter: brightness(0) invert(1);
}

.btn-outline-primary {
    color: #183d58;
  border-color: #154866;
}

.min-230{
  min-width: 230px;
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: none;
}

.mortgage_row td {
  padding-top: 35px;
}

.img-180 {
  width: 100%;
  max-width: 150px;
  height: auto;
}

.img-360 {
  width: 100%;
  max-width: 260px;
  height: auto;
}

.py-60 {
  padding: 60px 0px !important;
}

.font_14{
  font-size: 14px!important;
}

.bg_primary{
  color: var(--main-color);
}

.lender_item{
  border:1px solid transparent;
}

.lender_item:hover{
  border: 1px solid var(--main-color);
}

/* Success modal */

.checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #1ab394;
  position: absolute;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}

/* Success modal */

.collapse_show_less.collapse:not(.show) {
  display: block!important;
  height: 100px!important;
  overflow: hidden!important;
}

.text_primary{
  color: var(--main-color)!important;
}

.chart{
  width:100%;
  height: 400px
}

.progress span{
  display: none;
}

.left_right_line span{
  background-color: white;
  padding-right: 35px;
  padding-left: 35px;
  color: var(--main-color);
  background: white ;
}

.left_right_line:before{
  content: "";
  display: block;
  width: 50%;
  height: 5px;
  background: var(--black-color);
  left: 0;
  position: absolute;
  z-index: -2!important;
  margin: auto;
  margin-top: 25px;
  right: 0;
}

.social_login_opt {
  padding: 10px 0;
}

.social_login_opt a {
  display: block;
  padding: 10px 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  color: #282828;
  margin: 0 0 15px;
}

.social_login_opt a img {
  max-width: 25px;
  margin-left: 10px;
}

.sign-in-img{
  width: 160px;
}

.btn-right{
  position: absolute;
  right: 20px;
}

/*---------------------------------------------------- */
/*custom*/
/*----------------------------------------------------*/

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/

@media screen and (max-width: 1440px) {
  .left_right_line:before{
    width: 70%;
    margin-top: 25px;
  }

}

@media screen and (max-width: 820px) {

  .left_right_line:before{
    width: 95%;
  }

}

@media screen and (max-width: 480px) {
  .left_right_line:before {
    margin-top: 15px;
  }
  .info_div {
    margin: 10px 0px;
  }
}

/*---------------------------------------------------- */

/*find-an-agent-swiper-slider*/

.slider-heading.gen-heading {
    font-size: 30px;
    color: #0084af;
    font-weight: 500;
    text-align: left;
    text-transform: capitalize;
    line-height: 1.2;
}
.gen-text.slider-gen-text {
    font-size: 16px;
    color: #303030;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
}
.custom_prevnxt i {
    background-color: transparent !important;
    border-color: #0a668a !important;
    color: #0084af;
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e5e7ec;
    border-radius: 5px;
    text-align: center;
    font-size: 20px;
    background: transparent;
    cursor: pointer;
    z-index: 1;
    transition: all 500ms ease;
}

.house-marketsecwrap {
    background: #fff;
    box-shadow: 0px 5px 20px 1px #ccc9;
    padding: 30px 30px;
    margin-right: 0px;
    border-radius: 10px;
    position: relative;
    height: 470px;
}
.house-marketsecwrap:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url(../img/red-angletwo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    /* background: #de1e25; */
    /* border-radius: 0px 0px 0px 20px; */
    right: 0%;
    bottom: 0%;
    transform: rotate(270deg);
}

/*find-an-agent-swiper-slider*/
.loans-one{
  margin-top: 20px;
  margin-bottom: 80px;
  text-align: center;
}
.loan-two{
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
/*lender-profile-start*/
 .agentDetail-askQuestion-sect .estate-agent-form input[type="text"] , .agentDetail-askQuestion-sect .estate-agent-form input[type="email"] {
      border: 1px solid #ccc;
  }
  .contact-gentext {
      font-size: 30px;
      font-weight: 500;
  }
  .lendel-sec1 .in-sidebar-widget {
      padding: 40px 30px;
      border-radius: 12px;
      margin-bottom: 40px;
      background-color: #fff;
      -webkit-box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
      /* box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 12%); */
      max-width: 1040px;
      margin: 0 auto;
  }
  .lendel-sec1 .img-360 {
      max-width: 230px;
  }
  .tristart-text{
      font-size:30px;
  }
  .nmls-text{
      font-size: 18px !important;
      font-weight: 500;
      margin-top: 0;
  }
  .lendl-carddetail {
      margin-left: 20px;
  }
  .lendl-cardwrap {
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .contact-pd{
      padding: 10px 60px !important;
      font-size: 20px !important;
  }
  .in-blog-details-text-area.about-wrapper p {
      padding-bottom: 10px;
  }

  .comment_content.pera-content{
      border-bottom: 1px solid #ccc;
      padding-bottom: 10px;
  }
  .comment_element {
      padding-top:0px;
  }
  .review-headtext a {
      color: #282828;
      font-size: 24px;
      font-weight: 500;
  }
  .review-headtext {
      margin-bottom: 0;
  }
  .pdd-top{
      padding-top:20px;
  }
  .reviews-headwrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .review-gentext{
      font-size: 15px;
      font-weight: 400;
      color: #282828;
      margin-bottom: 10px;
  }
  .rating-box {
    padding: 25px 25px;
    border-radius: 25px;
    text-align: left;
  }
  .rating-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .rating-box .stars {
    display: flex;
    align-items: center;
    gap: 25px;
  }
  .stars i {
    font-size: 30px;
    color: #004257d4;
    transition: all 0.2s;
    cursor: pointer;
  }
  .stars i.active {
    color: #ffb851;
    transform: scale(1.2);
  }
  .contact-textarea.form-control {
      border: 1px solid #cccccc;
      box-shadow: none !important;
      min-height: 120px;
      max-height: 120px;
      border-radius: 10px;
  }
  #exampleModalLongTitle {
      color: #183d58;
  }
  #Contact_Form1 .modal-content {
      position: relative;
      display: flex;
      flex-direction: column;
      width: 100%;
      pointer-events: auto;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid rgba(0,0,0,.2);
      border-radius: 10px;
      outline: 0;
  }

 .lendl-imagewrap {
      max-width: 180px;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      margin: 0 auto;
  }
  .nmls-text{
      display:block;
      margin-top: 7px;
      FONT-WEIGHT: 600;
  }
  .box-card-lendl{
      position:relative;
  }
  .inc-text {
      margin-bottom: 15px !important;
      font-size: 25px;
      color: #282828;
  }
  .footer_images{
    text-align: unset !important;
    margin-right: unset !important;
    height: 100%!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}
/*lender-directory-end*/
/*mortgage-contact-start*/
  .bank-stat-wrap{
      display:flex;
      align-items:center;
  }
  .bank-stat-wrap{
      display:flex;
      align-items:center;
  }
  .img-360.img-270{
      max-width:170px !important;
  }
  .loan-one h4 {
      text-align: center;
      margin-bottom: 50px;
  }
  .in-breadcrumb-title-content .text-dark {
      color: #303030 !important;
  }
/*mortgage-forchase-end*/
/*index-start*/
.bannersolutions {
    background: url(../img/bg/solutionbanner.png) no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 600px;
}
.feasilb-img img {
    max-width: 570px;
    object-fit: cover;
    object-position: center;
    border-radius:10px;
}
/*index-end*/
/*mortgage-rate-start*/
.diver-img img{
  max-width:550px;
  object-fit:cover;
  object-position:center;
  border-radius:10px;
}
.colors {
  display: none;
}
.react_to_us:hover {
    color: #17415c;
}
.loan-two h4 , .loan-one h4 , .loans-one  h4{
    color: #0084af !important;
}
.text-center h2 {
    color: #183d58;
}
.dream-text{
  font-size:52px !important;
}
/*mortgage-rate-end*/
.loan-text a {
    color: #303030;
}
.loan-text a:hover {
    color: #fff;
}
.btn-outline-primary:hover a{
       color: #fff;
}
.tab-content.text-center h3 {
    color: #183d58;
    font-weight: 600;
}

/*new-style-start*/
.react_to_us a span {
    margin-left: 10px;
}
.react_to_us a {
    color: #173f5b;
    font-weight: 600;
}
.react_to_us a:hover {
    color: #0084af;
    font-weight: 600;
}
.loan-text a:active {
    color: #fff;
}
/*.btn-outline-primary:active .loan-text a{
    color: #fff !important;
}
.btn.btn-outline-primary div h4{
  color:#303030;
}

.btn.btn-outline-primary div:hover h4{
  color:#fff;
}
.btn.btn-outline-primary:active div h4 {
    color: #fff !important;
}*/
/*new-style-end*/
.btn-hov {
    display: inline-block;
}
.btn-hov:hover{
    transform:scale(1.1);
}
.mtt-44{
  margin-top:44px;
}
.switch-on{
  color:#fff !important;
}
.check-terms {
  display: flex;
  align-items: center;
  margin-bottom:10px !important;
}
.check-terms .check-wraped {
  transform: scale(0.5);
  max-width: 40px;
  margin-bottom:0px !important;
}
.get-btn p:hover{
  transform:scale(1.2) !important;
}
/* advertise-sec-end */
.powered-docu{
    max-width: 250px;
    border-radius: 10px;
    margin-top: 20px;
}
.team-image {
    width: 100%;
    margin-top: 30px;

}
.slick-slide img{
    border-radius: 10px;
}

/*Social Login*/

.fl-fl {
    border-radius: 10px 0px 0px 10px;
    background: linear-gradient(    53deg,    #183d58 32%,    #0084af 63%,    #0084af 82%,    #183d58 100%  );
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 3px;
    width: 190px;
    position: fixed;
    right: -152px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

/*.fab {*/
/*    font-size: 20px;*/
/*    color: #fff;*/
/*    padding: 10px 0;*/
/*    width: 40px;*/
/*    margin-left: 8px;*/
/*}*/

.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px!important;
    vertical-align: top!important;
}

.float-fb {
    top: 160px;
}

.float-tw {
    top: 215px;
}

.float-gp {
    top: 270px;
}

.float-rs {
    top: 325px;
}

.fl-fl:hover {
    right: 0;
}

/*map styling*/
#us-map{
  width: 100%;
  height: 100%;
}

.map-licensing {
    padding: 30px 30px;
    height: auto;
    max-width: 100%;
    border: 3px solid;
    border-radius: 20px;
    margin: 30px;
}

.list-representation ul {
    list-style: none;
}

.list-representation {
    display: flex;
    justify-content: end;
}

.blue-box {
    height: 20px;
    width: 20px;
    background: #036687;
    margin-right: 20px;
    border-radius: 5px;
}

.list-representation li {
    display: flex;
    align-items: center;
    padding: 10px 0px 0px 50px;
}

.grey-box {
    height: 20px;
    width: 20px;
    background: #aea2a2;
    margin-right: 20px;
    border-radius: 5px;
}
.color-representation {
    padding-top: 50px;
}

.in-blog-details-main-img img {
    border-radius: 10px;
}
.fl-fl .fab {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
}
.tristarBtn:hover {
    background-position: 120%;
}
.fl-fl:hover {
    background-position: 120%;
}

/* Tristar Landing Page Start*/

.in-header-section.header-style-two.getlandingsec .in-header-main-menu-cta-btn {
     width:unset;
    padding: 20px 30px 20px 40px;
    border-radius: 8px;
}
.in-header-section.header-style-two.getlandingsec .in-header-main-menu-cta-btn .header-cta-btn a {
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
    padding: 11px 22px;
    display: inline-block;
    background: #386eec;
    /* background: -webkit-gradient(linear, left top, right top, from(#f36e09), color-stop(50%, #ff994bdc), to(#f36e09)); */
    /* background: #0084af; */
    background-size: 200%, 1px;
    -webkit-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
}
.landing-sec8{
        background: url(../img/review-bottom.jpg) no-repeat center center/cover;
}
.landing-sec8.landing-sec88{
        background: url(../img/review-bottom-one.jpg) no-repeat center center/cover;
}
.bottom-banner__wrapper {
    box-sizing: border-box;
    width: 1360px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    min-height: 220px;
    align-items: center;
}
.bottom-banner__wrapper .bottom-banner__title {
    font-weight: 900;
    font-size: 50px;
    line-height: 60px;
    color: #FFFFFF;
    text-align: left;
}
.bottom-banner__wrapper .bottom-banner__article {
    font-size: 1.3rem;
    line-height: 10%;
    font-weight: normal;
    color: #FFFFFF;
    margin-top: 22px;
    text-align: left;
}
.bottom-banner_right {
    display: flex;
    justify-items: flex-end;
    align-items: center;
}
.bottom-banner__wrapper a {
    font-size: 22px;
    line-height: 56px;
    text-align: center;
    background: #396ef5;
    border: 2px solid transparent;
    border-radius: 4px;
    width: 330px;
    height: 58px;
    color: #FFFFFF;
    font-weight: bold;
    display: block;
}
.bottom-banner__wrapper a:hover {
    background:#282828;
}
.benefits {
    background: #fff;
}
.promo-primary:hover, .callout-button:hover{
    border: 3px solid #282828;
}
.in-header-section.header-style-two.getlandingsec .in-header-main-menu-cta-btn .header-cta-btn a:hover{
    background:#282828;
}
.textareaa{
    min-height: 100px !important;
    max-height: 100px;
}
.section__title {
    font-size: 30px;
    line-height: 140.62%;
    font-weight: 700;
    color: #525F66;
    text-align: center;
}
.benefits-icons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.benefits-icons-item {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    width: 30%;
}
.benefits-icons-item svg {
    margin-right: 20px;
    min-width: 50px;
    max-width: 50px;
}
.benefits-icons-item h5 {
    color: #293033;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 140%;
}
.benefits-btn {
    margin-top: 10px;
    text-align: center;
}
.landing-sec7 button {
    background: #386eec;
    padding: 19px 80px;
    font-weight: 700;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    color: #FFFFFF;
    border-radius: 4px;
    outline: none;
    border: none;
}
.landing-sec7 button:hover{
    background:#282828;
}
.landing-sec7 {
    padding: 70px 0;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--12 {
    float: left;
    clear: none;
    width: 100%;
}
.dcu-rate-card .card.light-card-grey .card-body, .dcu-rate-card .card.dark-card-grey .card-body {
    padding-left: 2em;
}
.dcu-rate-card .col-sm-12 h3.card-title {
    font-size: 1.563em;
    margin-bottom: 0.38em;
    line-height: 34px;
    text-transform: uppercase;
}
.dcu-rate-card .card h6.card-subtitle {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0.4375em;
}
.dcu-rate-card .card .col-sm-7 p.card-text, .dcu-rate-card .card .col-sm-6 p.card-text, .dcu-rate-card .card .col-sm-12 p.card-text {
    font-size: 1.125em;
    line-height: 1.4;
    margin-top: 0.4375em;
    margin-bottom: 1.75em;
    margin: 0.4375em 0 0 0;
}
.dcu-rate-card .card .promo-primary, .dcu-rate-card .card .promo-secondary, .dcu-rate-card .card .promo-secondary-grey, .dcu-rate-card .card .callout-button, .dcu-rate-card .card .promo-bam {
    margin-right: 0;
    margin-top: 1.5em;
    font-size: 1.125em;
}
.dcu-rate-card .card .col-sm-7 .card-rate, .dcu-rate-card .card .col-sm-6 .card-rate, .dcu-rate-card .card .col-sm-12 .card-rate {
    color: #396ef5;
    font-size: 2.375em;
    font-weight: 800;
    line-height: 1;
    display: inline;
}
.promo-primary, .callout-button {
    border: 3px solid #396ef5;
    background-color: #fff;
    padding: 4px 34px;
    display: inline-block;
    border-radius: 50px;
}
.dcu-rate-card .card .promo-primary, .dcu-rate-card .card .promo-secondary, .dcu-rate-card .card .promo-secondary-grey, .dcu-rate-card .card .callout-button, .dcu-rate-card .card .promo-bam {
    margin-right: 0;
    margin-top: 1.5em;
    font-size: 1.125em;
}
.dcu-rate-card .col-sm-5 div.terms-wrapper, .dcu-rate-card .col-sm-6 div.terms-wrapper {
    margin-bottom: 1.56em;
}
.landing-sec6 {
    padding: 30px 0 70px 0;
}
.wrapper-choosing-text {
    height: 100%;
    border-radius: 0.25rem;
    padding: 30px 30px;
    box-shadow: 7px 7px 20px rgba(0,0,0,.2);
}
.heading-large.text-align-center {
    font-size: 2rem;
}
.text-size-large {
    font-size: 1.5rem;
}

.landing-sec6 .button {
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #386eec;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 2.5rem;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    transition: background-color .5s;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
    text-align: center;
    display: inline-block;
    margin-top:30px;
}
.text-align-center {

    text-align: center;
}
.flex-center_component {
    text-align: center;
}
.homepage-explore-grid_component {
    grid-column-gap: 50px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.heading-large {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.2;
}
.text-size-large {
    font-size: 1.3rem;
}
.landing-sec5 {
    padding: 90px 0 70px 0;
}
.landing-sec5 .button {
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #386eec;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 2.5rem;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    transition: background-color .5s;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
    display: inline-block;
}
.landingsec5-imgwrap img {
    border-radius: 5px;
    max-width: 600px;
    object-fit: cover;
    object-position: center;
}
.mttt-60{
    margin-top:60px;
}

.landing-sec2 {
    padding: 80px 0;
}
.section__title {
    font-size: 30px;
    line-height: 40.62%;
    font-weight: 700;
    color: #525F66;
    text-align: center;
}
.dcu-rate-card .card .promo-primary, .dcu-rate-card .card .promo-secondary, .dcu-rate-card .card .promo-secondary-grey, .dcu-rate-card .card .callout-button, .dcu-rate-card .card .promo-bam {
    margin-right: 0;
    margin-top: 1.5em;
    font-size: 17px;
}
.credit-history-section__items__item {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(156,173,173,0.2);
    text-align: center;
    padding: 40px 35px;
    width: 32%;
}
.credit-history-section__items__item .icon_title {
    margin-bottom: 25px;
}
.credit-history-section__items__item .icon_title h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 140%;
    text-align: center;
    color: #525F66;
}
.credit-history-section__items__item .text_button p {
    font-size: 18px;
    line-height: 140%;
    color: #293033;
    font-weight: 500;
    margin-bottom: 10px;
}
.credit-history-section__items__item .text_button p:last-child {
    font-size: 16px;
    font-weight: 400;
    margin-top: 25px;
}
.credit-history-section__items__item .text_button button:hover {
    background: #282828;
    border: 1px solid transparent;
}
.landing-sec2 button {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    padding: 12px 10px;
    cursor: pointer;
    text-align: center;
    transition: 0.25s;
    background: #3c6efe;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 25px;
}
.landing-sec4 .button:hover{
    background: #282828;
}
.landing-sec5 .button:hover{
    background: #282828;
}
.landing-sec6 .button:hover{
    background: #282828;
}
.landing-sec2{
    background: #F2F2F2;
    padding: 60px 0;
}
.credit-history-section__items__item {
    background: #FFFFFF;
    box-shadow: 0px 10px 30px rgba(156,173,173,0.2);
    text-align: center;
    padding: 40px 35px;
    width: 100%;
}
.text_button .text {
    min-height: 190px;
    max-height: 190px;
}
.credit-history-section__items {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    min-height: 500px;
}
.landing-sec2 .button {
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #386eec;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 2.5rem;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    transition: background-color .5s;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
}
.landing-sec4 .button {
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #386eec;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 2.5rem;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    transition: background-color .5s;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
}
.home-btn-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 2rem;
    display: flex;
}
.rightwrap img {
    max-width: 500px;
    border-radius: 5px;
}
.in-header-section.getlandingsec {
    position: unset;
}
.landing-sec1 {
    padding: 70px 0;
}
.landingsec1left img {
    max-width: 600px;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}
.subject-input {
  width: 100%;
  margin: 0 0 15px 0;
  padding: 10px 15px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  color: #000 !important;
  font-size: 15px;
  font-weight: 500;
}
.subject-input:focus{
  color: #fff;
  border-color: #d48457;
}
.landingsec1left {
    text-align: center;
}
.landing-sec1 .submitbutn {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
    transition: 0.25s;
    background: #396ef5;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 25px;
}
.form-wrappedd .submitbutn{
        width: 100%;
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
    transition: 0.25s;
    background: #396ef5;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 20px;
}
.form-wrappedd .submitbutn:hover{
    background:#282828;
}
.copyright-text p {
    margin-bottom: 0;
}
.conttxt {
    font-size: 22px;
    text-align: center;
    border-bottom: 1px solid #cccccc78;
    padding-bottom: 16px;
}
.contentwrap {
    max-width: 95%;
    margin: 0 auto 34px;
}
.landingfrmtxt {
    font-size: 21px;
    color: #282828;
    font-weight: 400;
}
.landing-sec1 .submitbutn:hover{
    background:#282828;
     border: 1px solid transparent;
}
.copyright-area {
    background: #282828;
    color: #fff;
    padding: 20px 0;
}
.landing-sec3{
        background: url(../img/happy.jpg) no-repeat center center/cover;
}
.landing-sec4 {
    padding: 80px 0 0 0;
}
.landing-sec3 {
    background: linear-gradient(to right, rgba(56,55,60, 40%) 0%, rgba(56,55,60, 40%) 100%), url(../img/happy.jpg) no-repeat center center/cover;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.landing-sec3.landing-sec33 {
    background: linear-gradient(to right, rgba(56,55,60, 40%) 0%, rgba(56,55,60, 40%) 100%), url(../img/happy-one.jpg) no-repeat center center/cover;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.t2 {
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.reverse-txt {
    text-align: center;
}
.btn-list {
    text-align: center;
}
.reverse-txt {
    text-align: center;;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 5rem;
    max-width: 500px;
}
.landing-sec3 .button{
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #386eec;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 0.75rem 2.5rem;
    font-family: Montserrat,sans-serif;
    font-weight: 600;
    transition: background-color .5s;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
    text-align: center;
    display: inline-block;
    margin-top: 30px;
}
.landing-sec3 .button:hover{
    background:#282828;
}
.landing-sec3 .button:hover{
    background:#282828;
}
.custom_heading{
    text-align: center;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 3rem;
    max-width: 730px;
}
.font_26{
    font-size: 26px !important;
    font-weight: bold !important;
}
.wrapper-hero-left-content ul li.li {
    font-size: 1.3rem;
}
.landing-sec9 p.card-text {
    font-size: 1.3rem!important;
}

/* Tristar Landing Page End */
