@charset "UTF-8";
/* Template Name: Landrick - Saas & Software Landing Page Template
   Author: Shreethemes
   E-mail: shreethemes@gmail.com
   Version: 1.5.0
   Created: August 2019
   File Description: Main Css file of the templatee
*/
/*********************************/
/*         INDEX                 */
/*================================
 *     01.  Variables            *
 *     02.  Bootstrap Custom     *
 *     03.  Components           *
 *     04.  General              *
 *     05.  Helper               *
 *     06.  Menu                 *
 *     07.  Home / Landing       *
 *     08.  Features / Services  *
 *     09.  Testimonial          *
 *     10.  Price                *
 *     11.  C.T.A                *
 *     12.  Blog / Careers / Job *
 *     13.  Work / Projects      *
 *     14.  Team                 *
 *     15.  User Pages           *
 *     16.  Countdown            *
 *     17.  Contact              *
 *     18.  Footer               *
 ================================*/
.bg-primary {
  background-color: #2f55d4 !important;
}

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

a.text-primary:hover {
  color: #284bc1 !important;
}

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

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

a.text-secondary:hover {
  color: #506180 !important;
}

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

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

a.text-success:hover {
  color: #29b57d !important;
}

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

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

a.text-warning:hover {
  color: #ed650f !important;
}

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

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

a.text-info:hover {
  color: #148ea1 !important;
}

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

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

a.text-danger:hover {
  color: #e1293e !important;
}

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

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

a.text-dark:hover {
  color: #323c49 !important;
}

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

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

a.text-muted:hover {
  color: #75859b !important;
}

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

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

a.text-light:hover {
  color: #e6eaf4 !important;
}

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

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

.rounded-top {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.rounded-left {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.rounded-bottom {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.rounded-right {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

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

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

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

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

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

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive .table-center td, .table-responsive .table-center th {
  vertical-align: middle !important;
  cursor: pointer;
}
.table-responsive .table-center tbody tr:hover {
  color: #3c4858;
  background-color: #f8f9fa;
}

.modal-open {
  padding-right: 0 !important;
}

.component-wrapper .title {
  font-size: 20px;
}

.btn-primary {
  background-color: #2f55d4 !important;
  border: 1px solid #2f55d4 !important;
  color: #ffffff !important;
  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 !important;
  border-color: #2443ac !important;
  color: #ffffff !important;
}

.btn-outline-primary {
  border: 1px solid #2f55d4;
  color: #2f55d4;
  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: #2f55d4;
  border-color: #2f55d4;
  color: #ffffff;
  box-shadow: 0 3px 5px 0 rgba(47, 85, 212, 0.3);
}

.btn-secondary {
  background-color: #5a6d90 !important;
  border: 1px solid #5a6d90 !important;
  color: #ffffff !important;
  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 !important;
  border-color: #465571 !important;
  color: #ffffff !important;
}

.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;
  box-shadow: 0 3px 5px 0 rgba(90, 109, 144, 0.3);
}

.btn-success {
  background-color: #00c009 !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    border-radius: 10px !important;
    border: 1px solid #2eca8b !important;
    color: #ffffff !important;
    box-shadow: 0 3px 5px 0 rgb(46 202 139 / 30%);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus {
     background-color: #25a06e !important;
    border-color: #25a06e !important;
    color: #ffffff !important;
}

.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;
  box-shadow: 0 3px 5px 0 rgba(46, 202, 139, 0.3);
}

.btn-warning {
  background-color: #f17425 !important;
  border: 1px solid #f17425 !important;
  color: #ffffff !important;
  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 !important;
  border-color: #d55b0e !important;
  color: #ffffff !important;
}

.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;
  box-shadow: 0 3px 5px 0 rgba(241, 116, 37, 0.3);
}

.btn-info {
  background-color: #17a2b8 !important;
  border: 1px solid #17a2b8 !important;
  color: #ffffff !important;
  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 !important;
  border-color: #117a8b !important;
  color: #ffffff !important;
}

.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;
  box-shadow: 0 3px 5px 0 rgba(23, 162, 184, 0.3);
}

.btn-danger {
  background-color: #e43f52 !important;
  border: 1px solid #e43f52 !important;
  color: #ffffff !important;
  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 !important;
  border-color: #d21e32 !important;
  color: #ffffff !important;
}

.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;
  box-shadow: 0 3px 5px 0 rgba(228, 63, 82, 0.3);
}

.btn-dark {
  background-color: #3c4858 !important;
  border: 1px solid #3c4858 !important;
  color: #ffffff !important;
  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 !important;
  border-color: #272f3a !important;
  color: #ffffff !important;
}

.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;
  box-shadow: 0 3px 5px 0 rgba(60, 72, 88, 0.3);
}

.btn-muted {
  background-color: #8492a6 !important;
  border: 1px solid #8492a6 !important;
  color: #ffffff !important;
  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 !important;
  border-color: #68788f !important;
  color: #ffffff !important;
}

.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;
  box-shadow: 0 3px 5px 0 rgba(132, 146, 166, 0.3);
}

.btn-light {
  background-color: #f8f9fc !important;
  border: 1px solid #f8f9fc !important;
  color: #ffffff !important;
  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 !important;
  border-color: #d4daed !important;
  color: #ffffff !important;
}

.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;
  box-shadow: 0 3px 5px 0 rgba(248, 249, 252, 0.3);
}

.btn {
  padding: 8px 20px;
  outline: none;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
  font-weight: 600;
  border-radius: 10px;
}
.btn:focus {
  box-shadow: none !important;
}
.btn.btn-sm {
  padding: 7px 16px;
  font-size: 10px;
}
.btn.btn-lg {
  padding: 14px 30px;
  font-size: 16px;
}
.btn.searchbtn {
  padding: 6px 20px;
}
.btn.btn-light {
  color: #3c4858 !important;
  background: #f8f9fc;
  border: 1px solid #dee2e6;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active, .btn.btn-light.active, .btn.btn-light.focus {
  background-color: #d4daed !important;
  color: #3c4858;
}
.btn.btn-outline-light {
  border: 1px solid #dee2e6;
  color: #3c4858 !important;
  background-color: transparent;
}
.btn.btn-outline-light:hover, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light.active, .btn.btn-outline-light.focus {
  background-color: #f8f9fc;
}

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

.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15) !important;
}

.badge-primary {
  background-color: #2f55d4 !important;
  color: #ffffff !important;
}

.badge-outline-primary {
  background-color: transparent !important;
  color: #2f55d4 !important;
  border: 1px solid #2f55d4 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge {
  padding: 5px 8px;
  border-radius: 3px;
  letter-spacing: 0.5px;
}
.badge.badge-light {
  color: #3c4858 !important;
  background-color: #f8f9fc !important;
}
.badge.badge-outline-light {
  color: #3c4858 !important;
  border: 1px solid #b1bcdd !important;
  background-color: transparent !important;
}
.badge:focus, .badge.focus {
  box-shadow: none !important;
}

.alert-primary {
  background-color: #4466d8;
  color: #ffffff;
  border-color: #2f55d4;
}
.alert-primary .alert-link {
  color: #122258;
}

.alert-outline-primary {
  background-color: #ffffff;
  color: #2f55d4;
  border-color: #2f55d4;
}

.alert-secondary {
  background-color: #65799f;
  color: #ffffff;
  border-color: #5a6d90;
}
.alert-secondary .alert-link {
  color: #1f2632;
}

.alert-outline-secondary {
  background-color: #ffffff;
  color: #5a6d90;
  border-color: #5a6d90;
}

.alert-success {
  background-color: #3ed397;
  color: #ffffff;
  border-color: #2eca8b;
}
.alert-success .alert-link {
  color: #124d35;
}

.alert-outline-success {
  background-color: #ffffff;
  color: #2eca8b;
  border-color: #2eca8b;
}

.alert-warning {
  background-color: #f3833d;
  color: #ffffff;
  border-color: #f17425;
}
.alert-warning .alert-link {
  color: #753208;
}

.alert-outline-warning {
  background-color: #ffffff;
  color: #f17425;
  border-color: #f17425;
}

.alert-info {
  background-color: #1ab6cf;
  color: #ffffff;
  border-color: #17a2b8;
}
.alert-info .alert-link {
  color: #062a30;
}

.alert-outline-info {
  background-color: #ffffff;
  color: #17a2b8;
  border-color: #17a2b8;
}

.alert-danger {
  background-color: #e75566;
  color: #ffffff;
  border-color: #e43f52;
}
.alert-danger .alert-link {
  color: #79111d;
}

.alert-outline-danger {
  background-color: #ffffff;
  color: #e43f52;
  border-color: #e43f52;
}

.alert-dark {
  background-color: #465467;
  color: #ffffff;
  border-color: #3c4858;
}
.alert-dark .alert-link {
  color: black;
}

.alert-outline-dark {
  background-color: #ffffff;
  color: #3c4858;
  border-color: #3c4858;
}

.alert-muted {
  background-color: #939fb1;
  color: #ffffff;
  border-color: #8492a6;
}
.alert-muted .alert-link {
  color: #3d4654;
}

.alert-outline-muted {
  background-color: #ffffff;
  color: #8492a6;
  border-color: #8492a6;
}

.alert-light {
  background-color: white;
  color: #ffffff;
  border-color: #f8f9fc;
}
.alert-light .alert-link {
  color: #8d9dce;
}

.alert-outline-light {
  background-color: #ffffff;
  color: #f8f9fc;
  border-color: #f8f9fc;
}

.alert {
  padding: 8px 30px 8px 15px;
  border-radius: 10px;
  font-size: 14px;
}
.alert.alert-light {
  background-color: #f8f9fc;
  color: #3c4858;
  border-color: #dee2e6;
}
.alert .close {
  top: -5px;
  right: -10px;
}
.alert.alert-pills {
  border-radius: 30px;
  display: inline-block;
}
.alert.alert-pills .content {
  font-weight: 600;
}

.page-next-level .title {
  font-size: 28px;
  letter-spacing: 1px;
}
.page-next-level .page-next {
  letter-spacing: 0.5px;
  position: relative;
  padding-left: 0;
  top: 70px;
  z-index: 99;
}
.page-next-level .page-next li {
  display: inline-block;
  margin-right: 5px;
}
.page-next-level .page-next li:after {
  content: "";
  font-size: 16px;
  color: #3c4858;
  font-family: "Material Design Icons";
}
.page-next-level .page-next li:last-child {
  margin-right: 0;
}
.page-next-level .page-next li:last-child:after {
  display: none;
}
.page-next-level .page-next li a, .page-next-level .page-next li span {
  font-size: 14px;
  padding-right: 8px;
  transition: all 0.5s ease;
}
.page-next-level .page-next li a:hover {
  color: #2f55d4 !important;
}
.page-next-level .page-next li span:last-child {
  padding-right: 0px;
}

.pagination {
  line-height: 20px;
  font-size: 13px;
}
.pagination li {
  display: inline;
}
.pagination li:first-child a {
  border-left-width: 1px;
  border-radius: 20px 0 0 20px;
}
.pagination li:last-child a {
  border-radius: 0 20px 20px 0;
}
.pagination li a {
  float: left;
  text-decoration: none;
  color: #3c4858;
  border: 1px solid #dee2e6;
  border-left-width: 0;
  background: #ffffff;
}
.pagination li a:hover {
  color: #ffffff;
  background: #4466d8;
  border-color: #4466d8;
}
.pagination .active a {
  color: #ffffff;
  background: #2f55d4 !important;
  border-color: #2f55d4;
  cursor: not-allowed;
}

.avatar.avatar-ex-sm {
  height: 36px;
}
.avatar.avatar-small {
  height: 80px;
}
.avatar.avatar-medium {
  height: 110px;
}
.avatar.avatar-large {
  height: 140px;
}
.avatar.avatar-ex-large {
  height: 180px;
}

.faq-container .question {
  font-size: 20px;
}

.faq-content .card .faq .card-header {
  padding-right: 40px !important;
}
.faq-content .card .faq .card-header.card-header-2 {
  border-bottom: 0;
}
.faq-content .card .faq .card-header.card-header-2 .faq-question {
  font-size: 18px;
}
.faq-content .card a.faq[data-toggle=collapse] {
  background-color: #ffffff;
  color: #2f55d4;
  transition: all 0.5s;
}
.faq-content .card a.faq[data-toggle=collapse]:before {
  content: "";
  display: block;
  font-family: "Material Design Icons";
  font-size: 18px;
  color: #3c4858;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
.faq-content .card a.faq[data-toggle=collapse].collapsed {
  background-color: #ffffff;
  color: #3c4858;
  transition: all 0.5s;
}
.faq-content .card a.faq[data-toggle=collapse].collapsed:before {
  top: 20px;
  transform: rotate(180deg);
}
.faq-content .card .title {
  font-size: 18px;
}

.nav-pills .nav-item {
  margin-bottom: 15px;
}
.nav-pills .nav-link {
  color: #3c4858 !important;
  margin: auto 15px;
  border: 1px solid #dee2e6;
  padding: 5px;
}
.nav-pills .nav-link.active {
  background-color: #2f55d4;
  color: #ffffff !important;
  border-color: #2f55d4 !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.nav-pills a .title {
  font-size: 18px;
  font-weight: 700;
}

.progress-box .title {
  font-size: 15px;
}
.progress-box .progress {
  height: 8px;
  overflow: visible;
}
.progress-box .progress .progress-bar {
  border-radius: 10px;
  animation: animate-positive 3s;
}
.progress-box .progress .progress-value {
  position: absolute;
  top: -25px;
  right: -15px;
  font-size: 13px;
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}

.blockquote {
  border-left: 3px solid #dee2e6;
  border-radius: 10px;
  font-size: 16px;
}

.form-group {
  margin-bottom: 20px;
}
.form-group label {
  font-size: 14px;
  font-weight: 700;
}
.form-group .form-control {
  box-shadow: none;
  border: 1px solid #dee2e6;
  height: 42px;
  font-size: 13px;
  border-radius: 10px;
  transition: all 0.5s ease;
}
.form-group .form-control:focus, .form-group .form-control.active {
  border-color: #2f55d4;
}
.form-group textarea {
  height: 120px !important;
}
.form-group textarea.form-control {
  line-height: 25px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: transparent;
  opacity: 1;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #2f55d4;
  background-color: #2f55d4;
}

.custom-control-input:focus ~ .custom-control-label::before,
.form-control:focus {
  box-shadow: none;
  border-color: #2f55d4;
}

.subcribe-form input {
  padding: 14px 20px;
  width: 100%;
  color: #3c4858 !important;
  border: none;
  outline: none !important;
  padding-right: 160px;
  padding-left: 30px;
  background-color: rgba(255, 255, 255, 0.8);
}
.subcribe-form button {
  position: absolute;
  top: 6px;
  right: 6px;
  outline: none !important;
}
.subcribe-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

#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%;
  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: #2f55d4;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
#preloader #status .spinner .double-bounce2 {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.social-icon li a {
  color: #3c4858;
  border: 1px solid #3c4858;
  display: inline-block;
  height: 32px;
  text-align: center;
  font-size: 15px;
  width: 32px;
  line-height: 30px;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}
.social-icon li a:hover {
  background-color: #2f55d4;
  border-color: #2f55d4 !important;
  color: #ffffff !important;
}
.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

.back-to-top {
  z-index: 99;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  display: none;
  color: #3c4858;
  background-color: #ced4da;
  transition: all 0.5s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}
.back-to-top i {
  font-size: 16px;
  transition: all 0.5s ease;
}
.back-to-top:hover {
  background-color: #2f55d4;
  color: #ffffff;
  transform: rotate(45deg);
}
.back-to-top:hover i {
  transform: rotate(-45deg);
}

.back-to-home {
  position: absolute;
  top: 4%;
  right: 2%;
  z-index: 1;
}
.back-to-home a {
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #2f55d4;
}

.display-1 {
  font-size: 80px !important;
}

.display-2 {
  font-size: 72px !important;
}

.display-3 {
  font-size: 64px !important;
}

.display-4 {
  font-size: 56px !important;
}

@media (max-width: 768px) {
  .display-1 {
    font-size: 56px !important;
  }

  .display-2 {
    font-size: 50px !important;
  }

  .display-3 {
    font-size: 42px !important;
  }

  .display-4 {
    font-size: 36px !important;
  }
}
.coming-soon, .maintenance, .error-page {
  font-size: 40px;
  letter-spacing: 1px;
}

#countdown .count-down, #eventdown .count-down {
  display: inline-block;
  margin: 30px 10px;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #dee2e6;
  height: 130px;
  width: 130px;
}
#countdown .count-down .count-number, #eventdown .count-down .count-number {
  font-size: 40px;
  line-height: 95px;
}
#countdown .count-down .count-head, #eventdown .count-down .count-head {
  display: block;
  position: relative;
  transform: translateY(-20px);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

#eventdown .count-down {
  margin: 10px !important;
  border: 0;
  height: 20px;
  width: 80px;
}
#eventdown .count-down .count-number {
  line-height: 80px;
}
#eventdown .count-down .count-head {
  transform: translateY(-15px);
}

#clock {
  color: #ffffff;
}
#clock p {
  width: 80px;
}
#clock p span {
  font-size: 40px;
}
#clock p span.indicator {
  font-size: 18px;
}

@media (min-width: 200px) and (max-width: 767px) {
  .coming-soon, .maintenance, .error-page {
    font-size: 32px;
  }

  #eventdown .count-down {
    width: 60px;
  }
  #eventdown .count-down .count-number {
    font-size: 30px;
  }
  #eventdown .count-down .count-head {
    font-size: 10px;
  }
}
.contact-detail .icon img {
  height: 70px;
}
.contact-detail .content .title {
  font-size: 20px;
}

.form-group .icons {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 100px;
  font-size: 18px;
}

.map {
  line-height: 0;
}
.map iframe {
  width: 100%;
  height: 400px;
}

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

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

.error_message {
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  border: 2px solid #e43f52;
  color: #e43f52;
  border-radius: 10px;
  font-size: 14px;
}

.contact-loader {
  display: none;
}

#success_page {
  text-align: center;
  margin-bottom: 50px;
}
#success_page h3 {
  color: #2eca8b;
  font-size: 22px;
}

.flatpickr-day.selected, .flatpickr-day.selected:hover {
  background: #2f55d4;
  border-color: #2f55d4;
}

@media (min-width: 768px) {
  .map.map-height-two iframe {
    height: 551px;
  }
}
.modal-tim {
  display: none;
  background: linear-gradient(to right, #21bcde, #3658df);
  min-width: 100%;
  border: none;
  padding: 15px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}
.modal-tim p {
  margin-bottom: 0;
}

.form-group .form-control {
  font-size: 16px;
}

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

.form-group {
  margin-bottom: 10px;
}

.display-badge {
  margin-top: 20px;
}

.link-priva {
  margin-bottom: 0;
  font-size: 12px;
}
.link-priva a {
  color: #212529;
}

.recall {
  font-size: 13px;
  margin: -10px 0;
}

.f-29 {
  margin-bottom: -10px;
}

.no-js .hand {
  display: none;
}

/*@media screen and (min-width: 425px) {
    .no-js #home {     
       background-image: url('../images/bg-home-compressor.jpg');
    }
    .no-webp #home {
       background-image: url('../images/bg-home-compressor.jpg');
    }

    .webp #home {
       background-image: url("../images/webp/bg-home-compressor.webp");
    }
}*/
.m-b-0 {
  margin-bottom: 0 !important;
}

#home {
  background-image: url("../../images/bg-plus.jpg");
  padding: 40px 0;
  background-size: cover;
}

#code {
  background-color: #004691;
  color: white;
}
#code a {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  #home {
    padding: 10px 0;
  }

  .modal-tim {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    margin-bottom: 20px;
  }
  .modal-tim p {
    border-radius: 5px;
    background-color: #00C00C;
  }

  .header {

    text-align: center;
  }
  .header h2 {
    text-align: center !important;
  }
  .header .white {
    display: block;
  }
}
.focus {
  background-color: #004691;
  color: #ffffff;
  padding: 5px;
  border-radius: 5px;
}
.focus h4 {
  text-align: center;
  font-size: 1.1em;
}

.header {
  background-color: #004691 !important;
}
.header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.15) 30%, rgba(0, 0, 0, 0) 100%);
  height: 10px;
}
.header h2 {
  margin: 0;
  font-weight: normal;
  text-align: right;
  font-size: 1.1em;
  padding: 11px 0 10px;
  color: #666;
  text-transform: uppercase;
}
.header h2 .white {
  margin-left: 10px;
}
.header img {
  height: 40px;
}

.ftth {
  border-radius: 50%;
  width: 40px;
  margin-left: 5px;
  float: right;
}

#disclaimer {
  background-color: #3c4858;
  color: #ffffff;
  padding: 20px;
  font-size: 13px;
  margin-top: -20px;
}

.red {
  color: #F00;
}

.white {
  color: #ffffff;
}

#bio_ep {
  width: auto !important;
}

.popup {
  background-color: #ffffff;
  border: 10px solid #f8f9fa;
  padding: 30px;
  text-align: center;
}
.popup h2 {
  background: #004691;
  padding: 5px;
  border: 1px solid red;
  color: white;
}

.blue {
  color: #fff;
}

.title-heading {
  color: #fff;
}

.box {
  text-align: center;
  padding: 5px;
  border: 2px solid #004691;
  line-height: 1.5em;
  border-radius: 5px;
  margin-top: 10px;
}

#box {
  padding: 40px 0;
}

#ctaend {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.4);
  position: relative;
}

#end {
  margin: 20px 0;
}
#end p, #end h5 {
  color: #666;
}

.hand {
  position: relative;
  margin-left: -200px;
  z-index: 9;
  margin-bottom: -200px;
  opacity: 0.2;
}

#eventdown {
  background: rgba(0, 0, 0, 0.7);
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.3em;
}

body {
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.2em;
  }

  h3 {
    font-size: 1.6em;
  }

  body {
    font-size: 16px;
  }
}
.big {
  font-size: 1.5em;
}

#tim-countdown {
  border-radius: 5px;
  padding: 10px;
  font-size: 1.4em;
  margin: 10px 0 20px;
  line-height: 1.5em;
  text-align: center;
  font-weight: 600;
  margin: auto;
}
#tim-countdown p {
  color: #F00;
  margin-bottom: 0;
}
#tim-countdown span {
  color: #F00;
  font-size: 30px;
}
#tim-countdown .timing {
  font-size: 25px;
}

.bg-white {
  background-color: #e6e6e6;
  box-shadow: 0 5px 15px 5px rgba(0, 0, 0, 0.4);
}

.bg-copy {
  background: #004691;
  border-radius: 10px;
  padding: 5px 12px 22px 14px;
  margin-right: -20px;
}

.copy-footer {
  color: #004691;
  font-size: 21px;
}

.pulse {
  animation-duration: 2s !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#formFooter {
  background-color: #004691;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.btn-cta-footer .btn-red {
  background-color: #ea0026;
  color: #ffffff;
  margin: 10px 0;
}
.btn-cta-footer .btn-red:hover {
  background-color: #ffffff;
  color: #ea0026;
}
.btn-cta-footer .btn-green {
  background-color: #2cbe80;
  color: #ffffff;
  margin: 10px 0;
}
.btn-cta-footer .btn-green:hover {
  background-color: #ffffff;
  color: #2cbe80;
}

.mobile-header-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .mobile-header-2 {
    justify-content: center;
  }
}
.mobile-header-2 img {
  height: 14px;
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(5deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(5deg);
  }
}
@-moz-keyframes swing {
  0% {
    -moz-transform: rotate(5deg);
  }
  50% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(5deg);
  }
}
@-o-keyframes swing {
  0% {
    -o-transform: rotate(5deg);
  }
  50% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(5deg);
  }
}
@keyframes swing {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
.money {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: red;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  webkit-animation: 3s ease-in-out 0s normal none infinite running swing;
  -moz-animation: 3s ease-in-out 0s normal none infinite running swing;
  -o-animation: 3s ease-in-out 0s normal none infinite running swing;
  animation: 3s ease-in-out 0s normal none infinite running swing;
  -webkit-transform-origin: 100px -71px;
  -moz-transform-origin: 100px -71px;
  -o-transform-origin: 100px -71px;
  transform-origin: 100px -71px;
}
.money .badge {
  text-align: center;
}

.display-badge {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-color: #0078c1;
  max-width: 200px;
  border-radius: 10px;
  padding-left: 20px;
  float: right;
}
@media screen and (max-width: 800px) {
  .display-badge {
    margin-right: 28px;
  }
}
.display-badge p {
  margin-bottom: 0;
  margin-right: 100px;
  font-size: 20px;
  color: white;
}

.badge {
  float: right;
  font-size: 31px;
  right: 0;
  transform: rotate(45deg);
  position: absolute;
  background: #2eca8b;
  width: 70px;
  height: 70px;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  color: #FFFFFF;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 800px) {
  .badge {
    right: 36px;
  }
}

.badge span {
  margin-left: -6px;
  display: block;
  transform: rotate(-45deg);
  opacity: 0.9;
}
