html,
body {
  font-size: 14px;
  color: #001434;
  height: 100%;
  font-family: Gilroy-Regular;
}

body {
  background-color: #fff;
}

a:hover {
  color: #252525;
  text-decoration: none;
}

footer a:hover {
  text-decoration: none;
}

input:focus,
button:focus,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #67f1c8;
          box-shadow: inset 0 0 5px #67f1c8;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1EFFBB;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1EFFBB;
}

@media (min-width: 1600px) {
  .container {
    max-width: 1340px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

@font-face {
  font-family: Gilroy-ExtraBold;
  src: url(../font/Gilroy/Gilroy-ExtraBold.otf);
}

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

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

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

.Gilroy-Bold {
  font-family: Gilroy-Bold;
}

.Gilroy-ExtraBold {
  font-family: Gilroy-ExtraBold;
}

.Gilroy-Light {
  font-family: Gilroy-Light;
}

.Gilroy-Medium {
  font-family: Gilroy-Medium;
}

.Gilroy-Regular {
  font-family: Gilroy-Regular;
}

.kalam-font {
  font-family: 'Kalam', cursive;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-30 {
  font-size: 30px;
}

.font-32 {
  font-size: 32px;
}

.font-40 {
  font-size: 40px;
}

.font-42 {
  font-size: 42px;
}

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

.font-56 {
  font-size: 56px;
}

.font-60 {
  font-size: 60px;
}

.font-70 {
  font-size: 70px;
}

.font-100 {
  font-size: 100px;
}

@media (max-width: 992px) {
  .font-12 {
    font-size: 10px;
  }
  .font-14 {
    font-size: 12px;
  }
  .font-16 {
    font-size: 14px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-22 {
    font-size: 18px;
  }
  .font-24 {
    font-size: 16px;
  }
  .font-32 {
    font-size: 22px;
  }
  .font-40 {
    font-size: 24px;
  }
  .font-42 {
    font-size: 24px;
  }
  .font-48 {
    font-size: 28px;
  }
  .font-56 {
    font-size: 24px;
  }
  .font-60 {
    font-size: 30px;
  }
  .font-70 {
    font-size: 30px;
  }
  .font-100 {
    font-size: 40px;
  }
}

@media (max-width: 1500px) {
  .font-12 {
    font-size: 10px;
  }
  .font-14 {
    font-size: 12px;
  }
  .font-16 {
    font-size: 14px;
  }
  .font-18 {
    font-size: 16px;
  }
  .font-20 {
    font-size: 16px;
  }
  .font-22 {
    font-size: 18px;
  }
  .font-24 {
    font-size: 20px;
  }
  .font-32 {
    font-size: 24px;
  }
  .font-40 {
    font-size: 30px;
  }
  .font-42 {
    font-size: 30px;
  }
  .font-48 {
    font-size: 32px;
  }
  .font-56 {
    font-size: 36px;
  }
  .font-60 {
    font-size: 36px;
  }
  .font-70 {
    font-size: 35px;
  }
  .font-100 {
    font-size: 80px;
  }
}

@media (max-width: 992px) {
  .font-100 {
    font-size: 40px;
  }
}

.color-000 {
  color: #000 !important;
}

.color-001434 {
  color: #001434;
}

.bg-fafafa {
  background-color: #fafafa;
}

.color-001434-rgb {
  color: rgba(34, 34, 34, 0.77);
}

.bg-0B234B {
  background-color: #0B234B;
}

.bg-052C6D {
  background-color: #052C6D;
}

.color-1effbb {
  color: #1effbb;
}

.color-128289 {
  color: #128289;
}

.color-444444 {
  color: #444444;
}

.color-222222 {
  color: #222222 !important;
}

.color-000-70-rgb {
  color: rgba(0, 0, 0, 0.7);
}

.bg-1effbb {
  background-color: #1effbb;
}

.color-808080 {
  color: #808080;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.66);
}

.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(24, 24, 24, 0.66);
}

.navbar-light .navbar-nav .nav-link button {
  color: #ffffff;
  border-radius: 8px;
  border-color: #333232;
}

.navbar-light .navbar-nav .nav-link button:hover {
  color: #fff;
  border-color: #1EFFBB;
  background-color: #1EFFBB;
}

header nav {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

header .navbar-toggler {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

header .navbar-toggler:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

header .navbar-toggler:hover {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

header .navbar-toggler-icon-custom {
  display: block;
  right: 30px;
  top: 0px;
}

header .navbar-btn {
  background-color: #1EFFBB;
  padding: 10px 32px !important;
}

header .navbar-btn:hover {
  background-color: #1adba1 !important;
  border-color: #1adba1 !important;
}

.navbar-toggler-icon-custom div {
  display: block;
  width: 30px;
  height: 3px;
  background: linear-gradient(45deg, #1EFFBB, #67f1c8);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
}

.navbar-toggler-icon-custom div:nth-child(1) {
  top: -10px;
}

.navbar-toggler-icon-custom div:nth-child(2) {
  width: 38px;
}

.navbar-toggler-icon-custom div:nth-child(3) {
  bottom: -12px;
}

.navbar-toggler {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.navbar-toggler:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.navbar-toggler:hover {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

@media (max-width: 992px) {
  .sidenav {
    height: 100%;
    width: 320px;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #010a35;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 99999;
    margin-right: -320px !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .sidenav a {
    padding: 8px 8px 8px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 36px;
    z-index: 999;
    padding: 0;
    margin-left: 50px;
  }
  .nav-w-250 {
    margin-right: 0px !important;
  }
  .border-radius-40 {
    border-radius: 40px;
  }
  .grey-logo,
  .black-logo {
    max-width: 160px;
  }
}

.border-animation {
  display: inline-block;
  color: #1EFFBB;
  text-decoration: none;
}

.border-animation:after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #1EFFBB;
  -webkit-transition: width .3s;
  transition: width .3s;
  margin-top: 5px;
  border-radius: 10px;
}

.border-animation:hover::after {
  width: 90%;
}

.light-header .border-animation {
  color: #fff;
}

.light-header .border-animation:after {
  background: #1EFFBB;
}

#hero-section .mobile-section .phone-1-div .text-overlay {
  top: -70px;
  left: -250px;
  line-height: 26px;
}

#hero-section .mobile-section .phone-1-div .text-overlay-bottom {
  bottom: -220px;
  left: -20px;
}

#hero-section .mobile-section .phone-2-div .text-overlay {
  top: -108px;
  left: 0px;
  line-height: 26px;
}

#hero-section .mobile-section .phone-3-div .text-overlay {
  top: -85px;
  right: -230px;
  line-height: 26px;
}

@media (max-width: 1310px) {
  #hero-section .mobile-section .phone-1-div .text-overlay {
    top: -100px;
    left: -180px;
  }
  #hero-section .mobile-section .phone-1-div .text-overlay-bottom {
    bottom: -220px;
    left: -20px;
  }
  #hero-section .mobile-section .phone-2-div .text-overlay {
    top: -108px;
    left: 0px;
  }
  #hero-section .mobile-section .phone-3-div .text-overlay {
    top: -130px;
    right: -170px;
  }
}

.form-control button:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

:root {
  --input-padding-x: 2.5rem;
  --input-padding-y: 1.2rem;
}

.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: 0 auto;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > textarea,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #8e8e8e;
  border: 1px solid transparent;
  border-radius: .25rem;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group textarea::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group textarea:-ms-input-placeholder {
  color: transparent;
}

.form-label-group textarea::-ms-input-placeholder {
  color: transparent;
}

.form-label-group textarea::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 16px;
  color: #1EFFBB;
}

.form-label-group textarea:not(:placeholder-shown) {
  padding-top: 28px;
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group textarea:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 16px;
  color: #1EFFBB;
}

.form-label-group .form-control {
  height: calc(1.5em + .75rem + 23px);
  font-size: 18px;
  background-color: #fafafa;
  border: 1px solid #fafafa;
}

.form-label-group {
  background-color: #fafafa;
}

.form-label-group textarea {
  min-height: 230px;
}

.contact-btn-padding {
  padding: 20px 70px;
}

@media (max-width: 992px) {
  .form-label-group .form-control {
    font-size: 16px;
  }
  .form-label-group input:not(:placeholder-shown) ~ label {
    font-size: 12px;
  }
}

.btn-success.focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-success:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-success:hover {
  border-color: #b1b1b1;
}

.btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn {
  border-radius: 8px;
}

.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-animation {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  background-color: #1EFFBB;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.btn-animation span {
  position: relative;
  z-index: 1;
}

.btn-animation:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #67f1c8;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-110%) translateY(-20%) rotate(45deg);
  transform: translateX(-125%) translateY(0%) rotate(45deg);
}

.btn-animation:hover:after {
  -webkit-transform: translateX(-35%) translateY(-25%) rotate(45deg);
  transform: translateX(-35%) translateY(-25%) rotate(45deg);
}

.w-0 {
  width: 0px;
}

.hover-pointer:hover {
  cursor: pointer;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.letter-spacing-1px {
  letter-spacing: 1px;
}

.letter-spacing-2px {
  letter-spacing: 2px;
}

.z-index-9999 {
  z-index: 9999;
}

.z-index-99999999 {
  z-index: 99999999;
}

.opacity-0 {
  opacity: 0;
}

.opacity-05 {
  opacity: 0.5;
}

.border-radius-10 {
  border-radius: 10px !important;
}

.border-radius-5 {
  border-radius: 5px !important;
}

.top-0 {
  top: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.right-15 {
  right: 15px;
}

.left-15 {
  left: 15px;
}

.bottom-0 {
  bottom: 0;
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.font-weight-800 {
  font-weight: 800;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.mt--25px {
  margin-top: -25px;
}

.border-radius-0 {
  border-radius: 0px !important;
}

.line-height-52 {
  line-height: 52px;
}

.line-height-64 {
  line-height: 64px;
}

.text-underline {
  text-decoration: underline;
}

.client-btn.active {
  background-color: #0B234B;
  color: #fff !important;
}

.client-btn:hover, .client-btn:focus {
  background-color: #0B234B;
  color: #fff !important;
}

.border-1px-EBEBEB {
  border: 1px solid #EBEBEB;
}

.d-none-imp {
  display: none !important;
}

footer {
  position: relative;
  top: 0px;
}
/*# sourceMappingURL=style.css.map */