@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Roboto+Slab:wght@300;400;500;600;700;800;900&display=swap");
html {
  font-size: 16px;
}

#landing {
  position: relative;
  overflow: hidden;
}

.landing-bg {
  height: 70em;
  width: 56%;
  background-image: url("../assets/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 50%;
  position: absolute;
  right: 0;
  z-index: -1;
}

header {
  padding: 1.5em 0;
}
header .logo__area {
  padding: 0 2.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: initial;
}
header .logo__area .logo h1 {
  font-family: "Roboto Slab", serif;
  font-size: 1.65em;
  font-weight: 700;
  color: #105de2;
}
header .logo__area .logo h1 span {
  position: relative;
  display: inline-block;
  color: #1a1c20;
}
header .logo__area .logo h1 span::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  width: 100%;
  height: 3px;
  background-color: #105de2;
}
header .logo__area .logo h1 span::first-letter {
  color: #105de2;
}
header .logo__area .mobile-num {
  font-family: "Roboto Slab", serif;
  font-size: 1.55em;
  font-weight: 500;
  color: #1a1c20;
}
header .links {
  padding: 0 2.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: initial;
  background-color: #374d74;
  color: rgb(92, 92, 92);
}
header .links nav ul li {
  float: left;
  margin-right: 2.5em;
}
header .links nav ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 0.8em;
  font-weight: 600;
  color: #fff;
}
header .links .buy-insurance {
  font-family: "Poppins", sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  background-color: #5f6877;
  color: #fff;
  padding: 0.6em 1.8em;
  border-radius: 4px;
}

section {
  position: relative;
  padding-top: 5.5em;
}
section.hero .hero-theme {
  padding: 0 2.5em;
}
section.hero .hero-theme .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: initial;
  margin-bottom: 2em;
}
section.hero .hero-theme .title h1 {
  font-family: "Roboto Slab", serif;
  font-size: 2.5em;
  font-weight: 800;
  line-height: 1.3em;
  color: #1a1c20;
}
section.hero .hero-theme .title h1 span {
  color: #105de2;
}
section.hero .hero-theme .title img {
  height: 4em;
}
section.hero .hero-theme .content {
  font-family: "Poppins", sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 1.7em;
  color: #1a1c20;
}
section.hero .hero-slider {
  padding-right: 2.5em;
}
section.hero .hero-slider h1 {
  font-family: "Roboto Slab", serif;
  font-size: 2.9em;
  font-weight: 700;
  line-height: 1.2em;
  color: #fff;
  text-align: right;
  word-spacing: -2px;
}
section.hero .hero-slider h1 span {
  color: #105de2;
}
section.hero .hero-slider .slider-dots {
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: initial;
  margin-top: 4em;
}
section.hero .hero-slider .slider-dots .dot {
  display: block;
  height: 0.55em;
  width: 0.55em;
  border-radius: 50%;
  background-color: #4e515e;
  margin-left: 0.4em;
}
section.hero .hero-slider .slider-dots .dot.active {
  height: 0.85em;
  width: 0.85em;
  background-color: #105de2;
}
section.slider-carousel .slider-pic {
  overflow: hidden;
}
section.slider-carousel .slider-actions {
  width: 640px;
  padding-right: 2.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: initial;
  position: absolute;
}
section.slider-carousel .slider-actions .slider-count {
  height: 16.5em;
  width: 17em;
  background-color: #1a1c20;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
}
section.slider-carousel .slider-actions .slider-count .count {
  display: block;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 3.5em;
  font-weight: 700;
}
section.slider-carousel .slider-actions .slider-count .count sup {
  font-size: 0.38em;
  font-weight: 800;
  position: relative;
  top: -1.2em;
  left: -0.3em;
  color: #4e515e;
}
section.slider-carousel .slider-actions .slider-line {
  width: 16em;
  height: 0.12em;
  background-color: #4e515e;
  position: absolute;
  left: 14em;
}
section.slider-carousel .slider-actions .slider-line .inner {
  display: block;
  height: inherit;
  width: 40%;
  background-color: #105de2;
}
section.slider-carousel .slider-actions .slider-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: initial;
  width: 4.8em;
}
section.slider-carousel .slider-actions .slider-navigation button {
  height: 2.2em;
  width: 2.2em;
  background-color: #4e515e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
}
section.slider-carousel .slider-actions .slider-navigation button svg {
  height: 1em;
  color: #fff;
}
section.services {
  position: relative;
  padding: 0 2.5em;
  padding-top: 5.5em;
  padding-bottom: 2em;
}
section.services .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: initial;
  margin-bottom: 6em;
}
section.services .header h1.title {
  font-family: "Roboto Slab", serif;
  font-size: 2.2em;
  font-weight: 800;
  line-height: 1.2em;
  color: #1a1c20;
}
section.services .header h1.title span {
  color: #105de2;
}
section.services .header .slider-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: initial;
  width: 4.8em;
}
section.services .header .slider-navigation button {
  height: 2.2em;
  width: 2.2em;
  background-color: #5f6164;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
}
section.services .header .slider-navigation button svg {
  height: 1em;
  color: #1a1c20;
}
section.services .header .slider-navigation::before {
  content: " ";
  position: absolute;
  display: block;
  width: 16em;
  height: 0.2em;
  background-color: #edeff3;
  right: 8em;
}
section.services .services_grp .service img {
  height: 2.7em;
  margin-bottom: 2em;
}
section.services .services_grp .service h1 {
  font-family: "Roboto Slab", serif;
  font-size: 1.35em;
  font-weight: 800;
  line-height: 1.2em;
  color: #1a1c20;
  margin-bottom: 0.8em;
}
section.services .services_grp .service h1 span {
  color: #105de2;
}
section.services .services_grp .service p {
  font-family: "Poppins", sans-serif;
  font-size: 0.85em;
  font-weight: 500;
  padding-right: 2.5em;
}
section.services .services_grp .service .services-btn {
  font-family: "Poppins", sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  background-color: #105de2;
  color: #fff;
  padding: 0.6em 1.8em;
  border-radius: 4px;
  margin-top: 1.2em;
}
section.services .services_grp .service.l__service h1 {
  line-height: 1.4em;
}
section.about {
  height: 800px;
  width: 100%;
  overflow: hidden;
}
section.about .about-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 700px;
  background-image: url("../assets/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
section.about .about-img {
  position: absolute;
  top: 14em;
  left: -6em;
  width: 35em;
}
section.about .about-content {
  padding-top: 6em;
  padding-right: 2.5em;
}
section.about .about-content h1.title {
  font-family: "Roboto Slab", serif;
  font-size: 2.2em;
  font-weight: 800;
  line-height: 1.2em;
  color: #fff;
  margin-bottom: 1em;
}
section.about .about-content h1.title span {
  color: #105de2;
}
section.about .about-content p {
  font-family: "Poppins", sans-serif;
  font-size: 0.85em;
  font-weight: 400;
  color: #fff;
  line-height: 1.6em;
  margin-bottom: 2em;
}
section.about .about-content .btn {
  font-family: "Poppins", sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  background-color: #105de2;
  color: #fff;
  padding: 0.6em 1.8em;
  border-radius: 4px;
  display: inline-block;
  margin-top: 5em;
}
section.achivements {
  position: relative;
  padding-left: 2.5em;
  padding-bottom: 6em;
}
section.achivements .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: initial;
  margin-bottom: 4em;
}
section.achivements .header h1.title {
  font-family: "Roboto Slab", serif;
  font-size: 2.2em;
  font-weight: 800;
  line-height: 1.2em;
  color: #1a1c20;
}
section.achivements .header h1.title span {
  color: #105de2;
}
section.achivements .achivements_grp .achivement .head {
  display: flex;
  align-items: center;
  justify-content: initial;
  flex-direction: initial;
  font-family: "Roboto Slab", serif;
  margin-bottom: 1.6em;
}
section.achivements .achivements_grp .achivement .head span {
  color: #105de2;
  font-weight: 800;
}
section.achivements .achivements_grp .achivement .head .main {
  font-size: 2.7em;
}
section.achivements .achivements_grp .achivement .head .sub {
  font-size: 1.1em;
  margin-left: 0.8em;
}
section.achivements .achivements_grp .achivement h1 {
  font-family: "Roboto Slab", serif;
  font-size: 1.25em;
  font-weight: 800;
  line-height: 1.2em;
  color: #1a1c20;
  margin-bottom: 0.8em;
}
section.achivements .achivements_grp .achivement p {
  font-family: "Poppins", sans-serif;
  font-size: 0.95em;
  font-weight: 400;
  padding-right: 3em;
}

.ash-backdrop {
  position: absolute;
  z-index: -9;
  top: 45em;
  left: 0;
  height: 75em;
  width: 68.5%;
  background-color: #edeff3;
}

footer {
  position: relative;
  border-top: 2px solid #edeff3;
  margin-bottom: 3em;
}
footer .header-area {
  padding: 0 2.5em;
  padding-top: 2.5em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: initial;
}
footer .header-area .title {
  display: flex;
  align-items: center;
  justify-content: initial;
  flex-direction: initial;
}
footer .header-area .title h1 {
  font-family: "Roboto Slab", serif;
  font-size: 1.8em;
  font-weight: 700;
  color: #1a1c20;
}
footer .header-area .title h1 span {
  color: #105de2;
}
footer .header-area .title .call-ico {
  margin-left: 1em;
  height: 1.8em;
  width: 1.8em;
  border: 3px solid #105de2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: initial;
}
footer .header-area .title .call-ico img {
  height: 0.7em;
}
footer .header-area .btn {
  font-family: "Poppins", sans-serif;
  font-size: 0.8em;
  font-weight: 500;
  background-color: #105de2;
  color: #fff;
  padding: 0.6em 1.8em;
  border-radius: 4px;
}
footer .links-area {
  padding: 0 2.5em;
  margin-top: 2.5em;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: initial;
}
footer .links-area .footer-links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: initial;
}
footer .links-area .footer-links .link-grp {
  margin-right: 3em;
}
footer .links-area .footer-links .link-grp .title {
  display: block;
  font-family: "Roboto Slab", serif;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 1em;
}
footer .links-area .footer-links .link-grp ul li {
  margin-bottom: -0.1em;
}
footer .links-area .footer-links .link-grp ul li a {
  font-family: "Poppins", sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  color: #939393;
}
footer .links-area .contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: initial;
}
footer .links-area .contact .contact-data {
  text-align: right;
  margin-right: 2em;
}
footer .links-area .contact .contact-data h2 {
  font-family: "Roboto Slab", serif;
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 1em;
}
footer .links-area .contact .contact-data .contact-grp span {
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 0.85em;
  font-weight: 400;
  margin-bottom: 0.25em;
}
footer .links-area .contact .contact-data .contact-grp span.name {
  text-transform: capitalize;
  font-weight: 600;
  color: #105de2;
}
footer .links-area .contact .contact-data .contact-grp span.location {
  text-transform: capitalize;
  color: #939393;
}
footer .links-area .contact .contact-data .contact-grp span.mobile, footer .links-area .contact .contact-data .contact-grp span.email {
  color: #1a1c20;
  font-weight: 500;
}
footer .links-area .contact .avatar {
  height: 8em;
  width: 8em;
  border-radius: 50%;
  overflow: hidden;
}
footer .copyright-area {
  padding: 0 2.5em;
  margin-top: 6em;
}
footer .copyright-area .grp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: initial;
}
footer .copyright-area .grp .logo h1 {
  font-family: "Roboto Slab", serif;
  font-size: 1.65em;
  font-weight: 700;
  color: #105de2;
}
footer .copyright-area .grp .logo h1 span {
  position: relative;
  display: inline-block;
  color: #1a1c20;
}
footer .copyright-area .grp .logo h1 span::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  width: 100%;
  height: 3px;
  background-color: #105de2;
}
footer .copyright-area .grp .logo h1 span::first-letter {
  color: #105de2;
}
footer .copyright-area .grp .copyright {
  color: #939393;
  font-family: "Poppins", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
}
footer .copyright-area .grp .copyright a {
  color: #1a1c20;
  font-weight: 600;
}
footer .copyright-area .social-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: initial;
  float: right;
  margin-top: 0.4em;
}
footer .copyright-area .social-links span {
  font-family: "Poppins", sans-serif;
  font-size: 0.9em;
  font-weight: 400;
  color: #939393;
}
footer .copyright-area .social-links ul li {
  float: left;
  margin-left: 1em;
}
footer .copyright-area .social-links ul li a img {
  height: 1.1em;
}

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