@import url(http://fonts.googleapis.com/css?family=Montserrat)


@import url(http://fonts.googleapis.com/css?family=Raleway:400,600,500,700);
@import url(http://fonts.googleapis.com/css?family=Cabin:400,400italic,500,600);
@import url(http://fonts.googleapis.com/css?family=Great+Vibes);
/**base**/
html, body {
  height: 100%;
overflow-x: hidden;
   }

body {
  font-family: "Cabin", sans-serif;
  line-height: 22px;
  color: #5555;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }
.videobg .bgtransparent {
  background-color: rgba(0, 0, 0, 0.5) !important;

}
/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
	
	background:white;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999999;
	
}

#status, .status-mes {
	background-image: url(../img/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 200px;
	left: 50%;
	margin: -100px 0 0 -100px;
	position: absolute;
	top: 50%;
	width: 200px;
}

.status-mes {
	background: none;
	left: 0;
	margin: 0;
	text-align: center;
	top: 65%;
}

.status-mes h4 {
	color: #222;
	margin-top: 30px;
}
a {
  color: #00a5bb; }
  a i {
    margin-left: 5px; }
  a:hover {
    color: #999; }

a, button {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0px;
  background-color: transparent; }

a, a:hover, a:focus, button, button:focus {
  text-decoration: none;
  outline: 0 !important; }

h1, h1, h3, h4, h5, h6 {
  margin-top: 0px; }

.margin-b-30 {
  margin-bottom: 30px; }

.center-title {
  margin-bottom: 50px; }
  .center-title h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin: 0px;
    font-size: 35px;
    line-height: 35px;
    font-family: "Raleway", sans-serif; }
  .center-title .center-line {
    display: block;
    margin: 20px auto;
    height: 3px;
    text-align: center;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.1); }
  .center-title p {
    font-size: 16px;
    color: #777; }

.center-line {
  display: block;
  margin: 10px auto;
  height: 3px;
  text-align: center;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.1); }

/**buttons**/


/****navigation***/
.navbar-default {
  background-color:white;
  border: 0px;
  padding: 10px 0;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
padding: 5px 0  }

.navbar-default .navbar-nav > li > a {
  color: #2e2e2e;
  text-transform: uppercase;
  font-size: 13px; }

.navbar-default .navbar-nav > li > a:hover {
  color: #00a5bb; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #00a5bb;
  background-color: transparent; }

.navbar-default .navbar-brand {
  color: white;
  font-size: 35px; }

.navbar-default .navbar-brand:hover {
  color: white; }

/**on scroll change navigation style**/
.navbar-default.shrink {
  background: rgba(255, 255, 255, 255);
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  border: 0px;
  padding: 0px 0; }

.navbar-default.shrink .navbar-nav > li > a {
  color: #2e2e2e; }
.navbar-default .navbar-nav > li > a:hover {
  color: #00a5bb; }
.shrink.navbar-default .navbar-nav > .active > a, .shrink.navbar-default .navbar-nav > .active > a:focus, .shrink.navbar-default .navbar-nav > .active > a:hover {
  color: #00a5bb;
  background-color: transparent; border-bottom:2px solid #00a5bb; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #00a5bb;
  background-color: transparent;
  }

.navbar-default.shrink .navbar-brand {
  color: #000;
  font-size: 30px; }

.navbar-default.shrink .navbar-brand:hover {
  color: #00a5bb; }

/**home**/
video.bgvid {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url(nat.mp4) no-repeat;
  background-size: cover;
}
#home {

  background-color:black;
   background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.5);
  background-position: center 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: fixed;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  z-index: 100; }

#profile-pic:hover{
	/*border: 5px solid #00a5bb;*/
}
#profile-pic{
	/*border: 5px solid #F2F2F2;*/
	
-moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
	}

 /**work experience**/
 #exp-bg{background-color: white;width:100%;}
.section-title {
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 24px;
  text-align: center;
}
.section-title {
    font-size: 20px;
  }
.section {
	
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  padding: 45px;
  background: #fff;
  margin-bottom: 45px;
  -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;
}
.section:last-child {
  margin-bottom: 0;
}  
.wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
 .timeline {
  border-left: 3px solid #00BCD4;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  position: relative;
  padding: 0 30px;
  margin-left: 280px;
}
.timeline .item {
  position: relative;
  margin-bottom: 45px;
}
.timeline .item:last-child {
  margin-bottom: 0;
}
.timeline .item:before {
  content: "";
  position: absolute;
  left: -43px;
  top: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  -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: #fff;
  border: 3px solid #00BCD4;
}
.timeline .item:after {
  content: "";
  position: absolute;
  left: -37px;
  top: 6px;
  display: inline-block;
  width: 10px;
  height: 10px;
  -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: #00BCD4;
  z-index: 10;
}
.timeline .work-place {
  position: relative;
}
.timeline .location {
  position: absolute;
  right: 0;
  top: 2px;
  color: #8a8a8a;
}
.timeline .location .fa {
  margin-right: 5px;
}
.timeline .place {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 300;
}
.timeline .job-meta {
  position: absolute;
  left: -280px;
  top: 0;
}
.timeline .job-meta .title {
  font-size: 18px;
  color: #00BCD4;
}
.timeline .job-meta .time {
  color: #8a8a8a;
}
.timeline .job-desc {
  color: #666;
} 
@media (max-width: 767px) {

	.section {
    padding: 30px;
  }
  .section-title {
    font-size: 20px;
  }
  .timeline {
    margin-left: 0;
    padding-right: 0;
  }
  .timeline .place {
    margin-bottom: 5px;
  }
  .timeline .job-meta {
    position: static;
    margin-bottom: 15px;
  }
}


/**work experience**/
.skills-section {

	background-color:black;
   background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.5);
  background-position: center 0%;
}

.skill-section .skill-name{

	color:#00a5bb;
}

.skills-section .subtitle {

  font-size: 18px;
  color: white;
  margin-top: 0;
  margin-bottom: 45px;
  font-weight: 300;
}
.skills-section .top-skills {
  margin-bottom: 60px;
}
.skills-section .top-skills .item {
  margin-bottom: 45px;
}
.skills-section .level {
  color: white;
  margin-bottom: 15px;
}
.skills-section .desc {
  color:white;
}
.skills-section .skill-tag {
	color: #00a5bb;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  padding: 6px 30px;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #f5f5f5;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 16px;
}
.chart-easy-pie {
  positon: relative;
}
.chart {
  width: 110px;
  height: 110px;
  vertical-align: middle;
  position: relative;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}
.chart span {
  line-height: 110px;
}
.chart canvas {
  position: absolute;
  left: 0;
  top: 0;
}
.education-section {
	margin-top: -45px;
}

.education-section .item {
  margin-bottom: 45px;
}
.education-section .item-inner {
  padding: 0 30px;
}
.education-section .degree {
  font-size: 18px;
  color: #00BCD4;
  margin-top: 0;
  margin-bottom: 0px;
}
.education-section .education-body {
  font-weight: 500;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 300;
}
.education-section .time {
  color: #8a8a8a;
  margin-bottom: 15px;
}
.education-section .desc {
  color: #666;
}

/* ---------------------------------------------- /*
 * Contact
/* ---------------------------------------------- */

#contact {
	color:white;
	margin-top:-45px ;
	background-color:#00a5bb ;
}

.icon-widget li{
display: inline-block;
}

#ajax-response1{
display: none;
}
#ajax-response2{
display: none;
}