/* Theme Name: Lugada - Responsive bootsrap 5 Landing Page Template
   Author: Techzaa
   Version: 1.0.0
   Created: Nov 2018
   File Description: Main Css file of the template
*/
/************************
01.General
02.Loader
03.Helper
04.Components
05.Menu
06.Footer
07.Multipurpose Layout
08.Contact
09.Agency Layout
10.Startup layout
11.Business Layout
12.Software Layout
12.App Layout
13.Default
************************/
@font-face {
  font-family: "WeblySleek UI";
  src: url("../../assets/fonts/ws-ui.eot");
  src: local("WeblySleek UI Regular"), url("../../assets/fonts/ws-ui.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "WeblySleek UI";
  src: url("../../assets/fonts/ws-ui-semibold.eot");
  src: local("WeblySleek UI Bold"), url("../../assets/fonts/ws-ui-semibold.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "WeblySleek UI";
  src: url("../../assets/fonts/ws-ui-light.eot");
  src: local("WeblySleek UI Light"), url("../../assets/fonts/ws-ui-light.woff") format("woff");
  font-weight: 100;
}
@font-face {
  font-family: "Arial";
  src: url("../../assets/fonts/Arial-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Arial";
  src: url("../../assets/fonts/Arial-Regular.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Arial";
  src: url("../../assets/fonts/Arial-Regular.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Arial";
  src: url("../../assets/fonts/Arial-Bold.ttf") format("truetype");
  font-weight: 700;
}
body {
  font-family: "Arial";
  font-size: 14px;
  color: #023448;
  line-height: 22px;
  width: 100%;
  margin: 0px auto;
  overflow-x: hidden;
}

.container {
  width: 100%;
  padding: 0px 51px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arial";
  color: inherit;
}

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

html {
  scroll-padding-top: 59px; /* height of sticky header */
}

.row > * {
  position: relative;
}

i {
  color: #f9c81b !important;
}

/* CUSTOM CLIENT CODE */
.splide__track ul.splide__list {
  display: flex;
  align-items: center;
}

.splide__track ul li.splide__slide {
  display: flex;
  justify-content: center;
  text-align: center;
  align-content: center;
  align-items: center;
}

.splide__slide.wells-fargo {
  height: 60px;
}

.splide__slide.msnbc {
  height: 25px;
}

.splide__slide.nordstrom {
  height: 20px;
}

.splide__slide.amazon {
  height: 40px;
  margin-top: 10px;
}

.splide__slide.stanford {
  height: 25px;
  margin-top: -5px;
}

.splide__slide.porsche {
  height: 60px;
}

.splide__slide.toyota {
  height: 30px;
  margin-top: 5px;
}

.splide__slide.wired {
  height: 30px;
}

.splide__slide.coke {
  height: 40px;
  margin-top: 5px;
}

.splide__slide.cisco {
  margin-top: -15px;
  height: 60px;
}

.splide__slide.four-seasons {
  margin-top: -15px;
  height: 50px;
}

.splide__slide.atlantic {
  margin-top: -5px;
  height: 40px;
}

.splide__slide.uber {
  height: 30px;
  margin-top: 5px;
}

.splide__slide.washington {
  margin-top: 10px;
}

.splide__slide.apple {
  margin-top: -5px;
}

.splide__slide.bose {
  height: 20px;
}

@media (min-width: 1400px) {
  .container {
    padding: 0px 103px;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0px 51px;
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}

.status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url("../images/preloader.gif");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}

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

.text-primary {
  color: #f9c81b !important;
}

.bg-secondary {
  background-color: #777777 !important;
}

.text-secondary {
  color: #777777 !important;
}

.bg-info {
  background-color: #35b8e0 !important;
}

.text-info {
  color: #35b8e0 !important;
}

.bg-warning {
  background-color: #f9c851 !important;
}

.text-warning {
  color: #f9c851 !important;
}

.bg-success {
  background-color: #0ccfa8 !important;
}

.text-success {
  color: #0ccfa8 !important;
}

.bg-danger {
  background-color: #ff5b5b !important;
}

.text-danger {
  color: #ff5b5b !important;
}

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

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

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

.text-light {
  color: #eef2f5 !important;
}

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

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

.bg-muted {
  background-color: #9aa7af !important;
}

.text-muted {
  color: #9aa7af !important;
}

.bg-tertiary {
  background-color: #023448 !important;
}

.text-tertiary {
  color: #023448 !important;
}

.bg-default {
  background-color: #1d1d1d !important;
}

.text-default {
  color: #1d1d1d !important;
}

.section {
  position: relative;
}

.section-sm {
  position: relative;
}

.section-light {
  background-color: #eef2f5;
  border-bottom: 1px solid #dee6ec;
  border-top: 1px solid #dee6ec;
}

.page-hero {
  padding: 185px 0px 170px 0px;
}

.title-border {
  display: inline-block;
  border: 0;
  width: 35px;
  margin: 12px 0px 25px;
  padding: 0;
  height: 0;
  border-top: 2px solid #f9c81b;
}

.sub-title {
  line-height: 30px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #f5f5f5;
}

.title-hr {
  height: 4px;
  width: 60px;
  margin: 25px auto 20px;
  background: #4c5667;
  border-radius: 4px;
}

.bg-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-gradient-overlay {
  position: absolute;
  background: linear-gradient(#614385, #516395);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.bg-bg-blue {
  background-color: #023448;
}

.title {
  font-weight: 300;
  font-size: 36px;
  line-height: 50px;
  margin-top: 0px;
}

.sub-title {
  color: #97a0af;
  font-size: 16px;
  margin-bottom: 50px;
}

.lh-58 {
  line-height: 58px;
}

.lh-30 {
  line-height: 30px;
}

.max-width-600 {
  max-width: 600px;
}

.max-width-608 {
  max-width: 608px;
}

.max-width-628 {
  max-width: 628px;
}

.max-width-650 {
  max-width: 650px;
}

.max-width-719 {
  max-width: 719px;
}

.min-height-349 {
  min-height: 349px;
}

.min-height-211 {
  min-height: 211px;
}

.top-27 {
  top: 27%;
}

.opacity-60 {
  opacity: 0.6;
}

.py-small {
  padding: 4px 0px;
}

.py-small:first-of-type {
  padding-bottom: 4px;
}

.pb-7 {
  padding: 80px 0px 0px 0px;
}

.px-small-51 {
  padding: 0px 51px;
}

.m-104 {
  margin: 104px 0;
}

.mb-6 {
  margin-bottom: 64px;
}

.my-104 {
  margin: 104px 0;
}

.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-20 {
  font-size: 20px;
}

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

h3.f-25 {
  font-size: 1.25em;
  font-weight: 700;
}

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

.f-48 {
  font-size: 3em;
}

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

.text-light-custom {
  color: #a2aeb9;
}

.modal-backdrop {
  background-color: #000;
}

address {
  color: #97a0af;
}

/**BACK TO TOP**/
.back-to-top-btn {
  position: fixed;
  padding: 0px 5px !important;
  bottom: 10px;
  right: 20px;
  display: none;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.back-to-top-btn i {
  font-size: 22px;
  line-height: 30px;
}

#mkLightboxContainer {
  z-index: 999;
}

.icon::before {
  content: "";
  display: inline-block;
}

.copy-icon::before {
  background-image: url("../images/icons/Copy.png");
  background-size: cover;
  height: 85px;
  width: 85px;
}

.paste-icon::before {
  background-image: url("../images/icons/Paste - Map.png");
  background-size: cover;
  height: 85px;
  width: 85px;
}

.done-icon::before {
  background-image: url("../images/icons/Done.png");
  background-size: cover;
  height: 85px;
  width: 85px;
}

.map-icon::before {
  background-image: url("../images/icons/MapPin.png");
  background-size: cover;
  height: 24px;
  width: 24px;
}

.lock-icon::before {
  background-image: url("../images/icons/Lock.png");
  background-size: cover;
  height: 20px;
  width: 20px;
}

.path-icon::before {
  background-image: url("../images/icons/Path.png");
  background-size: cover;
  height: 20px;
  width: 20px;
}

.user-icon::before {
  background-image: url("../images/icons/Users.png");
  background-size: cover;
  height: 20px;
  width: 20px;
}

.map-icon-small:before {
  background-image: url("../images/icons/MapPin.png");
  background-size: cover;
  height: 20px;
  width: 20px;
}

.checkmark-icon:before {
  background-image: url("../images/icons/Check.png");
  background-size: cover;
  height: 20px;
  width: 20px;
}

.quote-icon {
  height: 32px !important;
  width: 32px !important;
}

.apple-store-tag {
  width: 200px !important;
  height: 56px !important;
}

.bg-primary {
  background-color: #f9c81b;
}

.bg-soft-primary {
  background-color: rgba(249, 200, 27, 0.25) !important;
}

.bg-secondary {
  background-color: #777777;
}

.bg-soft-secondary {
  background-color: rgba(119, 119, 119, 0.25) !important;
}

.bg-info {
  background-color: #35b8e0;
}

.bg-soft-info {
  background-color: rgba(53, 184, 224, 0.25) !important;
}

.bg-warning {
  background-color: #f9c851;
}

.bg-soft-warning {
  background-color: rgba(249, 200, 81, 0.25) !important;
}

.bg-success {
  background-color: #0ccfa8;
}

.bg-soft-success {
  background-color: rgba(12, 207, 168, 0.25) !important;
}

.bg-danger {
  background-color: #ff5b5b;
}

.bg-soft-danger {
  background-color: rgba(255, 91, 91, 0.25) !important;
}

.bg-dark {
  background-color: #333333;
}

.bg-soft-dark {
  background-color: rgba(51, 51, 51, 0.25) !important;
}

.bg-light {
  background-color: #eef2f5;
}

.bg-soft-light {
  background-color: rgba(238, 242, 245, 0.25) !important;
}

.bg-white {
  background-color: #fff;
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.25) !important;
}

.bg-muted {
  background-color: #9aa7af;
}

.bg-soft-muted {
  background-color: rgba(154, 167, 175, 0.25) !important;
}

.bg-tertiary {
  background-color: #023448;
}

.bg-soft-tertiary {
  background-color: rgba(2, 52, 72, 0.25) !important;
}

.bg-default {
  background-color: #1d1d1d;
}

.bg-soft-default {
  background-color: rgba(29, 29, 29, 0.25) !important;
}

.bg-custom-dark {
  background-image: linear-gradient(#023448, #032837);
}

.bg-custom-dark2 {
  background-image: linear-gradient(#7474bf, #348ac7);
}

.bg-custom-dark3 {
  background-image: linear-gradient(#614385, #516395);
}

.bg-custom-dark4 {
  background-image: linear-gradient(#5f2c82, #49a09d);
}

.bg-blue-gradient {
  background-image: linear-gradient(180deg, #024059 0%, #031C26 100%);
}

.contact-form {
  padding-top: 30px;
}
.contact-form .form-label {
  font-weight: 700;
}
.contact-form .form-control {
  box-shadow: none !important;
  outline: none !important;
  border: 2px solid #97a0af;
  height: 38px;
}
.contact-form .form-control:focus, .contact-form .form-control:hover {
  border-color: #f9c81b;
}
.contact-form textarea.form-control {
  height: auto;
}

.error {
  margin: 8px 0px;
  display: none;
  color: red;
}

#ajaxsuccess {
  font-size: 16px;
  width: 100%;
  display: none;
  clear: both;
  margin: 8px 0px;
}

.con_sub_text {
  margin: 20px 0px;
  font-size: 15px;
}

.btn {
  padding: 11px 40px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
.btn.btn-sm {
  padding: 6px 12px;
}
.btn:focus {
  box-shadow: none;
}
.btn.btn-primary {
  background-color: #f9c81b;
  border: 1px solid #f9c81b;
  color: #000;
}
.btn.btn-primary:hover, .btn.btn-primary.active {
  background-color: #fad03e;
  border: 1px solid #fad03e;
}
.btn.btn-outline-primary {
  border: 1px solid #f9c81b !important;
  color: #f9c81b !important;
}
.btn.btn-secondary {
  background-color: #777777;
  border: 1px solid #777777;
  color: #000;
}
.btn.btn-secondary:hover, .btn.btn-secondary.active {
  background-color: #898989;
  border: 1px solid #898989;
}
.btn.btn-outline-secondary {
  border: 1px solid #777777 !important;
  color: #777777 !important;
}
.btn.btn-info {
  background-color: #35b8e0;
  border: 1px solid #35b8e0;
  color: #000;
}
.btn.btn-info:hover, .btn.btn-info.active {
  background-color: #54c3e5;
  border: 1px solid #54c3e5;
}
.btn.btn-outline-info {
  border: 1px solid #35b8e0 !important;
  color: #35b8e0 !important;
}
.btn.btn-warning {
  background-color: #f9c851;
  border: 1px solid #f9c851;
  color: #000;
}
.btn.btn-warning:hover, .btn.btn-warning.active {
  background-color: #fad374;
  border: 1px solid #fad374;
}
.btn.btn-outline-warning {
  border: 1px solid #f9c851 !important;
  color: #f9c851 !important;
}
.btn.btn-success {
  background-color: #0ccfa8;
  border: 1px solid #0ccfa8;
  color: #000;
}
.btn.btn-success:hover, .btn.btn-success.active {
  background-color: #0ef1c3;
  border: 1px solid #0ef1c3;
}
.btn.btn-outline-success {
  border: 1px solid #0ccfa8 !important;
  color: #0ccfa8 !important;
}
.btn.btn-danger {
  background-color: #ff5b5b;
  border: 1px solid #ff5b5b;
  color: #000;
}
.btn.btn-danger:hover, .btn.btn-danger.active {
  background-color: #ff7f7f;
  border: 1px solid #ff7f7f;
}
.btn.btn-outline-danger {
  border: 1px solid #ff5b5b !important;
  color: #ff5b5b !important;
}
.btn.btn-dark {
  background-color: #333333;
  border: 1px solid #333333;
  color: #000;
}
.btn.btn-dark:hover, .btn.btn-dark.active {
  background-color: #454545;
  border: 1px solid #454545;
}
.btn.btn-outline-dark {
  border: 1px solid #333333 !important;
  color: #333333 !important;
}
.btn.btn-light {
  background-color: #eef2f5;
  border: 1px solid #eef2f5;
  color: #000;
}
.btn.btn-light:hover, .btn.btn-light.active {
  background-color: white;
  border: 1px solid white;
}
.btn.btn-outline-light {
  border: 1px solid #eef2f5 !important;
  color: #eef2f5 !important;
}
.btn.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
}
.btn.btn-white:hover, .btn.btn-white.active {
  background-color: white;
  border: 1px solid white;
}
.btn.btn-outline-white {
  border: 1px solid #fff !important;
  color: #fff !important;
}
.btn.btn-muted {
  background-color: #9aa7af;
  border: 1px solid #9aa7af;
  color: #000;
}
.btn.btn-muted:hover, .btn.btn-muted.active {
  background-color: #aeb8bf;
  border: 1px solid #aeb8bf;
}
.btn.btn-outline-muted {
  border: 1px solid #9aa7af !important;
  color: #9aa7af !important;
}
.btn.btn-tertiary {
  background-color: #023448;
  border: 1px solid #023448;
  color: #000;
}
.btn.btn-tertiary:hover, .btn.btn-tertiary.active {
  background-color: #034d6b;
  border: 1px solid #034d6b;
}
.btn.btn-outline-tertiary {
  border: 1px solid #023448 !important;
  color: #023448 !important;
}
.btn.btn-default {
  background-color: #1d1d1d;
  border: 1px solid #1d1d1d;
  color: #000;
}
.btn.btn-default:hover, .btn.btn-default.active {
  background-color: #2f2f2f;
  border: 1px solid #2f2f2f;
}
.btn.btn-outline-default {
  border: 1px solid #1d1d1d !important;
  color: #1d1d1d !important;
}
.btn.btn-light, .btn.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom: 3px solid #e0e0e0 !important;
  color: #f9c81b !important;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light.focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white.focus, .btn.btn-white:active, .btn.btn-white.active {
  background-color: #ededed !important;
  border-color: #ededed !important;
  border-bottom: 3px solid #d9d9d9 !important;
}
.btn.btn-outline-light, .btn.btn-outline-white {
  border: 1px solid #fff !important;
  color: #fff !important;
  text-transform: uppercase;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light.focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-white:hover, .btn.btn-outline-white:focus, .btn.btn-outline-white.focus, .btn.btn-outline-white:active, .btn.btn-outline-white.active {
  background-color: #fff;
  color: #333333 !important;
}

.btn-outline {
  background-color: transparent !important;
}
.btn-outline:hover {
  border: 1px solid;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.btn-bg-blue {
  background-color: #023448;
}
.btn-bg-blue:hover {
  border: 1px solid #023448;
  background-color: #023448;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.border-bg-blue {
  border: 1px solid #023448;
}

.video-btn {
  color: #fff;
  letter-spacing: 1px;
  padding-top: 20px;
  outline: none !important;
}

.modal .video-modal {
  border: 0;
  background-color: transparent;
}
.modal .video-modal .video-box {
  position: relative;
}
.modal .video-modal .btn-close {
  width: 26px;
  height: 26px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
  z-index: 3;
}
.modal .video-modal .btn-close video:focus {
  outline: none;
}
.modal .video-modal:hover .btn-close {
  opacity: 0.5;
}
.modal .btn-close:focus {
  box-shadow: none;
}

.dropdown-menu {
  box-shadow: none;
  padding: 4px 0;
  border-radius: 4px !important;
  animation: dropdownOpen 0.3s ease-out;
  border: 0;
}

@keyframes dropdownOpen {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
figure.custom-blockquote {
  padding: 10px 20px;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 32px;
  font-style: italic;
}

.navbar-custom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0px;
  background-color: #fff;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  text-align: center;
  border-bottom: 1px solid #efefef;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.05);
  font-family: "Arial";
}
.navbar-custom.sticky-dark {
  position: fixed;
}
.navbar-custom .navbar-nav .nav-item .nav-link {
  line-height: 20px;
  color: #333333;
  font-size: 1rem;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 18px 0;
  margin: 0 15px;
  color: #333333;
  font-weight: 700;
}
.navbar-custom .navbar-nav .nav-item .nav-link:hover, .navbar-custom .navbar-nav .nav-item .nav-link.active {
  color: #333333;
}
.navbar-custom .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0 !important;
}
.navbar-custom .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-custom .navbar-nav .dropdown .dropdown-menu {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.navbar-custom .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 20px;
  font-size: 15px;
  color: #4c5667;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
}
.navbar-toggler:focus {
  outline: none;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #71b6f9;
}

.navbar.navbar-light {
  background-color: #fff;
  color: #333333 !important;
}
.navbar.navbar-light .navbar-nav {
  margin-top: 0px;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: #333333;
}
.navbar.navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item .nav-link.active {
  color: #333333;
}
.navbar.navbar-light .logo {
  color: #333333 !important;
}

/********** navbar sticky *********/
.nav-sticky.navbar-custom {
  transition: all 0.3s ease-in-out;
  margin-top: 0px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  color: #333333 !important;
}
.nav-sticky.navbar-custom .navbar-nav {
  margin-top: 0px;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link {
  color: #333333;
}
.nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link:hover, .nav-sticky.navbar-custom .navbar-nav .nav-item .nav-link.active {
  color: #333333;
}

.logo {
  font-weight: 700;
  font-size: 22px;
  color: #fff !important;
  letter-spacing: 1px;
  height:56px;
  width:280px;
}

.nav-sticky .logo {
  color: #333333 !important;
}

/* -- tagline -- */
.nav-tagline .navbar-custom.sticky-dark {
  position: relative;
}
.nav-tagline .navbar-custom.nav-sticky {
  position: fixed;
}

.tagline {
  background: #eef2f5;
  font-size: 13px;
  color: #334159;
}

.email,
.phone {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  padding: 11px 0;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.tagline .pull-left i {
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
}

.email a {
  transition: all 300ms;
  -webkit-transition: all 300ms;
  color: #334159;
}

.email a:hover {
  color: #f9c81b;
}

.top_socials {
  margin: 0 12px;
}

.top_socials li {
  width: 30px;
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  padding: 0;
}

.top_socials a {
  display: block;
  color: #334159;
  line-height: 44px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  text-align: center;
  background-color: transparent;
  font-size: 16px;
  font-weight: 400;
}

.top_socials a:hover {
  color: #f9c81b;
}

/********* Responsive *********/
@media (min-width: 768px) {
  .navbar-nav .dropdown .dropdown-menu .dropdown-item.active, .navbar-nav .dropdown .dropdown-menu .dropdown-item:active, .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover, .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: #f5f5f5 !important;
  }
}
@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    background-color: #fff !important;
    box-shadow: 0 10px 33px rgba(51, 51, 51, 0.1);
    color: #333333 !important;
  }
  .navbar-custom .navbar-nav .nav-item .nav-link {
    transition: all 0.4s;
    color: #333333 !important;
    padding: 10px 0;
    margin: 0px;
  }
  .navbar-custom .navbar-nav .nav-item.active .nav-link {
    border-color: transparent;
  }
  .navbar-custom .navbar-nav .dropdown .dropdown-menu {
    box-shadow: none;
  }
  .navbar-custom .navbar-nav .dropdown .dropdown-menu.arrow:after {
    display: none;
  }
  .navbar-custom .navbar-nav .dropdown .dropdown-menu .dropdown-item.active, .navbar-custom .navbar-nav .dropdown .dropdown-menu .dropdown-item:active, .navbar-custom .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover, .navbar-custom .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus {
    background-color: transparent !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #333333;
  }
  .navbar-btn {
    margin: 0px;
  }
  .logo {
    color: #333333 !important;
  }
}
@media (min-width: 768px) {
  .navbar-nav .dropdown-menu.arrow:before,
  .navbar-nav .dropdown-menu.arrow:after {
    position: absolute;
    top: -8px;
    right: 12px;
    display: inline-block;
    content: "";
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #fff;
  }
}
/* -- login sidebar -- */
/* Login Sidebar */
.login-sidebar {
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.55);
  height: 100vh;
  width: 100%;
  z-index: 1000;
  /* Start with opacity 0, hidden */
  opacity: 0;
  pointer-events: none; /* So it's not clickable when closed */
  transition: opacity 0.5s ease; /* Fade effect */
}

.login-sidebar.open {
  opacity: 1;
  pointer-events: all; /* Allow interaction when open */
}

.container-login-sidebar {
  position: fixed;
  top: 0;
  height: 100vh;
  background: white;
  width: 350px;
  right: 0;
  margin-right: -350px; /* Start offscreen */
  transition: margin-right 0.2s ease; /* Slide effect */
}

.container-login-sidebar.open {
  margin-right: 0; /* Slide in */
}

.login-btn.menu-item {
  color: #024059;
  font-weight: normal;
}

.login-btn.menu-item:hover {
  color: white;
  font-weight: normal;
}

/** Login Buttons */
#mp-menu #login_box input[type=text],
#mp-menu #login_box input[type=password] {
  border: 1px solid rgba(252, 189, 66, 0.6);
}

#mp-menu #login_box {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px;
}

/* Sidebar Login Box */
#sidebar-utility {
  background: #fff;
}

#sidebar_login_box {
  width: 90%;
  margin: 1rem auto 2rem;
  padding: 0.8rem 1rem 1rem;
  font-size: 1.2em;
  background-color: #FFD449;
  display: flex;
  flex-direction: column;
}

#sidebar_login_box .error {
  color: #B51D09;
  font-weight: normal;
  padding-top: 10px;
}

#sidebar_login_box h3 {
  width: 100%;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

#sidebar_login_box form {
  width: 100%;
}

#sidebar_login_box label {
  display: none;
}

#sidebar_login_box input[type=text],
#sidebar_login_box input[type=password] {
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 2px;
  border-color: #8b8b8b;
  border: none;
  padding: 0.9em 0.75em;
  width: 100%;
  font-size: 14px !important;
}

#sidebar_login_box form p {
  padding: 0;
  margin-top: 0.25rem;
  font-size: 14px;
}
@media screen and (max-width: 350px) {
  #sidebar_login_box form p {
    font-size: 12px;
  }
}

.button.blue, .button.blue:visited {
  color: #fff;
  background: #024059;
  border: 1px solid #024059;
  box-shadow: inset 0px -3px 0px #022a3a;
  font-family: Arial, sans-serif;
  border-radius: 3em;
  background-clip: padding-box;
  cursor: pointer;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
  padding: 18px 32px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.login_button {
  color: #024059;
  border: 1px solid #024059;
  background: #fff;
  padding: 14px 20px;
  font-size: 20px !important;
  margin: 0 0.25rem 0 0;
  font-family: Arial, sans-serif;
  border-radius: 3em;
  font-weight: bold;
  line-height: 1;
}

#sidebar_login_box p .forgot_link {
  position: relative;
  top: -2px;
  font-weight: normal;
  color: #023448;
}

#sidebar_login_box p {
  padding: 15px 0;
  margin: 0;
  font-size: 15px;
}
#sidebar_login_box p:last-child {
  box-shadow: none;
}

#sidebar_login_box p a {
  color: #7F6E35;
}

#sidebar_login_box span {
  font-size: 12px;
  margin-left: 15px;
}

.forgot_link {
  position: relative;
  top: -2px;
  font-weight: normal;
  color: #024059;
  font-size: 14px;
}
.forgot_link:hover {
  border: none;
  color: #024059;
}

.avatar-icon {
  display: inline-block;
  width: 20px;
  margin-right: 8px;
  margin-bottom: -6px;
}

.lock-icon {
  display: inline-block;
  width: 16px;
  margin-right: 8px;
  margin-bottom: -3px;
  margin-top: -4px;
}

#login_button {
  padding: 14px 20px;
  font-size: 20px !important;
  margin: 0 0.25rem 0 0;
}
@media screen and (max-width: 350px) {
  #login_button {
    font-size: 16px !important;
    padding: 12px 16px;
  }
}

#sidebar-login .menu-item {
  text-align: center;
  display: inline-block;
  width: 100%;
  color: #071d25;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
}

#sidebar-login #bootscore-navbar {
  gap: 10px;
}

.open-mobile-nav {
  color: #024059;
  border: none;
  background-color: inherit;
  font-size: 25px;
}

.login-message {
  background-color: white;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  display: none;
}

.hero {
  padding: 185px 0px 170px 0px;
}

.hero-img {
  width: 906px !important;
  height: 488px !important;
}

.count-down-content {
  position: absolute;
  top: 0%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  overflow-y: auto;
}

.countdown-slider .carousel-item {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.large-header {
  background-image: url("../images/bg.jpg");
}

.home-main {
  position: absolute;
  margin: 0;
  padding: 0;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.bg-one {
  background: url("../images/bg.jpg");
  background-size: cover;
  position: relative;
}

.bg-two {
  background: url("../images/bg-2.jpg");
  background-size: cover;
  position: relative;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Intro Form */
.intro-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  border: 3px solid #f5f5f5;
}
.intro-form h3 {
  color: #aaaaaa;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0px;
}
.intro-form input {
  border: 2px solid #f5f5f5;
}
.intro-form input.form-control:hover {
  border-color: #f5f5f5;
}

.carousel-indicators {
  bottom: -150px;
}
.carousel-indicators [data-bs-target] {
  width: 11px !important;
  height: 11px !important;
  border-radius: 50%;
  margin: 0 6px;
}
.carousel-indicators [data-bs-target].active {
  background-color: #f9c81b;
}

.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.form-inline .input-box {
  min-width: 380px;
  height: 50px !important;
  border-color: #fff !important;
}
.form-inline .btn-subscribe {
  height: 50px;
  padding: 10px 30px;
}

.bg-img {
  background: url("../images/bg.jpg");
  background-size: cover;
  position: relative;
}

.clients img:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.clients .brand-item {
  display: inline-block;
  margin-bottom: 20px;
  height: 50px !important;
  text-align: center;
  padding: 0px;
}
.clients .brand-item:first-child {
  margin-left: 0;
}

.feature-detail {
  padding: 90px 0px 50px 30px;
}
.feature-detail .features-txt {
  color: #aaaaaa;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}

.item-box {
  position: relative;
  overflow: hidden;
  display: block;
  background-color: #eef2f5;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.item-box:hover .item-mask {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.item-box:hover .item-container {
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  width: 100%;
}

.item-mask {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  border-radius: 8px;
}

#mkLightboxContainer #closeIconContainer {
  width: 15px;
  height: 15px;
}
#mkLightboxContainer #closeIconContainer svg {
  transition: all 0.3s ease-in-out;
  transform: rotate(0deg);
}
#mkLightboxContainer #closeIconContainer:hover {
  transform: none;
}
#mkLightboxContainer #closeIconContainer:hover svg {
  transform: rotate(90deg);
}
#mkLightboxContainer #prevContainer:hover,
#mkLightboxContainer #nextContainer:hover {
  background: transparent;
}
#mkLightboxContainer #prev,
#mkLightboxContainer #next {
  width: 25px;
  height: 25px;
}

.price-items {
  list-style-type: none;
  padding: 0px;
}

.price-items-bullet {
  content: "";
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  padding-left: 16px;
}

.price-items-bullet::before {
  content: "";
  background: url("../images/icons/Check - v2.png") no-repeat left center;
  background-size: 12px;
  padding-left: 16px;
  position: absolute;
  width: 12px;
  height: 12px;
  background-position: top left;
  left: 0;
  top: 10px;
}

.free-plan {
  height: 457px;
  min-width: 325px;
}

.pro-plan {
  min-height: 512px;
  min-width: 341px;
  height: auto;
  border-radius: 12px;
  border-top: 6px solid #f9c81b;
}

.btn-popular {
  background-color: #007aff;
  border: 1px solid #007aff;
  color: #fff;
}
.btn-popular:hover, .btn-popular:active {
  background-color: #007aff;
  color: #fff;
  opacity: 0.8;
}

.pricing-item {
  margin: 0 0 30px;
  position: relative;
  text-align: center;
}
.pricing-item .pricing-item-inner {
  border: 2px solid rgba(151, 160, 175, 0.2);
  vertical-align: middle;
  border-radius: 7px;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
}
.pricing-item .pricing-item-inner:hover {
  border-color: #97a0af;
}
.pricing-item.main .pricing-item-inner {
  border-color: #97a0af;
}
.pricing-item .pricing-wrap {
  position: relative;
  box-sizing: border-box;
  padding: 30px 20px;
  text-align: center;
  overflow: hidden;
}
.pricing-item .pricing-wrap .pricing-icon {
  padding-top: 10px;
  padding-bottom: 5px;
  position: relative;
  font-size: 32px;
  z-index: 1;
}
.pricing-item .pricing-wrap .pricing-title {
  position: relative;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
}
.pricing-item .pricing-wrap .pricing-features .pr-list {
  margin: 0 -20px 30px;
  padding: 0;
  color: #97a0af;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
.pricing-item .pricing-wrap .pricing-features .pr-list li {
  padding: 12px 20px;
  list-style: none;
}
.pricing-item .pricing-wrap .pricing-num {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.pricing-item .pricing-wrap .pricing-num sup {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  top: -20px;
  left: -3px;
  margin-left: -7px;
}
.pricing-item .pricing-wrap .pr-per {
  color: #97a0af;
  font-size: 12px;
}
.pricing-item .pricing-wrap .pr-button {
  margin-top: 30px;
}

.team img {
  border-radius: 5px;
}
.team .team-member {
  margin: 30px 0px;
}
.team .team-member .social-list {
  padding-top: 10px;
}
.team .team-member .social-list li a {
  color: #4c5667;
  font-size: 16px;
  line-height: 32px;
  display: inline-block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  border: 1px solid #4c5667;
}
.team .team-member .social-list li a:hover {
  color: #f9c81b;
  border: 1px solid #f9c81b;
}
.team .team-member .social-list li a.hover-success:hover {
  color: #0ccfa8;
  border: 1px solid #0ccfa8;
}

.masonry-grid {
  column-count: 3;
  column-gap: 30px;
}
.masonry-grid .masonry-item {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.blog-post {
  margin-bottom: 50px;
}
.blog-post .post-media {
  width: 100%;
  margin-bottom: 30px;
}
.blog-post .post-media img {
  opacity: 1;
  transition: all 0.2s ease 0s;
  border-radius: 4px;
}
.blog-post .post-media img:hover {
  opacity: 0.7;
}
.blog-post .post-info {
  margin-bottom: 20px;
}
.blog-post .post-info .date {
  float: left;
  border-bottom: 3px solid #f9c81b;
}
.blog-post .post-info .date .day {
  font-size: 26px;
  color: #333333;
  font-weight: 600;
}
.blog-post .post-info .date .month {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: inline-block;
}
.blog-post .post-info .meta {
  padding-left: 0px;
}
.blog-post .post-info .meta li {
  padding-right: 15px;
  color: #aaaaaa;
  line-height: 22px;
  list-style: none;
}
.blog-post .post-info .meta span,
.blog-post .post-info .meta a {
  color: #333333;
  font-size: 13px;
}
.blog-post .post-info .meta-container {
  padding-left: 55px;
}
.blog-post .post-info .meta-container h3 {
  margin-top: 0px;
}
.blog-post .read-more {
  font-weight: 600;
  margin-top: 20px;
  display: block;
  color: #f9c81b;
}

/* Blog-detail --*/
.blog-detail-header span {
  padding: 0px 10px;
  font-size: 16px;
}
.blog-detail-header span a {
  color: #fff;
  font-size: 16px;
}
.blog-detail-header span i {
  padding-right: 5px;
}

.blog-detail .sub-title {
  margin-bottom: 0px;
  line-height: 26px;
  font-size: 15px;
  margin-bottom: 10px;
}
.blog-detail .sub-tt {
  font-style: italic;
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}

.custom-blockquote {
  border-left: 4px solid #f9c81b;
  background: #eef2f5;
}

.blockquote-reverse {
  border-right: 4px solid #f9c81b;
  border-left: none;
  padding-left: 30px;
}

@media only screen and (min-width: 1024px) {
  .masonry-grid {
    column-count: 3;
  }
}
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .masonry-grid {
    column-count: 2;
  }
}
@media (max-width: 768px) {
  .masonry-grid {
    column-count: 1;
  }
}
.services-box .icon-box img {
  max-width: 68px;
}

.footer {
  background: url("../images/batchgeo/footer-background.svg") repeat;
}
.footer ul li {
  margin: 5px 0px;
}
.footer .first::before {
  content: "";
  background-image: url("../images/icons/apple-store-logo.png");
  background-size: cover;
  aspect-ratio: 4/3;
  height: 80px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.footer .footer-link-title {
  color: #333333;
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer .footer-link {
  color: #aaaaaa;
}
.footer .footer-link:hover {
  color: #f9c81b;
}
.footer .footer-alt {
  border-top: 1px solid rgba(170, 170, 170, 0.2);
  margin-top: 30px;
  padding-top: 20px;
}
.footer .footer-alt .logo {
  color: #6c757d !important;
  margin-bottom: 0px;
}
.footer .footer-alt .logo i {
  margin-right: 5px;
}

.footer-column {
  width: 33%;
}

@media (max-width: 968px) {
  .footer .row {
    display: block;
  }
  .big-col {
    display: "flex";
    flex-direction: column;
  }
  .footer .col-md-4 {
    width: 100%;
    margin-bottom: 15px; /* Add space between stacked columns */
  }
  .footer-column {
    display: block;
    width: 100%;
    margin-bottom: 15px; /* Adds space between stacked footer sections */
  }
}
/******************************************************************
Footer Styles
******************************************************************/
/* Grid Layout */
.onecol,
.twocol,
.threecol,
.fourcol,
.fivecol,
.sixcol,
.sevencol,
.eightcol,
.ninecol,
.tencol,
.elevencol,
.twelvecol {
  position: relative;
  float: left;
  margin-left: 2.762%;
}

.pullone {
  margin-right: 5.801%;
}

.first,
.first-tablet {
  margin-left: 0;
}

/* Wrapper */
.wrap {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .wrap {
    max-width: 1200px;
  }
  .twocol {
    width: 14.365%;
  }
  .threecol {
    width: 22.928%;
  }
  .last {
    float: right;
  }
}
/* Footer */
#footer {
  margin: 0;
}

#footer a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#footer a:hover {
  border: none;
  color: #ddd;
}

.flush-with-footer + #footer {
  margin-top: 0;
}

/* Footer Main */
.footer-main {
  color: #eee;
  font-size: 0.75em;
  padding: 2rem 0;
  background: url(/images/blue-map-bg.svg) no-repeat center center;
  background-size: cover;
}

.footer-main h2 {
  font-size: 1.25em;
  margin-bottom: 1em;
  text-align: left;
}

.footer-main ul {
  display: flex;
  flex-direction: column;
}

.footer-main li {
  list-style-type: none;
}

.footer-main p {
  line-height: 32px;
}

@media screen and (max-width: 480px) {
  .footer-main .nav {
    margin-bottom: 2.5rem;
  }
}
/* Footer Legal */
.footer-legal {
  background: #023448;
  padding: 1rem;
  font-size: 13px;
  color: #fff;
}

.footer-legal-item {
  display: inline-block;
  margin-right: 2rem;
}

/* Apple Store Logo */
.apple-store-footer-logo {
  width: 152px;
}

/* Lists */
ul, ol {
  margin: 9px 0 18px 1.2em;
}

ul {
  width: 100%;
  list-style-type: disc;
}

.gold-btn, .gold-btn:visited {
  color: #071d25;
  background: #f9c81b;
  border: 1px solid #f9c81b;
  box-shadow: inset 0px -3px 0px #e0af00;
  transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 15px 26px;
  text-transform: capitalize;
  font-size: 1.25em;
}
.blue-btn, .blue-btn:visited {
  color: #fff;
  background: #024059;
  border: 1px solid #024059;
  box-shadow: inset 0px -3px 0px #022a3a;
  transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 15px 26px;
  text-transform: capitalize;
  font-size: 1.25em;
}
.white-btn, .white-btn:visited {
  color: #024059;
  border: 1px solid #024059;
  background: #fff;
  transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 15px 26px;
  text-transform: capitalize;
  font-size: 1.25em;
}
.btn-popular {
  cursor: default;
}
@media screen and (max-width: 1240px) {
  .navbar .white-btn, .navbar .blue-btn {
      padding: 8px 18px !important;
      font-size: 0.8rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar .container {
      display: flex;
      flex-direction: row-reverse;
      text-align: center;
  }
   .navbar .container a {
       margin:auto;
       width:200px;
       align-content: center;
  }
  .ion-navicon {
      color:black !important;
      font-size: 40px;
  }
}
/*# sourceMappingURL=style.css.map */

.navbar-custom.shadow-nav {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #efefef;
  transition: box-shadow 0.3s ease-in-out;
}
