@import url("https://fonts.googleapis.com/css?family=Muli:300,400,500,600,700,800");
/* Sass Variables */
/* Fonts */
.medium {
  font-weight: 600;
  color: #4c395a;
}

/* padding and spaces */
.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-b-margin {
  margin-bottom: 0 !important;
}

.p80 {
  padding: 80px 0;
}

.p50 {
  padding: 50px 0;
}

.p40 {
  padding: 40px 0;
}

.m50 {
  margin: 50px 0;
}

.m30 {
  margin: 30px 0;
}

.p30 {
  padding: 30px 0;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb100 {
  padding-bottom: 100px;
}

.p100 {
  padding: 100px 0;
}

.m100 {
  margin: 100px 0;
}

.pt80 {
  padding-top: 80px;
}

.gray-bg {
  background: url(../../images/bg/2.png);
  border: 1px solid #f7f7f7;
}

.box {
  -webkit-box-shadow: 0 15px 30px rgba(43, 65, 38, 0.06);
          box-shadow: 0 15px 30px rgba(43, 65, 38, 0.06);
  text-align: left;
  border-radius: 10px;
  padding: 40px 25px;
  border: 1px solid #f3f3f3;
}

.box h5 {
  margin-bottom: 20px;
  font-weight: 600;
}

.box p {
  font-size: 16px;
  line-height: 28px;
}

.box a {
  padding-top: 30px;
  color: #4daa6c;
  display: block;
}

.box a i {
  position: relative;
  top: 1px;
  padding-left: 5px;
}

.red-c {
  color: #4daa6c;
}

/* Buttons */
.btn {
  border-radius: 3px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.btn:hover {
  color: #ffffff !important;
}

.btn:focus {
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

.btn-simple-light {
  color: #ffffff;
  padding: 0 !important;
  margin: 0 !important;
  height: 0 !important;
  text-align: left;
  width: auto;
}

.btn-simple-light:hover {
  color: #ffffff !important;
  letter-spacing: .5px;
}

.btn i {
  padding-left: 10px;
  position: relative;
  top: 1px;
}

.btn-large {
  font-size: 18px;
  font-weight: 600;
  width: 210px;
  height: 60px;
  line-height: 49px;
}

.btn-large:hover {
  width: 220px;
}

.btn-small {
  font-size: 15px;
  font-weight: 600;
  width: auto;
  height: 45px;
  padding-left: 35px;
  padding-right: 35px;
  line-height: 28px;
}

.btn-small:hover {
  padding-right: 35px;
  padding-left: 35px;
}

.btn-medium {
  font-size: 15px;
  font-weight: 600;
  width: 210px;
  height: 50px;
  line-height: 35px;
}

.btn-medium:hover {
  width: 220px;
}

.btn-gray {
  background: #eff5f4;
  color: #ffffff;
  border: 1px solid #f0f0f0;
}

.btn-white {
  background: #ffffff;
  color: #868799;
}

.btn-white:hover {
  color: #868799 !important;
}

.btn-red {
  background: #4daa6c;
  color: #ffffff;
}

.btn-outline-light {
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-outline-light:hover {
  color: #5a5a75 !important;
}

.btn-outline-dark {
  border: 1px solid #b8d0d3;
  color: #868799;
}

.btn-dark-gray {
  background: #6a6e79;
  color: #ffffff;
}
.blog-posts {
  background: #f6f6f6;
  padding: 70px 0;
}
.blog-posts h4 {
  margin:10px 0 15px 0;
}
.blog-posts .post {
  margin:0 40px 0 0;
  padding: 0 10px;
}
.blog-posts .img-container {
  width:100%;
  height: 250px;
}
.blog-posts .img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-dark-gray:hover {
  color: #fff;
}

.btn-dark {
  background: #494855;
  color: #ffffff;
}

.btn-red:hover {
  color: #ffffff;
}

.btn-m-w {
  width: 170px;
}

.btn-m-w:hover {
  width: 180px;
  background: #494855;
}

.submitmessage {
  width: 700px;
  padding: 50px 30px;
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  top: 200px;
  background: #eff5f4;
}

.submitmessage p {
  margin-top: 30px;
}

/* General Style */
h1,
h2,
h3,
h4,
h5,
li,
p,
a,
ul {
  margin: 0;
  padding: 0;
}

a,
p,
li,
small {
  color: #868799;
  list-style: none;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

a:hover {
  text-decoration: none;
  color: #4daa6c !important;
}

h1 {
  color: #4c395a;
  font-weight: 800;
}

h4 {
  font-size: 22px;
  font-weight: 700;
  color: #4c395a;
}

h2 {
  font-size: 33px;
  font-weight: 800;
  color: #4c395a;
}

h3 {
  font-size: 26px;
  font-weight: 800;
  color: #4c395a;
}

h5 {
  font-size: 18px;
  font-weight: 600;
  color: #4c395a;
}

body {
  font-family: "Muli";
  display: block;
}

.custom-container {
  max-width: 1300px;
  padding: 0 20px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .top_bar {
    display: none;
  }
}
.page-header {
  padding: 70px 0;
  background-size: cover !important;
}

.page-header .buttons {
  margin-top: 25px;
}

.page-header.car-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/car.jpg) center;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/car.jpg) center;
}

.page-header.home-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/home.jpg) center;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/home.jpg) center;
}

.page-header.motor-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/motorcycle.jpg) center;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/motorcycle.jpg) center;
}

.page-header.boat-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/boat.jpeg) center;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/boat.jpeg) center;
}

.page-header.business-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/business.jpg) top;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/business.jpg) top;
}

.page-header.fire-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/fire.jpg) center;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/fire.jpg) center;
}

.page-header.contractors-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/contractors.jpg) center;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/contractors.jpg) center;
}

.page-header.bop-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/bop.jpg) center;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/bop.jpg) center;
}

.page-header.builders-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/builders.jpg) center;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/builders.jpg) center;
}

.page-header.renters-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/renters.JPG) center;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/renters.JPG) center;
}

.page-header.flood-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/flood.jpg) center;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/flood.jpg) center;
}

.page-header.commercial-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/commercial.jpeg) center;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/commercial.jpeg) center;
}

.page-header.personalumbrella-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/umbrella.jpg) top;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/umbrella.jpg) top;
}

.page-header.workers-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/workers.JPG) center;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/workers.JPG) center;
}

.page-header.commercialauto-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/commercialauto.jpg) center;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/commercialauto.jpg) center;
}

.page-header.excess-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/excess.jpg) center;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/excess.jpg) center;
}

.page-header.general-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/general.jpg) center;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/general.jpg) center;
}

.page-header.inland-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/marine.jpg) center;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/marine.jpg) center;
}

.page-header.property-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/property.jpg) center;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/property.jpg) center;
}

.page-header.reinsurance-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/reinsurance.jpg) center;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/reinsurance.jpg) center;
}

.page-header.surety-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/surety.jpg) center;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/surety.jpg) center;
}

.page-header.third-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/third.jpg) center;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/third.jpg) center;
}

.page-header.speciality-insurace {
  background: -webkit-gradient(linear, left top, right top, from(rgba(85, 91, 121, 0.5)), to(rgba(81, 67, 112, 0.2))), url(../../images/bg/specility.jpg) center;
  background: linear-gradient(to right, rgba(85, 91, 121, 0.5), rgba(81, 67, 112, 0.2)), url(../../images/bg/specility.jpg) center;
}

.page-header .page-title {
  width: 600px;
  -webkit-backdrop-filter: blur(3px) !important;
          backdrop-filter: blur(3px) !important;
  background-color: rgba(255, 255, 255, 0.88) !important;
  padding: 30px;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}

.page-header .page-title h2 {
  margin-bottom: 20px;
}

.page-header .page-title h5 {
  margin-bottom: 25px;
}

.page-header .page-title p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #65576F;
}

.page-header .page-title li {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  color: #65576F;
}

.page-header .page-title li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #4daa6c;
  padding-right: 5px;
  padding-top: 4px;
}

.page-header .page-title strong {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .page-header {
    padding: 0;
  }
  .page-header .container {
    padding: 0;
  }
  .page-header .page-title {
    -webkit-backdrop-filter: blur(3px) !important;
            backdrop-filter: blur(3px) !important;
    background-color: rgba(44, 49, 40, 0.4) !important;
    padding: 50px 40px !important;
    -webkit-box-shadow: 0 0 0 !important;
            box-shadow: 0 0 0 !important;
  }
  .page-header .page-title h2 {
    color: #ffffff;
  }
  .page-header .page-title p {
    color: #eff5f4;
  }
  .page-header .page-title h5 {
    color: #eff5f4;
  }
  .page-header .page-title ul {
    display: none;
  }
}

.navbar-toggler {
  outline: 0 !important;
}

.quote {
  background: #eff5f4;
  padding: 10px 20px;
  border-radius: 10px;
}

/* Title */
.title {
  text-align: center;
  width: 900px;
  margin: 0 auto 70px auto;
}

.title h2 {
  margin-bottom: 20px;
  font-size: 37px;
}

.title p {
  font-size: 18px;
  line-height: 30px;
}

/* form/input system */
input {
  height: 50px !important;
}

input::-webkit-input-placeholder {
  font-size: 14px;
  color: #6a6e79;
}

input:-ms-input-placeholder {
  font-size: 14px;
  color: #6a6e79;
}

input::-ms-input-placeholder {
  font-size: 14px;
  color: #6a6e79;
}

input::placeholder {
  font-size: 14px;
  color: #6a6e79;
}

.form-control:focus {
  border: 1px solid #ccc !important;
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}

/* Top Bar */
.top_bar {
  height: 30px;
  background: #4daa6c;
  font-size: 13px;
  line-height: 30px;
}

.top_bar p {
  font-size: 13px;
  color: #ffffff;
}

.top_bar a {
  margin-right: 50px;
  color: #868799;
  color: #ffffff;
  font-size: 13px;
}

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

.top_bar a:hover {
  color: #fff !important;
  letter-spacing: .2px;
}

.right-icons .social_icons {
  margin-right: 0;
}

.right-icons .social_icons i {
  border-radius: 2px;
  text-align: center;
  font-size: 13px;
  width: 30px;
  line-height: 30px;
}

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

/* Navbar */
.navbar {
  border-bottom: 1px solid #e8e8eb;
  background: #ffffff !important;
  padding: 20px 0;
}

.navbar .dart-menu {
  width: 900px;
  padding: 30px;
  margin-right: -450px !important;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
}

.navbar .dart-menu h5 {
  font-size: 16px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #4c395a;
  border-bottom: 1px solid #e8e8eb;
}

.navbar .dart-menu h4 {
  color: #4daa6c;
  font-weight: 700;
  margin-top: 20px;
  font-size: 15px;
}

.navbar .dart-menu h4 a {
  color: #4daa6c;
}

.navbar .dart-menu a {
  padding-left: 0;
  -webkit-transition: .15s linear;
  transition: .15s linear;
  color: #868799;
}

.navbar .dart-menu a:hover {
  padding-left: 4px;
  background: transparent;
}

.navbar .custom-nav {
  width: auto;
  margin: 0 auto;
}

.navbar .nav-item .nav-link.btn {
  color: #5a5a75 !important;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
}

.navbar .nav-item .nav-link.btn:hover {
  color: #ffffff !important;
  padding-left: 23px;
  padding-right: 23px;
  background: #6a6e79;
  border-color: transparent;
}

.navbar .nav-item .nav-link {
  margin-right: 35px;
  font-weight: 700;
  -webkit-transition: .2s linear;
  transition: .2s linear;
  color: #5a5a75 !important;
  font-size: 13px;
  text-transform: uppercase;
}

.navbar .nav-item .nav-link:hover {
  color: #4daa6c !important;
}

.navbar .navbar-brand {
  width: 230px;
}

.navbar .nav-item:last-child .nav-link {
  margin-right: 0;
}

.home-header {
  padding: 90px 0 100px;
}

.home-header small {
  font-size: 20px;
}

.home-header .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home-header .form-group .btn-large {
  height: 65px;
  padding-left: 30px;
  padding-right: 30px;
  width: 250px;
  font-size: 16px;
  margin-left: -10px;
  border-radius: 0 5px 5px 0;
}

.home-header .form-group .btn-large:hover {
  background: #4daa6c;
}

.home-header .form-group .form-control {
  background: #eff5f4;
  height: 65px !important;
  width: 410px;
  padding-left: 40px;
}

.home-header .form-group .form-control::-webkit-input-placeholder {
  font-size: 16px;
  color: #868799;
}

.home-header .form-group .form-control:-ms-input-placeholder {
  font-size: 16px;
  color: #868799;
}

.home-header .form-group .form-control::-ms-input-placeholder {
  font-size: 16px;
  color: #868799;
}

.home-header .form-group .form-control::placeholder {
  font-size: 16px;
  color: #868799;
}

.home-header .form-group .form-control:hover {
  cursor: pointer;
}

.home-header .form-group .right-ico {
  position: absolute;
  right: 43%;
  font-size: 24px;
  margin-top: 22px;
  color: #868799;
}

.home-header .form-group .left-ico {
  position: absolute;
  font-size: 15px;
  margin-top: 25px;
  left: 30px;
  opacity: .7;
  color: #868799;
}

.home-header .shadow {
  -webkit-box-shadow: -10px 5px 40px rgba(0, 0, 0, 0.2) !important;
          box-shadow: -10px 5px 40px rgba(0, 0, 0, 0.2) !important;
}

.home-header .tab-content {
  margin-top: 40px;
}

.home-header .nav-tabs {
  border-bottom: 0;
  width: 330px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}

.home-header .nav-tabs .nav-item {
  text-align: center;
  margin: 0 auto;
}

.home-header .nav-tabs .nav-link {
  padding: 0;
  font-size: 15px;
  padding: 20px;
  border: 0 !important;
}

.home-header .nav-tabs .nav-link:hover {
  border: 0 !important;
}

.home-header .nav-tabs .nav-link i {
  color: #c4c3c7;
  font-size: 17px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.home-header .nav-tabs .nav-link.active {
  color: #4daa6c !important;
  background: transparent;
  font-size: 17px;
  font-weight: 700;
}

.home-header .nav-tabs .nav-link.active i {
  color: #4daa6c;
  font-size: 21px;
}

.home-header .img-absolute {
  position: absolute;
  width: 300px;
  bottom: 100px;
  margin-left: -120px;
  z-index: -1;
}

.home-header .img-absolute2 {
  position: absolute;
  width: 200px;
  left: -70px;
  top: 30%;
}

.home-header .main {
  width: 90%;
  position: relative;
  left: 10%;
}

.home-header .img-fluid {
  border-radius: 10px;
}

.home-header h1 {
  font-size: 63px;
  font-weight: 800;
  margin-bottom: 10px;
}

.home-header p {
  font-size: 18px;
  line-height: 30px;
  color: #65576F;
  margin-bottom: 50px;
}

.home-header h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.home-header h6 {
  color: #a4a5a5;
  font-size: 14px;
}

.modal-dialog {
  max-width: 1100px;
  margin: 100px auto;
}

#main-modal .modal-dialog {
  max-width: 800px;
}

#main-modal .modal-dialog a {
  font-weight: 400 !important;
  font-size: 17px;
  line-height: 30px;
}

.modal-header h5 {
  font-size: 22px;
}

.modal {
  -webkit-animation: testing .2s linear;
          animation: testing .2s linear;
}

@-webkit-keyframes testing {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes testing {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal-body {
  text-align: center;
}

.modal-body .modal-title {
  text-align: center;
}

.modal-body hr {
  opacity: .2;
}

.modal-body .category {
  padding: 15px;
  height: 120px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}

.modal-body .category i {
  line-height: 30px;
  font-size: 25px;
  color: #4daa6c;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 100%;
}

.modal-body .category-title i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 26px;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 10px;
  border-radius: 100%;
  background: #4daa6c;
}

.modal-body a {
  font-size: 15px;
  color: #5a5a75;
}

.modal-body .category-title {
  font-size: 17px;
  font-weight: 700;
  color: #4c395a;
  text-align: left;
}

.modal-body ul {
  margin-top: 20px;
  text-align: left;
}

.modal-body ul li {
  margin-bottom: 5px;
}

.modal-body ul a {
  font-weight: 400;
  color: #5a5a75;
  font-size: 15px;
}

.modal-body ul a:hover {
  padding-left: 3px;
  color: #4daa6c;
}

.multi_step_form {
  display: block;
  overflow: hidden;
}

.multi_step_form #msform {
  text-align: center;
  padding: 20px 0px 40px 0px;
  position: relative;
  height: auto;
  max-width: auto;
  margin: 0 auto;
  background: #ffffff;
  z-index: 1;
}

.multi_step_form #msform .form-title {
  margin-bottom: 40px;
  text-align: left;
}

.multi_step_form #msform .form-title h2 {
  margin-bottom: 10px;
  font-size: 30px;
}

.multi_step_form #msform .form-title p {
  font-size: 17px;
}

.multi_step_form #msform .call-us {
  font-size: 17px;
  margin: 20px 0 10px;
  font-weight: 200;
}

.multi_step_form #msform fieldset {
  border: 0;
  padding: 20px 30px;
  position: relative !important;
  width: 100%;
  left: 0;
  text-align: left;
  right: 0;
}

.multi_step_form #msform fieldset:not(:first-of-type) {
  display: none;
}

.multi_step_form #msform fieldset h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.multi_step_form #msform fieldset P {
  margin-bottom: 30px;
}

.multi_step_form #msform fieldset .intl-tel-input {
  display: block;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag {
  padding: 0 20px;
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  width: 65px;
}

.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow {
  border: 0;
}

.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow:after {
  content: "\f35f";
  position: absolute;
  top: 0;
  right: 0;
  font: normal normal normal 24px/7px Ionicons;
}

.multi_step_form #msform fieldset #phone {
  padding-left: 20px;
}

.multi_step_form #msform fieldset .form-control,
.multi_step_form #msform fieldset .product_select {
  border-radius: 3px;
  border: 1px solid #d8e1e7;
  background: #ffffff;
  padding: 0 20px;
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  width: 100%;
}

.multi_step_form #msform fieldset .form-control:hover, .multi_step_form #msform fieldset .form-control:focus,
.multi_step_form #msform fieldset .product_select:hover,
.multi_step_form #msform fieldset .product_select:focus {
  border-color: #4daa6c;
}

.multi_step_form #msform fieldset .form-control:focus.placeholder,
.multi_step_form #msform fieldset .product_select:focus.placeholder {
  color: transparent;
}

.multi_step_form #msform fieldset .form-control:focus:-moz-placeholder,
.multi_step_form #msform fieldset .product_select:focus:-moz-placeholder {
  color: transparent;
}

.multi_step_form #msform fieldset .form-control:focus::-moz-placeholder,
.multi_step_form #msform fieldset .product_select:focus::-moz-placeholder {
  color: transparent;
}

.multi_step_form #msform fieldset .form-control:focus::-webkit-input-placeholder,
.multi_step_form #msform fieldset .product_select:focus::-webkit-input-placeholder {
  color: transparent;
}

.multi_step_form #msform fieldset .product_select:after {
  display: none;
}

.multi_step_form #msform fieldset .product_select:before {
  content: "\f35f";
  position: absolute;
  top: 0;
  right: 20px;
}

.multi_step_form #msform fieldset .product_select .list {
  width: 100%;
}

.multi_step_form #msform fieldset .done_text {
  padding-top: 40px;
}

.multi_step_form #msform fieldset .done_text .don_icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 22px;
  margin-bottom: 10px;
  background: #4daa6c;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}

.multi_step_form #msform fieldset .code_group {
  margin-bottom: 60px;
}

.multi_step_form #msform fieldset .code_group .form-control {
  border: 0;
  border-bottom: 1px solid #a1a7ac;
  border-radius: 0;
  display: inline-block;
  width: 30px;
  font-size: 30px;
  padding: 0;
  margin-right: 7px;
  text-align: center;
  line-height: 1;
}

.multi_step_form #msform fieldset .input-group {
  padding-bottom: 40px;
}

.multi_step_form #msform fieldset .input-group .custom-file {
  width: 100%;
  height: auto;
}

.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label {
  width: 168px;
  border-radius: 5px;
  cursor: pointer;
  font: 700 14px/40px;
  border: 1px solid #99a2a8;
  text-align: center;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label i {
  font-size: 20px;
  padding-right: 10px;
}

.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label:hover, .multi_step_form #msform fieldset .input-group .custom-file .custom-file-label:focus {
  background: #4daa6c;
  border-color: #4daa6c;
  color: #fff;
}

.multi_step_form #msform fieldset .input-group .custom-file input {
  display: none;
}

.multi_step_form #msform #progressbar {
  margin-bottom: 20px;
  overflow: hidden;
}

.multi_step_form #msform #progressbar li {
  list-style-type: none;
  color: #99a2a8;
  font-size: 13px;
  width: calc(100%/3);
  float: left;
  position: relative;
}

.multi_step_form #msform #progressbar li:nth-child(2):before {
  content: "";
  font-weight: 600;
}

.multi_step_form #msform #progressbar li:nth-child(3):before {
  content: "";
  font-weight: 600;
}

.multi_step_form #msform #progressbar li:before {
  content: "";
  font-weight: 600;
  width: 12px;
  height: 12px;
  font-size: 16px;
  line-height: 35px;
  display: block;
  background: #eaf0f4;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}

.multi_step_form #msform #progressbar li:after {
  content: '';
  width: 100%;
  height: 5px;
  background: #eaf0f4;
  position: absolute;
  left: -50%;
  top: 4px;
  z-index: -1;
}

.multi_step_form #msform #progressbar li:last-child:after {
  width: 150%;
}

.multi_step_form #msform #progressbar li.active {
  color: #4daa6c;
}

.multi_step_form #msform #progressbar li.active:before, .multi_step_form #msform #progressbar li.active:after {
  background: #4daa6c;
  color: white;
}

.multi_step_form #msform .action-button {
  border-radius: 3px;
  cursor: pointer;
  width: 47%;
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}

.multi_step_form #msform .action-button:hover, .multi_step_form #msform .action-button:focus {
  background: #4daa6c;
  border-color: #4daa6c;
}

.multi_step_form #msform .first_ {
  width: 100% !important;
}

.multi_step_form #msform .previous_button {
  color: #868799;
  margin-right: 15px;
}

.multi_step_form #msform .previous_button:hover, .multi_step_form #msform .previous_button:focus {
  background: #4daa6c;
  border-color: #4daa6c;
  color: #fff;
}

/*  Insurance Services */
.insurance-services {
  background-size: cover;
  border-top: 5px solid rgba(80, 148, 84, 0.35);
}

.insurance-services .box {
  -webkit-box-shadow: 0 15px 30px rgba(43, 65, 38, 0.06);
          box-shadow: 0 15px 30px rgba(43, 65, 38, 0.06);
  text-align: left;
  border-radius: 10px;
  padding: 40px 25px;
  border: 1px solid #f3f3f3;
  background: #ffffff;
  text-align: center;
}

.insurance-services .box h5 {
  margin-bottom: 20px;
  font-weight: 600;
}

.insurance-services .box p {
  font-size: 16px;
  line-height: 28px;
}

.insurance-services .box a {
  padding-top: 30px;
  color: #4daa6c;
  display: block;
}

.insurance-services .box a i {
  position: relative;
  top: 1px;
  padding-left: 5px;
}

.insurance-services .box a {
  margin: 25px auto 0 auto;
  text-align: center;
  color: #4daa6c;
  font-size: 16px;
  padding: 0;
  font-weight: 700;
}

.insurance-services .box .img-fluid {
  width: 65px;
  color: #6D6D79;
  margin-bottom: 30px;
}

.insurance-services .box .img-absolute {
  width: 120px;
  left: 12%;
  margin-top: -20px;
  z-index: -1;
  position: absolute;
}

/* End of Insurance Services */
/* Section one */
.section1 {
  background: #ffffff;
}

.section1 .custom-container {
  padding: 0;
  border-radius: 10px;
}

.section1 .title {
  margin-top: 60px;
}

.section1 .img {
  background: url(../../images/illustrations/2.svg) top;
  background-size: cover;
  height: 250px;
  border-radius: 5px;
  width: 840px;
  margin: 0 auto;
}

.section1 .btn {
  margin-top: 30px;
}

/* End of section one */
.section3 {
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0)), color-stop(0%, rgba(51, 51, 51, 0))), url(../../images/bg/section33.jpg) center left;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 100%, rgba(255, 255, 255, 0) 100%, rgba(51, 51, 51, 0) 0%), url(../../images/bg/section33.jpg) center left;
  background-size: cover;
  padding: 80px 0;
}

.section3 .right {
  border-radius: 5px;
  -webkit-backdrop-filter: blur(20px) !important;
          backdrop-filter: blur(20px) !important;
  background-color: rgba(77, 170, 108, 0.7) !important;
  padding: 40px 25px;
}

.section3 .right a {
  font-size: 17px !important;
}

.section3 .right h2 {
  color: #ffffff;
  margin-bottom: 15px;
  font-size: 35px;
}

.section3 .right p {
  color: #ebe2e2;
  line-height: 26px;
  font-size: 18px;
}

.section3 .stats {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.section3 .stats h5 {
  color: #f1ebeb;
  font-size: 16px;
}

/* Main categories */
.main-categories {
  background: #eff5f4;
}

.main-categories i {
  font-size: 27px;
  color: #b8d0d3;
  margin: 35px 15px 0 0;
  float: left;
}

.main-categories .text {
  border-right: 1px solid #e8e8eb;
  width: auto;
  padding: 30px 0;
  overflow: hidden;
}

.main-categories .text a {
  font-weight: 400;
  font-size: 17px;
  position: relative;
  bottom: 2px;
  color: #5a5a75;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.main-categories .text a:hover {
  letter-spacing: .3px;
}

.main-categories .text p {
  font-size: 13px;
  opacity: .8;
}

.col-lg-3:last-child .text {
  border-right: 0 !important;
}

/* End of main categories */
.section2 p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
  margin-bottom: 15px;
}

.section2 p::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  color: #4daa6c;
  padding-right: 5px;
  padding-top: 4px;
}

.image {
  height: 380px;
  background: url("../../images/bg/1.jpg") center;
  background-size: cover;
}

.image .text {
  position: absolute;
  right: 20%;
  margin-top: 10%;
  width: 250px;
}

.image .text h4 {
  color: #ffffff;
  font-size: 27px;
}

.image-content .right {
  padding: 50px;
  margin-left: -80px;
}

.image-content .right p {
  font-size: 17px;
}

.image-content .right .fa-quote-right {
  margin-left: 10px;
  opacity: .2;
}

.image-content .right .fa-quote-left {
  margin-right: 10px;
  opacity: .2;
}

.image-content .text {
  width: auto;
  text-align: left;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 40px 30px;
  background: #ffffff;
  margin-top: -100px;
  margin-right: 130px;
}

.image-content .text h3 {
  margin-bottom: 15px;
}

.image-content .text p {
  line-height: 27px;
  margin-bottom: 25px;
}

.sidebar {
  background: #eff5f4;
}

.sidebar li {
  padding: 15px;
}

.sidebar li.active {
  background: #6a6e79;
  color: #ffffff;
}

.sidebar li.active a {
  color: #ffffff;
}

.sidebar-col {
  padding: 0 !important;
}

/** Footer */
footer {
  margin-top: 50px;
}

.social-links a::before {
  display: none;
}

footer a {
  line-height: 30px;
  font-size: 13px;
}

footer a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 11px;
  color: #4daa6c;
  opacity: .6;
  padding-right: 5px;
  padding-top: 4px;
}

footer .to-left {
  position: absolute;
  left: 0;
}

footer .to-right {
  position: absolute;
  right: 0;
}

footer .footer-logo {
  width: 170px;
  margin-left: 20px;
}

iframe {
  border-width: 0;
  border: 0;
}

footer p {
  line-height: 28px;
  font-size: 14px;
}

footer h4 {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
}

.under-footer {
  padding: 13px 0;
  border-top: 1px solid #f0f0f0;
}

.under-footer i {
  width: 30px;
  height: 30px;
  color: var(--paragraph);
  background: var(--gray-darker);
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  border-radius: 3px;
  margin: 0 5px;
  float: right;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

.under-footer i:hover {
  background: var(--navy-light);
  color: var(--gray-darker);
}

/** End of Footer */
iframe {
  border-width: 0;
  border-style: none;
}

.why-us {
  border-top: 1px solid rgba(80, 148, 84, 0.07);
  border-bottom: 5px solid rgba(80, 148, 84, 0.35);
}

.why-us .steps .text {
  -webkit-box-shadow: 0px 20px 50px rgba(15, 9, 41, 0.03);
          box-shadow: 0px 20px 50px rgba(15, 9, 41, 0.03);
  background: #ffffff;
  border: 3px solid rgba(80, 148, 84, 0.06);
  padding: 50px 20px;
  margin: 0 auto;
  text-align: center;
  width: 350px;
  border-radius: 15px;
}

.why-us .steps .text img {
  width: 70px;
  margin-bottom: 20px;
  opacity: .8;
}

.why-us .steps .text h5 {
  margin-bottom: 15px;
  font-size: 22px;
}

.why-us .steps .text:after {
  right: -13%;
  content: url(../../images/icons/1.png);
  position: absolute;
  bottom: 90px;
  display: none;
}

.why-us .last:after {
  display: none !important;
}

.cta {
  background: #4daa6c;
  padding: 50px 0;
}

.cta.header-form input {
  height: 65px !important;
}

.cta h4 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 24px;
}

.cta p {
  color: #ffffff;
}

.cta .text {
  padding-right: 50px;
}

.cta.light {
  background: #eff5f4;
}

.cta.light h4 {
  color: #4c395a;
}

.cta.light p {
  color: #868799;
}

.input-group-text {
  border: 0;
}

.input-group-prepend {
  border-right: 2px solid #f0f0f0 !important;
}

.input-group-text {
  background: #ffffff;
  color: #b8d0d3 !important;
  border: 0;
}

.form-control {
  border: 0;
}

.input-group > .form-control:not(:first-child) {
  border: 0 !important;
}

.small-boxes .boxes {
  text-align: center;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin: 0 10px;
  border: 1px solid transparent;
  background: #ffffff;
  -webkit-transition: .2s;
  transition: .2s;
}

.small-boxes .boxes i {
  color: #4daa6c;
  font-size: 35px;
  margin-bottom: 15px;
}

.small-boxes .boxes h5 {
  font-size: 15px;
}

.small-boxes .boxes:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #4daa6c;
}

.small-boxes .row {
  margin-bottom: 50px;
}

.small-boxes .row:last-child {
  margin-bottom: 0;
}

.contact-form .buttons {
  padding-top: 20px;
}

.contact-form .form-control {
  border: 1px solid #ccc;
}

.contact-form .right-content {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  padding: 60px 25px;
  margin-left: 30px;
}

.contact-form .right-content h4 {
  margin-bottom: 20px;
}

.contact-form .right-content .icon-list {
  margin-bottom: 8px;
}

.contact-form .right-content i {
  color: #4daa6c;
}

.contact-form .title {
  margin-bottom: 40px;
}

.layout .style2 .text-content {
  margin: 10px 0;
}

.layout .style2 .text-content p {
  line-height: 27px;
}

.layout .item.style2 h5 {
  font-weight: 700;
  margin-bottom: 10px;
}

.layout .left {
  width: 570px;
}

.layout .buttons {
  margin-top: 40px;
}

.layout .right-text {
  text-align: left;
  position: relative;
  left: 50px;
}

.layout .layout-title {
  margin-bottom: 50px;
}

.layout .layout-title h2 {
  margin-bottom: 10px;
}

.layout .layout-title h3 {
  margin-bottom: 10px;
}

.layout h4 {
  font-weight: 700;
  margin-bottom: 5px;
}

.layout p {
  font-size: 17px;
  line-height: 30px;
}

.layout .items {
  margin: 30px 0;
}

.layout .text-content {
  margin: 40px 0;
}

.layout .lists i {
  color: #4daa6c;
  font-size: 14px;
  float: left;
  margin: 2px 6px 0 0;
}

.layout .lists .buttons i {
  float: none;
  color: inherit;
}

.layout .lists img {
  float: left;
  margin: 0px 15px 0 0;
  width: 43px;
}

.layout .lists h5 {
  font-size: 17px;
  font-weight: 400;
}

.layout .lists .text-content {
  float: left;
  color: #4daa6c;
  font-size: 15px;
  margin: 2px 10px;
}

.layout .lists .item {
  margin-bottom: 35px;
  overflow: hidden;
}

.layout .lists .item:last-child {
  margin-bottom: 0;
}

.layout .lists .item.style2 {
  margin-bottom: 15px;
}

.layout .img-absolute {
  position: absolute;
  width: 270px;
  top: 60%;
  left: 75%;
}

.layout .layout-img {
  border-radius: 5px;
}

.layout .layout-img.shadow {
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.fade:not(.active) {
  display: none;
}

.hidden-xs {
  display: none;
}

.carousel-nav-icon {
  height: 48px;
  width: 48px;
}
.carousel-item {
  .col, .col-sm, .col-md {
     margin: 8px;
     height: 300px;
     background-size: cover;
     background-position: center center;
  }
}


.partners {
  padding: 50px 0 60px 0;
  background: #f4f6f7;
}
.partners .title {
  margin-bottom: 40px;
}
.partners .partner-logo {
  width:100%;
  height:100px;
  padding: 10px;
  background: #ffffff;
}
.partners .partner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.represent  {
  background: #f7f7f7;
  padding: 70px 0;
}
.represent .logo {
  margin: 0 0 30px 0;
  width:100%;
  height:130px;
  padding: 10px;
  background: #ffffff;
}
.represent .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
/* nothing below this point is needed*/

.dart-menu2 {
    width:250px !important;
    left:0;
}
/*# sourceMappingURL=main.css.map */