.btn-chevron,
.btn_group a:hover,
.our-blog-contnet > h5 > a,
a,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}
a,
body {
  color: var(--insur-gray);
}
.custom-cursor__cursor-two,
.custom-cursor__hover,
.scroll-to-top:hover,
.thm-btn {
  background-color: var(--insur-base);
}
.thm-btn:after,
.thm-btn:before {
  content: "";
  background-color: var(--insur-black);
}
#particles-js,
.shape-group-17 .shape,
.thm-btn:after,
.thm-btn:before {
  position: absolute;
  z-index: -1;
}
.section-sub-title,
body {
  font-size: 16px;
  line-height: 26px;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.thm-btn {
  outline: 0 !important;
}
.preloader,
.preloader__image {
  background-repeat: no-repeat;
  background-position: center center;
}
.comment-content img,
.entry-content img,
.flat-accordion .toggle-content > div,
.page-wrapper,
.table,
.thm-btn,
body.locked {
  overflow: hidden;
}
.about-one-bg,
.contact-page-two-shape-2,
.cta-four-shape-1,
.cta-one__img,
.download-bg,
.feature-one__shape img,
.get-insuracne-two-shape-2,
.google-map__one,
.google-map__two,
.main-slider-shape-1,
.message-one-shape-2,
.page-header-shape-1,
.team-one__shape-1,
.team-one__shape-1 img,
.testimonial-one-shape-2,
.testimonial-one-shape-3,
.testimonial-one__shape-1 > img,
.testimonial-two-shape-1,
.testimonial-two-shape-2,
.we-provide-bg {
  mix-blend-mode: luminosity;
}
:root {
  --insur-font: "DM Sans", sans-serif;
  --insur-reey-font: "reeyregular";
  --insur-gray: #696e77;
  --insur-gray-rgb: 105, 110, 119;
  --insur-white: #ffffff;
  --insur-white-rgb: 255, 255, 255;
  --insur-base: #0049ad;
  --insur-base-rgb: 1, 95, 201;
  --insur-black: #16243d;
  --insur-black-rgb: 22, 36, 61;
  --insur-primary: #ffb33b;
  --insur-primary-rgb: 12, 224, 255;
  --insur-extra: #f2f5f9;
  --insur-extra-rgb: 242, 245, 249;
  --insur-bdr-color: #e0e4e8;
  --insur-bdr-color-rgb: 224, 228, 232;
  --insur-bdr-radius: 10px;
  --insur-letter-spacing: -0.02em;
}
.row {
  --bs-gutter-x: 30px;
}
.gutter-y-30 {
  --bs-gutter-y: 30px;
}
body {
  font-family: var(--insur-font);
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--insur-black);
  margin: 0;
}
p {
  margin: 0;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}
.custom-cursor__cursor,
.custom-cursor__cursor-two {
  position: fixed;
  pointer-events: none;
  z-index: 999991;
}
.container {
  padding-left: 15px;
  padding-right: 15px;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::placeholder {
  color: inherit;
  opacity: 1;
}
.feature-one__icon span,
.feature-one__single:hover .feature-one__title a,
.main-slider-three__text,
.main-slider-three__title,
.thm-btn,
.thm-btn:hover {
  color: var(--insur-white);
}
.section-separator {
  border-color: var(--insur-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}
#particles-js {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
}
.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--insur-base, #a47c68);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
}
.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 0.3;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
}
.thm-btn:after,
.thm-btn:hover::before {
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.custom-cursor__hover {
  opacity: 0.4;
}
.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}
.main-menu__logo a img {
  width: 130px;
}
.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: var(--insur-letter-spacing);
  border-radius: var(--insur-bdr-radius);
  padding: 17px 40px;
  transition: 0.5s linear;
  z-index: 1;
}
.thm-btn:before {
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}
.thm-btn:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.thm-btn:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, -100%, 0);
}
.thm-btn:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 50ms;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}
.section-title {
  position: relative;
  display: block;
  margin-top: -7px;
  margin-bottom: 20px;
}
.course-link span,
.news-three__client-img,
.news-two__client-img,
.section-sub-title-box {
  position: relative;
  display: inline-block;
}
.section-sub-title {
  color: var(--insur-black);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}
.about-four__text-2,
.about-three__business-start-text,
.about-three__founder-name,
.about-three__founder-sub-title,
.about-three__location-text,
.about-three__text,
.benefits-two__points li .text p,
.download__sub-title,
.download__title,
.error-page__form input[type="search"],
.feature-four__top-call-number-box a,
.feature-four__top-text,
.feature-four__top-title,
.feature-three__title,
.main-header__top-address-list li .text p,
.main-menu__call-content a,
.main-menu__call-content p,
.main-slider-three__text,
.main-slider-two__text,
.main-slider-two__video-text,
.news-one__meta li a,
.news-one__title,
.news-sideabr__btn,
.news-sideabr__title,
.news-three__client-content p,
.pricing__content h3,
.pricing__content p,
.pricing__points li .text p,
.pricing__tab-box .tab-buttons .tab-btn span,
.section-title__title,
.services-three__title,
.sidebar__comments-text-box p,
.sidebar__post-content-meta,
.sidebar__tags-list a,
.sidebar__title,
.single-service-inner .details h3,
.team-details__bottom-left-text,
.team-details__bottom-left-title,
.team-details__progress-title,
.team-details__top-text-1,
.we-provide__tab-main-content-text,
.we-provide__tab-main-content-title,
.why-choose-one__list-text,
.why-choose-one__list-title,
.why-choose-one__text {
  letter-spacing: var(--insur-letter-spacing);
}
.section-title-shape-1 {
  position: absolute;
  top: -1px;
  left: -40px;
}
.main-slider-shape-1 img,
.section-title-shape-1 img,
.section-title-shape-2 img {
  width: auto;
}
.section-title-shape-2 {
  position: absolute;
  top: -1px;
  right: -39px;
}
.preloader,
.scroll-to-top {
  position: fixed;
  text-align: center;
}
.section-title__title {
  margin: 0;
  color: #004aad;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
}
.more_course.thm-btn {
  padding: 8px 40px;
  margin-top: 15px;
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}
.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--insur-primary);
  color: #fff;
}
.bootstrap-select .dropdown-menu > li > a {
  font-size: 15px;
  font-weight: 400;
  padding: 7px 20px;
  color: #696e77;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #eee;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--insur-white);
  color: var(--insur-base);
  cursor: pointer;
}
.preloader {
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.png);
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}
.scroll-to-top {
  width: 45px;
  height: 45px;
  background: var(--insur-base);
  z-index: 99;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: none;
  border-radius: 50%;
}
.about-two__left,
.about-two__points,
.error-page__form,
.error-page__form-input,
.feature-two__text-box,
.get-insuracne-two__content,
.get-insuracne-two__content-box,
.get-insuracne-two__form,
.get-insuracne-two__img,
.get-insuracne-two__inner,
.get-insuracne-two__tab-box,
.get-insuracne-two__tab-box .tab-buttons,
.get-insuracne-two__tab-box .tab-buttons .tab-btn,
.get-insuracne-two__tab-box .tabs-content,
.get-insuracne-two__tab-left,
.main-header,
.main-header__top,
.pricing__tab-box {
  display: block;
  position: relative;
}
.scroll-to-top i {
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}
.btn-chevron-navy.active,
.scroll-to-top:hover i,
.sec-title2,
.single-service-inner.style-hover-base:hover .details > h3 > a,
a.f-btn.f-btn--all {
  color: #fff;
}
.main-header {
  width: 100%;
  background: 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
}
.main-header__top {
  background-color: var(--insur-black);
  padding: 11px 0;
}
.main-header__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header__top-address,
.main-header__top-menu-box,
.main-menu,
.main-menu__wrapper {
  position: relative;
  display: block;
}
.main-header__top-address-list,
.main-header__top-address-list li,
.main-header__top-address-list li .icon,
.main-header__top-menu,
.main-header__top-right,
.main-header__top-social,
.main-menu__call {
  position: relative;
  display: flex;
  align-items: center;
}
.main-header__top-address-list li + li,
.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 30px;
}
.main-header__top-address-list li .icon span {
  font-size: 13px;
  color: #ffb33b;
  border: 1px solid;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
}
.main-header__top-address-list li .text {
  margin-left: 10px;
}
.main-header__top-address-list li .text p {
  font-size: 15px;
  color: #fff;
  line-height: 15px;
}
.main-header__top-address-list li .text p a:hover,
.main-header__top-menu li a:hover,
.main-header__top-social a:hover,
.main-menu__call-content a:hover,
.main-menu__search:hover,
.mobile-nav__buttons a,
.mobile-nav__buttons a:hover {
  color: var(--insur-base);
}
.main-header__top-address-list li .text p a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px !important;
}
.main-header-two__top-details-list li .text,
.main-header-two__top-menu li + li,
.main-header__top-menu li + li {
  margin-left: 20px;
}
.main-header__top-menu li a {
  font-size: 13px;
  color: #97a2b7;
  display: flex;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-header__top-social-box {
  margin-left: 40px;
}
.main-header__top-social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--insur-white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.main-menu__call-content a,
.main-menu__search,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--insur-black);
}
.main-header__top-social a + a {
  margin-left: 25px;
}
.main-menu__wrapper-inner {
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
}
.footer-widget__logo > a > img {
  width: 100%;
}
.main-menu__left {
  display: flex;
  justify-content: space-between;
  width: 86%;
}
.main-menu__logo {
  float: left;
  display: block;
  margin-right: 15px;
}
.main-menu__main-menu-box {
  display: flex;
  float: left;
  align-items: center;
  background-color: var(--insur-extra);
  padding-left: 10px;
  border-radius: var(--insur-bdr-radius);
}
.main-menu-three__wrapper-inner,
.main-menu-two__main-menu-box,
.main-menu__main-menu-box-inner,
.search-filter .filter-menu label input:checked ~ .checkmark:after,
.search-filter .filter-menu label input:checked ~ .radiomark:after {
  display: block;
}
.main-menu__main-menu-box-search-get-quote-btn {
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.main-menu__main-menu-box-search {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.main-menu__main-menu-box-search:before {
  position: absolute;
  top: -5px;
  bottom: -5px;
  content: "";
  left: -20px;
  width: 1px;
  background-color: var(--insur-bdr-color);
}
.main-menu__search {
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer-widget__contact-list li .text p a:hover,
.main-header-two__top-details-list li .text p a:hover,
.main-menu .mobile-nav__toggler:hover,
.main-menu__call-icon,
.mobile-nav__contact li a:hover,
.mobile-nav__social a:hover,
.news-one__single:hover .news-one__read-more a {
  color: var(--insur-primary);
}
.main-menu__main-menu-box-get-quote-btn {
  font-size: 14px;
  padding: 12px 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.main-menu__right {
  position: relative;
  display: block;
  float: right;
  width: 17%;
  padding: 5px 0 5px 10px;
}
.main-menu__call-icon {
  position: relative;
  height: 50px;
  width: 50px;
  border: 2px solid var(--insur-bdr-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mobile-nav__container,
.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.main-menu__call-icon:hover {
  background-color: var(--insur-base);
  border: 2px solid var(--insur-base);
  color: var(--insur-white);
}
.main-menu__call-content {
  position: relative;
  margin-left: 10px;
  top: -2px;
  width: calc(100% - 50px);
}
.mobile-nav__wrapper,
.stricky-header {
  position: fixed;
  visibility: hidden;
  left: 0;
}
.main-menu__call-content a {
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-menu__call-content p {
  font-size: 14px;
  line-height: 16px;
}
.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}
.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--insur-gray);
  letter-spacing: var(--insur-letter-spacing);
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}
.main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 4px solid var(--insur-base);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li.current > a::before,
.stricky-header .main-menu__list > li:hover > a::before {
  opacity: 1;
}
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 160%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.7s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.7s,
    -webkit-transform 0.7s;
  z-index: 99;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
  border-radius: var(--insur-bdr-radius);
  padding: 31px 20px;
}
.get-insurance__input-box .bootstrap-select > .dropdown-toggle::after,
.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.main-menu-three .main-menu__list > li > a::before,
.main-menu-two .main-menu__list > li > a::before,
.main-slider-three__nav .swiper-button-next::after,
.main-slider-three__nav .swiper-button-prev::after,
.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after,
.mobile-nav__container .main-logo,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login,
.mobile-nav__container .topbar__buttons,
.search-popup__content .thm-btn:after,
.search-popup__content .thm-btn:before,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header.main-menu-three .main-menu__list > li > a::before,
.stricky-header.main-menu-two .main-menu__list > li > a::before {
  display: none;
}
.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0);
  transform: scaleY(1) translateZ(0);
}
.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}
.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
  border-top: none;
  margin-top: 10px;
}
.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: var(--insur-gray);
  letter-spacing: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 20px 3px;
  letter-spacing: var(--insur-letter-spacing);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--insur-white);
  border-radius: var(--insur-bdr-radius);
}
.main-menu .main-menu__list > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: var(--insur-extra);
  color: var(--insur-black);
}
.main-menu .main-menu__list > li > ul > li > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li > a::before {
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f101";
  font-size: 14px;
  color: var(--insur-base);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-menu .main-menu__list > li > ul > li:hover > a::before,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li:hover > a::before,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a::before {
  transform: translateY(-50%) scale(1);
}
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}
.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}
.main-menu-three__main-menu-box .main-menu__list > .megamenu,
.main-menu-two__main-menu-box .main-menu__list > .megamenu,
.main-menu__wrapper .main-menu__list > .megamenu {
  position: static;
}
.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul,
.main-menu__wrapper .main-menu__list > .megamenu > ul {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-menu-three__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu-two__main-menu-box .main-menu__list > .megamenu > ul > li,
.main-menu__wrapper .main-menu__list > .megamenu > ul > li {
  padding: 0 !important;
}
.stricky-header {
  z-index: 991;
  top: 0;
  background-color: #fff;
  width: 100%;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}
.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}
.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}
.mobile-nav__buttons a {
  font-size: 20px;
  cursor: pointer;
}
.get-insurance__tab-box .tab-buttons .tab-btn + .tab-btn,
.mobile-nav__buttons a + a,
.news-one__meta li + li,
.site-footer__social a + a {
  margin-left: 10px;
}
.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--insur-white);
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mobile-nav__wrapper {
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
  transition: transform 0.5s 0.5s, visibility 0.5s 0.5s,
    -webkit-transform 0.5s 0.5s;
}
.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
  -webkit-transition: visibility 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
}
.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  cursor: pointer;
}
.cta-one__inner,
.mobile-nav__content,
.process__single:hover .process__count:before,
.search-popup__content .thm-btn:hover {
  background-color: var(--insur-black);
}
.mobile-nav__content {
  width: 300px;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding: 30px 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s,
    -webkit-transform 0.5s;
}
.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 0.5s 0.5s, visibility 0.5s 0.5s,
    -webkit-transform 0.5s 0.5s;
  transition: opacity 0.5s 0.5s, visibility 0.5s 0.5s, transform 0.5s 0.5s,
    -webkit-transform 0.5s 0.5s;
}
.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--insur-white);
  cursor: pointer;
}
.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}
.mobile-nav__content .main-menu__list > li > a > .main-menu-border,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}
.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  font-family: var(--insur-font, "Rubik", sans-serif);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-header-two__top-menu li a:hover,
.main-header-two__top-social a:hover,
.main-header-two__top-social-text i,
.main-menu-three__search:hover,
.main-menu-two__search:hover,
.mobile-nav__content
  .main-menu__list
  > li
  > a.expanded
  .mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > a.expanded
  .mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li
  > a.expanded {
  color: var(--insur-base);
}
.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  background-color: var(--insur-primary);
  border: none;
  outline: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  padding: 0;
}
.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li
  > a
  > button.expanded {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  background-color: #fff;
  color: var(--insur-base);
}
.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}
.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.mobile-nav__top .main-menu__login a {
  color: var(--insur-text-dark);
}
.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mobile-nav__social,
.news-details__meta,
.news-details__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home-showcase__buttons,
.main-slider-two__video-link,
.mobile-nav__contact li,
.mobile-nav__contact li > i,
.search-popup,
.search-popup__content .thm-btn,
.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
}
.mobile-nav__social a {
  font-size: 16px;
  color: var(--insur-white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mobile-nav__social a + a,
.work-together__text-box {
  margin-left: 30px;
}
.mobile-nav__contact {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-nav__contact li {
  color: var(--insur-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.accordion-body > ul,
.mobile-nav__contact li + li {
  margin-top: 15px;
}
.mobile-nav__contact li a {
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--insur-primary);
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}
.home-showcase {
  margin-top: -31px;
  margin-bottom: -31px;
}
.home-showcase__inner {
  background-color: #fff;
  padding: 40px 40px 34px;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
  border-radius: var(--insur-bdr-radius);
}
.home-showcase .row {
  --bs-gutter-x: 42px;
  --bs-gutter-y: 20px;
}
.home-showcase__image {
  position: relative;
  background-color: var(--insur-base);
  overflow: hidden;
  border-radius: 10px;
}
.home-showcase__image > img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.home-showcase__image:hover > img {
  opacity: 0.75;
}
.home-showcase__image:hover .home-showcase__buttons {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
}
.home-showcase__buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.home-showcase__buttons__item {
  padding: 10px 20px;
  width: 150px;
  text-align: center;
}
.home-showcase__buttons__item + .home-showcase__buttons__item {
  margin-top: 10px;
}
.home-showcase__title {
  margin: 16px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: var(--insur-black);
}
.main-header-two__top-menu li a,
.main-header-two__top-social-text {
  font-size: 13px;
  letter-spacing: var(--insur-letter-spacing);
}
.mobile-nav__wrapper .home-showcase .row [class*="col-"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.mobile-nav__wrapper .home-showcase__inner {
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0);
}
.mobile-nav__wrapper .home-showcase__title {
  color: var(--insur-white, #fff);
}
.main-header-two {
  width: 100%;
  background: 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 99;
  position: relative;
}
.main-header-two__top {
  position: relative;
  display: block;
  background-color: transparent;
}
.main-header-two__top-social-box {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 7px 0;
  z-index: 1;
}
.main-header-two__top-menu-social-box,
.main-header-two__top-social-box-inner {
  display: flex;
  align-items: center;
  position: relative;
}
.main-header-two__top-social-box-inner {
  justify-content: space-between;
}
.main-header-two__top-social-text span {
  color: var(--insur-black);
  font-weight: 700;
}
.about-one__img,
.about-one__img-box,
.get-insurance__content,
.get-insurance__content-box,
.get-insurance__form,
.get-insurance__right,
.get-insurance__tab,
.get-insurance__tab-box .tabs-content,
.main-header-three,
.main-header-two__top-menu-box,
.main-menu-three__wrapper,
.main-menu-two__wrapper,
.main-slider-three,
.main-slider-three__content,
.main-slider-two__content,
.main-slider-two__inner,
.main-slider-two__right,
.service-one__content,
.service-one__img,
.services-one,
.services-one__bottom,
.services-one__container,
.services-one__top,
.services-one__top-left,
.services-one__top-right {
  position: relative;
  display: block;
}
.main-header-two__top-menu {
  position: relative;
  display: flex;
  align-items: center;
}
.main-header-two__top-menu li a {
  position: relative;
  display: flex;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-header-two__top-social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 40px;
}
.main-header-two__top-social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--insur-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-header-two__top-social a + a {
  margin-left: 25px;
}
.main-header-two__top-details {
  position: relative;
  display: block;
  padding: 29px 0 64px;
  background-color: #16243d;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}
.get-insuracne-two__content-bottom,
.main-header-two__top-details-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header-two__top-details-list,
.main-header-two__top-details-list li,
.main-header-two__top-details-list li .icon,
.main-header-two__top-details-list li .icon span,
.main-menu-two__search-box-get-quote {
  display: flex;
  align-items: center;
  position: relative;
}
.main-header-two__top-details-list {
  justify-content: flex-end;
}
.cta-one__btn-box,
.main-header-two__top-details-list li + li {
  margin-left: 40px;
}
.main-header-two__top-details-list li .icon span {
  font-size: 39px;
  background: #01c8f8;
  background: linear-gradient(
    90deg,
    rgba(1, 200, 248, 0.8407738095238095) 35%,
    rgba(1, 102, 195, 0.8099614845938375) 71%
  );
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-header-two__top-details-list li .text h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--insur-white);
  line-height: 24px;
  letter-spacing: var(--insur-letter-spacing);
}
.main-header-two__top-details-list li .text p {
  font-size: 16px;
  color: #97a2b7;
  line-height: 24px;
  letter-spacing: var(--insur-letter-spacing);
}
.main-header-two__top-details-list li .text p a {
  color: #97a2b7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-menu-two {
  margin-top: -35px;
}
.main-menu-two__wrapper-inner {
  display: block;
  background-color: var(--insur-white);
  padding-left: 40px;
  border-radius: var(--insur-bdr-radius);
  box-shadow: 0 10px 60px 0 rgb(0 0 0 / 5%);
}
.main-menu-three__left,
.main-menu-three__main-menu-box,
.main-menu-two__left {
  display: block;
  float: left;
}
.main-menu-two__right {
  position: relative;
  display: block;
  float: right;
}
.main-menu-two__search-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 30px;
  padding: 25px 0;
}
.main-menu-two .main-menu__list > li,
.main-menu-two__get-quote-btn,
.stricky-header.main-menu-two .main-menu__list > li {
  padding-top: 22px;
  padding-bottom: 22px;
}
.main-menu-two__search-box:before {
  position: absolute;
  top: 20px;
  left: -20px;
  bottom: 20px;
  content: "";
  width: 1px;
  background-color: var(--insur-bdr-color);
}
.main-menu-two__search {
  font-size: 20px;
  color: var(--insur-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-menu-two__get-quote-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.single .info-section.first,
.stricky-header.main-menu-two {
  margin-top: 0;
}
.stricky-header .main-menu-two__wrapper-inner {
  display: block;
  background-color: var(--insur-white);
  padding-left: 0;
  border-radius: 0;
  box-shadow: none;
}
.stricky-header .main-menu-two__get-quote-btn {
  border-radius: 0;
}
.main-menu-three .main-menu__list > li > ul,
.main-menu-three .main-menu__list > li > ul > li > ul,
.main-menu-two .main-menu__list > li > ul,
.main-menu-two .main-menu__list > li > ul > li > ul,
.stricky-header.main-menu-three .main-menu__list > li > ul,
.stricky-header.main-menu-three .main-menu__list > li > ul > li > ul,
.stricky-header.main-menu-two .main-menu__list > li > ul,
.stricky-header.main-menu-two .main-menu__list > li > ul > li > ul {
  top: 100%;
}
.main-menu-three__logo {
  display: block;
  float: left;
  padding: 41px 170px 41px 0;
}
.main-menu-three__right {
  display: block;
  float: right;
}
.main-menu-three__search-get-quote-btn {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.main-menu-three__search-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding: 15px 0;
}
.main-menu-three__search-box:before {
  position: absolute;
  top: 10px;
  left: -20px;
  bottom: 10px;
  content: "";
  width: 1px;
  background-color: var(--insur-bdr-color);
}
.main-menu-three__search {
  font-size: 20px;
  color: var(--insur-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-menu-three__get-quote-btn {
  font-size: 14px;
  padding: 12px 30px;
}
.main-menu-three .main-menu__list > li,
.stricky-header.main-menu-three .main-menu__list > li {
  padding-top: 42px;
  padding-bottom: 42px;
}
.main-menu-three .main-menu__list > li + li,
.stricky-header.main-menu-three .main-menu__list > li + li {
  margin-left: 50px;
}
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.search-popup__content .thm-btn,
.search-popup__overlay {
  position: absolute;
  top: 0;
  background-color: var(--insur-base);
}
.search-popup.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.search-popup__overlay {
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.75;
  cursor: pointer;
}
.search-popup__content {
  width: 100%;
  max-width: 560px;
}
.search-popup__content form {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: 0;
  height: 66px;
  padding-left: 30px;
}
.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 77px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  right: -1px;
  border-radius: 0 10px 10px 0;
  border: 0;
}
.banner_area {
  height: 70vh;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner_area::before {
  position: absolute;
  width: 50%;
  height: 100%;
  content: "";
  background: -moz-linear-gradient(
    left,
    #004aa7 0,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-linear-gradient(
    left,
    #004aa7 0,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(to right, #004aa7 0, rgba(125, 185, 232, 0) 100%);
}
.about-one-bg,
.benefits-bg,
.benefits-bg-2,
.get-insurance-bg,
.image-layer-three,
.image-layer-two,
.main-slider .image-layer,
.news-three-bg,
.services-two-shape-1,
.site-footer-bg,
.we-provide-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.get-insuracne-two__progress .bar-inner,
.get-insurance__progress .bar-inner,
.service-one__title:before,
.services-two__icon:after {
  background-image: -moz-linear-gradient(0deg, #015fc9 0, #0ce0ff 100%);
  background-image: -webkit-linear-gradient(0deg, #015fc9 0, #0ce0ff 100%);
  background-image: -ms-linear-gradient(0deg, #015fc9 0, #0ce0ff 100%);
}
.banner_credentials {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
}
.banner_credentials h1 {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  margin-bottom: 60px;
}
.btn_group a {
  display: inline-block;
  background: #fcb414;
  color: #fff;
  padding: 15px 35px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 20px;
  border: 1px solid #ffb33b;
  margin-right: 22px;
  transition: 0.3s;
}
.btn_group a:hover {
  border: 1px solid #ffb33b;
  background: 0 0;
  color: #ffb33b;
}
.main-slider {
  position: relative;
  display: block;
  z-index: 91;
}
.main-slider .swiper-slide {
  position: relative;
  background-color: var(--insur-extra);
}
.main-slider .container {
  position: relative;
  padding-top: 134px;
  padding-bottom: 115px;
  z-index: 30;
}
.main-slider .image-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 63%;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1.5s ease-in, -webkit-transform 7s;
  transition: transform 7s, opacity 1.5s ease-in, -webkit-transform 7s;
  z-index: 1;
}
.main-slider-three__title,
.main-slider-two__btn-box,
.main-slider__text,
.main-slider__title {
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  visibility: hidden;
}
.main-slider__text,
.main-slider__title {
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
}
.main-slider .swiper-slide-active .image-layer,
.main-slider-three .swiper-slide-active .image-layer-three,
.main-slider-two .swiper-slide-active .image-layer-two {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.main-slider .image-layer:before {
  position: absolute;
  left: -1px;
  top: 0;
  bottom: 0;
  width: 535px;
  content: "";
  background-image: -moz-linear-gradient(
    0deg,
    #f3f6f8 0,
    rgba(243, 246, 248, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    #f3f6f8 0,
    rgba(243, 246, 248, 0) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    #f3f6f8 0,
    rgba(243, 246, 248, 0) 100%
  );
  z-index: -1;
}
.main-slider-shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  z-index: -1;
}
.main-slider__content {
  position: relative;
  display: block;
  text-align: left;
}
.main-slider__title {
  position: relative;
  font-size: 60px;
  color: var(--insur-black);
  font-weight: 900;
  line-height: 80px;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
  opacity: 0;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
}
.main-slider__title span {
  color: var(--insur-base);
  font-weight: 700;
}
.list-group.banner_list_view {
  margin-bottom: 25px;
}
.list-group.banner_list_view .list-group-item {
  background: 0 0;
  border: none;
  color: var(--insur-black);
  font-size: 19px;
  font-weight: 600;
  padding: 10px 0;
}
.list-group.banner_list_view .list-group-item > svg {
  color: #ffb33b;
  width: 23px;
  height: 23px;
  margin-right: 8px;
}
.main-slider__text {
  font-size: 18px;
  color: var(--insur-gray);
  font-weight: 400;
  letter-spacing: var(--insur-letter-spacing);
  line-height: 30px;
  padding-bottom: 41px;
  opacity: 0;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
}
.main-slider-three__btn-box,
.main-slider__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
}
.main-slider .swiper-slide-active .main-slider__btn-box,
.main-slider .swiper-slide-active .main-slider__text,
.main-slider .swiper-slide-active .main-slider__title {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.main-slider__nav {
  position: absolute;
  top: 50%;
  left: 120px;
  z-index: 100;
  transform: translateY(-50%) translateX(0);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: rgba(var(--insur-black-rgb), 0.2);
  border: 2px solid rgba(var(--insur-black-rgb), 0.2);
  border-radius: 50%;
  margin: 0;
  text-align: center;
  transition: 0.5s;
}
.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: rgba(var(--insur-black-rgb), 1);
  border: 2px solid rgba(var(--insur-black-rgb), 1);
}
.main-slider__nav .swiper-button-prev {
  margin-bottom: 10px;
}
.main-slider-two {
  position: relative;
  display: block;
  top: -35px;
  margin-bottom: -35px;
}
.main-slider-three .swiper-slide,
.main-slider-two .swiper-slide,
.sidebar__search-form {
  position: relative;
}
.main-slider-two .container {
  position: relative;
  padding-top: 188px;
  padding-bottom: 160px;
  z-index: 30;
}
.image-layer-two:after,
.image-layer-two:before {
  top: 0;
  background-color: rgba(var(--insur-black-rgb), 0.85);
  z-index: -1;
  position: absolute;
  bottom: 0;
  content: "";
}
.image-layer-three,
.image-layer-two {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1.5s ease-in, -webkit-transform 7s;
  transition: transform 7s, opacity 1.5s ease-in, -webkit-transform 7s;
  z-index: 1;
}
.main-slider-two__text,
.main-slider-two__title {
  color: var(--insur-white);
  visibility: hidden;
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  opacity: 0;
}
.main-slider-two__btn-box,
.main-slider-two__text,
.main-slider-two__title {
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
}
.image-layer-two:before {
  left: 0;
  max-width: 940px;
  width: 100%;
  clip-path: polygon(0 0, 87% 0, 100% 100%, 0% 100%);
}
.image-layer-two:after {
  left: 48%;
  width: 40px;
  transform: translateX(-50%) rotate(-10deg);
}
.main-slider-two__content:before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 188px;
  width: 5px;
  background-color: rgba(var(--insur-white-rgb), 0.1);
  content: "";
}
.main-slider-two__title {
  position: relative;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.04em;
  margin-bottom: 21px;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
}
.main-slider-two__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-left: 30px;
  padding-bottom: 46px;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
}
.main-slider-two .swiper-slide-active .main-slider-two__text {
  visibility: visible;
  opacity: 0.7;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.main-slider-two__btn-box {
  position: relative;
  display: block;
  margin-left: 30px;
  opacity: 0;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
}
.main-slider-two .swiper-slide-active .main-slider-two__btn-box,
.main-slider-two .swiper-slide-active .main-slider-two__title {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.main-slider-two__video-link {
  position: absolute;
  left: 30px;
  top: 290px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-slider-two__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  font-size: 18px;
  color: var(--insur-black);
  background-color: var(--insur-white);
  border-radius: 50%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.main-slider-two__video-icon:hover {
  background-color: var(--insur-primary);
  color: var(--insur-black);
}
.main-slider-two__video-icon:before {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  content: "";
  border-radius: 50%;
  border: 1px solid var(--insur-white);
  opacity: 0.1;
  z-index: 1;
}
.main-slider-two__video-icon .ripple:after,
.main-slider-two__video-icon .ripple:before,
.main-slider-two__video-link .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125px;
  height: 125px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--insur-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--insur-primary-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--insur-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--insur-primary-rgb), 0.6);
  -webkit-animation: 3s infinite ripple;
  animation: 3s infinite ripple;
  border-radius: 50%;
}
.main-slider-two__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.main-slider-two__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.main-slider-two__video-text {
  font-size: 16px;
  color: var(--insur-white);
  font-weight: 700;
  line-height: 19px;
  margin-left: 35px;
}
.main-slider-two .main-slider__nav {
  top: 52%;
}
.main-slider-two .main-slider__nav .swiper-button-next,
.main-slider-two .main-slider__nav .swiper-button-prev {
  color: rgba(var(--insur-white-rgb), 0.2);
  border: 2px solid rgba(var(--insur-white-rgb), 0.2);
}
.main-slider-two .main-slider__nav .swiper-button-next:hover,
.main-slider-two .main-slider__nav .swiper-button-prev:hover {
  color: rgba(var(--insur-white-rgb), 1);
  border: 2px solid rgba(var(--insur-white-rgb), 1);
}
.main-slider-three .container {
  position: relative;
  padding-top: 177px;
  padding-bottom: 185px;
  z-index: 30;
}
.image-layer-three:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(17, 29, 50, 0.6);
  z-index: -1;
}
.main-slider-three__title {
  position: relative;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 19px;
  opacity: 0;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
}
.main-slider-three__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 41px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition: opacity 2s, -webkit-transform 2s;
  transition: transform 2s, opacity 2s, -webkit-transform 2s;
}
.about-one__experience-year,
.feature-one__count:before,
.feature-one__title,
.footer-widget__open-hour-title,
.footer-widget__title,
.news-details__tags span,
.news-details__title,
.tracking__title {
  font-weight: 700;
  letter-spacing: var(--insur-letter-spacing);
}
.about-four__text-1,
.about-one__experience-text,
.about-one__points li .text p,
.about-one__text-1,
.faq-one-accrodion .accrodion-title h4,
.feature-four__points li .text p,
.feature-four__points-two li a,
.work-together__progress .count-text,
.work-together__text {
  font-weight: 500;
  letter-spacing: var(--insur-letter-spacing);
}
.main-slider-three .swiper-slide-active .main-slider-three__text {
  visibility: visible;
  opacity: 0.7;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.main-slider-three .swiper-slide-active .main-slider-three__btn-box,
.main-slider-three .swiper-slide-active .main-slider-three__title {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}
.feature-one__single:hover .feature-one__single-inner:before,
.services-one__single:hover .service-one__img:before {
  transform: translate3d(0, 0, 0);
}
.main-slider-three__nav {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.feature-one__single,
.feature-one__single-inner {
  z-index: 1;
  border-radius: var(--insur-bdr-radius);
}
.main-slider-three__nav .swiper-button-next,
.main-slider-three__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: rgba(var(--insur-white-rgb), 0.2);
  border: 2px solid rgba(var(--insur-white-rgb), 0.2);
  border-radius: 50%;
  margin: 0;
  text-align: center;
  transition: 0.5s;
}
.main-slider-three__nav .swiper-button-next:hover,
.main-slider-three__nav .swiper-button-prev:hover {
  color: rgba(var(--insur-white-rgb), 1);
  border: 2px solid rgba(var(--insur-white-rgb), 1);
}
.flat-accordion .toggle-content > div p,
.main-slider-three__nav .swiper-button-prev {
  margin-bottom: 10px;
}
.feature-one {
  position: relative;
  display: block;
  padding: 60px 0 90px;
}
.feature-one__inner,
.process__inner {
  position: relative;
  display: block;
  counter-reset: count;
}
.feature-one__single {
  position: relative;
  display: block;
  background-color: #fff;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.feature-one__single:hover {
  transform: translateY(-10px);
}
.feature-one__single-inner {
  position: relative;
  display: block;
  padding: 132px 50px 32px;
  overflow: hidden;
}
.feature-one__single-inner:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--insur-black);
  border-radius: var(--insur-bdr-radius);
  transition: 0.5s;
  transform: translate3d(0, 100%, 0);
  z-index: -1;
}
.feature-one__icon {
  position: absolute;
  left: -40px;
  top: -90px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #015fc9 0, #0ce0ff 100%);
  background-image: -webkit-linear-gradient(90deg, #015fc9 0, #0ce0ff 100%);
  background-image: -ms-linear-gradient(90deg, #015fc9 0, #0ce0ff 100%);
  width: 197px;
  height: 197px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.feature-one__single:hover .feature-one__icon {
  background-image: -moz-linear-gradient(0deg, #0ce0ff 0, #015fc9 100%);
  background-image: -webkit-linear-gradient(0deg, #0ce0ff 0, #015fc9 100%);
  background-image: -ms-linear-gradient(0deg, #0ce0ff 0, #015fc9 100%);
}
.feature-one__icon span {
  font-size: 65px;
  position: relative;
  display: inline-block;
  top: 107px;
  left: 81px;
  -webkit-transition: 0.5s linear 0.1s;
  transition: 0.5s linear 0.1s;
}
.feature-one__single:hover .feature-one__icon span {
  transform: scale(0.9);
}
.feature-one__count {
  position: absolute;
  top: 50px;
  right: 54px;
  height: 45px;
  width: 56px;
  text-align: center;
}
.feature-one__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: transparent;
  -webkit-text-stroke: 1px #e0e4e8;
  font-size: 60px;
  line-height: 45px;
  counter-increment: count;
  content: counters(count, ".", decimal-leading-zero);
  transition: 0.2s linear 0.1s;
}
.feature-one__single:hover .feature-one__count:before {
  -webkit-text-stroke: 1px var(--insur-primary);
}
.feature-one__shape {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s 0.4s;
  transform: translateX(100%);
  z-index: -1;
}
.feature-one__single:hover .feature-one__shape {
  transform: translateX(0);
}
.feature-one__shape img {
  width: auto;
  opacity: 0.07;
}
.feature-one__title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 14px;
}
.feature-one__title a {
  color: var(--insur-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.feature-one__text {
  letter-spacing: var(--insur-letter-spacing);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.feature-one__single:hover .feature-one__text,
.services-two__top-left .section-sub-title {
  color: #97a2b7;
}
.get-insuracne-two__input-box .bootstrap-select > .dropdown-toggle,
.get-insurance__input-box .bootstrap-select > .dropdown-toggle {
  outline: 0 !important;
  color: var(--insur-gray) !important;
  line-height: 60px;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}
.about-one {
  position: relative;
  display: block;
  padding: 120px 0 80px;
  background-color: var(--insur-white);
  z-index: 1;
}
.about-one-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 826px;
  height: 627px;
  background-position: right center;
  opacity: 0.05;
  z-index: -1;
}
.about-one__left,
.benefits-two__left {
  position: relative;
  display: block;
  margin-right: 30px;
}
.about-one__img > img,
.about-two__img img,
.benefits-two__img img {
  width: 100%;
  border-radius: 20px;
}
.about-one__img-two {
  position: absolute;
  bottom: -105px;
  left: -80px;
}
.about-one__img-two > img {
  width: auto;
  border-radius: 20px;
}
.about-one__experience {
  position: absolute;
  bottom: -62px;
  left: 80px;
  display: flex;
  align-items: center;
  background-color: var(--insur-base);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 27px 40px 23px;
}
.about-one__experience:before {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  content: "";
  border: 2px dashed var(--insur-primary);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.about-one__experience:after {
  position: absolute;
  bottom: 0;
  right: -65px;
  content: "";
  border-top: 0 solid transparent;
  border-left: 65px solid #0ce0ff;
  border-bottom: 62px solid transparent;
}
.about-one__experience-year {
  font-size: 60px;
  color: var(--insur-white);
  line-height: 60px;
}
.about-one__experience-text {
  font-size: 20px;
  color: var(--insur-white);
  line-height: 24px;
  margin-left: 18px;
}
.about-one__shape-1 {
  position: absolute;
  top: 35px;
  right: -30px;
  opacity: 0.3;
  z-index: -1;
}
.about-one__shape-1 img {
  width: auto;
}
.about-four__right,
.about-one__right,
.benefits-two__right,
.team-details__top-right {
  position: relative;
  display: block;
  margin-left: 70px;
}
.about-one__right .section-title {
  margin-bottom: 27px;
}
.about-one__text-1 {
  font-size: 24px;
  color: var(--insur-base);
  line-height: 40px;
}
.about-one__text-2,
.comment-one__content p,
.contact-page__call-email-content h4,
.contact-page__location-text,
.error-page__text,
.news-sideabr__bottom-box-text,
.news-sideabr__text,
.pricing__title,
.service-one__title {
  line-height: 30px;
  letter-spacing: var(--insur-letter-spacing);
}
.about-one__points {
  position: relative;
  display: block;
  margin-top: 14px;
  margin-bottom: 20px;
}
.about-one__call,
.about-one__call-icon,
.about-one__points li,
.footer-widget__phone,
.footer-widget__phone-icon,
.news-one__meta {
  position: relative;
  display: flex;
  align-items: center;
}
.about-one__points li + li {
  margin-top: 8px;
}
.about-one__points li .icon {
  height: 16px;
  width: 16px;
  background-color: var(--insur-primary);
  font-size: 10px;
  color: var(--insur-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-one__points li .text,
.news-two__client-content {
  margin-left: 15px;
}
.about-one__points li .text p {
  font-size: 18px;
  color: var(--insur-black);
}
.about-one__text-2 {
  font-size: 18px;
  margin-bottom: 20px;
}
.cta-three,
.eligibility {
  padding: 80px 0;
}
.about-one__btn-call,
.about-three__bottom {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 41px;
}
.about-one__call {
  margin-left: 20px;
}
.about-one__call-icon {
  height: 50px;
  width: 50px;
  border: 2px solid var(--insur-bdr-color);
  border-radius: 50%;
  justify-content: center;
  color: var(--insur-primary);
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about-one__call-icon:hover {
  background-color: var(--insur-base);
  color: var(--insur-white);
  border: 2px solid var(--insur-base);
}
.service-one__img,
.service-one__img img,
.service-one__img:before {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.about-one__call-content {
  position: relative;
  margin-left: 10px;
  top: -2px;
}
.about-one__call-content a {
  font-size: 16px;
  font-weight: 700;
  color: var(--insur-black);
  display: inline-block;
  letter-spacing: var(--insur-letter-spacing);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about-one__call-content a:hover {
  color: var(--insur-base);
}
.about-one__call-content p {
  font-size: 14px;
  letter-spacing: var(--insur-letter-spacing);
  line-height: 16px;
}
.services-one {
  background-color: var(--insur-extra);
  padding: 120px 0 90px;
}
.services-one__top-right {
  margin-left: 170px;
  margin-top: 16px;
}
.about-two__text,
.benefits__text,
.news-one__text,
.services-one__top-text,
.testimonial-one__text,
.testimonial-one__top-text,
.testimonial-two__text,
.testimonial-two__text-2 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: var(--insur-letter-spacing);
}
.services-one__container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.news-one__single,
.news-two__single,
.services-one__single,
.services-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.service-one__img {
  overflow: hidden;
  z-index: 1;
}
.service-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--insur-black-rgb), 0.3);
  transition: 0.5s;
  transform: translate3d(0, -100%, 0);
  z-index: 1;
}
.service-one__img img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.services-one__single:hover .service-one__img img {
  transform: scale(1.05);
}
.service-one__content {
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 37px 30px 28px;
}
.services-one__icon {
  position: absolute;
  top: -40px;
  right: 20px;
  height: 60px;
  width: 60px;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: var(--insur-bdr-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}
.cta-one__btn:after,
.cta-one__btn:before,
.get-insuracne-two,
.get-insurance,
.get-insurance-bg {
  background-color: var(--insur-white);
}
.benefits__point li .icon,
.benefits__point li:hover,
.services-one__single:hover .services-one__icon {
  background-color: var(--insur-base);
}
.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: var(--insur-base);
  transition: 0.5s linear 0.1s;
  transform: scale(1);
}
.services-one__single:hover .services-one__icon span {
  color: var(--insur-white);
  transform: scale(0.9);
}
.service-one__title {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.service-one__title:before {
  position: absolute;
  content: "";
  left: 0;
  top: -16px;
  height: 4px;
  width: 40px;
}
.service-one__title a {
  color: var(--insur-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4,
.footer-widget__newsletter-btn:hover,
.news-one__meta li a i,
.news-one__meta li a:hover,
.news-one__single:hover .news-one__title a,
.services-one__single:hover .service-one__title a {
  color: var(--insur-base);
}
.service-one__text {
  font-size: 14px;
  letter-spacing: var(--insur-letter-spacing);
  line-height: 24px;
}
.get-insurance {
  position: relative;
  display: block;
  padding: 120px 0 130px;
  z-index: 1;
}
.get-insurance:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-image: -moz-linear-gradient(
    90deg,
    #f2f5f9 0,
    rgba(242, 245, 249, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    #f2f5f9 0,
    rgba(242, 245, 249, 0) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    #f2f5f9 0,
    rgba(242, 245, 249, 0) 100%
  );
  z-index: -1;
}
.get-insurance-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-blend-mode: luminosity;
  opacity: 0.06;
  z-index: -1;
}
.get-insurance__left {
  position: absolute;
  bottom: 0;
  left: 345px;
}
.get-insurance__img {
  position: relative;
  display: block;
  z-index: 3;
}
.about-three__img > img,
.about-three__shape-1 > img,
.get-insurance__img img,
.swiper-slide img {
  width: 100%;
}
.get-insurance__author {
  position: absolute;
  top: 40px;
  left: -176px;
  border-radius: 50%;
  background-color: #f2f5f9;
  width: 550px;
  height: 550px;
}
.get-insurance__author p {
  position: relative;
  display: inline-block;
  font-size: 34px;
  color: var(--insur-black);
  font-family: var(--insur-reey-font);
  top: 194px;
  left: 70px;
}
.get-insurance__circle {
  position: absolute;
  left: 313px;
  top: 173px;
  border-radius: 50%;
  background-color: #fff;
  width: 244px;
  height: 244px;
  z-index: 1;
}
.get-insurance__shape-1 {
  position: absolute;
  bottom: 0;
  left: -145px;
}
.about-two__awards-shape-2 img,
.about-two__dots img,
.cta-one__img img,
.get-insuracne-two-shape-2 img,
.get-insuracne-two-shape-3 img,
.get-insuracne-two__tab-icon img,
.get-insurance__shape-1 img,
.process-shape-1 img,
.testimonial-two-shape-2 > img,
.tracking-shape-1 img,
.tracking-shape-2 img,
.tracking-shape-3 img,
.tracking-shape-4 img {
  width: auto;
}
.get-insurance__tab-box,
.tracking__btn-box {
  position: relative;
  display: block;
  z-index: 2;
}
.get-insurance__tab-box .tab-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
}
.get-insurance__tab-box .tab-buttons .tab-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq-one .section-sub-title-box,
.message-one .section-sub-title-box,
.news-one .section-sub-title-box,
.news-three .section-sub-title-box,
.news-two .section-sub-title-box,
.pricing .section-sub-title-box,
.process .section-sub-title-box,
.similar-portfolio .section-sub-title-box,
.we-provide .section-sub-title-box,
.we-provide__tab-box .tab-buttons .tab-btn + .tab-btn {
  margin-left: 0;
}
.get-insurance__tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  color: var(--insur-white);
  background-color: var(--insur-black);
  padding: 7px 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}
.get-insurance__tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--insur-white);
  background-color: var(--insur-base);
}
.get-insurance__tab-box .tab-buttons .tab-btn span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  border-radius: 5px;
  content: "";
  background-color: var(--insur-base);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.get-insurance__tab-box .tab-buttons .tab-btn.active-btn span:before {
  height: 100%;
}
.get-insurance__tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 10;
}
.get-insurance__tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.get-insurance__input-box input[type="email"],
.get-insurance__input-box input[type="text"] {
  height: 60px;
  width: 100%;
  border: 1px solid #dfe3e7;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  outline: 0;
  font-size: 16px;
  color: var(--insur-gray);
  font-weight: 400;
  padding: 0 30px;
  border-radius: var(--insur-bdr-radius);
}
.get-insurance__input-box
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  position: relative;
  display: block;
  width: 100% !important;
}
.get-insurance__input-box .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 60px;
  border-radius: var(--insur-bdr-radius);
  border: 1px solid #f2f5f9;
  background-color: #f2f5f9;
  margin: 0;
  padding: 0 30px;
  box-shadow: none !important;
  background-repeat: no-repeat;
}
.get-insurance__input-box .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 14px;
  color: var(--insur-gray);
}
.get-insurance__progress {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 23px;
  margin-bottom: 50px;
}
.about-two__img,
.about-two__img-box,
.footer-widget__about,
.footer-widget__about-text-box,
.footer-widget__contact,
.footer-widget__contact-list,
.footer-widget__contact-list li .icon,
.footer-widget__gallery,
.footer-widget__newsletter,
.footer-widget__newsletter-input-box,
.get-insurance__progress-single,
.news-one,
.news-one__img,
.site-footer__bottom,
.testimonial-one__bottom,
.testimonial-one__carousel,
.testimonial-one__client-details,
.testimonial-one__top,
.testimonial-one__top-left,
.tracking {
  position: relative;
  display: block;
}
.get-insurance__progress-title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 14px;
  font-weight: 700;
  letter-spacing: var(--insur-letter-spacing);
}
.get-insurance__progress .bar {
  position: relative;
  width: 100%;
  height: 11px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border: 1px solid #dfe3e7;
}
.get-insurance__progress .bar-inner {
  position: relative;
  display: block;
  width: 0;
  height: 11px;
  border-radius: 5px;
  -webkit-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.get-insurance__progress .count-text {
  position: absolute;
  right: -30px;
  bottom: -8px;
  opacity: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #16243d;
  width: 34px;
  height: 34px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.get-insurance__progress .bar-inner.counted .count-text {
  opacity: 1;
}
.get-insuracne-two__balance-box,
.get-insurance__balance-box,
.testimonial-one__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
}
.get-insuracne-two__balance,
.get-insurance__balance {
  font-size: 16px;
  color: var(--insur-black);
  font-weight: 700;
  letter-spacing: var(--insur-letter-spacing);
}
.accordion-item,
.comment-form__btn,
.get-insuracne-two__btn,
.get-insurance__btn {
  border: none;
}
.team-one {
  position: relative;
  display: block;
  padding: 150px 0 120px;
  overflow: hidden;
}
.team-one__shape-1 {
  position: absolute;
  top: -90px;
  right: 0;
}
.team-one__shape-1 img {
  width: auto;
  opacity: 0.15;
  z-index: -1;
}
.team-one .container,
.team-page .container {
  max-width: 1070px;
}
.team-one .row,
.team-page .row {
  --bs-gutter-x: 108px;
}
.swiper_slider {
  /* height: 150px; */
  width: 190px !important;
  padding: 0 10px;
  border-radius: 15px;
  margin-right: 20px !important;
}
.testimonial-one {
  position: relative;
  display: block;
  background-color: var(--insur-extra);
  padding: 50px 0;
  overflow: hidden;
  z-index: 1;
}
.testimonial-one-shape-2 {
  position: absolute;
  top: -40px;
  right: 0;
}
.cta-four-shape-1 img,
.testimonial-one-shape-2 img,
.testimonial-one-shape-3 img {
  width: auto;
  mix-blend-mode: luminosity;
  opacity: 0.15;
}
.testimonial-one-shape-3 {
  position: absolute;
  bottom: -90px;
  left: 0;
}
.testimonial-one .container,
.testimonial-page .container {
  max-width: 1160px;
}
.testimonial-one__top-right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 16px;
}
.testimonial-one__single {
  position: relative;
  display: block;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.testimonial-one__single:hover {
  transform: translateY(-10px);
}
.testimonial-one__single-inner {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 65px 60px 55px;
  border-radius: 20px;
  background-color: var(--insur-white);
}
.testimonial-one__shape-1 > img {
  width: auto !important;
  border-top-right-radius: 20px;
  opacity: 0.2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.testimonial-one__single:hover .testimonial-one__shape-1 > img {
  mix-blend-mode: normal;
  opacity: 1;
}
.testimonial-one__client-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 5px;
  margin-bottom: 26px;
}
.testimonial-one__client-img-box {
  position: relative;
  display: block;
  width: 100%;
  max-width: 115px;
  z-index: 1;
}
.testimonial-one__client-img-box:before {
  position: absolute;
  content: "";
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background-image: -moz-linear-gradient(-29deg, #015fc9 0, #0ce0ff 100%);
  background-image: -webkit-linear-gradient(-29deg, #015fc9 0, #0ce0ff 100%);
  background-image: -ms-linear-gradient(-29deg, #015fc9 0, #0ce0ff 100%);
  border-top-left-radius: 45px;
  z-index: -1;
}
.testimonial-one__client-img-box > img {
  width: 100% !important;
  border-top-left-radius: 45px;
  border: 6px solid var(--insur-white);
}
.testimonial-one__quote {
  position: absolute;
  top: -28px;
  right: -33px;
  height: 58px;
  width: 58px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-one__img,
.news-one__img img,
.news-one__img:before {
  border-top-right-radius: var(--insur-bdr-radius);
}
.news-one__img,
.news-one__img img,
.news-one__img:before,
.news-one__tag {
  border-top-left-radius: var(--insur-bdr-radius);
}
.faq-one-accrodion .accrodion.active,
.feature-two__content {
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
}
.testimonial-one__quote > img {
  width: auto !important;
}
.testimonial-one__client-content {
  margin-left: 45px;
  position: relative;
  top: 3px;
}
.testimonial-one__client-review {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.testimonial-one__client-review i {
  font-size: 15px;
  color: #fab600;
}
.testimonial-one__client-name {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: var(--insur-letter-spacing);
  line-height: 34px;
}
.feature-three__sub-title,
.news-one__tag p,
.news-two__client-content h5,
.news-two__tag p,
.services-three__get-quote-sub-title,
.testimonial-one__client-sub-title,
.tracking__sub-title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.about-two__awards-content,
.about-two__awards-year,
.about-two__counter-count h3,
.about-two__counter-percent,
.about-two__counter-text-1,
.about-two__counter-text-2,
.about-two__points li .text p,
.brand-one__title h2,
.cta-one__call-number a,
.cta-one__call-number p,
.cta-one__title,
.faq-one-accrodion .accrodion-content p,
.feature-two__text,
.footer-widget__about-text,
.footer-widget__contact-list li .text p,
.footer-widget__newsletter-input-box input[type="email"],
.footer-widget__newsletter-text,
.footer-widget__phone-text a,
.get-insuracne-two__content-bottom-text-box h5,
.get-insuracne-two__content-bottom-text-box p,
.get-insuracne-two__progress-title,
.get-insuracne-two__tab-text,
.process__btn,
.process__input-box input[type="text"],
.process__text,
.process__title,
.services-two__text,
.services-two__title,
.services-two__top-text,
.site-footer__bottom-text,
.testimonial-two__client-name,
.work-together__progress-title {
  letter-spacing: var(--insur-letter-spacing);
}
.testimonial-one__client-sub-title {
  font-size: 14px;
  color: var(--insur-base);
  font-weight: 500;
}
.carousel-dot-style.owl-carousel .owl-stage-outer,
.testimonial-one__carousel.owl-carousel .owl-stage-outer,
.testimonial-three__carousel.owl-carousel .owl-stage-outer,
.testimonial-two__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.carousel-dot-style.owl-carousel .owl-item,
.testimonial-one__carousel.owl-carousel .owl-item,
.testimonial-three__carousel.owl-carousel .owl-item,
.testimonial-two__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
.carousel-dot-style.owl-carousel .owl-item.active,
.testimonial-one__carousel.owl-carousel .owl-item.active,
.testimonial-three__carousel.owl-carousel .owl-item.active,
.testimonial-two__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.news-one {
  padding: 50px 0 90px;
  padding-bottom: 0;
}
.news-one__img {
  overflow: hidden;
  z-index: 1;
}
.news-one__img:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--insur-black-rgb), 0.5);
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s,
    -webkit-transform 0.5s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  z-index: 1;
}
.news-one__single:hover .news-one__img:before {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.news-one__img img {
  width: 100%;
  transition: 0.5s;
}
.news-one__single:hover .news-one__img img {
  transform: scale(1.05);
}
.news-one__tag {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--insur-base);
  padding: 14px 20px;
  z-index: 2;
}
.news-one__tag p {
  font-size: 12px;
  color: var(--insur-white);
  font-weight: 700;
  line-height: 12px;
}
.news-one__read-more a,
.news-one__title a {
  color: var(--insur-black);
  transition: 0.5s;
}
.news-one__tag p i {
  font-size: 12px;
  padding-right: 3px;
}
.news-one__arrow-box,
.news-two__arrow-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.news-one__arrow,
.news-two__arrow {
  height: 50px;
  width: 50px;
  border: 2px solid var(--insur-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--insur-white);
  font-size: 15px;
  opacity: 0;
  transform: translateY(70px);
  transition: 0.5s;
}
.news-one__single:hover .news-one__arrow,
.news-two__single:hover .news-two__arrow {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.news-one__arrow:hover,
.news-two__arrow:hover {
  border: 2px solid var(--insur-primary);
  color: var(--insur-primary);
}
.news-one__content {
  position: relative;
  display: block;
  border-bottom-left-radius: var(--insur-bdr-radius);
  border-bottom-right-radius: var(--insur-bdr-radius);
  border-top: 0;
  padding: 5px 20px 22px;
  transition: 0.5s;
  background: #fff;
  text-align: left;
}
.news-three-bg,
.services-two-shape-1,
.site-footer-bg,
.we-provide-bg {
  background-position: center;
}
.testimonial-three__client-img,
.testimonial-two__client-img {
  background-image: -moz-linear-gradient(-29deg, #015fc9 0, #0ce0ff 100%);
  background-image: -webkit-linear-gradient(-29deg, #015fc9 0, #0ce0ff 100%);
  background-image: -ms-linear-gradient(-29deg, #015fc9 0, #0ce0ff 100%);
}
.news-one__content > p,
.tuition_fee_loans_table > table > :not(caption) > * > * {
  font-size: 15px;
}
.duration_price_details > p {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
}
.news-one__meta li a {
  font-size: 14px;
  color: var(--insur-gray);
  font-weight: 500;
  transition: 0.5s;
}
.news-one__meta li a i {
  font-size: 15px;
  padding-right: 2px;
}
.news-one__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 7px;
}
.news-one__read-more {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 11px;
}
.news-one__read-more a {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.news-one__read-more a i {
  font-size: 13px;
  position: relative;
  padding-left: 5px;
  top: 2px;
}
.tracking__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 57px 80px;
  background-color: var(--insur-base);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.tracking-shape-1 {
  position: absolute;
  bottom: 0;
  left: -55px;
}
.tracking-shape-2 {
  position: absolute;
  top: 50px;
  left: -100px;
}
.tracking-shape-3 {
  position: absolute;
  top: -15px;
  right: -192px;
  z-index: 2;
}
.tracking-shape-4 {
  position: absolute;
  top: 50px;
  right: -55px;
}
.footer-widget__contact-list li,
.tracking__icon,
.tracking__left {
  position: relative;
  display: flex;
}
.tracking__icon span {
  font-size: 65px;
  color: var(--insur-white);
  position: relative;
  display: inline-block;
}
.tracking__content {
  position: relative;
  margin-left: 30px;
  top: -7px;
}
.tracking__sub-title {
  font-size: 14px;
  color: #c2dfff;
  line-height: 24px;
  font-weight: 500;
}
.tracking__title {
  font-size: 36px;
  color: var(--insur-white);
  line-height: 47px;
}
.tracking__btn {
  background-color: var(--insur-white);
  color: var(--insur-black);
}
.site-footer {
  position: relative;
  display: block;
  background-color: var(--insur-black);
  z-index: 1;
}
.site-footer-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1709px;
  mix-blend-mode: color-burn;
  opacity: 0.15;
  z-index: -1;
}
.site-footer__top {
  position: relative;
  display: block;
  padding: 100px 0 50px;
  padding-bottom: 0;
}
.footer-widget__logo {
  position: relative;
  display: inline-block;
  margin-bottom: 33px;
  margin-top: -8px;
  width: 90%;
}
.footer-widget__about-text,
.footer-widget__newsletter-text {
  color: #97a2b7;
  line-height: 26px;
  font-size: 15px;
}
.site-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 32px;
}
.site-footer__social a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--insur-white);
  font-size: 15px;
  border-radius: 17px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}

.footer-widget__contact-list.list-unstyled.clearfix > li > a:hover {
  color: var(--insur-primary) !important;
}

.footer-widget__title {
  font-size: 20px;
  color: var(--insur-white);
  line-height: 20px;
  margin-bottom: 20px;
}
.faq-one-accrodion .accrodion + .accrodion,
.footer-widget__contact-list li + li {
  margin-top: 6px;
}
.footer-widget__contact-list li .icon span {
  font-size: 16px;
  color: #fcb414;
}
.footer-widget__contact-list li .text,
.get-insuracne-two__tab-text-box {
  margin-left: 14px;
}
.footer-widget__contact-list li .text p {
  font-size: 15px;
  color: #97a2b7;
  line-height: 25px;
}
.footer-widget__contact-list li .text p a {
  color: #97a2b7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.footer-widget__open-hour {
  position: relative;
  display: block;
  margin-top: 26px;
}
.footer-widget__open-hour-title {
  font-size: 15px;
  color: var(--insur-white);
  line-height: 25px;
  margin-bottom: 10px;
}
.footer-widget__open-hour-text,
.footer-widget__phone-text p {
  line-height: 26px;
  letter-spacing: var(--insur-letter-spacing);
}
.footer-widget__open-hour-text {
  font-size: 15px;
  color: #97a2b7;
}
.footer-widget__gallery-list {
  position: relative;
  display: block;
  margin-right: -5px;
  margin-left: -5px;
  padding-top: 7px;
}
.footer-widget__gallery-list li {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 15px;
}
.footer-widget__gallery-img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
}
.footer-widget__gallery-img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--insur-base-rgb), 0.9);
  transition: 0.7s;
  transform: translateY(-100%);
  border-radius: 5px;
  z-index: 1;
}
.footer-widget__gallery-list li:hover .footer-widget__gallery-img:before {
  transform: translateY(0);
}
.footer-widget__gallery-img img {
  width: 100%;
  border-radius: 5px;
  transition: 0.7s ease-in-out 0.1s;
  transform: scale(1);
}
.footer-widget__gallery-list li:hover .footer-widget__gallery-img img {
  transform: scale(1.05);
}
.footer-widget__gallery-img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--insur-white);
  transform: translateY(100px);
  opacity: 0;
  transition: 0.7s;
  z-index: 2;
}
.footer-widget__gallery-list li:hover .footer-widget__gallery-img a {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.footer-widget__newsletter-form {
  position: relative;
  display: block;
  margin-top: 27px;
  margin-bottom: 27px;
}
.footer-widget__newsletter-input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: none;
  outline: 0;
  padding-left: 20px;
  padding-right: 60px;
  background-color: #111d32;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #97a2b7;
}
.footer-widget__newsletter-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  height: 35px;
  width: 35px;
  border: none;
  font-size: 15px;
  background-color: transparent;
  color: var(--insur-white);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about-three__img > img,
.about-three__shape-1 > img,
.benefits__point li,
.feature-three__single,
.feature-three__single:after,
.feature-two__img,
.feature-two__img img,
.feature-two__img:before,
.news-details__tags a,
.services-three__get-quote,
.services-three__img,
.services-three__img img,
.sidebar__category,
.sidebar__comments,
.sidebar__post,
.sidebar__post-image > img,
.sidebar__post-list li,
.sidebar__tags {
  border-radius: var(--insur-bdr-radius);
}
.footer-widget__phone-icon span,
.footer-widget__phone-icon > i {
  font-size: 37px;
  color: var(--insur-primary);
  position: relative;
  display: inline-block;
}
.about-two__points li .text p,
.footer-widget__phone-text a {
  font-size: 18px;
  font-weight: 700;
}
.footer-widget__phone-text {
  position: relative;
  margin-left: 15px;
}
.footer-widget__phone-text a {
  color: var(--insur-white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cta-one__call-icon,
.cta-one__call-number a:hover,
.footer-widget__phone-text a:hover {
  color: var(--insur-primary);
}
.footer-widget__phone-text p {
  font-size: 14px;
  color: #97a2b7;
}
.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  border-top: 1px solid rgba(var(--insur-white-rgb), 0.1);
  padding: 20px 0;
  margin-top: 15px;
}
.site-footer__bottom-text {
  color: #97a2b7;
}
.site-footer__bottom-text a {
  color: #97a2b7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.feature-two__icon span,
.site-footer__bottom-text a:hover {
  color: var(--insur-white);
}
.feature-two,
.insurance-page-one,
.insurance-page-two,
.news-two,
.pricing,
.process,
.testimonial-page {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}
.feature-two__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.feature-two__single:hover {
  transform: translateY(-10px);
}
.feature-two__img {
  position: relative;
  display: block;
  overflow: hidden;
}
.feature-two__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--insur-base-rgb), 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: 1;
}
.feature-two__content,
.feature-two__content-inner,
.feature-two__content-inner:before {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.feature-two__single:hover .feature-two__img:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.feature-two__img img {
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.feature-two__single:hover .feature-two__img img {
  transform: scale(1.05);
}
.feature-two__content {
  position: relative;
  display: block;
  background-color: #fff;
  margin-right: 70px;
  margin-top: -55px;
  border-bottom-left-radius: 10px;
  z-index: 1;
}
.feature-two__content-inner,
.feature-two__icon {
  position: relative;
  display: flex;
  border-bottom-left-radius: 10px;
}
.about-two__awards-box,
.cta-one__content {
  box-shadow: inset 0 0 18px 0 rgba(0, 0, 0, 0.2);
}
.feature-two__content-inner {
  align-items: center;
  overflow: hidden;
  z-index: 1;
}
.feature-two__content-inner:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: var(--insur-base);
  border-bottom-left-radius: 10px;
  transform: translateX(-100%);
  transition: 0.7s;
  z-index: -1;
}
.feature-two__single:hover .feature-two__content-inner:before {
  transform: translateX(0);
}
.feature-two__icon {
  align-items: center;
  max-width: 84px;
  width: 100%;
  min-height: 100px;
  justify-content: center;
  background-color: var(--insur-base);
}
.feature-two__icon span {
  font-size: 40px;
  position: relative;
  display: inline-block;
}
.feature-two__text-box {
  padding-left: 20px;
}
.feature-two__text-box:before {
  position: absolute;
  content: "";
  top: 1px;
  bottom: -2px;
  left: 0;
  width: 2px;
  background-color: rgba(var(--insur-white-rgb), 0.1);
  transform: scaleY(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.feature-two__text,
.feature-two__text a {
  transition: 0.7s;
  color: var(--insur-black);
}
.feature-two__single:hover .feature-two__text-box:before {
  transform: scaleY(1);
  transition-delay: 0.7s;
}
.feature-two__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.feature-two__single:hover .feature-two__text a,
.services-two__top-left .section-title__title {
  color: var(--insur-white);
}
.about-three,
.about-two,
.benefits-two {
  position: relative;
  display: block;
  padding: 0 0 120px;
}
.about-two__left {
  margin-right: 42px;
}
.about-two__left .section-title {
  margin-bottom: 39px;
}
.get-insuracne-two__right .section-title,
.pricing .section-title,
.work-together__left .section-title {
  margin-bottom: 38px;
}
.about-two__points {
  margin-top: 36px;
  margin-bottom: 42px;
}
.about-two__points li,
.cta-one__call,
.cta-one__right,
.get-insuracne-two__tab-icon,
.news-two__client,
.work-together__content-box {
  position: relative;
  display: flex;
  align-items: center;
}
.about-two__points li + li {
  margin-top: 8px;
}
.about-two__points li .icon {
  height: 16px;
  width: 16px;
  background-color: var(--insur-primary);
  font-size: 10px;
  color: var(--insur-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-three__btn-box,
.about-two__points li .text {
  margin-left: 20px;
}
.about-two__points li .text p {
  color: var(--insur-black);
}
.about-two__middle {
  position: relative;
  display: block;
  margin-right: 40px;
}
.about-two__awards-box {
  position: absolute;
  bottom: 45px;
  left: -150px;
  background-color: #fff;
  border-radius: 25px;
  padding: 15px;
  z-index: 1;
}
.about-two__awards-box:before {
  position: absolute;
  bottom: -46px;
  left: 70px;
  content: "";
  background-image: url(../images/shapes/about-two-awards-shape-1.png);
  background-repeat: no-repeat;
  width: 73px;
  height: 46px;
  z-index: -1;
}
.about-two__awards-inner {
  position: relative;
  display: block;
  background-color: var(--insur-black);
  border: 4px solid var(--insur-primary);
  border-radius: 20px;
  padding: 17px 40px 20px 25px;
  overflow: hidden;
}
.about-two__awards-shape-2 {
  position: absolute;
  top: -36px;
  right: -38px;
}
.about-two__awards-year {
  font-size: 72px;
  color: var(--insur-white);
  font-weight: 700;
  line-height: 72px;
}
.about-two__awards-content {
  font-size: 20px;
  color: var(--insur-white);
  font-weight: 700;
  line-height: 23px;
}
.about-two__dots {
  position: absolute;
  bottom: 225px;
  left: -80px;
  z-index: -1;
}
.about-two__dots img {
  opacity: 0.2;
}
.about-two__counter {
  position: relative;
  display: block;
  text-align: right;
  margin-left: -20px;
  margin-top: -8px;
}
.about-two__counter-list,
.about-two__counter-single,
.services-two__bottom,
.services-two__icon-box,
.services-two__top,
.services-two__top-left,
.work-together__img,
.work-together__left {
  position: relative;
  display: block;
}
.about-two__counter-list li {
  position: relative;
  display: block;
  padding-bottom: 33px;
  margin-bottom: 32px;
}
.about-two__counter-list li:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 14px;
  right: 0;
  background-color: var(--insur-bdr-color);
  height: 2px;
}
.about-two__counter-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.about-two__counter .odometer-formatting-mark,
.about-two__counter-list li:last-child:before,
.carousel-dot-style.owl-carousel .owl-dots .owl-dot span,
.flat-accordion .flat-toggle h6.toggle-title.active:before,
.get-insuracne-two__input-box .bootstrap-select > .dropdown-toggle::after,
.search-filter .hidden,
.testimonial-three__carousel.owl-carousel .owl-dots .owl-dot span,
.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot span {
  display: none;
}
.about-two__counter-count {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.about-two__counter-count h3,
.about-two__counter-percent {
  font-size: 48px;
  font-weight: 700;
  line-height: 48px !important;
  color: var(--insur-base);
  font-family: var(--insur-font) !important;
}
.about-two__counter-text-1 {
  font-size: 20px;
  color: var(--insur-black);
  font-weight: 700;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 4px;
}
.about-two__counter-text-2 {
  font-size: 15px;
  line-height: 28px;
}
.services-two__title,
.services-two__top-text {
  line-height: 30px;
}
.services-two {
  position: relative;
  display: block;
  background-color: var(--insur-black);
  padding: 120px 0 90px;
  z-index: 1;
}
.services-two-shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.02;
  z-index: -1;
}
.get-insuracne-two-shape-1,
.testimonial-two-shape-1 {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}
.services-two__top-right {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 14px;
}
.services-two__top-text {
  font-size: 18px;
  color: #97a2b7;
}
.services-two__single {
  position: relative;
  display: block;
  background-color: #1c2a44;
  border-radius: var(--insur-bdr-radius);
  text-align: center;
  padding: 40px 35px 33px;
  border-bottom: 3px solid transparent;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.services-two__single:hover {
  border-bottom: 3px solid var(--insur-primary);
  transform: translateY(-10px);
  background-color: #111d32;
}
.services-two__icon-box:before {
  position: absolute;
  content: "";
  bottom: -9px;
  left: 50%;
  height: 4px;
  width: 40px;
  background-color: #111d32;
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.services-two__single:hover .services-two__icon-box:before {
  background-color: #070e1b;
}
.services-two__icon {
  position: relative;
  height: 85px;
  width: 85px;
  background-color: #111d32;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.services-two__icon:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  content: "";
  border-radius: 50%;
  background-color: var(--insur-white);
  -webkit-transition: 0.4s ease-in-out 0.1s;
  transition: 0.4s ease-in-out 0.1s;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.services-two__single:hover .services-two__icon:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.services-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  background: #0161ca;
  background: linear-gradient(90deg, #0161ca 41%, #0cdefe 67%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.services-two__single:hover .services-two__icon span {
  -webkit-text-fill-color: var(--insur-white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.services-two__title {
  font-size: 20px;
  font-weight: 700;
  margin-top: 26px;
  margin-bottom: 5px;
}
.benefits__point li:hover .text p,
.feature-three__single:hover .feature-three__icon span,
.feature-three__single:hover .feature-three__sub-title,
.feature-three__single:hover .feature-three__title,
.services-three__title a,
.services-two__title a {
  color: var(--insur-white);
}
.services-two__text {
  font-size: 14px;
  color: #97a2b7;
  line-height: 24px;
}
.cta-one__call-number a,
.work-together__progress-title {
  font-size: 16px;
}
.about-four,
.news-details,
.news-sidebar,
.team-details__top,
.work-together {
  position: relative;
  display: block;
  padding: 120px 0;
}
.work-together__img img {
  width: auto;
  border-radius: 7px;
}
.work-together__text {
  line-height: 30px;
}
.work-together__progress {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 24px;
}
.brand-one,
.brand-one__main-content,
.brand-one__title,
.cta-one__left,
.get-insuracne-two__left,
.get-insuracne-two__right,
.get-insuracne-two__tab,
.work-together__progress-single,
.work-together__right {
  position: relative;
  display: block;
}
.work-together__progress-title {
  line-height: 26px;
  margin-bottom: 7px;
  font-weight: 700;
}
.work-together__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: var(--insur-extra);
  border-radius: 6px;
}
.work-together__progress .bar-inner {
  position: relative;
  display: block;
  width: 0;
  height: 13px;
  border-radius: 6px;
  background-color: var(--insur-primary);
  -webkit-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.work-together__progress .count-text {
  position: absolute;
  right: -13px;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  color: var(--insur-gray);
}
.work-together__progress .bar-inner.counted .count-text {
  opacity: 1;
}
.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border: 1px solid var(--insur-bdr-color);
  border-radius: 20px;
  background-color: var(--insur-white);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  transition: 0.2s linear 0.1s;
  border-radius: 20px;
  padding: 14px 40px 14px 15px;
  border-bottom: 1px solid transparent;
}
.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  color: var(--insur-black);
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.faq-one-accrodion .accrodion-title h4 span {
  position: relative;
  height: 37px;
  width: 37px;
  background-color: var(--insur-base);
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  color: var(--insur-white);
  margin-right: 10px;
}
.faq-one-accrodion .accrodion.active .accrodion-title {
  color: var(--insur-base);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px solid var(--insur-bdr-color);
}
.faq-one-accrodion .accrodion-title h4::before {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  color: var(--insur-black);
  position: absolute;
  top: 51%;
  right: -15px;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
}
.faq-one-accrodion .accrodion.active .accrodion-title h4::before {
  content: "\f107";
  color: var(--insur-primary);
  height: 20px;
  width: 20px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 12px 30px 20px;
}
.faq-one-accrodion .accrodion-content p {
  margin: 0;
  line-height: 30px;
}
.cta-one__content {
  position: relative;
  display: block;
  border-radius: 30px;
  background-color: #fff;
  padding: 15px;
  z-index: 1;
}
.cta-one__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  border: 4px solid var(--insur-primary);
  padding: 51px 55px;
  overflow: hidden;
  z-index: 1;
}
.cta-one__title {
  font-size: 36px;
  font-weight: 700;
  color: var(--insur-white);
  line-height: 36px;
}
.cta-one__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border: 2px solid var(--insur-primary);
  border-radius: 50%;
  font-size: 20px;
}
.cta-one__call-number {
  position: relative;
  top: -1px;
  margin-left: 10px;
}
.cta-one__call-number a {
  color: var(--insur-white);
  font-weight: 700;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.cta-one__call-number p {
  font-size: 14px;
  color: #97a2b7;
  line-height: 18px;
}
.brand-one__title h2,
.cta-one__btn:hover,
.get-insuracne-two__tab-text,
.insurance-page-two .services-two__title a {
  color: var(--insur-black);
}
.cta-one__img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  z-index: -1;
}
.cta-two {
  padding: 120px 0;
}
.brand-one {
  border-top: 1px solid var(--insur-bdr-color);
  padding: 59px 0 60px;
  z-index: 1;
}
.brand-one__title {
  margin-right: 60px;
  margin-top: 9px;
}
.brand-one__title h2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}
.brand-one__main-content .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.get-insuracne-two {
  position: relative;
  display: block;
  padding: 120px 0;
  z-index: 1;
}
.get-insuracne-two:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 208px;
  right: 0;
  border: 1px solid #dfe3e7;
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  content: "";
  border-top-left-radius: 377.5px;
  border-bottom-left-radius: 377.5px;
  z-index: -1;
}
.get-insuracne-two-shape-3 {
  position: absolute;
  top: 0;
  right: -18px;
  mix-blend-mode: luminosity;
  opacity: 0.03;
  z-index: -1;
}
.get-insuracne-two__shape-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
.get-insuracne-two-shape-1 {
  position: absolute;
  top: -44px;
  bottom: -42px;
  left: -375px;
  width: 814px;
}
.get-insuracne-two-shape-2 {
  position: absolute;
  top: -34px;
  bottom: 0;
  left: -375px;
  opacity: 0.15;
}
.get-insuracne-two__img {
  border-radius: 50%;
  margin-left: -139px;
  margin-right: 102px;
}
.get-insuracne-two__img img {
  width: 100%;
  border-radius: 50%;
}
.get-insuracne-two__tab-box {
  z-index: 2;
}
.get-insuracne-two__tab-left {
  max-width: 160px;
  width: 100%;
  float: left;
}
.get-insuracne-two__tab-box .tab-buttons .tab-btn + .tab-btn {
  margin-top: 10px;
}
.get-insuracne-two__tab-btn-content {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #dfe3e7;
  border-radius: var(--insur-bdr-radius);
  padding: 17px 30px 17px 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.get-insuracne-two__tab-box
  .tab-buttons
  .tab-btn.active-btn
  .get-insuracne-two__tab-btn-content {
  border: 1px solid var(--insur-base);
}
.get-insuracne-two__tab-btn-content:before {
  position: absolute;
  top: 50%;
  right: -6px;
  content: "";
  border-top: 8px solid transparent;
  border-left: 6px solid var(--insur-base);
  border-bottom: 8px solid transparent;
  transform: translateY(-50%) scale(0);
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.get-insuracne-two__tab-box
  .tab-buttons
  .tab-btn.active-btn
  .get-insuracne-two__tab-btn-content:before {
  transform: translateY(-50%) scale(1);
}
.get-insuracne-two__tab-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}
.get-insuracne-two__tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 10;
}
.get-insuracne-two__tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.get-insuracne-two__tab-right {
  position: relative;
  display: block;
  max-width: 510px;
  width: 100%;
  padding-left: 40px;
  float: right;
}
.get-insuracne-two__input-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.get-insuracne-two__input-box input[type="email"],
.get-insuracne-two__input-box input[type="text"] {
  height: 60px;
  width: 100%;
  border: 0;
  background-color: var(--insur-extra);
  outline: 0;
  font-size: 16px;
  color: var(--insur-gray);
  font-weight: 400;
  padding: 0 30px;
  border-radius: var(--insur-bdr-radius);
}
.get-insuracne-two__input-box
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  position: relative;
  display: block;
  width: 100% !important;
}
.get-insuracne-two__input-box .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 60px;
  border-radius: var(--insur-bdr-radius);
  border: 0;
  background-color: var(--insur-extra) !important;
  margin: 0;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
}
.get-insuracne-two__input-box .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 14px;
  color: var(--insur-gray);
}
.get-insuracne-two__progress {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 13px;
  margin-bottom: 20px;
}
.about-three__img-box,
.about-three__right,
.feature-three,
.get-insuracne-two__progress-single,
.google-map__one,
.process__bottom,
.process__contact,
.process__content,
.process__input-box,
.testimonial-three__bottom,
.testimonial-three__carousel,
.testimonial-three__client,
.testimonial-three__left,
.testimonial-two__carousel,
.testimonial-two__wrap,
.we-provide__tab {
  position: relative;
  display: block;
}
.get-insuracne-two__progress-title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 14px;
  font-weight: 700;
}
.get-insuracne-two__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  background-color: var(--insur-extra);
  border-radius: 6px;
  border: 0;
}
.get-insuracne-two__progress .bar-inner {
  position: relative;
  display: block;
  width: 0;
  height: 13px;
  border-radius: 6px;
  -webkit-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.get-insuracne-two__progress .count-text {
  position: absolute;
  right: -30px;
  bottom: -8px;
  opacity: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #16243d;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.get-insuracne-two__progress .bar-inner.counted .count-text {
  opacity: 1;
}
.get-insuracne-two__content-bottom-text-box p {
  line-height: 24px;
}
.get-insuracne-two__content-bottom-text-box h5 {
  font-size: 16px;
  color: var(--insur-black);
  line-height: 24px;
}
.process .section-title {
  margin-bottom: 18px;
}
.process-shape-1 {
  position: absolute;
  top: 0;
  left: 135px;
}
.process__single {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 40px;
  margin-bottom: 22px;
}
.process__icon-box {
  position: relative;
  display: block;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}
.process__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dfe3e7;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 57px 0 rgba(0, 0, 0, 0.1);
  height: 148px;
  width: 148px;
  margin: 0 auto;
  z-index: 1;
}
.process__count,
.process__count:before,
.process__icon:before {
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
}
.testimonial-three__single:hover,
.testimonial-two__founder-box,
.testimonial-two__single,
.testimonial-two__single:before {
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}
.process__icon:before {
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--insur-base);
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}
.process__btn:hover,
.process__count {
  background-color: var(--insur-primary);
}
.process__single:hover .process__icon:before {
  transform: scaleX(1);
}
.process__icon span {
  position: relative;
  display: inline-block;
  font-size: 60px;
  color: var(--insur-base);
  transition: 0.5s linear 0.1s;
  transform: scale(1);
}
.process__single:hover .process__icon span {
  transform: scale(0.9);
  color: var(--insur-white);
}
.process__count {
  height: 40px;
  width: 40px;
  z-index: 2;
}
.process__btn,
.testimonial-two__point li:hover .icon {
  background-color: var(--insur-base);
  color: var(--insur-white);
}
.process__count:before {
  right: 0;
  bottom: 0;
  color: var(--insur-white);
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  counter-increment: count;
  content: counters(count, ".", decimal-leading-zero);
  transition: 0.2s linear 0.1s;
}
.process__content {
  margin-top: 21px;
}
.process__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 7px;
}
.process__text {
  font-size: 15px;
}
.process__bottom {
  margin-top: 35px;
}
.process__input-box {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}
.process__input-box input[type="text"] {
  height: 50px;
  width: 100%;
  border: 0;
  background-color: var(--insur-extra);
  border-radius: var(--insur-bdr-radius);
  font-size: 16px;
  font-weight: 500;
  color: var(--insur-gray);
  padding-left: 50px;
  padding-right: 195px;
  outline: 0;
}
.process__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  border: 0;
  width: 158px;
  font-size: 14px;
  font-weight: 700;
  border-top-right-radius: var(--insur-bdr-radius);
  border-bottom-right-radius: var(--insur-bdr-radius);
  text-align: center;
  transition: 0.5s;
}
.process__btn:hover {
  color: var(--insur-black);
}
.process__single-2 {
  margin-top: 100px;
}
.process__single-2 .process__count,
.process__single-4 .process__count {
  bottom: 0;
  right: 0;
  top: inherit;
  left: inherit;
}
.process__single-3,
.why_choose_nora_bottom {
  margin-top: 50px;
}
.testimonial-two {
  position: relative;
  display: block;
  background-color: var(--insur-extra);
  padding: 120px 0 90px;
  z-index: 1;
}
.testimonial-two-shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1432px;
  opacity: 0.3;
  z-index: -1;
}
.testimonial-two__left {
  position: relative;
  display: block;
  margin-right: 50px;
  z-index: 5;
}
.testimonial-two__left .section-title {
  margin-bottom: 28px;
}
.testimonial-two__point-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.testimonial-two__point {
  position: relative;
  display: block;
  float: left;
  width: 50%;
}
.testimonial-two__point li + li {
  margin-top: 18px;
}
.testimonial-two__point li .icon {
  position: relative;
  height: 43px;
  width: 43px;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--insur-base);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  float: left;
}
.testimonial-two__point li .text {
  width: calc(100% - 50px);
  float: right;
}
.testimonial-two__point li .text p {
  font-size: 16px;
  color: var(--insur-black);
  font-weight: 700;
  line-height: 26px;
}
.testimonial-two__right {
  position: relative;
  display: block;
  margin-left: 20px;
}
.testimonial-two__single {
  position: relative;
  display: block;
  background-color: #fff;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-bottom: 30px;
}
.testimonial-two__single:before {
  position: absolute;
  top: 0;
  left: -39px;
  content: "";
  border-top: 0 solid transparent;
  border-right: 40px solid #fff;
  border-bottom: 40px solid transparent;
}
.testimonial-two__single-inner {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 42px;
  padding-bottom: 26px;
  background-color: var(--insur-white);
  border-top-right-radius: 20px;
  z-index: 1;
}
.testimonial-two-shape-2 {
  position: absolute;
  top: -20px;
  right: 0;
  opacity: 0.1;
  z-index: -1;
}
.testimonial-two__content-box {
  position: relative;
  display: block;
  max-width: 296px;
  width: 100%;
  margin-left: 50px;
}
.testimonial-two__client-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 2px;
}
.testimonial-two__client-review {
  position: absolute;
  display: flex;
  align-items: center;
  top: 50px;
  right: 55px;
}
.testimonial-two__founder,
.testimonial-two__founder-box {
  position: relative;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.testimonial-two__client-review i {
  font-size: 15px;
  color: #fab600;
}
.testimonial-two__client-review i + i {
  margin-left: 2px;
}
.testimonial-two__founder-box {
  display: block;
  background-color: var(--insur-base);
}
.testimonial-two__founder {
  display: block;
  padding-left: 50px;
  padding-top: 23px;
  padding-bottom: 23px;
  overflow: hidden;
  z-index: 1;
}
.testimonial-two__founder-text {
  font-size: 14px;
  color: var(--insur-white);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 14px;
}
.testimonial-two__client-img-box {
  position: absolute;
  bottom: 20px;
  right: 30px;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: var(--insur-white);
  padding: 10px;
  z-index: 1;
}
.testimonial-two__client-img {
  position: relative;
  display: block;
  width: 131px;
  height: 131px;
  padding: 6px;
  border-radius: 50%;
}
.testimonial-two__client-img > img {
  width: 100% !important;
  border-radius: 50%;
  border: 6px solid var(--insur-white);
}
.testimonial-two__quote {
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-two__img,
.news-two__img img,
.news-two__img:before {
  border-top-left-radius: var(--insur-bdr-radius);
  border-top-right-radius: var(--insur-bdr-radius);
}
.testimonial-two__quote > img {
  width: auto !important;
}
.testimonial-two__founder-shape {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.news-two__img,
.news-two__img:before {
  z-index: 1;
}
.download-shape-1 img,
.download-shape-2 img,
.feature-three-shape img,
.services-three-shape-1 img,
.testimonial-two__founder-shape > img {
  width: auto;
}
.testimonial-two__carousel.owl-carousel .owl-dots {
  position: absolute;
  right: -185px;
  top: 265px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 10px;
  max-width: 300px;
  width: 100%;
  border-radius: 5px;
  background-color: var(--insur-white);
  margin-top: 0 !important;
  transform: rotate(-90deg);
}
.testimonial-two__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 100px;
  border-radius: 5px;
  background-color: transparent;
  margin: 0;
  padding: 0 !important;
  -webkit-transition: 0.1s linear 0.1s;
  transition: 0.1s linear 0.1s;
}
.testimonial-three__carousel.owl-carousel .owl-dot.active,
.testimonial-two__carousel.owl-carousel .owl-dot.active {
  background-color: var(--insur-primary);
  opacity: 1;
}
.carousel-dot-style.owl-carousel .owl-dot:focus,
.testimonial-three__carousel.owl-carousel .owl-dot:focus,
.testimonial-two__carousel.owl-carousel .owl-dot:focus {
  outline: 0;
}
.news-two__img {
  position: relative;
  display: block;
  overflow: hidden;
}
.news-two__img:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(var(--insur-black-rgb), 0.5);
  -webkit-transition: opacity 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s,
    -webkit-transform 0.5s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
}
.news-two__single:hover .news-two__img:before {
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.news-two__img img {
  width: 100%;
  transition: 0.5s;
}
.news-two__single:hover .news-two__img img {
  transform: scale(1.05);
}
.news-two__content {
  position: relative;
  display: block;
  border-bottom-left-radius: var(--insur-bdr-radius);
  border-bottom-right-radius: var(--insur-bdr-radius);
  border: 1px solid var(--insur-bdr-color);
  background-color: var(--insur-white);
  border-top: 0;
  padding: 33px 40px 40px;
  transition: 0.5s;
}
.news-two__single:hover .news-two__content {
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
}
.news-two__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: var(--insur-letter-spacing);
  margin-bottom: 23px;
}
.news-three__arrow a,
.news-three__title a,
.news-two__title a {
  color: var(--insur-black);
  transition: 0.5s;
}
.news-two__single:hover .news-two__title a,
.thm-breadcrumb li:hover a {
  color: var(--insur-base);
}
.news-three__client-img img,
.news-two__client-img img {
  border: 2px solid var(--insur-primary);
  border-radius: 50%;
}
.news-two__client-content p {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: var(--insur-letter-spacing);
  line-height: 24px;
}
.news-two__client-content h5 {
  font-size: 14px;
  color: var(--insur-base);
  line-height: 24px;
}
.news-two__tag {
  position: absolute;
  top: -20px;
  right: 20px;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  padding: 14px 20px;
  border-radius: var(--insur-bdr-radius);
  z-index: 2;
}
.news-two__tag p {
  font-size: 12px;
  color: var(--insur-black);
  font-weight: 700;
  line-height: 12px;
}
.news-two__tag p i {
  font-size: 12px;
  padding-right: 3px;
}
.benefits,
.feature-four,
.google-map,
.google-map-two,
.services-three__get-quote {
  position: relative;
  display: block;
  background-color: var(--insur-extra);
}
.google-map__one {
  border: none;
  height: 420px;
  width: 100%;
}
.feature-three {
  padding: 0 0 90px;
  margin-top: -30px;
  z-index: 2;
}
.feature-three-shape {
  position: absolute;
  top: 30px;
  right: -30px;
  z-index: -1;
}
.feature-three__single {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
  padding: 30px 40px;
  margin-bottom: 30px;
  z-index: 1;
}
.feature-three__single:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  background-color: var(--insur-base);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.feature-three__single:hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.feature-three__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  width: 85px;
  background-color: var(--insur-extra);
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.feature-three__single:hover .feature-three__icon {
  background-color: var(--insur-primary);
}
.feature-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: var(--insur-base);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.feature-three__content {
  position: relative;
  margin-left: 20px;
}
.feature-three__sub-title {
  font-size: 14px;
  margin-bottom: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.feature-three__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about-three__left {
  position: relative;
  display: block;
  margin-right: 70px;
}
.about-three__img,
.services-three__inner {
  position: relative;
  display: block;
  z-index: 1;
}
.about-three__shape-1 {
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
}
.about-three__location {
  position: absolute;
  bottom: 135px;
  left: -68px;
  height: 150px;
  width: 190px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.about-three__location-text {
  font-size: 20px;
  color: var(--insur-white);
  font-weight: 700;
  line-height: 24px;
}
.about-three__location-bg {
  position: absolute;
  top: 0;
  left: 8px;
  right: -8px;
  bottom: 0;
  z-index: -1;
}
.about-three__right .section-title {
  margin-bottom: 34px;
}
.about-three__business-start {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.about-three__business-start-icon,
.about-three__founder,
.about-three__founder-img,
.download__apps {
  position: relative;
  display: flex;
  align-items: center;
}
.about-three__business-start-icon span {
  font-size: 60px;
  color: var(--insur-base);
  position: relative;
  display: inline-block;
  -webkit-transition: 0.5s linear 0.1s;
  transition: 0.5s linear 0.1s;
}
.about-three__business-start:hover .about-three__business-start-icon span {
  transform: scale(0.9);
}
.about-three__business-start-text-box {
  position: relative;
  margin-left: 30px;
}
.about-three__business-start-text {
  font-size: 24px;
  color: var(--insur-black);
  font-weight: 700;
  line-height: 36px;
}
.about-three__business-start-text span {
  color: var(--insur-primary);
  position: relative;
  display: inline-block;
}
.about-three__business-start-text span:before {
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  background-color: var(--insur-primary);
}
.about-four__text-2,
.about-three__text {
  font-size: 18px;
  line-height: 34px;
}
.about-three__founder-img img {
  border-radius: 50%;
  border: 2px solid var(--insur-primary);
  width: auto;
}
.about-three__founder-content {
  position: relative;
  margin-left: 30px;
  top: 10px;
}
.about-three__founder-name {
  font-size: 20px;
  font-family: var(--insur-reey-font);
  line-height: 22px;
}
.about-three__founder-sub-title {
  font-size: 14px;
  line-height: 26px;
  margin-left: -16px;
}
.services-three {
  position: relative;
  display: block;
  padding: 0 0 90px;
  z-index: 1;
}
.services-three-shape-1 {
  position: absolute;
  bottom: -126px;
  right: -160px;
  opacity: 0.05;
  -webkit-animation-name: shapeMover-2;
  animation-name: shapeMover-2;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  z-index: 1;
}
.services-three .section-title,
.testimonial-three__left .section-title {
  margin-bottom: 0;
}
.services-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
.services-three__img::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #16243d;
  background: linear-gradient(
    0deg,
    rgba(22, 36, 61, 0.9164040616246498) 14%,
    rgba(22, 36, 61, 0.036852240896358524) 58%
  );
  z-index: 1;
}
.services-three__img:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: rgba(var(--insur-black-rgb), 0.3);
  transition: 0.5s;
  transform: translate3d(0, -100%, 0);
}
.services-three__single:hover .services-three__img:after {
  transform: translate3d(0, 0, 0);
}
.services-three__img img {
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.services-three__single:hover .services-three__img img {
  transform: scale(1.05);
}
.services-three__content {
  position: absolute;
  bottom: 25px;
  left: 30px;
  z-index: 2;
}
.services-three__title {
  font-size: 20px;
  line-height: 24px;
}
.services-three__title a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-page__call-number:hover,
.contact-page__email:hover,
.services-three__single:hover .services-three__title a {
  color: var(--insur-primary);
}
.services-three__get-quote {
  padding: 39px 60px 50px;
}
.services-three__get-quote-sub-title {
  font-size: 16px;
  line-height: 33px;
}
.services-three__get-quote-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: var(--insur-letter-spacing);
  margin-bottom: 26px;
}
.services-three__get-quote-btn {
  padding: 12px 30px;
  font-size: 14px;
}
.benefits__point li .text p,
.news-details__text-1,
.testimonial-three__right-text,
.testimonial-three__text {
  font-size: 18px;
  letter-spacing: var(--insur-letter-spacing);
}
.benefits {
  padding: 120px 0 110px;
  z-index: 1;
}
.benefits-bg,
.benefits-bg-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  background-position: bottom left;
}
.benefits-bg {
  right: 0;
  width: 886px;
  z-index: 1;
}
.benefits-bg-2 {
  left: 0;
  width: 1424px;
  opacity: 0.3;
  z-index: -1;
}
.benefits__left {
  position: relative;
  display: block;
  margin-right: 20px;
}
.benefits__left .section-title,
.testimonial-carousel-page .testimonial-one__single,
.testimonial-page .testimonial-one__single,
.why_choose_nora_icon {
  margin-bottom: 30px;
}
.benefits__point-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 41px;
}
.benefits__point {
  position: relative;
  display: block;
  float: left;
}
.benefits__point li {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--insur-white);
  padding: 22px 35px 22px 30px;
  margin-bottom: 10px;
  transition: 0.5s;
}
.benefits__point li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  color: var(--insur-white);
  font-size: 8px;
  transition: 0.5s;
}
.benefits-two__points li .icon,
.benefits__point li:hover .icon,
.download__app-one:hover > a,
.feature-four__top-call-number-box:hover {
  background-color: var(--insur-primary);
}
.benefits__point li:hover .icon,
.news-sideabr__meta li a i,
.news-sideabr__meta li a:hover,
.news-sideabr__title a:hover {
  color: var(--insur-base);
}
.benefits__point li .text,
.benefits__point-two,
.download__app-one--two,
.we-provide__tab-main-content-points li .text {
  margin-left: 10px;
}
.benefits__point li .text p {
  color: var(--insur-black);
  font-weight: 500;
  transition: 0.5s;
}
.testimonial-three {
  position: relative;
  display: block;
  padding: 120px 0 170px;
}
.testimonial-three__top {
  position: relative;
  display: block;
  margin-bottom: 108px;
}
.testimonial-three__right {
  position: relative;
  display: block;
  margin-left: 100px;
  margin-top: 16px;
}
.news-details__text-1,
.testimonial-three__right-text {
  line-height: 30px;
}
.testimonial-three__single {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid var(--insur-bdr-color);
  border-radius: 20px;
  padding: 108px 48px 51px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.testimonial-three__single:hover {
  transform: translateY(-10px);
}
.testimonial-three__client-img-box {
  position: absolute;
  top: -73px;
  left: 50%;
  transform: translateX(-50%);
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background-color: var(--insur-white);
  padding: 10px;
  z-index: 1;
}
.testimonial-three__client-img {
  position: relative;
  display: block;
  width: 131px;
  height: 131px;
  padding: 6px;
  border-radius: 50%;
}
.testimonial-three__client-img > img {
  width: 100% !important;
  border-radius: 50%;
  border: 6px solid var(--insur-white);
}
.testimonial-three__quote {
  position: absolute;
  bottom: -17px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.07);
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-three__quote > img {
  width: auto !important;
}
.testimonial-three__star {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-three__star i {
  font-size: 15px;
  color: #fab600;
}
.testimonial-three__text {
  line-height: 30px;
  padding-top: 23px;
  padding-bottom: 23px;
}
.news-three__title,
.testimonial-three__client-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: var(--insur-letter-spacing);
}
.testimonial-three__client-sub-title {
  font-size: 14px;
  color: var(--insur-base);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.testimonial-three__carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto !important;
  border-radius: 5px;
  height: 10px;
  background-color: var(--insur-extra);
}
.testimonial-three__carousel.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 10px;
  border-radius: 5px;
  background-color: transparent;
  margin: 0;
  padding: 0 !important;
  -webkit-transition: 0.1s linear 0.1s;
  transition: 0.1s linear 0.1s;
}
.download {
  position: relative;
  display: block;
  background-color: var(--insur-base);
  padding: 120px 0 0;
  overflow: hidden;
  z-index: 1;
}
.download-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1px;
  width: 828px;
  background-repeat: no-repeat;
  background-position: top center;
  opacity: 0.08;
  z-index: -1;
}
.download-shape-1 {
  position: absolute;
  top: -240px;
  left: 0;
}
.download-shape-2 {
  position: absolute;
  bottom: 87px;
  left: 0;
}
.download__left {
  position: relative;
  display: block;
  margin-top: 9px;
}
.download__sub-title {
  font-size: 18px;
  color: var(--insur-white);
}
.download__title {
  font-size: 50px;
  color: var(--insur-white);
  font-weight: 700;
  line-height: 60px;
  margin-top: 7px;
  margin-bottom: 47px;
}
.download__app-one {
  position: relative;
  display: block;
  max-width: 215px;
  width: 100%;
}
.download__app-one > a {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--insur-white);
  border-radius: var(--insur-bdr-radius);
  padding: 9px 40px 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.download__app-one > a > i {
  font-size: 20px;
  color: var(--insur-black);
  position: relative;
  top: 6px;
}
.download__app-one > a > p,
.we-provide__tab-box .tab-buttons .tab-btn span,
.we-provide__tab-main-content-points li .text p {
  font-size: 18px;
  color: var(--insur-black);
  font-weight: 700;
}
.download__app-one--two > a > i,
.download__app-one--two > a > p,
.news-three__single:hover .news-three__arrow a,
.news-three__single:hover .news-three__client-content h5,
.news-three__single:hover .news-three__client-content p,
.news-three__single:hover .news-three__client-content p i,
.news-three__single:hover .news-three__title a,
.we-provide__tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--insur-white);
}
.download__app-one > a > p {
  margin-left: 15px;
  line-height: 20px;
}
.download__app-one > a > p > span {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.download__app-one--two > a {
  background-color: var(--insur-black);
}
.download__right {
  position: relative;
  display: block;
  margin-left: 58px;
}
.download__img {
  position: relative;
  display: block;
  top: 1px;
}
.about-four__img > img,
.about_bg_img img,
.course-details .thumbnail,
.department-details .thumbnail,
.download__img > img,
.page_404 img,
.staff-details .thumbnail,
.team-details__top-img img,
.uk_eu_images > img,
.why_choose_nora_bottom_single_icon img {
  width: 100%;
}
.download__badge {
  position: absolute;
  top: 10px;
  left: -98px;
}
.download__badge > img,
.page-header-shape-1 img,
.pricing-shape-1 img,
.pricing__img img,
.we-provide-shape-1 img,
.why-choose-one-img img,
.why-choose-one-shape-2 img,
.why-choose-one-shape-3 img,
.why-choose-one-shape-4 img,
.why-choose-one-shape-5 img,
.why-choose-one-shape-6 img {
  width: auto;
}
.we-provide {
  position: relative;
  display: block;
  background-color: var(--insur-extra);
  padding: 120px 0;
  z-index: 1;
}
.we-provide-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  z-index: -1;
}
.we-provide__tab-box {
  position: relative;
  display: block;
  z-index: 2;
}
.we-provide__tab-btn-box {
  position: relative;
  display: block;
  margin-right: -30px;
}
.we-provide__tab-box .tab-buttons {
  position: relative;
  display: block;
  background-color: var(--insur-white);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-right: 18px;
  z-index: 1;
}
.we-provide__tab-box .tab-buttons:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 6px;
  background-color: var(--insur-bdr-color);
  z-index: -1;
}
.we-provide__tab-box .tab-buttons .tab-btn {
  position: relative;
  display: block;
  border-bottom: 2px solid var(--insur-bdr-color);
}
.we-provide__tab-box .tab-buttons .tab-btn.active-btn {
  border-bottom: 2px solid transparent;
}
.we-provide__tab-box .tab-buttons .tab-btn:last-child {
  border-bottom: 0;
}
.we-provide__tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: var(--insur-letter-spacing);
  cursor: pointer;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 47px;
  max-width: 282px;
  width: 100%;
  padding-top: 26px;
  padding-bottom: 26px;
  z-index: 1;
}
.we-provide__tab-box .tab-buttons .tab-btn span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  content: "";
  background-color: var(--insur-black);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.we-provide__tab-box .tab-buttons .tab-btn.active-btn span:before {
  height: 100%;
}
.we-provide__tab-box .tab-buttons .tab-btn span:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 6px;
  content: "";
  background-color: var(--insur-primary);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  transform: scaleY(0);
  z-index: -1;
}
.we-provide__tab-box .tab-buttons .tab-btn.active-btn span:after {
  transform: scaleY(1);
}
.we-provide__tab-main-content {
  position: relative;
  display: block;
  margin-left: 30px;
}
.we-provide__tab-box .tabs-content,
.we-provide__tab-main-content-icon {
  position: relative;
  display: block;
}
.we-provide__tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 10;
}
.we-provide__tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.we-provide__tab-main-content-inner {
  position: relative;
  display: flex;
  background-color: #fff;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  border-radius: var(--insur-bdr-radius);
  padding: 49px 50px 49px 60px;
  z-index: 1;
}
.we-provide-shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.1;
  z-index: -1;
}
.we-provide__tab-main-content-left {
  position: relative;
  display: block;
  max-width: 396px;
  width: 100%;
}
.we-provide__tab-main-content-icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--insur-base);
}
.we-provide__tab-main-content-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 15px;
  margin-bottom: 13px;
}
.we-provide__tab-main-content-text {
  line-height: 28px;
}
.we-provide__tab-main-content-points {
  position: relative;
  display: block;
  margin-top: 16px;
}
.news-three__client-info,
.we-provide__tab-main-content-points li {
  position: relative;
  display: flex;
  align-items: center;
}
.we-provide__tab-main-content-points li + li {
  margin-top: 8px;
}
.we-provide__tab-main-content-points li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  background-color: var(--insur-primary);
  font-size: 9px;
  color: var(--insur-white);
  border-radius: 50%;
}
.we-provide__tab-main-content-right {
  position: relative;
  display: block;
  margin-left: 64px;
}
.comment-one__image,
.contact-page,
.contact-page__call-email,
.contact-page__left,
.news-details__left,
.news-details__pagenation,
.news-sideabr__content,
.news-sideabr__left,
.news-sideabr__single,
.sidebar__comments,
.sidebar__comments-list,
.sidebar__comments-list li,
.sidebar__search,
.thm-breadcrumb,
.we-provide__tab-main-content-right-img {
  position: relative;
  display: block;
}
.we-provide__tab-main-content-right-img img {
  width: auto;
  border-radius: var(--insur-bdr-radius);
}
.feature-four__bottom,
.news-three,
.similar-portfolio {
  position: relative;
  display: block;
  padding: 0 0 90px;
}
.news-three__single {
  position: relative;
  display: block;
  border: 1px solid var(--insur-bdr-color);
  border-radius: var(--insur-bdr-radius);
  padding: 59px 59px 55px;
  overflow: hidden;
  transition: 0.5s;
  margin-bottom: 30px;
  z-index: 1;
}
.news-three__single:hover {
  border: 1px solid transparent;
}
.news-three-bg,
.news-three-bg:before {
  position: absolute;
  border-radius: var(--insur-bdr-radius);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.news-three-bg {
  transition: 0.5s ease-in-out 0.1s;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}
.news-three-bg:before {
  content: "";
  background-color: rgba(var(--insur-black-rgb), 0.7);
}
.news-three__single:hover .news-three-bg {
  transform: scaleY(1);
}
.news-three__client-content {
  position: relative;
  display: block;
  margin-left: 15px;
}
.news-three__client-content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: 0.5s;
}
.news-three__client-content p i {
  color: var(--insur-primary);
  padding-right: 5px;
  transition: 0.5s;
}
.news-three__client-content h5 {
  font-size: 14px;
  color: var(--insur-base);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 24px;
  transition: 0.5s;
}
.news-three__content {
  position: relative;
  display: block;
  margin-top: 22px;
}
.news-three__arrow {
  position: relative;
  display: block;
  margin-top: 27px;
}
.news-three__arrow a {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.thm-breadcrumb li,
.thm-breadcrumb li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.page-header {
  position: relative !important;
  display: block;
  z-index: 1;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-header::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  position: absolute;
}
.page-header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1221px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.page-header-bg:before {
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 250px;
  content: "";
  background-image: -moz-linear-gradient(
    0deg,
    #f3f6f8 0,
    rgba(243, 246, 248, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    0deg,
    #f3f6f8 0,
    rgba(243, 246, 248, 0) 100%
  );
  background-image: -ms-linear-gradient(
    0deg,
    #f3f6f8 0,
    rgba(243, 246, 248, 0) 100%
  );
}
.page-header-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0.2;
}
.page-header__inner {
  position: relative;
  display: block;
  z-index: 15;
}
.page-header__inner h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: -0.04em;
}
.sidebar__comments-text-box h5,
.sidebar__comments-text-box p {
  line-height: 26px;
  font-size: 15px;
  margin: 0;
}
.thm-breadcrumb li {
  position: relative;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.about-four__founder-name,
.about-four__founder-sub-title,
.comment-form__title,
.comment-one__content h3,
.comment-one__title,
.feature-four__text,
.feature-four__title,
.news-details__meta li a,
.news-details__tags a,
.news-details__text-2,
.sidebar__comments-text-box h5 {
  letter-spacing: var(--insur-letter-spacing);
}
.thm-breadcrumb li + li {
  margin-left: 5px;
}
.thm-breadcrumb li a {
  position: relative;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news-carousel-page,
.portfolio-carousel-page,
.testimonial-carousel-page {
  position: relative;
  display: block;
  padding: 120px 0 133px;
}
.carousel-dot-style.owl-carousel .owl-dots {
  position: absolute;
  bottom: -13px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-dot-style.owl-carousel .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: rgba(var(--insur-base-rgb), 0.3);
  margin: 0 5px;
  padding: 0;
  transition: 0.1s linear 0.1s;
}
.carousel-dot-style.owl-carousel .owl-dot.active {
  background-color: rgba(var(--insur-primary-rgb), 1);
}
.mt--30,
.news-sideabr__single + .news-sideabr__single,
.sidebar__single + .sidebar__single,
.single .info-section,
.single-widget {
  margin-top: 30px;
}
.news-details__img,
.news-sideabr__img {
  position: relative;
  display: block;
  border-radius: var(--insur-bdr-radius);
}
.news-details__img img,
.news-sideabr__img img {
  width: 100%;
  border-radius: var(--insur-bdr-radius);
}
.news-details__content,
.news-sideabr__content-box {
  position: relative;
  display: block;
  margin-top: 24px;
}
.news-sideabr__meta,
.news-sideabr__video-link {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
}
.news-sideabr__meta {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.news-sideabr__bottom-box,
.news-sideabr__delivering-services {
  display: block;
  background-color: var(--insur-extra);
  border-radius: var(--insur-bdr-radius);
  position: relative;
}
.benefits-two__points li .text,
.news-details__meta li + li,
.news-sideabr__meta li + li {
  margin-left: 15px;
}
.news-sideabr__meta li a {
  font-size: 14px;
  color: var(--insur-gray);
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news-sideabr__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 44px;
  margin-top: 4px;
  margin-bottom: 12px;
}
.news-sideabr__title a {
  color: var(--insur-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news-sideabr__text {
  padding-bottom: 25px;
  font-size: 18px;
}
.news-sideabr__btn {
  font-size: 12px;
  font-weight: 500;
  color: var(--insur-gray);
  padding: 7px 30px;
  background-color: var(--insur-extra);
  border-radius: var(--insur-bdr-radius);
}
.news-sideabr__bottom-box {
  padding: 50px 60px 45px;
  margin-top: 30px;
}
.news-sideabr__bottom-box-icon {
  margin-bottom: 21px;
}
.news-sideabr__bottom-box-text {
  margin: 0;
  font-size: 18px;
}
.news-sideabr__delivering-services {
  padding: 50px 60px 47px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.news-sideabr__delivering-services-icon {
  margin-bottom: 21px;
}
.news-sideabr__delivering-services-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.news-sideabr__delivering-services-title a {
  color: var(--insur-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news-sideabr__delivering-services-title a:hover {
  color: var(--insur-base);
}
.news-sideabr__video-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news-sideabr__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 97px;
  height: 97px;
  line-height: 97px;
  text-align: center;
  font-size: 23px;
  color: var(--insur-white);
  background-color: var(--insur-primary);
  border-radius: 50%;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.sidebar__category,
.sidebar__post {
  background-color: var(--insur-extra);
  position: relative;
  display: block;
}
.news-sideabr__video-icon:hover {
  background-color: var(--insur-white);
  color: var(--insur-base);
}
.news-sideabr__video-icon:before {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  content: "";
  border-radius: 50%;
  border: 1px solid var(--insur-white);
  opacity: 0.1;
  z-index: 1;
}
.news-sideabr__video-icon .ripple:after,
.news-sideabr__video-icon .ripple:before,
.news-sideabr__video-link .ripple {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125px;
  height: 125px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--insur-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--insur-primary-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--insur-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--insur-primary-rgb), 0.6);
  -webkit-animation: 3s infinite ripple;
  animation: 3s infinite ripple;
  border-radius: 50%;
}
.news-sideabr__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.news-sideabr__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
.sidebar__title {
  margin: 0 0 5px;
  font-size: 20px;
  font-weight: 700;
}
.sidebar__search-form input[type="search"] {
  display: block;
  border: none;
  outline: 0;
  background-color: var(--insur-base);
  color: var(--insur-white);
  font-size: 18px;
  font-weight: 400;
  padding-left: 50px;
  height: 80px;
  width: 100%;
  padding-right: 80px;
  border-radius: 10px;
}
.sidebar__search-form ::-webkit-input-placeholder {
  color: var(--insur-white);
  opacity: 1;
}
.sidebar__search-form :-ms-input-placeholder {
  color: var(--insur-white);
  opacity: 1;
  color: var(--insur-white);
}
.sidebar__search-form ::-ms-input-placeholder {
  color: var(--insur-white);
  opacity: 1;
  color: var(--insur-white);
}
.sidebar__search-form ::placeholder {
  color: var(--insur-white);
  opacity: 1;
}
.sidebar__search-form button[type="submit"] {
  background-color: transparent;
  color: var(--insur-white);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.sidebar__category-list li a span,
.sidebar__post-list li {
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
}
.sidebar__post {
  padding: 45px 30px 30px;
}
.sidebar__post .sidebar__title {
  margin-left: 20px;
}
.sidebar__post-list {
  margin: 0;
}
.sidebar__post-list li {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 20px 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.message-one .comment-form__input-box input[type="email"],
.message-one .comment-form__input-box input[type="text"],
.sidebar__post-list li:hover {
  background-color: var(--insur-white);
}
.pricing__points li + li,
.sidebar__post-list li + li {
  margin-top: 10px;
}
.sidebar__post-image {
  margin-right: 20px;
}
.sidebar__post-image > img {
  width: 70px;
}
.about-section .image-column .inner-column .image,
.course-img-wrap,
.sidebar__post-content,
.widget-search-form {
  position: relative;
}
.sidebar__post-content h3 {
  font-size: 16px;
  margin: 0;
  line-height: 26px;
}
.sidebar__post-content-meta {
  font-size: 14px;
  font-weight: 500;
  color: var(--insur-gray) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sidebar__post-content-meta i {
  color: var(--insur-base);
  font-size: 14px;
  padding-right: 1px;
}
.sidebar__post-content h3 a {
  color: var(--insur-black);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 1px;
  display: block;
  font-size: 16px;
  font-weight: 700;
}
.sidebar__category-list li a,
.sidebar__tags-list a {
  color: var(--insur-gray);
  padding: 7px 20px;
  border-radius: var(--insur-bdr-radius);
}
.sidebar__category {
  padding: 45px 30px 35px;
}
.sidebar__category .sidebar__title {
  padding-left: 20px;
  margin-bottom: 11px;
}
.sidebar__category-list {
  margin: 0;
}
.sidebar__category-list li + li {
  margin-top: 8px;
}
.sidebar__category-list li a {
  font-size: 16px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
  background: 0 0;
  font-weight: 500;
}
.sidebar__category-list li a:hover,
.sidebar__category-list li.active a {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  color: var(--insur-base);
}
.sidebar__category-list li a span {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: var(--insur-base);
  text-align: center;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
}
.sidebar__category-list li a:hover span {
  color: var(--insur-base);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.sidebar__category-list li.active a span {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: var(--insur-base);
}
.sidebar__tags {
  position: relative;
  display: block;
  background: var(--insur-extra);
  padding: 45px 45px 50px;
}
.sidebar__tags .sidebar__title {
  margin-left: 5px;
  margin-bottom: 25px;
}
.sidebar__tags-list {
  margin-top: -10px;
}
.sidebar__tags-list a {
  font-size: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: var(--insur-white);
  display: inline-block;
  margin-left: 5px;
  font-weight: 500;
}
.sidebar__tags-list a + a {
  margin-left: 5px;
  margin-top: 10px;
}
.sidebar__tags-list a:hover {
  color: var(--insur-white);
  background: var(--insur-base);
}
.sidebar__comments {
  background: var(--insur-extra);
  padding: 45px 50px 43px;
}
.form-group,
.sidebar__comments .sidebar__title {
  margin-bottom: 25px;
}
.sidebar__comments-list li {
  padding-left: 65px;
}
.sidebar__comments-list li + li {
  margin-top: 23px;
}
.sidebar__comments-icon {
  height: 45px;
  width: 45px;
  background-color: var(--insur-white);
  border-radius: 50%;
  font-size: 15px;
  color: var(--insur-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sidebar__comments-list li:hover .sidebar__comments-icon {
  background-color: var(--insur-primary);
  color: var(--insur-white);
}
.sidebar__comments-text-box p {
  font-weight: 500;
}
.sidebar__comments-text-box p span {
  color: var(--insur-base);
}
.news-details__meta li a,
.sidebar__comments-text-box h5 {
  color: var(--insur-gray);
  font-weight: 500;
}
.news-details__meta li a {
  font-size: 14px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news-details__meta li a i,
.news-details__meta li a:hover {
  color: var(--insur-base);
}
.news-details__title {
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 12px;
  margin-top: 4px;
}
.news-details__text-2 {
  font-size: 18px;
  line-height: 30px;
  padding-top: 31px;
}
.news-details__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
  margin-top: 56px;
  border-top: 1px solid var(--insur-bdr-color);
}
.news-details__bottom p {
  margin: 0;
}
.news-details__tags span {
  color: var(--insur-black);
  font-size: 20px;
  margin-right: 15px;
}
.news-details__tags a {
  position: relative;
  color: var(--insur-gray);
  font-size: 14px;
  background-color: var(--insur-extra);
  display: inline-block;
  padding: 7px 20px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.news-details__tags a:hover {
  background-color: var(--insur-base);
  color: var(--insur-white);
}
.news-details__tags a + a {
  margin-left: 6px;
}
.news-details__social-list a {
  position: relative;
  height: 43px;
  width: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--insur-base);
  font-size: 15px;
  border-radius: 17px;
  border: 2px solid var(--insur-base);
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.comment-one__content h3,
.news-details__pagenation li {
  font-size: 20px;
  font-weight: 700;
  color: var(--insur-black);
}
.news-details__social-list a:hover,
.why-choose-one__left .section-sub-title,
.why-choose-one__left .section-title__title {
  color: var(--insur-white);
}
.news-details__social-list a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--insur-base);
  -webkit-transition: 0.4s ease-in-out 0.1s;
  transition: 0.4s ease-in-out 0.1s;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}
.news-details__social-list a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.feature-four__points li .text,
.news-details__social-list a + a,
.team-details__social a + a {
  margin-left: 10px;
}
.blgo-details__pagenation-box {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 53px;
}
.news-details__pagenation li {
  position: relative;
  float: left;
  background-color: var(--insur-extra);
  line-height: 34px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: 370px;
  width: 100%;
  padding: 50px 60px;
  border-radius: var(--insur-bdr-radius);
}
.comment-one__image,
.comment-one__image img,
.search-filter .filter-menu .radiomark {
  border-radius: 50%;
}
.news-details__pagenation li + li {
  margin-left: 30px;
}
.news-details__pagenation li:hover {
  background-color: var(--insur-base);
  color: var(--insur-white);
}
.comment-form__title,
.comment-one__title {
  margin: 0 0 52px;
  color: var(--insur-black);
  font-size: 30px;
  font-weight: 700;
}
.comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid var(--insur-bdr-color);
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.comment-one__content {
  position: relative;
  margin-left: 45px;
}
.comment-one__content h3 {
  margin: 0 0 26px;
}
.comment-one__content p {
  font-size: 16px;
  font-weight: 500;
}
.comment-form__input-box input[type="email"],
.comment-form__input-box input[type="text"],
.comment-form__input-box textarea,
.comment-one__btn {
  font-size: 14px;
  color: var(--insur-gray);
  background-color: var(--insur-extra);
  font-weight: 500;
}
.comment-one__btn {
  padding: 7px 30px;
  position: absolute;
  top: 0;
  right: 0;
}
.comment-form .comment-form__title {
  margin-top: -7px;
}
.comment-one__form .row {
  --bs-gutter-x: 20px;
}
.comment-form__input-box,
.faq-one__single,
.get-insurance__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.comment-form__input-box input[type="email"],
.comment-form__input-box input[type="text"] {
  height: 60px;
  width: 100%;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  outline: 0;
  display: block;
  border-radius: 0;
  letter-spacing: var(--insur-letter-spacing);
}
.comment-form__input-box textarea {
  height: 180px;
  width: 100%;
  padding: 15px 30px 30px;
  border: none;
  border-radius: var(--insur-bdr-radius);
  outline: 0;
  margin-bottom: 0;
}
.comment-form__input-box.text-message-box {
  height: 180px;
}
.contact-page,
.section-ptb {
  padding: 50px 0;
}
.apply_form {
  background: 0 0 / cover fixed #fff;
}
.comment-form__input-box::before,
.get-insurance__input-box::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 50%;
  left: 0;
  bottom: 0;
  background: #0049ad;
  z-index: 2;
}
.comment-form__input-box::after,
.get-insurance__input-box::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 50%;
  right: 0;
  bottom: 0;
  background: #fcb414;
  z-index: 2;
}
.contact-page__left .section-title,
.team-page .team-one__single {
  margin-bottom: 43px;
}
.contact-page__call-email {
  padding-left: 70px;
}
.contact-page__call-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border: 2px solid var(--insur-bdr-color);
  border-radius: 50%;
  color: var(--insur-primary);
  font-size: 19px;
  top: 5px;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-page__call-icon:hover {
  background-color: var(--insur-base);
  border: 2px solid var(--insur-base);
  color: var(--insur-white);
}
.contact-page__call-email-content,
.contact-page__form,
.contact-page__right,
.why-choose-one__left {
  position: relative;
  display: block;
}
.contact-page__call-email-content h4 {
  font-size: 20px;
  font-weight: 700;
}
.contact-page__call-number,
.contact-page__email {
  position: relative;
  display: block;
  color: var(--insur-base);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.contact-page__location-text {
  font-size: 18px;
  font-weight: 500;
  padding-top: 36px;
}
.google-map__two {
  position: relative;
  display: block;
  border: none;
  height: 500px;
  width: 100%;
}
.our_courses {
  padding: 30px 0;
}
.why_choose_nora {
  background: var(--insur-extra);
}
.section_title h2 {
  font-size: 55px;
  font-weight: 400;
  margin-bottom: 55px;
}
.single_course {
  height: 300px;
  position: relative;
  box-shadow: 1px 3px 18px 3px rgba(70, 66, 66, 0.02);
  margin-bottom: 30px;
  border-radius: 20px;
  background: #fff;
}
.deep_shadow {
  box-shadow: 1px 3px 18px 3px rgba(70, 66, 66, 0.1);
}
.inner_course {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
}
.course_icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 35px;
}
.course_headline h4 {
  font-size: 25px;
  line-height: 40px;
}
.why_choose_nora_bottom_single_icon {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}
.why_choose_nora_bottom_single_headline {
  text-align: left !important;
}
.why_choose_nora_bottom_single_headline p {
  color: #7787ab;
  line-height: 25px;
  margin-top: 13px;
}
.why_choose_nora_bottom_single_headline h4 {
  font-size: 21px;
  letter-spacing: 1px;
  word-spacing: 3px;
}
.single_inner_study_inner {
  padding: 30px;
}
.single_inner_study_icon {
  margin: 0 auto 25px;
}
.single_inner_study_headline h4 {
  font-size: 27px;
  margin-bottom: 16px;
  font-weight: 400;
}
.single_inner_study_headline p {
  font-size: 19px;
  font-weight: 300;
  letter-spacing: 0;
  word-spacing: 1px;
  line-height: 34px;
}
.about_us .container-fluid,
.widget-related .single-related-contents .post_meta ul {
  padding: 0;
}
.about_us {
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}
.about_desc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.about_desc p {
  font-size: 30px;
  line-height: 50px;
  padding-left: 30px;
}
.insurance-page-two .services-two__single {
  background-color: transparent;
  border-radius: var(--insur-bdr-radius);
  border: 1px solid var(--insur-bdr-color);
}
.insurance-page-two .services-two__single:hover {
  border: 1px solid transparent;
  border-bottom: 3px solid var(--insur-primary);
  background-color: #fff;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07),
    inset 0 -3px 0 0 rgba(12, 224, 255, 0.004);
}
.contact-page--two,
.insurance-page-two .services-two__icon,
.insurance-page-two .services-two__icon-box:before,
.insurance-page-two .services-two__single:hover .services-two__icon-box:before,
.message-one,
.team-details__progress .bar {
  background-color: var(--insur-extra);
}
.why-choose-one {
  position: relative;
  display: block;
  background-color: var(--insur-black);
  padding: 50px 0;
  overflow: hidden;
  z-index: 1;
}
.why-choose-one-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.02;
  z-index: -1;
}
.why-choose-one-shape-2 {
  position: absolute;
  right: 596px;
  top: -215px;
  z-index: 0;
}
.why-choose-one-shape-3 {
  position: absolute;
  top: -260px;
  right: 150px;
}
.why-choose-one-shape-4 {
  position: absolute;
  top: -81px;
  right: 0;
}
.why-choose-one-shape-5 {
  position: absolute;
  bottom: -215px;
  right: 0;
  z-index: 0;
}
.why-choose-one-shape-6 {
  position: absolute;
  bottom: -295px;
  right: 160px;
}
.why-choose-one-img {
  position: absolute;
  top: -111px;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.news-one .section-title,
.why-choose-one__left .section-title {
  margin-bottom: 30px;
}
.about-four__right .section-title,
.benefits-two__right .section-title {
  margin-bottom: 33px;
}
.why-choose-one__text {
  color: #97a2b7;
  line-height: 28px;
}
.why-choose-one__list-box {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 31px;
}
.why-choose-one__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.about-four__img,
.about-four__img-box,
.about-four__left,
.benefits-two__img,
.benefits-two__points,
.faq-one,
.feature-four__points,
.feature-four__points-two,
.feature-four__points-two li,
.feature-four__top,
.feature-four__top-inner,
.team-details,
.team-details__top-img,
.team-details__top-left,
.why-choose-one__list-icon,
.why-choose-one__list-title-box,
.why-choose-one__single {
  position: relative;
  display: block;
}
.why-choose-one__list li {
  position: relative;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.why-choose-one__single {
  text-align: center;
  background-color: #111d32;
  padding: 40px 15px;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #0ce0ff;
  min-height: 371px;
}
.why-choose-one__list-icon {
  margin-bottom: 9px;
}
.why-choose-one__list-icon span {
  font-size: 45px;
  color: var(--insur-primary);
  position: relative;
  display: inline-block;
  transition: 0.5s linear 0.1s;
  transform: scale(1);
}
.why-choose-one__single:hover .why-choose-one__list-icon span {
  transform: scale(0.9);
}
.why-choose-one__list-title-inner h3 {
  font-size: 20px;
  margin-top: 18px;
  margin-bottom: 15px;
}
.why-choose-one__list-text-box p {
  font-size: 15px;
  text-align: justify;
}
.why-choose-one__list-title {
  font-size: 18px;
  color: var(--insur-white);
  line-height: 28px;
}
.why-choose-one__list-text {
  font-size: 14px;
  color: #97a2b7;
  line-height: 24px;
}
.benefits-two__points li {
  position: relative;
  display: flex;
  align-items: center;
}
.benefits-two__points li + li {
  margin-top: 14px;
}
.benefits-two__points li .icon {
  position: relative;
  height: 16px;
  width: 16px;
  font-size: 10px;
  color: var(--insur-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.5s linear 0.1s;
  transition: 0.5s linear 0.1s;
  -webkit-transform: scale(1) rotateY(0);
  transform: scale(1) rotateY(0);
}
.benefits-two__points li:hover .icon {
  -webkit-transform: scale(0.9) rotateY(360deg);
  transform: scale(0.9) rotateY(360deg);
  background-color: var(--insur-base);
}
.benefits-two__points li .text p {
  font-size: 18px;
  color: var(--insur-black);
  font-weight: 500;
}
.feature-four__top {
  padding: 100px 0;
}
.feature-four__top-inner {
  padding-left: 305px;
  min-height: 245px;
  margin-left: 70px;
}
.feature-four__top-call {
  position: absolute;
  top: 0;
  left: 0;
}
.feature-four__top-call-box {
  position: relative;
  border: 1px solid var(--insur-bdr-color);
  border-radius: 50%;
  height: 245px;
  width: 245px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-four__top-call-box-two {
  position: relative;
  border: 1px solid var(--insur-bdr-color);
  border-radius: 50%;
  height: 175px;
  width: 175px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-four__top-call-box-three {
  position: relative;
  border: 1px solid var(--insur-bdr-color);
  border-radius: 50%;
  height: 107px;
  width: 107px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.feature-four__top-call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border: 2px solid var(--insur-primary);
  border-radius: 50%;
  color: var(--insur-primary);
  font-size: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.feature-four__top-call-icon:hover {
  border: 2px solid var(--insur-base);
  color: var(--insur-base);
}
.about-four__img,
.about-four__img-two,
.about-four__img-two > img,
.about-four__img > img,
.feature-four__single,
.feature-four__top-call-number-box,
.team-details__top-img,
.team-details__top-img img {
  border-radius: var(--insur-bdr-radius);
}
.feature-four__top-call-number-box {
  position: absolute;
  top: 65px;
  left: calc(50% - 91px);
  max-width: 182px;
  width: 100%;
  background-color: var(--insur-base);
  text-align: center;
  padding: 4px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
}
.feature-four__top-call-number-box:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 6px solid var(--insur-base);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.feature-four__top-call-number-box:hover:before {
  border-top: 6px solid var(--insur-primary);
}
.feature-four__top-call-number-box a {
  font-size: 14px;
  color: var(--insur-white);
}
.feature-four__top-content {
  position: relative;
  display: block;
  top: 11px;
}
.feature-four__top-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}
.feature-four__top-text {
  font-size: 18px;
  line-height: 34px;
  padding-bottom: 29px;
  padding-top: 20px;
}
.feature-four__single {
  position: relative;
  display: block;
  background-color: var(--insur-white);
  padding: 50px 50px 45px;
  margin-bottom: 30px;
}
.feature-four__single-top {
  position: relative;
  display: flex;
  align-items: center;
}
.feature-four__icon {
  font-size: 40px;
  color: var(--insur-base);
  display: flex;
  align-items: center;
}
.feature-four__icon span {
  position: relative;
  display: inline-block;
  transition: 0.5s linear 0.1s;
  transform: scale(1);
}
.feature-four__single:hover .feature-four__icon span {
  transform: scale(0.9);
  color: var(--insur-primary);
}
.feature-four__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-left: 20px;
}
.feature-four__text {
  line-height: 30px;
  padding-top: 19px;
  padding-bottom: 34px;
}
.feature-four__points li {
  position: relative;
  display: flex;
  align-items: center;
}
.feature-four__points li + li {
  margin-top: 5px;
}
.feature-four__points li .icon {
  height: 15px;
  width: 15px;
  background-color: var(--insur-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: var(--insur-white);
}
.feature-four__points li .text p {
  color: var(--insur-black);
}
.feature-four__points-two li + li {
  margin-top: 6px;
}
.feature-four__points-two li a {
  font-size: 16px;
  color: var(--insur-base);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}
.feature-four__points-two li a:hover {
  color: var(--insur-primary);
}
.faq-one {
  padding: 120px 0 100px;
  background: var(--insur-extra);
  overflow: hidden;
}
.university-subtitle {
  font-size: 33px !important;
  text-transform: capitalize !important;
  margin-bottom: 36px !important;
}
.about-four__left {
  margin-right: 100px;
}
.about-four__img-two {
  position: absolute;
  right: -130px;
  bottom: -145px;
}
.about-four__img-two > img,
.counter-one-shape-1 img,
.counter-one-shape-2 img {
  width: auto;
}
.about-four__text-1 {
  font-size: 22px;
  color: var(--insur-base);
  line-height: 34px;
  padding-bottom: 9px;
}
.about-four__founder {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 51px;
}
.about-four__founder-img,
.pricing__points li {
  position: relative;
  display: flex;
  align-items: center;
}
.about-four__founder-img img {
  border-radius: 50%;
  border: 2px solid var(--insur-primary);
  width: auto;
}
.about-four__founder-content {
  position: relative;
  margin-left: 20px;
  top: 3px;
}
.about-four__founder-name {
  font-size: 24px;
  font-family: var(--insur-reey-font);
  line-height: 36px;
  margin-left: 20px;
}
.about-four__founder-sub-title {
  font-size: 16px;
  line-height: 26px;
  color: var(--insur-base);
}
.cta-four {
  padding: 120px 0;
  background-color: var(--insur-white);
  overflow: hidden;
}
.cta-four-shape-1 {
  position: absolute;
  top: -90px;
  right: -29px;
}
.team-two {
  padding: 0 0 90px;
}
.team-page {
  padding: 135px 0 70px;
}
.team-page-carousel {
  padding: 135px 0 133px;
}
.team-details__big-text {
  font-size: 80px;
  line-height: 80px;
  text-transform: uppercase;
  color: var(--insur-extra);
  letter-spacing: 0.35em;
  position: absolute;
  transform: rotate(-90deg);
  top: 209px;
  left: -319px;
}
.team-details__top-content {
  position: relative;
  display: block;
  margin-top: -7px;
}
.team-details__social,
.team-details__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative;
}
.team-details__top-name {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: var(--insur-letter-spacing);
  margin-top: 2px;
}
.team-details__top-title {
  font-size: 14px;
  color: var(--insur-gray);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 24px;
}
.team-details__social {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 19px;
  margin-bottom: 38px;
}
.team-details__social a {
  height: 43px;
  width: 43px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--insur-base);
  font-size: 15px;
  border-radius: 17px;
  border: 2px solid var(--insur-base);
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.team-details__social a:hover {
  background-color: var(--insur-base);
  color: var(--insur-white);
}
.team-details__top-text-1 {
  font-size: 30px;
  color: var(--insur-base);
  line-height: 46px;
}
.team-details__top-text-2,
.team-details__top-text-3 {
  font-size: 18px;
  line-height: 34px;
  letter-spacing: var(--insur-letter-spacing);
}
.team-details__top-text-2 {
  padding-top: 33px;
  padding-bottom: 35px;
}
.team-details__bottom {
  position: relative;
  display: block;
  border-top: 1px solid var(--insur-bdr-color);
  padding-top: 112px;
  padding-bottom: 120px;
}
.team-details__bottom-left {
  position: relative;
  display: block;
  margin-right: 70px;
  margin-top: -2px;
}
.team-details__bottom-left-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
}
.team-details__bottom-left-text {
  font-size: 18px;
  line-height: 34px;
  padding-top: 30px;
}
.team-details__bottom-right {
  position: relative;
  display: block;
  margin-left: 70px;
}
.team-details__progress {
  position: relative;
  display: block;
  width: 100%;
}
.pricing__tab,
.team-details__progress-single {
  position: relative;
  display: block;
}
.team-details__progress-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  color: var(--insur-black);
  margin-bottom: 6px;
}
.team-details__progress .bar {
  position: relative;
  width: 100%;
  height: 13px;
  border-radius: 7px;
  margin-bottom: 12px;
}
.team-details__progress .bar-inner {
  position: relative;
  display: block;
  width: 0;
  height: 13px;
  border-radius: 7px;
  background-color: var(--insur-primary);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.team-details__progress .count-text {
  position: absolute;
  right: 0;
  bottom: 21px;
  color: var(--insur-gray);
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.courses_box:hover .courses_box-img,
.team-details__progress .bar-inner.counted .count-text {
  opacity: 1;
}
.single-cta p,
.team-details__progress .bar.marb-0 {
  margin-bottom: 0;
}
.message-one {
  position: relative;
  display: block;
  padding: 120px 0;
  overflow: hidden;
  z-index: 1;
}
.contact-page-two-shape-1,
.contact-page-two-shape-2,
.message-one-shape-1,
.message-one-shape-2 {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  left: 0;
}
.message-one-shape-1,
.message-one-shape-2 {
  z-index: -1;
}
.message-one-shape-1 {
  top: 0;
  bottom: 0;
  background-position: center;
  opacity: 0.02;
}
.message-one-shape-2 {
  top: -110px;
  height: 414px;
  background-position: top center;
  opacity: 0.15;
}
.message-one .container {
  max-width: 770px;
  width: 100%;
}
.message-one .comment-form__btn {
  margin: 20px auto 0;
  display: block;
}
.message-one .comment-form__input-box.text-message-box {
  height: 180px;
}
.message-one .comment-form__input-box textarea {
  background-color: var(--insur-white);
  height: 180px;
}
.contact-page--two {
  overflow: hidden;
  z-index: 1;
}
.contact-page-two-shape-1 {
  top: 0;
  bottom: 0;
  background-position: center;
  opacity: 0.02;
  z-index: -1;
}
.contact-page-two-shape-2 {
  top: -165px;
  height: 414px;
  background-position: top center;
  opacity: 0.15;
  z-index: -1;
}
.contact-page--two .comment-form__input-box input[type="email"],
.contact-page--two .comment-form__input-box input[type="text"],
.contact-page--two .comment-form__input-box textarea,
.contact-page--two .contact-page__call-icon {
  background-color: var(--insur-white);
}
.contact-page--two .contact-page__call-icon:hover {
  background-color: var(--insur-base);
  border: 2px solid var(--insur-base);
  color: var(--insur-white);
}
.error-page {
  position: relative;
  display: block;
  padding: 81px 0 120px;
}
.error-page-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center 53%;
  background-size: 100%;
}
.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
}
.error-page__title-box {
  position: relative;
  display: block;
  margin-bottom: 192px;
}
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
  .error-page-shape-1 {
    background-position: center 55%;
  }
  .error-page__title-box {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .error-page-shape-1 {
    display: none;
  }
  .error-page__title-box {
    margin-bottom: 30px;
  }
}
.error-page__title {
  position: relative;
  display: inline-block;
  font-size: 280px;
  line-height: 280px;
  font-weight: 400;
  margin-bottom: 0;
  color: var(--insur-black);
}
.error-page__sub-title {
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 50px;
  margin-top: -16px;
}
.error-page__text {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.error-page__form {
  margin: 42px auto 20px;
}
.error-page__form-input {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}
.error-page__form input[type="search"] {
  height: 60px;
  width: 100%;
  border: none;
  outline: 0;
  background-color: var(--insur-extra);
  font-size: 18px;
  color: var(--insur-gray);
  font-weight: 400;
  padding-left: 50px;
  padding-right: 75px;
  border-radius: var(--insur-bdr-radius);
}
.error-page__form button[type="submit"] {
  background-color: transparent;
  color: var(--insur-black);
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 72px;
  outline: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}
.pricing__tab-box .tab-buttons .tab-btn:first-child span,
.pricing__tab-box .tab-buttons .tab-btn:first-child span:before {
  border-top-left-radius: var(--insur-bdr-radius);
  border-bottom-left-radius: var(--insur-bdr-radius);
}
.pricing__tab-box .tab-buttons .tab-btn:last-child span,
.pricing__tab-box .tab-buttons .tab-btn:last-child span:before {
  border-top-right-radius: var(--insur-bdr-radius);
  border-bottom-right-radius: var(--insur-bdr-radius);
}
.pricing__tab-box {
  z-index: 2;
}
.pricing__tab-box .tab-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.pricing__tab-box .tab-buttons .tab-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pricing__tab-box .tab-buttons .tab-btn span {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  color: var(--insur-black);
  background-color: var(--insur-extra);
  padding: 12px 30px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}
.pricing__tab-box .tab-buttons .tab-btn.active-btn span {
  color: var(--insur-white);
  background-color: var(--insur-base);
}
.pricing__tab-box .tab-buttons .tab-btn span:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  border-radius: 5px;
  content: "";
  background-color: var(--insur-base);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.pricing__tab-box .tab-buttons .tab-btn.active-btn span:before {
  height: 100%;
}
.counter-one__icon,
.pricing__main-content-box,
.pricing__points,
.pricing__tab-box .tabs-content {
  position: relative;
  display: block;
}
.pricing__tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: 10;
}
.pricing__tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.pricing__single {
  position: relative;
  display: block;
  border: 1px solid #dfe3e7;
  border-radius: var(--insur-bdr-radius);
  padding: 40px;
  background-color: #fff;
  margin-bottom: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.pricing__single:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  border: 2px solid transparent;
  border-radius: var(--insur-bdr-radius);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.pricing__single:hover:before {
  border: 2px solid var(--insur-base);
}
.pricing__single:hover {
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
}
.pricing-shape-1 {
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: -1;
}
.pricing__single-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pricing__btn-box,
.pricing__content,
.pricing__single-bottom {
  display: block;
  position: relative;
}
.pricing__content {
  text-align: right;
}
.pricing__content h3 {
  font-size: 60px;
  color: var(--insur-base);
  font-weight: 700;
  line-height: 60px;
}
.pricing__content p {
  color: var(--insur-primary);
  font-weight: 500;
}
.pricing__single-bottom {
  margin-top: 34px;
}
.pricing__title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 26px;
}
.pricing__points li .icon i {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--insur-primary);
}
.pricing__points li .text {
  margin-left: 20px;
}
.pricing__btn-box {
  margin-top: 32px;
}
.pricing__btn {
  background-color: var(--insur-black);
}
.pricing__btn:after,
.pricing__btn:before {
  background-color: var(--insur-base);
}
.pricing__single:hover .pricing__btn:before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.pricing__single:hover .pricing__btn:after {
  transform: translate3d(0, 0, 0);
  transition-duration: 50ms;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}
body.boxed-wrapper {
  background-color: var(--ambed-extra, #f2f5f9);
}
.boxed-wrapper .page-wrapper {
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 100px 0 rgba(0, 0, 0, 0.08);
}
@media (min-width: 1531px) {
  body.boxed-wrapper .get-insurance__left {
    left: 120px;
  }
}
.about-section {
  position: relative;
  padding: 70px 0 0;
}
.about-section .content-column {
  position: relative;
  margin-bottom: 40px;
}
.about-section .content-column .inner-column,
.uk_eu_images {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.about-section .content-column .text {
  position: relative;
  color: #777;
  font-size: 15px;
  line-height: 2em;
  margin-bottom: 25px;
}
#accordionExample {
  margin-bottom: 25px;
  margin-top: 20px;
}
.about-section .content-column .email {
  position: relative;
  color: #252525;
  font-weight: 700;
  margin-bottom: 50px;
}
.about-section .image-column {
  position: relative;
}
.about-section .image-column .inner-column {
  position: relative;
  padding: 40px 40px 0 0;
  margin-left: 50px;
}
.about-section .image-column .inner-column::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  left: 40px;
  bottom: 100px;
  z-index: -1;
  border: 2px solid #fcb414;
}
.about-section .image-column .inner-column .image:before {
  position: absolute;
  content: "";
  left: -50px;
  bottom: -50px;
  width: 299px;
  height: 299px;
  background: url(img/pattern-2.png) no-repeat;
}
.about-section .image-column .inner-column .image img {
  position: relative;
  width: 100%;
  display: block;
}
.about-section .image-column .inner-column .image .overlay-box {
  position: absolute;
  left: 40px;
  bottom: 48px;
}
.about-section .image-column .inner-column .image .overlay-box .year-box {
  position: relative;
  color: #252525;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  padding-left: 125px;
}
.about-section
  .image-column
  .inner-column
  .image
  .overlay-box
  .year-box
  .number {
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 110px;
  color: #fcb414;
  font-size: 68px;
  font-weight: 700;
  line-height: 105px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0049ad;
}
.about-section .btn-style-three:before,
.newNew::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 10px;
  z-index: -1;
  right: -10px;
  bottom: -10px;
  background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg);
}
.about-section .btn-style-three:hover,
.newNew:hover {
  color: #fcb414;
}
.about-section .btn-style-three,
.newNew {
  position: relative;
  line-height: 24px;
  color: #0049ad;
  font-size: 15px;
  font-weight: 700;
  background: #fff;
  display: inline-block;
  padding: 11px 40px;
  text-transform: capitalize;
  border: 2px solid #0049ad;
  font-family: Arimo, sans-serif;
}
.sec-title {
  position: relative;
  padding-bottom: 14px;
}
.process-work .content .title,
.sec-title .title,
.course_search_title {
  position: relative;
  color: #004aad;
  font-size: 45px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
}
p.search_index_title {
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}
p.search_index_subtitle {
  text-align: center;
  padding: 0rem 18rem;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
h3.course_search_subtitle {
  font-size: 26px;
  font-weight: 500;
}
.sec-title .title::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 7px;
  width: 40px;
  height: 11px;
  background-color: #fcb414;
}
.accordion-body {
  border: 1px solid #f2f5f9;
}
.accordion-button {
  font-weight: 500;
  font-size: 16px;
}
.accordion-body > ul > li {
  color: #696e77;
  border: none;
  border-bottom: 1px solid #f2f5f9;
  border-radius: 0;
  font-size: 15px;
}
.accordion-body > ul > li:last-child,
.nav-tabs {
  border-bottom: none;
}
.get-insurance__input-box .bootstrap-select > .dropdown-toggle {
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
}
.more_popular_courses > h4 {
  font-size: 22px;
  text-align: center;
  padding: 12px 10px;
  background: #0049ad;
  margin-bottom: 15px;
  color: #fff;
  position: relative;
  font-weight: 500;
  border-radius: 10px 10px 0 0;
}
.suggested_news-one__single {
  display: flex;
  padding: 10px 0;
  background: #fff !important;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.suggested_news-one__img {
  width: 30%;
}
.news-one__content.suggested_news-one__content {
  width: 70%;
  border: none;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 !important;
}
.news-one__img.suggested_news-one__img,
.news-one__img.suggested_news-one__img::before {
  border-radius: 0;
}
.news-one__content.suggested_news-one__content > h3 {
  font-size: 16px;
  margin: 0;
}
.news-one__content.suggested_news-one__content > p {
  font-size: 14px;
  line-height: 20px;
}
.news-one__img.suggested_news-one__img > img {
  border-radius: 0 !important;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.news-one__single:hover .news-one__img.suggested_news-one__img img {
  transform: scale(1) translateY(-50%);
  -webkit-transform: scale(1) translateY(-50%);
  -moz-transform: scale(1) translateY(-50%);
  -ms-transform: scale(1) translateY(-50%);
  -o-transform: scale(1) translateY(-50%);
}
.news-one__single:hover .news-one__content.suggested_news-one__content:hover {
  box-shadow: none;
}
.about_area,
.study_uk_eu_area {
  padding: 60px 0;
}
.about_area p {
  margin-bottom: 10px;
  line-height: 32px;
}
.about_single_object {
  border-radius: 10px;
  margin-top: 22px;
  padding: 10px 20px;
  box-shadow: 0 3px 13px 2px rgba(0, 0, 0, 0.061);
  border: 1px solid rgba(0, 0, 0, 0.061);
  background: #fff;
}
.single_about_titile {
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 600;
}
.single_about_titile::before {
  position: absolute;
  content: "";
  height: 2px;
  background: #0049ad;
  width: 100px;
  bottom: -10px;
  left: 0;
}
.about_single_object > p {
  font-size: 16px;
  line-height: 32px;
}
#myTabContent {
  border: none;
  border-radius: 0 0 10px 10px;
  margin-bottom: 30px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.our-blog-contnet .post_meta ul li a {
  color: #004aad;
}
.nav-tabs .nav-link {
  border: none;
  background: #fff;
  box-shadow: 0 -10px 18px -4px rgba(0, 0, 0, 0.1);
  margin-right: 12px;
  border-radius: 10px 10px 0 0;
  color: #16243d;
  font-weight: 500;
  position: relative;
  font-size: 16px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #004aad;
}
.course_title > h3 {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 30px;
}
.courses_box > ul > .list-group-item {
  padding: 15px 20px;
  border: none;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
.courses_box > ul > .list-group-item > h4 {
  font-size: 21px;
  margin-bottom: 6px;
}
.courses_box > ul > .list-group-item > p {
  font-size: 16px;
  font-weight: 300;
}
.tuition_fee_loans_table > table {
  border: none;
  margin-top: 10px;
}
.tuition_fee_loans_table > table > :not(:last-child) > :last-child > * {
  border-bottom-color: #dee2e6;
}
.page-header.study_uk_eu_banner {
  padding: 85px 0;
  text-align: center;
  position: relative;
  display: block;
  background-color: var(--insur-extra);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-slider__content > h5 {
  font-size: 40px;
}
.page-header__inner.study_uk_eu_banner__inner > h4 {
  color: #fff;
  font-size: 45px;
  text-transform: uppercase;
  word-spacing: 8px;
  font-weight: 700;
  margin-bottom: 35px;
}
.page-header__inner.study_uk_eu_banner__inner > h2 {
  font-size: 45px;
  color: #fcb414;
}
.page-header__inner.study_uk_eu_banner__inner > .btn_group a {
  padding: 10px 20px;
  font-size: 17px;
  margin-right: 0;
  margin-top: 16px;
}
.contact-page.more_short_course {
  padding: 30px 0;
}
.icon-box > img,
.news-one__single > img {
  width: 100px;
  margin: 0 auto 20px;
}
.news-one__single {
  text-align: center;
  padding: 30px 0;
  border-radius: 20px;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
.single-service-inner {
  padding: 30px 20px 30px;
  border-radius: 20px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
  background: #fff;
  min-height: 370px;
}
.single-service-inner.style-hover-base:hover {
  background: #004aad;
  color: #fff !important;
}
.single-service-inner .icon-box {
  margin-bottom: 13px;
}
.single-service-inner .details h3 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100px;
}
.footer-widget__phone-icon > img {
  height: 45px;
}
.pb--70 {
  padding-bottom: 70px;
}
.section-padding {
  padding: 50px 0 0px;
}
.section {
  position: relative;
  z-index: 1;
}
.bg-color-light {
  background-color: #ecf2f6;
}
.mb--90 {
  margin-bottom: 90px;
}
.process-work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
.process-work .thumbnail {
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  padding: 20px;
}
.process-work .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 60px;
}
.process-work .content .subtitle {
  font-size: 20px;
  color: var(--color-rose);
  font-weight: 700;
  font-family: var(--font-primary);
  margin-bottom: 20px;
  display: inline-block;
}
.process-work .content p {
  color: #737387;
  width: 60%;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 32px;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.shape-group-17 .shape.shape-1 {
  top: 0;
  left: 0;
}
.shape-group-17 .shape.shape-2 {
  top: 360px;
  right: 0;
}
.shape-group-17 .shape.shape-3 {
  top: 430px;
  left: 0;
}
.shape-group-17 .shape.shape-4 {
  top: 35%;
  right: 0;
}
.shape-group-17 .shape.shape-5 {
  top: 56%;
  left: 0;
}
.shape-group-17 .shape.shape-6 {
  top: 75%;
  right: 0;
}
.process-work.content-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.accordion-button:not(.collapsed) {
  box-shadow: 0 15px 15px -6px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 0 0 !important;
}
.accordion-body {
  border: none !important;
  margin-bottom: 1px;
}
.courses_box {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0 10px 90px -6px #c7c5c7;
  -moz-box-shadow: 0 10px 90px -6px #c7c5c7;
  box-shadow: 0 10px 90px -6px #c7c5c7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  min-height: 456px;
  border-radius: 20px;
  overflow: hidden;
}
.our_courses .courses_box img {
  margin: 0;
  width: 100%;
}
.courses_box-img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  background: rgba(0, 73, 173, 0.37);
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-right: 30px;
  z-index: 2;
}
.courses-link-wrap {
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 100%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.course-link {
  display: block;
  padding-bottom: 6px;
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  opacity: 0;
  margin-left: 30px;
}
.courses_box-img a span {
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
  padding-right: 10px;
}
.courses_box-img a :hover {
  opacity: 0.8;
}
.course-link span:after {
  content: "";
  position: absolute;
  top: 10px;
  width: 0;
  right: 0;
  height: 1px;
  background: #fff;
  left: 100%;
  margin-left: 0;
}
.courses_icon {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  height: 43px;
  right: 0;
  width: 43px;
  background: #fcb414;
  border-radius: 50%;
  padding: 7px 10px 10px;
  margin: -23px 10px 0 0;
  float: right;
  z-index: 3;
}
.accordion-item,
.study_abroad_service_area,
.table table {
  background-color: #fff;
}
.our_courses .courses_box a {
  text-decoration: none;
  color: #2d2d2d;
}
.course-box-content {
  display: block;
  padding: 30px 20px;
}
.our_courses .courses_box h3 {
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 12px;
  line-height: 33px;
}
.our_courses .courses_box p {
  margin: 0;
  font-size: 15px;
}
.our_courses .courses_box:hover {
  -webkit-box-shadow: 0 40px 90px -6px #c7c5c7;
  box-shadow: 0 40px 90px -6px #c7c5c7;
  margin-top: -5px;
}
.courses_box:hover .course-link:first-child span:after {
  -webkit-animation: 0.8s 0.6s forwards SlideWidth;
  animation: 0.8s 0.6s forwards SlideWidth;
}
.courses_box:hover .course-link:first-child {
  -webkit-animation: 0.5s 0.3s forwards SlideIn;
  animation: 0.5s 0.3s forwards SlideIn;
}
.courses_box:hover .course-link:nth-child(2) {
  -webkit-animation: 0.5s 0.6s forwards SlideIn;
  animation: 0.5s 0.6s forwards SlideIn;
}
.last {
  margin-right: 0;
}
.course-content.eightcol h3 {
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  padding: 0;
  color: #494949;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 20px;
}
.box-wrap {
  background: #fff;
  box-sizing: border-box;
  transition: box-shadow 0.25s;
  -ms-box-shadow: 0 1px 5px rgba(216, 216, 216, 0.75);
  box-shadow: 0 1px 5px rgba(216, 216, 216, 0.75);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.box-wrap .content-wrap {
  position: relative;
  padding: 8%;
  background: #fff;
}
.course-details .course-information .label {
  font-size: 16px;
  color: #999;
  display: inline-block;
  width: 125px;
}
.course-details.box-wrap > img {
  height: auto;
}
.single_course_details,
.study_abroad {
  padding: 90px 0;
}
.course-content.eightcol p {
  line-height: 30px;
}
.table .header {
  font-size: 16px;
  font-weight: 400;
}
.table table {
  width: 100%;
  font-size: 16px;
  border-radius: 10px;
}
.table table input.search {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 10px;
  border: 0;
  outline: #efefef solid 1px;
  background: #fbfbfb;
  transition: 0.2s;
}
.table table input.search:focus {
  outline: #1f74ff solid 2px;
  background: #fff;
}
.table table thead {
  border-spacing: 0;
}
.table table thead td {
  font-size: 18px;
  font-weight: 600;
  color: #666;
  padding: 10px;
}
.table table thead tr:first-child {
  background-color: #fbfbfb;
  background: linear-gradient(180deg, #fbfbfb 0, #fbfbfb 89%, #ededed 100%);
}
.table table thead tr:first-child td:first-child {
  border-radius: 10px 0 0;
}
.table table thead tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}
.table table tbody tr {
  transition: 0.2s;
  border-color: #f2f5f9;
}
.table table tbody tr td {
  padding: 18px 30px;
  color: #666;
  background: #f2f5f9;
}
.table table tbody tr:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px -15px rgba(0, 0, 0, 0.04);
  background-color: #ededed1c;
}
.table table tbody tr.success td {
  color: #46c93a;
  background: #e8f5e7;
}
.table table tbody tr.primary td {
  color: #1f74ff;
  background: #d4e4ff;
}
.table table tfoot tr td {
  border-radius: 0 0 10px 10px;
  padding: 3px 10px;
  background-color: #fbfbfb;
  background: linear-gradient(0deg, #fbfbfb 0, #fbfbfb 89%, #ededed 100%);
  text-align: right;
}
.pagination {
  display: flex;
  position: relative;
  right: 10px;
  justify-content: flex-end;
  gap: 5px;
}
.pagination .page {
  width: 10px;
  height: 30px;
  flex-basis: 30px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 6px;
  background: #f0f3f4;
  border-radius: 7px;
  color: #636983;
  cursor: pointer;
}
.pagination .page.active {
  background-color: #1f74ff;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 700px) {
  .table {
    width: 90%;
  }
}
.course-information.info-section.first > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
}
.course-information.info-section.first > h5 {
  margin-bottom: 12px;
}
h5.subheading {
  margin-bottom: 8px;
}
.instructors.info-section {
  margin-bottom: 20px;
}
.course-information.info-section.first > ul > li {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
.news-one__single.study_abroad_single {
  min-height: 466px;
}
.news-one__single.study_abroad_single
  > .news-one__content.text-center
  > .news-one__title {
  font-size: 25px;
  margin-bottom: 15px;
}
.list-unstyled.testimonial-two__point > li {
  display: table;
  clear: both;
  width: 100%;
}
.why-choose-one__single_2 {
  text-align: center;
  position: relative;
  display: block;
  background-color: #fff;
  padding: 40px 30px;
  overflow: hidden;
  border-radius: 20px;
  border: none;
  min-height: 300px;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, 0.1);
}
.accordion-button {
  background-color: #f2f2f2;
  box-shadow: none;
  border: none;
  padding: 20px;
  margin: 4px 0;
}
.accordion-button:not(.collapsed) {
  color: #0049ad;
  background-color: #f2f2f2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after,
.search-filter .course_filter_box--open svg.chevron {
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.news-one__single.study_abroad_single > .row > .col-lg-4 > img {
  width: 200px;
}
.accordion-body > .news-one__single.study_abroad_single {
  min-height: inherit !important;
}
.why-choose-one__single.why-choose-one__single_2
  > .why-choose-one__list-title-box
  > .why-choose-one__list-title-inner
  > h3 {
  font-size: 30px;
}
.why-choose-one__single.why-choose-one__single_2
  > .why-choose-one__list-title-box
  > .why-choose-one__list-text-box
  > p {
  font-size: 19px;
  line-height: 36px;
  padding: 0 15px;
  margin-top: 25px;
}
.why-choose-one__single.why-choose-one__single_2
  > .why-choose-one__list-icon
  > span {
  font-size: 52px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pb-30 {
  padding-bottom: 30px;
}
.single-cta {
  line-height: 28px;
  border-bottom: 1px solid #ccc;
  float: left;
  width: 100%;
}
.contact-info .single-cta {
  float: left;
}
.f-cta-icon {
  float: left;
  margin-right: 30px;
}
.f-cta-icon i {
  display: inline-block;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 78px;
  background: #644222;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
}
.contact-info h5 {
  color: #101010;
}
.single-cta h5 {
  font-size: 20px;
  margin-bottom: 15px !important;
}

.oportunatee > img {
  border-radius: 20px;
}
.table > :not(caption) > * > * {
  padding: 3px 10px;
  border-bottom-width: 0;
}
table.for_td_width td:first-child {
  width: 30%;
}
.our-blog-image > a > img,
.table_full_width {
  width: 100% !important;
}
.table_full_width li .text {
  padding: 8px 0;
}
.quick_facts {
  box-shadow: 0 6px 23px 1px rgba(160, 125, 125, 0.19);
  padding: 25px;
  border-radius: 15px;
}
.quick_facts > h3 {
  text-align: center;
}
.contact-box .form-control {
  background-color: #ecf0f8;
  border: 2px solid #d3d9e6;
  height: 60px;
  border-radius: 6px;
  padding: 15px;
  font-size: 16px;
  font-weight: 300;
}
.form-control:focus,
.has-error .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.info_box {
  padding: 30px 20px;
  margin-bottom: 20px;
  border-radius: 0;
  background: #fff;
  box-shadow: 5px 6px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid #f2f2f2;
}
.apply_form .info_box h4 {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 500;
  color: #000;
  text-align: left;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
}
.our-blog-image {
  position: relative;
  overflow: hidden;
}
.our-blog-image a {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.our-blog-image a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.58);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.our-blog-image .in-our-blog-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 50px;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.our-blog-contnet {
  padding: 20px;
}
.our-blog-contnet > h5 > a {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  cursor: pointer;
  transition: 0.3s;
}
.our-blog-contnet > h5 > a:hover {
  color: #fcb415 !important;
}
.our-blog-contnet .post_meta {
  margin-bottom: 10px;
  font-size: 12px;
}
.post_meta > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.our-blog-contnet .post_meta ul li {
  display: inline-block;
  padding: 0 10px 0 0;
  margin: 0 10px 0 0;
  position: relative;
}
.our-blog-contnet .post_meta ul li::before {
  content: "";
  width: 1px;
  height: 10px;
  background: #7c7c7c;
  top: 50%;
  right: 0;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.our-blog-contnet .button-block {
  margin-top: 28px;
}
.our-blog-contnet .button-block .botton-border {
  padding: 5px 30px;
  border: 1px solid #0049ad;
  color: #0049ad;
  border-radius: 5px;
  font-size: 13px;
  text-transform: uppercase;
  transition: 0.3s;
}
.our-blog-contnet .button-block .botton-border:hover {
  border-color: #fcb415;
  background: #fcb415;
  color: #fff;
}
.pagination-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
}
.pagination-box li {
  display: inline-block;
  margin: 0 4px;
}
.pagination-box li a {
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #e8e8e8;
  line-height: 40px;
  text-align: center;
  color: #0049ad;
  font-size: 18px;
  border-radius: 5px;
}
.pagination-box li.active a {
  color: #fcb415;
  background: #0049ad;
  border: 1px solid #fcb519;
}
.pagination-box li a:hover {
  color: #fcb415;
  background: #0049ad;
  border: 1px solid #fcb415;
}
.button-block > p {
  font-size: 14px;
}
.single-our-blog {
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 5px 36px -5px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fff;
  margin-bottom: 20px;
}
.our-blog-image > a > img {
  transition: 0.5s;
  transform: scale(1) rotate(0);
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.single-our-blog:hover .our-blog-image > a > img {
  transform: scale(1.3) rotate(3deg);
  -webkit-transform: scale(1.3) rotate(3deg);
  -moz-transform: scale(1.3) rotate(3deg);
  -ms-transform: scale(1.3) rotate(3deg);
  -o-transform: scale(1.3) rotate(3deg);
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.section-pb {
  padding-bottom: 120px;
}
.section-pt-90 {
  padding-top: 90px;
}
.blog-details-area .our-blog-contnet {
  padding: 30px 0;
  border: none;
  border-bottom: 1px solid #ddd;
}
.our-blog-contnet h5 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 28px !important;
}
.our-blog-contnet > p {
  font-size: 15px;
  line-height: 32px;
}
.widget-search-form input {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.widget-search-form button {
  position: absolute;
  top: 0;
  right: 0;
  background: 0 0;
  border: none;
  font-size: 20px;
  padding: 8px 15px;
}
.widget-related {
  border: 1px solid #dddddd9c;
  box-shadow: rgba(0, 0, 0, 0.4) 0 25px 20px -20px;
  border-radius: 25px;
}
.widget-title {
  font-weight: 500 !important;
  color: #696e77 !important;
  border-bottom: 1px solid #eaeaea !important;
  padding: 15px 19px;
  text-align: center;
  font-size: 19px !important;
  margin-bottom: 16px;
}
.btn,
form {
  font-size: 14px;
}
.widget-related ul {
  padding: 0 20px 20px;
}
.widget-related .single-related {
  padding-top: 5px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
.widget-related .single-related-image {
  width: 190px;
  margin-right: 15px;
}
.single-related-image > a > img {
  width: 100%;
  border-radius: 10px;
}
.widget-related .single-related-contents .post_meta ul li {
  display: inline-block;
  font-size: 12px;
  padding-right: 6px;
  margin-right: 6px;
}
.widget-related .single-related-contents p {
  margin-bottom: 0;
  line-height: 22px;
}
.widget-related .single-related:last-child {
  border: none;
  margin: 0;
}
.widget-search-form input {
  width: 100%;
  border: none;
  padding: 8px 45px 8px 15px;
  color: #b9b2b2;
  box-shadow: transparent 0 10px 20px, rgba(0, 0, 0, 0.23) 0 6px 6px;
  border-radius: 10px;
}
.blog-details-image {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0 30px 60px -12px,
    rgba(0, 0, 0, 0.3) 0 18px 36px -18px;
}
.sideBarBtn {
  width: 100%;
}
.btn_group.sideBarBtn > a {
  padding: 6px 20px;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 15px;
  width: 100%;
  border-radius: 30px;
  text-align: center;
  margin: 0;
}
.mobile-nav__social {
  margin: 0 auto;
}
.alert,
.btn {
  margin-top: 20px;
}
.counter-one__single {
  padding: 25px;
  border: 1px solid #86a8d8;
  box-shadow: rgba(0, 0, 0, 0.35) 0 5px 15px;
  border-radius: 7px;
  background: #fafafa;
}
.counter-one__top {
  justify-content: start;
}
.global-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}
form {
  margin-top: 0;
}
.card-title {
  font-weight: 300;
}
.login-form {
  width: 330px;
  margin: 20px;
}
.sign-up {
  text-align: center;
  padding: 20px 0 0;
}
.alert {
  margin-bottom: -30px;
  font-size: 13px;
}
.error-message {
  color: #dc3545;
  font-weight: bolder;
}
.link_404,
section.cta-one h2.section-title__title span:first-child {
  color: #fff !important;
}
.text-width {
  font-size: 1.3vw;
  display: block;
  width: 100%;
  word-wrap: break-word;
}
.active-option {
  background-color: #d3d3d3;
}
.no-content {
  text-align: center;
  margin-top: auto;
}
.page_404 {
  padding: 40px 0;
  background: #fff;
  font-family: Arvo, serif;
}
.four_zero_four_bg {
  background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
  height: 400px;
  background-position: center;
}
.four_zero_four_bg h1,
.four_zero_four_bg h3 {
  font-size: 80px;
}
.link_404 {
  padding: 10px 20px;
  background: #39ac31;
  margin: 20px 0;
  display: inline-block;
}
.contant_box_404 {
  margin-top: -50px;
}
.cta-one {
  position: relative;
  display: block;
  padding: 70px 0 70px;
  z-index: 1;
}
.cta-one .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  z-index: -1;
}
.cta-one .image-layer::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #004a94;
  background: linear-gradient(
    90deg,
    #004a94 0,
    #004a94 0,
    rgba(0, 74, 148, 0.9528186274509804) 10%,
    rgba(0, 74, 148, 0.6026785714285714) 50%,
    rgba(0, 74, 148, 0.9500175070028011) 90%,
    #004a94 100%
  );
  content: "";
  z-index: -2;
}
.accordion-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.accordion-body ul li {
  padding: 7px 0;
  font-size: 14px;
  display: table;
  clear: both;
  width: 100%;
}
.accordion-body ul li i {
  margin-right: 8px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  float: left;
  margin-top: 3px;
}
.counter-one {
  --insur-base: #ffffff;
  position: relative;
  display: block;
  background-color: var(--insur-base);
}
.counter-one-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.2;
}
.counter-one-shape-2 {
  position: absolute;
  bottom: -35px;
  right: 0;
  opacity: 0.2;
}
.counter-one__single {
  position: relative;
  display: block;
  text-align: center;
}
.counter-one__top {
  position: relative;
  display: flex;
  margin-bottom: 13px;
  justify-content: center;
}
.counter-one__text {
  font-size: 24px;
  color: #16243d;
  line-height: 34px;
  letter-spacing: var(--insur-letter-spacing);
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.counter-one__icon span {
  position: relative;
  display: flex;
  font-size: 60px;
  color: var(--insur-primary);
  transition: 0.5s linear 0.1s;
  transform: scale(1);
}
.counter-one__count-box-inner h3,
.counter-one__plus {
  font-size: 36px;
  line-height: 36px !important;
  font-family: var(--insur-font) !important;
  letter-spacing: var(--insur-letter-spacing);
  font-weight: 700;
}
.icon-insurance-1::before {
  content: "\e915";
}
.counter-one__count-box {
  position: relative;
  margin-left: 16px;
  margin-top: 27px;
}
.counter-one__count-box::before {
  position: absolute;
  top: -26px;
  left: 0;
  height: 4px;
  width: 40px;
  border-radius: 2px;
  content: "";
  background-image: -moz-linear-gradient(0deg, #c5defd 0, #7aaffd 100%);
  background-image: -webkit-linear-gradient(0deg, #c5defd 0, #7aaffd 100%);
  background-image: -ms-linear-gradient(0deg, #c5defd 0, #7aaffd 100%);
}
.counter-one__count-box-inner h3 {
  color: #4b4b4b;
}
.counter-one__plus {
  color: var(--insur-white);
}
.counter-one__single:hover .counter-one__icon span {
  color: var(--insur-white);
  transform: scale(0.9);
}
.accordion-body ul li i {
  height: 30px;
  width: 30px;
  line-height: 28px;
  border: 2px solid #fcb50d;
  color: #0049ad;
}
.accordion-body ul li span {
  display: block;
  /* float:right; */
  /* width:calc(100% - 40px); */
  padding-top: 4px;
}
.accordion-button:not(.collapsed) {
  border-bottom: 2px solid #fcb50d;
  font-weight: 700;
  font-size: 20px;
}
.scroll-to-top {
  bottom: 100px;
  right: 33px;
}
.testimonial-one {
  background-color: transparent;
  overflow: inherit;
}
.news-one {
  position: relative;
  background: 0 0;
}
.address-box {
  border: 1px solid #fcb50d;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.search-course,
.search-form-popup {
  box-shadow: rgb(0 0 0 / 26%) 0 3px 26px;
}
.icon-home {
  font-size: 13px;
  color: #0049ad;
}
.search_bar_container {
  width: 100%;
}
.search-course {
  border-radius: 10px;
  max-width: 100% !important;
}

.search-form-popup {
  border: 1px solid #0049ad;
}
.flat-accordion .flat-toggle {
  padding-left: 58px;
  border: 2px solid #e5e5e5;
  position: relative;
  margin-bottom: 10px;
}
.flat-accordion .toggle-content {
  font-size: 14px;
  line-height: 25px;
}
.flat-accordion .toggle-content .faq-img {
  float: left;
  margin-right: 30px;
  margin-top: 7px;
}
.flat-toggle:before {
  position: absolute;
  left: 22px;
  top: 14px;
  content: "";
  width: 14px;
  border: 2px solid #ffaa30;
  background: #ffaa30;
  height: 14px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.flat-accordion .flat-toggle h6.toggle-title {
  position: relative;
  cursor: pointer;
  color: #0049ad;
  line-height: 46px;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
}
.flat-accordion .flat-toggle h6.toggle-title:after {
  position: absolute;
  left: -34px;
  top: 20px;
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
}
.flat-accordion .flat-toggle h6.toggle-title:before {
  position: absolute;
  left: -30px;
  top: 16px;
  content: "";
  width: 2px;
  height: 10px;
  background-color: #fff;
}
.flat-accordion .flat-toggle .toggle-content {
  display: none;
  margin-left: -5px;
  padding: 10px 22px 20px 0;
}
.accordion-body {
  padding: 0;
}
section.search_bar_container .search-course {
  margin: 0 auto auto;
  border-radius: 10px;
  max-width: 100%;
  padding: 30px;
  text-align: center;
  box-shadow: rgba(38, 57, 77, 0.6) 0px 20px 30px -10px;
}
section.search_bar_container .search-course h4 {
  font-size: 28px;
  margin-bottom: 15px;
}
.btn-chevron,
section.search_bar_container .search-course p {
  font-size: 17px;
}
section.search_bar_container form {
  margin-top: 20px;
  padding: 0;
  border-radius: 40px;
  border: 1px solid #dddddd59;
}
.search_bar_container .search-popup__content form .thm-btn {
  width: 22%;
  height: 69px;
  font-size: 21px;
  font-weight: 500;
}
.search_bar_container .search-popup__content form .thm-btn i {
  margin-right: 12px;
}
.search_bar_container .search-popup__content form input::placeholder {
  color: #696e77;
  font-size: 17px;
}
.search-filter {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.search-filter .course_filter_box {
  width: calc(33.3% - 11px);
  margin-bottom: 12px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 1);
  transition: border 0.5s;
  overflow: hidden;
}
.search-filter .course_filter_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.search-filter .course_filter_box--active,
.search-filter .course_filter_box--active:hover,
.search-filter .course_filter_box--open,
.search-filter .course_filter_box--open:hover {
  border: 2px solid #fff;
}
.search-filter .checked-count {
  color: #fcbf00;
}
.search-filter .filter-buttons {
  padding: 18px 0 24px;
}
.search-filter label.dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  margin: 0;
  padding: 0 24px;
  cursor: pointer;
  border: none;
  color: #343434;
  font-weight: 600;
}
.search-filter label.dropdown.radio .circle {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 4px;
  background-color: #fcbf00;
  border-radius: 50%;
}
.search-filter label.dropdown svg {
  text-align: center;
  transition: 0.35s;
}
.search-filter .filter-menu {
  padding-left: 26px;
  padding-bottom: 0;
  max-height: 0;
  height: 0;
  transition: max-height 0.4s, height 0.45s, padding 0.2s;
}
.search-filter .filter-menu hr {
  width: calc(100% - 24px);
  position: relative;
  left: -12px;
  border: none;
  height: 1px;
  background-color: #fff;
  opacity: 0.2;
  margin-top: 0;
  margin-bottom: 0;
}
.search-filter .filter-menu .filter-submenu {
  padding-left: 16px;
}
.search-filter .filter-menu label {
  width: 100%;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
  cursor: pointer;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  user-select: none;
  color: #343434;
}
.search-filter .filter-menu label.radio-label-first {
  margin-top: 16px;
}
.search-filter .filter-menu .checkmark,
.search-filter .filter-menu .radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #334b73;
  border: 2px solid #fff;
}
.search-filter .filter-menu .checkmark {
  border-radius: 4px;
}
.search-filter .filter-menu label:hover input ~ .checkmark,
.search-filter .filter-menu label:hover input ~ .radiomark {
  background-color: #475c80;
}
.search-filter .filter-menu label input:checked ~ .checkmark {
  background-color: #fcbf00;
}
.search-filter .filter-menu .checkmark:after,
.search-filter .filter-menu .radiomark:after {
  content: "";
  position: absolute;
  display: none;
}
.search-filter .filter-menu label .checkmark:after {
  width: 8px;
  height: 14px;
  left: 5px;
  top: 0;
  border: solid #000;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.search-filter .filter-menu label .radiomark:after {
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fcbf00;
  border-radius: 50%;
}
.btn-chevron.back:after,
.search-filter .drop-checkbox:checked + .btn svg {
  transform: rotate(180deg);
}
.search-filter .drop-checkbox:checked ~ .filter-menu {
  max-height: 100vh;
  padding-bottom: 12px;
  height: 100%;
}
@media (min-width: 992px) {
  .search-filter .course_filter_box {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .search-filter {
    min-height: 122px;
    overflow: visible;
  }
  .search-filter .btn {
    line-height: 1.75;
  }
  .search-filter .course_filter_box {
    position: absolute;
    top: 52px;
    width: calc(33% - 16px);
  }
  .search-filter .course_filter_box:not(:last-of-type) {
    margin-right: 16px;
  }
  .search-filter .course_filter_box:nth-of-type(2) {
    left: calc(33% + 12px);
  }
  .search-filter .course_filter_box:nth-of-type(3) {
    left: calc(66% + 8px);
  }
}
.search-filter--full-width {
  justify-content: center;
  align-items: center;
  min-height: 80px;
  overflow: visible;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list > li > ul,
  .stricky-header .main-menu__list > li > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-menu .mobile-nav__toggler,
  .mobile-nav__buttons {
    display: none;
  }
  .search-filter--full-width .search-filter-top {
    position: absolute;
    width: calc(100% - 48px);
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
  }
}
.search-filter--full-width .filters {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .search-filter--full-width .filters {
    width: 888px;
  }
}
.search-filter--full-width .course_filter_box {
  width: 100%;
  z-index: 9;
}
@media (min-width: 768px) {
  .search-filter--full-width .filters {
    height: 48px;
  }
  .search-filter--full-width .course_filter_box {
    position: absolute;
    top: 0;
    width: calc(33.333% - 12px);
  }
  .search-filter--full-width .course_filter_box:nth-of-type(2) {
    left: calc(33.333% + 6px);
  }
  .search-filter--full-width .course_filter_box:nth-of-type(3) {
    left: calc(66.666% + 12px);
  }
}
@media (min-width: 1200px) {
  .search-filter--full-width .course_filter_box {
    width: calc(33.333% - 24px);
  }
}
@media (min-width: 768px) {
  .search-filter--full-width-2col .course_filter_box {
    width: calc(50% - 12px);
  }
  .search-filter--full-width-2col .course_filter_box:nth-of-type(2) {
    left: calc(50% + 6px);
  }
}
@media (min-width: 1200px) {
  .search-filter--full-width-2col .course_filter_box {
    width: calc(50% - 24px);
  }
}
.filter-btn {
  margin-right: 10px;
  margin-top: -2px;
}
.buttons-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 25px;
  border-bottom: 1px solid #f2f5f9;
  padding-bottom: 15px;
  gap: 0 14px;
}
.buttons-group .btn-chevron {
  width: calc(33% - 6px);
  margin-bottom: 12px;
}
.buttons-group .btn-chevron.active {
  background-color: #ffcb14;
}
.buttons-group .btn-chevron.active:after {
  transform: rotate(90deg);
}
.btn-chevron {
  display: inline-flex;
  justify-content: space-between;
  border-radius: 5px;
  padding: 8px 20px;
  word-spacing: 1px;
  font-weight: 700;
}
.btn-chevron:after {
  width: 11px;
  height: 20px;
  background-image: url(../images/icon-chevron-right-blue.svg);
  background-size: cover;
  content: "";
  align-self: center;
  margin-left: 30px;
  flex-shrink: 0;
  transition: 0.2s ease-out;
}
.btn-chevron:hover {
  border-color: #16243d !important;
  background-color: #16243d !important;
  color: #fff;
}
.btn-chevron:hover:after {
  background-image: url(/_assets/icon-chevron-right-white.svg);
}
.btn-chevron.back {
  padding: 8px 20px 8px 30px;
  position: relative;
}
.btn-chevron.back:after {
  position: absolute;
  top: 8px;
  left: 8px;
  margin: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.btn-chevron-navy {
  background-color: #16243d;
  color: #ffcb00;
  border: none !important;
}
.btn-chevron-navy:hover {
  background-color: #ffcb00 !important;
  color: #16243d !important;
}
.btn-chevron-navy:after {
  background-image: url(../images/icon-chevron-right-yellow.svg);
}
.btn-chevron-navy.active:after,
.btn-chevron-navy:hover:after {
  background-image: url(../images/icon-chevron-right-blue.svg);
}
.search-filter {
  background: #ffb33b !important;
}
.d-flex.search-filter-top h5 {
  color: #0049ad;
  margin-bottom: 15px;
  font-weight: 700;
}
.search-filter .course_filter_box:hover {
  border: 1px solid #fff !important;
}
button.thm-btn.course_filter_box:hover {
  background-color: #feb415 !important;
  border-color: #fff !important;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.course_filter_box {
  width: 32% !important;
  float: left;
  margin: 0px 10px 0px 0px !important;
}
.search-filter > form > div:nth-child(4) {
  width: 33%;
  float: right;
}
button.thm-btn.course_filter_box {
  padding: 9px 0;
  border-color: #ffb33b;
  width: 100% !important;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
  color: #343434;
}
.thm-btn:after,
.thm-btn:before {
  background-color: #ffb33b;
}
hr.select_all_divider {
  margin-top: -12px !important;
  margin-bottom: 12px !important;
  opacity: 0.1 !important;
}
@media (max-width: 1199.98px) {
  .buttons-group {
    gap: 0 13px;
  }
}
@media (max-width: 991.98px) {
  .search-filter label.dropdown:not(:first-of-type) {
    margin-left: 16px;
  }
  .search-filter .course_filter_box:nth-of-type(2) {
    left: calc(0% + 12px);
  }
  .search-filter .course_filter_box:nth-of-type(3) {
    left: calc(35% + -10px);
  }
  button.thm-btn.course_filter_box {
    width: inherit !important;
  }
  .course_filter_box {
    width: 30% !important;
  }
  .search-filter .course_filter_box {
    top: 110px;
    z-index: 99999999;
  }
  .buttons-group {
    gap: 0 12px;
  }
  .btn-chevron {
    font-size: 15px;
  }
  .desc_image {
    margin-top: 30px;
  }
  .d-flex.search-filter-top {
    display: none !important;
  }
  .search-filter {
    min-height: 175px;
  }
  .search-filter .drop-checkbox:checked ~ .filter-menu {
    background: #084ba5;
  }
}
@media (max-width: 767.98px) {
  .search-filter .drop-checkbox:checked ~ .filter-menu {
    background: transparent;
  }
  .d-flex.search-filter-top {
    display: block !important;
  }
  .search-filter {
    display: block;
  }
  .search-filter .course_filter_box {
    width: 100%;
    top: 0;
  }
  .search-filter .btn {
    margin-left: 0 !important;
  }
  .search-filter .btn:first-of-type {
    margin-top: 0;
  }
  .course_filter_box {
    width: 100% !important;
    margin-top: 20px !important;
  }
  .search-filter > form > div:nth-child(4) {
    width: 100%;
    float: inherit;
  }
  .buttons-group .btn-chevron {
    width: calc(50% - 6px);
  }
}

.study_uk_eu_area .accordion-button {
  background-color: #fff;
  box-shadow: 0 3px 13px 2px rgba(0, 0, 0, 0.1);
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-weight: 700;
  font-size: 20px;
  margin: 0;
  padding: 15px 10px;
}
.study_uk_eu_area .accordion-button:not(.collapsed) {
  color: #0049ad;
  background-color: #ffffff;
  margin: 0 !important;
  border-bottom-color: #fff !important;
  border-radius: 10px 10px 0px 0px !important;
  border-bottom: none !important;
}

.study_uk_eu_area .accordion-collapse.collapse.show .about_single_object {
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
  border-top: none;
}
.study_uk_eu_area .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 10px;
  box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.study_uk_eu_area .accordion-item:first-of-type .accordion-button {
  border-radius: 10px;
}

.study_uk_eu_area .accordion-item {
  margin-bottom: 10px;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-circle-dotted' viewBox='0 0 16 16'%3E%3Cpath d='M8 0c-.176 0-.35.006-.523.017l.064.998a7.117 7.117 0 0 1 .918 0l.064-.998A8.113 8.113 0 0 0 8 0zM6.44.152c-.346.069-.684.16-1.012.27l.321.948c.287-.098.582-.177.884-.237L6.44.153zm4.132.271a7.946 7.946 0 0 0-1.011-.27l-.194.98c.302.06.597.14.884.237l.321-.947zm1.873.925a8 8 0 0 0-.906-.524l-.443.896c.275.136.54.29.793.459l.556-.831zM4.46.824c-.314.155-.616.33-.905.524l.556.83a7.07 7.07 0 0 1 .793-.458L4.46.824zM2.725 1.985c-.262.23-.51.478-.74.74l.752.66c.202-.23.418-.446.648-.648l-.66-.752zm11.29.74a8.058 8.058 0 0 0-.74-.74l-.66.752c.23.202.447.418.648.648l.752-.66zm1.161 1.735a7.98 7.98 0 0 0-.524-.905l-.83.556c.169.253.322.518.458.793l.896-.443zM1.348 3.555c-.194.289-.37.591-.524.906l.896.443c.136-.275.29-.54.459-.793l-.831-.556zM.423 5.428a7.945 7.945 0 0 0-.27 1.011l.98.194c.06-.302.14-.597.237-.884l-.947-.321zM15.848 6.44a7.943 7.943 0 0 0-.27-1.012l-.948.321c.098.287.177.582.237.884l.98-.194zM.017 7.477a8.113 8.113 0 0 0 0 1.046l.998-.064a7.117 7.117 0 0 1 0-.918l-.998-.064zM16 8a8.1 8.1 0 0 0-.017-.523l-.998.064a7.11 7.11 0 0 1 0 .918l.998.064A8.1 8.1 0 0 0 16 8zM.152 9.56c.069.346.16.684.27 1.012l.948-.321a6.944 6.944 0 0 1-.237-.884l-.98.194zm15.425 1.012c.112-.328.202-.666.27-1.011l-.98-.194c-.06.302-.14.597-.237.884l.947.321zM.824 11.54a8 8 0 0 0 .524.905l.83-.556a6.999 6.999 0 0 1-.458-.793l-.896.443zm13.828.905c.194-.289.37-.591.524-.906l-.896-.443c-.136.275-.29.54-.459.793l.831.556zm-12.667.83c.23.262.478.51.74.74l.66-.752a7.047 7.047 0 0 1-.648-.648l-.752.66zm11.29.74c.262-.23.51-.478.74-.74l-.752-.66c-.201.23-.418.447-.648.648l.66.752zm-1.735 1.161c.314-.155.616-.33.905-.524l-.556-.83a7.07 7.07 0 0 1-.793.458l.443.896zm-7.985-.524c.289.194.591.37.906.524l.443-.896a6.998 6.998 0 0 1-.793-.459l-.556.831zm1.873.925c.328.112.666.202 1.011.27l.194-.98a6.953 6.953 0 0 1-.884-.237l-.321.947zm4.132.271a7.944 7.944 0 0 0 1.012-.27l-.321-.948a6.954 6.954 0 0 1-.884.237l.194.98zm-2.083.135a8.1 8.1 0 0 0 1.046 0l-.064-.998a7.11 7.11 0 0 1-.918 0l-.064.998zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z'/%3E%3C/svg%3E");
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-circle-dotted' viewBox='0 0 16 16'%3E%3Cpath d='M8 0c-.176 0-.35.006-.523.017l.064.998a7.117 7.117 0 0 1 .918 0l.064-.998A8.113 8.113 0 0 0 8 0zM6.44.152c-.346.069-.684.16-1.012.27l.321.948c.287-.098.582-.177.884-.237L6.44.153zm4.132.271a7.946 7.946 0 0 0-1.011-.27l-.194.98c.302.06.597.14.884.237l.321-.947zm1.873.925a8 8 0 0 0-.906-.524l-.443.896c.275.136.54.29.793.459l.556-.831zM4.46.824c-.314.155-.616.33-.905.524l.556.83a7.07 7.07 0 0 1 .793-.458L4.46.824zM2.725 1.985c-.262.23-.51.478-.74.74l.752.66c.202-.23.418-.446.648-.648l-.66-.752zm11.29.74a8.058 8.058 0 0 0-.74-.74l-.66.752c.23.202.447.418.648.648l.752-.66zm1.161 1.735a7.98 7.98 0 0 0-.524-.905l-.83.556c.169.253.322.518.458.793l.896-.443zM1.348 3.555c-.194.289-.37.591-.524.906l.896.443c.136-.275.29-.54.459-.793l-.831-.556zM.423 5.428a7.945 7.945 0 0 0-.27 1.011l.98.194c.06-.302.14-.597.237-.884l-.947-.321zM15.848 6.44a7.943 7.943 0 0 0-.27-1.012l-.948.321c.098.287.177.582.237.884l.98-.194zM.017 7.477a8.113 8.113 0 0 0 0 1.046l.998-.064a7.117 7.117 0 0 1 0-.918l-.998-.064zM16 8a8.1 8.1 0 0 0-.017-.523l-.998.064a7.11 7.11 0 0 1 0 .918l.998.064A8.1 8.1 0 0 0 16 8zM.152 9.56c.069.346.16.684.27 1.012l.948-.321a6.944 6.944 0 0 1-.237-.884l-.98.194zm15.425 1.012c.112-.328.202-.666.27-1.011l-.98-.194c-.06.302-.14.597-.237.884l.947.321zM.824 11.54a8 8 0 0 0 .524.905l.83-.556a6.999 6.999 0 0 1-.458-.793l-.896.443zm13.828.905c.194-.289.37-.591.524-.906l-.896-.443c-.136.275-.29.54-.459.793l.831.556zm-12.667.83c.23.262.478.51.74.74l.66-.752a7.047 7.047 0 0 1-.648-.648l-.752.66zm11.29.74c.262-.23.51-.478.74-.74l-.752-.66c-.201.23-.418.447-.648.648l.66.752zm-1.735 1.161c.314-.155.616-.33.905-.524l-.556-.83a7.07 7.07 0 0 1-.793.458l.443.896zm-7.985-.524c.289.194.591.37.906.524l.443-.896a6.998 6.998 0 0 1-.793-.459l-.556.831zm1.873.925c.328.112.666.202 1.011.27l.194-.98a6.953 6.953 0 0 1-.884-.237l-.321.947zm4.132.271a7.944 7.944 0 0 0 1.012-.27l-.321-.948a6.954 6.954 0 0 1-.884.237l.194.98zm-2.083.135a8.1 8.1 0 0 0 1.046 0l-.064-.998a7.11 7.11 0 0 1-.918 0l-.064.998zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z'/%3E%3C/svg%3E");
}

.course-details .accordion-button {
  background-color: #16233b;
  color: #f9c73a;
  font-size: 18px;
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 13px;
  font-weight: 500;
}
.course-details .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 5px;
}
.course-details .accordion-button:not(.collapsed) {
  font-size: 18px;
  border: none;
  color: #343434;
  background-color: #f9c73a;
  font-weight: 500;
  border-radius: 5px !important;
}
.course-details .accordion-item:first-of-type .accordion-button {
  border-radius: 5px;
}
.course-details .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' style='fill:white' class='bi bi-dash-circle-dotted' viewBox='0 0 16 16'%3E%3Cpath d='M8 0c-.176 0-.35.006-.523.017l.064.998a7.117 7.117 0 0 1 .918 0l.064-.998A8.113 8.113 0 0 0 8 0zM6.44.152c-.346.069-.684.16-1.012.27l.321.948c.287-.098.582-.177.884-.237L6.44.153zm4.132.271a7.946 7.946 0 0 0-1.011-.27l-.194.98c.302.06.597.14.884.237l.321-.947zm1.873.925a8 8 0 0 0-.906-.524l-.443.896c.275.136.54.29.793.459l.556-.831zM4.46.824c-.314.155-.616.33-.905.524l.556.83a7.07 7.07 0 0 1 .793-.458L4.46.824zM2.725 1.985c-.262.23-.51.478-.74.74l.752.66c.202-.23.418-.446.648-.648l-.66-.752zm11.29.74a8.058 8.058 0 0 0-.74-.74l-.66.752c.23.202.447.418.648.648l.752-.66zm1.161 1.735a7.98 7.98 0 0 0-.524-.905l-.83.556c.169.253.322.518.458.793l.896-.443zM1.348 3.555c-.194.289-.37.591-.524.906l.896.443c.136-.275.29-.54.459-.793l-.831-.556zM.423 5.428a7.945 7.945 0 0 0-.27 1.011l.98.194c.06-.302.14-.597.237-.884l-.947-.321zM15.848 6.44a7.943 7.943 0 0 0-.27-1.012l-.948.321c.098.287.177.582.237.884l.98-.194zM.017 7.477a8.113 8.113 0 0 0 0 1.046l.998-.064a7.117 7.117 0 0 1 0-.918l-.998-.064zM16 8a8.1 8.1 0 0 0-.017-.523l-.998.064a7.11 7.11 0 0 1 0 .918l.998.064A8.1 8.1 0 0 0 16 8zM.152 9.56c.069.346.16.684.27 1.012l.948-.321a6.944 6.944 0 0 1-.237-.884l-.98.194zm15.425 1.012c.112-.328.202-.666.27-1.011l-.98-.194c-.06.302-.14.597-.237.884l.947.321zM.824 11.54a8 8 0 0 0 .524.905l.83-.556a6.999 6.999 0 0 1-.458-.793l-.896.443zm13.828.905c.194-.289.37-.591.524-.906l-.896-.443c-.136.275-.29.54-.459.793l.831.556zm-12.667.83c.23.262.478.51.74.74l.66-.752a7.047 7.047 0 0 1-.648-.648l-.752.66zm11.29.74c.262-.23.51-.478.74-.74l-.752-.66c-.201.23-.418.447-.648.648l.66.752zm-1.735 1.161c.314-.155.616-.33.905-.524l-.556-.83a7.07 7.07 0 0 1-.793.458l.443.896zm-7.985-.524c.289.194.591.37.906.524l.443-.896a6.998 6.998 0 0 1-.793-.459l-.556.831zm1.873.925c.328.112.666.202 1.011.27l.194-.98a6.953 6.953 0 0 1-.884-.237l-.321.947zm4.132.271a7.944 7.944 0 0 0 1.012-.27l-.321-.948a6.954 6.954 0 0 1-.884.237l.194.98zm-2.083.135a8.1 8.1 0 0 0 1.046 0l-.064-.998a7.11 7.11 0 0 1-.918 0l-.064.998zM4.5 7.5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7z'/%3E%3C/svg%3E");
}
.course-details .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' style='fill:white' class='bi bi-plus-circle-dotted' viewBox='0 0 16 16'%3E%3Cpath d='M8 0c-.176 0-.35.006-.523.017l.064.998a7.117 7.117 0 0 1 .918 0l.064-.998A8.113 8.113 0 0 0 8 0zM6.44.152c-.346.069-.684.16-1.012.27l.321.948c.287-.098.582-.177.884-.237L6.44.153zm4.132.271a7.946 7.946 0 0 0-1.011-.27l-.194.98c.302.06.597.14.884.237l.321-.947zm1.873.925a8 8 0 0 0-.906-.524l-.443.896c.275.136.54.29.793.459l.556-.831zM4.46.824c-.314.155-.616.33-.905.524l.556.83a7.07 7.07 0 0 1 .793-.458L4.46.824zM2.725 1.985c-.262.23-.51.478-.74.74l.752.66c.202-.23.418-.446.648-.648l-.66-.752zm11.29.74a8.058 8.058 0 0 0-.74-.74l-.66.752c.23.202.447.418.648.648l.752-.66zm1.161 1.735a7.98 7.98 0 0 0-.524-.905l-.83.556c.169.253.322.518.458.793l.896-.443zM1.348 3.555c-.194.289-.37.591-.524.906l.896.443c.136-.275.29-.54.459-.793l-.831-.556zM.423 5.428a7.945 7.945 0 0 0-.27 1.011l.98.194c.06-.302.14-.597.237-.884l-.947-.321zM15.848 6.44a7.943 7.943 0 0 0-.27-1.012l-.948.321c.098.287.177.582.237.884l.98-.194zM.017 7.477a8.113 8.113 0 0 0 0 1.046l.998-.064a7.117 7.117 0 0 1 0-.918l-.998-.064zM16 8a8.1 8.1 0 0 0-.017-.523l-.998.064a7.11 7.11 0 0 1 0 .918l.998.064A8.1 8.1 0 0 0 16 8zM.152 9.56c.069.346.16.684.27 1.012l.948-.321a6.944 6.944 0 0 1-.237-.884l-.98.194zm15.425 1.012c.112-.328.202-.666.27-1.011l-.98-.194c-.06.302-.14.597-.237.884l.947.321zM.824 11.54a8 8 0 0 0 .524.905l.83-.556a6.999 6.999 0 0 1-.458-.793l-.896.443zm13.828.905c.194-.289.37-.591.524-.906l-.896-.443c-.136.275-.29.54-.459.793l.831.556zm-12.667.83c.23.262.478.51.74.74l.66-.752a7.047 7.047 0 0 1-.648-.648l-.752.66zm11.29.74c.262-.23.51-.478.74-.74l-.752-.66c-.201.23-.418.447-.648.648l.66.752zm-1.735 1.161c.314-.155.616-.33.905-.524l-.556-.83a7.07 7.07 0 0 1-.793.458l.443.896zm-7.985-.524c.289.194.591.37.906.524l.443-.896a6.998 6.998 0 0 1-.793-.459l-.556.831zm1.873.925c.328.112.666.202 1.011.27l.194-.98a6.953 6.953 0 0 1-.884-.237l-.321.947zm4.132.271a7.944 7.944 0 0 0 1.012-.27l-.321-.948a6.954 6.954 0 0 1-.884.237l.194.98zm-2.083.135a8.1 8.1 0 0 0 1.046 0l-.064-.998a7.11 7.11 0 0 1-.918 0l-.064.998zM8.5 4.5a.5.5 0 0 0-1 0v3h-3a.5.5 0 0 0 0 1h3v3a.5.5 0 0 0 1 0v-3h3a.5.5 0 0 0 0-1h-3v-3z'/%3E%3C/svg%3E");
}

.nopadding p {
  width: 100% !important;
}

section#course {
  padding-bottom: 50px;
  padding-top: 50px;
}
/* .owl-nav {
    display: flex !important;
    justify-content: space-between !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    opacity: 0;
    transition: 0.3s;
} */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  height: 80px;
  width: 30px;
  border-radius: 5px;
  font-size: 22px;
  position: relative;
  box-shadow: rgb(38, 57, 77) 0px 10px 37px -11px;
  background: #fff;
  margin: 0px 5px;
  color: #0049ad;
}
.owl-carousel:hover .owl-nav {
  opacity: 1;
}
button.owl-next > span {
  position: absolute;
  top: 53%;
  left: 53%;
  transform: translate(-50%, -50%);
}
button.owl-prev > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-carousel .owl-nav.disabled {
  display: block;
}
.news-one__single {
  margin-bottom: 0px;
}
.contact-info .contact_address_location svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  color: #fcb414;
  border: 1px solid;
  border-radius: 50%;
  padding: 4px;
}
button.accordion-button > svg {
  margin-right: 10px;
  height: 24px;
  width: 24px;
}
.contact-info [type="button"]:not(:disabled),
.contact-info [type="reset"]:not(:disabled),
.contact-info [type="submit"]:not(:disabled),
.contact-info button:not(:disabled) {
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
}
.contact-info button.accordion-button {
  margin: 0;
  background: #f2f5f9;
}
.contact_address_location ul li {
  padding: 8px 20px !important;
}
.study_uk_eu_area {
  padding: 0px;
}
div#uk_eu_accordion {
  padding: 0px 0px !important;
  margin: 0px 0px !important;
}
div#uk_eu_accordion > .accordion-item {
  margin-bottom: 5px;
  border: none !important;
}

.padding_top_100 {
  padding-top: 100px !important;
}
.padding_bottom_100 {
  padding-bottom: 100px !important;
}
.padding_top_50 {
  padding-top: 50px !important;
}
.padding_bottom_50 {
  padding-bottom: 50px !important;
}

.single-service-inner:hover .details h3 {
  color: #f9b41c !important;
}
.site-footer__social > a {
  border: none;
}
.main-header__top-social a + a {
  margin-left: 6px;
}
.disBloc {
  display: block !important;
}

.counter-one__text {
  font-size: 22px;
}
.about-section .content-column .inner-column,
.uk_eu_images {
  position: relative;
  top: 0 !important;
  transform: translateY(-0%) !important;
}
.about_single_object {
  padding: 5px 10px;
}
.single_about_titile {
  margin-bottom: 0px;
}

.study_uk_eu_area .accordion-collapse.collapse.show .about_single_object {
  padding: 5px 10px !important;
}
.single_about_titile::before {
  display: none;
}
.row.our_courses.mb-0.pb-0 .news-one__single {
  margin-bottom: 30px;
}
.contact-page,
.section-ptb {
  padding: 100px 0;
}
.owl-dots {
  display: none !important;
}

.course-content.eightcol h3 {
  text-align: left;
}
.table > :not(caption) > {
  padding: 3px 0px;
}

.quick_facts {
  box-shadow: none;
  padding: 0px;
  border-radius: 15px;
}

.table > :not(caption) > * > * {
  padding: 3px 0px;
  border-bottom-width: 0;
}

.main-header__top-address-list li .text p a:hover {
  color: #ffb33b !important;
}
@media (max-width: 575.98px) {
  .page-header-shape-1 {
    display: none;
  }
}
.contact-info .contact_address_location svg {
  border-radius: 4px;
  width: 28px;
  height: 28px;
}
.study_uk_eu_area .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 10px;
  box-shadow: 0 3px 13px 2px rgba(0, 0, 0, 0.1) !important;
  border: none !important;
}

/* Default styles */
.cookie-notice {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  width: 100%;
  padding: 25px;
  background: #fdb236;
  color: #413434;
  font-size: 1.2rem;
  z-index: 999;
}

.cookie-notice a {
  color: #f6f6f6;
}

.cookie-notice a:hover {
  text-decoration: none;
}

.cookie-notice a:visited {
  color: #f6f6f6;
}

.cookie-notice .cookie {
  font-size: 2.2rem;
  margin-right: 0.3rem;
  margin-left: 1rem;
}

.cookie-notice .accept-cookies {
  display: inline-block;
  background: white;
  color: #5a4939;
  padding: 10px 25px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 20px;
  border: 1px solid #ffb33b;
  margin-right: 22px;
  transition: 0.3s;
}

.cookie-notice .decline-cookies {
  display: inline-block;
  background: white;
  color: red;
  padding: 10px 25px;
  border-radius: 10px;
  font-weight: 500;
  font-size: 20px;
  border: 1px solid #ffb33b;
  margin-right: 22px;
  transition: 0.3s;
}
/* Responsive styles for smaller screens */
@media (max-width: 768px) {
  .cookie-notice {
    flex-direction: column; /* Change to a column layout */
    align-items: center;
    padding: 20px 10px;
    font-size: 1rem;
  }

  .cookie-notice p {
    width: 100%; /* Set content width to 100% */
    text-align: center; /* Center-align the content */
  }

  .cookie-notice .accept-cookies {
    display: inline-block;
    background: white;
    color: #5a4939;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    border: 1px solid #ffb33b;
    margin-right: 22px;
    transition: 0.3s;
  }

  .cookie-notice .decline-cookies {
    display: inline-block;
    background: white;
    color: red;
    padding: 10px 25px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 20px;
    border: 1px solid #ffb33b;
    margin-right: 22px;
    transition: 0.3s;
  }

  .cookie-notice .accept-cookies,
  .cookie-notice .decline-cookies {
    padding: 8px 20px;
    display: inline-block;
    font-size: 16px;
  }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
button.owl-next {
  right: 0;
  left: inherit !important;
}

.owl-nav {
  opacity: 0 !important;
}
.owl-carousel:hover .owl-nav {
  opacity: 1 !important;
}
.job-details-area {
  padding: 50px 0px;
  background: #f4f4f4;
}

/* About Page */
.block-title h2 {
  font-size: 35px;
  margin-top: 0;
  color: #222;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
section.journey_secion {
  background: #f8f8f8;
}
.btn-icon {
  padding: 0;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background: #004aad;
  color: #fff;
}
.btn-icon-round {
  border-radius: 50%;
}
.ui-timeline .tl-item .tl-body .tl-icon {
  position: absolute;
  left: -53px;
  top: 0;
}
.ui-timeline .tl-item .tl-body .tl-icon svg {
  width: 16px;
  height: 16px;
  margin-top: -4px;
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
h4.tl-tile {
  color: #ffb33c;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 10px;
  font-size: 20px;
}
.tl-content p {
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  line-height: 25px;
}
.ui-timline-left .ui-timeline:before {
  left: 0;
}
@media (min-width: 768px) {
  .ui-timline-left .ui-timeline .tl-item:before {
    display: none;
  }
  .ui-timline-left .ui-timeline .tl-item .tl-caption {
    margin-left: -55px;
  }
  .ui-timline-left .ui-timeline .tl-item .tl-body .tl-time {
    left: auto;
    right: 15px;
    color: #777;
  }
}
.ui-timeline {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.ui-timeline:before {
  background-color: #d5d5d5;
  bottom: 0px;
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 1px;
  z-index: 0;
}
@media (min-width: 768px) {
  .ui-timeline:before {
    left: 50%;
  }
}
.ui-timeline .tl-item {
  display: table-row;
  margin-bottom: 5px;
}
.ui-timeline .tl-item:before {
  display: none;
  content: "";
}
@media (min-width: 768px) {
  .ui-timeline .tl-item:before {
    display: block;
    width: 50%;
  }
}
.ui-timeline .tl-item .tl-caption {
  width: 150px;
  margin-left: -55px;
}
@media (min-width: 768px) {
  .ui-timeline .tl-item .tl-caption {
    margin-left: -110px;
  }
}
@media (min-width: 768px) {
  .ui-timeline .tl-item.alt {
    text-align: right;
  }
  .ui-timeline .tl-item.alt:before {
    display: none;
  }
  .ui-timeline .tl-item.alt:after {
    content: "";
    display: block;
    width: 50%;
  }
  .ui-timeline .tl-item.alt .tl-body .tl-entry {
    margin: 0 35px 15px 0;
  }
  .ui-timeline .tl-item.alt .tl-body .tl-time {
    right: -220px;
    left: auto;
    text-align: left;
  }
  .ui-timeline .tl-item.alt .tl-body .tl-icon {
    right: -53px;
    left: auto;
  }
  .ui-timeline .tl-item.alt .tl-body .tl-content:after {
    right: -16px;
    left: auto;
    border: 8px solid transparent;
    border-left: 8px solid rgba(255, 255, 255, 0.9);
    border-top: 8px solid rgba(255, 255, 255, 0.9);
  }
}
.ui-timeline .tl-item .tl-body {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.ui-timeline .tl-item .tl-body .tl-entry {
  position: relative;
  margin: 0 0 35px 36px;
}
.ui-timeline .tl-item .tl-body .tl-entry .btn-primary {
  background-color: #5c5de9;
  border-color: #5c5de9;
  padding: 10px 12px;
}
.ui-timeline .tl-item .tl-body .tl-time {
  z-index: 1;
  position: absolute;
  left: auto;
  right: 15px;
  top: 0;
  width: 150px;
  color: #777;
  line-height: 35px;
  text-align: right;
}
@media (min-width: 768px) {
  .ui-timeline .tl-item .tl-body .tl-time {
    left: -220px;
    right: auto;
    color: #3d4051;
  }
}
.ui-timeline .tl-item .tl-body .tl-icon {
  position: absolute;
  left: -53px;
  top: 0;
}
.ui-timeline .tl-item .tl-body .tl-content {
  position: relative;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px,
    rgba(0, 0, 0, 0.1) 0px 18px 36px -18px;
}
.ui-timeline .tl-item .tl-body .tl-content:after {
  content: " ";
  line-height: 0;
  position: absolute;
  left: -16px;
  top: 0;
  border: 8px solid transparent;
  border-right: 8px solid rgba(255, 255, 255, 0.9);
  border-top: 8px solid rgba(255, 255, 255, 0.9);
}
.tooltip-inner {
  padding: 0.85em;
}
.ui-timeline {
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.ui-timeline:before {
  background-color: #d5d5d5;
  bottom: 0px;
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 1px;
  z-index: 0;
}
@media (min-width: 768px) {
  .ui-timeline:before {
    left: 50%;
  }
}
.ui-timeline .tl-item {
  display: table-row;
  margin-bottom: 5px;
}
.ui-timeline .tl-item:before {
  display: none;
  content: "";
}
@media (min-width: 768px) {
  .ui-timeline .tl-item:before {
    display: block;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .ui-timeline .tl-item .tl-caption {
    margin-left: -39px;
  }
  .ui-timeline .tl-item .tl-body .tl-icon {
    left: -48px;
  }
}
.logo-group {
  overflow: hidden;
  padding: 0;
  border: 1px solid #ddd;
  border-right: none;
  border-bottom: none;
  position: relative;
}
.logo-group li {
  width: 20%;
  float: left;
  list-style: none;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
}
.logo-group li img {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .logo-group li {
    width: 50%;
  }
}

.service-item-box {
  background-color: #f3f5f9;
  padding: 35px;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.service-item-box {
  margin-bottom: 30px;
}
.icon span {
  display: inline-block;
  font-size: 40px;
}
.service-item-box h3 {
  font-weight: 500;
  font-size: 18px;
  color: #343434;
  margin-bottom: 15px;
  font-family: "Dm Sans", sans-serif;
}
.service-item-box img {
  width: 70px;
}
.service-item-box::before,
.item-box::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 9;
  content: "";
  height: 0px;
  position: absolute;
  width: 0px;
  visibility: hidden;
  opacity: 0;
}
.service-item-box:after,
.item-box::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 9;
  content: "";
  height: 0px;
  position: absolute;
  width: 0px;
  visibility: hidden;
  opacity: 0;
}
.service-item-box:hover:before,
.service-item-box:hover:after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease 0s;
  width: 60px;
  height: 60px;
}
.service-item-box:hover,
.service-item-box:hover:before,
.service-item-box:hover:after,
.service-item-box:before,
.service-item-box:after {
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-color: transparent;
}
.service-item-box::before,
.item-box::before {
  border-left: 2px solid #0049ad;
  border-top: 2px solid #0049ad;
}
.service-item-box:after,
.item-box::after {
  border-right: 2px solid #ffb33b;
  border-bottom: 2px solid #ffb33b;
}

section.about-section4 {
  padding: 85px 0 50px;
  background: url("../upload/banners/banner9.jpg") center bottom;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

section.about-section4 .about-box .about-post {
  margin-bottom: 50px;
}
section.about-section4 .about-box .about-post a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  float: left;
  width: 70px;
  height: 70px;
  background: #ffffff;
  color: #999999;
  border: 1px solid #eeeeee;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
section.about-section4 .about-box .about-post a:hover {
  color: #fff;
  border-color: transparent;
  background-color: #004aad;
}
section.about-section4 .about-box .about-post .about-post-content {
  margin-left: 80px;
  border-left: 1px solid #ffb33c;
  border-top: 1px solid #ffb33c;
  box-sizing: border-box;
  padding-left: 10px;
  padding-top: 10px;
}
section.about-section4 .about-box .about-post .about-post-content h2 {
  color: #222222;
  font-size: 22px;
  font-family: "DM Sans";
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 20px;
  margin-bottom: 16px;
}
section.about-section4 .about-box .about-post .about-post-content span {
  font-family: "Droid Serif", serif;
  color: #999999;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
  margin-bottom: 15px;
}
.about-section4 .title-section {
  text-align: center;
  margin-bottom: 30px;
}
.about-section4 .title-section h1 {
  color: #222222;
  font-size: 36px;
  font-family: "Dm Sans", sans-serif;
  font-weight: 300;
  margin: 0 0 25px;
  letter-spacing: -0.5px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 16px;
}
.about-section4 .title-section h1:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background: #ffb33c;
}
.about-section4 .title-section p {
  font-size: 18px;
  line-height: 32px;
  margin: 0;
  font-weight: 200;
}
.about-post-content p {
  text-align: justify;
  font-size: 16px;
  font-weight: 300;
}
.about-post-img-box {
  width: 200px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.about-post-img-box img {
  margin: 0 !important;
}
button.accordion-button i {
  margin-right: 10px;
}
.accordion-button:not(.collapsed) {
  font-weight: 500 !important;
}

.counter-area {
  padding: 50px 0px;
  background: url(https://noraeducation.com/storage/images/indexSliderImage/1685452214.jpg);
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.counter-area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.about-box {
  padding: 15px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  margin-bottom: 30px;
}
.about-box img {
  border-radius: 10px;
}
.about-post-content h2 {
  font-size: 26px;
  margin-bottom: 14px;
  border-bottom: 1px solid #f8ae3b;
  padding-bottom: 9px;
}
.about-post-content p {
  border-left: 1px solid #ffb33c;
  padding-left: 15px;
}

.about_section_extra .section-title {
  color: #ffb33c;
  margin-bottom: 1rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  font-size: 17px;
}
.about_section_extra .feature-box {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}
.about_section_extra .feature-icon {
  background-color: #f8f9fa;
  padding: 25px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.about_section_extra .feature-icon:hover {
  background-color: #ffb33c;
  fill: #ffffff;
  color: #ffffff;
}
.about_section_extra .btn-custom {
  background-color: #ff4a56;
  color: white;
  border-radius: 0;
  padding: 0.75rem 1.5rem;
  margin-top: 2rem;
}
.about_section_extra .right-image {
  position: relative;
  max-width: 100%;
  height: auto;
}
.about_section_extra .circle-overlay {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 100px;
  height: 100px;
  border: 5px solid #ff4a56;
  border-radius: 50%;
  z-index: 1;
}
.about_section_extra .content-image {
  position: relative;
  border-radius: 0.5rem;
}
section.about-section4.about_section_extra h1 {
  color: #222222;
  font-family: "League Spartan", Sans-serif;
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 15px;
  font-weight: 700;
}
section.about-section4.about_section_extra p {
  margin-bottom: 35px;
  font-family: "DM Sans";
}
.feature-box h5 {
  font-family: "League Spartan", sans-serif;
  margin-bottom: 10px;
}
.feature-box p {
  margin-bottom: 0px !important;
  font-weight: 300;
}
.about_section_extra .feature-icon img {
  width: 35px;
}
.image_block_three .image-box {
  position: relative;
  display: block;
  padding-left: 130px;
  padding-bottom: 100px;
}

.image_block_three .image-box .image {
  border-radius: 15px;
}

.image_block_three .image-box .image img {
  width: 100%;
  border-radius: 15px;
}

.image_block_three .image-box .image-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  box-shadow: 0px 20px 60px 10px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.image_block_three .image-box .image-1 {
  position: relative;
  overflow: hidden;
}

.image_block_three .image-box .image-1 img {
  -webkit-transform: rotate(15deg) scale(1.4);
  transform: rotate(15deg) scale(1.4);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.image_block_three .image-box .image-1:hover img {
  -webkit-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}

.image_block_three .image-box .image-shape .shape-1 {
  position: absolute;
  left: -90px;
  bottom: 145px;
  width: 180px;
  height: 180px;
  background-repeat: no-repeat;
}

.image_block_three .image-box .image-shape .shape-2 {
  position: absolute;
  top: 40px;
  right: -60px;
  width: 180px;
  height: 180px;
  background-repeat: no-repeat;
}

.image_block_three .image-box .image-shape .shape-3 {
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  left: 45px;
  top: 50px;
  z-index: 1;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}
.image_block_three .image-box .image-shape .shape-3 {
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  left: 130px;
  top: 50px;
  z-index: 1;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
}
.image_block_three .image-box .image-shape .shape-3 {
  border: 20px solid #0049ad;
}
.slider_title_border {
  position: absolute;
  bottom: -15px;
  height: 3px;
  width: 100px;
  background: #ffb33c;
  left: 50%;
  transform: translateX(-50%);
}
.block-title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .about_section_extra .content-image {
    display: none;
  }
  .block-title h2 {
    font-size: 28px;
  }
  section.about-section4.about_section_extra h1 {
    font-size: 36px;
    line-height: 52px;
  }
  .main-menu__main-menu-box-get-quote-btn {
    width: 100%;
    text-align: center;
  }
}

.apply_forms {
  background-color: #000;
  position: relative;
  background: url(https://images.pexels.com/photos/851213/pexels-photo-851213.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  overflow: hidden;
}

.apply_forms::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.04);
  background: inherit;
  filter: blur(10px);
  z-index: 0;
}
.post-job-form .contact-form hr {
  color: #fff;
}
.post-job-form p {
  text-align: center;
  margin-bottom: 10px;
  color: #222020;
  font-weight: 500;
}
label.form-check-label {
  color: #222020;
  font-weight: 500;
  margin-top: -2px;
}
