@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap');


body {
  font-family: 'Outfit', sans-serif;
  color: #2F358B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

a {
  color: #2F358B;
  text-decoration: none;
}

a:hover {
  color: #2F358B;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Outfit', sans-serif;
}

ul {
  margin-left: 30px;
}

strong {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
}

.lead {
  font-size: 1.5rem;
  font-weight: 300;
}

.fs-6 {
  font-size: 0.8rem!important;
}

.bg-primary {
  background-color: #A89C95!important;
  z-index: 0;
}

.bg-secondary {
  background-color: rgb(168 156 149 / 30%)!important;
  z-index: 0;
}

.bg-pattern {
  position: relative;
  padding-bottom: 120px;
}

.bg-pattern::before {
  background-size: cover;
  content: "";
  background: url(../img/pattern.svg) center bottom;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.border-top {
  border-top: 2px solid #2F358B!important;
}

.border-bottom {
  border-bottom: 2px solid #2F358B!important;
}

.border-start {
  border-left: 2px solid #2F358B!important;
}



@media (max-width: 992px) {
  .bg-pattern {
    padding-bottom: 60px;
  }
  }

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2F358B;
  width: 40px;
  height: 40px;
  border-radius: 0;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #2F358B;
  line-height: 0;
}

.back-to-top:hover {
  background: #2F358B;
}

.back-to-top:hover i {
  color: #2F358B;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #2F358B;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 0px);
  left: calc(50% - 30px);
  border: 6px solid #2F358B;
  border-top-color: #2F358B;
  border-bottom-color: #2F358B;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 30px 15px;
  background: rgba(255, 255, 255, 1);
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(255, 255, 255, 1);
  padding: 15px 15px;
}

@media (max-width: 992px) {
  #header {
    padding: 15px 15px;
  }
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -30%;

}

#header .logo a {
  color: #2F358B;
}

#header .logo a span {
  color: #2F358B;
}

#header .logo img {
  max-height: 65px;
}

/*--------------------------------------------------------------
#  Get Startet Button
--------------------------------------------------------------*/
.get-started-btn {
  color: #2F358B;
  border-radius: 0;
  padding: 7px 65px 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 18px;
  display: inline-block;
  border: 2px solid #2F358B;
  font-weight: 600;
  position: relative;
}

.get-started-btn::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/ico-arrow-dark.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0,-50%);
}

.get-started-btn:hover {
  background: #fff;
  color: #2F358B;
  opacity: 0.6;
}

@media (max-width: 992px) {
  .get-started-btn {
    font-size: 14px;
    padding: 7px 20px 8px 20px;
  }

  .get-started-btn::before {
    content: none
  }
}

/*--------------------------------------------------------------
# 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 30px 10px 0px;
  font-size: 20px;
  font-weight: 500;
  color: #2F358B;
  white-space: nowrap;
  transition: 0.3s;
}

@media (max-width: 991px) {
  .navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px 10px 0px;
  font-size: 16px;
  font-weight: 600;
  color: #2F358B;
  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: #2F358B;
  opacity: 0.6;
}

.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;
  text-transform: none;
  color: #2F358B;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  background-color: #2F358B;
}

.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: #2F358B;
  font-size: 36px;
  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(255, 255, 255, 1);
  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;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 16px;
  color: #2F358B;
}

.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;
  color: #2F358B;
}

.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 {
  background-color: #2F358B;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  min-height: 700px;
  background: url("../img/hero3-bg.webp") center bottom;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

#hero h1 {
  margin: 0;
  font-size: 76px;
  font-weight: 500;
  line-height: 84px;
  color: #fff;
  font-family: 'Outfit', sans-serif;
}

#hero h1 span {
  color: #2F358B;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #2F358B;
}

#hero .icon-box h3 {
  font-weight: 600;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #2F358B;
}

#hero .icon-box:hover {
  border-color: #2F358B;
}

@media (max-width: 768px) {

  #hero {
    min-height: 80vh;
  }
  #hero h1 {
    font-size: 36px;
    line-height: 46px;
  }

  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 30px 0;

}

.detail {
  margin-top: 110px;
}

.section-title {
  padding-bottom: 10px;
}

.section-title h1 {
  font-size: 56px;
  font-weight: 600!important;
  padding: 0;
  margin: 0 0 5px 0;
  font-family: 'Outfit', sans-serif;
}

.section-title h2 {
  font-size: 36px;
  font-weight: 600!important;
  padding: 0;
  margin: 0;
  font-family: 'Outfit', sans-serif;
}

.section-title h3 {
  font-size: 22px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 5px 0;
  font-family: 'Outfit', sans-serif;
}

@media (max-width: 992px) {
  .section-title h2 {
    font-size: 24px;
    font-weight: 600!important;
    padding: 0;
    margin: 0 0 5px 0;
    font-family: 'Outfit', sans-serif;
  }
  
  .section-title h3 {
    font-size: 18px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 5px 0;
    font-family: 'Outfit', sans-serif;
  }
  section {
    padding: 30px 0;
  
  }
  }


.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Outfit', sans-serif;
  color: #2F358B;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 28px;
  font-family: 'Outfit', sans-serif;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 8px 26px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #2F358B;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  margin-bottom: 60px;
  margin-top: 60px;
}

.services .icon-box {
  text-align: center;
  border-top: 0px solid transparent;
  border: 2px solid #2F358B;
  padding: 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  position: relative;
}

.services .icon-box.nohover {
}

.services .icon-box::after {
  background-size: cover;
  content: "";
  background: url(../img/pattern-box.svg) center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  top: -2px;
  left: -2px;
  right: -2px;
  z-index: 0;
}

.services .icon-box.contact {
  text-align: center;
  border-top: 0px solid transparent;
  border: 2px solid #2F358B;
  padding: 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  position: relative;
  padding-top: 40px;
}

.services .icon-box.contact::after {
  background-size: cover;
  content: "";
  background: url(../img/pattern-box-contact.svg) center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  top: -2px;
  left: -2px;
  right: -2px;
  z-index: 0;
  height: 50px;
}

.contact .icon-box.contact {
  text-align: center;
  border-top: 0px solid transparent;
  border: 2px solid #2F358B;
  padding: 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  position: relative;
  padding-top: 40px;
}

.contact .icon-box.contact::after {
  background-size: cover;
  content: "";
  background: url(../img/pattern-box-contact.svg) center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  top: -2px;
  left: -2px;
  right: -2px;
  z-index: 0;
}

.services .flat-box {
  padding: 0;
  transition: all ease-in-out 0.3s;
  margin-bottom: 60px;
  border-right: 2px solid #fff;
  padding-right: 23px;
}

.services .flat-box img {
  margin-bottom: 15px;
}

.services .icon-box .icon {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px 10px;
  transition: 0.3s;
}

.services .icon-box .icon img {
  margin-bottom: 15px;
}


.services .icon-box h3 {
  font-family: 'Outfit', sans-serif;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
}

.services .flat-box h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 56px;
}

.contact .icon-box.contact {
  text-align: center;
  border-top: 0px solid transparent;
  border: 2px solid #2F358B;
  padding: 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  position: relative;
  padding-top: 40px;
}

.contact .icon-box.contact::after {
  background-size: cover;
  content: "";
  background: url(../img/pattern-box-contact2.svg) center top;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  top: -2px;
  left: -2px;
  right: -2px;
  z-index: 0;
}

.contact .flat-box {
  padding: 0;
  transition: all ease-in-out 0.3s;
  margin-bottom: 60px;
  border-right: 2px solid #fff;
  padding-right: 23px;
}

.contact .flat-box img {
  margin-bottom: 15px;
}

.contact .icon-box .icon {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px 10px;
  transition: 0.3s;
}

.contact .icon-box .icon img {
  margin-bottom: 15px;
}


.contact .icon-box h3 {
  font-family: 'Outfit', sans-serif;
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
}

.contact .flat-box h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 56px;
}

@media (max-width: 992px) {
  .services {
    margin-bottom: 0px;
    margin-top: 60px;
  }
  .services .icon-box h3 {
    font-family: 'Outfit', sans-serif;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  .services .flat-box h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 36px;
  }
  .contact {
    margin-bottom: 0px;
;
  }
  .contact .icon-box h3 {
    font-family: 'Outfit', sans-serif;
    margin-bottom: 15px;
    font-size: 18px;
  }
  
  .contact .flat-box h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 36px;
  }
}
.services .icon-box h3 a {
  color: #2F358B;
  transition: ease-in-out 0.3s;
}

.services .icon-box h3 a:hover {
  color: #2F358B;
}

.services .icon-box p {
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 0;
}

.services .icon-box.nohover:hover, .services .flat-box:hover {
  transform: translateY(0);
}

.contact .icon-box.nohover:hover, .contact .flat-box:hover {
  transform: translateY(0);
}


.services .icon-box:hover, .services .flat-box:hover {
  transform: translateY(-10px);
}

.contact .icon-box:hover, .contact .flat-box:hover {
  transform: translateY(-10px);
}

.mb-200 {
  margin-bottom: -200px;
  z-index: 1;
  position: relative;
}


@media (max-width: 992px) {
  .services .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  padding: 60px 0;
  margin-top: 60px;
}

.cta .cta-btn {
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 0;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #2F358B;
  border-color: #2F358B;
  color: #2F358B;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 200px 0;
  background: url("../img/hero-bg.webp") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}


.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.6);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0.5;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2F358B;
  opacity: 1;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.gallery {
  padding-top: 20px;
}

.gallery .swiper-slide {

}


.gallery .swiper-slide img {
  transition: 0.3s;
}

.gallery .swiper-slide img:hover {
  opacity: 0.8;
  transition: 0.3s;
}


.gallery .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffc451;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-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;
  animation: animate-loading 1s linear infinite;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid white;
}

.form-control::-webkit-input-placeholder {
  color: white;
}

.form-control:focus {
  color: white;
  background-color: transparent;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13,110,253,.0);
}

input::-webkit-input-placeholder {
  color: white;
}

input:-moz-placeholder {
  color: white;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #2F358B;
}

.contact .php-email-form input {
  
}

.form-check-input {
  background-color: transparent;
  border: 2px solid white;
}

.form-check-input:checked {
  background-color: #2F358B;
  border-color: #2F358B;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  color: #2F358B;
    border-radius: 0;
    padding: 7px 25px 8px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 18px;
    display: inline-block;
    border: 2px solid #2F358B;
    font-weight: 600;
    width: 100%;
    position: relative;
    text-align: left;
}

.contact .php-email-form button[type=submit]::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../img/ico-arrow-dark-up.svg);
  background-size: 15px;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0,-50%);
}

.contact .php-email-form button[type=submit]:hover {
  opacity: 0.6;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: whitesmoke;
  min-height: 40px;
  margin-top: 74px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #2f2f2f;
  content: "/";
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: white;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 30px 0;
  font-size: 12px;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

.table>:not(caption)>*>* {
  padding: 0.25rem 0;
  color: #2F358B;
  background-color: var(--bs-table-bg);
  border-bottom-color: #2F358B!important;
  border-bottom-width: 2px!important;
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}

swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
:host {
  --swiper-theme-color: #2F358B;
}