body {
  color: #5a5a5a;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
    "Helvetica Neue", sans-serif; */
  font-family: "Raleway", sans-serif;
}
@media (min-width: 1200px) {
  .container {
    width: 1020px;
  }
}
.navbar {
  margin-bottom: 0;
  border: 0;
}
.carousel-control.left {
  background-image: none;
}
.carousel-control.right {
  background-image: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: transparent;
}
.navbar-wrapper {
  /* position: absolute; */
  /* top: 0; */
  /* right: 0; */
  /* left: 0; */
  /* z-index: 20; */
}
.navbar-brand {
  float: left;
  height: auto;
  padding: 10px 0 0 0;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand > img {
  display: block;
  height: 38px;
}
.carousel-caption {
  text-shadow: none;
  color: #333;
}
.carousel-caption h1 {
  font-size: 46px;
  font-weight: 700;
  margin: 20px 0 0 0;
}

.carousel-caption h1 span {
  color: #065e8f;
}
.carousel-caption p {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  padding: 15px 0 20px 0;
  margin: 0;
}
.carousel-indicators li {
  display: inline-block;
  width: 30px;
  height: 8px;
  margin: 0;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000\9;
  background-color: rgb(167, 162, 162);
  border: 0;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 30px;
  height: 8px;
  margin: 0;
  background-color: #1f7fb2;
  border: 0;
}
.btn-blue {
  background: #2da7e8;
  color: #fff;
  padding: 10px 24px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 50px;
  background-image: linear-gradient(to right, #2facee, #2695d3, #1c80b8, #106a9e, #025684);
  border: 0;
  font-weight: 600;
}
.btn-blue img {
  width: 16px;
  height: 16px;
}
.btn-blue img {
  -webkit-transition: padding 0.3s ease-in-out, max-width 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out, max-width 0.3s ease-in-out, opacity 0.3s ease-in-out;
  max-width: 0;
  opacity: 0;
}
.btn-blue:hover img {
  width: 16px;
  height: 16px;
  margin-left: 15px;
  opacity: 1;
  max-width: 3em;
  will-change: opacity, max-width;
}
.btn-blue:hover,
.btn-blue:focus {
  background: #065e8f;
  color: #fff;
  background-image: linear-gradient(to right, #2facee, #2695d3, #1c80b8, #106a9e, #025684);
  border: 0;
}
.btn-white {
  background: #ffffff;
  color: #565656;
  padding: 8px 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid #999;
  border-radius: 50px;
}
.btn-white:hover,
.btn-white:focus {
  background: #ffffff;
  color: #222;
  padding: 8px 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid #666;
}
.btn-footer {
  background: #065e8f;
  color: #fff;
  padding: 8px 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 50px;
  background-image: linear-gradient(to right, #2facee, #2695d3, #1c80b8, #106a9e, #025684);
  border: 0;
  font-weight: 600;
}
.btn-footer:hover {
  background: #065e8f;
  color: #fff;
  padding: 8px 20px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
}
.navbar-nav > li > a {
  font-weight: 600;
  color: #333;
}
.navbar-nav > li > a:hover {
  font-weight: 600;
  color: #065e8f;
}
.navbar-nav > li.active > a {
  font-weight: 600;
  color: #065e8f;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    font-size: 16px;
    padding: 22px 10px 22px 10px;
  }
  .carousel-inner .container {
    position: relative;
    height: 600px;
  }
  .carousel-imgs {
    position: absolute;
    z-index: 9999;
    padding-top: 0;
    color: #fff;
    text-align: center;
    text-shadow: none;
    right: -88px;
    padding-bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 60%;
  }
  .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
    text-align: center;
    text-shadow: none;
    right: 0;
    left: 0;
    padding-bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 47%;
  }
}

header > h2 {
  font-size: 18px;
  font-weight: 600;
  color: #065e8f;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
header > h3 {
  font-size: 34px;
  font-weight: 800;
  color: #444;
  margin: 10px 0 40px 0;
  padding: 0;
  position: relative;
}
header > p {
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
  padding: 20px 0;
}
header > h3 > span {
  color: #0a74af;
}
header > h3:after {
  width: 160px;
  height: 2px;
  background: #ddd;
  position: absolute;
  bottom: -20px;
  content: "";
  left: 50%;
  margin-left: -80px;
}
#header {
  transition: all 0.5s;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
#header.header-scrolled {
  height: 70px;
  padding: 0;
  background-color: #fff;
  box-shadow: 0px 0px 23px rgba(127, 137, 161, 0.5);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.whyexceego header > p {
  color: rgba(255, 255, 255, 0.8);
}

.whyexceego header > h2 {
  color: #fff;
}
section.aboutus {
  padding: 80px 0;
  border-top: 1px solid #e7f4f8;
  background: url("../img/rect-pattern.png");
  background-repeat: no-repeat;
  background-position: -522px;
}
.aboutus p {
  font-size: 16px;
  width: 75%;
  margin: 0 auto;
}
.aboutus-p {
  font-weight: 500;
  color: #666;
}
section.ourproducts {
  padding: 80px 0;
  border-top: 1px solid #ddd;
}
section.ourproducts {
  padding: 80px 0;
  border-top: 1px solid #e7f4f8;
  background: url(../img/patter-right.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.product-desc p {
  font-size: 18px;
  padding: 15px 0 20px 0;
  margin: 0;
}
.product-img img {
  width: 80%;
  margin: 0 auto;
}

.product-desc h2 {
  margin: 0;
  padding: 0;
  font-size: 26px;
  color: #333;
  font-weight: 700;
}
.featurette {
  margin: 60px 0 0 0;
}
.product-desc {
  margin: 30px 0 0;
}
section.whyexceego {
  background: #211f23;
  color: #fff;
  padding: 80px 0;
  position: relative;
}

section.whyexceego .container::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 0;
  width: 250px;
  height: 197px;
  background: url(../img/blue-pattern.png);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 99999;
  background-position: center;
  opacity: 0.4;
}
.we-item {
  display: table;
}

.icon-col {
  display: table-cell;
  vertical-align: top;
}

.icon-desc {
  display: table-cell;
  vertical-align: top;
  padding: 0 30px;
}

.we-item {
  margin: 30px 0;
}

.icon-desc h4 {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}

.icon-desc p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
section.contactus {
  padding: 80px 0;
}
footer.footer {
  background: #f6f8f9;
  padding: 60px 0;
}
footer.footer {
  background: #f9f9f9;
  padding: 60px 0 0 0;
  border-top: 0;
}

footer.footer h3 {
  font-size: 16px;
  margin: 0;
  padding: 0 0 15px 0;
  font-weight: 700;
}

footer.footer p {
  font-size: 13px;
  font-weight: 600;
}
footer.footer p.qci {
  font-size: 14px;
  margin: 0;
  padding: 15px 0 0 0;
}
.footer-logo {
  margin: 0 0 30px 0;
}
.copyright-footer {
  border-top: 0;
  padding: 12px 0;
  margin: 0;
}
.copyright-footer p {
  margin: 0;
  padding: 0;
  color: #666;
}
.contactForm {
  width: 80%;
  margin: 20px auto;
}
.form-group {
  margin-bottom: 20px;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b3b3b3;
  border-radius: 0;
  box-shadow: none;
}
.form-control:focus {
  border-color: #0786ce;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 600px;
  margin-bottom: 0;
  background: #fff;
}
.carousel-caption {
  z-index: 999999; /* Since positioning the image, we need to help out the caption */
  text-align: left;
  color: #333;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 600px;
  background-color: #f9fdff;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  width: auto;
  height: 600px;
  right: 0;
}

a.cta-btn {
  /* background: #035b8a !important; */
  color: #fff !important;
  margin: 15px 0 0px 16px;
  padding: 8px 16px !important;
  border-radius: 50px;
  background-image: linear-gradient(to right, #2facee, #2695d3, #1c80b8, #106a9e, #025684);
  border: 0;
}
a.cta-btn:hover,
a.cta-btn:focus {
  color: #fff !important;
  margin: 15px 0 0px 16px;
  padding: 8px 16px !important;
  border-radius: 3px;
  border-radius: 50px;
  background-image: linear-gradient(to right, #2facee, #2695d3, #1c80b8, #106a9e, #025684);
  border: 0;
}
.validation {
  color: #de1717;
  padding: 5px 0 0 0;
  font-weight: 500;
  font-size: 12px;
}
.back-to-top {
  position: fixed;
  padding: 10px 0 0 0;
  display: none;
  background: #333;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
.panel-heading .accordion-toggle:after {
  content: "";
  float: right;
  position: absolute;
  right: 20px;
  top: 36%;
  transform: translateY(-50%);
  background: url("../img/right-arrow.png");
  background-size: 32px 32px;
  width: 32px;
  height: 32px;
  opacity: 0.7;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.panel-heading .accordion-toggle.collapsed:after {
  transform: rotate(0deg);
}

/* Careers */
section.careers-intro {
  padding: 180px 0;
  text-align: center;
}
.inner-header {
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 30px 0;
  text-align: center;
}
.careers-intro p {
  font-size: 16px;
  width: 80%;
  font-weight: 600;
  margin: 0 auto;
  color: #666;
  padding: 0 0 30px 0;
}
.careers-intro img.img-responsive {
  margin: 40px 0 0px 0;
}
section.why-us {
  background: #f9f9f9;
  padding: 80px 0;
}
.header-badge {
  margin: 0px auto;
  display: block;
  width: 100px;
  text-align: center;
  background: #daf1fd;
  border-radius: 50px;
  padding: 4px 18px;
  font-size: 14px;
  font-weight: 600;
  color: #035582;
}
.mt-xx {
  margin: 20px 0 30px 0;
}
.wu-list {
  margin: 30px 0;
}

.wu-list h3 {
  margin: 0 0 20px 0;
  font-weight: 700;
  color: #414d5b;
}

.wu-list p {
  font-weight: 500;
  color: #555;
}
.wu-list h3 > img {
  padding: 0 5px;
}
.inner-header-para {
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  margin: 0 0 40px 0;
}
section.joblist {
  padding: 80px 0;
}
.panel-heading a {
  display: block;
  padding-right: 0;
  text-decoration: none;
  color: #333;
  position: relative;
  padding: 24px 30px;
}

.job-title {
  font-size: 22px;
  font-weight: 600;
  color: #414d5b;
  margin: 0 0 13px 0;
}

span.loc {
  font-size: 16px;
  color: #414d5b;
  font-weight: 600;
}

span.exp {
  font-size: 16px;
  color: #414d5b;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #ffffff;
  border-color: #ddd;
  padding: 0;
}
.job-desc {
  padding: 30px 30px 20px 30px;
}

.job-desc h4 {
  margin: 0 0 28px 0;
  font-size: 18px;
  font-weight: 600;
}

.job-desc ul {
  margin: 0 0 30px 0;
  list-style: square;
  font-size: 16px;
  color: #333;
}
footer.footer h3.fheader {
  margin: 0 0 20px 0;
  font-weight: 600;
  font-size: 20px;
  display: table;
  vertical-align: middle;
}
h3.fheader > img {
  opacity: 0.6;
}
.modal-backdrop {
  z-index: 9999;
}
.modal {
  z-index: 99999;
}
.modal-body {
  position: relative;
  padding: 40px;
}

.social-links {
  text-align: right;
}
.social-links a {
  color: #04476d;
  font-weight: 700;
  padding: 8px 0 0 15px;
  display: inline-block;
}
#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}
/*
  Bootstrap Carousel Fade Transition (for Bootstrap 3.3.x)
  CSS from:       http://codepen.io/transportedman/pen/NPWRGq
  and:            http://stackoverflow.com/questions/18548731/bootstrap-3-carousel-fading-to-new-slide-instead-of-sliding-to-new-slide
  Inspired from:  http://codepen.io/Rowno/pen/Afykb 
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.footer-logo img {
  height: 30px;
}
.carousel {
  position: relative;
}
.carousel .container::after {
  content: "";
  position: absolute;
  left: -40px;
  right: 0;
  width: 250px;
  height: 197px;
  background: url("../img/blue-pattern.png");
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 99999;
  background-position: center;
}
.map {
  margin: 60px 0 0;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.sjms-img {
  height: 300px;
  background-image: url("../img/sjms.png");
  margin: 40px 0 0;
}
section.careers-intro.sjms-intro {
  padding: 180px 0 0 0;
}
.b-list ul {
  list-style: none;
}
.b-list li {
  background-image: url("../img/check.png");
  background-repeat: no-repeat;
  background-position: 0px 5px;
  margin: 0;
  color: #444;
  font-size: 15px;
  padding: 5px 0px 14px 36px;
  font-weight: 500;
}
.b-list {
  margin: 40px 0 0 0;
}
.map img {
  width: 100%;
}
span.txt-red {
  color: red;
  font-size: 18px;
  line-height: 0;
  height: 0;
}
.pptc {
  padding: 180px 0 40px 0;
  font-size: 17px !important;
}
.video {
  width: 100%;
  height: 240px;
  margin: 15px auto;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
}
@media (min-width: 768px) {
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0; /* The navbar becomes detached from the top, so we round the corners */
  }
}

@media (max-width: 767px) {
  .last-child-r {
    margin-bottom: 0 !important;
  }
  .panel-heading .accordion-toggle:after {
    display: none;
  }
  span.loc,
  span.exp {
    font-size: 14px;
    line-height: 1.4;
  }
  .job-desc {
    padding: 00px 30px 20px 30px;
  }
  .carousel .container::after {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: -120px;
    width: 250px;
    height: 197px;
    bottom: auto;
    opacity: 0.7;
  }
  .we-item {
    margin: 30px 0 0 0;
  }
  header > p {
    font-size: 16px !important;
    width: 100%;
  }
  section.whyexceego {
    padding: 60px 0 60px 0;
  }
  section.whyexceego .container::after {
    opacity: 0;
  }
  footer.footer h3.fheader {
    margin: 20px 0;
  }
  footer.footer {
    background: #ffffff;
    padding: 0;
  }
  section.aboutus {
    padding: 40px 0;
  }
  section.ourproducts {
    padding: 40px 0;
  }
  section.contactus {
    padding: 40px 0;
  }
  .text-center {
    text-align: left;
  }
  header > p {
    font-size: 18px;
    width: 100%;
  }
  .contactForm {
    width: 100%;
    margin: 20px auto;
  }
  header > h3 {
    font-size: 28px;
  }
  .aboutus p {
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
  }
  .product-desc p {
    font-size: 16px;
  }
  .featurette {
    margin: 30px 0 0 0;
  }

  .carousel {
    height: auto;
  }
  .carousel-caption h1 {
    font-size: 25px;
  }
  .carousel .item {
    height: auto;
  }
  div#topbar {
    display: none;
  }
  .carousel-inner > .item > img {
    display: none;
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 13px 0 0 0;
    margin-right: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #2b2727;
  }
  #header {
    background: #fff;
    border-bottom: 1px solid #ddd;
  }
  .navbar-brand > img {
    display: block;
    height: 22px;
  }
  .carousel-caption {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 0 30px 0;
  }
  .carousel-imgs {
    margin: 51px 0 0 0;
  }
  .carousel-imgs img {
    width: 50%;
    margin: 0;
  }
  #header.header-scrolled {
    height: auto;
  }
  .carousel-indicators {
    left: unset;
    right: 20px;
    width: 100px;
  }
}

.joblist .panel-heading a.accordion-toggle.collapsed {
  background: #fff;
  transition: all 0.3s;
}

.joblist .panel-heading a.accordion-toggle {
  background: #f3f3f3;
  transition: all 0.3s;
}
.joblist .panel-group .panel-heading + .panel-collapse > .list-group,
.joblist .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
  background: #f3f3f3;
  transition: all 0.3s;
}
/*************Loader Image Added By Ashiq****************/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity:0.6;
	background: url(../img/loader-64x/Preloader_2.gif) center no-repeat #fff;
}
/*************************************************************