/*!
style css
 */

 

/*=================================================================
	Basic Setup
==================================================================*/

body {
	font-family: 'Montserrat', sans-serif;
    color: #727272;
	font-size: 15px;
	line-height: 24px;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #111;
	
	-webkit-transition: all .3s ease-in 0s;
	   -moz-transition: all .3s ease-in 0s;
		 -o-transition: all .3s ease-in 0s;
			transition: all .3s ease-in 0s;
}

a, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
	text-transform: uppercase;
	color:#000;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #0000bd ;
}

::selection {
    color: #fff;
    background: #0000bd ;
}

section{
	margin-left:88px;
}

.clear {
	width:100%;
	height:150px;
}

.clear2 {
	width:100%;
	height:100px;
}

.clear3 {
	width:100%;
	height:50px;
}

.button-style {
	color:#000;
	height: 50px;
	border-radius:0;
	text-align:center;
	line-height:37px;
	border:1px solid #000;
	margin-top:10px;
	letter-spacing:1px;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	font-weight:500;
}

.button-style:hover{
	background-color:#0000bd;
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
	border: 1px solid rgba(255,255,255,0.5);
	
}


/*=================================================================
	Navigation
==================================================================*/


/* ------ Content Page NavStyle ----------*/
.nav-bar-left {
  position: fixed;
  overflow: hidden;
  left: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 0 0 0 #ddd;
}

.nav-menu-left {
  position: absolute;
  left: -196px;
  top: 300px;
  width: 480px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  text-align: right;
  text-transform: uppercase;
}

.nav-menu-left ul li{
	display:inline;
	font-family: 'Oswald', sans-serif;
}

.nav-menu-left a{
  padding: 12px 13px;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  font-family: 'Oswald', sans-serif;
  color: #111;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-menu-left a:hover{
	opacity: 1;
}

/* ------ Logo ----------*/
.brand{
position: absolute;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;  
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.brand img{
	margin:auto;
	width:80%;
}

/* ------ Portfolio Menu bar ----------*/

.nav-info-description {
  color: #777;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.nav-info {
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  height: 72px;
  margin: auto;
  padding-top: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.nav-info-heading {
  margin-top: 0px;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
}

/* ------ Index Page Sidenav ----------*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 299;
    top: 0;
    left: 88px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.6s;
    padding-top: 60px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight:500;
	letter-spacing:1px;
	overflow-x:hidden;
}

.sidenav a {
    padding: 15px 8px 8px 20%;
    text-decoration: none;
	width: fit-content;
    font-size: 36px;
	line-height: 45px;
    color: #111;
    display: block;
	opacity: 0.5;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #0000bd;
	opacity: 1;
	-webkit-transform: translate(8px, 0px);
  -ms-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
}

.sidenav .closebtn {
    position: absolute;
	right:10%;
    top: 0;
    font-size: 30px;
}
.open-btn {
	font-size:30px;
	cursor:pointer;
	position:absolute;
	bottom:50px;
}



/*================================== Navbar ========================================= */

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
	border-radius: 0;
	text-transform: uppercase;
	font-weight:500;
	display:none;
}

.navbar-inverse {
    background-color: #333030;
	font-weight:500;
}

.navbar-inverse .navbar-nav>li>a:hover
{
    color: #ffffff;
    background-color:#191717;
}

.navbar-inverse .navbar-nav .active a{background:#ff3600;}


.navbar-brand {
font-size:22px;
color:#fff;
}

.navbar-right li {background: #ff3600; color:#fff;}

.navbar-inverse .navbar-nav>li>a { color: #fff;}



/*=================================================================
	Carousel - Custom Style
==================================================================*/

.carousel-control{width: 8%; z-index:199;}

.carousel-caption{
	text-align:left;
	top:25%;
	left:15%;
	max-width: 500px;
}

.carousel-caption h1{
	margin-top: 0px;
	color:#fff;
	margin-bottom: 10px;
	font-family: 'Oswald', sans-serif;
	font-size: 44px;
	line-height: 60px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing:1px;
}

.carousel-caption p{
	font-weight: 400;
}


.carousel-button{
	color:#fff;
	border-radius: 0;
	height: 50px;
	line-height:37px;
	margin-top:10px;
	letter-spacing:1px;
	background:none;
	border:1px solid #fff;
}

.carousel-button:hover{
	background-color:#0000bd;
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.5);
}


/*=================================================================
	SECTION HEADING & TITLE
==================================================================*/
.title h1{
	text-transform: uppercase;
	text-align: center;
	color:#000;
	margin-top:0;
}

.title p {
	text-transform: uppercase;
	text-align: center;
	font-weight:bold;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	letter-spacing:1px;
}

/*=================================================================
	ABOUT ME
==================================================================*/

.profile-photo {
	overflow:hidden;
}
.profile-photo img{
	max-width: 100%;
	vertical-align: middle;
	display: inline-block;
}

.about-info {
	padding-right: 8%;
	padding-left: 8%;
}

.about-info h1{
	text-transform:uppercase;
	line-height: 44px;
	color:#000;
}

.about-info p{
	text-align:justify;
}


/*=================================================================
	SKILL
==================================================================*/
.skill{	
	color:#fff;
	background-position: right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/* background-position: 0px 0px, 50% 50%; */
	}

.skill h1{
		color:#fff;
		font-family: 'Oswald', sans-serif;
		text-transform:uppercase;
	}
	
.skill h3{
		color:#fff;
		font-family: 'Oswald', sans-serif;
		text-transform:uppercase;
		margin-bottom:25px;
		letter-spacing:1px;
	}

#doughnut,#doughnut2,#doughnut3,#doughnut4{
  position: absolute;
}
#skill1,#skill2,#skill3,#skill4{
  position: relative;
}

.skill-button {
	color:#fff;
	height: 50px;
	border-radius:0;
	text-align:center;
	line-height:37px;
	border:1px solid #fff;
	margin-top:10px;
	letter-spacing:1px;
	font-family: 'Oswald', sans-serif;
	font-size:16px;
}

.skill-button:hover{
	background-color:#ED2100;
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.5);
}


/*=================================================================
	Portfolio
==================================================================*/

.portfolio-item{
	margin-top:10px;
}

.portfolio {
	padding:120px 0;
	text-align: center;
}




/*=================================================================
	Portfolio Hover Effect
==================================================================*/
.hovereffect {
width:100%;
height:225px;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:pointer;
margin-top:30px;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}


.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
-ms-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
letter-spacing:1px;
color:#fff;
text-align:center;
position:relative;
font-size:16px;
/* background:rgba(0,0,0,0.6); */
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
padding:10px;
margin-top:30%;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .5s ease-in-out;
transition:all .5s ease-in-out;
margin:0 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}




/*=================================================================
	Blog Posts
==================================================================*/
.blog-posts {
	overflow:hidden;
}

.post-card-v3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  
}


.post-card-info-v3 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 104px 12% 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-linear-gradient(270deg, transparent 40%, rgba(0, 0, 0, .4));
  background-image: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .4));
  overflow:hidden;
}

.blog-post-v3 {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-posts img{
max-width: 100%;
vertical-align: middle;
display: inline-block;
transition: transform .5s;
-webkit-transition: transform .5s;
-ms-transition: transform .5s;
}

.link-v2 .white-link {
    box-shadow: 0 2px 0 0 hsla(0, 0%, 100%, .4);
    color: #fff;
}

.link-v2 {
    display: inline-block;
    box-shadow: 0 2px 0 0 #ddd;
    -webkit-transition: box-shadow 400ms ease;
    transition: box-shadow 400ms ease;
    font-family: Oswald, sans-serif;
    color: #111;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
	color:#fff;
}


.badge {
    display: inline-block;
    height: 24px;
    margin-bottom: 8px;
    padding-top: 1px;
    padding-right: 8px;
    padding-left: 10px;
	border-radius: 0;
    color: #fff;
    font-size: 9px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
	border-style: none;
}
.post-card-v3-heading {
	margin-top: 0px;
margin-bottom: 16px;
font-family: Oswald, sans-serif;
font-size: 22px;
line-height: 28px;
font-weight: 500;
text-transform: uppercase;
color:#fff;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
	color:#fff;
}

.blog-posts a:hover img{
	-ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Safari 3-8 */
    transform: scale(1.05);

}

.blog-posts a:hover {
	color:#fff;
}

.blog-button {
	width:100%;
	font-weight:bold;
	background:#20b700;
	color:#fff;
	border:0;
}

.blog-button:hover {
	border:0;
}

/*=================================================================
	INSTAGRAM
==================================================================*/
.instagram {
	overflow:hidden;
	background:#e0e0e0;
	padding:0;
	background:#000;
 }
.instagram img{
	width:100%;
	display: block;
	transition: transform .8s;
	-webkit-transition: transform .8s;
	-ms-transition: transform .8s;
}

.instagram img:hover{
	opacity: 0.6;	
	cursor:pointer;
	background-color:#000; 
	transform:scale(1.08)
	-ms-transform:scale(1.08);
	-webkit-transform:scale(1.08);	
}

.insta-overlay {
	opacity: 0;
transition: .8s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.overlay-text {
  color: white;
  font-size: 14px;
  font-family: Oswald, sans-serif;
  text-transform:uppercase;
  padding:10px;
  letter-spacing:1px;
    background: #d6249f;
     background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
}

.instagram:hover .insta-overlay {
  opacity: 1;

}

form .input-field {
  height: 50px;
  width:90%;
  padding:10px;
  color:#000;
  border-radius:5px;
  border:0;
}

form .input-field:focus {
 border: none !important;
  border-color: none !important;
}

.search-button {
	font-size:18px;
	padding:10px;
	width: 50px;
	height: 52px;
	margin-top:2px;
	margin-left:-50px;
	border-radius:5px;
	border:0;
	background:#20b700;
	color:#fff; 
}
.search-button:hover {
	background:#3e63ea;
	transition: all 0.5s;
}


/* ---------------------------------------------------------------------------- */
/* ----------------------------------Footer------------------------------------ */
/* ---------------------------------------------------------------------------- */

footer {padding-top:40px; background-color: #111;}
footer .bottom-footer{background-color: #29282E;color: #fff;text-align: center;padding: 10px 0px;}
.footer-title:before {background-color: #ED2100 ;content: "";height: 1em;left: 0;margin-top: -0.5em;position: absolute;top: 50%;width: 3px;}
.footer-title {display: block;font-weight: bold;letter-spacing: 1px;margin-top: -5px;padding-left: 13px;position: relative;text-transform: uppercase; color: #fff;}
.footer-contact span {font-family: 'Great Vibes', cursive; font-size:24px; color:#fff; border-bottom:1px dotted #999999; text-decoration:none;}
.footer-contact { font-size:12px; color:#FFF; margin-bottom:0; padding:15px 0 10px; letter-spacing:1px;}
.footer-contact li{ font-size:12px; color:#FFF; margin-bottom:0; padding:15px 0 10px; letter-spacing:1px;}
.footer-contact li{ color:#e0e0e0;}
.quicklinks {
	color:#e0e0e0;
}
.quicklinks p {
	text-align:center;
	color:#e0e0e0;
}
.quicklinks a{
	color:#3e63ea;
}
.social-buttons ul li{
	display:inline-block;
	margin-top:30px;
	margin-left:10px;
	font-size:24px;
	color:#fff;
	width: 40px;
	height: 40px;
	border:1px solid #fff;
	text-align:center;
}

.social-buttons ul li a{
	  line-height:36px;
	  color:#fff;
}

.social-buttons ul li:hover{
	background-color:#0000bd ;
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.5);
}


/*=================================================================
	ABOUT ME
==================================================================*/
.about {  
background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    background-color: transparent;
}


.section-intro {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-bottom: 80px;
  margin-top: 80px;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.section-intro h1{
	color:#fff;
}

.story-heading {
    margin-top: -12px;
    margin-bottom: 40px;
}

.quick-links h4{
	color:#0000bd;
	}

.quick-links ul li{
	display: inline-block;
	margin:10px;
	background:#20b700;
	padding:10px;
	color:#fff;
	text-transform:uppercase;
	font-weight:500;
	}
	
.quick-links ul li:hover{
	background:#ed2100;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}

.story-info h5{
	text-transform:none;
	color:#000;
	text-decoration: underline;
	 text-decoration-style: double;
	 	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.job {
    margin-bottom: -1px;
    padding-top: 20px;
    padding-bottom: 0px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.job-time {
    margin-bottom: 4px;
    color: #ED2100;
    font-size: 13px;
    line-height: 20px;
}

.job-heading {
	display: inline-block;
}

.job-name {
    display: inline-block;
    margin-bottom: 8px;
    margin-left: 8px;
    color: #bbb;
    font-size: 13px;
    line-height: 20px;
}

.paragraph-small {
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 20px;
	font-weight:400;
}

.work-together {
	margin-top:15px;	
	text-align:center;
}


/*=================================================================
	CAREER
==================================================================*/

.mycareer h1 {
	color:#fff;
}

.mycareer .career-para {
	font-weight:500;
	margin-top:20px;
	color:#e0e0e0;
}


.career {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-job-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 970px;
  padding-top: 32px;
  padding-bottom: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.career-job {
  position: relative;
  width: 44%;
  padding: 40px;
  border-style: solid none;
  border-width: 1px;
  border-color: #ddd;
  background-color: #fff;
  color: #111;
  text-align: center;
}

.career-job.left {
  border-right-style: solid;
  box-shadow: -3px 0 0 0 #faaf52;
}

.career-job.right {
  border-left-style: solid;
  box-shadow: 3px 0 0 0 #faaf52;
}

.career-job-corner {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 15px;
  height: 15px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #fff;
  box-shadow: 1px -1px 0 0 #ddd;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.career-job-corner.right {
  right: -7px;
}

.career-job-corner.left {
  left: -7px;
  box-shadow: -1px 1px 0 0 #ddd;
}

.career-job-position {
font-family: 'Montserrat', sans-serif;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 24px;
  font-weight:500;
}

.career-job-period {
  width: 44%;
}

.career-job-period {
	color:#fff;
	font-size: 15px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.career-timeline {
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: block;
  width: 2px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 91%, 0), #e7e7e7 5%, #e7e7e7 95%, hsla(0, 0%, 91%, 0));
  background-image: linear-gradient(180deg, hsla(0, 0%, 91%, 0), #e7e7e7 5%, #e7e7e7 95%, hsla(0, 0%, 91%, 0));
}

.career-timeline.dark-bg {
  background-image: -webkit-linear-gradient(270deg, transparent, hsla(0, 0%, 100%, .2) 5%, hsla(0, 0%, 100%, .2) 95%, transparent);
  background-image: linear-gradient(180deg, transparent, hsla(0, 0%, 100%, .2) 5%, hsla(0, 0%, 100%, .2) 95%, transparent);
}

.timeline-dot-v1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  width: 16px;
  height: 16px;
  margin: auto;
  border: 1px solid #faaf52;
  border-radius: 50%;
  background-color: #faaf52;
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 3px #fff;
}


.career-job-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

   .career-job {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .career-job-position {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  
  .text-color-1 {
    color: #faaf52;
}

.text-right {
    text-align: right;
}

.career-job.right {
    border-left-style: solid;
    box-shadow: 3px 0 0 0 #faaf52;
}

.timeline-dot-v2 {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    width: 8px;
    height: 8px;
    margin: auto;
    border-radius: 50%;
    background-color: #faaf52;
    box-shadow: 0 0 0 6px rgba(250, 175, 82, .4);
}


/*=================================================================
	Portfolio Single
==================================================================*/












/* ---------------------------------- TOP ------------------------------------ */
.cd-top {
	z-index:1;
	border-radius: 50%;
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #0000bd url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #0000bd;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}



@media only screen and (max-width: 768px) {

  .nav-bar-left { display:none;}
  section{margin-left:0;}
  .navbar {
	display: block;
}



/*=================================================================
	Carousel - Custom Style
==================================================================*/

.carousel-control{width: 8%; z-index:199;}

.carousel-caption{
	text-align:left;
	top:50%;
	left:15%;
	max-width: 500px;
}

.carousel-caption h1{
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
}

.carousel-caption p{
	display:none;
}


.carousel-button{
	height: 30px;
	font-size:14px;
	line-height:17px;
	margin-top:7px;
	letter-spacing:1px;
	background:none;
	font-weight:500;
}

}


/*=================================================================
FAQ
==================================================================*/

.faq-info li strong{
	font-weight:500;
	color:#0000bd;
	text-align:justify;
	}

.faq-info li{
	text-align:justify;
	color:#222;
	font-weight:400;
	}

