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

body {
  background-color: rgba(255, 255, 255, 0.768627451);
  font-family: "Roboto", 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: "Roboto", 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;
}

.text-content h3 {
  font-size: 35px;
  padding-bottom: 15px;
  text-transform: capitalize;
  color: #161515;
}
.text-content h3 span {
  color: #024fff;
}
.text-content .sub-title {
  font-size: 11px;
  padding: 5px 10px;
  background-color: #d9eef2;
  color: #161515;
  letter-spacing: 2px;
  border-radius: 7px;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 571px) {
  .text-content h3 {
    font-size: 26px;
  }
}
.text-content p {
  font-size: 17px;
}

.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: 16px;
  z-index: 1;
  background-color: #024fff;
  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: #024fff;
}

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: #024fff !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;
}

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

.scroll-top {
  background-color: #024fff;
}

.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: #024fff;
}

*::-webkit-scrollbar-thumb {
  background-color: #024fff;
}

.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(2, 79, 255, 0.2);
  opacity: 1;
  margin-right: 10px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #024fff;
  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: #024fff;
  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: #024fff;
  border-color: transparent;
  color: #ffffff;
}

.preloader {
  position: fixed;
  z-index: 9999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #024fff;
  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: #024fff;
  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: #024fff;
  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 #024fff;
  -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;
}

.wevso-btn-main {
  background: #024fff;
  border-radius: 999px;
  color: #ffffff;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #024fff;
}
.wevso-btn-main:hover {
  background: transparent;
  color: #161515;
  border: 1px solid #024fff;
}
@media only screen and (max-width: 991px) {
  .wevso-btn-main {
    padding: 10px 25px;
    font-size: 13px;
  }
}

.wevso-btn-main-2 {
  background: transparent;
  border-radius: 999px;
  color: #161515;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #024fff;
}
.wevso-btn-main-2:hover {
  background: #024fff;
  color: #ffffff;
  border: 1px solid #024fff;
}
@media only screen and (max-width: 991px) {
  .wevso-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%;
  }
}
.wevso-header-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: transparent;
}
@media only screen and (max-width: 1400px) {
  .wevso-header-section .wevso-header-bottom-area .container {
    max-width: 100%;
  }
}

.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;
}

.wevso-header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
  margin-top: 0;
}
.wevso-header-section.header-fixed .header-top-area {
  display: none !important;
}
.wevso-header-section.header-fixed .wevso-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);
}

.wevso-header-bottom-area {
  position: relative;
  background: transparent;
}
@media only screen and (max-width: 991px) {
  .wevso-header-bottom-area {
    padding: 10px 0;
  }
}
.wevso-header-bottom-area .navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .wevso-header-bottom-area .navbar-collapse {
    background: rgb(226, 225, 225);
    border-radius: 16px;
    padding: 0 !important;
  }
  .wevso-header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
  }
  .wevso-header-bottom-area .navbar-collapse .main-menu .navbar-nav {
    background-color: rgba(255, 255, 255, 0.768627451);
  }
  .wevso-header-bottom-area .menu_has_children .sub-menu {
    display: none !important;
  }
  .wevso-header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }
  .wevso-header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
.wevso-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;
  }
}
.wevso-header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.wevso-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) {
  .wevso-header-bottom-area .navbar-collapse .main-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.wevso-header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  padding-right: 25px;
}
@media only screen and (max-width: 1199px) {
  .wevso-header-bottom-area .navbar-collapse .main-menu li {
    padding-right: 22px !important;
  }
}
.wevso-header-bottom-area .navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.wevso-header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.wevso-header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}
.wevso-header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 12px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .wevso-header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}
.wevso-header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  padding: 33px 0;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  display: inline-block;
  font-size: 16px;
  color: #161515;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 999;
}
.wevso-header-bottom-area .navbar-collapse .main-menu li a:hover, .wevso-header-bottom-area .navbar-collapse .main-menu li a.active {
  color: #024fff;
}
.wevso-header-bottom-area .navbar-collapse .main-menu li a:hover::before, .wevso-header-bottom-area .navbar-collapse .main-menu li a.active::before {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.wevso-header-bottom-area .wevso-header-section.header-fixed .navbar-collapse .main-menu li a {
  padding: 30px 18px 30px 0;
}
@media (max-width: 991px) {
  .wevso-header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
  }
}
.wevso-header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 90px;
  left: 0px !important;
  border-top: 5px solid #024fff;
  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) {
  .wevso-header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    width: 180px;
  }
}
.wevso-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;
}
.wevso-header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}
.wevso-header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: #024fff;
}
.wevso-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;
}
.wevso-header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::before {
  display: none;
}
.wevso-header-bottom-area .wevso-header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
  padding: 8px 20px;
}
@media (max-width: 991px) {
  .wevso-header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}
.wevso-header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.wevso-site-logo {
  max-width: 12rem;
}
@media only screen and (max-width: 991px) {
  .wevso-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: #024fff;
  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: #024fff;
  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: #161515;
  font-size: 18px;
}

.banner {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 14rem;
  padding-bottom: 11rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 571px) {
  .banner {
    padding-top: 8rem;
    padding-bottom: 5rem;
  }
}
.banner .top h3 {
  font-size: 70px;
  padding-bottom: 5px;
}
@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: 15px;
  width: 70%;
  margin: auto;
  color: #161515;
}
@media only screen and (max-width: 571px) {
  .banner .top p {
    width: 100%;
    font-size: 13px;
  }
}
.banner .banner-element {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-animation: rotate-center 300s linear infinite both;
          animation: rotate-center 300s linear infinite both;
}
.banner .banner-content .title {
  margin-bottom: 15px;
  position: relative;
  z-index: 100;
  font-size: 55px;
  font-weight: 700;
  color: #242424;
}
@media only screen and (max-width: 768px) {
  .banner .banner-content .title {
    font-size: 35px;
  }
}
@media screen and (width: 1024px) {
  .banner .banner-content .title {
    font-size: 45px;
  }
}
.banner .banner-content .wevso-btn-main {
  position: relative;
  z-index: 100;
}
.banner .banner-content p {
  font-size: 16px;
  color: #242424;
  line-height: 2em;
  padding-bottom: 30px;
  position: relative;
  z-index: 100;
  width: 65%;
}
@media only screen and (max-width: 575px) {
  .banner .banner-content p {
    width: 100%;
    font-size: 14px;
  }
}
.banner .banner-thumb img {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.banner-content {
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
  overflow: hidden;
  text-align: center;
}
@media only screen and (max-width: 571px) {
  .banner-content {
    padding-top: 70px;
    padding-bottom: 50px;
  }
}
.banner-content .title {
  margin-bottom: 15px;
  position: relative;
  z-index: 100;
  font-size: 60px;
  font-weight: 700;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .banner-content .title {
    font-size: 35px;
  }
}
@media screen and (width: 1024px) {
  .banner-content .title {
    font-size: 45px;
  }
}
.banner-content p {
  font-size: 16px;
  color: #ffffff;
  line-height: 2em;
  padding-bottom: 30px;
  position: relative;
  z-index: 100;
  width: 65%;
  margin: auto;
}
@media only screen and (max-width: 575px) {
  .banner-content p {
    width: 100%;
    font-size: 14px;
  }
}

.footer a {
  color: #024fff;
}
.footer .footer-top {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 30px;
}
.footer .copyright {
  color: rgba(0, 0, 0, 0.6);
}
.footer .list-unstyled li a {
  color: rgba(0, 0, 0, 0.5);
}
.footer .info {
  color: rgba(0, 0, 0, 0.5);
}
.footer .footer-logo {
  width: 150px;
}
.footer .footer-social li a i {
  font-size: 17px;
  background-color: transparent;
  border: 1px solid #024fff;
  color: #024fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 13px;
  border-radius: 999px;
}
.footer .footer-social li a i:hover {
  background-color: #024fff;
  border: 1px solid #024fff;
  color: #ffffff;
}

.clients {
  overflow: hidden;
}
.clients .shape {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
}
.clients h2 {
  margin-bottom: 0;
}
.clients h2 span {
  color: #024fff;
}
.clients .swiper {
  padding: 10px 0;
}
.clients .swiper-slide img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
@media only screen and (max-width: 571px) {
  .clients .swiper-slide img {
    width: 90px;
  }
}
.clients .swiper-slide img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}
.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #024fff;
}

.services {
  overflow: hidden;
}
.services .top-text h3 {
  font-size: 70px;
}
@media only screen and (max-width: 571px) {
  .services .top-text h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .services .top-text h3 {
    font-size: 35px;
  }
}
.services .top-text h3 span {
  color: #024fff;
}
.services .top-text p {
  font-size: 18px;
}
.services .services-card {
  -webkit-box-shadow: 0px 4px 40px rgba(84, 84, 84, 0.1);
          box-shadow: 0px 4px 40px rgba(84, 84, 84, 0.1);
  padding: 20px;
  border-radius: 15px;
}
.services .services-card img {
  width: 55px;
  margin-bottom: 15px;
}

.wevso-info {
  overflow: hidden;
}
.wevso-info .content h3 {
  font-size: 70px;
  color: #242424;
  text-transform: capitalize;
}
.wevso-info .content h3 span {
  color: #024fff;
}
@media only screen and (max-width: 768px) {
  .wevso-info .content h3 {
    font-size: 30px !important;
  }
}
.wevso-info .content p {
  margin: 20px 0;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .wevso-info .content .text-bottom {
    font-size: 30px !important;
  }
}
.wevso-info .right-thumb img {
  width: 40rem;
  height: auto;
}

.portfolio {
  overflow: hidden;
}
.portfolio .top-text h3 {
  font-size: 70px;
  text-transform: capitalize;
}
@media only screen and (max-width: 571px) {
  .portfolio .top-text h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .portfolio .top-text h3 {
    font-size: 35px;
  }
}
.portfolio .top-text h3 span {
  color: #024fff;
}
.portfolio .portfolio-card {
  -webkit-box-shadow: 0px 4px 40px rgba(84, 84, 84, 0.1);
          box-shadow: 0px 4px 40px rgba(84, 84, 84, 0.1);
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
.portfolio .portfolio-card img {
  width: 100%;
  height: 340px;
  border-radius: 15px 15px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 7px;
}
.portfolio .portfolio-card img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.portfolio .portfolio-card .content {
  padding: 20px;
}
.portfolio .portfolio-card .content .live {
  font-size: 17px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #50b0ff;
  padding: 5px 16px 5px 16px;
}
.portfolio .portfolio-card .content .live:hover {
  color: #50b0ff;
}

.clients-feedback {
  overflow: hidden;
}
.clients-feedback .top-text h3 {
  font-size: 70px;
  color: #161515;
  text-transform: capitalize;
}
@media only screen and (max-width: 571px) {
  .clients-feedback .top-text h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .clients-feedback .top-text h3 {
    font-size: 35px;
  }
}
.clients-feedback .top-text h3 span {
  color: #024fff;
}
.clients-feedback .ratings {
  color: #024fff;
}
.clients-feedback .card {
  -webkit-box-shadow: 0px 4px 40px rgba(84, 84, 84, 0.1);
          box-shadow: 0px 4px 40px rgba(84, 84, 84, 0.1);
  margin-top: 30px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px;
  border: none;
  border-radius: 15px;
}
.clients-feedback h3 {
  color: #50b0ff;
}
.clients-feedback .client-content p {
  margin-top: 15px;
}

.lets-talk {
  overflow: hidden;
}
.lets-talk .top-text p {
  font-size: 17px;
  text-transform: capitalize;
  margin: 0;
}
.lets-talk .top-text h3 {
  font-size: 70px;
  color: #161515;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
@media only screen and (max-width: 571px) {
  .lets-talk .top-text h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .lets-talk .top-text h3 {
    font-size: 35px;
  }
}
.lets-talk .top-text h3:hover {
  color: #024fff;
}

.intro {
  overflow: hidden;
  padding: 12rem 0;
}
.intro .content h3 {
  font-size: 70px;
  color: #ffffff;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
@media only screen and (max-width: 571px) {
  .intro .content h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .intro .content h3 {
    font-size: 35px;
  }
}
.intro .content h3:hover {
  color: #024fff;
}

.intro-a {
  padding: 8rem 0;
}

.about-whyChoose {
  overflow: hidden;
}
.about-whyChoose .right-img img {
  width: 100%;
  height: auto;
}
.about-whyChoose .left-content h3 {
  font-size: 70px;
  color: #161515;
  text-transform: capitalize;
}
@media only screen and (max-width: 571px) {
  .about-whyChoose .left-content h3 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .about-whyChoose .left-content h3 {
    font-size: 35px;
  }
}
.about-whyChoose .left-content h3 span {
  color: #024fff;
}
.about-whyChoose .left-content p {
  padding-bottom: 30px;
  font-size: 17px;
}
.about-whyChoose .left-content .content i {
  font-size: 18px;
  background-color: #024fff;
  color: #ffffff;
  padding: 5px;
  border-radius: 999px;
  margin-right: 13px;
}
.about-whyChoose .left-content .content h5 {
  font-size: 18px;
  color: #161515;
  font-weight: 600;
}

.contact {
  overflow: hidden;
}
.contact .thumb-right img {
  width: 33rem;
}

.pricing .title {
  margin-bottom: 50px;
  text-align: center;
}
.pricing .title h3 {
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 15px;
}
.pricing .title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 5px;
}
.pricing .title p {
  font-size: 18px;
  margin-bottom: 0;
}
.pricing .wevso-btn-main {
  border-radius: 10px;
  padding: 15px 10px;
}
.pricing .pricing {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}
.pricing .pricing .price-top {
  width: 100%;
  background: #fff;
  padding: 35px 20px;
}
.pricing .pricing .price-top .title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  color: #37404d;
}
.pricing .pricing .price-top .price {
  font-size: 35px;
  font-weight: 300;
  margin: 0;
  color: #37404d;
}
.pricing .pricing .price-top .price span {
  font-size: 20px;
  color: #024fff;
  font-weight: 900;
}
.pricing .pricing .content {
  padding: 20px 20px 30px;
  background: #f9f9f9;
  text-align: start;
}
.pricing .pricing .content i {
  color: #024fff;
}
.pricing .pricing .content ul {
  margin: 0 0 20px;
}
.pricing .pricing .content ul li {
  padding: 8px 0;
  font-size: 16px;
  color: #656565;
}
.pricing .pricing.featured .listing-badges {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}
.pricing .pricing.featured .featured {
  float: left;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 15px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 700;
  color: #fff;
}
.pricing .pricing.featured .featured {
  background: #024fff;
}