@charset "UTF-8";

body{
  font-family: 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #9B9B9B;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}

/* homepage page
--------------------------------*/

#main_navbar{
  z-index: 1000;
  width: 100%;
}
.navbar-light{
  background: #E9F7F7;
}
.navbar-light .navbar-nav .nav-link{
  color: #0D0428;
  font-size: 16px;
  font-weight: 700;
  padding: 0 50px;
}
.navbar-light .navbar-nav .nav-item:last-child .nav-link{
  padding-right: 0;
}
.navbar{
  padding: 30px 0 30px 0;
}
.navbar-brand{
  padding: 0;
}

.navbar-nav{
  padding: 44px 0;
}

.navbar-light .navbar-nav  .active-nav-link{
  color: #29B2AC;
}

.navbar-light .navbar-nav .nav-link.nav-active{
  color: #29B2AC;
}

#header_nav.navbar-sticky-in {
  width: 100%;
  left: 0px;
  top: 0px;
  position: fixed;
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
  padding: 10px 0;
}
#header_nav.navbar-sticky-in .navbar-nav {
  padding: 24px 0;
}
#header_nav.navbar-sticky-in .navbar-brand img {
  width: 100px;
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

#home_slider{
  min-height: 767px;
  background: #E9F7F7;
  /*padding-top: 270px;*/
  padding-top: 135px;
  cursor: grab;
}
.slider-caption{
  width: 35%;
}
#home_slider .item{
    min-height: 632px;
    background-size: contain !important;
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;   
    background-repeat: no-repeat !important; 
}

h1,h2,h3,h4,h5,h6{
  color: #0D0428;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}
h1{
  font-size: 2.25rem;
}
h2{
  font-size: 1.75rem;
}
h3{
  font-size: 1.5rem;
}

.btn-secondary{
  background: #0d0428;
}
.btn-secondary:focus, .btn-secondary:hover{
  background: #29B2AC;
  border-color: #29B2AC;
}

.btn-primary{
  background: #29B2AC;
  border-color: #29B2AC;
}
.btn-primary:focus, .btn-primary:hover{
  background: #3EDBD4;
  border-color: #3EDBD4; 
}

.btn{
  color: #fff;
  text-transform: uppercase;
  padding: 18px 50px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.4px;
  width: auto;
  margin-top: 20px;
}

.btn-md{
  padding: 10px 15px;
}

.btn-outline-white{
  border: 2px solid #fff;
}
.btn-outline-white:focus, .btn-outline-white:hover{
  background: #fff;
  color: #29B2AC;
}

.btn-tertiary{
  color: #0D0428;
}
.btn-tertiary:focus, .btn-tertiary:hover{
  border-color: #29B2AC;
}

.btn-rounded{
  border-radius: 25px;
}

.section{
  padding: 150px 0;
}
.section-small{
  padding: 75px 0;
}

/*what we do*/

/*.section-whatwedo{
  padding: 150px 115px;
}*/

.section-whatwedo .col-md-5:first-child{
  margin-top: 33px;
}

.lead{
  color: #0D0428;
  font-size: 24px;
  font-weight: 400;
}

.box{
  padding: 33px 70px 64px 70px;
  width: auto;
  display: inline-block;
  border-radius: 12px;
}

.bg-white{
  background: #fff;
}

.shadow-xxl{
  box-shadow: 0px 0px 31px rgba(0, 0, 0, 0.1);
}

.circlebgicon{
  width: 103px;
  height: 103px;  
  background: #E9F7F7;
  border-radius: 50%;
  text-align: center;
}
.circlebgicon img{
  padding: 26px 26px 43px 26px ;
}
.circlebgicon p{
  color: #0D0428;
  line-height: 1.1;
  font-size: 15px;
}

.circlebgicon-md{
  width: 54px;
  height: 54px;
  vertical-align: middle;
  line-height: 54px;
}
.circlebgicon-md img{
  padding: 13px 0;
}

.section-whatwedo .box{
  margin:  0 35px 35px 0;
  float: left;
  height: 200px;
}
.section-whatwedo .box:hover{
  background: #29B2AC !important;
}
.section-whatwedo .box:nth-of-type(2n){
  margin-right: 0;
}
.section-whatwedo .box:nth-of-type(2){
  margin-top: 124px;
}
.section-whatwedo .box:nth-of-type(3){
  margin-top: -124px;
}
.section-whatwedo .box:nth-of-type(4){
  margin-bottom: 0;
}

/*section product*/

.section-product{
  padding: 100px 0;
  text-align: center;
}
.bg-lightgreen{
  background: #E9F7F7;  
}

.section-product h1{
  margin-bottom: 7px;
}
.lead-sm{
  font-size: 18px;
}
.lead-xs{
  font-size: 14px;
}

.section-product img{
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-product h3{
  margin-bottom: 12px;
}

.text-dark{
  color: #0D0428;
}

#product_slider, #clients_slider{
  cursor: grab;
}

.owl-theme .owl-dots .owl-dot span{
  background: #fff;
  border: 1px solid #29B2AC;
  width: 16px;
  height: 16px;
    margin: 0px 3px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
  background: #29B2AC;
  border: 1px solid #29B2AC;
}

/*section portfolio*/

.section-portfolio{
  padding-bottom: 0;
  text-align: center;
}

.btn-outline{
  border: 2px solid #29B2AC;
  color: #29B2AC;
}
.btn-outline:hover, .btn-outline:focus{
  background: #29B2AC;
  color: #fff;
}

.section-portfolio .btn-outline{
  padding-left: 66px;
  padding-right: 66px;
}

.section-title{
  margin-bottom: 50px;
}

/*Bootstrap 5 Masonry Grid Layout Component*/

.g-6,
.gx-6 {
  --bs-gutter-x: 4.5rem;
}
.g-6,
.gy-6 {
  --bs-gutter-y: 4.5rem;
}
@media (min-width: 576px) {
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 768px) {
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 992px) {
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4.5rem;
  }
  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4.5rem;
  }
}
.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}
@media (min-width: 576px) {
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 768px) {
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 1200px) {
  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
@media (min-width: 1400px) {
  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}
.hcf-masonry-card {
  display: block;
  position: relative;
  overflow: hidden;
}
.hcf-masonry-card .card-img {
  object-fit: cover;
  transform: scale(1);
  transition: transform 150ms linear;
}
.hcf-masonry-card .card-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.hcf-masonry-card .card-overlay .card-title {
  display: inline-block;
  transform: translateY(10px);
  opacity: 0;
}
.hcf-masonry-card .card-overlay .card-category {
  transform: translateY(10px);
  opacity: 0;
}
.hcf-masonry-card:hover .card-img {
  transform: scale(1.05);
  transition: transform 150ms linear;
}
.hcf-masonry-card:hover .card-overlay {
  opacity: 1;
  transition: opacity 150ms linear;
}
.hcf-masonry-card:hover .card-overlay .card-title {
  opacity: 1;
  transform: translateY(0);
  transition: transform 150ms linear 0.1s, opacity 150ms linear 0.1s;
}
.hcf-masonry-card:hover .card-overlay .card-category {
  opacity: 1;
  transform: translateY(0);
  transition: transform 150ms linear 0.2s, opacity 150ms linear 0.2s;
}

.bg-green-overlay{
  background: rgba(57, 178, 172, 0.5)
}

.hcf-isotope-grid.row>* {
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
}

.section-portfolio .btn-view-all{
  margin-top: 50px
}


/*section clients*/

.section-clients{
  text-align: center;
  padding: 150px 0 0 0;
}

#clients_slider .owl-item{
  border-right: 1px solid #D9E1EC;
}
#clients_slider .owl-item:nth-of-type(4n){
  border-right: 0;
}
#clients_slider .owl-item .img-con{
  border-bottom: 1px solid #D9E1EC;
  padding: 80px 0;
  height: 228px;
}
#clients_slider .owl-item .img-con:nth-of-type(2n) {
    border-bottom: 0;
}
#clients_slider .owl-item img{
  width: 120px;
  margin: 0 auto;
}

/*#clients_slider .owl-item img:nth-of-type(2n-1) {
    border: 0;
    border-bottom: 1px solid #000;
}
#clients_slider .owl-item img:nth-of-type(2n) {
    border: 0;

}*/

/*footer*/

.footer-container{
  background-color: #0D0428;
  background-image: url("../img/footer-bg.png");
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
  padding: 104px 0 0 0;
  text-align: center;
}
.footer-container *{
  color: #fff;
}

.footer-cta{
  margin-bottom: 120px;
}

.social{
  list-style: none;
}
.social li{
  display: inline-block;
  padding-right: 21px;
}
.social i{
  font-size: 24px;
}

.footer .social{
  margin-bottom: 30px;
}

.footer-email{
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.footer-address{
  opacity: 0.62;
  margin-bottom: 40px;
}

.footer-copyright{
  border-top: 1px solid rgb(217, 225, 236, 0.16);
  padding: 40px 0;
}
.footer-copyright p{
  margin: 0;
  font-weight: 500;
}
.footer-copyright a{
  text-decoration: none;
}

/* inner page
--------------------------------*/

.inner-page #header_nav{
  background: #fff;
}

.section-page-title{
  padding: 110px 0 220px 0;
}
.section-page-title .lead{
  font-weight: 700;
  text-transform: uppercase;
}

/*contact page*/

.pull-content-below{
  margin-bottom: -320px;
  padding: 110px 0 320px 0;
}

.contact-detail-list{
  color: #0D0428;
  font-size: 14px;
  margin-bottom: 32px;
  margin-top: 32px;
  overflow: hidden;
  position: relative;
}
.contact-detail-list .circlebgicon{
  float: left;
  margin-right: 16px;
}
.contact-detail-text{
  line-height: 1.5;
  text-align: left;
  padding-top: 12px;
}

.contact-form-title{
  margin-bottom: 68px;
}
.contact-form-title h1{
  margin-bottom: 0;
}


label{
  color: #0D0428;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 13px;
}
.form-control, .form-select{
  border:  2px solid #EEEEEE;
  font-size: 14px;
  color: #9E9E9E;
  padding: 15px 39px;
}
.form-group{
  margin-bottom: 15px;
  position: relative;
}
.form-group i{
  position: absolute;
  top: 54px;
  left: 13px;
  font-size: 18px;
}

.form-group .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width: 100%;
}
.form-group .bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-]{
  display: block;
}
.form-group  .bootstrap-select>.btn{
  text-transform: capitalize;
  padding-left: 25px;
  width: 100% !important;
  display: block !important;
  margin-top: 0;
}

.section-contact-form{
  background: url("../img/contact_graphics.png") no-repeat bottom right;
}

.alert{
  padding: 20px;
  overflow: hidden;
  border: 0;
  font-size: 12px;
  line-height: 1;
}
.alert-success{
  background: #E9F8E5;
  color: #3DBE18;

}
.alert i{
    font-size: 32px;
    margin-right: 2%;
    float: left;
    width: 6%;
}
.alert-message{
    float: right;
    width: 92%;
}
.alert-title{
  font-size: 20px;
  margin-bottom: 5px;
}

/*portfolio page*/

.inner-page .section-portfolio{
  padding-bottom: 150px;
  padding-top: 45px;
}


/*case study page*/

.case-study-page-title{
  padding: 110px 0 110px 0;
}

.border-bottom{
  border-bottom: 1px solid #D9E1EC;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

h3.fw-normal{
  font-weight: 500;
}

.stat p{
  font-size: 36px;
  font-weight: 700;
  color: #0D0428;
}
.stat span{
  font-size: 12px;
  text-transform: uppercase;
  color: ;
}

.bg-midgreen{
  background: #76CECA;
}

.what-we-do .col-md-3{
  display: flex;
  align-items:center;
  margin-bottom: 3.125rem;
}
.what-we-do .circlebgicon{
  margin-right: 18px;
}

.what-we-do p{
  margin: 0;
  color: #0D0428;
}

.title-group{
  margin-bottom: 4rem;
}

.filter-button{
  margin: 0 15px 10px 15px;
}

#portfolio_slider{
  margin-top: -80px;
}

body .owl-carousel .owl-nav button.owl-next, 
body .owl-carousel .owl-nav button.owl-prev{
  width: 53px;
  height: 53px;
  background: #29B2AC;
  border-radius: 6px;
  color: #fff;
  margin: 0 10px;
  font-size: 24px;
}
body .owl-carousel .owl-nav button.owl-next:hover, 
body .owl-carousel .owl-nav button.owl-prev:hover{
  background: #3EDBD4;
}

/*services page*/

.inner-page .section-whatwedo .box{
  margin-right: 35px;
}

.inner-page .section-whatwedo .box:nth-of-type(3) {
  margin-top: 0;
}

.inner-page .section-whatwedo .box:nth-of-type(4){
  margin-top: 124px;
}

.services-box-list{
  display: flex;
  justify-content: center !important;
}
