* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: #f5f7f6;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.main-wrapper {
  width: 100%;
}
.containerw {
  width: 95%;
  margin: 0 auto;
}
/* Banner Section */
.banner {
  background-image: url("../images/banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding: 130px 0;
}
.banner::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #544943, #d0804b);
  opacity: 0.9;
  z-index: -1;
}
.banner .banner-data {
  display: flex;
}
.banner-data .b-d-left {
  width: 55%;
}
.banner-data .b-d-left h1 {
  color: #fff;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.1;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* Team Section */
.team {
  background-image: url(../images/team-bg.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  padding-bottom: 100px;
}
.team h1 {
  font-size: 40px;
  color: #e17127;
  padding: 50px 0;
}
.team h2 {
  color: #2b2c2e;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3rem !important;
}
.team h3 {
  font-size: 18px;
  padding: 5px 0;
  color:white !important;
}
.card-title b {
  font-size: 18px !important;
}
.team h4 {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 10px;
}
.card-7-details .team p ,.card-7-details .team h4,.card-7-details .team h3{
  color:white !important;
}
.team p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  padding: 0px 0 10px 0;
  line-height: 1.3;
}
h2.h2head {
  margin: 10px 0px;
  text-transform: capitalize;
  text-decoration: underline;
  font-kerning: none;
}
.cards-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
.card-1,
.card-2,
.card-3,
.card-4,
.card-5,
.card-6,
.card-7,
.card-8,.card {
  position: relative;
  width: 240px;
  min-height: 250px;
  background-color: #f2f3f5;
  box-shadow: 0 0 10px 1px #d6d7d8;
  margin: 10px 5px;
  border-radius: 5px;
}
.card-1-details,
.card-2-details,
.card-3-details,
.card-4-details,
.card-5-details,
.card-6-details,
.card-7-details,
.card-8-details,
.card-details{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  min-width: 180px;

  background-color: #e17127;
  color: #fff;
  border-radius: 5px;
  text-align: left;
  padding: 25px 10px 10px 10px;
  transition: max-height 0.5s ease;
  opacity: 0;

  min-height: 100%;
}
.card-details p,.card-details span{
    color: white !important;
}
.card-details a{
    text-decoration: underline !important;
    color: white !important;
    font-weight: bold !important;
}
.card:hover .card-details{
  opacity: 1;
  transition: opacity 1s ease;
}

.h2head{
  display: block;
  width: 100%;
}

.active {
  opacity: 1;
  height: 100%;
  transition: height 0.75s ease;
}
.card-img img {
  width: 100%;
  height: 240px;
}
.card-data {
  padding: 10px;
}
.card-desc {
  color: #a2a6a9;
  font-size: 10px;
  padding: 5px 0;
}

.e-s-links iconify-icon {
  background-color: #e17127;
  padding: 3px;
  border-radius: 100%;
}
.card-details-links {
  padding-top: 10px;
}
.card-details-links iconify-icon {
  padding: 3px;
  border-radius: 100%;
  border: 1px solid white;
  color: #fff;
}
.card-details-links iconify-icon:hover {
  cursor: pointer;
  color: #e17127;
  border: 1px solid #e17127;
  background-color: #fff;
}
/* Achievement Section*/
.achievement {
  background-color: cadetblue;
  padding: 20px 0;
}
.achievement .ach-data {
  text-align: center;
}
.ach-data h2 {
  color: #e17127;
  font-size: 30px;
  text-transform: capitalize;
  letter-spacing: -0.5px;
  padding-bottom: 10px;
}
.ach-data h3 {
  font-size: 12px;
  padding-bottom: 5px;
}
.ach-data p {
  font-size: 10px;
  font-weight: 600;
  color: rgb(49, 49, 49);
}
/* Conact-Us Section*/
.contact-us {
  padding: 50px 0;
}
.contact-us .contact-data {
  width: 75%;
  margin: 0 auto;
  background-color: #fff;
  padding: 70px 0 0 0;
  text-align: center;
}
.contact-data .c-d-h {
  padding: 0 20px;
}
.contact-data h3 {
  color: #e17127;
  font-size: 36px;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.contact-data .contact-f-d {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 50px 0 30px 0;
}
.contact-f-d .c-f-d-l {
  width: 40%;
  margin: 0 30px;
  text-align: left;
}
.contact-f-d .c-f-d-r {
  width: 40%;
  margin: 0 30px;
  text-align: left;
}
.contact-f-d .c-f-d-l form input,
textarea {
  width: 100%;
  border-radius: 0;
  border: 1px solid lightgray;
  padding: 10px 5px;
  margin-bottom: 10px;
}
.contact-f-d .c-f-d-l form textarea {
  resize: vertical;
}
.contact-f-d .c-f-d-l form .sub-btn {
  background-color: #e86e01;
  color: #fff;
  font-size: 12px;
  padding: 20px 40px;
  text-transform: uppercase;
  border: none;
  margin-top: 30px;
}
/* Subscribe Section */
.subscribe {
  padding: 50px 0;
  text-align: center;
  background-color: #544943;
  margin: 0 auto;
}
.subscribe .sub-data h4 {
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
  padding-bottom: 10px;
}
.sub-data .subscribe-form input {
  font-size: 12px;
  padding: 15px 10px;
  margin: 0 20px;
  width: 100%;
  max-width: 400px;
}
.sub-data .subscribe-form .subscribe-btn {
  background-color: #e86e01;
  color: #fff;
  font-size: 12px;
  padding: 17px 30px;
  text-transform: uppercase;
  border: none;
  margin-top: 30px;
}


@media (min-width:550px){
  .team .cards-container:first-child .card-details{
    position: absolute;
    top: 0;
    left: 0px;
    right: -305px;
    z-index: 1;
    min-width: 0%;
    width: 0%;
    background-color: #e17127;
    color: #fff;
    border-radius: 5px;
    text-align: left;
    padding: 25px 10px 10px 10px;
    transition: max-height 0.5s ease;
    /* opacity: 1; */
    min-height: 100%;
    height: 100%;
    overflow-y: auto;
    padding:10px;
  }


  .team .cards-container:first-child .card:hover .card-details{
    opacity:1;
    /* left: 274px; */
  transition: height 0.75s ease;
  min-width: 100%;
    width: 200%;
  }
  .team .cards-container:last-child .card:hover .card-details{
    opacity:1;
     left: -175px; 
  transition: height 0.75s ease;
  min-width: 100%;
    width: 200%;
  }
  /* .team .cards-container:first-child .card:last-child .card-details{
    left: -239px;
    right:0px;
  } */

  .card-13-details{
    opacity:0;
  } */

   .card-13:hover .card-details{
    opacity:1;
    left: 274px;
  transition: height 0.75s ease;
  }
   .card-38 .card-details {
    position: absolute;
    top: 0;
    left: 0px;
    right: -305px;
    z-index: 1;
    min-width: 100%;
    width: 200%;
    background-color: #e17127;
    color: #fff;
    border-radius: 5px;
    text-align: left;
    padding: 25px 10px 10px 10px;
    transition: max-height 0.5s ease;
    /* opacity: 1; */
    min-height: 100%;
    height: 100%;
    overflow-y: auto;
    padding:10px;

  } 




  .card-13,.card-38{
    /* left: -25%; */
  }
}

.card-38-details{
  opacity:0;

} */
/*
 .card-38:hover .card-details{
  opacity:1;
  left: 274px;
transition: height 0.75s ease;
}


.card-14 .card-details {
  position: absolute;
  top: 0;
  left: 0px;
  right: -305px;
  z-index: 1;
  min-width: 100%;
  width: 200%;
  background-color: #e17127;
  color: #fff;
  border-radius: 5px;
  text-align: left;
  padding: 25px 10px 10px 10px;
  transition: max-height 0.5s ease;
   opacity: 1; 
  min-height: 100%;
  height: 100%;
  overflow-y: auto;
  padding:10px;

}
.card-14-details{
  opacity:0;
} 

 .card-14:hover .card-details{
  opacity:1;
  left: 274px;
transition: height 0.75s ease;
}

.card-14-details{
  opacity:0;

} */

 /* .card-14:hover .card-details{
  opacity:1;
  left: 274px;
transition: height 0.75s ease;
} */

.card-details{
  height: 100%;
      overflow-y: auto;
}

.card-details .add-list li {
  margin: 10px 0!important;
  color: white !important;
}


/* .card-13 {
  display: flex;
  max-width: 800px;
  margin: 0 auto; 
} */

.card-13 .card-content {
  display: flex;
}

.card-13 .card-img {
  margin-right: 20px; /* Adjust the margin as needed */
}

.card-13 .card-data {
  flex-grow: 1;
}

.card-13-details {
  flex-grow: 2;
}


::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #e1712786;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: black;
}

h2.h2head {
  background-image: linear-gradient(45deg, #000000, #e17127);
  text-align: left;
  padding: 4px 10px;
  line-height: 2.5rem !important;
}
.team p {
  margin-bottom: 0px;
}