html,
body {
    /* min-height: 100%; */
    direction: rtl;
    text-align: right;
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 0;
    background: #151515;
    font-weight: 400;
    font-family: 'Heebo', sans-serif;
    direction: rtl;
    transition: 0s;
    line-height: 1.35;
    /* overflow-y: hidden; */
}
h2 {
    font-size: 2.5rem;
    line-height: 0.9;
}
h4 {
    font-size: 1.2rem;
    margin: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
}
.title-section.h2 {
    font-size: 2.25rem;
    color: #DFF118;
}
.container {
    max-width: 1200px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.no-padding {
    padding-right: 0;
    padding-left: 0;
}
.pt-10 {
    margin-top: 6rem;
}
.px-10 {
    padding: 6rem 0;
}
.bl-bg {
    background: #2e2c3f;
}
.bg-purple{
    background: linear-gradient(rgba(25, 15, 32, 1),rgba(25, 15, 32, 1) );
}
.bg-blck{
    background: #151515;
}
.blck-bg{
    background: #151515;
}
.bg-prlx{
    display: block;
    overflow: hidden;
    border-width: 0;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: #FFF;
    background-size: cover;
}
.pos-abs {
    position: absolute;
}
.pos-rel {
    position: relative;
}
.wht-txt {
    color: #fff;
}
.blck-txt {
    color: #000;
}
.fnt-bold {
    font-weight: 700;
}
.clear-fix {
    clear: both;
    content: '';
}
.full-bg-image {
    height: 100vh;
    width: 100%;
    background-size: cover;
}
.footer{
    color: #fff;
}
.list-wrapper p {
    margin-bottom: 0;
}
section{
    position: relative;
}
.mob-view{
    display: none;
}

.responce-status{
    position: absolute;
    width: 50%;
    top: 5%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #000;
    z-index: 2;
    border-radius: 1rem;
    padding: 1rem 0;
    margin-bottom: 0;
    color: #DFF118;
}
.main-image{
    position: relative;
}
.main-image-layer > div{
    position: absolute;
}
.main-image-layer .title{
    width: 50%;
    top: 50%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    transform: translate(0, -50%);
}
.main-image-layer .phone{
    top: 2rem;
    right: 2rem;
    font-size: 1.52rem;
    color: #FFF;
}
.main-image-layer .social-wr{
    top: 50%;
    left: 2rem;
    text-align: center;
    transform: translate(0, -50%);
}
.main-image-layer a{
    /* color: inherit; */
    text-decoration: none;
}
.pr-dtls{
    color: #DFF118;
    margin-left: 2rem;
}
ul.footer-social-list{
    padding: 0;
    margin: 0;
    list-style: none;
}
ul.footer-social-list li span.social svg{
    fill: #DFF118;
}
ul.footer-social-list li span.social:hover svg{
    fill: #000;
}
.main-image-layer ul.footer-social-list li{
    display: block;
    margin: 0 5px 15px;
}
footer ul.footer-social-list{
    float: left;
}
footer ul.footer-social-list li{
    display: inline-block;
    float: right;
    margin: 0 10px ;
}
footer ul.footer-social-list li svg{
    margin-right: 8px;
}
footer ul.footer-social-list li .facebook svg{
    margin-right: 12px;
}
ul.footer-social-list li svg{
    margin-top: 9px;
    line-height: 40px;
}
ul.footer-social-list li .ytb svg{
    margin-top: 12px;
}
span.social{
    display: block;
    width: 40px;
    height: 40px;
    background-color: #000;
    border-radius: 100%;
}
span.social:hover{
    background-color: #DFF118;
}
.img-border-radius{
    border-radius: 15px;
}
.video {
    position: relative;
    /* padding-bottom: 56.25%; */
    padding-bottom: 63.25%;
    /* 16:9 */
    height: 0;
}
.video img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    /* width: 100%;
    height: 100%; */
    z-index: 20;
    cursor: pointer;
}
.video span.play {
    content: "";
    position: absolute;
    display: block;
    top: 45%;
    left: 45%;
    z-index: 30;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 100%;
}
.video span.play:hover{
    background-color: #DFF118;
}
.video span.play svg{
    content: "";
    position: absolute;
    display: block;
    top: 40%;
    left: 40%;
    z-index: 30;
}
.video-list .video span.play{
    top: 45%;
    transform: translate(-100%, -50%);
    left : 50%;
}
/* .video:after {
    content: "";
    position: absolute;
    display: block;
    background: url('images/PLAY.png') no-repeat 0 0;
    top: 45%;
    left: 45%;
    width: 46px;
    height: 36px;
    z-index: 30;
    cursor: pointer;
} */
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* image poster clicked, player class added using js */
.video.player img {
    /* display: none; */
    opacity: 0.5;
    z-index: 0;
}
.video.player:after {
    display: none;
}
footer{
    padding: 1.5em 0;
}
.grn-lnk{
    color: #DFF118;
    text-decoration: underline;
}
.button.blck-btn,
input[type="submit"]{
    border-radius: 2rem;
    height: 3.3rem;
    line-height: 3.3rem;
    background-color: #000;
    color: #DFF118 ;
    font-size: 1.13rem;
    font-weight: 400;
    outline: none;
    border: 0;
    padding: 0 2rem;
    cursor: pointer;
    transition: 0.3s;
}
.button.blck-btn{
    display: inline-block;
    margin-top: 3rem;
}
.button.blck-btn:hover,
input[type="submit"]:hover{
    color: #000 !important;
    background-color: #DFF118;
}
.contact-layer{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 50%);
}
/* FORM */
#mycontactform{
    margin: 0 auto;
    width: 400px;
}
#mycontactform input.form-control{
    border-radius: 2rem;
    border: 0;
    height: 3rem;
}
#mycontactform input[type="text"]{
    font-weight:400;
    font-size: 0.9rem;
    display: inline-block;
    float: right;
    width: 100%;
    opacity: .8;
    border: 1px solid #fff;
}
#mycontactform input[type="submit"]{
    display: inline-block;
    width: 100%;
    float: left;
    /* top: -3rem; */
    position: relative;
    font-size: 1.13rem;
}
.phoneerror,
.emailerror{
    display: none;
    color: red;
    font-size: 0.9rem;
}
.form-group {
    height: 50px;
}
marquee{
    font-size: 2rem;
    background-color: #000;
}
marquee p{
    padding: 1rem 0;
    margin-bottom: 0;
    color: #000;
    -webkit-text-stroke: 1px yellow;
}
/* MARQUEE CSS */
.marquee-wrapper{
    background:#000;
    text-align:center;
}
.marquee-wrapper .marquee-container{
    overflow:hidden;
}
.marquee-inner span{
    float:left;
    width:50%;
}
.marquee-wrapper .marquee-block{
    --total-marquee-items:2;
    height: 6rem;
    width: calc(850px * (var(--total-marquee-items)));
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    margin: 0px auto;
    padding: 0.62rem 0;
}
.marquee-inner{
    display: block;
    width: 200%;
    position: absolute;
}
.marquee-inner.to-left{
    animation: marqueeLeft 20s linear infinite;
}
.marquee-inner.to-right{
    animation: marqueeRight 20s linear infinite;
}
.marquee-item{
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 10px;
    float: left;
    transition: all .2s ease-out;
}
@keyframes marqueeLeft{
    0% {
      left: 0;
    }
    100% {
      left: -100%;
    }
}
@keyframes marqueeRight{
    0% { 
      left: -100%; 
    }
    100% {
     left: 0; 
    }
}
/* MARQUEE CSS */

.show-on-scroll.is-visible.flip-in-ver-right {
	-webkit-animation: flip-in-ver-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: flip-in-ver-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
/* ANIMATION */

/**
 * ----------------------------------------
 * animation flip-in-ver-right
 * ----------------------------------------
 */
 @-webkit-keyframes flip-in-ver-right {
    0% {
      -webkit-transform: rotateY(-80deg);
              transform: rotateY(-80deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateY(0);
              transform: rotateY(0);
      opacity: 1;
    }
  }
  @keyframes flip-in-ver-right {
    0% {
      -webkit-transform: rotateY(-80deg);
              transform: rotateY(-80deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateY(0);
              transform: rotateY(0);
      opacity: 1;
    }
  }

.show-on-scroll.is-visible.flip-in-hor-top {
	-webkit-animation: flip-in-hor-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: flip-in-hor-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

  /**
 * ----------------------------------------
 * animation flip-in-hor-top
 * ----------------------------------------
 */
@-webkit-keyframes flip-in-hor-top {
    0% {
      -webkit-transform: rotateX(-80deg);
              transform: rotateX(-80deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0);
              transform: rotateX(0);
      opacity: 1;
    }
  }
  @keyframes flip-in-hor-top {
    0% {
      -webkit-transform: rotateX(-80deg);
              transform: rotateX(-80deg);
      opacity: 0;
    }
    100% {
      -webkit-transform: rotateX(0);
              transform: rotateX(0);
      opacity: 1;
    }
}
  
.show-on-scroll.is-visible.fade-in-fwd {
	-webkit-animation: fade-in-fwd 0.6s ease-in both;
	        animation: fade-in-fwd 0.6s ease-in both;
}

/**
 * ----------------------------------------
 * animation fade-in-fwd
 * ----------------------------------------
 */
 @-webkit-keyframes fade-in-fwd {
    0% {
      -webkit-transform: translateZ(-80px);
              transform: translateZ(-80px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-fwd {
    0% {
      -webkit-transform: translateZ(-80px);
              transform: translateZ(-80px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
    }
}

@media only screen and (max-width:1600px),
screen and (min-device-width : 1440px) and (max-device-width : 1600px) and (orientation : landscape) {
    .container {
        max-width: 1400px;
    }
}

@media only screen and (max-width:1440px),
screen and (min-device-width : 1366px) and (max-device-width : 1440px) and (orientation : landscape) {
    .container {
        max-width: 1200px;
    }

}

@media only screen and (max-width: 1024px),
screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
    .container {
        max-width: 1024px;
    }

    /**
    * ----------------------------------------
    * animation slide-br
    * ----------------------------------------
    */
    @-webkit-keyframes slide-br-b {
        0% {
            -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
        }

        100% {
            -webkit-transform: translateY(10px) translateX(10px);
            transform: translateY(10px) translateX(10px);

        }
    }

    @keyframes slide-br-a {
        0% {
            -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
        }

        100% {
            -webkit-transform: translateY(10px) translateX(-10px);
            transform: translateY(10px) translateX(-10px);
        }
    }

}

@media only screen and (max-device-width: 868px) and (min-device-width: 768px) and (orientation: portrait),
only screen and (max-width:900px) and (orientation: portrait) {}

@media only screen and (max-device-width: 640px),
only screen and (max-device-width: 667px),
only screen and (max-width: 480px) and (orientation: landscape) {
    html,
    body {
        font-size: 14px;
    }
    .container{
        max-width: 100%;
        width: 100%;
    }
    .title-h1-wrapper{
        position: static;
        margin-left: auto;
        text-align: center;
        padding: 2em 0;
        width: 100%;
    }
    .title-h1{
        font-size: 4em;
    }
    .main-image-layer h2 {
        font-size: 1.5rem;
    }
    .mob-view{
        display: block;
    }
    .desc-view{
        display: none !important;
    }
    .main-image-layer .title {
        top: 35%;
    }
    .main-image-layer .social-wr {
        left: 1rem;
    }
    .button.blck-btn {
        margin-top: 0rem;
    }
    .about-row img{
        margin-bottom: 1rem;
    }
    #mycontactform{
        margin: 0 auto;
        width: 80%;
    }
    .full-bg-image{
        height: 100vh;
    }
    .contact-layer {
        position: relative;
        top: 0rem;
        width: 100%;
        left: 0;
        transform: translate(0%, 0%);
        margin-bottom: 3rem;
        padding-bottom: 3rem;
    }
    .contact-layer .h2,  .contact-layer h2 {
        font-size: 1.2rem;
    }
    .contact-details{
        text-align: center;
        margin-bottom: 1rem;
    }
    .button.blck-btn, input[type="submit"] {
        background-color: #DFF118;
        color: #000;
    }
}