* {
  padding: 0;
  margin: 0;
  font-family: 'Muli', sans-serif;
}

body {
  font-family: 'Muli', sans-serif;
  font-size: 13px;
  line-height: 22px;
  background-color: #171313;
  color: white;
  counter-reset: mis-counter;
}

body .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
}

body textarea {
  border-color: #ccc;
}

body textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #ccc;
  outline: none;
}

body a {
  color: white;
}

body a:hover {
  text-decoration: none;
  color: #1c81c5;
}

body a:focus {
  outline: none;
}

body p {
  font-size: 13px;
  line-height: 22px;
  color: white;
  margin: 0;
}

body ul {
  margin: 0;
  padding: 0;
}

body ul li {
  list-style-type: none;
  color: white;
}

body button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

body button:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

body input .btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 0;
  color: white;
}

h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

.no-pad {
  padding: 0;
}

.sec-padding {
  padding: 60px 0;
}

.sec-background {
  background-color: white;
}

img {
  width: 100%;
}

.sec-title-first {
  margin-bottom: 15px;
}

.sec-title-first h2 {
  text-transform: uppercase;
  font-size: 18px;
  color: #bf0e0e;
}

.sec-title-first h2 span {
  margin-right: 5px;
  font-family: 'Anton', sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: white;
}

.sec-title-first .sec-design {
  margin-top: 20px;
  position: relative;
}

.sec-title-first .sec-design p {
  position: absolute;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #bf0e0e;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.sec-title-first .sec-design::before {
  content: '';
  position: absolute;
  left: 48%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #dcdcdc;
  top: 4px;
}

.sec-title-first .sec-design::after {
  content: '';
  position: absolute;
  left: 51.4%;
  width: 8px;
  height: 8px;
  border-radius: 52%;
  background: #dcdcdc;
  top: 4px;
}

#myTopbtn {
  display: none;
  position: fixed;
  bottom: 16px;
  right: 25px;
  z-index: 99;
  font-size: 26px;
  border: none;
  outline: none;
  color: white;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 9px 0px #00000063;
          box-shadow: 0px 0px 9px 0px #00000063;
  background: #1c81c5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  opacity: 0.8;
}

#myTopbtn:hover {
  opacity: 1;
  cursor: pointer;
}

.fixed-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #212121;
}

.fixed-header .hm-left {
  padding: 0;
}

.fixed-header #nav ul {
  top: 100px;
}

.fixed-header #nav li a {
  line-height: 90px;
}

.hml {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hm-left {
  padding: 20px 0;
}

.hm-left img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.hm-left p {
  margin-top: -20px;
  font-size: 10px;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.hmm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.menu-mobile {
  display: none;
}

#nav {
  list-style: none inside;
  margin: 0;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#nav li {
  display: block;
  position: relative;
  padding: 5px 15px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  text-align: left;
}

#nav li a {
  font-size: 18px;
  color: #bf0e0e;
  text-decoration: none;
  padding: 0 15px;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  line-height: 114px;
  font-weight: 400;
  position: relative;
  z-index: 3;
  float: left;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-top: 3px solid transparent;
}

#nav li a:hover {
  background-color: white;
  color: #000;
  border-top: 3px solid #bf0e0e;
}

#nav li a:hover .nav-submenu::after {
  color: black;
}

.nav-submenu {
  position: relative;
}

.nav-submenu:after {
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  right: 17px;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #bf0e0e;
  font-weight: 600;
}

#nav ul {
  position: absolute;
  padding: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  top: 130px;
  border-top: 2px solid #dc2a0b;
  z-index: 2000;
}

.normal-sub {
  background-color: #000000e6;
}

.normal-sub li a {
  color: white;
}

#nav li:hover ul ul {
  display: none;
}

#nav li:hover ul {
  display: block;
}

.main-banner {
  border-top: 6px solid #bf0e0e;
  border-bottom: 6px solid #bf0e0e;
}

.main-banner-single {
  height: calc(100vh - 125px);
  background-size: cover;
  background-position: center;
}

.main-about {
  padding-bottom: 0;
}

.main-about-wrapper {
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 60px;
}

.main-about-left img {
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 6px;
  background: white;
}

.main-about-right h2 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.main-about-right p {
  text-align: initial;
  margin-bottom: 10px;
}

.main-about-right p:last-child {
  margin-bottom: 0;
}

.main-mission-left ul li {
  padding: 10px 5px 10px 75px;
  position: relative;
}

.main-mission-left ul li::before {
  counter-increment: mis-counter;
  content: counter(mis-counter);
  position: absolute;
  left: 0;
  background-color: #dc2a0b;
  width: 58px;
  height: 58px;
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
  border-radius: 50%;
  border: 3px solid white;
  text-align: center;
  font-family: 'Oswald', sans-serif;
}

.main-mission-left ul li h4 {
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.main-mission-left ul li p {
  font-size: 13px;
  line-height: 22px;
  text-align: left;
}

.main-mission-mid p:not(:last-child) {
  margin-bottom: 10px;
}

.progress {
  height: 40px;
  padding: 2px;
  margin-bottom: 16px;
  background: #ebebeb;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.progress-bar {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #bf0e0e), to(#ab2109));
  background-image: linear-gradient(to bottom, #bf0e0e 100%, #ab2109 100%);
  background-repeat: repeat-x;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  position: relative;
  text-align: right;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
      -ms-flex-direction: initial;
          flex-direction: initial;
}

.progress-bar::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-right: 20px solid #ebebeb;
}

.progress-label {
  font-size: 14px;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  float: left;
}

.main-projects {
  background-color: #2f2f2f;
  position: relative;
}

.main-projects .sec-title-first span {
  color: white;
}

.main-projects .slick-arrow {
  position: absolute;
  top: -45px;
  right: 0;
  z-index: 99;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #373737;
  border: 1px solid #444;
  text-align: center;
  font-size: 18px;
  color: #aeaeae;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.main-projects .slick-arrow:hover {
  background-color: white;
  color: black;
}

.main-projects i.fas.fa-chevron-left.slick-arrow {
  right: 29px;
}

.main-projects-single {
  background-color: #ffffff14;
  overflow: hidden;
  margin: 0 15px;
}

.main-projects-single:hover .mps-text h4{
    color:#bf0e0e;
}

.mps-img {
  padding: 6px;
}

.mps-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mps-img #demo {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mps-img .thumb {
  position: relative;
  cursor: pointer;
  padding: 1px;
}

.mps-img .thumb:hover .zoom-icon {
  visibility: visible;
  opacity: 1;
}

.mps-img .thumb:hover .overlay {
  visibility: visible;
  width: 100%;
}

.mps-img img.zoom {
  width: 100%;
  height: 200px;
  border-radius: 2px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mps-img .modal-header {
  border-bottom: none;
}

.mps-img .modal-footer {
  display: none;
}

.mps-img .zoom-icon {
  position: absolute;
  bottom: auto;
  left: 50%;
  margin: 0;
  max-width: 90%;
  padding: 0;
  right: auto;
  top: 50%;
  z-index: 78;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  color: #bf0e0e;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #dc2a0b;
}

.mps-img .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  visibility: hidden;
  margin: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 0;
  z-index: inherit;
  height: auto;
}

.mps-text {
  text-align: center;
  padding: 20px 15px;
}

.mps-text h4 {
  margin-bottom: 5px;
  font-size: 16px;
  transition:0.2s ease;
}

.mps-text span {
  color: #a5a5a5;
}

.main-counters {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  background-attachment: fixed;
  z-index: 1;
  margin: 60px 0;
  height: 55vh;
}

.main-counters::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.55;
  z-index: -1;
}

.main-counters-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mcs {
  height: 217.5px;
  width: 217.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 4px solid white;
  border-radius: 50%;
  background: #00000033;
  margin: 0px 30px;
}

.main-counter-single {
  text-align: center;
}

.main-counter-single i {
  font-size: 35px;
  color: white;
  display: block;
  margin-bottom: 15px;
}

.main-counter-single h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  line-height: 40px;
}

.main-counter-single h3 {
  font-size: 16px;
  color: white;
  line-height: 30px;
}

.main-counter-single .years::after,
.main-counter-single .users:after {
  content: "+";
}

.main-counter-single .money::after {
  content: "K";
}

.main-awards {
  position: relative;
}

.main-awards .sec-title-first {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.main-awards .sec-title-first h2 {
  color: #bf0e0e;
  font-size: 30px;
}

.main-awards .sec-title-first h2 small {
  color: white;
  font-size: 30px;
  margin-right: 10px;
  font-family: 'Oswald', sans-serif;
}

.main-awards .slick-arrow {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 99;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #373737;
  border: 1px solid #444;
  text-align: center;
  font-size: 18px;
  color: #aeaeae;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.main-awards .slick-arrow:hover {
  background-color: white;
  color: black;
}

.main-awards i.fas.fa-chevron-left.slick-arrow {
  left: 47.5%;
}

.main-awards .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000e0;
  z-index: 2000000000000000;
}

.main-awards .modal-content {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  height: 80% !important;
}

.main-awards .close {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 50px;
  font-weight: 300;
  color: white;
  opacity: 1;
  text-shadow: none;
}

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

.main-awards .mySlides {
  display: none;
  height: 100%;
  overflow: hidden;
}

.main-awards .mySlides img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-awards .prev,
.main-awards .next {
  cursor: pointer;
  position: absolute;
  width: auto;
  padding: 8px;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #373737;
  border: 1px solid #444;
  text-align: center;
  font-size: 18px;
  color: #aeaeae;
}

.main-awards a.prev {
  left: 48%;
}

.main-awards a.next {
  left: 51%;
}

.main-awards-display {
  padding-bottom: 80px;
  border-bottom: 4px solid white;
}

.mad-inner {
  background-color: #ffffff14;
  padding: 6px;
  margin: 0 15px;
}

.mad-inner .madi-img {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.mad-inner .madi-img:hover .zoom {
  visibility: visible;
  opacity: 1;
}

.mad-inner .madi-img:hover .award-overlay {
  visibility: visible;
  width: 100%;
}

.mad-inner .madi-img .zoom {
  position: absolute;
  bottom: auto;
  left: 50%;
  margin: 0;
  max-width: 90%;
  padding: 0;
  right: auto;
  top: 50%;
  z-index: 78;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  color: #bf0e0e;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #dc2a0b;
}

.mad-inner .madi-img .award-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: white;
  visibility: hidden;
  margin: 1px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  width: 0;
  z-index: inherit;
  height: auto;
}

.mad-inner img {
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mad-inner h2 {
  font-size: 16px;
  margin-top: 10px;
  text-align: center;
  padding: 10px;
}

.mad-inner p {
  text-align: center;
  padding: 10px;
}

.main-clients {
  position: relative;
}

.main-clients .sec-title-first {
  text-align: center;
  padding-bottom: 20px;
}

.main-clients .sec-title-first h2 {
  color: #bf0e0e;
  font-size: 30px;
}

.main-clients .sec-title-first h2 small {
  color: white;
  font-size: 30px;
  margin-right: 10px;
  font-family: 'Oswald', sans-serif;
}

.main-clients .slick-arrow {
  position: absolute;
  bottom: -30px;
  left: 50%;
  z-index: 99;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #373737;
  border: 1px solid #444;
  text-align: center;
  font-size: 18px;
  color: #aeaeae;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.main-clients .slick-arrow:hover {
  background-color: white;
  color: black;
}

.main-clients i.fas.fa-chevron-left.slick-arrow {
  left: 47.5%;
}

.main-clients-slider {
  padding: 30px 0;
}

.main-clients-single {
  margin: 0 15px;
  padding: 6px;
  background-color: #e5e5e5;
}

.main-clients-single a {
  pointer-events: none;
}

.main-clients-single img {
  height: 180px;
}

.main-testimonials {
  background: #fbfbfb;
  position: relative;
  overflow: hidden;
}

.main-testimonials .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 25px;
  z-index: 99;
  color: black;
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.main-testimonials .slick-arrow:hover {
  color: #dc2a0b;
}

.main-testimonials i.fas.fa-chevron-right.slick-arrow {
  right: -60px;
}

.main-testimonials i.fas.fa-chevron-left.slick-arrow {
  left: -60px;
}

.main-testimonials::before {
  content: "\f10d";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: #d6d6d6;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 80px;
  font-size: 42px;
}

.main-testimonials .slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.main-testimonials .slick-dots li button::before {
  font-size: 0;
}

.main-testimonials .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 1px;
  cursor: pointer;
  color: gray;
  border: 1px solid;
  border-radius: 8px;
  outline: none;
  background: gray;
}

.main-testimonials li.slick-active button {
  background: #dc2a0b !important;
  color: #dc2a0b !important;
  height: 15px;
  width: 15px;
}

.main-testimonials .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.main-testimonials .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.main-testimonials-slider {
  padding: 50px 0;
}

.main-testimonials-single {
  padding: 0 30px;
}

.main-testimonials-single:focus {
  outline: none;
}

.mts-text {
  text-align: center;
  margin-top: 20px;
}

.mts-text h4 {
  font-size: 18px;
  line-height: 1.5em;
  color: gray;
  margin-top: 20px;
}

.mts-text p {
  color: #171313;
  text-align: center;
  padding-top: 10px;
  font-size: 20px;
  line-height: 36px;
}

.main-social {
  background-color: #bf0e0e;
  padding: 40px 0;
}

.main-social-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-social-single i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: white;
  color: black;
  margin-right: 10px;
}

.main-social-single span {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  line-height: 32px;
  vertical-align: middle;
  letter-spacing: .3em;
  font-size: 11px;
}

.footer-main {
  padding: 15px 0;
}

.footer-main-left p {
  color: gray;
  font-size: 11px;
}

.footer-main-left p a {
  color: white;
}

.footer-main-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-main-right span {
  color: gray;
  font-size: 11px;
}

.footer-main-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.footer-main-right ul li {
  padding: 0 5px;
}

.footer-main-right ul li a {
  font-size: 14px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #373737;
  border-radius: 50%;
  border: 1px solid #444;
  color: #a5a5a5;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer-main-right ul li a:hover {
  background-color: white;
  color: black;
}

.slider3d__inner, .slider3d__rotater, .slider3d__handle__inner, .slider3d__handle__rotater {
  position: relative;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.slider3d {
  overflow: hidden;
  position: relative;
  height: 100vh;
}

.slider3d.no-select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider3d__wrapper {
  z-index: 1;
  position: relative;
  height: 100%;
}

.slider3d__item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #000;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.slider3d__heading {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -6rem;
  text-align: center;
  font-size: 12rem;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transform: translateZ(3rem) scale(0.5);
          transform: translateZ(3rem) scale(0.5);
  opacity: 0;
  text-shadow: 0.02rem -0.03rem 0 #efefef, 0.04rem -0.06rem 0 #eeeeee, 0.06rem -0.09rem 0 #ededed, 0.08rem -0.12rem 0 #ededed, 0.1rem -0.15rem 0 #ececec, 0.12rem -0.18rem 0 #ebebeb, 0.14rem -0.21rem 0 #eaeaea, 0.16rem -0.24rem 0 #eaeaea, 0.18rem -0.27rem 0 #e9e9e9, 0.2rem -0.3rem 0 #e8e8e8, 0.22rem -0.33rem 0 #e7e7e7, 0.24rem -0.36rem 0 #e7e7e7, 0.26rem -0.39rem 0 #e6e6e6, 0.28rem -0.42rem 0 #e5e5e5, 0.3rem -0.45rem 0 #e4e4e4, 0.32rem -0.48rem 0 #e3e3e3, 0.34rem -0.51rem 0 #e3e3e3, 0.36rem -0.54rem 0 #e2e2e2, 0.38rem -0.57rem 0 #e1e1e1, 0.4rem -0.6rem 0 #e0e0e0, 0.42rem -0.63rem 0 #e0e0e0, 0.44rem -0.66rem 0 #dfdfdf, 0.46rem -0.69rem 0 #dedede, 0.48rem -0.72rem 0 #dddddd, 0.5rem -0.75rem 0 #dddddd, 0.52rem -0.78rem 0 gainsboro, 0.54rem -0.81rem 0 #dbdbdb, 0.56rem -0.84rem 0 #dadada, 0.58rem -0.87rem 0 #dadada, 0.6rem -0.9rem 0 #d9d9d9, 0.62rem -0.93rem 0 #d8d8d8, 0.64rem -0.96rem 0 #d7d7d7, 0.66rem -0.99rem 0 #d6d6d6, 0.68rem -1.02rem 0 #d6d6d6, 0.7rem -1.05rem 0 #d5d5d5, 0.72rem -1.08rem 0 #d4d4d4, 0.74rem -1.11rem 0 lightgray, 0.76rem -1.14rem 0 lightgray;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.71, 0.59, 0.4, 1.5);
          transition-timing-function: cubic-bezier(0.71, 0.59, 0.4, 1.5);
}

.slider3d.slider-ready .slider3d__heading {
  -webkit-transform: translateZ(3rem);
          transform: translateZ(3rem);
  opacity: 1;
}

.slider3d__controls {
  display: none;
}

.slider3d.with-controls .slider3d__controls {
  display: block;
}

.slider3d__handle {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15rem;
  height: 7rem;
  margin-top: -3.5rem;
  -webkit-perspective-origin: 100% 50%;
          perspective-origin: 100% 50%;
  cursor: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTkuNCA0LjhsLTIuOS0yLjhoOC41djguNWwtMi44LTIuOHMtMS4yIDEuNC0xLjIgNC4zYzAgMy4xIDEuMiA0LjQgMS4yIDQuNGwyLjgtMi45djguNWgtOC41bDIuOC0yLjhzLTIuMy0yLjItMi4zLTcuMmMwLTQuOSAyLjQtNy4yIDIuNC03LjJ6Ii8+PHBhdGggZD0iTTEyLjIgNi4zcy0yLjIgMS44LTIuMiA1LjdjMCA0LjEgMi4xIDUuOCAyLjEgNS44bDEuOC0xLjh2NWgtNWwxLjgtMS44cy0yLjctMi4xLTIuNy03LjJjMC01IDIuOC03LjEgMi44LTcuMWwtMS45LTEuOWg1LjF2NS4xbC0xLjgtMS44Ii8+PC9zdmc+"), ns-resize;
}

.m--xAxis .slider3d__handle {
  left: 50%;
  right: auto;
  top: auto;
  bottom: 0;
  margin-left: -7.5rem;
  margin-top: 0;
  -webkit-perspective-origin: 50% 100%;
          perspective-origin: 50% 100%;
}

.slider3d__handle__item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  text-align: center;
  font-size: 1.8rem;
  line-height: 7rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider3d__handle__item:after {
  content: "";
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.slider3d__handle__item.active:after {
  opacity: 0;
}

.slider3d__control {
  z-index: 3;
  position: absolute;
  right: 0;
  top: 50%;
  width: 15rem;
  height: 4rem;
  margin-top: -2rem;
  cursor: pointer;
}

.m--xAxis .slider3d__control {
  left: 50%;
  right: auto;
  top: auto;
  bottom: 0;
  width: 6rem;
  height: 7rem;
  margin-top: 0;
  margin-left: -3rem;
}

.slider3d__control:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 1rem;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  border: 2px solid #fff;
  border-left: none;
  border-bottom: none;
}

.slider3d__control.m--up {
  -webkit-transform: translateY(-6rem);
          transform: translateY(-6rem);
}

.slider3d__control.m--up:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.m--xAxis .slider3d__control.m--up {
  -webkit-transform: translateX(-11.5rem);
          transform: translateX(-11.5rem);
}

.m--xAxis .slider3d__control.m--up:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.slider3d__control.m--down {
  -webkit-transform: translateY(6rem);
          transform: translateY(6rem);
}

.slider3d__control.m--down:after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.m--xAxis .slider3d__control.m--down {
  -webkit-transform: translateX(11.5rem);
          transform: translateX(11.5rem);
}

.m--xAxis .slider3d__control.m--down:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slider3d {
  height: calc(100vh - 105.4px);
}

.slider-overlay {
  height: 100vh;
  width: 100%;
  background: #000000a8;
}

.slider3d__heading {
  text-shadow: 7px 4px 5px #000000b5;
  font-size: 100px;
  top: 25%;
  margin-top: 0;
  padding: 0 200px;
}

.slider3d__desc {
  position: absolute;
  left: 0;
  top: 47%;
  width: 100%;
  text-align: center;
  font-size: 40px;
  padding: 0 250px;
  margin-top: 80px;
  line-height: 45px;
}

.slider3d__handle {
  display: none;
}

.slider3d__control {
  z-index: 3;
  position: absolute;
  right: 0;
  width: 70px;
  height: 3rem;
  cursor: pointer;
  bottom: 0;
  background: #0000008f;
  top: initial;
}

.slider3d__control.m--up {
  bottom: 48px;
  -webkit-transform: initial;
          transform: initial;
}

.slider3d__control.m--down {
  -webkit-transform: initial;
          transform: initial;
}

.inner-breadcrumb {
  background-color: #bf0e0e;
  border-top: 6px solid #d4d4d4;
  border-bottom: 6px solid #d4d4d4;
  position: relative;
}

.inner-breadcrumb h4 {
  font-size: 24px;
  margin: 0;
  color: #fff;
  padding: 25px  0;
  text-transform: uppercase;
}

.inner-team-message {
  padding-bottom: 40px;
  border-bottom: 1px solid #cecece;
}

.itm-left img {
  padding: 6px;
  background-color: #e5e5e5;
  border: 1px solid #cecece;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

.itm-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.itm-left ul li {
  padding: 0 5px;
}

.itm-left ul li a {
  display: inline-block;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background: #dc2a0b;
  border: 1px solid #dc2a0b;
  color: white;
  -webkit-transition: none;
  transition: none;
}

.itmr-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
}

.itmr-title h4 {
  font-size: 24px;
  margin-bottom: .2em;
}

.itmr-title span {
  color: #777;
  font-size: 13px;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 1em 0;
}

.inner-team-display {
  margin-top: 80px;
}

.itd-single {
  margin: 15px 0;
}

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

.itds-img img {
  padding: 6px;
  background-color: #e5e5e5;
  border: 1px solid #cecece;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.itds-text span {
  color: #b4b8be;
  display: block;
  padding-bottom: 5px;
}

.itds-text h4 {
  font-size: 16px;
}

.inner-contact-map iframe {
  width: 100%;
}

.inner-contact-details {
  padding: 50px 0;
}

.icd-form h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.icd-form .form-group {
  margin-bottom: 30px;
}

.icd-form label {
  display: inline-block;
  margin-bottom: 5px;
  color: #ffffff;
  font-weight: normal;
}

.icd-form label span {
  color: #dc2a0b;
}

.icd-form input, .icd-form textarea {
  height: 46px;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.icd-form input:focus, .icd-form textarea:focus {
  border-color: #cacaca;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px #00000014, 0 0 8px #cacaca99;
          box-shadow: inset 0 1px 1px #00000014, 0 0 8px #cacaca99;
}

.icd-form input.btn.btn-primary {
  background-color: #bf0e0e;
  color: white;
  border-color: #bf0e0e;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  -webkit-box-shadow: inset 0 -3px 0 #0000000f;
          box-shadow: inset 0 -3px 0 #0000000f;
}

.icd-info h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.icd-info ul li {
  position: relative;
  padding: 15px 0;
  padding-left: 50px;
}

.icd-info ul li a {
  color: #ffffff;
}

.icd-info ul li i {
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2f2f2f;
  line-height: 32px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.inner-projects-landing ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px !important;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 50px;
}

.inner-projects-landing ul li {
  padding: 0 2px;
}

.inner-projects-landing ul li .nav-link.active {
  color: white;
  background-color: #bf0e0e !important;
}

.inner-projects-landing ul li a {
  padding: 7px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  color: #333;
  background-color: #fff;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}

.ipl-inner {
  margin-top: 40px;
}

.ipl-inner .main-projects-single {
  margin: 0;
  margin: 15px 0;
}

/*css changed as per client on may 18*/
.normal-sub li a {
    width: 100%;
    line-height: 50px !important;
    font-size: 16px !important;
}
.main-about-right h2 {
    font-size: 32px;
}
.main-about-right p{
    font-size: 15px;
    line-height: 25px;
}
.main-about-wrapper {
    border-bottom: none;
}
.main-about-left img{
    height: 350px;
    object-fit: contain;
    padding: 0;
    background: transparent;
    border: 6px solid white;
}
.inner-breadcrumb h4 {
    font-size: 30px;
}
.main-counters{
    margin-bottom: 0;
}
.main-clients {
    padding-top: 20px;
}
.main-clients .sec-title-first h2 small{
    color: #bf0e0e;
}
.main-clients .sec-title-first h2 {
    color: #ffffff;
}
.main-social-single a:hover {
    color: black;
}
.main-about .sec-title-first {
  text-align: center;
  padding-bottom: 30px;
}

.main-about .sec-title-first h2 {
  color: white;
  font-size: 30px;
}

.main-about .sec-title-first h2 small {
  color: #bf0e0e;
  font-size: 30px;
  margin-right: 10px;
  font-family: 'Oswald', sans-serif;
}
.main-about .sec-title-first .sec-design::before{
    left: 46%;
}
.main-about .sec-title-first .sec-design::after{
    left: 52.5%;
}
/*# sourceMappingURL=style.css.map */
.xyz {
  display: none;
}


/*css changed again on 28 May*/
.hm-left {
    padding: 0;
    margin-top: -20px;
}
#nav li {
    padding: 0px 15px;
}
#nav li a {
    line-height: 100px;
}
#nav ul{
    top: 100px;
}
.fixed-header #nav ul {
    top: 90px;
}
.main-about-right p {
    text-align: justify;
}
.mps-text{
    min-height: 105px;
}
.footer-main-right a:hover{
    color:white;
}