
/* @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */


/* html {
  overflow-x: hidden;
} */

body {
  /* font-family: "Roboto", sans-serif; */
  font-family: "Rubik", sans-serif;
  /* color: #9fa1a4; */
  color: #6c757d;
  line-height: 1.5;
  font-size: 14px;

  /* color: #212121; */
}
/* .hero-text-image p {
  font-weight: 300;
} */
p {
  font-weight: 300;
}
a {
  color: #777;
  text-decoration: none;
  transition: 0.3s all ease;
}

a:hover {
  color: #000;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
      transition-property: height, visibility;
      transition-duration: .35s;
  }
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: "Rubik", sans-serif;
  color: #000;
}

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #2d71a1 !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
  margin-top: 0.5rem;
  font-style: italic;
  font-size: 0.8rem;
}

section {
  overflow: hidden;
}

.section {
  padding: 3rem 0;
}

/* QUERY MEDIA */
@media (max-width: 1366px) {
  .hero-section .iphone-wrap .phone-2 {
    margin-top: 230px !important;
    margin-left: 35px !important;
    width: 360px !important;
  }
}
@media (max-width: 1200px) {
  .services .icon-box {
    height: 280px !important;
  }
}
@media (max-width: 991px) {
  .services .icon-box {
    height: 435px !important;
  }
  .situations .box-up {
    margin-top: 3rem!important;
  }
}
@media (max-width: 768px) {
  .services .icon-box {
    height: auto !important;
  }
  .center-text-content {
    transform: none !important;
  }
  .section-home-5 .card-bg-color:nth-child(2n) .step-custom {
    height: 300px !important;
  }
  .section-home-5 .fixed-height .step-custom {
    height: 300px !important;
  }
  .hero-section p {
    font-size: 14px !important;
  }
}

.section-heading {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(-45deg, #3db3c5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-heading-small {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(-45deg, #3db3c5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2d71a1;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #3687c1;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Default btn sre-tyling */
.btn {
  border: none;
  padding: 15px 30px !important;
}
.btn.btn-outline-white {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}
.btn.btn-outline-white:hover {
  background: #fff;
  color: #2d71a1;
}
.btn.btn-primary {
  background-image: linear-gradient(to right, #274685 0%, #2d71a1 51%, #1391a5 100%);
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  background-size: 200% auto;
}

.btn.btn-primary:hover {
  background-position: right center;
}

/* Feature 1 */
.feature-1 .wrap-icon {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.feature-1 .wrap-icon.icon-1 {
  background: linear-gradient(-45deg, #3b87bd, #2d71a2);
}
.feature-1 .wrap-icon i {
  font-size: 40px;
  line-height: 0;
  color: #fff;
}
.feature-1 h3 {
  font-size: 20px;
  background: linear-gradient(-45deg, #3db3c5, #274685);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.feature-1 p {
  color: #b1b1b1;
}

/* Step */
.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
}
.step .number {
  background: linear-gradient(-45deg, #1391a5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  display: block;
}
.step p:last-child {
  margin-bottom: 0px;
}

/* Review */
.review h3 {
  font-size: 20px;
}
.review p {
  line-height: 1.8;
  font-style: italic;
  color: #333333;
}
.review .stars span {
  color: #FF8803;
}
.review .stars .muted {
  color: #ccc;
}
.review .review-user img {
  width: 70px;
  margin: 0 auto;
}

/* Testimonial Carousel */
.testimonials-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2d71a1;
}
.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2d71a1;
}

/* Pricing */
.pricing {
  padding: 50px;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  padding-bottom: 12rem !important;
  position: relative;
  border-radius: 4px;
  color: #000000;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}
.pricing h3 {
  color: #2d71a1;
}
.pricing .price-cta {
  text-decoration: none;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  left: 0;
}
.pricing .price-cta .price {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 300;
}
.pricing .popularity {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2rem;
  display: block;
  margin-bottom: 20px;
}
.pricing ul {
  margin-bottom: 50px;
}
.pricing ul li {
  margin-bottom: 10px;
}
.pricing .btn-white {
  background: #fff;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.pricing .btn-white:hover {
  color: #2d71a1;
}
.pricing.popular {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  color: #000000;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: none;
}
.pricing.popular .popularity {
  color: #b3b3b3;
}
.pricing.popular h3 {
  color: #fff;
  background: none;
}
.pricing.popular .btn-white {
  border: 2px solid #2d71a1;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(to right, #274685 0%, #3db3c5 100%);
  color: #fff;
}
.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }
  .section-home-5 .custom-card-1 {
    padding-top: 0 !important;
  }
  .features-area .card-bg-color:nth-child(2) .single-features,
  .features-area .card-bg-color:nth-child(3) .single-features {
    margin-top: 0 !important;
  }
  .section-heading,.hero-section h1 {
    font-size: 2rem !important;
  }
  .section {
    padding: 4rem 0;
  }

}
.cta-section .btn {
  background: #000000;
  color: #fff;
}
.cta-section .btn i {
  margin-right: 5px;
  font-size: 24px;
  line-height: 0;
}

/* Contact Form */


/* .select2-selection {
  height: 48px !important;
  border: 1px solid #dae0e5 !important;
  border-radius: .25rem!important;
} */
.select2-container--default .select2-selection--multiple {
  border: 1px solid #dae0e5;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #2d71a1;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #2d71a2;
  color: #fff;
}
.form-control,.form-select  {
  height: 40px;
  border: 1px solid #dae0e5;
  border-radius: 10px;
  font-size: 14px;
}
.form-control:active, 
.form-control:focus,
.form-select:active,
.form-select:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #2d71a1;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Blog */
.post-entry {
  margin-bottom: 60px;
}
.post-entry .post-text .post-meta {
  text-decoration: none;
  color: #ccc;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.post-entry .post-text h3 {
  font-size: 20px;
  color: #000000;
}
.post-entry .post-text h3 a {
  text-decoration: none;
  color: #000000;
}
.post-entry .post-text h3 a:hover {
  text-decoration: none;
  color: #2d71a1;
}
.post-entry .post-text .readmore {
  color: #2d71a1;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}
.sidebar-box *:last-child {
  margin-bottom: 0;
}
.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}
.categories li:last-child, .sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.categories li a, .sidelink li a {
  text-decoration: none;
  display: block;
}
.categories li a span, .sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}
.categories li.active a, .sidelink li.active a {
  text-decoration: none;
  color: #000000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}
.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}
.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}
.comment-list li .vcard {
  width: 80px;
  float: left;
}
.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}
.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}
.comment-list li .comment-body h3 {
  font-size: 20px;
}
.comment-list li .comment-body .meta {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}
.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}
.comment-list li .comment-body .reply:hover {
  color: #000000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}
.search-form .form-group {
  position: relative;
}
.search-form .form-group input {
  padding-right: 50px;
}
.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 120px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
}
#header.header-scrolled {
  background: linear-gradient(-45deg, #3db3c5, #274685);
  height: 100px;
}
#header.header-scrolled .logo img  {
  max-height: 55px;
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 500;
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 90px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar .li-menu {
  padding: 10px 0 10px 30px;
}

.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 10px 0 10px 30px; */
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
  transition: 0.3s;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #fff;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #2d71a1;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}


@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(27, 49, 94, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #2d71a1;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #2d71a1;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%);
  /* background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url(../img/hero-bg.jpg); */
  position: relative;
}
.hero-section .btn{
  margin-top: 3rem;
}
.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  .hero-section .wave {
    bottom: -180px;
  }
}
.hero-section .wave svg {
  width: 100%;
}
.hero-section, .hero-section > .container > .row {
  height: 95vh;
  min-height: 768px;
}
.hero-section.hero-section-page, .hero-section.hero-section-page > .container > .row{
  height: 85vh;
  min-height: 635px;
}
.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}
.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -120px;
}
@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }
}
.hero-section h1 {
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 40px;
  }
}
@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 4rem;
  }
}
.hero-section p {
  font-size: 18px;
  color: #fff;
}
.hero-section .iphone-wrap {
  position: relative;
}
@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
  }
}
.hero-section .iphone-wrap .phone-2, .hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -50%;
  overflow: hidden;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}
@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2, .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}
.hero-section .iphone-wrap .phone-2, .hero-section .iphone-wrap .phone-1 {
  width: 250px;
}
@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
}
.hero-section .iphone-wrap .phone-2 {
  /* margin-top: 50px;
  margin-left: 100px;
  width: 250px; */
  margin-top: 105px;
  margin-left: 100px;
  width: 500px;
}
@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}

.hero-text-image {
  margin-top: 8rem;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  position: relative;
  z-index: 1;
  /* background-color: #03a9f4; */
  background: linear-gradient(-45deg, #3db3c5, #274685);
  /* background-image: url('../img/banner-bg.jpg'); */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 12rem 0 4rem 0;
}
.footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  /* background-color: #2d71a2;
  background-image: linear-gradient(-135deg, #2d71a2 0%, #25304a 100%); */
}
.footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer a {
  color: #fff;
  transition: .3s all;
}
.footer a:hover {
  border-bottom: 1px solid #fff;
}
.footer .copyright {
  margin-bottom: 0px;
}
.footer .copyright, .footer .credits {
  font-size: 14px;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  transition: 0.3s background ease;
  color: #0d1e2d;
  line-height: 0;
  border: 0 !important;
}
.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.social a:hover {
  color: #fff;
  background: #2d71a1;
}
.social a i {
  line-height: 0;
}

.iphone-wrap .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.hero-waves {
  display: block;
  margin-top: 60px;
  width: 100%;
  height: 60px;
  z-index: 5;
  position: relative;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}
@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}
@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

.check-green {
  font-size: 20px;
  padding-right: 2px;
  color: #284b88;
  position: relative;
  bottom: -2px;
}

.section-bg {
  background-color: #f0f4f8;
}
.services .icon-box {
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 6px;
  background: #f5f5ff;
  height: 220px;
  overflow: hidden;
}
.services .icon-box.fix-height {
  height: 160px;
}
.services .icon-box i {
  float: left;
  color: #5c8eb0;
  font-size: 40px;
  line-height: 0;
}
.services .icon-box h4 {
  margin-left: 70px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
  transition: 0.3s;
  background: linear-gradient(-45deg, #3db3c5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.services .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover h4 a {
  color: #ff4a17;
}

.cta {
  background: linear-gradient(to left,rgb(45 113 162),rgba(0,0,0,0.6)), url(../img/banner-of-asian-male-customer-care-service.png) center center;
  background-size: cover;
  padding: 240px 0;
}
.cta h3 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}
.cta p {
  font-size: 20px;
  color: #fff;
}

.section-home-2 {
  margin: 0 5rem;
  border-radius: 50px;
  background-color: #2d71a2;;
}

@media (max-width: 769px) {
  .section-home-2 {
    margin: 0;
    border-radius: 0;
  }
}
.section-home-5 {
  background: #e9ecef;
}

.section-home-5 .card-bg-color:nth-child(1) .step-custom {
  background: #f1eff8;
}
.section-home-5 .card-bg-color:nth-child(2) .step-custom {
  background: #f9f0e8;
}
.section-home-5 .card-bg-color:nth-child(3) .step-custom {
  background: #f5fffd;
}
.section-home-5 .card-bg-color:nth-child(4) .step-custom {
  background: #ebf0ff;
}
.section-home-5 .card-bg-color:nth-child(5) .step-custom {
  background: #ffebeb;
}

.section-home-5 .step-custom .content-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  color:#2c6195;
}
.section-home-5 .card-bg-color:nth-child(2n) .step-custom {
  height: 450px;
}
.section-home-5 .fixed-height .card-bg-color:nth-child(2n) .step-custom {
  height: 300px;
}
.section-home-5 .fixed-height .step-custom {
  height: 450px;
}
.section-home-5 .step-custom {
  -webkit-box-shadow: 0px 10px 30px rgb(61 91 125 / 15%);
  box-shadow: 0px 10px 30px rgb(61 91 125 / 15%);
  /* background: #fff; */
  padding: 90px 30px;
  border-radius: 20px;
  position: relative;
  transition: .3s all;
  overflow: hidden;
  height: 300px;
}
.section-home-5 .step-custom .features-shape-1 {
  position: absolute;
  top: -100px;
  left: -100px;
  transition: all 0.3s;
}
.section-home-5 .step-custom .features-shape-2 {
  position: absolute;
  bottom: -100px;
  right: -100px;
  transition: all 0.3s;
}
.section-home-5 .step-custom:hover {
  transform: translateY(-5px);
  background: #fff !important;
}
.section-home-5 .step-custom:hover .features-shape-1 {
  top: 0;
  left: 0;
}
.section-home-5 .step-custom:hover .features-shape-2 {
  bottom: 0;
  right: 0;
}

/* .step-custom:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px -5px rgb(0 0 0 / 20%);
} */
.section-home-5 .title {
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(-45deg, #3db3c5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 20px;
}
.section-home-5 p {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}


.testimonial-slide-box::before {
  position: absolute;
  background: linear-gradient(-150deg, #00e8d3, #44cfd6);
  content: "";
  height: 20px;
  width: 95%;
  bottom: -14px;
  left: 19px;
  z-index: -1;
  border-radius: 5px;
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 30%);
}
.testimonial-slide-box::after {
  position: absolute;
  background: linear-gradient(-150deg, #00e8d3, #00e8d3);
  content: "";
  height: 20px;
  width: 90%;
  bottom: -30px;
  left: 39px;
  z-index: -11;
  border-radius: 5px;
}


.features-area .card-bg-color:nth-child(1) .single-features {
  background: #f1eff8;
}
.features-area .card-bg-color:nth-child(1) .single-features:hover {
  background-color: #ffffff;
}
.features-area .card-bg-color:nth-child(2) .single-features {
  background: #f9f0e8;
  margin-top: 30px;
}
.features-area .card-bg-color:nth-child(2) .single-features:hover {
  background-color: #ffffff;
}
.features-area .card-bg-color:nth-child(3) .single-features {
  background: #f5fffd;
  margin-top: -30px;
}
.features-area .card-bg-color:nth-child(3) .single-features:hover {
  background-color: #ffffff;
}
.features-area .card-bg-color:nth-child(4) .single-features  {
  background-color: #ebf0ff;
}
.features-area .card-bg-color:nth-child(4) .single-features:hover {
  background-color: #ffffff;
}
.features-text span {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid ;
}

.features-text p {
  margin-bottom: 30px;
  font-size: 14px;
}
.single-features {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 20px;
}
.single-features i {
  font-size: 30px;
  background: linear-gradient(-45deg, #3b87bd, #2d71a2);
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 25px;
}
.single-features h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(-45deg, #3db3c5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.single-features p {
  margin-bottom: 0;
  font-size: 14px;
}
.single-features .features-shape-1 {
  position: absolute;
  top: -100px;
  left: -100px;
  transition: all 0.3s;
}
.single-features .features-shape-2 {
  position: absolute;
  bottom: -100px;
  right: -100px;
  transition: all 0.3s;
}
.single-features:hover {
  transform: translateY(-5px);
}
.single-features:hover .features-shape-1 {
  top: 0;
  left: 0;
}
.single-features:hover .features-shape-2 {
  bottom: 0;
  right: 0;
}

.faq {
  /* padding: 60px 0; */
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}
.section-title h3 span {
  background: linear-gradient(-45deg, #3db3c5, #274685);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-title p {
  margin: 15px auto 0 auto;
  /* font-weight: 600; */
}
@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

.bg-section-custom {
  background: #f1f6fe;
}
.color-main {
  background: linear-gradient(-45deg, #3db3c5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.faq .accordion-list {
  /* padding: 0 100px 60px 100px; */
}
.faq .accordion-list ul {
  padding: 0;
  list-style: none;
}
.faq .accordion-list li + li {
  margin-top: 15px;
}
.faq .accordion-list li {
  padding: 20px;
  background: #f1f6fe;
  border-radius: 4px;
}
.faq .accordion-list a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}
.faq .accordion-list .sty-num {
  /* color: #0880e8; */
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
  background: linear-gradient(-45deg, #3db3c5, #274685);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.faq .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 5px;
  top: 0;
}
.faq .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.faq .accordion-list .icon-show {
  display: none;
}
.faq .accordion-list a.collapsed {
  color: #343a40;
}
.faq .accordion-list a.collapsed:hover {
  color: #0880e8;
}
.faq .accordion-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .accordion-list a.collapsed .icon-close {
  display: none;
}
.faq .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#0880e8 50%, rgba(8, 128, 232, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.faq .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.faq .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(8, 128, 232, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.faq .play-btn:hover::after {
  border-left: 15px solid #0880e8;
  transform: scale(20);
}
.faq .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .faq .content, .faq .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .faq .content {
    padding-top: 30px;
  }
  .faq .accordion-list {
    padding-bottom: 30px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.pricing-section-1 .content {
  background-color: #f6f9ff;
  padding: 3rem;
  -webkit-box-shadow: 0px 10px 30px rgb(61 91 125 / 15%);
  box-shadow: 0px 10px 30px rgb(61 91 125 / 15%);
}
.pricing-section-1 h3 {
  font-size: 22px;
  font-weight: 600;
  color: #4154f1;
  margin-bottom: 30px;
  background: linear-gradient(-45deg, #3db3c5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-section-1 p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}
.pricing-img {
  position: relative;
  transition: 0.5s;
}
.pricing-img::before {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 1;
  content: "";
  border-left: 5px solid #3db3c5;
  border-top: 5px solid #3db3c5;
  transition: 0.5s;
}
.pricing-img::after {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 2;
  content: "";
  border-right: 5px solid #3db3c5;
  border-bottom: 5px solid #3db3c5;
  transition: 0.5s;
}
.pricing-img img {
  max-width: 100%;
  border: 4px solid rgb(246 249 255);
  position: relative;
  border-radius: 10px;
}
.pricing-section-2 .box {
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(-45deg, #3db3c5, #274685);
  box-shadow: 0px 5px 20px 0px #2d71a2;
  height: 410px;
}

.pricing-section-2 .box h3 {
  font-weight: 600;
  padding: 15px;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}

.pricing-section-2 .box p {
  color: #fff;
}

.feature-item:hover {
  transform: translateY(-15px);
  box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 8%);
}
.feature-item {
  transition: .3s;
  border-radius: 10px;
}

.text-style-list {
  color: #274a88;
  font-weight: 400;
  font-size: 16px;
}
.service-area {
  background-color: #f9f9f9;
}

.service-area ul li {
  list-style-type: none;
  color: #274685;
  padding-bottom: 4px;
}
.whyvn-area ul li {
  list-style-type: none;
  color: #9fa1a4;
}
.check-service {
  font-size: 16px;
  padding-right: 5px;
  color: #284b88;
  position: relative;
  bottom: -1px;
}
.border-title {
  position: relative;
}
.border-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 5px;
  bottom: -20px;
  /* right: calc(50% - 100px); */
  right:0;
  background: linear-gradient(-45deg, #3db3c5, #274685);
}
.border-frame {
  border-radius: 10px;
  padding: 10px;
  -webkit-box-shadow: 0px 10px 30px rgb(61 91 125 / 15%);
  box-shadow: 0px 10px 30px rgb(61 91 125 / 15%);
}

.center-text-content {
  position: relative;top: 50%;transform: translateY(-50%);
}
.why-choose .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  transition: ease-in-out 0.3s;
  box-shadow: 2px 0 35px 0 rgb(68 88 144 / 12%);
  background-color: #fff;
}
.why-choose .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}
.why-choose  .icon-box h3 {
  font-weight: 500;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}
.fw-400 {
  font-weight: 400;
}
.company-section .fix-height-card {
  height: 400px;
  overflow: hidden;
}

.company-section .fix-height-card .middle-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.situations .box-up {
  margin-top: -80px;
}

.featured-topics-wrapper .border-frame-blog {
    background: white;
    -webkit-box-shadow: 0px 10px 30px rgb(61 91 125 / 15%);
    box-shadow: 0px 10px 30px rgb(61 91 125 / 15%);
    display: -webkit-box;
    display: -ms-flexbox;
    border-radius: 15px;
    position: relative;
    min-height: 260px;
    overflow: hidden;
}
.featured-topics-wrapper .border-frame-blog .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  padding-top: 15px;
  position: relative;
}
.featured-topics-wrapper .border-frame-blog .post-meta::before {
  content: "";
  width: 60%;
  height: 1px;
  background-color: #dae6f9;
  position: absolute;
  top: 0;
  left: 0;
}
.featured-topics-wrapper .border-frame-blog .post-meta .author {
  font-size: 14px;
  color: #222222;
  margin-right: 25px;
  position: relative;
  margin-bottom: 0;
}
.featured-topics-wrapper .border-frame-blog .post-meta .post-date {
  font-size: 14px;
  color: #3d5b7d;
}
.sidebar-widget .cat-item-link {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}
.sidebar-widget .cat-item {
  width: 100%;
  min-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding-right: 10px;
  border: 1px solid #dae6f9;
  border-radius: 10px;
  position: relative;
}
.sidebar-widget .cat-thumb {
  min-width: 70px;
  min-height: 70px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.sidebar-widget .cat-item .cat-name {
  margin-left: 10px;
  margin-bottom: 0;
}
.sidebar-widget .cat-item .cat-button {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-detail .sidebar {
  padding: 30px 30px 0 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px rgb(61 91 125 / 15%);
  box-shadow: 0px 10px 30px rgb(61 91 125 / 15%);
}
.blog-detail .sidebar .stroke-shape::after, .blog-detail .sidebar .stroke-shape::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  height: 2px;
  width: 45px;
  background-color: #2A3F51;
}
.blog-detail .sidebar .stroke-shape::after {
  width: 7px;
  background-color: #fff;
  left: 25px;
}
.blog-detail .sidebar .stroke-shape {
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
}
.blog-detail .blog-content {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 30px rgb(61 91 125 / 15%);
  box-shadow: 0px 10px 30px rgb(61 91 125 / 15%);
}
.blog-detail .sidebar .sidebar-widget {
  margin-bottom: 20px;
}
.featured-topics-wrapper .border-frame-blog img {
  height: 260px;
}
.featured-topics-wrapper .border-frame-blog .over-text-intro {
  height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.featured-topics-wrapper .border-frame-blog .over-text-title {
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blog-detail .content-share {
  display: flex;
  flex-direction: row;
  align-items: center
}

.blog-detail .share_div {
  border: 1px solid #eee;
  width: 100px;
  height: 45px;
  display: flex;
  padding-left: 10px;
  align-items: center;
  position: relative
}

.blog-detail .share_div:after {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  transform: rotate(45deg);
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  right: -9px;
  background-color: #fff
}

.blog-detail .share_div i {
  font-weight: 500;
  font-size: 15px;
  color: #444
}

.blog-detail .share_div h4 {
  font-weight: 700;
  font-size: 15px;
  color: #444;
  margin-bottom: 0;
}

.blog-detail .share_div span {
  height: 20px;
  width: 1px;
  margin-right: 10px;
  margin-left: 10px;
  background: #eee
}

.list-search-box {
  position: absolute;
  top:0;
  width: 100%;
  -webkit-box-shadow: 0px 10px 30px rgb(61 91 125 / 15%);
  box-shadow: 0px 10px 30px rgb(61 91 125 / 15%);
}
.list-search-box .list-group-item {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: .2s all;
}
.list-search-box .list-group-item:hover {
  background: linear-gradient(-45deg, #3db3c5, #274685);
  color: #fff;
  cursor: pointer;
}
.list-search-box .list-group-item:hover .color-blue{
  color: #fff;
}
.color-blue {
  color: #274685;
}
.faqseacrh {
  position: relative;
  padding: 0px;
}
.clearsearch {
  position: absolute;
  float: right;
  top: 0px;
  right: 0px;
  background: #ccc;
  text-align: center;
  cursor: pointer;
}
.clearsearch:after {
  font-family: bootstrap-icons !important;
  font-weight: 400;
  content: "\F62A";
  position: absolute;
  color: #373737;
  font-size: 20px;
  top: 5px;
  right: 10px;
}
.faqseacrh input:invalid + .clearsearch {
  visibility: hidden;
}
.faq .accordion-header .accordion-button {
  font-size: 14px;
  color: #9fa1a4;
}
.faq .accordion-body {
  padding: 25px;
}
.privacy .box-content {
  -webkit-box-shadow: 0px 10px 30px rgb(61 91 125 / 15%);box-shadow: 0px 10px 30px rgb(61 91 125 / 15%);padding:20px 25px;border-radius:10px;
}
.privacy .box-content a{
  color: #2d71a1;
}
.privacy p {
  font-weight: 400;
}
.privacy .title-bold {
  font-weight: 500;
}