:root {
  --dblue: #fff;
  --black: #111;
  --lblue: #ebebeb;
  --lwhite: #f9ebea;
  --white: #ffffff;
  --lpink: #f4c9c2;
  --orange: #3674b6;
  --red: #ce0427;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto Slab", serif;
  font-size: 0.9rem;
  background-color: #f3f2f8;
  color: var(--black);
}
.site_title{
color:#fff;
border-bottom:1px solid #e0e0e0;
font-size:22px;
background: #3674b6;
text-align: center;
min-height: 90px;
line-height: 80px;
margin-top: 80px;
}
.mt-6 {
  margin-top: 6rem;
}

.bg-black {
  background-color: var(--dblue);
}

.bg-black2 {
  background-color: var(--lblue);
}

.bg-black3 {
  background-color: var(--black);
}

.bg-orange {
  background-color: var(--orange);
}

.bg-orange2 {
  background-color: var(--red);
}

.text-black {
  color: var(--black);
}

.text-dblue {
  color: var(--black);
}

.text-lblue {
  color: var(--lblue);
}

.text-orange {
  color: var(--orange);
}

.text-lwhite {
  color: var(--lwhite);
}

.banners img {
  padding: 0px 10px;
}

.nav-item a {
  color: var(--black);
  font-size: 1.1em;
  border-radius: 5px;
  transition: 0.4s;
}

.nav-item a:hover {
  color: var(--white) !important;
  background-color: var(--black);
}

.navbar a {
  margin-top: -10px;
}

.navbar h1 {
  font-size: 2.2rem;
  color: var(--black);
}

@media (max-width: 1200px) {
  nav i {
    font-size: 1.2em;
    color: white;
  }

  nav ul li a {
    text-align: center;
  }

  .nav-item a:hover {
    color: var(--lblue) !important;
  }

  .navbar a {
    margin-top: 0px;
  }

  .navbar-nav {
    margin-top: 20px;
    background-color: var(--white);
  }
}

.nav-active {
  transition: 0.4s ease-in-out;
  background-color: var(--white);
  box-shadow: 0px 0px 10px black;
}

.navbar i {
  color: var(--orange);
}

.dropdown-menu {
  line-height: 40px;
}

.shadow {
  box-shadow: 0px 0px 30px -12px rgba(0, 0, 0, 0.75);
}

.slider {
  /* background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.9),
      rgba(230, 230, 230, 0.85)
    ),
    url("../style/img/slider-bg.jpg"); */
  background: url("img/slider-bg-1.png"), url("img/slider-bg-2.png");
  background-repeat: no-repeat;
  background-position: right 20px top 25%, left 0 top 100%;
  /* color: white; */
  min-height: 100vh;
}

.vh90 {
  min-height: 100vh;
}

.slider h1 {
  letter-spacing: 2px;
  font-size: 3.5rem;
}

.slider p {
  font-size: 1.5rem;
  color: #3c3c3c;
  letter-spacing: 0.2px;
}

@media (max-width: 430px) {
  .slider p {
    font-size: 1.1rem;
    letter-spacing: 0.2px;
  }

  .slider h1 {
    font-size: 3rem;
  }

  .slider a {
    font-size: 1.35em !important;
    color: white;
    transition: 0.4s;
    border-radius: 10px;
  }
}

.slider a {
  font-size: 2em;
  color: white;
  transition: 0.4s;
  border-radius: 10px;
}

.slider a:hover {
  background-color: var(--black) !important;
  color: var(--lpink) !important;
}

.contents {
  background: var(--red);
  color: var(--white);
}

.contents h1 {
  font-size: 2.8rem;
}

.title-color {
  color: #c6e1ff;
}

@media (max-width: 400px) {
  .contents h1 {
    font-size: 2.5rem;
  }
}

.contents ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contents li {
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.contents a {
  border-radius: 10px;
  font-size: 1.4rem;
  transition: 0.4s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contents p {
  font-size: 1.2rem;
}

.contents a:hover {
  background-color: var(--white) !important;
  color: var(--orange) !important;
}

.contents i {
  color: var(--white);
}

.statistcs {
  padding: 40px 0px 20px;
}

.statistcs .card {
  background: var(--black);
  border-radius: 10px;
  color: white;
  font-size: 1rem;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}

.statistcs .card figure {
  margin-bottom: 15px;
}

.statistcs .card img {
  height: 100px;
}

.statistcs .card h1 {
  font-size: 30px;
  color: #ff4f5b;
  font-weight: bold;
  margin-bottom: 20px;
}

.footerarea {
  margin: auto;
  padding-top: 25px;
  padding-bottom: 35px;
}

.footer-texts {
  margin: auto;
  padding: 10px;
  margin-bottom: 5px;
  width: 100%;
  color: var(--lwhite);
}

.footer-texts p {
  margin: auto;
  line-height: 25px;
  padding: 0px;
  padding-top: 10px;
  font-size: 18px;
  padding-bottom: 5px;
  color: var(--lwhite);
}

.footer-texts h3 {
  margin: auto;
  font-size: 15px;
  margin-top: 10px;
  color: var(--lwhite);
}

.footerlink {
  margin: auto;
  margin-bottom: 10px;
  width: 100%;
  padding-left: 10px;
}

.footerlink a {
  margin: auto;
  float: left;
  text-decoration: none;
  width: 50%;
  padding: 5px 0px;
  text-align: left;
  font-size: 16px;
  color: var(--lwhite);
}

.footerlink h2 {
  margin-bottom: 10px;
}

.footer-texts {
  margin: auto;
  width: 100%;
  padding: 0px;
  margin-top: 5px;
}

.footer-texts h5 {
  margin: auto;
  padding: 0px;
  font-size: 15px;
  color: var(--lwhite);
  line-height: 1.6rem;
}

.footer-texts a {
  margin: auto;
  background: var(--orange);
  padding: 3px 10px;
  color: var(--dblue);
  border-radius: 4px;
  text-transform: uppercase;
}

.footer-texts a:hover {
  color: var(--black);
  background-color: var(--white);
}

.partners img {
  margin: 5px;
  border-radius: 7px;
}

/* SVG */

.custom-shape-divider-bottom-1659503409 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1659503409 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 58px;
}

.custom-shape-divider-bottom-1659503409 .shape-fill {
  fill: #ce0427;
}

.features {
  background-color: var(--orange);
  padding: 5em;
}

.features .card:hover {
  transform: scale(1.05);
}

.features .card {
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  transition: 0.4s;
}

.features img {
  border-radius: 17px;
}

.features .btn {
  background-color: var(--orange);
}

.features .btn:hover {
  background-color: var(--dblue);
  color: var(--black);
}

.chooseus {
  background: url("img/bg-1.png"), var(--orange);
  background-repeat: no-repeat;
  background-position: right 0px top 100%;
  color: var(--white);
}

.chooseus h1 {
  font-size: 2.6rem;
}

.title-color {
  color: var(--red);
}

@media (max-width: 400px) {
  .contents h1 {
    font-size: 2.5rem;
  }
}

.chooseus ul {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #ebebeb;
}

.chooseus li {
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.chooseus a {
  border-radius: 10px;
  font-size: 1.4rem;
  transition: 0.4s;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.chooseus p {
  font-size: 1.2rem;
  color: #ebebeb;
}

.chooseus a:hover {
  background-color: var(--white) !important;
  color: var(--orange) !important;
}

.chooseus i {
  color: var(--white);
}

.cta .btn:hover {
  color: var(--white) !important;
  background-color: var(--orange) !important;
}

.iconholder {
  height: 100px;
  width: 100px;
}

.iconholder i {
  font-size: 55px;
  transition: 0.5s ease-in;
}

.iconholder i:hover {
  transform: rotate(360deg);
}

.custom-shape-divider-top-1659503706 {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1659503706 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 58px;
}

.custom-shape-divider-top-1659503706 .shape-fill {
  fill: #ce0427;
}

.custom-shape-divider-bottom-1659527736 {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1659527736 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 55px;
}

.custom-shape-divider-bottom-1659527736 .shape-fill {
  fill: #3674b6;
}

.custom-shape-divider-top-1659527779 {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1659527779 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 55px;
}

.custom-shape-divider-top-1659527779 .shape-fill {
  fill: #3674b6;
}

.card2 {
  background: url("img/slider-bg-2.png"), #fff;
  background-repeat: no-repeat;
  padding: 3rem 3.5rem;
  border-radius: 15px;
  flex-wrap: wrap;
  position: relative;
  max-width: 500px;
  transition: 0.4s;
}

.card2::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 10px;
  width: 101%;
  height: 110%;
  background-image: linear-gradient(to right bottom, #ce0427, #ec6279);
  z-index: -1;
  border-radius: 15px;
  transform: rotate(-5deg);
  box-shadow: 0 0 45px 5px rgba(0, 0, 0, 0.2);
}
.card2 li {
  margin: 15px 0;
}

.card2 li p {
  display: flex;
}

.card2 a {
  font-size: 14px;
  font-weight: bold;
  color: var(--red);
}

.card2 li h3 {
  display: inline-block;
  font-size: 2rem;
  color: #333;
  vertical-align: top;
  margin-right: 5px;
  line-height: 1.2;
}
.card2 li .fa {
  font-size: 0.75rem;
}
.card2 li span {
  color: #9ea6a8;
  font-weight: bold;
  font-size: 1rem;
}

.clr-up {
  color: green;
}

.clr-down {
  color: red;
}

@media screen and (max-width: 500px) {
  .card::before {
    top: -10px;
    left: -2px;
  }
  .card li {
    width: 100%;
  }
  .card li:not(:first-of-type) {
    margin-top: 15px;
  }
}

.stats {
  padding: 5em 0em;
}

.stats h1 {
  text-transform: uppercase;
}

.pricing-area {
  background-color: var(--orange);
  padding: 6em 0;
}

.single-price {
  text-align: center;
  background: var(--white);
  transition: 0.4s;
  margin-top: 20px;
  border-radius: 20px;
}
.single-price h3 {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  text-align: center;
  margin: 0;
  margin-top: -80px;
  color: #fff;
}
.single-price h4 {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
}
.deal-top {
  position: relative;
  background: var(--red);
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 20px 20px 0 0;
  padding: 136px 24px 0;
}
.deal-top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 0;
  height: 0;
  border-top: 50px solid var(--red);
  border-left: 175px solid transparent;
  border-right: 175px solid transparent;
}
.deal-bottom {
  padding: 56px 16px 0;
}
.deal-bottom ul {
  margin: 0;
  padding: 0;
}
.deal-bottom ul li {
  font-size: 16px;
  color: var(--black);
  margin-top: 16px;
  border-top: 1px solid #e4e4e4;
  padding-top: 16px;
  list-style: none;
}
.btn-area a {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background: var(--red);
  padding: 8px 64px;
  margin-top: 32px;
  border-radius: 10px;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}

.single-price:hover {
  background: var(--red);
  margin-top: 10px;
}
.single-price:hover .deal-bottom ul li {
  color: var(--white);
}
.single-price:hover .deal-top {
  background: var(--black);
}
.single-price:hover .deal-top:after {
  border-top: 50px solid var(--black);
}
.single-price:hover .btn-area a {
  background: var(--black);
}
