/*
*
*
#CSS Map
01. Import Variables
02. Import Mixins
03. Import Fonts
04. Default
05. Styleing
06. Form
*
*
*/
/* 01. Import Variables */
@import url("https://use.typekit.net/ppy7hcy.css");

/* 02. Import Mixins */
/* 03. Import Fonts */
/* 04. Default */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: "sofia-pro", serif;
  scroll-behavior: smooth;
}

body,
html {
  height: 100vh;
}

ul {
  list-style-type: none;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}

.mrl-15 {
  margin-left: 15px;
}

.mrb-20 {
  margin-bottom: 20px;
}

.mrt-15 {
  margin-top: 15px;
}

.mrt-35 {
  margin-top: 35px;
}

.mrt-50 {
  margin-top: 50px;
}

.mrt-85 {
  margin-top: 85px;
}

.custom-mr {
  margin: 35px 25px;
}

.defaulTtitle {
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 49px;
  color: #000000;
}

.defaultP {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 25px;
  color: #858585;
}

.defaulsub {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 27px;
  text-transform: capitalize;
  color: #000000;
}

.btn-gradient {
  background: -o-linear-gradient(8.17deg, #2f97f6 29.99%, #2de799 107.93%);
  background: linear-gradient(81.83deg, #2f97f6 29.99%, #2de799 107.93%);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 12px 40px;
  border-radius: 66px;
}

.btn-gradient:hover {
  color: #FFFFFF;
  text-decoration: none;
}

/* 05. Styleing */
.home {
  background: #F2FAFF;
}

.container-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.container-box .pagetitle {
  font-weight: 800;
  font-size: 2.8rem;
  color: #000;
}

.container-box label {
  color: #6f6f6e;
  font-size: 1.25rem;
}

.container-box .targetlink a {
  color: #007bff;
}

.container-box .social a {
  color: #6f6f6e;
  font-size: 1rem;
}

.container-box .social i {
  background-color: #6f6f6e;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  font-size: 0.75rem;
  line-height: 30px;
  text-align: center;
  margin-right: 0.3125rem;
}

/* 06 Form */
.form {
  margin-top: 3.125rem;
}

.form .inp {
  border: 0;
  border-bottom: 1px solid #ccc;
  color: #000;
  height: 3.125rem;
  margin-bottom: 3.125rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.form .forget {
  color: #007bff;
  font-size: 1.25rem;
}

.form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
}

.form .social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6.25rem;
  margin-left: -1.25rem;
}

.form .social {
  margin-bottom: 0.625rem;
}

.form .form-btn {
  border: 0;
  font-size: 1.125rem;
  height: 3.125rem;
  width: 100%;
  border-radius: 50px;
  color: #fff;
  background: -o-linear-gradient(8.17deg, #2f97f6 29.99%, #2de799 107.93%);
  background: linear-gradient(81.83deg, #2f97f6 29.99%, #2de799 107.93%);
  margin-top: 2.18rem;
  padding-bottom: 0.3125rem;
}

.form .targetlink {
  text-align: center;
  margin-top: 1.25rem;
  font-size: 1.125rem;
}

/* 07 Header */
header {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  position: fixed;
  width: 100%;
  z-index: 10;
}

/*Nav Bar*/
nav {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  height: 60px;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 35%;
}

@media screen and (max-width: 1300px) {
  .nav-links {
    width: 37%;
  }
}

.nav-links a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
}

.burger {
  display: none;
  cursor: pointer;
}

.burger div {
  width: 25px;
  height: 2px;
  margin: 5px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .nav-links {
    position: absolute;
    right: 0;
    top: 0;
    height: calc(100vh - 0px);
    height: -webkit-calc(100vh - 0px);
    width: 100%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.5s ease-in;
    transition: -webkit-transform 0.5s ease-in;
    -o-transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
    transition: transform 0.5s ease-in, -webkit-transform 0.5s ease-in;
  }

  .nav-links li {
    opacity: 0;
  }

  .burger {
    display: block;
  }
}

.fixedColor div nav {
  height: 60px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.fixedColor {
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 5px 3px #f1f1f1;
          box-shadow: 0 0 5px 3px #f1f1f1;
}

.fixedColor .nav-links li a {
  color: #2f97f6;
}

.fixedColor .burger div {
  background-color: #2f97f6;
}

.nav-active {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  background-color: #2f93ef;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.nav-active li {
  margin-bottom: 50px;
}

.nav-active li a {
  color: #fff !important;
  font-size: 26px;
}

@-webkit-keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

.toggle .line1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
      -ms-transform: rotate(-45deg) translate(-5px, 6px);
          transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
      -ms-transform: rotate(45deg) translate(-5px, -6px);
          transform: rotate(45deg) translate(-5px, -6px);
}

/* 08 main */
.banner {
  visibility: hidden;
  position: fixed;
  bottom: 0;
  width: 100vw;
  z-index: 9;
  opacity: 0.9;
}

.banner-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: white;
}

.banner-content {
  margin: 1.4rem 0 1.4rem 0;
  opacity: 1;
}

.hero {
  background-image: url("../img/blue-bg.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 65% 100%;
  padding-top: 50px;
}

.green {
  background-image: url("../img/green-bg.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 50%;
  padding: 80px 0;
}

.blue {
  background-image: url("../img/blue-bg-2.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 50%;
  padding: 80px 0;
}

.features {
  padding: 100px 0;
}

.res-img {
  max-width: 100%;
  height: auto;
}

.img-wh {
  width: 54px;
  height: 54px;
}

.featuresBox {
  background: #FFFFFF;
  -webkit-box-shadow: 0 5px 14px rgba(38, 149, 249, 0.14);
          box-shadow: 0 5px 14px rgba(38, 149, 249, 0.14);
  border-radius: 12px;
  padding: 30px 30px 0;
  min-height: 310px;
  max-height: 330px;
  margin-bottom: 30px;
}

.accordion:hover,
.active {
  background-color: #fff;
}

.accordion {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 14px rgba(38, 149, 249, 0.14);
          box-shadow: 0 5px 14px rgba(38, 149, 249, 0.14);
  color: #444;
  cursor: pointer;
  padding: 18px 10px;
  margin-bottom: 13px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 14px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 12px;
}

.panel {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.evenMore,
.faq {
  padding: 50px 0;
}

.subscribe {
  padding: 120px 0;
}

.footer {
  background-color: #2695f9;
  padding-top: 1.5rem;
  padding-bottom: 20px;
}

.footer .copy {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.footer .social_box {
  margin-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .social_box a {
  color: #fff;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
}

.footer p {
  color: #fff;
}

.footer .foot-box-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer .foot-box-2 .footer-links {
  text-align: left;
}

.footer .foot-box-2 li {
  margin-bottom: 23px;
}

.footer .foot-box-2 li a {
  display: block;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
}

.foot {
  padding-top: 25px;
  padding-bottom: 50px;
  border-bottom: 2px solid #84bdf7;
}
