/*
 *  Draco HTML Template by @flamekaizar
 *  License: Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)
 */
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display SC", serif;
  color: #333333; }

a, p, li {
  font-family: "Lato", Arial, sans-serif;
  color: #4e4e4e;
  font-size: 1em;
  line-height: 1.75em; }

a:hover {
  text-decoration: none !important;
  color: #333333 !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.container {
  margin: auto;
  max-width: 1000px;
  padding: 0 20px; }

@media only screen and (max-width: 767px) {
  .intro img {
    display: block;
    margin-left: auto;
    margin-right: auto; }

  footer {
    text-align: center; } }
.typed-cursor {
  opacity: 1;
  font-weight: 100;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.main-nav {
  background: #8B0000;
  padding-top: 23px; }
  .main-nav nav ul li a {
    color: #808080;
    font-size: 2em;
    font-weight: bolder;
    font-family: "Playfair Display SC";
    margin-left: 0.5em;
    margin-right: 0.5em; }
  .main-nav nav ul li.active a {
    color: #FFFFFF;
    font-size: 2em;
    font-weight: bolder;
    font-family: "Playfair Display SC"; }

.section.second {
  margin-bottom: 90px; }
.section .container {
  position: relative; }
  .section .container:after {
    position: absolute;
    content: url(../img/separator.png);
    left: 20px; }
  .section .container h1 {
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative; }

.intro {
  padding: 40px 0px 70px 0px;
  overflow-x: hidden; }
  .intro img {
    width: 500px;
    /* height: 544px; */
    border-radius: 0; }
  .intro .wrap {
    margin: 30px 0px; }
  .intro h1:before {
    position: absolute;
    left: 100px;
    top: -50px;
    font-size: 150px;
    z-index: -1;
    color: #FFDAB9; }
  .intro h1 span {
    font-size: 47px; }

.work .work-list {
  margin-left: 0px; }
  .work .work-list li {
    list-style: none;
    padding-bottom: 5px;
    font-size: 1.5em;
    font-weight: 700;
    font-family: "Lato", Arial, sans-serif;
    color: #8B0000; }
    .work .work-list li a {
      color: #8B0000;
      text-decoration: none;
      border-bottom: 1px solid #b3b3b3; }
      .work .work-list li a:hover {
        border-bottom: 1px solid #696969;
        font-size: 1.5em; }

.award .award-list {
  margin-left: 0px;
  padding-top: 20px; }
  .award .award-list li {
    font-size: 1.2em;
    color: #8B0000;
    font-family:'Times New Roman', Courier, monospace; }
    .award .award-list li a {
      color: #8B0000;
      text-decoration: none;
      font-family:'Times New Roman', Courier, monospace;
      border-bottom: 1px solid #b3b3b3; }
      .award .award-list li a:hover {
        border-bottom: 1px solid #696969;
        font-size: 1.5em; }

.skills .skill-list {
  margin-left: 0px;
  padding-top: 20px; }
  .skills .skill-list li {
    font-size: 1.35em;
    color: #8B0000;
    font-family:math, 'Times New Roman', "Lato", Arial}
    .skills .skill-list li a {
      color: #8B0000;
      text-decoration: none;
      font-family:'Times New Roman', Courier, monospace;
      border-bottom: 1px solid #b3b3b3; }
      .skills .skill-list li a:hover {
        border-bottom: 1px solid #696969;
        font-size: 1.5em; }

.quote {
  background: url(../img/bg.jpg);
  padding: 20px 0px;
  margin-top: 120px; }
  .quote h1 {
    margin: 100px 0px;
    padding: 40px 20px;
    border: 5px solid #fff;
    color: #fff; }

footer {
  padding: 50px 0px 0px 0px; }
  footer .social li {
    display: inline;
    margin-left: 20px; }
    footer .social li a {
      font-size: 1.25em;
      color: #999999; }

#courses_img{
  padding-bottom: 50px;
  width: 700px;
  /* height: 544px; */
  border-radius: 0; }

#research_img{
  /* padding-bottom: 50px; */
  width: 500px;
  /* height: 544px; */
  border-radius: 0;
  opacity: 0.7;
  border-radius:30px; 
}

#research_img:hover{
  opacity: 1;
}

#top-section{
  padding-top: 100px;
}

#contest_img{
  /* padding-bottom: 50px; */
  width: 700px;
  /* height: 544px; */
  border-radius: 0;
  opacity: 0.7;
  /* border-radius:30px;  */
}

#contest_img:hover{
  opacity: 1;
}



@import url("https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/css/bootstrap.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Cabin:700");
section {
  min-height: 100vh;
  padding-top: 50px;
}
@media (max-width: 768px) {
  section {
    padding-top: 10px;
  }
}

.experience {
  border-left: 3px solid #B22222;
  padding: 0 30px;
  margin-left: 185px;
}
@media (max-width: 767px) {
  .experience {
    margin-left: 0;
    padding-right: 0;
  }
}
.experience .item {
  position: relative;
  margin-bottom: 40px;
}
.experience .item::before {
  content: "";
  position: absolute;
  left: -43px;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #B22222;
}
.experience .item::after {
  content: "";
  position: absolute;
  left: -37px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #B22222;
}
.experience .company-name {
  color: #B22222;
}
.experience .location {
  position: absolute;
  right: 0;
  top: 2px;
}
.experience .location .fa {
  margin-right: 8px;
}
.experience .job-info {
  position: absolute;
  left: -185px;
  top: 0;
}
.experience .job-info .title {
  color: #B22222;
}
@media (max-width: 767px) {
  .experience .job-info {
    position: static;
    margin-bottom: 1rem;
  }
}

.contact {
  padding-left: 300px;
  padding-right: 300px;
}

.ig {
  display: table;
  float: left;
  width: 20%; 
  text-align: center;
  line-height: 7;
  color: blue;
  padding-bottom: 40px;
}

.ig img {
  width: 100px;
  height: 100px;
}

.intro-para {
  font-size: 1.2em;
}