/**{
  border: 1px solid red;
}*/

body{
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
}
a{
  text-decoration: none;
  color: white;
}
/************Define classes***********************/
.t-width{
  margin-top: 20px;
  width: 80%;
}
.head-type{
  font-size: 30px;
  font-family: 'Poppins', monospace;
}
/***********************************************/
.container{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*border: 4px red dotted;*/
}
/**************************************************/
.head{
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  background: #236060;
  box-shadow: 0px 0px 5px 0px #236060;
}
.inhead{
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}
.head img{
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid white;
}
.head .name-link{
  display: flex;
  flex-direction: column;
}
.head .name-link name{
  font-size: 40px;
  font-family: 'Poppins', monospace;
  font-weight: 700;
}
.head .name-link profile i{
  padding: 8px;
  font-size: 18px;
}

.head .contacts > *{
  display: flex;
  justify-content:flex-end;
  align-items: center;
}

.head .contacts > * > i{
  padding: 8px;
  font-size: 18px;
}

/***********************************/
.objective p{
  font-size: 18px;
  text-indent: 50px;
}
/**********************************/
.educational .liner{
  display: flex;
  justify-content:space-between;
  align-items: center;
}
.liner > * > p1{
  font-size: 20px;
}
.liner > * > p1:after {
    content:"\a";
    white-space: pre;
}
.liner marks{
  text-align: right;
}

.liner cource,
.liner intitute{
  flex: 4;
}
.liner year,
.liner marks{
  flex: 1;
}
/***************************************/
.experience .exp div{
  display: flex;
  justify-content: space-between;
}

/*****************************************/
.skl{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.skl .ability{
  font-size: 18px;
  line-height: 1.2;
}
.skl .lang {
  width: 10%;
  list-style: none;
}
.skl .lang li{
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.skl .lang li img{
  width: 30px;
  filter: grayscale(1);
}

/*******************************************/
.projects .project-list div{
  display: flex;
  justify-content: space-between;
}
.projects .project-list div proj{
  flex: 5;
}
.projects .project-list div role,
.projects .project-list div dates{
  flex:2;
}
.projects .project-list div dates{
  text-align: right;
}
/**************************************************/

.interests div{
  display: flex;
}
.interests div ul{
  flex:1;
  line-height: 1.5;
  font-size: 18px;
}
/****************************************************/
.declare p{
  font-size: 20px;
}
.declare .stamp{
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
}
/**********************The  End**********************/
