@font-face {
  font-family: 'poppins-regular';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins-Regular.ttf') format('truetype'),
    url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'poppins-bold';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff'),
    url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
    url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "poppins-regular", Tahoma, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 300;
  color: #151515;
  overflow-x: hidden;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
body,
input,
button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #22228b;
  text-decoration: none;
}
a:hover {
  color: #3399ff;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "poppins-bold", Tahoma, sans-serif;
  margin-bottom: 1rem;
}
a,
.back-to-top,
#topbar,
#topbar .contact-info a,
#topbar .social-links a,
#header,
#header.header-scrolled,
.navbar a,
.navbar a:focus,
.navbar a i,
.back-to-top i,
.navbar .dropdown ul,
.mobile-nav-toggle,
.navbar-mobile,
.navbar-mobile ul,
.featured-services .icon-box,
.partners .partner-blk,
.contact .info:hover,
.contact .contact-form,
.partners .partner-blk img,
.footer .social ul li a i,
.clients-slider .swiper-slide img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
::selection {
  background: #3399ff;
  color: #ffffff;
}
img {
  max-width: 100%;
  height: auto;
  outline: none;
}
p:last-child {
  margin-bottom: 0;
}
.accordion-button:focus {
  border: none;
  box-shadow: none;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #e4e4ef;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #22228b;
  line-height: 0;
}
.back-to-top:hover {
  background: #3399ff;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.back-to-top:hover i {
  padding-bottom: 20px;
  color: #fff;
}
/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 14px 0;
  z-index: 997;
  transition: all 0.5s;
  background-color: transparent;
}
#header.header-scrolled {
  padding: 7px 0;
  background-color: rgb(251 253 255 / 90%);
  /* box-shadow: 0 100px 80px rgb(51 153 255 / 7%), 0 41.7776px 33.4221px rgb(51 153 255 / 5%), 0 22.3363px 17.869px rgb(51 153 255 / 3%), 0 12.5216px 10.0172px rgb(51 153 255 / 1%); */
}
@media (min-width: 992px) {
  #header.header-scrolled {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
}
#header .logo img {
  width: 160px;
  padding: 0;
  margin: 0;
}
.header-social-links {
  margin: 0 0 0 50px;
}
@media (max-width: 991px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
}
.header-social-links a {
  color: #22228b;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
  padding-left: 15px;
}
.header-social-links a:hover {
  color: #3399ff;
}
/*--------------------------------------------------------------
# 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 a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-family: "poppins-bold", sans-serif;
  color: #22228b;
  white-space: nowrap;
}
.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: #3399ff;
}
.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;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  color: #003651;
}
.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: #009cea;
}
.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: #22228b;
  font-size: 24px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  background: #d4eaff;
  border-radius: 8px;
  padding: 2px;
}
.mobile-nav-toggle.bi-x {
  color: #e50000;
  background: #ffffff;
}
@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(1, 22, 61, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block !important;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 14px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
  z-index: 9999;
  text-align: center;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 30px 20px 0;
  font-size: 18px;
  color: #585858;
  display: inline-block;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #009cea;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.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: #009cea;
}
.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  padding: 80px 0 0;
  background: #fff;
  background: linear-gradient(135deg, rgba(51, 153, 255, 0.25) 0%, rgba(255, 255, 255, 0) 70%);
}
#hero h1 {
  color: #22228b;
  margin-bottom: 2rem;
}
#hero span {
  color: #4d5b6a;
  font-size: calc(1.16rem + .6vw);
}
#hero .hero-img {
  text-align: center;
}
#hero .hero-img img {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}
.featured-services {
  padding-bottom: 50px;
  z-index: 2;
}
@media (min-width: 1200px) {
  .featured-services:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(50% + 14px);
    background-color: #fafafa;
  }
}
.featured-services .icon-box {
  padding: 30px 34px;
  background: #fff;
  border-radius: 40px;
  cursor: default;
  height: 100%;
  box-shadow: 0 0 10px rgb(0 0 0 / 4%);
}
.featured-services .icon {
  margin: 0 0 10px 0;
  position: relative;
  width: 80px;
  height: 80px;
}
.featured-services .icon img {
  z-index: 2;
  position: relative;
  fill: #22228b;
  filter: invert(9%) sepia(85%) saturate(3500%) hue-rotate(239deg) brightness(105%) contrast(97%);
}
.featured-services .icon-box:hover .title {
  color: #22228b;
}
.featured-services .icon-box:hover {
  transform: translateY(-10px);
}
.featured-services .icon-box:hover,
.partners .partner-blk:hover,
.contact .info:hover,
.contact .contact-form:hover,
.service-box .content {
  box-shadow: 0px 40px 40px -40px rgb(0 0 0 / 20%);
}
.featured-services .description {
  line-height: 24px;
  font-size: 15px;
}
.featured-services .icon:before {
  position: absolute;
  content: "";
  height: 60%;
  width: 60%;
  background: #d4eaff;
  border-radius: 50px;
  z-index: 1;
  top: 15px;
  right: 5px;
}
.top-divider,
.bottom-divider {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.bottom-divider {
  margin-bottom: -1px;
  bottom: 0;
}
.top-divider {
  margin-top: -1px;
  top: 0;
}
.section-half-circle {
  background-image: url(../img/section-half-circle.svg);
  background-size: 100% 100px;
  height: 100px;
  z-index: 1;
  margin-bottom: 165px;
}
.top-divider.section-corner-arrow {
  background-image: url(../img/section-corner-arrow.svg);
  background-size: 114% 80px;
  height: 80px;
  z-index: 1;
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(-1, -1);
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  section {
    padding: 50px 0;
  }
}
.section-bg {
  background-color: #f7f8f9;
}
.section-title h2 {
  font-size: calc(1.2rem + .3vw);
  color: #3399ff;
  background: #eaf5ff;
  display: inline-block;
  border-radius: 14px;
  padding: 6px 12px;
  margin-bottom: 2rem;
}
.section-title h1 {
  font-size: calc(2.1em + 1.5vw);
  line-height: 1.3em;
  color: #23258e;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  padding: 0;
  margin-top: 40px;
}
.about .container {
  background-color: #f7f8f9;
  padding: 60px 50px;
}
@media (max-width: 992px) {
  .about .container {
    padding: 30px;
  }
}
.about .content h3 {
  font-weight: 400;
  font-size: 32px;
  color: #364146;
  /* font-family: "Poppins", sans-serif; */
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #28a745;
}
.about .content p:last-child {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-top: 60px;
}
.card {
  max-width: 380px;
  margin: 14px auto;
  cursor: default;
  border: none;
  background: transparent;
  height: 100%;
}
.content {
  text-align: center;
  position: relative;
  transition: all 2.25s;
  background-color: #fff;
  transform-style: preserve-3d;
  height: 230px;
  border-radius: 24px;
}
.card:hover .content {
  transform: rotateY(0.5turn);
}
.front,
.back {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2em 1em;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  border-radius: 24px;
}
.sicon {
  transform: translateZ(5rem);
  width: 70px;
  margin-bottom: 1.3rem;
}
.stitle {
  text-transform: capitalize;
  transform: translateZ(2rem);
  margin-bottom: 0;
  line-height: 2rem;
  color: #22228b;
}
.back {
  transform: rotateY(0.5turn);
  background-color: #22228b;
  color: #fff;
}
.description {
  transform: translateZ(3rem);
  max-height: 165px;
  overflow: hidden;
}
.description a {
  color: #fff;
  display: block;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials-carousel,
.testimonials-slider {
  overflow: hidden;
  /* margin: 65px auto; */
}
.testimonial-item {
  min-height: 320px;
  background: #fff;
  padding: 30px;
  overflow: hidden;
}
.testimonial-item .quote {
  background: #eaf5ff;
  padding: 42px 37px 24px;
  border-radius: 30px;
  margin-bottom: 20px;
  position: relative;
}
.testimonial-item .quote:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  margin: auto;
  border-radius: 30px;
  z-index: 0;
  box-shadow: 10px 10px 10px #000;
  box-shadow: 24px -24px 50px -40px rgb(0 0 0 / 15%);
}
.testimonial-item .quote:after {
  content: "";
  position: absolute;
  background: #eaf5ff;
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
  margin: 0 auto;
  bottom: -15px;
  left: calc(100% - 100px - 15px);
  z-index: 1;
}
.testimonial-item blockquote {
  text-indent: 3.8em;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: default;
}
.testimonial-item .quote-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  cursor: default;
  margin-bottom: 20px
}
.testimonial-item .meta-info {
  flex-basis: calc(100% - 90px);
}
.testimonial-item .author-img {
  flex-basis: 80px;
  flex-grow: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-left: auto;
}
.testimonial-item .author-img img {
  border-radius: 50%;
  margin: 0;
  position: relative;
  z-index: 2;
  box-shadow: 0px 25px 15px -20px rgb(0 0 0 / 40%);
}
.testimonial-item .quote-author {
  color: #22228b;
  font-family: "poppins-bold", Tahoma, sans-serif;
}
.testimonial-item .quote-desc {
  color: #656565;
  font-size: 14px;
}
.testimonial-item .quote-author,
.testimonial-item .quote-desc {
  text-align: right;
  flex-basis: 100%;
  line-height: 1.38em;
  padding-right: 8px;
}
.testimonial-item .quote-icon-left,
.testimonial-item .quote-icon-right {
  color: #22228b;
  font-size: 40px;
}
.testimonial-item .quote-icon-left {
  display: inline-block;
  left: -70px;
  top: -24px;
  position: absolute;
  font-size: 60px;
}
/* .testimonial-item .quote-icon-right {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
} */
.testimonials-slider .swiper-pagination {
  text-align: left;
  bottom: 24px;
  left: 30px;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #c8c8c8;
  opacity: 1;
  border: none;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #23268f;
}
.clients {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .clients .section-title {
    text-align: center;
  }
  .testimonial-item {
    padding: 0;
  }
  .testimonials-slider .swiper-pagination {
    bottom: -8px;
    left: 0;
  }
}
.clients .clients-slider {
  padding: 1rem;
  margin: 4rem auto 0;
}
.clients .clients-slider .swiper-slide img {
  width: 160px;
  opacity: 0.5;
}
.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
  -webkit-transform: scale(1.125);
  -ms-transform: scale(1.125);
  -o-transform: scale(1.125);
  transform: scale(1.125);
  transition: 0.5s cubic-bezier(0, 0, 0.15, 1.5);
}
.partners,
.services {
  background-color: #fafafa;
}
.partners {
  background-image: linear-gradient(to top, #f3f3f3, #f5f5f5, #f9f9f9, #fafafa, #fff);
}
.partners .section-title h2,
.services .section-title h2,
.contact .section-title h2 {
  color: #22228b;
  background: #e4e4ef;
}
.partners-slider {
  padding: 0 0 2.5rem;
}
.partners-slider .swiper-pagination {
  bottom: -7px;
}
.partners .partner-blk {
  height: 100%;
  display: flex;
  padding: 10px 23px;
  align-items: center;
  border-radius: 24px;
  justify-content: center;
  background-color: #fff;
}
.partners .partner-blk img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray;
  opacity: 0.6;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  max-width: 140px;
}
.partners .partner-blk:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/* .clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}
.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}
 */
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  background-color: #e3e4ef;
}
.contact .info,
.contact .contact-form {
  padding: 30px;
  background: #fff;
  width: 100%;
  border-radius: 20px;
}
.contact .info i {
  font-size: 22px;
  color: #22228b;
  float: left;
  width: 46px;
  height: 46px;
  background: #e0e3ef;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #686868;
}
.contact .info p {
  padding: 0 0 6px 60px;
  font-size: 17px;
}
.info-blk {
  margin-bottom: 1rem;
}
.info-blk.opening {
  margin-bottom: 0;
}
.contact .info p,
.contact .info a {
  color: #686868;
}
.contact .info a:hover {
  color: #3399ff;
  ;
}
.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i,
.contact .info .opening:hover i {
  background: #3399ff;
  color: #fff;
}
.contact .contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .contact-form .error-message br+br {
  margin-top: 25px;
}
.contact .contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .contact-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .contact-form input,
.contact .contact-form textarea {
  border-radius: 12px;
  box-shadow: none;
  font-size: 17px;
  background-color: #e1e3ef;
  border-color: transparent;
  padding-left: 1.2rem !important;
  color: #0b0b4a !important;
  font-family: "poppins-bold", Tahoma, sans-serif;
}
.contact .contact-form textarea {
  padding: 10px 12px;
}
.contact .contact-form button[type=submit] {
  background: #22228b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 12px;
}
.contact .contact-form button[type=submit]:hover {
  background: #3399ff;
}
.contact input:focus,
.contact textarea:focus,
.form-floating input:focus,
.form-floating textarea:focus {
  border-color: #22228b;
  background-color: #f7f7ff;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: #e1e3ef;
  -webkit-text-fill-color: #0b0b4a;
  -webkit-box-shadow: 0 0 0px 1000px #e1e3ef inset !important;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f4f6f7;
  min-height: 40px;
  margin-top: 70px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 600;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li+li {
  padding-left: 10px;
}
.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4c5c63;
  content: "/";
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #22228b;
  color: #fff;
  font-size: 14px;
  padding: 60px 0 20px 0;
}
.footer .logo img {
  width: 200px;
}
.footer .footer-info {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .footer .logo {
    text-align: center;
  }
}
.footer .footer-nav {
  margin-top: 15px;
  text-align: center;
}
.footer .footer-nav ul {
  padding: 0;
}
.footer .footer-nav ul li {
  display: inline-block;
}
.footer .footer-nav ul li a {
  text-transform: uppercase;
  color: #fff;
  margin: 0 7px;
}
.footer .footer-nav ul li a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.footer .social {
  margin-top: 7px;
  text-align: center;
}
.footer .social ul {
  background: #ffffff;
  display: inline-block;
  border-radius: 14px;
  padding: 2px 8px;
  margin-bottom: 0;
}
.footer .social ul li {
  display: inline-block;
}
.footer .social ul li a {
  padding: 0px;
  text-align: center;
  display: inline-block;
  text-align: center;
}
.footer .social ul li a i {
  font-size: 20px;
  width: 34px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: transparent;
  color: #22228b;
  display: inline-block;
  float: none;
}
.footer .social ul li a i:hover {
  color: #3399ff;
}
.footer .usefull-link ul li {
  display: block;
  border-bottom: 0px;
  line-height: 24px;
  padding: 5px 0;
}
.footer .usefull-link ul li a i {
  padding-right: 10px;
}
.footer .usefull-link ul li a {
  color: #fff;
}
.footer .usefull-link ul li a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.footer .copyright {
  text-align: center;
  padding-top: 20px;
  font-size: 13px;
  margin-top: 50px;
  border-top: 1px solid #2b6daf;
}