/*
   @media screen and (max-width:991px) {}
   @media screen and (max-width: 767px) {}
   @m@edia screen and (max-width:575px) {}
   /img/templates/116/hero-main-banner.png
   */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Outfit:wght@100..900&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: #00194c;
  --primary2: #02cefb;
  --secondary: #0055ff;
  --dark: #015fc9;
  --body-font-color: #687799;
  --white: #fff;
  --black: #000;
  /*--bg-light: #F4F5FA;*/
  --bg-light: #f1f2f4;
  --gray: #777;
  --light: #f5f5f5;
  --rad-0: 0;
  --rad-5: 5px;
  --rad-8: 8px;
  --rad-10: 10px;
  --rad-15: 15px;
  --rad-20: 20px;
  --rad-50p: 50%;
  --gcf: #0055ff;
  /*gradiant color from*/
  --gct: #00d1ff;
  /*gradiant color to*/
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  color: var(--body-font-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: var(--secondary);
  font-family: 'Outfit', sans-serif
}

.contact_details h3 {
  font-weight: 500 !important;
}

h1 {
  font-size: 44px
}

h2 {
  font-size: 36px
}

.contact_details h3 {
  font-size: 36px !important
}

h3 {
  font-size: 30px
}

h4 {
  font-size: 24px
}

h5 {
  font-size: 20px
}

h6 {
  font-size: 18px
}

.flex-center-icon {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.flex-center-icon svg {
  width: 20px
}

.icon-bg1 {
  fill: var(--primary) !important;
}

.light {
  font-weight: 300
}

.regular,
.normal {
  font-weight: normal
}

.medium {
  font-weight: 500
}

.semibold {
  font-weight: 500
}

.bold {
  font-weight: bold
}

.heavy {
  font-weight: 900
}

b,
strong {
  font-weight: 500
}

.rad-0 {
  border-radius: var(--rad-0);
}

.rad-5 {
  border-radius: var(--rad-5);
}

.rad-8 {
  border-radius: var(--rad-8);
}

.rad-10 {
  border-radius: var(--rad-10);
}

.rad-15 {
  border-radius: var(--rad-15);
}

.rad-20 {
  border-radius: var(--rad-20);
}

.rad-50p {
  border-radius: var(--rad-50p);
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active {
  outline: 0;
}

button,
a {
  outline: none;
  outline: 0
}

.btn:focus {
  box-shadow: none !important
}

.lead {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  /*color: var(--secondary);*/
}

.lead-sm {
  font-size: 17px;
  line-height: 1.7;
  font-weight: 500;
}

.lead-lg {
  font-size: 22px;
  line-height: 1.7;
  font-weight: 300;
  color: var(--secondary);
}

ul {
  list-style: none;
}

a {
  color: var(--primary);
  text-decoration: none !important;
}

.section-padding {
  padding: 70px 0;
}

.text-right {
  text-align: right !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-body {
  color: var(--body-font-color) !important;
}

.text-primary2 {
  color: var(--secondary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.bg-primary {
  background: var(--primary) !important;
  color: var(--white) !important
}

.bg-primary-dark {
  background: var(--secondary) !important;
  color: var(--white) !important
}

.bg-light {
  background-color: var(--bg-light) !important
}

/*navbar*/
.navWrap {
  background: transparent;
  padding: 16px 0;
  box-shadow: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

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

ul.navbar li {
  margin: 0 1px
}

ul.navbar li a {
  color: #fff;
  position: relative;
  font-size: 15px;
  display: inline-block;
  margin-right: 25px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 10px 0;
  font-weight: 600;
  /*background: var(--white);*/
  border-radius: 0;
}

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

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

.navbar li a:hover:before,
.navbar li a.active:before {
  width: 100%
}

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

.sticky_item section.navWrap {
  padding: 8px 0;
  transition: all 0.3s;
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #fff;
}

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

.sticky_item ul.navbar li a {
  color: var(--primary)
}

.sticky_item .navbar li a:hover,
.sticky_item .navbar li a.active {
  color: var(--primary2)
}

.navMobile {
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  width: 100%;
  padding: 10px 15px;
  display: none;
  box-shadow: none;
  z-index: 99;
}

.navMobile a.burger i {
  font-size: 24px !important;
  color: var(--secondary);
  line-height: 1;
  margin-right: 15px;
}

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

.navWrap .logo .name {
  font-size: 28px;
  font-weight: 500;
}

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

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

.sticky_item .navMobile {
  background: #fff
}

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

.navWrap .logo .designations {
  color: #857E8E;
  font-size: 14px;
  margin-top: -4px;
  display: block;
}

.navbar_block {
  display: flex;
  gap: 30px;
}

/* navbar responsive */
@media (max-width: 1199px) {
  ul.navbar li a {
    margin-right: 10px;
  }

  .navbar_block {
    gap: 10px
  }
}

@media screen and (max-width:991px) {
  .navWrap .logo .lname {
    color: var(--primary)
  }

  .navWrap,
  .sticky_item section.navWrap {
    padding: 16px 0;
    position: fixed;
    left: 0;
    top: 79px;
    z-index: 9;
    transition: all 0.3s;
    height: 100%;
    width: 275px;
    background: #eee;
    margin-left: -500px;
    transition: all 0.3s;
  }

  ul.navbar li a:before {
    display: none
  }

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

  .navMobile a.burger i {
    transition: all 0.3s;
  }

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

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

  ul.navbar li a {
    display: block !important;
    color: var(--secondary);
    position: relative;
    padding: 15px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    text-align: left;
    border: 0
  }

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

  ul.navbar li {
    padding: 0;
  }

  .navbar li a:hover,
  .navbar li a.active {
    color: #fff !important;
    background: var(--secondary) !important;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border: 0
  }

  .sticky_item .navbar li a.active {
    color: #fff !important;
  }

  .navbar li a:after {
    display: none;
  }

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

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

  .navbar-brand {
    padding-left: 15px;
    white-space: normal
  }

  .navbar_block {
    flex-direction: column;
    width: 100%;
  }

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

  .user_action {
    flex-direction: column;
    gap: 20px;
    text-align: left;
    align-items: flex-start !important;
  }

  .bg-light-991 {
    background: #f7f7f7 !important;
    padding: 30px !important;
  }
}

/* Smooth Sticky  */
@media screen and (min-width: 992px) {
  #map_wrapper {
    height: 370px !important
  }

  .sticky section.navWrap {
    transition: all 1s ease 0s;
  }

  .sticky_item section.navWrap {
    transition: all 1s ease 0s;
  }

  .hero-section {
    padding: 90px 0;
    min-height: 910px;
  }

  .hero-section .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
}

.btn-call {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: var(--secondary);
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  padding: 18px 22px;
  transition: all 0.5s linear;
  overflow: hidden;
  border-radius: 4px;
  cursor: default
}

.btn-call i.fa-2xl {
  font-size: 1.8em;
}

.btn-call:hover {
  background: var(--primary2);
  color: var(--white);
}

.btn-call:before {
  position: absolute;
  content: "";
  background-color: var(--primary);
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  z-index: -1;
  border-radius: 4px
}

.btn-call:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--primary);
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: -1;
  border-radius: 4px
}

.btn-call:hover:before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn-call:hover:after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

.btn-quote {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: var(--white);
  color: var(--secondary);
  font-size: 16px;
  font-weight: 500;
  padding: 18px 30px;
  transition: all 0.5s linear;
  overflow: hidden;
  border-radius: 4px
}

.btn-quote:hover {
  background: var(--primary2);
  color: var(--white);
}

.btn-quote:before {
  position: absolute;
  content: "";
  background-color: var(--primary);
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  z-index: -1;
  border-radius: 4px
}

.btn-quote:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--primary);
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: -1;
  border-radius: 4px
}

.btn-quote:hover:before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn-quote:hover:after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

.contactForm .btnSend {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: var(--secondary) !important;
  color: var(--white);
  font-size: 16px !important;
  font-weight: 500 !important;
  padding: 18px 30px !important;
  transition: all 0.5s linear;
  overflow: hidden;
  border-radius: 4px;
  border: 0 !important;
}

.contactForm .btnSend:hover {
  background-color: var(--primary2) !important;
  color: var(--white) !important;
}

.contactForm .btnSend:before {
  position: absolute;
  content: "";
  background-color: var(--primary);
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  z-index: -1;
  border-radius: 4px
}

.contactForm .btnSend:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--primary);
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  z-index: -1;
  border-radius: 4px
}

.contactForm .btnSend:hover:before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.contactForm .btnSend:hover:after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

.contactForm .btnSend svg {
  fill: #fff;
  margin-right: 4px;
}

/* Hero Section  */
.shape-top-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.shape-top-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.shape-top-right2 {
  position: absolute;
  top: 0;
  right: -80px;
  z-index: -1;
}

.shape-bottom-left {
  position: absolute;
  bottom: -40px;
  left: -70px;
  z-index: -1;
}

.shape-right-center {
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: -1;
}

.shape-bottom-right {
  position: absolute;
  bottom: 0;
  right: -70px;
  z-index: -1;
}

.bounce-left-right {
  animation: bounce-left-right 5s linear infinite alternate
}

@keyframes bounce-left-right {
  0% {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }

  50% {
    -webkit-transform: translateX(-35px);
    transform: translateX(-35px);
  }

  100% {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
  }
}

.bounce-left-right2 {
  animation: bounce-left-right 6.5s linear infinite alternate
}

@keyframes bounce-left-right2 {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

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

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

.bounce-up-dn {
  animation: bounce-up-dn 1.2s ease infinite alternate
}

@keyframes bounce-up-dn {
  0% {
    transform: translateY(0);
  }

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

.hero-section {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden
}

.hero-content {
  width: 100%;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 90px 0px 130px;
  background-size: 100%;
  min-width: 700px;
  position: relative;
  margin-left: -50px;
  min-height: 700px;
}

.three-circles {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  bottom: 5px;
  right: 100px;
  background: linear-gradient(270deg, rgba(0, 209, 255, .85) 4.67%, rgba(0, 85, 255, .85) 94.31%);
}

.three-circles:before {
  content: '';
  position: absolute;
  background: linear-gradient(270deg, rgba(0, 209, 255, .85) 4.67%, rgba(0, 85, 255, .85) 94.31%);
  width: 39px;
  height: 39px;
  border-radius: 50%;
  top: 36px;
  right: -50px;
}

.three-circles:after {
  content: '';
  position: absolute;
  background: linear-gradient(270deg, rgba(0, 209, 255, .85) 4.67%, rgba(0, 85, 255, .85) 94.31%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  top: -38px;
  right: -38px;
}

.hero-content h1 span {
  color: var(--secondary);
}

.hero-content h1 {
  margin-bottom: 20px;
}

.hero-content h4 {
  display: inline-block;
  border: 1px solid #BAD0E14D;
  padding: 5px 35px;
  position: relative;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
}

.hero-content h4:before,
.hero-content h4:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: var(--rad-50p);
  background: #ffffff75;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.hero-content h4:after {
  left: auto;
  right: 15px;
}

h4.subtitle,
.subtitle {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  background-color: transparent;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  padding: 8px 18px 8px 18px;
  border-style: solid !important;
  border-width: 0px 0px 2px 0px !important;
  border-color: #B8D4FF !important;
  border-radius: 19px 19px 19px 19px;
}

.hero-content p {
  font-size: 20px;
  /*color: var(--gray);*/
  margin-bottom: 30px;
  max-width: 500px;
}

.hero-image {
  border-radius: 50px 5px;
}

.hero-image-wrap {
  position: relative
}

.free-consultation {
  position: absolute;
  top: 50%;
  left: -100px;
  transform: translateY(-50%);
  background: var(--white);
  color: var(--secondary);
  padding: 20px 30px;
  border-radius: 5px;
  font-size: 18px;
  box-shadow: 0px 8px 30px 0 #ccc;
  text-align: center
}

.agent-image {
  position: relative;
  margin-bottom: 20px;
  /*clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);*/
}

.agent-image:before {
  position: absolute;
  top: -10px;
  left: 0;
  width: 50%;
  height: 50%;
  content: '';
  z-index: -1;
  border-radius: 50px 10px 0 10px;
  background: #042d7f;
}

.agent-image:after {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 50%;
  height: 50%;
  content: '';
  z-index: -1;
  border-radius: 0 10px 50px 10px;
  background: #042d7f;
}

.agent-image img {
  height: 350px;
  width: 350px;
  border-radius: 50px 5px
}

.agent-name {
  font-weight: 500
}

.agent-name small {
  font-size: 16px
}

.icon-lang-spoken {
  width: 24px;
}

.icon-lang-spoken svg {
  width: 24px;
  height: 24px;
}

/*about me*/
.section-about-me {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pxl-row-angle {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  fill: #638fe74f
}

.pxl-row-angle2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  fill: #7c9fe50f
}

.pxl-row-angle3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  fill: #042669;
}

.agent_social_media {
  display: flex;
}

.agent_social_media li+li {
  margin-left: 5px;
}

.agent_social_media li a {
  display: block;
}

.agent_social_media li a svg {
  width: 24px;
  opacity: 1;
  transition: ease-in-out 0.15s;
}

/*.agent_social_media li a:hover svg{
     fill: var(--secondary);
     opacity: 1
   }*/
.agent_social_media svg {
  fill: #fff;
}

.agent_social_media svg .st6,
.agent_social_media svg .st3 {
  fill: var(--secondary) !important
}

.agent_social_media svg:hover .st6,
.agent_social_media svg:hover .st3 {
  fill: #000 !important
}

.recomand_row{
  margin-top: 30px;
}
.iaf_recommend_wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between
}

.iaf_recommend_wrap_inner {
  display: flex;
  align-items: center;
  gap: 20px;
}

.verifiedSeal_icon {}

.verifiedSeal_icon .verifiedSeal_img img {
  width: 100%;
  max-width: 20px;
  transition: ease-in-out 0.2s;
  cursor: pointer;
  background: #fff;
  padding: 2px;
  border-radius: 50%;
  margin-top: -4px;
}

.text-justify {
  text-align: justify
}

.verifiedSeal_box {
  position: absolute;
  top: 0;
  right: 0;
}

#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 rgba(208, 202, 202, 0.48);
  color: #fff;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

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

.about-icon-box+.about-icon-box {
  margin-top: 40px;
}

.about-icon-box {
  display: flex;
  gap: 40px;
  width: 100%
}

/* page title */
.page_title {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
  align-items: center;
  color: var(--primary);
}

.contact_details h3 {
  color: var(--primary) !important;
}

/*.page_title span{
     font-weight: 300; color: var(--secondary)
   }*/
.page_title.light {
  color: var(--white);
}

/*.page_title.light span{
     font-weight: 300; color: var(--secondary)
   }*/
.page_title .title_icon {
  width: 40px;
}

.page_title .svg .st0 {
  fill: var(--primary) !important;
}

.page_title .svg .st1 {
  fill: var(--secondary) !important;
}

.location-wrap .page_title .svg .st0 {
  fill: var(--secondary) !important;
}

.location-wrap .page_title .svg .st1 {
  fill: var(--white) !important;
}

/*what i do and my process*/
.whatido-myprocess {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #edf1f370;
}

.shape-left-center {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  animation: spiner 12s linear infinite
}

@keyframes spiner {
  from {
    transform: translate(-50%, -50%)rotate(0)
  }

  to {
    transform: translate(-50%, -50%)rotate(-360deg)
  }
}

.font-14 {
  font-size: 14px;
}

.img-guidance img {
  border: 7px solid #fff;
}

.img-guidance.rad1 img {
  border-radius: 90px 5px
}

.img-guidance.rad2 img {
  border-radius: 90px 5px
}

.img-guidance.rad3 img {
  border-radius: 5px 90px
}

/* focused area of expertise*/
/* focused area of expertise*/
.profile-summary {
  background-color: #F7FBFD;
  background-repeat: no-repeat;
  background-position: bottom right
}

.profile-summary-content-wrap {
  max-width: 650px;
}

.focused_box_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 150px;
}

.focused_box_wrap svg {
  position: absolute;
  top: -260px;
  left: 60px;
  width: 70%;
}

.focused_box_item {
  width: 300px
}

.focused_box_item.item2 {
  margin-top: -90px
}

.focused_box_item.item3 {
  margin-top: -300px
}

.focused_box_image {
  position: relative;
  display: block;
}

.focused_box_image img {
  border-radius: 30px 5px;
}

.focused_box_image:after {
  content: '';
  position: absolute;
  top: -45px;
  right: -45px;
  z-index: -1;
  width: 90px;
  height: 90px;
  background-image: url(/img/templates/139/mask-process.png);
}

.focused_box_content {
  position: relative;
}

.focused_box_content h4 {
  color: var(--primary)
}

.link-see-more {
  display: inline-block;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition: ease-in-out 0.2s;
}

/*Preferred Insurance Carriers*/
.preferred-insurance-carrier {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.preferred-insurance-carrier .page_title .svg .st0 {
  fill: var(--secondary) !important
}

.preferred-insurance-carrier .page_title .svg .st1 {
  fill: var(--white) !important
}

.preferred-insurance-carrier-box {
  /*  background: rgba(255,255,255,0.5);
       box-shadow: 0px 8px 20px 5px rgba(0, 0, 0, 0.11);
       padding: 30px;
       border-radius: 10px; */
}

.preferred-insurance-carrier-box .carousel-inner {
  position: relative
}

.mb-30 {
  margin-bottom: 30px
}

.carriers-block-item {
  display: block;
  width: 100%;
  text-align: center;
}

.carriers-block-item h5 {
  margin-bottom: 5px
}

.carriers-block-item h5 .carrier-name {
  color: var(--primary2);
  cursor: default;
  transition: ease-in-out 0.05s
}

.carriers-block-item h5 .carrier-name:hover {
  color: var(--white);
}

.carriers-block-item h6 {
  font-weight: normal;
  color: #aaa;
  font-size: 15px;
}

.carriers-block-item p i {
  margin-right: 5px;
  color: #8aa6c7
}

.iaf_newWindowLink_icon {
  --fa-primary-color: #dde7f9 !important;
  --fa-secondary-color: #6492ed !important;
  --fa-primary-opacity: 0.9 !important;
  --fa-secondary-opacity: 0.8 !important;
  cursor: pointer;
  transition: ease-in-out 0.2s
}

.iaf_newWindowLink_icon:hover {
  --fa-primary-color: #6492ed !important;
  --fa-secondary-color: #dde7f9 !important;
  --fa-primary-opacity: 0.9 !important;
  --fa-secondary-opacity: 0.8 !important;
}

.list-insurance {
  min-height: 100px;
  max-width: 400px;
  margin: 0 auto;
  min-height: 125px
}

.list-insurance li {
  display: inline-block;
  margin: 3px 8px;
  color: #fff;
}

.list-insurance li i {
  color: #afc4dd;
  margin-right: 4px;
}

.carrier-logo {
  display: block;
  margin: 0 auto 30px;
  text-align: center;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  padding: 10px;
  /*box-shadow: 0 0 10px #ccc*/
}

.carrier-logo svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  fill: var(--primary);
}

.carousel-indicators {
  bottom: -10px
}

/* .carousel-indicators [data-bs-target]{
     background: var(--white);
     height: 5px;
     border-radius: 5px;
     border: 0;
     padding: 2px;
     width: 15px;
   } */
.owl-theme .owl-dots .owl-dot span {
  margin: 4px;
  display: block;
  transition: opacity .2s ease;
  border-radius: 30px;
  background: var(--white);
  height: 8px;
  border-radius: 5px;
  border: 0;
  padding: 2px;
  width: 17px;
  opacity: .5;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
  opacity: 1;
}

.see_more {}

.see_more a {
  display: inline-block;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition: ease-in-out 0.2s;
}

/*experience and accolades */
.experience-accolades {}

.accordion-item {
  background: transparent;
  border: 0;
  box-shadow: 0 20px 30px 10px rgba(200, 208, 214, .25);
  height: 100%
}

.accordion-header {
  position: relative;
  min-height: 200px;
  transition: all 0.5s;
  border-radius: 10px;
  background: #ecf6fa87;
  padding-top: 30px
}

.accordion-header:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 0;
  top: 0;
  mask-image: url(/img/templates/139/mask-team1.png);
  background: linear-gradient(270deg, #00d1ff 4.67%, #05f 94.31%);
  opacity: .7;
  mask-repeat: no-repeat;
  mask-position: 100px 190px;
  transition: all .5s;
}

.accordion-header:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  mask-image: url(/img/templates/139/mask-team.png);
  mask-repeat: no-repeat;
  background-color: #e7eeff;
  transition: all .5s;
  mask-position: top left;
}

.accordion-header:hover:before {
  mask-position: 0 38.2px;
}

.accordion-header:hover:after {
  background-color: #191d88
}

.fw-500 {
  font-weight: 500
}

.guidance-para {
  font-weight: 500;
  line-height: 1.7;
  font-size: 14px;
}

.exp_img {
  width: 250px;
  height: 250px;
  border: 5px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

.exp-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px 0
}

.experience-icon {
  fill: var(--primary2)
}

.exp-title svg {
  width: 40px;
}

.exp-title h4 {
  color: var(--primary);
  transition: ease-in-out 0.2s;
  margin: 0
}

.accordion-header:hover .exp-title h4 {
  color: var(--primary2)
}

.exp_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.accordion-button {
  background: var(--primary) !important;
  box-shadow: none !important;
  padding: 5px 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  border: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center
}

.accordion-button.collapsed {
  background: var(--secondary) !important;
  box-shadow: none !important;
  padding: 5px 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50% !important;
  border: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center
}

.accordion-button.collapsed:hover {
  background: var(--secondary) !important;
  opacity: 0.8
}

.accordion-button:focus {
  box-shadow: none
}

.accordion-button:after {
  margin-left: 0;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-position: center;
  content: '\f068';
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.accordion-button.collapsed:after {
  margin-left: 0;
  width: 50px;
  height: 50px;
  background-color: transparent;
  background-position: center;
  content: '\2b';
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.accordion-body {
  border: 0;
  border-radius: 0 0 8px 8px;
}

.experience-box-content {
  padding: 10px 0;
}

.experience-box-content ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%
}

.experience-box-content ul li {
  display: inline-flex;
  gap: 12px;
  /*align-items: center;*/
  width: 100%;
}

.experience-box-content ul li+li {
  margin-top: 20px
}

.experience-box-content ul li .details {
  width: calc(100% - 42px);
}

.experience-box-content .count {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  border-radius: 2px;
  background: #999;
  font-size: 14px;
  border-radius: 50%;
  margin-top: 3px;
  transition: ease-in-out 0.2s
}

.experience-box-content h5 {
  margin-bottom: 5px;
  color: var(--primary);
  transition: ease-in-out 0.2s;
  font-weight: 500
}

/*.exp_box:hover .experience-box-content h5 {
     color: var(--secondary);
   }*/
.experience-box-content ul li p {
  margin-bottom: 0;
  color: #777;
  position: relative;
  padding-right: 100px;
}

.experience-box-content ul li p .date {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1
}

.experience-box-content ul li p .institution {
  color: var(--primary);
}

@media screen and (max-width: 574px) {
  .experience-box-content ul li p{
    padding: 0;
  }
  .experience-box-content ul li p .date{
    position: unset;
  }
}

/* dark bg set*/
.bg-primary .experience-box-content h5 {
  color: #fff
}

.bg-primary .experience-box-content .count {
  background: #fff;
  color: var(--primary);
}

.bg-primary .experience-box-content ul li p .institution {
  color: #fff;
}

.bg-primary .experience-box-content ul li p {
  color: #ddd;
}

.view_map {
  box-shadow: none !important
}

/* location */
.location-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden
}

.location-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.location-wrap .address {
  font-size: 15px;
  color: var(--white);
  transition: ease-in-out 0.2s;
  display: inline-block;
  padding: 5px 10px;
}

.location-wrap .address:hover {
  color: var(--primary2);
}

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

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

.iaf_officeTime_item {
  display: flex;
  width: 100%;
  margin-bottom: 14px !important
}

.iaf_officeTime_date {
  background: var(--secondary);
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  width: 52px;
  border-radius: 3px 0 0 3px;
  font-size: 15px;
}

.iaf_officeTime_time {
  background: #fff;
  width: calc(100% - 52px);
  font-size: 14px;
  border-radius: 0 3px 3px 0;
  display: flex;
  align-items: center;
  padding: 10px;
}

.iaf_officeTime_item.closed .iaf_officeTime_date {
  background: #f9ada6
}

.time_icon i {
  font-size: 24px;
  --fa-secondary-color: var(--secondary);
  /* bag */
  --fa-secondary-opacity: 1;
  --fa-primary-color: #f9ada6;
  /*clock*/
  --fa-primary-opacity: 1;
}

/* contact-form */
.contact-form {
  background: #B8D4FF61;
  position: relative;
}

.insignia_logo svg {
  fill: #aaa;
}

.iaf_ContactUsForm_privacyRow a,
.iaf_ContactUsForm_managedByRow a {
  transition: ease-in-out 0.2s;
  color: #aaa !important;
}

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

.contact_details h3 span {
  position: relative;
  padding-left: 45px;
}

.contact_details h3 span:before {
  position: absolute;
  content: '';
  top: 4px;
  left: 0;
  width: 40px;
  height: 40px;
  background: url(/img/templates/139/svg/get_in_touch.svg);
  background-size: 100%;
}

.iaf_addressTelEmail_block {
  margin: 15px 0 40px !important;
}

.iaf_addressTelEmail_block .address {
  color: var(--primary) !important;
  font-size: 16px;
  line-height: 1;
}

.iaf_addressTelEmail_block .address i {
  color: var(--secondary) !important
}

.tel_icon,
.mail_icon {
  opacity: .7;
}

.contactForm .form-control {
  border: 1px solid #b3dde3;
  min-height: 38px;
}

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

.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;
}

@media (min-width: 992px) {
  #accordionExample {
    /*min-height: 710px*/
  }

  .contact_details {
    flex: 0 35%
  }

  .contact_form {
    flex: 0 65%
  }

  .contact_details h3 {
    text-align: left !important;
    max-width: 300px;
  }

  .iaf_addressTelEmail_block {
    justify-content: flex-start !important
  }

  .iaf_ContactUsForm_managedByRow,
  .iaf_ContactUsForm_privacyRow {
    text-align: left !important
  }

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

.animation-pulse {
  animation: animation-pulse infinite 4s linear;
}

@keyframes animation-pulse {
  0% {
    width: 100%
  }

  50% {
    width: 102%
  }

  100% {
    width: 100%
  }
}

.float-vertical {
  animation: float-y-axis infinite 2s linear;
}

@keyframes float-y-axis {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

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

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

/*responsive*/
@media (max-width: 1366px) {
  .about-content-wrap {
    max-width: 90%
  }
}

@media (max-width: 1250px) {
  .about-content-wrap {
    max-width: 550px
  }

  .focused_box_item {
    width: 290px;
    margin-bottom: 30px
  }
}

@media (max-width: 1199px) {
  .focused_box_item {
    width: 250px
  }

  .focused_box_wrap svg {
    max-width: 720px
  }

  .about-content-wrap {
    max-width: 100%
  }

  .agent-image {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto
  }

  .agent-image img {
    width: 100%;
    height: auto
  }

  .officeTime ul {
    /*justify-content: center !important;*/
    gap: 0 10px;
  }

  .iaf_addressTelEmail_block {
    flex-wrap: wrap !important;
  }

  .hero-content {
    min-height: 100px;
    min-width: 100px;
    margin: 0;
    padding: 0;
    background-size: 300px
  }
}

@media (max-width: 991px) {
  .agent-image {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .free-consultation {
    /*box-shadow: 0px 8px 30px 0 #554e4e*/
    display: none
  }

  .hero-section {
    padding: 120px 0 60px;
  }

  .hero-content h1,
  .hero-content h4 {
    color: var(--white)
  }

  .hero-content h1 span {
    color: var(--primary)
  }

  .hero-content p {
    margin: 0 auto 20px;
    color: #ddd;
  }

  .hero-image-wrap {
    padding-left: 30px
  }

  .shape-bottom-left {
    left: -10px;
    width: 60px;
    height: auto;
    bottom: 0
  }

  .three-circles {
    width: 100px;
    height: 100px;
    right: 35px;
    bottom: -45px;
  }

  .focused_box_wrap svg {
    display: none
  }

  .focused_box_wrap {
    margin-top: 70px !important;
    flex-direction: column;
    gap: 30px
  }

  .focused_box_item {
    width: 90%;
    max-width: 400px;
    margin: 0 auto !important;
  }


  .contact_form,
  .contact_details {
    flex: 0 100%;
    width: 100%;
  }

  .iaf_addressTelEmail_block {
    flex-wrap: nowrap !important;
  }

  .experience-image-title {
    align-items: center;
  }

  .iaf_recommend_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px
  }

  .hero-banner {
    top: 200px;
  }

  .iaf_officeTime_item {
    margin-bottom: 10px !important
  }
}

@media (max-width: 767px) {}

@media (max-width: 600px) {
  .whatido-icons {
    flex-direction: column;
    gap: 12px;
  }

  .whatido-icon-item {
    width: 100%
  }

  .focused-box {
    flex-direction: column
  }

  .focused-box .focused-box-inner {
    width: 100%;
    height: auto;
    padding: 30px;
  }

  .focused-box-image {
    width: 40%
  }

  .reverse-col-mobile {
    flex-direction: column-reverse
  }
}

@media (max-width: 575px) {
  .verifiedSeal_box {
    position: relative;
    top: auto;
    margin-bottom: 20px;
  }

  .agent-image-info {
    margin: 0 auto;
    text-align: center
  }

  .section-padding {
    padding: 40px 0;
  }

  .free-consultation {
    padding: 10px 20px;
    font-size: 18px;
    white-space: nowrap
  }

  .hero-section .content {
    margin-top: 30px
  }

  .hero-content h4,
  .hero-content h1 {
    margin-bottom: 15px
  }

  .hero-content p {
    font-size: 17px;
    margin-bottom: 20px
  }

  h1 {
    font-size: 34px;
  }

  h2,
  .contact_details h3 {
    font-size: 32px !important;
  }

  .lead {
    line-height: 1.5;
  }

  .agent-image {
    max-width: 300px;
  }

  .servicingStates_btnImg svg,
  .page_title .title_icon {
    width: 35px;
  }

  .experience-image-title h4 {
    font-size: 24px;
  }

  .iaf_addressTelEmail_block {
    gap: 15px;
  }

  .officeTime ul li {
    width: 100%;
  }

  .exp_box {
    padding: 30px 10px 0
  }
}

@media (max-width: 375px) {
  .hero-content h4 {
    font-size: 15px
  }

  h2,
  .contact_details h3 {
    font-size: 28px !important
  }

  .location-wrap .address {
    font-size: 13px;
  }

  h3 {
    font-size: 25px;
  }

  .contact_details h3 span:before {
    width: 35px;
    height: 35px;
    top: 0
  }

  .contact_details h3 span {
    padding-left: 40px
  }

  .experience_box_inner ul {
    padding: 10px 20px 30px
  }
}

/* olf css for 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;
}

#modal-share .modal-title {
  padding-right: 20px;
  padding-left: 20px;
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 6px;
  color: #333;
  font-family: 'Roboto', sans-serif;
}

#modal-share p {
  font-family: "Helvetica Neue", Helvetica, Arial, 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;
}

/* Animations  */
.fadeInLeft {
  animation: fadeInLeft 1s;
}

.fadeInRight {
  animation: fadeInRight 1.5s;
}

@keyframes fadeInLeft {
  0% {
    transform: translate(-50px, 0);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    transform: translate(50px, 0);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0);
    opacity: 1;
  }
}

@media screen and (min-width: 992px) {
  .iaf_addressTelEmail_block {
    justify-content: flex-start !important;
    flex-direction: column;
    align-items: flex-start !important;
    gap: 15px !important;
  }
}

@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 {
  font-weight: 500;
  font-size: 18px
}

.dba-logo-sqr,
.dba-logo-rect {
  background: #fff;
  padding: 10px 12px;
  border-radius: 5px;
  ;
  display: inline-block;
}

.dba-logo-sqr {
  max-height: 100px
}

.dba-logo-sqr img {
  max-height: 80px;
  width: auto;
}

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

/*years of experience*/
.yrs-of-exp small {
  font-size: 16px;
  font-weight: 500;
  background: #6393a7;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  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: #7cbdd7;
  color: #f5f5f5;
  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;
}

.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.6);
  color: rgba(255, 255, 255, 0.6);
}

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

@media screen and (max-width: 991px) {
  .customDropdown.active .dropdown {
    margin-left: 15px;
  }
}

/* consultation button */
.consultation_btn {
  position: absolute;
  right: 0;
  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: var(--primary);
  background-color: #fff;
  border: 0px solid #a7a9aa;
}

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

.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: 20px;
  }
}

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



/* Blog Post Start  */
.blog_post {
  background: #fff;
  padding: 70px 0;

}

.blog_post .sub_header {
  color: var(--secondary);
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
  display: block;
}

.blog_post .page_title {
  text-align: center;
  margin-bottom: 10px;
}

.blog_post .desc {
  color: var(--body-font-color);
  font-size: 18px;
  max-width: 1000px;
  margin: 15px auto;
  text-align: center;
}


.blog_post .blog_item {
  background: #fff;
  box-shadow: 0 20px 30px 10px rgba(200,208,214,.25);
  border-radius: 10px;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog_post .blog_item:hover {
  box-shadow: 0 10px 30px 3px #a7a9aa4a;
}

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

.blog_post .blog_item .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  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;
}

.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: var(--secondary);
  margin-bottom: 15px;
}

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

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

.blog_post .blog_item .read_more {
  font-size: 14px;
  display: inline-block;
  margin-top: 15px;
  color: var(--primary);
  -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 */
#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(--primary);
}

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

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

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

ul.navbar li .customDropdown .dropdown a:hover {
  color: var(--primary2) !important;
  text-decoration: none !important;
}


.types-language .lng_title {
  color: #fff;
  font-weight: 500;
}

.types-language .normal {
  color: #fff;
}

.servicingStates_btn {
  padding: 8px 10px;
  line-height: 1;
  border-radius: 30px;
  font-weight: normal;
  text-transform: none;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.65);
  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);
}


.types-language .iconn {
  position: relative;
  top: -2px;
}

.member_review .stars [data-star]::before {
  color: #c6c6c6 !important;
}

.member_review .stars [data-star]::after {
  color: var(--primary2) !important;
}

.member_review .ratings_number {
  color: #fff;
}

.member_review .total_review a {
  color: #7cbdd7;
  transition: all .3s ease;
}

.member_review .total_review a:hover {
  text-decoration: underline !important;
}

@media screen and (max-width: 991px) {
  .member_review_page_inner{
    justify-content: center;
  }
  .profile_share_btn{
    text-align: center;
  }
}