*{
    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: 7px;
    height: 89px;
}

.top-left div {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 1.7;
    text-transform: uppercase;
    color: #c0504e;
    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%;
}

@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;
    }
}

/* devinder_sir content start here */

.devinder_sir{
    width: 80%;
    height:auto;
    /* border: 2px solid black; */
    border-radius: 2px;
    margin: 50px auto;
    background: #f9f9f9;
    box-shadow: inset 2px 2px  rgb(0 0 0 / 5%);
    display: flex;
    /* flex-direction: row; */
}

.devinder_sir img{
    margin: 20px;
    width: 30%;
    height: 350px;
    /* border: 2px solid black; */
    border-radius: 4px;
    /* box-shadow: inset 2px 2px  rgb(0 0 0 / 5%); */
    box-shadow: 2px #29333c;
}

.current_position{
    margin: 20px;
    width: 100%;
    /* border: 2px solid black; */
}

.name{
    /* margin: 0;
    padding: 0;
    font-weight: 350;
    font-size: 33px;
    line-height: 1.1;
    color: #252525;
    font-family: Verdana, Geneva, Tahoma, sans-serif; */
    line-height: 1.2;
    font-size: 33px;
    width: 100%;
}

.title{
    /* font-size: 20px;
    margin-bottom: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    /* font-weight: 300; */
    /* line-height: 1.1; */
    font-size: larger;
    margin-bottom: 20px;
    width: 100%;
}

.experience{
    /* border: 2px solid black; */
    display: flex;
    justify-content: space-between;
}

.position{
    width: 49%;
    /* border: 1px solid red; */
    /* margin-right: 20px; */
    /* padding-right: 20px; */
    line-height: 1.7;
}

.link{
    line-height: 1.8;
    padding-right: 10px;
}

/* devinder_sir content ends 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 h3{
    text-transform: uppercase;
    padding-bottom: 10px;
    color: white;
    /* 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;
}

.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;
}

.fac-pg .well {
    float: left;
    width: 100%;
    background-color: #f9f9f9;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}
h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.fac-pg h2 {
    font-size: 33px;
    margin-bottom: 0px;
}

.img-rounded {
    border-radius: 6px;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
}

.container.fac-pg {
    margin-bottom: 2%;
}

.fac-pg h3 {
    background: #c0504e;
    font-weight: 300;
    font-size: 20px;
    color: #000000;
    padding: 8px 20px;
}

.fac-pg ul {
    margin: 0;
    padding: 0;
    margin-left: 30px;
}

.fac-pg ul li {
    padding: 5px 0;
    border-bottom: 1px solid #e8e8e8;
}

.subheader{
    background: #c0504e;
    font-weight: 300;
    font-size: 20px;
    color: #000000;
    padding: 8px 20px;
}

