 
/* Css For universityerp */


/** banner-section **/

.slider-one{
  position: relative;
  overflow: hidden;
}

.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 #e35712;
  border-top: 2px solid #e35712;
  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;
}



.parallax-scene {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}



/** feature-four **/

.feature-four .inner-container{
  overflow: hidden;
  margin-top: -210px;
  z-index: 2;
}

.feature-block-four .inner-box{
  background: #2d2d31;
  overflow: hidden;
}

.feature-block-four .inner-box .icon-box{
  background: rgba(255, 255, 255, 0.05);
  overflow: hidden;
  z-index: 1;
}

.feature-block-four .inner-box .icon-box{
  transition: all 500ms ease;
}

.feature-block-four .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  transform: scale(0,0);
  z-index: -1;
  border-radius: 50%;
  transition: all 500ms ease;
}

.feature-block-four .inner-box:hover .icon-box:before{
  transform: scale(1,1);
}

.feature-block-four .inner-box h4{
  color: #fff;
}

.feature-block-four .inner-box p{
  color: #a9a9aa;
}

.feature-four .feature-block{
  padding: 0px 0px;
}

.feature-four .feature-block:nth-child(2) .feature-block-four .inner-box{
  background: #222226;
}

.feature-block-four .inner-box:before{
  content: '';
  width: 100%;
  height: 273px;
  border-radius: 50%;
  position: absolute;
  top: -148px;
  left: 0px;
  background: rgba(255, 96, 0, 0.1);
  transform: scale(0);
  transition: all 500ms ease;
}

.feature-block-four .inner-box:hover:before{
  transform: scale(1);
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.feature-block-four .inner-box .hover-curve{
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s linear;
}

.feature-block-four .inner-box:hover .hover-curve{
  opacity: 1;
}

.feature-block-four .inner-box .hover-curve:before{
  content: '';
  width: 130%;
  height: 250px;
  border-radius: 50%;
  position: absolute;
  top:0px;
  left:-15%;
  background: rgba(255, 96, 0, 0.1);
  z-index: 1;
  transform: translate(0, -50%);
  opacity: 0;
  transition: all 300ms ease;
}

.feature-block-four .inner-box:hover .hover-curve:before{
  opacity: 1;
  transform: translate(0% , -20%);
  transition: all 0.6s linear;
}

.feature-block-four .inner-box .hover-curve:after{
  content: '';
  width: 130%;
  height: 320px;
  border-radius: 50%;
  position: absolute;
  top:0px;
  left:-15%;
  z-index: 0;
  background: rgba(255, 96, 0, 0.1);
  transform: translate(0, -50%);
  opacity: 0;
  transition: all 300ms ease;
}

.feature-block-four .inner-box:hover .hover-curve:after{
  opacity: 1;
  transform: translate(0% , -15%);
  transition: all 0.9s linear;
}


/** slider-six **/

.slider-six .banner-carousel .slide-item:before{
  display: none;
}

.slider-six .content-inner{
  overflow: hidden;
  max-width: 550px;
  width: 100%;
  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;
}

.slider-six .active .content-inner{
  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;
}

.slider-six .content-inner h2,
.slider-six .content-inner p{
  color: #fff;
  z-index: 1;
}

.slider-six .content-inner .theme-btn{
  background: #ff7f4c;
  color: #fff !important;
  padding-top: 22px;
  padding-bottom: 22px;
}
.slider-six .theme-btn {
    border-radius: 0px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    background: #fff;
    color: #141417 !important;
    padding: 18px 39px 16px 39px;
}
.slider-six .theme-btn:before {
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    bottom: 110%;
    left: 50%;
    background-color: #232327!important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.slider-six .theme-btn:hover:before{
  bottom: -40%;
}

.slider-six .content-inner .theme-btn:hover{
  color: #fff !important;
}

.slider-six .pattern-layer{
  width: 100%;
  height: 249px;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: cover;
  z-index: 2;
}


.image_block_eight .image-box .image{
  overflow: hidden;
}

.image_block_eight .image-box .image img{
  width: 100%;
}

.image_block_eight .image-box .image:before{
  position: absolute;
  top: 0;
  left: -80%;
  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);
}

.image_block_eight .image-box .image:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.image_block_eight .image-box .text{
  width: 270px;
  background: #2b2f2e;
}

.image_block_eight .image-box .text p{
  color: #fff;
}

.image_block_eight .image-box .shape .shape-1{
  left: 30px !important;
  width: 230px;
  height: 240px;
  background-repeat: no-repeat;
}

.image_block_eight .image-box .shape .shape-2{
  left: 65% !important;
  top: 65% !important;
  width: 230px;
  height: 240px;
  background-repeat: no-repeat;
}

.image_block_eight .image-box .shape .shape-3{
  left: 80% !important;
  top: -60px !important;
  width: 135px;
  height: 135px;
  background-repeat: no-repeat;
}

/** testimonial-seven **/

.testimonial-seven{
  overflow: hidden;
  background: #f7f6f4;
}

.testimonial-block-two{
  position: relative;
  max-width: 810px;
  width: 100%;
  margin: 0 auto;
}

.testimonial-block-two .inner-box{
  background: #fff;
}

.testimonial-seven .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.testimonial-seven .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.testimonial-seven .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.testimonial-block-two .inner-box .rating li{
  color: #ffc92e;
}

.testimonial-block-two .inner-box p{
  color: #141417;
  line-height: 32px;
}

.testimonial-block-two .inner-box .author h3{
  font-size: 22px;
}

.testimonial-seven .owl-nav{
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
}

.testimonial-seven .owl-nav button{
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #fff;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-seven .owl-nav button.owl-prev{
  left: 0px;
}

.testimonial-seven .owl-nav button.owl-next{
  right: 0px;
}

.testimonial-seven .owl-nav button:hover{
  color: #fff;
}

.testimonial-seven .shape .shape-1{
  left: 120px;
  bottom: -50px;
  width: 230px;
  height: 230px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}

.testimonial-seven .shape .shape-2{
  right: 120px;
  top: -50px;
  width: 230px;
  height: 230px;
  background-repeat: no-repeat;
  -webkit-animation: zoom-fade 7s infinite linear;
  animation: zoom-fade 7s infinite linear;
}

.testimonial-seven .pattern-layer .pattern-1{
  width: 555px;
  height: 555px;
  background: #fff;
  border-radius: 50%;
  left: -85px;
  top: -150px;
  -webkit-animation: zoom-fade 4s infinite linear;
  animation: zoom-fade 4s infinite linear;
}

.testimonial-seven .pattern-layer .pattern-2{
  width: 555px;
  height: 555px;
  background: #fff;
  border-radius: 50%;
  right: -300px;
  bottom: -85px;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
}

/** cta-five **/

.cta-five{
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

.cta-five:before{
  position: absolute;
  content: '';
  background: #0000007a;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.6;
  z-index: 1;
}

.cta-five .sec-title-eight h2{
  color: #fff;
}

.cta-five .shape .shape-1{
  width: 200px;
  height: 209px;
  background-repeat: no-repeat;
}

.cta-five .shape .shape-2{
  left: 95% !important;
  top: 50% !important;
  width: 200px;
  height: 209px;
  background-repeat: no-repeat;
}

.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%);
}
/** wave-animation **/
.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.waves {
  position:absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  min-height:100px;
  max-height:150px;
}
.content {
  position:relative; 
  text-align:center;
}

/* 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);
  }
}


.footer-seven .theme-btn{
  border-radius: 0px;
  background: #e93421;
  font-weight: 700;
  font-family: 'Oxygen', sans-serif;
}

.footer-seven .theme-btn:hover{
  color: #e93421 !important;
}

.footer-seven .theme-btn:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: all 300ms ease;
}

.footer-seven .theme-btn:hover:before{
  width: 100%;
}

.slider-six .waves{
  z-index: 1;
}

.header-style-layout-eight .theme-btn{
  border-radius: 0px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  background: #f38836;
}

.header-style-layout-eight .theme-btn:before{
  webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  bottom: 110%;
  left: 50%;
  background-color: #232327;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.header-style-layout-eight .theme-btn:hover:before{
  bottom: -40%;
}

.cta-five .theme-btn {
  border-radius: 0px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  padding: 12px 32px;
  background: #f38836;
}

.cta-five .theme-btn:before{
  webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  bottom: 110%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}

.cta-five .theme-btn:hover:before{
  bottom: -40%;
}

.cta-five .theme-btn:hover{
  color: #f38836 !important;
}

.mouse-pointer{
  display: none;
}

.text-color {
    color:#fff;
}
.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--*/

.arrw {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
}

/*--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;
}

.banner-carousel .slide-item.silde-height {
    height: 100vh;
}

/*--layout 3--*/
.top-line {
    border-top: 5px solid #f38836;
}
.featur {
    padding-top:250px;
    padding-bottom:100px;
}
.header-style-layout-eight .main-menu .navigation > li.arow > a:before {
  position: absolute;
  content: "\f107";
  font-family: 'FontAwesome';
  top: 31px;
  right: 0px;
  font-weight: 400;
}
.header-style-layout-eight .main-menu .navigation > li > ul > li.aroww > a:before {
  position: absolute;
  content: "\f105";
  font-family: 'FontAwesome';
  top: 8px;
  left: 20px;
  font-weight: 400;
}
.header-style-layout-eight .main-menu .navigation > li > ul > li.aroww > a:before {
  position: absolute;
  content: "\f105";
  font-family: 'FontAwesome';
  top: 8px;
  left: 20px;
  font-weight: 400;
}
.slider-six .content-inner {
    background: none!important;
}
.slider-six .content-inner {
    max-width: 950px;
}
.cloud {
    text-shadow: 2px 3px 1px #000;
    color:#fff;
}
.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;
}
.footer-seven .footer-social li.black_color a {
    color: #000;
}
.footer-eight.footer-seven .footer-social li.black_color a:hover {
    background: #f9ac45;
    border-color: #f9ac45;
    color:#fff;
}
.footer-seven .footer-social li.black_color a {
    color: #000;
}
.list-style-two li {
    color: #888;
}
.list-style-two li:before {
    position: absolute;
    content: '\f1b2';
    font-family: 'FontAwesome';
    left: 0px;
    top: 0px;
    font-size: 12px;
}
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_nine .content-box .sec-title a {
    color: #141417;
}
.content_block_nine .content-box .sec-title a:hover {
    color: #e35712;
}
.content_block_nine .content-box .sec-title-eight a {
    color: #141417;
}
.content_block_nine .content-box .sec-title-eight a:hover {
    color: #e35712;
}
.content_block_12 .content-box .text a {
    color: #fff;
}
.content_block_12 .content-box .text a:hover {
    color: #e35712;
}
.testimonial-seven .sec-title-eight h2 a {
    color: #141417;
}
.testimonial-seven .sec-title-eight h2 a:hover {
    color: #e35712;
}

@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;
    }
}

