html, body { max-width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
  margin: 0;
    font-size:20px;
    background :#def9f4;
}

.topnav {
  overflow: hidden;
  background-color: #fff;
  font-size: 20px;
    font-weight: bolder;
}


.topnav a {
  float: right;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
 
       .toast-top-center { 
    top: 12px; 
    left: 50%; 
    margin-left: -150px; 
    text-align: right !important; 
 text-align: justify;
} 
@media all and (max-width: 240px) { 
    .toast-top-center { 
        margin-left: -54px; 
    } 
} 
@media all and (min-width: 241px) and (max-width: 320px) { 
    .toast-top-center { 
        margin-left: -64px; 
    } 
} 
@media all and (min-width: 321px) and (max-width: 480px) { 
    .toast-top-center { 
        margin-left: -96px; 
    } 
}
     

.topnav a:hover {
  color: #4c3d37;
}


.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.container-fluied .row .container{
 text-align: right;   
}

.box p{
text-align: center;
    font-size: 27px;
     font-weight: bolder;
color: #194003;
}

.box{
    margin-top: 40px;
    padding: 30px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1); 
    background: white;
    margin-bottom: 40px;
    text-align: justify;
    
}
.boxxx{
    border: 2px solid #ffffff;;
  padding: 10px;
  box-shadow: 5px 10px #ffffff;
    background: #c9d9cb;
    margin-bottom: 50px;
text-align: center;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);    
    
}

.cardd{
     background: white;
     margin-top: 40px;
     margin-left: 10px;
     margin-right: 60px;
     margin-bottom: 40px;
     padding: 5px;
     text-align: justify;  
     box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.15); 
}

.info p{
    text-align: right;
    font-size: 15px;
     font-weight: bolder;
color: #268c76;
}
.in p{

    font-size: 27px;
     font-weight: bolder;
color: #268c76;
}

.info{
     margin-left: 40px;
     margin-right: 20px;
    padding-bottom: 1px;
    padding-right: 10px;
     font-size: 16px;
     text-align: right;
 text-align: justify;
    
}


.green-box {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}
.green-image {
    display: block;
    width: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    position: absolute;
    right: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.green-txt{
 display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: #5ba2dc;
    text-align: left;
    padding: 25px;
   
}

.tit{
    text-align: center;
    font-size: 27px;
     font-weight: bolder;
    color: #4c3d37;
}


a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}
a:hover{
    color:green;
}

.cor{
      padding-top:30px;
    font-size:18px;
    padding-bottom: 30px;
    padding-right: 20px;
}
#content {
  margin-top: 50px;
  text-align: center;
}
/* Timeline */
.timeline {
  border-right: 4px solid #aa3b36;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  color: #111;
  margin: 50px auto;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 30px;
  list-style: none;
  text-align: left;
  font-weight: 1;
  max-width: 50%;
}
.timeline h1,
.timeline h2,
.timeline h3 {
 
  font-weight: 100;
  font-size: 1.4em;
}
.timeline .event {
  border-bottom: 1px dashed #268c76;
  padding-bottom: 25px;
  margin-right: 25px;
  margin-bottom: 50px;
  
  position: relative;
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:after,
.timeline .event:before {
 position: absolute;
  
  top: 0;
}
.timeline .event:before {
  right: -217.5px;
  color: #268c76;
  font-weight : bold;
  content: attr(data-date);

  text-align: right;
 
  font-size: 0.9em;
  min-width: 120px;
}
.timeline .event:after {

  right: -57.85px;
  
  height: 11px;
  width: 11px;
  content: "";
  top: 10px;
}
@media (max-width: 800px) {

  .timeline .event:before {
    right: -0.5px;
    top: 110px;
    background-color: #00AF66;
    color: white;
    margin-top: 55px;
    padding: 2px 8px 2px 8px;
    content: attr(data-date);
    text-align: right;
    font-weight: 400;
    font-size: 0.9em;
    min-width: 220px;
  }
  .timeline .event p {
      top: 27px;
      padding: 10px 0px 10px 0px;
      position: relative;
  }
}

#content p{
    text-align: center;
    font-size: 27px;
    font-weight: bolder;
    color: #194003;
}

.boxx{
    margin-top: 40px;
    padding: 30px;
    padding-right: 0px;
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.0); 
    background: #c9d9cb;
    margin-bottom: 40px;
    text-align: justify;
}

.col-5{
 margin-top:40px;
    margin-bottom: 20px;
    background: white;
}

.col-5 p{
    text-align: left;
    font-size: 100px;
    font-weight: bolder;
    color: #4c3d37; 
}

.container p{
     text-align: center;
    font-size: 27px;
    font-weight: bolder;
    color: #aa3b36; 
}

#time #contact p{   text-align: center;
    font-size: 27px;
    font-weight: bolder;
    color: #aa3b36;
}


#com p{
 text-align: center;
    font-size: 27px;
    font-weight: bolder;
    color: #aa3b36;
}


