.header {
    text-align: center;
    padding: 32px;
	font-family: 'Poppins', sans-serif;
}

.form-control {
    background-color: #f44336;
    color: #fff;
    font-size: 16px;
	font-family: 'Poppins', sans-serif;
}

.row {
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create two equal columns that sits next to each other */
.column {
    -ms-flex: 50%;
    /* IE 10 */
    flex: 50%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}

/* Style the buttons */
.btn {
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-size: 18px;
}

.btn:hover {
    background-color: #ddd;
}

.btn.active {
    background-color: rgb(165, 7, 228);
    color: white;
}

/* Dropdown */
.dropbtn {
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    padding: 16px;
    margin-top: 18px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    color: #000;
    position: absolute;
    background-color: rgb(165, 7, 228);
    min-width: 210px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white !important;
    padding: 5px 8px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.dropdown a:hover {
    background-color: #35343b;
}
/* .dropdown */

.show {
    display: block;
}

.Pinfo {
	font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    font-size: large;
    color: #fff;
}

/* Larger slider with grid */

/* slider */
body {
	font-family: 'Poppins', sans-serif;
    margin: 0;
}


img {
    vertical-align: middle;
}
.row1{
    display: inline;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
    position: relative;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

.demo cursor {
    height: 50%;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 20%;
    width: 60px;
    padding: 16px;
    margin-top: -60px;
    color: white;
    font-weight: 800;
    font-size: 30px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
	font-family: 'Poppins', sans-serif;
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Container for image text */
.caption-container {
	font-family: 'Poppins', sans-serif;
    text-align: center;
    background-color: rgb(165, 7, 228);
    padding: 2px 16px;
    color: white;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.column {
    float: left;
    width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

/* Large image */
#textlcs {
    text-align: center;
	font-family: 'Poppins', sans-serif;
    margin-bottom: 40px;
}

#footerimg {
    height: 50px;

}

/* For pop up */
.paymentdetails {
    border-radius: 0px;
    box-shadow: none;
    outline: 0 !important;
    background: white;
    box-sizing: border-box;
    height: 60px;
    padding: 5px 5px 5px 5px;
	font-family: 'Poppins', sans-serif;
}

.overlay {
    margin-top: 30px;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.2s ease-in-out;

}

.overlay-content {
    position: relative;
    top: 35%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: rgb(165, 7, 228);
    display: block;
    transition: 0.3s ease-in-out;
}

.overlay a:hover,
.overlay a:focus {
    color: black;
}

.overlay .closebtn {
    position: absolute;
    top: 80px;
    right: 45px;
    font-size: 100px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/* Welcome button Start  */
.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 1;
    transition: opacity 0.6s;
    margin-bottom: 15px;
}

.alert.success {
    background-color: #04AA6D;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}

/* Welcome button end   */

/* Scroll indicator Start */
.header1 {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: #f1f1f1;
}

.header1 h2 {
    text-align: center;
}

.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
}

.progress-bar {
    height: 8px;
    background: #04AA6D;
    width: 0%;
}

.content {
    padding: 100px 0;
    margin: 50px auto 0 auto;
    width: 80%;
}

/* Scroll indicator end */

/* Video Start */
.Video {
    margin-top: 100px;
    margin-left: 50px;
    margin-right: 50px;
}

/* Video End */

/* Download button start */
.downloadbtn {
    background-color:rgb(165, 7, 228);
    border: none;
    color: white;
    padding: 12px 30px;
    cursor: pointer;
    font-size: 20px;
}

.downloadbtna {
    width: 100%;
}

/* Download button end */

/* Style tab links start*/
.tablink {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 9px 11px;
    font-size: 15px;
    width: 23%;
}

.tablink:hover {
    background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: white;
    display: none;
    font-size: 20px;
    padding: 100px 20px;
    height: 100%;
    line-height: 30px;
	font-family: 'Poppins', sans-serif;
}

#Home {
    background-color: rgb(165, 7, 228);
}

#News {
    background-color: rgb(165, 7, 228);
}

#Contact {
    background-color: rgb(165, 7, 228);
}

#About {
    background-color: rgb(165, 7, 228);
}

.litabcon li {
    margin-left: 50px;
	font-family: 'Poppins', sans-serif;
    font-size: medium;
    list-style: disc;
}

.Project-objective {
    font-weight: 800;
    font-size: 18px;
}

.Lady-Miranda-Foundation {
    font-size: medium;
}
.Darlingsmenu{
    margin-top: 20px;
}
.DML li{
	font-family: 'Poppins', sans-serif;
    font-size: medium;
    list-style: none;
    display: inline-block;
}
.DMLA{
    border: #000 solid 0.2px;
    border-radius: 5px;
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
}
.DMLA a li{
    color: #000;
}
.prodetails{
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 10px 10px 10px;
    background-color:rgba(115,112,215,.85);
    cursor: text;
    color: #ffffff;
}
 a .prodetails:hover{
    padding: 20px 20px 20px 20px;
    font-size: 20px;
    color: #ffffff;
}
/* Style tab links end*/

/* Image hero start */
.hero-image {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    align-items: center;
    border: rgb(165, 7, 228) solid 120px;
}

.hero-text {
    font-size: 12px;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 40%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text h1 {
    font-weight: 600;
    margin-left: 50px;
}

/* Image hero end */


.ccontainer {
    position: relative;
	font-family: 'Poppins', sans-serif;
  }
  
  .text-block {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: black;
    color: white;
    padding: 20px 20px 20px 20px;
  }
  
*, *:before, *:after {
    box-sizing: inherit;
  }
  
  .column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
  }
  
  @media screen and (max-width: 650px) {
    .column {
      width: 100%;
      display: block;
    }
  }
  
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
  
  .container {
    padding: 0 16px;
  }
  
  .container::after, .row::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .title {
    color: grey;
  }
  
  .button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
  }
  
  .button:hover {
    background-color: #555;
  }
  .textspan{
    background-color: #000;
	font-family: 'Poppins', sans-serif;
    color: white;
    padding: 10px 10px 10px 10px;
  }
  .textspan h4{
    color: white;
	font-family: 'Poppins', sans-serif;
  }