/* Template Name: Engage HRIS
   Author: raksquadwebdevelopment
   Version: 1.0.0
   Created: March 2020
   File Description: Main Css file of the template
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&amp;display=swap");
.bg-primary {
  background-color: #0abceb;
}

.text-primary {
  color: #0abceb;
}

a.text-primary:hover, a.text-primary:focus {
  color: #284bc1;
}

.bg-secondary {
  background-color: #5a6d90;
}

.text-secondary {
  color: #5a6d90;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #506180;
}

.bg-success {
  background-color: #2eca8b;
}

.text-success {
  color: #2eca8b;
}

a.text-success:hover, a.text-success:focus {
  color: #29b57d;
}

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

.text-warning {
  color: #f17425;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ed650f;
}

.bg-info {
  background-color: #17a2b8;
}

.text-info {
  color: #17a2b8;
}

a.text-info:hover, a.text-info:focus {
  color: #148ea1;
}

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

.text-danger {
  color: #e43f52;
}

a.text-danger:hover, a.text-danger:focus {
  color: #e1293e;
}

.bg-dark {
  background-color: #3c4858;
}

.text-dark {
  color: #3c4858;
}

a.text-dark:hover, a.text-dark:focus {
  color: #323c49;
}

.bg-muted {
  background-color: #8492a6;
}

.text-muted {
  color: #8492a6;
}

a.text-muted:hover, a.text-muted:focus {
  color: #75859b;
}

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

.text-light {
  color: #f8f9fc;
}

a.text-light:hover, a.text-light:focus {
  color: #e6eaf4;
}

.bg-footer {
  background-color: #202942;
}

.text-footer {
  color: #202942;
}

a.text-footer:hover, a.text-footer:focus {
  color: #181e30;
}

.list-inline-item:not(:last-child) {
  margin-right: 0px;
  margin-bottom: 5px;
}

.rounded {
  border-radius: 6px;
}

.rounded-top {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.rounded-left {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.rounded-bottom {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.rounded-right {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.border {
  border: 1px solid #e9ecef;
}

.border-top {
  border-top: 1px solid #e9ecef;
}

.border-bottom {
  border-bottom: 1px solid #e9ecef;
}

.border-left {
  border-left: 1px solid #e9ecef;
}

.border-right {
  border-right: 1px solid #e9ecef;
}

.small, small {
  font-size: 90%;
}

.card .card-body {
  padding: 1.5rem;
}

/*body {
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  color: #161c2d;
}*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  font-weight: 600;
}

::-moz-selection {
  background: rgba(47, 85, 212, 0.9);
  color: #ffffff;
}

::selection {
  background: rgba(47, 85, 212, 0.9);
  color: #ffffff;
}

a {
  text-decoration: none;
}

p {
  line-height: 1.6;
}

.btn-primary {
  background-color: #0abceb;
  border: 1px solid #0abceb;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
          box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
  background-color: #2443ac;
  border-color: #2443ac;
  color: #ffffff;
}

.btn-outline-primary {
  border: 1px solid #0abceb;
  color: #0abceb;
  background-color: transparent;
}

.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 {
  background-color: #0abceb;
  border-color: #0abceb;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
          box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-secondary {
  background-color: #5a6d90;
  border: 1px solid #5a6d90;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
          box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus {
  background-color: #465571;
  border-color: #465571;
  color: #ffffff;
}

.btn-outline-secondary {
  border: 1px solid #5a6d90;
  color: #5a6d90;
  background-color: transparent;
}

.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.focus, .btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: #5a6d90;
  border-color: #5a6d90;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
          box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-success {
  background-color: #2eca8b;
  border: 1px solid #2eca8b;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
          box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus {
  background-color: #25a06e;
  border-color: #25a06e;
  color: #ffffff;
}

.btn-outline-success {
  border: 1px solid #2eca8b;
  color: #2eca8b;
  background-color: transparent;
}

.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 {
  background-color: #2eca8b;
  border-color: #2eca8b;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
          box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-warning {
  background-color: #f17425;
  border: 1px solid #f17425;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
          box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus {
  background-color: #d55b0e;
  border-color: #d55b0e;
  color: #ffffff;
}

.btn-outline-warning {
  border: 1px solid #f17425;
  color: #f17425;
  background-color: transparent;
}

.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active {
  background-color: #f17425;
  border-color: #f17425;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
          box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-info {
  background-color: #17a2b8;
  border: 1px solid #17a2b8;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
          box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus {
  background-color: #117a8b;
  border-color: #117a8b;
  color: #ffffff;
}

.btn-outline-info {
  border: 1px solid #17a2b8;
  color: #17a2b8;
  background-color: transparent;
}

.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 {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
          box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-danger {
  background-color: #e43f52;
  border: 1px solid #e43f52;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
          box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus {
  background-color: #d21e32;
  border-color: #d21e32;
  color: #ffffff;
}

.btn-outline-danger {
  border: 1px solid #e43f52;
  color: #e43f52;
  background-color: transparent;
}

.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active {
  background-color: #e43f52;
  border-color: #e43f52;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
          box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-dark {
  background-color: #3c4858;
  border: 1px solid #3c4858;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
          box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus {
  background-color: #272f3a;
  border-color: #272f3a;
  color: #ffffff;
}

.btn-outline-dark {
  border: 1px solid #3c4858;
  color: #3c4858;
  background-color: transparent;
}

.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active {
  background-color: #3c4858;
  border-color: #3c4858;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
          box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-muted {
  background-color: #8492a6;
  border: 1px solid #8492a6;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
          box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus {
  background-color: #68788f;
  border-color: #68788f;
  color: #ffffff;
}

.btn-outline-muted {
  border: 1px solid #8492a6;
  color: #8492a6;
  background-color: transparent;
}

.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active {
  background-color: #8492a6;
  border-color: #8492a6;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
          box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-light {
  background-color: #f8f9fc;
  border: 1px solid #f8f9fc;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
          box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus {
  background-color: #d4daed;
  border-color: #d4daed;
  color: #ffffff;
}

.btn-outline-light {
  border: 1px solid #f8f9fc;
  color: #f8f9fc;
  background-color: transparent;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active {
  background-color: #f8f9fc;
  border-color: #f8f9fc;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
          box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn-footer {
  background-color: #202942;
  border: 1px solid #202942;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
          box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn-footer:hover, .btn-footer:focus, .btn-footer:active, .btn-footer.active, .btn-footer.focus {
  background-color: #0f131f;
  border-color: #0f131f;
  color: #ffffff;
}

.btn-outline-footer {
  border: 1px solid #202942;
  color: #202942;
  background-color: transparent;
}

.btn-outline-footer:hover, .btn-outline-footer:focus, .btn-outline-footer:active, .btn-outline-footer.active, .btn-outline-footer.focus, .btn-outline-footer:not(:disabled):not(.disabled):active {
  background-color: #202942;
  border-color: #202942;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
          box-shadow: 0 3px 5px 0 rgba(32, 41, 66, 0.3);
}

.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 6px;
}

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

button:not(:disabled) {
  outline: none;
  border: 0;
}

.shadow {
  -webkit-box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
          box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
}

.shadow-large {
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
          box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
}

.badge-primary {
  background-color: #0abceb;
  color: #ffffff;
}

.badge-outline-primary {
  background-color: transparent;
  color: #0abceb;
  border: 1px solid #0abceb;
}

.badge-secondary {
  background-color: #5a6d90;
  color: #ffffff;
}

.badge-outline-secondary {
  background-color: transparent;
  color: #5a6d90;
  border: 1px solid #5a6d90;
}

.badge-success {
  background-color: #2eca8b;
  color: #ffffff;
}

.badge-outline-success {
  background-color: transparent;
  color: #2eca8b;
  border: 1px solid #2eca8b;
}

.badge-warning {
  background-color: #f17425;
  color: #ffffff;
}

.badge-outline-warning {
  background-color: transparent;
  color: #f17425;
  border: 1px solid #f17425;
}

.badge-info {
  background-color: #17a2b8;
  color: #ffffff;
}

.badge-outline-info {
  background-color: transparent;
  color: #17a2b8;
  border: 1px solid #17a2b8;
}

.badge-danger {
  background-color: #e43f52;
  color: #ffffff;
}

.badge-outline-danger {
  background-color: transparent;
  color: #e43f52;
  border: 1px solid #e43f52;
}

.badge-dark {
  background-color: #3c4858;
  color: #ffffff;
}

.badge-outline-dark {
  background-color: transparent;
  color: #3c4858;
  border: 1px solid #3c4858;
}

.badge-muted {
  background-color: #8492a6;
  color: #ffffff;
}

.badge-outline-muted {
  background-color: transparent;
  color: #8492a6;
  border: 1px solid #8492a6;
}

.badge-light {
  background-color: #f8f9fc;
  color: #ffffff;
}

.badge-outline-light {
  background-color: transparent;
  color: #f8f9fc;
  border: 1px solid #f8f9fc;
}

.badge-footer {
  background-color: #202942;
  color: #ffffff;
}

.badge-outline-footer {
  background-color: transparent;
  color: #202942;
  border: 1px solid #202942;
}

.badge {
  padding: 5px 8px;
  border-radius: 3px;
  letter-spacing: 0.5px;
  font-size: 10px;
}

.badge.badge-light {
  color: #3c4858;
  background-color: #f8f9fc;
}

.badge.badge-outline-light {
  color: #3c4858;
  border: 1px solid #b1bcdd;
  background-color: transparent;
}

.badge.badge-pill {
  border-radius: 20px;
}

.badge:focus, .badge.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fea {
  stroke-width: 1.8;
}

.fea.icon-sm {
  height: 16px;
  width: 16px;
}

.fea.icon-ex-md {
  height: 20px;
  width: 20px;
}

.fea.icon-m-md {
  height: 28px;
  width: 28px;
}

.fea.icon-md {
  height: 35px;
  width: 35px;
}

.fea.icon-lg {
  height: 42px;
  width: 42px;
}

.fea.icon-ex-lg {
  height: 52px;
  width: 52px;
}

.avatar.avatar-sm {
  height: 50px;
  width: 50px;
}

.avatar.avatar-small {
  height: 64px;
  width: 64px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #ffffff, #ffffff);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#preloader #status .spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

#preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0abceb;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
          animation: sk-bounce 2.0s infinite ease-in-out;
}

#preloader #status .spinner .double-bounce2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  display: none;
  color: #3c4858;
  background-color: #ced4da;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
          box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
}

.back-to-top .icons {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  stroke-width: 2;
  height: 14px;
  width: 14px;
}

.back-to-top:hover {
  background-color: #0abceb;
  color: #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.back-to-top:hover .icons {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bg-half-260 {
  padding: 260px 0;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.bg-half-170 {
  padding: 170px 0;
  background-size: cover;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
  background-position: center center;
}

.home-wrapper:before {
  content: "";
  position: absolute;
  bottom: 25rem;
  right: 60rem;
  width: 90rem;
  height: 35rem;
  border-radius: 17rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #f8f9fc;
}

.demos-box img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.demos-box img:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
          box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
}

.demos-box .title {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 18px;
}

/* Feature */
.key-feature {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.key-feature .content .title {
  font-size: 18px;
}

.key-feature .icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 24px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(47, 85, 212, 0.15)));
  background: linear-gradient(90deg, transparent, rgba(47, 85, 212, 0.15));
}

.key-feature:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

@media (min-width: 768px) {
  .attach-icons-hero {
      position: absolute;
      right: 0;
      top: -35px;
      left: 0;
      z-index: 1;
  }

}
@media (max-width: 767px) {
  .bg-half-260 {
    padding: 150px 0;
    height: auto;
  }
  
  .attach-icons-hero {
    border-bottom: 1px solid #e9ecef;
  }
}

.section {
  padding: 100px 0;
  position: relative;
}

.title-heading {
  line-height: 26px;
}

.title-heading .heading {
  font-size: 40px;
  letter-spacing: 1px;
}

.title-heading .para-desc {
  font-size: 17px;
  letter-spacing: 0.5px;
}

.section-title {
  position: relative;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 24px;
}

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

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

.mb-60 {
  margin-bottom: 60px;
}

.mover {
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@media (min-width: 768px) {
  .margin-top-100 {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 60px 0;
  }
  .title-heading .heading {
    font-size: 30px;
  }
  .title-heading .para-desc {
    font-size: 15px;
  }
  .mt-60 {
    margin-top: 60px;
  }
}

#topnav {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1030;
  background-color: transparent;
  border: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  /*margin-top: 15px;*/
}

#topnav .logo {
  float: left;
  color: #3c4858;
}

#topnav .has-submenu {
  position: relative;
}

#topnav .has-submenu.active a {
  color: #ffffff;
}

#topnav .navbar-toggle {
    border: 0;
    position: absolute;
    width: 60px;
    padding: 0;
    margin: 0;
    cursor: pointer;
    top: 12px;
    left: 15px;
}

#topnav .navbar-toggle .lines {
  width: 25px;
  display: block;
  position: relative;
  margin: 32px 20px 24px;
  height: 18px;
}

#topnav .navbar-toggle span {
  height: 2px;
  width: 100%;
  background-color: #3c4858;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

#topnav .navbar-toggle span:last-child {
  margin-bottom: 0;
}

#topnav .buy-button {
  float: right;
  line-height: 68px;
  padding: 3px 0;
  margin-left: 8px;
  display: flex;
}

#topnav .buy-button .login-btn-primary {
  display: none;
}

#topnav .buy-button .login-btn-light {
  display: inline-block;
}

#topnav .navbar-toggle.open span {
  position: absolute;
}

#topnav .navbar-toggle.open span:first-child {
  top: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#topnav .navbar-toggle.open span:nth-child(2) {
  visibility: hidden;
}

#topnav .navbar-toggle.open span:last-child {
  width: 100%;
  top: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#topnav .navbar-toggle.open span:hover {
  background-color: #0abceb;
}

#topnav .navbar-toggle:hover, #topnav .navbar-toggle:focus,
#topnav .navbar-toggle .navigation-menu > li > a:hover {
  background-color: transparent;
}

#topnav .navigation-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#topnav .navigation-menu > li {
  float: left;
  display: block;
  position: relative;
  margin: 0 10px;
}

#topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li:active > a {
  color: #0abceb;
  text-decoration: none;
}

#topnav .navigation-menu > li > a {
  display: block;
  color: #3c4858;
  font-size: 13px;
  background-color: transparent;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Montserrat", sans-serif;
  padding-left: 8px;
  padding-right: 8px;
}

#topnav .navigation-menu > li > a:hover, #topnav .navigation-menu > li > a:active {
  color: #0abceb;
}

#topnav .menu-extras {
  /*float: right;*/
}

#topnav.scroll {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
          box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
}

#topnav.scroll .navigation-menu > li > a {
  color: #3c4858;
}

#topnav.scroll .navigation-menu > li:hover > a, #topnav.scroll .navigation-menu > li.active > a {
  color: #0abceb;
}

#topnav.defaultscroll.dark-menubar .logo {
  line-height: 70px;

}

#topnav.defaultscroll.scroll .logo {
  line-height: 62px;
}

#topnav.defaultscroll .logo:hover {
  text-decoration: none;
}
#topnav.defaultscroll.scroll.dark-menubar .logo {
  line-height: 62px;
}

#topnav.nav-sticky {
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
          box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
}

#topnav.nav-sticky .buy-button .login-btn-primary {
  display: inline-block;
}

#topnav.nav-sticky .buy-button .login-btn-light {
  display: none;
}

#topnav.nav-sticky .navigation-menu.nav-light > li > a {
  color: #3c4858;
}

.logo {
  font-weight: 700;
  font-size: 24px;
  padding: 3px 0;
  letter-spacing: 1px;
  line-height: 68px;
}

@media (min-width: 992px) {
  #topnav .navigation-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  #topnav .navigation-menu.navigation-menu-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #topnav .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 62px;
  }
  #topnav .navigation-menu > li:hover > a,
  #topnav .navigation-menu > li.active > a {
    color: #0abceb;
  }
  #topnav .navigation-menu.nav-light > li > a {
    color: #f8f9fc;
  }
  #topnav .navbar-toggle {
    display: none;
  }
  #topnav #navigation {
    display: block;
  }
  #topnav.scroll {
    top: 0;
  }
  #topnav.scroll .navigation-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #topnav.scroll-active .navigation-menu > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 991px) {
  #topnav {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
            box-shadow: 0 0 3px rgba(22, 28, 45, 0.15);
    min-height: 74px;
  }
   .logo{
    margin-left: 60px;
  }
  #topnav .container {
   width: 97%;
    max-width: 100%;
  }
  #topnav #navigation {
    max-height: 400px;
  }
  #topnav .navigation-menu {
    float: none;
  }
  #topnav .navigation-menu > li {
    float: none;
  }
  #topnav .navigation-menu > li > a {
    color: #3c4858;
    padding: 10px 20px;
  }
  #topnav .navigation-menu > li > a:after {
    position: absolute;
    right: 15px;
  }
  #topnav .navigation-menu > li a:hover,
  #topnav .navigation-menu > li.has-submenu.open > a {
    color: #0abceb;
  }
  #topnav .menu-extras .menu-item {
    border-color: #8492a6;
  }
  #topnav .navbar-header {
    float: left;
  }
  #topnav .buy-button .login-btn-primary {
    display: inline-block;
  }
  #topnav .buy-button .login-btn-light {
    display: none;
  }
  #topnav .has-submenu.active a {
    color: #0abceb;
  }
  #navigation {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    display: none;
    height: auto;
    padding-bottom: 0;
    overflow: auto;
    border-top: 1px solid #f1f3f9;
    border-bottom: 1px solid #f1f3f9;
    background-color: #ffffff;
  }
  #navigation.open {
    display: block;
    overflow-y: auto;
  }
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: block;
  }
}

@media (max-width: 375px) {
   .logo{
    margin-left: 60px;
  }
  #topnav .buy-menu-btn {
    display: block;
    margin: 0 10px;
    padding: 10px 20px;
  }
 /* #topnav .navbar-toggle .lines {
    margin-right: 0;
  }*/
}

.footer {
  background: #202942;
  position: relative;
  color: #adb5bd;
}

.footer.footer-bar {
  padding: 30px 0;
  border-top: 1px solid #3d4349;
}
/*# sourceMappingURL=style.css.map */
#contact-us{
    margin-top: 100px;
}