/* ------------------------------------
    17. Team Section CSS
---------------------------------------*/
.rs-team.style1 .team-wrap {
    position: relative;
    transition: all 0.3s ease;
  }
  .rs-team.style1 .team-wrap .image-wrap {
    position: relative;
    overflow: hidden;
  }
  .rs-team.style1 .team-wrap .image-wrap .social-icons {
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    background: #BB0B0B;
    padding: 12px 0 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease 0s;
  }
  .rs-team.style1 .team-wrap .image-wrap .social-icons a i {
    background: transparent;
    color: #fff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    transition: 0.3s all ease;
    border-radius: 50%;
    margin: 0;
  }
  .rs-team.style1 .team-wrap .image-wrap .social-icons:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 50px solid #bb0b0b;
    border-right: 50px solid transparent;
    bottom: 0;
    left: 0;
    display: block;
    top: 100%;
  }
  .rs-team.style1 .team-wrap .team-content {
    text-align: center;
    margin: 0;
    padding: 20px 20px 25px;
    background-color: #29235c;
    position: unset;
    opacity: 1;
  }
  .rs-team.style1 .team-wrap .team-content .team-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 0px;
    text-transform: capitalize;
  }
  .rs-team.style1 .team-wrap .team-content .team-name a {
    color: #ffffff;
  }
  .rs-team.style1 .team-wrap .team-content .team-name a:hover {
    color: #bb0b0b;
  }
  .rs-team.style1 .team-wrap .team-content .team-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 2em;
    color: #fff;
    text-transform: uppercase;
  }
  .rs-team.style1 .team-wrap:hover .image-wrap .social-icons {
    right: 0;
    width: 50px;
    opacity: 1;
    visibility: visible;
  }
  .rs-team.style1.team-style1 .team-wrap {
    box-shadow: 0 5px 20px #eee;
  }
  .rs-team.style1.team-style1 .team-wrap .image-wrap a img {
    opacity: 1;
    transition: 0.3s ease-in-out;
    transform: scale(1.1);
  }
  .rs-team.style1.team-style1 .team-wrap .team-content .team-name a {
    color: #ffffff;
  }
  .rs-team.style1.team-style1 .team-wrap .team-content .team-name a:hover {
    color: #bb0b0b;
  }
  .rs-team.style1.team-style1 .team-wrap:hover .image-wrap a img {
    opacity: .7;
    transform: scale(1);
  }
  .rs-team.style2 .team-item {
    position: relative;
    overflow: hidden;
    padding-bottom: 95px;
    background: #fff;
  }
  .rs-team.style2 .team-item .team-img img {
    transition: 0.4s;
  }
  .rs-team.style2 .team-item .team-content {
    height: 100px;
    width: 100%;
    bottom: 0;
    position: absolute;
    padding: 20px 20px;
    color: #444;
    text-align: center;
    overflow: hidden;
    background: #fff;
    transition: .3s all ease;
  }
  .rs-team.style2 .team-item .team-content .team-info .name {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    text-transform: capitalize;
  }
  .rs-team.style2 .team-item .team-content .team-info .name a {
    color: #0a0a0a;
  }
  .rs-team.style2 .team-item .team-content .team-info .post {
    font-size: 13px;
    line-height: 26px;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase;
  }
  .rs-team.style2 .team-item .team-content .social-icon {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%) scale(0.5);
    transition: all 0.4s ease-in-out 0s;
    opacity: 0;
  }
  .rs-team.style2 .team-item .team-content .social-icon li {
    display: inline-block;
    margin-right: 30px;
  }
  .rs-team.style2 .team-item .team-content .social-icon li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    transition: all 0.3s ease 0s;
    background: transparent;
  }
  .rs-team.style2 .team-item .team-content .social-icon li a i {
    font-size: 30px;
    color: #ffffff;
  }
  .rs-team.style2 .team-item .team-content .social-icon li a i:hover {
    color: #0a0a0a;
  }
  .rs-team.style2 .team-item .team-content .social-icon li:last-child {
    margin-right: 0;
  }
  .rs-team.style2 .team-item .team-content:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #bb0b0b;
    transition: .4s all ease;
    left: 0;
  }
  .rs-team.style2 .team-item:hover .team-img img {
    transform: scale(1.1);
  }
  .rs-team.style2 .team-item:hover .team-content {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transform: translate(0, 0);
    bottom: 0;
    height: 140px;
    color: #fff;
    background: #bb0b0b;
  }
  .rs-team.style2 .team-item:hover .team-content .team-info .name a {
    color: #ffffff;
  }
  .rs-team.style2 .team-item:hover .team-content .team-info .post {
    color: #ffffff;
  }
  .rs-team.style2 .team-item:hover .team-content .social-icon {
    bottom: 20px;
    opacity: 1;
  }
  .rs-team.style3 .team-item {
    position: relative;
    overflow: hidden;
  }
  .rs-team.style3 .team-item .team-img {
    overflow: hidden;
  }
  .rs-team.style3 .team-item .team-img img {
    transition: 0.4s;
  }
  .rs-team.style3 .team-item .team-content {
    padding: 25px 20px 30px;
    color: #444;
    text-align: center;
    overflow: hidden;
    background: #fff;
    transition: .3s all ease;
  }
  .rs-team.style3 .team-item .team-content .team-info .name {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 6px;
  }
  .rs-team.style3 .team-item .team-content .team-info .name a {
    color: #0a0a0a;
  }
  .rs-team.style3 .team-item .team-content .team-info .name a:hover {
    color: #bb0b0b;
  }
  .rs-team.style3 .team-item .team-content .team-info .post {
    font-size: 13px;
    line-height: 26px;
    font-weight: 500;
    color: #333333;
    text-transform: uppercase;
    display: block;
    margin-bottom: 7px;
  }
  .rs-team.style3 .team-item .team-content .social-icon li {
    display: inline-block;
    margin-right: 22px;
  }
  .rs-team.style3 .team-item .team-content .social-icon li a {
    font-size: 15px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #ffffff;
    transition: all 0.3s ease 0s;
    background: transparent;
  }
  .rs-team.style3 .team-item .team-content .social-icon li a i {
    color: #4a4a4a;
  }
  .rs-team.style3 .team-item .team-content .social-icon li a i:hover {
    color: #bb0b0b;
  }
  .rs-team.style3 .team-item .team-content .social-icon li:last-child {
    margin-right: 0;
  }
  .rs-team.style3 .team-item:hover .team-img img {
    transform: scale(1.2);
  }
  .rs-team.style4 .team-item-wrap .team-wrap .image-inner {
    overflow: hidden;
    border-radius: 50%;
  }
  .rs-team.style4 .team-item-wrap .team-wrap .image-inner a img {
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .rs-team.style4 .team-item-wrap .team-content {
    padding: 20px 20px 20px;
  }
  .rs-team.style4 .team-item-wrap .team-content .person-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .rs-team.style4 .team-item-wrap .team-content .person-name a {
    color: #0a0a0a;
  }
  .rs-team.style4 .team-item-wrap .team-content .person-name a:hover {
    color: #0082f1;
  }
  .rs-team.style4 .team-item-wrap .team-content .designation {
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #666;
    margin-bottom: 15px;
  }
  .rs-team.style4 .team-item-wrap .team-content .team-social li {
    display: inline-block;
    margin-right: 16px;
  }
  .rs-team.style4 .team-item-wrap .team-content .team-social li a i {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #0082f1;
  }
  .rs-team.style4 .team-item-wrap .team-content .team-social li:last-child {
    margin-right: 0;
  }
  .rs-team.style4 .team-item-wrap:hover .team-wrap .image-inner a img {
    transform: scale(1.2);
  }
  .rs-team.style4.home-4-team-style .team-item-wrap .team-wrap .image-inner {
    border-radius: unset;
  }
  .rs-team.style4.home-4-team-style .team-item-wrap .team-wrap .image-inner a img {
    transform: unset;
  }
  .rs-team.style4.home-4-team-style .team-item-wrap .team-content {
    padding: 20px 20px 20px;
    background: #ffffff;
    box-shadow: 0 6px 25px #eee;
  }
  .rs-team.style4.home-4-team-style .team-item-wrap .team-content .person-name a {
    color: #0a0a0a;
  }
  .rs-team.style4.home-4-team-style .team-item-wrap .team-content .person-name a:hover {
    color: #fd4a36;
  }
  .rs-team.style4.home-4-team-style .team-item-wrap .team-content .designation {
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #454545;
    margin-bottom: 15px;
  }
  .rs-team.style4.home-4-team-style .team-item-wrap:hover .team-wrap .image-inner a img {
    transform: unset;
  }
  .rs-team.style4.home-4-team-style .owl-stage-outer {
    padding: 20px;
    margin: -20px;
  }
  .rs-team-Single .btm-info-team {
    position: relative;
    box-shadow: 0px 0px 32px 0px rgba(7, 28, 31, 0.05);
    background: #fff;
    margin-bottom: 70px;
    padding: 40px;
  }
  .rs-team-Single .btm-info-team .images-part {
    padding: 0 30px 0 0;
  }
  .rs-team-Single .btm-info-team .con-info {
    position: relative;
  }
  .rs-team-Single .btm-info-team .con-info .designation-info {
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    color: #bb0b0b;
    text-transform: uppercase;
    display: block;
  }
  .rs-team-Single .btm-info-team .con-info .title {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 15px;
  }
  .rs-team-Single .btm-info-team .con-info .short-desc {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #454545;
    margin-bottom: 25px;
  }
  .rs-team-Single .btm-info-team .con-info .team-title {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: #0a0a0a;
    margin-bottom: 15px;
  }
  .rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li {
    margin: 5px 0 10px;
    padding: 0;
    display: block;
  }
  .rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li span i:before {
    color: #bb0b0b;
    margin-right: 18px;
    position: relative;
    top: 2px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
  }
  .rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li a {
    color: #555;
  }
  .rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li a:hover {
    color: #bb0b0b;
  }
  .rs-team-Single .btm-info-team .con-info .ps-informations .social-info {
    margin-top: 15px;
  }
  .rs-team-Single .btm-info-team .con-info .ps-informations .social-info li {
    display: inline-block;
    margin-right: 18px;
  }
  .rs-team-Single .btm-info-team .con-info .ps-informations .social-info li a {
    color: #555;
  }
  .rs-team-Single .btm-info-team .con-info .ps-informations .social-info li a:hover {
    color: #bb0b0b;
  }
  .rs-team-Single .btm-info-team .con-info .ps-informations .social-info li:last-child {
    margin-right: 0;
  }
  .rs-team-Single .btm-info-team .con-info:before {
    content: "\f10b";
    font-size: 250px;
    position: absolute;
    right: 92px;
    color: #0a0a0a;
    font-family: "Flaticon";
    height: 100%;
    top: 74px;
    opacity: 0.02;
  }

  .contact-form {
    max-width: 800px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 30px 13px;
    border: 1px solid #29235c;
    border-radius: 5px;
}
.contact-form .section-title-two {
  margin-bottom: 20px;
  text-align: center;
}

.section-title-two .sp-title {
  padding: 5px;
  color: #29235c;
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.donate-select {
  border: none;
  outline: none;
  text-align: left;
  width: 80%;
  height: 40px;
  border-radius: 5.5px;
  background-color: #fff;
  padding-left: 30px;
  color: #7e7e7e;
  font-size: 16px;
  margin-bottom: 10px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.contact-form-section {
  position: relative;
  padding: 110px 0 0;
  margin-bottom: 110px;
  background-size: cover;
}


/*Contact Form*/

.contact-form .row-10 {
  margin: 0 -10px;
}

.contact-form .form-group {
  margin-bottom: 30px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
  display: block;
  width: 100%;
  height: 52px;
  font-size: 16px;
  color: #848484;
  line-height: 30px;
  padding: 11px 20px;
  font-weight: 300;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #eaeaea;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--theme-color);
}

.contact-form textarea {
  height: 100px;
  resize: none;
  padding: 12px 25px;
}

.contact-form button {
  cursor: pointer;
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
  border-color: #ff0000 !important;
}

.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0px 0px;
  margin: 0px;
  text-transform: uppercase;
  font-size: 11px;
  color: #ff0000;
  font-weight: 500;
}

.contact-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--theme-color);
}
.section-title-two .sp-title {
  padding: 5px;
  color: #29235c;
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.section-title-two .sp-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  width: 40%;
  height: 100%;
  border-top: 1px solid #40D298;
  border-bottom: 1px solid #40D298;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.section-title-two .sp-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  width: 90%;
  height: 100%;
  border-left: 1px solid #40D298;
  border-bottom: 1px solid #40D298;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.section-title-two .sp-title {
  color: #29235c;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
  /* ------------------------------------
      18. Process Section CSS
  ---------------------------------------*/