body {
    /* background: linear-gradient(90deg, rgba(131, 86, 9, 1) 0%, rgba(174, 80, 166, 1) 25%, rgba(110, 103, 223, 1) 50%, rgba(27, 128, 214, 1) 75%, rgba(42, 183, 197, 1) 100%);
    background-position: 100%;
    background-size: 300% 300%;
    -webkit-animation: AnimationName 5s ease infinite;
    -moz-animation: AnimationName 5s ease infinite;
    -o-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;*/
}

video {
    object-fit: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    visibility: inherit;
    opacity: 1;
    display: block;
    position: absolute;
    top: 0px;
    left: 50%;
    z-index: -2;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.text-center {
    text-align: center !Immportant;
}

.background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 62%
    }

    50% {
        background-position: 100% 39%
    }

    100% {
        background-position: 0% 62%
    }
}

@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 62%
    }

    50% {
        background-position: 100% 39%
    }

    100% {
        background-position: 0% 62%
    }
}

@-o-keyframes AnimationName {
    0% {
        background-position: 0% 62%
    }

    50% {
        background-position: 100% 39%
    }

    100% {
        background-position: 0% 62%
    }
}

@keyframes AnimationName {
    0% {
        background-position: 0% 62%
    }

    50% {
        background-position: 100% 39%
    }

    100% {
        background-position: 0% 62%
    }
}

/*
body:before {
    content: '';
    top: 0;
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    animation: slide 1s infinite;
      
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(128,186,232,0) 99%, rgba(125,185,232,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,0.8)), color-stop(99%,rgba(128,186,232,0)), color-stop(100%,rgba(125,185,232,0))); 
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%);  Chrome10+,Safari5.1+ 
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); 
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); 
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 50%,rgba(128,186,232,0) 99%,rgba(125,185,232,0) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#007db9e8',GradientType=1 ); 
}

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}*/


.desc-in-box h5 {
    display: none;
}

/*================================
HEADER STARTS
=================================*/
.navbar-brand {
    width: 150px;
}

.navbar-brand img {
    width: 100%;
}

#navhead {}

.navbar-expand-lg .navbar-collapse {
    flex-direction: row-reverse;
}

header nav {
    height: 80px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .33);
    transition: height 0.5s linear;

}

#navhead.sticky {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    z-index: 9999999;
}

#navhead.sticky + .first-section {
    margin-top: 60px;
}

#navhead.sticky nav {
    height: 60px;
}



.bg-light {
    background-color: #fff !important;
}

.nav-link {
    padding: 0 !Important;
    margin-left: 50px;
    font-size: 1.1em;
    color: #222 !important;
    text-transform: uppercase;
    font-size: 16px;
}


/*----------------------------------*/

.desc-in-box > .fa-arrow-left {
    display: none;
}


/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    
    body{
        position: relative;
    }
    body:before{
        position: fixed;
        height: 100%;
        width: 100%;
        background-color: black;
        z-index: 9999999999999999;
        content: "Please Rotate your device";
        line-height: 100vh;
        color: #fff;
        top: 0;
        left: 0;
        text-align: center;
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    
    .second-section+.high-section{
        padding-top: 150px;
    }
    .second-section+.high-section .col-sm-4{
        position: absolute;
        top: 69px;
        left: 0;
        text-align: left;
    }
    .fifth-section+.high-section{
        padding-top: 384px;
    }
    .fifth-section+.high-section .col-sm-4{
        position: absolute;
        top: 69px;
        text-align: left;
        /* margin: 20px; */
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        width: 90vw;
        left: 20px;
        padding: 0;
    }
    .navbar-expand-lg .navbar-collapse {
        flex-direction: row-reverse;
        position: absolute;
        left: 0;
        background-color: #fff;
        width: 100%;
        top: 100%;
        padding: 30px 0;
    }

    .header nav {
        height: 12vh;
    }

    .nav-item {
        height: 40px;
        line-height: 40px;
    }

    .desc-in-box > .fa-arrow-left {
        display: block;
        position: absolute;
        top: -30px;
    }
    .navbar-brand img{
        width: 65%;
    }

}

/*================================
HEADER ENDS
=================================*/









/*=======================================
 first secttion swiper starts
=========================================*/

.swiper-container2 {
    width: 100%;
    height: 100%;
}

.swiper-container2 .swiper-slide {
    text-align: center;
    font-size: 18px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-container2 .slide1 {
    background-image: url(../images/cover/1.jpg);
    /*filter: grayscale(1);*/
}

.swiper-container2 .slide2 {
    background-image: url(../images/cover/2.jpg);
    /*filter: grayscale(1);*/

}

.swiper-container2 .slide3 {
    background-image: url(../images/cover/3.jpg);
    /*filter: grayscale(1);*/

}

.swiper-container2 .slide4 {
    background-image: url(../images/cover/2.jpg);
    filter: grayscale(1);

}

.rel {
    position: relative;
}

.swiper-button-next1,
.swiper-button-prev1 {
    bottom: 50px;
    top: auto;
    width: 35px;
    height: 35px;
    background-color: #222;
    opacity: 1 !important;
}

.swiper-button-next1:after,
.swiper-button-prev1:after {
    font-size: 1.5em;
    color: #fff;
}

.swiper-button-prev1,
.swiper-container-rtl .swiper-button-next1 {
    left: auto;
    right: 50px;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: left;
    padding-left: 20px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 0;
}

.swiper-pagination-bullet {
    height: 15px;
    width: 15px;
    border-radius: 0;
    display: block;
}


/*=======================================
 first secttion swiper ends
=========================================*/



.top-box-wrapper {
    padding: 20px;

    text-align: center;
    position: relative;
    z-index: 99;

}

.top-box-wrapper .col-sm-4 {
    padding: 0;
}

.top-box-wrapper .wrap {
    background-color: #212529;
    height: 150px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
    color: white;
    border: 1px solid;
}

.top-box-wrapper .wrap i {
    font-size: 30px;
    margin-bottom: 10px;
}

.top-box-wrapper .wrap > span {
    margin: 0 auto;
}

.top-box-wrapper .wrap > i,
.top-box-wrapper .wrap > .text {
    display: block;
    flex:
}

/*===================================
second section starts
====================================*/


.second-section {
    margin-top: 0px;
    background-color: white;
    padding: 100px 0;
    /* background-image: url(../images/axiom-pattern.png);
    background-size: 3%;
    background-attachment: fixed;*/
}

/*
.second-section .container-fluid{
    padding-left: 0;
    overflow: hidden;
}
.second-section .col-sm-6:first-child {
    background-color: #f8f8f8;
    padding: 100px 30px 100px 50px;
}
*/



.second-section h1 {

    position: relative;

    margin-bottom: 30px;

    display: inline-block;
}

.second-section p {
    font-size: 1.2em;
}

.second-section h1:before {
    position: absolute;
    content: " ";
    height: 1px;
    width: 80%;
    left: 0;
    background-color: #000;
    bottom: -10px;
    z-index: 98;
}

.swiper-container3 {
    width: 100%;
    height: 100%;
}

.swiper-container3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 220px;
    max-width: 300px;
}

/*
.swiper-container3 .swiper-slide:first-child {
    margin-left: 30px;
}
*/

.swiper-container3 .swiper-slide:last-child {
    margin-right: 30px;
}

.showreel.active {
    border: 5px solid black !important;
}

.showreel.active:before {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #000;
    content: " ";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

/*
.swiper-container3 .swiper-slide > .inner-slide{
    height: 400px;
    width: 100%;
    display: none;
}
.swiper-container3 .swiper-slide:hover > .inner-slide {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: tomato;
    height: 100%;
    width: 100%;
    position: absolute;
    transform: scale(1.2) ;
    transition: transform 0.3s linear;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(136, 136, 136, 1);
    -moz-box-shadow: 0px 0px 16px 0px rgba(136, 136, 136, 1);
    box-shadow: 0px 0px 16px 0px rgba(136, 136, 136, 1);

}
*/


.third-section {
    background-color: white;
    padding: 100px 0;
}





.third-section h1 {

    position: relative;

    margin-bottom: 30px;

    display: inline-block;
}


.third-section h1:before {
    position: absolute;
    content: " ";
    height: 1px;
    width: 80%;
    left: 0;
    background-color: #000;
    bottom: -10px;
    z-index: 98;
}

.third-section p {
    font-size: 1.2em;
}

.slide-desc h1:before {
    display: none;
}

.slide-desc h5 {
    display: none;
}

.descrptin-box {

    height: 0;

    opacity: 0;
}

.descrptin-box1 > .container-fluid {
    padding: 0;
    overflow: hidden;
}

.descrptin-box.active {
    height: 100%;
    position: relative;
    z-index: 0;
    opacity: 1;
}

.descrptin-box .b-image {
    height: 0px;
    opacity: 0;
}

/*iframe {
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-box-shadow: inset 129px 0px 68px -24px rgb(255, 255, 255);
    -moz-box-shadow: inset 129px 0px 68px -24px rgba(255, 255, 255, 1);
    box-shadow: inset 129px 0px 68px -24px rgb(255, 255, 255);
    margin-top: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    right: -18px;
    width: 100%;
    height: 100%;
    z-index: -1;
}*/
iframe {
    width: 100%;
    height: 100%;
    padding-top: 58px;
}

.player-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999999;

}

.player-wrapper .heading {
    background-color: rgba(0, 0, 0, 1);
    color: #fff;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.player-wrapper .heading h2 {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.player-wrapper .heading span:first-child {
    display: inline-block;
    width: 80px;
    cursor: pointer;
    vertical-align: middle;
}

.descrptin-box.active .b-image {
    height: 400px;
    background-color: black;
    transition: opacity 0.5s linear;
    background-size: cover;
    background-position: center;
    -webkit-box-shadow: inset 129px 0px 68px -24px rgb(255, 255, 255);
    -moz-box-shadow: inset 129px 0px 68px -24px rgba(255, 255, 255, 1);
    box-shadow: inset 129px 0px 68px -24px rgb(255, 255, 255);
    position: relative;
    opacity: 1;
}

.desc-in-box {
    padding: 0;
    height: 100%;
}

.desc-in-box h1 {
    font-size: 2em;
    margin-bottom: 1em;
}

.desc-in-box h1 .desc-in-box p {
    font-size: 1em;
}

.slide-desc {
    position: absolute;
    bottom: 0;
    left: 0;
    left: 0;
    width: 100%;
    color: #222222;
    text-align: left;
    height: 100%;
    padding: 10px;
}

.inner-slide {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;

}

.slide-desc {
    opacity: 0;
    transition: opacity 0.1s ease-out;
    -webkit-box-shadow: inset 0px -142px 46px -40px rgba(255, 255, 255, 0.78);
    -moz-box-shadow: inset 0px -142px 46px -40px rgba(0, 0, 0, 0.78);
    box-shadow: inset 0px -142px 46px -40px rgba(255, 255, 255, 0.78);
    background-color: rgba(255, 255, 255, 0.6);
}

.swiper-slide:hover .slide-desc {
    opacity: 1;
    transition: opacity 0.3s ease-in;
}

.slide-desc i {
    font-size: 45px;
    margin-bottom: 30px;
    background-color: #e0e0e0;
    border-radius: 30px;
}

.slide-desc h1 {
    font-size: 1em;
    display: block;
    margin-bottom: 10px !Important;
}

.slide-desc p {
    font-size: 0.7em;
    margin-bottom: 0;
    color: #555;
    line-height: 1.2;
}

.slide-desc p > span {
    opacity: 0;
}

.third-section h3 {
    margin-top: 30px;
    margin-bottom: 1em;
    font-size: 1.2em
}

.swiper-button-next2,
.swiper-button-prev2 {
    height: 102%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.75);
    right: 0;
    width: 40px;
    opacity: 1 !Important;
}

.swiper-button-next2:after,
.swiper-button-prev2:after {
    color: #0a0a0a;
}

.swiper-button-prev2 {
    left: 0;
}

.swiper-button-next2.swiper-button-disabled,
.swiper-button-prev2.swiper-button-disabled {
    display: none;
}

.swipe-box {
    height: 200px;
    width: 100%;
    position: absolute;
    top: 0;
}

.play-btn {
    height: 40px;
    width: 150px;
    border: 1px solid #1f90d1;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    color: white;
    background-color: #1f90d1;
}

/*===================================
second section ends
====================================*/













/*===============================
 fourth starts
=================================*/

.fourth-section {
    margin-top: 00px;
    background-color: white;
    overflow: hidden;
    padding: 100px 0;
}

/*.fourth-section > .container-fluid {
    padding-right: 0;
}

.fourth-section .col-sm-5 {
    background-color: #f8f8f8;
    padding: 100px 40px 100px 30px;
}

.fourth-section .col-sm-7 {
    padding: 100px 35px 100px 15px;
}*/

.fourth-section h1 {

    position: relative;

    margin-bottom: 30px;

    display: inline-block;
}

.fourth-section p {
    font-size: 0.95em;
    text-align: justify;
}

.fourth-section h1:before {
    position: absolute;
    content: " ";
    height: 1px;
    width: 80%;
    left: 0;
    background-color: #000;
    bottom: -10px;
    z-index: 98;
}


/*===============================
 fourth ends
=================================*/


/*===============================
 fifth starts
=================================*/

.fifth-section {
    background-color: #fff;
    padding: 100px 0;
}

.
/*fifth-section .container-fluid {
    padding: 0;
    overflow: hidden;
}

.fifth-section .container-fluid .col-sm-4 {
    padding: 100px 30px 100px 50px;
}

.fifth-section .col-sm-4 {
    background-color: #f8f8f8;
}

.fifth-section .col-sm-8 {
    padding: 100px 50px 100px 30px;
}

.clients .col-sm-3 {
    margin-bottom: 30px;
}*/

.client-swiper {
    height: 100%;
    display: flex;
    align-items: center;
}

.fifth-section h1 {
    position: relative;
    margin-bottom: 30px;
    display: inline-block
}

.fifth-section h1:before {
    position: absolute;
    content: " ";
    height: 1px;
    width: 80%;
    left: 0;
    background-color: #000;
    bottom: -10px;
    z-index: 98;
}

.swiper-container4 .swiper-slide > img {
    width: 100%;

}

.swiper-container4 .swiper-slide {
    min-height: 150px;
    max-width: 150px;
}

.row .clients img {
    width: 100%;
    max-width: 150px;

}



.stickonscreen {
    position: fixed;
    left: -15px;
    top: 0;
    margin-top: 0;
}

.bottomstick {
    position: static;
    margin-top: 140% !important;
    transition: none !important;
}

#hide {
    display: none;
}

#hide.active {
    display: block;
}

section {
    overflow: hidden;
}

/*===============================
 fifth ends
=================================*/


/*===============================
sixts starts
=================================*/
.sixth-section {
    padding: 100vh 0;
    background-color: white;
}

/*===============================
sixth ends
=================================*/



.sixth-section ul {
    padding-left: 15px;
}

.sixth-section li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #888;
}

.input-wrapper {
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
}

.input-wrapper > input {
    background-color: transparent;
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    color: #222;
}


.btn-default {
    height: 40px;
    border: 1px solid #333;
    line-height: 40px;
    width: 100%;
    padding: 0;
    color: #888;
    position: relative;
    margin-top: 30px;
}

.btn-default:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background-color: #333;
    content: " ";
    z-index: -1;
    transition: width 0.5s linear;

}

.btn-default:hover:before {
    width: 100%;
    transition: width 0.5s linear;
}


.sixth-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
    padding-top: 100px;
    margin-top: 0px;
}


.maparea {
    background-image: url(../images/map.jpg);
    height: 50vh;
}

.social-icons {
    text-align: center;
    padding-bottom: 20px;
    margin: 0 auto;
}

.social-icons i {
    color: white;
    margin-right: 10px;
    margin-left: 5px;
    font-size: 22px;
}



.eight-section {
    position: relative;
    overflow: hidden;
    padding-bottom: 100px;
    padding-top: 100px;
    text-align: center;
    background-color: #222;
    color: white;
}

.seventh-section {
    position: relative;
    margin-top: 0px;
}

.play-btn {
    cursor: pointer;
}

.play-btn i {
    margin-right: 5px;
}

.overflowhiden {
    overflow: hidden;
}