body {
    /* font: 300 15px/1.625 "Source Sans Pro","Helvetica Neue",Helvetica,Verdana,sans-serif; */
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
    font-family: 'Roboto', sans-serif;
}

ul {
    list-style: none; /* Remove list bullets */
    padding: 0;
    margin: 0;
    font-size: 0.95em;
    color: #555;
}
  
footer li:before, .section-textbox li:before, .showcase li:before {
    content: "-"; /* Insert content that looks like bullets */
    padding-right: 20px;
}

header.masthead, header.news, header.contact_us {
    position: relative;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

header.masthead {
    background-color: #1d252c;
    background: url("../img/header-1.png") no-repeat center center;
    background-size: cover;
}

header.news {
    background-color: #1d252c;
    background: url("../img/news_bg.png") no-repeat center center;
    background-size: cover;
}

header.contact_us {
    background-color: #1d252c;
    background: url("../img/contact_bg.png") no-repeat center center;
    background-size: cover;
}

header.masthead .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}

header.masthead h1 {
    font-size: 2rem;
}

@media (min-width: 768px) {
    header.masthead {
        padding-top: 20rem;
        padding-bottom: 12rem;
    }
    header.masthead h1 {
        font-size: 4rem;
    }

    h3 {
        font-size: 2.55rem;
    }
}

.showcase .showcase-text {
    padding: 3rem;
}

.showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
}

@media (min-width: 768px) {
    .showcase .showcase-text {
        padding: 5rem 5.5rem;
    }
}

.callout {
    padding: 7rem 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Side Menu */
#sidebar-wrapper {
    position: fixed;
    z-index: 2;
    right: 0;
    width: 250px;
    height: 100%;
    transition: all 0.4s ease 0s;
    transform: translateX(250px);
    background: #7b7f86;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.sidebar-nav {
    position: absolute;
    top: 75px;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li.sidebar-nav-item a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 15px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    font-size: 1.2rem;
    background: rgba(52, 58, 64, 0.1);
    height: 80px;
    line-height: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a {
    color: #fff;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    transition: all 0.4s ease 0s;
}

.content-color {
    color: #777;
}

.menu-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #000;
    /* background: rgba(52, 58, 64, 0.5); */
    line-height: 50px;
    z-index: 2;
}

.menu-toggle:focus, .menu-toggle:hover {
    /* color: #fff; */
    color: #444;
}

.menu-toggle:hover {
    /* background: #343a40; */
}

.menu-toggle-portal {
    position: fixed;
    right: 75px;
    top: 30px;
    width: 120px;
    height: 32px;
    text-align: center;
    color: #444;
    background: rgba(255, 255, 255, 1);
    line-height: 30px;
    z-index: 2;
    border: 0.5px solid #444;
}

.menu-toggle-portal:focus, .menu-toggle-portal:hover {
    /* color: #fff; */
    color: #444;
}

.menu-toggle-portal:hover {
    /* background: #343a40; */
}

.menu-career {
    position: fixed;
    right: 260px;
    top: 30px;
    width: 90px;
    height: 32px;
    text-align: center;
    color: #444;
    background: rgba(255, 255, 255, 1);
    line-height: 30px;
    z-index: 2;
    border: 0.5px solid #444;
}

.menu-career:focus, .menu-career:hover {
    /* color: #fff; */
    color: #444;
}

.menu-toggle-lang {
    position: fixed;
    right: 200px;
    top: 30px;
    width: 55px;
    height: 32px;
    text-align: center;
    color: #444;
    background: rgba(255, 255, 255, 1);
    line-height: 30px;
    z-index: 2;
    border: 0.5px solid #444;
}

.btn-lang:hover {
    text-decoration: none;
}

.menu-toggle-logo {
    position: absolute;
    top: 20px;
    left: 40%;
    z-index: 1;
}

.logo {
    width: 200px;
}

@media (max-width: 768px) {
    .logo {
        width: 150px;
    }
    .menu-toggle-logo{
        top: 25px;
        left: 15px;
    }
}

.features-icons {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.features-icons .features-icons-item {
    max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
    height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
    font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
    font-size: 5rem;
}

.features-icons-item{
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .features-icons-item {
        margin-bottom: 5px;
    }
}

.testimonials {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.testimonials .testimonial-item {
    max-width: 18rem;
}

.testimonials .testimonial-item img {
    max-width: 100%;
    box-shadow: 0px 5px 5px 0px #adb5bd;
}

.latest-news {
    padding-top: 1rem;
    padding-bottom: 4rem;
}

.call-to-action {
    position: relative;
    background-color: #343a40;
    background: url("../img/bg-masthead.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.call-to-action .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}

footer.footer {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    background-color: #171819;
}


footer.footer a, footer ul {
    color: #ffffff;
}



footer .container {
    font-size: 14px;
}

.section-textbox{
    padding: 50px 85px;
    margin-bottom: 73px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255, 255, 255, 1))
}

.section-textbox-news{
    padding: 50px 50px;
    margin-bottom: 73px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255, 255, 255, 1))
}

.section-text-position {
    position: relative;
    /* top: -180px; */
}

@media(max-width: 768px) {
    .section-textbox-news{
        padding: 25px 25px;
    }
}

.text-link {
    color: #a54501;
}

.text-white {
    color: #737373;
}

.text-black {
    color: #000;
}

a:hover.text-black  {
    color:#000;
}

/* .bottom-left-round{
    border: 2px solid red;
    padding: 10px;
    border-bottom-left-radius: 25px;
} */

.image-shape{
    position: relative;
    padding: 40px 0px;
    height: 650px;
    margin-bottom: 85px;
}

.image-shape > img{
    margin-top: 60px;
    margin-bottom: 100px;
    border-bottom-left-radius: 115px;

}

@media (max-width: 1024px) {
    .image-shape{
        height: 570px;
    }
}

@media (max-width: 768px) {
    .image-shape{
        margin-top: 20px;
        padding: 15px;
        height: 440px;
        margin-bottom: 0;
    }
    .image-shape > img{
        margin-bottom: 5px;
        height: 350px;
        border-bottom-left-radius: 75px;
    }
}

@media (max-width: 450px) {
    .image-shape{
        height: 280px;
    }
    .image-shape > img{
        height: 180px;
    }
}

.explore-text{
    position: relative;
    padding-top: 10rem;
}

.explore-text p.head {
    font-size:4.5rem;
}

.explore-text p.sub-head {
    font-size:2.5rem;
}

.explore-link img {
    float: right;
    width: 30px;
    padding-top:10px;
}

.explore-link p {
    font-size:2rem;
    margin-right: 50px;
}

@media (max-width: 1024px) {
    .explore-text p.head {
        font-size: 4.0rem;
    }
    .explore-text p.sub-head {
        font-size:2.2rem;
    }
}

@media (max-width: 768px) {
    .explore-text p.head {
        font-size:2.6rem;
    }
    
    .explore-text p.sub-head {
        font-size:1.6rem;
    }
    
    .explore-link img {
        width: 20px;
    }

    .explore-link p {
        font-size:1.5rem;
        margin-right: 30px;
    }
}

@media (max-width: 450px) {
    .explore-text p.head {
        font-size:2.6rem;
    }
    
    .explore-text p.sub-head {
        font-size:1.3rem;
    }
    
    .explore-link img {
        width: 15px;
    }

    .explore-link p {
        font-size:1.2rem;
        margin-right: 20px;
        padding-top:2px;
    }
}

.hamburger-font{
    font-size: 30px;
    line-height: 2;
}

.portfolio-item {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 530px;
    /* margin: auto auto 1rem; */
}

.portfolio-item .caption {
    display: flex;
    height: 100%;
    width: 100%;
    background-color: rgba(33, 37, 41, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.portfolio-item .caption .caption-content {
    color: #fff;
    margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content h2 {
    font-size: 0.8rem;
    text-transform: uppercase;
}

.portfolio-item .caption .caption-content p {
    font-weight: 300;
    font-size: 1.2rem;
}

@media (min-width: 992px) {
    .portfolio-item {
        max-width: none;
        margin: 0;
        height: 100%;
    }
    .portfolio-item .caption {
        -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
        -webkit-clip-path: inset(0px);
        clip-path: inset(0px);
    }
    .portfolio-item .caption .caption-content {
        transition: opacity 0.2s;
        margin: auto;
    }
    .portfolio-item img {
        -webkit-transition: -webkit-clip-path 0.25s ease-out;
        -webkit-clip-path: inset(-1px);
        clip-path: inset(-1px);
    }
    .portfolio-item:hover img {
        /* -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem); */
    }
    .portfolio-item:hover .caption {
        background-color: rgba(0, 0, 0, 0.5);
        /* -webkit-clip-path: inset(2rem);
        clip-path: inset(2rem); */
    }
}

@media (max-width: 992px) {
    .portfolio-item {
        max-width: 100%;
    }
}

.member-logo > img {
    height: 100px;
    margin-right: 25px;
}

.rockthemes-animate, .rockthemes-animate .ajax-body ul > li{
    opacity:0;
}

.borderless td, .borderless th {
    border: none;
}

.right-bottom-rounded, .dia {
    margin: 0 auto;
    overflow: hidden;
}

.right-bottom-rounded {    
    border-bottom-right-radius: 150px;
}

.right-bottom-rounded .dia img {
    width: 100%;
    height: auto;
}

.latest-news-details, .dia {
    margin: 0 auto;
    overflow: hidden;
}

.latest-news-details { 
    padding-top: 53px;
    padding-bottom : 10px;
    padding-left: 70px;   
    padding-right: 70px;
    background-color: #997f57;
    border-bottom-right-radius: 125px;
}

.news-details { 
    padding-top: 53px;
    padding-bottom : 10px;
    padding-left: 70px;   
    padding-right: 70px;
    background-color: #997f57;
}

.careers-details {
    padding-top: 30px;
    padding-bottom : 10px;
    padding-left: 70px;   
    padding-right: 70px;
    background-color: #997f57;
}

@media(max-width: 768px) {
    .news-details, .careers-details{
        padding-left: 30px;   
        padding-right: 30px;
    }
}

.latest-news-details .table td, .latest-news-details .table th,
.news-details .table td, .news-details .table th {
    padding-bottom: .55rem;
    padding-left: 0rem;
    padding-top: .55rem;
    padding-right: .55rem;

}

.latest-news-img {
    height: 410px;
}

.white-line{
    right: -20px;
    position: absolute;
    background-image: linear-gradient(to right, rgba(255,255,255,0.7), rgba(255, 255, 255, 0.7));
    height: 50px;
    width: 750px;
    top: 328px;
}

@media (max-width:1024px) {
    .latest-news-img{
        height: 465px;
    }
    .white-line{
        top: 309px;
    }
}

@media (max-width: 768px) {
    .latest-news-img {
        width: 100%;
        height: 100%;
    }
    .latest-news-details {   
        padding-top: 40px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        border-bottom-right-radius: 0;
    }
    .white-line{
        top: 259px;
        height: 40px;
    }
    .right-bottom-rounded {    
        border-bottom-right-radius: 0;
    }
}

@media (max-width: 450px) {
    .white-line{
        top: 254px;
        height: 30px;
    }
}

p.lead {
    color: #555;
    font-size: 0.85em;
}

@media (max-width: 768px) {
    h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1.05rem;
    }
    p {
        font-size: 0.75em;
    }

    p.lead {
        font-size: 0.75em;
    }

    ul {
        font-size: 0.75em;
    }
    .section-textbox {
        padding: 50px 45px;
    }
}


.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}
  
.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}
  
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 30px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}
  
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 768px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 10px;
        right: 35px;
    }
}

.about-item {
    padding-right: 50px;
}

@media (max-width: 992px) {
    .about-item {
        padding-right: 0px;
    }
}

.btn-contact-us:hover {
    color: #fff;
    background-color: #b09f80;
    border-color: #b09f80;
}

.btn-contact-us {
    color: #fff;
    /* background-color: #775e31;
    border-color: #775e31; */
    background-color: #BD9B60;
    border-color: #BD9B60;
}
.lbl-contact-us, .txt-contact-us {
    /* color: #775e31; */
    color: #BD9B60;
}

.txt-contact-us {
    text-decoration: underline;
}
