/*!
Theme Name: Jan-Yojana
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: jan-yojana
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.

Jan-Yojana 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: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    color: #222;
}


/*
        Typography
*/

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: 'Montserrat', sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 60px !important;
    font-weight: 800;
}

h2 {
    font-size: 42px;
    font-weight: 800;
}

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

h4 {
    font-size: 22px;
    font-weight: 500;
}

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

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

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    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;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}


/*navigationBar*/

.navigationBar {
    display: block;
    width: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 100px;
    padding: 0;
    transition: all 500ms;
    background: #fff;
}


/*navigationBarContent*/

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

.navbar {
    min-height: 40px;
}

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

.navbar-brand img {
    height: 80px;
    transition: all 1000ms;
    transform: scale(1);
    position: relative;
    top: 0;
    left: 0;
}

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

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

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


/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0;
    color: #000;
    height: 100px;
    line-height: 100px;
    padding: 0;
    position: relative;
    transition: all 500ms;
    font-family: 'Montserrat', sans-serif;
}

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

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

.navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    height: 5px;
    background: #2184c6;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

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

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

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


/*drop down menu*/

.navbar-collapse>ul>li>ul {
    /*display: block;*/
    width: auto;
    height: auto;
    position: absolute;
    top: 100%;
    /*top: 87px;*/
    left: 0;
    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;
    padding: 0;
    border-radius: 0;
    border: none;
}

.navbar-collapse>ul>li>ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    top: -5px;
    left: 20px;
    transform: rotate(45deg);
}


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

.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #f17e306b;
    font-size: 15px;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 15px;
    color: #222;
    height: auto;
    line-height: normal;
    transition: all 300ms ease-in-out;
}

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

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

.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;
}

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


/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    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: #7cbf42;
}

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


/*navigationBarScroll*/

.navigationBarScroll {
    height: 60px;
    background: rgba(255, 255, 255, 0.8);
}

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

.navigationBarScroll .navbar-brand img {
    transform: scale(0.6);
    top: -10px;
    left: -44px;
}

.navigationBarScroll .navbar-collapse>ul>li {
    height: 60px;
    line-height: 60px;
}


/*bannerSection*/

.bannerSection {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #eee;
}

#bannerSlider,
#bannerSlider .owl-wrapper-outer,
#bannerSlider .owl-wrapper-outer .owl-wrapper,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    height: 100%;
}

#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    width: 100%;
    overflow: hidden;
}

#bannerSlider .owl-controls {
    position: absolute;
    width: auto;
    bottom: 100px;
    left: 30px;
    z-index: 2;
}

#bannerSlider .owl-controls .owl-page span {
    width: 20px !important;
    height: 20px !important;
    margin: 0 3px !important;
    background: #fff !important;
}

.bannerSection .bannerSlideBlock,
.bannerSection .bannerSlideImg {
    width: 100%;
    height: 100%;
}

.bannerSection .bannerSlideImg {
    display: block;
    position: relative;
    background-size: cover !important;
}

.bannerSection .bannerSlideImg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.0));
}

.bannerSection .bannerSlideBlock {
    display: table;
    position: absolute;
    z-index: 2;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
    display: block;
    width: 50%;
    color: #fff;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
    display: block;
    font-weight: 300;
    font-size: 30px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    transition: all 900ms;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 strong {
    display: block;
    font-weight: 900;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    transition: all 800ms;
    font-size: 36px;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
    height: 60px;
    line-height: 60px;
    padding: 0 35px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn:hover {
    text-shadow: none;
}


/*bannerStrip*/

.bannerStrip {
    display: block;
    position: absolute;
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    right: 0;
}

.bannerStrip svg {
    position: absolute;
    bottom: 0;
    transform: rotate(180deg);
}

.svgShaper-shape-fill {
    fill:rgb(81 161 204 / 27%);
}


/* aboutSection */

.aboutSection {
    display: block;
    padding: 80px 0px;
    clear: both;
    position: relative;
    border-bottom: 1px solid #eee;
}

.aboutSection .heading {
    margin-bottom: 0px;
    font-size: 34px;
}

.aboutSection img {
    margin-top: 40px;
    width: 100%;
}




/* Chairmans */

.Chairmans{
    padding: 50px 0;
    position: relative;
    width: 100%;
    background-color: #2184c5;
    color: white;
}

.Chairmans .Chairmanstext{
    padding-top: 50px;
}

.Chairmanstext .btn-primary a{
    color: white;
}



/* Chairmans */













/*social-media-links*/

.social-media-links {
    display: block;
    position: absolute;
    top: 40%;
    left: 15px;
    z-index: 50;
    transition: all 500ms;
}

.social-media-links ul {
    margin: 0;
    padding: 0;
}

.social-media-links ul li {
    display: block;
    clear: both;
}

.social-media-links ul li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    /*opacity: 0.5;*/
    text-align: center;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

.social-media-links ul li a span {
    display: none;
}

.social-media-links ul li a i {
    width: inherit;
    height: inherit;
    line-height: inherit;
    color: inherit;
    font-size: inherit;
    transition: all 500ms;
    position: relative;
    left: 10px;
}

.social-media-linksScrolled {
    left: 0;
    position: fixed;
}

.social-media-linksScrolled ul li a {
    opacity: 1;
    text-shadow: none;
    font-size: 18px;
}

.social-media-linksScrolled ul li a i.fa-facebook-square {
    background: #3a589e;
    transition: all 300ms;
}

.social-media-linksScrolled ul li a i.fa-twitter {
    background: #3b98d3;
    transition: all 500ms;
}

.social-media-linksScrolled ul li a i.fa-linkedin-square {
    background: #0b75b3;
    transition: all 700ms;
}

.social-media-linksScrolled ul li a i.fa-google-plus-circle {
    background: #e1493b;
    transition: all 900ms;
}

.social-media-linksScrolled ul li a i.fa-pinterest {
    background: #bf2025;
    transition: all 1100ms;
}

.social-media-linksScrolled ul li a i {
    left: 0;
}

.social-media-linksScrolled ul li a:hover i {
    background: #7cbf42;
    color: #fff;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.25);
}


/*services-section*/

.services-section {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    height: auto;
    padding: 70px 0;
    min-height: 500px;
    background: #f0f0f0;
    border-bottom: 10px solid #f17e30;
}

.services-section .heading-center {
    padding-bottom: 0;
}

.services-section .heading-center:after {
    display: none;
}


/*services-row*/

.services-row {
    margin: 30px 0 0 0;
}

.services-row .col-md-3 {
    padding: 0;
}

.services-row .services-block {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0px 3px;
}

.services-row .services-block img {
    width: 100%;
    height: auto;
}

.services-row .services-block .services-block-details {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 250px 0 20px 0;
    color: #fff;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    transition: all 400ms;
}

.services-row .services-block:hover .services-block-details {
    padding-top: 350px;
}

.services-row .services-block .services-block-details h3 {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    position: relative;
    font-size: 26px;
    /* padding: 0 0 0 70px; */
}

/* .services-row .services-block .services-block-details h3:before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    top: 50%;
    left: 0;
    height: 5px;
    background: #7cbf42;
} */


/*key indicators*/

.keyIndicatorsSection {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: url(../images/slide2.jpg) no-repeat fixed 100% 0;
    backface-visibility: hidden;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.keyIndicatorsSection::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
}

.project-fig {
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
}

.project-fig i {
    padding: 12px;
    border-radius: 50%;
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    line-height: 57px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    background-color: #f37c33;
    color: #fff;
    font-size: 40px;
}

.project-fig h3 {
    color: #fff;
    font-size: 46px;
}

.project-fig h4 {
    color: #fff;
}




/* lonedeposit */

.lonedeposit{
    padding: 50px 0;
    position: relative;
    width: 100%;
    border-bottom: 10px solid #f17e30;
}

.lonedeposit .lone .lonehading {
    padding: 6px;
    background-color: #f17e30;
    color: white;
    /* width: 35%; */
    border-radius: 18px;
    text-align: left;
    /* height: 190px; */
    /* border: 5px solid #2085c5; */
}

.lonedeposit .lone{
    padding: 20px 55px;
    box-shadow: 1px 1px 12px -3px;
    border-radius: 30px;
    margin-top: -7px;
  
}


.lonedeposit .deposit .lonehading{
    padding: 6px;
    background-color: #f17e30;
    color: white;
    /* width: 35%; */
    border-radius: 18px;
    text-align: left;
    /* height: 190px; */
    /* border: 5px solid #2085c5; */
}

.lonedeposit .deposit{
    padding: 20px 55px;
    box-shadow: 1px 1px 12px -3px;
    border-radius: 30px;
    margin-top: -7px;
    
}

.lonedeposit h2 {
    font-size: 25px;
    text-align: center;
    padding-top: 10px;
}

.lonedeposit .lone i{
    padding: 10px;
    color: #2184c5;
    font-size: 20px;
}

.lonedeposit .deposit i{
    padding: 10px;
    color: #2184c5;
    font-size: 20px;
}

/* lonedeposit */









/*------------------- testimonial Section-------------------------- */

.testimonialBlock {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 80px 0px 80px 0px;
    text-align: center;
    color: #030303;
    position: relative;
    background: url(../images/testimonial.jpg) no-repeat fixed 100% 0;
    overflow: hidden;
    background-size: cover;
    backface-visibility: hidden;
}

.testimonialBlock:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    opacity: 0.5;
}

.testimonials-desc {
    display: block;
    padding: 30px;
    text-align: left;
    background: #2387c2;
    color: #fff;
    /* border-radius: 20px; */
    margin: 0px 5px;
    border: 5px solid #eee;
}

.testimonials-desc p {
    font-size: 18px;
    font-style: italic;
}

.testimonials-desc p i {
    padding: 0 10px;
}

.testimonials-desc h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.testimonialBlock .heading-center {
    margin-bottom: 50px;
}

.owl-theme .owl-controls .owl-page span {
    background: #7cbf42 !important;
}


/*footerSection*/

.footerSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    position: relative;
    padding: 70px 0;
    background: #fff;
}

.logofooter {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

.logofooter img {
    height: 80px;
}

.footerMenu {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.footerMenu ul {
    margin: 0;
    padding: 0;
}

.footerMenu ul li {
    display: inline-block;
    margin: 0 0;
    list-style-type: none;
}

.footerMenu ul li a {
    display: inline-block;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.footerMenu ul li a:hover {
    color: #7cbf42;
}

.footerMenu ul li a:after {
    content: '';
    display: inline-block;
    margin: 0 15px;
    color: #ddd;
}

.footerMenu ul li:last-child a:after {
    display: none;
}


/*copyright*/

.copyright {
    display: block;
    padding: 30px 0 15px 0;
    color: #b7b7b7;
    border-top: solid 1px #ddd;
}


/*footerSocial*/

.footerSocial {
    display: block;
    clear: both;
    width: 100%;
    text-align: center;
}

.footerSocial ul {
    display: block;
    margin: 0;
    padding: 0 0 0 0;
}

.footerSocial ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
}

.footerSocial ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #5d5f64;
    font-size: 18px;
    /*border: solid 2px rgba(0,114,202,0.2);*/
    background: #fff;
    border-radius: 50%;
    transition: all 400ms;
}

.footerSocial ul li a:hover {
    background: #7cbf42;
    color: #fff;
    border-color: transparent;
}


/*misc*/

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

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

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

.heading2 small {
    font-size: 18px;
    color: #7cbf42;
}

.heading small {
    display: block;
    font-size: 70%;
    font-weight: 500;
    color: #f47c32;
}

.heading small a,
.heading2 small a {
    color: inherit;
}

/* .heading:after,
.heading-center:after,
.heading2:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #7cbf42;
    position: absolute;
} */

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

.heading:after {
    left: -120px;
    top: 10px;
}

.heading2:after {
    bottom: 0;
    left: 0;
}

.heading span,
.heading-center span,
.heading2 span {
    color: #999;
    display: block;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;
}

.heading-center span {
    font-size: 26px;
}

.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: #7cbf42 !important;
    border-color: transparent !important;
    color: #fff;
}

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

.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.2);
}

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

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

.btn-rounded {
    border-radius: 50px !important;
}

.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;
}

.pointlist {
    list-style: none;
    padding: 0;
    position: relative;
    color: #000;
    padding-left: 20px;
}

.pointlist li {
    list-style: none;
    padding: 5px 0px;
    text-align: left;
    padding-left: 35px;
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.pointlist li::before {
    content: "\f046";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f47c32;
    font-size: 20px;
    display: inline-block;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    left: 3px;
}


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

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

.scrollup:hover {
    background: #673e24;
    opacity: 1;
    color: #fff;
}


/*media queries*/

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

@media (max-width: 1280px) {
    .social-media-links {
        top: 18%;
    }
}

@media (max-width: 1200px) {
    .container {
        width: auto;
        padding: 0 40px;
    }
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        padding: 30px 0;
    }
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 32px;
    }
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .social-media-links ul li a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .social-media-linksScrolled ul li a {
        font-size: 14px;
    }
}

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

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

@media (max-width: 875px) {
    .navigationBar {
        height: auto;
    }
    .navbar-brand {
        margin-bottom: 12px;
    }
    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: none;
    }
    .navbar-collapse>ul>li {
        height: 40px;
        line-height: 40px;
    }
    .social-media-links {
        display: none;
    }
}

@media (max-width: 768px) {
    .navigationBarContent {
        padding-bottom: 0;
    }
    .bannerStrip {
        display: none;
    }





    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 strong {
      
        font-size: 16px;
    }


    .aboutSection .heading {
        margin-bottom: 0px;
        font-size: 25px;
    }


   


    .lonedeposit .deposit{
       
        margin-top: 20px;
    }








}

@media (max-width: 767px) {
    .navigationBar {
        background: #fff;
        position: relative;
    }
    .navbar-brand img {
        height: 60px;
    }
    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 30px;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-collapse>ul>li::before {
        display: none;
    }
    .navbar-collapse>ul>li {
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        height: auto;
        line-height: normal;
    }
    .navbar-collapse>ul>li>a {
        padding: 15px;
    }
    .navbar-collapse>ul>li>a:hover,
    .navbar-collapse>ul>li>a:focus,
    .navbar-collapse>ul>li>a:active {
        background: #2283c3 !important;
        color: #fff !important;
    }
    .navbar-collapse>ul>li>ul {
        background: #fff !important;
    }
    .navbar-collapse>ul>li>ul:before {
        display: none;
    }
    .overview-section {
        padding: 50px 0;
    }
    .container {
        padding: 0 20px;
    }
    .bannerSection {
        height: 270px;
    }
    .aboutSection {
        display: block;
        padding: 60px 0px;
    }
    .scrollup {
        right: 0;
        bottom: 0;
    }
    .footerMenu ul li {
        font-size: 16px;
        margin: 10px;
    }
    .footerMenu ul li a {
        font-size: inherit;
    }
    .footerMenu ul li a:after {
        display: none;
    }
    .testimonialBlock {
        display: block;
        clear: both;
        width: 100%;
        height: auto;
        padding: 80px 0px 80px 0px;
        text-align: center;
        color: #030303;
        position: relative;
        background: url(../images/testimonial.jpg) no-repeat fixed 10% 0;
        overflow: hidden;
        background-size: cover;
        backface-visibility: hidden;
    }
    h2 {
        font-size: 28px;
        font-weight: 800;
    }
    .heading-center span {
        font-size: 22px;
    }
}

@media (max-width: 650px) {
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        padding: 20px;
    }
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 20px;
    }
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        padding: 10px 15px;
        font-size: 13px;
        height: auto;
        line-height: normal;
    }
    #bannerSlider .owl-controls {
        bottom: 0;
        right: 10px;
    }
}

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




@media (max-width: 768px) {
	
	
	.innerBannerSection {
  
    height:280px !important;
  
    }

	
	
	.innerBannerSection .head {
    position: absolute !important;
    top: 124px !important;
}
	
	
	
	
}















CSS FOR PAGE.PHP



/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px !important;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
}
.innerBannerSection .head{
    position: absolute;
    top: 227px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.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;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f27c33;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
      color:#ffcc2a ;
}
/*innerPageSection */