/*-----------------------------------------------------------------------------------
Template Name: aSaas HTML5 Template,
Template URI: http://www.themectg.com
Description: This is html5 template
Author: Themectg
Author URI: http://www.themectg.com
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Theme Default CSS
3. Helper-Class
4. Headser-Area
5. Sponsor-Area
-----------------------------------------------------------------------------------*/

/*-----------------
1. Google font
------------------*/

@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,400i,500,600,700,900");

/*-------------------
2. Theme Default CSS
--------------------*/
button,
a {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #333333;
}

input[type="submit"]:focus,
button:focus,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: #0297f3;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  line-height: 1.3em;
  font-weight: 500;
  color: #1c223a;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2em;
  color: #686b75;
}

/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*-- 3. Helper-Class --*/

.heading-2 {
  font-size: 48px;
}

.heading-3 {
  font-size: 38px;
}

.heading-4 {
  font-size: 28px;
}

.text-white a,
.text-white {
  color: #ffffff;
}

.text-green a,
.text-green {
  color: #1cc9bd;
}

.text-blue a,
.text-blue {
  color: #1992ec;
}

.upper {
  text-transform: uppercase;
}

.middle-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.padding-left-50 {
  padding-left: 50px;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}

.section-padding-top {
  padding-top: 120px;
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}

.section-padding-bottom {
  padding-bottom: 120px;
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
}

section.site-section {
  padding: 8rem 0;
}

section.contact-area .contactform .form-input {
  padding: 0.5rem;
  line-height: normal;
  border-radius: 5px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background: none;
  border-radius: 0;
}

section.contact-area .contactform textarea.form-input {
  resize: none;
}

.faq-box p {
  padding-left: 2rem;
  margin-left: 2rem;
  border-left: 3px solid #068bea;
}

section.contact-area .direct-contact-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 3rem;
}

section.contact-area .direct-contact-container ul {
  list-style: none;
  padding: 0;
}

ul.contact-list li {
  line-height: 3;
  font-size: 2rem;
}

ul.contact-list li:first-child {
  display: flex;
  align-items: center;
}

ul.contact-list li a {
  display: inline-flex;
  align-items: center;
  color: #494949;
}

ul.contact-list li a:hover {
  color: #068bea;
  text-decoration: none;
}

ul.contact-list li i {
  flex-shrink: 0;
  display: inline-block;
  margin-right: 2rem;
}

ul.social-media-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

ul.social-media-list li {
  display: inline-block;
}

ul.social-media-list li a {
  position: relative;
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  margin: 10px;
  border-radius: 50%;
  color: #fff;
  background-color: #494949;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

ul.social-media-list li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  box-shadow: 0 0 0 2px #068bea;
  transition: all 0.2s ease-in-out;
}

ul.social-media-list li:hover a {
  background-color: #068bea;
}

ul.social-media-list li:hover a:after {
  opacity: 1;
  transform: scale(1.12);
  transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}

.thanks-page {
  text-align: center;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thanks-page svg.check-icon {
  display: block;
  margin-inline: auto;
  margin-bottom: 1rem;
}

.thanks-page svg.check-icon .check {
  stroke-dasharray: 48.21156311035156;
  stroke-dashoffset: 48.21156311035156;
  animation: animate-success 0.5s ease forwards 0.2s;
}

.thanks-page svg.check-icon .circle {
  stroke-dasharray: 213.283203125;
  stroke-dashoffset: 213.283203125;
  animation: animate-success 1s ease forwards;
}

@keyframes animate-success {
  to {
    stroke-dashoffset: 0;
  }
}

.thanks-page h1 {
    color: #4BB543;
    font-weight: normal;
}