/* ------------------------------------
    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: #011b3f;
    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 #011b3f;
    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: #191919;
    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: #011b3f;
  }
  .rs-team.style1 .team-wrap .team-content .team-title {
    font-size: 13px;
    font-weight: 500;
    line-height: 3em;
    color: #C5C2C2;
    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: #011b3f;
  }
  .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 {
    opacity: 1;
    width: 100%;
    visibility: visible;
    transform: translate(0, 0);
    bottom: 0;
    height: 140px;
    color: #011b3f;
    background: #fff;
  }

  .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: #011b3f;
    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: #011b3f;
  }
  .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: #011b3f;
  }
  .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: #011b3f;
  }
  .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: #1e3a8a;
  }
  .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: #011b3f;
    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: #011b3f;
    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: #011b3f;
  }
  .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: #011b3f;
  }
  .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;
  }

  .rs-process.style2 .rs-addon-number .number-part {
    padding: 50px 45px 40px 30px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F2F2F2;
    margin: 0 3px 0 3px;
  }
  .rs-process.style2 .rs-addon-number .number-part .number-area .number-prefix {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #00000021;
    display: block;
    margin-bottom: 22px;
  }
  .rs-process.style2 .rs-addon-number .number-part .number-title .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: #0a0a0a;
    margin: 0 0 12px;
  }
  .rs-process.style2 .rs-addon-number .number-part .number-txt {
    margin-bottom: 27px;
  }
  .rs-process.style2 .rs-addon-number .number-part .number-txt .loac-text {
    padding-top: 12px;
  }
  .rs-process.style2 .rs-addon-number .number-part .number-txt .loac-text strong {
    font-weight: 700;
  }

  .rs-project.style1 .project-item {
    position: relative;
    overflow: hidden;
  }
  .rs-project.style1 .project-item .project-content {
    position: absolute;
    padding: 17px 25px 15px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    left: 0;
    bottom: -100px;
    text-align: left;
    width: 100%;
    transition: 0.4s;
    height: 100%;
  }
  .rs-project.style1 .project-item .project-content .project-inner {
    position: absolute;
    bottom: -100px;
    transition: 0.5s;
    left: 40px;
  }
  .rs-project.style1 .project-item .project-content .project-inner .title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .rs-project.style1 .project-item .project-content .project-inner .title a {
    color: #ffffff;
  }
  .rs-project.style1 .project-item .project-content .project-inner .title a:hover {
    color: #1e3a8a;
  }
  .rs-project.style1 .project-item .project-content .project-inner .category {
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
  }
  .rs-project.style1 .project-item .project-content .project-inner .category a {
    color: #C3C2C2;
  }
  .rs-project.style1 .project-item .project-content .project-inner .p-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    color: #ffffff;
    background: #1e3a8a;
    font-size: 18px;
    display: block;
  }
  .rs-project.style1 .project-item .project-content .project-inner .p-icon .custom-icon {
    position: relative;
  }
  .rs-project.style1 .project-item .project-content .project-inner .p-icon .custom-icon:before {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-left: 0;
    content: "\f114";
    font-family: Flaticon;
  }
  .rs-project.style1 .project-item .project-content:before {
    content: '';
    position: absolute;
    bottom: -150px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: #1A1111E0;
    transition: all 0.4s;
  }
  .rs-project.style1 .project-item:hover .project-content {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
  .rs-project.style1 .project-item:hover .project-content .project-inner {
    bottom: 40px;
  }
  .rs-project.style1 .project-item:hover .project-content:before {
    opacity: 1;
    bottom: 0;
    visibility: visible;
  }
  .rs-project.style1.red-overly-bg .project-item .project-img {
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .rs-project.style1.red-overly-bg .project-item .project-img img {
    transition: 1.3s all ease;
  }
  .rs-project.style1.red-overly-bg .project-item .project-content .project-inner {
    left: 27px;
  }
  .rs-project.style1.red-overly-bg .project-item .project-content .project-inner .title {
    margin-bottom: 0px;
  }
  .rs-project.style1.red-overly-bg .project-item .project-content .project-inner .title a {
    color: #ffffff;
  }
  .rs-project.style1.red-overly-bg .project-item .project-content .project-inner .title a:hover {
    color: #1e3a8a;
  }
  .rs-project.style1.red-overly-bg .project-item .project-content .project-inner .category {
    margin-bottom: 0px;
  }
  .rs-project.style1.red-overly-bg .project-item .project-content .project-inner .category a {
    color: #ffffff;
  }
  .rs-project.style1.red-overly-bg .project-item .project-content:before {
    background-color: #BB0B0B82;
  }
  .rs-project.style1.red-overly-bg .project-item:hover .project-img img {
    transform: scale(1.2);
  }
  .rs-project.style1.red-overly-bg .project-item:hover .project-content {
    opacity: 1;
    visibility: visible;
    bottom: 0;
  }
  .rs-project.style1.red-overly-bg .project-item:hover .project-content .project-inner {
    bottom: 25px;
  }
  .rs-project.style1.red-overly-bg .project-item:hover .project-content:before {
    opacity: 1;
    bottom: 0;
    visibility: visible;
  }
  .rs-project.style1.project-home5-style .project-item .project-content .project-inner .title a:hover {
    color: #4caf50;
  }
  .rs-project.style1.project-home5-style .project-item .project-content .project-inner .p-icon {
    background: #4caf50;
  }

  .rs-faq .faq-content .accordion {
    border-width: 12px;
  }
  .rs-faq .faq-content .accordion .card {
    margin-bottom: 15px;
    border: none;
    background-color: #fff;
  }
  .rs-faq .faq-content .accordion .card:last-child {
    margin-bottom: 0;
  }
  .rs-faq .faq-content .accordion .card .card-header {
    display: flex;
    align-items: center;
    padding: 0 !important;
    border: none;
    box-shadow: 0 0 10px #efefef;
    background: #fff;
  }
  .rs-faq .faq-content .accordion .card .card-header .card-link {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 30px 0 30px;
    height: 65px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 600;
    background: #ffffff;
    box-shadow: 0 0 10px #efefef;
    color: #0a0a0a;
  }
  .rs-faq .faq-content .accordion .card .card-header .card-link:after {
    position: absolute;
    font-family: FontAwesome;
    content: "\f068";
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    background: #1e3a8a;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
  }
  .rs-faq .faq-content .accordion .card .card-header .card-link.collapsed:after {
    color: #ffffff;
    content: "\f067";
  }
  .rs-faq .faq-content .accordion .card .card-body {
    color: #0a0a0a;
    padding: 0 30px 30px 30px !important;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 10px #efefef;
  }
  .rs-faq.faq-home-style5 .faq-content .accordion .card .card-header .card-link:after {
    left: 13px;
    font-size: 12px;
    color: #0a0a0a;
    box-shadow: unset;
    background: unset;
  }
  .rs-faq.faq-home-style5 .faq-content .accordion .card .card-header {
    box-shadow: unset;
  }
  .rs-faq.faq-home-style5 .faq-content .accordion .card .card-header .card-link {
    padding: 22px 36px 0 60px;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff;
    box-shadow: unset;
  }
  .rs-faq.faq-home-style5 .faq-content .accordion .card .card-header.active .card-link {
    background: #4caf50;
    color: #ffffff;
    padding: 22px 36px 0 60px;
  }
  .rs-faq.faq-home-style5 .faq-content .accordion .card .card-header.active .card-link:after {
    color: #ffffff;
  }
  .rs-faq.faq-home-style5 .faq-content .accordion .card .card-body {
    background: #fff;
    box-shadow: unset;
  }

  .rs-appointment.style1 .border-section {
    border-style: solid;
    border-width: 2px 0px 0px 0px;
    border-color: #02010108;
    padding: 50px 0px 100px 0px;
  }
  .rs-appointment.style1 .appoint-schedule .appoint-img {
    background: url(1.html);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
  }
  .rs-appointment.style1 .appoint-schedule .contact-wrap {
    padding: 110px 100px 100px 70px;
    background: #13171c;
  }
  .rs-appointment.style1 .appoint-schedule .contact-wrap .from-control {
    padding: 17px 17px 17px 17px;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0D0D0D;
    background-color: #0D0D0D;
    width: 100%;
    max-width: 100%;
    opacity: 1;
  }
  .rs-appointment.style1 .appoint-schedule .contact-wrap .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    padding: 17px 17px 17px 17px;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0D0D0D;
    background-color: #0d0d0d;
  }
  .rs-appointment.style1 .appoint-schedule .contact-wrap textarea {
    height: 120px;
  }
  .rs-appointment.style1 .appoint-schedule .contact-wrap ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    opacity: 1;
  }
  .rs-appointment.style1 .appoint-schedule .contact-wrap ::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    opacity: 1;
  }
  .rs-appointment.style1 .appoint-schedule .contact-wrap :-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    opacity: 1;
  }
  .rs-appointment.style1 .appoint-schedule .contact-wrap :-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    opacity: 1;
  }
  .rs-appointment.style1 .appoint-schedule .contact-wrap input[type=submit]:hover {
    opacity: .9;
  }
  .rs-appointment.style1.apply-career .appoint-schedule .appoint-img {
    background: url(assets/images/careers/2.html);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
  }
  .rs-appointment.style1.apply-career .appoint-schedule .contact-wrap {
    padding: 100px 100px 100px 70px;
    background: #13171c;
  }
  .rs-appointment.style1.apply-career .appoint-schedule .contact-wrap .form-group label {
    color: #ffffff;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
  }
  .rs-appointment.style1.apply-career .appoint-schedule .contact-wrap .form-group .form-control-mod {
    width: 100%;
    padding: 17px 17px 17px 17px;
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0D0D0D;
    background-color: #0D0D0D;
  }
