
.bottom-img {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
  }
  #carousel-1 .item:before {
    position: absolute;
    content: '';
    background: rgb(64 85 100 /75%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }
  #mainSlider .owl-nav {
    margin: 0;
  }
  #mainSlider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 40%;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 40px;
    cursor: pointer;
    height: 40px;
    line-height: 35px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
    }
    #mainSlider .owl-nav .owl-prev i {
    font-size: 3.5rem;
    color: var(--theme-primary-color);
    }
    #mainSlider .owl-nav .owl-prev:focus {
    outline: 0;
    }
    #mainSlider .owl-nav .owl-prev:hover {
    background:transparent !important;
    }
    #mainSlider .owl-nav .owl-prev:hover i, #mainSlider .owl-nav .owl-next:hover i{
    color: #fff!important;
    }
    #mainSlider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 40%;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    width: 40px;
    cursor: pointer;
    height: 40px;
    line-height: 35px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
    }
    #mainSlider .owl-nav .owl-next i {
    font-size: 3.5rem;
    color: var(--theme-primary-color);
    }
    #mainSlider .owl-nav .owl-next:focus {
    outline: 0;
    }
    #mainSlider .owl-nav .owl-next:hover {
    background: transparent!important;
    }
  .about-inner{
    padding: 20px 25px;
    background-color: #fafafa;
  }
  .about-inner.hover-info {
    background: var(--theme-primary-color);
  }
  .about:hover .about-inner.hover-info {
    transform: scaleY(1);
  }
  .about-inner.hover-info.active {
    transform: scaleY(1);
  }
  .about-inner.hover-info{
    background: var(--theme-primary-color);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transition: all 0.5s ease 0s;
  }
.about-icon {
    position: relative;
    text-align: right;
    top: 10px;
}
.about-icon img {
  max-height: 39px;
}   
.service-hover {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 2;
}
.service-hover::before {
  background: var(--theme-primary-color);
  content: "";
  height: 100%;
  opacity: 0.85;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.service:hover .service-hover {
  opacity: 1;
}
.service-action {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.service-action a {
  color: #fefefe;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.4s ease 0s;
}
.project{
  margin-left: -15px;
  margin-right: -15px;
}
.project-thumb {
  position: relative;
  z-index: 4;
}
.project-hover-info {
  background: rgba(248, 153, 29, 0.9) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 1;
}
.project-action {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 5;
}
.project-action h2 {
  color: #fefefe;
  font-size: 20px;
  font-weight: 700;
}
.project-hover-info::before {
  border: 1px solid #fff;
  bottom: 50px;
  content: "";
  height: auto;
  left: 45px;
  position: absolute;
  right: 45px;
  top: 50px;
  width: auto;
  z-index: 2;
}

.project-action h4 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 17px;
}
.project-action > h2:hover a {
  color: #000;
}
.project-action h2 a {
  color: #fff;
  transition: all 0.4s ease 0s;
}
.project:hover .project-hover-info,
.project-itm:hover .project-hover-info {
  opacity: 1;
}

.project-thumb a {
  display: block;
}
.project-thumb a img {
  width: 100%;
}
.project-itm{
  margin-top: 30px;
}


.prodict-det-small li {
  padding: 0 10px;
  width: 25%;
}
.prodict-det-small {
  display: flex;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}
.prodict-det-small li a {
  display: block;
}
.prodict-det-small li a img {
  width: 100%;
}
.title-line-4 {
  color: var(--theme-secondary-color);
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.htc-ser-dtl-inner .htc-ser-dtl .title-line-4 {
font-size: 24px;
}
.pro-dtl-inner {
  padding: 70px 40px;
}
.pro-dtl-content {
  display: flex;
}
.pro-dtl-list li + li {
  padding-top: 24px;
  padding-right: 20px;
}
.pro-dtl-inner h2 {
  color: var(--theme-secondary-color);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 43px;
  text-transform: uppercase;
}
.pro-dtl-list.font-bold {
  padding-right: 20px;
}
.download-project h2 {
  color: var(--theme-primary-color);
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
.single-project-details h2 {
  color: var(--theme-secondary-color);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.single-project-details p + p {
  margin-top: 11px;
}
.facts-list li a {
  color: var(--theme-secondary-color);
  font-size: 14px;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.facts-list li + li {
  margin-top: 20px;
}
.facts-list {
  margin-top: 25px;
}
.facts-list li a i {
  padding-right: 10px;
}
.facts-list li a:hover {
  color: var(--theme-primary-color);
}


/******************************************************************************************/

.htc-counterup-wrap {
  align-items: center;
  display: flex;
  justify-content: space-around;
}
.counter-show span.count-number {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
.fact-title{
  color: #fff;
}
.strength .counterup-2::before{
  content: "";
  background: url('../images/strength-bg-1.jpg') no-repeat scroll bottom left / cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.9;
}
.htc-footer-wrap{
	position: relative;
	z-index: 2;
}
.ht-address-icon.map-pin i {
  line-height: 43px;
}
.ht-address-icon.glob i {
  line-height: 43px;
}
.htc-contact-address {
    padding: 56px 0;
}
.ht-address-inner:hover .ht-address-icon i {
    background: var(--theme-primary-color) none repeat scroll 0 0;
    border: 1px solid var(--theme-primary-color);
    color: #fff;
}
.htc-contact-wrap {
	display: flex;
	justify-content: space-between;
}

.ft-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 28px;
    text-transform: uppercase;
}
.ft-details p {
    color: #fff;
    font-size: 14px;
}
.footer-link {
    display: flex;
}
.ft-menu li a {
    color: #ffffff;
    font-size: 14px;
    transition: 0.4s;
}
.ft-menu li a:hover{
	color: var(--theme-primary-color);
}
.footer-link ul.ft-menu + ul.ft-menu {
    margin-left: 30px;
}
.ft-menu li + li {
    padding-top: 13px;
}
.footer-instagram {
    display: flex;
    flex-flow: row wrap;
    margin-left: -5px;
    margin-right: -6px;
}
.footer-instagram li {
    margin-bottom: 10px;
    padding: 0 5px;
    width: 33.33%;
}
.footer-instagram li a img {
    width: 100%;
}
.copyright {
    padding: 15px 0;
    text-align: center;
}
.copyright-inner p {
    color: var(--theme-secondary-color);
    font-size: 14px;
    font-weight: 600;
}
.copyright-inner p a {
    color: var(--theme-secondary-color);
    padding: 0 3px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}
.copyright-inner p a:hover {
    color: #fff;
}
.footer-top{
  background: rgba(0, 0, 0, 0.95) url('../images/banner-3.jpg') no-repeat fixed center center / cover ;
}
.footer-top::before {
  position: absolute;
  content: '';
  background: var(--theme-secondary-color);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.85;
}
.services-page{
  position: relative;
  background: rgba(0, 0, 0, 0) url('../images/services.jpg') no-repeat scroll center center / cover ;
  height: 400px;
  z-index: 0;
}
.services-page::before{
  position: absolute;
  content: '';
  background: var(--theme-secondary-color);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.8;
}
.inner{
  z-index: 9; 
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: max-content;
}
.service-thumb a img {
  width: 100%;
}
.service-thumb {
  position: relative;
}
.service-hover {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 2;
}
.service-hover::before {
  background: var(--theme-primary-color) none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.85;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.service-action {
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.service-action a {
  color: #fefefe;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.4s ease 0s;
}
.service-details h2 {
  color: var(--theme-secondary-color);
  font-size: 20px;
  font-weight: 700;
  margin-top: 18px;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0px 20px;
}
.service:hover .service-hover {
  opacity: 1;
}
.service-page .service {
  margin-top: 70px;
}
.service-2 .container-fluid .section-title p {
  margin-bottom: inherit;
  margin-left: inherit;
  margin-right: inherit;
  margin-top: 21px;
  text-align: left;
  width: 72%;
}
.prodict-det-small li {
  padding: 0 10px;
  width: 25%;
}
.ht-portfolio-full-image .tab-pane img {
  width: 100%;
}
.prodict-det-small {
  display: flex;
  justify-content: space-between;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}
.prodict-det-small li a {
  display: block;
}
.title-line-4 {
  color: var(--theme-secondary-color);
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.htc-ser-dtl-inner .htc-ser-dtl .title-line-4 {
font-size: 24px;
}
.htc-ser-dtl-inner {
  display: flex;
  justify-content: space-between;
}
.htc-category {
  padding: 40px;
  text-align: center;
}
.cat-list li a {
  color: var(--theme-secondary-color);
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.cat-list li {
  border-bottom: 1px dashed #e1e1e1;
  padding: 15px 0;
}
.cat-list li:hover a {
  color: var(--theme-primary-color);
}
.team-inner {
  position: relative;
}
.team-hover-info {
  background: rgba(248, 153, 29, 0.9) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  padding: 25px 0;
  position: absolute;
  transform: scaleY(0);
  transform-origin: center bottom 0;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.team-social-link {
  display: flex;
  justify-content: center;
}
.team-social-link li a {
  color: #000;
}
.team-social-link li {
  margin: 0 13px;
}
.team-social-link li a i {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  color: var(--theme-primary-color);
  font-size: 14px;
  height: 25px;
  line-height: 27px;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 25px;
}
.team-social-link li a:hover i {
  background: #000 none repeat scroll 0 0;
  color: #fff;
}
.team-details {
  background: #1f2d30 none repeat scroll 0 0;
  border-top: 1px solid #ffffff;
  padding: 23px 0;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.team:hover .team-details {
  background: var(--theme-primary-color) none repeat scroll 0 0;
}
.team:hover .team-hover-info {
  transform: scaleY(1);
}
.htc-team-container{
  position: relative;
  z-index: 2;
}
.team {
  margin-top: 30px;
}
.single-cl-form {
  display: flex;
  margin-bottom: 20px;
  margin-left: -15px;
  margin-right: -15px;
}
.single-cl-form input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  height: 40px;
  line-height: 40px;
  margin: 0 15px;
  padding: 0 20px;
  width: 50%;
  color: var(--theme-secondary-color);
}
.single-cl-form input::-moz-placeholder {
  color: var(--theme-secondary-color) !important;
}
.single-cl-message textarea::-moz-placeholder {
  color: var(--theme-secondary-color) !important;
  opacity: 1;
}
.single-cl-message textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  margin-bottom: 22px;
  min-height: 100px;
  padding-left: 20px;
  padding-top: 12px;
}
.htc-contact-inner p {
  margin-top: 37px;
}
.htc-address-container {
  display: flex;
  margin-top: 50px;
}
.ct-address {
  display: flex;
}
.htc-address-container .ct-address + .ct-address {
  margin-left: 115px;
}
.ct-details p {
  font-weight: 600;
}
.ct-details p a:hover {
  color: var(--theme-primary-color);
}
#googleMap {
  height: 470px;
  width: 100%;
}
.map-contacts{
  margin-top: 50px;
}
.contact-box span {
  color: var(--theme-secondary-color);
  display: inline-block;
  font-size: 14px;
  padding-bottom: 9px;
}
.contact-box + .contact-box {
  margin-top: 17px;
}
.contact-box input {
  border: 1px solid #ebebeb;
  height: 35px;
  padding: 0 10px;
}
.contact-btn {
  margin-top: 25px;
}
.contact-box.message textarea {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  min-height: 205px;
}
.contact-btn .htc-btn {
font-size: 12px;
height: 35px;
line-height: 34px;
padding: 0 28px;
text-transform: uppercase;
}
.htc-contact-area .ht-address-icon i {
  border: 1px solid var(--theme-primary-color);
  border-radius: 100%;
  color: var(--theme-primary-color);
  font-size: 24px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 45px;
}
.htc-contact-area .ht-address-details p , .htc-contact-area .ht-address-details a {
  color: var(--theme-secondary-color);
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}
.blog-thumb a {
  display: block;
}
.blog-thumb a img {
  width: 100%;
}
.blog-thumb {
  padding-bottom: 24px;
  position: relative;
}
.blog-hover-info {
  bottom: 0;
  left: 0;
  padding: 0 26px;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.blog-meta {
  align-items: center;
  background: #1f2d30 none repeat scroll 0 0;
  border: 2px solid #fff;
  border-radius: 25px;
  display: flex;
  height: 50px;
  justify-content: space-around;
  padding: 0 25px;
  transition: 0.4s;
  margin: 0;
}
.blog:hover .blog-meta{
  background: var(--theme-primary-color);
}
.blog:hover .blog-meta li a,
.blog:hover .blog-meta li{
  color: #1f2d30;
}

.blog-meta li a {
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  transition: 0.4s;
}
.blog-meta li a:hover{
  color: var(--theme-primary-color);
}
.blog-meta li {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  transition: 0.4s;
}
.blog-meta li + li {
  margin-left: 20px;
}

.blog-details h2 {
  color: var(--theme-secondary-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 25px;
  text-transform: uppercase;
}
.blog-btn a {
  color: #b6b6b6;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.blog-btn a i {
  padding-left: 9px;
}
.blog-btn a:hover {
  color: var(--theme-primary-color);
}
.blog-btn {
  margin-top: 16px;
}
.blog{
  margin-top: 30px;
}

.htc-recent-post {
  padding: 20px;
}
.htc-single-post {
  border-top: 1px dashed #e1e1e1;
  display: flex;
  padding-bottom: 20px;
  padding-top: 20px;
}
.post-thumb {
  margin-right: 15px;
  min-width: 60px;
}
.post-thumb img{
  width: 60px;
  height: 60px;
  object-fit: cover;
}
.post-details h4 {
  color: #303030;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}
.post-meta span {
  color: #606060;
  font-size: 12px;
}
.build-dream-inner h2 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  padding-right: 14px;
  text-align: center;
}
.build-btn {
  margin-top: 18px;
  text-align: center;
  padding-right: 14px;
}
.build-btn .htc-btn {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  padding: 0 12px;
}
.htc-build-dream {
  height: 237px;
  padding-top: 40px;
}
.bg-1 {
  background: rgba(0, 0, 0, 0) url(../images/bg-1.png) no-repeat scroll 0 0 / cover;
}

.htc-category {
  padding: 40px;
  text-align: center;
}
.cat-list li a {
  color: #606060;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.cat-list li {
  border-bottom: 1px dashed #e1e1e1;
  padding: 15px 0;
}
.cat-list li:hover a {
  color: var(--theme-primary-color);
}
.htc-broc {
  padding: 40px 19px;
}
.brocure-list li a {
  color: #606060;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}
.brocure-list li a i {
  color: #606060;
  font-size: 18px;
  padding-right: 14px;
}
.brocure-list li {
  border-top: 1px dashed #e1e1e1;
  margin-top: 20px;
  padding-top: 20px;
}
.brocure-list li a:hover {
  color: var(--theme-primary-color);
}