.carousel-control-prev-icon:before,
.carousel-control-next-icon:after {
    content: "\f1db";
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-variant: normal;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.backVideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125vh;
}

.videoVolumnOnOffButton,
.videoPlayPause {
    position: absolute;
    right: 4rem;
    bottom: 4rem;
    z-index: 10;
    cursor: pointer;
    background: #076126;
    padding: 1em;
    width: 60px;
    color: #FFF;
    border: none;
    -webkit-transition: background 300ms ease 0s;
    -moz-transition: background 300ms ease 0s;
    -o-transition: background 300ms ease 0s;
    transition: background 300ms ease 0s;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    outline: none !important;
}

.videoPlayPause {
    right: 9rem;
    bottom: 4rem;
}

.videoVolumnOnOffButton:hover,
.videoPlayPause:hover {
    background: #2d5873;
}

.videoVolumnOnOffButton i,
.videoPlayPause i {
    font-size: 1.5rem;
    font-weight: 100;
}

.videoPlayPause i {
    font-weight: 600;
}

.player .vp-player-layout {
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    position: fixed !important;
}

.fallbackImg {
    display: none;
}

.carousel-control-next,
.carousel-control-prev {
    font-size: 3rem;
    color: #FFF !important;
    opacity: 1;
}

.carousel-control-next:visited,
.carousel-control-prev:visited {
    color: #FFF !important;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #FCB040 !important;
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background: none;
}

.carousel-control-prev-icon:before {
    content: "\f104";
}

.carousel-control-next-icon:after {
    content: "\f105";
}

.carousel-indicators li {
    background: rgba(255, 255, 255, 0.8);
}

.carousel-indicators .active {
    background: rgba(252, 176, 64, 0.8);
}

.carousel-item {
    height: inherit;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 0 0 2rem 2rem;
    -moz-border-radius: 0 0 2rem 2rem;
    border-radius: 0 0 2rem 2rem;
    overflow: hidden;
}

.carousel-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 86%;
    width: 100%;
    display: block;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(30, 59, 77, 0.7) 90%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(30, 59, 77, 0.7) 90%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(30, 59, 77, 0.7) 90%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a61e3b4d', GradientType=0);
    -webkit-border-radius: 0 0 2rem 2rem;
    -moz-border-radius: 0 0 2rem 2rem;
    border-radius: 0 0 2rem 2rem;
}

.carousel-caption {
    left: 0;
    right: 0;
    bottom: 3rem;
    width: 100%;
    padding: 1rem;
    text-shadow: 0 0 5px rgba(0, 0, 0, 5);
    text-align: center;
}

.carousel-caption h2 {
    font: normal 700 1.25rem 'Roboto', Arial, sans-serif;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 3px;
}

.carousel-caption h3 {
    font: 400 3.75rem 'Lato', Arial, sans-serif;
    color: #FFF;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.carousel-caption p {
    font: italic 1.5rem 'Roboto', Arial, sans-serif;
    color: #FFF;
    margin-bottom: 0;
}

.carousel-caption a,
.carousel-caption a:link {
    font: italic 400 1.2rem 'Roboto', Arial, sans-serif;
    color: #FFF;
    display: inline-block;
    margin: auto;
    padding: 0.6rem 1.5rem;
    margin-top: 0.1rem;
    text-transform: uppercase;
    text-shadow: none;
    background: transparent;
    text-shadow: 0 0 5px rgb(0 0 0);
}

.carousel-caption a:visited {
    color: #FFF;
}

.carousel-caption a:hover,
.carousel-caption a:active,
.carousel-caption a:focus {
    color: #eecf92;
}

.carousel-indicators {
    bottom: 4.8rem;
    margin-bottom: 0;
}

.innerbtnScrollCont {
    position: relative;
    width: inherit;
    height: inherit;
}

.innerbtnScrollCont i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: inherit;
    color: inherit;
}

.HomeBanner .fullHeight {
    height: 91vh !important;
}


/*Mobile banner*/

.mobile-view .carousel-inner>figure>video,
.mobile-view .backVideo,
.mobile-view #playPauseButton,
.mobile-view #volumeButton {
    display: none;
}

.mobile-view .fallbackImg {
    display: block;
}

.mobile-view .carousel-indicators {
    bottom: 1rem;
}

.mobile-view .carousel-indicators li {
    background: rgba(22, 87, 81, 0.8);
}

.mobile-view .carousel-indicators .active {
    background: rgba(252, 176, 64, 0.8);
}

.mobile-view .carousel-control-next,
.mobile-view .carousel-control-prev {
    font-size: 2rem;
    color: #018AB6 !important;
}

.mobile-view .carousel-control-next:visited,
.mobile-view .carousel-control-prev:visited {
    color: #018AB6 !important;
}

.mobile-view .carousel-item:after {
    content: normal;
}

.mobile-view .carousel-caption {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
	 height:300px;
    margin-left: 0;
    padding: 4rem 1rem;
    text-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    background: #1e3b4d;
}

.mobile-view .carousel-caption h2 {
    color: #FFF;
}

.mobile-view .carousel-caption h3 {
    font-size: 2.5rem;
}

.mobile-view .mobile-banner {
    display: block;
    height: 412px;
    background-size: cover;
    background-position: center;
}

.mobile-view .mobile-banner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/innerbannertreeleft.png) no-repeat left bottom;
    background-size: cover;
    width: 277px;
    height: 198px;
}

.mobile-view .carousel-caption::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/innerbannertreeleft.png) no-repeat left bottom;
    background-size: cover;
    width: 180px;
    height: 129px;
}

.mobile-view .carousel-caption::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../images/innerbannertreeright.png) no-repeat right bottom;
    background-size: cover;
    width: 180px;
    height: 129px;
}


/*Mobile banner end*/

.HomeBanner .categoryTitleImg {
    z-index: 1;
}


/******* MEDIA QUERY ******jj*/

@media only screen and (max-width: 1500px) {
    .carousel-caption h3 {
        font-size: 3.5rem;
    }
    .HomeBanner .fullHeight {
        height: 80vh !important;
    }
}

@media only screen and (max-width: 1300px) {
    .carousel-caption h2 {
        font-size: 1.2rem;
    }
    .carousel-caption h3 {
        font-size: 3.2rem;
    }
    .HomeBanner .fullHeight {
        height: 77vh !important;
    }
}

@media only screen and (max-width: 1100px) {
    .HomeBanner .fullHeight {
        height: 74vh !important;
    }
}

@media only screen and (max-width: 900px) {
    .HomeBanner .fullHeight {
        height: 70vh !important;
    }
    .carousel-caption h2,
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 1.1rem;
    }
    .carousel-caption h3 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 890px) {
    .categoryTitleImg {
        display: block;
    }
}

@media only screen and (max-width: 800px) {
    .carousel-caption h2,
    .carousel-caption a,
    .carousel-caption a:link {
        font-size: 1rem;
    }
    .carousel-caption h3 {
        font-size: 2.7rem;
    }
    .HomeBanner .fullHeight {
        height: 66vh !important;
    }
}

@media only screen and (max-width: 767px) {
    .HomeBanner .fullHeight {
        height: auto !important;
    }
}

@media only screen and (max-width: 700px) {
    .mobile-view .carousel-caption h2,
    .mobile-view .carousel-caption h3 {
        letter-spacing: 2px;
    }
}

@media only screen and (max-width: 600px) {
    .carousel-caption a,
    .carousel-caption a:link,
    .mobile-view .carousel-caption h2 {
        font-size: 0.9rem;
    }
    .mobile-view .carousel-caption h3 {
        font-size: 2.2rem;
    }
    .mobile-view .carousel-caption h2,
    .mobile-view .carousel-caption h3 {
        letter-spacing: 1px;
    }
    .mobile-view .carousel-caption::before,
    .mobile-view .carousel-caption::after {
        width: 160px;
        height: 114px;
    }
}

@media only screen and (max-width: 500px) {
    .mobile-view .carousel-caption::before,
    .mobile-view .carousel-caption::after {
        width: 140px;
        height: 100px;
    }
    .carousel-caption a,
    .carousel-caption a:link,
    .mobile-view .carousel-caption h2 {
        font-size: 0.8rem;
    }
    .mobile-view .carousel-caption h3 {
        font-size: 1.8rem;
    }
    .mobile-view .carousel-caption h2,
    .mobile-view .carousel-caption h3 {
        letter-spacing: 0px;
    }
    .mobile-view .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 400px) {
    .mobile-view .carousel-caption::before,
    .mobile-view .carousel-caption::after {
        width: 110px;
        height: 79px;
    }
    .mobile-view .carousel-caption h3 {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 350px) {
    .mobile-view .carousel-caption h3 {
        font-size: 1.3rem;
    }
}