/* ------------------------------------------------

 Template Name: 
 version: 1.1

 Author: Artncod Interactive Pvt Ltd
 Author website: www.artncod.com
------------------------------------------------ */
@import "library/bootstrap.min.css";
@import "library/swiper.min.css";
@import "library/animate.css";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
@import url("https://use.fontawesome.com/8f515301a4.js");
/* -----------------------------------------------------------------
    - Fonts 
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
    - All Color Variables
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
    - Other Variables and Mixings
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
    - Media Query Variables
----------------------------------------------------------------- */
/* -----------------------------------------------------------------
    - General Styles & Guid lines
----------------------------------------------------------------- */
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

html {
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  -ms-overflow-x: hidden;
}

body, html {
  font-size: 16px;
  line-height: 30px;
  -webkit-text-size-adjust: 100%;
  transition: all 0.2s ease;
}
body {
  background-color: #fff;
  color: #110f10;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 25px;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 600px) {
  body {
    line-height: 1.8;
  }
}

html.is-scroll-disabled body {
  height: 100vh;
  overflow: hidden;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html.is-scroll-disabled {
    overflow: hidden;
  }
}
.no-scroll {
  overflow: hidden;
  -ms-overflow-style: none;
}

.no-scroll-h {
  overflow-x: hidden;
}

.inner-container {
  padding: 1rem 4rem;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.size--95 {
  width: 90%;
}
.size--90 {
  width: 90%;
}
.size--80 {
  width: 80%;
}
.size--70 {
  width: 70%;
}
.size--60 {
  width: 60%;
}
.size--50 {
  width: 50%;
}

.in-middle {
  margin: 0px auto;
}

@media only screen and (max-width: 992px) {
  .inner-container {
    padding: 1rem 1rem;
  }
  .size--95 {
    width: 100%;
  }
  .size--90 {
    width: 100%;
  }
  .size--80 {
    width: 100%;
  }
  .size--70 {
    width: 100%;
  }
  .size--60 {
    width: 100%;
  }
  .size--50 {
    width: 100%;
  }
}
.mx-auto {
  margin: 0px auto;
}

.mr-auto {
  margin-right: auto;
  margin-left: 0px;
}

.ml-auto {
  margin-left: auto;
  margin-right: 0px;
}

.ml--0 {
  margin-left: 0px;
}

.mr--0 {
  margin-right: 0px;
}

.mt--0 {
  margin-top: 0px;
}
.mt--5 {
  margin-top: 5px;
}
.mt--10 {
  margin-top: 10px;
}
.mt--20 {
  margin-top: 20px;
}
.mt--30 {
  margin-top: 30px;
}
.mt--40 {
  margin-top: 40px;
}
.mt--50 {
  margin-top: 50px;
}
.mt--60 {
  margin-top: 60px;
}
.mt--70 {
  margin-top: 70px;
}
.mt--80 {
  margin-top: 80px;
}
.mt--90 {
  margin-top: 90px;
}
.mt--100 {
  margin-top: 100px;
}

.mb--0 {
  margin-bottom: 0px;
}
.mb--5 {
  margin-bottom: 5px;
}
.mb--10 {
  margin-bottom: 10px;
}
.mb--20 {
  margin-bottom: 20px;
}
.mb--30 {
  margin-bottom: 30px;
}
.mb--40 {
  margin-bottom: 40px;
}
.mb--50 {
  margin-bottom: 50px;
}
.mb--60 {
  margin-bottom: 60px;
}
.mb--70 {
  margin-bottom: 70px;
}
.mb--80 {
  margin-bottom: 80px;
}
.mb--90 {
  margin-bottom: 90px;
}
.mb--100 {
  margin-bottom: 100px;
}

.pt--0 {
  padding-top: 0px;
}
.pt--5 {
  padding-top: 5px;
}
.pt--10 {
  padding-top: 10px;
}
.pt--20 {
  padding-top: 20px;
}
.pt--30 {
  padding-top: 30px;
}
.pt--40 {
  padding-top: 40px;
}
.pt--50 {
  padding-top: 50px;
}
.pt--60 {
  padding-top: 60px;
}
.pt--70 {
  padding-top: 70px;
}
.pt--80 {
  padding-top: 80px;
}
.pt--90 {
  padding-top: 90px;
}
.pt--100 {
  padding-top: 100px;
}

.pb--0 {
  padding-bottom: 0px;
}
.pb--5 {
  padding-bottom: 5px;
}
.pb--10 {
  padding-bottom: 10px;
}
.pb--20 {
  padding-bottom: 20px;
}
.pb--30 {
  padding-bottom: 30px;
}
.pb--40 {
  padding-bottom: 40px;
}
.pb--50 {
  padding-bottom: 50px;
}
.pb--60 {
  padding-bottom: 60px;
}
.pb--70 {
  padding-bottom: 70px;
}
.pb--80 {
  padding-bottom: 80px;
}
.pb--90 {
  padding-bottom: 90px;
}
.pb--100 {
  padding-bottom: 100px;
}

.animated-icon-xs-round {
  width: 50px;
  height: 50px;
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
}
.animated-icon-xs-round img {
  mix-blend-mode: multiply;
}
.animated-icon-xs {
  width: 50px;
  height: auto;
  padding: 5px 5px;
  background: #F2FDF7;
  border-radius: 5px;
  text-align: center;
}
.animated-icon-xs img {
  mix-blend-mode: multiply;
  width: 40px;
}
.animated-icon-sm {
  width: 80px;
  height: 80px;
  padding: 10px;
  background: #F2FDF7;
  border-radius: 5px;
  text-align: center;
}
.animated-icon-sm img {
  mix-blend-mode: multiply;
  width: 60px;
}
.animated-icon-md {
  width: 100px;
  height: 100px;
  padding: 10px;
  background: #F2FDF7;
  border-radius: 5px;
  text-align: center;
}
.animated-icon-md img {
  mix-blend-mode: multiply;
  width: 80px;
}
.animated-icon-bg {
  width: 200px;
  height: 100px;
  padding: 5px;
  background: #F2FDF7;
  border-radius: 5px;
  text-align: center;
}
.animated-icon-bg img {
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 992px) {
  .animated-icon-bg {
    width: auto;
  }
}

.not-found-container {
  margin-bottom: 100px;
}
.not-found-container .image-container {
  margin: 0px auto;
}
.not-found-container .btn {
  margin: 0px auto;
}

.prime-color {
  color: #06A14A;
}

/* -----------------------------------------------------------------
    - Typography
----------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
}
.title {
  transition: all 0.1s cubic-bezier(0.72, 0.16, 0.345, 0.875);
  color: #25282B;
}
.title--h1 {
  font-size: 3.2rem;
  color: #25282B;
  font-weight: 700;
  /*@media only screen and (max-width: $large-xl) {
    font-size: 3.14rem;
    margin-bottom: 2.14rem;
  }*/
}
@media only screen and (max-width: 992px) {
  .title--h1 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 600px) {
  .title--h1 {
    font-size: 2.2rem;
  }
}
.title--h2 {
  font-size: 2.5rem;
  color: #25282B;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .title--h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 600px) {
  .title--h2 {
    font-size: 2rem;
  }
}
.title--h3 {
  font-size: 2.2rem;
  color: #25282B;
  font-weight: 700;
}
@media only screen and (max-width: 992px) {
  .title--h3 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 600px) {
  .title--h3 {
    font-size: 1.5rem;
  }
}
.title--h4 {
  font-size: 2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 992px) {
  .title--h4 {
    margin-bottom: 1.8rem;
  }
}
@media only screen and (max-width: 600px) {
  .title--h4 {
    font-size: 1.3rem;
  }
}
.title--h5 {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .title--h5 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.title--h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0px;
}
@media only screen and (max-width: 600px) {
  .title--h6 {
    font-size: 0.9rem;
  }
}

.weight--300 {
  font-weight: 300;
}
.weight--400 {
  font-weight: 400;
}
.weight--500 {
  font-weight: 500;
}
.weight--600 {
  font-weight: 600;
}
.weight--700 {
  font-weight: 700;
}

a {
  color: #110f10;
  text-decoration: underline;
  -webkit-text-decoration-skip: objects;
  transition: all 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}
a:hover, a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}
a.decoration--none {
  text-decoration: none;
}

.noGutters-Top {
  margin-top: 0 !important;
}
.noGutters-Bottom {
  margin-bottom: 0 !important;
}
.noGutters-Left {
  margin-left: 0 !important;
}
.noGutters-Right {
  margin-right: 0 !important;
}

.description {
  margin-bottom: 2.32rem;
}
@media only screen and (max-width: 600px) {
  .description {
    margin-bottom: 0.05rem;
  }
}

.paragraph {
  color: rgba(17, 15, 16, 0.75);
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 600px) {
  .paragraph {
    margin-bottom: 1rem;
  }
}

.text--red {
  color: #f71b1b;
}

.list-unstyled {
  color: rgba(17, 15, 16, 0.75);
}

@media only screen and (max-width: 600px) {
  .list-block {
    margin-bottom: 0;
  }
}
.list-block li {
  margin-bottom: 0.3rem;
}

img {
  max-width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

iframe {
  background-color: #110f10;
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.table thead th {
  border: 0;
  color: #8d99a7;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  padding: 1.3rem 0;
  text-transform: uppercase;
}
.table td {
  border-top: 1px solid #D9D9D9;
  padding: 1.3rem 0;
}
@media only screen and (max-width: 768px) {
  .table td {
    border-top: 0;
  }
}
.table span {
  color: #8d99a7;
}

.flex-table {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .flex-table {
    border-top: 1px solid rgba(217, 217, 217, 0.7);
  }
}
.flex-table__thead {
  display: flex;
  border-bottom: 1px solid rgba(217, 217, 217, 0.7);
}
@media only screen and (max-width: 768px) {
  .flex-table__thead {
    display: none;
  }
}
.flex-table__tr {
  border-bottom: 1px solid rgba(217, 217, 217, 0.7);
  display: flex;
}
@media only screen and (max-width: 768px) {
  .flex-table__tr {
    flex-direction: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 600px) {
  .flex-table__tr {
    padding-bottom: 0.5rem;
  }
}
.flex-table__tr:last-child {
  border: 0;
}
.flex-table__th {
  color: #8d99a7;
  font-size: 0.85rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .flex-table__th {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
.flex-table__td {
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .flex-table__td {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 24%;
  }
  .flex-table__td:before {
    content: attr(data-th);
    color: #8d99a7;
    font-size: 0.85rem;
    position: absolute;
    left: 0;
    padding-right: 1rem;
    padding-top: 0.2rem;
    white-space: nowrap;
    text-transform: uppercase;
  }
}
@media only screen and (max-width: 600px) {
  .flex-table__td {
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0;
  }
  .flex-table__td:before {
    top: 0;
  }
}

.separation {
  border-top: 1px solid rgba(17, 15, 16, 0.1);
}

::-moz-selection {
  background: transparent;
  color: #38B46E;
}

::selection {
  background: transparent;
  color: #38B46E;
}

.bold-text {
  font-weight: 700;
}

.semi-bold-text {
  font-weight: 600;
}

.medium-bold-text {
  font-weight: 500;
}

.regular-text {
  font-weight: 400;
}

.light-text {
  font-weight: 300;
}

.capitalize-text {
  text-transform: capitalize;
}

.uppercase-text {
  text-transform: uppercase;
}

.lowercase-text {
  text-transform: lowercase;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.shadow-text {
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.61);
}

.letter-space--10 {
  letter-spacing: 10px;
}
.letter-space--20 {
  letter-spacing: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  letter-spacing: 0px;
}

p {
  font-size: 16px;
  font-weight: 400;
  margin: 0px 0px;
  padding: 0px 0px;
}

.main-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.regular-text {
  color: #697780;
  font-weight: 400;
}

.dark-text {
  color: #25282B;
}

.sub-text {
  font-size: 1.2rem;
  font-weight: 400;
}

.sub-title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #06A14A;
}

.bold-sub-title {
  font-size: 1.2rem;
  font-weight: 700;
}

.content {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #697780;
}

.special-text {
  color: var(--primaryColor);
}

.other-special-text {
  color: var(--otherprimeColor);
}

.light-title {
  color: var(--lightgrayColor);
}

.small-label {
  font-size: 0.8rem;
}

.link-text {
  color: #00537B;
  font-weight: 400;
}

.bold-link-text {
  color: #00537B;
  font-weight: 700;
  font-size: 1.2rem;
}

@media only screen and (max-width: 992px) {
  .main-title {
    font-size: 2rem;
    font-weight: 700;
  }
  .sub-title {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .content {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 560px) {
  .main-title {
    font-size: 2rem;
    font-weight: 700;
  }
  .sub-title {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .content {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .letter-space--20 {
    letter-spacing: 10px;
  }
}
a {
  text-decoration: none;
  font-size: 1rem;
}
a :hover,
a :focus,
a :active {
  text-decoration: none;
}

.white-text {
  color: #fff;
}

/* -----------------------------------------------------------------
    - Preloader
----------------------------------------------------------------- */
.preloader {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  z-index: 1100;
  opacity: 1;
}
.preloader__wrap {
  width: 100%;
  max-width: 140px;
}
@media only screen and (max-width: 600px) {
  .preloader__wrap {
    max-width: 110px;
  }
}
.preloader__logo {
  opacity: 0;
  filter: blur(30px);
  width: 100%;
  max-width: 140px;
  animation: blur-logo 1.5s ease-in-out;
}
@media only screen and (max-width: 600px) {
  .preloader__logo {
    max-width: 110px;
  }
}
.preloader__progress {
  background: rgba(6, 161, 74, 0.1);
  height: 1px;
  position: relative;
  margin-top: 1.2rem;
  overflow: hidden;
  width: 100%;
}
.preloader__progress span {
  background: #06a14a;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
}
@media only screen and (max-width: 600px) {
  .preloader__progress {
    margin-top: 0.8rem;
  }
}
.preloader.fadeOut2 {
  pointer-events: none;
  opacity: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .preloader.fadeOut2 {
    visibility: hidden;
  }
}

@keyframes blur-logo {
  0% {
    filter: blur(30px);
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: scale(1);
  }
}
/* -----------------------------------------------------------------
    - Footer
----------------------------------------------------------------- */
footer {
  padding: 40px 0px 0px 0px;
  background-color: #38B46E;
  position: relative;
}
@media only screen and (min-width: 1300px) {
  footer {
    padding-top: 100px;
  }
}
footer .footer-img .footer-pic {
  position: absolute;
  bottom: 0px;
  top: auto;
}
@media only screen and (max-width: 992px) {
  footer .footer-img {
    height: 450px;
  }
  footer .footer-img .footer-pic {
    right: 0px;
    left: auto;
  }
}
@media only screen and (max-width: 600px) {
  footer .footer-img {
    height: 300px;
  }
  footer .footer-img .footer-pic {
    right: 0px;
    left: auto;
  }
}
@media only screen and (max-width: 400px) {
  footer .footer-img {
    height: 150px;
  }
  footer .footer-img .footer-pic {
    right: 0px;
    left: auto;
  }
}
footer .extra-top-padding {
  padding-top: 80px;
}
footer .inner-footer {
  margin-top: 30px;
  color: #fff;
}
footer .inner-footer p {
  color: #fff;
}
footer .footer-lists .links {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
footer .footer-lists .links .link {
  padding: 5px 0px;
}
footer .footer-lists .links .link a {
  color: #fff;
}
footer .footer-lists .links .link a i {
  padding-right: 10px;
}
footer .footer-lists .links .link a:hover {
  color: 500;
  margin-left: 10px;
}
footer .contact .address-details {
  padding: 0px;
  list-style: none;
}
footer .contact .address-details .icon-holder {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  margin-right: 10px;
  background: #fff;
  display: block;
  padding-top: 5px;
  text-align: center;
}
footer .contact .address-details .icon-holder i {
  font-size: 1rem;
  color: #06A14A;
  background: linear-gradient(90deg, #06A14A 0%, #38B46E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer .contact .address-details li {
  display: flex;
  align-items: center;
}
footer .contact .address-details li h5 {
  margin: 0px;
  padding: 0px;
  line-height: 1.8;
}
footer .contact .address-details:hover {
  color: #38B46E;
}
footer .contact .address-details:hover .icon-holder i {
  animation: pulse 0.5s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
footer .contact .contact-list {
  padding: 0px;
  list-style: none;
}
footer .contact .contact-list .icon-holder {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  margin-right: 10px;
  background: #fff;
  display: block;
  text-align: center;
}
footer .contact .contact-list .icon-holder i {
  font-size: 1rem;
  color: #06A14A;
  background: linear-gradient(90deg, #06A14A 0%, #38B46E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer .contact .contact-list li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
footer .contact .contact-list li h5 {
  margin: 0px;
  padding: 0px;
  line-height: 1.8;
}
footer .contact .contact-list li a {
  color: var(--white);
  font-weight: bold;
  display: flex;
}
footer .contact .contact-list li a .icon-holder {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  padding-top: 5px;
  margin-right: 10px;
  background: #fff;
  display: block;
  text-align: center;
}
footer .contact .contact-list li a .icon-holder i {
  font-size: 1rem;
  color: #06A14A;
  background: linear-gradient(90deg, #06A14A 0%, #38B46E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer .contact .contact-list li a:hover {
  color: #38B46E;
}
footer .contact .contact-list li a:hover .icon-holder i {
  animation: pulse 0.5s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
footer .social-links {
  margin-top: 20px;
}
footer .social-links .social-list {
  padding: 0px;
  list-style: none;
}
footer .social-links .social-list li {
  display: inline-block;
  margin-right: 10px;
}
footer .social-links .social-list li a {
  color: #fff;
}
footer .social-links .social-list li a .icon-holder {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  padding-top: 5px;
  background: #fff;
  display: block;
  text-align: center;
}
footer .social-links .social-list li a .icon-holder i {
  font-size: 1rem;
  color: #06A14A;
  background: linear-gradient(90deg, #06A14A 0%, #38B46E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
footer .social-links .social-list li a:hover {
  color: var(--white);
}
footer .social-links .social-list li a:hover .icon-holder i {
  animation: pulse 0.5s infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
footer .bottom-footer {
  position: relative;
  z-index: 1;
}
footer .bottom-footer .footer-bottom-details {
  display: flex;
  align-items: flex-end;
  justify-content: end;
}
@media only screen and (max-width: 992px) {
  footer .bottom-footer .footer-bottom-details {
    justify-content: center;
    text-align: center;
  }
}
footer .bottom-footer .footer-bottom-details .footer-logo {
  margin-right: 20px;
}
footer .bottom-footer .footer-bottom-details .footer-logo .logo {
  width: 180px;
}
footer .bottom-footer .footer-bottom-details .copy-details .company-name {
  color: #fff;
  font-weight: 600;
}
footer .bottom-footer .footer-bottom-details .copy-details p {
  font-size: 16px;
  margin: 0px auto;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  footer .bottom-footer .footer-bottom-details .copy-details {
    justify-content: center;
  }
  footer .bottom-footer .footer-bottom-details .copy-details .footer-logo .logo {
    width: 100px;
  }
}
footer .bottom-footer .footer-bottom-link {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
footer .bottom-footer .footer-bottom-link li {
  padding: 0px 10px;
  display: inline;
}
footer .bottom-footer .footer-bottom-link li a {
  color: #fff;
}
footer .bottom-footer .footer-bottom-link .linkwith-border {
  border-right: 1.5px solid #fff;
}
@media only screen and (max-width: 992px) {
  footer .bottom-footer .footer-bottom-link {
    text-align: center;
    margin-top: 20px;
  }
}
footer .author-info a {
  font-size: 16px;
  margin: 0px auto;
  text-decoration: none;
}
footer .author-info a hover {
  text-decoration: none;
  color: #06A14A;
}
footer .author-info .author-logo {
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 992px) {
  .footer-head {
    margin-top: 20px;
  }
}
/* -----------------------------------------------------------------
    -Header & Navbar style
----------------------------------------------------------------- */
.main-nav {
  width: 100%;
  position: relative;
  z-index: 111;
}

.nav-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 1rem 4rem;
  align-items: center;
  justify-content: center;
}

.logo-container {
  width: 200px;
  max-width: 200px;
  min-width: 100px;
}

.menu-container {
  display: inline;
}

.navbar--default {
  background: #fff;
}
.navbar--default .default-logo {
  display: block;
}
.navbar--default .white-logo {
  display: none;
}

.navbar--transparent {
  background: none;
}
.navbar--transparent .default-logo {
  display: none;
}
.navbar--transparent .white-logo {
  display: block;
}
.navbar--transparent .logo-container {
  width: 200px;
}

.fixed-nav {
  position: fixed;
  border-bottom: 1px solid #D9D9D9;
  background: #fff;
  top: 0px;
}

.no-bg {
  background: none;
  box-shadow: none;
}
.no-bg .default-logo {
  display: none;
}
.no-bg .white-logo {
  display: block;
}
.no-bg .hamburger__inner::after,
.no-bg .hamburger__inner::before {
  background-color: #fff;
}

.hamburger-container {
  display: none;
}

.hamburger {
  cursor: pointer;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s ease;
  background-color: transparent;
  border: 0;
  padding: 0;
  vertical-align: middle;
  margin-left: 20px;
}

.hamburger__inner {
  display: block;
  height: 24px;
  width: 25px;
  position: relative;
}

.hamburger__inner:before,
.hamburger__inner:after {
  background: #25282B;
  content: "";
  display: block;
  margin-left: -12px;
  height: 3px;
  width: 30px;
  border-radius: 30px;
  position: absolute;
  top: 6px;
  left: 50%;
  transform-origin: center center;
  transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.navbar--transparent .hamburger__inner:before,
.navbar--transparent .hamburger__inner:after {
  background-color: #fff;
}

.hamburger__inner:after {
  top: 20px;
}

.is-active .hamburger__inner {
  color: #110f10;
}

.is-active .hamburger__inner:before,
.is-active .hamburger__inner:after {
  top: 50%;
  transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.is-active .hamburger__inner:before {
  transform: rotate(45deg);
}

.is-active .hamburger__inner:after {
  transform: rotate(-45deg);
}

.hamburger--black .hamburger__inner:before,
.hamburger--black .hamburger__inner:after {
  background-color: #110f10 !important;
}

.mobile-menu {
  display: none;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  font-family: "Montserrat", sans-serif;
}
.mobile-menu .menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.mobile-menu .menu-bg.one {
  width: 4px;
  background: linear-gradient(90deg, #06A14A 0%, #38B46E 100%);
}
.mobile-menu .menu-bg.two {
  width: 0;
  background-color: #38B46E;
}
.mobile-menu .menu-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mobile-menu .menu-inner {
  position: relative;
}

.mobile-signin-link {
  display: none;
}

@media only screen and (max-width: 992px) {
  .logo-container {
    width: 180px !important;
  }
  .menu-container {
    display: none;
  }
  .hamburger-container {
    display: block;
  }
  .search-container {
    display: none !important;
  }
  .mobile-signin {
    display: block;
  }
  .mobile-menu {
    display: block;
  }
  .nav-container {
    padding: 1rem 1rem;
    justify-content: space-between;
  }
  .search-container {
    width: 300px;
  }
  .mobile-signin-link {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  .logo-container {
    width: 100px !important;
  }
  .search-container {
    width: 200px;
  }
}
@media only screen and (max-width: 400px) {
  .logo-container {
    width: 120px !important;
  }
  .no-bg {
    border: none;
  }
  .no-bg .white-logo {
    width: 120px !important;
  }
  .search-container {
    width: 150px;
  }
}
.search-container input {
  border: 1px solid #0F87CD;
}

@media only screen and (max-width: 1300px) {
  .logo-container {
    width: 120px;
  }
}
/* -----------------------------------------------------------------
    - Navigation
----------------------------------------------------------------- */
.main-menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.main-menu .menu-link {
  padding: 0.5rem 1rem;
  display: inline;
}
.main-menu .menu-link a {
  color: #25282B;
  font-weight: 500;
}
.main-menu .menu-link a:hover {
  font-weight: 600;
}
.main-menu .more-link {
  cursor: pointer;
}
.main-menu .more-link .menu::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.355em;
  vertical-align: 0.055em;
  content: "";
  border-top: 0.3em solid #697780;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.more-menu {
  width: auto;
  height: 0%;
  background: #fff;
  padding: 40px 20px 20px 20px;
  border: 1px solid #ddd;
  position: absolute;
  right: auto;
  left: 20%;
  top: 85px;
  z-index: 11111;
  display: none;
  color: #8d8986;
  box-shadow: 0px 10px 10px 0px rgba(24, 21, 23, 0.1490196078);
}
.more-menu .hover-link {
  padding-top: 5px;
  padding-bottom: 5px;
}

.show-now {
  display: block !important;
  height: auto !important;
  position: absolute !important;
}

.more-link {
  position: relative;
}

.course-more-menu {
  width: auto;
  right: auto;
  left: 15px;
  top: 40px;
  bottom: auto;
  padding: 20px 15px 20px 15px;
}
.course-more-menu .bigger-menu {
  display: flex;
}
.course-more-menu .bigger-menu .main-courses {
  min-width: 300px;
}
.course-more-menu .bigger-menu .sub-menu {
  display: none;
  width: 0px;
  border-left: 1px solid #D9D9D9;
  padding: 0px 15px 20px 15px;
}
.course-more-menu .bigger-menu .sub-show-now {
  width: 500px;
  display: block !important;
  transition-delay: 0.5s;
}

.free-more-menu {
  width: 250px;
  right: auto;
  left: 15px;
  top: 40px;
  bottom: auto;
  padding: 20px 15px 20px 15px;
}

.do-more-menu {
  width: 350px;
  right: auto;
  left: 15px;
  top: 40px;
  bottom: auto;
  padding: 20px 15px 20px 15px;
}

.special-link {
  background: #25282B;
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 5px;
  margin-left: 20px;
  font-weight: 500;
}
.special-link:hover {
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
}
.special-link i {
  margin-right: 10px;
}

.special-link-sm {
  background: linear-gradient(90deg, #06A14A 0%, #38B46E 100%);
  color: #fff;
  padding: 0.5rem 2rem;
  border-radius: 30px;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 500;
}
.special-link-sm:hover {
  background: linear-gradient(90deg, #38B46E 0%, #06A14A 100%) !important;
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
}
.special-link-sm i {
  margin-right: 10px;
}

.open-signinsignup {
  cursor: pointer;
}

.navbar--transparent .menu-link a {
  color: #fff;
  font-weight: 500;
}
.navbar--transparent .menu-link a:hover {
  color: #06A14A;
}
.navbar--transparent .special-link {
  background: #fff;
  color: #06A14A;
}
.navbar--transparent .special-link:hover {
  background: #fff !important;
  color: #06A14A !important;
}
.navbar--transparent .more-link a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.355em;
  vertical-align: 0.055em;
  content: "";
  border-top: 0.3em solid #fff !important;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.mobile-menu .main-menu {
  margin-top: 40px;
}
.mobile-menu .main-menu .nav-link a {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
}
.mobile-menu .mob-search-container {
  display: flex;
}
.mobile-menu .mob-search-container .search-input {
  width: 90%;
}
.mobile-menu .mob-search-container .search-icon {
  width: 8%;
  margin-left: 2%;
  background: none;
  color: #fff;
  outline: none;
  border: none;
}
.hover-links .hover-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hover-links .hover-link:hover {
  padding-left: 10px;
  font-weight: 600;
  background: #38B46E;
}
.hover-links .hover-link:hover a {
  color: #fff;
  text-decoration: none;
}
.hover-links .hover-link:hover i {
  color: #F2FDF7;
}
.hover-links .hover-link a {
  color: #697780;
  text-decoration: none;
}
.hover-links .hover-link i {
  margin-right: 10px;
  font-size: 20px;
  color: #25282B;
}

@media only screen and (max-width: 1300px) {
  .menu-link a {
    font-size: 0.8rem;
  }
  .special-link {
    padding: 0.75rem 1rem;
  }
}
.top-connect {
  display: flex;
  align-items: center;
}
.top-connect .top-whatsapp .whatsapp img {
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 992px) {
  .top-connect .special-link {
    display: none;
  }
}
.top-connect .top-contact {
  margin-left: 20px;
}
@media only screen and (max-width: 600px) {
  .top-connect .top-contact {
    display: none;
  }
}
.top-connect .top-contact .number {
  font-weight: 800;
}
.top-connect .top-contact .mail {
  color: #697780;
}

/* -----------------------------------------------------------------
    - Forms & Inputs General
----------------------------------------------------------------- */
.textarea, .inputText {
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid rgba(17, 15, 16, 0.2);
  border-radius: 0;
  box-shadow: none;
  color: #110f10;
  line-height: 1;
  padding: 1.1rem 0;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 600px) {
  .textarea, .inputText {
    padding: 0.8rem 0;
  }
}

.textarea:focus, .inputText:focus {
  border-bottom: 1px solid #110f10;
  box-shadow: none;
  outline: none;
}

.inputText--fill {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 0;
  line-height: 1.9;
  outline: none;
  padding: 1rem 1.5rem;
  transition: width 0.3s cubic-bezier(0.72, 0.16, 0.345, 0.875);
}
.inputText--fill:focus {
  color: #fff;
}

.textarea {
  display: block;
  line-height: 1.4;
  max-height: 6rem;
  resize: none;
}
.form-group {
  margin-bottom: 2.8rem;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .form-group {
    margin-bottom: 2rem;
  }
}

.help-block {
  font-size: 0.75rem;
  line-height: 1.4;
  padding-top: 0.8rem;
  position: absolute;
  bottom: -1.8rem;
}
@media only screen and (max-width: 600px) {
  .help-block {
    padding-top: 0.5rem;
    bottom: -1.5rem;
  }
}

.with-errors .list-unstyled {
  color: #f71b1b;
  margin-bottom: 0;
}

.has-error input,
.has-error textarea,
.has-error input:focus,
.has-error textarea:focus {
  border-color: #f71b1b;
}

#validator-contact {
  font-size: 0.89rem;
}
@media only screen and (max-width: 768px) {
  #validator-contact {
    padding-top: 1rem;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important;
}

.label {
  color: #8d99a7;
  display: block;
  font-weight: 400;
  line-height: 1.35;
  transform: translateY(50%);
  transition: all 0.25s ease-in-out;
  z-index: 1;
  pointer-events: none;
  position: absolute;
}
.is-completed .label {
  transform: translateY(-80%);
  font-size: 0.86rem;
}
@media only screen and (max-width: 1300px) {
  .is-completed .label {
    transform: translateY(-70%);
  }
}
@media only screen and (max-width: 600px) {
  .is-completed .label {
    transform: translateY(-50%);
  }
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number], input[type=password],
input[type=date],
input[type=time],
select,
textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 1rem;
  min-height: 50px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8d99a7;
  background: none !important;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  transition: border-color 0.15s;
}

input[type=file] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.8rem;
  min-height: 50px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8d99a7;
  background: #f5f5f5 !important;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}

/* file upload button */
input[type=file]::file-selector-button {
  border-radius: 4px;
  padding: 0 16px;
  height: 30px;
  cursor: pointer;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  color: #697780 !important;
  transition: background-color 200ms;
}

/* file upload button hover state */
input[type=file]::file-selector-button:hover {
  background: #f3f4f6 !important;
}

/* file upload button active state */
input[type=file]::file-selector-button:active {
  background: #e5e7eb !important;
}

::-moz-placeholder {
  color: #8d99a7 !important;
}

::placeholder {
  color: #8d99a7 !important;
}

input[type=checkbox],
input[type=radio] {
  width: 15px;
  height: 15px;
}

*:focus {
  outline: 0;
}

input[type=text]:focus {
  outline: 0;
}

input:focus,
input:active {
  outline: 0;
}

.form-control input:focus {
  outline: 0;
}

button {
  border: none;
}

.input-container {
  margin-top: 20px;
  position: relative;
}
.input-container input {
  padding-left: 40px;
}
.input-container .input-icon {
  position: absolute;
  top: 10px;
  bottom: auto;
  left: 10px;
  right: auto;
  z-index: 1;
  width: 20px;
}
.input-container .input-icon img {
  width: 100%;
}
/* -----------------------------------------------------------------
    - Buttons
----------------------------------------------------------------- */
.btn {
  display: flex;
  min-height: 40px;
  align-items: center;
}
.btn .btn-icon {
  width: 20px;
  margin-left: 10px;
}
.btn .btn-icon img {
  width: 100%;
}

.brand-btn {
  border-radius: 5px;
  background: #06A14A;
  color: #fff !important;
  padding: 2px 20px;
  font-weight: 500 !important;
  position: relative;
  min-height: 40px;
}

.gradient-btn {
  background: linear-gradient(90deg, #06A14A 0%, #38B46E 100%);
  color: #fff;
  padding: 0.7rem 2rem;
  border-radius: 30px;
  font-weight: 500;
}
.gradient-btn:hover {
  background: linear-gradient(90deg, #38B46E 0%, #06A14A 100%) !important;
  box-shadow: 0px 18px 5px -15px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.gradient-btn i {
  margin-right: 10px;
}

.gradient-btn-bg {
  background: linear-gradient(90deg, #06A14A 0%, #38B46E 100%);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 30px;
  font-weight: 500;
  width: 100% !important;
}
.gradient-btn-bg:hover {
  background: linear-gradient(90deg, #38B46E 0%, #06A14A 100%) !important;
  box-shadow: 0px 18px 5px -15px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.gradient-btn-bg i {
  margin-right: 10px;
}

input::file-selector-button {
  font-weight: bold;
  color: #fff !important;
  padding: 1rem 2rem;
  min-height: 50px;
  border-radius: 3px;
  background: #38B46E !important;
  border-radius: 30px 0px 30px 0px;
  margin-left: -2px;
}

.center-btn {
  margin: 0px auto;
}

.white-btn {
  border-radius: 30px;
  background: #fff;
  color: #2E384D;
  padding: 7.5px 20px;
  min-width: 150px;
  height: 40px;
  font-weight: 500;
  vertical-align: middle;
}

.overlay {
  position: relative;
}

.overlay ::before {
  position: absolute;
  background: #110f10;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
}
.overlay--80::before {
  position: absolute;
  background: #110f10;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}
.overlay--50::before {
  position: absolute;
  background: #110f10;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
}
.overlay--25::before {
  position: absolute;
  background: #110f10;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.25;
}

.link-with-icon {
  padding: 20px 0px;
}
.link-with-icon .link-icon {
  width: 40px;
  height: 40px;
  margin-left: 20px;
}
.link-with-icon:hover .link-icon {
  margin-left: 40px;
}

.sp-button-container {
  width: 90%;
  height: 60px;
  border-radius: 30px;
  border: 2px solid #D9D9D9;
  position: relative;
  padding: 8px 20px;
}
.sp-button-container .link-text {
  color: #697780;
  font-weight: 700;
  font-size: 1.2rem;
}
.sp-button-container .link-icon {
  width: 40px;
  height: 40px;
  margin-left: 20px;
  position: absolute;
  right: 8px;
}
.sp-button-container:hover {
  width: 95%;
}

/* -----------------------------------------------------------------
    - Home Page Style
----------------------------------------------------------------- */
.main-intro {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .main-intro {
    height: auto;
    min-height: 80vh;
    align-items: start;
    padding-top: 10%;
    display: block;
  }
}
.main-intro .text-container .link-container {
  display: flex;
  align-items: center;
}
.main-intro .text-container .link-container .link-img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.main-intro .text-container .link-container:hover .link-img {
  transform: rotate(45deg);
  transition: ease 0.2s;
}
.main-intro .main-intro-img {
  position: absolute;
  top: 0%;
  bottom: auto;
  right: 0px;
  left: auto;
  width: 60%;
  z-index: 0;
}
.main-intro .main-intro-img img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .main-intro .main-intro-img {
    top: auto;
    bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 992px) {
  .main-intro .main-intro-img {
    position: relative;
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .main-intro .main-intro-img {
    position: relative;
    width: 100%;
  }
}
.main-intro:after {
  content: "";
  width: 100%;
  height: 10%;
  position: absolute;
  background: #f5f5f5;
  bottom: 0px;
  top: auto;
  left: 0px;
  right: auto;
  z-index: -1;
}
@media only screen and (max-width: 992px) {
  .main-intro:after {
    height: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .main-intro:after {
    height: 20%;
  }
}
@media only screen and (max-width: 600px) {
  .main-intro:after {
    height: 15%;
  }
}
.main-intro .scroll-down {
  position: absolute;
  bottom: 20%;
  top: auto;
  left: auto;
  right: 2.5%;
  display: flex;
  width: 140px;
  height: 50px;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
}
.main-intro .scroll-down img {
  width: 50px;
}

.special-section {
  background: #f5f5f5;
  padding: 60px 0px;
}
.special-section a {
  z-index: 2;
}
.special-section .special-point-green {
  background: #06A14A;
  padding: 20px 20px;
  border-radius: 20px;
  height: 300px;
}
@media only screen and (max-width: 992px) {
  .special-section .special-point-green {
    margin-bottom: 10%;
  }
}
.special-section .special-point-green a {
  z-index: 2;
}
.special-section .special-point-green .link-container .link-img {
  width: 40px;
  height: 40px;
}
.special-section:hover .link-img {
  transform: rotate(45deg);
  transition: ease 0.2s;
}
.special-section .relative-point {
  position: relative;
  overflow: hidden;
}
.special-section .relative-point .point-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: -10%;
  bottom: -20%;
  overflow: hidden;
}
.special-section .relative-point .point-bg img {
  width: 100%;
}
.special-section .special-point-white {
  background: #fff;
  padding: 20px 20px;
  border-radius: 20px;
  box-shadow: 0px 12px 20px -5px rgba(0, 0, 0, 0.25);
  height: 300px;
}
@media only screen and (max-width: 992px) {
  .special-section .special-point-white {
    margin-bottom: 10%;
  }
}
.special-section .special-point-white .link-container .link-img {
  width: 40px;
  height: 40px;
}
.special-section:hover .link-img {
  transform: rotate(45deg);
  transition: ease 0.2s;
}

.services-section {
  padding: 60px 0px;
  position: relative;
}
.services-section .services-list .service {
  position: relative;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px 20px;
  margin-bottom: 30px;
}
.services-section .services-list .service .service-img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: 0px;
  top: auto;
  left: 0px;
  right: auto;
  z-index: -2;
  border-radius: 20px;
}
.services-section .services-list .service .service-img img {
  width: 100%;
  height: 100%;
}
.services-section .services-list .service .link-container .link-img {
  width: 40px;
  height: 40px;
  display: none;
}
.services-section .services-list .service .link-container:hover .link-img {
  transform: rotate(45deg);
  transition: ease 0.2s;
  display: block;
}
.services-section .services-list .service:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 0px;
  top: auto;
  left: 0px;
  right: auto;
  z-index: -1;
  border-radius: 20px;
}
.services-section .services-list .service:hover {
  box-shadow: 0px 20px 15px -10px rgba(0, 0, 0, 0.25);
  transition: ease 0.2s;
}
.services-section .services-list .service:hover .link-img {
  transform: rotate(45deg);
  transition: ease 0.2s;
  display: block;
}
.services-section .services-list .service:hover .service-img img {
  transform: scale(1.2);
  transition: ease-in-out 0.2s;
}
.services-section:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #f5f5f5;
  bottom: auto;
  top: 0px;
  left: 0px;
  right: auto;
  z-index: -3;
}

.values-section {
  padding: 60px 0px;
  position: relative;
}
.values-section .text-container .link-container {
  display: flex;
}
.values-section .text-container .link-container .link-img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.values-section .text-container .link-container:hover .link-img {
  transform: rotate(45deg);
  transition: ease 0.2s;
}
.values-section .whyus {
  display: flex;
  justify-content: center;
}
.values-section .whyus .side-1 {
  margin-right: 40px;
}
.values-section .whyus .side-2 {
  margin-top: 40px;
}
.values-section .whyus .point {
  width: 250px;
  height: 250px;
  border: 1px solid #06A14A;
  background: #F2FDF7;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 40px;
}
.values-section .whyus .point .point-img {
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 992px) {
  .values-section .whyus {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .values-section .whyus {
    flex-direction: column;
  }
  .values-section .whyus .side-1 {
    margin: 0px auto;
  }
  .values-section .whyus .side-2 {
    margin: 0px auto;
  }
}

.track-section {
  padding: 60px 0px;
  position: relative;
  height: auto;
}
.track-section .text-container .link-container {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  width: 175px;
  padding: 10px;
  justify-content: center;
}
.track-section .text-container .link-container .link-img {
  width: 40px;
  height: 40px;
  margin-left: 20px;
}
.track-section .text-container .link-container:hover .link-img {
  transform: rotate(45deg);
  transition: ease 0.2s;
}
.track-section .section-bg {
  position: absolute;
  z-index: -2;
  top: 0px;
  bottom: auto;
  right: 0px;
  left: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.track-section .section-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.track-section:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  bottom: 0px;
  top: auto;
  left: 0px;
  right: auto;
  z-index: -1;
}
.track-section .track-option {
  margin: 0px auto;
}
@media only screen and (max-width: 992px) {
  .track-section .track-option {
    margin-top: 20px;
  }
}
.track-section .track-option .track-form {
  padding: 20px;
  border-radius: 20px;
  background: #fff;
}
.track-section .track-option .track-form .btn {
  margin-top: 20px;
  margin-left: auto;
}

.media-section {
  position: relative;
  padding: 60px 0px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 992px) {
  .media-section {
    margin-top: 0px;
  }
}
.media-section .media-container .mediaSwiper {
  padding-bottom: 40px;
  padding-top: 60px;
}
.media-section .media-container .mediaSwiper .swiper-slide {
  height: 400px;
  position: relative;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.media-section .media-container .mediaSwiper .swiper-slide .media .text-container {
  margin-bottom: 30px;
}
.media-section .media-container .mediaSwiper .swiper-slide .media .link {
  margin-top: 0px;
  margin-left: auto;
  width: 40px;
}
.media-section .media-container .mediaSwiper .swiper-slide .media .link .default-img {
  display: block;
}
.media-section .media-container .mediaSwiper .swiper-slide .media .link .hover-img {
  display: none;
}
.media-section .media-container .mediaSwiper .swiper-slide .media .link .link-img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.media-section .media-container .mediaSwiper .swiper-slide .media .link:hover .link-img {
  transform: rotate(45deg);
  transition: ease 0.2s;
}
.media-section .media-container .mediaSwiper .swiper-slide .slide-img {
  position: absolute;
  top: 0px;
  bottom: auto;
  right: 0px;
  left: auto;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  z-index: -2;
}
.media-section .media-container .mediaSwiper .swiper-slide .slide-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-section .media-container .mediaSwiper .swiper-slide:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  bottom: 0px;
  top: auto;
  left: 0px;
  right: auto;
  z-index: -1;
  border-radius: 20px;
  position: absolute;
}
.media-section .media-container .mediaSwiper .swiper-slide:hover {
  box-shadow: 0px 35px 30px -25px rgba(0, 0, 0, 0.25);
  transition: ease 0.2s;
}
.media-section .media-container .mediaSwiper .swiper-slide:hover .slide-img img {
  transform: scale(1.2);
  transition: ease-in-out 0.2s;
}
.media-section .media-container .mediaSwiper .swiper-slide:hover .link .default-img {
  display: none;
}
.media-section .media-container .mediaSwiper .swiper-slide:hover .link .hover-img {
  display: block;
}
.media-section .media-container .mediaSwiper .navigation {
  position: absolute;
  width: 120px;
  right: 0;
  left: auto;
  top: 0px;
  bottom: auto;
  display: flex;
  justify-content: center;
}
.media-section .media-container .mediaSwiper .navigation .slide-next {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.media-section .media-container .mediaSwiper .navigation .slide-prev {
  width: 40px;
  height: 40px;
}
.media-section .link-container {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.media-section .link-container .link-img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.media-section .link-container:hover .link-img {
  transform: rotate(45deg);
  transition: ease 0.2s;
}

/* -----------------------------------------------------------------
    - About page style
----------------------------------------------------------------- */
.about-intro {
  position: relative;
  height: 80vh;
  display: flex;
  align-items: center;
}
.about-intro .text-container .link-container {
  display: flex;
  align-items: center;
}
.about-intro .text-container .link-container .link-img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.about-intro .text-container .link-container:hover .link-img {
  transform: rotate(45deg);
  transition: ease 0.2s;
}
.about-intro .intro-image {
  position: absolute;
  top: 0px;
  bottom: auto;
  right: 2.5%;
  width: 95%;
  z-index: -2;
  height: 80vh;
  background: #ddd;
  border-radius: 20px;
  overflow: hidden;
}
.about-intro .intro-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.about-intro:before {
  content: "";
  width: 95%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  bottom: 0px;
  top: auto;
  left: auto;
  right: 2.5%;
  z-index: -1;
  border-radius: 20px;
  position: absolute;
}
.about-intro .scroll-down {
  position: absolute;
  bottom: 10%;
  top: auto;
  left: auto;
  right: 5%;
  display: flex;
  width: 140px;
  height: 50px;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
}
.about-intro .scroll-down img {
  width: 50px;
}
@media only screen and (max-width: 992px) {
  .about-intro .scroll-down {
    bottom: 5%;
    left: 35%;
    right: auto;
  }
}

.about-section {
  padding: 60px 0px;
}
.about-section .points {
  margin: 40px 0px;
}
.about-section .points .point {
  text-align: center;
  padding: 20px 10px;
  background-color: #F2FDF7;
  border: 1px solid #06A14A;
  border-radius: 20px;
}
.about-section .points .point .point-img {
  width: 80px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.about-section .points .point .point-img img {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .about-section .points .point {
    margin-top: 20px;
  }
}

.team-section {
  padding: 60px 0px;
  background: #F2FDF7;
  position: relative;
}
.team-section .text-container .link-container {
  display: flex;
  align-items: center;
}
.team-section .text-container .link-container .link-img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.team-section .text-container .link-container:hover .link-img {
  transform: rotate(45deg);
  transition: ease 0.2s;
}
.team-section .team-pic {
  width: 90%;
  margin: 0px auto;
  border-radius: 20px;
}
.team-section .team-pic img {
  width: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 992px) {
  .team-section .team-pic {
    margin-top: 20px;
    width: 100%;
  }
}
.team-section .team-bg {
  position: absolute;
  width: 50%;
  height: auto;
  z-index: 1;
  left: -10%;
  bottom: -20%;
  overflow: hidden;
  opacity: 0.1;
}
.team-section .team-bg img {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .team-section .team-bg {
    width: 100%;
    bottom: 50%;
    left: 0;
  }
}

.map-section {
  padding: 60px 0px;
  background: #F2FDF7;
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
.map-section .map-text {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.map-section .map-text .link-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-section .map-text .link-container .link-img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.map-section .map-text .link-container:hover .link-img {
  transform: rotate(45deg);
  transition: ease 0.2s;
}
.map-section .map-bg {
  position: absolute;
  width: 80%;
  height: auto;
  z-index: 0;
  top: auto;
  left: 10%;
  bottom: -10%;
  overflow: hidden;
  opacity: 1;
}
.map-section .map-bg img {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .map-section .map-bg {
    width: 120%;
    left: -10%;
    bottom: -5%;
  }
}

/* -----------------------------------------------------------------
    - Blog Listing & Detail Page
----------------------------------------------------------------- */
.media-intro {
  margin-top: 30px;
}

.blogs-listing {
  padding: 60px 0px;
}

.media-div {
  height: 400px;
  position: relative;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-bottom: 40px;
}
.media-div .media .text-container {
  margin-bottom: 30px;
}
.media-div .media .link {
  margin-top: 0px;
  margin-left: auto;
  width: 40px;
}
.media-div .media .link .default-img {
  display: block;
}
.media-div .media .link .hover-img {
  display: none;
}
.media-div .media .link .link-img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.media-div .media .link:hover .link-img {
  transform: rotate(45deg);
  transition: ease 0.2s;
}
.media-div .media-img {
  position: absolute;
  top: 0px;
  bottom: auto;
  right: 0px;
  left: auto;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  z-index: -2;
}
.media-div .media-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-div:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  bottom: 0px;
  top: auto;
  left: 0px;
  right: auto;
  z-index: -1;
  border-radius: 20px;
  position: absolute;
}
.media-div:hover {
  box-shadow: 0px 35px 30px -25px rgba(0, 0, 0, 0.25);
  transition: ease 0.2s;
}
.media-div:hover .slide-img img {
  transform: scale(1.2);
  transition: ease-in-out 0.2s;
}
.media-div:hover .link .default-img {
  display: none;
}
.media-div:hover .link .hover-img {
  display: block;
}

.loading {
  text-align: center;
  margin: 20px 0px;
  font-weight: 500;
}

.blog-detail-intro {
  position: relative;
}
.blog-detail-intro .blog-info {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.blog-detail-intro .blog-info .auther p {
  margin: 0px;
}
.blog-detail-intro .blog-info .date {
  margin-right: 20px;
}
.blog-detail-intro .blog-info .date p {
  margin: 0px;
}

.blog-details-section {
  padding: 40px 0px;
  margin-bottom: 80px;
}
.blog-details-section .blog-details .video-container iframe {
  height: 400px;
}
.blog-details-section .recent-blogs {
  border: 1px solid #D9D9D9;
  padding: 20px 20px;
  border-radius: 10px;
}
@media only screen and (max-width: 992px) {
  .blog-details-section .recent-blogs {
    margin-top: 30px;
  }
}
.blog-details-section .recent-blogs .recent-blog {
  margin-bottom: 20px;
}
.blog-details-section .recent-blogs .recent-blog .media-container {
  height: 300px;
  position: relative;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-bottom: 40px;
}
.blog-details-section .recent-blogs .recent-blog .media-container .media .text-container {
  margin-bottom: 30px;
}
.blog-details-section .recent-blogs .recent-blog .media-container .media .link {
  margin-top: 0px;
  margin-left: auto;
  width: 40px;
}
.blog-details-section .recent-blogs .recent-blog .media-container .media .link .default-img {
  display: block;
}
.blog-details-section .recent-blogs .recent-blog .media-container .media .link .hover-img {
  display: none;
}
.blog-details-section .recent-blogs .recent-blog .media-container .media .link .link-img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.blog-details-section .recent-blogs .recent-blog .media-container .media .link:hover .link-img {
  transform: rotate(45deg);
  transition: ease 0.2s;
}
.blog-details-section .recent-blogs .recent-blog .media-container .media-img {
  position: absolute;
  top: 0px;
  bottom: auto;
  right: 0px;
  left: auto;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  z-index: -2;
}
.blog-details-section .recent-blogs .recent-blog .media-container .media-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-details-section .recent-blogs .recent-blog .media-container:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  bottom: 0px;
  top: auto;
  left: 0px;
  right: auto;
  z-index: -1;
  border-radius: 20px;
  position: absolute;
}
.blog-details-section .recent-blogs .recent-blog .media-container:hover {
  box-shadow: 0px 35px 30px -25px rgba(0, 0, 0, 0.25);
  transition: ease 0.2s;
}
.blog-details-section .recent-blogs .recent-blog .media-container:hover .slide-img img {
  transform: scale(1.2);
  transition: ease-in-out 0.2s;
}
.blog-details-section .recent-blogs .recent-blog .media-container:hover .link .default-img {
  display: none;
}
.blog-details-section .recent-blogs .recent-blog .media-container:hover .link .hover-img {
  display: block;
}
.blog-details-section .recent-blogs .link-container {
  text-align: center;
}
.blog-details-section .recent-blogs .link-container .link-text {
  font-weight: 500;
}

/* -----------------------------------------------------------------
    - Service Pages
----------------------------------------------------------------- */
.service-intro {
  position: relative;
  height: 80vh;
  display: flex;
  align-items: center;
}
.service-intro .text-container .link-container {
  display: flex;
  align-items: center;
}
.service-intro .text-container .link-container .link-img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.service-intro .text-container .link-container:hover .link-img {
  transform: rotate(45deg);
  transition: ease 0.2s;
}
.service-intro .intro-image {
  position: absolute;
  top: 0px;
  bottom: auto;
  right: 2.5%;
  width: 95%;
  z-index: -2;
  height: 80vh;
  background: #ddd;
  border-radius: 20px;
  overflow: hidden;
}
.service-intro .intro-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.service-intro:before {
  content: "";
  width: 95%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  bottom: 0px;
  top: auto;
  left: auto;
  right: 2.5%;
  z-index: -1;
  border-radius: 20px;
  position: absolute;
}
.service-intro .scroll-down {
  position: absolute;
  bottom: 10%;
  top: auto;
  left: auto;
  right: 5%;
  display: flex;
  width: 140px;
  height: 50px;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
}
.service-intro .scroll-down img {
  width: 50px;
}
@media only screen and (max-width: 992px) {
  .service-intro .scroll-down {
    bottom: 5%;
    left: 35%;
    right: auto;
  }
}

.detail-section {
  padding: 60px 0px;
}

.middle-section {
  padding: 60px 0px;
  background: #F2FDF7;
  position: relative;
}
.middle-section .text-container .link-container {
  display: flex;
  align-items: center;
}
.middle-section .text-container .link-container .link-img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.middle-section .text-container .link-container:hover .link-img {
  transform: rotate(45deg);
  transition: ease 0.2s;
}
.middle-section .service-pic {
  width: 90%;
  margin: 0px auto;
  border-radius: 20px;
}
.middle-section .service-pic img {
  width: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 992px) {
  .middle-section .service-pic {
    margin-top: 20px;
    width: 100%;
  }
}
.middle-section .special-service {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #06A14A;
  margin-bottom: 40px;
}
.middle-section .special-service .heading {
  display: flex;
  align-items: center;
}
.middle-section .special-service .heading .icon {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  border-radius: 5px;
  background: #38B46E;
  text-align: center;
  padding: 10px;
}

/* -----------------------------------------------------------------
    - Careers Pages
----------------------------------------------------------------- */
.career-page {
  margin-bottom: 100px;
  margin-top: 30px;
}
@media only screen and (max-width: 992px) {
  .career-page {
    margin-bottom: 40px;
  }
}

.details-section {
  background: #F2FDF7;
  padding: 20px;
  border-radius: 5px;
}
.details-section .positions .position {
  margin-bottom: 30px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #06A14A;
}
.details-section .positions .position .link-container {
  display: flex;
  align-items: center;
  justify-content: start;
}
.details-section .positions .position .link-container .link-img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.details-section .positions .position .link-container:hover .link-img {
  transform: rotate(45deg);
  transition: ease 0.2s;
}

.career-form-container {
  border: 1px solid #06A14A;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
}
.career-form-container .submit-container {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.career-form-container .submit-container .btn {
  width: 60%;
  display: flex;
  justify-content: space-between;
}

#contact-status {
  margin-top: 20px;
}

/* -----------------------------------------------------------------
    - Contact page style
----------------------------------------------------------------- */
.contact-intro {
  position: relative;
  height: 60vh;
  display: flex;
  align-items: center;
}
.contact-intro .text-container .link-container {
  display: flex;
  align-items: center;
}
.contact-intro .text-container .link-container .link-img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.contact-intro .text-container .link-container:hover .link-img {
  transform: rotate(45deg);
  transition: ease 0.2s;
}
.contact-intro .intro-image {
  position: absolute;
  top: 0px;
  bottom: auto;
  right: 2.5%;
  width: 95%;
  z-index: -2;
  height: 60vh;
  background: #ddd;
  border-radius: 20px;
  overflow: hidden;
}
.contact-intro .intro-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.contact-intro:before {
  content: "";
  width: 95%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  bottom: 0px;
  top: auto;
  left: auto;
  right: 2.5%;
  z-index: -1;
  border-radius: 20px;
  position: absolute;
}

.contact-details {
  padding: 60px 0px;
}
.contact-details .main-head {
  margin: 40px 0px;
}
.contact-details .contact-img {
  box-shadow: 0px 30px 30px -15px rgba(0, 0, 0, 0.25);
}
.contact-details .contact-img img {
  border-radius: 10px;
}
.contact-details .map iframe {
  width: 100%;
  height: 250px;
}
.contact-details .contact {
  margin: 20px 0px;
}
.contact-details .contact .c-block {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 20px;
}
.contact-details .contact .c-block .icon {
  width: 30px;
  margin-right: 10px;
}
.contact-details .contact .c-block .details {
  width: 80%;
}
.contact-details .contact-form-container {
  background: #fff;
  border: 1px solid #D9D9D9;
  padding: 20px 20px;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 992px) {
  .contact-details .contact-form-container {
    margin-top: 20px;
  }
}
.contact-details .contact-form-container .contact-form {
  margin-top: 30px;
}
.contact-details .contact-form-container .contact-form .iti {
  width: 100%;
}
.contact-details .contact-form-container .contact-form .submit-container {
  margin-top: 40px;
}
.contact-details .contact-form-container .contact-form .submit-container .submit-now {
  text-align: right;
}
@media only screen and (max-width: 600px) {
  .contact-details .contact-form-container .contact-form .submit-container .submit-now {
    text-align: center;
    margin-top: 20px;
  }
}
.contact-details .contact-form-container .contact-form .btn {
  margin-left: auto;
  margin-right: 0px;
}

.map-section {
  padding: 60px 0px;
  background: #F2FDF7;
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
.map-section .map-text {
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
}
.map-section .map-text .link-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.map-section .map-text .link-container .link-img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.map-section .map-text .link-container:hover .link-img {
  transform: rotate(45deg);
  transition: ease 0.2s;
}
.map-section .map-bg {
  position: absolute;
  width: 80%;
  height: auto;
  z-index: 0;
  top: auto;
  left: 10%;
  bottom: -10%;
  overflow: hidden;
  opacity: 1;
}
.map-section .map-bg img {
  width: 100%;
}
@media only screen and (max-width: 992px) {
  .map-section .map-bg {
    width: 120%;
    left: -10%;
    bottom: -5%;
  }
}

#contact-status {
  margin-top: 20px;
}/*# sourceMappingURL=style.css.map */