.header-wrapper {
  z-index: 99;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0);
}
#main-menu a {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
  margin: 0 15px;
  padding-bottom: 10px;
  border-bottom: 3px solid transparent;
}
#main-menu a:hover {
  border-color: #ffbc13;
}
.drop-child {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  width: 300px;
  text-align: left;
  margin-top: 10px;
  margin-left: 10px;
}
.drop-child a {
  display: block;
  padding-bottom: 5px !important;
  margin-bottom: 5px !important;
  font-size: 15px !important;
}
.drop-menu {
  position: relative;
}
.drop-menu:hover .drop-child,
.drop-menu:focus .drop-child {
  display: block;
}
.home-banner.p-absolute,
.banner-desc {
  text-align: center;
  display: grid;
  align-items: baseline;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.banner-container img {
  width: 100%;
  height: 80vh;
  object-position: center;
  object-fit: cover;
}
.banner-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.banner-text,
.blog-image,
.services-image,
.services-desc,
.staff-image,
.image {
  vertical-align: middle;
  display: table-cell;
}
.banner-link {
  position: absolute;
  width: 100%;
  bottom: 5em;
}
.home-banner-container {
  height: 100vh;
}
.home-banner-container img {
  height: 100vh;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
.banner-text {
  margin-bottom: 0 !important;
}
.banner-subtext {
  font-size: 25px;
  margin-top: 15px;
}
#blogs .banner-wrapper,
#blogs .banner-container img {
  height: 50vh;
  object-position: 50% 85%;
}
#blogs .banner-text {
  vertical-align: bottom !important;
}
#blogs .banner-text h1 {
  margin-bottom: 15px !important;
}
.services-desc-wrapper {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: table;
  width: 100%;
  height: 255px;
  align-content: center;
  z-index: 2;
  text-align: center;
}
.services-desc-wrapper h2 {
  font-weight: 500;
  color: #fff;
  margin-bottom: 1em;
}
.services-desc-wrapper button {
  padding: 10px;
  font-size: 14px;
}
.services-image-wrapper {
  display: table;
  width: 100%;
  min-height: 260px;
  position: relative;
}
.service-content img {
  opacity: 0.8;
  width: 100%;
  height: 255px;
  object-position: center;
  object-fit: cover;
}
.service-content {
  position: relative;
}
.service-content:hover .services-image-wrapper {
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s-ease-in-out;
}
.services-desc-wrapper:hover,
.services-desc-wrapper:focus {
  opacity: 1;
  box-shadow: inset 0px 15px 60px 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s-ease-in-out;
}
#testimonial-wrapper,
#client-wrapper,
#calculate-wrapper,
#cta-section {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-size: cover !important;
  background: url(images/contact-us-bg.png) no-repeat fixed;
  object-fit: fill;
}
.with-parallax {
  background: url(../images/service-parallax.png) no-repeat fixed;
  background-size: cover;
}
#testimonial-wrapper h2,
#client-wrapper h2,
#contact-us-wrapper h2.block-title {
  color: #fff;
  font-weight: 300;
  margin: 20px 0;
  font-size: 30px;
}
#testimonial-wrapper .testi-desc {
  width: 50%;
  font-weight: 300;
  color: #fff;
  text-align: justify;
  margin: auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#testimonial-wrapper .name-fields {
  text-align: center;
}
#testimonial-wrapper .carousel-indicators {
  bottom: -15px;
}
#testimonial-wrapper .carousel-item {
  padding-bottom: 3em;
}
.blog-image-wrapper {
  width: 100%;
  display: table;
  background: #ccc;
  margin-bottom: 10px;
}
.blog-image {
  vertical-align: middle;
  display: table-cell;
}
.blog-image img {
  width: 100%;
}
.blog-desc-wrapper h3 {
  font-size: 18px;
  font-weight: 400;
  min-height: 84px;
}
.blog-desc {
  min-height: 110px;
}
.blog-desc p {
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.blog-link button {
  padding: 10px;
  font-size: 13px;
  border-radius: 5px;
}
#client-wrapper .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #ccc;
  border-radius: 12px;
  border: 1px solid #fff;
}
#client-wrapper .slick-dots li:hover,
#client-wrapper .slick-dots li:focus {
  background-color: transparent;
}
#client-wrapper .slick-dots {
  bottom: -50px;
}
.client {
  min-height: 118px;
  padding: 5px;
}
.client img {
  margin: auto;
}
#contact-us-wrapper .contact-details {
  color: #fff;
  text-align: center;
}
#contact-us-wrapper .form-group .form-control,
#contact-us-wrapper .form-group textarea {
  font-size: 12px;
  background: rgba(0, 0, 0, 0.65);
  border: 1px solid #ccc;
  color: #fff;
  padding: 13px;
  margin-left: auto;
  border-radius: 0;
}
#contact-us-wrapper .form-group {
  text-align: right;
}
#contact-us-wrapper ::-webkit-input-placeholder {
  color: #fff !important;
}
#contact-us-wrapper ::-moz-placeholder {
  color: #fff !important;
}
#contact-us-wrapper :-ms-input-placeholder {
  color: #fff !important;
}
#contact-us-wrapper :-moz-placeholder {
  color: #fff !important;
}
#contact-us-wrapper #map {
  height: 290px;
}
#contact-us-wrapper button {
  margin: 17px;
  font-size: 14px;
  padding: 10px;
}
#contact-us-wrapper {
  background-size: cover !important;
  background: url("images/contact-us-bg.jpg") fixed no-repeat;
  object-fit: fill;
  padding: 2em;
}
.button-wrapper {
  width: 100%;
  text-align: center;
}
#contact-us-wrapper h2.block-title {
  color: #fff;
  font-weight: 300;
  padding-top: 15px;
  padding: 10px;
  margin: 0;
  font-size: 30px;
}
#contact-us-wrapper .form-control {
  color: #fff !important;
}
form table td {
  padding: 0;
  padding-bottom: 1rem;
}
.thanku {
  height: 90vh;
}
#thanku-page {
  height: 100%;
  align-items: center;
  display: grid;
}
#carouselOurTeam .carousel-control-prev,
#carouselOurTeam .carousel-control-next {
  width: 30px;
}
#footer-wrapper .copyright {
  color: #fff;
  font-size: 15px;
}
#footer-wrapper {
  background: #1a1a1a;
}
.social-icons img:hover {
  box-shadow: 0px 1px 10px 1px #000;
}
.social-icons img {
  width: 35px;
  border: 1px solid #000;
}
.social-icons {
  text-align: right;
}
.staff-desc {
  position: relative;
  margin: 0 10px;
}
.staff-desc .info:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  background-color: #ffbc13;
  opacity: 0;
  transition: transform 0.35s, opacity 0.35s;
  -moz-transition: transform 0.35s, opacity 0.35s;
  -webkit-transition: transform 0.35s, opacity 0.35s;
  -o-transition: transform 0.35s, opacity 0.35s;
  -ms-transition: transform 0.35s, opacity 0.35s;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
}
.staff-desc:hover .info:after,
.staff-desc:focus .info:after,
.staff-desc:hover .name,
.staff-desc:focus .name,
.staff-desc:hover .position,
.staff-desc:focus .position {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.name {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
}
.position {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.35s;
  transition: transform 0.5s, opacity 0.35s;
}
.services-desc h3 {
  min-height: 66px;
}
.staff-desc:hover .info,
.staff-desc:focus .info {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.info .d-table {
  padding: 35px 30px;
}
.services-content-wrapper .services-row.even {
  padding: 3em 5em;
  color: #fff;
  background: url("images/contact-us-bg.png") no-repeat fixed;
  background-size: cover;
  object-fit: fill;
}
.services-content-wrapper .services-row.even .services-desc,
.services-content-wrapper .services-row.even .services-link {
  margin-bottom: 20px;
  text-align: right;
}
.services-content-wrapper .services-row {
  padding: 3em 5em;
}
.image-wrapper {
  width: 100%;
  max-height: 320px;
  padding: 10px;
  display: table;
  text-align: center;
}
.image-wrapper img {
  width: auto;
  margin: auto;
  max-height: 320px;
}
#services-options .others-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
}
#services-options .others-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 22px;
  padding: 15px;
}
#services-options .others-wrapper:hover .others-title,
#services-options .others-wrapper:hover .others-title {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#services-options .hover-title,
#services-options .hover-title {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#services-options .others-wrapper:hover .hover-title,
#services-options .others-wrapper:hover .hover-title {
  opacity: 1;
  bottom: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.client-item img {
  width: 293px;
  height: auto;
  margin: auto;
}
.services-row img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#case-wrapper {
  padding-top: 0 !important;
}
.project-item-container {
  overflow: hidden;
}
.project-item-container .project-title {
  padding: 15px 10px;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.project-item-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.project-item-wrap span {
  display: table-cell;
  vertical-align: middle;
}
.project-item-wrap {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.project-item-container img {
  width: 100%;
  height: 208px;
  object-fit: cover;
  object-position: center;
}
.project-item-container:hover .project-title,
.project-item-container:focus .project-title {
  opacity: 0;
}
.project-item-container:hover .project-item-hover,
.project-item-container:focus .project-item-hover {
  opacity: 1;
}
.project-item-container span {
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
}
#projects-wrapper .form-control {
  color: inherit;
  border: 3px solid #ffbc13;
}
.project-banner img {
  height: 90vh;
  width: 100%;
  object-position: center;
  object-fit: cover;
}
#calculate-wrapper {
  color: #fff;
  text-align: center;
}
#calculate-wrapper .block-title {
  font-size: 30px;
  margin-top: 0 !important;
}
.calculate button {
  font-size: 16px;
  padding: 25px;
  color: #000;
}
.with-parallax .img-container {
  order: 12;
}
.img-container img {
  width: 100%;
  height: 250px;
  object-position: center;
  object-fit: cover;
}
div.contact-us {
  background: url("../images/contact-page-bg.png") fixed no-repeat;
  padding-top: 120px;
  background-size: cover;
}
.contact-us .contact-details {
  color: #000;
  text-align: left;
  width: 100%;
  margin: auto;
}
.contact-us .form-group .form-control,
.contact-us .form-group textarea {
  font-size: 14px;
  background: #fff;
  border: 1px solid #ccc;
  color: #000;
  padding: 10px;
  width: 100%;
  margin-left: auto;
  border-radius: 0;
}
.contact-us .form-group {
  text-align: left;
}
.contact-us button {
  margin: 0;
  font-size: 14px;
  padding: 10px 30px;
}
.contact-us .button-wrapper {
  width: 100%;
  text-align: left;
}
.contact-us textarea {
  height: 60px;
}
.contact-us .form-group input:focus,
.contact-us .form-group textarea:focus {
  box-shadow: none;
  outline: none;
}
button.slick-next.slick-arrow:before,
button.slick-prev.slick-arrow:before {
  content: none !important;
}
.header-wrapper.fixed .py-4 {
  padding: 10px 1.5em !important;
}
.no-bullets {
  list-style-type: none;
  padding-left: 0;
}
.no-bullets li {
  display: flex;
  margin-bottom: 10px;
}
.no-bullets span {
  margin: 0 10px;
  margin-top: 6px;
}
.blog-img {
  width: 326px;
  height: 253px;
  object-position: center;
  object-fit: cover;
}
.blog-details {
  font-size: 12px;
  color: #aaaaaa;
  margin-bottom: 20px;
}
.blog-details i {
  margin-right: 10px;
}
.blog-details .date-posted {
  margin: 0 15px;
}
.nav-tabs .nav-link {
  border-radius: 0;
  width: 50%;
  text-align: center;
  color: inherit;
}
.tab-content > .tab-pane {
  padding: 15px 25px;
  border: 1px solid #ddd;
  border-top: 0;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #bfc1c2;
  color: #fff;
}
.slick-slide:focus {
  outline: none !important;
}
.slick-prev,
.slick-next {
  width: inherit;
  height: inherit;
}
.slick-next:after {
  content: "\f054" !important;
  display: block;
  font-family: FontAwesome;
  font-size: 50px;
  color: #5f5f5f;
  line-height: normal;
}
.slick-prev:after {
  content: "\f053" !important;
  display: block;
  font-family: FontAwesome;
  font-size: 50px;
  color: #5f5f5f;
  line-height: normal;
}
.slick-arrow:hover,
.slick-arrow:focus {
  border: none;
}
.btn-primary-2 {
  padding: 14px !important;
  font-size: 14px !important;
}
.banner-text h1 {
  text-shadow: 0px 0px 20px #fff !important;
}
#HomeSlider .slick-dots {
  bottom: 25px;
}
#ebook-section {
  padding-top: 10vh;
}

@media (min-width: 1400px) {
  .project-banner img {
    object-position: 50% 80%;
    height: 100vh;
  }
}
@media (max-width: 991px) {
  .menu-bar {
    padding: 0;
  }
  .header-wrapper.fixed .menu-bar {
    padding: 10px 0;
  }
  #main-menu a {
    font-size: 12px;
  }
  .banner-container img,
  .banner-wrapper {
    height: 50vh;
  }
  .home-banner.p-absolute,
  .banner-desc {
    min-height: inherit;
  }
  #services-options .others-wrapper {
    margin-bottom: 30px;
  }
  .header-wrapper.fixed .py-4 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .services-content-wrapper .services-row {
    padding: 3em !important;
  }
  #contact-us-wrapper #map,
  #contact-us-wrapper .form-group input,
  #contact-us-wrapper .form-group textarea {
    width: 100%;
  }
  #services-options .others-title {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .header-wrapper {
    position: relative !important;
  }
  .burger-menu {
    padding: 40px 15px;
  }
  .banner-container img {
    height: 232px;
  }
  .banner-wrapper {
    height: 232px;
    padding: 30px;
  }
  .site-logo {
    padding-left: 15px;
  }
  .home-banner-container {
    height: inherit;
  }
  .banner-text h1 {
    font-size: 7vw;
  }
  .about-desc {
    margin-bottom: 30px;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .services-content-wrapper .services-row {
    padding: 3em 15px !important;
  }
  .services-row .col-xs-12 {
    margin-bottom: 15px;
  }
  .services-desc,
  .services-content-wrapper .services-row.even .services-desc,
  .services-content-wrapper .services-row .services-link,
  .blog-desc-wrapper {
    text-align: center !important;
  }
  .project-banner img {
    height: inherit;
  }
  .media {
    display: block;
  }
  .blog-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .social-icons,
  #footer-wrapper .copyright {
    text-align: center;
  }
  .slick-prev,
  .slick-next {
    z-index: 9;
  }
  .slick-prev {
    left: 0;
  }
  .slick-next {
    right: 0;
  }
  #contact-us-wrapper {
    padding: 2em 0;
  }
  .nav-tabs .nav-link {
    font-size: 22px;
    font-weight: 500;
  }
  #nav-tabContent img {
    display: none;
  }
  #nav-tabContent .media {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .tab-content > .tab-pane {
    padding: 15px;
  }
  #project-inner-wrapper .col-sm-12:first-child {
    margin-top: 30px;
  }
  #project-inner-wrapper .col-sm-12:first-child,
  .o-12,
  .gmaps {
    order: 12;
  }
  .gmaps {
    margin-top: 15px;
  }
  div.contact-us {
    padding-top: 0;
  }
  .img-container {
    margin-bottom: 25px;
  }
  .with-parallax .img-container {
    order: inherit;
  }
}
@media (max-width: 575px) {
}

.item-wrapper {
  flex: 0 0 calc(25% - 20px);
  margin: 0 10px;
  max-height: 440px;
}

.item-wrapper img.img-fluid {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
