﻿@charset "utf-8";
/* CSS Document */



.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.main-timeline-box{
	position: relative;
	word-wrap: break-word;
}

.main-timeline-box .timeline-element {
    margin-bottom: 50px;
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
}
.main-timeline-box .reverse {
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
}
.main-timeline-box .separline::before {
    top: 20px;
    bottom: 0;
    position: absolute;
    content: "";
    width: 2px;
    background-color: #9d493e;
    left: calc(50% - 1px);
    height: calc(100% + 4rem);
}

.main-timeline-box .iconBackground {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    display: inline-block;
    background-color: #9d493e;
    top: 20px;
    margin-left: -10px;
    display: block;
}
.main-timeline-box .timeline-text-content {
    padding: 30px 35px;
	background: #f1f1f1;
}
.main-timeline-box .reverse .timeline-text-content{
	margin-right: 30px;
}
.main-timeline-box .reverse .time-line-date-content p {
    float: left;
	padding: 30px 35px;
	background: #f1f1f1;
}
.main-timeline-box .reverse .time-line-date-content {
	margin-right: 30px;
}

.display-font{
	font-family: 'Marck Script', cursive;
	font-size: 30px;
	color: #222222;
}
.main-timeline-box .timeline-text-content{
	margin-left: 30px;
}
.main-timeline-box .time-line-date-content p {
    float: right;
	padding: 30px 35px;
	background: #f1f1f1;
}
.main-timeline-box .time-line-date-content {
	margin-right: 30px;
}

.main-timeline-box .time-line-date-content .mbr-timeline-date{
	
	color: #ffffff;
}
.main-timeline-box .reverse .time-line-date-content .mbr-timeline-date{
	background: #63c7bd;
	color: #ffffff;
}

.myTitle{
    color: #9d493e;
    font-size: 36px;
    font-family: "Poppins", sans-serif;

    line-height: 1em !important;
  
    font-weight: 600;
    
}

.myMore-button{
  background-color: #9d493e;
    border: none;
}


.mbr-timeline-date{
    background-color: #fff1e4 !important;
    width: 100%;
}


.timeline-text-content{
     background-color: #fff1e4 !important;
    
    
}




@media (max-width: 991px){
    
       .fullscreen-new{
   
     max-height: 370px;
  
     
    
} 
   
    
}



@media (max-width: 768px){
    
   
    .main-timeline-box .separline::before {
    display:none;
}
    
    
    
    
    
    .main-timeline-box .iconBackground {
     position: absolute;
    left: 50%;
    width: 20px;
    height: 20px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
    display: inline-block;
    background-color: #9d493e;
    top: 20px;
    margin-left: -10px;
        display: none;
        
}
    
 
    
    
    
    
    
}




#about-us{
    margin-top: 100px;
}


.myAbout-title{
    color: #9d493e;
    margin-bottom: 10px;
    font-style: italic;
}







.footer-area{
    bottom:0;
    color: white;
}












/*-------- Start inner-page------------*/




.inner-page-box{
    padding: 50px 0px 50px 0px;
}

#about{
    
}










