/* Template Name: Xegal - Responsive Bootstrap 5 Landing Page Template
   Author: Pichforest
   File Description: Main Css file of the template
*/
/**********************
01. variables
02. General
03. Menu
04. Components
05. Helper
06. Loader
07. Hero
08. Services
09. Features
10. Testimonial
11. Contact
12. Subscribe
13. Footer
***********************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&family=Roboto:wght@400;500&display=swap");
body {
  font-family: "Roboto", sans-serif;
  color: #2a303b;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
}

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

p {
  line-height: 1.6;
}

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

.row > * {
  position: relative;
}

.navbar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 20px 0px;
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #6c757d;
  font-size: 13px;
  letter-spacing: 0.05rem;
  font-weight: 500;
  text-transform: uppercase;
  background-color: transparent;
  margin: 0px 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Roboto", sans-serif;
}

.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:active, .navbar .navbar-nav .nav-item .nav-link.active {
  color: #1ab3bc !important;
}

.navbar .phone-call .nav-link {
  color: #254793;
}

.navbar .navbar-toggler {
  padding: 0px;
  border: none;
  font-size: 24px;
}

.navbar .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .navbar-brand .logo-light {
  display: inline-block;
}

.navbar .navbar-brand .logo-dark {
  display: none;
}

@media (max-width: 991.98px) {
  .navbar .navbar-brand .logo-light {
    display: none;
  }
  .navbar .navbar-brand .logo-dark {
    display: block;
    height: 30px !important;
  }
}

.nav-sticky.navbar {
  background: #ffffff;
  padding: 15px 0px;
  margin-top: 0px;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(42, 48, 59, 0.08);
          box-shadow: 0px 3px 10px 0px rgba(42, 48, 59, 0.08);
}

.nav-sticky .navbar-brand .logo-dark {
  display: inline-block;
}

.nav-sticky .navbar-brand .logo-light {
  display: none;
}

@media (min-width: 992px) {
  .navbar-light .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.7);
    font-family: "Roboto", sans-serif;
  }
  .navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link:active, .navbar-light .navbar-nav .nav-item .nav-link.active {
    color: #ffffff !important;
  }
  .navbar-light .phone-call .nav-link {
    color: #ffffff;
  }
  .nav-sticky.navbar-light {
    background: #ffffff;
  }
  .nav-sticky.navbar-light .nav-item .nav-link {
    color: #2a303b;
  }
  .nav-sticky.navbar-light .nav-item .nav-link:hover, .nav-sticky.navbar-light .nav-item .nav-link.active, .nav-sticky.navbar-light .nav-item .nav-link:active {
    color: #1ab3bc !important;
  }
  .nav-sticky.navbar-light .phone-call .nav-link {
    color: #254793;
  }
}

@media (max-width: 991px) {
  .navbar {
    padding: 12px 0px;
    background-color: #ffffff;
  }
}

.btn {
  padding: 12px 34px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}

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

.btn-primary {
  background: #254793;
  border-color: #254793 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
  background: #1ab3bc !important;
  border-color: #1ab3bc !important;
  -webkit-box-shadow: 0px 8px 20px -6px rgba(26, 179, 188, 0.6) !important;
          box-shadow: 0px 8px 20px -6px rgba(26, 179, 188, 0.6) !important;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.btn-outline-primary {
  color: #254793;
  border-color: #254793;
}

.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
  background: #1ab3bc !important;
  border-color: #1ab3bc !important;
  -webkit-box-shadow: 0px 8px 20px -6px rgba(26, 179, 188, 0.6) !important;
          box-shadow: 0px 8px 20px -6px rgba(26, 179, 188, 0.6) !important;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.btn-secondary {
  background: #1ab3bc;
  border-color: #1ab3bc !important;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active, .btn-secondary.focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary .open > .dropdown-toggle.btn-primary {
  background: #ff703d;
  border-color: #ff703d;
  -webkit-box-shadow: 0px 8px 20px -6px rgba(255, 127, 81, 0.6);
          box-shadow: 0px 8px 20px -6px rgba(255, 127, 81, 0.6);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.btn-outline-secondary {
  color: #1ab3bc;
  border-color: #1ab3bc;
}

.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, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary .open > .dropdown-toggle.btn-primary {
  background: #1ab3bc;
  border-color: #1ab3bc;
  -webkit-box-shadow: 0px 8px 20px -6px rgba(255, 127, 81, 0.6);
          box-shadow: 0px 8px 20px -6px rgba(255, 127, 81, 0.6);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.btn-success {
  background: #1abc9c;
  border-color: #1abc9c !important;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open > .dropdown-toggle.btn-primary {
  background: #18aa8d;
  border-color: #18aa8d;
  -webkit-box-shadow: 0px 8px 20px -6px rgba(26, 188, 156, 0.6);
          box-shadow: 0px 8px 20px -6px rgba(26, 188, 156, 0.6);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.btn-outline-success {
  color: #1abc9c;
  border-color: #1abc9c;
}

.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open > .dropdown-toggle.btn-primary {
  background: #1abc9c;
  border-color: #1abc9c;
  -webkit-box-shadow: 0px 8px 20px -6px rgba(26, 188, 156, 0.6);
          box-shadow: 0px 8px 20px -6px rgba(26, 188, 156, 0.6);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.btn-info {
  background: #49c6e5;
  border-color: #49c6e5 !important;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open > .dropdown-toggle.btn-primary {
  background: #37c0e2;
  border-color: #37c0e2;
  -webkit-box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, 0.6);
          box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, 0.6);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.btn-outline-info {
  color: #49c6e5;
  border-color: #49c6e5;
}

.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open > .dropdown-toggle.btn-primary {
  background: #49c6e5;
  border-color: #49c6e5;
  -webkit-box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, 0.6);
          box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, 0.6);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.btn-warning {
  background: #ffcd00;
  border-color: #ffcd00 !important;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open > .dropdown-toggle.btn-primary {
  background: #ebbd00;
  border-color: #ebbd00;
  -webkit-box-shadow: 0px 8px 20px -6px rgba(255, 205, 0, 0.6);
          box-shadow: 0px 8px 20px -6px rgba(255, 205, 0, 0.6);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.btn-outline-warning {
  color: #ffcd00;
  border-color: #ffcd00;
}

.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, .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open > .dropdown-toggle.btn-primary {
  background: #ffcd00;
  border-color: #ffcd00;
  -webkit-box-shadow: 0px 8px 20px -6px rgba(255, 205, 0, 0.6);
          box-shadow: 0px 8px 20px -6px rgba(255, 205, 0, 0.6);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.btn-danger {
  background: #ef4b4b;
  border-color: #ef4b4b !important;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open > .dropdown-toggle.btn-primary {
  background: #ed3838;
  border-color: #ed3838;
  -webkit-box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, 0.6);
          box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, 0.6);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.btn-outline-danger {
  color: #ef4b4b;
  border-color: #ef4b4b;
}

.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, .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open > .dropdown-toggle.btn-primary {
  background: #ef4b4b;
  border-color: #ef4b4b;
  -webkit-box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, 0.6);
          box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, 0.6);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.btn-light {
  background: #f8f9fa;
  border-color: #f8f9fa !important;
}

.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open > .dropdown-toggle.btn-primary {
  background: #eceff2;
  border-color: #eceff2;
  -webkit-box-shadow: 0px 8px 20px -6px rgba(248, 249, 250, 0.6);
          box-shadow: 0px 8px 20px -6px rgba(248, 249, 250, 0.6);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.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, .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open > .dropdown-toggle.btn-primary {
  background: #f8f9fa;
  border-color: #f8f9fa;
  -webkit-box-shadow: 0px 8px 20px -6px rgba(248, 249, 250, 0.6);
          box-shadow: 0px 8px 20px -6px rgba(248, 249, 250, 0.6);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.btn-dark {
  background: #2a303b;
  border-color: #2a303b !important;
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open > .dropdown-toggle.btn-primary {
  background: #22262f;
  border-color: #22262f;
  -webkit-box-shadow: 0px 8px 20px -6px rgba(42, 48, 59, 0.6);
          box-shadow: 0px 8px 20px -6px rgba(42, 48, 59, 0.6);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.btn-outline-dark {
  color: #2a303b;
  border-color: #2a303b;
}

.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, .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open > .dropdown-toggle.btn-primary {
  background: #2a303b;
  border-color: #2a303b;
  -webkit-box-shadow: 0px 8px 20px -6px rgba(42, 48, 59, 0.6);
          box-shadow: 0px 8px 20px -6px rgba(42, 48, 59, 0.6);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.btn-muted {
  background: #9da9bb;
  border-color: #9da9bb !important;
}

.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus, .btn-muted:not(:disabled):not(.disabled):active, .btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open > .dropdown-toggle.btn-primary {
  background: #919eb3;
  border-color: #919eb3;
  -webkit-box-shadow: 0px 8px 20px -6px rgba(157, 169, 187, 0.6);
          box-shadow: 0px 8px 20px -6px rgba(157, 169, 187, 0.6);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.btn-outline-muted {
  color: #9da9bb;
  border-color: #9da9bb;
}

.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, .btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open > .dropdown-toggle.btn-primary {
  background: #9da9bb;
  border-color: #9da9bb;
  -webkit-box-shadow: 0px 8px 20px -6px rgba(157, 169, 187, 0.6);
          box-shadow: 0px 8px 20px -6px rgba(157, 169, 187, 0.6);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

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

.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open > .dropdown-toggle.btn-primary {
  background: whitesmoke;
  border-color: whitesmoke;
  -webkit-box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
          box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open > .dropdown-toggle.btn-primary {
  background: #ffffff;
  border-color: #ffffff;
  -webkit-box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
          box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.btn.btn-outline-white:focus, .btn.btn-outline-white:active, .btn.btn-outline-white:hover, .btn.btn-outline-white.active, .btn.btn-outline-light:focus, .btn.btn-outline-light:active, .btn.btn-outline-light:hover, .btn.btn-outline-light.active {
  color: #2a303b;
}

.btn.btn-outline-primary:focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary:hover, .btn.btn-outline-primary.active, .btn.btn-outline-dark:focus, .btn.btn-outline-dark:active, .btn.btn-outline-dark:hover, .btn.btn-outline-dark.active, .btn.btn-outline-success:focus, .btn.btn-outline-success:active, .btn.btn-outline-success:hover, .btn.btn-outline-success.active {
  color: #ffffff !important;
}

/*******color Loop*******/
.text-primary {
  color: #254793 !important;
}

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

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

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

.text-success {
  color: #1abc9c !important;
}

.bg-success {
  background-color: #1abc9c !important;
}

.text-info {
  color: #49c6e5 !important;
}

.bg-info {
  background-color: #49c6e5 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/*******font-size*******/
.fs-12 {
  font-size: 12px;
}

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

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

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

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

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

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

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

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

/*******font-weight*******/
.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.box-shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 24px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 24px;
}

/*******bg-overlay*******/
.bg-overlay {
  position: absolute;
  background-color: rgba(42, 48, 59, 0.7);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.form-control {
  padding: 10px 14px;
  font-size: 14px;
  border: 1px solid rgba(42, 48, 59, 0.2);
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: rgba(42, 48, 59, 0.3);
}

input::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ced4da;
}

input::-moz-placeholder, .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #ced4da;
}

input:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #ced4da;
}

input:-moz-placeholder, .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #ced4da;
}

#back-to-top {
  width: 30px;
  height: 30px;
  position: fixed;
  bottom: 20px;
  right: 30px;
  background: #2a303b;
  border-color: transparent;
  border-radius: 3px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: none;
}

#back-to-top:hover {
  background-color: #254793;
}

.primary-link {
  color: #2a303b;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.primary-link:hover {
  color: #254793;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}

/* 
// 05.Loader
*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right bottom, left top, from(#254793), to(#49c6e5));
  background: linear-gradient(to top left, #254793 0%, #49c6e5 100%);
  z-index: 9999999;
}

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

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2s infinite linear;
          animation: sk-rotate 2s infinite linear;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
          animation: sk-bounce 2s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-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);
  }
}

/* 
// 06. Hero
*/
.bg-home {
  padding: 180px 0;
  background-color: rgba(37, 88, 171, 0.05);
}

@media (max-width: 991.98px) {
  .bg-home {
    padding: 140px 0 95px;
  }
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.bg-home2 {
  padding: 180px 0 150px 0;
  background: linear-gradient(135deg, #254793, #11b9e8 100%);
}

.bg-home2 .bg-overlay {
  background: url("../img/home2-bg.2db5b5486547.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-content {
  position: relative;
  z-index: 1;
}

.bg-home3 {
  padding-top: 168px;
  position: relative;
  background-color: #254793;
}

.bg-home3 .bg-overlay {
  background: url("../img/home3-bg.1fc0c11a48d5.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-home4 {
  padding: 230px 0 215px 0;
  background: #f8f9fa;
}

@media (max-width: 991.98px) {
  .bg-home4 {
    padding: 170px 0 95px 0;
  }
}

.bg-home4 .bg-overlay {
  background: url("../img/home4-bg.1b07c4f84a42.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-home5 .bg-overlay {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 30%, transparent);
}

.hero-slider {
  height: 100vh;
}

.hero-slider .swiper-slide {
  font-size: 18px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-slider .swiper-pagination-bullet {
  width: 8px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 5px;
}

.hero-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1ab3bc;
}

.bg-home6 {
  position: relative;
  padding: 280px 0 260px 0;
  background-image: url("../img/home-6.35bc969b6ab6.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 767.98px) {
  .bg-home6 {
    padding: 225px 0 220px 0;
  }
}

.bg-home6 .bg-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

iframe {
  max-width: 100%;
  border: 9px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px 5px 5px 5px;
}

/* 
// 07. Services
*/
.service-box {
  padding: 28px 29px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-box .service-icon {
  font-size: 44px;
  color: #254793;
}

.service-box .service-content p {
  color: #9da9bb;
}

.service-box .service-content a {
  color: #254793;
}

.service-box:before {
  content: "";
  height: 80px;
  width: 80px;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}

.service-box:after {
  content: "";
  height: 0px;
  width: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 10%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}

.service-box:hover {
  color: #ffffff;
  cursor: pointer !important;
}

.service-box:hover ul {
  display: block !important;
}

.service-box:hover .service-icon {
  color: #ffffff;
}

.service-box:hover .service-content {
  color: #ffffff;
}

.service-box:hover .service-content p.first {
  display: none;
}

.service-box:hover .service-content p {
  color: #254793 !important;
}

.service-box:hover .service-content a {
  color: #ffffff;
}

.service-box:hover:before {
  height: 100%;
  width: 100%;
  background-color: rgba(37, 71, 147, .5) !important;
}

.right-icon {
  line-height: 0;
  font-size: 22px;
}

.features-box .features-icon {
  background: #254793;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  border-radius: 6px;
  font-size: 30px;
  position: relative;
}

.features-box .features-icon::before {
  content: "";
  height: 60px;
  width: 60px;
  background: rgba(37, 88, 171, 0.1);
  position: absolute;
  left: 7px;
  top: -16px;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  z-index: -1;
  border-radius: 6px;
}

.team-box {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}

.team-box .team-img {
  position: relative;
}

.team-box .team-img img {
  width: 100%;
  border-radius: 6px;
}

.team-box .team-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  opacity: 0;
  overflow: hidden;
  border-radius: 8px;
}

.team-box .team-overlay .team-content {
  position: absolute;
  bottom: -60px;
  left: 0px;
  right: 0px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  opacity: 0;
}

.team-box .team-overlay .team-social-icon a {
  height: 35px;
  width: 35px;
  display: inline-block;
  line-height: 33px;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.team-box .team-overlay .team-social-icon a:hover {
  color: #ffffff;
  background-color: #254793;
  border: 1px solid #254793;
}

.team-box:hover .team-overlay {
  opacity: 1;
  visibility: visible;
}

.team-box:hover .team-content {
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 1;
}

.subscribe-form input {
  padding: 14px 20px;
  width: 100%;
  font-size: 16px;
  color: #2a303b;
  border: none;
  outline: none;
  padding-right: 155px;
  padding-left: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 3px 8px rgba(42, 48, 59, 0.1);
          box-shadow: 0 3px 8px rgba(42, 48, 59, 0.1);
}

.subscribe-form .btn {
  position: absolute;
  right: 0px;
  outline: none;
  border-radius: 30px;
  padding: 13px 38px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
}

@media (min-width: 992px) {
  .cta-img {
    position: relative;
  }
  .cta-img::before {
    content: "";
    position: absolute;
    background-color: rgba(42, 48, 59, 0.07);
    right: -40px;
    width: 60px;
    height: 2px;
    top: 50%;
  }
}

.counter-box .counter-icon {
  background: rgba(255, 255, 255, 0.03);
  height: 90px;
  width: 90px;
  border-radius: 50%;
  line-height: 100px;
  text-align: center;
  font-size: 46px;
  margin: 0 auto;
  -webkit-box-shadow: 0 3px 0px rgba(255, 255, 255, 0.2);
          box-shadow: 0 3px 0px rgba(255, 255, 255, 0.2);
}

p .counters {
  padding: 20px;
  border-radius: 10px;
}

.counter {
  letter-spacing: 0.125rem;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.4rem;
  font-size: 2.4rem;
  font-weight: 400;
}

.counter > span {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-transition: -webkit-transform 2s ease;
  transition: -webkit-transform 2s ease;
  transition: transform 2s ease;
  transition: transform 2s ease, -webkit-transform 2s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  line-height: 1;
}

.counter > span span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 100%;
}

.testi-box .testi-content {
  padding: 30px;
  -webkit-box-shadow: 2px 2px 10px rgba(42, 48, 59, 0.08);
          box-shadow: 2px 2px 10px rgba(42, 48, 59, 0.08);
  border-radius: 6px;
  position: relative;
  background-color: #ffffff;
}

.testi-box .testi-content:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  bottom: -10px;
  left: 20%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-box-shadow: 16px 14px 17px rgba(42, 48, 59, 0.08);
          box-shadow: 16px 14px 17px rgba(42, 48, 59, 0.08);
}

.testi-box .testi-user img {
  height: 48px;
  width: 48px;
}

.testi-slider .swiper-pagination-bullets {
  bottom: -10px;
}

.testi-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 14px;
  height: 5px;
  border: none;
  background-color: rgba(37, 88, 171, 0.8);
  margin: 5px 7px;
  border-radius: 20px;
}

.testi-slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #254793;
}

.blog-box {
  border: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 24px;
          box-shadow: rgba(0, 0, 0, 0.05) 0px 8px 24px;
}

.blog-box .blog-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.blog-box .blog-img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-box .blog-img .blog-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #254793;
  padding: 5px 10px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
}

.blog-box .blog-img::after {
  content: "";
  background-color: rgba(255, 127, 81, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-box:hover .blog-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-box:hover .blog-img .blog-tag {
  left: 24px;
}

.blog-box:hover .blog-img::after {
  background-color: rgba(255, 127, 81, 0.45);
}

.Contact-info .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  border-radius: 3px;
  text-align: center;
  color: #254793;
  background-color: rgba(37, 88, 171, 0.08);
}

.footer {
  padding: 60px 0 45px;
  position: relative;
}

.footer .company-sub-menu li {
  padding: 8px 0;
}

.footer .company-sub-menu li a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #9da9bb;
}

.footer .company-sub-menu li a:hover {
  color: #254793;
  margin-left: 5px;
}

.footer-social-list a {
  border: 1px solid #d9dee5;
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #bbc3d0;
  font-size: 18px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-social-list a:hover {
  background: #254793;
  color: #ffffff;
  border-color: #254793;
  -webkit-box-shadow: 0 0 2px 7px rgba(37, 88, 171, 0.15);
          box-shadow: 0 0 2px 7px rgba(37, 88, 171, 0.15);
}