/* ---------------------------------------
 Name: SEOBIZ
 Description: Seo & Digital Marketing Agency Bootstrap 5 HTML Template
 Author: Youtoview
 Version: 1.1
 ---------------------------------------- */

#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(to right, #1126d6 0%, #4053f0 100%);
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%;
}
#preloader:before {
  content: "";
  width: 80px;
  height: 80px;
  border: 5px solid #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#preloader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 5px solid #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}

a:hover,
a:active,
a:focus {
  color: #0063dd;
  text-decoration: none;
}
.bg-primary {
  background: linear-gradient(to right, #1126d6 0%, #4053f0 100%) !important;
}
.bg-secondary {
  background: #0c5adb !important;
}
.theme-overlay[data-overlay-dark]:before {
  background: #040c61;
}
.text-primary-color {
  color: #040c61 !important;
}
.text-secondary {
  color: #0c5adb !important;
}
.text-highlight-color {
  color: #00138e;
}
.cursor-pointer {
  cursor: pointer;
}
.text-pink {
  color: #ffb6c1;
}
.text-purple {
  color: #cdbef5;
}
.text-yellow {
  color: #ff9322;
}
.text-light-pink {
  color: #fb9ac8;
}
.text-blue {
  color: #273be2;
}
.text-light-blue {
  color: #bac5fd;
}
.text-red {
  color: #fc573c;
}
.text-green {
  color: #63bc6f;
}
.bg-pink {
  background: #ffb6c1;
}
.bg-purple {
  background: #cdbef5;
}
.bg-yellow {
  background: #ff9322;
}
.bg-light-pink {
  background: #fb9ac8;
}
.bg-blue {
  background: #273be2;
}
.bg-red {
  background: #fc573c;
}
.bg-green {
  background: #63bc6f;
}
.bg-light-blue {
  background: #bac5fd;
}
.bg-dark-blue {
  background-color: #04122d;
}
.bg-blue-opacity {
  background: rgba(115, 180, 254, 0.1);
}
.bg-pink-opacity {
  background: rgba(255, 182, 193, 0.1);
}
.bg-purple-opacity {
  background: rgba(119, 120, 250, 0.1);
}
.bg-yellow-opacity {
  background: rgba(255, 147, 34, 0.1);
}
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  border-radius: 50%;
  background: #36c2db;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.scroll-to-top i {
  color: #fff;
}
.scroll-to-top:hover {
  color: #fff;
  background: #fc6047;
}
.scroll-to-top:hover i {
  color: #fff;
}
.scroll-to-top:visited {
  color: #fff;
  text-decoration: none;
}
.theme-btn {
  background: rgba(4, 12, 97, 0.6);
  text-align: center;
  display: inline-block;
  transition: 0.5s;
  border-radius: 8px;
  border: none;
  padding: 12px 30px;
  position: relative;
  z-index: 1;
}
.theme-btn span {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}
.theme-btn:before {
  content: "";
  position: absolute;
  background: #040c61;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 8px;
  z-index: -1;
  transition: 0.5s;
}
.theme-btn.theme-btn-pink:before {
  background: #ffb6c1;
}
.theme-btn.theme-btn-light-pink:before {
  background: #fb9ac8;
}
.theme-btn.theme-btn-purple:before {
  background: #7778fa;
}
.theme-btn.theme-btn-yellow:before {
  background: #ff9322;
}
.theme-btn.theme-btn-blue:before {
  background: #011cff;
}
.theme-btn.theme-btn-red:before {
  background: #fc573c;
}
.theme-btn.theme-btn-green:before {
  background: #63bc6f;
}
.theme-btn.theme-btn-light-blue:before {
  background: #bac5fd;
}
.theme-btn.white:before {
  background: #ffffff;
}
.theme-btn:hover:before {
  transform: scaleX(0);
}
.theme-btn-pink {
  background: rgba(255, 182, 193, 0.6);
}
.theme-btn-light-pink {
  background: rgba(251, 154, 200, 0.6);
}
.theme-btn-purple {
  background: rgba(119, 120, 250, 0.6);
}
.theme-btn-yellow {
  background: rgba(255, 147, 34, 0.6);
}
.theme-btn-blue {
  background: rgba(115, 180, 254, 0.6);
}
.theme-btn-light-blue {
  background: rgba(186, 197, 253, 0.6);
}
.white {
  background: #000b72;
  color: #ffffff;
  padding: 12px 30px;
}
.theme-btn.white span {
  color: #1c1c25;
  font-size: 16px;
  font-weight: 600;
}
.theme-btn.white:hover span {
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .theme-btn {
    padding: 12px 20px;
  }
}
@media screen and (max-width: 767px) {
  .theme-btn {
    padding: 10px 15px;
  }
  .theme-btn span {
    font-size: 14px;
  }
  .white {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.border-light-pink {
  border-color: #fb9ac8 !important;
}
.border-dark-pink {
  border-color: #e94794 !important;
}
.border-light-blue {
  border-color: #bac5fd !important;
}
.border-yellow {
  border-color: #ff9322 !important;
}
.border-blue {
  border-color: #73b4fe !important;
}
.border-purple {
  border-color: #7778fa !important;
}
.border-green {
  border-color: #77fab2 !important;
}

header {
  transition: all 0.5s ease 0s;
  position: relative;
  z-index: 99;
}
.navbar-brand img {
  max-height: 48px;
  transition-duration: 0.5s;
}
.navbar-header-custom {
  padding: 17px 0 20px 0;
}
.navbar-default {
  transition: all 0.5s ease 0s;
}
.navbar-default .container,
.navbar-default .container-fluid {
  position: relative;
}
.menu_area {
  position: relative;
  z-index: 2;
}
.menu_area .navbar-brand {
  transition: all 0.5s ease 0s;
}
.navbar-nav li {
  list-style: none;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.navbar-nav > li {
  margin-left: 10px;
  float: left;
}

.navbar-nav > li > a {
  position: relative;
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 21px 0.7rem;
  color: #fff;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.navbar-nav > li > a:hover {
  color: #36c2db;
}

.navbar-nav li.current > a,
.navbar-nav li.active > a {
  color: #36c2db;
}

.navbar-nav ul {
  position: absolute;
  left: -9999px;
}
.navbar ul ul li {
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
  margin-bottom: 12px;
  padding: 0 20px;
}
.navbar ul ul li:last-child {
  margin-bottom: 0;
}

.navbar-nav li > ul {
  padding: 15px 0;
  margin: 0 0 0 10px;
  background: #fff;
  border-radius: 10px;
  min-width: 225px;
  -webkit-box-shadow: 0 0 40px 5px rgb(0 0 0 / 8%);
  -ms-box-shadow: 0 0 40px 5px rgb(0 0 0 / 8%);
  -moz-box-shadow: 0 0 40px 5px rgb(0 0 0 / 8%);
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 8%);
}
.navbar-nav li:hover > ul {
  left: auto;
}

.navbar-nav li ul li a {
  color: #000;
}

.navbar-nav li.has-sub > a {
  position: relative;
}

.navbar-nav li.has-sub a:hover {
  color: #36c2db;
}
.navbar-nav > li.has-sub {
  padding-right: 13px;
}

.navbar > ul > li.has-sub > a:after {
  content: "\f107";
  right: -5px;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}

.navbar-nav > li.has-sub > ul {
  opacity: 0;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-nav > li.has-sub:hover > ul {
  margin-top: 0;
  opacity: 1;
}
.navbar-nav > li.has-sub:last-child:hover ul {
  left: inherit;
  right: 0;
}
.navbar li > ul ul {
  margin-top: -39px;
  margin-left: 200px;
  min-width: 200px;
}
.navbar ul ul li:last-child > a,
.navbar ul ul li.last-item > a {
  border-bottom: 0;
}

.attr-nav {
  float: right;
  margin-left: 11px;
  margin-right: -15px;
}

.attr-nav > ul {
  padding: 0;
  margin: 0 0 -5px 0;
  list-style: none;
  display: inline-block;
}
.attr-nav > ul > li {
  float: left;
  display: block;
}
.attr-nav > ul > li > a {
  color: #fff;
  display: block;
  padding: 21px 12px;
  position: relative;
  font-size: 18px;
}

.top-search {
  padding: 10px 0;
  background: #03112c;
  display: none;
}
.top-search input.form-control {
  background-color: transparent;
  border: none;
  -moz-box-shadow: 0px 0px 0px;
  -webkit-box-shadow: 0px 0px 0px;
  -o-box-shadow: 0px 0px 0px;
  box-shadow: 0px 0px 0px;
  color: #fff;
  height: 40px;
  min-height: 40px;
  padding: 0 15px;
}

.search-form_submit {
  background: none;
  border: none;
  cursor: pointer;
  margin-top: 12px;
  line-height: normal;
  font-size: 16px;
}

.top-search input.form-control::placeholder {
  color: #f1f1f1;
  opacity: 1;
}
.top-search input.form-control::-ms-input-placeholder,
.top-search input.form-control::-moz-input-placeholder {
  color: #f1f1f1;
}
.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.7;
  font-size: 18px;
}
.top-search .input-group-addon.close-search {
  cursor: pointer;
}
.top-search.white {
  background: #fff;
}
.top-search.white input.form-control {
  color: #282b2d;
}
.top-search.white input.form-control::placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.top-search.white input.form-control::-ms-input-placeholder {
  color: #6f6f6f;
}
.top-search.white .input-group-addon {
  color: #282b2d;
}

@media screen and (min-width: 992px) {
  header.scrollHeader .navbar-default {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background: linear-gradient(to right, #1126d6 0%, #4053f0 100%);
    left: 0;
    transition: all 0.2s ease 0s;
    -webkit-box-shadow: 0px 0 20px 0 rgb(0 0 0 / 50%);
    -ms-box-shadow: 0px 0 20px 0 rgb(0 0 0 / 50%);
    box-shadow: 0px 0 20px 0 rgb(0 0 0 / 50%);
  }
  .wrapper-boxed .scrollHeader .navbar-default {
    left: 0;
    margin: 0 auto;
    max-width: 1200px;
    right: 0;
  }
  .scrollHeader .navbar-brand img {
    max-height: 35px;
    transition-duration: 0.5s;
  }
  .scrollHeader .navbar-header-custom {
    padding: 10px 0;
    transition-duration: 0.5s;
  }
  .scrollHeader .attr-nav > ul > li > a {
    padding: 21px 12px;
  }
  .top-position {
    margin-top: -85px;
  }
  .top-position1 {
    margin-top: -86px;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-nav > li {
    margin-left: 5px;
  }
}

@media screen and (max-width: 991px) {
  .top-position {
    margin-top: -72px;
  }
  .top-position1 {
    margin-top: -73px;
  }

  .navbar-header-custom {
    padding: 0px 0 8px;
  }
  .menu_area .navbar-brand {
    margin-top: 6px;
    display: inline-block;
  }

  .navbar-toggler {
    background: #03112c;
    width: 42px;
    height: 40px;
    padding: 0;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
    z-index: 12399994;
    border-radius: 10px;
    border: none;
  }
  .navbar-toggler:after {
    position: absolute;
    top: 12px;
    right: 10.5px;
    display: block;
    height: 16px;
    width: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: "";
  }
  .navbar-toggler:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 19px;
    right: 10.5px;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
    content: "";
  }
  .navbar-toggler.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 18px;
    border: 0;
    height: 2px;
    right: 11px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navbar-toggler.menu-opened:before {
    top: 18px;
    background: #fff;
    width: 19px;
    right: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .navbar ul ul li.active > a {
    color: #000;
  }

  .navbar ul li a {
    width: 100%;
    border-bottom: 0;
  }
  .navbar ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    background: #f5f5f5;
    padding: 0;
    border-radius: 0px;
  }

  .navbar-nav > li.has-sub {
    padding-right: 0px;
  }

  .navbar ul ul li {
    margin-bottom: 0;
    padding: 0;
    border-color: #e6e6e6;
  }
  .navbar ul ul li a {
    width: 100%;
    border-bottom: 0;
    color: #575a7b;
    background: none;
    padding: 8px 30px;
    display: block;
  }

  .navbar-nav {
    background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 71px;
    left: 0;
    width: 100%;
    border-radius: 10px;
    transition-duration: 0;
    -ms-transition-duration: 0;
    -moz-transition-duration: 0;
    -webkit-transition-duration: 0;
    -o-transition-duration: 0;
    width: 100%;
    display: none;
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
  }

  .navbar-nav > li > a {
    padding: 8px 20px;
    color: #282b2d;
    font-size: 14px;
    font-weight: 500;
  }
  .navbar-nav > li.has-sub > ul {
    opacity: 1;
    margin: 0;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
  }

  .navbar > ul > li.has-sub > a:after,
  .navbar > ul > li.has-sub > a:before {
    display: none;
  }

  .navbar-nav ul {
    width: 100%;
    display: none;
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
  }
  .navbar-nav li {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    position: relative;
    padding: 0;
    margin: 0;
  }

  .navbar-nav li:first-child {
    border-top: none;
  }

  .navbar-nav .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    height: 51px;
    width: 100%;
    cursor: pointer;
  }
  .navbar-nav .submenu-button:after {
    position: absolute;
    top: 17px;
    right: 16px;
    width: 10px;
    height: 2px;
    display: block;
    background: #282b2d;
    content: "";
  }
  .navbar-nav .submenu-button:before {
    position: absolute;
    top: 13px;
    right: 20px;
    display: block;
    width: 2px;
    height: 10px;
    background: #282b2d;
    content: "";
  }
  .navbar-nav .has-sub.active > .submenu-button:before {
    display: none;
  }

  .attr-nav {
    float: left;
    margin-right: 70px;
  }
}

.section-heading {
  position: relative;
  text-align: center;
}
.section-heading h6 {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
.section-heading h6:before,
.section-heading h6:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  background: #0c5adb;
  border-radius: 50%;
}
.section-heading h6:before {
  top: 5px;
  left: -20px;
}
.section-heading h6:after {
  top: 5px;
  left: auto;
  right: -20px;
}
.section-heading.heading-white h6:before,
.section-heading.heading-white h6:after {
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .section-heading h6:before,
  .section-heading h6:after {
    top: 3px;
  }
}

.heading-divider {
  display: inline-block;
  position: relative;
  height: 5px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #2a3ee4;
  width: 90px;
  overflow: hidden;
}

.heading-divider:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: #ffffff;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: infinite-move;
  animation-name: infinite-move;
}
.heading-divider:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1.1px;
  height: 7px;
  width: 8px;
  background-color: #ffffff;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: infinite-move;
  animation-name: infinite-move;
}

@keyframes infinite-move {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(88px);
    transform: translateX(88px);
  }
}

.page-title-section {
  padding: 200px 0 150px;
  position: relative;
}
.page-title-section h1 {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 10px;
}
.page-title-section ul {
  margin: 0;
  list-style: none;
  display: inline-block;
  line-height: 20px;
  position: relative;
}
.page-title-section ul li {
  display: inline-block;
}
.page-title-section ul li a {
  color: #fff;
}
.dot-divider:after {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 175px 0 125px;
  }
  .page-title-section h1 {
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 148px 0 75px;
  }
  .page-title-section h1 {
    font-size: 38px;
  }
}
.main-banner {
  padding: 15% 0;
}
.main-banner .banner-img img {
  /* position: absolute; */
  /* left: -15px;
    top: -20%; */
  z-index: 1;
}

.home-2.banner-img img {
  top: -30%;
}

.main-banner .home_bubble .bubble.b_three {
  top: 70%;
}
.main-banner .square-shape1 {
  top: 15%;
  right: 45%;
}
.main-banner .header-shape {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
}
.main-banner .btn-play {
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: auto;
  display: inline-block;
  border: 2px solid #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.main-banner .btn-play:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #fff;
  opacity: 0.19;
  z-index: 1;
}
.main-banner .btn-play i {
  padding-left: 5px;
  position: relative;
  z-index: 2;
}
.main-banner .btn-play-theme {
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: auto;
  display: inline-block;
  border: 2px solid #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.main-banner .btn-play-theme:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: transparent;
  opacity: 0.19;
  z-index: 1;
}
.main-banner .btn-play-theme i {
  padding-left: 5px;
  position: relative;
  z-index: 2;
}
.main-banner .header-shape img {
  max-width: none;
}
@media screen and (max-width: 1399px) {
  .main-banner {
    padding: 17% 0;
  }
  .main-banner .banner-img img {
    top: -21%;
  }
}
@media screen and (max-width: 1199px) {
  .main-banner .banner-img img {
    top: -18%;
  }
}
@media screen and (max-width: 991px) {
  .main-banner {
    padding: 100px 0 50px 0;
  }
  .main-banner .banner-img img {
    position: relative;
    width: auto;
    float: none !important;
    left: 0;
  }
  .main-banner .banner-img2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .main-banner .btn-play,
  .main-banner .btn-play-theme {
    width: 40px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
  }
  .main-banner .header-shape {
    bottom: -2px;
  }
}

.about-us img {
  border-radius: 20px;
}
.about-us .media {
  border-radius: 10px;
}

.skill {
  background: #f7fbfe;
}

.card-style1 {
  transition: all 500ms ease;
  background: transparent;
}
.card-style1:hover {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.card-style2 .card-img {
  overflow: hidden;
  border-radius: 10px;
}
.card-style2 .card-img img {
  border-radius: 10px;
  transition: all 0.4s ease;
}
.card-style2:hover .card-img img {
  transform: scale(1.1);
}
.card-style2 .card-body {
  position: relative;
  padding: 25px 25px 60px;
  background: #ffffff;
  margin-bottom: 25px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.card-style2 .blog-info-tag {
  margin: -15px 15px;
  position: relative;
  z-index: 2;
}
.card-style2 .blog-info-tag a {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 8px;
  padding: 5px 10px;
  color: #ffffff;
}
.card-style2 .blog-author {
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.card-style2 .blog-author-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
}
.card-style2 .blog-author span {
  font-size: 16px;
  font-weight: 600;
  padding-left: 15px;
  padding-top: 15px;
  display: inline-block;
}
@media screen and (max-width: 1199px) {
  .card-style2 .card-body {
    padding: 25px 25px 50px;
  }
  .card-style2 .blog-author-img {
    width: 70px;
    height: 70px;
  }
  .card-style2 .blog-author {
    left: 20px;
    bottom: -20px;
  }
  .card-style2 .blog-author span {
    padding-left: 10px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .card-style2 .card-body {
    margin-bottom: 20px;
  }
  .card-style2 .blog-author-img {
    width: 64px;
    height: 64px;
  }
  .card-style2 .blog-author span {
    padding-top: 8px;
    font-size: 15px;
  }
}
@media screen and (max-width: 575px) {
  .card-style2 .card-body {
    padding: 25px 25px 45px;
  }
  .card-style2 .blog-author-img {
    width: 60px;
    height: 60px;
  }
  .card-style2 .blog-author span {
    padding-top: 5px;
  }
}
.card-style3 {
  position: relative;
  padding: 40px 30px;
  text-align: center;
  height: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.card-style3 .title-table {
  position: absolute;
  top: 30px;
  left: 0;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 17px;
  border-bottom-right-radius: 17px;
  border-bottom-left-radius: 0px;
}
.card-style3 .price {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.card-style3 .price sup {
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1;
}
.card-style3 .card-list {
  max-width: 195px;
  margin: 0 auto;
  list-style: none;
}
.card-style3 .card-list li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  text-transform: capitalize;
  border-bottom: 1px #ededed solid;
}
.card-style3 .card-list li a {
  font-size: 16px;
  font-weight: 500;
  color: #1c1c25;
}
.card-style3 .card-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 1199px) {
  .card-style3 {
    padding: 30px 25px;
  }
  .card-style3 .title-table {
    padding: 5px 12px;
  }
  .card-style3 .price {
    font-size: 60px;
  }
  .card-style3 .price sup {
    margin-top: 20px;
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .card-style3 .price {
    font-size: 55px;
  }
  .card-style3 .price sup {
    margin-top: 15px;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .card-style3 .price {
    font-size: 50px;
  }
  .card-style3 .title-table {
    font-size: 12px;
  }
  .card-style3 .price sup {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  .card-style3 .price {
    font-size: 45px;
  }
  .card-style3 .price sup {
    font-size: 20px;
  }
  .card-style3 .title-table {
    padding: 5px 10px;
  }
}
.process {
  position: relative;
}
.process-wrapper {
  width: 190px;
  height: 190px;
  border-radius: 100%;
  border: 2px dashed #ededed;
  display: table;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 10px;
  margin-bottom: 25px;
}
.process-icon {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  position: relative;
  border-radius: 50%;
  background: #fafafa;
}

.process-steps {
  background: #ffffff;
  border-radius: 50%;
  color: #040c61;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  top: 0;
  width: 40px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .process-wrapper {
    width: 170px;
    height: 170px;
  }
}
@media screen and (max-width: 991px) {
  .process-wrapper {
    width: 150px;
    height: 150px;
    margin-bottom: 20px;
  }
  .process-steps {
    font-size: 18px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .process-wrapper {
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
    padding: 8px;
  }
  .process-steps {
    font-size: 15px;
    height: 32px;
    width: 32px;
    line-height: 32px;
    top: -5px;
  }
}
.case-study-wrapper {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in-out;
}

.case-study-wrapper img {
  border-radius: 20px;
}

.case-study-wrapper .case-study-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.case-study-wrapper .case-study-content .case-study-inner-content {
  padding: 20px;
  transform: translateY(110%);
  transition: all 0.4s ease;
  background: #fff;
  border-radius: 18px;
  text-align: center;
}
.case-study-wrapper .case-study-buttons {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 4;
  font-size: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 0.6s;
}
.case-study-wrapper .case-study-buttons .case-study-link {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  background-color: #fff;
  border: none;
  border-radius: 50%;
}
.case-study-wrapper .case-study-buttons .case-study-link i {
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 12px;
  color: #1e1666;
  line-height: 32px;
}
.case-study-wrapper:hover .case-study-content {
  animation: bounce 0.8s ease;
}
.case-study-wrapper:hover .case-study-content .case-study-inner-content {
  transform: translateY(0);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.case-study-wrapper:hover .case-study-buttons {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .case-study-wrapper .case-study-content .case-study-inner-content {
    padding: 15px;
  }
}
.case-study-info {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 0;
  margin-bottom: 40px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.case-studies-details .card-body {
  background: unset;
  box-shadow: unset;
  margin-bottom: 0;
}

.case-studies-details img {
  border-radius: 10px;
}

blockquote {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
  color: #232323;
  line-height: 40px;
  max-width: 930px;
  margin-bottom: 20px;
}
blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 PRo";
  font-weight: 600;
  font-size: 36px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  background-color: #ffffff;
  display: block;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  color: #040c61;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
blockquote:after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  background-color: transparent;
}
blockquote cite {
  display: block;
  position: relative;
  margin-top: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
@media screen and (max-width: 991px) {
  .case-study-info {
    padding: 25px 0;
    margin-bottom: 30px;
  }
  blockquote:before {
    font-size: 30px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  blockquote {
    line-height: 35px;
  }
  blockquote:before {
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .case-study-info {
    padding: 20px 0;
    margin-bottom: 25px;
  }
}
.testimonial-wrapper {
  padding: 40px;
  background-color: #ffffff;
  margin: 30px 20px 20px 20px;
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  transition: transform 500ms ease;
  position: relative;
}
.testimonial-wrapper:hover:before {
  transform-origin: right;
  transform: scale(1, 1);
}
.testimonial-wrapper:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  transform: scale(0, 1);
  transform-origin: left;
  transition: transform 500ms ease;
}

.testimonial-quote {
  position: relative;
}

.testimonial-quote:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f10e";
  font-weight: 600;
  position: absolute;
  top: -40px;
  right: 0;
  opacity: 0.2;
  font-size: 60px;
  transition: all 500ms ease;
}

.testimonial-image {
  width: 86px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 5px;
  border: 3px solid #293de3;
}
.testimonial-image img {
  width: 100%;
  border-radius: 50%;
}

@media screen and (max-width: 1199px) {
  .testimonial-wrapper {
    padding: 30px;
  }
  .testimonial-quote:before {
    top: -80px;
    font-size: 55px;
  }
  .testimonial-image {
    width: 80px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .testimonial-wrapper {
    padding: 25px;
  }
  .testimonial-quote:before {
    top: -70px;
    font-size: 50px;
  }
  .testimonial-image {
    width: 75px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-wrapper {
    margin: 25px 20px 20px 20px;
  }
  .testimonial-quote:before {
    top: -60px;
    font-size: 45px;
  }
  .testimonial-image {
    width: 70px;
  }
}
@media screen and (max-width: 575px) {
  .testimonial-wrapper {
    padding: 20px;
  }
}
.single-team-member {
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 7%);
}
.single-team-member .image {
  position: relative;
}
.single-team-member .image img {
  border-radius: 15px;
}
.single-team-member .image .team-social-link {
  position: absolute;
  right: 20px;
  bottom: 40px;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-team-member .image .team-social-link li {
  display: block;
  margin-bottom: 8px;
}
.single-team-member .image .team-social-link li:last-child {
  margin-bottom: 0;
}
.single-team-member .image .team-social-link li a {
  width: 45px;
  height: 45px;
  text-align: center;
  color: #fff;
  background-color: #142cfb;
  font-size: 18px;
  position: relative;
  border-radius: 10px;
  transform: scaleY(0);
  display: block;
  transition: 0.4s;
}
.single-team-member .image .team-social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 14px;
  right: 0;
  transform: translateY(-48%);
}
.single-team-member .team-content {
  padding-top: 20px;
  text-align: left;
  position: relative;
}
.single-team-member .team-content i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  transition: 0.5s;
  color: #ffffff;
  background: #142cfb;
  border-radius: 10px;
  position: absolute;
  right: 20px;
  top: -25px;
  display: inline-block;
  cursor: pointer;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 7%);
}

.single-team-member:hover .image .team-social-link li a {
  transform: scale(1) !important;
}

.single-team-member:hover .team-content i,
.single-team-member .image .team-social-link li a:hover {
  background: #fc6148;
  color: #ffffff;
}

.pagination {
  border-radius: 0;
  padding: 0;
  margin: 0;
}
.pagination ul {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  font-size: 15px;
  padding: 0 18px;
  line-height: 40px;
  text-decoration: none;
  color: #1c1c25;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  margin-right: 10px;
  background: #fff;
  border-radius: 10px;
}
.pagination .active a {
  background-color: #040c61;
  color: #ffffff;
  cursor: default;
}
.pagination li:last-child a {
  margin-right: 0;
}
.pagination a:hover {
  background-color: #040c61;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .pagination a {
    padding: 0 14px;
  }
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #0c5adb;
}
.owl-nav i,
.owl-nav span {
  color: #232323;
  font-size: 28px;
}
.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.lg-backdrop {
  z-index: 99999;
}
.lg-outer {
  z-index: 999999;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #0c5adb;
}
.lg-progress-bar .lg-progress {
  background-color: #0c5adb;
}
.lg-backdrop.in {
  opacity: 0.85;
}
.icon-box {
  height: 63px;
  width: 63px;
  line-height: 63px;
  text-align: center;
  color: #fff;
  font-size: 32px;
  border-radius: 10px;
}
.icon-box.green {
  background: linear-gradient(to bottom right, #63bc6f, #a0f8ac);
  box-shadow: 0px 6px 16px 0px rgba(99, 188, 111, 0.361);
}
.icon-box.dark-pink {
  background: linear-gradient(to bottom right, #f84e77, #ffa3b9);
  box-shadow: 0px 6px 16px 0px rgba(233, 71, 148, 0.361);
}
.icon-box.red {
  background: linear-gradient(to bottom right, #fc573c, #fb9281);
  box-shadow: 0px 6px 16px 0px rgba(252, 87, 60, 0.361);
}
.icon-box.yellow {
  background: linear-gradient(to bottom right, #ff9322, #fbf981);
  box-shadow: 0px 6px 16px 0px rgba(255, 147, 34, 0.361);
}
.icon-box.blue {
  background: linear-gradient(to bottom right, #011cff, #5f6dee);
  box-shadow: 0px 6px 16px 0px rgba(1, 28, 255, 0.361);
}
.icon-box.purple {
  background: linear-gradient(to bottom right, #4154f1, #6c7cff);
  box-shadow: 0px 6px 16px 0px rgba(65, 84, 241, 0.361);
}
.choose-block {
  background-color: #f7fbfe;
}
.list-style1 {
  margin-bottom: 0;
  list-style: none;
}
.list-style1 li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}
.list-style1 li:last-child {
  margin-bottom: 0;
}
.list-style1 li:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0px;
  top: 1px;
  z-index: 1;
  font-weight: 500;
  color: #040c61;
}
.list-style2 li {
  position: relative;
  padding: 0 0 8px 40px;
  margin: 0 0 8px 0;
  font-size: 16px;
}
.list-style2 li:before {
  content: "";
}
.list-style2 li i {
  color: #0c5adb;
  font-size: 12px;
  background: rgba(12, 90, 219, 0.1);
  margin-right: 12px;
  border-radius: 30px;
  padding: 6px;
  position: absolute;
  left: 0;
  top: 2px;
  line-height: 12px;
}
.list-style2 li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.home_bubble .bubble {
  position: absolute;
  border-radius: 50%;
}
.home_bubble .bubble.b_five {
  width: 30px;
  height: 30px;
}
.home_bubble .bubble.b_three,
.home_bubble .bubble.b_six {
  width: 14px;
  height: 14px;
}
.home_bubble .bubble.b_three {
  border: 2px solid rgba(225, 225, 225, 0.6);
  top: 85%;
  left: 255px;
  -webkit-animation: spin1 1s infinite alternate;
  animation: spin1 1s infinite alternate;
}
.home_bubble .bubble.b_six {
  border: 2px solid rgba(225, 225, 225, 0.6);
  top: 42%;
  right: 55px;
  -webkit-animation: spin2 2s infinite alternate;
  animation: spin2 2s infinite alternate;
}
.square-shape1 {
  opacity: 0.5;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: rgba(225, 225, 225, 0.4);
  position: absolute;
  top: 33%;
  right: 35%;
  animation: spin1 3s infinite alternate;
}
.square-shape1:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -10px;
  top: 10px;
  border: 10px solid transparent;
  border-top-color: rgba(225, 225, 225, 0.4);
}
.square-shape2 {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(225, 225, 225, 0.4);
  top: 15%;
  left: 85px;
  animation: spin2 2s infinite alternate;
}
@media screen and (max-width: 575px) {
  .square-shape2 {
    left: 20px;
  }
}
@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes spin1 {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@-webkit-keyframes spin2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@keyframes spin2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  margin-bottom: 0.5rem;
}
.form-control:focus {
  border-color: #0c5adb;
}
.form-check-input:checked {
  border-color: #0c5adb;
  background-color: #0c5adb;
}
.sb-input {
  position: relative;
}
.sb-input .sb-errors-wrap {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: normal;
  z-index: 1;
}
.sb-element > label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
  font-size: 15px;
}
.sb-element > label .sb-required {
  color: #cc0101;
  font-size: 10px;
}
.sb-inner input {
  width: 100%;
}
.sb-elements .sb-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top;
}
.sb-elements .sb-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px;
}
.sb-errors {
  padding: 0;
  margin: 0;
  line-height: normal;
}
.sb-errors > .sb-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}
.sb-outer-no-js .sb-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}
.sb-outer-no-js .sb-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.sb-has-error input,
.sb-has-error textarea,
.sb-has-error select,
.sb-has-error input[type="file"],
.sb-has-error .custom-file-label {
  border-color: #f5543f;
}
.sb-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.sb-submit-inner {
  float: none;
}
.sb-loading-wrap {
  float: none;
}
.sb-loading-wrap .sb-loading {
  display: inline-block;
}
.sb-element {
  margin-bottom: 1rem;
}
.newsletter-footer .sb-elements {
  position: relative;
}
.newsletter-footer .sb-submit-inner {
  position: absolute;
  right: 10px;
  top: 1px;
  width: auto;
}
.newsletter-footer .sb-loading-wrap {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.newsletter-footer input {
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 50px;
  padding: 0.5rem 4rem 0.5rem 1.5rem;
  border-radius: 10px;
}

.newsletter-footer .sb-input .sb-errors-wrap {
  right: 15px;
}
.newsletter-footer i {
  font-size: 1.5rem;
  line-height: 2rem;
}
.accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-bottom: 15px;
  margin-top: 0 !important;
  border: none;
}
.accordion-style .card:last-child {
  margin-bottom: 0;
}
.accordion-style .card-header {
  border: 0;
  background: none;
  padding: 0;
  border-bottom: none;
}
.accordion-style .btn-link {
  color: #ffffff;
  position: relative;
  background: #2b3fe4;
  border: 2px solid #2b3fe4;
  display: block;
  width: 100%;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: left;
  white-space: normal;
  box-shadow: none;
  padding: 15px;
  text-decoration: none;
}
.accordion-style .btn-link:hover {
  text-decoration: none;
}
.accordion-style .btn-link.collapsed {
  background: #ffffff;
  border: 2px solid #2b3fe4;
  color: #1e2022;
  border-radius: 10px;
}
.accordion-style .btn-link.collapsed:after {
  background: none;
  border-radius: 4px;
  content: "+";
  right: 16px;
  left: inherit;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  height: 26px;
  transform: none;
  width: 26px;
  top: 15px;
  text-align: center;
  color: #2b3fe4;
}
.accordion-style .btn-link:after {
  background: none;
  border-radius: 4px;
  content: "-";
  right: 16px;
  left: inherit;
  font-size: 20px;
  font-weight: 600;
  height: 26px;
  line-height: 20px;
  transform: none;
  width: 26px;
  top: 15px;
  position: absolute;
  color: #ffffff;
  text-align: center;
}
.accordion-style .card-body {
  padding: 20px;
  border-top: none;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 2px solid #2b3fe4;
  border-right: 2px solid #2b3fe4;
  border-bottom: 2px solid #2b3fe4;
}
@media screen and (max-width: 1199px) {
  .accordion-style .btn-link {
    padding: 12px 45px 12px 12px;
  }
  .accordion-style .btn-link:after {
    top: 12px;
    right: 18px;
    height: 22px;
    line-height: 20px;
    width: 22px;
    padding-left: 0px;
    font-size: 18px;
  }
  .accordion-style .card-body {
    padding: 15px;
  }
  .accordion-style .btn-link.collapsed:after {
    top: 12px;
    right: 18px;
    height: 22px;
    line-height: 20px;
    width: 22px;
    padding-left: 0px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .accordion-style .card {
    margin-bottom: 10px;
  }
}
.counter span:after {
  content: "+";
}
.progress-text {
  font-size: 15px;
  font-weight: 600;
  color: #232323;
  margin-bottom: 5px;
  position: relative;
}
.progress-medium {
  height: 8px;
  border-radius: 50px;
  box-shadow: none;
}
.progress-bar {
  background-color: #040c61;
}
.history-wrapper {
  position: relative;
}
.history-wrapper .row [class*="col-"] {
  padding-left: 50px;
  padding-right: 50px;
}
.history-wrapper .history-line {
  display: block;
  position: absolute;
  top: -50px;
  bottom: -20px;
  left: 50%;
  z-index: 0;
  width: 1px;
  margin-left: -1px;
  background-color: #ededed;
}
.history-wrapper .history-dot {
  display: block;
  position: absolute;
  top: 72px;
  left: 50%;
  z-index: 1;
  content: " ";
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-width: 5px;
  border-style: solid;
  border-radius: 50%;
}
.history-wrapper .history-dot.green {
  background-color: #69c275;
  border-color: #c1f4c8;
}
.history-wrapper .history-dot.purple {
  background-color: #7778fa;
  border-color: #e4e4fe;
}
.history-wrapper .history-dot.yellow {
  background-color: #ff9322;
  border-color: #ffe9d3;
}
.history-wrapper .history-dot.blue {
  background-color: #73b4fe;
  border-color: #e3f0ff;
}
.history-wrapper .history-content {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px;
}

.history-wrapper .history-content h3,
.history-wrapper .history-content p {
  color: #ffffff !important;
}
.history-wrapper .history-content-green {
  background-color: #69c275;
}
.history-wrapper .history-content-purple {
  background-color: #7778fa;
}
.history-wrapper .history-content-yellow {
  background-color: #ff9322;
}
.history-wrapper .history-content-blue {
  background-color: #73b4fe;
}

@media screen and (max-width: 991px) {
  .history-wrapper .row [class*="col-"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  .history-wrapper .history-content {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .history-wrapper .row [class*="col-"] {
    padding-left: 50px;
    padding-right: 0;
  }
  .history-wrapper .history-line {
    top: -30px;
    left: 0;
  }
  .history-wrapper .history-dot {
    top: 60px;
    left: 0;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 575px) {
  .history-wrapper .row [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .history-wrapper .history-line,
  .history-wrapper .history-dot {
    display: none;
  }
}
.faq-form .sb-element > label {
  color: #fff;
}
.clients-wrapper {
  padding: 30px 60px;
  width: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
}
.clients-wrapper a {
  position: relative;
  transition: all 0.4s;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .clients-wrapper {
    padding: 25px 65px;
  }
}
@media screen and (max-width: 767px) {
  .clients-wrapper {
    padding: 25px;
  }
}
@media screen and (max-width: 575px) {
  .clients-wrapper {
    padding: 20px 50px;
  }
}
.contact-wrapper {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
}
.map-wrapper {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .contact-wrapper {
    padding: 30px;
  }
}
.countdown {
  list-style: none;
  padding-left: 0;
}
.countdown li {
  border-right: 1px solid rgba(225, 225, 225, 0.13);
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  color: #232323;
}
.countdown li:first-child {
  padding-left: 0;
}
.countdown li:last-child {
  padding-right: 0;
  border-right: none;
}
.countdown li span {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 5px;
  position: relative;
}
.countdown li span:before {
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
.countdown li p.timeRefDays,
.countdown li p.timeRefHours,
.countdown li p.timeRefMinutes,
.countdown li p.timeRefSeconds {
  font-size: 12px;
  font-weight: 600;
  margin: 0;
  color: #fff;
  padding: 0;
  text-transform: uppercase;
}
.coming-soon .social-icon {
  margin-bottom: 0;
  text-align: center;
}
.coming-soon .social-icon li {
  text-align: center;
  margin-right: 5px;
  display: inline-block;
}
.coming-soon .social-icon li:last-child {
  margin-right: 0;
}
.coming-soon .social-icon li a {
  color: #fff;
  border-radius: 10px;
  height: 40px;
  width: 40px;
  line-height: 35px;
  display: inline-block;
  font-size: 15px;
  border: 2px solid #fff;
}
.coming-soon .social-icon li a:hover {
  background: #36c2db;
  color: #ffffff;
  border: 2px solid #36c2db;
}
@media screen and (max-width: 1199px) {
  .coming-soon .countdown li span {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .coming-soon-wrapper {
    min-height: 600px;
  }
  .countdown li {
    padding: 0 20px;
  }
  .coming-soon .countdown li span {
    font-size: 40px;
  }
  .coming-soon .social-icon li a {
    height: 32px;
    width: 32px;
    line-height: 34px;
    font-size: 14px;
  }
}
@media screen and (max-width: 575px) {
  .countdown li {
    padding: 0 10px;
  }
  .coming-soon .countdown li span {
    font-size: 32px;
  }
  .countdown li p.timeRefDays,
  .countdown li p.timeRefHours,
  .countdown li p.timeRefMinutes,
  .countdown li p.timeRefSeconds {
    font-size: 10px;
  }
  .coming-soon .social-icon li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
.search-form_input {
  color: #040c61;
}
.search-frame h4 a:hover {
  color: #040c61;
}
.search-frame .search_list .match {
  color: #040c61;
}
.search-frame .search_list li:before {
  color: #040c61;
}
.search-frame .search_list li + li {
  border-top: 3px solid #040c61;
}
.search-frame .search {
  color: #040c61;
}
.side-bar .widget {
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.side-bar .widget:last-child {
  margin-bottom: 0;
}
.widget-title {
  position: relative;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.widget-title:before {
  background: #040c61;
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 38px;
}
.widget-title:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -3px;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  background-color: #040c61;
}
.search-bar {
  position: relative;
}
.side-bar .search-bar input[type="search"] {
  display: block;
  width: 100%;
  padding: 10px 40px 10px 25px;
  font-size: 15px;
  color: #4b4342;
  border: 1px solid #ededed;
  background: none;
  border-radius: 8px;
  background: #ffffff;
  margin-bottom: 0;
}
.side-bar .search-bar .btn-newsletter {
  position: absolute;
  color: #040c61;
  right: 18px;
  top: 10px;
  padding: 0px;
  font-size: 18px;
  z-index: 3;
  outline: none;
}
.side-bar .search form button:hover:before {
  border-radius: 0;
  padding: 0;
}
.cat-list,
.archive-list {
  margin: -15px 0 0 0;
  padding: 0;
  margin-bottom: 0;
}
.cat-list li,
.archive-list li {
  font-size: 15px;
  color: #000;
  text-align: left;
  font-weight: 600;
  list-style: none;
  padding: 12px 0 12px 0;
  border-bottom: 1px dashed #dddddd;
  position: relative;
}
.cat-list li:last-child,
.archive-list li:last-child {
  border: none;
  padding-bottom: 0;
}
.cat-list li a,
.archive-list li a {
  color: #1e2022;
  text-transform: capitalize;
  width: 100%;
  padding-left: 0;
  display: inline-block;
}

.cat-list li a:hover,
.archive-list li a:hover {
  padding-left: 10px;
}

.cat-list li span,
.archive-list li span {
  position: absolute;
  right: 0;
  top: 13px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 4px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background-color: #040c61;
}
.cat-list li a i,
.archive-list li a i {
  color: #1c1c25;
  font-size: 15px;
  display: inline-block;
  margin: 0 10px 0 0;
}
.social-icons {
  margin-bottom: 0;
}
.social-icons li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  font-size: 16px;
}
.social-icons li:last-child {
  margin-right: 0;
}
.social-icons li a {
  color: #040c61;
  border-radius: 10px;
  height: 35px;
  width: 35px;
  line-height: 32px;
  display: inline-block;
  font-size: 14px;
  border: 2px solid #040c61;
  background: #ffffff;
}
.social-icons li a:hover {
  background: #040c61;
  color: #ffffff;
  border: 2px solid #040c61;
}
.blog-tags {
  margin-bottom: 0;
}
.blog-tags li {
  display: inline-block;
}
.blog-tags li a {
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  padding: 8px 12px;
  margin: 5px 5px 5px 0;
  display: inline-block;
  border: 1px solid #ededed;
}
.blog-tags li a:hover {
  background: #040c61;
  color: #ffffff !important;
  border: 1px solid #040c61;
}
@media screen and (max-width: 1199px) {
  .side-bar .widget {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 991px) {
  .widget-title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .widget-title {
    font-size: 18px;
  }
  .social-icons li a {
    height: 32px;
    width: 32px;
    line-height: 30px;
    font-size: 13px;
  }
  .cat-list li,
  .archive-list li {
    font-size: 14px;
  }
  .cat-list li span,
  .archive-list li span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
  }
  .blog-tags li a {
    font-size: 13px;
    padding: 6px 10px;
  }
}
.meta-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 15px;
  position: relative;
}
.meta-list li {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #777;
  font-weight: 600;
  margin-right: 20px;
}
.post-content {
  padding: 25px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border-top: none;
  margin-bottom: 70px;
  border-radius: 10px;
}

.post-content img {
  border-radius: 10px;
}

.post-content blockquote {
  position: relative;
  z-index: 1;
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin: 0 auto;
  color: #232323;
  line-height: 40px;
  margin-bottom: 20px;
  border-left: 3px solid #0c5adb;
}
.post-content blockquote:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 36px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-style: bold;
  background-color: #ffffff;
  display: block;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  color: #040c61;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  border-radius: 10px;
}
.post-content blockquote:after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
  background-color: transparent;
}
.post-content blockquote cite {
  display: block;
  position: relative;
  margin-top: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
.post-content .separator {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px dashed #ddd;
  text-align: left;
}
.post-content .blog-detail-list {
  list-style: none;
  margin: 0;
}
.post-content .blog-detail-list li {
  margin-bottom: 8px;
  position: relative;
  padding-left: 25px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
}
.post-content .blog-detail-list li:last-child {
  margin-bottom: 0;
}
.post-content .blog-detail-list li:after {
  content: "\f058";
  font-family: Font Awesome\5 Free;
  position: absolute;
  left: 0px;
  top: 1px;
  z-index: 1;
  font-weight: 600;
  color: #0063dd;
}
.post-content .blog-post-tag {
  margin-bottom: 0;
}
.post-content .blog-post-tag li {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px;
  margin-right: 6px;
  border: 1px solid #ededed;
  line-height: 1;
}
.post-content .blog-post-tag li:last-child {
  margin-right: 0;
}
.post-content .share-post {
  text-align: right;
}
.post-content .share-post ul li {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
}
.post-content .share-post ul li:last-child {
  margin-right: 0;
}
.post-content .share-post ul li a {
  color: #142cfb;
}
.post-content .share-post ul li a:hover {
  color: #040c61;
}
.author-info-wrapper {
  position: relative;
  z-index: 0;
  margin: 30px 0 46px;
  border: 0;
  border-radius: 10px;
  background-position: center;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.author-info-avatar img {
  border-radius: 50px;
  border: 3px solid #142cfb;
  padding: 5px;
  margin-top: -28px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.author-info-content {
  flex-grow: 1;
  padding: 20px;
}
.author-info-content .social-icons {
  margin-bottom: 0;
}
.author-info-content .social-icons li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  font-size: 16px;
}
.author-info-content .social-icons li:last-child {
  margin-right: 0;
}
.author-info-content .social-icons li a {
  color: #1e1666;
  border-radius: 8px;
  height: 35px;
  width: 35px;
  line-height: 32px;
  display: inline-block;
  font-size: 14px;
  border: 2px solid #1e1666;
  background: #ffffff;
}
.author-info-content .social-icons li a:hover {
  background: #040c61;
  color: #ffffff;
  border: 2px solid #040c61;
}
.blogs .posts-wrapper .comments-area {
  padding: 35px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1199px) {
  .blogs .posts-wrapper .post-content blockquote {
    line-height: 35px;
  }
  .blogs .posts-wrapper .post-content blockquote:before {
    font-size: 30px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .blogs .posts-wrapper .post-content blockquote {
    line-height: 30px;
  }
  .blogs .posts-wrapper .post-content blockquote:before {
    font-size: 26px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .blogs .posts-wrapper .post-content blockquote:before {
    font-size: 22px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
  .blogs .posts-wrapper .post-content .blog-detail-list li {
    font-size: 14px;
  }
  .blogs .posts-wrapper .post-content .share-post {
    text-align: unset;
  }
  .blogs .posts-wrapper .meta-list li {
    margin-right: 15px;
  }
  .blogs .posts-wrapper .post-content .separator {
    margin-top: 20px;
  }
  .blogs .posts-wrapper .post-content .share-post ul li {
    font-size: 15px;
    margin: 0 8px;
  }
  .blogs .posts-wrapper .post-content .share-post ul li:first-child {
    margin-left: 0;
  }
  .blogs .posts-wrapper .post-content .share-post ul li:last-child {
    margin-right: 0;
  }
  .author-info-wrapper {
    margin: 70px 0 45px;
  }
  .author-info-content .social-icons li a {
    height: 32px;
    width: 32px;
    line-height: 30px;
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .blogs .posts-wrapper .post-content,
  .blogs .posts-wrapper .comments-area {
    padding: 20px;
  }
  .blogs .posts-wrapper .post-content blockquote {
    line-height: 25px;
  }
}
footer {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 60px;
  }
}
.footer-style1 {
  margin-top: -100px;
}
.footer-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-bar {
    margin-top: 50px;
  }
}
.footer-title {
  position: relative;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  color: #ffffff;
}
.footer-title:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  height: 2px;
  width: 38px;
  background-color: #ffffff;
}
.footer-title:after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: -3px;
  height: 8px;
  width: 8px;
  border-radius: 50px;
  background-color: #ffffff;
}
@media screen and (max-width: 1199px) {
  .footer-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 991px) {
  .footer-title {
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.footer-list {
  list-style: none;
  margin-bottom: 0;
}
.footer-list li {
  position: relative;
  margin-bottom: 15px;
}
.footer-list li:last-child {
  margin-bottom: 0;
}
.footer-list li a {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  padding-left: 20px;
  transition: all 300ms ease;
}
.footer-list li a:before {
  position: absolute;
  content: "..";
  left: 0px;
  top: -22px;
  font-size: 32px;
  letter-spacing: 0;
}
.footer-list li a:hover {
  padding-left: 25px;
  color: #36c2db;
}
.footer-social-icon {
  margin-bottom: 0;
}
.footer-social-icon li {
  text-align: center;
  margin-right: 5px;
  display: inline-block;
}
.footer-social-icon li:last-child {
  margin-right: 0;
}
.footer-social-icon li a {
  color: #ffffff;
  border-radius: 10px;
  height: 35px;
  width: 35px;
  line-height: 32px;
  display: inline-block;
  font-size: 14px;
  border: 2px solid #ffffff;
}
.footer-social-icon li a:hover {
  background: #36c2db;
  color: #ffffff;
  border: 2px solid #36c2db;
}
@media screen and (max-width: 767px) {
  .footer-social-icon li a {
    height: 32px;
    width: 32px;
    line-height: 30px;
    font-size: 13px;
  }
}
