/*
Author: Omjeet Rawat
url:
Contact: +977-9864806630
*/
.left-container{
    background: #2297f6;
    padding: 0;
    color: #fff;
}

.left-container .image img.img-thumbnail{
    border: 0;
    background: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}



.image{
    background: #1b76d3;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.left-container .image h1{
    font-family: 'Anton', sans-serif;
    margin-top: 20px;
    margin-left: 53px;
    font-size: 50px;
}
.left-container .image h2{
    font-family: 'Anton', sans-serif;
    margin-top: 8px;
    margin-left: 86px;
}



.left-content{
    background: #2297f6;
}
.left-content ul li{
    list-style: none;
    line-height: 30px;
    margin-left: 40px;
}
.left-content a:hover{
    color: black;

}
.left-content a{
    text-decoration: none;
    color: #fff;
}
.left-content i{
    color: #fff;
    margin-right: 10px;
}



.hoobies{
    background: #2297f6;
    margin: 0;
}
.hoobies ul li{
    list-style: none;
    margin-left: 40px;
    line-height: 30px;
}
.hoobies h2{
    margin-left: 100px;
}
.hoobies i{
    color: #fff;
    margin-right: 10px;
}



.skills ul li{
    list-style: none;
    margin-left: 40px;
    line-height: 30px;
}
.skills i{
    color: #fff;
    margin-right: 10px;
}
.skills h2{
    margin-left: 100px;
}

/*RIght Container*/
.right-container{
    background:#fff;
}
.right-container h1{
    font-family: 'Anton', sans-serif;
    color: #096ddc;
    margin-left: 40px;
}

.right-container p{
    margin-left: 40px;
    text-align: justify;
}

.personal-details h1{
    margin-top: 70px;
    margin-left: 40px;
}

.personal-details h4{
    margin-left: 70px;
    font-weight: 700px;
}
.personal-details h6{
    margin-left: 70px;
}

.educational-qualification h1{
    margin-left: 40px;
    margin-top: 70px;

}
.educational-qualification ul li{
    line-height: 30px;
    margin-left: 60px;
}
