/***css made by jane wanjiku frontend developer ***************/
/***main custom css ***********************************************/
body{
  /*background-color:#060606;*/
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}
p{
color:#333333;
margin-bottom:1.5rem;
font-family: "Rubik", sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.6;
text-align: justify;
}
/***global styling***********************************************/

h1{font-size:45px;}
h2{font-size:35px;}
h3.modal-title{color:#fff}
/* General placeholder color */
::placeholder {
  color: #fff!important; /* light gray */
  opacity: 1;  /* make sure it’s fully visible */
}

/* For cross-browser support */
::-webkit-input-placeholder {
  color: #fff!important;
}
:-ms-input-placeholder {
  color: #fff!important;
}
::-ms-input-placeholder {
  color: #fff!important;
}
.top-btn.orange{margin-left:.5rem;}
.about-section{overflow: hidden;}
/***header section***********************************************/
.header{background-color:#0A0B0A;padding:.5rem 0px;}
.wrapper-top .top-btn{margin-left:.5rem;}
.logo img{width:100%;}
.logo{float:left; width:15%;}
.top-contact{float: right; width:40%; text-align: right;margin-top:1rem;}
.overlaybanner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    display: block;
   background:rgba(0, 0, 1, 0.5);
   z-index: 1;
}
.banner-caption .overlaybanner{ z-index:-1;position:absolute;}
/***header section***********************************************/
.banner-caption h1{width:40%;text-align: left;}
.banner-caption p{width:38%;text-align: left;font-size: 20px;}
.banner-caption h5{background-color:#F66903;border-radius:.5rem; font-size:13px;padding:.5rem 1rem;}
.banner-caption .wrapper-btn {justify-content: flex-start;}
.banner-caption .carbon-btn.hvr-radial-in {border-radius:.5rem;width:auto;text-align: center;background-color:#FF6E01;color:#fff;}
.banner-caption .overlaybanner{ z-index:-1; }
.banner-caption .container{display: flex; /* Enable flexbox */
  flex-direction: column; /* Stack items vertically */
  justify-content: center; /* Center items vertically */
  align-items: flex-start; /* Align items to the left */
  height:80vh; /* Full viewport height */
  padding-top:7rem;
}
.top-btn .carbon-btn.hvr-radial-in{
color: #FFF;
padding: 5px 1rem;
background: #0b5ed7;
font-size: 12px;
border-radius:20px;
}
.carbon-btn.hvr-radial-in{
border-radius:.5rem;
color:#fff;
text-decoration: none;
font-size:14px;
padding:.5rem 20px;
}
.carbon-btn.hvr-radial-in:before{background: #0D6EFD;}
.top-btn.orange .carbon-btn.hvr-radial-in:before{background-color:#FF6800;}
.about-section h2{color:#1C4D92;margin-bottom:1rem;}
.top-btn.orange .carbon-btn.hvr-radial-in{color:#FFF;border-radius: 20px;}
.about-section img{
  width: 100%;
  min-height:550px;
  max-height: 550px;
  object-fit: cover;

}
.about-content{text-align: center!important;}
.about-content p{text-align: center!important;}
.about-content{padding-top:6rem;}
.azari-suite .ih-item.square {
    width: auto;
    height: auto;
    border:0px solid transparent;
    box-shadow:unset;
}
.azari-suite .ih-item.square.effect3 .info{
    height:auto;
    background: #1C4D92;
    text-align: left;
    padding:1.5rem 2rem 0px 2rem;
  }
.azari-suite .ih-item.square.effect3 .info h3 {
    text-align: left;
    font-size: 18px;
    padding:0rem;
    margin: 4px 0 0 0;
}
.ih-item.square.effect3 .info p {
    font-style: normal;
    font-size: 14px;
    position: relative;
    color: #fff;
    padding:.5rem 0rem;
    text-align: left;
    
}
/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background:#333333;
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background:#0D6EFD;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services{background-color:#F7F7F7!important;padding: 2.5rem 0rem; text-align: center!important;}
.services p{text-align: center;}
.services h2{text-align: center; color:#52565e;}
.services .service-item {
  background-color:#fff;
  padding: 40px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  height: 100%;
  text-align: center!important;
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
  margin:0 auto;
}

.services .service-item .icon i {
  color:#0D6EFD;
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background:#EDEEEE;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -25px;
  transition: 0.3s;
}

.services .service-item h3 {
  color:#52565e;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom:4px solid #EDEEEE;
  transition: 0.3s;
  text-align:center;
  margin-top:2rem;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color:#696969;
}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color:#FB6A00;
  text-align: center;
}

.services .service-item:hover .icon i {}
.services .service-item:hover .icon:before {
  background:#FF6800;
}

.services .service-item:hover h3 {
  border-color:#F66903;
}

.services .service-item:hover .readmore {
  color: var(--accent-color);
}

/***footer***********************************************/
.footer{
  padding:2rem 0px;
  background-color:#1C4D92;
}
.footer h3, .footer p, .footer a{
  color:#fff;
  text-align:left;
  text-decoration: none;
}
.footer p{
  font-size:14px;
  margin-bottom:0px;
  margin-bottom: 1rem;
}
.footer a:hover{color:#96C83E}

.footer .social-links a i{color:#fff;}
.footer .social-links a i:hover{color:#96C83E;}
.modal{background-color:rgba(0, 0, 0, .6);}
.modal-body{background-color:#1C4D92;border-bottom:solid 1px #194583;}
.modal-header{border-bottom:solid 1px #194583;}
.modal-content{background-color:#1C4D92;}
.modal-footer{border-bottom:solid 1px #194583;}


.footer .social-links a{
  display: flex;
  align-items: center;
  justify-content: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  margin-right:0;
  transition: 0.3s;
  color: #fff;
  text-decoration: none;
}
.footer{font-size:12px;}
.contact i{padding-right:.5rem;font-size: 14px;}
.btn-primary{
  font-size: 13px;
    padding: .4rem 2rem;
    border-radius: 20px;
    text-transform: uppercase;
  }
.btn-secondary {
    font-size: 13px;
    padding: .4rem 2rem;
    border-radius: 20px;
    text-transform: uppercase;
    background-color:#000;
    border:solid #000 1px;
  }
  .btn-close{color:#fff;}

.footer .social-links a:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 13px;
    color:#FFF;
    background:transparent;
    border:solid 1px #194583;
    border-radius:.215rem;
    }
.form-select{
  background-color: transparent;
  background:transparent;
  border:solid 1px #194583;
  border-radius:.215rem;
  color:#fff;
   padding: .375rem .75rem;
    font-size: 13px
}
.form-control:focus{background-color:transparent;}
.carousel-caption{background-color:rgba(0, 0, 0, .5);}
.carousel-caption h5{font-size:30px;}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 32px;
    height:6px;
  }
.carousel-caption p{text-align: center;color:#fff;}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 4rem;
    height: 4rem;
  }

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio{padding:2.5rem 0px;}
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  margin: 0 10px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color:#F66903;
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-item {
  position: relative;
}

.portfolio .portfolio-item .portfolio-info {
  background-color:rgba(13, 110, 253, .3);
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
  color:#fff;
  text-align: left;
}

.portfolio .portfolio-item .portfolio-info p {
  color:#fff;
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
  text-align: left;
}
.bi.bi-zoom-in{font-size:26px;color:#fff;}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

.isotope-container img{width:100%;object-fit: cover;min-height:400px;max-height:400px;}
.portfolio p,.portfolio h2{text-align: center;}
.glightbox-clean .gslide-title {font-size: 20px;color: #000;}
.download.top-btn .carbon-btn.hvr-radial-in {
    color: #FFF;
    padding:.7rem 3rem;
    background:#0D6EFD;
    font-size: 13px;
    border-radius: 20px;
    text-transform: uppercase;
}
.download .carbon-btn.hvr-radial-in:before {background:#FF6800;border-radius: 20px;}
.enquire.top-btn .carbon-btn.hvr-radial-in{
  color: #FFF;
    padding: .4rem 2rem;
    background:#FF6800;
    font-size: 13px;
    border-radius: 20px;
}
.enquire .carbon-btn.hvr-radial-in:before {background:#0D6EFD;}

.m-top{margin-top:2.5rem;}







