@charset "utf-8";

html{
    scroll-behavior: smooth ! important;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body{
	line-height: 1.5;
	font-family: 'Balsamiq Sans', cursive; 
}
.body{
    
    background-color: #FAF4E2; 
    
}


p1{
    
    font-size: 50px;
    font-weight: bolder;
   
}

.containerd{
    
    height:100px;
}


@media(max-width: 1000px){
#nav-t2{
    
    margin-top: -120px;
    margin-right:31px;
  }
    

    #nav-t1{
        
        margin-top:-60px;
         margin-right:30px;
      
    }
    
    #myTopnav{
        
        margin-top:150px;
    }
}

#nav-t1{
    
    background-color: #F7DF4D; 
    padding:0.5em;
    padding-right:1.5em;
    padding-left: 1.5em;
    float: right; 
    margin-top: -75px;
    margin-right:200px;
    position: sticky; 
    border-radius: 4px;
    
}

#nav-t1 a{
    
    text-decoration: none; 
    color: black; 
    font-size: 19px;
    
}

#nav-t1 a:hover{
    
    text-decoration: none; 
    font-weight: 700;
    
}

#nav-t2{
    
    background-color: #F2A32D; 
    padding:0.5em;
    padding-right:2em;
    padding-left: 2em;
    float: right; 
    margin-top: -75px;
    margin-right:50px;
    position:sticky;
     border-radius: 4px;
    
}



#nav-t2 a{
    
    text-decoration: none; 
    color: black; 
    font-size: 19px;
    
}

#nav-t2 a:hover{
    
    text-decoration: none; 
    font-weight: 700;
    
}

.topnav {
  background-color: #333;
  overflow: hidden;
margin-top: 130px;
}


.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 11px 10px;
  text-decoration: none;
  font-size: 20px;
    font-weight:500;
}


.active {
  background-color: #04AA6D;
  color: white;
}


.topnav .icon {
  display: none;
}


.dropdown {
  float: left;
  overflow: hidden;
   
}


.dropdown .dropbtn {
  font-size: 20px;
  border: none;
  outline: none;
  color: white;
  padding: 14px;
  background-color: inherit;
  font-family: inherit;
  margin-left:0;

}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


.dropdown-content a {
  float: none;
  color: white;
  padding: 0.5em;
  text-decoration: none;
  display: block;
  text-align: left;
    background-color:#555;
}


.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}


.dropdown-content a:hover {
  background-color: #87A550;
  font-weight: bolder; 
}


.dropdown:hover .dropdown-content {
  display: block;
}

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


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


.main-content{
    
    
    color: black;  
    padding-top: 5em;
    padding-bottom: 5em;
   
}

p{
     padding-left: 15%; 
     padding-right: 15%;
    font-size: 20px;
}

p1{
    font-size: 50px;
     text-align: center;
}



.containerm1{
    
    text-align: center;
    font-size: 60px;
    font-weight: bolder;
    padding-bottom:0.5em;
    margin-top: -50px;
    
}

.containerm1 p{
    
    text-align: center;
    padding-left: 15%;
    font-size: 20px;
    font-weight:400;
    padding-right: 15%;
    padding-top: 1em;

    
}

.containerm1 p1{
    
    text-align: center;
   
}

.containerm2 p{
    
    line-height: 30px;
    text-align: center;
}


.containerm3{
    
    text-align: center;
}
.material-symbols-outlined{
    
   font-size: 40px;
    text-align: center;
}


.containerm4{
    
    text-align: center;
}

* {
  box-sizing: border-box;
}

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}


.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #363537;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}


.container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: #363537;
  border: 4px solid #363537;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}


.left {
  left: 0;
}


.right {
  left: 50%;
}

.right::after {
  left: -16px;
}

.content {
  padding: 20px 30px;
  background-color: #F2A32D;
  position: relative;
  border-radius: 6px;
}

@media screen and (max-width: 600px) {
  .timeline::after {
  left: 31px;
  }
  
  .container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  

  .left::after, .right::after {
  left: 15px;
  }
  
 
  .right {
  left: 0%;
  }
}


.container1{
    
    max-width: 1170px; 
    margin: auto; 
}

*{
    margin: 0;
    padding:0;
    box-sizing: border-box;

}

.row{
    
    display:flex; 
    flex-wrap: wrap;
}

ul{
    
    list-style: none;
    color: white; 
}

.footer{
    
    background-color: #363537;
    padding: 40px 0;
    font-family: 'Poppins', sans-serif;
    
}

.footer-col{
    
   width: 45%; 
    padding: 0 15px; 
}

.footer-col a1{
    
    color: orange;
}

.footer-col h4{
    
    font-size: 18px; 
    color: white; 
    margin-bottom: 30px;
    font-weight: 500; 
    position: relative;
}

.footer-col h4::before{
    
    content:'';
    position: absolute; 
    left: 0; 
    bottom: -10px; 
    background-color:white; 
    height: 2px; 
    box-sizing: border-box;
    width: 50px;
    
}

.footer-col ul li:not(:last-child){
	margin-bottom: 10px;
}
.footer-col ul li a{
	font-size: 16px;
	text-transform: capitalize;
	color: #ffffff;
	text-decoration: none;
	font-weight: 300;
	color: white;
	display: block;
	transition: all 0.3s ease;
}
.footer-col ul li a:hover{
	color: #ffffff;
	padding-left: 8px;
}
.footer-col .social-links a{
	display: inline-block;
	height: 40px;
	width: 40px;
	background-color: #87A550;
	margin:0 10px 10px 0;
	text-align: center;
	line-height: 40px;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
	color: #24262b;
	background-color: #ffffff;
}

@media(max-width: 767px){
  .footer-col{
    width: 50%;
    margin-bottom: 30px;
}
}
@media(max-width: 574px){
  .footer-col{
    width: 100%;
}
}
