@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Merriweather:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
/* ICON STYLES - ICON FROM: http://fontastic.me/
ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô */
[class^="icon-"]:after,
[class*=" icon-"]:after {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

#loader {
  display: block;
  position: relative;
  left: 5%;
  top: 10%;
  width: 30px;
  height: 30px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  border: 2px solid black;
  border-top-color: transparent;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
  z-index: 1001; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: white;
  z-index: 1000;
  -webkit-transform: translateX(0);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);
  /* IE 9 */
  transform: translateX(0);
  /* Firefox 16+, IE 10+, Opera */ }

#loader-wrapper .loader-section.section-left {
  left: 0; }

#loader-wrapper .loader-section.section-right {
  right: 0; }

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);
  /* IE 9 */
  transform: translateX(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);
  /* IE 9 */
  transform: translateX(100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }

.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);
  /* IE 9 */
  transform: translateY(-100%);
  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out; }

/* HELPER CLASSES
ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.l-left {
  float: left; }

.l-right {
  float: right; }

.margin_l {
  margin-left: 8rem !important; }

.padding_l-r {
  padding: 0; }

.padding_t-b {
  padding: 4rem 0; }

.bold {
  font-weight: bold; }

.h2 {
  padding: 3.75rem 0; }

.para {
  padding: 4.063rem 0; }

.default-bg-color {
  background-color: #1a1a1a; }

.end {
  margin-top: 30px;
  font-size: 3em;
  font-weight: bold;
  opacity: 0;
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
  -webkit-transition: opacity, -webkit-transform 1s;
  transition: opacity, transform 1s, -webkit-transform 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

#msg {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease, opacity .5s ease;
  padding-left: 5%;
  padding-right: 5%; }

.opac {
  opacity: 0.2;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }

span.hs-span {
  opacity: 0; }

.noresize {
  resize: none; }

.vresize {
  resize: vertical; }

.hresize {
  resize: horizontal; }

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 1; } }
@-moz-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  1% {
    display: block;
    opacity: 0; } }
span.hs-span.active {
  opacity: 1;
  -webkit-animation: fadeInFromNone 0.3s ease-out;
  -moz-animation: fadeInFromNone 0.3s ease-out;
  -o-animation: fadeInFromNone 0.3s ease-out;
  animation: fadeInFromNone 0.6s ease-out;
  -webkit-transition-duration: 20s;
  /* Safari */
  transition-duration: 20s; }

@-webkit-keyframes NAME-YOUR-ANIMATION {
  0% {
    opacity: 0; }
  20% {
    opacity: 0.25; }
  40% {
    opacity: 0.5; }
  80% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }
@-moz-keyframes NAME-YOUR-ANIMATION {
  0% {
    opacity: 0; }
  20% {
    opacity: 0.25; }
  40% {
    opacity: 0.5; }
  80% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }
@-o-keyframes NAME-YOUR-ANIMATION {
  0% {
    opacity: 0; }
  20% {
    opacity: 0.25; }
  40% {
    opacity: 0.5; }
  80% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }
@keyframes NAME-YOUR-ANIMATION {
  0% {
    opacity: 0; }
  20% {
    opacity: 0.25; }
  40% {
    opacity: 0.5; }
  80% {
    opacity: 0.75; }
  100% {
    opacity: 1; } }
@-webkit-keyframes spaceboots {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg); }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(1deg); }
  20% {
    -webkit-transform: translate(2px, 1px) rotate(0deg); }
  30% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
  40% {
    -webkit-transform: translate(2px, 1px) rotate(0deg); }
  50% {
    -webkit-transform: translate(-1px, -2px) rotate(1deg); }
  60% {
    -webkit-transform: translate(2px, 1px) rotate(0deg); }
  70% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
  80% {
    -webkit-transform: translate(2px, 1px) rotate(0deg); }
  90% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
  100% {
    -webkit-transform: translate(2px, 1px) rotate(0deg); } }
/* NAV STYLES
ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô */
.header-top {
  background: #1a1a1a;
  height: 50px;
  padding: 0 10px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  box-sizing: border-box;
  text-align: center; }
  .header-top h6 {
    color: #ffffff;
    line-height: 2rem; }

.toggle-menu {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: fixed;
  padding: 25px;
  z-index: 500; }
  .toggle-menu i {
    position: absolute;
    display: block;
    height: 2px;
    background: white;
    width: 28px;
    left: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1; }
    .toggle-menu i:nth-child(1) {
      top: 1rem; }
    .toggle-menu i:nth-child(2) {
      top: 1.5rem; }
    .toggle-menu i:nth-child(3) {
      top: 2rem; }
  .toggle-menu:hover {
    opacity: 1; }

.back-btn {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: fixed;
  margin: 2rem 1.25rem;
  background: #1a1a1a;
  padding: 20px;
  z-index: 500; }
  .back-btn::before {
    content: "";
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
    border-right: none;
    border-bottom: none;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    left: 17px;
    top: 15px; }
  .back-btn::after {
    content: '';
    width: 10px;
    height: 1px;
    display: block; }

.arrow-up {
  display: none;
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  margin: 2rem;
  background: transparent;
  border: none;
  border-radius: 50%;
  padding: 0; }
  .arrow-up img {
    width: 3rem; }
  .arrow-up:focus {
    outline: 0; }

.back-arrow {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 16px;
  padding: 17px 20px;
  box-sizing: initial; }
  .back-arrow span {
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .back-arrow::before, .back-arrow::after {
    content: "";
    width: 2px;
    height: 13px;
    position: absolute;
    background: #fff;
    left: 15px;
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease; }
  .back-arrow::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 14px; }
  .back-arrow::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 14px;
    top: auto; }

.close-btn i:nth-child(1) {
  top: 25px !important;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: black !important; }
.close-btn i:nth-child(2) {
  background: transparent !important; }
.close-btn i:nth-child(3) {
  top: 25px !important;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: black !important; }

.open, .menu-wrap.show, .main-menu.show, .services-menu.show {
  -webkit-transform: translate(0%, 0px) !important;
  -moz-transform: translate(0%, 0px) !important;
  -o-transform: translate(0%, 0px) !important;
  -ms-transform: translate(0%, 0px) !important;
  transform: translate(0%, 0px) !important; }

.menu-wrap {
  z-index: 60;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-100%, 0px);
  -moz-transform: translate(-100%, 0px);
  -o-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px); }

.main-menu {
  padding: 25px 25px 25px;
  color: #000000 !important;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #FFFFFF;
  height: 100%;
  z-index: 60;
  -webkit-transform: translate(-100%, 0px);
  -moz-transform: translate(-100%, 0px);
  -o-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  -webkit-transition: transform .5s ease;
  transition: transform .5s ease;
  width: 40%; }
  .main-menu ul {
    list-style: none;
    top: 25%;
    position: absolute;
    padding: 2%;
    margin-left: 30%; }
    .main-menu ul .follow-us h6 {
      letter-spacing: 0.250rem !important;
      color: black !important; }
    .main-menu ul li {
      padding-bottom: 10%;
      animation: NAME-YOUR-ANIMATION 6s;
      -moz-animation: NAME-YOUR-ANIMATION 6s;
      /* Firefox */
      -webkit-animation: NAME-YOUR-ANIMATION 6s;
      /* Safari and Chrome */
      -o-animation: NAME-YOUR-ANIMATION 6s;
      /* Opera */ }
      .main-menu ul li:hover {
        opacity: 1;
        -webkit-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out; }
      .main-menu ul li a {
        text-decoration: none; }
        .main-menu ul li a h4 {
          color: #000000 !important; }

.main-menu.show li a {
  -webkit-transition: opacity .1s ease-out;
  transition: opacity 0.1s ease-out; }

.services-menu {
  padding: 25px 25px 25px;
  color: #000000 !important;
  position: absolute;
  top: 0;
  left: 40%;
  display: block;
  background-color: #FFFFFF;
  height: 100%;
  z-index: 59;
  -webkit-transform: translate(-200%, 0px);
  -moz-transform: translate(-200%, 0px);
  -o-transform: translate(-200%, 0px);
  -ms-transform: translate(-200%, 0px);
  transform: translate(-200%, 0px);
  -webkit-transition: transform .5s ease;
  transition: transform .5s ease;
  width: 60%; }
  .services-menu ul {
    list-style: none;
    position: absolute;
    top: 15%; }
    .services-menu ul li {
      padding-bottom: 5%;
      -webkit-transition: left .4s ease-out .4s, opacity .4s ease-out;
      transition: left .4s ease-out .4s, opacity .4s ease-out; }
      .services-menu ul li a {
        text-decoration: none; }
        .services-menu ul li a h6 {
          color: #000000 !important;
          font-size: 0.825rem !important;
          font-weight: bold;
          text-align: left; }
  .services-menu .intro-menu a::after, .services-menu .f-projects a::after {
    background: #000000;
    opacity: 1; }
  .services-menu .intro-menu li, .services-menu .f-projects li {
    display: block; }

.services-menu.show li {
  -webkit-transition: left .2s ease-out .2s, opacity .2s ease-out .2s;
  transition: left .2s ease-out .2s, opacity .2s ease-out .2s; }
  .services-menu.show li:first-child {
    -webkit-transition-delay: .10s;
    transition-delay: .1s;
    animation-delay: .1s; }
  .services-menu.show li:nth-child(2) {
    -webkit-transition-delay: .14s;
    transition-delay: .14s;
    animation-delay: .14s; }
  .services-menu.show li:nth-child(3) {
    -webkit-transition-delay: .18s;
    transition-delay: .18s;
    animation-delay: .18s; }
  .services-menu.show li:nth-child(4) {
    -webkit-transition-delay: .22s;
    transition-delay: .22s;
    animation-delay: .22s; }
  .services-menu.show li:nth-child(5) {
    -webkit-transition-delay: .26s;
    transition-delay: .26s;
    animation-delay: .26s; }
  .services-menu.show li:nth-child(6) {
    -webkit-transition-delay: .30s;
    transition-delay: .30s;
    animation-delay: .30s; }

#logo-ht {
  -webkit-transition: height .25s ease-out .3s;
  transition: height .25s ease-out .3s; }

.project-top {
  z-index: 10;
  position: relative; }

/*Global Settings*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:root {
  font-size: 16px; }

html * {
  font-family: 'Merriweather', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.5s ease; }

body {
  font-family: 'Merriweather', serif;
  position: relative; }
  body::-webkit-scrollbar {
    display: none; }

body.overflow {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6, p {
  color: black; }

h1 {
  font-size: 2.813rem; }

h2 {
  font-family: 'Merriweather', sans-serif;
  font-size: 2.5rem; }

h3 {
  font-size: 2.188rem; }

h4 {
  font-size: 1.875rem; }

h5 {
  letter-spacing: 0.375rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.25rem; }

h6 {
  letter-spacing: 0.375rem;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9375rem; }

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.563rem; }

a {
  text-decoration: none !important;
  color: inherit;
  font-family: 'Open Sans', sans-serif; }

span {
  font-family: 'Merriweather', sans-serif; }

img {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: inline-block;
  overflow: visible; }

section {
  width: 100%;
  text-align: center;
  position: relative;
  display: block;
  overflow: visible; }

ul {
  list-style: none;
  padding: 0; }

.HT {
  background-color: #1a1a1a; }
  .HT h1, .HT h2, .HT h3, .HT h4, .HT h5, .HT h6, .HT p {
    color: #ffffff !important; }
  .HT .back-btn {
    display: none; }
  .HT.fp-viewing-0 .arrow-up {
    display: none; }
  .HT.fp-viewing-0 .header-top .img-mob-1 {
    display: none; }
  .HT.fp-viewing-0 .header-top .head-menu {
    display: none; }
  .HT:not(.fp-viewing-0) .arrow-up {
    display: block; }
  .HT:not(.fp-viewing-0) .header-top {
    background-color: #1a1a1a !important; }
    .HT:not(.fp-viewing-0) .header-top .img-mob-1 {
      display: block; }
    .HT:not(.fp-viewing-0) .header-top .head-menu {
      display: block; }
  .HT .head-menu.intro-menu li, .HT .head-menu.f-projects li {
    padding-top: 0; }
  .HT #fp-nav span {
    display: none;
    background: transparent; }
  .HT #fp-nav ul {
    left: 0; }
  .HT #fp-nav li {
    width: 10px;
    padding: 0.7rem 0;
    margin: 10px; }
  .HT #fp-nav a {
    width: 30px;
    height: 10px; }
  .HT #fp-nav a::after {
    content: "";
    width: 10px;
    height: 1px;
    background: #ffffff;
    opacity: .6;
    position: absolute;
    -webkit-transition: width .2s ease;
    transition: width .2s ease; }
  .HT #fp-nav a.active::after {
    height: 2px;
    opacity: 1;
    background: #ffffff;
    -webkit-transition: width .2s ease;
    transition: width .2s ease; }
  .HT #fp-nav a:hover::after {
    height: 2px;
    opacity: 1;
    background: #ffffff; }
  .HT .project-img, .HT .project-img-CBL, .HT .project-img-EC, .HT .project-img-CB, .HT .project-img-KP, .HT .project-img-saf, .HT .project-img-scafa, .HT .project-img-plexus, .HT .project-img-options, .HT .project-img-umersohail, .HT .project-img-ciena, .HT .project-img-cricket, .HT .project-img-junejo {
    height: 70vh; }
  .HT #main {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease; }
    .HT #main #bg-logo {
      top: 0;
      left: 55%;
      background: url("../img/HT-main-bg.png") no-repeat;
      background-size: cover;
      width: 35%;
      height: 100%;
      z-index: -2;
      position: absolute;
      -webkit-transition: all 0.8s ease;
      -moz-transition: all 0.8s ease;
      -o-transition: all 0.8s ease;
      transition: all 0.8s ease;
      overflow: hidden; }
    .HT #main #bg-obj {
      top: 0;
      background: url("../img/HT-main-bg-obj.png") no-repeat;
      background-size: cover;
      width: 100%;
      height: 100%;
      z-index: -1;
      position: absolute;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      overflow: hidden; }
    .HT #main .img-mob-2 {
      width: 30%; }
  .HT #vision h2, .HT #vision h3, .HT #vision span {
    font-family: "Merriweather", sans-serif; }
  .HT #vision .yellow {
    color: #FFC107; }
  .HT #vision .intro {
    padding-left: 20%;
    text-align: left;
    padding-top: 20%;
    padding-bottom: 20%; }
    .HT #vision .intro h4 span {
      content: "";
      width: 60px;
      height: 3px;
      background-color: #FFC107;
      position: relative;
      display: inline-block; }
  .HT #vision #bg-img {
    height: 60vh; }
    .HT #vision #bg-img #bg-grid {
      background: url("../img/vision-grid.png") no-repeat;
      z-index: -10;
      position: absolute;
      background-size: contain;
      width: 50%;
      left: 65%;
      height: 100%;
      top: 0; }
    .HT #vision #bg-img #bg-model {
      background: url("../img/vision-model.png") no-repeat;
      z-index: -8;
      position: absolute;
      background-size: contain;
      width: 100%;
      right: 2%;
      height: 100vh;
      top: 25%; }
    .HT #vision #bg-img #bg-arrow {
      background: url("../img/vision-arrow.png") no-repeat;
      z-index: -7;
      position: absolute;
      background-size: contain;
      width: 30%;
      right: 5%;
      height: 100%;
      top: 30%; }
  .HT #about .f-projects {
    bottom: 2%; }
  .HT #CBL {
    background-color: #2b323f; }
    .HT #CBL .project-img, .HT #CBL .project-img-CBL, .HT #CBL .project-img-EC, .HT #CBL .project-img-CB, .HT #CBL .project-img-KP, .HT #CBL .project-img-saf, .HT #CBL .project-img-scafa, .HT #CBL .project-img-plexus, .HT #CBL .project-img-options, .HT #CBL .project-img-umersohail, .HT #CBL .project-img-ciena, .HT #CBL .project-img-cricket, .HT #CBL .project-img-junejo {
      background: url("../img/CBLtd.jpg") center no-repeat !important;
      background-attachment: local !important;
      margin-right: 2rem;
      background-size: cover !important; }
    .HT #CBL .padding_t-b {
      padding: 10rem 0; }
  .HT #EC {
    background-color: #5d4037; }
    .HT #EC .project-img, .HT #EC .project-img-CBL, .HT #EC .project-img-EC, .HT #EC .project-img-CB, .HT #EC .project-img-KP, .HT #EC .project-img-saf, .HT #EC .project-img-scafa, .HT #EC .project-img-plexus, .HT #EC .project-img-options, .HT #EC .project-img-umersohail, .HT #EC .project-img-ciena, .HT #EC .project-img-cricket, .HT #EC .project-img-junejo {
      background: url("../img/EC.jpg") center no-repeat !important;
      background-attachment: local !important;
      margin-right: 2rem;
      background-size: cover !important; }
    .HT #EC .padding_t-b {
      padding: 10rem 0; }
  .HT #CB {
    background-color: #117de3; }
    .HT #CB .project-img, .HT #CB .project-img-CBL, .HT #CB .project-img-EC, .HT #CB .project-img-CB, .HT #CB .project-img-KP, .HT #CB .project-img-saf, .HT #CB .project-img-scafa, .HT #CB .project-img-plexus, .HT #CB .project-img-options, .HT #CB .project-img-umersohail, .HT #CB .project-img-ciena, .HT #CB .project-img-cricket, .HT #CB .project-img-junejo {
      background: url("../img/CB.jpg") center no-repeat !important;
      background-attachment: local !important;
      margin-right: 2rem;
      background-size: cover !important; }
    .HT #CB .padding_t-b {
      padding: 10rem 0; }
  .HT #KP {
    background-color: #664561; }
    .HT #KP .project-img, .HT #KP .project-img-CBL, .HT #KP .project-img-EC, .HT #KP .project-img-CB, .HT #KP .project-img-KP, .HT #KP .project-img-saf, .HT #KP .project-img-scafa, .HT #KP .project-img-plexus, .HT #KP .project-img-options, .HT #KP .project-img-umersohail, .HT #KP .project-img-ciena, .HT #KP .project-img-cricket, .HT #KP .project-img-junejo {
      background: url("../img/KP.jpg") center no-repeat !important;
      background-attachment: local !important;
      margin-right: 2rem;
      background-size: cover !important; }
    .HT #KP .padding_t-b {
      padding: 10rem 0; }
  .HT #plexus {
    background-color: #fe8f28; }
    .HT #plexus .project-img, .HT #plexus .project-img-CBL, .HT #plexus .project-img-EC, .HT #plexus .project-img-CB, .HT #plexus .project-img-KP, .HT #plexus .project-img-saf, .HT #plexus .project-img-scafa, .HT #plexus .project-img-plexus, .HT #plexus .project-img-options, .HT #plexus .project-img-umersohail, .HT #plexus .project-img-ciena, .HT #plexus .project-img-cricket, .HT #plexus .project-img-junejo {
      background: url("../img/PLEXUS.jpg") center no-repeat !important;
      background-attachment: local !important;
      margin-right: 2rem;
      background-size: cover !important; }
    .HT #plexus .padding_t-b {
      padding: 10rem 0; }
  .HT #scafa {
    background-color: #3a8f3e; }
    .HT #scafa .project-img, .HT #scafa .project-img-CBL, .HT #scafa .project-img-EC, .HT #scafa .project-img-CB, .HT #scafa .project-img-KP, .HT #scafa .project-img-saf, .HT #scafa .project-img-scafa, .HT #scafa .project-img-plexus, .HT #scafa .project-img-options, .HT #scafa .project-img-umersohail, .HT #scafa .project-img-ciena, .HT #scafa .project-img-cricket, .HT #scafa .project-img-junejo {
      background: url("../img/SCAFA.jpg") center no-repeat !important;
      background-attachment: local !important;
      margin-right: 2rem;
      background-size: cover !important; }
    .HT #scafa .padding_t-b {
      padding: 10rem 0; }
  .HT #cienapartners {
    background-color: #18acff; }
    .HT #cienapartners .project-img, .HT #cienapartners .project-img-CBL, .HT #cienapartners .project-img-EC, .HT #cienapartners .project-img-CB, .HT #cienapartners .project-img-KP, .HT #cienapartners .project-img-saf, .HT #cienapartners .project-img-scafa, .HT #cienapartners .project-img-plexus, .HT #cienapartners .project-img-options, .HT #cienapartners .project-img-umersohail, .HT #cienapartners .project-img-ciena, .HT #cienapartners .project-img-cricket, .HT #cienapartners .project-img-junejo {
      background: url("../img/CIENA.jpg") center no-repeat !important;
      background-attachment: local !important;
      margin-right: 2rem;
      background-size: cover !important; }
    .HT #cienapartners .padding_t-b {
      padding: 10rem 0; }
  .HT #umersohail {
    background-color: #a78664; }
    .HT #umersohail .project-img, .HT #umersohail .project-img-CBL, .HT #umersohail .project-img-EC, .HT #umersohail .project-img-CB, .HT #umersohail .project-img-KP, .HT #umersohail .project-img-saf, .HT #umersohail .project-img-scafa, .HT #umersohail .project-img-plexus, .HT #umersohail .project-img-options, .HT #umersohail .project-img-umersohail, .HT #umersohail .project-img-ciena, .HT #umersohail .project-img-cricket, .HT #umersohail .project-img-junejo {
      background: url("../img/UMERSOHAIL.jpg") center no-repeat !important;
      background-attachment: local !important;
      margin-right: 2rem;
      background-size: cover !important; }
    .HT #umersohail .padding_t-b {
      padding: 10rem 0; }
  .HT #saf {
    background-color: #898989; }
    .HT #saf .project-img, .HT #saf .project-img-CBL, .HT #saf .project-img-EC, .HT #saf .project-img-CB, .HT #saf .project-img-KP, .HT #saf .project-img-saf, .HT #saf .project-img-scafa, .HT #saf .project-img-plexus, .HT #saf .project-img-options, .HT #saf .project-img-umersohail, .HT #saf .project-img-ciena, .HT #saf .project-img-cricket, .HT #saf .project-img-junejo {
      background: url("../img/SAF.jpg") center no-repeat !important;
      background-attachment: local !important;
      margin-right: 2rem;
      background-size: cover !important; }
    .HT #saf .padding_t-b {
      padding: 10rem 0; }
  .HT #junejo {
    background-color: #70758a; }
    .HT #junejo .project-img, .HT #junejo .project-img-CBL, .HT #junejo .project-img-EC, .HT #junejo .project-img-CB, .HT #junejo .project-img-KP, .HT #junejo .project-img-saf, .HT #junejo .project-img-scafa, .HT #junejo .project-img-plexus, .HT #junejo .project-img-options, .HT #junejo .project-img-umersohail, .HT #junejo .project-img-ciena, .HT #junejo .project-img-cricket, .HT #junejo .project-img-junejo {
      background: url("../img/JUNEJO.jpg") center no-repeat !important;
      background-attachment: local !important;
      margin-right: 2rem;
      background-size: cover !important; }
    .HT #junejo .padding_t-b {
      padding: 10rem 0; }
  .HT #cricket {
    background-color: #10bb3b; }
    .HT #cricket .project-img, .HT #cricket .project-img-CBL, .HT #cricket .project-img-EC, .HT #cricket .project-img-CB, .HT #cricket .project-img-KP, .HT #cricket .project-img-saf, .HT #cricket .project-img-scafa, .HT #cricket .project-img-plexus, .HT #cricket .project-img-options, .HT #cricket .project-img-umersohail, .HT #cricket .project-img-ciena, .HT #cricket .project-img-cricket, .HT #cricket .project-img-junejo {
      background: url("../img/CRICKET.jpg") center no-repeat !important;
      background-attachment: local !important;
      margin-right: 2rem;
      background-size: cover !important; }
    .HT #cricket .padding_t-b {
      padding: 10rem 0; }
  .HT #Testimonials h5 {
    letter-spacing: 0 !important; }
  .HT #Testimonials .carousel-indicators li {
    margin: 8rem 0.4rem; }
  .HT #Testimonials .carousel-inner .item h5 {
    line-height: 1.25rem; }
  .HT .project {
    overflow: hidden;
    position: relative;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    z-index: 4; }
    .HT .project::before, .HT .project::after {
      content: "";
      width: 100%;
      height: 50px;
      right: 0;
      position: absolute;
      z-index: 5;
      background-color: inherit;
      -webkit-transition: height .4s ease;
      transition: height .4s ease; }
    .HT .project::before {
      top: 0; }
    .HT .project::after {
      bottom: 0; }
  .HT .project::before, .HT .project::after {
    position: fixed; }
  .HT .project-desc {
    text-align: left;
    text-align-last: left; }
    .HT .project-desc::before {
      display: none !important; }
    .HT .project-desc h1 {
      padding-bottom: 5%; }

.CB .toggle-menu, .CBL .toggle-menu {
  display: none; }
.CB .arrow-up, .CBL .arrow-up {
  display: none;
  border: 1px solid #1a1a1a;
  background: #1a1a1a; }
.CB .CBL-sec-1 .project-img, .CB .CBL-sec-1 .project-img-CBL, .CB .CBL-sec-1 .project-img-EC, .CB .CBL-sec-1 .project-img-CB, .CB .CBL-sec-1 .project-img-KP, .CB .CBL-sec-1 .project-img-saf, .CB .CBL-sec-1 .project-img-scafa, .CB .CBL-sec-1 .project-img-plexus, .CB .CBL-sec-1 .project-img-options, .CB .CBL-sec-1 .project-img-umersohail, .CB .CBL-sec-1 .project-img-ciena, .CB .CBL-sec-1 .project-img-cricket, .CB .CBL-sec-1 .project-img-junejo, .CBL .CBL-sec-1 .project-img, .CBL .CBL-sec-1 .project-img-CBL, .CBL .CBL-sec-1 .project-img-EC, .CBL .CBL-sec-1 .project-img-CB, .CBL .CBL-sec-1 .project-img-KP, .CBL .CBL-sec-1 .project-img-saf, .CBL .CBL-sec-1 .project-img-scafa, .CBL .CBL-sec-1 .project-img-plexus, .CBL .CBL-sec-1 .project-img-options, .CBL .CBL-sec-1 .project-img-umersohail, .CBL .CBL-sec-1 .project-img-ciena, .CBL .CBL-sec-1 .project-img-cricket, .CBL .CBL-sec-1 .project-img-junejo {
  background: url("../img/CBL.jpg");
  background-size: cover !important; }
.CB .CBL-sec-2 .img-background, .CBL .CBL-sec-2 .img-background {
  content: "";
  width: 100%;
  position: absolute;
  display: block;
  background-color: #0f1929; }
.CB .CBL-sec-2 .img-mob-2, .CBL .CBL-sec-2 .img-mob-2 {
  position: relative;
  z-index: 11; }
.CB .CBL-sec-3 .img-mob-2, .CBL .CBL-sec-3 .img-mob-2 {
  padding-bottom: 10%; }
  .CB .CBL-sec-3 .img-mob-2 p, .CBL .CBL-sec-3 .img-mob-2 p {
    color: #FFFFFF; }
.CB .CBL-sec-6 .padding_l-r, .CBL .CBL-sec-6 .padding_l-r {
  padding-left: 15%; }
.CB .CB-sec-1 .project-img, .CB .CB-sec-1 .project-img-CBL, .CB .CB-sec-1 .project-img-EC, .CB .CB-sec-1 .project-img-CB, .CB .CB-sec-1 .project-img-KP, .CB .CB-sec-1 .project-img-saf, .CB .CB-sec-1 .project-img-scafa, .CB .CB-sec-1 .project-img-plexus, .CB .CB-sec-1 .project-img-options, .CB .CB-sec-1 .project-img-umersohail, .CB .CB-sec-1 .project-img-ciena, .CB .CB-sec-1 .project-img-cricket, .CB .CB-sec-1 .project-img-junejo, .CBL .CB-sec-1 .project-img, .CBL .CB-sec-1 .project-img-CBL, .CBL .CB-sec-1 .project-img-EC, .CBL .CB-sec-1 .project-img-CB, .CBL .CB-sec-1 .project-img-KP, .CBL .CB-sec-1 .project-img-saf, .CBL .CB-sec-1 .project-img-scafa, .CBL .CB-sec-1 .project-img-plexus, .CBL .CB-sec-1 .project-img-options, .CBL .CB-sec-1 .project-img-umersohail, .CBL .CB-sec-1 .project-img-ciena, .CBL .CB-sec-1 .project-img-cricket, .CBL .CB-sec-1 .project-img-junejo {
  background: url("../img/CB.jpg");
  background-size: cover !important; }
.CB .CB-sec-4 .padding_l-r, .CBL .CB-sec-4 .padding_l-r {
  padding-left: 9rem !important;
  padding-right: 9rem !important; }
.CB .CB-sec-5, .CBL .CB-sec-5 {
  height: 100%; }
.CB .CB-sec-7 .img-mob-1, .CBL .CB-sec-7 .img-mob-1 {
  width: 25%;
  padding: 5rem 0; }

.EC .toggle-menu {
  display: none; }
.EC .arrow-up {
  display: none;
  border: 1px solid #1a1a1a;
  background: #1a1a1a; }
.EC .EC-sec-1 .project-img, .EC .EC-sec-1 .project-img-CBL, .EC .EC-sec-1 .project-img-EC, .EC .EC-sec-1 .project-img-CB, .EC .EC-sec-1 .project-img-KP, .EC .EC-sec-1 .project-img-saf, .EC .EC-sec-1 .project-img-scafa, .EC .EC-sec-1 .project-img-plexus, .EC .EC-sec-1 .project-img-options, .EC .EC-sec-1 .project-img-umersohail, .EC .EC-sec-1 .project-img-ciena, .EC .EC-sec-1 .project-img-cricket, .EC .EC-sec-1 .project-img-junejo {
  background: url("../img/EC.jpg"); }
.EC .EC-sec-7 h1, .EC .EC-sec-7 h2, .EC .EC-sec-7 h3, .EC .EC-sec-7 h4, .EC .EC-sec-7 h5, .EC .EC-sec-7 h6, .EC .EC-sec-7 p {
  color: #FFFFFF; }

.options .toggle-menu {
  display: none; }
.options .arrow-up {
  display: none;
  border: 1px solid #1a1a1a;
  background: #1a1a1a; }

.junejo .toggle-menu {
  display: none; }
.junejo .arrow-up {
  display: none;
  border: 1px solid #1a1a1a;
  background: #1a1a1a; }
.junejo .junejo-sec-1 .project-img, .junejo .junejo-sec-1 .project-img-CBL, .junejo .junejo-sec-1 .project-img-EC, .junejo .junejo-sec-1 .project-img-CB, .junejo .junejo-sec-1 .project-img-KP, .junejo .junejo-sec-1 .project-img-saf, .junejo .junejo-sec-1 .project-img-scafa, .junejo .junejo-sec-1 .project-img-plexus, .junejo .junejo-sec-1 .project-img-options, .junejo .junejo-sec-1 .project-img-umersohail, .junejo .junejo-sec-1 .project-img-ciena, .junejo .junejo-sec-1 .project-img-cricket, .junejo .junejo-sec-1 .project-img-junejo {
  background: url("../img/junejo_1.jpg"); }

.cricket .toggle-menu {
  display: none; }
.cricket .arrow-up {
  display: none;
  border: 1px solid #1a1a1a;
  background: #1a1a1a; }
.cricket .cricket-sec-1 .project-img, .cricket .cricket-sec-1 .project-img-CBL, .cricket .cricket-sec-1 .project-img-EC, .cricket .cricket-sec-1 .project-img-CB, .cricket .cricket-sec-1 .project-img-KP, .cricket .cricket-sec-1 .project-img-saf, .cricket .cricket-sec-1 .project-img-scafa, .cricket .cricket-sec-1 .project-img-plexus, .cricket .cricket-sec-1 .project-img-options, .cricket .cricket-sec-1 .project-img-umersohail, .cricket .cricket-sec-1 .project-img-ciena, .cricket .cricket-sec-1 .project-img-cricket, .cricket .cricket-sec-1 .project-img-junejo {
  background: url("../img/cricket_2.jpg"); }

.cienapartners .toggle-menu {
  display: none; }
.cienapartners .arrow-up {
  display: none;
  border: 1px solid #1a1a1a;
  background: #1a1a1a; }
.cienapartners .cienapartners-sec-1 .project-img, .cienapartners .cienapartners-sec-1 .project-img-CBL, .cienapartners .cienapartners-sec-1 .project-img-EC, .cienapartners .cienapartners-sec-1 .project-img-CB, .cienapartners .cienapartners-sec-1 .project-img-KP, .cienapartners .cienapartners-sec-1 .project-img-saf, .cienapartners .cienapartners-sec-1 .project-img-scafa, .cienapartners .cienapartners-sec-1 .project-img-plexus, .cienapartners .cienapartners-sec-1 .project-img-options, .cienapartners .cienapartners-sec-1 .project-img-umersohail, .cienapartners .cienapartners-sec-1 .project-img-ciena, .cienapartners .cienapartners-sec-1 .project-img-cricket, .cienapartners .cienapartners-sec-1 .project-img-junejo {
  background: url("../img/ciena_2.jpg"); }

.KP .toggle-menu {
  display: none; }
.KP .arrow-up {
  display: none;
  border: 1px solid #1a1a1a;
  background: #1a1a1a; }
.KP .KP-sec-1 .project-img, .KP .KP-sec-1 .project-img-CBL, .KP .KP-sec-1 .project-img-EC, .KP .KP-sec-1 .project-img-CB, .KP .KP-sec-1 .project-img-KP, .KP .KP-sec-1 .project-img-saf, .KP .KP-sec-1 .project-img-scafa, .KP .KP-sec-1 .project-img-plexus, .KP .KP-sec-1 .project-img-options, .KP .KP-sec-1 .project-img-umersohail, .KP .KP-sec-1 .project-img-ciena, .KP .KP-sec-1 .project-img-cricket, .KP .KP-sec-1 .project-img-junejo {
  background: url("../img/KP.jpg"); }
.KP .KP-sec-4 {
  height: 100%;
  margin: 4rem auto; }
.KP .KP-sec-5 {
  background-color: #82adb6;
  padding: 11.25rem 0; }

.saf .toggle-menu {
  display: none; }
.saf .arrow-up {
  display: none;
  border: 1px solid #1a1a1a;
  background: #1a1a1a; }
.saf .saf-sec-1 .project-img, .saf .saf-sec-1 .project-img-CBL, .saf .saf-sec-1 .project-img-EC, .saf .saf-sec-1 .project-img-CB, .saf .saf-sec-1 .project-img-KP, .saf .saf-sec-1 .project-img-saf, .saf .saf-sec-1 .project-img-scafa, .saf .saf-sec-1 .project-img-plexus, .saf .saf-sec-1 .project-img-options, .saf .saf-sec-1 .project-img-umersohail, .saf .saf-sec-1 .project-img-ciena, .saf .saf-sec-1 .project-img-cricket, .saf .saf-sec-1 .project-img-junejo {
  background: url("../img/saf (1).jpg"); }

.scafa .toggle-menu {
  display: none; }
.scafa .arrow-up {
  display: none;
  border: 1px solid #1a1a1a;
  background: #1a1a1a; }
.scafa .scafa-sec-1 .project-img, .scafa .scafa-sec-1 .project-img-CBL, .scafa .scafa-sec-1 .project-img-EC, .scafa .scafa-sec-1 .project-img-CB, .scafa .scafa-sec-1 .project-img-KP, .scafa .scafa-sec-1 .project-img-saf, .scafa .scafa-sec-1 .project-img-scafa, .scafa .scafa-sec-1 .project-img-plexus, .scafa .scafa-sec-1 .project-img-options, .scafa .scafa-sec-1 .project-img-umersohail, .scafa .scafa-sec-1 .project-img-ciena, .scafa .scafa-sec-1 .project-img-cricket, .scafa .scafa-sec-1 .project-img-junejo {
  background: url("../img/scafa (1).jpg"); }

.plexus .toggle-menu {
  display: none; }
.plexus .arrow-up {
  display: none;
  border: 1px solid #1a1a1a;
  background: #1a1a1a; }
.plexus .plexus-sec-1 .project-img, .plexus .plexus-sec-1 .project-img-CBL, .plexus .plexus-sec-1 .project-img-EC, .plexus .plexus-sec-1 .project-img-CB, .plexus .plexus-sec-1 .project-img-KP, .plexus .plexus-sec-1 .project-img-saf, .plexus .plexus-sec-1 .project-img-scafa, .plexus .plexus-sec-1 .project-img-plexus, .plexus .plexus-sec-1 .project-img-options, .plexus .plexus-sec-1 .project-img-umersohail, .plexus .plexus-sec-1 .project-img-ciena, .plexus .plexus-sec-1 .project-img-cricket, .plexus .plexus-sec-1 .project-img-junejo {
  background: url("../img/plexus (1).jpg"); }

.umersohail .toggle-menu {
  display: none; }
.umersohail .arrow-up {
  display: none;
  border: 1px solid #1a1a1a;
  background: #1a1a1a; }
.umersohail .umersohail-sec-1 .project-img, .umersohail .umersohail-sec-1 .project-img-CBL, .umersohail .umersohail-sec-1 .project-img-EC, .umersohail .umersohail-sec-1 .project-img-CB, .umersohail .umersohail-sec-1 .project-img-KP, .umersohail .umersohail-sec-1 .project-img-saf, .umersohail .umersohail-sec-1 .project-img-scafa, .umersohail .umersohail-sec-1 .project-img-plexus, .umersohail .umersohail-sec-1 .project-img-options, .umersohail .umersohail-sec-1 .project-img-umersohail, .umersohail .umersohail-sec-1 .project-img-ciena, .umersohail .umersohail-sec-1 .project-img-cricket, .umersohail .umersohail-sec-1 .project-img-junejo {
  background: url("../img/umersohail (1).jpg"); }

.projects .back-btn {
  display: none; }
.projects .arrow-up {
  display: none;
  border: 1px solid #1a1a1a;
  background: #1a1a1a; }
.projects .toggle-menu {
  display: block !important;
  margin: 2%; }
  .projects .toggle-menu i {
    display: block; }
.projects .projects-wrap {
  background-color: transparent; }
  .projects .projects-wrap h1, .projects .projects-wrap h2, .projects .projects-wrap h3, .projects .projects-wrap h4, .projects .projects-wrap h5, .projects .projects-wrap h6, .projects .projects-wrap p, .projects .projects-wrap i, .projects .projects-wrap a, .projects .projects-wrap span {
    color: #000000 !important; }
  .projects .projects-wrap .arrow::before {
    background: black; }
  .projects .projects-wrap .arrow::after {
    border: 1px solid #000;
    border-left: 0;
    border-bottom: 0; }
  .projects .projects-wrap .projects-intro {
    margin: 0 auto 10%;
    width: 100%;
    max-width: 70%;
    line-height: 120%;
    padding-top: 7%; }
  .projects .projects-wrap .projects-list h1, .projects .projects-wrap .projects-list h2, .projects .projects-wrap .projects-list h3, .projects .projects-wrap .projects-list h4, .projects .projects-wrap .projects-list h5, .projects .projects-wrap .projects-list h6, .projects .projects-wrap .projects-list p, .projects .projects-wrap .projects-list i, .projects .projects-wrap .projects-list a, .projects .projects-wrap .projects-list span {
    color: #000000 !important; }
  .projects .projects-wrap .projects-list .project {
    width: 100%;
    padding: 4% 0;
    -webkit-align-items: center;
    align-items: center;
    position: relative; }
    .projects .projects-wrap .projects-list .project:nth-child(odd) .project-info {
      float: left !important; }
    .projects .projects-wrap .projects-list .project:nth-child(odd) .project-img, .projects .projects-wrap .projects-list .project:nth-child(odd) .project-img-CBL, .projects .projects-wrap .projects-list .project:nth-child(odd) .project-img-EC, .projects .projects-wrap .projects-list .project:nth-child(odd) .project-img-CB, .projects .projects-wrap .projects-list .project:nth-child(odd) .project-img-KP, .projects .projects-wrap .projects-list .project:nth-child(odd) .project-img-saf, .projects .projects-wrap .projects-list .project:nth-child(odd) .project-img-scafa, .projects .projects-wrap .projects-list .project:nth-child(odd) .project-img-plexus, .projects .projects-wrap .projects-list .project:nth-child(odd) .project-img-options, .projects .projects-wrap .projects-list .project:nth-child(odd) .project-img-umersohail, .projects .projects-wrap .projects-list .project:nth-child(odd) .project-img-ciena, .projects .projects-wrap .projects-list .project:nth-child(odd) .project-img-cricket, .projects .projects-wrap .projects-list .project:nth-child(odd) .project-img-junejo {
      float: right !important; }
    .projects .projects-wrap .projects-list .project .project-info {
      text-align: left;
      top: 38%;
      padding-left: 5%;
      padding-right: 5%; }
    .projects .projects-wrap .projects-list .project h2 {
      font-size: 1.5rem !important; }
    .projects .projects-wrap .projects-list .project h6 {
      font-size: 0.825rem !important; }
  .projects .projects-wrap .projects-list .project-img, .projects .projects-wrap .projects-list .project-img-CBL, .projects .projects-wrap .projects-list .project-img-EC, .projects .projects-wrap .projects-list .project-img-CB, .projects .projects-wrap .projects-list .project-img-KP, .projects .projects-wrap .projects-list .project-img-saf, .projects .projects-wrap .projects-list .project-img-scafa, .projects .projects-wrap .projects-list .project-img-plexus, .projects .projects-wrap .projects-list .project-img-options, .projects .projects-wrap .projects-list .project-img-umersohail, .projects .projects-wrap .projects-list .project-img-ciena, .projects .projects-wrap .projects-list .project-img-cricket, .projects .projects-wrap .projects-list .project-img-junejo {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 60vh;
    margin-top: 2%; }
  .projects .projects-wrap #CBL .project-img, .projects .projects-wrap #CBL .project-img-CBL, .projects .projects-wrap #CBL .project-img-EC, .projects .projects-wrap #CBL .project-img-CB, .projects .projects-wrap #CBL .project-img-KP, .projects .projects-wrap #CBL .project-img-saf, .projects .projects-wrap #CBL .project-img-scafa, .projects .projects-wrap #CBL .project-img-plexus, .projects .projects-wrap #CBL .project-img-options, .projects .projects-wrap #CBL .project-img-umersohail, .projects .projects-wrap #CBL .project-img-ciena, .projects .projects-wrap #CBL .project-img-cricket, .projects .projects-wrap #CBL .project-img-junejo {
    background: url("../img/CBLtd.jpg") center no-repeat !important;
    background-attachment: local !important;
    object-fit: cover;
    background-size: cover !important; }
  .projects .projects-wrap #CBL .padding_t-b {
    padding-top: 10rem;
    padding-bottom: 10rem; }
  .projects .projects-wrap #EC .project-img, .projects .projects-wrap #EC .project-img-CBL, .projects .projects-wrap #EC .project-img-EC, .projects .projects-wrap #EC .project-img-CB, .projects .projects-wrap #EC .project-img-KP, .projects .projects-wrap #EC .project-img-saf, .projects .projects-wrap #EC .project-img-scafa, .projects .projects-wrap #EC .project-img-plexus, .projects .projects-wrap #EC .project-img-options, .projects .projects-wrap #EC .project-img-umersohail, .projects .projects-wrap #EC .project-img-ciena, .projects .projects-wrap #EC .project-img-cricket, .projects .projects-wrap #EC .project-img-junejo {
    background: url("../img/EC.jpg") center no-repeat !important;
    background-attachment: local !important;
    background-size: cover !important; }
  .projects .projects-wrap #EC .padding_t-b {
    padding-top: 10rem;
    padding-bottom: 10rem; }
  .projects .projects-wrap #CB .project-img, .projects .projects-wrap #CB .project-img-CBL, .projects .projects-wrap #CB .project-img-EC, .projects .projects-wrap #CB .project-img-CB, .projects .projects-wrap #CB .project-img-KP, .projects .projects-wrap #CB .project-img-saf, .projects .projects-wrap #CB .project-img-scafa, .projects .projects-wrap #CB .project-img-plexus, .projects .projects-wrap #CB .project-img-options, .projects .projects-wrap #CB .project-img-umersohail, .projects .projects-wrap #CB .project-img-ciena, .projects .projects-wrap #CB .project-img-cricket, .projects .projects-wrap #CB .project-img-junejo {
    background: url("../img/CB.jpg") center no-repeat !important;
    background-attachment: local !important;
    background-size: cover !important; }
  .projects .projects-wrap #CB .padding_t-b {
    padding-top: 10rem;
    padding-bottom: 10rem; }
  .projects .projects-wrap #KP .project-img, .projects .projects-wrap #KP .project-img-CBL, .projects .projects-wrap #KP .project-img-EC, .projects .projects-wrap #KP .project-img-CB, .projects .projects-wrap #KP .project-img-KP, .projects .projects-wrap #KP .project-img-saf, .projects .projects-wrap #KP .project-img-scafa, .projects .projects-wrap #KP .project-img-plexus, .projects .projects-wrap #KP .project-img-options, .projects .projects-wrap #KP .project-img-umersohail, .projects .projects-wrap #KP .project-img-ciena, .projects .projects-wrap #KP .project-img-cricket, .projects .projects-wrap #KP .project-img-junejo {
    background: url("../img/KP.jpg") center no-repeat !important;
    background-attachment: local !important;
    background-size: cover !important; }
  .projects .projects-wrap #KP .padding_t-b {
    padding-top: 10rem;
    padding-bottom: 10rem; }
.projects #plexus .project-img, .projects #plexus .project-img-CBL, .projects #plexus .project-img-EC, .projects #plexus .project-img-CB, .projects #plexus .project-img-KP, .projects #plexus .project-img-saf, .projects #plexus .project-img-scafa, .projects #plexus .project-img-plexus, .projects #plexus .project-img-options, .projects #plexus .project-img-umersohail, .projects #plexus .project-img-ciena, .projects #plexus .project-img-cricket, .projects #plexus .project-img-junejo {
  background: url("../img/PLEXUS.jpg") center no-repeat !important;
  background-attachment: local !important;
  background-size: cover !important; }
.projects #plexus .padding_t-b {
  padding-top: 10rem;
  padding-bottom: 10rem; }
.projects #scafa .project-img, .projects #scafa .project-img-CBL, .projects #scafa .project-img-EC, .projects #scafa .project-img-CB, .projects #scafa .project-img-KP, .projects #scafa .project-img-saf, .projects #scafa .project-img-scafa, .projects #scafa .project-img-plexus, .projects #scafa .project-img-options, .projects #scafa .project-img-umersohail, .projects #scafa .project-img-ciena, .projects #scafa .project-img-cricket, .projects #scafa .project-img-junejo {
  background: url("../img/SCAFA.jpg") center no-repeat !important;
  background-attachment: local !important;
  background-size: cover !important; }
.projects #scafa .padding_t-b {
  padding-top: 10rem;
  padding-bottom: 10rem; }
.projects #cienapartners .project-img, .projects #cienapartners .project-img-CBL, .projects #cienapartners .project-img-EC, .projects #cienapartners .project-img-CB, .projects #cienapartners .project-img-KP, .projects #cienapartners .project-img-saf, .projects #cienapartners .project-img-scafa, .projects #cienapartners .project-img-plexus, .projects #cienapartners .project-img-options, .projects #cienapartners .project-img-umersohail, .projects #cienapartners .project-img-ciena, .projects #cienapartners .project-img-cricket, .projects #cienapartners .project-img-junejo {
  background: url("../img/CIENA.jpg") center no-repeat !important;
  background-attachment: local !important;
  background-size: cover !important; }
.projects #cienapartners .padding_t-b {
  padding-top: 10rem;
  padding-bottom: 10rem; }
.projects #umersohail .project-img, .projects #umersohail .project-img-CBL, .projects #umersohail .project-img-EC, .projects #umersohail .project-img-CB, .projects #umersohail .project-img-KP, .projects #umersohail .project-img-saf, .projects #umersohail .project-img-scafa, .projects #umersohail .project-img-plexus, .projects #umersohail .project-img-options, .projects #umersohail .project-img-umersohail, .projects #umersohail .project-img-ciena, .projects #umersohail .project-img-cricket, .projects #umersohail .project-img-junejo {
  background: url("../img/UMERSOHAIL.jpg") center no-repeat !important;
  background-attachment: local !important;
  background-size: cover !important; }
.projects #umersohail .padding_t-b {
  padding-top: 10rem;
  padding-bottom: 10rem; }
.projects #saf .project-img, .projects #saf .project-img-CBL, .projects #saf .project-img-EC, .projects #saf .project-img-CB, .projects #saf .project-img-KP, .projects #saf .project-img-saf, .projects #saf .project-img-scafa, .projects #saf .project-img-plexus, .projects #saf .project-img-options, .projects #saf .project-img-umersohail, .projects #saf .project-img-ciena, .projects #saf .project-img-cricket, .projects #saf .project-img-junejo {
  background: url("../img/SAF.jpg") center no-repeat !important;
  background-attachment: local !important;
  background-size: cover !important; }
.projects #saf .padding_t-b {
  padding-top: 10rem;
  padding-bottom: 10rem; }
.projects #junejo .project-img, .projects #junejo .project-img-CBL, .projects #junejo .project-img-EC, .projects #junejo .project-img-CB, .projects #junejo .project-img-KP, .projects #junejo .project-img-saf, .projects #junejo .project-img-scafa, .projects #junejo .project-img-plexus, .projects #junejo .project-img-options, .projects #junejo .project-img-umersohail, .projects #junejo .project-img-ciena, .projects #junejo .project-img-cricket, .projects #junejo .project-img-junejo {
  background: url("../img/JUNEJO.jpg") center no-repeat !important;
  background-attachment: local !important;
  background-size: cover !important; }
.projects #junejo .padding_t-b {
  padding-top: 10rem;
  padding-bottom: 10rem; }
.projects #cricket .project-img, .projects #cricket .project-img-CBL, .projects #cricket .project-img-EC, .projects #cricket .project-img-CB, .projects #cricket .project-img-KP, .projects #cricket .project-img-saf, .projects #cricket .project-img-scafa, .projects #cricket .project-img-plexus, .projects #cricket .project-img-options, .projects #cricket .project-img-umersohail, .projects #cricket .project-img-ciena, .projects #cricket .project-img-cricket, .projects #cricket .project-img-junejo {
  background: url("../img/CRICKET.jpg") center no-repeat !important;
  background-attachment: local !important;
  background-size: cover !important; }
.projects #cricket .padding_t-b {
  padding-top: 10rem;
  padding-bottom: 10rem; }

#Contact h1, #Contact h2, #Contact h3, #Contact h4, #Contact h5, #Contact h6, #Contact p, #Contact a, #Contact span {
  color: #FFFFFF !important; }
#Contact .footer-menu {
  margin-bottom: 5% !important; }

.about-pg #fp-nav span {
  display: none; }
.about-pg .about-sec-1 {
  background-color: #1a1a1a;
  height: 100vh; }
  .about-pg .about-sec-1 h1, .about-pg .about-sec-1 h2, .about-pg .about-sec-1 h3, .about-pg .about-sec-1 h4, .about-pg .about-sec-1 h5, .about-pg .about-sec-1 h6, .about-pg .about-sec-1 p {
    color: #ffffff !important;
    line-height: 130%; }
  .about-pg .about-sec-1 .intro {
    padding-left: 10%;
    text-align: left;
    padding-top: 30%; }
    .about-pg .about-sec-1 .intro h4 {
      font-size: 1rem !important; }
      .about-pg .about-sec-1 .intro h4 span {
        content: "";
        width: 60px;
        height: 3px;
        background-color: #5a5a5a;
        position: relative;
        display: inline-block; }
    .about-pg .about-sec-1 .intro .yellow {
      color: #FFC107; }
  .about-pg .about-sec-1 #bg-img {
    height: 100vh; }
    .about-pg .about-sec-1 #bg-img #bg-text {
      background: url("../img/line-work.png"), url("../img/text.png");
      background-repeat: no-repeat;
      background-size: contain, cover;
      height: 100%; }
  .about-pg .about-sec-1 .padding_t-b {
    padding-top: 10%;
    padding-bottom: 10%; }
  .about-pg .about-sec-1 .padding_l-r {
    padding-left: 10%;
    padding-right: 10%; }
.about-pg .about-sec-2 {
  background-color: #1a1a1a;
  height: 100vh; }
  .about-pg .about-sec-2 h1, .about-pg .about-sec-2 h2, .about-pg .about-sec-2 h3, .about-pg .about-sec-2 h4, .about-pg .about-sec-2 h5, .about-pg .about-sec-2 h6, .about-pg .about-sec-2 p {
    color: #ffffff !important;
    line-height: 130%; }
  .about-pg .about-sec-2 .intro {
    padding-left: 10%;
    text-align: left;
    padding-top: 5%; }
    .about-pg .about-sec-2 .intro h4 {
      font-size: 1rem !important; }
      .about-pg .about-sec-2 .intro h4 span {
        content: "";
        width: 60px;
        height: 3px;
        background-color: #5a5a5a;
        position: relative;
        display: inline-block; }
    .about-pg .about-sec-2 .intro .yellow {
      color: #FFC107; }
    .about-pg .about-sec-2 .intro ul {
      margin-top: 5%; }
      .about-pg .about-sec-2 .intro ul li {
        display: inline-flex;
        vertical-align: middle;
        align-items: baseline; }
        .about-pg .about-sec-2 .intro ul li .t-con-img {
          width: 15%; }
          .about-pg .about-sec-2 .intro ul li .t-con-img img {
            width: 35%; }
        .about-pg .about-sec-2 .intro ul li .t-con-name {
          width: 25%; }
        .about-pg .about-sec-2 .intro ul li .t-con-desc {
          width: 70%; }
          .about-pg .about-sec-2 .intro ul li .t-con-desc p {
            font-size: 0.80rem !important; }
  .about-pg .about-sec-2 #bg-img {
    height: 100vh; }
    .about-pg .about-sec-2 #bg-img #bg-rec {
      background: url(../img/cross.png), url(../img/face.png), url(../img/rectangle.png);
      background-size: 55%, 40%, contain;
      height: 100%;
      background-position: right, 35% 70%, bottom;
      background-repeat: no-repeat; }
    .about-pg .about-sec-2 #bg-img #bg-face {
      background: no-repeat;
      background-size: contain;
      height: 100%; }
.about-pg .about-sec-3 {
  background-color: #1a1a1a;
  height: 100vh; }
  .about-pg .about-sec-3 h1, .about-pg .about-sec-3 h2, .about-pg .about-sec-3 h3, .about-pg .about-sec-3 h4, .about-pg .about-sec-3 h5, .about-pg .about-sec-3 h6, .about-pg .about-sec-3 p {
    color: #ffffff !important;
    line-height: 130%; }
  .about-pg .about-sec-3 .intro {
    padding-left: 10%;
    text-align: left;
    padding-top: 10%; }
    .about-pg .about-sec-3 .intro h4 {
      font-size: 1rem !important; }
      .about-pg .about-sec-3 .intro h4 span {
        content: "";
        width: 60px;
        height: 3px;
        background-color: #5a5a5a;
        position: relative;
        display: inline-block; }
    .about-pg .about-sec-3 .intro .yellow {
      color: #FFC107; }
    .about-pg .about-sec-3 .intro ul {
      margin-top: 5%; }
      .about-pg .about-sec-3 .intro ul li {
        display: inline-block;
        width: 20%;
        padding: 2%;
        text-align: center;
        vertical-align: text-top; }
        .about-pg .about-sec-3 .intro ul li .t-con-img {
          width: 30%;
          margin: 10%; }
        .about-pg .about-sec-3 .intro ul li p {
          font-size: 0.70rem !important; }
  .about-pg .about-sec-3 #bg-img {
    height: 100vh; }
    .about-pg .about-sec-3 #bg-img #bg-rec {
      background: url(../img/team-bg-face.png), url(../img/team-bg.png);
      background-size: 55%, 100%;
      height: 100%;
      background-position: right, center;
      background-repeat: no-repeat; }
    .about-pg .about-sec-3 #bg-img #bg-face {
      background: no-repeat;
      background-size: contain;
      height: 100%; }
.about-pg #Contact .footer-menu {
  margin-bottom: 5%; }

.contact-pg {
  background-color: #1a1a1a; }
  .contact-pg h1, .contact-pg h2, .contact-pg h3, .contact-pg h4, .contact-pg h5, .contact-pg h6, .contact-pg p {
    color: #ffffff !important; }
  .contact-pg #fp-nav span {
    display: none; }
  .contact-pg .contact-sec-1 {
    color: #FFFFFF; }
    .contact-pg .contact-sec-1 .intro {
      padding-left: 20%;
      text-align: left;
      padding-top: 30%; }
      .contact-pg .contact-sec-1 .intro h4 span {
        content: "";
        width: 60px;
        height: 3px;
        background-color: #5a5a5a;
        position: relative;
        display: inline-block; }
      .contact-pg .contact-sec-1 .intro h4.padding_t-b {
        padding-top: 0;
        padding-bottom: 2%; }
      .contact-pg .contact-sec-1 .intro p {
        font-size: 1rem; }
      .contact-pg .contact-sec-1 .intro .yellow {
        color: #FFC107; }
    .contact-pg .contact-sec-1 .contact-form {
      padding-left: 10%;
      padding-right: 10%;
      text-align: left;
      padding-top: 30%; }
      .contact-pg .contact-sec-1 .contact-form .form-group .form-control {
        background-color: transparent !important;
        margin-bottom: 5%;
        color: #FFFFFF; }
      .contact-pg .contact-sec-1 .contact-form button {
        background-color: transparent;
        padding: 2%;
        width: 30%; }
        .contact-pg .contact-sec-1 .contact-form button.btn-submit {
          background-image: linear-gradient(45deg, #FFC107 50%, transparent 50%);
          background-position: 100%;
          background-size: 400%;
          transition: background 600ms ease-in-out; }
          .contact-pg .contact-sec-1 .contact-form button.btn-submit:hover {
            background-position: 0;
            color: black;
            transition: 600ms ease-in-out; }
    .contact-pg .contact-sec-1 #bg-img {
      height: 100vh; }
      .contact-pg .contact-sec-1 #bg-img #bg-text {
        background: url("../img/signature.png"), url("../img/model.png"), url("../img/leaf.png");
        background-repeat: no-repeat;
        background-size: 20%, 55%, 45%;
        height: 100%;
        background-position: 10%, center, right; }
    .contact-pg .contact-sec-1 .padding_t-b {
      padding-top: 10%;
      padding-bottom: 10%; }
    .contact-pg .contact-sec-1 .padding_l-r {
      padding-left: 10%;
      padding-right: 10%; }

#Contact {
  background-color: #1a1a1a; }
  #Contact h1, #Contact h2, #Contact h3, #Contact h4, #Contact h5, #Contact h6, #Contact p, #Contact span {
    color: #FFFFFF !important; }

.header-top .img-mob-1 {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  padding: 1.25% 1%;
  margin-left: 5%;
  width: 10%;
  display: none; }
.header-top .head-menu {
  display: none;
  width: 60%; }
  .header-top .head-menu ul {
    margin-bottom: 0;
    padding: 2% 1%;
    float: right; }
    .header-top .head-menu ul li {
      display: inline-block; }
      .header-top .head-menu ul li a {
        margin: 0 30px;
        display: block; }
        .header-top .head-menu ul li a h4 {
          font-family: "Open Sans", sans-serif;
          text-transform: lowercase;
          font-size: 0.675rem !important;
          letter-spacing: 0.25rem;
          margin: 0; }

.footer-menu {
  bottom: 0;
  position: relative;
  width: 100%;
  margin: 0;
  margin-bottom: 5%; }
  .footer-menu .project-desc::before {
    display: none; }
  .footer-menu .project-desc .intro-menu ul, .footer-menu .project-desc .f-projects ul {
    margin: auto;
    margin-top: 2%;
    display: table; }
    .footer-menu .project-desc .intro-menu ul h4, .footer-menu .project-desc .f-projects ul h4 {
      font-family: 'Open Sans', sans-serif;
      font-size: 0.825rem !important;
      letter-spacing: 0.5rem;
      text-transform: lowercase; }
  .footer-menu .project-desc footer {
    bottom: 0;
    margin-top: 10%; }
    .footer-menu .project-desc footer .img-mob-1 {
      width: 8rem !important;
      padding: 0; }
    .footer-menu .project-desc footer .social-icon {
      margin-top: -2%; }
      .footer-menu .project-desc footer .social-icon ul {
        list-style: none;
        margin-bottom: 0; }
        .footer-menu .project-desc footer .social-icon ul li {
          display: inline-block;
          margin: 3px 0 0 20px; }
          .footer-menu .project-desc footer .social-icon ul li a {
            display: block; }
            .footer-menu .project-desc footer .social-icon ul li a .fb-icon, .footer-menu .project-desc footer .social-icon ul li a .insta-icon {
              width: 1.5rem;
              display: block; }

.services .services-sec-1 h1, .services .services-sec-1 h2, .services .services-sec-1 h3, .services .services-sec-1 h4, .services .services-sec-1 h5, .services .services-sec-1 h6, .services .services-sec-1 p, .services .services-sec-1 span {
  color: black !important;
  text-align: left; }
.services .services-sec-1 #services-menu {
  z-index: 2;
  list-style: none;
  position: relative;
  padding: 25% 25px 25px;
  color: #000000 !important;
  top: 0;
  left: 25%;
  display: block;
  -webkit-transition: transform .5s ease;
  transition: transform .5s ease; }
  .services .services-sec-1 #services-menu li {
    padding-bottom: 5%;
    text-align: left;
    -webkit-transition: left .4s ease-out .4s, opacity .4s ease-out;
    transition: left .4s ease-out .4s, opacity .4s ease-out; }
    .services .services-sec-1 #services-menu li a {
      text-decoration: none; }
      .services .services-sec-1 #services-menu li a h6 {
        color: #000000 !important;
        font-size: 0.825rem !important;
        font-weight: bold;
        text-align: left; }
  .services .services-sec-1 #services-menu.intro-menu a::after, .services .services-sec-1 #services-menu.f-projects a::after {
    background: #000000;
    opacity: 1; }
  .services .services-sec-1 #services-menu.intro-menu li, .services .services-sec-1 #services-menu.f-projects li {
    display: block; }
.services #Contact h1, .services #Contact h2, .services #Contact h3, .services #Contact h4, .services #Contact h5, .services #Contact h6, .services #Contact p, .services #Contact span {
  color: #FFFFFF !important; }
.services #Contact .footer-menu {
  margin-bottom: 5%; }

.HT-sec-9, .CBL-sec-8, .EB-sec-7, .CB-sec-8, .KP-sec-6, .saf-sec-6, .options-sec-6, .umersohail-sec-6, .plexus-sec-6, .scafa-sec-6, .junejo-sec-6, .cricket-sec-6, .ciena-sec-6 {
  width: 100%; }
  .HT-sec-9 h1, .HT-sec-9 h2, .HT-sec-9 h3, .HT-sec-9 h4, .HT-sec-9 h5, .HT-sec-9 h6, .HT-sec-9 p, .CBL-sec-8 h1, .CBL-sec-8 h2, .CBL-sec-8 h3, .CBL-sec-8 h4, .CBL-sec-8 h5, .CBL-sec-8 h6, .CBL-sec-8 p, .EB-sec-7 h1, .EB-sec-7 h2, .EB-sec-7 h3, .EB-sec-7 h4, .EB-sec-7 h5, .EB-sec-7 h6, .EB-sec-7 p, .CB-sec-8 h1, .CB-sec-8 h2, .CB-sec-8 h3, .CB-sec-8 h4, .CB-sec-8 h5, .CB-sec-8 h6, .CB-sec-8 p, .KP-sec-6 h1, .KP-sec-6 h2, .KP-sec-6 h3, .KP-sec-6 h4, .KP-sec-6 h5, .KP-sec-6 h6, .KP-sec-6 p, .saf-sec-6 h1, .saf-sec-6 h2, .saf-sec-6 h3, .saf-sec-6 h4, .saf-sec-6 h5, .saf-sec-6 h6, .saf-sec-6 p, .options-sec-6 h1, .options-sec-6 h2, .options-sec-6 h3, .options-sec-6 h4, .options-sec-6 h5, .options-sec-6 h6, .options-sec-6 p, .umersohail-sec-6 h1, .umersohail-sec-6 h2, .umersohail-sec-6 h3, .umersohail-sec-6 h4, .umersohail-sec-6 h5, .umersohail-sec-6 h6, .umersohail-sec-6 p, .plexus-sec-6 h1, .plexus-sec-6 h2, .plexus-sec-6 h3, .plexus-sec-6 h4, .plexus-sec-6 h5, .plexus-sec-6 h6, .plexus-sec-6 p, .scafa-sec-6 h1, .scafa-sec-6 h2, .scafa-sec-6 h3, .scafa-sec-6 h4, .scafa-sec-6 h5, .scafa-sec-6 h6, .scafa-sec-6 p, .junejo-sec-6 h1, .junejo-sec-6 h2, .junejo-sec-6 h3, .junejo-sec-6 h4, .junejo-sec-6 h5, .junejo-sec-6 h6, .junejo-sec-6 p, .cricket-sec-6 h1, .cricket-sec-6 h2, .cricket-sec-6 h3, .cricket-sec-6 h4, .cricket-sec-6 h5, .cricket-sec-6 h6, .cricket-sec-6 p, .ciena-sec-6 h1, .ciena-sec-6 h2, .ciena-sec-6 h3, .ciena-sec-6 h4, .ciena-sec-6 h5, .ciena-sec-6 h6, .ciena-sec-6 p {
    color: white; }

.project-img, .project-img-CBL, .project-img-EC, .project-img-CB, .project-img-KP, .project-img-saf, .project-img-scafa, .project-img-plexus, .project-img-options, .project-img-umersohail, .project-img-ciena, .project-img-cricket, .project-img-junejo {
  background: center no-repeat fixed !important;
  height: 100vh;
  background-size: cover;
  position: relative;
  -webkit-transition: right .4s ease-out, width .4s ease, height .4s ease;
  transition: right .4s ease-out, width .4s ease, height .4s ease;
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.18); }

.project-img-CBL {
  background-image: url("../img/CBL.jpg") !important;
  background-position: center !important; }

.project-img-EC {
  background-image: url("../img/EstaChat.jpg") !important;
  background-position: center !important; }

.project-img-CB {
  background-image: url("../img/CB-1.jpg") !important;
  background-position: center !important; }

.project-img-KP {
  background-image: url("../img/KingPin.jpg") !important;
  background-position: center !important; }

.project-img-saf {
  background-image: url("../img/saf (1).jpg") !important;
  background-position: center !important; }

.project-img-scafa {
  background-image: url("../img/scafa (1).jpg") !important;
  background-position: center !important; }

.project-img-plexus {
  background-image: url("../img/plexus (1).jpg") !important;
  background-position: center !important; }

.project-img-options {
  background-image: url("../img/options (1).jpg") !important;
  background-position: center !important; }

.project-img-umersohail {
  background-image: url("../img/umersohail (1).jpg") !important;
  background-position: center !important; }

.project-img-ciena {
  background-image: url("../img/ciena_2.jpg") !important;
  background-position: center !important; }

.project-img-cricket {
  background-image: url("../img/cricket_2.jpg") !important;
  background-position: center !important; }

.project-img-junejo {
  background-image: url("../img/junejo_1.jpg") !important;
  background-position: center !important; }

.contact-us, .call-us, .mail-us, .next-project {
  width: 100%;
  display: inline-block;
  padding: 6.75rem 0;
  background: #353535; }

.call-us {
  background: #262626; }

.mail-us {
  background: #212121; }

.next-project {
  background: #353535; }

.project-desc {
  padding: 0 8.5rem 0;
  text-align: justify;
  text-align-last: center; }

.call-us:hover, .mail-us:hover, .contact-us:hover, .call-us:hover, .mail-us:hover, .next-project:hover {
  background-color: #1a1a1a; }

.project-desc::before {
  content: "";
  width: 0.0650rem;
  height: 7.688rem;
  position: absolute;
  top: -4.125rem;
  left: 50%;
  display: block;
  background-color: black; }

.arrow {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  max-width: 95px;
  height: 15px;
  letter-spacing: 2px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }
  .arrow::before, .arrow::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    -webkit-transition: all .6s ease, color 0s ease !important;
    transition: all .6s ease, color 0s ease !important; }
  .arrow::before {
    height: 1px;
    width: 46px;
    background: #fff;
    position: relative; }
  .arrow::after {
    width: 9px;
    height: 9px;
    top: 40%;
    -webkit-transform: rotate(45deg) translate(-50%);
    transform: rotate(45deg) translate(-50%);
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
    left: 40px;
    opacity: 1;
    position: absolute; }

.arrow > span {
  position: absolute;
  opacity: 0;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 4px;
  font-weight: 600;
  text-transform: uppercase;
  left: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%; }

.arrow:hover span, .arrow.hover span {
  opacity: 1;
  padding-left: 10px;
  width: 100%;
  color: white;
  -webkit-transition: all .6s ease, color 0s ease !important;
  transition: all .6s ease, color 0s ease !important; }
.arrow:hover::before, .arrow.hover::before {
  width: 90px;
  -webkit-transition: all .6s ease, color 0s ease !important;
  transition: all .6s ease, color 0s ease !important; }
.arrow:hover::after, .arrow.hover::after {
  opacity: 0;
  left: 83px;
  -webkit-transition: all .2s ease, color 0s ease !important;
  transition: all .2s ease, color 0s ease !important; }

.img-mob-1 {
  padding: 0 0 8.125rem;
  width: 25%;
  margin: 0 auto; }

.img-mob-2 {
  width: 50%;
  display: inline-block;
  margin: auto 0;
  object-fit: contain; }

.intro-menu a, .f-projects a {
  display: inline-block;
  color: black;
  text-align: center;
  margin: 0 15px;
  padding-bottom: 6px;
  text-decoration: none;
  justify-content: center;
  position: relative;
  font-size: 11px;
  list-style: none; }
.intro-menu a::after, .f-projects a::after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  height: 1px;
  background: #fff;
  opacity: 1;
  width: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
  margin-top: -1%; }
.intro-menu a:hover::after, .f-projects a:hover::after {
  width: 100%; }
.intro-menu ul, .f-projects ul {
  padding: 0; }
.intro-menu li, .f-projects li {
  list-style: none;
  display: inline-block;
  padding-top: 2%; }

.img-quote-marks {
  top: -10%;
  position: relative;
  width: 5%; }

.f-projects {
  width: 100%;
  position: absolute; }

.col-sm-6 {
  padding: 0; }

.col-md-6 {
  padding: 0; }

.col-md-12 {
  padding: 0; }

@media screen and (max-width: 320px) {
  .KP-sec-2 .img-mob-1 {
    width: 100% !important; } }
@media screen and (max-width: 580px) and (min-width: 180px) {
  h1 {
    font-size: 1.8rem !important; }

  h2 {
    font-size: 1.25rem !important; }

  h3 {
    font-size: 1rem !important; }

  h4 {
    font-size: 0.875rem !important; }

  h5 {
    font-size: 0.6rem !important; }

  h6 {
    letter-spacing: 0.250rem !important;
    font-size: 0.75rem !important; }

  p {
    font-size: 0.85rem !important; }

  .h2 {
    padding: 1.75rem 1rem !important; }

  .para {
    padding: 2.063rem 1rem !important; }

  .header-top {
    height: 50px;
    width: 100%; }

  #loader {
    left: 15% !important;
    top: 8% !important; }

  .toggle-menu {
    display: inline-block !important; }
    .toggle-menu i {
      display: inline-block !important;
      left: 20px; }
    .toggle-menu i:nth-child(1) {
      top: 18px; }
    .toggle-menu i:nth-child(2) {
      top: 26px; }
    .toggle-menu i:nth-child(3) {
      top: 34px; }

  .arrow-up img {
    width: 1.5rem; }

  .back-btn {
    display: none !important; }

  .close-btn {
    margin-top: 2%; }
    .close-btn i {
      background: black; }

  .close-btn i:nth-child(1) {
    top: 20px; }

  .close-btn i:nth-child(3) {
    top: 20px; }

  .main-menu {
    width: 40%; }
    .main-menu ul {
      margin-left: 0; }
    .main-menu .follow-us h6 {
      font-size: 0.55rem !important; }

  .services-menu ul li a h6 {
    font-size: 0.57rem !important; }

  .services-menu ul {
    top: 25% !important; }

  .HT .header-top .img-mob-1 {
    display: none !important; }
  .HT .header-top .head-menu {
    display: none !important; }
  .HT .col-xs-6 {
    padding: 0; }
  .HT #fp-nav {
    display: none !important; }
  .HT .project-item {
    display: flex; }
    .HT .project-item h1 {
      font-size: 1.10rem !important; }
    .HT .project-item h6 {
      display: none; }
    .HT .project-item .project-desc {
      width: 100%;
      padding: 0;
      margin-right: 0 !important; }
      .HT .project-item .project-desc .padding_l-r {
        padding-left: 5% !important;
        padding-right: 5% !important; }
      .HT .project-item .project-desc .padding_t-b {
        padding-top: 0 !important;
        top: 40%; }
    .HT .project-item .project-img, .HT .project-item .project-img-CBL, .HT .project-item .project-img-EC, .HT .project-item .project-img-CB, .HT .project-item .project-img-KP, .HT .project-item .project-img-saf, .HT .project-item .project-img-scafa, .HT .project-item .project-img-plexus, .HT .project-item .project-img-options, .HT .project-item .project-img-umersohail, .HT .project-item .project-img-ciena, .HT .project-item .project-img-cricket, .HT .project-item .project-img-junejo {
      right: 0;
      width: 100%;
      height: 100vh;
      margin-right: 0 !important;
      background-position: 50% 50% !important; }
  .HT #main h4 {
    font-size: 1rem !important; }
  .HT #main .img-mob-2 {
    width: 65%; }
  .HT #vision .intro {
    text-align: center;
    padding-right: 10%;
    padding-left: 10%; }
    .HT #vision .intro h4 {
      font-size: 1rem !important; }
      .HT #vision .intro h4 span {
        width: 25px !important; }
  .HT #vision #bg-img {
    display: none; }
  .HT #about h2.intro {
    font-size: 1.075rem !important;
    padding: 0 2.25rem !important; }
  .HT #about .padding_t-b {
    padding: 1rem 0 !important; }
  .HT #about .intro-menu ul, .HT #about .f-projects ul {
    padding: 0;
    margin-top: 1rem; }
    .HT #about .intro-menu ul li, .HT #about .f-projects ul li {
      padding: 0;
      margin: 0;
      display: block; }
      .HT #about .intro-menu ul li h6, .HT #about .f-projects ul li h6 {
        margin: 0.3rem 0; }
  .HT #Contact .col-xs-6 {
    width: 100%; }
  .HT #Contact .call-us h2, .HT #Contact .mail-us h2 {
    font-size: 1.25rem !important; }
  .HT #Contact .call-us h5, .HT #Contact .mail-us h5 {
    font-size: 0.6rem !important; }
  .HT #Contact .footer-menu .project-desc {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .HT #Contact .footer-menu .project-desc .intro-menu ul li a h4, .HT #Contact .footer-menu .project-desc .f-projects ul li a h4 {
      font-size: 0.6rem !important;
      letter-spacing: 0.25rem !important; }
    .HT #Contact .footer-menu .project-desc footer {
      padding: 0 5%; }
      .HT #Contact .footer-menu .project-desc footer .img-mob-1 {
        width: 5rem !important;
        margin: 0.5rem auto !important; }
      .HT #Contact .footer-menu .project-desc footer .social-icon ul li .fb-icon, .HT #Contact .footer-menu .project-desc footer .social-icon ul li .insta-icon {
        width: 0.85rem;
        margin-top: 10%; }
  .HT #Testimonials h5 {
    font-size: 0.8rem !important; }
  .HT #Testimonials .carousel-indicators {
    bottom: -45px; }
    .HT #Testimonials .carousel-indicators li {
      background-color: #313131;
      border: 0;
      width: 8px;
      height: 8px; }
    .HT #Testimonials .carousel-indicators .active {
      background-color: #cccccc !important; }
  .HT #Testimonials .carousel-inner {
    padding-left: 10%;
    padding-right: 10%; }
    .HT #Testimonials .carousel-inner .item h3 {
      font-size: 0.825rem !important;
      padding: 0 1.25rem;
      line-height: 2rem; }
  .HT #Testimonials .img-quote-marks {
    top: -5%;
    width: 10%; }

  .CB .CB-sec-2 h5, .CBL .CB-sec-2 h5 {
    letter-spacing: 0 !important; }
  .CB .CB-sec-2 .img-mob-2, .CBL .CB-sec-2 .img-mob-2 {
    width: 70% !important; }
  .CB .CB-sec-2 .padding_t-b, .CBL .CB-sec-2 .padding_t-b {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .CB .CB-sec-2 .margin_l, .CBL .CB-sec-2 .margin_l {
    margin-left: 3rem !important; }
  .CB .CB-sec-4 .padding_l-r, .CBL .CB-sec-4 .padding_l-r {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .CB .CB-sec-7 .img-mob-1, .CBL .CB-sec-7 .img-mob-1 {
    padding: 2rem 0 !important; }
  .CB .CBL-sec-2 h5, .CBL .CBL-sec-2 h5 {
    letter-spacing: 0 !important;
    font-size: 0.825rem !important; }
  .CB .CBL-sec-2 .padding_t-b, .CBL .CBL-sec-2 .padding_t-b {
    padding: 1rem 0; }
  .CB .CBL-sec-2 .img-mob-2, .CBL .CBL-sec-2 .img-mob-2 {
    width: 60% !important; }
  .CB .CBL-sec-2 .img-background, .CBL .CBL-sec-2 .img-background {
    height: 20%;
    bottom: -10%; }
  .CB .CBL-sec-3 h5, .CBL .CBL-sec-3 h5 {
    font-size: 0.825rem !important; }
  .CB .CBL-sec-3 .img-mob-2, .CBL .CBL-sec-3 .img-mob-2 {
    width: 60% !important; }

  .EC .EC-sec-6 .padding_l-r {
    padding-left: 10%;
    padding-right: 10%; }

  .options .options-sec-6 .padding_l-r {
    padding-left: 10%;
    padding-right: 10%; }

  .junejo .junejo-sec-6 .padding_l-r {
    padding-left: 10%;
    padding-right: 10%; }

  .cricket .cricket-sec-6 .padding_l-r {
    padding-left: 10%;
    padding-right: 10%; }

  .cienapartners .cienapartners-sec-6 .padding_l-r {
    padding-left: 10%;
    padding-right: 10%; }

  .projects .col-xs-6 {
    width: 100%; }
  .projects .header-top h6 {
    color: white !important; }
  .projects .header-top .img-mob-1 {
    display: none !important; }
  .projects .header-top .head-menu {
    display: none !important; }
  .projects .toggle-menu {
    margin: 0; }
  .projects .close-btn {
    margin-top: 1%; }
  .projects .projects-intro {
    padding-top: 20% !important; }
    .projects .projects-intro h3 {
      font-size: 1.10rem !important; }
  .projects .projects-wrap .projects-list .project h6 {
    font-size: 0.7rem !important; }
  .projects .projects-wrap .projects-list .project .padding_t-b {
    padding-top: 1rem !important;
    padding-bottom: 2rem !important; }
  .projects .projects-wrap .projects-list .project .padding_l-r {
    padding-left: 2rem !important;
    padding-right: 2rem !important; }
  .projects #Contact h1, .projects #Contact h2, .projects #Contact h3, .projects #Contact h4, .projects #Contact h5, .projects #Contact h6, .projects #Contact p, .projects #Contact span {
    color: #FFFFFF !important; }
  .projects #Contact .footer-menu .project-desc {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .projects #Contact .footer-menu .project-desc .intro-menu ul li a h4, .projects #Contact .footer-menu .project-desc .f-projects ul li a h4 {
      font-size: 0.6rem !important;
      letter-spacing: 0.25rem !important; }
    .projects #Contact .footer-menu .project-desc footer {
      padding: 0 5%; }
      .projects #Contact .footer-menu .project-desc footer .img-mob-1 {
        width: 5rem !important;
        margin: 0.5rem auto !important; }
      .projects #Contact .footer-menu .project-desc footer .social-icon ul li .fb-icon, .projects #Contact .footer-menu .project-desc footer .social-icon ul li .insta-icon {
        width: 0.85rem;
        margin-top: 10%; }

  .about-pg .header-top .img-mob-1 {
    display: none !important; }
  .about-pg .header-top .head-menu {
    display: none !important; }
  .about-pg section {
    height: 100% !important; }
  .about-pg h1 {
    font-size: 1.25rem !important; }
  .about-pg .about-sec-1 {
    padding-top: 10%;
    padding-bottom: 10%; }
    .about-pg .about-sec-1 .intro {
      margin-top: 50%; }
      .about-pg .about-sec-1 .intro h3 {
        font-size: 0.75rem !important; }
    .about-pg .about-sec-1 #bg-img #bg-text {
      background-size: cover;
      background-position: 30%; }
  .about-pg .about-sec-2 {
    padding-top: 10%;
    padding-bottom: 10%; }
    .about-pg .about-sec-2 .intro {
      padding-left: 0; }
      .about-pg .about-sec-2 .intro ul li .t-con-img img {
        width: 55%; }
      .about-pg .about-sec-2 .intro ul li .t-con-name {
        width: 45%; }
        .about-pg .about-sec-2 .intro ul li .t-con-name h4 {
          font-size: 0.65rem !important; }
      .about-pg .about-sec-2 .intro ul li .t-con-desc p {
        font-size: 0.65rem !important;
        text-align: justify; }
    .about-pg .about-sec-2 #bg-img {
      display: none; }
  .about-pg .about-sec-3 {
    padding-top: 10%;
    padding-bottom: 10%; }
    .about-pg .about-sec-3 .intro ul li p {
      font-size: 0.50rem !important; }
    .about-pg .about-sec-3 .intro ul li .t-con-img {
      width: 60% !important; }
    .about-pg .about-sec-3 #bg-img {
      display: none; }
  .about-pg #Contact .footer-menu .project-desc {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .about-pg #Contact .footer-menu .project-desc .intro-menu ul li a h4, .about-pg #Contact .footer-menu .project-desc .f-projects ul li a h4 {
      font-size: 0.6rem !important;
      letter-spacing: 0.25rem !important; }
    .about-pg #Contact .footer-menu .project-desc footer {
      padding: 0 5%; }
      .about-pg #Contact .footer-menu .project-desc footer .img-mob-1 {
        width: 5rem !important;
        margin: 0.5rem auto !important; }
      .about-pg #Contact .footer-menu .project-desc footer .social-icon ul li .fb-icon, .about-pg #Contact .footer-menu .project-desc footer .social-icon ul li .insta-icon {
        width: 0.85rem;
        margin-top: 10%; }

  .contact-pg .header-top .img-mob-1 {
    display: none !important; }
  .contact-pg .header-top .head-menu {
    display: none !important; }
  .contact-pg .col-xs-6 {
    width: 100%; }
  .contact-pg .contact-sec-1 .intro {
    padding-top: 8rem; }
  .contact-pg .contact-sec-1 .contact-form {
    padding-bottom: 8rem; }
  .contact-pg .contact-sec-1 #bg-img {
    display: none; }
  .contact-pg #Contact .footer-menu .project-desc {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .contact-pg #Contact .footer-menu .project-desc .intro-menu ul li a h4, .contact-pg #Contact .footer-menu .project-desc .f-projects ul li a h4 {
      font-size: 0.6rem !important;
      letter-spacing: 0.25rem !important; }
    .contact-pg #Contact .footer-menu .project-desc footer {
      padding: 0 5%; }
      .contact-pg #Contact .footer-menu .project-desc footer .img-mob-1 {
        width: 5rem !important;
        margin: 0.5rem auto !important; }
      .contact-pg #Contact .footer-menu .project-desc footer .social-icon ul li .fb-icon, .contact-pg #Contact .footer-menu .project-desc footer .social-icon ul li .insta-icon {
        width: 0.85rem;
        margin-top: 10%; }

  .services .col-xs-6 {
    width: 100% !important; }
  .services .services-sec-1 {
    padding-top: 25%;
    padding-bottom: 25%;
    padding-right: 5%;
    padding-left: 5%; }
    .services .services-sec-1 #services-menu {
      display: none !important; }
  .services #Contact .footer-menu .project-desc {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
    .services #Contact .footer-menu .project-desc .intro-menu ul li a h4, .services #Contact .footer-menu .project-desc .f-projects ul li a h4 {
      font-size: 0.6rem !important;
      letter-spacing: 0.25rem !important; }
    .services #Contact .footer-menu .project-desc footer {
      padding: 0 5%; }
      .services #Contact .footer-menu .project-desc footer .img-mob-1 {
        width: 5rem !important;
        margin: 0.5rem auto !important; }
      .services #Contact .footer-menu .project-desc footer .social-icon ul li .fb-icon, .services #Contact .footer-menu .project-desc footer .social-icon ul li .insta-icon {
        width: 0.85rem;
        margin-top: 10%; }

  #Contact .footer-menu .project-desc .head-menu ul li a {
    margin-right: 0.25rem;
    margin-left: 0.25rem; }
  #Contact .footer-menu .project-desc footer .social-icon {
    margin-top: -1.75rem; }

  .project-desc {
    padding: 0 2.5rem 0; }

  .project-desc::before {
    width: 1px !important;
    height: 100px !important;
    top: -6.125rem !important; }

  .img-mob-1 {
    padding: 0 5rem 4.125rem;
    width: 100%;
    margin: 0 auto; }

  .KP-sec-2 .img-mob-1 {
    padding: 0 5rem 4.125rem;
    width: 80%;
    margin: 0 auto; }

  .KP-sec-4 .img-mob-2 {
    width: 70%; }

  .KP-sec-4 {
    margin: 2rem auto !important; }

  .KP-sec-5 {
    padding: 2rem 0; }

  .project-img-CBL {
    background: url("../img/CBL.jpg") center no-repeat scroll !important; }

  .project-img-EC {
    background: url("../img/EstaChat.jpg") center no-repeat scroll !important;
    background-size: cover !important; }

  .project-img-CB {
    background: url("../img/CB-1.jpg") center no-repeat scroll !important; }

  .project-img-KP {
    background: url("../img/KingPin.jpg") center no-repeat scroll !important;
    background-size: cover !important; }

  .project-img-saf {
    background: url("../img/saf (1).jpg") center no-repeat scroll !important;
    background-size: cover !important; }

  .project-img-scafa {
    background: url("../img/scafa (1).jpg") center no-repeat scroll !important;
    background-size: cover !important; }

  .project-img-plexus {
    background: url("../img/plexus (1).jpg") center no-repeat scroll !important;
    background-size: cover !important; }

  .project-img-junejo {
    background: url("../img/junejo_1.jpg") center no-repeat scroll !important;
    background-size: cover !important; }

  .project-img-ciena {
    background: url("../img/ciena_2.jpg") center no-repeat scroll !important;
    background-size: cover !important; }

  .project-img-cricket {
    background: url("../img/cricket_2.jpg") center no-repeat scroll !important;
    background-size: cover !important; }

  .contact-us, .call-us, .mail-us, .next-project {
    padding: 3.75rem 0; } }
@media (max-width: 736px) and (min-width: 581px) {
  body::after {
    content: "Please switch to portrait view";
    color: #fff;
    width: 100%;
    height: 100%;
    background: #1a1a1a;
    z-index: 100000;
    position: fixed;
    top: 0;
    left: 0;
    font-size: 25px;
    font-family: "Merriweather", sans-serif;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; } }
@media screen and (max-width: 1024px) and (min-width: 737px) {
  h1 {
    font-size: 2.813rem !important; }

  h2 {
    font-size: 1.5rem !important; }

  h3 {
    font-size: 1.25rem !important; }

  h4 {
    font-size: 1.05rem !important; }

  h5 {
    font-size: 0.8rem !important; }

  h6 {
    letter-spacing: 0.250rem !important;
    font-size: 0.75rem !important;
    line-height: 1.25rem !important; }

  p {
    font-size: 1.225rem !important; }

  .h2 {
    padding: 2.5rem; }

  .para {
    padding: 2.063rem 2rem; }

  #loader {
    left: 8% !important; }

  .header-top {
    display: inline-block !important;
    background: transparent; }
    .header-top h6 {
      display: none; }

  .toggle-menu {
    margin: 1%; }
    .toggle-menu i {
      background: #FFF; }

  .back-btn {
    width: 7px;
    height: 7px;
    display: block; }

  .arrow-up img {
    width: 2rem; }

  .back-arrow {
    display: none; }

  .project-desc {
    padding: 0 1.5rem 0; }

  .project-desc::before {
    width: 1.25px !important;
    height: 100px !important;
    top: -6.125rem !important; }

  .HT.fp-viewing-0 .header-top .img-mob-1 {
    display: none; }
  .HT.fp-viewing-0 .header-top .head-menu {
    display: none; }
  .HT:not(.fp-viewing-0) .toggle-menu {
    margin: 0 1%; }
    .HT:not(.fp-viewing-0) .toggle-menu i {
      height: 0.06rem; }
  .HT:not(.fp-viewing-0) .header-top {
    background-color: #1a1a1a !important; }
  .HT .col-xs-6 {
    padding: 0; }
  .HT .project-item {
    display: flex; }
    .HT .project-item h1 {
      font-size: 1.5rem !important; }
    .HT .project-item .project-desc {
      width: 100%;
      padding: 0;
      margin-right: 0 !important; }
      .HT .project-item .project-desc .padding_l-r {
        padding-left: 10% !important;
        padding-right: 10% !important; }
      .HT .project-item .project-desc .padding_t-b {
        padding-top: 0 !important;
        top: 40%; }
    .HT .project-item .project-img, .HT .project-item .project-img-CBL, .HT .project-item .project-img-EC, .HT .project-item .project-img-CB, .HT .project-item .project-img-KP, .HT .project-item .project-img-saf, .HT .project-item .project-img-scafa, .HT .project-item .project-img-plexus, .HT .project-item .project-img-options, .HT .project-item .project-img-umersohail, .HT .project-item .project-img-ciena, .HT .project-item .project-img-cricket, .HT .project-item .project-img-junejo {
      right: 2rem;
      width: 100%;
      background-position: 50% 50% !important; }
  .HT #main h4 {
    font-size: 1rem !important; }
  .HT #vision .intro h2 {
    font-size: 1.5rem !important; }
    .HT #vision .intro h2 span {
      width: 30px !important; }
  .HT #vision .intro h3 {
    font-size: 1rem !important; }
  .HT #vision #bg-img #bg-grid {
    width: 60% !important;
    left: 40% !important; }
  .HT #vision #bg-img #bg-model {
    width: 85% !important;
    top: 5% !important; }
  .HT #vision #bg-img #bg-arrow {
    width: 35% !important;
    right: 0 !important;
    top: 26% !important; }
  .HT #about .intro {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%; }
  .HT #about h3.padding_t-b {
    padding: 0; }
  .HT #about .intro-menu ul, .HT #about .f-projects ul {
    margin-top: 2rem; }
    .HT #about .intro-menu ul li h6, .HT #about .f-projects ul li h6 {
      margin: 0.3rem 0; }
  .HT #Testimonials .carousel-indicators {
    bottom: -45px; }
    .HT #Testimonials .carousel-indicators li {
      background-color: #313131;
      border: 0;
      width: 8px;
      height: 8px; }
    .HT #Testimonials .carousel-indicators .active {
      background-color: #cccccc !important; }
  .HT #Testimonials .carousel-inner {
    padding-right: 10%;
    padding-left: 10%; }
    .HT #Testimonials .carousel-inner .item h3 {
      font-size: 1.176rem !important;
      padding: 0 1.25rem;
      line-height: 2rem; }
  .HT #Contact .call-us h2, .HT #Contact .mail-us h2 {
    font-size: 1.25rem !important; }
  .HT #Contact .call-us h5, .HT #Contact .mail-us h5 {
    font-size: 0.6rem !important; }
  .HT #Contact .img-mob-1 {
    width: 8rem !important;
    margin: 0rem auto !important; }

  .CBL .CBL-sec-2 .padding_t-b {
    padding: 1rem 0; }
  .CBL .CBL-sec-2 .img-background {
    height: 45%;
    bottom: -20%; }

  .EC .EC-sec-6 .padding_l-r {
    padding-right: 15%;
    padding-left: 15%; }

  .KP .KP-sec-4 .img-mob-2 {
    width: 65%;
    display: inline-block;
    margin: auto 0;
    object-fit: contain; }
  .KP .KP-sec-5 {
    height: 100%;
    padding: 12rem 0; }

  .projects .header-top .img-mob-1 {
    display: none;
    width: 7rem;
    padding: 1rem 0.5rem; }
  .projects .header-top .head-menu {
    display: none; }
    .projects .header-top .head-menu ul {
      padding: 1rem 0.5rem; }
      .projects .header-top .head-menu ul li {
        padding-top: 1%; }
        .projects .header-top .head-menu ul li a {
          margin: 0 20px; }
          .projects .header-top .head-menu ul li a h4 {
            color: white; }
  .projects .toggle-menu i {
    background: #000000; }
  .projects .projects-intro h3 {
    font-size: 1.25rem !important; }

  .about-pg .header-top .img-mob-1 {
    display: none;
    width: 7rem;
    padding: 1rem 0.5rem; }
  .about-pg .header-top .head-menu {
    display: none; }
    .about-pg .header-top .head-menu ul {
      padding: 1rem 0.5rem; }
      .about-pg .header-top .head-menu ul li {
        padding-top: 1%; }
        .about-pg .header-top .head-menu ul li a {
          margin: 0 20px; }
          .about-pg .header-top .head-menu ul li a h4 {
            color: white; }
  .about-pg section {
    height: 100% !important; }
  .about-pg h1 {
    font-size: 1.25rem !important; }
  .about-pg .about-sec-1 .intro {
    padding-top: 50%; }
    .about-pg .about-sec-1 .intro h3 {
      font-size: 1rem !important; }
  .about-pg .about-sec-1 #bg-img #bg-text {
    background-size: cover;
    background-position: 30%; }
  .about-pg .about-sec-2 .intro ul li .t-con-img img {
    width: 30%; }
  .about-pg .about-sec-2 .intro ul li .t-con-name {
    width: 30% !important; }
    .about-pg .about-sec-2 .intro ul li .t-con-name h4 {
      font-size: 0.8rem !important; }
  .about-pg .about-sec-2 .intro ul li .t-con-desc p {
    font-size: 0.8rem !important;
    text-align: justify; }
  .about-pg .about-sec-3 {
    padding-top: 10%;
    padding-bottom: 10%; }
    .about-pg .about-sec-3 .intro ul li p {
      font-size: 0.8rem !important; }
    .about-pg .about-sec-3 .intro ul li .t-con-img {
      width: 60% !important; }

  .contact-pg .header-top .img-mob-1 {
    display: none;
    width: 7rem;
    padding: 1rem 0.5rem; }
  .contact-pg .header-top .head-menu {
    display: none; }
    .contact-pg .header-top .head-menu ul {
      padding: 1rem 0.5rem; }
      .contact-pg .header-top .head-menu ul li {
        padding-top: 1%; }
        .contact-pg .header-top .head-menu ul li a {
          margin: 0 20px; }
          .contact-pg .header-top .head-menu ul li a h4 {
            color: white; }
  .contact-pg .contact-sec-1 {
    margin-bottom: 5%; }
    .contact-pg .contact-sec-1 .intro {
      padding-top: 8rem; }
      .contact-pg .contact-sec-1 .intro p {
        font-size: 1rem !important; }
    .contact-pg .contact-sec-1 .contact-form {
      padding-top: 8rem; }
    .contact-pg .contact-sec-1 #bg-img {
      display: none; }

  .services .header-top .img-mob-1 {
    display: none;
    width: 7rem;
    padding: 1rem 0.5rem; }
  .services .header-top .head-menu {
    display: none; }
    .services .header-top .head-menu ul {
      padding: 1rem 0.5rem; }
      .services .header-top .head-menu ul li {
        padding-top: 1%; }
        .services .header-top .head-menu ul li a {
          margin: 0 20px; }
          .services .header-top .head-menu ul li a h4 {
            color: white; }
  .services .toggle-menu {
    display: block;
    margin: 2%; }
    .services .toggle-menu i {
      display: block;
      background-color: black; }
  .services .services-sec-1 {
    padding-top: 2%;
    padding-bottom: 10%; }
    .services .services-sec-1 .intro {
      padding-top: 10%; }
    .services .services-sec-1 p {
      font-size: 1rem !important; }
    .services .services-sec-1 #services-menu {
      left: 5% !important;
      padding-left: 10px !important; }
      .services .services-sec-1 #services-menu li a h6 {
        font-size: 0.7rem !important; }

  .contact-us, .call-us, .mail-us, .next-project {
    padding: 7.75rem 0; }

  #Contact .footer-menu .project-desc footer .social-icon {
    margin-top: -1.75rem; } }
@media screen and (max-width: 1440px) and (min-width: 1025px) {
  h1 {
    font-size: 2.813rem !important; }

  h2 {
    font-size: 1.725rem !important; }

  h3 {
    font-size: 1.5rem !important; }

  h4 {
    font-size: 1.25rem !important; }

  h5 {
    font-size: 1rem !important; }

  h6 {
    letter-spacing: 0.250rem !important;
    font-size: 0.7rem !important; }

  p {
    font-size: 1.455rem !important; }

  .h2 {
    padding: 2.5rem; }

  .para {
    padding: 2.063rem 3rem; }

  .header-top {
    display: inline-block !important;
    background: transparent; }
    .header-top h6 {
      display: none; }

  .toggle-menu {
    display: none; }
    .toggle-menu i {
      display: none; }

  .back-btn {
    width: 9px;
    height: 9px;
    display: block; }

  .arrow-up img {
    width: 2.25rem; }

  .back-arrow {
    display: none; }

  .project-desc {
    padding: 0 1.5rem 0; }

  .project-desc::before {
    width: 1.5px !important;
    height: 135px !important;
    top: -5rem !important; }

  .HT.fp-viewing-0 .header-top .img-mob-1 {
    display: none; }
  .HT.fp-viewing-0 .header-top .head-menu {
    display: none; }
  .HT:not(.fp-viewing-0) .toggle-menu {
    margin: 0 1%; }
    .HT:not(.fp-viewing-0) .toggle-menu i {
      height: 0.06rem; }
  .HT:not(.fp-viewing-0) .header-top {
    background-color: #1a1a1a !important; }
  .HT .toggle-menu {
    display: block;
    margin: 1%; }
    .HT .toggle-menu i {
      display: block; }
  .HT .project-item {
    display: flex; }
    .HT .project-item h1 {
      font-size: 1.5rem !important; }
    .HT .project-item .project-desc {
      width: 100%;
      padding: 0;
      margin-right: 0 !important; }
      .HT .project-item .project-desc .padding_l-r {
        padding-left: 10% !important;
        padding-right: 10% !important; }
      .HT .project-item .project-desc .padding_t-b {
        padding-top: 0 !important;
        top: 40%; }
    .HT .project-item .project-img, .HT .project-item .project-img-CBL, .HT .project-item .project-img-EC, .HT .project-item .project-img-CB, .HT .project-item .project-img-KP, .HT .project-item .project-img-saf, .HT .project-item .project-img-scafa, .HT .project-item .project-img-plexus, .HT .project-item .project-img-options, .HT .project-item .project-img-umersohail, .HT .project-item .project-img-ciena, .HT .project-item .project-img-cricket, .HT .project-item .project-img-junejo {
      right: 3rem;
      width: 100%;
      margin-right: 0 !important;
      background-position: 0 0 !important; }
  .HT #main h4 {
    font-size: 1.25rem !important; }
  .HT #main .img-mob-2 {
    width: 30%; }
  .HT #vision .intro span {
    width: 30px !important; }
  .HT #vision #bg-img #bg-grid {
    left: 65% !important; }
  .HT #vision #bg-img #bg-model {
    width: 65% !important;
    top: 0 !important; }
  .HT #vision #bg-img #bg-arrow {
    right: 0 !important; }
  .HT #about h2 {
    padding: 0 2rem; }
  .HT #about .intro-menu ul, .HT #about .f-projects ul {
    padding: 0;
    margin-top: 1rem; }
    .HT #about .intro-menu ul li h6, .HT #about .f-projects ul li h6 {
      margin: 0.3rem 0; }
  .HT #Contact .call-us h2, .HT #Contact .mail-us h2 {
    font-size: 1.75rem !important; }
  .HT #Contact .call-us h5, .HT #Contact .mail-us h5 {
    font-size: 1rem !important; }
  .HT #Contact .img-mob-1 {
    width: 10rem !important; }
  .HT #Testimonials .carousel-indicators {
    bottom: -45px; }
    .HT #Testimonials .carousel-indicators li {
      background-color: #313131;
      border: 0;
      width: 8px;
      height: 8px; }
    .HT #Testimonials .carousel-indicators .active {
      background-color: #cccccc !important; }
  .HT #Testimonials .carousel-inner {
    padding: 0 10%; }
    .HT #Testimonials .carousel-inner .item h3 {
      font-size: 1.176rem !important;
      padding: 0 1.25rem;
      line-height: 2rem; }

  .CBL .CBL-sec-2 .padding_t-b {
    padding: 4rem 0; }
  .CBL .CBL-sec-2 .img-background {
    height: 45%;
    bottom: -20%; }

  .EC .EC-sec-6 .padding_l-r {
    padding-right: 20%;
    padding-left: 20%; }

  .KP .KP-sec-5 {
    height: 100%;
    padding: 12rem 0; }

  .projects .header-top .img-mob-1 {
    padding: 1rem 0.5rem; }
  .projects .header-top .head-menu ul {
    padding: 0.5rem; }
    .projects .header-top .head-menu ul li a h4 {
      color: #FFFFFF; }
  .projects .toggle-menu {
    display: block !important; }
    .projects .toggle-menu i {
      display: block !important;
      background: black; }
  .projects #Contact h1, .projects #Contact h2, .projects #Contact h3, .projects #Contact h4, .projects #Contact h5, .projects #Contact h6, .projects #Contact p, .projects #Contact i, .projects #Contact a, .projects #Contact span {
    color: #ffffff !important; }

  .about-pg .header-top .img-mob-1 {
    display: none;
    width: 7rem;
    padding: 1rem 0.5rem; }
  .about-pg .header-top .head-menu {
    display: none; }
    .about-pg .header-top .head-menu ul {
      padding: 1rem 0.5rem; }
      .about-pg .header-top .head-menu ul li {
        padding-top: 1%; }
        .about-pg .header-top .head-menu ul li a {
          margin: 0 20px; }
          .about-pg .header-top .head-menu ul li a h4 {
            color: white; }
  .about-pg .toggle-menu {
    display: block;
    margin: 2%; }
    .about-pg .toggle-menu i {
      display: block; }
  .about-pg .about-sec-1 #bg-img #bg-text {
    background-size: cover;
    background-position: 30%; }
  .about-pg .about-sec-2 .intro ul li .t-con-img img {
    width: 30%; }
  .about-pg .about-sec-2 .intro ul li .t-con-name {
    width: 30% !important; }
  .about-pg .about-sec-3 .intro ul {
    margin-top: 0; }
    .about-pg .about-sec-3 .intro ul li .t-con-img {
      width: 60% !important;
      margin: 0; }

  .contact-pg .header-top .img-mob-1 {
    display: none;
    width: 7rem;
    padding: 1rem 0.5rem; }
  .contact-pg .header-top .head-menu {
    display: none; }
    .contact-pg .header-top .head-menu ul {
      padding: 1rem 0.5rem; }
      .contact-pg .header-top .head-menu ul li {
        padding-top: 1%; }
        .contact-pg .header-top .head-menu ul li a {
          margin: 0 20px; }
          .contact-pg .header-top .head-menu ul li a h4 {
            color: white; }
  .contact-pg .toggle-menu {
    display: block;
    margin: 2%; }
    .contact-pg .toggle-menu i {
      display: block; }
  .contact-pg .contact-sec-1 .intro {
    padding-top: 12rem; }
    .contact-pg .contact-sec-1 .intro p {
      font-size: 1rem !important; }
  .contact-pg .contact-sec-1 #bg-img {
    display: block; }
  .contact-pg .contact-sec-1 .contact-form {
    padding-top: 12rem; }

  .services .header-top .img-mob-1 {
    padding: 1rem 0.5rem; }
  .services .header-top .head-menu ul {
    padding: 0.5rem; }
    .services .header-top .head-menu ul li a h4 {
      color: white; }
  .services .toggle-menu {
    display: block;
    margin: 2%; }
    .services .toggle-menu i {
      display: block;
      background-color: black; }
  .services .services-sec-1 {
    padding-top: 2%;
    padding-bottom: 10%; }
    .services .services-sec-1 .intro {
      padding-top: 10%; }
      .services .services-sec-1 .intro h2 {
        font-size: 1.5rem !important; }
    .services .services-sec-1 p {
      font-size: 1rem !important; }
    .services .services-sec-1 #services-menu {
      left: 10% !important;
      padding-left: 10px !important; }

  .contact-us, .call-us, .mail-us, .next-project {
    padding: 7.75rem 0; }

  #Contact .footer-menu .project-desc footer .social-icon {
    margin-top: -1.75rem; } }
@media screen and (max-width: 1920px) and (min-width: 1441px) {
  h1 {
    font-size: 2.813rem !important; }

  h2 {
    font-size: 3rem !important; }

  h3 {
    font-size: 2.188rem !important; }

  h4 {
    font-size: 1.5rem !important; }

  h5 {
    font-size: 1.25rem !important; }

  h6 {
    letter-spacing: 0.250rem !important;
    font-size: 1.5rem !important; }

  p {
    font-size: 1.563rem !important; }

  .h2 {
    padding: 2.5rem; }

  .para {
    padding: 2.063rem 4rem; }

  .header-top {
    display: inline-block !important;
    background: transparent;
    height: 70px; }
    .header-top h6 {
      display: none; }
    .header-top .head-menu ul li h4 {
      font-size: 1.25rem; }

  .toggle-menu {
    display: none;
    margin: 0.5% 1%; }
    .toggle-menu i {
      display: none;
      width: 40px;
      height: 4px; }
      .toggle-menu i:nth-child(2) {
        top: 28px; }
      .toggle-menu i:nth-child(3) {
        top: 40px; }

  .back-btn {
    width: 10px;
    height: 10px;
    display: block; }

  .back-arrow {
    display: none; }

  .arrow-up {
    margin: 2.25rem; }

  .project-desc {
    padding: 0 1.5rem 0; }

  .project-desc::before {
    width: 1.5px !important;
    height: 135px !important;
    top: -5rem !important; }

  .HT .toggle-menu {
    display: block !important; }
    .HT .toggle-menu i {
      display: block !important; }
  .HT .project-item {
    display: flex; }
    .HT .project-item .project-desc {
      width: 100%;
      padding: 0;
      margin-right: 0 !important; }
      .HT .project-item .project-desc .padding_l-r {
        padding-left: 5% !important;
        padding-right: 5% !important; }
      .HT .project-item .project-desc .padding_t-b {
        padding-top: 0 !important;
        top: 40%; }
    .HT .project-item .project-img, .HT .project-item .project-img-CBL, .HT .project-item .project-img-EC, .HT .project-item .project-img-CB, .HT .project-item .project-img-KP, .HT .project-item .project-img-saf, .HT .project-item .project-img-scafa, .HT .project-item .project-img-plexus, .HT .project-item .project-img-options, .HT .project-item .project-img-umersohail, .HT .project-item .project-img-ciena, .HT .project-item .project-img-cricket, .HT .project-item .project-img-junejo {
      right: 3rem;
      width: 100%;
      margin-right: 0 !important;
      background-position: 0 0 !important; }
  .HT #main .img-mob-2 {
    width: 40%;
    padding-bottom: 2%; }
  .HT #vision #bg-img #bg-grid {
    left: 60% !important;
    height: 70vh !important; }
  .HT #vision #bg-img #bg-model {
    width: 60% !important;
    height: 70vh !important;
    top: 0 !important; }
  .HT #vision #bg-img #bg-arrow {
    right: 0 !important; }
  .HT #about .intro {
    padding-bottom: 5%; }
  .HT #about h2 {
    padding: 0 2rem; }
  .HT #about .intro-menu ul, .HT #about .f-projects ul {
    padding: 0; }
    .HT #about .intro-menu ul li h6, .HT #about .f-projects ul li h6 {
      margin: 0.3rem 0; }
  .HT #Contact .img-mob-1 {
    width: 12rem !important; }
  .HT #Testimonials .carousel-indicators {
    bottom: -45px; }
    .HT #Testimonials .carousel-indicators li {
      background-color: #313131;
      border: 0;
      width: 8px;
      height: 8px; }
    .HT #Testimonials .carousel-indicators .active {
      background-color: #cccccc !important; }
  .HT #Testimonials .carousel-inner .item h3 {
    font-size: 1.176rem !important;
    padding: 1.25rem 0;
    line-height: 2rem; }

  .CBL .CBL-sec-2 .padding_t-b {
    padding: 6rem 0; }
  .CBL .CBL-sec-2 .img-background {
    height: 45%;
    bottom: -20%; }
  .CBL .CBL-sec-6 .padding_l-r {
    padding-left: 20% !important; }
  .CBL .CBL-sec-6 .padding_t-b {
    padding: 6rem 0; }

  .KP-sec-5 {
    height: 100%;
    padding: 12rem 0; }

  .projects .header-top .img-mob-1 {
    padding: 1rem 0.5rem; }
  .projects .header-top .head-menu ul {
    padding: 0.75rem; }
    .projects .header-top .head-menu ul li a h4 {
      color: white;
      font-size: 1.25rem !important; }
  .projects .toggle-menu i {
    background: black; }

  .about-pg .header-top .img-mob-1 {
    display: none;
    width: 7rem;
    padding: 1rem 0.5rem; }
  .about-pg .header-top .head-menu {
    display: none; }
    .about-pg .header-top .head-menu ul {
      padding: 1rem 0.5rem; }
      .about-pg .header-top .head-menu ul li {
        padding-top: 1%; }
        .about-pg .header-top .head-menu ul li a {
          margin: 0 20px; }
          .about-pg .header-top .head-menu ul li a h4 {
            color: white; }
  .about-pg .about-sec-1 #bg-img #bg-text {
    background-size: cover;
    background-position: 30%; }
  .about-pg .about-sec-2 .intro h4 {
    font-size: 1.5rem !important; }
  .about-pg .about-sec-2 .intro ul li {
    align-items: center;
    padding-bottom: 2%; }
    .about-pg .about-sec-2 .intro ul li .t-con-img img {
      width: 30%; }
    .about-pg .about-sec-2 .intro ul li .t-con-name {
      width: 30% !important; }
    .about-pg .about-sec-2 .intro ul li .t-con-desc p {
      font-size: 1.10rem !important; }
  .about-pg .about-sec-3 .intro h4 {
    font-size: 1.5rem !important; }
  .about-pg .about-sec-3 .intro ul {
    margin-top: 0; }
    .about-pg .about-sec-3 .intro ul li p {
      font-size: 1.10rem !important; }
    .about-pg .about-sec-3 .intro ul li .t-con-img {
      width: 60% !important;
      margin: 0; }

  .contact-pg .header-top .img-mob-1 {
    display: none;
    width: 7rem;
    padding: 1rem 0.5rem; }
  .contact-pg .header-top .head-menu {
    display: none; }
    .contact-pg .header-top .head-menu ul {
      padding: 1rem 0.5rem; }
      .contact-pg .header-top .head-menu ul li {
        padding-top: 1%; }
        .contact-pg .header-top .head-menu ul li a {
          margin: 0 20px; }
          .contact-pg .header-top .head-menu ul li a h4 {
            color: white; }
  .contact-pg .toggle-menu {
    display: block;
    margin: 2%; }
    .contact-pg .toggle-menu i {
      display: block; }
  .contact-pg .contact-sec-1 .intro {
    padding-top: 8rem; }
  .contact-pg .contact-sec-1 #bg-img {
    display: block; }
  .contact-pg .contact-sec-1 .contact-form {
    padding-top: 8rem; }

  .services .header-top .img-mob-1 {
    padding: 1rem 0.5rem; }
  .services .header-top .head-menu ul {
    padding: 0.75rem; }
    .services .header-top .head-menu ul li a h4 {
      color: white;
      font-size: 1.25rem !important; }
  .services .toggle-menu {
    display: block;
    margin: 2%; }
    .services .toggle-menu i {
      display: block;
      background-color: black; }
  .services .services-sec-1 {
    padding-top: 2%;
    padding-bottom: 10%; }
    .services .services-sec-1 .intro {
      padding-top: 10%; }
    .services .services-sec-1 .col-md-4 {
      padding-left: 2%;
      padding-right: 2%; }
    .services .services-sec-1 #services-menu {
      left: 10% !important;
      padding-left: 10px !important; }
      .services .services-sec-1 #services-menu li a h6 {
        font-size: 1rem !important; }

  .contact-us, .call-us, .mail-us, .next-project {
    padding: 7.75rem 0; } }
@media screen and (min-width: 1921px) {
  h1 {
    font-size: 2.813rem !important; }

  h2 {
    font-size: 1.5rem !important; }

  h3 {
    font-size: 1.25rem !important; }

  h4 {
    font-size: 1.05rem !important; }

  h5 {
    font-size: 0.8rem !important; }

  h6 {
    letter-spacing: 0.250rem !important;
    font-size: 0.75rem !important;
    line-height: 1.25rem !important; }

  p {
    font-size: 1.225rem !important; }

  .h2 {
    padding: 2.5rem; }

  .para {
    padding: 2.063rem 2rem; }

  #loader {
    left: 8% !important; }

  .header-top {
    display: inline-block !important;
    background: transparent; }
    .header-top h6 {
      display: none; }

  .toggle-menu {
    margin: 1%; }
    .toggle-menu i {
      background: #FFF; }

  .back-btn {
    width: 7px;
    height: 7px;
    display: block; }

  .arrow-up img {
    width: 2rem; }

  .back-arrow {
    display: none; }

  .project-desc {
    padding: 0 1.5rem 0; }

  .project-desc::before {
    width: 1.25px !important;
    height: 100px !important;
    top: -6.125rem !important; }

  .HT.fp-viewing-0 .header-top .img-mob-1 {
    display: none; }
  .HT.fp-viewing-0 .header-top .head-menu {
    display: none; }
  .HT:not(.fp-viewing-0) .toggle-menu {
    margin: 0 1%; }
    .HT:not(.fp-viewing-0) .toggle-menu i {
      height: 0.06rem; }
  .HT:not(.fp-viewing-0) .header-top {
    background-color: #1a1a1a !important; }
  .HT .col-xs-6 {
    padding: 0; }
  .HT .project-item {
    display: flex; }
    .HT .project-item h1 {
      font-size: 1.5rem !important; }
    .HT .project-item .project-desc {
      width: 100%;
      padding: 0;
      margin-right: 0 !important; }
      .HT .project-item .project-desc .padding_l-r {
        padding-left: 10% !important;
        padding-right: 10% !important; }
      .HT .project-item .project-desc .padding_t-b {
        padding-top: 0 !important;
        top: 40%; }
    .HT .project-item .project-img, .HT .project-item .project-img-CBL, .HT .project-item .project-img-EC, .HT .project-item .project-img-CB, .HT .project-item .project-img-KP, .HT .project-item .project-img-saf, .HT .project-item .project-img-scafa, .HT .project-item .project-img-plexus, .HT .project-item .project-img-options, .HT .project-item .project-img-umersohail, .HT .project-item .project-img-ciena, .HT .project-item .project-img-cricket, .HT .project-item .project-img-junejo {
      right: 2rem;
      width: 100%;
      background-position: 50% 50% !important; }
  .HT #main h4 {
    font-size: 1rem !important; }
  .HT #vision .intro h2 {
    font-size: 1.5rem !important; }
    .HT #vision .intro h2 span {
      width: 30px !important; }
  .HT #vision .intro h3 {
    font-size: 1rem !important; }
  .HT #vision #bg-img #bg-grid {
    width: 60% !important;
    left: 40% !important; }
  .HT #vision #bg-img #bg-model {
    width: 85% !important;
    top: 5% !important; }
  .HT #vision #bg-img #bg-arrow {
    width: 35% !important;
    right: 0 !important;
    top: 26% !important; }
  .HT #about .intro {
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 5%; }
  .HT #about h3.padding_t-b {
    padding: 0; }
  .HT #about .intro-menu ul, .HT #about .f-projects ul {
    margin-top: 2rem; }
    .HT #about .intro-menu ul li h6, .HT #about .f-projects ul li h6 {
      margin: 0.3rem 0; }
  .HT #Testimonials .carousel-indicators {
    bottom: -45px; }
    .HT #Testimonials .carousel-indicators li {
      background-color: #313131;
      border: 0;
      width: 8px;
      height: 8px; }
    .HT #Testimonials .carousel-indicators .active {
      background-color: #cccccc !important; }
  .HT #Testimonials .carousel-inner {
    padding-right: 10%;
    padding-left: 10%; }
    .HT #Testimonials .carousel-inner .item h3 {
      font-size: 1.176rem !important;
      padding: 0 1.25rem;
      line-height: 2rem; }
  .HT #Contact .call-us h2, .HT #Contact .mail-us h2 {
    font-size: 1.25rem !important; }
  .HT #Contact .call-us h5, .HT #Contact .mail-us h5 {
    font-size: 0.6rem !important; }
  .HT #Contact .img-mob-1 {
    width: 8rem !important;
    margin: 0rem auto !important; }

  .CBL .CBL-sec-2 .padding_t-b {
    padding: 1rem 0; }
  .CBL .CBL-sec-2 .img-background {
    height: 45%;
    bottom: -20%; }

  .EC .EC-sec-6 .padding_l-r {
    padding-right: 15%;
    padding-left: 15%; }

  .KP .KP-sec-4 .img-mob-2 {
    width: 65%;
    display: inline-block;
    margin: auto 0;
    object-fit: contain; }
  .KP .KP-sec-5 {
    height: 100%;
    padding: 12rem 0; }

  .projects .header-top .img-mob-1 {
    display: none;
    width: 7rem;
    padding: 1rem 0.5rem; }
  .projects .header-top .head-menu {
    display: none; }
    .projects .header-top .head-menu ul {
      padding: 1rem 0.5rem; }
      .projects .header-top .head-menu ul li {
        padding-top: 1%; }
        .projects .header-top .head-menu ul li a {
          margin: 0 20px; }
          .projects .header-top .head-menu ul li a h4 {
            color: white; }
  .projects .toggle-menu i {
    background: #000000; }
  .projects .projects-intro h3 {
    font-size: 1.25rem !important; }

  .about-pg .header-top .img-mob-1 {
    display: none;
    width: 7rem;
    padding: 1rem 0.5rem; }
  .about-pg .header-top .head-menu {
    display: none; }
    .about-pg .header-top .head-menu ul {
      padding: 1rem 0.5rem; }
      .about-pg .header-top .head-menu ul li {
        padding-top: 1%; }
        .about-pg .header-top .head-menu ul li a {
          margin: 0 20px; }
          .about-pg .header-top .head-menu ul li a h4 {
            color: white; }
  .about-pg section {
    height: 100% !important; }
  .about-pg h1 {
    font-size: 1.25rem !important; }
  .about-pg .about-sec-1 .intro {
    padding-top: 50%; }
    .about-pg .about-sec-1 .intro h3 {
      font-size: 1rem !important; }
  .about-pg .about-sec-1 #bg-img #bg-text {
    background-size: cover;
    background-position: 30%; }
  .about-pg .about-sec-2 .intro ul li .t-con-img img {
    width: 30%; }
  .about-pg .about-sec-2 .intro ul li .t-con-name {
    width: 30% !important; }
    .about-pg .about-sec-2 .intro ul li .t-con-name h4 {
      font-size: 0.8rem !important; }
  .about-pg .about-sec-2 .intro ul li .t-con-desc p {
    font-size: 0.8rem !important;
    text-align: justify; }
  .about-pg .about-sec-3 {
    padding-top: 10%;
    padding-bottom: 10%; }
    .about-pg .about-sec-3 .intro ul li p {
      font-size: 0.8rem !important; }
    .about-pg .about-sec-3 .intro ul li .t-con-img {
      width: 60% !important; }

  .contact-pg .header-top .img-mob-1 {
    display: none;
    width: 7rem;
    padding: 1rem 0.5rem; }
  .contact-pg .header-top .head-menu {
    display: none; }
    .contact-pg .header-top .head-menu ul {
      padding: 1rem 0.5rem; }
      .contact-pg .header-top .head-menu ul li {
        padding-top: 1%; }
        .contact-pg .header-top .head-menu ul li a {
          margin: 0 20px; }
          .contact-pg .header-top .head-menu ul li a h4 {
            color: white; }
  .contact-pg .contact-sec-1 {
    margin-bottom: 5%; }
    .contact-pg .contact-sec-1 .intro {
      padding-top: 8rem; }
      .contact-pg .contact-sec-1 .intro p {
        font-size: 1rem !important; }
    .contact-pg .contact-sec-1 .contact-form {
      padding-top: 8rem; }
    .contact-pg .contact-sec-1 #bg-img {
      display: none; }

  .services .header-top .img-mob-1 {
    display: none;
    width: 7rem;
    padding: 1rem 0.5rem; }
  .services .header-top .head-menu {
    display: none; }
    .services .header-top .head-menu ul {
      padding: 1rem 0.5rem; }
      .services .header-top .head-menu ul li {
        padding-top: 1%; }
        .services .header-top .head-menu ul li a {
          margin: 0 20px; }
          .services .header-top .head-menu ul li a h4 {
            color: white; }
  .services .toggle-menu {
    display: block;
    margin: 2%; }
    .services .toggle-menu i {
      display: block;
      background-color: black; }
  .services .services-sec-1 {
    padding-top: 2%;
    padding-bottom: 10%; }
    .services .services-sec-1 .intro {
      padding-top: 10%; }
    .services .services-sec-1 p {
      font-size: 1rem !important; }
    .services .services-sec-1 #services-menu {
      left: 5% !important;
      padding-left: 10px !important; }
      .services .services-sec-1 #services-menu li a h6 {
        font-size: 0.7rem !important; }

  .contact-us, .call-us, .mail-us, .next-project {
    padding: 7.75rem 0; }

  #Contact .footer-menu .project-desc footer .social-icon {
    margin-top: -1.75rem; } }
@media screen and (max-height: 560px) and (min-height: 300px) and (max-width: 320px) and (min-width: 180px) {
  .HT .header-top h5 {
    font-size: 0.75rem !important; }
  .HT .toggle-menu {
    width: 25px;
    height: 25px; }
  .HT .project-item h1 {
    font-size: 1.2rem !important; }
  .HT #main h4 {
    font-size: 0.75rem !important; }
  .HT #about h2 {
    font-size: 1rem !important;
    padding: 0 0.5rem !important; }
  .HT #about .intro-menu h6, .HT #about .f-projects h6 {
    margin: 0 !important; }
  .HT #Testimonials .carousel-inner .item h3 {
    font-size: 1rem !important;
    line-height: 1.5rem; }
  .HT #Contact .call-us, .HT #Contact .mail-us {
    padding: 2.5rem 0; } }
@media screen and (max-width: 990px) and (min-width: 737px) {
  .HT .header-top .img-mob-1 {
    padding: 2% 1%;
    width: 13%; }
  .HT .header-top .head-menu ul li a {
    margin: 0 20px; }
  .HT #vision .intro {
    padding-left: 10%;
    padding-right: 10%; }
  .HT #vision #bg-img {
    display: none; }
  .HT #about h3.padding_t-b {
    padding: 0; }
  .HT #Contact .text-center.clearfix .col-xs-12 {
    width: 50%; }

  .about-pg .about-sec-2 .intro {
    padding-right: 10%; }
  .about-pg .about-sec-2 #bg-img {
    display: none; }
  .about-pg .about-sec-3 #bg-img {
    display: none; } }
@media screen and (max-width: 1024px) and (min-width: 940px) {
  .HT #vision #bg-img #bg-grid {
    width: 60% !important;
    left: 55% !important; }
  .HT #vision #bg-img #bg-model {
    width: 85% !important;
    top: 0% !important; }

  .contact-pg .contact-sec-1 .intro p {
    font-size: 1rem !important; }
  .contact-pg .contact-sec-1 #bg-img {
    display: block; } }
@media screen and (max-width: 991px) and (min-width: 937px) {
  .contact-pg .contact-sec-1 #bg-img {
    display: none !important; } }
@media screen and (max-width: 1200px) and (min-width: 1025px) {
  .HT #vision #bg-img #bg-grid {
    left: 60% !important; }
  .HT #vision #bg-img #bg-model {
    top: 7% !important; } }
.fp-section {
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  opacity: 0; }

.fp-section.active {
  visibility: visible;
  opacity: 1; }

/*# sourceMappingURL=style.css.map */
