@import "https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&amp;display=swap&amp;subset=cyrillic,latin-ext,vietnamese";
@import "https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&amp;display=swap&amp;subset=devanagari,latin-ext";
@import "https://fonts.googleapis.com/css?family=Monoton&amp;display=swap";
@import "https://fonts.googleapis.com/css?family=Prata&amp;display=swap&amp;subset=cyrillic,cyrillic-ext,vietnamese";

body, html {
    width: 100%;
    line-height: 17px;
    margin: 0 !important;
    padding: 0 !important;
    font-family: 'Poppins', sans-serif;
    font-display: auto;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    font-size: 14px;
    color: #777;
    background: #fff;
    position: relative;
    z-index: 0;
}

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

ul li {
    list-style: none;
    margin: 0
}

/*********************JR COdes******************************/
p {
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    margin: 0 0 10px;
}

html, body {
    height: 100%
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display';
    margin: 0
}

.capp {
    position: relative
}

.capp input {
    padding-left: 65px !important
}

.capp span {
    position: absolute;
    left: 0;
    top: 7px
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.form-control {
    border-radius: 1px;
    box-shadow: none;
    border-color: #d1d3e2;
    font-size: 12px;
    color: #414141;
    background: rgba(254, 254, 254, 1);
    min-width: 50px;
    min-height: 40px;
    border: 1px solid #d1d3e2;
    padding: 0 0 0 10px;
    width: 100%;
    height: 40px;
}

.form-control:focus {
    border-color: #5dc269;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important;
}

.form-control:-moz-placeholder {
    color: rgba(0, 0, 0, 0.7) !important;
    opacity: 1 !important;
}

.form-control::-moz-placeholder {
    color: rgba(0, 0, 0, 0.7) !important;
    opacity: 1 !important;
}

.form-control:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important;
}

.form-control::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.7) !important;
}

textarea.form-control {
    resize: none;
    min-height: 80px;
    padding: 10px;
}

.fontfam1 {
    font-family: 'Playfair Display' !important;
}

.fontfam2 {
    font-family: 'Poppins', sans-serif !important;
}

.fontfam3 {
    font-family: 'Prata', serif !important;
}

.fontfam4 {
}

.w-100 {
    width: 100% !important;
}

.bg-grey {
    background: #f5f5f5 !important
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff !important;
    cursor: not-allowed;
}

.select2-container {
    z-index: 9999
}

.select2.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single, .select2-container .select2-selection--multiple {
    height: 40px;
    border: 1px solid #d1d3e2;
    border-radius: 1px;
    padding: 0 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 40px;
    font-size: 14px;
    color: #6e707e;
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 40px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #d1d3e2;
    font-size: 14px;
    color: #6e707e;
    border-radius: 1px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #d1d3e2;
}

.select2-container--default .select2-search--inline .select2-search__field {
    color: #6e707e;
    margin: 0;
}

.select2-dropdown {
    border: none;
    border-radius: 0 0 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 5px;
    overflow: hidden;
    z-index: 999;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option[aria-selected=true] {
    background: #293c4e;
    color: #fff;
}

.select2-results__option {
    font-size: 14px;
    letter-spacing: 0.2px;
    margin: 0;
    color: #212121
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f7f8fb;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f7f8fb;
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    background-color: #c3c3c3;
}

.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 38px;
    line-height: 38px;
    display: flex;
    padding: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    line-height: 24px;
    margin: 2px;
    padding: 0;
    overflow: hidden;
    font-size: 12px;
    position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    width: 18px;
    padding: 0 4px;
    margin: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background-color: #375dce;
    border: none;
    padding-left: 24px;
    padding-right: 6px;
}

.custom-checkbox {
    position: relative;
    padding-left: 24px;
    margin: 3px 0;
    display: inline-block;
}

.custom-checkbox .custom-checkbox-input {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox .custom-checkbox-label {
    position: relative;
    margin: 0;
    line-height: 16px;
    font-size: 14px;
}

.custom-checkbox .custom-checkbox-label:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #ddd;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    border-radius: 2px;
}

.custom-checkbox .custom-checkbox-label:after {
    content: "\f00c";
    position: absolute;
    font-family: "FontAwesome";
    width: 16px;
    height: 16px;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 10px;
    display: none;
    color: #fff;
    text-align: center;
}

.custom-checkbox .custom-checkbox-input:checked ~ .custom-checkbox-label:after {
    display: block;
}

.custom-checkbox .custom-checkbox-input:checked ~ .custom-checkbox-label:before {
    background: #ee4350;
    border: 1px solid #ee4350;
}

.custom-radio {
    position: relative;
    padding-left: 24px;
    margin: 3px 0;
    display: inline-block;
}

.custom-radio .custom-radio-input {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.custom-radio .custom-radio-label {
    position: relative;
    margin: 0;
    line-height: 16px;
    font-size: 14px;
}

.custom-radio .custom-radio-label:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #ddd;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    border-radius: 50%;
}

.custom-radio .custom-radio-label:after {
    content: "\f111";
    position: absolute;
    font-family: "FontAwesome";
    width: 16px;
    height: 16px;
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    font-weight: 600;
    font-size: 8px;
    display: none;
    color: #fff;
    text-align: center;
}

.custom-radio .custom-radio-input:checked ~ .custom-radio-label:after {
    display: block;
}

.custom-radio .custom-radio-input:checked ~ .custom-radio-label:before {
    background: #ee4350;
    border: 1px solid #ee4350;
}

.fs-11 {
    font-size: 11px !important;
}

.fs-12 {
    font-size: 12px !important
}

.fs-13 {
    font-size: 13px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-15 {
    font-size: 15px !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-17 {
    font-size: 17px !important
}

.fs-18 {
    font-size: 18px !important;
}

.fs-19 {
    font-size: 19px !important
}

.fs-20 {
    font-size: 20px !important
}

.fs-21 {
    font-size: 21px !important
}

.fs-22 {
    font-size: 22px !important
}

.fs-23 {
    font-size: 23px !important
}

.fs-24 {
    font-size: 24px !important
}

.fs-25 {
    font-size: 25px !important;
}

.fs-26 {
    font-size: 26px !important
}

.fs-27 {
    font-size: 27px !important
}

.fs-28 {
    font-size: 28px !important
}

.fs-29 {
    font-size: 29px !important
}

.fs-30 {
    font-size: 30px !important
}

.fs-31 {
    font-size: 31px !important
}

.fs-32 {
    font-size: 32px !important;
}

.fs-33 {
    font-size: 33px !important
}

.fs-34 {
    font-size: 34px !important
}

.fs-35 {
    font-size: 35px !important
}

.fs-36 {
    font-size: 36px !important
}

.fs-37 {
    font-size: 37px !important
}

.fs-38 {
    font-size: 38px !important
}

.fs-39 {
    font-size: 39px !important;
}

.fs-40 {
    font-size: 40px !important
}

.fs-41 {
    font-size: 41px !important
}

.fs-42 {
    font-size: 42px !important
}

.fs-43 {
    font-size: 43px !important
}

.fs-44 {
    font-size: 44px !important
}

.fs-45 {
    font-size: 45px !important
}

.fs-46 {
    font-size: 46px !important;
}

.fs-47 {
    font-size: 47px !important
}

.fs-48 {
    font-size: 48px !important
}

.fs-49 {
    font-size: 49px !important
}

.fs-50 {
    font-size: 50px !important
}

.fs-51 {
    font-size: 51px !important
}

.fs-52 {
    font-size: 52px !important
}

.fs-53 {
    font-size: 53px !important;
}

.fs-54 {
    font-size: 54px !important
}

.fs-55 {
    font-size: 55px !important
}

.fs-56 {
    font-size: 56px !important
}

.fs-57 {
    font-size: 57px !important
}

.fs-58 {
    font-size: 58px !important
}

.fs-59 {
    font-size: 59px !important
}

.fs-60 {
    font-size: 60px !important;
}

.amt-0 {
    margin-top: 0 !important
}

.amt-1 {
    margin-top: 1px !important
}

.amt-2 {
    margin-top: 2px !important
}

.amt-3 {
    margin-top: 3px !important
}

.amt-4 {
    margin-top: 4px ! importnt
}

.amt-5 {
    margin-top: 5px !important
}

.amt-6 {
    margin-top: 6px !important
}

.amt-7 {
    margin-top: 7px !important
}

.amt-8 {
    margin-top: 8px !important
}

.amt-9 {
    margin-top: 9px !important
}

.amt-10 {
    margin-top: 10px !important
}

.amt-15 {
    margin-top: 15px !important
}

.amt-20 {
    margin-top: 20px !important
}

.amt-25 {
    margin-top: 25px !important
}

.amt-30 {
    margin-top: 30px !important
}

.amt-35 {
    margin-top: 35px !important
}

.amt-40 {
    margin-top: 40px !important
}

.amt-45 {
    margin-top: 45px !important
}

.amt-50 {
    margin-top: 50px !important
}

.amt-55 {
    margin-top: 55px !important
}

.amt-60 {
    margin-top: 60px !important
}

.amt-65 {
    margin-top: 65px !important
}

.amt-70 {
    margin-top: 70px !important
}

.amt-75 {
    margin-top: 75px !important
}

.amt-80 {
    margin-top: 80px !important
}

.amt-85 {
    margin-top: 85px !important
}

.amt-90 {
    margin-top: 90px !important
}

.amt-95 {
    margin-top: 95px !important
}

.amt-100 {
    margin-top: 100px !important
}

.amb-0 {
    margin-bottom: 0 !important
}

.amb-1 {
    margin-bottom: 1px !important
}

.amb-2 {
    margin-bottom: 2px !important
}

.amb-3 {
    margin-bottom: 3px !important
}

.amb-4 {
    margin-bottom: 4px !important
}

.amb-5 {
    margin-bottom: 5px !important
}

.amb-6 {
    margin-bottom: 6px !important
}

.amb-7 {
    margin-bottom: 7px !important
}

.amb-8 {
    margin-bottom: 8px !important
}

.amb-9 {
    margin-bottom: 9px !important
}

.amb-10 {
    margin-bottom: 10px !important
}

.amb-15 {
    margin-bottom: 15px !important;
    background-color: #fff;

}

.amb-20 {
    margin-bottom: 20px !important
}

.amb-25 {
    margin-bottom: 25px !important
}

.amb-30 {
    margin-bottom: 30px !important
}

.amb-35 {
    margin-bottom: 35px !important
}

.amb-40 {
    margin-bottom: 40px !important
}

.amb-45 {
    margin-bottom: 45px !important
}

.amb-50 {
    margin-bottom: 50px !important
}

.amb-55 {
    margin-bottom: 55px !important
}

.amb-60 {
    margin-bottom: 60px !important
}

.amb-65 {
    margin-bottom: 65px !important
}

.amb-70 {
    margin-bottom: 70px !important
}

.amb-75 {
    margin-bottom: 75px !important
}

.amb-80 {
    margin-bottom: 80px !important
}

.amb-85 {
    margin-bottom: 85px !important
}

.amb-90 {
    margin-bottom: 90px !important
}

.amb-95 {
    margin-bottom: 95px !important
}

.amb-100 {
    margin-bottom: 100px !important
}

.aml-0 {
    margin-left: 0 !important
}

.aml-5 {
    margin-left: 5px !important
}

.aml-10 {
    margin-left: 10px !important
}

.aml-15 {
    margin-left: 15px !important
}

.aml-20 {
    margin-left: 20px !important
}

.aml-25 {
    margin-left: 25px !important
}

.aml-30 {
    margin-left: 30px !important
}

.aml-35 {
    margin-left: 35px !important
}

.aml-40 {
    margin-left: 40px !important
}

.aml-45 {
    margin-left: 45px !important
}

.aml-50 {
    margin-left: 50px !important
}

.amr-0 {
    margin-right: 0 !important
}

.amr-5 {
    margin-right: 5px !important
}

.amr-10 {
    margin-right: 10px !important
}

.amr-15 {
    margin-right: 15px !important
}

.amr-20 {
    margin-right: 20px !important
}

.amr-25 {
    margin-right: 25px !important
}

.amr-30 {
    margin-right: 30px !important
}

.amr-35 {
    margin-right: 35px !important
}

.amr-40 {
    margin-right: 40px !important
}

.amr-45 {
    margin-right: 45px !important
}

.amr-50 {
    margin-right: 50px !important
}

.apt-0 {
    padding-top: 0 !important
}

.apt-1 {
    padding-top: 1px !important
}

.apt-2 {
    padding-top: 2px !important
}

.apt-3 {
    padding-top: 3px !important
}

.apt-4 {
    padding-top: 4px !important
}

.apt-5 {
    padding-top: 5px !important
}

.apt-6 {
    padding-top: 6px !important
}

.apt-7 {
    padding-top: 7px !important
}

.apt-8 {
    padding-top: 8px !important
}

.apt-9 {
    padding-top: 9px !important
}

.apt-10 {
    padding-top: 10px !important
}

.apt-15 {
    padding-top: 15px !important
}

.apt-20 {
    padding-top: 20px !important
}

.apt-25 {
    padding-top: 25px !important
}

.apt-30 {
    padding-top: 30px !important
}

.apt-35 {
    padding-top: 35px !important
}

.apt-40 {
    padding-top: 40px !important
}

.apt-45 {
    padding-top: 45px !important
}

.apt-50 {
    padding-top: 50px !important
}

.apt-55 {
    padding-top: 55px !important
}

.apt-60 {
    padding-top: 60px !important
}

.apt-65 {
    padding-top: 65px !important
}

.apt-70 {
    padding-top: 70px !important
}

.apt-75 {
    padding-top: 75px !important
}

.apt-80 {
    padding-top: 80px !important
}

.apt-85 {
    padding-top: 85px !important
}

.apt-90 {
    padding-top: 90px !important
}

.apt-95 {
    padding-top: 95px !important
}

.apt-100 {
    padding-top: 100px !important
}

.apb-0 {
    padding-bottom: 0 !important
}

.apb-1 {
    padding-bottom: 1px !important
}

.apb-2 {
    padding-bottom: 2px !important
}

.apb-3 {
    padding-bottom: 3px !important
}

.apb-4 {
    padding-bottom: 4px !important
}

.apb-5 {
    padding-bottom: 5px !important
}

.apb-6 {
    padding-bottom: 6px !important
}

.apb-7 {
    padding-bottom: 7px !important
}

.apb-8 {
    padding-bottom: 8px !important
}

.apb-9 {
    padding-bottom: 9px !important
}

.apb-10 {
    padding-bottom: 10px !important
}

.apb-15 {
    padding-bottom: 15px !important
}

.apb-20 {
    padding-bottom: 20px !important
}

.apb-25 {
    padding-bottom: 25px !important
}

.apb-30 {
    padding-bottom: 30px !important
}

.apb-35 {
    padding-bottom: 35px !important
}

.apb-40 {
    padding-bottom: 40px !important
}

.apb-45 {
    padding-bottom: 45px !important
}

.apb-50 {
    padding-bottom: 50px !important
}

.apb-55 {
    padding-bottom: 55px !important
}

.apb-60 {
    padding-bottom: 60px !important
}

.apb-65 {
    padding-bottom: 65px !important
}

.apb-70 {
    padding-bottom: 70px !important
}

.apb-75 {
    padding-bottom: 75px !important
}

.apb-80 {
    padding-bottom: 80px !important
}

.apb-85 {
    padding-bottom: 85px !important
}

.apb-90 {
    padding-bottom: 90px !important
}

.apb-95 {
    padding-bottom: 95px !important
}

.apb-100 {
    padding-bottom: 100px !important
}

.apl-0 {
    padding-left: 0 !important
}

.apl-5 {
    padding-left: 5px !important
}

.apl-10 {
    padding-left: 10px !important
}

.apl-15 {
    padding-left: 15px !important
}

.apl-20 {
    padding-left: 20px !important
}

.apl-25 {
    padding-left: 25px !important
}

.apl-30 {
    padding-left: 30px !important
}

.apl-35 {
    padding-left: 35px !important
}

.apl-40 {
    padding-left: 40px !important
}

.apl-45 {
    padding-left: 45px !important
}

.apl-50 {
    padding-left: 50px !important
}

.apr-0 {
    padding-right: 0 !important
}

.apr-5 {
    padding-right: 5px !important
}

.apr-10 {
    padding-right: 10px !important
}

.apr-15 {
    padding-right: 15px !important
}

.apr-20 {
    padding-right: 20px !important
}

.apr-25 {
    padding-right: 25px !important
}

.apr-30 {
    paddng-right: 30px !important
}

.apr-35 {
    padding-right: 35px !important
}

.apr-40 {
    padding-right: 40px !important
}

.apr-45 {
    padding-right: 45px !important
}

.apr-50 {
    padding-right: 50px !important
}

.padd0 {
    padding: 0
}

.padd5 {
    padding: 5px
}

.padd10 {
    padding: 10px
}

.padd15 {
    padding: 15px
}

.padd20 {
    padding: 20px
}

.padd25 {
    padding: 25px
}

.padd30 {
    padding: 30px
}

.padd35 {
    padding: 35px
}

.padd40 {
    padding: 40px
}

.padd45 {
    padding: 45px
}

.padd50 {
    padding: 50px
}

.padd55 {
    padding: 55px
}

.padd60 {
    padding: 60px
}

.padd05 {
    padding: 0 5px
}

.padd010 {
    padding: 0 10px
}

.padd510 {
    padding: 5px 10px
}

.padd1015 {
    padding: 10px 15px
}

.padd1020 {
    padding: 10px 20px
}

.pjustify p {
    text-align: justify
}

.prelative {
    position: relative
}

.pabsolute {
    position: absolute
}

.zindex0 {
    z-index: 0
}

.zindex1 {
    z-index: 1
}

.zindex2 {
    z-index: 2
}

.zindex3 {
    z-index: 3
}

.zindex4 {
    z-index: 4
}

.zindex5 {
    z-index: 5
}

.zindex6 {
    z-index: 6
}

.zindex7 {
    z-index: 7
}

.zindex8 {
    z-index: 8
}

.zindex9 {
    z-index: 9
}

.zindex10 {
    z-index: 10
}

.zindex99 {
    z-index: 99
}

.zindex999 {
    z-index: 999
}

.zindex9999 {
    z-index: 9999
}

.dblock {
    display: block
}

.dinline, ul.dinline li {
    display: inline
}

.dinblock {
    display: inline-block
}

.white, a.white, p.white, span.white {
    color: #fff !important
}

.bg-white {
    background: #fff !important
}

.lh-20 {
    line-height: 20px
}

.lh-22 {
    line-height: 22px
}

.lh-24 {
    line-height: 24px
}

.lh-25 {
    line-height: 25px
}

.lh-26 {
    line-height: 26px !important
}

.lh-28 {
    line-height: 28px
}

.lh-30 {
    line-height: 26px !important;
}

.lh-32 {
    line-height: 32px
}

.lh-34 {
    line-height: 34px
}

.lh-35 {
    line-height: 35px
}

.lh-36 {
    line-height: 36px
}

.lh-38 {
    line-height: 38px
}

.lh-40 {
    line-height: 40px
}

.lh-42 {
    line-height: 42px
}

.lh-44 {
    line-height: 44px
}

.lh-45 {
    line-height: 45px
}

.lh-46 {
    line-height: 46px
}

.lh-48 {
    line-height: 48px
}

.lh-50 {
    line-height: 50px
}

.font10 {
    font-size: 10px
}

.font11 {
    font-size: 11px
}

.font12 {
    font-size: 12px
}

.font13 {
    font-size: 13px
}

.font14 {
    font-size: 14px
}

.font15 {
    font-size: 15px
}

.font16 {
    font-size: 16px
}

.font17 {
    font-size: 17px
}

.font18 {
    font-size: 18px
}

.font19 {
    font-size: 19px
}

.font20 {
    font-size: 20px
}

.font21 {
    font-size: 21px
}

.font22 {
    font-size: 22px
}

.font23 {
    font-size: 23px
}

.font24 {
    font-size: 24px
}

.font25 {
    font-size: 25px
}

.font26 {
    font-size: 26px
}

.font27 {
    font-size: 27px
}

.font28 {
    font-size: 28px
}

.font29 {
    font-size: 29px
}

.font30 {
    font-size: 30px
}

.font31 {
    font-size: 31px
}

.font32 {
    font-size: 32px
}

.font33 {
    font-size: 33px
}

.font34 {
    font-size: 34px
}

.font35 {
    font-size: 35px
}

.font36 {
    font-size: 36px
}

.font37 {
    font-size: 37px
}

.font38 {
    font-size: 38px
}

.font39 {
    font-size: 39px
}

.font40 {
    font-size: 40px
}

.font41 {
    font-size: 41px
}

.font42 {
    font-size: 42px
}

.font43 {
    font-size: 43px
}

.font44 {
    font-size: 44px
}

.font45 {
    font-size: 45px
}

.font46 {
    font-size: 46px
}

.font47 {
    font-size: 47px
}

.font48 {
    font-size: 48px
}

.font49 {
    font-size: 49px
}

.font50 {
    font-size: 50px
}

.fw-normal {
    font-weight: 400 !important
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600
}

.fw-bold {
    font-weight: 700
}

.fontfam1 {
    font-family: 'Merriweather', serif;
}

.fontfam2 {
    font-family: 'Open Sans', sans-serif;
}

.blur1 {
    filter: blur(1px)
}

.blur2 {
    filter: blur(2px)
}

.blur3 {
    filter: blur(3px)
}

.blur4 {
    filter: blur(4px)
}

.color333 {
    color: #333
}

.color666 {
    color: #666
}

.color111 {
    color: #111
}

.color-black, .color000 {
    color: #000 !important;
}

.th-color {
    color: #006cb8
}

.bg-theme {
    background: #014073
}

.bg000 {
    background: #000
}

.bg111 {
    background: #111
}

.bg222 {
    background: #222
}

.bg333 {
    background: #333
}

.bgfa {
    background: #fafafa
}

.bgf2 {
    background: #f2f2f2
}

.bgf5 {
    background: #f5f5f5
}

.bgf7 {
    background: #f7f7f7
}

.bgf9 {
    background: #f9f9f9
}

.bg-white1 {
    background: rgba(255, 255, 255, .1)
}

.bg-white2 {
    background: rgba(255, 255, 255, .2)
}

.bg-white3 {
    background: rgba(255, 255, 255, .3)
}

.bg-white4 {
    background: rgba(255, 255, 255, .4)
}

.bg-white5 {
    background: rgba(255, 255, 255, .5)
}

.bg-white6 {
    background: rgba(255, 255, 255, .6)
}

.bg-white7 {
    background: rgba(255, 255, 255, .7)
}

.bg-white8 {
    background: rgba(255, 255, 255, .8)
}

.bg-white9 {
    background: rgba(255, 255, 255, .9)
}

.bg-white10 {
    background: rgba(255, 255, 255, 1)
}

.bg-black1 {
    background: rgba(0, 0, 0, .1)
}

.bg-black2 {
    background: rgba(0, 0, 0, .2)
}

.bg-black3 {
    background: rgba(0, 0, 0, .3)
}

.bg-black4 {
    background: rgba(0, 0, 0, .4)
}

.bg-black5 {
    background: rgba(0, 0, 0, .5)
}

.bg-black6 {
    background: rgba(0, 0, 0, .6)
}

.bg-black7 {
    background: rgba(0, 0, 0, .7)
}

.bg-black8 {
    background: rgba(0, 0, 0, .8)
}

.bg-black9 {
    background: rgba(0, 0, 0, .9)
}

.bg-black10 {
    background: rgba(0, 0, 0, 1)
}

.max {
    max-width: 100%
}

.full {
    width: 100%
}

ul.general {
    margin: 0;
    padding: 0
}

.nostyle li {
    list-style: none
}

.lilh25 li {
    lihe-height: 25px
}

.limb5 li {
    margin-bottom: 5px
}

.limb10 li {
    margin-bottom: 10px
}

.check li, .angle li {
    position: relative;
    padding-left: 20px
}

.check li::before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: 0
}

.angle li::before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    left: 0
}

ul.half li {
    display: inline-block;
    min-width: 48%
}

ul.three li {
    display: inline-block;
    min-width: 31%
}

.box-shadow {
    box-shadow: 0 8px 6px -6px #ccc
}

.box-shadow-effect1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777
}

.box-shadow-effect2 {
    position: relative
}

.box-shadow-effect2:before, .box-shadow-effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.box-shadow-effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.box-shadow-effect3 {
    position: relative
}

.box-shadow-effect3:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg)
}

.border1solid {
    border: 1px solid #ddd
}

.border2solid {
    border: 2px solid #fff !important
}

.border3solid {
    border: 3px solid
}

.border4solid {
    border: 4px solid
}

.border5solid {
    border: 5px solid
}

.border1dashed {
    border: 1px dashed
}

.border2dashed {
    border: 2px dashed
}

.border3dashed {
    border: 3px dashed
}

.border4dashed {
    border: 4px dashed
}

.border5dashed {
    border: 5px dashed
}

.bordercolorccc {
    border-color: #ccc
}

.bordercolorddd {
    border-color: #ddd
}

.bordercolorf2 {
    border-color: #f2f2f2
}

.bordercolorf {
    border-color: #fff
}

.bordercolor333 {
    border-color: #333
}

.bordercolord9 {
    border-color: #d9d9d9
}

.tagger {
    text-align: right
}

.tagger img {
    display: inline
}

.radius0 {
    border-radius: 0
}

.radius5 {
    border-radius: 5px
}

.radius10 {
    border-radius: 10px
}

.radius20 {
    border-radius: 20px
}

.radius30 {
    border-radius: 30px
}

.radius50 {
    border-radius: 50%
}

.radius-top-5 {
    border-radius: 5px 5px 0 0
}

.radius-top-10 {
    border-radius: 10px 10px 0 0
}

.radius-bottom-5 {
    border-radius: 0 0 5px 5px
}

.radius-bottom-10 {
    border-radius: 0 0 10px 10px
}

.radius-right-5 {
    border-radius: 0 5px 5px 0
}

.radius-right-10 {
    border-radius: 0 10px 10px 0
}

.radius-left-5 {
    border-radius: 5px 0 0 5px
}

.radius-left-10 {
    border-radius: 10px 0 0 10px
}

.op1 {
    opacity: .1
}

.op2 {
    opacity: .2
}

.op3 {
    opacity: .3
}

.op4 {
    opacity: .4
}

.op5 {
    opacity: .5
}

.op6 {
    opacity: .6
}

.op7 {
    opacity: .7
}

.op8 {
    opacity: .8
}

.op9 {
    opacity: .9
}

.capp {
    position: relative
}

.capp input {
    padding-left: 65px !important
}

.capp span {
    position: absolute;
    left: 0;
    top: 7px
}

.bgfacebook {
    background: #3b5998
}

.bggoogle-plus {
    background: #de5245
}

.bgtwitter {
    background: #1da1f2
}

.bgyoutube {
    background: red
}

.bginstagram {
    background: #783fc4
}

.bgpinterest {
    background: #bd081c
}

.bgwhatsapp {
    background: #14ad53
}

.bglinkedin {
    background: #007bb6
}

. .colorfacebook {
    color: #3b5998
}

.colorgoogle-plus {
    color: #de5245
}

.colortwitter {
    color: #1da1f2
}

.coloryoutube {
    color: red
}

.colorinstagram {
    color: #783fc4
}

.colorpinterest {
    color: #bd081c
}

.colorwhatsapp {
    color: #14ad53
}

.colorlinkedin {
    color: #007bb6
}

select, .aselect {
    cursor: pointer;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: url(../images/angle-down.png) no-repeat right 10px center #fff !important;
    background-size: 10px !important;
    padding-right: 25px
}

/*.datepicker,.daterange,.daterangebooking,.daterange-small,.daterangebooking-small{cursor:pointer;background:url(../images/calendar.png) no-repeat right 10px center #fff!important;padding-right:20px}.datetime,.daterange,.daterangebooking,.daterange-small,.daterangebooking-small{cursor:pointer;background:url(../images/calendar.png) no-repeat right 10px center #fff!important;padding-right:20px}*/
.noresize {
    resize: none
}

.ofhidden {
    overflow: hidden
}

.ofxhidden {
    overflow-x: hidden
}

.ofyhidden {
    overflow-y: hidden
}

.transition {
    transition: all ease-in-out .3s
}

.genbefore::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block
}

.genafter::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block
}

@media (max-width: 991px) {
    .amt-0-sm {
        margin-top: 0 !important
    }

    .mMt150 {
        margin-top: 0px!important;
    }

    .amt-1-sm {
        margin-top: 1px !important
    }

    .amt-2-sm {
        margin-top: 2px !important
    }

    .amt-3-sm {
        margin-top: 3px !important
    }

    .amt-4-sm {
        margin-top: 4px ! importnt
    }

    .amt-5-sm {
        margin-top: 5px !important
    }

    .amt-6-sm {
        margin-top: 6px !important
    }

    .amt-7-sm {
        margin-top: 7px !important
    }

    .amt-8-sm {
        margin-top: 8px !important
    }

    .amt-9-sm {
        margin-top: 9px !important
    }

    .amt-10-sm {
        margin-top: 10px !important
    }

    .amt-15-sm {
        margin-top: 15px !important
    }

    .amt-20-sm {
        margin-top: 20px !important
    }

    .amt-25-sm {
        margin-top: 25px !important
    }

    .amt-30-sm {
        margin-top: 30px !important
    }

    .amt-35-sm {
        margin-top: 35px !important
    }

    .amt-40-sm {
        margin-top: 40px !important
    }

    .amt-45-sm {
        margin-top: 45px !important
    }

    .amt-50-sm {
        margin-top: 50px !important
    }

    .amt-55-sm {
        margin-top: 55px !important
    }

    .amt-60-sm {
        margin-top: 60px !important
    }

    .amt-65-sm {
        margin-top: 65px !important
    }

    .amt-70-sm {
        margin-top: 70px !important
    }

    .amt-75-sm {
        margin-top: 75px !important
    }

    .amt-80-sm {
        margin-top: 80px !important
    }

    .amt-85-sm {
        margin-top: 85px !important
    }

    .amt-90-sm {
        margin-top: 90px !important
    }

    .amt-95-sm {
        margin-top: 95px !important
    }

    .amt-100-sm {
        margin-top: 100px !important
    }

    .amb-0-sm {
        margin-bottom: 0 !important
    }

    .amb-1-sm {
        margin-bottom: 1px !important
    }

    .amb-2-sm {
        margin-bottom: 2px !important
    }

    .amb-3-sm {
        margin-bottom: 3px !important
    }

    .amb-4-sm {
        margin-bottom: 4px !important
    }

    .amb-5-sm {
        margin-bottom: 5px !important
    }

    .amb-6-sm {
        margin-bottom: 6px !important
    }

    .amb-7-sm {
        margin-bottom: 7px !important
    }

    .amb-8-sm {
        margin-bottom: 8px !important
    }

    .amb-9-sm {
        margin-bottom: 9px !important
    }

    .amb-10-sm {
        margin-bottom: 10px !important
    }

    .amb-15-sm {
        margin-bottom: 15px !important
    }

    .amb-20-sm {
        margin-bottom: 20px !important
    }

    .amb-25-sm {
        margin-bottom: 25px !important
    }

    .amb-30-sm {
        margin-bottom: 30px !important
    }

    .amb-35-sm {
        margin-bottom: 35px !important
    }

    .amb-40-sm {
        margin-bottom: 40px !important
    }

    .amb-45-sm {
        margin-bottom: 45px !important
    }

    .amb-50-sm {
        margin-bottom: 50px !important
    }

    .amb-55-sm {
        margin-bottom: 55px !important
    }

    .amb-60-sm {
        margin-bottom: 60px !important
    }

    .amb-65-sm {
        margin-bottom: 65px !important
    }

    .amb-70-sm {
        margin-bottom: 70px !important
    }

    .amb-75-sm {
        margin-bottom: 75px !important
    }

    .amb-80-sm {
        margin-bottom: 80px !important
    }

    .amb-85-sm {
        margin-bottom: 85px !important
    }

    .amb-90-sm {
        margin-bottom: 90px !important
    }

    .amb-95-sm {
        margin-bottom: 95px !important
    }

    .amb-100-sm {
        margin-bottom: 100px !important
    }

    .apt-0-sm {
        padding-top: 0 !important
    }

    .apt-1-sm {
        padding-top: 1px !important
    }

    .apt-2-sm {
        padding-top: 2px !important
    }

    .apt-3-sm {
        padding-top: 3px !important
    }

    .apt-4-sm {
        padding-top: 4px !important
    }

    .apt-5-sm {
        padding-top: 5px !important
    }

    .apt-6-sm {
        padding-top: 6px !important
    }

    .apt-7-sm {
        padding-top: 7px !important
    }

    .apt-8-sm {
        padding-top: 8px !important
    }

    .apt-9-sm {
        padding-top: 9px !important
    }

    .apt-10-sm {
        padding-top: 10px !important
    }

    .apt-15-sm {
        padding-top: 15px !important
    }

    .apt-20-sm {
        padding-top: 20px !important
    }

    .apt-25-sm {
        padding-top: 25px !important
    }

    .apt-30-sm {
        padding-top: 30px !important
    }

    .apt-35-sm {
        padding-top: 35px !important
    }

    .apt-40-sm {
        padding-top: 40px !important
    }

    .apt-45-sm {
        padding-top: 45px !important
    }

    .apt-50-sm {
        padding-top: 50px !important
    }

    .apt-55-sm {
        padding-top: 55px !important
    }

    .apt-60-sm {
        padding-top: 60px !important
    }

    .apt-65-sm {
        padding-top: 65px !important
    }

    .apt-70-sm {
        padding-top: 70px !important
    }

    .apt-75-sm {
        padding-top: 75px !important
    }

    .apt-80-sm {
        padding-top: 80px !important
    }

    .apt-85-sm {
        padding-top: 85px !important
    }

    .apt-90-sm {
        padding-top: 90px !important
    }

    .apt-95-sm {
        padding-top: 95px !important
    }

    .apt-100-sm {
        padding-top: 100px !important
    }

    .apb-0-sm {
        padding-bottom: 0 !important
    }

    .apb-1-sm {
        padding-bottom: 1px !important
    }

    .apb-2-sm {
        padding-bottom: 2px !important
    }

    .apb-3-sm {
        padding-bottom: 3px !important
    }

    .apb-4-sm {
        padding-bottom: 4px !important
    }

    .apb-5-sm {
        padding-bottom: 5px !important
    }

    .apb-6-sm {
        padding-bottom: 6px !important
    }

    .apb-7-sm {
        padding-bottom: 7px !important
    }

    .apb-8-sm {
        padding-bottom: 8px !important
    }

    .apb-9-sm {
        padding-bottom: 9px !important
    }

    .apb-10-sm {
        padding-bottom: 10px !important
    }

    .apb-15-sm {
        padding-bottom: 15px !important
    }

    .apb-20-sm {
        padding-bottom: 20px !important
    }

    .apb-25-sm {
        padding-bottom: 25px !important
    }

    .apb-30-sm {
        padding-bottom: 30px !important
    }

    .apb-35-sm {
        padding-bottom: 35px !important
    }

    .apb-40-sm {
        padding-bottom: 40px !important
    }

    .apb-45-sm {
        padding-bottom: 45px !important
    }

    .apb-50-sm {
        padding-bottom: 50px !important
    }

    .apb-55-sm {
        padding-bottom: 55px !important
    }

    .apb-60-sm {
        padding-bottom: 60px !important
    }

    .apb-65-sm {
        padding-bottom: 65px !important
    }

    .apb-70-sm {
        padding-bottom: 70px !important
    }

    .apb-75-sm {
        padding-bottom: 75px !important
    }

    .apb-80-sm {
        padding-bottom: 80px !important
    }

    .apb-85-sm {
        padding-bottom: 85px !important
    }

    .apb-90-sm {
        padding-bottom: 90px !important
    }

    .apb-95-sm {
        padding-bottom: 95px !important
    }

    .apb-100-sm {
        padding-bottom: 100px !important
    }

    .apl-0-sm {
        padding-left: 0
    }

    .apl-5-sm {
        padding-left: 5px
    }

    .apl-10-sm {
        padding-left: 10px
    }

    .apl-15-sm {
        padding-left: 15px
    }

    .apl-20-sm {
        padding-left: 20px
    }

    .apl-25-sm {
        padding-left: 25 p
    }

    .apl-30-sm {
        padding-left: 30px
    }

    .apl-35-sm {
        padding-left: 35px
    }

    .apl-40-sm {
        padding-left: 40px
    }

    .apl-45-sm {
        padding-left: 45px
    }

    .apl-50-sm {
        padding-left: 50px
    }

    .apr-0-sm {
        padding-righ: 0
    }

    .apr-5-sm {
        padding-right: 5px
    }

    .apr-10-sm {
        padding-right: 10px
    }

    .apr-15-sm {
        padding-right: 15px
    }

    .apr-20-sm {
        padding-right: 20px
    }

    .apr-25-sm {
        padding-right: 25px
    }

    .apr-30-sm {
        paddng-right: 30px
    }

    .apr-35-sm {
        padding-right: 35px
    }

    .apr-40-sm {
        padding-right: 40px
    }

    .apr-45-sm {
        padding-right: 45px
    }

    .apr-50-sm {
        padding-right: 50px
    }

    .padd5-sm {
        padding: 5px
    }

    .padd10-sm {
        padding: 10px
    }

    .padd15-sm {
        padding: 15px
    }

    .padd20-sm {
        padding: 20px
    }

    .padd25-sm {
        padding: 25px
    }

    .padd30-sm {
        padding: 30px
    }

    .padd35-sm {
        padding: 35px
    }

    .padd40-sm {
        padding: 40px
    }

    .padd45-sm {
        padding: 45px
    }

    .padd50-sm {
        padding: 50px
    }

    .padd55-sm {
        padding: 55px
    }

    .padd60-sm {
        padding: 60px
    }

    .lh-20-sm {
        line-height: 20px
    }

    .lh-22-sm {
        line-height: 22px
    }

    .lh-24-sm {
        line-height: 24px
    }

    .lh-25-sm {
        line-height: 25px
    }

    .lh-26-sm {
        line-height: 26px
    }

    .lh-28-sm {
        line-height: 28px
    }

    .lh-30-sm {
        line-height: 30px
    }

    .lh-32-sm {
        line-height: 32px
    }

    .lh-34-sm {
        line-height: 34px
    }

    .lh-35-sm {
        line-height: 35px
    }

    .lh-36-sm {
        line-height: 36px
    }

    .lh-38-sm {
        line-height: 38px
    }

    .lh-40-sm {
        line-height: 40px
    }

    .lh-42-sm {
        line-height: 42px
    }

    .lh-44-sm {
        line-height: 44px
    }

    .lh-45-sm {
        line-height: 45px
    }

    .lh-46-sm {
        line-height: 46px
    }

    .lh-48-sm {
        line-height: 48px
    }

    .lh-50-sm {
        line-height: 50px
    }

    .font10-sm {
        font-size: 10px
    }

    .font11-sm {
        font-size: 11px
    }

    .font12-sm {
        font-size: 12px
    }

    .font13-sm {
        font-size: 13px
    }

    .font14-sm {
        font-size: 14px
    }

    .font15-sm {
        font-size: 15px
    }

    .font16-sm {
        font-size: 16px
    }

    .font17-sm {
        font-size: 17px
    }

    .font18-sm {
        font-size: 18px
    }

    .font19-sm {
        font-size: 19px
    }

    .font20-sm {
        font-size: 20px
    }

    .font21-sm {
        font-size: 21px
    }

    .font22-sm {
        font-size: 22px
    }

    .font23-sm {
        font-size: 23px
    }

    .font24-sm {
        font-size: 24px
    }

    .font25-sm {
        font-size: 25px
    }

    .font26-sm {
        font-size: 26px
    }

    .font27-sm {
        font-size: 27px
    }

    .font28-sm {
        font-size: 28px
    }

    .font29-sm {
        font-size: 29px
    }

    .font30-sm {
        font-size: 30px
    }

    .font31-sm {
        font-size: 31px
    }

    .font32-sm {
        font-size: 32px
    }

    .font33-sm {
        font-size: 33px
    }

    .font34-sm {
        font-size: 34px
    }

    .font35-sm {
        font-size: 35px
    }

    .font36-sm {
        font-size: 36px
    }

    .font37-sm {
        font-size: 37px
    }

    .font38-sm {
        font-size: 38px
    }

    .font39-sm {
        font-size: 39px
    }

    .font40-sm {
        font-size: 40px
    }

    .font41-sm {
        font-size: 41px
    }

    .font42-sm {
        font-size: 42px
    }

    .font43-sm {
        font-size: 43px
    }

    .font44-sm {
        font-size: 44px
    }

    .font45-sm {
        font-size: 45px
    }

    .font46-sm {
        font-size: 46px
    }

    .font47-sm {
        font-size: 47px
    }

    .font48-sm {
        font-size: 48px
    }

    .font49-sm {
        font-size: 49px
    }

    .font50-sm {
        font-size: 50px
    }

    .clearfix-sm {
        clear: both;
        display: block
    }

    ul.half-sm li {
        display: inline-block;
        min-width: 48%
    }

    ul.three-sm li {
        display: inline-block;
        min-width: 31%
    }
}

@media (max-width: 767px) {
    .amt-0-xs {
        margin-top: 0 !important
    }

    .mMt150 {
        margin-top: 0px!important;
    }

    .amt-1-xs {
        margin-top: 1px !important
    }

    .amt-2-xs {
        margin-top: 2px !important
    }

    .amt-3-xs {
        margin-top: 3px !important
    }

    .amt-4-xs {
        margin-top: 4px ! importnt
    }

    .amt-5-xs {
        margin-top: 5px !important
    }

    .amt-6-xs {
        margin-top: 6px !important
    }

    .amt-7-xs {
        margin-top: 7px !important
    }

    .amt-8-xs {
        margin-top: 8px !important
    }

    .amt-9-xs {
        margin-top: 9px !important
    }

    .amt-10-xs {
        margin-top: 10px !important
    }

    .amt-15-xs {
        margin-top: 15px !important
    }

    .amt-20-xs {
        margin-top: 20px !important
    }

    .amt-25-xs {
        margin-top: 25px !important
    }

    .amt-30-xs {
        margin-top: 30px !important
    }

    .amt-35-xs {
        margin-top: 35px !important
    }

    .amt-40-xs {
        margin-top: 40px !important
    }

    .amt-45-xs {
        margin-top: 45px !important
    }

    .amt-50-xs {
        margin-top: 50px !important
    }

    .amt-55-xs {
        margin-top: 55px !important
    }

    .amt-60-xs {
        margin-top: 60px !important
    }

    .amt-65-xs {
        margin-top: 65px !important
    }

    .amt-70-xs {
        margin-top: 70px !important
    }

    .amt-75-xs {
        margin-top: 75px !important
    }

    .amt-80-xs {
        margin-top: 80px !important
    }

    .amt-85-xs {
        margin-top: 85px !important
    }

    .amt-90-xs {
        margin-top: 90px !important
    }

    .amt-95-xs {
        margin-top: 95px !important
    }

    .amt-100-xs {
        margin-top: 100px !important
    }

    .amb-0-xs {
        margin-bottom: 0 !important
    }

    .amb-1-xs {
        margin-bottom: 1px !important
    }

    .amb-2-xs {
        margin-bottom: 2px !important
    }

    .amb-3-xs {
        margin-bottom: 3px !important
    }

    .amb-4-xs {
        margin-bottom: 4px !important
    }

    .amb-5-xs {
        margin-bottom: 5px !important
    }

    .amb-6-xs {
        margin-bottom: 6px !important
    }

    .amb-7-xs {
        margin-bottom: 7px !important
    }

    .amb-8-xs {
        margin-bottom: 8px !important
    }

    .amb-9-xs {
        margin-bottom: 9px !important
    }

    .amb-10-xs {
        margin-bottom: 10px !important
    }

    .amb-15-xs {
        margin-bottom: 15px !important
    }

    .amb-20-xs {
        margin-bottom: 20px !important
    }

    .amb-25-xs {
        margin-bottom: 25px !important
    }

    .amb-30-xs {
        margin-bottom: 30px !important
    }

    .amb-35-xs {
        margin-bottom: 35px !important
    }

    .amb-40-xs {
        margin-bottom: 40px !important
    }

    .amb-45-xs {
        margin-bottom: 45px !important
    }

    .amb-50-xs {
        margin-bottom: 50px !important
    }

    .amb-55-xs {
        margin-bottom: 55px !important
    }

    .amb-60-xs {
        margin-bottom: 60px !important
    }

    .amb-65-xs {
        margin-bottom: 65px !important
    }

    .amb-70-xs {
        margin-bottom: 70px !important
    }

    .amb-75-xs {
        margin-bottom: 75px !important
    }

    .amb-80-xs {
        margin-bottom: 80px !important
    }

    .amb-85-xs {
        margin-bottom: 85px !important
    }

    .amb-90-xs {
        margin-bottom: 90px !important
    }

    .amb-95-xs {
        margin-bottom: 95px !important
    }

    .amb-100-xs {
        margin-bottom: 100px !important
    }

    .apt-0-xs {
        padding-top: 0 !important
    }

    .apt-1-xs {
        padding-top: 1px !important
    }

    .apt-2-xs {
        padding-top: 2px !important
    }

    .apt-3-xs {
        padding-top: 3px !important
    }

    .apt-4-xs {
        padding-top: 4px !important
    }

    .apt-5-xs {
        padding-top: 5px !important
    }

    .apt-6-xs {
        padding-top: 6px !important
    }

    .apt-7-xs {
        padding-top: 7px !important
    }

    .apt-8-xs {
        padding-top: 8px !important
    }

    .apt-9-xs {
        padding-top: 9px !important
    }

    .apt-10-xs {
        padding-top: 10px !important
    }

    .apt-15-xs {
        padding-top: 15px !important
    }

    .apt-20-xs {
        padding-top: 20px !important
    }

    .apt-25-xs {
        padding-top: 25px !important
    }

    .apt-30-xs {
        padding-top: 30px !important
    }

    .apt-35-xs {
        padding-top: 35px !important
    }

    .apt-40-xs {
        padding-top: 40px !important
    }

    .apt-45-xs {
        padding-top: 45px !important
    }

    .apt-50-xs {
        padding-top: 50px !important
    }

    .apt-55-xs {
        padding-top: 55px !important
    }

    .apt-60-xs {
        padding-top: 60px !important
    }

    .apt-65-xs {
        padding-top: 65px !important
    }

    .apt-70-xs {
        padding-top: 70px !important
    }

    .apt-75-xs {
        padding-top: 75px !important
    }

    .apt-80-xs {
        padding-top: 80px !important
    }

    .apt-85-xs {
        padding-top: 85px !important
    }

    .apt-90-xs {
        padding-top: 90px !important
    }

    .apt-95-xs {
        padding-top: 95px !important
    }

    .apt-100-xs {
        padding-top: 100px !important
    }

    .apb-0-xs {
        padding-bottom: 0 !important
    }

    .apb-1-xs {
        padding-bottom: 1px !important
    }

    .apb-2-xs {
        padding-bottom: 2px !important
    }

    .apb-3-xs {
        padding-bottom: 3px !important
    }

    .apb-4-xs {
        padding-bottom: 4px !important
    }

    .apb-5-xs {
        padding-bottom: 5px !important
    }

    .apb-6-xs {
        padding-bottom: 6px !important
    }

    .apb-7-xs {
        padding-bottom: 7px !important
    }

    .apb-8-xs {
        padding-bottom: 8px !important
    }

    .apb-9-xs {
        padding-bottom: 9px !important
    }

    .apb-10-xs {
        padding-bottom: 10px !important
    }

    .apb-15-xs {
        padding-bottom: 15px !important
    }

    .apb-20-xs {
        padding-bottom: 20px !important
    }

    .apb-25-xs {
        padding-bottom: 25px !important
    }

    .apb-30-xs {
        padding-bottom: 30px !important
    }

    .apb-35-xs {
        padding-bottom: 35px !important
    }

    .apb-40-xs {
        padding-bottom: 40px !important
    }

    .apb-45-xs {
        padding-bottom: 45px !important
    }

    .apb-50-xs {
        padding-bottom: 50px !important
    }

    .apb-55-xs {
        padding-bottom: 55px !important
    }

    .apb-60-xs {
        padding-bottom: 60px !important
    }

    .apb-65-xs {
        padding-bottom: 65px !important
    }

    .apb-70-xs {
        padding-bottom: 70px !important
    }

    .apb-75-xs {
        padding-bottom: 75px !important
    }

    .apb-80-xs {
        padding-bottom: 80px !important
    }

    .apb-85-xs {
        padding-bottom: 85px !important
    }

    .apb-90-xs {
        padding-bottom: 90px !important
    }

    .apb-95-xs {
        padding-bottom: 95px !important
    }

    .apb-100-xs {
        padding-bottom: 100px !important
    }

    .apl-0-xs {
        padding-left: 0
    }

    .apl-5-xs {
        padding-left: 5px
    }

    .apl-10-xs {
        padding-left: 10px
    }

    .apl-15-xs {
        padding-left: 15px
    }

    .apl-20-xs {
        padding-left: 20px
    }

    .apl-25-xs {
        padding-left: 25 p
    }

    .apl-30-xs {
        padding-left: 30px
    }

    .apl-35-xs {
        padding-left: 35px
    }

    .apl-40-xs {
        padding-left: 40px
    }

    .apl-45-xs {
        padding-left: 45px
    }

    .apl-50-xs {
        padding-left: 50px
    }

    .apr-0-xs {
        padding-righ: 0
    }

    .apr-5-xs {
        padding-right: 5px
    }

    .apr-10-xs {
        padding-right: 10px
    }

    .apr-15-xs {
        padding-right: 15px
    }

    .apr-20-xs {
        padding-right: 20px
    }

    .apr-25-xs {
        padding-right: 25px
    }

    .apr-30-xs {
        paddng-right: 30px
    }

    .apr-35-xs {
        padding-right: 35px
    }

    .apr-40-xs {
        padding-right: 40px
    }

    .apr-45-xs {
        padding-right: 45px
    }

    .apr-50-xs {
        padding-right: 50px
    }

    .padd5-xs {
        padding: 5px
    }

    .padd10-xs {
        padding: 10px
    }

    .padd15-xs {
        padding: 15px
    }

    .padd20-xs {
        padding: 20px
    }

    .padd25-xs {
        padding: 25 p x
    }

    .padd30-xs {
        padding: 30px
    }

    .padd35-xs {
        padding: 35px
    }

    .padd40-xs {
        padding: 40px
    }

    .padd45-xs {
        padding: 45px
    }

    .padd50-xs {
        padding: 50px
    }

    .padd55-xs {
        padding: 55px
    }

    .padd60-xs {
        padding: 60px
    }

    .lh-20-xs {
        line-height: 20px
    }

    .lh-22-xs {
        line-height: 22px
    }

    .lh-24-xs {
        line-height: 24px
    }

    .lh-25-xs {
        line-height: 25px
    }

    .lh-26-xs {
        line-height: 26px
    }

    .lh-28-xs {
        line-height: 28px
    }

    .lh-30-xs {
        line-height: 30px
    }

    .lh-32-xs {
        line-height: 32px
    }

    .lh-34-xs {
        line-height: 34px
    }

    .lh-35-xs {
        line-height: 35px
    }

    .lh-36-xs {
        line-height: 36px
    }

    .lh-38-xs {
        line-height: 38px
    }

    .lh-40-xs {
        line-height: 40px
    }

    .lh-42-xs {
        line-height: 42px
    }

    .lh-44-xs {
        line-height: 44px
    }

    .lh-45-xs {
        line-height: 45px
    }

    .lh-46-xs {
        line-height: 46px
    }

    .lh-48-xs {
        line-height: 48px
    }

    .lh-50-xs {
        line-height: 50px
    }

    .font10-xs {
        font-size: 10px
    }

    .font11-xs {
        font-size: 11px
    }

    .font12-xs {
        font-size: 12px
    }

    .font13-xs {
        font-size: 13px
    }

    .font14-xs {
        font-size: 14px
    }

    .font15-xs {
        font-size: 15px
    }

    .font16-xs {
        font-size: 16px
    }

    .font17-xs {
        font-size: 17px
    }

    .font18-xs {
        font-size: 18px
    }

    .font19-xs {
        font-size: 19px
    }

    .font20-xs {
        font-size: 20px
    }

    .font21-xs {
        font-size: 21px
    }

    .font22-xs {
        font-size: 22px
    }

    .font23-xs {
        font-size: 23px
    }

    .font24-xs {
        font-size: 24px
    }

    .font25-xs {
        font-size: 25px
    }

    .font26-xs {
        font-size: 26px
    }

    .font27-xs {
        font-size: 27px
    }

    .font28-xs {
        font-size: 28px
    }

    .font29-xs {
        font-size: 29px
    }

    .font30-xs {
        font-size: 30px
    }

    .font31-xs {
        font-size: 31px
    }

    .font32-xs {
        font-size: 32px
    }

    .font33-xs {
        font-size: 33px
    }

    .font34-xs {
        font-size: 34px
    }

    .font35-xs {
        font-size: 35px
    }

    .font36-xs {
        font-size: 36px
    }

    .font37-xs {
        font-size: 37px
    }

    .font38-xs {
        font-size: 38px
    }

    .font39-xs {
        font-size: 39px
    }

    .font40-xs {
        font-size: 40px
    }

    .font41-xs {
        font-size: 41px
    }

    .font42-xs {
        font-size: 42px
    }

    .font43-xs {
        font-size: 43px
    }

    .font44-xs {
        font-size: 44px
    }

    .font45-xs {
        font-size: 45px
    }

    .font46-xs {
        font-size: 46px
    }

    .font47-xs {
        font-size: 47px
    }

    .font48-xs {
        font-size: 48px
    }

    .font49-xs {
        font-size: 49px
    }

    .font50-xs {
        font-size: 50px
    }

    .clearfix-xs {
        clear: both;
        display: block
    }

    ul.half-xs li {
        display: inline-block;
        min-width: 48%
    }

    ul.three-xs li {
        display: inline-block;
        min-width: 31%
    }
}

.visible-xss {
    display: none
}

@media (max-width: 640px) {
    .visible-xss {
        display: block !important
    }

    .mMt150 {
        margin-top: 0px!important;
    }

    .hidden-xss {
        display: none !important
    }

    .col-xss-12 {
        width: 100%
    }

    .amt-0-xss {
        margin-top: 0 !important
    }

    .amt-1-xss {
        margin-top: 1px !important
    }

    .amt-2-xss {
        margin-top: 2px !important
    }

    .amt-3-xss {
        margin-top: 3px !important
    }

    .amt-4-xss {
        margin-top: 4px ! importnt
    }

    .amt-5-xss {
        margin-top: 5px !important
    }

    .amt-6-xss {
        margin-top: 6px !important
    }

    .amt-7-xss {
        margin-top: 7px !important
    }

    .amt-8-xss {
        margin-top: 8px !important
    }

    .amt-9-xss {
        margin-top: 9px !important
    }

    .amt-10-xss {
        margin-top: 10px !important
    }

    .amt-15-xss {
        margin-top: 15px !important
    }

    .amt-20-xss {
        margin-top: 20px !important
    }

    .amt-25-xss {
        margin-top: 25px !important
    }

    .amt-30-xss {
        margin-top: 30px !important
    }

    .amt-35-xss {
        margin-top: 35px !important
    }

    .amt-40-xss {
        margin-top: 40px !important
    }

    .amt-45-xss {
        margin-top: 45px !important
    }

    .amt-50-xss {
        margin-top: 50px !important
    }

    .amt-55-xss {
        margin-top: 55px !important
    }

    .amt-60-xss {
        margin-top: 60px !important
    }

    .amt-65-xss {
        margin-top: 65px !important
    }

    .amt-70-xss {
        margin-top: 70px !important
    }

    .amt-75-xss {
        margin-top: 75px !important
    }

    .amt-80-xss {
        margin-top: 80px !important
    }

    .amt-85-xss {
        margin-top: 85px !important
    }

    .amt-90-xss {
        margin-top: 90px !important
    }

    .amt-95-xss {
        margin-top: 95px !important
    }

    .amt-100-xss {
        margin-top: 100px !important
    }

    .amb-0-xss {
        margin-bottom: 0 !important
    }

    .amb-1-xss {
        margin-bottom: 1px !important
    }

    .amb-2-xss {
        margin-bottom: 2px !important
    }

    .amb-3-xss {
        margin-bottom: 3px !important
    }

    .amb-4-xss {
        margin-bottom: 4px !important
    }

    .amb-5-xss {
        margin-bottom: 5px !important
    }

    .amb-6-xss {
        margin-bottom: 6px !important
    }

    .amb-7-xss {
        margin-bottom: 7px !important
    }

    .amb-8-xss {
        margin-bottom: 8px !important
    }

    .amb-9-xss {
        margin-bottom: 9px !important
    }

    .amb-10-xss {
        margin-bottom: 10px !important
    }

    .amb-15-xss {
        margin-bottom: 15px !important
    }

    .amb-20-xss {
        margin-bottom: 20px !important
    }

    .amb-25-xss {
        margin-bottom: 25px !important
    }

    .amb-30-xss {
        margin-bottom: 30px !important
    }

    .amb-35-xss {
        margin-bottom: 35px !important
    }

    .amb-40-xss {
        margin-bottom: 40px !important
    }

    .amb-45-xss {
        margin-bottom: 45px !important
    }

    .amb-50-xss {
        margin-bottom: 50px !important
    }

    .amb-55-xss {
        margin-bottom: 55px !important
    }

    .amb-60-xss {
        margin-bottom: 60px !important
    }

    .amb-65-xss {
        margin-bottom: 65px !important
    }

    .amb-70-xss {
        margin-bottom: 70px !important
    }

    .amb-75-xss {
        margin-bottom: 75px !important
    }

    .amb-80-xss {
        margin-bottom: 80px !important
    }

    .amb-85-xss {
        margin-bottom: 85px !important
    }

    .amb-90-xss {
        margin-bottom: 90px !important
    }

    .amb-95-xss {
        margin-bottom: 95px !important
    }

    .amb-100-xss {
        margin-bottom: 100px !important
    }

    .apt-0-xss {
        padding-top: 0 !important
    }

    .apt-1-xss {
        padding-top: 1px !important
    }

    .apt-2-xss {
        padding-top: 2px !important
    }

    .apt-3-xss {
        padding-top: 3px !important
    }

    .apt-4-xss {
        padding-top: 4px !important
    }

    .apt-5-xss {
        padding-top: 5px !important
    }

    .apt-6-xss {
        padding-top: 6px !important
    }

    .apt-7-xss {
        padding-top: 7px !important
    }

    .apt-8-xss {
        padding-top: 8px !important
    }

    .apt-9-xss {
        padding-top: 9px !important
    }

    .apt-10-xss {
        padding-top: 10px !important
    }

    .apt-15-xss {
        padding-top: 15px !important
    }

    .apt-20-xss {
        padding-top: 20px !important
    }

    .apt-25-xss {
        padding-top: 25px !important
    }

    .apt-30-xss {
        padding-top: 30px !important
    }

    .apt-35-xss {
        padding-top: 35px !important
    }

    .apt-40-xss {
        padding-top: 40px !important
    }

    .apt-45-xss {
        padding-top: 45px !important
    }

    .apt-50-xss {
        padding-top: 50px !important
    }

    .apt-55-xss {
        padding-top: 55px !important
    }

    .apt-60-xss {
        padding-top: 60px !important
    }

    .apt-65-xss {
        padding-top: 65px !important
    }

    .apt-70-xss {
        padding-top: 70px !important
    }

    .apt-75-xss {
        padding-top: 75px !important
    }

    .apt-80-xss {
        padding-top: 80px !important
    }

    .apt-85-xss {
        padding-top: 85px !important
    }

    .apt-90-xss {
        padding-top: 90px !important
    }

    .apt-95-xss {
        padding-top: 95px !important
    }

    .apt-100-xss {
        padding-top: 100px !important
    }

    .apb-0-xss {
        padding-bottom: 0 !important
    }

    .apb-5-xss {
        padding-bottom: 5px !important
    }

    .apb-10-xss {
        padding-bottom: 10px !important
    }

    .apb-15-xss {
        padding-bottom: 15px !important
    }

    .apb-20-xss {
        padding-bottom: 20px !important
    }

    .apb-25-xss {
        padding-bottom: 25px !important
    }

    .apb-30-xss {
        padding-bottom: 30px !important
    }

    .apb-35-xss {
        padding-bottom: 35px !important
    }

    .apb-40-xss {
        padding-bottom: 40px !important
    }

    .apb-45-xss {
        padding-bottom: 45px !important
    }

    .apb-50-xss {
        padding-bottom: 50px !important
    }

    .apb-55-xss {
        padding-bottom: 55px !important
    }

    .apb-60-xss {
        padding-bottom: 60px !important
    }

    .apb-65-xss {
        padding-bottom: 65px !important
    }

    .apb-70-xss {
        padding-bottom: 70px !important
    }

    .apb-75-xss {
        padding-bottom: 75px !important
    }

    .apb-80-xss {
        padding-bottom: 80px !important
    }

    .apb-85-xss {
        padding-bottom: 85px !important
    }

    .apb-90-xss {
        padding-bottom: 90px !important
    }

    .apb-95-xss {
        padding-bottom: 95px !important
    }

    .apb-100-xss {
        padding-bottom: 100px !important
    }

    .apl-0-xss {
        padding-left: 0
    }

    .apl-5-xss {
        padding-left: 5px
    }

    .apl-10-xss {
        padding-left: 10px
    }

    .apl-15-xss {
        padding-left: 15px
    }

    .apl-20-xss {
        padding-left: 20px
    }

    .apl-25-xss {
        padding-left: 25 p
    }

    .apl-30-xss {
        padding-left: 30px
    }

    .apl-35-xss {
        padding-left: 35px
    }

    .apl-40-xss {
        padding-left: 40px
    }

    .apl-45-xss {
        padding-left: 45px
    }

    .apl-50-xss {
        padding-left: 50px
    }

    .apr-0-xss {
        padding-righ: 0
    }

    .apr-5-xss {
        padding-right: 5px
    }

    .apr-10-xss {
        padding-right: 10px
    }

    .apr-15-xss {
        padding-right: 15px
    }

    .apr-20-xss {
        padding-right: 20px
    }

    .apr-25-xss {
        padding-right: 25px
    }

    .apr-30-xss {
        paddng-right: 30px
    }

    .apr-35-xss {
        padding-right: 35px
    }

    .apr-40-xss {
        padding-right: 40px
    }

    .apr-45-xss {
        padding-right: 45px
    }

    .apr-50-xss {
        padding-right: 50px
    }

    .padd5-xss {
        padding: 5px
    }

    .padd10-xss {
        padding: 10px
    }

    .padd15-xss {
        padding: 15px
    }

    .padd20-xss {
        padding: 20px
    }

    .padd25-xss {
        padding: 25 p x
    }

    .padd30-xss {
        padding: 30px
    }

    .padd35-xss {
        padding: 35px
    }

    .padd40-xss {
        padding: 40px
    }

    .padd45-xss {
        padding: 45px
    }

    .padd50-xss {
        padding: 50px
    }

    .padd55-xss {
        padding: 55px
    }

    .padd60-xss {
        padding: 60px
    }

    .lh-20-xss {
        line-height: 20px
    }

    .lh-22-xss {
        line-height: 22px
    }

    .lh-24-xss {
        line-height: 24px
    }

    .lh-25-xss {
        line-height: 25px
    }

    .lh-26-xss {
        line-height: 26px
    }

    .lh-28-xss {
        line-height: 28px
    }

    .lh-30-xss {
        line-height: 30px
    }

    .lh-32-xss {
        line-height: 32px
    }

    .lh-34-xss {
        line-height: 34px
    }

    .lh-35-xss {
        line-height: 35px
    }

    .lh-36-xss {
        line-height: 36px
    }

    .lh-38-xss {
        line-height: 38px
    }

    .lh-40-xss {
        line-height: 40px
    }

    .lh-42-xss {
        line-height: 42px
    }

    .lh-44-xss {
        line-height: 44px
    }

    .lh-45-xss {
        line-height: 45px
    }

    .lh-46-xss {
        line-height: 46px
    }

    .lh-48-xss {
        line-height: 48px
    }

    .lh-50-xss {
        line-height: 50px
    }

    .font10-xss {
        font-size: 10px
    }

    .font11-xss {
        font-size: 11px
    }

    .font12-xss {
        font-size: 12px
    }

    .font13-xss {
        font-size: 13px
    }

    .font14-xss {
        font-size: 14px
    }

    .font15-xss {
        font-size: 15px
    }

    .font16-xss {
        font-size: 16px
    }

    .font17-xss {
        font-size: 17px
    }

    .font18-xss {
        font-size: 18px
    }

    .font19-xss {
        font-size: 19px
    }

    .font20-xss {
        font-size: 20px
    }

    .font21-xss {
        font-size: 21px
    }

    .font22-xss {
        font-size: 22px
    }

    .font23-xss {
        font-size: 23px
    }

    .font24-xss {
        font-size: 24px
    }

    .font25-xss {
        font-size: 25px
    }

    .font26-xss {
        font-size: 26px
    }

    .font27-xss {
        font-size: 27px
    }

    .font28-xss {
        font-size: 28px
    }

    .font29-xss {
        font-size: 29px
    }

    .font30-xss {
        font-size: 30px
    }

    .font31-xss {
        font-size: 31px
    }

    .font32-xss {
        font-size: 32px
    }

    .font33-xss {
        font-size: 33px
    }

    .font34-xss {
        font-size: 34px
    }

    .font35-xss {
        font-size: 35px
    }

    .font36-xss {
        font-size: 36px
    }

    .font37-xss {
        font-size: 37px
    }

    .font38-xss {
        font-size: 38px
    }

    .font39-xss {
        font-size: 39px
    }

    .font40-xss {
        font-size: 40px
    }

    .font41-xss {
        font-size: 41px
    }

    .font42-xss {
        font-size: 42px
    }

    .font43-xss {
        font-size: 43px
    }

    .font44-xss {
        font-size: 44px
    }

    .font45-xss {
        font-size: 45px
    }

    .font46-xss {
        font-size: 46px
    }

    .font47-xss {
        font-size: 47px
    }

    .font48-xss {
        font-size: 48px
    }

    .font49-xss {
        font-size: 49px
    }

    .font50-xss {
        font-size: 50px
    }

    .clearfix-xss {
        clear: both;
        display: block
    }

    ul.half-xss li {
        display: inline-block;
        min-width: 48%
    }

    ul.three-xss li {
        display: inline-block;
        min-width: 31%
    }
}

@media (max-width: 767px) {
    .text-center-xs {
        text-align: center
    }

    .mMt150 {
        margin-top: 0px!important;
    }

    .text-left-xs {
        text-align: left
    }

    .text-right-xs {
        text-align: right
    }

    .text-justify-xs {
        text-align: justify
    }

    .float-none-xs {
        float: none !important
    }

    .float-left-xs {
        float: left !important
    }

    .float-right-xs {
        float: right !important
    }

    .dblock-xs {
        display: block
    }

    .dinline-xs {
        display: block
    }

    .dinlineblock-xs {
        display: block
    }

    .dtable-xs {
        display: table
    }

    .full-xs {
        width: 100%
    }

    .tagger {
        text-align: center
    }
}

@media (max-width: 640px) {
    .text-center-xss {
        text-align: center
    }

    .mMt150 {
        margin-top: 0px!important;
    }

    .text-left-xss {
        text-align: left
    }

    .text-right-xss {
        text-align: right
    }

    .text-justify-xss {
        text-align: justify
    }

    .float-none-xss {
        float: none !important
    }

    .float-left-xss {
        float: left !important
    }

    .float-right-xss {
        float: right !important
    }

    .dblock-xss {
        display: block
    }

    .dinline-xss {
        display: block
    }

    .dinlineblock-xss {
        display: block
    }

    .dtable-xss {
        display: table
    }

    .full-xss {
        width: 100%
    }
}

.text-img-bg {
    color: #fff;
    background: url() repeat fixed;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.ellipsis {
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.no-ellipsis {
    width: 100%:
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: hidden
}

.grd-text {
    background: -webkit-gradient(linear, left top, right top, from(#ff8a00), to(#da1b60));
    background: linear-gradient(to right, #ff8a00, #da1b60);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.dtable {
    width: 100%;
    display: table;
}

.boxshd {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 10px;
}

.color {
    color: #ef2a4c !important;
}

.color2 {
    color: #db4314 !important;
}

.bg-color {
    background: #f3f8fe !important;
}

.lt-s {
    letter-spacing: 0.5px !important;
}

.brt {
    border-top: 1px solid #efefef
}

.brb {
    border-bottom: 1px solid #efefef
}

.brb2 {
    border: 2px solid #293c4e
}

.ellipsis1 {
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
}

.ellipsis2 {
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

.ellipsis3 {
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
}

.ellipsis4 {
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 4 !important;
}

.ellipsis5 {
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 5 !important;
}

.ellipsis6 {
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 6 !important;
}

.ellipsis7 {
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 7 !important;
}

ul {
    list-style-type: none
}

a {
    text-decoration: none;
    display: inline-block;
    outline: none
}

a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    background: transparent
}

.d-flex {
    display: flex !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.bg-gradient {
    width: 100%;
    background: linear-gradient(15deg, rgba(255, 255, 255, 0), transparent);
}

.pad {
    font-size: 16px;
    text-transform: uppercase;
    padding: 8px 15px;
    border-radius: 0;
    letter-spacing: 0.5px;
    line-height: 21px;
}

.fi {
    font-style: italic !important;
}

.sec-404 {
    padding: 60px 0 !important;
    background: #f5f5f5;
}

.sec-404 h1 {
    font-size: 200px;
}

.sec-404 .error-msg {
    font-size: 36px;
    color: #353536;
    font-weight: 700;
    margin-top: 50px;
    display: block;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.sec-404 .error-para {
    font-size: 18px;
    color: #353536;
    line-height: 29px;
    margin-bottom: 62px
}

.sec-404 .error-img {
    position: relative;
    top: 25px;
    padding: 0 10px;
    display: inline-block;
    width: 200px;
}

.sec-positive {
    background: #f5f5f5;
    padding: 70px 0 60px !important
}

.sec-positive .message-succes {
    box-shadow: rgba(0, 0, 0, 0.05) 0 2px 20px;
    border-radius: 8px;
    text-align: center;
    background: #fff;
    padding: 40px;
}

.sec-positive .message-succes .icon {
    margin: 0 auto 15px;
    width: 200px;
    height: 200px;
    background: transparent;
    overflow: hidden;
}

.sec-positive .message-succes .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec-positive .message-succes .msg-content {
    text-align: center;
}

.sec-positive .message-succes .msg-content .msg-succes {
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 800;
    line-height: 33px;
    color: #654f38;
    margin: 0 0 10px;
    letter-spacing: 0.5px;
}

.sec-positive .message-succes .msg-content .msg-done {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    margin: 0 0 30px;
}

.sec-slider .owl-nav .owl-prev, .sec-slider .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
    text-align: center;
    z-index: 1;
    font-size: 20px;
    transition: all 0.3s ease;
    opacity: 1
}

.sec-slider .owl-nav .owl-prev {
    left: 40px;
}

.sec-slider .owl-nav .owl-next {
    right: 40px
}

.sec-slider .owl-nav .owl-prev:hover, .sec-slider .owl-carousel .owl-nav .owl-next:hover {
    background: #293c4e
}

.Zebra_DatePicker {
    border: 1px solid #005294;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 10px;
}

.Zebra_DatePicker {
    background: #005294;
    color: #fff;
    z-index: 99999
}

.Zebra_DatePicker .dp_body .dp_hover {
    background: #f85602;
    color: #fff !important;
}

.Zebra_DatePicker .dp_actions .dp_hover {
    background-color: transparent;
    color: #fff !important;
}

.Zebra_DatePicker_Icon_Wrapper {
    width: 100% !important;
}

.Zebra_DatePicker .dp_body .dp_current {
    color: #f85602;
    font-weight: 700;
}

.Zebra_DatePicker .dp_timepicker .dp_disabled {
    color: #fff;
    padding: 0
}

.Zebra_DatePicker .dp_time_separator div:after {
    color: #fff
}

.Zebra_DatePicker .dp_body .dp_hover.dp_time_control {
    background-color: #f85602;
}

.Zebra_DatePicker .dp_monthpicker td, .Zebra_DatePicker .dp_timepicker td, .Zebra_DatePicker .dp_yearpicker td {
    width: 10px
}

button.Zebra_DatePicker_Icon {
    right: 10px !important;
}

.btn.btn-1 {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #5dc269;
    color: #fff;
    background-color: #5dc269;
    line-height: normal;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 2px;
}

.btn.btn-1:hover {
    background-color: #fff;
    color: #5dc269;
    -webkit-transition: .6s;
    transition: .6s;
    text-decoration: none;
}

.page-banner {
    position: relative;
    padding: 0;
    color: #fff;
    background: #061138;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover
}

.page-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000045;
    content: '';
    z-index: 1;
}

.page-banner .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.page-banner .banner-inner {
    position: relative;
    display: block;
    text-align: center
}

.page-banner .inner-container {
    position: relative;
    padding: 250px 0 80px;
    z-index: 2
}

.page-banner h1 {
    position: relative;
    font-size: 48px;
    color: #fff;
    line-height: 1.2em;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
    text-align: left;
}

.page-banner .page-nav {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    padding-bottom: 15px;
    width: 100%;
}

.page-banner .bread-crumb {
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 0;
}

.page-banner .bread-crumb li {
    position: relative;
    float: left;
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    cursor: default;
    padding-right: 15px;
    margin-right: 15px
}

.page-banner .bread-crumb li:before {
    position: absolute;
    right: -15px;
    width: 30px;
    text-align: center;
    font-size: 10px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    font-family: 'Flaticon';
    content: "\f145"
}

.page-banner .bread-crumb li:last-child {
    padding-right: 0;
    margin-right: 0
}

.page-banner .bread-crumb li:last-child:before {
    display: none
}

.page-banner .bread-crumb li a {
    color: #fff;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.page-banner .bread-crumb li a:hover {
    color: #d5ae82
}

.navbar-light .navbar-brand {
    max-width: 180px;
}

.sec-fixed-icon {
}

.sec-fixed-icon a {
    display: block;
    width: 50px;
    height: 50px;
    position: fixed;
    left: 0;
    z-index: 99;
    bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
}

.sec-fixed-icon a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

.section-title {
    text-align: center;
    margin-bottom: 50px
}

.section-title span {
    font-size: 14px;
    color: #3c4441;
    font-weight: 300;
    letter-spacing: 1.5px;
    font-family: 'Prata', serif;
}

.section-title h3 {
    font-size: 36px;
    margin: 0 0 15px;
    text-transform: capitalize;
}

button:focus {
    outline: 0
}

.bg-color {
    background-color: #f5f5f5a4
}

img {
    max-width: 100%
}

.overtop-mobile-nav {
    display: none
}

.overtop-mobile-nav.mean-container .mean-nav ul li a.active {
    color: #5dc269
}

.navbar-area {
    width: 100%;
    height: auto;
    z-index: 99;
}

.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    background-color: #fff !important;
    -webkit-animation: 500ms ease-in-out normal none 1 running fadeInDown;
    animation: 500ms ease-in-out normal none 1 running fadeInDown;
    max-width: 100% !important
}

.is-sticky .overtop-nav::before {
    display: none
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0
}

.overtop-nav {
    background-color: #fff;
    padding-bottom: 2px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    max-width: 1140px;
    margin: auto
}

.overtop-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    right: 0;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    width: 1180px !important;
    margin: auto;
    -webkit-transition: all .05s;
    transition: all .05s;
    height: 105px
}

.overtop-nav .navbar {
    padding: 0
}

.overtop-nav .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0
}

.overtop-nav .navbar .navbar-nav {
    margin-left: auto
}

.overtop-nav .navbar .navbar-nav .nav-item {
    position: relative;
    padding: 15px 0
}

.overtop-nav .navbar .navbar-nav .nav-item a {
    font-size: 14px;
    color: #3c4441;
    text-transform: uppercase;
    padding: 0 20px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.5px;
}

.overtop-nav .navbar .navbar-nav .nav-item a:hover, .overtop-nav .navbar .navbar-nav .nav-item a:focus, .overtop-nav .navbar .navbar-nav .nav-item a.active {
    color: #5dc269;
    -webkit-transition: .6s;
    transition: .6s
}

.overtop-nav .navbar .navbar-nav .nav-item a i {
    margin-left: 0;
    font-size: 12px
}

.overtop-nav .navbar .navbar-nav .nav-item:hover a, .overtop-nav .navbar .navbar-nav .nav-item:focus a, .overtop-nav .navbar .navbar-nav .nav-item.active a {
    color: #5dc269;
    -webkit-transition: .6s;
    transition: .6s
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    position: absolute;
    border: none;
    top: 80px;
    left: 0;
    width: 250px;
    z-index: 99;
    display: block;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 20px 5px
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: capitalize;
    padding: 8px 15px;
    margin: 0;
    display: block;
    color: #3c4441;
    font-size: 14px;
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #5dc269;
    -webkit-transition: .6s;
    transition: .6s
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #141414;
    text-transform: capitalize
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #5dc269;
    -webkit-transition: .6s;
    transition: .6s
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li {
    position: relative;
    padding: 0
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    text-transform: capitalize;
    padding: 8px 15px;
    margin: 0;
    display: block;
    color: #141414;
    font-size: 15.4px;
    font-weight: 600
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #5dc269;
    -webkit-transition: .6s;
    transition: .6s
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    left: 220px;
    top: 0;
    opacity: 0;
    visibility: hidden
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #141414;
    text-transform: capitalize
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: #5dc269;
    -webkit-transition: .6s;
    transition: .6s
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: #5dc269;
    -webkit-transition: .6s;
    transition: .6s
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: #5dc269;
    -webkit-transition: .6s;
    transition: .6s
}

.overtop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: -15px
}

.overtop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%
}

.others-options .appoinment-btn {
    margin-top: 0
}

.others-options .appoinment-btn .appoinment-btn-one {
    background-image: linear-gradient(to right, #0cc52b 0%, #be4d5b 51%, var(--teal) 100%)
}

.others-options .appoinment-btn .appoinment-btn-one {
    margin: 10px;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 0 20px #eee;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #be4d5b;
    line-height: normal;
}

.others-options .appoinment-btn .appoinment-btn-one:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.others-options i::before {
    font-size: 18px;
    margin-right: 5px
}

.banner-area {
    background-image: url(../images/banner-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 230px
}

.banner-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    z-index: -1;
    opacity: .5
}

.main-banner-content {
    text-align: center;
    margin-top: 100px
}

.main-banner-content span {
    font-size: 24px;
    font-weight: 600;
    color: #fff
}

.main-banner-content h1 {
    font-size: 90px;
    color: #fff;
    max-width: 700px;
    margin: auto
}

.main-banner-content p {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-bottom: 15px;
    margin: 18px 0 14px
}

.main-banner-content p::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 35%;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.banner-video {
    position: relative
}

.banner-video .video-btn {
    position: absolute;
    bottom: -90px;
    left: -170px;
    right: 0;
    text-align: center;
    margin-top: 0
}

.banner-video .video-btn a {
    color: #fff;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 82px;
    background: #bdb2ab;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    padding-left: 2px
}

.banner-video .video-btn a::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: #bdb2ab
}

.banner-video .video-btn a:hover {
    color: #bdb2ab;
    background: #fff;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s;
    text-decoration: none
}

.banner-video .video-btn i {
    font-weight: 900
}

.banner-video .video-btn i::before {
    font-size: 45px
}

.banner-video .discover-btn {
    position: absolute;
    text-align: center;
    left: 15%;
    right: 0;
    top: 30px
}

.banner-video .discover-btn .discover-btn-one {
    display: inline-block;
    padding: 14px 30px;
    background-color: #5dc269;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #5dc269;
    -webkit-transition: .6;
    transition: .6;
    -webkit-transition: .5s
}

.banner-video .discover-btn .discover-btn-one:hover {
    background-color: transparent;
    color: #fff;
    text-decoration: none
}

@-webkit-keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(0.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9;
    width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 !important
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.single-room-section .check-form {
    margin: 0
}

a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: absolute;
    background: transparent;
    padding: 0;
    z-index: 999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
    height: 55px
}

.mean-container a.meanmenu-reveal {
    width: 35px;
    height: 30px;
    padding: 12px 15px 0 0;
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #606;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-weight: 700
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #606;
    height: 4px;
    margin-top: 3px;
    border-radius: 3px
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 55px
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%
}

.mean-container .mean-nav ul li a i {
    display: none
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    color: #677294;
    border-top: 1px solid #DBEEFD;
    text-decoration: none
}

.mean-container .mean-nav ul li a.active {
    color: #000
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    color: #677294;
    border-top: 1px solid #DBEEFD;
    opacity: 1;
    filter: alpha(opacity=75);
    text-shadow: none !important;
    visibility: visible;
    text-transform: none;
    font-size: 14px
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, 0.1)
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 1px;
    width: 100%;
    height: 24px;
    padding: 12px !important;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: transparent;
    border: none !important
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mMt150 {
        margin-top: 0px!important;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mMt150 {
        margin-top: 0px!important;
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.bg-p {
    background: #fdedf3 !important;
}

.check-section {
    padding-top: 0;
    padding-bottom: 0;
}

.check-form {
    background: #fff;
    padding: 20px 20px 10px;
    margin-top: -60px;
    z-index: 1;
    position: relative;
}

.check-form .form-group .btn i:before {
    font-size: 16px;
}

.check-content p {
    font-size: 14px;
    color: #999;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 20px
}

.check-content h2 {
    font-size: 40px;
    color: #000;
    margin: 0
}

.check-content a {
    text-decoration: none
}

.check-content .form-group {
    position: relative
}

.check-content .form-group .form-control, .check-form .form-group .form-control {
    font-family: 'Prata', serif;
    width: 100%;
    font-size: 14px;
}

.check-content .form-group .form-control:focus {
    background-color: #fff;
    border: 1px solid #5dc269;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.check-content .form-group .form-content {
    font-family: 'Prata', serif;
    width: 100%;
}

.check-content .form-group .form-content:focus {
    background-color: #fff;
    border: 1px solid #5dc269;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.check-content .form-group .nice-select {
    float: unset
}

.check-content .form-group .nice-select .list {
    z-index: 999;
    width: 100%;
    overflow-y: auto;
    height: 200px
}

.check-content .form-group .nice-select .option {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px
}

.check-content .form-group .nice-select::after {
    height: 12px;
    width: 12px;
    margin-top: -7px;
}

.check-content .form-group select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 14px)
}

.check-content .form-group i {
    color: #b2b1b1;
    position: absolute;
    top: 10px;
    right: 15px;
}

.check-content .form-group i::before {
    font-size: 18px;
    line-height: normal
}

.btn-content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
    box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
    padding: 50px 20px;
    text-align: center
}

.btn-content .check-btn .default-btn-one {
    display: inline-block;
    padding: 14px 30px;
    background-color: #5dc269;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #5dc269;
    -webkit-transition: .6;
    transition: .6;
    -webkit-transition: .5s;
    cursor: pointer
}

.btn-content .check-btn .default-btn-one:hover {
    background-color: #fff;
    color: #5dc269;
    text-decoration: none
}

.about-section {
    padding: 60px 0;
    line-height: 1
}

.about-content {
    padding-right: 20px
}

.about-content span {
    font-size: 14px;
    color: #5dc269;
    text-transform: uppercase;
    font-weight: 600
}

.about-content h3 {
    font-size: 36px;
    color: #000;
    margin: 10px 0 40px;
    position: relative;
    padding-bottom: 25px
}

.about-content h3::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 75px;
    background-color: #5dc269;
    bottom: 0
}

.about-content p {
    font-size: 15px;
    color: #0a0a0a;
    margin: 0;
}

.about-content .about-btn {
    margin-top: 30px
}

.about-content .about-btn .about-btn-one {
    display: inline-block;
    color: #5dc269;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s
}

.about-content .about-btn .about-btn-one:hover {
    text-decoration: none;
    letter-spacing: 1px
}

.about-content .about-btn i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #5dc269;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
    margin-left: 5px
}

.no-padding {
    padding: 5px;
    padding-top: 0;
    padding-bottom: 0
}

.about-image {
    margin-bottom: 10px
}

.about-image:last-child {
    margin-bottom: 0
}

.about-image img {
    width: 100%
}

.room-section {
    background-image: url(../images/room-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    line-height: 1
}

.room-slider .room-item {
    margin: 10px
}

.room-slider .room-item .room-content {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    padding: 25px 20px
}

.room-slider .room-item .room-content h3 {
    font-size: 22px;
    color: #000;
    margin: 0 0 18px
}

.room-slider .room-item .room-content p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 25px
}

.room-slider .room-item .room-content .room-btn {
    margin-top: 20px
}

.room-slider .room-item .room-content .room-btn .room-btn-one {
    display: inline-block;
    color: #565656;
    font-weight: 500;
    -webkit-transition: 6s;
    transition: 6s;
    -webkit-transition: .5s
}

.room-slider .room-item .room-content .room-btn .room-btn-one:hover {
    text-decoration: none;
    letter-spacing: 1px
}

.room-slider .room-item .room-content .room-btn i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #5dc269;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
    margin-left: 5px
}

.room-slider .room-item .room-image .night-btn {
    position: relative
}

.room-slider .room-item .room-image .night-btn .default-btn-one {
    background-color: #5dc269;
    border: 1px solid #5dc269;
    display: inline-block;
    padding: 12px 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    bottom: -10px;
    right: 15px
}

.room-slider .room-item .room-image .night-btn .default-btn-one:hover {
    text-decoration: none;
    background-color: #5dc269;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.room-slider .owl-prev {
    position: absolute;
    left: -8%;
    top: 40%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: transparent !important;
    color: #5dc269 !important;
    border: 3px solid #5dc269 !important;
    border-radius: 50px !important
}

.room-slider .owl-prev:hover {
    background-color: #5dc269 !important;
    color: #fff !important;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.room-slider .owl-next {
    position: absolute;
    right: -8%;
    top: 40%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: transparent !important;
    color: #5dc269 !important;
    border: 3px solid #5dc269 !important;
    border-radius: 50px !important
}

.room-slider .owl-next:hover {
    background-color: #5dc269 !important;
    color: #fff !important;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.room-slider .owl-nav {
    margin-top: 0
}

.view-btn {
    text-align: center;
    margin-top: 50px
}

.view-btn .view-btn-one {
    background-color: #5dc269;
    border: 1px solid #5dc269;
    display: inline-block;
    padding: 12px 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 500
}

.view-btn .view-btn-one:hover {
    text-decoration: none;
    background-color: #fff;
    color: #5dc269;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.room-area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    line-height: 1;
    position: relative;
    z-index: 1
}

.room-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg/pattern.png);
    z-index: -1;
    background-color: rgba(226, 226, 226, 0.5);
}

.room-area .room-slider .room-item {
    margin: 0
}

.room-area .room-slider .room-item .room-image {
    width: 100%;
    height: 250px;
}

.room-area .room-slider .room-item .room-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-area .room-slider .room-item .room-content {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    padding: 25px 20px;
    border: 1px solid #f3f3f3
}

.room-area .room-slider .room-item .room-content h3 {
    font-size: 22px;
    color: #000;
    margin: 0 0 18px
}

.room-area .room-slider .room-item .room-content .desc p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.room-area .room-slider .room-item .room-content .room-btn {
    margin-top: 20px
}

.room-area .room-slider .room-item .room-content .room-btn .room-btn-one {
    display: inline-block;
    color: #565656;
    font-weight: 500;
    -webkit-transition: 6s;
    transition: 6s;
    -webkit-transition: .5s
}

.room-area .room-slider .room-item .room-content .room-btn .room-btn-one:hover {
    text-decoration: none;
    letter-spacing: 1px
}

.room-area .room-slider .room-item .room-content .room-btn i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #be4d5b;
    border: 1px solid #be4d5b;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
    margin-left: 5px
}

.room-area .room-slider .room-item .room-image .night-btn {
    position: relative
}

.room-area .room-slider .room-item .room-image .night-btn .default-btn-one {
    background-color: #be4d5b;
    border: 1px solid #be4d5b;
    display: inline-block;
    padding: 12px 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    bottom: -10px;
    right: 15px
}

.room-area .room-slider .room-item .room-image .night-btn .default-btn-one:hover {
    text-decoration: none;
    background-color: #be4d5b;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.room-area .room-slider .owl-prev {
    position: absolute;
    left: -8%;
    top: 40%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: transparent !important;
    color: #5dc269 !important;
    border: 3px solid #5dc269 !important;
    border-radius: 50px !important
}

.room-area .room-slider .owl-prev:hover {
    background-color: #5dc269 !important;
    color: #fff !important;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.room-area .room-slider .owl-next {
    position: absolute;
    right: -8%;
    top: 40%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: transparent !important;
    color: #5dc269 !important;
    border: 3px solid #5dc269 !important;
    border-radius: 50px !important
}

.room-area .room-slider .owl-next:hover {
    background-color: #5dc269 !important;
    color: #fff !important;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.room-area .room-slider .owl-nav {
    margin-top: 0
}

.room-area .view-btn {
    text-align: center;
    margin-top: 50px
}

.room-area .view-btn .view-btn-one {
    background-color: #5dc269;
    border: 1px solid #5dc269;
    display: inline-block;
    padding: 12px 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 500
}

.room-area .view-btn .view-btn-one:hover {
    text-decoration: none;
    background-color: #fff;
    color: #5dc269;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.reception-section {
    padding-top: 100px;
    padding-bottom: 100px
}

.reception-item .reception-content span {
    font-size: 20px;
    color: #5dc269;
    font-weight: 700;
    font-family: 'Monoton', cursive
}

.reception-item .reception-content h2 {
    font-size: 14px;
    color: #5dc269;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase
}

.reception-item .reception-content h3 {
    font-size: 30px;
    color: #000;
    margin: 0 0 35px;
    position: relative;
    padding-bottom: 20px
}

.reception-item .reception-content h3::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 75px;
    background-color: #5dc269;
    bottom: 0
}

.reception-item .reception-content p {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    max-width: 460px
}

.reception-item .reception-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 25px
}

.reception-item .reception-list li {
    color: #4e4d4d;
    font-size: 15px;
    font-weight: 500;
    list-style-type: none;
    padding-bottom: 6px
}

.reception-item .reception-list li:last-child {
    padding-bottom: 0
}

.reception-item .reception-list i {
    color: #5dc269;
    margin-right: 4px
}

.reception-item .reception-list i::before {
    font-size: 18px
}

.reception-item .reception-btn {
    margin-top: 30px
}

.reception-item .reception-btn .reception-btn-one {
    display: inline-block;
    color: #5dc269;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.reception-item .reception-btn .reception-btn-one:hover {
    text-decoration: none;
    letter-spacing: 1px
}

.reception-item .reception-btn i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #5dc269;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
    margin-left: 5px
}

.reception-shape-image {
    position: absolute;
    top: -80px;
    left: -92px;
    width: 220px
}

.convention-section {
    padding-bottom: 100px
}

.convention-item {
    padding-left: 50px
}

.convention-item .convention-content span {
    font-size: 20px;
    color: #5dc269;
    font-weight: 700;
    font-family: 'Monoton', cursive
}

.convention-item .convention-content h2 {
    font-size: 14px;
    color: #5dc269;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 2px;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase
}

.convention-item .convention-content h3 {
    font-size: 30px;
    color: #000;
    margin: 0 0 35px;
    position: relative;
    padding-bottom: 20px
}

.convention-item .convention-content h3::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 75px;
    background-color: #5dc269;
    bottom: 0
}

.convention-item .convention-content p {
    font-size: 14px;
    line-height: 26px;
    margin: 0
}

.convention-item .convention-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 25px
}

.convention-item .convention-list li {
    color: #4e4d4d;
    font-size: 15px;
    font-weight: 500;
    list-style-type: none;
    padding-bottom: 6px
}

.convention-item .convention-list li:last-child {
    padding-bottom: 0
}

.convention-item .convention-list i {
    color: #5dc269;
    margin-right: 4px
}

.convention-item .convention-list i::before {
    font-size: 18px
}

.convention-item .convention-btn {
    margin-top: 30px
}

.convention-item .convention-btn .convention-btn-one {
    display: inline-block;
    color: #5dc269;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.convention-item .convention-btn .convention-btn-one:hover {
    text-decoration: none;
    letter-spacing: 1px
}

.convention-item .convention-btn i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #5dc269;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
    margin-left: 5px
}

.convention-shape-image {
    position: absolute;
    top: -60px;
    right: -92px
}

.video-section {
    background-image: url(../images/video-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 200px;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding-bottom: 200px
}

.video-section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    z-index: -1;
    opacity: .7
}

.video-title {
    text-align: center;
    margin-bottom: 0;
    margin-top: 25px
}

.video-title h3 {
    font-size: 35px;
    margin: 0;
    text-transform: capitalize;
    position: relative;
    color: #fff
}

.video-content {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 0
}

.video-content .video-btn a {
    color: #fff;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 82px;
    background: #5dc269;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    padding-left: 2px
}

.video-content .video-btn a::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: #5dc269
}

.video-content .video-btn a:hover {
    color: #bdb2ab;
    background: #fff;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s;
    text-decoration: none
}

.video-content .video-btn i {
    font-weight: 900
}

.video-content .video-btn i::before {
    font-size: 45px
}

@-webkit-keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

.top-services-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f3f3f391
}

.top-services-box {
    position: relative;
    padding-left: 100px
}

.top-services-box h3 {
    font-size: 16px;
    color: #000;
    margin: 0 0 16px;
    font-family: 'Poppins', sans-serif
}

.top-services-box p {
    font-size: 15px;
    max-width: 250px;
    margin: 0;
    line-height: 26px
}

.top-services-box img {
    position: absolute;
    left: 0
}

.tabs-section {
    padding-top: 100px;
    padding-bottom: 110px;
    position: relative
}

.tabs-area {
    background-color: #f2f7fa;
    padding: 40px 30px;
    margin-top: 40px;
    position: absolute;
    left: -166px;
    right: 100px;
    -webkit-box-shadow: 0 10px 55px 5px #d5d6d7;
    box-shadow: 0 10px 55px 5px #d5d6d7
}

.tabs-area h3 {
    font-size: 14px;
    color: #5dc269;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif
}

.tabs-area #tabs {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 40px;
    position: relative;
    z-index: 1
}

.tabs-area #tabs::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6;
    z-index: -1
}

.tabs-area #tabs li {
    display: inline-block;
    padding-bottom: 2px;
    padding-right: 28px;
    font-family: 'Playfair Display', serif
}

.tabs-area #tabs li a {
    font-size: 25px;
    text-transform: capitalize;
    color: #434343;
    font-weight: 600;
    text-transform: capitalize
}

.tabs-area #tabs li a:hover {
    color: #5dc269;
    text-decoration: none;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.tabs-area #tabs li.current a {
    color: #000;
    border-bottom: 1px solid #5dc269;
    padding-bottom: 14px
}

#content .content-wrapper {
    display: none
}

#content .current {
    display: block
}

.tabs-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px
}

.tabs-list li {
    list-style-type: none;
    color: #777;
    padding-bottom: 0;
    font-weight: 500;
    display: inline-block;
    margin-left: 50px;
    position: relative
}

.tabs-list li:first-child {
    margin-left: 30px
}

.tabs-list li::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    background-color: #d7d7d7;
    left: -30px;
    top: 2px
}

.tabs-list i {
    color: #5dc269;
    margin-right: 6px
}

.tabs-list i::before {
    font-size: 16px
}

.tabs-btn {
    margin-top: 30px
}

.tabs-btn .tabs-btn-one {
    display: inline-block;
    color: #5dc269
}

.tabs-btn .tabs-btn-one:hover {
    text-decoration: none;
    letter-spacing: 1px;
    -webkit-transition: .6s;
    transition: .6s
}

.tabs-btn .tabs-btn-one i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #5dc269;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 30px;
    margin-left: 5px
}

.company-text p {
    font-size: 14px;
    line-height: 25px;
    margin: 0 0 10px;
    font-weight: 300
}

.tabs-image img {
    max-width: 120%
}

.design-shape {
    position: relative
}

.design-shape img {
    position: absolute;
    bottom: -36px;
    right: -25px
}

.client-section {
    padding: 60px 0;
    background: #ffffff;
}

.feedback-slides .client-feedback {
    position: relative
}

.feedback-slides .client-feedback .single-feedback {
    position: relative;
    text-align: center
}

.feedback-slides .client-feedback .single-feedback .client-img {
    position: absolute;
    left: 50px;
    top: 0
}

.feedback-slides .client-feedback .single-feedback .client-img img {
    border-radius: 50%;
    border: 2px solid #5dc269;
    padding: 3px
}

.feedback-slides .client-feedback .single-feedback h3 {
    font-size: 20px;
    margin: 0;
    color: #5dc269;
    margin: 20px 0 10px 0
}

.feedback-slides .client-feedback .single-feedback span {
    color: #212121;
    display: block;
    margin-top: 0;
    margin-bottom: 30px;
    color: #212121
}

.feedback-slides .client-feedback .single-feedback p {
    font-size: 14px;
    color: #212121;
    line-height: 26px;
    max-width: 100%;
    margin: auto;
    padding-left: 34px;
    padding-right: 34px
}

.feedback-slides .client-thumbnails {
    position: relative;
    margin: 0 100px
}

.feedback-slides .client-thumbnails .item .img-fill {
    cursor: pointer;
    position: relative;
    text-align: center
}

.feedback-slides .client-thumbnails .item .img-fill img {
    opacity: .2;
    -webkit-transition: .6s;
    transition: .6s;
    display: inline-block;
    position: relative;
    border: 1px solid #be4d5b;
    border-radius: 50%;
    padding: 3px;
    width: 100px
}

.feedback-slides .client-thumbnails .item:hover .img-fill img, .feedback-slides .client-thumbnails .item.slick-center .img-fill img {
    opacity: 1
}

.client-thumbnails .next-arrow, .client-thumbnails .prev-arrow {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    color: #fff;
    background-color: #be4d5b;
    border: 1px solid #be4d5b;
    z-index: 1;
    border-radius: 50%;
    line-height: 30px;
    outline: 0 !important;
    -webkit-transition: .6s;
    transition: .6s
}

.client-thumbnails .next-arrow:hover, .client-thumbnails .prev-arrow:hover {
    color: #fff;
    background-color: #be4d5b;
    border-color: #be4d5b
}

.client-thumbnails .next-arrow:hover::before, .client-thumbnails .prev-arrow:hover::before {
    opacity: 1;
    visibility: visible
}

.client-thumbnails .next-arrow svg, .client-thumbnails .prev-arrow svg {
    width: 18px;
    height: 18px;
    position: relative
}

.client-thumbnails .next-arrow {
    right: -20px
}

.client-thumbnails .prev-arrow {
    left: -20px
}

.client-content {
    text-align: center;
    margin-bottom: 10px
}

.client-content span {
    color: #5dc269;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px
}

.client-content h3 {
    font-size: 36px;
    color: #e79d41;
    margin: 8px 0 25px;
    position: relative;
    padding-bottom: 20px
}

.client-content h3::before {
    content: '';
    position: absolute;
    background-color: #5dc269;
    height: 2px;
    width: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.client-content i {
    color: #5dc269
}

.client-content i::before {
    font-size: 50px;
    line-height: normal
}

.blog-section {
    padding-top: 100px;
    padding-bottom: 70px;
    line-height: 1
}

.blog-slider {
    position: relative
}

.blog-slider .blog-item {
    margin-bottom: 30px
}

.blog-slider .blog-item .blog-content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 25px 20px;
    max-width: 330px;
    margin: auto;
    position: relative;
    margin-top: -60px
}

.blog-slider .blog-item .blog-content .blog-list {
    padding-left: 0;
    margin-bottom: 0
}

.blog-slider .blog-item .blog-content .blog-list li {
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #aeabab;
    margin-right: 25px
}

.blog-slider .blog-item .blog-content .blog-list li:last-child {
    margin-right: 0
}

.blog-slider .blog-item .blog-content .blog-list i {
    margin-right: 4px
}

.blog-slider .blog-item .blog-content .blog-list i::before {
    font-size: 14px
}

.blog-slider .blog-item .blog-content h3 {
    font-size: 24px;
    color: #000;
    margin: 10px 0 12px;
    line-height: normal;
    cursor: pointer
}

.blog-slider .blog-item .blog-content p {
    font-size: 14px;
    line-height: 26px;
    margin: 0
}

.blog-slider .blog-item .blog-content .blog-btn {
    margin-top: 16px
}

.blog-slider .blog-item .blog-content .blog-btn .blog-btn-one {
    display: inline-block;
    color: #5dc269;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s
}

.blog-slider .blog-item .blog-content .blog-btn .blog-btn-one:hover {
    text-decoration: none;
    letter-spacing: 1px
}

.blog-slider .blog-item .blog-content .blog-btn .blog-btn-one i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #5dc269;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 30px;
    margin-left: 5px
}

.blog-slider .owl-prev {
    position: absolute;
    left: -8%;
    top: 40%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: transparent !important;
    color: #5dc269 !important;
    border: 3px solid #5dc269 !important;
    border-radius: 50px !important
}

.blog-slider .owl-prev:hover {
    background-color: #5dc269 !important;
    color: #fff !important;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.blog-slider .owl-next {
    position: absolute;
    right: -8%;
    top: 40%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: transparent !important;
    color: #5dc269 !important;
    border: 3px solid #5dc269 !important;
    border-radius: 50px !important
}

.blog-slider .owl-next:hover {
    background-color: #5dc269 !important;
    color: #fff !important;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.blog-slider .owl-nav {
    margin-top: 0
}

.partner-section {
    padding-top: 0;
    padding-bottom: 100px;
    background-color: #fff
}

.partner-section .partner-slider {
    position: relative
}

.partner-section .partner-slider .partner-item {
    text-align: center;
    padding-left: 0;
    margin-bottom: 0
}

.partner-section .partner-slider .partner-item img {
    display: inline-block
}

.partner-section .partner-slider .partner-item li {
    list-style-type: none;
    font-size: 50px;
    padding: 50px;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: .6s;
    -webkit-transition: .6s
}

.partner-section .partner-slider .partner-item:hover li {
    border: 1px solid #5dc269
}

.partner-section .partner-slider .owl-nav {
    margin-top: 0
}

.main-slider .slider-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.main-slider .owl-prev {
    position: absolute;
    left: 2%;
    top: 50%;
    color: #fff !important
}

.main-slider .owl-prev i::before {
    font-size: 40px !important
}

.main-slider .owl-prev:hover {
    background-color: transparent !important;
    color: #fff !important;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.main-slider .owl-next {
    position: absolute;
    right: 2%;
    top: 50%;
    color: #fff !important
}

.main-slider .owl-next i::before {
    font-size: 40px !important
}

.main-slider .owl-next:hover {
    background-color: transparent !important;
    color: #fff !important;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.main-slider .owl-nav {
    margin-top: 0
}

=
.slider-content {
    text-align: center;
    margin-top: 100px
}

.slider-content span {
    font-size: 24px;
    font-weight: 600;
    color: #fff
}

.slider-content h1 {
    font-size: 90px;
    color: #fff;
    margin: 0 0 16px
}

.slider-content p {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    position: relative;
    padding-bottom: 15px
}

.slider-content p::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 28%;
    background-color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.memory-section {
    padding: 60px 0;
}

.memory-item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
    box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
    padding: 10px 15px;
    position: relative;
    z-index: 1;

}

.memory-item::before {
    position: absolute;
    content: "";
    top: -20px;
    left: -20px
}

.memory-item::after {
    position: absolute;
    content: "";
    top: -5px;
    left: -34px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.memory-item .memory-content span {
    font-size: 14px;
    color: #5dc269;
    text-transform: uppercase;
    font-weight: 600
}

.memory-item .memory-content h2 {
    font-size: 36px;
    color: #e79d41;
    margin: 10px 0 17px;
    position: relative;
    padding-bottom: 25px
}

.memory-item .memory-content h2::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 75px;
    background-color: #be4d5b;
    bottom: 0
}

.memory-item .memory-content p {
    font-size: 14px;
    color: #777;
    line-height: 26px;
    margin: 0
}

.memory-item .memory-btn {
    margin-top: 20px
}

.memory-item .memory-btn .memory-btn-one {
    display: inline-block;
    color: #5dc269;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.memory-item .memory-btn .memory-btn-one:hover {
    text-decoration: none;
    letter-spacing: 1px
}

.memory-item .memory-btn i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #5dc269;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 30px;
    margin-left: 5px
}

.memory-image img {
    position: relative;
    left: -23px;
    max-width: 120%
}

.dot-image {
    position: relative
}

.dot-image img {
    position: absolute;
    top: -200px;
    left: -28px
}

.services-section {
    padding: 60px 0;
    position: relative;
    line-height: 1
}

.facilities-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.services-item {
    background-color: #fff;
    text-align: center;
    padding: 30px 20px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: calc(50% - 20px);
    margin: 0 10px 15px;
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.f-page .services-item {
    background-color: #f3f8fe;
    text-align: center;
    padding: 30px 20px;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: calc(33.33% - 20px);
    margin: 0 10px 15px;
    position: relative;
    display: flex;
    justify-content: flex-start;
}

.services-item:before {
    position: absolute;
    top: 14px;
    left: 14px;
    content: '';
    border: 1px dashed #d8b99073;
    width: 90%;
    height: 80%;
}

.services-item h2 {
    font-size: 20px;
    color: #606;
    margin: auto 0;
    font-weight: 500;
    margin-left: 5px;
}

.services-item p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 12px
}

.services-item .services-btn-one {
    font-size: 14px;
    color: #5dc269;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s
}

.services-item .services-btn-one:hover {
    letter-spacing: 1px
}

.counter-section {
    background-color: #f3f3f370;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    line-height: 1;
    position: relative
}

.counter-video {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    margin-top: -50px
}

.counter-video .counter-btn a {
    color: #fff;
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 82px;
    background: #5dc269;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    text-align: center;
    padding-left: 2px
}

.counter-video .counter-btn a::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    border-radius: 50%;
    background: #5dc269
}

.counter-video .counter-btn a:hover {
    color: #5dc269;
    background: #fff;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s;
    text-decoration: none
}

.counter-video .counter-btn i {
    font-weight: 900
}

.counter-video .counter-btn i::before {
    font-size: 45px
}

.counter-area {
    max-width: 500px;
    margin-right: auto
}

.counter-area .single-counter {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 35px
}

.counter-area .single-counter h3 {
    color: #000;
    font-size: 48px;
    font-weight: 600;
    margin: 20px 0 0;
    line-height: 1;
    font-family: 'Poppins', sans-serif
}

.counter-area .single-counter .sub-title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px;
    color: #000;
    display: block;
    font-family: 'Poppins', sans-serif
}

.counter-area .single-counter i {
    color: #5dc269
}

.counter-area .single-counter i::before {
    font-size: 50px;
    line-height: normal
}

.counter-img-wrapper .counter-img-1 {
    position: relative
}

.counter-img-wrapper .counter-img-1 img {
    position: absolute;
    bottom: 354px;
    right: 18px;
    width: 220px
}

.counter-img-wrapper .counter-img-2 {
    position: relative
}

.counter-img-wrapper .counter-img-2 img {
    position: absolute;
    right: 18px;
    width: 260px;
    bottom: -60px
}

.gallery-section {
    padding: 60px 0;
    line-height: 1;
}

.gallery-item {
    margin-bottom: 30px
}

.gallery-item .gallery-image {
    display: block;
    position: relative
}

.gallery-item .gallery-image::before {
    content: "";
    position: absolute;
    top: 0;
    -webkit-transition: .4s;
    transition: .4s;
    left: 0;
    background: rgb(42 42 42 / 60%);
    top: 0;
    bottom: 0;
    margin: 10px;
    right: 0;
    opacity: .75
}

.gallery-item .gallery-image::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 9px;
}

.gallery-item .gallery-image:hover::before, .gallery-item .gallery-image:focus::before {
    height: auto;
    background-color: transparent;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.gallery-item .gallery-image .popup-btn {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    right: 0;
    color: #fff;
    margin-top: 0;
    font-size: 26px;
    opacity: 1;
    visibility: visible;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.gallery-item .gallery-image .popup-btn:hover {
    text-decoration: none
}

.gallery-item .gallery-image:hover .popup-btn, .gallery-item .gallery-image:focus .popup-btn {
    opacity: 0;
    visibility: hidden;
    margin-top: -15px
}

.gallery-slider .owl-dots .owl-dot {
    position: relative;
    top: 10px
}

.gallery-slider .owl-dots .owl-dot span {
    width: 20px;
    height: 7px;
    margin: 0 3px;
    background-color: transparent;
    -webkit-transition: .5s;
    transition: .5s;
    border: 1px solid #be4d5b;
    border-radius: 0px;
    position: relative
}

.gallery-slider .owl-dots .owl-dot span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #5dc269;
    border-radius: 50%;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.gallery-slider .owl-dots .owl-dot span:hover {
    background-color: #be4d5b
}

.gallery-slider .owl-dots .owl-dot.active span {
    background: #be4d5b
}

.gallery-slider .owl-nav.disabled + .owl-dots {
    margin-top: -14px
}

.contact-info-section {
    padding: 60px 0;
}

.contact-box {
    text-align: center;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s;
    min-height: 260px;
}

.contact-box h4 {
    font-size: 20px;
    color: #241f1f;
    margin: 8px 0 16px;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.contact-box p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
}

.contact-box a {
    color: #212121;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.contact-box a:hover {
    text-decoration: none;
    color: #5dc269
}

.contact-box .icon i {
    color: #5dc269
}

.contact-box .icon i::before {
    font-size: 40px;
    line-height: normal
}

.contact-box:hover {
    background-color: #5dc269
}

.contact-box:hover i {
    color: #fff
}

.contact-box:hover h4 {
    color: #fff
}

.contact-box:hover a {
    color: #fff
}

.contact-section {
    padding-bottom: 60px
}

.contact-area, .map-area {
    border: 1px solid #eee;
    padding: 20px;
}

.map-area iframe {
    width: 100%;
    border: none
}

.contactForm .form-group .form-control {
    height: 60px;
    color: #999797 !important;
    border: 1px solid #f2eeee;
    background-color: #f2eeee;
    border-radius: 0;
    padding: 0;
    font-size: 14px;
    padding: 10px 20px
}

.contactForm .form-group .form-control:focus {
    background-color: #fff;
    border-color: #5dc269;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.contactForm .form-group textarea.form-control {
    border: 1px solid #f2eeee;
    border-radius: 0;
    height: 260px
}

.contactForm .send-btn {
    text-align: center
}

.contactForm .send-btn .send-btn-one {
    display: inline-block;
    padding: 14px 40px;
    font-size: 15px;
    font-weight: 500;
    background-color: #5dc269;
    border: 1px solid #5dc269;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.sec-booking {
    background: url(../imageStore/icons/pattern.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-color: rgba(226, 226, 226, 0.82);
}

/*.sec-booking:before{position: absolute;top: 0; left: 0; width: 100%; height: 100%; content: '';background: rgba(6, 26, 43, 0.7);}*/
.sec-booking .booking-form {
    background: rgba(255, 255, 255, 255);
    padding: 30px;
}

.sec-booking .booking-form .form-group i {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #888282;
    z-index: 1;
}

.sec-booking .booking-form .form-group .form-btn i {
    position: absolute;
    top: 10px;
    right: 60px;
    color: #fff;
    z-index: 1;
}

.sec-booking .booking-form .form-group .form-btn i:before {
    font-size: 16px;
}

.contactForm .send-btn .send-btn-one:hover {
    background-color: #fff;
    color: #5dc269
}

.contactForm .send-btn label {
    margin-bottom: 0
}

.contactForm .send-btn .comment-form-cookies-consent {
    font-size: 14px;
    color: #777;
    font-weight: 400;
    margin: 0 0 30px
}

.contactForm .send-btn input[type=checkbox], .contactForm .send-btn input[type=radio] {
    position: relative;
    top: 2px
}

.newsletter-section {
    padding-bottom: 100px;
    padding-top: 0;
    position: relative
}

.newsletter-title {
    margin-bottom: 40px;
    text-align: center
}

.newsletter-title h2 {
    font-size: 36px;
    color: #222;
    margin: 0 0 15px
}

.newsletter-title p {
    font-size: 16px;
    font-weight: 400;
    margin: 0
}

.newsletterForm {
    max-width: 750px;
    margin: auto
}

.newsletterForm .form-control {
    background: transparent;
    border: 1px solid #e7edf4;
    background-color: #e7edf4;
    border-radius: 0;
    height: 60px
}

.newsletterForm .form-control:focus {
    border: 1px solid #5dc269;
    background-color: #fff;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.newsletterForm .newsletter-btn {
    position: absolute;
    right: 16%;
    top: 0
}

.newsletterForm .newsletter-btn .newsletter-btn-one {
    display: inline-block;
    padding: 18px 50px;
    background-color: #5dc269;
    color: #fff;
    border: 1px solid #5dc269;
    font-size: 15px;
    font-weight: 600
}

.newsletterForm .newsletter-btn .newsletter-btn-one:hover {
    background-color: #fff;
    color: #5dc269;
    text-decoration: none;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.newsletterForm .comment-form-cookies-consent {
    text-align: center;
    margin: 30px 0 0
}

.newsletterForm label {
    margin-bottom: 0
}

.blog-page-section {
    padding-top: 100px;
    padding-bottom: 100px
}

.blog-page-section .blog-item {
    margin-bottom: 20px
}

.blog-page-section .blog-item .blog-content {
    background-color: #fff;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    padding: 25px 20px;
    max-width: 330px;
    margin: auto;
    position: relative;
    margin-top: -60px
}

.blog-page-section .blog-item .blog-content .blog-list {
    padding-left: 0;
    margin-bottom: 0
}

.blog-page-section .blog-item .blog-content .blog-list li {
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #aeabab;
    margin-right: 25px
}

.blog-page-section .blog-item .blog-content .blog-list li:last-child {
    margin-right: 0
}

.blog-page-section .blog-item .blog-content .blog-list i {
    margin-right: 4px
}

.blog-page-section .blog-item .blog-content .blog-list i::before {
    font-size: 14px
}

.blog-page-section .blog-item .blog-content h3 {
    font-size: 24px;
    color: #000;
    margin: 10px 0 12px;
    line-height: normal;
    cursor: pointer
}

.blog-page-section .blog-item .blog-content p {
    font-size: 14px;
    line-height: 26px;
    margin: 0
}

.blog-page-section .blog-item .blog-content .blog-btn {
    margin-top: 16px
}

.blog-page-section .blog-item .blog-content .blog-btn .blog-btn-one {
    display: inline-block;
    color: #5dc269;
    font-weight: 500;
    transition: .6s;
    -webkit-transition: .6s
}

.blog-page-section .blog-item .blog-content .blog-btn .blog-btn-one:hover {
    text-decoration: none;
    letter-spacing: 1px
}

.blog-page-section .blog-item .blog-content .blog-btn .blog-btn-one i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #5dc269;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 30px;
    margin-left: 5px
}

.pagination-area {
    margin-top: 20px;
    text-align: center
}

.pagination-area .page-numbers {
    width: 40px;
    height: 40px;
    margin: 0 3px;
    display: inline-block;
    background-color: #fff;
    line-height: 40px;
    color: #000;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s;
    font-size: 16px;
    font-weight: 600
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
    background: #5dc269;
    color: #fff;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    text-decoration: none
}

.single-blog-section {
    padding-top: 100px;
    padding-bottom: 100px
}

.blog-details {
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1)
}

.blog-details .article-img {
    position: relative
}

.blog-details .article-img img {
    width: 100%
}

.blog-details .article-content {
    padding: 30px 25px
}

.blog-details .article-content h3 {
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 30px;
    margin-top: 14px
}

.blog-details .article-content p {
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 15px;
    line-height: 28px
}

.blog-details .article-content .blockquote {
    margin-bottom: 20px;
    margin-top: 20px;
    background: #f8fbf9;
    padding: 30px;
    padding-left: 100px;
    position: relative
}

.blog-details .article-content .blockquote p {
    margin-top: 0;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-weight: 700;
    color: #413e3e
}

.blog-details .article-content .blockquote i {
    position: absolute;
    left: 30px
}

.blog-details .article-content .blockquote i::before {
    font-size: 50px;
    color: #5dc269;
    line-height: normal
}

.blog-details .article-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.blog-details .article-content .blog-list {
    padding-left: 0;
    margin-bottom: 0
}

.blog-details .article-content .blog-list li {
    list-style-type: none;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #aeabab;
    margin-right: 25px
}

.blog-details .article-content .blog-list li:last-child {
    margin-right: 0
}

.blog-details .article-content .blog-list i {
    margin-right: 4px;
    font-size: 14px
}

.post-controls-buttons {
    overflow: hidden;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05)
}

.post-controls-buttons .controls-left {
    float: left
}

.post-controls-buttons .controls-right {
    float: right
}

.post-controls-buttons div a {
    border: 1px solid #eee;
    padding: 8px 20px;
    display: inline-block;
    border-radius: 5px;
    font-weight: 500;
    color: #06131e;
    -webkit-transition: .6s;
    transition: .6s
}

.post-controls-buttons div a:hover, .post-controls-buttons div a:focus {
    color: #fff;
    background: #5dc269;
    border-color: #5dc269;
    text-decoration: none
}

.post-comments {
    padding: 30px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05)
}

.post-comments h3 {
    font-size: 22px;
    margin-bottom: 5px
}

.post-comments .single-comment {
    position: relative;
    padding-left: 95px;
    margin-top: 30px
}

.post-comments .single-comment .comment-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px
}

.post-comments .single-comment .comment-img img {
    border-radius: 50%
}

.post-comments .single-comment .comment-content h4 {
    font-size: 16px;
    margin-bottom: 8px
}

.post-comments .single-comment .comment-content span {
    color: #141414;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif
}

.post-comments .single-comment .comment-content p {
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 30px
}

.post-comments .single-comment .comment-content a {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #141414
}

.post-comments .single-comment.left-m {
    margin-left: 85px
}

.sidebar .widget {
    margin-bottom: 30px
}

.single-room-sidebar {
    background: #e2e2e2;
    padding: 10px;
}

.sidebar .widget.widget-search {
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    padding: 20px
}

.sidebar .widget.widget-search form {
    position: relative
}

.sidebar .widget.widget-search form button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: none;
    background: #5dc269;
    outline: 0;
    color: #fff;
    padding: 12px;
    cursor: pointer;
    width: 60px
}

.sidebar .widget.widget-search form .form-control {
    height: 50px;
    padding: 16px;
    font-size: 15px;
    color: #a6a6a6;
    background-color: transparent;
    border-bottom: 1px solid #b5b4b4
}

.sidebar .widget.widget-search form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #5dc269
}

.sidebar .widget h3, .sidebar .widget .widget-title {
    font-size: 22px;
    margin-bottom: 18px;
    position: relative
}

.sidebar .widget h3 span, .sidebar .widget .widget-title span {
    z-index: 2;
    position: relative
}

.sidebar .widget ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.sidebar .widget.widget-categories {
    padding: 20px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06)
}

.sidebar .widget.widget-categories ul {
    padding-left: 0
}

.sidebar .widget.widget-categories ul li {
    position: relative;
    border-top: 1px solid #eee;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0
}

.sidebar .widget.widget-categories ul li:last-child {
    border-bottom: 1px solid #eee
}

.sidebar .widget.widget-categories ul li a {
    color: #aca8a2;
    -webkit-transition: .6s;
    transition: .6s
}

.sidebar .widget.widget-categories ul li a:hover {
    color: #5dc269;
    text-decoration: none
}

.sidebar .widget.widget-categories ul li i {
    color: #aca8a2;
    margin-right: 5px
}

.sidebar .widget.widget-categories ul li i::before {
    font-size: 15px
}

.sidebar .widget.widget-recent-entries {
    padding: 25px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06)
}

.sidebar .widget.widget-recent-entries ul li {
    position: relative;
    padding-left: 100px;
    margin-bottom: 20px
}

.sidebar .widget.widget-recent-entries ul li:last-child {
    margin-bottom: 0
}

.sidebar .widget.widget-recent-entries ul li a {
    display: block
}

.sidebar .widget.widget-recent-entries ul li a img {
    position: absolute;
    left: 0;
    top: 3px;
    width: 85px;
    height: 65px
}

.sidebar .widget.widget-recent-entries ul li h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2px;
    font-family: 'Open Sans', sans-serif
}

.sidebar .widget.widget-recent-entries ul li a {
    color: #172841;
    -webkit-transition: .6s;
    transition: .6s
}

.sidebar .widget.widget-recent-entries ul li a:hover {
    color: #5dc269;
    text-decoration: none
}

.sidebar .widget.widget-recent-entries ul li p {
    color: #6084a4;
    font-weight: 400;
    font-size: 12px;
    margin: 0
}

.sidebar .widget.widget-tag-cloud {
    padding: 20px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06)
}

.sidebar .widget.widget-tag-cloud .tagcloud a {
    font-size: 14px !important;
    border: 1px dashed #5dc269;
    padding: 10px 24px;
    color: #495057;
    display: inline-block;
    background: transparent;
    margin: 5px;
    -webkit-transition: .6s;
    transition: .6s;
    font-weight: 500
}

.sidebar .widget.widget-tag-cloud .tagcloud a:hover {
    background: #5dc269;
    color: #fff;
    text-decoration: none
}

.sidebar .widget.widget-map .widget-map-area iframe {
    width: 100%;
    height: 600px;
    border: none
}

.reply-section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f0f5f2;
    line-height: 1
}

.leave-a-reply {
    text-align: center
}

.leave-a-reply .reply-content {
    margin-bottom: 50px
}

.leave-a-reply .reply-content h3 {
    font-size: 25px;
    margin-bottom: 14px
}

.leave-a-reply .form-group .form-control {
    height: 60px;
    padding: 10px 20px;
    font-size: 14px;
    border: unset;
    border-radius: 2px;
    color: #818992;
    -webkit-transition: .5s;
    transition: .5s
}

.leave-a-reply .form-group .form-control:focus {
    border-color: unset;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.leave-a-reply .form-group textarea.form-control {
    height: 200px !important
}

.leave-a-reply .send-btn {
    margin-top: 10px
}

.leave-a-reply .send-btn .send-btn-one {
    display: inline-block;
    padding: 16px 40px;
    background-color: #5dc269;
    color: #fff;
    border: 1px solid #5dc269;
    font-size: 15px;
    font-weight: 500;
    width: 100%
}

.leave-a-reply .send-btn .send-btn-one:hover {
    background-color: #fff;
    color: #5dc269;
    text-decoration: none;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.room-page-section {
    padding-top: 100px;
    padding-bottom: 100px
}

.room-page-section .room-item {
    margin-bottom: 30px
}

.room-page-section .room-item .room-content {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    padding: 25px 20px
}

.room-page-section .room-item .room-content h3 {
    font-size: 22px;
    color: #000;
    margin: 0 0 18px
}

.room-page-section .room-item .room-content p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 25px
}

.room-page-section .room-item .room-content .room-btn {
    margin-top: 20px
}

.room-page-section .room-item .room-content .room-btn .room-btn-one {
    display: inline-block;
    color: #565656;
    font-weight: 500;
    -webkit-transition: 6s;
    transition: 6s;
    -webkit-transition: .5s
}

.room-page-section .room-item .room-content .room-btn .room-btn-one:hover {
    text-decoration: none;
    letter-spacing: 1px
}

.room-page-section .room-item .room-content .room-btn i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #5dc269;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
    margin-left: 5px
}

.room-page-section .room-item .room-image .night-btn {
    position: relative
}

.room-page-section .room-item .room-image .night-btn .default-btn-one {
    background-color: #5dc269;
    border: 1px solid #5dc269;
    display: inline-block;
    padding: 12px 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    bottom: -10px;
    right: 15px
}

.room-page-section .room-item .room-image .night-btn .default-btn-one:hover {
    text-decoration: none;
    background-color: #5dc269;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.single-room-section {
    padding: 60px 0;
    line-height: 1
}

.image-slider .owl-prev {
    position: absolute;
    left: 0;
    top: 40%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 50px !important
}

.image-slider .owl-prev:hover {
    background-color: #5dc269 !important;
    border: 3px solid #5dc269 !important;
    color: #fff !important;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.image-slider .owl-next {
    position: absolute;
    right: 0;
    top: 40%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 28px !important;
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 50px !important
}

.image-slider .owl-next:hover {
    background-color: #5dc269 !important;
    border: 3px solid #5dc269 !important;
    color: #fff !important;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.image-slider .owl-nav {
    margin-top: 0
}

.image-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px
}

.image-list li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px
}

.image-list li:last-child {
    margin-right: 0
}

.single-room-content {
    margin-top: 30px
}

.single-room-section .room-btn {
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
}

.single-room-section .room-btn .room-btn-one {
}

.single-room-content .main-item {
    margin: 0 0 15px;
}

.single-room-content .night-btn {
    margin: auto 0;
}

.single-room-content .night-btn .default-btn-one {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Playfair Display';
    color: #5dc269;
}

.single-room-content h3 {
    font-size: 28px;
    color: #5dc269;
    font-weight: 600;
    position: relative;
    margin: 0;
    letter-spacing: 1px;
}

.single-room-content p {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    color: #404040;
}

.single-room-content .star-list {
    padding-left: 0;
    margin-bottom: 10px
}

.single-room-content .star-list li {
    display: inline-block;
    list-style-type: none;
    color: #e4b719
}

.single-room-sidebar .single-room-map .single-room-map-area iframe {
    width: 100%;
    height: 240px;
    border: none
}

.single-leave-reply {
    padding: 25px 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    margin-bottom: 30px;
    background: #fff;
}

.single-leave-reply .reply-content {
    text-align: center;
    margin-bottom: 0
}

.single-leave-reply .reply-content h3 {
    font-size: 25px;
    margin-bottom: 20px
}

.single-leave-reply .form-group {
    position: relative
}

.single-leave-reply .form-group .form-control {
    border-radius: 2px;
    -webkit-transition: .5s;
    transition: .5s;
    width: 100%
}

.single-leave-reply .form-group .form-control:focus {
    border-color: #5dc269;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.single-leave-reply .form-group i {
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: 16px;
}

.single-leave-reply .form-group i::before {
    font-size: 15px;
    line-height: normal
}

.single-leave-reply .form-group textarea.form-control {
    height: 100px !important
}

.single-leave-reply .form-group label {
    font-size: 14px;
    color: #818992
}

.single-leave-reply .form-group .nice-select {
    float: unset
}

.single-leave-reply .form-group .nice-select .list {
    z-index: 999;
    width: 100%;
    overflow-y: auto;
    height: 200px
}

.single-leave-reply .form-group select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 14px)
}

.single-leave-reply .send-btn {
    margin-top: 10px;
    text-align: center
}

.single-leave-reply .send-btn .send-btn-one {
    display: inline-block;
    padding: 16px 40px;
    background-color: #5dc269;
    color: #fff;
    border: 1px solid #5dc269;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    cursor: pointer
}

.single-leave-reply .send-btn .send-btn-one:hover {
    background-color: #fff;
    color: #5dc269;
    text-decoration: none;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.single-leave-reply .form-btn:hover i {
    color: #5dc269;
}

.popular-room-section {
    padding-bottom: 100px;
    line-height: 1
}

.popular-room-section .popular-slider {
    position: relative
}

.popular-room-section .popular-slider .room-item {
    margin: 10px
}

.popular-room-section .popular-slider .room-item .room-content {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    padding: 25px 20px;
    border: 1px solid #f3f3f3
}

.popular-room-section .popular-slider .room-item .room-content h3 {
    font-size: 22px;
    color: #000;
    margin: 0 0 18px
}

.popular-room-section .popular-slider .room-item .room-content p {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 25px
}

.popular-room-section .popular-slider .room-item .room-content .room-btn {
    margin-top: 20px
}

.popular-room-section .popular-slider .room-item .room-content .room-btn .room-btn-one {
    display: inline-block;
    color: #565656;
    font-weight: 500;
    -webkit-transition: 6s;
    transition: 6s;
    -webkit-transition: .5s
}

.popular-room-section .popular-slider .room-item .room-content .room-btn .room-btn-one:hover {
    text-decoration: none;
    letter-spacing: 1px
}

.popular-room-section .popular-slider .room-item .room-content .room-btn i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #5dc269;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 30px;
    margin-left: 5px
}

.popular-room-section .popular-slider .room-item .room-image .night-btn {
    position: relative
}

.popular-room-section .popular-slider .room-item .room-image .night-btn .default-btn-one {
    background-color: #5dc269;
    border: 1px solid #5dc269;
    display: inline-block;
    padding: 12px 25px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    bottom: -10px;
    right: 15px
}

.popular-room-section .popular-slider .room-item .room-image .night-btn .default-btn-one:hover {
    text-decoration: none;
    background-color: #5dc269;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.popular-room-section .popular-slider .owl-prev {
    position: absolute;
    left: -6%;
    top: 40%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 20px !important;
    background-color: #5dc269 !important;
    color: #fff !important;
    border: 3px solid #5dc269 !important;
    border-radius: 50px !important
}

.popular-room-section .popular-slider .owl-prev:hover {
    background-color: #fff !important;
    color: #5dc269 !important;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.popular-room-section .popular-slider .owl-next {
    position: absolute;
    right: -6%;
    top: 40%;
    height: 50px;
    width: 50px;
    line-height: 30px;
    font-size: 20px !important;
    background-color: #5dc269 !important;
    color: #fff !important;
    border: 3px solid #5dc269 !important;
    border-radius: 50px !important
}

.popular-room-section .popular-slider .owl-next:hover {
    background-color: #fff !important;
    color: #5dc269 !important;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.popular-room-section .popular-slider .owl-nav {
    margin-top: 0
}

.popular-content {
    margin-bottom: 40px
}

.popular-content h3 {
    font-size: 25px;
    color: #000;
    position: relative;
    margin: 0
}

.reservation-section {
    padding-top: 70px;
    padding-bottom: 65px
}

.reservation-content {
    background-color: #5dc269;
    padding: 30px;
    text-align: center;
    position: relative;
    max-width: 220px;
    margin: auto;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.reservation-content::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 70px;
    background: #ccc;
    right: -70px;
    top: 65px
}

.reservation-content h3 {
    font-size: 24px;
    color: #fff;
    margin: -10px 0 14px;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.reservation-content h4 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.reservation-content:hover {
    background-color: #f2eeee
}

.reservation-content:hover h3 {
    color: #5dc269
}

.reservation-content:hover h4 {
    color: #5dc269
}

.reservation-text {
    background-color: #5dc269;
    padding: 30px;
    text-align: center;
    position: relative;
    max-width: 220px;
    margin: auto;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.reservation-text h3 {
    font-size: 24px;
    color: #fff;
    margin: -10px 0 14px;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.reservation-text h4 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.reservation-text:hover {
    background-color: #f2eeee
}

.reservation-text:hover h3 {
    color: #5dc269
}

.reservation-text:hover h4 {
    color: #5dc269
}

.reservation-details-section {
    padding-bottom: 100px
}

.reservation-details-content {
    margin-top: 30px
}

.reservation-details-content h3 {
    font-size: 20px;
    color: #000;
    font-weight: 900;
    position: relative;
    margin: 0 0 18px
}

.reservation-details-content p {
    font-size: 14px;
    line-height: 28px;
    margin: 0
}

.reservation-details-content .star-list {
    padding-left: 0;
    margin-bottom: 10px
}

.reservation-details-content .star-list li {
    display: inline-block;
    list-style-type: none;
    color: #e4b719
}

.reservation-sidebar .reservation-sidebar-content {
    padding-left: 20px
}

.reservation-sidebar .reservation-sidebar-content .widget-title span {
    font-size: 20px;
    color: #5c5a5a;
    font-weight: 900
}

.reservation-sidebar .reservation-sidebar-content .reservation-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 25px
}

.reservation-sidebar .reservation-sidebar-content .reservation-list li {
    list-style-type: none;
    font-size: 16px;
    font-weight: 400;
    padding-top: 10px
}

.reservation-sidebar .reservation-sidebar-content .reservation-list li:first-child {
    padding-top: 0
}

.reservation-sidebar .reservation-sidebar-content .reservation-list i {
    font-size: 16px;
    color: #5c5a5a;
    margin-right: 6px
}

.reservation-sidebar .reservation-sidebar-content .reservation-list a {
    color: #5c5a5a;
    text-decoration: none
}

.reservation-support {
    text-align: center;
    padding: 50px 25px;
    background-color: #f5f8f9;
    margin-top: 40px
}

.reservation-support h3 {
    font-size: 20px;
    color: #5c5a5a;
    font-weight: 900;
    margin: 0 0 16px
}

.reservation-support p {
    font-size: 14px;
    color: #777;
    margin: 0 0 25px;
    line-height: 28px
}

.reservation-support .support-btn-one {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #5dc269;
    color: #fff;
    background-color: #5dc269;
    font-size: 15px;
    line-height: normal
}

.reservation-support .support-btn-one:hover {
    background-color: #fff;
    color: #5dc269;
    -webkit-transition: .6s;
    transition: .6s;
    text-decoration: none
}

.services-page-section {
    padding: 60px 0;
}

.gallery-page-section {
    padding: 60px 0;
}

.pading11 {
    padding: 6px 20px !important;
}

.contact-area .pading11 i:before {
    font-size: 16px;
}

.gallery-page-section .filter-menu {
    list-style-type: none;
    padding: 0;
    text-align: center;
    margin-bottom: 40px
}

.gallery-page-section .filter-menu li {
    border: none;
    background: #f4f4f4;
    padding: 10px 24px;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 30px;
    color: #828893;
    outline: 0 !important;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-right: 10px
}

.gallery-page-section .filter-menu li:hover {
    background: #5dc269;
    color: #fff;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.gallery-page-section .filter-menu .filter.active {
    color: #fff;
    background-color: #5dc269
}

.gallery-page-section .single-work {
    margin-bottom: 30px
}

.gallery-page-section .single-work .work-image {
    display: block;
    position: relative
}

.gallery-page-section .single-work .work-image::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .4s;
    transition: .4s
}

.gallery-page-section .single-work .work-image:hover::before, .gallery-page-section .single-work .work-image:focus::before {
    height: 100%;
    background-color: #be4d5bb5;
}

.gallery-page-section .single-work .work-image .popup-btn {
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    right: 0;
    color: #fff;
    margin-top: 0;
    font-size: 20px;
    opacity: 0;
    visibility: hidden
}

.gallery-page-section .single-work .work-image .popup-btn:hover {
    text-decoration: none
}

.gallery-page-section .single-work .work-image:hover .popup-btn, .gallery-page-section .single-work .work-image:focus .popup-btn {
    opacity: 1;
    visibility: visible;
    margin-top: -15px
}

.gallery-page-section #Container .mix {
    display: none
}

.gallery-page-section .gallery-btn {
    margin-top: 30px;
    text-align: center
}

.gallery-page-section .gallery-btn .gallery-btn-one {
    display: inline-block;
    padding: 12px 40px;
    background-color: #5dc269;
    color: #fff;
    border: 1px solid #5dc269;
    font-size: 16px;
    font-weight: 600
}

.gallery-page-section .gallery-btn .gallery-btn-one:hover {
    background-color: #fff;
    color: #5dc269;
    text-decoration: none;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.faq-area {
    padding-top: 100px;
    padding-bottom: 100px
}

.faq-accordion {
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    padding: 50px;
    background: #fff;
    border-radius: 5px
}

.faq-accordion .accordion {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 15px
}

.faq-accordion .accordion .accordion-item:last-child {
    margin-bottom: 0
}

.faq-accordion .accordion .accordion-item .accordion-title {
    display: block;
    padding: 12px 20px 12px 53px;
    text-decoration: none;
    color: #000;
    position: relative;
    border-bottom: 1px solid #fff;
    background: #f5f9ff;
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600
}

.faq-accordion .accordion .accordion-item .accordion-title i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    height: 100%;
    background: #5dc269;
    color: #fff
}

.faq-accordion .accordion .accordion-item .accordion-title i::before {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px
}

.faq-accordion .accordion .accordion-item .accordion-title.active {
    border-bottom-color: #e1e1e1
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
    content: "\f078"
}

.faq-accordion .accordion .accordion-item .accordion-content {
    display: none;
    position: relative;
    padding: 15px 0 0;
    font-size: 14px;
    line-height: 30px;
    margin: 0
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
    display: block
}

.faq-contact {
    margin-top: 45px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    padding: 50px;
    border-radius: 5px;
    background: #fff;
    text-align: center
}

.faq-contact h3 {
    margin-bottom: 25px;
    font-size: 25px
}

.faq-contact form .form-control {
    height: 50px;
    border: 1px solid #eee;
    background-color: transparent;
    border-radius: 0;
    -webkit-transition: .5s;
    transition: .5s;
    color: #141414;
    line-height: initial;
    padding-left: 14px;
    font-size: 14px
}

.faq-contact form .form-control:focus {
    border-color: #5dc269;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.faq-contact form textarea {
    padding-top: 14px;
    height: 200px !important
}

.faq-contact form .faq-btn .faq-btn-one {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #5dc269;
    color: #fff;
    background-color: #5dc269;
    font-size: 15px;
    -webkit-transition: .6s;
    transition: .6s
}

.faq-contact form .faq-btn .faq-btn-one:hover {
    background-color: #fff;
    color: #5dc269
}

.error-area {
    height: 100vh
}

.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 700px
}

.error-content h3 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 18px
}

.error-content p {
    max-width: 520px;
    margin: 0 auto 20px;
    line-height: 30px
}

.error-content .default-btn-one {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #5dc269;
    color: #fff;
    background-color: #5dc269;
    font-size: 15px;
    -webkit-transition: .6s;
    transition: .6s
}

.error-content .default-btn-one:hover {
    background-color: #fff;
    color: #5dc269;
    text-decoration: none
}

.coming-soon-area {
    position: relative;
    z-index: 1;
    height: 100vh;
    background-image: url(../images/coming-soon.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.coming-soon-area::before {
    z-index: -1;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .8
}

.coming-soon-area .social-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 30px
}

.coming-soon-area .social-list li {
    display: inline-block
}

.coming-soon-area .social-list li.list-heading {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500
}

.coming-soon-area .social-list li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #f45a43;
    border: 1px solid #f45a43;
    color: #fff;
    border-radius: 50%;
    margin: 0 2px;
    display: inline-block
}

.coming-soon-area .social-list li a:hover {
    background-color: transparent;
    color: #f45a43;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.coming-soon-content {
    text-align: center;
    max-width: 820px;
    margin: -80px auto 0
}

.coming-soon-content h1 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 46px;
    font-weight: 700
}

.coming-soon-content p {
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    max-width: 620px;
    line-height: 30px
}

.coming-soon-content form {
    position: relative;
    margin: 35px auto 55px;
    max-width: 520px
}

.coming-soon-content form .email-input {
    display: block;
    width: 100%;
    height: 56px;
    border: none;
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 5px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1), 0 0 0 5px rgba(255, 255, 255, 0.3);
    border-radius: 40px;
    padding: 15px 25px;
    outline: 0 !important;
    background: #F1F2F3
}

.coming-soon-content form .submit-btn {
    position: absolute;
    right: 3px;
    top: 3px;
    height: 50px;
    background: #f45a43;
    color: #fff;
    border: none;
    border-radius: 40px;
    width: 130px;
    outline: 0 !important;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-transition: .6s;
    transition: .6s;
    font-size: 14px;
    font-weight: 600
}

.coming-soon-content form .submit-btn:hover, .coming-soon-content form .submit-btn:focus {
    background-color: #ff3547
}

.coming-soon-content #timer div {
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    color: #ff3547;
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
    margin: 0 10px;
    padding-top: 18px;
    font-size: 40px;
    font-weight: 700
}

.coming-soon-content #timer div span {
    display: block;
    margin-top: -4px;
    color: #777;
    font-size: 14px;
    font-weight: 600
}

.check-area {
    background-color: #f8f9fb;
    padding-top: 100px;
    padding-bottom: 100px
}

.footer-section {
    background-image: url(../imageStore/mini-banner/footer-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 60px 0 0;
    position: relative;
    z-index: 1
}

.footer-section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #343a40bf;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

.fooetr-item {
}

.fooetr-item .footer-text p {
    font-size: 14px;
    color: #d8d0d0;
    line-height: 26px;
    margin: 0;
    text-align: justify;
}

.fooetr-item ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    margin-top: 20px
}

.fooetr-item ul li {
    display: inline-block;
    color: #d8d0d0;
    margin-right: 10px
}

.fooetr-item ul li:last-child {
    margin-right: 0
}

.fooetr-item ul li span {
    display: inline-block;
    margin-right: 4px;
    font-size: 14px
}

.fooetr-item ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background-color: transparent;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #fff;
}

.fooetr-item ul li a:hover {
    background-color: #5dc269;
    color: #fff;
    border-color: #5dc269;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transition: .5s
}

.fooetr-item .footer-logo {
    margin-bottom: 15px;
    max-width: 220px;
}

.footer-content {
    margin-bottom: 30px
}

.footer-content h2 {
    font-size: 24px;
    color: #fff;
    margin: 0
}

.footer-info {
    padding-left: 0;
    margin-bottom: 0
}

.footer-info li {
    color: #d8d0d0;
    font-size: 14px;
    list-style-type: none;
    padding-bottom: 20px;
    cursor: pointer
}

.footer-info li a {
    color: #d8d0d0;
}

.footer-info li:last-child {
    padding-bottom: 0
}

.footer-info i {
    margin-right: 4px
}

.footer-list {
    padding-left: 0;
    margin-bottom: 0
}

.footer-list li {
    font-size: 14px;
    list-style-type: none;
    padding-bottom: 12px;
}

.footer-list li:last-child {
    padding-bottom: 0
}

.footer-list li a {
    color: #d8d0d0
}

.footer-list li a i:before {
    font-size: 15px;
}

.footer-list li a:hover {
    text-decoration: none;
    color: #5dc269;
    -webkit-transition: .6s;
    transition: .6s
}

.footer-bottom-section {
    position: relative;
    padding: 20px 0 30px;
}

.footer-bottom-section::before {
    content: '';
    position: absolute;
    background-color: #FFF;
    height: 1px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.footer-bottom-content {
    text-align: left
}

.footer-bottom-content p {
    font-size: 14px;
    color: #fff;
    margin: 0
}

.footer-bottom-links {
    text-align: right
}

.footer-bottom-links p {
    font-size: 14px;
    margin: 0
}

.footer-bottom-links a {
    color: #c3c0c0;
    -webkit-transition: .6s;
    transition: .6s
}

.footer-bottom-links a:hover {
    text-decoration: none;
    color: #5dc269
}

.back-to-top {
    position: fixed;
    right: 1.5%;
    bottom: -7.5%;
    height: 15px;
    cursor: pointer;
    width: 40px;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 700;
    color: transparent;
    text-align: center;
    z-index: 3;
    visibility: hidden;
    outline: 0 !important;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #be4d5b
}

.back-to-top::before, .back-to-top::after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top: 0
}

.back-to-top::before {
    top: -20px;
    z-index: 4;
    border-bottom: 20px solid #be4d5b;
}

.back-to-top::after {
    bottom: 0;
    z-index: 5;
    border-bottom: 20px solid #0ab932;
}

.back-to-top:hover, .back-to-top:focus {
    opacity: 1;
    text-decoration: none;
    height: 40px;
    color: #fff
}

.back-to-top.show-back-to-top {
    display: block;
    bottom: 1.25%;
    visibility: visible
}

.topbar {
    background: #be4d5b;
    line-height: 25px;
}

.topbar .top-left {
    display: flex;
    justify-content: flex-start;
}

.topbar .top-left a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    letter-spacing: 0.5px;
}

.topbar .top-left a + a {
    margin-left: 15px;
    border-left: 1px solid rgba(238, 238, 238, 0.4);
    padding-left: 15px;
}

.topbar .top-right {
    display: flex;
    justify-content: flex-end;
}

.topbar .top-right a {
    color: #fff;
}

.topbar .top-right a + a {
    border-left: 1px solid rgba(238, 238, 238, 0.4);
    padding-left: 10px;
    margin-left: 10px;
}

.bg-img {
    background-size: cover !important;
}

@media only screen and (max-width: 767px) {
    .page-banner .inner-container {
        padding: 100px 0 60px;
    }

    .mMt150 {
        margin-top: 0px!important;
    }

    .page-banner h1 {
        font-size: 30px;
    }

    .overtop-mobile-nav {
        background-color: #fff
    }

    .mean-container .mean-bar {
        border-bottom: none !important;
        left: 0
    }

    .mean-container a.meanmenu-reveal {
        padding: 17px 15px 0 0
    }

    .mean-container .mean-nav {
        margin-top: 67px
    }

    .check-form {
        margin-top: 0
    }

    .banner-area {
        padding-bottom: 200px;
        padding-top: 165px
    }

    .main-banner-content {
        margin-top: 0
    }

    .main-banner-content span {
        font-size: 18px
    }

    .main-banner-content h1 {
        font-size: 35px
    }

    .main-banner-content p {
        font-size: 16px
    }

    .banner-video .video-btn {
        bottom: -94px;
        left: -134px
    }

    .banner-video .video-btn a {
        width: 60px;
        height: 60px;
        line-height: 62px
    }

    .banner-video .video-btn a::after {
        width: 60px;
        height: 60px
    }

    .banner-video .video-btn i::before {
        font-size: 30px
    }

    .banner-video .discover-btn {
        left: 30%;
        top: 40px
    }

    .banner-video .discover-btn .discover-btn-one {
        padding: 12px 16px
    }

    .check-content {
        margin-bottom: 20px
    }

    .check-content p {
        margin: 0 0 20px
    }

    .about-section {
        padding-top: 50px;
        padding-bottom: 50px;
        overflow: hidden
    }

    .about-image:last-child {
        margin-bottom: 10px
    }

    .about-content {
        padding-left: 16px;
        padding-right: 16px
    }

    .about-content h3 {
        font-size: 25px;
        margin: 10px 0 25px
    }

    .about-content .about-btn {
        margin-top: 15px;
        margin-bottom: 20px
    }

    .room-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .section-title {
        margin-bottom: 40px
    }

    .section-title h3 {
        font-size: 26px
    }

    .view-btn {
        margin-top: 40px
    }

    .room-slider .owl-prev {
        top: unset;
        left: -4px;
        bottom: -90px
    }

    .room-slider .owl-next {
        top: unset;
        right: -4px;
        bottom: -90px
    }

    .reception-shape-image {
        display: none
    }

    .reception-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .reception-item .reception-content h3 {
        margin: 0 0 25px
    }

    .reception-item .reception-btn {
        margin-top: 20px;
        margin-bottom: 30px
    }

    .convention-item {
        padding-left: 0;
        margin-top: 30px
    }

    .convention-item .convention-content h3 {
        margin: 0 0 25px
    }

    .convention-section {
        padding-bottom: 50px
    }

    .convention-shape-image {
        display: none
    }

    .tabs-area #tabs {
        margin-bottom: 30px
    }

    .tabs-area #tabs li {
        padding-right: 16px
    }

    .tabs-area #tabs li a {
        font-size: 18px
    }

    .tabs-area {
        margin-top: 25px;
        padding: 25px 20px;
        position: relative;
        left: 0;
        right: 0
    }

    .design-shape img {
        display: none
    }

    .tabs-list li {
        margin-left: 30px;
        margin-bottom: 10px
    }

    .tabs-btn {
        margin-top: 10px
    }

    .tabs-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .client-content {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .client-content h3 {
        margin: 8px 0 11px;
        padding-bottom: 20px;
        font-size: 28px
    }

    .feedback-slides .client-feedback .single-feedback p {
        padding-left: 20px;
        padding-right: 20px
    }

    .feedback-slides .client-thumbnails .item .img-fill {
        margin-bottom: 30px
    }

    .client-thumbnails .next-arrow, .client-thumbnails .prev-arrow {
        display: none !important
    }

    .blog-slider .blog-item .blog-content .blog-list li {
        margin-right: 20px
    }

    .blog-slider .owl-prev {
        left: -5px;
        top: 24%
    }

    .blog-slider .owl-next {
        right: -5px;
        top: 24%
    }

    .blog-section {
        padding-top: 50px;
        padding-bottom: 30px
    }

    .partner-section {
        padding-bottom: 50px
    }

    .partner-section .partner-slider .partner-item li {
        padding: 15px
    }

    .footer-section {
        padding-top: 50px
    }

    .fooetr-item .footer-logo {
        margin-bottom: 16px
    }

    .footer-content {
        margin-bottom: 20px;
        margin-top: 30px
    }

    .footer-bottom-section {
        padding-top: 50px
    }

    .footer-bottom-section::before {
        top: 25px
    }

    .footer-bottom-links {
        text-align: center
    }

    .footer-bottom-content {
        text-align: center
    }

    .slider-content {
        margin-top: 0
    }

    .slider-content h1 {
        font-size: 40px;
        margin: 10px 0 16px
    }

    .slider-content p {
        font-size: 16px;
        margin: 0
    }

    .slider-content span {
        font-size: 20px
    }

    .main-slider .owl-prev {
        left: 0;
        top: unset;
        bottom: 10px
    }

    .main-slider .owl-next {
        right: 0;
        top: unset;
        bottom: 10px
    }

    .memory-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .memory-item .memory-btn {
        margin-top: 20px;
        margin-bottom: 0
    }

    .memory-item .memory-content h2 {
        font-size: 25px;
        margin: 10px 0 25px
    }

    .services-section {
        padding-top: 50px;
        padding-bottom: 20px
    }

    .counter-section {
        padding-top: 50px;
        padding-bottom: 30px
    }

    .counter-image {
        margin-bottom: 30px
    }

    .gallery-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .pagination-area {
        margin-top: 0
    }

    .pagination-area .page-numbers {
        width: 35px
    }

    .room-page-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .single-room-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .popular-room-section {
        padding-bottom: 30px
    }

    .single-leave-reply {
        margin-top: 30px
    }

    .reply-section {
        padding-top: 50px;
        padding-bottom: 60px
    }

    .image-list {
        display: none
    }

    .contact-box {
        margin-bottom: 30px
    }

    .contact-info-section {
        padding-top: 50px;
        padding-bottom: 20px
    }

    .contactForm {
        margin-top: 20px
    }

    .contact-section {
        padding-bottom: 50px
    }

    .newsletterForm .newsletter-btn {
        right: 15px
    }

    .newsletterForm .newsletter-btn .newsletter-btn-one {
        padding: 18px 25px
    }

    .newsletter-title h2 {
        font-size: 26px;
        margin: 0 0 10px
    }

    .newsletter-title p {
        font-size: 15px
    }

    .contactForm .send-btn input[type=checkbox], .contactForm .send-btn input[type=radio] {
        position: absolute;
        left: 32px
    }

    .contactForm .send-btn .comment-form-cookies-consent {
        padding-left: 14px
    }

    .newsletter-section {
        padding-bottom: 50px
    }

    .newsletterForm .comment-form-cookies-consent {
        padding-left: 30px
    }

    .newsletterForm input[type=checkbox], .newsletterForm input[type=radio] {
        position: absolute;
        left: 35px;
        bottom: 26px
    }

    .newsletterForm label {
        font-size: 14px
    }

    .blog-page-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .blog-page-section .blog-item .blog-content .blog-list li {
        margin-right: 12px
    }

    .single-blog-section {
        padding-top: 50px;
        padding-bottom: 40px
    }

    .post-comments {
        padding: 25px 6px
    }

    .post-comments .single-comment.left-m {
        margin-right: 0;
        margin-left: 0
    }

    .blog-details .article-content {
        padding: 30px 10px
    }

    .post-controls-buttons {
        padding: 25px 10px
    }

    .blog-details .article-content .blockquote i::before {
        font-size: 30px
    }

    .blog-details .article-content .blockquote {
        padding-left: 20px;
        padding-right: 15px
    }

    .blog-details .article-content .blockquote i {
        position: relative;
        left: 0
    }

    .gallery-page-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .gallery-page-section .gallery-btn {
        margin-top: 16px;
        text-align: center
    }

    .gallery-page-section .filter-menu {
        margin-bottom: 25px
    }

    .gallery-page-section .filter-menu li {
        padding: 8px 15px;
        font-size: 12px;
        margin-right: 2px;
        margin-bottom: 8px
    }

    .video-section {
        height: 100%;
        padding-top: 100px;
        padding-bottom: 100px
    }

    .video-title {
        margin-bottom: 0;
        margin-top: 30px
    }

    .video-title h3 {
        font-size: 28px
    }

    .top-services-box {
        margin-bottom: 30px;
        padding-left: 80px
    }

    .top-services-section {
        padding-top: 50px;
        padding-bottom: 20px
    }

    .top-services-box img {
        width: 70px
    }

    .coming-soon-content h1 {
        font-size: 26px
    }

    .coming-soon-content form .email-input {
        padding: 10px 15px;
        font-size: 14px
    }

    .coming-soon-content form .submit-btn {
        width: 100px
    }

    .coming-soon-content #timer div {
        margin-bottom: 25px
    }

    .coming-soon-area {
        height: 100%;
        padding-top: 200px;
        padding-bottom: 200px
    }

    .fooetr-item {
        text-align: left
    }

    .faq-accordion {
        padding: 18px
    }

    .faq-area {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .faq-contact {
        padding: 20px
    }

    .services-page-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .about-image {
        padding-left: 15px;
        padding-right: 15px
    }

    .feedback-slides .client-thumbnails {
        margin: 0 26px
    }

    .client-thumbnails .prev-arrow {
        left: -5px
    }

    .client-thumbnails .next-arrow {
        right: -5px
    }

    .popular-room-section .popular-slider .owl-prev {
        left: 0
    }

    .popular-room-section .popular-slider .owl-next {
        right: 0
    }

    .popular-room-section .popular-slider .room-item .room-image .night-btn .default-btn-one {
        right: 0;
        left: 0;
        text-align: center
    }

    .main-slider .owl-prev i::before {
        font-size: 30px !important
    }

    .main-slider .owl-next i::before {
        font-size: 30px !important
    }

    .counter-area .single-counter {
        padding: 30px
    }

    .tabs-image img {
        max-width: 100%
    }

    .memory-item {
        padding: 20px 24px
    }

    .memory-image img {
        left: 0;
        max-width: 100%
    }

    .page-banner {
        line-height: 1
    }

    .page-banner .page-banner-content {
        margin-top: 77px
    }

    .check-section {
        padding: 20px 0;
    }

    .check-area {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .memory-item::before {
        display: none
    }

    .memory-item::after {
        display: none
    }

    .dot-image img {
        display: none
    }

    .room-area {
        padding-top: 50px;
        padding-bottom: 0
    }

    .room-area .room-slider .room-item .room-content {
        border: 1px solid #f3f3f3
    }

    .room-area .room-slider .owl-prev {
        left: 0;
        top: 30%
    }

    .room-area .room-slider .owl-next {
        right: 0;
        top: 30%
    }

    .room-area .view-btn {
        margin-top: 30px
    }

    .counter-img-wrapper .counter-img-1 img {
        display: none
    }

    .counter-img-wrapper .counter-img-2 img {
        display: none
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .btn-content {
        padding: 43px 20px
    }

    .mMt150 {
        margin-top: 0px!important;
    }

    .check-section {
        padding-top: 50px;
        padding-bottom: 35px
    }

    .client-thumbnails .next-arrow, .client-thumbnails .prev-arrow {
        top: 32%;
        bottom: unset
    }

    .blog-slider .blog-item .blog-content {
        max-width: 100%
    }

    .contactForm .send-btn input[type=checkbox], .contactForm .send-btn input[type=radio] {
        position: absolute;
        left: 46px;
        top: 3px
    }

    .contactForm .send-btn .comment-form-cookies-consent {
        padding-left: 14px
    }

    .newsletterForm .comment-form-cookies-consent {
        padding-left: 14px
    }

    .newsletterForm input[type=checkbox], .newsletterForm input[type=radio] {
        position: absolute;
        left: 18px;
        bottom: 6px
    }

    .blog-page-section .blog-item .blog-content {
        max-width: 100%
    }

    .sidebar .widget.widget-recent-entries ul li a img {
        position: relative
    }

    .sidebar .widget.widget-recent-entries ul li {
        padding-left: 0
    }

    .sidebar .widget.widget-recent-entries ul li h5 {
        margin-top: 12px
    }

    .post-comments {
        padding: 25px 20px
    }

    .post-controls-buttons {
        padding: 25px 20px
    }

    .banner-video .discover-btn {
        left: 18%
    }

    .fooetr-item ul li {
        margin-right: 5px
    }

    .about-image:last-child {
        margin-bottom: 10px
    }

    .footer-info {
        padding-left: 16px
    }

    .footer-info i {
        position: absolute;
        left: 10px;
        margin-top: 3px
    }

    .footer-bottom-content {
        text-align: left
    }

    .footer-bottom-links {
        text-align: right
    }

    .client-thumbnails .next-arrow, .client-thumbnails .prev-arrow {
        display: unset !important
    }

    .memory-item::before {
        display: unset
    }

    .memory-item::after {
        display: unset
    }

    .dot-image img {
        display: none
    }

    .counter-area {
        margin: auto
    }

    .check-content .form-group .form-content {
        margin-bottom: -20px
    }

    .tabs-list li {
        margin-left: 40px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .overtop-mobile-nav {
        background-color: #fff
    }

    .mMt150 {
        margin-top: 0px!important;
    }

    .mean-container a.meanmenu-reveal {
        padding: 16px 15px 0 0
    }

    .banner-area {
        padding-top: 210px
    }

    .main-banner-content {
        margin-top: 0
    }

    .main-banner-content span {
        font-size: 18px
    }

    .main-banner-content h1 {
        font-size: 50px
    }

    .main-banner-content p {
        font-size: 16px
    }

    .banner-video .video-btn {
        bottom: -94px;
        left: -134px
    }

    .banner-video .video-btn a {
        width: 60px;
        height: 60px;
        line-height: 62px
    }

    .banner-video .video-btn a::after {
        width: 60px;
        height: 60px
    }

    .banner-video .video-btn i::before {
        font-size: 30px
    }

    .banner-video .discover-btn {
        left: 16%;
        top: 40px
    }

    .banner-video .discover-btn .discover-btn-one {
        padding: 12px 16px
    }

    .check-content {
        margin-bottom: 20px
    }

    .check-content p {
        margin: 0 0 20px
    }

    .btn-content {
        padding: 43px 20px
    }

    .check-section {
        padding-top: 50px;
        padding-bottom: 35px
    }

    .about-section {
        padding-top: 50px;
        padding-bottom: 50px;
        overflow: hidden
    }

    .about-content h3 {
        font-size: 25px;
        margin: 10px 0 25px
    }

    .about-content .about-btn {
        margin-top: 15px;
        margin-bottom: 20px
    }

    .room-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .section-title {
        margin-bottom: 40px
    }

    .section-title h3 {
        font-size: 26px
    }

    .view-btn {
        margin-top: 40px
    }

    .room-slider .owl-prev {
        top: unset;
        left: -4px;
        bottom: -90px
    }

    .room-slider .owl-next {
        top: unset;
        right: -4px;
        bottom: -90px
    }

    .reception-shape-image {
        display: none
    }

    .reception-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .reception-item .reception-content h3 {
        margin: 0 0 25px
    }

    .reception-item .reception-btn {
        margin-top: 20px;
        margin-bottom: 30px
    }

    .convention-item {
        padding-left: 0;
        margin-top: 30px
    }

    .convention-item .convention-content h3 {
        margin: 0 0 25px
    }

    .convention-section {
        padding-bottom: 50px
    }

    .convention-shape-image {
        display: none
    }

    .video-area .video-box {
        margin-bottom: 20px
    }

    .video-title h3 {
        font-size: 28px
    }

    .video-section {
        overflow: hidden
    }

    .tabs-area #tabs li {
        padding-right: 20px
    }

    .tabs-area #tabs li a {
        font-size: 20px
    }

    .tabs-area {
        margin-top: 25px;
        position: relative;
        left: 0;
        right: 0
    }

    .tabs-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .client-content {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .client-content h3 {
        margin: 8px 0 11px;
        padding-bottom: 20px
    }

    .feedback-slides .client-feedback .single-feedback p {
        padding-left: 20px;
        padding-right: 20px
    }

    .feedback-slides .client-thumbnails .item .img-fill {
        margin-bottom: 30px
    }

    .client-thumbnails .next-arrow, .client-thumbnails .prev-arrow {
        bottom: unset;
        top: 42px
    }

    .blog-slider .blog-item .blog-content .blog-list li {
        margin-right: 20px
    }

    .blog-slider .owl-prev {
        left: -5px;
        top: 24%
    }

    .blog-slider .owl-next {
        right: -5px;
        top: 24%
    }

    .blog-section {
        padding-top: 50px;
        padding-bottom: 30px
    }

    .partner-section {
        padding-bottom: 50px
    }

    .partner-section .partner-slider .partner-item li {
        padding: 15px
    }

    .footer-section {
        padding-top: 50px
    }

    .fooetr-item .footer-logo {
        margin-bottom: 16px
    }

    .footer-content {
        margin-bottom: 20px;
        margin-top: 30px
    }

    .footer-bottom-section {
        padding-top: 50px
    }

    .footer-bottom-section::before {
        top: 25px
    }

    .footer-bottom-links {
        text-align: right
    }

    .footer-bottom-content {
        text-align: left
    }

    .slider-content {
        margin-top: 0
    }

    .slider-content h1 {
        font-size: 40px;
        margin: 10px 0 16px
    }

    .slider-content p {
        font-size: 16px;
        margin: 0
    }

    .slider-content span {
        font-size: 20px
    }

    .main-slider .owl-prev {
        left: 0;
        top: 50%;
        bottom: unset
    }

    .main-slider .owl-next {
        right: 0;
        top: 50%;
        bottom: unset
    }

    .memory-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .memory-item .memory-btn {
        margin-top: 20px;
        margin-bottom: 0
    }

    .memory-item .memory-content h2 {
        font-size: 25px;
        margin: 10px 0 25px
    }

    .services-section {
        padding-top: 50px;
        padding-bottom: 20px
    }

    .counter-section {
        padding-top: 50px;
        padding-bottom: 30px
    }

    .counter-image {
        margin-bottom: 30px
    }

    .gallery-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .image-list img {
        width: 90px
    }

    .single-leave-reply {
        margin-top: 30px
    }

    .single-room-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .reply-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .contact-info-section {
        padding-top: 50px;
        padding-bottom: 30px
    }

    .contact-box {
        margin-bottom: 25px
    }

    .contactForm {
        margin-top: 20px
    }

    .contact-section {
        padding-bottom: 50px
    }

    .newsletter-section {
        padding-bottom: 50px
    }

    .newsletterForm .newsletter-btn {
        right: 0
    }

    .blog-page-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .gallery-page-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .gallery-page-section .gallery-btn {
        margin-top: 16px;
        text-align: center
    }

    .gallery-page-section .filter-menu {
        margin-bottom: 25px
    }

    .gallery-page-section .filter-menu li {
        padding: 8px 15px;
        font-size: 12px;
        margin-right: 2px;
        margin-bottom: 8px
    }

    .video-section {
        height: 100%;
        padding-top: 100px;
        padding-bottom: 100px
    }

    .video-title {
        margin-top: 30px;
        margin-bottom: 0
    }

    .top-services-box {
        margin-bottom: 30px;
        padding-left: 80px
    }

    .top-services-section {
        padding-top: 50px;
        padding-bottom: 20px
    }

    .top-services-box img {
        width: 70px
    }

    .mean-container .mean-bar {
        border-bottom: none !important
    }

    .counter-area {
        max-width: 100%
    }

    .sidebar .widget.widget-recent-entries ul li a img {
        position: relative
    }

    .sidebar .widget.widget-recent-entries ul li {
        padding-left: 0
    }

    .sidebar .widget.widget-recent-entries ul li h5 {
        margin-top: 12px
    }

    .fooetr-item {
        text-align: left
    }

    .faq-area {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .services-page-section {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .popular-room-section {
        padding-bottom: 50px
    }

    .popular-room-section .popular-slider .owl-prev {
        left: 0
    }

    .popular-room-section .popular-slider .owl-next {
        right: 0
    }

    .tabs-image img {
        max-width: 100%
    }

    .memory-item {
        padding: 20px 24px
    }

    .memory-image img {
        left: 0;
        max-width: 100%;
        width: 100%
    }

    .page-banner {
        line-height: 1
    }

    .page-banner .page-banner-content {
        margin-top: 88px
    }

    .check-area {
        padding-top: 50px;
        padding-bottom: 50px
    }

    .dot-image img {
        display: none
    }

    .room-area .room-slider .room-item .room-content {
        border: 1px solid #f3f3f3
    }

    .room-area .room-slider .owl-prev {
        left: 0;
        top: 30%
    }

    .room-area .room-slider .owl-next {
        right: 0;
        top: 30%
    }

    .room-area .view-btn {
        margin-top: 30px
    }

    .counter-img-wrapper .counter-img-1 img {
        display: none
    }

    .counter-img-wrapper .counter-img-2 img {
        display: none
    }

    .gallery-item .gallery-image .popup-btn {
        font-size: 18px
    }

    .check-content .form-group .form-content {
        margin-bottom: -20px
    }

    .check-form {
        margin-top: 0
    }

    .main-slider .owl-nav {
        display: none;
    }

    .mean-container .mean-bar {
        left: 0
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .overtop-nav .navbar .navbar-nav .nav-item a {
        font-size: 14px
    }

    .mMt150 {
        margin-top: 0px!important;
    }

    .overtop-nav .navbar .navbar-nav .nav-item a i {
        font-size: 10px
    }

    .banner-video .video-btn {
        bottom: -82px;
        left: -134px
    }

    .banner-video .video-btn a {
        width: 60px;
        height: 60px;
        line-height: 62px
    }

    .banner-video .video-btn a::after {
        width: 60px;
        height: 60px
    }

    .banner-video .video-btn i::before {
        font-size: 30px
    }

    .banner-video .discover-btn {
        left: 14%
    }

    .banner-video .discover-btn .discover-btn-one {
        padding: 12px 16px
    }

    .check-content {
        margin-bottom: 0
    }

    .check-content p {
        margin: 0 0 20px
    }

    .btn-content {
        padding: 43px 20px
    }

    .check-section {
        padding-top: 40px;
        padding-bottom: 15px
    }

    .about-section {
        overflow: hidden
    }

    .about-content h3 {
        font-size: 25px;
        margin: 10px 0 25px
    }

    .about-content .about-btn {
        margin-top: 15px;
        margin-bottom: 20px
    }

    .section-title {
        margin-bottom: 40px
    }

    .section-title h3 {
        font-size: 26px
    }

    .view-btn {
        margin-top: 40px
    }

    .room-slider .owl-prev {
        top: 40%;
        left: -4px
    }

    .room-slider .owl-next {
        top: 40%;
        right: -4px
    }

    .reception-shape-image {
        display: none
    }

    .reception-item .reception-content h3 {
        margin: 0 0 25px
    }

    .reception-item .reception-btn {
        margin-top: 20px;
        margin-bottom: 30px
    }

    .convention-item {
        padding-left: 0
    }

    .convention-item .convention-content h3 {
        margin: 0 0 25px
    }

    .convention-shape-image {
        display: none
    }

    .video-title h3 {
        font-size: 36px
    }

    .tabs-area #tabs li {
        padding-right: 20px
    }

    .tabs-area #tabs li a {
        font-size: 20px
    }

    .tabs-area {
        margin-top: 0
    }

    .tabs-image img {
        height: 475px
    }

    .client-content {
        margin-top: 20px;
        margin-bottom: 10px
    }

    .client-content h3 {
        margin: 8px 0 11px;
        padding-bottom: 20px
    }

    .feedback-slides .client-feedback .single-feedback p {
        padding-left: 20px;
        padding-right: 20px
    }

    .feedback-slides .client-thumbnails .item .img-fill {
        margin-bottom: 30px
    }

    .client-thumbnails .next-arrow, .client-thumbnails .prev-arrow {
        bottom: unset;
        top: 32px
    }

    .blog-slider .blog-item .blog-content {
        max-width: 100%
    }

    .blog-slider .blog-item .blog-content .blog-list li {
        margin-right: 20px
    }

    .blog-slider .owl-prev {
        left: -5px;
        top: 24%
    }

    .blog-slider .owl-next {
        right: -5px;
        top: 24%
    }

    .partner-section .partner-slider .partner-item li {
        padding: 15px
    }

    .fooetr-item .footer-logo {
        margin-bottom: 16px
    }

    .footer-content {
        margin-bottom: 20px;
        margin-top: 30px
    }

    .footer-bottom-section::before {
        top: 75px
    }

    .footer-bottom-links {
        text-align: right
    }

    .footer-bottom-content {
        text-align: left
    }

    .counter-area .single-counter {
        padding: 28px
    }

    .counter-area .single-counter i::before {
        font-size: 45px
    }

    .counter-area .single-counter h3 {
        font-size: 35px;
        margin: 5px 0 0
    }

    .counter-area .single-counter .sub-title {
        font-size: 16px;
        margin-top: 8px
    }

    .image-list img {
        width: 78px
    }

    .single-room-sidebar .single-room-map .single-room-map-area iframe {
        height: 176px
    }

    .newsletterForm .newsletter-btn {
        right: 106px
    }

    .overtop-nav::before {
        display: none
    }

    .top-services-box {
        padding-left: 80px
    }

    .top-services-box h3 {
        margin: 0 0 10px
    }

    .top-services-box p {
        font-size: 14px
    }

    .top-services-box img {
        width: 70px
    }

    .slider-content {
        margin-top: 0
    }

    .single-room-section {
        padding-bottom: 0
    }

    .popular-room-section .popular-slider .owl-prev {
        left: 0
    }

    .popular-room-section .popular-slider .owl-next {
        right: 0
    }

    .tabs-area {
        padding: 16px 12px;
        position: relative;
        left: -95px;
        right: 0;
        margin-top: 28px
    }

    .tabs-image img {
        max-width: 110%
    }

    .design-shape img {
        bottom: 0;
        right: 0;
        width: 120px
    }

    .tabs-list li {
        font-size: 13px;
        margin-left: 36px
    }

    .tabs-list li::before {
        height: 16px;
        width: 16px;
        left: -22px;
        top: 1px
    }

    .tabs-list li:first-child {
        margin-left: 22px
    }

    .tabs-section {
        padding-bottom: 100px
    }

    .memory-item {
        padding: 20px 24px
    }

    .memory-image img {
        max-width: 100%;
        width: 100%;
        left: 0
    }

    .page-banner {
        line-height: 1
    }

    .page-banner .page-banner-content {
        margin-top: 78px
    }

    .page-banner .page-banner-content h2 {
        line-height: normal;
        margin: -10px 0 16px
    }

    .others-options .appoinment-btn .appoinment-btn-one {
        padding: 10px;
        font-size: 14px
    }

    .navbar-light .navbar-brand {
        max-width: 140px;
    }

    .footer-info {
        padding-left: 16px
    }

    .footer-info i {
        position: absolute;
        left: 10px;
        margin-top: 3px
    }

    .client-image img {
        height: 470px
    }

    .room-area .room-slider .owl-prev {
        left: 0;
        top: 40%
    }

    .room-area .room-slider .owl-next {
        right: 0;
        top: 40%
    }

    .counter-img-wrapper .counter-img-1 img {
        display: none
    }

    .counter-img-wrapper .counter-img-2 img {
        display: none
    }

    .check-form {
        margin-top: 0
    }
}

@media only screen and (min-width: 1800px) {
    .banner-area {
        height: 100vh;
        position: relative
    }

    .banner-video {
        position: relative
    }

    .banner-video .video-btn {
        bottom: -100px
    }

    .banner-video .discover-btn {
        top: 40px
    }

    .video-content .video-btn {
        bottom: -600px;
        left: -20%
    }

    .counter-area {
        max-width: 600px;
        margin-right: auto
    }

    .counter-img-wrapper .counter-img-1 {
        position: relative
    }

    .counter-img-wrapper .counter-img-1 img {
        position: absolute;
        bottom: 280px;
        right: 65px;
        width: unset
    }

    .counter-img-wrapper .counter-img-2 {
        position: relative
    }

    .counter-img-wrapper .counter-img-2 img {
        position: absolute;
        right: 65px;
        bottom: -134px;
        width: unset
    }
}

@media only screen and (max-width: 991px) {
    .overtop-mobile-nav {
        display: block;
        position: relative;
        padding: 10px 20px;
    }

    .mMt150 {
        margin-top: 0px!important;
    }

    .overtop-mobile-nav .logo {
        max-width: 180px
    }

    .overtop-mobile-nav .logo a {
        display: inline-block
    }

    .overtop-nav {
        display: none
    }

    .mean-container a.meanmenu-reveal {
        right: 30px !important
    }

    .room-slider {
        margin: 0 0 20px;
    }

    .page-banner .inner-container {
        padding: 180px 0 60px;
    }

    .page-banner h1 {
        font-size: 38px;
    }

    .f-page .services-item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: calc(50% - 20px);
    }

    .contact-area {
        margin: 0 0 20px;
    }

    .booking-img {
        display: none;
    }

    .sec-booking {
        padding-bottom: 50px !important;
    }
}

@media only screen and (max-width: 767px) {
    .image-slider .owl-nav {
        display: none;
    }

    .mMt150 {
        margin-top: 0px!important;
    }

    .topbar {
        padding: 8px 0
    }

    .topbar .top-left {
        justify-content: center;
        flex-wrap: wrap;
    }

    .topbar .top-left a + a {
    }

    .topbar .top-right {
        justify-content: center;
    }
}

@media only screen and (max-width: 479px) {
    .topbar {
        padding: 8px 0
    }

    .mMt150 {
        margin-top: 0px !important;
    }

    .topbar .top-left {
        justify-content: center;
        flex-wrap: wrap;
    }

    .topbar .top-left a + a {
        border-left: none;
        padding: 0;
        margin: 0
    }

    .topbar .top-right {
        justify-content: center;
    }

    .check-form {
        margin-top: 0
    }

    .main-slider .owl-nav {
        display: none;
    }

    .services-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: calc(100% - 20px);
    }

    .fooetr-item .footer-logo {
        margin: 0 auto 15px;
    }

    .footer-list {
        margin: 0 0 15px;
    }

    .mean-container .mean-nav {
        margin-top: 57px;
    }

    .overtop-mobile-nav .logo {
        max-width: 150px;
    }

    .mean-container .mean-bar {
        left: 0
    }

    .mean-container a.meanmenu-reveal {
        right: 10px !important
    }

    .f-page .services-item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: calc(100% - 20px);
    }
}


.hasTagBox{
    font-size: 12px;
    color: #fff;
    border: 1px solid #bc4756;
    padding: 4px;
    background: #bc4756;
    margin: 5px;
}
.hasTagBox:hover{color:#fff;background:rgba(20, 184, 16, 0.77);border: 1px solid rgba(20, 184, 16, 0.77);
}