<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.4s;
    font-family: 'Montserrat', sans-serif;
}
}
html{width: 100%!important;overflow-x: hidden!important;}
body{width: 100%;overflow-x: hidden;}
button, .btn{ cursor: pointer; }

.h1 {
    width: 100%;
    float: left;
    margin: 0 0 50px 0;
    font-size: 20px;
    color: #045baa;
    font-weight: 600;
    margin-bottom: 16px!important;
    position: relative;
}
.h1::after{
    content: '';
    position: absolute;
    left: 5%;
    text-align: center;
    display: inline-block;
    height: 1.2em;
    width: 12%;
    color: #F36F21;
    border-bottom: 4px solid;
    margin: 5px auto;
    transition: all .6s linear;
}
.h1:hover::after{
    width: 22%;
}
.h1 span{color: #f36f21;text-transform: uppercase;}
p {
    font-size: 15px;
    line-height: 22px;
    color: #444;
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.container {
    display: table;
    margin: 30px auto 0;
    max-width: 1200px;
    width: 100%
}

header {
    width: 100%;
    float: left;
    position: relative
}

.nav {
    width: 100%;
    position: fixed;
    text-align: center;
    background-color: #fff;
    padding: 10px 5%;
    box-sizing: border-box;
    z-index: 999;
    border-bottom: 1px solid #999;
}

.nav div.logo {
    position: static;
    right: 0;
    bottom: 25px;
    float: left;
    width: 125px;
}

.nav div.logo img {
    width: 100%;
    float: left;
}

.nav div.logo a {
    text-decoration: none;
    color: #fff;
    font-size: 1.8em;
    text-transform: uppercase
}

.nav div.logo a:hover {
    color: silver
}

.nav div.main_list {
    width: 72%;
    height: 65px;
    float: right;
    padding-top: 5px
}

.nav div.main_list ul {
    width: 100%;
    height: 65px;
    display: flex;
    list-style: none
}

.nav div.main_list ul li {
    width: 120px;
    height: 65px
}

.nav div.main_list ul li a {
    text-decoration: none;
    color: #F36F21;
    line-height: 65px;
    text-transform: uppercase
}
.nav div.main_list ul li a.phone_url {
    padding: 0;
    background-color: transparent;
    color: #0062cc;
    font-weight: bold;
    border: 1px solid;
    line-height: 23px;
    padding: 10px 0;
    margin-top: 10px;
    /*margin-left: 10px;*/
}
.nav div.main_list ul li a:hover {
    color: #002754;
    opacity: 1;
}

.nav div.media_button {
    width: 40px;
    height: 40px;
    background-color: transparent;
    position: absolute;
    left: 15px;
    top: 7px;
    display: none
}

.nav div.media_button button.main_media_button {
    width: 100%;
    height: 100%;
    background-color: transparent;
    outline: 0;
    border: none;
    cursor: pointer
}

.nav div.media_button button.main_media_button span {
    width: 98%;
    height: 5px;
    display: block;
    background-color: #222;
    margin-top: 9px;
    margin-bottom: 0
}

.nav div.media_button button.main_media_button:hover span:nth-of-type(1) {
    transform: rotateY(180deg);
    transition: all 0.5s;
    background-color: #222
}

.nav div.media_button button {
    margin: 0;
    padding: 0
}

.nav div.media_button button.main_media_button:hover span:nth-of-type(2) {
    transform: rotateY(180deg);
    transition: all 0.4s;
    background-color: #222
}

.nav div.media_button button.main_media_button:hover span:nth-of-type(3) {
    transform: rotateY(180deg);
    transition: all 0.3s;
    background-color: #222
}

.nav div.media_button button.active span:nth-of-type(1) {
    transform: rotate3d(0, 0, 1, 45deg);
    position: absolute;
    margin: 0
}

.nav div.media_button button.active span:nth-of-type(2) {
    display: none
}

.nav div.media_button button.active span:nth-of-type(3) {
    transform: rotate3d(0, 0, 1, -45deg);
    position: absolute;
    margin: 0
}

.nav div.media_button button.active:hover span:nth-of-type(1) {
    transform: rotate3d(0, 0, 1, 20deg)
}

.nav div.media_button button.active:hover span:nth-of-type(3) {
    transform: rotate3d(0, 0, 1, -20deg)
}

.home {
    width: 100%;
    height: 100vh;
    background-color: #ddd
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .container {
        margin: 0
    }
}

@media screen and (max-width:992px) {
    .nav {
        padding: 0;
    }
    .container {
        margin: 0;
        padding: 0 30px;
        box-sizing: border-box
    }
    section.Banner.P_Relative {
        padding: 0
    }
    .nav div.logo {
        height: 10px;
        position: static;
        right: 0;
        bottom: 16px;
        width: 220px;
        z-index: -1;
        float: right;
    }
    .nav div.logo img {
        
        width: 120px;
        float: right;
    }
    .nav div.main_list {
        width: 100%;
        margin-top: 53px;
        padding-right: 30px;
        height: 0;
        overflow: hidden;
        z-index: 9999;
        float: left;
    }
    .nav div.show_list {
        height: 320px
    }
    .nav div.main_list ul {
        flex-direction: column;
        width: 100%;
        height: 200px;
        top: 80px;
        right: 0;
        left: 0
    }
    .nav div.main_list ul li {
        width: 100%;
        height: 40px;
        background-color: rgb(255, 255, 255);
        padding-left: 30px;
        box-sizing: border-box
    }
    .nav div.main_list ul li a {
        text-align: left;
        line-height: 40px;
        width: 100%;
        height: 40px;
        display: table
    }
    .nav div.media_button {
        display: block
    }
}

.Banner {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.RegisterForm {
    position: absolute;
    right: 5%;
    top: 24%;
    z-index: 9;
    width: 360px;
    background-color: #fff;
    padding: 20px 0 0;
    box-shadow: 0 5px 5px -5px #333;
    overflow: hidden;
}
.RegisterForm .BrandLogo {
    width: 200px;
    margin: 0px auto 10px auto;
    margin-bottom: 10px;
    display: table;
}
.RegisterForm .BrandLogo img{
    margin-top: 0;
}
.RegisterForm .HeadingBG {
    background: #F36F21;
    padding: 20px 18px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.RegisterForm .HeadingBG h2{
    font-size: 1.2em!important;
}
.Banner {
    width: 100%;
    float: left
}

.RegisterForm .EnquiryForm {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px;
    box-shadow: inset 0 11px 8px -10px #CCC, inset 0 -11px 8px -10px #CCC;
}

.RegisterForm .EnquiryForm .form-group {
    width: 100%;
    float: left;
    margin-bottom: 15px
}

.RegisterForm .EnquiryForm .form-group input {
    width: 100%;
    padding: 5px;
    float: left;
    border-width: 0 0 1.5px 0;
    color: #000;
    border-style: solid;
    border-color: #222
}

.RegisterForm .EnquiryForm .form-group lable {
    width: 100%;
    float: left
}

.RegisterForm h1 {
    width: 100%;
    float: left;
    padding: 0 40px;
    box-sizing: border-box;
    font-size: 21px;
    text-align: center;
    color: #fff
}

.RegisterForm .EnquiryForm .form-group button {
    width: 100%;
    padding: 7px;
    border: 0;
    background-color: #222;
    color: #fff;
    font-size: 19px;
    margin-top: 15px
}

.Content {
    width: 100%;
    float: left
}

.Content .ContentPart {
    width: 49%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
    margin-right: 2%
}

.Content .ContentPart:last-child {
    margin-right: 0
}

ul.OrderList {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    list-style: none;
    position: relative;
    padding-left: 0;
    font-size: 16px;
    box-sizing: border-box
}

ul.OrderList li {
    width: 100%;
    float: left;
    padding: 0 0 0 20px;
    position: relative;
    margin-bottom: 10px
}

ul.OrderList li:before {
    content: '';
    height: .6em;
    width: .6em;
    background: #D2153A;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    color: #F36F21;
    left: 0;
    top: 5px;
}

.OneThird {
    width: 18%;
    float: left
}

.OneSeven {
    width: 82%;
    float: left;
    padding-left: 40px;
    box-sizing: border-box
}

.OneSeven span {
    width: 100%;
    float: left;
    font-size: 30px;
    margin-top: 35px;
    box-sizing: border-box;
    color: #fff
}

footer {
    width: 100%;
    float: left;
    padding: 10px 50px;
    box-sizing: border-box;
    background-color: #002754;
    margin: 20px 0 0
}

footer p {
    color: #fff;
    font-size: 12px;
    line-height: normal;
    margin: 0
}

a.phone_url {
    width: 100%;
    float: left;
    padding: 10px;
    box-sizing: border-box;
    background-color: #46ab00;
    color: #fff
}

.form-group .btn.btn-primary {
    width: 100%;
    margin-top: 0
}

.btn.btn-primary {
    width: 300px;
    float: left;
    padding: 10px;
    background: linear-gradient(90deg, #FF7900, #932E00);
    text-transform: capitalize;
    border: 1px solid #ff7900;
    border: 0;
    color: #fff;
    font-size: 20px;
    margin-top: 20px
}

.CTA {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    box-sizing: border-box
}

.Amenities ul.OrderList li {
    width: 33.33%
}

.ColorGold {
    color: #F36F21 !important
}

.PriceSection .PricePart {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%
}

.PriceSection .PricePart:last-child {
    margin-right: 0
}

.card {
    width: 100%;
    float: left;
    padding: 20px 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2);
    position: relative
}

.card span {
    color: #222;
    text-align: center;
    margin-bottom: 20px
}

.card img.IconZoom {
    width: 100px;
    position: absolute;
    left: 0;
    text-align: center;
    right: 0;
    margin: 0 auto;
    top: 32%;
    padding: 20px
}

img.BgBlur {
    filter: blur(3px);
    height: 250px
}

.box {
    background: transparent;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease
}

.box:hover {
    background: linear-gradient(#b92b27, #1565C0);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, .4)
}

.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after {
    content: "";
    background: #fff;
    width: 0;
    height: 4px;
    position: absolute;
    top: 5%;
    left: 0;
    transition: all 0.3s
}

.box:after {
    top: auto;
    bottom: 5%;
    left: auto;
    right: 0
}

.box .box-content:before,
.box .box-content:after {
    height: 0;
    width: 4px;
    left: auto;
    right: 5%;
    top: 0
}

.box .box-content:after {
    right: auto;
    top: auto;
    bottom: 0;
    left: 5%
}

.box:hover:before,
.box:hover:after {
    width: 80%
}

.box:hover .box-content:before,
.box:hover .box-content:after {
    height: 80%
}

.box img {
    width: 100%;
    height: auto;
    transform: scale(1.25);
    transition: all 0.3s ease;
    height: 250px;
}

.box:hover img {
    opacity: .2;
    transform: scale(1)
}

.box .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.box .inner-content {
    color: #fff;
    width: 70%;
    overflow: hidden;
    transform: translateX(-50%)translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%
}

.box .title {
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
    transition: all 0.3s ease
}

.box .post {
    font-size: 15px;
    text-transform: capitalize;
    display: block;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
    transition: all 0.3s ease
}

.box:hover .title,
.box:hover .post {
    opacity: 1;
    transform: rotate(0)
}

.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 13%
}

.box .icon li {
    margin: 0 5px;
    display: inline-block;
    transform: rotate(-90deg);
    transform-origin: left top;
    transition: all 0.3s ease
}

.box:hover .icon li {
    transform: rotate(0)
}

.box .icon li a {
    color: #b92b27;
    font-size: 20px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    display: block;
    position: relative;
    transition: all 0.3s ease
}

.PriceSection .PricePart:nth-child(3n+1) {
    margin-right: 0
}

@media only screen and (max-width:990px) {
    .box {
        margin: 0 0 30px
    }
}

.MobBlock {
    display: none
}

.Wuidth100 {
    width: 100%;
    float: left
}

.P_Relative {
    position: relative
}

.Padding0 {
    padding: 0 !important
}

.Gradient {
    /*background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);*/
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 0%, rgba(0,212,255,1) 100%);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite
}

@keyframes gradient {
    0% {
        background-position: 0% 50%
    }
    50% {
        background-position: 100% 50%
    }
    100% {
        background-position: 0% 50%
    }
}

.modal h1 {
    font-size: 20px
}

.modal button {
    margin: 0 auto;
    margin-top: 20px
}

.modal {
    position: fixed;
    top: 0;
    pointer-events: none;
    left: 0;
    background: rgba(51, 51, 51, .9);
    width: 100vw;
    height: 100vh;
    z-index: 99;
    opacity: 0;
    transition: 0.3s
}

.modal.active {
    opacity: 1;
    pointer-events: auto
}

.modal.active .box {
    top: 50%;
}

.modal#success h1 {
    font-size: 1.5em
}

.modal .close {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.close {
    float: right;
    padding: 12px;
    background-color: red;
    font-size: 23px;
    text-align: center;
    color: #fff !important;
    z-index: 3;
}
.modal .box {
    background: #fff;
    display: block;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    padding: 20px;
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: 0.3s;
    width: 30%
}

.form-group {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.modal.active .box h5 {
    margin-bottom: 20px;
    font-size: 16px;
    text-align: left;
}

.form-group {
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.modal.active .box h5 {
    margin-bottom: 20px;
    font-size: 16px;
    color: #F36F21
}

.input-group-addon {
    display: none
}

.form-group b {
    text-align: left;
    float: left;
    font-size: 17px !important;
    color: #0080C3;
    margin-top: 14px
}

input {
    width: 100%;
    padding: 10px;
    color: #F36F21;
    border: 1px solid
}

.form-group b a.phone_url {
    width: auto;
    float: right;
    margin: 0 0 0 15px;
    color: #0080C3
}

@media(max-width:1024px) {
    section {
        box-sizing: border-box;
        margin-bottom: 30px
    }
}

@media(max-width:992px) {
    .RegisterForm {
        width: 100%;
        position: static;
        float: left
    }
    .Content .ContentPart,
    button {
        width: 100%
    }
    .Content .ContentPart {
        margin-bottom: 20px;
        padding: 0
    }
    .MobBlock {
        display: block
    }
    .DeskBlock {
        display: none
    }
}

@media(max-width:767px) {
    .Banner img {
        margin-top: 58px
    }
    .After:after {
        left: 58px;
        top: 23px
    }
    .modal .box {
        width: 90%
    }
    .OneSeven,
    .PriceSection .PricePart {
        width: 100%
    }
    .OneThird {
        width: 100%;
        float: none;
        max-width: 300px;
        display: table;
        margin: 0 auto
    }
    .Amenities ul.OrderList li {
        width: 100%
    }
    .h1 {
        font-size: 17px
    }
}

.SocialButton li a img {
    display: table;
    margin: -2px auto 0
}

.SocialButton {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    left: 0;
    display: none
}

.SocialButton ul {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left
}

.SocialButton li {
    width: 50%;
    float: left;
    background: #4285f4;
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 10px;
    font-size: 28px;
    box-shadow: 2px 3px 18px #000;
    color: #fff;
    height: 50px;
    display: inline-flex;
    text-align: center
}

.SocialButton li a i {
    float: none
}

h3 {
    text-transform: uppercase
}

sub {
    bottom: 35px;
    text-align: center;
    display: table;
    float: left;
    position: static;
    margin-top: 20px;
    color: #fff;
    width: 80%;
    font-size: 16px;
    top: 17px
}

.SocialButton li a {
    width: 100%;
    background-color: transparent;
    float: none;
    text-align: center;
    font-size: 36px;
    margin: 0;
    color: #fff;
    display: table;
    padding: 0
}

.SocialButton li:last-child {
    margin-left: 0;
    background-color: #2bb842
}

.Whatsapp {
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    background-color: #fff;
    width: 60px;
    margin: 0 auto;
    line-height: 60px;
    bottom: 0;
    border-radius: 50%;
    font-size: 47px;
    box-shadow: inset -1px 1px 6px #333
}

.Whatsapp a {
    color: #6a9600
}

@media(max-width:767px) {
    .SocialButton {
        display: block
    }
}

.OrderList li p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 16px
}

@media screen and (max-width: 992px){
    .nav div.logo {
        height: 10px;
        /* position: static; */
        /* right: -8px; */
        /* bottom: 16px; */
        width: 210px;
        /* z-index: -1; */
        float: right;
        margin-right: 70px;
    }
}

/*popup*/
#PopUp .box img{
    transform: scale(1);
}
#PopUp .box:hover img {
    opacity: .9;
    transform: scale(1);
}
/*popup*/

/*country code boxes*/

.RegisterForm .EnquiryForm .form-group.country input:last-child, .RegisterForm .EnquiryForm .form-group select {
    width: 65%;
    padding: 7.8px;
    float: right;
    border-width: 0 0 1.5px 0;
    color: #000;
    border-style: solid;
    border-color: #222;
}
.RegisterForm .EnquiryForm .form-group select {
    float: left;
    width: 33%;
    padding: 7px 0;
}

/*input[type:"tel"], select{*/
.input-group.country input, select{
    width: 65%;
    float: right;
    padding: 10px;
    color: #F36F21;
    border: 1px solid;
}
select{
    padding: 10px 5px;
    width: 33%;
    float: left;
}

/*country code boxes*/


/*******responsive table******/
table { 
    /*width: 750px; */
    margin:50px auto;
    width: 100%;
    border: 1px solid #F36F21;
    border-radius: 4px;
    float: left;
    border-collapse: collapse;
    border-bottom: 0
    }

th { 
    /*background: #3498db; */
    color: #F36F21; 
    font-weight: 700; 
    }

td, th { 
    padding: 10px; 
    border: 1px solid #F36F21; 
    text-align: left; 
    font-size: 17.5px;
    width: auto;
    }
table td:last-child,
table th:last-child {
    border-right: 0 !important
}

table td&gt;button,
.btn.btn-primary {
    color: #fff;
    background: #FF7900;
    background: linear-gradient(90deg, #FF7900, #932E00);
    box-shadow: 0 4px 0 0 #f44206;
    text-transform: uppercase;
    border: 1px solid #ff7900;
    overflow: hidden;
    box-shadow: none;
    border-radius: 4px;
    padding: .5rem 1.2rem
}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    table { 
        width: 100%; 
    }

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr { 
        display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    tr { border: 1px solid #F36F21; }
    
    td { 
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #F36F21; 
        position: relative;
        padding-left: 45%; 
    }

    td:before { 
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 8px;
        left: 6px; 
        /*padding-right: 10px; */
        white-space: nowrap;
        content: attr(data-th)" :";
        color: #F36F21;
        font-weight: 300;
    }
}
/*responsive table*/

</pre></body></html>