@font-face {
    font-family: "Audrey";
    src: url("../fonts/Audrey-Medium.otf");
    font-weight: 500;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "Audrey";
    src: url("../fonts/Audrey-Normal.otf");
    font-weight: 400;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: "DM Sans";
    font-style: italic;
    font-weight: 100 1000;
    font-display: swap;
    src: url("../fonts/DM-Sans.woff2") format("woff2");
    unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "DM Sans";
    font-style: italic;
    font-weight: 100 1000;
    font-display: swap;
    src: url("../fonts/DM-Sans-2.woff2") format("woff2");
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 100 1000;
    font-display: swap;
    src: url("../fonts/DM-Sans-3.woff2") format("woff2");
    unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "DM Sans";
    font-style: normal;
    font-weight: 100 1000;
    font-display: swap;
    src: url("../fonts/DM-Sans-4.woff2") format("woff2");
    unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
    margin-right: 0 !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "DM Sans", serif;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.8px;
    font-weight: 400;
    color: #666666;
}

p {
    font-family: "DM Sans", serif;
}

#wrapper {
    overflow: hidden;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
    transform: scale(1);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Audrey";
    font-weight: 500;
    color: #0e1927;
}

h1 {
    font-family: "Audrey";
    font-size: 72px;
    line-height: 1;
}

h2 {
    font-family: "Audrey";
    font-size: 55px;
    line-height: 1.1;
}

h3 {
    font-family: "Audrey";
    font-size: 40px;
    line-height: 1.1;
}

h4 {
    font-family: "Audrey";
    font-size: 28px;
    line-height: 1.4;
}

h5, .h5 {
    font-family: "Audrey";
    font-size: 17px;
    line-height: 1.4;
}

h6 {
    font-family: "Audrey";
    font-size: 16px;
    line-height: 1.72;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}

.form-row > .col, .form-row > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
}

.form-group {
    margin-bottom: 19px;
}

.container {
    max-width: 1550px;
    overflow: hidden;
}

.container.w_1690 {
    max-width: 1690px;
}

.container.w_1690 .container_inner {
    position: relative;
    padding: 0 72px;
}

.container.full {
    max-width: 100%;
}

.container.w_1280 {
    max-width: 1280px;
}

.container.w_1280 .container_inner {
    position: relative;
    padding: 0 70px;
}

.container.w_1490 {
    max-width: 1490px;
}

.container.w_1342 {
    max-width: 1342px;
}

.container.w_1710 {
    max-width: 1920px;
    padding-left: 120px;
    padding-right: 120px;
}

.container.w_1850 {
    max-width: 1850px;
}

.container.w_1850 .container_inner {
    position: relative;
    padding: 0 94px;
}

.container.w_1320 {
    max-width: 1320px;
}

.container.w_1320 .container_inner {
    position: relative;
    padding: 0 90px;
}

.container.w_1310 {
    max-width: 1310px;
}

.container.w_1310 .container_inner {
    position: relative;
    padding: 0 84px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

ul, li {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

ol,ul{
    text-align:left;
}

ol {
    list-style: none !important;
    counter-reset: item;
    padding-left: 0;
    margin-left: 0;
}

ol li {
    counter-increment: item;
    display: flex !important;
    gap: 10px;
    margin-bottom: 8px;
    line-height: 1.5;
}

ol li::before {
    content: counter(item) ".";
    font-weight: 700;
    min-width: 24px;
    flex: 0 0 24px;
}

a {
    text-decoration: none;
    color: unset;
    transition: all 0.3s;
    cursor: pointer;
    display: inline-block;
}

a:hover {
    color: #58c0c9;
    transition: all 0.3s;
}

.center {
    text-align: center;
}

.container {
    width: 100%;
    margin: auto;
}

.container-fluid, .container {
    padding-left: 15px;
    padding-right: 15px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-74 {
    margin-top: 74px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-5p {
    margin-bottom: 5px;
}

.mb-11 {
    margin-bottom: 11px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-46 {
    margin-bottom: 46px;
}

.mb-50 {
    margin-bottom: 50px;
}

select {
    background-color: #171F29;
    border: none;
    font-family: "DM Sans", sans-serif;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    line-height: 21px;
    border-radius: 0;
    width: 100%;
    color: #666666;
    padding: 12px 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
    border: none;
    font-family: "DM Sans", sans-serif;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 15px;
    line-height: 21px;
    border-radius: 0;
    width: 100%;
    background: transparent;
    color: #666666;
    padding: 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

input:focus {
    background: unset !important;
}

textarea::placeholder, input[type=text]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=datetime]::placeholder, input[type=datetime-local]::placeholder, input[type=date]::placeholder, input[type=month]::placeholder, input[type=time]::placeholder, input[type=week]::placeholder, input[type=number]::placeholder, input[type=email]::placeholder, input[type=url]::placeholder, input[type=search]::placeholder, input[type=tel]::placeholder, input[type=color]::placeholder {
    font-family: "DM Sans", sans-serif;
    color: #fff;
}

form button {
    border: none;
    outline: none;
}

#scroll-top {
    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    text-align: center;
    z-index: 999;
    right: 14px;
    bottom: 23px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    overflow: hidden;
}

#scroll-top.show {
    right: 15px;
    opacity: 1;
    visibility: visible;
}

#scroll-top:before, #scroll-top:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#scroll-top:before {
    z-index: -1;
    background: #58c0c9;
}

#scroll-top:after {
    content: "";
    font-family: "Font Awesome 6 Free";
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

#scroll-top:hover {
    transform: translateY(-7%);
}

.preloader {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.clear-loading {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loading-effect-2 {
    width: 100px;
    height: 100px;
}

.loading-effect-2 > span, .loading-effect-2 > span:before, .loading-effect-2 > span:after {
    content: "";
    display: block;
    border-radius: 50%;
    border: 2px solid #58c0c9;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loading-effect-2 > span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left-color: transparent;
    -webkit-animation: effect-2 2s infinite linear;
    -moz-animation: effect-2 2s infinite linear;
    -ms-animation: effect-2 2s infinite linear;
    -o-animation: effect-2 2s infinite linear;
    animation: effect-2 2s infinite linear;
}

.loading-effect-2 > span:before {
    width: 75%;
    height: 75%;
    border-right-color: transparent;
}

.loading-effect-2 > span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent;
}

@-webkit-keyframes effect-2 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes effect-2 {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.sidebar-btn {
    display: flex;
    align-items: center;
    justify-content: right;
}

.header.main {
    background: transparent;
}

.top-bar-bdg {
    height: 250px;
}

.top-bar-bdg .container {
    max-width: 1550px;
}

.top-bar-bdg .header__logo {
    padding-left: 49px;
}

.top-bar-bdg .header__logo img {
    max-width:250px;
}

.top-bar-bdg.h113 {
    height: 113px;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #0e1927;
    padding: 30px 0;
}

.top-header .contact-left, .top-header .contact-right {
    display: flex;
    align-items: center;
}

.top-header .contact-left .icon, .top-header .contact-right .icon {
    width: 49px;
    height: 49px;
    min-width: 49px;
    border-radius: 50%;
    border: 1px solid #58c0c9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.top-header .contact-left .icon i, .top-header .contact-right .icon i {
    font-size: 20px;
}

.top-header .contact-left p, .top-header .contact-right p {
    margin-bottom: 0;
    letter-spacing: 0.6px;
    font-size: 15px;
    line-height: 28px;
    font-family: "DM Sans";
    color: #080f19;
}

.top-header .contact-right {
    flex-direction: row-reverse;
}

.top-header .contact-right .icon {
    margin-right: 0;
    margin-left: 20px;
}

.top-header .contact-right div {
    text-align: right;
}

.header {
    position: absolute;
    width: 100%;
    z-index: 1000;
    height: 100px;
    background-color: #0e1927;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header #site-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header #site-header-inner .tf-button {
    margin-left: auto;
    margin-right: 84px;
}

.header #site-header-inner .tf-button:hover {
    transform: none;
}

.header.h96 {
    height: 96px !important;
}

.header .main-nav {
    position: absolute;
    left: 25%;
    top: 52%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    display: flex;
}

.header.style-1 {
    position: relative;
}

.header.style-bdg {
    background: #fff;
    height: 80px;
    position: relative;
}

.header.style-bdg .container {
    max-width: 1520px;
    padding: 0;
    height: 100%;
}

.header.style-bdg #site-header-inner {
    align-items: center;
    height: 100%;
    border-top: 1px solid #dedede;
}

.header.style-bdg #site-header-inner .main-nav {
    left: 50% !important;
    margin-left: -390px;
}

.header.style-bdg #site-header-inner .main-nav .menu li {
    height: 100%;
}

.header.style-bdg #site-header-inner .main-nav .menu li.menu-item-has-children::after {
    bottom: auto;
    top: -3px;
    height: 5px;
}

.header.style-bdg #site-header-inner .main-nav .menu li a {
    color: #0e1927;
}

.header.h82 {
    height: 82px;
}

#main-nav .menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#main-nav .menu li {
    position: relative;
    margin-right: 56px;
    height: 100%;
    display: flex;
    align-items: center;
}

#main-nav .menu li::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 0;
    height: 1px;
    background: #58c0c9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#main-nav .menu li:last-child {
    margin-right: 0;
}

#main-nav .menu li a {
    font-size: 15px;
    line-height: 3.333;
    letter-spacing: 2.9px;
    font-family: "Audrey";
    font-weight: 200;
    position: relative;
    display: block;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
}

#main-nav .menu li a:hover {
    color: #58c0c9;
}

#main-nav .menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#main-nav .menu li:hover .sub-menu li::after {
    height: 1px;
}

#main-nav .menu li.current-menu-item::after, #main-nav .menu li:hover::after {
    width: 100%;
    height: 2px;
    bottom: 2px;
}

#main-nav .menu li.menu-item.current-menu-item > a {
    color: #58c0c9;
}

#main-nav .menu li.menu-item.current-menu-item > a::after {
    color: #58c0c9;
}

.sidebar-content {
    position: absolute;
    right: -100%;
    top: 80px;
    background: #0e1927;
    text-align: center;
    padding: 136px 80px 136px 90px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 589px;
    height: 850px;
}

.sidebar-content p {
    color: #fff;
    margin-bottom: 0;
}

.sidebar-content h4 {
    color: #58c0c9;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 16px;
    margin-top: 46px;
}

.sidebar-content .line {
    width: 90px;
    height: 1px;
    background: #58c0c9;
    margin: 24px auto 25px;
}

.sidebar-content .list-social {
    justify-content: center;
    margin-top: 55px;
}

.sidebar-content.active {
    right: 0;
}

.home1 .sidebar-content {
    top: 102px;
}

.btn-side {
    position: relative;
    width: 37px;
    padding: 12px 0;
}

.btn-side span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
    background: #58c0c9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-side::before, .btn-side::after {
    content: "";
    position: absolute;
    left: -11px;
    width: 37px;
    height: 2px;
    background: #58c0c9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left:10px;
}

.btn-side::before {
    top: 0;
}

.btn-side::after {
    bottom: 0;
}

.btn-side.active span {
    opacity: 0;
}

.btn-side.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    top: auto;
}

.btn-side.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    bottom: auto;
}

.header.style-bdg .btn-side span, .header.style-bdg .btn-side::before, .header.style-bdg .btn-side::after {
    background: #0e1927;
}

#header_main.is-fixed {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9999;
    opacity: 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    background: #0e1927;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1), inset 0px 1px 0px #ECECEC;
}

#header_main.is-fixed.is-fixed.is-small {
    top: -1px;
    opacity: 1;
    visibility: visible;
    height: 80px;
}

#header_main.is-fixed.style-bdg {
    background: #fff;
}

#header_main.is-fixed.style-3.is-small {
    height: 120px;
}

#header_main.main.is-fixed {
    background-color: #190d3e;
}

.header.main.is-fixed .tf-button span.tl::before, .header.main.is-fixed .tf-button span.tl::after {
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #190d40 !important;
}

.wrap-btn {
    display: flex;
}

.tf-button {
    position: relative;
    font-family: "DM Sans", sans-serif;
    margin-bottom: 10px;
    height: 50px;
    padding: 0px 32px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.9px;
    line-height: 50px;
    text-transform: uppercase;
    background-size: 300%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-button::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #58c0c9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-button:hover::before {
    transform: translateY(-10px) !important;
}

.tf-button.style1 {
    background-image: linear-gradient(160deg, transparent 50%, #58c0c9 50%);
    border: 1px solid #58c0c9;
    color: #58c0c9;
}

.tf-button.style1:hover {
    color: #fff;
    background-position: 96%;
}

.tf-button.style2 {
    background-image: linear-gradient(160deg, #fff 50%, #58c0c9 50%);
    border: 1px solid #58c0c9;
    color: #0e1927;
}

.tf-button.style2::before {
    background: #58c0c9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tf-button.style2:hover {
    color: #fff;
    background-position: 95%;
}

.tf-button.style3 {
    background-image: linear-gradient(160deg, transparent 50%, #0e1927 50%);
    border: 1px solid #0e1927;
    ;
    color: #0e1927;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 0px 31px 0px 33px;
    line-height: 46px;
}

.tf-button.style3::before {
    background: #0e1927;
    bottom: -11px;
}

.tf-button.style3:hover {
    color: #fff;
    background-position: 99%;
}

.tf-button.style4 {
    background-image: linear-gradient(160deg, #fff 50%, #58c0c9 50%);
    border: 1px solid #0e1927;
    color: #0e1927;
}

.tf-button.style4::before {
    background: #fff;
}

.tf-button.style4:hover {
    color: #fff;
    background-position: 95%;
}

.tf-button.style4:hover::before {
    background: #58c0c9;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }
    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.about .title {
    margin-bottom: 16px !important;
}

.about .container {
    max-width: 1200px;
}

.about .shape {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(249, 241, 232);
    width: 721px;
    height: 650px;
    z-index: -1;
}

.block-text .subtitle {
    font-size: 15px;
    text-transform: uppercase;
    color: #0e1927;
    letter-spacing: 2.7px;
    position: relative;
    display: inline-block;
    line-height: 1;
    margin-bottom: 18px;
}

.block-text .subtitle::after {
    content: "";
    position: absolute;
    top: 13px;
    right: -76px;
    width: 63px;
    height: 1px;
    background: #58c0c9;
}

.block-text.center .subtitle::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -76px;
    width: 63px;
    height: 1px;
    background: #58c0c9;
}

.block-text .title {
    margin-left: -3px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-bottom: 21px;
}

.block-text .tf-button {
    margin-top: 37px;
}

.opening {
    position: relative;
    padding: 0 0 188px;
}

.opening .container {
    max-width: 1200px;
}

.opening .opening-content {
    padding-top: 67px;
}

.opening .opening-content ul li {
    font-size: 17px;
    margin-bottom: 8px;
    letter-spacing: 0.55px;
}

.opening .opening-content ul li span {
    color: #0e1927;
}

.opening .opening-content .d-flex {
    margin-top: 38px;
}

.opening .opening-content .d-flex ul:first-child {
    margin-right: 30px;
}

.opening .opening-content .d-flex h5 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.opening .opening-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 41.56vw;
    height: 634px;
}

.opening .opening-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.opening .shape {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgb(249, 241, 232);
    width: 477px;
    height: 631px;
}

.menu-list li {
    margin-bottom: 29px;
}

.menu-list h5 {
    color: #58c0c9;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    letter-spacing: 1.3px;
    position: relative;
    margin-bottom: 1px;
}

.menu-list h5::before, .menu-list h5::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #58c0c9;
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: -1;
}

.menu-list h5::after {
    bottom: 8px;
}

.menu-list h5 span.price {
    font-family: "DM Sans", sans-serif;
    font-size: 20px;
    line-height: 1;
    background: #0e1927;
    padding-left: 15px;
}

.menu-list h5 .txt {
    background: #0e1927;
    padding-right: 15px;
}

.menu-list p {
    text-align: left;
    color: #fff;
    letter-spacing: 0.3px;
}

.container-bdg .opening {
    padding: 138px 0 135px;
    z-index: 5;
    background-color: #fff;
}

.container-bdg .opening .img {
    position: absolute;
    top: 62px;
    right: 0;
    z-index: -1;
}

@media (max-width: 1600px) {
    .container-bdg .opening .img {
        position: static;
        top: auto;
        right: auto;
        z-index: 1;
        width: 100%;
        margin-bottom: 30px;
    }

    .container-bdg .opening .img img {
        display: block;
        width: 100%;
        height: auto;
    }
}

.container-bdg .opening .opening-content {
    padding-top: 42px;
}

.container-bdg .opening .opening-content .block-text p {
    font-size: 17px;
    margin-top: 28px;
    padding-right: 130px;
    line-height: 27px;
    letter-spacing: 0.15px;
    color: #0e1927;
}

.container-bdg .opening-book {
    background: #0e1927;
    height: 583px;
    padding: 53px 30px;
    text-align: center;
}

.container-bdg .opening-book h4 {
    font-size: 25px;
    color: #58c0c9;
    text-transform: uppercase;
    margin-bottom: 19px;
    letter-spacing: 1px;
}

.container-bdg .opening-book p {
    color: #fff;
    margin-bottom: 44px;
    padding: 0 25px;
}

.container-bdg .opening-book form .form-group {
    margin-bottom: 20px;
}

.container-bdg .opening-book form .form-group input {
    border: 1px solid #58c0c9;
    border-radius: 0;
    color: #fff;
    height: 50px;
}

.container-bdg .opening-book form .form-group select {
    background: transparent;
    border: 1px solid #58c0c9;
    border-radius: 0;
    padding: 14px;
    color: #fff;
    height: 50px;
}

.container-bdg .opening-book form .form-group select option {
    color: #1c1c1c;
}

.container-bdg .opening-book form a {
    width: 100%;
    margin-top: 30px;
    background-image: linear-gradient(160deg, #fff 50%, #58c0c9 50%);
    border: 1px solid #0e1927;
    color: #0e1927;
    height: 50px;
}

.container-bdg .opening-book form a::before {
    background: #fff;
}

.container-bdg .opening-book form a:hover {
    color: #fff;
}

.container-bdg .opening-book form a:hover::before {
    background: #58c0c9;
}

.s-menu {
    padding: 127px 0 134px;
    background: #0e1927;
    position: relative;
}

.s-menu .shape {
    position: absolute;
    left: -9px;
    top: -103px;
}

.s-menu .block-text .subtitle {
    color: #58c0c9;
    margin-bottom: 23px;
}

.s-menu .block-text .title {
    color: #fff;
    margin-bottom: 11px;
}

.s-menu .block-text .text {
    color: #fff;
    line-height: 30px;
}

.s-menu .flat-tabs {
    text-align: center;
    margin-top: 63px;
}

.s-menu .flat-tabs .menu-tab {
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.s-menu .flat-tabs .menu-tab li {
    position: relative;
    margin: 0 27px;
    cursor: pointer;
}

.s-menu .flat-tabs .menu-tab li::after {
    content: "";
    position: absolute;
    left: 1px;
    bottom: 2px;
    width: 0;
    height: 1px;
    background: #58c0c9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.s-menu .flat-tabs .menu-tab li h5 {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}

.s-menu .flat-tabs .menu-tab li.active h5 {
    color: #58c0c9;
}

.s-menu .flat-tabs .menu-tab li.active::after {
    width: 100%;
}

.s-menu .flat-tabs .content-tab .menu-list {
    max-width: 569px;
    margin: 0 auto;
}

.s-menu .flat-tabs .content-tab .left-img, .s-menu .flat-tabs .content-tab .right-img {
    position: absolute;
    top: 67px;
    width: 411px;
    height: 411px;
    min-width: 411px;
    border-radius: 50%;
    overflow: hidden;
}

.s-menu .flat-tabs .content-tab .left-img img, .s-menu .flat-tabs .content-tab .right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s-menu .flat-tabs .content-tab .right-img {
    right: 0;
}

.flat-tabs {
    margin-top: 66px;
}

.flat-tabs .menu-tab {
    display: flex;
    margin-bottom: 46px;
}

.flat-tabs .menu-tab li {
    position: relative;
    cursor: pointer;
}

.flat-tabs .menu-tab li::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background: #58c0c9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.flat-tabs .menu-tab li h5 {
    font-size: 17px;
    text-transform: uppercase;
    color: #fff;
}

.flat-tabs .menu-tab li.active h5 {
    color: #58c0c9;
}

.flat-tabs .menu-tab li.active::after {
    width: 100%;
}

.flat-tabs .content-tab .menu-list {
    max-width: 565px;
    margin: 0 auto;
}

.flat-tabs .content-tab .left-img, .flat-tabs .content-tab .right-img {
    position: absolute;
    top: 67px;
    width: 411px;
    height: 411px;
    min-width: 411px;
    border-radius: 50%;
    overflow: hidden;
}

.flat-tabs .content-tab .left-img img, .flat-tabs .content-tab .right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flat-tabs .content-tab .right-img {
    right: 0;
}

.container-bdg .s-menu.s1 {
    padding: 353px 0 138px;
}

.container-bdg .s-menu {
    padding: 134px 0 138px;
    background: #fff;
}

.container-bdg .s-menu .container {
    max-width: 1655px;
}

.container-bdg .s-menu .flat-tabs {
    margin-top: 0;
}

.container-bdg .s-menu .flat-tabs .menu-tab {
    position: absolute;
    flex-direction: column;
    background: #0e1927;
    padding: 48px 30px 63px;
    width: 376px;
    margin-left: 52px;
}

.container-bdg .s-menu .flat-tabs .menu-tab .heading {
    color: #58c0c9;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 28px;
}

.container-bdg .s-menu .flat-tabs .menu-tab li {
    margin: 0 0 21px;
}

.container-bdg .s-menu .flat-tabs .menu-tab li h5 {
    font-size: 22px;
}

.container-bdg .s-menu .flat-tabs .menu-tab li::after {
    height: 2px;
    left: auto;
    right: 43px;
    bottom: 24px;
}

.container-bdg .s-menu .flat-tabs .menu-tab li::before {
    content: "";
    position: absolute;
    left: 43px;
    bottom: 24px;
    width: 0;
    height: 2px;
    background: #58c0c9;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.container-bdg .s-menu .flat-tabs .menu-tab li.active::after {
    width: 27px;
}

.container-bdg .s-menu .flat-tabs .menu-tab li.active::before {
    width: 27px;
}

.container-bdg .s-menu .flat-tabs .menu-tab li.active h5 {
    color: #fff;
}

.container-bdg .s-menu .flat-tabs .menu-tab a {
    margin: 15px auto 0;
    max-width: 200px;
}

.container-bdg .s-menu .flat-tabs .content-tab {
    padding-top: 42px;
    padding-bottom: 10px;
}

.container-bdg .s-menu .flat-tabs .content-tab h5 {
    color: #0e1927;
}

.container-bdg .s-menu .flat-tabs .content-tab p {
    color: #0e1927;
}

.container-bdg .s-menu .flat-tabs .content-tab .right-img {
    width: 427px;
    height: 427px;
    min-width: 427px;
    top: 47px;
}

.container-bdg .s-menu .flat-tabs .content-tab h5 .txt {
    background: #fff;
}

.container-bdg .s-menu .flat-tabs .content-tab h5 span.price {
    background: #fff;
}

@keyframes pulse-anim2 {
    0% {
        box-shadow: rgba(255, 255, 255, 0.4) 0 0 0 0;
    }
    100% {
        box-shadow: rgba(255, 255, 255, 0.1) 0 0 0 20px;
    }
}

.container-bdg .s-video {
    background-size: cover;
    background-position: center center;
}

.choose .shape {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 36.4vw;
    height: 100%;
    background: rgb(249, 241, 232);
    z-index: -1;
}

.container-bdg .testimonials {
    padding: 0;
}

.container-bdg .testimonials .container-fluid {
    padding: 0;
}

.container-bdg .testimonials .testimonials-main {
    display: flex;
}

.container-bdg .testimonials .testimonials-img {
    width: 45.7%;
    height: 625px;
}

.container-bdg .testimonials .testimonials-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 68%;
}

.container-bdg .testimonials .testimonialSwiper {
    width: 54.3%;
    padding: 30px 0px;
    overflow: hidden;
    position: relative;
}

.container-bdg .testimonials .testimonialSwiper .testimonials-content {
    text-align: left;
    padding-top: 104px;
    padding-left: 97px;
    padding-right: 137px;
}

.container-bdg .testimonials .testimonialSwiper .testimonials-content h4 {
    font-size: 20px;
    letter-spacing: 1px;
}

.container-bdg .testimonials .testimonialSwiper .testimonials-content p {
    font-size: 17px;
    line-height: 31px;
    margin-bottom: 39px;
    letter-spacing: 0.32px;
}

.container-bdg .testimonials .testimonialSwiper .testimonials-content h5 {
    margin-right: 30px;
    letter-spacing: 1.7px;
}

.container-bdg .testimonials .testimonialSwiper .testimonials-content .rating li i {
    font-size: 14px;
}

.container-bdg .testimonials .testimonialSwiper .swiper-pagination {
    position: absolute;
    bottom: 22.7%;
    left: 8.5%;
    text-align: start;
}

.container-bdg .testimonials .testimonialSwiper .swiper-pagination span {
    background: #58c0c9;
    margin: 0 17px;
}

.content-section {
    padding: 136px 0;
    display:block;
    clear:both;
}

.content-section .content-section-image .group-img {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.content-section .content-section-image .group-img img {
    width: 50%;
}

.content-section .content-section-content {
    padding-left: 40px;
    padding-top: 101px;
    padding-right: 20px;
}

.content-section .content-section-content .title {
    margin-bottom: 16px;
}

.content-section .content-section-content p.text {
    letter-spacing: 0.15px;
}

.content-section .content-section-content a {
    margin-top: 27px;
}

.content-section h2 {
    font-size:30px;
}

.s-chef {
    background: #0e1927;
    padding: 134px 0 96px;
}

.s-chef .chef-main {
    display: flex;
    justify-content: space-between;
}

.s-chef .block-text {
    padding-top: 16px;
    max-width: 565px;
}

.s-chef .block-text img {
    display: block;
    margin: 0 auto 33px;
}

.s-chef .block-text.style-bdg h3 {
    margin-bottom: 15px;
}

.s-chef .block-text.style-bdg .sub-title {
    letter-spacing: 2px;
}

.s-chef .block-text.style-bdg p {
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.15px;
}

.s-chef .block-text.style-bdg p .text {
    letter-spacing: 0.1px;
}

.s-chef .block-text.style-bdg a {
    margin-top: 26px;
}

.chef-box {
    max-width: 375px;
    text-align: center;
    width: 100%;
}

.chef-box .img {
    height: 463px;
}

.chef-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.chef-box .info {
    margin-top: 29px;
}

.chef-box .info h5 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 4px;
}

.chef-box .info p {
    color: #58c0c9;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.container-bdg .content-section {
    background: rgb(249, 241, 232);
    padding-top:75px;
    padding-bottom:75px;
    position: relative;
}

.container-bdg .content-section .bg-white{
    background: #fff;
}

.container-bdg .content-section > img.item-right {
    position: absolute;
    right: -155px;
    top: -100px;
}

.container-bdg .content-section > img.item-left {
    position: absolute;
    left: -142px;
    top: -102px;
}

.container-bdg .content-section .main-content {
    padding: 0 300px;
    text-align:justify;
}

.container-bdg .content-section .main-content p {
    text-align:justify;
}

.container-bdg .content-section .main-content .title {
    margin-bottom: 17px;
    margin-left: 0;
    letter-spacing: 0.7px;
}

.container-bdg .content-section .main-content p.text {
    letter-spacing: 0.45px;
}

.container-bdg .content-section .main-content a {
    margin-top: 27px;
}

.container-bdg .content-section .main-content hr {
    margin-top: 50px;
    margin-bottom: 50px;
}

.container-bdg .content-section .main-content h2 {
    text-transform: uppercase;
    margin-bottom:30px;
}

.container-bdg .content-section .container-fluid {
    padding: 0;
}

.container-bdg .content-section .container-fluid .list-img {
    position: relative;
    z-index: 9;
    margin-top: 73px;
    margin-bottom: -218px;
}

.booking .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
}

.booking .booking-content .subtitle {
    margin-bottom: 22px;
}

.booking .booking-content .title {
    margin-bottom: 16px;
}

.booking .booking-content .text {
    font-size: 17px;
    padding-right: 60px;
    letter-spacing: 0.3px !important;
    line-height: 30px;
}

.booking .form-control {
    background: transparent;
    border: 1px solid #58c0c9;
    border-radius: 0;
    color: #fff;
    box-shadow: none;
    padding: 14px;
    font-size: 15px;
    line-height: 21px;
}

.booking .form-control option {
    color: #1c1c1c;
}

.booking .form-control::placeholder {
    color: #fff;
}

.booking .tf-button.style1 {
    color: #0e1927;
    width: 100%;
    margin-top: 35px;
    background-image: linear-gradient(160deg, #fff 50%, #0e1927 50%);
    border: 1px solid #fff;
}

.booking .tf-button.style1::before {
    background: #fff;
}

.booking .tf-button.style1:hover {
    color: #fff;
}

.block-text.style-bdg .subtitle {
    color: #58c0c9;
}

.block-text.style-bdg .title {
    color: #fff;
}

.block-text.style-bdg .text {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.s-blog {
    padding-top:75px;
    padding-bottom:75px;
    background: rgb(249, 241, 232);
}

.s-blog .container {
    max-width: 1200px;
}

.s-blog .block-text .subtitle {
    margin-bottom: 23px;
}

.s-blog .block-text .title {
    margin-bottom: 7px;
}

.s-blog .block-text .text {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.3px;
}

.s-blog .blogSwiper {
    margin-top: 67px;
}

.s-blog .blog-box .top-content {
    position: relative;
}

.s-blog.blog-list .blog-main .blog-box .top-content .image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

.s-blog.blog-list .blog-main .blog-box .top-content .image a, .s-blog.blog-list .blog-main .blog-box .top-content .image span {
    display: block;
    width: 100%;
    height: 100%;
}

.s-blog.blog-list .blog-main .blog-box .top-content .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    object-position: center;
    display: block;
}

.s-blog .blog-box .top-content .image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.349);
    z-index: 1;
}

.s-blog .blog-box .top-content .meta {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #0e1927;
    text-align: center;
    padding: 22px 13px 18px;
}

.s-blog .blog-box .top-content .meta h4 {
    font-size: 35px;
    color: #58c0c9;
    margin-bottom: 0;
    line-height: 1;
    margin-bottom: -2px;
}

.s-blog .blog-box .top-content .meta p {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
}

.s-blog .blog-box .top-content .title {
    position: absolute;
    left: 31px;
    right: 30px;
    bottom: 25px;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 15px;
}

.s-blog .blog-box .top-content .title:hover {
    color: #58c0c9;
}

.s-blog .blog-box .bottom-content {
    margin-top: 16px;
}

.s-blog .blog-box .bottom-content ul {
    display: flex;
}

.s-blog .blog-box .bottom-content ul li {
    position: relative;
    margin-right: 19px;
    padding-left: 13px;
}

.s-blog .blog-box .bottom-content ul li::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 4px;
    height: 4px;
    min-width: 4px;
    border-radius: 50%;
    background: #0e1927;
}

.s-blog .blog-box .bottom-content ul li a {
    text-transform: uppercase;
    font-size: 13px;
}

.s-blog .blog-box .bottom-content .line {
    width: 100%;
    height: 1px;
    background: rgba(8, 15, 25, 0.122);
    margin: 17px 0;
}

.s-blog .blog-box .bottom-content .text {
    margin-bottom: 20px;
    letter-spacing: 0.2px;
}

.s-blog .blog-box .bottom-content .btn-read {
    font-size: 13px;
    text-transform: uppercase;
    color: #0e1927;
    letter-spacing: 2.4px;
    position: relative;
}

.s-blog .blog-box .bottom-content .btn-read::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 1px;
    width: 83%;
    background: #0e1927;
}

.s-blog .blog-box .bottom-content .btn-read:hover {
    color: #58c0c9;
    transform: translateX(0.5rem);
}

.s-blog .blog-box .bottom-content .btn-read:hover::before {
    background: #58c0c9;
}

.s-blog .blog-box:hover .top-content .image img {
    transform: scale(1.2) !important;
}

.gallery .container-fluid {
    padding: 0;
}

.gallery-box .image {
    height: 558px;
}

.gallery-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-box .content {
    background: #0e1927;
    position: absolute;
    top: 40px;
    left: 25px;
    right: 37px;
    bottom: 38px;
    padding: 90px 40px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.gallery-box .content .name {
    color: #58c0c9;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 0;
}

.gallery-box .content .cate {
    color: #fff;
    margin-bottom: 18px;
    letter-spacing: 0.6px;
}

.gallery-box .content .line {
    width: 1px;
    height: 31px;
    background: #58c0c9;
    margin: 0 auto;
    margin-bottom: 18px;
}

.gallery-box .content .text {
    color: #fff;
    margin-bottom: 47px;
    letter-spacing: 0.3px;
}

.gallery-box .content .action {
    border: 1px solid #58c0c9;
    padding: 16px 21px;
    color: #58c0c9;
}

.gallery-box .content .action:hover {
    background: #58c0c9;
    color: #0e1927;
}

.gallery-box:hover .content {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.portfolio-box .image {
    height: 533px;
}

.portfolio-box .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-box .content {
    background: #0e1927;
    position: absolute;
    left: 29px;
    right: 29px;
    bottom: 31px;
    padding: 69px 40px 77px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-box .content .name {
    color: #58c0c9;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 6px;
    line-height: 1.5;
}

.portfolio-box .content .cate {
    color: #fff;
    margin-bottom: 19px;
}

.portfolio-box .content .line {
    width: 1px;
    height: 31px;
    background: #58c0c9;
    margin: 0 auto;
    margin-bottom: 18px;
}

.portfolio-box .content .text {
    color: #fff;
    margin-bottom: 43px;
}

.portfolio-box .content .action {
    border: 1px solid #58c0c9;
    padding: 16px 21px;
    color: #58c0c9;
}

.portfolio-box .content .action:hover {
    background: #58c0c9;
    color: #0e1927;
}

.portfolio-box:hover .content {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.page-full .gallery .container-fluid {
    padding: 0 20px;
}

.page-full .gallery-box .image {
    height: 599px;
}

.page-full .gallery-box .content {
    top: unset;
    left: 32px;
    right: 27px;
    bottom: 31px;
    padding: 119px 30px 121px 30px;
}

.location .image {
    max-width: 455px;
    border-radius: 50%;
    border: 1px solid #58c0c9;
    overflow: hidden;
    padding: 12px;
    margin-top: 27px;
}

.location .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.location .image.right {
    margin-left: auto;
}

.location .content {
    padding-left: 4px;
}

.location .content .title {
    margin-bottom: 8px;
}

.location .content .subtitle {
    margin-bottom: 19px;
    letter-spacing: 2.7px;
}

.location .content .text {
    margin-bottom: 36px;
    letter-spacing: 0.1px;
}

.location .content h6 {
    text-transform: uppercase;
    margin-bottom: 11px;
}

.location .content p {
    letter-spacing: 0.3px;
}

.location .content .phone {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 31px;
}

.location .content a {
    margin-top: 36px;
}

.s-couter .container {
    max-width: 1100px;
}

.couter-box .text {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "DM Sans";
    letter-spacing: 1.7px;
}

.home-section {
    margin-top:70px;
    padding: 134px 0 135px;
}

.home-section .container {
    max-width: 1200px;
    overflow: visible;
}

.home-section .home-section-image {
    width: 501px;
    height: 609px;
    position: relative;
}

.home-section .home-section-image::after {
    content: "";
    position: absolute;
    top: -26px;
    left: -26px;
    width: 494px;
    height: 602px;
    border: 1px solid #58c0c9;
    z-index: 0;
}

.home-section .home-section-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
}

.home-section .home-section-image.style-bdg {
    margin-left: -31px;
}

.home-section .home-section-image.style-bdg::after {
    top: auto;
    left: auto;
    bottom: -26px;
    right: -26px;
}

.home-section .home-section-content {
    padding-top: 79px;
    padding-left: 69px;
}

.home-section .home-section-content .list {
    margin-top: 19px;
    margin-left: 18px;
    padding-right: 0;
}

.home-section .home-section-content .block-text .title {
    margin-bottom: 16px;
}

.home-section .home-section-content .block-text a {
    margin-top: 32px;
    letter-spacing: 2px;
}

.home-section .home-section-content.style-bdg {
    padding-left: 0;
    padding-top: 113px;
    padding-right: 77px;
}

.home-section .home-section-content.style-bdg a {
    margin-top: 32px;
}

.list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 21px;
    margin-left: 16px;
    padding-right: 40px;
}

.list li {
    width: 50%;
    font-size: 15px;
    text-transform: uppercase;
    list-style-type: disc;
    color: #0e1927;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

form.s1 {
    max-width: 715px;
    margin: 34px auto 0;
    position: relative;
}

form.s1 input {
    border: 1px solid #58c0c9;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #fff;
}

form.s1 input:focus {
    box-shadow: none;
    background: transparent;
    border-color: #fff;
    color: #fff;
}

form.s1 button {
    position: absolute;
    right: 20px;
    top: 4px;
    background: transparent !important;
    border: none;
    font-size: 20px;
}

form.s1 button:hover {
    color: #58c0c9;
}

.s-order .container-fluid {
    padding: 0;
}

.s-book .container-fluid {
    padding: 0;
}

.s-book .book-content .block-text {
    position: relative;
    z-index: 1;
}

.s-book .book-content .block-text .subtitle {
    margin-bottom: 23px;
    letter-spacing: 1.7px;
    color: #58c0c9;
}

.s-book .book-content .block-text .title {
    margin-bottom: 8px;
}

.s-book .book-content .block-text h5 {
    color: #58c0c9;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 17px;
}

.s-book .book-content .block-text .text {
    margin-bottom: 40px;
    line-height: 28px;
    letter-spacing: 0.6px;
}

.s-book .book-content .block-text p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 3px;
}

.s-book .book-content .tf-button.style1 {
    margin-top: 39px;
    background-image: linear-gradient(160deg, transparent 50%, #58c0c9 50%);
}

.s-gallery .container {
    max-width: 1737px;
}

.s-gallery .block-text .subtitle {
    margin-bottom: 23px;
}

.s-gallery .gallery-main .gallery-box .content {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s-gallery .gallery-main .gallery-box .content a {
    color: #58c0c9;
    font-size: 33px;
}

.s-gallery .gallery-main .gallery-box:hover .content {
    height: 100%;
    opacity: 1;
    visibility: visible;
}

.page-title {
    background-color:#0e1927;
    position: relative;
    z-index: 10;
    padding-top: 50px;
    padding-bottom:25px;
}

.page-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.349);
    z-index: 1;
}

.page-title .page-title-main {
    position: relative;
    z-index: 1;
    text-align: center;
}

.page-title .page-title-main .title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}

.page-title .page-title-main .title::before {
    position: absolute;
    content: url(../img/icon/x.png);
    z-index: 20;
    left: -55px;
    top: -10px;
    width: 30px;
    height: 15px;
}

.page-title .page-title-main .title::after {
    position: absolute;
    content: url(../img/icon/x.png);
    z-index: 20;
    right: -55px;
    top: -10px;
    width: 30px;
    height: 15px;
}

.page-title .page-title-main .breadcrumb {
    display: flex;
    justify-content: center;
}

.page-title .page-title-main .breadcrumb li {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 3px;
    letter-spacing: 2px;
}
.p-menu .page-title {
    background-size: cover;
    background-position: center 30%;
    position: relative;
}

.partner .container {
    max-width: 1430px;
}

.s-faq .container {
    max-width: 1266px;
}

.s-faq .block-text .title {
    margin-bottom: 12px;
}

.s-faq .block-text p {
    padding: 0 300px;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.4px;
}

.s-faq .flat-accordion .flat-toggle .toggle-title.active span i {
    transform: rotate(180deg);
}

.s-faq .flat-accordion .flat-toggle .toggle-content .title {
    font-size: 17px;
    color: #0e1927;
}

.s-faq .flat-accordion.style-1 .flat-toggle.active {
    border-bottom: 1px solid #0e1927;
}

.s-faq .flat-accordion.style-1 .flat-toggle .toggle-title .icon {
    background: transparent;
    position: absolute;
    right: 0;
    padding: 0;
    margin-right: 0;
}

.s-faq .flat-accordion.style-1 .flat-toggle .toggle-title.active {
    border-bottom: 1px solid #58c0c9;
}

.s-faq .flat-accordion.style-1.style-bdg {
    margin-top: 51px;
}

.s-faq .flat-accordion.style-1.style-bdg .flat-toggle {
    border: none;
    margin-bottom: 0;
}

.s-faq .flat-accordion.style-1.style-bdg .toggle-title {
    background: #0e1927;
    padding: 24px 33px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.149);
    color: #58c0c9;
}

.s-faq .flat-accordion.style-1.style-bdg .toggle-title .icon {
    right: 40px;
    color: #58c0c9;
}

.s-faq .flat-accordion.style-1.style-bdg .toggle-title.active {
    border: none;
    background: rgb(230, 201, 162);
    color: #0e1927;
    border-bottom: 1px solid #58c0c9;
}

.s-faq .flat-accordion.style-1.style-bdg .toggle-title.active .icon {
    color: #0e1927;
}

.s-faq .flat-accordion.style-1.style-bdg .toggle-content {
    background: rgba(200, 200, 200, 0.149);
    border: none;
    padding: 46px 91px 26px 34px;
}

.s-faq .flat-accordion.style-1.style-bdg.style-3 .flat-toggle {
    margin-bottom: 20px;
}

.s-faq .flat-accordion.style-1.style-bdg.style-3 .flat-toggle .toggle-content {
    background: transparent;
    padding: 34px 91px 13px 34px;
}

.s-faq .flat-accordion.style-1.style-bdg.style-3 .flat-toggle .toggle-content p:last-child {
    margin-bottom: 0;
}

.block-text.style-bdg .title.s2 {
    position: relative;
    display: inline-block;
}

.block-text.style-bdg .title.s2::before {
    content: "";
    position: absolute;
    bottom: 30px;
    left: -76px;
    width: 63px;
    height: 1px;
    background: #58c0c9;
}

.block-text.style-bdg .title.s2::after {
    content: "";
    position: absolute;
    bottom: 30px;
    right: -76px;
    width: 63px;
    height: 1px;
    background: #58c0c9;
}

.page-faqs .s-faq .container {
    max-width: 1200px;
}

.page-gallery .s-gallery .container {
    max-width: 1230px;
}

.faq-main .title {
    text-transform: uppercase;
}

.s-menu .gallery-main {
    display: flex;
    margin: 0 -15px;
}

.s-menu .gallery-main .gallery-box {
    margin: 0 15px;
    width: calc(33.33% - 30px);
}

.s-location .container {
    max-width: 1200px;
}

.location-box .box .box-content .line {
    width: 65px;
    height: 2px;
    background: #58c0c9;
    margin-top: 17px;
    margin-bottom: 16px;
}

.location-box .img {
    margin: 0 15px;
    width: calc((100% - 444px) / 2);
    height: auto;
}

.location-box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

form.s2 {
    text-align: center;
}

form.s2 .form-group input, form.s2 .form-group textarea {
    border: 1px solid #0e1927;
    border-radius: 0;
    color: #0e1927;
    margin-bottom: 19px;
    box-shadow: none;
    background: #fff;
}

form.s2 .form-group input:focus, form.s2 .form-group textarea:focus {
    border-color: #58c0c9;
}

form.s2 .form-group input::placeholder, form.s2 .form-group textarea::placeholder {
    color: #0e1927;
}

form.s2 .form-group textarea {
    height: 186px;
}

form.s2 a {
    margin: 0 auto;
    display: inline-block;
    margin-top: 35px;
    border-color: #0e1927;
    color: #0e1927;
}

form.s2 a::before {
    background: #0e1927;
}

.s-contact {
    padding: 135px 0 0;
}

.s-contact .container {
    max-width: 1200px;
}

.s-contact .top-map {
    margin-bottom: 66px;
}

.s-contact .contact-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
    padding-bottom: 65px;
}

.s-contact .contact-info .item {
    text-align: center;
    border-right: 1px solid rgba(200, 200, 200, 0.6);
    width: 33.33%;
}

.s-contact .contact-info .item:last-child {
    border: none;
}

.s-contact .contact-info .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0e1927;
    margin: 0 auto 25px;
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
}

.s-contact .contact-info .item .icon i {
    color: #58c0c9;
    font-size: 26px;
}

.s-contact .contact-info .item h5 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

.s-contact .contact-info .item p {
    margin-bottom: 2px;
}

.s-blog.blog-list {
    padding-top:75px;
    padding-bottom:75px;
}

.s-blog.blog-list .blog-form {
    background: rgb(249, 241, 232);
    padding: 68px 30px 56px;
}

.s-blog.blog-list .blog-form .block-text .subtitle {
    margin-bottom: 18px;
}

.s-blog.blog-list .blog-form .block-text .title {
    font-size: 30px;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
}

.s-blog.blog-list .blog-form .block-text p {
    font-size: 15px;
    margin-bottom: 43px;
    line-height: 24px;
}

.s-blog.blog-list .blog-form .block-text form.s1 input {
    border: 1px solid #0e1927;
    background: #fff;
    color: #0e1927;
    height: 46px;
}

.s-blog.blog-list .blog-form .block-text form.s1 input::placeholder {
    color: #0e1927;
}

.s-blog.blog-list .blog-form .block-text form.s1 i {
    color: #0e1927;
}

.s-blog.blog-list .blog-main {
}

.s-blog.blog-list .blog-main .block-text {
    margin-bottom: 65px;
}

.s-blog.blog-list .blog-main .block-text .title {
    margin-bottom: 6px;
}

.s-blog.blog-list .blog-main .blog-box {
    margin-bottom: 77px;
}

.blog-sidebar .container {
    max-width: 1200px;
}

.blog-sidebar .blog-sidebar-main .main-content {
    width: 65.85%;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.avt {
    text-align: center;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.avt .image {
    width: 327px;
    height: 327px;
    border-radius: 50%;
    border: 1px solid #58c0c9;
    padding: 18px;
    overflow: hidden;
    margin: 0 auto 21px;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.avt .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.avt .info {
    padding: 0 30px;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.avt .info .unit {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 6px;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.avt .info .name {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1.7px;
    margin-bottom: 1px;
    margin-bottom: 15px;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.avt .info p {
    margin-bottom: 0;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget {
    margin-bottom: 49px;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget form.s1 {
    margin-top: 43px;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget form.s1 input {
    border-color: #0e1927;
    line-height: 16px;
    padding: 14px 18px;
    color: #1c1c1c;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget form.s1 input::placeholder {
    color: #0e1927;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget form.s1 button {
    background: #0e1927;
    top: 0;
    right: 0;
    padding: 8px 14px;
    border-radius: 0;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget form.s1 button i {
    font-size: 17px;
    color: #58c0c9;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget .heading-top {
    background: #0e1927;
    padding: 20px 30px;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget .heading-top h5 {
    color: #58c0c9;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 0;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget .content {
    background: rgb(249, 241, 232);
    padding: 27px 30px 29px;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.category .content ul li {
    margin-bottom: 19px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.category .content ul li:last-child {
    margin-bottom: 0;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.category .content ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 52%;
    background: #58c0c9;
    height: 1px;
    width: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.category .content ul li a {
    font-size: 17px;
    color: #0e1927;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.category .content ul li:hover, .blog-sidebar .blog-sidebar-main .main-sidebar .widget.category .content ul li.active {
    padding-left: 22px;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.category .content ul li:hover::before, .blog-sidebar .blog-sidebar-main .main-sidebar .widget.category .content ul li.active::before {
    width: 13px;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.latest .content {
    padding: 35px 30px 33px;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.latest .content ul li {
    margin-bottom: 28px;
    align-items: center;
    border-bottom: 1px solid #0e1927;
    padding-bottom: 23px;
    padding-right: 10px;
    display: flex;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.latest .content ul li:last-child {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.latest .content ul li .img {
    width: 76px;
    height: 82px;
    min-width: 76px;
    margin-right: 15px;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.latest .content ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.latest .content ul li .info .title {
    font-size: 15px;
    font-family: "Audrey";
    text-transform: uppercase;
    color: #0e1927;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.latest .content ul li .info .meta {
    font-size: 15px;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.tag {
    margin-bottom: 53px;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.tag .content {
    padding: 34px 25px 24px 33px;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.tag .content ul {
    display: flex;
    flex-wrap: wrap;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.tag .content ul li {
    margin-right: 10px;
    margin-bottom: 10px;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.tag .content ul li a {
    font-size: 13px;
    color: #0e1927;
    border: 1px solid #58c0c9;
    padding: 4px 24px 3px;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.tag .content ul li a:hover, .blog-sidebar .blog-sidebar-main .main-sidebar .widget.tag .content ul li a.active {
    background: #0e1927;
    border-color: #0e1927;
    color: #58c0c9;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.newletters .content {
    padding: 28px 29px 17px;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.newletters .content p {
    margin-bottom: 22px;
    letter-spacing: 0.1px;
}

.blog-sidebar .blog-sidebar-main .main-sidebar .widget.newletters .content form.s1 {
    margin-top: 10px;
    padding: 0 5px 0 2px;
}

.pagination li.active {
    background: #0e1927;
}

.pagination li.active a {
    color: #fff;
}

.popular-posts .block-text .subtitle {
    margin-bottom: 23px;
}

.popular-posts .container {
    max-width: 1200px;
}

.blog-box-popular .image {
    height: 329px;
    margin-bottom: 27px;
    overflow: hidden;
}

.blog-box-popular .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-box-popular .content .category {
    color: #58c0c9;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.blog-box-popular .content .title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.5;
    margin-bottom: 14px;
}

.blog-box-popular .content ul {
    display: flex;
    justify-content: center;
}

.blog-box-popular .content ul li.time {
    margin: 0 31px;
}

.blog-box-popular .content ul li a {
    font-size: 13px;
    color: #fff;
}

.blog-box-popular .content ul li a:hover {
    color: #58c0c9;
}

.blog-box-popular:hover .image img {
    transform: scale(1.2) !important;
}

.blog-box-popular:hover .title {
    color: #58c0c9;
}

.blog-sidebar.style-bdg {
    padding: 127px 0 134px;
}

.blog-sidebar.style-bdg .pagination {
    justify-content: center;
}

.blog-sidebar.style-bdg .pagination li {
    margin: 0 5px;
}

.blog-sidebar.style-bdg .block-text .subtitle {
    margin-bottom: 22px;
}

.blog-sidebar.style-bdg .blog-sidebar-main {
    margin-top: 59px;
}

.blog-sidebar.style-bdg .blog-sidebar-main .main-sidebar .widget form.s1 {
    margin-top: 0;
}

.blog-single .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 43px;
    padding-top: 18px;
    padding-bottom: 17px;
    margin-bottom: 68px;
    border-top: 1px solid rgba(200, 200, 200, 0.6);
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}

.blog-single .bottom .tag p {
    margin-bottom: 0;
}

.blog-single .bottom .share {
    display: flex;
    align-items: center;
}

.blog-single .bottom .share p {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-right: 7px;
}

.blog-single .bottom .share .list-social li {
    margin-right: 0;
    margin-left: 9px;
}

.blog-single .bottom .share .list-social li a {
    width: 37px;
    height: 37px;
    min-width: 37px;
    border-color: #0e1927;
    color: #0e1927;
}

.blog-single .bottom .share .list-social li a:hover {
    background: #0e1927;
    color: #fff;
}

.blog-single .comment .author .top {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}

.blog-single .comment .author .top .image {
    width: 68px;
    height: 68px;
    min-width: 68px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 22px;
}

.blog-single .comment .author .top .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-single .comment .author .top .info h5 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 8px;
    letter-spacing: 0.8px;
}

.blog-single .comment .author .top .info p {
    margin-bottom: 0;
    font-size: 13px;
}

.blog-single .comment .author .top .reply {
    position: absolute;
    right: 0;
    top: 20px;
    background: #0e1927;
    color: #58c0c9;
    font-size: 13px;
    padding: 4px 17px;
}

.blog-single .comment .author .top .reply i {
    font-size: 10px;
    margin-right: 5px;
    transform: rotateY(180deg);
}

.blog-single .post-comment form .form-group {
    margin-bottom: 23px;
}

.s-blog.blog-fullwidth {
    padding: 129px 0 115px;
    background: rgb(249, 241, 232);
}

.s-blog.blog-fullwidth .block-text .subtitle {
    margin-bottom: 16px;
    letter-spacing: 4px;
}

.s-blog.blog-fullwidth .block-text .title {
    font-size: 30px;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
}

.s-blog.blog-fullwidth .block-text p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 42px;
    letter-spacing: 0.5px;
}

.s-blog.blog-fullwidth .block-text form.s1 input {
    border: 1px solid #0e1927;
    background: #fff;
    color: #0e1927;
    height: 46px;
}

.s-blog.blog-fullwidth .block-text form.s1 input::placeholder {
    color: #0e1927;
}

.s-blog.blog-fullwidth .block-text form.s1 i {
    color: #0e1927;
}

.blog-fullwidth-main .container {
    max-width: 1200px;
}

.portfolio .container {
    max-width: 1200px;
}

.portfolio-carousel .container-fluid {
    padding: 0;
}

.portfolio-carousel .portfolio-carousel-1 .block-text .title {
    letter-spacing: 1px;
}

.portfolio-carousel .portfolio-carousel-1 .flat-tabs {
    margin-top: 55px;
    text-align: center;
}

.portfolio-carousel .portfolio-carousel-1 .flat-tabs .menu-tab {
    margin-bottom: 69px;
    justify-content: center;
}

.portfolio-carousel .portfolio-carousel-1 .flat-tabs .menu-tab li {
    margin: 0 32px;
}

.portfolio-carousel .portfolio-carousel-1 .flat-tabs .menu-tab li h5 {
    color: #0e1927;
}

.portfolio-carousel .portfolio-carousel-2 .block-text .title {
    letter-spacing: 1px;
}

.portfolio-carousel .portfolio-carousel-2 .flat-tabs {
    margin-top: 55px;
}

.portfolio-carousel .portfolio-carousel-2 .flat-tabs .menu-tab {
    justify-content: center;
    margin-bottom: 69px;
}

.portfolio-carousel .portfolio-carousel-2 .flat-tabs .menu-tab li {
    margin: 0 35px;
}

.portfolio-carousel .portfolio-carousel-2 .flat-tabs .menu-tab li h5 {
    color: #0e1927;
}

.portfolio-carousel .portfolio-carousel-2 .testimonialPortfolio1 .swiper-wrapper {
    padding-bottom: 162px;
}

.portfolio-carousel .portfolio-carousel-3 .block-text .title {
    letter-spacing: 1px;
}

.portfolio-carousel .portfolio-carousel-3 .container {
    max-width: 986px;
    overflow: visible;
}

.portfolio-carousel .portfolio-carousel-3 .flat-tabs {
    margin-top: 55px;
}

.portfolio-carousel .portfolio-carousel-3 .flat-tabs .menu-tab {
    justify-content: center;
    margin-bottom: 67px;
}

.portfolio-carousel .portfolio-carousel-3 .flat-tabs .menu-tab li {
    margin: 0 35px;
}

.portfolio-carousel .portfolio-carousel-3 .flat-tabs .menu-tab li h5 {
    color: #0e1927;
}

.portfolio-box-1 .image {
    height: 477px;
}

.portfolio-box-1 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-box-1 .content {
    background: #0e1927;
    position: absolute;
    left: 37px;
    right: 26px;
    top: 89%;
    bottom: -55px;
    padding: 28px 40px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-box-1 .content .name {
    color: #58c0c9;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 0px;
    line-height: 1.5;
}

.portfolio-box-1 .content .cate {
    color: #fff;
    margin-bottom: 0;
}

.portfolio-box-1 .content .line {
    width: 1px;
    height: 31px;
    background: #58c0c9;
    margin: 0 auto;
    margin-bottom: 12px;
    margin-top: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.portfolio-box-1 .content .text {
    color: #fff;
    margin-bottom: 46px;
    letter-spacing: 0.3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.portfolio-box-1 .content .action {
    border: 1px solid #58c0c9;
    padding: 16px 21px;
    color: #58c0c9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-box-1 .content .action:hover {
    background: #58c0c9;
    color: #0e1927;
}

.portfolio-box-1:hover .content {
    padding: 62px 40px 67px 40px;
    top: 21.65%;
}

.portfolio-box-1:hover .content .line, .portfolio-box-1:hover .content .text, .portfolio-box-1:hover .content .action {
    opacity: 1;
    visibility: visible;
}

.portfolio-box-1.style-bdg .content {
    bottom: -80px;
    background: transparent;
    padding: 62px 40px 0px 40px;
}

.portfolio-box-1.style-bdg .content .name {
    color: #0e1927;
    margin-bottom: 0;
}

.portfolio-box-1.style-bdg .content .cate {
    color: #666666;
}

.portfolio-box-1.style-bdg:hover .content {
    bottom: -73px;
    background: #0e1927;
    padding: 70px 40px 71px 40px;
}

.portfolio-box-1.style-bdg:hover .content .name {
    color: #58c0c9;
}

.portfolio-box-1.style-bdg:hover .content .cate {
    color: #fff;
}

.portfolio-box-1.style-3 .image {
    height: 557px;
}

.portfolio-box-1.style-3 .content {
    padding: 68px 91px 75px;
    bottom: 56px;
    left: 156px;
    right: 155px;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
}

.portfolio-box-1.style-3 .content .line {
    display: block;
    margin-bottom: 19px;
    margin-top: 18px;
}

.portfolio-box-1.style-3 .content .text {
    display: block;
}

.portfolio-box-1.style-3 .content .action {
    display: inline-block;
}

.portfolio-box-1.style-3:hover .content {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.portfolio-mansonry .container {
    max-width: 1200px;
}

.portfolio-mansonry .portfolio-box-2 .image {
    height: 617px;
}

.portfolio-mansonry .portfolio-box-2 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-mansonry .portfolio-box-2 .content {
    background: #0e1927;
    position: absolute;
    left: 29px;
    right: 29px;
    bottom: 33px;
    padding: 29px 40px 11px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.5);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.portfolio-mansonry .portfolio-box-2 .content .name {
    color: #58c0c9;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    margin-bottom: 1px;
    line-height: 1.5;
}

.portfolio-mansonry .portfolio-box-2 .content .cate {
    color: #fff;
}

.portfolio-mansonry .portfolio-box-2:hover .content {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.portfolio-mansonry .row-box .left .portfolio-box-2 .image {
    height: 732px;
}

.portfolio-mansonry .row-box .right .portfolio-box-2 .image {
    height: 351px;
}

.portfolio-mansonry .row-box:nth-child(3) .left .portfolio-box-2 .image {
    height: 532px;
}

.portfolio-mansonry .row-box:nth-child(3) .right .portfolio-box-2 .image {
    height: 532px;
}

.portfolio-details .container {
    max-width: 1200px;
}

.portfolio-details .portfolio-details-main .image {
    height: 580px;
}

.portfolio-details .portfolio-details-main .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-details .portfolio-details-main .content {
    display: flex;
}

.portfolio-details .portfolio-details-main .content .left {
    width: 68%;
    padding: 66px 25px 30px 51px;
}

.portfolio-details .portfolio-details-main .content .left h4 {
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    margin-bottom: 14px;
}

.portfolio-details .portfolio-details-main .content .left h5 {
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.portfolio-details .portfolio-details-main .content .left ul {
    margin-top: 2px;
    margin-right: 76px;
    margin-bottom: 26px;
}

.portfolio-details .portfolio-details-main .content .left ul li {
    margin-bottom: 5px;
}

.portfolio-details .portfolio-details-main .content .left p.text {
    margin-bottom: 23px;
}

.portfolio-details .portfolio-details-main .content .right {
    width: 32%;
    padding-top: 74px;
    margin-left: 12px;
}

.portfolio-details .portfolio-details-main .content .right .details .top {
    background: #0e1927;
    padding: 24px 30px;
}

.portfolio-details .portfolio-details-main .content .right .details .top h6 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
}

.portfolio-details .portfolio-details-main .content .right .details .main {
    background: rgb(249, 241, 232);
    padding: 27px 30px;
}

.portfolio-details .portfolio-details-main .content .right .details .main ul li {
    margin-bottom: 20px;
}

.portfolio-details .portfolio-details-main .content .right .details .main ul li h6 {
    color: #0e1927;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.portfolio-details .portfolio-details-main .content .right .details .main ul li p {
    margin-bottom: 0;
}

.portfolio-details .portfolio-details-main .content .right .details .main ul li .list-social {
    margin-top: 15px;
}

.portfolio-details .portfolio-details-main .content .right .details .main ul li .list-social li {
    margin-right: 10px;
}

.portfolio-details .portfolio-details-main .content .right .details .main ul li .list-social li a {
    width: 35px;
    height: 35px;
    min-width: 35px;
    color: #0e1927;
}

.portfolio-details .portfolio-details-main .content .right .details .main ul li .list-social li a:hover {
    background: #0e1927;
    color: #58c0c9;
}

.s-menu-list .container {
    overflow: visible;
}

.s-menu-list .block-text.style-bdg .subtitle {
    margin-bottom: 22px;
}

.s-menu-list .block-text.style-bdg .title {
    margin-bottom: 11px;
}

.s-menu-list .block-text.style-bdg .text {
    color: #fff;
    font-size: 15px;
}

.s-menu-list .portfolio-main .portfolio-box-1 .image {
    height: 558px;
}

.s-menu-list .portfolio-main .portfolio-box-1 .content {
    left: 39px;
    right: 33px;
    bottom: 38px;
    top: 75.2%;
    padding: 26px 55px 24px;
}

.s-menu-list .portfolio-main .portfolio-box-1 .content .tag {
    color: #58c0c9;
    text-decoration: underline;
    font-size: 13px;
    margin-bottom: 89px;
    letter-spacing: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}

.s-menu-list .portfolio-main .portfolio-box-1 .content .price {
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}

.s-menu-list .portfolio-main .portfolio-box-1 .content .cate {
    letter-spacing: 0.6px;
}

.s-menu-list .portfolio-main .portfolio-box-1 .content .name {
    margin-bottom: -1px;
}

.s-menu-list .portfolio-main .portfolio-box-1 .content .text {
    margin-bottom: 0;
}

.s-menu-list .portfolio-main .portfolio-box-1:hover .content {
    padding: 26px 55px 96px;
    top: 7%;
}

.s-menu-list .portfolio-main .portfolio-box-1:hover .content .name {
    margin-bottom: 0;
}

.s-menu-list .portfolio-main .portfolio-box-1:hover .content .tag, .s-menu-list .portfolio-main .portfolio-box-1:hover .content .price {
    display: block;
}

.s-menu.p-list {
    padding: 437px 0 0px;
}

.s-menu.p-list .block-text .subtitle {
    margin-bottom: 20px;
    color: #0e1927;
    display: block;
    text-align: center;
    margin-bottom: 20px !important;
}

.s-menu.p-list .block-text .subtitle::before, .s-menu.p-list .block-text .subtitle::after {
    display: none;
}

.s-menu.p-list .block-text .title {
    font-size: 30px;
    display: inline-block;
    position: relative;
}

.s-menu.p-list .block-text .title::before {
    content: "";
    position: absolute;
    bottom: 22px;
    left: -52px;
    width: 40px;
    height: 2px;
    background: #58c0c9;
}

.s-menu.p-list .block-text .title::after {
    content: "";
    position: absolute;
    bottom: 22px;
    right: -52px;
    width: 40px;
    height: 2px;
    background: #58c0c9;
}

.s-menu.p-list .menu-main {
    margin-top: 4px !important;
}

.s-menu.p-list .menu-main .menu-list {
    padding-right: 26px !important;
}

.s-menu.p-list .menu-main .menu-list:last-child {
    padding-right: 0 !important;
}

.s-menu.p-list .menu-image {
    height: 410px;
    margin-top: 65px;
    margin-bottom: 57px;
}

.s-menu.p-list .menu-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.location-main .form-control {
    background: transparent;
    border: 1px solid #0e1927;
    border-radius: 0;
    color: #0e1927;
    box-shadow: none;
    padding: 14px;
    font-size: 15px;
    line-height: 21px;
}

.location-main .form-control::placeholder {
    color: #0e1927;
}

.text-center {
    text-align: center;
}

.mySwiper {
    height: 820px;
    overflow: hidden;
    position: relative;
}

.mySwiper .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mySwiper .overlay::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.702);
    z-index: 1;
}

.mySwiper .overlay img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mySwiper .box-slider .content-box {
    padding-top: 225px;
    width: 60%;
}

.mySwiper .box-slider .content-box a {
    font-weight: 500;
}

.mySwiper .box-slider .content-box p.sub {
    font-size: 13px;
    text-transform: uppercase;
    color: #58c0c9;
    letter-spacing: 3px;
}

.mySwiper .box-slider .content-box .title {
    text-transform: uppercase;
    letter-spacing: 2.7px;
    line-height: 1.25;
    margin-bottom: 12px;
    color: #fff;
}

.mySwiper .box-slider .content-box .sub-title {
    color: #fff;
    letter-spacing: 0px;
    line-height: 28px;
    padding-right: 145px;
    margin-bottom: 40px;
    font-family: "DM Sans";
    font-size: 17px;
    font-weight: 400;
}

.mySwiper .box-slider .content-box.style-bdg {
    width: 100%;
}

.mySwiper .box-slider .content-box.style-bdg .sub-title {
    padding-right: 0;
    margin-bottom: 41px;
}

.mySwiper .box-slider .content-box.style-bdg .wrap-btn {
    display: block;
}

.mySwiper .contact-info {
    width: 611px;
    height: 179px;
    background: #0e1927;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 46px 40px 46px 92px;
    display: flex;
}

.mySwiper .contact-info .icon {
    width: 100px;
    height: 100px;
    min-width: 100px;
    border: 1px solid #58c0c9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mySwiper .contact-info .icon svg {
    width: 40px;
    height: 40px;
    fill: #58c0c9;
}

.mySwiper .contact-info .left {
    margin-left: 32px;
}

.mySwiper .contact-info .left h6 {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #58c0c9;
    margin-top: 4px;
    margin-bottom: 10px;
}

.mySwiper .contact-info .left h4 {
    font-size: 40px;
    letter-spacing: 1px;
    color: #fff;
}

.mySwiper .swiper-pagination {
    text-align: left;
    bottom: 64px;
    left: 200px;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet {
    color: #fff !important;
    opacity: 1;
    width: 45px;
    height: 2px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.251);
    margin: 0;
    position: relative;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    width: 100%;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    z-index: 5;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #58c0c9;
}

.container-bdg .mySwiper {
    height: 790px;
    margin-top: 0;
}

.container-bdg .mySwiper .overlay::before {
    background: rgba(0, 0, 0, 0.361);
}

.container-bdg .mySwiper .box-slider .content-box {
    padding-top: 280px;
    height: 790px;
}

#main-nav-mobi {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    display: block;
    margin: 0 auto;
    width: 100%;
    left: 0;
    z-index: 9999;
    box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.3);
    padding-left: 0;
    position: absolute;
    top: 100%;
    overflow-y: auto;
    background: #fff;
    height: auto;
}

#main-nav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-nav-mobi ul li {
    margin: 0;
    cursor: pointer;
    padding: 0;
    border-top: 1px solid rgba(2, 14, 40, 0.2);
    position: relative;
}

#main-nav-mobi ul li > ul > li:first-child {
    border-top: 1px solid rgba(2, 14, 40, 0.2);
}

#main-nav-mobi ul > li > a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 12px 20px;
    color: #0c1226;
    position: relative;
}

#main-nav-mobi .sub-menu li a {
    padding-left: 40px;
}

#main-nav-mobi ul li:first-child {
    border-top: 0px;
}

#main-nav-mobi ul ul li.current-item a, #main-nav-mobi ul > li.current-menu-item > a, #main-nav-mobi ul > li > a:hover {
    color: #58c0c9;
}

#main-nav-mobi .menu-item-has-children .arrow {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 48px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 2px;
    width: 48px;
}

#main-nav-mobi .menu-item-has-children .arrow:before {
    font-family: "Font Awesome 6 Free";
    content: "";
    color: #0c1226;
    font-weight: 600;
    font-size: 14px;
}

#main-nav-mobi .menu-item-has-children.current-menu-item .arrow:before {
    color: #58c0c9;
}

.mobile-button {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
    position: absolute;
    width: 26px;
    height: 26px;
    top: 50%;
    right: 0;
    background-color: transparent;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mobile-button:before, .mobile-button:after, .mobile-button span {
    background-color: #fff;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.mobile-button:before, .mobile-button:after {
    content: "";
    position: absolute;
    top: 0;
    height: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mobile-button span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.mobile-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.mobile-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.mobile-button.active span {
    opacity: 0;
}

.mobile-button.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-button.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.header.style-bdg .mobile-button:before, .header.style-bdg .mobile-button:after, .header.style-bdg .mobile-button span {
    background-color: #0e1927;
}

#main-nav .menu .sub-menu-bar li {
    height: auto;
    margin-right: 0;
}

#main-nav .menu li:hover .menu-bar {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

#main-nav .menu-bar li a {
    color: #0c1226;
    padding: 10px 20px;
}

#main-nav .menu-bar li.current-item a {
    color: #58c0c9 !important;
}

#main-nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    background-color: #fff;
    box-shadow: 0 0px 32px 0 rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px);
    padding: 5px 0;
}

#main-nav .sub-menu li {
    margin-right: 0;
}

#main-nav .sub-menu li a {
    padding: 10px 20px;
    color: #0c1226;
    opacity: 0.9;
}

#main-nav .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

#main-nav .sub-menu li.current-item a {
    color: #58c0c9 !important;
    opacity: 1;
}

.footer {
    background: #0e1927;
    padding: 130px 0 16px;
}

.footer .container {
    max-width: 1200px;
}

.footer .widget.logo img {
    margin-bottom: 33px;
}

.footer .widget.logo p {
    color: #fff;
    margin-bottom: 33px;
    letter-spacing: 0px;
    padding-right: 30px;
}

.footer .widget h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 50px;
}

.footer .widget h5::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 73px;
    height: 2px;
    background: #58c0c9;
}

.footer .widget li {
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 0.7px;
}

.footer .widget p {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.3px;
}

.footer .widget form {
    position: relative;
}

.footer .widget form .form-group {
    margin-bottom: 28px;
}

.footer .widget form input {
    border: 1px solid #58c0c9;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #fff;
}

.footer .widget form input.form-control {
    height: 50px;
}

.footer .widget form button {
    position: absolute;
    right: 10px;
    top: 8px;
    background: transparent;
    border: none;
}

.footer .widget form .form-check {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.footer .widget form .form-check input {
    margin-right: 10px;
}

.footer .widget form .form-check .form-check-label {
    color: #fff;
}

.footer .widget.locations {
    padding-left: 6px;
    padding-right: 6px;
    min-height:280px;
}

.footer .widget.locations ul {
    padding-left: 10px;
}

.footer .widget.locations ul li {
    margin-bottom: 15px;
}

.footer .widget.locations ul li span {
    color: #58c0c9;
    position: relative;
}

.footer .widget.locations ul li span:before {
    position: absolute;
    content: "";
    background-color: #58c0c9;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: -16px;
    top: 8px;
}

.footer .widget.locations ul li p {
    margin-top: 7px;
    margin-bottom: 0;
    line-height: 28px;
}

.footer .widget.locations ul li:last-child p:last-child {
    font-family: "DM Sans";
    font-size: 20px;
    line-height: 28px;
    color: #58c0c9;
}

.footer .widget.latestnew p {
    margin-bottom: 27px;
    letter-spacing: 0.5px;
}

.footer .bottom-main {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.129);
    padding-top: 30px;
    margin-top: 60px;
}

.footer .bottom-main p {
    color: #58c0c9;
}

.footer .bottom-main ul {
    display: flex;
}

.footer .bottom-main ul li {
    margin-left: 26px;
}

.footer .bottom-main ul li a {
    letter-spacing: 0.8px;
    color: #fff;
    text-transform: uppercase;
}

.footer .bottom-main ul li a:hover {
    color: #58c0c9;
}

.footer.style-bdg .widget {
    border-right: 1px solid rgba(255, 255, 255, 0.129);
    min-height:350px;
}

.footer.style-bdg .widget h5 {
    margin-bottom: 54px;
}

.footer.style-bdg .widget h5::before {
    bottom: -16px;
}

.footer.style-bdg .widget.pd-n {
    border-right: none;
}

.footer.style-bdg .widget.locations {
    padding-right: 0;
    padding-left: 0;
}

.footer.style-bdg .widget.locations ul {
    padding-left: 0;
}

.footer.style-bdg .widget.locations ul li p span {
    color: #fff;
    text-transform: uppercase;
    display: block;
}

.footer.style-bdg .widget.locations ul li p span::before {
    display: none;
}

.footer.style-bdg .widget.locations ul li p.cl {
    color: #58c0c9;
}

.footer.style-bdg .widget.logo {
    text-align: center;
    padding: 0 28px;
    padding-left:20px;
}

.footer.style-bdg .widget.logo p {
    margin-bottom: 38px;
    line-height: 1.7;
}

.footer.style-bdg .widget.time {
    text-align: right;
}

.footer.style-bdg .widget.time h5::before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
}

.footer.style-bdg .bottom-main {
    margin-top: 36px;
    border: none;
}

.footer.style-bdg .bottom-main ul li {
    margin-left: 33px;
}

.footer.style-bdg .bottom-main ul li a {
    letter-spacing: 0.6px;
}

.footer.style-bdg .bottom-main p {
    color: #fff;
}

.list-social {
    display: flex;
}

.list-social li {
    margin-right: 12px;
}

.list-social li a {
    width: 45px;
    height: 45px;
    min-width: 45px;
    border-radius: 50%;
    border: 1px solid #58c0c9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.list-social li a:hover {
    background: #58c0c9;
    color: #fff;
}

footer.style-bdg .list-social {
    justify-content: center;
}

.list-social.style-bdg {
    justify-content: center;
}

.list-social.style-bdg li {
    margin: 0 6px;
}

footer.style-bdg.bg-white {
    padding-left: 15px;
}

footer.style-bdg.bg-white h5 {
    color: #0e1927;
}

footer.style-bdg.bg-white .widget {
    border-color: #dedede;
}

footer.style-bdg.bg-white .widget p {
    color: #0e1927;
}

footer.style-bdg.bg-white .widget li {
    color: #0e1927;
}

footer.style-bdg.bg-white .widget li p {
    color: #666666 !important;
}

footer.style-bdg.bg-white .widget li p span {
    color: #0e1927 !important;
}

footer.style-bdg.bg-white .list-social li a {
    border-color: #0e1927;
    color: #0e1927;
}

footer.style-bdg.bg-white .list-social li a:hover {
    border-color: #58c0c9;
}

footer.style-bdg.bg-white .bottom-main p {
    color: #0e1927;
}

footer.style-bdg.bg-white .bottom-main ul li {
    margin-left: 38px;
}

footer.style-bdg.bg-white .bottom-main ul li a {
    color: #0e1927;
    font-size: 13px;
    line-height: 27px;
    letter-spacing: 1.2px;
}

footer.style-bdg.bg-white .bottom-main ul li a:hover {
    color: #58c0c9;
}

.bottom-footer{
    font-size:15px
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%, 43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }
    25%, 75% {
        opacity: 0;
    }
}

@keyframes pulse {
    from {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes shake {
    from, to {
        transform: translate3d(0, 0, 0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes headShake {
    0% {
        transform: translateX(0);
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        transform: translateX(0);
    }
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes wobble {
    from {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }
    to {
        transform: none;
    }
}

@keyframes jello {
    from, 11.1%, to {
        transform: none;
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }
    88.8% {
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: none;
    }
}

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    to {
        transform: none;
    }
}

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        transform: none;
    }
}

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%, 45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        transform: translate3d(-100px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        transform: translate3d(100px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUpSmall {
    from {
        opacity: 0;
        transform: translate3d(0, 100px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }
    to {
        transform: perspective(400px);
    }
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }
    to {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%, 60% {
        transform: rotate3d(0, 0, 1, 80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40%, 80% {
        transform: rotate3d(0, 0, 1, 60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(0.1) rotate(30deg);
        transform-origin: center bottom;
    }
    50% {
        transform: rotate(-10deg);
    }
    70% {
        transform: rotate(3deg);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes move2 {
    0% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px);
    }
    50% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px);
    }
    100% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px);
    }
}

@keyframes move3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    50% {
        -webkit-transform: translate(30px);
        transform: translate(30px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes move4 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    50% {
        -webkit-transform: translate(-30px);
        transform: translate(-30px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes move5 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes myanimation {
    0% {
        width: 0;
    }
}

@keyframes myanimation {
    0% {
        width: 0;
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes rotated {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.panigation li a.active {
    color: #09121D;
    background-color: #58c0c9;
}

.panigation li a.active svg path {
    stroke: #09121D;
}

@media only screen and (max-width: 1600px) {
    .container-bdg .s-menu .flat-tabs .content-tab .menu-list {
        max-width: unset;
    }

    .container-bdg .s-menu .flat-tabs .menu-tab {
        position: relative;
    }

    .header.style-bdg .container {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1440px) {
    .s-menu .flat-tabs .content-tab .left-img, .s-menu .flat-tabs .content-tab .right-img {
        width: 200px;
        height: 200px;
        min-width: 200px;
    }

    .opening .opening-img {
        position: unset !important;
    }

    .chef-main {
        flex-wrap: wrap;
    }

    .chef-main .chef-box {
        margin: 0 auto;
    }

    .chef-main .block-text {
        max-width: 100%;
        margin: 50px auto 80px;
    }

    .s-menu {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .s-menu .menu-main {
        flex-wrap: wrap;
    }

    .s-menu .menu-main .menu-list {
        width: 100%;
        padding-right: 0;
    }

    .s-menu .menu-main .list-img {
        width: 50% !important;
        justify-content: space-around;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .s-menu .menu-main .list-img .img {
        width: 100% !important;
    }

    .s-menu .menu-main .list-img .img:last-child {
        display: none;
    }

    .s-menu .menu-main .list-img .img img {
        object-fit: cover;
    }

    .s-menu .menu-main.right .menu-list {
        padding-left: 0;
    }

    .s-menu.s1 {
        padding-bottom: 75px !important;
    }
}

@media only screen and (max-width: 1380px) {
    #main-nav .menu li {
        margin-right: 56px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .s-menu-list .portfolio-main .portfolio-box-1 .content {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .s-menu-list .portfolio-main .portfolio-box-1 .content .tag {
        margin-bottom: 30px;
    }

    .s-menu .flat-tabs .content-tab .menu-list {
        max-width: unset;
    }

    .content-section > img {
        display: none;
    }

    .container-bdg .s-menu .flat-tabs .menu-tab {
        margin: 0 auto 30px;
    }

    .location .image {
        margin-left: auto;
        margin-right: auto;
    }

    .header #site-header-inner .tf-button {
        display: none;
    }

    .s-menu .flat-tabs .content-tab .left-img, .s-menu .flat-tabs .content-tab .right-img {
        position: static;
        margin: 0 20px 60px;
        display: inline-block;
    }

    .opening .opening-img {
        margin-top: 30px;
        width: unset !important;
    }

    .mySwiper .swiper-pagination {
        left: 15px;
    }

    .container-bdg .opening .opening-content {
        margin-bottom: 50px;
    }

    .container-bdg .content-section .main-content {
        padding: 0 15px;
    }

    .home-section .home-section-image {
        margin: 0 auto !important;
        width: 100%;
    }

    .home-section .home-section-content {
        padding-left: 0;
    }

    .home-section .home-section-content.style-bdg {
        padding: 0;
        margin-bottom: 50px;
    }

    .footer {
        padding: 100px 0 16px;
    }

    .footer.style-bdg .bottom-main {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .footer.style-bdg .bottom-main p {
        margin: 0 auto 20px;
    }

    .footer.style-bdg .bottom-main ul {
        justify-content: center;
        width: 100%;
    }

    .footer.style-bdg .bottom-main ul li {
        margin-left: 10px !important;
    }

    .footer.style-bdg .bottom-main ul li:first-child {
        margin-left: 0 !important;
    }

    .home-section {
        padding: 80px 0;
    }

    .s-faq .block-text p {
        padding: 0;
    }

    .location-box .img {
        width: calc(50% - 30px);
        height: 457px;
    }

    .blog-sidebar-main .main-content {
        width: 100% !important;
        padding-right: 0 !important;
        margin-bottom: 80px;
    }

    .footer.style-bdg .widget {
        text-align: center !important;
        margin-bottom: 50px;
    }

    .footer.style-bdg .widget h5::before, .footer.style-bdg .widget.time h5::before {
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }

    .footer.style-bdg .widget {
        border-right: none;
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer.style-bdg .widget p {
        padding-right: 0 !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .footer .widget.locations ul {
        text-align:center !important;
    }

    .footer .bottom-main {
        text-align:center !important;
    }

}

@media only screen and (max-width: 991px) {
    .content-section .content-section-image .group-img img {
        width: 48%;
    }

    .container-bdg .opening-book {
        width: unset;
    }

    #site-header-inner {
        position: relative;
    }

    .mySwiper .box-slider .content-box .sub-title {
        padding-right: 0;
    }

    .sidebar-btn {
        display: none;
    }

    .location .image {
        width: 300px;
        height: 300px;
        min-width: 300px;
        margin: 30px auto;
    }

    .mobile-button {
        display: block;
    }

    .header #site-header-inner .tf-button {
        margin-right: 40px;
        padding: 16px 20px;
        font-size: 12px;
    }

    .mySwiper .box-slider .content-box {
        width: 100%;
        padding-top: 150px;
    }

    .mySwiper .swiper-pagination {
        display: none;
    }

    .container-bdg .testimonials .testimonials-main {
        flex-wrap: wrap;
    }

    .container-bdg .testimonials .testimonials-main .testimonials-img {
        width: 100%;
    }

    .container-bdg .testimonials .testimonials-main .testimonialSwiper {
        width: 100%;
    }

    .container-bdg .testimonials .testimonials-main .testimonialSwiper .testimonials-content {
        padding: 60px 15px 20px;
    }

    .body-main .mobile-button {
        top: 30px;
        left: 30px;
        z-index: 99;
    }

    .s-menu.p-list {
        padding: 400px 0 0px;
    }

    .portfolio-carousel .flat-tabs .menu-tab li {
        margin: 0 7px !important;
    }

    .s-contact .contact-info {
        padding-bottom: 0;
        flex-wrap: wrap;
    }

    .s-contact .contact-info .item {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid rgba(200, 200, 200, 0.6);
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .s-contact .contact-info .item:last-child {
        margin-bottom: 0;
    }

    .footer .widget {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .content-section .content-section-image .group-img img {
        width: 100%;
    }

    .content-section .content-section-image .group-img {
        flex-wrap: wrap;
    }

    .top-bar-bdg .header__logo {
        padding-left: 0;
    }

    .s-menu .menu-main .list-img {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .list li {
        width: 100%;
    }

    .portfolio-box-1.style-3 .content {
        left: 15px;
        right: 15px;
        padding: 30px 15px;
    }

    h2 {
        font-size: 40px;
    }

    .top-bar-bdg .top-header .t,.top-bar-bdg .top-header .icon {
        display: none;
    }

    .container-bdg .mySwiper {
        height: 630px;
    }

    .container-bdg .mySwiper .box-slider .content-box {
        padding-top: 100px;
    }

    .container-bdg .mySwiper .box-slider .content-box .title {
        font-size: 40px;
    }

    .opening {
        padding-bottom: 80px;
    }

    .opening .opening-content {
        padding-top: 0;
    }

    .opening .opening-img {
        position: relative;
        top: 20%;
    }

    .s-menu .shape {
        display: none;
    }

    .s-menu {
        padding: 80px 0;
    }

    .choose .shape {
        display: none;
    }

    .list {
        padding: 0 !important;
    }

    .content-section .content-section-content {
        padding-left: 0;
        padding-top: 80px;
    }

    .content-section {
        padding: 80px 0;
    }

    .s-blog {
        padding: 80px 0;
    }

    h3 {
        font-size: 25px;
    }

    .block-text .subtitle {
        font-size: 13px;
    }

    .s-menu .flat-tabs .menu-tab li {
        margin: 0 20px;
    }

    .footer {
        padding: 80px 0 16px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .footer .bottom-main {
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .container-bdg .s-menu .flat-tabs .menu-tab {
        width: 100%;
    }

    .container-bdg .s-menu .flat-tabs .menu-tab li::before {
        left: 0;
    }

    .container-bdg .s-menu .flat-tabs .menu-tab li::after {
        right: 0;
    }

    .container-bdg .s-menu .flat-tabs .menu-tab li h5 {
        margin-left: auto;
        margin-right: auto;
    }

    .container-bdg .s-menu .flat-tabs .content-tab .right-img {
        width: 300px;
        height: 300px;
        min-width: 300px;
    }

    .container-bdg .s-menu {
        padding: 80px 0 0;
    }

    .footer .widget {
        margin-bottom: 30px;
        padding-left: 0 !important;
    }

    .footer .bottom-main p {
        width: 100%;
        text-align: center;
    }

    .footer .bottom-main ul {
        width: 100%;
        justify-content: center;
    }

    .location-box .img {
        width: 100%;
        margin: 0;
    }

    .portfolio-carousel .flat-tabs .menu-tab {
        padding-left: 15px;
        padding-right: 15px;
    }

    .portfolio-carousel .flat-tabs .menu-tab li h5 {
        font-size: 15px;
    }

    .portfolio-details .portfolio-details-main .content {
        flex-wrap: wrap;
    }

    .portfolio-details .portfolio-details-main .content .left {
        width: 100%;
        padding: 66px 0 51px;
    }

    .portfolio-details .portfolio-details-main .content .right {
        width: 100%;
        margin: 0;
        padding-top: 0;
    }

    .tf-button.style3 {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 600px) {
    .blog-single .bottom {
        flex-wrap: wrap;
        gap: 30px;
    }

    .block-text.center .subtitle::after, .block-text.center .subtitle::before {
        display: none;
    }

    .portfolio-box .content {
        padding: 30px 15px;
    }

    .s-faq .flat-accordion .flat-toggle .toggle-title .icon {
        right: 15px !important;
    }

    .flat-tabs .menu-tab {
        overflow-x: auto;
        justify-content: start !important;
    }

    .flat-tabs .menu-tab li > * {
        width: max-content;
    }

    .s-menu .flat-tabs .menu-tab li {
        margin: 0 10px;
    }

    .s-menu .flat-tabs .menu-tab li h5 {
        font-size: 13px;
    }

    .content-section .content-section-image .group-img {
        flex-wrap: wrap;
        margin-left: 0;
        margin-right: 0;
    }

    .content-section .content-section-image .group-img img {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .mySwiper .contact-info {
        padding: 15px;
        width: 100%;
        height: unset;
    }

    .form-group {
        width: 100% !important;
    }

    .container-bdg .opening-book {
        width: auto;
        height: auto;
    }

}

@media only screen and (max-width: 520px) {
    .s-menu .flat-tabs .content-tab .left-img, .s-menu .flat-tabs .content-tab .right-img {
        width: 100%;
        height: unset;
        margin: 0;
        margin-bottom: 15px;
    }
    .container-bdg .s-menu .flat-tabs .content-tab h5 .txt {
        font-size: 15px;
    }
}

.bdg-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.bdg-gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    text-decoration: none;
    background: #f5f5f5;
}

.bdg-gallery-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.bdg-gallery-item:hover img {
    transform: scale(1.06);
    opacity: 0.92;
}

@media (max-width: 991px) {
    .bdg-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .bdg-gallery-item img {
        height: 240px;
    }
}

@media (max-width: 575px) {
    .bdg-gallery {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .bdg-gallery-item img {
        height: 220px;
    }
}

.bdg-downloads {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.bdg-download-card {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 24px;
    border-radius: 12px;
    background: #f8f8f8;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bdg-download-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.bdg-download-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #c59d5f;
}

.bdg-download-content {
    flex: 1;
    text-align: left;
}

.bdg-download-content h4 {
    margin-bottom: 8px;
    font-size: 20px;
    color: #111;
}

.bdg-download-content p {
    margin-bottom: 0;
    color: #666;
}

.bdg-download-action span {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 30px;
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .bdg-download-card {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .bdg-download-action {
        width: 100%;
    }
}