:root {
    --input-border: #8b8a8b;
    --input-focus-h: 245;
    --input-focus-s: 100%;
    --input-focus-l: 42%;
  }
  *,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
::placeholder {
    color: #ccc !important;
    font-weight: 300;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ccc !important;
    font-weight: 300;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #ccc !important;
    font-weight: 300;
}

body{
    font-family: "Archivo", sans-serif;
}
li{list-style: none;}
a{
  text-decoration: none;
}
/* input {
    border-color: #d8e0e5;
    border-radius: 4px !important;
    box-shadow: none !important;
    font-weight: 300 !important;
} */
.form_content{
  width: 60%;
  padding: 48px;
  background-color: #fff;
  margin: 0 auto;
}

input::placeholder {
    color: #252627;
}


  input{
    border: 1px solid #ebecf5;
    border-radius: 0;
    padding: 15px;
    outline: 0;
    width: 100%;
    margin-bottom: 25px;
    padding: 8px 16px 8px 15px;
    font-size: 18px;
    color: #000000E6;
    margin-top: 10px;
  }
  textarea{
    width: 100%;
    margin-bottom: 25px;
    padding: 8px 16px 8px 15px;
    font-size: 18px;
    color: #000000E6;
    margin-top: 10px;
    border: 1px solid #ebecf5;
  }
  input[type=radio]{
    margin-bottom: 0px;
  }
  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
input[type=radio],input[type=checkbox]{width: unset !important;}
  textarea{resize: none;}

   label{
    font-size: 1rem;

   }
   .info label{
    display: block;
    margin-block-end: 0.5rem;
   }
.form__group{
    margin-block: 1rem;
}
.container{
    width: 1200px;
    margin: auto;
}
.sec_pad{
    margin-block: 2rem;
}

main{
  padding-block: 2.5rem;
  background-color: #f7f8fb;
}




/* header */
.header{
  padding: 16px 0px 16px 0px;
  box-shadow: 0px 3px 6px 0px #0f194d0d;;
}
.header_wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
}
.navbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 65px;
}
.menubar ul{
  display: flex;
  gap: 45px;
}
.menubar ul li{
  list-style-type: none;
}
.menubar ul li a{
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 35px;
  color: #260d50;
  letter-spacing: 0px;
}
img{max-width: 100%;}
.logo{
  display: block;
  line-height: 1;
  /* margin: 0 auto; */
  max-width: 233px;
}
.logo img{
  width: auto;
    height: inherit;
    object-fit: contain;
}



 .rishi-button {
  border: 1px solid #ffffff;
  border-radius: 22px 22px 22px 22px;
  cursor: pointer;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  min-width: 50px;
  padding: 12px 23px 12px 23px;
  transition: all 0.2s ease-in-out;
}

.rishi-button {
  color: #fff;
  background-color: #260d50;
  border-color: #260d50;
  font-family: var(--btnFontFamily);
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  line-height: 1em;
  letter-spacing: 0px;
  text-transform: normal;
}
.rishi-header-cta .btn-small {
  --buttonMinHeight: 40px;
  --buttonFontSize: 0.89em;
}
#rishi-button .btn-default {
  --buttonTextInitialColor: var(--paletteColor5);
  --buttonTextHoverColor: #ffffff;
}
.rishi-button:hover{background-color: #7c2562; border: 1px solid #7c2562;}
























.footer{
  background-color: #0b2743;
  color: #fff;
  padding-block: 70px;
}
.footer_wrapper{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 65px;
}
.widget{
  margin-bottom: 18px;
}
.widget-title{
  font-weight: 600;
  font-size: 16px;
  font-style: normal;
  line-height: 1.75em;
  letter-spacing: 0.4px;
  margin-bottom: 1rem;
}
.footer a{color: #fff;}
.fot_ul{
  padding-left: 0 !important;
  display: flex;
    gap: 15px;
    flex-direction: column;
}
.fot_ul li{
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0.4px;
  text-transform: default;
}
.footer p{margin: 0 0 1.333em;letter-spacing: 0.4px;line-height: 1.45;}
.add a{
  text-decoration: underline;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75em;
  color: #ffffffe6;
}
.banr_look{
  height: 400px;
  display: flex;
    justify-content: center;
    align-items: center;
}
.banr_cont{
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.banr_cont h1{
  font-size: 56px;
  line-height: 1.28em;
  color: #fff;
}
.banr_cont i{
  font-size: 21px;
  color: #fff;
}

.banr_look{
  background-image: linear-gradient(0deg, rgb(137 136 137 / 30%), rgb(77 77 77 / 30%)), url(https://www.technoaigenius.com/wp-content/uploads/2021/11/Rectangle-18.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}