@font-face {
  font-family: meisah;
  src: url(../fonts/MEISHA-SANS-SERIF.otf), url(../fonts/meisha-sans-serif-webfont.woff), url(../fonts/MEISHA-SANS-SERIF.ttf), url(../fonts/MEISHA-SANS-SERIF.svg), url(../fonts/MEISHA-SANS-SERIF.eot);
}

@font-face {
  font-family: proxima;
  src: url(../fonts/ProximaNova-Regular.otf), url(../fonts/proxima-nova-regular-webfont.eot), url(../fonts/proxima-nova-regular-webfont.ttf), url(../fonts/proxima-nova-regular-webfont.woff), url(../fonts/proxima-nova-regular-webfont.svg);
}


@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.eot');
  src: local('☺'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.eot');
  src: local('☺'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('fonts/Montserrat-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Montserrat-Light' !important;
  color: #404040;
}

h1,
h2,
h3 {
  font-family: 'Montserrat-Regular';
  font-weight: normal;
}

p {
  font-family: 'Montserrat-Light' !important;
}

/*start top menu*/
#main-nav {
  display: none;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.menu-bar {
  font-size: 30px !important;
  margin-top: -10px;
}

.nav-new {
  display: block;
  background: white;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
  /*     padding:10px 0; */
}

.nav-new ul {
  margin-bottom: 0;
}

.menu-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 0;
}

.menu-new li {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.menu-new li:first-child {
  margin-left: 0;
}

.menu-new li a {
  font-weight: normal;
  text-decoration: none;
  padding: 20px 5px;
  display: block;
  color: #404040;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

.menu-new li a:hover,
.menu-new li:hover > a {
  color: #a41e2d;
}

.menu-new ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 250px;
  position: absolute;
  left: 0px;
  background: #404041;
  z-index: 99;
  /*transform: translate(0, 20px);*/
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  border-radius: 4px;
}

.menu-new ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
  display: none;
}

.menu-new ul li {
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu-new ul li a {
  font-size: 14px;
  font-weight: normal;
  display: block;
  color: #fff;
  /*background: #fff;*/
  text-align: left;
  padding: 10px;
  border-radius: 4px;
  text-transform: capitalize;
  letter-spacing: 0px;
}

.menu-new ul li a:hover,
.menu-new ul li:hover > a {
  background-image: -webkit-gradient(linear, left top, right top, from(#3637a4), color-stop(#2c41a8), color-stop(#2149ab), color-stop(#1751ae), to(#0f59af));
  background-image: linear-gradient(to right, #3637a4, #2c41a8, #2149ab, #1751ae, #0f59af);
  color: #fff;
  background: #a41e2d;
}

.menu-new li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.menu-new ul ul {
  left: -270px;
  top: 0px;
  visibility: hidden;
  opacity: 0;
  /*transform: translate(20px, 20px);*/
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.menu-new ul ul .menu-item-has-children:after {
  margin: 0;
}

.menu-new ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu-new li > ul ul:hover {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: #E95546;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.responsive-menu:hover {
  background: #E95546;
  color: #fff;
  text-decoration: none;
}

a.homer {
  background: #FC6D58;
}

/*   .menu-right {
      width:100%;
      text-align:right;
      margin:8px 0 0 0;
      transition:all 0.5s ease-in-out 0s;
  } */
/*end top menu*/
.mobile-logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 200px;
}

.mobile-logo img {
  width: 95px;
  margin-top: -5px;
}

.nav-new.active {
  background: #fff;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

.nav-new.active .logo {
  width: 120px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.nav-new.active .menu-right {
  margin: 10px 0 0 0;
}

@media all and (max-width: 991px) {
  #main-nav {
    display: block;
  }

  #desktop-menu {
    display: none;
  }

  .stellarnav.light.mobile a:nth-child(2) {
    display: none;
  }
}

.top-bar {
  padding: 1.5rem 0 .5rem 0;
}

@media (max-width: 991px) {
  .top-bar {
    margin-top: 70px;
  }
}

.top-bar .top-reports {
  border-radius: 10px;
  padding: 20px 20px 15px 20px;
  -webkit-box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .top-bar .top-reports {
    border-radius: 0px;
  }
}


@media (max-width: 768px) {
  .top-bar .top-reports div {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 1px solid rgba(0, 0, 0, 0.08);
    text-align: center;
  }
}

@media (max-width: 600px) {
  .top-bar .top-reports div {
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: .5rem 0;
    text-align: center;
  }
}

@media (min-width: 769px) {
  .top-bar .top-reports div:last-child {
    border: none;
  }
}

.clients-login a {
  color: #a41e2d !important;
}

/* Navigation Style */
.nav-white {
  background: #fff;
}

.navbar-nav {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-nav .nav-link {
  color: #3f3f40 !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.navbar-brand img {
  width: 100px;
}

@media (max-width: 768px) {
  .navbar-nav .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .navbar-nav .nav-item:last-child {
    border: none;
  }


}

/* Banner Desktop view*/
.banner-area {
  position: relative;
  /*margin-top: 5rem;*/
  margin-top: -70px;
}

@media (max-width: 768px) {
  .banner-area {
    margin-top: 2rem;
  }
}

@media (max-width: 600px) {
  .risk-card .col-sm-6 .body-widget {
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .banner-area {
    margin-top: 0rem;
  }

  #guided-portfolio video, .riskalyze-area video {
    height: 100% !important;
  }

  .contact-area .contact-top {
    margin: 0;
  }

}

@media (max-width: 990px) {
  .banner-area {
    display: none;
  }
}

.banner-area .site-logo {
  position: absolute;
  z-index: 99;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -70px;
}

.banner-area .site-logo img {
  width: 180px;
}

.banner-area .carousel-inner {
  position: relative;
  height: 72vh;
}

.banner-area .carousel-inner .carousel-item {
  height: 100%;
}

.banner-area .carousel-inner .carousel-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top center;
}

.banner-area .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9999;
  text-align: center;
  width: 100%;
  text-shadow: 0 0 15px #000000;
}

.banner-area .banner-content .banner-heading {
  color: white;
  font-family: meisah;
  font-size: 44px;
  letter-spacing: 3px;
}

@media (max-width: 768px) {
  .banner-area .banner-content .banner-heading {
    font-size: 35px;
  }
}

@media (max-width: 600px) {
  .banner-area .banner-content .banner-heading {
    font-size: 25px;
  }
}

.banner-area .banner-content .banner-subheading {
  color: white;
  font-size: 20px;
}

/* Mobile Banner */
.banner-area-mobile {
  display: none;
}

.banner-area-mobile .carousel-inner img {
  width: 100%;
  height: auto;
}

.banner-area-mobile .banner-content {
  background: #a41e2d;
  text-align: center;
  color: white;
  padding: 1.5rem;
}

.banner-area-mobile .banner-content .banner-heading {
  font-size: 25px;
}

@media (max-width: 990px) {
  .banner-area-mobile {
    display: block;
  }
}

.section-heading {
  position: relative;
  text-align: center;
  margin-bottom: 4em;
}

.section-heading h1 {
  font-size: 30px;
  margin-bottom: .5rem;
  text-transform: uppercase;
  color: #283044 !important;
}

.section-heading p {
  font-size: 20px;
  text-align: center !important;
  color: #283044 !important;
}

.section-heading::after {
  width: 50px;
  height: 3px;
  background: #a41e2d;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about-area {
  padding: 2em 0 4em 0;
  position: relative;
}

.about-area p {
  color: #666c7b;
  line-height: 26px;
  text-align: justify;
}

.broken-check-logo {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

@media (max-width: 768px) {
  .about-area p {
    text-align: center;
  }
}

.readmore-btn {
  color: #a41e2d;
  padding: .8rem 1.5rem;
  border: 1px solid #a41e2d;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  position: relative;
  background: #fff;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.readmore-btn::after {
  content: "➝";
  font-size: 18px;
  position: relative;
  top: 2.5px;
  left: 5px;
}

.readmore-btn::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  border: 1px solid #a41e2d;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #fff;
}

.readmore-btn:hover {
  background: #a41e2d;
  text-decoration: none;
  color: #fff;
}

footer {
  background: #12161f;
  font-size: 14px;
  padding: 3rem 0;
  color: #888888;
}

footer a {
  color: #dfdfdf;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 768px) {
  footer {
    text-align: center;
  }
}


/* Home Page End */


.banner-content-new {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.banner-title {
  color: #fff;
  font-family: 'Montserrat-Regular';
  font-size: 36px;
  letter-spacing: 2px;
  padding: 0 0 10px 0;
  margin: 0;
}

/*
.banner-title span {
	color:#af3645;
}*/
.banner-sub-title {
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #fff;
  text-transform: capitalize;
}

.banner-center {
  width: 700px;
  margin: 0 auto;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}

.banner-center1 {
  width: 500px;
  margin: 0 auto;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}

.banner-center2 {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: block;
}

.banner-widget {
  width: 100%;
  padding: 20px;
}

.top-btn {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1.125rem;
  position: relative;
  white-space: normal;
  text-decoration: none;
  /*color: #188942;*/
  margin: 0 0 0 5px;
  vertical-align: middle;
  /*display: inline-flex;*/
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  border: none;
  font-size: 15px;
  letter-spacing: 1px;
  width: 700px;
  margin: 0 auto;
  max-width: 100%;
}

.top-btn:not(.btn-text) {
  max-width: 100%;
  /*width:235px;	
  padding:18px;*/
  border-width: 1px;
  border-style: solid;
  /*border-color: rgba(255, 255, 255, .7);*/
}

.top-btn:not(.btn-text)::after,
.top-btn:not(.btn-text)::before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  border-color: #ac3747 !important;
  transition: width .3s ease, height .3s ease
}

.top-btn:not(.btn-text)::before {
  top: -2px;
  left: -2px;
  border-left: solid 3px;
  border-top: solid 3px
}

.top-btn:not(.btn-text)::after {
  top: -2px;
  right: -2px;
  border-right: solid 3px;
  border-top: solid 3px
}

.top-btn {
  opacity: 1;
}

.top-btn .btn-text {
  border-color: inherit;
  color: inherit;
  font-weight: inherit
}

/*.top-btn:hover::after,
.top-btn:hover::before {
	width: calc(100% + 4px);
	height: calc(100% + 4px)
}*/
.top-btn:hover .btn-text {
  color: #188942;
}

.lpl-broker {
  width: auto;
  position: fixed;
  bottom: 10px;
  border: 1px solid #000;
  right: 10px;
  border-radius: 5px;
}

.inner-slider {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.inner-banner-content {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.inner-banner-title {
  font-size: 35px;
  padding: 0;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.inner-banner-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}

.client-area {
  padding: 4em 0;
}

.client-top {
  width: 100%;
  margin: 20px 0;
}

#client-area p {
  color: #666c7b;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

.client-widget {
  width: 100%;
}

#client-area h5 {
  font-weight: bold;
}

.client-area .client-widget {
  width: 100%;
  height: 95px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  padding: 5px;
  margin-bottom: 20px;
}

.inner-mobile {
  padding: 2em 0;
  background: #a41e2d;
  display: none;
}

.services-area {
  padding: 4em 0 2em 0;
  background: #f9f9f9;
}

.services-repeat {
  width: 100%;
  margin: 0 0 30px 0;
}

.services-widget {
  width: 100%;
  border: 1px solid #b1b1b1;
  background: #fff;
  transition: all 0.5s ease-in-out 0s;
}

.services-widget:hover {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transform: scale(1.02);
}

.service-content {
  width: 100%;
  padding: 15px;
}

.service-link {
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #283044;
  font-weight: normal;
  transition: all 0.5s ease-in-out 0s;
}

.service-link:hover {
  color: #a41e2d;
  text-decoration: none;
}

.service-link:focus {
  outline: none;
  box-shadow: none;
}

.services-title {
  font-size: 25px;
  color: #283044;
  padding: 0 0 20px 0;
  margin: 0;
  font-family: 'Montserrat-Regular';
  text-transform: uppercase;
}

.services-single {
  padding: 4em 0;
}

#services-single p {
  color: #666c7b;
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

#services-single p:last-child {
  padding: 0;
}

#services-single .img-fluid {
  padding: 4px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#services-single .readmore-btn:after {
  display: none;
}

.back-widget {
  width: 100%;
  margin: 30px 0 0 0;
}

.back-widget i {
  font-size: 20px;
  vertical-align: text-bottom;
  margin: 0 5px 0 0;
}

.services-inner {
  width: 100%;
}

.team-img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .19);
  padding: 3px;
}

.team-right {
  width: 100%;
}

.team-area {
  padding: 4em 0;
}

#team-area p {
  color: #666c7b;
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

.team-title {
  font-size: 24px;
  padding: 0 0 10px 0;
  margin: 0;
  color: #283044;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.team-top {
  width: 100%;
  margin: 15px 0 0 0;
}

.team-widget {
  width: 100%;
}

.team-repeat {
  width: 100%;
  margin: 0 0 30px 0;
}

.team-repeat:last-child {
  margin: 0;
}

.team-sub-title {
  font-size: 18px;
  padding: 0 0 10px 0;
  margin: 0;
  color: #4b5672;
}

.form-widget {
  width: 100%;
}

.heading-title {
  font-size: 25px;
  padding: 0 0 5px 0;
  margin: 0;
  text-transform: uppercase;
  color: #283044;
}

.heading-title8 {
  font-size: 20px;
  padding: 0 0 5px 0;
  margin: 0;
  color: #283044;
}

.contact-area {
  padding: 4em 0;
}

.small-divider {
  width: 50px;
  max-width: 100%;
  height: 2px;
  background: #a41e2d;
  margin: 15px 0 0 0;
}

#inner-banner .top-btn {
  width: 500px;
  max-width: 100%;
}

#contact-area p {
  color: #666c7b;
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.form-top {
  width: 100%;
  margin: 30px 0 0 0;
}

.right-map {
  width: 100%;
  background: url(../images/right-bg.jpg) no-repeat right top;
}

.right-widget {
  width: 100%;
  padding: 30px 30px 0 0;
}

#contact-area iframe {
  width: 100%;
  height: 450px;
  border: none;
}

.address-white {
  width: 100%;
  padding: 30px 15px;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
}

.contact-top {
  width: 100%;
  margin: 60px 0 0 0;
}

.address-left, .address-right {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.address-left {
  width: 70px;
  box-sizing: border-box;
}

.address-right {
  width: 200px;
  box-sizing: border-box;
  padding: 0 0 0 15px;
}

.address-widget {
  width: 100%;
}

.address-title {
  font-size: 14px;
  padding: 0 0 10px 0;
  margin: 0;
  color: #a51e2e;
  text-transform: uppercase;
}

.address-icon {
  max-width: 100%;
  display: block;
}

#contact-area p a {
  color: #666c7b;
  transition: all 0.5s ease-in-out 0s;
}

#contact-area p a:hover {
  color: #af3645;
  text-decoration: none;
}

#contact-area p a:focus {
  outline: none;
  box-shadow: none;
}

.site-logo {
  position: relative;
  z-index: 9;
}

.inner-banner {
  margin-top: -70px;
}

#inner-banner .banner-title {
  padding: 0;
}

#inner-banner .banner-sub-title {
  padding: 10px 0 0 0;
}

#contact-area .ninja-forms-field {
  width: 100%;
  height: auto;
  padding: 10px;
  border: 1px solid #d0d0d0;
  background: transparent;
  transition: all 0.5s ease-in-out 0s;
}

#contact-area .ninja-forms-field:hover {
  border: 1px solid #af3645;
}

#contact-area .ninja-forms-field:focus {
  outline: none;
  box-shadow: none;
}

#contact-area .nf-form-fields-required {
  display: none;
}

#contact-area .nf-error.field-wrap .nf-field-element:after {
  display: none;
}

#contact-area textarea {
  resize: none;
  height: 110px !important;
}

#contact-area .nf-field-container {
  margin-bottom: 15px;
}

#nf-field-4 {
  background: #a41e2d !important;
  color: #fff;
  width: 200px !important;
  max-width: 100% !important;
  padding: 10px !important;
  transition: all 0.5s ease-in-out 0s;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
  border: 1px solid #a41e2d !important;
}

#nf-field-4:hover {
  background: #6e0c17 !important;
  color: #fff;
}

#nf-field-4:focus {
  outline: none;
  box-shadow: none;
}

#contact-area label {
  font-weight: normal;
  font-size: 16px;
}

.riskalyze-area {
  padding: 4em 0;
}

.riskalyze-area video {
  width: 700px;
  height: 400px;
  max-width: 100%;
  margin: 0 0 20px 0;
}

.risk-center {
  width: 700px;
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.risk-title {
  font-size: 23px;
  padding: 0;
  margin: 0;
  color: #283044;
}

.risk-top {
  width: 100%;
  margin: 70px 0 0 0;
}

#riskalyze-area p {
  color: #666c7b;
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

#riskalyze-area small {
  color: #666c7b;
  padding: 0;
  margin: 20px 0;
  font-size: 15px;
  display: block;
}

.risk-top2 {
  width: 100%;
  margin: 40px 0 0 0;
}

.heading-title2 {
  font-size: 20px;
  padding: 0 0 10px 0;
  margin: 0;
  text-transform: uppercase;
  color: #283044;
  font-weight: normal;
}

#riskalyze-area i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border: 1px solid #a41e2d;
  border-radius: 50%;
  font-size: 35px;
  margin: 0 0 20px 0;
  color: #a41e2d;
}

.video-widget {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 0 0 70px 0;
}

.video-widget1 {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 0 0 60px 0;
}

.video-widget2 {
  width: 100%;
}

#riskalyze-area .img-fluid {
  width: 100%;
  height: 460px;
  margin: 0 auto;
}

.video-img {
  max-width: 100%;
  display: block;
  margin: 0 auto 40px auto;
  height: 500px;
  object-fit: cover;
}

.riskalyze-widget {
  width: 100%;
}

.team-single {
  padding: 4em 0;
}

#team-single .readmore-btn:after {
  display: none;
}

.back-top {
  width: 100%;
  margin: 20px 0 0 0;
}

.single-social a {
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: all 0.5s ease-in-out 0s;
  display: inline-block;
  background: #12161f;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}

.single-social a:hover {
  text-decoration: none;
  background: #a41e2d;
  color: #fff;
}

.single-social a:focus {
  outline: none;
  box-shadow: none;
  color: #fff;
}

.social-top {
  width: 100%;
  margin: 5px 0 0 0;
}

.number-repeat {
  width: 100%;
  margin: 0;
}

.number-widget {
  width: 100%;
  margin: 20px 0 0 0;
}

#team-single p {
  color: #666c7b;
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

#team-single p a {
  font-size: 16px;
  color: #666c7b;
  transition: all 0.5s ease-in-out 0s;
}

#team-single p a:hover {
  color: #a41e2d;
  text-decoration: none;
}

.number-link i {
  margin: 0 10px 0 0;
}

.back-top i {
  font-size: 20px;
  vertical-align: text-bottom;
}

.top-bar .col-lg-2 {
  max-width: 20%;
  flex: 0 0 20%;
  text-align: center;
}

.top-bar span:fitst-child {
  color: #000;
  display: block;
}

.chart-title {
  font-size: 12px;
  padding: 6px;
  margin: 0;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid #d3d3d3;
}

.lpl-widget {
  width: 100%;
}

.lpl-repeat {
  width: 100%;
  margin: 0 0 35px 0;
  border-bottom: 1px solid #d6d6d6;
  padding: 0 0 45px 0;
}

.lpl-repeat:last-child {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.research-main {
  width: 100%;
}

.research-area {
  padding: 4em 0;
}

.lpl-top {
  width: 100%;
  margin: 10px 0 0 0;
}

#research-area p {
  color: #666c7b;
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 16px;
}

.heading-title3 {
  font-size: 25px;
  padding: 0 0 10px 0;
  margin: 0;
  color: #283044;
  letter-spacing: 1px;
  line-height: inherit;
}

.heading-title4 {
  font-size: 20px;
  padding: 0 0 10px 0;
  margin: 0;
  color: #283044;
  letter-spacing: 1px;
  font-weight: normal;
}

.guided-portfolio {
  padding: 4em 0;
}

.center-main {
  width: 700px !important;
  max-width: 100%;
}

#guided-portfolio iframe {
  width: 700px;
  height: 400px;
  max-width: 100%;
}

#guided-portfolio video {
  width: 700px;
  height: 400px;
  max-width: 100%;
}


#guided-portfolio p {
  color: #666c7b;
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

#guided-portfolio p:last-child {
  padding: 0;
}

.video-top {
  width: 100%;
  margin: 20px 0;
}

.whatever-goals {
  padding: 4em 0;
  background: #f2f2f2;
}

.whatever-widget {
  width: 100%;
  margin: 30px 0 0 0;
}

.whate-repeat {
  width: 100%;
  margin: 0 0 30px 0;
}

.whate-repeat:last-child {
  margin: 0;
}

#whatever-goals i {
  font-size: 50px;
  color: #283044;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

#whatever-goals p {
  color: #666c7b;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

.start-today {
  padding: 4em 0;
}

#start-today p {
  color: #666c7b;
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 16px;
}

#start-today p:last-child {
  padding: 0;
}

.start-content {
  width: 100%;
  margin: 15px 0 0 0;
}

.about-inner {
  padding: 4em 0;
}

#about-inner p {
  color: #666c7b;
  padding: 0 0 15px 0;
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

#about-inner p:last-child {
  padding: 0;
}

.about-widget {
  width: 100%;
}

.bgtext {
  font-size: 25px;
  color: #283044;
  padding: 0 0 20px 0;
  margin: 0;
  font-family: 'Montserrat-Regular';
  display: inline-block;
  line-height: 35px;
}

.right-widget {
  width: 100%;
}

.calculator-btn:hover {
  background: #a41e2d;
  color: #fff;
  transition: all .5s ease;
  text-decoration: none;
  text-decoration: none;
}

.calculator-btn {
  background: #eee;
  padding: 12px 20px;
  text-align: center;
  display: inline-block;
  color: #0e0e0e;
  font-size: 15px;
  letter-spacing: .5px;
  width: 100%;
  margin: 0 0 15px;
  text-transform: uppercase;
}

#cal-area {
  padding: 4em 0 3em 0;
}

.financial-center {
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}

#cal-area .col-sm-6 {
  display: inline-block;
  float: none;
  width: 49.5%;
}

@media all and (max-width: 600px) {
  #client-area .col-sm-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .model-new .close {
    right: 0 !important;
    margin: 15px 0 0 0 !important;
    z-index: 9 !important;
  }

  .guided-portfolio {
    text-align: center;
  }

  .whatever-goals {
    text-align: center;
  }

  .start-today {
    text-align: center;
  }

  .research-area {
    text-align: center;
  }

  #whatever-goals i {
    margin: 0 0 10px 0;
    display: block;
  }

  .banner-title span {
    color: #fff;
  }

  .banner-title {
    font-size: 30px;
  }

  .client-area {
    text-align: center;
  }

  .client-widget {
    margin: 0 0 15px 0;
  }

  .inner-mobile {
    display: block;
  }

  .inner-banner-title {
    font-size: 30px;
  }

  .inner-banner-content {
    display: none;
  }

  .inner-slider {
    height: 300px;
  }

  .inner-banner-overlay {
    display: none;
  }

  #services-area .col-sm-3 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .services-widget:hover {
    transform: scale(1.0);
  }

  .banner-content-new {
    display: none;
  }
}

@media all and (max-width: 768px) {
  #services-single .col-sm-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .top-bar br {
    display: none;
  }

  .top-bar .col-lg-2 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .top-bar .top-reports div {
    border: none;
    padding: 0;
  }

  .stock-widget {
    margin: 0 0 20px 0;
    border-bottom: 1px solid #eee !important;
    padding: 0 0 10px 0 !important;
  }

  #services-single .col-sm-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .services-single {
    text-align: center;
  }

  .services-inner {
    margin: 50px 0 0 0;
  }

}

@media all and (max-width: 991px) {
  #services-area .col-sm-3 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .asset-map img.img1, .map-coners img {
    width: 100% !important;
  }

  .book-widget {
    margin: 0 0 30px 0;
  }

  #contact-area .nf-field-label {
    text-align: left;
  }

  #contact-area .col-sm-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .video-desktop {
    display: none;
  }

  .video-mobile-new {
    display: block !important;
  }

  .video-play a {
    border: 2px solid #12161f !important;
    background: #12161f !important;
  }

  .video-play {
    padding: 0 !important;
  }

  #cal-area .col-sm-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #about-inner .col-sm-7 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .right-widget {
    margin: 10px 0 0 0;
  }

  .about-inner .right-widget {
    padding-right: 0;
  }

  #about-inner .col-sm-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .about-inner {
    text-align: center;
  }

  .top-bar .top-reports {
    margin: 0 0 35px 0;
  }

  #team-single .col-sm-9 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #team-single .col-sm-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #team-single .team-right {
    margin: 30px 0 0 0;
  }

  #team-single .team-img {
    height: auto;
  }

  .team-single {
    text-align: center;
  }

  .riskalyze-widget {
    margin: 0 0 30px 0;
  }

  .video-widget1 {
    padding: 0 0 30px 0;
  }

  #riskalyze-area .readmore-btn {
    margin: 15px auto 0 auto;
    display: block;
    width: 190px;
  }

  .video-widget {
    padding: 0 0 50px 0;
  }

  .risk-top {
    margin: 50px 0 0 0;
  }

  #riskalyze-area .img-fluid {
    margin: 0 auto 20px auto;
  }

  .riskalyze-area {
    padding: 4em 0 3em 0;
  }

  .inner-banner {
    margin: 0;
  }

  .banner-area {
    margin: 0;
  }

  .site-logo {
    display: none;
  }

  #contact-area .col-sm-7 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #contact-area .col-sm-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #contact-area .col-sm-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .address-left, .address-right {
    width: 100%;
    display: block;
  }

  .address-icon {
    margin: 0 auto 15px auto;
  }

  .address-widget {
    margin: 0 0 20px 0;
  }

  .small-divider {
    margin: 15px auto 0 auto;
  }

  .right-map {
    margin: 50px 0 0 0;
  }

  .contact-area {
    text-align: center;
  }

  #team-area .col-sm-3 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #team-area .col-sm-9 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .team-area {
    text-align: center;
  }

  #team-area .team-img {
    height: auto;
    margin: 0 0 25px 0;
  }

  #riskalyze-area .col-sm-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  #riskalyze-area .col-sm-8 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}


.page-id-608 .service-content {
  min-height: 115px;
}

.page-id-27 .service-content {
  min-height: 90px;
}


.video-play a {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 50%;
  font-size: 20px;
  text-align: center;
  background: #af3645;
}

.video-play a:hover {
  border: 2px solid #12161f;
  background: #12161f;
  color: #fff;
}

.vide-btn {
  width: 100%;
  margin: 15px 0 0 0;
}

.model-new .close {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  background: #af3645;
  padding: 0 !important;
  text-align: center;
  line-height: 32px;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.5s ease-in-out 0s;
}

.model-new .close:hover {
  background: #12161f;
}

.model-new {
  /*background:#fff;*/
  padding-right: 0 !important;
}

.model-new .modal-header {
  border: none;
  padding: 0;
}

.model-new .modal-content {
  border: none;
  padding: 0;
}

.model-new .close i {
  font-size: 16px;
  color: #fff;
}

.model-new iframe {
  width: 670px;
  max-width: 100%;
  height: 400px;
  border: none;
}

#riskalyze-area .heading-title {
  padding: 0 0 20px 0;
}

.video-new-widget {
  width: 100%;
}

.video-play {
  padding: 0 0 30px 0;
}

.video-desktop {
  width: 100%;
}

.video-mobile-new {
  width: 100%;
  display: none;
}

.model-new video {
  width: 100%;
}

.model-new video:focus {
  width: 100%;
  outline: none;
  box-shadow: none;
}

.book-now a {
  width: 200px;
  padding: 10px;
  background: #a41e2d;
  font-size: 16px;
  letter-spacing: 0.5px;
  display: inline-block;
  color: #fff;
  transition: all 0.5s ease-in-out 0s;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}

.book-now a:hover {
  background: #6e0c17;
  color: #fff;
  text-decoration: none;
}

.book-now a:focus {
  background: #6e0c17;
  color: #fff;
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.book-widget {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 40px;
  line-height: inherit;
}

.page-id-57 .banner-title {
  font-size: 30px;
}

#services-single ul {
  list-style: none;
}

#services-single ul {
  list-style: none;
  margin: 0 0 0 -38px;
}

#services-single li {
  color: #666c7b;
  line-height: 26px;
  padding: 0 0 5px 25px;
  margin: 0;
  text-align: justify;
  background: url(../images/bullet-arrow.png) no-repeat 0 5px;
}

.riskalyze-widget img {
  margin: 15px 0;
  height: 135px;
}

.con-map iframe {
  width: 100%;
  height: 450px;
  border: none;
  margin-bottom: -10px;
}


.menu-widget {
  width: 100%;
  display: none;
}

.desktop-widget {
  width: 100%;
}

.nav-new.active .menu-widget {
  display: block;
}

.nav-new.active .desktop-widget {
  display: none;
}

.logo-active {
  width: 100px;
  display: block;
  margin: 5px 0;
}

.nav-new.active .menu-new {
  display: inline-block;
  padding-left: revert;
}

.nav-new.active .menu-new li a {
  font-size: 13px;
  padding: 20px 5px;
}

.nav-new.active .menu-new ul li a {
  padding: 10px;
}

.nav-new.active .menu-right {
  padding: 0 0 0 0px;
}

.carousel-indicators {
  bottom: 10px;
}

.disclaimer {
  width: 100%;
  padding: 0 0 25px 0;
  margin: 0 0 40px 0;
  border-bottom: 1px solid #434343;
}


.risk-card .col-sm-12 {
  margin-bottom: 20px;
}

.risk-card h3.risk-title {
  margin: 30px 0;
  display: block;
  font-size: 25px;
}

.risk-card .col-sm-6:nth-child(1) .body-widget {
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 10px;
  color: #666c7b;
}

.risk-card a.readmore-btn {
  float: right;
}


.page-id-868 .services-widget {
  border: 0px;
}

.page-id-868 .col-sm-3:nth-child(1) .service-content {
  background-color: #ffffff;

  background-size: cover;
  height: 150px;
  position: relative;
}

.page-id-868 .service-content {
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
}

.page-id-868 .service-content::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}

.page-id-868 .service-content .body-widget {
  position: relative;
}

.page-id-868 .service-link {
  font-size: 18px;
  padding: 0;
  margin: 0;
  color: #fff;
  transition: all 0.5s ease-in-out 0s;
  font-weight: 600;
}

.page-id-868 .col-sm-3:nth-child(2) .service-content {
  background-color: #cc5577;

  background-size: cover;
}

.page-id-868 .service-content {
  background-color: #8dee77;

  background-size: cover;
}

.page-id-868 a.service-link:hover {
  color: #fff;
}

.page-id-868 .service-content:hover a {
  font-size: 19px
}

.m-top {
  margin-top: 50px;
}

.services-repeat .services-widget img {
  min-height: 240px;
  object-fit: cover;
}

#team-area .number-widget p {
  padding: 0 0 5px;
}

.number-widget p a {
  font-size: 16px;
  color: #666c7b;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .menu-new li a {
    padding: 20px 5px;
    font-size: 14px;
  }

  .nav-new.active .menu-new li a {
    font-size: 12px;
    padding: 20px 5px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .mainWrap {
    width: 768px;
  }

  .menu-new ul {
    top: 37px;
  }

  .menu-new li a {
    font-size: 12px;
  }

  a.homer {
    background: #E95546;
  }
}

@media (max-width: 767px) {
  .mainWrap {
    width: auto;
    padding: 50px 20px;
  }

  .menu-new {
    display: none;
  }

  .responsive-menu {
    display: block;
  }

  .nav-new {
    margin: 0;
    background: none;
  }

  .menu-new li {
    display: block;
    margin: 0;
  }

  .menu-new li a {
    background: #fff;
    color: #797979;
  }

  .menu-new li a:hover,
  .menu-new li:hover > a {
    background: #FC6D58;
    color: #fff;
  }

  .menu-new ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: initial;
    transform: initial;
  }

  .menu-new li:hover > ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    -webkit-transform: initial;
    transform: initial;
  }

  .menu-new li > ul ul:hover {
    -webkit-transform: initial;
    transform: initial;
  }
}

@media all and (max-width: 480px) {
  .inner-slider {
    height: 200px !important;
  }

  .inner-banner {
    margin-top: 80px !important;
  }
}
