/*!
Theme Name: Ravindra Khomne
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ravindra-khomne
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ravindra Khomne is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */


@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}


/*
        body Structure
*/

html,
body {
    height: 100%;
}

body {
    /*    background-image: linear-gradient(43deg, #251f5f 0%, #060041 46%, #251f5f 100%);
        background-color: #251f5f;*/
    font-family: 'Alata', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}


/*
        Typography
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Alata', sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 1px;
}

h2 {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1px;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 22px;
    font-weight: 300;
    line-height: 33px !important;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: 'Alata', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}


/*navigationBar */

.navigationBar {
    display: block;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 80px;
    padding: 25px 0 0 0;
    background: transparent;
}


/* .navigationBar:before {
    content: '';
    display: block;
    position: absolute;
    background: url('../images/navigBg.png') no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 200%;
    top: 0;
    left: 0;
    opacity: 1;
} */

.containerWrapper {
    display: block;
    position: relative;
    padding: 0 100px;
}

.containerWrapper:after {
    content: '';
    display: block;
    clear: both;
}


/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 5px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    transition: all 300ms;
}

.navbarbrandfixed {
    visibility: hidden;
    opacity: 0;
}

.navbar-brand img {
    height: 70px;
}

.navbar-nav {
    margin-top: 0px;
    margin-right: 30px
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}


/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0 1px;
    color: #fff;
    height: 50px;
    padding: 0;
    position: relative;
    font-family: 'Poppins', sans-serif;
    /* font-family: 'Karma'; */
    transition: all 300ms;
    transform-style: preserve-3d;
    perspective: 800px;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 15px 15px;
    margin: 0 1px;
    height: 50px;
    line-height: 50px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 300ms;
}

.navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    height: 35px;
    background: #c8a200;
    color: #fff;
    transition: all 400ms;
    visibility: hidden;
    opacity: 0;
    /* border-radius: 0 0 3px 3px; */
    box-shadow: 0 0 15px #00000036;
    z-index: 0;
}

.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
    /* top: 0;  */
    visibility: visible;
    opacity: 1;
    /* height: 80px; */
    width: 100%;
}

.navbar-collapse>ul>li:hover a,
.navbar-collapse>ul>li.active a {
    color: #000;
}

.navbar-collapse>ul>li:hover:after,
.navbar-collapse>ul>li.active::after {
    top: 20px;
    visibility: visible;
    opacity: 0.2;
    z-index: 0;
}

/* .navbar-collapse>ul>li::after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 300ms;
    visibility: hidden;
    background: #c8a200;
    opacity: 0;
} */

/* .navigationBarFixed .navbar-collapse>ul>li::after {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 15px;
} */

.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    background: transparent !important;
    color: #fff !important;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}


/*drop down menu*/

.navbar-collapse>ul>li>ul {
    display: block;
    width: 250px;
    height: auto;
    position: absolute;
    top: 115%;
    left: 20px;
    margin: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li:hover>ul {
    left: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 8px 15px;
    color: #000;
    font-size: 14px;
    transition: all 300ms ease-in-out;
    white-space: inherit;
}

.navbar-collapse>ul>li>ul>li>a:hover {
    background: #251f5f;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #c8a200;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}


/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    height: auto;
    position: absolute;
    left: 100%;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #c8a200;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}


/*navigationBar fixed*/

.navigationBarFixed {
    position: fixed;
    height: 60px;
    border-bottom: none;
    background: #fff !important;
    z-index: 100;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.navigationBarFixed .navbar-brand {
    margin-top: 5px;
}

.navigationBarFixed .navbar-brand img {
    height: 50px;
}

.navigationBarFixed .navbar-collapse>ul>li {
    height: 40px;
    line-height: 40px;
    color: #000;
}

.navigationBarFixed .navbar-collapse>ul>li>a {
    height: 40px;
    line-height: 40px;
    padding: 10px 15px;
}

.navigationBarFixed .navbar-collapse>ul>li>ul>li>a {
    height: auto;
    line-height: normal;
}

.navigationBarFixed:before {
    display: none;
}


/*  BannerSection*/
.BannerSection {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    /*margin-top: 88px;*/

}



.BannerSlider .swiper-slide:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;

}

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

.BannerSlider .swiper-slide {
    text-align: left;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    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: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: end;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.BannerSlider .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    --swiper-theme-color: #ffd616;
}

.BannerSlider .bannercontent {
    color: #fff;
    width: 45%;
    z-index: 1;
    padding: 50px 0px;
}

.bannercontent h1{
    text-shadow: 0 2px 4px #0000005c;
    color: #e7bb00;
}

.BannerSlider .bannercontent h4 {
    text-shadow: 0 2px 4px #0000005c;
    color: #fff;
}
.BannerSlider .swiper-pagination-bullet{
    --swiper-theme-color: #c8a200;
}
/*
.BannerSwiper .rotateimg {
     content: ''; 
        position: absolute;
        width: 50%;
        top: -150px;
        right: -100px;
        z-index: -1;
        box-shadow: 0 0 0px #00000000;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}

.BannerSwiper .swiper-button-next,
.BannerSwiper .swiper-button-prev {
    width: 75px !important;
    background-size: 70px 40px !important;
}

 .BannerSlider .swiper-button-next {
    background-image: url(../images/slidernext.png) !important;
} 

.BannerSwiper .swiper-button-next:after,
.BannerSwiper .swiper-button-prev:after {
    display: none;
}
.BannerSwiper .swiper-button-next{
    right: 20px !important;
}
.BannerSwiper .swiper-button-prev{
    left: 20px !important;
}


.BannerSwiper .swiper-pagination-bullet {
    background: #fff;
    --swiper-theme-color: #c8a200;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 35px !important;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}*/

/*sliderCirclesBlock*/
.sliderCirclesBlock {
    display: block;
    position: absolute;
    z-index: 2;
    top: -300px;
    left: -300px;
}
.sliderCircles {
    display: block;
    width: 700px;
    height: 700px;
    position: absolute;
    border-radius: 50%;
}
.sliderCircle1 {
    background: -linear-gradient(left, rgba(255,255,255,0.0), rgb(15 2 61));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.0), rgb(15 2 61));
    background: -o-linear-gradient(left, rgba(255,255,255,0.0), rgb(15 2 61));
    background: -moz-linear-gradient(left, rgba(255,255,255,0.0), rgb(15 2 61));
    background: -ms-linear-gradient(left, rgba(255,255,255,0.0), rgb(15 2 61));
    transform: rotate(-10deg);
    top: -1500px;
    left: -1500px;
    z-index: 3;
    transition: all 800ms;
}
.sliderCircle2 {
    background: -linear-gradient(left, rgba(255,255,255,0.0), rgb(15 2 61));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.0), rgb(15 2 61));
    background: -o-linear-gradient(left, rgba(255,255,255,0.0), rgb(15 2 61));
    background: -moz-linear-gradient(left, rgba(255,255,255,0.0), rgb(15 2 61));
    background: -ms-linear-gradient(left, rgba(255,255,255,0.0), rgb(15 2 61));
    transform: rotate(-3deg);
    top: -200px;
    left: -00px;
    z-index: 2;
    transition: all 1200ms;
}
.sliderCircle3 {
    background: -linear-gradient(left, rgba(255,255,255,0.0), rgb(15 2 61));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0.0), rgb(15 2 61));
    background: -o-linear-gradient(left, rgba(255,255,255,0.0), rgb(15 2 61));
    background: -moz-linear-gradient(left, rgba(255,255,255,0.0), rgb(15 2 61));
    background: -ms-linear-gradient(left, rgba(255,255,255,0.0), rgb(15 2 61));
    transform: rotate(-5deg);
    top: -1000px;
    left: -500px;
    z-index: 1;
    transition: all 1400ms;
}
.swiper-slide-active .sliderCircle1 {
    transform: rotate(-30deg);
    top: -500px;
    left: 100px;
}
.swiper-slide-active .sliderCircle2 {
    transform: rotate(-30deg);
    top: -100px;
    left: -200px;
}
.swiper-slide-active .sliderCircle3 {
    transform: rotate(-45deg);
    top: 0;
    left: 0;
}


/*journeySection*/
.journeySection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 80px 0;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    background: url('assets/images/acheivementbg.jpg') no-repeat fixed 100% 0;
    background-size: cover;
}


.journeySection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0e013b;
    /*background-image: linear-gradient(43deg, #251f5f 0%, #060041 46%, #251f5f 100%);*/
    opacity: 0.93;
}
.ourJourneyBlock {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    color: #fff;
}
.ourJourneyBlock .ourJourneyBlockImg {
    display: block;
    position: relative;
    padding: 0 0 30px 0;
}
.ourJourneyBlock .ourJourneyBlockImg img {
    display: block;
    width: 100%;
    height: auto;
    padding: 3px;
    background: transparent;
    border: solid 2px rgba(255,255,255,0.3);
}
.ourJourneyBlock .ourJourneyBlockImg h2 {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 120px !important;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background: #788794;
    font-size: 32px;
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.journeySection .owl-carousel .owl-wrapper-outer {
    overflow: visible;
}
.journeySection .owl-carousel .owl-item {
    transform: scale(0.7);
    transition: all 400ms;
    opacity: 0.3;
}
.journeySection .owl-carousel .owl-item.active {
    transform: scale(1);
    opacity: 1;
}
.journeySection .owl-theme .owl-controls .owl-page span {
    background: #c8a200 !important;
    margin: 0 2px !important;
}


/* AboutSection */

.AboutSection {
    position: relative;
    width: 100%;
    padding: 80px 0 80px 0;
    clear: both;
    overflow: hidden;
    height: auto;
    background-image: linear-gradient(43deg, #0e013b 0%, #22105e 46%, #0e013b 100%);
    background-color: #0e013b;

}


/*.AboutSection:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    top:0;
    left: 0;
    bottom: 0;
    right:0;
    background: #000;
    opacity: 0.6;
}*/

/* aboutvideo */
.aboutvideo {
    position: absolute;
    top: 0;
    left: 15px;
}

.aboutvideo video {
    width: 55%;
}


.aboutcontent {
    display: block;
    position: relative;
    padding: 60px 0 0 0;
}

.aboutcontent h1 {
    color: #fff;
    margin: 0px;
    text-align: right;
}


.aboutcontent h2 {
    color: #c8a200;
    text-align: right;
}

.aboutcontent p {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-align: justify;
    line-height: 24px;
}

.aboutimg{
    position: relative;
}

.aboutimg:before {
    content: '';
    position: absolute;
    width: 65%;
    height: 100%;
    top: 30px;
    left: 0;
    right: -80px;
    bottom: 0;
    border: solid 5px #c8a200;
    /* transform: rotate(-8deg); */
    margin: 0 auto;
    z-index: -1;
}

.aboutimg img{
    width: 65%;
    display: block;
    margin: 0 auto;
    box-shadow: 0 0 20px #00000057;
}




/* OverviewSection */

.OverviewSection {
    position: relative;
    width: 100%;
    padding: 80px 0 80px 0;
    clear: both;
    overflow: hidden;
    height: auto;
    background-image: linear-gradient(43deg, #0e013b 0%, #22105e 46%, #0e013b 100%);
    background-color: #0e013b;
    /*    background: url(assets/images/bgfixed.jpg) repeat 100% fixed;
        background-size: cover;
        background-position: center;*/
}

.OverviewImg {
    position: relative;
}

.OverviewImg img {
    padding: 10px;
    border: solid 6px #c8a201;
    box-shadow: inset 0 0 10px #c8a201;
}

/*.OverviewImg:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 110%;
    background: url(assets/images/view-bg.png) no-repeat;
    background-size: cover;
    bottom: -10px;
}*/

.Overviewcontent h3 {
    color: #fff;
}

.Overviewcontent h2 {
    color: #c8a200;
}

.overviewblock {
    display: flex;
    align-items: center;
}

/* .ShowreelSection */

.ShowreelSection {
    position: relative;
    width: 100%;
    padding: 100px 0 100px 0;
    clear: both;
    overflow: hidden;
    height: auto;
    background: url(assets/images/overviewbg1.jpg) repeat 100% fixed;
    background-size: cover;
    background-position: center;
}

.ShowreelSection::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0e013b;
    opacity: 0.9;
}


.showreelImg img {
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.342);
}

.showreelImg {
    position: relative;
}

.showreelImg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: solid 5px #c8a200;
    transform: rotate(8deg);
}

.showreeldetails h1 {
    color: #fff;
}

/* showreelvideo */
.showreelvideo {
    position: absolute;
    bottom: 0;
    right: -100px;
}

.showreelvideo video {
    width: 70%;
}


.showreeldetails {
    padding: 50px 30px;
}


/*footer*/
.footer {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    /*min-height: 400px;*/
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background: url(assets/images/footer.jpg) no-repeat 100%;
    background-size: cover;
    background-position: center;
    backface-visibility: hidden;
    color: #fff;
    /* border-top: solid 2px #bb1f42; */
}

.footer:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    background: url(assets/images/music.png) no-repeat 100% fixed;
    background-size: cover;
    opacity: 0.3;
    background-position: center;
}

.footerlogo {
    display: block;
    text-align: center;
}

.footerlogo img {
    width: 40%;
    padding-top: 15px;
}


.footerlogo h2 {
    margin: 0;
}

.footer>.row {
    position: relative;
    z-index: 2;
}

.footer .heading:after {
    background: #00afef;
}

.footer h3 {
    font-size: 23px;
    letter-spacing: 0.6px;
    font-weight: bold;
    color: #c8a200;
}

.footer hr {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

@media (max-width: 1366px) {
    .footer .heading {
        font-size: 16px;
    }
}

.footerUls {
    display: block;
    margin: 0 0 15px 15px;
}

.footerUls li {
    list-style-type: circle;
    padding: 4px 0;
    color: inherit;
}

.footerUls li a {
    color: inherit;
}

.footerUls li a:hover {
    text-decoration: underline;
    color: #ccc;
}

/*addressInfo*/
.addressInfo {
    display: block;
    position: relative;
    text-align: center;
}

.addressInfo h4 {
    font-weight: bold;
    font-size: 20px;
}

.addressInfo p {
    margin: 0;
    font-size: 20px;
    padding: 6px 0;
    position: relative;
}

.addressInfo p a,
.addressInfo a {
    color: inherit;
}

.addressInfo i {
    color: #00afef;
    width: 30px;
    position: absolute;
    top: 3px;
    left: 0;
}

.quicklinks{
    text-align: left;
}


.quicklinks ul li{
    padding: 2px 10px;
}
.quicklinks ul li a{
    font-size: 15px;

}
.quicklinks ul li a:hover{
    color: #c8a200;
    text-decoration: underline;

}
/*footerStrip*/
.footerStrip {
    display: block;
    clear: both;
    background: #000000;
    /* border-top: solid 2px #bb1f42; */
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    color: #fff;
}

.footerStrip a {
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.footerStrip a:hover {
    text-decoration: underline;
    color: #999;
}

.footer-social {
    display: inline-block;
    margin: 0 0 15px 0;
}

.footer-social a {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 1px;
    text-align: center;
    border-radius: 15%;
    box-shadow: 0 0 20px #0000006e;
}

.footer-social a:hover {
    background: #c8a200;
    border-color: #c8a200;
    color: #fff;
}

.footer-social .footerfacebookLink {
    background: #204385;
}

.footer-social .footertwitterLink {
    background: #2aa9e0;
}

.footer-social .footeryoutubeLink {
    background: #eb2429;
}

.footer-social .footerlinkedinLink {
    background: #02669a;
}

.footer-social .footerpinterestLink {
    background: #ff008d;
}

.footer-social .footergoogle-plusLink {
    background: #d3492c;
}


/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    background-image: linear-gradient(43deg, #0e013b 0%, #22105e 46%, #0e013b 100%);
    background-color: #0e013b;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 300px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    /*margin-top: 50px;*/
}
/*.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.9);
}*/
/*.innerbanner{
    height: 368px;
    background-size: cover;
}*/
.innerBannerSection h1{
    font-size: 32px !important;
    letter-spacing: 2px;
    color:#fff;
    font-weight: 600;
}
.innerBannerSection .head{
    position: absolute;
    top: 225px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}

/*GalleryPagesCSS*/

.Galleryimgs .elementor-image-gallery .gallery-item .gallery-icon{
    box-shadow: 0 0 10px #0000002e;
    /*margin: 5px !important;*/
    position: relative !important;
    transition: all 500ms ease-in-out;
    border: solid 1px #c8a200;
    border-bottom: none;
}

.Galleryimgs .elementor-image-gallery .gallery-item .gallery-icon:hover{
    box-shadow: 0 0 15px #c8a200;
    border: solid 1px transparent;
}

.Galleryimgs .elementor-image-gallery .gallery-item .gallery-caption{
    padding: 13px 10px 15px 10px;
    border: solid 1px #c8a200;
    border-top: none;
}

/* contact page */
.contactpage {
    position: relative;
    clear: both;
    width: 100%;
    padding: 80px 0px;
}
.contactblock{

    position: relative;
    width: 100%;
    display: flex;
    height: auto;
    align-items: center;
    /*box-shadow: 0 0 30px #ddddddd4;*/

}

.contactpage .contactForm {
    background: transparent;
    /* width: 100%; */
    display: block;
    padding: 35px 30px;
    /* border-radius: 10px; */
    /* border: solid 1px #0d3396; */
    /* box-shadow: 0 5px 20px rgb(0 0 0 / 24%); */
    text-align: center;
}
.contactanimation{
    width: 55%;
    margin: 0 auto;
    display: block;
}
.contactForm h2{
    color: #fff;
}
.officeAddress p svg{
    color: #c8a200;
    font-size: 20px;
    padding-right: 0px;
}
.officeAddress p{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}
.officeAddress p a{
    color: #251f5f;
}

.officeAddress img{
    width: 30%;
    /* margin-bottom: 30px; */
    /* background: #0d3396; */
    /* padding: 10px; */
    /*border-radius: 100%;*/
    text-align: center;
    display: block;
    margin: 0 auto;
    /*    position: absolute;
           top: 5px;
           left: 10px;*/
}
.officeAddress {
    padding: 25px 25px;
    text-align: center;
    position: relative;
}

.officeAddress:before {
    content: '';
    position: absolute;
    width: 100%;
    height:auto;
    top: -140px;
    bottom: -140px;
    left: 0;
    right:0;
    background: #f5f5f5;
    z-index: -1;
    border: double 4px #c8a200;
    border-bottom: none;
    border-top: none;
}
.officeAddress h2{
    color: #251f5f;
    margin: 0px;
}
.officeAddress h4{
    color: #251f5f;
    font-size: 18px;

}

/* CONTACT US */


.enquiry-form {
    position: relative;
}

.enquiry-form label {
    display: none;
    color: #fff;
}

.enq-formgroup {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.enq-formgroup svg {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #c8a200;
    background: transparent;
    border-radius: 30px 0 0 30px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
}

.enquiry-form input, .enquiry-form textarea {
    display: block;
    width: 100%;
    background: #f5f5f5;
    color: #222;
    text-indent: 45px;
    border: none;
}

.enquiry-form input {
    height: 45px;
    /* border-radius: 30px; */
}
.enquiry-form textarea {
    height: auto;
    padding-top: 10px;
    /* border-radius: 15px; */
}
.enquiry-form input:focus, .enquiry-form textarea:focus {
    border-color: #eee;
}

.enquiry-form .textareabox i {
    top: 0;
    left: 0;
    border-radius: 0 30px 30px 0;
}

.enquiry-form .btn-transparent {
    background: transparent;
}
/*#nameError, #phoneError, #emailError{
    color: Red;
}*/
.contactForm .enquiry-form p{
    color: #ff0000;
    height: 14px;
    font-size: 13px;
}
.contactForm .btn-primary:hover{
    color: #fff !important;
}
/*endcontactus*/

/*whatsapp*/
.whatsapp {
    position: fixed;
    left: -150px;
    bottom: 10px;
    z-index: 999;
}


/*misc*/

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small {
    font-size: 18px;
    color: #014397;
}

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    background: url(../images/heading-icon.png) 100% no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
}

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #014397;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #c8a200 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    border: none;
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-default {
    border: solid 1px #ddd !important;
}

.btn-primary {
    background: #c8a200 !important;
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #251f5f !important;
    color: #fff;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}


/**********scrollUp**********/

.scrollup {
    width: 7%;
    /*height: 40px;*/
    /*line-height: 36px;*/
    /*text-align: center;*/
    /*opacity: 0.9;*/
    position: fixed;
    bottom: 10px;
    right: 20px;
    /*color: #fff;*/
    /*font-size: 26px;*/
    /*display: none;*/
    /*background: #014397;*/
    z-index: 200;
}

.scrollup:hover {
    /*background: #4d4d4d;*/
    /*opacity: 1;*/
    /*color: #fff;*/
}


/*Media queries*/


/*media queries*/

@media (max-width: 1400px) {
    .navbar-collapse>ul>li:nth-last-of-type(2)>ul>li>ul {
        left: -100%;
    }
}

@media (max-width: 1280px) {
    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }

    .containerWrapper {
        padding: 0 25px;
    }
}

@media (max-width: 1200px) {
    .navbar-collapse>ul>li>a {
        padding-left: 8px;
        padding-right: 8px;
        line-height: 80px;
    }

    .navbar-collapse>ul>li>a,
    .navbar-collapse>ul>li>ul>li>a,
    .navbar-collapse>ul>li>ul>li>ul>li>a {
        font-size: 15px;

    }

    .container {
        width: auto;
        padding: 0 40px;
    }
}

@media (max-width: 1280px) {
    .containerWrapper {
        padding: 0 50px;
        z-index: 10;
    }
    .BannerSection {
        margin-top: 0px;
        height: 75%;
    }
}

@media (max-width: 1024px) {
    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }

    .containerWrapper {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
}

@media (max-width: 875px) {
    .social-media-links {
        display: none;
    }
}

@media (max-width: 768px) {
    /*    .navbar-collapse>ul>li:hover>a, .navbar-collapse>ul>li.active>a {
            background: #fff !important;
             color: #fff !important; 
            width: 16%;
            z-index: 1;
        }*/

    .navigationBar {
        position: relative !important;
        height: auto;
        background: #fff;
    }

    .navigationBar:before {
        display: none;
    }

    .navbar-collapse>ul>li {
        margin: 2px 0;
        border-bottom: solid 1px #ddd;
        color: #000;
    }

    .navbar-brand {
        margin: 10px 0;
    }

    .navbar-nav {
        margin: 0;
        padding-top: 0px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        padding: 0;
    }

    .navbar-toggle {
        margin-top: 18px;
    }

    .navbar-collapse>ul>li {
        height: auto;
    }

    .navbar-collapse>ul>li>ul {
        display: none;
        position: relative;
        width: 100%;
        top: 0;
        transition: none;
        visibility: visible;
        opacity: 1;
        left: 0;
    }

    .navbar-collapse>ul>li:before {
        height: 48px;
        top: 0px;
    }

    .navbar-collapse>ul>li:hover:before,
    .navbar-collapse>ul>li.active:before {
        height: 48px;
    }

    .navbar-collapse>ul>li>a {
        line-height: 50px;
    }

    /* BannerSection */
    .BannerSection {
        margin-top: 0px;
        height: 35%;
    }

    .bannercontentSlider {
        padding: 50px 15px;
        display: block;
    }

    .bannerslider {
        padding: 25px 0;
    }

    .BannerSwiper .swiper-button-prev {
        left: -20px !important;
    }

    .BannerSwiper .swiper-button-next {
        right: -20px !important;
    }

    .BannerSwiper .swiper-button-prev,.BannerSwiper .swiper-button-next{
        top: 94% !important;
    }
    .bannercontent h1 {
        font-size: 20px;
        margin: 0px;
    }
    .BannerSlider .bannercontent {
        width: 100%;
        padding: 0px 0px;
    }

    .BannerSlider .bannercontent h4 {
        font-size: 15px;
        font-weight: 300;
        line-height: 20px !important;
    }

    .sliderCircles {
        width: 450px;
        height: 450px;
    }

    /*JourneySection*/

    .journeySection {
        padding: 50px 0;
    }

    /* overviewblock */
    .OverviewSection {
        padding: 50px 0 50px 0;
    }

    .overviewblock {
        display: block;
    }

    .OverviewImg {
        padding: 17px 0;
    }
    .OverviewImg:after {
        width: 30%;
        height: 43%;
        bottom: -5px;
        left: -15px;
    }

    /* showreelvideo */
    .ShowreelSection {
        padding: 70px 0 40px 0;
    }
    .showreelvideo video {
        width: 30%;
    }

    .showreeldetails h1 {
        font-size: 30px;
    }

    .showreelvideo {
        right: -300px;
    }
    /*addressInfo*/
    .footerlogo {
        text-align: left;
    }
    .addressInfo {
        margin-top: 12px;
    }
    /* aboutvideo */

    .AboutSection {
        padding: 50px 0 70px 0;
    }
    .aboutvideo video {
        width: 31%;
    }
    .aboutcontent {
        padding: 0px 0 0 0;
    }
    /*contact*/
    .officeAddress:before {
        top: 0px;
        bottom: 0px;
    }
    .contactblock {
        display: block;
    }
    /*innerBannerSection*/
    .innerBannerSection {
        height: 160px;
        margin-top: 0px;
    }
    .innerBannerSection .head {
        top: 100px;
    }
    .innerBannerSection h1 {
        font-size: 18px !important;
    }
    /*whatsapp*/
    .whatsapp {
        left: -121px;
        width: 85%;
    }

    .whatsapp lottie-player {
        width: 20% !important;
    }
    .scrollup {
        width: 15%;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 200;
    }

}

@media (max-width: 767px) {
    .container {
        padding: 0 20px;
    }

    h2 {
        font-size: 32px;
        font-weight: 700;
    }


}

@media (max-width: 650px) {
    .navbar-brand img {
        height: 50px;
    }

    .navbar-toggle {
        margin-right: 0;
        border-color: transparent !important;
    }

    .navbar-collapse>ul>li::after {
        display: none;
    }

}

@media (max-width: 500px) {
}

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