/*======================================
//--//-->   STYLES GENERALES
======================================*/
@font-face {
    font-family: 'Gotham-Black';
    src: url('../fonts/Gotham-Black.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Revolution_Brush';
    src: url('../fonts/Revolution_Brush.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sansation_Bold';
    src: url('../fonts/Sansation_Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sansation_Italic';
    src: url('../fonts/Sansation_Italic.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Sansation_Regular';
    src: url('../fonts/Sansation_Regular.ttf');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url('../fonts/Roboto-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}



body {
    background-color: transparent;
    color: #4e4e4e;
    font-family: 'Roboto-Regular';
    font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #867e7b;
    font-family: 'Roboto-Medium';
}

a {
    color: #128e40;
    transition: all 0.5s ease-in-out;
}

a:hover {
    color: #0078ff;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

.overlay-mf {
    background-color: #c4094a;
}

.overlay-mf {
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .7;
}

.paralax-mf {
    position: relative;
    padding: 8rem 0;
}

.display-table {
    width: 100%;
    height: 100%;
    display: table;
    z-index: 1;
}

.white {
    color: #ffffff !important;
}

.white-center {
    color: #ffffff !important;
    padding-left: 15%;
    padding-right: 15%;
}


.table-cell {
    display: table-cell;
    vertical-align: middle;
}

.sec-pt6 {
    padding-top: 60px;
}

.sec-pb6 {
    padding-bottom: 60px;
}

.sec-pt4 {
    padding-top: 100px;
}

.sec-pb4 {
    padding-bottom: 100px;
}

.sec-pt2 {
    padding-top: 20px;
}

.sec-pb2 {
    padding-bottom: 20px;
}

.sec-pt1 {
    padding-top: 10px;
}

.sec-pb1 {
    padding-bottom: 10px;
}

.sec-pr2 {
    padding-right: 4%;
}

.sec-pl2 {
    padding-left: 4%;
}

/* logo */
.logow {
    width: 150px;
    height: auto;
}

/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fffce4;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #c4094a;
    border-top: 6px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*======================================
//--//-->   NAVBAR
======================================*/
.navbar-b {
    transition: all .5s ease-in-out;
    background-color: transparent;
    padding-top: 1.563rem;
    padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
    position: relative;
    padding-right: 10px;
    padding-left: 0;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    font-family: 'Roboto-Medium';
}

.navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
    content: '';
    position: absolute;
    margin-left: 0px;
    width: 0%;
    bottom: 0;
    left: 0;
    height: 2px;
    transition: all 500ms ease;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
    color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before {
    width: 35px;
}

.navbar-b.navbar-trans .show>.nav-link:before,
.navbar-b.navbar-trans .active>.nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-reduce .show>.nav-link:before,
.navbar-b.navbar-reduce .active>.nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
    width: 35px;
}

.navbar-b.navbar-trans .nav-link:before {
    background-color: #fff;
}

.navbar-b.navbar-trans .nav-link:hover {
    color: #fff;
}

.navbar-b.navbar-trans .show>.nav-link,
.navbar-b.navbar-trans .active>.nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
    color: #fff;
    font-family: 'Roboto-Medium';
}

.navbar-b.navbar-reduce {
    transition: all .5s ease-in-out;
    background-color: #FFFAD2;
    padding-top: 2px;
    padding-bottom: 2px;
}

.navbar-b.navbar-reduce .nav-link {
    color: #343330;
    font-family: 'Roboto-Medium';
}

.navbar-b.navbar-reduce .nav-link:before {
    background-color: #128e40;
}

.navbar-b.navbar-reduce .nav-link:hover {
    color: #128e40;
}

.navbar-b.navbar-reduce .show>.nav-link,
.navbar-b.navbar-reduce .active>.nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
    color: #128e40;
    font-family: 'Roboto-Medium';
}

.navbar-b.navbar-reduce .navbar-brand {
    color: #79716d;
}

.navbar-b.navbar-reduce .navbar-toggler span {
    background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    visibility: visible !important;
}

.navbar-b .dropdown-menu {
    margin: 1.12rem 0 0;
    border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
    padding: .7rem 1.7rem;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
    background-color: #0078ff;
    color: #fff;
    transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
    background-color: #0078ff;
}

/*--/ Hamburger Navbar /--*/
.navbar-toggler {
    position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #fff;
    height: 3px;
    width: 25px;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    transition: -webkit-transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    left: 12px;
    top: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

/*======================================
//--//-->   INTRO
======================================*/
.slider-one {
    background: url('../image/image2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center;
}

.slider-two {
    background: url('../image/image1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center;
}

.slider-three {
    background: url('../image/image3.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center;
}

.slider-four {
    background: url('../image/image4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center;
}

.carousel-inner {
    width: 100%;
    height: auto;
    position: relative;
}

#home .carousel-inner img {
    width: 100%;
    height: 100vh;
}

.intro {
    position: relative;
    color: #fff;
}

.intro .intro-content {
    text-align: center;
    position: absolute;
    /* top: 32%; */
}

.intro .overlay-itro {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .9;
    z-index: 1;
}

.intro .intro-title {
    color: #fff;
    font-weight: 100;
    font-size: 2.5rem;
}

.intro-single .intro-title {
    text-transform: uppercase;
    font-size: 3rem;
}

.carousel-indicators li {
    border-radius: 50%;
    border: 3px solid #ffffff;
    width: 15px;
    height: 15px;
    background-color: transparent;
}

.carousel-indicators .active {
    background-color: #128e40;
}

@-webkit-keyframes zoomout {
    0% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomout {
    0% {
        transform: scale(1.2);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.carousel-inner .slider {
    -webkit-animation: zoomout 10s ease-in;
    animation: zoomout 10s ease-in;
}

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

/*======================================
//--//-->   story
======================================*/
.about {
    /* background: url('../image/Plywood_texture.jpg'); */
    /* background: linear-gradient(rgb(255, 250, 210,.95), rgba(255, 250, 210, 0.95)), url(../image/sand_texture_small.jpg); */
}

.storybg {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../image/13.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    height: 450px;
}

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

.bg-image.overlay {
    position: relative;
}

.bg-image.overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.97);
}

.bg-image>.container {
    position: relative;
    z-index: 1;
}

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

.dropcaps {
    color: #c4094a;
    float: left;
    font-family: 'Revolution_Brush';
    font-size: 3.5rem;
    line-height: 3rem;
    padding-top: 15px;
    padding-right: 8px;
    padding-left: 0;

}

.section-title {
    color: #128e40;
    font-weight: 400;
}

.section-subtitle {
    color: #1B2C4C;
    font-weight: 400;
}

.about-para {
    text-align: justify;
    font-size: 1rem;
}

.w100 {
    width: 100%;
    height: auto;
}

.product-modal .modal-header {
    border: none;
}

.product-modal .close {
    margin-bottom: 0;
    width: 40px;
    height: 40px;
    background-color: #128e40 !important;
    opacity: 1;
    color: #fff;
    border-radius: 100%;
    position: absolute;
    top: -5px;
    right: -5px;
}

.product-modal .modal-header .close {
    padding: 0 !important;
}

@media all and (max-width: 768px) {
    .img-padb {
        padding-bottom: 15px;
    }

    .img-padt {
        padding-top: 15px;
    }
}

/*======================================
//--//-->   Vision & Mission
======================================*/

.vision_mission {
    background-color: #fffad2;
}

.hotel-bg {
    background: linear-gradient(rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.7)100%), url("../image/O6I0VQ0.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}

.hotel-bg-img {
    width: 100%;
    height: auto;
}


.hotel {
    background: url('../image/s1.jpg');
}

.vision-para {
    text-align: justify;
    font-size: 14px;
    color: #ffffff;
}

/*======================================
//--//-->   Values
======================================*/
.standard {
    background: linear-gradient(rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.7)100%), url("../image/shot1.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}

.games {
    background: linear-gradient(rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.7)100%), url("../image/tennis-court.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}

@media all and (max-width: 768px) {
    .games {
        height: 100%;
    }

    .hotel-bg {
        height: 100%;
    }
}

/*======================================
//--//-->   Factory story
======================================*/
.revert {
    background: linear-gradient(rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.7)100%), url("../image/evening-lights-nature-1117467.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 100%;
}

.rejuvenate-center {
    color: #ffffff;

}

.recreate-center,
.revert-center {
    color: #ffffff;
    padding-top: 15%;
}

.game-center {
    color: #ffffff;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 5%;
}

.hotel-center {
    color: #ffffff;
    padding-left: 15%;
    padding-right: 15%;
    padding-top: 5%;
}

.colrb {
    color: #000000;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #96C368 !important;
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #96C368 !important;
}

.cell_bg {
    background-color: #91C570;
}

.row_bg {
    background-color: #C6D76F;

}

.table-bordered td.cell_bg,
.table-bordered th.cell_bg {
    border: 1px solid #C6D76F !important;
}


/*======================================
//--//-->   CONTACT
======================================*/
.error {
    color: #bb0000;
}

.adds {
    color: #ffffff;
    margin: 0;
}

.footer-paralax {
    background: #636158;
}

.contact-mf {
    margin-top: 4rem;
}

.title-left {
    color: #ffffff;
    padding-bottom: 20px;
}

.form-control {
    border-radius: 0;
}

.button {
    display: inline-block;
    padding: .1rem .4rem;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem;
    border: 1px solid transparent;
    transition: all 500ms ease;
    cursor: pointer;
}

.button:focus {
    outline: 0;
}

.button:hover {
    background-color: #128e40;
    color: #ffffff;
    transition: all 500ms ease;
}

.button-a {
    background-color: #ffffff;
    color: #79716d;
    border-color: #128e40;
}

.button-big {
    padding: .6rem .9rem;
    font-size: 1.2rem;
}

.social-icons {
    padding-top: 20px;
}

.social-icons .fa {
    padding: 10px 30px 10px 15px;
    font-size: 20px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.socials {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.showdow-img {
    box-shadow: 0px 6px 7px 7px rgba(171, 171, 171, 0.2);
    transition: all 0.3s ease;
}

.story-img {
    box-shadow: 0px 6px 7px 7px rgba(171, 171, 171, 0.2);
    border-bottom: #988fa2 6px solid;
    transition: all 0.3s ease;
}


.block-team-member-1 {
    background-color: #128e40;
}

.block-team-member-1 img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.block-team-member-1 img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.block-pd {
    padding-bottom: .5rem;
}

.protpolio {
    padding: 15px !important;
}

/*======================================
//--//-->   FOOTER
======================================*/
footer {
    text-align: center;
    color: #fff;
    padding-bottom: 0rem;
    background: #292825;
}

footer .copyright {
    margin-bottom: .3rem;
}

footer .credits {
    margin-bottom: 0;
}

footer .credits a {
    color: #fff;
}

.copyright-box {
    padding: 30px 20px;
}

@media (min-width: 577px) {
    .counter-box {
        margin-bottom: 1.8rem;
    }
}

@media (min-width: 767px) {
    .about-mf .box-pl2 {
        margin-top: 3rem;
        padding-left: 0rem;
    }

    .contact-mf .box-pl2 {
        margin-top: 3rem;
        padding-left: 0rem;
    }
}

@media(max-width:767px) {
    .sec-pt6 {
        padding-top: 30px;
    }

    .sec-pb6 {
        padding-bottom: 30px;
    }

    .sec-pt4 {
        padding-top: 50px;
    }

    .sec-pb4 {
        padding-bottom: 50px;
    }

    .sec-pt2 {
        padding-top: 10px;
    }

    .sec-pb2 {
        padding-bottom: 10px;
    }

    .sec-pt1 {
        padding-top: 5px;
    }

    .sec-pb1 {
        padding-bottom: 5px;
    }

    .dropdown-menu {
        border: none;
        padding: 0 0 0 4rem;
    }

    .navbar-b .dropdown-menu {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .sec-pt6 {
        padding-top: 60px;
    }

    .sec-pb6 {
        padding-bottom: 60px;
    }

    .sec-pt4 {
        padding-top: 100px;
    }

    .sec-pb4 {
        padding-bottom: 100px;
    }

    .sec-pt2 {
        padding-top: 20px;
    }

    .sec-pb2 {
        padding-bottom: 20px;
    }

    .sec-pt1 {
        padding-top: 10px;
    }

    .sec-pb1 {
        padding-bottom: 10px;
    }

    .box-shadow-full {
        padding: 3rem;
    }

    .navbar-b.navbar-trans .nav-item,
    .navbar-b.navbar-reduce .nav-item {
        padding-left: 10px;
    }

    .navbar-b.navbar-trans .nav-link:before,
    .navbar-b.navbar-reduce .nav-link:before {
        margin-left: 18px;
    }

    .intro .intro-title {
        font-size: 3rem;
    }

    .intro-single .intro-title {
        font-size: 3.5rem;
    }
}

@media (min-width: 1025px) {
    #home .carousel-inner {
        width: 100%;
        height: 100vh;
        position: relative;
    }
}

.back-to-top {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    z-index: 99;
    background: rgba(0, 0, 0, 0.6);
    padding: .7rem 1rem;
    color: #999;
}

.back-to-top:hover {
    color: white;
    border-radius: 50%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}


.feedback1 {
    height: 0;
    width: auto;
    position: fixed;
    left: 0;
    top: 65%;
    z-index: 1000;
}

.feedback {
    height: 0;
    width: auto;
    position: fixed;
    right: 0;
    top: 65%;
    z-index: 9999999;
}

.link_rotate {
    transform: rotate(90deg);
    opacity: 0;
}

.feedback:hover .link_rotate,
.feedback1:hover .link_rotate {
    color: orange !important;
    opacity: 1;
}

.feedback .link_rotate:hover,
.feedback1 .link_rotate:hover {
    color: orange !important;
    opacity: 1;

}


#home:hover .link_rotate,
#home:focus .link_rotate,
#process:hover .link_rotate,
#process:focus .link_rotate,
#services:hover .link_rotate,
#services:focus .link_rotate,
#testimonial:hover .link_rotate,
#testimonial:focus .link_rotate,
#contact:hover .link_rotate,
#contact:focus .link_rotate,
#footer:hover .link_rotate,
#footer:focus .link_rotate {
    color: #ffffff !important;
    opacity: 1;
}

#about:hover .link_rotate,
#about:focus .link_rotate,
#vision:hover .link_rotate,
#vision:focus .link_rotate,
#why:hover .link_rotate,
#why:focus .link_rotate,
#concern:hover .link_rotate,
#concern:focus .link_rotate {
    color: #bbd85e !important;
    opacity: 1;
}

#projects:hover .link_rotate,
#projects:focus .link_rotate,
#clientele:hover .link_rotate,
#clientele:focus .link_rotate {
    color: #867e7b !important;
    opacity: 1;
}

#footer:hover .link_rotate,
#footer:focus .link_rotate {
    color: #867e7b !important;
    opacity: 1;
}

#footer:hover .link_rotate:hover,
#footer:focus .link_rotate:focus {
    color: orange !important;
    opacity: 1;
}


/*dropdown */
.dropdown-menu {
    background-color: rgba(255, 250, 210, 0.7);
}


/********/

.card {
    background: linear-gradient(rgba(0, 153, 0, 0.55), rgba(0, 153, 0, 0.5)), url(../image/sand_texture_small.jpg);
    padding: 15px;
    border: solid 8px rgba(255, 255, 255, 1);
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
    -o-box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
}

.card a {
    color: #efff00 !important;
}