@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");
* {
  font-family: "Poppins";
}
html,
body {
  height: 100%;
}
.t3 {
  display: block;
}
.t3 .clearfix {
  clear: both;
}
.t3 .main {
  height: 1250px;
  /* height: min-content; */
  width: 800px;
  background-color: white;
  box-shadow: 5px 7px 15px 5px #b9b6b6;
  margin: 20px auto;
  display: table;
}
.t3 .top-section {
  background-color: #151b29;
  text-align: center;
  padding: 20px;
  height: 340px;
}
.t3 .profilepic {
  width: 200px;
  height: 200px;
  border-radius: 200px;
}
.t3 .fname {
  font-size: 40px;
  color: white;
  margin: 0px;
  margin-top: 10px;
}
.t3 .top-section span {
  color: #ffffff;
}
.t3 .position {
  font-size: 20px;
  color: #b1afaf;
  margin: 0px;
  margin-top: 10px;
}
.t3 .col-div-4 {
  width: 35%;
  float: left;
}
.t3 .col-div-8 {
  width: 62%;
  float: left;
}
.t3 .line {
  border-left: 1px solid #b1afaf;
  min-height: 800px;
  width: 2%;
  float: left;
  margin-top: 30px;
}

.t3 .content-box {
  padding: 20px;
}
.t3 .head {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 650;
}
.t3 .fname {
  margin: 0;
}
.t3 .position {
  margin: 0;
}
.t3 .p3 {
  color: #0a0a0a;
  margin: 0;
  margin-bottom: 2px;
}
.t3 .fa {
  color: #151b29;
}
.t3 .skills {
  margin-left: -20px;
  margin-bottom: 0px;
}
.t3 .skills li {
  list-style-type: circle;
  padding: 5px;
}
.t3 .skills li span {
  color: #0a0a0a;
}
.t3 .interest {
  margin-left: -20px;
  margin-bottom: 0px;
}
.t3 .interest li {
  list-style-type: circle;
  padding: 2px;
}
.t3 .interest li span {
  color: #0a0a0a;
}
.t3 .par-4 {
  font-size: 14px;
  /* color: #0a0a0a; */
  color: #525252;
}
.t3 .experience .job-title {
  color: #184bb6;
  margin-bottom: 2px;
}
.t3 .education .degree {
  color: #184bb6;
}
