.navbar .logo-dark {
  max-width: 160px;
}
.side-menu .logo-white {
  max-width: 120px;
}
.dropdown-item {
  background: transparent;
  font-weight: normal;
  font-size: 16px;
  padding: 0 0 0 0.5rem;
  line-height: 40px;
  display: inline;
  transition: 0.5s ease-in;
  min-width: 13rem;
}
.topnav-dropdown-menu {
  padding: 20px;
  z-index: 5;
  background: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 13px 25px -12px rgb(0 0 0 / 25%);
  -moz-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 13px 25px -12px rgb(0 0 0 / 25%);
  left: 0;
  top: auto;
  border-top: 1px solid #efefef;
  margin-top: 0;
  cursor: default;
  transition: all 0.3s ease-in-out;
}
.dropdown-menu .dropdown-item {
  background: transparent;
  font-weight: normal;
  font-size: 16px;
  padding: 0 0 0 0.5rem;
  line-height: 40px;
  display: inline;
  transition: 0.2s ease-in;
}
a.dropdown-toggle::after {
  transition: all 0s;
}

.dropdown-menu .dropdown-item:hover {
  margin-left: 5px;
}

.topnav-dropdown-menu li {
  list-style: none;
}
.topnav-dropdown-menu ul {
  margin: 0;
}
.portfolio {
  padding: 60px 0px 30px 0px;
}
.sub-text {
  max-width: 700px;
  margin: 0 auto;
}
.section-title {
  margin-bottom: 20px;
  color: #262626;
  font-weight: 400;
}
.section-title span {
  font-weight: 600;
  color: #e33933;
}
.section-title span.black {
  font-weight: 600;
  color: #262626;
}

.more-button-wrapper {
  padding: 30px 20px;
  text-align: center;
}
.more-button-wrapper span {
  display: block;
  padding-bottom: 20px;
}
.blog p {
  margin: 0;
  margin-top: 20px;
}
.sync-portfolio-carousel {
  max-width: 350px;
  width: 100%;
}
.team-section {
  padding: 120px 0;
  background-color: #f9f9f9;
}
.portfolio-circle-cart {
  position: absolute;
  z-index: 100;
  width: 50px;
  height: 50px;
  background: #e33933;
  border-radius: 50%;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
}
.portfolio-circle-cart i {
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.team-section .cbp-item:hover .portfolio-circle-cart {
  opacity: 1;
}
.team-section .cbp-l-filters-list .cbp-filter-item {
  color: #000000;
  font-size: 13px;
  border: none;
}

.team-section .cbp-l-filters-list .cbp-filter-item.cbp-filter-item-active {
  background-color: transparent;
  color: #000000;
}
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
  background-color: #e33933;
  color: #fff;
  border-color: #e33933;
  cursor: default;
}
.cbp-l-grid-blog-desc {
  font: 400 13px/18px "Open Sans", sans-serif;
  color: #9b9b9b;
  margin-top: 0px;
}
.cbp-l-grid-blog-title {
  font-weight: 600;
}
.cbp-l-filters-button .cbp-filter-item {
  font: inherit;
  padding: 8px 21px;
  border-radius: 6px;
}
.portfolioHeading {
  margin-bottom: 30px;
}

/* ===================================
           About
====================================== */
.about .heading-area {
  margin-bottom: 50px;
  margin-top: 50px;
}

.app-feature {
  text-align: left;
  margin-bottom: 35px;
}

.heading-area .sub-title {
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
}

.heading-area .title {
  font-weight: 500;
  font-size: 48px;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
}

.app-feature:hover i {
  transform: rotateY(360deg);
  transition: all 1.2s;
}

.app-feature i {
  font-size: 50px;
  transition: all 1.2s;
  background: #f94217;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: table-cell;
  justify-content: end;
  vertical-align: top;
}

.app-feature h4 {
  font-size: 22px;
  font-weight: normal;
  /* color: #ffffff; */
  font-family: "Montserrat", sans-serif;
  min-height: 55px;
}

.app-feature p {
  /* font-size: 14px; */
  font-weight: 300;
  /* color: #ffffff; */
  line-height: 1.4;
  text-align: left;
  /* font-family: "Montserrat", sans-serif; */
}

.app-image {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.app-image img {
  width: 75%;
}
.bg-blue {
  background-color: #0e1f39;
}
.sustainabilityWrapper .col-lg-4 {
  padding: 0px 25px;
}
.modal-content {
  text-align: center;
  max-width: 800px;
  padding: 60px 60px;
  overflow: visible;
  background-color: #ffffff;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #f94217;
  text-decoration: none;
}
.tech-left-div {
  background: url("../img/blog-1.jpg");
  background-size: cover;
  min-height: 540px;
  width: 100%;
}
.blog .text-area {
  padding: 60px 60px;
}
.partnerWrapper img {
  max-height: 70px;
}
.partnerWrapper {
  width: fit-content;
  margin: 0 auto;
}
.partnerImg {
  min-height: 80px;
}
.sub-text-2 {
  font-size: 38px;
}
/* ===================================
            Banner
====================================== */
/*
.height {
  height: 65vh;
}

.bg-banner {
  background-image: url("../img/banner-img.jpg");
  background-size: cover;
  background-position: top center;
  height: 100vh;
}

.banner-text {
  font-size: 18px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin-bottom: 20px;
}

.banner-heading {
  font-size: 60px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin-bottom: 16px;
}

.banner-des {
  font-size: 18px;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  margin-bottom: 35px;
  width: 90%;
}

.scroll {
  font-size: 18px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.button i {
  font-size: 18px;
  color: #ffffff;
  padding: 7px 7px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: 0.3s ease;
  margin-right: 8px;
}

.button:hover {
  color: #ffffff;
}

.button:hover i {
  background: #f94217;
  color: #ffffff;
  transition: 0.3s ease;
  border: 1px solid #f94217;
}
*/
.padding-top-70 {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .navbar-top-default img {
    max-width: 100px !important;
  }
  .sub-text-2 {
    font-size: 28px;
  }
  h2 {
    font-size: 38px;
  }
  .padding-top-70 {
    padding-top: 20px;
  }
  .about-us {
    padding: 70px 0;
    background-color: #f9f9f9;
  }
  .modal-content {
    text-align: center;
    max-width: 800px;
    padding: 60px 30px;
    overflow: visible;
    background-color: #ffffff;
  }
}

@media screen and (max-width: 360px) {
  h2 {
    font-size: 38px;
  }
}
