/*color-code: #7DA9A9*/

/********** Global **********/

@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&family=Inter:wght@300;400;500;600&display=swap');

body * {

    font-family: 'Inter', sans-serif;



}

body {

  color: #FFF;

  background: #58575c;

}

    h1,h2,h3,h4,h5,h6{

        font-family: 'Chakra Petch', sans-serif;

    }

    body p, body ul li, body a {

        font-size: 16px; }

    body .title h2 {

        color: #fff;

        text-transform: uppercase;

        font-size: 30px; }

    body .title h2 span {

        font-weight: 900;

        color: #d8ca1f; }

    body h4 {

        font-size: 22px; }

    body .custom-btn {

        border: 1px solid #d8ca1f;

        color: #d8ca1f;

        padding: 10px 30px;

        transition: all 0.3s; }

    body .custom-btn:hover{

        text-decoration: none;

        background: #d8ca1f;

        color:white; }



/********** Menu **********/

menu {

    padding-left: 0;

    margin: 0;

    background: #282828; }

    menu .logo-wrapper {

        padding: 0; }

        menu nav.navbar ul.navbar-nav a.nav-link {

          color: #fff;

          text-transform: uppercase;

          font-family: 'Chakra Petch', sans-serif;

          font-size: 17px;

        }

    menu nav.navbar ul.navbar-nav li.active a.nav-link,

    menu nav.navbar ul.navbar-nav li a.nav-link:hover,

    menu nav.navbar ul.navbar-nav li a.nav-link:focus {

        color: #d8ca1f; }

    menu nav.navbar button.navbar-toggler {

        background: black; }

    menu nav.navbar button.navbar-toggler .navbar-icon {

        background: white;

        width: 25px;

        height: 1px;

        display: block;

        margin: 6px 0px; }



/********** Home **********/

/* ----- Home Services ----- */

#home #services {

    position: relative;

    z-index: 1; }

    #home #services a:hover {

    text-decoration: none; }

    #home #services .services-wrapper {

        background: #d8ca1f;

        border-radius: 5px;

        height: 180px;

        width: 350px;

        display: flex;

        align-items: center;

        padding: 0 10px;

        position: relative; }

    #home #services .services-wrapper .flex-1 {

        flex: 1; }

    #home #services .services-wrapper .flex-2 {

        flex: 2; }

    #home #services .services-wrapper .shadow {

        position: absolute;

        height: 100%;

        width: 25px;

        z-index: -1;

        border-radius: 5px; }

    #home #services .services-wrapper .shadow:before,

    #home #services .services-wrapper .shadow:after {

        content: '';

        display: inline-block;

        height: 55%;

        width: 100%;

        position: absolute; }

    #home #services .services-wrapper .shadow:nth-child(3) {

        left: 0; }

    #home #services .services-wrapper .shadow:nth-child(4) {

        width: 100%;

        height: 30px;

        bottom: 0;

        left: 0; }

    #home #services .services-wrapper .shadow:nth-child(5) {

        right: 0; }

    #home #services .services-wrapper .shadow:nth-child(3):before {

        top: 36%;

        transform: rotate(-10deg) translateY(-50%);

        box-shadow: -22px 0 10px -5px #444;

        left: 22px; }

    #home #services .services-wrapper .shadow:nth-child(3):after {

        bottom: 36%;

        transform: rotate(10deg) translateY(50%);

        box-shadow: -22px 0 10px -5px #444;

        left: 22px; }

    #home #services .services-wrapper .shadow:nth-child(4):before {

        width: 50%;

        left: 30%;

        transform: rotate(-4deg) translateX(-50%);

        box-shadow: 0 15px 10px #444;

        bottom: 16px; }

    #home #services .services-wrapper .shadow:nth-child(4):after {

        width: 50%;

        right: 30%;

        transform: rotate(4deg) translateX(50%);

        box-shadow: 0 15px 10px #444;

        bottom: 16px; }

    #home #services .services-wrapper .shadow:nth-child(5):before {

        top: 36%;

        transform: rotate(10deg) translateY(-50%);

        box-shadow: 22px 0 10px -5px #444;

        right: 22px; }

    #home #services .services-wrapper .shadow:nth-child(5):after {

        bottom: 36%;

        transform: rotate(-10deg) translateY(50%);

        box-shadow: 22px 0 10px -5px #444;

        right: 22px; }

    #home #services .services-wrapper h4 {

        font-weight: 700;

        text-transform: uppercase;

        font-size: 23px;

        color: #FFF;

        text-align: center; }

/* ----- Home Project ----- */

#home #project {

  background: url('../img/index-project-bg.jpg') center;

  background-size: cover;

  padding: 50px 0px 150px;

  background: #282828;

  position: relative;

  overflow: hidden;

}

  .home-project::after {

      background: url(../img/6s-min-3.png) right no-repeat;

        background-size: auto;

      content: "";

      position: absolute;

      left: 0;

      top: 0;

      right: -10%;

      bottom: -50%;

      background-size: contain;

      height: 80%;

      margin: auto;

    }

    .home-project::before {

        background: url(../img/3s-min-3.png) left no-repeat;

          background-size: auto;

        content: "";

        position: absolute;

        left: -16%;

        top: 0;

        right: 0;

        bottom: 0;

        background-size: contain;

        height: 80%;

        margin: auto;

      }

    #home #project .owl-carousel {

        position: relative; }

    #home #project .owl-nav {

        margin: 0; }

    #home #project .owl-prev, #home #project .owl-next {

        outline: none;

        position: absolute;

        top: 50%;

        height: 60px;

        width: 25px;

        background: #58575c;

        border-radius: 0;

        overflow: hidden;

        transform: translateY(-50%); }

    #home #project .owl-nav button.owl-prev span, #project .owl-nav button.owl-next span {

        display: none; }

    #home #project .owl-nav button.owl-prev:after, #project .owl-nav button.owl-next:after {

        content: '';

        display: inline-block;

        height: 60px;

        width: 60px;

        border: 2px solid #D2D2D2; }

    #home #project .owl-nav button.owl-prev:after {

        transform: translateX(22%) rotate(45deg); }

    #home #project .owl-nav button.owl-next:after {

        transform: translateX(-82%) rotate(45deg); }

    #home #project .owl-next {

        right: -20px; }

    #home #project .owl-prev {

        left: -20px; }

/* ----- Home Contact ----- */

#home #contact {

    background: url(../img/af2df946b8cbfed0d38584420cc64a92.jpeg) center;

      background-size: auto;

    background-size: cover;

    padding: 100px 0px 100px;

  }

    #home #contact .custom-btn {

        padding: 10px 35px; }

/********** footer **********/

footer {

  background: #282828;

  color: #fff;

  border-top:1px solid #3e3e3e;

}

footer .footer-text p {

  font-size: 14px;

  color: #eee;

}

      footer .end-footer {

        background: #d8ca1f;

        padding: 15px 0px;

        color: #000;

        font-size: 13px;

      }
      
      footer .end-footer a{
        font-size: 13px;
      }

      footer .text-muted {

        color: #151515 !important;

      }

          footer h6 {

            font-size: 1.3rem;

          }

/********** Media Query **********/

/********** Minssssss **********/

@media only screen and (min-width: 768px) {

    /* ----- Menu ----- */

    menu .logo-wrapper {

        position: absolute;

        z-index: 1;

        top: 0;

        padding: 0; }

        menu nav.navbar {

          padding: 30px 0;}



    /* ----- Home Services ----- */

    #home #services {

      margin-top: -92px; }

}

@media only screen and (min-width: 1199px) {

    /* ----- Menu ----- */

    menu nav.navbar ul.navbar-nav a.nav-link {

        padding: 0 15px; }

}



/********** Maxssssss **********/

@media only screen and (max-width: 400px) {

    /* ----- Home Services ----- */

    #home #services .services-wrapper {

        height: 150px;

        width: 280px; }

        #home #services .services-wrapper h4 {

            font-size: 14px; }

}

@media only screen and (max-width: 991px) {

    /* ----- Menu ----- */

    menu nav.navbar ul.navbar-nav a.nav-link {

        padding: 10px 0; }



    /* ----- Home Project ----- */

    #home #project {

        padding-bottom: 80px; }

    

}



/********** Minssssss and Maxssssss **********/

@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* ----- Menu ----- */

    menu nav.navbar ul.navbar-nav {

        text-align: center; }



    /* ----- Home Services ----- */

    #home #services .services-wrapper {

        height: 140px;

        width: 220px; }

        #home #services .services-wrapper h4 {

            font-size: 20px; }

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    /* ----- Menu ----- */

    menu nav img.logo {

        width: 70%; }

        menu nav.navbar ul.navbar-nav a.nav-link {

            padding: 0 7px; }



    /* ----- Home Services ----- */

    #home #services .services-wrapper {

        height: 160px;

        width: 300px; }

        #home #services .services-wrapper h4 {

            font-size: 18px; }

    

    /* ----- Home Project ----- */

    #home #project {

        padding-bottom: 100px; }

}



/*------------- go to top strat---------------*/

.scrollToTop {

  text-decoration: none;

  cursor: pointer;

  background: #d8ca1f;

  position: fixed;

  bottom: 50px;

  right: 10px;

  width: 40px;

  height: 40px;

  border-radius: 25px;

  display: none;

  z-index: 999;

  color: #000;

  align-items: center;

  justify-content: center;

}

  .scrollToTop .fa-angle-up {

    color: inherit;

    font-size: 22px;

    padding-left: 12px;

    padding-top: 7px;

}



.home-project .image {

    position: relative;

    overflow: hidden;

  }

  .home-project .image .overlay {

    position: absolute;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    background: rgba(0, 0, 0, 0.8);

    -webkit-transform: translate3d(0, 100px, 0);

    transform: translate3d(0, 100px, 0);

    opacity: 0;

    visibility: hidden;

    transition: transform .4s ease, opacity .4s ease, visibility .4s ease;

  }

  .home-project .image .overlay .box {

    display: table;

    width: 100%;

    height: 100%;

  }

  .home-project .image .overlay .box .content {

    display: table-cell;

    vertical-align: bottom;

  }

  .home-project .image .overlay .top {

    text-align: center;

  }

  .home-project .image .overlay .bottom {

    background: #d8ca1f;

    padding: 16px 18px;

  }

  .home-project .image .overlay .bottom h3 {

    margin: 0;

      margin-bottom: 0px;

    color: #FFFFFF;

    font-size: 18px;

    margin-bottom: 20px;

    text-align: center;

  }

  .home-project .image:hover .overlay {

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0);

    opacity: 1;

    visibility: visible;

  }

  .home-project .image:hover .overlay {

    visibility: visible;

  }

  .home-project .image .overlay .top a {

    margin-bottom: 20%;

    display: block;

    margin-left: auto;

    margin-right: auto;

    margin-top: 29px;

    width: 43px;

    height: 43px;

    border-radius: 50%;

    border: 1px solid #FFFFFF;

    line-height: 43px;

    font-size: 18px;

    color: #fff;

    -webkit-transition: background .4s ease, border-color .4s ease;

    transition: background .4s ease, border-color .4s ease;

  }

  .home-project .image .overlay .top a:hover {

    background: #d8ca1f;

    color: #FFFFFF;

  }

  .home-project a {

    text-decoration: none;

    width: 100%;

  }

  .vendor {

    padding: 60px 0 60px 0;

    background-position: bottom;

    color: #fff;

  }

  .page-title-section ul {

    margin: 0;

    padding: 0;

    list-style: none;

    display: flex;

    align-items: center;

    justify-content: center;

  }

  .page-title-section ul li::after {

    content: '\f111';

    font-weight: 700;

    vertical-align: middle;

    color: #d8ca1f;

    font-size: 9px;

    font-family: "Font Awesome 6 Free";

    padding: 0 5px 0 10px;

  }

  .page-title-section ul li a {

    color: #ffffff;

    font-size: 16px;

    font-weight: 700;

    text-transform: capitalize;

    letter-spacing: 1px;

  }

  .page-title-section ul li:last-child a {

    color: #ffffff;

    opacity: 0.80;

    font-size: 16px;

    font-weight: 700;

    text-transform: capitalize;

    letter-spacing: 1px;

  }

  .page-title-section ul li:last-child::after {

    content: none;

  }

  .carousel-caption {

    bottom: 40%;

  }

  .pd50{

    padding-top: 50px;

    padding-bottom: 50px;

  }

  .pd100{

    padding-top: 100px;

    padding-bottom: 100px;

  }

  .contact-us h2{

    font-weight: bold;

  }

  .section-title h3{

    color:#000;

  }

.section-title .sm-title::after {



    position: absolute;

    content: "";

    height: 100%;

    width: 2px;

    left: 0;

    top: 0px;

    background: #d8ca1f;



}

.section-title .sm-title::before {



    content: "";

    height: 5px;

    width: 2px;

    position: absolute;

    background: #fff;

    top: 8px;

    left: 0;

    z-index: 1;

    transition: all .4s ease;



}

.section-title .sm-title {



    position: relative;

    font-weight: 700;

    font-size: 18px;

    display: inline-block;

    margin-bottom: 10px;

    padding-left: 10px;

    color: #d8ca1f;

    z-index: 9;



}

label {

    font-weight: 600;

    padding-bottom: 5px;

    margin-bottom: 0;

    color: #fff;

    font-size: 15px;

  }

.form-control {

    display: block;

    width: 100%;

    padding: .375rem .75rem;

    font-size: 1rem;

    font-weight: 400;

    line-height: 1.5;

    color: #fff;

    background-color: #58575c;

    background-clip: padding-box;

    border: 1px solid #212529;

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

    border-radius: .25rem;

    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

  }

  

.form-control::placeholder {



    color: #d0d4d9;

    opacity: 1;



}

.form-control {

    border-radius: 0;

  }

  .form-control {

    min-height: 46px;

  }

  .form-control:focus {

    border-color: #d8ca1f;

    box-shadow: 0 0 10px rgba(55,125,255,0.1);

    background: #282828;

  }

  .butn {

    display: inline-block;

    text-transform: capitalize;

    text-align: center;

    background-color: #d8ca1f;

    color: #fff !important;

    font-size: 16px;

    font-weight: 700;

    line-height: 1;

    padding: 20px 40px !important;

    border-radius: 0.25rem;

    position: relative;

    z-index: 1;

    text-transform: uppercase;

    font-family: 'Chakra Petch', sans-serif;

  }

  .butn:hover {

    color: #d8ca1f !important;

  }

  a:hover {

    text-decoration: none;

    color: #d8ca1f ;

  }

  .butn:hover::before {

    opacity: 1;

    visibility: visible;

    transform: scale(1);

  }

  .butn::before {

    content: "";

    position: absolute;

    left: 3px;

    top: 3px;

    right: 3px;

    bottom: 3px;

    background-color: #fff;

    border-radius: inherit;

    z-index: -1;

    opacity: 0;

    visibility: hidden;

    transform: scale(0.2);

    transition: all ease .4s;

  }

  button:focus:not(:focus-visible) {

    outline: 0;

  }

  ul {

    list-style: outside none none;

    margin: 0;

    padding: 0;

  }

  .contact-information ul li {

    display: flex;

    flex-wrap: wrap;

    margin-bottom:40px;

    align-items: center;

    flex-direction: column;

    position: relative;

  }

  .contact-information ul li::after {

    content: "";

    position: absolute;

    left: 50%;

    transform: translate(-50%);

    width: 150px;

    border-bottom: 0.1px solid #eee;

    border-radius: 100%;

    bottom: -20px;

  }

  .contact-information ul li:last-child:after{

    display: none;

  }

  .contact-information ul li .icon {

    width: 50px;

    height: 50px;

    background: #d8ca1f;

    border-radius: 5px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    margin-bottom: 10px;

  }

.contact-information ul li .text {



    max-width: calc(100% - 50px);

    width: 100%;

    text-align: center;



}

  .contact-information ul li .text span, .contact-information ul li .text a {

    display: block;

    line-height: 24px;

    max-width: unset;

  }

  a, button {

    color: inherit;

    display: inline-block;

    line-height: inherit;

    text-decoration: none;

    cursor: pointer;

  }

  .contact-information ul li .icon i {

    font-size: 22px;

  }

  a, button, img, input, span {

    transition: all 0.3s ease 0s;

  }

  .vendor-content-area .ph-title {

    color: #fff;

  }

  .vendor-content-area li {

    color: #fff;

  }

  .mb30{

    margin-bottom: 30px;

  }

  .form-right {

    padding: 50px 20px;

    background-color: #282828;

    border-color: #373737;

    border-width: 10px;

    border-style: solid;

  }

  .carousel-caption h1 {

    text-transform: uppercase;

    font-weight: bold;

  }

  .carousel-caption p {

    font-size: 18px;

    color: #d8ca1f;

    font-weight: bold;

  }

  .section-title h3 {

    font-size: 24px;

    line-height: 32px;

    color: #fff;

    font-weight: 900;

    letter-spacing: 1.5px;

    margin-bottom: 27px;

  }

  .section-title h3 i {

    display: block;

    width: 43px;

    height: 3px;

    background: #d8ca1f;

    margin-top: 17px;

  }

  .about-detail h4 {

    font-size: 15px !important;

    line-height: 24px !important;

    color: #fff !important;

    text-transform: uppercase !important;

    font-weight: 700 !important;

    margin-top: 21px !important;

    letter-spacing: 1px !important;

  }

  .about-img .coll {

    float: left;

  }

  .about-img img {

    display: inline-block;

    margin: 0 0 6px 6px;

    vertical-align: top;

    border-radius: 3px;

  }

.our-detail.bg {



    background: #393939;

}

.our-detail.bg ul li {

  padding: 26px;

  border-bottom: 1px solid #282828;

}

  .our-detail.bg h3 {

    background: rgb(216, 202, 31);

    width: 60px;

    height: 60px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #fff;

    float: left;

  }

  .our-detail ul,.our-detail p {

    clear: both;

  }

  .our-detail.bg strong {

    min-height: 60px;

    display: flex;

    align-items: center;

    padding-left: 10px;

    color: #fff;

  }

  .our-detail h3{

    color:#fff;

  }

  .our-detail strong {

    display: block;

    font-size: 15px;

    line-height: 24px;

    color: #fff;

    font-weight: 700;

    letter-spacing: 1px;

    margin-bottom: 15px;

    text-transform: uppercase;

  }

  .info-aboutus{

    position: relative;

  }

  .info-aboutus .left-banner {

    position: absolute;

    left: 50%;

    top: 0;

    margin-left: -985px;

  }

  .info-aboutus .left-banner img{

    width:auto;

  }

  .our-detail.bg ul li:last-child {

    border: none;

  }

  @media only screen and (min-width: 768px) and (max-width: 992px){

  .info-aboutus .left-banner {

    position: static;

    width: 100%;

    left: 0;

    margin-bottom: 20px;

    text-align: center;

    margin-left: 0;

  }

}

@media only screen and (max-width: 991px){

.info-aboutus .left-banner {

display: none;

}

.info-aboutus .our-detail {

  float: none;

  margin-left: 0;

  margin: 30px 0;

  width: auto;

  text-align: center;

  display: block;

  clear: both;

}

.info-aboutus .our-detail.bg {

  text-align: left;

  background: rgba(0,0,0, 0.8);

  position: relative;

  z-index: 999;

}

.bo {

  position: relative;

  background: url(../img/abinfo.jpg) no-repeat center;

    background-size: auto;

  background-size: cover;

}

}

.bg-g {

  background: #282828;

  padding-top: 100px;

}

.section-title h3{

  position: relative;

}

.section-title h3 span {

  position: relative;

  z-index: 2;

}

.section-title h3::before {

  content: "";

  position: absolute;

  width: 50px;

  height: 50px;

  background: rgba(216, 202, 31);

  z-index: 1;

  border-radius: 100%;

  left: -21px;

  top: -10px;

}

.sale-box {

  background: #393939;

  min-height: 150px;

  padding: 15px 20px;

  border-radius: 5px;

  text-align: center;

  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;

  max-width: 300px;

margin: auto;

  margin-bottom: auto;

margin-bottom: 20px;

}

.sale-box h3 {

  font-size: 20px;

  color: #fff;

}

.dropdown-menu {

  position: absolute;

  top: 150%;

  left: 0;

  z-index: 1000;

  display: none;

  float: left;

  min-width: 10rem;

  padding: 0;

  margin: .125rem 0 0;

  font-size: 1rem;

  color: #212529;

  text-align: left;

  list-style: none;

  background-color: #fff;

  background-clip: padding-box;

  border: 1px solid rgba(0,0,0,.15);

  border-radius: 0px;

}

.dropdown-item.active, .dropdown-item:active {

  color: #fff;

  text-decoration: none;

  background-color: #d8ca1f;

  border-left: 3px solid #1c32a9;

}

.dropdown-item {

  display: block;

  width: 100%;

  padding: 0.9rem 1.6rem;

  clear: both;

  font-weight: 400;

  color: #212529;

  text-align: inherit;

  white-space: nowrap;

  background-color: transparent;

  border: 0;

}

strong{

  color:#fff;

}

.founder-details {

  float: left;

  width: 100%;

  padding: 60px 15px 0 15px;

  border-top: 2px solid #e7e08a;

}

.founder-details span {

  display: block;

  color: #999999;

  font-size: 12px;

  text-transform: uppercase;

  margin-bottom: 30px;

}

.founder-details p {

  margin-bottom: 40px;

  font-size: 16px;

  line-height: 24px;

  text-align: justify;

}

.founder-details ul {

  float: left;

  width: 100%;

  margin: 0;

  padding: 0;

}

.founder-details ul li {

  display: inline-block;

  padding: 0 15px;

  list-style: none;

}

.founder-details ul li a {

  color: #999999;

  font-size: 18px;

}

.founder-img img {

  border-radius: 3px;

  margin: auto;

}

@media(max-width:991px){

  

  .founders.bg-g{

    padding-top: 50px;

    padding-bottom: 0px;

  }

}



/* projects */



.project-box::after {



  content: "";

  display: block;

  width: 10px;

  background-color: #dedede;

  position: absolute;

  top: 15px;

  bottom: -9px;

  right: -10px;

  -webkit-clip-path: polygon(0 0,100% 6px,100% 100%,0 100%);

  -khtml-clip-path: polygon(0 0,100% 6px,100% 100%,0 100%);

  -moz-clip-path: polygon(0 0,100% 6px,100% 100%,0 100%);

  -ms-clip-path: polygon(0 0,100% 6px,100% 100%,0 100%);

  -o-clip-path: polygon(0 0,100% 6px,100% 100%,0 100%);

  clip-path: polygon(0 0,100% 6px,100% 100%,0 100%);

  transition: all 350ms ease-in-out 0ms;



}

.project-box::before {



  content: "";

  display: block;

  height: 10px;

  background-color: #dedede;

  position: absolute;

  bottom: -9px;

  left: 10px;

  right: -1px;

  clip-path: polygon(0 0,100% 0,100% 100%,6px 100%);

  transition: all 350ms ease-in-out 0ms;



}

.project-box {

  margin-bottom: 30px;

  overflow: visible;

  transition: all 300ms linear 0ms;

  position: relative;

  border: 1px solid #dedede;

}

.project-box:hover{

  border: none;

}

.entry-featured {

  overflow: hidden;

  position: relative;

  margin-bottom: 0;

}

.project-image::after {

  content: "";

  display: block;

  width: 75px;

  height: 15px;

  background-color: #fff;

  position: absolute;

  bottom: 0;

  right: -1px;

  clip-path: polygon(12px 0,75px 0,75px 15px,0 15px);

  transition: all 350ms ease-in-out 0ms;

}

.project-icon-wrap {

  position: absolute;

  top: 15px;

  left: 15px;

  flex: none;

  width: 60px;

  height: 60px;

  display: flex;

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -webkit-flex-direction: row;

  -ms-flex-direction: row;

  flex-direction: row;

  align-items: center;

  justify-content: center;

  background-color: #d8ca1f;

  overflow: hidden;

}

.entry-body {

  background-color: #282828;

  display: flex;

  border: 1px solid #282828;

  border-top: none;

  border-right: none;

  padding: 27px 25px 28px;

  transition: all 250ms linear 0ms;

}

.entry-title::after {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  display: block;

  width: 100%;

  height: 1px;

  background-color: #282828;

}

.entry-title::before {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  display: block;

  width: 65px;

  height: 1px;

  background-color: #d8ca1f;

  z-index: 1;

}

.entry-content {

  margin-bottom: 3px;

}

.entry-title {

  font-size: 20px;

  color: #fff;

  padding-bottom: 16px;

  margin-bottom: 14px;

  position: relative;

}

.project-box:hover .entry-featured .project-image img{

  opacity: .9;

  -webkit-transform: scale3d(1.05,1.05,1);

  transform: scale3d(1.05,1.05,1);

}

.project-box:hover::after,.project-box:hover::before{

  background-color: #d8ca1f;

}

.project-icon-wrap h1 {

  font-weight: 800;

  color: #fff;

}



@media(min-width:992px){

  .project-image {

    width: 100%;

    height: 100%;

  }

  .project-image a {

    height: 100%;

  }

  .project-image img {

    width: 100%;

    object-fit: cover;

    height: 100%;

  }

  .project-box{

    

  display: flex;

  max-width: unset;

  height: 100%;

  }

  .project-box .entry-featured {

    width: 50%;

  }

  .project-box .entry-body {

    width: 50%;

  }



  .project-image::after {

    background-color: #dedede;

  }

  .project-box:hover .project-image::after{

    background-color: #d8ca1f;

  }

}

.sl-overlay {

  position: fixed;

  left: 0;

  right: 0;

  top: 0;

  bottom: 0;

  background: #000;

  opacity: .8;

  display: none;

  z-index: 1035;

}

.mb50{

  margin-bottom: 50px;

}

.why-border-b::after {



  content: "";

  left: 50%;

  transform: translateX(-50%);

  width: 30px;

  height: 30px;

  border-radius: 100%;

  background: #eee;

  position: absolute;

  bottom: -16px;



}

.why-border-b {



  border-bottom: 1px solid #eee;

  position: relative;



}

.goal {

  background: url(../img/af2df946b8cbfed0d38584420cc64a92.jpeg) center;

    background-size: auto;

  background-size: auto;

  background-size: cover;

  padding: 100px 0px 100px;

  color: #ddd;

  margin-bottom: 30px;

  background-attachment: fixed;

}

.mm-navbar {

  background: #f3f3f3;

  border-color: rgba(0,0,0,.1);

  color: rgba(0,0,0,.3);

  background: #d8ca1f;

  border-color: var(--mm-color-border);

  color: rgb(0, 0, 0);

}

.img-fluid.logo {

  max-width: 150px;

}

@media(max-width:991px){

  .carousel-caption {

    bottom: 20%;

  }

  .pd100 {

    padding-top: 50px;

    padding-bottom: 50px;

  }

  .vendor-content-area .ph-title {

    font-size: 24px;

  }

  .goal {

    padding: 50px 0px 50px;

  }

  .form-right {

    margin-bottom: 30px;

  }

}

.mm-listitem_selected > .mm-listitem__text {

  color: #d8ca1f !important;

}

.clients .client-image img {

  display: inline-block;

  width: auto !important;

  opacity: .7;

  transition: all 300ms linear 0s;

}

.clients .client-image::after {

  content: "";

  display: block;

  width: 17px;

  height: 17px;

  background-color: initial;

  position: absolute;

  bottom: -1px;

  right: -1px;

  border-right: 3px solid #1c32a8;

  border-bottom: 3px solid #1c32a8;

  transition: all 350ms ease 0s;

  opacity: 0;

}

.clients .client-image::before {

  content: "";

  display: block;

  width: 17px;

  height: 17px;

  background-color: initial;

  position: absolute;

  top: -1px;

  left: -1px;

  border-top: 3px solid #1c32a8;

  border-left: 3px solid #1c32a8;

  transition: all 350ms ease 0s;

  opacity: 0;

}

.clients .client-image {

  border: 1px solid #dedede;

  padding: 30px 15px;

  position: relative;

  transition: all 300ms linear 0s;

  margin: 10px 0;

  background: #fff;

}

.clients .client-image:hover {

  box-shadow: 0 3px 25px rgba(0,0,0,.2);

  border-color: transparent;

}

.clients .client-image:hover::before, .clients .client-image:hover::after {

  opacity: 1;

}

@media (min-width:992px){

  footer h6 {

    min-height: 25px;

  }

}

@media (max-width:767px){

  #home #services .services-wrapper {

    background: #d8ca1f;

    border-radius: 5px;

    height: 150px;

    width: 250px;

    display: flex;

    align-items: center;

    padding: 0 10px;

    position: relative;

  }

  #home #services .services-wrapper h4 {

    font-size: 15px;

  }

  menu .logo-wrapper {

    padding: 0;

    position: absolute;

    z-index: 1;

    top: 0;

    padding: 0;

    max-width: 150px;

  }

  menu .d-block {

    display: block !important;

    text-align: right;

    min-height: 80px;

    display: flex !important;

    align-items: center;

    justify-content: flex-end;

  }

}

.capacity .col-lg-7 p {

  text-align: justify;

}

@media(max-width:991px){

  .about-img img {

    margin: unset;

      margin-bottom: unset;

    margin-bottom: 6px;

  }

  .section-title h3::before {

    left: -10px;

  }

  footer .container.py-5 {

    padding-top: 20px !important;

    padding-bottom: 0px !important;

  }

  .bg-g {

    padding-top: 30px;

  }

  .pd50{

    padding-top: 30px;

    padding-bottom: 30px;

  }

  .founder-details {

    float: left;

    width: 100%;

    padding: 20px 15px 20px 15px;

    border-top: none;

    text-align: center;

    border-bottom: 2px solid #e7e08a;

  }

  .founder-border-b:last-child .founder-details {

    border: none;

    padding-bottom: 0;

  }

  .butn {

    font-size: 14px;

    padding: 13px 20px !important;

  }

  .form-right {

    margin-bottom: 30px;

    padding: 20px;

  }

  .form-margin {

    text-align: left;

    margin-bottom: 0px;

  }

}



/* #carouselExampleControls img {

  -webkit-filter: grayscale(100%);

  filter: grayscale(100%);

} */



.clients .client-image img {

  display: inline-block;

  width: auto !important;

  opacity: 0.9;

  transition: all 300ms linear 0s;

}

.client-image:hover img {

  opacity: 1;

}

.projects .card-header {

  color: #000;

  cursor: pointer;

  text-transform: uppercase;

  background: #d8ca1f;

}

.projects img {

  margin-bottom: 20px;

}

.carousel-item .img-overlay{

  position: relative;

}

.carousel-item .img-overlay::before {

  content: "";

  position: absolute;

  left: 0;

  top: 0;

  right: 0;

  bottom: 0;

  background: rgba(0, 0, 0, 0.5);

}

@media(max-width:767px){

  .img-fluid.logo {

    max-width: 100px;

  }

  #home #services .services-wrapper {

    background: #d8ca1f;

    border-radius: 5px;

    height: 100px;

    width: 200px;

    display: flex;

    align-items: center;

    padding: 0 10px;

    position: relative;

    margin-top: -20px;

    margin-bottom: 30px;

  }

  #home #project:before,#home #project:after{

    opacity: 0;

  }

}