/*
Theme Name: Century Excellence
Theme URI: http://century.com/
Author: Century Excellence
Description: Century Excellence


*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

.page-template-template-home {
    background: #002856;
}

.insight-tab {}

.insight-tab ul {}

.insight-tab ul li {
    background-color: #cfcfcf;
    color: #000;
    width: 160px;
    margin: 0px 10px 20px 10px;
}

.insight-tab ul li a {
    color: #000;
    padding: 5px 10px;
}



nav.pagination span.current {
    /* background: #002856; */
    color: #bf955a !important;
    /* padding: 8px 12px; */
}

nav.pagination a.page-numbers {
    background: #e2e2e2;
    color: #444;
    padding: 8px 12px;
}

.banner-img {
    margin-top: -80px;
    height: 270px;
    overflow: hidden;
}

/* Overlay closing cross */

.overlay .overlay-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    /* background: url(../img/cross.png) no-repeat center center; */
    /* background: none; */
    /* text-indent: 200%; */
    /* color: rgba(255, 255, 255, 0); */
    outline: none;
    z-index: 100;
    color: #fff;
    background: #bc955c;
}

/* Menu style */

.overlay nav {
    text-align: center;
    position: absolute;
    top: 0%;
    height: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    background: #002856;
    position: absolute;
    width: 100%;
}

.overlay ul li {
    display: block;
}

.image-bg1 {
    width: 60%;
    position: absolute;
    top: 0;
    right: 0%;
    height: 484px;
    overflow: hidden;
    /* bottom: 0; */
    float: right;
}

.image-bg1 img {
    position: absolute;
    bottom: 0;
}

.overlay ul li ul {
    display: none;
    position: absolute;
    min-width: 140px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-left: -200px;
    /* top: 0; */
    bottom: 10%;
}

.overlay ul li ul.dropdown-content li a {
    background-color: #bc955c !important;
}

.overlay ul li ul.dropdown-content li a:hover {
    background-color: #002856 !important;
}

.overlay ul li:hover ul {
    display: block;
}

.overlay ul li:after {
    background-image: url(images/menu-line.png);
    content: "";
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    display: block;
    height: 2px;
}

.overlay ul li a {
    text-transform: uppercase;
    font-size: 17px;
    text-align: center;
    /* padding-bottom: 10px; */
    letter-spacing: 1px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    padding: 10px;
}

.overlay ul li a:hover, .overlay ul li a:focus {
    color: #fff;
    background-color: #bc955c;
}

.text_width {
    width: 50%;
    padding-left: 0%;
    float: left;
}

.image-width {
    width: 46%;
    margin-left: 0px;
    float: left;
}

.image-width img {
    width: 100%;
}

/* Effects */

.overlay-simplegenie {
    visibility: hidden;
    -webkit-transform: translateY(60%) scale(0);
    transform: translateY(60%) scale(0);
    -webkit-transition: -webkit-transform 0.4s, visibility 0s 0.4s;
    transition: transform 0.4s, visibility 0s 0.4s;
}

table ul {
    list-style: none;
    margin-top: 20px;
    margin-left: 22px !important;
    margin-bottom: 0px;
    margin-right: 10px;
}

table h4 {
    padding-left: 10px;
}

table td {
    padding: 10px;
    border: 1px solid #ccc;
}

.overlay-simplegenie.open {
    visibility: visible;
    position: fixed;
    z-index: 9999;
    -webkit-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
}

.sidebar p {
    padding: 10px 0px 10px 18px;
    text-align: left !important;
}

.btn-1 {
    width: 41%;
    margin: 10px auto;
    background-color: #ba955c;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    font-family: 'Roboto';
    font-size: 17px;
}

/* .img-p{display: none; } */
.img-p {
    position: absolute;
    bottom: 0;
    right: -10%;
z-index: -9;
}
.img-p img {
    max-width: 100%;
    height: auto;
}
@media(max-width: 1441px) {
    .callbacks_container {
        position: relative;
        margin: auto;
        width: 60% !important;
    }
    .text_width {
        width: 48%;
        padding-left: 0%;
        float: left;
    }
    .image-width {
        float: left;
        width: 52%;
    }
    .image-bg1 {
        width: 48%;
        position: absolute;
        top: 0;
        right: 0%;
        height: 400px;
        overflow: hidden;
        /* bottom: 0; */
        float: right;
    }
}

@media(max-width: 667px) {
    /* .img-p{display: block;position: absolute; right: 0; bottom: 0;} */
    .overlay ul li ul {
        display: none;
        position: relative;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
        margin-left: 0px;
        /* top: 0; */
        bottom: 10%;
    }
}