/*!
 * Start Bootstrap - Grayscale v4.0.0-beta (http://startbootstrap.com/template-overviews/grayscale)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
 */
 @font-face {
    font-family: 'latoregular';
    src: url('lato-regular-webfont.woff2') format('woff2'),
         url('lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latolight';
    src: url('lato-light.woff2') format('woff2'),
         url('lato-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'playfair_displayregular';
    src: url('playfairdisplay-regular-webfont.woff2') format('woff2'),
         url('playfairdisplay-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'latobold';
    src: url('lato-bold.woff2') format('woff2'),
         url('lato-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
  font-family: 'latolight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight:lighter;
  position: relative;
  width: 100%;
  height: 100%;
  color: #262626;
  background-color: white; }

html {
  width: 100%;
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'playfair_displayregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  /* font-weight: 700; */
  margin: 0 0 35px;
  /* letter-spacing: 1px; */
  text-transform: uppercase; }

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px; }
  @media (min-width: 768px) {
    p {
      font-size: 18px;
      line-height: 1.6;
      margin: 0 0 21px; } }

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #3e559c; }
  a:focus, a:hover {
    text-decoration: none;
    color: #0d9d99; }

#mainNav {
  font-family: 'latoregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #ffffff;
  font-size: 12px; }
  #mainNav .navbar-toggler {
    font-size: 14px;
    padding: 11px;
    color: #0d9d99;
    border: 1px solid #3e559c; }
  #mainNav .navbar-brand {
    font-weight: 700; }
  #mainNav a {
    color: #3e559c; font-size: 12px;}
  #mainNav .navbar-nav .nav-item {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
    #mainNav .navbar-nav .nav-item:hover {
      color: fade(white, 80%);
      outline: none;
      background-color: transparent; }
    #mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
      outline: none;
      background-color: transparent; }
	  #mainNav .nav-link img {
	   padding-right:.6rem;}
  @media (min-width: 992px) {
    #mainNav {
      /* padding-top: 20px;
      padding-bottom: 20px; */
      -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
      letter-spacing: 1px;
      border-bottom: none;
      background: transparent; }
      #mainNav.navbar-shrink {
        padding-top: 1px;
        padding-bottom: 1px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        background: #ffffff; }
      #mainNav .nav-link.active {
        outline: none;
        background-color: rgba(255, 255, 255, 0.3); }
        #mainNav .nav-link.active:hover {
          color: white; }
		  #mainNav .nav-link img {
           padding-right:.6rem; 
		   margin-top:-6px;}
		  #mainNav .navbar-brand {
            min-width: 145px; }
		  #mainNav.navbar-shrink .navbar-brand {
            min-width: 90px;max-width: 115px;padding:3px 0; }
			#mainNav.navbar-shrink .navbar-brand img{
            content:url("../img/logo-shrink.png"); }}

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: center;
  color: white;
  background: #ffffff url("../img/intro-bg.jpg") no-repeat top center scroll;
  background-color: #ffffff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .masthead .intro-body {
    display: table-cell;
	color:#262626;
    vertical-align: middle; }
    .masthead .intro-body .brand-heading {
      font-size: 12px;
	  font-family: 'latoregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	  text-transform:uppercase;}
    .masthead .intro-body .intro-text {
      font-size: 18px;
	  line-height:1.2;
	  font-family: 'playfair_displayregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;}
  @media (min-width: 768px) {
    .masthead {
      height: 100%;
      padding: 0;}
      .masthead .intro-body .brand-heading {
        font-size: 14px; }
      .masthead .intro-body .intro-text {
        font-size: 35px; } }
  @media (max-width: 768px) {
    .masthead {
	  height:100%;}}

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 38px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent; }
  .btn-circle:focus, .btn-circle:hover {
    color: white;
    outline: none;
    background: rgba(255, 255, 255, 0.1); }
.masthead-arrow {
    position: absolute;
    bottom: 6px;
    left: 50%;
	background: url('../img/mouse.png') no-repeat center top;
    width: 30px;
    height: 54px;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.masthead-arrow > a {
    display: inline-block;
	width: 18px;
    height: 45px;
	background: url('../img/mouse-down.png') no-repeat center bottom;
    text-decoration: none;
    outline-style: none;
    -webkit-animation: arrowdown 1.7s ease-in-out infinite;
    animation: arrowdown 1.7s ease-in-out infinite;
}
@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px); }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px); } }
.content-section {
  padding-top: 150px;
  padding-bottom: 150px; }
  .subhead{
	font-family: 'latoregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:14px;
	margin-bottom:18px;
  }
  .section-head{
	font-family: 'playfair_displayregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size:30px;	
	font-weight:normal;
	margin-bottom:18px;
  }
  .section-text {
    font-size: 18px;
    line-height:1.2;
    font-family: 'playfair_displayregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;}
	@media (min-width: 768px) {
    .masthead {
      height: 100%;
      padding: 0; }
      .section-head {
        font-size: 50px; }
      .section-text {
        font-size: 35px; } }
.download-section {
  color: white;
  background: url("../img/downloads-bg.jpg") no-repeat center center scroll;
  min-height: 500px; 
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.services-section {
  color: white;
  padding-bottom:6rem;
  padding-top:6rem;
  background: url("../img/section-bg.jpg") no-repeat center center scroll;
  background-color: grey;  
  min-height: 500px; 
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .services-inner{
	background: rgba(17, 21, 66, 0.75);
	color:#ffffff;}
	.services-inner p{
	  line-height:1.29rem;
	  font-size:18px;
	  font-family: 'playfair_displayregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	  font-weight:lighter;
	  margin:0 0 .5rem;}
.expertise-section, .idea-section, .about-section, .map-section {
  padding-bottom:3rem;
  padding-top:3rem;}
#map {
  width: 100%;
  height: 300px; }

@media (min-width: 992px) {
  .content-section {
    padding-top: 160px;
    padding-bottom: 160px; }
	.services-section {
	  padding-bottom:100px;
	  padding-top:100px;}
	.expertise-section, .idea-section {
	  padding-bottom:3rem;
	  padding-top:4rem;}
	.about-section{  
	  padding-bottom:6rem;
	  padding-top:6rem;}
	  .map-section {
		padding-bottom:4rem;
		padding-top:5rem;}
  #map {
    height: 350px; } }

.btn {
  font-family: 'playfair_displayregular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0; }

.btn-default {
  color: #42DCA3;
  border: 1px solid #42DCA3;
  background-color: transparent; }
  .btn-default:focus, .btn-default:hover {
    color: black;
    border: 1px solid #42DCA3;
    outline: none;
    background-color: #42DCA3; }

ul.banner-social-buttons {
  margin-top: 1.5rem; }
  ul.banner-social-buttons li {
   padding: 0 1rem;}
  @media (max-width: 1199px) {
    ul.banner-social-buttons {
      margin-top: 15px; } 
	  ul.banner-social-buttons li {
        padding: 0 .6rem;}}
  @media (max-width: 767px) {
    ul.banner-social-buttons li {
      /* display: block; */
      margin-bottom: 20px;
      padding: .6rem; }
      ul.banner-social-buttons li:last-child {
        margin-bottom: 0; } }
ul.banner-expertise-buttons {
  margin-bottom: 0;
  margin-top: 0; }
  ul.banner-expertise-buttons li {
    /* padding-right: 3rem; */ }
	ul.banner-expertise-buttons li:not(:last-child) {
      padding-right: 3rem; }
  @media (max-width: 1199px) {
    ul.banner-expertise-buttons {
      margin-top: 15px; } }
  @media (max-width: 767px) {
    ul.banner-expertise-buttons li {
      display: block;
      margin-bottom: 20px;
      padding: 0; }
	ul.banner-expertise-buttons li:not(:last-child) {
	  padding-right: 0;}
      ul.banner-expertise-buttons li:last-child {
        margin-bottom: 0; } }

footer {
  padding: 50px 0; 
  color:#636363;
  font-size: 16px;
  background:#1a1a1a;}
  footer p {
    font-size: 14px;
    margin: 0;
	line-height:1.5rem;}
	footer p a{
    color:#636363;}
  .copy-right{
    margin-top:2rem;}
  .foot-line{
	 color:#343434;
	 background:#343434;}
  .col-address p{
	  padding-left:2rem;}
	p.con-address{
	  background: url("../img/icon-pointer.png") no-repeat left center;
	  min-height:1.4rem;}
	p.con-mail{
	  background: url("../img/icon-mail.png") no-repeat left center;
	  min-height:1.4rem;
	  padding:.1rem .1rem .1rem 2rem;
	  margin-top:1.5rem !important;
	  margin-bottom:1.5rem !important;}
	p.con-phone{
	  background: url("../img/icon-phone.png") no-repeat left center;
	  min-height:1.4rem;
	  padding:.1rem .1rem .1rem 2rem;
	  margin-bottom:1.5rem !important;}
	  footer .text-primary{color:#518ef8 !important;}
	.text-torq{color:#085c6d;}
	.text-blue{color:#0c4370;}
  @media (max-width: 767px) {
	.col-address {
	margin-top: 1.5rem; } }
  #map-img{
	text-decoration:none;
	border:0;
	outline:none;}

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none; }

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none; }

img::selection {
  background: transparent; }

img::-moz-selection {
  background: transparent; }

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.2); }
#mapModal .modal-content {
    background-color: #3e559c;
    border: 1px solid rgba(62,85,156,.2);
}
.modal-header {
    border-bottom: none;}
	#mapModal .modal-header{
		padding:0;}
	#mapModal .modal-body {
		padding:3px;}
	.modal-header h5{
		color: #3e559c;
		margin-bottom:0;}
	.modal-header .modelhead-arrow{
		position: absolute;
		top: 1rem;
		right: 0;
		width: 2rem;
		height: 2rem;
		/* background:#1ea09c;
		border-radius:1rem; */
		cursor: pointer;
		text-align:center;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		z-index:9999;}

    .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 0.5rem;
}