/*!
Theme Name: lokvikasbank
Theme URI: http://underscores.me/
Author: Invictus Web Solutions
Author URI: https://www.invictuswebsolutions.com/
Description: Lokvikas Nagri Sahakari Bank Ltd.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lokvikas-bank
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 with others.

lokvikasbank is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
        ## Posts and pages
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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;
    color: #000;
    font-size: 16px;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.2) !important;
}

fieldset, img {
    border: 0
}

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

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: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    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: 'Poppins', sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 54px !important;
    font-weight: 600;
}

h2 {
    font-size: 40px;
    font-weight: 600;
}

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

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

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

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

p {
    font-family: 'Poppins', 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;
}

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

/*navigationBar*/

.navigationBar {
    display: block;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: auto;
    padding: 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
    transition: all 400ms;
}

/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    clear: both;
    width: 100%;
    height: auto;
    background: #029fe2;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
}

.navbar-brand img {
    height: 95px;
    position: relative;
    transition: all 400ms;
}

/*headerSocial*/

.headerSocial {
    float: right;
    margin-top: 15px;
}

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

.headerSocial ul li {
    list-style-type: none;
    display: block;
    margin: 0 3px;
}

.headerSocial ul li a {
    text-align: left;
    color: #222;
    font-size: 16px;
    border: none;
}

.headerSocial ul li a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ed1c24;
    color: #ffd;
    font-size: 16px;
    border: none;
    border-radius: 50%;
    transition: all 400ms;
    box-shadow: -3px 4px 10px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
    margin-bottom: 5px;
}

.headerSocial ul li a:hover {
    background: #fff;
    color: #ed1c24;
    border-color: transparent;
}

.navbar-nav {
    margin-top: 0;
    position: relative;
    transition: all 400ms;
}

.navbar-collapse {
    display: block;
    float: none;
    padding-right: 0;
    width: 100%;
    clear: both;
}

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

/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0 1px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0;
    position: relative;
    transition: all 400ms;
}

.navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    bottom: 10px;
    left: 0;
    right: 0;
    /* background: #ed1c24; */
    background: #ed1c24;
    border-bottom: solid 5px #ed1c24;
    transition: all 400ms;
    visibility: hidden;
    opacity: 0;
    border-radius: 0 0 30px 30px;
}

.navbar-collapse>ul>li:hover:before, .navbar-collapse>ul>li.active:before {
    bottom: 0;
    visibility: visible;
    opacity: 1;
    border-radius: 0;
}

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

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 15px;
    margin: 0 0;
    height: inherit;
    line-height: inherit;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
    border-radius: 0 0 30px 30px;
}

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

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

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

/*drop down menu*/

.navbar-collapse>ul>li>ul {
    /*display: block;*/
    width: 220px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background: #fff;
    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-default .navbar-nav>.open>a, .nav .open>a {
    background: transparent !important;
}

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

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 6px 15px;
    color: #222;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    height: auto;
    line-height: normal;
    transition: all 300ms ease-in-out;
    white-space: normal;
}

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

.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: #ed1c24;
}

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

@media (min-width: 768px) {
    .navbar-collapse>ul>li>ul {
        display: block;
        visibility: hidden;
        opacity: 0;
    }
    .navbar-collapse>ul>li:hover>ul {
        left: 0;
        visibility: visible;
        opacity: 1;
    }
}

/*bannerSection*/

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

.bannerSection .bannerSectionContainer {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#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: 50px;
    right: 100px;
    text-align: center;
    z-index: 2;
}

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

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

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

.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: inline-block;
    font-weight: 300;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    line-height: 46px !important;
    transition: all 900ms;
    padding: 30px;
    margin: 0;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 strong {
    display: block;
    font-size: 48px;
    font-weight: 800;
    position: relative;
    transition: all 800ms;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    background: #029fe2;
    opacity: 0.2;
    z-index: -1;
    /* transform: skew(15deg); */
    transition: all 1000ms;
}

.bannerSection .owl-item.active .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2:before {
    left: -300px;
    transform: skew(15deg);
    opacity: 0.6;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    background: #029fe2 !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn:hover {
    background: #fff !important;
    color: #ed1c24 !important;
    text-shadow: none;
}

/*down-arrow-box*/

.down-arrow-box {
    display: block;
    position: absolute;
    bottom: 40px;
    color: #fff;
    font-style: italic;
    width: 200px;
    margin: 0 auto;
    left: 0%;
    right: 0%;
    text-transform: uppercase;
    z-index: 5;
    text-align: center;
}

.down-arrow-box strong {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    position: relative;
    top: -10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.down-arrow-box a {
    display: block;
    clear: both;
    position: relative;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    z-index: 2;
    border-radius: 100%;
    animation: scrollAnim 1s linear infinite;
    -webkit-animation: scrollAnim 1s linear infinite;
    -moz-animation: scrollAnim 1s linear infinite;
    -ms-animation: scrollAnim 1s linear infinite;
    -o-animation: scrollAnim 1s linear infinite;
}

.down-arrow-box span {
    display: inline-block;
    position: relative;
    font-size: 34px;
    color: #fff;
    width: inherit;
    height: inherit;
    line-height: inherit;
    text-align: center;
    top: 0;
    transition: all 300ms;
}

.down-arrow-box a:hover span {
    color: #fff;
}

.down-arrow-box a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #fff;
    opacity: 0.2;
    z-index: -2;
    animation: downarrowBubbles 1.2s ease-in-out infinite;
    -webkit-animation: downarrowBubbles 1.2s ease-in-out infinite;
    -moz-animation: downarrowBubbles 1.2s ease-in-out infinite;
    -o-animation: downarrowBubbles 1.2s ease-in-out infinite;
    -ms-animation: downarrowBubbles 1.2s ease-in-out infinite;
}

.down-arrow-box a:after {
    background: #ed1c24;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: -1;
    transition: all 400ms;
}

.down-arrow-box a:hover:after {
    background: #029fe2;
}

@-keyframes downarrowBubbles {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(2);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@-webkit-keyframes downarrowBubbles {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(2);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@-o-keyframes downarrowBubbles {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(2);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@-moz-keyframes downarrowBubbles {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(2);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@-ms-keyframes downarrowBubbles {
    0% {
        transform: scale(1);
    }
    75% {
        transform: scale(2);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@-webkit-keyframes scrollAnim {
    0% {
        top: 0px;
    }
    50% {
        top: 6px;
    }
    100% {
        top: 0px;
    }
}

@-o-keyframes scrollAnim {
    0% {
        top: 0px;
    }
    50% {
        top: 6px;
    }
    100% {
        top: 0px;
    }
}

@-moz-keyframes scrollAnim {
    0% {
        top: 0px;
    }
    50% {
        top: 6px;
    }
    100% {
        top: 0px;
    }
}

@-ms-keyframes scrollAnim {
    0% {
        top: 0px;
    }
    50% {
        top: 6px;
    }
    100% {
        top: 0px;
    }
}

@-keyframes scrollAnim {
    0% {
        top: 0px;
    }
    50% {
        top: 6px;
    }
    100% {
        top: 0px;
    }
}

/*carouselWithArrows*/

.carouselWithArrows.owl-theme .owl-controls {
    margin: 0;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    margin: 2px;
    border-radius: 0;
    background: rgba(174, 56, 74, 0.9) !important;
    opacity: 1;
    font-size: 30px;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div:hover {
    background: #ed1c24 !important;
}

/*overviewSection*/

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

.border-image-wrap {
    padding: 30px 0 30px 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 35px;
}

.border-image-wrap-border {
    position: absolute;
    content: '';
    height: 1200px;
    width: 80%;
    top: 0;
    z-index: 1;
    left: 0;
    -ms-transform: skewy(-110deg);
    -webkit-transform: skewy(-110deg);
    transform: skewy(-110deg);
}

.border-image-wrap img {
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

/*parallaxSection1*/

.parallaxSection1 {
    padding: 0px 20px;
    background: #fff;
}

.parallaxSection1 h3 {
    margin: 0;
    font-weight: normal;
}

.parallaxSection1 h5 {
    font-size: 16px;
}

.parallaxSection1 h3 strong {
    font-weight: bold;
}

/*Services Section*/

/* FeaturesSection  */

.FeaturesSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 80px 0;
    position: relative;
    background: url(assets/images/slide3.jpg) no-repeat fixed 100% 0;
    background-size: cover;
    border-bottom: solid 1px #ddd;
    color: #fff;
}

.FeaturesSection:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    opacity: 0.8;
}

.pointlist {
    list-style: none;
    padding: 0;
    margin: 5px 0 20px;
    position: relative;
    color: #fff;
}

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

.pointlist li::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ec1c28;
    font-size: 18px;
    position: absolute;
    display: inline-block;
    padding-right: 0.5em;
    position: absolute;
    top: 8px;
    left: 0;
}

.featursImg img {
    border-radius: 100%;
    width: 330px;
    height: 330px;
    border: 5px solid #fff;
}

/* end of product section */

/*.section-two-cols-parallax2*/

.section-two-cols-parallax2 {
    padding: 80px 0;
    overflow: hidden;
}

.section-half-parallax2 {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
}

.section-half-parallax2:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

/*news-updates-section*/

.news-updates-section {
    display: block;
    position: relative;
    color: #333;
    padding-right: 65px;
    border-right: 2px solid #eee;
}

.news-updates-section .heading2 {
    font-size: 60px;
    font-weight: 400;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.news-updates-section .heading2:after {
    background: #fff;
}

/*keyIndicatore*/

.projectHighlighSectionBlock {
    display: block;
    /* padding: 70px; */
}

.projectHighlighSectionBlock .col-sm-6 {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    ;
}

.projectHighlighSectionBlock .project-fig {
    border: solid 1px #eee;
    margin: 5px;
    background: #eee;
    padding: 10px 0px;
}

.project-fig {
    display: block;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin: 15px auto;
    /*color: #fff;*/
}

.project-fig>div {
    display: block;
    padding: 10px;
}

.project-fig h2, .project-fig h4 {
    margin: 0;
}

.project-fig h4 {
    font-size: 18px;
    padding-top: 0px;
}

.project-fig h2 {
    font-size: 32px;
    font-weight: 600;
}

.project-fig i {
    display: block;
    margin: 0 auto 10px auto;
    width: 100px;
    height: 100px;
    line-height: 98px;
    border-radius: 100%;
    background: #00a0e5;
    /*background: #fff;*/
    color: #fff;
    border: solid 2px #eee;
    font-size: 46px;
}

/*testimonial-section*/

.testimonial-section {
    display: block;
    padding: 0 0 0 95px;
}

.testimonial-section>.heading {
    margin-bottom: 40px;
}

/*testimonial-block*/

.testimonial-block {
    display: block;
    position: relative;
}

.testimonial-block .testimonial-description {
    display: block;
    float: left;
    position: relative;
    padding: 20px 20px 20px 20px;
    background: #ed1c24;
    color: #fff;
}

.testimonial-block .testimonial-description>p>i {
    margin: 0px 5px;
}

.testimonial-block .testimonial-description h5 {
    display: block;
    padding: 15px 0 0 0;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    font-weight: 700;
    margin-bottom: 0;
}

.testimonial-block .testimonial-description h5>span {
    font-weight: 400;
}

.testimonial-section .owl-controls .owl-page span {
    background: #447d9a!important;
}

/*parallax-section-full*/

.parallax-section-full {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    height: auto;
    padding: 150px 0;
    overflow: hidden;
    min-height: 350px;
    background: url('assets/images/parallax-full1.jpg') no-repeat fixed 100% 0;
    backface-visibility: hidden;
    background-size: cover;
    color: #fff;
}

.parallax-section-full:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00acec;
    opacity: 0.8;
}

.parallax-section-full h2, .parallax-section-full h5 {
    margin-bottom: 20px;
}

.parallax-section-full h5 {
    font-size: 22px;
    line-height: 34px !important;
}

.parallax-section-full a.btn {
    padding: 15px 38px !important;
    font-size: 16px;
    text-transform: uppercase;
    background: #FFB600 !important;
    font-weight: 500;
}

.parallax-section-full a.btn:hover, .parallax-section-full a.btn:focus, .parallax-section-full a.btn:active {
    background: #447d9a!important;
    color: #fff;
}

/*footer*/

.footer {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    /*background: #f9b700;*/
    background: url('assets/images/footer-bg.jpg') no-repeat fixed 100% 0;
    background-size: cover;
    color: #fff;
}

.footer:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #030303;
    opacity: 0.8;
}

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

.footer .heading, .footer .heading-center {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
}

.footer .heading:after, .footer .heading-center:after {
    background: #fff;
}

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

/* Contact page Design */

.ContactUs .ContactLeft {
    width: 40%;
    float: left;
    height: 100%;
    display: table;
    text-align: center;
}

.ContactUs .ContactRight {
    width: 60%;
    float: left;
    height: 600px;
    display: table;
}

.ContactUs .ContactRightInner {
    display: table-cell;
    vertical-align: middle;
}
/*.ContactRightInner .form-group{
    margin-bottom: 40px;
}*/
.ContactRightInner .form-group p{
    color: #ff0000;
    font-weight: 500;
    font-size: 12px;
    height: 22px;
}



.ContactUs p {
    /*color: #999;*/

}

.contactLeftInner {
    display: table-cell;
    vertical-align: middle;
    height: 600px;

}
.contactLeftInner .addressInfo{
    width: 300px;
    margin: 0 auto;
    text-align: left;
    padding-left: 15px;
}
.contactLeftInner .addressInfo i{
    color: #333;
}
.ContactRight .form-group input.form-control {
    border-radius: 0;
    height: 50px;
    border: 0;
}

.ContactRight .form-group textarea.form-control {
    border-radius: 0;
    border: 0;
}

.ContactRight {
    padding: 50px;
    background-color: #f5f5f5;
}

.ContactRight form {
    max-width: 600px;
}

.ContactRight .btn-default {
    width: 100%;
    height: 50px;
    border-radius: 5px !important;
    background-image: linear-gradient(12deg, #c36243, #44241a);
    border: none !important;
    color: #fff;
    font-weight: 600;
}

.ContactRight .btn-default:hover {
    background-image: linear-gradient(12deg, #44241a, #c36243) !important;
    /* background-image: linear-gradient(13deg, #009e4e, #29b66a) !important; */
    transition: .3s all;
    font-weight: 600;
}

.MapWrapper iframe {
    margin-bottom: -6px;
}

input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}
.footer-social i{
    color:#fff
}
.showForm{
    display: block;
    opacity: 1;
    transition: all .3s;
    padding-top: 30px;
}
.centered {
    /*width: 550px;*/
    margin: auto;
    padding: 30px 0;
}

.group {
    width: 100%;
    float: left;
    height: 60px;
    /*overflow: hidden;*/
    position: relative;
    margin-bottom: 15px;
}
.contactFormInnerControls .group i{
    position: absolute;
    font-size: 20px;
    color: #fff;
    background: #5e3854;
    top: 1px;
    padding: 10px 0;
    width: 35px;
    left: 1px;
    text-align: center;
    height: 39px;
}
.group-textarea{
    width: 100% !important;
}

.teaxtareaGroup {
    height: 120px;
}

.teaxtareaGroup textarea {
    height: 80px;
    padding-top: 0;
    margin-top: 35px;
    padding-top: 15px;
}

.teaxtareaGroup label {
    top: 25px;
}

.contactFormInnerControls label {
    position: absolute;
    top: 10px;
    color: #fff;
    font-weight: 500;
    cursor: text;
    font-size: 16px;
    transition: .25s ease;
    margin-left: 40px;
    padding: 0 5px;
    background: #d3a04c;
}
.contractform label,.contractform input{
    padding-left: 0px;
}

.Registration .centered .group span {
    display: none;
}
.group p{
    color: #ff0000;
    font-weight: 500;
    font-size: 12px;
} 
.contactFormInnerControls input, .contactFormInnerControls textarea, .contactFormInnerControls select {
    display: block;
    width: 100%;
    padding-top:10px !important;
    border: none;
    border-radius: 0;
    color: #000 !important;
    background: transparent;
    /* font-size: 36.6666666667px; */
    transition: .3s ease;
    font-size: 16px !important;
    padding-left: 45px !important;
    padding-bottom: 10px !important;
    height: auto !important;
    border: solid 1px #5e3854;
    border-radius: 2px !important;
}
.contactFormInnerControls select{
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
    -webkit-appearance: none;
    background-position-y: 40px;
}
.contactFormInnerControls input:valid~label {
    top: -10px;
    color: #5e3854;
    opacity: 1;
}
.contactFormInnerControls select:valid~label {
    top: -10px;
    color: #1e8acb;
    opacity: 1;
    left: 10px;
}

.contactFormInnerControls textarea:valid~label {
    top: 10px;
    color: #655f5f;
    opacity: 1;
    padding-left: 0px;
}

.contactFormInnerControls input:focus, .contactFormInnerControls textarea:focus, .contactFormInnerControls select:focus {
    outline: none;
}

.contactFormInnerControls input:focus~label, .contactFormInnerControls textarea:focus~label,.contactFormInnerControls select:focus~label {
    top: -10px;
    font-size: 14px;
    color: #000;
    opacity: 1;

}

.contactFormInnerControls textarea:focus~label {
    top: -10px;
    font-size: 14px;
    color: #000;
    opacity: 1;

}

.contactFormInnerControls input:focus~.bar:before, .contactFormInnerControls textarea:focus~.bar:before, .contactFormInnerControls select:focus~.bar:before {
    transform: translateX(0);
}
.contactFormInnerControls .bar {
    /*background: #655f5f;*/
    content: '';
    width: 95%;
    /*height: 1px;*/
    transition: .3s ease;
    position: relative;
}


::selection {
    background: rgba(33, 150, 243, 0.3);
}




input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;
}


.contactFormInnerControls .btn-primary {
    cursor: pointer;
    background: #5e3854 !important;
    border: 1px solid #5e3854;
    -webkit-box-shadow: -5px 10px 30px -5px rgba(0, 0, 0, 0.2);
    box-shadow: -5px 10px 30px -5px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .4s;
    display: inline-block;
    color: #fff;
    padding: 10px 15px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-weight: 700;
}
.contactFormInnerControls .btn-primary:hover {
    background: #4d4d4d !important;
    border-color: #4d4d4d !important;
}
.ContactRight .btn-rounded{
    margin: 0 auto;
    display: block;    
}

/* End Contact page */


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

/*addressInfo*/

.addressInfo {
    display: block;
    position: relative;
}

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

.addressInfo p {
    margin: 10px 0px;
}

.addressInfo i {
    color: #fff;
}

.map iframe {
    pointer-events: unset
}

/*footerStrip*/

.footerStrip {
    display: block;
    clear: both;
    background: #333;
    text-align: center;
    padding: 15px 0;
    color: #fff;
}

.footerStrip strong {
    font-weight: bold;
}

.footerStrip a {
    color: #fff;
    font-weight: bold;
}

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

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

.footer-social a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    border-radius: 100%;
}

.footer-social a:hover {
    background: #f9b700;
    border-color: #f9b700;
    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: #ca2128;
}

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

/*footerLinks*/

.footerLinks {
    display: block;
    position: relative;
}

.footerLinks ul {
    margin: 0 0 0 16px;
}

.footerLinks ul li {
    list-style-type: disc;
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
}

.footerLinks ul li a {
    display: inline-block;
    padding: 6px 0;
    color: #fff;
}

.footerLinks ul li a:hover {
    color: #ccc;
}

/*inner pages*/
/* InnerPage Banner */

.innerBannerSection {
    width: 100%;
    height: 300px;
    position: relative;
}

.innerBannerSection:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
}

.innerBannerSection .innerBannerImg {
    background-size: cover;
    height: 100%;
}

.innerBannerSection .InnerBannerHeading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    color: #fff;
}

/* End InnerPage Banner */

.InnerBannerHeading h1{
    font-size: 36px !important;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    width: 50%;
    font-weight: 500;
}
.innerBannerSection .breadcrumb{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(237, 28, 38,0.5);
    color: #fff;
    margin-bottom: 0px;
    line-height: 20px;
}
.breadcrumb_last{
    font-weight: 600;
}
.innerBannerSection .breadcrumb a{
    color: #fff
}

.innerPageSection{
    padding: 75px 0px  
}

/* end inner page*/

/*misc*/

.containerWrapper {
    position: relative;
    width: auto;
    padding: 0 100px;
    z-index: 10;
}

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

.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, .heading2 {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small, .heading2 small {
    font-size: 18px;
    color: #ed1c24;
}

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

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

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

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

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

.heading small {
    display: block;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 10px;
    padding-bottom: 15px;
    font-weight: 300;
}

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

.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: #029fe2 !important;
    border-color: transparent !important;
    color: #ed1c24 !important;
}

.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 {
    background: #ed1c24 !important;
    color: #fff;
    border: none;
    border-color: transparent;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active,.btn-primary:focus, .btn-primary:active:focus {
    background: #029fe2 !important;
    color: #ed1c24;
    outline: none;
}

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

/**********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: #ed1c24;
    z-index: 200;
}

.scrollup:hover {
    background: #029fe2;
    opacity: 1;
    color: #fff;
}
/*  Table CSS */
thead {
    background: #000 !important;
    color: #fff;
}
/*media queries*/

@media (max-width: 1400px) {
    .scroll-down-arrow {
        bottom: 30px;
    }
}

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

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

@media (max-width: 1024px) {
    .servicesliderDescBlock .servicesliderDescBlockInner {
        padding-right: 30px;
    }
    .containerWrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@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: solid 1px rgba(0, 0, 0, 0.3);
    }
    .navbar-collapse>ul>li {
        height: 40px;
        line-height: 40px;
    }
    .servicesliderDescBlock .servicesliderDescBlockInner {
        padding-left: 30px;
    }
    .servicesliderDescBlock {
        height: auto;
        min-height: 400px;
    }
    .servicesSection .carouselWithArrows.owl-theme .owl-controls .owl-buttons {
        top: initial;
        bottom: 15px;
    }
    .servicesSection .carouselWithArrows.owl-theme .owl-controls .owl-buttons div {
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 768px) {
    .navbar-collapse {
        border-top: none;
    }
    .navbar-nav {
        margin-top: 0;
    }
    .navigationBarContent {
        padding-bottom: 0;
    }
    .servicesliderBlock::before {
        display: none;
    }
    .servicesliderBlock {
        width: 100%;
        height: 400px;
        margin: 0;
    }
    .servicesliderBlock .servicesliderBlockImg, .servicesliderBlock .servicesliderBlockImg>div {
        transform: skew(0deg);
    }
    .servicesliderBlock .servicesliderBlockImg>div {
        width: 100%;
        height: 100%;
        left: 0;
    }
    .servicesliderDescBlock {
        width: 100%;
    }
    .servicesliderDescBlock .servicesliderDescBlockInner {
        padding: 50px;
    }
}

@media (max-width: 767px) {
    .navbar-nav::before {
        display: none;
    }
    .navbar-collapse>ul>li {
        color: #222;
    }
    .navigationBar {
        position: relative;
    }
    .navigationBarContent {
        background: transparent;
        border-top: solid 1px #ddd;
    }
    .navbar {
        min-height: 0px;
    }
    .topNav1, .topNav2 {
        clear: both;
        display: block;
        width: 100%;
        text-align: center;
    }
    .topNav1 {
        border-bottom: solid 1px #ddd;
    }
    .topNav1 .navbar-brand {
        float: none;
    }
    .headerSocial {
        display: block;
        text-align: center;
        float: none;
        clear: both;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        /*margin-top: 8px;*/
        margin-top: -50px;
    }
    .navbar-collapse {
        overflow: hidden;
        height: 0px;
    }
    .navbar-default .navbar-toggle .icon-bar {
        /*background: #fff;*/
    }
    .navbar-collapse.in {
        height: auto;
    }
    .navbar-nav {
        margin: 0;
    }
    .navbar-collapse>ul>li::before {
        display: none;
    }
    .navbar-collapse>ul>li {
        border-bottom: solid 1px #ddd;
        height: auto;
        line-height: normal;
    }
    .navbar-collapse>ul>li>a {
        padding: 15px;
    }
    .navbar-collapse>ul>li:hover>a, .navbar-collapse>ul>li.active>a {
        color: #ed1c24 !important;
    }
    .container {
        padding: 0 20px;
    }
    .scroll-down-arrow {
        display: none;
    }
    .bannerSection .bannerSectionContainer {
        top: 0;
    }
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 24px;
        line-height: 28px !important;
    }
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 strong {
        font-size: 30px;
    }
    .down-arrow-box {
        display: none;
    }
    .bannerSection {
        height: 400px;
    }
    .scrollup {
        right: 0;
        bottom: 0;
    }
    .footerMenu ul li {
        margin: 10px 0;
    }
    .overviewBlock {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    }
    .containerWrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        padding: 0;
    }
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        width: auto;
    }
    .servicesliderDescBlock .servicesliderDescBlockInner .heading::after {
        display: none;
    }
    .carouselWithArrows.owl-theme .owl-controls .owl-buttons {
        position: relative;
        top: initial !important;
        bottom: initial !important;
    }
}

@media (max-width: 650px) {
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 20px;
        padding: 5px;
    }
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        padding: 10px 15px;
        font-size: 13px;
        height: auto;
        line-height: normal;
    }
    #bannerSlider .owl-controls {
        bottom: 0;
        left: 15px;
    }
    .servicesliderDescBlock .servicesliderDescBlockInner {
        padding: 30px 15px;
    }
	.InnerBannerHeading h1 {
    font-size: 23px !important;
    background: rgba(0,0,0,0.5);
    padding: 10px;
    width: 75%;
    font-weight: 500;
}
}

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

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
    .navbar-collapse>ul>li {
        float: none;
        display: inline-block;
    }
}
