body
{
    margin: 0;
}

.content
{
    max-width: 768px;
    margin: 0 auto;
    padding: 0 8px;
    padding: 88px;
    position: relative;
}

.bg {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #FFEFBA 50%, #FFFFFF 50%);
    bottom: 0;
    left: -50%;
    opacity: 0.5;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1;
}

.bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 4s;
}

.bg3 {
    animation-duration: 5s;
}

@keyframes slide {
    0% {
      transform:translateX(-25%);
    }
    100% {
      transform:translateX(25%);
    }
  }

.divHeader
{
    display: flex;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 8px;
    margin-top: 20px;
    margin-bottom: 10px;
    /* border-bottom: 1px solid #d2cece; */
}

header 
{
    position: fixed;
    display: inline-block;
    background: #fff;
    z-index: 10;
    width: 100%;
    top: 0;
}

.navigation 
{
    display: grid;
    width: 50%;
    justify-items: right;
    position: relative;
}

.fbook {
    color: #4064AB;
}

.navigation a 
{
    display: inline-block;
    color: #666;
    font-size: 19px;
    text-decoration: none;
}

.navigation a:hover
{
    color: #EC008C;
}

.navigation a::first-letter
{
   color: #EC008C;
}

.navigation ul {
    float: left;
    padding: 35px 0 0 0;
}

.navigation ul li {
    float: left;
    padding: 0 15px 0 0;
}

#home
{
    margin-top: 50px;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#middleSection
{
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}

#middleSection img
{
    display: block;
    height: auto;
    float: left;
    border: 0;
    width: 100%;
    object-fit: unset;
}

.mithilIntro {
    padding: 10px 0 0 0;
}

.mithilIntro span
{
   color: #EC008C;
}

.info
{
    width: 48%;
    display: grid;
}

.info1
{
    font-size: 32px;
    color: #df4588;
}

.info2
{
    font-size: 16px;
    margin-left: 80px;
    color: cadetblue;
}

#contact
{
    /* width: 90%;
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-top: 35px; */
}

.address p.addr {
    padding: 5px 0 15px 0;
}

.address p a
{
    color: #ec008c;
}

.address p {
    margin: 0;
    padding: 5px 0;
}
.content p {
    margin: 0;
    padding: 0 0 10px;
}

.contactForm {
    padding: 0;
}

form {
    display: inline;
}

.form_item {
    width: 100%;
    padding: 5px 0;
}

.form_item input[type="text"] {
    min-width: 280px;
    width: 97%;
    height: 30px;
    padding: 4px;
    border: 1px solid #ccc;
}

.form_item textarea {
    min-width: 280px;
    width: 97%;
    height: 60px;
    padding: 4px;
    border: 1px solid #ccc;
    font-family: "Century Gothic";
    font-size: 14px;
}

.form_item input[type="submit"] {
    background: #ec008c;
    border: none;
    color: #ffffff;
    margin: 0;
    padding: 8px;
    width: 100px;
}

h3
{
    margin: 0px;
}

#about
{
    line-height: 2;
    background: white;
    padding: 10px;
    /* max-height: 646px; */
    overflow: scroll;
}

#about h2
{
    font-size: 22px;
    margin: 0;
    padding: 0 0 8px 0;
    line-height: 2em;
    background: linear-gradient(
		to right, 
		#f875aa,
		#ffc478, 
		#a4ebf3
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200%;
	background-position: top left;
	animation: gradient 10s infinite ease-in-out;
}

footer 
{
    position: fixed;
    left: 0;
    bottom: 0;
    display: inline-block;
    z-index: 10;
    width: 100%;
}

.footer {
    padding: 8px 0;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 8px;
    text-align: center;
}

.tl {
    text-align: center;
}

.footer a {
    color: #666;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    vertical-align: top;
}

.mySlides 
{
    display: none;
    height: 100%;
    position: relative;
}

.mySlides img 
{
    vertical-align: middle;
    height: 100%;
    width: 100%;
    border-radius: 15px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  height: 578px;
  margin: auto;
  overflow: hidden;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background: #0000003d
}

/* 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);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    max-width: 100%;
    text-align: center;
    width: fit-content;
    background-color: #00000052;
    left: 0;
    right: 0;
    margin: auto;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

footer svg
{
    width: 30px;
    height: 30px;
    padding: 5px;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }

@media only screen and (max-width: 550px)
{
    .info
    {
        width: 100%;
    }

    .info1
    {
        font-size: 24px;
    }

    .info2
    {
        font-size: 15px;
        margin-left: 35px;
    }
    
    .content
    {
        padding: 8px;
        margin-top: 120px;
    }

    .dot
    {
        width: 12px;
        height: 12px;
    }

    #about h2
    {
        font-size: 15px;
        line-height: 1.5em;
    }

    .content li
    {
        font-size: 12px;
    }

    .content p
    {
        font-size: 12px;
    }

    .navigation {
        width: 100%;
    }

    .divHeader {
        display: grid;
    }

    .drop-down__menu-box 
    {
        top: 60px !important;
    }
}

.text h4
{
    margin: 0;
}

.text p
{
    display: none;
}

.content li {
    counter-increment: step-counter;
    margin-bottom: 10px;
  }
  
.content li::before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: #5f9ea08f;
    color: white;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 8px;
}

.aboutImage
{
    width: 100%;
    border: 1px solid #5f9ea08f;
    border-radius: 2%;
}

.drop-down__menu-box 
{
    position: absolute;
    width: fit-content;
    right: 30px;
    top: 68px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 20%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    margin-top: 5px;
    z-index: 1000;
    padding: 20px;
}

.drop-down__menu {
    margin: 0;
    padding: 0 13px;
    list-style: none;
  
}
.drop-down__menu-box:before{
  content:'';
  background-color: transparent;
  border-right: 8px solid transparent;
  position: absolute;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
  border-top: 8px solid transparent;
  top: -15px;
  right: 18px;

}

.drop-down__menu-box:after{
  content:'';
  background-color: transparent;
}

.educationDetail
{
    width: 30%; 
    text-align: left; 
    vertical-align: top;
}