@font-face {
  font-family: "Raleway";
  src: url(../fonts/Raleway-VariableFont_wght.ttf);
  font-display: swap;
}

body {
  font-family: "Raleway", sans-serif;
  letter-spacing: 1px;
  color: #323232;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  font-size: 14px;
  line-height: 1.6;
}

hr {
  margin-bottom: 0px;
  margin-top: 0px;
  border-top: 1px solid #c2c6cd;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

html {
  scroll-padding-top: 70px;
  scroll-behavior: smooth;
}

.row > * {
  position: relative;
}

.btn,
.btn:focus,
button,
.form-control:focus,
button:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
/*******color Loop*******/
.text-primary {
  color: #323232 !important;
}

.bg-primary {
  background-color: #323232 !important;
}

.text-dark {
  color: #13121d !important;
}

.bg-dark {
  background-color: #13121d !important;
}

.text-muted {
  color: #8b8e92 !important;
}

.bg-muted {
  background-color: #8b8e92 !important;
}

.text-white {
  color: #ffffff !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.section {
  padding-bottom: 110px;
  padding-top: 110px;
  position: relative;
}

.bg-light {
  background-color: #f7f7f7 !important;
}

.text-muted {
  color: #8b8e92 !important;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}
.home-center .home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.bg-overlay {
  background-color: rgba(19, 18, 29, 0.7) !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/**** FONT-SIZE *****/
.f-11 {
  font-size: 11px;
}

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

.f-13 {
  font-size: 13px;
}

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

.f-15 {
  font-size: 15px;
}

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

.f-17 {
  font-size: 17px;
}

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

.f-19 {
  font-size: 19px;
}

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

.f-21 {
  font-size: 21px;
}

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

.line-height_1_4 {
  line-height: 1.4;
}

.line-height_1_6 {
  line-height: 1.6;
}

.line-height_1_8 {
  line-height: 1.8;
}

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

.letter-spacing_4 {
  letter-spacing: 4px;
}

.letter-spacing_6 {
  letter-spacing: 6px;
}

.heading-title-title {
  font-size: 21px;
  font-weight: 600;
}

.heading-title-desc {
  max-width: 700px;
  margin: 0 auto;
  font-size: 15px;
}

/**** BUTTON-CODE *****/
.btn {
  padding: 14px 28px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

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

.btn-sm {
  padding: 10px 22px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.btn-md {
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.btn-round {
  border-radius: 3px !important;
}

.btn-rounded {
  border-radius: 30px !important;
}

.btn-custom {
  color: #ffffff;
  background-color: #137eee;
  border: 1px solid #137eee;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.open > .dropdown-toggle .btn-custom {
  color: #ffffff;
  background-color: rgba(19, 125, 238, 0.85);
  border: 1px solid rgba(19, 125, 238, 0.85);
}
.navbar-custom {
  padding: 20px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}
.navbar-custom .navbar-brand .logo-light {
  display: inline-block;
}
.navbar-custom .navbar-brand .logo-dark {
  display: none;
}
.navbar-custom .navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #323232;
}
.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link {
  line-height: 26px;
  font-size: 12px;
  margin: 0 15px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: 600;
  color: white;
}
.page-header.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: rgba(0, 0, 0, 0.5) !important;
}
.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #ffffff;
}
.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link.active::before {
  width: 100%;
}

/*---NAVBAR STICKY--*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 15px 0px;
  background-color: #ffffff;
  box-shadow: 0px 3px 10px 0px rgba(50, 50, 50, 0.08);
}
.nav-sticky .navbar-brand .logo-dark {
  display: inline-block;
}
.nav-sticky .navbar-brand .logo-light {
  display: none;
}
.nav-sticky .navbar-nav .nav-item .nav-link {
  color: rgba(0, 0, 0, 0.5) !important;
}
.nav-sticky .navbar-nav .nav-item .nav-link.active {
  color: #323232 !important;
}
.nav-sticky .navbar-nav .nav-item .nav-link:hover {
  color: #323232 !important;
}
.nav-sticky .navbar-nav .nav-item .nav-link::before {
  background-color: #323232 !important;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .navbar-custom {
    padding: 18px 0px;
    background-color: white;
  }
  .navbar-custom .navbar-brand {
    margin-left: 15px;
  }
  .navbar-custom .navbar-brand .logo-dark {
    display: inline-block !important;
  }
  .navbar-custom .navbar-brand .logo-light {
    display: none !important;
  }
  .navbar-custom .nav-item .nav-link {
    display: inline-block;
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .navbar-custom .nav-item .nav-link.active {
    color: #323232 !important;
  }
}
.agency-home {
  background: url(../images/bg1.webp);
  background-size: cover;
  background-position: center center;
  height: 100vh;
  position: relative;
}
.agency-home .agency-home-title {
  font-size: 40px;
}
.agency-home .agency-home-desc {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 576px) {
  .agency-home .home-center .agency-home-title {
    font-size: 28px;
  }
}
.blog .agency-blog-date {
  position: relative;
  background-color: #323232;
  display: inline-block;
  bottom: 20px;
  border-radius: 3px;
}
.blog .agency-blog-date p {
  padding: 4px 18px;
  display: block;
  color: #ffffff;
}
.blog .agency-blog-info {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
}
.blog .bg-white {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#blog .mt-3 {
  margin-top: auto !important;
}
.cta-2 {
  background: url(../images/bg2.webp);
  background-size: cover;
  background-position: center center;
  position: relative;
  padding: 120px 0px 120px 0px;
}
.cta-2 .app-video-title {
  font-size: 33px;
  letter-spacing: 4px;
}

.bouns-wrapper {
  padding-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.bouns-wrapper .bonus-box {
  border: 2px solid #137eee;
  padding: 16px;
  border-radius: 10px;
}
#blog img {
  border-radius: 10px;
}
.section.service {
  padding-bottom: 80px;
}
@media screen and (max-width:767.98px) {
  .bouns-wrapper {
      grid-template-columns: 1fr;
    }
}

.agency-footer {
  background-color: #1f1f1f;
}
.agency-footer .footer-heading {
  letter-spacing: 4px;
  position: relative;
  color: rgba(248, 249, 250, 0.8);
}
.agency-footer .footer-link li a {
  color: rgba(248, 249, 250, 0.7);
  line-height: 38px;
  font-size: 14px;
  transition: all 0.5s;
}
.agency-footer .footer-link li a:hover {
  color: #ffffff;
}
.agency-footer .subscribe-desc {
  color: rgba(248, 249, 250, 0.7);
}
.agency-footer .agency-footer-subcribe form {
  position: relative;
  max-width: 400px;
}
.agency-footer .agency-footer-subcribe form input {
  padding: 12px 20px;
  width: 100%;
  font-size: 15px;
  color: #ffffff;
  border: none;
  outline: none !important;
  padding-right: 75px;
  padding-left: 15px;
  background-color: #323232;
  border-radius: 5px;
}
.agency-footer .agency-footer-subcribe form button {
  position: absolute;
  top: 0px;
  right: 0px;
  outline: none !important;
  border-radius: 0px 5px 5px 0px;
  font-size: 14px;
  padding: 11px 20px;
}
.agency-footer .copy-right {
  color: rgba(248, 249, 250, 0.7);
}

@media (max-width: 768px) {
  .footer-heading {
    margin-top: 30px;
  }
}
.verification {
  display: none;
}
.verification--open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  position: fixed;
  z-index: 10000;
}
.verification__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 802px;
  padding: 62px 78px 80px;
  background-color: #fff;
  border-radius: 20px;
}
.verification__text {
  margin-bottom: 16px;
  font-size: 1em;
  line-height: 130%;
  text-align: center;
}
.verification__btn {
  min-width: 262px;
  margin-bottom: 20px;
}
.verification__btn:active {
  opacity: 0.5;
}
@media screen and (max-width: 991.98px) {
  .verification__area {
    width: 600px;
    padding: 32px 48px;
    background-size: contain;
  }
}
@media screen and (max-width: 767.98px) {
  .verification__area {
    width: 400px;
    padding: 32px;
    background-position: center center;
  }
}
@media screen and (max-width: 575.98px) {
  .verification__area {
    width: 280px;
    padding: 16px;
  }
}
.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 200px 0 150px;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .thanks {
    padding: 150px 0 100px;
  }
}
.docs {
  word-break: break-word;
  padding: 160px 20px 100px;
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 40px;
}
.docs h2 {
  margin-bottom: 10px;
  font-size: 32px;
}
.docs h3 {
  margin-bottom: 10px;
  font-size: 26px;
}
.docs li,
.docs p {
  color: inherit;
  line-height: 1.929;
}
.docs a {
  text-decoration: none !important;
  color: #137eee;
  transition: 0.3s;
}
.docs a:hover {
  color: #13121d;
}
@media screen and (max-width: 767.98px) {
  .docs {
    padding: 140px 0px 50px;
  }
  .docs h1 {
    font-size: 32px;
  }
  .docs h2 {
    font-size: 24px;
  }
  .docs h3 {
    font-size: 20px;
  }
}