@charset "utf-8";

/* CSS Document */

@import "bootstrap.min-5.1.3.css";

* {
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    list-style: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #000
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
    padding: 0px;
    margin: 0px;
    border: none;
    outline: none;
}

a,
i,
strong,
p,
img {
    border: none;
    outline: none;
}

p {
    margin-bottom: 0px;
}

.FL {
    float: left
}

.FR {
    float: right
}

.CL {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0
}

.CL1 {
    clear: both
}

.CTR {
    text-align: center
}

.TAR {
    text-align: right
}

.uline {
    text-decoration: underline
}

.UC {
    text-transform: uppercase
}

.tCap {
    text-transform: capitalize !important;
}

:focus {
    outline: 0
}

.PR {
    position: relative
}

.PA5 {
    padding: 5px
}

.PA7 {
    padding: 7px
}

.PA10 {
    padding: 10px
}

.PA12 {
    padding: 12px
}

.PA15 {
    padding: 15px
}

.PA20 {
    padding: 20px;
}

.PT5 {
    padding-top: 5px
}

.PT7 {
    padding-top: 7px
}

.PT8 {
    padding-top: 8px
}

.PT10 {
    padding-top: 10px
}

.PT15 {
    padding-top: 15px
}

.PT20 {
    padding-top: 20px
}

.PT25 {
    padding-top: 25px
}

.PT30 {
    padding-top: 30px
}

.PB5 {
    padding-bottom: 5px
}

.PB7 {
    padding-bottom: 7px
}

.PB10 {
    padding-bottom: 10px
}

.PB15 {
    padding-bottom: 15px
}

.PB20 {
    padding-bottom: 20px
}

.PB30 {
    padding-bottom: 30px
}

.PB25 {
    padding-bottom: 25px
}

.PL5 {
    padding-left: 5px
}

.PL10 {
    padding-left: 10px
}

.PL15 {
    padding-left: 15px
}

.PL20 {
    padding-left: 20px
}

.PL25 {
    padding-left: 25px
}

.PR5 {
    padding-right: 5px
}

.PR10 {
    padding-right: 10px
}

.PR15 {
    padding-right: 15px
}

.PR20 {
    padding-right: 20px
}

.PL50 {
    padding-left: 50px;
}

.PR50 {
    padding-right: 50px;
}

.MR5 {
    margin-right: 5px
}

.MR7 {
    margin-right: 7px
}

.MR10 {
    margin-right: 10px
}

.MR15 {
    margin-right: 15px
}

.MR20 {
    margin-right: 20px
}

.MR25 {
    margin-right: 25px
}

.MR30 {
    margin-right: 30px
}

.MR0 {
    margin-right: 0 !important
}

.ML2 {
    margin-left: 2px
}

.ML5 {
    margin-left: 5px
}

.ML7 {
    margin-left: 7px
}

.ML10 {
    margin-left: 10px
}

.ML15 {
    margin-left: 15px
}

.ML20 {
    margin-left: 20px
}

.ML30 {
    margin-left: 30px
}

.MT3 {
    margin-top: 3px
}

.MT5 {
    margin-top: 5px
}

.MT7 {
    margin-top: 7px
}

.MT10 {
    margin-top: 10px
}

.MT12 {
    margin-top: 12px
}

.MT15 {
    margin-top: 15px
}

.MT20 {
    margin-top: 20px
}

.MT25 {
    margin-top: 25px
}

.MT30 {
    margin-top: 30px
}

.MT35 {
    margin-top: 35px
}

.MT40 {
    margin-top: 40px
}

.MT45 {
    margin-top: 45px
}

.MT50 {
    margin-top: 50px
}

.MT70 {
    margin-top: 70px
}

.MB5 {
    margin-bottom: 5px
}

.MB10 {
    margin-bottom: 10px
}

.MB15 {
    margin-bottom: 15px
}

.MB30 {
    margin-bottom: 30px
}

.clear {
    display: block;
    clear: both;
    height: 0px;
}


/*     Float containers fix 
=============================== */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: inline-block
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}


/* End hide from IE-mac */


/* reset CSS end here */

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 735px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: 0
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: 0
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: 0
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: 0
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: 0
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: 0
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: 0
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: 0
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

* {
    box-sizing: border-box;
}


/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */

.d-flex {
    display: flex;
}

.MT100 {
    margin-top: 100px;
}

.ohiden {
    overflow: hidden;
}

body {
    padding-top: 90px;
}

.header {
    height: 90px;
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 6px;
    position: fixed;
    z-index: 4;
    width: 100%;
    background: #FFF;
    left: 0;
    top: 0;
}

.header-box {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.select-language {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    display: block;
    background: url(../images/down-arrow.svg) no-repeat right 8px;
    padding-right: 15px;
}

.language {
    font-size: 16px;
    font-weight: 700;
    border-left: 2px solid #000;
    padding-left: 10px;
    margin-left: 10px;
}

.hero-banner {
    position: relative;
    display: flex;
    align-items: center;
}

.hero-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-banner .banner-ctnt {
    position: absolute;
    top: 30%;
    bottom: auto;
    -khtml-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.hero-banner .banner-ctnt h1,
.hero-banner .banner-ctnt h2 {
    font-weight: 400;
    font-size: 1.9vw;
    color: #000;
    line-height: 1.5;
}

.hero-banner .banner-ctnt h2 strong {
    display: block
}

.hero-banner .banner-ctnt h2 {
    margin-top: 10px;
}

.hero-banner .banner-ctnt span {
    font-weight: 600;
}

.hero-banner .banner-ctnt .ban-logo img {
    width: 180px;
}

.enquiry-btn {
    font-size: 14px;
    font-style: italic;
    background: #FFF;
    padding: 3px 15px;
    border-radius: 13px 0 0 13px;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 2;
    color: #000;
    transition: all 0.5s linear;
    line-height: 1.4;
}

.enquiry-btn:hover {
    background: rgb(7, 67, 145);
    background: linear-gradient(180deg, rgba(7, 67, 145, 1) 0%, rgba(27, 32, 91, 1) 99%);
    color: #FFF;
}

.enquiry-btn.bookNow {
    margin-top: 38px;
    display: none;
}

.hero-2 {
    position: relative;
}

.hero-2 img {
    width: 100%;
    height: auto;
    display: block;
    position: relative
}

.hero-2 .hero-contain {
    position: absolute;
    width: 100%;
    top: 10%;
    z-index: 2;
}

.hero-2 .hero-contain .btn-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.hero-2 .hero-contain a {
    background: #FFF;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    min-width: 160px;
    max-width: 240px;
    margin: 10px;
    padding: 2px 30px;
    border-radius: 26px;
    display: flex;
    align-items: center;
    text-align: center;
    height: 52px;
    transition: all 0.5s linear;
}

.hero-2 .hero-contain a:hover {
    background: rgb(7, 67, 145);
    background: linear-gradient(180deg, rgba(7, 67, 145, 1) 0%, rgba(27, 32, 91, 1) 99%);
    color: #FFF;
}

.hero-2 .owl-dots {
    position: absolute;
    bottom: 8%;
    left: 0;
    text-align: center;
    width: 100%;
}

.hero-2 .owl-dots .owl-dot {
    background: none;
    border: 1px solid #FFF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
    transition: all 0.5s linear;
}

.hero-2 .owl-dots .owl-dot.active {
    background: #FFF;
}

.hero-2 .hero-tags {
    background: #FFF;
    font-size: 22px;
    font-weight: 300;
    padding: 7px 15px 7px 15%;
    position: absolute;
    bottom: 15%;
    left: 0;
    z-index: 1;
}

.hero-2 .hero-tags span {
    font-weight: 400;
}

.hero-2 .hero-tags::after {
    content: '';
    position: absolute;
    top: 0;
    right: -15px;
    border-bottom: 45px solid transparent;
    border-left: 15px solid white;
    width: 0;
}

.hero-know-more {
    border: 1px solid #FFF;
    font-size: 14px;
    color: #FFF;
    position: absolute;
    right: 15%;
    bottom: 15%;
    z-index: 1;
    padding: 5px 15px;
    border-radius: 15px;
}

.form-section {
    background: #EAEAEA url(../images/formbg.gif) no-repeat 0 0;
    background-size: 100%;
    padding: 3.8% 0 6.6% 0;
    min-height: 700px;
}

.form-box {
    background: url(../images/form-img.jpg) no-repeat 0 0;
    max-width: 890px;
    margin: 0 auto;
    margin-top: 30px;
    min-height: 450px;
    border-radius: 44px;
    padding: 50px 70px 30px 70px;
    color: #FFF;
    background-size: cover;
}

.form-group {
    margin-bottom: 35px;
    border-bottom: 2px solid #FFF;
    display: flex
}

.form-group input {
    background: none;
    border: 0;
    width: 100%;
    padding: 3px;
    color: #FFF;
}

.form-group label {
    padding: 3px;
    white-space: nowrap;
}

.form-group select {
    margin-right: 20px;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 15px 5px;
    background: url("../images/down-arrow2.svg") no-repeat right center;
    padding: 5px;
    border: 0;
    width: 100%;
    color: #FFF;
}

.form-group select option {
    color: #404040;
}

.form-group select::-ms-expand {
    display: none;
}

.checkbox {
    margin-bottom: 30px;
}

.checkbox a {
    color: #FFF;
    font-weight: bold;
}

.submit-button {
    background: none;
    border: 2px solid #FFF;
    font-size: 16px;
    color: #FFF;
    padding: 2px 15px;
    border-radius: 15px;
    cursor: pointer;
}

.service {
    position: relative
}

.service img {
    width: 100%;
    height: auto;
    display: block;
}

.service .service-contain {
    position: absolute;
    width: 100%;
    top: 10%;
    z-index: 1
}

.service .service-contain .title {
    font-weight: 400;
    font-size: 2.8vw;
    color: #000;
}

.service .service-contain .title strong {
    display: block
}

.service .service-contain .title span {
    font-weight: 700;
}

.service-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5%;
}

.service-list li {
    width: 25%;
    padding: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.service-list li:first-child {
    padding-left: 0;
}

.service-list li img {
    width: 105px;
}

.service-list li p {
    margin-top: 10px;
}

.footer {
    background: #333;
    padding: 30px 0 10px 0;
    color: #FFF;
}

.ftr-main-box {
    display: flex;
    justify-content: space-between;
}

.ftr-logo {
    display: flex;
    align-items: flex-end;
}

.ftr-logo figure {
    margin-right: 10px;
}

.fs12 {
    font-size: 12px;
}

.contdata {
    display: none;
}

.features-box {
    margin: 50px 0;
    background: #E3E3E3;
    padding: 15px;
    border-radius: 40px;
}

.features-box .img-box {
    position: relative
}

.features-box .img-box img {
    display: block;
    border-radius: 30px;
    width: 100%;
    height: auto;
}

.tabs-list {
    margin-top: 30px;
}

.tabs-list li {
    margin-bottom: 13px;
}

.tabs-list a {
    background: #404040;
    display: flex;
    color: #e9e8e8;
    align-items: center;
    border-radius: 10px;
    line-height: 1.3;
}

.tabs-list a img {
    border-radius: 10px;
    margin-right: 10px;
    opacity: .4;
}

.tabs-list a.act img {
    opacity: 1
}

.tabs-list a.act {
    color: #fff;
}

.features-carousel.owl-carousel .owl-item img {
    width: auto;
}

.features-carousel.owl-carousel .owl-nav {
    text-align: center;
}

.features-carousel.owl-carousel .owl-next {
    background: url(../images/left-arrow-2.png) no-repeat 0 0;
    width: 30px;
    height: 31px;
    border: 0;
    text-indent: -99999px;
    margin: 0 2px;
}

.features-carousel.owl-carousel .owl-prev {
    background: url(../images/right-arrow-2.png) no-repeat 0 0;
    width: 30px;
    height: 31px;
    border: 0;
    text-indent: -99999px;
    margin: 0 2px;
}

.img-info {
    background: rgba(0, 0, 0, .7);
    font-size: 14px;
    color: #FFF;
    padding: 20px 30px;
    border-radius: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.info-inner {
    display: none
}

.img-info h4 {
    font-size: 18px;
    font-weight: 700
}

.img-info a {
    background: #C3C3C3;
    font-size: 10px;
    font-weight: 600;
    border-radius: 5px;
    padding: 5px 10px;
    color: #000;
    white-space: nowrap;
    margin: 0 2px 5px 0;
    display: inline-block;
}

.fadeN {
    display: none;
    background: rgba(225, 225, 225, .8);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.popupBox {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 3;
    max-height: 1200px;
    width: 700px;
    display: none;
    background: #FFF;
    border: 10px solid #FFF;
    transform: translate(-50%, -50%);
    border-radius: 45px;
    padding: 45px;
}

.close-box {
    text-align: right;
}

.close-box a {
    color: #000;
}

.select-language-box {
    display: flex;
    align-items: center;
}

.select-language-box ul {
    margin-left: 50px
}

.select-language-box ul li {
    font-size: 22px
}

.select-language-box ul li a {
    color: #A7A7A7;
    padding: 10px;
    display: block;
    width: 240px;
    text-align: center;
}

.select-language-box ul li a.active {
    color: #000;
    font-weight: 700;
    font-size: 32px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px 10px;
}

.thank-you {
    background: #F5F5F5;
    padding-top: 100px;
}

.thank-you figure img {
    display: block;
    margin-left: auto;
}

.kharpat-waar.demo {
    padding: 50px 0 80px;
    display: inline-block;
    width: 100%;
}

.kharpat-waar.demo .grey-bx {
    min-width: 600px;
}

.ft16 {
    font-size: 16px;
}

.code-by {
    background: #009d4a;
    display: inline-block;
    width: 100%;
    color: #fff;
    margin: 60px 0;
    font-weight: 300;
}

.code-by p {
    margin-bottom: 0px;
}

.cnt {
    padding: 20px 0 40px;
}

.product-spc {
    margin: 0 0 60px;
}


/*tabs*/

@media only screen and (max-width:991px) {
    .hero-2 .hero-contain a {
        font-size: 14px;
        line-height: 16px;
        padding: 2px 15px;
        justify-content: center;
    }

    .service-list li img {
        width: 50px;
    }

    .tabs-list {
        display: flex;
        flex-wrap: wrap;
    }

    .tabs-list li {
        margin-right: 10px;
    }

    .tabs-list a {
        padding: 5px 10px;
        white-space: nowrap;
    }

    .tabs-list a img {
        display: none
    }

    .features-carousel.owl-carousel .owl-nav {
        margin: 10px 0;
    }

    .features-carousel.owl-carousel .owl-item img {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .hero-banner {
        margin-top: 40px;
    }

    .hero-banner .banner-ctnt {
        top: 24%;
    }

    .hero-banner .banner-ctnt .ban-logo img {
        width: 120px;
        margin-left: 30px;
    }

    .hero-banner .banner-ctnt h1,
    .hero-banner .banner-ctnt h2 {
        font-weight: 400;
        font-size: 2.6vw;
        padding-left: 30px;
    }
}


/*Mobile*/
.footer {
    margin-top: -21px;
}

@media only screen and (max-width:767px) {
    .hero-banner {
        margin-top: -21px;
    }

    /* .footer {
        margin-top: -21px;
    } */

    .select-language-box {
        flex-direction: column;
    }

    .select-language-box ul {
        margin: 0;
        margin-top: 10px;
    }

    .popupBox {
        padding: 30px;
    }

    /* .hero-banner {
        margin-top: 0px;
    } */

    #language .close-box {
        position: absolute;
        left: 68%;
        top: -34px;
        text-align: left;
    }

    #language .close-box .close {
        font-size: 16px;
    }

    .enquiry-btn.bookNow {
        margin-top: 0px;
        bottom: 125px;
    }

    body {
        padding-top: 70px;
    }

    .header {
        height: 70px;
    }

    .logo-box img {
        width: 100px;
    }

    .enquiry-btn {
        bottom: 90px;
        top: auto;
    }

    .header-box {
        width: 100%;
    }

    .select-language,
    .language {
        font-size: 12px;
    }

    .container {
        width: 100%;
    }

    .hero-banner .banner-ctnt {
        top: 25%;
    }

    .hero-banner .banner-ctnt h1,
    .hero-banner .banner-ctnt h2 {
        font-size: 5.8vw
    }

    .hero-2 .hero-tags {
        font-size: 14px;
        padding: 7px 15px 7px 10%
    }

    .hero-2 .hero-tags::after {
        border-bottom: 33px solid transparent
    }

    .hero-know-more {
        bottom: 3%;
        right: auto;
        transform: translateX(-50%);
        left: 50%;
        white-space: nowrap;
    }

    .hero-2 .hero-contain {
        top: 45%;
    }

    .hero-2 .hero-contain a {
        font-size: 13px;
    }

    .hero-2 .hero-contain .btn-box {
        flex-wrap: wrap;
    }

    .hero-2 .hero-contain a {
        height: auto;
        width: auto;
        min-width: inherit;
        max-width: inherit;
        margin: 5px;
    }

    .owl-next span,
    .owl-prev span {
        display: none;
    }

    .owl-next,
    .owl-prev {
        width: 15px;
        height: 13px;
        position: absolute;
        top: 40%;
        border: 0;
        padding: 0;
    }

    .hero-know-more {
        padding: 3px 15px;
    }

    .owl-next {
        background: url(../images/next.svg) no-repeat 0 0;
        right: 15px;
    }

    .owl-prev {
        background: url(../images/prev.svg) no-repeat 0 0;
        left: 15px;
    }

    .form-section {
        background-size: auto;
        padding: 30px 0 50px 0
    }

    .form-box {
        padding: 30px;
        border-radius: 30px;
        min-height: inherit;
        background: url(../images/form-img-m.jpg) no-repeat 0 0;
        background-size: cover;
    }

    .form-section .application-bx {
        padding: 50px 0 0 0;
    }

    .application-bx.op1 ul {
        flex-direction: column;
    }

    .form-section .application-bx.op1 ul li {
        width: 100%;
    }

    .form-section .application-bx.op1 .whole-btn-bx {
        align-items: baseline;
    }

    .service-list li {
        width: 50%;
        padding-top: 0;
    }

    .service-list {
        font-size: 13px;
    }

    .service .service-contain .title {
        font-size: 4vw;
        padding: 0 7%;
    }

    .ftr-logo {
        flex-direction: column;
        align-items: flex-start;
    }

    .ftr-logo figure img {
        width: 100px;
    }

    .ftr-main-box {
        align-items: baseline;
    }

    .thank-you img {
        width: 100%;
    }

    .features-carousel.owl-carousel .owl-prev,
    .features-carousel.owl-carousel .owl-next {
        position: static;
    }
}

.nav-container {
    background: rgb(7, 67, 145);
    background: linear-gradient(180deg, rgba(7, 67, 145, 1) 0%, rgba(27, 32, 91, 1) 99%);
    color: #fff;
    position: fixed;
    top: 90px;
    width: 100%;
    z-index: 3;
}

.nav-container ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
}

.nav-container ul li {
    padding: 10px;
}

.nav-container ul li:last-child {
    padding-right: 0px;
}

.nav-container ul li a {
    color: #fff;
    font-weight: 500;
}

.nav-container ul li a:hover {
    text-decoration: underline;
}

.menu-popup {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .95);
    overflow-x: hidden;
    transition: all .5s ease;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.menu-popup.open {
    height: 100vh;
}

.menu-popup ul li a {
    text-align: center;
    color: #404040;
    font-weight: 700;
    padding: 8px 0;
    display: block;
    font-size: 16px;
}

.close-mob {
    display: none;
}

/* overwriting CSS */

body a {
    text-decoration: none;
}

body a:hover {
    text-decoration: underline;
}

ol,
ul {
    padding-left: 0;
}