*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* ------------------------------------------navbar sectiion------------------------------------ */
.navbar-nav li a{
    line-height: 24px;
}
li a:hover{
    color: white !important;
    background: #f29d04 !important;
    cursor: pointer;
}
@media screen and (min-width: 786px) {
    .navbar{
        height: 49px;
        width: auto;
}
}
/*-----------------------------------------Hero section-----------------------------------------------*/
.hero{
    height: 70vh !important;
}
.homeHeading{
    color: #ffffffa1;
    text-align: right !important;
    font-size: 4vw;
    letter-spacing: 3px;
    margin-top: -60vh;
    text-transform: capitalize;
    font-weight: 100;
    padding: 10px;
    position: sticky;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    font-family: sans-serif;
    background: #88d1f200;
    width: 90%;   
}
.wrapper {
    height: 70vh !important;
    width: 100%;
    overflow: hidden;
    filter: brightness(70%);
}   
.wrapper .wrapper__video {
    object-fit: cover;
    height: 70vh !important;
    width: 100%;
}
/* ------------------------------------------------------------about section-------------------------------------------------- */
/*.abouthero{
    height: 60px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}*/

.pexels{
    height: 450px;
    width: 450px;
}
.pexels .pexels-video{
    height: 300px;
    width: 300px;
    background-position: center;
    background-size: cover;
    object-fit: cover;
    border-radius: 50%;
}
.pageBg{
    background: #dfd3a92e;
    border-radius: 15px;
    border: 1px solid #ebe6d4;
}
.heading h6{
    font-size: 24px;
    font-weight: 500;
    color: #253c86;
    border-left: 4px solid #fba91a;
    padding-left: 10px;
}
.aboutSpan{
    border-left: 10px solid #253c86;
    padding-left: 10px;
}
.aboutA:hover{
    color: #fff !important;
    background: #253c86 !important;
}

/* -------------------------------------------------------contact us section------------------------------------------ */
.contactCont{
    background: #7dbfe042;
     border-radius: 8px;
    border: 1px solid #ebe6d4;
}
.contactMap{
    height: 100%;
    width: 100%;
}
.pageH2{
    color: #fff !important;
    background: #253c86;
    padding: 8px 12px;
    border: 1px solid #fff;
    border-radius: 8px;
}
.contactBtn{
    color: #fff;
    background: #f5b94b;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 500;
}
.form-group .contactBtn:hover{
    color: #fff;
    background: #253c86;
}
.contactInput{
    font-size: 14.5px; 
    font-weight: 500;
}
/*footer section*/
.button .btn-lg:hover{
    color: #fff !important;
    background: #253c86 !important;
}
.links .footerA:hover{
    color: #88d1f2 !important;
}
/*------------------------------------------------------footer section----------------------------------------*/
