/* ===== Navbar ====== */
/* 
@import '../fonts/webfont/webfont.css';
@import '../fonts/font/iconfont.css';
@import '../fonts/flaticon/flaticon.css'; */
.hidden {
  display: none;
}

body,
html {
  scroll-behavior: smooth;
  letter-spacing: 1px;

}

.top-c-sep-title {
  font-size: 35px;
}

.unia3 {
  font-style: italic;
  font-size: 65px;
}

.title-en {
  font-family: 'webfont-Regular' !important;
  font-size: 16px;
}

.navbar-reset {
  padding: 1.3rem 0;
  -webkit-transition: padding 500ms ease;
  transition: padding 500ms ease;
}

@media (min-width: 576px) {
  .navbar-reset {
    padding: 1.5rem 0;
  }

  .section-hero .banner {
    padding: 160px 0 125px;
  }

  .banner-text h1 {
    font-size: 40px;
  }

  .sp-100 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .sp-100-70 {
    padding-top: 85px;
    padding-bottom: 55px;
  }

  .back-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1;
    display: none;
  }

  .back-top span {
    color: #101f41;
    font-size: 30px;
    -webkit-filter: drop-shadow(5px 7px 0 #ccc);
    filter: drop-shadow(5px 7px 0 #ccc);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
  }
}

.sticky .navbar-reset {
  padding: 14px 0;
}

@media (min-width: 992px) {
  .sticky .navbar-reset {
    padding: 10px 0;
  }

  .navbar .nav-item .nav-link {
    border-bottom: 0 !important;
    padding: 8px 0;
  }

  .navbar .nav-item.active .nav-link:before {
    position: absolute;
    background-color: #fff;
    height: 10px;
    content: '';
    bottom: 9px;
    left: -3px;
    right: -3px;
    opacity: 0.3;
  }

  .navbar.navbar-light .nav-link {
    color: #fff !important;
  }

  .navbar.navbar-light .nav-link:hover,
  .navbar.navbar-light .nav-link:focus {
    color: #fff;
  }

  .navbar.navbar-light .nav-item.show .nav-link:hover,
  .navbar.navbar-light .nav-item.show .nav-link:focus {
    color: #fff;
  }

  .navbar.navbar-light .active .nav-link {
    color: #fff;
  }

  .navbar .dropdown .dropdown-menu {
    display: block;
    position: absolute;
    min-width: 190px;
    width: auto;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    margin: 0;
    padding: 10px 0;
    border: 0;
    border-radius: 3px;
    font-size: 15px;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
    box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  }

  .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    border-bottom: 0;
  }

  .navbar .dropdown .dropdown-menu .dropdown-item:before {
    position: absolute;
    content: '';
    left: -10px;
    right: -10px;
    top: 0;
    height: 100%;
    background-color: #4e63d7;
    border-radius: 3px;
    z-index: -1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }

  .navbar .dropdown .dropdown-menu .dropdown-item:hover,
  .navbar .dropdown .dropdown-menu .dropdown-item:focus {
    color: #fff;
  }

  .navbar .dropdown .dropdown-menu .dropdown-item:hover:before,
  .navbar .dropdown .dropdown-menu .dropdown-item:focus:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .footer-top {
    padding: 90px 0 30px;
  }

  .section-hero .banner {
    padding: 190px 0 125px;
  }

  .cta-section .cta-box {
    padding: 60px;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 35px;
  }

  .sp-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sp-100-70 {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .top-sep:after {
    left: 0 !important;
  }
}

.navbar .logo {
  width: 130px;
}

.show-title {
  display: none;
}

.hidden-title {
  display: block;
}

@media (max-width: 576px) {
  .navbar .logo {
    width: 90px;
  }

  .mobile-p {
    padding: 0 10px;
  }

  .about-section {
    padding: 0 0 80px !important;
  }

  .show-title {
    display: block;
  }

  .hidden-title {
    display: none;
  }

  .swiper-slide {
    width: 210px !important;
  }

  .whyus {
    padding: 25px !important;
  }

  .prentwhus {
    padding-top: 0 !important;
  }
}

.mobile-img {
  display: none !important;
}

.mb-show {
  display: block;
}

.mb-hidden {
  display: none;
}


@media (max-width: 992px) {
  .mobile-img {
    display: block !important;
    text-align: center !important;
    margin-bottom: 20px;
  }

  .section-hero {
    padding-bottom: 110px;
  }
}

@media (max-width: 1200px) {
  .partner li {
    width: 18% !important;
  }
  .show-br {
    display: inline-block;
  }
}

.navbar .nav-item {
  padding-right: 35px;
  letter-spacing: 2px;
  font-family: 'webfont-Regular' !important;
}

@media (max-width: 991.98px) {
  .navbar .nav-item {
    padding-right: 0;
  }
  .navbar .navbar-collapse {
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9;
    left: 0;
    margin: 0;
    padding: 15px 30px;
    overflow-y: scroll;
    max-height: 350px;
    -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.15);
    box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.15);
  }
  .navbar .dropdown-toggle:after {
    position: absolute;
    right: 0;
  }
  .section-hero .banner h2 {
    font-size: 30px;
  }
}

.navbar .nav-item .nav-link {
  /* text-transform: capitalize; */
  font-weight: 500;
  color: #101f41;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.navbar .dropdown-toggle:after {
  position: relative;
  margin-left: 6px;
  vertical-align: top;
  border: 0;
  width: auto;
  height: auto;
  content: '\F2F9';
  font-family: "Material-Design-Iconic-Font";
}

.navbar .dropdown .dropdown-menu {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  z-index: 99;
}

.navbar-toggler {
  height: 2.5em;
  width: 2.5em;
  position: relative;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.navbar-toggler .navbar-toggler-lines,
.navbar-toggler .navbar-toggler-lines:after,
.navbar-toggler .navbar-toggler-lines:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  background-color: #fff;
  height: .25em;
  position: absolute;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .2s;
  transition: all .2s;
}

.navbar-toggler .navbar-toggler-lines:after {
  left: 0;
  top: -0.8em;
  width: 1.5em;
}

.navbar-toggler .navbar-toggler-lines:before {
  left: 1em;
  top: 0.8em;
  width: 1.5em;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-lines {
  background-color: initial;
  -webkit-transform: translateX(-2em);
  transform: translateX(-2em);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-lines:before {
  width: 2em;
  left: .5em;
  top: 0;
  -webkit-transform: translateX(2em) rotate(135deg);
  transform: translateX(2em) rotate(135deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-lines:after {
  width: 2em;
  left: .5em;
  top: 0;
  -webkit-transform: translateX(2em) rotate(-135deg);
  transform: translateX(2em) rotate(-135deg);
}

/* ===== Header ====== */
.header {
  position: relative;
  z-index: 1041;
}

.navigation-bar {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  width: 100%;
  top: 0;
}

.navigation-bar.sticky {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#76bfe9));
  background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #76bfe9 100%);
  -webkit-box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 20px -7px rgba(0, 0, 0, 0.6);
}

/* ===== Footer ===== */
footer {
  position: relative;
  overflow: hidden;
}

footer.footer {
  padding-top: 150px;
  background-image: url(../img/shapes/footer-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.footer-top {
  padding: 70px 0 0;
}

@media (min-width: 768px) {
  .footer-top {
    padding: 70px 0 30px;
  }
  .banner-text h1 {
    font-weight: 500;
    font-size: 45px;
  }
  .testimonial-slider .testimonial-item {
    padding: 35px !important;
    margin-bottom: 60px;
  }
  .testimonial-slider .testimonial-item .img-holder {
    margin-bottom: 30px;
  }
  .cta-section .cta-box {
    padding: 40px;
  }
  .section-title {
    margin: 0 auto 60px;
  }
  .section-title-service {
    margin: 0 auto 30px;
  }
  .btm-sep.btm-sep-center:after {
    left: 0;
  }
  
  
}

@media (min-width: 1200px) {
  .footer-top {
    padding: 90px 0 50px;
  }
}

.footer-top .btm-sep:after {
  background-color: #fff;
}

.filing {
  position: relative;
  top: -2px;
}

.footer-top .foot-links a {
  color: #fff;
  padding-left: 15px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  margin-bottom: 15px;
}

.footer-top .foot-links a:last-of-type {
  margin-bottom: 0;
}

.footer-top .foot-links a:before {
  font-size: 17px;
  content: '\F2FB';
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
}

.footer-top .foot-links a:hover {
  padding-left: 20px;
}

@media (max-width:992px) {
  .feature-box {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

  .uniTitle {
    width: 100% !important;
  }

  .model_right {
    width: 100% !important;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 9;
    order: 10;
  }

  .model_left {
    width: 100% !important;
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 10;
    order: 9;
  }
}

@media(max-width:768px) {
  .logo-outer {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .btm-sep:after {
    left: 50% !important;
    transform: translateX(-50%);
  }

  .logo-outer>div {
    flex: 1;
    text-align: center;
  }

  .logo-box {
    flex: 2 !important;
  }
  .footer-top .foot-links {
    display: flex;
    justify-content: space-between;

  }
  .foot-links-wrap {
    flex-wrap: wrap;
  }

  .tel_phone {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .tel_phone li {
    display: flex;
  }
  .tel_phone li i {
    margin-right: 4px;
  }
}

.contact-info li {
  position: relative;
  margin-bottom: 15px;
  color: #fff;
}

.contact-info li:last-of-type {
  margin-bottom: 0;
}


.copyright {
  padding: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.logo-footer {
  width: 175px;
}

.banner-img {
  position: relative;
  z-index: 1;
}

.section-hero {
  background-image: -webkit-gradient(linear, left top, right top, from(#4e63d7), to(#76bfe9));
  background-image: linear-gradient(to right, #4e63d7 0%, #76bfe9 100%);
  position: relative;
  overflow: hidden;
}

.section-hero:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../img/shapes/banner-bg2.svg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

@media (min-width: 1920px) {
  .section-hero:before {
    background-position: bottom center;
  }
}

.section-hero .banner {
  padding: 100px 0 100px;
  z-index: 2;
}

@media (min-width: 360px) {
  .section-hero .banner {
    padding: 120px 0 100px;
  }
}

.section-hero .curve-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.3;
}

.banner-text h1 {
  font-size: 32px;
  font-weight: 600;
}

/* ===== Feature Section ===== */
.feature-box {
  padding: 30px 30px 15px;
  border-radius: 5px;
  height: 100%;
  -webkit-box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  box-shadow: 0 5px 20px 0 rgba(39, 39, 39, 0.1);
  background-color: #ffffff;
}

.feature-box .icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #4e63d7;
  display: inline-block;
  margin-bottom: 30px;
  text-align: center;
  padding-top: 12px;
  -webkit-box-shadow: 7px 7px 0 #e6defa;
  box-shadow: 7px 7px 0 #e6defa;
}

.feature-box .icon-box i {
  font-size: 35px;
  color: #fff;
}

/* ===== Counters Section ===== */
.counters-section {
  position: relative;
  z-index: 0;
}

.counters-section:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shapes/counter-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.counter-box {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.22);
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.22);
  position: relative;
  padding: 30px 35px 20px;
  z-index: 0;
}

.counter-box:after {
  background-color: #4e63d7;
  height: 110px;
  width: 110px;
  position: absolute;
  content: "";
  left: 0;
  top: -0;
  border-radius: 10px 50% 50% 50%;
  opacity: 0.10;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: -1;
}

.counter-box .icon-box i {
  font-size: 80px;
  position: relative;
  color: #4e63d7;
  margin-left: -30px;
}

.counter-box * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.counter-box:hover:after {
  height: 100%;
  width: 100%;
  opacity: 1;
  border-radius: 10px;
}

.counter-box:hover * {
  color: #fff !important;
}

.counter-box p {
  font-weight: 600;
}

.counter-box .count {
  font-weight: 700;
}

.counter-box .count:after {
  content: "+";
}

.counter-box .count1:after {
  content: " y+";
  font-size: 30px;
}

/* ===== Tesimonial Section ===== */
.testimonial-slider .testimonial-item {
  margin: 0 15px;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  padding: 32px;
  margin-bottom: 35px;
}


.testimonial-slider .testimonial-item .img-holder {
  height: 100px;
  width: 100px;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}


.testimonial-slider .slick-dots {
  position: relative;
  bottom: auto;
  background-color: #4e63d7;
  display: inline-block;
  width: auto;
  padding: 3px;
  line-height: 1;
  font-size: 0;
  border-radius: 20px;
}

.testimonial-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 9px;
  margin: 5px;
  background-color: #fff;
  border-radius: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.testimonial-slider .slick-dots li.slick-active {
  width: 20px;
}

.testimonial-slider .slick-dots li button {
  display: none;
}

.testimonial-slider .slick-dots li button:before {
  display: none;
}

.testimonial-slider .slick-center {
  opacity: 1;
  background-color: #4e63d7;
}

.testimonial-slider .slick-center * {
  color: #fff;
}

.testimonial-slider .slick-center .btm-sep:after {
  background-color: #fff;
}

.testimonial-content .rating {
  font-size: 20px;
  margin-top: 22px;
  margin-bottom: 10px;
}

/* ===== CTA Section ===== */
.cta-section {
  margin-bottom: -150px;
  z-index: 1;
}

.cta-section .cta-box {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: 10px;
  text-align: center;
  padding: 38px 32px;
}

.cta-section .cta-box h3 {
  font-size: 34px;
  margin-bottom: 20px;
}

.cta-section .cta-box p {
  max-width: 800px;
}

.cta-section .cta-box .btn {
  margin-bottom: 5px;
}

/* ===== Service Section ===== */
.service-section {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.service-box {
  padding: 35px 35px 20px;
  margin-right: 30px;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px dashed #4e63d7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.service-box:hover {
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-color: transparent;
}

.service-box .icon-box {
  position: absolute;
  right: -20px;
  top: -20px;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  color: #fff;
  background-color: #4e63d7;
  text-align: center;
  z-index: 2;
}

.service-box .icon-box:after,
.service-box .icon-box:before {
  opacity: 0.1;
  position: absolute;
  top: -10px;
  left: -10px;
  right: 0;
  bottom: 0;
  content: '';
  height: 100px;
  width: 100px;
  border: 10px solid #4e63d7;
  border-radius: 100%;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-box .icon-box i {
  font-size: 45px;
  line-height: 80px;
}

.service-box .btm-sep {
  padding-bottom: 15px;
}

.service-box .btm-sep::after {
  width: 40px;
}

.service-box:hover .icon-box:after {
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
}

.service-box:hover .icon-box:before {
  -webkit-animation-name: ripple;
  animation-name: ripple;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
}

/* ===== ABOUT PAGE ===== */
.team-item {
  padding: 35px;
  padding-right: 0;
  position: relative;
  z-index: 0;
}

.team-item:after,
.team-item:before {
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  border-radius: 10px;
  z-index: -1;
}

.team-item2:after,
.team-item2:before {
  content: "";
  position: absolute;
  box-shadow: 0 5px 16px 0 rgba(39, 39, 39, 0.15);
  border-radius: 0 0 10px 10px;
  z-index: -1;
}

.team-item:before {
  height: 100%;
  background-color: #fff;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.team-item:after {
  height: 6px;
  width: 100%;
  background-color: #4e63d7;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.team-item:hover:after {
  height: 100%;
}

.team-item2:hover:after {
  height: 6px;
}

.team-item .img-holder {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.2);
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.2);
  border-radius: 10px;
  width: calc(100% - 70px);
  margin-left: 70px;
  overflow: hidden;
}

.team-item .img-holder img {
  border-radius: 10px;
  width: 100%;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.team-item:hover .img-holder img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.team-item .team-content {
  margin-right: 70px;
  text-align: center;
}

.team-item .team-content h5 {
  color: #101f41;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team-item .team-content p {
  color: #4e63d7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 600;
  font-size: 14px;
}

.team-item:hover .team-content h5,
.team-item:hover .team-content p {
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* ===== Plans Section ===== */
.plan-box {
  background-color: #fff;
  position: relative;
  padding: 45px 45px 30px;
  border-radius: 10px;
  z-index: 0;
  height: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
}

.plan-box .icon-box i {
  font-size: 60px;
  color: #4e63d7;
}

.plan-box span i {
  position: absolute;
  font-size: 200px;
  color: #705ae4;
  right: -40px;
  bottom: -25%;
  z-index: -1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0.10;
}

.plan-box:hover span i {
  right: 0;
  bottom: 0;
  opacity: 0.05;
}

.widget-author {
  position: relative;
  overflow: hidden;
  height: 155px;
  background-color: #4e63d7;
  border-radius: 10px;
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 0 rgba(162, 162, 162, 0.3);
  box-shadow: 0 0 20px 0 rgba(162, 162, 162, 0.3);
}

.widget-author .img-holder {
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.job-box .img-holder {
  height: 65px;
  width: 65px;
  background-color: #4e63d7;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
  background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 65px;
}

/* ===== RESET CSS ====== */
body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
  font-weight: 400;
  color: #4f5464;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  background: #222;
  color: #fff;
}

::selection {
  background: #222;
  color: #fff;
}

/*===== custom scrollbar ====== */
::-webkit-scrollbar {
  width: 10px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #4e63d7;
  border-radius: 30px;
}

a {
  cursor: pointer;
}

a:hover,
a:focus {
  color: #4e63d7;
  outline: 0 none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
li {
  text-decoration: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 15px;
}

span {
  color: inherit;
}

i {
  line-height: 1;
  font-style: normal;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

iframe {
  border: none;
}

:active,
:focus {
  outline: none !important;
}

.btn.focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: initial;
}

/* ===== Headings ====== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #101f41;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.33;
  /* text-transform: capitalize; */
}

.service-box h5 {
  margin-bottom: 0;
}

.service-box span {
  font-size: 14px;
}

.service-box p {
  margin-top: 20px;
  font-size: 14px;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 38px;
}

h3 {
  font-size: 30px;
  margin-bottom: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 21px;
}

h5 a,
h6 a {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

h5 a {
  color: inherit;
}

h5:hover a {
  color: #4e63d7;
}

h6 {
  font-size: 16px;
  font-weight: 600;
}

/* ===== Custom Button ===== */
.btn {
  font-family: 'webfont-Regular';
  padding: 10px 30px;
  border-radius: 5px;
  border: 0;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.btn.btn-custom {
  background-color: #4e63d7;
  color: #fff;
  z-index: 0;
  -webkit-box-shadow: 0 10px 20px 0 rgba(39, 39, 39, 0.15);
  box-shadow: 0 10px 20px 0 rgba(39, 39, 39, 0.15);
}

.btn.btn-custom:after {
  position: absolute;
  content: '';
  right: -70%;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: skewX(0);
  transform: skewX(0);
  z-index: -1;
  -webkit-transition: all 0.4s cubic-bezier(0.82, 1.65, 0.54, 1.53);
  transition: all 0.4s cubic-bezier(0.82, 1.65, 0.54, 1.53);
}

.btn.btn-custom:hover:after {
  opacity: 0.2;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
  right: -50%;
}

.btn.btn-dark {
  background-color: #101f41;
  color: #fff;
}

.btn.btn-light {
  background-color: #fff;
  color: #4e63d7;
}

.btn.btn-light:after {
  background-color: #4e63d7;
}

.btn-lg {
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
}

/* ===== CUSTOM CSS ====== */
.c-white {
  color: #fff !important;
  letter-spacing: 1px;
  font-size: 14px;
  width: 100%;
}

@media (min-width:992px) {
  .c-white-p {
    width: 86%;
  }
}

.c-black {
  color: #101f41 !important;
  margin-bottom: 0;
}

.sp-100 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sp-100-70 {
  padding-top: 80px;
  padding-bottom: 50px;
}

.sp-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bg-light {
  background-color: #f3f5ff !important;
}

.bg-gradi {
  background-image: -webkit-gradient(linear, left top, right top, from(#4e63d7), to(#76bfe9)) !important;
  background-image: linear-gradient(to right, #4e63d7 0%, #76bfe9 100%) !important;
}

.font-weight-semi-bolder {
  font-weight: 600;
}

/* ===== Headings & Titles ===== */
.subtitle-left {
  color: #4e63d7;
  position: relative;
  text-transform: uppercase;
}

.subtitle-left:before {
  width: 20px;
  height: 2px;
  background-color: #4e63d7;
  content: "";
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.show-br {
  display: none;
}

.section-title {
  max-width: 900px;
  margin: 0 auto 45px;
  text-align: center;
}

.section-title h3 {
  display: flex;
  flex-direction: column;
}

.section-title.title-left {
  margin-left: 0;
  text-align: left;
}

.btm-sep {
  position: relative;
}

.btm-sep:after {
  position: absolute;
  background-color: #4e63d7;
  height: 3px;
  width: 40px;
  content: '';
  bottom: 0;
  left: 0;
}

.btm-sep.btm-sep-center:after {
  left: calc(50% - 20px);
}

.top-sep {
  position: relative;
  padding-top: 15px;
}

.top-sep:after {
  position: absolute;
  background-color: #4e63d7;
  height: 4px;
  width: 40px;
  content: '';
  top: 0;
  left: calc(50% - 20px);
}

.career-content-box .top-sep:after {
  left: 0;
}

.top-c-sep {
  position: relative;
  padding-top: 15px;
}

.top-c-sep:after {
  position: absolute;
  background-color: #4e63d7;
  height: 4px;
  width: 40px;
  content: '';
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.top-c-sep.c-white:after {
  background-color: #fff;
}

/* ===== Pre-Loader ===== */
#preloader {
  width: 100%;
  height: 100%;
  background-color: #34384f;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 1047;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blobs {
  width: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: 70px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.blobs .blob-center {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  background: #6893e1;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
  -webkit-animation: blob-grow linear 3.4s infinite;
  animation: blob-grow linear 3.4s infinite;
  border-radius: 50%;
  -webkit-box-shadow: 0 -10px 40px -5px #516cd9;
  box-shadow: 0 -10px 40px -5px #516cd9;
}

.blob {
  position: absolute;
  background: #516cd9;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-animation: blobs ease-out 3.4s infinite;
  animation: blobs ease-out 3.4s infinite;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
  transform: scale(0.9) translate(-50%, -50%);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  opacity: 0;
}

.blob:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.blob:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.blob:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.blob:nth-child(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.blob:nth-child(5) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.list-one li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
}

.list-one li:last-child {
  margin-bottom: 0;
}

.list-one li:before {
  display: inline-block;
  padding-right: 10px;
  margin-left: -20px;
  content: '\F26B';
  font-weight: 600;
  font-family: "Material-Design-Iconic-Font";
  color: #4e63d7;
}
/* ===== Back to Top ===== */
@media (max-width: 575.98px) {
  .back-top {
    display: none !important;
  }
}
/* ===== Overlay Background ===== */
.overlay-bg {
  position: relative;
  z-index: 0;
}

.overlay-bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shapes/bg-overlay.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}
/* ===== Animation ===== */

@keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
    transform: scale(0) translate(calc(-330px - 50%), -50%);
  }

  1% {
    opacity: 1;
  }

  35%,
  65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
    transform: scale(0.9) translate(-50%, -50%);
  }

  99% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
    transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}

@-webkit-keyframes blob-grow {

  0%,
  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }

  40%,
  42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }

  43%,
  44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }

  45%,
  46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }

  47%,
  48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }

  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }

  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
    transform: scale(1.7, 1.6) translate(-50%, -50%);
  }

  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
    transform: scale(1.8, 1.7) translate(-50%, -50%);
  }

  68%,
  70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
    transform: scale(1.7, 1.5) translate(-50%, -50%);
  }

  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
    transform: scale(1.6, 1.4) translate(-50%, -50%);
  }

  80%,
  81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
    transform: scale(1.5, 1.4) translate(-50%, -50%);
  }

  82%,
  83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
    transform: scale(1.4, 1.3) translate(-50%, -50%);
  }

  84%,
  85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
    transform: scale(1.3, 1.2) translate(-50%, -50%);
  }

  86%,
  87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
    transform: scale(1.2, 1.1) translate(-50%, -50%);
  }

  90%,
  91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
    transform: scale(1, 0.9) translate(-50%, -50%);
  }

  92%,
  100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
  }
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
    transform: scale3d(0.75, 0.75, 1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale3d(1.4, 1.4, 1);
    transform: scale3d(1.4, 1.4, 1);
  }
}

.uniImg {
  width: 30%;
  margin-right: 30px;
}

.uniTitle {
  width: 76%;
  text-align: left;
}

#case1 {
  margin-bottom: 75px;
  overflow: hidden;
}

.swiper-slide {
  float: left;
  width: 255px;
  box-sizing: border-box;
  text-align: center;
  background-color: #f3f5ff;
  padding: 20px;
  border-radius: 10px;
  margin: 0 15px;
  height: 150px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.partner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.partner li {
  width: 19%;
  margin-bottom: 15px;
  background: #ffffff;
  border-radius: 10px;
  height: 85px;
  margin-right: 10px;
  box-shadow: 0 5px 20px 0 rgb(39 39 39 / 10%);
  text-align: center;
}

#case3 .swiper-slide,
#case2 .swiper-slide {
  background: #ffffff;
  box-shadow: 0 5px 20px 0 rgb(39 39 39 / 10%);
}

.partner li img {
  width: 60%;
  height: 100%;
  border-radius: 10px;
  object-fit: scale-down;
}

#case2 {
  margin: 20px 0;
}

.partner_swiper {
  /* display: none; */
  overflow: hidden;
  padding-bottom: 20px;
}

.emuser:before {
  display: inline-block;
  padding-right: 10px;
  margin-left: -20px;
  content: '\F26B';
  font-weight: 600;
  font-family: "Material-Design-Iconic-Font";
  color: #4e63d7;
}

.bg {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
  border-radius: 10px;
}

.SCM-bg {
  background-image: url('../img/png/caigou.png');
}

.sale-bg {
  background-image: url('../img/png/xiaoshou.png');
}

.jiesuan-bg {
  background-image: url('../img/png/jiesuan.png');
}

.dingdna-bg {
  background-image: url('../img/png/zhuizong.png');
}

.caiwu-bg {
  background-image: url('../img/png/caiwu.png');
}

.zichan-bg {
  background-image: url('../img/png/zichan.png');
}

.kucun-bg {
  background-image: url('../img/png/kucun.png');
}

.duocang-bg {
  background-image: url('../img/png/duocang.png');
}

.SCM-content {
  position: absolute;
}

.widget-author:hover .bg {
  transform: scale(1.1);
  border-radius: 10px;
}