body {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
}
html.sticky-header-active #header.header-semi-transparent .header-body:before {
  opacity: 1;
}
p {
  text-align: justify;
  line-height: 30px;
}
#header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a {
  font-size: 14px !important;
}

.manu-bar-header {
  width: 70% !important;
}
.banner-header-text {
  padding-top: 70px;
  padding-bottom: 10%;
}
.banner-header-text .bigheadinner1 {
  text-align: center;
  color: #fff;
  font-size: 8vw;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  letter-spacing: 2.5px;
}
.banner-header-text2 {
  padding-top: 100px;
  padding-bottom: 180px;
}
.banner-header-text2 h1 {
  margin: 0px;
  padding: 0px;
  font-size: 5vw;
  font-weight: 700;
  color: #fff;
  /* text-shadow: 2px 2px 0px rgba(10, 10, 10, 0.65); */
  font-family: "Titillium Web", sans-serif;
  line-height: 125%;
  text-align: center;
}

.bigheadinner {
  margin: 0px;
  padding: 0px;
  font-size: 6vw !important;
  font-weight: 700;
  color: #fff;
  /* text-shadow: 2px 2px 0px rgba(10, 10, 10, 0.65); */
  font-family: "Titillium Web", sans-serif;
  line-height: 100%;
  text-align: center;
}
.bigheadinner3 {
  margin: 0px;
  padding: 0px;
  font-size: 5vw;
  font-weight: 700;
  color: #fff;
  /* text-shadow: 2px 2px 0px rgba(10, 10, 10, 0.65); */
  font-family: "Titillium Web", sans-serif;
  line-height: 125%;
  text-align: center;
}
.our-value-biginner {
  width: 80% !important;
}
/*.header-banner{
    height: 600px;
    width: 100%;
}
.header-banner .slide{
    width: 100%;
    height: 100%;
}
.header-banner .slide .carousel-inner{
    height: 100%;
    width: 100%;
}
.header-banner .slide .slider-1{
    background:url("asset/banner-bg-1.jpg") no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.header-banner .slide .slider-2{
    background:url("asset/banner-bg-2.jpg") no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.header-banner .slide a.carousel-control{
    background: none;
}
.header-banner .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
    left: 25%;
}
.header-banner .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
    right: 25%;
}*/

.header-banner {
  background-image: url(asset/banner-bg-1.jpg) no-repeat;

  width: 100%;
  height: auto;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
  /*animation: paralax ;
    
    animation-duration: 15s ;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;*/
  /*transition: background-image 3s ease-in-out;
    -moz-transition: background-image 5s ease-in-out;
    -webkit-transition: background-image 3s ease-in-out;
    -ms-transition: background-image 3s ease-in-out;
    -o-transition: background-image 3s ease-in-out;*/
}

.cb-slideshow {
  list-style: none;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-indent: -999em;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -webkit-animation: imageAnimation 36s linear infinite 0s;
  -moz-animation: imageAnimation 36s linear infinite 0s;
  -o-animation: imageAnimation 36s linear infinite 0s;
  -ms-animation: imageAnimation 36s linear infinite 0s;
  animation: imageAnimation 36s linear infinite 0s;
}
.cb-slideshow li:nth-child(1) span {
  background-image: url(asset/banner-bg-5.jpg);
}
.cb-slideshow li:nth-child(2) span {
  background-image: url(asset/banner-bg-2.jpg);
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -o-animation-delay: 6s;
  -ms-animation-delay: 6s;
  animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) span {
  background-image: url(asset/banner-bg-3.jpg);
  -webkit-animation-delay: 12s;
  -moz-animation-delay: 12s;
  -o-animation-delay: 12s;
  -ms-animation-delay: 12s;
  animation-delay: 12s;
}
/* .cb-slideshow li:nth-child(4) span {
    background-image: url(asset/banner-bg-4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
} */
.cb-slideshow li:nth-child(5) span {
  background-image: url(asset/banner-bg-5.jpg);
  -webkit-animation-delay: 24s;
  -moz-animation-delay: 24s;
  -o-animation-delay: 24s;
  -ms-animation-delay: 24s;
  animation-delay: 24s;
}
.bg-color {
  background: url("asset/banner-bg-1.jpg") no-repeat;
  width: 100%;
  height: auto;
  background-attachment: fixed;
  background-size: cover;
}
@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    transform: scale(1.05);
    animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    transform: scale(1.1);
  }
  22% {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-20%);
  }
  25% {
    opacity: 0;
    -transform: scale(1.1) translateY(-100%);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes imageAnimation {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -webkit-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  22% {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-20%);
  }
  25% {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-100%);
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes imageAnimation {
  0% {
    opacity: 0;
    -moz-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -moz-transform: scale(1.05);
    -moz-animation-timing-function: ease-out;
  }
  17% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  22% {
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-20%);
  }
  25% {
    opacity: 0;
    -moz-transform: scale(1.1) translateY(-100%);
  }
  100% {
    opacity: 0;
  }
}

.banner-header-text .bigheadinner1 {
  text-align: center;
  color: #fff;
  font-size: 8vw;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  letter-spacing: 2.5px;
}
.banner-header-text2 {
  padding-top: 100px;
  padding-bottom: 180px;
}
.banner-header-text2 h1 {
  margin: 0px;
  padding: 0px;
  font-size: 5vw;
  font-weight: 700;
  color: #fff;
  /* text-shadow: 2px 2px 0px rgba(10, 10, 10, 0.65); */
  font-family: "Titillium Web", sans-serif;
  line-height: 125%;
  text-align: center;
}

.bigheadinner {
  margin: 0px;
  padding: 0px;
  font-size: 6vw !important;
  font-weight: 700;
  color: #fff;
  /* text-shadow: 2px 2px 0px rgba(10, 10, 10, 0.65); */
  font-family: "Titillium Web", sans-serif;
  line-height: 100%;
  text-align: center;
}
.bigheadinner3 {
  margin: 0px;
  padding: 0px;
  font-size: 5vw;
  font-weight: 700;
  color: #fff;
  /* text-shadow: 2px 2px 0px rgba(10, 10, 10, 0.65); */
  font-family: "Titillium Web", sans-serif;
  line-height: 125%;
  text-align: center;
}
.our-value-biginner {
  width: 80% !important;
}
.banner-text-para {
  font-size: 2.5vw;
  color: #fff;
  width: 58%;
  margin: auto;
  margin-top: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
  border-top: 10px solid #fff;
  border-bottom: 3px solid #fff;
  line-height: 130%;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-align: center;
}
.banner-text-para-1 {
  font-size: 2.5vw;
  color: #fff;
  width: 80%;
  margin: auto;
  margin-top: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
  border-top: 10px solid #fff;
  border-bottom: 3px solid #fff;
  line-height: 130%;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-align: center;
}
.banner-text-para-2 {
  font-size: 2.5vw;
  color: #fff;
  width: 80%;
  margin: auto;

  padding-top: 5%;
  padding-bottom: 5%;

  line-height: 130%;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-align: center;
}
.banner-text-para2 {
  font-size: 2.5vw;
  color: #fff;
  width: 78%;
  margin: auto;
  margin-top: 5%;
  padding-top: 5%;
  padding-bottom: 5%;
  border-top: 10px solid #fff;
  border-bottom: 3px solid #fff;
  line-height: 130%;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-align: center;
}
.banner-left-text {
  padding-bottom: 5%;
  padding-left: 0%;
  text-align: center;
}
.banner-right-text {
  padding-bottom: 15%;
  padding-right: 0%;
  text-align: center;
}
.banner-left-text h3 {
  font-size: 5vw;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
}
.banner-left-text p {
  font-weight: bold;
  color: #fff;

  letter-spacing: 0px;
  margin: 0px;
  padding: 0px;
  font-family: "Titillium Web", sans-serif;
  text-shadow: 2px 2px 0px rgba(10, 10, 10, 0.65);
  line-height: 140%;
  font-size: 2.5vw;
}
.banner-right-text p {
  color: #fff;
  font-size: 2.5vw;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-shadow: 2px 2px 0px rgba(10, 10, 10, 0.65);
  line-height: 127%;
  padding-top: 5%;
}

.section-content-wrap {
  margin: 0px !important;
  padding: 0px !important;
  border: none !important;
  background: #f4f4f4;
}
.customer-left-enriched {
  float: left;
  width: 50%;
  height: 345px;
  background: #625e5f;
}
.customer-right-enriched {
  float: left;
  background: #ffbf05;
  width: 50%;
  height: 345px;
}
.customer-enriched-left {
  padding: 5%;
}

.customer-enriched-right h2 {
  font-size: 2vw;
  line-height: 130%;
  color: #625e5f;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  padding: 0px 20px 40px 20px;
  margin: 0px;
}
.customer-enriched-right {
  height: 100%;
  position: relative;
  width: 90%;
}
.customer-enriched-left h2 {
  color: #fff;
  font-size: 22px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.customer-enriched-right .buttons .nextBtn {
  position: absolute;
  right: -62px;
  top: 41%;
  cursor: pointer;
}
.customer-enriched-right .buttons .prevBtn {
  position: absolute;
  left: 0;
  top: 41%;
  cursor: pointer;
}
.customer-enriched-right .buttons img {
  height: 50px;
}
.customer-enriched-left p {
  color: #fff;
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  line-height: 35px;
}
.about-text-content {
  padding-top: 10%;
  padding-left: 10%;
}
.about-text-content p {
  color: #fff;
  font-size: 25px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  line-height: 35px;
}

/* Our Value Change */
.our-value-content-header {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.our-value-content-header h2 {
  color: #625e5f;
  font-family: "Titillium Web", sans-serif;
  font-weight: normal;
  font-size: 35px;
  padding-bottom: 10px;
  position: relative;
}
.our-value-content-header h2:after {
  position: absolute;
  content: "";
  background-color: #07128e;
  width: 80px;
  height: 2px;
  bottom: 0;
  left: 46%;
}
.our-value-content-header p {
  color: gray;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 20px;
}
.our-value-content {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 0px;
}
.our-value-list-text {
  height: 205px;
  position: relative;
}
.our-value-content-list:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 1px;
  background: #ccc;
  top: 43%;
  left: 27px;
}
.our-value-content-list:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 95%;
  background: #ccc;
  top: 0px;
  left: 48%;
}
.our-value-list-text h3 {
  color: #000;
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  padding-bottom: 10px;
}
.our-value-list-text p {
  color: #333;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  margin: 0;
  padding-bottom: 10px;
}
.our-value-list-text ul {
  padding-left: 0;
}
.our-value-list-text ul li {
  color: #333;
  list-style: none;
  font-size: 14px;
  padding-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
.our-value-list-text ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 13px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  left: 0;
}
/*End Our value */
/* Who We are */
.who-we-are-content {
  margin-top: 40px;
}
.who-we-are-content p {
  line-height: 30px;
  font-size: 16px;
}
.who-we-are-content h2 {
  font-size: 25px;
  margin: 0 0 40px 0;
  padding-top: 20px;
  position: relative;
  color: #625e5f;
}
.who-we-are-content h2:after {
  position: absolute;
  content: "";
  background-color: #07128e;
  width: 80px;
  height: 2px;
  bottom: 0;
  left: 0;
}
.who-we-are-content h4 {
  color: #625e5f;
  font-weight: bold;
}
.who-we-are-content ul {
  list-style: none;
  padding-left: 0px;
  width: 60%;
}
.who-we-are-content ul li {
  padding-bottom: 10px;
  position: relative;
  /*padding-left: 25px;*/
  font-weight: bold;
  border-bottom: solid 1px #ccc;
  padding-top: 10px;
}
/*.who-we-are-content ul li:after{
    position: absolute;
    content: "\f14a";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--
    color: #625e5f;
    font-size: 15px;
    padding-right: 0.5em;
    position: absolute;
    top: 2px;
    left: 0;
}*/
.who-we-are-content ul li span {
  float: right;
  font-weight: normal;
}
/* End Who we are */

.over-view-head {
  color: #625e5f;

  font-size: 3vw;
  margin-bottom: 10px !important;
  padding-bottom: 20px;
  padding-top: 30px;
  font-weight: 600;
  line-height: 157%;
  text-align: center !important;
  font-family: "Titillium Web", sans-serif;
}
.team-wrap {
  background: url("asset/bg-img-4.html") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: auto;
  padding: 50px 0;
}
.numbers-list-wrap {
  border: solid 3px #fff;
  border-radius: 100%;
  width: 70%;
  height: 175px;
  display: inline-block;
  text-align: center;
}
.numbers-list-wrap h2 {
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
  position: relative;
  margin: 0;
}
.team-wrap-content h2 {
  color: #625e5f;
  font-size: 40px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  padding-top: 70px;
  padding-bottom: 20px;
  margin: 0;
  text-decoration: underline;
}
.team-wrap-content p {
  color: #625e5f;
  font-size: 23px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  line-height: 40px;
  padding-bottom: 70px;
}
.get-touch {
  text-align: center;
  background: #f6f6f6;
  padding-bottom: 50px;
}
.client-interact-section {
  text-align: center;
  background: #f6f6f6;
  border: solid 1px lightgray;
}
.client-interact {
  font-size: 30px;
  color: #625e5f;
  font-family: "Titillium Web", sans-serif;
  padding-top: 30px;
  padding-bottom: 10px;
  font-weight: 500;
  margin: 0;
}
.get-in-touch h2 {
  font-size: 3vw;
  color: #625e5f;
  font-family: "Titillium Web", sans-serif;
  padding-top: 30px;
  padding-bottom: 10px;
  font-weight: 600;
}
.get-in-touch a.phone-no {
  font-size: 25px;
  color: #fff;
  border-radius: 4px;
  background: #625e5f url(asset/phone.png) no-repeat 10px center;
  padding: 20px 10px 20px 40px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
}
.get-in-touch a.portal-icon {
  font-size: 25px;
  color: #fff;
  border-radius: 4px;
  background: #625e5f url(asset/globe.png) no-repeat 10px center;
  padding: 20px 38px 20px 50px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  margin-bottom: 10px;
}
.get-in-touch a.email-link {
  font-size: 25px;
  color: #fff;
  border-radius: 4px;
  padding: 20px 20px 20px 38px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #07128e url(asset/email.png) no-repeat 10px center;
}
.footer-email-custom i {
  color: #ffbf05 !important;
}
.Copyright-text {
  padding-left: 70px;
}
/* Our values */

.our-value-propotion-content h2 {
  font-size: 35px;
  font-weight: 700;
  font-family: "Titillium Web", sans-serif;
  text-align: center;
  margin-bottom: 0px;
  color: #625e5f;
  margin: auto;
  padding-bottom: 20px;
  position: relative;
}
.our-value-propotion-content h2:before {
  content: "";
  position: absolute;
  background: #625e5f;
  width: 70px;
  height: 3px;
  bottom: 0;
  left: 47%;
}
.our-value-propotion-content h3 {
  font-size: 25px;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 30px;
  color: #625e5f;
}
.our-value-propotion-content p {
  color: #625e5f;
  text-align: center;
  font-size: 22px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  line-height: 30px;
  padding-top: 30px;
}
.candidate-text-list h3 {
  color: #625e5f;
  font-size: 25px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  margin: 0;
  padding-bottom: 20px;
  padding-left: 6%;
}
.candidate-text-list ul {
  padding-left: 64px !important;
}
.candidate-text-list {
  width: 88%;
  margin: auto;
}
.candidate-content p {
  padding-left: 11%;
}
.our-value-propotion-content ul {
  line-height: 150%;
  padding-left: 0;
}
.our-value-propotion-content ul li {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  font-family: "Titillium Web", sans-serif;
  line-height: 30px;
  position: relative;
  list-style-type: none;
  padding-left: 35px;
}
.our-value-propotion-content ul li:before {
  position: absolute;
  content: "\f14a";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #625e5f;
  font-size: 15px;
  padding-right: 0.5em;
  position: absolute;
  top: 2px;
  left: 0;
}
.customer-expectations {
  margin-bottom: 40px;
  margin-top: 0px;
}
.customer-expectations .customer-expectations-left {
  float: left;
  width: 50%;
  height: 400px;
  background: #fff;
  padding: 40px 30px 0 31px;
  border: solid 1px #ccc;
}
.customer-expectations .customer-expectations-left h3 {
  color: #333;

  margin: auto;

  font-family: "Titillium Web", sans-serif;
  font-weight: bold;

  padding-bottom: 20px;
  line-height: 30px;
  font-size: 25px;
}
.customer-expectations .customer-expectations-right h3 {
  color: #fff;

  margin: auto;

  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  font-size: 25px;
  padding-bottom: 20px;
  line-height: 30px;
}
.customer-expectations .customer-expectations-left p {
  color: #333;
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  font-weight: normal;
  padding-bottom: 15px;
  line-height: 30px;
  font-size: 16px;
}
.customer-expectations .customer-expectations-left ul {
  padding-left: 0;
}
.customer-expectations .customer-expectations-left ul li {
  line-height: 20px;
  padding-bottom: 10px;
  color: #333;
  position: relative;
  list-style-type: none;
  padding-left: 30px;
  font-size: 16px;
}
.customer-expectations .customer-expectations-left ul li:before {
  position: absolute;
  content: "\f00c";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #333;
  font-size: 15px;
  padding-right: 0.5em;
  position: absolute;
  top: 2px;
  left: 0;
}
.customer-expectations .customer-expectations-right ul {
  padding-left: 0;
}
.customer-expectations .customer-expectations-right ul li {
  line-height: 20px;
  padding-bottom: 10px;
  color: #fff;
  position: relative;
  list-style-type: none;
  padding-left: 30px;
  font-size: 16px;
}
.customer-expectations .customer-expectations-right ul li:before {
  position: absolute;
  content: "\f00c";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #fff;
  font-size: 15px;
  padding-right: 0.5em;
  position: absolute;
  top: 2px;
  left: 0;
}
.candidate-expectations-left {
  float: left;
  width: 50%;
  height: 400px;
  background: #625e5f;
  padding: 92px 0 0 0;
}
.candidate-expectations-left h2 {
  font-weight: 700;
  color: #fff;
  text-align: left;
  letter-spacing: 0px;
  margin: 0px;
  padding: 0px;
  /* font-family: 'Noto Serif', serif; */
  font-family: "Titillium Web", sans-serif;
  text-shadow: 2px 2px 0px rgba(10, 10, 10, 0.65);
  line-height: 120%;
  font-size: 2.8vw;
  margin-left: 6%;
}

.customer-expectations .customer-expectations-right {
  float: left;
  width: 50%;
  height: 400px;
  border-bottom: solid 1px lightgray;
  background: #07128e;
  padding: 40px 30px 0 31px;
}
.customer-expectations .customer-expectations-right p {
  color: #fff;
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  font-weight: normal;
  padding-bottom: 15px;
  line-height: 30px;
  font-size: 16px;
}
.candidate-expectations-right {
  float: left;
  width: 50%;
  height: 400px;
  border-bottom: solid 1px lightgray;
  background: #ffbf05;
}
.customer-slide-content {
  padding-top: 35px;
  padding-left: 6%;
}
.customer-slide-content img {
  margin-bottom: 6%;
}
.candidate-content {
  padding-top: 35px;
  padding-left: 6%;
}
.candidate-content h2 {
  color: #625e5f;
  font-size: 30px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
}

.customer-slide-content ul {
}
.candidate-content ul li {
  font-size: 18px;
  line-height: 130%;
  /* line-height: 160%; */
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  padding: 0px 20px 40px 20px;
  margin: 0px;
  color: #333 !important;
}
.customer-slide-content ul li {
  font-size: 2vw;
  line-height: 130%;
  /* line-height: 160%; */
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  padding: 0px 20px 40px 20px;
  margin: 0px;
  color: #333 !important;
}

/* About Us */
.product-info {
  background: url("asset/banner-bg-3.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 300px;
}
.product-info .product-banner-head {
  padding-top: 200px;
}
.product-info .product-banner-head h2 {
  color: #fff;
  border-left: solid 5px #fff;
  border-right: solid 5px #fff;
  font-weight: 700;
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 40px;
}
/*What we do */
.solutions-content {
  background: #cccccc;
  height: 80px;
  width: 100%;
  display: table;
}

.solutions-content .solutions {
  font-size: 28px;
  color: #fff;
  background-color: #625e5f;
  padding: 16px 0px;
  width: 15%;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Titillium Web", sans-serif;
}
.solutions-content .service {
  font-size: 28px;
  color: #fff;
  background-color: #ffbf05;
  padding: 16px 0px;
  width: 15%;

  text-align: center;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Titillium Web", sans-serif;
}
.solution-list {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.experience-content {
  width: 98%;
  max-width: 1051px;

  margin: 50px auto 40px auto;
}
.experience-content .columns {
  display: table;
  float: left;
  border: 0px solid #000;
  margin: 0px 2%;
  width: 29%;
  height: 100px;
}
.columns .iconic {
  width: 35%;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
}
.columns .column-text {
  max-width: 65%;
  height: 100px;
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  padding-left: 10px;
}

.iconic .icon-img1 {
  background: url(asset/team.html) no-repeat center;
  border: 2px solid #625e5f;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
.iconic .icon-img2 {
  background: url(asset/approach.html) no-repeat center;
  border: 2px solid #625e5f;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
.iconic .icon-img3 {
  background: url(asset/solutions.html) no-repeat center;
  border: 2px solid #625e5f;
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 50px;
}
.solution-head {
  text-align: center;
  color: #625e5f;
  font-size: 40px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  padding-top: 30px;
}
.solutions-main-content p {
  color: #333;
  font-weight: normal;
  text-align: justify;
  font-size: 20px;
  line-height: 30px;
}
.our-partners {
  margin-bottom: 30px;
}
.current-opportunities-content h2 {
  color: #625e5f;
  background-color: #fff;

  font-size: 35px;
  font-family: "Titillium Web", sans-serif;

  margin: 0px;
  padding-top: 40px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 40px;
}
.current-opportunities-content h2:after {
  position: absolute;
  content: "";
  background-color: #07128e;
  width: 80px;
  height: 2px;
  bottom: 0;
  left: 0%;
}
.our-partners h2 {
  color: #625e5f;
  background-color: #fff;
  text-align: center;
  font-size: 35px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  margin: 0px;
  padding-top: 40px;
  padding-bottom: 10px;
  position: relative;
  margin-bottom: 40px;
}
.our-partners h2:after {
  position: absolute;
  content: "";
  background-color: #07128e;
  width: 80px;
  height: 2px;
  bottom: 0;
  left: 46%;
}
.our-partners-list ul li {
  float: left;
  width: 18.2%;
  list-style: none;
  margin-right: 1%;
}
/* Service Section */
.service-section {
  background: #625e5f;
  margin-top: 40px;
}
.service-section-content h2 {
  color: #fff;
  font-size: 40px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  margin: 0px;
  padding-top: 40px;
  padding-bottom: 10px;
}
/*.service-section-content .service-sect-para{
	color: #fff;
	width: 95%;
    margin: auto;
    font-size: 18px;
    font-family:'Titillium Web', sans-serif;
    font-weight: 400;
    
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 30px;
}*/
.service-section-list {
  padding-top: 5%;
  width: 95%;
  margin: auto;
  padding-bottom: 5%;
}
.service-section-text h3 {
  color: #fff;

  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.service-section-text h5 {
  color: #fff;
  font-style: italic;
  padding-top: 10px;
}
.service-section-text p {
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 30px;
}

/*     Accordion style     */
.solutions-main-content .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  transition: 0.4s;
  line-height: 35px;
}

.solutions-main-content .accordion.active,
.solutions-main-content .accordion:hover {
  background-color: #ddd;
}

.solutions-main-content .accordion:after {
  content: "\002B";
  color: #777;
  float: right;
  margin-left: 5px;
  font-size: 30px;
  border: solid 2px;
  border-radius: 100%;
  width: 35px;
  height: 34px;
  line-height: 25px;
  text-align: center;
}

.solutions-main-content .accordion.active:after {
  content: "\2212";
}

.solutions-main-content .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 0px;
}
.solutions-main-content .panel h2 {
  color: #625e5f;
  font-size: 25px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  padding-top: 26px;
  margin: 0;
  padding-bottom: 10px;
}
.solutions-main-content .panel p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Titillium Web", sans-serif;
  padding-top: 10px;
}
.solutions-main-content .panel ul {
  padding: 35px 0px 40px 30px;
}
.solutions-main-content .panel ul li {
  color: #625e5f;
  font-size: 18px;
  line-height: 45px;
  position: relative;
  list-style-type: none;
  padding-left: 30px;
}
.solutions-main-content .panel ul li:before {
  position: absolute;
  content: "\f14a";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #625e5f;
  font-size: 15px;
  padding-right: 0.5em;
  position: absolute;
  top: 2px;
  left: 0;
}
/*     Accordion style End    */

/*Contact */
.contact-bg-inner {
  padding: 0px;
  font-size: 6vw;
  font-weight: 700;
  color: #fff;
  /* text-shadow: 2px 2px 0px rgba(10, 10, 10, 0.65); */
  font-family: "Titillium Web", sans-serif;
  line-height: 100%;
  text-align: center;
}
/* For Contact Section*/
.contact-form-adrs {
  background: #fff;
  border-bottom: solid 1px #ccc;
  padding-top: 45px;
  padding-bottom: 50px;
}
.contact-location-add .tab-content {
  background: none;
  border: none;
}

.contact-form-area {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin-bottom: 30px;
  -ms-border-radius: 5px;
}
.contact-form-head {
  color: #625e5f;

  font-family: "Titillium Web", sans-serif;

  margin: 0;
  margin-bottom: 40px;

  font-weight: normal;
  font-size: 35px;
  padding-bottom: 20px;
  position: relative;
}
.contact-form-head:after {
  position: absolute;
  content: "";
  background-color: #07128e;
  width: 80px;
  height: 2px;
  bottom: 0;
  left: 0%;
}
.contact-para {
  padding-bottom: 20px;
  margin-bottom: 30px;
  position: relative;
}
.contact-para:after {
  content: "";
  position: absolute;
  background: #364e5c;
  width: 85%;
  height: 2px;
  bottom: 0;
  left: 7%;
}
.contact-para p {
  color: #fff;
  padding-top: 10px;
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 500;
}
.contact-form-area input::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 500;
}
.contact-form-area textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 500;
}
.contact-form-area select {
  color: #fff;
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 500;
  padding-left: 10px;
  background: #7b9cb0;
  border: #1a2e3c;
}
.contact-form-area form h3 {
  font-size: 20px;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.form-control {
  height: 35px;
  border: solid 1px #1a2e3c;
  background: #fff;
  color: #fff;
}
.form-control-area input,
.form-control-area select {
  height: 50px;
  border-radius: 5px;
  border: none;
  width: 100%;
  background-color: #eee;
  font-size: 14px;
  color: #000;
}
.form-control-area textarea {
  border-radius: 5px;
}
.contact-form-area form .contact-btn {
  background: #07128e;
  padding: 10px 70px;
  border-radius: 5px;
  border-color: #07128e;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.contact-form-area form .contact-btn:hover {
  background: #3e932e;
  border-color: #07128e;
}
.contact-form-area form .contact-btn:before {
  content: "\f118";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #fff;
  font-size: 18px;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  left: 10px;
}
.form-border {
  width: 85%;
  height: 2px;
  background: #364e59;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: 7%;
}
.loaction-header {
  color: #625e5f;
  font-size: 25px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  margin: 0;
  padding-bottom: 20px;
}
.contact-reach-us .add-text {
  padding-top: 0px !important;
}
.contact-reach-us h5 {
  color: #000;

  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 30px;
}
.contact-reach-us .addrs-border {
  width: 85%;
  height: 2px;
  background: #364f5b;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 30px;
  margin-left: 7%;
}
.contact-reach-us ul {
  padding-left: 0;
  list-style-type: none;
}
.contact-reach-us ul li {
  color: #000;
  padding: 8px 0px 0px 40px;
  position: relative;
}
.contact-reach-us ul li.mail-icon:before {
  content: "\f003";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 23px;
  position: absolute;
  top: 10px;
  left: 0;
}
.contact-reach-us ul li.phone-icon:before {
  content: "\f10b";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 33px;
  position: absolute;
  top: 13px;
  left: 0;
}
.contact-reach-us ul li.addre-icon:before {
  content: "\f0f7";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #000;
  font-size: 23px;
  position: absolute;
  top: 10px;
  left: 0;
}
.padd-left-px {
  padding-left: 5%;
}
/*Development*/
.Development {
  border-bottom: solid 1px lightgray;
}
.development-header h2 {
  color: #625e5f;
  text-align: center;
  font-size: 33px;
  font-weight: normal;
  font-family: "Titillium Web", sans-serif;

  margin: 40px 0 80px 0;

  padding-bottom: 10px;
  position: relative;
}
.development-header h2:before {
  content: "";
  position: absolute;
  background: #07128e;
  width: 80px;
  height: 2px;
  bottom: 0;
  left: 47%;
}

.view-development {
  margin-top: 0px;
}
.view-development ul li a {
  font-size: 18px;
}
.Branding-text {
  margin-top: 30px;
  margin-bottom: 60px;
}

.brand-image {
  margin-top: 60px;
  margin-bottom: 60px;
}
.brand-image img {
  width: 410px;
}
.portale-view {
}
.web-development-text {
  margin-top: 30px;
  margin-bottom: 60px;
}
.current-opportunities-content h3 {
  font-size: 20px;
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  margin: 0;
  color: #625e5f;
  position: relative;
  padding-bottom: 10px;
}
.current-opportunities-content h3:after {
  position: absolute;
  content: "";
  background-color: #07128e;
  width: 80px;
  height: 2px;
  bottom: 0;
  left: 0;
}
.web-development-text p {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}
.web-image {
  margin-top: 60px;
  margin-bottom: 60px;
}
.web-image img {
  width: 410px;
}
.portable-development-text {
  margin-top: 0px;
  margin-bottom: 60px;
}
.portable-development-text h3 {
  font-size: 20px;
  font-weight: 600;
}

.portable-image {
  margin-top: 60px;
  margin-bottom: 60px;
}
.portable-image img {
  width: 410px;
}
.resume-service-bg {
  background: url(asset/resume-service-bg.html) no-repeat center;
  background-size: cover;
  width: 100%;
  height: auto;
  text-align: center;
}

.double-resume .left-resume {
  text-align: center;
  color: #fff;
  background: #3a82b5;
}
.double-resume .right-resume {
  text-align: center;
  color: #fff;
}
.double-resume .right-resume h3,
.double-resume .left-resume h3 {
  color: #fff;
  font-size: 20px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  margin: 0;
  padding-bottom: 10px;
}
.right-resume h6,
.left-resume h6 {
  color: #fff;
}
.double-resume .right-resume p,
.double-resume .left-resume p {
  color: #c2dbf1;
  font-size: 16px;
  display: inline-block;
  width: 60%;
  margin: 0;
}
.double-resume .right-resume h5,
.double-resume .left-resume h5 {
  color: #fff;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  font-weight: normal;
  font-size: 15px;
}
.double-resume .right-resume h2,
.double-resume .left-resume h2 {
  color: #fff;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  font-weight: 400;
}
.double-resume .right-resume a,
.double-resume .left-resume a {
  display: block;
  color: #fff;
  border: solid 2px #fff;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all 0.3s;
  width: 30%;
  margin: 20px auto 20px auto;
  padding: 8px;
  text-decoration: none;
}
.double-resume .right-resume a:hover {
  background: #3a82b5;
}
.double-resume .left-resume a:hover {
  background: #25a5cb;
}
.double-resume .right-resume {
  background: #25a5cb;
}
.double-resume .left-resume .border-line {
  border: solid 1px #337aa8;
}
.double-resume .right-resume .border-line {
  border: solid 1px #209cbd;
}
.resume-feature {
  text-align: center;
  font-size: 25px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  color: #625e5f;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}
.resume-feature:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #209cbd;
  left: 33%;
  top: 50%;
}
.resume-feature:before {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background: #209cbd;
  right: 33%;
  top: 50%;
}
.list-of-resum-serv-1 ul li {
  list-style: none;
  text-align: right;
  line-height: 30px;
  padding-bottom: 15px;
  position: relative;
  padding-right: 30px;
}
.list-of-resum-serv-1 ul li:after {
  content: "\f060";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #777;
  font-size: 15px;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  right: 0;
}
.list-of-resum-serv-2 ul li:after {
  content: "\f061";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #777;
  font-size: 15px;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  left: 0;
}
.list-of-resum-serv-1 ul {
  padding-left: 0;
}
.list-of-resum-serv-2 ul {
  padding-left: 0;
}
.list-of-resum-serv-2 ul li {
  list-style: none;

  line-height: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  position: relative;
}
.padd-0 {
  padding-left: 0;
  padding-right: 0;
}
.padd-top-0 {
  padding-top: 0px !important;
}
.margin-bottom-0 {
  margin-bottom: 0px !important;
}
.margin-top-0 {
  margin-top: 0px !important;
}
.padd-bottom {
  padding-bottom: 0px !important;
}
.padd-left {
  padding-left: 0;
}
.padd-right {
  padding-right: 0;
}
.resume-service-bg h2 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  margin: 0;
  padding-top: 25px;
  padding-bottom: 15px;
}
.resume-service-bg p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  display: inline-block;
  width: 60%;
  padding-bottom: 30px;
}

.Techstach-development-text {
  margin-top: 60px;
  margin-bottom: 60px;
}
.Techstach-development-text h3 {
  font-size: 20px;
  font-weight: 600;
}
.Techstach-development-text p {
  width: 560px;
  font-size: 18px;
}
.Techstach-image {
  margin-top: 60px;
  margin-bottom: 60px;
}
.Techstach-image img {
  width: 410px;
}
.current-opportunities-content {
  margin-bottom: 20px;
}

.current-opportunities-content-1 h3 {
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}
.current-opportunities-content-1 h3:before {
  content: "";
  background-color: #fff;
  width: 120px;
  height: 5px;
  position: absolute;
  left: 44%;
  bottom: 0;
}
.current-opportunities-content a h4 {
  display: inline-block;
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: #333;
}
.current-opportunities-content h5 {
  font-size: 13px;
  padding-top: 10px;
  font-style: italic;
}
.current-opportunities-content h3 span {
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #fff;
  padding-left: 20px;
}
.current-opportunities-content button i {
  margin-right: 10px;
}
.current-opportunities-content button {
  float: left;
  border: solid 1px #fff;
  padding: 8px 30px 8px 20px;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s;
  display: inline-block;

  margin-bottom: 10px;
  margin-right: 10px;
}
.current-opportunities-content button:hover {
  color: #fff;
  border: solid 1px #fff;
  background: #625e5f;
}
.Branding-text ul {
  padding-bottom: 30px;
}
.Branding-text ul li {
  line-height: 30px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 30px;
  list-style-type: none;
}
.Branding-text ul li:before {
  position: absolute;
  content: "\f14a";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #625e5f;
  font-size: 15px;
  padding-right: 0.5em;
  position: absolute;
  top: 2px;
  left: 0;
}
.interview-content h3 {
  margin-bottom: 15px;
  padding-top: 20px;
  font-size: 20px;
  font-family: "Titillium Web", sans-serif;
  font-weight: bold;
  margin: 0;
  color: #625e5f;
  position: relative;
  padding-bottom: 10px;
}
.interview-content p {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.interview-content h3:after {
  position: absolute;
  content: "";
  background-color: #ffbf05;
  width: 80px;
  height: 2px;
  bottom: 0;
  left: 0;
}
.interview-content ul {
  padding-left: 0;
}
.interview-content ul li {
  line-height: 30px;
  padding-bottom: 15px;
  position: relative;
  list-style: none;
  padding-left: 30px;
  font-size: 16px;
}
.interview-content ul li:before {
  position: absolute;
  content: "\f00c";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #625e5f;
  font-size: 13px;
  padding-right: 0.5em;
  position: absolute;
  top: 2px;
  left: 0;
}

/*condidate corner */
.candidate-secetion {
  background: url(asset/bg-img-4.html) no-repeat center;
  background-size: cover;
  background-color: #000;
  height: 350px;
}
.candidate-secetion .cand-corner-content h2 {
  color: #fff;
  text-align: center;
  font-size: 33px;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  padding-top: 75px;
  margin: 0;
  padding-bottom: 20px;
}
.candidate-secetion .cand-corner-content p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
  line-height: 30px;
  margin: 0;
  padding-bottom: 20px;
  padding-top: 10%;
}
.candidate-secetion .cand-corner-content .candidate-text-list ul li {
  float: left;
  list-style: none;
  margin-left: 50px;
  color: #fff;
  position: relative;
  padding-left: 35px;
}
.candidate-text-list ul li:before {
  content: "\f14a";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #ffbf05;
  font-size: 15px;
  padding-right: 0.5em;
  position: absolute;
  top: 2px;
  left: 0;
}
/*control Scroll */
.str3 .str_item {
  font-size: 0;
  line-height: 0;
}
.str3 img {
  opacity: 0.8;
}
.str3 img:hover {
  opacity: 1;
}
.str3.str_wrap.str_active {
  background: #fff;
}

/*social Icon */
.social-icons li a:hover {
  background-color: #07128e !important;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 150; /* Sit on top */
  padding-top: 0; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  transition: all 0.5s;
}
.modal-body form .form-control {
  background-color: #fff;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* The Close Button */
.close {
  color: #232020;
  float: right;
  font-size: 28px;
  font-weight: bold;
  text-shadow: none;
  opacity: 1;
  padding-top: 6px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  border-bottom: solid 1px #ffbf05;
  color: white;
  margin-bottom: 25px;
}
.modal-header h2 {
  font-size: 22px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  margin: 0;
  color: #232020;
}
.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.experience {
  width: 100%;
  border: solid 1px #625e5f;
  padding: 2px 12px 6px 10px;

  height: 35px;
}

.bottom-border {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin-bottom: 30px;
  margin-top: 20px;
}
.right-enriched-slid a.carousel-control {
  background: none;
}
.right-enriched-slid a.left i {
  font-size: 48px;
  color: #000;
  position: absolute;
  top: 45%;
  left: 5px;
}
.right-enriched-slid a.right i {
  font-size: 48px;
  color: #000;
  position: absolute;
  top: 45%;
  right: 5px;
}
.inner-carousel {
  width: 93%;
}
.indicators-carousel {
  bottom: 10px;
}
/* HR solution */
.staff-sub-title .action-saff {
  margin-right: 5px;
  height: 300px;
  background: #ccc;
  width: 100%;
  overflow: hidden;
}
.staff-sub-title .action-content1 {
  background: url("asset/casestudy-img1.html") no-repeat center;
  background-size: cover;
}
.staff-sub-title .action-content2 {
  background: url("asset/casestudy-img2.html") no-repeat center;
  background-size: cover;
}
.staff-sub-title .action-content3 {
  background: url("asset/casestudy-img3.html") no-repeat center;
  background-size: cover;
}
.staff-sub-content {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.48);
  text-align: center;
  transition: all 0.5s;
}
.staff-sub-content:hover {
  background-color: rgba(0, 0, 0, 0.71);
}
.staff-sub-content h3 {
  color: #fff;
  padding-top: 40%;
  padding-bottom: 0;
  position: relative;
  font-size: 25px;
  transition: all 0.5s;
  margin-bottom: 5px;
}
.staff-sub-1 h3:before {
  content: "";
  position: absolute;
  border-bottom: solid 2px #fff;
  border-top: solid 2px #fff;
  width: 50px;
  height: 8px;
  top: 90%;
  left: 25%;
  transition: all 0.5s;
}
.staff-sub-1:hover h3:before {
  top: 72%;
  left: 25%;
}
.staff-sub-1:hover h3:after {
  top: 72%;
  right: 25%;
}
.staff-sub-1 h3:after {
  content: "";
  position: absolute;
  border-bottom: solid 2px #fff;
  border-top: solid 2px #fff;
  width: 50px;
  height: 8px;
  top: 90%;
  right: 25%;
  transition: all 0.5s;
}
.staff-sub-2 h3:before {
  content: "";
  position: absolute;
  border-bottom: solid 2px #fff;
  border-top: solid 2px #fff;
  width: 50px;
  height: 8px;
  top: 90%;
  left: 10%;
  transition: all 0.5s;
}
.staff-sub-2:hover h3:before {
  top: 72%;
  left: 10%;
}
.staff-sub-2:hover h3:after {
  top: 72%;
  right: 10%;
}
.staff-sub-2 h3:after {
  content: "";
  position: absolute;
  border-bottom: solid 2px #fff;
  border-top: solid 2px #fff;
  width: 50px;
  height: 8px;
  top: 90%;
  right: 10%;
  transition: all 0.5s;
}
.staff-sub-3 h3:before {
  content: "";
  position: absolute;
  border-bottom: solid 2px #fff;
  border-top: solid 2px #fff;
  width: 50px;
  height: 8px;
  top: 90%;
  left: 14%;
  transition: all 0.5s;
}
.staff-sub-3:hover h3:before {
  top: 72%;
  left: 14%;
}
.staff-sub-3:hover h3:after {
  top: 72%;
  right: 14%;
}
.staff-sub-3 h3:after {
  content: "";
  position: absolute;
  border-bottom: solid 2px #fff;
  border-top: solid 2px #fff;
  width: 50px;
  height: 8px;
  top: 90%;
  right: 14%;
  transition: all 0.5s;
}
.staff-sub-content:hover h3 {
  padding-top: 10%;
}
.staff-sub-content p {
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  display: inline-block;
  width: 80%;
  opacity: 0;
  transition: all 0.5s;
}
.staff-sub-content:hover p {
  opacity: 1;
}
.overlay-staff-sub-title {
}
/* End HR solution */

/*.staff-sub-title ul:before{
    position: absolute;
    content: "";
    background: #ccc;
    width: 300px;
    height: 2px;
    left: 0;
    top: 45%;
}*/
.automation-sub-cont h3 {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #333;
  padding-top: 25%;
  padding-bottom: 10px;
}

.automation-sub-title ul {
  padding-left: 0;
  position: relative;
}
.automation-bg {
  background: url("asset/bg-img-5.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 80px;
}
.automation-sub-title ul li {
  list-style-type: none;
  width: 100%;
  text-align: left;
  color: #333;
  font-weight: normal;
  font-size: 9px;
  position: relative;
  padding-left: 20px;
  opacity: 0;
  line-height: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
  border-bottom: 1px solid #f5f4f4;
}
.automation-sub-title ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #333;
  font-size: 8px;
  padding-right: 0.5em;
  position: absolute;
  top: 10px;
  left: 0;
}
.style_prevu_kit:hover h3 {
  padding-top: 5%;
  font-size: 10px;
  line-height: 15px;
  margin-bottom: 0;
}
.style_prevu_kit:hover ul li {
  opacity: 1;
}

/*------------------------------------*\
-------- DEMO Code: accordion
\*------------------------------------*/
/*----- Accordion -----*/

.accordion {
  overflow: hidden;

  border-radius: 3px;
  background: #fff;
  margin-top: 30px;
  margin-bottom: 40px;
}

/*----- Section Titles -----*/
.accordion-section-title {
  width: 100%;
  padding: 15px;
  display: inline-block;

  background: #fff;
  transition: all linear 0.15s;
  /* Type */
  font-size: 1.2em;

  color: #fff;
  text-decoration: none;
}
.accordion-section {
  border-bottom: 1px solid #ffbf05;
}
.current-opportunities-content a i {
  color: #ccc;
}
.current-opportunities-content a {
  position: relative;
  padding-left: 20px;
}
.current-opportunities-content a:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #333;
  font-size: 20px;
  padding-right: 0.5em;
  position: absolute;
  top: 18px;
  left: 0;
}
.accordion-section-title.active,
.accordion-section-title:hover {
  background: ;
  /* Type */
  text-decoration: none;
}
.accordion-section:last-child .accordion-section-title {
  border-bottom: none;
}

/*----- Section Content -----*/
.accordion-section-content {
  padding: 15px;
  display: none;
}
.accordion-section-content ul {
  border-bottom: solid 1px #ccc;
}
.accordion-section-content ul li {
  list-style: none;
  color: #333;
  position: relative;
  padding-left: 28px;
  padding-bottom: 10px;
  font-size: 16px;
}
.accordion-section-content ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #333;
  font-size: 13px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  left: 0;
}

/* Hover CSS */
.fond {
}
.style_prevu_kit {
  display: inline-block;
  border: 1px solid #ccc;
  width: 24%;
  height: 210px;
  background-color: rgba(255, 255, 255, 0.75);
  position: relative;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);
  transition: all 200ms ease-in;
  transform: scale(1);
  overflow: hidden;
  padding: 10px;
  border-radius: 5px;
}
.style_prevu_kit:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.19);
  z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);
  transition: all 200ms ease-in;
  transform: scale(1.5);
  background-color: #fff;
}

/* End CSS */

.location-details li {
  line-height: 30px;
}
.form-control-area {
  border-radius: 5px;
  padding: 15px 10px;
}
.form-control-area label {
  display: block;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 10px;
}
.form-control-area .form-control {
  width: 100%;
  height: 50px;
  background-color: #eee;
  padding: 15px;
  border: solid 0px;
  border-radius: 3px;
  color: #000;
}
.form-control-area .form-group {
  padding-bottom: 25px;
}
.form-control-area .form-group textarea {
  height: 180px !important;
}
.form-control-area .contact-btn {
  width: 155px;
  height: 45px;
  background-color: #07128e;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.5s;
}
.form-control-area .contact-btn:hover {
  background-color: #3e932e;
  color: #fff;
}
.contact h3 {
  margin-bottom: 30px;
  padding-left: 5px;
  color: #333333;
}
.colr {
  color: red;
}

@media (max-width: 768px) {
  .style_prevu_kit {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 33.33%;
    height: 210px;
  }
}

@media (max-width: 991px) {
  .customer-expectations .customer-expectations-left {
    float: none;
    height: auto;
    width: 100%;
  }
  .customer-expectations .customer-expectations-right {
    float: none;
    height: auto;
    width: 100%;
  }
  .solutions-content .service {
    width: 30%;
  }
  .solutions-content .solutions {
    width: 30%;
  }
  .customer-left-enriched {
    float: none;
    width: 100%;
    height: auto;
    background: #625e5f;
  }
  .customer-right-enriched {
    float: none;
    background: #ffbf05;
    width: 100%;
    height: 350px;
  }
  .over-view-head {
    font-size: 3vw;
  }
  .customer-enriched-left h2 {
    font-size: 30px;
  }
  .team-wrap-content h2 {
    font-size: 30px;
  }
  .team-wrap-content p {
    font-size: 20px;
  }
  .banner-right-text p {
    padding-top: 0;
    font-size: 28px;
  }
  .banner-left-text p {
    font-size: 30px;
  }
  .banner-left-text h3 {
    font-size: 25px;
  }
  .banner-text-para {
    font-size: 28px;
    width: 93%;
  }
  .banner-header-text .bigheadinner1 {
    font-size: 65px;
  }
  .customer-enriched-left {
    padding-top: 10%;
  }
  .customer-enriched-right .buttons .nextBtn {
    right: -55px;
  }
  .customer-enriched-right .buttons .prevBtn {
    left: 5px;
  }
}

@media (min-width: 991px) {
  #header.header-narrow
    .header-nav.header-nav-stripe
    nav
    > ul
    > li
    > a
    > .line {
    width: 0%;
    height: 2px;
    background-color: #07128e;
    border: 0px solid #000;
    position: absolute;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
  }
  #header.header-narrow
    .header-nav.header-nav-stripe
    nav
    > ul
    > li
    > a:hover
    .line {
    width: 100%;
  }
  #header.header-narrow .header-nav.header-nav-stripe nav > ul > li > a {
    color: #625e5f;
  }
  #header.header-narrow .header-nav.header-nav-stripe nav > ul > li:hover > a {
    background: none !important;
    color: #625e5f;
  }
  #header.header-narrow .header-nav.header-nav-stripe nav > ul > .active > a {
    color: #625e5f !important;
  }
  #header.header-narrow
    .header-nav.header-nav-stripe
    nav
    > ul
    > .active
    > a
    > .line {
    color: #333 !important;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .banner-left-text {
    padding-left: 0px;
  }
  .customer-enriched-right {
    padding-top: 0%;
  }
  .over-view-head {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .customer-enriched-right {
  }
  .customer-enriched-left h2 {
    line-height: 24px;
  }
  .Copyright-text {
    padding-left: 0px;
    text-align: center;
  }
  .footer-email-custom {
    padding-left: 0;
    padding-right: 10px;
  }
  .social-icons {
    padding-left: 0;
    margin: 0;
  }
  .get-in-touch h2 {
    font-size: 30px;
  }
  .customer-expectations .customer-expectations-left {
    float: none;
    height: auto;
    width: 100%;
  }
  .customer-expectations .customer-expectations-right {
    float: none;
    height: auto;
    width: 100%;
  }
  .solutions-content .service {
    width: 30%;
  }
  .solutions-content .solutions {
    width: 30%;
  }
  .customer-left-enriched {
    float: none;
    width: 100%;
    height: auto;
    background: #625e5f;
  }
  .customer-right-enriched {
    float: none;
    background: #ffbf05;
    width: 100%;
    height: 350px;
  }
  .over-view-head {
    font-size: 3vw;
  }
  .customer-enriched-left h2 {
    font-size: 30px;
  }
  .team-wrap-content h2 {
    font-size: 30px;
  }
  .team-wrap-content p {
    font-size: 20px;
  }
  .banner-right-text p {
    padding-top: 0;
    font-size: 28px;
    padding-left: 10%;
  }
  .banner-left-text p {
    font-size: 30px;
  }
  .banner-left-text h3 {
    font-size: 25px;
  }
  .banner-text-para {
    font-size: 28px;
    width: 93%;
  }
  .banner-header-text .bigheadinner1 {
    font-size: 65px;
  }
  .customer-enriched-left {
    padding-top: 10%;
  }
  .customer-enriched-right .buttons .nextBtn {
    right: -55px;
  }
  .customer-enriched-right .buttons .prevBtn {
    left: 5px;
  }
}
@media (min-width: 375px) and (max-width: 667px) {
  .banner-right-text {
    padding-left: 7%;
  }
}
