html {
    scroll-behavior: smooth;
}
body {
    background-color: #000;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
}
a, a:active, a:focus, a:hover {
    outline: none;
    text-decoration: none;
}
header {
    position: fixed;
    top: 25px;
    width: 100%;
    z-index: 100;
}
.logo {
    width: 30%;
    float: left;
}
.logo img {
    width: 100%;
    max-width: 135px;
    transition: all 0.5s;
}
.stickmenu .logo img {
    max-width: 50px;
}
.stickmenu .menu {
    margin-top: 0px;
}
header.stickmenu {
    top: 0px;
    padding-top: 15px;
    background-color: #000;
}
.menu {
    padding-left: 10px;
    width: 70%;
    float: left;
    text-align: right;
    margin-top: 40px;
    transition: all 0.5s;
}
.menu ul {
    padding-left: 0px
}
.menu ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0px 13px;
}
.menu ul li:hover a {
    top: -5px;
    text-decoration: none;
    color: #8bc543;
}
.menu ul li:last-child:after {
    display: none;
}
.menu ul li:first-child {
    padding-right: 25px;
}
.menu ul li:after {
    background-color: #8bc543;
    content: '';
    width: 1px;
    height: 15px;
    position: absolute;
    right: -2px;
    top: 0px;
}
.menu ul li a {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    text-transform: uppercase;
    display: block;
    /*max-width: 70px;*/
    text-align: center;
    min-height: 28px;
    line-height: 14px;
    top: 0px;
    transition: all 0.5s;
    position: relative;
}
.mobile_menu {
    display: none;
}
.mobile_menu span {
    height: 3px;
    margin-bottom: 8px;
    width: 40px;
    display: block;
    background-color: #8bc543;
    border-radius: 5px;
}
.slid-cont {
    position: relative;
    margin-top: 90px;
}
.mobile_menu {
    width: 40px;
    float: right;
    margin-left: 20px;
}
.rownd-sec {
    position: relative;
    width: 215px;
    height: 210px;
    top: 409px;
    left: -100px;
}
.rownd-sec .row-o {
    position: absolute;
    top: 49px;
    left: 42px;
    -webkit-animation: rotationlr 70s infinite linear;
}
.rownd-sec .row-ot {
    position: relative;
    left: -8px;
    -webkit-animation: rotationll 100s infinite linear;
}
.sld1 {
    position: relative;
    top: 64px;
    left: 158px;
    transition: all 0.5s;
}
.sld1:hover {
    top: 75px;
    left: 145px;
}
.sld2-face {
    position: relative;
    top: -149px;
    left: 286px;
    width: 357px;
    height: 474px;
    -webkit-animation: mov 7s infinite linear;
}
@-webkit-keyframes mov {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(7deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}
.sld3 {
    position: absolute;
    right: 168px;
    top: 183px;
}
.sld4 {
    position: absolute;
    right: 131px;
    top: 90px;
}
.ey1 {
    position: absolute;
    top: 146px;
    left: 23px;
    -webkit-transform: rotate(0deg);
    transition: all 3s;
}
.s3tr {
    position: absolute;
    top: 117px;
    left: 51px;
    max-width: 48px;
}
.sld2-face:hover .ey1 {
    top: 136px;
    left: 34px;
    -webkit-transform: rotate(-7deg);
}
.ey2 {
    position: absolute;
    right: 6px;
    top: 137px;
    transition: all 3s;
}
.sld2-face:hover .ey2 {
    right: 17px;
    top: 129px;
    -webkit-transform: rotate(7deg);
}
.scl-sec {
    position: absolute;
    right: 202px;
    left: auto;
    top: 61px;
    transform: scale(0.3);
}
@-webkit-keyframes rotationlr {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@-webkit-keyframes rotationll {
    from {
        -webkit-transform: rotate(359deg);
    }
    to {
        -webkit-transform: rotate(0deg);
    }
}
.slid-peek {
    position: absolute;
    right: 185px;
    top: 335px;
}
.slid-peek p {
    font-size: 23px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: 3px;
}
.slid-peek img {
    padding-left: 30px;
}
.slid-peek h1 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    line-height: 50px;
    letter-spacing: -5px;
    padding-left: 30px
}
.slid-peek span {
    display: block;
    color: #8bc543;
}
.hed-h4 {}
.hed-h4 p {
    font-size: 23px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: 3px;
}
.hed-h4 h4 {
    font-size: 60px;
    font-weight: 700;
    color: #8bc543;
    line-height: 50px;
    letter-spacing: -5px;
    padding-left: 30px;
    max-width: 50%;
    margin-bottom: 32px;
}
.hed-h4 span {
    color: #fff;
}
.heritage {
    padding-left: 30px;
    max-width: 75%;
}
.heritage span {
    display: block;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.heritage p {
    color: #fff;
    font-size: 15px;
}
.abou {
    position: relative;
    margin-top: 50px;
    padding-left: 75px;
}
.cwd-rain {
    position: absolute;
    -webkit-animation: cwd_rain 10s infinite;
}
@-webkit-keyframes cwd_rain {
    0% {
        right: 150px;
        top: -100px;
    }
    50% {
        right: 200px;
        top: -100px;
    }
    100% {
        right: 150px;
        top: -100px;
    }
}
.thunder {
    position: absolute;
    -webkit-animation: thunder 2s infinite;
    max-width: 100px;
}
@-webkit-keyframes thunder {
    0% {
        left: -45px;
        top: 155px;
    }
    10% {
        left: -35px;
        top: 165px;
    }
    20% {
        left: -45px;
        top: 155px;
    }
    80% {
        left: -45px;
        top: 155px;
    }
    90% {
        left: -35px;
        top: 165px;
    }
    100% {
        left: -45px;
        top: 155px;
    }
}
.heritage h5 {
    font-size: 40px;
    color: #fff;
    letter-spacing: -3px;
}
.heritage h5 span {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
    letter-spacing: 0px;
}
.dir-main {
    position: relative;
}
.dir-img {
    width: 38%;
    vertical-align: middle;
    display: inline-block;
}
.dir-img img {
    max-width: 380px;
}
.dir-cont {
    width: 59%;
    vertical-align: middle;
    display: inline-block;
}
.dir-cont h4 {
    font-size: 40px;
    color: #8bc543;
    line-height: 31px;
    margin-bottom: 0px;
}
.dir-cont h4>span {
    display: block;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    font-weight: 300;
    letter-spacing: 3px;
}
.dir-cont>span {
    display: block;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    margin-bottom: 20px;
}
.dir-cont p {
    color: #fff;
    font-size: 15px;
    display: block;
}
.dir-cont img {
    max-width: 130px;
    float: right;
}
#owl-dir .owl-nav span {
    display: none;
}
#owl-dir .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/arw-lef.png);
    height: 47px;
    width: 20px;
    background-size: 100%;
}
#owl-dir .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/arw-rit.png);
    height: 47px;
    width: 20px;
    background-size: 100%;
}
#owl-dir.owl-theme .owl-dots .owl-dot.active span, #owl-dir.owl-theme .owl-dots .owl-dot:hover span {
    background: #8bc543;
}
#owl-dir {
    padding: 0px 40px;
    margin: 100px 0px;
}
.swu {}
.swu h3 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    letter-spacing: 2px;
}
.mk-wisdom {
    padding-top: 350px;
    position: relative;
}
.mk-wisdom img {
    position: absolute;
}
.mk-wisdom span {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    letter-spacing: 3px;
}
.mk-wisdom h4 {
    font-size: 47px;
    color: #fff;
    text-align: center;
    letter-spacing: -4px;
    line-height: 33px;
}
.manky-clud {
    max-width: 270px;
    margin: 0 auto;
    -webkit-animation: manky_clud 5s infinite;
}
@-webkit-keyframes manky_clud {
    0% {
        left: 20px;
        right: 0px;
        bottom: 110px;
    }
    50% {
        left: 0px;
        right: 20px;
        bottom: 110px;
    }
    100% {
        left: 20px;
        right: 0px;
        bottom: 110px;
    }
}
.g-manky {
    max-width: 175px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 170px;
}
.star {
    max-width: 170px;
    right: 195px;
    bottom: 299px;
}
.str {
    max-width: 100px;
    bottom: 240px;
    left: 256px;
}
.crow {
    max-width: 60px;
    left: 110px;
    bottom: -40px;
}
.wis-div {
    text-align: center;
    border: 1px solid #8bc543;
    padding: 30px 40px 20px;
    min-height: 445px;
    margin: 1px;
}
#owl-wis {
    padding: 0px 70px;
    margin: 100px 0px;
}
.wis-div div {
    margin-bottom: 15px;
}
.wis-div div img {
    max-width: 100px;
    max-height: 75px;
    width: auto !important;
    margin: 0 auto;
}
.wis-div h6 {
    font-size: 36px;
    color: #8bc543;
    letter-spacing: -3px;
    margin-bottom: 0px;
    line-height: 36px;
}
.wis-div span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 2px;
}
.wis-div p {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
#owl-wis .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/arw-lef.png);
    height: 47px;
    width: 20px;
    background-size: 100%;
}
#owl-wis .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/arw-rit.png);
    height: 47px;
    width: 20px;
    background-size: 100%;
}
#owl-wis.owl-theme .owl-dots .owl-dot.active span, #owl-wis.owl-theme .owl-dots .owl-dot:hover span {
    background: #8bc543;
}
#owl-pride.owl-theme .owl-dots .owl-dot.active span, #owl-pride.owl-theme .owl-dots .owl-dot:hover span {
    background: #8bc543;
}
#owl-wis .owl-dots {
    margin-top: 40px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: inherit;
    color: #FFF;
    text-decoration: none;
}
.owl-theme .owl-nav [class*="owl-"]:hover span {
    display: none;
}
.pride {
    position: relative;
    padding: 50px 0px;
}
.monky-face {
    max-width: 245px;
    top: 0px;
    left: 122px;
}
.koil {
    top: -25px;
    right: 459px;
    max-width: 65px;
}
.planet {
    right: 130px;
    top: 70px;
    max-width: 120px;
}
.pride img {
    position: absolute;
}
.pride h4 {
    font-size: 60px;
    color: #fff;
    line-height: 47px;
    letter-spacing: -3px;
    padding-left: 400px;
}
.pride h4 span {
    display: block;
    color: #8bc543;
}
#owl-pride .item {
    width: 25%;
    float: left;
    border-bottom: 1px solid #909090;
}
#owl-pride .item:nth-last-child(1) {
    border-bottom: 0px
}
#owl-pride .item:nth-last-child(2) {
    border-bottom: 0px
}
#owl-pride .item:nth-last-child(3) {
    border-bottom: 0px
}
#owl-pride .item:nth-last-child(4) {
    border-bottom: 0px
}
#owl-pride .item img {
    margin: 20px auto;
    display: block;
    max-height: 85px;
    position: relative;
    transition: all 0.5s;
    top: 0px;
}
#owl-pride .item img:hover {
    top: -10px
}
#owl-pride {
    overflow: hidden;
    margin: 50px 80px;
}
.vedio {
    margin: 50px 80px;
}
.fot {
    margin-top: 130px;
    margin-bottom: -50px;
}
.fot h6 {
    font-size: 28px;
    color: #8bc543;
    letter-spacing: -2px;
    margin-bottom: 0px;
    line-height: 35px;
}
.fot address {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0px;
    line-height: 16px;
}
.fot a.tel {
    font-size: 64px;
    font-weight: 600;
    color: #fff;
    display: block;
    line-height: 60px;
}
.fot a.mail {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    display: block;
}
footer {
    position: relative;
}
footer>div {
    position: relative;
}
.footer-img {
    width: 100%;
}
.footer-tel {
    position: absolute;
    max-width: 40px;
    -webkit-animation: tel 5s infinite linear;
}
@-webkit-keyframes tel {
    0% {
        bottom: 27px;
        right: 346px;
        -webkit-transform: rotate(0deg);
    }
    50% {
        bottom: 23px;
        right: 335px;
        -webkit-transform: rotate(10deg);
    }
    100% {
        bottom: 27px;
        right: 346px;
        -webkit-transform: rotate(0deg);
    }
}
.footer-res, .res-face {
    display: none;
}
.map{

}
.map h4{
font-size: 20px;
line-height: 22px;
text-transform: uppercase;
padding: 32px 0;
cursor: pointer;
color: #fff;
text-align: center;
}
.map h4 img{
    width: 15px;
margin: 0px 7px 2px;
}
.map .g-map{
    max-height: 0px;
    transition: all 0.4s;
    width: 100%;
    overflow: hidden;
}
.map.open .g-map{
    max-height: 500px;}
@media( max-width: 1024px) {
    .rownd-sec.scl-sec {
        display: none;
    }
    .sld2-face {
        left: 86px;
    }
    #owl-pride {
        margin: 50px 0px;
    }
    #owl-pride .item {
        width: 100%;
        float: none;
    }
    #owl-pride .item img {
        width: auto;
    }
}
@media( max-width: 800px) {
    .footer-img {
        display: none;
        width: 100%;
    }
    .footer-tel {
        display: none;
    }
    .footer-res {
        display: block;
        width: 100%;
    }
    .mobile_menu {
        display: block;
    }
    .menu {
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.5s;
    }
    .menu ul {
        padding-left: 0px;
        margin: 0px;
    }
    .menu ul li {
        display: block;
        padding: 5px 13px;
    }
    .menu ul li::after {
        display: none;
    }
    .menu.open {
        max-height: 400px;
    }
    .logo img {
        max-width: 99px;
    }
    header {
        background: #000;
    }
    .sld4, .sld3, .sld1, .cwd-rain, .star, .str, .koil, .planet {
        display: none;
    }
    .sld2-face {
        display: none;
    }
    .res-face {
        display: block;
        max-width: 257px;
        top: 77px;
        position: relative;
        margin-bottom: 75px;
    }
    .sld2-face {
        left: -33px;
        top: 0;
    }
    .slid-peek {
        position: absolute;
        right: 113px;
        top: 123px;
    }
    .rownd-sec {
        display: none;
    }
    .hed-h4 h4 {
        max-width: 100%;
    }
    .heritage {
        max-width: 100%;
    }
    .vedio {
        margin: 50px 0px;
    }
    .fot {
        margin-top: 20px;
        margin-bottom: 50px;
        text-align: center;
    }
}
@media (max-width: 680px) {
    .slid-peek {
        position: absolute;
        right: -36px;
        top: 123px;
    }
    .pride h4 {
        padding-left: 315px;
    }
    .monky-face {
        left: 45px;
    }
}
@media( max-width: 480px) {
    .res-face {
        display: block;
        width: 80%;
        margin: 0 auto;
        top: 0;
    }
    .sld2-face,.thunder {
        display: none;
    }
    .logo img {
        max-width: 70px;
        position: relative;
        top: -15px;
    }
    .menu {
        margin-top: 0px;
    }
    .heritage {
        padding-left: 0px;
    }
    .hed-h4 h4 {
        line-height: 35px;
    }
    .slid-peek {
        position: relative;
        right: 0px;
        top: 0px;
        margin-top: 40px;
        text-align: center;
    }
    .slid-peek img {
        padding-left: 0px;
    }
    .abou {
        position: relative;
        padding-left: 0px;
        text-align: center;
    }
    .hed-h4 h4 {
        font-size: 40px;
        letter-spacing: -2px;
        padding-left: 0px;
    }
    .heritage h5 {
        line-height: 30px;
    }
    .dir-img {
        width: 100%;
    }
    .dir-cont {
        width: 100%;
        text-align: center;
    }
    .dir-cont img {
        float: none;
        margin: 0 auto;
    }
    .crow {
        display: none;
    }
    #owl-wis {
        padding: 0px 30px;
        margin: 55px 0px 100px;
    }
    .wis-div {
        padding: 30px 15px 20px;
    }
    .monky-face {
        top: 0px;
        left: 0;
        right: 0px;
        margin: 0 auto;
        display: block;
        position: relative !important;
    }
    .pride {
        padding: 0px;
    }
    .mk-wisdom h4 {
        font-size: 40px;
    }
    .pride h4 {
        font-size: 40px;
        line-height: 34px;
        text-align: center;
        margin-top: 20px;
        padding-left: 0px;
    }
    .fot a.tel {
        font-size: 30px;
    }
}