.dynamic-content {
  font-size: 18px;
}

.dynamic-content img {
  width: 100% !important;
  height: auto !important;
}

.dynamic-content blockquote {
  font-family: medium-content-serif-font, Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 20px;
  background-color: #dcdcdc;
  padding: 20px;
}

.dynamic-content a {
  color: #c5161b;
  text-decoration: none;
}

.dynamic-content a:hover {
  text-decoration: underline;
}

div.card {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

div.card-radius {
  border: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #eeeeee;
}

a#gotop {
  opacity: 0;
  transition: opacity 300ms linear;
}

a#gotop:hover {
  background-color: whitesmoke !important;
}

.show {
  opacity: 1 !important;
}

.btn,
.btn:focus {
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 500;
  color: white;
  background-color: #c5161b;
  border: none;
  border-radius: 0px;
  box-shadow: 0px 8px 15px rgba(197, 22, 27, 0.4);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  padding: 7px 40px;
}

.btn:hover {
  background-color: #c5161b;
  box-shadow: 0px 15px 20px rgba(197, 22, 27, 0.4);
  color: #fff;
  outline: none;
  transform: translateY(-3px);
}

.btn:active,
.btn:active:focus {
  background-color: #c5161b !important;
  box-shadow: 0px 15px 20px rgba(197, 22, 27, 0.4) !important;
  color: #fff;
  transform: translateY(-10px);
}

a.btn.gotop {
  width: 10px;
  border: 0px;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

a.btn.gotop i {
  color: white;
  font-size: 20px;
}

ul.pagination .page-item .page-link {
  color: #c5161b;
}

ul.pagination .page-item.active .page-link {
  font-weight: 600;
  color: #fff;
  border-color: #920307;
  background-color: #c5161b;
}

ul.pagination .page-item.disabled .page-link {
  color: #eca2a4;
}

div.container-fluid {
  max-width: 1300px;
}

div.topbar {
  position: relative;
  z-index: 1020;
}

div.topbar div.container {
  max-width: 1300px !important;
}

div.topbar div.container div.topbar-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

div.topbar div.container div.topbar-wrapper ul {
  display: flex;
  align-content: center;
  align-self: center;
  align-items: center;
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}

div.topbar div.container div.topbar-wrapper ul li {
  color: white;
  margin-right: 20px;
}

div.topbar div.container div.topbar-wrapper ul li:last-child {
  margin-right: 0px;
}

div.topbar div.container div.topbar-wrapper ul li i {
  font-size: 16px;
}

div.topbar div.container div.topbar-wrapper ul li a {
  text-decoration: none;
  color: white;
}

div.topbar div.container div.topbar-wrapper ul li a i {
  font-size: 20px;
}

@media (max-width: 600px) {
  div.topbar {
    display: none;
  }
}

nav.main-nav {
  padding: 0 1rem;
  backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, 0.8) !important;
  transition: all 0.45s linear;
}

@media (max-width: 991px) {
  nav.main-nav {
    backdrop-filter: blur(7px);
  }
}

@media (max-width: 600px) {
  nav.main-nav {
    padding: .25rem 1rem;
  }
}

nav.main-nav .navbar-brand {
  display: flex;
  align-items: center;
  padding: 0px;
}

nav.main-nav .navbar-brand .brandimg {
  margin-right: 15px;
  width: 50px;
}

@media (max-width: 600px) {
  nav.main-nav .navbar-brand .brandimg {
    margin-right: 5px;
    width: 35px;
  }
}

nav.main-nav .navbar-brand .brandname {
  font-weight: 800;
  font-size: 40px;
}

@media (max-width: 600px) {
  nav.main-nav .navbar-brand .brandname {
    font-size: 25px;
  }
}

nav.main-nav .brandname {
  font-weight: 800;
  font-size: 40px;
}

@media (max-width: 600px) {
  nav.main-nav .brandname {
    font-size: 25px;
  }
}

nav.main-nav .navbar-toggler {
  background-color: transparent;
  border: 0;
}

@media (max-width: 600px) {
  nav.main-nav .navbar-toggler {
    padding: 0rem .25rem;
    font-size: 0.85rem;
  }
}

nav.main-nav #navbarSupportedContent .navbar-nav {
  font-weight: 100;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  nav.main-nav #navbarSupportedContent .navbar-nav .nav-item .nav-link {
    padding: 1.6rem .75rem 0 .75em;
  }
  nav.main-nav #navbarSupportedContent .navbar-nav .nav-item .nav-link::after {
    content: "";
    display: block;
    width: 0;
    margin: 0 auto;
    padding-top: 15px;
    border-bottom: 5px solid white;
    transition: .3s;
  }
  nav.main-nav #navbarSupportedContent .navbar-nav .nav-item .nav-link:hover {
    background-color: rgba(197, 22, 27, 0.1);
  }
  nav.main-nav #navbarSupportedContent .navbar-nav .nav-item .nav-link:hover::after {
    width: 100%;
    border-bottom: 5px solid rgba(197, 22, 27, 0.6);
  }
  nav.main-nav #navbarSupportedContent .navbar-nav .nav-item.active .nav-link {
    color: #c5161b;
    background-color: rgba(197, 22, 27, 0.3);
  }
  nav.main-nav #navbarSupportedContent .navbar-nav .nav-item.active .nav-link::after {
    content: "";
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-top: 15px;
    border-bottom: 5px solid #c5161b;
    transition: .5s;
  }
  nav.main-nav #navbarSupportedContent .navbar-nav .nav-item.active .nav-link:hover {
    color: #920307;
    background-color: rgba(197, 22, 27, 0.4);
  }
  nav.main-nav #navbarSupportedContent .navbar-nav .nav-item.active .nav-link:hover::after {
    border-bottom: 5px solid #920307;
  }
}

@media (max-width: 991px) {
  nav.main-nav #navbarSupportedContent .navbar-nav .nav-item .nav-link {
    padding: 10px 15px;
  }
}

@media (max-width: 991px) and (max-width: 500px) {
  nav.main-nav #navbarSupportedContent .navbar-nav .nav-item .nav-link {
    padding: 7px 10px;
  }
}

@media (max-width: 991px) {
  nav.main-nav #navbarSupportedContent .navbar-nav .nav-item .nav-link:hover {
    background-color: rgba(197, 22, 27, 0.1);
  }
  nav.main-nav #navbarSupportedContent .navbar-nav .nav-item .nav-link:hover::after {
    border-left: 5px solid #495057;
  }
  nav.main-nav #navbarSupportedContent .navbar-nav .nav-item.active .nav-link {
    color: #c5161b;
    border-left: 5px solid #c5161b;
    background-color: rgba(197, 22, 27, 0.3);
  }
  nav.main-nav #navbarSupportedContent .navbar-nav .nav-item.active .nav-link:hover {
    color: #920307;
    border-left: 5px solid #920307;
  }
}

.nav-overlay {
  padding: 10px 0px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1019;
}

div.homepage {
  background: #eeeeee;
}

div.homepage h6.slider-title-2 {
  padding: 5px 15px;
  background-color: rgba(0, 0, 0, 0.53);
  color: #fff;
}

@media (min-width: 600px) {
  div.homepage h6.slider-title-2 {
    display: none;
  }
}

div.homepage div.home-slider {
  width: 100%;
}

div.homepage div.home-slider div.slider-item-wrapper {
  width: 100%;
  object-fit: cover;
  height: 700px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

@media (max-width: 768px) {
  div.homepage div.home-slider div.slider-item-wrapper {
    height: 400px;
  }
}

div.homepage div.home-slider div.slider-item-wrapper h6.slider-title {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 5px 8px;
  background-color: rgba(0, 0, 0, 0.411);
  color: #fff;
}

@media (max-width: 600px) {
  div.homepage div.home-slider div.slider-item-wrapper h6.slider-title {
    display: none;
  }
}

div.homepage div.home-slider .owl-dots {
  margin-top: 5px;
  position: relative;
  z-index: 99;
  margin-top: -27px;
}

div.homepage div.home-slider .owl-dots .owl-dot.active span {
  background-color: #c5161b;
  width: 16px;
  height: 9px;
}

div.homepage div.home-slider .owl-dots .owl-dot span {
  width: 15px;
  height: 8px;
  margin: 5px 5px;
  background-color: #ffffff90;
}

@media (max-width: 600px) {
  div.homepage div.home-slider .owl-dots {
    display: none;
  }
}

div.homepage .customNav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  margin-bottom: 10px;
  z-index: 11;
  position: relative;
}

@media (min-width: 600px) {
  div.homepage .customNav-container {
    display: none;
  }
}

div.homepage .customNav-container #customNav {
  margin-top: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0.1em;
  padding-left: .1em;
  border-radius: 10rem;
  color: #000;
  backdrop-filter: blur(3px);
  background: #ffffff30;
}

div.homepage .customNav-container #customNav button {
  background-color: transparent;
  border: 0;
  margin: 2px;
}

div.homepage .customNav-container #customNav span {
  margin: 0 10px;
}

div.homepage div.inner-content div.card {
  border: 0px;
  position: relative;
}

div.homepage div.inner-content div.card span.line-top {
  position: absolute;
  top: 0;
  height: 3px;
  width: 100px;
  background-color: #c5161b;
}

div.homepage div.inner-content div.card span.line-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 3px;
  width: 100px;
  background-color: #c5161b;
}

div.homepage div.inner-content div.card div.whowe {
  padding: 50px 2%;
}

div.homepage div.inner-content div.card div.whowe p.whowe-subtitle {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .1666666667em !important;
  text-transform: uppercase;
  font-size: .75rem !important;
  text-align: center;
  margin: 0px;
}

div.homepage div.inner-content div.card div.whowe h5.whowe-title {
  font-size: 2em;
  font-weight: 700;
}

div.homepage div.inner-content div.card div.whowe p.whowe-body {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: .0071428571em;
}

div.homepage div.inner-content div.card div.whowe ul.whowe-button-wrapper {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px;
  margin: auto auto;
}

div.homepage div.inner-content div.card div.whowe ul.whowe-button-wrapper li {
  margin-bottom: 10px;
}

div.homepage div.inner-content div.card img.section-img {
  width: 100%;
  height: 100%;
}

@media (max-width: 600px) {
  div.homepage div.inner-content div.card div.whywe {
    padding: 50px 0;
  }
}

div.homepage div.inner-content div.card div.whywe p.whywe-subtitle {
  padding: 0px !important;
  font-weight: 500;
  letter-spacing: .1666666667em !important;
  text-transform: uppercase;
  font-size: .75rem !important;
  text-align: center;
  margin: 0px;
}

div.homepage div.inner-content div.card div.whywe h5.whywe-title {
  font-size: 2em;
  font-weight: 700;
}

div.homepage div.inner-content div.card div.whywe div.whywe-content h5.whywe-content-title {
  font-weight: 700;
}

div.homepage div.inner-content div.card div.whywe div.whywe-content p.whywe-content-body {
  color: rgba(0, 0, 0, 0.6);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: .0071428571em;
}

@media (max-width: 600px) {
  div.homepage div.inner-content div.card div.message {
    padding: 0;
  }
}

div.homepage div.inner-content div.card div.message div.message-wrapper {
  height: 400px;
  background-size: cover !important;
  background-repeat: no-repeat;
  overflow: hidden;
  position: sticky;
  top: 0;
}

div.homepage div.inner-content div.card div.message div.message-wrapper div.overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  width: 100%;
  height: 80px;
  transition: all 0.3s linear;
}

div.homepage div.inner-content div.card div.message div.message-wrapper div.overlay div.card {
  background-color: transparent;
  color: white;
}

div.homepage div.inner-content div.card div.message div.message-wrapper div.overlay div.card h5 {
  font-weight: 800;
  padding: 0px;
  margin: 0px;
}

div.homepage div.inner-content div.card div.message div.message-wrapper div.overlay div.card div.social-link-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  list-style: none;
  margin: 10px 0px 0px 0px;
  opacity: 0;
  transition: all 0.4s linear;
}

div.homepage div.inner-content div.card div.message div.message-wrapper div.overlay div.card div.social-link-list ul li {
  margin-right: 20px;
}

div.homepage div.inner-content div.card div.message div.message-wrapper div.overlay div.card div.social-link-list ul li a {
  color: white;
}

div.homepage div.inner-content div.card div.message div.message-wrapper div.overlay div.card div.social-link-list ul li a i {
  font-size: 20px;
}

div.homepage div.inner-content div.card div.message div.message-wrapper:hover div.overlay {
  height: 120px;
  transform: translateY(70%);
  height: 100%;
}

div.homepage div.inner-content div.card div.message div.message-wrapper:hover div.overlay div.card div.social-link-list ul {
  opacity: 1;
}

div.homepage div.inner-content div.card div.message h5.message-title {
  font-size: 2em;
  font-weight: 700;
}

div.homepage div.inner-content div.card div.message div.message-body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375rem;
  letter-spacing: .0071428571em;
  margin-bottom: 20px;
  transition: all 1s linear;
}

div.homepage div.inner-content div.projects {
  padding: 50px 0px 50px 0px;
}

div.homepage div.inner-content div.projects div.projects-slider .owl-nav {
  display: block !important;
  position: absolute;
  top: 40%;
  width: 100%;
}

div.homepage div.inner-content div.projects div.projects-slider .owl-nav button {
  background-color: white;
}

div.homepage div.inner-content div.projects div.projects-slider .owl-nav button:hover {
  background-color: #c5161b;
}

div.homepage div.inner-content div.projects div.projects-slider .owl-nav button.owl-prev {
  position: absolute;
  left: 0px;
}

div.homepage div.inner-content div.projects div.projects-slider .owl-nav button.owl-next {
  position: absolute;
  right: 0px;
}

div.homepage div.inner-content div.projects div.projects-slider .owl-nav button i {
  margin: 10px;
}

div.homepage div.inner-content div.projects div.projects-slider .owl-dots {
  display: block !important;
}

div.homepage div.inner-content div.projects div.projects-slider .owl-dots button.active span {
  background-color: #c5161b;
  width: 20px;
  height: 5px;
}

div.homepage div.inner-content div.projects div.projects-slider .owl-dots button span {
  width: 20px;
  height: 5px;
}

div.homepage div.inner-content div.projects h4 {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 20px;
}

div.homepage div.inner-content div.projects h4:after {
  content: '';
  display: block;
  height: 5px;
  width: 60px;
  background-color: #c5161b;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border-radius: 200px;
}

div.homepage div.inner-content div.projects button.btn.readmore {
  margin-top: 50px;
  padding-left: 100px;
  padding-right: 100px;
}

div.homepage div.inner-content div.projects div.card.project {
  align-self: flex-start;
  position: relative;
  border: 0px;
  min-width: 275px;
  width: 100%;
  margin: 0 0 30px 0;
  background: white;
  transition: all 300ms ease-in-out;
}

div.homepage div.inner-content div.projects div.card.project .card-img {
  visibility: hidden;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

div.homepage div.inner-content div.projects div.card.project .card-img-hovered {
  --card-img-hovered-overlay: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  transition: all 350ms ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  position: absolute;
  height: 300px;
  top: 0;
}

div.homepage div.inner-content div.projects div.card.project .card-body {
  position: relative;
  padding: 0.75rem 1.25rem;
  transition: all 200ms ease-in-out;
}

div.homepage div.inner-content div.projects div.card.project .card-body .card-title {
  z-index: 10;
  font-size: 20px;
  font-weight: 800;
  transition: all 350ms ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
}

div.homepage div.inner-content div.projects div.card.project .card-body p.card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  transition: all 350ms ease-in-out;
}

div.homepage div.inner-content div.projects div.card.project .card-body div.card-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  background: transparent;
  border-top: 0px;
}

div.homepage div.inner-content div.projects div.card.project .card-body div.card-footer span {
  transition: all 200ms ease-in-out;
  font-size: 14px;
  color: rgba(95, 95, 95, 0.7);
}

div.homepage div.inner-content div.projects div.card.project .card-body div.progress {
  border-radius: 0px;
}

div.homepage div.inner-content div.projects div.card.project .card-body div.progress div.progress-bar {
  transition: all 1s linear;
  background-color: #c5161b;
}

div.homepage div.inner-content div.projects div.card.project:hover {
  cursor: pointer;
  box-shadow: 0px 15px 35px rgba(227, 252, 239, 0.1), 0px 5px 15px rgba(0, 0, 0, 0.07);
}

div.homepage div.inner-content div.projects div.card.project:hover .card-img-hovered {
  --card-img-hovered-overlay: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  height: 100%;
}

div.homepage div.inner-content div.projects div.card.project:hover .card-info {
  background-color: transparent;
}

div.homepage div.inner-content div.projects div.card.project:hover .card-title {
  color: #ebecf0;
  transform: translate(0, 20px);
}

div.homepage div.inner-content div.projects div.card.project:hover p.card-text {
  color: #ebecf0;
  transform: translate(0, 20px);
}

div.homepage div.inner-content div.projects div.card.project:hover .card-footer span {
  visibility: collapse !important;
}

div.homepage div.inner-content div.blogs {
  background: white;
  padding: 50px 0px 50px 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

div.homepage div.inner-content div.blogs h4 {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 20px;
}

div.homepage div.inner-content div.blogs h4:after {
  content: '';
  display: block;
  height: 5px;
  width: 60px;
  background-color: #c5161b;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border-radius: 200px;
}

div.homepage div.testimonial {
  padding: 50px 0px 50px 0px;
}

div.homepage div.testimonial h4.testimonial-section-title {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 20px;
}

div.homepage div.testimonial h4.testimonial-section-title:after {
  content: '';
  display: block;
  height: 5px;
  width: 60px;
  background-color: #c5161b;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border-radius: 200px;
}

div.contact iframe {
  padding: 0px;
  margin: 0px;
}

div.contact div.inner-content .card {
  box-shadow: 0px;
  border: 0px;
}

div.contact div.inner-content .card.info-card {
  position: relative;
}

div.contact div.inner-content .card.info-card span.line-top {
  position: absolute;
  top: 0;
  height: 3px;
  width: 100px;
  background-color: #c5161b;
}

div.contact div.inner-content .card.info-card span.line-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 3px;
  width: 100px;
  background-color: #c5161b;
}

div.contact div.inner-content .card.info-card p.overline {
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: .1666666667em !important;
  text-transform: uppercase !important;
  margin-bottom: 0px;
}

div.contact div.inner-content .card.info-card h5.brand {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 800;
  text-transform: uppercase;
}

div.contact div.inner-content .card.info-card ul.contact-info-list {
  list-style: none;
  padding: 0px;
}

div.contact div.inner-content .card.info-card ul.contact-info-list li {
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 20px;
}

div.contact div.inner-content .card.info-card ul.contact-info-list li i {
  text-align: center;
  font-size: 25px;
  color: #c5161b;
  margin-right: 20px;
}

div.contact div.inner-content .card.info-card ul.contact-info-list li p {
  margin: 0px !important;
}

div.contact div.inner-content .card.form-card {
  position: relative;
}

div.contact div.inner-content .card.form-card span.line-top {
  position: absolute;
  top: 0;
  height: 3px;
  width: 100px;
  background-color: #c5161b;
}

div.contact div.inner-content .card.form-card span.line-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 3px;
  width: 100px;
  background-color: #c5161b;
}

div.contact div.inner-content .card.form-card form label {
  font-weight: bold;
}

div.contact div.inner-content .card.form-card form input,
div.contact div.inner-content .card.form-card form textarea {
  border: 0px;
  background-color: #f1f1f1;
  border-radius: 0px;
  font-size: 16px;
}

div.contact div.inner-content .card.form-card form input::after,
div.contact div.inner-content .card.form-card form textarea::after {
  content: 'a';
  display: flex;
}

div.contact div.inner-content .card.form-card form input:focus,
div.contact div.inner-content .card.form-card form textarea:focus {
  box-shadow: 0 0 0 0 !important;
}

div.contact div.inner-content .card.form-card form input::placeholder,
div.contact div.inner-content .card.form-card form textarea::placeholder {
  color: #495057;
  font-size: 16px;
}

div.team div.team-image-wrapper {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  overflow: hidden;
  background-attachment: fixed !important;
  background: url("/images/frontend/02.png") center no-repeat;
  position: relative;
}

div.team div.team-image-wrapper div.overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

div.team div.team-image-wrapper h5.team-title {
  font-size: 3em;
  font-weight: 700;
  color: white;
  z-index: 2;
}

div.team div.inner-content div.teams-card {
  border-radius: 0px;
  border: 0px;
}

div.team div.inner-content div.teams-card div.member-title {
  box-shadow: none;
  border: 0px;
  border-radius: 0px;
}

div.team div.inner-content div.teams-card div.member-title h4.card-title {
  font-weight: 800;
  margin-top: 30px;
  margin-bottom: 30px;
}

div.team div.inner-content div.teams-card div.team-message-wrapper {
  height: 300px;
  margin-bottom: 20px;
  background-size: cover !important;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

div.team div.inner-content div.teams-card div.team-message-wrapper div.overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  width: 100%;
  height: 100px;
  transition: all 0.3s linear;
}

div.team div.inner-content div.teams-card div.team-message-wrapper div.overlay div.card {
  background-color: transparent;
  border: 0px;
  color: white;
  box-shadow: none;
}

div.team div.inner-content div.teams-card div.team-message-wrapper div.overlay div.card h5 {
  font-weight: 800;
  padding: 0px;
  margin: 0px;
}

div.team div.inner-content div.teams-card div.team-message-wrapper div.overlay div.card ul.main-info {
  list-style: none;
  padding: 0px;
  margin-top: 2px;
}

div.team div.inner-content div.teams-card div.team-message-wrapper div.overlay div.card div.social-link-list ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  list-style: none;
  margin: 10px 0px 0px 0px;
  opacity: 0;
  transition: all 0.4s linear;
}

div.team div.inner-content div.teams-card div.team-message-wrapper div.overlay div.card div.social-link-list ul li {
  margin-right: 20px;
}

div.team div.inner-content div.teams-card div.team-message-wrapper div.overlay div.card div.social-link-list ul li a {
  color: white;
}

div.team div.inner-content div.teams-card div.team-message-wrapper div.overlay div.card div.social-link-list ul li a i {
  font-size: 20px;
}

div.team div.inner-content div.teams-card div.team-message-wrapper:hover div.overlay {
  height: 120px;
  transform: translateY(0%);
  height: 100%;
}

div.team div.inner-content div.teams-card div.team-message-wrapper:hover div.overlay div.card div.social-link-list ul {
  opacity: 1;
}

div.projects div.projects-image-wrapper {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  overflow: hidden;
  background-attachment: fixed !important;
  background: url("/images/frontend/03.png") top no-repeat;
  position: relative;
}

div.projects div.projects-image-wrapper div.overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

div.projects div.projects-image-wrapper h5.projects-title {
  font-size: 3em;
  font-weight: 700;
  color: white;
  z-index: 2;
}

div.projects div.inner-content div.content-card {
  border: 0px;
}

div.projects div.inner-content div.content-card .project-listings-drop {
  margin: 0;
  letter-spacing: unset;
}

div.projects div.inner-content div.content-card .project-listings-drop .dropdown-toggle {
  text-transform: none;
  padding: 5px 15px;
}

div.projects div.inner-content div.content-card .project-listings-drop .dropdown-menu {
  margin-right: 10px;
  margin-top: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
}

div.projects div.inner-content div.content-card .project-listings-drop .dropdown-menu a {
  border: 1px solid #cfcfcf;
  border-radius: 0;
  padding: 5px 13px;
  text-decoration: none;
  font-size: 14px;
  color: #495057;
  font-weight: 500;
}

div.projects div.inner-content div.content-card .project-listings-drop .dropdown-menu a:hover {
  color: #c5161b;
  background-color: #49505709;
  border: 1px solid #cfcfcf;
}

div.projects div.inner-content div.content-card .project-listings-drop .dropdown-menu a.active {
  color: white;
  background-color: #c5161b;
  border: 1px solid #920307;
}

div.projects div.inner-content div.content-card .project-listings-drop .dropdown-menu a.active:hover {
  background-color: #920307;
}

div.projects div.inner-content div.content-card div.card.project {
  align-self: flex-start;
  position: relative;
  border: 0px;
  border-radius: 0px;
  min-width: 275px;
  margin: 1.25rem 0.75rem;
  background: white;
  transition: all 300ms ease-in-out;
}

div.projects div.inner-content div.content-card div.card.project .card-img {
  visibility: hidden;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

div.projects div.inner-content div.content-card div.card.project .card-img-hovered {
  --card-img-hovered-overlay: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  transition: all 350ms ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  position: absolute;
  height: 300px;
  top: 0;
}

div.projects div.inner-content div.content-card div.card.project .card-body {
  position: relative;
  padding: 0.75rem 1.25rem;
  transition: all 200ms ease-in-out;
}

div.projects div.inner-content div.content-card div.card.project .card-body .card-title {
  z-index: 10;
  font-size: 20px;
  font-weight: 800;
  transition: all 350ms ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  transition: all 350ms ease-in-out;
}

div.projects div.inner-content div.content-card div.card.project .card-body div.card-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  background: transparent;
  border-top: 0px;
}

div.projects div.inner-content div.content-card div.card.project .card-body div.card-footer span {
  transition: all 200ms ease-in-out;
  font-size: 14px;
  color: rgba(95, 95, 95, 0.7);
}

div.projects div.inner-content div.content-card div.card.project .card-body div.progress {
  border-radius: 0px;
}

div.projects div.inner-content div.content-card div.card.project .card-body div.progress div.progress-bar {
  transition: all 1s linear;
  background-color: #c5161b;
}

div.projects div.inner-content div.content-card div.card.project:hover {
  cursor: pointer;
  box-shadow: 0px 15px 35px rgba(227, 252, 239, 0.1), 0px 5px 15px rgba(0, 0, 0, 0.07);
}

div.projects div.inner-content div.content-card div.card.project:hover .card-img-hovered {
  --card-img-hovered-overlay: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  height: 100%;
}

div.projects div.inner-content div.content-card div.card.project:hover .card-info {
  background-color: transparent;
}

div.projects div.inner-content div.content-card div.card.project:hover .card-title {
  color: #ebecf0;
  transform: translate(0, 20px);
}

div.projects div.inner-content div.content-card div.card.project:hover p.card-text {
  color: #ebecf0;
  transform: translate(0, 20px);
}

div.projects div.inner-content div.content-card div.card.project:hover .card-footer span {
  visibility: collapse !important;
}

div.project-show div.project-img {
  height: 50vh;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

div.project-show div.inner-content div.card {
  border: 0px;
  margin-bottom: 100px;
}

div.project-show div.inner-content div.card div.main-content h3.card-title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.5rem;
}

div.project-show div.inner-content div.card div.main-content ul.project-meta {
  display: flex;
  list-style: none;
  padding: 0px;
}

div.project-show div.inner-content div.card div.main-content ul.project-meta li {
  margin-right: 20px;
  color: #3d3d3d;
}

div.project-show div.inner-content div.card div.main-content ul.project-meta li i {
  margin-right: 10px;
}

div.project-show div.inner-content div.card div.card-footer ul {
  list-style: none;
}

div.project-show div.inner-content div.card div.sidebar h4.card-title {
  margin-bottom: 1rem;
  font-weight: 700;
}

div.project-show div.inner-content div.card div.sidebar h4.card-title::after {
  content: '';
  margin-top: 10px;
  display: block;
  height: 3px;
  width: 100px;
  background-color: #c5161b;
  border-radius: 500px;
}

div.project-show div.inner-content div.card div.sidebar ul.recent-list {
  padding-left: 15px;
  font-size: 18px;
}

div.project-show div.inner-content div.card div.sidebar ul.recent-list li {
  margin-bottom: 10px;
}

div.project-show div.inner-content div.card div.sidebar ul.recent-list li a {
  font-weight: normal;
  color: black;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
}

div.project-show div.inner-content div.card div.sidebar ul.category-list {
  padding-left: 15px;
  font-size: 18px;
}

div.project-show div.inner-content div.card div.sidebar ul.category-list li {
  margin-bottom: 10px;
}

div.project-show div.inner-content div.card div.sidebar ul.category-list li a {
  font-weight: normal;
  color: black;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
}

div.project-show div.inner-content div.card div.sidebar ul.social-list {
  display: flex;
  list-style: none;
  padding-left: 0px;
  font-size: 30px;
}

div.project-show div.inner-content div.card div.sidebar ul.social-list a {
  text-decoration: none;
  color: white;
}

li div.project-show div.inner-content div.card div.sidebar ul.social-list a:hover i.fa-facebook {
  background-color: red;
}

div.project-show div.inner-content div.card div.sidebar ul.social-list a li {
  margin-right: 10px;
  border: 2px solid transparent;
  padding: 5px 10px;
  transition: all 0.5s linear;
  background-color: grey;
  font-size: 25px;
  text-align: center;
}

div.blog-index p.whowe-subtitle {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: .1666666667em !important;
  text-transform: uppercase;
  font-size: .75rem !important;
  text-align: center;
  margin: 0px;
}

div.blog-index h5.whowe-title {
  font-size: 2em;
  font-weight: 700;
}

div.blog-index h5.whowe-title:after {
  content: '';
  display: block;
  height: 5px;
  width: 60px;
  background-color: #c5161b;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border-radius: 200px;
}

div.blog-index div.blog-index-image-wrapper {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  overflow: hidden;
  background-attachment: fixed !important;
  background: url("/images/frontend/03.png") top no-repeat;
  position: relative;
}

div.blog-index div.blog-index-image-wrapper div.overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

div.blog-index div.blog-index-image-wrapper h5.blog-index-title {
  font-size: 3em;
  font-weight: 700;
  color: white;
  z-index: 2;
}

div.blog-index div.inner-content div.content-card {
  border: 0px;
}

div.blog-index div.inner-content div.content-card div.card.blog {
  align-self: flex-start;
  position: relative;
  border: 0px;
  border-radius: 0px;
  min-width: 240px;
  width: 90%;
  margin: auto;
  display: block;
  background: white;
  transition: all 300ms ease-in-out;
}

div.blog-index div.inner-content div.content-card div.card.blog .card-img {
  visibility: hidden;
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

div.blog-index div.inner-content div.content-card div.card.blog .card-img-hovered {
  --card-img-hovered-overlay: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  transition: all 350ms ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  position: absolute;
  height: 250px;
  top: 0;
}

div.blog-index div.inner-content div.content-card div.card.blog span.badge {
  position: absolute;
  top: 10px;
  left: 0.75rem;
}

div.blog-index div.inner-content div.content-card div.card.blog .card-body {
  position: relative;
  padding: 0.75rem 1.25rem;
  transition: all 200ms ease-in-out;
}

div.blog-index div.inner-content div.content-card div.card.blog .card-body .card-title {
  z-index: 10;
  font-size: 25px;
  letter-spacing: .5;
  font-weight: 700;
  transition: all 350ms ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
}

div.blog-index div.inner-content div.content-card div.card.blog .card-body p.card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  transition: all 350ms ease-in-out;
}

div.blog-index div.inner-content div.content-card div.card.blog .card-body div.card-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  background: transparent;
  border-top: 0px;
}

div.blog-index div.inner-content div.content-card div.card.blog .card-body div.card-footer span {
  transition: all 200ms ease-in-out;
  font-size: 14px;
  color: rgba(95, 95, 95, 0.7);
}

div.blog-index div.inner-content div.content-card div.card.blog .card-body div.progress {
  border-radius: 0px;
}

div.blog-index div.inner-content div.content-card div.card.blog .card-body div.progress div.progress-bar {
  transition: all 1s linear;
  background-color: #c5161b;
}

div.blog-index div.inner-content div.content-card div.card.blog:hover {
  cursor: pointer;
  box-shadow: 0px 15px 35px rgba(227, 252, 239, 0.1), 0px 5px 15px rgba(0, 0, 0, 0.07);
}

div.blog-index div.inner-content div.content-card div.card.blog:hover .card-img-hovered {
  --card-img-hovered-overlay: linear-gradient(to bottom, rgba(251, 0, 0, 0), rgba(0, 0, 0, 0.65));
  height: 100%;
}

div.blog-index div.inner-content div.content-card div.card.blog:hover .card-info {
  background-color: transparent;
}

div.blog-index div.inner-content div.content-card div.card.blog:hover .card-title {
  color: #ebecf0;
  transform: translate(0, -20px);
}

div.blog-index div.inner-content div.content-card div.card.blog:hover p.card-text {
  color: #ebecf0;
  transform: translate(0, 20px);
}

div.blog-index div.inner-content div.content-card div.card.blog:hover .card-footer span {
  visibility: collapse !important;
}

div.blog div.card {
  align-self: flex-start;
  position: relative;
  min-width: 275px;
  background: white;
  transition: all 300ms ease-in-out;
  height: 100%;
}

div.blog div.card .card-img {
  visibility: hidden;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

div.blog div.card .card-img-hovered {
  --card-img-hovered-overlay: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  transition: all 350ms ease-in-out;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  position: absolute;
  height: 300px;
  top: 0;
}

div.blog div.card .card-body {
  position: relative;
  padding: 0.75rem 1.25rem;
  transition: all 200ms ease-in-out;
}

div.blog div.card .card-body .card-title {
  z-index: 10;
  font-size: 20px;
  font-weight: 800;
  transition: all 350ms ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
}

div.blog div.card .card-body p.card-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  transition: all 350ms ease-in-out;
}

div.blog div.card .card-body div.card-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
  background: transparent;
  border-top: 0px;
}

div.blog div.card .card-body div.card-footer span {
  transition: all 300ms ease-in-out;
  font-size: 14px;
  color: rgba(95, 95, 95, 0.7);
}

div.blog div.card:hover {
  cursor: pointer;
  box-shadow: 0px 15px 35px rgba(227, 252, 239, 0.1), 0px 5px 15px rgba(0, 0, 0, 0.07);
}

div.blog div.card:hover .card-img-hovered {
  --card-img-hovered-overlay: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
  height: 100%;
}

div.blog div.card:hover .card-info {
  background-color: transparent;
}

div.blog div.card:hover .card-title {
  color: #ebecf0;
  transform: translate(0, 20px);
}

div.blog div.card:hover p.card-text {
  color: #ebecf0;
  transform: translate(0, 20px);
}

div.blog div.card:hover .card-footer span {
  visibility: collapse;
}

div.blog-show div.blog-img {
  height: 50vh;
  width: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

div.blog-show div.inner-content div.card {
  border: 0px;
  margin-bottom: 100px;
}

div.blog-show div.inner-content div.card div.main-content h3.card-title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: .5;
  line-height: 2.5rem;
}

div.blog-show div.inner-content div.card div.main-content h3.card-title:after {
  content: '';
  display: block;
  height: 3px;
  width: 60px;
  background-color: #c5161b;
  margin-top: 10px;
  border-radius: 200px;
}

div.blog-show div.inner-content div.card div.main-content ul.blog-meta {
  display: flex;
  list-style: none;
  padding: 0px;
}

div.blog-show div.inner-content div.card div.main-content ul.blog-meta li {
  margin-right: 20px;
  color: #3d3d3d;
}

div.blog-show div.inner-content div.card div.main-content ul.blog-meta li i {
  margin-right: 10px;
}

div.blog-show div.inner-content div.card div.sidebar h4.card-title {
  margin-bottom: 1rem;
  font-weight: 700;
}

div.blog-show div.inner-content div.card div.sidebar h4.card-title::after {
  content: '';
  margin-top: 10px;
  display: block;
  height: 3px;
  width: 100px;
  background-color: #c5161b;
  border-radius: 500px;
}

div.blog-show div.inner-content div.card div.sidebar ul.recent-list {
  padding-left: 15px;
  font-size: 18px;
}

div.blog-show div.inner-content div.card div.sidebar ul.recent-list li {
  margin-bottom: 10px;
}

div.blog-show div.inner-content div.card div.sidebar ul.recent-list li a {
  font-weight: normal;
  color: black;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
}

div.blog-show div.inner-content div.card div.sidebar ul.category-list {
  padding-left: 15px;
  font-size: 18px;
}

div.blog-show div.inner-content div.card div.sidebar ul.category-list li {
  margin-bottom: 10px;
}

div.blog-show div.inner-content div.card div.sidebar ul.category-list li a {
  font-weight: normal;
  color: black;
  line-height: 1.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
}

div.blog-show div.inner-content div.card div.sidebar ul.social-list {
  display: flex;
  list-style: none;
  padding-left: 0px;
  font-size: 30px;
}

div.blog-show div.inner-content div.card div.sidebar ul.social-list a {
  text-decoration: none;
  color: white;
}

li div.blog-show div.inner-content div.card div.sidebar ul.social-list a:hover i.fa-facebook {
  background-color: red;
}

div.blog-show div.inner-content div.card div.sidebar ul.social-list a li {
  margin-right: 10px;
  border: 2px solid transparent;
  padding: 5px 10px;
  transition: all 0.5s linear;
  background-color: grey;
  font-size: 25px;
  text-align: center;
}

div.gallery div.gallery-image-wrapper {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  overflow: hidden;
  background-attachment: fixed !important;
  background: url("https://images.unsplash.com/photo-1510259651253-6ba848d90c18?ixlib=rb-1.2.1&auto=format&fit=crop&w=1374&q=80") bottom no-repeat;
  position: relative;
}

div.gallery div.gallery-image-wrapper div.overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

div.gallery div.gallery-image-wrapper h5.gallery-title {
  font-size: 3em;
  font-weight: 700;
  color: white;
  z-index: 2;
}

div.gallery div.inner-content .gallery-item2 a {
  color: unset;
  text-decoration: none;
}

div.gallery div.inner-content .gallery-item2 div.gallery-album-card {
  height: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: -1px -1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

div.gallery div.inner-content .gallery-item2 div.gallery-album-card:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

div.gallery div.inner-content .gallery-item2 div.gallery-album-card div.gallery-album {
  display: flex;
}

div.gallery div.inner-content .gallery-item2 div.gallery-album-card div.gallery-album .gallery-album-div {
  transition: all .3s linear;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

div.gallery div.inner-content .gallery-item2 div.gallery-album-card div.gallery-album .gallery-album-div .gallery-album-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

div.gallery div.inner-content .gallery-item2 div.gallery-album-card div.gallery-album .gallery-album-div:hover {
  flex: 0 0 70%;
  max-width: 70%;
}

div.gallery div.inner-content .gallery-item2 div.gallery-album-card div.gallery-album .gallery-album-div:hover .gallery-album-img {
  object-position: center;
  padding: 0 5px;
}

div.gallery div.inner-content .gallery-item2 div.gallery-album-card div.card-body {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

div.gallery div.inner-content .gallery-item2 div.gallery-album-card div.card-body h5.card-title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
}

div.gallery div.inner-content .gallery-item2 div.gallery-album-card div.card-body span.badge {
  padding: 5px;
}

div.gallery-show div.card {
  border: 0px;
}

div.gallery-show div.card h5.gallery-title {
  margin-top: 20px;
  font-size: 2rem;
  font-weight: 500;
}

div.gallery-show div.card div#lightgallery {
  margin-top: 20px;
  column-count: 2;
  column-gap: 10px;
  orphans: 1;
  widows: 1;
}

@media (min-width: 600px) {
  div.gallery-show div.card div#lightgallery {
    column-count: 3;
    column-gap: 810pxpx;
    orphans: 1;
    widows: 1;
  }
}

@media (min-width: 800px) {
  div.gallery-show div.card div#lightgallery {
    column-count: 4;
    column-gap: 10px;
    orphans: 1;
    widows: 1;
  }
}

div.gallery-show div.card div#lightgallery a.card {
  margin-bottom: 10px;
  box-shadow: 1px 1px 3px 0 #ccc;
}

div.gallery-show div.card div#lightgallery a.card:hover {
  box-shadow: 2px 2px 6px 0 #b8b8b8;
}

div.gallery-show div.card div#lightgallery a.card img {
  object-fit: cover;
  max-height: 350px;
  width: 100%;
}

div.about div.card {
  border: 0px;
}

div.about div.card .about-title {
  font-size: 2em;
  font-weight: 700;
}

div.downloads div.download-image-wrapper {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  overflow: hidden;
  background-attachment: fixed !important;
  background: url("/images/frontend/01.png") bottom no-repeat;
  position: relative;
}

div.downloads div.download-image-wrapper div.overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

div.downloads div.download-image-wrapper h5.downloads-title {
  font-size: 3em;
  font-weight: 700;
  color: white;
  z-index: 2;
}

div.downloads div.inner-content {
  margin-top: 10px;
}

div.downloads div.inner-content div.card {
  margin-bottom: 20px;
  border: 0px;
}

div.downloads div.inner-content div.card table.downloadTable thead {
  background-color: #c5161b;
  color: #eeeeee;
}

div.downloads div.inner-content div.card table.downloadTable tbody td.download-date {
  background: #49505720;
  line-height: 20px;
}

div.downloads div.inner-content div.card table.downloadTable tbody td.download-date i {
  margin-top: 4px;
  margin-right: 2px;
  font-size: 15px;
}

div.downloads div.inner-content div.card table.downloadTable tbody td.download-file a span.badge {
  display: flex;
  font-weight: 400;
  padding: 6px 11px;
  margin: 5px 5px 0 0;
}

div.downloads div.inner-content div.card table.downloadTable tbody td.download-file a span.badge p {
  margin: 0 5px 0 0;
}

div.downloads div.inner-content div.card table.downloadTable tbody td.download-file a span.badge:hover {
  transform: unset !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

div.privacy-policy div.privacy-policy-image-wrapper {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  overflow: hidden;
  background-attachment: fixed !important;
  background: url("https://images.unsplash.com/photo-1459347268516-3ed71100e718?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80") center top no-repeat;
  position: relative;
}

div.privacy-policy div.privacy-policy-image-wrapper div.overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

div.privacy-policy div.privacy-policy-image-wrapper h5.privacy-policy-title {
  font-size: 3em;
  font-weight: 700;
  color: white;
  z-index: 2;
}

div.privacy-policy div.inner-content div.card.content {
  border: 0px;
}

div.terms-condition div.terms-condition-image-wrapper {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  overflow: hidden;
  background-attachment: fixed !important;
  background: url("https://images.unsplash.com/photo-1585909695677-2b0492f96e3b?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=10") center center no-repeat;
  position: relative;
}

div.terms-condition div.terms-condition-image-wrapper div.overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

div.terms-condition div.terms-condition-image-wrapper h5.terms-condition-title {
  font-size: 3em;
  font-weight: 700;
  color: white;
  z-index: 2;
}

div.terms-condition div.inner-content div.card.content {
  border: 0px;
}

div.quotation-div div.card {
  border: 0px;
  border-radius: 10px;
  overflow: hidden;
  background-color: transparent;
}

div.quotation-div div.card div.quotation {
  background: url("images/frontend/img2.jpg");
  background-attachment: fixed;
  padding: 50px;
  color: white;
  display: flex;
  justify-content: center;
  text-align: center;
  background-size: 100%;
}

div.quotation-div div.card div.quotation h1 {
  font-weight: 700;
}

div.quotation-div div.card div.quotation button {
  padding: 10px 30px !important;
}

footer {
  z-index: 1;
  background-color: #222;
  color: white;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

footer div.brand-title {
  font-weight: 600;
  font-size: 2rem;
}

footer div.footer-title {
  font-size: 1.2rem;
  font-weight: 500;
}

footer ul.footer-quicklinks {
  list-style: none;
  margin-top: 10px;
  padding-left: 10px;
}

footer ul.footer-quicklinks li {
  line-height: 2rem;
}

footer ul.footer-quicklinks li a {
  text-decoration: none;
  color: white;
}

footer ul.footer-quicklinks li a:hover {
  color: #747474;
}

footer ul.footer-contact {
  list-style: none;
  padding-left: 10px;
  margin-top: 10px;
}

footer ul.footer-contact li {
  line-height: 2rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

footer ul.footer-contact li a {
  text-decoration: none;
  color: white;
}

footer ul.footer-social {
  list-style: none;
  padding-left: 10px;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}

footer ul.footer-social li {
  margin-left: 20px;
  font-size: 30px;
}

footer ul.footer-social li:first-child {
  margin: 0px;
}

footer ul.footer-social li a {
  text-decoration: none;
  color: white;
}

footer div.bottombar {
  font-size: .75rem !important;
  font-weight: 500;
  letter-spacing: .1666666667em !important;
  line-height: 2rem;
  text-transform: uppercase;
  font-family: Roboto, sans-serif !important;
}

footer div.bottombar .copyright {
  margin-right: auto;
}

@media (min-width: 900px) {
  footer div.bottombar .copyright {
    margin-right: auto;
    margin-left: auto;
  }
}

footer div.bottombar .bottombar-list {
  margin: 0;
  padding: 0px;
  line-height: 1rem;
}

footer div.bottombar .bottombar-list ul {
  display: flex;
  margin-left: auto;
}

@media (min-width: 900px) {
  footer div.bottombar .bottombar-list ul {
    margin-right: auto;
    margin-left: auto;
  }
}

footer div.bottombar .bottombar-list ul li {
  margin-right: 20px;
}

footer div.bottombar .bottombar-list ul li a {
  color: unset;
}

/* ***************
 * FB on left side
 ******************/
/* this is for the circle position */
.fb_dialog.fb_dialog_advanced {
  left: 18pt;
}

/* The following are for the chat box, on display and on hide */
iframe.fb_customer_chat_bounce_in_v2 {
  left: 9pt;
}

iframe.fb_customer_chat_bounce_out_v2 {
  left: 9pt;
}

.home-project {
  margin-top: 80px;
}

.home-project .row .project-head {
  text-align: center;
}

.home-project .row .project-head .home-project-title h1 {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 20px;
}

.home-project .row .project-head .home-project-title h1::after {
  content: '';
  display: block;
  height: 5px;
  width: 60px;
  background-color: #c5161b;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  border-radius: 200px;
}

.home-project .row .our-clients {
  margin-top: 40px;
  color: #0f0f0f;
}

.home-project .row .our-clients .owl-prev,
.home-project .row .our-clients .owl-next {
  width: 33px;
  height: 100px;
  position: absolute;
  top: 30%;
  display: block !important;
  border: 0px solid black;
  background: #c5161bcc;
}

.home-project .row .our-clients .owl-prev:hover,
.home-project .row .our-clients .owl-next:hover {
  background: #c5161b;
}

.home-project .row .our-clients .owl-prev i,
.home-project .row .our-clients .owl-next i {
  color: white;
}

.home-project .row .our-clients .owl-prev {
  left: -25px;
}

.home-project .row .our-clients .owl-next {
  right: -25px;
}

.home-project .row .our-clients .owl-dots {
  position: absolute;
  right: 0;
  bottom: -35px;
  text-align: right;
  width: 100%;
  display: flex;
  justify-content: center;
}

.home-project .row .our-clients .owl-dots .owl-dot span {
  background-color: #383838;
  margin: 5px 4px;
}

.home-project .row .our-clients .owl-dots .owl-dot.active span {
  background-color: #c5161b;
  margin: 5px 6px;
  width: 13px;
  height: 13px;
  outline: none;
}

.home-project .row .our-clients .owl-slider {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e7e7e7;
}

.home-project .row .our-clients .owl-slider a {
  text-decoration: none;
  color: inherit;
}

.home-project .row .our-clients .owl-slider img {
  height: 200px;
  display: block;
  margin: auto;
  object-fit: contain;
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.home-project .row .our-clients .owl-slider .project-info {
  padding: 10px;
  border-bottom: 5px solid #c5161b00;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.home-project .row .our-clients .owl-slider .project-info h5 {
  color: #8C8C8C;
  font-size: 13px;
  line-height: 15px;
}

.home-project .row .our-clients .owl-slider .project-info h4 {
  font-size: 22px;
  margin-bottom: 5px;
  line-height: 30px;
}

.home-project .row .our-clients .owl-slider .project-info h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.home-project .row .our-clients .owl-slider:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.home-project .row .our-clients .owl-slider:hover img {
  transform: scale(1.05);
}

.home-project .row .our-clients .owl-slider:hover .project-info {
  border-bottom: 5px solid #c5161b;
}
