/* Primary Styles
---------------------------------*/
body {
	background:#1e2057;
	font-family: 'Work Sans', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#000;
	margin:0;
	text-align: center;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
}

@media(max-width:767px){
	.container {
	    padding-right: 15px;
	    padding-left: 15px;
	    margin-left: 5px;
	    margin-right: 5px;
	    margin-top: 20px;
	}
}

.row {
    margin: 20px 0;
}

h1{
	font-size:38px;
	color:#1e2057;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	margin:0 0 15px 0;
	text-align:center;
	letter-spacing: 0.02em;
}

h2{
	font-size:40px;
	color:#1e2057;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	margin:0 0 15px 0;
	text-align:center;
	letter-spacing: 0.02em;
}
	
h3{
	font-family: 'Montserrat', sans-serif;
	color:#ffffff;
	font-size:32px;
	margin:30px 0px 5px 0;
	font-weight:600;
	letter-spacing: 0.02em;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    color: #1e2057;
    font-size: 22px;
    margin: 15px 0 0;
    font-weight: 600;
    letter-spacing: 0.02em;
}

h5{
	font-family: 'Montserrat', sans-serif;
	color:#1e2057;
	font-size:22px;
	margin:10px 0 5px 0;
	font-weight:600;
	letter-spacing: 0.04em;
}

h6{
	font-family: 'Montserrat', sans-serif;
	color:#1e2057;
	font-size:16px;
	margin:10px 0 5px 0;
	font-weight:600;
	letter-spacing: 0.02em;
}

p{ 
	font-size: 16px; 
	line-height: 1.4; 
	margin-bottom: 15px; 
	font-weight:400; 
}

p.info {
	font-size: 13px;
}

b, strong {
    font-weight: 600;
}

a, a:visited {
	color:#1e2057;
	text-decoration: underline;
	outline: 0;
}

a:hover {
	text-decoration: none;
	color:#3162DD;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

a:focus {
	outline:0;
}

.white{
	color:#ffffff;
}

.blue {
	color:#3162DD;
}

::-moz-selection{background:#3162DD;color:#fff;}
::selection{background:#3162DD;color:#fff;}

.anchor {
	display:block;
	padding-top: 90px;
	margin-top: -90px;
	visibility: hidden;
}



/* intro
---------------------------------*/
.intro {
	background: #1e2057;
	color: #ffffff;
}

.intro .container {
	margin-top: 0;
}

.intro h1 {
	color: #ffffff;
	font-size: 60px;
	line-height: 42px;
	letter-spacing: 0.002em;
	margin-top: 50px;
}

.intro h1 span {
	margin-left: 5px;
	display: block;
}

.intro h2 {
	font-family: 'Work Sans', 'Helvetica Neue', 'Helvetica', sans-serif;
	color: #f2c;
	font-size: 26px;
	font-weight: 300;
	letter-spacing: 0.04em;
	margin-top: 25px;
}

.intro h5 {
	margin-top: 10px;
	color: #ffffff;
}

.intro h5 span {
	display: block;
}

.intro p {color:#ffffff;}

.intro a {
	color:#ffffff;
}

.intro ul {
	list-style: none;
	margin: 50px 0 0 0;
	padding: 0;
}


@media(max-width:767px){
	.intro h1 {
		font-size: 53px;
		line-height: 40px;
	}
	
	.intro h1 span {
		margin-left: 4px;
	}
	
	.intro h2 {
		font-size: 18px;
		margin-top: 15px;
	}
	
	.intro h5 {
		font-size: 22px;
	}
	
	.intro p {
		font-size: 16px;
	}
	
	.intro .cta {
		margin-bottom: 50px;
	}

}

.intro .cta {
	margin: 20px 0;
}

.intro .description p {
	font-size: 20px;
}

/* Navigation
---------------------------------*/
.navbar {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
}

.navbar-inverse {
    background-color: #cccccc;
    border-color: #cccccc;
    opacity: .9;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #cccccc;
}

.navbar-brand {
    float: left;
    height: 70px;
    padding: 15px;
    color: #1e2057;
	font-family: , sans-serif;
	font-size: 22px;
	font-weight: 600;
	text-decoration: none;
	line-height: 18px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

@media(max-width:767px){
	.navbar-brand {
	    font-size: 24px;
	    line-height: 20px;
	    padding-top: 10px;
	}
}

.navbar-inverse .navbar-brand {
    color: #1e2057;
}

.navbar-inverse:hover .navbar-brand:hover {
    color: #1e2057;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #1e2057;
    text-decoration: none;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
    color: #1e2057;
	font-family: , sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline;
	line-height: 20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.navbar-nav {
    float: right;
    margin: 0;
}

@media(max-width:767px){
	.navbar-inverse .navbar-nav > li {
		padding: 5px 0 5px 15px;
	}

	.navbar-inverse .navbar-nav > li > a {
	    font-size: 20px;
		padding: 0;
	}
	
	.navbar-nav {
    	margin: -15px -15px 35px -15px;
    	padding-top: 0;
    	float:left;
	}
}


.navbar-nav > li > a {
    padding-top: 30px;
    padding-bottom: 15px;
}

.navbar-inverse .navbar-toggle {
    border:none;
    margin-top: 15px;
    font-size: 16px;
}

.navbar-inverse:hover .navbar-toggle:hover {
    background-color: #cccccc;
    color: #1e2057;
    transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.dash {margin-left: 1px;}


/* Slideshow 
---------------------------------*/

header.carousel-intro {
   	height: 100%;
}

header.carousel {
   	height: 60%;
}

@media(max-width:767px){
	header.carousel {
    	height: 75%;
	}
}

.caption-title{
	font-size:44px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	color:#ffffff;
	margin: 0;
	line-height: normal;
	letter-spacing: 0.02em;
}

.caption-sub{
	display: block;
	font-size:44px;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	color:#ffffff;
	margin: 0;
	line-height: normal;
	letter-spacing: 0.02em;
}

@media(max-width:990px){
	.caption-title, .caption-sub{
		font-size:28px;
		line-height:1.;
	}
}

.caption-sub a, .caption-sub a:visited{
	color:#ffffff;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.caption-sub a:hover{
	color:#3162DD;
}

.caption-cta {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: normal;
    padding: 18px;
    margin-top: 20px;
    border: 1px solid #ffffff;
    letter-spacing: 0.05em;
}

.caption-cta a, .caption-cta a:visited {
	color:#ffffff;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.caption-cta:hover {
	color:#3162DD;
	border: 1px solid #3162DD;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.caption-cta a:hover {
	color:#3162DD;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.carousel-caption{
	text-align: center;
	left: 45px;
	padding-bottom: 70px;
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 45px;
    z-index: 15;
    padding-left: 0;
    text-align: center;
    list-style: none;
    width: 80%;
    margin-left: 0;
}

.carousel-indicators li {
    border: 2px solid #fff;
    border-radius: 10px;
}

/*

.carousel-caption{
	text-align: center;
	right: 10%;
	left: 10%;
	padding-bottom: 60px;
}

 */


/* approach 
---------------------------------*/

.approach .container {
	padding: 10px 0;
}

.approach ul{
	list-style: none;
	list-style-image: url('../images/check.png');
	padding: 0;
	margin: 15px 0 30px 29px;
}

.approach ul li{
	font-family: 'Work Sans', "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
	color: #000;
}

.cta-black {
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: normal;
    padding: 18px;
    margin: 10px 0 20px;
    border: 1px solid #000;
    letter-spacing: 0.05em;
}

.cta-black a, .cta-black a:visited {
	color:#000;
	text-decoration: none;
}

.cta-black:hover {
	color:#3162DD;
	border: 1px solid #3162DD;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}



/* Services
---------------------------------*/
.service{
	background-color: #ffffff;
	margin-top: 0;
	width: 100%;
	padding: 10px 0;
}

.service-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:10px;
}
.service-list-col1{
	float:left;
	width:50px;
}
.service-list-col1 .fa{
	font-style:normal;
	font-size:35px;
	padding-top: 3px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.service-list-col2{
	overflow:hidden;	
}
.main-section.alabaster{
	background:#fafafa;
}



/* case-studies
---------------------------------*/

.case-studies .container {
	padding: 20px 0 50px 0;
}

.case-studies h5 {
	margin: 25px 0 20px 15px;
}

@media(max-width:767px){
	.case-studies h6 {
    	margin-top: 20px;
	}
}

.portfolio{
	padding-left:0;
	padding-right:0;
}

.img-portfolio {
    margin-bottom: 0;
    background-color: #1e2057;
}

.img-hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in-out;
	    -moz-transition: all 0.3s ease-in-out;
	    -o-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	    transition: all 0.3s ease-in-out;
}

.img-hover:hover {
    opacity: 1;
}

div.carousel-portfolio {
	height:100%;
}


.carousel-caption-portfolio {
    text-shadow: 0px;
    text-align: center;
    left: 45px;
    padding-bottom: 0;
}

.carousel-indicators-portfolio {
    left: 0;
    bottom: 0;
}

@media(max-width:767px){
	.portfolio-project {
    	margin-bottom: 30px;
	}
}

.carousel-control.right {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
}


/* How
---------------------------------*/
.how {
	background-color: #ffffff;
	margin-top: 0;
	padding: 10px 0;
}

.how h5 {
	margin: 25px 0 0 15px;
}


.how ul{
	list-style:decimal-leading-zero;
	padding: 0;
	margin: 15px 0 30px 49px;
}

.how ul li{
	font-family: 'Work Sans', "Helvetica Neue", "Helvetica", Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
	color: #000;
}

.how .fa{
	color: #3162DD;
	font-size: 3.5em;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #000;
}



/* References
---------------------------------*/

.references {
	background-color: #afafaf;
	width:100%;
	padding:10px 0;
}

.references .row {
	margin-bottom: 40px;
}

.testimonials-quote {
	color: #1e2057;
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px;
}

.testimonials-author {
	color: #1e2057;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	display: block;
	margin-top: 10px;
}

.testimonials-author-title {
	color: #1e2057;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	display: block;
	margin-top: 0;
}

.carousel-caption-testimonials{
	text-shadow: 0px;
	text-align: center;
	left: 45px;
	padding-bottom: 40px;
}

.references img {
	margin-bottom: 20px;
}

ol.indicators-references {
	position: absolute;
	left: 0;
	bottom: 0px;
}

.indicators-references li {
    border: 2px solid #000;
    border-radius: 10px;
}

.indicators-references .active {
    background: #000;
}



/* Call to Action
---------------------------------*/
.call-to-action {
	background-color: #3162DD;
	width:100%;
}

.call-to-action .container {
	margin-top: 0;
}

.cta{
	display: inline-block;
	font-size:15px;
	font-weight:300;
	color:#1e2057;
	line-height: normal;
	padding: 18px;
	border: 1px solid #ffffff;
	letter-spacing: 0.15em;
}

@media(max-width:767px){
	.cta{
		margin-top: 20px;
	}
}

.cta a, .cta a:visited {
	color:#ffffff;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.call-to-action a:hover {
	color:#ffffff;
}

.call-to-action h3{
	margin-top:10px;
}

.call-to-action h3 a{
	color: #ffffff;
}



/* Contact
---------------------------------*/
.contact {
	padding: 10px 0;
	background-color: #ffffff;
	margin-top: 0;
	width:100%;
}

.btn-primary {
	background: #ffffff;
    font-size:15px;
	font-weight:300;
	color:#1e2057;
	line-height: normal;
	padding: 18px;
	border: 1px solid #000;
	letter-spacing: 0.15em;
	border-radius: 0;
}

.btn-primary:hover {
	background: #ffffff;
	color: #3162DD;
	border: 1px solid #3162DD;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    background: none;
    border: 1px solid #C8C8C8;
    color: #C8C8C8;
}

.btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled]:hover .btn:hover {
    background: none;
    border: 1px solid #C8C8C8;
    color: #C8C8C8;
}

.btn-success {
	background-color: #3162DD;
    border: 1px solid #3162DD;
    color: #fff;
}

.btn-success:hover {
	background: #ffffff;
	color: #3162DD;
	border: 1px solid #3162DD;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.btn {border-radius:0px;}

.form-control {border-radius:0px;}

.contact ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 30px -16px;
}

.contact ul li {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

/* slideshow images (for most of the demos, these are the actual "slides") */

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

div.carousel{
	height: 50%;
}

/* Footer
---------------------------------*/

.footer{
	margin-top: 0;
	background: #686868;
}

.footer .container {
	margin-top: 0;
}

.footer ul{
	list-style: none;
	margin-left: 0px;
	padding: 0;
}

.footer p{
	font-size: 14px;
}

.footer a:hover {color:#ffffff;}


/* Back to Top btn
---------------------------------*/
.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

.cd-top {
  display: inline-block;
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url(../images/cd-top-arrow.svg) no-repeat center 50%;
  border: 2px solid #000;
  border-radius: 30px;
  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: transparent;
  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: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}