:root {
    --primary: #7fcdff;
  --secondary: #1da2d8;
  --success: #26cc8c;
  --danger: #ff6379;
  --info: #59c8ff;
  --warning: #ffce00;
  --gold: #ffc107;
  --white: #fff;
  --black: #000;
  --dark: #050c20;
  --dark2: #0f1730;
  --black2: rgba(2, 0, 21, 0.1);
  --bgLight: #e9f1ff;
  --bgLight2: #f4f8ff;
  --borderColor: rgba(255, 255, 255, 0.2);
  --fontColor: #bdbadb;
  --fontColor2: #a9a8b6;
  --yt: #f20000;
  --fb: #1877f2;
  --ig: #e2306c;
  --tw: #1d9bf0;
  --in: #0172b1;
  --btn-bg1: #7fcdff;
  --gradiant: linear-gradient(90deg, #7fcdff 0%, #1da2d8 100%);
  --gradiantAlpha: linear-gradient(90deg, rgba(101, 254, 101, 0.04) 0%, rgba(32, 227, 178, 0.04) 100%);
  --linear_bg: linear-gradient(87.52deg, var(--base-light) 0, var(--secondary) 100%);
  --linear_bg2: linear-gradient(87.52deg, var(--secondary) 0, var(--btn-bg1) 100%);


}




.banner-section {
  padding: 200px 0 90px 0;
  margin-top: -165px;
  position: relative;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  z-index: 1;
}
.banner-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.50);
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-section h3 {
  text-transform: capitalize;
}
.banner-section .breadcrumb {
  justify-content: center;
}
.banner-section .breadcrumb-item {
  color: var(--white);
  transition: 0.4s;
  text-transform: capitalize;

}
.banner-section .breadcrumb-item:hover, .banner-section .breadcrumb-item.active {
  color: var(--primary);
}
.banner-section .breadcrumb-item:hover a, .banner-section .breadcrumb-item.active a {
  color: var(--primary);
  transition: 0.4s;
}
.banner-section .breadcrumb-item a {
  color: var(--white);
}
.banner-section .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: var(--white);
}

.rtl .banner-section .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding: 0 0.5rem;

}





.text-primary {
  color: var(--primary) !important;
}
.pricing-section {
  padding: 150px 0;
  background: url(../img/Vector-10.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  background-color: #000;
  color:#fff;
}



.pricing-section-plan {
  color:#fff;
}



.pricing-section h4, h6 {
  color:#fff;
  font-weight: 600;
}

.pricing-section .pricing-box {
  
  padding: 50px 40px;
  border-radius: 20px;
  background: url(../img/bg-4.png);
  background-size: cover;
  color:#fff;

}
.pricing-section .pricing-box ul {
  border-top: 1px solid #1da2d8;
  padding-top: 25px;
  margin: 20px 0;
}
.pricing-section .pricing-box ul li {
  margin-bottom: 15px;
}
.pricing-section .pricing-box ul li span {
  font-size: 12px;
  padding: 0px 5px;
}

.rtl .pricing-section .pricing-box ul {
  padding-left: 0;
  padding-right: 2rem;
}




.rs-project.project-style2 {
  position: relative;
  padding-top: 70px;
}
.rs-project.project-style2 .project-item {
  position: relative;
  overflow: visible;
  margin-bottom: 80px;
}
.rs-project.project-style2 .project-item .project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.rs-project.project-style2 .project-item .project-img img {
  width: 100%;
  border-radius: 4px;
  transition: 1.3s all ease;
}
.rs-project.project-style2 .project-item .project-content {
  background: #333333;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
  position: absolute;
  bottom: -60px;
  padding: 34px 30px 26px;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  width: calc(100%);
  border-radius: 0 0px 10px 10px;
}
.rs-project.project-style2 .project-item .project-content p {
  margin-bottom: 8px;
  color: #eee;
  margin-right: 10px;
}
.rs-project.project-style2 .project-item .project-content p a {
  color: #003b40;
}
.rs-project.project-style2 .project-item .project-content p a:hover {
  color: #7fcdff;
}
.rs-project.project-style2 .project-item .project-content .title {
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
  max-width: 220px;
  position: relative;
  transition: all 0.8s;
  margin-bottom: 0;
}
.rs-project.project-style2 .project-item .project-content .title a {
  color: #1da2d8;
}
.rs-project.project-style2 .project-item .project-content .title a:hover {
  color: #7fcdff;
}
.rs-project.project-style2 .project-item .project-content .project-btn {
  position: absolute;
  right: 30px;
  bottom: 27%;
  z-index: 11;
}
.rs-project.project-style2 .project-item .project-content .project-btn .btn-text i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: #1da2d8;
  text-align: center;
  color: #fff;
  transition: 0.4s;

}
.rs-project.project-style2 .project-item .project-content .project-btn .btn-text i:before {
  margin: 0;
  font-size: 16px;
}
.rs-project.project-style2 .project-item:hover .project-img img {
  transform: scale(1.3);
}
.rs-project.project-style2 .project-item:hover .project-content {
  bottom: -50px;
}
.rs-project.project-style2 .owl-stage-outer {
  padding: 10px;
  margin: -10px;
}


.rs-carousel.nav-style1 {
  position: relative;
}
.rs-carousel.nav-style1 .owl-nav {
  display: block;
}
.rs-carousel.nav-style1 .owl-nav .owl-next,
.rs-carousel.nav-style1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #7fcdff;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before,
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}
.rs-carousel.nav-style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
  content: "\f137";
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next,
.rs-carousel.nav-style1:hover .owl-nav .owl-prev {
  left: -50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next {
  right: -50px;
  left: unset;
}
.rs-carousel .owl-dots {
  text-align: center;
  margin-top: 50px;
}
.rs-carousel .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 50px;
  border: none;
  transition: all 0.3s ease;
  background: #1da2d8;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.rs-carousel .owl-dots .owl-dot:hover,
.rs-carousel .owl-dots .owl-dot.active {
  width: 40px;
  background: #7fcdff;
  opacity: 1;
}

.how-it-works {
    padding: 100px 0;
    background: url(../img/stock.jpg);
}

.how-it-works .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #222;
    border-radius: 10px;
    padding: 30px;
    border: 2px solid transparent;
    margin-right: 50px;
    margin-bottom: 50px;
    position: relative;
}

.how-it-works .box::before {
    content: "2";
    position: absolute;
    font-size: 18px;
    font-family: "Teko", sans-serif;
    text-transform: capitalize;
    font-weight: 500;
    color: #f7f7f8;
    right: -94px;
    padding: 17px;
    text-align: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(#222 0 0) padding-box, linear-gradient(135deg, #7fcdff, #76b6c4, #1da2d8, #fbf5b7, #aa771c) border-box;
    border: 2px solid transparent;
    border-radius: 200px;
    -webkit-box-shadow: inset 0 0 0px 10px #000;
    box-shadow: inset 0 0 0px 10px #000;
    overflow: hidden;
}

.how-it-works .box::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 134px;
    right: -65px;
    top: 90px;
    background: linear-gradient(135deg, #7fcdff, #76b6c4, #1da2d8, #fbf5b7, #aa771c);
}

.how-it-works .box.box-last::after {
    width: 0;
}

.how-it-works .box .img {
    margin: 0;
    -webkit-clip-path: polygon(30% 0, 70% 0, 100% 50%, 70% 100%, 30% 100%, 0% 50%);
    clip-path: polygon(30% 0, 70% 0, 100% 50%, 70% 100%, 30% 100%, 0% 50%);
    background: #111;
    width: 80px;
    height: 65px;
    display: inline-block;
    text-align: center;
    padding-top: 20px;

}

.how-it-works .box .text {
    width: calc(100% - 80px);
    padding: 0 15px;
}

.how-it-works .box .text p {
    margin-bottom: 0;
}

.how-it-works .box:hover {
    background: linear-gradient(#222 0 0) padding-box, linear-gradient(135deg, #7fcdff, #76b6c4, #1da2d8, #fbf5b7, #aa771c) border-box;
    border: 2px solid transparent;
}
.how-it-works.rtl {
    direction: rtl;
}

.how-it-works .box-1  {
    margin-left: 50px;
    margin-right: 0;
}

.how-it-works.rtl .box-1  {
    margin-right: 50px;
    margin-left: 0;
}

.how-it-works .box-1::before {
    left: -94px;
    right: -94px;
}

.how-it-works.rtl .box-1::before {
    left: -94px;
}

.how-it-works .box-1::after {
    left: -65px;
}

.how-it-works.rtl .box-1::after {
    left: -65px;
}

.how-it-works .box-1::before {
            content: "1";
}

.how-it-works.rtl .box-2::after {
    left: -65px;
    right: auto;
}

.how-it-works.rtl .box-2::before {
    left: -94px;
    right: auto;
}

.how-it-works .box-2  {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    text-align: right;
}


.how-it-works.rtl .box-2  {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    text-align: left;
    margin-left: 50px;
}

.how-it-works .box-2::before {
            content: "2";
}
.how-it-works .box-3  {
    margin-left: 50px;
    margin-right: 0;
}

.how-it-works.rtl .box-3  {
    margin-right: 50px;
    margin-left: 0;
}

.how-it-works .box-3::before {
    left: -94px;
    right: -94px;
}

.how-it-works.rtl .box-3::before {
    left: -94px;
}

.how-it-works .box-3::after {
    left: -65px;
}

.how-it-works.rtl .box-3::after {
    left: -65px;
}

.how-it-works .box-3::before {
            content: "3";
}

.how-it-works.rtl .box-4::after {
    left: -65px;
    right: auto;
}

.how-it-works.rtl .box-4::before {
    left: -94px;
    right: auto;
}

.how-it-works .box-4  {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    text-align: right;
}


.how-it-works.rtl .box-4  {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    text-align: left;
    margin-left: 50px;
}

.how-it-works .box-4::before {
            content: "4";
}
.how-it-works .box.box-last::after {
    width: 0;
}



.header-text-full,
.header-text {
    margin: auto;
    margin-bottom: 50px;
    max-width: 700px;
}
.header-text-full {
    padding-top: 30px;
}
.header-text-full h5,
.header-text h5 {
    font-weight: 600;
    background: linear-gradient(135deg, #7fcdff, #76b6c4, #1da2d8, #fbf5b7, #aa771c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: auto;
}

.header-text-full h2,
.header-text h2 {
    font-weight: 600;
    background: linear-gradient(135deg, #7fcdff, #76b6c4, #1da2d8, #fbf5b7, #aa771c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: auto;
}


.header-text-full p,
.header-text p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 15px;
}

.header-text-full {
    max-width: 100%;
}


.feature-section {
  background: url(../img/Vector-10.png);
  background-size: contain;
  background-color: #000;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 125px 0;
}
.feature-section .feature-box {
  padding: 0 30px;
  display: flex;
}
.feature-section .feature-box .icon-box {
  margin-bottom: 30px;
  background: var(--gradiant);
  background: var(--gradiantAlpha);
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.feature-section .feature-box .icon-box img {
  width: 32px;
}
.feature-section .feature-box .text-box {
  width: calc(100% - 64px);
  padding-left: 20px;
  color: #fff;
}
.feature-section .feature-box h4 {
  color: var(--primary);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.rtl .feature-section .feature-box .text-box {
  width: calc(100% - 64px);
  padding-left: 0;
  padding-right: 20px;
}



.testimonial-section {
  padding: 125px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #000;
}
.testimonial-section:after {
  content: "";
  height: 500px;
  width: 500px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: -250px;
  border-radius: 50%;
  background: url(../img/circle-shape.png);
  background-size: cover;
  z-index: -1;
}
.testimonial-section .header-text {
  width: 382px;
  padding: 15px;
}
.testimonial-section .header-text h2,
.testimonial-section .header-text h3 {
  line-height: 1.4;
}
.testimonial-section .review-box {
  background: #212529;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
}
.testimonial-section .review-box .quote {
  width: 48px;
  margin-bottom: 30px;
}
.testimonial-section .review-box .user-box {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.testimonial-section .review-box .user-box .img {
  width: 70px;
}
.testimonial-section .review-box .user-box .img img {
  width: 70px;
  height: 70px;
  border-radius: 70px;
}
.testimonial-section .review-box .user-box .text {
  width: calc(100% - 70px);
  padding-left: 15px;
}
.testimonial-section .review-box .user-box .title {
  font-size: 14px;
  color: var(--primary);
}
.testimonial-section .review-box .user-box .organization {
  color: var(--primary);
}
.testimonial-section .review-box .user-box h5 {
  margin-bottom: 10px;
  color: #1da2d8;
}
.testimonial-section .review-box p {
  font-style: italic;
}
.testimonial-section .review-box .rating {
  margin-bottom: 20px;
}
.testimonial-section .review-box .rating i {
  color: var(--gold);
}
.testimonial-section .testimonials {
  position: relative;
}
.testimonial-section .owl-nav {
  position: absolute;
  width: auto;
  justify-content: space-between;
  display: flex !important;
  left: -49%;
  bottom: 100px;
}
.testimonial-section .owl-nav .owl-next,
.testimonial-section .owl-nav .owl-prev {
  background: var(--gradiant) !important;
  width: 45px;
  height: 45px;
  border-radius: 100px;
  color: var(--white) !important;
  margin-right: 15px;
  transition: 0.4s;
}
.testimonial-section .owl-nav .owl-next:hover,
.testimonial-section .owl-nav .owl-prev:hover {
  background: var(--gradiant) !important;
  color: var(--white) !important;
}
.testimonial-section .owl-nav .owl-next span,
.testimonial-section .owl-nav .owl-prev span {
  position: relative;
  color: transparent;
}
.testimonial-section .owl-nav .owl-next span::before,
.testimonial-section .owl-nav .owl-prev span::before {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  color: var(--white);
  font-size: 16px;
  position: absolute;
  top: -2px;
  left: -3px;
}
.testimonial-section .owl-nav .owl-next {
  margin-right: 0;
}
.testimonial-section .owl-nav .owl-next span::before {
  content: "\f054";
}
.testimonial-section .owl-carousel .owl-item {
  padding: 15px;
}
.testimonial-section .owl-dots {
  display: none;
  text-align: center;
}
.testimonial-section .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: var(--borderColor);
  margin: 0 5px;
  border-radius: 10px;
  transition: 0.4s;
}
.testimonial-section .owl-dots .owl-dot.active {
  background: var(--primary);
  width: 20px;
}

.rtl .testimonial-section .testimonials {
  direction: ltr;
}
.rtl .testimonial-section .testimonials .review-box {
  direction: rtl;
}
.rtl .testimonial-section .testimonials .review-box .user-box .text {
  padding-left: 0;
  padding-right: 15px;
}
.rtl .testimonial-section .owl-nav {
  left: auto;
  right: -49%;
}
.rtl .testimonial-section::after {
  left: auto;
  right: -300px;
}




.payment-gateway {
  padding: 50px 0 125px 0;
}
.payment-gateway .box {
  border-radius: 5px;
  width: 100px;
  margin: auto;
  overflow: hidden;
}
.payment-gateway .box img {
  border-radius: 2px;
  width: 100%;
  height: 100%;
}
.payment-gateway .owl-carousel .owl-item {
  padding: 10px;
}




/* ------------------------------------
  21. Team Section CSS
---------------------------------------*/
.rs-team.team-style1 .team-inner-wrap {
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.07);
  background: #333;
  padding: 15px;
  border-radius: 5px;
  transition: 0.4s;
}
.rs-team.team-style1 .team-inner-wrap .image-wrap a img {
  border-radius: 5px;
}
.rs-team.team-style1 .team-inner-wrap .team-content {
  text-align: center;
  padding: 24px 20px 10px;
}
.rs-team.team-style1 .team-inner-wrap .team-content .team-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 0px;
}
.rs-team.team-style1 .team-inner-wrap .team-content .team-name a {
  color: #7fcdff;
}
.rs-team.team-style1 .team-inner-wrap .team-content .team-title {
  font-size: 16px;
  color: #eee;
}
.rs-team.team-style1 .team-inner-wrap:hover {
  background: #555;
}
.rs-team.team-style1 .team-inner-wrap:hover .team-content .team-name a {
  color: #ffffff;
}
.rs-team.team-style1 .team-inner-wrap:hover .team-content .team-title {
  color: #ffffff;
}
.rs-team.team-style1.our-team-style1 .team-inner-wrap .image-wrap {
  position: relative;
  overflow: hidden;
}
.rs-team.team-style1.our-team-style1 .team-inner-wrap .image-wrap a img {
  opacity: 1;
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
.rs-team.team-style1.our-team-style1 .team-inner-wrap:hover .image-wrap a img {
  transform: scale(1);
  opacity: 0.7;
}
.rs-team.team-style1 .owl-stage-outer {
  padding: 20px 10px;
  margin: -20px -10px;
}
.rs-team.team-style2 .team-inner-wrap {
  overflow: visible;
}
.rs-team.team-style2 .team-inner-wrap .image-wrap {
  overflow: hidden;
  border-radius: 50%;
}
.rs-team.team-style2 .team-inner-wrap .image-wrap a img {
  border-radius: 50%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.rs-team.team-style2 .team-inner-wrap .team-content {
  text-align: center;
  padding: 25px 20px 0px;
  opacity: 1;
}
.rs-team.team-style2 .team-inner-wrap .team-content .team-name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin: 0 0 10px;
}
.rs-team.team-style2 .team-inner-wrap .team-content .team-name a {
  color: #0000ff;
}
.rs-team.team-style2 .team-inner-wrap .team-content .team-title {
  font-size: 15px;
  color: #666666;
}
.rs-team.team-style2 .team-inner-wrap .team-content .social-icons li {
  display: inline-block;
  margin-right: 16px;
}
.rs-team.team-style2 .team-inner-wrap .team-content .social-icons li a span i {
  font-size: 16px;
  color: #e9ce29;
  margin-right: 3px;
  transition: all .8s ease;
}
.rs-team.team-style2 .team-inner-wrap .team-content .social-icons li:last-child {
  margin-right: 0;
}
.rs-team.team-style2 .team-inner-wrap:hover .image-wrap a img {
  transform: scale(1.2);
}
.rs-team.team-style2 .team-inner-wrap:hover .team-content .team-name a {
  color: #e9ce29;
}
.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: 16px;
  line-height: 26px;
  font-weight: 400;
  color: #e9ce29;
  text-transform: uppercase;
  padding-bottom: 5px;
  display: block;
}
.rs-team-single .btm-info-team .con-info .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #0000ff;
  margin-bottom: 15px;
}
.rs-team-single .btm-info-team .con-info .short-desc {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 25px;
}
.rs-team-single .btm-info-team .con-info .team-title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #0000ff;
  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 {
  font-size: 16px;
  color: #e9ce29;
  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: #e9ce29;
}
.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: #e9ce29;
}
.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: 200px;
  position: absolute;
  right: 92px;
  color: #0a0a0a;
  font-family: "Flaticon";
  height: 100%;
  top: 74px;
  opacity: 0.02;
}
.rs-team-single .title-content .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #0000ff;
  margin: 0;
}



.faq-section {
  padding: 100px 0;
  overflow-x: hidden;
  background: var(--black);
}
.faq-section .mail-to {
  background: var(--gradiantAlpha);
  border-radius: 3px;
  padding: 30px;
  font-family: "Space Grotesk", sans-serif;
}
.faq-section .accordion-item {
  background: none;
  border-radius: 0;
  border: none;
}
.faq-section .accordion-item:last-child {
  border-bottom: none;
}
.faq-section .accordion-button {
  background: none;
  border: none;
  border-radius: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 0;
  font-size: 20px;
  font-weight: 400;
  padding: 30px 0;
  color: var(--white);
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.4s;
  z-index: 1;
}
.faq-section .accordion-button:focus {
  z-index: 3;
  border-color: var(--borderColor);
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}
.faq-section .accordion-button::after {
  border-radius: 5px;
  background-image: url(../img/icon/plus.png);
  background-size: contain;
  position: absolute;
  right: 25px;
  height: 20px;
  width: 20px;
  background-position: center;
  opacity: 0;
}
.faq-section .accordion-button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--gradiant);
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
}
.faq-section .accordion-button .index {
  margin-left: auto;
  text-align: right;
}
.faq-section .accordion-body {
  padding: 0 0 30px 0;
  border-radius: 5px;
  color: #eee;
}
.faq-section .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: var(--primary);
  border-top: 1px solid var(--primary);
}
.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url(../img/icon/minus.png);
}

.rtl .faq-section .accordion-button {
  text-align: right;
}
.rtl .faq-section .accordion-button .index {
  margin-right: auto;
  margin-left: 0;
  text-align: left;
}





.register-section .login-box {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 850px;
    padding-left: 50px;
    padding-right: 50px;
    margin: auto;
    background-color: #333;
    border-radius: 20px;


    
}


.login-section .login-box .input-group .img {
    width: 52px;
    height: 56px;
    padding: 17px;
    background: #000;
    position: absolute;
    border-radius: 10px;
    left: 3px;
    top: 2px;
    z-index: 1;
    color: #fff;
}

.login-section .login-box .input-group .img img {
    width: 16px;
}


.golden-text {color: #fff; font-size: 16px;}



.login-section .login-box .input-group .form-control {
    height: 60px;
    border: 2px solid #000;
    border-left: 3px solid #000;
    border-radius: 10px !important;
    background: #000;
    color: #ffffff;
    font-size: 14px;
    padding: 20px;
    padding-left: 54px;
    z-index: 0;
}




.plan_modal {
    background: var(--dark);
    border-radius: 5px;
    border: none;
}
.modal .modal-content .modal-header {
    border-bottom: 1px solid var(--dark2);
}
.modal .modal-content .modal-header .close-btn i {
    color: var(--fontColor);
    transition: 0.4s;
}
.modal .modal-content .modal-header .close-btn i:hover {
    color: var(--primary);
}
.modal .modal-content .modal-footer {
    border-top: 1px solid var(--dark2);
}
.modal form .input-box label {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.modal form .input-box .form-select,
.modal form .input-box .form-control {
    height: 45px;
    border-radius: 5px !important;
    background-color: var(--dark2);
    border: 1px solid var(--dark2);
    padding: 8px;
    padding-left: 15px;
    font-weight: normal;
    caret-color: var(--primary);
    color: var(--fontColor);
}
.modal form .input-box .form-select:focus,
.modal form .input-box .form-control:focus {
    color: var(--fontColor);
    box-shadow: 0 0 0 0rem var(--white);
    border: 1px solid var(--primary);
}
.modal form .input-box .form-select::-moz-placeholder, .modal form .input-box .form-control::-moz-placeholder {
    color: var(--fontColor);
}
.modal form .input-box .form-select::placeholder,
.modal form .input-box .form-control::placeholder {
    color: var(--fontColor);
}
.modal form .input-box .form-select {
    background-image: url(../img/icon/downward-arrow.png);
}
.modal form .input-box .form-select option {
    background: var(--dark2);
    color: var(--fontColor);
}
.modal form .input-box textarea.form-control {
    height: 150px;
    border-radius: 5px;
}
.modal form .select2 {
    width: calc(100% - 0px) !important;
    width: 100%;
    margin-left: auto;
}
.modal form .select2-container--default .select2-selection--single {
    height: 45px;
    background: var(--dark2);
    border: 1px solid var(--dark2);
}
.modal form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 45px;
    padding-left: 10px;
    padding-right: 10px;
    color: var(--fontColor);
}
.modal form .input-group {
    background: var(--dark2);
    border-radius: 5px;
}
.modal form .input-group-text {
    background: var(--primary);
    color: var(--white);
    border: none;
    height: 45px;
    position: absolute;
    padding: 6px 12px;
    top: 0;
    right: 0;
    z-index: 3;
}




.about-section {
  padding: 125px 0;
  background: url(../img/stock.jpg);
  background-color: #000;
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  color: #fff;
}
.about-section .img-box {
  float: right;
  padding-left: 50px;
}
.about-section .img-box img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  border-radius: 5px;
  width: 100%;
}

.rtl .about-section .img-box {
  float: left;
  padding-left: 0;
  padding-right: 50px;
}


.about-sectionb {
  padding: 125px 0;
  background: url(../img/Vector-10.png);
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
.about-sectionb .img-box {
  float: right;
  padding-left: 50px;
}
.about-sectionb .img-box img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  border-radius: 5px;
  width: 100%;
}

.rtl .about-sectionb .img-box {
  float: left;
  padding-left: 0;
  padding-right: 50px;
}

.btn,
.btn-custom {
  position: relative;
  background: var(--gradiant);
  border: none;
  text-transform: capitalize;
  display: inline-block;
  color: var(--black);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 22px 35px;
  line-height: 1;
  border-radius: 5px;
  overflow: hidden;
  z-index: 1;
  transition: 0.4s;
}
.btn i,
.btn-custom i {
  margin-right: 5px;
}

.btn-custom:hover::before, .btn-custom:hover::after {
  width: 100%;
}

a.btn-custom {
  color: var(--white);
}

.btn {
  border: none !important;
  box-shadow: none !important;
  width: auto;
  padding: 25px 55px;
}

.btn-primary {
  background: var(--primary);
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background: var(--primary);
  color: var(--white);
}

.btn-secondary {
  background: var(--secondary);
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background: var(--secondary);
  color: var(--white);
}

.btn-success {
  background: var(--success);
}
.btn-success:hover, .btn-success:active, .btn-success:focus {
  background: var(--success);
  color: var(--white);
}

.btn-danger {
  background: var(--danger);
}
.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  background: var(--danger);
  color: var(--white);
}

.btn-warning {
  background: var(--warning);
}
.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
  background: var(--warning);
  color: var(--white);
}

.btn-info {
  background: var(--info);
}
.btn-info:hover, .btn-info:active, .btn-info:focus {
  background: var(--info);
  color: var(--white);
}

.btn-black2 {
  background: var(--black2);
}
.btn-black2:hover, .btn-black2:active, .btn-black2:focus {
  background: var(--black2);
  color: var(--white);
}

.btn-light {
  background: var(--bgLight2);
  color: var(--primary);
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  background: var(--bgLight2);
  color: var(--primary);
}

.btn-action {
  display: inline-block;
  width: auto;
  height: 30px;
  border-radius: 5px;
  margin: 2px 0;
  background: var(--primary);
  color: var(--white);
  font-size: 14px;
  text-transform: capitalize;
  padding: 5px 10px;
}
.btn-action i {
  color: var(--white);
  font-size: 14px;
}

.btn-action-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  margin: 2px 0;
  background: var(--primary);
  color: var(--white);
}
.btn-action-icon i {
  color: var(--white);
  font-size: 14px;
}


    /* footer_area_start */
.footer_area {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9)), url(../img/space4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--white);
}

.footer_widget ul li {
    line-height: 2;
}

.footer_widget a {
    
    transition: all .3s ease;
    color: #eee;
}

.footer_area .social_area ul {
    display: flex;
    text-align: center;
    list-style-type:none;
    margin: 0;
padding: 0;
}

.footer_area .social_area ul li {
    margin-right: 15px;
}

.footer_area .social_area a i {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    border: 1px solid var(--btn-bg1);
    color: var(--btn-bg1);
    font-size: 16px;
}

.footer_area .footer_widget .social_area a i:hover {
    color: var(--btn-bg1);
}

.footer_area .footer_widget h5 {
    color: var(--white);
    margin-bottom: 25px;
    font-weight: 400;
    text-transform: uppercase;
}

.footer_area form {
    position: relative;
    max-width: 301px;
}

.footer_area form input {
    padding: 15px 70px 15px 15px;
    outline: none;
    border-radius: 6px;
    border: none;
    width: 100%;
}

.footer_area .custom_btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 10px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}

/* footer_area_start */
.rtl .footer_area .custom_btn {
    left: 0;
    right: auto;
}

.rtl .footer_area form input {
    padding: 20px 15px 20px 70px;
}

/* footer_area_end */

.footer_area.pt-100 {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 30px;
    }

    .footer_area .social_area {
        padding-bottom: 30px;
    }





/* footer_area_end */


