.page-header.page-header-modern.page-header-background {
    padding: 41px 0 !important;
  
}
.letter-space {
  letter-spacing: 8px;
}

body{
    font-weight: 400 !important;
}

p{
  font-size: 14px;
    font-weight: 400 !important;
}


li{
    font-weight: 400 !important;
    line-height: 1.8rem;
}


.cardTitle {
    text-decoration: none;
  }
  
  .title {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
  }
  
  .row {
   
    margin: 50px auto 0;
  }
  
  .card {
    float: left;
   
    width: 100%;
  }
  .card .menu-content {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .card .menu-content::before, .card .menu-content::after {
    content: "";
    display: table;
  }
  .card .menu-content::after {
    clear: both;
  }
  .card .menu-content li {
    display: inline-block;
  }
  .card .menu-content a {
    color: #fff;
  }
  .card .menu-content span {
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 10px;
    font-weight: 700;
    transform: translate(-50%, 0);
  }
  .card .wrapper {
    position: relative;
    overflow: hidden;
  }
  .card .data {
    float: right;
    width: 88%;
    height: 100%;
  }
  .card .data .content {
    padding: 0em;
    padding-bottom: 0rem;
    position: relative;
    z-index: 1;
  }
  .card .author {
    font-size: 12px;
  }
  .card .title {
    margin-top: 10px;
    margin: 0 0;
  }
  .card .text {
    height: auto;
    margin: 0;
  }
  .card input[type=checkbox] {
    display: none;
  }
  .card input[type=checkbox]:checked + .menu-content {
    transform: translateY(-60px);
  }
  
  .example-1 .date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #77d7b9;
    color: #fff;
    padding: 0.8em;
  }
  .example-1 .date span {
    display: block;
    text-align: center;
  }
  .example-1 .date .day {
    font-weight: 700;
    font-size: 24px;
   
  }
  .example-1 .date .month {
    text-transform: uppercase;
  }
  .example-1 .date .month,
  .example-1 .date .year {
    font-size: 12px;
  }
  .example-1 .content {
    background-color: #fff;
  }
  .example-1 .title a {
    color: #0c0c0c;
    font-weight: 600;
}
  .image {
    float: left;
    width: 12%;
  }
  
  .book-image {
    width: 100%;
    display: block;
    height: 80%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .card-section{
      padding-bottom: 10px;
  }

  .padding-bottom{
    padding-bottom: 100px;
}
.forcenter{
   
    align-items: center;
    justify-content: center;
}
.example-1 {
    padding-bottom:10px;
}



/* The popup form - hidden by default */
.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 40%;
    top: 10%;
   
    z-index: 9;
  }
  
  /* Add styles to the form container */
  .form-container {
    max-width: 500px;
    padding: 10px;
    background-color: white;
  }
  
  /* Full-width input fields */
  .form-container input[type=text], .form-container input[type=password] {
    width: 100%;
    padding: 20px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
   
  }
  
  /* When the inputs get focus, do something */
  .form-container input[type=text]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
  }

    
  /* Full-width input fields */
  .form-container input[type=email], .form-container input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
  }
  
  /* When the inputs get focus, do something */
  .form-container input[type=email]:focus, .form-container input[type=password]:focus {
    background-color: #ddd;
    outline: none;
  }
  
  /* Set a style for the submit/login button */
  .form-container .btn {
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
  }
  
  /* Add a red background color to the cancel button */
  .form-container .cancel {
    background-color: red;
  }
  
  /* Add some hover effects to buttons */
  .form-container .btn:hover, .open-button:hover {
    opacity: 1;
  }
  .button-freecource{
    background-color: #000000 !important;
    color: #1ff8dc !important;
    border: none !important;
  }



  .button-submit{
      background-color: #1ff9db;
      border: none ;
      color: #000000 ;
      font-family: "Open Sans", sans-serif;
  }
  .button-submit:hover{
    background-color: #26e6cc;
    border: none ;
    color: #000000 ;
    font-family: "Open Sans", sans-serif;
}
  .modal-lg{
     max-width: 400px;
  }

  .modal-body{
    padding: 0.5rem;
    padding-top: 1rem;
  
    border-radius: 2%;
    box-shadow: 0px 1px 16px 2px rgb(9 255 243 / 62%)
  }

  .modal-content{
    border-radius: 2%;  
    border: 2px solid rgb(72 84 84);
  }
  .btn.btn-lg{
    font-size: .9rem;
        border: 1px solid rgb(108 126 126);
    
  }
  .modal.show .modal-dialog {
    margin-top: 15%;
}

.btn.btn-lg {
   
    padding: 4px 17px;
  
}

.card .text {
    padding-bottom: 4px;
    font-size: 13px;
}
.text-3{
    font-size: 0.9rem;
}
.arrow-link{
    color: #82c91e !important;
  
    font-size: 1rem;
}
h1{
font-size:1.2rem;
line-height: 30px;
margin: 0 !important;
}


ul li{
    color: #969696;
}

.padding-bottom-less{
    padding-bottom:50px
}

.btn-outline.btn-xl {
    padding: 12px 32px;
    padding: 0.4rem 1rem;
}
@media screen and (max-width: 640px) {
.image {
    width: 64%;
}
}


.grid-section a{
  color: #101010 !important;
  cursor: pointer;
}
.grid-section a:hover{
  color: #5a5959 !important;
}
.active {
  background-color: #16c7ae !important;
  color: #fff !important;
}

.filter {
  padding-left: 10px;
  padding-right: 10px;
  margin: 2px;
}
button:focus {
  outline: none;
  outline: none !important;
}

.btn-bimone {
  background-color: #ffffff;
  border: 1px solid #DFDFDF;
  color: #16c7ae;
  line-height: 15px;
  border-radius: 0;
  font-size: 13px;
  padding: 10px 35px;
  letter-spacing: 2px;
  text-transform: uppercase;
  vertical-align: middle;
  position: relative;
  box-shadow: 0 0 1px transparent;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.10s ease !important;
  transition: all 0.10s ease !important;
}

.btn-bimone.is-checked {
  color: #ffffff;
  background-color: #407dd1;
  text-decoration: none;
}

.letter-space{
  letter-spacing: 8px;
}

.page-header.page-header-modern.page-header-background.page-header-background-md {
  padding: 37px 0;
}

.grid-section{
  margin-bottom: 10px;
  margin-top: 25px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.5rem;
  width: 90%;
  max-width: 1000px;
  margin: 10vh auto;
  align-items: center;
  
}
.project {
  padding-bottom: 30px;
}
.card {
  border-radius: 0px;
  background: #fdfdfd;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .card {
  
    height: calc(80vh - 16px);
  }
  .information .button {
   
    margin-left: 17%;
}

}

.information {
  position: relative;
  padding: 1.5rem;
  text-align: center;
}
.information .tag {
  display: inline-block;
  background-color: var(--c-titan-white);
  color: var(--c-indigo);
  font-weight: 600;
  font-size: 0.875rem;
  padding: 0.5em 0.75em;
  line-height: 1;
  border-radius: 6px;
 
}
.information .tag + * {
  margin-top: 1rem;
  
}
.tag img{
  width: 70px;
}
.information .title {
  font-size: 1.5rem;
  color: var(--c-void);
  line-height: 1.25;
}
.information .title + * {
  margin-top: 1rem;
}
.information .info {
  color: var(--c-charcoal);
}
.information .info + * {
  margin-top: 1.25rem;
  font-size: 14px;
}
.information .button {
  font: inherit;
  line-height: 1;
  background-color: var(--c-white);
  border: 2px solid var(--c-indigo);
  color: #00c1a6;
  
  font-size: 20px;
  font-weight:500;
  padding: 0.5em 1em;
  border-radius: 6px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-left: 17%;
}
.information .button:hover, .information .button:focus {
  background-color: var(--c-indigo);
  color: var(--c-white);
}
.information .details {
  display: flex;
  gap: 1rem;
}
.information .details div {
  padding: 0.75em 1em;
  background-color: var(--c-titan-white);
  border-radius: 8px;
  display: flex;
  flex-direction: column-reverse;
  gap: 0.125em;
  flex-basis: 50%;
}
.information .details dt {
  font-size: 0.875rem;
  color: var(--c-cold-purple);
}
.information .details dd {
  color: var(--c-indigo);
  font-weight: 600;
  font-size: 1.25rem;
}

.plan {
  padding: 10px;
  background-color: var(--c-white);
  color: var(--c-del-rio);
}
.plan strong {
  font-weight: 600;
  color: var(--c-coffee);
}
.plan .inner {
  padding: 20px;
  padding-top: 40px;
  background-color: var(--c-fair-pink);
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}
.plan .pricing {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--c-apricot);
  border-radius: 99em 0 0 99em;
  display: flex;
  align-items: center;
  padding: 0.625em 0.75em;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--c-coffee);
}
.plan .pricing small {
  color: var(--c-del-rio);
  font-size: 0.75em;
  margin-left: 0.25em;
}
.plan .title {
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--c-coffee);
}
.plan .title + * {
  margin-top: 0.75rem;
}
.plan .info + * {
  margin-top: 1rem;
}
.plan .features {
  display: flex;
  flex-direction: column;
}
.plan .features li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.plan .features li + * {
  margin-top: 0.75rem;
}
.plan .features .icon {
  background-color: var(--c-java);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--c-white);
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.plan .features .icon svg {
  width: 14px;
  height: 14px;
}
.plan .features + * {
  margin-top: 1.25rem;
}
.plan button {
  
  font: inherit;
  background-color: var(--c-indigo);
  border-radius: 6px;
  color: var(--c-white);
  font-weight: 500;
  font-size: 1.125rem;
  width: 100%;
  border: 0;
  padding: 1em;
}
.plan button:hover, .plan button:focus {
  background-color: var(--c-governor);
}
.button{
  position: absolute;
  bottom: 0;
  right: 0;
}
.duration{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
}
.duration span{
  font-weight: 600;
 
}



li {
  color: #969696 !important;
}

/********************************/

.container {
  padding-bottom: 30px;
}
.row {
  padding-top: 50px;
}
.image-text-overlay {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.image-text-overlay.text-white {
  color: white;
  height: 400px;
}
 .overlay-title {
  font-size: 37px;
  text-transform: uppercase;
  color: rgb(24, 24, 24);
  font-weight: bold;
  text-align: center;
}
.image-text-overlay .overlay-subtext {
  font-size: 20px;
  color: #fff;
}
.image-text-overlay .overlay-white,
.image-text-overlay .overlay-black {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.7;
}
.image-text-overlay .overlay-black {
  background: rgba(0, 0, 0, 0.103);
}
.image-text-overlay .overlay-white {
  background: #fff;
}
.text-top-left,
.text-top-center,
.text-top-right,
.text-middle-left,
.text-middle-center,
.text-middle-right,
.text-bottom-left,
.text-bottom-right,
.text-bottom-center {
  display: table;
}
.text-top-left p,
.text-top-center p,
.text-top-right p,
.text-middle-left p,
.text-middle-center p,
.text-middle-right p,
.text-bottom-left p,
.text-bottom-right p,
.text-bottom-center p {
  display: table-cell;
  position: relative;
  z-index: 2;
  padding: 15px 20px 15px 20px;
}
.text-top-left p {
  vertical-align: top;
  text-align: left;
}
.text-top-center p {
  vertical-align: top;
  text-align: center;
}
.text-top-right p {
  vertical-align: top;
  text-align: right;
}
.text-middle-left p {
  vertical-align: middle;
  text-align: left;
}
.text-middle-center p {
  vertical-align: middle;
  text-align: center;
}
.text-middle-right p {
  vertical-align: middle;
  text-align: right;
}
.text-bottom-left p {
  vertical-align: bottom;
  text-align: left;
}
.text-bottom-center p {
  vertical-align: bottom;
  text-align: center;
}
.text-bottom-right p {
  vertical-align: bottom;
  text-align: right;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 992px) {
  .col-md-4 {
    padding-bottom: 25px;
  }
}
.no-padding{
  padding-left: 0px !important;
  padding-right: 0px !important;
}


.container-full-width {
    width: 100% !important;
    max-width:100% !important;
    padding-bottom: 90px;
}


@media only screen and (max-width: 600px) {
  #banner-slider-demo-17 h2 {
    font-size: 1.5rem;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .content{
    top: 16%;
  }
}

.sub-text{
  padding: 10px 50px;
  text-align: center;
  font-size: 16px;

}