/*
///////////////////////////////////////////////////
GLOBAL
///////////////////////////////////////////////////
*/

body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body{
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.container {
  max-width: 1140px;
  width: 100%;
  padding: 0;
}

.section,section {
    padding-top: 100px;
    padding-bottom: 100px;
}


/*
///////////////////////////
Section Header Title
///////////////////////////
*/


.titleHeader h1 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-size: 2.625em;
    line-height: 1.0;
    letter-spacing: -0.4px;
    color: #484b4e;
    margin-top: 0;
    
}

.titleHeader p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 200;
    margin-bottom: 80px;
    font-size: 1.500em;
    color: #757c86;
    width: 75%;
}

/* 
///////////////////////////
Typography
///////////////////////////
*/

.caps {
    text-transform: uppercase;
}


.fa-phone,
.fa-envelope {
    margin-right: 1em;
}
/* 
///////////////////////////
Form Styling
///////////////////////////
*/

form {
    
}


input {
    color: grey;
    text-align: left;
    vertical-align: middle;
    font-weight: 200;
    padding: 8px 0;
    padding-left: 1em;
    height: 40px;
}

.input {
    
    border: 0.5px solid lightgrey;
    width: 100%;
    height: 40px;
}

.submit {
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 20px;
    background-color: white;
    border-radius: 3px;
    border: solid 1px #0063cf;
    font-size: 1em;
    letter-spacing: 0.9px;
    color: #0063cf;
    
}

.submit:hover {
    color: white;
    background-color: #0063cf;
}

/* 
///////////////////////////////////////////////////
NAV
///////////////////////////////////////////////////
*/
.navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    float: right;
}

.navbar-nav li {
    margin: 0 15px;
}

.navbar {
    background-color: rgba(223, 243, 252, 0.56);
    height: 64px;
    border: none;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    transition-duration: 0.5s;
}

.navbar.scrolling{
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.navbar-brand {
    padding-left: 20px;
    padding-top: 0px;
    
}


.navbar ul li {
    vertical-align: middle;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 0.875em;
}

.navbar-default .navbar-nav>li>a{
  color: #484b4e;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #0063cf;
}

.navbar .navBtn{
  margin: 0 10px;
}
.navbar ul .navBtn a {
    font-size: 14px;
    font-family: 'Open Sans-bold', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #0063cf;
    padding: 10px 30px;
    border-radius: 3px;
    border: solid 1px #0063cf;
}

.navbar ul .navBtn a:hover {
    background-color: #0063cf;
    border-radius: 3px;
    color: white;
}


.navbarColor {
    background-color: rgb(223, 243, 252);
}



/* 
///////////////////////////////////////////////////
HEADER
///////////////////////////////////////////////////
*/

header {
    
    margin-top: 4em;
    background-image:
    linear-gradient(
      rgba(223, 243, 252, 0.56), rgba(255, 255, 255, 0) 20% 
    );
    
}

.sectionHeader {
    padding-bottom: 0;
}


.headerImage {
    dispay: inline-block;
    margin-top: 70px;
    float: right;
}

.headerImage img{
  width: 369px;
  position: relative;
  right: 50px;
}
.buttonWrapper { margin-bottom: 70px; }

.phoneAppIcon {
    position: relative;
    top: 100px;
    right: 5px;
}


.headerP1 {
    letter-spacing: 1px;
    color: #757c86;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 14px;
    margin-top: 136px;
}

.headerP2 {
    font-size: 3em;
    color: #484b4e;
    letter-spacing: -0.4px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 26px;
}

.headerP3 {
    font-size: 1em;
    color: #757c86;
    letter-spacing: 0.5px;
    margin-bottom: 148px;
    
}

.headerInfo {
  width: 60%;
  float: left;
}

.headerInfoP2 {
    width: 100%;
    color: grey;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    font-size: 0.89em;
    padding-right: 0;
    padding-left: 0;
}

.headerInfoP2 a button {
    color: white;
    font-size: 1.250em;
    text-align: center;
    background-color: #0063cf;
    border-radius: 3px;
    padding: 10px 24px;
    border: none;
    height: 40px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    height: 50px;
}

.headerInfoP2 a button:hover { 
    background-color: #1e88e5;
}

.headerButtonIcon {
    margin-right: 1em;
}

#headerButtonEmail {
    font-size: 1.125em;
}

.headerInfoP3 {
    font-weight: 700;
    font-size: 0.875em;
    line-height: 20px;
    letter-spacing: 1px;
    color: #757c86;
    margin-bottom: 26px;
}

.headerButton {
    margin-right: 26px;
}

.headerContainer {
  position: relative;
}

.headerContact {
  position: absolute;
  bottom: 150px;
  margin-left: 0;
}

.headerContact > .headerP1 {
  margin: 0 0 20px 0;
  font-size: .8em;
  color: #5f656d;
}

.btn {
  color: #ffffff;
  background-color: #0063cf;
  border-radius: 3px;
  padding: 10px 25px;
  border: none;
  text-align: center;
  font-size: 1.125em;
  letter-spacing: 1px;
  font-weight: 600;
  min-height: 50px;
  min-width: 226px;
  display: inline-block;
}

.btn:hover {
  background-color: #1e88e5;
  text-decoration: none;
  color: #ffffff;
}

.btn:visited {
  color: #fff;
}

.btn > i {
  margin-right: 7px;
  position: relative;
  top: -1px;
}

/*
///////////////////////////
Header Newsletter Section
///////////////////////////
*/

.headerNewsletterContainer {
    border-bottom: 1px solid #eaecef;
    border-top: 1px solid #eaecef;
    background-color: white;
}

.headerNewsletter {
    text-align: center;
    float: none;
    width: 90%;
    margin: auto;
}


.headerNewsletter h3 {
    font-size: 1.750em;
    color: #484b4e;
    font-weight: 500;
    margin-bottom: 14px;
}

.formRowSubmit {
    margin-top: 1.7em;
}

.headerNewsletter form .input {
    height: 40px;
}

.headerNewsletter form #submit {
  height: 50px;
}
 

/* 
///////////////////////////////////////////////////
OUR CLIENTS
///////////////////////////////////////////////////
*/

.ClientsGlobal {
   /* padding-top: 330px;  UGLY FIX NEED TO SPEEK TO OZ RE THIS */
    background-color: #fafafa;;
   
}
.clientsList ul {
    list-style-type: none;
}

.clientItem {
    width: 31.55%;
    height: auto;
    margin-bottom: 30px;
    margin-right: 30px;
    border: 0.3px solid #fdfeff;;
    border-radius: 3px;
    background-color: #fdfeff;
    padding: 25px;
    border: none;
    float: left;
}

.clientItem:nth-child(3n+3){
  margin-right: 0;
}

.clientItem:hover {
    box-shadow: 2px 2px 6px 0px rgba(220,220,220,0.8);
}

.clientListHeader {
    margin-bottom: 1em;
}

.clientTitle {
    color: #484b4e;
    font-weight: 600;
    line-height: 0.7;
    font-size: 1.375em;
}

.clientTitle:hover {
    color: #0063cf;
}

.clientListHeaderRow1,
.clientListHeaderRow2 {
    display: inline-block;
    vertical-align: bottom;
}

.clientListHeaderRow1 {
    width: 87px;
    margin-right: 20px;
}

.clientListHeaderRow2 {
    width: 187px;
}

.clientListHeaderDetail {
    width: 100%;
}

.clientItem .clientLogo {
    display: inline-block;
}

.clientListHeader h4,
.clientListHeader p {
    width: 50%;
    display: inline-block; 
}

.clientListHeader p {
    width: 100%;
    font-size: 14px;
    letter-spacing: -0.2px;
    line-height: 1.1;
    color: #757c86;
}

.clientListDetailHeader {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.750em;
    letter-spacing: 1.1px;
    color: #484b4e;
    
}

.clientListDetailP {
    font-size: 0.875em;
    line-height: 1.5;
    color: #757c86;
    font-weight: 300;
    
}

.clientItem .noLogo {
    display: none;
}

.noLogoTitle {
    margin-left: 0;
    margin-bottom: 37px;
}
    
/* 
///////////////////////////////////////////////////
OUR SERVICE
///////////////////////////////////////////////////
*/

.serviceTable {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1em;
}



.serviceTitle {
    font-size: 1.2em;
    font-weight: 500;
    margin-bottom: 1em;
    font-size: 1.250em;
    color: #484b4e;
}

.service {
    width: 50%;
    padding: 44px 0;
    vertical-align: middle;
    height: 250px;
}

.serviceRight {
    padding-left: 64.5px;
}

.serviceLeft {
    padding-right: 64.5px;
}

.service p {
    font-size: 1em;
    line-height: 1.6;
    color: #757c86;
    font-weight: 300;
    margin: 0;
}


#crossV1 {
    border-left: solid 0.2px #dde3e8;
    border-bottom: solid 0.2px #dde3e8;
    padding-top: 0;
}

#crossV2 {
    border-left: solid 0.2px #dde3e8;
    padding-bottom: 0;
}

#crossV3 {
    border-bottom: solid 0.2px #dde3e8;
    padding-top: 0;
}

#crossH{
  overflow: hidden;
}

.learnBtn {
    text-transform: uppercase;
    padding: 25px 0;
    margin-top: 73px;
    line-height: 0;
}

/*
///////////////////////////////////////////////////
ABOUT US
///////////////////////////////////////////////////
*/

.aboutSection {
    padding-bottom: 0;
}

.aboutSection,
.aboutDetail{
    background-color:  #fafafa;
}

.aboutHeader p.hollowP{
  margin-bottom: 20px;
}
.aboutHeader p.last{
  width: 64%;
  margin-bottom: 84px;
}
    

.imageContainer {
    float: left;
}

.nameBold, .nameBold:hover, .nameBold:visited {
    font-weight: 500;
    color: #333;
    text-decoration: none;
}

.aboutDetailContent {
    width: 60%;
    padding-top: 28px;
    padding-left: 86px;
}

.aboutDetailP1 {
    font-weight: 400; 
    font-size: 1.6em;
    font-size: 1.750em;
    line-height: 1.5;
    color: #484b4e;
}

.aboutDetailP2 {
    width: 90%;
    font-weight: 300;
    line-height: 1.6;
    color: #757c86;
    font-size: 1em;
    margin-bottom: 41px;
    
}

.aboutDetailP3 {
    font-size: 0.85em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #484b4e;
    margin-bottom: 20px;
}

.socialButtons {
    padding: 0;
    overflow: hidden;
    width: 180px;
}

.socialButtons li {
    color: white;
    list-style-type: none;
    border-radius: 15px;
    height: 50px;
    width: 50px;
    float: left;
    
    font-size: 2.5em;
    margin-left: 15px;
    text-align: center;
    vertical-align: center;
    background-color: #c7cbcf;
    
}

.socialButtons li img,
.socialButtons #footerStack .fa-stack-overflow {
    position: relative;
    top: 10%;
    transform: translateY(-50%);
}

#footerTwitter > span > img {
  left: 1%;
  top: 5%;
}

#footerLinkedin > span > img {
  left: 0%;
  top: 8%;
}

.fa,
.fa-stack-overflow {
    font-size: 0.75em !important;
}

#footerTwitter {
    margin-left: 0;
}


#footerTwitter:hover {
    background-color: #55acee;
}

#footerLinkedin:hover {
    background-color: #0077b5;
}

#footerStack:hover {
    background-color: #fe7a15;
}

.hollowP {
    margin-bottom: 1em;
}

/* 
///////////////////////////////////////////////////
CONTACTS
///////////////////////////////////////////////////
*/  

#contact .formRow:last-child{
  margin-bottom: 0;
}
.sectionContact {
 background-image:
    linear-gradient(
        rgba(223, 243, 252, 0.56)  , rgba(255, 255, 255, 0) 15% 
    );
 
}

.formContainer {
    margin: 0 auto;
}

.formContainer .contactSelect{
  width: 100% !important;
}
.formContainer .contactSelect button{
  height: 40px;
  position: relative;
  top: 5px
}

.formContainer .last{
  margin-bottom: 60px;
}

.formWrapper {
    margin: 0 auto;
    width: 80%;
    padding-left: 4.5em;
}

.contactInput, 
.contactLabel {
    display:block;
    width: 100% !important;
}

.contactInput:focus {
  border-color:#ccc;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contactInput{
  border: solid 1px lightgrey;
}

.contactLabel {
    text-transform: uppercase;
    letter-spacing: 0.9px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
    
}

.formRow {
  margin-bottom: 2em;
}

.formRow textarea {
    width: 100%;
    padding: 10px;
}

.formBorder {
    border: 7px solid #e9e9e9;
    border-radius: 2px;
    background-color: #e9e9e9;
}

.redStar {
    color: red;
    font-size: 1em;
}

.btnWrapper {
    padding-right: 3em;
}

.sendBtn {
    font-size: 1.250em;
    letter-spacing: 1px;
    line-height: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding: 25px 0;
    text-align: center;
    background-clip: #0063cf;
}

.contactRequired:after {
   content: “*”;
}






/* 
///////////////////////////////////////////////////
FOOTER
///////////////////////////////////////////////////
*/

footer {
    background-color: #f7f7f7;
    height: 87px;
    padding: 33px 0;
}

.footerLeft {
    float: left;
    font-weight: 300;
    color: #757c86;
}

.footerRight {
    float: right;
    text-transform: uppercase;
    display: inline-block;
}

.footerLeft .footerText {
    font-size: 0.938em;
    color: #757c86;
    font-weight: 300;
}

.footerRight .footerText {
    display: inline-block;
    font-size: 0.875em;
    line-height: 1.1;
    letter-spacing: 1.9px;
    color: #1c1d1f;
    opacity: 0.5;
    position: relative;
    top: 4px;
    margin-right: 27px;
}

.footerSocial {
    color: white;
    border-radius: 7px;
    height: 32px;
    width: 32px;
    margin-left: 0.1em;
    text-align: center;
    vertical-align: center;
    background-color: #c7cbcf;
    display: inline-block;
}

.footerSocialIcon {
    width: 60%;
     position: relative;
    top: 35%;
    transform: translateY(-50%);
}
/* 
Lame 
*/


/* 
///////////////////////////////////////////////////
MODALS
///////////////////////////////////////////////////
*/

/*
Newsletter Pop-up 
*/

.modalOuter {
    background-color: transparent;
    max-width: 750px;
    margin: auto;
}

.modal-body{
  padding-bottom: 55px;
}

.modalCloseBtn {
    position: relative;
    left: 100%;
}

.modalCloseBtn:hover {
    cursor: pointer;
}


.modal-header {
    text-align: center;
    padding-top: 5em;
    border-bottom: none;
    font-weight: 300;
}

.NewsletterModalHeaderIcon {
    margin: 0 auto;
    margin-bottom: 2em;   
}

.modalFormRow {
    width: 80%;
    margin: 0 auto;
}

.modalFormRow .formRow {
    width: 100%;
}

.modalFormRow .formRow .input {
    width: 100%;
}

.modalFormRow label {
    font-size: 0.825em;
}

.modalFormRow .sendBtn {
  width: 100%;
}

/* 
///////////////////////////////////////////////////
RESPONSIVE Browser Re-sizing
///////////////////////////////////////////////////
*/

/*
Global Responsive (Browser) 
*/


/*
Nav - Responsive (Browser)
*/

@media only screen and (max-width: 1190px) {
    .nav>li>a {
        padding: 10px 10px;
    }
}

@media only screen and (max-width: 1154px) {
    .nav>li>a {
        padding: 10px 0;
    }
}


@media only screen and (max-width: 1072px) {
    .nav>li>a {
        font-size: 1em;
    }
}

    
@media only screen and (max-width: 1192px) {
    .navbar-nav li {
        margin: 0 15px;
    }
}
    

/*
Header Responsive (Browser) 
*/


@media only screen and (max-width: 991px) {
    .headerInfoP2 { margin-top: 300px; }
    .headerImage { margin-bottom: 40px; }
    .buttonWrapper { margin-bottom: 60px; }
}


/* 
    Header Newsletter Response (Browser) 
*/



@media only screen and (max-width: 955px) { 
        .newsletterFormWrapper {
            width: 100%;
        }
}

/* Tablet  Global*/
@media only screen and (max-width: 1074px) {
    .container{
      padding-left: 10px;
      padding-right: 10px;
    }
    .col-sm-2, .col-sm-5{
      padding-left: 10px;
      padding-right: 10px;
    }
}

/* Tablet  Header*/
@media only screen and (max-width: 1074px) {
    .nav>li {
        display: none;
    }
    .nav>.navBtn {
      display: inline-block;
    }
    .nav>li>a {
        padding: 10px 15px;
    }

    .headerP1{
      margin-top: 106px;
      font-size: 14px;
    }

    .headerP2{
      font-size: 34px;
      line-height: 1.2;
    }
    .headerP3{
      font-size: 12px;
      margin-bottom: 105px;
    }

    .headerInfo{
      width: 60%;
    }

    .headerImage{
      width: 40%;
      text-align: right;
      margin-top: 80px;
    }
    .headerImage img{
      width: 270px;
      right: 0;
    }

    .headerInfoP2 a button, #headerButtonEmail{
      font-size: 14px;
    }
    .headerInfoP2 button:last-child{
      margin-right: 0;
    }

    .headerInfoP2{
      margin-bottom: 0;
      margin-top: 0;
    }
    .headerInfoP3{
      margin-top: 0;
      margin-bottom: 15px;
    }

    .headerInfoP2 a button{
      padding: 12px 15px;
      height: auto;
    }

    .buttonWrapper{ margin: 0; }
    .headerImage{margin-bottom: 0;}
}

/* Tablet Newsletter*/
@media only screen and (max-width: 1074px) {
  .formRowSubmit{
    width: auto;
  }
  .newsletterFormWrapper .formRow{ margin-bottom: 0; }
  .headerNewsletter{ width: 100%; }
  .headerNewsletterContainer{ 
    padding-top: 50px; 
    padding-bottom: 50px;
  }
  .headerNewsletter h3{ 
    font-size: 20px; 
    margin-top: 0;
    margin-bottom: 30px;
  }
  .contactLabel{ font-size: 12px; }

  .formRow input, .formRowSubmit{
    font-size: 14px;
  }

}

/* Tablet Clients*/
@media only screen and (max-width: 1074px) {
  .ClientsGlobal{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .titleHeader h1{
    font-size: 36px;
    margin-bottom: 25px;
  }

  .titleHeader p{
    font-size: 20px;
    margin: 0px 0px 50px 0px;
    width: 100%;
  }

  .clientItem, .clientItem:nth-child(3n+3) {
    width: 48.5%;
    margin-right: 3%;
  }
  .clientItem:nth-child(2n+2){
    margin-right: 0;
  }
  .clientListHeaderRow1 {
      width: auto;
      margin-right: 0px;
  }
  
  .clientListHeaderRow2 {
      vertical-align: top;
      margin-left: 0;
  }
  
  .clientLogo {
      height: 71px;
      width: 71px;
      vertical-align: baseline;
  }
  
  .clientTitle {
      font-size: 1.125em;
      line-height: 16px;
      margin-bottom: 5px;
      margin-top: 5px;
  }
  
  .clientListHeader {
      margin-bottom: 1.2em;
  }
  
  .clientListHeaderDetail {
      font-size: 	0.750em;
      font-weight: 300;
      line-height: 16px;
      margin-bottom: 3px;
  }
  
  .clientListDetail {
      padding-left: 0;
  }
  
  .noLogoTitle {
      margin-left: 0;
  }
  .noLogoTitle .clientListHeaderRow2{
      margin-left: 0;
  }
}

/* Tablet Our Service*/
@media only screen and (max-width: 1074px) {
  .titleHeader p{
    margin: 0px auto 50px auto;
    width: 80%;
  }

  .serviceSection{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .serviceTitle{ font-size: 18px; }

  .service p { font-size: 14px; }
  .service{ padding: 40px 0; }
  .serviceLeft { padding-right: 24.5px }
  .serviceRight { padding-left: 24.5px }
  .learnBtn{ margin-top: 40px }
}


@media only screen and (max-width: 830px) { 
        .newsletterFormWrapper {
            padding-left: 0;
            padding-right: 0;
        }
}

@media only screen and (max-width: 799px) { 
        .newsletterFormWrapper {
            width: 100%;
        }
}

@media only screen and (max-width: 880px) { 
        .mobileFormRow {
            width: 90%;
            padding-left: 4em;
        }
}

/*
Our Clients Responsive (Browser) {
*/


@media only screen and (max-width: 1209px) { 

    .clientListHeaderRow2 {
        margin-left: 1.4em;
        width: 50%;
    }
}

@media only screen and (max-width: 1058px) {
    .clientContainer {
        width: 100%;
    }
    
    .clientListHeaderRow2 {
        margin-left: 0.9em;
        width: 66.66%;
    }

    .clientListHeader p{
      font-size: 12px;
    }
}
    
/*
Our Services Responsive (Browser) {
*/  

    
@media only screen and (max-width: 969px) {
    .service {
        width: 100%;
        height: auto;
        padding: 40px 0 !important;
    }
    
    .serviceLeft {
        padding-right: 2em;
    }
    
    .serviceRight {
        padding-left: 2em;
    }
    
    #crossV2, 
    #crossV3,
    #crossV1 {
        border-left: none;
        border-bottom: none;
}
    #crossV1 {
        border-bottom:  solid 0.2px #dde3e8;
     }
     
    #crossV3 {
        border-bottom:  solid 0.2px #dde3e8;
     }
    
    #crossV2 {
        border-top: solid 0.2px #dde3e8; 
    }
}

/*
About Us Responsive (Browser) 
*/
    
@media only screen and (max-width: 1199px) { 
    
    .aboutDetail .aboutDetailContent {
        width: 60%;
        padding-left: 1em;
    }
}

@media only screen and (max-width: 1025px) { 
    .aboutDetail .aboutDetailContent {
        width: 60%;
        padding-left: 0;
    }
}

@media only screen and (max-width: 1024px) { 
    .aboutDetail .aboutDetailContent {
        width: 50%;
        padding-left: 1em;
    }
}

/*
Contact Form Responsive (Browser) 
*/
    
/*
Footer Responsive (Browser/iPad) 
*/

@media only screen and (max-width: 769px) {
    footer {
        padding-top: 3em;
        height: auto;
    }
    
    .footerLeft,
    .footerRight {
        margin-top: 2em;
        display: block;
    }
    
    .footerRight .footerText {
        font-size: 1em ;
    }
}

/* 
///////////////////////////////////////////////////
RESPONSIVE MOBILE
///////////////////////////////////////////////////
*/

/*
Global Responsive (Mobile) {
*/

@media only screen and (max-width: 768px) {
    
    .section, 
    section {
        padding-top: 0;
    }

    .container{
      padding-left: 10px;
      padding-right: 10px;
    }
}


/* 
Section Header (Mobile) 
*/

@media only screen and (max-width: 768px) {
    
    .titleHeader h1 {
        font-size: 2em;
        line-height: 42px;
        letter-spacing: 0.3px;
        margin-bottom: 0.6em;
    }
    
    .titleHeader p {
        width: 100%;
        font-size: 1.250em;
        line-height: 28px;
        margin-bottom: 50px;
    }
}



/*
Nav - Responsive (Mobile)
*/

@media only screen and (max-width: 768px) {
    
    .sectionHeader {
        margin-top: 0;
    }
    
    .navContainer {
        width: 100%;
    }
    
    .navbar-header {
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }
    
    .navbar-fixed-top {
        position: relative;       
    }
    
    .navbar {
        margin-bottom: 0;
        padding-top: 1.1em;
    }
    
    .navbar-brand {  
       text-align: center;
       float: none;
       padding: 0;   
    } 
    .navbar-brand .navLogo{  
      display: inline-block;
    }
    
    .navContainer {
        width: 45%;
        padding-right: 0;
        padding-left: 0;
    }
    
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
    
}


/*
Header Responsive (Mobile)
*/


@media only screen and (max-width: 768px) {

  .modalCloseBtn {
    position: absolute;
    top: 10px;
    left: auto;
    right: 10px;
    z-index: 1;
  }

  .headerContact {
    display: none;
  }

  .headerContactMobile {
    display: block !important;
    text-align: center;
    padding: 40px 10px;
  }

  .headerContactMobile .btn {
    width: 100%;
    padding: 12px 0;
  }

    #home{
      margin-top: 0;
    }
    
    .sectionHeader .col-md-12,
    .sectionHeader .col-md-10,
    .sectionHeader .col-sm-12 {
        padding-left: 0;
        padding-right: 0;
    }
    
    .headerP1 {
        font-size: 0.875em;
        margin-top: 31px;
    }
    
    .headerP2 {
        font-size: 1.625em;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    
    .headerP3 {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    
    .headerInfoP3 {
        display: none;
    }
    
    .headerButton {
        width: 100%;
        margin-bottom: 1em;
        margin-left: 0;
    }
    
    .headerNewsletter h3 {
        font-size: 1.25em;
        line-height: 26px;
        margin-bottom: 0.8em;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        
    }

    
/* EFFECTS MOBILE IMAGE SOURCED FROM JQUERY */
    
    .headerImage {
        margin: 0 auto;
        float: none;
        text-align: center;
        width: 100%;
    }
    
    .headerImage img {
        height: auto;
        width: auto;
        position: initial;
        max-width: 320px;
    }
    
    .headerInfoP2 {
        margin-top: 41px;
    }

        
}   

@media only screen and (max-width: 768px) {
    .headerInfo {
        width: 100%;
        float: none;
        margin: 0 auto;
        text-align: center;
        padding: 0;
    }
    
    .headerP1 {
        with: 100%;
    }
       
}

/*
Header Newsletter Form (Mobile)
*/

    
@media only screen and (max-width: 768px) { 
        .mobileFormRow {
            width: 100%;
            margin: 0 auto;
            padding-left: 0;
        }
}
    
@media only screen and (max-width:768px) {
    .headerNewsletterContainer{
      padding-top: 40px;
      padding-bottom: 40px;
    }
    
    .headerNewsletter {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        width: 100%;
    }

    .headerNewsletter .col-md-5,.headerNewsletter .col-md-2 {
      padding: 0;
    }
    
    .headerNewsletter form .input {
        width: 100%;
    }
    
    .formRow {
        width: 100%;
        margin-right: 0;
    }
    
    .headerNewsletter form #submit {
        margin-top: 1.5em;
        width: 100%;
    }
    
    .newsletterMobileWidth {
        padding-right: 0;
        padding-left: 0;
}

 /*
Our Clients (Mobile)
*/   

@media only screen and (max-width:768px) {
    
    .ClientsGlobal{
      padding-top: 47px;
      padding-bottom: 63px;
      padding-left: 10px;
      padding-right: 10px;
    }
    
    .ClientsGlobal .container {
        padding-left: 0;
        padding-right: 0;
    }
    
    .clientListUL {
        padding-left: 0;
        padding-right: 0;
    }
    
    .clientItem {
        margin: 0 auto;
        padding: 20px 20px 29px 20px;
        margin-bottom: 1em;
        float: none;
    }
    
    .clientListHeaderRow1 {
        width: auto;
        margin-right: 14px;
    }
    
    .clientListHeaderRow2 {
        vertical-align: top;
        margin-left: 0;
    }
    
    .clientLogo {
        height: 52px;
        width: 52px;
        vertical-align: baseline;
    }
    
    .clientTitle {
        font-size: 1.125em;
        line-height: 16px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    
    .clientListHeader {
        margin-bottom: 1.2em;
    }
    
    .clientListHeaderDetail {
        font-size: 	0.750em;
        font-weight: 300;
        line-height: 16px;
        margin-bottom: 3px;
    }
    
    .clientListDetail {
        padding-left: 0;
    }
    
    .noLogoTitle {
        margin-left: 0;
    }
    .noLogoTitle .clientListHeaderRow2{
        margin-left: 0;
    }
    .clientItem, .clientItem:nth-child(3n+3), .clientItem:nth-child(2n+2) {
      width: 100%;
      margin-right: 0;
    }
}


 /*
Our Services (Mobile)
*/   

 @media only screen and (max-width:969px) {
    
     .serviceSection {
         padding-top: 60px;
         padding-bottom: 60px;
         padding-left: 10px;
         padding-right: 10px;
     }
     
     #crossV2, 
     #crossV3,
     #crossV1 {
        border-left: none;
        border-bottom: none;
}
     #crossV1 {
        border-bottom:  solid 0.2px #dde3e8;
     }
     
     #crossV3 {
        border-bottom:  solid 0.2px #dde3e8;
     }
     
     .service p {
         width: 100%;
     }
     
     .serviceTable {
         padding-left: 0;
         padding-right: 0;
     }
     
     .serviceTable .service {
         width: 100%;
         margin: 0 auto;
         padding-bottom: 30px;
         padding-top: 30px !important;
     }

     .serviceTitle{
       margin-top: 0;
     }
     
     .serviceItem > .service {
          border-bottom:  solid 0.2px #dde3e8;
     }
     
     .serviceLeft {
        padding: 0;

    }
     
     .serviceRight {
         padding: 0;
     }
    
     .learnBtn {
         width: 100%;
         margin-top: 60px;
     }
     
   


 }

 /*
About (Mobile)
*/  

@media only screen and (max-width:822px) {
    
    .aboutSection {
        padding-top: 60px;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .aboutHeader .hollowP {
        line-height: 30px;
        margin-bottom: 1.5em;
    }

    .aboutHeader p, .aboutHeader p.last{
      width: 100%;
    }
    
    .aboutHeader p:nth-child(3) {
        font-size: 1em;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    
    .imageContainer {
        float: none;
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    
    .imageContainer img {
        margin: 0 auto;
        max-width: 320px;
        text-align: center;
    }
    
    .aboutDetail .aboutDetailContent {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-left: 0;
        padding-top: 2em;
        padding-right: 0;
    }
    
    .aboutDetailP1 {
        text-align: center;
        line-height: 1.8;
        font-size: 1.5em;
        margin-top: 0;
    }
    
    p.aboutDetailP2 {
        text-align: center;
        width: 99%;
        line-height: 1.6;
        font-size: 1em;
        margin-bottom: 40px;
        margin-right: 0;
        margin-left: 0;
    }
    
    .aboutDetailP3 {
      margin-bottom: 30px;
    }
    
    .socialButtons {
      margin-bottom: 0;
      margin: auto;
    }
}

 /*
Contact (Mobile)
*/   

@media only screen and (max-width:878px) {

    .sectionContact {
        padding-top: 60px;       
        padding-bottom: 40px;       
    }
    
    .sectionContact .titleHeader p {
        line-height: 1.5;   
    }
    
    
    .formWrapper {
        width: 100%;
        padding-left: 0;
    }
    
    .formRow{
      margin: 0;
    }
    
    .formContainer .formRow>div {
        padding-left: 0;
        padding-right: 0;
    }

    .formContainer .row>div {
        padding-left: 0;
        padding-right: 0;
    }

    .formContainer .last{
      margin-bottom: 35px;
    }

    .formContainer .sendBtn{
      margin: 0;
    }
    
    .formContainer .formBorder, .formContainer .contactSelect{
      margin-bottom: 20px;
    }
    
    .formContainer .contactInput {
        height: 40px;
        width: 100%;
        border: none;
    }
    
    #message {
        overflow: hidden;
        height: 150px;
    }
    
    .btnWrapper {
        padding-right: 0;
    }
    
    
    .sendBtn {
        width: 100%;
        height: 44px;
        margin-top: 15px;
        font-size: 1em;
        letter-spacing: 0.8px;
    }
    
    
}

 /*
Footer (Mobile)
*/  

@media only screen and (max-width:768px) {
    
    footer {
      text-align: center;
    }
    
    
    .footerLeft {
        margin-left: 0;
        margin-top: 0;
        float: none;
    }
    
    .footerRight {
        margin-right: 0;
        float: none;
    }
    
    .footerRight .footerText {
        font-size: 0.875em;
        line-height: 1.1;
        letter-spacing: 1.9px;
    }
    
    
}

