/* Dentexa HTML5 Template  */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Hidden Sidebar
6. Banner Section
7. Page Title
8. Section Banner
9. Section Title
10. About Section
11. Blog Section

**********************************************/



:root {
    --thm-font: 'DM Sans', sans-serif;
    --thm-font-2: 'Abril Fatface', cursive;
    --thm-gray: #6b767b;
    --thm-black: #1d2f38;
    --thm-black-rgb: 29, 47, 56;
}







/*==============================================
   Base Css
===============================================*/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

html,
body {
    height: 100%;
}

body {
    color: var(--thm-gray);
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    font-family: var(--thm-font);
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}





h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--thm-black);
    font-weight: 700;
    line-height: 1.25em;
    font-family: var(--thm-font-2);
    margin: 0;
}

h3 {
    font-size: 24px;
    font-weight: 400;
}



a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
    transition: .4s;
    -webkit-transition: all .4s ease-in-out;
}

textarea:focus {
    outline: none;
}


*::-moz-selection {
    background: var(--thm-black);
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: var(--thm-black);
    color: #fff;
    text-shadow: none;
}

::selection {
    background: var(--thm-black);
    color: #fff;
    text-shadow: none;
}



*::placeholder {
    color: #555555;
    opacity: 1;
}

*::-moz-placeholder {
    color: #555555;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #555555;
    opacity: 1;
}





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

.fancybox-image,
.fancybox-spaceball {
    border-radius: 10px;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}


img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}


.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 5px 10px 5px;
}

.map-data a {
    color: #0b59d9;
    display: block;
}

.map-data h6 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 5px;
    color: #121212;
}



i {
    font-style: normal;
}

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

ol,
li {
    margin: 0;
    padding: 0;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}




.btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding-left: 55px;
    padding-right: 55px;
    background-color: transparent;
    color: #fefefe;
    font-size: 16px;
    line-height: 70px;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-family: var(--thm-font);
    z-index: 2;
}

.btn-one:before {
    position: absolute;
    top: 0;
    left: -50px;
    right: -50px;
    height: 170px;
    content: "";
    background: var(--thm-black);
    -webkit-transform: translateY(-70px);
    transform: translateY(70px);
    border-radius: 50%;
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    z-index: 1;
}

.btn-one:hover:before {
    -webkit-transform: translateY(-70px);
    transform: translateY(-70px);
}

.btn-one:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: var(--thm-base);
    opacity: 1;
    transform: scaleX(1.0);
    webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    z-index: -1;
}

.btn-one:hover:after {
    transform: scaleX(0);
    webkit-transition-duration: 1500ms;
    transition-duration: 1500ms;
}


.btn-one.style2 {
    color: var(--thm-black);
}

.btn-one.style2:after {
    background-color: #ffffff;
    border: 2px solid #ffffff;
}

.btn-one.style2:hover:after {
    transform: scaleX(0);
    webkit-transition-duration: 1500ms;
    transition-duration: 1500ms;
}

.btn-one.style2:before {
    background-color: var(--thm-black);
}

.btn-one .txt {
    position: relative;
    z-index: 1;
}

.btn-one:hover,
.btn-one:focus {
    color: #ffffff;
}


.btn-two {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: var(--thm-black);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--thm-font-2);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.btn-two:before {
    font-family: Fontawesome;
    content: "\f107";
    position: absolute;
    top: -2px;
    left: 0;
    font-weight: 400;
    font-size: 22px;
    transform: rotate(-135deg);
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.btn-two:hover:before {
    transform: rotate(-90deg);
    top: 0;
}

.btn-two:hover {
    color: var(--thm-base);
}




.checked-box1 {
    position: relative;
    display: block;
    min-height: 40px;
}

.checked-box1 label {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    margin-right: 0px;
    margin-bottom: 0;
    color: #585858;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    cursor: pointer;
    min-height: 40px;
    font-family: var(--thm-font);
}

.checked-box1 input[type="checkbox"] {
    display: none;
}

.checked-box1 input[type="checkbox"]+label span {
    position: absolute;
    display: block;
    top: 4px;
    left: 0;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #dae5ec;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box1 label span:before {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    content: "";
    width: 30px;
    height: 30px;
    background: var(--thm-primary);
    border-radius: 50%;
    margin: 4px;
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box1 input[type="checkbox"]:checked+label span {
    border-color: #dae5ec;
}

.checked-box1 input[type="checkbox"]:checked+label span:before {
    transform: scale(1.0);
}






.checked-box2 {
    position: relative;
    display: block;
    min-height: 30px;
}

.checked-box2 label {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 0px;
    margin-bottom: 0;
    color: #757575;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    cursor: pointer;
    min-height: 30px;
    font-family: var(--thm-font);
}

.checked-box2 input[type="checkbox"] {
    display: none;
}

.checked-box2 input[type="checkbox"]+label span {
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box2 label span:before {
    font-family: FontAwesome;
    content: "\f00c";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    margin: 0px;
    color: var(--thm-base);
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.checked-box2 input[type="checkbox"]:checked+label span {
    border-color: #dedede;
}

.checked-box2 input[type="checkbox"]:checked+label span:before {
    opacity: 1;
}






.thm-social-link1 {
    position: relative;
    display: block;
}

.thm-social-link1 ul {
    position: relative;
}

.thm-social-link1 ul li {
    position: relative;
    float: left;
    margin-right: 10px;
}

.thm-social-link1 ul li:last-child {
    margin-right: 0;
}

.thm-social-link1 ul li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: var(--thm-base);
    border-radius: 50%;
    border: 2px solid var(--thm-base);
    color: #ffffff;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}

.thm-social-link1 ul li a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--thm-black);
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.thm-social-link1 ul li a:hover:before {
    transform: scaleX(1.0);
}

.thm-social-link1 ul li a:hover {
    color: #ffffff;
}





.thm-social-link2 {
    position: relative;
    display: block;
}

.thm-social-link2 ul {
    position: relative;
    overflow: hidden;
}

.thm-social-link2 ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.thm-social-link2 ul li:last-child {
    margin-right: 0;
}

.thm-social-link2 ul li a {
    position: relative;
    display: block;
    color: #909090;
    font-size: 16px;
    line-height: 30px;
    transition: all 500ms ease;
}

.thm-social-link2 ul li a:hover {
    color: var(--thm-primary);
}



.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.parallax-bg-one::before {
    background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}



/*___ owl Nav Dot Style _____*/
.owl-theme .owl-prev span,
.owl-theme .owl-next span {}

.owl-nav-style-one {}

.owl-nav-style-one .owl-controls {}

.owl-nav-style-one.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.owl-nav-style-one.owl-theme .owl-nav {
    position: relative;
    display: block;
    line-height: 0;
    z-index: 10;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 0%;
    margin: 0 0 0 0px;
    padding: 0;
    transition: all 700ms ease 0s;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:before {
    content: "\f149";
    font-family: flaticon !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #ffffff;
    color: var(--thm-base);
    font-size: 18px;
    line-height: 56px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover:before {
    border-color: var(--thm-base);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] span {
    display: none;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
    transform: rotate(-270deg);
    margin-right: 10px;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-next {
    margin-left: 0px;
    transform: rotate(270deg);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: var(--thm-base);
}

.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover:before {
    color: #ffffff
}



.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    text-align: center;
    line-height: 0;
    margin-top: 50px !important;
    display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #e0e0e0;
    margin: 0px 5px;
    padding: 0px;
    border-radius: 50%;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
    border-color: var(--thm-base);
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active span {}




@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, .1),
            0 0 0 20px rgba(238, 238, 238, 0.3000);
    }
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 5px rgba(255, 231, 1, .1),
            0 0 0 20px rgba(255, 231, 1, 0.3000);
    }
}

.rating-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.rating-box ul {
    overflow: hidden;
}

.rating-box ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.rating-box ul li:last-child {
    margin-right: 0;
}

.rating-box ul li a {
    font-size: 20px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}




.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    background: #ffffff none repeat scroll 0 0;
    width: 100%;
    min-width: 320px;
}



.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding-top: 10px;
}

.styled-pagination.pdtop0 {
    padding-top: 0;
}

.styled-pagination li {
    position: relative;
    display: inline-block;
    float: left;
    float: none;
    margin-right: 6px;
}

.styled-pagination li:last-child {
    margin-right: 0;
}

.styled-pagination li.prev a {
    transform: rotate(0deg);
}

.styled-pagination li a span:before {
    font-size: 25px;
}

.styled-pagination li.prev a span.left {
    position: relative;
    top: 1px;
}

.styled-pagination li.next a span.right {
    position: relative;
    top: 2px;
}

.styled-pagination li a {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 0%;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    color: var(--thm-black);
    font-size: 18px;
    line-height: 53px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: var(--thm-font-2);
    z-index: 1;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
    color: #ffffff;
    border-color: var(--thm-base);
    background: var(--thm-base);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
    color: var(--thm-base);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
    color: #ffffff;
}






/** search pop-up style **/
.serach-button-style1 {
    position: relative;
    display: block;
    margin-left: 30px;
    margin-right: 5px;
}

.serach-button-style1 .search-toggler {
    position: relative;
    display: block;
    width: 75px;
    height: 55px;
    background: transparent;
    color: var(--thm-black);
    font-size: 25px;
    line-height: 55px;
    font-weight: 400;
    border-left: 1px solid #d4dcdb;
    cursor: pointer;
    transition: all 500ms ease;
}

.serach-button-style1 .search-toggler:hover {
    color: var(--thm-base);
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.9);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .close-search {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    transition: all 500ms ease;
}

.search-popup .search-form {
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1024px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 100px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    z-index: 10;
}

.search-popup.popup-visible .search-form {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 500ms ease 500ms;
    -moz-transition: all 900ms ease 500ms;
    -webkit-transition: all 900ms ease 500ms;
    -ms-transition: all 900ms ease 500ms;
    -o-transition: all 900ms ease 500ms;
}

.search-popup .search-form .form-group {
    margin-bottom: 30px;
}

.search-popup .search-form fieldset {
    position: relative;
    border-radius: 12px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 70px;
    padding: 20px 250px 20px 30px;
    background: #ffffff;
    line-height: 30px;
    font-size: 24px;
    color: #233145;
    border-radius: 7px;
}

.search-popup .search-form fieldset input[type="submit"] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 220px;
    height: 70px;
    padding: 20px 10px 20px 10px;
    color: #ffffff !important;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0px 7px 7px 0px;
    background: var(--thm-base);
}

.search-popup .search-form fieldset input[type="submit"]:hover {
    transform: translateY(0px);
}

.search-popup h3 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: 1px;
    text-align: center;
}

.search-popup .recent-searches {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.search-popup .recent-searches li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
    display: block;
    line-height: 24px;
    border: 1px solid #ffffff;
    padding: 7px 15px;
    color: #ffffff;
    border-radius: 3px;
    -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;
}

.search-popup .recent-searches li a:hover {
    border-color: var(--thm-primary);
    background-color: var(--thm-primary);
}





.serach-button-style1--instyle2 {
    margin-left: 0;
    margin-right: 0;
}

.serach-button-style1--instyle2 .search-toggler {
    color: #ffffff;
    border-left: 1px solid rgba(255, 255, 255, 0.20);
}

.serach-button-style1--instyle2 .search-toggler:hover {
    color: var(--thm-black);
}






/*=============== Color-Layout =============*/
.switcher {
    position: fixed;
    top: 320px;
    z-index: 99;
}

.switcher .switch_btn {
    position: absolute;
    top: 0px;
    right: -60px;
    z-index: -1;
}

.switcher .switch_btn button {
    width: 60px;
    height: 70px;
    color: #fff;
    line-height: 70px;
    cursor: pointer;
    border-radius: 0;
    margin-left: 0;
    transition: all 500ms ease;
    background: rgba(0, 0, 0, 0.90);
}

.switcher .switch_menu {
    position: absolute;
    width: 220px;
    background: transparent;
    display: none;
    top: 0px;
    left: 65px;
    bottom: 0;
    margin: 0;
    padding: 0px 0;
}

.switcher_container {
    position: relative;
    display: block;
    line-height: 0;
    padding: 20px 0;
}

.switcher #styleOptions li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 3px;
}

.switcher #styleOptions li:last-child {
    margin-right: 0;
}

.switcher #styleOptions li a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 0%;
    box-shadow: 0 0 0 0px #fff;
}

.switcher #styleOptions li a.blue-color {
    background: #1266e3;
}

.switcher #styleOptions li a.pink-color {
    background: #e70887;
}

.switcher #styleOptions li a.violet-color {
    background: #6936d8;
}

.switcher #styleOptions li a.crimson-color {
    background: #ba0913;
}

.switcher #styleOptions li a.orange-color {
    background: #FFA500;
}

.switcher #styleOptions li a.green-color {
    background: #95c41f;
}



/*** Scroll To Top style ***/
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: var(--thm-base);
    font-size: 20px;
    line-height: 56px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 999999999;
}

.scroll-top span {}

.scroll-top:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    z-index: -1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}



.scroll-top:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}



.scroll-top:hover {
    color: #ffffff;
    background-color: var(--thm-black);
    border-color: var(--thm-black);
}





/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error {
    border-color: red;
}

#contact-form input[type="email"].error {
    border-color: red;
}

#contact-form select.error {
    border-color: red;
}

#contact-form textarea.error {
    border-color: red;
}







/* Overlay styles */
.overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(218, 60, 34, 0.80);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}

.overlay-style-one .box {
    display: table;
    height: 100%;
    width: 100%;
}

.overlay-style-one .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.overlay-style-one .box .inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}





.overlay-style-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;
}

.overlay-style-two:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(18, 18, 18, 0.90);
}

.overlay-style-two:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background-color: rgba(18, 18, 18, 0.90);
}




.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 16px;
}

.review-box>ul {
    display: block;
    overflow: hidden;
}

.review-box>ul>li {
    display: inline-block;
    float: left;
    margin-right: 4px;
}

.review-box>ul>li:last-child {
    margin-right: 0px;
}

.review-box>ul>li>i {
    position: relative;
    display: inline-block;
    color: #cdcdcd;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.review-box>ul>li:hover>i {
    color: var(--thm-base);
}




/* Update header Style */
@keyframes menu_sticky {
    0% {
        margin-top: -90px;
    }

    50% {
        margin-top: -74px;
    }

    100% {
        margin-top: 0;
    }
}




/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 30px 0;
}

.nav-outer.style1 .mobile-nav-toggler {
    padding: 25px 0 25px;
}

.nav-outer.style2 .mobile-nav-toggler {
    padding: 25px 0;
}

.nav-outer.style3 .mobile-nav-toggler {
    padding: 45px 0;
}


.nav-outer .mobile-nav-toggler .inner {
    position: relative;
    display: block;
    padding: 3px 5px;
    background: var(--thm-base);
}

.nav-outer.style2 .mobile-nav-toggler .inner {
    background-color: var(--thm-black);
}




.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 16, 32, 0.90);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}


.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #000000;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    color: var(--thm-base);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid var(--thm-primary);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.current>a,
.mobile-menu .navigation li>a:hover {
    color: var(--thm-base);
}


.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 50px 15px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 1px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 50%;
    background: var(--thm-base);
    color: #ffffff;
    font-size: 16px;
    line-height: 41px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
    color: var(--thm-base);
    background-color: #ffffff;
}







/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
    left: 0%;
    top: 0;
    position: fixed;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    cursor: url(../images/icon/cross-out.png), pointer;
    z-index: 99999999;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: .8;
    visibility: visible;
    transition-delay: 0.3s;
    right: 100%;
    background-color: #000000;
}


.xs-sidebar-widget {
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 365px;
    background-color: #1d2f38;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 700ms ease 100ms;
    visibility: hidden;
    opacity: 1;
    z-index: 999999999;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    left: 0;
    transition: all 500ms ease 800ms;
}



.sidebar-textwidget {
    padding: 70px 30px;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 300ms ease 100ms;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 700ms ease 1500ms;
}

.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: 0;
    background-color: #000000;
}



.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
}

.xs-sidebar-group .widget-heading a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.xs-sidebar-group .widget-heading a:hover {
    color: var(--thm-base);
    border-color: var(--thn-base);
}


.xs-sidebar-group .content-inner .logo {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.xs-sidebar-group .content-inner .logo a {
    position: relative;
    display: inline-block;
}

.xs-sidebar-group .content-inner h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 14px;
    margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: var(--thm-base);
}


.xs-sidebar-group .content-inner .content-box {
    margin-bottom: 30px;
    padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box .inner-text {
    position: relative;
    display: block;
    padding-top: 2px;
}

.xs-sidebar-group .content-inner .content-box p {
    color: #b0bcc2;
    margin: 0;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
    position: relative;
    margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
    margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type='text'],
.xs-sidebar-group .content-inner .form-inner .form-group input[type='email'],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 15px;
    padding: 10px 20px;
    color: #848484;
    transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .theme-btn-one {}

.xs-sidebar-group .content-inner .form-inner .form-group .theme-btn-one:hover {}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
    resize: none;
    height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
    border-color: #00224f;
}


.sidebar-contact-info {
    position: relative;
    display: block;
    padding-top: 43px;
}

.sidebar-contact-info h3 {}

.sidebar-contact-info ul {
    position: relative;
    display: block;
    padding-bottom: 22px;
}

.sidebar-contact-info ul li {
    position: relative;
    display: block;
    color: #b0bcc2;
    line-height: 30px;
    margin-bottom: 6px;
}

.sidebar-contact-info ul li:last-child {
    margin-bottom: 0;
}

.sidebar-contact-info ul li span {
    position: relative;
    display: inline-block;
    width: 25px;
}

.sidebar-contact-info ul li span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    top: 3px;
}

.sidebar-contact-info ul li a {
    color: #b0b0bd;
}

.xs-sidebar-group .content-inner .thm-social-link1 {
    overflow: hidden;
}



.sec-title {
    position: relative;
    display: block;
    margin-top: -4px;
    padding-bottom: 49px;
}

.sec-title .sub-title {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 0;
    padding-bottom: 6px;
}

.sec-title.center .sub-title {
    justify-content: center;
}


.sec-title .sub-title p {
    color: var(--thm-base);
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}

.sec-title .sub-title .dotted {
    position: relative;
    display: block;
    width: 6px;
    height: 6px;
    background: var(--thm-base);
    border-radius: 50%;
    margin-right: 9px;
    animation: slide5 10s linear infinite;
    -webkit-animation: slide5 10s linear infinite;
}

@keyframes slide5 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -200px 0;
    }
}

@-webkit-keyframes slide5 {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -200px 0;
    }
}


.sec-title h2 {
    font-size: 50px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
}






.video-holder-box1 {
    position: absolute;
    bottom: 70px;
    left: -175px;
    width: 250px;
    height: 290px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 20px 40px 0px rgba(86, 20, 19, 0.05);
}

.video-holder-box1 .icon {
    position: relative;
    display: block;
}

.video-holder-box1 .icon a {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    background: #ffffff;
    border-radius: 50%;
    border: 15px solid var(--thm-primary);
    border-radius: 50%;
}

.video-holder-box1 .icon a:before {
    position: absolute;
    content: '';
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50%;
    background: rgba(54, 124, 232, 0.0);
    z-index: -1;
    -webkit-animation: ripple2 1s infinite;
    animation: ripple2 3s infinite;
}


.video-holder-box1 .icon a span:before {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    color: #172746;
    font-size: 25px;
    line-height: 90px;
    text-align: center;
}

.video-holder-box1 .title {
    position: relative;
    display: block;
    padding-top: 25px;
}

.video-holder-box1 .title h4 {
    color: #252628;
    font-size: 20px;
    line-height: 26px;
}




/*** 
=============================================
    Callto Action Area Css
=============================================
***/
.callto-action-area {
    position: relative;
    display: block;
    background: var(--thm-black);
    padding: 45px 0;
}

.callto-action__conent {
    position: relative;
    display: block;
    text-align: center;
}

.callto-action__conent h3 {
    color: #b0bcc2;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--thm-font);
}

.callto-action__conent h3 a {
    position: relative;
    display: inline-block;
    color: #ffffff;
}

.callto-action__conent h3 a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: var(--thm-base);
}



/*** 
=============================================
   contact Style1 Area Css
=============================================
***/
.callto-action-style2-area {
    position: relative;
    display: block;
    background: var(--thm-black);
    padding: 100px 0px 100px;
}

.callto-action-style2__conent {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.callto-action-style2__conent .title {
    position: relative;
    display: block;
}

.callto-action-style2__conent .title h2 {
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
}

.callto-action-style2__conent .button {
    position: relative;
    display: block;
    line-height: 0;
}

.callto-action-style2__conent .button .btn-one:hover {
    color: var(--thm-base);
}

.callto-action-style2__conent .button .btn-one:before {
    background: #ffffff;
}



/*** 
=============================================
   contact Style1 Area Css
=============================================
***/
.contact-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 120px;
    z-index: 1;
}

.form-style1__image-box {
    position: relative;
    display: block;
}

.form-style1__image-box .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.form-style1__image-box .img-holder::after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .7) 100%);
    transform: skewX(-5deg);
    z-index: 2;
}

.form-style1__image-box:hover .img-holder::after {
    -webkit-animation: shine 1.2s;
    animation: shine 1.2s;
}

.form-style1__image-box .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}

.form-style1__image-box .overlay-content {
    position: absolute;
    left: 15px;
    bottom: 0;
    right: 15px;
    background: rgba(var(--thm-black-rgb), .90);
    border-radius: 5px;
    text-align: center;
    padding: 45px 0;
    z-index: 3;
}

.form-style1__image-box .overlay-content h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
}



.contact-form-box1 {
    position: relative;
    display: block;
    background: #edf3f2;
    border-radius: 5px;
    padding: 40px 40px 40px;
}

.contact-form-box1 .top-title {
    padding-bottom: 25px;
}

.contact-form-box1 .top-title p {
    color: var(--thm-base);
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 6px;
}

.contact-form-box1 .top-title h2 {
    font-size: 24px;
    font-weight: 400;
}

.contact-form-box1 form {
    position: relative;
    display: block;
}

.contact-form-box1 form .input-box {
    position: relative;
    display: block;
    margin-bottom: 12px;
}


.contact-form-box1 form input[type="text"],
.contact-form-box1 form input[type="email"],
.contact-form-box1 form textarea {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
    height: 60px;
    border: 1px solid #ffffff;
    color: #6b767b;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    padding-left: 30px;
    padding-right: 20px;
    border-radius: 5px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}

.contact-form-box1 form input[type="text"]:focus {
    color: var(--thm-black);
    border-color: var(--thm-base);
}

.contact-form-box1 form input[type="email"]:focus {
    color: var(--thm-black);
    border-color: var(--thm-base);
}

.contact-form-box1 form input[type="text"]::-webkit-input-placeholder {
    color: #6b767b;
}

.contact-form-box1 form input[type="text"]:-moz-placeholder {
    color: #6b767b;
}

.contact-form-box1 form input[type="text"]::-moz-placeholder {
    color: #6b767b;
}

.contact-form-box1 form input[type="text"]:-ms-input-placeholder {
    color: #6b767b;
}

.contact-form-box1 form input[type="email"]::-webkit-input-placeholder {
    color: #6b767b;
}

.contact-form-box1 form input[type="email"]:-moz-placeholder {
    color: #6b767b;
}

.contact-form-box1 form input[type="email"]::-moz-placeholder {
    color: #6b767b;
}

.contact-form-box1 form input[type="email"]:-ms-input-placeholder {
    color: #6b767b;
}


.contact-form-box1 form .button-box {
    position: relative;
    display: block;
}

.contact-form-box1 form .button-box button {
    display: block;
    line-height: 60px;
    width: 100%;
    padding: 0;
}


.contact-style1__content-box {
    position: relative;
    display: block;
    background: var(--thm-base);
    padding: 50px 40px 68px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
}

.contact-style1__content-box .shape-bg {
    position: absolute;
    bottom: -25px;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: bottom right;
    background-repeat: no-repeat;
    opacity: 0.15;
    z-index: -1;
}

.contact-style1__content-box .icon {
    position: relative;
    display: block;
    padding-bottom: 20px;
}

.contact-style1__content-box .icon span:before {
    color: #ffffff;
    font-size: 65px;
    line-height: 65px;
}

.contact-style1__content-box h3 {
    color: #ffffff;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    font-family: var(--thm-font);
}

.contact-style1__content-box ul {
    position: relative;
    display: block;
    padding-top: 39px;
}

.contact-style1__content-box ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #ffffff;
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
}

.contact-style1__content-box ul li:before {
    font-family: flaticon !important;
    position: absolute;
    content: "\f11b";
    left: 0;
}



/*** 
=============================================
   Certificates Area Css
=============================================
***/
.certificates-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 53px 0 120px;
}

.certificates-area--style2 {
    padding-top: 113px;
}

.certificates-area .top-title {
    position: relative;
    display: block;
    padding-bottom: 38px;
}

.certificates-area .top-title h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    font-family: var(--thm-font);
}

.certificates-area .auto-container {
    max-width: 840px;
}

.single-certificates-box {
    position: relative;
    display: block;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
    z-index: 1;
}

.single-certificates-box .img-box {
    position: relative;
    display: block;
}

.single-certificates-box .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background: #edf3f2;
    border-radius: 5px;
}

.single-certificates-box .img-box .inner:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: rgba(0, 0, 0, 0.70);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 5;
}

.single-certificates-box:hover .img-box .inner:before {
    opacity: 1;
}

.single-certificates-box .img-box img {
    width: 100%;
    mix-blend-mode: luminosity;
}


.certificates-carousel_1.owl-carousel.owl-dot-style1 .owl-dots {
    display: none;
}

.certificates-carousel_1.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.certificates-carousel_1.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0;
    transition: all 300ms ease 100ms;
}

.certificates-carousel_1.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
}



/*** 
=============================================
    Slogan area style
=============================================
***/
.slogan-area {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 107px 0 120px;
    z-index: 1;
}

.slogan-area.pdb220 {
    padding-bottom: 220px;
}

.slogan-area::before {
    background: rgba(var(--thm-black-rgb), .60);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: -1;
}

.slogan-area .title {
    position: relative;
    display: block;
    margin: 0 0 48px;
}

.slogan-area .title h2 {
    color: #ffffff;
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
}

.slogan-area .button {
    line-height: 0;
}



/*** 
=============================================
    Slogan Style2 Area style
=============================================
***/
.slogan-style2-area {
    position: relative;
    display: block;
    padding: 107px 0 120px;
    z-index: 10;
}

.slogan-style2-area__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: var(--thm-base);
    background-blend-mode: color-burn;
    z-index: -1;
}

.slogan-style2-area__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--thm-base);
    opacity: 0.80;
}

.slogan-style2-area .title {
    position: relative;
    display: block;
    margin: 0 0 48px;
}

.slogan-style2-area .title h2 {
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 400;
}

.slogan-style2-area .title h2 span {
    position: relative;
    display: inline-block;
}

.slogan-style2-area .title h2 span img {
    position: absolute;
    top: -20px;
    left: -30px;
}

.slogan-style2-area .button {
    line-height: 0;
    position: relative;
    display: inline-block;
}

.slogan-style2-area .button .arrow {
    position: absolute;
    bottom: 30px;
    right: -120px;
    -webkit-animation: animation1 5s ease-in infinite;
    animation: animation1 5s ease-in infinite;
}

.slogan-style2-area .button .btn-one:hover {
    color: var(--thm-base);
}

.slogan-style2-area .button .btn-one:after {
    background-color: var(--thm-black);
}

.slogan-style2-area .button .btn-one:before {
    background-color: #ffffff;
}




/*** 
=============================================
    Before After Work Area Css
=============================================
***/
.before-after-work-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 120px;
    overflow: hidden;
    z-index: 1;
}

.before-after-work-area .gray-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #edf3f2;
    height: 510px;
    border-radius: 5px;
    z-index: -1;
    max-width: 1570px;
    margin: 0 auto;
}


.before-after-work-area .before-after-content .before-after {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 6px;
}

.before-after-work-area .before-after-content .before-after .twentytwenty-container img {
    width: 100%;
}

.before-after-work-area .before-after-content .before-after .twentytwenty-horizontal .twentytwenty-before-label:before {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100px;
    height: 100px;
    line-height: 90px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    padding: 0px;
    background: transparent;
    z-index: 1;
    transform: rotate(-45deg);
    text-transform: uppercase;

    display: none;
}

.before-after-work-area .before-after-content .before-after .twentytwenty-horizontal .twentytwenty-before-label:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100px;
    height: 100px;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%, 0% 0%);
}


.before-after-work-area .before-after-content .before-after .twentytwenty-horizontal .twentytwenty-after-label:before {
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100px;
    line-height: 140px;
    text-align: center;
    font-size: 16px;
    background: transparent;
    font-weight: 700;
    color: #fff;
    margin: 0px;
    padding: 0px;
    bottom: 0px;
    transform: rotate(-45deg);
    z-index: 1;
    text-transform: uppercase;
    display: none;
}

.before-after-work-area .before-after-content .before-after .twentytwenty-horizontal .twentytwenty-after-label:after {
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.twentytwenty-after-label,
.twentytwenty-before-label {
    opacity: 1 !important;
}



/*** 
=============================================
   Dental Practice Style1 area
=============================================
***/
.dental-practice-style1-area {
    position: relative;
    display: block;
    background: #edf3f2;
    padding: 120px 0px 120px;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.dental-practice-style1-area__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    background-blend-mode: saturation;
    z-index: -1;
}

.dental-practice-style1-content {
    position: relative;
    display: block;
}

.dental-practice-style1-content .sec-title {
    padding-bottom: 29px;
}

.dental-practice-style1-content .text {
    position: relative;
    display: block;
}

.dental-practice-style1-content .text p {
    font-weight: 500;
    margin: 0;
}

.dental-practice-style1-content-list {
    position: relative;
    display: block;
    margin-top: 42px;
}

.single-dental-practice-style1-content-list {
    position: relative;
    display: block;
}

.single-dental-practice-style1-content-list ul {
    position: relative;
    display: block;
}

.single-dental-practice-style1-content-list ul li {
    position: relative;
    display: block;
    color: var(--thm-black);
    font-size: 16px;
    line-height: 36px;
    font-weight: 700;
    font-family: var(--thm-font);
}

.single-dental-practice-style1-content-list ul li i:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 15px;
    padding-right: 8px;
}

.dental-practice-style1-content-btn {
    position: relative;
    display: block;
    margin-top: 42px;
    line-height: 0;
}


.dental-practice-style1-right {
    position: relative;
    display: block;
    max-width: 325px;
    width: 100%;
    height: 120px;
    background: #ffffff;
    border-radius: 5px;
    padding: 30px 30px 30px;
    padding-left: 60px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
    margin-top: 190px;
    margin-left: 25px;
}

.dental-practice-style1-right:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -25px;
    width: 35px;
    height: 30px;
    border-top: 30px solid #fff;
    border-left: 35px solid transparent;
}

.dental-practice-style1-right-inner {
    position: relative;
    display: block;
    padding-left: 80px;
}

.dental-practice-style1-right-inner .icon {
    position: absolute;
    top: 0;
    left: 0;
}

.dental-practice-style1-right-inner .icon span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 60px;
    line-height: 60px;
}

.dental-practice-style1-right-inner .title {
    position: relative;
    display: block;
    top: 5px;
}

.dental-practice-style1-right-inner .title h4 {
    color: var(--thm-black);
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    font-family: var(--thm-font);
}





/*** 
=============================================
  Video Gallery Style1 Area
=============================================
***/
.video-gallery-style1-area {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 107px 0 136px;
    z-index: 1;
}

.video-gallery-style1-area__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    z-index: -1;
}

.video-gallery-style1-area__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #1d2f38;
    opacity: 0.60;
}

.video-gallery-style1_content {
    position: relative;
    display: block;
}

.video-gallery-style1__video-holder {
    position: relative;
    display: block;
}

.video-gallery-style1__video-holder h2 {
    color: #fff;
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    margin: 0 0 54px;
}

.video-gallery-style1__video-holder .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 115px;
    height: 115px;
    background: var(--thm-base);
    border-radius: 50%;
    margin-left: 16px;
}

.video-gallery-style1__video-holder .icon:before {
    position: absolute;
    content: '';
    top: -16px;
    left: -16px;
    bottom: -16px;
    right: -16px;
    border: 1px dashed rgba(255, 255, 255, 0.40);
    border-radius: 50%;
    z-index: -1;
}

.video-gallery-style1__video-holder .icon:before {
    -webkit-box-shadow: 0 0 0 0 rgba(54, 124, 232, .09);
    box-shadow: 0 0 0 0 rgba(54, 124, 232, .09);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}


.video-gallery-style1__video-holder .icon:after {
    position: absolute;
    content: '';
    top: -16px;
    left: -16px;
    bottom: -16px;
    right: -16px;
    border: 1px dashed rgba(255, 255, 255, 0.40);
    border-radius: 50%;
    z-index: -1;
    -webkit-box-shadow: 0 0 0 0 rgba(54, 124, 232, .09);
    box-shadow: 0 0 0 0 rgba(54, 124, 232, .09);
    -webkit-animation: ripple 4s infinite;
    animation: ripple 4s infinite
}


.video-gallery-style1__video-holder .icon .video-popup {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 30px;
    line-height: 115px;
    text-align: center;
}

.video-gallery-style1__video-holder .icon .video-popup span::before {
    position: relative;
    top: 2px;
}


.video-gallery-style1_content .text-box {
    position: absolute;
    bottom: -136px;
    right: 0;
    background: #fff;
    width: 275px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 50px 40px 43px;
    animation: float-bob-xx 5000ms infinite;
}

.video-gallery-style1_content .text-box span:before {
    position: relative;
    display: block;
    color: var(--thm-base);
    font-size: 60px;
    line-height: 60px;
}

.video-gallery-style1_content .text-box h2 {
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
    font-family: var(--thm-font);
    margin: 23px 0 0;
}



/*** 
=============================================
    Features Style1 Css
=============================================
***/

.features-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 120px;
    z-index: 1;
}

.features-style1__bg {
    position: absolute;
    top: 120px;
    left: 54%;
    bottom: 0;
    right: 0;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    border-top-left-radius: 5px;
    z-index: -1;
}

.features-style1__bg .icon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 170px;
    height: 170px;
    line-height: 170px;
    background: var(--thm-base);
    text-align: center;
    color: #ffffff;
    font-size: 95px;
    border-top-right-radius: 5px;
}



.features-style1__content {
    position: relative;
    display: block;
}

.features-style1__content .sec-title {
    padding-bottom: 39px;
}

.features-style1__content .text {
    position: relative;
    display: block;
}

.features-style1__content .text p {
    font-weight: 500;
    margin: 0;
}

.features-style1__content-middle {
    position: relative;
    display: block;
    margin-top: 33px;
}

.features-style1__content-middle ul {
    position: relative;
    display: flex;
    align-items: center;
}

.features-style1__content-middle ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.features-style1__content-middle ul li:first-child {
    margin-left: 0;
}

.features-style1__content-middle ul li .icon {
    position: relative;
    display: block;
}

.features-style1__content-middle ul li .icon span::before {
    position: relative;
    display: inline-block;
    top: 5px;
    color: var(--thm-base);
    font-size: 55px;
    line-height: 55px;
}

.features-style1__content-middle ul li .title {
    position: relative;
    display: block;
    padding-left: 20px;
}

.features-style1__content-middle ul li .title h4 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    font-family: var(--thm-font);
}

.features-style1__content-list {
    position: relative;
    display: block;
    margin-top: 33px;
}

.features-style1__content-list li {
    position: relative;
    display: block;
    font-weight: 500;
}

.features-style1__content-list li i:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 15px;
    line-height: 10px;
    padding-right: 10px;
}

.features-style1__content-btn {
    position: relative;
    display: block;
    margin-top: 54px;
    line-height: 0;
}

.features-style1__content-btn .btn-one:after {
    background: var(--thm-black);
}

.features-style1__content-btn .btn-one::before {
    background: var(--thm-base);
}



/*** 
=============================================
    Google Map Style1 Area Css
=============================================
***/
.google-map-style1-area {
    position: relative;
    display: block;
}

.google-map-style1-area .auto-container {
    max-width: 100%;
    padding: 0;
}

.home1-page-map-outer {
    position: relative;
    display: block;
    z-index: 10;
}

.home1-page-map-outer .map-canvas {
    position: relative;
    width: 100%;
    height: 580px;
}



/*** 
=============================================
    Opening Hours Css
=============================================
***/
.opening-hours-area {
    position: relative;
    display: block;
    background: #ffffff;
}

.opening-hours__content {
    position: relative;
    display: block;
    padding-top: 66px;
    padding-left: 165px;
    padding-bottom: 67px;
    background: var(--thm-base);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: -60px;
    z-index: 100;
}

.clock-icon-box {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 165px;
    background: #1d2f38;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clock-icon-box span::before {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 65px;
    line-height: 65px;
}

.opening-hours__content-inner {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 60px;
    padding-right: 20px;
}

.opening-hours__content-inner .inner-title {
    position: relative;
    display: block;
}

.opening-hours__content-inner .inner-title h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
}

.opening-hours__content-inner ul {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 110px;
}

.opening-hours__content-inner ul li {
    position: relative;
    display: block;
    padding-left: 80px;
    padding-right: 80px;
    z-index: 1;
}

.opening-hours__content-inner ul li:first-child {
    padding-left: 0;
}

.opening-hours__content-inner ul li:last-child {
    padding-right: 0;
}

.opening-hours__content-inner ul li::before {
    position: absolute;
    top: -16px;
    left: 0;
    bottom: -16px;
    width: 1px;
    background: #ffffff;
    opacity: 0.20;
    z-index: -1;
    content: "";
}

.opening-hours__content-inner ul li:first-child::before {
    display: none;
}

.opening-hours__content-inner ul li p {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 7px;
}

.opening-hours__content-inner ul li h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-family: var(--thm-font);

}

























/*** 
=============================================
    Sidebar Css
=============================================
***/


.thm-sidebar-box {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}

.single-sidebar-box {
    position: relative;
    display: block;
    padding: 50px 50px 50px;
    background: #edf3f2;
    border-radius: 5px;
    margin-top: 30px;
}

.sidebar-search-box {
    position: relative;
    display: block;
    background: var(--thm-base);
    padding: 20px 30px;
    border-radius: 5px;
}

.sidebar-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
}

.sidebar-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background-color: transparent;
    border: 1px solid transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 60px;
    border-radius: 5px;
    font-family: var(--thm-font);
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 55px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    background: var(--thm-base);
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 0px solid #e7e7e8;
    transition: all 500ms ease 0s;
}

.sidebar-search-box .search-form button i {
    position: relative;
    top: 0px;
    color: #ffffff;
}

.sidebar-search-box .search-form input[type="text"]:focus {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.20);
}


.sidebar-search-box .search-form input[type="text"]:focus+button,
.sidebar-search-box .search-form button:hover {
    color: #fff;
    background-color: var(--thm-black);
}


.sidebar-search-box .search-form input::-webkit-input-placeholder {
    color: #ffffff;
}

.sidebar-search-box .search-form input:-moz-placeholder {
    color: #ffffff;
}

.sidebar-search-box .search-form input::-moz-placeholder {
    color: #ffffff;
}

.sidebar-search-box .search-form input:-ms-input-placeholder {
    color: #ffffff;
}





.sidebar-title {
    position: relative;
    display: block;
    top: -7px;
    padding-bottom: 15px;
}

.sidebar-title h3 {
    position: relative;
    color: var(--thm-black);
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}




.sidebar-blog-post {
    position: relative;
    display: block;
}

.sidebar-blog-post ul {
    position: relative;
    display: block;
}

.sidebar-blog-post ul li {
    position: relative;
    display: block;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.sidebar-blog-post ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.sidebar-blog-post ul li .inner {
    position: relative;
    display: block;
    padding-left: 70px;
}

.sidebar-blog-post ul li .img-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    overflow: hidden;
}

.sidebar-blog-post ul li .img-box img {
    width: 100%;
}

.sidebar-blog-post ul li .img-box .overlay-content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(var(--thm-base-rgb), .80);
    border-radius: 0%;
    opacity: 0;
    transform: perspective(0px) scale(0);
    transform-origin: center;
    transition: all 0.5s ease-in-out 0s;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.sidebar-blog-post ul li:hover .img-box .overlay-content {
    opacity: 1;
    transform: perspective(400px) scale(1.0);
    transition: all 0.3s ease-in-out 0.3s;
}

.sidebar-blog-post ul li .img-box .overlay-content a {
    color: #ffffff;
    font-size: 14px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-blog-post ul li .title-box {
    position: relative;
    display: block;
    padding-left: 20px;
    min-height: 70px;
}

.sidebar-blog-post ul li .title-box .admin {
    color: var(--thm-base);
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
}

.sidebar-blog-post ul li .title-box h4 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 12px 0 0;
}

.sidebar-blog-post ul li .title-box h4 a {
    color: var(--thm-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-blog-post ul li .title-box h4 a:hover {
    color: var(--thm-base);
}




.sidebar-categories-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -9px;
}

.sidebar-categories-box li {
    position: relative;
    display: block;
    margin-bottom: 21px;
}

.sidebar-categories-box li:last-child {
    margin-bottom: 0;
}

.sidebar-categories-box li a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 17px;
    overflow: hidden;
    color: var(--thm-gray);
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
    font-family: var(--thm-font);
    letter-spacing: 0.0em;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.sidebar-categories-box li:hover a {
    color: var(--thm-black);
}

.sidebar-categories-box li a:before {
    content: "";
    position: absolute;
    left: 0;
    width: 7px;
    height: 7px;
    background: var(--thm-gray);
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.sidebar-categories-box li:hover a:before {
    background: var(--thm-base);
}



.popular-tag-box {
    position: relative;
    display: block;
}

.single-sidebar-box .popular-tag {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}

.single-sidebar-box .popular-tag li {
    position: relative;
    display: block;
    float: left;
    margin: 0 5px 10px;
}

.single-sidebar-box .popular-tag li a {
    position: relative;
    display: block;
    padding: 9px 17px 9px;
    background: #ffffff;
    color: #1d2f38;
    font-size: 12px;
    line-height: 22px;
    font-weight: 700;
    border-radius: 5px;
    transition: all 500ms ease;
    font-family: var(--thm-font);
}

.single-sidebar-box .popular-tag li:hover a {
    color: #ffffff;
    border-color: var(--thm-base);
    background-color: var(--thm-base);
}




















/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area {
    position: relative;
    display: block;
    padding: 112px 0 120px;
    z-index: 1;
}

.error-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.error-content .big-title {
    position: relative;
    display: block;
    z-index: 1;
}

.error-content .big-title h2 {
    color: var(--thm-base);
    font-size: 72px;
    line-height: 70px;
    font-weight: 400;
}

.error-content .title {
    position: relative;
    display: block;
    padding-top: 11px;
    padding-bottom: 18px;
}

.error-content .title h2 {
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
}

.error-content .text {
    position: relative;
    display: block;
    padding-bottom: 29px;
}

.error-content .text p {
    margin: 0;
}


.error-page-search-box {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    margin: 0 auto;
}

.error-page-search-box form.search-form {
    position: relative;
    display: block;
    width: 100%;
}

.error-page-search-box .search-form input[type="text"] {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    border-radius: 0px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #757575;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .1em;
    padding-left: 30px;
    padding-right: 60px;
    transition: all 500ms ease 0s;
    font-family: var(--thm-font);
}

.error-page-search-box .search-form button {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background: var(--thm-base);
    color: #ffffff;
    font-size: 16px;
    line-height: 10px;
    display: block;
    text-align: center;
    border: 0px solid #e1e1e1;
    transition: all 500ms ease 0s;
}

.error-page-search-box .search-form button i {
    font-size: 16px
}

.error-page-search-box .search-form input[type="text"]:focus {
    color: var(--thm-black);
    border-color: var(--thm-base);
}

.error-page-search-box .search-form input[type="text"]:focus+button,
.error-page-search-box .search-form button:hover {
    color: #fff;
}

.error-page-search-box .search-form input::-webkit-input-placeholder {
    color: #757575;
}

.error-page-search-box .search-form input:-moz-placeholder {
    color: #757575;
}

.error-page-search-box .search-form input::-moz-placeholder {
    color: #757575;
}

.error-page-search-box .search-form input:-ms-input-placeholder {
    color: #757575;
}


.error-content .btns-box {
    line-height: 0;
    padding-top: 20px;
}

.error-content .btns-box a {
    padding-left: 40px;
    padding-right: 40px;
}





/*** 
=============================================
    Subscribe Area Style      
=============================================
***/
.subscribe-area {
    position: relative;
    display: block;
    background-color: var(--thm-base);
    padding: 40px 0px 41px;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}

.subscribe-title {
    position: relative;
    display: block;
}

.subscribe-title h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 3px;
}

.subscribe-title p {
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}

.subscribe-area .subscribe-box {
    position: relative;
    display: block;
    padding: 4px 0px 5px;
}

.subscribe-area .subscribe-form {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
}

.subscribe-area .subscribe-form input[type="email"] {
    position: relative;
    display: block;
    max-width: 390px;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: var(--thm-gray);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    transition: all 500ms ease;
}

.subscribe-area .subscribe-form input::-webkit-input-placeholder {
    color: var(--thm-gray);
}

.subscribe-area .subscribe-form input:-moz-placeholder {
    color: var(--thm-gray);
}

.subscribe-area .subscribe-form input::-moz-placeholder {
    color: var(--thm-gray);
}

.subscribe-area .subscribe-form input:-ms-input-placeholder {
    color: var(--thm-gray);
}

.subscribe-area .subscribe-form button {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 170px;
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    transition: all 300ms ease 100ms;
}

.subscribe-area .subscribe-form button.btn-one:before {
    background: var(--thm-black);
}

.subscribe-area .subscribe-form input[type="email"]:focus {
    color: #222222;
}

.subscribe-area .subscribe-form input[type="email"]:focus+button,
.subscribe-area .subscribe-form button:hover {}






#ui-datepicker-div.ui-widget-content {
    border: 1px solid #c5c5c5;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777;
    color: #252525;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: var(--thm-base);
    border: 2px solid rgba(var(--thm-base-rgb), .80);
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid var(--thm-base) !important;
    background: var(--thm-base) !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
    top: 7px;
    background: #fff;
    border: none;
}

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
    z-index: 99999999;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}


/*** 
=============================================
    Element Page Css      
=============================================
***/
.service-block-carousel {
    position: relative;
    display: block;
}

.service-block-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    margin-top: 20px !important;
}

.service-block-carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 0px;
    overflow: visible;
}

.service-block-carousel.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0.50;
    transform: scale(0.8);
    transform-origin: top;
    transition: all 900ms ease 100ms;
}

.service-block-carousel.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    transform: scale(1.0);
    transition: all 500ms ease 500ms;
}




.team-block2 {
    padding-bottom: 120px;
}

.team-block-carousel {
    position: relative;
    display: block;
}

.team-block-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    margin-top: 20px !important;
}

.team-block-carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 0px;
    overflow: visible;
}

.team-block-carousel.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0.50;
    transform: scale(0.8);
    transform-origin: top;
    transition: all 900ms ease 100ms;
}

.team-block-carousel.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    transform: scale(1.0);
    transition: all 500ms ease 500ms;
}





.news-block-1 {
    padding-bottom: 120px;
}

.news-block-carousel {
    position: relative;
    display: block;
}

.news-block-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    margin-top: 20px !important;
}

.news-block-carousel.owl-carousel .owl-stage-outer {
    padding-bottom: 0px;
    overflow: visible;
}

.news-block-carousel.owl-carousel .owl-stage-outer .owl-item {
    opacity: 0.50;
    transform: scale(0.8);
    transform-origin: top;
    transition: all 900ms ease 100ms;
}

.news-block-carousel.owl-carousel .owl-stage-outer .owl-item.active {
    opacity: 1;
    transform: scale(1.0);
    transition: all 500ms ease 500ms;
}



.fact-counter-block-1 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.fact-counter-block-1 .fact-counter-box {
    margin-top: 0px;
}



.fact-counter-block-2 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #edf3f2;
}

.fact-counter-block-2 .fact-counter-box {
    margin-top: 0px;
    box-shadow: none;
}



.faq-block-2 {}

.faq-block-2 .faq-style1-content {
    max-width: 830px;
    width: 100%;
    margin: 0 auto;
}/* Golden Smile premium loader */
.gs-loader{position:fixed;inset:0;z-index:999999;background:linear-gradient(135deg,#fffdf8 0%,#f8f1df 52%,#ead8ad 100%);display:grid;place-items:center;opacity:1;visibility:visible;transition:opacity .45s ease,visibility .45s ease;overflow:hidden}
.gs-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.gs-loader::before,.gs-loader::after{content:"";position:absolute;border:1px solid rgba(185,145,55,.22);border-radius:50%;animation:gs-loader-orbit 8s linear infinite}
.gs-loader::before{width:360px;height:360px}
.gs-loader::after{width:560px;height:560px;animation-direction:reverse;animation-duration:12s}
.gs-loader__glow{position:absolute;width:220px;height:220px;border-radius:50%;background:rgba(255,255,255,.7);filter:blur(24px);animation:gs-loader-pulse 2.2s ease-in-out infinite}
.gs-loader__card{position:relative;z-index:1;width:min(84vw,340px);padding:34px 28px 27px;text-align:center;border:1px solid rgba(255,255,255,.9);border-radius:24px;background:rgba(255,255,255,.42);box-shadow:0 24px 70px rgba(103,77,30,.16),inset 0 1px 0 rgba(255,255,255,.95);backdrop-filter:blur(12px);animation:gs-loader-rise .8s ease both}
.gs-loader__logo{display:block;width:118px;height:136px;object-fit:contain;margin:0 auto 10px;filter:drop-shadow(0 8px 12px rgba(92,64,17,.2));animation:gs-loader-breathe 2.4s ease-in-out infinite}
.gs-loader__line{height:3px;width:150px;margin:11px auto 14px;border-radius:99px;background:rgba(157,113,28,.16);overflow:hidden}
.gs-loader__line span{display:block;width:45%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#b7892c,#f0ce72,#b7892c);animation:gs-loader-progress 1.35s ease-in-out infinite}
.gs-loader__label{margin:0;color:#6e531e;font:600 11px/1.4 Arial,sans-serif;letter-spacing:2.2px;text-transform:uppercase}
.gs-loader__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@keyframes gs-loader-progress{0%{transform:translateX(-110%)}55%,100%{transform:translateX(330%)}}
@keyframes gs-loader-breathe{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-5px) scale(1.025)}}
@keyframes gs-loader-pulse{0%,100%{opacity:.45;transform:scale(.85)}50%{opacity:.8;transform:scale(1.1)}}
@keyframes gs-loader-orbit{from{transform:rotate(0deg) scale(1)}to{transform:rotate(360deg) scale(1)}}
@keyframes gs-loader-rise{from{opacity:0;transform:translateY(14px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}
@media (prefers-reduced-motion:reduce){.gs-loader *,.gs-loader::before,.gs-loader::after{animation:none!important}.gs-loader{transition:none}}

/* Loader cache-fix */
.gs-loader__logo{width:118px!important;height:136px!important;max-width:118px!important;object-fit:contain!important}
.loader-wrap,.preloader{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
/* Golden Smile floating action rail */
.page_direction{display:none!important}
.gs-floating-actions{position:fixed;left:22px;bottom:30px;z-index:99990;display:flex;flex-direction:column;align-items:center;gap:12px}
.gs-fab-wrap{position:relative;display:grid;place-items:center}
.gs-fab{position:relative;display:grid;place-items:center;width:54px;height:54px;border:1px solid rgba(255,255,255,.85);border-radius:50%;color:#fff;text-decoration:none;cursor:pointer;box-shadow:0 10px 26px rgba(13,55,70,.23),inset 0 1px 0 rgba(255,255,255,.4);transition:transform .28s ease,box-shadow .28s ease,filter .28s ease;backdrop-filter:blur(8px)}
.gs-fab:hover{transform:translateY(-4px) scale(1.06);color:#fff;text-decoration:none;box-shadow:0 16px 32px rgba(13,55,70,.28),inset 0 1px 0 rgba(255,255,255,.6);filter:saturate(1.12)}
.gs-fab:focus-visible{outline:3px solid rgba(237,191,91,.75);outline-offset:4px}
.gs-fab i{font-size:22px;line-height:1}
.gs-fab--language{background:linear-gradient(145deg,#0d6075,#07394b)}
.gs-fab--language i{font-size:24px}
.gs-fab--whatsapp{background:linear-gradient(145deg,#28d36b,#0b9d52)}
.gs-fab--whatsapp i{font-size:25px}
.gs-fab--ai{background:linear-gradient(145deg,#d3a33d,#8d671f);font:800 15px/1 Arial,sans-serif;letter-spacing:-.5px}
.gs-fab__ring{position:absolute;inset:-5px;border:1px solid rgba(211,163,61,.4);border-radius:50%;animation:gs-fab-ring 2.6s ease-in-out infinite;pointer-events:none}
.gs-fab-wrap::after{content:"";position:absolute;left:calc(100% + 10px);top:50%;transform:translateY(-50%) translateX(-4px);opacity:0;pointer-events:none;white-space:nowrap;padding:7px 10px;border-radius:8px;background:#07394b;color:#fff;font:600 11px/1 Arial,sans-serif;transition:all .22s ease}
.gs-fab-wrap--language::after{content:"العربية"}.gs-fab-wrap:nth-child(2)::after{content:"WhatsApp"}.gs-fab-wrap:nth-child(3)::after{content:"AI Assistant"}
.gs-fab-wrap:hover::after{opacity:1;transform:translateY(-50%) translateX(0)}
@keyframes gs-fab-ring{0%,100%{opacity:.25;transform:scale(.94)}50%{opacity:.9;transform:scale(1.08)}}
@media (max-width:767px){.gs-floating-actions{left:14px;bottom:20px;gap:9px}.gs-fab{width:48px;height:48px}.gs-fab i{font-size:20px}.gs-fab-wrap::after{display:none}}
@media (prefers-reduced-motion:reduce){.gs-fab,.gs-fab__ring{animation:none;transition:none}}
.gs-ai-modal{position:fixed;inset:0;z-index:100000;display:none;align-items:center;justify-content:center;padding:20px}.gs-ai-modal.is-open{display:flex}.gs-ai-backdrop{position:absolute;inset:0;background:rgba(3,25,35,.65);backdrop-filter:blur(9px)}.gs-ai-panel{position:relative;width:min(430px,100%);max-height:calc(100vh - 40px);overflow:hidden;border:1px solid #d6ad59;border-radius:28px;background:linear-gradient(145deg,#07394b,#041f2b);box-shadow:0 28px 90px #0008;animation:gsair .3s ease;direction:rtl}.gs-ai-head{display:flex;align-items:center;justify-content:space-between;padding:22px;border-bottom:1px solid #ffffff1a}.gs-ai-brand{display:flex;align-items:center;gap:12px}.gs-ai-orb{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;color:#fff;background:radial-gradient(circle at 35% 28%,#ffe9a5,#c89532 47%,#805b18);font-size:21px}.gs-ai-kicker{display:block;color:#e1bc6a;font:700 9px Arial;letter-spacing:1.5px;direction:ltr}.gs-ai-head h2{margin:4px 0;color:#fff;font:700 22px Arial}.gs-ai-status{color:#b9d0d4;font:11px Arial}.gs-ai-status b{display:inline-block;width:7px;height:7px;margin-left:4px;border-radius:50%;background:#54e09a}.gs-ai-head-actions{display:flex;gap:8px;direction:ltr}.gs-ai-head-actions button{width:35px;height:35px;border:1px solid #ffffff29;border-radius:50%;cursor:pointer;color:#dce8e9;background:#ffffff14}.gs-ai-head-actions .gs-ai-close{font-size:24px}.gs-ai-chat{height:310px;overflow-y:auto;padding:20px 18px 8px}.gs-ai-msg{display:flex;margin-bottom:13px}.gs-ai-msg.ai{justify-content:flex-start}.gs-ai-msg.user{justify-content:flex-end}.gs-ai-bubble{max-width:84%;padding:12px 14px;border-radius:17px;color:#eef7f7;font:14px/1.75 Arial;white-space:pre-line}.gs-ai-msg.ai .gs-ai-bubble{border-top-right-radius:4px;background:#ffffff1c}.gs-ai-msg.user .gs-ai-bubble{border-top-left-radius:4px;color:#173a43;background:linear-gradient(135deg,#e7c875,#c89532);font-weight:600}.gs-ai-time{display:block;color:#ffffff7a;font-size:9px}.gs-ai-suggestions{display:flex;gap:7px;overflow-x:auto;padding:5px 16px 13px}.gs-ai-suggestions button{flex:none;padding:8px 11px;border:1px solid #e2bc6766;border-radius:20px;color:#f2d58d;background:#e2bc6714;font:600 11px Arial}.gs-ai-form{display:flex;gap:9px;padding:12px 16px;border-top:1px solid #ffffff18;direction:ltr}.gs-ai-form input{min-width:0;flex:1;padding:12px 15px;border:1px solid #ffffff29;border-radius:22px;color:#fff;background:#0003;font:13px Arial;direction:rtl}.gs-ai-form button{width:43px;height:43px;border:0;border-radius:50%;color:#173a43;background:linear-gradient(145deg,#f2d58d,#b77f20);cursor:pointer}.gs-ai-footnote{text-align:center;padding:0 16px 15px;color:#ffffff6b;font:10px Arial}@keyframes gsair{from{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:none}}@media(max-width:480px){.gs-ai-modal{padding:10px}.gs-ai-chat{height:calc(100vh - 340px);min-height:240px}}

/* First slider image already contains its own typography; prevent duplicate overlay text. */
.banner-carousel .slide:has(.image-layer[style*="slide-v1-1.jpg"]) .content{visibility:hidden!important}

/* Clear English welcome line */
.gs-ai-msg.ai .gs-ai-bubble{overflow-wrap:anywhere}
/* AI premium v2 */
.gs-ai-modal{padding:18px}.gs-ai-backdrop{background:radial-gradient(circle at 50% 20%,rgba(213,170,74,.14),transparent 34%),rgba(2,18,27,.78);backdrop-filter:blur(14px)}.gs-ai-panel{width:min(480px,100%);max-height:min(760px,calc(100vh - 28px));border:1px solid rgba(232,195,108,.7);border-radius:30px;background:linear-gradient(155deg,#0b5363 0%,#073747 38%,#031d29 100%);box-shadow:0 35px 110px rgba(0,0,0,.6),0 0 0 1px rgba(255,255,255,.08) inset,0 0 55px rgba(213,170,74,.12);animation:gsair .38s cubic-bezier(.2,.8,.2,1)}.gs-ai-head{padding:24px 24px 20px;background:linear-gradient(120deg,rgba(232,195,108,.2),transparent 58%);border-bottom:1px solid rgba(255,255,255,.13)}.gs-ai-orb{width:58px;height:58px;font-size:24px;background:radial-gradient(circle at 32% 25%,#fff2b9,#d4a744 45%,#80601f);box-shadow:0 0 0 6px rgba(232,195,108,.12),0 8px 30px rgba(0,0,0,.3)}.gs-ai-head h2{font-size:24px;letter-spacing:-.4px}.gs-ai-status{display:inline-flex;align-items:center;padding:4px 8px;border-radius:12px;background:rgba(74,224,154,.09);font-size:10px}.gs-ai-head-actions button{background:rgba(255,255,255,.1);box-shadow:0 4px 12px rgba(0,0,0,.12);transition:.25s}.gs-ai-head-actions button:hover{transform:translateY(-2px);background:rgba(232,195,108,.3)}.gs-ai-chat{height:345px;padding:24px 20px 10px}.gs-ai-bubble{padding:14px 16px;border-radius:19px;font-size:14px;line-height:1.8;box-shadow:0 10px 25px rgba(0,0,0,.12)}.gs-ai-msg.ai .gs-ai-bubble{background:linear-gradient(135deg,rgba(255,255,255,.16),rgba(255,255,255,.07));border:1px solid rgba(255,255,255,.12)}.gs-ai-msg.user .gs-ai-bubble{background:linear-gradient(135deg,#f2d58d,#b98229);box-shadow:0 8px 20px rgba(177,126,35,.22)}.gs-ai-link{display:inline-flex;align-items:center;gap:7px;margin-top:10px;padding:9px 13px;border-radius:16px;color:#fff!important;background:linear-gradient(135deg,#27d36b,#09944b);font:700 12px Arial;text-decoration:none!important;box-shadow:0 5px 15px rgba(14,150,79,.3)}.gs-ai-suggestions{padding:8px 19px 15px;scrollbar-width:none}.gs-ai-suggestions button{padding:9px 13px;background:rgba(232,195,108,.1);box-shadow:0 4px 12px rgba(0,0,0,.1);transition:.2s}.gs-ai-suggestions button:hover{color:#fff;background:rgba(232,195,108,.27);transform:translateY(-2px)}.gs-ai-form{padding:14px 19px;border-top:1px solid rgba(255,255,255,.12)}.gs-ai-form input{height:46px;background:rgba(0,0,0,.23);border-color:rgba(255,255,255,.18);transition:.2s}.gs-ai-form input:focus{border-color:#e2bc67;box-shadow:0 0 0 3px rgba(226,188,103,.12)}.gs-ai-form button{width:46px;height:46px;box-shadow:0 7px 18px rgba(183,127,32,.3);transition:.2s}.gs-ai-form button:hover{transform:translateY(-2px) scale(1.04)}.gs-ai-footnote{padding-bottom:17px;color:rgba(255,255,255,.52)}
/* Premium header navigation */
.main-menu .navigation>li>a,.sticky-header .main-menu .navigation>li>a{position:relative;padding-left:17px!important;padding-right:17px!important;color:#123d4b!important;font-family:'Abril Fatface','Georgia',serif;font-size:15px!important;font-weight:700!important;letter-spacing:.35px;text-transform:none;text-shadow:0 1px 0 rgba(255,255,255,.55);transition:color .25s ease,transform .25s ease}.main-menu .navigation>li>a:after,.sticky-header .main-menu .navigation>li>a:after{content:"";position:absolute;left:16px;right:16px;bottom:3px;height:3px;border-radius:5px;background:linear-gradient(90deg,#0b6075,#d3a33d,#0b6075);transform:scaleX(0);transform-origin:center;transition:transform .3s ease;box-shadow:0 2px 8px rgba(211,163,61,.28)}.main-menu .navigation>li:hover>a,.main-menu .navigation>li.current>a,.sticky-header .main-menu .navigation>li:hover>a{color:#a47720!important;transform:translateY(-1px)}.main-menu .navigation>li:hover>a:after,.main-menu .navigation>li.current>a:after,.sticky-header .main-menu .navigation>li:hover>a:after{transform:scaleX(1)}.main-menu .navigation>li.dropdown>a:before{right:3px!important;color:#b58a35!important;font-size:11px}.main-menu .navigation>li>ul{border-top:3px solid #c99a3a!important;box-shadow:0 14px 35px rgba(7,49,63,.18)!important;border-radius:0 0 10px 10px;overflow:hidden}.main-menu .navigation>li>ul>li>a{font-weight:600!important;color:#174553!important;transition:all .2s ease}.main-menu .navigation>li>ul>li:hover>a{padding-left:24px!important;color:#a47720!important;background:#fbf7ed!important}
/* Premium customer feedback cards */
.testimonials-style1-area{background:linear-gradient(180deg,#fffdf8 0%,#f7f2e8 100%)}.testimonials-style1-area .sec-title .sub-title p{color:#b2862b!important;letter-spacing:1.4px;font-weight:700}.testimonials-style1-area .sec-title h2{color:#07394b;letter-spacing:-.4px}.single-testimonials-style1{border:1px solid rgba(190,145,54,.22);border-radius:18px;background:rgba(255,255,255,.82);box-shadow:0 15px 35px rgba(22,57,68,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.single-testimonials-style1:hover{transform:translateY(-7px);box-shadow:0 22px 45px rgba(22,57,68,.16)}.single-testimonials-style1 .img-box img{width:82px;height:82px;border:4px solid #fff;box-shadow:0 0 0 2px #d1a044;object-fit:cover}.single-testimonials-style1 .review-box li i{color:#d2a23d}.single-testimonials-style1 .text-holder .text p{font-size:15px;line-height:1.8;color:#47626a}.single-testimonials-style1 .name h3{color:#07394b;font-weight:700}.single-testimonials-style1 .name span{color:#b2862b;font-weight:600}
/* Smile transformation and booking sections */
.gs-section-lead{max-width:620px;margin:10px auto 0;color:#71868b;font-size:15px;line-height:1.8}.gs-before-after{padding:105px 0 115px;background:#f8f4eb}.gs-before-after .before-after-content{border-radius:20px;overflow:hidden;box-shadow:0 20px 50px rgba(8,48,61,.18);border:7px solid #fff}.gs-before-after .before-after-twentytwenty img{width:100%;display:block}.gs-case-copy{padding:20px 8px 20px 35px}.gs-case-badge{display:inline-block;color:#b08328;font:700 11px Arial;letter-spacing:2px}.gs-case-copy h3{margin:12px 0;color:#07394b;font:700 32px/1.15 Georgia,serif}.gs-case-copy p{color:#5f7379;line-height:1.85;font-size:15px}.gs-case-copy ul{padding:0;margin:22px 0;list-style:none}.gs-case-copy li{margin:11px 0;color:#305761;font-weight:600}.gs-case-copy li i{margin-right:8px;color:#c99a3a}.gs-case-copy .btn-one{display:inline-block;margin-top:6px}.gs-booking-section{padding:105px 0;background:linear-gradient(135deg,#fefcf7,#f5eee1)}.gs-booking-card{display:grid;grid-template-columns:1fr 1.1fr;gap:48px;align-items:center;padding:46px;border:1px solid rgba(191,146,54,.3);border-radius:26px;background:linear-gradient(135deg,#07394b,#062735);box-shadow:0 25px 65px rgba(7,49,63,.2);overflow:hidden;position:relative}.gs-booking-card:after{content:"";position:absolute;width:330px;height:330px;right:-120px;top:-150px;border-radius:50%;border:1px solid rgba(232,195,108,.3);box-shadow:0 0 0 25px rgba(232,195,108,.05),0 0 0 50px rgba(232,195,108,.04)}.gs-booking-copy{position:relative;z-index:1}.gs-booking-copy h2{margin:14px 0;color:#fff;font:700 38px/1.15 Georgia,serif}.gs-booking-copy p{max-width:470px;color:#c7d8d9;line-height:1.85;font-size:15px}.gs-booking-points{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.gs-booking-points span{padding:9px 11px;border:1px solid rgba(232,195,108,.25);border-radius:18px;color:#e6c978;font:600 11px Arial}.gs-booking-points i{margin-right:5px}.gs-booking-form{position:relative;z-index:1;padding:24px;border-radius:20px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(10px)}.gs-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}.gs-booking-form input,.gs-booking-form select,.gs-booking-form textarea{width:100%;border:1px solid rgba(255,255,255,.18);border-radius:10px;padding:12px 14px;outline:0;color:#fff;background:rgba(0,0,0,.18);font:13px Arial}.gs-booking-form select{color:#d9e7e7}.gs-booking-form select option{color:#173a43}.gs-booking-form textarea{resize:vertical;margin-bottom:12px}.gs-booking-form input::placeholder,.gs-booking-form textarea::placeholder{color:#abc2c5}.gs-booking-form input:focus,.gs-booking-form select:focus,.gs-booking-form textarea:focus{border-color:#e2bc67;box-shadow:0 0 0 3px rgba(226,188,103,.12)}.gs-booking-submit{width:100%;padding:14px;border:0;border-radius:10px;color:#143c46;background:linear-gradient(135deg,#f1d389,#b98027);font:700 14px Arial;cursor:pointer;transition:.2s}.gs-booking-submit:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(192,143,44,.3)}.gs-booking-submit i{margin-right:7px}.gs-booking-form small{display:block;margin-top:11px;text-align:center;color:#a8c0c2;font:11px Arial}@media(max-width:991px){.gs-booking-card{grid-template-columns:1fr;padding:32px}.gs-case-copy{padding:25px 5px}.gs-booking-copy h2{font-size:32px}}@media(max-width:575px){.gs-form-row{grid-template-columns:1fr}.gs-booking-section,.gs-before-after{padding:70px 0}.gs-booking-card{padding:22px 16px}.gs-booking-form{padding:16px}}
/* Production performance, mobile and live map */
.gs-footer-map{position:relative;height:145px;overflow:hidden;border-radius:10px;background:#dfe9e7}.gs-footer-map iframe{width:100%;height:100%;border:0;display:block;filter:saturate(.85) contrast(1.02)}.home-page-map-outer{overflow:hidden;border-radius:10px}.gs-booking-form input,.gs-booking-form select,.gs-booking-form textarea{font-size:16px!important}.gs-booking-submit:disabled{opacity:.7;cursor:wait;transform:none!important}@media(max-width:767px){.gs-ai-panel{width:calc(100vw - 20px);max-height:calc(100dvh - 20px);border-radius:22px}.gs-ai-chat{height:clamp(220px,45dvh,330px)}.gs-ai-head{padding:17px}.gs-ai-head h2{font-size:20px}.gs-ai-orb{width:46px;height:46px;font-size:19px}.gs-ai-suggestions{padding-left:12px;padding-right:12px}.gs-booking-section{overflow:hidden}.gs-booking-copy h2{font-size:29px}.gs-booking-points{gap:8px}.gs-booking-points span{font-size:10px}.gs-before-after .sec-title h2{font-size:29px}.gs-footer-map{height:155px}}@media(prefers-reduced-motion:reduce){.single-testimonials-style1,.gs-booking-submit{transition:none!important}}

/* Header menu only: refined typography */
.main-menu .navigation > li > a,
.sticky-header .main-menu .navigation > li > a,
.mobile-menu .navigation li > a {
  font-family: 'Playfair Display', 'Georgia', serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: .15px;
}

/* Instagram feed cards keep the original blog section styling */
.gs-instagram-card .img-holder { position: relative; }
.gs-instagram-card .img-holder .inner img { width: 100%; height: 260px; object-fit: cover; }
.gs-instagram-card .gs-instagram-badge { position: absolute; right: 18px; top: 18px; width: 34px; height: 34px; line-height: 34px; text-align: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg,#f9ce34,#ee2a7b,#6228d7); box-shadow: 0 5px 14px rgba(0,0,0,.2); }
.gs-instagram-card .blog-title a { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; min-height: 78px; }
.gs-instagram-card .meta-info li a { color: #a47720; }

/* Medical Articles: editorial cards in the Golden Smile visual language */
.gs-medical-articles-area { padding: 105px 0 115px; background: linear-gradient(180deg, #fffdf8 0%, #f6f1e8 100%); }
.gs-medical-intro { max-width: 650px; margin: 12px auto 0; color: #71868b; line-height: 1.8; font-size: 15px; }
.gs-medical-card { height: 100%; overflow: hidden; border: 1px solid rgba(190,145,54,.2); border-radius: 18px; background: #fff; box-shadow: 0 16px 38px rgba(22,57,68,.1); transition: transform .3s ease, box-shadow .3s ease; }
.gs-medical-card:hover { transform: translateY(-8px); box-shadow: 0 24px 48px rgba(22,57,68,.16); }
.gs-medical-image { position: relative; overflow: hidden; height: 245px; }
.gs-medical-image:after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(7,49,63,.28)); pointer-events: none; }
.gs-medical-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gs-medical-card:hover .gs-medical-image img { transform: scale(1.06); }
.gs-medical-category { position: absolute; z-index: 1; left: 18px; bottom: 16px; padding: 7px 12px; border-radius: 20px; color: #fff; background: rgba(7,57,75,.88); font: 600 10px Arial,sans-serif; letter-spacing: 1px; text-transform: uppercase; }
.gs-medical-body { padding: 23px 24px 25px; }
.gs-medical-author { display: flex; align-items: center; gap: 9px; margin-bottom: 14px; color: #a47720; font: 600 11px Arial,sans-serif; }
.gs-medical-author img { width: 32px; height: 32px; border: 2px solid #d2a23d; border-radius: 50%; object-fit: cover; }
.gs-medical-body h3 { min-height: 58px; margin: 0 0 12px; color: #07394b; font: 700 22px/1.3 Georgia,serif; }
.gs-medical-body p { min-height: 92px; margin: 0 0 18px; color: #5f7379; font-size: 14px; line-height: 1.8; }
.gs-medical-link { color: #a47720; font: 700 12px Arial,sans-serif; letter-spacing: .3px; text-decoration: none; }
.gs-medical-link i { margin-left: 6px; transition: margin .2s ease; }
.gs-medical-link:hover { color: #07394b; }
.gs-medical-link:hover i { margin-left: 10px; }
@media (max-width: 767px) { .gs-medical-articles-area { padding: 75px 0 80px; } .gs-medical-card { margin-bottom: 25px; } .gs-medical-body h3, .gs-medical-body p { min-height: 0; } }

/* Premium QR destination in the footer */
.gs-footer-qr-link { display: inline-block; padding: 9px; border: 1px solid rgba(210,162,61,.55); border-radius: 16px; background: linear-gradient(145deg, rgba(255,253,248,.98), rgba(247,239,222,.96)); box-shadow: 0 12px 28px rgba(0,0,0,.2), 0 0 0 5px rgba(210,162,61,.08); transition: transform .25s ease, box-shadow .25s ease; }
.gs-footer-qr-link:hover { transform: translateY(-4px); box-shadow: 0 18px 34px rgba(0,0,0,.28), 0 0 0 7px rgba(210,162,61,.12); }
.gs-footer-qr-link img { display: block; width: 148px; height: 148px; max-width: 100%; object-fit: contain; border-radius: 10px; }
@media (max-width: 575px) { .gs-footer-qr-link img { width: 132px; height: 132px; } }

/* Footer contact items: one phone/email per line */
.footer-widget-location-box li a[href^="tel:"],
.footer-widget-location-box li a[href^="mailto:"],
.sidebar-contact-info li a[href^="tel:"],
.sidebar-contact-info li a[href^="mailto:"] { display: block; line-height: 1.7; }

/* Final footer visibility and phone stacking fix */
.footer-bottom { display: block !important; visibility: visible !important; opacity: 1 !important; min-height: 70px; }
.footer-bottom .bottom-inner, .footer-bottom .bottom-inner .copyright { display: flex !important; visibility: visible !important; opacity: 1 !important; }
.footer-bottom .bottom-inner { justify-content: center !important; }
.footer-bottom .bottom-inner .copyright p { display: block !important; visibility: visible !important; opacity: 1 !important; color: #b0bcc2 !important; }
.single-footer-widget .our-company-info ul li a[href^="tel:"] { display: inline !important; }
.single-footer-widget .our-company-info ul li a[href^="tel:"] + br { display: block !important; content: ""; }

/* Contact lines in the company footer */
.single-footer-widget .our-company-info ul li a[href^="mailto:"],
.single-footer-widget .our-company-info ul li a[href^="tel:"] { display: block !important; margin-left: 28px; line-height: 26px; }

/* Copyright bar layout fix: allow the footer to include its bottom bar */
.bottom-parallax { height: auto !important; min-height: 0 !important; }
.bottom-parallax .footer-area { position: relative !important; top: auto !important; left: auto !important; right: auto !important; bottom: auto !important; height: auto !important; min-height: 0 !important; }
.bottom-parallax .footer-area .footer-bottom { position: relative !important; display: block !important; width: 100% !important; }

/* Restore footer parallax while reserving room for the copyright bar */
@media (min-width: 992px) {
  .bottom-parallax { position: relative !important; height: 767px !important; min-height: 767px !important; opacity: 0 !important; z-index: -999 !important; }
  .parallax-visible .bottom-parallax { opacity: 1 !important; z-index: 1 !important; }
  .bottom-parallax .footer-area { position: fixed !important; left: 0 !important; right: 0 !important; bottom: 0 !important; top: auto !important; height: 767px !important; min-height: 767px !important; }
}
@media (max-width: 991px) {
  .bottom-parallax, .parallax-visible .bottom-parallax { position: relative !important; height: auto !important; min-height: 0 !important; opacity: 1 !important; visibility: visible !important; z-index: 10 !important; }
  .bottom-parallax .footer-area { position: relative !important; top: auto !important; left: auto !important; right: auto !important; bottom: auto !important; height: auto !important; min-height: 0 !important; }
}
.single-footer-widget .our-company-info ul li a[href^="tel:"] .flaticon-phone-call-2:before { display: inline-block; margin-right: 7px; color: var(--thm-base); }

/* Final footer contact alignment and QR visibility */
.single-footer-widget .our-company-info ul li a[href^="mailto:"] { display: inline-block !important; margin-left: 0 !important; line-height: 26px; vertical-align: middle; }
.single-footer-widget .our-company-info ul li a[href^="tel:"] { display: block !important; margin-left: 0 !important; line-height: 26px; }
.single-footer-widget .our-company-info ul li a[href^="tel:"] .flaticon-phone-call-2 { display: inline-block; margin-right: 7px; }
@media (min-width: 992px) {
  .parallax-visible .bottom-parallax .footer-area { z-index: 1000 !important; }
}

/* Stable footer layout: remove the fixed-height gap and keep all footer content visible */
@media (min-width: 992px) {
  .bottom-parallax, .parallax-visible .bottom-parallax { position: relative !important; height: auto !important; min-height: 0 !important; opacity: 1 !important; visibility: visible !important; z-index: 10 !important; }
  .bottom-parallax .footer-area, .parallax-visible .bottom-parallax .footer-area { position: relative !important; inset: auto !important; width: 100% !important; height: auto !important; min-height: 0 !important; z-index: 10 !important; }
  .bottom-parallax .footer-area > .footer { overflow: visible !important; }
  .bottom-parallax .footer-bottom { position: relative !important; display: block !important; }
}


/* Golden Smile location map: direct Google embed, responsive on phone and laptop */
.gs-location-map {
    position: relative;
    z-index: 2;
    padding: 0 24px 76px;
    background: #fff;
}
.gs-location-map__frame {
    position: relative;
    width: min(1240px, 100%);
    height: 440px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(17, 52, 64, .12);
    border-radius: 18px;
    background: #dfe9e7;
    box-shadow: 0 20px 48px rgba(24, 54, 65, .16);
}
.gs-location-map__frame::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.42);
    border-radius: inherit;
}
.gs-location-map__frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    filter: saturate(.88) contrast(1.03);
}
.gs-location-map__card {
    position: absolute;
    left: 28px;
    bottom: 28px;
    width: min(360px, calc(100% - 56px));
    padding: 24px 25px 23px;
    color: #fff;
    direction: ltr;
    text-align: left;
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(20, 48, 60, .97), rgba(11, 117, 120, .94));
    box-shadow: 0 16px 32px rgba(12, 35, 45, .28);
}
.gs-location-map__eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #f0c86b;
    font: 700 11px/1.2 Arial, sans-serif;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.gs-location-map__card h2 {
    margin: 0 0 12px;
    color: #fff;
    font: 700 27px/1.15 'Playfair Display', Georgia, serif;
}
.gs-location-map__card p {
    display: flex;
    gap: 9px;
    margin: 0 0 18px;
    color: rgba(255,255,255,.88);
    font: 14px/1.65 Arial, sans-serif;
}
.gs-location-map__card p .flaticon-pin-1 {
    flex: 0 0 auto;
    color: #f0c86b;
    font-size: 18px;
    line-height: 1.4;
}
.gs-location-map__button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    color: #183540 !important;
    border-radius: 5px;
    background: #f0c86b;
    font: 700 12px/1.2 Arial, sans-serif;
    text-decoration: none !important;
    transition: transform .2s ease, background .2s ease;
}
.gs-location-map__button:hover { color: #183540 !important; background: #fff; transform: translateY(-2px); }
@media (max-width: 767px) {
    .gs-location-map { padding: 0 14px 52px; }
    .gs-location-map__frame { height: 520px; border-radius: 14px; }
    .gs-location-map__card { left: 14px; bottom: 14px; width: calc(100% - 28px); padding: 20px 18px; }
    .gs-location-map__card h2 { font-size: 24px; }
    .gs-location-map__card p { font-size: 13px; }
}


/* Prevent opening-hours overlap with the location map */
.gs-location-map { padding-top: 72px !important; }
@media (max-width: 767px) {
    .gs-location-map { padding-top: 56px !important; }
}


/* Center the three-doctor team grid */
.team-style1-area .team-content .row,
.team-style1-area .row { justify-content: center; }
@media (max-width: 1199px) {
    .team-style1-area .row { justify-content: center; }
}


/* HOME FAQ RESPONSIVE IMAGE */
.faq-style1-area .faq-style1__text-box .inner-content { gap: 28px; }
.faq-style1-area .faq-style1__text-box .inner-content .img-box {
    flex: 0 1 240px; min-height: 220px; background: #dce9e7;
}
.faq-style1-area .faq-style1__text-box .inner-content .img-box img {
    display: block; width: 100%; height: 240px; object-fit: cover; object-position: center;
}
.faq-style1-area .faq-style1-content { width: 100%; }
@media (max-width: 1199px) {
    .faq-style1-area .faq-style1__gray-bg { padding: 80px 30px 130px; }
    .faq-style1-area .faq-style1__text-box { padding-right: 0; margin-bottom: 42px; }
    .faq-style1-area .faq-style1__text-box .inner-content { justify-content: flex-start; }
    .faq-style1-area .faq-style1__text-box .inner-content .text-box { max-width: 470px; }
}
@media (max-width: 767px) {
    .faq-style1-area .faq-style1__gray-bg { padding: 58px 16px 76px; border-radius: 0; }
    .faq-style1-area .faq-style1__text-box { margin-bottom: 30px; }
    .faq-style1-area .faq-style1__text-box .sec-title { padding-bottom: 25px; }
    .faq-style1-area .faq-style1__text-box .sec-title h2 { font-size: 30px; line-height: 1.2; }
    .faq-style1-area .faq-style1__text-box .inner-content { display: flex; flex-direction: column; align-items: stretch; gap: 22px; }
    .faq-style1-area .faq-style1__text-box .inner-content .text-box { max-width: none; top: 0; }
    .faq-style1-area .faq-style1__text-box .inner-content .text-box p { font-size: 15px; line-height: 1.8; }
    .faq-style1-area .faq-style1__text-box .inner-content .img-box { flex: none; max-width: 100%; width: 100%; min-height: 0; }
    .faq-style1-area .faq-style1__text-box .inner-content .img-box img { height: 230px; object-fit: cover; }
    .faq-style1-area .accordion-box .block .acc-btn { padding: 17px 56px 17px 18px; }
    .faq-style1-area .accordion-box .block .acc-btn h3 { font-size: 15px; line-height: 1.45; }
    .faq-style1-area .accordion-box .block .acc-btn .icon-outer { right: 14px; width: 32px; height: 32px; line-height: 30px; }
    .faq-style1-area .accordion-box .block .acc-content { padding: 16px 18px 20px; }
    .faq-style1-area .accordion-box .block .acc-content p { font-size: 14px; line-height: 1.7; }
}


/* ABOUT PAGE CONTENT AND HERO */
.about-style3-area .about-style3-img-box .main-img-box ul li:first-child .single-box img {
    height: 390px; object-fit: cover; object-position: center top;
}
.about-style3-area .about-style3-img-box .main-img-box ul li:nth-child(2) .single-box img {
    height: 250px; object-fit: cover; object-position: center;
}
.about-style3-area .about-style3-content .text p,
.about-style3-area .about-style3-content-bottom .single-item p { line-height: 1.8; }
.breadcrumb-area[style] { min-height: 280px; }
@media (max-width: 767px) {
    .breadcrumb-area .inner-content { padding: 86px 0 82px; }
    .breadcrumb-area .title h2 { font-size: 34px; }
    .about-style3-area { padding: 68px 0 70px; }
    .about-style3-area .about-style3-img-box { margin: 0 0 34px; }
    .about-style3-area .about-style3-img-box .main-img-box ul { margin: 0 -6px; }
    .about-style3-area .about-style3-img-box .main-img-box ul li { padding: 0 6px; }
    .about-style3-area .about-style3-img-box .main-img-box ul li:first-child .single-box img { height: 260px; }
    .about-style3-area .about-style3-img-box .main-img-box ul li:nth-child(2) .single-box img { height: 180px; }
    .about-style3-area .about-style3-img-box .overlay-content { left: 12px; top: 125px; width: 150px; padding: 20px 0 15px; }
    .about-style3-area .about-style3-img-box .overlay-content h2 { font-size: 42px; }
}


/* ABOUT IMAGE ROLES FINAL */
.about-style3-area .about-style3-img-box .main-img-box ul li:first-child .single-box img {
    object-position: center center;
}
.breadcrumb-area .breadcrumb-area-bg { background-position: center center; }
@media (max-width: 767px) {
    .breadcrumb-area .breadcrumb-area-bg { background-position: center center; }
}


/* ABOUT BREADCRUMB LIGHT TEXT */
.gs-about-breadcrumb::before { background: linear-gradient(90deg, rgba(8,34,44,.72), rgba(8,34,44,.28), rgba(8,34,44,.58)) !important; }
.gs-about-breadcrumb .breadcrumb-menu ul li,
.gs-about-breadcrumb .breadcrumb-menu ul li a,
.gs-about-breadcrumb .breadcrumb-menu ul li.active,
.gs-about-breadcrumb .breadcrumb-menu ul li i,
.gs-about-breadcrumb .title h2 {
    color: #ffffff !important;
    text-shadow: 0 2px 5px rgba(0,0,0,.78) !important;
    font-weight: 700 !important;
}
/* Clean More dropdown: click only, no hover, no pseudo arrows */
.main-menu .navigation > li.gs-more-menu { position: relative !important; }
.main-menu .navigation > li.gs-more-menu > a::before,
.main-menu .navigation > li.gs-more-menu > a::after { content: none !important; display: none !important; }
.main-menu .navigation > li.gs-more-menu > .gs-more-submenu { display: none !important; position: absolute !important; top: 100% !important; left: 0 !important; z-index: 999999 !important; width: 220px !important; min-width: 220px !important; padding: 8px 0 !important; margin: 0 !important; background: #fff !important; box-shadow: 0 12px 30px rgba(0,0,0,.2) !important; }
.main-menu .navigation > li.gs-more-menu > .gs-more-submenu li { display: block !important; width: 100% !important; margin: 0 !important; padding: 0 !important; }
.main-menu .navigation > li.gs-more-menu > .gs-more-submenu li a { display: block !important; width: 100% !important; padding: 11px 18px !important; color: #173d4c !important; background: #fff !important; white-space: nowrap !important; }
.main-menu .navigation > li.gs-more-menu > .gs-more-submenu li a:hover { color: #0aaead !important; background: #f0f8f7 !important; }
/* Native hidden state wins over every legacy menu rule */
.main-menu .navigation > li.gs-more-menu > .gs-more-submenu[hidden],
.main-menu .navigation > li.gs-more-menu:hover > .gs-more-submenu[hidden],
.sticky-header .main-menu .navigation > li.gs-more-menu > .gs-more-submenu[hidden] { display: none !important; visibility: hidden !important; opacity: 0 !important; pointer-events: none !important; }
.main-menu .navigation > li.gs-more-menu > .gs-more-submenu:not([hidden]) { display: block !important; visibility: visible !important; opacity: 1 !important; pointer-events: auto !important; }
/* Golden Smile logo sizing: keep the shared loader artwork compact in headers */
.main-logo-box { display: flex !important; align-items: center !important; height: 74px !important; overflow: hidden !important; }
.main-logo-box img { display: block !important; width: 148px !important; height: 58px !important; max-width: 148px !important; max-height: 58px !important; object-fit: contain !important; object-position: left center !important; }
.sticky-header .logo img { display: block !important; width: 118px !important; height: 48px !important; max-width: 118px !important; max-height: 48px !important; object-fit: contain !important; }
.sidebar-textwidget .logo img { display: block !important; width: 150px !important; height: 70px !important; max-width: 150px !important; object-fit: contain !important; }
/* Header-only compact logo: do not affect the loading artwork */
.main-header .main-logo-box,
.main-header .header-left .main-logo-box { width: 122px !important; max-width: 122px !important; height: 58px !important; overflow: hidden !important; display: flex !important; align-items: center !important; }
.main-header .main-logo-box img,
.main-header .header-left .main-logo-box img { width: 92px !important; max-width: 92px !important; height: 38px !important; max-height: 38px !important; object-fit: contain !important; object-position: left center !important; }
.sticky-header .logo img { width: 92px !important; max-width: 92px !important; height: 38px !important; max-height: 38px !important; object-fit: contain !important; }
/* Actual live header selectors: main-logo-box is not nested under main-header */
.main-logo-box { width: 125px !important; max-width: 125px !important; height: 64px !important; overflow: hidden !important; display: flex !important; align-items: center !important; }
.main-logo-box > a, .main-logo-box > a > img { display: block !important; width: 105px !important; max-width: 105px !important; height: 50px !important; max-height: 50px !important; object-fit: contain !important; object-position: left center !important; }
.logo.float-left > a > img, .logo.float-left img { display: block !important; width: 105px !important; max-width: 105px !important; height: 50px !important; max-height: 50px !important; object-fit: contain !important; }
.nav-logo img { width: 100px !important; max-width: 100px !important; height: 50px !important; max-height: 50px !important; object-fit: contain !important; }
/* Slightly larger actual header logo */
.main-logo-box { width: 150px !important; max-width: 150px !important; height: 70px !important; }
.main-logo-box > a, .main-logo-box > a > img { width: 132px !important; max-width: 132px !important; height: 58px !important; max-height: 58px !important; }
.logo.float-left > a > img, .logo.float-left img { width: 132px !important; max-width: 132px !important; height: 58px !important; max-height: 58px !important; }
/* Larger actual header logo, still contained within its header column */
.main-logo-box { width: 178px !important; max-width: 178px !important; height: 78px !important; }
.main-logo-box > a, .main-logo-box > a > img { width: 158px !important; max-width: 158px !important; height: 68px !important; max-height: 68px !important; }
.logo.float-left > a > img, .logo.float-left img { width: 158px !important; max-width: 158px !important; height: 68px !important; max-height: 68px !important; }
