.topBannerSec{
    background-image: url(../images/banerimages.jpg);
	background-size: cover;
	position: relative;
	padding-bottom: 90px;
    background-attachment: fixed;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topBannerSec:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	background: rgba(27,26,26,0.86);

}
.innerPageInerSec{
    background-image: url(../images/innerPage.jpg);
    background-size: cover;
	position: relative;
    background-attachment: fixed;
    background-attachment: fixed;
}
.f-bottom-right-text ul li a{
    transition: all ease-in .3s;
}
.f-bottom-right-text ul li a:hover{
    color: #dda85d;
}
.innerPageInerSec{
    min-height: 00px;
}
.innerPageInerSec .Title-area:before{
    display: none;
}
.inerContentHeight{
    min-height: 40vh;
}
.innerPageInerSec .contact-title h2{
    font-size: 3rem;
}
.contactIcon{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    border-radius: 50%;
}
.themeColor{
    color: #dda85d;
}
.themeBtn{
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    padding: 17px 26px;
    background-color: #dda85d;
    border-color: #dda85d;
    line-height: 1;
    border-radius: 0;
    outline: 0 !important;
    box-shadow: none;
    -webkit-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    -mz-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin-top: 20px;
    position: relative;
    border-right: 1px solid #e5e4e4;
    width: 100%;
    text-decoration: none;
}
.themeBtn:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}
.loraFont{
    font-family:'Lora', serif;
    font-weight: bold;
    font-size: 1.5rem;
}
.p-c-hover p{
    max-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.toggleMenuBarSec{
    display: none;
}
@media(max-width:1199px){
    .container{
        max-width: 90%;
    }
    .menuzord-brand, .menuzord-brand:hover, .menuzord-brand:focus{
        font-size: 32px;
    }
}
@media(max-width:992px){
    .menuzord-responsive .menuzord-brand{
        font-size: 30px;
    }
}
@media(max-width:767px){
    .contactIcon{
        margin: auto;
    }
    .menuzord-menu{
        display: none;
        position: absolute;
        left: 0px;
        right: 0px;
        z-index: 99;
        top: 70px;
    }
    .toggleMenuBarSec{
        display: block;
        font-size: 25px;
    }
    .menuzord-menu > li{
        width: 100%;
    }
}
@media(max-width:575px){
    .inerContentHeight{
        min-height: 20vh;
    }
    .innerPageInerSec .contact-title h2{
        font-size: 1.5rem;
    }
    .mapIner iframe{
        height: 300px;
    }

}
@media(max-width:399px){
    .menuzord-responsive .menuzord-brand {
        font-size: 23px;
    }
}



/* ADDED BY SANJAY */
/* For WebKit browsers */
::-webkit-scrollbar {
    width: 6px;
    /* Change width for vertical scrollbar */
    height: 6px;
    /* Change height for horizontal scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    /* Background color of the scrollbar track */
}

::-webkit-scrollbar-thumb {
    background: #888;
    /* Color of the scrollbar thumb */
    border-radius: 4px;
    /* Rounded corners for the scrollbar thumb */
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Color of the scrollbar thumb on hover */
}

/* For Firefox */
* {
    scrollbar-width: thin;
    /* Use 'auto', 'thin', or 'none' */
    scrollbar-color: #888 #f1f1f1;
    /* thumb color track color */
}