
/* Header CSS FOR INDEX */
.bacground-sec{
    margin: auto !important;
}
header.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 20;
    background: #fff;
    padding: 0 50px;
    border-top: 5px solid #aa8e4f;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
}
.header-contacts {
    float: left;
    padding-top: 36px;
    margin-right: 40px;
}

.header-contacts ul li {
    float: left;
    margin-right: 20px;
    font-weight: 700;
    font-size: 12px;
}
.fa-envelope:before {
    content: "\f0e0";
}

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

ul {
    list-style: none;
}

.maillink {
    text-decoration: none !important;
    position: relative;
    color: #000;
}

.maillink:hover {
    color: #aa8e4f;
    text-decoration: underline !important;
}

.logo-holder {
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -111px;
    padding-top: 18px;
}

.logo-holder img {
    width: 200px;
    height: 90px;
}
.nav-bar {
    float: right;
    position: relative;
    top: 30px;
    margin-right: 30px;
}

.nav-bar nav {
    position: relative;
    float: right;
}

.nav-bar nav li {
    float: left;
    position: relative;
    height: 70px;
}

.nav-bar nav li a {
    float: left;
    padding: 10px 13px;
    line-height: 1;
    text-align: center;
    font-size: 0.72rem;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: auto;
}
.activate {
    color: #000 !important;
}

.activate:hover {
    color: #aa8e4f !important;
    text-decoration: underline !important;
}
/* end of header */


/* Mobile nav button */
.nav-button-wrap {
    float: right;
    height: 75px;
    width: 75px;
    cursor: pointer;
    position: relative;
}

.nav-button-wrap {
    display: none;
}
.nav-button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 20px;
    margin-left: -11px;
    margin-top: -5px;
}

.nav-button-wrap {
    float: right;
    height: 75px;
    width: 75px;
    cursor: pointer;
    position: relative;
}

.nav-button-wrap {
    display: none;
}

.nav-button span:first-child {
    width: 50%;
}

.nav-button span {
    float: left;
    width: 100%;
    height: 2px;
    background: #292929;
    margin-bottom: 4px;
    -webkit-transition: all 200mslinear;
    transition: all 200mslinear;
}
/* Mobile nav end  */

/* content of index */
#wrapper {
    width: 100%;
    /* position: fixed; */
    float: left;
    padding-top: 100px;
    left: 0;
    z-index: 5;
    height: 100%;
    transition: all 300mslinear;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    box-sizing: content-box;
}
.content {
    width: 100%;
    position: relative;
    z-index: 4;
    float: left;
}
.full-height {
    height: 100%;
}
.center-carousel {
    height: 100%;
}

.center-carousel .swiper-container {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.center-carousel .swiper-container {
    background: #fff;
    position: relative;
    width: auto;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.center-carousel .sw-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.41);
    color: #fff;
    border-radius: 100%;
    cursor: pointer;
}
.swiper-container {
    /* margin-left: auto;
    margin-right: auto; */
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    z-index: 10;
}
.swiper-slide {
    height: 100%;
}

.swiper-slide img {
    width: auto;
    height: 100%;
    position: relative;
    z-index: 1;
}
.leftarrow {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative;
    bottom: -11px;
    width: 37px;
}

.button-arrow {
    right: 54px;
}

.prev-button {
    left: 54px;
}

.rightarrow {
    position: relative;
    left: 17px;
}
/* end content css */

/* footer CSS */
footer.fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 20;
    background: #fff;
    padding: 0 50px;
    border-bottom: 5px solid #aa8e4f;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, 0, 0);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy-box {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 700;
}

.policy-box span {
    float: left;
}
