.bg-color {
  background-color: #f8f8f8;
}

.p-space {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sub-head {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  color: #f38023;
  margin-bottom: 12px;
}

.sub-head span {
  font-weight: 700;
  color: #333;
  position: relative;
}

.sub-head span::before {
  position: absolute;
  content: '';
  height: 2px;
  background-color: #f38023;
  bottom: -6px;
  width: 100%;
}

.orange-btn {
  background-color: #f38023;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  border: 1px solid #f38023;
  margin-top: 20px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.orange-btn:hover, .orange-btn:focus {
  border-color: #f38023;
  background-color: #fff;
  color: #f38023 !important;
}

.common-head {
  font-size: 20px;
  line-height: 26px;
  color: #333;
  margin-bottom: 12px;
}

.common-head span {
  font-weight: 700;
  color: #f38023;
}

.big-head {
  font-size: 32px;
  line-height: 36px;
  color: #fff;
  margin-bottom: 10px;
}

.big-head span {
  color: #f38023;
  font-weight: 700;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  overflow-x: hidden;
  color: #333;
}

.blue-text {
  background-color: #062753;
}

.blue-text .sub-head {
  margin-top: 12px;
}

.blue-text .sub-head span {
  color: #fff;
}

.blue-text .sub-head span::before {
  display: none;
}

.blue-text .big-head {
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  padding: 20px 0 10px;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

header {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  position: absolute;
  z-index: 9999;
  top: 0px;
  width: 100%;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

header.header-fix {
  position: fixed;
  top: 0;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

header .navbar {
  min-height: auto;
  margin-bottom: 0;
  padding: 10px 0;
  background-color: transparent;
  border-color: transparent;
  border: 0px;
}

header .navbar .navbar-brand {
  height: auto;
  padding: 0;
}

header .navbar .navbar-nav .active a {
  color: #f38023;
  background-color: transparent;
}

header .navbar .navbar-nav .active a:hover, header .navbar .navbar-nav .active a:focus {
  color: #f38023;
  background-color: transparent;
}

header .navbar .navbar-nav a {
  color: #333;
  font-weight: 400;
}

header .navbar .navbar-nav a:hover, header .navbar .navbar-nav a:focus {
  color: #f38023;
}

header .navbar .navbar-nav li:hover .dropdown-menu {
  display: block;
}

header .navbar .navbar-nav li .dropdown-menu {
  border: 0;
  padding: 0;
  right: -20px;
}

header .navbar .navbar-nav li .dropdown-menu a {
  color: #bebebe;
  padding: 10px 15px;
  background-color: #2e2e2e;
  border-bottom: 1px solid #373737;
}

header .navbar .navbar-nav li .dropdown-menu a:hover {
  background-color: #2e2e2e;
  color: #fff;
}

#banner-beauty {
  position: relative;
  margin-top: 70px;
}

#banner-beauty .banner-content {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 7%;
  color: #fff;
}

#banner-beauty .banner-content h1 {
  font-weight: 700;
  padding-bottom: 4px;
}

#banner-beauty .banner-content p {
  font-size: 18px;
  padding-top: 6px;
  border-top: 1px solid #fff;
}

#welcome {
  padding: 20px 0;
}

#welcome .wel-left {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  height: 334px;
}

#welcome .wel-left p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  padding-bottom: 20px;
}

#welcome .wel-left .orange-btn {
  margin-top: 0;
}

#welcome .right {
  padding-left: 15px;
}

#welcome .wel-right {
  background-image: url(../img/welcome.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 334px;
}

#popular-service {
  background-color: #213a61;
}

#popular-service .big-head {
  margin-top: 6px;
}

#industrial-service {
  background-color: #fff;
  padding: 4px 0 30px;
}

#industrial-service .common ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 12px;
  padding-top: 14px;
}

#industrial-service .common ul li {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#industrial-service .common .orange-btn {
  border: 1px solid #f38023;
  margin-top: 10px;
  background: #fff;
  color: #f38023;
}

#industrial-service .common .orange-btn:hover, #industrial-service .common .orange-btn:focus {
  background-color: #f38023;
  color: #fff !important;
}

#sub-flow-detection .common {
  padding: 0 8px;
}

#sub-flow-detection .common .box {
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

#sub-flow-detection .common .box .media-left {
  padding-right: 5px;
}

#sub-flow-detection .common .box .media-left .square {
  height: 44px;
  width: 44px;
  background-color: #f38023;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#sub-flow-detection .common .box .media-right {
  vertical-align: middle;
}

#sub-flow-detection .common .box .media-right .sub-head {
  color: #333;
  font-weight: 700;
  margin-bottom: 0;
}

#sub-flow-detection .common .box p {
  margin-top: 20px;
  line-height: 22px;
  height: 110px;
}

#sub-flow-detection .common .box a {
  color: #f38023;
  display: inline-block;
  font-weight: 700;
  margin-top: 14px;
}

#our-achivement {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: #f7f7f7;
}

#our-achivement .big-head {
  font-weight: 700;
  color: #333;
  padding-bottom: 30px;
}

#our-achivement .common {
  float: left;
  width: 25%;
}

#our-achivement .common .media-left {
  width: 50px;
  vertical-align: middle;
}

#our-achivement .common .media-right {
  padding-left: 0px;
  vertical-align: middle;
}

#our-achivement .common .media-right h6 {
  color: #f38023;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
}

#our-achivement .common p {
  font-size: 12px;
  padding-left: 3px;
  text-transform: uppercase;
}

footer {
  background-color: #062753;
  padding: 40px 0;
}

footer h3 {
  border-bottom: 1px solid #526273;
  color: #e9e9e9;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  margin-bottom: 10px;
}

footer .foo-listing {
  border-bottom: 1px solid #526273;
}

footer ul {
  list-style: none;
  padding-left: 0px;
}

footer ul li a {
  color: #b3bac0;
  font-weight: 300;
  font-size: 13px;
  line-height: 28px;
}

footer ul li a:hover {
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.23, 1);
  color: #f38023;
}

footer .left {
  float: left;
  width: 33%;
}

footer .left h3 {
  display: inline-block;
  min-width: 168px;
  margin-bottom: 16px;
}

footer .left p {
  color: #b3bac0;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  padding-right: 25px;
  margin-bottom: 18px;
}

footer .left .social-media {
  padding: 28px 0 46px;
}

footer .left .social-media li {
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #546475;
  height: 33px;
  width: 38px;
  text-align: center;
}

footer .left .social-media li a i {
  color: #b3bac0;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
}

footer .left .social-media li:nth-child(1) {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, transparent), color-stop(50%, #4267b2));
  background: linear-gradient(to left, transparent 50%, #4267b2 50%);
  background-position: right bottom;
  background-size: 200% 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

footer .left .social-media li:nth-child(1):hover {
  background-position: left bottom;
  border-color: #4267b2;
}

footer .left .social-media li:nth-child(1):hover i {
  color: #fff;
}

footer .left .social-media li:nth-child(2) {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, transparent), color-stop(50%, #1da1f2));
  background: linear-gradient(to left, transparent 50%, #1da1f2 50%);
  background-position: right bottom;
  background-size: 200% 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

footer .left .social-media li:nth-child(2):hover {
  background-position: left bottom;
  border-color: #1da1f2;
}

footer .left .social-media li:nth-child(2):hover i {
  color: #fff;
}

footer .left .social-media li:nth-child(3) {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, transparent), color-stop(50%, #dd4e42));
  background: linear-gradient(to left, transparent 50%, #dd4e42 50%);
  background-position: right bottom;
  background-size: 200% 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

footer .left .social-media li:nth-child(3):hover {
  background-position: left bottom;
  border-color: #dd4e42;
}

footer .left .social-media li:nth-child(3):hover i {
  color: #fff;
}

footer .left .social-media li:nth-child(4) {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, transparent), color-stop(50%, #ff0000));
  background: linear-gradient(to left, transparent 50%, #ff0000 50%);
  background-position: right bottom;
  background-size: 200% 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

footer .left .social-media li:nth-child(4):hover {
  background-position: left bottom;
  border-color: #ff0000;
}

footer .left .social-media li:nth-child(4):hover i {
  color: #fff;
}

footer .middle {
  float: left;
  width: 41%;
}

footer .middle h3 {
  display: inline-block;
  min-width: 364px;
}

footer .middle ul li {
  float: left;
  width: 50%;
}

footer .right {
  float: left;
  width: 26%;
}

footer .right ul li {
  float: left;
  width: 67%;
}

footer .right ul li:nth-child(even) {
  float: left;
  width: 33%;
}

footer .copyright {
  padding-top: 30px;
}

footer .copyright p {
  color: #b3bac0;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
}

.c-para {
  font-size: 17px;
  line-height: 28px;
  color: #333;
  margin-bottom: 20px;
}

.profile-img {
  margin-bottom: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  header .nav > li > a {
    padding: 13px 10px;
  }
  #welcome .wel-left, #welcome .wel-right {
    height: 394px;
  }
  #sub-flow-detection .common .box p {
    height: 156px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 13px;
    line-height: 14px;
  }
  .p-space {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sub-head {
    font-size: 14px;
    line-height: 16px;
  }
  .navbar-header {
    width: 42%;
  }
  header .navbar .navbar-brand img {
    width: 100%;
  }
  header .nav > li > a {
    padding: 13px 4px;
    font-size: 12px;
  }
  #welcome .right {
    padding-left: 0px;
  }
  #sub-flow-detection .common .box p {
    line-height: 16px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 12px;
    line-height: 14px;
  }
  .c-para {
    font-weight: 300;
    font-size: 14px;
    line-height: 22px;
  }
  .m-q {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-space {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sub-head {
    font-size: 14px;
    line-height: 16px;
  }
  .big-head {
    font-size: 24px;
    line-height: 26px;
  }
  .blue-text {
    text-align: center;
  }
  .blue-text .big-head {
    padding: 15px;
    font-size: 14px;
    line-height: 18px;
  }
  #sub-flow-detection .common .box p {
    height: auto;
  }
  #banner-beauty {
    margin-top: 0;
  }
  #banner-beauty .banner-content {
    position: relative;
    left: 0;
    padding: 15px;
    background-color: #062753;
  }
  #banner-beauty .banner-content h1 {
    font-size: 20px;
  }
  #banner-beauty .banner-content p {
    font-size: 11px;
  }
  footer {
    padding: 36px 20px;
  }
  footer .left,
  footer .middle,
  footer .right {
    float: none;
    width: 100%;
  }
  footer .left h3,
  footer .middle h3,
  footer .right h3 {
    display: block;
    min-width: 100%;
    line-height: 36px;
  }
  footer .left h3 i,
  footer .middle h3 i,
  footer .right h3 i {
    float: right;
    vertical-align: middle;
    width: 13px;
    font-size: 8px;
    text-align: center;
    color: #727f8e;
    height: 13px;
    padding: 1px;
    border: 1px solid #727f8e;
    margin-top: 14px;
  }
  footer .left p {
    margin-bottom: 12px;
    line-height: 18px;
  }
  footer .left .social-media {
    padding: 10px 0 24px;
  }
  footer .left .social-media li {
    height: 33px;
    width: 33px;
  }
  footer .foo-listing {
    border-bottom: 0px;
  }
  footer .accordionItemHeading {
    cursor: pointer;
  }
  footer .accordionItemHeading:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
    float: right;
    vertical-align: middle;
    width: 13px;
    font-size: 8px;
    text-align: center;
    color: #727f8e;
    height: 13px;
    padding: 1px;
  }
  footer .accordionItemHeading.active:after {
    content: "\f068";
  }
  footer .accordionItemContent {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
  }
  #industrial-service .common .cmn {
    margin-top: 20px;
    margin-bottom: 20px;
    height: auto;
  }
  #industrial-service .common ul {
    padding-top: 0;
  }
  #our-achivement {
    padding-left: 15px;
    padding-right: 15px;
  }
  #our-achivement .big-head {
    padding-bottom: 15px;
  }
  #our-achivement .common {
    float: left;
    width: 50%;
    padding-bottom: 20px;
  }
  #our-achivement .common:nth-child(2) {
    float: none;
    width: 100%;
  }
  #our-achivement .common:nth-child(3) {
    padding-left: 0;
  }
  #sub-flow-detection .common .box {
    margin-top: 20px;
  }
  #popular-service {
    padding: 15px;
  }
  #popular-service p {
    width: 100%;
  }
  #welcome .wel-left {
    height: auto;
  }
  #welcome .right {
    padding-left: 0;
  }
  header {
    position: relative;
    top: 0;
    padding: 15px;
  }
  header .navbar .navbar-brand {
    width: 78%;
    padding: 6px 0;
  }
  header .navbar .navbar-brand img {
    width: 80%;
  }
  header .navbar {
    padding: 0;
  }
  header .navbar .navbar-toggle {
    margin: 0 0 2px;
    border-color: #333;
    background-color: transparent !important;
  }
  header .navbar .navbar-toggle .icon-bar {
    background-color: #333;
  }
}

.inner-head {
  color: #f38023;
  margin-bottom: 50px;
}

.inner-head span {
  color: #333;
  position: relative;
}

.inner-head span::before {
  position: absolute;
  content: '';
  height: 2px;
  background-color: #f38023;
  width: 100%;
  bottom: -6px;
}

.white-btn {
  border: 1px solid #f38023;
  border-radius: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  margin: 4px 0;
  padding: 8px 28px;
}

.white-btn:hover, .white-btn:focus {
  background-color: #f38023;
  color: #fff;
}

#industry-service .common .cmn {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  margin-bottom: 20px;
}

#industry-service .common .cmn .profile-content {
  padding: 20px;
  text-align: center;
}

#industry-service .common .cmn .profile-content h4 {
  color: #f38023;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
}

#industry-service .common .cmn .profile-content h5 {
  color: #333;
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 10px;
}

#industry-service .common .cmn .profile-content p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 10px;
}

#industry-service .common .cmn:hover {
  background-color: #f7f7f7;
}

#our-sector {
  background-color: #062753;
  color: #fff;
}

#our-sector h3 {
  font-size: 28px;
  line-height: 32px;
  position: relative;
}

#our-sector span {
  display: block;
  border-bottom: 2px solid #fff;
  width: 130px;
  margin: 8px auto;
  position: relative;
}

#our-sector span::before {
  position: absolute;
  content: '';
  height: 2px;
  background-color: #f38023;
  width: 50px;
  left: 0;
  right: 0;
  margin: auto;
}

#our-sector p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}

#about-us p {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

#about-us .a-left {
  padding: 30px 0;
}

#about-us .a-left .box {
  margin-left: 1px;
  border: 1px solid #f3f3f3;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
  position: relative;
  left: 40px;
  z-index: 99;
}

#about-us .a-left .box h3 {
  color: #f38023;
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 6px;
}

#about-us .a-left .box h2 {
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  padding-bottom: 16px;
}

#about-us .a-right {
  background-image: url(../img/about-us/about-us.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  border-radius: 3px;
}

.vision {
  margin-left: -40px;
}

#our-vision {
  padding-bottom: 0;
}

#our-vision .left {
  background-image: url(../img/about-us/about-us-two.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 386px;
}

#our-vision .right .box {
  background-color: #f8f8f8;
  padding: 20px 50px 20px 70px;
  position: relative;
  height: 386px;
}

#our-vision .right .box::before {
  position: absolute;
  content: '';
  width: 50px;
  height: 100%;
  background-color: #f8f8f8;
  left: -24px;
  top: 0;
  -webkit-transform: skewY(20deg);
  transform: skewX(-6deg);
}

#our-vision .right .box h3 {
  color: #062753;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 14px;
  text-transform: uppercase;
}

#our-vision .right .box p {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}

#our-service h1 {
  font-size: 26px;
  padding-bottom: 30px;
}

#our-service h1 span {
  color: #f38023;
  font-weight: 700;
  position: relative;
}

#our-service h1 span::before {
  position: absolute;
  content: '';
  background-color: #333;
  height: 2px;
  bottom: -2px;
  width: 100%;
}

#our-service .o-left {
  float: left;
  width: 25%;
  padding-right: 20px;
}

#our-service .o-left .box {
  background-color: #fbfbfb;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
}

#our-service .o-left .box ul {
  list-style: none;
  padding-left: 0;
}

#our-service .o-left .box ul li a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #f3f3f3;
  color: #535353;
  position: relative;
  text-decoration: none;
}

#our-service .o-left .box ul li a i {
  position: absolute;
  right: 20px;
  font-size: 12px;
  top: 21px;
}

#our-service .o-left .box ul li.active a {
  background-color: #f38023;
  color: #fff;
  border-color: #f38023;
}

#our-service .o-left .box ul li.active a .fa-angle-down:before {
  content: "\f105";
}

#our-service .o-left .box ul li.acs a {
  background-color: #908b8b;
  border-color: #908b8b;
}

#our-service .o-right {
  float: left;
  width: 75%;
}

#our-service .o-right .o-right-title {
  background-color: #fbfbfb;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
  margin-bottom: 20px;
  padding-left: 20px !important;
}

#our-service .o-right .o-right-title li {
  float: left;
  width: 33.3333%;
}

#our-service .o-right .o-right-title li a {
  display: block;
  color: #535353;
  position: relative;
  text-decoration: none;
  font-weight: 400;
}

#our-service .o-right.o-train {
  padding-left: 25px;
}

#our-service .o-right.o-train ul {
  list-style: none;
  padding-left: 0;
}

#our-service .o-right.o-train ul li {
  padding-left: 24px;
  padding-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  position: relative;
}

#our-service .o-right.o-train ul li::before {
  position: absolute;
  content: '\f101';
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #f38023;
  left: 0;
}

#our-service .o-right.o-train .prof-img {
  padding-bottom: 20px;
}

#our-service .o-right .c-head {
  color: #f38023;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 24px;
  display: inline-block;
  position: relative;
}

#our-service .o-right .c-head::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  background-color: #333;
  bottom: -6px;
  left: 0;
}

#our-service .o-right h6 {
  color: #333;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding-bottom: 14px;
}

#our-service .o-right p {
  color: #333;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}

#our-service .o-right .main-banner {
  margin-bottom: 20px;
}

#our-service .o-right .main-banner img {
  width: 100%;
}

#our-service .o-right .cmn {
  margin-bottom: 20px;
}

#our-service .o-right .cmn .profile {
  height: 200px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
}

#our-service .o-right .cmn .profile-content {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 20px;
}

#our-service .o-right .cmn .profile-content h3 {
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
}

#contact-us {
  background: #f6f9fc;
}

#contact-us .inner-head {
  margin-bottom: 20px;
}

#contact-us .main-para {
  width: 50%;
  margin: 0 auto 30px;
  font-size: 15px;
  line-height: 20px;
  color: #797979;
}

#contact-us .left {
  padding: 0 40px 0 0;
}

#contact-us .left p {
  color: #797979;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 36px;
}

#contact-us .left .form-group {
  margin-bottom: 22px;
  position: relative;
}

#contact-us .left .form-group label.error {
  position: absolute;
  bottom: 0;
  color: red;
  font-size: 10px;
}

#contact-us .left .form-group.le-box {
  padding-right: 9px;
}

#contact-us .left .form-group.ri-box {
  padding-left: 9px;
}

#contact-us .left .form-group .form-control {
  border-color: #cdd1d6;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333;
  font-size: 14px;
  height: 44px;
  outline: none;
}

#contact-us .left .form-group textarea {
  border-color: #cdd1d6;
  color: #12416f;
  font-family: 'robotolight', sans-serif;
  height: 84px !important;
  margin-bottom: 2px;
  padding: 18px;
  resize: none;
  width: 100% !important;
}

#contact-us .left .btn {
  background-color: #f38023;
  color: #fff;
  font-size: 18px;
  padding: 6px 56px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}

#contact-us .inner-subhead {
  color: #f38023;
  font-size: 30px;
  line-height: 34px;
}

#contact-us .right {
  padding: 0 0 0 20px;
}

#contact-us .right .assist {
  background-color: #fff;
  padding: 32px 25px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(7, 8, 8, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(7, 8, 8, 0.1);
}

#contact-us .right .media-left i {
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #f38023;
  border-radius: 50%;
  width: 34px;
  color: #fff;
  font-size: 16px;
}

#contact-us .right .media-right {
  padding-bottom: 20px;
}

#contact-us .right .media-right h4 {
  color: #f38023;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 6px;
}

#contact-us .right .media-right p {
  color: #333;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 6px;
}

#contact-us .right .media-right span {
  color: #01afee;
  font-weight: 300;
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 2px;
}

#map {
  height: 450px;
}

#career p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  padding-bottom: 20px;
}

#career p strong {
  color: #f38023;
}

#career ul {
  padding-left: 20px;
}

#career ul li {
  margin-bottom: 20px;
  font-weight: 300;
}

#career h3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 700;
}

#career .panel {
  background-color: #f4f4f4;
  border: 0;
}

#career .panel .panel-heading {
  padding: 0;
}

#career .panel .panel-heading a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #333;
}

#career .panel .panel-heading a i {
  float: right;
  color: #ccc;
}

#career .panel .panel-body {
  padding: 20px;
}

#career .inner-head {
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #about-us .a-left {
    padding: 0;
  }
  #about-us .a-left .box {
    left: 0;
  }
  #about-us .a-right {
    height: 320px;
  }
  #our-service .o-left {
    padding-right: 0;
  }
  #contact-us .left {
    padding-right: 0;
    padding-bottom: 20px;
  }
  #contact-us .right {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .inner-head {
    margin-bottom: 20px;
    font-size: 16px;
  }
  #industry-service .common .cmn {
    margin-bottom: 20px;
  }
  #industry-service .common .cmn .profile-content h5 {
    font-size: 14px;
  }
  #industry-service .common .cmn .profile-content p {
    font-size: 12px;
    margin-bottom: 3px;
  }
  #our-sector {
    padding-left: 15px;
    padding-right: 15px;
  }
  #about-us {
    padding: 20px 15px;
  }
  #about-us p {
    font-size: 12px;
    margin-bottom: 15px;
  }
  #about-us .a-left {
    padding: 20px 0;
  }
  #about-us .a-left .box {
    left: 0;
  }
  #our-vision .left {
    height: 160px;
  }
  #our-vision .right .box {
    padding: 20px 15px;
    height: auto;
  }
  #our-vision .right .box::before {
    display: none;
  }
  .vision {
    margin-left: 0px;
  }
  #our-service h1 {
    font-size: 20px;
    padding-bottom: 17px;
    padding-left: 15px;
  }
  #our-service .o-left, #our-service .o-right {
    float: none;
    width: 100%;
  }
  #our-service .o-left {
    padding-right: 0;
    margin-bottom: 20px;
  }
  #our-service .o-left h1 {
    padding-left: 15px;
  }
  #our-service .o-right h6 {
    font-size: 14px;
  }
  #our-service .o-right.o-train {
    padding: 0 15px !important;
  }
  #our-service .o-right.o-train ul li {
    font-size: 13px;
    float: none;
    width: 100%;
  }
  #our-service .o-right p {
    font-size: 13px;
    line-height: 20px;
  }
  #contact-us {
    padding: 20px 15px;
  }
  #contact-us .main-para {
    width: 100%;
    margin: 0 auto 20px;
  }
  #contact-us .inner-subhead {
    font-size: 20px;
  }
  #contact-us .left {
    padding-right: 0;
    padding-bottom: 20px;
  }
  #contact-us .left p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  #contact-us .left .form-group.le-box {
    padding-right: 0;
  }
  #contact-us .left .btn {
    width: 100%;
  }
  #contact-us .right {
    padding: 0;
  }
  #contact-us .right .assist {
    padding: 20px 14px;
  }
  #career h3 {
    padding-left: 10px;
  }
  #our-service .o-right .o-right-title {
    float: none;
    width: 100%;
  }
}

.modal-dialog {
  margin: 100px auto;
}

.modal {
  cursor: auto;
  z-index: 1999;
}

.modal-backdrop {
  background-color: #ddd;
  opacity: 0.9 !important;
  z-index: 111;
}

.popup .modal-content {
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.28);
  border-radius: 0;
  border: 0px;
  max-height: 520px;
  overflow-y: auto;
}

.popup .modal-content .modal-header {
  border-bottom: none;
  min-height: 0;
  padding: 0;
}

.popup .modal-content .modal-header .close {
  margin-top: 0;
  background-color: #ececec;
  color: #002365;
  opacity: 1;
  font-family: "robotolight", sans-serif;
  font-weight: normal;
  position: fixed;
  right: 18px;
  padding: 3px 8px;
  top: 8px;
  z-index: 1;
}

.popup .modal-content .modal-body {
  padding: 20px 20px 20px;
}

.popup .modal-content .img {
  margin-bottom: 28px;
}

.popup .modal-content .title {
  color: #001b50;
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 7px;
}

.popup .modal-content p {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 17px;
}

.popup::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.popup::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.popup::-webkit-scrollbar-thumb {
  background-color: #c1c1c1;
}
/*# sourceMappingURL=style.css.map */