@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  max-width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("ajax-loader.html") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.html");
  src: url("fonts/slickd41d.html?#iefix") format("embedded-opentype"),
    url("fonts/slick-2.html") format("woff"),
    url("fonts/slick-3.html") format("truetype"),
    url("fonts/slick-4.html#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html {
  font-size: 1em;
  max-width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden !important;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  color: #000;
  max-width: 100%;
  font-weight: 300;
  background-color: #fff;
}

/***********basic styling css***********/
.noscroll {
  overflow-y: hidden !important;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #d22d31;
}

::selection {
  color: #fff;
  background: #d22d31;
}

a {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
a:active,
a:focus,
a:visited,
a:hover {
  text-decoration: none;
  outline: none;
}

h1 {
  margin: 0;
  font-weight: 300;
}

h2 {
  margin: 0;
  font-weight: 300;
}

h3 {
  margin: 0;
  font-weight: 300;
}

h4 {
  margin: 0;
  font-weight: 300;
}

h5 {
  margin: 0;
  font-weight: 300;
}

h6 {
  margin: 0;
  font-weight: 300;
}

strong {
  font-weight: 600;
}

.clear {
  clear: both;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

li {
  color: #454545;
}

p {
  margin: 0;
  line-height: 1.6;
  color: #525252;
  font-size: 1rem;
}

textarea {
  resize: vertical;
  min-height: 90px;
}

.table-responsive {
  max-width: 100%;
  overflow: auto;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 8px 15px;
  text-align: left;
  border: 1px solid #e4e4e4 !important;
  font-size: 14px;
}

.pos-rel {
  position: relative;
}

.nowrap {
  white-space: nowrap;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.btn-primary {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #333;
  padding: 10px 26px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  text-transform: uppercase;
  border: 2px solid #333;
}
.btn-primary::before,
.btn-primary::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.btn-primary.draw:hover {
  color: #ef7f1b;
}
@media only screen and (max-width: 599px) {
  .btn-primary {
    font-size: 13px;
  }
}

.loader {
  position: fixed;
  z-index: 99999;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}
.loader img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 120px;
}
.loader h1 {
  position: absolute;
  left: 50%;
  margin-left: -1.9em;
  color: rgba(191, 26, 32, 0.3);
  font-size: 4em;
  top: 45%;
}
@keyframes loading {
  from {
    max-width: 0;
  }
}
.loader h1:before {
  content: attr(data-content);
  position: absolute;
  overflow: hidden;
  max-width: 8em;
  color: #d22d31;
  animation: loading 1.3s linear;
}

.section-heading {
  font-size: 1.9rem;
  font-weight: 300;
  padding-left: 15px;
  border-left: 2px solid #d22d31;
  margin-bottom: 20px;
}
@media only screen and (max-width: 649px) {
  .section-heading {
    font-size: 1.65rem;
  }
}

.text-center {
  text-align: center;
}

.list-inline li {
  display: inline-block;
}

.close {
  max-width: 1170px;
  float: none;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 20px;
  width: 100%;
  left: 0;
  right: 0;
  color: #fff;
  text-align: right;
  opacity: 1;
}
.close img {
  background: #000;
  padding: 5px;
}
.close:hover,
.close:focus,
.close:active {
  opacity: 1;
  outline: 0;
}

.modal-backdrop.in {
  opacity: 0.8;
}

.section-padding {
  padding: 35px 0;
}
@media only screen and (min-width: 640px) {
  .section-padding {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-padding {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 992px) {
  .section-padding {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-padding {
    padding: 70px 0;
  }
}

.txt-link {
  color: #ef7f1b;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding: 10px 30px 10px 0;
}
.txt-link::before,
.txt-link::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.txt-link:hover {
  padding: 10px 30px;
  color: #ef7f1b;
}

.draw-parent::before,
.draw-parent::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}

.draw {
  transition: all 0.2s;
}
.draw::before,
.draw::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.draw::before {
  top: 0;
  left: 0;
}
.draw::after {
  bottom: 0;
  right: 0;
}
.draw:hover {
  border-color: transparent;
}
.draw:hover::before,
.draw:hover::after {
  width: 100%;
  height: 100%;
}
.draw:hover::before {
  border-top-color: #ef7f1b;
  border-right-color: #ef7f1b;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
  border-bottom-color: #ef7f1b;
  border-left-color: #ef7f1b;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s,
    height 0.25s ease-out 0.75s;
}

.slick-prev:before,
.slick-next:before {
  width: 45px;
  height: 45px;
  content: "";
  display: block;
}

.slick-prev:before {
  background: url("../images/arrows_left.svg");
  background-size: 100%;
}

.slick-next:before {
  background: url("../images/arrows_right.svg");
  background-size: 100%;
}

/***********basic styling css ends***********/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header.fixed {
  background: #fff;
  border-bottom: 1px solid #eee;
}
header.fixed .logo img {
  width: 215%;
}
header.fixed .navlinks > li > a {
  padding: 17px 15px;
  color: #000;
}
@media only screen and (min-width: 992px) {
  header.fixed .navlinks > li > a {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 100%;
  }

  .navlinks {
    position: relative;
    top: 16px;
  }
}
.logo {
  float: left;
  width: 30%;
}
.logo img {
  width: 250px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media only screen and (min-width: 768px) {
  .logo {
    width: 11%;
  }
  .logo img {
    /* width: 100px; */
  }
}

.navigation {
  float: right;
  width: 65%;
  position: relative;
}
.navigation a {
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  padding: 12px 0;
  display: block;
  font-weight: 400;
}
.navigation.nav2 a {
  color: #000;
}
.navigation nav {
  position: fixed;
  right: -100%;
  width: 230px;
  top: 0;
  bottom: 0;
  background: #fff;
  padding: 20px;
  z-index: 9999;
  transition: all 1.4s cubic-bezier(0.22, 0.68, 0, 1.1);
  -webkit-transition: all 1.4s cubic-bezier(0.22, 0.68, 0, 1.1);
  -moz-transition: all 1.4s cubic-bezier(0.22, 0.68, 0, 1.1);
  -o-transition: all 1.4s cubic-bezier(0.22, 0.68, 0, 1.1);
}
.navigation nav.open {
  right: 0;
}
@media only screen and (min-width: 768px) {
  .navigation {
    width: 89%;
  }
  .navigation nav {
    padding: 0;
  }
  .navigation .navlinks {
    text-align: right;
  }
  .navigation .navlinks > li {
    display: inline-block;
  }
  .navigation .navlinks > li > a {
    padding: 75px 20px 30px;
    position: relative;
    color: #fff;
  }
  .navigation .navlinks > li > a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    top: 14%;
    left: 0;
    right: 0;
    margin: auto;
    background: #d22d31;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
  }
  .navigation .navlinks > li > a:hover:before,
  .navigation .navlinks > li > a.active:before {
    width: 20px;
  }
  .navigation nav {
    position: static;
    width: auto;
    background: none;
  }
}
@media only screen and (min-width: 992px) {
  .navigation a {
    font-size: 14px;
  }
  .navigation .navlinks > li > a:before {
    top: 16px;
  }
}

.menu-icon {
  position: absolute;
  right: 15px;
  top: 27px;
}

.submenu {
  display: none;
  overflow: hidden;
}
.submenu a {
  padding: 15px 15px 13px 22px;
  color: #333;
  border-bottom: 1px solid #eee;
  text-align: left;
  display: block;
}
.submenu a.active {
  background: #d22d31;
  color: #fff;
}
.submenu a:hover {
  color: #d22d31;
}

.has-submenu > a {
  position: relative;
}
.has-submenu > a img {
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  .has-submenu > a img {
    float: right;
  }
}

@media only screen and (min-width: 768px) {
  .has-submenu {
    position: relative;
  }

  .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    display: none;
  }
}
.body-overlay {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 995;
  display: none;
}

.home-banner {
  position: relative;
}
.home-banner .container {
  display: table;
  height: 100%;
}
.home-banner .banner-text {
  padding: 130px 0 50px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 3;
}
.home-banner .crosscover-player {
  display: none;
}
.home-banner h1 {
  font-size: 24px;
  font-weight: 200;
  color: #fff;
  max-width: 620px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 600px) {
  .home-banner h1 {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 768px) {
  .home-banner h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .home-banner h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1200px) {
  .home-banner h1 {
    font-size: 52px;
  }
}
@media only screen and (min-width: 1440px) {
  .home-banner h1 {
    font-size: 56px;
  }
}

.slick-dots li button:before {
  font-size: 24px;
}

.slick-prev {
  left: -65px;
}

.slick-next {
  right: -40px;
}

.video-modal .modal-dialog {
  width: auto;
  max-width: 1000px;
}
.video-modal .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.video-modal .modal-header {
  border: none;
}

.summary-section p {
  margin-bottom: 20px;
  max-width: 870px;
}
.summary-section img {
  width: 60px;
  display: block;
  margin: 30px auto 20px;
}
.summary-section h4 {
  font-weight: 500;
  margin-bottom: 20px;
}
@media only screen and (max-width: 579px) {
  .summary-section .col-xs-4 {
    width: 50%;
  }
  .summary-section .col-xs-4:nth-child(2n + 1) {
    clear: both;
  }
}

.work-summary .ws-txt {
  background: #d22d31;
  padding: 20px;
  color: #fff;
}
.work-summary .section-heading {
  border-color: #ef7f1b;
}
.work-summary p {
  color: #fff;
  margin-bottom: 20px;
}
.work-summary img {
  /*filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");*/
  /* Firefox 3.5+ */
  /*filter: gray;*/
  /* IE6-9 */
  /*-webkit-filter: grayscale(100%);*/
  /* Chrome 19+ & Safari 6+ */
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.work-summary img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
@media only screen and (min-width: 992px) {
  .work-summary .ws-txt {
    max-width: 375px;
    position: absolute;
    left: 45px;
    top: -70px;
    z-index: 999;
    padding: 25px 40px;
  }
}

.client-section p {
  margin-bottom: 35px;
  max-width: 870px;
}
.client-section .slick-slide > div {
  padding: 0 8px;
  text-align: center;
  position: relative;
}
.client-section .slick-slide > div > div:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.client-section .slick-slide > div > div:hover:before {
  -webkit-box-shadow: inset 0px 0px 36px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: inset 0px 0px 36px 1px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px 0px 36px 1px rgba(0, 0, 0, 0.16);
}
.client-section .slick-slide img {
  margin: 0 auto;
  max-width: 100%;
}
.client-section .slick-prev,
.client-section .slick-next {
  top: 30%;
}
.client-section .slick-prev {
  left: -65px;
}
.client-section .slick-next {
  right: -15px;
}

.cta-section {
  background-color: #f5f5f2;
  padding: 40px 0;
  text-align: center;
}
.cta-section h1 {
  padding: 0;
  border: none;
}
.cta-section p {
  max-width: 800px;
  margin: 0 auto 25px;
}

.breadcrumb {
  margin-top: 80px;
  background: #eee;
  padding: 10px 0;
  font-size: 13px;
}
.breadcrumb * {
  color: #555;
}
.breadcrumb li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb .active {
  font-weight: 500;
}

.page-banner {
  margin-top: 35px;
}
@media only screen and (max-width: 767px) {
  .page-banner {
    margin-top: 100px;
  }
}

.pb-wrapper {
  background: url("../images/innerpage-banner-11.png") no-repeat center bottom;
  position: relative;
  height: 350px;
}
.pb-wrapper.pm-banner {
  background: url("../images/machinery-banner.jpg") no-repeat center bottom;
}
.pb-wrapper.cont-banner {
  background: url("../images/contactus-banner.jpg") no-repeat center bottom;
}
.pb-wrapper.proj-banner {
  background: url("../images/machinery-banner.jpg") no-repeat center bottom;
}
.pb-wrapper.clients-banner {
  background: url("../images/clients-banner.jpg") no-repeat center bottom;
}
.pb-wrapper.career-banner {
  background: url("../images/career-banner.jpg") no-repeat center bottom;
}
.pb-wrapper .pb-txt {
  position: absolute;
  display: table;
  max-width: 530px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  padding: 40px 20px;
  color: #fff;
}
.pb-wrapper .pb-txt:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 19px;
  top: 0;
  background: #fff;
  opacity: 0.1;
}
.pb-wrapper .section-heading {
  border-color: #ef7f1b;
}
.pb-wrapper p {
  color: #ded8d6;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) {
  .pb-wrapper .pb-txt {
    padding: 40px;
  }
  .pb-wrapper .pb-txt:before {
    left: 39px;
  }
}

.video-wrapper {
  margin: 50px -4px;
}
.video-wrapper .col-xs-6 {
  padding-left: 4px;
  padding-right: 4px;
}
@media only screen and (max-width: 599px) {
  .video-wrapper .col-xs-6 {
    width: 100%;
  }
  .video-wrapper .col-xs-6:first-child {
    margin-bottom: 20px;
  }
}

.keypoint-slider {
  display: flex;
  gap: 25px;
  color: #fff;
  text-align: center;
}
.pt-30{
  padding-top: 30px;
}
.keypoint-slider .kps1 {
  background: #ef7f1b;
  padding: 35px 20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.keypoint-slider .kps1:hover {
  background: #b15a0c;
}
.keypoint-slider .kps2 {
  background: #7b7b7b;
  padding: 35px 20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.keypoint-slider .kps2:hover {
  background: #555555;
}
.keypoint-slider .kps3 {
  background: #d6b162;
  padding: 35px 20px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.keypoint-slider .kps3:hover {
  background: #bb8f31;
}
@media only screen and (min-width: 640px) {
  .keypoint-slider .slick-track {
    margin: 0 -15px;
  }
}
@media only screen and (min-width: 640px) {
  .keypoint-slider .slick-slide > div {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .keypoint-slider .kps1,
  .keypoint-slider .kps2,
  .keypoint-slider .kps3 {
    height: 420px;
  }
}
@media only screen and (min-width: 992px) {
  .keypoint-slider .kps1,
  .keypoint-slider .kps2,
  .keypoint-slider .kps3 {
    height: 360px;
  }
}
.keypoint-slider h3 {
  font-weight: 400;
  margin-bottom: 12px;
}
.keypoint-slider p {
  color: #fff;
}

.pm-wrapper {
  margin-top: 35px;
}
.pm-wrapper h5 {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  margin: 10px 0;
  text-transform: capitalize;
}
.pm-wrapper .pm-div {
  padding: 3px;
  position: relative;
  overflow: hidden;
}
.pm-wrapper .pm-div .pm-overlay {
  padding: 15px;
  color: #fff;
  text-align: left;
  position: absolute;
  content: "";
  background: #d22d31;
  height: 100%;
  bottom: -110%;
  left: 3px;
  right: 3px;
  margin: auto;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.pm-wrapper .pm-div .pm-overlay::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
}
.pm-wrapper .pm-div .pm-overlay::-webkit-scrollbar {
  width: 7px;
  background-color: rgba(255, 255, 255, 0.3);
}
.pm-wrapper .pm-div .pm-overlay::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.8);
}
.pm-wrapper .pm-div .pm-overlay th {
  font-weight: 500;
}
.pm-wrapper .pm-div .pm-overlay th,
.pm-wrapper .pm-div .pm-overlay td {
  padding: 5px 10px;
}
.pm-wrapper .pm-div:hover .pm-overlay {
  bottom: 0;
}
/*news*/

.pm-wrapper .pm-div .ne-overlay {
  padding: 15px;
  color: #000;
  text-align: left;
  position: absolute;
  content: "";
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  bottom: -110%;
  left: 3px;
  right: 3px;
  margin: auto;
  overflow-y: auto;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.pm-wrapper .pm-div .ne-overlay::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
}
.pm-wrapper .pm-div .ne-overlay::-webkit-scrollbar {
  width: 7px;
  background-color: rgba(255, 255, 255, 0.3);
}
.pm-wrapper .pm-div .ne-overlay::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.8);
}
.pm-wrapper .pm-div .ne-overlay th {
  font-weight: 500;
}
.pm-wrapper .pm-div .ne-overlay th,
.pm-wrapper .pm-div .ne-overlay td {
  padding: 5px 10px;
}
.pm-wrapper .pm-div:hover .ne-overlay {
  bottom: 0;
}

.pm-wrapper .pm-div:hover .ne-overlay .table {
  width: 100%;
  border-collapse: collapse;
}
.pm-wrapper .pm-div:hover .ne-overlay .table th,
.table td {
  padding: 8px 15px;
  text-align: left;
  border: none;
  /*   border: 1px solid #000;*/
  font-size: 14px;
}

/*ends*/
.pm-wrapper .slick-slide > div:first-child {
  margin-bottom: 25px;
}

.cl-wrapper {
  text-align: left;
}
.cl-wrapper > div {
  width: 47%;
  margin-top: 8px;
  display: inline-block;
  border: 1px solid #eee;
  text-align: center;
  position: relative;
}
.cl-wrapper > div img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.cl-wrapper > div:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.cl-wrapper > div:hover:before {
  -webkit-box-shadow: inset 0px 0px 36px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: inset 0px 0px 36px 1px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px 0px 36px 1px rgba(0, 0, 0, 0.16);
}
.cl-wrapper > div:nth-child(odd) {
  margin-right: 8px;
}
@media only screen and (min-width: 539px) {
  .cl-wrapper > div {
    width: 31.5%;
    padding: 20px 15px;
    margin-right: 8px !important;
  }
  .cl-wrapper > div:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .cl-wrapper > div {
    width: 23.5%;
  }
  .cl-wrapper > div:nth-child(3n) {
    margin-right: 8px !important;
  }
  .cl-wrapper > div:nth-child(4n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cl-wrapper > div:not(:nth-child(4n)) {
    margin-right: 17px !important;
  }
  .cl-wrapper > div {
    margin-top: 12px;
  }
}

/* --clnew--*/
.cl-wrapper2 {
  text-align: left;
}
.cl-wrapper2 > div {
  width: 47%;
  margin-top: 8px;
  display: inline-block;
  border: 1px solid #eee;
  text-align: center;
  position: relative;
}
.cl-wrapper2 > div img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.cl-wrapper2 > div:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.cl-wrapper2 > div:hover:before {
  -webkit-box-shadow: inset 0px 0px 36px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: inset 0px 0px 36px 1px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0px 0px 36px 1px rgba(0, 0, 0, 0.16);
}
.cl-wrapper2 > div:nth-child(odd) {
  margin-right: 8px;
}
@media only screen and (min-width: 539px) {
  .cl-wrapper2 > div {
    width: 31.5%;
    padding: 20px 15px;
    margin-right: 8px !important;
  }
  .cl-wrapper2 > div:nth-child(3n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 768px) {
  .cl-wrapper2 > div {
    width: 23.5%;
  }
  .cl-wrapper2 > div:nth-child(3n) {
    margin-right: 8px !important;
  }
  .cl-wrapper2 > div:nth-child(4n) {
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cl-wrapper2 > div:not(:nth-child(4n)) {
    margin-right: 17px !important;
  }
  .cl-wrapper2 > div {
    margin-top: 12px;
  }
}

/*ends*/

/*clients*/

.clients-wrapper {
  text-align: left;
}
.clients-wrapper > div {
  width: 160px;
  height: 100px;
  border: 1px solid #eee;
  padding: 15px;
  margin: 2px 8px 35px 15px;
  display: inline-block;
  position: relative;
}
.clients-wrapper > div img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 90%;
  max-width: 90%;
}

/* ends */

.projects-wrapper {
  margin-top: 35px;
}
.projects-wrapper .col-xs-6 {
  margin-bottom: 30px;
}
.projects-wrapper .col-xs-6 > div {
  position: relative;
  cursor: pointer;
}
.projects-wrapper .col-xs-6 > div:hover h4 {
  padding-bottom: 30px;
}
.projects-wrapper .col-xs-6 > div:hover h4:after {
  opacity: 1;
}
.projects-wrapper h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 30px 18px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.27) 30%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.27) 30%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.27) 30%,
    rgba(0, 0, 0, 0.85) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.projects-wrapper h4:after {
  content: "\002b";
  position: absolute;
  right: 30px;
  top: 50px;
  font-style: 20px;
  opacity: 0;
  background: #d22d31;
  padding: 0px 6px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 599px) {
  .projects-wrapper .col-xs-6 {
    width: 100%;
  }
}

/* --partners wrapper-- */

.partners-wrapper {
  margin-top: 35px;
}
.partners-wrapper .col-xs-6 {
  margin-bottom: 30px;
}
.partners-wrapper .col-xs-6 > div {
  position: relative;
  cursor: pointer;
  border: 1px solid #eee;
  padding: 5px;
  /* margin: 2px 8px 35px 15px;*/
  display: inline-block;

  align-content: center;
}
.partners-wrapper .col-xs-6 > div:hover h4 {
  padding-bottom: 30px;
}
.partners-wrapper .col-xs-6 > div:hover h4:after {
  opacity: 1;
}
.partners-wrapper h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px 30px 18px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.27) 30%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    rgba(0, 0, 0, 0.27) 30%,
    rgba(0, 0, 0, 0.85) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.27) 30%,
    rgba(0, 0, 0, 0.85) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.partners-wrapper h4:after {
  content: "\002b";
  position: absolute;
  right: 30px;
  top: 50px;
  font-style: 20px;
  opacity: 0;
  background: #d22d31;
  padding: 0px 6px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 599px) {
  .partners-wrapper .col-xs-6 {
    width: 100%;
  }
}

/* .partners-wrapper > div {
      width: 160px;
      height: 100px;
      border: 1px solid #eee;
      padding: 15px;
      margin: 2px 8px 35px 15px;
      display: inline-block;
      position: relative; }
  .partners-wrapper > div img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        max-height: 90%;
        max-width: 90%; }*/

/*--- ends --*/
.team-wrapper {
  display: table;
  margin-bottom: 35px;
}
.team-wrapper > div {
  display: table-cell;
  vertical-align: top;
}
.team-wrapper .team-desc {
  padding-left: 30px;
}
.team-wrapper img {
  width: 100px;
}
.team-wrapper h6 {
  color: #d22d31;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase;
}

address {
  font-style: normal;
  line-height: 1.6;
}

input[type="submit"] {
  border: none;
  color: #fff;
  background: #ef7f1b;
  padding: 0.5rem 1.6rem 0.6rem;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active {
  background: #c4640e;
}

.form-control {
  height: 45px;
  width: 100%;
  padding: 7px 15px;
  border: 1px solid #e4e4e4;
  background: none;
}
.form-control:focus {
  outline: 0;
}

footer {
  font-size: 13px;
  background: #141a20;
  color: #a9b0b4;
}
footer > .container > div {
  clear: both;
}
footer h5 {
  font-size: 1.05rem;
  margin: 20px 0 4px;
  color: #ececec;
  font-weight: 400;
}
footer li {
  padding: 4px 0;
}
footer p {
  padding: 2px 0;
  color: #a9b0b4;
  font-size: 14px;
}
footer p span {
  width: 40px;
  float: left;
  display: inline-block;
}
footer address {
  margin-bottom: 15px;
}
footer a {
  color: #a9b0b4;
  padding: 4px 0;
}
footer a:hover,
footer a:focus {
  color: #f4f4f4;
}
footer .social a {
  opacity: 0.5;
  margin-right: 12px;
  display: inline-block;
}
footer .social a:hover {
  opacity: 0.8;
}
footer .cr {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #1c2227;
  font-weight: 400;
  margin-top: 30px;
  text-align: center;
  color: #777;
}
footer .cr h6 {
  font-size: 0.9em;
}
footer .cr a {
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
}
footer .cr a:hover,
footer .cr a:focus {
  background: none;
  opacity: 0.7;
  color: #d7d7d7;
}
@media only screen and (min-width: 768px) {
  footer {
    font-size: 14px;
  }
  footer > .container > div {
    display: inline-block;
    vertical-align: top;
  }
  footer .fdiv1,
  footer .fdiv2,
  footer .fdiv3 {
    margin-right: 85px;
    margin-bottom: 45px;
  }
  footer .fdiv5 {
    margin-right: 135px;
  }
  footer h5 {
    margin-bottom: 8px;
    margin-top: 0;
  }
  footer .quick-form {
    width: 320px;
  }
}
@media only screen and (min-width: 992px) {
  footer .fdiv2,
  footer .fdiv3,
  footer .fdiv4,
  footer .fdiv5 {
    margin-right: 40px;
  }
  footer li {
    padding: 5px 0;
  }
  footer .quick-form {
    width: auto;
  }
}
@media only screen and (min-width: 1200px) {
  footer .fdiv1,
  footer .fdiv2,
  footer .fdiv3,
  footer .fdiv4,
  footer .fdiv5 {
    margin-right: 50px;
  }
  footer .quick-form {
    width: 230px;
  }
}

.modal-title-center {
  text-align: center;
  font-size: 1.2em;
  color: $primaryColor;
}
.modal {
  h6 {
    text-align: center;
    font-size: 13px;
    color: #808080;
  }
}
.modal-body {
  padding: 20px 25px;
}

.modal.fade .modal-dialog {
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  top: 300px;
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
}

.modal-header .close {
  margin-top: -15px;
}

.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, -300px, 0);
  transform: translate3d(0, -300px, 0);
  opacity: 1;
}

.quick-form .form-control {
  border-color: #2b2b2b;
}
.quick-form .form-control:focus {
  border-color: #fff;
  outline: 0;
}

.form-group {
  margin-bottom: 12px;
}

.contact-info h4 {
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}
.contact-info h4:not(:first-child) {
  margin-top: 1rem;
}
.contact-info .form-control:focus {
  border-color: #a2a2a2;
}
.contact-info form {
  margin-top: 12px;
}

#map {
  height: 380px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  #map {
    height: 660px;
    margin-bottom: 0;
  }
}

.filter-div.cta-btn {
  display: none;
}
@media only screen and (min-width: 540px) {
  .filter-div {
    display: inline-block;
  }
  .filter-div select {
    width: 240px;
    margin: 0 12px 0 6px;
  }
  .filter-div.cta-btn {
    float: right;
    display: inline-block;
  }
}
.filter-div .btn-primary {
  border: none;
  color: #fff;
  background: #ef7f1b;
}
.filter-div .btn-primary:hover,
.filter-div .btn-primary:focus,
.filter-div .btn-primary:active {
  background: #c4640e;
  color: #fff;
}
@media only screen and (min-width: 640px) {
  .filter-div select {
    width: 320px;
  }
}
.filter-div label {
  font-weight: 500;
}

.proj-desc h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.proj-desc table tr td:first-child {
  font-weight: 500;
}
.proj-desc .modal-body {
  padding: 40px 15px 15px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
.proj-desc .modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.1);
}
.proj-desc .modal-body::-webkit-scrollbar {
  width: 7px;
  background-color: rgba(0, 0, 0, 0.1);
}
.proj-desc .modal-body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
}
.proj-desc .modal-dialog {
  margin-top: 50px;
  overflow-y: initial !important;
}
.proj-desc .modal-content {
  border-bottom: 20px solid #fff;
  border-top: 20px solid #fff;
}
.proj-desc .close {
  margin-top: -70px;
}
.proj-desc .close:hover {
  color: #fff;
}
.proj-desc .modal-header {
  border: none;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .proj-desc .modal-dialog {
    width: 700px;
  }
  .proj-desc .modal-body {
    padding: 20px 20px 10px;
  }
}

.opening-wrapper {
  padding: 20px 15px;
  border: 1px solid #eee;
  margin-bottom: 30px;
}
.opening-wrapper h3 {
  color: #ef7f1b;
  font-weight: 400;
}
.opening-wrapper h6 {
  font-weight: 500;
  text-transform: uppercase;
  margin: 12px 0 5px;
  font-size: 14px;
}
.opening-wrapper .job-apply a {
  white-space: nowrap;
}
.opening-wrapper ul {
  padding-left: 18px;
  list-style-type: disc;
}
.opening-wrapper ul li:not(:last-child) {
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  .opening-wrapper .srno {
    display: none;
  }
  .opening-wrapper .job-apply a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    color: #333;
    padding: 10px 26px;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    border: 2px solid #333;
    margin-top: 12px;
  }
  .opening-wrapper .job-apply a::before,
  .opening-wrapper .job-apply a::after {
    box-sizing: inherit;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .opening-wrapper .job-apply a.draw:hover {
    color: #ef7f1b;
  }
}
@media only screen and (max-width: 991px) and (max-width: 599px) {
  .opening-wrapper .job-apply a {
    font-size: 13px;
  }
}

@media only screen and (min-width: 992px) {
  .opening-wrapper {
    padding: 0;
    display: table;
    width: 100%;
  }
  .opening-wrapper > div {
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid #eee;
    padding: 15px;
  }
  .opening-wrapper.ow-caption {
    background: #333;
    margin-bottom: 6px;
  }
  .opening-wrapper.ow-caption > div {
    padding: 8px 15px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    border-color: #444;
  }
  .opening-wrapper .job-exp,
  .opening-wrapper .job-location,
  .opening-wrapper .vacancy {
    text-align: center;
  }
  .opening-wrapper .srno {
    width: 5%;
  }
  .opening-wrapper .job-apply {
    width: 11%;
    font-weight: 500;
    text-align: center;
  }
  .opening-wrapper .job-apply a {
    color: #d22d31;
  }
  .opening-wrapper .job-apply a:hover {
    text-decoration: underline;
  }
  .opening-wrapper .job-desc {
    width: 50%;
  }
  .opening-wrapper .job-exp {
    width: 12%;
  }
  .opening-wrapper .job-location {
    width: 12%;
  }
  .opening-wrapper .vacancy {
    width: 10%;
  }
}

.vision-mission-div {
  background: #f7f7f7;
  padding: 15px 0 40px;
  margin: 40px 0 30px;
}
.vision-mission-div h2 {
  font-size: 1.4rem;
  margin-top: 25px;
}
.vision-mission-div p {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .vision-mission-div .col-sm-6:last-child {
    border-left: 1px solid #ccc;
    padding-left: 20px;
  }
  .vision-mission-div .col-sm-6:first-child {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .vision-mission-div .col-sm-6:last-child {
    padding-left: 40px;
  }
  .vision-mission-div .col-sm-6:first-child {
    padding-right: 40px;
  }
}

.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 15px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-15px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(15px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 930px;
  }
}
.crosscover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
}

.crosscover-list {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.crosscover-list > li {
  position: absolute;
  top: 0;
  left: 0;
  float: left;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-position: center center;
  background-size: cover;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.crosscover-list > li > img {
  display: none;
}

.crosscover-list > li.crosscover-setup {
  opacity: 0;
}

.crosscover-list > li.crosscover-active {
  opacity: 1;
}

.crosscover-controller {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.crosscover-player,
.crosscover-next,
.crosscover-prev {
  position: absolute;
  bottom: 0;
  width: 64px;
  height: 64px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
}

.crosscover-player {
  left: 50%;
  margin-left: -32px;
}

.crosscover-prev {
  left: 0;
}

.crosscover-next {
  right: 0;
}

.crosscover-player > .crosscover-icon-player:before,
.crosscover-player > .crosscover-icon-player:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin: -8px 0 0 -6px;
  content: "";
  transition: all 0.4s ease-out;
  border: 10px solid transparent;
  border-top: 10px solid transparent;
  border-left: 15px solid white;
}

.crosscover-player:hover > .crosscover-icon-player:before,
.crosscover-player:hover > .crosscover-icon-player:after {
  border-left-color: rgba(255, 255, 255, 0.4);
}

.crosscover-player.is-playing > .crosscover-icon-player:before,
.crosscover-player.is-playing > .crosscover-icon-player:after {
  margin: -8px 0 0 -2px;
  content: "";
  border: 2px solid white;
  border-top-width: 20px;          
}

.crosscover-player.is-playing > .crosscover-icon-player:before {
  left: 42%;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.crosscover-player.is-playing > .crosscover-icon-player:after {
  left: 58%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.crosscover-player.is-playing:hover > .crosscover-icon-player:before,
.crosscover-player.is-playing:hover > .crosscover-icon-player:after {
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-width: 20px;
}

.crosscover-icon-next:after,
.crosscover-icon-prev:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -5px;
  content: "";
  transition: all 0.4s ease-out;
  border-top: 4px solid white;
  border-right: 4px solid white;
  border-radius: 2px;
}

.crosscover-icon-next:after {
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.crosscover-icon-prev:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.crosscover-next:hover .crosscover-icon-next:after,
.crosscover-prev:hover .crosscover-icon-prev:after {
  border-top: 4px solid rgba(255, 255, 255, 0.4);
  border-right: 4px solid rgba(255, 255, 255, 0.4);
}

.crosscover-overlay {
  position: absolute;
  z-index: 1;
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.crosscover-island {
  display: table-cell;
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  vertical-align: middle;
}

.crosscover-title {
  font-size: 48px;
  font-size: 3rem;
  color: white;
  margin: 0;
}

.crosscover-description {
  font-size: 18px;
  font-size: 1.15rem;
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: white;
}

/*# sourceMappingURL=style.css.map */

header.fixed {
  background: #fff;
  border-bottom: 1px solid #eee;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  max-width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

@media(max-width:768px){
  .mobile-fd-col{
    flex-direction: column;
  }
}

.whatsApp {
  position: fixed;
  left: 20px;
  bottom: 50px;
  z-index: 1000;
  width: 75px;
  height: 75px
}

.whatsApp_img {
  position: relative;
  z-index: 2;
  max-width: 65%
}

.whatsApp .circleIconPanel {
  margin: -3px -12px;
  width: 136px;
  height: 43px;
  border-radius: 25px;
  z-index: 1;
  position: absolute;
  left: 30px;
  bottom: 32px;
  opacity: 0;
  text-align: start;
  padding: 13px 14px 7px 36px;
  font: 600 20px/17px Poppins;
  letter-spacing: 0;
  color: #fff;
  background: #2db642 0 0 no-repeat padding-box;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain
}

.whatsApp .circleIconPanel.showMessage {
  opacity: 1;
  font-size: 14px;
  animation: showMessage 1s linear
}

.whatsApp .circleIconPanel.hideMessage {
  opacity: 0;
  animation: hideMessage 1s linear;
  width: 0
}

@keyframes showMessage {

  0%,
  25% {
      opacity: 0;
      width: 0
  }

  to {
      opacity: 1;
      width: 265px
  }
}

@keyframes hideMessage {
  0% {
      opacity: 1;
      width: 265px
  }

  80%,
  to {
      opacity: 0;
      width: 0
  }
}
/* Container */
.simple-captcha {
    margin: 5px 0;
}

/* Label */
.captcha-label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    text-align:left;
}

/* Row containing captcha + reload button */
.captcha-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

/* Captcha text box */
.captcha-text {
    background: #f2f2f2;
    padding: 10px 22px;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 4px;
    border-radius: 6px;
    min-width: 120px;
    text-align: center;
    user-select: none;
}

/* Reload button */
.captcha-reload {
    padding: 8px 14px;
    background: #ddd;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.2s ease;
}

.captcha-reload:hover {
    background: #c8c8c8;
}

/* Input field */
.captcha-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 15px;
}

/* Error message */
.captcha-error {
    color: red;
    font-size: 14px;
    margin-top: 4px;
    display: none;
}