﻿
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;600;700&amp;display=swap");

/*body{
    font-family: "Josefin Sans", sans-serif;
    font-size: 18px;
    padding: 0;
    margin: 0;
    font-weight: 400;
}*/
body {
    /*    font-family: "Josefin Sans", sans-serif;*/
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    padding: 0;
    margin: 0;
    font-weight: 400;
}




/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    RESET STYLE
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
ul {
    list-style-type: none;
    padding: 0;
}

a {
    text-decoration: none !important;
}

button:focus {
    outline: none;
}

/*  GRID GUTTER SETTING
---------------------------------*/
.gt0 {
    margin-right: 0px;
    margin-left: 0px;
}

.gt1 {
    margin-right: -1px;
    margin-left: 0px;
}

.gt2 {
    margin-right: -1px;
    margin-left: -1px;
}

.gt4 {
    margin-right: -2px;
    margin-left: -2px;
}

.gt10 {
    margin-right: -5px;
    margin-left: -5px;
}

.gt12 {
    margin-right: -6px;
    margin-left: -6px;
}

.gt14 {
    margin-right: -7px;
    margin-left: -7px;
}

.gt16 {
    margin-right: -8px;
    margin-left: -8px;
}

.gt18 {
    margin-right: -9px;
    margin-left: -9px;
}

.gt20 {
    margin-right: -10px;
    margin-left: -10px;
}

.gt22 {
    margin-right: -11px;
    margin-left: -11px;
}

.gt24 {
    margin-right: -12px;
    margin-left: -12px;
}

.gt26 {
    margin-right: -13px;
    margin-left: -13px;
}

.gt28 {
    margin-right: -14px;
    margin-left: -14px;
}

.gt30 {
    margin-right: -15px;
    margin-left: -15px;
}

.gt40 {
    margin-right: -20px;
    margin-left: -20px;
}

.gt50 {
    margin-right: -25px;
    margin-left: -25px;
}

.gt60 {
    margin-right: -30px;
    margin-left: -30px;
}

.gt70 {
    margin-right: -35px;
    margin-left: -35px;
}

.gt80 {
    margin-right: -40px;
    margin-left: -40px;
}

.gt90 {
    margin-right: -45px;
    margin-left: -45px;
}

.gt100 {
    margin-right: -50px;
    margin-left: -50px;
}

.gt0 > [class*="col"] {
    padding-right: 0px;
    padding-left: 0px;
}

.gt1 > [class*="col"] {
    padding-right: 1px;
    padding-left: 0px;
}
/* .gt2 > [class*="col"]   { padding-right: 1px;  padding-left: 1px; } */
.gt4 > [class*="col"] {
    padding-right: 2px;
    padding-left: 2px;
}

.gt10 > [class*="col"] {
    padding-right: 5px;
    padding-left: 5px;
}

.gt12 > [class*="col"] {
    padding-right: 6px;
    padding-left: 6px;
}

.gt14 > [class*="col"] {
    padding-right: 7px;
    padding-left: 7px;
}

.gt16 > [class*="col"] {
    padding-right: 8px;
    padding-left: 8px;
}

.gt18 > [class*="col"] {
    padding-right: 9px;
    padding-left: 9px;
}

.gt20 > [class*="col"] {
    padding-right: 10px;
    padding-left: 10px;
}

.gt22 > [class*="col"] {
    padding-right: 11px;
    padding-left: 11px;
}

.gt24 > [class*="col"] {
    padding-right: 12px;
    padding-left: 12px;
}

.gt26 > [class*="col"] {
    padding-right: 13px;
    padding-left: 13px;
}

.gt28 > [class*="col"] {
    padding-right: 14px;
    padding-left: 14px;
}

.gt30 > [class*="col"] {
    padding-right: 15px;
    padding-left: 15px;
}

.gt40 > [class*="col"] {
    padding-right: 20px;
    padding-left: 20px;
}

.gt50 > [class*="col"] {
    padding-right: 25px;
    padding-left: 25px;
}

.gt60 > [class*="col"] {
    padding-right: 30px;
    padding-left: 30px;
}

.gt70 > [class*="col"] {
    padding-right: 35px;
    padding-left: 35px;
}

.gt80 > [class*="col"] {
    padding-right: 40px;
    padding-left: 40px;
}

.gt90 > [class*="col"] {
    padding-right: 45px;
    padding-left: 45px;
}

.gt100 > [class*="col"] {
    padding-right: 50px;
    padding-left: 50px;
}

/*  MARGIN
---------------------------------*/

/* MARGIN-TOP */
.mt0 {
    margin-top: 0px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mt80 {
    margin-top: 80px;
}

.mt90 {
    margin-top: 90px;
}

.mt100 {
    margin-top: 100px;
}

/* MARGIN-RIGHT */
.mr0 {
    margin-right: 0px;
}

.mr10 {
    margin-right: 10px;
}

.mr20 {
    margin-right: 20px;
}

.mr30 {
    margin-right: 30px;
}

.mr40 {
    margin-right: 40px;
}

.mr50 {
    margin-right: 50px;
}

.mr60 {
    margin-right: 60px;
}

.mr70 {
    margin-right: 70px;
}

.mr80 {
    margin-right: 80px;
}

.mr90 {
    margin-right: 90px;
}

.mr100 {
    margin-right: 100px;
}

/* MARGIN-BOTTOM */
.mb0 {
    margin-bottom: 0px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

/* MARGIN-LEFT */
.ml0 {
    margin-left: 0px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.ml40 {
    margin-left: 40px;
}

.ml50 {
    margin-left: 50px;
}

.ml60 {
    margin-left: 60px;
}

.ml70 {
    margin-left: 70px;
}

.ml80 {
    margin-left: 80px;
}

.ml90 {
    margin-left: 90px;
}

.ml100 {
    margin-left: 100px;
}

/* ALIGNMENT CLASSES
---------------------------------*/

/* VERTICAL MIDDLE */
.vm {
    display: table;
}

    .vm .vm-item {
        display: table-cell;
        vertical-align: middle;
    }

/* VERTICAL & HORIZONTAL MIDDLE */
.vhm {
    position: relative;
}

    .vhm > .vhm-item {
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        position: absolute;
        top: 50%;
        left: 50%;
    }

/* TEXT ALIGN */
.align-center {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

.display_none {
    display: none;
}

.display_block {
    display: block;
}

/* BORDER
---------------------------------*/
.bd-t {
    border-top: 1px solid;
}

.bd-r {
    border-right: 1px solid;
}

.bd-b {
    border-bottom: 1px solid;
}

.bd-l {
    border-left: 1px solid;
}

.bd-t, .bd-r, .bd-b, .bd-l {
    border-color: rgba(255,255,255,0.2);
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    LAYOUT-STRUCTURE
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.main-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.bg-wrapper {
    background-size: cover;
    background-position: center center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-wrapper .overlay {
    background-color: rgba(10, 10, 10, 0.66);
}

.container {
    /*width: 1200px; */
    /* text-align: center;  */
    position: relative;
}

.page-wrapper {
    width: 100%;
}

    .page-wrapper.home-page .ajax-page-wrp {
        display: none !important;
    }

    .page-wrapper #home {
        display: none;
    }

    .page-wrapper.home-page #home {
        display: table-cell;
    }

.front-display {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.page {
    position: relative;
    opacity: 0;
    z-index: 0;
}

/* PAGE-LOADER
--------------------------------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0,0,0,1);
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(255,255,255,0.8);
    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#ie9-loader {
    display: none;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(255,255,255,0.8);
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(255,181,51,0.8);
    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: rgba(255,255,255,0.8);
    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg); /* IE 9 */
        transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
    }

    100% {
        -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg); /* IE 9 */
        transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
    }
}



/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    GENERAL STYLE
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
    color: #fff;
}

img {
    max-width: 100%;
}




/* TITLE
---------------------------------*/
.title {
    text-align: center;
    margin-bottom: 40px;
}

    .title h2 {
        text-transform: uppercase;
        font-weight: 400;
    }

    .title .separator {
        display: inline-block;
        width: 50px;
        height: 5px;
        background-color: #fff;
    }

    .title p {
        font-weight: 300;
        font-size: 20px;
        color: #EFEEEE;
        margin-bottom: 0;
        margin-top: 10px;
    }

/* BUTTON
--------------------------------*/
.btn {
    border-radius: 0;
    padding: 10px 15px;
    font-size: 16px;
}
/*.btn.btn-color{ background: rgba(255,255,255,0.1); color: #000; }*/

/* SMOOTH HOVER
---------------------------------*/
.contact-box,
.navigation-wrp .nav-box a,
.social-icon li,
.contact-form .button-wrp .btn-color,
.social-icon a {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}



/* LOGO
---------------------------------*/
.logo {
    /* position: fixed;
    top: 30px;
    left: 30px; */
    width: 100%;
    z-index: 999999999999 !important;
    position: relative;
    padding: 20px;
    /*margin-top: -20px;
margin-bottom: 10px;*/
}
    /* .logo a{ display: block; } */

    .logo img {
        margin: 0 auto;
        display: block;
        width: 7%;
        /* top: 60px;
    position: relative; */
    }




/* Header_footer Css || Start */


.main-wrapper.bg-wrapper {
    background-image: url(../images/hero-bg-4-02.jpg);
    background-color: #59432a;
}


/*.main-wrapper.bg-wrapper {
    height: 100%;
    min-height: 100vh;
}*/
/*.page-wrapper {
    width: 100%;
    min-height: 100vh;
}*/


.main-wrapper.bg-wrapper {
    /*  height: 90vh !important;*/
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}








.footer {
    background: #ffffff;
    padding: 25px 0 25px 0;
    text-align: center;
    font-weight: 300;
}

    .footer p {
        font-size: 16px;
        margin: 0;
        padding-bottom: 10px;
        color: #010101e3;
        font-weight: 100;
        font-family: 'Roboto Condensed', sans-serif;
        letter-spacing: 0.4px;
    }

    .footer a {
        color: #748d1b;
        font-weight: 500;
    }

        .footer a:hover {
            color: #dba825;
            font-weight: 500;
        }

.copyright {
    font-size: 16px !important;
    margin: 15px 0 0 0 !important;
}

.short-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 15px 0;
}

    .short-links li:first-child a::before {
        display: none;
    }

    .short-links li a::before {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        width: 3px;
        height: 18px;
        background-color: #353434;
        margin-top: -9px;
    }

    .short-links li a {
        padding: 5px 20px;
        padding-left: 20px;
        /* color: #353434; */
        position: relative;
        font-size: 17px;
        color: #010101e3;
    }

.footer hr {
    margin: 0;
    border-color: rgb(21, 21, 21) !important;
    background-color: #3a3939;
}

.short-links a:hover {
    color: #dba825;
}






/* Header_footer Css || END */


.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px !important;
}
