/* Hero Section */
.hero-wrapper {
  position: relative;
  background-color: #FCFCFF;
  z-index: 1;
  padding-top: 50px;
}
.hero-wrapper .elements {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .hero-wrapper .elements {
    display: none;
  }
}
.hero-wrapper .elements.element_one {
  left: 0;
  top: 0;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-wrapper .elements.element_one {
    left: -80px;
  }
}
.hero-wrapper .elements.element_two {
  bottom: 35px;
  left: 35px;
}
.hero-wrapper .elements.element_three {
  top: 80px;
  right: 40%;
}
.hero-wrapper .lineanm {
  position: absolute;
  top: -25px;
  right: -20px;
  height: 550px;
  width: 290px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .hero-wrapper .lineanm {
    display: none;
  }
}
.hero-wrapper .lineanm .line {
  fill: none;
  stroke-dasharray: 2400;
  stroke-dashoffset: 2400;
  animation: line 2s ease-in-out reverse infinite;
  animation-direction: alternate-reverse;
}
.hero-wrapper .hero-image-box {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-right: -200px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-wrapper .hero-image-box {
    margin-right: -60px;
  }
}
@media screen and (max-width: 1199px) {
  .hero-wrapper .hero-image-box {
    margin-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .hero-wrapper .hero-image-box {
    text-align: center;
  }
}
.hero-wrapper .hero-image-box .image_one {
  position: absolute;
  left: 120px;
  bottom: 150px;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-wrapper .hero-image-box .image_one {
    left: 0;
  }
}
@media screen and (max-width: 1199px) {
  .hero-wrapper .hero-image-box .image_one {
    left: 0;
    bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .hero-wrapper .hero-image-box .image_one {
    bottom: 150px;
  }
}
@media (max-width: 767px) {
  .hero-wrapper .hero-image-box .image_one {
    display: none;
  }
}
.hero-wrapper .hero-image-box .image_one img {
  border-radius: 15px;
  -webkit-box-shadow: -3px 0px 50px 0px rgba(98, 85, 250, 0.1);
          box-shadow: -3px 0px 50px 0px rgba(98, 85, 250, 0.1);
}
.hero-wrapper .hero-image-box .ef-iconic-box {
  position: absolute;
  top: 100px;
  right: -5%;
  text-align: left;
  max-width: 260px;
  z-index: 1;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-wrapper .hero-image-box .ef-iconic-box {
    top: 180px;
    right: -2%;
  }
}
@media screen and (max-width: 1199px) {
  .hero-wrapper .hero-image-box .ef-iconic-box {
    right: -8%;
    top: 30%;
  }
}
@media screen and (max-width: 991px) {
  .hero-wrapper .hero-image-box .ef-iconic-box {
    top: 25%;
    right: 7%;
  }
}
@media (max-width: 767px) {
  .hero-wrapper .hero-image-box .ef-iconic-box {
    top: 50%;
    right: 15%;
  }
}
.hero-wrapper .hero-content {
  padding-top: 145px;
}
@media screen and (max-width: 1199px) {
  .hero-wrapper .hero-content {
    padding-top: 85px;
  }
}
@media screen and (max-width: 991px) {
  .hero-wrapper .hero-content {
    text-align: center;
    margin-bottom: 40px;
  }
}
.hero-wrapper .hero-content .sub-heading {
  color: var(--primary-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero-wrapper .hero-content .sub-heading i {
  margin-right: 10px;
  margin-top: 4px;
}
.hero-wrapper .hero-content h1 {
  margin-bottom: 3px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-wrapper .hero-content h1 {
    font-size: 55px;
    line-height: 75px;
  }
}
@media screen and (max-width: 1199px) {
  .hero-wrapper .hero-content h1 {
    font-size: 40px;
    line-height: 55px;
  }
}
@media screen and (max-width: 991px) {
  .hero-wrapper .hero-content h1 {
    max-width: 490px;
    margin: 0 auto 30px;
  }
}
.hero-wrapper .hero-content h1 span.c1 {
  position: relative;
  color: var(--primary-color);
}
.hero-wrapper .hero-content h1 span.c1 .shape-one {
  position: absolute;
  top: -30px;
  right: -45px;
}
@media (max-width: 767px) {
  .hero-wrapper .hero-content h1 span.c1 {
    display: none;
  }
}
.hero-wrapper .hero-content h1 span.c2 {
  color: var(--secondary-color);
}
.hero-wrapper .hero-content p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 35px;
}

.hero-subscribe {
  position: relative;
}
@media screen and (max-width: 991px) {
  .hero-subscribe {
    max-width: 500px;
    margin: 0 auto;
  }
}
.hero-subscribe .form-group {
  position: relative;
}
.hero-subscribe input {
  padding: 12px 20px;
  border-radius: 13px;
  font-size: 16px;
  border: 1px solid var(--border-color);
}
.hero-subscribe .theme-btn {
  position: absolute;
  top: 0;
  right: 0;
}

@-webkit-keyframes line {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes line {
  to {
    stroke-dashoffset: 0;
  }
}
/* Category Section */
/* Intro Section */
.intro-wrapper_one {
  position: relative;
  z-index: 1;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: -150px;
}
.intro-wrapper_one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(6, 25, 58, 0.7);
  z-index: -1;
}

/* Testimonial Section */
.testimonial-slider {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 991px) {
  .testimonial-slider {
    margin-right: -12px;
    margin-left: -12px;
  }
}
.testimonial-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  .testimonial-slider .slick-slide {
    margin-right: 12px;
    margin-left: 12px;
  }
}

/* Carousel's button designing */


.carousel-control-prev i,
.carousel-control-next i{
  color: var(--primary-color);
  border: 1px solid;  
  border-color: var(--primary-color);;
  padding:0px 9px 10px;
  border-radius: 2px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition: var(--transition);
}

.carousel-control-prev:hover i,
.carousel-control-next:hover i {
  background-color: var(--primary-color);
  color: var(--white-color);
}

.carousel-control-next{
  right: -70px;
}
.carousel-control-prev{
 left:-70px;

}

.ip-carousel-video{
  height:500px;
  width:100%;
}

@media (max-width:768px){
  .h-mobile{
    height: 250px !important;
  }
  .ip-carousel-video{
    height:250px;
    width:auto;
  }
}

/* Designed by Ishita  */

/* Breadcrumb css */
.ip-brdcrmb-area{
  font-size: 30px;
}



.ip-icon-arr{
  font-size: 16px;
}

.content img{
  border-radius: 5px 5px 2px 2px;
}

.ip-main-heading{
  /* font: 600 25px var(--heading-font); */
  text-transform: capitalize;
  color: #21315F;
}

.ip-sub-heading{
  position: relative;
  display: block;
  /* float:left; */
  font: 450 14px var(--heading-font);
  text-transform: capitalize;
  line-height: 1;
  color: var(--text-color);
    padding: 0 5px;
}

.ip-sub-heading span{
  margin-left:5px;
}

.main-cont{
  display: flex;
  /* background-color:#FAF6EDff; */
  /* border-radius:2px; */
  padding:5px;
}

.ip-dis-sec{
  /* color:var(--border-color); */
  color:#108934;
  font-weight:600;
}
.ip-price-sec{
  color:black;
  font-weight:600;
}
.ip-sub-cont{
  color:black;
}
.ip-disc-pri{
  font-weight: 600;
}




.StyledAvatar-UserAvatar {
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    user-select: none;
    display: block;
    position: relative;
    box-sizing: content-box;
    transition: border-color 300ms ease-in-out;
    border: 1px solid var(--color-divider);
}
.StyledAvatar-UserAvatar:hover {
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: initial;
border-right-color: initial;
border-bottom-color: initial;
border-left-color: initial;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
}

.btn-see-all{
  color: var(--primary-color);
  padding:0px 9px 10px;
  border-radius: 2px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition: var(--transition);
}
.btn-see-all:hover{
 
  border: 1px solid;
  border-color:var(--primary-color);
  /* color:var(--primary-black-color) */
 
}


/*  Page Banner CSS  */
.ef-page-hero {
  padding: 80px 0 89px;
}
@media (max-width: 767px) {
  .ef-page-hero {
    padding: 85px 0 105px;
  }
}
@media (max-width: 767px) {
  .ef-page-hero .page-content h1 {
    font-size: 32px;
    line-height: 45px;
  }
}
.ef-page-hero .page-content ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ef-page-hero .page-content ul li:last-child:after {
  display: none;
}
.ef-page-hero .page-content ul li:after {
  display: inline-block;
  content: "\f101";
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
  margin-right: 8px;
}
.ef-page-hero .page-content ul li.active {
  color: var(--primary-color);
}
.ef-page-hero .page-content ul li a:hover {
  color: var(--primary-color);
}

.ip-third-sec{
  padding: 10px;
}


.form_control{
  width: 100% !important;
    padding: 3px 15px;
    min-height: 40px;
    outline: none;
    border-radius: 0;
    font-size: 14px;
    /* font-weight: 500; */
    color: #696969;
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
}
.form_control:focus {
  border-color: var(--primary-color);
}

.form_control:hover{
  border-color:#6255fa ;
}

.contact-form label {
  color: var(--heading-color);
  /* margin-bottom: 2px; */
  font-size:14px;
}
.contact-form label span {
  color: #FC6E6E;
}
.contact-form textarea {
  margin-bottom: 30px;
}
.contact-form .theme-btn {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
}

.contact-wrapper {
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid rgba(33, 37, 41, 0.1);
  /* background-color: rgba(26, 26, 26, 0.01); */
}
 /* Different box css */
 /* .ip-dif-box{
  position: absolute;
  left:46%;
  top: 25%;
  z-index:1;
  } 
   */
  .ip-dif-img{
    width:100%;
  } 
@media (max-width: 767px) {
  .contact-wrapper {
    padding: 30px 30px 45px;
  }
}
.contact-wrapper h2 {
  color: #4c4c4c;
    font-size: 24px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 22px;
    margin-top:5px;
    font-weight: 400;
  /* margin-bottom: 10px; */
}
@media (max-width: 767px) {
  .contact-wrapper h2 {
    font-size: 28px;
    line-height: 40px;
  }
 
}
.contact-wrapper p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
}
.contact-form .ip-form-btn{
  width: 100%;
  font-size: 16px;
  /* line-height: 30px; */
}
.ip-form-btn{
  position: relative;
  background-color: var(--heading-color);
  color:white;
  /* color: #6255fa; */
  /* padding: 12px 20px; */
  height: 40px;
  width: 129px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 6px;
  line-height: 16px;
  cursor: pointer
}

.ip-form-btn:hover{
  /* background-color: #6255fa; */
  background-color: var(--primary-color);
  color:white;
  border-color:black;
}
.ef-iconic-info-box.style-two .ip-icon-container{
  border:none;
}

.ef-category-item.style-one.bg_one.ip-third-sec{
  background-color: #c5c3da;
}

.ef-category-item.style-one.bg_two.ip-third-sec{
  background-color:  #d8eae6;
}

.ef-category-item.style-one.bg_three.ip-third-sec {
  background-color: #ffe8e0;
}
.ef-category-item.style-one.bg_four.ip-third-sec {
  background-color: #F6E0D9;
}

.ef-iconic-box.style-two .ip-choose-icon{
  background: transparent;
  font-size: 40px;
}


/* login form css */
.form-wrapper{
  width:100%;
  background-color: whitesmoke;
  box-shadow: 0 1rem 3rem rgba(77, 84, 124, 0.06) !important;
  border-radius: 8px;
  padding:25px;
}
.ip-form-login{
  font-size: 30px;
  font-weight:100;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  margin-bottom: 5px;
}
.form-group label{
  color:black;
  font-size:16px;
}
button{
  width:100%;
  padding:12px;
}
.ip-login-btn{
  background-color: #37a8f5;
    color: white;
}

.form-group input{
  padding:8px;
  border-radius:5px;
}
.ip-form-grp input{
  padding:8px;
}
.ip-frm-signUp{
  color:#0d6efd;
}

/* Signup form css */

.ip-bg-custom {
  background-color: whitesmoke;
  box-shadow: 0 1rem 3rem rgba(77, 84, 124, 0.06) !important;
  border-radius: 8px;
  padding:20px;
}

.ip-sign-form{
  font-size: 30px;
  font-weight:100;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  margin-bottom: 5px;
  text-align: center;
}

/* Signup form css */

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
}
.form-check .form-check-input {
  margin-left: 0;
  margin-top: 0;
  margin-right: 10px;
}

.form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}
.ef-user-sec .user-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
}
@media screen and (max-width: 1199px) {
  .ef-user-sec .user-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.ef-user-sec .user-left {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
}
@media screen and (max-width: 1199px) {
  .ef-user-sec .user-left img {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .ef-user-sec .user-left {
    width: 100%;
    height: 100px;
  }
}
.ef-user-sec .user-right {
  width: 40%;
}
@media screen and (max-width: 1199px) {
  .ef-user-sec .user-right {
    width: 100%;
  }
}
.ef-user-sec .user-right {
  padding: 20px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .ef-user-sec .user-right {
    padding: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .ef-user-sec .user-right {
    padding: 50px;
  }
}
@media (max-width: 575px) {
  .ef-user-sec .user-right {
    padding: 30px;
  }
}
.ef-user-sec .user-right .user-form-wrapper {
  border-radius: 10px;
  border: 1px solid rgba(33, 37, 41, 0.1);
  background: rgba(26, 26, 26, 0.01);
  /*background-color: $white-color;*/
  padding: 80px 100px;
}
@media (min-width: 1200px) and (max-width: 1450px) {
  .ef-user-sec .user-right .user-form-wrapper {
    padding: 15px 33px 27px;
  }
}
@media screen and (max-width: 1199px) {
  .ef-user-sec .user-right .user-form-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .ef-user-sec .user-right .user-form-wrapper {
    padding: 20px;
  }
}
.ef-user-sec .user-right .user-form-wrapper .brand-logo {
  margin-bottom: 20px;
}
.ef-user-sec .user-right .user-form-wrapper h3 {
  margin-bottom: 15px;
}
.ef-user-sec .user-right .user-form-wrapper p {
  margin-bottom: 20px;
}
.ef-user-sec .user-right .user-form-wrapper .login-form label {
  color: var(--heading-color);
}
.ef-user-sec .user-right .user-form-wrapper .login-form label span {
  color: #FC6E6E;
}
.ef-user-sec .user-right .user-form-wrapper .login-form .theme-btn {
  width: 100%;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top:10px;
}
.ef-user-sec .user-right .user-form-wrapper .login-link:hover a {
  color: var(--primary-color);
}
.ef-user-sec .user-right .user-form-wrapper .others-login {
  position: relative;
  z-index: 1;
}
.ef-user-sec .user-right .user-form-wrapper .others-login .text {
  padding: 0 15px;
  display: inline-block;
  background-color: var(--white-color);
}
.ef-user-sec .user-right .user-form-wrapper .others-login:after {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(33, 37, 41, 0.1);
  content: "";
  z-index: -1;
}
.ef-user-sec .user-right .user-form-wrapper .social-login .theme-btn {
  width: 100%;
  margin-bottom: 20px;
}
.ef-user-sec .user-right .user-form-wrapper .social-login .theme-btn.style-one {
  background-color: rgba(26, 26, 26, 0.01);
  color: var(--heading-color);
}
.ef-user-sec .user-right .user-form-wrapper .social-login .theme-btn.style-one img {
  margin-right: 10px;
}
.ef-user-sec .user-right .user-form-wrapper .register a {
  color: var(--primary-color);
  text-decoration: underline;
}

.login-form .form-group{
  margin-bottom:8px;
}

/* Exam's css */
.ip-exam-title,.ip-subject,.ip-sub-subject,.ip-exam-date,.ip-exam-duration,.ip-exam-descri{
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid;
  padding: 8px;
  color: var(--text-color);
}
.ip-exam-container{
  background-color: #f8f9fa;
  border-radius: 10px;
}
.ip-exam-title span{
  margin-left:185px;
  color:var(--heading-color)
}
.ip-subject span{
  margin-left:170px;
  color:var(--heading-color)
}
.ip-sub-subject span{
  margin-left:120px;
  color:var(--heading-color)
}
.ip-exam-date span{
margin-left:100px;
color:var(--heading-color)
}
.ip-exam-duration span{
  margin-left:60px;
  color:var(--heading-color)
}
.ip-exam-descri span{
  margin-left:90px;
  color:var(--heading-color)
}
.ds-title-head{
  font-size: 18px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  font-family: "Source Sans 3", sans-serif !important;
  text-align: start !important;
  line-height: normal !important;
}
.ds-card-background{
  position: relative;
}
.ds-card-background::before{
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: #eaeae6aa;
  border-radius: 4px;
  z-index: -1;
}
.go-bck {
  position: fixed;
  top: 45%;
  right: 0.4%;
  z-index: 9999;
  background-color: #5686A5 !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  font-size: 18px;
  border-radius: 50%;
  display: gridS;
  place-content: center;
  cursor: pointer;
  text-align: center;
}
.ds-card-answer{
   width: 100%;
    background-color: rgba(235, 192, 192, 0.734);
    border: none;
    height: 100%;
}
.answered{
    line-height: normal;
}
@media screen and (max-width: 768px){
       .hidden-nav-mobile{
            display: none;
       }
  
}
@media screen and (max-width: 750px){
         .am-company-title {
          color: #21315f;
          font-size: 30px !important;
          font-weight: 700 !important;
          line-height: 30px;
      }
      .am-company-title-sm{
        font-size: 18px !important;
        line-height: 18px;
          font-weight: 600 !important;
          padding-bottom: 12px;
      }
}

.time_card{
  height: 36px;
  width: 36px;
}
.flip-card-front{
  font-size: 18px;
}
.ds-para-card{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
    padding-right: 20px;
}
.num_cir{
  width: fit-content;
  padding: 5px;
}
.num_cir_span{
  width: 32px;
  height: 32px;
  padding: 5px;
}
.tc-1{
  position: relative;
}
.tc-1::before{
  content: ":";
  position: absolute;
  left: 22px;
  bottom: 7px;
  font-weight: 700;
}
.tc-2{
  position: relative;
}
.tc-2::before{
  content: ":";
  position: absolute;
  left: 22px;
  bottom: 7px;
  font-weight: 700;
}
.ds-save{
   background-color: #001d3b;
   color: #d8eae6;
   border: none;
}
.ip-que-status div:nth-child(1) {
  font-size: 16px;
  color: #000;
  line-height: 20px;
}

.ip-que-status div:nth-child(2) {
  font-size: 12px;
  color: #000;
  line-height: 16px;
}
.bg-main_{
  background-color: #39AAF8 !important;
  border: 1px solid #39AAF8 !important;
}
.theme-btn.style-one{
  width: fit-content;
}