/** banner-section **/
.banner-carousel .slide-item{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 90vh;
}
.banner-carousel .content-box{
  position: relative;
  width: 100%;
}
.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  background: red;
  mix-blend-mode: multiply;
  z-index: 1;
}
.banner-carousel .slide-item:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  background: #000000;
  opacity: 0.6;
}
.banner-carousel .slide-item .image-layer{
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}
.banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
}
.banner-carousel .content-box h2{
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  transform: scaleX(0);
}
.banner-carousel .active .content-box h2{
  opacity: 1;
  transform: scaleX(1);
}
.banner-carousel .content-box p{
  line-height: 28px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.banner-carousel .content-box .btn-box{
  position: relative;
  opacity: 0;
   -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.banner-carousel .owl-nav{
  position: absolute;
  left: 0px;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
}

.banner-carousel .owl-nav button{
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 66px;
  background-color: rgba(255, 255, 255, 0.20);
  text-align: center;
  border-radius: 50%;
  font-size: 45px;
  font-weight: 400;
  cursor: pointer;
  transition: all 500ms ease;
}

.banner-carousel .owl-nav button.owl-next:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
  width: 45px;
  height: 2px;
  -webkit-transition: .5s cubic-bezier(.858, .01, .068, .99);
  -o-transition: .5s cubic-bezier(.858, .01, .068, .99);
  transition: .5s cubic-bezier(.858, .01, .068, .99);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  background: #fff;
}

.banner-carousel .owl-nav button.owl-next:hover:before{
  background: #f4244f;
  right: 23px;
  width: 20px;
}

.banner-carousel .owl-nav button.owl-next:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 35px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .5s cubic-bezier(.858, .01, .068, .99);
  -o-transition: .5s cubic-bezier(.858, .01, .068, .99);
  transition: .5s cubic-bezier(.858, .01, .068, .99);
}

.banner-carousel .owl-nav button.owl-next:hover:after{
  border-right: 2px solid #f4244f;
  border-top: 2px solid #f4244f;
  right: 23px;
}

.banner-carousel .owl-nav button.owl-prev:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 35px;
  -webkit-transform: translateY(-50%) scaleX(1);
  -ms-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
  width: 45px;
  height: 2px;
  -webkit-transition: .5s cubic-bezier(.858, .01, .068, .99);
  -o-transition: .5s cubic-bezier(.858, .01, .068, .99);
  transition: .5s cubic-bezier(.858, .01, .068, .99);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  background: #fff;
}

.banner-carousel .owl-nav button.owl-prev:hover:before{
  background: #f4244f;
  left: 23px;
  width: 20px;
}

.banner-carousel .owl-nav button.owl-prev:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 35px;
  width: 10px;
  height: 10px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .5s cubic-bezier(.858, .01, .068, .99);
  -o-transition: .5s cubic-bezier(.858, .01, .068, .99);
  transition: .5s cubic-bezier(.858, .01, .068, .99);
}

.banner-carousel .owl-nav button.owl-prev:hover:after{
  border-left: 2px solid #f4244f;
  border-bottom: 2px solid #f4244f;
  left: 23px;
}

.banner-carousel .owl-nav button.owl-prev{
  left: 70px;
}

.banner-carousel .owl-nav button.owl-next{
  right: 70px;
}

.banner-carousel .owl-nav button:hover{
  background: #fff;
}

.slider-12 .banner-carousel .owl-nav button.owl-next:hover:before{
  background: #e35712;
}

.slider-12 .banner-carousel .owl-nav button.owl-next:hover:after{
  border-right: 2px solid #e35712;
  border-top: 2px solid #e35712;
}

.slider-12 .banner-carousel .owl-nav button.owl-prev:hover:before{
  background: #e35712;
}

.slider-12 .banner-carousel .owl-nav button.owl-prev:hover:after{
  border-left: 2px solid #e35712;
  border-bottom: 2px solid #e35712;
}

.parallax-scene {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/** cta-two **/

.cta-two {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.cta-two:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  background: #00000045;
  opacity: 0.70;
}

.cta-two .inner-box{
  max-width: 720px;
  margin: 0 auto;
}

.cta-two .inner-box h2{
  line-height: 52px;
  color: #fff;
  text-shadow: 2px 3px 1px #000;
}

.cta-two .inner-box p{
  color: #fff;
  line-height: 26px;
}

.cta-two .pattern-layer .pattern-1{
  width: 616px;
  height: 108px;
  background-repeat: no-repeat;
}

.cta-two .pattern-layer .pattern-2{
  width: 1040px;
  height: 169px;
  background-repeat: no-repeat;
}

.lh_28{
  line-height: 28px;
}

.nav-style-one .owl-nav button{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #141417;
  transition: all 500ms ease;
}

.nav-style-one .owl-nav button.owl-prev{
  transform: rotate(180deg);
  margin-right: 50px;
  top: -2px;
}

/** service-four **/

.service-block-four .inner-box h4 a,
.service-block-four .inner-box p{
  color: #303030;
}

.service-block-four .inner-box{
  background: #fff;
}

.service-block-four .inner-box h4 a:hover{
    color:#e35712;
}

.service-block-four .inner-box .icon-box{
  background: #ccf3f8;
  color: #10a1d4;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-four .inner-box .link a{

}

.service-block-four .inner-box .link a:hover{
  color: #141417;
  letter-spacing: 0.25px;
}

.service-block-four .inner-box .link a i {
  margin-left: 10px;
  position: relative;
  font-size: 14px;
  top: 1px;
}

.service-block:nth-child(2) .service-block-four .inner-box .icon-box{
  background: #fcdae3;
  color: #d64e6f;
}

.service-block:nth-child(3) .service-block-four .inner-box .icon-box{
  background: #ffe0b9;
  color: #ff931e;
}

.service-block:last-child .service-block-four .inner-box .icon-box{
  background: #e2e2ff;
  color: #612ade;
}

.service-block-four .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
  border-radius: 50%;
}

.service-block:first-child .service-block-four .inner-box .icon-box:before{
  background: #10a1d4;
}

.service-block:nth-child(2) .service-block-four .inner-box .icon-box:before{
  background: #d64e6f;
}

.service-block:nth-child(3) .service-block-four .inner-box .icon-box:before{
  background: #ff931e;
}

.service-block:last-child .service-block-four .inner-box .icon-box:before{
  background: #612ade;
}

.service-block-four .inner-box:hover .icon-box:before{
  transform: scale(1,1);
}

.service-block-four .inner-box:hover .icon-box{
  color: #fff !important;
}

.overflow_visible .owl-stage-outer{
  overflow: visible;
}

.overflow_visible .owl-stage-outer .owl-item{
  opacity: 0;
}

.overflow_visible .owl-stage-outer .owl-item.active{
  opacity: 1;
}

/** testimonial-five **/

.testimonial-five .owl-nav{
  position: absolute;
  left: -460px;
  bottom: 56px;
}

.testimonial-five .owl-nav button{
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}

.testimonial-five .nav-style-one .owl-nav button.owl-prev:before{
  display: none;
}

.testimonial-five .nav-style-one .owl-nav button.owl-prev{
  top: 0px;
  margin-right: 10px;
}

.testimonial-five .owl-nav button:hover{
  color: #fff;
}

.testimonial-five .testimonial-block-one .inner-box{
  background: #fff;
  box-shadow: 0 20px 40px rgb(0 0 0 / 10%);
  height: 436px;
}

.testimonial-five .testimonial-block-one .inner-box .text {
  box-shadow: none;
}

.testimonial-five .shape .shape-1{
  left: 75% !important;
  width: 230px;
  height: 240px;
  background-repeat: no-repeat;
}

/** chooseus-five **/

.chooseus-five{
  background: #27272b;
}

.chooseus-five .bg-layer{
  width: calc(50% + 150px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.chooseus-five .pattern-layer{
  width: calc(50% + 60px);
  height: calc(100% + 100px);
  top: -50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}

.content_block_12 .content-box h2{
  color: #fff;
}

.content_block_12 .content-box p{
  color: #a9a9aa;
}

.content_block_12 .content-box .single-item .icon-box{
  color: #fff;
}

.content_block_12 .content-box .single-item h3{
  font-size: 22px;
  color: #fff;
}

.content_block_12 .content-box .single-item p{
  color: #a9a9aa;
}

.fs_24{
  font-size: 16px;
}

/****************** home-16 ******************/

.slider-12 .banner-carousel .slide-item{
  padding: 180px 0px 225px 0px;
}

.slider-12 .banner-carousel .slide-item:before{
  display: none;
}

.slider-12 .banner-carousel .slide-item:after{
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.10) 100%);
  opacity: 1;
}

.slider-12 .content-box:before{
  position: absolute;
  content: '';
  width: 7px;
  height: calc(100% - 21px);
  left: 0px;
  top: 13px;
  clip-path: polygon(0% 3%, 100% 0%, 100% 97%, 0% 100%, 0% 0%);
}

.service-block-13 .inner-box{
  max-width: 370px;
  height: 510px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.service-block-13 .inner-box .image-box{
  overflow: hidden;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 88%, 0% 0%);
}

.service-block-13 .inner-box .image-box:before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.30);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}

.service-block-13 .inner-box:hover .image-box:before{
  opacity: 1;
}

.service-block-13 .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.service-block-13 .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.service-block-13 .inner-box .lower-content .icon-box{
  color: #fff;
  top: -70px;
}

.service-block-13 .inner-box .lower-content .icon-box:before{
  position: absolute;
  content: '';
  background: #141417;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0,0);
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}

.service-block-13 .inner-box:hover .lower-content .icon-box:before{
  transform: scale(1,1);
}

.service-block-13 .inner-box .lower-content .link a i{
  position: relative;
  top: 2px;
  opacity: 0;
  transition: all 500ms ease;
}

.service-block-13 .inner-box .lower-content .link a:hover i{
  opacity: 1;
  margin-left: 10px;
}

.service-block-13 .inner-box .lower-content .link a:hover{

}

.lh_52{
  line-height: 52px;
}

.parallax_none{
  transform: translate(0px);
}

.cta-two{
  overflow: hidden;
}

.cta-two:before{
  z-index: 1;
}

.cta-two .pattern-layer .pattern-1,
.cta-two .pattern-layer .pattern-2{
  z-index: 1;
}

.parallax-bg{
  top: -30%;
  width: 100%;
  height: 150%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-repeat: fixed;
}

/** text-overlay-animation **/

.overlay-anim-black-bg,
.overlay-anim-red-bg,
.overlay-anim-white-bg {
  display: inline-block;
  overflow: hidden;
}

.overlay-anim-black-bg:after,
.overlay-anim-red-bg:after,
.overlay-anim-white-bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
  -o-transition: 1s cubic-bezier(.858, .01, .068, .99);
  transition: 1s cubic-bezier(.858, .01, .068, .99);
  z-index: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);       
}

.overlay-anim-black-bg:after{
  background: #222;
}

.overlay-anim-white-bg:after{
  background: #fff;
}

.overlay-anim-black-bg.overlay-animation:after,
.overlay-anim-red-bg.overlay-animation:after,
.overlay-anim-white-bg.overlay-animation:after {
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
}

/* slider text animation */

.slider-text-anim {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}

.slider-text-anim:before {
  content: '';
  width: 101%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  /*background: #ffffff47;*/
  -webkit-transition: 1s cubic-bezier(.858, .01, .068, .99);
  -o-transition: 1s cubic-bezier(.858, .01, .068, .99);
  transition: 1s cubic-bezier(.858, .01, .068, .99);
  z-index: 3;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.slider-text-anim.black-bg:before{
  background: #222;
}

.active .slider-text-anim:before {
  -webkit-transform: translateX(1%);
  -ms-transform: translateX(1%);
  transform: translateX(1%);
}

.cta-two .theme-btn-two span:after{
  color: #41a0ea;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}

.header-style-16 .theme-btn{
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  padding: 12px 12px;
  border-radius: 5px;
  background: #e35712;
}
.service-block-four .inner-box{
  transition: all 500ms ease;
}

.service-block-four .inner-box:hover{
  box-shadow: 0 10px 50px rgb(0 0 0 / 20%);
}
/** graph-one **/

.graph-one .image-box img{
  width: 100%;
}

.graph-one .image-box .shape .shape-1{
  left: -40px !important;
  top: -40px !important;
}

.graph-one .image-box .shape .shape-2{
  top: 90% !important;
  left: 93% !important;
}

.mouse-pointer{
  display: none;
}
.requestdemobtn {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 2;
}

/*--spotlight start--*/

#spotlight {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 1;
}
#spotlight ul,
#spotlight ul li,
#spotlight ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#spotlight ul {
  position: relative;
  z-index: 9;
  float: left;
}
#spotlight ul li {
  float: left;
  min-height: 1px;
  line-height: 1em;
  vertical-align: middle;
  position: relative;
}
#spotlight ul li.hover,
#spotlight ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#spotlight ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 598;
  width: 100%;
}
#spotlight ul ul li {
  float: none;
}
#spotlight ul ul ul {
  top: -2px;
  right: 0;
}
#spotlight ul li:hover > ul {
  visibility: visible;
}
#spotlight ul ul {
  top: 1px;
  left: 99%;
}
#spotlight ul li {
  float: none;
}
#spotlight ul ul {
  margin-top: 1px;
}
#spotlight ul ul li {
  font-weight: normal;
}
/* Custom CSS Styles */
#spotlight {
  width: 40px;
  background:none;
  zoom: 1;
  font-size: 12px;
}
#spotlight:before {
  content: '';
  display: block;
}
#spotlight:after {
  content: '';
  display: table;
  clear: both;
}
#spotlight a {
  display: block;
  padding: 8px 20px;
  color: #ffffff;
  text-decoration: none;
}
#spotlight > ul {
  width: 40px;
}
#spotlight ul ul {
  width: 215px;
}
#spotlight > ul > li > a {
  color: #ffffff;
}
#spotlight > ul > li > a:hover {
  color: #ffffff;
}
#spotlight > ul > li.active a {
  background: none;
}
#spotlight > ul > li a:hover,
#spotlight > ul > li:hover a {
  background: none;
}
#spotlight li.active  ul  li a {
  background: #1a275d;
}

#spotlight li {
  position: relative;
}
#spotlight ul li.has-sub > a:after {
  /*content: '+';*/
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
#spotlight ul ul li.first {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
#spotlight ul ul li.last {
  -webkit-border-radius: 0 0 3px 0;
  -moz-border-radius: 0 0 3px 0;
  border-radius: 0 0 3px 0;
  border-bottom: 0;
}
#spotlight ul ul {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#spotlight ul ul {
  border: 1px solid #0082e7;
  margin-top:7px;
}
#spotlight ul ul a {
  font-size: 12px;
  color: #ffffff;
  text-align:left;
  line-height:16px;
}
#spotlight ul ul a:hover {
  color: #ffffff;
}
#spotlight ul ul li {
  border-bottom: 1px solid #0082e7;
}
#spotlight ul ul li:hover > a {
  background: #51609f;
  color: #ffffff;
}
#spotlight.align-right > ul > li > a {
  border-left: 4px solid #1b9bff;
  border-right: none;
}
#spotlight.align-right {
  float: right;
}
#spotlight.align-right li {
  text-align: right;
}
#spotlight.align-right ul li.has-sub > a:before {
  /*content: '+';*/
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -6px;
}
#spotlight.align-right ul li.has-sub > a:after {
  content: none;
}
#spotlight.align-right ul ul {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 598;
  width: 100%;
}
#spotlight.align-right ul ul li.first {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
#spotlight.align-right ul ul li.last {
  -webkit-border-radius: 0 0 0 3px;
  -moz-border-radius: 0 0 0 3px;
  border-radius: 0 0 0 3px;
}
#spotlight.align-right ul ul {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.spotlightbtn {
    left: 0;
    position: fixed;
    top: 43%;
}

.menu {
  z-index: 999;
  position: fixed;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.menu .share:hover.bottom .submenu li:nth-child(1) {
    opacity: 1;
    top: 0px;
    left: 55px;
    transform: rotate(0deg);
    transition-delay: 0.08s;
	background-color: #343d51;
	width: 275px;
	height: 55px;
    line-height: 18px;
}
.menu .share:hover.bottom .submenu li:nth-child(2) {
  opacity: 1;
  top: 54px;
  left: 55px;
  transform: rotate(0deg);
  border-top: 1px solid #e8e9ed4d;
  transition-delay: 0.16s;
  background-color: #343d51;
	width: 275px;
	height: 55px;
    line-height: 18px;
}
.menu .share:hover.bottom .submenu li:nth-child(3) {
  opacity: 1;
  top: 108px;
  left: 55px;
  transform: rotate(0deg);
  border-top: 1px solid #e8e9ed4d;
  transition-delay: 0.24s;
  background-color: #343d51;
	width: 275px;
	height: 55px;
    line-height: 18px;
}
.menu .share:hover.bottom .submenu li:nth-child(4) {
  opacity: 1;
  top: 162px;
  left: 55px;
  transform: rotate(0deg);
  border-top: 1px solid #e8e9ed4d;
  transition-delay: 0.32s;
  background-color: #343d51;
	width: 275px;
	height: 55px;
    line-height: 18px;
}
.menu .share:hover.bottom .submenu li:nth-child(5) {
  opacity: 1;
  top: 216px;
  left: 55px;
  transform: rotate(0deg);
  border-top: 1px solid #e8e9ed4d;
  transition-delay: 0.4s;
  background-color: #343d51;
	width: 275px;
	height: 55px;
    line-height: 18px;
}
.menu .share:hover.bottom .submenu li:nth-child(6) {
  opacity: 1;
  top: 266px;
  left: 55px;
  transform: rotate(0deg);
  border-top: 1px solid #e8e9ed4d;
  transition-delay: 0.4s;
  background-color: #343d51;
	width: 275px;
	height: 55px;
    line-height: 18px;
}
.menu .submenu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu .submenu li {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.menu .submenu li a {
  color: #ffffff;
  padding: 10px 11px 7px 13px;
  display: inline-block;
  width: 100%;
  height: 70px;
}
.menu .share:hover.bottom .submenu li:nth-child(1):hover{
	background-color:#606a81;
}
.menu .share:hover.bottom .submenu li:nth-child(2):hover{
	background-color:#606a81;
}
.menu .share:hover.bottom .submenu li:nth-child(3):hover{
	background-color:#606a81;
}
.menu .share:hover.bottom .submenu li:nth-child(4):hover{
	background-color:#606a81;
}
.menu .share:hover.bottom .submenu li:nth-child(5):hover{
	background-color:#606a81;
}
.menu .share:hover.bottom .submenu li:nth-child(6):hover{
	background-color:#606a81;
}
.menu.topLeft {
    top: 40%;
    left: 0px;
}

/*--spotlight ends--*/

/*--pop up start--*/
.contnt {
    background-color: #343d51;
    border-radius: 15px;
    width: 840px;
}
.modalpop {
    max-width: 840px;
}
.headr {
    border-bottom: none;
}
.footr {
    border-top: none;
}
.ad-bg {
    height: 385px;
    background: url(../images/home-page-ad-banner.jpg) no-repeat scroll 380px 0;
    width: 100%;
    padding: 40px 400px 40px 40px;
    font-size: 20px;
    FONT-WEIGHT: normal;
    border-radius: 15px;
    text-align: justify;
    line-height: 29px;
    color: #101010;
    clip-path: polygon(45% 120%, 83% -172%, 115% 100%, 21% 101%); 
}
.pop {
    width: 50%;
    float: left;
    margin-top: -315px;
    padding: 0px 31px 10px 29px;
    text-align: justify;
}
.pop p {
    color: #fff;
    line-height: 22px;
    font-size: 17px;
    font-weight:600;
}
#popupfoot a {
    text-decoration: none;
}
.ad-close-btn {
    position: absolute;
    top: -15px;
    right: -10px;
    font-size: 14px !important;
    color: #fff !important;
    background: #FF0000 !important;
    border-radius: 50px;
    width: 32px;
    text-align: center;
    font-weight: bold !important;
    padding-top: 3px;
    height: 32px;
    opacity: 0.8 !important;
    line-height: 24px !important;
}
.ad-button {
    background: #ff7f00;
    color: #fff;
    padding: 8px 15px;
    display: inline-block;
    margin-top: 15px;
    width: 100%;
    border-radius: 5px;
    text-align: center;
    text-shadow: none;
}
.ad-button:hover {
    background: #eb8b2d;
    color: #fff;
}
div#popupfoot {
    margin-bottom: 70px;
}

@media (max-width: 766px) and (min-width: 240px){
    .contnt {
    width: 122%;
}
.ad-bg {
    background: url(../images/home-page-ad-banner.jpg) no-repeat scroll 0 -27px #ffffff;
    padding: 400px 20px 20px 20px;
    font-size: 14px;
    height: auto;
    line-height: 22px;
    clip-path: polygon(0% -228%, 146% 100%, 0% 180%, 0 75%);
    width: 100%;
}
.pop p {
    color: #fff;
    line-height: 22px;
    margin-top: 10px;
}
.pop {
    width: 100%!important;
    padding: 0px 31px 10px 29px;
    text-align: justify;
    margin-top: 0px!important;
}
.ad-bg p {
    display: none;
}
}

/*--pop up ends--*/

@media screen and (max-width: 769px) {
  .stay{
      margin-bottom:100px;
  }
}

.b_shadow_26 {
    box-shadow: 0 -12px 40px 0px rgb(0 0 0 / 10%);
}
.co {
    color:#fff;
}
.header-style-16 .main-menu .navigation > li > ul > li.aroww > a:before {
  position: absolute;
  content: "\f105";
  font-family: 'FontAwesome';
  top: 8px;
  left: 20px;
  font-weight: 400;
}
.banner-carousel .slide-item.silde-height {
    height: 100vh;
}
.black_color {
    color:#000!important;
}
.footer-widget-section .links-list li.widli a:hover {
    color: #f38836;
}
.footer-widget-section .links-list li.widli a {
    color:#000;
}
i.fa.fa-angle-right, i.fa.fa-map-marker, i.fa.fa-phone, i.fa.fa-mobile, i.fa.fa-fax, i.fa.fa-envelope {
    font-weight: 400;
}
span.spancolor {
    color: #e35712;
}
.content_block_12 .content-box .text a {
    color: #fff;
}
.content_block_12 .content-box .text a:hover {
    color: #e35712;
}
.testimonial-five .sec-title-five h2 a {
    color: #141417;
}
.testimonial-five .sec-title-five h2 a:hover {
    color: #e35712;
}
.footer-16 {
	position: relative;
    margin-top: 70px;
}
.footer-16 .triangle-2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 100vw 100px 0;
    border-color: transparent transparent #3b4251 transparent;
    position: absolute;
    bottom: 100%;
}
.footer-16 .triangle-1 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 100px 100vw;
    border-color: transparent transparent #262c3b transparent;
    position: absolute;
    bottom: 100%;
}
@media (max-width: 736px) and (min-width: 320px) {
    .cont-magrin {
        margin-left:0px;
    }
    .feature-block-six .inner-box.box-height:hover {
        height: 100%;
    }
    .featur {
        padding:50px 0;
    }
}

