html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: rgba(255, 255, 255, 0.768627451);
  font-family: "Familjen Grotesk", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  color: #242424;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.3em;
  color: #161515;
  -webkit-font-smoothing: antialiased;
  font-family: "Familjen Grotesk", sans-serif;
  font-weight: 900;
}

h1 {
  font-size: 50px;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 18px;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 16px;
}
@media only screen and (max-width: 575px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 14px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.title {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 571px) {
  .title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 990px) {
  .title {
    font-size: 35px;
  }
}

.video-wrapper .video-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transform: translate(-10%, -15%);
          transform: translate(-10%, -15%);
  color: #ffffff;
  font-size: 14px;
  z-index: 1;
  background-color: #214deb;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
@media only screen and (max-width: 575px) {
  .video-wrapper .video-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
  }
}
.video-wrapper .video-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  background-color: #214deb;
}

a {
  display: inline-block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.3em;
}

.nav-pills .nav-link.active {
  background-color: #214deb !important;
}

p {
  margin-bottom: 15px;
  line-height: 1.7em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

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

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

button, input[type=submit], input[type=reset], input[type=button] {
  border: none;
  cursor: pointer;
}

input,
textarea {
  padding: 12px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

a,
a:focus,
a:hover {
  text-decoration: none;
  color: inherit;
}

blockquote {
  background-color: #f6f8fe;
  padding: 40px;
  border-radius: 10px;
  font-weight: 500;
  font-style: italic;
  position: relative;
}
blockquote .quote-icon {
  position: absolute;
  top: 0;
  left: 5%;
  font-size: 120px;
  opacity: 0.1;
}

#back-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 10;
  padding: 10px 15px;
  background-color: #214deb;
  color: #ffffff;
  border: 1px solid #214deb;
  border-radius: 5px;
}

.scroll-top {
  background-color: #214deb;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-100 {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-100 {
    padding: 80px 0;
  }
}

.ptb-120 {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

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

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

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

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

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

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

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

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

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

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

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

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

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

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

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

*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  background-color: #eaf7e4;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #eaf7e4;
}

*::-webkit-scrollbar-button {
  background-color: #214deb;
}

*::-webkit-scrollbar-thumb {
  background-color: #214deb;
}

.swiper-notification {
  display: none;
}

.swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: rgba(33, 77, 235, 0.2);
  opacity: 1;
  margin-right: 10px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #214deb;
  width: 25px;
  border-radius: 10px;
  margin-right: 10px;
}

.slider-next,
.slider-prev {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  background-color: #ffffff;
  border: 1px solid #363a5d;
  border-radius: 50%;
  color: #242424;
  display: inline-block;
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  cursor: pointer;
  margin-top: 60px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-next:hover,
.slider-prev:hover {
  background-color: #214deb;
  color: #ffffff;
}

.slider-next {
  margin-left: 10px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.pagination .page-item {
  text-align: center;
  padding: 3px;
}
.pagination .page-item a,
.pagination .page-item span {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: transparent;
  border: 2px solid #363a5d;
  color: #ffffff;
  padding: 0;
  font-weight: 600;
  line-height: 30px;
  display: block;
  margin: 0;
}
.pagination .page-item.disabled span {
  border-radius: 8px;
  background: transparent;
  border: 1px solid #363a5d;
  color: #ffffff;
}
.pagination .page-item .page-link {
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background-color: #214deb;
  border-color: transparent;
  color: #ffffff;
}

.preloader {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #214deb;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.preloader .loader-bg {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  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;
  z-index: 9999999999;
}
.preloader .loader-bg h3 {
  position: fixed;
  color: #214deb;
  font-size: 24px;
}
.preloader .loader {
  width: 8em;
  height: 8em;
  font-size: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 0.3em solid #50b0ff;
  border-radius: 50%;
  position: relative;
  -webkit-animation: rotating 2s ease-in-out infinite;
          animation: rotating 2s ease-in-out infinite;
  --direction: 1;
}
.preloader .loader span {
  position: absolute;
  color: #214deb;
  width: inherit;
  height: inherit;
  text-align: center;
  line-height: 10em;
  font-family: sans-serif;
  -webkit-animation: rotating 2s linear infinite;
          animation: rotating 2s linear infinite;
}
.preloader .loader::before,
.preloader .loader::after {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: -0.2em;
}
.preloader .loader::before {
  border-top: 0.3em solid dodgerblue;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
.preloader .loader::after {
  border-top: 0.3em solid #214deb;
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}
@-webkit-keyframes rotating {
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotating {
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.modal-content {
  background-color: rgba(255, 255, 255, 0.768627451);
}
.modal-content .close {
  border-radius: 3px;
}

.modal-header {
  border-color: #363a5d;
}

.modal-footer {
  border-color: #363a5d;
}
.modal-footer button, .modal-footer input[type=submit], .modal-footer input[type=reset], .modal-footer input[type=button] {
  padding: 8px 25px;
  font-size: 14px;
  border-radius: 8px;
  color: #ffffff !important;
}

input[type=submit]:hover {
  color: #ffffff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.sendo-btn-main {
  background: #214deb;
  border-radius: 999px;
  color: #ffffff;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #214deb;
  letter-spacing: 0.6px;
}
.sendo-btn-main:hover {
  background: transparent;
  color: #161515;
  border: 2px solid #214deb;
}
@media only screen and (max-width: 991px) {
  .sendo-btn-main {
    padding: 10px 25px;
    font-size: 13px;
  }
}

.sendo-btn-main-2 {
  background: transparent;
  border-radius: 999px;
  color: #161515;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #214deb;
  letter-spacing: 0.6px;
}
.sendo-btn-main-2:hover {
  background: #214deb;
  color: #ffffff;
  border: 2px solid #214deb;
}
@media only screen and (max-width: 991px) {
  .sendo-btn-main-2 {
    padding: 10px 25px;
    font-size: 13px;
  }
}

.bg_img {
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover;
}

.bg_img-2 {
  background-position: left;
  background-repeat: no-repeat !important;
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-base {
  position: relative;
  z-index: 2;
}
.bg-overlay-base:before {
  content: "";
  position: absolute;
  background: #ffffff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.6;
}

.bg-overlay-base-f {
  position: relative;
  z-index: 2;
}
.bg-overlay-base-f:before {
  content: "";
  position: absolute;
  background: black;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.8;
}

.bg-overlay-base-2 {
  position: relative;
}
.bg-overlay-base-2:before {
  content: "";
  position: absolute;
  background: #132a40;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  border-radius: 20px;
}
.bg-overlay-base-2 > div {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes scroll-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes scroll-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@-webkit-keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@keyframes wave {
  0% {
    -webkit-transform: rotate(1deg);
            transform: rotate(1deg);
  }
  100% {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
  }
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.sendo-header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: transparent;
}
@media only screen and (max-width: 1400px) {
  .sendo-header-section .sendo-header-bottom-area .container {
    max-width: 100%;
  }
}
.sendo-header-section .sendo-btn-main:hover {
  color: #ffffff;
}

.header {
  background-color: transparent;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  z-index: 999;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.header.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.sendo-header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: rgba(8, 8, 8, 0.59);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.2px);
  -webkit-backdrop-filter: blur(6.2px);
  margin-top: 0;
}
.sendo-header-section.header-fixed .header-top-area {
  display: none !important;
}
.sendo-header-section.header-fixed .sendo-header-bottom-area {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.sendo-header-bottom-area {
  position: relative;
  background: transparent;
}
@media only screen and (max-width: 991px) {
  .sendo-header-bottom-area {
    padding: 10px 0;
  }
}
.sendo-header-bottom-area .navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .sendo-header-bottom-area .navbar-collapse {
    background: rgba(8, 8, 8, 0.59);
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.2px);
    -webkit-backdrop-filter: blur(6.2px);
    border-radius: 16px;
    padding: 0 !important;
  }
  .sendo-header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
  }
  .sendo-header-bottom-area .navbar-collapse .main-menu .navbar-nav {
    background-color: rgba(255, 255, 255, 0.768627451);
  }
  .sendo-header-bottom-area .menu_has_children .sub-menu {
    display: none !important;
  }
  .sendo-header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }
  .sendo-header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
  .sendo-header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sendo-header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.sendo-header-bottom-area .navbar-collapse .main-menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .sendo-header-bottom-area .navbar-collapse .main-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sendo-header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  padding-right: 25px;
}
@media only screen and (max-width: 1199px) {
  .sendo-header-bottom-area .navbar-collapse .main-menu li {
    padding-right: 22px !important;
  }
}
.sendo-header-bottom-area .navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.sendo-header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.sendo-header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}
.sendo-header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 12px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .sendo-header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}
.sendo-header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  padding: 33px 0;
  font-weight: 400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999;
  letter-spacing: 0.6px;
}
.sendo-header-bottom-area .navbar-collapse .main-menu li a:hover, .sendo-header-bottom-area .navbar-collapse .main-menu li a.active {
  color: #214deb;
}
.sendo-header-bottom-area .navbar-collapse .main-menu li a:hover::before, .sendo-header-bottom-area .navbar-collapse .main-menu li a.active::before {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.sendo-header-bottom-area .sendo-header-section.header-fixed .navbar-collapse .main-menu li a {
  padding: 30px 18px 30px 0;
}
@media (max-width: 991px) {
  .sendo-header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
  }
}
.sendo-header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 90px;
  left: 0px !important;
  border-top: 5px solid #214deb;
  width: 180px;
  background: #ffffff;
  border-radius: 3px;
  display: block;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}
@media only screen and (max-width: 991px) {
  .sendo-header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    width: 180px;
  }
}
.sendo-header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  margin-right: 0;
  padding-right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  z-index: 2;
}
.sendo-header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}
.sendo-header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: #214deb;
}
.sendo-header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  width: 100%;
  font-size: 14px;
  padding: 8px 15px;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.sendo-header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::before {
  display: none;
}
.sendo-header-bottom-area .sendo-header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
  padding: 8px 20px;
}
@media (max-width: 991px) {
  .sendo-header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}
.sendo-header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.sendo-site-logo {
  max-width: 9rem;
}
@media only screen and (max-width: 991px) {
  .sendo-site-logo {
    max-width: 130px;
  }
}

.header-action {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-action a {
  margin: 0px;
}
@media only screen and (max-width: 991px) {
  .header-action a {
    margin: 0px 10px 15px 10px;
  }
}
.header-action .header-account-btn {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1333333333);
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-action .header-account-btn:hover {
  background-color: #f6f8fe;
  border: 1px solid #f6f8fe;
}

.language-select {
  background: transparent;
  color: #ffffff;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .language-select {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .header-link {
    display: none;
  }
}
.header-link a {
  color: #ffffff;
}
.header-link a i {
  color: #214deb;
  margin-right: 5px;
  font-size: 16px;
}
.header-link a + a {
  margin-left: 20px;
}

.header-social li {
  display: inline-block;
}
.header-social li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  background: transparent;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  font-size: 14px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header-social li a:hover, .header-social li a.active {
  background: #214deb;
  color: #ffffff;
}
.header-social li a.facebook {
  background-color: #0d6efd;
}
.header-social li a.instagram {
  background-color: #dc3545;
}
.header-social li + li {
  margin-left: 5px;
}

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

.navbar-toggler span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 18px;
}

.banner {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13rem;
  padding-bottom: 13rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 571px) {
  .banner {
    padding-top: 8rem;
    padding-bottom: 13rem;
  }
}
.banner .video {
  font-size: 20px;
  margin: auto;
  color: #d9d9d9;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 2px;
}
@media only screen and (max-width: 571px) {
  .banner .video {
    width: 100%;
    font-size: 16px;
  }
}
.banner .top h3 {
  font-size: 81px;
  padding-bottom: 5px;
  color: #ffffff;
  letter-spacing: 2.25px;
}
.banner .top h3 span {
  color: #214deb;
}
@media only screen and (max-width: 571px) {
  .banner .top h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .banner .top h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 990px) {
  .banner .top h3 {
    font-size: 35px;
  }
}
.banner .top p {
  font-size: 20px;
  margin: auto;
  color: #d9d9d9;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 2px;
}
@media only screen and (max-width: 571px) {
  .banner .top p {
    width: 100%;
    font-size: 16px;
  }
}
.banner .top .sub-title {
  color: #214deb;
}
.banner .card {
  border-radius: 0px 0px 30px 30px;
  background: rgba(76, 102, 196, 0.3);
  padding: 30px;
}
.banner .card h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin-bottom: 13px;
}
.banner .card .form-control {
  border-radius: 30px 0px 0px 30px;
  background: rgba(76, 102, 196, 0.5);
  border: none;
  color: #cfcfcf;
  padding: 10px 20px;
}
.banner .card select {
  border-radius: 0px 30px 30px 0px;
  background: rgba(33, 77, 235, 0.7);
  border: none;
  color: #ffffff;
  height: 44px;
}
.banner .head {
  border-radius: 30px 30px 0px 0px;
  background: rgba(33, 77, 235, 0.7);
  padding: 12px;
}
.banner .head h3 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
@media only screen and (max-width: 571px) {
  .banner .head {
    margin-top: 20px;
  }
}
.banner .sendo-btn-main:hover {
  color: #ffffff;
}

.footer {
  background-color: #000;
}
.footer a {
  color: #214deb;
}
.footer .footer-top {
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 20px;
  padding-bottom: 5px;
  letter-spacing: 0.6px;
  line-height: 26px; /* 130% */
}
.footer p {
  font-size: 16px;
  margin: auto;
  color: #cbcbcb;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 2px;
}
.footer .list-unstyled li a {
  color: #cbcbcb;
  font-size: 16px;
  margin: auto;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 2px;
}
.footer .footer-logo {
  width: 150px;
}
.footer .footer-social li a i {
  font-size: 17px;
  background-color: transparent;
  border: 1px solid #214deb;
  color: #214deb;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 13px;
  border-radius: 999px;
}
.footer .footer-social li a i:hover {
  background-color: #214deb;
  border: 1px solid #214deb;
  color: #ffffff;
}

.sendo-works {
  overflow: hidden;
}
.sendo-works .card {
  border: none;
  width: 286px;
  height: 219px;
  text-align: center;
}
.sendo-works .card h3 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  line-height: 22px; /* 88% */
  letter-spacing: 0.75px;
  padding-top: 25px;
}
.sendo-works .card .icon {
  background-color: #edf7fb;
  width: 65px;
  height: 65px;
  line-height: 75px;
  margin: auto;
  border-radius: 50%;
}
.sendo-works .card .icon i {
  color: #242424;
  font-size: 30px;
}

.transfer {
  overflow: hidden;
}
.transfer .content h3 {
  font-size: 41px;
  padding-bottom: 5px;
  letter-spacing: 2.25px;
}
.transfer .content h3 span {
  color: #214deb;
}
@media only screen and (max-width: 571px) {
  .transfer .content h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .transfer .content h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 990px) {
  .transfer .content h3 {
    font-size: 35px;
  }
}
.transfer .content p {
  font-size: 20px;
  margin: auto;
  color: #242424;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 2px;
}
@media only screen and (max-width: 571px) {
  .transfer .content p {
    width: 100%;
    font-size: 16px;
  }
}
.transfer .content .sub-title {
  color: #214deb;
  font-weight: 500;
}

.world {
  overflow: hidden;
}
.world .title {
  text-align: center;
  color: #ffffff;
  margin-bottom: 50px;
}
.world img {
  width: 80%;
}

.sendo-client {
  overflow: hidden;
}
.sendo-client .client-slider .card {
  border: none;
  text-align: center;
  padding: 50px;
  background-color: #e3f3f9;
  border-radius: 8px;
}
@media only screen and (max-width: 571px) {
  .sendo-client .client-slider .card {
    padding: 25px;
  }
}
.sendo-client .client-slider .card h3 {
  font-size: 25px;
  font-weight: 500;
  line-height: 22px; /* 88% */
  letter-spacing: 0.75px;
  padding-top: 25px;
}
.sendo-client .client-slider .card p {
  font-size: 20px;
  margin: auto;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 2px;
}
@media only screen and (max-width: 571px) {
  .sendo-client .client-slider .card p {
    width: 100%;
    font-size: 16px;
  }
}
.sendo-client .client-slider .card img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-bottom: 15px;
}

.sendo-app {
  overflow: hidden;
}
.sendo-app .sendo-btn-main {
  background-color: #edf7fb;
  border: none;
  color: #242424;
}
.sendo-app .sendo-btn-main i {
  color: #214deb;
}
.sendo-app .sendo-btn-main:hover {
  background-color: #e3f3f9;
}
.sendo-app .content h3 {
  font-size: 41px;
  padding-bottom: 5px;
  letter-spacing: 2.25px;
}
.sendo-app .content h3 span {
  color: #214deb;
}
@media only screen and (max-width: 571px) {
  .sendo-app .content h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .sendo-app .content h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 990px) {
  .sendo-app .content h3 {
    font-size: 35px;
  }
}
.sendo-app .content p {
  font-size: 20px;
  margin: auto;
  color: #242424;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 2px;
}
@media only screen and (max-width: 571px) {
  .sendo-app .content p {
    width: 100%;
    font-size: 16px;
  }
}
.sendo-app .content .sub-title {
  color: #214deb;
  font-weight: 500;
}

.get-started {
  overflow: hidden;
}
.get-started .main {
  background-color: #214deb;
  border-radius: 8px;
  padding: 30px;
}
.get-started .main h3 {
  color: #ffffff;
}
.get-started .main img {
  width: 50%;
  margin-left: 30px;
}
@media only screen and (max-width: 571px) {
  .get-started .main img {
    margin-left: 0px;
  }
}
.get-started .sendo-btn-main {
  background-color: #edf7fb;
  border: none;
  color: #242424;
}
.get-started .sendo-btn-main i {
  color: #214deb;
}
.get-started .sendo-btn-main:hover {
  background-color: #e3f3f9;
}

.blog {
  overflow: hidden;
}
.blog .card {
  border-radius: 30px;
  background-color: #e3f3f9;
  border: none;
}
.blog .card .content {
  padding: 25px;
}
.blog .card .content h3 {
  font-size: 20px;
  padding-bottom: 5px;
  letter-spacing: 0.6px;
  line-height: 26px; /* 130% */
}
.blog .card .content h3 span {
  color: #214deb;
}
@media only screen and (max-width: 571px) {
  .blog .card .content h3 {
    font-size: 17px;
  }
}
.blog .card .content p {
  font-size: 16px;
  margin: auto;
  color: #242424;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 2px;
}
.blog .card .content a {
  color: #214deb;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 15px;
  margin-top: 10px;
}
.blog .card img {
  width: 100%;
  height: 270px;
  border-radius: 30px 30px 0 0;
}

.head-two {
  background-color: #242424;
}

.info {
  overflow: hidden;
}
.info .content h3 {
  font-size: 41px;
  padding-bottom: 5px;
  letter-spacing: 2.25px;
  text-align: center;
}
.info .content h3 span {
  color: #214deb;
}
@media only screen and (max-width: 571px) {
  .info .content h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .info .content h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 990px) {
  .info .content h3 {
    font-size: 35px;
  }
}
.info .content p {
  font-size: 20px;
  margin: auto;
  color: #242424;
  text-align: center;
  width: 70%;
  margin: auto;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 2px;
}
@media only screen and (max-width: 571px) {
  .info .content p {
    width: 100%;
    font-size: 16px;
  }
}

.faq {
  overflow: hidden;
}
.faq .title {
  text-align: center;
}
.faq .faq-content {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.faq .faq-content .faq-item {
  padding: 20px;
  border-bottom: 1px solid #a4a4a4;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq .faq-content .faq-item:last-child {
  border-bottom: none;
}
.faq .faq-content .faq-question {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 3px;
  letter-spacing: 0.6px;
}
.faq .faq-content .faq-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out;
  text-align: start;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  margin: auto;
  color: #242424;
  font-weight: 400;
  letter-spacing: 2px;
}
@media only screen and (max-width: 571px) {
  .faq .faq-content .faq-answer {
    font-size: 16px;
  }
}
.faq .faq-content .faq-answer.active {
  border-bottom: 1px solid #e0e0e0;
}
.faq .faq-content .icon-container i {
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.faq .faq-content .icon-container i.active {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.contact {
  overflow: hidden;
}
.contact .thumb-right img {
  width: 33rem;
}
.contact .form-control {
  padding: 10px;
}

.signin .content {
  -webkit-box-shadow: 0px 0px 40px -2px rgba(207, 203, 203, 0.57);
  box-shadow: 0px 0px 40px -2px rgba(207, 203, 203, 0.57);
  padding: 30px;
  border-radius: 10px;
}
.signin .form-control {
  padding: 10px;
}
.signin .create-acc a {
  color: #214deb;
}
.signin p {
  font-size: 18px;
  margin: auto;
  color: #242424;
  font-weight: 500;
  line-height: 30px; /* 150% */
  letter-spacing: 2px;
  padding-bottom: 5px;
}

.blog-details {
  overflow: hidden;
}
.blog-details img {
  border-radius: 10px;
  width: 80%;
}
.blog-details p {
  font-size: 20px;
  color: #242424;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 2px;
  padding-bottom: 5px;
  width: 90%;
}
@media only screen and (max-width: 571px) {
  .blog-details p {
    width: 100%;
  }
}

.policy {
  overflow: hidden;
}
.policy .box {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(219, 219, 219, 0.57);
          box-shadow: 0px 0px 20px 0px rgba(219, 219, 219, 0.57);
  padding: 20px;
  border-radius: 10px;
}
.policy p {
  font-size: 20px;
  color: #242424;
  font-weight: 400;
  line-height: 30px; /* 150% */
  letter-spacing: 2px;
  padding-bottom: 5px;
}