/* google translaTOR */
.google_absolute {
  position: absolute;


}
.card-header{

  background: linear-gradient(90deg, white, #a1a8b6);
}
.blockquote-footer{
  font-weight: 400;
  font-style: normal;
  color: #1c3159;
  text-align: justify;
}
.goog-te-gadget img {
  display: none !important;
}
.goog-te-banner-frame {
  display: none !important;
}
/* ////////// */
/*  navbar*/
.index-data {
  z-index: 2;
}
.active,
.ancher:hover {
  color: #004AAD !important;
}
.log_image {
  width: 110px !important;
}
.bg-sc-dark li a {
  font-family: Alegreya Sans;
  font-style: normal;
  font-weight: 100;
  font-size: 20px;
  line-height: 25px;
}
.bg-sc-dark li a:hover {
  color: #004AAD !important;
}
.goog-logo-link,
.goog-logo-link:link,
.goog-logo-link:visited,
.goog-logo-link:hover,
.goog-logo-link:active {
  display: none !important;
}
.goog-te-banner-frame {
  display: none !important;
}
.goog-te-gadget {
  color: #fff !important;
}
/*navbar end */

.about {
  padding-top: 8%;
}

.aboutImage {
  position: absolute;
}

.aboutImage1 {
  display: flex;
  justify-content: end;
}
.aboutImage1 img {
  width: 13%;
}
.heading {
  text-align: center;
}
.heading h1 {
  font-family: Alegreya Sans;
  font-weight: 700;
  font-style: normal;
}
.heading p {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-style: normal;
  color: black;
  text-align: justify;
 
}



.heading ul li {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-style: normal;
  color: #1c3159;
  font-size: 15px;
  text-align: justify;
  
}

.Frame img {
  width: 40%;
}
.heading1 {
  margin-top: 10%;
  width: 52%;
  margin-left: 8%;
}
.vision {
  box-sizing: border-box;

  margin-top: 2%;
  margin-left: 8%;
  width: 40%;
}
.vision img {
  width: 70%;
}
.visiontext {
  margin-top: 6%;
  width: 40%;
}
.visiontext h1 {
  font-family: Alegreya Sans;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
.visiontext p {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-style: normal;
  color: black;

  text-align: justify;
  text-align-last: center;
}
.company {
  box-sizing: border-box;

  margin-left: 5%;
  width: 35%;
}
.heading1 h1 {
  font-family: Alegreya Sans;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}
.heading1 p {
  font-family: Alegreya Sans;
  font-weight: 400;
  font-style: normal;
  font-size: large;
  color: #1c3159;
  text-align: justify;
  text-align-last: center;
}
.company img {
  width: 80%;
  margin-top: 7%;
}

.im1 {
  width: 60%;
  height: 53%;
  transition: 0.5s ease;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 60%;
  background-position: center center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.shadow {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 44.5%,
    rgba(0, 0, 0, 0.3) 60.73%,
    rgba(0, 0, 0, 0.55) 80.85%,
    rgba(0, 0, 0, 0.7) 103.68%,
    #000000 120.75%
  );
}
.im {
  width: 100%;
}
.inputspace::placeholder {
  padding-left: 0px !important;
}

.card2 {
  padding-top: 10px;
  background: #fafafa;
  box-shadow: 0px 4px 10px 3px rgba(22, 102, 250, 0.12);
  border-radius: 10px;
  width: 250px;

  margin-left: 2%;
  overflow: hidden;

  border-bottom: 6px solid #004AAD;
}
.team {
  margin-top: 15%;
}
.team h1 {
  text-align: center;
  margin-bottom: 0%;
  font-family: Alegreya Sans;
  font-weight: 500;
  font-style: normal;
}
.name {
  padding-top: 15px;
  text-align: center;
}
.name h6 {
  font-family: Alegreya Sans;
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  color: #050608;
}
.card2 p {
  font-family: inter;
  font-weight: 400;
  font-style: normal;
  font-size: x-small;
  color: #050608;
}
.social {
  padding-top: 15px;
  float: right;
}
.social i {
  color: #1877f2;
}
.text {
  text-align: center;
}

.text p {
  font-size: 13px;
}

.steps-form {
  display: table;
  width: 100%;
  position: relative;
}
.steps-form .steps-row {
  display: table-row;
}
.steps-form .steps-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

.steps-form .steps-row .steps-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.steps-form .steps-row .steps-step p {
  margin-top: 0.5rem;
}
.steps-form .steps-row .steps-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.steps-form .steps-row .steps-step .btn-circle {
  width: 23px;
  height: 23px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  margin-top: 0;
  border: 1px solid grey;
}

.steps-step a {
  background: white;
}
.time_line_img {
  width: 400px;
  height: 250px;
}

.active {
  color: blue;
}
.m-t-mobile p {
  color: #8291b0;
}

.m-t-mobile h2{

}

.time_line_container {
  height: 100vh;
}

.m-text-set {
  font-size: 15px;
  font-weight: 600;
  color: grey;
}

.first-last-p {
  width: 69%;
  text-align: right;
}

.second-t-p {
  width: 83%;
  text-align: right;
}

.second-s {
  width: 20%;
}
.first-s {
  width: 30%;
}
.text-r {
  text-align: right;
}
.fourth-last-p {
  width: 66%;
  text-align: right;
}

/* <-------------------Media Queries-------------->  */

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .text-r {
    text-align: center !important;
  }
  .fourth-last-p {
    width: 0% !important;
  }

  .second-s {
    width: 100% !important;
  }
  .first-s {
    width: 100% !important;
  }

  .first-last-p {
    text-align: center !important;
    width: 100% !important;
  }

  .second-t-p {
    text-align: center !important;
    width: 100% !important;
  }

  .Frame img {
    width: 100%;
  }

  .m-font-s {
    font-size: 14px !important;
  }

  .vision {
    padding: 0;
    margin: 0;

    margin-top: 2%;
    text-align: center;
    width: 100%;
  }
  .vision img {
    width: 70%;
  }

  .visiontext {
    text-align: center;
    width: 100%;
  }

  .visiontext p {
    font-size: 14px !important;
  }

  .heading1 {
    margin-top: 10%;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .heading1 p {
    font-size: 14px !important;
  }

  .company {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
  }

  .company img {
    width: 70%;
  }

  .m-t-mobile {
    margin-top: 8%;
    text-align: center;
    font-size: 14px;
  }

  .time_line_img {
    width: 100%;
  }

  .m-text-set {
    font-size: 12px;
    font-weight: 600;
  }
}

@media only screen and (min-width: 320px) and (max-width: 424px) {
  .text-r {
    text-align: center !important;
  }
  .fourth-last-p {
    width: 100% !important;
    text-align: center !important;
  }

  .second-s {
    width: 25% !important;
  }
  .first-s {
    width: 25% !important;
  }

  .first-last-p {
    text-align: center !important;
    width: 100% !important;
  }

  .second-t-p {
    text-align: center !important;
    width: 100% !important;
  }

  .order1 {
    order: 2;
    padding-top: 10%;
    padding-bottom: 0px;
  }
  .order2 {
    order: 1;
  }
  .Frame img {
    width: 100%;
  }

  .m-font-s {
    font-size: 14px !important;
  }

  .vision {
    padding: 0;
    margin: 0;

    margin-top: 2%;
    text-align: center;
    width: 100%;
  }
  .vision img {
    width: 70%;
  }

  .visiontext {
    text-align: center;
    width: 100%;
  }

  .visiontext p {
    font-size: 14px !important;
  }

  .company_txt {
    font-size: 14px !important;
  }

  .heading1 {
    margin-top: 10%;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .heading1 p {
    font-size: 14px !important;
  }

  .company {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
  }

  .company img {
    width: 70%;
  }

  .m-t-mobile {
    margin-top: 8%;
    text-align: center;
    font-size: 14px;
  }

  .time_line_img {
    width: 100%;
  }

  .m-text-set {
    font-size: 10px;
    font-weight: 600;
  }
}

@media only screen and (min-width: 425px) and (max-width: 499px) {
  .text-r {
    text-align: center !important;
  }
  .fourth-last-p {
    width: 100% !important;
    text-align: center !important;
  }

  .second-s {
    width: 25% !important;
  }
  .first-s {
    width: 25% !important;
  }

  .first-last-p {
    text-align: center !important;
    width: 100% !important;
  }

  .second-t-p {
    text-align: center !important;
    width: 100% !important;
  }
  .order1 {
    order: 2;
    padding-top: 10%;
    padding-bottom: 0px;
  }
  .order2 {
    order: 1;
  }
  .Frame img {
    width: 100%;
  }
  .Frame img {
    width: 100%;
  }

  .m-font-s {
    font-size: 14px !important;
  }

  .vision {
    padding: 0;
    margin: 0;

    margin-top: 2%;
    text-align: center;
    width: 100%;
  }
  .vision img {
    width: 70%;
  }

  .visiontext {
    text-align: center;
    width: 100%;
  }

  .visiontext p {
    font-size: 14px !important;
  }

  .heading1 {
    margin-top: 10%;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .heading1 p {
    font-size: 14px !important;
  }

  .company {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
  }

  .company img {
    width: 70%;
  }

  .m-t-mobile {
    margin-top: 8%;
    text-align: center;
    font-size: 14px;
  }

  .time_line_img {
    width: 100%;
  }

  .m-text-set {
    font-size: 12px;
    font-weight: 600;
  }
}

@media only screen and (min-width: 500px) and (max-width: 768px) {
  .text-r {
    text-align: center !important;
  }
  .fourth-last-p {
    width: 100% !important;
    text-align: center !important;
  }

  .second-s {
    width: 25% !important;
  }
  .first-s {
    width: 25% !important;
  }

  .first-last-p {
    text-align: center !important;
    width: 100% !important;
  }

  .second-t-p {
    text-align: center !important;
    width: 100% !important;
  }
  .order1 {
    order: 2;
    padding-top: 10%;
    padding-bottom: 0px;
  }
  .order2 {
    order: 1;
  }
  .Frame img {
    width: 100%;
  }

  .Frame img {
    width: 100%;
  }

  .m-font-s {
    font-size: 14px !important;
  }

  .vision {
    padding: 0;
    margin: 0;

    margin-top: 2%;
    text-align: center;
    width: 100%;
  }
  .vision img {
    width: 70%;
  }

  .visiontext {
    text-align: center;
    width: 100%;
  }

  .visiontext p {
    font-size: 14px !important;
  }

  .heading1 {
    margin-top: 10%;
    width: 100%;
    text-align: center;
    margin: 0;
  }

  .heading1 p {
    font-size: 14px !important;
  }

  .company {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
  }

  .company img {
    width: 70%;
  }

  .m-t-mobile {
    margin-top: 8%;
    text-align: center;
    font-size: 14px;
  }

  .time_line_img {
    width: 100%;
  }

  .m-text-set {
    font-size: 12px;
    font-weight: 600;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-r {
    text-align: center !important;
  }
  .fourth-last-p {
    width: 100% !important;
    text-align: center !important;
  }

  .second-s {
    width: 25% !important;
  }
  .first-s {
    width: 25% !important;
  }

  .first-last-p {
    text-align: center !important;
    width: 100% !important;
  }

  .second-t-p {
    text-align: center !important;
    width: 100% !important;
  }
  .m-font-s {
    font-size: 16px !important;
  }
  .visiontext {
    margin-top: 8%;
  }

  .visiontext p {
    font-size: 16px !important;
  }
  .heading1 p {
    font-size: 16px !important;
  }

  .company {
    margin-top: 9% !important;
  }

  .time_line_img {
    width: 80%;
  }
}

/* footer start*/
.footer-sidebar {
  background-color: #050608;

  color: rgba(255, 255, 255, 0.726);
  text-decoration: none;
  padding: 51px 0px 0px 0px;
  font-size: x-small;
  width: 100%;
}

.footer-sidebar ul li {
  text-decoration: none;
  padding: 0px 0px 13px 0px;
}
.Line_height {
  line-height: 15px;
}

.footer-widget ul li {
  list-style: none;
  text-align: start;
}

.footer-widget ul li a {
  font-family: Alegreya Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  text-decoration: none;
  letter-spacing: 0.04em;
  color: #ffffff;
}

#put {
  width: 10px;
  height: 35px;
  margin-right: 5px;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.726);

  background-color: #050608;
}

.puts {
  margin-top: -1%;
}

#put::-webkit-input-placeholder {
  padding-left: 20px;
  font-size: 11px;
  color: white;
  font-family: Alegreya Sans;
  font-style: Regular;
}
.btn1 {
  padding: 7px 22px 8px 20px;
  background: linear-gradient(0deg, #004AAD, #004AAD);
  border: solid transparent;
  border-radius: 5px;
  color: white;
  margin-left: 4px;
}
.footer-widget h4 {
  font-family: Alegreya Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;

  /* identical to box height, or 125% */

  letter-spacing: 0.04em;
}
.reach a {
  font-size: 14px;

  font-family: Alegreya Sans;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 25px;
  /* identical to box height, or 125% */

  letter-spacing: 0.04em;

  color: #ffffff;

  list-style: none;
}
.reach a:hover {
  color: #ffffff !important;
  font-weight: 800 !important;
}
.footer-widget ul li a:hover {
  color: #ffff;
  font-weight: 600;
}
.l1 {
  font-family: Alegreya Sans;
  font-style: normal;
  font-weight: 400;
  font-size: 11px;

  /* identical to box height, or 112% */

  letter-spacing: 0.04em;

  color: #ffffff;
}
.l1 :hover {
  color: #3b5998;
  font-weight: 600;
}
.l2 :hover {
  color: #0077b5;
  font-weight: 600;
}
.l3 :hover {
  color: #00acee;
  font-weight: 600;
}
.l4 :hover {
  color: #c4302b;
  font-weight: 600;
}
.line_size {
  padding: 0.5px 0px;
}
.line_footer_bg {
  background-color: #050608;
}

@media only screen and (max-width: 990px) {
  .footer_mobileView {
    padding-top: 5%;
  }

  .google_absolute {
    position: fixed !important;
    left: 50%;
    right: 50%;
    top: 3%;
  }
  /* footer end  */
  /* navbar css */
  .navbar-toggler {
    padding: 0.2rem 0.5rem !important;
    font-size: 1rem !important;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
  }
  .navbar-light .navbar-toggler:hover {
    color: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(0, 0, 0, 0.55) !important;
    outline: none;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.01rem;
  }
  .hover_data:hover {
    color: #004AAD;
  }
}
@media only screen and (max-width: 767px) {

  .blockquote-footer{
    text-align: justify;
  }
  a.nav-link {
    color: #212121 !important;
  }
  .navbar {
    border: none;
  }

  .bg-sc-dark {
    border: 1px solid rgba(0, 0, 0, 0.55);
    border-radius: 10px;
    padding-left: 30px;
  }

  .border {
    border-bottom: none !important;
  }
}
.admin {
  color: black;
  font-size: 16px;

  font-weight: 700;
  width: 100%;
  height: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.middle {
  transition: 0.5s ease;
  opacity: 0;

  width: 100%;

  text-align: center;
}
.card2:hover {
  opacity: 0.9;
}
.middle:hover {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .admin {
    color: black;
    font-size: 16px;

    font-weight: 700;
    width: 100%;
    height: 25vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .card2 {
    padding-top: 10px;
    background: #fafafa;
    box-shadow: 0px 4px 10px 3px rgb(22 102 250 / 12%);
    border-radius: 10px;
    width: 250px;
    margin-left: 2%;
    overflow: hidden;
    border-bottom: 6px solid #004AAD;
    margin-bottom: 18px;
  }
}
.navbar_border{
  border-bottom: 1px solid #dee2e6;
}
@media only screen and (max-width:900px){
  .goog-te-gadget .goog-te-combo{
      width:auto;
  }
}
.company_txt{
  font-family: Alegreya Sans;
  font-weight: 400;
  font-style: normal;
  color: black;

  text-align: justify;
  text-align-last: center;
}

.about-heading h3{
      color: #004AAD;
    font-weight: 600;
    font-size: 20px;
}

