


.section-title {
  text-align: center;
  font-size: 2.5rem;
  color: #232323;
  margin-bottom: 40px;
  justify-content: start;
  text-transform: uppercase;
}


a {
  color: #333333;
  font-weight: 400;
  outline: none;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 15px 0;
  color: #454545;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0 0 15px 0;
  color: #333333;
  font-weight: 700;
}

h1 {
  font-weight: 900;
}

img {
  width: 100%;
  height: auto;
}

.container {
  max-width: 1170px;
  width: 100%;
  position: relative;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin: auto;
}

.container1 {
  margin-top: 3rem;
  max-width: 75%;
  height: 100%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container1 .row1 {
  display: -ms-flexbox;
  display: flex;
  justify-content:space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: 85%;
  margin: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .container1 {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 770px;
  }
  .container1 {
    max-width: 780px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1020px;
  }
  .container1{
    max-width: 1120px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .container1 {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  justify-content:space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: 100%;
  margin: auto;
}

.column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .column {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .column {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 992px) {
  .column {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.section-title {
  width: 100%;
  text-align: center;
  padding: 45px 0 30px 0;
}

/* .section-title::after {
    position: absolute;
    content: "";
    width: 200px;
    height: 3px;
    left: calc(50% - 25px);
    background: #cdd0de;
} */

.section-title h1 {
  color: #da4817;
  font-size: 40px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

@media (max-width: 767.98px) {
  .section-title h1 {
    font-size: 40px;
    letter-spacing: 3px;
  }
}

@media (max-width: 567.98px) {
  .section-title h1 {
    font-size: 30px;
    letter-spacing: 2px;
  }
}

.team-5 {
  margin-bottom: 30px;
}

.team-5 .team-img {
  position: relative;
  font-size: 0;
  text-align: center;
}

.team-5 .team-img img {
  width: 160px;
  height: auto;
  border-radius: 100%;
  border: 20px solid #f3f4fa;
}

.team-5 .team-content {
  padding: 80px 20px 20px 20px;
  margin-top: -80px;
  text-align: center;
  background: #f3f4fa;
  border-radius: 10px;
}

.team-5 .team-content h2 {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 2px;
}

.team-5 .team-content h3 {
  font-size: 16px;
  font-weight: 300;
}

.team-5 .team-content h4 {
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.team-5 .team-content p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.team-5 .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 35px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.09);
  transition: all 0.3s;
  font-size: 0;
  z-index: 1;
  opacity: 0;
  backdrop-filter: blur(0.8px);
}

.team-5:hover .team-social {
  opacity: 1;
}

.team-5 .team-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  padding: 11px 0 10px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  transition: all 0.3s;
  margin-top: 50px;
}

.team-5 .team-social a.social-tw {
  background: #00acee;
}

.team-5 .team-social a.social-fb {
  background: #3b5998;
}

.team-5 .team-social a.social-li {
  background: #0e76a8;
}

.team-5 .team-social a.social-in {
  background: #3f729b;
}

.team-5 .team-social a.social-yt {
  background: #c4302b;
}

.team-5 .team-social a:last-child {
  margin-right: 0;
}

.team-5:hover .team-social a {
  margin-top: 0;
}

.team-5 .team-social a:hover {
  background: #222222;
}


.founder-container {
  display: flex;
  margin: auto;
  justify-content: center;
  position: relative;
  margin-bottom: 6rem;
  margin-top: 4rem;
  background: #eee;
  border-radius: 15px;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.2);
  overflow: hidden;
  max-width: 800px;
  padding: 20px;
}

.founder-details {
  flex: 1;
  padding: 20px;
}

.founder-details h1 {
  font-size: 2.5em;
  color: #da4817;
  margin: 0;
}

.founder-details h2 {
  font-size: 1.5em;
  color: #777;
  margin: 10px 0;
}


.founder-details p {
  color: #555;
  line-height: 1.6;
}

.founder-photo {
  flex: 0 0 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.founder-photo img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 4px solid #da48178c;  
  box-shadow: 0px 10px 50px rgba(255, 68, 0, 0.473);
  transition: transform 0.3s;
}

.founder-photo img:hover {
  transform: scale(1.1);
}

/* Media Queries for Responsiveness */

@media (max-width: 768px) {
  .founder-container {
    flex-direction: column;
    padding: 15px;
  }

  .founder-details {
    padding: 10px;
  }

  .founder-details h1 {
    font-size: 2em;
  }

  .founder-details h2 {
    font-size: 1.25em;
  }

  .founder-photo {
    flex: 0 0 150px;
  }

  .founder-photo img {
    width: 120px;
    height: 120px;
  }
}

@media (max-width: 480px) {
  .founder-container {
    margin-bottom: 4rem;
    margin-top: 2rem;
  }

  .founder-details h1 {
    font-size: 1.8em;
  }

  .founder-details h2 {
    font-size: 1.1em;
  }

  .founder-photo {
    flex: 0 0 120px;
  }

  .founder-photo img {
    width: 100px;
    height: 100px;
  }
}








/*               footer */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

footer {
  position: relative;
}

.container2 {
  max-width: 1170px;
  margin: auto;
}
.f_row {
  display: flex;
  flex-wrap: wrap;
}
ul {
  list-style: none;
}
.footer {
  margin-top: 120px;
  /* background-color: #24262b; */
  background: linear-gradient(#3d3d3d, #232323, #000000);
  padding: 70px 0;
}
.footer-col {
  width: 25%;
  padding: 0 15px;
}
.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
}
.footer-col h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  background-color: #da4817;
  height: 2px;
  box-sizing: border-box;
  width: 50px;
}
.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  color: #bbbbbb;
  display: block;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 8px;
}
.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 1.2rem;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover {
  color: #24262b;
  background-color: #ffffff;
}

.footer-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
  font-family: sans-serif;
  padding: 3px;
}

.footer-bottom b {
  color: #da4817;
  font-size: 15px;
  font-weight: bolder;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom a {
  color: #da4817cb;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/*responsive*/
@media (max-width: 767px) {
  .footer-col {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 574px) {
  .footer-col {
    width: 100%;
  }
}