@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600&display=swap");
@font-face {
  font-family: 'LineIcons';
  src: url("fonts/LineIcons.eot?y2l643");
  src: url("fonts/LineIcons.eot?y2l643#iefix") format("embedded-opentype"), url("fonts/LineIcons.ttf?y2l643") format("truetype"), url("fonts/LineIcons.woff?y2l643") format("woff"), url("fonts/LineIcons.svg?y2l643#LineIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Work Sans', sans-serif;
}

a, a:link, a:visited, a:active, a:hover, button, input, select, textarea, i {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

input, select, textarea {
  width: 100%;
  outline: none;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

img {
  max-width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.comnpadding {
  padding: 50px 0;
}

.light_bg {
  background: #fff4e5;
}

.comntitle {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  color: #4c596c;
  text-transform: capitalize;
  font-weight: 500;
}

.comntitle::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #F7882F;
  display: block;
  margin: 12px auto 0;
}

.comntitle span {
  display: block;
  font-size: 18px;
  color: #F7882F;
}

p {
  font-size: 16px;
  color: #4c596c;
}

mark {
  color: #f7882f;
  padding: 0;
  background: none;
}

.style1 {
  margin: 0;
}

.style1 li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  font-size: 16px;
}

.style1 li::before {
  content: "\f046";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  left: 0;
  color: #F7882F;
}

.comnBTN {
  background: #F7882F;
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  display: inline-block;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 16px;
  border-radius: 5px;
  border: none;
}

.comnBTN:hover {
  background: #4c596c;
  color: #fff;
}

header {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 2;
}

.navbar {
  padding: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px;
  margin-left: 20px;
  position: relative;
}

.navbar-light .navbar-nav .nav-link::before {
  content: "";
  width: 0;
  height: 3px;
  background: #F7C331;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.navbar-light .navbar-nav .nav-link:hover::before {
  width: 100%;
}

.navbar-light .navbar-nav li.nav-item.active .nav-link::before {
  width: 100%;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
  background: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: #4c596c;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  padding: 0;
  background: #dcc7aa;
  border: none;
}

.home_baner_bg {
  background: url("images/banner.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

.about_baner_bg {
  background: url("images/aboutus.jpg");
  background-repeat: no-repeat;
  background-position: center;
}

.inner_banner {
  position: relative;
  height: 425px;
}

.inner_banner::before {
  content: "";
  background: #4c596c;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.7;
}

.inner_banner .shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
  color: #fff !important;
  overflow: hidden;
  z-index: 1;
}

.inner_banner .shape svg {
  -webkit-transform: scale(2);
  transform: scale(2);
  width: 100%;
  height: auto;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.inner_banner .bannerlink {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  width: 800px;
  margin: auto;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.inner_banner .bannerlink h1 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 90px;
}

.inner_banner .bannerlink h1::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 12px auto 0;
}

.inner_banner .bannerlink p {
  color: #fff;
}

.inner_banner .bannerlink aside {
  margin-top: 25px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inner_banner .bannerlink aside a {
  color: #4c596c;
  background: #fff;
  display: block;
  text-align: center;
  width: 23%;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px 10px;
  border-radius: 10px;
  font-weight: 500;
  -webkit-box-shadow: 0 0 10px #4c596c inset;
          box-shadow: 0 0 10px #4c596c inset;
}

.inner_banner .bannerlink aside a img {
  display: block;
  margin: 0 auto 10px;
}

.inner_banner .bannerlink aside a:hover {
  background: #fff4e5;
}

.banner {
  position: relative;
  height: 800px;
}

.banner::before {
  content: "";
  background: #4c596c;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.95;
}

.banner .shape {
  position: absolute;
  pointer-events: none;
  right: 0;
  bottom: -2px;
  left: 0;
  color: #fff !important;
  overflow: hidden;
  z-index: 1;
}

.banner .shape svg {
  -webkit-transform: scale(2);
  transform: scale(2);
  width: 100%;
  height: auto;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.banner .bannerlink {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 150px;
  width: 800px;
  margin: auto;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.banner .bannerlink h1 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.banner .bannerlink h1::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #fff;
  display: block;
  margin: 12px auto 0;
}

.banner .bannerlink p {
  color: #fff;
}

.banner .bannerlink aside {
  margin-top: 25px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner .bannerlink aside a {
  color: #4c596c;
  background: #fff;
  display: block;
  text-align: center;
  width: 23%;
  font-size: 20px;
  text-transform: uppercase;
  padding: 20px 10px;
  border-radius: 10px;
  font-weight: 500;
  -webkit-box-shadow: 0 0 10px #4c596c inset;
          box-shadow: 0 0 10px #4c596c inset;
}

.banner .bannerlink aside a img {
  display: block;
  margin: 0 auto 10px;
}

.banner .bannerlink aside a:hover {
  background: #fff4e5;
}

/*================================ 
    Insurance Quote Css Start
================================*/
.Insurance_Quote {
  padding: 80px 0;
}

.Insurance_Quote_img {
  position: absolute;
  bottom: 0px;
  padding-right: 30px;
}

.Insurance_Quote_text .section-title {
  margin: 0px auto 25px;
}

.Insurance_Quote_text .get-quote-form .form-group {
  margin-bottom: 20px;
}

.Insurance_Quote_text {
  overflow: hidden;
}

.Insurance_Quote_text .nav-tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
  line-height: 1;
  border: none;
}

.Insurance_Quote_text .nav-tabs li {
  display: inline-block;
  cursor: pointer;
  margin: 0 20px;
  font-weight: 600;
}

.nav-tabs .nav-link {
  border: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-size: 18px;
  color: #4c596c;
  padding: 0 0 5px 0;
  border-bottom: 2px solid transparent;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent;
}

.nav-tabs .nav-link.active {
  color: #F7882F;
  border-bottom: 2px solid #F7882F;
  padding-bottom: 5px;
  background: none;
}

select {
  width: 100%;
  border-radius: 0;
  height: 50px;
  padding: 5px 20px;
  border: 1px solid #dbdbdb;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("images/down-arrow.png") no-repeat #fff;
  background-position: 98% center;
}

input.form-control {
  width: 100%;
  border-radius: 0;
  height: 50px;
  padding: 5px 20px;
  border: 1px solid #dbdbdb;
}

input.form-control:focus,
select:focus {
  border: 1px solid;
  border-color: #F7882F;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.tab-content button {
  width: 100%;
}

.get-quote-form button {
  margin-top: 0;
}

.get-quote-form .from-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.faq ul, .faq p {
  margin: 0;
}

.faq li {
  margin: 20px 0;
}

.faq .media h5 {
  font-size: 18px;
  font-weight: 500;
}

.faq .media p {
  font-size: 15px;
}

.faq .media i {
  font-size: 18px;
  margin-right: 15px;
  margin-top: 5px;
  color: #F7882F;
}

.Our_Clients .reviewbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Our_Clients .reviewbox .review_img {
  margin-right: 25px;
}

.Our_Clients .reviewbox .review_img img {
  height: 50px;
  width: 50px;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}

.Our_Clients .reviewbox .review_text {
  width: 78%;
  -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
          box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
  border-radius: 6px !important;
  padding: 15px;
  position: relative;
}

.Our_Clients .reviewbox .review_text::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  margin-left: 13px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 8px solid #3c4858;
  border-color: transparent #ffffff #ffffff transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-shadow: 2px 2px 2px -1px rgba(60, 72, 88, 0.15);
  box-shadow: 2px 2px 2px -1px rgba(60, 72, 88, 0.15);
}

.Our_Clients .reviewbox .review_text .rating {
  color: #F7882F;
}

.Our_Clients .reviewbox .review_text aside {
  color: #F7882F;
  font-size: 16px;
}

.Our_Clients .reviewbox .review_text aside small {
  color: #4c596c;
}

#Client_review .item {
  padding: 15px 0;
}

#Client_review .owl-dots {
  text-align: center;
  margin-top: 20px;
}

#Client_review .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

#Client_review .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #F7882F;
  opacity: 0.5;
  display: block;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

#Client_review .owl-dots .owl-dot.active span,
#Client_review .owl-dots.active .owl-dot:hover span {
  background: #F7882F;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  opacity: 1;
}

footer {
  background: #4c596c;
  color: #fff;
  padding: 50px 0;
}

footer .logo {
  margin-bottom: 15px;
  display: inline-block;
}

footer p {
  color: #fff4e5;
}

footer h6 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #F7C331;
  font-size: 20px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}

footer .ftsocial a {
  color: #4c596c;
  background: #F7C331;
  font-size: 18px;
  width: 40px;
  line-height: 40px;
  margin-right: 5px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

footer li a {
  color: #fff;
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
}

footer li a:hover {
  color: #F7C331;
}

.ftcontact .color {
  color: #F7C331;
  margin: 7px 0px 0;
  font-weight: 700;
}

.breadcrumb {
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: -25px;
  z-index: 1;
  -webkit-box-shadow: 0 0 5px #d1d1d1;
          box-shadow: 0 0 5px #d1d1d1;
}

.breadcrumb li {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.breadcrumb li a {
  color: #4c596c;
}

.breadcrumb .breadcrumb-item.active {
  color: #F7882F;
}

.blog_content h3 {
  margin-bottom: 20px;
  font-size: 25px;
}

.blog_content blockquote {
  position: relative;
  margin: 30px 0;
  background: #fff4e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog_content blockquote p {
  font-weight: 600;
  font-size: 18px;
  color: #4c596c;
  padding: 15px;
  margin: 0;
}

.blog_content blockquote i {
  font-size: 93px;
  color: #F7882F;
  border-right: 2px solid #F7882F;
  padding: 0 20px;
}

.blog_form {
  background: url("images/car.jpg") no-repeat;
  padding: 220px 30px 30px 30px;
  background-color: #0a173f;
  -webkit-box-shadow: 0 0 10px #e2e2e2;
          box-shadow: 0 0 10px #e2e2e2;
  border-radius: 10px;
  background-size: 100% 200px;
}

.blog_form form {
  position: relative;
}

.blog_form form i {
  position: absolute;
  top: -50px;
  font-size: 30px;
  color: #fff;
  background: #0a173f;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 5px solid #2ab5be;
}

.blog_form strong {
  text-transform: capitalize;
  font-size: 30px;
  text-align: center;
  display: table;
  margin: 0 auto 12px;
  color: #fff;
  /*border-bottom: 3px solid;*/
}

.blog_form strong:after {
  content: "";
  width: 70px;
  height: 3px;
  background: #fff;
  display: block;
  margin: 5px auto 0;
}

.blog_form p {
  text-transform: capitalize;
  font-size: 20px;
  text-align: center;
  color: #12bec8;
  margin-bottom: 15px;
}

.blog_form input {
  height: 50px;
  border: 1px solid #2ab5be;
  padding: 5px 10px 5px 35px;
}

.blog_form button {
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  background: #2ab5be;
  color: #fff;
  font-weight: bold;
}

.blog_form {
  background: url("images/car.jpg") no-repeat;
  padding: 220px 30px 30px 30px;
  background-color: #4c596c;
  -webkit-box-shadow: 0 0 10px #e2e2e2;
          box-shadow: 0 0 10px #e2e2e2;
  border-radius: 10px;
  background-size: 100% 200px;
}

.blog_form form {
  position: relative;
}

.blog_form form i {
  position: absolute;
  top: -50px;
  font-size: 30px;
  color: #fff;
  background: #4c596c;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 5px solid #F7C331;
}

.blog_form strong {
  text-transform: capitalize;
  font-size: 30px;
  text-align: center;
  display: table;
  margin: 0 auto 12px;
  color: #fff;
  /*border-bottom: 3px solid;*/
}

.blog_form strong:after {
  content: "";
  width: 70px;
  height: 3px;
  background: #fff;
  display: block;
  margin: 5px auto 0;
}

.blog_form p {
  text-transform: capitalize;
  font-size: 20px;
  text-align: center;
  color: #F7C331;
  margin-bottom: 15px;
}

.blog_form input {
  height: 50px;
  border: 1px solid #F7C331;
  padding: 5px 10px 5px 35px;
}

.blog_form button {
  border: none;
  font-size: 16px;
  text-transform: uppercase;
  background: #F7C331;
  color: #4c596c;
  font-weight: bold;
}

.blog_form button:hover {
  background: #F7882F;
  color: #fff;
}

.zip {
  position: relative;
  margin-bottom: 20px;
}

.zip::before {
  content: "\f041";
  font-family: fontawesome;
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 28px;
  color: #F7C331;
}

.FAQ h2 {
  font-size: 30px;
  margin-bottom: 25px;
}

.card {
  border: none;
}

.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
  cursor: pointer;
  position: relative;
}

.card-body {
  padding: 5px 25px;
}

a.card-title {
  color: #1a1a1a;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding-left: 30px;
  margin-bottom: 20px;
}

.accordion .card-header::before {
  /* font-family: 'FontAwesome';  
    content: "\f068"; */
  font-family: 'lineicons';
  content: "\eb2c";
  position: absolute;
  left: 0;
  top: 0;
  color: #F7882F;
  font-size: 14px;
}

.accordion .card-header.collapsed::before {
  /* symbol for "collapsed" panels */
  content: "\eb53";
}

.Insurance_Quote {
  padding: 30px 15px;
  background: #fff4e5;
  margin: 30px 0;
}

.list_view {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.list_view ul {
  margin-top: -120px;
  padding: 35px;
  box-shadow: 0 0 10px #cdcdcd;
  -webkit-box-shadow: 0 0 10px #cdcdcd;
}

.list_view ul li {
  position: relative;
  border: 1px solid #9e9e9e;
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.list_view li span {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  z-index: 1;
  text-align: center;
  width: 30px;
  line-height: 30px;
  height: 30px;
}

.list_view li span:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 55px solid #F7882F;
  border-right: 55px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.list_view ul.style1 {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.list_view .style1 li {
  padding: 0 0 0 25px;
  border: none;
  margin-bottom: 5px;
  position: relative;
}

.list_view .style1 li::before {
  content: "\f00c";
  font-family: fontawesome;
  position: absolute;
  top: 0;
  left: 0;
  color: #F7882F;
}

.list_text {
  padding: 0 20px;
}

.list_text h3 {
  font-size: 18px;
  border-bottom: 1px solid;
  color: #F7882F;
  padding-bottom: 5px;
}

.list_button a {
  text-transform: uppercase;
  background: #F7882F;
  color: #fff;
  padding: 10px 10px;
  font-weight: 700;
  display: block;
}

.list_img,
.list_button {
  width: 15%;
}

.list_text {
  width: 70%;
}

.tiny-footer 
{ background-color: #4c596c; 
display: block;
text-align:center;
padding: 50px 10px 0px 10px;
bottom:0;
width:100%;
height:40px;
}

/*# sourceMappingURL=style.css.map */