/*
Theme Name: Twenty Thirteen Child
Theme URI: http://yourwebsite.com/twentythirteen-child/
Description: My first child theme, based on Twenty Thirteen Child
Author: Daniel Pataki
Author URI: http://danielpataki.com
Template: twentythirteen
Version: 1.0.0
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready, responsive-layout, infinite-scroll, post-slider, design, food, journal, magazine, news, photography, portfolio, clean, contemporary, dark, elegant, modern, professional, sophisticated
Text Domain: twentythirteen-child
*/



@charset "UTF-8";

/* CSS Document */
html {
    height: 100%;
}

body {
    font-family: 'CenturyGothic';
    height: 100%;
}

.main-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.inner-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    padding-bottom: 25px;
}

.container {
    max-width: 1440px;
    width: 100%;
}

nav.navbar.navbar-default {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0;
    margin-top: 15px;
}

.navbar-default .navbar-brand {
    font-family: 'TrajanPro-Regular';
    font-size: 1.8em;
    font-weight: bold;
    color: #c1c1c1;
}

.navbar-default .navbar-nav>li>a {
    color: #c1c1c1;
    font-size: 1.2em;
    font-weight: normal;
}

.navbar-brand>span {
    font-weight: normal;
}

.home-slides img {
    width: 100%;
    height: 100%;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-brand:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #b2b2b2;
}

.about-bg {
    background-image: url(../images/about-page-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.home-bg {
    background-image: url(../images/home-slide1);
    background-repeat: no-repeat;
    height: 100%;
    background-size: 100% 100%;
}

p {
    color: #c1c1c1;
    margin-bottom: 8px;
}

/***/
.gallery-container.three.slick-initialized.slick-slider .slick-arrow {
    background-size: 45px;
    background-color: transparent;
    opacity: 1;
}

@media only screen and (min-width : 1px) and (max-device-width : 767px) {

    /* Styles */
    .navbar-default .navbar-brand {
        font-size: 1em;
    }

    ul.nav.navbar-nav.navbar-right {
        background-color: rgba(0, 0, 0, 0.5);
    }
}

.ms-slide .ms-slide-bgcont img {

    margin: 0 !important;

}

/*6june 2022*/
.about-content .right-content p {
    word-break: break-all;
}




/******************** jobs css start  ************/


.job-list-wrapper {
    background-color: #000000;
    color: #fff;
    padding: var(---padding) var(---padding) 0;
    ---padding: 30px;
}

.job-list-head :is(h1, h2) {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 1.2;
}

.job-detail {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 0 6%;
    color: #BEBEBE;
    line-height: 1.2;
    justify-content: center;
}

.job-detail li {
    display: flex;
    align-items: center;
    gap: 5px;
}

.job-list-head {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
}

.job-list-wrapper:not(:last-child) .job-content {
    border-bottom: 1px solid #ffffff57;
}

.job-content {
    font-size: 15px;
    padding-bottom: var(---padding);
}

.page-template-jobs {
    height: auto !important;
    padding-bottom: 0;
}

.page-template-jobs .main-wrapper {
    max-height: unset !important;
    height: unset !important;
}

.page-template-jobs footer {
    position: unset;
}

.page-template-jobs .inner-wrapper {
    position: unset;
}


.job-head-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.job-head-wrapper>a {
    display: inline-flex;
    align-items: center;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 14px 8px;
    gap: 5px;
    transition: 0.3s;
    appearance: none;
    text-decoration: none;
}

.job-head-wrapper>a:hover {
    background-color: #fff;
    color: #000;
}


.job-head-wrapper>a:hover img {
    filter: invert(1);
}



.job-detail li span {
    white-space: nowrap;
}



.job-content * {
    color: inherit;
}

.job-content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.job-content>*:not(:last-child) {
    margin-bottom: 24px;
}

.job-head-wrapper>a img {
    margin-top: 5px;
}



.job-content a {
    color: #337ab7;
}

@media(max-width: 959px) {

    .job-list-head {
        width: 100%;
    }

    .job-detail {
        flex-wrap: wrap;
        gap: 8px 20px;
    }

    .job-head-wrapper>a {
        margin-top: 18px;
    }

    .job-head-wrapper {
        margin-bottom: 19px;
    }
}

@media(max-width: 767px) {

    .job-list-wrapper:first-child {
        padding-top: calc(var(---padding) + 14px);
    }

    .job-list-wrapper {
        ---padding: 17px;
    }

    .job-content {
        font-size: 14px;
    }

    .job-detail {
        font-size: 12px;
    }

    .job-content> :not(:last-child) {
        margin-bottom: 16px;
    }

    .job-content ul li:not(:last-child) {
        margin-bottom: 7px;
    }
}

/******************** jobs css end  ************/