/*!

 =========================================================
 * Paper Kit - v1.2.2
 =========================================================
 
 * Product Page: http://www.creative-tim.com/product/paper-kit
 * Copyright 2016 Creative Tim (http://www.creative-tim.com)
 * Licensed under MIT (https://github.com/timcreative/paper-kit/blob/master/LICENSE.md)
 
 =========================================================
 
 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 */


/*     General overwrite     */
html {
    -webkit-text-size-adjust: none
}
body {
  color: #242424;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', "Helvetica", Arial, sans-serif;
  font-weight: 400;
}

a {
  color: #68B3C8;
  -webkit-transition: all 150ms linear;
  -moz-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  -ms-transition: all 150ms linear;
  transition: all 150ms linear;
}
a:hover, a:focus {
  color: #3091B2;
  text-decoration: none;
}

hr {
  border-color: #F1EAE0;
}

.icon {
  fill: #66615b;
}

.fa-base {
  font-size: 1.25em !important;
}

a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: 0;
}



/*      light colors - used for select dropdown         */
/*           Font Smoothing      */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, a, .td-name, td {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', "Helvetica", Arial, sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-weight: 400;
}

h1, .h1 {
  /*font-size: 4.5em;*/
  font-size:36px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Playfair Display', "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  line-height: 33px;
  margin-bottom: 10px;
}
h1 span {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', "Helvetica", Arial, sans-serif;
  font-weight: 600;
  font-size:34px;
}
h2, .h2 {
  font-size: 32px;
  line-height: 34px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Arvo', "Helvetica", Arial, sans-serif;
  color:#284879;
  margin-bottom: 20px;
}

h3, .h3 {
  font-size: 12px;
  line-height: 1.4;
  margin: 0px 0 10px 0;
  text-transform:uppercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', "Helvetica", Arial, sans-serif;
  font-weight: 600;
  color:#9fa3a7;
  letter-spacing: 2px;
}

h4, .h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0 0 25px 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Arvo', "Helvetica", Arial, sans-serif;
  color:#000000;
}

h5, .h5 {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 5px;
  color:#000000;
  text-transform: uppercase;
  letter-spacing: 1px;
}

h6, .h6 {
  font-size: 0.9em;
  font-weight: 600;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  line-height: 1.4em;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  color: #9A9A9A;
  font-weight: 300;
  line-height: 1.4em;
}

h1 small, h2 small, h3 small, h1 .small, h2 .small, h3 .small {
  font-size: 60%;
}

.title-uppercase {
  text-transform: uppercase;
}

blockquote {
  font-style: italic;
}

blockquote small {
  font-style: normal;
}

.text-muted {
  color: #DDDDDD;
}

.text-primary, .text-primary:hover {
  color: #427C89 !important;
}

.text-info, .text-info:hover {
  color: #3091B2 !important;
}

.text-success, .text-success:hover {
  color: #42A084 !important;
}

.text-warning, .text-warning:hover {
  color: #BB992F !important;
}

.text-danger, .text-danger:hover {
  color: #B33C12 !important;
}

.glyphicon {
  line-height: 1;
}
.sub {
	/*color: #B2B2B2;*/
	padding-bottom: 40px;
}


.ui-slider-handle:focus,
.navbar-toggle {
  outline: 0 !important;
}



.border-white {
	border: 1px solid #ffffff;
}
.border-grey {
	border: 1px solid #CDCDCD;
}
.well {
	border: 0;
	border-radius: 0;
	background-color: #EFEFEF; /* Change to white */
	margin-bottom: 14px;
	padding: 0;
}


/* Make rows content the same height */
.is-table-row {
        display: table;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }



section {
    padding: 95px 0 80px 0;
}



/*
=========================================================
 * Logo
=========================================================
*/

.logo-container .logo {
    overflow: hidden;
    border-radius: 50%;
    width: 50px;
    float: left;
}

.logo-container .brand {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    float: left;
    margin-left: 10px;
    margin-top: 9px;
    width: 140px;
	font-weight: 400;
}
.logo-container{
    margin-top: 10px;
}
.logo-container .logo img{
    width: 100%;
}
.navbar-small .logo-container .brand{
    color: #333333;
}


/*
============================================================
 * Add the below transitions to allow a smooth color change
============================================================
*/
.navbar {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar.scrolled {
    background: rgb(7, 35, 58); /* IE */
    background: rgba(7, 35, 58, 0.90); /* NON-IE */
}












/*
============================================================
 * Areas of Expertise
============================================================
*/

#areas-of-expertise {}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 6px 9px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #59d1b3;
    border-radius: 14px;
    margin-right: 10px;
}
ul.list-group {}

#areas-of-expertise .list-group-item {
    position: relative;
    display: block;
    padding: 11px 11px 11px 11px;
    margin-bottom: 15px;
    background-color: #e9f0f3;
    border: 0px;
    line-height: 24px;
	border-radius: 30px;
}
#areas-of-expertise .list-group-item:last-child {
	border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
#areas-of-expertise .list-group-item:first-child {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
#areas-of-expertise ul.list-inline {
	margin-top: 30px;
}
#areas-of-expertise .list-inline li {
	display:block;
	padding: 0 15px 0 15px;
	color: #284879;
	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'Arvo', "Helvetica", Arial, sans-serif;
	line-height: 35px;
	/*border-left: 1px solid #000000;*/
	
}

#areas-of-expertise .list-inline li span {
	padding-bottom: 5px;
	border-bottom: 2px dotted #284879;
}

/*
============================================================
 * Our Mission
============================================================
*/

#our-mission {
	color:#ffffff;
	background-image: url('../images/our_mission_bg.jpg');
	background-size: cover;
    background-attachment: fixed;
  	background-repeat:no-repeat;
    background-position: top center;
	background-color: #122e45;
	display: block;
    margin-top: 0px;
    min-height: 259px;
	padding: 60px 0 60px 0;
}
#our-mission h2 {
	color:#ffffff;
	margin-top: 5px;
}
#our-mission .fa-quote-left {
	color:#58d1b3;
	font-size: 2em;
}
#our-mission .message {
	font-size: 20px;
	color:#FFFFFF;
	font-style: italic;
	font-weight: 300;

}


/*
============================================================
 * Meet the founders
============================================================
*/

section#meet-the-founders {
	padding-bottom: 10px;
}
#meet-the-founders {
	background-color:#f5f5f5;
}

/* Big Triangle */
svg.bigTriangleColor {
	pointer-events: none;
}

.bigTriangleColor path {
	fill: #f5f5f5;
	stroke: #f5f5f5;
	stroke-width: 2;
}

/*  Icon box   */
#meet-the-founders .box {
	margin-bottom: 40px;
}
#meet-the-founders .box > .icon {
	text-align: center;
	position: relative;
}
#meet-the-founders .box > .icon > .image {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 145px;
	height: 145px;
	border: 9px solid white;
	line-height: 124px;
	border-radius: 50%;
	background: #ffffff;
	vertical-align: middle;
}
#meet-the-founders .box > .icon > .info {
	margin-top: -77px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 93px 25px 25px 25px;
}
.box > .icon > .info > h3.title {
	
}
.box > .icon > .info > h3.role {

}
#meet-the-founders .box > .icon > .info > p.details {
	/*color: #A7A7A7;*/
	line-height: 30px;
}





/*
============================================================
 * How we can help
============================================================
*/

section#how-we-can-help   {
	/*padding-top: 0;*/
	padding-bottom: 0;
}

/*  Icon box   */

#how-we-can-help .box {
	margin-bottom: 30px;
}


#how-we-can-help .box > .icon {
	text-align: center;
	position: relative;
}
#how-we-can-help .box > .icon > .image {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 140px;
	height: 140px;
	line-height: 129px;
	border-radius: 50%;
	background: #58d1b3;
	vertical-align: middle;
}
#how-we-can-help .box > .icon > .info > p.details {
	/*color: #A7A7A7;*/
	line-height: 30px;
}
#how-we-can-help .box > .icon > .info {
	margin-top: -64px;
	background: #ffffff;
	border: 1px solid  #E3E3E3;
	padding: 93px 20px 20px 20px;
}

#how-we-can-help #right .box > .icon > .info {
	background: #eff5f8;
	border-left: 1px solid #E3E3E3;
}
#how-we-can-help #right .box .image {
	background: #ebcb6c;
}
#how-we-can-help h3 {
	color:#000000;
	padding-bottom: 20px;
}

#how-we-can-help .arrow-bullets {
	margin-top: 40px;
}
#how-we-can-help .arrow-bullets li {
	padding: 14px 0;
	font-style: italic;
	font-size: 21px;
	line-height: 24px;
	color: #555555;
	font-weight: 300;
	border-bottom: 3px dotted #58d1b3;
	text-align: center;
}
#how-we-can-help .arrow-bullets li span {
	font-size: 14px;
}
#how-we-can-help .arrow-bullets li:first-child {
	padding-top:0;
}
#how-we-can-help .arrow-bullets li:last-child {
	border-bottom: none;
}



/*
============================================================
 * Previous project experience
============================================================
*/


section#previous-experience {
	padding-bottom: 20px;
}

#previous-experience {}

hr.star-light {
    margin: 25px auto 50px;
    padding: 0;
    max-width: 350px;
    border: 0;
    border-top: solid 3px;
    text-align: center;
	border-color: #58d1b3;
}
hr.star-light:after {
    content: "//";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    /*font-family: FontAwesome;*/
    font-size: 2em;
	color: #58d1b3;;
    background-color: #ffffff;
}








/*
============================================================
 * Contact Us
============================================================
*/

section#contact-us {
	padding-top:0;
}
#contact-us {
	background-color:#58d1b3;
}
#contact-us h2 {
	margin-top:0;
	color:#053444;
}
#contact-us #contact-details {
	padding-bottom: 40px;
}
#contact-us .phone-link {
	text-decoration: none;
	color:#000000;
}


/* Big Triangle */

#contact-us .bigTriangleColor path {
	fill: #ffffff;
	stroke: #ffffff;
	stroke-width: 2;
}
#contact-us .address, #contact-us .number {
	margin-bottom: 0px;
	margin-bottom: 20px;
}
#contact-us .number {
	margin-bottom: 10px;

}

#contact-us .info {
	margin-bottom:30px;
	font-family: 'Open Sans', "Helvetica", Arial, sans-serif;
	color:#000000;
}









/*
============================================================
 * Footer
============================================================
*/



footer {
	background-color:#062239;
	color:#ffffff;
	 
}
footer .logo {
	margin-bottom: 10px;
}
footer .copyright {
	font-size: 12px;
	margin-top: 10px;
}
footer .slogan {
	font-style: italic;
	margin-bottom: 10px;
	line-height: 16px;
}

footer .footer-above {
	padding: 80px 0px 60px 0px;
}

footer .footer-below {
	border-top: 1px solid #1c3c56;
	padding: 20px 0px 20px 0px;
}



/*
============================================================
 * Media Queries
============================================================
*/

@media screen and (max-width: 543px) {
}

@media screen and (max-width: 767px) {
	
}


@media screen and (min-width: 768px) {
	h1, .h1 {
    	font-size: 58px;
		line-height: 59px;
		margin-bottom: 20px;
	}
	h1 span {
  		font-size: 64px;
	}
	h2, .h2 {
		font-size: 36px;
	}
	section {
    	padding: 100px 0 80px 0;
	}
	#areas-of-expertise .list-inline li {
		display: inline-block;
		padding: 0 15px 0 15px;
		border-left: 1px solid #000000;
	}
	#areas-of-expertise li:first-child{
    	border-left: none;
	}
	#our-mission .message {
		font-size: 26px;
	}
	#meet-the-founders .col-lg-5 .info {
		/*height: 640px;*/
		
	}
	#meet-the-founders .box > .icon > .info {
		padding: 93px 40px 40px 40px;
	}
	#meet-the-founders .box {
		margin-bottom: 40px;
	}
	section#meet-the-founders {
		padding-bottom: 70px;
	}
	section#how-we-can-help   {
		padding-top: 100px;
	}
	#how-we-can-help #left.col-lg-5 {
    	padding-right: 0;
	}
	#how-we-can-help #right.col-lg-5 {
    	padding-left: 0;
	}
	
	#how-we-can-help .box {
		margin-bottom: 40px;
	}
	#how-we-can-help #right .box > .icon > .info {
		border-left:none;
	}
	#how-we-can-help .arrow-bullets li {
		text-align: left;
	}
	#previous-experience .col-lg-3 .info {
		height: 260px;
	}
	#contact-us #contact-details {
		text-align: left;
	}
	#contact-us #contact-details, #contact-us #contact-form {
		padding-top: 40px;
	}
	#contact-us .info, #contact-us .address {
		width: 340px;
	}
	#contact-us .number {
		margin-bottom: 5px;
	}
	#contact-us .info {
		margin-bottom:50px;
	}
	.logo-container {
    	margin-top: 7px;
	}
	.logo-container .logo {
		display: none;
	}
	.logo-container .brand {
		margin-left: 10px;
		margin-top: 10px;
		width: 135px;
		/*border: 1px solid #FFA000;*/
		
	}
	
	
	
	
}


@media screen and (min-width: 991px){
	header .intro .text {
    	padding: 10px 190px;
	}
	#meet-the-founders .box > .icon > .info {
		height: auto;
	}
	#meet-the-founders .box {
   	 margin-bottom: 0;
	}
	#how-we-can-help .box {
		margin-bottom: 0;
	}
	#how-we-can-help .box > .icon > .info > p.details {
		height: 130px;
	}
	#how-we-can-help .box > .icon > .info {
		height: 530px;
	}
	.logo-container {
    	margin-top: 7px;
	}
	.logo-container .logo {
		display: block;
	}
	.logo-container .brand {
		margin-left: 10px;
		margin-top: 16px;
		width: 210px;
		/*border: 1px solid #F8FF00;*/
		
	}
}


@media screen and (min-width: 1200px){
	#meet-the-founders .box > .icon > .info {
		height: 840px;
	}
    .presentation .section-images .image img{
        width: 100%;
    }
	#how-we-can-help .box > .icon > .info > p.details {
    	height: 100px;
	}
	#how-we-can-help .box > .icon > .info {
		height: 510px;
	}
	.logo-container {
    	margin-top: 7px;
	}
	.logo-container .brand {
		margin-left: 10px;
		margin-top: 16px;
		width: 210px;
		/*border: 1px solid #00FF82;*/
	}

}




.accordion-bg {
  background-color: #f8f9fa; 
  /*padding-bottom: 20px;*/
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 3rem 2rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

/*
style="font-size: 16px; line-height: 20px; font-weight: 700; font-family: Helvetica, Arial, sans-serif;"
*/


@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button.collapsed, .accordion-button {
  border-bottom-width: 0;
  font-size: 16px;
  line-height: 20px; 
  font-weight: 700;
  font-family: 'Montserrat', "Helvetica", Arial, sans-serif;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #58d1b3;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
  margin-top: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item h2 {
  font-size: 20px;
  color: #E2171A;
}

.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px;
}

.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-body p {
	padding-bottom: 10px;
}
.accordion-body li {
	padding-bottom: 5px;
}
.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}














