body{
    padding: 0;
    margin: 0 auto;
    background-color:#F0F0F0;

}


.main-frame1{
    width: 100%;
    background-color:white;
    box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.5s ease;
    text-align: justify;
    margin-left: 30px;
    margin-right: 30px;
    z-index: 9999;
	margin: 0 auto;
}
.content{
    display: flex;
    flex-direction:row;
	margin: 0 auto;
}
.main-frame{
    width: 100%;
    height: 100%;
	margin: 0 auto;
    

}
.new{
    background-color:#d62828;
    color: white;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.new:hover{
    background-color: white;
    
}
.new a{
    text-decoration: none;
    color: white;
    font-weight: 500;
    font-size: 20px;
}
.new a:hover{
    color:#003049;
    font-size: 25px;
   
}
.image{
  width:100%;
    margin-top: 50px;
}
#carouselExampleIndicators{
    display: flex;
    margin: 120px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
}

.main-frame{
    width:100%;
    background-color:white;
    /*box-shadow:rgba(0, 0, 0, 0.35) 0px 5px 15px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.5s ease;
    text-align: justify;

}


.nav-bar
    {
    height: 100vh;
    float: left;
   
        
    }
    .nav-bar
        {
            position: relative;
            color:#571032;
            overflow: hidden;
            padding-left: 20px;
        }
    
    .bar ul{
        font-family:'Acme', sans-serif;
        font-size:medium;
        list-style-type:none;
        margin:0;
        padding:0;
        width:200px;
        height: 100%;
        margin-top: 120px;
        position:absolute;
    }


    .bar li a {
    display: block;
    color:#003049;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    border-bottom:1px solid #003049;
    }

    /* Change the link color to #111 (black) on hover */
    .bar li a:hover {
    background-color:white;
    font-size: 120%;
    color: #5b9279;
    border-radius: 10px;

    }
    .logo{
        font-size: 50px;
        color: #1e212d;
        font-family: 'Lobster', cursive;
        margin-top: 20px;
        padding-left: 40px;
        width:200px;
        border: none;
        position:absolute;
    }
    
    .logo img{
		background-attachment: scroll;
    }
    .about {
        margin-top: 50px;
        padding: 1rem;
        font-size: 1.0rem;
        text-align: center;
        justify-content: center;
		background-attachment: absolute;
    }

    .about .container {
        width: 90%;
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(2,1fr);
        border-bottom: 1px ridge #ccc;
    }
	.about .container .about-text {
        display: flex;
        text-align: justify;
        justify-content: center;
        padding: 1.5rem;

    }
	
	
	
	.about .container1 {
        width: 90%;
        display: grid;
        grid-gap: 1rem;
        grid-template-columns: repeat(2,1fr);
    }

    
	
	.about .container1 .about-text {
        display: flex;
        text-align: justify;
        justify-content: center;
        padding: 1.5rem;

    }

    .reg{
        cursor: pointer;
        z-index: 1;
        height: 46px;
        line-height: 46px;
        font-size: 14px;
        border: none;
        border-radius: 23px;
        padding: 0 25px;
        font-size: 1rem;
        font-weight: 400;
        background: #d62828;
        transform: all 0.5s ease;
        border: 1.75px solid #d62828;
    }
    
    .reg:hover{
    font-weight: 500;
    background-color:white;
    color: #003049 ;
    border:1.75px solid #003049;
    
    }
    
    .reg1{
    display: block;
    text-decoration: none;
    color:white;
    }
    
    .reg1:hover{
    color: #003049;
    text-decoration: none;
    }
    .service-section{
        margin-top: 70px;
        height: 600px;
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
    }
    
    .service-section .container-services {
        height: 100%;
        width: 80%;
        position: relative;
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        background-color: white;
        justify-content: center;
        align-items: center;
    }
    
    .service-section .service-icon{
        height: 40%;
        width: 100%;
        border-radius: 25px 25px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .service-section .icon-container {
        width: 70%;
        height: 100%;
        border-radius: 25px 25px 0 0;
        display: flex;
        justify-content: center;
        align-items: center;
        border-bottom: 1.5px ridge #ccc;
    }
    
    .container-services .service-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }
    
    .container-services .service-1{
        height: 400px;
        width: 350px;
        border-radius: 25px;
        background-color: white;
        box-shadow: 0 0 6px 6px rgba(0,0,0,0.2);
        transition: all 0.5s ease;
        margin-right: 20px;
    }
    
    .container-services .service-1 i{
        color: black;
    }
    
    .container-services .service-1:hover{
        transform: scale(1.2);
    }
    
    
    .container-services .service-2{
        height: 400px;
        width: 350px;
        border-radius: 25px;
        background-color: white;
        box-shadow: 0 0 6px 6px rgba(0,0,0,0.2);
        transition: all 0.5s ease;
        margin-right: 20px;
    }
    
    .container-services .service-2:hover{
        transform: scale(1.2);
    }
    
    
    .container-services .service-3{
        height: 400px;
        width: 350px;
        border-radius: 25px;
        background-color: white;
        box-shadow: 0 0 6px 6px rgba(0,0,0,0.2);
        transition: all 0.5s ease;
    }
    
    .container-services .service-3:hover{
        transform: scale(1.2);
    }