/*@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.3/animate.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');*/


/*body{margin:0;padding:0;}*/

.live-slider {
  float: left;
  width: 100%;
  overflow: hidden;
  touch-action: auto;
}

.live-slider button.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  background: #fff;
  z-index: 99999;
  border: none;
  margin: auto;
  font-size: 0;
  text-align: center;
  outline: none;
  cursor: pointer;
}

.live-slider .img-fill {
  position: relative;
  height: 100%;
}

.live-slider .img-fill img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: myMove 10s linear infinite;
}

.live-slider .item {
  height: 100vh;
  overflow: hidden;
  outline: none;
}

.live-slider button.slick-next.slick-arrow {
  right: 0;
  left: auto;
}

.live-slider button.slick-arrow:before {
  content: "\f104";
  top: 0;
  left: 0;
  margin: auto;
  font-family: fontawesome;
  font-size: 18px;
}

.live-slider button.slick-next.slick-arrow:before {
  transform: scaleX(-1);
  display: block;
}

.live-slider .img-fill:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #151515;
  opacity: 0.5;
}

.live-slider ul.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.live-slider ul.slick-dots li {
  display: inline-block;
  height: auto;
  padding: 0 5px;
  line-height: 0px;
}

.live-slider ul.slick-dots li button {
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background: #fff;
  border: none;
  font-size: 0px;
  padding: 0px;
  opacity: 0.5;
  outline: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

.live-slider ul.slick-dots li.slick-active button {
  opacity: 1;
}

.live-slider button.slick-arrow {
  perspective: 360px;
}

.live-slider button.slick-arrow .thumb {
  position: absolute;
  height: 100px;
  width: 150px;
  left: 100%;
  top: -28px;
  transform-origin: 0% 0%;
  transform: rotate3d(1, 0, 0, 90deg);
}

.live-slider button.slick-arrow .thumb img {
  height: 100%;
  width: 100%;
}

.live-slider button.slick-next {
  right: 0px;
  top: 45%;
}

.live-slider button.slick-next .thumb {
  left: auto;
  right: 100%;
}

.live-slider button.slick-prev.hover-out .thumb,
.live-slider button.slick-prev .thumb {
  animation: out-left 300ms ease 0ms 1 forwards;
}

.live-slider button.slick-prev.hover-in .thumb {
  animation: in-left 300ms ease 0ms 1 forwards;
}

.live-slider button.slick-next.hover-out .thumb,
.live-slider button.slick-next .thumb {
  animation: out-right 300ms ease 0ms 1 forwards;
  transform-origin: 100% 50%;
}

.live-slider button.slick-next.hover-in .thumb {
  animation: in-right 300ms ease 0ms 1 forwards;
}


/*.live-slider button.slick-prev:hover{transform:translateX(-100%);}*/

.live-slider button.slick-prev {
  left: 0px;
  top: 45%;
  right: unset;
}

.live-slider button.slick-prev {
  transition: all 0.3s ease;
}


/*.live-slider button.slick-next:hover{transform:translateX(100%);}*/

.live-slider button.slick-next {
  transition: all 0.3s ease;
}

.live-slider ul.slick-dots li button img {
  height: 0;
  width: 20px;
  top: 0;
  object-fit: cover;
  transition: height 0.2s ease 0.2s, width 0.2s ease 0s;
  position: relative;
  left: -50%;
}

.live-slider ul.slick-dots li button a {
  position: absolute;
  height: 90px;
  bottom: calc(100%);
  width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all 0.2s ease 0.2s;
  padding-bottom: 10px;
}

.live-slider ul.slick-dots li button {
  position: relative;
  display: flex;
  justify-content: center;
}

.live-slider ul.slick-dots li button:hover a img {}

.live-slider ul.slick-dots li button:hover img {
  height: 80px;
  width: 140px;
  transition: height 0.2s ease, width 0.2s ease 0.2s;
}

.live-slider ul.slick-dots li button:hover a {
  width: 140px;
  transition: all 0.3s ease 0s;
}

.live-slider ul.slick-dots li button:hover {
  opacity: 1;
}

.live-slider ul.slick-dots li button:before {
  content: '';
  bottom: calc(100% + -10px);
  left: 7px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0px;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
  opacity: 0;
  transition: 0.3s ease 350ms;
}

.live-slider ul.slick-dots li button:hover:before {
  opacity: 1;
  transition: 0.3s ease 0s;
}

.live-slider .item.slick-active {
  animation: Slick-FastSwipeIn 1s both;
}

.live-slider .item .contain-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.live-slider .item .contain-wrapper .dots-contain {
  display: none;
}

.live-slider .item h3 {
  margin: 0px;
  color: #fff;
  font-size: 62px;
  font-weight: 300;
  text-transform: capitalize;
}

.live-slider .item {
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.live-slider .item h5 {
  font-size: 32px;
  font-weight: 300;
  padding: 10px 0 0;
  margin: 0;
  text-transform: capitalize;
}

.live-slider .item .contain-wrapper .info {
  max-width: 1200px;
}

.live-slider .item h5 span {
  color: #00BCD4;
}

.live-slider .item h3 span {
  color: #00BCD4;
}

.live-slider .item h3 {
  animation: fadeOutRight 1s both;
}

.live-slider .item.slick-active h3 {
  animation: fadeInDown 1s both 1s;
}

.live-slider .item h5 {
  animation: fadeOutLeft 1s both;
}

.live-slider .item.slick-active h5 {
  animation: fadeInLeft 1s both 1.5s;
}

@keyframes myMove {
  from {
    transform: scale(1.0, 1.0);
    transform-origin: 50% 50%;
  }
  to {
    transform: scale(1.8, 1.9);
    transform-origin: 50% 0%;
  }
}

@keyframes Slick-FastSwipeIn {
  0% {
    transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}

@keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, 1, 0, 90deg);
    transform: rotate3d(0, 1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, 1, 0, 86deg);
    transform: rotate3d(0, 1, 0, 86deg);
  }
}

@keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
    transform: rotate3d(0, -1, 0, 90deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
}

@keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
  }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 86deg);
    transform: rotate3d(0, -1, 0, 86deg);
  }
}

/*#### INDEX PAGE STYLES ####*/
  /*three tabs*/
  /*  @import url('https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap');
body{
  background:#CDDC39;
  font-family: 'Arimo', sans-serif;
}
h2{
  color:#000;
  text-align:center;
  font-size:2em;
}*/
.warpper{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.htabs{
  font-size: 21px;
  cursor: pointer;
  padding:10px 20px;
  margin:0px 118px;
  background:linear-gradient(to right, #0062b0, #00abed);
  display:inline-block;
  color:#fff;
  border-radius:3px 3px 0px 0px;
  box-shadow: 0 0.5rem 0.8rem #00000080;
}
@media (max-width: 1024px){ .htabs { margin: 0px 80px; } }
@media (max-width: 768px){ .htabs { margin: 0px 39px; } .live-slider .item h3{font-size: 44px;}.live-slider .item h5{font-size: 18px;} }
@media (max-width: 425px){ .htabs { font-size: 17px;padding: 10px 6px;margin: 0px 0px; } }
@media (max-width: 320px){ .htabs { font-size: 15px;padding: 10px 2px;margin: 0px 0; } }


.panels{
  background:#fffffff6;
  box-shadow: 0 2rem 2rem #00000080;
  min-height:200px;
  width:100%;
  /*max-width:500px;*/
  border-radius:3px;
  overflow:hidden;
  padding:20px;  
}
.panel{
  display:none;
  animation: fadein .8s;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.panel-title{
  font-size:1.5em;
  font-weight:bold
}
.radio{
  display:none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel{
  display:block
}
#one:checked ~ .tabs #one-htabs,
#two:checked ~ .tabs #two-htabs,
#three:checked ~ .tabs #three-htabs{
  background:#fffffff6;
  color:#0062b0;
  border-top: 3px solid #0062b0;
}
  </style>
        <style type="text/css">
/*industry with bg and products category*/

    #industry-sec{
      background: linear-gradient(to right, #033862, #06668b);
      /*background-color: #001d51;*/
    padding-top: 30px;
    padding-bottom: 15px;
    }
#industry-sec .cell-2{
  width: 20%;
  display: inline-table;
}
#industry-sec h3{
  color: #fff;
  font-size: 28px;
  text-align: center;
  font-weight: 600;
}
.ind-img-tlt{
  color: #fff;
    background: #2a2a2a;
    display: inline-block;
    width: 233px;
    height: 50px;
    text-align: center;
}
/* @media (min-width: 1025px){
        .ind-img-tlt{
          width: 232px;
          height: 50px;
          text-align: center;
        }
      }*/
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  /*margin: 10px 1%;*/
  min-width: 200px;
  max-width: 480px;
  max-height: 360px;
  /*width: 48%;*/
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



    figure.effect-apollo {
  background: #3498db;
}

figure.effect-apollo img {
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05,1.05,1);
  transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.5);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 1em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-apollo h2 {
  text-align: left;
}

figure.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}


/* Thanks for checking out this PEN.
If you have any question, please feel free to contact me via email(immad.hamid@gmail.com) 
For more pen visit codepen.io/immad-hamid  */

/*## simple accodion box style ref https://codepen.io/uniqname/pen/nOVoyK*/
/*## ref https://codepen.io/immad-hamid/pen/OpBWjz*/

.div1, .div2, .div4, .div3 {
  width: 25%;
}

.widthlow{
  width: 12%;
}

.widthmax{
  width: 60%;
  transition: width 1s;
}

.widthlow h2, .widthmax h2 {
  opacity: 0;
}

.widthmax:hover .smoky {
  opacity: 1;
  -webkit-transition-property: opacity; /* Safari */
  -webkit-transition-duration: 0.5s; /* Safari */
  -webkit-transition-delay: 0.5s; /* Safari */
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
}

.accord-wrapper {
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  height: 100px;
}

.accord-wrapper > div {
  float: left;
  transition: width 0.5s ease-in-out;
  -moz-transform: skew(-20deg, 0);
  -ms-transform: skew(-20deg, 0);
  -webkit-transform: skew(-20deg, 0);
  transform: skew(-20deg, 0);
  -moz-transform: skew(-20deg, 0deg);
  -ms-transform: skew(-20deg, 0deg);
  -webkit-transform: skew(-20deg, 0deg);
  padding-right: 1%;
  background-color: transparent;

}

.accord-content {
  color: #fff;
  padding: 35px;
  height: 100px;
  display: flex;
  align-items: center;
  text-align: center;
}

.accord-content h2 {
  color: #27304f;
  /*color: #66a5ff;*/
  font-style: normal;
  -moz-transform: skew(20deg, 0);
  -ms-transform: skew(20deg, 0);
  -webkit-transform: skew(20deg, 0);
  transform: skew(20deg, 0);
  -moz-transform: skew(20deg, 0deg);
  -ms-transform: skew(20deg, 0deg);
  -webkit-transform: skew(20deg, 0deg);
  max-width: 232px;
  margin: 0 auto;
  text-align: left;
  font-family: "proxima-nova",sans-serif;
  font-weight: 700;
  font-size:22px;
  -webkit-transition-property: opacity; /* Safari */
  -webkit-transition-duration: 0.2s; /* Safari */
  -webkit-transition-delay: 0.2s; /* Safari */
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-delay: 0.2s;
}

.accord-content h2 span {
  color: #fff;
}

.accord-content .smoky p {
  font-size: 16px;
  margin: 0; 
}

.div1 .accord-content {
  position: relative;
  z-index: 1;
}

.div1:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -66px;
  height: 100%;
  width: calc(100% + 60px);
  background: linear-gradient(to right, #0062b0, #00abed);
  /*background-color: rgba(7, 7, 79, 0.6);*/
}

.div2 .accord-content {
  background: none;
  position: relative;
  z-index: 1;
}
.div4 .accord-content {
  background: none;
  position: relative;
  z-index: 1;
}

.div2:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #0062b0, #00abed);
  /*background-color: rgb(58 58 58);*/
}

.div4:before {
  content: '';
  position: absolute;
  top: 0;
  left: 7px;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #0062b0, #00abed);
  /*background-color: rgb(58 58 58);*/
}

.div3:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -74px;
  height: 100%;
  width: calc(100% + 60px);
  background: linear-gradient(to right, #0062b0, #00abed);
}

.div3 .accord-content {
  background: none;
  position: relative;
  z-index: 1;
}
.accord-content {
  position: relative;
}

.accord-content .smoky {
        -moz-transform: skew(20deg, 0deg) translateX(-50%);
    -ms-transform: skew(20deg, 0deg) translateX(-50%);
    -webkit-transform: skew(20deg, 0deg) translateX(-50%);
    transform: skew(20deg, 0deg) translateX(-50%);
    -moz-transform: skew(20deg, 0deg) translateX(-50%);
    -ms-transform: skew(20deg, 0deg) translateX(-50%);
    -webkit-transform: skew(20deg, 0deg) translateX(-50%);
    font-family: "proxima-nova",sans-serif;
    font-size: 22px;
    position: absolute;
    left: calc(50% + 60px);
    width: 100%;
    padding-right: 90px;
    opacity: 0;
      }
   /*Responsive*/
    @media (max-width: 767px){
         .accord-content h2 {
          font-size: 15px;
         }
         .accord-content {
          padding-left: 15px;
         }
         .div1:before {
          left: -66px;
         }
         .div3:after {
          right: -66px;
         }
         .accord-content .smoky {
          left: calc(50% + 0px);
          padding-right: 0;
         }
         .accord-content .smoky p{
          font-size: 13px;
          margin: 0;
         }

      }

      .block-head-News, .block-head-News h4{
            color: #273051;
         }
         .block-head-News{
            cursor: default;
         }
        @media (min-width: 1024px){
          .fre-enq{
           padding: 80px 0;
          }
        }
        .slick-slide{
            text-align: center;
         }
         .clt-hgt{height: 210px;}
          @media (max-width: 992px){
         .slick-dots{ display: none !important; }
         .clt-hgt{
          height: 240px !important;
         }
      }

      .head-slides{
        font-size: 20px;
        font-weight: bold;
        color: #006fa6;
      }
      
/*#### INDEX PAGE STYLES ####*/
