/****************************************\

01.general
02.helper
03.components
04.menu
05.home
06.features
07.sevices
08.pricing
09.team
10.testimonial
11.contact
12.footer
13.authentication
14.switcher
15.responsive

*****************************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Mulish:wght@400;600;700&display=swap");
body {
  font-family: "Mulish", "sans-serif";
  overflow-x: hidden !important;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", "sans-serif";
}

.btn,
.btn:focus,
button,
button:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  font-size: 14.4px;
  line-height: 24px;
}

.row > * {
  position: relative;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background: #ffffff;
}

.section-sm {
  padding: 50px 0;
}

.section-lg {
  padding: 100px 0;
}

.vertical-content {
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.btn-rounded {
  border-radius: 30px;
}

.box-shadow {
  -webkit-box-shadow: 0px 3px 6px 1px rgba(38, 107, 193, 0.08);
          box-shadow: 0px 3px 6px 1px rgba(38, 107, 193, 0.08);
}

hr {
  border-top: 1px solid #e7ebf3;
}

::-moz-selection {
  background-color: #1a1a1a;
  color: #ffffff;
}

::selection {
  background-color: #1a1a1a;
  color: #ffffff;
}

b {
  font-weight: 500;
}

.f-10 {
  font-size: 10px;
}

.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-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.line-height_1_4 {
  line-height: 1.4;
}

.line-height_1_6 {
  line-height: 1.6;
}

.line-height_1_8 {
  line-height: 1.8;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.section-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0px;
  padding-bottom: 1rem;
  line-height: 1;
  font-size: 1.75rem;
  font-weight: 700;
}

.title {
  text-transform: uppercase;
  font-size: 24px;
}

.title-subtitle {
  max-width: 550px;
}

.title-icon {
  font-size: 32px;
  margin-bottom: 30px;
  display: block;
}

.section-subtitle {
  letter-spacing: 0.02em;
}

.svg-pattern {
  width: 100%;
  position: relative;
}

.hover-effect {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hover-effect:hover {
  -webkit-transform: translateY(-1rem);
          transform: translateY(-1rem);
}

.back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  z-index: 10000;
  border-radius: 3px;
  background-color: #3c3c3c;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.back-to-top i {
  color: #ffffff;
  font-size: 12px;
  display: block;
  line-height: 30px;
}

.btn {
  padding: 12px 34px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 700;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-round {
  border-radius: 30px;
}

.btn-sm {
  padding: 8px 12px;
  font-size: 12px;
}

.shadow {
  -webkit-box-shadow: 0px 3px 6px 1px rgba(38, 107, 193, 0.08) !important;
          box-shadow: 0px 3px 6px 1px rgba(38, 107, 193, 0.08) !important;
}

.border-width-2 {
  border: 2px solid;
}

.bg-primary {
  background-color: #615fe6 !important;
}

.bg-soft-primary {
  background-color: rgba(97, 95, 230, 0.1) !important;
}

.text-primary {
  color: #615fe6 !important;
}

.border-primary {
  color: #615fe6 !important;
}

.icon-dual-primary {
  color: #615fe6;
  fill: rgba(97, 95, 230, 0.2);
}

.btn-soft-primary {
  background-color: rgba(97, 95, 230, 0.25) !important;
  color: #615fe6 !important;
}

.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus, .btn-soft-primary:not(:disabled):not(.disabled):active, .btn-soft-primary:not(:disabled):not(.disabled):active:focus,
.btn-soft-primary .open > .dropdown-toggle.btn-primary {
  background: #504de3;
}

.btn-primary {
  background: #615fe6;
  border-color: #615fe6;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
  background: #504de3;
  border-color: #504de3;
}

.btn-outline-primary {
  color: #615fe6;
  border-color: #615fe6;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
  background: #615fe6;
  border-color: #615fe6;
}

.bg-success {
  background-color: #31b164 !important;
}

.bg-soft-success {
  background-color: rgba(49, 177, 100, 0.1) !important;
}

.text-success {
  color: #31b164 !important;
}

.border-success {
  color: #31b164 !important;
}

.icon-dual-success {
  color: #31b164;
  fill: rgba(49, 177, 100, 0.2);
}

.btn-soft-success {
  background-color: rgba(49, 177, 100, 0.25) !important;
  color: #31b164 !important;
}

.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active, .btn-soft-success.active, .btn-soft-success.focus, .btn-soft-success:not(:disabled):not(.disabled):active, .btn-soft-success:not(:disabled):not(.disabled):active:focus,
.btn-soft-success .open > .dropdown-toggle.btn-primary {
  background: #2da15b;
}

.btn-success {
  background: #31b164;
  border-color: #31b164;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open > .dropdown-toggle.btn-primary {
  background: #2da15b;
  border-color: #2da15b;
}

.btn-outline-success {
  color: #31b164;
  border-color: #31b164;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open > .dropdown-toggle.btn-primary {
  background: #31b164;
  border-color: #31b164;
}

.bg-info {
  background-color: #37b8df !important;
}

.bg-soft-info {
  background-color: rgba(55, 184, 223, 0.1) !important;
}

.text-info {
  color: #37b8df !important;
}

.border-info {
  color: #37b8df !important;
}

.icon-dual-info {
  color: #37b8df;
  fill: rgba(55, 184, 223, 0.2);
}

.btn-soft-info {
  background-color: rgba(55, 184, 223, 0.25) !important;
  color: #37b8df !important;
}

.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.focus, .btn-soft-info:not(:disabled):not(.disabled):active, .btn-soft-info:not(:disabled):not(.disabled):active:focus,
.btn-soft-info .open > .dropdown-toggle.btn-primary {
  background: #25b2dc;
}

.btn-info {
  background: #37b8df;
  border-color: #37b8df;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open > .dropdown-toggle.btn-primary {
  background: #25b2dc;
  border-color: #25b2dc;
}

.btn-outline-info {
  color: #37b8df;
  border-color: #37b8df;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open > .dropdown-toggle.btn-primary {
  background: #37b8df;
  border-color: #37b8df;
}





















.navbar-custom {
  padding: 20px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-custom .nav-social li a {
  color: #ffffff !important;
  border: 2px solid #5f5f5f;
  border-radius: 50%;
  letter-spacing: 0.05em;
  height: 40px;
  display: inline-block;
  width: 40px;
  text-align: center;
  line-height: 38px;
}

.navbar-custom .nav-social .nav-number i {
  position: relative;
  top: 3px;
  font-size: 18px;
}

.navbar-custom .nav-social .nav-number span {
  font-size: 13px;
  font-weight: bold;
}

.navbar-custom .navbar-nav {
  margin-left: 50px;
}

.navbar-custom .navbar-nav li a {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: transparent !important;
  margin: 0 7px;
  letter-spacing: 0.05em;
}

.navbar-custom .navbar-brand {
  color: #ffffff;
  text-transform: uppercase;
}

.sticky-wrapper {
  width: 100%;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #1a1a1a;
}

.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
  color: #ffffff;
}

.navbar-toggle {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  font-size: 18px;
  background: 0 0;
  border: 1px solid transparent;
  color: #ffffff;
  outline: 0;
}

.navbar-custom .navbar-toggles-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}

.menu-toggle {
  padding: 4.5px 10px !important;
}

.menu-toggle span {
  line-height: 27px;
}

.navbar-button {
  margin-left: 20px;
}

/*---NAVBAR LIGHT--*/
.navbar-custom.navbar-light {
  background-color: #ffffff !important;
  padding: 20px 0;
  -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-nav li a {
  color: rgba(255, 255, 255, 0.5) !important;
}

.navbar-light .navbar-nav li.active a,
.navbar-light .navbar-nav li:hover,
.navbar-light .navbar-nav li:active {
  color: #1a1a1a !important;
}

.navbar-light .navbar-toggler {
  border: none;
}

.navbar-light .navbar-nav li a {
  color: #828080 !important;
}

.navbar-custom.navbar-light,
.navbar-custom.navbar-light .navbar-brand,
.navbar-light .navbar-toggle,
.navbar-light .nav-number,
.navbar-light .nav-social li a {
  color: #393f4f !important;
}

/*---NAVBAR STICKY--*/
.nav-sticky.navbar-custom {
  margin-top: 0px;
  padding: 10px 0px;
}

.nav-sticky.navbar-custom.sticky-dark {
  background-color: #1C1C1C;
  padding: 15px 0px;
}

.nav-sticky .navbar-nav li a {
  color: rgba(255, 255, 255, 0.6);
}

.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #ffffff !important;
}

.nav-sticky.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  outline: 0;
}

.nav-sticky .navbar-nav {
  margin-top: 0px;
}

.bg-home {
  background-image: url("../images/cartographer.png");
  position: relative;
  padding: 190px 0;
}

.home-title {
  font-size: 38px;
  line-height: 1.4;
}

.home-small-title {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 7px;
}

.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.home-registration-form label {
  font-size: 13px;
  margin-bottom: 10px;
}

.home-registration-form .registration-input-box {
  border: none;
  border-radius: 5px;
  color: #999;
  height: 45px;
  border: 1px solid #e0e0e0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.home-subtitle {
  font-size: 16px;
  line-height: 2.0;
  max-width: 600px;
}

/* ------------- Demo 1 bg-pattern ------------- */
.home-half {
  padding-bottom: 150px;
  padding-top: 220px;
}

.bg-pattern-effect {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.bg-pattern-effect img {
  max-width: 100%;
}


.features-desc h2 {
  font-size: 28px;
  line-height: 1.6;
}

.features-desc p {
  line-height: 1.8;
}

.services-box {
  padding: 30px;
}

.services-box .services-icon i {
  font-size: 36px;
}

.services-box .services-title {
  font-size: 18px;
}


.bg-client {
  background-image: url("../images/cartographer.png");
  position: relative;
}


.bg-client .test_nav_left {
  left: 0px;
}

.bg-client .test_nav_right {
  right: 0px;
}

.bg-client .test_nav_left,
.bg-client .test_nav_right {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #a7a7a7;
  font-size: 24px;
  z-index: 5;
  cursor: pointer;
  padding: 15px;
}

.bg-client .testi-icon {
  font-size: 30px;
}

textarea.form-control {
  height: auto !important;
}

.form-control {
  margin-bottom: 20px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: 50px;
  padding-left: 20px;
  border: 1px solid #e0e0e0;
  font-size: 14px;
}

.form-control:focus {
  border-color: #ccc;
}

textarea.form-control {
  height: auto;
  padding-top: 13.5px;
}

.contact-social {
  padding: 20px 0px;
}

.contact-social .social-icon {
  border: 3px solid #dadcdf;
  border-radius: 50%;
  color: #dadcdf;
  width: 48px;
  height: 48px;
  display: block;
  font-size: 16px;
  line-height: 42px;
  text-align: center;
}

.contact-social .contact-title {
  font-size: 20px;
}

.footer {
  background-image: url("../images/cartographer.png");
  position: relative;
}

.social .social-icon {
  border: 2px solid #868e96;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 42px;
  height: 42px;
  display: block;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}

.footer-terms li:last-child:after {
  content: "";
}

.footer-terms li a:hover {
  color: #ffffff !important;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.footer-terms li:after {
  content: "|";
  margin: 0 20px;
  color: #757575;
}

.bg-login {
  background-image: url(../images/cartographer.png);
  height: 100vh;
}

.login-form .form-control {
  height: 44px;
  border: none;
  margin-bottom: 14px;
  border: 2px solid #eaeaea;
  border-radius: 0px;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.forgot-pass-txt {
  line-height: 22px;
  font-size: 14px;
}

.page-heading h1 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
}


ul.pattern {
  list-style: none outside none;
  margin: 0 0 0px;
  overflow: hidden;
  padding: 0;
  border-radius: 0px;
}

ul.pattern li {
  float: left;
  margin: 2px;
}

ul.pattern li a {
  cursor: pointer;
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 30px;
  margin: 5px;
}

ul.pattern .color1 {
  background-color: #615fe6;
}

ul.pattern .color2 {
  background-color: #ff546c;
}

ul.pattern .color3 {
  background-color: #f2b31a;
}

ul.pattern .color4 {
  background-color: #31b164;
}

ul.pattern .color5 {
  background-color: #8060cf;
}

ul.pattern .color6 {
  background-color: #37b8df;
}

@media only screen and (max-width: 479px) {
  #style-switcher {
    display: none;
  }
}

@media (min-width: 200px) and (max-width: 1024px) {
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    -webkit-box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
            box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    color: #ffffff !important;
    background: #1a1a1a;
  }
  .navbar-custom .navbar-nav {
    margin-left: 0px;
  }
  .navbar-custom .navbar-nav li.active {
    border-color: transparent;
  }
  .navbar-custom .navbar-nav li a {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin: 0px;
    color: rgba(255, 255, 255, 0.6);
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .navbar-white .navbar-toggler {
    color: #1a1a1a !important;
  }
  .navbar-button {
    margin-top: 15px;
    margin-left: 0px;
  }
  .navbar-custom .navbar-nav li.active a,
  .navbar-custom .navbar-nav li a:hover,
  .navbar-custom .navbar-nav li a:active {
    color: #ffffff !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #ffffff;
  }
  .navbar-toggler:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .home-title {
    font-size: 28px;
    line-height: 1.2;
  }
  .home-half {
    padding-bottom: 100px;
    padding-top: 150px;
  }
  .home-half .home-title {
    font-size: 32px;
    line-height: 48px;
  }
  .bg-home-full,
  .back-slide,
  .bg-login {
    height: auto;
    padding: 100px 0px;
  }
  .half-home {
    padding: 120px 0 70px;
  }
  .half-home img {
    height: 100vh;
  }
  .team-box {
    margin-top: 45px;
  }
  .pricing-box {
    margin-top: 30px;
  }
  .float-left.pull-none {
    float: none !important;
    text-align: center;
  }
  .float-right.pull-none {
    float: none !important;
    text-align: center;
  }
  .navbar-light.small {
    min-height: auto;
  }
}

@media (min-width: 200px) and (max-width: 768px) {
  .back-slide img {
    height: 100vh;
  }
}

@media (max-width: 1023px) {
  .navbar-custom .nav-social {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
/*# sourceMappingURL=style.css.map */

