/*
Theme Name: KCCB
Theme URI: http://stagingwp.com/
Author: the KCCB
Author URI: http://stagingwp.com/
Description: KCCB theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kccb
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, 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.
*/

/*****************************************************
*********************** Fonts ************************
******************************************************/
@font-face {
    font-family: 'droid_serifitalic';
    src: url('assets/fonts/droid/DroidSerif-Italic-webfont.eot');
    src: url('assets/fonts/droid/DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
        /*url('assets/fonts/droid/DroidSerif-Italic-webfont.woff2') format('woff2'),*/
        url('assets/fonts/droid/DroidSerif-Italic-webfont.woff') format('woff'),
        url('assets/fonts/droid/DroidSerif-Italic-webfont.ttf') format('truetype'),
        url('assets/fonts/droid/DroidSerif-Italic-webfont.svg#droid_serifitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*****************************************************
*********************** Global ***********************
******************************************************/
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.5em;
    color: #5F646A;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 1536px;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 600;
    font-style: normal;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}
.h1, h1 {
    font-size: 20px;
}
.h2, h2 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 14px;
}
.h6, h6 {
    font-size: 12px;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover{
    color: #fff;
}
a, a:hover, a:active, a:focus{
    text-decoration: none;
}
.space5 {
    height: 5px;
    clear: both
}
.space10 {
    height: 10px;
    clear: both
}
.space20 {
    height: 20px;
    clear: both
}
.space30 {
    height: 30px;
    clear: both
}
.space40 {
    height: 40px;
    clear: both
}
.space50 {
    height: 50px;
    clear: both
}
.b-c {
    color: #106ab1;
    line-height: 1.3em;
}
.m-t-20 {
    margin-top: 20px;
}
hr.dashed{
    border-style: dashed;
}
.droid_italic{
    font-family: 'droid_serifitalic';
}
.droid_italic_title{
    font-family: 'droid_serifitalic';
    font-size:18px;
    color:#136ab0;
    line-height:1.5em;
}
.table-responsive{
    clear: both;
    border: 0;
}
img.alignnone {
    margin: 0 auto;
    display: table;
    max-width: 100%;
}
a:focus {
	outline: none;
}
.align-items-center{
	display: flex;
    flex-wrap: wrap;
    justify-content: center!important;
}
b, strong{
    font-weight:600;
}
/*****************************************************
*********************** Header ***********************
******************************************************/
.wp-custom-header{
    height: 106px;
    position: relative;
}
.header-left{
    height: 106px;
    vertical-align: bottom;
    display: table-cell;
}
.wp-custom-header img {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    max-height: 100%;
}
.header-top-container{
    /*background-image: url('assets/images/green-bg.png');*/
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #106ab1;
}
.header-top-container .header-left img{
    max-width: 91px;
}
.logo-container {
    text-align: right;
}
.custom-logo {
    position: relative;
    top: 10px;
    max-width: 90px;
    max-height: 90px;
}
.mobile-logo{
    display: none;
}

#logo_2{
    display: inline;
}

#logo_mobile_2{
    display: inline;
}

.mobile-logo .roll__logo_img{
    width: 90px;
}

.roll__logo_img{
    display: none;
}


/**************** Navigation *****************/
.main-nav-container{
    position: relative;
}
.main-nav-container, .navbar.footer-menu{
    background-color: #185087;
}
nav .sub-menu{
    background-color: #2a4b6a;
}
.main-nav-container .navbar-nav a {
    color: #ffffff;
    padding: 12px;
    font-size: 14px;
}
.navbar.footer-menu #footer-menu a{
    color: #ffffff;
    padding: 6px 6px 6px 12px;
    font-size: 13px;
    display: inline-block;
}
.navbar.footer-menu #footer-menu li{
    line-height: normal;
}
#top-menu > li.menu-item-has-children > a {
    padding: 12px 23px 12px 6px;
}
#navbar-collapse-top{
    padding-left: 0;
}
.navbar-toggle .m-title {
    position: absolute;
    right: -1px;
    top: 9px;
    color: #ffffff;
    font-weight: 700;
}
.main-nav-container .navbar.main-menu, .navbar.footer-menu{
    margin: 0;
    min-height: inherit;
    padding: 0px;
}
.navbar.footer-menu .navbar-nav > li > a::after {
    content: "|";
    color: #000;
    position: relative;
    left: 10px;
}
.navbar.footer-menu .navbar-nav > li{
    position: relative;
}
.main-nav-container .navbar-nav > li::after {
    content: "";
    background-color: #1872bd;
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    display: block;
    width: 1px;
}
.main-nav-container .navbar-nav > li:last-child::after {
    display: none;
}
.main-nav-container .navbar-nav > li:last-child > a::after, .navbar.footer-menu .navbar-nav > li:last-child > a::after {
    content: "";
}
.main-nav-container .navbar-nav > li:hover > a::after{
    color: #106ab1;
}
.nav > li:hover > a {
    background-color: #245c92;
}
ul#footer-menu > li:hover > a {
    background-color: transparent;
    color: #01acec !important;
}
.nav a:focus, .nav a:hover, li.current-menu-item > a, li.current-menu-ancestor > a{
    color: #01acec;
    background-color: #2a4b6a;
}
ul#footer-menu li.current-menu-item > a{
    background-color: transparent;
}
li.current-menu-item > a{
    color: #01acec !important;
}
#top-menu > li.current-menu-item > a, #top-menu > li:hover > a{
    color: #ffffff !important;
}
.nav > li > a:focus{
    background-color: transparent;
    outline: 0;
    color: #ffffff;
}
nav svg.icon {
    display: none;
}
.navbar-nav li{
    position: relative;
    line-height: 44px;
}
nav .sub-menu {
    display: none;
    list-style: none;
    padding: 0 10px 5px;
    position: absolute;
    min-width: 220px;
    top: 44px;
    left: 0;
    z-index: 99;
    height: auto !important;
}
#top-menu .sub-menu a {
    padding: 0px 12px;
    display: block;
}
#top-menu > li.menu-item-has-children > a::after {
    content: '';
    position: absolute;
    right: 5px;
    left: auto;
    top: 19px;
    height: 10px;
    width: 10px;
    background-image: url('assets/images/ico-org.png');
    background-size: contain;
    background-repeat: no-repeat;
}

/* Adjust hover or active state for submenu indicators */
#top-menu > li.menu-item-has-children > a:hover::after,
#top-menu > li.menu-item-has-children > a:focus::after {
    color: #ffd700; /* Change to a hover color */
}
#top-menu ul.sub-menu li.menu-item-has-children > a::after {
      content: url('assets/images/ico-org.png');
    zoom: 16%;
    position: absolute;
    right: 45px;
    top: 112px;
    z-index: 1;
}
#top-menu .sub-menu li a{
    border-bottom: 1px solid #245b91;
	font-size: 14px;
}
#top-menu .sub-menu li:last-child a{
    border: 0;
}
#top-menu .sub-menu .sub-menu {
    left: auto;
    left: 100%;
    top: 0px;
}
.toll-free-no a {
    height: 44px;
    display: table-cell;
    vertical-align: middle;
    color: #ffcf54;
    font-weight: 600;
    font-size: 16px;
}
.toll-free-no {
    float: right; 
}
#navbar-collapse-footer .widget_media_image{
    text-align: right;float: right;margin-left: 5px;
}
#navbar-collapse-footer .menu-footer-container #footer-menu{
    flex-direction: row;
}
#navbar-collapse-footer .widget_media_image img {
    width: auto;
    margin-right: -15px;
    vertical-align: -webkit-baseline-middle;
    height: 27px !important;
	margin-bottom: 2px;
}

/*****************************************************
*********************** Home page ********************
******************************************************/
/************************ Carousel ******************/
.home-carousel{
    position: relative;
    background-image: url('assets/images/background_img.png');
	padding-top:10px;
	padding-bottom:6px;
	background-repeat: no-repeat;
    background-size: cover;
}
.home-carousel .carousel-caption{
    text-align: left;
}
.home-carousel .carousel-caption h5.title {
    font-size: 25px;
}
.home-carousel .container.caption-container {
    position: absolute;
    /*left: 50%;
    transform: translateX(-50%);*/
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width: 100%;
}
.home-carousel .carousel-caption{
    left: 0;
    max-width: 68%;
    bottom: 110px;
    padding-left: 15px;
}
.home-carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #c5c5c5;
    margin: 0 5px 0 0;
    border: 0;
} 
.home-carousel .carousel-indicators .active{
    width: 15px;
    height: 15px;
    background-color: #be8c11;
    margin: 0 5px 0 0;
    border: 0;
}
.home-carousel .carousel-indicators { 
    bottom: 2px;
}
.home-carousel .banner-widget .item-body{
    -webkit-box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.15);
    box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.15);
    background-color: #e8f8ff;
    margin-top: 5px;
}
#carousel-home-generic{margin-bottom: 10px;margin-top: 0px}
#carousel-home-generic .carousel-indicators {
    display: none;
}
#carousel-home-generic .item{
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-widget{
    max-width: 300px;
    position: absolute;
    top: 10px;
    right: 15px;
    color: #777777;
}
.banner-widget .item-body {
    background-color: #ffffff;
    padding: 20px 20px 15px;
    margin-top: 0px;
}
.banner-widget .item-body .title {
    margin: 0px;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 5px;
    color: #106ab1;
}
.banner-widget-container {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 2;
}
.banner-widget .item-heading {
    background-color: #106ab1;
    color: #ffffff;
    text-align: center;
    padding: 9px 9px 9px 36px;
    font-size: .95em;
    margin-top: 36px;
}
/*.banner-widget .item-heading .body{
    background-image: url('assets/images/internet_banking.png');
    background-repeat: no-repeat;
    display: table;
    margin: 0 auto;
    padding-left: 34px;
}*/
.banner-widget{
    opacity: 0;
}
.banner-widget .marquee-widget ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.banner-widget .marquee-widget p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
}
.banner-widget .marquee-widget ul li{
    border-bottom: 1px dashed #c4c4c4;
    padding: 10px 0;
}
.banner-widget .item-heading a {
    color: #ffffff;
    position: relative;
    padding-left: 37px;
}
.banner-widget .item-heading a:hover {
    color: #01acec;
}
.banner-widget .item-heading a:after{
    display: none;
}
.banner-widget .item-heading a:before{
    content: "";
    height: 60px;
    width: 76px;
    display: block;
    position: absolute;
    left: -52px;
    bottom: -5px;
    background-image: url('assets/images/netbanking.png');
    background-size: 100% 100%;
}
.ifsc-block {
    margin-top: 15px;
}
.ifsc-block a{
    color: #f58634;
    display: block;
}
.banner-widget .item-footer {
    background-color: #fab60f;
    color: #ffffff;
    margin-top: 5px;
    padding: 8px 8px 8px 36px;
    font-size: 16px;
}
.banner-widget .item-footer a{
    color: #ffffff;
}
.banner-widget .item-footer .bg-container{
    background-image: url('assets/images/aadhar.png');
    background-repeat: no-repeat;
    padding-left: 56px;
    display: table;
    background-position: left center;
    font-size: .95em;
}
.banner-widget .marquee-widget {
    width: 100%;
    height: 350px!important;
    overflow: hidden;
}
.container-sidebar .banner-widget .marquee-widget {
    width: 100%;
    height: 235px;
    overflow: hidden;
}
/*********************** Bellow Carousel *************/
.bellow-carousel{
    background-color: #536476;
}

/*********************** Featured Blocks ************/
.home-featured-blocks-main {
    /*position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;*/
    max-width: 100%;
    float: left;
}
.home-featured-blocks {
    max-width: 100%;
    padding: 0;
}
.home-featured-blocks .item img{
    width: 100%;
    height: 100%;
}
.home-featured-blocks .item img.hover-img{
    display: none;
}
.home-featured-blocks .item:hover img.hover-img{
    display: block;
}
.home-featured-blocks .item:hover img.main-img{
    display: none;
}
.home-featured-blocks .item a{
    position: relative;
    display: block;
    height: 108px;
}
.home-featured-blocks .item .title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 12px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 11px;
    line-height: 15px;
}
.home-featured-blocks .item-container {
    padding-left: 2px;
    padding-right: 2px;
	margin-bottom:5px;
   width: 14.2%; 
}
.home-featured-blocks .item {
    min-height: 108px;
    background-size: 100% 100%;
}
/*.home-featured-blocks .item-1 .item {
    background-color: #2d4a6f;
}
.home-featured-blocks .item-2 .item {
    background-color: #4bc6c4;
}
.home-featured-blocks .item-3 .item {
    background-color: #f8a073;
}
.home-featured-blocks .item-4 .item {
    background-color: #e3c7d5;
}
.home-featured-blocks .item-5 .item {
    background-color: #f9d972;
}
.home-featured-blocks .item-6 .item {
    background-color: #dbe79b;
} 
.home-featured-blocks .item-4 .item a span, .home-featured-blocks .item-5 .item a span, .home-featured-blocks .item-6 .item a span {
    color: #606062;
}
.home-featured-blocks .item-1 .item:hover {
    background-color: #21345E;
}
.home-featured-blocks .item-2 .item:hover {
    background-color: #38ABA9;
}
.home-featured-blocks .item-3 .item:hover {
    background-color: #CB7246;
}
.home-featured-blocks .item-4 .item:hover {
    background-color: #CFB3C1;
}
.home-featured-blocks .item-5 .item:hover {
    background-color: #D7CC75;
}
.home-featured-blocks .item-6 .item:hover {
    background-color: #D2E28B;
}
*/
/*********************** Marquee section ************/
.marquee-home-bellow-banner-updates {
    width: 100%;
    height: 38px;
    overflow: hidden;
    padding: 0;
    background: #3b4b5a;
}
.marquee-home-bellow-banner-updates ul li {
    display: inline-block;
    margin-right: 20px;
}

.marquee-home-bellow-banner-updates ul li a {
    padding: 10px 0;
    display: block;
    color: #ffffff;
    font-size:.9em;
}
.marquee-home-bellow-banner-updates ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 16px;
}
.marquee-home-bellow-banner-updates p{
    margin-bottom: 0;
}

.marquee-home-bellow-banner-updates  a:after, 
.banner-widget .marquee-widget .js-marquee-wrapper ul li a:after{
    content: '';
    zoom: 0;
    position: relative;
    left: 10px;
    top: 0;
    height: 10px;
    display: inline-block;
    width: 10px;
    background-image: url('assets/images/ico-org.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.marquee-home-bellow-banner-updates  a:hover:after, .banner-widget a:hover:after{
    color: #BDBFC1;   
}
.banner-widget a{
    color: #f58634;
}
.banner-widget a:hover{
    color: #23527c;
}
.cm-img img {
    max-width: 270px;
    margin: 0 auto;
    display: table;
}
.cm-img {
    background-color: #d7eaf2;
    padding: 15px 0px 15px 0px;
    -webkit-box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.15);
    box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.15);
	margin-bottom:11px;
}

.csa {
	font-weight:600;
}
.csa:after{
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    color: #f68735;
    position: relative;
    left: 5px;
    font-size: 12px;
}
csa:hover:after{
    color: #BDBFC1;   
}
/*********************** RBI Three Image Containers ************/
.imgcolumn {
    float: left;
    width: 33%;
    padding: 5px;
}

/* Clear floats after image containers */
.imgrow::after {
    content: "";
    clear: both;
    display: table;
}
@media screen and (max-width: 500px) {
    .imgcolumn {
        width: 100%;
    }
}

/*****************************************************
*********************** Footer ***********************
******************************************************/
.navbar.footer-menu{
    border-radius: 0;
}
footer aside.widget-area {
    background-color: #e3e3e3;
    padding: 5px 0 5px;
    font-size: 12px;
}
.footer-widget-1 .widget{
    float: left;
    color: #393939;
}
.footer-widget-1 .widget:first-child{
    width: 10%;
}
.footer-widget-1 .widget:last-child{
    width: 100%;
    position: relative;
    top: 2px;
}
.footer-widget-2 {
    text-align: right;
    color: #6b6b6b;
    position: relative;
    top: 6px;
}
footer .visitor-count{
    font-size: 14px;
    color: #e3e3e3;
    position: relative;
    bottom: 5px;
}
footer .visitor-count span{
    background-color: #4a4a4a;
    color: #ccc;
    margin-right: 1px;
    padding: 0 5px;
}

.footer-menu ul li:first-child a {
    padding-left: 0 !important;
}

/*****************************************************
*********************** Gallery ***********************
******************************************************/
#fbpicture-gallery {
    background: url("assets/images/loading.gif") no-repeat scroll center 100px transparent;
    position: relative;
    display: flex;
    flex-flow: row wrap;
}
#fbpicture-gallery.loaded {
    background: none
}
#fbpicture-gallery .masonryBx, #fbpicture-gallery.columns-4 .masonryBx {
    width: 25%
}
#fbpicture-gallery.columns-3 .masonryBx {
    width: 33.33%;
}
#fbpicture-gallery.columns-3 .uiMediaThumbImg {
    padding: 10px;
    background: none;
}
.uiMediaThumbImg {
    background: none repeat scroll 0 0 #FFFFFF;
    opacity: 0;
    padding: 6px;
    position: relative;
    text-align: center;
}
.uiMediaThumbImg .imgCont.landscape {
}
.uiMediaThumbImg .imgCont.portrait {
}
.imgCont {
    position: relative;
    background: #000;
    overflow: hidden;
}
.imgCont img {
    max-width: 100%;
    display: block;
    transition: 0.9s;
    -moz-transition: 0.9s;
    -webkit-transition: 0.9s;
    -webkit-backface-visibility: hidden;
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);
    filter: none;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}
.imgCont a:hover img {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.1);
    -moz-transform: translateZ(0) scale(1.1);
    transform: translateZ(0) scale(1.1);
}
.imgCont a {
    position: relative;
    z-index: 10;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    opacity: 1;
    display: block
}
.imgCont a:before {
    box-shadow: 0 0 10px #111 inset;
    -moz-box-shadow: 0 0 10px #111 inset;
    -webkit-box-shadow: 0 0 10px #111 inset;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 5
}
#fbpicture-gallery.masonryArea.columns-3 .imgCont a:before {
    display: none;
}

/*****************************************************
************** Page with sidebar *********************
******************************************************/
.sidebar-widget-container .banner-widget {
    position: relative;
    right: auto;
    top: 0;
}
.banner-widget .item-body {
    -webkit-box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.15);
    box-shadow: -1px 2px 6px -1px rgba(0,0,0,0.15);
    background-color: #e8f8ff;
}
.sidebar-widget-container {
    padding: 25px 15px 30px;
    height: 100%;
    background: #eaeaea; /* Old browsers */
    background: -moz-linear-gradient(left, #eaeaea 0%, #f6f6f6 12%, #f8f8f8 17%, #f9f9f9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #eaeaea 0%,#f6f6f6 12%,#f8f8f8 17%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #eaeaea 0%,#f6f6f6 12%,#f8f8f8 17%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-9 */
}
.sidebar-widget-container .banner-widget .item-heading a::before{
    left: -30px;
}
.sidebar-widget-container .banner-widget .item-heading a{
    padding-left: 56px;
}
body.page .entry-header {
    margin: 30px 0 15px;
    border-bottom: 2px solid #666666;
}
.entry-title {
    color: #136ab0;
}
.entry-content{
    padding-bottom: 20px;
}
.entry-mid-title {
    color: #333;
    border-bottom: 1.5px solid #666;
    padding-bottom: 12px;
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 20px;
}



/*****************************************************
****************** Table styling *********************
******************************************************/
.table-striped thead tr th {
    background-color: #d8ecf6;
}
.table-striped thead tr th {
    padding: 12px;
}
.table.table-striped > thead > tr > th{
    border: 0;
}
.table.table-striped  tbody  tr:first-child  td{
    border-top: 0;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #ffffff;
}
.table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #f7f7f7;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 10px;
    border-bottom: 1px solid #e6e6e7;
}
.table-extras {
    list-style: none;
}
.kccb-print, .kccb-pdf{
    width: 31px;
    height: 34px;
    display: inline-block;
    cursor: pointer;
}
.kccb-print{
    background-image: url('assets/images/icons/icon-print.jpg');
    background-size: 100% 100%;
}
.kccb-pdf{
    background-image: url('assets/images/icons/icon-pdf.jpg');
    background-size: 100% 100%;
}
.table-extras li {
    display: table-cell;
    padding-left: 12px;
    vertical-align: middle;
    font-size: 16px;
}
.table-extras input[tupe="text"]{
    background-color: #f9f9f9;
    border: 1px solid #eaebec;
    padding: 5px;
    margin-left: 5px;
}
#printme_header {
    display: none;
}
.sidebar-widget-container section.widget {
    margin-bottom: 20px;
}

/*****************************************************
****************** Profile layout ********************
******************************************************/
.row.p-layout {
    margin-top: 30px;
}
.p-layout .heading h4 {
    color: #106ab1;
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 20px;
}
.p-layout label {
    display: block;
    font-weight: normal;
    font-size: 18px;
}
.p-layout hr {
    border-style: dashed;
    border-color: #e0e1e2;
    margin: 9px 0;
}
.p-layout .p-image img {
    margin-bottom: 10px;
    max-width: 100%;
    height: 100%;
}

/*****************************************************
****************** Inner page ************************
******************************************************/
a.icon::after {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    color: #f68735;
    position: relative;
    left: 5px;
    font-size: 12px;
}

.c-link {
    border: 1px solid #d2d3d5;
    padding: 7px 22px 7px 18px;
    margin: 7px 0;
    display: inline-block;
    color: #106ab1;
	margin-right:20px;
}
.c-link:hover{
    color: #106ab1;
    background-color: #f7f7f7;
}
.c-link:hover:after{
    color: #bdbfc1;
}
.f-link {
    border-right: 1px solid #d2d3d5;
    padding-right: 30px;
    margin: 7px 0;
    display: inline-block;
    color: #106ab1;
	margin-right:20px;
}
.f-link:hover{
    color: #333;
}
.f-link:hover:after{
    color: #bdbfc1;
}
.f-link:after{
    color: #bdbfc1;
	display:none;
}
.m-link {
    padding-right: 30px;
    margin: 7px 0;
    display: inline-block;
    color: #106ab1;
	margin-right:20px;
}
.m-link:hover{
    color: #333;
}
.m-link:hover:after{
    color: #bdbfc1;
}
.m-link:after{
    color: #bdbfc1;
	display:none;
}
.p-link{
    color: #5F646A;
    display: inline-block;
}
.p-link:hover{
    color: #106ab1;
}
.p-link:hover:after{
    color: #106ab1;
}
.entry-content .title {
    color: #136ab0;
}
.entry-content .servicetitle {
    color: #5F646A;
    padding-bottom: 4px;
    font-weight: 700;
}
.page-header {
    border-bottom: 1px solid #bfc1c3;
}
.b-ele {
    float: left;
    margin: 5px 15px 5px 0;
    border: 1px solid #d2d3d5;
    padding: 10px 20px;
    color: #106ab1;
}

/*****************************************************
****************** Contact us ************************
******************************************************/
.table tbody tr:first-child td{
    border-top: 0;
}
.contact-us-page .container-sidebar hr{
    border-color: #bdbdbd;
    margin: 5px 0;
}
.container-sidebar .toll-free-no {
    background: #ffcf54;
    color: #ffffff;
    display: block;
    float: none;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    padding: 5px;
}

/*****************************************************
****************** 404 page **************************
******************************************************/
.error-404.not-found {
    display: table;
    margin: 140px auto;
}
.error-404 .page-title {
    position: relative;
    padding-left: 154px;
}
.error-404 .page-title:before{
    content: "";
    height: 154px;
    width: 200px;
    background-image: url('assets/images/404.png');
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.error-404 .page-content p {
    color: #8e9092;
    font-family: 'droid_sarifitalic';
    font-size: 22px;
    font-style: italic;
}


.offer_categories ul{list-style: none;padding: 0;text-align: center;}
.offer_categories ul li {display: inline-block; margin: 0 4px; padding: 5px 12px; background-color: #00a859; }
.offer_categories ul li a {color: #fff; }
.offers{margin-bottom: 50px;}
.offer_zones {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 20px;
}

.offer_zones select {
    padding: 5px;
    min-width: 200px;
}
ul.offer_wrapper {
    list-style: none;
    padding: 0;
    margin: 0;
}
.offer_wrapper li {
    float: left;
    width: 25%;
    margin-bottom: 10px;
}

.offer_item_wrapper {
    padding: 0 10px;
}
.offer_item_wrapper img{max-width: 100%;}
/*.offer_item_wrapper .box{width: 100%;max-width: 245px;box-shadow: 0px 0px 18px 4px #a1a1a1;
    margin: 0px auto;}*/
.offer_item_wrapper .box
{
    width: 100%;
    background-image: url(./assets/images/middle.png);
    min-height: 115px;
    position: relative;
    margin-top: 0px;
    background-repeat: repeat-y;
    background-size: 100%;
    background-size: 100.1%;
    text-align: center !important;
}
.offer_item_wrapper .cbp-caption{width: 100%;max-width: 100%;}
.offer_list .offer_container .offer_item_wrapper .box .section1{padding: 0 5px}
.offer_item_wrapper .title h3 {
    margin: 0 0 15px 0;
    text-align: center;
    font-size: 20px;
}
.offer_item_wrapper .sub-title {
    text-align: center;
    line-height: normal;
    min-height: 40px;
}
.offer_item_wrapper .code{margin-top: 10px;text-align: center;}
.offer_item_wrapper .code a{
    background-color: #106ab1;
    display: inline-block;
    padding: 3px 20px;
    width: 130px;
    max-width: 94%;
    color: #fff;
}
.pagination{width: 100%;text-align: center;}
.pagination>li {
    display: inline-block;
}
.offer_detail .logo{text-align: center;margin-bottom: 10px;}
.offer_detail .logo img{display: inline-block;}
.offer_detail dt{
    font-size: 30px;
}
.offer_detail dd{
    margin-bottom: 20px;
    padding-left: 20px;
}
.offer_detail{margin-bottom: 50px;}
#navbar-collapse-footer{display: block !important;}

.hundred-year {
    width: 90px;
    right: 15px;
    top: 10px;
    position: relative;
}
.title-container .hundred-year{display: none}

.gform_wrapper.gravity-theme .gfield_label {
	border-bottom: 0px;
	color:#5F646A;
}
.gform_wrapper.gravity-theme .ginput_complex label, .gform_wrapper.gravity-theme .ginput_complex legend {
	font-weight: 600;
}
.gform_wrapper.gravity-theme .gfield_label {
	font-weight: 600;
}
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
	margin-bottom: 8px;
	color: #fff;
	background-color: #106ab1;
	border: none;
	padding: 10px 50px 10px 50px;
}
.gform_wrapper.gravity-theme .gform_footer button:hover, .gform_wrapper.gravity-theme .gform_footer input:hover, .gform_wrapper.gravity-theme .gform_page_footer button:hover, .gform_wrapper.gravity-theme .gform_page_footer input:hover {
	background-color: #185087;
}
.gform_wrapper .gform_validation_errors{
	display:none;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    display:none;
}
.gform_wrapper.gravity-theme .gfield input.large:focus, .gform_wrapper.gravity-theme .gfield select.large:focus, .gform_wrapper.gravity-theme .gfield textarea.medium:focus{
	outline: #666666;
}
.left-banner{padding-right: 310px;}

.logo_section ul {
    margin: 10px 0 0px 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: self-start;
    width: 100%;
}
.logo_section ul li.logo_list {
    display: inline-block;
    width: 120px;
    padding-right: 2px;
	margin-right:10px;
}
.logo_section ul li.logo_list img {
    height: 90px;
}
.logo_section ul li.logo_list p {
    font-size: 12px;
    line-height: normal;
    font-weight: 500;
    margin-top: 7px;
}
.logo_section ul li.vaw img {
    height: auto;
	width:100%;
}

@media screen and (max-width: 991px){
    .navbar.footer-menu .navbar-nav > li {
        display: inline-block;
    }
    #navbar-collapse-footer{text-align: center;}
    #navbar-collapse-footer .widget_media_image{text-align: center;float: none;display: inline-block;margin-bottom: 10px;}
    #footer-menu{text-align: center;}
    .footer-menu .navbar-collapse{border: 0;box-shadow: none;}
    .logo-container .hundred-year{
        display: none;
    }
    .title-container .hundred-year{
        display: inline-block;
        position: absolute;
        right: -120px;
    }
    .custom-logo{left: 0px !important;}
}
@media screen and (max-width: 883px){
    .custom-logo{left: 0px !important;}
    .title-container .hundred-year{width: 70px;    right: -60px;top: 6px;}
}
@media screen and (max-width: 767px){
	.banner-widget .marquee-widget{
		height:235px;
	}
    .title-container .hundred-year{
        width: 60px;
        right: 6px;
        top: 6px;
    }
    header .title-container{width: 100%;}
    header .flag-container, header .logo-container{display: none;}
    .wp-custom-header{
        height:30px !important;
        position: relative;
    }
    .mobile-logo{
        display: block;
        text-align: center;
        margin-top: 5px;
    }
    .header-top-container{background-image: none !important}
    .wp-custom-header img{width: 100%;left: auto;right: auto;}
	.logo_section ul{
		justify-content:center;
	}
	.logo_section ul{
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
}