@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,400;0,600;0,700;1,500;1,700&display=swap');

body{
  position: relative;
	font-family: 'Jost', sans-serif;
  min-height: 100vh;
   margin: 0;
   padding: 0;
   display: flex;
   flex-direction: column;
}
:root{
	--white-color: #ffffff;
	--light-blue-color: #5a9cd5;
	--light-green-color: #71ad47;
	--yellow-color:#ffff00 ;
	--red-color:#ff0101 ;
	--purple-color: #2f528f;
	--tiffany-blue: #17C3B2;
	--skobeloff-color:#003538;
  --black-color: #191919;
}
.text-black{
  color: var(--black-color);
}
.black-color{
  background: var(--black-color);
}

.bg-color{
    background:#003c70;
}

.hero-wrapper-inner{
  background-color: #343a40;
  opacity: 0.9 ;
  min-height: 40vh !important;
  z-index: 0;
}
.hero-bg-img{
	background-image: url(../images/bread-crum-image.jpg);
  opacity: 0.8;
	background-size: cover;
	background-position:center ;
	background-repeat: no-repeat;
	min-height: 40vh !important;
}

.text-heliotroph-gray{
  color: var(--heliotroph-gray);
}

.triangle-position{
  padding-left: 3px;
}
.text-shadow{
  text-shadow: 0 0 3px var(--tiffany-blue) , 0 0 5px var(--tiffany-blue);
}
.navbar-toggler{
  background-color: var(--white-color) !important;
}
.nav-link-custom{
  font-size: 14px !important;
  font-weight: 400 !important;
  padding: 0.2rem 1rem !important;
  color: #000000 !important;
}

@media only screen and (min-width:1000px) and (max-width:1280px) {
    .nav-link-custom {
        font-size: 12px !important;
    }
}
.navbar-brand-custom{
  margin-top: 0.5rem !important;
}
.navbar-brand-custom{

    /*align-self: center !important;*/
    /*position: absolute;*/
    font-size: 16px !important;
    font-weight: 400 !important;
    padding: 0.4rem 1rem !important;
    color: #000000 !important;
}

.mcqs-wrapper-inner{
	border-radius: 20px;
}
.mcqs-col-inner{
	max-width: 80%;
}
.img-width{
	max-width: 50%;
}
.social-icon span{
  color: var(--white-color);
	border: 2px solid var(--white-color);
	padding: 5px 9px;
	border-radius: 10px;
}
.social-icon span:hover{
	color: var(--black-color) !important;
	background: var(--white-color) !important;
	border: 2px solid var(--white-color) !important;;

}

.quiz-radio-btn:checked,
.quiz-radio-btn:not(:checked) {
    position: absolute;
    left: -9999px;
}
.quiz-radio-btn:checked + label,
.quiz-radio-btn:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: var(--black-color);
}
.quiz-radio-btn:checked + label:before,
.quiz-radio-btn:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: -8px;
    top: -7px;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: var(--white-color);
}
.quiz-radio-btn:checked + label:after,
.quiz-radio-btn:not(:checked) + label:after {
	content: '';
    width: 20px;
    height: 20px;
    background: var(--black-color);
    position: absolute;
   	top: -2px;
    left: -3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.quiz-radio-btn:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.quiz-radio-btn:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.myprofile-table table tr td:first-child{
	font-weight: 700;
  font-size: 18px;
  color: var(--black-color);
}
label.myprofile{
	color: var(--rich-black) !important;
	font-size: 20px;
}
input.myprofile{
	border: 2px solid var(--rich-black) !important;
}
.my-profile > input[type="text"] , .my-profile > input[type="password"] , .my-profile > input[type="email"]  {
	border: 1px solid var(--rich-black) !important;
	outline: 1px solid var(--rich-black) !important;
}

.graph{
	padding: 0px;
	z-index:99999 !important;
	width: 100%;
}
.progress{
	height: 4.5rem;
	width: 100%;
	background: #4fc000;
	/*margin-bottom: 40px;*/
  border-radius: 16px !important;
/*  box-shadow: 0px 0px 0.5rem rgba(0, 0, 0, 1) !important;*/
}
.progress .bar{
	height: 100%;
	background: #147fdb;
}

.stylying-progress{
	border-radius: 0px;
}
.green-bar span{
  padding-top: 0.5rem;
	 font-size: 20px;
	 padding-left: 0.8rem;
}
.blue-bar span{
  padding-top: 0.5rem;
	font-size: 20px;
	padding-right: 0.8rem;
}
.blue-line-wrapper{
	position: relative;
}
span.blue-line{
	min-height: 100vh !important;
	position: absolute;
	background-color: var(--black-color);
	width: 3px;
	z-index: -1;
	top: -2.5rem;
	left: 50%;
}
.triangle-left {
    width: 0;
	height: 0;
	border-left: 160px solid transparent;
	border-right: 160px solid transparent;
	border-bottom: 80px solid var(--black-color);
}
.custom-font-size span{
  font-size: 16px !important;
}
.inner-triangle {
    position: relative;
    top: 0.5rem;
    left: -8.7rem;;
    width: 0;
    	height: 0;
    	border-left: 140px solid transparent;
    	border-right: 140px solid transparent;
    	border-bottom: 67px solid var(--yellow-color);
}
.equilibrium-text{
	position: absolute;
	top: 2rem;
	left: -3.8rem;
	font-size: 1.5rem;
	font-weight: bold;
	color: var(--red-color);
	cursor: pointer;
}
.card-styling{
	border-radius: 25px;
}
.red-line-wrapper{
	position: relative;
}

.main-wrapper-2-first-row{
  border-bottom: 3px solid var(--black-color);
}


.progress-bar-wrapper{
  height: 4.5rem;
  width: 100%;
  background: var(--white-color);
}
.progress-bar{
    height: 100%;
  background: #f56300;
  margin: 0 auto;
  border-radius: 16px;
}
.reports-table tr td:nth-of-type(1){
  color: #203764 !important;
  padding-right: 7.5rem;
  font-weight: bold;
}
.reports-table2 thead tr td{
  color: #203764 !important;
  font-size: 20px;
  border-bottom: 2px solid #000000;
}
.reports-table2 tbody tr{
  border-bottom: 2px solid #000000;
}

.footer-wrapper {
   position: absolute;
   left: 0;
   bottom: 0;
   width: 100%;
   color: white;
}

/*-------------------------------------- Contact Form --------------------------------------*/
/* From uiverse.io by @mrhyddenn */
.text-thistle{
  color: var(--white-color);
}
.form__group {
  position: relative;
  padding: 20px 0 0;
  margin-top: 10px;
  width: 100%;
}

.form__field {
  font-family: inherit;
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 2px solid var(--black-color);
  font-size: 17px;
  color: var(--black-color) !important;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
}
.textarea{
  font-family: inherit;
  width: 100%;
  border: none;
  border-bottom: 2px solid var(--black-color) !important;
  outline: 0;
  font-size: 17px;
  color: #fff;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
  resize: none;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 17px;
  cursor: text;
  top: 20px;
}

.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 17px;
  color: var(--black-color);
  pointer-events: none;
}
.textarea:focus{
    border-bottom: 3px solid var(--black-color) !important;
}
.form__field:focus {
  border-bottom:3px solid var(--black-color);
}
.text-black{
 color: var(--black-color);
}
.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 17px;
  color: var(--black-color);
  font-weight: 700;
}
.textarea:focus ~ .form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 17px;
  color: var(--white-color);
  font-weight: 700;
}

/* reset input */
.form__field:required, .form__field:invalid {
  box-shadow: none;
}
.heading span{
  border-bottom: 2px solid var(--black-color);
 /*------------------------------ general button ------------------------------*/
}

/* From uiverse.io by @nikk7007 */
button.general-button {
 padding: 0.8em 1.8em;
 border: 2px solid var(--black-color);
 position: relative;
 overflow: hidden;
 background-color: transparent;
 text-align: center;
 text-transform: uppercase;
 font-size: 16px;
 transition: .3s;
 z-index: 1;
 font-family: inherit;
 color: var(--black-color) !important;
 border-radius: 3px;
}

button.general-button::before {
 content: '';
 width: 0;
 height: 350%;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%) rotate(45deg);
 background: var(--black-color);
 transition: .5s ease;
 display: block;
 z-index: -1;
}

button.general-button:hover::before {
 width: 105%;
}

button.general-button:hover {
 color: var(--white) !important;
 font-weight: bold;
}
.reading-2{
  font-size: 40px;
  padding-top: 3rem;
  color: #9d9b9b;
}
.reading-1 , .reading-3{
  font-size: 100px;
}
.social-icon{
  grid-gap: 2px;
}
.footer-wrapper-inner{
  grid-gap: 0.5rem;
}
.index-col-inner-image img {
  border-radius: 20px;
  border: 4px solid #000;
  -moz-border-radius: 15px;
}
.iframe{
  border-radius:25px;
}
.social-col img{
  border-radius: 4px;
  max-width: 50px !important;
}
.banner{
  height: 250px !important;
}
.language-button-wrapper a{
  background-color:#003c70; 
  border-radius:8px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  min-width: 280px;
}
.language-button-wrapper button:hover{
  background-color:transparent; 
  border:2px solid #003c70;
  color:#003c70;
}
.grid-button-wrapper a{
    background-color:#0171c0;
    border-radius:8px;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.grid-button-wrapper a:hover{
    background-color:transparent;
    border:2px solid #0171c0;
    color:#0171c0;
}
.join-community{
  border:2px solid #003c70;
  border-radius: 8px;
}
.hero-wrapper img{
   border-radius: 16px;
}
.language-button-wrapper div{
  grid-gap: 1em;
}
.mobile-social-col img{
  border-radius: 4px 0 0 4px;
}
.mobile-social-col span{
  font-size: 20px;
  color: #003c70 !important;
  font-weight: bold;
}
.mobile-social-col{
  display: flex; 
  flex-direction: column;
  grid-gap: 1em ;
}
.mobile-social-wrapper{
  display: none;
}
.terms-heading{
  font-weight: bold;
}
@media only screen and (max-width:299px){
  .reading-2{
  font-size: 28px;
  padding-top: 0.7rem;
}
.reading-1 , .reading-3{
  font-size: 40px;
}
.mobile-social-wrapper{
  display: block;
}
.social-wrapper{
  display: none;
}
}
@media only screen and (min-width:300px) and (max-width:399px){
  .reading-2{
  font-size: 16px;
  padding-top: 0.7rem;
}
.reading-1 , .reading-3{
  font-size: 22px;
}
.mobile-social-wrapper{
  display: block;
}
.social-wrapper{
  display: none;
}
}

@media only screen and (min-width:400px) and (max-width:767px){
  .reading-2{
  font-size: 28px;
  padding-top: 0.7rem;
}
.reading-1 , .reading-3{
  font-size: 40px;
}
.mobile-social-wrapper{
  display: block;
}
.social-wrapper{
  display: none;
}
}