html {
  background: rgb(36, 39, 43);
}

html,
body {
  overflow-x: hidden;
}

.navbar {
  background: rgb(36, 39, 43);
  padding: 12px 0px;
  z-index: 99;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

.navPhone {
  margin-left: 2%;
}

/* .active {
  border-bottom: 2px solid white;
} */

.width100 {
  width: 100%;
}

.nav-link,
.dropdown-item {
  font-weight: 500;
}

.dropdown-item {
  cursor: pointer;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-brand {
  height: auto;
  width: 125px;
}

.shadow {
  box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15) !important;
}

.paddingContainer {
  padding-top: 45px;
  padding-bottom: 45px;
}

.paddingContainerIndex {
  padding-top: 45px;
  padding-bottom: 45px;
  height: 700px;
}

/* .img-1, .img-2, .img-3 {
  background-image: url(https://via.placeholder.com/1920x450);
  height: 450px;
} */

/* .aContainer {
  padding: 30px;
} */

h1.article {
  padding-top: 25px;
}

h1.article, .article.title {
  /* text-align: center; */
  padding-left: 30px;
  padding-right: 30px;
}

.article p {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
}

.aContainer .footer-content {
  /* padding: 0px;
  margin: -30px;
  margin-top: 30px; */
}

.aContainer h2~div {
  padding-bottom: 15px;
}

.aContainer h2, .aContainer h2~div {
  padding-left: 30px;
  padding-right: 30px;
}

h1.video, .video {
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}


.opt-in-form {
  display: none;
}

.hTitle1 {
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
}

.colorOrange {
  color: rgb(250, 169, 64);
  color: rgb(241, 128, 21);
}

.colorWhite {
  color: white;
}

.pbSmall {
  position: relative;
  padding-bottom: 4%;
}

.headerBg {
  background-image: url(images/bannerOrange4b.png);
  background-image: url(images/bannerOrangeGradient.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header .headerBgAnimate {
  animation-name: servicesAnimation;
  animation-duration: 2s;
}

@keyframes servicesAnimation {
  from {
    transform: translateX(20px);
    opacity: .5;
    opacity: 20%;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  to {
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
}

/* .bgPPC {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 1) 350px, rgba(255, 255, 255, 1) 380px), url(images/ppc.png) no-repeat;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
} */

.contactus {
  display: none;
  position: absolute;
  left: 2.5%;
  bottom: 0%;
  background: rgb(36, 39, 43);
  width: 22%;
  height: 120px;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;

  color: white;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  padding-top: 1%;
}

.headerVideo {
  width: 100%;
  height: 350px;
}

.pRel {
  position: relative;
}

.bgShapeSmall {
  position: absolute;
  z-index: -1;
  background: rgb(224, 224, 224);
  width: 35px;
  height: 35px;
  transform: rotate(20deg);
  border-radius: 8px;
}

.bgShapeLarge {
  background: rgb(224, 224, 224);
  width: 65px;
  height: 65px;
  transform: rotate(20deg);
  border-radius: 8px;
}

.bgGray {
  z-index: 1;
  position: relative;
  background: rgb(235, 232, 232);
  /* background-image: url(images/grey.png); */
  /* margin-top: 5%; */
}

.bgDark {
  background: rgb(36, 39, 43);
  /* box-shadow: 2px 2px black; */
}

.hrWhite {
  border-top: 3px solid white;
}

.bgLight {
  background: #343a40;
}

.lineBreak {
  background: #343a40;
  width: 100%;
  height: 50px;
}

.centerImg {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.bgWhite {
  background: white;
  margin-top: -8%;
}

.bgWhiteOnly {
  background: white;
}

.imgServices {
  width: 100%;
  /* min-height: 315px;
  max-height: 315px; */
  height: 100%;
}

.aLink {
  color: white;
}

.aLink:hover {
  color: rgb(231, 132, 51);
  text-decoration: none;
}

.imgRight {
  padding-right: -15px;
}

.marginContainer {
  /* margin-top: 3%; */
}


.serviceBox {
  height: auto;
  margin-bottom: 3%;
}

.serviceBoxHeight {
  min-height: 357px;
}

.smallLineHeight p {
  line-height: 1;
}

.serviceTitle {
  padding-left: 0%;
  font-weight: 600;
  font-size: 34px;
}

.serviceText {
  padding-top: 2%;
  padding-bottom: 2%;
  /* font-weight: 500; */
  font-size: 18px;
}

.row>.serviceText {
  padding-left: 4% !important;
  padding-right: 4% !important;
  font-weight: 400;
}

.rowBorder {
  border-left: 4px solid orange;
  border-left: 4px solid rgb(240, 128, 24);
  border-left: 4px solid rgb(241, 128, 21);
}

.contactSubmitBtn {
  background: rgb(241, 128, 21);
  border: 4px solid rgb(241, 128, 21);

  width: 225px;
  font-weight: 500;
  font-size: 18px;
}

.contactSubmitBtn:hover,
.contactSubmitBtn:focus,
.contactSubmitBtn:active {
  background: rgb(230, 121, 19) !important;
  border: 4px solid rgb(230, 121, 19) !important;

}

.serviceBtnContainer {
  margin-top: 3%;
}

.serviceBtn {
  background: rgb(36, 39, 43);
  background-color: #343a40;
  border-radius: .25rem;
  padding: 2% 5%;
  color: white;
}

.serviceBtn:hover {
  cursor: pointer;
  color: white;
}

.imgSmall {
  padding: 4%;
}

.imgSmall:hover {
  transform: scale(1.1);
}

.bg {
  background-image: url(images/bg-shape.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bgOrange {
  background: #EE6922;
  background: rgb(231, 132, 51);
}

.img-1,
.img-2,
.img-3 {
  background-image: linear-gradient(to left, rgba(255, 255, 255, .7) 0%, rgba(255, 255, 255, 1) 55%), url(images/banner3.png);

  width: 100%;
  /* height: 100%; */
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;

  animation-name: indexAnimation;
  animation-duration: 2s;
}


.bgOrangeMarketing {
  /* background-image: linear-gradient(to left, rgba(255, 255, 255,.7) 0%,rgba(255, 255, 255,1) 55%), url(images/banner3.png); */

  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;

  /* animation-name: indexAnimation;
  animation-duration: 2s; */
}

/* @keyframes indexAnimation {
  from {
    transform: translateX(20px); opacity: 1;
    opacity: 20%;
  background-image: linear-gradient(to left, rgba(255, 255, 255,.8) 0%,rgba(255, 255, 255,1) 65%), url(images/banner3.png);
    
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }

  to {
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
  }
} */

.rowPadding {
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bgLightGrey {
  background: #fafafa;
}

.rowPadding > .fa-check-square {
  font-size: 24px;
}

.bgBlue {
  background: rgb(220, 226, 231);
}

.rowTitle-cw {
  display: flex;
  justify-content: left;
  align-items: center;
  text-align: left;
}

.rowTitle-cw, .rowPadding {
  font-size: 16px;
  font-weight: 400;
}

.bgBlue.rowPadding {
  font-size: 18px;
  font-weight: 600;
}

.bgSilver {
  font-weight: 600;
  background: rgb(173, 204, 233);
}
.bgPlatinum {
  font-weight: 600;
  background: rgb(224, 197, 160);
}
.bgGold {
  font-weight: 600;
  background: rgb(139, 224, 182);
}

.orderBtn {
  cursor: pointer;
  color: #212529;
}



.bgImages {
  position: relative;
  animation: MultiImages infinite;
  animation-duration: 80s;

  width: 100%;
  min-height:100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-image: url(images/banner3.png);
  background-image: linear-gradient(to left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 1) 70%), url(images/banner3.png);
  background-image: -webkit-linear-gradient(to left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 1) 70%), url(images/banner3.png);
}

@keyframes MultiImages {
  0% {
    background-image: linear-gradient(to left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 1) 70%), url(images/banner3.png);
    background-image: -webkit-linear-gradient(to left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 1) 70%), url(images/banner3.png);
  }

  20% {
    background-image: linear-gradient(to left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 1) 70%), url(images/Simg1.png);
    background-image: -webkit-linear-gradient(to left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 1) 70%), url(images/Simg1.png);

  }

  40% {
    background-image: linear-gradient(to left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 1) 70%), url(images/Simg6.jpg);
    background-image: -webkit-linear-gradient(to left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 1) 70%), url(images/Simg6.jpg);
  }

  60% {
    background-image: linear-gradient(to left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 1) 70%), url(images/Simg3.jpg);
    background-image: -webkit-linear-gradient(to left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 1) 70%), url(images/Simg3.jpg);
  }

  80% {
    background-image: linear-gradient(to left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 1) 70%), url(images/Simg4.jpg);
    background-image: -webkit-linear-gradient(to left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 1) 70%), url(images/Simg4.jpg);
  }

  100% {
    background-image: linear-gradient(to left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 1) 70%), url(images/Simg5.jpg);
    background-image: -webkit-linear-gradient(to left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, 1) 70%), url(images/Simg5.jpg);
  }
}

.imgScroll {
  animation: imgScroll;
  animation-duration: 3.5s;
  -webkit-animation: imgScroll;
  -webkit-animation-duration: 3.5s;
  -moz-animation: imgScroll;
  -moz-animation-duration: 3.5s;
  -o-animation: imgScroll;
  -o-animation-duration: 3.5s;
  opacity: 100% !important;
}

.i1,
.i2,
.i3 {
  opacity: 0%;
}

@keyframes imgScroll {
  from {
    opacity: 0;
    transform: rotate3d(3, 23, 19, 50deg);
  }

  to {
    opacity: 100 !important;
  }
}

.imgBackground {
  animation: imgBackground;
  animation-duration: 4s;
}

@keyframes imgBackground {
  from {
    background-position-y: -50px;
  }

  to {}
}

.s-bgOrangeMarketing {
  background: url(images/banner3.png), rgb(231, 132, 51);
  background-image: linear-gradient(to left, rgba(231, 132, 51, .7) 0%, rgba(231, 132, 51, 1) 65%), url(images/banner3.png);
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
}

.bgOrangeMap {
  /* background: #EE6922; */
  /* background: url(images/mapOrange.png) no-repeat #EE6922; */
  /* background-color: #ff902e; */
  /* background: rgb(255, 145, 0); */
  background-image: url(images/bannerOrange4c.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contactContainer {
  padding-top: 5%;
  padding-bottom: 5%;
}

.mobileMargin {
  /* margin-top: 4%; */
  margin-bottom: 4%;
}

.fContactTitle {
  color: white;
  font-size: 60px;
  font-weight: 700;
}

.fContactBtn {
  color: white;
  font-size: 40px;
  font-weight: 700;
  background: rgb(36, 39, 43);
  padding: .5% 2%;
  margin-top: 4%;

  width: 100%;
  font-size: 28px;
  font-weight: 500;
  max-width: 350px;
  border-radius: .25rem;
}

.fContactBtn:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.footer {
  background: rgb(36, 39, 43);
  padding-top: 1.5%;
  padding-bottom: 1.5%;
}

.companyInfo,
.copyright {
  font-weight: 500;
  color: white;
}

.companyInfo {
  font-size: 18px;
  padding-top: .5%;
  padding-bottom: 1%;
}

.copyright {
  text-align: center;
  padding-top: .5%;
}

.hrFooter {
  border-color: rgb(54, 54, 54);
}

/* .hTitle1[data-aos-duration='2000'] [data-aos],
[data-aos][data-aos][data-aos-duration='2000'] {
  transition-duration: 2000ms;
} */




/* Services */
.servicesHeader {
  padding-left: 10%;
  padding-right: 10%;
}

.hSubTitle {
  width: 80%;
  color: rgb(110, 108, 108);
  font-weight: 500;
  font-size: 18px;
}

.hrShort {
  margin-right: 80%;
  border-top: 2px solid black;
}

img.img-responsive {
  padding: 15%;
  width: 100%;
  padding-bottom: 3%;
}

.StuFeaturesBox {
  margin-bottom: 4%;
  border: 1px solid #d4d4d4;
  padding: 4%;
  border-radius: 15px;
}


.StuFeaturesTitle {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0%;
}

.StuFeaturesTitle,
.StuFeaturesDesc {
  padding-right: 5%;
}

.getDemo {
  width: 80%;
}

.getDemoBtn {
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  max-width: 350px;
  padding-top: 1%;
  padding-bottom: 1%;
  margin-top: 2%;
  margin-bottom: 5%;
}

.stuLearnMore {
  /* color: #fff;
  background-color: #343a40;
  border: 2px solid white;
  text-align: center;

  width: 100%;
  font-size: 28px;
  font-weight: 500;
  max-width: 350px;
  padding-top: 1%;
  padding-bottom: 1%;
  margin-top: 2%;
  border-radius: .25rem; */

  color: #fff;
  background-color: #343a40;
  border: 2px solid white;
  text-align: center;
  width: 100%;
  font-size: 28px;
  font-weight: 500;
  max-width: 350px;
  padding-top: 1%;
  padding-bottom: 1%;
  margin-top: 2%;
  border-radius: .25rem;
  padding: 15px 80px;
}

.stuLearnMore:hover, .stuLearnMore:focus {
  color: #2b3136;
  background-color: white;
  border: 2px solid #2b3136;
  text-decoration: none;
}

.stuLearnMore:active {
  color: #2b3136 !important;
  background-color: white !important;
  border: 2px solid #2b3136 !important;
}

.buttonMargin {
  margin-top: 2%;
  margin-bottom: 1%;
}

.getStartedImg {
  height: fit-content;
}

.serviceGallery {
  color: white;
  border-bottom: 50px solid rgb(36, 39, 43);
  background: #343a40;
  /* background: linear-gradient(90deg, #343a40 100%, rgb(36, 39, 43) 20%); */
}

.serviceVideo-mobile {
  height: 500px;
}

.hTitleBg {
  background: #343a40;
  padding: 2%;
}

.scrollFixed {
  z-index: 99;
 position: fixed;
 width: 100%;
 top: 0%;

 left: 50.9%;
 transform: translate(-50%, 0%);
}

.scrollFixed > .rowPadding {
  max-width: 179.19px;
}




.rowMainTitle {
  font-size: 50px;
  font-weight: 700;
}

.rowMainDesc {
  font-size: 24px;
  font-weight: 400;
  padding-left: 70px;
  padding-right: 70px;

  font-weight: 100;
  letter-spacing: 1.3px;
}

.rowAlignText {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 4%;
  padding-right: 4%;
}

.rowCategory {
  font-size: 22px;
}

.rowTitle {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}

.rowDesc {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 20px;

  font-weight: 100;
  letter-spacing: 1.1px;
}

.rowGetStarted {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  font-size: 18px;
  width: 100%;
}

.categoryIcon {
  padding-right: 10px;
  color: #2c92ff;
}

.centerImg > img {
  padding: 10%;
}







.animateHide {
  color: transparent;
  animation: animateHide ease-in;
  animation-timing-function: linear;
  animation-duration: 1.5s;
}

.animateText {
  animation: animateText ease-in;
  animation-timing-function: linear;
  animation-duration: 1s;
}

/* .animateImg {
  animation: animateImg ease-in;
  animation-duration: 1s;
} */

/* .animateHideImg {
  opacity: 0%;
  animation: animateHideImg ease-in;
  animation-duration: 1.5s;
} */


@keyframes animateHide {
  from {
  }
  to {
    color: transparent;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
      -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  }
}

@keyframes animateText {
  from {
    color: transparent;
    transform: translateY(35px);
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
      -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  }
  to {
  }
}





@media (hover: hover) {
  .StuFeaturesBox:hover {
    cursor: pointer;
    background: rgb(250, 169, 64);
    background: rgb(241, 128, 21);
    border: 1px solid rgb(235, 158, 57);
    color: white;
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15) !important;
  }

  .serviceBoxHeight:hover {
    transform: translateY(-5px);
    box-shadow: 0 0rem 1rem rgba(0, 0, 0, .35) !important;
  }

  .contactus:hover {
    cursor: pointer;
    color: white !important;
    z-index: 1;
    height: 130px;
  }

  .fContactBtn:hover {
    cursor: pointer;
    color: white;
  }

  .contactus:hover {
    color: #0056b3;
    text-decoration: none !important;
  }

  #contactusBtn:hover {
    text-decoration: underline;
  }
}

#dynamicText,
#email,
#call {
  display: inline;
}

#dynamicText:hover {
  text-decoration: none !important;
}

#email,
#call,
#email:hover,
#call:hover {
  color: rgb(241, 128, 21);
}

.mobileImgTop {
  display: none;
}

@media (min-width: 991px) {

  .hTitle1 {
    width: 80%;
  }

  .active {
    border-bottom: 2px solid white;
  }
  .noPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}


@media (min-width: 767px) and (max-width: 991px) {
  .centerImg > img {
    padding: 16%;
    padding-top: 5%;
    padding-bottom: 0%;
}
}

@media (max-width: 1199px) {
  .headerBg {
    background: white;
    background-image: url(images/bannerMobile.png);
    color: white !important;
  }

  .hSubTitle-mobile {
    color: white !important;
  }

  .hrShort-mobile {
    border-top: 2px solid white;
  }

  .noPadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .contactus {
    height: 100px;
  }
}

@media (max-width: 991px) {
  #imageMoving {
    background-position-y: 0px !important;
  }
  
  .navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .0);
  }

  .getDemo,
  .hSubTitle {
    width: 100%;
  }

  .contactus {
    height: 80px;
    width: 40%;
  }

  .imgRight {
    width: 100%;
  }

  .navPhone {
    margin-top: 2%;
    margin-left: 2%;
  }

  .mobileImgTop {
    display: block;
  }

  .mobileImgBottom {
    display: none;
  }

  .rowAlignText {
    padding-left: 50px;
    padding-right: 50px;
  }

  .mobilePadding {
    padding-top: 15px;
    padding-bottom: 25px;
  }


  .rowMainTitle {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
}

  .rowMainDesc {
    padding-left: 0px;
    padding-right: 0px;
}

.rowDesc {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 20px;

  font-weight: 300;
  letter-spacing: 1.1px;
}
}

@media (max-width: 767px) {
  .rowTitle-cw, .rowPadding {
    font-size: 14px;
}
}

@media (max-width: 667px) {

  .aContainer h2, .aContainer h2~div {
    padding-left: 15px;
    padding-right: 15px;
    /* background: #f5f8fb; */
    font-size: 25px;
    overflow-wrap: break-word;
}

  .centerImg > img {
    padding: 2%;
}

  .bgDark {
    padding-bottom: 5%;
  }

  .serviceVideo-mobile {
    height: 280px;
  }

  .navbar {
    padding: 10px 20px;
  }

  /* .bgOrangeMap {
    padding-bottom: 10px !important;
  } */

  .pbSmall,
  .pbSmallBottom {
    position: relative;
    padding-bottom: 4%;
  }

  .paddingContainer {
    /* padding-top: 20px;
    padding-bottom: 10px; */
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .bgGray {
    padding-bottom: 2%;
  }

  .serviceGallery {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .paddingContainerIndex {
    height: auto;
  }


  .serviceBox {
    height: auto;
    margin-bottom: 0%;
  }

  .bgWhite {
    background: white;
    margin-top: 0%;
  }

  .hSubTitle {
    width: 100%;
  }

  .servicesHeader {
    padding-left: 5%;
    padding-right: 5%;
  }

  .contactus {
    display: none;
  }

  .rowAlignText {
    padding-left: 50px;
    padding-right: 50px;
  }

}

@media (max-width: 575px) {
  .pricingContainer > .rowBorder {
    border: 0px;
  }
  .contactContainer {
    padding-top: 8% !important;
    padding-bottom: 8% !important;
}

  .paddingContainer {
    padding-top: 15px;
    padding-bottom: 15px;
}

  .headerVideo {
    width: 100%;
    min-height: 200px;
}

  .noPadding {
    padding-bottom: 10px;
    padding-left: 4% !important;
    padding-right: 4% !important;
  }

  .fContactTitle {
    color: white;
    font-size: 40px;
    font-weight: 700;
  }

  .fContactBtn {
    font-size: 25px;
  }

  .companyInfo {
    font-size: 14px;
    padding-top: 1.5%;
  }

  .copyright {
    text-align: center;
    padding-top: 0%;
    padding-bottom: 2%;
  }

  .navPhone {
    margin-top: 4%;
    margin-left: 2%;
  }

  .bgImages {
background-image: url(images/banner3.png);
background-image: -moz-linear-gradient(to left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .9) 90%), url(images/banner3.png); 
/* FF3.6+ */
background-image: -webkit-linear-gradient(to left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .9) 90%), url(images/banner3.png); 
/* Chrome10+,Safari5.1+ */
background-image: -o-linear-gradient(to left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .9) 90%), url(images/banner3.png); 
/* Opera 11.10+ */
background-image: -ms-linear-gradient(to left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .9) 90%), url(images/banner3.png); 
/* IE10+ */
background-image: linear-gradient(to left, rgba(255, 255, 255, .8) 0%, rgba(255, 255, 255, .9) 90%), url(images/banner3.png); 
  }

  .rowTitle-cw, .rowPadding {
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
}

  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 40%;
  }
  
  .col-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

}




@media (max-width: 400px) {

.rowPadding {
  padding: 8px;
}

.col-6 {
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  max-width: 34%;
}

.col-2 {
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
}
}