@import url('https://fonts.googleapis.com/css2?family=Lugrasimo&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&family=Lobster&family=Open+Sans:wght@400;500;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}
:root {
      --comfortaa: 'Comfortaa', cursive;
      --redressed: 'Redressed', cursive;

      --dark: #1c1c1c;
      --light: #c4c4c4;
      --teal: #3D73FF;
      --accent-color: #1004a4;
  }
.certification{
  justify-content: space-between;
  align-items: center;
  display: flex;
  height: 20vh;
}
#fsc{
  font-size: 2rem;
  color: #fff;
  font-weight: 500;
}
#home-fsc{
  font-size: 1rem;
  color: #fff;
}


.footer-section {
 background: #f2f2f2;
  position: relative;
}
.footer-cta {
border-bottom: 1px solid #373636;
}
.single-cta i {
color: #1004a4;
font-size: 30px;
float: left;
margin-top: 8px;
}
.cta-text {
padding-left: 15px;
display: inline-block;
}
.cta-text h4 {
color: #000;
font-size: 20px;
font-weight: 600;
margin-bottom: 2px;
}
.cta-text span {
color: #757575;
font-size: 15px;
}
.footer-content {
position: relative;
z-index: 2;
}
.footer-pattern img {
position: absolute;
top: 0;
left: 0;
height: 330px;
background-size: cover;
background-position: 100% 100%;
}
.footer-logo {
margin-bottom: 30px;
}
.footer-logo img {
max-width: 200px;
}
.footer-text p {
margin-bottom: 14px;
font-size: 14px;
color: #7e7e7e;
line-height: 28px;
}
.footer-social-icon span {
color: #fff;
display: block;
font-size: 20px;
font-weight: 700;
font-family: 'Poppins', sans-serif;
margin-bottom: 20px;
}
.footer-social-icon a {
color: #fff;
font-size: 16px;
margin-right: 15px;
}
.footer-social-icon i {
height: 40px;
width: 40px;
text-align: center;
line-height: 38px;
border-radius: 50%;
}
.facebook-bg{
background: #3B5998;
}
.twitter-bg{
background: #55ACEE;
}
.google-bg{
background: #DD4B39;
}
.footer-widget-heading h3 {
color: #000;
font-size: 20px;
font-weight: 600;
margin-bottom: 40px;
position: relative;
}
.footer-widget-heading h3::before {
content: "";
position: absolute;
left: 0;
bottom: -15px;
height: 2px;
width: 50px;
background: #ff5e14;
}
.footer-widget ul li {
display: inline-block;
float: left;
width: 50%;
margin-bottom: 12px;
}
.footer-widget ul li a:hover{
color: #1004a4;
}
.footer-widget ul li a {
color: #878787;
text-transform: capitalize;
}
.subscribe-form {
position: relative;
overflow: hidden;
}
.subscribe-form input {
width: 100%;
padding: 14px 28px;
background: #2E2E2E;
border: 1px solid #2E2E2E;
color: #fff;
}
.subscribe-form button {
position: absolute;
right: 0;
background: #ff5e14;
padding: 13px 20px;
border: 1px solid #ff5e14;
top: 0;
}
.subscribe-form button i {
color: #fff;
font-size: 22px;
transform: rotate(-6deg);
}
.copyright-area{
background: #202020;
padding: 25px 0;
}

.useful{
display: grid;
justify-content: center;
align-items: center;
margin-right: 3rem;
font-size: 1.2rem;
}

@media screen and (max-width: 860px){
.useful{
  display: grid;
  justify-content: flex-start;
}
}
.copyright-text p {
margin: 0;
font-size: 14px;
color: #878787;
}
.copyright-text p a{
color: #1004a4;
}
.footer-menu li {
display: inline-block;
margin-left: 20px;
}
.footer-menu li:hover a{
color: #1004a4;
}
.footer-menu li a {
font-size: 14px;
color: #878787;
}

   .contact-button{
      display: flex;
      justify-content: center;
  }
  
  .logo{
      width: 17vw;
  }
  

  .baner{
      width: 100%;
      height: 85vh;
  }
  
  @media screen and (max-width: 786px){
      .baner{
      width: 100%;
      height: auto;
  } 
     .logo{
      width: 42vw;
  }
  }
  h2 {
      /*margin: 50px 0 30px;*/
      text-align: center;
      color: var(--accent-color);
  }

     /* p{
      line-height: 1.4;
      font-size: 1.2rem;
       text-align: justify;
       font-family: 'Open Sans', sans-serif;
    } */
/* ============
faq section
============= */
.accordian {
width: 90%;
max-width: 1000px;
margin: 3.4rem 2rem auto;
}

.accordian-item {
background-color: white;
color: #111;
margin: 1rem 0;
border-radius: 0.5rem;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.accordian-item-header {
padding: 0.5rem 3rem 0.5rem 1rem;
min-height: 3.5rem;
line-height: 1.25rem;
display: flex;
align-items: center;
position: relative;
cursor: pointer;
background: #1004a4;;
}

.accordian-item-header::after {
content: "\002B";
font-size: 2rem;
font-weight: bold;
position: absolute;
right: 1rem;
color: #fff;
transition: all 0.2s ease;
}

.accordian-item-header.active::after {
content: "\2212";
}

.accordian-item-body {
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}

.accordian-item-body-content {
padding: 1rem;
line-height: 1.5;
border-top: 1px solid #34495e;
}

@media (max-width: 768px) {
html {
font-size: 14px;
}
}

.accordian-item-header h4{
color: #fff;
}




  .slide{
      color: #777777;
      font-size: 15px;
      line-height: 22.5px;
      text-align: left;

  }
  .splide-img{
    height: 100px;
width: 100px;
      border-radius: 50%;
      padding-top: 10px;
  }
  .checked{
      color: #30eab3;
      border: none;
      font-size: 15px;
      width: 22px;
  }
  .checked2{
      color: #30eab3;
      border: none;
      font-size: 15px;
      width: 22px;
  }
  .checked3{
      color: #30eab3;
      border: none;
      font-size: 15px;
      width: 42px;
  }
  .check{
      border: none;
      font-size: 15px;
  }
  .cus-name h1{
      color:#4f80ff ;
      font-size: 20px;         
  }
  .cus-name p{
      color: #777777;
      font-size: 12px;
  }
   .profile{
      display: flex;
   }
   .nav-item{
     padding: 0 1rem;

   }
   .nav-item .nav-link{
     color:  #000;
     font-weight: 600;
     font-size: 1.2rem;
     transition: all 0.3 ease-in-out infinite;
   }

   .nav-item .nav-link:hover{
       /* background-color: #30eab3; */
       /* border-radius: 10px; */
       border-bottom: 2px solid #2E2E2E;
   }

   .card{
    box-shadow: 0px 2px 0px #1004a4;;;
   }


   /* popup form */
   @font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}

.form-popup-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
}
.form-popup-bg {
position: fixed;
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: rgba(94, 110, 141, 0.9);
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
transition: opacity 0.3s 0s, visibility 0s 0.3s;
overflow-y: auto;
z-index: 10000;
}
.form-popup-bg.is-visible {
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
background-color: #2d3638;
border-radius: 10px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
display: flex;
flex-direction: column;
width: 100%;
max-width: 700px;
margin-left: auto;
margin-right: auto;
position: relative;
padding: 40px;
color: #fff;
}
.card-text h4{
font-size: 1.2rem;
}
@media screen and (max-width: 860px) {
.form-container{
background-color: #2d3638;
border-radius: 10px;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
display: flex;
flex-direction: column;
width: 100%;
/* margin-left: auto; */
margin-right: auto;
position: relative;
padding: 40px;
color: #fff;
}


}
.close-button {
background: none;
color: #fff;
width: 40px;
height: 40px;
position: absolute;
top: 0;
right: 0;
border: solid 1px #fff;
}
.form-popup-bg:before {
content: '';
background-color: #fff;
opacity: 0.25;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}

.btn-submit{
background: #1004a4;
padding: 0.5rem 2rem;
font-size: 1.2rem;
border: none;
margin-top: 1rem;
border-radius: 8%;
color: #fff;
}

.mailaddress{
 padding-top: 1rem;
}
.mailicon{
 display: flex; 
 padding-left: 5rem;
}
.icon-icon{
 color: #fff; 
 /*padding-top: 2rem;*/
 font-size: 1.6rem;
}
.icon-icon a{
 font-size: 1.5rem; 
 color: #fff !important; 
 text-decoration: none !important;
}

.icon-icon p{
 padding-left: 0.4rem;
 cursor: pointer;
}

.phn{
 padding-top: 1rem;     
 display: flex;
 justify-content: flex-end;
}

.phn-div{
 display: flex; 
 padding-right: 5rem;
}

.phn-div ion-icon{
font-size: 1.3rem;
 color: #fff;
 font-weight: 800;
}

.phn-div a{
 font-size: 1.1rem;
 color: #fff;
 text-decoration: none; 
 cursor: pointer;
}
#about{
 padding-top: 2rem;
 padding-right: 0;
    padding-left: 0;
}


.maintain{
 position: relative;
 bottom: 40px;
}

.steplist {
  margin: 30px -10px 0;
  font-size: 0;
}
.steplist .listcolumn {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
.steplist .listcolumn ul li {
  margin-top: 10px;
  font-size: 16px;
}

.fixedbtns {
  display: none;
  z-index: 1001;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}
.fixedbtns ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
.fixedbtns ul li {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
}
.fixedbtns ul li a {
  width: auto;
  display: block;
  background-color: #1004a4;
  padding: 15px;
  text-align: center;
  color: #fff;
}
.fixedbtns ul li a i {
  font-size: 24px;
}
.fixedbtns ul li a:hover {
  background-color: #12192c;
}
.fixedbtns ul li a.call {
  background-color: #ed1c24;
}
.fixedbtns ul li a.whatsapp {
  background-color: #569832;
}
.fixedbtns ul li a.email {
  background-color: #0291ee;
}


@media screen and (max-width: 870px){

  .fixedbtns {
    display: block;
  }

.footer-section {
    padding-bottom: 40px;
}

  .steplist {
      margin: 30px 0px 0;
  }
  .steplist .listcolumn {
    width: 100%;
    padding: 0 0px 20px;
  }

 .phn{
   padding-top: 1rem;
     justify-content: flex-start;
 }
 .logo-img {
width: 37vw !important;
}
 .mailicon {
display: flex;
padding-left: 0rem; 
}
.phn-div {
    display: flex;
    padding-right: 0rem;
}

#about{
 padding-top: 1rem;
 padding-right: 0;
    padding-left: 0;
}
.maintain{
 position: relative;
 bottom: 0px;
}
}

.logo-img{
 width: 15vw;
}


.splide-img{
/*background: red;*/
}

.splide-img img{
height: 13vh;
width: 14vw;
margin: 0 2rem;
}
.section-3{
display: flex;
justify-content: space-evenly;
align-items: center;
}

.brand-img-section img{
width: 10vw;   

}

@media screen and (max-width: 768px){
.section-3{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}

.brand-img-section img {
width: 60vw;
padding-bottom: 4rem;
}
}


/* ===============
 Contact form
============= */
    .container-contact-section {
      position: relative;
      width: 100%;
      /*min-height: 100vh;*/
      padding: 1rem;
      /* / background-color: #12192c; / */
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .form {
      width: 100%;
      max-width: 1000px;
      background-color: #1004a4;
      border-radius: 10px;
      box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
      z-index: 1000;
      overflow: hidden;
      display: grid;
      grid-template-columns: repeat(2, 1fr);
  }

  .contact-form {
      background-color: #fff;
      position: relative;
  }



  .contact-form:before {
      content: "";
      position: absolute;
      width: 26px;
      height: 26px;
      background-color: #fff;
      transform: rotate(45deg);
      top: 50px;
      left: -13px;
  }

  form {
      padding: 2.3rem 2.2rem;
      z-index: 10;
      overflow: hidden;
      position: relative;
  }

  .title-move {
      color: #1004a4;
      font-weight: 500;
      font-size: 1.5rem;
      line-height: 1;
      margin-bottom: 0.7rem;
  }

  .input-container {
      position: relative;
      margin: 1rem 0;
  }

  .input {
      width: 100%;
      outline: none;
      border: 2px solid #1004a4;
      background: none;
      padding: 0.6rem 1.2rem;
      color: #1004a4;
      font-weight: 500;
      font-size: 0.95rem;
      letter-spacing: 0.5px;
      border-radius: 25px;
      transition: 0.3s;
  }

  textarea.input {
      padding: 0.8rem 1.2rem;
      min-height: 150px;
      border-radius: 22px;
      resize: none;
      overflow-y: auto;
  }

  .input-container label {
      position: absolute;
      top: 50%;
      left: 15px;
      transform: translateY(-50%);
      padding: 0 0.4rem;
      color: #1004a4;
      font-size: 0.9rem;
      font-weight: 400;
      pointer-events: none;
      z-index: 1000;
      transition: 0.5s;
  }

  .input-container.textarea label {
      top: 1rem;
      transform: translateY(0);
  }

  .btn {
      padding: 0.6rem 1.3rem;
      background-color: #fff;
      border: 2px solid #1004a4;
      font-size: 0.95rem;
      color: #1004a4;;
      line-height: 1;
      border-radius: 25px;
      outline: none;
      cursor: pointer;
      transition: 0.3s;
      margin: 0;
      width: 131px;
  }

  .btn:hover {
      background-color: transparent;
      color: #1004a4;
  }

  .input-container span {
      position: absolute;
      top: 0;
      left: 25px;
      transform: translateY(-50%);
      font-size: 0.8rem;
      padding: 0 0.4rem;
      color: transparent;
      pointer-events: none;
      z-index: 500;
  }

  .input-container span:before,
  .input-container span:after {
      content: "";
      position: absolute;
      width: 10%;
      opacity: 0;
      transition: 0.3s;
      height: 5px;
      background-color: #fff;
      top: 50%;
      transform: translateY(-50%);
      /*border:  2px solid;*/
  }

  .input-container span:before {
      left: 50%;
  }

  .input-container span:after {
      right: 50%;
  }

  .input-container.focus label {
      top: 0;
      transform: translateY(-50%);
      left: 25px;
      font-size: 0.8rem;
  }

  .input-container.focus span:before,
  .input-container.focus span:after {
      width: 50%;
      opacity: 1;
  }

  .contact-info {
      padding: 2.3rem 2.2rem;
      position: relative;
      background-color: #12192c;
      border: black 2px solid;
  }

  .contact-info .title-move {
      color: #fff;
  }

  .text {
      color: #fff;
      margin: 1.5rem 0 2rem 0;
  }

  .information {
      display: flex;
      color: #fff;
      margin: 0.7rem 0;
      align-items: center;
      font-size: 0.95rem;
  }
.title{
    text-align: center;
}
  .icon {
      width: 28px;
      margin-right: 0.7rem;
      color: orange;
  }

  .square {
      position: absolute;
      height: 400px;
      top: 50%;
      left: 50%;
      transform: translate(181%, 11%);
      opacity: 0.2;
  }

  #query-form label {
    width: 100%;
    margin-top: 15px;
  }

  @media (max-width: 850px) {
      .form {
          grid-template-columns: 1fr;
      }

      .contact-info:before {
          bottom: initial;
          top: -75px;
          right: 65px;
          transform: scale(0.95);
      }

      .contact-form:before {
          top: -13px;
          left: initial;
          right: 70px;
      }

      .square {
          transform: translate(140%, 43%);
          height: 350px;
      }

      .big-circle {
          bottom: 75%;
          transform: scale(0.9) translate(-40%, 30%);
          right: 50%;
      }

      .text {
          margin: 1rem 0 1.5rem 0;
      }

  }

  @media (max-width: 480px) {
      .container-contact-section {
          padding: 1.5rem;
      }

      .contact-info:before {
          display: none;
      }

      .square,
      .big-circle {
          display: none;
      }

      form,
      .contact-info {
          padding: 1.7rem 1.6rem;
      }

      .text,
      .information p {
          font-size: 0.8rem;
      }

      .title-move {
          font-size: 1.15rem;
      }

      .icon {
          width: 23px;
      }

      .input {
          padding: 0.45rem 1.2rem;
      }

      .btn {
          padding: 0.45rem 1.2rem;
      }
  }



  .credit {
      text-align: center;
      color: #fff;
      font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }

  .credit a {
      text-decoration: none;
      color: #FBAB7E;
      font-weight: bold;
  }
  
  #line-align{
      display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;  
      overflow: hidden;
  }

  .input-container i{
    display: none;
      position: absolute;    
       right: 1rem;
                top: 1rem;
    background-color: red;
              }
   
  .bwd{
    position: relative;
  }
  .input-container i:hover{
    display: block;

  }



  /* thanku page css */
  /*
#   $$$$$$\  $$\           $$\                 $$\
#  $$  __$$\ $$ |          $$ |                $$ |
#  $$ /  \__|$$ | $$$$$$\  $$$$$$$\   $$$$$$\  $$ | $$$$$$$\
#  $$ |$$$$\ $$ |$$  __$$\ $$  __$$\  \____$$\ $$ |$$  _____|
#  $$ |\_$$ |$$ |$$ /  $$ |$$ |  $$ | $$$$$$$ |$$ |\$$$$$$\
#  $$ |  $$ |$$ |$$ |  $$ |$$ |  $$ |$$  __$$ |$$ | \____$$\
#  \$$$$$$  |$$ |\$$$$$$  |$$$$$$$  |\$$$$$$$ |$$ |$$$$$$$  |
#   \______/ \__| \______/ \_______/  \_______|\__|\_______/
*/
@font-face {
    font-family: "Akkurat-Regular";
    src:url("../font/akkurat/lineto-akkurat-regular.eot");
    src:url("../font/akkurat/lineto-akkurat-regular.eot?#iefix") format("embedded-opentype"),
        url("../font/akkurat/lineto-akkurat-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}


/*
#   $$$$$$\  $$\   $$\                     $$\   $$\                           $$\
#  $$  __$$\ \__|  $$ |                    $$ |  $$ |                          $$ |
#  $$ /  \__|$$\ $$$$$$\    $$$$$$\        $$ |  $$ | $$$$$$\   $$$$$$\   $$$$$$$ | $$$$$$\   $$$$$$\
#  \$$$$$$\  $$ |\_$$  _|  $$  __$$\       $$$$$$$$ |$$  __$$\  \____$$\ $$  __$$ |$$  __$$\ $$  __$$\
#   \____$$\ $$ |  $$ |    $$$$$$$$ |      $$  __$$ |$$$$$$$$ | $$$$$$$ |$$ /  $$ |$$$$$$$$ |$$ |  \__|
#  $$\   $$ |$$ |  $$ |$$\ $$   ____|      $$ |  $$ |$$   ____|$$  __$$ |$$ |  $$ |$$   ____|$$ |
#  \$$$$$$  |$$ |  \$$$$  |\$$$$$$$\       $$ |  $$ |\$$$$$$$\ \$$$$$$$ |\$$$$$$$ |\$$$$$$$\ $$ |
#   \______/ \__|   \____/  \_______|      \__|  \__| \_______| \_______| \_______| \_______|\__|
*/
.site-header {
	margin: 0 auto;
	padding: 80px 0 0;
	max-width: 820px;
}
.site-header__title {
	margin: 0;
	font-family: Montserrat, sans-serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.1;
	text-transform: uppercase;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

/*
#  $$\      $$\           $$\                  $$$$$$\                       $$\                          $$\
#  $$$\    $$$ |          \__|                $$  __$$\                      $$ |                         $$ |
#  $$$$\  $$$$ | $$$$$$\  $$\ $$$$$$$\        $$ /  \__| $$$$$$\  $$$$$$$\ $$$$$$\    $$$$$$\  $$$$$$$\ $$$$$$\
#  $$\$$\$$ $$ | \____$$\ $$ |$$  __$$\       $$ |      $$  __$$\ $$  __$$\\_$$  _|  $$  __$$\ $$  __$$\\_$$  _|
#  $$ \$$$  $$ | $$$$$$$ |$$ |$$ |  $$ |      $$ |      $$ /  $$ |$$ |  $$ | $$ |    $$$$$$$$ |$$ |  $$ | $$ |
#  $$ |\$  /$$ |$$  __$$ |$$ |$$ |  $$ |      $$ |  $$\ $$ |  $$ |$$ |  $$ | $$ |$$\ $$   ____|$$ |  $$ | $$ |$$\
#  $$ | \_/ $$ |\$$$$$$$ |$$ |$$ |  $$ |      \$$$$$$  |\$$$$$$  |$$ |  $$ | \$$$$  |\$$$$$$$\ $$ |  $$ | \$$$$  |
#  \__|     \__| \_______|\__|\__|  \__|       \______/  \______/ \__|  \__|  \____/  \_______|\__|  \__|  \____/
*/
.main-content {
	margin: 0 auto;
	max-width: 820px;
}
.main-content__checkmark {
	font-size: 4.0625rem;
	line-height: 1;
	color: #24b663;
}
.main-content__body {
	margin: 20px 0 0;
	font-size: 1rem;
	line-height: 1.4;
}


/*
#   $$$$$$\  $$\   $$\                     $$$$$$$$\                   $$\
#  $$  __$$\ \__|  $$ |                    $$  _____|                  $$ |
#  $$ /  \__|$$\ $$$$$$\    $$$$$$\        $$ |    $$$$$$\   $$$$$$\ $$$$$$\    $$$$$$\   $$$$$$\
#  \$$$$$$\  $$ |\_$$  _|  $$  __$$\       $$$$$\ $$  __$$\ $$  __$$\\_$$  _|  $$  __$$\ $$  __$$\
#   \____$$\ $$ |  $$ |    $$$$$$$$ |      $$  __|$$ /  $$ |$$ /  $$ | $$ |    $$$$$$$$ |$$ |  \__|
#  $$\   $$ |$$ |  $$ |$$\ $$   ____|      $$ |   $$ |  $$ |$$ |  $$ | $$ |$$\ $$   ____|$$ |
#  \$$$$$$  |$$ |  \$$$$  |\$$$$$$$\       $$ |   \$$$$$$  |\$$$$$$  | \$$$$  |\$$$$$$$\ $$ |
#   \______/ \__|   \____/  \_______|      \__|    \______/  \______/   \____/  \_______|\__|
*/



 /* 
   $/     $\
   $/     $\ |
   $$$$$$$$\_|
   $/     $\ |
   $/     $\ |
     \______/
 */

.site-footer {
	margin: 0 auto;
	padding: 80px 0 25px;
	padding: 0;
	max-width: 820px;
}
.site-footer__fineprint {
	font-size: 0.9375rem;
	line-height: 1.3;
	font-weight: 300;
}


/*
#  $$\      $$\                 $$\ $$\                  $$$$$$\                                $$\
#  $$$\    $$$ |                $$ |\__|                $$  __$$\                               \__|
#  $$$$\  $$$$ | $$$$$$\   $$$$$$$ |$$\  $$$$$$\        $$ /  $$ |$$\   $$\  $$$$$$\   $$$$$$\  $$\  $$$$$$\   $$$$$$$\
#  $$\$$\$$ $$ |$$  __$$\ $$  __$$ |$$ | \____$$\       $$ |  $$ |$$ |  $$ |$$  __$$\ $$  __$$\ $$ |$$  __$$\ $$  _____|
#  $$ \$$$  $$ |$$$$$$$$ |$$ /  $$ |$$ | $$$$$$$ |      $$ |  $$ |$$ |  $$ |$$$$$$$$ |$$ |  \__|$$ |$$$$$$$$ |\$$$$$$\
#  $$ |\$  /$$ |$$   ____|$$ |  $$ |$$ |$$  __$$ |      $$ $$\$$ |$$ |  $$ |$$   ____|$$ |      $$ |$$   ____| \____$$\
#  $$ | \_/ $$ |\$$$$$$$\ \$$$$$$$ |$$ |\$$$$$$$ |      \$$$$$$ / \$$$$$$  |\$$$$$$$\ $$ |      $$ |\$$$$$$$\ $$$$$$$  |
#  \__|     \__| \_______| \_______|\__| \_______|       \___$$$\  \______/  \_______|\__|      \__| \_______|\_______/
#                                                            \___|
*/
@media only screen and (min-width: 40em) {
	.site-header {
		padding-top: 150px;
	}
	.site-header__title {
		font-size: 6.25rem;
	}
	.main-content__checkmark {
		font-size: 9.75rem;
	}
	.main-content__body {
		font-size: 1.25rem;
	}
	.site-footer {
	    padding: 3rem;
	}
	.site-footer__fineprint {
		font-size: 1.125rem;
	}
}