*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Roboto', sans-serif;
}

.parent{
    display: flex;
    justify-content: center;
}

.top-left{
    display: flex;
    width: 50%;
    justify-content: center;
}

.top-left img{
    padding: 1%;
    height: 89px;
}

.top-left div {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #c04e57;
    margin-top: auto;
    margin-bottom: auto;
}

.top-left div p{
    font-size: 13px !important;
    color: #4f81bc;
    line-height: normal;
}

.top-right{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.top-right_mail{
    display: flex;
    padding: auto;
}

.top-right_phone{
    display: flex;
    padding: auto;
}

.top-right_mail i{
     padding: 0 10px;
}

.top-right_phone i{
     padding: 0 10px;
}

#vertical-line{
    width: 0.5px;
    background: rgb(134, 115, 115);
    height: 50%;
}


.Title{
    height: 125px;
    font-family: 'Raleway', sans-serif;
    color: white;
    display: flex;
    align-items: center;
    padding-left: 100px;
    font-weight: 700;
}

.Title p {
    font-family: 'Raleway', sans-serif;
    margin: 0 0 10px 0;
    line-height: 1.5;
    font-size: 30px;
}

@media(max-width: 800px){
    .parent{
        display: block;
    }
    .top-left{
        width: 100%;
        justify-content: center;
    }
    .top-left div{
        font-size: 1.5rem;
    }
    .top-left div p{
        font-size: 1.5rem;
    }
    .top-right{
        width: 100%;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 800px){
    .top-right{
        display: none;
    }

}

/* let's start nav bar  */

/* laptop nab bar css */
.nav-lap{
    background: #c0504e;
    padding-left: 20px;
    padding-right: 20px;
}

.nav-lap ul{
    display: flex;
    height: 45px;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
}

.nav-lap a{
    text-decoration: none;
    color: white;
    font-size: 1.1rem;
    font-weight: 500;
}

.nav-lap a:hover{
    color: #b7b7c2;
}

/* phone nav bar css start  */

.header-mob{
    background-color: #c0504e;
    text-align: left;
    /* position: fixed; */
    width: 100%;
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after{
    display: block;
    background: white;
    height: 2px;
    width: 2em;
    border-radius: 2px;
    position: relative;
}
.nav-toggle-label span::before,
.nav-toggle-label span::after{
    content: '';
    position: absolute;
}

.nav-toggle-label span::before{
    bottom: 7px;
}

.nav-toggle-label span::after{
    top: 7px;
}

.nav-mob {
    position: relative;
    text-align: left;
    left: 0;
    display: none;
    /* transform: scale(1,0);
    transform-origin: top;
    transition: transform 400ms ease-in-out; */
}

.nav-mob ul{
    margin: 0;padding: 0;
    list-style: none;
}

.nav-mob li{
    /* margin-bottom: 1em; */
    padding-bottom: 1em;
    margin-left: 1em;
}

.nav-mob a{
    text-decoration: none;
    color: white;
    font-size: 1.2rem;
    /* text-transform: uppercase; */
}

.nav-mob a:hover{
    color: rgb(163, 158, 157);
}

.nav-toggle:checked ~ nav {
    display: block;
    /* transform: scale(1,1); */
}

.nav-toggle{
    display: none;
}

.nav-toggle-label{
    position: relative;
    left: 0;
    margin-left: 1em;
    height: 40px;
    display: flex;
    align-items: center;
}

@media screen and (min-width: 800px) {
    .header-mob{
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .header-lap{
        display: none;
    }
}

/* section 1 start here  */
.sec1{
    width: 86%;
    margin: auto;
}

.sec1 .About{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 100px;
}

.sec1 .About p{
    font-weight: bolder;
    font-size: 2em;
}

.sec1 .About span{
    display: block;
    background-color: #c0504e;
    height: 3px;
    width: 3.5em;
    border-radius: 2px;
    position: relative;
    margin-bottom: 50px;
}

.sec1 .content{
    text-align: justify;
    margin-bottom: 100px;
    font-size: 1.2rem;
}

/* nav end here  */

/* teaching section start here */

.teaching-box{
    width: 90%;
    margin: auto;
    padding: 50px 0;
}

.teaching-box h1{
    color: #c0504e;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 10px 0;
    line-height: 1.3;
    font-size: 35px;
    position: relative;
    display: block;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.teaching-box p{
    margin: 0 0 10px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.7;
    color: #323232;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.teaching-box h4{
    color: #c0504e;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 10px 0;
    line-height: 1.3;
    font-size: 19px;
    font-weight: 600;
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.table-box{
    /* border: 2px solid black; */
    padding: 30px;
    width: 100%;
    background: #f7f7f7;
    border-radius: 15px;
}

.table-box table{
    width: 100%;
}


.table-box table tr th{
    border-top: none;
    color: #c0504e;
    font-weight: 600;
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f6f6f6;
    padding-left: 48px;
    position: relative;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    font-family: 'Roboto', sans-serif;
}
/* 
.Sr_NO{
    text-align: center;
} */
.table-box table tr td{
    border-top: none;
    /* color: #c0504e; */
    /* font-weight: 600; */
    /* font-size: 18px; */
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f6f6f6;
    padding-left: 48px;
    position: relative;
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    font-family: 'Roboto', sans-serif;
}

.course_content{
    border: 1px solid #d8d5d5;
    padding: 20px 30px;
    margin-top: 30px;
    margin-bottom: 50px;

}

.course_content h3{
    position: relative;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #c0504e;
    font-family: 'Raleway', sans-serif;
    margin: 0 0 10px 0;
    line-height: 1.3;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.course_material{
    padding: 0px 30px;
    margin-top: 30px;
}

.course_material p{
    margin: 0 0 10px;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.7;
    color: #323232;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

/* teaching section end here  */

/* Footer section start here  */

.footer{
    width: 100%;
    height: auto;
    background: #2d3740;
    /* border: 2px solid red; */
    padding-top: 25px;
    /* margin-top: 100px; */
}

.FT{
    width: 90%;
    margin: 0 auto;
    height: 80%;
    background-color: #2d3740;
    display: flex;
    justify-content: space-around;
}

.f-item{
    width: 325px;
    height: 90%;
    background-color: #2d3740;
    /* border: 2px solid red; */
}

.f-item p{
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: larger;
    font-weight: 600;
    color: #fff;
    /* border: 2px solid blue; */
}

.f-item ul{
    list-style: none;
    padding-left: 0px ;
}

.f-item li{
    padding-bottom: 15px;
    color: white;
    opacity: 0.8;
    /* padding-left: 10px; */
    /* padding-top: 5px; */
}

.f-item ul div {
    display: flex;
}

.f-item ul div span{
    padding-right: 5px;
}

.last ul div li a{
    text-decoration: none;
    color: white;
}

.last ul div li a:hover{
    color: #c0504e;
}

.material-icons.orange600 { color: #c0504e; }

@media (max-width:800px){
    .FT{
        flex-direction: column;
    }
    .f-item{
        width: 100%;
    }
}

.FB{
    width: 100%;
    height: 20%;
    background: #29333c;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* footer section end here  */