
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
  

  --insur-gradient:linear-gradient(to right, #f262ab, #ed529d, #e7418f, #e12c81, #db0773);
  --heading-font: "Merienda", cursive;
  --insur-font: "Lora", sanserif;

  --insur-gray: black;

  --insur-white: #ffffff;
  --insur-white-rgb: 255, 255, 255;

  --insur-base-rgb: 1, 95, 201;
  --insur-black: #16243d;
  --insur-black-rgb: 22, 36, 61;
 
  --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:"Lora", sanserif;
  color: black;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  direction: ltr;
}

body.locked {
  overflow: hidden;
}

a {
  color:black;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Merienda", cursive;
   

}

p {
  font-family: "Lora", sanserif;
  color: #000000bd;
  font-weight: 500;
  margin: 0;}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;

}

.list-unstyled {
  padding-left: 0;
}

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

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
::-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;
}

.section-separator {
  border-color: var(--insur-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
  
.button-new {
  cursor: pointer;
  font-size: large;
  font-family: "Lora", serif;
  font-weight: bold;
  color: #ffffff;
    background-image: var(--insur-gradient);
    padding: 4px 14px;
  border-radius: 50em;
  border: 6px solid var(--insur-gradient);
  box-shadow: 0px 8px #F69F23;
  font-family: "Merienda", cursive;
}
.button-new:active {
  position: relative;
  top: 8px;
  border: 6px solid #F9AA89;
  box-shadow: 0px 0px;
}

.custom-cursor__cursor {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  border: 1px solid var(--insur-gradient);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 5px), -50%);
  transform: translate(calc(-50% + 5px), -50%);
  z-index: 999991;
}

.custom-cursor__cursor-two {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: var(--insur-gradient);
  opacity: 0.3;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 999991;
}

.custom-cursor__hover {
  background-color:var(--insur-gradient);
  opacity: 0.4;
}

.custom-cursor__innerhover {
  width: 25px;
  height: 25px;
  opacity: 0.4;
}

 h2.section-title__title.text-right{
    position: relative;
  display: block;
  margin-top: -7px;
  color:white;

}

.section-title {
  position: relative;
  display: block;
  margin-top: -7px;
  margin-bottom: 48px;
}

.section-sub-title-box {
  position: relative;
  display: inline-block;
  margin-left: 40px;
}

.section-sub-title {
  font-size: 16px;
  color: var(--insur-black);
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}

.section-title-shape-1 {
  position: absolute;
  top: -1px;
  left: -40px;
}

.section-title-shape-1 img {
  width: auto;
}

.section-title-shape-2 {
  position: absolute;
  top: -1px;
  right: -39px;
}

.section-title-shape-2 img {
  width: auto;
}

.section-title__title {
  margin: 0;
  background-image: var(--insur-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

  font-weight: 700;
  letter-spacing: var(--insur-letter-spacing);
}

/* .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: none !important;
} */

.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 10px;
}

.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: 16px;
  font-weight: 500;
  padding: 10px 20px;
  color: #ffffff;
  background: var(--insur-base);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--insur-white);
  color: var(--insur-base);
  cursor: pointer;
}

/*--------------------------------------------------------------
# Scroll To Top
--------------------------------------------------------------*/
.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: var(--insur-gradient);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.scroll-to-top i {
  color: #ffffff;
  font-size: 18px;
  line-height: 45px;
}

.scroll-to-top:hover {
  background-color: var(--insur-gradient);
}

.scroll-to-top:hover i {
  color: #fff;
}

/*--------------------------------------------------------------
# Main Header
--------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  width: 100%;
  background: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 99;
  position: relative;
}

.main-header__top {
  position: relative;
  display: block;
  background-color: #f69f23;
  padding: 7px 0;
  border-radius: 0 40px;
}

.main-header__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header__top-address {
  position: relative;
  display: block;
}

.main-header__top-address-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-address-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-address-list li + li {
  margin-left: 30px;
}

.main-header__top-address-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-address-list li .icon span {
  font-size: 15px;
  color: #ffffff;
}

.main-header__top-address-list li .text {
  margin-left: 10px;
}

.main-header__top-address-list li .text p {
  font-size: 15px;
  color: #ffffff;
  line-height: 15px;
}

.main-header__top-address-list li .text p a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-address-list li .text p a:hover {
  color: #fd733c;
}

.main-header__top-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-menu-box {
  position: relative;
  display: block;
}

.main-header__top-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.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: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-menu li a:hover {
  color: var(--insur-gradient);
}

.main-header__top-social-box {
  margin-left: 40px;
}

.main-header__top-social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--insur-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-social a:hover {
  color: var(--insur-gradient);
}

.main-header__top-social a + a {
  margin-left: 25px;
}

.main-menu {
  position: relative;
  display: block;
}

.main-menu__wrapper {
  position: relative;
  display: block;
}

.main-menu__wrapper-inner {
  display: block;
  
}
.main-menu__wrapper::after{
content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 100%;
        height: 20px;
        background-image: url(../img/ban-shape.png);
        background-position: bottom left;
}


.main-menu__logo {
  float: left;
  display: block;
  padding: 11.2px 0px;
  margin-right: 45px;
  margin-top:-1%;

}

/* .main-menu__main-menu-box {
  display: flex;
  float: left;
  margin-top: 22px;
} */

.main-menu__main-menu-box-inner {
  display: block;
}












.main-menu__right {
  position: relative;
  display: block;
  float: right;
}







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

@media (min-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 .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 40px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(180deg, #F262AB 0%, #DB0773 100%);
    letter-spacing: var(--insur-letter-spacing);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    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 #de127a;
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.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.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color:#034B5B;
}


.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: 106%;
  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 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease, -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  border-radius: var(--insur-bdr-radius);
  padding: 10px 20px 31px;
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}

.main-menu .main-menu__list > li:not(.megamenu-clickable):hover > ul,
.main-menu .main-menu__list > li > ul > li:not(.megamenu-clickable):hover > ul,
.stricky-header .main-menu__list > li:not(.megamenu-clickable):hover > ul,
.stricky-header .main-menu__list > li > ul > li:not(.megamenu-clickable):hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.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: 14px;
  line-height: 30px;
  color: var(--insur-gray);
  letter-spacing: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
padding: 2px 0px 0px;
  letter-spacing: var(--insur-letter-spacing);
  -webkit-transition: 500ms;
  transition: 500ms;
  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: #ed539e;
    color: #fcfcfc;

}

.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: 2px;
  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: 500ms;
  transition: 500ms;
}

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




.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px 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;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}
.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--insur-base);
  cursor: pointer;
}

.mobile-nav__buttons a + a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--insur-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--insur-white);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--insur-primary);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}
.dropdown ul {
    max-height: 500px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}
/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 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 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.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 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
     background-image: linear-gradient(to right, #f262ab, #ed529d, #e7418f, #e12c81, #db0773);;
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 3px;
  right: 15px;
  font-size: 18px;
  color: 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: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);
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  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: #ffffff;
  font-size: 14px;
  font-family: "Lora", serif;
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.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: white;
  border: none;
  outline: none;
color: #ff1177;
  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 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  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(0deg);
  transform: rotate(0deg);
  background-color: #fff;
color: #ff1177;
}
.mobile-nav__container li.dropdown.current .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{
color: #ff1177 !important;
font-weight: 600;
}


.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);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--insur-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--insur-primary);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--insur-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--insur-primary);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--insur-primary);
  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;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}


/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
  z-index: 91;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: #ffffff;
}

.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-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider .image-layer:before {
  position: absolute;
  left: -1px;
  top: 0px;
  bottom: 0;
  width: 535px;
  content: "";
  background-image: -webkit-linear-gradient(0deg, rgb(255 255 255) 0%, rgba(243, 246, 248, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(255 255 255) 0%, rgba(243, 246, 248, 0) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(255 255 255) 0%, rgba(243, 246, 248, 0) 100%);
  z-index: -1;
}

.main-slider-shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  mix-blend-mode: luminosity;
  opacity: 0.2;
  z-index: -1;
}

.main-slider-shape-1 img {
  width: auto;
}

.main-slider__content {
  position: relative;
  display: block;
  text-align: left;
}

.main-slider__title {
  position: relative;
  font-size: 60px;
    background-image: linear-gradient(to right, #de127a, #f55166, #ff825d, #ffaf66, #fbd783);
  -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: -0.04em;
  margin-bottom: 29px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__title span {
  color: var(--insur-gradient);
  font-weight: 700;
}

.main-slider__title:before {
  position: absolute;
  top: -22px;
  left: 5px;
  height: 13px;
  width: 324px;
  content: "";
 

}

.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;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider .swiper-slide-active .main-slider__title,
.main-slider .swiper-slide-active .main-slider__text,
.main-slider .swiper-slide-active .main-slider__btn-box {
  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: all 500ms ease;
}

.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-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

.main-slider__nav .swiper-button-prev {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Headingfont
--------------------------------------------------------------*/
.section-header04 h2 {
  text-transform: uppercase;
  font-weight: 600;
    background-image: linear-gradient(to right, #de127a, #f55166, #ff825d, #ffaf66, #fbd783);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.star-image {
  width: 50px;
  height: auto;
  margin-bottom: 15px;
  display: flex ;
  margin: 0 auto;
}
.section-header04 span.section-devider {
  display: inline-block;
  width: 190px;
  text-align: center;
  font-size: 9px;
  color: var(--insur-gradient);
  position: relative;
}
.section-header04 span.section-devider:before {
  position: absolute;
  content: "";
  left: 0;
  top: 6px;
  height: 1px;
  width: 80px;
  background: #323232;
}
i.fas.fa-circle::before {
    position: absolute;
    top: 10%;
    right: -6px;
    color: #E8799D;
    text-align: center;

    
}
.section-header04 span.section-devider:after {
  position: absolute;
  content: "";
  right: 0;
  top: 6px;
  height: 1px;
  width: 80px;
  background: #323232;
}
.section-header04 span.section-devider span {
  display: inline-block;
  position: relative;
}
.section-header04 span.section-devider span:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #323232;
  border-radius: 100px;
  left: -15px;
  top: 4px;
}
.section-header04 span.section-devider span:after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #323232;
  border-radius: 100px;
  right: -15px;
  top: 4px;
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.main-slider-two__video-icon:hover {
  background-color: #034b5b;
  color: #ffffff;

}
.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: #ffffff;
  background-image: var(--insur-gradient);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main-slider-two__video-link .ripple,
.main-slider-two__video-icon .ripple:before,
.main-slider-two__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125px;
  height: 125px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
 
  box-shadow: 0 0 0 0 #F9C461;
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}
.main-slider-two__video-link {
  position: absolute;
  left: 175px;
  top: 239px;
  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;
}

.fa-check-circle:before {
    content: "\f058";
    color: #f05ca5;
}
.about-one {
  position: relative;
  display: block;

  background-color: var(--insur-white);
  z-index: 1;
}
.about-one-pattern_img2

 {
       top: -4%;
    right: -4%;

}
.shape {
   position: absolute;
    z-index: -1;
    left: -32%;
    animation: animation01 2s infinite alternate;
    bottom: -10%;
}
.about-one-pattern_img1, .about-one-pattern_img2, .about-one-pattern_img3 {
    position: absolute;
    max-width: 100%;
    width: auto;}
    .pbmit-img-animation-01 img {
    animation: animation01 2s infinite alternate;
}
.pbmit-img-animation-01 img{
	animation: animation01 2s infinite alternate;
}
@keyframes animation01 {
	0% {
		transform: scale(1.0);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1.0);
	} 
}
.section-title__title span{
  color:var(--insur-gradient);
  font-size: 31px;
}

.about-one-bg {
  position: absolute;
  bottom: 82px;
  right: 119px;
  width: 500px;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;

  z-index: -1;
}

.about-one__left {
  position: relative;
  display: block;
  margin-right: 30px;
}

.about-one__img-box {
  position: relative;
  display: block;
}

.about-one__img {
  position: relative;
  display: block;
}

.about-one__img > img {

  border-radius: 20px;
}

.about-one__img-two {
  position: absolute;
  top: 100px;
  right: -105px;
}

.about-one__img-two > img {
  width: auto;
  border-radius: 20px;
}

.about-one__experience {
  position: absolute;
  bottom: -38px;
  left: 202px;
  display: flex;
  align-items: center;
  background-image: var(--insur-gradient);
  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 #FDFBBF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.about-one__experience:after {
  position: absolute;
  bottom: 0px;
  right: -65px;
  content: "";
  border-top: 0px solid transparent;
  border-left: 65px solid #F9C461;
  border-bottom: 62px solid transparent;
}

.about-one__experience-year {
  font-size: 60px;
color: #fbd783;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: var(--insur-letter-spacing);
}

.about-one__experience-text {
  font-size: 20px;
  color: var(--insur-white);
  line-height: 24px;
  font-weight: 500;
  letter-spacing: var(--insur-letter-spacing);
  margin-left: 18px;
}

.about-one__shape-1 {
  position: absolute;
  top: 49px;
  right: -33px;
  /* opacity: 0.3; */
  z-index: -1;
}

.about-one__shape-1 img {
  width: auto;
}

.about-one__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.about-one__right .section-title {
  margin-bottom: 27px;
}
.mb-4 a:hover {
    color: #dd1b7b;
}

.about-one__text-1 {
  font-size: 24px;
  color: var(--insur-base);
  font-weight: 500;
  line-height: 40px;
  letter-spacing: var(--insur-letter-spacing);
}

.about-one__points {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}


.about-one__points li {
  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 {
  margin-left: 15px;
}

.about-one__points li .text p {
  font-size: 18px;
  color: var(--insur-black);
  font-weight: 500;
  letter-spacing: var(--insur-letter-spacing);
}

.about-one__text-2 {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: var(--insur-letter-spacing);
}




/*---------------------------------------------------- */
/* Feature area*/
/*----------------------------------------------------*/
.ins-feature-section {
  padding-bottom: 120px;
}

.arrow-circle {
  z-index: 1;
  width: 58px;
  height: 58px;
  border-radius: 100%;
}
.arrow-circle:before {
  left: 0;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  content: "";
  position: absolute;
  border-radius: 100%;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: var(--theme-color-2);
}        
.arrow-circle:after {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  border-radius: 100%;
  border: 1px solid #288BA0;
}
.arrow-circle i {
  font-size: 24px;
  color: var(--theme-color);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.arrow-circle:hover:before {
  top: -4px;
  opacity: 1;
}
.arrow-circle:hover i {
  color: #fff;
}

.ins-feature-title h2 {
  font-weight: 700;
 

    color: #034b5b;

}
.ins-feature-title h2 span {
  font-size: 130px;
  color: var(--theme-color);
}
.ins-feature-title h3 {
  color: #0F0F2D;
  font-size: 26px;
  font-weight: 700;
  padding-top: 8px;
}

.ins-feature-content {
  padding-top: 70px;
}

.ins-feature-item .top-tag {
  z-index: 1;
  top: -12px;
  left: -22px;
}
.ins-feature-item .ins-feature-img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 25px;
}
.ins-feature-item .ins-feature-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ins-feature-item .feature-icon {
  left: 8px;
  bottom: 8px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ins-feature-item .ins-feature-text h3 {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 20px;
}
.ins-feature-item .ins-feature-text h3 span {
  color: var(--theme-color);
}
.ins-feature-item .ins-feature-text h3:hover {
  color: var(--theme-color);
}
.ins-feature-item .ins-feature-text p {

  padding-bottom: 32px;
}
.ins-feature-item:hover .feature-icon {
  -webkit-animation: icon-bounce 0.8s ease-out infinite;
          animation: icon-bounce 0.8s ease-out infinite;
}
.ins-feature-item:hover .ins-feature-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  background-color: #FAF8F7;
  padding: 51px 0 55px;

}

.services-one__top {
  position: relative;
  display: block;
}

.services-one__top-left {
  position: relative;
  display: block;
}

.services-one__top-right {
  position: relative;
  display: block;
  margin-left: 170px;

}

.services-one__top-text {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: var(--insur-letter-spacing);
      color: #00000094;
}

.services-one__bottom {
  position: relative;
  display: block;
}

.services-one__container {
  position: relative;
  display: block;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.services-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.service-one__img {
  position: relative;
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  z-index: 1;
}

.service-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background-color: #cf1d7152;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 500ms ease;
  transform: translate3d(0px, -100%, 0px);
  z-index: 1;
}

.services-one__single:hover .service-one__img:before {
  transform: translate3d(0px, 0, 0px);
}

.service-one__img img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .service-one__img img {
  transform: scale(1.05);
}

.service-one__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 20px 0px 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: rgb(255, 255, 255);
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.05);
  border-radius: var(--insur-bdr-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 3;
}

.services-one__single:hover .services-one__icon {
  background-color:#fff;
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 36px;
 background-image:var(--insur-gradient);
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  transition: all 500ms linear;
  transition-delay: 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;

  letter-spacing: var(--insur-letter-spacing);
  margin-bottom: 5px;
}



.service-one__title a {
  color: var(--insur-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin:0 10px;
}

.services-one__single:hover .service-one__title a {
  color: var(--insur-base);
}

.service-one__text {
  font-size: 15px;
  letter-spacing: var(--insur-letter-spacing);
  line-height: 24px;
}
.blog-style-one .btn-simple {
  margin-top: 5px;
}

i::before {
  line-height: inherit !important;
}

@media only screen and (max-width: 1600px) {
  .btn-wrap {
   margin: 10px 0;
 }
   
 }
 .btn-with-line {
color: #DE127A;
    position: relative;
    font-weight: 500;
 }
 .btn-with-line:hover {
   color: #f69f23;
 }
 .btn-with-line:hover:after {
   width: 30%;
   right: -41px;
 }
 .btn-with-line:after {
   content: "";
   position: absolute;
   top: 10px;
   right: -55px;
      border-bottom: 2px solid #DE127A;
   width: 41%;
   z-index: 9;
   transition: 0.3s ease-out;
 }
 
@media only screen and (max-width: 1600px) {
  .btn-wrap2 {
   margin: 0;
 }
   
 }
 .btn-with-line2 {
   color: var(--insur-gradient);
   position: relative;
 }
 .btn-with-line2:hover {
   color: white;
 }
 .btn-with-line2:hover:after {
   width: 30%;
   right: -41px;
 }
 .btn-with-line2:after {
   content: "";
   position: absolute;
   top: 10px;
   right: -55px;
   border-bottom: 2px solid var(--insur-gradient);
   width: 41%;
   z-index: 9;
   transition: 0.3s ease-out;
 }
/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.milestone-one {
    position: relative;
    display: block;
    background-image: var(--insur-gradient);
    padding: 67px 0 62px;
    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.08;

  z-index: -1;
}

.why-choose-one-shape-2 {
  position: absolute;
  right: 596px;
  top: -215px;
  z-index: 2;
}

.why-choose-one-shape-2 img {
  width: auto;
}

.why-choose-one-shape-3 {
  position: absolute;
  top: -260px;
  right: 150px;
}

.why-choose-one-shape-3 img {
  width: auto;
}

.why-choose-one-shape-4 {
  position: absolute;
  top: -81px;
  right: 0;
}

.why-choose-one-shape-4 img {
  width: auto;
}

.why-choose-one-shape-5 {
  position: absolute;
  bottom: -215px;
  right: 0;
  z-index: 1;
}

.why-choose-one-shape-5 img {
  width: auto;
}

.why-choose-one-shape-6 {
  position: absolute;
  bottom: -295px;
  right: 160px;
}

.why-choose-one-shape-6 img {
  width: auto;
}

.why-choose-one-img {
  position: absolute;
  top: -111px;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.why-choose-one-img img {
  width: 80%;
  background-repeat: no-repeat;
  border: 10px solid #ffffff;
  border-radius: 20px;
  background-size: cover;
  border-radius: 20px;
  position: relative;

}

.why-choose-one__left {
  position: relative;
  display: block;
}

.why-choose-one__left .section-title {
  margin-bottom: 31px;
}

.why-choose-one__left .section-sub-title {
  color: var(--insur-white);
}

.why-choose-one__left .section-title__title {
  color: var(--insur-white);
}

.why-choose-one__text {
  color: #97a2b7;
  line-height: 28px;
  letter-spacing: var(--insur-letter-spacing);
}

.why-choose-one__list-box {
  position: relative;
  display: block;
  max-width: 510px;
  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;
}

.why-choose-one__list li {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.why-choose-one__single {
  position: relative;
  display: block;
  background-color: rgba(250, 250, 250, 0.15);
  border-radius:30px;
  padding: 35px 20px 32px;
  overflow: hidden;
}

.why-choose-one__list-icon {
  position: relative;
  display: block;
  margin-bottom: 9px;
}
.why-choose-one__list-icon img {
  width: 50px; /* Adjust size according to your design */
  height: auto;
}

.counter {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 28px;
}
.count-area-content h5 {
  margin: 6px 0 0;
  padding: 0;
  color: #ffffff;
  font-size: 18px;
}
.why-choose-one__list-icon {
  margin-bottom: 15px; /* Space between icon and text */
}

.why-choose-one__list-icon span {
  font-size: 45px;
  color: var(--insur-primary);
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 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-box {
  position: relative;
  display: block;
}

.why-choose-one__list-title-inner {
  position: relative;
  display: block;
  transform: translateY(0%);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: visible;
  opacity: 1;
}

.why-choose-one__single:hover .why-choose-one__list-title-inner {
  transform: translateY(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
}

.why-choose-one__list-title {
  font-size: 18px;
  color: var(--insur-white);
  line-height: 28px;
  letter-spacing: var(--insur-letter-spacing);
}

.why-choose-one__list-text-box {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  transform: translateY(-100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
}

.why-choose-one__single:hover .why-choose-one__list-text-box {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.why-choose-one__list-text {
  font-size: 14px;
  color: #97a2b7;
  line-height: 24px;
  letter-spacing: var(--insur-letter-spacing);
}
/* <!-- ============================================-->
  <!--mile stones-->
<!-- ============================================--> */
.count-area-content {
   text-align: center;
    background-color: rgba(250, 250, 250, 0.15);
    border-radius: 20px;
    padding: 14px 30px 14px 14px;
    margin: 15px 0px;
}

.percentage .count-digit:after {
  content: '%';
  margin-left: 3px;
}

.count-digit {
    margin: 5px 0px;
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
}

.new-students {
  margin-top: 45px;
}

section.our-facts .video {
  text-align: center; 
  margin-left: 70px;
  background-image: url(../img/why-choose-bg-two.webp);
  background-repeat: no-repeat;
  border: 10px solid #ffffff;
  border-radius: 20px;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}



.btn-play {
  position: relative;
  display: block;
  box-sizing: content-box;
  width: 36px;
  height: 46px;
  border-radius: 100%;
  border: none;
  outline: none !important;
  padding: 18px 20px 20px 28px;
  background: var(--insur-gradient);
}


section.our-facts .video {
  text-align: center; 
  margin-left: 70px;
  background-image: url(../img/why-choose-bg-two.webp);
  background-repeat: no-repeat;
  border: 10px solid #ffffff;
  border-radius: 20px;
  background-size: cover;
  border-radius: 20px;
  position: relative;
}

section.our-facts .video img {
  padding: 170px 0px;
  max-width: 56px;
}

.btn-play {
  position: relative;
  display: block;
  box-sizing: content-box;
  width: 36px;
  height: 46px;
  border-radius: 100%;
  border: none;
  outline: none !important;
  padding: 18px 20px 20px 28px;
  background: var(--insur-gradient);
}

.btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background:#f9aa89;
  border-radius: 100%;
  animation: pulse-border 1500ms ease-out infinite;
}
.bg-news{
  background-color:#f7b335!important;
}
.play_btn-box {

  position: absolute;
  left: 46%;
  bottom: 138px;
}
.btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: var(--primary);
  border-radius: 100%;
  transition: all 200ms;
}

.btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  left: 12px;
  border-left: 19px solid #FFFFFF;
  border-top: 11px solid transparent;
  border-bottom: 12px solid transparent;

}

@keyframes pulse-border {
  0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
  }

  100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
      opacity: 0;
  }
}

.modal-video .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

.modal-video .modal-body {
  position: relative;
  padding: 0px;
}

.modal-video .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  opacity: 1;
}





/*---------------------------------------
 Principal          
-----------------------------------------*/
.team-thumb {
  background: var(--white-color);
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30%;
  padding: 22px 32px 32px 32px;
}

.carousel-control-next, 
.carousel-control-prev {
  top: auto;
  bottom: 10px;
}

.carousel-control-prev {
  right: 4rem;
  left: auto;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  background-color: black;
  background-size: 50% 50%;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-item.principal-sild {
  display: flex;
}
.img-fluid {
  width: 100%;
  height: auto;
}
.principal-img{
  max-width: 680px;
  height: 443px;
}
.principalmessage-bg {
  background-image: linear-gradient(180deg, #00868C 0%, #033436 100%);

}
.princ-shape {
  position: absolute;
  left: 0;
  opacity: 0.6;
  z-index: 33;}

.principalmessage-bg p {
  color: #FFF;
font-size: 16px;
font-weight: 400;
line-height: 1.5;
}
.custom-links a{
  text-decoration: none;
}
  
.team-thumb.image-title {
  background: linear-gradient(to right, #023a51, var(--insur-gradient));
}
.image-title {
  background: linear-gradient(to right, rgb(0 90 155), rgb(1 113 61));
}
.image-title p {
  color: white;
}

/*--------------------------------------------------------------
# Tracking
--------------------------------------------------------------*/
.tracking {
  position: relative;
  display: block;
}

.tracking__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 57px 80px 57px;


  overflow: hidden;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  background-color: var(--insur-base);
  color: var(--insur-white);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: var(--insur-letter-spacing);
  border-radius: var(--insur-bdr-radius);
  padding: 17px 40px 17px;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn:hover {
  color: var(--insur-white);
}

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

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

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

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

.tracking-shape-1 {
  position: absolute;
  bottom: 0;
  left: -55px;
}

.tracking-shape-1 img {
  width: auto;
}
/* .insurance-policy__wrapper {
  position: relative;
  overflow: hidden;
} */

/* .tracking-shape-3,
.tracking-shape-4 {
  position: absolute;
  z-index: 1;
  
} */

/* .tracking-shape-3 {
  top: 10%;
  left: 5%;
}

.tracking-shape-4 {
  bottom: 10%;
  right: 5%;
} */




.tracking-shape-2 {
  position: absolute;
  top: 50px;
  left: -100px;
}

.tracking-shape-2 img {
  width: auto;
}

.tracking-shape-3 {
    position: absolute;
    top: 35px;
    left: 69%;
    z-index: 2;
}

.tracking-shape-3 img {
  width: auto;
}

.tracking-shape-4 {
  position: absolute;
  top: 50px;
  right: -55px;
}

.tracking-shape-4 img {
  width: auto;
}

.tracking__left {
  position: relative;
  display: flex;
}

.tracking__icon {
  position: relative;
  display: flex;
}

.tracking__icon span {
  font-size: 41px;
  color: var(--insur-white);
  position: relative;
  display: inline-block;
}

.tracking__content {
  position: relative;
  margin-left: 30px;

}

.tracking__sub-title {
  font-size: 14px;
  color: #c2dfff;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 24px;
  font-weight: 500;
}

.tracking__title {
  font-size: 36px;
  color: var(--insur-white);
  font-weight: 700;
  letter-spacing: var(--insur-letter-spacing);
  line-height: 47px;
}

.tracking__btn-box {
  position: relative;
  display: block;
  z-index: 2;
}

.tracking__btn {
  background-color: var(--insur-white);
  color: var(--insur-black);
}




/*--------------------------------------------------------------
# Testimonial 
--------------------------------------------------------------*/
.testimonial {
  position: relative;
  display: block;
  background-color: #ffebdb;
  padding: 50px 0 116px;

  z-index: 1;
}
.testimonial-one__client-review i {
  font-size: 15px;
  color: #fab600;
}
.testimonial__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 622px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.3;
  z-index: -1;
}

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

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

.testimonial__content {
  position: relative;
  display: block;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 29px 0px rgba(21, 21, 21, 0.08);
  padding: 30px 55px 40px;
  text-align: center;
  border-radius: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial__single:hover .testimonial__content {
  background-color: #00868C;
}

.testimonial__content:before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 20px solid white;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial__single:hover .testimonial-five__content:before {
  border-top: 20px solid black;
}



.testimonial__rating span {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: white;
}

.testimonial__rating span + span {
  margin-left: 4px;
}

.testimonial__text {
  line-height: 30px;
  letter-spacing: -0.02em;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonial__single:hover .testimonial__text {
  color:black;
}

.testimonial__client-info {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 40px;
}

.testimonial__client-img {
  position: relative;
  display: block;
  width: 75px;
  border-radius: 50%;
  margin: 0 auto 0;
  z-index: 1;
}

.testimonial__client-img:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 5px solid #F44336;
  border-radius: 50%;
  opacity: 0;
  transform: scale(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}

.testimonial__single:hover .testimonial__client-img:before {
  opacity: 1;
  transform: scale(1);
}

.testimonial__client-img img {
  border-radius: 50%;
}

.testimonial__client-content {
  position: relative;
  display: block;
  margin-top: 17px;
}

.testimonial__client-sub-title {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 15px;
}

.testimonial__client-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin-top: 4px;
}

.testimonial__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.testimonial__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.testimonial__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}




/*--------------------------------------------------------------
# Counter Three
--------------------------------------------------------------*/
.counter-three {
  position: relative;
  display: block;
  background-color: var(--insur-black);
  z-index: 1;
}

.counter-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.02;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.counter-three__inner {
  position: relative;
  display: block;
  padding: 58px 0 35px;
}

.counter-three__count-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.counter-three__count-box li {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.counter-three__icon {
  position: relative;
  display: inline-block;
}

.counter-three__icon span {
  position: relative;
  display: inline-block;
  font-size: 58px;
  color: var(--insur-white);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.counter-three__count-box li:hover .counter-three__icon span {
  transform: scale(0.9);
}

.counter-three__count {
  position: relative;
  display: block;
  margin-top: 28px;
  margin-bottom: 7px;
}

.counter-three__count h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: var(--insur-white);
}

.counter-three__text {
  font-weight: 500;
  font-size: 19px;
  line-height: 29px;
  color: var(--insur-white);
}

.counter-three__shape-1 {
  position: absolute;
  top: 50%;
  right: -160px;
  transform: translateY(-50%);
}

.counter-three__shape-1 img {
  width: auto;
}

.counter-three__count-box li:last-child .counter-three__shape-1 {
  display: none;
}

/*--------------------------------------------------------------
# Team Five
--------------------------------------------------------------*/
.team-five {
  position: relative;
  display: block;
  padding: 0 0 90px;
  z-index: 1;
}

.team-five__bg-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 534px;
  background-color: var(--insur-base);
  z-index: -1;
}

.team-five__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.team-five__single {
  position: relative;
  display: block;
  padding: 30px 27px 0;
  margin-bottom: 30px;
}

.team-five__single-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 165px;
  background-color: var(--insur-primary);
}

.team-five__content {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.team-five__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.team-five__name a {
  color: var(--insur-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-five__name a:hover {
  color: var(--insur-base);
}

.team-five__sub-title {
  font-size: 12px;
  line-height: 30px;
  color: var(--insur-base);
  text-transform: uppercase;
  margin-top: 3px;
}

.team-five__img-box {
  position: relative;
  display: block;
}

.team-five__img {
  position: relative;
  display: block;
  overflow: hidden;
}

.team-five__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 41.15%, #023A51 100%);
  background-position: bottom left;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

.team-five__single:hover .team-five__img::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.team-five__img img {
  width: 100%;
}

.team-five__social {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: right left;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  z-index: 2;
}

.team-five__single:hover .team-five__social {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.team-five__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: var(--insur-white);
  font-size: 16px;
  color: var(--insur-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-five__social a:hover {
  background-color: var(--insur-base);
  color: var(--insur-white);
}

.team-five__social a + a {
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Why Choose Five
--------------------------------------------------------------*/
.why-choose-five {
  position: relative;
  display: block;
  padding: 150px 0 150px;
  z-index: 1;
}

.why-choose-five__left {
  position: relative;
  display: block;
  margin-right: 16px;
}

.why-choose-five__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.why-choose-five__img {
  position: relative;
  display: block;
}

.why-choose-five__img img {
  width: 100%;
}

.why-choose-five__shape-1 {
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: -1;
}

.why-choose-five__shape-1 img {
  width: auto;
}

.why-choose-five__shape-2 {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
}

.why-choose-five__shape-2 img {
  width: auto;
}

.why-choose-five__shape-3 {
  position: absolute;
  bottom: -30px;
  right: -36px;
  z-index: -1;
}

.why-choose-five__shape-3 img {
  width: auto;
}

.why-choose-five__shape-4 {
  position: absolute;
  bottom: -10px;
  right: -13px;
  z-index: -1;
}

.why-choose-five__shape-4 img {
  width: auto;
}

.why-choose-five__right {
  position: relative;
  display: block;
  margin-left: 70px;
}

.why-choose-five__right .section-title-four {
  margin-bottom: 30px;
}

.why-choose-five__points-list {
  position: relative;
  display: block;
}

.why-choose-five__points-list li {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--insur-primary);
  padding: 25px 22px 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-five__points-list li:hover {
  background-color: var(--insur-base);
}

.why-choose-five__points-list li + li {
  margin-top: 30px;
}

.why-choose-five__points-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: var(--insur-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-five__points-list li:hover .icon {
  background-color: var(--insur-white);
}

.why-choose-five__points-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: var(--insur-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-five__points-list li:hover .icon span {
  color: var(--insur-base);
}

.why-choose-five__points-list li .content {
  position: relative;
  display: block;
  margin-left: 20px;
}

.why-choose-five__points-list li .content h3 {
  color: var(--insur-black);
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-five__points-list li:hover .content h3 {
  color: var(--insur-white);
}

.why-choose-five__points-list li .content p {
  position: relative;
  margin-top: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-five__points-list li:hover .content p {
  color: var(--insur-white);
}

/*--------------------------------------------------------------
# Get Insuracne Three
--------------------------------------------------------------*/
.get-insuracne-three {
  position: relative;
  display: block;
  padding: 120px 0 120px;
  background-color: var(--insur-primary);
  z-index: 1;
}

.get-insuracne-three__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.03;
  z-index: -1;
}

.get-insuracne-three__shape-1 img {
  width: auto;
}

.get-insuracne-three__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 69%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.get-insuracne-three__left {
  position: relative;
  display: block;
  margin-left: 270px;
  margin-top: 260px;
}

.get-insuracne-three__video-link {
  position: relative;
  display: block;
}

.get-insuracne-three__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: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 26px;
  color: var(--insur-base);
  background-color: var(--insur-white);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.get-insuracne-three__video-icon:hover {
  background-color: var(--insur-base);
  color: var(--insur-white);
}

.get-insuracne-three__video-icon:before {
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  content: "";
  border-radius: 50%;
  border: 10px solid rgba(var(--insur-white-rgb), 0.6);
  z-index: -1;
}

.get-insuracne-three__video-link .ripple,
.get-insuracne-three__video-icon .ripple:before,
.get-insuracne-three__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120px;
  height: 120px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--insur-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--insur-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--insur-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--insur-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.get-insuracne-three__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.get-insuracne-three__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.get-insuracne-three__right {
  position: relative;
  display: block;
  background-color: var(--insur-black);
  padding: 58px 66px 58px;
  margin-left: 72px;
  z-index: 1;
}

.get-insuracne-three__right-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.get-insuracne-three__right .section-title-four {
  margin-bottom: 30px;
}

.get-insuracne-three__right .section-title-four__tagline {
  color: var(--insur-black);
  background-color: var(--insur-white);
}

.get-insuracne-three__right .section-title-four__title {
  color: var(--insur-white);
  text-transform: uppercase;
  margin-top: 21px;
}

.get-insuracne-three__tab {
  position: relative;
  display: block;
}

.get-insuracne-three__tab-box {
  position: relative;
  display: block;
  z-index: 2;
}

.get-insuracne-three__inner {
  position: relative;
  display: block;
}

.get-insuracne-three__tab-top {
  position: relative;
  display: block;
}

.get-insuracne-three__tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
}

.get-insuracne-three__tab-box .tab-buttons .tab-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
}

.get-insuracne-three__tab-box .tab-buttons .tab-btn + .tab-btn {
  margin-left: 20px;
}

.get-insuracne-three__tab-btn-content {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 7px 7px 1px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.get-insuracne-three__tab-box .tab-buttons .tab-btn.active-btn .get-insuracne-three__tab-btn-content {
  background-color: var(--insur-base);
}

.get-insuracne-three__tab-icon {
  position: relative;
  display: inline-block;
}

.get-insuracne-three__tab-icon span {
  position: relative;
  display: inline-block;
  color: var(--insur-base);
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.get-insuracne-three__tab-box .tab-buttons .tab-btn.active-btn .get-insuracne-three__tab-icon span {
  color: var(--insur-white);
}

.get-insuracne-three__tab-text-box {
  margin-left: 11px;
}

.get-insuracne-three__tab-text {
  font-size: 16px;
  color: var(--insur-white);
  font-weight: 400;
  line-height: 16px;
}

.get-insuracne-three__tab-box .tabs-content {
  position: relative;
  display: block;
}

.get-insuracne-three__tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.get-insuracne-three__tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.get-insuracne-three__tab-bottom {
  position: relative;
  display: block;
  margin-top: 20px;
}

.get-insuracne-three__content {
  position: relative;
  display: block;
}

.get-insuracne-three__form {
  position: relative;
  display: block;
}

.get-insuracne-three__content-box {
  position: relative;
  display: block;
}

.get-insuracne-three__input-box {
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.get-insuracne-three__input-box input[type=text],
.get-insuracne-three__input-box input[type=email] {
  height: 60px;
  width: 100%;
  border: 0;
  background-color: var(--insur-white);
  outline: none;
  font-size: 16px;
  color: var(--insur-gray);
  font-weight: 400;
  padding: 0 30px 0;
}

.get-insuracne-three__input-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
}

.get-insuracne-three__input-box .bootstrap-select > .dropdown-toggle::after {
  display: none;
}

.get-insuracne-three__input-box .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 60px;
  outline: none !important;
  border: 0;
  background-color: var(--insur-white) !important;
  margin: 0;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--insur-gray) !important;
  font-size: 16px;
  line-height: 60px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
  border-radius: 0;
}

.get-insuracne-three__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-three__input-box .bootstrap-select .dropdown-menu {
  border-radius: 0;
}

.get-insuracne-three__input-box .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--insur-white);
  color: var(--insur-base);
}

.get-insuracne-three__progress {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 13px;
  margin-bottom: 30px;
}

.get-insuracne-three__progress-single {
  position: relative;
  display: block;
}

.get-insuracne-three__progress-title {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 3px;
  font-weight: 500;
  color: var(--insur-white);
}

.get-insuracne-three__progress .bar {
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 6px;
  background-color: var(--insur-white);
  border: 0;
}

.get-insuracne-three__progress .bar-inner {
  position: relative;
  display: block;
  width: 0px;
  height: 8px;
  border-radius: 6px;
  background-color: var(--insur-base);
  -webkit-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  transition: all 1500ms ease;
}

.get-insuracne-three__progress .count-text {
  position: absolute;
  right: -24px;
  bottom: 11px;
  font-size: 16px;
  font-weight: 500;
  color: var(--insur-white);
}

.get-insuracne-three__content-bottom {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.get-insuracne-three__btn {
  border: none;
  padding: 19px 40px 17px;
}

.get-insuracne-three__btn:hover {
  color: var(--insur-base);
}

.get-insuracne-three__btn::before {
  background-color: var(--insur-white);
}

.get-insuracne-three__btn::after {
  background-color: var(--insur-white);
}



/*--------------------------------------------------------------
# CTA Five
--------------------------------------------------------------*/
.cta-five {
  position: relative;
  display: block;
  background-color: var(--insur-base);
  overflow: hidden;
  z-index: 1;
}

.cta-five__shape-1 {
  position: absolute;
  left: 390px;
  bottom: 63px;
  width: 559px;
  height: 559px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
}

.cta-five__shape-2 {
  position: absolute;
  top: 115px;
  right: -125px;
  width: 559px;
  height: 559px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
}

.cta-five__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 72px 0 66px;
}

.cta-five__title {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--insur-white);
}

.cta-five__subscribe-box {
  position: relative;
  display: block;
  max-width: 586px;
  width: 100%;
}

.cta-five__email-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta-five__email-input-box {
  position: relative;
  display: block;
  max-width: 375px;
  width: 100%;
}

.cta-five__email-input-box input[type=email] {
  height: 62px;
  width: 100%;
  background-color: var(--insur-white);
  outline: none;
  font-size: 16px;
  border: none;
  padding-left: 35px;
  padding-right: 35px;
  color: #8E9095;
}

.cta-five__subscribe-btn {
  border: none;
  padding: 19px 38px 17px;
  text-transform: uppercase;
  background-color: var(--insur-black);
  font-family: var(--insur-font);
}

.cta-five__subscribe-btn:hover {
  color: var(--insur-base);
}

.cta-five__subscribe-btn::before {
  background-color: var(--insur-white);
}

.cta-five__subscribe-btn::after {
  background-color: var(--insur-white);
}

.cta-six__subscribe-btn {
  padding: 19px 32px 17px;
  background-color: #023a51;
}


/*--------------------------------------------------------------
# Reg Insurance
--------------------------------------------------------------*/
.reg-insurance {
  position: relative;
  display: block;
  background-color: var(--insur-black);
  padding: 89px 0px 100px;
  overflow: hidden;
  z-index: 1;
}

.reg-insurance__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.reg-insurance__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.reg-insurance__shape-2 {
  position: absolute;
  top: 0;
  right: -30px;
  z-index: -1;
}

.reg-insurance__shape-2 img {
  width: auto;
}

.reg-insurance__inner {
  position: relative;
  display: block;
  text-align: center;
}

.reg-insurance__title {
  font-size: 45px;
  color: var(--insur-white);
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 14px;
}

.reg-insurance__text {
  font-size: 18px;
  font-weight: 500;
  color: var(--insur-white);
  line-height: 26px;
}

.reg-insurance__btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 33px;
}

.reg-insurance__btn-two {
  background-color: var(--insur-base);
  margin-left: 10px;
}

/*--------------------------------------------------------------
# Services Seven
--------------------------------------------------------------*/
.services-seven {
  position: relative;
  display: block;
  padding: 120px 0 84px;
}

.services-seven__single {
  position: relative;
  display: block;
  border: 1px dashed var(--insur-base);
  padding: 37px 40px 39px;
  background-color: #F6F6F6;
  overflow: hidden;
  margin-bottom: 36px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-seven__single:hover {
  border: 1px solid transparent;
}

.services-seven__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  position: relative;
  display: block;
  z-index: 2;
}

.services-seven__title a {
  color: var(--insur-black);
}

.services-seven__text {
  margin-top: 20px;
  margin-bottom: 22px;
  font-family: var(--insur-font-three);
  font-size: 15px;
  line-height: 28px;
  position: relative;
  display: block;
  z-index: 2;
}

.services-seven__btn {
  font-size: 15px;
  font-weight: 400;
  padding: 12px 30px 10px;
  font-family: var(--insur-font-three);
}

.services-seven__img {
  position: absolute;
  bottom: -2px;
  right: -4px;
  z-index: 1;
}

.services-seven__img img {
  width: auto;
}

.services-seven__hover-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--insur-black);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: 2;
}

.services-seven__single:hover .services-seven__hover-box {
  transform: scaleY(1);
}

.services-seven__hover-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: -1;
}

.services-seven__hover-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 26px;
}

.services-seven__hover-title a {
  color: var(--insur-white);
}

.services-seven__btn-two {
  font-size: 15px;
  font-weight: 400;
  padding: 12px 30px 10px;
  background-color: var(--insur-white);
  color: var(--insur-primary);
  font-family: var(--insur-font-three);
}

/*--------------------------------------------------------------
# Team Six
--------------------------------------------------------------*/
.team-six {
  position: relative;
  display: block;
  z-index: 2;
}

.team-six__single {
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.team-six__img-box {
  position: relative;
  display: block;
  padding: 0 58px 0;
  z-index: 1;
}

.team-six__img-box:before {
  content: "";
  position: absolute;
  top: 175px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--insur-base);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  z-index: -1;
}

.team-six__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
}

.team-six__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--insur-black-rgb), 0.5);
  border-radius: 5px;
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.team-six__single:hover .team-six__img:before {
  transform: translateY(0);
  width: 100%;
}

.team-six__img img {
  width: 100%;
  border-radius: 5px;
}

.team-six__social {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.9s;
  -o-transition: 0.9s;
  transition: 0.9s;
  transform: perspective(400px) scaleY(0);
  transform-origin: bottom;
  z-index: 2;
}

.team-six__single:hover .team-six__social {
  transform: perspective(400px) scaleY(1);
}

.team-six__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  background-color: var(--insur-white);
  border-radius: 50%;
  font-size: 15px;
  color: var(--insur-primary);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-six__social a + a {
  margin-left: 15px;
}

.team-six__social a:hover {
  background-color: var(--insur-primary);
  color: var(--insur-white);
}

.team-six__content {
  position: relative;
  display: block;
  background-color: var(--insur-base);
  text-align: center;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 28px 58px 22px;
  z-index: 1;
}

.team-six__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 8px;
}

.team-six__name a {
  color: var(--insur-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-six__name a:hover {
  color: var(--insur-primary);
}

.team-six__sub-title {
  font-size: 14px;
  color: var(--insur-white);
  text-transform: uppercase;
}

.team-six__shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.05;
  z-index: -1;
}

.team-six__shape-1 img {
  width: auto;
}

/*--------------------------------------------------------------
# Counter Four
--------------------------------------------------------------*/
.counter-four {
  position: relative;
  display: block;
  background-color: #F6F6F6;
  padding: 395px 0 78px;
  margin-top: -305px;
  z-index: 1;
}

.counter-four__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.counter-four__inner {
  position: relative;
  display: block;
}

.counter-four__count-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.counter-four__count-box li {
  position: relative;
  display: block;
  margin-bottom: 22px;
}

.counter-four__icon {
  position: relative;
  display: inline-block;
}

.counter-four__icon span {
  position: relative;
  display: inline-block;
  font-size: 58px;
  color: var(--insur-black);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.counter-four__count-box li:hover .counter-four__icon span {
  transform: scale(0.9);
}

.counter-four__count {
  position: relative;
  display: block;
  margin-top: 28px;
  margin-bottom: 7px;
}

.counter-four__count h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  color: var(--insur-black);
  font-family: var(--insur-font-three);
}

.counter-four__text {
  font-weight: 500;
  font-size: 19px;
  line-height: 29px;
  color: var(--insur-black);
  font-family: var(--insur-font-three);
}

.counter-four__shape-1 {
  position: absolute;
  top: 50%;
  right: -160px;
  transform: translateY(-50%);
}

.counter-four__shape-1 img {
  width: auto;
}

.counter-four__count-box li:last-child .counter-four__shape-1 {
  display: none;
}

/*--------------------------------------------------------------
# Why Choose Six
--------------------------------------------------------------*/
.why-choose-six {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.why-choose-six__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 49px;
}

.why-choose-six__top .section-title-five {
  margin-bottom: 0;
}

.why-choose-six__btn-box {
  position: relative;
  display: block;
}

.why-choose-six__single {
  position: relative;
  display: block;
  background-color: var(--insur-base);
  padding: 60px 45px 51px;
  margin-bottom: 30px;
  z-index: 1;
}

.why-choose-six__single-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}

.why-choose-six__single-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--insur-black-rgb), 0.7);
  z-index: -1;
}

.why-choose-six__single:hover .why-choose-six__single-bg {
  transform: scaleY(1);
}

.why-choose-six__content {
  position: relative;
  display: block;
  text-align: center;
}

.why-choose-six__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  background-color: var(--insur-white);
  border-radius: 50%;
  font-size: 45px;
  color: var(--insur-base);
  margin: 0 auto 22px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-six__icon:hover {
  background-color: var(--insur-primary);
  color: var(--insur-white);
}

.why-choose-six__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  font-family: var(--insur-font-three);
  margin-bottom: 14px;
}

.why-choose-six__title a {
  color: var(--insur-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.why-choose-six__title a:hover {
  color: var(--insur-primary);
}

.why-choose-six__text {
  font-size: 17px;
  line-height: 30px;
  color: var(--insur-white);
  font-family: var(--insur-font-three);
}


/*--------------------------------------------------------------
# Navigations Six
--------------------------------------------------------------*/
.main-header-six {
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-six__top {
  position: relative;
  display: block;
  background-color: var(--insur-black);
}

.main-header-six__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 200px 0px;
  padding-left: 640px;
  z-index: 1;
}

.main-header-six__top-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.05;
  z-index: -1;
}

.main-header-six__top-address {
  position: relative;
  display: block;
  padding: 15px 0;
}

.main-header-six__top-address-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-six__top-address-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-six__top-address-list li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  width: 1px;
  background-color: rgba(var(--insur-white-rgb), 0.2);
}

.main-header-six__top-address-list li:first-child:before {
  display: none;
}

.main-header-six__top-address-list li + li {
  margin-left: 80px;
}

.main-header-six__top-address-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-six__top-address-list li .icon span {
  font-size: 20px;
  color: var(--insur-base);
}

.main-header-six__top-address-list li .text {
  margin-left: 15px;
}

.main-header-six__top-address-list li .text p {
  font-size: 15px;
  color: var(--insur-white);
  line-height: 15px;
  font-weight: 500;
}

.main-header-six__top-address-list li .text p a {
  color: var(--insur-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-six__top-address-list li .text p a:hover {
  color: var(--insur-base);
}

.main-header-six__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
 
  padding: 12px 30px;
  padding-right: 50px;
}

.main-header-six__top-right:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 5px;
  background-color: var(--insur-black);
}

.language-switcher {
  position: relative;
  display: flex;
  align-items: center;
}

.language-switcher .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 90px;
}

.language-switcher .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) span img {
  margin-right: 10px;
}

.language-switcher .bootstrap-select .dropdown-menu {
  min-width: 120px;
  border-radius: 0;
}

.language-switcher .bootstrap-select .dropdown-menu > li > a {
  padding: 7px 10px;
  font-size: 14px;
}

.language-switcher .bootstrap-select .dropdown-menu > li.selected > a {
  background: var(--insur-primary);
  color: #00CDE5;
}

.language-switcher .bootstrap-select > .dropdown-toggle {
  color: var(--insur-white);
  font-size: 15px;
  font-weight: 500;
  border: 0;
  padding: 0;
  line-height: 0;
  border-radius: 0;
  background-color: transparent;
}

.language-switcher .bootstrap-select > .dropdown-toggle::after {
  color: var(--insur-white);
  font-size: 12px;
  margin: 0;
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.main-header-six__top-social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 40px;
}

.main-header-six__top-social:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 1px;
  background-color: rgba(18, 18, 18, 0.5);
}

.main-header-six__top-social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--insur-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-six__top-social a:hover {
  color: var(--insur-base);
}

.main-header-six__top-social a + a {
  margin-left: 15px;
}

.main-menu-six__wrapper {
  position: relative;
  display: block;
}

.main-menu-six__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 640px;
  padding-right: 200px;
}

.main-menu-six__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-six__logo-box {
  position: absolute;
  top: -50px;
  left: 200px;
  bottom: 0;
  padding-right: 140px;
  background-color: var(--insur-base);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.main-menu-six__logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  padding-right: 140px;
  background-color: var(--insur-base);
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0 0, 78% 0, 100% 100%, 0% 100%);
  z-index: 1;
}

.main-menu-six__logo-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10000000px;
  right: -140px;
  bottom: 0;
  background-color: var(--insur-base);
  z-index: -1;
}

.main-menu-six__main-menu-box {
  display: block;
}

.main-menu-six__right {
  display: block;
}

.main-menu-six__search-user-get-quote-btn {
  position: relative;
  display: flex;
  align-items: center;
  padding: 19px 0;
}

.main-menu-six__search-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-six__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--insur-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-six__search:hover {
  color: var(--insur-base);
}

.main-menu-six__user {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 35px;
  margin-right: 35px;
}

.main-menu-six__user a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: var(--insur-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-six__user a:hover {
  color: var(--insur-base);
}

.main-menu-six__get-quote-btn {
  text-transform: uppercase;
}

.main-menu-six__get-quote-btn span {
  top: 0;
}

.stricky-header .main-menu-six__logo-box {
  top: 0;
}

.main-menu-six .main-menu__list > li,
.stricky-header.main-menu-six .main-menu__list > li {
  padding-top: 37px;
  padding-bottom: 37px;
}

.main-menu-six .main-menu__list > li + li,
.stricky-header.main-menu-six .main-menu__list > li + li {
  margin-left: 50px;
}

.main-menu-six .main-menu__list > li > a,
.stricky-header.main-menu-six .main-menu__list > li > a {
  font-size: 16px;
  font-weight: 500;
  color: var(--insur-black);
  font-family: var(--insur-font);
  letter-spacing: 0;
}

.main-menu-six .main-menu__list > li.current > a,
.main-menu-six .main-menu__list > li:hover > a,
.stricky-header.main-menu-six .main-menu__list > li.current > a,
.stricky-header.main-menu-six .main-menu__list > li:hover > a {
  color: var(--insur-black);
  text-shadow: 1px 0 0 rgba(2, 58, 81, 0.8);
}

.main-menu-six .main-menu__list > li > ul,
.main-menu-six .main-menu__list > li > ul > li > ul,
.stricky-header.main-menu-six .main-menu__list > li > ul,
.stricky-header.main-menu-six .main-menu__list > li > ul > li > ul {
  top: 100%;
}

.main-menu-six .main-menu__list > li > a::before,
.stricky-header.main-menu-six .main-menu__list > li > a::before {
  display: none;
}

/*--------------------------------------------------------------
# Navigations Seven
--------------------------------------------------------------*/
.main-header-seven {
  position: relative;
  display: block;
  width: 100%;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-seven__top {
  position: relative;
  display: block;
  background-color: var(--insur-black);
}

.main-header-seven__top .container {
  max-width: 1440px;
}

.main-header-seven__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-header-seven__top-address {
  position: relative;
  display: block;
  padding: 15px 0;
}

.main-header-seven__top-address-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-seven__top-address-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-seven__top-address-list li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  width: 1px;
  background-color: rgba(var(--insur-white-rgb), 0.2);
}

.main-header-seven__top-address-list li:first-child:before {
  display: none;
}

.main-header-seven__top-address-list li + li {
  margin-left: 80px;
}

.main-header-seven__top-address-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-seven__top-address-list li .icon span {
  font-size: 20px;
  color: var(--insur-primary);
}

.main-header-seven__top-address-list li .text {
  margin-left: 15px;
}

.main-header-seven__top-address-list li .text p {
  font-size: 15px;
  color: var(--insur-white);
  line-height: 15px;
  font-weight: 500;
  font-family: var(--insur-font-three);
}

.main-header-seven__top-address-list li .text p a {
  color: var(--insur-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-seven__top-address-list li .text p a:hover {
  color: var(--insur-primary);
}

.main-header-seven__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-header-seven__solicl-title {
  font-size: 15px;
  color: var(--insur-white);
  font-weight: 500;
  font-family: var(--insur-font-three);
  line-height: 15px;
}

.main-header-seven__top-social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.main-header-seven__top-social a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: var(--insur-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-seven__top-social a:hover {
  color: var(--insur-primary);
}

.main-header-seven__top-social a + a {
  margin-left: 15px;
}

.main-menu-seven__wrapper {
  position: relative;
  display: block;
}

.main-menu-seven__wrapper .container {
  max-width: 1440px;
}

.main-menu-seven__wrapper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-menu-seven__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-seven__logo {
  display: block;
  padding: 24.5px 0;
  z-index: 1;
}

.main-menu-seven__main-menu-box {
  display: block;
}

.main-menu-seven__right {
  display: block;
}

.main-menu-seven__search-get-quote-btn {
  position: relative;
  display: flex;
  align-items: center;
  padding: 19px 0;
}

.main-menu-seven__search-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 70px;
}

.main-menu-seven__search {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--insur-primary);
  height: 62px;
  width: 62px;
  background-color: #F6F6F6;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-seven__search:hover {
  color: var(--insur-white);
  background-color: var(--insur-primary);
}

.main-menu-seven__get-quote-btn {
  text-transform: uppercase;
  background-color: var(--insur-primary);
}

.main-menu-seven__get-quote-btn span {
  top: 0;
}

.stricky-header .main-menu-seven__logo-box {
  top: 0;
}

.main-menu-seven .main-menu__list > li,
.stricky-header.main-menu-seven .main-menu__list > li {
  padding-top: 37px;
  padding-bottom: 37px;
}

.main-menu-seven .main-menu__list > li + li,
.stricky-header.main-menu-seven .main-menu__list > li + li {
  margin-left: 50px;
}

.main-menu-seven .main-menu__list > li > a,
.stricky-header.main-menu-seven .main-menu__list > li > a {
  font-size: 16px;
  font-weight: 500;
  color: var(--insur-black);
  font-family: var(--insur-font);
  letter-spacing: 0;
}

.main-menu-seven .main-menu__list > li.current > a,
.main-menu-seven .main-menu__list > li:hover > a,
.stricky-header.main-menu-seven .main-menu__list > li.current > a,
.stricky-header.main-menu-seven .main-menu__list > li:hover > a {
  color: var(--insur-black);
  text-shadow: 1px 0 0 rgba(24, 24, 24, 0.8);
}

.main-menu-seven .main-menu__list > li > ul,
.main-menu-seven .main-menu__list > li > ul > li > ul,
.stricky-header.main-menu-seven .main-menu__list > li > ul,
.stricky-header.main-menu-seven .main-menu__list > li > ul > li > ul {
  top: 100%;
}

.main-menu-seven .main-menu__list > li > a::before,
.stricky-header.main-menu-seven .main-menu__list > li > a::before {
  display: none;
}

/*--------------------------------------------------------------
# Main Slider Six
--------------------------------------------------------------*/
.main-slider-six {
  position: relative;
  display: block;
  z-index: 91;
}

.main-slider-six .swiper-slide {
  position: relative;
  background-color: var(--insur-extra);
}

.main-slider-six .container {
  position: relative;
  padding-top: 190px;
  padding-bottom: 204px;
  z-index: 30;
}

.main-slider-six .image-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider-six .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider-six .image-layer:before {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.2) 46.88%, rgba(18, 18, 18, 0) 100%);
  z-index: -1;
}

.main-slider-six__content {
  position: relative;
  display: block;
  text-align: left;
}

.main-slider-six__title {
  position: relative;
  font-size: 70px;
  color: var(--insur-white);
  font-weight: 800;
  line-height: 78px;
  letter-spacing: 0;
  margin-bottom: 19px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-six__text {
  font-size: 18px;
  color: var(--insur-white);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 30px;
  opacity: 0.78;
  padding-bottom: 31px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-six .swiper-slide-active .main-slider-six__text {
  visibility: visible;
  opacity: 0.78;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-six__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-six .swiper-slide-active .main-slider-six__title,
.main-slider-six .swiper-slide-active .main-slider-six__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-six__nav {
  position: absolute;
  top: 42%;
  right: 0;
  left: 0;
  z-index: 100;
  transform: translateY(-50%) translateX(0);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  max-width: 1350px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  line-height: 0;
  height: 0;
}

.main-slider-six__nav .swiper-button-next,
.main-slider-six__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: var(--insur-base);
  background-color: var(--insur-white);
  border-radius: 50%;
  padding: 26px 0;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider-six__nav .swiper-button-next:hover,
.main-slider-six__nav .swiper-button-prev:hover {
  color: var(--insur-white);
  background-color: var(--insur-base);
}

.main-slider-six__nav .swiper-button-next::after,
.main-slider-six__nav .swiper-button-prev::after {
  display: none;
}

.main-slider-six__nav .swiper-button-prev {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Main Slider Seven
--------------------------------------------------------------*/
.main-slider-seven {
  position: relative;
  display: block;
  z-index: 91;
}

.main-slider-seven .swiper-slide {
  position: relative;
  background-color: var(--insur-extra);
}

.main-slider-seven .container {
  position: relative;
  padding-top: 247px;
  padding-bottom: 340px;
  z-index: 1;
}

.main-slider-seven__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.main-slider-seven__bg:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  background-color: var(--insur-white);
  z-index: -1;
}

.main-slider-seven__shape-bg {
  position: absolute;
  top: 0;
  bottom: 90px;
  right: 0;
  width: 515px;
  z-index: 1;
  background-color: var(--insur-base);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.main-slider-seven__img {
  position: absolute;
  top: 100px;
  right: 205px;
  transform: translateX(500px);
  opacity: 0;
  z-index: 2;
}

.main-slider-seven .swiper-slide-active .main-slider-seven__img {
  opacity: 1;
  transform: translate(0);
  transition-delay: 2500ms;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease, background 500ms ease;
}

.main-slider-seven__img img {
  width: auto;
}

.main-slider-seven__support {
  position: absolute;
  bottom: 163px;
  left: -250px;
  background-color: var(--insur-white);
  display: flex;
  align-items: center;
  padding: 30px 40px 30px;
  z-index: 2;
}

.main-slider-seven__support-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  background-color: var(--insur-base);
  border-radius: 50%;
  font-size: 24px;
  color: var(--insur-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider-seven__support-icon:hover {
  background-color: var(--insur-primary);
}

.main-slider-seven__support-content {
  margin-left: 20px;
}

.main-slider-seven__support-title {
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 12px;
}

.main-slider-seven__support-number {
  font-size: 16px;
  color: var(--insur-gray);
  line-height: 16px;
}

.main-slider-seven__support-number a {
  color: var(--insur-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider-seven__support-number a:hover {
  color: var(--insur-primary);
}

.main-slider-seven__shape-1 {
  position: absolute;
  top: 126px;
  left: 129px;
  z-index: 1;
}

.main-slider-seven__shape-1 img {
  width: auto;
}

.main-slider-seven__content {
  position: relative;
  display: block;
}

.main-slider-seven__title {
  position: relative;
  font-size: 65px;
  color: var(--insur-black);
  font-weight: 700;
  line-height: 67px;
  letter-spacing: 0;
  margin-bottom: 17px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-seven__title span {
  color: var(--insur-base);
}

.main-slider-seven__text {
  font-size: 18px;
  color: var(--insur-gray);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
  opacity: 0.78;
  padding-bottom: 31px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-seven .swiper-slide-active .main-slider-seven__text {
  visibility: visible;
  opacity: 0.78;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-seven__email {
  position: relative;
  display: block;
  max-width: 530px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease, -webkit-transform 2000ms ease;
}

.main-slider-seven__email-box {
  position: relative;
  display: block;
}

.main-slider-seven__email-input-box {
  position: relative;
  display: block;
}

.main-slider-seven__email-input-box input[type=email] {
  height: 62px;
  width: 100%;
  background-color: var(--insur-white);
  outline: none;
  font-size: 15px;
  border: none;
  padding-left: 60px;
  padding-right: 160px;
  color: var(--insur-gray);
}

.main-slider-seven__contact-btn {
  border: none;
  background-color: var(--insur-base);
  position: absolute;
  top: 7px;
  bottom: 7px;
  right: 7px;
  font-size: 16px;
  line-height: 16px;
  color: var(--insur-white);
  font-weight: 500;
  padding: 18px 30px 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider-seven__contact-btn:hover {
  background-color: var(--insur-primary);
}

.main-slider-seven__email-icon {
  position: absolute;
  top: 57%;
  left: 30px;
  transform: translateY(-50%);
}

.main-slider-seven__email-icon span {
  font-size: 20px;
  color: var(--insur-gray);
}

.main-slider-seven .swiper-slide-active .main-slider-seven__title,
.main-slider-seven .swiper-slide-active .main-slider-seven__email {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

.main-slider-seven__nav {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  z-index: 100;
  transform: translateY(-50%) translateX(0);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 0 70px;
  line-height: 0;
  height: 0;
}

.main-slider-seven__nav .swiper-button-next,
.main-slider-seven__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  padding: 0;
  margin: 0;
  font-size: 25px;
  color: var(--insur-white);
  display: flex;
  align-items: center;
  transition: all 500ms ease;
}

.main-slider-seven__nav .swiper-button-next:hover,
.main-slider-seven__nav .swiper-button-prev:hover {
  color: var(--insur-white);
}

.main-slider-seven__nav .swiper-button-prev span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: rgba(var(--insur-white-rgb), 0.2);
  border-radius: 50%;
  font-size: 14px;
  line-height: 14px;
  padding: 0 11px;
  margin-right: 10px;
}

.main-slider-seven__nav .swiper-button-next span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  background-color: rgba(var(--insur-white-rgb), 0.2);
  border-radius: 50%;
  font-size: 14px;
  line-height: 14px;
  padding: 0 11px;
  margin-left: 10px;
}

.main-slider-seven__nav .swiper-button-next::after,
.main-slider-seven__nav .swiper-button-prev::after {
  display: none;
}

.main-slider-seven__nav .swiper-button-prev {
  margin-bottom: 10px;
}

/* bug fix */
.about-five__right {
  margin-left: 66px;
}

/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-one__right {
    max-width: 600px;
    margin: 165px auto 0;
  }
  .services-one__top-right {
    margin-left: 0;
  }
  .why-choose-one-img {
    top: 144px;
 
  }
  .why-choose-one-img img {
    width: 60%;
  }
  .get-insurance__left {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: 600px;
    margin: 0 auto;
  }
  .get-insurance__right {
    max-width: 600px;
    margin: 60px auto 0;
  }
  .counter-one__text {
    font-size: 23px;
  }

  .news-one__content {
    padding: 25px 22px 32px;
  }
  .footer-widget__newsletter {
    margin-top: 39px;
  }

  .feature-two__text {
    font-size: 16px;
  }
  .feature-two__content {
    margin-right: 50px;
  }
  .about-two__left {
    margin-right: 0;
    max-width: 600px;
  }
  .about-two__middle {
    margin-right: 0;
    max-width: 600px;
    margin-top: 60px;
    margin-bottom: 52px;
  }
  .about-two__counter {
    margin-left: 0;
    margin-top: 0;
    max-width: 600px;
  }
  .about-two__awards-box {
    left: 0;
  }
  .about-two {
    padding: 0 0 111px;
  }
  .services-two__top-right {
    margin-left: 0;
  }
  .cta-one__inner {
    padding: 51px 20px 51px;
  }
  .cta-one__btn-box {
    margin-left: 10px;
  }
  .brand-one__title {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 49px;
    text-align: center;
  }
  .brand-one {
    padding: 52px 0 60px;
  }
  .get-insuracne-two__left {
    max-width: 700px;
    margin: 0 auto;
  }
  .get-insuracne-two__img {
    margin-left: 0;
    margin-right: 0;
  }
  .get-insuracne-two__shape-box {
    display: none;
  }
  .get-insuracne-two__right {
    max-width: 700px;
    margin: 60px auto 0;
  }
  .process__single {
    padding: 0 0px 0;
  }
  .process-shape-1 {
    left: 31px;
  }
  .feature-three__single {
    padding: 30px 15px 30px;
  }
  .feature-three__title {
    font-size: 19px;
  }
  .about-three__left {
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .about-three__right {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .benefits-bg {
    display: none;
  }
  
  .download__title {
    font-size: 37px;
  }
  .download__right {
    margin-left: 40px;
  }
  .download__badge {
    left: -80px;
  }
  .we-provide__tab-main-content-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .we-provide__tab-main-content-right {
    margin-left: 20px;
  }
  .news-three__single {
    padding: 59px 20px 55px;
  }

  .about-four__left {
    max-width: 600px;
    margin: 0 auto 205px;
  }
  .about-four__right {
    max-width: 600px;
    margin: 0 auto;
  }
  .team-details__top {
    padding: 120px 0 109px;
  }
  .why-choose-two__right {
    margin-left: 0;
  }
  .benefits-two__right {
    margin-left: 0;
  }
  .benefits-two {
    padding: 0 0 115px;
  }
  .feature-four__single {
    padding: 50px 25px 45px;
  }
  .portfolio-details__details-box {
    padding: 42px 20px 50px;
  }
  .news-details__pagenation li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .page-header-bg {
    width: 992px;
  }
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
  .billing_title h2 {
    font-size: 35px;
  }
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-one__right {
    max-width: 600px;
    margin: 165px auto 0;
  }
  .services-one__top-right {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 51px;
  }
  .services-one__top-left .section-title {
    margin-bottom: 40px;
  }
  .why-choose-one-img {
    display: none;
  }
  .why-choose-one-shape-2,
  .why-choose-one-shape-3,
  .why-choose-one-shape-4,
  .why-choose-one-shape-5,
  .why-choose-one-shape-6 {
    display: none;
  }
  .get-insurance__left {
    position: relative;
    bottom: 0;
    left: 0;
    max-width: 600px;
    margin: 0 auto;
  }
  .get-insurance__right {
    max-width: 600px;
    margin: 60px auto 0;
  }
  .get-insurance__right .section-title__title {
    font-size: 40px;
    line-height: 50px;
  }
  .get-insurance__author {
    left: -145px;
  }
  .counter-one__single {
    margin-bottom: 21px;
  }
  .counter-one {
    padding: 79px 0 50px;
  }
 
  .tracking__inner {
    flex-direction: column;
  }
  .tracking__btn-box {
    margin-top: 27px;
  }


  .about-two__left {
    margin-right: 0;
    max-width: 600px;
  }
  .about-two__middle {
    margin-right: 0;
    max-width: 600px;
    margin-top: 60px;
    margin-bottom: 52px;
  }
  .about-two__counter {
    margin-left: 0;
    margin-top: 0;
    max-width: 600px;
  }
  .about-two__awards-box {
    left: 0;
  }
  .about-two {
    padding: 0 0 111px;
  }
  .services-two__top-left .section-title {
    margin-bottom: 40px;
  }
  .services-two__top-right {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 52px;
  }
  .work-together__left {
    margin-bottom: 60px;
  }
  .cta-one__inner {
    flex-direction: column;
    padding: 39px 55px 51px;
  }
  .cta-one__right {
    margin-top: 24px;
  }
  .brand-one__title {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 49px;
    text-align: center;
  }
  .brand-one {
    padding: 52px 0 60px;
  }
  .get-insuracne-two__left {
    max-width: 700px;
    margin: 0 auto;
  }
  .get-insuracne-two__img {
    margin-left: 0;
    margin-right: 0;
  }
  .get-insuracne-two__shape-box {
    display: none;
  }
  .get-insuracne-two__right {
    max-width: 700px;
    margin: 60px auto 0;
  }
  .process-shape-1 {
    display: none;
  }
  .about-three__left {
    max-width: 600px;
    margin: 0 auto 60px;
  }
  .about-three__right {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .benefits-bg {
    display: none;
  }
  
  .download {
    padding: 114px 0 0;
  }
  .download__left {
    margin-top: 0;
  }
  .download__right {
    margin-left: 97px;
    margin-top: 60px;
  }
  .we-provide__tab-btn-box {
    margin-right: 0;
    max-width: 300px;
    margin-bottom: 40px;
  }
  .we-provide__tab-main-content {
    margin-left: 0;
  }
  .we-provide__tab-main-content-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .we-provide__tab-main-content-right {
    margin-left: 20px;
  }

  .about-four__left {
    max-width: 600px;
    margin: 0 auto 205px;
  }
  .about-four__right {
    max-width: 600px;
    margin: 0 auto;
  }
  .team-details__top-right {
    margin-left: 0;
    margin-top: 60px;
  }
  .team-details__top {
    padding: 120px 0 109px;
  }
  .team-details__bottom-right {
    margin-left: 0;
    margin-top: 41px;
  }

  .contact-page__left {
    margin-bottom: 51px;
  }
  .why-choose-two__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .benefits-two__right {
    margin-left: 0;
    margin-top: 60px;
  }
  .benefits-two {
    padding: 0 0 115px;
  }
  .portfolio-details__content-right {
    margin-top: 40px;
  }
  .news-carousel-page .news-one__content {
    padding: 25px 25px 32px;
  }
  .news-details__pagenation li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .page-header-bg {
    width: 768px;
  }
  .product__sidebar {
    margin-bottom: 50px;
  }
  .product-details__img {
    margin-bottom: 50px;
  }
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
  .cart-total li {
    justify-content: flex-start;
  }
  .cart-total li span:first-child {
    text-align: left;
  }
  .cart-page__buttons {
    justify-content: start;
  }
  .order_table_box {
    margin-bottom: 50px;
  }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .section-title__title {
    font-size: 20px;
    line-height: 45px;
  }
  .section-title__title br {
    display: none;
  }
  .about-one__left {
    margin-right: 0;
  }
  .about-one__img-two {
    display: none;
  }
  .about-one__shape-1 {
    display: none;
  }
  .about-one__experience {
    left: 0;
  }
  .about-one__right {
    margin-left: 0;
    margin-top: 122px;
  }
  .about-one__btn-call {
    flex-direction: column;
    align-items: baseline;
  }
  .about-one__call {
    margin-left: 0;
    margin-top: 20px;
  }
  .services-one__top-right {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 51px;
  }
  .services-one__top-left .section-title {
    margin-bottom: 40px;
  }
  .why-choose-one-img {
    display: none;
  }
  .why-choose-one-shape-2,
  .why-choose-one-shape-3,
  .why-choose-one-shape-4,
  .why-choose-one-shape-5,
  .why-choose-one-shape-6 {
    display: none;
  }
  .why-choose-one__list {
    flex-direction: column;
  }
  .why-choose-one__list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .get-insurance__left {
    position: relative;
    bottom: 0;
    left: 0;
  }
  .get-insurance__author {
    display: none;
  }
  .get-insurance__circle {
    display: none;
  }
  .get-insurance__right {
    margin-top: 60px;
  }
  .get-insurance__tab-box .tab-buttons {
    flex-direction: column;
    align-items: baseline;
  }
  .get-insurance__tab-box .tab-buttons .tab-btn + .tab-btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .counter-one__single {
    margin-bottom: 21px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .counter-one {
    padding: 79px 0 50px;
  }
 
  .news-one__content {
    padding: 25px 22px 32px;
  }
  .tracking__inner {
    flex-direction: column;
    padding: 57px 20px 57px;
    text-align: center;
  }
  .tracking__btn-box {
    margin-top: 27px;
  }
  .tracking__left {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .tracking__title {
    font-size: 34px;
  }
  .tracking__icon {
    margin-bottom: 30px;
  }
  .tracking-shape-1,
  .tracking-shape-2,
  .tracking-shape-3,
  .tracking-shape-4 {
    display: none;
  }
  .footer-widget__contact {
    margin-top: 47px;
    margin-bottom: 39px;
  }
  .footer-widget__newsletter {
    margin-top: 32px;
  }
  .feature-two__text {
    font-size: 16px;
  }
  .feature-two__content {
    margin-right: 50px;
  }
  .about-two__left {
    margin-right: 0;
  }
  .about-two__middle {
    margin-right: 0;
    margin-top: 60px;
    margin-bottom: 52px;
  }
  .about-two__awards-box {
    left: 0;
  }
  .about-two__counter {
    margin-top: 0;
  }
  .about-two {
    padding: 0 0 111px;
  }
  .services-two__top-left .section-title {
    margin-bottom: 40px;
  }
  .services-two__top-right {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 52px;
  }
  .work-together__left {
    margin-bottom: 60px;
  }
  .work-together__content-box {
    flex-direction: column;
    align-items: baseline;
  }
  .work-together__text-box {
    margin-left: 0;
    margin-top: 20px;
  }
  .cta-one__inner {
    flex-direction: column;
    padding: 39px 20px 51px;
    text-align: center;
  }
  .cta-one__right {
    margin-top: 24px;
    flex-direction: column;
  }
  .cta-one__btn-box {
    margin-left: 0;
    margin-top: 25px;
  }
  .brand-one__title {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 49px;
    text-align: center;
  }
  .brand-one {
    padding: 52px 0 60px;
  }
  .get-insuracne-two__img {
    margin-left: 0;
    margin-right: 0;
  }
  .get-insuracne-two__shape-box {
    display: none;
  }
  .get-insuracne-two:before {
    left: 0;
  }
  .get-insuracne-two__tab-right {
    padding-left: 0;
    float: left;
    margin-top: 50px;
  }
  .get-insuracne-two__content-bottom {
    justify-content: inherit;
    flex-direction: column;
    align-items: baseline;
  }
  .get-insuracne-two__content-bottom-text-box {
    margin-top: 10px;
  }
  .get-insuracne-two {
    padding: 120px 0 116px;
  }
  .get-insuracne-two__right {
    margin-top: 60px;
  }
  .process-shape-1 {
    display: none;
  }
  .process__single-2 {
    margin-top: 0;
  }
  .process__single-3 {
    margin-top: 0;
  }
  .feature-three__single {
    padding: 30px 15px 30px;
  }
  .feature-three__title {
    font-size: 19px;
  }
  .about-three__left {
    margin-right: 0;
  }
  .about-three__location {
    display: none;
  }
  .about-three__right {
    margin-top: 60px;
  }
  .about-three__bottom {
    flex-direction: column;
    align-items: baseline;
  }
  .about-three__btn-box {
    margin-left: 0;
    margin-top: 20px;
  }
  .services-three__get-quote {
    padding: 39px 20px 50px;
  }
  .benefits-bg {
    display: none;
  }
  .benefits__point-two {
    margin-left: 0;
  }

  .download__title {
    font-size: 45px;
    line-height: 55px;
  }
  .download__apps {
    flex-direction: column;
    align-items: baseline;
  }
  .download__app-one--two {
    margin-left: 0;
    margin-top: 10px;
  }
  .download__right {
    margin-left: 80px;
    margin-top: 60px;
  }
  .we-provide__tab-btn-box {
    margin-right: 0;
    max-width: 300px;
    margin-bottom: 40px;
  }
  .we-provide__tab-main-content {
    margin-left: 0;
  }
  .we-provide__tab-main-content-inner {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
  }
  .we-provide__tab-main-content-right {
    margin-left: 20px;
  }
  .we-provide__tab-main-content-right {
    margin-left: 0;
    margin-top: 15px;
  }
  .we-provide__tab-main-content-right-img img {
    width: 100%;
  }
  .we-provide__tab-main-content-points li .text p {
    font-size: 16px;
  }
  .news-three__single {
    padding: 59px 20px 55px;
  }
  
  .about-four__left {
    margin-right: 0;
    margin-bottom: 60px;
  }
  .about-four__img-two {
    display: none;
  }
  .about-four__right {
    margin-left: 0;
  }
  .about-four__founder-name {
    font-size: 22px;
  }
  .team-details__top-right {
    margin-left: 0;
    margin-top: 60px;
  }
  .team-details__top {
    padding: 120px 0 109px;
  }
  .team-details__bottom-right {
    margin-left: 0;
    margin-top: 41px;
  }
  .contact-page__left {
    margin-bottom: 51px;
  }
  .error-page__title {
    font-size: 155px;
    line-height: 155px;
  }
  .error-page {
    padding: 99px 0 120px;
  }
  .why-choose-two__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .why-choose-two__list {
    flex-direction: column;
    align-items: baseline;
  }
  .why-choose-two__list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .benefits-two__right {
    margin-left: 0;
    margin-top: 60px;
  }
  .benefits-two {
    padding: 0 0 115px;
  }
  .benefits-two__left {
    margin-right: 0;
  }
  .feature-four__single {
    padding: 50px 25px 45px;
  }
  .feature-four__top-inner {
    padding-left: 0;
    margin-left: 0;
  }
  .feature-four__top-call {
    position: relative;
  }
  .feature-four__top-content {
    top: 0;
    margin-top: 20px;
  }
  .portfolio-details__content-right {
    margin-top: 40px;
  }
  .portfolio-details__details-box {
    padding: 42px 20px 50px;
  }
  .projectc-details__pagination li.next {
    float: none;
    margin-bottom: 20px;
  }
  .projectc-details__pagination li.previous {
    float: none;
  }
  .projectc-details__pagination li {
    justify-content: center;
  }
  .news-sideabr__bottom-box {
    padding: 50px 30px 45px;
  }
  .news-sideabr__delivering-services {
    padding: 50px 30px 47px;
  }
  .sidebar__post {
    padding: 45px 20px 30px;
  }
  .sidebar__category {
    padding: 45px 20px 35px;
  }
  .sidebar__tags {
    padding: 45px 35px 50px;
  }
  .sidebar__comments {
    padding: 45px 20px 43px;
  }
  .news-details__bottom {
    flex-direction: column;
  }
  .news-details__social-list {
    margin-top: 25px;
  }
  .news-details__pagenation li + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .news-details__pagenation li {
    padding-left: 40px;
    padding-right: 40px;
  }
  .comment-one__single {
    flex-direction: column;
  }
  .comment-one__content {
    margin-left: 0;
    margin-top: 20px;
  }
  .page-header-bg {
    width: 400px;
  }
  .product__sidebar {
    margin-bottom: 50px;
  }
  .product__showing-result {
    flex-direction: column;
  }
  .product__showing-text-box {
    margin-bottom: 20px;
  }
  .product-details__img {
    margin-bottom: 50px;
  }
  .product-details__title span {
    margin-left: 0;
    display: block;
  }
  .product-details__buttons {
    flex-direction: column;
    align-items: baseline;
  }
  .product-details__buttons-2 {
    margin-left: 0;
    margin-top: 10px;
  }
  .product-details__social {
    flex-direction: column;
    align-items: baseline;
  }
  .product-details__social-link {
    margin-left: 0;
    margin-top: 20px;
  }
  .comments-area .comment {
    flex-direction: column;
  }
  .review-one__content {
    padding-left: 0;
    margin-top: 18px;
  }
  .cart-page .table-responsive {
    margin-bottom: 30px;
  }
  .cart-total li {
    justify-content: flex-start;
  }
  .cart-total li span:first-child {
    text-align: left;
  }
  .cart-page__buttons {
    justify-content: start;
    flex-direction: column;
    align-items: baseline;
    margin-left: 0;
  }
  .cart-page__buttons-2 {
    margin-left: 0;
    margin-top: 10px;
  }
  .billing_title h2 {
    font-size: 35px;
  }
  .order_table_box {
    margin-bottom: 50px;
  }
  .checkout__payment {
    padding: 49px 20px 18px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1679px) {
  .why-choose-one-img {
    top: 30px;
   
  }
  .why-choose-one-img img {
    width: 85%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .why-choose-one-img {
    top: 165px;

  }
  /* .why-choose-one-img img {
    width: 70%;
  } */
}
@media only screen and (min-width: 1400px) and (max-width: 1779px) {
  .get-insurance__left {
    left: 142px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .get-insurance__left {
    left: 113px;
  }
  .get-insurance__img img {
    width: 90%;
  }
  .get-insurance__right .section-title__title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .benefits-bg {
    margin-right: -150px;
  }
}

/*--------------------------------------------------------------
# Slider All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .main-slider__nav {
    left: inherit;
    right: 120px;
  }
  .main-slider__nav .swiper-button-next,
  .main-slider__nav .swiper-button-prev {
color: #F69F23;
        border: 2px solid #F69F23;

  }
  .main-slider__nav .swiper-button-next:hover,
  .main-slider__nav .swiper-button-prev:hover {
    color: rgba(#F69F23, 1);
    border: 2px solid rgba(#F69F23, 1);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-slider__nav {
    left: inherit;
    right: 120px;
  }
  .main-slider__nav .swiper-button-next,
  .main-slider__nav .swiper-button-prev {
    color: rgba(var(--insur-primary-rgb), 0.5);
    border: 2px solid rgba(var(--insur-primary-rgb), 0.5);
  }
  .main-slider__nav .swiper-button-next:hover,
  .main-slider__nav .swiper-button-prev:hover {
    color: rgba(var(--insur-primary-rgb), 1);
    border: 2px solid rgba(var(--insur-primary-rgb), 1);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-slider__nav {
    left: inherit;
    right: 120px;
  }
  .main-slider__nav .swiper-button-next,
  .main-slider__nav .swiper-button-prev {
    color: rgba(var(--insur-primary-rgb), 0.5);
    border: 2px solid rgba(var(--insur-primary-rgb), 0.5);
  }
  .main-slider__nav .swiper-button-next:hover,
  .main-slider__nav .swiper-button-prev:hover {
    color: rgba(var(--insur-primary-rgb), 1);
    border: 2px solid rgba(var(--insur-primary-rgb), 1);
  }
  .main-slider-two__video-link {
    left: 310px;
    top: -75px;
  }
}
@media only screen and (max-width: 767px) {
  .main-slider__nav {
    display: none;
  }
  .main-slider__title {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 29px;
  }
  .main-slider__title br {
    display: none;
  }
  .main-slider__title:before {
    width: 300px;
  }
  .main-slider__text br {
    display: none;
  }
  .main-slider__text {
    padding-bottom: 36px;
  }
  .main-slider .container {
    padding-top: 138px;
    padding-bottom: 115px;
  }
  .main-slider-two__video-link {
    display: none;
  }
  .main-slider-two__title {
    font-size: 40px;
    line-height: 50px;
  }
  .main-slider-two__text br {
    display: none;
  }
  .main-slider-three__nav {
    display: none;
  }
  .main-slider-three__title {
    font-size: 33px;
    line-height: 43px;
  }
}
/*--------------------------------------------------------------
# Main Menu All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1210px) {
  .main-menu__logo {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu .mobile-nav__toggler {
    color: var(--insur-base);
    display: inline-block;
    padding: 12px 0;
  }
  .main-menu .mobile-nav__toggler:hover {
    color: var(--insur-black);
  }
  .main-menu-two .mobile-nav__toggler {
    color: var(--insur-base);
    display: inline-block;
    padding: 22px 0;
  }
  .main-menu-three .mobile-nav__toggler {
    color: var(--insur-base);
    display: inline-block;
    padding: 42px 0;
  }
  .main-menu-three__logo {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header__top {
    display: none;
  }
  .main-menu .mobile-nav__toggler {
    color: var(--insur-base);
    display: inline-block;
    padding: 12px 0;
  }
  .main-menu .mobile-nav__toggler:hover {
    color: var(--insur-black);
  }
  .main-menu-two .mobile-nav__toggler {
    color: var(--insur-base);
    display: inline-block;
    padding: 22px 0;
  }
  .main-header-two__top-social-box {
    display: none;
  }
  .main-header-two__top-details-list {
    display: none;
  }
  .main-header-two__top-details-inner {
    justify-content: center;
  }
  .main-menu-three .mobile-nav__toggler {
    color: var(--insur-base);
    display: inline-block;
    padding: 42px 0;
  }
  .main-menu-three__logo {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .main-header__top {
    display: none;
  }
  .main-menu .mobile-nav__toggler {

background-color:#dc3545;
        color: #ffffff;
        cursor: pointer;
        font-size: 13px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        text-align: center;
        left: 0;
        margin: 0 auto;
        right: 0;
        border-radius: 10px;
        width: 40px;
              top: 93%;
        z-index: 99;

}}
  
  .main-menu .mobile-nav__toggler:hover {
    color: var(--insur-black);
  }
  .main-menu__right {
    display: none;
  }
  .main-menu__left {
    float: none;
  }
  .main-menu__logo {
    margin-right: 0;
  }
  /* .main-menu__main-menu-box {
    display: flex;
    justify-content: center;
    align-items: center;
  } */
  .main-menu__main-menu-box-search-get-quote-btn {
    display: none;
  }
  .main-menu-two .mobile-nav__toggler {
    color: var(--insur-base);
    display: inline-block;
    padding: 22px 0;
  }
  .main-header-two__top-social-box {
    display: none;
  }
  .main-header-two__top-details-list {
    display: none;
  }
  .main-header-two__top-details-inner {
    justify-content: center;
  }
  .main-menu-two__search-box {
    display: none;
  }
  .main-menu-three .mobile-nav__toggler {
    color: var(--insur-base);
    display: inline-block;
    padding: 42px 0;
  }
  .main-menu-three__left {
    float: none;
  }
  .main-menu-three__logo {
    padding-right: 0;
  }
  .main-menu-three__right {
    display: none;
  }
  .main-menu-three__main-menu-box {
    float: right;
  }

/*--------------------------------------------------------------
# Update 10/02/2023 All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-five__single {
    padding: 0 20px 0px;
  }
  .about-five__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-five__right {
    max-width: 600px;
    margin: 60px auto 0;
  }
  .tracking-two__inner {
    flex-direction: column;
  }
  .tracking-two__btn-box {
    margin-top: 25px;
  }
  .why-choose-three__points-content-box {
    margin-left: 44px;
  }
  .get-insurance-three__right .section-title-two__title {
    font-size: 40px;
  }

  .footer-widget-two__latest-news {
    margin-top: 39px;
  }
  .footer-widget-two__contact {
    margin-top: 39px;
  }
  .site-footer-two__newsletter {
    padding-right: 40px;
    flex-direction: column;
  }
  .about-six__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-six__right {
    max-width: 600px;
    margin: 103px auto 0;
  }
  .about-six {
    padding: 120px 0 90px;
  }
  .get-insurance-four__main-tab-box .tab-buttons {
    margin-bottom: 50px;
    margin-right: 0;
    max-width: 310px;
  }
  .get-insurance-four__main-tab-box .tabs-content {
    margin-left: 0;
  }
  .team-four__inner .row {
    --bs-gutter-x: 30px;
  }
  .why-choose-four__left {
    margin-right: 0;
  }
  .why-choose-four__left .section-title-three__title {
    font-size: 42px;
  }
  .why-choose-four__text br {
    display: none;
  }
  .why-choose-four__right {
    margin-left: 0;
  }
  .news-five__list > li {
    flex-direction: column;
    align-items: baseline;
    padding: 0 30px 20px;
  }
  .news-five__list-content {
    margin-left: 0;
    margin-top: 20px;
  }
  .footer-widget-three__contact {
    margin-top: 42px;
  }
  .footer-widget-three__latest-news {
    margin-top: 42px;
  }
  .policy-proposal__text-1 br {
    display: none;
  }
  .make-a-claim__points-box {
    margin-top: 23px;
  }
  .make-a-claim__procedure-shape-1 {
    display: none;
  }
  .insurance-details__opportunities {
    flex-direction: column;
  }
  .insurance-details__opportunities-points-box {
    margin-left: 0;
    margin-top: 21px;
  }
  .insurance-details__points li {
    flex-direction: column;
  }
  .insurance-details__points-left::before {
    display: none;
  }
  .insurance-details__points-right {
    padding-left: 0;
    text-align: center;
    padding-top: 15px;
  }
  .insurance-details__email-box {
    flex-direction: column;
    align-items: baseline;
    max-width: 100%;
  }
  .insurance-details__email-input-box {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .insurance-details__age-box {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-five__single {
    padding: 0 25px 0px;
  }
  .about-five__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-five__right {
    max-width: 600px;
    margin: 60px auto 0;
  }
  .tracking-two__inner {
    flex-direction: column;
  }
  .tracking-two__btn-box {
    margin-top: 25px;
  }
  .why-choose-three__left:before {
    transform: skewX(0deg);
  }
  .why-choose-three__img {
    clip-path: none;
  }
  .why-choose-three__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
  }
  .why-choose-three-shape-1,
  .why-choose-three-shape-2,
  .why-choose-three-shape-3 {
    display: none;
  }
  .get-insurance-three__left {
    margin-right: 0;
  }
  .get-insurance-three__right {
    margin-top: 60px;
  }
  .get-insurance-three__main-tab-box .tab-buttons {
    position: relative;
    left: 0;
    margin-left: 166px;
    margin-bottom: 30px;
  }

  .footer-widget-two__latest-news {
    margin-top: 39px;
  }
  .footer-widget-two__contact {
    margin-top: 39px;
  }
  .site-footer-two__newsletter {
    padding-right: 40px;
    flex-direction: column;
  }
  .about-six__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-six__right {
    max-width: 600px;
    margin: 103px auto 0;
  }
  .about-six {
    padding: 120px 0 90px;
  }
  .get-insurance-four__main-tab-box .tab-buttons {
    margin-bottom: 50px;
    margin-right: 0;
    max-width: 310px;
  }
  .get-insurance-four__main-tab-box .tabs-content {
    margin-left: 0;
  }
  .team-four__inner .row {
    --bs-gutter-x: 30px;
  }
  .why-choose-four__left {
    margin-right: 0;
  }
  .why-choose-four__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .testimonial-five__content {
    padding: 30px 30px 40px;
  }
  .news-five__top {
    flex-direction: column;
    align-items: baseline;
  }
  .footer-widget-three__contact {
    margin-top: 42px;
  }
  .footer-widget-three__latest-news {
    margin-top: 42px;
  }
  .policy-proposal__messages-boxes {
    margin-right: 0;
  }
  .make-a-claim__points-box {
    margin-top: 23px;
  }
  .make-a-claim__procedure-shape-1 {
    display: none;
  }
  .make-a-claim__right {
    margin-top: 50px;
  }
  .insurance-details__left {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-title-two__title {
    font-size: 35px;
    line-height: 45px;
  }
  .section-title-two__title br {
    display: none;
  }
  .section-title-three__title {
    font-size: 30px;
    line-height: 40px;
  }
  .section-title-three__title br {
    display: none;
  }
  .feature-five__single {
    padding: 0 15px 0px;
  }
  .feature-five__list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-five__img-two {
    display: none;
  }
  .about-five__shape-1,
  .about-five__arrow {
    display: none;
  }
  .about-five__right {
    margin-left: 0;
    margin-top: 60px;
  }
  .about-five__call {
    bottom: 0;
    left: 0;
    padding: 24px 35px 24px;
  }
  .about-five__points-and-counter-box {
    flex-direction: column;
    align-items: baseline;
  }
  .about-five__counter-box {
    margin-top: 30px;
    margin-left: 0;
  }
  .tracking-two__inner {
    padding: 53px 20px 51px;
    flex-direction: column;
  }
  .tracking-two__left {
    flex-direction: column;
    text-align: center;
  }
  .tracking-two__content {
    margin-left: 0;
    top: 0;
  }
  .tracking-two__icon {
    justify-content: center;
    margin-bottom: 20px;
  }
  .tracking-two__content {
    margin-left: 0;
    top: 0;
    margin-bottom: 20px;
  }
  .why-choose-three__left:before {
    transform: skewX(0deg);
  }
  .why-choose-three__img {
    clip-path: none;
  }
  .why-choose-three__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
  }
  .why-choose-three-shape-1,
  .why-choose-three-shape-2,
  .why-choose-three-shape-3 {
    display: none;
  }
  .why-choose-three__points-single {
    flex-direction: column;
    align-items: baseline;
  }
  .why-choose-three__points-content-box {
    margin-left: 0;
    margin-top: 20px;
  }
  .why-choose-three__points-content-box:before {
    display: none;
  }
  .get-insurance-three__left {
    margin-right: 0;
  }
  .get-insurance-three__right {
    margin-top: 60px;
  }
  .get-insurance-three__main-tab-box .tab-buttons {
    position: relative;
    left: 0;
    margin-left: 166px;
    margin-bottom: 30px;
  }
  .get-insurance-three__img:before {
    display: none;
  }

  .footer-widget-two__links {
    margin-top: 47px;
    margin-bottom: 39px;
  }
  .footer-widget-two__contact {
    margin-top: 44px;
  }
  .site-footer-two__newsletter {
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
  }
  .site-footer-two__newsletter-input-box input[type=email] {
    padding-right: 0;
  }
  .newsletter__btn {
    position: relative;
  }
  .about-six__help {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-six__help-text {
    font-size: 22px;
  }
  .about-six__right {
    margin-left: 0;
    margin-top: 103px;
  }
  .about-six__progress-ber {
    flex-direction: column;
    align-items: baseline;
  }
  .about-six__progress-single + .about-six__progress-single {
    margin-left: 0;
  }
  .about-six {
    padding: 120px 0 90px;
  }
  .get-insurance-four__main-tab-box .tab-buttons {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .get-insurance-four__main-tab-box .tab-buttons .tab-btn .text-box p {
    font-size: 15px;
  }
  .get-insurance-four__main-tab-box .tabs-content {
    margin-left: 0;
  }
  .get-insurance-four__main-content {
    flex-direction: column;
    align-items: baseline;
  }
  .get-insurance-four__main-content-right {
    margin-left: 0;
    margin-top: 50px;
  }
  .team-four__inner .row {
    --bs-gutter-x: 30px;
  }
  .why-choose-four__left {
    margin-right: 0;
  }
  .why-choose-four__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .why-choose-four__bg-box {
    width: 100%;
  }
  .why-choose-four__bg-box-two {
    display: none;
  }
  .why-choose-four__text br {
    display: none;
  }
  .why-choose-four__points li {
    padding-left: 20px;
    padding-right: 20px;
    flex-direction: column;
    align-items: baseline;
  }
  .why-choose-four__points-content-box {
    margin-top: 20px;
  }
  .why-choose-four__points-content-box:before {
    display: none;
  }
  .testimonial-five__content {
    padding: 30px 20px 40px;
  }
  .news-five__top-btn-box {
    margin-top: 25px;
  }
  .news-five__left-content {
    left: 20px;
    right: 20px;
  }
  .news-five__title {
    font-size: 22px;
    line-height: 35px;
  }
  .news-five__list > li {
    flex-direction: column;
    align-items: baseline;
    padding: 0 30px 20px;
  }
  .news-five__list-content {
    margin-left: 0;
    margin-top: 20px;
  }
  .tracking-three__inner {
    padding: 92px 10px 100px;
  }
  .tracking-three__input-box input[type=text] {
    padding-right: 30px;
  }
  .tracking-three__btn {
    position: relative;
    top: 0;
    transform: translateY(0%);
    margin-top: 20px;
  }
  .footer-widget-three__about {
    margin-right: 0;
  }
  .footer-widget-three__links {
    margin-top: 47px;
    margin-bottom: 39px;
  }
  .footer-widget-three__contact {
    margin-top: 46px;
  }
  .site-footer-three__bottom-inner {
    flex-direction: column;
  }
  .site-footer-three__social {
    margin-top: 15px;
  }
  .sign-in__form {
    padding: 60px 20px 60px;
  }
  .policy-proposal__inner {
    margin-right: 0;
  }
  .policy-proposal__messages-boxes {
    margin-right: 0;
  }
  .policy-proposal__text-1 br {
    display: none;
  }
  .make-a-claim__points-box {
    margin-top: 23px;
  }
  .make-a-claim__procedure-shape-1 {
    display: none;
  }
  .make-a-claim__right {
    margin-top: 50px;
  }
  .make-a-claim__procedure {
    flex-direction: column;
  }
  .insurance-details__left {
    margin-bottom: 50px;
  }
  .insurance-details__opportunities {
    flex-direction: column;
  }
  .insurance-details__opportunities-points-box {
    margin-left: 0;
    margin-top: 21px;
  }
  .insurance-details__points li {
    flex-direction: column;
    padding: 26px 20px 27px;
  }
  .insurance-details__points-left::before {
    display: none;
  }
  .insurance-details__points-right {
    padding-left: 0;
    text-align: center;
    padding-top: 15px;
  }
  .insurance-details__email-box {
    flex-direction: column;
    align-items: baseline;
    max-width: 100%;
  }
  .insurance-details__email-input-box {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .insurance-details__age-box {
    flex-direction: column;
    padding: 16px 10px 16px;
  }
}
/*--------------------------------------------------------------
# Update 10/02/2023 Main Menu All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-menu-four__top-social {
    display: none;
  }
  .main-menu-four__left {
    width: 25.5%;
    background-color: var(--insur-black);
    text-align: center;
  }
  .main-menu-four__right {
    width: 74.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-menu-four__left {
    width: 30%;
    background-color: var(--insur-black);
    text-align: center;
  }
  .main-menu-four__right {
    width: 70%;
  }
  .main-menu-four__logo a {
    padding: 28px 0px 28px;
  }
  .main-menu-four__top {
    display: none;
  }
  .main-header-five__top {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-menu-four__wrapper-inner {
    background-color: var(--insur-white);
  }
  .main-menu-four__left {
    width: auto;
    background-color: var(--insur-black);
    text-align: center;
  }
  .main-menu-four__right {
    width: auto;
  }
  .main-menu-four__logo a {
    padding: 28px 15px 28px;
  }
  .main-menu-four__bottom {
    justify-content: flex-end;
    padding: 20px 15px 20px;
    box-shadow: none;
  }
  .main-menu-four__call-search-cart {
    display: none;
  }
  .main-menu-four__top {
    display: none;
  }
  .main-header-five__top {
    display: none;
  }
  .main-menu-five__right {
    display: none;
  }
  .main-menu-five__logo {
    margin-right: 0;
  }
  .main-menu-five__left {
    justify-content: space-between;
    flex: 1;
  }
  .main-menu-five .mobile-nav__toggler {
    padding: 32px 0;
  }
}
/*--------------------------------------------------------------
# Update 10/02/2023 Main Slider All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-slider-four__img {
    display: none;
  }
  .main-slider-four__shape-2 {
    display: none;
  }
  .main-slider-four__nav {
    left: inherit;
    right: 120px;
  }
  .main-slider-five__shape-2 {
    display: none;
  }
  .main-slider-five__img {
    display: none;
  }
  .main-slider-five__nav {
    bottom: inherit;
    left: inherit;
    right: 120px;
    top: 50%;
    align-items: flex-end;
    flex-direction: column;
    transform: translateX(0) translateY(-50%);
  }
  .main-slider-five__nav .swiper-button-prev {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-slider-four__img {
    display: none;
  }
  .main-slider-four__shape-2 {
    display: none;
  }
  .main-slider-four__nav {
    left: inherit;
    right: 100px;
  }
  .main-slider-five__shape-2 {
    display: none;
  }
  .main-slider-five__img {
    display: none;
  }
  .main-slider-five__nav {
    bottom: inherit;
    left: inherit;
    right: 70px;
    top: 50%;
    align-items: flex-end;
    flex-direction: column;
    transform: translateX(0) translateY(-50%);
  }
  .main-slider-five__nav .swiper-button-prev {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .main-slider-five__title {
    font-size: 70px;
  }
  .main-slider-five .container {
    padding-top: 217px;
  }
}
@media (max-width: 767px) {
  .main-slider-four__nav {
    display: none;
  }
  .main-slider-four__img {
    display: none;
  }
  .main-slider-four__shape-2 {
    display: none;
  }
  .main-slider-four__title {
    font-size: 35px;
    line-height: 45px;
  }
  .main-slider-five__shape-2 {
    display: none;
  }
  .main-slider-five__img {
    display: none;
  }
  .main-slider-five__nav {
    display: none;
  }
  .main-slider-five__title {
    font-size: 34px;
    line-height: 44px;
  }
  .main-slider-five__text br {
    display: none;
  }
  .main-slider-five .container {
    padding-top: 199px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1650px) {
  .main-slider-four__img {
    right: -360px;
  }
  .main-slider-four__img img {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-slider-four__img {
    right: -360px;
  }
  .main-slider-four__img img {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1550px) {
  .main-slider-four__nav {
    left: inherit;
    right: 120px;
  }
  .main-slider-five__shape-2 {
    display: none;
  }
  .main-slider-five__img {
    right: -365px;
  }
  .main-slider-five__img img {
    width: 90%;
  }
  .main-slider-five__nav {
    bottom: inherit;
    left: inherit;
    right: 120px;
    top: 50%;
    align-items: flex-end;
    flex-direction: column;
    transform: translateX(0) translateY(-50%);
  }
  .main-slider-five__nav .swiper-button-prev {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------------------
# Update 17/06/2023 Main Slider All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 1200px) and (max-width: 1350px) {
  .get-insuracne-three__right {
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header-six__top {
    display: none;
  }
  .main-menu-six__wrapper-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
  .main-menu-six__logo-box {
    position: relative;
    top: 0;
    left: 0;
    padding: 24.5px 0;
  }
  .main-menu-six__logo-box:before {
    right: 0;
  }
  .main-menu-six__logo {
    position: relative;
    padding-right: 20px;
    clip-path: none;
  }
  .main-slider-seven__img {
    display: none;
  }
  .feature-six__single-inner {
    padding-right: 30px;
  }
  .about-seven__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-seven__right {
    max-width: 600px;
    margin: 60px auto 0;
  }
  .counter-three__shape-1 {
    right: -50px;
  }
  .why-choose-five__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .why-choose-five__right {
    max-width: 600px;
    margin: 60px auto 0;
  }
  .get-insuracne-three__right {
    margin-left: 0;
  }
  .get-insuracne-three__left {
    margin-left: 100px;
  }
  .cta-five__inner {
    flex-direction: column;
  }
  .cta-five__title {
    margin-bottom: 20px;
  }
  .footer-widget-four__services {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-widget-four__contact {
    margin-left: 0;
    margin-top: 35px;
  }
  .footer-widget-four__news {
    margin-top: 35px;
  }
  .about-eight__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-eight__right {
    max-width: 600px;
    margin: 350px auto 0;
  }
  .about-eight {
    padding: 30px 0 120px;
  }
  .team-six__img-box {
    padding: 0 30px 0;
  }
  .counter-four__shape-1 {
    right: -50px;
  }
  .why-choose-six__single {
    padding: 60px 30px 51px;
  }

  .process-two__list {
    flex-direction: column;
  }
  .process-two__list li::before {
    display: none;
  }
  .process-two__arrow {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header-six__top {
    display: none;
  }
  .main-menu-six__wrapper-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
  .main-menu-six__logo-box {
    position: relative;
    top: 0;
    left: 0;
    padding: 24.5px 0;
  }
  .main-menu-six__logo-box:before {
    right: 0;
  }
  .main-menu-six__logo {
    position: relative;
    padding-right: 20px;
    clip-path: none;
  }
  .main-menu-six__search-box,
  .main-menu-six__user {
    display: none;
  }
  .main-header-seven__top {
    display: none;
  }
  .main-slider-seven__img {
    display: none;
  }
  .main-slider-seven__title {
    font-size: 60px;
  }
  .main-slider-seven__title span {
    color: var(--insur-primary);
  }
  .main-slider-seven__text {
    color: var(--insur-black);
  }
  .about-seven__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-seven__right {
    max-width: 600px;
    margin: 60px auto 0;
  }
  .about-seven__experience {
    left: 0;
  }
  .counter-three__shape-1 {
    display: none;
  }
  .why-choose-five__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .why-choose-five__right {
    max-width: 600px;
    margin: 60px auto 0;
  }
  .get-insuracne-three__right {
    margin-left: 0;
  }
  .get-insuracne-three__left {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 80px;
  }
  .cta-five__inner {
    flex-direction: column;
  }
  .cta-five__title {
    margin-bottom: 20px;
  }
  .footer-widget-four__services {
    margin-left: 0;
    margin-right: 0;
  }
  .footer-widget-four__contact {
    margin-left: 0;
    margin-top: 35px;
  }
  .footer-widget-four__news {
    margin-top: 35px;
  }
  .about-eight__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-eight__right {
    max-width: 600px;
    margin: 350px auto 0;
  }
  .about-eight {
    padding: 30px 0 120px;
  }
  .services-seven__single {
    padding: 37px 20px 39px;
  }
  .counter-four__shape-1 {
    display: none;
  }
  .why-choose-six__top {
    flex-direction: column;
    align-items: baseline;
  }
  .why-choose-six__btn-box {
    margin-top: 30px;
  }
 
  .process-two__list {
    flex-direction: column;
  }
  .process-two__list li::before {
    display: none;
  }
  .process-two__arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  .main-header-six__top {
    display: none;
  }
  .main-menu-six__wrapper-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .main-menu-six__logo-box {
    position: relative;
    top: 0;
    left: 0;
    padding: 24.5px 0;
  }
  .main-menu-six__logo-box:before {
    right: 0;
  }
  .main-menu-six__logo {
    position: relative;
    padding-right: 0;
    clip-path: none;
  }
  .main-menu-six__right {
    display: none;
  }
  .main-header-seven__top {
    display: none;
  }
  .main-menu-seven__right {
    display: none;
  }
  .main-slider-six__nav {
    display: none;
  }
  .main-slider-six__title {
    font-size: 32px;
    line-height: 40px;
  }
  .main-slider-six__text br {
    display: none;
  }
  .main-slider-seven__img {
    display: none;
  }
  .main-slider-seven__shape-bg {
    display: none;
  }
  .main-slider-seven__nav {
    display: none;
  }
  .main-slider-seven__title {
    font-size: 35px;
    line-height: 45px;
  }
  .main-slider-seven__text br {
    display: none;
  }
  .main-slider-seven .container {
    padding-bottom: 245px;
  }
  .section-title-four__title {
    font-size: 30px;
    line-height: 40px;
  }
  .section-title-four__title br {
    display: none;
  }
  .feature-six__single-inner {
    padding-right: 30px;
  }
  .about-seven__left {
    margin-left: 0;
    margin-right: 0;
  }
  .about-seven__experience {
    display: none;
  }
  .about-seven__right {
    margin-left: 0;
    margin-top: 60px;
  }
  .about-seven__right-bottom {
    flex-direction: column;
    align-items: baseline;
  }
  .about-seven__right-counter {
    margin-left: 0;
    margin-top: 30px;
  }
  .counter-three__shape-1 {
    display: none;
  }
  .counter-three__count-box {
    flex-direction: column;
    text-align: center;
  }
  .why-choose-five__left {
    margin-right: 0;
  }
  .why-choose-five__right {
    margin-left: 0;
    margin-top: 80px;
  }
  .why-choose-five__points-list li {
    flex-direction: column;
    align-items: baseline;
  }
  .why-choose-five__points-list li .content {
    margin-left: 0;
    margin-top: 20px;
  }
  .get-insuracne-three__right {
    margin-left: 0;
    padding: 58px 15px 58px;
  }
  .get-insuracne-three__left {
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 80px;
  }
  .get-insuracne-three__tab-box .tab-buttons {
    flex-direction: column;
  }
  .get-insuracne-three__tab-box .tab-buttons .tab-btn + .tab-btn {
    margin-left: 0;
  }
  .news-six__content {
    padding: 76px 20px 40px;
  }
  .cta-five__inner {
    flex-direction: column;
    align-items: baseline;
  }
  .cta-five__title {
    margin-bottom: 20px;
    font-size: 19px;
  }
  .cta-five__email-box {
    flex-direction: column;
    align-items: baseline;
  }
  .cta-five__subscribe-btn {
    margin-top: 10px;
  }
  .footer-widget-four__services {
    margin-left: 0;
    margin-right: 0;
    margin-top: 42px;
    margin-bottom: 35px;
  }
  .footer-widget-four__contact {
    margin-left: 0;
  }
  .footer-widget-four__news {
    margin-top: 42px;
  }
  .about-eight {
    padding: 30px 0 120px;
  }
  .about-eight__left {
    margin-left: 0;
  }
  .about-eight__img-two {
    display: none;
  }
  .about-eight__experience {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 30px;
  }
  .about-eight__right {
    margin-left: 0;
    margin-top: 60px;
  }
  .section-title-five__title {
    font-size: 30px;
    line-height: 40px;
  }
  .section-title-five__title br {
    display: none;
  }
  .about-eight__service {
    flex-direction: column;
    align-items: baseline;
  }
  .about-eight__service li + li {
    margin-top: 20px;
  }
  .reg-insurance__btn-box {
    flex-direction: column;
  }
  .reg-insurance__btn-two {
    margin-left: 0;
    margin-top: 10px;
  }
  .services-seven__single {
    padding: 37px 20px 39px;
  }
  .team-six__img-box {
    padding: 0 30px 0;
  }
  .counter-four__shape-1 {
    display: none;
  }
  .counter-four__count-box {
    flex-direction: column;
    text-align: center;
  }
  .why-choose-six__top {
    flex-direction: column;
    align-items: baseline;
  }
  .why-choose-six__btn-box {
    margin-top: 30px;
  }
  .why-choose-six__single {
    padding: 60px 30px 51px;
  }
 
  .process-two__list {
    flex-direction: column;
  }
  .process-two__list li::before {
    display: none;
  }
  .process-two__arrow {
    display: none;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1895px) {
  .main-header-six__top-inner {
    padding: 0px 50px 0px;
    padding-left: 50px;
  }
  .main-menu-six__wrapper-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
  .main-menu-six__logo-box {
    position: relative;
    top: 0;
    left: 0;
    padding: 24.5px 0;
  }
  .main-menu-six__logo-box:before {
    right: 0;
  }
  .main-menu-six__logo {
    position: relative;
    padding-right: 40px;
    clip-path: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .main-header-six__top-inner {
    padding: 0px 50px 0px;
    padding-left: 50px;
  }
  .main-menu-six__wrapper-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
  .main-menu-six__logo-box {
    position: relative;
    top: 0;
    left: 0;
    padding: 24.5px 0;
  }
  .main-menu-six__logo-box:before {
    right: 0;
  }
  .main-menu-six__logo {
    position: relative;
    padding-right: 40px;
    clip-path: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-header-six__top-inner {
    padding: 0px 50px 0px;
    padding-left: 50px;
  }
  .main-menu-six__wrapper-inner {
    padding-left: 50px;
    padding-right: 50px;
  }
  .main-menu-six__logo-box {
    position: relative;
    top: 0;
    left: 0;
    padding: 24.5px 0;
  }
  .main-menu-six__logo-box:before {
    right: 0;
  }
  .main-menu-six__logo {
    position: relative;
    padding-right: 20px;
    clip-path: none;
  }
  .main-menu-six__search-box,
  .main-menu-six__user {
    display: none;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1730px) {
  .main-slider-seven__img {
    right: 20px;
  }
  .main-slider-seven__img img {
    width: 80%;
  }
  .main-slider-seven__support {
    left: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-slider-seven__img {
    display: none;
  }
}
/*--------------------------------------------------------------
# Preset (Mosharof 15-2-2014)
--------------------------------------------------------------*/
.thm-btn--eight {
  position: relative;
  letter-spacing: 0;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 15px 40px;
}

.section-title-six {
  position: relative;
  display: block;
  margin-bottom: 51px;
}
@media (max-width: 767px) {
  .section-title-six {
    margin-bottom: 35px;
  }
}
.section-title-six__tagline {
  position: relative;
  font-size: 16px;
  color: var(--insur-gray);
  font-weight: 700;
  line-height: 1;
  display: block;
  margin-bottom: 9px;
}
.section-title-six__tagline__icon {
  display: inline-block;
  font-size: 14px;
  color: var(--insur-base);
  margin-right: 4px;
}
.section-title-six__title {
  font-size: 40px;
  line-height: 48px;
  color: var(--insur-black);
  font-weight: 800;
  margin: 0;
}
@media (max-width: 767px) {
  .section-title-six__title {
    font-size: 34px;
    line-height: 42px;
  }
  .section-title-six__title br {
    display: none;
  }
}

.section-title-seven {
  position: relative;
  display: block;
  margin-bottom: 51px;
}
@media (max-width: 767px) {
  .section-title-seven {
    margin-bottom: 35px;
  }
}
.section-title-seven__tagline {
  position: relative;
  font-size: 16px;
  color: var(--insur-gray);
  font-weight: 600;
  line-height: 1;
  display: block;
  margin-bottom: 9px;
}
.section-title-seven__tagline__icon {
  display: inline-block;
  font-size: 14px;
  color: var(--insur-base);
  margin-right: 4px;
}
.section-title-seven__title {
  font-size: 40px;
  line-height: 48px;
  color: var(--insur-black);
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  .section-title-seven__title {
    font-size: 34px;
    line-height: 42px;
  }
  .section-title-seven__title br {
    display: none;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.main-header-eight {
  position: relative;
}
.main-header-eight__top {
  background-color: var(--insur-bdr-color);
  padding-left: 23.4%;
  padding-right: 5.5%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1599px) {
  .main-header-eight__top {
    padding-left: 29%;
    padding-right: 20px;
  }
}
@media (min-width: 1440px) and (max-width: 1599px) {
  .main-header-eight__top {
    padding-left: 28%;
  }
}
@media (max-width: 1340px) {
  .main-header-eight__top {
    padding-left: 25%;
  }
}
@media (max-width: 1199px) {
  .main-header-eight__top {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .main-header-eight__top {
    display: none;
  }
}
.main-header-eight__top::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 87.2%;
  content: "";
  border-radius: 0;
  z-index: -1;
  background-color: var(--insur-black);
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1658 52" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H1618.27C1625.66 0 1632.45 4.07206 1635.92 10.5907L1658 52H0V0Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: top right;
  mask-size: cover;
}
@media (max-width: 1199px) {
  .main-header-eight__top::after {
    width: 85%;
  }
}
@media (max-width: 991px) {
  .main-header-eight__top::after {
    width: 100%;
    mask-position: top left;
  }
}
.main-header-eight__inner {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.main-header-eight__info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-header-eight__info li {
  font-size: 14px;
  color: var(--insur-gray);
  font-weight: 700;
}
.main-header-eight__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header-eight__info li a:hover {
  color: var(--insur-base);
  background-size: 100% 1px;
}
.main-header-eight__info__icon {
  font-size: 12px;
  margin-right: 2px;
  color: var(--insur-base);
}
.main-header-eight__right {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.main-header-eight__right .thm-btn--eight {
  background-color: var(--insur-white);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--insur-black);
  padding: 1px 12px;
}
.main-header-eight__right .thm-btn--eight:hover {
  color: var(--insur-white);
}
@media (max-width: 991px) {
  .main-header-eight__right .thm-btn--eight {
    display: none;
  }
}
.main-header-eight__social {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-right: 95px;
}
@media (max-width: 991px) {
  .main-header-eight__social {
    margin-right: 0;
  }
}
.main-header-eight__social a {
  font-size: 12px;
  color: var(--insur-white);
  transition: all 0.5s linear;
}
.main-header-eight__social a:hover {
  color: var(--insur-base);
}

.main-header-nine {
  position: relative;
  z-index: 2;
}
.main-header-nine__shape {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 30%;
  background-position: left top;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .main-header-nine__shape {
    width: 340px;
    background-position: top right;
  }
}
@media (max-width: 1199px) {
  .main-header-nine__shape {
    display: none;
  }
}
.main-header-nine::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 325px;
  content: "";
  background-color: var(--insur-black);
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0% 100%);
  z-index: 2;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .main-header-nine::after {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .main-header-nine::after {
    width: 245px;
  }
}
.main-header-nine__top {
  background-color: var(--insur-white);
  position: relative;
}
@media (max-width: 1799px) {
  .main-header-nine__top {
    z-index: 99;
  }
}
@media (max-width: 767px) {
  .main-header-nine__top {
    display: none;
  }
}
.main-header-nine__inner {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.main-header-nine__info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-header-nine__info li {
  font-size: 14px;
  color: #6F6F74;
  font-weight: 700;
}
.main-header-nine__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-header-nine__info li a:hover {
  color: var(--insur-base);
  background-size: 100% 1px;
}
.main-header-nine__info__icon {
  font-size: 12px;
  margin-right: 2px;
  color: var(--insur-base);
}
.main-header-nine__social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 22px;
}
.main-header-nine__social a {
  font-size: 14px;
  color: var(--insur-black);
  transition: all 0.5s linear;
}
.main-header-nine__social a:hover {
  color: var(--insur-base);
}

.main-menu-eight {
  background-color: var(--insur-extra);
  z-index: 99;
  width: 100%;
  padding-right: 5.5%;
  padding-left: 65px;
}
@media (max-width: 1599px) {
  .main-menu-eight {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.main-menu-eight::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 84%;
  content: "";
  border-radius: 0;
  z-index: -1;
  background-color: var(--insur-base);
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 1595 86" xmlns="http://www.w3.org/2000/svg"><path d="M0 0H1533.49C1540.62 0 1547.2 3.78912 1550.78 9.94759L1595 86H0V0Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: top right;
  mask-size: cover;
}
@media (max-width: 1199px) {
  .main-menu-eight::after {
    width: 78%;
  }
}
@media (max-width: 991px) {
  .main-menu-eight::after {
    width: 72%;
  }
}
@media (max-width: 767px) {
  .main-menu-eight::after {
    width: 100%;
    mask-position: top left;
  }
}
.main-menu-eight__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.main-menu-eight__logo {
  z-index: 1;
  min-width: 345px;
  min-height: 111px;
  margin-top: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 345 111" xmlns="http://www.w3.org/2000/svg"><path d="M264.455 4.78622e-05C270.243 4.78625e-05 275.634 2.94527 278.76 7.81628L345 111L-1.94078e-05 111L64.1076 8.016C67.211 3.03071 72.6675 4.78522e-05 78.5398 4.78525e-05L264.455 4.78622e-05Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: top center;
  mask-size: cover;
  background-color: rgba(247, 247, 247, 0.11);
  padding: 27px 0 0;
  margin-right: 36px;
}
@media (max-width: 1340px) {
  .main-menu-eight__logo {
    min-width: 245px;
  }
}
@media (max-width: 1199px) {
  .main-menu-eight__logo {
    min-width: auto;
    padding-left: 15px;
    padding-right: 15px;
    background-color: transparent;
    margin: 0;
    padding-top: 0;
    min-height: 85px;
  }
}
.main-menu-eight__logo::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: calc(100% - 18px);
  width: calc(100% - 38px);
  content: "";
  border-radius: 0;
  z-index: -1;
  background-color: var(--insur-white);
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 307 95" xmlns="http://www.w3.org/2000/svg"><path d="M239.452 4.31179e-05C243.898 4.31163e-05 248.036 2.27245 250.422 6.02443L307 95L-3.05176e-05 94.9999L60.6185 5.69877C63.0381 2.13431 67.0664 4.31778e-05 71.3745 4.31763e-05L239.452 4.31179e-05Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: top center;
  mask-size: cover;
}
@media (max-width: 1199px) {
  .main-menu-eight__logo::after {
    width: 100%;
    height: 100%;
  }
}
.main-menu-eight__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .main-menu-eight__left {
    margin-left: auto;
  }
}
.main-menu-eight__main-menu-box {
  display: block;
}
.main-menu-eight.main-menu .main-menu__list > li > a, .main-menu-eight.stricky-header .main-menu__list > li > a {
  color: var(--insur-bdr-color);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}
.main-menu-eight.main-menu .main-menu__list > li.current > a, .main-menu-eight.main-menu .main-menu__list > li:hover > a, .main-menu-eight.stricky-header .main-menu__list > li.current > a, .main-menu-eight.stricky-header .main-menu__list > li:hover > a {
  color: var(--insur-white);
}
.main-menu-eight.main-menu .main-menu__list > li > ul, .main-menu-eight.main-menu .main-menu__list > li > ul > li > ul, .main-menu-eight.stricky-header .main-menu__list > li > ul, .main-menu-eight.stricky-header .main-menu__list > li > ul > li > ul {
  top: 136%;
}
.main-menu-eight.main-menu .main-menu__list > .megamenu-clickable > ul,
.main-menu-eight .mobile-nav__content .main-menu__list > li.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: #fff;
  display: block !important;
  margin: 0;
}
.main-menu-eight .mobile-nav__content .main-menu__list > li.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu-eight .main-menu__list > li.megamenu-clickable > ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}
.main-menu-eight .is-new-menu > a > span::after,
.main-menu-eight .is-new-menu > a > span {
  background-color: var(--insur-black);
}
.main-menu-eight__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .main-menu-eight__right {
    margin-left: inherit;
  }
}
.main-menu-eight__search, .main-menu-eight__cart {
  font-size: 20px;
  color: var(--insur-bdr-color);
  transition: all 400ms ease;
  margin-left: 20px;
}
.main-menu-eight__search:hover, .main-menu-eight__cart:hover {
  color: var(--insur-white);
}
.main-menu-eight__call {
  position: relative;
  min-height: 40px;
  padding: 8px 0 0 51px;
  margin-left: 85px;
}
@media (max-width: 767px) {
  .main-menu-eight__call {
    display: none;
  }
}
.main-menu-eight__call__icon {
  width: 40px;
  height: 40px;
  background-color: var(--insur-base);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--insur-white);
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-menu-eight__call__icon i {
  display: inline-block;
  transition: all 600ms ease;
}
.main-menu-eight__call:hover .main-menu-eight__call__icon i {
  transform: scaleX(-1);
}
.main-menu-eight__call__title {
  line-height: 1;
  display: block;
  margin: 0 0 3px;
  font-size: 12px;
  font-weight: 700;
  color: var(--insur-gray);
}
.main-menu-eight__call__text {
  color: var(--insur-black);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  display: inline-block;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-menu-eight__call__text:hover {
  color: var(--insur-base);
  background-size: 100% 1px;
}
.main-menu-eight.main-menu .mobile-nav__toggler {
  color: var(--insur-bdr-color);
}

.main-menu-nine {
  background-color: var(--insur-base);
  width: 100%;
  padding-right: 85px;
  padding-left: 65px;
}
.main-menu-nine__shape {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30%;
  background-position: top right;
  background-repeat: no-repeat;
}
@media (min-width: 1500px) and (max-width: 1699px) {
  .main-menu-nine__shape {
    width: 31%;
    background-position: top left;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .main-menu-nine__shape {
    width: 329px;
  }
}
@media (max-width: 1199px) {
  .main-menu-nine__shape {
    display: none;
  }
}
@media (max-width: 1599px) {
  .main-menu-nine {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.main-menu-nine__wrapper {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
}
.main-menu-nine__logo {
  z-index: 5;
  display: flex;
  align-items: center;
  position: relative;
  min-width: 302px;
  padding: 27px 0;
  margin-top: -60px;
}
@media (max-width: 1799px) {
  .main-menu-nine__logo {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .main-menu-nine__logo {
    min-width: inherit;
  }
}
.main-menu-nine__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .main-menu-nine__left {
    margin-left: auto;
  }
}
.main-menu-nine__main-menu-box {
  display: block;
}
.main-menu-nine .main-menu__list > li, .main-menu-nine.stricky-header .main-menu__list > li {
  padding-top: 33px;
  padding-bottom: 33px;
}
.main-menu-nine.main-menu .main-menu__list > li > a, .main-menu-nine.stricky-header .main-menu__list > li > a {
  color: var(--insur-extra);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
}
.main-menu-nine.main-menu .main-menu__list > li.current > a, .main-menu-nine.main-menu .main-menu__list > li:hover > a, .main-menu-nine.stricky-header .main-menu__list > li.current > a, .main-menu-nine.stricky-header .main-menu__list > li:hover > a {
  color: var(--insur-black);
}
.main-menu-nine.main-menu .main-menu__list > li > ul, .main-menu-nine.main-menu .main-menu__list > li > ul > li > ul, .main-menu-nine.stricky-header .main-menu__list > li > ul, .main-menu-nine.stricky-header .main-menu__list > li > ul > li > ul {
  top: 100%;
}
.main-menu-nine.main-menu .main-menu__list > .megamenu-clickable > ul,
.main-menu-nine .mobile-nav__content .main-menu__list > li.megamenu-clickable > ul {
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  width: 100vw;
  height: 100vh;
  visibility: visible;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
  z-index: 999999;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  padding: 0;
  background-color: #fff;
  display: block !important;
  margin: 0;
}
.main-menu-nine .mobile-nav__content .main-menu__list > li.megamenu-clickable > ul.megamenu-clickable--active,
.main-menu-nine .main-menu__list > li.megamenu-clickable > ul.megamenu-clickable--active {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
  visibility: visible;
  transition: transform 0.7s ease, opacity 0.7s ease, visibility 0.7s ease;
}
.main-menu-nine .is-new-menu > a > span::after,
.main-menu-nine .is-new-menu > a > span {
  background-color: var(--insur-black);
}
.main-menu-nine__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .main-menu-nine__right {
    margin-left: inherit;
    padding: 12px 0;
  }
}
.main-menu-nine__right .thm-btn--eight {
  font-size: 14px;
  font-weight: 600;
  padding: 7px 30px;
}
.main-menu-nine__right .thm-btn--eight::after, .main-menu-nine__right .thm-btn--eight::before {
  background-color: var(--insur-white);
}
.main-menu-nine__right .thm-btn--eight:hover {
  color: var(--insur-black);
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .main-menu-nine__right .thm-btn--eight {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .main-menu-nine__right .thm-btn--eight {
    display: none;
  }
}
.main-menu-nine__search, .main-menu-nine__cart {
  width: 40px;
  height: 40px;
  font-size: 20px;
  background-color: rgba(var(--insur-black-rgb), 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--insur-extra);
  transition: all 400ms ease;
  margin-left: 14px;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .main-menu-nine__search, .main-menu-nine__cart {
    background-color: rgba(var(--insur-white-rgb), 0.1);
  }
}
.main-menu-nine__search:hover, .main-menu-nine__cart:hover {
  background-color: var(--insur-black);
  color: var(--insur-white);
}
.main-menu-nine__call {
  position: relative;
  min-height: 40px;
  padding: 8px 0 0 51px;
  margin-left: 25px;
  margin-right: 105px;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .main-menu-nine__call {
    display: none;
  }
}
@media (max-width: 1199px) {
  .main-menu-nine__call {
    margin-left: 20px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .main-menu-nine__call {
    display: none;
  }
}
.main-menu-nine__call__icon {
  width: 40px;
  height: 40px;
  background-color: var(--insur-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--insur-base);
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-menu-nine__call__icon i {
  display: inline-block;
  transition: all 600ms ease;
}
.main-menu-nine__call:hover .main-menu-nine__call__icon i {
  transform: scaleX(-1);
}
.main-menu-nine__call__title {
  line-height: 1;
  display: block;
  margin: 0 0 3px;
  font-size: 12px;
  font-weight: 700;
  color: var(--insur-gray);
}
.main-menu-nine__call__text {
  color: var(--insur-black);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  display: inline-block;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.main-menu-nine__call__text:hover {
  color: var(--insur-base);
  background-size: 100% 1px;
}
.main-menu-nine.main-menu .mobile-nav__toggler {
  color: var(--insur-extra);
}
.main-menu-nine.stricky-header .main-menu-nine__logo {
  margin-top: 0;
}
.main-menu-nine.stricky-header::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 325px;
  content: "";
  background-color: var(--insur-black);
  clip-path: polygon(0 0, 100% 0, 72% 100%, 0% 100%);
  z-index: 2;
}

/*--------------------------------------------------------------
# Hero Slider
--------------------------------------------------------------*/
.main-slider-eight {
  position: relative;
}
.main-slider-eight .thm-owl__carousel.owl-carousel {
  position: relative;
}
.main-slider-eight .thm-owl__carousel.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  left: 120px;
  z-index: 100;
  transform: translateY(-50%) translateX(0);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1500px) {
  .main-slider-eight .thm-owl__carousel.owl-carousel .owl-nav {
    left: 25px;
  }
}
@media (max-width: 1300px) {
  .main-slider-eight .thm-owl__carousel.owl-carousel .owl-nav {
    flex-direction: row;
    width: 100%;
    transform: none;
    top: auto;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: 0 auto;
    justify-content: center;
  }
}
.main-slider-eight .thm-owl__carousel.owl-carousel .owl-nav button {
  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;
  background-color: transparent;
  color: rgba(var(--insur-black-rgb), 0.2);
  border: 2px solid rgba(var(--insur-black-rgb), 0.2);
  border-radius: 50%;
  margin: 0;
  margin-bottom: 0px;
  text-align: center;
  transition: all 500ms ease;
}
.main-slider-eight .thm-owl__carousel.owl-carousel .owl-nav button:hover {
  color: var(--insur-white);
  border-color: var(--insur-base);
  background: var(--insur-base);
}
.main-slider-eight__item {
  background-color: var(--insur-white);
  position: relative;
  z-index: 3;
  padding-top: 176px;
  padding-bottom: 192px;
}
@media (max-width: 1199px) {
  .main-slider-eight__item {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .main-slider-eight__item {
    padding-top: 80px;
    padding-bottom: 130px;
  }
}
.main-slider-eight__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: left top;
}
.main-slider-eight__content {
  position: relative;
  z-index: 3;
  width: 100%;
  overflow: hidden;
}
.main-slider-eight__title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.main-slider-eight__title {
  font-weight: 800;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: -2px;
  margin: 0 0 17px;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateY(200px);
}
@media (max-width: 1199px) {
  .main-slider-eight__title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .main-slider-eight__title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .main-slider-eight__title {
    font-size: 36px;
    line-height: 46px;
  }
}
.main-slider-eight__text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.main-slider-eight__text {
  color: rgba(var(--insur-gray-rgb), 0.7);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 40px;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateY(200px);
}
@media (max-width: 767px) {
  .main-slider-eight__text {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .main-slider-eight__text br {
    display: none;
  }
}
.main-slider-eight__btn {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 60px;
  z-index: 5;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1500ms ease;
}
.main-slider-eight__image {
  position: absolute;
  right: 0;
  top: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 99%;
  width: 48%;
  opacity: 0;
  transition: transform 1000ms ease, opacity 1000ms ease;
  transform: translatex(50%) scalex(2);
  filter: blur(10px);
  overflow: hidden;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 938 920" xmlns="http://www.w3.org/2000/svg"><rect x="0.504883" y="345.327" width="975.43" height="710.289" rx="71.4188" transform="rotate(-35.9949 0.504883 345.327)"/></svg>');
  mask-repeat: no-repeat;
  mask-position: left bottom;
  mask-size: cover;
}
@media (max-width: 991px) {
  .main-slider-eight__image {
    display: none;
  }
}
.main-slider-eight__shape-one {
  position: absolute;
  right: 38.5%;
  bottom: 60px;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateY(200px);
}
@media (max-width: 1199px) {
  .main-slider-eight__shape-one {
    display: none;
  }
}
.main-slider-eight__shape-one img {
  animation-name: treeMove;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes treeMove {
  0%, 100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%, 75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}
.main-slider-eight__shape-two {
  position: absolute;
  z-index: 2;
  right: -10px;
  bottom: -20px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto;
  height: 100%;
  width: 48%;
}
@media (max-width: 1699px) {
  .main-slider-eight__shape-two {
    right: -5%;
  }
}
@media (max-width: 1599px) {
  .main-slider-eight__shape-two {
    right: -8%;
  }
}
@media (max-width: 1499px) {
  .main-slider-eight__shape-two {
    right: -12%;
  }
}
@media (max-width: 1399px) {
  .main-slider-eight__shape-two {
    right: -16%;
  }
}
@media (max-width: 1299px) {
  .main-slider-eight__shape-two {
    display: none;
  }
}
.main-slider-eight .active .main-slider-eight__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1100ms;
}
.main-slider-eight .active .main-slider-eight__text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1300ms;
}
.main-slider-eight .active .main-slider-eight__btn {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1500ms;
}
.main-slider-eight .active .main-slider-eight__image {
  opacity: 1;
  transform: translatex(0) scalex(1);
  filter: blur(0);
  transition-delay: 1000ms;
}
.main-slider-eight .active .main-slider-eight__shape-one {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1600ms;
}

.main-slider-nine {
  position: relative;
}
.main-slider-nine .thm-owl__carousel.owl-carousel {
  position: relative;
}
.main-slider-nine .thm-owl__carousel.owl-carousel .owl-dots {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 55px;
  z-index: 99;
  width: 1170px;
  gap: 10px;
  transform: none;
  text-align: left;
}
@media (max-width: 1199px) {
  .main-slider-nine .thm-owl__carousel.owl-carousel .owl-dots {
    justify-content: center;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .main-slider-nine .thm-owl__carousel.owl-carousel .owl-dots {
    bottom: 25px;
  }
}
.main-slider-nine .thm-owl__carousel.owl-carousel .owl-dots button {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  cursor: pointer;
  opacity: 1;
  background-color: transparent;
  transition: all 500ms ease;
  transform: none;
  margin: 0;
  border: none;
  outline: none;
  border: 2px solid rgba(var(--insur-white-rgb), 0.2);
  border-radius: 50%;
}
.main-slider-nine .thm-owl__carousel.owl-carousel .owl-dots button span {
  display: none;
}
.main-slider-nine .thm-owl__carousel.owl-carousel .owl-dots button.active, .main-slider-nine .thm-owl__carousel.owl-carousel .owl-dots button:hover {
  background-color: var(--insur-white);
  border-color: var(--insur-white);
}
.main-slider-nine__item {
  background-color: var(--insur-black);
  position: relative;
  z-index: 3;
  padding-top: 170px;
  padding-bottom: 194px;
}
@media (max-width: 1199px) {
  .main-slider-nine__item {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media (max-width: 767px) {
  .main-slider-nine__item {
    padding-top: 80px;
    padding-bottom: 120px;
  }
}
.main-slider-nine__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transform: scale(1);
  transition: transform 7000ms ease, opacity 7000ms ease;
}
.main-slider-nine__bg::after {
  background-image: linear-gradient(91deg, rgb(23, 24, 39) 58%, rgba(23, 24, 39, 0) 91%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.7;
}
.main-slider-nine__content {
  position: relative;
  z-index: 3;
  width: 100%;
  overflow: hidden;
}
.main-slider-nine__title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.main-slider-nine__title {
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  color: var(--insur-white);
  letter-spacing: -2px;
  margin: 0 0 28px;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateY(200px);
}
@media (max-width: 1199px) {
  .main-slider-nine__title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .main-slider-nine__title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .main-slider-nine__title {
    font-size: 36px;
    line-height: 46px;
  }
}
.main-slider-nine__text-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.main-slider-nine__text {
  color: rgba(var(--insur-white-rgb), 0.9);
  background-color: rgba(var(--insur-black-rgb), 0.23);
  border-left: 4px solid var(--insur-base);
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 28px;
  padding: 15px 25px 17px 39px;
  max-width: 629px;
  border-radius: 4px;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateY(200px);
}
@media (max-width: 767px) {
  .main-slider-nine__text {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .main-slider-nine__text br {
    display: none;
  }
}
.main-slider-nine__btn {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 60px;
  z-index: 5;
  opacity: 0;
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform-origin: bottom;
  transition: all 1500ms ease;
}
.main-slider-nine__shape-one {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(-200px);
}
@media (max-width: 1499px) {
  .main-slider-nine__shape-one {
    left: -100px;
    top: -100px;
  }
}
@media (max-width: 1199px) {
  .main-slider-nine__shape-one {
    display: none;
  }
}
.main-slider-nine__shape-one img {
  animation: float-bob-x 3s infinite linear;
}
.main-slider-nine__shape-two {
  position: absolute;
  right: -30px;
  top: 0;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  transform: translateX(300px);
}
@media (max-width: 1199px) {
  .main-slider-nine__shape-two {
    display: none;
  }
}
.main-slider-nine__shape-two img {
  animation: float-bob-x 3s infinite linear;
}
.main-slider-nine .active .main-slider-nine__bg {
  transform: scale(1.15);
}
.main-slider-nine .active .main-slider-nine__title {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1100ms;
}
.main-slider-nine .active .main-slider-nine__text {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1300ms;
}
.main-slider-nine .active .main-slider-nine__btn {
  opacity: 1;
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  transition-delay: 1500ms;
}
.main-slider-nine .active .main-slider-nine__shape-one {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1300ms;
}
.main-slider-nine .active .main-slider-nine__shape-two {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1400ms;
}

/*--------------------------------------------------------------
# Brand
--------------------------------------------------------------*/
.brand-section {
  position: relative;
  background-color: var(--insur-black);
  padding: 120px 0 314px;
}
@media (max-width: 767px) {
  .brand-section {
    padding: 80px 0 240px;
  }
}
.brand-section__carousel.owl-carousel {
  position: relative;
}
.brand-section__image {
  position: relative;
}
.brand-section__image img {
  width: auto !important;
  max-width: 100%;
  transition: all ease 0.4s;
  opacity: 0.2;
}
.brand-section__image:hover img {
  opacity: 1;
}

/*--------------------------------------------------------------
# Feature
--------------------------------------------------------------*/
.feature-seven {
  position: relative;
  margin-top: -160px;
}
.feature-seven__single {
  position: relative;
  background-color: var(--insur-white);
  border: 1px solid var(--insur-bdr-color);
  border-radius: 20px 0 0 20px;
  box-shadow: 13px 4px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 39px 38px 30px;
}
@media (max-width: 767px) {
  .feature-seven__single {
    border-radius: 20px 20px 0 0;
  }
}
.feature-seven__single__icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid rgba(var(--insur-base-rgb), 0.2);
  border-radius: 50%;
  font-size: 50px;
  color: var(--insur-base);
  margin: 0 0 23px;
  transition: all 0.4s ease;
}
.feature-seven__single__icon span {
  display: inline-block;
  transition: all 0.5s ease;
  transform: scale(1);
}
.feature-seven__single:hover .feature-seven__single__icon {
  border-color: var(--insur-base);
}
.feature-seven__single:hover .feature-seven__single__icon span {
  transform: scale(0.9);
}
.feature-seven__single__title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 14px;
}
.feature-seven__single__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.feature-seven__single__title a:hover {
  color: var(--insur-base);
  background-size: 100% 1px;
}
.feature-seven__single__text {
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}
.feature-seven__single--featured {
  padding: 75px 30px 61px 38px;
  border: none;
  border-radius: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  box-shadow: 13px 4px 30px 0px rgba(var(--insur-base-rgb), 0.1);
  z-index: 2;
  margin: -35px -30px 0;
}
@media (max-width: 767px) {
  .feature-seven__single--featured {
    margin: 0;
    border-radius: 0;
  }
}
.feature-seven__single--featured::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(var(--insur-base-rgb), 0.95);
  z-index: -1;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .feature-seven__single--featured::after {
    border-radius: 0;
  }
}
.feature-seven__single--featured .feature-seven__single__icon {
  position: relative;
  z-index: 2;
  border-color: rgba(var(--insur-white-rgb), 0.2);
  color: var(--insur-white);
}
.feature-seven__single--featured:hover .feature-seven__single__icon {
  border-color: var(--insur-white);
}
.feature-seven__single--featured .feature-seven__single__title {
  color: var(--insur-white);
}
.feature-seven__single--featured .feature-seven__single__title a:hover {
  color: inherit;
}
.feature-seven__single--featured .feature-seven__single__text {
  color: var(--insur-bdr-color);
}
.feature-seven__single--last {
  border-radius: 0 20px 20px 0;
}
@media (max-width: 767px) {
  .feature-seven__single--last {
    border-radius: 0 0 20px 20px;
  }
}

.feature-eight {
  position: relative;
  z-index: 2;
  margin-bottom: -258px;
}
.feature-eight__single {
  position: relative;
  z-index: 2;
  background-color: var(--insur-white);
  border: 2px solid var(--insur-bdr-color);
  border-radius: 20px;
  box-shadow: 26px 23px 30px 0px rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
  text-align: center;
}
.feature-eight__single::after {
  background-color: var(--insur-base);
  position: absolute;
  top: 0;
  height: 0;
  left: 0;
  right: 0;
  content: "";
  transition: all 700ms ease;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
}
.feature-eight__single:hover {
  border-color: var(--insur-base);
}
.feature-eight__single:hover .feature-eight__single__text {
  color: var(--insur-extra);
}
.feature-eight__single:hover::after {
  opacity: 1;
  height: 100%;
}
.feature-eight__single__title {
  font-size: 24px;
  font-weight: 700;
  margin: 25px 20px 16px;
}
.feature-eight__single__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.feature-eight__single__title a:hover {
  color: var(--insur-white);
  background-size: 100% 1px;
}
.feature-eight__single:hover .feature-eight__single__title {
  color: var(--insur-white);
}
.feature-eight__single__text {
  line-height: 30px;
  font-weight: 600;
  margin: 0 30px 21px;
  transition: all 300ms ease;
}
.feature-eight__single__icon {
  width: 94px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 8px solid var(--insur-white);
  background-color: var(--insur-black);
  border-radius: 50%;
  font-size: 44px;
  margin: 0 auto -56px;
  position: relative;
  color: var(--insur-white);
  z-index: 1;
  transition: all 0.4s ease;
}
.feature-eight__single__icon span {
  display: inline-block;
  transition: all 0.5s ease;
  transform: scale(1);
}
.feature-eight__single:hover .feature-eight__single__icon {
  background-color: var(--insur-base);
}
.feature-eight__single:hover .feature-eight__single__icon span {
  transform: scale(0.9);
}
.feature-eight__single__image {
  position: relative;
  margin: 0 -2px -2px;
  overflow: hidden;
  border-radius: 0 0 10px 10px;
}
.feature-eight__single__image img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-nine {
  position: relative;
  padding: 168px 0 140px;
}
@media (max-width: 1199px) {
  .about-nine {
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .about-nine {
    padding: 80px 0;
  }
}
.about-nine__image {
  position: relative;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-nine__image {
    margin-left: 75px;
    max-width: 620px;
  }
}
.about-nine__image__one {
  position: relative;
  transform: rotate(10deg);
}
@media (max-width: 767px) {
  .about-nine__image__one {
    transform: none;
  }
}
.about-nine__image__one img {
  border-radius: 40px;
  max-width: 100%;
  height: auto;
}
.about-nine__image__two {
  position: relative;
  transform: rotate(10deg);
  display: flex;
  justify-content: flex-end;
  margin-top: -180px;
  margin-right: 92px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .about-nine__image__two {
    margin-right: 45px;
  }
}
@media (max-width: 767px) {
  .about-nine__image__two {
    transform: none;
    margin: 20px 0;
  }
}
.about-nine__image__two img {
  border-radius: 40px;
  max-width: 100%;
  height: auto;
}
.about-nine__experience {
  position: absolute;
  left: -65px;
  bottom: -4px;
  max-width: 232px;
  width: 100%;
  background-color: var(--insur-base);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 46px 20px;
  transform: rotate(10deg);
}
@media (max-width: 767px) {
  .about-nine__experience {
    transform: none;
    position: relative;
    left: 0;
    bottom: 0;
  }
}
.about-nine__experience__number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--insur-white);
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 6px;
}
.about-nine__experience__number .odometer.odometer-auto-theme,
.about-nine__experience__number .odometer.odometer-theme-default {
  font-family: var(--insur-font);
}
.about-nine__experience__text {
  font-size: 20px;
  font-weight: 800;
  color: var(--insur-bdr-color);
  margin: 0;
}
.about-nine__content {
  position: relative;
  margin-left: -30px;
}
@media (max-width: 1199px) {
  .about-nine__content {
    margin: 45px 0 0;
  }
}
.about-nine__content .section-title-six {
  margin-bottom: 13px;
}
.about-nine__content__text {
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 30px;
}
@media (min-width: 1200px) {
  .about-nine__content__text {
    padding-right: 10px;
  }
}
.about-nine__content .thm-btn--eight {
  background-color: var(--insur-black);
}
.about-nine__content .thm-btn--eight::before, .about-nine__content .thm-btn--eight::after {
  background-color: var(--insur-base);
}
.about-nine__box {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .about-nine__box {
    display: block;
  }
}
.about-nine__box li {
  width: 50%;
  position: relative;
  margin: 0 0 40px;
}
@media (max-width: 767px) {
  .about-nine__box li {
    width: 100%;
  }
}
.about-nine__box li:hover .about-nine__box__icon span {
  transform: scale(0.9);
}
.about-nine__box li + li {
  border-left: 1px solid var(--insur-bdr-color);
  padding-left: 30px;
}
@media (max-width: 767px) {
  .about-nine__box li + li {
    border: none;
    padding-left: 0;
  }
}
.about-nine__box__top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 17px;
}
.about-nine__box__icon {
  font-size: 44px;
  color: var(--insur-base);
  flex-shrink: 0;
}
.about-nine__box__icon span {
  display: inline-block;
  transition: all 0.5s ease;
  transform: scale(1);
}
.about-nine__box__title {
  font-size: 16px;
  font-weight: 800;
  margin: 0;
}
.about-nine__box__text {
  line-height: 30px;
  font-weight: 600;
  margin: 0;
}
.about-nine__list {
  margin: 0 0 40px;
  padding: 33px 39px 28px;
  list-style: none;
  border: 1px solid var(--insur-bdr-color);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .about-nine__list {
    padding: 33px 25px 28px;
  }
}
.about-nine__list li {
  font-size: 16px;
  font-weight: 700;
  color: var(--insur-black);
  margin: 0 0 10px;
}
.about-nine__list__icon {
  font-size: 18px;
  color: var(--insur-base);
  margin-right: 15px;
  position: relative;
  top: 2px;
}

.about-ten {
  position: relative;
  padding: 120px 0 158px;
}
@media (max-width: 767px) {
  .about-ten {
    padding: 80px 0;
  }
}
.about-ten__image {
  position: relative;
}
.about-ten__image > img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
.about-ten__image__shape {
position: absolute;

    right: -136%;
    top: 0;

}
.about-ten__image__shape img {
  max-width: 100%;
  animation: float-bob-x 3s infinite linear;
}
@media (max-width: 767px) {
  .about-ten__image__shape {
    display: none;
  }
}
.about-ten__experience {
  position: absolute;
  left: -76px;
  bottom: -38px;
  height: 197px;
  width: 197px;
  background-color: var(--insur-black);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 20px;
  animation: rotatedsmall 5s infinite linear;
}
@keyframes rotatedsmall {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-30deg);
  }
  100% {
    transform: rotate(-45px);
  }
}
@media (max-width: 1299px) {
  .about-ten__experience {
    left: 0;
  }
}
@media (max-width: 991px) {
  .about-ten__experience {
    left: 0;
    bottom: 0;
  }
}
.about-ten__experience__number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--insur-white);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
}
.about-ten__experience__number .odometer.odometer-auto-theme,
.about-ten__experience__number .odometer.odometer-theme-default {
  font-family: var(--insur-font);
  line-height: 1;
}
.about-ten__experience__text {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  color: var(--insur-base);
  margin: 0;
}
.about-ten__content {
  position: relative;
  padding: 0 0 0 50px;
}
@media (max-width: 1199px) {
  .about-ten__content {
    padding-left: 10px;
  }
}
@media (max-width: 991px) {
  .about-ten__content {
    padding: 45px 0 0;
  }
}
.about-ten__content .section-title-seven {
  margin-bottom: 13px;
}
.about-ten__content__text {
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 30px;
}
.about-ten__content__bottom {
  position: relative;
  z-index: 2;
  background-color: var(--insur-extra);
  border-radius: 10px 10px 0 0;
  margin-left: -166px;
  padding: 20px 0 0 20px;
}
@media (max-width: 991px) {
  .about-ten__content__bottom {
    margin-left: 0;
  }
}
.about-ten__content__bottom::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 192px;
  background-color: var(--insur-white);
  border-radius: 10px 10px 0 0;
  content: "";
  z-index: -1;
}
.about-ten__content__bottom::before {
  position: absolute;
  right: 0;
  top: 120px;
  width: 369px;
  height: 1px;
  background-color: var(--insur-white);
  content: "";
  z-index: -1;
}
.about-ten__content__image {
  position: relative;
}
.about-ten__content__image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.about-ten__fact-wrapper {
  position: relative;
  margin-left: -11px;
}
@media (max-width: 767px) {
  .about-ten__fact-wrapper {
    margin-left: 0;
    margin-top: 20px;
  }
}
.about-ten__fact {
  position: relative;
  min-height: 98px;
  padding: 14px 0 0 137px;
}
.about-ten__fact__icon {
  height: 98px;
  width: 95px;
  background-color: var(--insur-white);
  border-radius: 10px 10px 0 0;
  font-size: 50px;
  color: var(--insur-black);
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1.5px solid var(--insur-base);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  left: 0;
  top: 0;
}
.about-ten__fact__icon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  content: "";
  background-color: var(--insur-base);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}
.about-ten__fact__icon span {
  display: inline-block;
  transition: all 500ms ease;
  transform: scale(1);
}
.about-ten__fact:hover .about-ten__fact__icon {
  color: var(--insur-white);
}
.about-ten__fact:hover .about-ten__fact__icon::after {
  opacity: 1;
  transform: scaleY(1);
}
.about-ten__fact:hover .about-ten__fact__icon span {
  transform: scale(0.9);
}
.about-ten__fact__number {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
  color: var(--insur-black);
  line-height: 1;
  margin-bottom: -4px;
}
.about-ten__fact__number .odometer.odometer-auto-theme,
.about-ten__fact__number .odometer.odometer-theme-default {
  font-family: var(--insur-font);
  line-height: 1;
}
.about-ten__fact__number .odometer-formatting-mark {
  display: none;
}
.about-ten__fact__text {
  font-size: 14px;
  font-weight: 600;
  color: var(--insur-gray);
  margin: 0;
}
.about-ten__fact--last {
  position: relative;
}
.about-ten__fact--last .about-ten__fact__icon {
  border-bottom: none;
  border-top: 1.5px solid var(--insur-base);
  border-radius: 0 0 10px 10px;
}
.about-ten__list {
  position: relative;
  margin: 59px 0 38px;
  padding: 0;
  list-style: none;
}
.about-ten__list li {
  font-size: 16px;
  font-weight: 700;
  color: var(--insur-black);
  margin: 0 0 10px;
}
.about-ten__list__icon {
  font-size: 18px;
  color: var(--insur-base);
  margin-right: 15px;
  position: relative;
  top: 2px;
}

/*--------------------------------------------------------------
# Service
--------------------------------------------------------------*/
.services-eight {
  position: relative;
  background-color: var(--insur-extra);
  padding: 120px 0 245px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .services-eight {
    padding: 80px 0 200px;
  }
}
.services-eight .section-title-six {
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .services-eight .section-title-six {
    margin-bottom: 40px;
  }
}
.services-eight__carousel.owl-carousel {
  position: relative;
}
.services-eight__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}
.services-eight__carousel.owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}
.services-eight__carousel.owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.services-eight__carousel.owl-carousel .owl-nav {
  position: absolute;
  right: 0;
  top: -174px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  gap: 10px;
}
@media (max-width: 767px) {
  .services-eight__carousel.owl-carousel .owl-nav {
    position: relative;
    top: 0;
    justify-content: center;
    margin: 30px 0 0;
  }
}
.services-eight__carousel.owl-carousel .owl-nav button {
  transition: all 500ms ease;
  width: 51px;
  height: 51px;
  background-color: var(--insur-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--insur-black);
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
}
.services-eight__carousel.owl-carousel .owl-nav button:hover {
  background-color: var(--insur-base);
  color: var(--insur-white);
}
.services-eight__carousel.owl-carousel .owl-dots {
  width: 100%;
  height: 2px;
  background-color: var(--insur-bdr-color);
  position: absolute;
  left: 0;
  top: -60px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(3, 1fr);
  z-index: 9;
}
@media (max-width: 767px) {
  .services-eight__carousel.owl-carousel .owl-dots {
    display: none;
  }
}
.services-eight__carousel.owl-carousel .owl-dots button {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: transparent;
  margin: 0;
  padding: 0;
  transition: all 500ms ease;
  z-index: 9;
  cursor: pointer;
}
.services-eight__carousel.owl-carousel .owl-dots button span {
  display: none;
}
.services-eight__carousel.owl-carousel .owl-dots button:hover, .services-eight__carousel.owl-carousel .owl-dots button.active {
  background-color: var(--insur-base);
}
.services-eight__single {
  position: relative;
  z-index: 2;
  background-color: var(--insur-white);
  border-radius: 10px;
  padding: 1px 40px 32px;
  margin-top: 25px;
  box-shadow: 2px 4px 30px 0px rgba(0, 0, 0, 0.08);
  transition: all 500ms ease;
}
@media (max-width: 1199px) {
  .services-eight__single {
    padding: 1px 20px 32px;
  }
}
.services-eight__single::after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 93px;
  width: 93px;
  content: "";
  z-index: -1;
  background-color: var(--insur-bdr-color);
  transition: all 500ms ease;
  mask: url('data:image/svg+xml;utf8,<svg viewBox="0 0 93 93" xmlns="http://www.w3.org/2000/svg"><path d="M53.7656 64.3846C44.5389 92.7651 3 92.3621 0 93H83C88.5229 93 93 88.5228 93 83V22.8923V0C82.1861 47.9899 65.9651 26.86 53.7656 64.3846Z"/></svg>');
  mask-repeat: no-repeat;
  mask-position: top right;
  mask-size: cover;
}
.services-eight__single::before {
  background-color: var(--insur-base);
  position: absolute;
  top: 0;
  height: 0;
  left: 0;
  right: 0;
  content: "";
  transition: all 500ms ease;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
}
.services-eight__single:hover::before {
  opacity: 1;
  height: 100%;
}
.services-eight__single__image {
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
  margin-top: -25px;
}
.services-eight__single__image img {
  width: 100%;
  height: auto;
}
.services-eight__single__middle {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-top: -13px;
  margin-bottom: 21px;
}
.services-eight__single__middle::after {
  position: absolute;
  left: 78px;
  bottom: 0;
  width: calc(100% - 78px);
  height: 1px;
  content: "";
  background-color: var(--insur-bdr-color);
  transition: all 400ms ease;
}
.services-eight__single:hover .services-eight__single__middle::after {
  background-color: var(--insur-white);
}
.services-eight__single__icon {
  width: 78px;
  height: 88px;
  background-color: var(--insur-base);
  border-radius: 0 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  color: var(--insur-white);
  transition: all 400ms ease;
}
.services-eight__single__icon span {
  position: relative;
  top: 2px;
  display: inline-block;
  transition: all 0.5s ease;
}
.services-eight__single:hover .services-eight__single__icon {
  background-color: var(--insur-white);
  color: var(--insur-base);
}
.services-eight__single:hover .services-eight__single__icon span {
  transform: rotateY(180deg);
}
.services-eight__single__title {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 0;
  position: relative;
  top: -5px;
}
.services-eight__single__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.services-eight__single__title a:hover {
  background-size: 100% 1px;
}
.services-eight__single:hover .services-eight__single__title {
  color: var(--insur-white);
}
.services-eight__single__text {
  line-height: 30px;
  font-weight: 600;
  margin: 0;
  transition: all 400ms ease;
}
.services-eight__single:hover .services-eight__single__text {
  color: var(--insur-bdr-color);
}

.services-nine {
  position: relative;
  background-color: var(--insur-extra);
  padding: 120px 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 767px) {
  .services-nine {
    padding: 80px 0;
  }
}
.services-nine .row {
  --bs-gutter-x: 0;
}
.services-nine__bg {
  width: 100%;
  height: 494px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.services-nine__bg::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--insur-base);
  opacity: 0.9;
}
.services-nine__single {
  position: relative;
  z-index: 2;
  background-color: var(--insur-white);
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
  transition: all 500ms ease;
}
.services-nine__single__content {
  position: relative;
  padding: 40px 40px 50px;
}
.services-nine__single__icon {
  width: 90px;
  height: 90px;
  background-color: rgba(var(--insur-base-rgb), 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 50px;
  color: var(--insur-base);
  transition: all 400ms ease;
}
.services-nine__single__icon span {
  display: inline-block;
  transition: all 500ms ease;
  transform: scale(1);
}
.services-nine__single__icon::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  content: "";
  background-color: var(--insur-base);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}
.services-nine__single:hover .services-nine__single__icon {
  color: var(--insur-white);
}
.services-nine__single:hover .services-nine__single__icon span {
  transform: scale(0.9);
}
.services-nine__single:hover .services-nine__single__icon::after {
  opacity: 1;
  transform: scaleY(1);
}
.services-nine__single__title {
  font-size: 24px;
  font-weight: 800;
  margin: 24px 0 16px;
}
.services-nine__single__title a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.services-nine__single__title a:hover {
  color: var(--insur-base);
  background-size: 100% 1px;
}
.services-nine__single__text {
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 21px;
}
.services-nine__single__rm {
  display: inline-block;
  position: relative;
  background-color: rgba(var(--insur-base-rgb), 0.1);
  border: 1px solid var(--insur-bdr-color);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  color: var(--insur-base);
  transition: all 500ms ease;
  padding: 6px 19px;
}
.services-nine__single__rm span {
  margin-left: 8px;
  font-size: 18px;
  position: relative;
  top: 2.5px;
  transform: rotate(30deg);
  display: inline-block;
}
.services-nine__single__rm:hover {
  background-color: var(--insur-base);
  color: var(--insur-white);
}
.services-nine__single__image {
  position: relative;
  z-index: 2;
}
.services-nine__single__image img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# CTA
--------------------------------------------------------------*/
.cta-seven {
  position: relative;
  margin-top: -86px;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .cta-seven {
    padding-bottom: 80px;
  }
}
.cta-seven__inner {
  position: relative;
  background-color: var(--insur-base);
  border-radius: 10px;
  padding: 0 58px;
}
@media (max-width: 991px) {
  .cta-seven__inner {
    padding: 0 20px 50px;
    text-align: center;
  }
}
.cta-seven__inner::after {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 214px;
  content: "";
  border-radius: 0 10px 10px 0;
  background-color: var(--insur-black);
  clip-path: polygon(64% 0, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 991px) {
  .cta-seven__inner::after {
    display: none;
  }
}
.cta-seven__inner .thm-btn--eight {
  background-color: var(--insur-white);
  color: var(--insur-black);
  margin-left: auto;
  width: 191px;
  display: flex;
}
@media (max-width: 991px) {
  .cta-seven__inner .thm-btn--eight {
    justify-content: center;
    margin: 30px auto 0;
  }
}
.cta-seven__inner .thm-btn--eight:hover {
  color: var(--insur-white);
}
.cta-seven img {
  max-width: 100%;
  margin: -40px 0 24px;
  animation: float-bob-x 2s infinite linear;
}
@media (max-width: 991px) {
  .cta-seven img {
    margin-left: auto;
    margin-right: auto;
  }
}
.cta-seven__content {
  position: relative;
}
.cta-seven__sub-title {
  font-size: 14px;
  color: var(--insur-bdr-color);
  font-weight: 700;
  margin: 0 0 3px;
}
.cta-seven__title {
  color: var(--insur-white);
  margin: 0;
  font-size: 30px;
  font-weight: 800;
}

.cta-eight {
  position: relative;
  padding: 357px 0 100px;
  background-color: var(--insur-black);
  z-index: 1;
}
@media (max-width: 767px) {
  .cta-eight {
    padding: 335px 0 80px;
  }
}
.cta-eight__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
}
.cta-eight__border {
  position: relative;
  z-index: 2;
  background-color: rgba(var(--insur-white-rgb), 0.1);
  height: 1px;
  width: 100%;
  margin: 0 0 60px;
}
@media (max-width: 991px) {
  .cta-eight__border {
    padding: 0 0;
  }
}
.cta-eight__content {
  position: relative;
}
.cta-eight__sub-title {
  font-size: 14px;
  color: var(--insur-gray);
  font-weight: 600;
  margin: 0 0 3px;
}
.cta-eight__title {
  color: var(--insur-white);
  margin: 0;
  font-size: 30px;
  font-weight: 800;
}
.cta-eight .thm-btn--eight {
  margin-left: auto;
  width: 193px;
  display: flex;
}
@media (max-width: 767px) {
  .cta-eight .thm-btn--eight {
    justify-content: flex-start;
    margin: 30px 0 0;
  }
}
.cta-eight .thm-btn--eight::after, .cta-eight .thm-btn--eight::before {
  background-color: var(--insur-white);
}
.cta-eight .thm-btn--eight:hover {
  color: var(--insur-black);
}


/*--------------------------------------------------------------
# Events One
--------------------------------------------------------------*/
.events-one {
  position: relative;
  display: block;
  background-color: #ffebdb;
  padding: 120px 0 120px;
  z-index: 1;
}

.events-one-shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.15;
  z-index: -1;
}

.events-one__left {
  position: relative;
  display: block;
  z-index: 3;
}

.events-one__left .section-title {
  margin-bottom: 28px;
}

.events-one__text-1 {
  font-size: 16px;
  margin-right: 83px;
  color: #707876;
}

.events-one__btn {
  margin-top: 41px;
}

.events-one__right {
  position: relative;
  display: block;
  margin-left: -30px;
  margin-right: -50px;
}

.events-one__carousel {
  position: relative;
  display: block;
}

.events-one__single {
  position: relative;
  display: block;
  -webkit-box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 12px 15px 0px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}

.events-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

.events-one__img:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgb(33, 45, 43);
  background: linear-gradient(180deg, rgba(33, 45, 43, 0.0088410364) 17%, var(--insur-gradient)d9 97%);
  z-index: 1;
}

.events-one__img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--oxpins-black-rgb), 0.3);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: top center;
  border-radius: 20px;
  z-index: 1;
}

.events-one__single:hover .events-one__img:after {
  transform: scale(1, 1);
  transform-origin: bottom center;
}

.events-one__img img {
  width: 100%;
  border-radius: 20px;
  transform: scale(1);
  transition: transform 500ms ease;
}

.events-one__single:hover .events-one__img img {
  transform: scale(1.05);
}

.events-one__date {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--insur-gradient);
  padding: 6px 25px;
  border-radius: 15px;
  z-index: 2;
}

.events-one__date p {
  font-size: 18px;
  color:white;
  line-height: 18px;
 font-family:"Merienda", cursive;
  font-weight: 700;
}

.events-one__content {
  position: absolute;
  bottom: 24px;
  left: 30px;
  z-index: 2;
}

.events-one__meta {
  position: relative;
  display: flex;
  align-items: center;
}

.events-one__meta li {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: white;
  font-weight: 600;
}

.events-one__meta li + li {
  margin-left: 6px;
}

.events-one__meta li i {
  padding-right: 5px;
  color: white;
}

.events-one__title {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 28px;
}

.events-one__title a {
  color: white;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.events-one__single:hover .events-one__title a {
  color:white;
}

.events-one__carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.events-one__carousel.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.events-one__carousel.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.events-one__carousel.owl-theme .owl-nav {
  position: absolute;
  bottom: -70px;
  right: 0px;
  margin: 0;
}

.events-one__carousel.owl-theme .owl-nav .owl-next {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: var(--oxpins-black);
  border: 2px solid var(--oxpins-black);
  font-size: 15px;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.events-one__carousel.owl-theme .owl-nav .owl-prev {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: var(--oxpins-black);
  border: 2px solid var(--oxpins-black);
  font-size: 15px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.events-one__carousel.owl-theme .owl-nav .owl-next {
  margin-left: 5px;
}

.events-one__carousel.owl-theme .owl-nav .owl-prev {
  margin-right: 5px;
}

.events-one__carousel.owl-theme .owl-nav .owl-next:hover,
.events-one__carousel.owl-theme .owl-nav .owl-prev:hover {
  background-color: var(--oxpins-base);
  color: var(--oxpins-white);
  border: 2px solid var(--oxpins-base);
}


/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
  position: relative;
  display: block;
  padding: 0 0 90px;
  z-index: 1;
}

.services-three__inner {
  position: relative;
  display: block;
  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-shape-1 img {
  width: auto;
}

.services-three__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.services-three .section-title {
  margin-bottom: 0;
}

.services-three__img {
  position: relative;
  display: block;
  border-radius:10px;
  overflow: hidden;
  z-index: 1;
}

.services-three__img::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: var(--insur-gradient)a3;
  background: linear-gradient(0deg, rgb(254 77 5 / 64%) 14%, rgba(22, 36, 61, 0.0368522409) 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: all 500ms ease;
  transform: translate3d(0px, -100%, 0px);
}

.services-three__single:hover .services-three__img:after {
  transform: translate3d(0px, 0, 0px);
}

.services-three__img img {
  width: 100%;
  border-radius: var(--insur-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.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;
  color:white;
  line-height: 24px;
  letter-spacing: var(--insur-letter-spacing);
}

.services-three__title a {
  color: var(--insur-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__single:hover .services-three__title a {
    color: #03292b;;
}

.services-three__get-quote {
  position: relative;
  display: block;
  background-color: var(--insur-extra);
  border-radius: var(--insur-bdr-radius);
  padding: 39px 60px 50px;
}

.services-three__get-quote-sub-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  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 12px;
  font-size: 14px;
}




/* BUTTON */
.video {
  position: relative;
  height: 100%;
  min-height: 400px;
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../img/about.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

.video .btn-play {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--bs-secondary);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: var(--bs-primary);
  border-radius: 50%;
  transition: all 200ms;
}

.video .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid var(--bs-white);
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
      opacity: 1;
  }

  100% {
      transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
      opacity: 0;
  }
}

#videoModal {
  z-index: 99999;
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  background: #000000;
  opacity: 1;
}

.video.border {
  border-radius: 50% 20% / 10% 40%;
}
.cs_main_header_right {
  display: flex; /* Use flexbox for alignment */
  align-items: center; /* Vertically center the buttons */
  gap: 60px; /* Optional: Space between buttons */
}
.virtual-tour-text {
  font-size: 23px;
  margin-left: -26px;
  color: black;
  font-family: 'Merienda';
  font-weight: 600;

}


.btn-play {

  padding: 10px 15px; }

.loader{
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100vh;
  /*width: 100%;*/
  z-index: 9999999999999;
  overflow: hidden;
  background-image:linear-gradient(to right, #f262ab, #ed529d, #e7418f, #e12c81, #db0773);
}

.loader .inner-loader{
  height: 100vh;
}
.loader .spinner{
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1;
  width: 15%;
}


#preloader {
  position: fixed;
  top: 0;
  z-index: 99999;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-image: linear-gradient(to right, #f262ab, #ed529d, #e7418f, #e12c81, #db0773);
}
.preloader-inner {
  height: 9.375rem;
  line-height: 9.375rem;
  width: 9.375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50% , -50%);
  -ms-transform: translate(-50% , -50%);
  -o-transform: translate(-50% , -50%);
  transform: translate(-50% , -50%);
}
.preloader-inner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid rgb(235, 227, 227);
  animation: rotate 5s infinite linear;
}
.preloader-inner img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px; /* Adjust the size of the image */
}

.preloader-icon {
    display: inline-block;
    font-size: 3.75rem;
    -webkit-animation: zoom2 3s infinite linear;
    -ms-animation: zoom2 3s infinite linear;
    -o-animation: zoom2 3s infinite linear;
    animation: zoom2 3s infinite linear;
    padding: 43px;
}

@-webkit-keyframes zoom2 {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoom2 {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  25% {
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  75% {
    -webkit-transform: rotateY(270deg);
    -ms-transform: rotateY(270deg);
    -o-transform: rotateY(270deg);
    transform: rotateY(270deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotate{
  0% {
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  25% {
    -webkit-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  50% {
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  75% {
    -webkit-transform: rotateY(270deg);
    -ms-transform: rotateY(270deg);
    -o-transform: rotateY(270deg);
    transform: rotateY(270deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}





.particle, .particle:after {
  background: transparent;
}

.particle:after {
  position: absolute;
  content: "";
  top: 2560px;
}

.particle-1 {
  animation: animParticle 60s linear infinite;
  box-shadow: 0px 0px #fff, 2237px 842px #fff, 2554px 1182px #fff, 310px 1031px #fff, 1495px 182px #fff, 1544px 1091px #fff, 879px 741px #fff, 229px 1006px #fff, 1564px 16px #fff, 2082px 329px #fff, 1292px 1591px #fff, 1564px 135px #fff, 1849px 847px #fff, 1224px 1542px #fff, 2241px 1567px #fff, 589px 507px #fff, 1457px 2240px #fff, 1202px 2433px #fff, 1581px 248px #fff, 1085px 2104px #fff, 2557px 2527px #fff, 784px 136px #fff, 1961px 207px #fff, 860px 702px #fff, 2380px 2266px #fff, 1444px 885px #fff, 435px 1503px #fff, 1332px 2354px #fff, 1955px 1323px #fff, 494px 1893px #fff, 409px 1395px #fff, 2114px 2009px #fff, 1384px 783px #fff, 633px 2366px #fff, 600px 1348px #fff, 963px 2290px #fff, 527px 1746px #fff, 692px 1863px #fff, 439px 548px #fff, 1201px 1447px #fff, 1072px 190px #fff, 845px 868px #fff, 476px 1369px #fff, 1075px 1574px #fff, 2296px 2203px #fff, 1243px 642px #fff, 264px 353px #fff, 840px 224px #fff, 778px 1208px #fff, 1689px 906px #fff, 944px 1095px #fff, 1620px 536px #fff, 852px 2145px #fff, 595px 469px #fff, 2488px 952px #fff, 1755px 271px #fff, 380px 2023px #fff, 2275px 76px #fff, 3px 1351px #fff, 1011px 1712px #fff, 2381px 2415px #fff, 547px 2465px #fff, 1732px 1336px #fff, 1019px 44px #fff, 2118px 324px #fff, 90px 1694px #fff, 1276px 1024px #fff, 424px 96px #fff, 733px 2411px #fff, 2487px 1468px #fff, 2225px 2063px #fff, 407px 2100px #fff, 1143px 2410px #fff, 186px 580px #fff, 325px 917px #fff, 1192px 2220px #fff, 1716px 465px #fff, 2016px 998px #fff, 1951px 477px #fff, 313px 311px #fff, 421px 2131px #fff, 23px 2390px #fff, 1284px 666px #fff, 2035px 1325px #fff, 2035px 2403px #fff, 768px 1986px #fff, 2342px 370px #fff, 933px 582px #fff, 2460px 2535px #fff, 2463px 2265px #fff, 1881px 1188px #fff, 1019px 579px #fff, 1277px 2136px #fff, 565px 583px #fff, 1435px 2139px #fff, 527px 47px #fff, 2537px 2486px #fff, 1810px 1085px #fff, 635px 1372px #fff, 2084px 2197px #fff, 1761px 234px #fff, 2124px 1066px #fff, 407px 106px #fff, 56px 2043px #fff, 1248px 1386px #fff, 2114px 2555px #fff, 271px 645px #fff, 1444px 68px #fff, 1581px 2000px #fff, 1289px 406px #fff, 2105px 155px #fff, 2229px 1849px #fff, 2047px 2404px #fff, 1710px 1871px #fff, 2006px 785px #fff, 2365px 2534px #fff, 2558px 383px #fff, 432px 860px #fff, 2535px 1555px #fff, 1480px 804px #fff, 2238px 1200px #fff, 2346px 870px #fff, 2040px 803px #fff, 523px 1929px #fff, 1469px 1363px #fff, 2499px 421px #fff, 710px 843px #fff, 1256px 432px #fff, 1767px 1925px #fff, 2214px 199px #fff, 1972px 375px #fff, 1105px 346px #fff, 13px 1709px #fff, 819px 223px #fff, 1596px 1664px #fff, 1955px 2457px #fff, 1901px 936px #fff, 2416px 1537px #fff, 2252px 1912px #fff, 1586px 2490px #fff, 1861px 838px #fff, 1104px 518px #fff, 2190px 786px #fff, 555px 960px #fff, 61px 1147px #fff, 1747px 2174px #fff, 2386px 490px #fff, 2493px 1484px #fff, 675px 1682px #fff, 1685px 1308px #fff, 1068px 2173px #fff, 1466px 460px #fff, 1011px 1166px #fff, 407px 2433px #fff, 2344px 1818px #fff, 302px 36px #fff, 2222px 542px #fff, 251px 1042px #fff, 1796px 2493px #fff, 845px 1177px #fff, 1672px 83px #fff, 1080px 1551px #fff, 2482px 993px #fff, 1492px 1689px #fff, 2362px 1038px #fff, 968px 1847px #fff, 2150px 2323px #fff, 2191px 2432px #fff, 1059px 450px #fff, 1938px 1px #fff, 504px 1734px #fff, 1547px 2518px #fff, 667px 1661px #fff, 1279px 2479px #fff, 1912px 1002px #fff, 2312px 1315px #fff, 621px 714px #fff, 1299px 1988px #fff, 1368px 439px #fff, 2059px 854px #fff, 2100px 222px #fff, 2297px 1046px #fff, 225px 1212px #fff, 1551px 1342px #fff, 647px 618px #fff, 824px 1651px #fff, 1704px 91px #fff, 1912px 1688px #fff, 446px 2530px #fff, 1527px 678px #fff, 1112px 2272px #fff, 747px 2316px #fff, 27px 1366px #fff, 2323px 1849px #fff, 962px 741px #fff, 1664px 1953px #fff, 2064px 1534px #fff, 1258px 411px #fff, 490px 473px #fff, 2399px 728px #fff, 1376px 2340px #fff, 830px 2233px #fff, 1812px 926px #fff, 2143px 2527px #fff, 32px 2123px #fff, 2493px 2036px #fff, 1296px 1759px #fff, 1001px 635px #fff, 984px 871px #fff, 28px 320px #fff, 2475px 1604px #fff, 1998px 1126px #fff, 2093px 2367px #fff, 991px 1336px #fff, 1242px 104px #fff, 141px 2240px #fff, 876px 1309px #fff, 651px 2472px #fff, 2547px 879px #fff, 1943px 77px #fff, 322px 1570px #fff, 837px 783px #fff, 1675px 2530px #fff, 193px 127px #fff, 1234px 91px #fff, 1495px 1846px #fff, 2331px 2008px #fff, 992px 222px #fff, 1765px 372px #fff, 1539px 2450px #fff, 1836px 1816px #fff, 1328px 2108px #fff, 313px 1569px #fff, 1107px 819px #fff, 39px 1521px #fff, 2367px 2161px #fff, 2410px 1688px #fff, 36px 218px #fff, 1655px 1120px #fff, 315px 215px #fff, 407px 949px #fff, 1948px 17px #fff, 571px 1214px #fff, 1056px 1318px #fff, 1870px 395px #fff, 1162px 99px #fff, 1414px 1620px #fff, 2174px 2464px #fff, 333px 261px #fff, 2328px 46px #fff, 2470px 1043px #fff, 1931px 368px #fff, 2462px 1035px #fff, 944px 647px #fff, 910px 36px #fff, 1048px 2556px #fff, 1518px 2411px #fff, 1008px 1466px #fff, 304px 1697px #fff, 2055px 401px #fff, 1268px 695px #fff, 2159px 142px #fff, 691px 1638px #fff, 2039px 839px #fff, 1831px 960px #fff, 2366px 1575px #fff, 1024px 1953px #fff, 2493px 941px #fff, 2487px 1014px #fff, 246px 322px #fff, 1758px 1874px #fff, 624px 1146px #fff, 2064px 95px #fff, 1577px 1407px #fff, 2162px 1045px #fff, 1708px 1339px #fff, 1549px 604px #fff, 1266px 1640px #fff, 1604px 2238px #fff, 226px 165px #fff, 723px 2320px #fff, 1968px 2383px #fff, 1909px 2531px #fff, 1545px 839px #fff, 384px 536px #fff, 1151px 141px #fff, 2544px 1513px #fff, 1644px 477px #fff, 479px 709px #fff, 959px 911px #fff, 391px 1086px #fff, 1432px 1731px #fff, 2519px 808px #fff, 1307px 1183px #fff, 2506px 2215px #fff, 2193px 1058px #fff, 2372px 1360px #fff, 572px 2401px #fff, 2542px 2098px #fff, 1684px 2039px #fff, 1622px 1856px #fff, 2514px 957px #fff, 1082px 2306px #fff, 1283px 788px #fff, 2520px 1270px #fff, 516px 772px #fff, 1948px 2321px #fff, 1224px 996px #fff, 1026px 423px #fff, 332px 2108px #fff, 1327px 1465px #fff, 2273px 292px #fff, 1970px 263px #fff, 902px 786px #fff, 433px 2329px #fff, 108px 596px #fff, 2436px 1057px #fff, 1494px 1847px #fff, 1408px 1705px #fff, 1125px 1605px #fff, 354px 311px #fff, 899px 2116px #fff, 1253px 2553px #fff, 1492px 1913px #fff, 583px 1234px #fff, 1972px 285px #fff, 2543px 2164px #fff, 1617px 1296px #fff, 614px 1860px #fff, 1151px 2131px #fff, 1337px 291px #fff, 1909px 889px #fff, 1908px 784px #fff, 1729px 409px #fff, 1580px 2437px #fff, 189px 2211px #fff, 2183px 522px #fff, 921px 635px #fff, 1040px 1930px #fff, 1785px 1011px #fff, 1577px 870px #fff, 1260px 2274px #fff, 2308px 1193px #fff, 1308px 1736px #fff, 2512px 2471px #fff, 2093px 2540px #fff, 796px 1639px #fff, 2392px 2419px #fff, 933px 523px #fff, 154px 1334px #fff, 2120px 570px #fff, 2043px 1630px #fff, 689px 1103px #fff, 2511px 75px #fff, 129px 798px #fff, 1469px 775px #fff, 332px 778px #fff, 1788px 978px #fff, 108px 575px #fff, 359px 565px #fff, 1149px 1228px #fff, 156px 44px #fff, 2235px 705px #fff, 2025px 435px #fff, 1358px 56px #fff, 1634px 1132px #fff, 448px 2166px #fff, 1147px 646px #fff, 1134px 788px #fff, 428px 596px #fff, 2558px 1428px #fff, 2118px 2260px #fff, 131px 1306px #fff, 30px 475px #fff, 2005px 1577px #fff, 1904px 445px #fff, 1692px 333px #fff, 1976px 2245px #fff, 427px 946px #fff, 347px 692px #fff, 1888px 72px #fff, 2116px 1347px #fff, 916px 1610px #fff, 2196px 649px #fff, 1715px 1216px #fff, 1835px 115px #fff, 537px 737px #fff, 326px 678px #fff, 2003px 2055px #fff, 1216px 2339px #fff, 1297px 2505px #fff, 1802px 2295px #fff, 2018px 879px #fff, 1826px 565px #fff, 405px 760px #fff, 1217px 1597px #fff, 1287px 603px #fff, 2227px 341px #fff, 1888px 1422px #fff, 1316px 479px #fff, 2007px 1431px #fff, 210px 838px #fff, 968px 1589px #fff, 21px 34px #fff, 2064px 1538px #fff, 2509px 1875px #fff, 2127px 769px #fff, 915px 707px #fff, 257px 1428px #fff, 1589px 738px #fff, 151px 722px #fff, 2253px 1230px #fff, 2286px 1239px #fff, 2365px 91px #fff, 454px 292px #fff, 760px 480px #fff, 910px 1391px #fff, 287px 963px #fff, 1466px 999px #fff, 408px 478px #fff, 424px 1774px #fff, 1687px 323px #fff, 1678px 249px #fff, 1496px 1665px #fff, 1767px 712px #fff, 1961px 1298px #fff, 2150px 2311px #fff, 2174px 714px #fff, 1679px 496px #fff, 1448px 2059px #fff, 1635px 2148px #fff, 336px 1162px #fff, 1774px 2371px #fff, 1312px 1179px #fff, 1487px 1866px #fff, 250px 363px #fff, 40px 1644px #fff, 2068px 1704px #fff, 1891px 136px #fff, 1662px 528px #fff, 238px 597px #fff, 2279px 773px #fff, 1600px 1366px #fff, 2103px 1234px #fff, 1198px 1236px #fff, 2427px 177px #fff, 2254px 2229px #fff, 527px 300px #fff, 1656px 1847px #fff, 298px 2352px #fff, 1969px 2329px #fff, 2162px 2522px #fff, 461px 2107px #fff, 2185px 312px #fff, 724px 776px #fff, 932px 785px #fff, 1337px 1857px #fff, 2372px 831px #fff, 6px 1878px #fff, 1015px 961px #fff, 2512px 273px #fff, 1506px 1338px #fff, 641px 1910px #fff, 2379px 2397px #fff, 329px 1128px #fff, 176px 1970px #fff, 623px 1375px #fff, 1785px 154px #fff, 779px 492px #fff, 2426px 1629px #fff, 1336px 783px #fff, 482px 640px #fff, 1442px 2548px #fff, 2072px 2104px #fff, 49px 2302px #fff, 1466px 1247px #fff, 345px 2039px #fff, 1888px 1528px #fff, 897px 1287px #fff, 1419px 2055px #fff, 551px 1528px #fff, 347px 1183px #fff, 240px 2026px #fff, 318px 1207px #fff, 1827px 413px #fff, 1345px 489px #fff, 2275px 1986px #fff, 2214px 320px #fff, 1207px 1819px #fff, 1022px 921px #fff, 358px 782px #fff, 2537px 1896px #fff, 1363px 131px #fff, 2016px 698px #fff, 1503px 2004px #fff, 1691px 32px #fff, 2431px 1352px #fff, 1597px 1654px #fff, 1810px 93px #fff, 2188px 87px #fff, 1773px 1469px #fff, 2058px 1053px #fff, 15px 798px #fff, 1828px 583px #fff, 1039px 1662px #fff, 1989px 1051px #fff, 216px 107px #fff, 1355px 574px #fff, 2107px 2407px #fff, 1852px 396px #fff, 1656px 289px #fff, 2465px 255px #fff, 1995px 1524px #fff, 2009px 2214px #fff, 275px 18px #fff, 2496px 1774px #fff, 2033px 1609px #fff, 2264px 1500px #fff, 133px 297px #fff, 1653px 1752px #fff, 860px 427px #fff, 2078px 973px #fff, 1176px 298px #fff, 2384px 1554px #fff, 1761px 2284px #fff, 694px 1530px #fff, 2555px 983px #fff, 1885px 354px #fff, 2123px 826px #fff, 1967px 702px #fff, 1257px 669px #fff, 877px 2011px #fff, 1302px 2528px #fff, 299px 631px #fff, 5px 1290px #fff, 1757px 1825px #fff, 1689px 410px #fff, 1435px 1657px #fff, 516px 2448px #fff, 70px 2208px #fff, 2425px 1587px #fff, 675px 1956px #fff, 1304px 1247px #fff, 1714px 1344px #fff, 1700px 183px #fff, 2091px 1501px #fff, 1763px 2278px #fff, 914px 1739px #fff, 312px 22px #fff, 1186px 1813px #fff, 1787px 1650px #fff, 1936px 1562px #fff, 533px 1317px #fff, 360px 1050px #fff, 870px 1897px #fff, 1463px 2226px #fff, 1665px 1462px #fff, 79px 912px #fff, 521px 2177px #fff, 190px 1535px #fff, 2381px 1342px #fff, 581px 25px #fff, 234px 1922px #fff, 349px 735px #fff, 2249px 2484px #fff, 977px 1057px #fff, 2455px 957px #fff, 2454px 1828px #fff, 2513px 2169px #fff, 1963px 1509px #fff, 1676px 439px #fff, 2353px 111px #fff, 2272px 2335px #fff, 12px 1588px #fff, 1103px 639px #fff, 1352px 1146px #fff, 786px 926px #fff, 764px 1029px #fff, 2185px 597px #fff, 255px 1828px #fff, 179px 1449px #fff, 2150px 2314px #fff, 616px 415px #fff, 1951px 1391px #fff, 394px 1115px #fff, 1103px 2404px #fff, 438px 108px #fff, 1105px 2328px #fff, 61px 2004px #fff, 680px 906px #fff, 1044px 2355px #fff, 2363px 2386px #fff, 733px 2371px #fff, 56px 1169px #fff, 2538px 814px #fff, 2361px 1732px #fff, 336px 1120px #fff, 349px 426px #fff, 1315px 257px #fff, 748px 2050px #fff, 471px 1715px #fff, 2242px 1208px #fff, 2122px 960px #fff, 2521px 2030px #fff, 254px 2347px #fff, 2181px 1098px #fff, 758px 945px #fff, 8px 1781px #fff, 360px 1035px #fff, 295px 349px #fff, 1061px 744px #fff, 2075px 559px #fff, 265px 573px #fff, 1216px 2117px #fff, 797px 1705px #fff, 2041px 1649px #fff, 1461px 856px #fff, 1102px 2146px #fff, 1036px 1982px #fff, 505px 30px #fff, 326px 585px #fff, 869px 2053px #fff, 1043px 184px #fff, 2232px 2135px #fff, 54px 2230px #fff, 1502px 2266px #fff, 696px 2179px #fff, 2332px 658px #fff, 1022px 616px #fff, 578px 620px #fff, 1052px 2261px #fff, 377px 2128px #fff, 1618px 1458px #fff, 1070px 183px #fff, 22px 270px #fff, 2340px 1193px #fff, 1200px 1940px #fff, 1924px 1455px #fff, 2407px 1754px #fff, 1434px 481px #fff, 840px 2014px #fff, 1108px 2188px #fff, 2051px 225px #fff, 862px 883px #fff, 1905px 2271px #fff, 516px 170px #fff, 931px 2277px #fff, 923px 308px #fff, 2198px 1480px #fff, 195px 2360px #fff, 1658px 2171px #fff, 2432px 66px #fff, 150px 1288px #fff, 423px 553px #fff, 1639px 34px #fff, 1666px 2550px #fff, 1016px 1790px #fff, 104px 216px #fff, 1891px 1372px #fff, 210px 479px #fff, 1169px 1361px #fff, 1026px 97px #fff, 897px 2234px #fff, 538px 653px #fff, 324px 1593px #fff, 1830px 1895px #fff, 1597px 1773px #fff, 1099px 758px #fff, 2000px 1262px #fff, 688px 993px #fff, 1789px 2478px #fff, 2468px 291px #fff, 1771px 336px #fff, 60px 2363px #fff, 1735px 707px #fff, 2362px 670px #fff, 1365px 862px #fff, 2227px 308px #fff, 773px 1212px #fff, 1648px 333px #fff, 534px 2140px #fff, 2322px 897px #fff, 738px 2435px #fff, 1527px 1795px #fff, 1964px 807px #fff, 1366px 1721px #fff, 72px 455px #fff, 1339px 838px #fff, 287px 1074px #fff, 1549px 2243px #fff, 2531px 2300px #fff, 1981px 1068px #fff, 2200px 2299px #fff, 2147px 1748px #fff, 2348px 2308px #fff, 2340px 1075px #fff, 418px 1091px #fff, 591px 227px #fff, 117px 477px #fff, 2264px 1920px #fff, 256px 163px #fff, 235px 1701px #fff, 1582px 2425px #fff, 2495px 134px #fff, 776px 2350px #fff, 1713px 1519px #fff, 1538px 2041px #fff, 840px 1287px #fff, 1382px 860px #fff, 2558px 1216px #fff, 1282px 1433px #fff, 1772px 2322px #fff, 595px 2207px #fff, 117px 345px #fff, 766px 179px #fff, 928px 691px #fff, 720px 444px #fff, 1164px 1745px #fff, 405px 2532px #fff, 2309px 536px #fff, 1890px 2463px #fff, 1601px 407px #fff, 1802px 988px #fff, 1671px 258px #fff, 41px 1871px #fff, 3px 2107px #fff, 2539px 428px #fff, 1023px 1560px #fff, 1029px 2091px #fff, 38px 1893px #fff, 199px 1419px #fff, 774px 1570px #fff, 1602px 287px #fff, 1497px 1022px #fff, 728px 2327px #fff, 1477px 1484px #fff, 163px 1654px #fff, 298px 2486px #fff, 803px 1727px #fff, 1621px 2278px #fff, 837px 68px #fff, 1238px 2170px #fff, 405px 1698px #fff, 1254px 1640px #fff, 1316px 2333px #fff, 2448px 1509px #fff, 547px 1620px #fff, 311px 1544px #fff, 2217px 854px #fff, 2438px 456px #fff, 2397px 1085px #fff, 491px 310px #fff, 1224px 1789px #fff, 1821px 820px #fff, 1686px 2295px #fff, 765px 374px #fff, 2292px 1234px #fff, 220px 138px #fff, 428px 287px #fff, 1076px 666px #fff, 2006px 719px #fff, 232px 156px #fff, 1264px 382px #fff, 1897px 803px #fff, 1464px 1720px #fff, 734px 1112px #fff, 2319px 1414px #fff, 2325px 782px #fff, 2058px 900px #fff, 2443px 1367px #fff, 1717px 142px #fff, 2374px 1568px #fff, 700px 621px #fff, 2350px 1080px #fff, 1866px 1046px #fff, 506px 1389px #fff, 203px 1592px #fff, 1792px 243px #fff, 114px 2169px #fff, 762px 2466px #fff, 1879px 2401px #fff, 385px 646px #fff, 2502px 584px #fff, 941px 1704px #fff, 606px 450px #fff, 136px 2013px #fff, 481px 614px #fff, 2024px 1181px #fff, 1802px 1835px #fff, 604px 1659px #fff, 881px 140px #fff, 2501px 951px #fff, 263px 2230px #fff, 1734px 2151px #fff, 1507px 1394px #fff, 2335px 579px #fff, 151px 2221px #fff, 1677px 1353px #fff, 1712px 1098px #fff, 1637px 2070px #fff, 1855px 2386px #fff, 2209px 1266px #fff, 853px 1975px #fff, 1950px 2483px #fff, 10px 2469px #fff, 1797px 2341px #fff, 2390px 292px #fff, 1922px 1852px #fff, 2208px 272px #fff, 609px 1828px #fff, 645px 180px #fff, 2303px 608px #fff, 1996px 767px #fff, 1663px 719px #fff, 394px 2014px #fff, 714px 1137px #fff, 1113px 2042px #fff, 1552px 2455px #fff, 1606px 1209px #fff, 1405px 154px #fff, 1842px 306px #fff, 2097px 2419px #fff, 2293px 113px #fff, 2285px 2531px #fff, 1690px 1402px #fff, 971px 470px #fff, 263px 22px #fff, 1885px 2256px #fff, 1886px 829px #fff, 306px 1790px #fff, 2120px 665px #fff, 801px 756px #fff, 431px 1616px #fff, 447px 684px #fff, 880px 1287px #fff, 1445px 2168px #fff, 2184px 235px #fff, 1780px 604px #fff, 1794px 1356px #fff, 1204px 421px #fff, 803px 1756px #fff, 824px 50px #fff, 1713px 2165px #fff, 1675px 1141px #fff, 781px 1934px #fff, 2001px 676px #fff, 1378px 1057px #fff, 1335px 1527px #fff, 2042px 230px #fff, 1337px 1183px #fff, 2435px 905px #fff, 795px 2288px #fff, 1615px 1867px #fff, 2310px 638px #fff, 1808px 736px #fff, 489px 2182px #fff, 1712px 179px #fff, 1462px 130px #fff, 1944px 2325px #fff, 1093px 403px #fff, 2276px 1899px #fff, 1162px 668px #fff, 1714px 1131px #fff, 129px 536px #fff, 994px 44px #fff, 84px 610px #fff, 2305px 1175px #fff, 974px 1138px #fff, 2184px 1534px #fff, 1031px 1313px #fff, 1292px 572px #fff, 1929px 792px #fff, 1545px 639px #fff, 557px 1234px #fff, 1177px 1281px #fff, 1941px 2057px #fff, 2341px 1788px #fff, 927px 1831px #fff, 852px 140px #fff, 419px 2104px #fff, 907px 915px #fff, 527px 1237px #fff, 1406px 584px #fff, 486px 642px #fff, 1570px 1496px #fff, 2436px 1280px #fff, 1590px 2355px #fff, 2039px 418px #fff, 1175px 1405px #fff, 2424px 139px #fff, 1224px 2556px #fff, 2022px 519px #fff, 1978px 1968px #fff, 1867px 1363px #fff, 212px 1823px #fff, 262px 87px #fff, 2160px 2140px #fff, 651px 1398px #fff, 1941px 256px #fff, 1848px 690px #fff, 2427px 805px #fff, 2013px 1337px #fff, 2184px 256px #fff, 1717px 2385px #fff, 2026px 888px #fff, 378px 2262px #fff, 1859px 891px #fff, 2283px 285px #fff, 31px 1911px #fff, 473px 733px #fff, 389px 1322px #fff, 2318px 2231px #fff, 720px 611px #fff, 2339px 2386px #fff, 2554px 1084px #fff, 1580px 2135px #fff, 2342px 1468px #fff, 1343px 2482px #fff, 599px 1869px #fff, 1880px 410px #fff, 2177px 1646px #fff, 2190px 2329px #fff, 2523px 1081px #fff, 1569px 2358px #fff, 1387px 60px #fff, 1515px 1922px #fff, 1201px 198px #fff, 1372px 335px #fff, 1427px 1993px #fff, 472px 1520px #fff, 2394px 1515px #fff, 2022px 2256px #fff, 1356px 826px #fff, 2157px 1882px #fff, 1018px 2146px #fff, 1060px 931px #fff, 733px 604px #fff, 2210px 1724px #fff, 1427px 1847px #fff, 1055px 2273px #fff, 529px 1809px #fff, 1368px 1544px #fff, 1655px 1425px #fff, 1596px 849px #fff, 1847px 1648px #fff, 1242px 835px #fff, 2230px 1188px #fff, 1419px 2111px #fff, 948px 2503px #fff, 545px 197px #fff, 1296px 1606px #fff, 473px 1953px #fff, 1181px 1961px #fff, 484px 1314px #fff, 1233px 2345px #fff, 1662px 251px #fff, 1372px 1074px #fff, 1784px 1507px #fff, 159px 56px #fff, 219px 1020px #fff, 1513px 2096px #fff, 19px 1859px #fff, 1425px 1818px #fff, 1216px 518px #fff, 2065px 1772px #fff, 1379px 1400px #fff, 552px 1657px #fff, 511px 182px #fff, 2291px 938px #fff, 700px 74px #fff, 2356px 2391px #fff, 707px 2208px #fff, 1084px 1774px #fff, 1532px 1087px #fff, 2107px 2360px #fff, 2031px 2515px #fff, 1324px 607px #fff, 242px 287px #fff, 2049px 1947px #fff, 2403px 670px #fff, 121px 2299px #fff, 693px 2350px #fff, 2283px 2006px #fff, 333px 36px #fff, 1906px 1273px #fff, 1941px 2028px #fff, 2166px 1196px #fff, 1339px 354px #fff, 1429px 1740px #fff, 681px 381px #fff, 2044px 1523px #fff, 169px 1368px #fff, 1260px 2544px #fff, 849px 367px #fff, 1581px 2408px #fff, 2112px 1782px #fff, 2348px 1805px #fff, 1772px 113px #fff, 440px 2216px #fff, 565px 2130px #fff, 688px 1189px #fff;
  border-radius: 50%;
  height: 2px;
  width: 2px;
}

.particle-1:after {
  box-shadow: 0px 0px #fff, 21px 740px #fff, 380px 1103px #fff, 1070px 2282px #fff, 498px 1474px #fff, 1937px 1203px #fff, 140px 862px #fff, 820px 1776px #fff, 2027px 2110px #fff, 2507px 333px #fff, 667px 2331px #fff, 2249px 1461px #fff, 512px 1018px #fff, 1683px 2184px #fff, 538px 418px #fff, 1268px 2158px #fff, 488px 1448px #fff, 1755px 322px #fff, 1126px 1320px #fff, 1496px 1192px #fff, 382px 1884px #fff, 470px 1523px #fff, 2033px 2379px #fff, 2190px 424px #fff, 1431px 297px #fff, 170px 770px #fff, 1411px 1880px #fff, 1847px 1959px #fff, 973px 342px #fff, 631px 1205px #fff, 84px 13px #fff, 2326px 1126px #fff, 1137px 1893px #fff, 678px 2539px #fff, 1822px 1972px #fff, 1236px 482px #fff, 1557px 998px #fff, 266px 1367px #fff, 1421px 1870px #fff, 1871px 201px #fff, 1434px 1954px #fff, 798px 208px #fff, 1850px 2321px #fff, 2285px 515px #fff, 402px 108px #fff, 1563px 1591px #fff, 693px 280px #fff, 961px 1754px #fff, 732px 2422px #fff, 2324px 1107px #fff, 1765px 397px #fff, 2284px 504px #fff, 2420px 1710px #fff, 175px 973px #fff, 225px 659px #fff, 2217px 761px #fff, 1550px 242px #fff, 14px 1323px #fff, 824px 438px #fff, 704px 2150px #fff, 904px 703px #fff, 1009px 2240px #fff, 2138px 2068px #fff, 24px 2132px #fff, 650px 2453px #fff, 2162px 1790px #fff, 492px 1554px #fff, 1539px 446px #fff, 863px 2381px #fff, 730px 20px #fff, 1661px 529px #fff, 102px 1969px #fff, 1536px 2554px #fff, 995px 917px #fff, 2px 76px #fff, 228px 1222px #fff, 1549px 1467px #fff, 1844px 1808px #fff, 2052px 576px #fff, 394px 1047px #fff, 256px 637px #fff, 560px 1313px #fff, 1402px 1190px #fff, 573px 149px #fff, 1149px 1020px #fff, 1587px 1546px #fff, 2448px 468px #fff, 643px 1215px #fff, 1788px 816px #fff, 1678px 394px #fff, 1865px 2412px #fff, 186px 270px #fff, 590px 1894px #fff, 683px 546px #fff, 2455px 2312px #fff, 579px 852px #fff, 1728px 2304px #fff, 1937px 2156px #fff, 127px 2044px #fff, 2178px 1295px #fff, 1599px 886px #fff, 2035px 69px #fff, 2228px 864px #fff, 1170px 433px #fff, 1262px 1595px #fff, 2545px 1725px #fff, 1414px 279px #fff, 1377px 1159px #fff, 2543px 1977px #fff, 1457px 1383px #fff, 328px 761px #fff, 626px 2420px #fff, 731px 1788px #fff, 1921px 1291px #fff, 1789px 1048px #fff, 1351px 225px #fff, 63px 1756px #fff, 678px 167px #fff, 989px 1589px #fff, 344px 1891px #fff, 563px 1952px #fff, 834px 329px #fff, 1781px 244px #fff, 1723px 710px #fff, 1513px 2092px #fff, 930px 1605px #fff, 2420px 732px #fff, 1229px 1261px #fff, 1832px 1712px #fff, 345px 1460px #fff, 1929px 134px #fff, 1358px 316px #fff, 2516px 1844px #fff, 1918px 1798px #fff, 2485px 1473px #fff, 296px 1949px #fff, 485px 2239px #fff, 303px 1649px #fff, 228px 743px #fff, 1084px 584px #fff, 370px 1191px #fff, 2493px 957px #fff, 1348px 2097px #fff, 802px 1693px #fff, 1054px 16px #fff, 756px 2357px #fff, 144px 2521px #fff, 764px 168px #fff, 734px 1900px #fff, 970px 1760px #fff, 1410px 2412px #fff, 622px 2071px #fff, 235px 1276px #fff, 433px 536px #fff, 2035px 291px #fff, 467px 1950px #fff, 204px 135px #fff, 2451px 1372px #fff, 757px 884px #fff, 1662px 2493px #fff, 2361px 1302px #fff, 1145px 701px #fff, 2304px 2258px #fff, 1293px 139px #fff, 1164px 669px #fff, 873px 73px #fff, 1588px 604px #fff, 2148px 1695px #fff, 1541px 2192px #fff, 314px 1095px #fff, 2078px 2119px #fff, 2016px 2483px #fff, 1333px 1441px #fff, 431px 1815px #fff, 1595px 1875px #fff, 1206px 2408px #fff, 1685px 2046px #fff, 118px 2429px #fff, 1114px 2195px #fff, 2152px 1541px #fff, 1974px 1608px #fff, 297px 197px #fff, 2530px 737px #fff, 1061px 1471px #fff, 963px 1327px #fff, 942px 864px #fff, 411px 2396px #fff, 1714px 1116px #fff, 566px 1674px #fff, 806px 2428px #fff, 449px 2183px #fff, 1667px 2438px #fff, 647px 2098px #fff, 916px 1855px #fff, 2130px 999px #fff, 671px 372px #fff, 1850px 2404px #fff, 1193px 225px #fff, 294px 2135px #fff, 468px 130px #fff, 54px 1330px #fff, 1918px 332px #fff, 119px 283px #fff, 48px 275px #fff, 2035px 1221px #fff, 841px 1268px #fff, 690px 117px #fff, 1350px 1718px #fff, 2519px 2162px #fff, 911px 1988px #fff, 1013px 976px #fff, 117px 1227px #fff, 1895px 2292px #fff, 771px 2371px #fff, 1204px 738px #fff, 1058px 1556px #fff, 1083px 2226px #fff, 329px 1085px #fff, 720px 330px #fff, 2275px 1067px #fff, 1652px 2274px #fff, 484px 2034px #fff, 760px 1121px #fff, 1951px 2006px #fff, 1561px 102px #fff, 2025px 1070px #fff, 1375px 412px #fff, 1478px 184px #fff, 1911px 1952px #fff, 556px 2119px #fff, 1944px 289px #fff, 959px 485px #fff, 1787px 2491px #fff, 1627px 1501px #fff, 1802px 221px #fff, 1634px 277px #fff, 2083px 638px #fff, 1645px 1863px #fff, 2263px 2230px #fff, 2058px 103px #fff, 2376px 1407px #fff, 1288px 1592px #fff, 1827px 1490px #fff, 1816px 1896px #fff, 934px 1174px #fff, 983px 824px #fff, 14px 877px #fff, 1000px 1657px #fff, 1965px 2272px #fff, 977px 440px #fff, 792px 1659px #fff, 716px 2372px #fff, 883px 801px #fff, 1595px 1360px #fff, 680px 214px #fff, 1488px 1605px #fff, 2213px 349px #fff, 2255px 1713px #fff, 759px 450px #fff, 1269px 849px #fff, 740px 1300px #fff, 959px 1845px #fff, 2476px 2458px #fff, 1062px 544px #fff, 766px 570px #fff, 1786px 2396px #fff, 1244px 1566px #fff, 2204px 1418px #fff, 1001px 495px #fff, 1750px 505px #fff, 2161px 2550px #fff, 934px 1549px #fff, 751px 1727px #fff, 495px 1443px #fff, 705px 538px #fff, 905px 1547px #fff, 1014px 1911px #fff, 317px 1443px #fff, 1321px 2324px #fff, 1491px 589px #fff, 1120px 1687px #fff, 2206px 1500px #fff, 575px 100px #fff, 269px 280px #fff, 908px 2176px #fff, 988px 1638px #fff, 2053px 989px #fff, 1407px 2101px #fff, 288px 1696px #fff, 2126px 2281px #fff, 1495px 2560px #fff, 491px 867px #fff, 2156px 716px #fff, 2195px 308px #fff, 1438px 1242px #fff, 942px 1055px #fff, 2179px 1057px #fff, 1257px 2169px #fff, 31px 1498px #fff, 532px 1438px #fff, 266px 724px #fff, 1656px 1877px #fff, 600px 56px #fff, 381px 654px #fff, 1974px 2208px #fff, 378px 953px #fff, 741px 595px #fff, 1844px 2485px #fff, 2149px 1976px #fff, 928px 685px #fff, 833px 172px #fff, 1007px 561px #fff, 1701px 650px #fff, 1058px 368px #fff, 186px 835px #fff, 1634px 739px #fff, 90px 1613px #fff, 967px 1737px #fff, 2220px 56px #fff, 380px 1312px #fff, 1560px 1272px #fff, 868px 1238px #fff, 593px 2036px #fff, 59px 226px #fff, 2108px 2300px #fff, 236px 2521px #fff, 1735px 765px #fff, 1709px 1703px #fff, 2003px 783px #fff, 368px 1300px #fff, 2516px 654px #fff, 18px 1490px #fff, 2443px 1649px #fff, 526px 1946px #fff, 1289px 302px #fff, 1051px 2476px #fff, 1326px 2424px #fff, 692px 2336px #fff, 2427px 683px #fff, 598px 709px #fff, 271px 1952px #fff, 210px 2123px #fff, 1171px 2482px #fff, 1135px 2467px #fff, 814px 724px #fff, 280px 2448px #fff, 2328px 1407px #fff, 1944px 1747px #fff, 1631px 1976px #fff, 1998px 278px #fff, 1129px 2340px #fff, 2082px 2323px #fff, 2069px 72px #fff, 1210px 1499px #fff, 1198px 1868px #fff, 1613px 2354px #fff, 229px 1172px #fff, 2122px 456px #fff, 539px 992px #fff, 2140px 891px #fff, 1017px 2451px #fff, 1907px 950px #fff, 1229px 97px #fff, 1435px 1292px #fff, 1792px 954px #fff, 2186px 505px #fff, 1323px 1442px #fff, 1692px 967px #fff, 2460px 2100px #fff, 1389px 956px #fff, 399px 432px #fff, 2219px 1675px #fff, 109px 283px #fff, 536px 2196px #fff, 177px 1128px #fff, 1491px 556px #fff, 1020px 1958px #fff, 2067px 2295px #fff, 933px 642px #fff, 2107px 88px #fff, 1674px 706px #fff, 2452px 271px #fff, 591px 1085px #fff, 196px 323px #fff, 2487px 869px #fff, 636px 2275px #fff, 2505px 1375px #fff, 1116px 2266px #fff, 2499px 9px #fff, 2367px 199px #fff, 492px 1066px #fff, 978px 1231px #fff, 518px 1874px #fff, 2134px 451px #fff, 1170px 653px #fff, 1527px 667px #fff, 723px 146px #fff, 710px 2462px #fff, 1868px 304px #fff, 1244px 488px #fff, 1178px 2401px #fff, 620px 1068px #fff, 2423px 585px #fff, 1893px 1738px #fff, 637px 818px #fff, 1210px 1618px #fff, 2086px 1641px #fff, 1223px 1618px #fff, 1381px 1507px #fff, 2203px 975px #fff, 1465px 1328px #fff, 2283px 1180px #fff, 851px 1734px #fff, 2559px 176px #fff, 1416px 1897px #fff, 2556px 1510px #fff, 720px 539px #fff, 2474px 1429px #fff, 1491px 1191px #fff, 2056px 1019px #fff, 1823px 2194px #fff, 2249px 1554px #fff, 1742px 1885px #fff, 139px 258px #fff, 26px 1536px #fff, 2296px 2229px #fff, 1812px 617px #fff, 1389px 2307px #fff, 1693px 950px #fff, 1310px 1114px #fff, 2541px 2272px #fff, 1361px 401px #fff, 82px 1478px #fff, 5px 1896px #fff, 865px 1402px #fff, 1991px 1335px #fff, 1079px 2029px #fff, 2478px 181px #fff, 809px 930px #fff, 678px 2442px #fff, 1626px 2547px #fff, 826px 1149px #fff, 2065px 2162px #fff, 2310px 737px #fff, 589px 2459px #fff, 1741px 2482px #fff, 2234px 1548px #fff, 1110px 1385px #fff, 676px 334px #fff, 2208px 2301px #fff, 1500px 2322px #fff, 350px 2373px #fff, 777px 920px #fff, 1412px 1833px #fff, 150px 1844px #fff, 929px 2050px #fff, 1947px 893px #fff, 2154px 1540px #fff, 1315px 565px #fff, 1591px 2416px #fff, 1620px 386px #fff, 980px 2147px #fff, 1321px 643px #fff, 809px 1154px #fff, 934px 89px #fff, 119px 1630px #fff, 2226px 2111px #fff, 938px 1711px #fff, 990px 1050px #fff, 2160px 1673px #fff, 2203px 2459px #fff, 190px 1623px #fff, 2394px 2216px #fff, 2504px 864px #fff, 1736px 372px #fff, 1796px 1305px #fff, 307px 1668px #fff, 2398px 2113px #fff, 2177px 785px #fff, 72px 782px #fff, 2366px 199px #fff, 614px 2462px #fff, 181px 3px #fff, 814px 1269px #fff, 342px 542px #fff, 1160px 2499px #fff, 927px 205px #fff, 1296px 1381px #fff, 2414px 637px #fff, 1260px 1790px #fff, 1409px 239px #fff, 746px 2115px #fff, 89px 1179px #fff, 1346px 840px #fff, 196px 2122px #fff, 2167px 277px #fff, 1145px 2087px #fff, 2018px 1259px #fff, 1819px 682px #fff, 1515px 1799px #fff, 2418px 1752px #fff, 788px 627px #fff, 2481px 1280px #fff, 944px 1976px #fff, 978px 2111px #fff, 227px 1303px #fff, 2259px 2497px #fff, 389px 1733px #fff, 790px 91px #fff, 407px 1045px #fff, 1410px 1240px #fff, 1246px 303px #fff, 798px 752px #fff, 2181px 2257px #fff, 558px 1725px #fff, 1705px 2476px #fff, 584px 2237px #fff, 631px 737px #fff, 83px 2443px #fff, 1433px 958px #fff, 726px 2403px #fff, 631px 2067px #fff, 1705px 2080px #fff, 269px 1000px #fff, 325px 2092px #fff, 1749px 1818px #fff, 698px 1946px #fff, 741px 2453px #fff, 212px 398px #fff, 1409px 1209px #fff, 785px 1427px #fff, 2177px 1019px #fff, 1997px 705px #fff, 1211px 111px #fff, 57px 1150px #fff, 1485px 782px #fff, 1241px 721px #fff, 876px 2433px #fff, 458px 1458px #fff, 512px 244px #fff, 552px 2265px #fff, 2169px 1862px #fff, 2063px 973px #fff, 1604px 1757px #fff, 1599px 762px #fff, 325px 2275px #fff, 2114px 696px #fff, 243px 190px #fff, 482px 1644px #fff, 2224px 1753px #fff, 668px 572px #fff, 2203px 1767px #fff, 803px 1170px #fff, 862px 1593px #fff, 783px 1427px #fff, 1767px 2290px #fff, 1127px 985px #fff, 1188px 1304px #fff, 812px 2449px #fff, 579px 719px #fff, 1673px 250px #fff, 1562px 1388px #fff, 1308px 1068px #fff, 942px 1360px #fff, 1063px 2155px #fff, 2443px 2103px #fff, 1815px 366px #fff, 535px 634px #fff, 709px 2428px #fff, 747px 2012px #fff, 400px 1387px #fff, 2310px 984px #fff, 1392px 146px #fff, 613px 91px #fff, 1061px 1720px #fff, 2238px 2362px #fff, 111px 1203px #fff, 1140px 708px #fff, 1683px 1975px #fff, 1520px 275px #fff, 1834px 325px #fff, 327px 374px #fff, 61px 23px #fff, 951px 1410px #fff, 2470px 2207px #fff, 728px 2068px #fff, 1210px 285px #fff, 840px 2348px #fff, 2402px 149px #fff, 1227px 2081px #fff, 2490px 1838px #fff, 923px 1835px #fff, 1223px 1696px #fff, 1936px 1572px #fff, 2299px 401px #fff, 204px 44px #fff, 1899px 42px #fff, 756px 1211px #fff, 1995px 1367px #fff, 1520px 577px #fff, 2018px 2198px #fff, 2543px 1787px #fff, 34px 2162px #fff, 2203px 1807px #fff, 619px 1211px #fff, 2101px 384px #fff, 1380px 1333px #fff, 1132px 875px #fff, 2465px 2281px #fff, 15px 372px #fff, 1751px 2241px #fff, 940px 358px #fff, 115px 866px #fff, 767px 1269px #fff, 1654px 2217px #fff, 1066px 503px #fff, 2303px 1110px #fff, 2160px 1295px #fff, 143px 411px #fff, 1298px 1895px #fff, 2131px 1383px #fff, 163px 1430px #fff, 1403px 629px #fff, 1286px 1961px #fff, 498px 1762px #fff, 2298px 1976px #fff, 289px 2108px #fff, 1922px 2166px #fff, 1004px 102px #fff, 1231px 1486px #fff, 105px 1331px #fff, 531px 38px #fff, 267px 202px #fff, 2104px 1077px #fff, 537px 1534px #fff, 2287px 2390px #fff, 1293px 2187px #fff, 1851px 1805px #fff, 2158px 2161px #fff, 2051px 352px #fff, 1359px 503px #fff, 443px 1307px #fff, 1366px 169px #fff, 2123px 469px #fff, 2171px 2175px #fff, 153px 977px #fff, 939px 2322px #fff, 2104px 1277px #fff, 2000px 806px #fff, 104px 138px #fff, 660px 2010px #fff, 2083px 2167px #fff, 1844px 157px #fff, 2002px 1496px #fff, 1188px 2128px #fff, 351px 51px #fff, 1706px 2466px #fff, 1693px 105px #fff, 1375px 231px #fff, 2483px 427px #fff, 1285px 236px #fff, 125px 1059px #fff, 1330px 783px #fff, 291px 1872px #fff, 2361px 379px #fff, 1835px 874px #fff, 1816px 1750px #fff, 148px 1710px #fff, 874px 996px #fff, 862px 1561px #fff, 1106px 107px #fff, 67px 2558px #fff, 1479px 1712px #fff, 1858px 2318px #fff, 1015px 344px #fff, 2524px 946px #fff, 2520px 2488px #fff, 1825px 1095px #fff, 1511px 218px #fff, 2458px 1193px #fff, 940px 72px #fff, 1843px 2393px #fff, 518px 2157px #fff, 2166px 2276px #fff, 276px 75px #fff, 332px 1323px #fff, 1341px 1778px #fff, 2136px 2035px #fff, 1355px 1765px #fff, 1619px 723px #fff, 1849px 838px #fff, 2154px 1480px #fff, 2005px 212px #fff, 341px 1732px #fff, 1703px 516px #fff, 34px 1617px #fff, 1192px 2349px #fff, 2257px 1132px #fff, 154px 1544px #fff, 1843px 204px #fff, 1936px 290px #fff, 1357px 955px #fff, 2320px 1370px #fff, 493px 355px #fff, 1120px 1243px #fff, 1966px 1224px #fff, 2353px 1406px #fff, 658px 2103px #fff, 2082px 1526px #fff, 13px 2201px #fff, 1165px 60px #fff, 1902px 2118px #fff, 1335px 891px #fff, 1251px 1712px #fff, 685px 2083px #fff, 2124px 107px #fff, 2456px 1993px #fff, 1393px 2422px #fff, 891px 1938px #fff, 2442px 2124px #fff, 2454px 1103px #fff, 1058px 446px #fff, 1400px 2186px #fff, 11px 1475px #fff, 903px 1560px #fff, 1068px 1622px #fff, 164px 1333px #fff, 673px 1001px #fff, 1172px 2402px #fff, 2316px 465px #fff, 1519px 903px #fff, 1192px 37px #fff, 952px 2267px #fff, 923px 1649px #fff, 267px 2201px #fff, 1598px 788px #fff, 160px 1616px #fff, 919px 1666px #fff, 1085px 2002px #fff, 1957px 1210px #fff, 186px 644px #fff, 533px 1405px #fff, 1238px 1213px #fff, 1690px 114px #fff, 1680px 292px #fff, 1159px 2256px #fff, 2185px 1475px #fff, 721px 2005px #fff, 490px 675px #fff, 507px 230px #fff, 2291px 1965px #fff, 26px 1822px #fff, 494px 250px #fff, 1654px 499px #fff, 2046px 1727px #fff, 448px 2153px #fff, 426px 1257px #fff, 974px 1px #fff, 2198px 1504px #fff, 1433px 973px #fff, 54px 167px #fff, 627px 1474px #fff, 924px 2539px #fff, 1356px 1556px #fff, 128px 333px #fff, 978px 1422px #fff, 1136px 1551px #fff, 82px 959px #fff, 1192px 2482px #fff, 2416px 1820px #fff, 2026px 248px #fff, 933px 26px #fff, 1908px 55px #fff, 1389px 604px #fff, 947px 1452px #fff, 902px 1252px #fff, 1548px 13px #fff, 1441px 1949px #fff, 540px 2470px #fff, 1459px 464px #fff, 2038px 1511px #fff, 2187px 1373px #fff, 2401px 1891px #fff, 72px 1686px #fff, 2478px 2209px #fff, 1423px 1676px #fff, 2553px 240px #fff, 1440px 529px #fff, 2309px 1558px #fff, 2174px 650px #fff, 1729px 1634px #fff, 1697px 2226px #fff, 740px 437px #fff, 283px 1361px #fff, 1096px 1661px #fff, 1256px 1770px #fff, 815px 24px #fff, 1827px 832px #fff, 821px 1336px #fff, 869px 789px #fff, 6px 1554px #fff, 1418px 623px #fff, 1416px 1249px #fff, 2059px 1466px #fff, 385px 2427px #fff, 1423px 445px #fff, 381px 379px #fff, 915px 1162px #fff, 1068px 254px #fff, 2114px 1978px #fff, 1552px 2232px #fff, 463px 1280px #fff, 1832px 1284px #fff, 424px 1372px #fff, 476px 1042px #fff, 391px 281px #fff, 2061px 1216px #fff, 483px 728px #fff, 2056px 14px #fff, 2422px 1446px #fff, 1288px 1359px #fff, 165px 1816px #fff, 332px 1009px #fff, 241px 876px #fff, 1438px 1419px #fff, 1506px 1453px #fff, 2423px 451px #fff, 1471px 1460px #fff, 1833px 2047px #fff, 1142px 1911px #fff, 970px 2283px #fff, 1418px 628px #fff, 592px 512px #fff, 1482px 1926px #fff, 1773px 2147px #fff, 1686px 2307px #fff, 1187px 587px #fff, 1511px 828px #fff, 2376px 480px #fff, 1513px 140px #fff, 2054px 1338px #fff, 123px 2459px #fff, 1044px 616px #fff, 882px 1833px #fff, 289px 433px #fff, 1199px 1428px #fff, 2035px 2107px #fff, 764px 1391px #fff, 801px 2052px #fff, 1070px 368px #fff, 1447px 846px #fff, 2510px 1722px #fff, 1588px 2102px #fff, 425px 954px #fff, 2445px 453px #fff, 1968px 726px #fff, 2012px 1441px #fff, 338px 1189px #fff, 1470px 678px #fff, 1531px 11px #fff, 272px 632px #fff, 2100px 1593px #fff, 2437px 952px #fff, 1156px 837px #fff, 864px 2447px #fff, 2237px 1181px #fff, 1908px 689px #fff, 1245px 176px #fff, 1760px 153px #fff, 1110px 81px #fff, 2426px 816px #fff, 147px 381px #fff, 1397px 878px #fff, 1209px 2105px #fff, 32px 634px #fff, 1703px 1910px #fff, 2380px 1602px #fff, 130px 2200px #fff, 1174px 1884px #fff, 1136px 1565px #fff, 895px 1386px #fff, 864px 1621px #fff, 1460px 658px #fff, 2485px 2127px #fff, 2011px 699px #fff, 143px 427px #fff, 1938px 226px #fff, 1298px 2549px #fff, 901px 272px #fff, 2539px 2230px #fff, 1672px 2547px #fff, 272px 892px #fff, 1707px 179px #fff, 1958px 733px #fff, 1163px 44px #fff, 1635px 1993px #fff, 449px 1663px #fff, 403px 1006px #fff, 568px 965px #fff, 2018px 919px #fff, 1264px 2223px #fff;
  border-radius: 50%;
  height: 2px;
  width: 2px;
}

.particle-2 {
  animation: animParticle 120s linear infinite;
  box-shadow: 0px 0px #fff, 481px 1265px #fff, 2187px 2192px #fff, 1246px 129px #fff, 1444px 1723px #fff, 2190px 373px #fff, 1565px 1065px #fff, 415px 1790px #fff, 642px 770px #fff, 1125px 257px #fff, 1333px 233px #fff, 2329px 491px #fff, 376px 1801px #fff, 894px 2142px #fff, 2265px 1824px #fff, 1483px 1562px #fff, 2329px 1404px #fff, 1672px 2343px #fff, 2403px 1710px #fff, 2461px 562px #fff, 2531px 173px #fff, 1311px 1285px #fff, 275px 2016px #fff, 2463px 973px #fff, 2349px 1650px #fff, 281px 2178px #fff, 1809px 1755px #fff, 293px 2292px #fff, 6px 1050px #fff, 1866px 2436px #fff, 2272px 186px #fff, 1511px 2200px #fff, 1978px 1666px #fff, 1077px 1507px #fff, 785px 351px #fff, 1274px 1489px #fff, 827px 1704px #fff, 1420px 1875px #fff, 1153px 310px #fff, 2444px 450px #fff, 1621px 2200px #fff, 1834px 155px #fff, 1812px 1501px #fff, 93px 748px #fff, 1011px 2433px #fff, 1726px 2475px #fff, 219px 918px #fff, 2497px 2167px #fff, 2535px 1092px #fff, 1828px 239px #fff, 1315px 1370px #fff, 1268px 710px #fff, 2321px 2291px #fff, 226px 738px #fff, 772px 799px #fff, 1573px 2419px #fff, 1625px 578px #fff, 2114px 1126px #fff, 986px 277px #fff, 553px 2098px #fff, 1282px 1744px #fff, 178px 862px #fff, 400px 1935px #fff, 1197px 1455px #fff, 840px 5px #fff, 185px 652px #fff, 1445px 2193px #fff, 927px 561px #fff, 370px 46px #fff, 2438px 1133px #fff, 2109px 1198px #fff, 1027px 1310px #fff, 1756px 194px #fff, 1260px 935px #fff, 305px 2546px #fff, 15px 1704px #fff, 2103px 538px #fff, 900px 2187px #fff, 2118px 297px #fff, 360px 1012px #fff, 1284px 456px #fff, 1066px 1630px #fff, 2206px 1542px #fff, 1667px 802px #fff, 545px 1374px #fff, 1574px 854px #fff, 2428px 1860px #fff, 24px 679px #fff, 2336px 2005px #fff, 1225px 315px #fff, 1894px 35px #fff, 1021px 480px #fff, 613px 923px #fff, 719px 353px #fff, 1385px 1509px #fff, 2539px 1118px #fff, 1272px 1877px #fff, 1789px 551px #fff, 660px 1613px #fff, 2035px 408px #fff, 630px 1477px #fff, 1167px 2522px #fff, 2135px 1140px #fff, 1160px 276px #fff, 1807px 947px #fff, 271px 65px #fff, 389px 454px #fff, 717px 1456px #fff, 1884px 1720px #fff, 2292px 1819px #fff, 735px 1197px #fff, 2434px 494px #fff, 921px 1743px #fff, 1135px 1304px #fff, 335px 2086px #fff, 2371px 2113px #fff, 632px 2386px #fff, 2246px 2397px #fff, 1123px 1046px #fff, 2496px 1042px #fff, 1958px 1885px #fff, 399px 387px #fff, 823px 2378px #fff, 1064px 2328px #fff, 693px 1771px #fff, 2481px 1061px #fff, 767px 762px #fff, 2085px 1441px #fff, 2421px 175px #fff, 643px 2043px #fff, 768px 2526px #fff, 1115px 642px #fff, 2471px 1644px #fff, 1598px 1786px #fff, 202px 1667px #fff, 1982px 2052px #fff, 2155px 529px #fff, 1647px 2147px #fff, 300px 1004px #fff, 2464px 386px #fff, 1868px 679px #fff, 474px 918px #fff, 2463px 1855px #fff, 1153px 1925px #fff, 2126px 1458px #fff, 1174px 1484px #fff, 526px 1190px #fff, 256px 466px #fff, 2226px 911px #fff, 2341px 741px #fff, 2556px 1257px #fff, 512px 573px #fff, 877px 266px #fff, 2433px 2036px #fff, 1330px 2131px #fff, 523px 391px #fff, 5px 465px #fff, 1224px 363px #fff, 13px 1365px #fff, 673px 404px #fff, 1731px 2206px #fff, 696px 459px #fff, 1071px 573px #fff, 2264px 714px #fff, 2044px 534px #fff, 707px 2066px #fff, 628px 1139px #fff, 2296px 1417px #fff, 704px 493px #fff, 360px 402px #fff, 1714px 1123px #fff, 246px 426px #fff, 1778px 2136px #fff, 1036px 1682px #fff, 1384px 255px #fff, 2375px 1178px #fff, 716px 2498px #fff, 2140px 646px #fff, 1128px 2488px #fff, 1891px 737px #fff, 1610px 87px #fff, 931px 782px #fff, 1896px 1886px #fff, 466px 2365px #fff, 63px 595px #fff, 859px 1304px #fff, 1479px 1265px #fff, 340px 117px #fff, 1159px 1711px #fff, 526px 368px #fff, 245px 198px #fff, 2331px 1823px #fff, 1449px 93px #fff, 2px 1694px #fff, 1254px 487px #fff, 1671px 258px #fff, 2143px 1017px #fff, 2153px 1093px #fff, 55px 45px #fff, 579px 1296px #fff, 739px 1623px #fff, 170px 433px #fff, 1495px 751px #fff, 1821px 989px #fff, 639px 210px #fff, 123px 337px #fff, 1256px 1211px #fff, 956px 616px #fff, 2522px 2045px #fff, 146px 238px #fff, 388px 2443px #fff, 1380px 1398px #fff, 1610px 2438px #fff, 742px 1465px #fff, 124px 2069px #fff, 600px 1314px #fff, 1810px 517px #fff, 997px 485px #fff, 506px 615px #fff, 1270px 210px #fff, 1521px 777px #fff, 2411px 677px #fff, 1305px 986px #fff, 534px 258px #fff, 8px 340px #fff, 520px 371px #fff, 2352px 1169px #fff, 2492px 1533px #fff, 279px 1654px #fff, 581px 1902px #fff, 1840px 2327px #fff, 433px 302px #fff, 1399px 1734px #fff, 880px 1927px #fff, 1250px 361px #fff, 2078px 264px #fff, 2287px 1608px #fff, 373px 1498px #fff, 758px 1485px #fff, 1652px 116px #fff, 1172px 1897px #fff, 1192px 1152px #fff, 2414px 298px #fff, 75px 1740px #fff, 2246px 82px #fff, 1888px 1913px #fff, 2149px 257px #fff, 2250px 2438px #fff, 1584px 2288px #fff, 1418px 1183px #fff, 1768px 1721px #fff, 90px 1804px #fff, 2365px 1325px #fff, 2247px 7px #fff, 1324px 1485px #fff, 967px 2346px #fff, 1077px 123px #fff, 2376px 1555px #fff, 519px 2151px #fff, 826px 96px #fff, 1876px 369px #fff, 2542px 16px #fff, 513px 970px #fff, 1246px 1245px #fff, 1385px 1985px #fff, 1401px 683px #fff, 2098px 536px #fff, 907px 2159px #fff, 676px 469px #fff, 608px 128px #fff, 805px 621px #fff, 1513px 812px #fff, 235px 1323px #fff, 239px 111px #fff, 850px 1867px #fff, 1128px 983px #fff, 596px 2207px #fff, 614px 613px #fff, 2252px 633px #fff, 1949px 891px #fff, 771px 1835px #fff, 1870px 2359px #fff, 1953px 614px #fff, 359px 599px #fff, 2313px 555px #fff, 994px 1336px #fff, 2320px 258px #fff, 2540px 646px #fff, 337px 427px #fff, 39px 632px #fff, 1813px 869px #fff, 1896px 537px #fff, 2023px 820px #fff, 75px 2440px #fff, 6px 1468px #fff, 1075px 619px #fff, 62px 1421px #fff, 144px 1482px #fff, 1493px 1729px #fff, 1352px 2276px #fff, 120px 964px #fff, 2015px 621px #fff, 2236px 2424px #fff, 644px 272px #fff, 1602px 2331px #fff, 2193px 276px #fff, 1708px 1000px #fff, 2453px 2483px #fff, 1299px 653px #fff, 418px 2282px #fff, 185px 2389px #fff, 2172px 2074px #fff, 2426px 393px #fff, 2239px 791px #fff, 478px 614px #fff, 1408px 406px #fff, 230px 1415px #fff, 1203px 89px #fff, 500px 369px #fff, 1972px 754px #fff, 617px 1301px #fff, 1248px 329px #fff, 1971px 226px #fff, 2091px 1757px #fff, 671px 177px #fff, 2229px 2556px #fff, 1798px 1942px #fff, 1508px 2233px #fff, 1005px 2263px #fff, 494px 2323px #fff, 635px 1809px #fff, 7px 79px #fff, 1641px 2392px #fff, 904px 2441px #fff, 1588px 2290px #fff, 102px 792px #fff, 400px 1914px #fff, 270px 562px #fff, 1239px 2381px #fff, 814px 1647px #fff, 2361px 2432px #fff, 2556px 1148px #fff, 432px 2557px #fff, 48px 204px #fff, 1345px 2394px #fff, 2530px 911px #fff, 182px 2515px #fff, 948px 2157px #fff, 2264px 277px #fff, 1466px 2013px #fff, 930px 1166px #fff, 458px 2112px #fff, 1773px 1673px #fff, 2098px 2212px #fff, 1275px 1111px #fff, 2233px 2193px #fff, 282px 1959px #fff, 2340px 1686px #fff, 2388px 561px #fff, 1003px 983px #fff, 2176px 764px #fff, 96px 1717px #fff, 966px 588px #fff, 228px 2148px #fff, 861px 228px #fff, 840px 2142px #fff, 1727px 486px #fff, 1759px 154px #fff, 773px 1202px #fff, 933px 1385px #fff, 1551px 866px #fff, 1435px 2237px #fff, 2350px 1749px #fff, 109px 1175px #fff, 973px 279px #fff, 1060px 714px #fff, 900px 269px #fff, 1515px 13px #fff, 1019px 2554px #fff, 1641px 590px #fff, 1654px 328px #fff, 495px 1589px #fff, 2088px 576px #fff, 452px 944px #fff, 2213px 2217px #fff, 389px 1191px #fff, 463px 1471px #fff, 237px 723px #fff, 1260px 2538px #fff, 2352px 1151px #fff, 2118px 510px #fff, 1530px 1778px #fff, 1605px 1351px #fff, 2189px 1941px #fff, 1606px 1678px #fff, 1808px 611px #fff, 2372px 831px #fff, 627px 2533px #fff, 1468px 959px #fff, 379px 35px #fff, 1608px 2136px #fff, 1121px 1564px #fff, 110px 373px #fff, 1281px 2216px #fff, 725px 1211px #fff, 2227px 975px #fff, 1961px 1838px #fff, 924px 1754px #fff, 1113px 1809px #fff, 1224px 679px #fff, 40px 1992px #fff, 2050px 1247px #fff, 510px 735px #fff, 141px 669px #fff, 2288px 1056px #fff, 680px 1567px #fff, 2457px 696px #fff, 1473px 2318px #fff, 2112px 2494px #fff, 205px 1038px #fff, 793px 420px #fff, 1129px 946px #fff, 554px 1755px #fff, 399px 2124px #fff, 1027px 967px #fff, 1056px 687px #fff, 261px 1191px #fff, 302px 2381px #fff, 156px 447px #fff, 685px 1887px #fff, 592px 1966px #fff, 58px 1528px #fff, 722px 2480px #fff, 882px 754px #fff, 1603px 2395px #fff, 2256px 2451px #fff, 243px 1877px #fff, 305px 750px #fff, 1073px 198px #fff, 950px 1165px #fff, 484px 1587px #fff, 765px 488px #fff, 2046px 174px #fff, 1539px 396px #fff, 18px 1523px #fff, 215px 611px #fff, 1719px 2505px #fff, 1606px 758px #fff, 1556px 82px #fff, 1256px 2386px #fff, 1041px 1001px #fff, 965px 1677px #fff, 1289px 723px #fff, 259px 2032px #fff, 1580px 330px #fff, 193px 438px #fff, 548px 1295px #fff, 1801px 1919px #fff, 635px 2032px #fff, 1526px 2050px #fff, 813px 1149px #fff, 784px 598px #fff, 327px 1127px #fff, 1176px 1725px #fff, 1759px 1619px #fff, 1177px 2097px #fff, 2085px 1752px #fff, 1367px 1028px #fff, 1060px 2065px #fff, 1433px 1506px #fff, 1373px 1173px #fff, 1760px 2224px #fff, 1143px 1644px #fff, 1380px 803px #fff, 573px 2404px #fff, 2419px 1224px #fff, 1917px 2035px #fff, 953px 846px #fff, 998px 337px #fff, 313px 2121px #fff, 1594px 960px #fff, 2545px 443px #fff, 622px 160px #fff, 187px 482px #fff, 2265px 651px #fff, 2386px 1752px #fff, 385px 82px #fff, 1866px 1272px #fff, 576px 1342px #fff, 97px 1870px #fff, 2025px 179px #fff, 136px 1581px #fff, 2195px 1075px #fff, 624px 1845px #fff, 2360px 2270px #fff, 1814px 2330px #fff, 1590px 963px #fff, 2321px 2014px #fff, 1481px 1186px #fff, 1280px 1325px #fff, 103px 2164px #fff, 67px 1211px #fff, 902px 1756px #fff, 31px 979px #fff, 135px 2194px #fff, 2549px 34px #fff, 118px 2384px #fff, 2216px 1443px #fff, 1590px 1146px #fff, 644px 1871px #fff, 1208px 1531px #fff, 1426px 869px #fff, 1964px 2059px #fff, 249px 2196px #fff, 1173px 2114px #fff, 1547px 1229px #fff, 1876px 1076px #fff, 1074px 930px #fff, 1211px 2532px #fff, 1247px 2117px #fff, 2139px 1423px #fff, 920px 1404px #fff, 359px 1857px #fff, 418px 1306px #fff, 465px 248px #fff, 954px 972px #fff, 1162px 1450px #fff, 1927px 1878px #fff, 1416px 1518px #fff, 1220px 2355px #fff, 346px 815px #fff, 373px 2554px #fff, 1340px 707px #fff, 2451px 1625px #fff, 319px 2090px #fff, 908px 766px #fff, 2304px 205px #fff, 2113px 842px #fff, 1976px 276px #fff, 1067px 1937px #fff, 530px 1315px #fff, 2446px 1003px #fff, 2004px 14px #fff, 759px 66px #fff, 1781px 2310px #fff, 234px 2223px #fff, 2340px 597px #fff, 1683px 138px #fff, 1347px 270px #fff, 167px 1582px #fff, 2px 2107px #fff, 666px 2179px #fff, 1246px 760px #fff, 280px 1154px #fff, 2398px 1883px #fff, 493px 1793px #fff, 819px 1403px #fff, 1732px 1728px #fff, 2056px 1325px #fff, 1062px 1607px #fff, 346px 494px #fff, 535px 2265px #fff, 1928px 2014px #fff, 1122px 2308px #fff, 591px 1932px #fff, 1867px 2124px #fff, 116px 1505px #fff, 1512px 2408px #fff, 1198px 61px #fff, 189px 2348px #fff, 803px 1030px #fff, 2052px 1117px #fff, 1971px 2393px #fff, 364px 2362px #fff, 913px 125px #fff, 1713px 1989px #fff, 448px 2421px #fff, 2113px 453px #fff, 174px 1936px #fff, 2489px 182px #fff, 200px 313px #fff, 898px 1381px #fff, 2449px 2258px #fff, 1284px 1417px #fff, 121px 231px #fff, 1828px 1715px #fff, 1000px 2042px #fff, 1819px 212px #fff, 1646px 261px #fff, 2250px 1775px #fff, 1464px 282px #fff, 1640px 190px #fff, 292px 2063px #fff, 548px 600px #fff, 1156px 1277px #fff, 2074px 962px #fff, 901px 867px #fff, 2078px 673px #fff, 1684px 1878px #fff, 236px 1262px #fff, 924px 864px #fff, 1395px 934px #fff, 721px 20px #fff, 1374px 1288px #fff, 1397px 1189px #fff, 2384px 745px #fff, 924px 800px #fff, 1143px 1289px #fff, 2271px 2063px #fff, 1340px 1834px #fff, 2249px 1837px #fff, 1565px 349px #fff, 537px 2070px #fff, 638px 2207px #fff, 57px 2356px #fff, 2306px 1152px #fff, 1624px 1852px #fff, 1729px 662px #fff, 1687px 2534px #fff, 2433px 1640px #fff, 1794px 412px #fff, 2190px 1815px #fff, 429px 1538px #fff, 977px 1370px #fff, 658px 256px #fff, 2051px 1561px #fff, 1728px 709px #fff, 1164px 131px #fff, 1843px 1839px #fff, 1898px 410px #fff, 107px 2143px #fff, 1736px 97px #fff, 2555px 1546px #fff, 1830px 1553px #fff, 1528px 1079px #fff, 1801px 637px #fff, 489px 1213px #fff, 2352px 2050px #fff, 943px 1569px #fff, 460px 934px #fff, 589px 37px #fff, 1496px 633px #fff, 1288px 1751px #fff, 418px 2221px #fff, 1954px 2117px #fff, 443px 1867px #fff, 735px 2460px #fff, 592px 608px #fff, 1274px 937px #fff, 336px 1585px #fff, 387px 1597px #fff, 124px 218px #fff, 1971px 2324px #fff, 1405px 2504px #fff, 2518px 2228px #fff, 2408px 131px #fff, 2351px 2311px #fff, 1333px 2462px #fff, 234px 2422px #fff, 2465px 2093px #fff, 298px 2368px #fff, 1401px 2456px #fff, 1979px 778px #fff, 1071px 1601px #fff, 652px 24px #fff, 1324px 246px #fff, 1413px 952px #fff, 689px 2128px #fff, 166px 1481px #fff, 2498px 1653px #fff, 1226px 2060px #fff, 1731px 2557px #fff, 82px 927px #fff, 497px 113px #fff, 1532px 1103px #fff, 2425px 1593px #fff, 2068px 652px #fff, 1982px 658px #fff, 1510px 2101px #fff, 10px 2015px #fff, 755px 1193px #fff, 1159px 2111px #fff, 417px 2469px #fff, 2251px 615px #fff, 348px 1546px #fff, 2392px 966px #fff, 1743px 1746px #fff, 2443px 2492px #fff, 1173px 2500px #fff, 50px 2073px #fff, 1704px 752px #fff, 258px 720px #fff, 2001px 115px #fff, 1425px 1448px #fff, 970px 1387px #fff, 2280px 604px #fff, 454px 1720px #fff, 1130px 2396px #fff, 1070px 367px #fff, 1293px 1943px #fff, 2299px 2400px #fff, 1531px 1053px #fff, 45px 2032px #fff, 1675px 155px #fff, 2253px 2117px #fff, 238px 638px #fff, 39px 1302px #fff, 500px 1316px #fff, 758px 1624px #fff, 1299px 1906px #fff, 962px 326px #fff, 963px 1671px #fff, 1441px 488px #fff, 1859px 1376px #fff, 1729px 187px #fff, 2025px 66px #fff, 3px 1786px #fff, 1276px 1598px #fff, 69px 2359px #fff, 836px 423px #fff, 1743px 299px #fff, 2052px 1301px #fff, 2461px 2143px #fff, 2297px 767px #fff, 821px 380px #fff, 493px 2555px #fff, 615px 2191px #fff, 638px 1403px #fff, 1883px 1272px #fff, 1515px 1488px #fff, 1620px 1200px #fff, 786px 2319px #fff, 1227px 1276px #fff, 1295px 247px #fff, 716px 1669px #fff, 2380px 2303px #fff, 1461px 2059px #fff, 2266px 1546px #fff, 1965px 1673px #fff, 301px 1894px #fff, 1571px 1476px #fff, 2061px 2455px #fff, 281px 825px #fff, 2042px 1482px #fff, 7px 226px #fff, 503px 1211px #fff, 2318px 2390px #fff, 1597px 525px #fff, 1923px 1131px #fff, 652px 2132px #fff, 786px 1748px #fff, 1442px 493px #fff, 2135px 349px #fff, 2130px 2331px #fff, 516px 548px #fff, 2423px 1004px #fff, 1148px 1212px #fff, 1850px 1036px #fff, 1319px 1174px #fff, 540px 2186px #fff, 1030px 878px #fff, 1863px 659px #fff, 1103px 2040px #fff, 2103px 891px #fff, 2024px 2387px #fff, 1462px 1224px #fff, 108px 1967px #fff, 1002px 525px #fff, 1639px 173px #fff, 613px 2148px #fff, 470px 1884px #fff, 911px 2413px #fff, 1505px 1297px #fff, 1431px 594px #fff, 1743px 2448px #fff, 1943px 1230px #fff, 2332px 2244px #fff, 1199px 1987px #fff, 1564px 2108px #fff, 391px 1816px #fff, 1111px 1541px #fff, 2183px 1271px #fff, 2278px 479px #fff, 2489px 1278px #fff, 1894px 1066px #fff, 1123px 1601px #fff, 1992px 89px #fff, 2302px 978px #fff, 1180px 2281px #fff, 2083px 355px #fff, 2244px 1288px #fff, 1204px 2111px #fff, 1000px 1751px #fff, 198px 512px #fff, 505px 1037px #fff, 2198px 423px #fff, 184px 1103px #fff, 1441px 682px #fff, 517px 1852px #fff, 1172px 647px #fff, 169px 1428px #fff;
  border-radius: 50%;
  height: 2px;
  width: 2px;
}

.particle-2:after {
  box-shadow: 0px 0px #fff, 1997px 2196px #fff, 1829px 1193px #fff, 881px 1904px #fff, 608px 1661px #fff, 2282px 458px #fff, 1700px 1207px #fff, 1105px 1035px #fff, 1994px 614px #fff, 1585px 108px #fff, 1548px 1794px #fff, 1515px 1364px #fff, 1268px 2430px #fff, 122px 2006px #fff, 1057px 946px #fff, 2376px 2548px #fff, 376px 267px #fff, 2269px 507px #fff, 212px 528px #fff, 1157px 1586px #fff, 2235px 1643px #fff, 623px 2051px #fff, 1895px 519px #fff, 1824px 2102px #fff, 1778px 72px #fff, 1810px 1665px #fff, 393px 2340px #fff, 1292px 1978px #fff, 2536px 72px #fff, 2228px 2081px #fff, 194px 2034px #fff, 258px 2003px #fff, 2127px 1044px #fff, 1299px 616px #fff, 612px 1060px #fff, 423px 1431px #fff, 231px 587px #fff, 1315px 1223px #fff, 729px 710px #fff, 49px 799px #fff, 2555px 2352px #fff, 1792px 960px #fff, 1692px 1786px #fff, 2031px 308px #fff, 575px 2058px #fff, 2327px 2407px #fff, 1629px 830px #fff, 1704px 2549px #fff, 1761px 2420px #fff, 748px 2555px #fff, 242px 1354px #fff, 2223px 466px #fff, 2013px 689px #fff, 2404px 2316px #fff, 2484px 2139px #fff, 1784px 1113px #fff, 1176px 1535px #fff, 661px 1876px #fff, 1606px 2116px #fff, 1978px 2257px #fff, 1251px 237px #fff, 267px 306px #fff, 2030px 1688px #fff, 462px 1389px #fff, 2336px 1591px #fff, 1324px 2334px #fff, 313px 258px #fff, 724px 773px #fff, 1562px 621px #fff, 563px 1233px #fff, 822px 723px #fff, 2059px 1038px #fff, 819px 1493px #fff, 1310px 1105px #fff, 1374px 176px #fff, 320px 1542px #fff, 868px 627px #fff, 2222px 885px #fff, 1293px 639px #fff, 52px 1978px #fff, 1153px 2133px #fff, 314px 1975px #fff, 555px 256px #fff, 2120px 1130px #fff, 300px 1846px #fff, 892px 1037px #fff, 146px 1263px #fff, 1451px 2553px #fff, 633px 148px #fff, 2022px 2347px #fff, 2524px 2301px #fff, 151px 699px #fff, 939px 2239px #fff, 653px 268px #fff, 1499px 2491px #fff, 688px 1143px #fff, 808px 1714px #fff, 1211px 1973px #fff, 887px 1498px #fff, 1655px 1444px #fff, 62px 2393px #fff, 604px 794px #fff, 1328px 1666px #fff, 1024px 1320px #fff, 1081px 1379px #fff, 2266px 559px #fff, 1329px 2027px #fff, 246px 2065px #fff, 1863px 583px #fff, 1516px 601px #fff, 180px 2376px #fff, 2224px 2558px #fff, 446px 1698px #fff, 55px 1781px #fff, 250px 1757px #fff, 337px 574px #fff, 1044px 1269px #fff, 1040px 2108px #fff, 341px 593px #fff, 371px 1536px #fff, 2109px 1641px #fff, 2407px 2540px #fff, 1736px 387px #fff, 1169px 2261px #fff, 601px 1766px #fff, 1106px 441px #fff, 1607px 411px #fff, 713px 1074px #fff, 2062px 57px #fff, 200px 784px #fff, 2244px 964px #fff, 2223px 498px #fff, 2189px 2342px #fff, 370px 2490px #fff, 1284px 494px #fff, 841px 2348px #fff, 1629px 442px #fff, 131px 695px #fff, 2406px 2007px #fff, 1966px 632px #fff, 306px 1423px #fff, 1186px 997px #fff, 1714px 1315px #fff, 918px 1171px #fff, 949px 872px #fff, 2223px 1001px #fff, 2301px 444px #fff, 466px 1038px #fff, 398px 1967px #fff, 1648px 1039px #fff, 1554px 2550px #fff, 1567px 164px #fff, 1412px 2354px #fff, 1419px 1590px #fff, 468px 148px #fff, 938px 2341px #fff, 643px 1306px #fff, 453px 1041px #fff, 2072px 1386px #fff, 622px 1436px #fff, 1856px 2182px #fff, 1763px 634px #fff, 1691px 2057px #fff, 1791px 550px #fff, 2109px 581px #fff, 2052px 1246px #fff, 1537px 379px #fff, 816px 1853px #fff, 2482px 1015px #fff, 1073px 92px #fff, 2429px 229px #fff, 202px 941px #fff, 1400px 1711px #fff, 576px 94px #fff, 1111px 2416px #fff, 907px 2405px #fff, 84px 202px #fff, 1656px 1415px #fff, 932px 1375px #fff, 2072px 1065px #fff, 1100px 1076px #fff, 2141px 569px #fff, 236px 613px #fff, 1831px 1163px #fff, 2335px 1742px #fff, 127px 1934px #fff, 1830px 1231px #fff, 1278px 822px #fff, 1529px 724px #fff, 1357px 1406px #fff, 909px 2094px #fff, 1177px 474px #fff, 966px 864px #fff, 1073px 1536px #fff, 498px 2389px #fff, 1180px 1402px #fff, 1176px 2094px #fff, 1822px 1237px #fff, 1732px 2324px #fff, 413px 75px #fff, 197px 4px #fff, 183px 152px #fff, 2471px 733px #fff, 221px 1837px #fff, 1675px 1615px #fff, 1442px 648px #fff, 2478px 290px #fff, 339px 2456px #fff, 870px 1926px #fff, 1916px 1661px #fff, 1532px 598px #fff, 1690px 2023px #fff, 2244px 1045px #fff, 1307px 753px #fff, 1288px 513px #fff, 1194px 1666px #fff, 721px 2012px #fff, 424px 950px #fff, 2111px 705px #fff, 1377px 1775px #fff, 2450px 275px #fff, 1489px 862px #fff, 1688px 172px #fff, 1880px 2436px #fff, 1052px 1966px #fff, 1460px 729px #fff, 2350px 1210px #fff, 661px 1229px #fff, 1670px 1004px #fff, 554px 1413px #fff, 1275px 1469px #fff, 1340px 1319px #fff, 2050px 2522px #fff, 2366px 2363px #fff, 1228px 528px #fff, 1614px 1665px #fff, 1103px 2028px #fff, 1960px 721px #fff, 2007px 2052px #fff, 1581px 728px #fff, 147px 1073px #fff, 1419px 410px #fff, 346px 1295px #fff, 1212px 621px #fff, 1211px 1578px #fff, 1756px 1315px #fff, 198px 1580px #fff, 2091px 1285px #fff, 1220px 531px #fff, 1332px 407px #fff, 1530px 455px #fff, 667px 2224px #fff, 309px 800px #fff, 2487px 1522px #fff, 2095px 648px #fff, 643px 2489px #fff, 2238px 1447px #fff, 369px 416px #fff, 2483px 297px #fff, 874px 198px #fff, 2282px 2080px #fff, 827px 1929px #fff, 2226px 270px #fff, 2183px 622px #fff, 1034px 114px #fff, 1657px 577px #fff, 35px 873px #fff, 1192px 2489px #fff, 2437px 2269px #fff, 461px 1994px #fff, 1414px 2365px #fff, 60px 60px #fff, 1619px 1434px #fff, 1141px 147px #fff, 1054px 1518px #fff, 700px 1922px #fff, 1607px 1073px #fff, 1536px 1182px #fff, 1443px 2428px #fff, 669px 1774px #fff, 1694px 255px #fff, 2052px 1911px #fff, 1891px 840px #fff, 398px 920px #fff, 320px 1678px #fff, 71px 1283px #fff, 287px 2216px #fff, 2463px 1428px #fff, 2383px 488px #fff, 164px 560px #fff, 2337px 1805px #fff, 1713px 1315px #fff, 1324px 1679px #fff, 753px 1613px #fff, 959px 1065px #fff, 43px 1097px #fff, 1087px 321px #fff, 626px 221px #fff, 245px 1835px #fff, 528px 89px #fff, 1010px 2348px #fff, 1681px 1704px #fff, 685px 898px #fff, 1636px 1363px #fff, 457px 1264px #fff, 2015px 1445px #fff, 580px 152px #fff, 1783px 2522px #fff, 1730px 1025px #fff, 1349px 171px #fff, 625px 271px #fff, 702px 1529px #fff, 639px 13px #fff, 978px 2446px #fff, 1822px 696px #fff, 1496px 669px #fff, 1965px 373px #fff, 1852px 2510px #fff, 2171px 1594px #fff, 1375px 10px #fff, 677px 2469px #fff, 892px 1379px #fff, 1449px 1788px #fff, 1659px 518px #fff, 852px 2239px #fff, 1783px 2475px #fff, 2318px 330px #fff, 1087px 552px #fff, 194px 881px #fff, 1606px 137px #fff, 1993px 1382px #fff, 1482px 1199px #fff, 559px 1438px #fff, 2546px 1425px #fff, 2206px 1535px #fff, 1934px 199px #fff, 2489px 1638px #fff, 314px 512px #fff, 581px 19px #fff, 306px 338px #fff, 2010px 1203px #fff, 225px 1686px #fff, 2475px 867px #fff, 56px 495px #fff, 811px 505px #fff, 2429px 778px #fff, 1641px 1968px #fff, 1802px 2483px #fff, 1038px 1568px #fff, 2201px 1077px #fff, 916px 724px #fff, 98px 1215px #fff, 1089px 1588px #fff, 1617px 166px #fff, 2420px 1428px #fff, 613px 2024px #fff, 2516px 464px #fff, 2232px 2506px #fff, 398px 1659px #fff, 1040px 1912px #fff, 648px 1411px #fff, 832px 622px #fff, 209px 2456px #fff, 2104px 1257px #fff, 1463px 2263px #fff, 2394px 2089px #fff, 1918px 578px #fff, 2345px 1293px #fff, 453px 932px #fff, 752px 1366px #fff, 752px 1019px #fff, 1037px 1373px #fff, 2043px 2066px #fff, 613px 2283px #fff, 2513px 769px #fff, 549px 1160px #fff, 2092px 1530px #fff, 1708px 2512px #fff, 910px 2288px #fff, 1242px 1717px #fff, 2156px 1167px #fff, 2545px 638px #fff, 1534px 1067px #fff, 1503px 545px #fff, 244px 2475px #fff, 1409px 1465px #fff, 2125px 1259px #fff, 2326px 659px #fff, 248px 1808px #fff, 718px 863px #fff, 1214px 1992px #fff, 1047px 721px #fff, 1351px 1617px #fff, 736px 824px #fff, 1194px 145px #fff, 648px 1819px #fff, 2335px 1601px #fff, 518px 1173px #fff, 2146px 26px #fff, 2546px 1231px #fff, 1353px 1081px #fff, 120px 2042px #fff, 1697px 1895px #fff, 172px 219px #fff, 2057px 1444px #fff, 1900px 281px #fff, 1460px 1926px #fff, 900px 1225px #fff, 1612px 1103px #fff, 664px 1463px #fff, 1201px 1832px #fff, 438px 2068px #fff, 2033px 934px #fff, 662px 684px #fff, 2125px 1512px #fff, 2215px 966px #fff, 1391px 413px #fff, 1534px 2449px #fff, 503px 264px #fff, 1282px 1570px #fff, 645px 749px #fff, 1620px 2259px #fff, 1648px 84px #fff, 1389px 1257px #fff, 1720px 2537px #fff, 1356px 1950px #fff, 739px 1064px #fff, 962px 394px #fff, 1922px 2448px #fff, 468px 1207px #fff, 2486px 1018px #fff, 529px 2242px #fff, 1118px 1180px #fff, 1427px 2364px #fff, 572px 2472px #fff, 824px 2359px #fff, 535px 2192px #fff, 1416px 1485px #fff, 1321px 161px #fff, 1963px 118px #fff, 1995px 414px #fff, 420px 1127px #fff, 2151px 1133px #fff, 1969px 1171px #fff, 613px 143px #fff, 86px 1684px #fff, 837px 1628px #fff, 857px 1191px #fff, 633px 35px #fff, 128px 2249px #fff, 1148px 772px #fff, 365px 2029px #fff, 1033px 2314px #fff, 2341px 269px #fff, 162px 2437px #fff, 1111px 1228px #fff, 2296px 1264px #fff, 714px 934px #fff, 271px 2183px #fff, 1898px 1685px #fff, 1305px 2354px #fff, 570px 1827px #fff, 723px 940px #fff, 1323px 640px #fff, 973px 894px #fff, 796px 489px #fff, 828px 431px #fff, 802px 828px #fff, 556px 2357px #fff, 2552px 616px #fff, 1457px 1036px #fff, 83px 2283px #fff, 2169px 1124px #fff, 1301px 1720px #fff, 1275px 1481px #fff, 1372px 1795px #fff, 1249px 541px #fff, 1828px 2497px #fff, 434px 1016px #fff, 1975px 1671px #fff, 641px 420px #fff, 507px 772px #fff, 638px 1315px #fff, 1172px 1785px #fff, 826px 1746px #fff, 544px 329px #fff, 2049px 913px #fff, 2203px 2266px #fff, 135px 1758px #fff, 1852px 1405px #fff, 2524px 441px #fff, 2481px 1927px #fff, 238px 1938px #fff, 1918px 1940px #fff, 2352px 188px #fff, 2508px 1001px #fff, 1741px 1650px #fff, 880px 1511px #fff, 1304px 1320px #fff, 952px 2331px #fff, 944px 1956px #fff;
  border-radius: 50%;
  height: 3px;
  width: 3px;
}

.particle-3:after {
  box-shadow: 0px 0px #fff, 1165px 885px #fff, 2199px 781px #fff, 2254px 1821px #fff, 2202px 2376px #fff, 211px 253px #fff, 1044px 2144px #fff, 980px 2255px #fff, 153px 1421px #fff, 1444px 1499px #fff, 530px 2114px #fff, 1446px 1738px #fff, 1492px 797px #fff, 809px 2198px #fff, 2403px 1603px #fff, 1059px 1854px #fff, 1779px 1924px #fff, 1026px 1439px #fff, 1717px 285px #fff, 283px 2529px #fff, 1691px 458px #fff, 1317px 1899px #fff, 1439px 829px #fff, 423px 1248px #fff, 1540px 225px #fff, 1432px 487px #fff, 1693px 1019px #fff, 1023px 494px #fff, 1033px 2241px #fff, 612px 1250px #fff, 1128px 1514px #fff, 1327px 2508px #fff, 838px 1724px #fff, 2329px 2048px #fff, 638px 2039px #fff, 1455px 1684px #fff, 2057px 2244px #fff, 1673px 1637px #fff, 516px 1871px #fff, 2353px 1916px #fff, 48px 287px #fff, 1917px 354px #fff, 2310px 1539px #fff, 1166px 265px #fff, 1218px 1964px #fff, 2330px 429px #fff, 1594px 2079px #fff, 2463px 220px #fff, 889px 1283px #fff, 1143px 753px #fff, 1423px 363px #fff, 426px 790px #fff, 2469px 2133px #fff, 2444px 1432px #fff, 947px 914px #fff, 2156px 22px #fff, 864px 1583px #fff, 383px 1605px #fff, 673px 1574px #fff, 1139px 2545px #fff, 2030px 1369px #fff, 204px 886px #fff, 2464px 1518px #fff, 10px 356px #fff, 1520px 1440px #fff, 1629px 1873px #fff, 1350px 294px #fff, 975px 683px #fff, 1910px 370px #fff, 1614px 1659px #fff, 772px 1227px #fff, 1662px 1634px #fff, 115px 670px #fff, 1671px 827px #fff, 541px 245px #fff, 2534px 739px #fff, 242px 537px #fff, 163px 991px #fff, 2189px 2552px #fff, 197px 829px #fff, 2392px 418px #fff, 895px 1594px #fff, 407px 614px #fff, 1098px 2140px #fff, 1802px 108px #fff, 1806px 268px #fff, 2125px 563px #fff, 433px 1310px #fff, 1948px 22px #fff, 669px 2480px #fff, 2496px 1662px #fff, 313px 1706px #fff, 1890px 1259px #fff, 1728px 2239px #fff, 934px 253px #fff, 1428px 1290px #fff, 716px 1155px #fff, 2446px 979px #fff, 2280px 794px #fff, 2142px 1745px #fff, 1073px 1841px #fff, 1285px 1890px #fff, 2400px 1480px #fff, 1844px 2310px #fff, 32px 2390px #fff, 1083px 2200px #fff, 341px 2118px #fff, 1121px 762px #fff, 1186px 385px #fff, 636px 1688px #fff, 2068px 912px #fff, 678px 2303px #fff, 133px 1487px #fff, 335px 2071px #fff, 378px 1018px #fff, 1822px 1509px #fff, 827px 2043px #fff, 2008px 1214px #fff, 92px 989px #fff, 738px 895px #fff, 1335px 1516px #fff, 1140px 2390px #fff, 1490px 477px #fff, 1265px 1417px #fff, 1504px 652px #fff, 1052px 1570px #fff, 2506px 2045px #fff, 2449px 1946px #fff, 1871px 2323px #fff, 2476px 2191px #fff, 1332px 1396px #fff, 43px 2388px #fff, 1735px 892px #fff, 1994px 31px #fff, 2093px 1242px #fff, 2480px 473px #fff, 1283px 2156px #fff, 1132px 1230px #fff, 2552px 1052px #fff, 953px 1404px #fff, 1466px 2017px #fff, 2243px 1938px #fff, 970px 355px #fff, 2402px 1999px #fff, 2210px 958px #fff, 1058px 738px #fff, 2258px 1492px #fff, 559px 1076px #fff, 1997px 1839px #fff, 2043px 1651px #fff, 1788px 1363px #fff, 1986px 1974px #fff, 2325px 2407px #fff, 826px 2175px #fff, 1847px 1009px #fff, 1864px 2113px #fff, 332px 229px #fff, 1222px 1306px #fff, 1295px 2242px #fff, 828px 1729px #fff, 133px 697px #fff, 419px 1931px #fff, 2450px 2244px #fff, 1676px 1750px #fff, 2553px 2206px #fff, 532px 152px #fff, 58px 934px #fff, 445px 1861px #fff, 255px 844px #fff, 1319px 1915px #fff, 59px 1594px #fff, 1089px 121px #fff, 2359px 404px #fff, 1573px 2024px #fff, 1190px 1645px #fff, 1570px 80px #fff, 1139px 1788px #fff, 1667px 1482px #fff, 985px 2382px #fff, 565px 375px #fff, 379px 1779px #fff, 317px 1183px #fff, 1573px 2182px #fff, 208px 97px #fff, 1064px 2339px #fff, 2344px 1326px #fff, 135px 2002px #fff, 867px 2180px #fff, 394px 464px #fff, 1505px 1399px #fff, 1379px 462px #fff, 1017px 357px #fff, 2324px 36px #fff, 33px 1229px #fff, 609px 1279px #fff, 2536px 1270px #fff, 1846px 229px #fff, 1561px 926px #fff, 1985px 297px #fff, 1126px 2166px #fff, 453px 1247px #fff, 220px 1444px #fff, 1607px 2279px #fff, 540px 2457px #fff, 1114px 1980px #fff, 262px 343px #fff, 2301px 1683px #fff, 1552px 1484px #fff, 1651px 1145px #fff, 2000px 388px #fff, 1829px 554px #fff, 35px 2122px #fff, 2137px 1089px #fff, 35px 1587px #fff, 2330px 2321px #fff, 1881px 2243px #fff, 2139px 1792px #fff, 1266px 1024px #fff, 717px 2514px #fff, 401px 2481px #fff, 472px 544px #fff, 2149px 26px #fff, 144px 396px #fff, 1621px 1606px #fff, 627px 1784px #fff, 2324px 1379px #fff, 953px 2184px #fff, 2417px 78px #fff, 890px 2124px #fff, 1996px 732px #fff, 2504px 1608px #fff, 1055px 907px #fff, 705px 1305px #fff, 2140px 1920px #fff, 821px 2213px #fff, 2240px 496px #fff, 2047px 2277px #fff, 2456px 1860px #fff, 1569px 469px #fff, 2535px 1634px #fff, 1561px 1610px #fff, 1665px 1374px #fff, 1741px 66px #fff, 2488px 2540px #fff, 20px 1835px #fff, 1081px 1832px #fff, 1004px 2457px #fff, 235px 1385px #fff, 2261px 2555px #fff, 861px 769px #fff, 2479px 1196px #fff, 125px 1304px #fff, 674px 639px #fff, 143px 185px #fff, 1552px 2085px #fff, 869px 1735px #fff, 1561px 408px #fff, 2078px 2351px #fff, 1889px 2338px #fff, 2127px 1294px #fff, 1082px 879px #fff, 676px 796px #fff, 167px 878px #fff, 1899px 627px #fff, 276px 1679px #fff, 994px 1659px #fff, 292px 384px #fff, 846px 405px #fff, 2111px 719px #fff, 1928px 2473px #fff, 1256px 2044px #fff, 922px 746px #fff, 39px 725px #fff, 2319px 667px #fff, 2071px 774px #fff, 753px 1111px #fff, 300px 538px #fff, 956px 2164px #fff, 2198px 893px #fff, 1136px 1522px #fff, 448px 558px #fff, 732px 2333px #fff, 2327px 1560px #fff, 1524px 482px #fff, 1966px 1127px #fff, 959px 2059px #fff, 2062px 2046px #fff, 124px 467px #fff, 591px 2529px #fff, 2185px 268px #fff, 1431px 561px #fff, 183px 1671px #fff, 1840px 1015px #fff, 1802px 1352px #fff, 1310px 852px #fff, 1895px 520px #fff, 352px 417px #fff, 1886px 721px #fff, 1978px 2123px #fff, 687px 2368px #fff, 50px 358px #fff, 2075px 13px #fff, 806px 1827px #fff, 953px 12px #fff, 389px 914px #fff, 1396px 1209px #fff, 780px 1272px #fff, 922px 1362px #fff, 655px 630px #fff, 108px 732px #fff, 2355px 2462px #fff, 2156px 1434px #fff, 1057px 2517px #fff, 1521px 1909px #fff, 541px 391px #fff, 1253px 361px #fff, 1549px 802px #fff, 380px 1675px #fff, 235px 1441px #fff, 2180px 2477px #fff, 1496px 953px #fff, 1058px 2026px #fff, 1055px 970px #fff, 989px 286px #fff, 847px 1054px #fff, 73px 1236px #fff, 1509px 1516px #fff, 1546px 1501px #fff, 1266px 511px #fff, 1465px 871px #fff, 20px 576px #fff, 1122px 1088px #fff, 136px 932px #fff, 2427px 1601px #fff, 2117px 1093px #fff, 1510px 1741px #fff, 1309px 1038px #fff, 1172px 731px #fff, 455px 1454px #fff, 1643px 948px #fff, 2177px 1335px #fff, 1581px 187px #fff, 2022px 637px #fff, 277px 1295px #fff, 2489px 1758px #fff, 58px 2122px #fff, 1535px 1668px #fff, 1391px 1694px #fff, 1392px 442px #fff, 561px 1789px #fff, 1470px 58px #fff, 2130px 692px #fff, 1613px 1369px #fff, 167px 1080px #fff, 2319px 1961px #fff, 2365px 513px #fff, 1410px 1359px #fff, 617px 585px #fff, 2092px 297px #fff, 2130px 801px #fff, 1433px 1586px #fff, 2227px 1192px #fff, 2435px 554px #fff, 352px 703px #fff, 1367px 2364px #fff, 1842px 671px #fff, 2036px 1162px #fff, 2372px 316px #fff, 1542px 1817px #fff, 1568px 36px #fff, 2307px 514px #fff, 1148px 2050px #fff, 829px 1372px #fff, 2350px 2500px #fff, 1508px 2303px #fff, 1073px 433px #fff, 1558px 1829px #fff, 349px 1464px #fff, 160px 1611px #fff, 817px 461px #fff, 1717px 82px #fff, 2318px 28px #fff, 887px 96px #fff, 50px 1654px #fff, 1453px 2487px #fff, 1490px 1998px #fff, 2249px 52px #fff, 470px 2158px #fff, 1808px 1918px #fff, 1995px 264px #fff, 927px 730px #fff, 2184px 1463px #fff, 644px 71px #fff, 1900px 2071px #fff, 803px 1126px #fff, 180px 2431px #fff, 33px 5px #fff, 2075px 1373px #fff, 556px 2559px #fff, 1113px 783px #fff, 1284px 2131px #fff, 957px 1275px #fff, 83px 1205px #fff, 2011px 41px #fff, 1987px 1721px #fff, 85px 1903px #fff, 344px 2147px #fff, 2135px 1728px #fff, 1490px 402px #fff, 1428px 382px #fff, 947px 2455px #fff, 1107px 356px #fff, 2203px 2302px #fff, 1599px 1885px #fff, 901px 320px #fff, 2129px 667px #fff, 2159px 1828px #fff, 77px 2222px #fff, 474px 434px #fff, 624px 2304px #fff, 432px 2152px #fff, 628px 2449px #fff, 713px 528px #fff, 460px 2523px #fff, 775px 1249px #fff, 1352px 2170px #fff, 1069px 37px #fff, 85px 320px #fff, 1331px 1798px #fff, 1003px 1590px #fff, 1311px 515px #fff, 880px 259px #fff, 1882px 1206px #fff, 1105px 32px #fff, 1872px 877px #fff, 531px 1987px #fff, 505px 1483px #fff, 1940px 2498px #fff, 365px 141px #fff, 2358px 1337px #fff, 1793px 1032px #fff, 2186px 1358px #fff, 14px 687px #fff, 1235px 2431px #fff, 668px 152px #fff, 903px 1631px #fff, 1778px 504px #fff, 897px 1778px #fff, 1983px 1477px #fff, 2096px 2271px #fff, 1406px 2177px #fff, 1671px 2095px #fff, 1819px 1289px #fff, 2514px 990px #fff, 1440px 1545px #fff, 2172px 778px #fff, 1625px 222px #fff, 1586px 1144px #fff, 2045px 851px #fff, 138px 1890px #fff, 1486px 1955px #fff, 6px 2481px #fff, 1221px 2278px #fff, 2167px 2313px #fff, 41px 1678px #fff, 661px 962px #fff, 1545px 67px #fff, 1895px 138px #fff, 1513px 1481px #fff, 1086px 648px #fff, 748px 156px #fff, 1502px 479px #fff, 594px 548px #fff, 353px 1715px #fff, 1453px 702px #fff, 913px 1817px #fff, 72px 1655px #fff, 1625px 882px #fff, 1642px 2275px #fff, 965px 1651px #fff, 1312px 1708px #fff, 2496px 2165px #fff, 2334px 895px #fff, 2317px 1295px #fff, 1241px 2160px #fff, 873px 2201px #fff, 1748px 2209px #fff, 1579px 267px #fff, 799px 676px #fff, 2115px 1914px #fff, 456px 676px #fff, 2324px 1553px #fff, 916px 508px #fff, 365px 330px #fff, 1511px 2172px #fff, 242px 1289px #fff, 2417px 2347px #fff, 1483px 1107px #fff, 2269px 1168px #fff, 2136px 369px #fff, 800px 157px #fff, 565px 1156px #fff, 2104px 2252px #fff, 1263px 2215px #fff, 2145px 2445px #fff, 1818px 2225px #fff, 2451px 2409px #fff, 654px 1715px #fff, 886px 1555px #fff, 877px 1714px #fff, 57px 196px #fff, 1015px 1314px #fff, 1652px 2456px #fff, 1092px 2262px #fff, 1661px 1711px #fff, 627px 2149px #fff, 2018px 1850px #fff, 1690px 376px #fff, 305px 869px #fff, 767px 1866px #fff, 706px 38px #fff, 2272px 1172px #fff, 1980px 651px #fff, 1093px 681px #fff, 27px 294px #fff, 440px 1845px #fff, 1476px 337px #fff, 1129px 2486px #fff, 2264px 1599px #fff, 1099px 2178px #fff, 459px 2362px #fff, 2196px 1264px #fff, 859px 2324px #fff, 1946px 783px #fff, 2514px 1531px #fff, 2487px 505px #fff, 1081px 1686px #fff, 1058px 260px #fff, 1765px 740px #fff, 664px 323px #fff, 2292px 2155px #fff, 1727px 268px #fff, 1710px 2387px #fff, 1591px 1206px #fff, 317px 920px #fff, 146px 1829px #fff, 1481px 405px #fff, 2164px 367px #fff, 2546px 1101px #fff, 391px 2514px #fff, 1824px 1470px #fff, 256px 447px #fff, 385px 1717px #fff, 189px 1400px #fff, 2274px 272px #fff, 1900px 1857px #fff, 612px 1448px #fff, 1355px 1869px #fff, 284px 1659px #fff, 1988px 234px #fff, 2164px 1225px #fff, 2123px 2216px #fff, 1836px 2252px #fff, 547px 775px #fff, 478px 1269px #fff, 1789px 735px #fff, 2523px 71px #fff, 2113px 392px #fff, 1315px 1897px #fff, 1916px 2068px #fff, 2526px 202px #fff, 757px 1379px #fff, 1695px 985px #fff, 673px 1768px #fff, 493px 2376px #fff, 2254px 140px #fff, 1261px 1412px #fff, 1627px 1173px #fff, 768px 2403px #fff, 757px 848px #fff, 1913px 693px #fff, 951px 818px #fff, 379px 1292px #fff, 1986px 1254px #fff, 324px 178px #fff, 2509px 2117px #fff, 851px 90px #fff, 2383px 2450px #fff, 2365px 2360px #fff, 2038px 1867px #fff, 373px 126px #fff, 1686px 1779px #fff, 733px 1934px #fff, 509px 681px #fff, 972px 339px #fff, 1037px 403px #fff, 1419px 1481px #fff, 1418px 719px #fff, 672px 2338px #fff, 1350px 1306px #fff, 111px 873px #fff, 1378px 1185px #fff, 1951px 2234px #fff, 2104px 387px #fff, 1445px 1738px #fff, 1452px 1187px #fff, 10px 2124px #fff, 1723px 1231px #fff, 771px 1782px #fff, 1621px 2272px #fff, 620px 839px #fff, 1849px 370px #fff, 1268px 1328px #fff, 2349px 2366px #fff, 2531px 953px #fff, 2541px 385px #fff, 1643px 2257px #fff, 485px 2372px #fff, 2453px 1715px #fff, 610px 1241px #fff, 1096px 1512px #fff, 2263px 535px #fff, 159px 2024px #fff, 1973px 437px #fff, 1820px 285px #fff, 489px 568px #fff, 570px 776px #fff, 776px 1504px #fff, 2487px 145px #fff, 97px 393px #fff, 1265px 2003px #fff, 810px 655px #fff, 673px 479px #fff, 1506px 435px #fff, 1158px 615px #fff, 2276px 1871px #fff, 2098px 1922px #fff, 132px 361px #fff, 861px 1467px #fff, 634px 743px #fff, 1055px 1551px #fff, 2091px 132px #fff, 697px 1808px #fff, 2053px 1352px #fff, 2239px 1821px #fff, 565px 1700px #fff, 549px 1247px #fff, 2176px 532px #fff, 863px 606px #fff, 1372px 1945px #fff, 1172px 961px #fff, 589px 1498px #fff, 835px 1026px #fff, 187px 2083px #fff, 2319px 927px #fff, 2100px 767px #fff, 1971px 2441px #fff, 1426px 1556px #fff, 1611px 1320px #fff, 2259px 1212px #fff, 2170px 1636px #fff, 1044px 650px #fff, 612px 1002px #fff, 474px 551px #fff, 2412px 1914px #fff, 2047px 407px #fff, 506px 1355px #fff, 460px 859px #fff, 871px 1308px #fff, 469px 812px #fff, 856px 44px #fff, 1281px 2524px #fff, 881px 1405px #fff, 2354px 261px #fff, 2492px 717px #fff, 30px 751px #fff, 270px 2513px #fff, 1995px 1419px #fff, 775px 2155px #fff, 1244px 719px #fff, 1722px 278px #fff, 1073px 799px #fff, 294px 252px #fff, 779px 546px #fff, 1819px 846px #fff, 258px 1448px #fff, 432px 1652px #fff, 1116px 2434px #fff, 1387px 1018px #fff, 1608px 1143px #fff, 2137px 163px #fff, 152px 20px #fff, 1753px 2119px #fff, 908px 878px #fff, 952px 107px #fff, 992px 1026px #fff, 914px 1962px #fff, 1344px 198px #fff, 912px 2419px #fff, 171px 170px #fff, 638px 1553px #fff, 1761px 9px #fff, 878px 767px #fff, 555px 1196px #fff, 497px 1999px #fff, 247px 605px #fff, 1502px 835px #fff, 417px 1362px #fff, 1389px 1938px #fff, 772px 1226px #fff, 591px 1089px #fff, 964px 1373px #fff, 503px 29px #fff, 1335px 1080px #fff, 595px 2418px #fff, 1209px 1458px #fff, 1603px 1616px #fff, 378px 612px #fff, 1538px 1527px #fff, 921px 1192px #fff, 2103px 18px #fff, 1555px 100px #fff, 2021px 973px #fff, 2479px 558px #fff, 927px 1765px #fff, 484px 1705px #fff, 965px 1970px #fff, 1835px 2028px #fff, 356px 1618px #fff, 799px 1734px #fff, 90px 574px #fff, 2547px 980px #fff, 1700px 1290px #fff, 1417px 444px #fff, 588px 1817px #fff, 404px 886px #fff, 429px 1319px #fff, 1687px 940px #fff, 2219px 1122px #fff, 2021px 22px #fff, 2025px 2518px #fff, 2235px 103px #fff, 630px 1777px #fff, 1665px 2368px #fff, 1510px 1128px #fff, 1289px 1295px #fff, 1611px 2188px #fff, 564px 2333px #fff, 895px 1930px #fff, 2480px 1874px #fff, 1767px 1925px #fff, 793px 2515px #fff, 933px 613px #fff, 600px 1292px #fff, 408px 1192px #fff, 516px 818px #fff, 1214px 2130px #fff, 2147px 1278px #fff, 1128px 208px #fff, 1056px 1398px #fff, 485px 1304px #fff, 2494px 1872px #fff, 2113px 473px #fff, 1861px 701px #fff, 440px 887px #fff, 2276px 1797px #fff, 2131px 34px #fff, 2414px 415px #fff, 2262px 880px #fff, 2500px 2518px #fff, 1216px 483px #fff, 1496px 2453px #fff, 246px 144px #fff, 1014px 1113px #fff, 321px 405px #fff, 702px 470px #fff, 743px 547px #fff, 1651px 1803px #fff, 1775px 1069px #fff, 2px 2077px #fff, 1674px 635px #fff, 1501px 242px #fff, 690px 1036px #fff, 2461px 1313px #fff, 1974px 2067px #fff, 1683px 2348px #fff, 2380px 2317px #fff, 1242px 1340px #fff, 169px 1022px #fff, 276px 1611px #fff, 1697px 138px #fff, 1218px 950px #fff, 1570px 1496px #fff, 2555px 2436px #fff, 321px 2447px #fff, 45px 870px #fff, 1400px 347px #fff, 442px 2229px #fff, 1760px 1870px #fff, 94px 1735px #fff, 1641px 2297px #fff, 2054px 2160px #fff, 547px 2324px #fff, 1597px 222px #fff, 440px 876px #fff, 2378px 929px #fff, 2098px 2531px #fff, 1664px 2264px #fff, 1218px 1709px #fff, 231px 1383px #fff, 317px 891px #fff, 347px 2182px #fff, 958px 965px #fff, 2133px 574px #fff, 1117px 793px #fff, 542px 719px #fff, 1775px 1118px #fff, 90px 1086px #fff, 2446px 1951px #fff, 951px 2104px #fff, 1375px 143px #fff, 140px 1546px #fff, 467px 2062px #fff, 2191px 926px #fff, 944px 598px #fff, 370px 1293px #fff, 49px 2235px #fff, 242px 943px #fff, 998px 876px #fff, 2041px 292px #fff, 28px 623px #fff, 2396px 1729px #fff, 797px 40px #fff, 86px 390px #fff, 1955px 280px #fff, 1491px 1123px #fff, 1146px 434px #fff, 1234px 511px #fff, 901px 1368px #fff, 1145px 93px #fff, 1986px 1443px #fff, 530px 2067px #fff, 2037px 2341px #fff, 1736px 1367px #fff, 537px 1496px #fff, 1951px 243px #fff, 846px 2131px #fff, 109px 540px #fff, 879px 1711px #fff, 825px 1776px #fff, 1516px 1px #fff, 2423px 854px #fff, 16px 1541px #fff, 706px 630px #fff, 488px 1440px #fff, 170px 2285px #fff, 1561px 117px #fff, 1620px 98px #fff, 312px 1250px #fff, 1909px 2373px #fff, 1064px 1261px #fff, 1886px 484px #fff, 1888px 2242px #fff, 531px 489px #fff, 2441px 1514px #fff, 2455px 2388px #fff, 42px 2018px #fff, 1314px 822px #fff, 525px 2124px #fff, 1973px 1828px #fff, 2448px 1981px #fff, 1951px 854px #fff, 672px 803px #fff, 1267px 1598px #fff, 1057px 1849px #fff, 1856px 1470px #fff, 1204px 2530px #fff, 1406px 1626px #fff, 1371px 388px #fff, 1451px 1062px #fff, 1608px 1351px #fff, 149px 523px #fff, 1573px 364px #fff, 1092px 2267px #fff, 684px 1435px #fff, 1160px 669px #fff, 1234px 2271px #fff, 2226px 2013px #fff, 2249px 801px #fff, 2301px 2035px #fff, 107px 1951px #fff, 1264px 1406px #fff, 2265px 2468px #fff, 2036px 2306px #fff, 2124px 446px #fff, 168px 1012px #fff, 908px 832px #fff, 13px 1344px #fff, 1296px 227px #fff, 2090px 1420px #fff, 723px 2268px #fff, 1703px 1579px #fff, 1145px 978px #fff, 1847px 615px #fff, 1174px 2349px #fff, 269px 1148px #fff, 2446px 2498px #fff, 868px 2511px #fff, 538px 789px #fff, 81px 1668px #fff, 1638px 1018px #fff, 365px 2164px #fff, 1194px 208px #fff, 1605px 2147px #fff, 1838px 1082px #fff, 2560px 1779px #fff, 1606px 1854px #fff, 1721px 1471px #fff, 59px 276px #fff, 239px 1651px #fff, 1276px 444px #fff, 2473px 1925px #fff, 1959px 1177px #fff, 605px 1829px #fff, 1369px 1236px #fff, 1479px 630px #fff, 1149px 2129px #fff, 1113px 661px #fff, 1458px 1914px #fff, 2036px 1523px #fff, 1942px 640px #fff, 2244px 1269px #fff, 2120px 2183px #fff, 1255px 14px #fff, 1683px 2418px #fff, 292px 2270px #fff, 1306px 1858px #fff, 459px 2411px #fff, 1769px 674px #fff, 507px 644px #fff, 1839px 1535px #fff, 872px 2241px #fff, 711px 702px #fff, 529px 2105px #fff, 665px 2053px #fff, 1691px 2174px #fff, 2151px 1849px #fff, 1624px 2160px #fff, 1071px 1782px #fff, 880px 1625px #fff, 2524px 2216px #fff, 146px 154px #fff, 952px 1973px #fff, 1079px 2483px #fff, 445px 2538px #fff, 1274px 1102px #fff, 609px 473px #fff, 1319px 299px #fff, 1824px 1825px #fff, 673px 1631px #fff, 1861px 1024px #fff, 1275px 503px #fff, 1831px 1224px #fff, 1659px 1339px #fff, 297px 1738px #fff, 815px 179px #fff, 2444px 667px #fff, 177px 2457px #fff, 429px 1811px #fff, 1223px 2140px #fff, 1332px 1182px #fff, 1287px 366px #fff, 2515px 2085px #fff, 2299px 1655px #fff, 1826px 174px #fff, 1206px 1852px #fff, 1094px 1939px #fff, 1131px 122px #fff, 185px 1178px #fff, 1172px 1884px #fff, 2503px 446px #fff, 1600px 1654px #fff, 301px 229px #fff, 1830px 913px #fff, 217px 29px #fff, 1111px 1154px #fff, 583px 492px #fff, 746px 1534px #fff, 2091px 1443px #fff, 2009px 1652px #fff, 2110px 461px #fff, 1088px 1713px #fff, 1112px 1372px #fff, 1038px 818px #fff, 1010px 503px #fff, 1409px 1956px #fff, 566px 1659px #fff, 2040px 242px #fff, 81px 1010px #fff, 1499px 624px #fff, 2329px 2320px #fff, 361px 1236px #fff, 976px 1841px #fff, 1108px 2359px #fff, 2268px 1946px #fff, 457px 457px #fff, 2001px 1124px #fff, 859px 438px #fff, 1971px 182px #fff, 1842px 108px #fff, 1466px 1007px #fff, 2127px 64px #fff, 212px 2269px #fff, 1368px 1881px #fff, 1425px 453px #fff, 1599px 1607px #fff, 2251px 295px #fff, 2057px 1177px #fff, 897px 2371px #fff, 1710px 277px #fff, 1685px 1302px #fff, 2489px 218px #fff, 2450px 2331px #fff, 394px 449px #fff, 1824px 2518px #fff, 1954px 174px #fff, 821px 828px #fff, 2472px 867px #fff, 1150px 1662px #fff, 1065px 2547px #fff, 2545px 922px #fff, 905px 1004px #fff, 926px 578px #fff, 1762px 719px #fff, 39px 466px #fff, 25px 2215px #fff, 1940px 374px #fff, 495px 1228px #fff, 1374px 971px #fff, 1104px 1441px #fff, 1506px 1317px #fff, 1429px 931px #fff, 22px 2558px #fff, 305px 1571px #fff, 1136px 2114px #fff, 1472px 90px #fff, 2326px 962px #fff, 13px 663px #fff, 2183px 716px #fff, 2493px 212px #fff, 561px 1898px #fff, 2020px 2345px #fff, 1957px 890px #fff, 222px 1848px #fff, 1033px 1532px #fff, 225px 529px #fff, 2303px 2146px #fff, 338px 81px #fff, 1600px 2389px #fff, 2032px 1219px #fff, 2014px 227px #fff, 1340px 506px #fff, 820px 53px #fff, 1557px 981px #fff, 81px 1381px #fff, 748px 2495px #fff, 1815px 62px #fff, 745px 2446px #fff, 1149px 1007px #fff, 31px 635px #fff, 1722px 578px #fff, 1274px 1179px #fff, 2515px 2350px #fff, 1055px 2284px #fff, 53px 1278px #fff, 1338px 350px #fff, 2213px 1484px #fff, 39px 1943px #fff, 1850px 450px #fff, 896px 1727px #fff, 1208px 373px #fff, 1497px 238px #fff, 508px 670px #fff, 928px 174px #fff, 2269px 1089px #fff, 1472px 1434px #fff, 1148px 780px #fff, 2357px 753px #fff, 354px 2073px #fff, 576px 125px #fff, 2404px 2317px #fff, 706px 960px #fff, 1320px 1722px #fff, 374px 2558px #fff, 122px 1416px #fff, 861px 874px #fff, 1165px 1562px #fff, 222px 2498px #fff, 1163px 1198px #fff, 2070px 960px #fff, 1088px 1546px #fff;
  border-radius: 50%;
  height: 3px;
  width: 3px;
  border-radius: 50%;
}

.particle-4 {
  animation: animParticle 200s linear infinite;
  box-shadow: 0px 0px #fff, 1354px 1424px #fff, 1455px 2483px #fff, 2076px 35px #fff, 2549px 225px #fff, 927px 239px #fff, 1472px 1380px #fff, 2292px 1395px #fff, 1384px 873px #fff, 1928px 2388px #fff, 325px 2429px #fff, 326px 1026px #fff, 2189px 502px #fff, 598px 1207px #fff, 2202px 572px #fff, 1897px 1534px #fff, 425px 1305px #fff, 96px 832px #fff, 738px 2179px #fff, 1338px 668px #fff, 390px 2435px #fff, 2475px 369px #fff, 512px 1408px #fff, 2519px 316px #fff, 1549px 2212px #fff, 2445px 2330px #fff, 2314px 2458px #fff, 2237px 1105px #fff, 2389px 2162px #fff, 987px 2116px #fff, 220px 2407px #fff, 433px 434px #fff, 1812px 2369px #fff, 727px 1354px #fff, 291px 1567px #fff, 1080px 201px #fff, 1395px 624px #fff, 771px 196px #fff, 1125px 892px #fff, 2294px 225px #fff, 262px 2322px #fff, 481px 1942px #fff, 1036px 1402px #fff, 1780px 127px #fff, 1223px 2464px #fff, 1465px 1719px #fff, 728px 1148px #fff, 241px 1958px #fff, 1345px 665px #fff, 1774px 1618px #fff, 2103px 1383px #fff, 1003px 1652px #fff, 2486px 1666px #fff, 2142px 110px #fff, 1182px 169px #fff, 1913px 1479px #fff, 932px 724px #fff, 1279px 515px #fff, 42px 2099px #fff, 574px 713px #fff, 2302px 1664px #fff, 2310px 1949px #fff, 772px 364px #fff, 1620px 605px #fff, 1891px 2412px #fff, 2124px 2088px #fff, 2277px 1565px #fff, 14px 2086px #fff, 588px 1441px #fff, 26px 1552px #fff, 531px 76px #fff, 1521px 1783px #fff, 491px 97px #fff, 1697px 2243px #fff, 1136px 2558px #fff, 424px 1721px #fff, 1695px 293px #fff, 172px 743px #fff, 598px 461px #fff, 866px 376px #fff, 826px 998px #fff, 2548px 550px #fff, 2428px 1610px #fff, 1152px 1888px #fff, 780px 1030px #fff, 186px 1815px #fff, 2052px 1497px #fff, 179px 1409px #fff, 1369px 1775px #fff, 2045px 1323px #fff, 616px 2549px #fff, 2533px 1398px #fff, 769px 1466px #fff, 2060px 1209px #fff, 872px 1696px #fff, 1212px 1271px #fff, 201px 1861px #fff, 114px 1483px #fff, 2251px 373px #fff, 1284px 2308px #fff, 916px 1877px #fff, 1956px 1754px #fff, 2545px 2250px #fff, 2519px 1492px #fff, 382px 856px #fff, 1253px 2385px #fff, 1778px 1412px #fff, 615px 640px #fff, 2072px 2360px #fff, 779px 2500px #fff, 139px 838px #fff, 1363px 115px #fff, 347px 1110px #fff, 378px 1039px #fff, 328px 828px #fff, 443px 2377px #fff, 1929px 2303px #fff, 2170px 2482px #fff, 1924px 1084px #fff, 1843px 2392px #fff, 853px 1744px #fff, 220px 299px #fff, 499px 226px #fff, 2231px 1740px #fff, 972px 465px #fff, 1513px 1489px #fff, 1316px 2454px #fff, 2528px 1711px #fff, 983px 2305px #fff, 2121px 1484px #fff, 2465px 1168px #fff, 705px 446px #fff, 959px 712px #fff, 2331px 2412px #fff, 878px 712px #fff, 1655px 82px #fff, 2224px 2206px #fff, 120px 1125px #fff, 788px 889px #fff, 2345px 2153px #fff, 1486px 1913px #fff, 1166px 1402px #fff, 882px 1379px #fff, 1181px 1146px #fff, 2491px 1339px #fff, 129px 1541px #fff, 2408px 336px #fff, 1006px 23px #fff, 1717px 1616px #fff, 2430px 2426px #fff, 1944px 1229px #fff, 1196px 632px #fff, 2265px 1428px #fff, 946px 1534px #fff, 193px 2368px #fff, 1558px 1462px #fff, 633px 748px #fff, 1015px 1823px #fff, 2525px 478px #fff, 2461px 2420px #fff, 2460px 1907px #fff, 1380px 2559px #fff, 1651px 2389px #fff, 664px 2323px #fff, 632px 1572px #fff, 130px 947px #fff, 805px 596px #fff, 2234px 809px #fff, 83px 1742px #fff, 25px 2169px #fff, 2339px 1513px #fff, 2095px 881px #fff, 680px 2133px #fff, 154px 1829px #fff, 2225px 2113px #fff, 1573px 2434px #fff, 943px 1133px #fff, 62px 2221px #fff, 577px 1090px #fff, 650px 1864px #fff, 1749px 1685px #fff, 530px 1183px #fff, 1551px 2200px #fff, 2205px 2442px #fff, 1025px 276px #fff, 45px 1876px #fff, 2022px 1046px #fff, 779px 1546px #fff, 2446px 2332px #fff, 346px 367px #fff, 2089px 408px #fff, 1058px 2044px #fff, 1349px 2271px #fff, 1861px 950px #fff, 2186px 837px #fff, 849px 2333px #fff, 1112px 2000px #fff, 2338px 113px #fff, 1822px 1516px #fff, 1357px 1430px #fff, 929px 668px #fff, 1147px 889px #fff, 1614px 2105px #fff, 681px 46px #fff, 2191px 414px #fff, 730px 1171px #fff, 566px 1369px #fff, 2188px 990px #fff, 2459px 735px #fff, 351px 1433px #fff, 2137px 2338px #fff, 2275px 1482px #fff, 1229px 1618px #fff, 2413px 1467px #fff, 2125px 594px #fff, 1341px 262px #fff, 1565px 1142px #fff, 603px 1325px #fff, 1789px 1307px #fff, 913px 328px #fff, 983px 722px #fff, 2396px 2500px #fff, 560px 2368px #fff, 801px 1532px #fff, 1067px 201px #fff, 509px 467px #fff, 1130px 97px #fff, 1132px 1118px #fff, 636px 1222px #fff, 1863px 2479px #fff, 1260px 1004px #fff, 922px 671px #fff, 194px 2502px #fff, 2116px 1785px #fff, 40px 2170px #fff, 603px 1310px #fff, 417px 462px #fff, 787px 893px #fff, 616px 566px #fff, 4px 1658px #fff, 2204px 2429px #fff, 563px 1730px #fff, 1667px 729px #fff, 1178px 1520px #fff, 621px 1104px #fff, 2133px 35px #fff, 1529px 1163px #fff, 794px 1085px #fff, 599px 1890px #fff, 660px 1913px #fff, 2229px 2416px #fff, 2016px 468px #fff, 398px 205px #fff, 2154px 1414px #fff, 1620px 1684px #fff, 1430px 995px #fff, 2088px 231px #fff, 2072px 552px #fff, 1930px 2383px #fff, 1062px 297px #fff, 2456px 350px #fff, 2511px 126px #fff, 2523px 1483px #fff, 2029px 161px #fff, 1584px 1081px #fff, 610px 424px #fff, 1008px 178px #fff, 712px 1335px #fff, 940px 2270px #fff, 171px 128px #fff, 1115px 1013px #fff, 2372px 1816px #fff, 908px 2197px #fff, 234px 512px #fff, 1045px 1972px #fff, 1983px 1269px #fff, 50px 1444px #fff, 1056px 400px #fff, 1271px 819px #fff, 731px 1376px #fff, 1370px 853px #fff, 333px 557px #fff, 688px 2111px #fff, 2090px 1816px #fff, 1948px 1897px #fff, 2454px 1522px #fff, 2141px 1794px #fff, 1254px 1205px #fff, 2273px 1449px #fff, 1108px 1137px #fff, 1354px 1536px #fff, 2424px 1686px #fff, 947px 1351px #fff, 2488px 2085px #fff, 2108px 2130px #fff, 1982px 189px #fff, 869px 2119px #fff, 1587px 1903px #fff, 1369px 1124px #fff, 921px 336px #fff, 503px 370px #fff, 2062px 277px #fff, 1437px 1848px #fff, 1671px 845px #fff, 1794px 1508px #fff, 2295px 796px #fff, 2326px 1168px #fff, 2495px 1191px #fff, 1697px 70px #fff, 496px 848px #fff, 1772px 264px #fff, 396px 891px #fff, 900px 1494px #fff, 39px 1308px #fff, 2391px 231px #fff, 1160px 1686px #fff, 1734px 2129px #fff, 440px 777px #fff, 1444px 1459px #fff, 1471px 1050px #fff, 767px 2142px #fff, 2036px 1155px #fff, 241px 1061px #fff, 1372px 1234px #fff, 1091px 2035px #fff, 515px 1988px #fff, 1595px 2179px #fff, 210px 1211px #fff, 1262px 2424px #fff, 2016px 995px #fff, 2204px 2002px #fff, 121px 1417px #fff, 891px 484px #fff, 2244px 237px #fff, 1093px 1535px #fff, 2051px 2003px #fff, 114px 2202px #fff, 2558px 48px #fff, 1949px 1439px #fff, 1518px 220px #fff, 1902px 1450px #fff, 73px 2049px #fff, 2258px 677px #fff, 1623px 1206px #fff, 2508px 304px #fff, 1728px 1547px #fff, 1216px 2041px #fff, 830px 980px #fff, 558px 866px #fff, 1213px 2027px #fff, 441px 1344px #fff, 1206px 1896px #fff, 1182px 1885px #fff, 2325px 1377px #fff, 2100px 1913px #fff, 492px 578px #fff, 801px 618px #fff, 912px 1137px #fff, 561px 2309px #fff, 1886px 592px #fff, 810px 727px #fff, 239px 1111px #fff, 638px 877px #fff, 1083px 2411px #fff, 1999px 1517px #fff, 1444px 1880px #fff, 2318px 1247px #fff, 280px 205px #fff, 1461px 2269px #fff, 1683px 357px #fff, 961px 788px #fff, 2096px 257px #fff, 628px 733px #fff, 2518px 1600px #fff, 2552px 1938px #fff, 792px 2306px #fff, 2073px 79px #fff, 131px 2369px #fff, 2387px 529px #fff, 1344px 1974px #fff, 45px 1989px #fff, 1682px 1663px #fff, 1529px 1269px #fff, 1246px 1096px #fff, 777px 2121px #fff, 2167px 335px #fff, 220px 2022px #fff, 132px 1045px #fff, 1941px 1537px #fff, 1253px 1475px #fff, 1539px 561px #fff, 464px 1916px #fff, 271px 144px #fff, 2273px 451px #fff, 1232px 2148px #fff, 1465px 2347px #fff, 946px 1368px #fff, 1258px 581px #fff, 888px 728px #fff, 1670px 974px #fff, 737px 1441px #fff, 1150px 578px #fff, 2000px 1357px #fff, 1312px 567px #fff, 134px 1623px #fff, 660px 2537px #fff, 2145px 2044px #fff, 1483px 807px #fff, 11px 1263px #fff, 1461px 2503px #fff, 1440px 421px #fff, 73px 851px #fff, 294px 2113px #fff, 390px 2152px #fff, 2311px 1311px #fff, 1624px 1236px #fff, 1707px 1955px #fff, 652px 1983px #fff, 73px 730px #fff, 851px 1540px #fff, 2061px 644px #fff, 1352px 1575px #fff, 674px 1690px #fff, 295px 446px #fff, 1844px 1161px #fff, 1269px 1572px #fff, 2420px 1430px #fff, 1866px 2062px #fff, 2463px 475px #fff, 1820px 1837px #fff, 480px 2266px #fff, 1440px 1065px #fff, 1347px 1601px #fff, 1608px 216px #fff, 1855px 1511px #fff, 1223px 2507px #fff, 1622px 1821px #fff, 134px 1343px #fff, 2249px 2048px #fff, 2090px 1497px #fff, 1882px 1744px #fff, 534px 269px #fff, 1463px 1525px #fff, 1596px 2433px #fff, 828px 1403px #fff, 2523px 1878px #fff, 155px 308px #fff, 683px 1139px #fff, 2308px 157px #fff, 1044px 65px #fff, 1273px 991px #fff, 2046px 1543px #fff, 57px 1266px #fff, 1196px 2476px #fff, 1959px 538px #fff, 723px 1907px #fff, 1923px 2426px #fff, 280px 1270px #fff, 1868px 1109px #fff, 558px 1994px #fff, 2321px 1310px #fff, 1690px 1557px #fff, 1941px 1910px #fff, 1854px 264px #fff, 401px 2531px #fff, 931px 1768px #fff, 1897px 1413px #fff, 201px 1040px #fff, 918px 437px #fff, 949px 1096px #fff, 1239px 2459px #fff, 1279px 1048px #fff, 1295px 309px #fff, 660px 1999px #fff, 223px 1550px #fff, 286px 1460px #fff, 911px 5px #fff, 492px 248px #fff, 4px 886px #fff, 200px 251px #fff, 999px 44px #fff, 1950px 103px #fff, 1735px 874px #fff, 1251px 167px #fff, 1561px 1878px #fff, 12px 1120px #fff, 130px 696px #fff, 2070px 7px #fff, 1685px 505px #fff, 751px 1679px #fff, 2515px 219px #fff, 1362px 338px #fff, 543px 1696px #fff, 929px 2341px #fff, 2150px 1582px #fff, 13px 1724px #fff, 1032px 2328px #fff, 16px 986px #fff, 46px 1321px #fff, 764px 1043px #fff, 1341px 2114px #fff, 1413px 1750px #fff, 1703px 1651px #fff, 483px 1439px #fff, 2152px 2170px #fff, 1530px 94px #fff, 412px 578px #fff, 648px 1360px #fff, 1211px 1583px #fff, 945px 1457px #fff, 395px 1961px #fff, 1206px 2383px #fff, 2262px 1225px #fff, 1726px 2242px #fff, 848px 2120px #fff, 34px 1985px #fff, 2401px 1669px #fff, 250px 1265px #fff, 2441px 1276px #fff, 26px 604px #fff, 734px 2477px #fff, 2215px 1707px #fff, 2161px 38px #fff, 1460px 133px #fff, 568px 1581px #fff, 1353px 239px #fff, 115px 1986px #fff, 1902px 230px #fff, 171px 203px #fff, 2216px 2407px #fff, 1147px 1840px #fff, 1475px 1959px #fff, 2364px 1093px #fff, 1160px 1889px #fff, 2101px 768px #fff, 1502px 582px #fff, 2207px 1026px #fff, 1223px 1172px #fff, 1359px 1810px #fff, 1820px 121px #fff, 1246px 414px #fff, 1404px 730px #fff, 2246px 1527px #fff, 2214px 720px #fff, 1187px 146px #fff, 1442px 23px #fff, 705px 1537px #fff, 204px 745px #fff, 1389px 2217px #fff, 770px 251px #fff, 1836px 1428px #fff, 2225px 1270px #fff, 852px 2266px #fff, 1318px 981px #fff, 965px 1995px #fff, 1377px 2020px #fff, 2366px 185px #fff, 650px 2276px #fff, 629px 1594px #fff, 47px 1832px #fff, 959px 109px #fff, 1852px 511px #fff, 494px 2280px #fff, 1820px 367px #fff, 2385px 668px #fff, 2519px 248px #fff, 909px 1656px #fff, 2025px 2056px #fff, 828px 377px #fff, 2304px 744px #fff, 2444px 1622px #fff, 195px 2394px #fff, 1504px 2489px #fff, 1421px 1658px #fff, 1961px 509px #fff, 1297px 707px #fff, 607px 932px #fff, 1722px 1498px #fff, 2216px 450px #fff, 1945px 816px #fff, 1071px 940px #fff, 229px 2454px #fff, 332px 954px #fff, 632px 1711px #fff, 2292px 897px #fff, 817px 392px #fff, 1228px 947px #fff, 146px 1819px #fff, 1118px 267px #fff, 2012px 140px #fff, 1936px 1556px #fff, 2177px 176px #fff, 676px 604px #fff, 391px 656px #fff, 1606px 692px #fff, 848px 34px #fff, 1036px 1376px #fff, 802px 666px #fff, 1468px 1519px #fff, 2406px 1990px #fff, 2469px 2005px #fff, 2527px 409px #fff, 442px 2472px #fff, 1953px 309px #fff, 278px 2363px #fff, 2495px 1016px #fff, 1574px 990px #fff, 1897px 1401px #fff, 1552px 526px #fff, 1382px 1402px #fff, 2451px 2316px #fff, 2025px 420px #fff, 183px 410px #fff, 2244px 719px #fff, 189px 27px #fff, 2004px 2098px #fff, 2432px 1764px #fff, 972px 1476px #fff, 261px 197px #fff, 1209px 2280px #fff, 1695px 2527px #fff, 2211px 122px #fff, 80px 2444px #fff, 1916px 2282px #fff, 145px 448px #fff, 837px 224px #fff, 2405px 1505px #fff, 1551px 1190px #fff, 1054px 2015px #fff, 1838px 1668px #fff, 584px 1263px #fff, 1527px 469px #fff, 118px 1873px #fff, 2502px 1593px #fff, 1093px 578px #fff, 1564px 1663px #fff, 2484px 258px #fff, 1762px 1746px #fff, 1226px 1399px #fff, 1802px 2299px #fff, 554px 185px #fff, 1911px 940px #fff, 2482px 2402px #fff, 1702px 185px #fff, 1203px 96px #fff, 2350px 1409px #fff, 1041px 644px #fff, 1233px 1149px #fff, 2077px 2554px #fff, 310px 2354px #fff, 1999px 2077px #fff, 1469px 2350px #fff, 1515px 1053px #fff, 2533px 1035px #fff, 1517px 178px #fff, 68px 1619px #fff, 1944px 1492px #fff, 820px 818px #fff, 995px 488px #fff, 1593px 1190px #fff, 696px 1797px #fff, 1399px 1147px #fff, 990px 2023px #fff, 2401px 790px #fff, 2221px 1017px #fff, 463px 2330px #fff, 2527px 1069px #fff, 613px 137px #fff, 2445px 1488px #fff, 2130px 2232px #fff, 1225px 2519px #fff, 103px 90px #fff, 2337px 1367px #fff, 1199px 1174px #fff, 1783px 1833px #fff, 850px 1361px #fff, 1005px 337px #fff, 1480px 2532px #fff, 178px 2401px #fff, 1026px 729px #fff, 198px 489px #fff, 242px 243px #fff, 2239px 2161px #fff, 584px 103px #fff, 1569px 811px #fff, 1977px 933px #fff, 1274px 2101px #fff, 1282px 964px #fff, 2508px 453px #fff, 807px 2095px #fff, 1987px 1252px #fff, 2407px 979px #fff, 508px 2520px #fff, 1217px 2250px #fff, 1402px 1749px #fff, 531px 1388px #fff, 1379px 1775px #fff, 980px 2421px #fff, 295px 1570px #fff, 2201px 1183px #fff, 1627px 1479px #fff, 2274px 172px #fff, 1456px 1299px #fff, 460px 1502px #fff, 2120px 2443px #fff, 1544px 707px #fff, 1720px 1865px #fff, 1019px 795px #fff, 2336px 1657px #fff, 157px 267px #fff, 15px 1330px #fff, 666px 478px #fff, 1110px 491px #fff, 37px 2011px #fff, 1676px 2506px #fff, 1064px 1614px #fff, 1073px 926px #fff, 60px 1259px #fff, 1351px 602px #fff, 2436px 612px #fff, 1912px 318px #fff, 2356px 328px #fff, 1805px 1685px #fff, 1066px 415px #fff, 1740px 372px #fff, 1450px 756px #fff, 1007px 1594px #fff, 1023px 1520px #fff, 1689px 321px #fff, 338px 2420px #fff, 2241px 2509px #fff, 743px 2178px #fff, 322px 1064px #fff, 1383px 119px #fff, 943px 50px #fff, 932px 2092px #fff, 1403px 336px #fff, 1710px 25px #fff, 2117px 819px #fff, 2201px 1951px #fff, 1961px 171px #fff, 2019px 978px #fff, 545px 1107px #fff, 71px 479px #fff, 204px 1035px #fff, 1660px 1320px #fff, 1731px 1836px #fff, 748px 657px #fff, 2459px 2016px #fff, 2234px 2276px #fff, 1374px 689px #fff, 1506px 15px #fff, 2455px 190px #fff, 1564px 355px #fff, 762px 2280px #fff, 1676px 1933px #fff, 493px 657px #fff, 1137px 306px #fff, 2350px 984px #fff, 2471px 870px #fff, 372px 1791px #fff, 517px 484px #fff, 1893px 15px #fff, 2108px 466px #fff, 1038px 1293px #fff, 406px 1386px #fff, 1932px 2247px #fff, 1054px 1428px #fff, 2101px 914px #fff, 2195px 1743px #fff, 2404px 1590px #fff, 2312px 2512px #fff, 961px 306px #fff, 1191px 780px #fff, 673px 1049px #fff, 1030px 1239px #fff, 1472px 123px #fff, 2305px 935px #fff, 547px 1031px #fff, 1564px 181px #fff, 1059px 978px #fff, 1866px 207px #fff, 1173px 236px #fff, 1078px 1773px #fff, 593px 2402px #fff, 1918px 47px #fff, 1240px 1943px #fff, 2485px 976px #fff, 292px 1777px #fff, 799px 2361px #fff, 850px 1325px #fff, 990px 625px #fff, 2440px 2341px #fff, 2341px 1805px #fff, 1472px 407px #fff, 1730px 858px #fff, 582px 1220px #fff, 2461px 402px #fff, 1976px 978px #fff, 1300px 1783px #fff, 956px 1082px #fff, 1906px 293px #fff, 148px 1083px #fff, 2328px 1783px #fff, 1297px 2530px #fff, 533px 1680px #fff, 16px 1925px #fff, 1440px 2534px #fff, 265px 150px #fff, 960px 1749px #fff, 1000px 1041px #fff, 1447px 1559px #fff, 2551px 1391px #fff, 624px 435px #fff, 721px 1015px #fff, 909px 1528px #fff, 83px 243px #fff, 2393px 1572px #fff, 110px 1995px #fff, 839px 171px #fff, 1385px 507px #fff, 933px 235px #fff, 392px 2482px #fff, 414px 2042px #fff, 1621px 151px #fff, 1975px 1577px #fff, 2173px 230px #fff, 1266px 2242px #fff, 1796px 1601px #fff, 1614px 1499px #fff, 2325px 1880px #fff, 1065px 314px #fff, 1589px 292px #fff, 1731px 2432px #fff, 946px 1779px #fff, 2065px 2079px #fff, 529px 470px #fff, 415px 1627px #fff, 2530px 161px #fff, 611px 966px #fff, 2253px 1785px #fff, 1127px 1461px #fff, 2371px 1871px #fff, 1982px 1402px #fff, 983px 1526px #fff, 264px 928px #fff, 1088px 1605px #fff, 2419px 1774px #fff, 264px 1786px #fff, 863px 2419px #fff, 74px 1649px #fff, 2122px 1554px #fff, 1369px 488px #fff, 1706px 1382px #fff, 2509px 844px #fff, 787px 325px #fff, 1738px 1516px #fff, 2420px 2168px #fff, 1726px 256px #fff, 1374px 2463px #fff, 594px 35px #fff, 769px 2149px #fff, 204px 1488px #fff, 1315px 2531px #fff, 1646px 1027px #fff, 1788px 905px #fff, 2420px 1024px #fff, 758px 525px #fff, 303px 1372px #fff, 308px 367px #fff, 363px 1509px #fff, 2194px 593px #fff, 423px 435px #fff, 371px 1768px #fff, 214px 2442px #fff, 527px 819px #fff, 134px 2507px #fff, 972px 640px #fff, 743px 170px #fff, 514px 917px #fff, 1936px 1987px #fff, 2325px 2288px #fff, 101px 1412px #fff, 2178px 2409px #fff, 988px 1859px #fff, 1621px 781px #fff, 1982px 96px #fff, 255px 1979px #fff, 1049px 1702px #fff, 1689px 685px #fff, 837px 1369px #fff, 1307px 519px #fff, 2192px 1260px #fff, 1422px 138px #fff, 2175px 1981px #fff, 2261px 1838px #fff, 2330px 901px #fff, 252px 2108px #fff, 515px 2416px #fff, 112px 625px #fff, 461px 1180px #fff, 1663px 1381px #fff, 1096px 830px #fff, 347px 2307px #fff, 1770px 149px #fff, 237px 651px #fff, 598px 1125px #fff, 1288px 2345px #fff, 1209px 1242px #fff, 2031px 696px #fff, 1913px 2439px #fff, 1093px 19px #fff, 1713px 218px #fff, 327px 1024px #fff, 1426px 191px #fff, 917px 507px #fff, 1461px 1527px #fff, 2227px 1243px #fff, 1607px 589px #fff, 1341px 778px #fff, 1875px 858px #fff, 1645px 2450px #fff, 520px 209px #fff, 467px 1847px #fff, 174px 620px #fff, 1492px 1372px #fff, 278px 1884px #fff, 1495px 217px #fff, 258px 1565px #fff, 936px 862px #fff, 1352px 1764px #fff, 476px 47px #fff, 1732px 2369px #fff, 503px 514px #fff, 942px 375px #fff, 19px 2320px #fff, 2318px 931px #fff, 2089px 990px #fff, 1462px 505px #fff, 548px 235px #fff, 1954px 2513px #fff, 1065px 97px #fff, 384px 2548px #fff, 953px 453px #fff, 889px 30px #fff, 2401px 982px #fff, 2018px 108px #fff, 2484px 1380px #fff, 42px 227px #fff, 357px 1639px #fff, 1624px 485px #fff, 1549px 2021px #fff, 963px 166px #fff, 859px 2560px #fff, 579px 322px #fff, 126px 2551px #fff, 2023px 470px #fff, 270px 689px #fff, 600px 1550px #fff, 2019px 1574px #fff, 2344px 1457px #fff, 2132px 684px #fff, 872px 2374px #fff, 888px 1734px #fff, 61px 791px #fff, 1620px 1922px #fff, 1620px 442px #fff, 1115px 971px #fff, 2523px 813px #fff, 914px 1538px #fff, 1816px 513px #fff, 1735px 2407px #fff, 6px 596px #fff, 1095px 693px #fff, 1512px 929px #fff, 2516px 2321px #fff, 1944px 2493px #fff, 2320px 1759px #fff, 643px 2532px #fff, 2389px 559px #fff, 1080px 672px #fff, 1114px 635px #fff, 694px 70px #fff, 1286px 2332px #fff, 1515px 1696px #fff, 145px 2321px #fff, 415px 601px #fff, 759px 1413px #fff, 2004px 461px #fff, 613px 1417px #fff, 70px 902px #fff, 1093px 2128px #fff, 847px 1565px #fff, 475px 467px #fff, 1770px 266px #fff, 2415px 457px #fff, 2469px 804px #fff, 336px 644px #fff, 2381px 1593px #fff, 1060px 1323px #fff, 227px 613px #fff, 787px 1514px #fff, 1248px 2402px #fff, 190px 1727px #fff, 365px 151px #fff, 1357px 1565px #fff, 1493px 1992px #fff, 2386px 1291px #fff, 1781px 1573px #fff, 2137px 1056px #fff, 862px 2146px #fff, 1688px 256px #fff, 1269px 188px #fff, 474px 1454px #fff, 1906px 1707px #fff, 1155px 2262px #fff, 2166px 1759px #fff, 1667px 495px #fff, 2223px 1619px #fff, 777px 598px #fff, 2371px 1933px #fff, 1789px 742px #fff, 2124px 992px #fff, 1271px 672px #fff, 195px 2119px #fff, 2428px 731px #fff, 577px 1756px #fff, 581px 1304px #fff, 1647px 1553px #fff, 1663px 177px #fff, 1192px 2351px #fff, 1556px 1310px #fff, 2433px 1916px #fff, 252px 262px #fff, 1036px 1345px #fff, 2189px 283px #fff, 2157px 1586px #fff, 2560px 626px #fff, 1242px 944px #fff, 731px 650px #fff, 79px 1465px #fff, 2307px 190px #fff, 2456px 2128px #fff, 2547px 409px #fff, 1483px 1265px #fff, 1002px 323px #fff, 1018px 133px #fff, 706px 1264px #fff, 1480px 823px #fff, 409px 1773px #fff, 704px 1220px #fff, 239px 1820px #fff, 826px 534px #fff, 1583px 1076px #fff, 728px 7px #fff, 1626px 880px #fff, 1558px 604px #fff, 1106px 61px #fff, 53px 1957px #fff, 907px 1393px #fff, 2257px 286px #fff, 400px 84px #fff, 1840px 1774px #fff, 509px 1897px #fff, 945px 1624px #fff, 646px 1455px #fff, 2300px 479px #fff, 2018px 1394px #fff, 921px 683px #fff, 350px 118px #fff, 2247px 540px #fff, 1239px 1351px #fff, 1901px 2044px #fff, 309px 532px #fff, 1354px 442px #fff, 2025px 1466px #fff, 901px 2448px #fff, 2368px 1549px #fff, 1293px 856px #fff, 47px 134px #fff, 1200px 1921px #fff, 2094px 331px #fff, 1394px 1458px #fff, 188px 2520px #fff, 1612px 69px #fff, 2349px 745px #fff, 1133px 832px #fff, 771px 1935px #fff, 737px 2448px #fff, 124px 902px #fff, 216px 1877px #fff, 816px 1360px #fff, 863px 1901px #fff, 1014px 2335px #fff, 1614px 1361px #fff, 534px 1770px #fff, 930px 1783px #fff, 881px 1947px #fff, 1574px 704px #fff, 131px 1685px #fff, 669px 1659px #fff, 770px 2443px #fff, 1694px 1997px #fff, 415px 870px #fff, 90px 1781px #fff, 2129px 1834px #fff, 181px 2533px #fff, 932px 2194px #fff, 996px 1604px #fff, 1682px 751px #fff, 1376px 115px #fff, 338px 2149px #fff, 2536px 1079px #fff, 79px 1865px #fff, 1748px 2191px #fff, 1517px 987px #fff, 2331px 1378px #fff, 1686px 484px #fff, 548px 195px #fff, 281px 40px #fff, 1953px 1702px #fff, 773px 1051px #fff, 590px 203px #fff, 2120px 313px #fff, 368px 7px #fff, 682px 1581px #fff, 722px 1916px #fff, 2381px 539px #fff, 2423px 806px #fff, 291px 456px #fff, 356px 619px #fff, 2036px 1829px #fff, 1755px 375px #fff, 1627px 1241px #fff, 1482px 2025px #fff, 2549px 1956px #fff, 477px 2033px #fff, 1407px 1271px #fff, 1768px 203px #fff, 896px 910px #fff, 55px 1475px #fff, 2187px 1135px #fff, 2078px 2048px #fff, 1333px 707px #fff, 660px 2026px #fff, 1806px 549px #fff, 762px 2136px #fff, 451px 2030px #fff, 485px 2372px #fff, 164px 966px #fff, 1293px 1436px #fff, 721px 2466px #fff, 1068px 747px #fff, 1144px 1510px #fff, 1256px 1322px #fff, 2417px 2097px #fff, 1785px 2098px #fff, 1235px 840px #fff, 818px 782px #fff, 1248px 2032px #fff, 2386px 2548px #fff, 623px 1143px #fff, 1684px 1588px #fff, 871px 1548px #fff, 1864px 2301px #fff, 356px 179px #fff, 1251px 1514px #fff, 2404px 2077px #fff, 2495px 1710px #fff, 2456px 581px #fff, 103px 952px #fff, 356px 944px #fff, 2147px 2556px #fff, 1040px 249px #fff, 2535px 304px #fff, 2009px 1974px #fff, 45px 2186px #fff, 984px 1788px #fff, 392px 640px #fff, 1822px 350px #fff, 131px 472px #fff, 2556px 536px #fff, 2234px 1648px #fff, 360px 1028px #fff, 2331px 1333px #fff, 916px 918px #fff, 188px 671px #fff, 1721px 1347px #fff, 215px 407px #fff, 412px 1143px #fff, 131px 1814px #fff, 1423px 698px #fff, 113px 997px #fff, 1164px 38px #fff, 2553px 48px #fff, 1582px 1874px #fff, 1558px 2178px #fff, 2325px 1642px #fff, 1606px 1012px #fff, 1013px 2285px #fff, 1621px 1129px #fff;
  border-radius: 50%;
  height: 1px;
  width: 1px;
}

.particle-4:after {
  box-shadow: 0px 0px #fff, 659px 461px #fff, 1349px 43px #fff, 548px 1589px #fff, 2051px 583px #fff, 1855px 1074px #fff, 1308px 1468px #fff, 463px 1491px #fff, 790px 2112px #fff, 933px 1155px #fff, 1856px 2475px #fff, 880px 114px #fff, 1119px 844px #fff, 1466px 427px #fff, 2513px 2031px #fff, 727px 1024px #fff, 2193px 1447px #fff, 1267px 2036px #fff, 1551px 1903px #fff, 1125px 749px #fff, 1430px 2242px #fff, 473px 1637px #fff, 107px 545px #fff, 2291px 2473px #fff, 10px 2393px #fff, 2424px 644px #fff, 1646px 799px #fff, 2207px 986px #fff, 1767px 263px #fff, 436px 1812px #fff, 2545px 303px #fff, 1976px 2046px #fff, 1924px 105px #fff, 2212px 1079px #fff, 350px 436px #fff, 316px 435px #fff, 410px 1835px #fff, 2338px 1296px #fff, 731px 2001px #fff, 1749px 1800px #fff, 157px 134px #fff, 2475px 61px #fff, 1203px 1980px #fff, 1017px 837px #fff, 871px 1727px #fff, 1571px 577px #fff, 68px 2518px #fff, 1598px 2241px #fff, 841px 2230px #fff, 1714px 2292px #fff, 631px 1844px #fff, 733px 464px #fff, 105px 802px #fff, 1371px 939px #fff, 1835px 1829px #fff, 733px 1554px #fff, 1675px 1529px #fff, 544px 228px #fff, 251px 181px #fff, 189px 2426px #fff, 956px 1027px #fff, 2448px 1169px #fff, 392px 740px #fff, 1380px 2369px #fff, 1900px 888px #fff, 790px 2449px #fff, 1787px 238px #fff, 1190px 1607px #fff, 457px 2169px #fff, 251px 973px #fff, 1281px 2409px #fff, 267px 2001px #fff, 576px 726px #fff, 572px 1303px #fff, 951px 451px #fff, 2072px 2479px #fff, 441px 564px #fff, 366px 463px #fff, 2076px 2339px #fff, 903px 209px #fff, 2418px 1049px #fff, 2049px 2370px #fff, 2px 1444px #fff, 494px 1103px #fff, 2403px 2489px #fff, 991px 1268px #fff, 2245px 1658px #fff, 2285px 1441px #fff, 1627px 2218px #fff, 1945px 810px #fff, 2324px 624px #fff, 1244px 102px #fff, 2532px 2387px #fff, 110px 1629px #fff, 225px 1582px #fff, 2359px 1833px #fff, 896px 1019px #fff, 293px 765px #fff, 1193px 514px #fff, 2021px 2333px #fff, 1834px 1566px #fff, 289px 1476px #fff, 2521px 1912px #fff, 32px 1335px #fff, 1713px 18px #fff, 213px 1138px #fff, 1080px 1292px #fff, 110px 1226px #fff, 2489px 281px #fff, 2316px 1679px #fff, 1830px 45px #fff, 2439px 1126px #fff, 2462px 829px #fff, 2460px 654px #fff, 742px 2416px #fff, 1060px 56px #fff, 1152px 791px #fff, 173px 1369px #fff, 304px 1600px #fff, 2027px 42px #fff, 93px 1025px #fff, 2508px 1244px #fff, 2398px 2069px #fff, 338px 2422px #fff, 901px 1067px #fff, 1571px 1710px #fff, 2229px 2365px #fff, 1774px 1311px #fff, 1951px 232px #fff, 2032px 945px #fff, 556px 2458px #fff, 1018px 1606px #fff, 2180px 2475px #fff, 1675px 139px #fff, 2246px 136px #fff, 411px 1052px #fff, 835px 1521px #fff, 1931px 1074px #fff, 819px 1709px #fff, 1257px 2095px #fff, 906px 2390px #fff, 650px 799px #fff, 831px 1506px #fff, 405px 2319px #fff, 188px 575px #fff, 446px 2380px #fff, 2203px 1573px #fff, 14px 1932px #fff, 2134px 1645px #fff, 1954px 327px #fff, 2434px 1504px #fff, 286px 999px #fff, 279px 2477px #fff, 699px 575px #fff, 2461px 2235px #fff, 554px 2200px #fff, 438px 1302px #fff, 863px 1783px #fff, 129px 1092px #fff, 336px 362px #fff, 2336px 616px #fff, 280px 757px #fff, 207px 1065px #fff, 1063px 956px #fff, 130px 871px #fff, 152px 222px #fff, 1023px 326px #fff, 118px 1074px #fff, 2334px 1260px #fff, 2499px 2388px #fff, 2335px 1827px #fff, 133px 1241px #fff, 1747px 272px #fff, 758px 1909px #fff, 1283px 382px #fff, 460px 1168px #fff, 670px 2483px #fff, 1590px 364px #fff, 311px 2283px #fff, 1282px 411px #fff, 2075px 2214px #fff, 1258px 1405px #fff, 2061px 2265px #fff, 107px 1455px #fff, 1421px 2439px #fff, 2471px 1901px #fff, 1388px 1310px #fff, 1101px 2291px #fff, 341px 869px #fff, 2342px 1765px #fff, 546px 1670px #fff, 2152px 2196px #fff, 2036px 2331px #fff, 515px 508px #fff, 234px 1002px #fff, 2246px 1318px #fff, 677px 655px #fff, 2312px 1125px #fff, 960px 1368px #fff, 150px 754px #fff, 1383px 1084px #fff, 2522px 617px #fff, 129px 1541px #fff, 674px 1398px #fff, 296px 1993px #fff, 2119px 1055px #fff, 132px 457px #fff, 675px 2344px #fff, 1172px 364px #fff, 1401px 43px #fff, 2107px 2172px #fff, 680px 1257px #fff, 1045px 630px #fff, 842px 56px #fff, 1913px 1728px #fff, 1532px 324px #fff, 658px 491px #fff, 2414px 1041px #fff, 2465px 2257px #fff, 516px 284px #fff, 2393px 391px #fff, 177px 97px #fff, 1983px 241px #fff, 1438px 194px #fff, 1957px 2537px #fff, 716px 1867px #fff, 1364px 503px #fff, 1107px 2288px #fff, 2246px 1320px #fff, 1461px 2539px #fff, 1395px 501px #fff, 394px 2112px #fff, 481px 1577px #fff, 2503px 1957px #fff, 893px 1624px #fff, 413px 271px #fff, 886px 588px #fff, 1668px 1684px #fff, 1096px 2449px #fff, 657px 1242px #fff, 2242px 2023px #fff, 243px 1975px #fff, 212px 334px #fff, 1878px 51px #fff, 1412px 1126px #fff, 854px 1481px #fff, 689px 930px #fff, 790px 1895px #fff, 1965px 380px #fff, 4px 1873px #fff, 1155px 2073px #fff, 517px 320px #fff, 1016px 1853px #fff, 748px 712px #fff, 2261px 2362px #fff, 1035px 1055px #fff, 1163px 1848px #fff, 986px 337px #fff, 712px 2017px #fff, 744px 257px #fff, 1328px 158px #fff, 1627px 2150px #fff, 772px 1617px #fff, 1787px 991px #fff, 503px 401px #fff, 1688px 704px #fff, 1711px 233px #fff, 1499px 1111px #fff, 2074px 1998px #fff, 1019px 2013px #fff, 1340px 578px #fff, 1832px 1782px #fff, 437px 2558px #fff, 1275px 583px #fff, 2088px 307px #fff, 870px 2244px #fff, 1638px 1851px #fff, 835px 1201px #fff, 1682px 307px #fff, 1197px 2218px #fff, 2330px 2281px #fff, 446px 1582px #fff, 553px 2053px #fff, 1254px 228px #fff, 1975px 719px #fff, 37px 1244px #fff, 2407px 1792px #fff, 1688px 591px #fff, 2091px 256px #fff, 174px 1851px #fff, 2502px 2289px #fff, 1994px 1699px #fff, 144px 1009px #fff, 638px 1117px #fff, 1477px 781px #fff, 2013px 1266px #fff, 111px 2528px #fff, 103px 1112px #fff, 161px 2431px #fff, 2194px 1852px #fff, 1596px 2302px #fff, 741px 2040px #fff, 1455px 843px #fff, 649px 2118px #fff, 1846px 496px #fff, 2442px 67px #fff, 2460px 1650px #fff, 899px 983px #fff, 244px 6px #fff, 1048px 2446px #fff, 1102px 1799px #fff, 2029px 1296px #fff, 1436px 1933px #fff, 2267px 2477px #fff, 86px 2085px #fff, 1464px 1581px #fff, 1893px 2237px #fff, 1607px 336px #fff, 1456px 1505px #fff, 2353px 412px #fff, 1298px 2538px #fff, 21px 66px #fff, 1447px 1960px #fff, 295px 592px #fff, 670px 751px #fff, 158px 982px #fff, 477px 1301px #fff, 1345px 924px #fff, 2057px 87px #fff, 1648px 1196px #fff, 1206px 2234px #fff, 689px 1950px #fff, 570px 763px #fff, 277px 274px #fff, 1994px 174px #fff, 687px 168px #fff, 2172px 2005px #fff, 2299px 86px #fff, 2296px 1145px #fff, 996px 894px #fff, 2067px 629px #fff, 90px 2140px #fff, 681px 1667px #fff, 181px 1120px #fff, 425px 2237px #fff, 134px 496px #fff, 2258px 1419px #fff, 2015px 2060px #fff, 2434px 1533px #fff, 2384px 257px #fff, 738px 1743px #fff, 1747px 2457px #fff, 383px 1304px #fff, 1611px 248px #fff, 1386px 1223px #fff, 2283px 931px #fff, 451px 211px #fff, 1749px 712px #fff, 1608px 1424px #fff, 1742px 2455px #fff, 959px 2489px #fff, 1221px 1479px #fff, 1567px 1804px #fff, 742px 252px #fff, 1034px 16px #fff, 346px 2239px #fff, 85px 668px #fff, 14px 2104px #fff, 1954px 718px #fff, 2418px 119px #fff, 2312px 2310px #fff, 858px 1150px #fff, 1474px 2470px #fff, 2097px 1037px #fff, 2550px 404px #fff, 1321px 1944px #fff, 275px 1347px #fff, 1895px 1220px #fff, 725px 1910px #fff, 1945px 1498px #fff, 1464px 2218px #fff, 1363px 2160px #fff, 1864px 1853px #fff, 119px 494px #fff, 1626px 392px #fff, 2232px 2350px #fff, 266px 408px #fff, 657px 1777px #fff, 1682px 1665px #fff, 1489px 732px #fff, 2045px 2012px #fff, 846px 2560px #fff, 758px 15px #fff, 2454px 656px #fff, 2129px 1652px #fff, 1631px 2497px #fff, 589px 269px #fff, 829px 1732px #fff, 153px 341px #fff, 284px 2408px #fff, 1189px 306px #fff, 80px 662px #fff, 2088px 744px #fff, 1634px 2490px #fff, 314px 755px #fff, 2095px 2289px #fff, 1355px 1772px #fff, 1622px 715px #fff, 1489px 108px #fff, 264px 401px #fff, 1335px 985px #fff, 65px 1613px #fff, 58px 1580px #fff, 1360px 877px #fff, 887px 408px #fff, 1548px 1185px #fff, 1385px 718px #fff, 296px 298px #fff, 1189px 171px #fff, 1727px 757px #fff, 1023px 533px #fff, 324px 1868px #fff, 1873px 1761px #fff, 86px 1033px #fff, 866px 1978px #fff, 1901px 110px #fff, 1266px 2351px #fff, 2503px 2094px #fff, 2211px 321px #fff, 1603px 227px #fff, 927px 2047px #fff, 1292px 743px #fff, 442px 2505px #fff, 1421px 868px #fff, 1845px 868px #fff, 2202px 2301px #fff, 1388px 199px #fff, 920px 2555px #fff, 2096px 1035px #fff, 1532px 2234px #fff, 1767px 2401px #fff, 295px 1937px #fff, 1817px 1236px #fff, 1382px 1777px #fff, 1891px 1936px #fff, 17px 1514px #fff, 785px 2137px #fff, 1526px 1352px #fff, 2369px 1619px #fff, 1210px 1847px #fff, 1409px 2318px #fff, 1622px 1994px #fff, 625px 1392px #fff, 844px 1505px #fff, 1224px 1403px #fff, 509px 1721px #fff, 2287px 2312px #fff, 335px 2527px #fff, 243px 647px #fff, 520px 2294px #fff, 1419px 2503px #fff, 1948px 1707px #fff, 1096px 1339px #fff, 998px 829px #fff, 785px 1361px #fff, 1648px 2129px #fff, 1504px 1600px #fff, 2155px 1307px #fff, 1568px 1323px #fff, 740px 2176px #fff, 160px 2061px #fff, 1477px 1442px #fff, 1564px 2320px #fff, 1895px 1343px #fff, 702px 1843px #fff, 71px 582px #fff, 618px 84px #fff, 1226px 122px #fff, 1508px 171px #fff, 1350px 1358px #fff, 2262px 1394px #fff, 1838px 1585px #fff, 279px 1449px #fff, 777px 112px #fff, 1069px 537px #fff, 2387px 1463px #fff, 1250px 1564px #fff, 1611px 223px #fff, 1889px 1415px #fff, 1479px 1247px #fff, 1916px 213px #fff, 20px 1944px #fff, 1885px 1726px #fff, 1761px 270px #fff, 1763px 958px #fff, 633px 528px #fff, 2295px 1604px #fff, 614px 758px #fff, 1875px 54px #fff, 2449px 198px #fff, 502px 2352px #fff, 174px 55px #fff, 2483px 1792px #fff, 1094px 1419px #fff, 930px 1532px #fff, 2407px 57px #fff, 752px 265px #fff, 233px 384px #fff, 286px 2232px #fff, 2074px 1586px #fff, 1241px 972px #fff, 1829px 962px #fff, 2243px 1186px #fff, 185px 333px #fff, 193px 145px #fff, 2496px 74px #fff, 786px 2516px #fff, 2416px 1623px #fff, 230px 1706px #fff, 1021px 2405px #fff, 393px 2404px #fff, 1048px 1509px #fff, 2320px 352px #fff, 462px 1947px #fff, 1939px 2041px #fff, 593px 1054px #fff, 2192px 1737px #fff, 1287px 1456px #fff, 1006px 722px #fff, 1316px 1768px #fff, 1942px 2524px #fff, 143px 856px #fff, 1593px 2226px #fff, 623px 2231px #fff, 929px 1300px #fff, 1492px 634px #fff, 574px 1864px #fff, 667px 2302px #fff, 265px 591px #fff, 346px 1895px #fff, 493px 1927px #fff, 790px 802px #fff, 1594px 601px #fff, 1593px 642px #fff, 277px 1399px #fff, 1643px 2295px #fff, 1332px 822px #fff, 1917px 1575px #fff, 1437px 1129px #fff, 930px 1576px #fff, 1150px 1826px #fff, 1948px 730px #fff, 1684px 1916px #fff, 1408px 2234px #fff, 383px 606px #fff, 1021px 1293px #fff, 1783px 751px #fff, 1828px 1815px #fff, 2379px 351px #fff, 1864px 1871px #fff, 108px 694px #fff, 755px 1813px #fff, 380px 1892px #fff, 2153px 691px #fff, 1610px 2027px #fff, 1671px 1060px #fff, 818px 782px #fff, 1025px 1761px #fff, 2542px 502px #fff, 2546px 726px #fff, 2313px 399px #fff, 384px 196px #fff, 1887px 939px #fff, 697px 1370px #fff, 955px 840px #fff, 2294px 60px #fff, 378px 1722px #fff, 605px 1262px #fff, 583px 1571px #fff, 987px 2149px #fff, 1377px 896px #fff, 21px 436px #fff, 2525px 1240px #fff, 1049px 2417px #fff, 37px 1707px #fff, 478px 664px #fff, 262px 1519px #fff, 1971px 1151px #fff, 503px 1701px #fff, 969px 1461px #fff, 1944px 2093px #fff, 1522px 302px #fff, 1215px 1243px #fff, 474px 2139px #fff, 1077px 1810px #fff, 177px 2343px #fff, 216px 495px #fff, 1520px 49px #fff, 2404px 109px #fff, 882px 1961px #fff, 1168px 864px #fff, 1157px 2443px #fff, 795px 329px #fff, 2291px 869px #fff, 594px 384px #fff, 2304px 594px #fff, 1997px 572px #fff, 49px 689px #fff, 2133px 346px #fff, 1866px 2212px #fff, 1745px 1726px #fff, 2311px 260px #fff, 2114px 1258px #fff, 1766px 802px #fff, 1653px 669px #fff, 495px 2408px #fff, 693px 561px #fff, 861px 2504px #fff, 2521px 233px #fff, 2490px 670px #fff, 150px 458px #fff, 2509px 1733px #fff, 1943px 1953px #fff, 710px 1000px #fff, 163px 2058px #fff, 1274px 2244px #fff, 713px 1868px #fff, 1085px 1797px #fff, 2500px 18px #fff, 1607px 2412px #fff, 586px 1558px #fff, 1939px 426px #fff, 190px 1020px #fff, 1131px 455px #fff, 1730px 283px #fff, 1997px 166px #fff, 1306px 1956px #fff, 512px 428px #fff, 154px 1517px #fff, 2173px 736px #fff, 1567px 581px #fff, 1022px 669px #fff, 2298px 1262px #fff, 2407px 1354px #fff, 920px 623px #fff, 1800px 2350px #fff, 1434px 297px #fff, 2239px 1053px #fff, 555px 24px #fff, 2470px 1837px #fff, 1935px 1231px #fff, 1348px 196px #fff, 2525px 703px #fff, 1976px 1693px #fff, 20px 1935px #fff, 1383px 2377px #fff, 2037px 1172px #fff, 1655px 939px #fff, 930px 702px #fff, 1297px 2513px #fff, 1433px 1901px #fff, 466px 546px #fff, 749px 2236px #fff, 2097px 2090px #fff, 1816px 887px #fff, 1944px 92px #fff, 1988px 2222px #fff, 569px 2083px #fff, 1414px 1701px #fff, 1458px 1351px #fff, 1296px 617px #fff, 2225px 284px #fff, 945px 1882px #fff, 1852px 2461px #fff, 2271px 892px #fff, 2420px 1230px #fff, 329px 1589px #fff, 1940px 2179px #fff, 1113px 2067px #fff, 1280px 1601px #fff, 9px 1522px #fff, 32px 1801px #fff, 1681px 2314px #fff, 548px 1493px #fff, 2362px 1664px #fff, 1824px 1408px #fff, 2147px 1626px #fff, 474px 578px #fff, 1965px 2258px #fff, 1992px 2099px #fff, 54px 1731px #fff, 1177px 346px #fff, 1890px 1884px #fff, 1592px 1505px #fff, 1273px 838px #fff, 1172px 1566px #fff, 1251px 2474px #fff, 1728px 1316px #fff, 2507px 2366px #fff, 258px 194px #fff, 833px 69px #fff;
  border-radius: 50%;
  height: 1px;
  width: 1px;
}

@keyframes animParticle {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2560px);
  }
}


/*glow for webkit*/
@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
  }
}
/*glow for mozilla*/
@-moz-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
  }
}
/*glow*/
@keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
  }
}

/*--------------------------------------------------------------
# Extra-Menu Section
--------------------------------------------------------------*/
.rspn-mnu-btn:hover{
  background-color: #ff9822;
}

  .rspn-mnu-btn {
    background-color: var(--insur-gradient);
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 27%;
    right: 3%;
    border-radius: 10px;
    width: 40px;
    margin-top: -20px;

}
/*===== Responsive Menu =====*/
.rsnp-mnu {
  background-color: #0c0c0c;
  bottom: 0;
  opacity: 0;
  padding: 85px 40px 50px;
  position: fixed;
  right: -350px;
  top: 0;
  visibility: hidden;
  z-index: 99999;
  max-width: 350px;
  width: 100%;
}
.rsnp-mnu.slidein {
  opacity: 1;
  right: 0;
  visibility: visible;
}
.rspn-mnu-cls {
  background-color: #303030;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 12px;
  width: 40px;
}
.rsnp-mnu > ul {
  display: inline-block;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 0;
  overflow-y: auto !important;
  height: 420px;
  width: 100% !important;
}
.rsnp-mnu > ul > li {
  color: #fff;
  float: left;
  font-family:"Merienda", cursive;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.rsnp-mnu > ul > li a {
    color: inherit;
    display: block;

}
.rsnp-mnu > ul > li:last-child {margin-bottom: 0;}
.rsnp-mnu > ul ul {
  display: none;
  list-style: outside none none;
  margin-bottom: 0;
  padding-left: 20px;
  opacity: 1;
  position: static;
  visibility: visible;
}
.rsnp-mnu ul li.menu-item-has-children.active > a {margin-bottom: 15px;}
.rsnp-mnu > ul li.menu-item-has-children::before {
  content: ". . .";
  right: 0;
  position: absolute;
  top: -2px;
}
.rsnp-mnu > ul ul > li {
  color: white;
  font-family:"Merienda", cursive;
  font-size: 14px;
  margin-bottom: 12px;
  position: relative;
  text-transform: initial;
}
.rsnp-mnu > ul ul > li:last-child {margin-bottom: 0;}
@media only screen and (max-width: 767px) {
  .rspn-mnu-btn {
      display: none;
  }
}
/* model */

.modal-content {
  width: 500px;

 left: 18%;

}
.modal-body {
  padding: 0;
}


@media only screen and (max-width: 480px){
 
   .modal-content {
    width: 83%;
    margin: auto;
    left: 0;

  
  
 }
}

.main1-button{






 background-color: #20528b;

 font-size: 16px;

 border: solid 1px #faca4a;
 color: white;
 position: relative;



background-image: linear-gradient(#20528b,#16243d);

text-decoration: none;
color: #fff;


}
.main1-button:hover{
 color:white
}

.main1mb-button{
 background-color: #20528b;

 font-size: 16px;

 border: solid 1px #faca4a;
 color: white;
 position: relative;



background-image: linear-gradient(#20528b,#16243d);

text-decoration: none;
color: #fff;


}
.main1mb-button:hover{
 color:white
}
a.main1mb-button.main1-button{
 display: flex;
 justify-content: center;
}
.main-menu__logo img {
width:80%;
}
/*--------------------------------------------------------------
# Insurance Policy
--------------------------------------------------------------*/
.insurance-policy__wrapper {
  position: relative;
  padding: 40px 69px 34px;
}
@media (max-width: 1199px) {
  .insurance-policy__wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 575px) {
  .insurance-policy__wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 430px) {
  .insurance-policy__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.insurance-policy__bg {
  width: calc(100% - 90px);
  position: relative;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;

}

@media (max-width: 1199px) {
  .insurance-policy__bg {
    width: 100%;
  }
}
.insurance-policy__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
   background-image: url(../img/shape-adm.png);

  bottom: 0;
}
.insurance-policy__bg::after {
  content: "";
  width: 316px;
  height: 316px;
  /* background-color: var(--insuba-black4, #0f3564); */
  position: absolute;
  top: 50%;
  right: -178px;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 1199px) {
  .insurance-policy__bg::after {
    display: none;
  }
}
.insurance-policy__image {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 233px;
  height: 233px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  
  background-color: var(--insuba-white, #ffffff);
  z-index: 1;
}
@media (max-width: 1199px) {
  .insurance-policy__image {
    position: static;
    transform: translateY(0);
    margin-bottom: 30px;
  }
}
@media (max-width: 360px) {
  .insurance-policy__image {
    width: 200px;
    height: 200px;
  }
}
.insurance-policy__image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 360px) {
  .insurance-policy__image img {
    max-width: 130px;
  }
}
.insurance-policy__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
    position: relative;
  overflow: hidden;
}
.insurance-policy__inner.button-new{
  cursor: pointer;
    font-size: large;
    font-family: "Lora", serif;
    font-weight: bold;
    color: #000000;

    background-image: white;
    padding: 4px 14px;
    border-radius: 50em;

    box-shadow: 0px 8px #F69F23;
    font-family: "Merienda", cursive;
}
@media (max-width: 991px) {
  .insurance-policy__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.insurance-policy__content {
  padding-left: 213px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .insurance-policy__content {
    padding-left: 0;
  }
}
.insurance-policy__title {
font-size: 36px;
    color: var(--insur-white);
    font-weight: 700;
    letter-spacing: var(--insur-letter-spacing);
    line-height: 47px;
    font-family:"Merienda", cursive;
}
@media (max-width: 1199px) {
  .insurance-policy__title {
    margin-bottom: 25px;
  }
}
.insurance-policy__list-box {
  max-width: 360px;
}
@media (max-width: 575px) {
  .insurance-policy__list-box {
    max-width: 100%;
  }
}
.insurance-policy__list-box .row {
  --bs-gutter-y: 15px ;
}
.insurance-policy__list {
  display: flex;
  gap: 9px;
}
.insurance-policy__list__icon {
  position: relative;
  top: 1px;
  font-size: 16px;
  color: var(--insuba-white, #ffffff);
  transition: all 500ms ease;
}
.insurance-policy__list__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.insurance-policy__list__link {
  color: var(--insuba-white, #ffffff);
  font-weight: 500;
  transition: all 500ms ease;
}
.insurance-policy__list:hover .insurance-policy__list__link {
  text-decoration: underline;
}
.insurance-policy__button {
  flex-shrink: 0;
}
.insurance-policy .insuba-btn {
  padding-left: 27px;
  padding-right: 67px;
  color: var(--insuba-black3, #19232b);
  background-color: var(--insuba-white, #ffffff);
}
.insurance-policy .insuba-btn::after {
  background-color: var(--insuba-black3, #19232b);
}
.insurance-policy .insuba-btn .insuba-btn__icon-box {
  background-color: var(--insuba-base, #0365d3);
}
@media (max-width: 1199px) {
  .insurance-policy .insuba-btn .insuba-btn__icon-box {
    background-color: var(--insuba-black3, #19232b);
  }
}
.insurance-policy .insuba-btn:hover {
  color: var(--insuba-white, #ffffff);
}
.insurance-policy .insuba-btn:hover .insuba-btn__icon {
  color: var(--insuba-black3, #19232b);
}
.insurance-policy .insuba-btn:hover .insuba-btn__icon-box {
  background-color: var(--insuba-white, #ffffff);
}
/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/
.why-choose-one {
  padding-bottom: 151px;
}
@media (max-width: 767px) {
  .why-choose-one {
    padding-bottom: 131px;
  }
}
@media (max-width: 575px) {
  .why-choose-one {
    padding-bottom: 111px;
  }
}
@media (max-width: 390px) {
  .why-choose-one {
    padding-bottom: 105px;
  }
}
.why-choose-one__tab-box {
  position: relative;
  display: block;
}
.why-choose-one__tab-box .tab-buttons {
  margin: 0;
  padding: 0;
  list-style: none;
    margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  z-index: 1;
}
.why-choose-one__tab-box .tab-buttons .tab-btn {
  flex: 0 0 auto;
  width: 20%;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  padding: 7.5px 20px;
  font-weight: 700;
  color: var(--insuba-black, #122f2a);
  text-transform: capitalize;
  background-color: transparent;
  border-radius: 0;
  border-top: 1px solid var(--insuba-border-color, #dddddd);
  border-right: 1px solid var(--insuba-border-color, #dddddd);
  border-bottom: 1px solid var(--insuba-border-color, #dddddd);
  overflow: visible;
  z-index: 1;
  transition: all 500ms ease;
}
.why-choose-one__tab-box .tab-buttons .tab-btn:first-child {
  border-left: 1px solid var(--insuba-border-color, #dddddd);
}
@media (max-width: 1199px) {
  .why-choose-one__tab-box .tab-buttons .tab-btn {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .why-choose-one__tab-box .tab-buttons .tab-btn {
    width: 25%;
  }
  .why-choose-one__tab-box .tab-buttons .tab-btn:last-child {
    border-top: 0;
    border-left: 1px solid var(--insuba-border-color, #dddddd);
  }
}
@media (max-width: 767px) {
  .why-choose-one__tab-box .tab-buttons .tab-btn {
    width: 33.333%;
  }
  .why-choose-one__tab-box .tab-buttons .tab-btn:nth-child(4) {
    border-top: 0;
    border-left: 1px solid var(--insuba-border-color, #dddddd);
  }
  .why-choose-one__tab-box .tab-buttons .tab-btn:last-child {
    border-left: 0;
  }
}
@media (max-width: 575px) {
  .why-choose-one__tab-box .tab-buttons .tab-btn {
    width: 50%;
  }
  .why-choose-one__tab-box .tab-buttons .tab-btn:nth-child(3) {
    border-top: 0;
    border-left: 1px solid var(--insuba-border-color, #dddddd);
  }
  .why-choose-one__tab-box .tab-buttons .tab-btn:nth-child(4) {
    border-left: 0;
  }
  .why-choose-one__tab-box .tab-buttons .tab-btn:last-child {
    border-left: 1px solid var(--insuba-border-color, #dddddd);
  }
}
@media (max-width: 390px) {
  .why-choose-one__tab-box .tab-buttons .tab-btn {
    width: 100%;
    border: 0;
    border-bottom: 1px solid var(--insuba-border-color, #dddddd) !important;
    border-left: 1px solid var(--insuba-border-color, #dddddd) !important;
    border-right: 1px solid var(--insuba-border-color, #dddddd) !important;
  }
  .why-choose-one__tab-box .tab-buttons .tab-btn:first-child {
    border-top: 1px solid var(--insuba-border-color, #dddddd);
  }
}
.why-choose-one__tab-box .tab-buttons .tab-btn:hover {
  color: black;
}
.why-choose-one__tab-box .tab-buttons .tab-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -23px;
  transform: translateX(-50%);
  opacity: 0;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 23px 22.5px 0 22.5px;
  
  border-color: var(--insuba-base, #ed529d) transparent transparent transparent;
  transition: all 500ms ease;
}
@media (max-width: 991px) {
  .why-choose-one__tab-box .tab-buttons .tab-btn::before {
    display: none;
  }
}
.why-choose-one__tab-box .tab-buttons .tab-btn__icon {
  font-size: 20px;
}
.why-choose-one__tab-box .tab-buttons .tab-btn.active-btn {
  color: black;
  background-image: var(--insur-gradient);
}
.why-choose-one__tab-box .tab-buttons .tab-btn.active-btn::before {
  opacity: 1;
}
.why-choose-one__tab-box .tabs-content {
  position: relative;
  display: block;
}
.why-choose-one__tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}
.why-choose-one__tab-box .tabs-content .tab.active-tab {
  display: block;
}
.why-choose-one__content {
  padding-right: 72px;
}
@media (max-width: 1199px) {
  .why-choose-one__content {
    padding-right: 200px;
  }
}
@media (max-width: 991px) {
  .why-choose-one__content {
    padding-right: 0px;
  }
}
.why-choose-one__title {
  margin-bottom: 26px;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.314;
}
@media (max-width: 575px) {
  .why-choose-one__title {
    font-size: 33px;
  }
}
.why-choose-one__text {
  margin-bottom: 24px;
}
.why-choose-one__insurance {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 22px;
  border-bottom: 1px solid var(--insuba-border-color, #dddddd);
}
.why-choose-one__insurance__inner {
  display: flex;
  align-items: center;
  gap: 40px;
}
.why-choose-one__content h6{
  font-size: 18px;
    font-weight: 500;
    border-left: 3px solid #8A0C4C;
    margin-bottom: 25px;
    padding-left: 15px;
    font-family: "Playfair Display", serif;
    font-style: italic;
}
.why-choose-one__content p {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 0;
   
}
.why-choose-one__insurance__icon {
  display: inline-flex;
  flex-shrink: 0;
  font-size: 49px;
  color: var(--insuba-black10, #000000);
}
.why-choose-one__insurance__content {
  position: relative;
}
.why-choose-one__insurance__content::before {
  content: "";
  width: 2px;
  height: calc(100% - 14px);
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  background-color: var(--insuba-base, #0365d3);
}
.why-choose-one__insurance__title {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
.why-choose-one__insurance__text {
  margin: 0;
}
.why-choose-one__insurance__image {
  position: relative;
  position: absolute;
  display: table;
  right: 0;
  bottom: -1px;
}
@media (max-width: 575px) {
  .why-choose-one__insurance__image {
    margin-top: 30px;
    position: relative;
    right: auto;
    bottom: 0;
  }
}
.why-choose-one__insurance__image::after {
  content: "";
  width: 90px;
  height: 54px;
  position: absolute;
  right: -5px;
  bottom: -5px;
  background-color: var(--insuba-base, #0365d3);
  z-index: -1;
}
.why-choose-one__insurance__image img {
  max-width: 100%;
  height: auto;
}
.why-choose-one__list {
  margin-bottom: 30px;
}
.why-choose-one__list li {
  display: flex;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--insuba-black2, #333333);
  line-height: 1.75;
}
.why-choose-one__list li + li {
  margin-top: 5px;
}
.why-choose-one__list li .why-choose-one__list__icon {
  flex-shrink: 0;
  font-size: 17px;
  color: var(--insuba-base, #0365d3);
}
.why-choose-one__image {
  position: relative;
  margin-left: auto;
  display: table;
}
@media (max-width: 1199px) {
  .why-choose-one__image {
    margin-top: 60px;
    margin-left: 110px;
  }
}
@media (max-width: 575px) {
  .why-choose-one__image {
    margin-left: 55px;
  }
}
@media (max-width: 425px) {
  .why-choose-one__image {
    margin-left: 33px;
  }
}
@media (max-width: 390px) {
  .why-choose-one__image {
    margin-left: 25px;
  }
}
.why-choose-one__image img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}
.why-choose-one__image__star-text {
  position: absolute;
  top: 47px;
  left: -120px;
  font-family: var(--insuba-heading-font, "Poppins", serif);
  font-weight: 700;
  font-size: 148px;
  color: var(--insuba-white, #ffffff);
  line-height: 1;
  text-shadow: 2px 2px 0 #ed539e, -2px -2px 0 #ed539e, 2px -2px 0 #ed539e, -2px 2px 0 #ed539e, 2px 2px 0 #ed539e;
  animation: zoomIn 2s linear infinite;
}
@media (max-width: 575px) {
  .why-choose-one__image__star-text {
    display: none;
  }
}

.why-choose-one__image__shape {
  width: 190px;
  height: 291px;
  position: relative;
  position: absolute;
  left: -33px;
  bottom: -31px;
   background-image: linear-gradient(180deg, #FDFBBF 0%, #FBD783 100%);
  border-radius: 15px;
}


.why-choose-one__image .shape {
    position: absolute;
    z-index: -1;
    left: -49%;
    width: 20%;
    animation: animation01 2s infinite alternate;
    bottom: -17%;
}
@media (max-width: 425px) {
  .why-choose-one__image__shape {
    animation: zumpBottom 2s linear infinite;
  }
}
@media (max-width: 390px) {
  .why-choose-one__image__shape {
    height: 250px;
    left: -25px;
    bottom: -25px;
  }
}
.superior-pen p{
 position: relative;
    left: 52%;
    
    font-style: italic;
    font-weight: 500;
}

.why-choose-one__image__shape::after {
  content: "";
  width: 100%;
  height: calc(100% - 37px);
  position: absolute;
  top: -41px;
  left: -24px;
  border-radius: inherit;
  border: 1px solid #DE127A;
  animation: zumpBottom 2s linear infinite;
}
@media (max-width: 425px) {
  .why-choose-one__image__shape::after {
    display: none;
  }
}


/* 
        <!-- ============================================= -->
        <!--gallery
 ============================================= --> */

 .gallery .section-title{
  margin-bottom: 0;
 }
.gallery-image-box img{ width: 100%;}

.gallery .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
  }
  
 
  .gallery-image-box {
    overflow: hidden; /* Hide any overflowing content */
}

.event-img {
    position: relative;
    width: 100%;
}

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

  .event .event-img:hover .event-overlay {
    opacity: 1;
  }
  
  .event-overlay i {
    color: white;
    font-size: 40px;
    position: relative;
    width: 56px;
    height: 56px;
    margin: 0 8px;
    display: inline-block;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #1e5c9c;
    font-size: 22px;
    color: #fff;
  

 
  }
 
/* Container styling */
.single-shuffle {
  position: relative;
  overflow: hidden;
}

.single-shuffle .aspect {
    overflow: hidden;
}

.single-shuffle .aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.single-shuffle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hover overlay base */
.single-shuffle .ssf-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
          background-color: rgb(242 96 169 / 54%);
  opacity: 0;
  z-index: 1;
  text-align: center;
  transition: all 0.5s ease;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Before effect (background animation) */
.single-shuffle .ssf-hover:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
      background-color: rgb(242 96 169 / 54%);
  opacity: 0;
  transition: all 1.5s ease;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* Hover trigger */
.single-shuffle:hover .ssf-hover {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transform: none;
}

.single-shuffle:hover .ssf-hover:before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transform: none;
}

/* Icon styles inside hover */
.single-shuffle .ssf-hover i {
     font-size: 25px;
  color: black;
  margin: 0 10px;
  transition: transform 0.3s ease;
}

.single-shuffle .ssf-hover i:hover {
  transform: scale(1.2);
}


  .event-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background-color: rgb(242 96 169 / 54%);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    /* text-align: center; */
    display: flex;
    justify-content: space-evenly;
}

.event-overlay:hover {
  
    opacity: 1;
}
/* * ==================================================================
    Main Footer
================================================================== */ */

/* Main Footer */
.footer.main-footer {
 
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/footer-bg.png);
  padding: 300px 0 0;

}

.main-footer .footer-content {
  color: #ccc; /* Light text color */

}

.main-footer .footer-logo img {
  max-width: 100%; 
}

.main-footer .text {
  position: relative;
  max-width: 650px;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
  margin: 0 auto 30px;
}
.main-footer .footer-content .social-icon-two {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.main-footer .social-icon-two {
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 30px;
}

.main-footer .social-icon-two li {
  display: block;

}
.social-icon-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-footer .social-icon-two li a {
  color: #fff;
  font-size: 18px;
  transition: all 0.3s ease;
}
.social-icon-two li a {
  position: relative;
  display: block;
  font-size: 18px;
  color: #ffffff;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #ffffff;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}



.main-footer .contact-list-one {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-footer .contact-list-one li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.site-footer-four__social {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}


.contact-list-one {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contact-list-one li {
  position: relative;
  padding-left: 55px;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  font-weight: 400;
  margin-right: 60px;
}

.contact-list-one li:last-child {
  margin-right: 0;
}

.contact-list-one li strong {

  display: block;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-list-one li i {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 38px;
  line-height: 30px;
  color: #FE4D05;
}

.contact-list-one li a {
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}



.main-footer .footer-nav {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-bottom: 10px;
}

.main-footer .footer-nav li {
  display: inline-block;
  margin: 0 15px;
}

.main-footer .footer-nav li a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.main-footer .footer-nav li a:hover {
  color: #00a8ff; /* Hover color */
}

.main-footer .copyright-text {
  text-align: center;
  color: #777;
  font-size: 14px;
}

.main-footer .copyright-text a {
  color: #00a8ff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.main-footer .copyright-text a:hover {
  color: #fff;
}

/*=== Footer Bottom ===*/

footer.main-footer.mt-5{
  background-size: cover, cover;
background-position: center, center;
background-repeat: no-repeat, no-repeat;
    background-image: url(../img/footer-bg.png);
}

.main-footer .footer-bottom {
  position: relative;
  width: 100%;
      margin-top: -24px;
}



.main-footer .footer-bottom .inner-container:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 1000%;
  height: 100%;

 background-image: 
    linear-gradient(to bottom, #fbd783, #f9ca6c, #f8bc54, #f7ae3d, #f69f23),
    url('/assets/zi');
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.main-footer .footer-bottom .copyright-text {
  position: relative;
padding: 6px 0;}

.main-footer .footer-bottom .copyright-text p {
  position: relative;
  line-height: 20px;
  font-size: 16px;
    color: #040303;
  font-weight: 400;
}

.main-footer .footer-bottom .copyright-text a {
    color: #de127a;
  font-weight: 700;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .footer-bottom .copyright-text a:hover {
  text-decoration: underline;
}

.main-footer .footer-bottom .footer-nav {
  position: relative;
}

.main-footer .footer-bottom .footer-nav {
  position: relative;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.main-footer .footer-bottom .footer-nav li {
  position: relative;
  padding-left: 22px;
  margin-left: 30px;
}

.main-footer .footer-bottom .footer-nav li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 400;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .footer-bottom .footer-nav li:before {
  position: absolute;
  left: 0;
  top: 7px;
  height: 6px;
  width: 6px;
  background-color: #001376;
  content: '';
}
.auto-container{
position: static;

    padding: 0px 20px;
    /* margin: 0 auto; */
    width: 100%;
}
.main-footer .footer-bottom .footer-nav li a:hover {
  color: #002121;
}
.site-footer-five__contact__list {
  
    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;
}


.site-footer__social {
  display: flex;
  justify-content: center; 
  align-items: center; 
}
 

.site-footer__social 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-white);
  font-size: 15px;
  border-radius: 17px;
  border: 2px solid white;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.site-footer__social a:hover {
  color: var(--insur-base);
  background-color: var(--insur-white);
  border: 2px solid var(--insur-white);
}

.site-footer__social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--insur-white);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  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;
}

.site-footer__social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.site-footer__social a + a {
  margin-left: 10px;
}

.site-footer-five__contact__list li {
  margin: 0;
  padding: 0 53px;
  display: flex;
  align-items: center;
  gap: 11px;
}
.site-footer-five__contact__list li:hover .site-footer-five__contact__icon {
    color: #ca196e;
}
.site-footer-five__contact__icon {
  width: 40px;
  height: 40px;
background-image: linear-gradient(to bottom, #fbd783, #f9ca6c, #f8bc54, #f7ae3d, #f69f23);
  color: black;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}
.site-footer-five__contact__icon::after {
  position: absolute;
  content: "";
  background-color:  #FE4D05;
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 25px;
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  transition: all 500ms ease;
}
.site-footer-five__contact__call__text, .site-footer-five__contact__text, .site-footer-five__contact__content{
color:white;
}
.site-footer-five__contact__icon {
  width: 40px;
  height: 40px;
  background-color: #ee4805;
   color: #000000;

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
}
.main-menu__list > li.dropdown > ul {
    max-height: 300px; /* Adjust as needed */
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 9999;
    position: absolute;
    background-color: #fff; /* Match your dropdown background */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 20px;
    width: 250px; /* Optional: control width */
}
.main-menu__list > li.dropdown > ul::-webkit-scrollbar {
    width: 6px;
}
.main-menu__list > li.dropdown > ul::-webkit-scrollbar-thumb {
    background-color: #ed529d;
    border-radius: 3px;
}





.innerpage_bnr.banner_cnt {
  /* position: relative; */
  margin-bottom: 30px;
  padding: 100px 60px;
  background-image: url(../img/inner-page.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.7s all;
  -webkit-transition: 0.7s all;
}

.innerpage_bnr.banner_cnt:hover {

  background-position: right center;
}
.innerpage_bnr.banner_cnt h6 {

  font-size: 40px;
    color: #ffffff;
    /* text-align: center; */
    text-transform: uppercase;
    margin-top: 0;
    position: relative;
    /* top: 40px; */
    font-style: italic;
    text-shadow: 2px 2px 13px #ffffff;
    font-family: 'Playfair';
    font-weight: 800;
}

section.our-facts h2.section-title__title.text-right {
    background-image: linear-gradient(to right, #ffffff, #ffffff, #ff825d, #ffaf66, #fbd783);
    background-image: whitesmoke;

}

    @media only screen and (max-width: 600px) {
.innerpage_bnr.banner_cnt h6{
  
    font-size: 19px;

}
.innerpage_bnr.banner_cnt{
      padding: 26px;
}
}