body {
  padding: 0;
  margin: 0;
  /* background-color: #221b2d; */
  background-image: linear-gradient(240deg, #1f182a, #20192bd2), url(../img/bg.png) !important;
}
.btn_theme {
  background-color: #b478ff;
  text-decoration: none;
  padding: 10px 40px;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.btn_theme:hover {
  background-color: #9e55f7;
}
.main_header {
  position: relative;
}
.hidden_navbar {
  background-color: #50505091;
  backdrop-filter: blur(7px);
  padding: 40px 0px;
  position: absolute;
  top: 90px;
  width: 100%;
  z-index: 9999;
  display: none;
}
.hidden_navbar.nav-open {
  display: block;
}
.hidden_navbar ul {
  list-style: none;
  padding: 0;
}
.hidden_navbar ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.hidden_navbar ul li a:hover {
  color: rgb(165, 165, 165);
}
.main_header nav {
  /* background-color: #221b2d; */
  position: absolute;
  width: 100%;
  z-index: 999;
  color: #fff;
  padding: 20px 0px;
}
.padding{
  padding-top: 100px !important;
}
.main_header .fa-bars {
  color: #fff;
  font-size: 25px;
}
.main_header .main_logo {
  height: 45px;
}
.main_header .nav-icon i {
  background-color: #fff;
  color: #221b2d;
  font-size: 22px;
  height: 40px;
  margin: auto;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_header .nav-icon p {
  color: rgb(139, 137, 137);
  font-size: 14px;
}
.signup_form {
  padding: 100px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.signup_form h2 {
  color: #fff;
  font-weight: 400;
  font-size: 60px;
  text-align: center;
  position: relative;
  margin-bottom: 80px;
}
.signup_form h2::before {
  content: '';
  position: absolute;
  height: 3px;
  width: 20%;
  bottom: -30px;
  left: 380px;
  background-color: rgb(139, 137, 137);
}
.signup_form h2::after {
  content: '';
  position: absolute;
  height: 3px;
  width: 20%;
  bottom: -30px;
  right: 380px;
  background-color: #b478ff;
}
.signup_form input {
  background: #312839 !important;
  color: rgb(139, 137, 137);
  border: none;
  height: 55px;
  padding: 0px 25px;
}
.signup_form textarea {
  background: #312839 !important;
  color: rgb(139, 137, 137);
  border: none;
  padding: 10px 25px;
}
.signup_form .form-control:focus {
  box-shadow: none;
  color: rgb(139, 137, 137);
}
.signup_form input::placeholder {
  color: rgb(139, 137, 137);
}
.signup_form textarea::placeholder {
  color: rgb(139, 137, 137);
}
.signup_form h3 {
  font-size: 30px;
  font-weight: 400;
  color: #fff;
}
.signup_form p {
  color: rgb(139, 137, 137);
}
.btn_answer {
  text-decoration: none;
  background-color: #312839;
  color: #fff;
  border-radius: 7px;
  padding: 8px 70px;
  transition: all 0.3s ease-in-out;
}
.btn_answer:hover {
  background-color: #b478ff;
}
.bottom_form {
  padding-top: 70px;
}
.bottom_form input::-webkit-file-upload-button {
  display: none;
}
.bottom_form .input-group-text {
  background-color: #8e8c8d;
  border: #8e8c8d;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  width: 150px;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.bottom_form .input-group-text i {
  font-size: 24px;
}
.bottom_form .upload_file {
  padding: 16px 20px;
}
.page-footer {
  padding-top: 100px;
}
.page-footer h5,
.page-footer h6,
.page-footer p {
  color: #fff;
}
footer ul{
  list-style:none;
  padding: 0;
}
footer ul li{
  font-size: 16px;
  margin-bottom: 10px;
  color: gray;
}
footer ul a{
  color: rgba(128, 128, 128, 0.445);
}
.footer_head{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 37px;
}
.page-footer a {
  text-decoration: none;
  color: #ffffff80;
  font-size: 17px;
}
.footer-copyright {
  color: #fff;
}
.footer_logo {
  height: 50px;
}
.hover-effect1 {
  min-height: 20px;
  background: #f44336;
  text-align: center;
}
.hover-effect1 ul {
  padding-top: 1px;
}
.hover-effect1 ul li {
  display: inline-block;
}
.hover-effect1 ul li a {
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin: 0px 10px;
  line-height: 50px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #dc3545;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.hover-effect1 ul li:hover a {
  border-radius: 50%;
  background: #dc3545;
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

@media only screen and (max-width: 600px) {
  .signup_form h2 {
    color: #fff;
    font-weight: 400;
    font-size: 45px;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
  }
  .signup_form h2::before {
    content: '';
    position: absolute;
    height: 3px;
    width: 36%;
    bottom: -30px;
    left: 45px;
    background-color: rgb(139, 137, 137);
  }
  .signup_form h2::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 36%;
    bottom: -30px;
    right: 45px;
    background-color: #b478ff;
  }
  .hidden_navbar ul li a {
    font-size: 28px;
    text-align: center;
  }
  .navbar-collapse {
    flex-basis: 40%;
    text-align: end;
  }
  .nav-icon {
    display: none;
  }
}

/* Page 7 */
body {
  /* background-image: linear-gradient(240deg, #221b2de7, #221b2d50), url(../img/bg.png) !important; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section {
  padding: 100px 0px;
  z-index: 2;
  position: relative;
}
p {
  color: #fff;
}
.hero_section_r {
  background-image: linear-gradient(240deg, #1f182aa9, #20192bd2), url(../img/hero_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 100px;
}
.hero_paragraph{
  font-weight: 300;
  font-size: 20px;
}
.hero_section_r h2,
.solution2_s h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
}
.hero_section_r p {
  color: #fff;
  font-weight: 200;
  font-size: 20px;
}
.padding {
  padding: 180px 0px;
}
.about_Section h2 {
  font-size: 50px;
  font-weight: 300;
  margin-bottom: 40px;
  color: #fff;
  position: relative;
}
.about_Section p{
  font-weight: 300;
  font-size: 20px;
}
.about_Section h2::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 2px;
  width: 100%;
  background-image: linear-gradient(240deg, #221b2da4, #fff, #b478ff);
  border-radius: 6px;
}
.bg_section {
  background-image: linear-gradient(240deg, #221b2de7, #221b2d50), url(../img/main_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  height: 70vh;
}
.card_Section {
  position: relative;
  padding-top: 0;
  /* background-image: linear-gradient(240deg, #221b2de7, #221b2db4); */
}
.gradeint {
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
}
.gradeint2 {
  position: absolute;
  top: -300px;
  right: 0;
  z-index: -1;
}
.gradeint.gradeint3{
  top: -400px !important;
}
.card_Section .container_box {
  width: 50% !important;
  border: 1px solid gray;
  padding: 50px 40px;
  border-radius: 20px;
  background-color: #ffffff18;
}
.card_Section .container_box_two {
  width: 50% !important;
  border: 1px solid gray;
  padding: 50px 40px;
  border-radius: 20px;
  background-color: #ffffff18;
}
.card_Section .container_box_two p {
  font-size: 20px;
}
.about_new p{
  font-size: 18px;
  font-weight: 300;
}
.card_Section .container_box_two .main_heading::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 2px;
  width: 100%;
  background-image: linear-gradient(240deg, #221b2da4, #fff, #b478ff);
  border-radius: 6px;
}
.card_Section p {
  font-size: 26px;
  font-weight: 300;
  margin-top: 10px;
}
.card_Section .main_heading {
  color: #fff;
  font-weight: 400;
  position: relative;
  margin-bottom: 30px;
}
.bg_section_2 {
  background-image: linear-gradient(240deg, #221b2de7, #221b2d50), url(../img/bg-1.png) !important;
}
.about_Section .works_card span {
  background-image: linear-gradient(240deg, rgba(49, 49, 49, 0.295), rgb(66, 66, 66));
  display: flex;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #fff;
}
.about_Section .works_card h5 {
  font-size: 22px;
  margin-top: 15px;
  margin-bottom: 26px;
  font-weight: 400;
  color: #fff;
  position: relative;
}
.about_Section .works_card h5::before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  height: 2px;
  width: 100%;
  background-image: linear-gradient(240deg, #221b2da4, #fff, #b478ff);
  border-radius: 6px;
}
.brand_logo{
  filter: invert();
  opacity: 0.6;
  height: 100px;
  transition: all 0.3s ease-in-out;
}
.brand_logo:hover{
  opacity: 1;
}
/* page 8 */
.about_hero {
  background-image:linear-gradient(240deg, #1f182aa9, #20192bd2), url(../img/about_hero.png) !important;
}
.about_hero h2 {
  position: relative;
}
.solution2_s h2 {
  position: relative;
}
.solution_s h6{
  font-size: 20px ;
  font-weight: 300 ;
}
.about_hero h2::before,
.solution_s h2:before,
.solution2_s h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 2px;
  width: 100%;
  background-image: linear-gradient(240deg, #221b2da4, #fff, #b478ff);
  border-radius: 6px;
}
.about_hero span {
  color: #fff;
}
.about_hero h3 {
  color: #fff;
  margin: 15px 0px;
}
.about_hero.second_section_r {
  background-image: none !important;
}
.rating_Sec .card_image {
  max-height: 200px;
  margin-bottom: 20px;
}
.mark_card_r h5 {
  font-size: 35px !important;
  margin-bottom: 30px !important;
}
/* page 9 */
.technologies .tech_card {
  border: 1px solid gray;
  background-color: #ffffff17;
  padding: 60px 30px;
  border-radius: 20px;
}
.technologies .tech_card img {
  height: 70px;
}
.card_Section.card_Sec_2 .container_box_two {
  width: 80% !important;
}
.contact_line h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}
.about_new {
  background-image: none !important;
}
.about_new h2{
  color: #fff;
  font-size: 60px;
  font-weight: 400;
}
/* hero 10 */
.card_hero {
  padding-top: 200px;
}
.card_hero h2 {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  position: relative;
  margin-bottom: 20px;
}
.card_hero h2::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 0;
  height: 2px;
  width: 100%;
  background-image: linear-gradient(240deg, #221b2da4, #fff, #b478ff);
  border-radius: 6px;
}
.card_hero .gradeint {
  top: 0 !important;
}
@media only screen and (max-width: 600px) {
  .gradeint {
    position: absolute;
    top: -117px;
    left: 0;
    width: 100%;
  }
  .card_Section .container_box {
    width: 90% !important;
  }
  .card_Section .container_box_two {
    width: 90% !important;
  }
  .hero_section_r h2,
  .solution2_s h2 {
    font-size: 32px;
  }
  .main_header .main_logo {
    height: 29px;
  }
  .card_Section.card_Sec_2 .container_box_two{
    width: 90% !important;
    padding: 35px 23px;
  }
  .card_S {
    padding: 20px 0px;
    text-align: center;
}
.tab_s{
  width: 100% !important;
  border-radius: 40px;
  margin-bottom: 20px !important;
  font-size: 20px !important;
  padding: 20px 0px;
}
.name_s, .personal_s{
  display: block !important;
  width: 95%;
  margin: auto !important;
  margin-bottom: 20px !important;
}
.Proof_s{
  width: 100%;
  margin-bottom: 20px;
  
}
.custom-file-upload_s{
  width: 222px !important;
}
.personal_s{
  text-align: left;
}
.tabs_main_s{
  padding: 10px 20px;
}
  .contact_line h2{
    font-size: 30px;
    margin-bottom: 20px;
  }
  .about_new h2{
    font-size: 26px;
  }
  .about_hero{
    padding-top: 100px !important;
  }
  .about_Section h2 {
    font-size: 30px;
  }
  .padding {
    padding: 70px 0px;
  }
  .card_hero h2 {
    color: #fff;
    font-size: 40px;
  }
  .card_Section p {
    font-size: 18px;
  }
  .card_hero {
    padding-top: 140px !important;
    padding: 100px 0px;
  }
  section {
    padding: 50px 0px;
  }
  .footer-copyright {
    text-align: center;
  }
  .gradeint2 {
    display: none;
  }
  .about_hero {
    padding-top: 200px;
  }
  .rating_Sec .card_image {
    max-height: 141px;
    margin-bottom: 20px;
  }
  .mark_card_r h5 {
    font-size: 28px !important;
  }
  .technologies .tech_card {
    width: 90%;
    padding: 36px 30px;
    margin-bottom: 10px;
  }
}

/* user_portal.html */
.sec_s {
  padding: 150px 0px;
}

.card_S {
  background-color: #38343f;
  border-radius: 48px;
}

.card_white_s {
  border-radius: 36px;
}

.tab_s {
  font-size: 24px;
  width: 244px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 24px;
}

.tab_s.active,
.tab_s:hover {
  background-color: #9747ff;
  color: white;
}

.tab_s img {
  transition: all 0.3s ease-in-out;
}

.tab_s:hover img,
.tab_s.active img {
  filter: invert(1);
}
.tab_s .icon_s {
  height: 50px;
}

.tabs_main_s {
  border-right: 2px solid #d9d9d9;
}

.name_s,
.personal_s {
  border: 3px solid rgb(151, 71, 255, 0.2);
  border-radius: 24px;
  margin: 20px 0px;
}

.name_s p {
  line-height: 1;
  color: #000;
}

.name_s img {
  height: 100px;
}

.name_info_s small {
  color: #9d9d9d;
}
.edit_btn_s {
  color: #a4a4a4;
  border: 2px solid #d8d8d8;
  border-radius: 20px;
}
.edit_btn_s img {
  height: 18px;
}

.label_s small {
  color: rgb(0, 0, 0, 0.5);
  font-size: 12px;
}

.label_s h6 {
  font-size: 1.05;
}

/* user_portal2.html */

.income {
  background-color: rgb(191, 191, 191, 0.2);
  width: max-content;
  border-radius: 12px;
  font-size: 18px;
  font-weight: 600;
}

.input_s[type='file'] {
  display: none;
}
.custom-file-upload_s {
  border: 3px dashed rgb(0, 0, 0, 0.5);
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
  position: relative;
  height: 132px;
  width: 132px;
  border-radius: 15px;
}

.custom-file-upload_s:before {
  position: absolute;
  content: '';
  background: url(../img/Close_LG.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 40px;
  width: 40px;
}

/* user_portal3.html */

.no_Data_s {
  color: rgb(0, 0, 0, 0.2);
}

/* solution */
.solution_s {
  background: linear-gradient(240deg, #221b2de7, #221b2d50), url(../img/Rectangle_2912.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.solution_s h2 {
  position: relative;
}

.text_S h3 {
  color: #dec5ff;
  font-size: 2.5rem;
  margin-bottom: 0px;
}

.million_s img {
  height: 75px;
}

.million_s {
  margin: 100px 0px;
}

.block_s h2 {
  font-size: 22px;
}
.block_s h4{
  font-size: 22px !important;
  font-weight: 300 !important;
}
.block_s {
  position: relative;
}

.block_s:nth-child(2):before {
  content: '2';
  position: absolute;
  color: white;
  font-size: 40px;
  width: max-content;
  left: 68px;
  top: 19px;
  font-weight: 600;
}

.block_s:nth-child(3):before {
  content: '3';
  
  position: absolute;
  color: white;
  font-size: 40px;
  width: max-content;
  left: 68px;
  top: 19px;
  font-weight: 600;
}

.block_s:nth-child(4):before {
  content: '4';
  
  position: absolute;
  color: white;
  font-size: 40px;
  width: max-content;
  left: 68px;
  top: 19px;
  font-weight: 600;
}
.block_s:nth-child(5):before {
  content: '5';
  
  position: absolute;
  color: white;
  font-size: 40px;
  width: max-content;
  left: 68px;
  top: 19px;
  font-weight: 600;
}
.block_s:nth-child(6):before {
  content: '6';
  
  position: absolute;
  color: white;
  font-size: 40px;
  width: max-content;
  left: 68px;
  top: 19px;
  font-weight: 600;
}
.block_s:nth-child(7):before {
  content: '7';
  
  position: absolute;
  color: white;
  font-size: 40px;
  width: max-content;
  left: 68px;
  top: 19px;
  font-weight: 600;
}