/**
* Template Name: Mamba
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  scroll-behavior: smooth;
  font-family: "Open Sans", sans-serif;
  color: #444;
}

a {
  color: var(--color-links);
  text-decoration: none;
}

a:hover {
  color: var(--color-links-hover);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #428bca;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #629fd3;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  background: #fff;
  z-index: 997;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.301);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 45px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# 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-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #5c768d;
  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: #d4a60e;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: 100%;
  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;
  text-transform: none;
}

.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: #428bca;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  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: #1f3548;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@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(31, 53, 72, 0.9);
  transition: 0.3s;
  z-index: 998;
}

.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;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1f3548;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #428bca;
}

.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: #428bca;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/**
* Desktop Hero
*/
#hero {
  width: 100%;
  height: 90vh;
  padding: 0;
  overflow: hidden;
  background: #000;
  margin-bottom: 5px;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: "";
  background-color: #00296bad;
  position: absolute;
  height: 100%;
  width: 57%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-container p {
  padding-right: 10px;
}

#hero .carousel-content {
  text-align: left;
}

@media (max-width: 992px) {

  #hero,
  #hero .carousel-item {
    height: calc(100vh - 70px);
  }

  #hero .carousel-content.container {
    padding: 0 50px;
  }
}

#hero h1 {
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 700;
  line-height: 100px;
  color: #fff;
  font-family: "Poppins", sans-serif;

  border-radius: 10px;
}

#hero h1 .primary-text {
  font-size: 100px;
  color: var(--color-white);
}

#hero h1 .primary-dot {
  font-size: 80px;
  color: var(--color-primary-yellow);
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  /* transition: 0.5s; */
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  /* transform: translate3d(0, 0, 0); */
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: var(--color-primary2);
  animation-delay: 0.8s;
  border: 0;
  background: var(--color-primary-yellow);
}

#hero .btn-get-started:hover {
  background: var(--color-primary-yellow-light);
}

/**
* Mobile Hero
*/

@media (max-width: 768px) {
  #hero,
  #hero .carousel-item {
    height: 60vh;
  }

  #hero .carousel-item::before {
    content: "";
    /* background-color: #6991b98a; */
    background-color: #00296bad;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
  }

  #hero .carousel-content.container {
    padding: 0 50px;
  }

  #hero h1 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 340;
    line-height: 40px;
    color: #fff;
    font-family: "Poppins", sans-serif;

    border-radius: 5px;
  }

  #hero h1 .primary-text {
    font-size: 40px;
    color: var(--color-white);
  }

  #hero h1 .primary-dot {
    font-size: 60px;
    color: var(--color-primary-yellow);
  }

  #hero p {
    width: 80%;
    animation-delay: 0.4s;
    color: #fff;
    font-family: "Poppins", sans-serif;
  }
}

@media (max-height: 500px) {

  #hero,
  #hero .carousel-item {
    height: 120vh;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

/*--------------------------------------------------------------
# Sub-hero Section
--------------------------------------------------------------*/
#bar {
  width: 100%;
  height: 55vh;
  position: relative;
  background-color: var(--color-primary);
}

#bar .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 16px;
  color: #ffffff;
}

#bar .breadcrumbs ol li+li {
  padding-left: 10px;
  color: var(--color-primary-yellow);
}

#bar .breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #ffffff;
  content: "/";
}

#bar .breadcrumbs ol li+li .cur-page {
  font-weight: bold;
}

#sub-hero {
  width: 100%;
  height: 50vh;
  position: relative;
  margin-bottom: 10px;
}

#sub-hero:before {
  content: "";
  /* background: rgba(0, 0, 0, 0.6); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: #2c2c2c71;
}

.sub-hero-about {
  background: url("../img/hero/msp-1.jpg") top center;
  background-size: cover;
}

.sub-hero-team {
  background: url("../img/hero/msp-2.jpg") top center;
  height: 80%;
  background-size: cover;
}

#sub-hero .container {
  position: relative;
  padding-top: 74px;
  text-align: center;
}

#sub-hero h1 {
  margin: 0;
  font-size: 80px;
  font-weight: 700;
  line-height: 100px;
  color: #fff;
  font-family: "Poppins", sans-serif;

  /* background-color: #5e5e5e71; */
  border-radius: 10px;
}

#sub-hero h1 span {
  color: var(--color-primary-yellow);
}

#sub-hero h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 24px;
}

@media (min-width: 1024px) {
  #sub-hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #sub-hero {
    height: auto;
  }

  #sub-hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #sub-hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  margin-bottom: 5px;
}

.section-bg {
  background-color: #ffc400d3;
}

.section-header {
  text-align: center;
  padding-bottom: 30px;
}

.section-header h2 {
  font-size: 48px;
  margin-bottom: 20px;
  /* color: var(--color-primary); */
}

.section-header p {
  margin: 0 auto;
  color: var(--color-secondary-light);
}

@media (min-width: 1280px) {
  .section-header p {
    max-width: 80%;
  }
}

.section-header .align-right {
  text-align: right;
}

.section-header .align-left {
  text-align: left;
}

.section-header .align-right::before,
.section-header .align-left::after {
  content: "";
  width: 50%;
  height: 1.5px;
  display: inline-block;
  background: var(--color-primary-yellow);
  margin: 15px 15px;
}

/*--------------------------------------------------------------
# Sub-sections General
--------------------------------------------------------------*/
.sub-section-bg {
  background-color: #cfe3ec3f;
}

.sub-section-header {
  padding-bottom: 20px;
}

.sub-section-header h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #615a5a;
  font-family: "Poppins", sans-serif;
}

.sub-section-header p {
  margin: 0;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: var(--font-size-header-primary);
  font-family: var(--font-primary);
  color: var(--color-primary);
}

.sub-section-header p span {
  font-size: 40px;
  color: var(--color-primary-yellow);
}

.sub-section-header .header-right {
  margin-top: 30px;
}

.sub-section-header .header-right,
.sub-section-header .title-right {
  text-align: right;
}

.sub-section-header .header-left,
.sub-section-header .title-left {
  text-align: left;
}

.sub-section-header .header-right::before,
.sub-section-header .header-left::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  margin: 4px 10px;
  background: #aaaaaa;
}

.sub-section-header .title-right,
.sub-section-header .title-left {
  margin-bottom: 30px;
}

.sub-section-header div {
  margin-bottom: 50px;
}

/*--------------------------------------------------------------
# About Detailed
--------------------------------------------------------------*/
.about-detailed span {
  font-size: 20px;
  font-weight: bold;
}

.about-detailed h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 500;
  color: var(--color-secondary);
}

.about-detailed i {
  font-size: 25px;
  line-height: 0;
  margin-right: 20px;
  color: var(--color-primary);
}

.about-detailed img {
  margin-left: 50px;
  margin-bottom: 15px;
  width: 75%;
  border-radius: 5px;
}

.about-detailed .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin-top: 15px;
  margin-right: 250px;
  margin-bottom: 70px;
  animation-delay: 0.4s;
  border: 0;
  color: var(--color-primary2);
  background: var(--color-primary-yellow);
}

/*--------------------------------------------------------------
# About Lists
--------------------------------------------------------------*/
#about-lists {
  padding: 70px, 0, 0, 10px;
  margin-bottom: 70px;
}

#about-lists .content-item {
  padding: 40px 30px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.26);
  /* border-radius: 10px; */
  margin-bottom: 40px;
  width: 100%;
  transition: all ease-in-out 0.3s;
}

#about-lists .content-item h4 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  padding: 0;
  margin: 20px 0;
  color: var(--color-primary2);
}

#about-lists .content-item p {
  color: var(--color-default);
  font-size: 15px;
  margin: 0;
  padding: 0;
  text-indent: -10px;
}

#about-lists .content-item:hover {
  /* background-color: var(--color-primary-yellow-light); */
  transform: translateY(-10px);
}

#about-lists .nav-tabs {
  border: 0;
  margin-bottom: 70px;
}

#about-lists .nav-link {
  border: 0;
  padding: 25px 20px;
  color: var(--color-secondary);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.26);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0s;
  cursor: pointer;
  height: 100%;
}

#about-lists .nav-link i {
  font-size: 32px;
  line-height: 0;
}

#about-lists .nav-link h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0 0 0;
  color: var(--color-secondary);
}

@media (max-width: 768px) {
  /* 小網隱藏文字 */
  #about-lists .nav-link h4 {
    font-size: 0;
    overflow: hidden;
  }
}

#about-lists .nav-link:hover {
  color: var(--color-primary);
}

#about-lists .nav-link.active {
  transition: 0.3s;
  background: #e0ae07ea linear-gradient(#ffc400ea, #ffe816cc);
  border-color: var(--color-primary);
}

#about-lists .nav-link.active i {
  color: var(--color-white) !important;
}

#about-lists .tab-content {
  margin-top: 30px;
  margin-left: 20px;
}

#about-lists .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

#about-lists .tab-pane h3 {
  font-weight: 500;
  font-size: 30px;
  color: var(--color-secondary);
  margin-bottom: 20px;
}

#about-lists .tab-pane img {
  width: 90%;
}

#about-lists .tab-pane ul {
  list-style: none;
  padding: 0;
}

#about-lists .tab-pane ul li {
  padding-bottom: 10px;
}

#about-lists .tab-pane ul i {
  font-size: 24px;
  margin-right: 4px;
  color: var(--color-primary);
}

#about-lists .tab-pane p:last-child {
  margin-bottom: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .sub-section-header span {
  color: #fff;
}

.services {
  background: url("../img/logo/msp_logo_big_only.png") 0 -1%,
    url("../img/logo/msp_text_white_big.png") 100% 100%;
  background-repeat: no-repeat;
  background-color: #ffc400;
  margin-bottom: -1px;
}

/* .services .content {
  content: '';
  margin-bottom: 40px;
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 99em 99em 99em 99em;
}

.services .content h3 {
  display: inline-block;
  font-size: 26px;
  font-weight: 450;
  margin-bottom: 20px;
  color: var(--color-primary);
}

.services .content h4 {
  display: inline-block;
  font-size: 18px;
  text-indent: -1em;
  margin-left: 25px;
  margin-bottom: 3px;
  color: var(--color-primary);
} */

.services .img {
  border-radius: 8px;
  overflow: hidden;
}

.services .img img {
  transition: 0.6s;
}

.services .details {
  height: 200px;
  padding: 50px 30px;
  margin: -100px 30px 0 30px;
  transition: all ease-in-out 0.3s;
  background: var(--color-white);
  position: relative;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0px 0 25px rgba(var(--color-black-rgb), 0.1);
}

.services .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: var(--color-primary-yellow);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--color-white);
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  border: 6px solid var(--color-white);
}

.services .details h3 {
  color: var(--color-primary2);
  font-weight: 500;
  margin: 10px 0 15px 0;
  font-size: 22px;
  transition: ease-in-out 0.3s;
}

.services .details p {
  line-height: 24px;
  font-size: 14px;
  margin-top: 30px;
  margin-bottom: 0;
}

.services .service-item:hover .details h3 {
  color: var(--color-primary);
  text-align: center;
}

.services .service-item:hover .details .icon {
  background: var(--color-white);
  border: 2px solid var(--color-primary-yellow);
}

.services .service-item:hover .details .icon i {
  color: var(--color-primary-yellow);
}

.services .service-item:hover .img img {
  transform: scale(1.2);
}

/*--------------------------------------------------------------
# Services detailed Section
--------------------------------------------------------------*/
.service_detailed {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 1px;
}

.service_detailed .title1 {
  margin-bottom: 20px;
}

.service_detailed h3 {
  font-weight: 500;
  font-size: 30px;
  color: var(--color-primary);
  margin-bottom: 20px;
}

.service_detailed ul li {
  font-size: 20px;
  color: var(--color-secondary);
}

/*--------------------------------------------------------------
# Union
--------------------------------------------------------------*/
.union .content {
  content: '';
  margin-bottom: 40px;
  padding: 30px 40px;
  color: var(--color-secondary);
}

.union .content h3 {
  display: inline-block;
  font-size: 26px;
  font-weight: 450;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.union .content h3 span {
  font-size: 28;
  font-weight: bold;
}

.union .content h4 {
  display: inline-block;
  font-size: 20px;
  text-indent: -1em;
  margin-left: 25px;
  margin-bottom: 3px;
  color: var(--color-secondary);
}

.union-member {
  padding: 15px 0;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
  /* background-color: #cfe3ec3f;
  border-radius: 1em; */
}

.union-member img {
  max-width: 70%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.union-member img:hover {
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .union-member img {
    max-width: 40%;
  }
}

.union-member .split {
  margin-top: 30px;
  width: 100%;
  height: 1px;
  border-top: solid #ffc400d3 2px;
}

/*--------------------------------------------------------------
# Case Lists
--------------------------------------------------------------*/
.case-lists {
  padding: 20px;
}

.case-lists .row {
  overflow: hidden;
}

.case-lists .content-item {
  padding: 40px;
  margin: -2px;
}

.case-lists .content-item .content-text {
  content: '';
  padding: 5px 10px 10px 10px;
  background-color: #ffc400;

  border-radius: 99em 0em 0em 99em;
}

.case-lists .content-item .left {
  border-radius: 5em 99em 99em 5em;
}

.case-lists .content-item .right {
  border-radius: 99em 5em 5em 99em;
}

.case-lists .content-item span {
  font-size: 30px;
  font-weight: 700;

  /* color: var(--color-primary2); */
  /* text-shadow: #c4980a 0.1em 0.1em 0.1em; */
  color: #fff;
  text-shadow: #6b5302 0.1em 0.1em 0.1em;
}

.case-lists .content-item i {
  font-size: 25px;
  line-height: 0;
  margin-right: 20px;
  color: var(--color-primary);
}

.case-lists .content-item h4 {
  font-size: 22px;
  font-weight: 400;
  padding: 0;
}

.case-lists .content-item img {
  object-position: center center;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}

/* .case-lists .content-item .content-img {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.26);
} */

.case-lists .content-item .left-icon {
  margin-left: 120px;
}

.case-lists .content-item .right-icon {
  margin-left: 80px;
}

@media (max-width: 768px) {
  .case-lists .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 60px 0;
  background: url("../img/testimonials/cta-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #00296bad;
}

.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: 15%;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 18px;
  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.4);
  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-size: 20px;
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }

  #testimonials .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: var(--color-primary2);
    animation-delay: 0.8s;
    border: 0;
    background: var(--color-primary-yellow);
  }
}

/*--------------------------------------------------------------
# CEO
--------------------------------------------------------------*/
.ceo {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 1px;
}

.ceo .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: var(--color-primary2);
  animation-delay: 0.8s;
  border: 0;
  background: var(--color-primary-yellow);
}

.ceo img {
  width: 60%;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  width: 120%;
  text-align: center;
  padding: 30px 10px;
  background: inherit;
}

.team .member img {
  max-width: 70%;
  border-radius: 50%;
  margin: 0 0 30px 0;
  /* box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.801); */
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  text-align: center;
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  text-align: center;
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: var(--color-primary);
}

.team .member p span {
  font-weight: bold;
}

/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  margin-bottom: 30px;
  width: 100%;
}

.contact .info-box i {
  font-size: 32px;
  color: #428bca;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #9eccf4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.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;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
  background-color: #42cab8;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #428bca;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #629fd3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#footer {
  background: var(--color-primary);
  padding: 0 0 30px 0;
  font-size: 14px;
  color: #fff;
}

#footer .footer-top {
  padding: 60px 0 30px 0;

  /* background: #6a757c; */
  color: var(--color-primary);
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #768fa6;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #428bca;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #9eccf4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #9eccf4;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #428bca;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #5295ce;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #9eccf4;
}