body {
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.section-padding {
  padding: 40px 0px;
}

h1, h2, h3, h4, h5, h6, span, p {
  font-family: 'Lato', sans-serif;
}

/**media Queries**/
.navbar-default {
  background-color: RGBA(43, 43, 43, 1.00);
  ;
}

.main-header {
  background-color: RGBA(0, 0, 0, 0.80);
  background-size: cover;
  min-height: 195px;
  background-position: center;
}

.bg-color {
  background-color: RGBA(0, 0, 0, 0.90);
  min-height: 195px;
}

.nav>li>a {
  padding: 0px;
}

.navbar-brand {
  padding: 0px;
  height: inherit;
  font-family: 'Lato', sans-serif;
}

.navbar-img {
  max-width: 90px;
  max-height: 90px;
}

.navbar-default .navbar-brand {
  color: #fff;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #FFAB00;
  background-color: transparent;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  padding: 0px 12px;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  color: #FFAB00;
}

.navbar-fixed-top {
  padding: 35px 0;
  transition: all 0.5s;
}

.navbar-padding {
  padding-top: 45px;
}

.navbar-logo {
  padding: 0px 0;
  max-height: 125px;
}

.top-nav-collapse {
  background: rgba(43, 43, 43, 1.00);
  padding: 5px 0;
}

/**Hide carousel on mobile**/
.desktopHide {
  display: inline;
}

@media only screen and (min-width : 768px) {
  .desktopHide {
    display: none;
  }
}

.mobile-header {
  background: url(../img/banner.jpeg) no-repeat center fixed;
  background-size: cover;
  min-height: 600px;
  background-position: center;
}

.sync-logo {
  max-height: 500px;
  max-width: 500px;
  position: relative;
  top: 90px;
  margin: auto;
}

/**Carousel**/
.mobileHide {
  display: inline;
}

@media only screen and (min-width : 1px) and (max-width : 767px) {
  .mobileHide {
    display: none;
  }
}

.carousel-dims {
  max-height: 700px;
}

.carousel-indicators {
  bottom: 0%;
}

.carousel-indicators li {
  display: inline-block;
  text-indent: 0;
  cursor: pointer;
  border: 0;
  border-radius: 0%;
  background-color: rgba(143, 143, 143, 0.5);
}

.carousel-indicators .active {
  background-color: #FFAB00;
}

.carousel-bg {
  width: 100%
}

.carousel-content-width {
  width: 360px;
}

.carousel-container {
  position: absolute;
  top: 20%;
  left: 12%;
  display: inline-block;
  width: 30%;
}

.carousel-textbox {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 3%;
}

.carousel-title {
  font-size: calc(1em + 1vw);
  font-weight: 700;
  letter-spacing: 0.125vw;
  margin: 0px;
  color: #FFAB00;
}

.carousel-subtitle {
  font-size: calc(0.5em + 1vw);
  letter-spacing: 0.1vw;
  margin-top: 0.5vw;
}

.carousel-btn-pad {
  padding: 0% 3%;
}

.carousel-img-cnt {
  position: absolute;
  top: 10%;
  right: 12%;
  display: inline-block;
  width: 30%;
}

.carousel-img {
  max-width: 75%;
}

/**This is in Bootstrap, overriding here to customize width**/
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .25
}

/**This is in Bootstrap, overriding here to customize width**/
.carousel-control:hover {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .5
}

div.gallery {
  margin-top: 12px;
  margin-bottom: 12px;
  border: 0px solid #ccc;
}

div.gallery:hover {
  border: 0px solid #777;
}

/**Follow us on LinkedIn*/
.bg2 {
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: center center;
}

.bg2-color {
  background-color: RGBA(0, 0, 0, 0.40);
}

.bg-img2 {
  background: url('../img/banner.jpeg') no-repeat center fixed;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.follow-txt h3 {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #fff;
}

.follow-txt span {
  font-size: 25px;
  color: #fff;
}

.bg-img2 .button-submit {
  background: #FFAB00;
  display: inline-block;
  font-size: 16px;
  padding: 10px 40px;
  border-radius: 6px;
  letter-spacing: 1px;
  color: #333;
  align-items: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-top: 40px;
  margin-bottom: 40px;
}

.button-submit:hover {
  background: #FF991F;
  transition: all 0.4s ease 0s;
}

/**Industy Section**/
#backImage1 {
  background: url("../img/r.jpg") no-repeat;
  background-size: cover;
  height: 200px;
}

#backImage1 :hover {}

#backImage2 {
  background: url("../img/e.jpg") no-repeat;
  background-size: cover;
  height: 200px;
}

#backImage2 :hover {}

#backImage3 {
  background: url("../img/p.jpg") no-repeat;
  background-size: cover;
  height: 200px;
}

#backImage3 :hover {}

#backImage4 {
  background: url("../img/3.jpg") no-repeat;
  background-size: cover;
  height: 200px;
}

#backImage4 :hover {}

#backImage5 {
  background: url("../img/g.jpg") no-repeat;
  background-size: cover;
  height: 200px;
}

#backImage5 :hover {}

#backImage6 {
  background: url("../img/i.jpg") no-repeat;
  background-size: cover;
  height: 200px;
}

#backImage6 :hover {}

#divHeight {
  height: 200px;
  font-weight: 900;
  color: white;
  font-size: 30px;
}

#divHeight:hover {
  -webkit-transform: scale(1.2);
  transition: all 0.2s ease 0s;
}

.spanM {
  display: inline-block;
  /* float:left;  remove */
  margin: 80px 0 0 0;
  /*
    padding: 5px 10px
    */
}

/**Summary**/
#summary {
  padding: 40px 40px;
}

.summary-info {
  border: 5px solid #FFAB00;
  padding: 20px 20px;
}

.summary-txt {
  font-size: 26px;
}

/****/
/**Subpage Style**/
.subpage-title h1 {
  margin-bottom: 0.75rem;
}

.subpage-subtitle h4 {
  line-height: 1.5;
  padding: 0rem 3rem;
}

.subpage-subtitle hr {
  background-color: #FFAB00;
  width: 104px;
  height: 3px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.subpage-content a:hover {
  color: #FFAB00;
}

/**Values**/
.value-cards {
  /**background-color: RGB(240,240,240);**/
  margin: 10px;
}

.value-cards p {
  line-height: 1.75;
  color: #4d4d4d;
  font-size: 1.5rem;
}

.value-icon {
  max-height: 15rem;
}

.value-icon:hover {
  -webkit-transform: scale(1.1);
  transition: all 0.4s ease 0s;
}

/**Partners**/
.partner-style h3 {
  margin-top: 0px;
}

.partner-style p {
  margin-bottom: 150px;
}

.partner-logo {
  max-height: 12rem;
  max-width: 25rem;
}

.partner-logo:hover {
  -webkit-transform: scale(1.05);
  transition: all 0.4s ease 0s;
}

/****/
/**Landing Page Sections**/
.head-title {
  color: #2b2b2b;
  font-size: 32px;
  font-weight: 700;
}

.botm-line {
  background-color: #FFAB00;
  width: 34px;
  height: 3px;
  display: inline-block;
}

.section-title:hover .botm-line {
  width: 70px;
  /* For Safari/
    -webkit-transition-property: width;
    -webkit-transition-duration: 2s;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: 1s;
    /* Standard*/
  transition-property: width;
  transition-duration: 2s;
  transition-timing-function: linear;
  transition-delay: 1s;
}

/**Blog Style**/
.blog-directory {
  width: 100%;
  margin-bottom: 3em;
}

.blog-directory .img {
  display: block;
  height: 150px;
  width: 150px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .blog-directory .img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.site-section {
  padding: 7em 0;
}

.site-section.py-md {
  padding: 3em 0;
}

.site-section.py-sm {
  padding: 0em 0;
}

.blog-entries img {
  max-width: 15%;
  height: auto;
  margin-left: 20px;
  margin-right: 20px;
}

.author img {
  width: 40px;
  border-radius: 50%;
  display: inline-block;
}

/**Careers**/
.career-bullets ul li {
  line-height: 2.75;
  color: #4d4d4d;
  font-size: 1.5rem;
  list-style: disc;
}

/**Sitewide Styles**/
.section {
  position: relative;
  padding: 88px 0 67px 0;
  display: block;
}

p, a {
  line-height: 1.75;
  color: #4d4d4d;
  font-size: 1.5rem;
}

.icon {
  position: relative;
  height: 48px;
  width: 48px;
  float: left;
  margin-top: 14px;
  margin-bottom: 20px;
}

.icon i {
  font-size: 35px;
}

.icon-text {
  margin-left: 73px;
  padding: 0px 25px 25px 0px;
}

h3.txt-tl {
  font-size: 24px;
  line-height: 1.35;
}

.section {
  position: relative;
  padding: 88px 0 67px 0;
  display: block;
}

.col-pad1 {
  padding: 3vw 0vw;
}

m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

/**Sync Button Style**/
.sync-button {
  padding: 1vw 2vw;
  margin: 1rem 0rem;
  background: #FFAB00;
  display: inline-block;
  font-size: 2rem;
  padding: 1rem 2rem;
  border-radius: 0.3vw;
  letter-spacing: 0.1rem;
  color: #2b2b2b;
}

.sync-button:hover {
  background: #FF991F;
  transition: all 0.2s ease 0s;
}

/**contact us**/
a:hover {
  color: #FFAB00;
  text-decoration: none;
}

.cont-title {
  font-size: 24px;
  padding: 15px 0px;
}

.location-info p span {
  display: inline-block;
}

.location-info p span {
  width: 40px;
  font-size: 24px;
  vertical-align: middle;
}

#footer {
  background-color: #191919;
  padding: 20px 0px;
}

#footer1 {
  background-color: #191919;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}

.footer-copyright {
  color: #fff;
  line-height: 32px;
  text-align: left;
}

.footer-social {
  float: right;
}

.footer-social a {
  font-size: 18px;
  color: #666;
}

.footer-social a:hover {
  color: #FFAB00;
}

.fa-twitter:hover {
  color: #00b6f1;
}

.fa-linkedin:hover {
  color: #007bb6;
}

.link-dec {
  color: #000;
}

.link-dec:hover {
  color: #FFAB00;
}

/****/
@media (min-width: 451px) and (max-width: 900px) {
  .section-title {
    margin-bottom: 15px
  }
}

@media (min-width: 20px) and (max-width: 450px) {
  .navbar-toggle:hover, .navbar-toggle {
    background-color: #fff;
    color: #000;
  }

  .navbar-toggle {
    margin-top: 0px;
  }

  .navbar-default .navbar-nav>li>a {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
  }

  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFAB00;
  }

  .top-title {
    font-size: 15px;
  }

  .title {
    font-size: 50px;
  }

  .sub-title {
    font-size: 24px;
  }

  .padding-right-zero {
    padding-right: 15px;
  }

  .section-title {
    margin-bottom: 15px;
  }

  .follow-txt h3 {
    font-size: 28px;
  }

  body {
    font-size: 14px;
  }

  h3.txt-tl {
    font-size: 20px;
  }
}

/****/
