body{font-family: "Rajdhani", sans-serif;}
.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
  }
}
#accordion {
  margin: auto;
  max-width: 500px;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 45px;
    margin: 5px;
    border: 0;
    padding: -2px;
    background: #ff5e14;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    width: 43px;
    height: 43px;
    line-height: 0;
}
/*slider*/

.title-nn{
    font-weight: 600;
    line-height: 39px;
    font-size: 31px;
}
.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;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}

.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}

.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}


@media (min-width: 992px) {
  .slider, .slide {
    height: 90vh;
  }
}

.slide {
  position: relative;
  transition: 1s;
}
.slide .slide__img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide .slide__img img {
  max-width: 100%;
  height: auto;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  transition: all 1s ease;
}
.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);top: 50%;
}
.slide .slide__content.slide__content__right {
  right: 25%;
  left: auto;
  transform: translate(50%, -50%);top: 25%;
}
.slide .slide__content.slide__content__center{top: 20%;left: 46%;}
.slide .slide__content--headings {
  color: #FFF;
}
.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;font-weight: 700;
}
.slide__content--headings p{color: #fff;font-size: 20px;}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slide .slide__content--headings .title {
  font-size: 20px;
}
.slide .slide__content--headings .button-custom {
  text-decoration: none;
  color: #333;
  padding: 1.2rem 2.5rem;
  font-size: 1.5rem;
}
.slide__content__left p{
    line-height: 31px;
}
.slide__content--headings.text-left{max-width:44%;}
.slider [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
  transition: 1s;
}

.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;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover, .simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}
.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 0.25;
  width: 50px;
  height: 3px;
  padding: 0;
}
.stick-dots .slick-dots li button:hover, .stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}
.stick-dots .slick-dots li.slick-active button:hover, .stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}

.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}
.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 999;
}
.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}
.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
.slick-nav i:before, .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}
.slick-nav i:before {
  transform: rotate(-40deg);
}
.slick-nav i:after {
  transform: rotate(40deg);
}
.slick-nav:before, .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}
.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
          animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
          animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
          animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
          animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }
  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }
  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@-webkit-keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrow {
  0%, 100% {
    transform: translateX(0);
    opacity: 1;
  }
  23% {
    transform: translateX(17px);
    opacity: 1;
  }
  24%, 80% {
    transform: translateX(-22px);
    opacity: 0;
  }
  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@-webkit-keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowUp {
  0%, 100% {
    transform: rotate(-40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@-webkit-keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%, 100% {
    transform: rotate(40deg) scaleX(1);
  }
  20%, 80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

/*slider*/
.panel-heading a {
  display: block;
  position: relative;
  font-weight: bold;
}
.panel-heading a::after {
  content: "";
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
  position: absolute;
  right: 0;
  top: 18px;
  transform: rotate(45deg);-webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
}
.panel-heading a[aria-expanded=true]::after {
  transform: rotate(-135deg)!important;
  top: 23px!important;-webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
}
.prod-tile{display: flex;align-items: center;justify-content: space-between;}
.prod-panl:after{display: none!important;}

.header{    background:#f3f3f3;
    padding: 25px 0 21px;
position: fixed;
  top: 0;
  width: 100%;z-index: 99;  transition: background-color 0.5s, padding 1s;
}
.exhibition{padding: 100px 0;}
.st__logo__overlay {
    position: relative;
}
.st__logo__overlay::before {
    position: absolute;
    content: "";
    top: -25px;
    left: -44px;
    background: #ff5e14;
    width: 26%;
    height: 117px;
    z-index: 1;
    transform: skewX(-36deg);
}
.st__logo__overlay::after {
    position: absolute;
    content: "";
    top: -25px;
    left: 22%;
    background:#f3f3f3;
    width: 3%;
    height: 93px;
    z-index: 1;
    transform: skewX(30deg);
}
.navbar-brand{position: relative;z-index: 1;}
.navbar-inverse .navbar-nav>li.dropdown>a{padding-right: 16px;}
.navbar-inverse .navbar-nav>li.dropdown>a:after {
    position: absolute;
    top: 50%;
    right: 0;
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 14px;
    color: #000;
    transform: translateY(-50%);
    font-weight: 700;
    z-index: 1;
}
.header.desktop-view{display: block;}
.navbar-inverse .navbar-nav>li+li{margin-left: 30px;}
.navbar-inverse .navbar-nav>li>ul{
   position: absolute;
    top: 100%;
    inset-inline-start: 0;
    min-width: 240px;
    background: #fff;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;padding-left: 0;
    transform-origin: top center;
    color: #000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    transform: translateY(10px);
    transition: all 0.4s ease-in-out;
}
.navbar-inverse .navbar-nav>li:hover>ul{
       visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.navbar-inverse .navbar-nav>li>ul>li{
      display: block;
    width: 100%;
    margin: 0;
    padding: 0;list-style: none;
}
.navbar-inverse .navbar-nav>li>ul>li>a{
        position: relative;
    z-index: 11;
    color: #000;
    display: block;
    font-weight: 600;
    font-size: 15px;
    padding: 0 25px;
    padding-bottom: 11px;
    padding-top: 11px;
    width: 100%;
    border-bottom: 1px solid #eeeeee;
}
.navbar-inverse .navbar-nav>li>ul>li:hover>a{background: #ff5e14;color: #fff}
.navbar-inverse .navbar-nav>li>a.st__btn2 {
    display: inline-block;
    background: #ff5e14;
    font-size: 15px;
    color: #fff;
    padding: 16px 32px;font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: 1;
}
.st__btn2 {
    display: inline-block;
    background: #ff5e14;
    font-size: 15px;    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: #fff;
    padding: 16px 32px;font-weight: 700;
    position: relative;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: 1;
}
.navbar-inverse .navbar-nav>li>a.button-nn{    
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        padding: 18px 32px;
        text-align: center;
        text-decoration: none;
        -webkit-animation: glowing 1300ms infinite;
        -moz-animation: glowing 1300ms infinite;
        -o-animation: glowing 1300ms infinite;
        animation: glowing 1300ms infinite;
}
.header.sticky .button-nn{border: 1px solid #fff}
.navbar-inverse .navbar-nav>li>a.button-nn:hover{color: #000}
@keyframes glowing {
        0% {
          background-color: #ff5e14;
          box-shadow: 0 0 3px #ff5e14;
        }
        50% {
          background-color: #ffc000;
          box-shadow: 0 0 15px #ffc000;
        }
        100% {
          background-color: #ff5e14;
          box-shadow: 0 0 3px #ff5e14;
        }
      }
.st__btn2::before {
    position: absolute;
    content: "";
    top: 0;
    left: -12px;
    width: 30px;
    height: 100%;
    background: #ffc000;
    transform: skew(22deg);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    z-index: -1;
}
.st__btn2 i {
    margin-left: 5px;
    transform: rotate(-49deg);
    display: inline-block;
    font-size: 22px;
}
.st__btn2:hover {
    color: #fff!important;
}
.st__btn2:hover::before {
    width: 95%;
}
.banner .item {
  height: 85vh;
  position: relative;
}
.banner .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header{display: none;}
.banner .item .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.banner .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.banner .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.banner .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.banner .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.banner .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.banner .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.banner .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.banner .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.banner .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-nav .owl-prev:focus {
  outline: 0;
}
.banner .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.banner .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.banner .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.banner .owl-nav .owl-next:focus {
  outline: 0;
}
.banner .owl-nav .owl-next:hover {
  background: #000 !important;
}
.banner:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.banner:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.prt_floting_customsett {
    position: fixed;
    top: 50%;
    right: 0;
    margin: -89px 0 0;
    background-color: #ff5e14;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    z-index: 9;
}
.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width: 55px;
    height: 52px;
    line-height: 52px;
    text-align: center;border-bottom: 1px solid #eee;
}
.tmtheme_fbar_icons i {
    display: inline-block;
    vertical-align: middle;
    transition: .3s;
    font-size: 21px;
    color: #fff;    padding-top: 15px;
}
.tmtheme_fbar_icons img{padding-top: 15px;}
.tmtheme_fbar_icons > span {
    display: block;
    position: absolute;
    right: 100%;width: 215px;
    font-weight: 600;
    top: 0;
    background-color: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 25%);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    color: #000;
    transform: translateX(-5px);
    transition: 0.5s ease;
    padding: 0 20px;
}

.tmtheme_fbar_icons:hover > span {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.section-title span{
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;padding-left: 38px;
    color: #ff5e14;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
}
.section-title {
    position: relative;
    display: block;
    margin-bottom: 60px;
    margin-top: -8px;
}
.section-title h2{
    color:#000;
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 13px 0 0;
}
.products{
    padding: 100px 0;
}
.section-title span:before{
    position: absolute;
    content: "";
    top: 0;
    left: 8px;
    background: #ff5e14;
    height: 16px;
    width: 16px;
    transform: rotate(45deg);
    transition: all 1000ms ease;
    -webkit-animation: st__rotate 10s infinite linear;
    -moz-animation: st__rotate 5s infinite linear;
    -o-animation: st__rotate 5s infinite linear;
    animation: st__rotate 5s infinite linear;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    z-index: 1;
}
.section-title span:after{
    position: absolute;
    content: "";
    top: 0;
    left: 3px;
    background: #ffc000;
    height: 16px;
    width: 16px;
    transform: rotate(45deg);
    transition: all 1000ms ease;
    -webkit-animation: st__rotate 10s infinite linear;
    -moz-animation: st__rotate 5s infinite linear;
    -o-animation: st__rotate 5s infinite linear;
    animation: st__rotate 5s infinite linear;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    z-index: 1;
}
#circle {
    display: inline-block;
    position: relative;
}
#circle::before {
    position: absolute;
    content: "";
    top: -16px;
    left: 20px;
    background: #ff5e14;
    height: 16px;
    width: 16px;
    transform: rotate(45deg);
    transition: all 1000ms ease;
    -webkit-animation: st__rotate 10s infinite linear;
    -moz-animation: st__rotate 5s infinite linear;
    -o-animation: st__rotate 5s infinite linear;
    animation: st__rotate 5s infinite linear;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    z-index: 1;
}
#circle::after {
    position: absolute;
    content: "";
    top: -11px;
    left: 20px;
    background: #ffc000;
    height: 16px;
    width: 16px;
    transform: rotate(45deg);
    transition: all 1000ms ease;
    -webkit-animation: st__rotate 10s infinite linear;
    -moz-animation: st__rotate 5s infinite linear;
    -o-animation: st__rotate 5s infinite linear;
    animation: st__rotate 5s infinite linear;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    z-index: 1;
}
@keyframes st__rotate{
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.project-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.project-one__img-box {
    position: relative;
    display: block;
}
.project-one__img img {
    width: 100%;
    border-radius: 20px;
    transform: scale(1.01);
    transition: transform .5s cubic-bezier(.27, .48, .45, .94);
    transform-origin: 70% 80%;
}
.project-one__img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    border-radius: 20px;
    transition: opacity .5s ease-out;
    background-color: #0f1b24b3;
}
.project-one__content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;text-align: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 16px 27px 17px;
    border-bottom: 3px solid #ff5e14;
    transform: scaleX(0.7) rotateX(20deg);
    opacity: 0;
    transition: all 0.4s linear;
    z-index: 2;
}
.project-one__title {
    font-size: 23px;
    font-weight: 700;
    line-height: 26px;margin-bottom: 0;
    text-transform: capitalize;
    margin-top: 2px;
}
.project-one__single:hover:hover .project-one__img:after {
    opacity: 1;
}
.project-one__single:hover .project-one__content {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}
.project-one__title sup{
        border-radius: 50%;
    border: 1px solid #000;
    width: 15px;
    display: inline-block;
    height: 15px;
    font-size: 12px;text-align: center;
    line-height: 15px;
}
.fancybox-container{z-index: 99999!important;}
.strength{
    background-color: #ff5e14;padding: 67px 0;position: relative;
}
.bg-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
}
.bg-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.features-box-area {
    padding: 30px 30px 25px 30px;min-height: 322px;
    background: #fff;position: relative;
}
.features-box-area:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #ffc000;
    transition: all 700ms ease;
}
.features-box-area:hover:before {
    width: 100%;
    left: 0;
}
.features-box-area:hover .shape-2 {
    opacity: 0;
}
.features-box-area:hover .shape-3 {
    opacity: 1;
}
.features-box-area:hover .icon-box i{
    color: #fff;
    position: relative;
}
.features-box-area:hover h5, .features-box-area:hover p {
    color: #fff;
}
.features-box-area .icon-box i{
    font-size: 50px;
    color: #ff5e14;position: relative;
}
.features-box-area .icon-box:before{
    position: absolute;
    content: "";
    top: 36px;
    left: 61px;
    background: #f6f5f5;
    width: 50px;
    height: 50px;
    transform: rotate(45deg);
    z-index: 0;
    transition: all 1000ms ease;
    -webkit-animation: st__rotate 10s infinite linear;
    -moz-animation: st__rotate 5s infinite linear;
    -o-animation: st__rotate 5s infinite linear;
    animation: st__rotate 5s infinite linear;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
}
.features-box-area:hover .icon-box:before{display: none;}
.features-box-area .icon-box{margin-bottom: 28px;}
@keyframes st__rotate{
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.features-box-area h5 {
    color: #000;font-size: 22px;margin: 15px 0;font-weight: 700;
    position: relative;
}
.features-box-area p {
    color: #000;font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 26px;
    position: relative;
}
.features-box-area .shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.features-box-area .shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
}
.features-box-area .shape-3 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: top right;
}
.aboutus{padding: 100px 0;position: relative;}
.about-img:before{
    position: absolute;
    content: "";
    background: #ff5e14;
    width: 100%;    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    height: 100%;
    transform: rotate(5deg);z-index: -1;
}
.about-img{position: relative;    padding-left: 6%;}
.about-img:hover:before{transform: rotate(2deg);}
.video-play-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    width: 81px;
    margin: 0 auto;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 5px;
    animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button i.fa-play {
    color: #fff;
    position: absolute;
    z-index: 9;
    font-size: 30px;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;text-align: center;
    margin: auto;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100px;
    height: 100px;
    background: #ff5e14;
    border-radius: 5px;
    transition: all 200ms;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.btn-close {
  cursor: pointer;
  position: relative;
  right: -5px;
  top: -5px;
  margin: 3px;
  width: 20px;
  height: 20px;
  float: right;
}
.btn-close::before,
.btn-close::after {
  content: '';
  height: 2px;
  display: block;
  background: #fff;
}

.btn-close::before {
  margin-top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-close::after {
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-close:hover:after, .btn-close:hover:before {
  background: #FF5e14;
}
.modal-wrapper {
    display: flex;
    z-index: 999;
    width: 100%;
    height: 100%;
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    background: #19120ca8;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}
.modal-wrapper.open{
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=1);
    }
.modal-vid{
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    height: 81%;
    width: 70%;
    position: relative;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -ms-transform: scale(0.7); /* IE 9 */
   -webkit-transform: scale(0.7); /* Safari */
   transform: scale(0.7);
}

.modal-wrapper.open .modal-vid {
    opacity: 1;
    filter: alpha(opacity=100);

    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);

}

.content{
    text-align: center;
}
p{
        color: #787878;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 26px;
}
.aboutus .section-title{margin-bottom: 21px}
.company-featured {
    margin-top: 25px;
}
.fast{display: grid;
    grid-template-columns: 16% 84%;margin-bottom: 13px;}
.company-icon {
    width: 68px;
    height: 68px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
}
.company-icon i:before {
    text-align: center;
    font-size: 35px;
      padding-top: 15px;
    color: #ff5e14;
    display: block;
}
.fast-body h6{
    color: #000;
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: 700;
    position: relative;
}
.st__about__iconbox {
    background: #f5f4f9;display: grid;
    grid-template-columns: 16% 84%;padding: 10px;
    border-left: 5px solid #ffc000;align-items: center;
}
.st__about__icon {
    background: #fff;
    padding: 17px 18px;
    position: relative;
    margin-top: -18px;
}
.st__about__icon::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px dashed #ffc000;
}
.st__about__icon img {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.st__about__iconcontent {
    margin-left: 22px;
}
.st__about__iconcontent h3 {
  color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.st__about__iconbox:hover .st__about__icon img {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}
.aboutus .st__btn2{margin-top: 11%}
.shapedots {
      position: absolute;
    bottom: -6%;
    right: -11%;
    width: 9%;
    height: 37%;
    background-repeat: no-repeat;
    transform: rotate(360deg);
}
.shape-mockup {
    position: absolute;
    z-index: 1;
}
.jump-reverse {
    animation: jumpReverseAni 7s linear infinite;
}
@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump {
    animation: jumpAni 7s linear infinite;
}
@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.animation-infinite {
    animation: ShapeAnim 80s linear infinite;
    height: 30px;
    width: 100%;
    background-repeat: repeat;
    overflow: hidden;
}
@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 2000px;
  }
}
.update-area-bg-one {
    background-color: #000;
    padding: 50px 0;
    position: relative;
}
.update-area-bg-one::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #ff5e14;
    content: "";
    clip-path: polygon(0 0, calc(100% - 90px) 0, 100% 100%, 0% 100%);
}
.update-area-bg-one .section-title{margin-bottom: 0;}
.update-area-bg-one .section-title span{color: #fff}
.update-area-bg-one .section-title span:before{background: #fff}
.faq-one__input-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.faq-one__input-box input[type="text"], .faq-one__input-box input[type="email"] {
    height: 60px;
    width: 100%;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: 400;
    border-radius: 20px;
    background-color: #ffffff1a;
}
.faq-one__input-box.text-message-box {
    margin-bottom: 40px;
}
.faq-one__input-box textarea {
    position: relative;
    width: 100%;
    border: none;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    outline: none;
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: 400;
    border-radius: 20px;
    margin-bottom: 0;
    background-color: #ffffff1a;
}
.faq-one__input-box.mb-0{margin-bottom: 0}
.faq-one__form{padding-left: 18%;}
.update-area-bg-one .flex-mm{display: flex;align-items: center;}
.marketplace{padding: 100px 0;position:relative;background-image:url('../img/dots4.png');    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;}
.marketplace:before {
    position: absolute;
    right: 0;
    top: 90px;
    width: 367px;
    height: 730px;
    background-image: url('../img/dots1.png');
    content: "";
    -webkit-animation: moveupdown1 4s infinite linear;
    animation: moveupdown1 4s infinite linear;
}
@keyframes moveupdown1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.section-title span.circle {
    display: inline-block;
    position: relative;
}
.section-title span.circle::before {
    position: absolute;
    content: "";
    top: -16px;
    left: 14px;
    background: #ff5e14;
    height: 16px;
    width: 16px;
    transform: rotate(45deg);
    transition: all 1000ms ease;
    -webkit-animation: st__rotate 10s infinite linear;
    -moz-animation: st__rotate 5s infinite linear;
    -o-animation: st__rotate 5s infinite linear;
    animation: st__rotate 5s infinite linear;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    z-index: 1;
}
.section-title span.circle::after {
    position: absolute;
    content: "";
    top: -12px;
    left: 11px;
    background: #ffc000;
    height: 16px;
    width: 16px;
    transform: rotate(45deg);
    transition: all 1000ms ease;
    -webkit-animation: st__rotate 10s infinite linear;
    -moz-animation: st__rotate 5s infinite linear;
    -o-animation: st__rotate 5s infinite linear;
    animation: st__rotate 5s infinite linear;
    -webkit-animation-play-state: running;
    -moz-animation-play-state: running;
    -o-animation-play-state: running;
    animation-play-state: running;
    z-index: 1;
}
.project-slider-two-box{
    position: relative;
}
.project-slider-two-box figure.image:before {
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(16, 32, 57, 0.00) -19.59%, rgba(16, 32, 57, 0.80) 92.89%);
    transition: all 500ms ease;
}
.w-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.project-slider-two-box .content {
    padding: 16px;
    background: #fff;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    opacity: 0;
    transform: scale(0);
    transform-origin: left;
    transition: all 700ms ease;
}
.project-slider-two-box .inner-box span {
    color: #ff5e14;
    text-transform: capitalize;
    font-weight: 600;font-size: 18px;
}
.project-slider-two-box:hover figure.image:before {
    width: 100%;
    left: 0;
}
.project-slider-two-box:hover .content {
    opacity: 1;
    transform: scale(1, 1);
}
.grid-item{margin-bottom: 30px;}
.grid-item .wptb-item--inner {
    position: relative;
    overflow: hidden;
}
.grid-item .wptb-item--image img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}
.wptb-item--holder {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    margin-top: 0px;
    text-align: center;
    background: transparent;
    transition: all 0.5s ease-in-out;
}
.wptb-item--meta h4 {
    transform: translateY(10px);
    transition: all 0.5s ease-in-out;
    opacity: 0;
    position: relative;color: #fff;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
}
.grid-item:hover .wptb-item--image img {
    transform: scale(1.15);
    transform-origin: center;
    -webkit-filter: brightness(.4) contrast(1.1) saturate(1.2) blur(3px);
    filter: brightness(.4) contrast(1.1) saturate(1.2) blur(3px);
}
.grid-item:hover .wptb-item--meta h4 {
    transform: translateY(0px);
    opacity: 1;
}
.number{
    background: url('../img/number-bg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
padding: 50px 0;
position: relative;background-attachment: fixed;
}
.number:before{
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;top: 0;
    opacity: 0.6;
}
.rs-counter-list {
    text-align: left;
    padding: 28px 26px 40px 35px;
    background: #FFB7031F;
    clip-path: polygon(15% 0%, 100% 0, 100% 20%, 100% 74%, 85% 100%, 0 100%, 0% 80%, 0% 25%);
}
.rs-counter-list .count-text .count-number {
    margin-bottom: 6px;
}
.rs-counter-list .count-text .count-number span{
    font-size: 42px;
    line-height: 60px;
    font-weight: 700;
    color: #ffc000;
}
.rs-counter-list .count-text .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 18px;
    color: #ffffff;
}
.rs-counter-list .count-text p{
    color: #fff;
    margin-top: 11px;
    margin-bottom: 0;
}
.footer-main{
    background-color: #000;position: relative;
}
.footer-main .footer-shape-1 {
    position: absolute;
    bottom: 96px;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: bottom left;
}
.footer-main .footer-shape-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
}
.footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);padding: 73px 0 30px;
}
.vs-widget-about h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border: none;
    text-transform: uppercase;
    margin-top: -0.1em;color: #fff;line-height: 1em;
    margin: -0.2em 0 40px 0;position: relative;
}
.vs-widget-about h3:before{
        height: 2px;
    width: 65px;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, #ff5e14 0%, #df7443 50%, #ffc000 100%);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}
.vs-widget-about li{position: relative;display: block;}
.vs-widget-about li a{color: #fff;font-size: 16px;font-weight: 600;position: relative;
    padding-left: 25px;margin-bottom: 11px;display:block ;    transition: all ease .4s;}
.vs-widget-about li a:hover{color: #ff5e14}
.vs-widget-about li a:before{
    content: "\f178";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: .5px;
    font-weight: 700;
    color: #ff5e14;
}
.vs-widget-about ul{padding-left: 0}
.menu-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.vs-widget-about li{
    color: #fff;font-size: 17px;font-weight: 600;position: relative;
    margin-bottom: 11px;display:block ;    transition: all ease .4s;
}
.footer-address{
    position: relative;
    padding-left: 30px;  color: #fff;font-size: 16px;font-weight: 600;
    margin-bottom: 15px;
}
.footer-address i {
    position: absolute;
    left: 0;
    top: 6px;
}
.footer-address span{
    color: #ff5e14;
    font-weight: 700;
}
.footer-address a {
    position: relative; color: #fff;font-size: 16px;font-weight: 600;
    margin-bottom: 15px;
}
.footer-address i.whatsapp-icon{
top: -5px;
    left: 11px;
    background: #26c943;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 22px;
    padding-top: 4px;
}
.copyright-wrap {
    border-top: 1px dashed #ff5e14;
    text-align: center;position: relative;
    padding: 29px 0;
}
.copyright-text{font-size: 16px;color: #fff;margin-bottom: 0}
.copyright-text a{text-transform: uppercase;color: #ff5e14}
.header.sticky {
  padding: 15px 0; background-color: #ff5e14;    -webkit-box-shadow: 0px 2px 7px 0px #5c5c5c;
    -moz-box-shadow: 0px 2px 7px 0px #5c5c5c;
    box-shadow: 0px 2px 7px 0px #5c5c5c;
}
.header.sticky .st__logo__overlay::before, .header.sticky .st__logo__overlay::after{display: none;}
.header.sticky .navbar-inverse .navbar-nav>.active>a, .header.sticky .navbar-inverse .navbar-nav>li>a:hover, .header.sticky .navbar-inverse .navbar-nav>li>a:focus{color: #fff}
.header.sticky .st__btn2{border: 1px solid #fff;}
.banner{margin-top: 80px;}
.help{position: relative;}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 9;
    opacity: 1;visibility: hidden;
    transform: translateY(45px);
    transition: all 300ms linear;
}
.scroll-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.scroll-top svg path {
    fill: none;
}
.scroll-top svg {
    color: #ff5e14;
    border-radius: 50%;
    background: #fff;
}
.scroll-top .progress-circle path {
    stroke:#ff5e14;
    stroke-width: 4px;
    box-sizing: border-box;
    transition: all 400ms linear;
}
.scroll-top:after {
    content: "\f062";
    font-family: FontAwesome;
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #ff5e14;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid #ff5e14;
    box-shadow: none;
    border-radius: 50%;
}
.breadcrumb__area{
      padding: 70px 0;
    background-image: url(../img/breadcrumb.jpg);
    background-position: center;
    position: relative;
    background-repeat: no-repeat;
    margin-top: 7%;
}
.breadcrumb__thumb_3 {
    position: absolute;
    top: 0;
    right: 42px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center right;
}
.breadcrumb__wrapper h2{
    color: #fff;font-size: 55px;    font-weight: 700;
    margin: 0;
}
.breadcrumb__wrapper ul li{display: inline-block;}
.breadcrumb__wrapper ul {
    color: #fff;
    font-weight: 500;margin-bottom: 0;list-style: none;padding-left: 0;
}
.breadcrumb__wrapper ul li:last-child{
    color: #fe5e14;font-size: 18px;
    font-weight: 600;
}
.breadcrumb__wrapper ul li:first-child:before{display: none;}
.breadcrumb__wrapper ul li a{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.breadcrumb__wrapper ul li:before {
    content: "\f101";
    font-family: 'FontAwesome';
    color: #fff;
    position: relative;
    top: 1px;
    padding: 0 10px;
}
.contact-page-card{
    background: #F8F8F8;filter: drop-shadow(0px 1px 3.5px rgba(0, 0, 0, 0.15));
}
.contact-page-card .contact-page-card-details {
    padding: 20px;
}
.border-btm{border-bottom: 1px solid #dfdede;}
.contact-page-card-thumb img{width: 100%;}
.contact-page-card .contact-page-card_title {
    font-size: 32px;
    font-weight: 600;
    color: #000;margin-top: 0;
    margin-bottom: 20px;
}
.contact-page-card .contact-page-card-text {
    font-size: 18px;
    color: #000;font-weight: 600;
    margin-bottom: 12px;    display: flex;
    align-items: center;
}
.contact{padding: 100px 0}
.contact-page-card .contact-page-card-text i {
 width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ff5e14;
    background-color: #fff;
    font-size: 18px;
    box-shadow: 6px 6px 4px rgba(0, 0, 0, .07);
    margin-right: 22px;
}
.contact-page-card .contact-page-card_link {
    color: #000;
}
.contact h3{
    font-size: 44px;position: relative;
    font-weight: 700;
    line-height: 46px;    margin-bottom: 30px;
}
.contact h3:before{
    height: 3px;
    width: 100px;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to right, #ff5e14 0%, #df7443 50%, #ffc000 100%);
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
}
.contact-wrap2 {
    background: #F8F8F8;filter: drop-shadow(0px 1px 3.5px rgba(0, 0, 0, 0.15));position: relative;
}
 .form-control, textarea, input {
    height: 50px;
    padding: 0 20px;
    border: 1px solid #ECECEC;
    color: #000;
    background-color: #fff;
    font-size: 16px;
    width: 100%;
    transition: 0.4s ease-in-out;
    padding-right: 45px;
    border-radius: 2px;
}
.contact-form-wrap{margin-top: 4%;position: relative;
    padding: 10px;}
    textarea.form-control, textarea {
    min-height: 69px;
    padding-top: 16px;
    padding-bottom: 17px;
}
.form-control:focus, textarea:focus, input:focus {
    outline: 0;
    box-shadow: none;
    border-color: #ff5e14;
}
.p15{padding: 15px;}
.presence img{
    background: #F8F8F8;
    filter: drop-shadow(0px 1px 3.5px rgba(0, 0, 0, 0.15));
    position: relative;padding: 30px;
    width: 100%;
}
.gallery-icon {
    margin: 0 3px 0 3px;
}
.gallery-icon a {
    position: relative;
    display: block;
    overflow: hidden;
}
.gallery-icon a:before {
    content: "+";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    color: #fff;
    z-index: 2;
    font-size: 50px;
    font-weight: 200;
}
.gallery-icon a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: #010d14;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.gallery-item:hover .gallery-icon a:before {
    visibility: visible;
    opacity: 1;
}
.gallery-item:hover .gallery-icon a:after {
    opacity: 0.75;
    visibility: visible;
    bottom: 0;
}
.gallery-item{margin-bottom: 30px;}
.st__project__btn {
    position: absolute;
    top: -3px;
    right: -1px;
    opacity: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.st__project__btn a {
    display: block;
    background: #ff5e14;
    padding: 17px 20px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 0 20px 0 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.st__project__btn a i {
    display: block;
}
.brand{
    background-image:url('../img/pattern-7.jpg');    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 30px 0;
}
.brand .section-title{    margin-bottom: 27px;}
.project-one__img a{
    position: absolute;
    text-align: center;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 45px;z-index: 1;
    background-color: #ff5e14;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .7s;
    transition: .7s;
}
.project-one__img a::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #ff5e14;
    -webkit-animation: scale 1s linear 2s infinite;
    animation: scale 1s linear 2s infinite;
}
.project-one__img a:hover {
    background-color: #1b2132;
    color: #fff;
}
.project-one__img a:hover::before {
    border-color: #1b2132;
}
.project-one__single:hover .project-one__img a {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.project-one__img a i{padding-top: 10px;}
@keyframes scale {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: .8
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}
.product-modal{
    width: 100%;margin: 10px;
}
.product-modal .modal-body{
    overflow-y: scroll;min-height: 650px;max-height: 650px;
}
.prod-img{height: 215px;margin-bottom: 30px;position: relative;}
#notebook .prod-img{height: 300px;}
.prod-img img{width: 100%;height: 100%;border-radius: 20px;
    box-shadow:0px 1px 9px 0px rgb(0 0 0 / 29%);}

.product-modal .modal-body::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.product-modal .modal-body::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.product-modal .modal-body::-webkit-scrollbar-thumb {
  background: #ffc000;     -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/* Handle on hover */
.product-modal .modal-body::-webkit-scrollbar-thumb:hover {
  background: #ff5e14; 
}
.prod-img p{
    position: absolute;
    text-align: center;
    top: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
}
#origami .prod-img p{
       position: relative;
    top: 15%;
    color: #000;
}
.text-black{color: #000!important;}
.note{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    
}
.imp-note{
    width: 181px;
    position: fixed;
    z-index: 1;
    top: 50%;
    left: 0;
    background-color: #ff5e14;
  border-left: 6px solid #ffc000;
    padding: 20px 0;
    margin-bottom: 0;
    text-align: center;
}
.imp-note img{
    margin-top: -23%;width: 80%;    margin-bottom: 14px;
}
.contact .shape-2 {
    position: absolute;
    top: 70%;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 1;
}
.contact .shape-3 {
    position: absolute;
    top: 80%;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
}
.quote-animation {
    animation-duration: 10s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: card-bounce;
}
@keyframes card-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.about-us-image-area{position: relative;}
.border-shape {
    position: absolute;
    top: -11px;
    right: 60px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center right;
    z-index: -1;
}
.about-us-image-area figure.image-1 {
    position: relative;
    display: block;
    overflow: hidden;
}
.about-us-image-area figure.image-1:before {
    position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.about-us-image-area .image-2-area {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 71px;
}
.about-us-image-area .image-2 {
    display: inline-block;
    border: 10px solid #fff;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);position: relative;
}
.about-us-image-area .working-area {
    background: #ff5e14;
    display: inline-block;
    padding: 25px 16px 10px;
    text-align: center;
    position: absolute;
    top: 86px;
    left: -50px;
}
.float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes float-bob-y {
  0% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-30px);
  }
}
.about-us-image-area .inner:before {
    content: "";
    position: absolute;
    bottom: -29px;
    left: 0px;
    width: 50px;
    height: 30px;
    background: #ff5e14;
    clip-path: polygon(50% 0%, 100% 0, 100% 100%, 48% 47%, 0 0);
}
.about-us-image-area .icon-box h4 {
        color: #fff;
    margin-top: 14px;
    margin-bottom: 1px;
    font-size: 26px;
    font-weight: 700;
}
.about-us-image-area .icon-box p {
    color: #fff;font-size: 17px;
    position: relative;
}
.about-us-image-area figure.image-1 img{
    width: 452px;height: 588px;object-fit: cover;
}
.contact:hover figure.image-1:before {
    animation: shine 1.5s;
}
@keyframes shine {
100% {
  left: 125%;
}
}
.about-us-image-area .icon-box i {
    color: #fff;
    font-size: 50px;
}
.checklist ul {
    padding: 0;
    list-style: none;
    text-align: start;
    margin-bottom: 0;
}
.checklist li {
        color: #787878;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
}
.checklist li img {
    margin-top: 4px;
    align-self: self-start;
        font-size: 22px;
    margin-right: 10px;
}
.checklist h4{
    font-weight: 700;
    color: #ff5e14;
}
.prod-img img:hover {
    box-shadow: 0px 4px 18.4px #ff5e14;    transition: 0.4s;
}
.choose-area-icon-box {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 20px;
}
.choose-area-icon-box .icon-box {
    color: #ff5e14;
    background: #ff5e1417;
    padding: 20px;position: relative;
    font-size: 50px;
    display: inline-block;
}
.choose-area-icon-box .icon-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    background: #ff5e14;
    transition: all 700ms ease;
}
.choose-area-icon-box h5 {
    color: #000;font-weight: 700;
    font-size: 20px;
}
.choose-area-icon-box p {
    color:  #787878;
    margin: 0;
}
.choose-area-icon-box:hover .icon-box:before {
    transform: scale(1, 1);
}
.choose-area-icon-box:hover .icon-box i {
    color: #fff;
    position: relative;
    z-index: 1;
}
.choose{padding: 100px 0;background-image: url('../img/process-bg.png');    background-size: cover;}
.choose-area-icon-box:hover h5{color: #ff5e14; transition: all 700ms ease;}
.tp-testimonial-item {
    padding: 0px 30px 40px;
    border: 1px solid rgb(230, 230, 230);
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 60px 0px rgba(35, 35, 49, 0.08);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;position: relative;
}
.mission{padding: 100px 0;}
.tp-testimonial-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.tp-testimonial-thumb {
         background: #ffffff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: -50px auto 40px;
    border: 1px solid #ff5e14;
    box-shadow: 0px 4px 18.4px rgba(0, 0, 0, 0.1);
}
.tp-testimonial-thumb img {
        padding-top: 17%;
}
.tp-testimonial-content h4 {
       color: #000;
    font-weight: 700;
    font-size: 25px;
}
.tp-testimonial-content p{margin-bottom: 0}

.mw{color:#000; }
.slide__content--headings .left-nn{color:#000;}
/*Responsive Classes*/
@media(max-width:768px){
    .slide__content--headings .left-nn {
    color: #fff;
    }
    .mw{color:#fff;max-width:100%;}
    .contact h3{font-size: 28px;}
.header{background-color: #ff5e14;}
.st__logo__overlay, .update-area-bg-one::before, .aboutus .shapedots, .about-img:before, .shape-mockup, .contact .shape-2, .contact .shape-3{display: none;}
.navbar-brand{width: 75%;}
.section-title h2{font-size: 28px;line-height:33px;}
.st__about__iconbox, .update-area-bg-one .flex-mm{display: block;}
.features-box-area, .company-icon, .rs-counter-list{margin-bottom: 16px;}
.update-area-bg-one .section-title h2{color: #ff5e14;}
.faq-one__form, .about-img{padding-left: 0;margin-top: 10%}
.marketplace, .aboutus, .products, .choose, .contact, .mission, .exhibition{padding: 50px 0;}
.brand .pro{width: 50%;float: left;}
.fast-body{padding-left: 33px;}
.copyright-wrap{padding: 20px;}
.banner {
    margin-top: 53px;
}
.slick-nav{    top: calc(37% - 0px);}
.banner .slick-slide{height:auto;}
.vs-widget-about{margin-bottom: 35px;}
.st__about__icon{margin-top: 0;text-align: center;}
.navbar-inverse .navbar-nav>.active>a{color: #fff;}
.navbar-inverse .navbar-nav>li+li{margin-left: 0;}
.navbar-right .st__btn2{width: 61%;background: #ffc000}
.header.desktop-view{display: none;}
.mob-header{display: block;}
.breadcrumb__thumb_3{opacity: 0;right: 0}
.contact .section-title{margin-bottom: 15px;}
.about-us-image-area{margin-bottom: 13%;}
.choose-area-icon-box{margin-bottom: 10%}
.tp-testimonial-item{margin-bottom: 26%}
div:nth-last-child(-n+2):nth-child(odd) > .tp-testimonial-item, div:nth-last-child(-n+2):nth-child(odd) > .choose-area-icon-box{ margin-bottom:0; }
.mission{margin-top: 19%;}
    .about-us-image-area .working-area {
        left: 0;
        top: 0;
    }
    .banner .item .cover .header-content h2, .banner .item .cover .header-content h1{font-size: 30px;}
    .banner .item .cover .header-content h4{font-size: 18px;line-height: 20px;}
    .banner .item .cover .header-content{padding: 25px;}
.imp-note{display: block;width: 129px}
.note{font-size: 15px;margin-bottom: 0}
.breadcrumb__wrapper{text-align: center;}
.slide:before{
    content:"";
    position:absolute;
    background:#000;
    width:100%;
    height:100%;
    top:0;        opacity: 0.5;
}
.slide .slide__content.slide__content__center{top:55%;left: 45%;}
.slide .slide__content--headings h2 {
    font-size: 24px;
}
.slide .slide__content{    transform: translate(-43%, -50%);}
.slide__content--headings p {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}
.slide .slide__content.slide__content__right{top:55%;transform: translate(22%, -50%);}
.slide .slide__content--headings .title {
    font-size: 15px;
}
.slide .slide__content.slide__content__left {
  left: 44%;
        transform: translate(-41%, -50%);
        top: 52%;
        width: 93%;
}
.slide__content--headings.text-left, .title-nn {
    max-width: 100%;
}
.title-nn{
        line-height: 20px;
    font-size: 15px;
    margin-top: 0;
}
}
/*mobile nav*/
.over-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  height: 100%;
  content: "";
  width: 100%;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
.open-menu {
  left: -250px;
}
.open-menu > .over-menu {
  visibility: visible;
  opacity: 1;
}
.open-menu .menu-container {
  right: 0 !important;
}
.hidden {
  display: none;
}


header {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
  width: 100%;
  float: left;    background: #ff5e14;
    padding: 18px 0;
  position: fixed;top: 0;
  z-index: 10;
}
header .desk-menu {
  position: relative;
  width: 100%;
  float: left;
}
header .desk-menu .logo {
      width: 231px;
    padding-top: 7px;
}

header .desk-menu .box-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: 16px 0 0;
  display: block;
  margin: 0 auto;
  float: right;
  text-align: center;
}
header .desk-menu .menu-container .menu-head,

header .desk-menu .menu-container .menu-head {
  background: #4285f4;
  padding: 16px 10px;
}
header .desk-menu .menu-container .menu-head .e1 {
  padding: 3px 0;
  float: left;
}
header .desk-menu .menu-container .menu-head .e1 img {
  width: 29px;
  float: left;
  height: 29px;
}
header .desk-menu .menu-container .menu {
  float: left;
  padding: 0;
  margin: 0 20px 0 0;
  list-style: none;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .desk-menu .menu-container .menu li.back {
  display: none;
}
header .desk-menu .menu-container .menu > li {
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  -ms-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
  margin: 0 0 0 10px;
  float: left;
  cursor: pointer;
  position: relative;
  overflow: inherit;
}
header .desk-menu .menu-container .menu > li a {
  position: relative;
  font-size: 16px;color: #fff;
  padding: 19px 8px;
  display: block;font-weight: 600;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children > a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children > a::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  position: absolute;
  content: "";
  height: 2px;
  width: 10px;
  top: 22px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children > a::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 6px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children > a::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 6px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu {
  box-shadow: 1px 2px 4px rgba(46, 61, 73, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-overflow-scrolling: touch;
  min-width: 200px;
  position: absolute;
  list-style: none;
  background: #191919;
  padding: 0;
  float: left;
  display: table;
  left: 0;
  width: 100%;
  float: left;
  display: none;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li {
  width: 100%;
  -webkit-transition: all 0.33s ease;
  -moz-transition: all 0.33s ease;
  -ms-transition: all 0.33s ease;
  -o-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li > a {
  color: #fff;
  padding: 12px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li .sub-menu {
  display: none;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  position: absolute;
  content: "";
  height: 1px;
  width: 7px;
  top: 24px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
  transform: rotate(45deg);
  right: 6px;
  top: 19px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
  transform: rotate(-45deg);
  right: 6px;
  top: 23px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children:hover > a {
  display: block;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children:hover .sub-menu {
  display: block;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu .sub-menu {
  left: 100%;
  margin-top: -43px;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children a {
  text-align: left;
}
header .desk-menu .menu-container .menu > li.menu-item-has-children a:hover {
  margin-top: 0;
}

header .desk-menu .menu-container .menu > li:hover > a::before {
  -webkit-transform: translateX(5px) rotate(-45deg);
  -moz-transform: translateX(5px) rotate(-45deg);
  -ms-transform: translateX(5px) rotate(-45deg);
  -o-transform: translateX(5px) rotate(-45deg);
  transform: translateX(5px) rotate(-45deg);
  width: 10px;
  right: 12px;
}
header .desk-menu .menu-container .menu > li:hover > a::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  right: 7px;
}
header .desk-menu .menu-container .menu > li:hover.menu-item-has-children .sub-menu {
  display: block;
}
header .hamburger-menu {
  display: none;
}
@media (max-width: 991px) {
  header .hamburger-menu {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 11;
position: absolute;
    height: 35px;
    width: 35px;
    color: #fff;
    font-size: 18px;
    background-color: #ff5e14;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  header .hamburger-menu span {
    text-transform: uppercase;
    left: calc(-100% + -5px);
    padding: 8px 9px 8px 0;
    top: calc(50% - 18px);
    position: absolute;
    font-size: 13px;
    color: #FFF;
  }
  header .hamburger-menu .bar {
    position: relative;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background: #fff;
            top: -9px;
        left: 5px;
  }
  header .hamburger-menu .bar::before, header .hamburger-menu .bar::after {
    position: absolute;
    background: #fff;
    content: "";
    left: 0;
    border-radius: 5px;
  }
  header .hamburger-menu .bar::before {
    bottom: 10px;
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .hamburger-menu .bar::after {
    top: 10px;
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .hamburger-menu .bar.animate {
    background: rgba(255, 255, 255, 0);
  }
  header .hamburger-menu .bar.animate::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .hamburger-menu .bar.animate::before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -moz-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -ms-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  header .desk-menu .box-menu ul li a {
    border-bottom: 1px solid #eaeaea;
  }
  header .desk-menu .menu-container {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #191919;border-left: 2px solid #ff5e14;
    position: fixed;
    height: 100%;
    width: 300px;
    right: -300px;
    top: 0;
  }
  header .desk-menu .menu-container .menu-header-container {
    position: relative;
    float: left;  min-height: 600px;
        max-height: 600px;
        overflow-y: scroll;     
  }
  header .desk-menu .menu-container .menu-header-container ul {
    padding: 20px;
  }
  header .desk-menu .menu-container .menu {
    margin: 0;
  }
  header .desk-menu .menu-container .menu-header-container ul.sub-menu{padding: 0}
    header .desk-menu .menu-container .menu-header-container ul.sub-menu li a{
        padding: 19px 8px 19px 28px;
    }
  header .desk-menu .menu-container .menu-header-container ul.sub-menu li a:before{
position: absolute;
    content: "";
    top: 25px;
    left: 2px;
    width: 9px;
    height: 9px;
    background: #ff5e14;
  }
  header .desk-menu .menu-container .menu-header-container ul.sub-menu li a:after{
content: '';
    position: absolute;
    left: -1px;
    top: 22px;
    height: 15px;
    width: 15px;
    border: 1px solid #ff5e14;
  }
  header .desk-menu .menu-container .menu li.back {
    position: relative;
    display: block;
  }
  header .desk-menu .menu-container .menu li.back a {
    padding: 12px 12px 12px 35px !important;
  }
  header .desk-menu .menu-container .menu li.back a::before, header .desk-menu .menu-container .menu li.back a::after {
    background-color: #fff;
    position: absolute;
    content: "";
    height: 2px;
    width: 7px;
    top: 23px;
  }
  header .desk-menu .menu-container .menu li.back a::before {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    top: 20px !important;
    right: inherit !important;
    left: 15px !important;
  }
  header .desk-menu .menu-container .menu li.back a::after {
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    top: 24px !important;
    left: 15px !important;
  }
  header .desk-menu .menu-container .menu li.line {
    display: none !important;
  }
  header .desk-menu .menu-container .menu > li {
    width: 100%;
    float: left;
    margin: 0;
    text-align: left;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children {
    position: initial;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children a::after {
    top: 28px !important;
    width: 10px !important;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu {
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block !important;
    background: #191919;
    z-index: 1;
    top: 0;
    left: 100%;
    min-height: 600px;
    max-height: 600px;
    overflow-y: scroll;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu .sub-menu {
    margin-top: 0;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu.open-sub {
    left: 0%;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before, header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
    background-color: #fff;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
    -webkit-transform: rotate(45deg) !important;
    -moz-transform: rotate(45deg) !important;
    -ms-transform: rotate(45deg) !important;
    -o-transform: rotate(45deg) !important;
    transform: rotate(45deg) !important;
    right: 6px !important;
    top: 22px !important;
    width: 7px !important;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
    -webkit-transform: rotate(-45deg) !important;
    -moz-transform: rotate(-45deg) !important;
    -ms-transform: rotate(-45deg) !important;
    -o-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    right: 6px !important;
    top: 26px !important;
    width: 7px !important;
  }
 /* header .desk-menu .menu-container .menu > li:hover a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 6px;
    top: 22px;
  }
  header .desk-menu .menu-container .menu > li:hover a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 6px;
    top: 26px;
  }*/
  header .desk-menu .menu-container .menu-head {
    display: block;
  }
 
  header.small .hamburger-menu span {
    color: #fff;
  }
  header.small .hamburger-menu .bar.animate {
    background: rgba(255, 255, 255, 0);
  }
}
@media (max-width: 767px) {
  header .desk-menu .menu-container .menu li.back a::before {
    top: 17px !important;width: 10px;
  }
  header .desk-menu .menu-container .menu li.back a::after {
    top: 23px !important;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::before {
    top: 18px;
  }
  header .desk-menu .menu-container .menu > li.menu-item-has-children .sub-menu li.menu-item-has-children > a::after {
    top: 22px;
  }
}
@media (max-width: 481px) {
 
  header .hamburger-menu {
    top: 0px;
    right: 0;
  }
  header .hamburger-menu .bar,
header .hamburger-menu .bar::after,
header .hamburger-menu .bar::before {
    width: 23px;
    height: 3px;
  }
  header .hamburger-menu .bar::before {
    bottom: 9px;
  }
  header .hamburger-menu .bar::after {
    top: 9px;
  }
  header.small .desk-menu .logo-adn a {
    width: 100px;
    height: 30px;
  }
}
@media (max-height: 550px) {

.resize-message {
  margin: 40vh auto 0;
  display: table;
}

.resize-message span {
  text-transform: uppercase;
  text-align: center;
  display: block;
  color: #666;
}

.resize-message span i {
  font-size: 30px;
}

.author {
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding: 30px 15px 15px;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 54%, black 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(54%, rgba(0, 0, 0, 0.54)), color-stop(100%, black));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 54%, black 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 54%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 54%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.54) 54%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
}
.author a {
  font-size: 16px;
  display: table;
  margin: 0 auto;
  text-decoration: none;
  color: #FFF;
  font-weight: 700;
}
.author a span {
  color: #4285f4;
}
.mobile-nav{display: none;}
/*mobile-nav*/

