/*--------------------------------------------------------------
# Font Face
--------------------------------------------------------------*/

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/poppins/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/poppins/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/poppins/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/poppins/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

:root {}

:root.dark {}

body {
  font-family: 'Poppins', sans-serif;
  color: #252424;
  background: #fafafa;
  transition: 0.5s background ease;
}

body.dark .hero {
  background-color: #bababa;
}

body.dark .hero .words span {
  color: #bbbbbb;
}

body.dark .breadcrumbs .page-header {
  background-color: #000;
}

#darkmode-button {
  background-color: transparent;
  border: none;
  outline: none;
  display: grid;
  place-items: center;
  width: 38px;
  height: 32px;
  color: #b20405;
  font-size: 28px;
}

.header.stikcy-menu #darkmode-button {
  color: #4e4d4d;
}

a {
  color: #b20405;
  text-decoration: none;
}

a:hover {
  color: #b20405;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
}

.toggle-container {
  position: relative;
}

.theme-btn {
  width: 6em;
  height: 6em;
  padding: 0.5em;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  background-color: transparent;
}

.theme-btn img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.theme-btn.light {
  display: none;
}

.dark .theme-btn.dark {
  display: none;
}

.dark .theme-btn.light {
  display: block;
}

.hide-on-mobile {
  display: block;
}

/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section {
  padding: 80px 0;
  overflow: hidden;
  background: #fafafa;
}

.section-grey {
  padding: 90px 0;
  overflow: hidden;
  background: #666;
}

.section-header {
  text-align: center;
  padding-bottom: 60px;
}

.section-header h2 {
  font-size: 44px;
  font-weight: 600;
  position: relative;
  color: #b20405;
  margin-bottom: 1rem;
}

.section-header p {
  margin-bottom: 20px;
  color: #252424;
}

img {
  transition: 0.3s;
}

img:hover {
  transform: scale(1.1);
}

.fill-btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  border: 0;
  transition: 0.3s;
  color: #f1f1f1;
  background: linear-gradient(45deg, #b20405, #000000);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.fill-btn:hover {
  background: linear-gradient(45deg, #000000, #b20405);
  color: #f1f1f1;
}

.collapse {
  &:not(.show) {
    display: none;
  }
}



/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 150px 0 30px 0;
  min-height: 40vh;
  background: #acacac url(../img/think-big-footer-bg.png);
  background-position: center 100px;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
}

.breadcrumbs .page-header:before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.90;
  z-index: 0;
  margin-top: 0;
  box-shadow: inset 0 0 50px #e0e0e0;
  background: linear-gradient(0deg, #fafafa, #fafafa);
}

.breadcrumbs .page-header h2 {
  color: #b20405;
  font-size: 54px;
  font-weight: 600;
}

.breadcrumbs .page-header p {
  color: #252424;
}

.breadcrumbs nav {
  background-color: #b20405;
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #000000;
}

.breadcrumbs nav ol a {
  color: #f1f1f1;
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
  color: #d27272;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #000000;
  content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: #b20405;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgb(16 16 16 / 80%);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background-image: url(../img/preloader-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #b20405;
  transition: all 0.6s ease-out;
}

.waviy {
  text-align: center;
  position: relative;
  top: 58%;
  margin: auto;
}

.waviy span {
  position: relative;
  display: inline-block;
  font-size: 27px;
  color: #fff;
  text-transform: uppercase;
  animation: flip 2s infinite;
  animation-delay: calc(.2s * var(--i))
}

@keyframes flip {

  0%,
  80% {
    transform: rotateY(360deg)
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  .hide-on-mobile {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar {
  background: #00796b;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

.topbar .contact-info i {
  font-style: normal;
  color: #fff;
  line-height: 0;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

@media (max-width: 575px) {

  .topbar .contact-info i a,
  .topbar .contact-info i span {
    font-size: 13px;
  }
}

.topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

.topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.topbar .social-links a:hover {
  color: #fff;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
}

.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 90px;
  /* background-color: #b20405;
  border-radius: 50px 0 0 0;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #000; */
}

.logo {}

.header .logo img {
  max-height: 61px;
}

.header.stikcy-menu {
  background: #4e4d4d;
  border-bottom: 2px solid;
}

.header.stikcy-menu .logo h1 {
  color: #b20405;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  letter-spacing: 0.8px;
  color: #b20405;
  font-family: 'Poppins', sans-serif;
}

.header .logo h1 span {
  color: #b20405;
}

.sticked-header-offset {
  margin-top: 0;
}

section {
  background: #f9f9f9;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 50px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #252424;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a::before {
    content: '';
    position: absolute;
    height: 2px;
    background-color: #b20405;
    width: 0;
    left: 0;
    right: 0;
    bottom: -2px;
    margin-left: auto;
    margin-right: auto;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  }

  .navbar a:hover::before {
    width: 100%;
    left: 0;
    right: 0;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  }

  .stikcy-menu .navbar a {
    color: #9d9d9d;
  }

  .stikcy-menu .navbar a:hover,
  .stikcy-menu .navbar li:hover a,
  .stikcy-menu .navbar li a.active {
    color: #fff;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #b20405;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #f1f1f1;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 0px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #252424;
  }

  .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: #b20405;
  }

  .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 (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 50px 0 10px 0;
    margin: 0;
    background: #b20405;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: rgb(255 255 255);
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #fff;
  }

  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: #b20405;
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: rgba(0, 131, 116, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    background-color: #b20405;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }

  .mobile-nav-show {
    color: #b20405;
    font-size: 30px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .header.stikcy-menu .mobile-nav-show {
    color: #4e4d4d;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 15px;
    top: 35px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 80%);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# Who we are Section
--------------------------------------------------------------*/
section.whoweare {
  background: url(../img/who-we-are.jpg) center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
  border-radius: 0px;
  position: relative;

}

section.whoweare::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 50px #e0e0e0;
  background: linear-gradient(0deg, #fafafa, #f1f1f1);
  z-index: 0;
  opacity: 0.88;
}

section.whoweare .section-header i {
  font-size: 70px;
  color: #b20405;
  margin-bottom: 20px;
  display: inline-block;
}

section.whoweare p span,
.ecm-span {
  padding: 10px 15px;
  border-radius: 12px 12px 12px 0;
  display: inline-block;
  text-transform: capitalize;
  background: #d3d3d3;
  transition: all 0.3s ease-in-out;
  margin: 10px 10px 5px 10px;
  font-size: 14px;
}

section.whoweare p span:hover,
.ecm-span:hover {
  transform: scale(1.04);
  color: #b20405;
  background: #fafafa;

}

/*--------------------------------------------------------------
# Featured Section
--------------------------------------------------------------*/
section.featured {
  background: #fafafa;
  position: relative;
}

section.featured .section-header i {
  font-size: 73px;
  color: #b20405;
  margin-bottom: 20px;
  display: inline-block;
}

.section.about .section-header i {
  font-size: 73px;
  color: #b20405;
  margin-bottom: 20px;
  display: inline-block;
}

.left {
  text-align: right;
}

.right {
  text-align: left;
}

.list-wrap {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}

.list-wrap p {
  color: #252424;
}

.list-wrap:nth-child(3),
.list-wrap:nth-child(6) {
  margin-bottom: 0;
}

.list-wrap .description h4 {
  color: #252424;
}

.icon {
  text-align: center;
}

.icon i::after {
  background: #fafafa;
  content: '';
  display: block;
  border-radius: 12px 12px 12px 0;
  height: 94px;
  position: absolute;
  top: -17px;
  width: 86px;
  margin: auto;
  left: -12px;
  right: 0;
  z-index: -1;
  border: 3px solid #b20405;
}

.description {
  min-height: 235px;
}

.icon i {
  font-size: 60px;
  color: #b20405;
  display: inline-block;
  position: relative;
  margin-top: 22px;
}

.sv-img-container {
  border-radius: 12px 12px 12px 0;
  overflow: hidden;
  margin: 20px 0;
}

.sv-img-container img {
  width: 100%;
}

.list-center-wrap {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  height: 82%;
}

.center-icon {
  text-align: center;
}

.center-icon img {
  width: 100%;
  transition: 0.3s;
  filter: grayscale(1);
  opacity: 0.5;
}

.center-icon img:hover {
  transform: scale(1.1);
  filter: grayscale(0);
  opacity: 9;
}

/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.about h3 {
  font-size: 28px;
  margin-bottom: 20px;
  font-family: 'Poppins', sans-serif;
}

.about .call-us {
  left: 10%;
  right: 10%;
  bottom: 0;
  background-color: #fff;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.08);
  padding: 20px;
  text-align: center;
}

.about .call-us h4 {
  font-size: 24px;
  margin-bottom: 5px;
}

.about .call-us p {
  font-size: 28px;
  color: #b20405;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding: 0 0 10px 30px;
  position: relative;
}

.about .content ul i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: -3px;
  color: #b20405;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#b20405 50%, rgba(0, 131, 116, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(0, 131, 116, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.about .play-btn:hover:after {
  border-left: 15px solid #b20405;
  transform: scale(20);
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.img-frame {
  position: relative;
  background: #f6f6f6;
  background-size: contain;
  padding: 9%;
}

.bar {
  background-color: #f1f1f1;
  padding: 1px;
  border-radius: 15px;
  margin-bottom: 20px;
  font-size: 12px;
  color: #f1f1f1;
}

.bar::before {
  content: attr(data-skill);
  background-color: #b20405;
  display: inline-block;
  padding: 5px 0 5px 10px;
  border-radius: inherit;
  animation: load 2s 0s;
  -webkit-animation: load 2s 0s;
  -moz-animation: load 2s 0s;
  -o-animation: load 2s 0s;
}

.bar.front::before {
  background-color: #b20405;
}

.bar.back::before {
  background-color: #b20405;
}

.bar.learning::before {
  width: calc(20% - 10px);
}

.bar.basic::before {
  width: calc(40% - 10px);
}

.bar.intermediate::before {
  width: calc(60% - 10px);
}

.bar.advanced::before {
  width: calc(80% - 10px);
}

.bar.expert::before {
  width: calc(100% - 10px);
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 90px 0;
}

.clients .swiper {
  padding: 10px 0;
}

.clients .swiper-slide img {
  transition: 0.3s;
  filter: grayscale(1);
  opacity: 1;
  border-radius: 12px 12px 12px 0;
  box-shadow: 0 0px 10px #f1f1f1;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
  filter: grayscale(0);
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b20405;
}


/*--------------------------------------------------------------
# Our Company Section
--------------------------------------------------------------*/

.our-company {
  background: url(../img/calls-to-action.jpg) center left;
  background-size: cover;
  padding: 100px 0px;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  background-position: center center;
}

.our-company:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 50px #e0e0e0;
  background: linear-gradient(0deg, #fafafa, #f1f1f1);
  z-index: 0;
  opacity: 0.88;
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  background-color: #fff;
  box-shadow: 0 0px 10px #f1f1f1;
  padding: 100px 0px;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
}

.call-to-action h3 {
  color: #b20405;
  font-size: 28px;
  margin-bottom: 20px;
}

.call-to-action p {
  color: #252424;
  margin-bottom: 20px;
}

.call-to-action .cta-btn {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 20px;
  border-radius: 12px 12px 12px 0;
  border: 0px;
  color: #f1f1f1;
  background: linear-gradient(45deg, #b20405, #b20405);
}

.call-to-action .cta-btn:hover {
  background: linear-gradient(45deg, #000000, #000000);
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
section.testimonials {
  background: #fafafa;
}

.testimonials .testimonial-wrap {
  padding-left: 10px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 30px 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  border-radius: 12px 12px 12px 0;
}

.testimonials .testimonial-item .info-box {
  min-width: 276px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 12px 12px 12px 0;
  margin-right: 15px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 5px 0;
  color: #b20405;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #b20405;
  font-size: 26px;
  line-height: 0;
}

.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;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
  color: #252424;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgb(134 134 134 / 20%);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #b20405;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
    flex-direction: column;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}


/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/
section.team {
  background: #f9f9f9;
}

.team .member {
  text-align: center;
  border-radius: 10px;
  padding: 15px;
  overflow: hidden;
}

.team .member img {
  border-radius: 12px 12px 12px 0;
  overflow: hidden;
}

.team .member .member-content {
  padding: 0 20px 30px 20px;
}

.team .member h4 {
  margin-top: 16px;
  margin-bottom: 2px;
  font-size: 20px;
  color: #b20405;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 14px;
  color: #252424;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #6c757d;
}

.team .member .social {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  color: #b20405;
  transition: 0.3s;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #e8e8e8;
}

.team .member .social a:hover {
  color: #b20405;
  border-color: #b20405;
}

.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}




/*--------------------------------------------------------------
# Recent Blog Posts Section
--------------------------------------------------------------*/
.recent-posts article {
  background-color: #f1f1f1;
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: -1px 5px 20px 0px rgb(82 90 101 / 10%);
}

.recent-posts .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
  border-radius: 8px;
}

.recent-posts .post-category {
  font-size: 16px;
  color: #252424;
  margin-bottom: 10px;
}

.recent-posts .title {
  font-size: 22px;
  padding: 0;
  margin: 0 0 20px 0;
}

.recent-posts .title a {
  color: #b20405;
  transition: 0.3s;
}

.recent-posts .title a:hover {
  color: #252424;
}

.recent-posts .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.recent-posts .post-author {
  margin-bottom: 5px;
  color: #252424;
}

.recent-posts .post-date {
  font-size: 14px;
  color: #252424;
  margin-bottom: 0;
}

@media (min-width: 1280px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1140px;
  }
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.text-animation {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}

.text-animation div.slide {
  text-align: center;
  position: relative;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 1.25em;
  font-weight: 500;
  letter-spacing: 2px;
  overflow: hidden;
  background: linear-gradient(90deg, #e0e0e0, #252424, #e0e0e0);
  background-repeat: no-repeat;
  background-size: 100%;
  animation: animate 8s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }

  100% {
    background-position: 500%;
  }
}

.words {
  font-size: 0;
  line-height: 1;
}

.hero .words span {
  color: #ebebeb;
  font-size: 3.5rem;
  font-weight: 600;
  display: inline-block;
  animation: move 3s ease-in-out infinite;
  margin: 0px 5px;
}

@keyframes move {
  0% {
    transform: translate(-30%, 0);
  }

  50% {
    text-shadow: 0 10px 15px rgba(0, 0, 0, 0.20);
  }

  100% {
    transform: translate(30%, 0);
  }
}

.words span:nth-child(2) {
  animation-delay: 0.5s;
}

.words span:nth-child(3) {
  animation-delay: 1s;
}

.words span:nth-child(4) {
  animation-delay: 1.5s;
}

.words span:nth-child(5) {
  animation-delay: 2s;
}

.words span:nth-child(6) {
  animation-delay: 2.5s;
}

.words span:nth-child(7) {
  animation-delay: 3s;
}

#expandInfoBar {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

div#expandedInfoBar {
  position: fixed;
  right: auto;
  left: auto;
  padding: 5px;
  color: #fff;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#expandInfoBar .expandBtn,
.webinarBtn {
  background-color: #b20405;
  padding: 4px;
  color: #fff;
  cursor: pointer;
}

div#expandedInfoBar .closebtn {
  color: #fff;
  padding: 4px 8px;
  border-radius: 20px;
  position: absolute;
  right: 5px;
  top: 4px;
  cursor: pointer;
}

.info-section {
  position: relative;
}

.info-bar {
  color: #fafafa;
  background-color: #b20405;
  padding: 15px;
  position: absolute;
  top: -15px;
  border-radius: 12px 12px 12px 0;
  right: 0;
  left: 0;
  margin: auto;
  box-shadow: 0 0px 10px #f1f1f1;
  border-bottom: 20px solid #000;
  z-index: 1;
}

.info-bar h6 {
  font-weight: 600;
  font-size: 15px;
}

.liv-web-btn {
  min-width: 160px;
  max-width: 100%;
  padding: 14px 16px !important;
}

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
}

.marquee-content {
  display: inline-block;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  0% {
    margin-left: 100%;
    transform: translateX(0%);
  }

  100% {
    margin-left: 0;
    transform: translateX(-100%);
  }
}

.hero {
  width: 100%;
  position: relative;
  background-color: #ebebeb;
  background-image: url(../img/think-big-bg.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto;
  padding: 100px 0 60px 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hero-slider {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
}

.hero-slider .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-slider .swiper-pagination-bullet {
  background-color: #b20405;
  opacity: 0.5;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-scrollbar {
  background: rgba(0, 0, 0, 0.1);
  height: 4px !important;
  bottom: 10px !important;
}

.hero-slider .swiper-scrollbar-drag {
  background: #b20405;
}

.hero::before {
  content: '';
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.10;
  z-index: 0;
  margin-top: 0;
  box-shadow: inset 0 0 50px #c8c8c8;
  background: linear-gradient(0deg, #fafafa, #fafafa);
}

.hero .circle {
  color: #b20405;
  margin-left: 3px;
  font-size: 66px;
}

/* @media (min-width: 1365px) {
  .hero {
    background-attachment: fixed;
  }
}
 */
.dark-bg {
  padding: 50px 30px;
  border-radius: 8px;
}

.social {
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
  gap: 10px;
}

.social a {
  color: #252424;
  transition: 0.3s;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social a:hover {
  color: #b20405;
  border-color: #b20405;
}

.social i {
  font-size: 18px;
  margin: 0 2px;
  color: #b20405;
}

.mr-20 {
  margin-right: 20px !important;
}

.hero h2 {
  font-size: 54px;
  margin-bottom: 20px;
  color: #252424;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 70px;
  text-shadow: 1px 2px 2px #c6c6c6;

  overflow: hidden;
  border-right: 3px solid #b20405;
  white-space: nowrap;
  margin: 0 auto 20px auto;
  animation:
    typing 5.5s steps(80, end),
    blink-caret .70s step-end infinite;
}

#dot1 {
  visibility: hidden;
  animation: 3s fadeDot1;
  animation-fill-mode: forwards;
  animation-delay: 5s;
}

@keyframes fadeDot1 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#dot2 {
  visibility: hidden;
  animation: 3s fadeDot2;
  animation-fill-mode: forwards;
  animation-delay: 6s;
}

@keyframes fadeDot2 {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0
  }

  to {
    width: 100%
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {

  from,
  to {
    border-color: transparent
  }

  90% {
    border-color: #b20405;
  }
}

.hero span {
  color: #252424;
  font-weight: 600;
  display: inline-block;
  font-size: 54px;
}

.hero p {
  color: #252424;
  font-weight: 500;
  font-size: 21px;
  margin-bottom: 30px;
  text-shadow: 0 1px 1px #c4c4c4;
}

.btn-get-started.primary {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 20px;
  border-radius: 12px 12px 12px 0;
  border: 0px;
  color: #f1f1f1;
  background: linear-gradient(45deg, #b20405, #b20405);
}

.btn-get-started.primary:hover {
  background: linear-gradient(45deg, #000000, #000000);
}

.btn-get-started.secondary {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 20px;
  border-radius: 12px 12px 12px 0;
  border: 0px;
  background: linear-gradient(45deg, #000000, #000000);
  color: #f1f1f1;
}

.btn-get-started.secondary:hover {
  color: #252424;
  background: linear-gradient(45deg, #fff, #fff);
}

.icon-box {
  background-color: #ffffff;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 12px 12px 12px 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #252424;
  box-shadow: 0 0px 10px #f1f1f1;
}

.icon-box:hover {
  background-color: #b20405;
  color: #fafafa;
}

.icon-box:hover .title a {
  color: #fafafa;
}

.interior {
  padding: 100px 80px 80px 80px !important;
}

.icon-box.interior:hover {
  background-color: #fff;
  color: #252424;
}

.icon-box.interior:hover .title a {
  color: #b20405;
}

.icon-box.interior:after {
  content: "";
  position: absolute;
  top: -400px;
  left: -100px;
  opacity: 0.5;
  width: 500px;
  height: 500px;
  transform: rotate(-35deg);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 0;
  transition: all 0.966s ease-in-out;
}

.interior p {
  margin: 30px 0;
}

.interior p,
.interior h4 {
  text-align: justify;
}

.icon-box.interior .icon {
  width: auto;
  height: auto;
  position: absolute;
  top: 0px;
  right: 30px;
  z-index: -1;
}

.icon-box .icon i {
  font-size: 73px;
}

.icon-box.interior .icon i {
  font-size: 120px;
  margin-top: 10px;
}

.icon-box .icon i::after {
  background: #fff;
  content: '';
  display: block;
  border-radius: 12px 12px 12px 0;
  height: 94px;
  position: absolute;
  top: -12px;
  width: 86px;
  margin: auto;
  left: -7px;
  right: 0;
  z-index: -1;
  border: 3px solid #b20405;
}

.icon-box.interior .icon i::after {
  background: #fff;
  content: '';
  display: block;
  border-radius: 0px 12px 0px 0;
  height: 160px;
  position: absolute;
  top: -15px;
  width: 160px;
  margin: auto;
  left: auto;
  right: -10px;
  z-index: -1;
  border: none;
}

.icon-box .title {
  margin-bottom: 15px;
  font-size: 24px;
}

.icon-box.interior .title {
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 600;
}


.icon-box h4.title {
  color: #b20405;
}

.icon-box .title a {
  color: #b20405;
  transition: 0.3s;
}

.icon-box .icon {
  margin-bottom: 20px;
  padding-top: 20px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 48px;
  line-height: 1;
  color: #b20405;
  width: 100px;
}

.icon-box:hover {
  transform: scale(1.04);
}

@media (max-width: 1024px) {

  .hero h2,
  .hero span {
    font-size: 48px;
    line-height: 50px;
  }

}

@media (max-width: 991px) {
  .hero {
    background-image: url(../img/think-big-bg.png);
    background-position: bottom center;
    background-size: auto;
  }

  .hero h2,
  .hero span {
    font-size: 35px;
    line-height: 50px;
  }

  .hero .circle {
    font-size: 46px;
  }

  .section-header h2,
  .icon-box.interior .title {
    font-size: 34px;
  }

  .description {
    min-height: 140px;
  }

  .center-icon {
    padding: 20px;
  }

  .center-icon img {
    display: none;
  }

  .call-to-action {
    /* background: url(../img/calls-to-action.jpg) center left;
    background-size: cover; */
    padding: 150px 60px;
    border-radius: 0px;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .text-left.caption {
    text-align: center;
  }

  .section-header h2,
  .icon-box.interior .title {
    font-size: 34px;
  }

  .caption .justify-content-start {
    justify-content: center !important;
  }

  .caption .social {
    justify-content: center;
  }

  .marquee-content {
    margin-bottom: 15px;
  }

  .interior {
    padding: 100px 30px 80px 30px !important
  }

  .icon-box.interior .icon i {
    font-size: 90px;
  }

  .icon-box.interior .title {
    font-size: 32px;
    text-align: left;
  }

  .hero h2,
  .hero span {
    font-size: 17px;
    line-height: 35px;
  }

  .hero .circle {
    font-size: 36px;
  }

  .hero p {
    font-size: 15px;
  }

  .list-wrap {
    width: 94%;
    margin: 0 auto 30px auto;
  }

  .text-animation div.slide {
    font-size: 0.8rem;
  }

  .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }

  .icon-boxes .card-two {
    margin-top: var(--bs-gutter-y);
    margin-bottom: 0px;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);

  }
}

@media (min-width: 768px) {

  .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }

  .icon-boxes .card-two {
    margin-top: -20px;
    margin-bottom: -20px;
  }
}


section.whoweare .section-header i::after {
  background: #fafafa;
  content: '';
  display: block;
  border-radius: 12px 12px 12px 0;
  height: 94px;
  position: absolute;
  top: -12px;
  width: 86px;
  margin: auto;
  left: -7px;
  right: 0;
  z-index: -1;
  border: 3px solid #b20405;
}

section.featured .section-header i::after,
.section.about .section-header i::after {
  background: #fafafa;
  content: '';
  display: block;
  border-radius: 12px 12px 12px 0;
  height: 94px;
  position: absolute;
  top: -12px;
  width: 86px;
  margin: auto;
  left: -7px;
  right: 0;
  z-index: -1;
  border: 3px solid #b20405;
}


/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog .blog-pagination {
  margin-top: 30px;
  color: #555555;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
  border-radius: 10px;
}

.blog .blog-pagination li a {
  color: #252424;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #b20405;
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #f1f1f1;
}

.blog-sidbar {
  background-color: #f1f1f1;
  padding: 30px 20px;
  border-radius: 8px;
}

.blog-sidbar ul li a:hover {
  color: rgb(74 74 74);
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
  box-shadow: 0 1px 6px rgb(0 0 0 / 10%);
  padding: 30px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.blog .posts-list .post-img {
  max-height: 240px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.blog .posts-list .post-category {
  font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
}

.blog .posts-list .title {
  font-size: 22px;

  padding: 0;
  margin: 0 0 20px 0;
}

.blog .posts-list .title a {
  color: #252424;
  transition: 0.3s;
}

.blog .posts-list .title a:hover {
  color: #b20405;
}

.blog .posts-list .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog .posts-list .post-author-list {
  font-weight: 500;
  margin-bottom: 5px;
}

.blog .posts-list .post-date {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Stats Counter Section
--------------------------------------------------------------*/
.stats-item {
  margin-bottom: 30px;
}

.stats-counter .stats-item .icon {
  height: auto;
  position: relative;
}

.stats-counter .stats-item .purecounter {
  padding-right: 0;
  margin-top: 60px;
  margin-bottom: 20px;
}

.stats-counter .stats-item i {
  font-size: 73px;
  color: #b20405;
}

.stats-counter .stats-item i::after {
  background-color: #fafafa;
  content: "More than";
  font-size: 14px;
  color: #252424;
  font-family: 'Poppins', sans-serif;
  line-height: 13.5rem;
  display: block;
  border-radius: 12px 12px 12px 0;
  height: 94px;
  position: absolute;
  top: 25px;
  width: 86px;
  margin: -36px auto;
  left: -6px;
  right: 0;
  z-index: -1;
  border: 3px solid #b20405;
}

.stats-counter .stats-item p {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stats-counter .stats-item p span {
  font-size: 22px;
  color: #b20405;
}

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
section.portfolio {
  background: url(../img/calls-to-action.jpg) center left;
  background-size: cover;
  padding: 100px 0px;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
  background-position: center center;
}

section.portfolio::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 50px #e0e0e0;
  background: linear-gradient(0deg, #fafafa, #f1f1f1);
  z-index: 0;
  opacity: 0.88;
}

.portfolio .portfolio-wrap {
  border-radius: 12px 12px 12px 0;
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-wrap:hover {
  transform: scale(1.04);
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.portfolio .portfolio-wrap .portfolio-info {
  padding: 25px 20px;
  position: absolute;
  z-index: 2;
  bottom: -1px;
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
  background: #000000;
  border-radius: 0 8px 0 0;
}

.portfolio .portfolio-wrap .portfolio-info:hover {
  background: #1c042e;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

.portfolio .portfolio-wrap .portfolio-info h4 a {
  color: #f1f1f1;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info h4 a:hover {
  color: #b20405;
}

.portfolio .portfolio-wrap .project-btn a {
  color: #f1f1f1;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-wrap .portfolio-info .portfolio-details {
  margin-bottom: 20px;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

/**************************************
  Contact
 **************************************/
.contact-section .contact-form-3 form .form-control {
  font-size: 15px;
  width: 100%;
  padding: 10px 20px;
  height: 52px;
  color: #252424;
  border-radius: 0;
  text-transform: capitalize;
  transition: all 0.4s;
  background: #f8f8f8;
  box-shadow: inset 2px 2px 3px #fafafa;
  border: 1px solid #e2e2e2;
}

.contact-section .contact-form-3 form input:focus,
.contact-section .contact-form-3 form textarea:focus {
  outline: none;
  background: #ffffff;
  box-shadow: inset 2px 2px 3px #fafafa;
  border: 1px solid #e2e2e2;
}

.contact-information-box-3 {
  padding: 0px 20px;
  border-radius: 8px;
  margin-bottom: 50px;
}

.contact-information-box-3 .single-contact-info-box {
  position: relative;
  z-index: 1;
  padding: 10px 10px;
  display: block;
  border-radius: 3px;
  text-align: left;
  margin-bottom: 10px;
  overflow: hidden;
}

.contact-information-box-3 .contact-info {
  position: relative;
  z-index: 1;
}

.contact-information-box-3 .contact-info h6 {
  font-size: 18px;
  color: #b20405;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.contact-information-box-3 .contact-info p {
  color: #252424;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.contact-information-box-3 .single-contact-info-box .contact-info-bg-icon {
  color: #f44336;
  opacity: .2;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  margin: 0 auto;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.contact-information-box-3 .single-contact-info-box i {
  font-size: 22px;
  color: #b20405;
}

.contact-section .contact-form .form-group {
  margin-bottom: 30px;
}

.contact-section .contact-form form textarea.form-control {
  height: 130px;
  padding-top: 15px;
  line-height: initial;
}

.contact-section .form-message {
  margin: 0;
}

.contact-form .disabled {
  opacity: 0.5;
  pointer-events: none;
}

.contact-form button[type=submit] {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 20px;
  border-radius: 12px 12px 12px 0;
  border: 0px;
  color: #f1f1f1;
  background: linear-gradient(45deg, #b20405, #b20405);
}

.contact-form button[type=submit]:hover {
  background: linear-gradient(45deg, #000000, #000000);
}

.contact-section .form-message.success {
  background: #03b103;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.contact-section .form-message.error {
  background: #ff4d15;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.contact-area .form-message.success {
  background: #03b103;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  display: block;
  margin-bottom: 15px;
}

.contact-area .form-message.error {
  background: #ff4d15;
  color: #fff;
  padding: 10px 15px;
  border-radius: 3px;
  display: block;
  margin-bottom: 15px;
}

.with-errors {
  color: #dc3545;
}

.messages {
  margin-top: 30px;
}

.hidden {
  display: none;
}

.map {
  border-top: 5px solid #dee2e6;
}

.map iframe {
  width: 100%;
  height: 500px;
}

/*--------------------------------------------------------------
# Particles
--------------------------------------------------------------*/
#particles-js {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /*  background-image: url(../img/think-big-content.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 70%; */
}

canvas {
  display: block;
  vertical-align: bottom;
}


.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


.footer-section {
  background: #838385 url(../img/think-big-footer-bg.png) bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 60px 0;
  border-radius: 0px;
  position: relative;
  background-attachment: fixed;
}

footer-section:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #838385;


  z-index: 0;
  opacity: 0.70;
}

.footer-cta {
  border-bottom: 1px solid #373636;
}

.single-cta i {
  color: #c00113;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #f9f9f9;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 2px;
}

.cta-text span {
  color: #757575;
  font-size: 15px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-content .list {
  padding-left: 0;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-widget ul li,
.footer-widget ul li a {
  font-size: 14px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #cccccc;
  line-height: 28px;
}

.footer-text p b {
  font-weight: 500;
  color: #f9f9f9;
}

.footer-social-icon span {
  color: #f9f9f9;
  display: block;
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
}

.footer-content p a {
  color: #cccccc;
}

.footer-social-icon a {
  color: #cccccc;
  font-size: 22px;
  margin: 10px 15px 0 15px;
}

.footer-social-icon a:hover,
.footer-content p a:hover {
  color: #fff;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 41px;
  border-radius: 50%;
}

.footer-widget-heading h3 {
  color: #f9f9f9;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
}

.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 100%;
  margin-bottom: 12px;
}

.footer-widget ul li a {
  color: #cccccc;
  text-transform: capitalize;
}

.footer-widget ul li a:hover {
  color: #fff;
}

.copyright-area {
  padding: 25px 0;
}

.copyright-text {
  padding-top: 20px;
}

.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #f9f9f9;
}

.copyright-text p a {
  color: #b20405;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #b20405;
}

.footer-menu li a {
  font-size: 14px;
  color: #b9b9b9;
}

.footer-menu li a:hover {
  color: #000000;
}



#advisory-board .section-header {
  margin-bottom: 10px !important;
  /* reduce bottom space */
}

#advisory-board .service-section {
  margin-top: 0 !important;
  /* removes top space */
  padding-top: 0 !important;
}