
.container{
	width: 85%;
    margin-top: 0px;
    max-width: 1180px;
    background-color: #e6e6e6;
    height:600px;
   }

.page-title{
	text-align: center;
	font-family: 'Times New Roman';
	margin-top:5px;
	font-weight: bold;
	font-size: 20;
}
	
.white-box { 
	width: 700px; 
	height: 400px; 
	margin-top: 50px; 
	margin-left: auto; 
	margin-right: auto;   
 
	background: rgba(255,255,255,0.9);
	padding: 30px;
	padding-left: 0px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}


.white-box-skills { 
	width: 680px; 
	height: 380px; 
	margin-top: 50px; 
	margin-left: auto; 
	margin-right: auto;   
 
	background: rgba(255,255,255,0.9);
	padding: 30px;
	padding-left: 0px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}



.child1{
	float: left;
    width:200px;
  	margin-left: 40px;
    height: 150px;
}
.child2{
  float:right;
  width:250px;
  margin-right: 40px;
  height:150px;
}

.child3{
  margin-bottom:0;
  width:700px;
  background:#0074E1;
  height:90px;
  margin-top:290px;
 }
.about-name{
	color: #0074E1; /*0EB57D*/
    font-family: 'Dosis', 'Open Sans', 'Sans Serif' !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 5px 0 0;
    padding-left:20px;
}
.about-title{
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 5px 0 0;
    padding-left:20px;
}

.about-me
{
	font-family: 'Dosis', 'Open Sans', 'Sans Serif';
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    line-height: 1.7;
    color: black;
    border-bottom: 4px solid #0074E1;

}

.about-data{
    margin: 15px 0 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-align: justify;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Dosis', 'Open Sans', 'Sans Serif';
}
.about-data>div{
	margin-top:5px;
	

}
.about-social{
    width: 100%;
    height: 75px;
  	line-height: 75px;
    position: absolute;
    left: 0;
    text-align: center;
    margin-top: 0 ;
}

.about-social a {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

img {
    border-radius: 50%;
    padding: 4px;
    width: 200px;
    height: 200px;
  	padding-left: 10px;
}

.section-title h2{
	font-size: 28px;
    font-weight: 700;
    letter-spacing: 5px;
    color: #555555;
    text-transform: uppercase;
    text-align: center;
    margin: -40px 1 0;
}
.box-design{
	background-color: white;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.work-box1{

	float: left;
    width:250px;
  	margin-top: 30px;
    height: 150px;
    
    padding:20px;
    
   }

.work-box2{

	float: right;
    width:250px;
  	margin-top: 30px;
    height: 150px;
    
   }
.work-box3{

	float: left;
    width:250px;
  	margin-top: 30px;
    height: 150px;
    
   }
.work-box4{

	float: right;
    width:250px;
  	margin-top: 30px;
    height: 150px;
    
   }
  
.details{

	width:600px;
	margin-top: 40px; 
	margin-left: auto; 
	margin-right: auto;  
}

.progress-text {
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    color: #555555;
    text-align: left;

   
    
}
.progress-text>span{
	float:right;
}
.progress-left{
	float: left;
    width:250px;
  
    height: 150px;
    padding-left:20px;
   

}
.progress-right
{
	float: right;
    width:250px;
  
    height: 150px;
    padding-left:20px;
  }
.timeline {
    list-style: none;
    padding: 1px 1px 1px;
    position: relative;
}


.timeline:before {
        top: 0;
        border-bottom: 2px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #ffffff;
        left: 45%;
        margin-left: -2.0px;
        -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.10), 0px 1px 6px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.10), 0px 1px 6px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.10), 0px 1px 6px rgba(0, 0, 0, 0.20);
    }


.timeline > li {
        margin-bottom: -50px;
        margin-top: -5px;
        position: relative;
    }

 .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

   .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }


.timeline > li > .timeline-panel {
            width: 240px;
            height:150px;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 10px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            background-color: white;
        }

.timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
            	content: " ";
            }

.timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }


.timeline > li > .timeline-badge {
             	color: #0074E1;
                width: 20px;
                height: 20px;
                line-height: 30px;
                font-size: 1.4em;
                text-align: center;
                position: absolute;
                top: 30px;
                left: 44%;
                margin-left: -4.5px;
                background-color: #0074E1;
                z-index: 100;
                border-top-right-radius: 50%;
                border-top-left-radius: 50%;
                border-bottom-right-radius: 50%;
                border-bottom-left-radius: 50%;
        }
 .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
            margin-right: 60px;
            
        }

  .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

   .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }



  .timeline-time {
    background-color: #0074E1;
    display: inline-block;
    padding: 5 25px;
    color: #ffffff;
    margin-top: 25px;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.10), 0px 1px 6px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.10), 0px 1px 6px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.10), 0px 1px 6px rgba(0, 0, 0, 0.20);
}

.timeline-time::before {
	background-color: black;
    content: '';
    position: absolute;
    background: transparent;
    display: inline-block;
    width: 0;
    height: 0;
    top: -10px;
    right: 0;
    border: 10px solid #0074E1;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

input.input2 {
    height: 45px;
}
.input2 {
    display: block;
    width: 100%;
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
}
input {
    outline: none;
    border: none;
}
.focus-input2 {

    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 10;
    left: 0;
    pointer-events: none;
}
.main-timeline-section{
	position: relative;
	width: 100%
	margin:auto;
	height: 300px;
	top:40;
}
.main-timeline-section .timeline-start{
	left:-20;
}
.main-timeline-section .timeline-start,
.main-timeline-section .timeline-end{
	position: absolute;
	background: #0074E1;
	border-radius: 100px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
}
.main-timeline-section .timeline-end{
  right:0px;
}
.main-timeline-section .conference-center-line{
  position: absolute;
  width:100%;
  height:4px;
  top:50%;
  transform: translateY(-50%);
  background:#FFFFFF;
}

.timeline-article{
    width: 20%;
    position: relative;
    min-height: 300px;
    float:right;
}

.timeline-article .content-date{
    position: absolute;
    top: 35%;
    left: -30px; 
    font-size:18px;
}

.timeline-article .meta-date{
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%); 
    width:20px;
    height:20px;
    border-radius: 100%;
    background:#fff;
    border:1px solid #0074E1;
}

.timeline-article .content-box{
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  border:1px solid #ffffff;
  border-radius: 2px;
  background-color: #fff;
  width:180px;
  position: absolute;
  top: 60%;
  left: -80px; 
  padding:10px;

}
.timeline-article-top .content-box:before{
  content: " ";
  position:absolute; 
  left:50%;
  transform: translateX(-50%);
  top:-20px;
  border:10px solid transparent;
  border-bottom-color: #ffffff;
}

.timeline-article-bottom .content-date{
  top: 59%;
}
.timeline-article-bottom .content-box{
  top: -15%;
}
.timeline-article-bottom .content-box:before{
  content: " ";
  position:absolute; 
  left:50%;
  transform: translateX(-50%);
  bottom:-20px;
  border:10px solid transparent;
  border-top-color:#ffffff;
}

tooltip_workexp
{
	position: absolute;
	left: -1000px;
	top: -1000px;
}
