/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    /*width: 85%;*/
 }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    /*width: 80%;*/
  }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.4;
  font-weight: 400;
 /* font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  color: #6D6D6D; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }
h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}

p {
  margin-top: 0; 
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB;
  position: relative; }
a:hover {
  /*color: #0FA0CE;*/
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 1.6rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/*Custom styling*/

.img-responsive{
  width: 100%;
  max-width: 100%;
}

body{
  font-family: 'Lato', sans-serif;
  background: #FFF;
  /*overflow-y: scroll;*/
  /*text-align:justify;*/
}

p{
/*   text-align: justify; */
}

a{
  color: inherit;
  text-decoration: none;
}

.header{
  
  position: relative;
  z-index: 1001;

  position: fixed;
  top: 0;
  left: 0;
  width: 100%;

  /*padding-top: 15px;*/

  /*background: #FFF;*/

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  
}

.header.nobg{
  background: none !important;
}

.header.hide{
  
  top: -100px;
}

.header .container{

  display: flex;
  display: -ms-grid;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;

  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  
}

.header-bg{
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 99;
  background: #FFF;

   -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}

.header-bg.hide{
  top: -100px;
}

.logo-img{
  width: 120px;
  /*margin-left: -130px;*/
}

.logo{
  display: inline-block;
  z-index: 100;
  position: relative;
}

.logo a{
  display: block;
  line-height: 0;
}

.main-nav{
    
    position: fixed;
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    background: #FFF;
    z-index: 10;
    
    box-sizing: border-box;
    
    overflow:hidden;
    
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.main-nav.open{
  height: 100%;
}

.main-nav ul.nav-left{
   padding-top: 150px;
}

.main-nav ul.nav-right{

}

.main-nav ul{
  margin-left: 30px;
  margin-bottom: 0;
}

.main-nav ul li{
  margin-bottom: 15px;
  list-style: none;
}


.main-nav ul li a{
  font-size: 3.5rem;
}

.main-nav ul li a:hover{
  color: inherit;
}

.main-nav ul li a{
  color: #1b4074;
}


.full-screen-cover{
  width: 100%;
  height: 100%;
  min-height: 550px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  background-color: #181D3D;
  background: #181D3D url('../img/home/banner1-4.jpg') no-repeat;
  background-size: cover;
  background-position: bottom;
  
}

.full-screen-cover .container{
  /*padding: 0;*/
}


.mob-menu{
 /*  position: fixed;
 top:40px;
 right: 20px; */
 position: relative;
  z-index: 100;
}

/* Burger Menu*/
.menu-icon{
 /* height: 40px;
  width: 50px;*/
  position: relative;
  margin:auto;
  padding-top: 0px;
  /*border:5px solid transparent;*/
 
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  overflow: hidden;

  float: right;
}

.menu-icon:after{

}


.menu-icon.dark .bar{

  background-color: #000;
}


.bar{

  height: 2px;
  width: 22px;
  display: block;
  margin: 5px auto;
  position: relative;
  background-color: #FFF;
  border-radius: 10px;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-icon.open .bar:nth-child(1) {
  transform: translateY(4px) rotate(45deg);
}


.menu-icon.open .bar:nth-child(3){
  opacity: 0;
}


.menu-icon.open .bar:nth-child(2){
  transform: translateY(-4px) rotate(-45deg);
}

.menu-icon.open:after{ 

 /* -webkit-animation: circle-creation 1s forwards;
  -moz-animation:    circle-creation 1s forwards; 
  -o-animation:      circle-creation 1s forwards; 
  animation:         circle-creation 1s forwards; */
}
/* end Burger Menu*/


.cover-text-wrap{
  width: 100%;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  color: #FFF;
}

.c-t-wrap{
  max-width: 400px;
}

.cover-s-text{
  margin-top: 20px;
  margin-bottom: 20px;
}

.cover-b-text{
  font-weight: 400;
  line-height: 4.5rem;
  font-size: 4rem;
  margin-left: -3px;
}

.cover-cta{
  width: 100%;
  position: absolute;
  bottom: 50px;
}

.cta-button{
  display: inline-block;
  padding: 10px 18px;
  border-radius: 30px;
  background: #FFFFFF; 
  color: #111;

  -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.cta-button:hover{
  background: #E6E6E6;
}

.cta-button img,.cta-button span{
  display: inline-block;
  float: left;
}
.cta-button span{
  padding-top: 4px;
  margin-left: 10px;
}

.page-section{
  padding: 80px 0;
  overflow:hidden;
}

.page-section.no-pad{
  padding-top: 0;
}

/*.page-section:before{
  content: " ";
  display: table;
}

.page-section:after, .page-section:before{
  content: " ";
  display: table;
  clear: both;
  
}*/

.page-section:last-child{
  /*margin-bottom: 0px;*/
}

.cover-filler{
  height: 100vh;
  min-height: 550px;
  position: relative;
  top: 0;
}

.cover-filler:after{
  clear: both;
  display: table;
  content: '';
}
  
.page-wrap{
  /* position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto; */
}

.ps-title{
  text-align: center;
}

.pst-main{
  font-size: 3rem;
  font-weight: 300;
   /*color: #656565; */
  margin-bottom: 10px;
  max-width: 500px;
  margin:0 auto;
}

.pst-sub{
  color: #8EB8D0;
  max-width: 550px;
  margin: 0 auto;
  padding-top: 10px;
}

.portfolio-list{
  /*padding: 150px 0 0 0;*/
}

.pt-img-wrap{
  position: relative;
  margin-bottom: 20px;
}

.pt-img-wrap img{
  position: relative;
  z-index: 10;
}

.pt-img-bg{
  position: absolute;
  width: 100%; 
  height: 100%;
  background: #3D5372;
  top:-50px;
  left: -110px;
  z-index: 0;
}

.pt-title{
  font-size: 2.6rem;
  font-weight: 300;
  max-width: 350px;
  padding-bottom: 20px;
}

.pt-title.v2{
  color: #5B7EA5;
}

.pt-title-text{
  max-width: 350px;
  text-align: justify;
}

.pt-title-text ul{
  list-style: none;
}

.pt-tags-wrap{
  margin-top: 30px;
  margin-bottom: 30px;
}

.pt-tags-wrap:after{
  clear: both;
  display: block;
  content: "";
}

.pt-tag{
  float: left;
  margin-right: 50px;
}

.pt-tag:last-child{
  margin-right: 0;
}

.ptt-title{
  color: #8EB8D0;
  margin-bottom: 5px;
}

.site-button-reg{
  display: inline-block;
  padding: 10px 18px;
  border-radius: 30px;
  background: #8EB8D0;
  color: #FFF;
  border: 1px solid #BFDAEA;
  font-size: 1.2rem;
  font-weight: 700;

  -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;

}

.site-button-reg:hover{
  background: #73a6c3;
}

.site-button-reg.big{
  padding: 15px 25px;
}

.p-thumb-wrap{
  margin-bottom: 150px;
}

.p-thumb-wrap:last-child{
  margin-bottom: 0;
}

.p-thumb-wrap.v2{
  margin-bottom: 100px;
 
}

.p-thumb-wrap.v2:last-child{
  margin-bottom: 0;
}

.alt-row{

}

.alt-row .pt-text-wrap-inner{
  padding-left: 0px;
}


.alt-row .pt-img-bg{
  background: #DFAB5F;
  top:-50px;
  right: auto; 
  left: -110px;
  z-index: 0;
}


.alt-row .pt-img-wrap{
  /*float: right;*/
}

.alt-row .pt-text-wrap{
  /*float: left;*/
}

.service-offering-grid{
  margin:50px 0;
}

.sog-inner{
  padding: 30px;
  text-align: center;
}

.sog-row{
  clear: both;
}

.sog-col{
  border:1px solid #BFDAEA;
}

.footer-nl,.footer{
  background: #4A6D92;
  color: #FFF;
}

.footer-nl .pst-main{
  font-weight: 300;
}

.footer-nl .pst-sub .input-submit{
  background: #58859F;
  margin:0 auto;
  max-width: 350px;
  width: 100%;
}


.footer-nl .pst-sub .input-text input{
  width: 100%;
}

.footer-nl .pst-sub .input-text input[type="text"]{
  width: 100%;
  padding: 0 20px;
  border: none;
  background: none;
  height: 50px;
  margin:0;
  text-align: center;
}

.footer-nl .pst-sub .input-text input[type="button"]{
  width: 100%;
  padding: 0;
  border: none;
  color: #FFF;
   height: 50px;
  margin:0;
  opacity: 0.8;

  background: #4D768E;
}

.footer-nl .pst-sub .input-text input[type="button"]:hover{
  opacity: 1;
}

.footer-nl .pst-sub .input-text input[type="text"]{
  color: #FFFFFF;
}


.footer-nl .pst-sub .input-text input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
   color: #8EB8D0;
    opacity: 1; /* Firefox */
}

.footer-nl .pst-sub .input-text input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #8EB8D0;
}

.footer-nl .pst-sub .input-text input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #8EB8D0;
}

.footer-nl form{
  margin-bottom: 0;
}

.ft-title{
  font-size: 3rem;
  font-weight: 300;
   /*color: #656565; */
  margin-bottom: 40px;
  text-align: left;
}

.ft-links ul{
  margin: 0;
  padding: 0;
}

.ft-links ul li{
  float: left;
  list-style: none;
  margin-right: 20px;
}

.ft-links ul li a{
  color: #FFFFFF;
}

.ft-contact-row{
  margin-bottom: 20px;
}

.ft-contact-row:last-child{
  margin-bottom: 0px;
}


.ft-ct-title{
   font-weight: 300;
  margin-bottom: 5px;
}

.ft-brandname{
  font-weight: 400;
  /*font-size: 2rem;*/

}

.ft-brandname-tagline{
  font-size: 1.5rem;
}

.ft-ct-text{
  /*color: #222222;*/
}

.ft-ct-text a{
  display: inline-block;
  padding-right: 5px;
}


.ft-contact-wrap{
  /*padding-top: 10px;*/
}

.page-section.footer-nl{
  padding-top: 80px;
  padding-bottom: 0;
  display: none;
}

.ft-contact-wrap{
  margin-top: 80px;
}

.ft-links-wrap{
  max-width: 400px;
}

.page-section.footer{
  padding: 100px 0;
  /*margin-top:50px;*/
  margin-bottom: 0;
}

.page-main-body{
  padding-top:30px;
}

.page-header{
  /*background: #7194b9;*/
  background: #181D3D;
  padding:150px 30px 150px 30px;
}

.page-header-normal{
  padding:150px 30px 50px 30px;
}

.page-header-normal .container{
  
}

.ih-title-holder{
  max-width: 550px;
  font-weight: 300;
  margin:0 auto;
  text-align: center;
  font-size: 2rem;
  color: #FFFFFF;
}

.ph-title-holder{
  font-weight: 300;
  font-size: 2rem;
  text-align: center;
}

.inner-page-body-2{
  margin-top: -150px;
}

.paperbg-wrap{
  background: #FFFFFF;
  box-shadow: 0 0px 30px rgba(0,0,0,0.2);
  padding: 50px;
  max-width: 450px;
  margin: 0 auto;
  color: #5A5A5A;
  position: relative;
  
}

.paper-flip{
  position: absolute;
  bottom:-5px;
  right: 0;
}

.paper-title{
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 50px;
}

.paper-body{
  font-size: 2rem;
  text-align: justify;
}

.iconwithtext{
  padding: 0 30px;
  /*margin-bottom: 50px;*/
}

.four.columns.iwtblock{
  display: inline-block !important;
  margin-left:0 !important;
  float: none !important;
  vertical-align: top !important;
  margin-bottom: 50px;
}

.four.columns.iwtblock:last-child{
  margin-bottom: 0;
}

.features-group.v2 .four.columns.iwtblock:last-child{
    margin-bottom: 0;
}

.iconwithtext:last-child .iwt-text{
  margin-bottom: 0;
}

.iconwithtext.center{
  text-align: center;
}

.iwt-icon{
  margin-bottom: 10px;
}

.iwt-title{
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 10px;
  color: #4A6D92;
}


.features-group.v2 .iwt-title{
  font-size: 1.7rem;
  font-weight: 400;
}

.features-group.v2 .iwt-icon img{
  max-width: 80px;
}

.iwt-text{
  margin-bottom: 10px;
  text-align: center;
}

.features-group{
  padding-top: 50px;
}

.features-group.v2{
  padding-top: 0px;
}

.team-member-wrap{
  margin:50px 0;
  background: #e9f6fd;
  position: relative;
}

.team-member-wrap:last-child{
  margin-bottom: 0;
}

.tm-profilepic{
  padding: 30px;
  padding-bottom: 0;
}

.tm-inner{
  padding: 30px;
}

.tm-name{
  font-size: 2.4rem;
}

.tm-title{
  font-size: 2.4rem;
  font-weight: 300;
}

.tm-social{
  padding-top: 20px
}

.tm-desc{
  padding-top: 20px;
	text-align: justify;
}

.tm-work-exp{
  padding-top: 30px;
}

.tm-we-headline{
  font-size: 2.4rem;
  font-weight: 300;
}

.tm-we-group{
  padding:20px 0 10px 0;
}

.tm-we-title{
  font-size: 2.2rem;
  font-weight: 300;
  padding-top: 10px;
}

.tm-we-comp{

}

.tm-we-date{

}

.ab-member-wrap{
  padding: 50px 30px 0 30px;
}

.ab-title{
  padding: 10px 0;
}

.ab-name{
  /*font-weight: bold;*/
  font-size: 2rem;
  padding-bottom: 5px;
}

.ab-desc{
  padding: 10px 0;
}

.ab-desc-hl{
  font-size: 1.6rem;
  font-weight: 700;
  padding-bottom: 20px;
}


input[type="email"].inp-txt, input[type="text"].inp-txt, textarea.inp-txtarea{
  background: none;
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid #CCC;
  resize: none;
  padding: 0;
  border-radius: 0;
}

textarea.inp-txtarea{
  min-height: 100px;
}

.btn-submit{
  text-decoration: none;
  color: #333;
  font-weight: bold;
}

.btn-submit:hover{
  color: #000;
}


.map-wrapper{
  position:relative;
  height: 300px;
  margin-bottom: 50px;
  background: #CCC;
}

.map-canvas{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ccc;
}

.map-wrapper-v2{
  position:relative;
  height: 250px;
  margin-bottom: 50px;
}

.map-canvas-v2{
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ccc;
}

.page-section.contact-wrap{
  padding-top: 130px;
}

.page-section.inner-pb-top{
  padding-top: 130px; 
  padding-bottom: 0px;
}

.form-title{
  margin: 60px 0 20px 0;
  clear: both;
}

.form-title-text{
  font-size: 1.8rem;
  margin-bottom: 30px;
}

.address-title-text{

  margin-bottom: 30px;
}

.contact-details{
  clear: both;
}

.contact-details:after{
  clear: both;
  content: '';
  display: table;
}

.cd-contact{
  padding-top: 40px;
}

.cd-c-title{
  font-weight: bold;
}

.input-block{
  margin:20px 0;
}

.input-block:last-child{
  margin-bottom: 0;
}

.input-block:after{
  content: "";
  display: table;
  clear: both;
}

.ib-inner{
  margin-bottom: 20px;
}

.ib-inner:last-child{
  margin-bottom: 0;
}

.cd-tel{
  /*margin-bottom: 20px;*/
}

.inner-page-banner{

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.inner-page-banner img{
  display: block;
}

.inner-page-banner.v2{
  min-height: 50px;
  margin-bottom: 50px;
}
.inner-page-banner.v2 img{
  display: block;
}

.case-title{
  font-size: 2.6rem;
  padding-bottom: 30px;
  font-weight: 300;
}

.ct-inner{
  line-height: 120%;
}

.pd-pname{
  color: #FFFFFF;
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

.inner-page-body{
  padding-bottom:80px;
}

.case-highlight{
  padding: 30px;
  background: #E4F5FF;
  overflow:hidden;
}

.case-filler-col{
  display: none;
}

.case-desc p:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
}

.case-hl-block{
  text-align: center;
  margin-bottom: 30px;
}

.case-hl-block:last-child{
  margin-bottom: 0px;
}

.ch-title{
  font-weight: bold;
}

.c-group{
  padding-bottom: 35px;
  clear: both;
}

.pd-title-inner{
  padding: 50px 50px;
  background: #96BFD7;
  color: #FFF;
  text-align: center;
}

.pd-supporting-text{
  padding-bottom: 20px;
  max-width: 500px;
  margin:0 auto;
  text-align: center;
}

.pd-supporting-text p{
  /*text-align: center;*/
}

.visit-website{
  text-align: center;
    margin: 20px 0;
}

.vcenter{
  float: none !important;
  margin:0 auto;
}

.portfolio-nav{
  padding: 20px 0;
  border-top: 1px solid #CCC;
  /*border-bottom: 1px solid #CCC;*/
  overflow: hidden;
}

.portfolio-nav:after{
  clear: both;
  display: table;
  content: '';
}

.pn-prev-cnt{
  float: left;
}
.pn-next-cnt{
  float: right;
}
.pn-label{
  color: #999999;
  font-size: 1.4rem;
}

.pn-title{
  font-size: 1.8rem;
}

.pn-title a:hover{
  color: #4A6D92
}

.map-link{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}

.ab-desc-text{
  text-align: justify;
}

 .cd-social{
/*    display:none !important; */
  }

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

/*For screen height max 500px, mostly phone landscape mode*/
@media (max-height:500px) {
  
}


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {
  
  .contact-form-wrapper.eight.columns{
    margin-left: 0;
    width: 69.3333333333%;
  }

  .form-container{
    padding-left: 50px;
  }

  .full-screen-cover{
    background-image: url('../img/home/banner1-5.jpg');
  }
  
  .case-filler-col{
    display: block;
  }

  .ib-inner{
    margin-bottom: 0;
  }

  .case-hl-block{
    margin-bottom: 0px;
  }

}

.pd-mission{
  padding: 50px 30px;
  text-align: center;
}

.pdm-stmt{
  padding: 0;
  font-size: 2rem;
  text-align: center;
}

.pdm-title{
  color: #96BFD7;
  margin-bottom: 20px;
}

/* Larger than tablet */
@media (min-width: 750px) {

  .header{
    padding-top: 30px;
  }

  .header.scroll{
    padding-top: 0px;
    background: #FFF;
  }
  
  .header .container{
    /*max-width: 900px*/
    padding-bottom: 20px;
  }
  
  .mob-menu{
    /*right: 40px;*/
  }
  
  .main-nav ul{
    margin-left: 30px;
  }

  .main-nav ul.nav-left{
    padding-top: 250px;
  }
  
  .pg-intro{
    padding: 220px 0 50px 0;
  }

  .si-inner{
    padding:120px 0;
  }

  .sog-col.six.columns {
    margin:0;
    width: 50%;
  }

  .sog-col{
    border-bottom: none;
  }

  .sog-row:last-child .sog-col{
    border-bottom: 1px solid #BFDAEA;
  }

  .sog-col:nth-child(2){
    border-left: none;
  }
  

  .footer-nl .pst-sub .input-text input[type="text"]{
    text-align: left;
  }

  .footer-nl .pst-sub .input-text input[type="button"]{
    background: none;
  }

  .ft-contact-wrap{
    margin-top: 10px;
  }
  
  .page-header{
    padding:200px 50px 200px 50px;
  }

  .inner-page-body-2{
    margin-top: -200px;
  }

  .paperbg-wrap{
    padding: 100px;
  }
  
  .four.columns.iwtblock{
    margin-bottom: 0px;
    width: 33%
  }

  .features-group.v2 .four.columns.iwtblock{
    margin-bottom: 50px;
  }
  
  .team-member-wrap{
    margin-top: 80px;
    margin-left: 100px;
  }


  .tm-profilepic{
    position: absolute;
    top: 50px;
    left: -100px;
  }

  .tm-inner{
    padding: 50px 50px 50px 0;
  }

  .tm-profilepic{
    padding: 0;
  }

  .ab-member-wrap{
    padding: 80px 30px 0 30px;
  }
    

  .page-header-normal{
    padding:200px 0px 50px 0px;
  }


  .c-t-wrap{
    max-width: 500px;
  }

  .cover-b-text{
    font-size: 5.2rem;
    line-height: 6.5rem;
    font-weight: 400;
    /*text-transform: uppercase;*/
  }

  .ih-title-holder{
    font-size: 2.4rem;
  }

  .ph-title-holder{
    font-size: 2.4rem;
    padding: 0 80px;
  }

  .page-section.no-pad{
    padding: 80px;
  }

  .page-section.contact-wrap{
    padding-top: 170px;
  }
  
  .page-section.inner-pb-top{
    padding-top: 170px; 
  }

  .form-title{
    margin: 80px 0 20px 0;
  }
  
  .cd-c-title{
    float: left;
    margin-right: 20px;
  }
  
  .cd-c-text{
    /*float: left;*/
    display: inline-block;
    padding: 0 5px;
  }
  
  .cd-social{
    text-align: right;
  }
  
  .contact-cnt{
    display: table;
    width: 100%;
  }

  .map-wrapper{
    display: table-cell;
    float: none;
    height: 100%;
  }
  
  .contact-form-wrapper{
    display: table-cell;
    vertical-align: top;
    float: none;
  }

  .form-container{
    padding-left: 100px;
  }


  .case-title{
    font-size: 3.6rem;
  }

  .pd-title-inner{
    padding: 50px 150px;
  }
  

  .pd-mission{
    padding: 100px 50px;
  }

  .pdm-stmt{
    max-width: 500px;
    margin: 0 auto;
  }

  .pt-img-wrap{
    margin-bottom: 0;
  }
  
  .p-thumb-wrap{
    display: flex;
  }

  .p-thumb-wrap.v2{
    margin-bottom: 100px;
    display: flex;
    align-items: center;
  }

  .alt-row{
    flex-direction: row-reverse;
  }

  .alt-row .pt-img-wrap{
    margin-left: 4%;
  }

  .alt-row .pt-text-wrap{
    margin-left: 0%;
  }

  .alt-row .pt-img-bg{
    background: #DFAB5F;
    top:-50px;
    left: auto; 
    right: -110px;
    z-index: 0;
  }

}

/* Larger than desktop */
@media (min-width: 1000px) {
  
  .main-nav{
    display: inline-block;
    padding-left: 30px;

    position: relative;
    overflow: visible;
    width: auto;
    height: auto;
    left: auto;
    top: auto;
    background: none;
    padding-top: 0;
  }
  
  .mob-menu{
    display: none;
  }


  .header-textwhite .main-nav ul li a{
    color: #FFFFFF;
  }
  
  .main-nav ul li a{
    color: #6D6D6D;
  }


  .header.scroll .container{
    padding: 0px;
    padding-bottom: 20px;
  }
  
  .main-nav ul.nav-left{
    padding-top: 0;
    padding-left: 40px;
    float: left;
  }
  
  .main-nav ul.nav-right{
    float: right;
    /*width: 400px;*/
  }
  
  .main-nav ul{
    margin:0;
  }
  
  .main-nav ul li{
    display: inline-block;
    margin: 0 40px 0 0;
  }
  
  .main-nav ul.nav-right li{
    margin-left: 0
  }
  
  .main-nav ul li a{
    font-size: 1.5rem;
  }

  .main-nav ul li a:after,a.link-hover:after, .header-textwhite .main-nav ul li a:after, a.link-hover:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 1px; 
    background: #1b4074 !important;
    opacity: 0.8;
    position: absolute;
    right: 0;
    bottom: -2px;

    width: 0;
    
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  
  .main-nav ul li a:hover:after,.main-nav ul li a.active:after, a.link-hover:hover:after{
     width: 100%;
     right: auto;
     left: 0;
  }
    
  .full-screen-cover{
    /*background-position: top;    */
  }

  .cover-cta{
    bottom: 80px;
  }
  

  .pt-tags-wrap{
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .header.scroll .container{
    /*background: #FFFFFF;*/
  }
  
  .pt-text-wrap-inner{
    padding-left: 50px;
  }

  
  .main-nav ul li:last-child{
    margin: 0;
  }
  
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
  
  
  .header.scroll .container{
    padding: 0px 30px;
    padding-bottom: 20px;
  }
  
  
  .main-nav{
    padding-left: 0px;
  }
  
  .logo{
    /*margin-left: -30px;*/
  }
  
  .logo-img{
    /*margin-left: -130px;*/

    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  
  .logo-img.scroll{
    /*margin-left: -110px;*/
  }


}

@media (min-width: 1600px) {

  .header .container{
    max-width: 1200px;    
  }

  .container{
    max-width: 1200px;    
  }
  
  .cover-b-text{
    font-size: 6.2rem;
    line-height: 7.2rem;
  }

  .c-t-wrap{
    max-width: 650px;
  }

  .cover-s-text{
    font-size: 2rem;
  }

  
  .cta-button{
    font-size: 1.8rem;
  }

  .cta-button span{
    padding-top: 4px;
  }
  
}