/*! 
 * Template Name: Orbit - Bootstrap 4 Resume/CV Template for Developers
 * Version: 2.0
 * Author: Xiaoying Riley
 * Copyright: 3rd Wave Media
 * Twitter: @3rdwave_themes
 * License: Creative Commons Attribution 3.0 License
 * Website: http://themes.3rdwavemedia.com/
*/
body {
  font-family: 'Ubuntu', sans-serif;
  color: #555;
  background: #555;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1 {
  font-size: 400%;
}
h2 {
  font-size: 215%;
}

h3 {
  font-size: 80%;
}
.h5 {
  font-size: 80%;
}

a {
  color: #3399cc;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a:hover {
  text-decoration: underline;
  color: #336699;
}

a:focus {
  text-decoration: none;
}

p {
  line-height: 1.5;
}
hr {
  width: 80%;
}

.wrapper {
  background: #3399cc;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.sidebar-wrapper {
  background: #3399cc;
  position: absolute;
  right: 0;
  width: 280px;
  height: 100%;
  min-height: 800px;
  color: #fff;
}

.sidebar-wrapper a {
  color: rgba(255, 255, 255, 0.6);
}

.sidebar-wrapper .profile-container {
  padding: 30px 0 50px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  color: #fff;
}

.sidebar-wrapper .name {
  font-size: 28px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
}

.sidebar-wrapper .tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0;
}

.sidebar-wrapper .profile {
  margin-bottom: 15px;
}

.sidebar-wrapper .contact-list .svg-inline--fa {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}

.sidebar-wrapper .contact-list li {
  margin-bottom: 15px;
}

.sidebar-wrapper .contact-list li:last-child {
  margin-bottom: 0;
}

.sidebar-wrapper .contact-list .email .svg-inline--fa {
  font-size: 14px;
}

.sidebar-wrapper .container-block {
  padding: 30px;
	text-align: center;
}

.sidebar-wrapper .container-block-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 15px;
	color:rgba(255, 255, 255, 0.7);
}

.sidebar-wrapper .degree {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.sidebar-wrapper .education-container .item {
  margin-bottom: 15px;
	text-align: center
}

.sidebar-wrapper .education-container .item:last-child {
  margin-bottom: 0;
}

.sidebar-wrapper .education-container .meta {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 100;
  margin-bottom: 0px;
  margin-top: 0;
  font-size: 14px;
	text-align: center
}

.sidebar-wrapper .education-container .time {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  margin-bottom: 0px;
}

.sidebar-wrapper .languages-container .lang-desc {
  color: #66ccff;
}
.sidebar-wrapper .languages-container .lang-desc a {
	text-decoration: none;
}
.sidebar-wrapper .languages-container .lang-desc a:hover {
}


.sidebar-wrapper .languages-list {
  margin-bottom: 0;
}
.sidebar-wrapper .languages-list a {
	text-decoration: none;
}

.sidebar-wrapper .languages-list li a{
  margin-bottom: 10px;
}

.sidebar-wrapper .languages-list li:last-child {
  margin-bottom: 0;
}

.sidebar-wrapper .interests-list {
  margin-bottom: 0;
}

.sidebar-wrapper .interests-list li a{
  padding-bottom: 10px;
	text-decoration: none;
}
.sidebar-wrapper .interests-list li a:hover{
 color: #3399cc;
	background: #fff;
	padding: 3px 5px;
	border-radius: 2px;

}

.sidebar-wrapper .interests-list li:last-child {
  margin-bottom: 0;
}

.main-wrapper {
  background: #fff;
  padding: 40px 330px 1px 60px;
}

.main-wrapper .section-title {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 100;
  color: #3399cc;
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
}
.section-title a:hover {
	text-decoration: none;
}


.main-wrapper .section-title .icon-holder {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  display: inline-block;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #3399cc;
  text-align: center;
  font-size: 16px;
  position: relative;
  top: -9px;
}

.main-wrapper .section-title .icon-holder .svg-inline--fa {
  font-size: 14px;
  margin-top: 8px;
}

.main-wrapper .section {
  margin-bottom: 60px;
}

.main-wrapper .experiences-section .item {
  margin-bottom: 20px;
}

.main-wrapper .upper-row {
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
}


.main-wrapper .job-title {
  color: #555;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 2px;
  font-weight: 700;
}
.main-wrapper .job-title a {
  color: #555;
	text-decoration: none;
		padding: 5px 5px;
}
.main-wrapper .job-title a:hover {
  color: #fff;
	font-weight: 700;
	background: #3399cc;
	padding: 3px 5px;
}


.main-wrapper .time {
  position: absolute;
  right: 0;
  top: 0;
  color: #999;
}

.main-wrapper .company {
  color: #999;
	font-size:80%;
	font-style: italic;
}

.main-wrapper .project-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 5px;
}

.main-wrapper .projects-section .intro {
  margin-bottom: 30px;
}

.main-wrapper .projects-section .item {
  margin-bottom: 15px;
}

.skillset .item {
  margin-bottom: 15px;
  overflow: hidden;
}

.skillset .level-title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 12px;
}

.skillset .level-bar {
  height: 12px;
  background: #f5f5f5;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.skillset .theme-progress-bar {
  background: #3399cc;
}

.footer {
  padding: 30px;
  padding-top: 60px;
}

.footer .copyright {
  line-height: 1.6;
  color: #545E6C;
  font-size: 13px;
}

.footer .fa-heart {
  color: #fb866a;
}
li {
	list-style: none;
	margin:3px 0;
}
.btn-order  {
	font-size: 150%;
			font-weight: 900;		
  background-color : #66ccff;
  color: white;
  padding: 10px 40px;
  border-radius: 2px;
	margin-bottom:-2px;
}
.btn-order:hover {
  background-color : #3399cc;
}
.img-circle {
    border-radius: 50%;
}
.subDetails {
	font-size: 0.8em;
	color:#999;

}
.subDetails a {
	color: #999;
}
.subDetails a:hover {
	color: #3399cc;
}
.details a {
	color: #3399cc;
}
.details a:hover {
	color: #fff;
	background: #3399cc;
	padding: 3px 5px;
	border-radius: 2px;
}
.small {
color: #999;
}
.small a {
color: #777;
}
b20 {
font-size: 120%;
	font-weight: 900;
	margin-right:5px
}


@media (max-width: 767.98px) {
h1 {
  font-size: 250%;
}

	
	.btn-order {
	font-size: 120%;
  background-color : #66ccff;
  color: white;
  padding: 8px 20px;
  border-radius: 4px;
}

	.sidebar-wrapper {
    position: static;
    width: inherit;
  }
  .main-wrapper {
    padding: 30px;
  }
  .main-wrapper .time {
    position: static;
    display: block;
    margin-top: 5px;
  }
  .main-wrapper .upper-row {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
h1 {
  font-size: 440%;
}

	.btn-order {
	font-size: 150%;
  background-color : #66ccff;
  color: white;
  padding: 10px 40px;
  border-radius: 2px;
}
	.skillset .level-title {
    display: inline-block;
    float: left;
    width: 30%;
    margin-bottom: 0;
  }
}
