@charset "UTF-8";
/*  Global Styles  */

html,
body {
  width: 100%;
  height: 100%;
  /*
	overflow-x: hidden;
	*/
  /*	-webkit-overflow-scrolling: touch;*/
}

.overflowHidden {
  overflow-x: hidden;
}

.overflowY {
  overflow-y: hidden !important;
}

.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 5000;
  background-repeat: no-repeat;
  background-position: 50% 50% no-repeat;
  background-color: #121212;
}

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

.padding-top {
  padding-top: 70px;
}

.padding-bottom {
  padding-bottom: 10px;
}

#wrapper {
  padding-left: 0%;
  padding-right: 0%;
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}

.bg {
  display: inline-block;
  height: 100vh;
  width: 100%;
}

.center-middle {
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  /*border-width: 10px;
	border-color: #000000;*/
}

.vertical-align-main {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-align {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vertical-align > [class^="col-"],
.vertical-align > [class*=" col-"] {
  display: flex;
  align-items: center;
  justify-content: center;
}

.vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.centerScreen {
  position: absolute;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%, -50%);
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
}

.absolute {
  position: absolute;
}

.hover-delay {
  transition-duration: 0.4s;
}

@font-face {
  font-family: "Playfair Display", serif;
}

.playfair {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: "Work Sans", sans-serif;
}

.worksans {
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  src: url("../fonts/poppins/Poppins-Regular.ttf");
  font-family: "Poppins", sans-serif;
}

.poppinsRegular {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-variant: normal;
}

.bold {
  font-weight: 700;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.centerBlock {
  display: table;
  margin: auto;
}

.vcenter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vbottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/*	End Global */

/************************************/
/************************************/
/************************************/
/*********** Thank You  *************/
/************************************/
/************************************/
/************************************/

.thankYouSection {
  height: 100vh;
  width: 100%;
  background-color: #1f1c1c;
  display: table;
}

.thankYouDiv {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}

.thankYouMessage {
  width: 50%;
  margin: auto;
}

.thankYouButton {
  background: linear-gradient(rgba(241, 90, 41, 1), rgba(159, 49, 14, 1));
  border-radius: 50px;
  /*	transition: background 500s;*/
  width: 150px;
  display: block;
  margin: auto;
  color: #ffffff;
  padding: 10px 0;
  margin-top: 45px;
}

.thankYouButton:hover {
  color: #b4d6e1;
}

@media (max-width: 1000px) {
  .thankYouMessage {
    width: 80%;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}

.lllLink {
  position: fixed;
  top: 50%;
  color: #ffffff;
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: translateY(-50%) rotate(-90deg);
  z-index: 500;
}

@media (min-width: 1000px) {
  .sectionPadding {
    padding: 100px 0;
  }

  .sectionPaddingTop {
    padding: 100px 0 0 0;
  }

  .lllLinkShow {
    left: -82px !important;
    transition: left 500ms ease-in-out !important;
  }

  .lllLinkHide {
    left: -150px !important;
    transition: left 500ms ease-in-out !important;
  }

  .lllImg {
    width: 220px;
    height: auto;
  }
}

@media (max-width: 1000px) {
  .mobilePaddingTop {
    padding-top: 70px;
  }

  .lllImg {
    width: 150px;
    height: auto;
  }

  .lllLinkShow {
    left: -60px !important;
    transition: left 500ms ease-in-out !important;
  }

  .lllLinkHide {
    left: -150px !important;
    transition: left 500ms ease-in-out !important;
  }
}

/************************************/
/************************************/
/************************************/
/*********** Menu Start  ************/
/************************************/
/************************************/
/************************************/

.menu {
  background: none;
  border: none;
  height: 100px;
  margin-bottom: 0;
  padding-left: 45px;
  padding-right: 45px;
}

.menu .myNavbar,
.menu .myNavbar2 {
  margin-top: 25px;
}

.menu .logo {
  margin-top: 18px;
}

.logo {
  width: 90px;
  height: auto;
}

.menu .myNavbar > li > .link,
.menu .myNavbar > li > .linkQuote,
.menu .myNavbar2 > li > .linkQuote {
  color: #ffffff;
}

.menu .myNavbar > li > .link:hover {
  color: #b4d6e1;
  background-color: transparent;
}

.menu .myNavbar > li > .linkQuote:hover,
.menu .myNavbar2 > li > .linkQuote:hover {
  color: #b4d6e1;
  background-color: transparent;
  border-radius: 50px;
  /*	background: linear-gradient(rgba(0, 90, 41, 1), rgba(0, 49, 14, 1));*/
}

.navbar-nav.navbar-center {
  position: absolute;
  left: 65%;
  transform: translatex(-65%);
  width: 50%;
}

.hideMenu {
  top: -50vh;
  transition: top 500ms ease-in-out !important;
}

.showMenu {
  top: 0;
  transition: top 500ms ease-in-out !important;
}

.menuBackground {
  background-color: #1f1c1c !important;
  transition: background-color 750ms;
}

.menuBackgroundNone {
  background: none !important;
}

.linkLi,
.linkLiQuote,
.linkLiQuote2 {
  font-size: 12px;
  padding-left: 10px;
  padding-right: 10px;
}

.linkLiQuote,
.linkLiQuote2 {
  background: linear-gradient(rgba(241, 90, 41, 1), rgba(159, 49, 14, 1));
  border-radius: 50px;
  transition: background 500s;
}

.linkLiQuote:hover,
.linkLiQuote2:hover {
  /*
	background: linear-gradient(rgba(241, 90, 41, .5), rgba(159, 49, 14, .5));
	color: #ffffff;
	transition: background 500s;
*/
  /*
	background-color: transparent;
	border-radius: 50px;
*/
}

@media (min-width: 900px) {
  .linkLiQuote,
  .linkLiQuote2 {
    margin-left: 20px;
  }

  .linkLiMobileMedia {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .menu {
    background-color: #1f1c1c;
    padding: 0;
    height: 70px;
  }

  .navbar-header {
    padding: 0 20px 12.5px 20px;
  }

  .navbar-toggle {
    margin-top: 2vh !important;
  }

  .menu .logo {
    margin-top: 2vh;
  }

  .menu .navbar-collapse {
    height: 100vh !important;
    max-height: 100vh;
    background-color: #1f1c1c !important;
  }

  .logo {
    width: 60px;
    height: auto;
  }

  .navbar-toggle {
    margin: 3.5px 0 0 0;
  }

  .menu .navbar-nav {
    display: inline-block;
    float: none;
  }

  .menu .navbar-collapse {
    text-align: center;
  }

  .logo-desktop {
    display: none;
  }

  .menu .myNavbar {
    padding: 30px 0;
  }

  .menu .myNavbar > li > .link {
    padding: 20px 0;
    font-size: 32px;
  }

  .linkLiQuote,
  .linkLiQuote2 {
    margin-top: 20px;
  }

  .linkLiMobileMedia {
    padding: 60px 0;
  }

  .mobileMediaLink {
    display: inline !important;
  }

  .mobileFBLink {
    width: auto;
    height: 25px;
  }

  .mobileINLink {
    width: auto;
    height: 20px;
  }

  .mobileTWLink {
    width: auto;
    height: 17.5px;
  }

  .mobileLILink {
    width: auto;
    height: 20px;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
  }

  .navbar-header .collapse,
  .navbar-toggle {
    display: block !important;
  }

  .navbar-header {
    float: none;
  }
}

/************************************/
/************************************/
/*********** Local Global  **********/
/************************************/
/************************************/
/************************************/

.blueUnderline {
  color: #b4d6e1;
  text-underline-position: above;
  text-decoration-line: underline;
  /*	border-bottom: 2px solid #B4D6E1;*/
}

/************************************/
/************************************/
/************************************/
/*************** Home  **************/
/************************************/
/************************************/
/************************************/

/*  Video Background  */

@media (min-width: 1000px) {
  .videoContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .videoContainer video {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1;
  }

  .videoContainer .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media (max-width: 1000px) {
  .videoContainer {
    position: absolute;
    height: 100%;
    width: 100%;
    background-attachment: scroll;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: -1;
  }

  .videoContainer video {
    min-width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
  }

  .videoContainer .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

.homeCoverSection {
  /*
	background: url(../img/home/homeCover.png);
	background-repeat: no-repeat;
	background-size: cover;
*/
}

.homeCoverHeader {
  font-size: 65px;
  line-height: 75px;
  margin: 0;
  color: #ffffff;
  z-index: 999;
}

.homeCoverHeaderLinks {
  color: #b4d6e1;
}

.homeCoverButton {
  text-align: center;
  white-space: nowrap;
  margin-top: 0px;
  z-index: 1;
  color: #b4d6e1;
  font-size: 16px;
}

.homeCoverButton:hover {
  color: #b4d6e1;
  font-size: 18px;
}

@media (min-width: 1000px) {
  .homeCoverSection {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .homeCoverTextDiv {
    margin: auto;
    width: 65%;
    color: #ffffff;
  }

  .homeCoverButtonDiv {
    text-align: center;
    margin-top: 15vh;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 1000px) {
  .homeCoverSection {
    /*		padding-top: 8vh;*/
    height: calc(90vh - 70px);
    display: table;
  }

  .homeCoverTextDiv {
    display: table-cell;
    vertical-align: middle;
  }

  .homeCoverHeader {
    font-size: 42px;
    line-height: 50px;
    padding: 0 30px 60px 30px;
    text-align: center;
    margin: -10px 0 0 0;
  }

  .homeCoverButtonDiv {
    text-align: center;
    position: absolute;
    left: 52.5%;
    transform: translate(-52.5%, 0);
  }

  .homeCoverButton {
    font-size: 14px;
  }
}

/************************************/
/*********  About Section  **********/
/************************************/

.homeAboutSection {
}

.homeAboutHeader {
  font-size: 36px;
  margin: 0;
  color: #1f1c1c;
  text-align: center;
  display: block;
}

.homeAboutTrustHeader {
  color: #1f1c1c;
  text-align: center;
  font-size: 14px;
  opacity: 0.33;
  padding: 30px 0;
  margin: 10px 0 0 0;
  /*		border: 1px solid yellow;*/
}

.homeAboutTrustRow {
  padding: 10px 0 !important;
}

@media (min-width: 1000px) {
  .homeAboutSection {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .homeAboutDiv {
    margin: auto;
  }
}

@media (max-width: 1000px) {
  .homeAboutSection {
    padding: 60px 30px 60px 30px;
  }

  .homeAboutDiv {
    margin-top: 60px !important;
  }

  .homeAboutHeader {
    font-size: 28px;
  }

  .homeAboutTrustInterstate {
    margin-top: -5px;
  }

  .homeAboutTrustHeader {
    color: #1f1c1c;
    text-align: center;
    font-size: 14px;
    opacity: 0.33;
    padding: 30px 0 20px 0;
    margin: 10px 0 0 0;
    /*		border: 1px solid yellow;*/
  }
}

/*  Text Section  */

@media (min-width: 1000px) {
  .homeAboutTextDiv {
    margin: auto;
    width: 65%;
    color: #ffffff;
  }
}

/*  Trusted Image Section  */

.homeAboutTrustCol {
  text-align: center;
  margin: auto;
}

.homeAboutTrustImg {
  width: 100%;
  height: auto;
  max-width: 150px;
}

.homeAboutTrustInterstate {
  max-width: 115px;
}

.homeAboutTrustNoble {
  height: 60px;
  width: auto;
}

@media (min-width: 1000px) {
  .homeAboutTrustDiv {
    width: 60%;
    margin: auto;
  }

  .homeAboutTrustRow {
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 0;
  }

  .homeAboutTrustMobile {
    display: none !important;
  }
}

@media (max-width: 1000px) {
  .homeAboutTrustCol {
    margin: 30px 0;
    height: 50px;
    position: relative;
  }

  .homeAboutTrustImg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .homeAboutTrustDesktop {
    display: none !important;
  }
}

/*  Button Section  */

.homeAboutButtonDiv {
  text-align: center;
  padding-top: 30px;
}

.homeAboutButton {
  margin: 0 5px;
  padding: 15px 0;
  border-radius: 50px;
  color: #ffffff;
  display: inline-block;
  width: 150px;
  font-size: 12px;
}

.homeAboutButton1 {
  background: linear-gradient(rgba(81, 82, 82, 1), rgba(10, 10, 10, 1));
  /*	transition: background 500s;*/
}

.homeAboutButton2 {
  background: linear-gradient(rgba(180, 214, 225, 1), rgba(107, 146, 159, 1));
  /*	transition: background 500s;*/
}

.homeAboutButton:hover {
  color: #b4d6e1;
}

@media (max-width: 1000px) {
  .homeAboutButtonDiv {
    padding-top: 0;
  }

  .homeAboutButton {
    margin: 5px 5px;
  }
}

/************************************/
/**********  Why Section  ***********/
/************************************/

.homeWhySection {
}

@media (min-width: 1000px) {
  .homeWhySection {
    height: 100vh;
  }
}

/*  Why Row Section  */

.homeWhyCol {
  background-color: transparent;
}

/*  Why Col 1  */

.homeWhyRow {
  background: url("../img/home/homeWhyCover.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.homeWhyCol1 {
  margin: auto;
}

.homeWhyColHeaderDiv {
  margin: auto;
  text-align: center;
}

.homeWhyHeader {
  color: #ffffff;
  font-size: 65px;
}

@media (min-width: 1000px) {
  .homeWhyRow {
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
  }
}

@media (max-width: 1000px) {
  .homeWhyHeader {
    margin: 0;
    padding: 60px 0;
  }
}

/*  Why Col 2  */

.homeWhyCol2 {
  padding: 0;
}

.homeWhyRowColors {
  color: #ffffff;
  margin: auto;
}

.homeWhyColColors {
  margin: auto;
  padding-left: 30px;
}

.homeWhyRowA {
  background-color: rgba(241, 90, 41, 0.81);
}

.homeWhyRowB {
  background-color: rgba(241, 90, 41, 0.93);
}

.homeWhyRowC {
  background-color: rgba(241, 90, 41, 0.81);
}

.homeWhyRowD {
  background-color: rgba(241, 90, 41, 0.93);
}

.homeWhyRowE {
  background-color: rgba(241, 90, 41, 0.81);
}

.homeWhyRowF {
  background-color: rgba(163, 198, 209, 1);
}

.homeWhyRowG {
  background-color: rgba(31, 28, 28, 1);
}

@media (min-width: 1000px) {
  .homeWhyRowColors {
    display: flex;
    justify-content: center;
    align-content: center;
    height: calc(100vh / 7);
  }
}

@media (max-width: 1000px) {
  .homeWhyRowColors {
    padding: 15px 0;
  }
}

/************************************/
/*********  Ready Section  **********/
/************************************/

.homeReadySection {
}

.homeReadyDiv {
  text-align: center;
  position: relative;
}

.homeReadyHeaderDiv {
  margin: auto;
}

.homeReadyHeader {
  font-size: 50px;
  color: #1f1c1c;
  text-align: center;
  display: block;
  margin: auto;
}

.homeReadyButton {
  background: linear-gradient(rgba(241, 90, 41, 1), rgba(159, 49, 14, 1));
  border-radius: 50px;
  /*	transition: background 500s;*/
  padding: 15px 0;
  color: #ffffff;
  display: inline-block;
  width: 150px;
  text-align: center;
  font-size: 12px;
  margin-top: 60px;
}

.homeReadyButton:hover {
  color: #b4d6e1;
}

@media (min-width: 1000px) {
  .homeReadyDiv {
    padding: 70px 0;
  }
}

@media (max-width: 1000px) {
  .homeReadyDiv {
    padding: 60px 30px;
  }

  .homeReadyHeader {
    font-size: 32px;
  }

  .homeReadyButton {
    margin-top: 30px;
  }
}

/*  Home Social Media Section  */

.homeReadyLink {
  margin: 0 15px;
}

.homeReadyLinkImg {
  width: 30px;
  height: auto;
}

.homeReadyLinkImgFb {
  width: auto;
  height: 30px;
}

.homeReadyLinkImgTw {
  width: auto;
  height: 35px;
}

.homeReadyLinkImgLn {
  width: auto;
  height: 30px;
}

@media (min-width: 1000px) {
  .homeReadyLinkDiv {
    padding: 60px 0 0 0;
    /*
	bottom: 60px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
*/
  }
}

@media (max-width: 1000px) {
  .homeReadyLinkDiv {
    padding-top: 30px;
  }
}

/************************************/
/************************************/
/************************************/
/**************  About  *************/
/************************************/
/************************************/
/************************************/

.aboutBackground {
  background: url(../img/about/aboutCover.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/*  About Cover Section  */

.aboutCoverSection {
}

.aboutCoverTextDiv {
  text-align: center;
}

.aboutCoverHeader {
  font-size: 65px;
  line-height: 75px;
  margin: 0;
  color: #ffffff;
}

.aboutCoverText {
  padding: 30px 0;
  color: #ffffff;
}

.aboutCoverLink {
  text-align: center;
  white-space: nowrap;
}

.aboutCoverLinkRow {
  margin: auto;
  width: 100%;
}

.aboutCoverLinkCol {
  padding: 0;
}

.aboutCoverLink {
  z-index: 1;
  color: #ffffff;
}

.aboutCoverLink:hover {
  font-size: 15px;
  color: #ffffff;
}

.aboutCoverLinkDiv {
  margin: auto;
}

@media (min-width: 1000px) {
  .aboutCoverSection {
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-content: center;
  }

  .aboutCoverDiv {
    margin: auto;
    width: 50%;
    color: #ffffff;
  }

  .aboutCoverLinkCol {
    display: flex;
    justify-content: center;
    align-content: center;
  }

  .centerStuff {
    display: flex;
    justify-content: center;
    align-content: center;
  }

  .aboutCoverLinkServicesCol {
    padding-left: 30px;
  }
}

@media (max-width: 1000px) {
  .aboutCoverDiv {
    padding: 45px 30px 45px 30px;
  }

  .aboutCoverLinkCol {
    text-align: center;
    padding: 15px 0;
  }
}

/*  About Main Section  */

.aboutCol {
  padding: 0 30px;
  height: 100%;
}

.aboutHeader {
  margin: 0;
}

.aboutText {
  font-size: 12px;
}

.aboutCol1 {
  background-color: rgba(237, 88, 39, 0.81);
  color: #ffffff;
}

.aboutCol2 {
  background-color: rgba(31, 28, 28, 1);
  color: #ffffff;
}

.aboutCol3 {
  background-color: rgba(180, 214, 225, 0.81);
  color: #000000;
}

.aboutCol4 {
  background-color: rgba(244, 246, 247, 1);
  color: #000000;
}

.aboutCol5 {
  background-color: rgba(31, 28, 28, 0.81);
  color: #ffffff;
}

@media (min-width: 1025px) {
  .aboutDiv {
    height: 100vh;
  }

  .aboutRow {
    height: 100%;
    /*	display: table;*/
  }

  .aboutHeader {
    height: 135px;
    font-size: 35px;
  }

  .aboutTextDiv {
    height: 50vh;
    position: relative;
    top: 17.5%;
    transform: translateY(17.5%);
  }
}

@media (min-width: 1024px) and (max-width: 1250px) {
  .aboutHeader {
    /*	height: 150px;*/
    font-size: 28px;
  }
}

@media (max-width: 1024px) {
  .aboutRow {
  }

  .aboutCol {
    padding: 45px 30px;
    text-align: center;
  }

  .aboutHeader {
    padding-bottom: 30px;
    font-size: 28px;
  }
}

/*  About Quote Section  */

.aboutQuoteSection {
  background-color: #1f1c1c;
}

.aboutQuoteDiv {
  padding: 60px 0 60px 0;
  text-align: center;
  color: #ffffff;
}

.aboutQuoteText {
  font-size: 24px;
}

.aboutQuoteLink {
  color: #659aac;
}

.aboutQuoteLink:hover {
  opacity: 0.75;
}

@media (min-width: 1000px) {
  .aboutQuoteTextDiv {
    margin: auto;
    width: 50vw;
  }

  .aboutQuoteHeader {
    font-size: 40px;
  }
}

@media (max-width: 1000px) {
  .aboutQuoteTextDiv {
    padding: 0 30px;
  }

  .aboutQuoteHeader {
    font-size: 32px;
  }
}

/************************************/
/************************************/
/************************************/
/************** Team  ***************/
/************************************/
/************************************/
/************************************/

/*  Team Section  */

.teamDiv {
  text-align: center;
  padding: 30px 0 60px 0;
}

.teamTextDiv {
  padding: 15px 0;
}

.teamHeader {
  font-size: 42px;
}

.teamText {
  font-size: 14px;
}

/************************************/
/************************************/
/************************************/
/************ Services  *************/
/************************************/
/************************************/
/************************************/

/*  Services Section  */

.servicesDiv {
  text-align: center;
  padding: 30px 0 60px 0;
}

.servicesTextDiv {
  padding: 15px 0;
}

.servicesHeader {
  font-size: 42px;
}

.servicesText {
  font-size: 14px;
}

@media (max-width: 1000px) {
  .servicesDiv {
    padding: 30px;
  }
}

/*  Home Social Media Section  */

.socialLinksDiv {
  /*	padding-bottom: 60px;*/
}

.socialLinks {
  margin: 0 15px;
}

.socialLinksImg {
  width: 30px;
  height: auto;
}

.socialLinksImgFb {
  width: auto;
  height: 30px;
}

.socialLinksImgTw {
  width: auto;
  height: 35px;
}

.socialLinksImgLn {
  width: auto;
  height: 30px;
}

@media (max-width: 1000px) {
  .socialLinksDiv {
    padding-bottom: 60px;
  }
}

.socialLinksDiv {
  text-align: center;
}

/************************************/
/************************************/
/************************************/
/************* Clients  *************/
/************************************/
/************************************/
/************************************/

.clientsRow:nth-child(3) .clientsCol:nth-child(1) .clientsLogo {
  /*	display: none;*/
}

@media (min-width: 1000px) {
  .clientsDiv {
    padding: 30px 120px;
  }

  .clientsRow {
    display: flex;
    justify-content: center;
    align-content: center;
    /*	margin: 60px 0;*/
    height: 100px;
  }

  .clientsCol {
    text-align: center;
    margin: auto;
  }
}

@media (max-width: 1000px) {
  .clientsDiv {
    padding: 0 30px;
  }

  .clientsRow {
  }

  .clientsCol {
    text-align: center;
    margin: 60px 0 0 0;
    height: 50px;
    position: relative;
  }

  .clientsLogo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .clientsLogo1 {
    margin-top: 15px;
  }

  .clientsLogo115 {
    margin-top: -10px;
  }
}

/*  Clients Name Section  */

.clientsNameCol {
  text-align: center;
}

.clientsNameColDiv {
  text-align: left;
}

.clientsName {
  font-size: 15px;
  margin: auto;
}

@media (min-width: 1000px) {
  .clientsNameDiv {
    padding: 30px 145px 60px 145px;
  }

  .clientsName {
    padding: 0;
    margin: auto;
  }
}

@media (max-width: 1000px) {
  .clientsNameDiv {
    margin-top: -30px;
    padding: 0 30px 60px 30px;
  }

  .clientsName {
    /*	display: inline;*/
  }
}

/************************************/
/************************************/
/************************************/
/***********  Our Work  *************/
/************************************/
/************************************/
/************************************/

/*$ipad-pro-portrait-breakpoint: "(min-device-width : 1024px) and (max-device-width : 1024px) and (min-device-height : 1366px) and (max-device-height : 1366px) and (min-width: 1024px) and (max-width: 1024px)";*/

/*$ipad-pro-landscape-breakpoint: "(min-device-width : 1024px) and (max-device-width : 1024px) and (min-device-height : 1366px) and (max-device-height : 1366px) and (min-width: 1366px) and (max-width: 1366px)";*/

@media (min-device-width: 1365px) and (max-device-width: 1367px) and (min-device-height: 1023px) and (max-device-height: 1025px) and (min-width: 1365px) and (max-width: 1367px) {
  .workCol {
    width: 33.3% !important;
  }
}

@media (min-device-width: 1023px) and (max-device-width: 1025px) and (min-device-height: 1365px) and (max-device-height: 1367px) and (min-width: 1023px) and (max-width: 1025px) {
  .homeWhyCol,
  .homeWhyColColors {
    width: 100% !important;
  }
}

/*
@media (min-width: 1366px) and (max-width: 1367px) and (orientation:landscape) {
    .col-lg-3 {
        width: 33.3%;
    }
}
*/
.workCol {
  padding: 0;
}

@media (min-width: 1100px) {
  .workImg {
    width: 100%;
    height: 50vh;
  }
}

@media (max-width: 1100px) {
  .workImg {
    width: 100%;
    height: auto;
  }
}

/*  Our Work Description Overlay Section  */

.imageOverlay {
  position: relative;
  width: 100%;
  height: auto;
}

.imageOverlay img {
  width: 100%;
  vertical-align: top;
}

.imageOverlay:after,
.imageOverlay:before {
  position: absolute;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.imageOverlay:after {
  content: "\A";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 1);
}

.imageOverlay:before {
  content: attr(data-content);
  width: 100%;
  color: #ffffff;
  z-index: 1;
  top: 50%;
  /*	display: block;*/
  white-space: pre-wrap;
  transform: translateY(-50%);
  padding: 4px 15px;
  text-align: center;
  /*
    -moz-box-sizing:border-box;
 	box-sizing:border-box;
*/
  font-family: "Work Sans", sans-serif;
  font-style: normal;
  font-variant: normal;
}

.imageOverlay:hover:after,
.imageOverlay:hover:before {
  opacity: 1;
}

@media (min-width: 1000px) {
  .imageOverlay2:before {
    content: attr(data-content-desktop) !important;
  }
}

@media (max-width: 1000px) {
  .imageOverlay:before {
    line-height: 15px;
  }

  .imageOverlay2:before {
    content: attr(data-content-mobile) !important;
  }
}

/************************************/
/************************************/
/************************************/
/*************  Quote  **************/
/************************************/
/************************************/
/************************************/

.quoteSection {
  background-color: #221f1f;
  color: #ffffff;
}

.quoteDiv {
  margin: auto;
}

.quoteHeader {
  margin: auto;
}

.quoteText {
  padding: 30px 0;
  font-size: 15px;
}

.quoteHeaderDiv {
  text-align: center;
  margin: auto;
}

/*  Contact Form  */

@media (min-width: 1000px) {
  .quoteSection {
    display: table;
    height: 100vh;
    width: 100%;
    padding-top: 70px;
  }

  .quoteDiv {
    display: table-cell;
    vertical-align: middle;
  }

  .quoteHeaderDiv {
    text-align: center;
    width: 75vw;
    margin: auto;
  }
}

@media (max-width: 1000px) {
  .quoteDiv {
    padding: 80px 30px;
  }
}

#contact {
  /*	padding: 0 15vw;*/
}

#contact input[type="text"],
#contact input[type="tel"],
#contact input[type="email"],
#contact input[type=""],
#contact textarea {
  width: 100%;
  padding: 13px;
  border: 0.5px solid #ffffff !important;
  border: none;
  box-sizing: border-box;
  margin-bottom: 0px;
  /*	resize: vertical;*/
  margin: 5px 0%;
  background-color: transparent;
  font-size: 16px;
  color: #ffffff;
  transition-duration: 0.4s;
}

#contact textarea {
  resize: none;
}

/*
#contact input[type=text]:hover, #contact input[type=tel]:hover, #contact input[type=email]:hover, #contact input[type=""]:hover, #contact textarea:hover {
	    border: 1px solid #2B292E;
	color: #003D73;
	transition-duration: .4s;
	opacity: .75;
}
*/

::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
  /* for older chrome versions. may no longer apply. */
  transition-duration: 0.4s;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  opacity: 1;
  transition-duration: 0.4s;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
  transition-duration: 0.4s;
}

:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  transition-duration: 0.4s;
}

input:hover::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
  /* for older chrome versions. may no longer apply. */
  transition-duration: 0.4s;
}

textarea:hover::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 1;
  /* for older chrome versions. may no longer apply. */
  transition-duration: 0.4s;
}

input:hover::-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  opacity: 1;
  transition-duration: 0.4s;
}

input:hover::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  opacity: 1;
  transition-duration: 0.4s;
}

input:hover::-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
  transition-duration: 0.4s;
}

#contact button[type="submit"] {
  background: linear-gradient(rgba(241, 90, 41, 1), rgba(159, 49, 14, 1));
  border-radius: 50px;
  margin-left: 20px;
  transition: background 500s;
  text-decoration: none;
  border: none;
  display: block;
  width: 150px;
  margin: auto;
  padding: 15px 0;
  cursor: pointer;
  font-size: 12px;
  margin-top: 30px;
}

#contact button[type="submit"]:hover {
  background-color: transparent;
  color: #b4d6e1;
}

.contactSubmitButtonCol {
  text-align: center;
}

@media (min-width: 1000px) {
  .contactDiv {
    width: 65vw;
    margin: auto;
  }
}

@media (max-width: 1100px) {
  #contact {
    /*	padding: 0px 20px 30px 20px;*/
  }
}

@media (max-width: 768px) {
  .submit-button {
    width: 100%;
  }
}
