/* Global */
body{

}
.container{
	margin: 20px auto;
	box-shadow: 0px 0px 40px DarkGrey;
}
/*=============Start Our Framework ==============*/
.overlay{
	position : absolute;
	width : 100%;
	height : 100%;
	top : 0;
	left : 0;
	display: none;
	
}
.redSpan{
	color : #FE0036;
}
/*=============End Our Framework ==============*/
/*=============Start side-page ==============*/
.side-page{
	background : #35444B;
	color : #FFF;
	padding: 0px;
}
.side-page .image{
	background: #253036;
	color: #E4E4E4;
	padding: 45px;
}
.side-page .image img{
	border-radius: 50%;
	width: 200px;
}
.side-page .my-name{
	font-family: Book Antiqua;
	font-weight: bold;
}
.side-page .job-title{
	font-family: Cambria;
	font-size: 24px;
}
.side-page .about,
.side-page .skills,
.side-page .contact{
	padding: 40px;
	padding-bottom: 0px;
}
 .sec-icon{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	background: #253036;
	margin: 10px;
	margin-left: 0px;
	float: left;
	color: #FFF;
}
.sec-title{
	font-family: Cambria;
	font-size: 24px;
	margin-left: 5px;
	text-transform: uppercase;
}
.sec-desc{
	line-height: 1.7;
	clear : both;
	color: #A7AEB4;
}
 .skill-icon{
	font-size: 20px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #FFF;
	color: #253036;
	border-radius: 50%;
	margin-top: 7px;
}
.side-page .progress{
	height : 10px;
}
.side-page .progress .progress-bar{
	background-color: #253036;
}
.side-page .skill-name{
	margin-top: 0px;
	font-size: 16px;
	text-transform: uppercase;
	color: #A7AEB4;
}
.side-page .contact {
	padding-bottom: 20px;
}
.side-page .contact .social-item{
	margin: 5px 0px;
}
.side-page .contact .social-item .contact-info{
	color: #A7AEB4;
	display: inline-block;
}
.side-page .contact .social-item .contact-info:first-of-type{

}
.side-page .contact .social i{
	background: #FFF;
	padding: 5px;
	margin: 5px;
	border-radius: 50%;
	color: #253036;
	font-size: 16px;
}

/*=============End side-page ==============*/

/*=============Start main-page ==============*/
.main-page{
	background : #F1F1F1;
	position: relative;
}
.main-page .nav-tabs{
	margin: 30px auto;
	border: 0;
}
.main-page .nav-tabs > li > a,
.main-page .nav-tabs > li:focus > a,
.main-page .nav-tabs > li:hover > a{
	border : 0;
	
}
.main-page .nav-tabs > li > a >i{
	color: #FFF;

}
.main-page .nav-tabs > li.active > a >i{
	box-shadow: 0px 0px 20px #1B1A1A;

}
.main-page .nav-tabs > li.active > a, 
.main-page .nav-tabs > li.active > a:focus, 
.main-page .nav-tabs > li.active > a:hover{
	border:0;
	background: none;
}
.tooltip-inner{
	font-size: 18px;
	font-weight: bold;
	color: #253036;
	background: none;
}
.tooltip.bottom .tooltip-arrow {
    border-bottom-color:none;
}
.tab-content .tab-pane{
	padding: 20px;
}
.tab-content .tab-pane:first-of-type{
	padding-top: 70px;
}
.tab-content #cover-letter p,
.tab-content #cover-letter ul li{
	font-size: 18px;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 2;
}
.tab-content #portfolio .port{
	margin: 20px auto;
	box-shadow: 0px 0px 60px #FFF;
	position: relative;
	overflow: hidden;
}
.tab-content #portfolio .port img{
	height: 250px;
}
.tab-content #portfolio .port .img-responsive{
	width: 100%;
}
.tab-content #portfolio .port .overlay{
	background: rgba(37,48,54,0.8);
	color: #FFF;
	text-align: center;
}
.tab-content #portfolio .port .project-name{
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 600;
	margin: 80px auto 15px;
}
.tab-content #portfolio .port .project-desc{
	width: 80%;
	margin: 15px auto;
}
.tab-content #about .sec-title{
	font-weight: 600;
}
.tab-content #about .sec-desc{
	margin-left: 60px;
	margin-top: -20px;
}
.tab-content #about .sec-desc .my-edu{
	font-size: 20px;
	color: #333;
}
.tab-content #about .sec-desc .my-edu-desc{
	margin: 20px auto;
	color: #333;
}
.tab-content #about .sec-desc .fa-calendar{
	margin-left: 20px;
}
.tab-content #about .sec-desc ul{
	padding : 0px;
	list-style: circle;
	line-height: 2;
}
/*=============End main-page ==============*/