@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap"); /**font-family: Poppins, sans-serif;**/
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&display=swap'); /**font-family: 'PT Serif', serif;**/
@import url("bootstrap.css");
@import url("reset.css");
@import url("basic.css");
@import url("animate.css");
@import url("../helper/owlcarousel/owlcarousel/assets/owl.carousel.min.css");
@import url("../helper/owlcarousel/owlcarousel/assets/owl.theme.default.min.css");
@import url("responsive.css");
@import url("../icons/css/fontello.css");

:root {
    --isabelline: rgb(241 215 215 / 42%);
    --suvaGray: #929292;
    --camouflageGreen: #808369;
    --ashGray: #a7a99a;
    --onyx: #434343;
    --lightSalmon: #f7c7c7;
    --spanishGray: #929292;
    --ptserif: 'PT Serif', serif;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.header {
    float: left;
    width: 100%;
}
.header-top {
    position: relative;
    background-color: var(--isabelline);
    width: 100%;
    float: left;
    padding: 3px 0px
}
.headet-top-lef {
    position: relative;
    float: left;
    padding: 10px 0;
}
/**
.headet-top-lef:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1000%;
    background-color: #1a2940;
    content: "";
    margin-right: -20px;
}
**/
.headet-top-lef > ul {
    position: relative;
    float: right;
}
.headet-top-lef > ul > li {
    position: relative;
    float: left;
    margin-right: 30px;
}
.headet-top-lef > ul > li > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--camouflageGreen);
}
.headet-top-lef > ul > li > a {
    color: var(--suvaGray);
    font-size: 15px;
    font-family: var(--ptserif);
}

.headet-top-lef > ul > li > a:hover {
    color: var(--lightSalmon);
}

.header-top-right {
    position: relative;
    float: right;
    padding: 10px 0;
}
.header-top-right > ul > li {
    position: relative;
    display: inline-block;
    margin-left: 10px;
}
.header-top-right > ul > li:first-child {
    margin-left: 0px;
}
.header-top-right > ul > li > a {
}
.header-top-right > ul > li > a > i {
    background: var(--lightSalmon);
    width: 30px;
    height: 30px;
    border-radius: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.header-top-right > ul > li > a:hover i {
    background: var(--lightSalmon);
    color: #fff;
}
.header-botom {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eee;
    position: relative;
}
.logo {
    margin-right: auto;
    padding: 10px 0px;
}
.logo img {
    width: 90px;
}
.top-category {
    display: block;
}
.top-category > ul {
    display: block;
}
.top-category > ul > li {
    float: left;
    position: relative;
}
.top-category ul li a {
    font-size: 17px;
    font-weight: 500;
    padding: 15px 15px;
    display: block;
    font-family: var(--ptserif);
    color: #333;
}

.top-category ul li a > i{
    margin-right: -0.2em;
}

.top-category > ul > li > a:after {
    content: '';
    border-right: 1px solid var(--ashGray);
    height: 23px;
    position: absolute;
    right: 0;
    bottom: auto;
    margin-top: 0px;
}

.top-category > ul > li:last-child a:after {
    border-right: none !important;
}

.top-category ul li a.active {
    color: var(--lightSalmon);
}
.top-category ul li a:hover {
    color: var(--lightSalmon);
}
.top-category > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.top-category > ul > li > ul {
    display: block;
    width: 230px;
    position: absolute;
    background: #f5f5f5;
    left: 0;
    top: 105px;
    border: 1px solid #f1f1f1;
    border-top: 2px solid var(--lightSalmon);
    transition: all 500ms ease;
    padding: 0px 15px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -ms-box-shadow: 0 3px 6px 2px rgb(145 145 145 / 15%);
    -o-box-shadow: 0 3px 6px 2px rgb(145 145 145 / 15%);
    box-shadow: 0 3px 6px 2px rgb(145 145 145 / 15%);
}
.top-category > ul > li > ul > li {
    position: relative;
    display: block;
    float: left;
    width: 100%;
}
.top-category > ul > li > ul > li > a:hover {
}
.top-category > ul > li > ul > li > a {
    padding: 7px 0px;
    line-height: 29px;
    font-family: var(--ptserif);
    color: #333;
}
.top-category > ul > li:hover > a {
    color: var(--lightSalmon);
}
.booking-btn {
    margin-left: auto;
}
.booking-btn > a {
    color: #ffffff;
    border: none;
    padding: 8px 15px;
    transition: all 300ms linear !important;
    text-decoration: none;
    font-family: 'PT Serif', serif;
    font-size: 16px;
    background-color: var(--lightSalmon);
    overflow: hidden;
    border-radius: 0px;
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.booking-btn > a:hover {
    color: var(--camouflageGreen);
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}
.booking-btn > a:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.booking-btn > a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.booking-btn > a > span {
    position: relative;
}
.booking-btn > a.black {
color: #b97474;
    border: none;
    padding: 8px 15px;
    transition: all 300ms linear !important;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    background-color: #f9efee;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.booking-btn > a.black:hover {
    color: var(--camouflageGreen);
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}
.booking-btn > a.black:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.booking-btn > a.black:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #ffffff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.modules-area {
    float: left;
    width: 100%;
    padding: 80px 0px;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
}
#tf-carousel {
    position: relative;
    height: 75vh;
    float: left;
    width: 100%;
}
#tf-carousel .carousel-inner .item {
    height: 75vh;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-caption {
    top: 45%;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.item.active img {
    transition: transform 5s linear 0s;
    transform: scale(1.05, 1.05);
    object-position: center;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
    font-size: 50px;
}
.carousel-caption {
    right: 0;
    padding: 0 0px;
    vertical-align: middle;
    float: left;
    bottom: auto;
    z-index: 999999;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-caption-area {
    float: left;
    width: 100%;
}
.carousel-caption-area > element {
    display: block;
    font-size: 41px;
    font-weight: 600;
    animation-delay: 0.5s;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: 'PT Serif', serif;
    letter-spacing: 1.5px;
}
.carousel-caption-area > element > span {
    color: #ffffff;
}
.carousel-caption-area > p {
    display: inline-block;
    animation-delay: 1.7s;
    font-weight: 300;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 30px !important;
    line-height: 30px;
    letter-spacing: 0.4px;
    font-family: 'PT Serif', serif;
}
.carousel-caption-area > a {
    background: #ffffff;
    color: #383848;
    padding: 10px 20px;
    border-radius: 0px;
    text-transform: uppercase;
    animation-delay: 2.5s;
    display: inline-block;
    margin: auto;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-family: var(--ptserif);
    font-size: 16px;
    font-weight: 500;
}
.carousel-caption-area > a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: var(--lightSalmon);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.carousel-caption-area > a:hover {
    color: #fff;
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}
.carousel-caption-area > a:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.carousel-caption-area > a > span {
    position: relative;
}
.tf-carousel-window {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-image: url(../img/nokta.png);
}
.tf-carousel-nex-btn {
    display: none;
}
#tf-carousel:hover .tf-carousel-nex-btn {
    display: flex;
}
.tf-carousel-nex-btn-left {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 2;
    height: 100%;
    align-items: center;
}
.tf-carousel-nex-btn-left > i {
    font-size: 26px;
    border: 1px solid #fff;
    border-radius: 36px;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tf-carousel-nex-btn-right {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2;
    height: 100%;
    align-items: center;
}
.tf-carousel-nex-btn-right > i {
    font-size: 26px;
    border: 1px solid #fff;
    border-radius: 36px;
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tf-mobil-category {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: -1200px;
    background: #fff;
    overflow-y: auto;
    transition: 0.8s;
}
.tf-mobil-category ul {
    float: left;
    width: 100%;
}
.tf-mobil-category ul li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f5f5f5;
}
.tf-mobil-category ul li a {
    line-height: 42px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}
.tf-mobil-category ul li a > i {
    margin-right: 5px;
}
.tf-mobil-category ul li span {
    color: #383848;
    float: right;
    font-size: 20px;
    border-left: 1px solid #e6e6e6;
    padding: 11px 15px;
    background: #f0f0f3;
}
.tf-mobil-category ul li ul {
    display: none;
    float: left;
    width: 100%;
    background: #fbfbfb;
}
.tf-mobil-category ul li ul li {
    float: left;
    border-bottom: 1px solid #ededed;
}
.tf-mobil-category ul li ul li:first-child {
    border-top: 1px solid #ededed;
}
.tf-mobil-category ul li ul li:last-child {
    border-bottom: none;
}
.mobil-social {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 10px;
    border-bottom: 1px solid #eee;
    background: #fbfbfb;
}
.mobil-social > li i {
    background: #1a2940;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.mobil-social button {
    margin-left: auto;
    border: none;
    display: block;
    font-size: 28px;
    padding: 0px 0px 0px 0px;
    line-height: 0;
    text-align: center;
    background: transparent;
}
.module_one_area {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 0px 30px rgb(0 0 0 / 10%);
    float: left;
    width: 100%;
}
.module_one_box {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 115px 25px 40px;
    overflow: hidden;
    border-right: 1px solid #eee;
}
.module_one_col > div:last-child > .module_one_box {
    border-right: none !important;
}
.module_one_icon {
    float: left;
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #ee0979;
    position: absolute;
    top: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin-top: -12px;
}
.module_one_icon > img {
    width: 55px;
    height: auto;
}
.module_one_box > h3 {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    margin: 15px 0;
    font-size: 18px;
}
.module_one_box > p {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 14px;
    margin-top: 12px;
    margin-bottom: 0;
    color: #666;
    font-weight: 300;
}
.module_one_box > a {
    color: #000;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6;
    transition: 0.6;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
}
.module_one_box > a:hover {
    color: #e5a918 !important;
}
.module_one_box:hover a {
    opacity: 1;
    visibility: visible;
    bottom: 23px;
}
.module_one_box:hover .module_one_icon {
    top: 23px;
    -webkit-animation: 0.4s ease-in-out iconTop;
    animation: 0.4s ease-in-out iconTop;
}
.module_one_box:hover h3,
.module_one_box:hover p {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}
.mobule-title {
    width: 100%;
    max-width: 600px;
    margin: auto;
    margin-bottom: 45px;
}
.mobule-title > h6 {
    color: var(--onyx);
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
}
.mobule-title > p {
    color: var(--spanishGray);
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 26px;
}
.mobule-title > h6::after {
    background: var(--lightSalmon);
    bottom: 10px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}
.owl-services-box {
    float: left;
    width: 100%;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
}
.service-scroll-img {
    float: left;
    width: 100%;
    position: relative;
}
.service-scroll-img > img {
    width: 100%;
    height: auto;
}
.service-text {
    float: left;
    width: 100%;
    padding: 15px;
    position: absolute;
    bottom: 0px;
    background: linear-gradient(0deg, rgb(0 0 0 / 86%) 0%, rgb(0 0 0 / 43%) 28%, rgb(0 0 0 / 0%) 100%);
    text-align: center;
    padding-top: 30px;
}
.service-text > a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    font-size: 20px;
    font-weight: 600;
    color: #d7d7d7;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.service-view-btn > a:hover {
    color: #e5a918;
}
.service-text > p {
    color: #666;
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.service_scroll_icon {
    position: absolute;
    width: 60px;
    left: 10px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.service_scroll_icon > img {
}
.owl-service-window {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 55%);
    display: flex;
    align-items: center;
    justify-content: center;
    top: -500px;
    transition: 0.3s !important;
    z-index: 99;
}
.owl-service-window > a {
    font-size: 16px;
    background: var(--lightSalmon);
    display: block;
    padding: 10px 15px;
    color: #fff;
    border-radius: 2px;
    font-weight: 500;
    text-transform: uppercase;
}
.owl-service-window > a:hover {
    background: var(--isabelline);
    color: #333;
}
.owl-services-box:hover .owl-service-window {
    top: 0px;
}
.module_three_area {
    display: flex;
    align-items: center;
}
.module_three_left {
    float: left;
    width: 100%;
}
.module_three_left > h1 {
    font-weight: 700;
    font-size: 34px;
    letter-spacing: 1.5px;
    margin: 10px 0px 20px 0;
}
.module_three_left > span {
    font-weight: 500;
    color: #e5a918;
    letter-spacing: 1.5px;
}
.module_three_left > p {
    color: #666;
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 26px;
}
.module_three_right {
    border-radius: 10px;
    overflow: hidden;
    float: left;
    width: 100%;
    position: relative;
}
.module_three_right::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    border: 5px solid rgb(229 169 24);
    z-index: 99;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.module_four_left {
    float: left;
    width: 100%;
}
.module_four_left > h5 {
    font-weight: 700;
    font-size: 35px;
    line-height: 52px;
}
.module_four_left > p {
    font-size: 14px;
    color: #666;
    font-weight: 300;
    margin-bottom: 0;
}
.module_four_right {
    float: left;
    width: 100%;
}
.module_four_right > a {
    background: #1a2940;
    display: block;
    color: #fff;
    padding: 15px;
    border-radius: 36px;
    text-align: center;
}
.footer {
    float: left;
    width: 100%;
    padding: 40px 0px;
    background: #fff;
    border-top: 2px solid #f9efee;
}
.footer_box {
    float: left;
    width: 100%;
}
.footer_box > strong {
    color: #252521;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.9px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.1;
    float: left;
    width: 100%;
}
.footer_box > strong:before {
    background: #f5e2e2 none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 2px;
    position: absolute;
    width: 50px;
}
.footer_box > p {
    margin-bottom: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
}
.footer_box > ul {
    float: left;
    width: 100%;
}
.footer_box > ul > li {
    line-height: 30px;
}
.footer_box > ul > li > a {
    font-size: 13px;
}
.footer_box > ul > li > a:hover {
    color: var(--isabelline);
}
.footer_box > ul > li > a > i {
}
.footer_contact {
}
.footer_contact li {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    color: #333;
}
.footer_contact li a {
    color: #333;
    display: flex;
    align-items: center;
}
.footer_contact li i {
    width: 25px;
    height: 25px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    border: 1px dashed #cfcfcf;
    margin-right: 13px;
    font-size: 11px;
}
.footer_contact li a:hover {
    color: var(--isabelline);
}
.footer_contact li a:hover i {
    border: 1px dashed var(--isabelline);
}
.footer_copyright {
    float: left;
    width: 100%;
    padding: 15px;
background: var(--isabelline);
    border-top: 1px solid #f3f3f3;
}
.copyright {
    text-align: center;
    color: #a58383;
    font-size: 13px;
}
.page_area {
    float: left;
    width: 100%;
}
.contact_map {
    float: left;
    width: 100%;
}
.contact_info {
    float: left;
    width: 100%;
    background: #f9efee;
    margin-bottom: 50px;
}
.contact_info > ul {
    padding: 40px;
}
.contact_info > ul > li {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.contact_info > ul > li > strong {
    color: #333;
    font-weight: 500;
    font-size: 20px;
    border-left: 5px solid var(--lightSalmon);
    padding-left: 15px;
    margin-bottom: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.contact_info > ul > li > p {
    color: rgb(133 118 116);
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
    margin-left: 20px;
}
.contact_form_area {
    width: 100%;
    float: left;
}
.contact_form_area > h1 {
    font-size: 36px;
    line-height: 1.2em;
    color: #1a2940;
    border-left: 5px solid var(--lightSalmon);
    padding-left: 15px;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: 600;
}
.contact_form_area > h2 {
    position: relative;
    font-size: 15px;
    line-height: 28px;
    color: #555555;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 30px;
}
.contact_form_area {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.form-input {
    float: left;
    width: 100%;
}
.form-input > input {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}
.form-input > input:focus {
    outline: none;
}
.form-input > textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #eee;
    max-width: 100%;
    height: 80px;
}
.form-input > textarea:focus {
    outline: none;
}
.form-input > button {
    float: right;
    margin-top: 30px;
    background: var(--lightSalmon);
    border: none;
    padding: 15px 40px;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: all 300ms linear !important;
    overflow: hidden;
    position: relative;
}
.form-input > button:hover {
    -webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    color: var(--camouflageGreen);
}
.form-input > button:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.form-input > button:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: #f9efee;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.form-input > button > span {
    position: relative;
}
.user_comment_area {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 5px;
}
.user_comment_picture {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.user_comment_picture > img {
    width: 70px !important;
    height: 70px;
    border-radius: 100%;
    object-fit: cover;
    margin: auto;
}
.user_comment_user {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.user_comment_user > p {
    font-weight: 500;
    font-size: 15px;
}
.user_comment_user > img {
    width: auto !important;
    height: auto;
    margin: auto;
}
.user_comment_text {
    float: left;
    width: 100%;
    height: 120px;
    overflow: auto;
    margin-top: 20px;
}
.user_comment_text > p {
    color: #666;
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
}
.user_comment_text::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}
.user_comment_text::-webkit-scrollbar-track {
    background: #efeeeb;
}
.user_comment_text::-webkit-scrollbar-thumb {
    background-color: #cbcbcb;
    border-radius: 2px;
}
.page_detail {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.page_detail_img {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.page_detail_img > img {
}
.page_detail_content {
    float: left;
    width: 100%;
}
.page_detail_content h2 {
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
}
.page_detail_content ul {
    padding-left: 30px !important;
    margin-bottom: 15px;
}
.page_detail_content ul li {
    list-style: disc;
    font-weight: 400;
    padding: 3px 0px;
}
.page_detail_content p {
    position: relative;
    font-size: 15px;
    line-height: 28px;
    color: #555555;
    font-weight: 300;
    margin-bottom: 15px;
}
.page_detail_content h1,
h2,
h3,
h4 {
    margin-bottom: 10px;
}
.page_title_area {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: #f3f6f8;
    border-bottom: 1px solid #eee;
}
.page_title {
    text-align: center;
}
.page_title > h1 {
    background: #f7c7c7;
    color: #4e4e4e;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    font-size: 26px;
    position: relative;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #daaeae;
}
.page_title > h1::after {
    background: var(--lightSalmon) none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}
.page_sidebar {
    float: left;
    width: 100%;
    background: #1a2940;
}
.page_sidebar_box {
    float: left;
    width: 100%;
    padding: 15px;
}
.page_sidebar_title {
    float: left;
    width: 100%;
    border-bottom: 1px dashed rgb(100 109 120 / 56%);
    padding-bottom: 10px;
}
.page_sidebar_title > strong {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.6px;
    border-left: 3px solid var(--isabelline);
    padding-left: 5px;
    float: left;
    width: 100%;
}
.page_categories {
    float: left;
    width: 100%;
}
.page_categories > ul {
    float: left;
    width: 100%;
}
.page_categories > ul > li {
    float: left;
    width: 100%;
    line-height: 36px;
}
.page_categories > ul > li > a {
    color: #cfcfcf;
}
.page_categories > ul > li > a:hover {
    color: var(--isabelline);
}
.page_sidebar_book_appointment {
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px solid rgb(100 109 120 / 56%);
    padding: 15px;
    padding-top: 20px;
}
.page_sidebar_book_appointment > p {
    color: #cfcfcf;
    margin-top: 15px;
}
.page_404 {
    float: left;
    width: 100%;
    padding: 30px 0px;
}
.page_404 > img {
    margin: auto;
    display: block;
    margin-bottom: 50px;
}
.page_404 > p {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 30px;
    color: #666;
}
.page_404 > a {
    display: table;
    margin: auto;
    background: #1a2940;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
}
.page_404 > a:hover {
    background: var(--isabelline);
}
.module_8 {
    height: 100%;
    width: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    padding: 50px 0px;
    border-bottom: 1px solid #f7f7f7;
    background-color: #f9f9f9;
}
.module_8_box {
    float: left;
    width: 100%;
}
.module_8_text {
    float: left;
    width: 100%;
}
.module_8_text > h6 {
    font-size: 30px;
    font-weight: 400;
    color: #1a2940;
}
.module_8_button {
}
.module_9_area {
    float: left;
    width: 100%;
}
.module_9_box {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0px;
}
.module_9_icon {
    width: 50px;
    display: inline-block;
    margin-right: 10px;
}
.module_9_icon > img {
}
.module_9_number {
    display: inline-block;
}
.module_9_number > h3 {
    font-size: 60px;
    color: #1a2940;
    line-height: 60px;
    font-weight: 600;
}
.module_9_box > p {
    float: left;
    width: 100%;
    font-size: 17px;
    font-weight: 400;
    color: #222222;
    margin-top: 15px;
}
.module_9_top {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.team_area {
    float: left;
    width: 100%;
    padding: 20px;
}
.team_box {
    float: left;
    width: 100%;
    -moz-box-shadow: 0 0 74px rgba(15, 15, 15, 0.07);
    -webkit-box-shadow: 0 0 74px rgb(15 15 15 / 7%);
    -o-box-shadow: 0 0 74px rgba(15, 15, 15, 0.07);
    box-shadow: 0 0 10px 2px rgb(86 86 86 / 7%);
}
.team_img {
    float: left;
    width: 100%;
}
.team_img > picture > img {
}
.team_info {
    min-height: 240px;
    float: left;
    width: 100%;
    background: #ffffff none repeat scroll 0 0;
    margin: 0;
    padding: 30px;
    position: relative;
    border-top: 1px solid #efefef;
}
.team_info > p {
    margin: 0;
    margin-top: 30px;
    text-align: center;
    color: #666;
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
}
.designation {
    background: #1a2940 none repeat scroll 0 0;
    left: 15%;
    margin: -35px auto auto;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    width: 70%;
    text-align: center;
    border-radius: 5px;
}
.designation > h4 {
    color: var(--isabelline);
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.designation > span {
    color: #ffffff;
    margin: 0;
}
.module_11_area {
    position: relative;
    float: left;
    width: 100%;
    padding: 80px 0px;
}
.module_11_area > div > div > div:last-child > .module_11_box:before {
    display: none;
}

.module_11_area:before {
    background-repeat: repeat;
    background-position: center top;
    background: #fff4f1;
    background-attachment: fixed;
}

.module_11_area:after {
    /*background-color: var(--ashGray);
    opacity: 0.97;*/
}
.module_11_area:after,
.module_11_area:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
}
.module_11_box {
    position: relative;
    text-align: center;
    padding: 30px 0px;
}
.module_11_box:before {
    position: absolute;
    right: 0;
    top: 115px;
    height: 26px;
    width: 55px;
    margin-right: -43px;
    background-image: url("../img/arrow-icon.png");
    background-repeat: no-repeat;
    content: "";
}
.image-box {
    position: relative;
    display: inline-block;
    height: 200px;
    width: 200px;
    border: 2px solid var(--lightSalmon);
    border-radius: 50%;
    margin-bottom: 50px;
}
.image-box .image {
    position: relative;
    left: 0px;
    top: 8px;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

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

.image-box .count {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    margin: 0 auto;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    border-radius: 50%;
    background-color: #f79d2b;
}
.module_11_info_box {
    position: relative;
    max-width: 280px;
    margin: 0 auto;
}
.module_11_info_box h4 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 15px;
}
.module_11_info_box h4 a {
    color: var(--onyx);
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 22px;
    font-weight: 900;
}
.module_11_info_box h4 a:hover {
    color: var(--camouflageGreen);
}
.module_11_text {
    color: var(--spanishGray);
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 26px;
}
.module_11_count {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    margin: 0 auto;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    border-radius: 50%;
    background-color: var(--lightSalmon);
}
.module_11_right {
    position: relative;
}
.module_11_right > ul {
    position: relative;
    box-shadow: 0 27px 50px rgb(0 0 0 / 5%);
    background-color: #ffffff;
    z-index: 3;
    padding: 50px 60px;
}
.module_11_right > ul > li {
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 20px;
}
.module_11_right > ul > li:last-child {
    padding-bottom: 0px;
    border-bottom: none !important;
    margin-bottom: 0px;
}
.module_11_right > ul > li > div {
    position: relative;
    padding-left: 80px;
    min-height: 50px;
}
.module_11_right > ul > li > div > span {
    position: absolute;
    left: 5px;
    top: 5px;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 50px;
    font-size: 44px;
    color: #f79d2b;
    background: #f3f4f5;
    border-radius: 36px;
    display: flex;
    align-items: center;
    padding: 5px;
    justify-content: center;
}
.module_11_right > ul > li > div > p {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    font-weight: 300;
}
.module_11_right > ul > li > div > strong {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #222222;
    font-weight: 500;
}
.module_11_left {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}
.module_11_left {
    height: 100%;
    width: 100%;
}
.module_11_left_img {
    height: 100%;
    width: 100%;
    border: 3px solid #eee;
    border-radius: 5px;
}
.module_11_left_img > img {
    width: 100%;
}
.module_11_left_title {
    float: left;
    width: 100%;
}
.module_11_left_title > h2 {
    position: relative;
    display: block;
    font-size: 35px;
    color: #1a2940;
    font-weight: 700;
    letter-spacing: -0.02em;
    border-left: 5px solid #f79d2b;
    line-height: 50px;
    padding-left: 20px;
}
.module_11_context {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.module_11_left_text {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.module_11_left_text > p {
    color: #666;
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 28px;
}
.module_12_flex {
    display: flex;
    align-items: center;
}
.footer_blog {
    float: left;
    width: 100%;
}
.footer_blog > ul {
    float: left;
    width: 100%;
}
.footer_blog > ul > li {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #141f30;
}
.footer_blog > ul > li:last-child {
    border-bottom: none !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.footer_blog_img {
    float: left;
    width: 60px;
    height: 50px;
}
.footer_blog_img > img {
    object-fit: cover;
    border-radius: 5px;
    height: 100%;
    width: 100%;
}
.footer_blog_text {
    float: left;
    width: 100%;
    padding-left: 70px;
    position: absolute;
}
.footer_blog_text > a {
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: 400;
    line-height: 22px;
}
.footer_blog_text > a:hover {
    color: #fff;
}
.footer_blog_text > span {
    font-size: 11px;
    color: #e5a918;
    font-weight: 400;
}
.footer_social {
    float: left;
    width: 100%;
    padding: 20px 0px;
}
.footer_social > ul {
    float: left;
    width: 100%;
    flex-direction: row;
    display: flex;
    align-self: auto;
}
.footer_social a {
    color: rgba(255, 255, 255, 0.65);
    border: 1px solid rgb(255 255 255 / 22%);
    width: 30px;
    height: 30px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.footer_social a:hover {
    color: #e5a918;
    border: 1px solid #e5a918;
}
.price_box {
    float: left;
    width: 100%;
    border: 1px solid #ededed;
    position: relative;
    background: #fff;
    border-radius: 5px;
}
.price_title {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px;
    text-align: center;
    display: grid;
}
.price_title > strong {
    font-size: 25px;
    font-weight: 600;
}
.price_title > small {
    font-size: 14px;
}
.price_number {
    float: left;
    width: 100%;
    position: relative;
    padding: 15px;
    text-align: center;
    background: var(--lightSalmon);
}
.price_number > strong {
    font-size: 45px;
    position: relative;
    color: #fff;
    text-shadow: 1px 0px 1px rgb(0 0 0 / 66%);
    font-weight: 600;
    line-height: normal;
}
.price_number > strong > small {
    position: absolute;
    left: -16px;
    font-size: 23px;
    font-weight: 500;
    top: 5px;
}
.price_number:after {
    bottom: -30px;
    border: solid transparent;
    content: " ";
    position: absolute;
    border-width: 15px;
    border-top-color: var(--lightSalmon);
    left: 50%;
    margin-left: -16px;
}
.price_content {
    float: left;
    width: 100%;
    position: relative;
    padding: 25px 0px;
    text-align: center;
}
.price_content > ul {
    float: left;
    width: 100%;
}
.price_content > ul > li {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #e8e8e8;
    padding: 15px 5px;
    text-align: center;
    color: #666;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}
.price_content > ul > li:last-child {
    border-bottom: none;
}
.price_content > a {
    display: inline-block;
    background: var(--lightSalmon);
    padding: 10px;
    width: auto;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.price_content > a:hover {
    background: var(--camouflageGreen);
}
.price_number_blue {
    background: var(--camouflageGreen);
}
.price_number_blue:after {
    border-top-color: var(--camouflageGreen);
}
.price_content_blue > a {
    background: var(--camouflageGreen);
}
.price_content_blue > a:hover {
    background: var(--lightSalmon);
}
.blog-box {
    float: left;
    width: 100%;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.blog-box:hover .owl-service-window {
    top: 0px;
}
.blog-img {
    float: left;
    width: 100%;
    position: relative;
}
.blog-img > img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.blog-text {
    float: left;
    width: 100%;
    padding: 20px;
}
.blog-text > strong {
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    float: left;
    width: 100%;
}
.blog-text > strong > a {
    font-weight: 500;
    font-size: 18px;
}
.blog-text > p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #666;
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 24px;
    float: left;
    width: 100%;
}
.page-sub-title {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
}
.page-sub-title > h2 {
    font-size: 15px;
    font-weight: 400;
}
.blog-pagination {
    text-align: center;
}
.pagination > li > a,
.pagination > li > span {
    padding: 6px 10px;
    line-height: normal;
    color: #ffffff;
    background-color: #1a2940;
    border: 1px solid #1a2940;
    width: 35px;
    height: 35px;
    border-radius: 36px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #e5a918;
    border-color: #e5a918;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    background-color: #e5a918;
    border-color: #e5a918;
    color: #fff;
}
.blog-detail-area {
    float: left;
    width: 100%;
}
.blog-detail-img {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}
.blog-detail-img > img {
    width: 100%;
    height: auto;
}
.blog-detail-text {
    float: left;
    width: 100%;
}
.blog-detail-text ul {
    padding-left: 30px !important;
    margin-bottom: 15px;
}

.blog-detail-text ul li {
    list-style: disc;
    font-weight: 400;
    padding: 3px 0px;
}

.blog-detail-text p {
    position: relative;
    font-size: 15px;
    line-height: 28px;
    color: #555555;
    font-weight: 300;
    margin-bottom: 15px;
}
.blog-detail-text > h1 {
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 600;
    border-left: 3px solid #e5a918;
    padding-left: 10px;
    line-height: 40px;
}
.blog-detail-text > h2 {
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 500;
    line-height: 30px;
}
.blog-detail-text img {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
}
.blog-detail-text > div > strong {
    font-size: 17px;
    margin-bottom: 5px;
    display: block;
    font-weight: 500;
}
.blog-detail-sidebar {
    float: left;
    width: 100%;
    background: #1a2940;
    padding: 20px;
}
.blog-detail-sidebar > strong {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
    display: block;
    font-weight: 400;
}
.blog-detail-sidebar > strong:before {
    background: #e5a918 none repeat scroll 0 0;
    bottom: -12px;
    content: "";
    height: 2px;
    position: absolute;
    width: 50px;
}
.blog-detail-sidebar > ul {
    float: left;
    width: 100%;
}
.blog-detail-sidebar > ul > li {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #0e1c30;
}
.blog-detail-sidebar-img {
    float: left;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
}
.blog-detail-sidebar-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-detail-sidebar-text {
    float: left;
    width: 100%;
    position: absolute;
    padding-left: 80px;
}
.blog-detail-sidebar-text > a {
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 17px;
}
.blog-detail-sidebar-text > a:hover {
    color: #e5a918;
}
.blog-detail-sidebar-text > p {
    color: rgb(255 255 255 / 50%);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
}
.certificate_text {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.certificate_text > h6 {
    color: #333333;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
}
.certificate_text > h6::after {
    background: #fcdb16 none repeat scroll 0 0;
    bottom: 10px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}
.certificate_text p {
    color: #666;
    font-weight: 300;
    margin-bottom: 0px;
    font-size: 15px;
    line-height: 26px;
}
.certificate {
    float: left;
    width: 100%;
    padding: 15px;
}
.certificate_image {
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #eee;
}
.certificate_image > picture > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service_page_title {
    float: left;
    width: 100%;
    position: relative;
    padding: 70px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service_page_title:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgb(241 215 215 / 40%);
    z-index: 0;
}
.service_detail {
    width: 100%;
    background: #fff;
    padding: 30px;
    float: left;
    box-shadow: 0px 0px 5px 2px rgb(239 239 239 / 85%);
}
.service_area {
    position: relative;
    width: 100%;
    float: left;
}
.service_area:before,
.service_area:before {
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-repeat: repeat;
    background-position: center top;
    background-image: url(../img/servicebg.jpg);
    opacity: 0.06;
}
.service_area:after {
    background-color: #f7f7f7;
    background-image: none;
    opacity: 1;
    z-index: -1;
}
.service_detail > h2.service_title {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
    border-left: 3px solid #e5a918;
    padding-left: 10px;
    line-height: 40px;
}
.page_detail_content {
    float: left;
    width: 100%;
}
.page_detail_content img {
    width: 100% !important;
    height: auto !important;
}
.service_sidebar {
    float: left;
    width: 100%;
    padding-top: 50px;
    margin-bottom: 30px;
}
.service_sidebar > strong {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 25px;
    color: #1a2940;
    font-weight: 700;
    padding-left: 10px;
    border-left: 3px solid var(--lightSalmon);
    margin-bottom: 25px;
    float: left;
    width: 100%;
}
.service_sidebar_list {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.service_sidebar_list > ul {
    float: left;
    width: 100%;
}
.service_sidebar_list > ul > li {
    position: relative;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.service_sidebar_list > ul > li > a {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #1a2940;
    line-height: 26px;
    padding: 15px 25px;
    display: block;
    border-radius: 3px;
    background-color: #ffffff;
    z-index: 9;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-left: 3px solid #dfdfdf;
}
.service_sidebar_list > ul > li > a:hover {
   border-left: 3px solid var(--lightSalmon);
    background: #f9efee;
    color: #333;
}
.service_sidebar_list > ul > li > a:hover > i {
    color: var(--lightSalmon);
}
.service_sidebar_list > ul > li > a > i {
    color: var(--lightSalmon);
}
.service_sidebar_list > ul > li > a.active {
    border-left: 3px solid var(--lightSalmon);
    background: #f9efee;
    color: #333;
}
.service_sidebar_list > ul > li > a.active > i {
    color: var(--lightSalmon);
}
.service_contact {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 3px;
}
.service_contact > p {
    position: relative;
    font-size: 15px;
    line-height: 28px;
    color: #555555;
    font-weight: 300;
    margin-bottom: 28px;
}
.fixed_area {
    position: relative;
    float: left;
    width: 100%;
    padding: 80px 0px;
}
.fixed_area:before {
    background-repeat: repeat;
    background-position: center top;
    background-image: url("../img/module_11.jpg");
    background-attachment: fixed;
}
.fixed_area:after {
    background-color: #1a2940;
    opacity: 0.97;
}
.service_cat {
    float: left;
    width: 100%;
}
.service_cat > button {
    background: #e5a918;
    border: none;
    padding: 8px 25px;
    color: #fff;
    border-radius: 5px;
}
.service_cat > button:hover {
    background: #1a2940;
}
.service_cat > button.active {
    background: #1a2940;
}
.product-list {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    margin-top: 50px;
}
.product-list > img {
}
.product-list p {
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    position: relative;
    color: #fff;
    letter-spacing: 2px;
}
.product-list a {
    padding: 5px 10px !important;
}
.product-list:hover .owl-service-window {
    top: 0;
    flex-direction: column;
}
.timeline {
    position: relative;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 85px;
}
.timeline::after {
    content: "";
    position: absolute;
    width: 4px;
    background-color: #1a2940;
    top: 0;
    bottom: 0;
    left: 50%;
}
.timeline::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #e5a918;
    left: 50%;
    top: -20px;
    margin-left: -13px;
    border-radius: 36px;
    z-index: 9;
    border: 3px solid #1a2940;
}
.time-container {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}
.time-container::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -15px;
    background-color: #e5a918;
    border: 3px solid #1a2940;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}
.time-container:nth-child(odd) {
    left: 0;
}
.time-container:nth-child(even) {
    left: 50%;
}
.time-container:nth-child(odd)::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 31px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #1a2940;
}
.time-container:nth-child(even)::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 31px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent #1a2940 transparent transparent;
}
.time-container:nth-child(even)::after {
    left: -11px;
}
.time-content {
    position: relative;
    background: #ffffff;
    border: 1px solid #eee;
    box-shadow: 0px 1px 26px 3px rgb(0 0 0 / 7%);
    display: grid;
    border-radius: 4px;
    overflow: hidden;
}
@media screen and (max-width: 600px) {
    .timeline::after {
        left: 31px;
        height: 74.5%;
    }
    .timeline::before {
        left: 31px;
    }
    .time-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }
    .time-container::before {
        left: 62px !important;
        border: medium solid white !important;
        border-width: 10px 10px 10px 0 !important;
        border-color: transparent #1a2940 transparent transparent !important;
    }
    .time-container:nth-child(odd)::after,
    .time-container:nth-child(even)::after {
        left: 20px;
        top: 20px;
    }
    .time-container:nth-child(even) {
        left: 0%;
    }
    .time-footer-content {
        width: 100%;
    }
    .time-footer-content > button {
        border-radius: 0px !important;
        width: 100%;
    }
}
.time-content-title {
    float: left;
    width: 100%;
    padding: 20px;
    background: #1a2940;
    display: flex;
    align-items: center;
}
.time-content-title > element {
    color: #fff;
    font-size: 18px;
    margin-left: 10px;
}
.time-content-title > span {
    float: left;
    width: 33px;
    height: 33px;
    background: #e5a918;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
}
.time-content-box {
    float: left;
    width: 100%;
    padding: 20px;
}
.time-content-box > p {
    color: #666;
    font-weight: 300;
    font-size: 14px;
}
.time-content-box > img {
    width: 100%;
}
.time-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.time-footer-content {
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9;
}
.time-footer-content > button {
    background: #e5a918;
    color: #fff;
    padding: 10px 20px;
    border-radius: 36px;
    border: 4px solid #1a2940;
}
.time-footer-content > button:hover {
    background: #1a2940;
}
.book-app-success {
    font-size: 80px;
    color: #4caf50;
    text-align: center;
    float: left;
    width: 100%;
    display: none;
}
.book-app-success > i {
    font-size: 80px;
    color: #4caf50;
    line-height: 90px;
}
.book-app-success > strong {
    font-size: 27px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.book-app-success > p {
    color: #666;
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
}
.book-app-success > button {
    display: block;
    margin: auto;
    background: #1a2940;
    border: none;
    padding: 7px 20px;
    border-radius: 3px;
    color: #fff;
}
.scroll-mobile-button {
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    -ms-box-shadow: 0 3px 6px 2px rgb(145 145 145 / 15%);
    -o-box-shadow: 0 3px 6px 2px rgb(145 145 145 / 15%);
    box-shadow: 0 -2px 6px 1px rgb(145 145 145 / 15%);
    display: none;
}
.scroll-mobile-button-area {
    width: 100%;
    padding: 15px;
}
.scroll-mobile-button-area > a {
    display: block;
    background: var(--lightSalmon);
    text-align: center;
    padding: 8px 0px;
    border-radius: 5px;
    color: #fff;
}
.message_alert_area {
    float: left;
    width: 100%;
}
.message_alert_box {
    float: left;
    width: 100%;
    color: #fcfcfc;
    font-weight: 400;
    padding: 10px;
    border-radius: 3px;
    margin: 20px 0px;
    display: none;
}
.message_alert_box > b {
    font-weight: 500;
}
.message_alert_area > .success {
    background: #4caf50;
    border-left: 3px solid #348937;
}
.message_alert_area > .error {
    background: #f73737;
    border-left: 3px solid #c73030;
}

.owl-theme .owl-nav {
    top: 50%;
    margin-top: 0 !important;
    position: absolute;
    width: 100%;
    left: 0;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    height: 1px;
}

.owl-theme .owl-nav > .owl-prev {
    margin-left: -15px !important;
}

.owl-theme .owl-nav > .owl-next {
    margin-right: -15px !important;
}
