html, body{
    background-color: #fff;
    height: 100%;
}

body{
    background-color: #fff;
    overflow-x: hidden;
    font-family: 'Open Sans';
    font-size: 15px;
    width: 100%;
    margin-top: 65px;
}

::selection {
    color: #fff;
    background: #006DAF;
}

* {
    outline: none !important;
}

.overflow{
    overflow: hidden;
}

.padding-0{
    padding: 0;
}

.margin-b10{
    margin-bottom: 10px;
}

.margin-b25{
    margin-bottom: 25px;
}

.nodisplay{
    display: none;
}

.btn:hover:focus,
.btn:focus{
    outline: none;
}

/*-------- Navigation --------*/
.navbar-custom{
    height: 65px;
    background-color: #fff;
    border: 0px;
    box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
}

.navbar-brand {
    padding: 0;
    height: 100%;
    padding-left: 15px;
}

.navbar-brand img{
    height: 60%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.navbar-custom li a{
    height: 100%;
    line-height: 65px;
    color: #000 !important;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0;
    transition: all 0.3s;
}

.navbar-custom li:hover a{
    color: #98012e !important;
    background: transparent;
    cursor: pointer;
}

.navbar-custom li a.active{
    color: #98012e !important;
    background: transparent !important;
    font-weight: bold;
}

.navbar-custom li a:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 2px;
    border-bottom: 5px solid #98012e;
    transition: all 0.3s ease-in-out 0s;
}

.navbar-custom li a.active:after{
    width: 100%;
}

/*.navbar-custom li a:hover:after {
width: 100%;
}*/

.burger{
    cursor: pointer;
    position: absolute;
    width: 25px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: #FFF;
    margin: 5px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 4px) ;
    transform: rotate(-45deg) translate(-5px, 4px) ;
}

.change .bar2 {opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -7px) ;
    transform: rotate(45deg) translate(-8px, -7px) ;
}

/*-------- Global --------*/
.title h4{
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.title span{
    font-weight: 600;
    font-size: 32px;
    color: #98012e;
}

.slick-slide{
    outline: none;
}

/*-------- Index.php --------*/
.content{
    margin-bottom: 5%;
}

.appendiv{
    min-height: calc(100vh - 65px);
}

.single-header{
    height: calc(75vh - 65px) !important;
}

.single-header img{
    width: 100%;
    height: 100%;
}

.single-header.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.single-header .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #98012e !important;
}

.cover:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 1;
}

.cover-info{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.cover-info span{
    display: block;
}

.cover-info span:first-child{
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

.cover-info span:first-child:after{
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    border-bottom: 3px solid #98012e;
    border-radius: 5px;
}

.cover-info span:last-child{
    font-weight: 300;
    margin-top: 50px;
}

.slogan{
    height: 25vh;
    text-align: center;
}

.slogan-content{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.slogan h3{
    margin-top: 0;
    color: #98012e;
    font-weight: 600;
}

.slogan h4{
    color: #8A7A68;
}

/*-------- Services --------*/
.services{
    background-color: #eee;
    padding: 100px 0;
    position: relative;
}

.services .gearpic{
    position: absolute;
    top: 0;
    left: -125px;
    width: 250px;
    height: 100%;
}

.services .gearpic2{
    position: absolute;
    top: 0;
    right: -125px;;
    width: 250px;
    height: 100%;
}

.services .gearpic img,
.services .gearpic2 img{
    width: 100%;
    height: auto;
    position: relative;
    top: 112.5px;
    z-index: 999;
}

.clock1{
    animation: spin1 15000ms linear infinite;
}

@keyframes spin1 {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.clock2{
    animation: spin2 15000ms linear infinite;
}

@keyframes spin2 {
    from {transform:rotate(360deg);}
    to {transform:rotate(0deg);}
}

.services .title{
    margin-bottom: 5%;
    text-align: center;
}

.services .title p{
    color: #999;
}

.service-post{
    margin-bottom: 35px;
    list-style: none;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
}

.service-post .picture{
    margin-bottom: 15px;
    height: 85px;
}

.service-post .picture svg{
    width: 25%;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.service-post p{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

.service-post:hover,
.service-post:hover svg{
    fill: #98012e !important;
    color: #98012e;
}

/*-------- About --------*/
.about{
    background-color: #fff;
    padding: 100px 0;
}

.about .picture{
    padding: 0 15%;
}

/*-------- Subscribe --------*/
.subscribe{
    position: relative;
    background-color: #eee;
    text-align: center;
    padding: 100px 0;
    overflow: hidden;
}

.subscribe .title{
    margin-bottom: 5%;
}

.subscribe .title p{
    color: #999;
}

.subscribe .picture{
    padding: 0 15%;
}

.subscribe img{
    width: 100%;
    min-height: 100%;
}

.form-custom{
    padding-left: 25px;
    border: none;
    border-bottom: 2px solid #98012e;
    color: #999;
    border-radius: 0;
    margin-bottom: 20px;
    height: 55px;
    transition: all 0.3s;
}

.form-custom:focus{
    box-shadow: none;
    outline: none;
    border-bottom: 3px solid #98012e;
}

.btn-submit{
    width: 50%;
    height: 55px;
    border-radius: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    background-color: #98012e;
    color: #fff;
    transition: all 0.3s;
}

.btn-submit:hover{
    background-color: #fff;
    color: #98012e;
}

/*-------- Coming Soon --------*/
.comingsoon{
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}

.comingsoon:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    z-index: 1;
}

.comingsoon img{
    width: auto;
    max-width: 100%;
    min-height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.comingsoon .paragraph{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.comingsoon .paragraph h1{
    font-size: 32px;
    text-transform: uppercase;
    font-weight: bold;
}

.comingsoon .paragraph span{
    font-size: 22px;
}

.comingsoon .paragraph:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    border-bottom: 3px solid #98012e;
    border-radius: 5px;
}

/*-------- Multisection --------*/
.multisection{
    position: relative;
    width: 100%;
    height: calc(100vh - 129px);
    top: 0%;
    left: 0%;
    background-color: #231F20;
}

.multisection .col-md-8,
.multisection .col-md-4,
.multisection .col-md-2{
    transition: all 0.5s;
}

.divL{
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    background-color: #fff;
    height: 100%;
}

.divM{
    float : left;
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    background-color: #fff;
    height: 100%;
}

.divR{
    float: left;
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    background-color: #fff;
    height: 100%;
}

.divanim{
    height: 100%;
}

.divanim .picture{
    width: 150px;
    height: 150px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}

.divanim .picture svg{
    position: relative;
    width: 100%;
    height: 100%;
}

.divL form,
.divM form{
    text-align: center;
    display: inline-block;
    margin-bottom: 0;
    width: 50%;
    top: 50%;
    left: 50%;
    position: relative;
    transform: translate(-50%, -50%);
}

.divL form .form-custom{
    box-shadow: none;
}

.input-file-container {
    position: relative;
    width: 100%;
}

.input-file-trigger {
    display: block;
    color: #98012e !important;
    font-size: 18px;
    width: 100%;
    height: 60px;
    cursor: pointer;
    margin-bottom: 15px;
    border-bottom: 2px solid #98012e;
    transition: all ease 0.4s;
}

.input-file-trigger span{
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translateY(-50%);
}

.input-file-trigger i{
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    width: 50px;
    text-align: center;
    font-size: 30px;
}

.input-file {
    position: absolute;
    top: 0; left: 0;
    width: 225px;
    opacity: 0;
    padding: 14px 0;
    cursor: pointer;
}

.input-file:hover + .input-file-trigger,
.input-file:focus + .input-file-trigger,
.input-file-trigger:hover,
.input-file-trigger:focus {
    color: #000;
}

.input-file:focus + .input-file-trigger,
.input-file-trigger:focus {
    border-bottom: 3px solid #98012e;
}

.file-return {
    margin: 0;
    transition: all 0.3s;
}

.file-return:not(:empty) {
    margin: 1em 0;
}

.file-return {
    font-style: italic;
    font-size: .9em;
    font-weight: bold;
    color: #98012e;
}

.file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal;
}


.divM form .form-custom{
    background: transparent;
    box-shadow: none;
}

textarea.form-custom{
    resize: none;
    height: 55px;
    padding-top: 15px;
}

canvas{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#map{
    width: 100%;
    height: 100%;
}

/*-------- Footer --------*/
footer{
    background-color: #eee;
    height: 65px;
    line-height: 65px;
}

footer .text-right{
    text-align: right;
}

footer .social{
    height: 65px;
}

footer .social a{
    position: absolute;
    color: #000 !important;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    padding: 0;
    border: 1px solid #000;
    transition: all 0.3s;
}

footer .social a:nth-child(1){
    left: calc(50% - 20px);
}

footer .social a:nth-child(2){
    left: calc(50% + 20px);
}

footer .social a i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

footer .social a:hover{
    background-color: #000;
    color: #fff !important;
}

.logos{
    font-size: 20px !important;
    margin-right: 10px;
}

.western-div{
    padding: 0 50px;
}

.western-div img{
    position: relative;
    height: 75px;
    margin: 25px 0;
}

/*-------- Header Section --------*/
.appendiv{
    background-color: #fff;
}

.appendiv .headersection{
    height: 75vh;
    overflow: hidden;
}

.appendiv .headersection:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    z-index: 1;
}

.appendiv .headersection img{
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
}

.appendiv .paragraph{
    background-color: #fff;
    display: inline-block;
    margin: 5% 0;
    text-align: justify;
}

#checkfees{
    width: 100%;
}

#checkfeesIntra{
    width: 100%;
}

/*-------- Shop --------*/
.shop .service-post{
    margin: 35px 0;
}

.service-post svg{
    height: 100%;
}

.modal .picture{
    height: 150px;
    overflow: hidden;
}

.modal .picture img{
    min-width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-div {
    position: fixed;
    top: 0;
    left: -100vw;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.5s all;
    overflow: auto;
    z-index: 9999;
}

.popup-content {
    position: absolute;
    width: 80%;
    margin-bottom: 80px;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    padding: 35px;
    z-index: 99999;
    background: #fff;
}

.popup-content .picture{
    overflow: hidden;
    height: 200px;
}

.popup-content .picture img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.modal-title{
    margin-bottom: 15px;
}

/*-------- Loader --------*/
.loaderContainer{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999;
}

.load-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loaderContainer .picture{
    position: relative;
    width: 450px;
    margin: auto;
    margin-bottom: 15px;
}

.loaderContainer .picture img{
    width: 100%;
}

.loader {
    height: 30px;
    width: 250px;
    position: relative;
    margin: auto;
}
.loader--dot {
    animation-name: loader;
    animation-timing-function: ease-in-out;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    background-color: black;
    position: absolute;
    border: 2px solid white;
}
.loader--dot:first-child {
    background-color: #98012e;
    animation-delay: 0.5s;
}
.loader--dot:nth-child(2) {
    background-color: #98012e;
    animation-delay: 0.4s;
}
.loader--dot:nth-child(3) {
    background-color: #98012e;
    animation-delay: 0.3s;
}
.loader--dot:nth-child(4) {
    background-color: #98012e;
    animation-delay: 0.2s;
}
.loader--dot:nth-child(5) {
    background-color: #98012e;
    animation-delay: 0.1s;
}
.loader--dot:nth-child(6) {
    background-color: #98012e;
    animation-delay: 0s;
}
.loader--text {
    font-family: open-sans;
    font-size: 25px;
    color: #98012e;
    position: relative;
    top: 45px;
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
}
.loader--text:after {
    content: "Loading";
    font-weight: bold;
    font-family: "Open Sans";
    animation-name: loading-text;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}

@keyframes loader {
    15% {
        transform: translateX(0);
    }
    45% {
        transform: translateX(230px);
    }
    65% {
        transform: translateX(230px);
    }
    95% {
        transform: translateX(0);
    }
}
@keyframes loading-text {
    0% {
        content: "Loading";
    }
    25% {
        content: "Loading.";
    }
    50% {
        content: "Loading..";
    }
    75% {
        content: "Loading...";
    }
}

.theshopsection {
    height: calc(75vh - 65px) !important;
}

/****************************************************************************************************************************/
/* web responsive layout */
/* Smartphones Portrait */
@media (max-width: 767px) {

    body{
        font-size: 13px;
    }

    .about .picture {
        margin-top: 40px;
    }

    .loaderContainer .picture{
        width: 85%;
    }

    .western-div{
        padding: 0 15px;
    }

    .popup-content {
        margin-bottom: 240px;
    }

    /*-------- Navigation --------*/
    .navbar-custom{
        background-color: #fff;
    }

    .navbar-custom .navbar-collapse{
        background-color: #fff;
        text-align: center;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    }

    .navbar-brand img {
        height: 50%;
    }

    .navbar-custom li a {
        color: #000 !important;
    }

    .navbar-toggle{
        border: none;
        background-color: transparent !important;
        margin: 0 15px;
        height: 100%;
    }

    .bar1, .bar2, .bar3 {
        background-color: #98012e;
    }

    /*-------- Index.php --------*/
    .single-header{
        height: 125px !important;
    }

    /*   .single-header img {
    object-fit: cover;
    }
    */

    .cover-info span:first-child{
        font-size: 18px;
    }

    .cover-info {
        top: 50%;
        width: 90%;
    }

    .slogan {
        height: auto;
        padding: 50px 0px;
    }

    .slogan-content {
        top: 0%;
        transform: translateY(0%);
    }

    .comingsoon img{
        object-fit: cover;
    }

    .services,
    .about,
    .subscribe{
        padding: 50px 0;
    }

    .divL form, .divM form {;
        width: 100%;
    }

    .appendiv .headersection {
        height: 225px;
    }

    /*  .appendiv .headersection img {
    object-fit: cover;
    }*/

    .comingsoon .paragraph{
        width: 100%;
    }

    .spacing-mob{
        margin-bottom: 5%;
    }

    .multisection{
        height: auto;
    }

    footer{
        display: inline-block;
        width: 100%;
        height: auto;
        text-align: center !important;
        font-size: 13px;
    }

    footer .text-right{
        text-align: center;
    }

    .theshopsection {
        height: 125px !important;
    }

}

/****************************************************************************************************************************/
/* web responsive layout */
/* Smartphones Landscape */
@media (max-width : 767px) and (orientation : landscape) {
    .appliersForm {
        height: 100%;
        overflow: auto;
    }
    .contactForm {
        height: 100%;
        overflow: auto;
    }

    .single-header{
        height: 225px !important;
    }

    .theshopsection {
        height: 225px !important
    }
}

/****************************************************************************************************************************/
/* web responsive layout */
/* Tablets Landscape */
@media (min-width : 768px) and (max-width : 1023px)  {

    .cover-info{
        top: 50%;
    }

    footer{
        display: inline-block;
        width: 100%;
        height: auto;
        font-size: 13px;
    }

    footer .text-right{
        text-align: right;
    }

    .spacing-mob{
        margin-bottom: 5%;
    }
}

/****************************************************************************************************************************/
/* web responsive layout */
/* Laptops 1024px */
@media (min-width : 1024px) and (max-width : 1439px) {


}

/****************************************************************************************************************************/
/* web responsive layout */
/* Laptops 1440px */
@media (min-width : 1440px) and (max-width : 2559px) {


}

/****************************************************************************************************************************/
/* web responsive layout */
/* Laptops 2560px */
@media (min-width : 2560px) {


}