/* === main css === */
* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Light";
  src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
  font-family: "Regular";
  src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Medium";
  src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
  font-family: "SemiBold";
  src: url("../fonts/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Bold";
  src: url("../fonts/Poppins-Bold.ttf");
}



:root {
  --chevron: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23080a0f" viewBox="-155 247 300 300" style="enable-background:new -155 247 300 300;"><polygon points="78.6356201,306.8178101 -5.0166931,390.4367371 -88.6356277,306.8178101 -137, 355.1821899 -5.0166931,487.1821899 127,355.1821899 "/></svg>');
  --tick: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23fff" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve"><polygon points="115.7434006,270.8831787 0,173.503006 21.3676376,148.106369 111.6297684,224.0477905 274.5331421,29.1168175 300,50.3998222"/></svg>');
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

html.flow {
  overflow: hidden;
}


body {
  position: relative;
  min-height: 100%;
  background-color: #041682;
  color: #e0e0e0;
  font-size: 15px;
  font-family: "Regular";
  margin: 0;
  padding: 0;
  line-height: 1.8;
  word-break: break-word;
  transition: all ease 0.5s;
  overflow-x: hidden;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

body {
  display: flex;
  flex-flow: column;
}

body.flow {
  overflow: hidden !important;
}

body>main {
  flex: 1;
  overflow: hidden;
}

::selection {
  background: #409df1;
  color: #fff;
}

::-moz-selection {
  background: #409df1;
  color: #fff;
}

body a {
  color: #080a0f;
  word-break: break-word;
}

body a,
body span {
  display: inline-block;
  text-decoration: none;
}

body a:hover {
  color: #1DA6EA;
}

body a:focus,
body a:hover {
  outline: none !important;
  text-decoration: none !important;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  display: inline-block;
}

ul li a {
  transition: all ease 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bold";
  line-height: 1.4;
  margin: 0 0 10px;
  color: #fff;
}

p {
  margin: 0 0 15px;
}

p:nth-last-child(1) {
  margin: 0;
}

p>a {
  color: #c9882a;
}

p>a:hover {
  color: #1DA6EA;
}


.toggle {
  position: absolute;
  top: 32px;
  right: 5px;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
  transition: all ease 0.5s;
  z-index: 4;
}

.toggle span,
.toggle span:before,
.toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
  border-radius: 50px;
  transition: all ease 0.5s;
}

.toggle span {
  position: relative;
  display: block;
  width: 22px;
  margin: 8px auto;
}

.toggle span:before {
  top: -7px;
}

.toggle span:after {
  bottom: -7px;
}

.toggle.active span {
  width: 22px;
  background: transparent !important;
}

.toggle.active span:before,
.toggle.active span:after {
  top: 0;
}

.toggle.active span:before {
  transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
}

.toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

/* ===== button  */

.siteButton {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 125px;
  height: 40px;
  background: #FEE390;
  color: #000;
  font-size: 15px;
  font-family: "Regular";
  text-align: center;
  padding: 0 30px;
  white-space: nowrap;
  text-transform: capitalize;
  border: 0;
  border-radius: 10px;
  outline: none !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.siteButton:hover,
.siteButton:focus {
  box-shadow: 0 9px 25px -11px #FEE390;
}




/*
  |----------------------------------------------------------------------
  |       Body Inner Css
  |----------------------------------------------------------------------
  */

h1 {
  font-size: 40px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

img {
  width: 100%;
  display: block;
}

em {
  font-style: normal;
}

strong {
  font-family: "SemiBold";
  font-weight: normal;
  color: #1DA6EA;
}


.contain,
.contain-fluid {
  position: relative;
  max-width: 1200px;
  padding: 0 15px;
  margin: auto;
  min-height: 1px;
  z-index: 3;
}

.contain-fluid {
  max-width: 1600px;
}

.contain:before,
.contain:after,
.contain-fluid:before,
.contain-fluid:after {
  content: "";
  display: table;
}

.contain:after,
.contain-fluid:after {
  clear: both;
}

section {
  position: relative;
  padding: 5rem 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.formRow {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}



/* |----------------------------------------------------------------------
  |       Header
  |----------------------------------------------------------------------
  */

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
  z-index: 30;
}

header.fix {
  background-color: #fff;

  box-shadow: 0 5px 15px rgb(0 0 0 / 7%);
}

header .logo {
  float: left;
  display: flex;
  align-items: center;
  width: 10rem;
  height: 6rem;
  position: relative;
  z-index: 1;
}

header .logo a {
  height: 100%;
}

.logo a img {
  display: block;
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
  transition: inherit;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
}

header.fix .logo a img {
  filter: unset;
  -webkit-filter: unset;
}

nav {
  display: flex;
  align-items: center;
  height: 6rem;
  justify-content: end;
  gap: 400px;
  position: absolute;
  top: 0;
  left: 0;
  right: 15px;
}

nav>div {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -20px;
}

nav ul>li {
  position: relative;
  padding: 0 20px;
}

nav ul>li:not(.btnLi)>a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  color: #fff;
  font-size: 17px;
  font-size: 15px;
  text-align: center;
  position: relative;
  font-family: "Light";
}

nav ul>li:not(.btnLi)>a:hover {
  color: #fff !important;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

/* ===== contact_form ==== */
.contact_form {
  background: #041682;
  padding-top: 9rem;
  color: #fff;
}

.contact_form .column {
  width: 50%;
}

.contact_form .cL1 {
  align-self: center;
  text-align: center;

}

.contact_form h2 {
  font-size: 20px;
  color: #fff;
  font-family: "SemiBold";
}

.contact_form .cL1 .column_inner {
  width: 65%;
}

.contact_form .cL2 h2 {
  margin-bottom: 0px;
}


.contact_form .cL2 {
  padding-left: 30px;
}

.contact_form .cL2 form {
  margin-top: 15px;
}

.contact_form .cL2 .butTon {
  text-align: right;
  margin-top: 15px;
}

.gif_block {
  width: 64%;
  margin-top: 20px;
}

.gif_block .image {
  padding-bottom: 40%;
}

.input {
  display: block;
  width: 100%;
  height: 46px;
  background: #0131FF;
  text-align: left;
  padding: 6px 12px;
  border: 1px solid #0131FF;
  border-radius: 10px;
  outline: none !important;
  transition: all ease 0.5s;
  font-size: 13px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  margin-top: 10px;
  color: #d8d8d8;
}

::placeholder {
  color: #d8d8d8;
}

textarea.input {
  height: 100px;
  resize: none;
}

/* ===== how_works */
.how_works {
  padding-top: 0;
}

.how_works .main_heading {
  text-align: center;
  margin-bottom: 26px;
}

.how_works .column_inner {
  display: flex;
  align-items: center;
}

.how_works .column_inner .steps {
  width: 50%;
  padding-right: 5rem;
}

.how_works .column_inner .steps_detail {
  width: 50%;
  padding-left: 5rem;
}

.how_works .column {
  margin-bottom: 20px;
}

.how_works .column:last-child {
  margin-bottom: 0;
}

/* ======= */
.image {
  position: relative;
  padding-bottom: 60%;
  border: 1px solid #eee;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden;
}

.image>img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: fill;
  transition: all .3s linear;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

/* ==== meet_team ==== */
.main_heading {
  text-align: center;
  margin-bottom: 20px;
}

.meet_team {
  padding-top: 0;
}

.meet_team .clumn1 {
  width: 30%;
  align-self: center;
}

.meet_team .clumn2 {
  width: 40%;
  padding: 0 40px;
}

.owl-carousel .owl-dots>button {
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 3px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding-bottom: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  z-index: 99;
}

.owl-carousel .owl-dots>button.active {
  background-color: #0131FF;
}

.owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
}

/* ==== */
.faqs {
  padding-top: 0;
}

.faqs .flex {
  width: 65%;
  margin: 0 auto;

}

.faqs .flex .clumn {
  margin-bottom: 27px;
  width: 100%;
  padding: 15px;
  background: #eeeeee17;
  border-radius: 12px;
}

.faqs .flex .clumn:last-child {
  margin-bottom: 0;
}

.faqs .inner h5 {
  margin-bottom: 0;
  padding-left: 45px;
  padding: 12px;
  position: relative;
  padding-left: 12px;
  padding-right: 48px;
  font-size: 15px;

}

.faqs .inner h5 {
  cursor: pointer;
}

.faqs .clumn>.inner h5::before {
  content: "";
  position: absolute;
  background-image: url(../images/Vector@2x.svg);
  background-size: contain;
  height: 10px;
  width: 15px;
  top: 18px;
  right: 19px;
  z-index: 1;
  font-size: 67%;
}

.faqs .clumn>.inner .text {
  display: none;
}

.faqs .inner p {
  padding-bottom: 10px;
  margin-bottom: 0px;
  padding-left: 13px;
}

.faqs .clumn>.active h5::before {
  background-image: url(../images/faqup.svg);
}

@media (max-width: 1025px) {
  .contact_form .contain .cL1 .column_inner {
    width: 77%;
  }

  .how_works .contain .column_inner .steps {
    padding-right: 3rem;
  }

  .how_works .contain .column_inner .steps_detail {
    padding-left: 3rem;
  }

  .meet_team .contain .clumn1 {
    width: 100%;
  }



  .faqs .contain .flex {
    width: 78%;
  }
}

@media (max-width: 991px) {
  .contact_form .contain .cL1 .column_inner {
    width: 100%;
    padding-right: 20px;
  }

  .contact_form .gif_block {
    width: 96%;
  }

  .how_works .contain .column_inner .steps {
    padding-right: 2rem;
  }

  .how_works .contain .column_inner .steps_detail {
    padding-left: 2rem;
  }

  .meet_team .contain .clumn2 {
    width: 48%;
    padding: 16px 40px;
    margin: 0 auto;
  }

  .faqs .contain .flex {
    width: 91%;
  }
}

@media (max-width: 512px) {
  .contact_form .contain .column {
    width: 100%;
  }

  .contact_form .contain .cL1 .column_inner {
    padding-right: 0;
  }

  .contact_form .contain .cL2 {
    padding-left: 0;
    margin-top: 20px;
  }

  .how_works .column_inner {
    flex-wrap: wrap;
  }

  .how_works .contain .column_inner .steps {
    padding-right: 0;
    width: 100%;
  }

  .how_works .contain .column_inner .steps_detail {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }

  .meet_team .contain .clumn2 {
    width: 100%;
  }

  .faqs .contain .flex {
    width: 100%;
  }

  header nav ul>li {
    padding: 0 12px;
  }

  header {
    box-shadow: 0px 0px 4px #ddd;
  }

  header .toggle {
    display: flex;
  }

  [nav].active {
    opacity: 1;
    visibility: visible;
  }

  [nav] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-content: space-between;
    flex-flow: column;
    width: auto;
    background: #0131FF;
    margin: 0;
    padding: 2rem 5rem;
    border-top: 0.2rem solid #0131FF;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    z-index: 3;
    height: 100%;
  }

  header [nav] ul {
    width: 100%;
    flex-flow: wrap;
    margin: auto 0;
  }

  header [nav] ul li {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }

  header [nav] ul li a {
    color: #fff;
  }
}