@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css');

@import url('https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.min.css');


:root {
  --primary: #fff;
  --body: #fff;
  --secondary: #c12a26;
  --font: #666666;
  --header: #232323;

  --snow_image1: url("/img/templates/159/snowimage1.png");
  --snow_image2: url("/img/templates/159/otherimage/snowimage2.png");
  --snow_image3: url("/img/templates/159/snowimage3.png");
}

html {
  margin: 0;
  padding: 0;
}

body {
  background: var(--body);
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
}

/* .container-fluid {
     max-width: 1500px;
 } */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Nunito Sans", sans-serif;
}

ul {
  list-style: none;
}

a {
  font-family: "Nunito Sans", sans-serif;
  text-decoration: none !important;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

ul.navbar li a {
  color: var(--header);
  /* text-transform: uppercase; */
  position: relative;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  margin-right: 30px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

ul.navbar li:last-child a {
  margin-right: 0;
}

.navbar li a:hover,
.navbar li a.active {
  color: var(--secondary);
}

.sticky_item ul.navbar li a {
  color: #fff;
}
.sticky_item ul.navbar li a:hover {
  color: var(--secondary);
}

.navbar {
  justify-content: center;
  padding: 0;
}

.navWrap {
  background: transparent;
  padding: 20px 0;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  z-index: 99;
}

.sticky section.navWrap {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sticky_item section.navWrap {
  background: #242424f5;
  padding: 10px 0;
  z-index: 999;
  transition: all 0.3s;
  box-shadow: 0px 20px 32px 0px rgba(103, 122.00000000000003, 141, 0.17);
}

.sticky_item section.navWrap ul.navbar li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.navMobile {
  position: fixed;
  top: 0;
  left: 0;
  background: var(--primary);
  width: 100%;
  padding: 15px 15px;
  display: none;
  z-index: 99999;
}

.navMobile .menu_toggle_btn {
  color: var(--secondary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 0px;
  margin-right: 15px;
}

.navWrap .user_action {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-size: 28px;
  font-weight: 600;
}

.logo .fname {
  color: var(--font);
}

.logo .lname {
  color: var(--font);
}

.sticky_item .logo .fname,
.sticky_item .logo .lname {
  color: #fff;
}

.btnTwo_style {
  background-color: var(--secondary);
  color: #fff;
  border: 1px solid var(--secondary);
  outline: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  padding: 9px 20px;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btnTwo_style i {
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.btnTwo_style:hover {
  color: #fff;
  background-color: #232323;
  border: 1px solid #232323;
  outline: none;
  box-shadow: none;
}


.for_mobile {
  display: none !important;
}

.btnTwo_style.call_btn {
  cursor: default;
  white-space: nowrap;
}

.btnTwo_style.call_btn .iaf_topNav_phnIcon{
  display: inline-block;
}


@media screen and (max-width: 1199px) {
  ul.navbar li a {
    margin-right: 15px;
  }

  .call_btn {
    padding: 15px 20px;
    font-size: 14px;
  }
}

@media (max-width:991px) {

  .navWrap,
  .sticky_item section.navWrap {
    position: fixed;
    left: -1000px;
    top: 0;
    background: #33333370;
    z-index: 99999;
    transition: all 0.3s;
    height: 100%;
    width: 100%;
    transition: all 0.3s;
    padding: 0;
  }

  .navWrap_inner {
    width: 80%;
    height: 100%;
    background: var(--header);
    padding: 20px 0;
  }

  section.navWrap.showNav {
    left: 0;
    transition: all 0.3s;
  }

  section.navWrap.showNav>.container {
    max-width: 100%;
  }

  .navMobile i.fa.fa-bars {
    transition: all 0.3s;
  }

  .navMobile i.fa.fa-bars.fa-long-arrow-right {
    transition: all 0.3s;
    transform: rotate(180deg);
  }

  ul.navbar {
    display: block;
    width: 100%;
    margin-top: 0;
  }

  ul.navbar li a {
    display: block !important;
    color: #fff;
    position: relative;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;
    margin-right: 0;
  }

  ul.navbar li {
    padding: 0;
  }

  .navbar li a:hover,
  .navbar li a.active {
    color: var(--secondary);
  }

  .navWrap .col-lg-12 {
    padding: 0;
  }

  .navMobile {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .for_mobile {
    display: block !important;
  }

  .close_menu {
    text-align: right;
  }

  .menu_toggle_btn_two {
    display: inline-block;
    color: #fff;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .menu_toggle_btn_two i {
    font-size: 24px;
  }
  .menu_toggle_btn_two i:hover{
    color: var(--secondary);
  }

  .for_desktop {
    display: none !important;
  }

  .navWrap.showNav::after {
    background: #ddd;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .navWrap.showNav::before {
    background: #ddd;
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .navWrap .user_action {
    align-items: flex-start;
    flex-direction: column;
    padding: 0 20px;
  }

  .logo {
    margin-bottom: 20px;
  }

  .logo .fname {
    color: #fff;
  }

  .logo .lname {
    color: var(--primary);
  }

  .iaf_toggle_wrrow {
    color: var(--secondary);
  }
}

/* Navbar CSS End  */



.animation {
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  background-image: var(--snow_image1), var(--snow_image2), var(--snow_image3);
  left: 0;
  position: fixed;
  background-repeat: repeat;
  z-index: 100000;
  pointer-events: none;
  -moz-animation: snow_animation 10s linear infinite;
  -webkit-animation: snow_animation 10s linear infinite;
  animation: snow_animation 10s linear infinite;
}

@-moz-keyframes snow_animation {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }

  100% {
    background-position: 500px 3000px, 0 400px, 0 300px;
  }
}

@-webkit-keyframes snow_animation {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }

  100% {
    background-position: 500px 3000px, 0 400px, 0 300px;
  }
}

@keyframes snow_animation {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }

  100% {
    background-position: 500px 3000px, 0 400px, 0 300px;
  }
}


/* Hero section Start  */
.hero_section {
  background-image: url('/img/templates/159/hero.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero_section_inner {
  position: relative;
  z-index: 2;
  height: 900px;
}

.hero_details {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.hero_details_inner {
  width: 100%;
}

.hero_sub_header {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  color: var(--secondary);
  font-weight: 600;
  margin: 0 0 24px;
  letter-spacing: 1px;
}

.hero_title {
  color: var(--header);
  font-size: 55px;
  text-transform: unset;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: 0.7px;
}

.user_headline {
  font-size: 20px;
  font-weight: 400;
  margin: 25px auto;
  max-width: 650px;
  color: var(--font);
}

.btnOne_style {
  background-color: var(--secondary);
  color: #fff;
  border: 1px solid var(--secondary);
  outline: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  padding: 9px 20px;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btnOne_style:hover {
  color: #fff;
  background-color: #232323;
  border: 1px solid #232323;
  outline: none;
  box-shadow: none;
}


@media screen and (max-width: 991px) {
  .hero_section_inner {
    height: 800px;
  }
  .hero_details_inner{
    padding-top: 50px;
  }

  .hero_details_inner>.row {
    flex-direction: column-reverse;
    gap: 50px;
  }

  .hero_sub_header {
    font-size: 16px;
  }

  .hero_title {
    font-size: 42px;
  }

  .hero_img {
    text-align: center;
  }
}

@media screen and (max-width: 499px) {
  .hero_sub_header {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .hero_title {
    font-size: 32px;
  }

  .user_headline {
    font-size: 16px;
    margin-top: 15px;
  }
}



/* Hero section end  */


/* Profile Summary Start */
.profile_summary {
  position: relative;
  padding: 60px 0;
  z-index: 2;

  background-image: url('/img/templates/159/summary-banner.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.focused-box {
  background: transparent;
  padding: 40px 20px;
  border: 2px dotted #fff;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 380px;
  overflow: hidden;

  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}


.focused-box-icon {
  margin-bottom: 20px;
}

.focused-box-icon svg {
  width: 60px;
}

.focused-box-content h4 {
  color: #fff;
}

.list-focused-items a {
  color: #fff;
  transition: all ease .3s;
}

.list-focused-items a:hover {
  color: var(--secondary);
}

.focused-box .btn-call {
  background-color: #fff;
  color: var(--secondary);
  border: 1px solid #fff;
  outline: none;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  overflow: hidden;
  padding: 9px 20px;
  text-transform: uppercase;
  border-radius: 5px;
  margin: auto auto 0 auto;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.focused-box .btn-call:hover {
  background-color: var(--header);
  color: #fff;
  border: 1px solid var(--header);
}




/* Profile Summary End */


/* About Start*/
.about_section {
  background: var(--body);
  padding: 80px 0;

  position: relative;
  overflow: hidden;
}

.circle_one.right {
  left: unset;
  right: 15px;
}

.circle_two.right {
  left: unset;
  right: 105px;
}

.circle_three.right {
  left: unset;
  right: 180px;
}

.userShortBio h2 {
  font-size: 36px;
  color: var(--header);
  font-weight: 600;
}

.designation {
  font-size: 16px;
  font-weight: 400;
  color: var(--header);
}

.iaf_name {
  font-size: 24px;
  font-weight: 500;
}

.social_media {
  justify-content: flex-start;
  gap: 4px;
  margin-top: 15px;
}

.social_media li a .svg {
  width: 24px;
  fill: var(--font);
  transition: all 0.3s;
}

.social_media li a svg .st2 {
  fill: var(--font);
}


.social_media li a:hover svg,
.social_media li a:hover svg .st2 {
  opacity: .6;
}


.page_subtitle {
  text-transform: uppercase;
  color: var(--secondary);
  font-size: 18px;
}


.about_desc {
  color: var(--font);
}

.iaf_recommend_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}

#btn-share {
  padding: 8px 10px;
  line-height: 1;
  border-radius: 6px;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: transparent;
  border: 1px solid #ff45455e;
  color: var(--secondary);
  cursor: pointer;
  transition: all .3s ease-in-out;
}

#btn-share:hover, #btn-share:active {
  color: #fff;
  background: var(--secondary);
}


.servicingStates_btnImg .st0 {
  transition: all 0.3s;
}

.servicingStates_btnImg:hover .st0 {
  fill: var(--secondary) !important;
}


/* Verified Seal  */
.verifiedSeal_box {
  transition: all .2s linear;
}

.verifiedSeal_img:hover>img {
  opacity: .8;
}

.verifiedSeal_icon {}

.verifiedSeal_icon .verifiedSeal_img img {
  width: 100%;
  max-width: 22px;
  transition: ease-in-out 0.2s;
  cursor: pointer;
  margin-top: -3px;
}

.recomand_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  gap: 10px 20px;
}

.recomand_box {
  display: flex;
  align-items: center;
  gap: 5px 15px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.recomand_box p {
  margin-bottom: 0;
}

.recomand_box p img {
  margin-right: 5px;
}

.servicingStates_btnImg .svg {
  width: 40px;
}

.servicingStates_btnImg:hover .svg .state_st0,
.servicingStates_btnImg:hover .svg .state_st1 {
  fill: var(--secondary);
}

@media screen and (max-width: 574px) {
  .recomand_row {
    justify-content: flex-end;
  }
}

.agent_img_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: var(--secondary);
  text-align: center;
  border-radius: 10px;
}

.agent_img img {
  width: 100%;
  max-width: 380px;
  border-radius: 10px;
}

.about_details .page_subtitle {
  margin-right: 10px;
}

.single_about_shape {
  position: relative;
}

.single_about_shape_thumb {
  position: absolute;
  bottom: -70px;
  z-index: -1;
  left: -94px;
}

.single_about_shape_thumb img {
  width: 70%;
}

.single_about_signesur_thumb {
  float: left;
}

.single_about_signesur_thumb img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

/*===== bounce-animate ======*/
.bounce-animate {
  animation-name: float-bob;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}



@media screen and (max-width: 991px) {
  .about_section .row {
    gap: 40px;
  }

  .agent_img {
    text-align: left;
    padding: 0;
    background-image: none;
  }

  .agent_img img {
    height: auto;
  }

  .single_about_shape_thumb {
    bottom: -40px;
  }

  .single_about_shape_thumb img {
    width: 60%;
  }
}

/* About End*/


/* What I Do  Start*/

.whatIdo_section {
  background: var(--body);
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}


.whatIdo_section .em_bar {
  margin: 0 auto;
  margin-bottom: 40px;
}

.whatIdo_item_wrap {
  background: var(--secondary);
  border: 1px solid var(--secondary);
  border-radius: 10px;
}

.whatIdo_item_wrap .img_block {
  padding: 10px;
}

.whatIdo_item_wrap .img_block img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.whatIdo_item_wrap.one .img_block img {
  border-radius: 10px 0 0 10px;
}

.whatIdo_item_wrap.two .img_block img {
  border-radius: 0 10px 10px 0;
}

.whatIdo_item_wrap .whatIdo_content {
  padding: 30px;
}


.whatIdo_content .title {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}

.title_block_inner {
  text-align: center;
}

.sub_header {
  display: inline-block;
  padding: 0 20px;
  text-transform: uppercase;
  line-height: 34px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: var(--secondary);
  margin-bottom: 15px;
}


.whatIdo_content .sub_header {
  background: #fff;
  color: var(--secondary);
}

.whatIdo_content p {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 0;
}

.whatIdo_section .hover_box {
  padding-top: 0;
}

.whatIdo_section .hover_box::after {
  content: '';
  width: 200px;
  height: 100px;
  background: #ffffff;
  position: absolute;
  left: -250px;
  right: 0;
  margin: unset;
  bottom: unset;
  z-index: -1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 0 100px 100px 0;
  top: 0;
}

.whatIdo_item_wrap:hover .hover_box::after {
  left: -55px;
  bottom: unset;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


@media screen and (max-width: 991px) {
  .whatIdo_item_wrap .whatIdo_content, .whatIdo_item_wrap .img_block{
    padding: 20px !important;
  }
  .whatIdo_item_wrap.two > .row{
    flex-direction: column-reverse;
  }
  .whatIdo_item_wrap .img_block img {
    border-radius: 10px !important;
  }
}


/* What I Do  End*/


/* Insurance Carriers Start*/

.preferred-insurance-carrier {
  padding-top: 40px;
  padding-bottom: 40px;
  background: var(--primary);
  position: relative;
  overflow: hidden;

}

.preferred-insurance-carrier .header_block {
  width: 60%;
  text-align: center;
  margin: 0 auto 10px;
  overflow: hidden;
}

.preferred_insurance_wrap {
  background-image: url('/img/templates/159/insurance-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px 0 0 30px;
  padding: 100px 40px;
}

.preferred-insurance-carrier .desc {
  color: var(--font);
  font-size: 18px;
  margin-top: 20px;
}

.page_title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: var(--header);
  text-align: center;
}

.carriers-block-item {

  display: block;

  padding: 20px;

  border-radius: 7px;

  height: 100%;

  transition: ease-in-out 0.2s;

  position: relative;

  z-index: 1;

  position: relative;

  background: #fff;

  min-height: 200px;
  max-width: 350px;

}

.carriers-block-item h5 {

  font-weight: 400
}



.carriers-block-item h5 .carrier-name {

  color: var(--secondary);

  cursor: default;

}



.carriers-block-item h5 .carrier-name:hover {

  color: var(--primary);

}



.carriers-block-item p {

  color: #999;

  font-weight: 400;

}



.carriers-block-item ul.list-insurance {

  display: flex;

  flex-wrap: wrap;

  padding: 0;

  margin: 0
}



.carriers-block-item ul li {

  display: inline-flex;

  align-items: center;

  width: 49%;

  padding: 5px 0;

  /*color: var(--body-font-color);*/

  color: var(--dark);

}



.carriers-block-item ul li i {

  color: var(--secondary);

  opacity: 0.7
}



.carriers-block-item ul li svg {

  width: 20px;

  height: 20px;

  margin-right: 5px;

}

.preferred_insurance_wrap .owl-theme .owl-dots,
.preferred_insurance_wrap .owl-theme .owl-nav {
  text-align: left;
  margin-top: 20px !important;
}

.preferred_insurance_wrap .owl-theme .owl-dots .owl-dot span {
  background: #c12a267d;
}

.preferred_insurance_wrap .owl-theme .owl-dots .owl-dot.active span,
.preferred_insurance_wrap .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--secondary);
}


.iaf_newWindowLink_icon {

  --fa-primary-color: var(--font);

  --fa-secondary-color: var(--secondary);

  --fa-primary-opacity: 0.85;

  --fa-secondary-opacity: 0.7;

  cursor: pointer;

  transition: ease-in-out 0.2s;

}



.iaf_newWindowLink_icon:hover {

  --fa-primary-color: var(--secondary);

  --fa-secondary-color: var(--font);

  --fa-primary-opacity: 0.9;

  --fa-secondary-opacity: 1;

}



.see_more {

  display: block;

  text-align: center
}



.see_more .btn-call:before {

  background: #000
}


@media screen and (max-width: 991px) {
  .preferred-insurance-carrier .header_block{
    width: 95%;
  }
  .preferred_insurance_wrap{
    border-radius: 0;
  }
}



/* Insurance Carriers End*/



/* Experience & Accolades Start  */
.experience {
  position: relative;
  background: var(--primary);
  padding: 40px 0;
  overflow: hidden;
}


.experience .em_bar {
  margin: 0 auto;
}

.experience_row {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}

.experience_box {
  flex: 0 32%;
  margin-top: 60px;
}

.experience_box_inner {
  background: var(--body);
  border: 1px solid var(--body);
  text-align: center;
  position: relative;
  padding: 30px;
  padding-top: 90px;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.experience_box_inner:hover {
  border: 1px solid var(--secondary);
}

.experience_box_inner h3 {
  font-weight: 700;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: var(--header);
  padding: 3px 0px 3px 8px;
  text-align: center;
}

.experience_icon {
  color: #fff;
  padding: 15px;
  height: 100px;
  width: 100px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;

  transition: all 0.4s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}

.experience_box_inner:hover .experience_icon {
  transform: rotateY(360deg);
}

.experience_box_inner .details {
  margin-top: 20px;
  text-align: left;
  color: var(--font);
}

.experience_box_inner .details_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #66666659;
  margin-bottom: 4px;
}

.experience_box_inner .degree {
  display: block;
  color: var(--header);
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 600;
}

.experience_box_inner .details .date{
  flex: 0 0 auto;
}

.experience_box_top {
  position: absolute;
  z-index: 2;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}



@media screen and (max-width: 1399px) {
  .experience_row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }

  .experience_box {
    flex: 0 45%;
  }
}

@media screen and (max-width: 991px) {
  .experience_box {
    flex: 100%;
  }

  .experience_desc {
    padding: 0;
  }

  .experience_box_inner::before {
    width: 100%;
  }
}

/* Experience & Accolades End  */

/* Blog Post Start  */

.blog_post {
  padding: 60px 0;
}

.blog_post .desc {
  color: var(--font);
  font-size: 18px;
  max-width: 700px;
  margin: 20px auto;
}

.blog_post .blog_item {
  border: 1px solid #eee;
  border-radius: 10px;
  margin-top: 30px;
  height: 100%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.blog_post .blog_item:hover {
  border: 1px solid var(--secondary);
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.blog_post .blog_item .img {
  overflow: hidden;
  height: 270px;
  border-radius: 10px 10px 0 0;
}
.blog_post .blog_item .img img {
  border-radius: 10px 10px 0 0;

  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}

.blog_post .blog_item:hover .img img {
  -webkit-transform-style: unset;
  transform-style: unset;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  opacity: 0.8;
}

.blog_post .blog_item .contents {
  padding: 20px;
  text-align: center;
}

.blog_post .blog_item .tag {
  display: inline-block;
  padding: 4px 17px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #c12a26;
  margin-bottom: 15px;
}

.blog_post .blog_item .title {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: var(--header);
}

.blog_post .blog_item .blog_desc {
  margin-bottom: 0;
  color: var(--font);
  font-size: 15px;
  font-weight: 500;
}

.blog_post .blog_item .read_more {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: underline !important;
  margin-top: 15px;
  color: var(--header);

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.blog_post .blog_item .read_more:hover {
  letter-spacing: 1px;

  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/* Blog Post End */


/* Location Start */
.locationWrap {
  padding: 60px 0;
  background: var(--body);
  position: relative;
  overflow: hidden;
}


.view_map {
  margin-top: 40px;
}

.locationWrap .address {
  color: var(--font);
  font-size: 18px;
  transition: all 0.2s;
  margin-top: 10px;
}

.locationWrap .address i {
  --fa-primary-color: var(--header);
  --fa-primary-opacity: .7;
  --fa-secondary-color: var(--secondary);
  --fa-secondary-opacity: .7;
}

.locationWrap .address:hover {
  color: var(--secondary);
}

.iaf_officeTime_subtitle {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  font-weight: 400;
  color: var(--font);
  font-size: 15px;
  margin-top: 20px;
}

.time_icon i {
  font-size: 24px;
  --fa-primary-color: #66666691;
  --fa-primary-opacity: 1;
  --fa-secondary-color: var(--secondary);
  --fa-secondary-opacity: 1;
}

.officeTime {
  margin-top: 40px;
  margin-bottom: 0;
}

.officeTime ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px 15px;
}

.iaf_officeTime_item {
  display: flex;
}

.iaf_officeTime_date {
  background: #2323234d;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  width: 50px;
  border-radius: 3px 0 0 3px;
  font-size: 16px;
  color: #111;
}

.iaf_officeTime_time {
  background: #66666630;
  color: var(--header);
  width: 98px;
  font-size: 10px;
  border-radius: 0 3px 3px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iaf_officeTime_item.closed .iaf_officeTime_date {
  background: #ff45458c;
}

@media screen and (max-width: 1199px) {
  .officeTime ul {
    justify-content: center !important;
    gap: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .iaf_officeTime_subtitle {
    margin-top: 20px;
  }
}

/* Contact Section  */
.contact_section {
  background-image: url('/img/templates/159/footer-bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: var(--font);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.contact_details {
  flex: 0 35%;
}

.contact_form {
  flex: 0 65%;
}

.contact_details h3 {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 42px;
  color: #fff;
  position: relative;
  text-align: left !important;
  padding-bottom: 0;
}

.iaf_addressTelEmail_block {
  flex-direction: column !important;
  gap: 10px !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  margin-top: 20px;
}

.iaf_ContactUsForm_managedByRow,
.iaf_ContactUsForm_privacyRow {
  color: #fff;
  text-align: left !important;
  font-family: "Nunito Sans", sans-serif;
}

.iaf_ContactUsForm_managedByRow {
  display: flex;
  align-items: center;
  gap: 2px;
  flex-wrap: wrap;
}

.iaf_ContactUsForm_managedByRow a {
  color: #fff !important;
}

.g-recaptcha,
.contactForm .btnSend {
  margin: 0 !important;
}

.iaf_addressTelEmail_block .address {
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
}

.iaf_ContactUsForm_managedByRow,
.iaf_ContactUsForm_privacyRow a {
  color: #fff !important;
}

.contactForm .form-control.error {
  border: 1px solid #ca0000 !important;
  color: #ca0000 !important;
}

.iaf_ContactUsForm_managedByRow a:hover,
.iaf_ContactUsForm_privacyRow a:hover {
  color: var(--secondary) !important;
}

.contactForm .btnSend {
  display: inline-block !important;
  padding: 16px 32px !important;
  background-color: var(--secondary) !important;
  color: #fff !important;
  border: 1px solid var(--secondary) !important;
  font-size: 18px;
  font-weight: 500;
  font-family: "Nunito Sans", sans-serif;
  border: 0;
  transition: 0.5s;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contactForm .btnSend:hover{
  background-color: #232323 !important;
  border: 1px solid #232323 !important;
}

.contactForm .btnSend .svg {
  position: relative;
  top: -1px;
  fill: #fff;
  transition: all 0.3s ease;
}

.custom_toggle_icon {
  -moz-padding-start: calc(0.75rem - 3px);
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: right .5rem center !important;
  background-size: 16px 12px !important;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.tel_icon,
.mail_icon {
  color: #fff !important;
}

.insignia_logo svg {
  fill: #fff;
}

@media screen and (min-width: 992px) {
  #cfCaptchaWidget {
    text-align: left !important;
  }
}

@media screen and (max-width: 991px) {
  .contact_section {
    padding: 50px 0;
  }

  .PreInsCarrier_section .title_block .svg {
    margin-bottom: 15px;
  }

  .contact_details h3 span::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .contact_details h3::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .contact_row {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .contact_details h3 {
    text-align: center !important;
    margin-bottom: 15px !important;
  }

  .iaf_addressTelEmail_block {
    justify-content: center !important;
    flex-direction: row !important;
    gap: 20px !important;
    margin-bottom: 15px !important;
    align-items: center !important;
  }

  .iaf_ContactUsForm_managedByRow,
  .iaf_ContactUsForm_privacyRow {
    text-align: center !important;
    justify-content: center;
  }

  .g-recaptcha,
  .contactForm .btnSend {
    margin: 0 auto !important;
  }

  .contactForm .btnSend {
    display: block !important;
    margin-top: 20px !important;
  }

}

/* Global Responsive */
@media screen and (max-width: 1599px) {

  .circle_one,
  .circle_two,
  .circle_three {
    display: none;
  }
}

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

  .contact_details h3,
  .page_title {
    font-size: 36px;
  }

  .whatIdo_section_bg {
    padding-left: 0;
  }
}

@media screen and (max-width: 574px) {
  .profile_summary .hero_bg_1 {
    top: 0;
  }

  .userShortBio h2 {
    font-size: 32px;
  }
  .focused-box{
    min-height: auto;
  }
}

/* Recomand Modal  */
#modal-share .modal-header {
  display: block;
  background: #fff;
  border-radius: 3px;
  border: none;
}

#modal-share .modal-dialog {
  max-width: 600px;
}

@media (min-width: 576px) {
  #modal-share .modal-dialog {
    margin: 4.75rem auto;
  }
}

#modal-share .modal-content {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  border: none;
}

#modal-share .modal-header .close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #000 !important;
  font-weight: 500;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

#modal-share .modal-title {
  padding-right: 20px;
  padding-left: 20px;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 6px;
}

#modal-share p {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

#modal-share li {
  margin-bottom: 15px;
  color: #fff;
}

#modal-share li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  width: 100%;
  max-width: 300px;
}

#modal-share li a.btn-facebook {
  background: #3b5998;
}

#modal-share li a.btn-twitter {
  background: #00acee;
}

#modal-share li a.btn-linkedin {
  background: #0e76a8;
}

@media screen and (max-width: 767px) {
  .iaf_addressTelEmail_block {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 10px !important
  }
}

/*dba logo dba name */
/* .dba-logo-name-address {
  display: flex;
  flex-direction: column;
} */

.dba-logo-name-address p.dba-name {
  font-weight: 600 !important;
  font-weight: 500;
  font-size: 18px;
  color: var(--font);
}

/*.dba-logo-sqr, .dba-logo-rect{
   background: #fff;
   padding: 10px 12px;
   border-radius: 5px;
 }*/
.dba-logo-sqr img {
  max-height: 80px;
  width: auto;
}

.dba-logo-rect img {
  max-width: 200px;
  height: auto;
}

/*years of experience*/
.yrs-of-exp small {
  font-size: 16px;
  font-weight: 500;
  background: #972222;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.yrs-of-exp {
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  margin: 0;
  padding: 5px 15px 5px 40px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  background: #ff45455e;
  color: #fff;
  text-transform: none !important
}

/*lookup*/
.btns-lookup .btn:focus {
  box-shadow: none
}

.btns-lookup .btn {
  padding: 7px 10px;
  line-height: 1;
  border-radius: 30px;
  font-weight: normal;
  text-transform: none;
  font-size: 11px;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.6);
  transition: ease-in-out 0.1s;
  min-height: 24px;
}

.btns-lookup .btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.8)
}

/*lookup light*/
.btns-lookup.light .btn {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
}

.btns-lookup.light .btn:hover {
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6)
}

@media screen and (max-width: 574px) {
  .fdc-575 {
    flex-direction: column !important;
  }

  .agent_img {
    min-height: auto;
  }

  .PreInsCarrier_section .sub_header,
  .experience_box_inner h3 {
    background-size: auto;
  }
}



/* consultation button */
.consultation_btn {
  position: absolute;
  right: 0;
  margin-bottom: 15px;
  border-radius: 6px;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  padding: 6px 10px;
  transition: all .3s ease;
  color: #111;
  background-color: #fff;
  border: 1px solid #111;

}

.consultation_btn:hover {
  color: #fff;
  background-color: var(--secondary);
  border-color: var(--secondary);
}

.consultation_btn i {
  position: relative;
  top: -1px;
}

.container_schedule_demo,
.position-relative {
  position: relative
}

@media screen and (max-width: 991px) {
  .consultation_btn {
    position: unset;
    margin-bottom: 15px;
  }
}


#backToTop {
  font-size: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background-color: var(--secondary);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}

#backToTop:hover {
  background-color: var(--header);
}

#backToTop:active {
  background-color: var(--header);
}

#backToTop.show {
  opacity: 1;
  visibility: visible;
}

ul.navbar li .customDropdown .dropdown a {
  color: var(--header) !important;
}

ul.navbar li .customDropdown .dropdown a:hover {
  color: #F75546 !important;
  text-decoration: none !important;
}

.servicingStates_btn {
  padding: 8px 10px;
  line-height: 1;
  border-radius: 30px;
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.6);
  transition: ease-in-out 0.1s;
  min-height: 24px;
}

.servicingStates_btn:hover {
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.8);
}


.member_review .stars [data-star]::before{
  color: #c6c6c6 !important;
}
.member_review .stars [data-star]::after{
  color: var(--secondary) !important;
}
.member_review .ratings_number{
  color: var(--secondary);
}
.member_review .total_review a{
  color: #ff45455e;
  transition: all .3s ease;
}
.member_review .total_review a:hover{
  text-decoration: underline !important;
}