
@import url("/wp-content/themes/SwiftRiver/assets/css/fontAwesome_icon_font.css");
@import url("/wp-content/themes/SwiftRiver/assets/css/linea_icon_font.css");
@import url("/wp-content/themes/SwiftRiver/assets/css/plugins/owl.carousel.css");
@import url("/wp-content/themes/SwiftRiver/assets/css/plugins/jquery.fs.tipper.css");
@import url("/wp-content/themes/SwiftRiver/assets/css/plugins/magnific-popup.css");
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

/*
* BASIC
  - General Style
  - Typography Style
  - Button Style
  - Form Style
  - Spacer Style

* HEADER
  - Header Style
  - Logo Style
  - Navigation Menu Style

* INTRO
  - intro
  - Slider

* GLOBEL
  - Content Box (Services Box, Featured Box, icon-box, etc...)
  - Cover Box
  - Slider
  - Portfolio (Isotop Grid, box, etc...)

* ELEMENTS
  - Team Box
  - Skills Bar
  - Process
  - Accordion & Toggle
  - Tabs
  - Action-box
  - Counter
  - Pricing-box
  - Client Logo
  - Contact Form, Map, contact-info
  - Preloader

* Footer
  - Footer Logo
  - Copyright
  - Social


/*-------------------------------------------------------------------------------------------*/
/* BASIC     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

/* General Style   ||-------------------*/
body {
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    /*line-height: 1.42857;*/
    line-height: 1.6;
    padding: 0;
    margin: 0;
}

#page-wraper .wrapper {
    position: relative;
    width: 100%;
}

.page-padding {
    padding: 0px;
}

    .page-padding #page-wraper .wrapper {
        padding: 30px;
    }

.page-border {
    position: fixed;
    background: #fff;
    display: none;
    z-index: 99;
}

.page-padding .page-border {
    display: block;
}

.page-border.left {
    width: 30px;
    left: 0;
    top: 0;
    height: 100%;
}

.page-border.right {
    width: 30px;
    right: 0;
    top: 0;
    height: 100%;
}

.page-border.top {
    width: 100%;
    left: 0;
    top: 0;
    height: 30px;
}

.page-border.bottom {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 30px;
}

img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 480px) {
    .page-padding #page-wraper .wrapper {
        padding: 15px;
    }

    .page-border.right, .page-border.left {
        width: 15px;
    }

    .page-border.top, .page-border.bottom {
        height: 15px;
    }
}


.black-bg {
    background-color: #333;
}

.Brown-bg {
    background-color: #5a2800;
}

.gray-bg {
    background-color: #f6f6f6;
}
.green-bg {
    background-color: #818c61;
}

.white-bg {
    background-color: #FFF;
}

.bg-cover-section, .small-bg-cover-section {
    background-size: cover;
    background-position: top center;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6,
.dark-bg p, .dark-bg p.small, .dark-bg p.large, .dark-bg p.lead,
.dark-bg .page-icon, .dark-bg .page-icon-sm,
.dark-bg ul, .dark-bg ol, .dark-bg li,
.dark-bg .alt-icon-top, .dark-bg .alt-icon-left, .dark-bg .alt-icon-right {
    color: #fff;
}

.bg-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


.overlay-dark, .overlay-dark20, .overlay-dark40, .overlay-dark60, .overlay-dark80, .overlay-dark90, .overlay-light, .overlay-light80 {
    position: relative;
    z-index: 1;
}

    .overlay-dark:before, .overlay-dark20:before, .overlay-dark40:before, .overlay-dark60:before, .overlay-dark80:before, .overlay-dark90:before, .overlay-light:before, .overlay-light80:before {
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
    }

    .overlay-dark:before {
        background-color: rgba(34,34,34,0.85);
    }

    .overlay-dark20:before {
        background-color: rgba(34,34,34,0.2);
    }
    .overlay-dark40:before {
        background-color: rgba(34,34,34,0.4);
    }

    .overlay-dark60:before {
        background-color: rgba(34,34,34,0.6);
    }

    .overlay-dark80:before {
        background-color: rgba(34,34,34,0.8);
    }

    .overlay-dark90:before {
        background-color: rgba(34,34,34,0.9);
    }


    .overlay-light:before {
        background-color: rgba(255,255,255,0.4);
    }

    .overlay-light80:before {
        background-color: rgba(255,255,255,0.8);
    }

.page-icon {
    color: #333;
    font-size: 50px;
    line-height: 50px;
    padding-bottom: 15px;
    width: 100%;
}

.page-icon-sm {
    color: #333;
    font-size: 25px;
    margin-bottom: 15px;
}

a {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

    a:hover {
        color: #818c61;
    }

i.left, .i-left {
    margin-right: 6px;
}

i.right, .i-right {
    margin-left: 6px;
}

hr {
    border-top: 1px solid #f1f1f1 !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.video {
    max-width: 100%;
    height: auto;
}

iframe,
embed,
object {
    max-width: 100%;
}

/* Typography Style   ||-----------------------------------*/

/*heading*/
/*h1, h2, h3, h4, h5, h6 {
    color: #323232;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 10px;
}

h1 {
    font-size: 43px;
    letter-spacing: 2px;
    line-height: 40px;
}

    h1.h1, h2.h2 {
        letter-spacing: 15px;
    }

@media (max-width: 767px) {
    h1.h1, h2.h2 {
        letter-spacing: 0px;
    }
}

h2 {
    font-size: 27px;
    letter-spacing: 2px;
    line-height: 37px;
    margin-bottom: 20px;
    padding-top: 10px;
}

h3 {
    font-size: 21px;
    letter-spacing: 4px;
    line-height: 32px;
}


h4 {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 28px;
}

    h4.h4 {
        letter-spacing: 4px;
    }

h5 {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 23px;
    font-weight: 600;
}

h6 {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 17px;
    font-weight: 600;
}

h1.large {
    font-size: 50px;
}*/
h1, h2, h3, h4, h5, h6 {
    color: #333;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    line-height: 1.3;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
}

h1 {
    font-size: 42px;
}

h2 {
    font-size: 27px;

    margin-bottom: 20px;
    padding-top: 10px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

    h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, h6 .white {
        color: #fff;
    }

    h1.color, h2.color, h3.color, h4.color, h5.color, h6.color, h6 .color {
        color: #818c61;
    }

    h1.h1, h2.h2 {
        letter-spacing: 15px;
    }

@media (max-width: 767px) {
    h1.h1, h2.h2 {
        letter-spacing: 0px;
    }
}

article a {
    font-weight: 600;
}

.front-link {
    color: #fff;
    font-weight: 600 !important;
    text-decoration: underline;
    font-size: 16px;
}

.front-link:hover {
    color: #333;
}
article h1, article h2, article h3, article h4, article h5 {
    font-weight: 500;
    text-transform: none;
}

.contact-us {
    color: #fff;
}
.sidebar-widget h1, .sidebar-widget h2, .sidebar-widget h3, .sidebar-widget h4, .sidebar-widget h5 {
  font-weight: 700;
  text-transform: uppercase;
}

.page-title {
    margin-bottom: 60px;
    font-weight: 800;
}
.page-title.recover {
    font-size: 22px;
}
.page-title-amenitites {
    margin-bottom: 30px;
    font-weight: 800;
}

.page-title2 {
    margin-bottom: 90px;
    font-weight: 800;
}

.page-title-alt {
    margin-bottom: 30px;
    color: #818c61;
}

.content-title {
    margin-bottom: 25px;
}

.features-title {
    margin-bottom: 15px;
}



.text-light {
    font-weight: 300;
}

.text-regular {
    font-weight: 400;
}

.text-bold {
    font-weight: 600;
}

.text-extra-bold {
    font-weight: 700;
}

.text-italic {
    font-style: italic;
}

.max-width-700 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/*Paragraph*/
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #666666;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 15px;
    margin-top: 0px;
}

    p.small {
        font-size: 12px;
    }

    p.large {
        font-size: 16px;
    }

    .lead > p {
         font-size: 22px;
        margin-bottom: 25px;
        font-weight: 300;
    line-height: 1.4;
    }

    p.lead {
        font-size: 22px;
        margin-bottom: 25px;
    }

        p.white, p.small.white, p.large.white, p.lead.white, p .white, .white {
            color: #fff;
        }

        p.dark, p.small.dark, p.large.dark, p.lead.dark, p .dark, .dark {
            color: #666666;
        }

        p.color p.small.color, p.large.color, p.lead.color, p .color, .color {
            color: #818c61;
        }

/* listing */
ul.list-inside {
    padding-left: 0px;
    list-style: inside;
    margin-bottom: 25px;
    font-size: 16px;
}

ul.list-none {
    list-style: none;
    padding-left: 0px;
}


/*Links & Anchor Tag*/
.dark-bg a {
}

    .dark-bg a:hover {
    }

a {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.link, .link-d {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 400;
    color: inherit;
    padding-bottom: 2px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.Link {
    color: #333;
}

    .Link:hover {
        color: #818c61;
    }

.link-d {
    color: #fff;
}

    .link-d:hover {
        color: #818c61;
    }


/* Button Style   ||--------------------------------*/
.btn, button {
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    text-decoration: none !important;
    text-transform: uppercase;
    text-align: center;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    outline: none;
    border-width: 2px;
    border-style: solid;
    display: inline-block;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
    -o-border-radius: 2px !important;
}

    .btn i, button i, i.left {
        margin-right: 6px;
    }

i.right {
    margin-left: 6px;
    margin-right: 0px !important;
}

.btn-sm {
    padding: 9px 30px !important;
    display: inline-block;
}

.btn-md {
    padding: 11px 25px !important;
    display: inline-block;
}

.btn-lg {
    padding: 14px 30px !important;
    display: inline-block;
}
.support {
    font-size: 20px;
}

.btn-black {
    background-color: #333;
    border-color: transparent;
    color: #fff;
}

    .btn-black:hover {
        background-color: #818c61;
        border-color: transparent;
        color: #fff;
    }
.btn-grn {
    background-color: #818c61;
    border-color: transparent;
    color: #fff;
}

    .btn-grn:hover {
        background-color: #9AA380;
        border-color: transparent;
        color: #fff;
    }
.btn-org {
    background-color: #d88e46;
    border-color: transparent;
    color: #fff;
    font-size: 16px;
}

    .btn-org:hover {
        background-color: #fff;
        border-color: transparent;
        color: #3B6676;
    }
.btn-color {
    background-color: #818c61;
    border-color: transparent;
    color: #fff;
}

    .btn-color:hover {
        background-color: #9AA380;
        border-color: transparent;
        color: #fff;
    }

.btn-white {
    background-color: rgba(255,255,255,1);
    border-color: transparent;
    color: #333;
}

    .btn-white:hover {
        background-color: rgba(255,255,255,0.85);
        border-color: transparent;
        color: #333;
    }

/* Form Style   ||--------------------------------*/
form {
    position: relative;
}

button {
    outline: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    display: inline-block;
}

button, input, textarea, select {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

    input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="password"], input[type="radio"], input[type="checkbox"], textarea, select {

        border: 1px solid rgba(0, 0, 0, 0.1);
        background: #fff;
        -webkit-border-radius: 0px !important;
        -moz-border-radius: 0px !important;
        border-radius: 0px !important;
        color: #333;
        outline: none;
        font-weight: 400;
        letter-spacing: 1px;
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
        transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
        -moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
        -webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
        -o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
        display: inline-block;
        /*text-transform: uppercase;*/
        line-height: 1.2;
    }

        input[type="text"]:hover, input[type="email"]:hover, input[type="tel"]:hover, input[type="number"]:hover, input[type="radio"]:hover, input[type="checkbox"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
            border: 1px solid rgba(0, 0, 0, 0.2);
        }

        input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, input[type="password"]:focus, textarea:focus {
            border: 1px solid rgba(0, 0, 0, 0.7);
            color: #333;
        }

    input.input-lg, .input-lg {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    input.input-md, .input-md {
        padding-top: 12px;
        padding-bottom: 12px;
        opacity:.5;
    }

    input.input-sm, .input-sm {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    input.input-xs, .input-xs {
        padding-top: 8px;
        padding-bottom: 8px;
    }



textarea {
    height: 120px;
    font-size: 13px !important;
}

label {
    color: #333;
    font-size: 12px;
    margin-bottom: 10px;
    padding-right: 3px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 6px;
    font-family: 'Raleway', sans-serif;
}

.contact-form strong {
  color: #fff;
}

.form-full {
    width: 100%;
}

.form-full-height {
    height: 100%;
}

.form-field-wrapper {
    margin-bottom: 20px;
    position: relative;
}

form .error {
    border-color: #e1534f;
}

form label.error {
    margin-bottom: 0px;
    margin-top: 3px;
    color: #e1534f;
    font-size: 12px;
    font-weight: 400;
}

.successContent, .errorContent {
    margin-bottom: 20px;
    display: none;
    text-transform: none;
    letter-spacing: 1px;
}

.checkboxhuman2.checkbox {
    margin-left: 20px;
}

/* Spacer Style   ||------------------------*/
/*spacing*/
.spacer-15 {
    height: 15px;
    width: 100%;
}

.spacer-30 {
    height: 30px;
    width: 100%;
}

.spacer-40 {
  height: 40px;
  width: 100%;
}

.spacer-45 {
    height: 45px;
    width: 100%;
}

.spacer-60 {
    height: 60px;
    width: 100%;
}

.spacer-75 {
    height: 75px;
    width: 100%;
}

.spacer-90 {
    height: 90px;
    width: 100%;
}


/*padding*/
.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-padding-t {
    padding-top: 100px;
}

.section-padding-b {
    padding-bottom: 100px;
}
/*--*/
.p-90 {
    padding: 90px;
}
.ptb {
    padding-top: 110px;
    padding-bottom: 110px;
}
.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.plt-90 {
    padding-left: 90px;
    padding-right: 90px;
}

.pt-90 {
    padding-top: 90px;
}

.pb-90 {
    padding-bottom: 90px;
}
/*--*/
.p-85 {
    padding: 85px;
}

.ptb-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.plt-85 {
    padding-left: 85px;
    padding-right: 85px;
}

.pt-85 {
    padding-top: 85px;
}

.pb-85 {
    padding-bottom: 85px;
}
/*--*/
.p-80 {
    padding: 80px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.plt-80 {
    padding-left: 80px;
    padding-right: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}
/*--*/
.p-75 {
    padding: 75px;
}

.ptb-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

.plt-75 {
    padding-left: 75px;
    padding-right: 75px;
}

.pt-75 {
    padding-top: 75px;
}

.pb-75 {
    padding-bottom: 75px;
}
/*--*/
.p-70 {
    padding: 70px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.plt-70 {
    padding-left: 70px;
    padding-right: 70px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}
/*--*/
.p-65 {
    padding: 65px;
}

.ptb-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.plt-65 {
    padding-left: 65px;
    padding-right: 65px;
}

.pt-65 {
    padding-top: 65px;
}

.pb-65 {
    padding-bottom: 65px;
}
/*--*/
.p-60 {
    padding: 60px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.plt-60 {
    padding-left: 60px;
    padding-right: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}
/*--*/
.p-55 {
    padding: 55px;
}

.ptb-55 {
    padding-top: 55px;
    padding-bottom: 55px;
}

.plt-55 {
    padding-left: 55px;
    padding-right: 55px;
}

.pt-55 {
    padding-top: 55px;
}

.pb-55 {
    padding-bottom: 55px;
}
/*--*/
.p-50 {
    padding: 50px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.plt-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}
/*--*/
.p-45 {
    padding: 45px;
}

.ptb-45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.plt-45 {
    padding-left: 45px;
    padding-right: 45px;
}

.pt-45 {
    padding-top: 45px;
}

.pb-45 {
    padding-bottom: 45px;
}
/*--*/
.p-40 {
    padding: 40px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.plt-40 {
    padding-left: 40px;
    padding-right: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}
/*--*/
.p-35 {
    padding: 35px;
}

.ptb-35 {
    padding-top: 35px;
    padding-bottom: 35px;
}

.plt-35 {
    padding-left: 35px;
    padding-right: 35px;
}

.pt-35 {
    padding-top: 35px;
}

.pb-35 {
    padding-bottom: 35px;
}
/*--*/
.p-30 {
    padding: 30px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.plt-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}
/*--*/
.p-25 {
    padding: 25px;
}

.ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.plt-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.pt-25 {
    padding-top: 25px;
}

.pb-25 {
    padding-bottom: 25px;
}
/*--*/
.p-20 {
    padding: 20px;
}

.ptb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.plt-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}
/*--*/
.p-15 {
    padding: 15px;
}

.ptb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.plr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.plt-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pt-15 {
    padding-top: 15px;
}

.pb-15 {
    padding-bottom: 15px;
}
/*--*/
.p-10 {
    padding: 10px;
}

.ptb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.plt-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}
/*--*/
.p-5 {
    padding: 5px;
}

.ptb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.plt-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}



/*margrin*/
.container-margin {
    margin-top: 90px;
    margin-bottom: 90px;
}

.container-margin-t {
    margin-top: 90px;
}

.container-margin-b {
    margin-bottom: 90px;
}

/*--*/
.m-90 {
    margin: 90px;
}

.mtb-90 {
    margin-top: 90px;
    margin-bottom: 90px;
}

.mlt-90 {
    margin-left: 90px;
    margin-right: 90px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}
/*--*/
.m-85 {
    margin: 85px;
}

.mtb-85 {
    margin-top: 85px;
    margin-bottom: 85px;
}

.mlt-85 {
    margin-left: 85px;
    margin-right: 85px;
}

.mt-85 {
    margin-top: 85px;
}

.mb-85 {
    margin-bottom: 85px;
}
/*--*/
.m-80 {
    margin: 80px;
}

.mtb-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mlt-80 {
    margin-left: 80px;
    margin-right: 80px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}
/*--*/
.m-75 {
    margin: 75px;
}

.mtb-75 {
    margin-top: 75px;
    margin-bottom: 75px;
}

.mlt-75 {
    margin-left: 75px;
    margin-right: 75px;
}

.mt-75 {
    margin-top: 75px;
}

.mb-75 {
    margin-bottom: 75px;
}
/*--*/
.m-70 {
    margin: 70px;
}

.mtb-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

.mlt-70 {
    margin-left: 70px;
    margin-right: 70px;
}

.mt-70 {
    margin-top: 70px;
}

.mb-70 {
    margin-bottom: 70px;
}
/*--*/
.m-65 {
    margin: 65px;
}

.mtb-65 {
    margin-top: 65px;
    margin-bottom: 65px;
}

.mlt-65 {
    margin-left: 65px;
    margin-right: 65px;
}

.mt-65 {
    margin-top: 65px;
}

.mb-65 {
    margin-bottom: 65px;
}
/*--*/
.m-60 {
    margin: 60px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mlt-60 {
    margin-left: 60px;
    margin-right: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}
/*--*/
.m-55 {
    margin: 55px;
}

.mtb-55 {
    margin-top: 55px;
    margin-bottom: 55px;
}

.mlt-55 {
    margin-left: 55px;
    margin-right: 55px;
}

.mt-55 {
    margin-top: 55px;
}

.mb-55 {
    margin-bottom: 55px;
}
/*--*/
.m-50 {
    margin: 50px;
}

.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mlt-50 {
    margin-left: 50px;
    margin-right: 50px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}
/*--*/
.m-45 {
    margin: 45px;
}

.mtb-45 {
    margin-top: 45px;
    margin-bottom: 45px;
}

.mlt-45 {
    margin-left: 45px;
    margin-right: 45px;
}

.mt-45 {
    margin-top: 45px;
}

.mb-45 {
    margin-bottom: 45px;
}
/*--*/
.m-40 {
    margin: 40px;
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mlt-40 {
    margin-left: 40px;
    margin-right: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}
/*--*/
.m-35 {
    margin: 35px;
}

.mtb-35 {
    margin-top: 35px;
    margin-bottom: 35px;
}

.mlt-35 {
    margin-left: 35px;
    margin-right: 35px;
}

.mt-35 {
    margin-top: 35px;
}

.mb-35 {
    margin-bottom: 35px;
}
/*--*/
.m-30 {
    margin: 30px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mlt-30 {
    margin-left: 30px;
    margin-right: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}
/*--*/
.m-25 {
    margin: 25px;
}

.mtb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.mlt-25 {
    margin-left: 25px;
    margin-right: 25px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}
/*--*/
.m-20 {
    margin: 20px;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mlt-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}
/*--*/
.m-15 {
    margin: 15px;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mlt-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}
/*--*/
.m-10 {
    margin: 10px;
}

.mtb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mlt-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}
/*--*/
.m-5 {
    margin: 5px;
}

.mtb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mlt-5 {
    margin-left: 5px;
    margin-right: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-5 {
    margin-bottom: 5px;
}
/*--*/
.m-0 {
    margin: 0px;
}

.mtb-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.mlt-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mt-0 {
    margin-top: 0px;
}

.mb-0 {
    margin-bottom: 0px;
}
.aligncenter  { display: block; margin: 0 auto; }
.alignleft    { float: left; margin: 0 20px 20px 0; }
.alignright   { float: right; margin: 0 0 20px 20px; }

@media (max-width: 767px) {
    /*extra small medium*/

    /*padding*/
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-padding-t {
        padding-top: 60px;
    }

    .section-padding-b {
        padding-bottom: 60px;
    }

    /*margrin*/
    .container-margin {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .container-margin-t {
        margin-top: 60px;
    }

    .container-margin-b {
        margin-bottom: 60px;
    }

    .float-xs-left {
        float: left !important;
        text-align: left;
    }

    .float-xs-right {
        float: right !important;
        text-align: right;
    }

    .p-xs-0 {
        padding: 0px;
    }

    .ptb-xs-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .plt-xs-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pt-xs-0 {
        padding-top: 0px;
    }

    .pb-xs-0 {
        padding-bottom: 0px;
    }


    .mtb-xs-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mlt-xs-30 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .mt-xs-30 {
        margin-top: 30px;
    }

    .mb-xs-30 {
        margin-bottom: 30px;
    }

    /* 0 */
    .mtb-xs-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mlt-xs-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mt-xs-0 {
        margin-top: 0px;
    }

    .mb-xs-0 {
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .p-sm-0 {
        padding: 0px;
    }

    .ptb-sm-0 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .plt-sm-0 {
        padding-left: 0px;
        padding-right: 0px;
    }

    .pt-sm-0 {
        padding-top: 0px;
    }

    .pb-sm-0 {
        padding-bottom: 0px;
    }


    .mtb-sm-30 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mlt-sm-30 {
        margin-left: 30px;
        margin-right: 30px;
    }

    .mt-sm-30 {
        margin-top: 30px;
    }

    .mb-sm-30 {
        margin-bottom: 30px;
    }

    /* 0 */
    .mtb-sm-0 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mlt-sm-0 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .mt-sm-0 {
        margin-top: 0px;
    }

    .mb-sm-0 {
        margin-bottom: 0px;
    }
}

.dropdown-color {
    color: #fff !important;
    padding-top: 10px;
}
h6.dropdown-color {
    color: #fff;
}

h4.dropdown-color {
    font-size: 14px;
}
.media a {
    color: #fff;
}

/*==========================================================================================================*/
/* HEADER     ||---------------------------- */
/*==========================================================================================================*/

/*------------------------------------------------------------------*/
/* Header Style */
/*------------------------------------------------------------------*/
.header {
    position: absolute;
    text-align: center;
    top: 0px;
    z-index: 1000;
    color: #fff;
    width: 100%;
    height: 94px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

    .header.header-prepare, .header.header-light.header-prepare {
        background-color: rgba(51, 51, 51, 0.9);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    }

    .header.header-dark.header-prepare {
        background-color: rgba(54, 54, 54, 0.95);
        border-bottom: 0px none;
    }

    .header.header-fixed {
        display: block;
        margin-top: 0 !important;
        position: fixed;
        height: 64px;
    }

.header-inner {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

.header-fixed .logo a {
    width: 215px;
    margin-top: 0px;
    /*margin-bottom: 15px;*/
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
}

.header-fixed .nav-menu ul.nav-menu-inner > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
}

/*header Logo style*/
.header.header-prepare .logo a img.logo-light,
.header .logo a img.logo-dark {
    opacity: 0;
}

.header .logo a img.logo-light,
.header.header-prepare .logo a img.logo-dark,
.header.header-light .logo a img.logo-dark {
    opacity: 1;
}

.header.header-dark.header-prepare .logo a img.logo-dark,
.header.header-dark .logo a img.logo-dark {
    opacity: 0;
}

.header.header-dark.header-prepare .logo a img.logo-light,
.header.header-dark .logo a img.logo-light {
    opacity: 1;
}

@media all and (min-width: 1025px) {

    /*header nav style*/
    .header.header-prepare .nav-menu ul.nav-menu-inner > li > a {
        color: #fff;
    }

        .header.header-prepare .nav-menu ul.nav-menu-inner > li:hover > a,
        .header.header-prepare .nav-menu ul.nav-menu-inner > li > a:hover {
            color: #818c61;
        }

    .header.header-dark.header-prepare .nav-menu ul.nav-menu-inner > li > a {
        color: #fff;
    }

        .header.header-dark.header-prepare .nav-menu ul.nav-menu-inner > li:hover > a,
        .header.header-dark.header-prepare .nav-menu ul.nav-menu-inner > li > a:hover {
            color: #818c61;
        }
}

@media all and (max-width: 1024px) {
    .header {
        height: 64px;
    }

    .header-inner {
        padding-left: 30px;
        padding-right: 30px;
        position: relative;
        display: table;
        width: 100%;
    }


     .header .logo-mini a {
        margin-top: 15px;

        width: 40px;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }
    .logo-mini a img {
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
  width: 100%;
}
.logo-mini {

  display: inline-block;
  float: left;
  text-align: left;

}
.logo-mini a {
    display: block;
    position: relative;
}

.small-phone {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.small-phone a {
    color: #fff !important;
    font-weight: 600;
    padding-bottom: 0 !important;
    line-height: 0;
}
.confidential.text-center {
  color: #fff;
  font-size: 10px;
  line-height: 0;
  margin-left: 25px;
}
}
@media all and (max-width: 767px) {
.small-phone {
    text-align: center;
  margin-left: -90px;
  position: absolute;
  right: 50%;
  padding-left: 0;
  padding-right: 0;
}
.small-phone a {
    color: #fff !important;
    font-weight: 600;
    padding-bottom: 0 !important;
    line-height: 0;
}
.confidential.text-center {
  color: #fff;
  font-size: 10px;
  line-height: 0;
  margin-left: 25px;
}
.small-phone-xs {

  font-size: 11px;
  font-weight: 700;
  left: 50%;
  margin-left: -90px;
  margin-top: 5px;
  position: absolute;
  text-align: center;
}
.small-phone-xs a {
    color: #fff !important;
    font-weight: 600;
    font-size: 22px;


}
.confidential-xs {
  color: #fff;
  font-size: 10px;

}
.header-inner {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

}
}

/*------------------------------------------------------------------*/
/* Logo Style */
/*------------------------------------------------------------------*/

.logo {
    float: left;
    text-align: left;
    display: inline-block;
    margin-top: 5px !important;
}

    .logo a {
        width: 150px;
        display: block;
        margin-top: 15px;
        /*margin-bottom: 28px;*/
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        position: relative;
    }

        .logo a img {
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;

            transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
            -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
            -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
            -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        }


.logo-header {
    margin-top: 7px;
}

.amenities {
    max-width: 125px;
}
/*------------------------------------------------------------------*/
/* Navigation Menu Style */
/*------------------------------------------------------------------*/
.nav-menu {
    position: static;
    float: right;
    display: block;
}

    .nav-menu.active {
        display: block;
    }

    .nav-menu ul.nav-menu-inner {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nav-menu ul.nav-menu-inner li {
            display: inline-block;
            list-style: none;
            text-align: left;
        }

        .nav-menu ul.nav-menu-inner > li > a {
            color: #fff;
        }

.header-light .nav-menu ul.nav-menu-inner > li > a {
    color: #fff;
}




.nav-menu ul.nav-menu-inner li a {
    font-family: inherit;
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    letter-spacing: 2px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    font-family: "Raleway",sans-serif;
}

.nav-menu ul.nav-menu-inner > li > a {
    padding: 41px 15px;
}

.header .nav-menu ul.nav-menu-inner > li.active a,
.header .nav-menu ul.nav-menu-inner > li a.active,
.header .nav-menu ul.nav-menu-inner > li:hover > a,
.header .nav-menu ul.nav-menu-inner > li > a:hover,
.header.header-dark .nav-menu ul.nav-menu-inner > li.active a,
.header.header-dark .nav-menu ul.nav-menu-inner > li a.active,
.header.header-dark .nav-menu ul.nav-menu-inner > li:hover > a,
.header.header-dark .nav-menu ul.nav-menu-inner > li > a:hover,
.header.header-dark.header-prepare .nav-menu ul.nav-menu-inner li a.current,
.header.header-dark.header-prepare .nav-menu ul.nav-menu-inner li.current a {
    color: #818c61 !important;
}


.header.header-light .nav-menu ul.nav-menu-inner > li:hover > a,
.header.header-light .nav-menu ul.nav-menu-inner > li > a:hover,
.header.header-prepare .nav-menu ul.nav-menu-inner li a.current,
.header.header-prepare .nav-menu ul.nav-menu-inner li.current a {
    color: #818c61;
}

/* Mobile bar icon */
.nav-mobile.nav-bar-icon {
    display: none;
}

.nav-bar-icon {
    display: inline-block;
    float: right;
    position: relative;
    height: 16px;
    width: 20px;
    padding-top: 47px;
    padding-bottom: 47px;
    margin-left: 15px;
    transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    cursor: pointer;
}

.header-fixed .nav-bar-icon {
    padding-top: 32px;
    padding-bottom: 32px;
}

.nav-bar-icon a {
    color: #fff;
    display: block;
    font-size: 17px;
    padding: 19px 0;
}

    .nav-bar-icon.active a, .nav-bar-icon a.active,
    .nav-bar-icon:hover a, .nav-bar-icon a:hover {
        color: #17a697;
    }

.nav-bar-icon > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 18px;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
    -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: background 0.25s ease, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.25s ease;
    transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
}

    .nav-bar-icon > span:before,
    .nav-bar-icon > span:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        -webkit-transition: -webkit-transform 0.3s, background 0.25s ease;
        -webkit-transition: background 0.25s ease, -webkit-transform 0.3s;
        transition: background 0.25s ease, -webkit-transform 0.3s;
        transition: transform 0.3s, background 0.25s ease;
        transition: transform 0.3s, background 0.25s ease, -webkit-transform 0.3s;
    }

header .nav-bar-icon > span,
header .nav-bar-icon > span:before,
header .nav-bar-icon > span::after,
header.header-dark .nav-bar-icon > span,
header.header-dark .nav-bar-icon > span:before,
header.header-dark .nav-bar-icon > span::after,
header.header-dark.header-prepare .nav-bar-icon > span,
header.header-dark.header-prepare .nav-bar-icon > span:before,
header.header-dark.header-prepare .nav-bar-icon > span::after {
    background-color: #fff;
}

header.header-light .nav-bar-icon > span,
header.header-light .nav-bar-icon > span:before,
header.header-light .nav-bar-icon > span::after,
header.header-prepare .nav-bar-icon > span,
header.header-prepare .nav-bar-icon > span:before,
header.header-prepare .nav-bar-icon > span::after {
    background-color: #fff;
}


.nav-bar-icon > span:before {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -o-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
}

.nav-bar-icon > span:after {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    -o-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -moz-transform: translateY(6px);
}

.nav-bar-icon.active {
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

    .nav-bar-icon.active > span:before {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

    .nav-bar-icon.active > span:after {
        transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
    }

/* Dropdown-menu */
.nav-menu > ul li {
    position: relative;
}

.sub-dropdown.dropdown {
    top: 100%;
    left: 0;
    position: absolute;
}

.sub-dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    background: rgba(32, 33, 32, 0.95);
    padding: 0;
    width: 215px;
}

    .sub-dropdown li {
        width: 100%;
    }

    .sub-dropdown > li > a {
        padding: 13px 15px;
        display: block;
        color: rgba(255, 255, 255, 0.75);
        font-size: 11px !important;
        font-weight: 500 !important;
        letter-spacing: 1.8px !important;
    }

    .sub-dropdown > li:hover > a {
        background: rgba(255,255,255,0.05);
        color: #fff;
    }

    .sub-dropdown i {
        float: right;
    }

@media all and (max-width: 1280px) {

.header-fixed .nav-menu ul.nav-menu-inner > li > a {

  padding: 25px 5px;
}
    .nav-menu ul.nav-menu-inner li a {

  font-size: 12px;

}

}


@media all and (max-width: 1024px) {
    .nav-menu ul.nav-menu-inner li {
        display: block;
        width: 100%;
    }

    .nav-menu {
        position: static;
        left: 0;
        top: 100%;
        float: none;
        display: none;
        width: 100%;
        background: rgba(34,34,34,0.85);
        overflow-y: auto;
        z-index: 999;
    }

    .nav-bar-icon, .nav-mobile.nav-bar-icon, .header-fixed .nav-bar-icon {
        display: inline-block;
        float: right;
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .nav-menu ul.nav-menu-inner li a, .header-fixed .nav-menu ul.nav-menu-inner li a {
        padding: 15px 12px;
        border-top: 1px solid #444;
    }


    /* Dropdown */
    .sub-dropdown.dropdown, .sub-dropdown {
        top: 100%;
        position: relative;
        left: 0;
        width: 100%;
    }

        .sub-dropdown a {
            padding-left: 30px !important;
        }

        .sub-dropdown > li > .sub-dropdown > li > a {
            padding-left: 45px !important;
        }

        .sub-dropdown li .sub-dropdown li > .sub-dropdown > li > a {
            padding-left: 60px !important;
        }

    .header .nav-menu ul.nav-menu-inner li a.current,
    .header .nav-menu ul.nav-menu-inner li.current a,
    .header.header-light .nav-menu ul.nav-menu-inner > li:hover > a,
    .header.header-light .nav-menu ul.nav-menu-inner > li > a:hover,
    .header.header-prepare .nav-menu ul.nav-menu-inner li a.current,
    .header.header-prepare .nav-menu ul.nav-menu-inner li.current a {
        color: #fff;
    }

    .header-light .nav-menu ul.nav-menu-inner > li > a {
        color: rgba(255,255,255,0.60);
    }
}



/*------------------------------------------------------------------*/
/* Right Side Menu Button (Search, recent, Bar, etc) */
/*------------------------------------------------------------------*/

.side-menu-btn {
    float: right;
    position: relative;
    color: #323232;
}

    .side-menu-btn ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .side-menu-btn ul li {
            display: inline-block;
            float: left;
            position: relative;
        }

        .side-menu-btn ul > li > a {
            margin-left: 20px;
            color: #fff;
            font-size: 16px;
            transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
            -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
            -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
            -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        }

            .side-menu-btn ul > li > a:hover,
            .header.header-prepare .side-menu-btn ul > li > a:hover {
                color: #818c61;
            }

                .side-menu-btn ul > li > a:hover span,
                .side-menu-btn ul > li > a:hover span:before,
                .side-menu-btn ul > li > a:hover span:after {
                    background-color: #818c61;
                }

        .side-menu-btn ul li a.header-icon {
            padding-top: 33px;
            padding-bottom: 35px;
            display: block;
        }

.header-fixed .side-menu-btn ul li a.header-icon {
    padding-bottom: 20px;
    padding-top: 18px;
}


.header.header-prepare .side-menu-btn ul li a,
.header.header-light .side-menu-btn ul li a {
    color: #323232;
}

header.header-dark .side-menu-btn ul li a,
header.header-dark.header-prepare .side-menu-btn ul li a {
    color: #fff;
}

/* recent Dropdown ------- */
.recent {
    position: static !important;
}

    .recent .recent-notification-wrap {
        position: relative;
    }

    .recent .recent-notification {
        position: absolute;
        width: 16px;
        height: 16px;
        font-size: 11px;
        color: #fff;
        right: -5px;
        bottom: -3px;
        display: block;
        background: #818c61;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        font-weight: 700;
        text-align: center;
        line-height: 14px;
        font-family: 'Raleway', sans-serif;
    }

    .recent:hover .recent-dropdown {
        visibility: visible;
        opacity: 1;
    }

.recent-dropdown {
    background: rgba(32, 32, 32, 0.95);
    color: #fff;
    position: absolute;
    top: 100%;
    right: 0;
    width: 250px;
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .recent-dropdown .recent-list {
        margin: 0px;
        padding: 0px;
        display: table;
        text-align: left;
    }

        .recent-dropdown .recent-list li {
            list-style: none;
            padding: 15px 0px 15px 0px;
            display: block;
            margin: 0px;
            border-bottom: 1px solid #fff;
            position: relative;
            display: block;
            float: left;
            width: 100%;
        }

            .recent-dropdown .recent-list li > .close-recent-list {
                position: absolute;
                right: 0px;
                top: 15px;
                width: 15px;
                height: 15px;
                display: block;
                background-image: none !important;
                color: #fff !important;
            }

                .recent-dropdown .recent-list li > .close-recent-list:hover {
                    color: #818c61;
                    background-image: none !important;
                }

        .recent-dropdown .recent-list .media {
            margin-top: 0px;
        }

            .recent-dropdown .recent-list .media .pull-left {
                width: 70px;
            }

                .recent-dropdown .recent-list .media .pull-left img {
                    width: 100%;
                }

            .recent-dropdown .recent-list .media .media-body {
                width: 125px;
            }

                .recent-dropdown .recent-list .media .media-body a {
                    color: #fff;
                }

            .recent-dropdown .recent-list .media h6, .recent-dropdown .recent-list .media h5, .recent-dropdown .recent-list .media p {
                margin-top: 0px;
                margin-bottom: 5px;
            }

            .recent-dropdown, .recent-dropdown .recent-list .media a {
                color: #fff;
            }

                .recent-dropdown .recent-list .media a:hover {
                    color: #818c61;
                }

.recent-dropdown {
    color: #fff;
    padding-top: 10px;
}

    .recent-dropdown .recent-sub-totle {
        color: #fff;
        padding-top: 15px;
    }

    .recent-dropdown .recent-checkout-btn a {
        margin-top: 15px;
    }

        .recent-dropdown .recent-checkout-btn a.checkout {
            color: #fff !important;
        }

            .recent-dropdown .recent-checkout-btn a.checkout:hover {
                /*color: #818c61;*/
                color: #fff;
            }

@media all and (max-width: 1024px) {
    .side-menu-btn ul li a.header-icon {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .header-fixed .side-menu-btn ul li a.header-icon {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}

/*Section Scroll Menu Icon Fix*/
.side-menu-btn-fix a {
    font-size: 17px;
    position: fixed;
    right: 25px;
    top: 25px;
    z-index: 2001;
}

.side-menu-btn-fix a {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 34px;
    text-align: center;
    width: 35px;
}

    .side-menu-btn-fix a:hover {
        background: #818c61 none repeat scroll 0 0;
    }


.wrapper {
  position: relative;
  width: 100%;
}

.header .fa {
    color: #fff;
}

/*================================================================================================*/
/* GLOBAL STYLES       ||---------------------------- */
/*================================================================================================*/
/*-------------------------------------------------------------------------------------------*/
/* Push Menu Style (Right Sidebar Menu) --------------- */
/*-------------------------------------------------------------------------------------------*/
/* Sidebar Menu */
.side-menu {
    background: #323232 !important;
    z-index: 2005 !important;
    color: #fff;
    padding: 30px;
    overflow-y: auto;
}

    .side-menu .menu-close {
        left: auto;
        position: absolute;
        right: 30px;
        top: 30px;
        display: inline-block;
        /*background: url("../img/close-white.png") no-repeat center center;*/
        color: #fff;
        font-size: 18px;
        line-height: 0;
        overflow: hidden;
    }

        .side-menu .menu-close:hover {
            /*background: url("../img/close-color.png");*/
            color: #818c61;
        }

    .side-menu a {
        color: #fff;
        font-weight: 500;
        font-size: 12px;
    }

        .side-menu a:hover {
            color: #818c61;
        }

    .side-menu ul {
        padding: 0;
    }

        .side-menu ul li {
            list-style: none;
            margin-bottom: 5px;
        }

    .side-menu > ul > li > a {
        text-transform: uppercase;
        letter-spacing: 1px;
        display: block;
    }

    .side-menu input[type="text"], .side-menu input[type="email"], .side-menu input[type="tel"], .side-menu input[type="number"], .side-menu input[type="password"], .side-menu input[type="radio"], .side-menu input[type="checkbox"], .side-menu textarea, .side-menu select {
        /*border: 1px solid #1d1d1d;
        background: #1d1d1d;
        color: #fff;*/
        border: none;
    }

        .side-menu input[type="text"]:focus, .side-menu input[type="email"]:focus, .side-menu input[type="tel"]:focus, .side-menu input[type="number"]:focus, .side-menu input[type="radio"]:focus, .side-menu input[type="checkbox"]:focus, .side-menu input[type="password"]:focus, .side-menu textarea:focus, .side-menu select:focus {
            /*border-color: #818c61;
            color: #fff;*/
        }

    .side-menu .sign-in {
        padding-bottom: 30px;
        border-bottom: 1px solid #3e3e3e;
        margin-bottom: 30px;
    }

        .side-menu .sign-in a {
            color: #fff;
            font-style: italic;
            font-weight: 400;
            font-size: 12px;
            display: inline-block;
            margin-top: 10px;
        }

            .side-menu .sign-in a:hover {
                color: #818c61;
                text-decoration: underline;
            }

    .side-menu .logo {
        max-width: 120px;
        width: 100%;
    }

    .side-menu .social {
        list-style: none;
    }

        .side-menu .social li {
            display: inline-block;
            margin: 0 10px 0 0;
        }

            .side-menu .social li a {
                font-size: 16px;
            }

.contact-widget {

    padding: 15px;
    background-color: #0f3757;
    border-radius: 4px;
}

.contact-widget p {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
}

.contact-widget label {
    color: #fff;
}

.sidebar-number {
        font-size: 26px;
    color: #d88e46;
    font-weight: 700;
}

.sidebar-number:hover {
    color: #fff;
}

.form-txt {
    font-size: 12px;
    font-style: italic;
}
/* --------------------------------------------------------------------------------------- */
/* Search Overlay Menu -------------- */
/* --------------------------------------------------------------------------------------- */
.search-overlay-menu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 35, 35, 0.9);
    -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 2200;
    text-align: center;
}

    .search-overlay-menu.open {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        -moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        -ms-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
        transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    }

    .search-overlay-menu form {
        height: 120px;
        position: absolute;
        top: 50%;
        left: 0;
        margin: -60px auto 0;
        width: 60%;
        left: 20%;
        transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
    }

    .search-overlay-menu.open form {
        transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        -webkit-transform: translateY(0px);
    }

    .search-overlay-menu input[type="search"] {
        height: 100%;
        width: 100%;
        color: #fff;
        background: transparent;
        border-top: 0px solid transparent;
        border-bottom: 2px solid #909090 !important;
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
        font-size: 60px;
        font-weight: 300;
        outline: none;
        padding: 10px;
    }

    .search-overlay-menu form button {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
        font-size: 3rem;
        position: absolute;
        right: 0;
        top: 40px;
        color: #c6c6c6;
    }

    .search-overlay-menu .search-overlay-close {
        position: absolute;
        top: 20px;
        right: 20px;
        opacity: 1;
        font-size: 40px;
        color: #fff;
    }

        .search-overlay-menu .search-overlay-close:hover {
            color: #818c61;
            cursor: pointer;
        }



/*-------------------------------------------------------------------------------------------*/
/* INTRO     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/


/* intro */
#intro {
    position: relative;
}
.intro-media {
    width:100%;
    position:absolute;
    display:block;
    top:0;
    left:0;
    height:100%;
}
.intro-caption-waper {

    height:100%;
    position:absolute;
    width:100%;
    z-index:2;
}
.intro-content {
    display:table;
    height: 100%;
    text-align:center;
    width: 100%;
}
.intro-content-inner {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding-top: 100px;
}
.video-inner {
    padding-top: 0 !important;
}
.front-intro {
  font-size: 14px;
  font-weight: 600;
  margin-bottom:5px;
  line-height: 20px;
}
.intro-img-circle {
    margin-left:auto;
    margin-right:auto;
    width:120px;
    height:120px;
   border:5px solid rgba(0,0,0, 0.2);
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    margin-bottom:30px;
}
.intro-img-circle img {
    outline:none;
    border:none;
    width:100%;
    height:100%;
     border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}
.intro-img {
    margin-left:auto;
    margin-right:auto;
    width:100px;
    height:100px;
    margin-bottom:15px;
}
.intro-img img {
    outline:none;
    border:none;
    width:100%;
    opacity: 0.9;
    height:100%;
}

.front-h3 {
    font-size: 18px;
    margin-bottom: 5px;
}
.front-list li {
    font-weight: 300;
}

#contact-us {
    background-position: 50% -500px;
}

.intro-title {
    font-size: 36px;
}



/*
=======================================================
INNER-INTRO
=======================================================
*/
section.front {
        min-height: 1075px !important;
    }

.inner-intro {
    position: relative;
    padding: 200px 0;
}


/*#intro .bg-image, #intro.bg-image, #inner-intro .bg-image, #inner-intro.bg-image {
    background-attachment: fixed;
}*/
.inner-intro {
    background-color: #f7f7f7;
    height: 530px;
    display: block;
    position: relative;
}

    .inner-intro.inner-intro-small {
        height: 380px;
    }

    .inner-intro .container {
        position: relative;
        height: 100%;
        display: table;
    }

        .inner-intro .container .title {
            padding-bottom: 65px;
            padding-top: 65px;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

.full-intro .inner-intro .container .title h2 {
    margin-top: 65px;
}

.inner-intro .container .title .separator {
    margin-right: auto;
    margin-left: auto;
}
.second-cta-content {
  background-color: rgba(0, 0, 0, 0.3);
  padding: 15px;
}


@media (max-width: 1500px) {
    .background-custom {
        background-position: center center !important;
    }
}

@media (max-width: 767px) {
    .inner-intro .container {
        width: 100%;
        max-width: 720px;
        text-align: center;
    }


    /*.inner-intro .container .title h2 {
            float: none;
        }

        .inner-intro .container .title p {
            float: none;
            margin-top: 0px;
        }
        .inner-intro .container .title .separator {
            margin-left:auto;
            margin-right:auto;
        }*/
}
@media (max-width: 980px) {
    #contact-us {
    background-position: 50% 0px !important;
    min-height: 800px;

}
    .second-cta {
        padding-top: 40%;
    }
}
@media (max-width: 767px) {
    .intro-title {
        letter-spacing:0;
        font-size:24px;
    }
    section.front {
        min-height: 1200px !important;
    }
    section.contact {
        min-height: 900px !important;
    }
    .support {
        font-size: 12px;
    }
    #contact-us {
    background-position: 50% 0px !important;
    min-height: 800px !important;
}
}






/* Slider */
.sc-logo {
    /*margin-top: 0px;
    margin-bottom:0;*/
    text-align:center;
}

.sc-title {
    font-weight: 800;
   text-align:center;
    /*margin-top: 0px;
    margin-bottom:0;*/
}

.sc-paragraph-lead {

    font-family: Georgia;
    font-style: italic;

    font-size: 20px;
    text-align:center;


    /*margin-top: 0px;
    margin-bottom:0;*/
}

.sc-button {
}

/*-------------------------------------------------------------------------------------------*/
/* GLOBEL    ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

/* Content Box (Services Box, Featured Box, icon-box, etc...) ||-----------------------------*/
.content-box, .content-box-with-bg {
    position: relative;
}

    .content-box.left {
        padding-left: 90px;
        text-align: left;
        margin-bottom: 35px;
        position: relative;
    }

    .content-box.right {
        padding-right: 90px;
        text-align: right;
        margin-bottom: 35px;
        position: relative;
    }

.content-box-with-bg {
    padding: 45px 30px 30px  !important;
    background: #f5f5f5;
    border-radius: 5px;
}

.second-cta {


    vertical-align: middle;
    padding-top: 15%;
}
@media (max-width: 1280px) {

.second-cta {


    vertical-align: middle;
    padding-top: 5%;
}
}
.btn.btn-ltblue.btn-lg::before {
  content: "";
  font-family: FontAwesome;
  padding: 0 1px;
  position: absolute;
  right: .5em;
  transform: translateZ(0px);
  transition-duration: 0.1s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.btn.btn-ltblue.btn-lg:hover::before, .btn.btn-ltblue.btn-lg:focus::before, .btn.btn-ltblue.btn-lg:active::before {
  transform: translateX(6px);
}
.btn.btn-ltblue.btn-lg {
  backface-visibility: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: inline-block;
  padding-right: 2.2em;
  position: relative;
  transform: translateZ(0px);
  transition-duration: 0.1s;
  vertical-align: middle;
}
.btn.btn-ltblue {
  background-color: #818c61;
  border-radius: 0;
  color: #f8f9f4;
  font-size: 20px;
  text-transform: none !important;
}
.btn.btn-ltblue:hover, .btn.btn-ltblue:focus, .btn.btn-ltblue:active {
  background-color:  #9AA380;
}
/*Icon Style 1*/

.content-box:hover .icon-top, .content-box:hover .icon-left, .content-box:hover .icon-right {
    background-color: #818c61;
    color: #fff;
}

.icon-top, .icon-left, .icon-right {
    background-color: #f5f5f5;
    display: inline-block !important;
    font-size: 23px;
    color: #333;
    height: 70px;
    line-height: 75px;
    width: 70px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.icon-top {
    margin-bottom: 30px;
}

.icon-left, .alt-icon-left {
    position: absolute;
    left: 0;
}

.icon-right, .alt-icon-right {
    position: absolute;
    right: 0;
}

.icon-color {
    background-color: #818c61;
    color: #fff;
}

.icon-black {
    background-color: #333;
    color: #fff;
}

.content-box:hover .icon-color {
    background-color: #333;
    color: #fff;
}

.content-box:hover .icon-black {
    background-color: #818c61;
    color: #fff;
}

/* Icon Style 2 */
.content-box.alt-left {
    padding-left: 60px;
    text-align: left;
    margin-bottom: 35px;
    position: relative;
}

.content-box.alt-right {
    padding-right: 60px;
    text-align: right;
    margin-bottom: 35px;
    position: relative;
}

.alt-icon-top, .alt-icon-left, .alt-icon-right {
    color: #333;
    display: inline-block !important;
    font-size: 35px;
    line-height: 1;
    transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.alt-icon-top {
    margin-bottom: 25px;
    text-align: center;
}

.alt-icon-sm-top, .alt-icon-sm-left, .alt-icon-sm-right {
    color: #fff;
    display: inline-block !important;
    font-size: 25px;
    line-height: 1;
    transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.alt-icon-sm-top {
    margin-bottom: 20px;
    text-align: center;
}
/*.content-box.left .features-title, .content-box.right .features-title {
    margin-bottom: 10px;
}*/


/*-----------------------------------------*/
/* Cover Box     ||----------------------*/
/*-----------------------------------------*/
.cover-box {
    position: relative;
    text-align: center;
}

    .cover-box .cover-box-img {
        width: 100%;
        position: relative;
    }

        .cover-box .cover-box-img img {
            width: 100%;
        }

    .cover-box .cover-box-content {
        padding: 30px;
        background: #f5f5f5;
    }


/*-----------------------------------------*/
/* Slider ||-----------------------------*/
/*-----------------------------------------*/

/* Carousel-Theme (Slider Elements - Bullets, Pagination, etc..) */

.owl-buttons {
    position: static;
}
o-flow-hidden {
    overflow:hidden;
}

.owl-carousel.white .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #fff;
}

.owl-carousel.white .owl-controls .owl-page.active span {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
}

.nf-carousel-theme {
}

    .nf-carousel-theme .owl-controls .owl-pagination {
        position: absolute;
        z-index: 2;
        left: 0;
        text-align: center;
        width: 100%;
        margin-top: 15px;
    }

    .nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        width: 31px;
        height: 31px;
        line-height: 31px;
        font-size: 16px;
        margin-top: -15px;
    }

    .content-carousel .owl-controls .owl-buttons .owl-prev,
    .content-carousel .owl-controls .owl-buttons .owl-next,
    .image-carousel .owl-controls .owl-buttons .owl-prev,
    .image-carousel .owl-controls .owl-buttons .owl-next,
    .intro-text-slider .owl-controls .owl-buttons .owl-prev,
    .intro-text-slider .owl-controls .owl-buttons .owl-next,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-prev,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {

        color: #fff;
        /*text-align: center;*/
        position: absolute;
        z-index: 3;
        display: block;
        top: 50%;
        transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        width:100px;
        height:100px;
    }
    .content-carousel .owl-controls .owl-buttons .owl-prev:before,
    .content-carousel .owl-controls .owl-buttons .owl-next:before,
    .image-carousel .owl-controls .owl-buttons .owl-prev:before,
    .image-carousel .owl-controls .owl-buttons .owl-next:before,
    .intro-text-slider .owl-controls .owl-buttons .owl-prev:before,
    .intro-text-slider .owl-controls .owl-buttons .owl-next:before,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-prev:before,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-next:before {
        background: rgba(51,51,51,0.8);
        content:"";
        transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        height:120%;
        width:120%;
        position:absolute;
        top:0;

    }
        .content-carousel .owl-controls .owl-buttons .owl-prev:before,
        .image-carousel .owl-controls .owl-buttons .owl-prev:before,
        .intro-text-slider .owl-controls .owl-buttons .owl-prev:before,
        .nf-carousel-theme .owl-controls .owl-buttons .owl-prev:before
         {
            left:0;
            margin-left:-60%;
        }

        .content-carousel .owl-controls .owl-buttons .owl-next:before,
        .image-carousel .owl-controls .owl-buttons .owl-next:before,
        .intro-text-slider .owl-controls .owl-buttons .owl-next:before,
        .nf-carousel-theme .owl-controls .owl-buttons .owl-next:before
         {
            right:0;
            margin-right:-60%;
        }

        .content-carousel .owl-controls .owl-buttons .owl-prev:hover,
        .content-carousel .owl-controls .owl-buttons .owl-next:hover,
        .image-slider .owl-controls .owl-buttons .owl-prev:hover,
        .image-slider .owl-controls .owl-buttons .owl-next:hover,
        .intro-text-slider .owl-controls .owl-buttons .owl-prev:hover,
        .intro-text-slider .owl-controls .owl-buttons .owl-next:hover,
        .nf-carousel-theme .owl-controls .owl-buttons .owl-prev:hover,
        .nf-carousel-theme .owl-controls .owl-buttons .owl-next:hover {
            /*background: #fff;*/
            color: #818c61;
        }

    .content-carousel .owl-controls .owl-buttons .owl-next,
    .image-carousel .owl-controls .owl-buttons .owl-next,
    .intro-text-slider .owl-controls .owl-buttons .owl-next,
    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
    }

    .nf-carousel-theme .owl-controls .owl-buttons .owl-prev {
        left: 0;
        margin-left: -51px;
        opacity: 0;
    }

    .nf-carousel-theme .owl-controls .owl-buttons .owl-next {
        right: 0;
        margin-right: -51px;
        opacity: 0;
    }

    .content-carousel:hover .owl-controls .owl-buttons .owl-prev,
    .content-carousel:hover .owl-controls .owl-buttons .owl-next,
    .image-carousel:hover .owl-controls .owl-buttons .owl-prev,
    .image-carousel:hover .owl-controls .owl-buttons .owl-next,
    .intro-text-slider:hover .owl-controls .owl-buttons .owl-prev,
    .intro-text-slider:hover .owl-controls .owl-buttons .owl-next,
    .nf-carousel-theme:hover .owl-controls .owl-buttons .owl-prev,
    .nf-carousel-theme:hover .owl-controls .owl-buttons .owl-next {
        margin-right: 0;
        margin-left: 0;
        opacity: 1;
    }


/* Singel Item slider (Images & Contant Slider) */
.content-carousel, .image-carousel, .intro-text-slider {
    overflow: hidden;
    position:relative;
}

    .content-carousel .owl-controls .owl-pagination,
    .image-carousel .owl-controls .owl-pagination,
    .intro-text-slider .owl-controls .owl-pagination,
    .item1-carousel .owl-controls .owl-pagination {
        position: absolute;
        bottom: 0;
        z-index: 2;
        bottom: 15px;
        left: 0;
        text-align: center;
        width: 100%;
    }

    .content-carousel .owl-controls .owl-buttons .owl-prev,
    .content-carousel .owl-controls .owl-buttons .owl-next,
    .image-carousel .owl-controls .owl-buttons .owl-prev,
    .image-carousel .owl-controls .owl-buttons .owl-next,
    .intro-text-slider .owl-controls .owl-buttons .owl-prev,
    .intro-text-slider .owl-controls .owl-buttons .owl-next {
        width: 51px;
        height: 51px;
        line-height: 57px;
        font-size: 21px;
        margin-top: -25px;
    }

    .content-carousel .owl-controls .owl-buttons .owl-prev,
    .image-carousel .owl-controls .owl-buttons .owl-prev,
    .intro-text-slider .owl-controls .owl-buttons .owl-prev {
        left: 0;
        margin-left: -51px;
        opacity: 0;
        text-align:left;
        padding-left:10px;
    }

    .content-carousel .owl-controls .owl-buttons .owl-next,
    .image-carousel .owl-controls .owl-buttons .owl-next,
    .intro-text-slider .owl-controls .owl-buttons .owl-next {
        right: 0;
        margin-right: -51px;
        opacity: 0;
        text-align:right;
        padding-right:10px;
    }

    .content-carousel img, .image-carousel .item img {
        width: 100%;
    }

/* Portfolio (Isotop Grid, box, etc...) --------------------------*/

.portfolio-grid-fit .portfolio-item {
    position: relative;
    float: left;
    width: 25%;
    height: auto;
    margin: 0px;
    padding: 0px;
    background: #888;
    color: #262524;
    display: block;
}

@media (max-width: 1170px) {
    .portfolio-grid-fit .portfolio-item {
        width: 33.33333333333333%;
    }
}

@media (max-width: 980px) {
    .portfolio-grid-fit .portfolio-item {
        width: 50%;
    }
}

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

.portfolio-box {
    position: relative;
    overflow: hidden;
}

    .portfolio-box .portfolio-image-wrap {
        display: block;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }

        .portfolio-box .portfolio-image-wrap img {
            width: 100%;
        }

    .portfolio-box .portfolio-caption {
        opacity: 0;
        visibility: hidden;
        background-color: #fff;
        height: calc(100% - 20px);
        width: calc(100% - 20px);
        left: 10px;
        top: 10px;
        padding: 20px;
        position: absolute;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        z-index: 9;
        transform: scale(0.5);
        -o-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -webkit-transform: scale(0.5);
        transition-delay: 0s;
        -o-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -webkit-transition-delay: 0s;
    }

    .portfolio-box:hover .portfolio-caption {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transition-delay: 0.08s;
        -o-transition-delay: 0.08s;
        -moz-transition-delay: 0.08s;
        -webkit-transition-delay: 0.08s;
    }

    .portfolio-box .portfolio-caption .portfolio-caption-tb {
        height: 100%;
        width: 100%;
        display: table;
    }

    .portfolio-box .portfolio-caption .portfolio-caption-tb-cell {
        display: table-cell;
        vertical-align: middle;
        padding: 30px;
        color: #333;
        text-align: center;
    }

    .portfolio-box .portfolio-caption p {
        margin-bottom: 20px;
    }

ul.portfolio-btn-wraper, .portfolio-btn-wraper {
    list-style: none;
    padding: 0px;
    margin-top: 5px;
}

    ul.portfolio-btn-wraper li {
        display: inline-block;
        margin: 0px 0px;
    }

    ul.portfolio-btn-wraper .btn {
        display: inline-block;
        height: 32px !important;
        width: 32px !important;
        line-height: 28px !important;
        font-size: 14px;
        padding: 0px !important;
        text-align: center;
    }

        ul.portfolio-btn-wraper .btn i, .portfolio-btn-wraper .btn i {
            margin-left: 0px;
            margin-right: 0px;
        }
/* Portfolio Filter */
.portfolio-filter {
    margin: 0 0 100px;
    padding: 0;
    text-align: center;
}

    .portfolio-filter li {
        display: inline-block;
        list-style: none;
    }

        .portfolio-filter li a {
            display: block;
            pointer-events: none;
            cursor: default;
            color: #818c61;
            font-size: 16px;
            font-weight: 600;
            letter-spacing: 1px;
            margin-left: 30px;
            margin-right: 30px;
            text-transform: uppercase;
        }

            .portfolio-filter li a.active {
                color: #818c61;
            }

/*-------------------------------------------------------------------------------------------*/
/* Video Gallery     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
figcaption.videoGalleryFigCap {

    display: block;
    height: 100%;
    width: 100%;
    left: 0;

    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;

    text-align: center;
    padding-top: 132px;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 1.2em;
}

#videoPage {
  position: relative;
  height:900px;
}

#thumbnailVideos {
  height:auto;
  display:block;
  margin-right:auto;
  margin-left:auto;
  margin-top:40px;
}
.vidthumb {
  display:inline-block;
  height:150px;
  width:auto;
}

#mainVideo {
  margin-top:200px;
}

.videoGalleryContainer {
    width: 100%;
    text-align: center;
    margin-top:30px;
}
a.smallScreenCenter{
  color:black;
  font-size:22px;
  text-align: center;
}
img.img-responsive.smallscreenCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: solid white 3px;
    padding-bottom:0px;
}

figure.videothumbfigure {
  position:relative;
}

figure.smallscreenCenter img {
  display:block
}

figcaption.videocap {
    background: rgba(255,255,255,1);
    transition: opacity 0.5s ease;
    display: block;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 15px;
    bottom: 0;
    z-index: 100;
    text-align: center;
    padding-top: 20%;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 1.2em;
}

a:hover figcaption.videocap {
  opacity: 1;
}

figcaption.videocap p {
  position:relative;
  top:-30px;
  font-size:14px;
}

figcaption.videocap i {
  position:relative;
  top:-30px;
}

.vidthumbfigure {
    position: relative;
    display: block;
    height: 169px;
    width: 300px;
    margin-bottom:4em;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:1200px) {
  .videoGalleryContainer {
      width: 100%;
      text-align: center;
      margin-top:10px;
    }

    .thumbVids {
        transform:scale(.85);
    }
    figcaption.videocap {
      background: rgba(255,255,255,1);
      transition: opacity 0.5s ease;
      display: block;
      height: calc(100% - 50px);
      width: calc(100% - 70px);
      left: 35px;
      opacity: 0;
      position: absolute;
      right: 10px;
      top: 25px;
      bottom: 0;
      z-index: 100;
      text-align: center;
      padding-top: 20%;
      padding-left: 10%;
      padding-right: 10%;
      font-size: 1.2em;
    }

    .vidthumbfigure {
        position: relative;
        display: block;
        height: 169px;
        width: 300px;
        margin-bottom:2em;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:991px){
    .videoGalleryContainer {
        width: 100%;
        text-align: center;
        margin-top:0px;
    }

    .thumbVids {
        transform:scale(.7);
    }

    figcaption.videocap {
        background: rgba(255,255,255,1);
        transition: opacity 0.5s ease;
        display: block;
        height: calc(100% - 70px);
        width: calc(100% - 110px);
        left: 55px;
        opacity: 0;
        position: absolute;
        right: 10px;
        top: 35px;
        bottom: 0;
        z-index: 100;
        text-align: center;
        padding-top: 20%;
        padding-left: 10%;
        padding-right: 10%;
        font-size: 1.2em;
    }

    figcaption.videocap p {
      position:relative;
      top:-30px;
      font-size:10px;
    }
    .vidthumbfigure{
        position: relative;
        display: block;
        left:-35px;
        height: 169px;
        width: 300px;
        margin-bottom:0em;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:767px){
  .thumbVids {
      transform:scale(.9);
  }

  figcaption.videocap {
      background: rgba(255,255,255,.75);
      transition: opacity 0.5s ease;
      display: block;
      height: calc(100% - 25px);
      width: calc(100% - 44px);
      left: 22px;
      opacity: 0;
      position: absolute;
      right: 10px;
      top: 13px;
      bottom: 0;
      z-index: 100;
      text-align: center;
      padding-top: 20%;
      padding-left: 10%;
      padding-right: 10%;
      font-size: 1.2em;
  }

  figcaption.videocap p {
    position:relative;
    top:-30px;
    font-size:10px;
  }
  .vidthumbfigure{
      position: relative;
      display: block;
      left:0;
      height: 169px;
      width: 300px;
      margin-bottom:0em;
      margin-left: auto;
      margin-right: auto;
  }
  a figcaption.videocap {
    opacity: 1;
  }
  figcaption.videoGalleryFigCap {

    display: block;
    height: 100%;
    width: 100%;
    left: 0;

    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;

    text-align: center;
    padding-top: 23%;
    padding-left: 10%;
    padding-right: 10%;
    font-size: 1.2em;
  }
}
@media screen and (max-width:630px) {
  #videoPage {
    height:700px;
  }
}

@media screen and (max-width:500px) {
  #videoPage {
    height:600px;
  }
}

@media screen and (max-width:320px) {
  #videoPage {
    height:400px;
  }
  #mainVideo {
   margin-top:100px;
  }
}








/*-------------------------------------------------------------------------------------------*/
/* ELEMENTS     ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/

/* Team Box   ||-------------------*/
.team-item {
    padding-left: 15px;
    padding-right: 15px;
}

.team-item-img {
    position: relative;
}

    .team-item-img > img {
        width: 100%;
    }

    .team-item-img .team-item-detail {
        background: #fff;
        text-align: center;
        color: #fff;
        display: -webkit-flex;
        display: flex;
        height: calc(100% - 20px);
        width: calc(100% - 20px);
        position: absolute;
        top: 10px;
        left: 10px;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
    }

.team-item:hover .team-item-detail {
    opacity: 1;
    visibility: visible;
}

.team-item-img .team-item-detail .team-item-detail-inner, .cent-mid-content {
    margin: auto;
    padding: 25px;
}

    .team-item-img .team-item-detail .team-item-detail-inner .social {
        margin: 5px 0px 0px 0px;
        padding: 0px;
    }

        .team-item-img .team-item-detail .team-item-detail-inner .social li {
            list-style: none;
            display: inline-block;
            margin: 0px 5px;
        }

            .team-item-img .team-item-detail .team-item-detail-inner .social li a {
                color: #333;
                font-size: 16px;
            }

                .team-item-img .team-item-detail .team-item-detail-inner .social li a:hover {
                    color: #333;
                }

.team-item-info {
    padding-top: 15px;
    text-align: center;
}

    .team-item-info h5, .team-item-info h6 {
        margin-bottom: 5px;
    }

    .team-item-info p {
        margin-bottom: 0px;
    }


/*  Skills Bar      ||---------------------------- */

.skillbar {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.skillbar-bar {
    background: #fff;
    border: 1px solid #f1f1f1;
    width: 100%;
    padding: 4px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.skillbar-bar-child {
    height: 8px;
    width: 0px;
    background: #333;
    -webkit-transition-property: width, background-color;
    -moz-transition-property: width, background-color;
    -ms-transition-property: width, background-color;
    -o-transition-property: width, background-color;
    transition-property: width, background-color;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.skillbar-title {
    display: inline-block;
    text-align: left;
    margin-bottom: 7px;
}

.skillbar-title, .skill-bar-percent {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}


.skill-bar-percent {
    float: right;
    display: inline-block;
    font-weight: 400;
    margin-top: 3px;
}


/*  Process                ||---------------------------- */
.process-box {
    position: relative;
}

    .process-box:before, .process-box:after {
        position: absolute;
        top: 50px;
        content: "";
        border-top: 1px dashed #f1f1f1;
        width: 50%;
        z-index: -1;
    }

    .process-box:before {
        right: 0;
    }

    .process-box:after {
        left: 0;
    }

    .process-box .process-icon {
        background: #fff;
        height: 100px;
        width: 100px;
        line-height: 100px;
        border: 1px solid #f1f1f1;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    .process-box:hover .process-icon {
        background: #f6f6f6;
    }
/*  Accordion & Toggle     ||---------------------------- */

.accordion, .toggle {
    margin-bottom: 20px;
    margin-top: 0;
}

    .accordion .accordion-title, .toggle .toggle-title {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1.5px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-family: "Raleway",sans-serif;
        font-weight: 600;
    }

    .accordion > .accordion-title > a:after, .toggle > .toggle-title > a:after {
        color: #333;
        content: "";
        font-family: "FontAwesome";
        font-size: 15px;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        height: 15px;
        line-height: 15px;
        margin-top: -8px;
        position: absolute;
        right: 10px;
        text-align: center;
        text-transform: none;
        top: 50%;
        width: 15px;
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
    }

    .accordion > .accordion-title > a, .toggle > .toggle-title > a {
        border: 1px solid #f1f1f1;
        background: #fff;
        color: #333;
        display: block;
        padding: 14px 20px;
        position: relative;
        text-decoration: none;
        transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1) 0s;
        outline: none;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
    }

        .accordion > .accordion-title > a.active, .toggle > .toggle-title > a.active {
            background-color: #f5f5f5;
            border-color: #f5f5f5;
            color: #333;
            cursor: default;
        }

            .accordion > .accordion-title > a.active:after, .toggle > .toggle-title > a.active:after {
                /*color: #fff;*/
                content: "";
            }

    .accordion > .accordion-content, .toggle > .toggle-content {
        font-size: 14px;
        line-height: 1.8;
        margin-bottom: 10px;
        padding: 10px 20px 10px;
    }
/*  Tabs     ||---------------------------- */

.tabs-nav {
    list-style: none;
    padding: 0;
}

    .tabs-nav li {
        display: inline-block;
    }

.tabs-cont {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

    .tabs-cont .tab-pane {
        display: none;
        visibility: hidden;
        transition: display 0.15s linear 0s;
        -moz-transition: display 0.15s linear 0s;
        -webkit-transition: display 0.15s linear 0s;
        -o-transition: display 0.15s linear 0s;
    }

        .tabs-cont .tab-pane.active {
            display: block;
            visibility: visible;
        }

.alt-icon-tab {
}

    .alt-icon-tab li {
        padding-left: 30px;
        padding-right: 30px;
        min-width: 140px;
        opacity: 0.4;
        transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
    }

        .alt-icon-tab li.active, .alt-icon-tab li:hover {
            opacity: 1;
        }


/*  Action-box             ||---------------------------- */

.action-box {
    padding: 45px 0;
    text-align: center;
    margin-top: -1px;
}

    .action-box.action-black {
        background-color: #333;
    }

    .action-box.action-gray {
        background-color: #f5f5f5;
    }

    .action-box .action-box-left {
        display: inline-block;
        margin-right: 15px;
    }

    .action-box .action-box-right {
        display: inline-block;
        vertical-align: top;
    }

        .action-box .action-box-right .btn {
            vertical-align: top;
        }

    .action-box .action-box-title {
        padding-bottom: 0px;
        padding-top: 6px;
        margin-bottom: 0px;
    }

    .action-box .action-box-content {
        margin-bottom: 0px;
    }

    .action-box.action-black .action-box-title, .action-box.action-black .action-box-content {
        color: #fff;
    }

    .action-box.action-gray .action-box-title, .action-box.action-gray .action-box-content {
        color: #333;
    }


/*  Counter             ||---------------------------- */
.counter-title {
    /*color:#fff;*/
    font-family: inherit;
    line-height: 1;
    font-size: 60px;
    font-weight: 600;
}

.counter-icon {
    margin-bottom: 15px;
}

.counter-sub-title {
    margin-bottom: 0;
}


/*  Pricing-box        ||---------------------------- */

.pricing-box {
    background: #f5f5f5;
    border-top: 7px solid #333;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .pricing-box.highlight {
        border-top-color: #818c61;
    }

.pricing-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pricing-padding-t {
    padding-top: 30px;
}

.pricing-padding-b {
    padding-bottom: 30px;
}



.pricing-title, .pricing-price, .pricing-features, .pricing-button {
    padding-left: 15px;
    padding-right: 15px;
}

    .pricing-title h1, .pricing-title h2, .pricing-title h3, .pricing-title h4, .pricing-title h5, .pricing-title h6 {
        margin-bottom: 0px;
    }

    .pricing-price p {
        color: #333;
        line-height: 1;
    }

    .pricing-price .dollar {
        vertical-align: 28px;
        margin-right: 5px;
    }

    .pricing-price .dollar, .pricing-price .pricing-price-sm {
        font-size: 14px;
        font-weight: 600;
    }

    .pricing-price .pricing-price-sm {
        margin-left: 5px;
    }

    .pricing-price .pricing-price-lg {
        font-size: 60px;
        font-weight: 600;
    }

    .pricing-features ul {
        list-style: none;
        padding: 0;
    }

        .pricing-features ul li {
            margin-bottom: 10px;
        }



/*  Client Logo        ||---------------------------- */
.client-logo {
    height: 90px;
    text-align: center;
}

    .client-logo img {
        height: 100%;
    }



/* Contact Form, Map, contact-info       ||--------------------------- */

/* form */
.contact-form textarea {
    min-height: 165px;
    resize: none;
    overflow: auto;
}

.contact-form .btn-contact-submit {
    height: 100px;
    width: 100px;
    line-height: 1;
    border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
}

/* map */
.map {
    height: 400px;
    width: 100%;
}

/* contact-info */
.contact-link a {
    margin-bottom: 5px;
    display: inline-block;
}


/*===========================================================================================*/
/* Preloader ------------------------- */
/*===========================================================================================*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1);
    z-index: 9999;
    display: block;
}

    #preloader .loader {
        width: 50px;
        height: 50px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -30px 0 0 -30px;
        text-align: center;
    }

        #preloader .loader .loader-img {
            background: url("assets/img/loading.GIF");
            width: 60px;
            height: 60px;
            display: block;
        }


/* ===================================================================================================== */
/* Contants (Portfolio, Blog, Shop, etc) -------------------  */
/* ===================================================================================================== */

.container.nf-container1 {
    padding-left: 15px;
    padding-right: 15px;
}

.container.nf-container2 {
    /*padding-left: 25px;
    padding-right: 25px;*/
}

.nf-row1 {
    margin-left: -15px;
    margin-right: -15px;
    /*overflow: hidden;*/
}

.nf-col-padding {
    padding-left: 25px;
    padding-right: 25px;
}

.nf-row2 {
    /*margin-left: -25px;
    margin-right: -25px;*/
}

    .nf-row1:before, .nf-row1:after, .nf-row2:before, .nf-row2:after {
        display: table;
        content: " ";
    }

    .nf-row1:after, .nf-row2:after {
        clear: both;
    }

.nf-row1 .nf-item.spacing, .nf-row1 .grid-sizer.spacing {
    padding: 15px;
}


.nf-row2 .nf-item.spacing, .nf-item.spacing, .nf-row2 .grid-sizer.spacing, .spacing-box {
    padding: 25px;
}

.spacing-grid {
    padding-top: 25px;
    padding-bottom: 25px;
}

.nf-col-1 .nf-item, .nf-col-1 .grid-sizer {
    width: 100%;
    min-height: 1px;
}

.nf-col-2 .nf-item, .nf-col-2 .grid-sizer {
    width: 50%;
    min-height: 1px;
}

.nf-col-3 .nf-item, .nf-col-3 .grid-sizer {
    width: 33.3333%;
    min-height: 1px;
}

.nf-col-4 .nf-item, .nf-col-4 .grid-sizer {
    width: 25%;
    min-height: 1px;
}

.nf-col-5 .nf-item, .nf-col-5 .grid-sizer {
    width: 20%;
    min-height: 1px;
}

.nf-col-6 .nf-item, .nf-col-6 .grid-sizer {
    width: 16.6666%;
    min-height: 1px;
}

.nf-col-1 .nf-item.w1, .nf-col-2 .nf-item.w1, .nf-col-3 .nf-item.w1, .nf-col-4 .nf-item.w1 {
    width: 100%;
}

.nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2 {
    width: 50%;
}

.nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3 {
    width: 33.3333%;
}

.nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4 {
    width: 25%;
}

.nf-col-1 .nf-item.w4-2, .nf-col-2 .nf-item.w4-2, .nf-col-3 .nf-item.w4-2, .nf-col-4 .nf-item.w4-2,
.nf-col-1 .nf-item.w3-2, .nf-col-2 .nf-item.w3-2, .nf-col-3 .nf-item.w3-2, .nf-col-4 .nf-item.w3-2 {
    width: 50%;
}

.nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1 {
    width: 75%;
}

.nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
    width: 66.6666%;
}

@media (max-width: 991px) {
    .nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item,
    .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2,
    .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3,
    nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4,
    .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1,
    .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
        width: 50%;
    }

    .nf-col-5 .nf-item, .nf-col-6 .nf-item {
        width: 33.3333%;
    }



    .nf-row2 .nf-item.spacing, .nf-row2 .grid-sizer.spacing {
        padding: 25px;
    }
}

@media (max-width: 767px) {

    .container {
        margin: 0 auto;
        max-width: 480px;
        width: 100%;
    }

    .nf-col-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .spacing-grid {
        padding-top: 15px;
        padding-bottom: 15px;
    }


    .nf-col-2 .nf-item, .nf-col-3 .nf-item, .nf-col-4 .nf-item,
    .nf-col-1 .nf-item.w2, .nf-col-2 .nf-item.w2, .nf-col-3 .nf-item.w2, .nf-col-4 .nf-item.w2,
    .nf-col-1 .nf-item.w3, .nf-col-2 .nf-item.w3, .nf-col-3 .nf-item.w3, .nf-col-4 .nf-item.w3,
    nf-col-1 .nf-item.w4, .nf-col-2 .nf-item.w4, .nf-col-3 .nf-item.w4, .nf-col-4 .nf-item.w4,
    .nf-col-1 .nf-item.w4-1, .nf-col-2 .nf-item.w4-1, .nf-col-3 .nf-item.w4-1, .nf-col-4 .nf-item.w4-1,
    .nf-col-1 .nf-item.w3-1, .nf-col-2 .nf-item.w3-1, .nf-col-3 .nf-item.w3-1, .nf-col-4 .nf-item.w3-1 {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .nf-col-3, .nf-col-4 {
        margin: 0 auto;
        max-width: 480px;
    }

    .nf-col-5 .nf-item, .nf-col-6 .nf-item {
        width: 100%;
    }

    .nf-row2 .nf-item.spacing, .nf-row1 .nf-item.spacing, .spacing-box {
        padding: 15px;
    }

    .xs-hidden {
        visibility: hidden !important;
        display: none !important;
        opacity: 0;
    }
}

@media (max-width: 480px) {

    .nf-col-5 .nf-item, .nf-col-6 .nf-item {
        width: 100%;
    }
}
/* ----------------------------------------------------------------------*/
/* Sidebar Widget   ---------------------------------------------------- */
/* ----------------------------------------------------------------------*/

.sidebar-widget {
    margin-bottom: 50px;
}

    .sidebar-widget h4 {
        margin: 0px;
        padding-top: 0;
        padding-bottom: 15px;
    }

.widget-search {
    position: relative;
}

    .widget-search input[type="text"] {
        padding-right: 30px;
    }

    .widget-search input[type="submit"] {
        background-color: rgba(0,0,0,0);
        border: 0 none;
        color: #8d8d8d;
        cursor: pointer;
        display: inline-block;
        float: right;
        font-family: "FontAwesome",sans-serif;
        margin: 0;
        outline: 0 none;
        white-space: nowrap;
        padding: 0 3px;
        text-decoration: none;
        transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        position: absolute;
        top: 10px;
        right: 10px;
    }

        .widget-search input[type="submit"]:hover {
            color: #818c61;
        }

.sidebar-widget hr {
    margin-bottom: 15px;
}

.sidebar-widget ul {
    margin: 0px;
    padding: 0px;
}

    .sidebar-widget ul li {
        list-style: none;
        font-weight: 400;
    }

        .sidebar-widget ul li a {
            display: inline-block;
            padding: 4px 0px;
            font-size: 13px;
            color: #323232;
        }

            .sidebar-widget ul li a:hover {
                color: #818c61;
            }

.widget-tag {
    display: inline-table;
    margin-top: 15px;
}

    .widget-tag li {
        float: left;
        margin-bottom: 5px;
        margin-right: 5px;
        text-transform: uppercase;
    }

        .widget-tag li a {
            padding: 4px 10px !important;
            display: block;
            border: 1px solid #818c61;
        }

            .widget-tag li a:hover {
                background: #9AA380;
                color: #fff !important;
            }

.sidebar-widget .widget-post {
    position: relative;
}

    .sidebar-widget .widget-post .widget-post-media {
        width: 70px;
        display: table-cell;
        padding: 0px 15px 0px 0px;
    }

    .sidebar-widget .widget-post li {
        margin-bottom: 20px;
    }

    .sidebar-widget .widget-post a {
        padding: 0px;
    }

    .sidebar-widget .widget-post .widget-post-media img, .sidebar-widget .widget-post .widget-post-media video {
        width: 100%;
        vertical-align: top;
        height: auto;
    }

    .sidebar-widget .widget-post .widget-post-info {
        display: table-cell;
        vertical-align: top;
    }

        .sidebar-widget .widget-post .widget-post-info h5, .sidebar-widget .widget-post .widget-post-info h6 {
            margin-bottom: 5px;
        }

        .sidebar-widget .widget-post .widget-post-info p {
            margin: 0px;
        }

/* ----------------------------------------------------------------------*/
/* Video   --------------------------------------------- */
/* ----------------------------------------------------------------------*/
.fa.fa-play-circle.fa-4x {
  color: #fff;
}

figure {
  position: relative;
}
.front-page-play {
  bottom: 0;
  display: block;
  font-size: 1.2em;
  height: 100%;
  left: 0;
  opacity: 1;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 20%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: opacity 0.5s ease 0s;
  width: 100%;
  z-index: 100;
}

/* ----------------------------------------------------------------------*/
/* Pagination Navigation   --------------------------------------------- */
/* ----------------------------------------------------------------------*/
.pagination-nav {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
}

    .pagination-nav ul {
        margin: 0px;
        padding: 0px;
    }

        .pagination-nav ul li {
            display: inline-block;
            margin: 0px 2px;
        }

            .pagination-nav ul li a {
                display: block;
                background-color: #f7f7f7;
                height: 36px;
                width: 36px;
                line-height: 36px;
                text-align: center;
                font-size: 14px;
            }

            .pagination-nav ul li.active a {
                background: #323232;
                color: #fff;
            }
/* ----------------------------------------------------------------------*/
/* Blog   --------------------------------------------------------- */
/* ----------------------------------------------------------------------*/
/*.blog-post {
    position: relative;
}*/
.blog-post {
    display: inline-block;
    width: 100%;
}

    .blog-post .post-media {
        position: relative;
        overflow: hidden;
        margin-bottom: 25px;
    }

        .blog-post .post-media iframe {
            width: 100%;
        }

    .blog-post .post-meta, .comment-list .post-meta, .sidebar-widget .post-meta {
        text-transform: uppercase;
        color: #999;
        font-size: 13px;
    }

        .blog-post .post-meta span, .comment-list .post-meta span {
            margin-right: 3px;
        }

    .blog-post .post-header h5, .blog-post .post-header h4, .blog-post .post-header h3 {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .blog-post .post-header h2 {
        margin-bottom: 30px;
    }

    .blog-post .post-entry {
        margin-bottom: 30px;
    }

        .blog-post .post-entry p, .blog-post .post-entry blockquote, .post-entry ul {
            margin-bottom: 20px;
        }

        .blog-post .post-entry ul {
            color: #888;
        }

    .blog-post .post-tag {
        color: #999;
        text-transform: uppercase;
        font-size: 13px;
    }

        .blog-post .post-tag span {
            margin-right: 10px;
        }

    .blog-post .post-more-link {
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .blog-post .post-more-link a i {
            margin-left: 5px;
            transition: all 0.25s ease 0s;
            -o-transition: all 0.25s ease 0s;
            -moz-transition: all 0.25s ease 0s;
            -webkit-transition: all 0.25s ease 0s;
        }

        .blog-post .post-more-link a:hover i {
            margin-left: 10px;
        }

    .blog-post blockquote {
        border-left: none;
        background: #f7f7f7;
        font-size: 17px;
        font-weight: 400;
        padding: 25px 25px;
        margin: 0px;
        color: #888;
        font-weight: 300;
    }

        .blog-post blockquote:after {
            content: "";
            font-family: FontAwesome;
            padding-left: 7px;
            font-size: 12px;
        }

        .blog-post blockquote:before {
            content: "";
            font-family: FontAwesome;
            padding-right: 7px;
            font-size: 12px;
        }

.blog-post-hr hr {
    margin-bottom: 45px;
}

.post-author {
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
}

    .post-author img {
        width: 80px;
    }

    .post-author .post-author-details {
        margin-left: 20px;
    }

    .post-author h6 {
        margin-top: 0px;
    }

    .post-author ul.social {
        margin: 0px;
        padding: 0px;
        font-size: 16px;
    }

        .post-author ul.social li {
            list-style: none;
            display: inline-block;
            margin: 0 5px;
        }

.post-comment {
}

    .post-comment .comment-numb {
        font-weight: 300;
    }

    .post-comment .comment-list {
        margin-left: 0px;
        padding-right: 0px;
        list-style: none;
        padding: 0px;
    }

        .post-comment .comment-list h6 {
            margin-top: 0px;
            margin-bottom: 3px;
        }

        .post-comment .comment-list li:first-child {
            padding-top: 0px;
        }

        .post-comment .comment-list li {
            padding-top: 15px;
        }

            .post-comment .comment-list li:last-child .comment-detail {
                border-bottom: 0px none;
            }

        .post-comment .comment-list li, .post-comment .comment-list .comment-reply {
            position: relative;
            padding-left: 65px;
        }

        .post-comment .comment-list .comment-detail {
            border-bottom: 1px dotted #eee;
            padding-bottom: 15px;
        }

        .post-comment .comment-list .comment-reply {
            padding-top: 20px;
        }

        .post-comment .comment-list .comment-reply-btn i {
            padding-right: 3px;
        }

    .post-comment .comment-avatar {
        left: 0;
        margin-right: 15px;
        position: absolute;
        width: 50px;
    }

        .post-comment .comment-avatar img {
            width: 100%;
        }

.post-comment-star .star-rat {
    display: inline-block;
}

.post-comment-star label {
    margin-right: 6px;
}
.item-container {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    max-height: auto;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}


/*Footer         ||--------------------------*/

.footer {
    margin-top: -1px;
}

.ac-logo-footer {
  max-height: 65px;
}

.footer a,
.footer p,
.footer h5 {
    color: #fff;
}

/*Footer Logo*/
.footer-logo a {
    max-width: 183px;
    display: inline-block;
}

.footer-logo img {
    width: 100%;
}

/* Social */
.footer .social {
    list-style: none;
    padding: 0;
}

    .footer .social li {
        list-style: none;
        display: inline-block;
        margin: 0 2px;
    }

        .footer .social li a {
            height: 36px;
            width: 36px;
            display: block;
            font-size: 16px;
            text-align: center;
            line-height: 32px;
            border: 2px solid #fff;
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
        }

        .footer .social li:hover a {
            border-color: #333;
            color: #333;
        }
/* ----------------------------------*/
/* Scroll Top Arrow */
/* ----------------------------------*/
.scroll-top {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #818c61;
    background: #fff;
    background: #fff;
    color: #818c61;
    z-index: 99;
    display: none;
    transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}


    .scroll-top:hover {
        background: #818c61;
        text-decoration: none;
        color: #fff;
        border: 1px solid #FFF;
    }


@media (max-width: 768px) {
    .scroll-top {
        opacity: 0;
        visibility: hidden;
    }
}

/* ----------------------------------*/
/* Video Gallery */
/* ----------------------------------*/

.main-vid-img {
    width: 100%;
}

.gallery-main-vid {
    border: 5px solid white;
}

.play-button {
   position:absolute;
   top:50%;
   left:50%;
   margin-top:-28px;
   margin-left:-24px;
   }


/* ----------------------------------*/
/* Photo Gallery */
/* ----------------------------------*/

.project {
    margin-bottom: 40px;
}
.project-feat-img {
    max-width: 300px;
    float: left;
    margin-right: 10px;
    padding-top: 15px;
    border-radius: 5px;
}
.additional-img {
    padding: 15px 5px 5px 15px;
}
.additional-img a img {
    height: 174px;
    width: 232px;
    border-radius: 5px 5px 5px 5px;
    border: solid 4px transparent;
}
.additional-img a img:hover {
    border-color: #818C61;
}
.project-feat-img img {
    padding: 5px 10px 2px 0px;
    border-radius: 5px 5px 5px 5px;
}
.project h2 {
    color: #818C61;
    line-height: 35px;
}
.project h2 small {
    margin-top: 0px;
    line-height: 10%;
}
.project p {
    font-size: 16px;
    padding-left: 5px;
}
