﻿body {
    color: #333333;
    overflow-x:hidden;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    padding-top:99px
}
.slc-hdr-bg {
    background-color: #161616;
}
.txt-clr2 {
   color: #757575
}
.navbar-brand{
    padding:0 ;
}
.bg2 {
    background-color: #e1660d;
}
.bnr-hm {
    position: relative;
  /*  height: 60vh;*/
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 12px;
    font-size:16px;
    text-transform:uppercase;
    font-weight:500
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    background-color:#444
}
.navbar {
    padding: 5px 0 !important;
}
.navbar-nav .nav-link {
    font-weight: 500;
    color: rgb(255 255 255 / 0.9) !important
}
.bnr-ovly:after {
    content: '';
    position: absolute;
    background-image: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.overlay1 {
    position: absolute;
    background-image: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
   content:''
}
.navbar-dark .navbar-brand img{
    height:90px;
    width:auto;
}
.carousel-item img{
    width:100%;
    height:auto;
}
.carousel-caption{
    max-width:800px;
    z-index:999;
    top:30%;
    left:18%;
    margin: 0 auto
}
.carousel-caption h5 {
    font-size: 60px;
    font-weight: bold;  
}
    .carousel-caption p {
        font-size: 24px;
        font-weight: 500;       
    }
    .carousel-caption .logo-wnr22 img {
      width:120px;
      height:auto;
      border-radius:30px;
    }

.sctn {
    padding: 20px 0;   
}
.wel-sctn{
    padding:0;
}
.sctn .cnt-c {
   z-index:99;
   max-width:800px;
}
.wel-sctn .cont {
   padding: 20px
}


.sctn h2, .wel-sctn h2{
    font-size: 32px;
    font-weight: bold;
}
.btxt {
    font-size: 16px;
    color: #757575
}
.sh {
    font-size: 18px
}
.sl-ul1{
    list-style-type:disc
}

.sctn-d {
    height: 1px;
    background-color: #555454
}
.srv-pnl {
    position: relative;
    transition: transform .2s;
}
    .srv-pnl:hover {
        background-color: #f3f3f3;
        transform: scale(1.05);
    }
       
    .srv-pnl .pnl-t {
        font-size: 30px;        
    }
    .srv-pnl p {
        font-size: 16px;       
    }
.btn-srv {
    padding: 9px 30px;
    font-size: 16px;
    color: #fff;
    font-weight:500;
    border-radius: 0;
    border: 2px solid #e1660d;
}
    .btn-srv:hover {
        border: 2px solid #e1660d;
        color: #e1660d;
        background-color: #fff;
    }
.bg-img{
    position:relative;
    background-color:#eae8e7;
    background:url(),no-repeat, center center;
    background-size:cover
}
.bg-ovl {
    content: '';
    position: absolute;  
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.faq{
    z-index:9999
}
.faq .accordion-item {
    background-color: rgb(255 255 255 / 1) !important;  
}
.accordion-body {
    background-color: #f4f4f4 !important;
}
.faq .accordion-button:not(.collapsed) {
    background-color: #e1660d;
    /*  background-color: rgb(255 255 255 / 0.85) !important;*/
    color: #fff;
    font-weight: bold;
}
.hm-tstm {
    margin: 15px 0;
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 600px;
    height: auto;
    background-color: #e1660d;
    border-radius: 24px
}
    .hm-tstm .tst-xt {
        padding: 1em;
        text-align: left;
        line-height: 1.5em;
        color:#fff;
    }
.tri-right.border.right-in:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -40px;
    top: 30px;
    bottom: auto;
    border: 20px solid;
    border-color: #666 transparent transparent #666;
}

.tri-right.right-in:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: auto;
    right: -20px;
    top: 38px;
    bottom: auto;
    border: 12px solid;
    border-color: #e1660d transparent transparent #e1660d;
}

.mxw-1240{
    max-width:1240px
}

/*Form*/
.form-hm {
    position: relative;
}
    .form-hm  label{
        font-size:15px;
        font-weight:500;
    }
    .form-hm input, .form-hm textarea {
        border-radius: 0;
        background-color: #f7f7f7;
        border: 0;
    }
footer .cont {
   max-width:560px;
}
footer .txt {
    font-size: 13px;
    color: #a4a4a4
}
footer .f-logo {
    max-width:180px;
    height:auto
}
footer .slc-m a{
    background-color:transparent;
    border:1px solid #e1660d;
    height:32px;
    width:32px;
    padding:6px 8px;
    border-radius:50px;
    text-decoration:none;
    color:#e1660d;
    line-height:32px
}
    footer .slc-m a i {
        font-size: 18px;
        width: 18px;
        line-height: 32px
    }
    footer .slc-m a:hover {
        background-color: #e1660d;
        border: 1px solid #e1660d;      
        color: #fff
    }

.bnr-pg-t {
    background: url('') no-repeat center center;
    background-size: cover;
    height:40vh;
    z-index:0;
    position:relative;
}
    .bnr-pg-t .cont {
        height: 40vh;
    }
    .bnr-pg-t .title {
        font-family:'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
        font-size: 50px;
        font-weight: bold;
        color: #fff;
        z-index: 99;
        text-transform: uppercase;
        line-height: 60px
    }
    .bnr-pg-t h4 {
        font-size: 38px;
        font-weight: 500;
        color: #fff;
        z-index: 99;
        line-height:40px
    }

    .bnr-pg-t p {
        font-size: 18px;
        font-weight: 500;
        color: #fff;
        z-index: 99;
    }
.tst-l-bg {
    background-color: #282a25
}
/*    PDF in iframe */
#pdfIframe {
    max-width: 800px;
    max-height: 100%;
    overflow: hidden;
    padding: 8px;
    background-color: #eee
}


.pdf-rsp-wrapper {
    position: relative;
    height: 0; 
}

    .responsive-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        border: none;
    }

.pdf-resp {
    padding-bottom: 107%;
}

.center-block-horiz {
    margin-left: auto !important;
    margin-right: auto !important;
}
.img-zm-g {
    gap: 4px;
    transition: transform .2s;
}
    .img-zm-g .itm {
        background-color: #f7f7f7;      
    }
        .img-zm-g .itm img {
            transition: transform .2s;
        }
    .img-zm-g .itm img:hover{
        transform:scale(1.2)
    }
.slc-tstm {
    position: relative;
}
    .slc-tstm .pnl {
        max-width:900px;
        padding:20px;
        background-color: #fff;
        border-left:4px solid #e1660d
    }
        .slc-tstm .pnl .cont {
            flex-direction: column;
        }
        .slc-tstm .pnl .phto {
            background-color:#eee;
            width:72px;
            height:72px;
            border-radius:50px
        }
            .slc-tstm .pnl .phto img {
                width: 72px;
                height: 72px;
                border-radius: 50px;
               
            }
        .slc-tstm .pnl .rvw {
            font-size:14px;           
        }
        .slc-tstm .pnl .rvw-nm {
            font-size: 13px;
            color: #585858;
            font-weight:500;
        }
.slc-tstm .carousel-inner .carousel-item {
    background-color: #fff;
    padding: 20px;
    height: 400px;
}
        .slc-tstm .carousel-inner .carousel-item .carousel-caption {
            top:15%
        }
        .slc-tstm .carousel-inner .carousel-item .carousel-caption p {
           font-size:16px;
           font-weight:normal;
           color:#333333;
           text-align:left;
        }
            .slc-tstm .carousel-inner .carousel-item .carousel-caption .phto {
                width: 72px;
                height: 72px;
                border-radius: 50px;
            }
                .slc-tstm .carousel-inner .carousel-item .carousel-caption .phto img {
                    width: 72px;
                    height: 72px;
                    border-radius: 50px;
                }
            .slc-tstm .carousel-inner .carousel-item .carousel-caption .usr-nm {
                font-size: 16px;              
                color: #333333;
                font-weight:500;
            }


/*vnu Effcet*/

.vnu-card {
    background-color: transparent;
    width: 320px;
    height: 320px;
    perspective: 1000px;
}

.vnu-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
   
}

.vnu-card:hover .vnu-card-inner {
    transform: rotateY(180deg);
}

.vnu-card-front, .vnu-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.vnu-card-front {
    background-color: #eee;
    color: black;
}
    .vnu-card-front:before {
        content: '';
        position: absolute;
        background-image: none;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.3);
    }
.vnu-card-front .txt {
   position:absolute;
   left:6%;
   top:35%;
   text-align:center;
   display:flex;
   justify-content:center;
   flex-direction:column;
}
    .vnu-card-front .txt a {
        font-size: 40px;
        line-height: 50px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }

.vnu-card-back {
    background-color: #e1660d;
    color: white;
    transform: rotateY(180deg);
    display:flex;
    flex-direction:column;
    justify-content:center;
}
    .vnu-card-back a {
        font-size: 40px;
        line-height:50px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }
    .vnu-card-back p {
        font-size: 20px;   
        line-height:24px;
        color: #fff;
        text-decoration: none;
        font-weight: 500;
    }


    #go-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: rgba(255, 255, 255, 0.9);
        width: 40px;
        height: 40px;
        display: block;
        text-decoration: none;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;
        display: none;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border:2px solid #e1660d;
    }

        #go-top i {
            color: rgba(225, 102, 13, 0.9);
            margin: 0;
            position: relative;
            left: 11px;
            top: 6px;
            font-size: 16px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        #go-top:hover {
            background: rgba(225, 102, 13, 0.9);      
        }

            #go-top:hover#go-top i {
                color: #fff
            }
.drinks-img{
    position:relative;
}
.drinks-img img {
    content: "";
    position: absolute;
    right: -15px;
    top: -15px;
}

.win-logo-pos1{
padding-left:30px;
}
.win-logo-pos1 .set-p{
    width:300px;
    height:auto;
    opacity:.9
}

.slc-evnt{
    position:relative;
    background-color:#fff;
    border-radius:6px;
    transition:.5s;
}
    .slc-evnt:hover{
        transform:scale(110%)
    }
    .slc-evnt .ev-pic {
        position: relative;
    }
.slc-evnt .ev-pic img{   
   width:100%;
   height:auto;
   border-radius: 6px 6px 0 0;
}
        .slc-evnt .ev-pic .dt-t {
            background-color: rgba(225, 102, 13, 0.9);
            padding: 6px;
            position: absolute;
            bottom: 0;
            width: 80px;
            height: fit-content;
            left: 10px;
            text-align: center;
        }
        .slc-evnt .ev-pic .t {          
            padding: 6px;
            position: absolute;
            bottom: 0;
            width: 80px;
            height: fit-content;
            right: 10px;
            text-align: right;
            font-size:12px;
            font-weight:bold;
            color:#fff;
        }
.dt-c {
    position:absolute;
    left:-10px;
    bottom:0;
    background-color:#fff;
    padding:2px 4px;
    font-size:14px;
}
            .slc-evnt .ev-pic .dt-t .dt-m {
                font-size: 12px;
                font-weight: bold;
                color: #fff;
                line-height:14px;
            }
            .slc-evnt .ev-pic .dt-t .dt {
                font-size: 32px;
                font-weight: bold;
                color: #fff;
                line-height: 32px;
            }
           
.slc-evnt .e-dtls {
    background-color: #fff;
}
    .slc-evnt .e-dtls .desc {
       line-height:20px;
       font-size:14px;
    }
      
.slc-evnt .e-dtls .e-t {
    font-size: 18px;
    font-weight: bold;
}
.slc-evnt .e-dtls .btn-link{
    padding:8px 8px 8px 0;
    color:#000;
    text-decoration:none;
    color:#e1660d
}
    .slc-evnt .e-dtls .btn-link:hover {
        text-decoration: none;
        color: #d36212
    }

.cs-wef{
    position:relative
}
    .cs-wef iframe {
        width: 100%;       
        height:1670px
    }

.ftr-img {
    width: auto;
    height: 60px;
}
/*SM Device */
@media (min-width:768px) {
    .wel-sctn .cont {
        padding: 40px
    }
    .sctn h2, .wel-sctn h2 {
        font-size: 48px;
    }
    .sctn {
        padding: 60px 0;
    }
    .bnr-pg-t{
        height:70vh;
    }
        .bnr-pg-t .cont {
            height: 70vh;
        }
        .bnr-pg-t .title {
            font-size:60px
        }
    .slc-tstm .pnl .cont {
        flex-direction: row;
    }
    .slc-tstm .pnl {
        padding:40px
    }
    .cs-wef iframe {
        width: 840px;
        height: 1190px
    }
    .ftr-img {
        width: auto;
        height: 120px;
    }
}

