body
{
    font-family: 'Roboto', sans-serif;
}
.head123{
   background-color:#a12d33;
   color:white;
   width:100%;
}
.navbar
{
    background-color: white;
}
.navbar .brand-navbar img:hover
{
    opacity: 0.7;
}
.navbar ul
{
padding: 0px 30px 0px 0px;
}
.navbar ul li a{
    color: black;
    margin: 0px 0px 0px 0px;
    
    font-size: 14px;
    font-weight: bold;   
}
.navbar ul li a .fas{
    padding-right:5px; 
    padding-left:5px; 
}
.navbar ul li a:hover{
    color: #a12d33;
}
.navbar ul li.active > a {
    color: #a12d33;
    font-weight: bold;
    font-size: 12px;
    border-left: 3px solid #a12d33;
    border-radius: 40px;
}
.iconStyle
{
    color: #15b000;
}

/*=====================================Slier============================================*/


header .carousel-inner .item
{
    height: 100vh;
}
.carousel-caption
{
    padding-bottom: 130px;
}
.carousel-caption h1
{
    font-size: 70px;
    font-weight: 1000;
    text-shadow: 3px 3px #15b000;;
    text-transform: uppercase;
    animation-delay: 1s;
    animation-duration: 2s;
}
.carousel-caption p
{
    animation-delay: 1s;
}

.carousel-caption .btn
{
    animation-delay: 1s;
    border-radius: 20px;
    background-color: transparent;
    border: 2px solid white;
    color: white;
    margin-top: 20px;
    animation-duration: 2s;
}

.carousel-control-prev {
    width: 48px;
    height: 48px;
    top: auto;
    bottom: 0;
    font-size: 2rem;
}
.carousel-control-next {
    width: 48px;
    height: 48px;
    top: auto;
    bottom: 0;
    font-size: 2rem;
}

/*=====================================Slier============================================*/

@media only screen and (max-width:480px)
{
    .carousel-caption
    {
        padding-bottom: 20px;
    }
    .carousel-caption h1
    {
        font-size: 20px;
        font-weight: 1000;
        text-shadow: 3px 3px #15b000;;
        text-transform: uppercase;
        animation-delay: 1s;
        animation-duration: 2s;
    }
    .carousel-caption p
    {
        animation-delay: 1s;
        font-size: 10px;
    }
    
    .carousel-caption .btn
    {
        animation-delay: 1s;
        border-radius: 20px;
        background-color: transparent;
        border: 2px solid white;
        color: white;
        margin-top: 5px;
        animation-duration: 2s;
        padding: 5px;
        font-size: 10px;
    }
}

.titlecourselist{
	position:absolute;
	margin-top:-195px;
	margin-left:155px;
	color:#211E1F;
	font-size:36px;
	font-weight:700;
}

@media (max-width: 768px) {

.titlecourselist {
    margin-top: -75px!important;
    margin-left: 20px; 
    font-size: 18px!important;
    
}
}

.et_pb_text_inner{position:relative}
hr.line-blue-left {
	    border: 0;
	    height: 5px;
	    background-color: #a12d33;
	    width: 66px;
	    margin-left: 0px;
	    margin-top: -5px;
}
.about-section p
{
   text-align: justify; 
}

.footer{
   background-color:#a12d33;
   color:white;
   width:100%;
   height: 40px; 
}