/* ------------------------------------------
[ Custom style ] 

1. Basic and Typography style
2. Helper style
3. Selection style
4. Cursor & Drag style
5. Preloader style
6. Owl-Theme custom style
7. Section style
8. Navbar style
9. Header style
10. Slider-fade style
11. Slider style
12. Kenburns Slider style
13. Banner Header style
14. About style
15. Services 1 style
16. Services 2 style
17. Services 3 style
18. Services 4 style
19. Before-After style
20. Team style
21. Team Details style
22. Pricing 1 style
23. Pricing 2 style
24. Oval image style
25. Video Background style
26. Gallery style
27. Testimonials style
28. Promo Video style
29. FAQs & Accordion style
30. Blog style
31. Blog Sidebar style
32. Post style
33. Prev and Next style
34. Page style
35. Contact style
36. Button style
37. Appointment style
38. Scrolling style
39. For Images Reveal Effect style
40. Text Animation style
41. For Images Imago Effect style
42. 404 Page style
43. Footer style
44. toTop Button style
45. Overlay Effect Bg image style
46. Responsive style

------------------------------------------ */


/* ======= Basic and Typography style ======= */
:root {
    --primary-color: #af592a;
    --secondary-color: #031b4e;
    --accent-color: #f4f4f4;
    --text-color: #242424;
    --heading-color: #031b4e;
    --bg-color: #fff;
    --bg-color2: #fdf6f2;
    --bg-blue-color: #eff9ff;
    --bg-cream-color: #fdf6f2;
    --border-color: rgba(0, 189, 224, 0.2);
    --border-radius: 5px;
    --font-family: "Jost", sans-serif;
    --font-size: 18px;
    --font-weight: 400;
    --line-height: 1.75em;
}

html,
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75em;
    color: var(--text-color);
    overflow-x: hidden !important;
    background: #fff;
}

p {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75em;
    color: var(--text-color);
    margin-bottom: 15px;
}

p.text-white {
    color: rgba(255, 255, 255, 0.6) !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 0 15px 0;
    color: #031b4e;
}

h1 {
    font-size: 45px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 27px;
}

h5 {
    font-size: 27px;
}

h6 {
    font-size: 18px;
}

img {
    /* width: 100%;
    height: auto; */
}

img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #f4f4f4;
}

span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}

b {
    font-weight: 600;
    color: var(--primary-color);
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
}

/* text field */
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}

input[type="password"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 11px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.75em;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--text-color);
    background-image: none;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
    border: 1px solid rgba(0, 189, 224, 0.2);
    border-radius: 5px;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background: transparent;
    border: 0px solid transparent;
    outline: none;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    border: 0px solid transparent;
    outline: none;
}

input[type="password"]:active,
input[type="email"]:active,
input[type="text"]:active,
input[type="file"]:active,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
textarea:active,
textarea:focus {
    border: 1px solid var(--primary-color);
    background: transparent;
    outline: none;
}

select {
    padding: 10px;
    border-radius: 6px;
}

table,
th,
tr,
td {
    border: 1px solid #f8f5f0;
}

th,
tr,
td {
    padding: 10px;
}

input[type="radio"],
input[type="checkbox"] {
    display: inline;
}

input[type="submit"] {
    font-weight: 400;
    font-family: "Jost", sans-serif;
    text-transform: uppercase;
    background: var(--primary-color);
    color: #fff;
    padding: 8px 24px;
    margin: 0;
    position: relative;
    font-size: 18px;
    letter-spacing: 2px;
}

input[type="number"] {
    padding: 14px 20px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.75em;
    font-size: 18px;
    font-weight: 400;
    color: var(--text-color);
    background-image: none;
    border: none;
    border-radius: 30px;
    border: 2px solid #e8e8d4;
}

input[type="number"] {
    max-width: 160px;
    width: 160px;
    margin-bottom: 0;
    padding: 12px 30px;
}

select {
    max-width: 100%;
}

.form-select {
    display: block;
    width: 100%;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-color);
    background-image: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23757086' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m2 5 6 6 6-6'/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: right 0.95rem center;
    background-size: 12px 20px;
    border: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    padding-left: 20px;
    padding-top: 13.25px;
    padding-bottom: 13.25px;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 189, 224, 0.2);
    outline: none;
    background-color: transparent;
}

.form-control {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 15.953120px 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2em;
    color: var(--text-color);
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid rgba(0, 189, 224, 0.2);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
}

.form-control:focus,
.form-select:focus,
select:focus {
    outline: none;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #e4e2f3;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* Native takvim ikonunu sola almaya çalışalım */
input[type="date"] {
    padding-left: 55px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    filter: invert(49%) sepia(10%) saturate(9%) hue-rotate(198deg) brightness(92%) contrast(85%);
    filter: invert(60%) sepia(8%) saturate(10%) hue-rotate(190deg) brightness(97%) contrast(85%);
}

/* placeholder */
::-webkit-input-placeholder {
    color: var(--text-color);
    font-size: 18px;
    font-weight: 400;
}

:-moz-placeholder {
    color: var(--text-color);
}

::-moz-placeholder {
    color: var(--text-color);
    opacity: 1;
}

:-ms-input-placeholder {
    color: var(--text-color);
}

/* blockquote */
blockquote {
    padding: 40px 50px;
    display: block;
    position: relative;
    background-color: var(--primary-color);
    overflow: hidden;
    color: #fff;
    border-radius: 10px;
}

/* Reset for Instagram embeds */
blockquote.instagram-media {
    background: #fff !important;
    padding: 0 !important;
    margin: 0 auto !important;
    border-radius: 12px !important;
    min-width: 326px !important;
    width: 100% !important;
    box-shadow: none !important;
    border: 1px solid #e1e8ed !important;
}

blockquote.instagram-media:before {
    display: none !important;
}

.insta-inner {
    padding: 16px;
}

.insta-link {
    background: #FFFFFF;
    line-height: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
}

.insta-header {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.insta-avatar {
    background-color: #F4F4F4;
    border-radius: 50%;
    flex-grow: 0;
    height: 40px;
    margin-right: 14px;
    width: 40px;
}

.insta-header-text {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
}

.insta-line-short {
    background-color: #F4F4F4;
    border-radius: 4px;
    flex-grow: 0;
    height: 14px;
    margin-bottom: 6px;
    width: 100px;
}

.insta-line-very-short {
    background-color: #F4F4F4;
    border-radius: 4px;
    flex-grow: 0;
    height: 14px;
    width: 60px;
}

.insta-spacer {
    padding: 19% 0;
}

.insta-icon-wrapper {
    display: block;
    height: 50px;
    margin: 0 auto 12px;
    width: 50px;
}

.insta-icon-wrapper i {
    font-size: 50px;
    color: #E1306C;
}

.insta-footer {
    padding-top: 8px;
}

.insta-btn-text {
    color: #3897f0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 550;
    line-height: 18px;
}


blockquote p {
    font-family: inherit;
    margin-bottom: 0 !important;
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 3;
}

blockquote h5 {
    font-size: 21px;
    color: #fff;
}

blockquote:before {
    content: '\e645';
    font-family: 'Themify';
    position: absolute;
    right: 45px;
    bottom: 45px;
    font-size: 95px;
    opacity: 0.075;
    line-height: 1;
    color: #fff;
    font-style: normal;
}

blockquote p a {
    color: inherit;
}

blockquote cite {
    display: inline-block;
    font-size: 18px;
    position: relative;
    padding-left: 40px;
    border-color: inherit;
    line-height: 1;
    margin-top: 15px;
    font-style: italic;
    color: #fff;
    font-weight: 400;
}

blockquote cite:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 30px;
    height: 1px;
    border-top: 1px solid #fff;
    border-radius: 30px;
}

blockquote.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}


/* ======= Helper style ======= */
.pt-30 {
    padding-top: 30px;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-90 {
    padding-top: 90px;
}

.pt-120 {
    padding-top: 120px;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-90 {
    margin-top: 90px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-120 {
    margin-top: 120px !important;
}

.mt--100 {
    margin-top: -100px !important;
}

.mt--200 {
    margin-top: -200px !important;
}

.mt--250 {
    margin-top: -250px !important;
}

.pt-80 {
    padding-top: 80px !important;
}

.pt-210 {
    padding-top: 210px !important;
}

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

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px;
    !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

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

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

/* important */
.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    width: 100%;
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-imgfixed {
    background-attachment: fixed;
}

.pattern {
    background-repeat: repeat;
    background-size: auto;
}

.bold {
    font-weight: 400;
}

.count {
    font-family: "Jost", sans-serif;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.v-bottom {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    -webkit-transform: translate(0%, -5%);
    transform: translate(0%, -5%);
}

.js .animate-box {
    opacity: 0;
}

.bg-position-bottom {
    background-position: bottom !important;
}

.bg-position-center {
    background-position: center !important;
}

.bg-position-top {
    background-position: top !important;
}

.cover-background {
    background-repeat: no-repeat !important;
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-position: center center !important;
}

:root {
    scroll-behavior: auto;
}

/* background & color */
.bg-navy {
    background: #031b4e;
}

.bg-turquoise {
    background: var(--primary-color);
}

.bg-lightblue {
    background: #eff9ff;
}

.bg-gradient-lightblue {
    background-image: linear-gradient(to bottom, #eff9ff, #f0f9ff, #f2faff, #f3faff, #f5fbff, #f7fcff, #f8fcff, #fafdff, #fbfdff, #fdfeff, #ffffff);
}

.bg-white {
    background: #fff;
}

.br-20 {
    border-radius: 20px;
}

.icons {
    color: #fd961e;
    font-size: 18px;
    line-height: 1.2em;
    display: inherit;
    margin-bottom: 0;
}

.mr-5 {
    margin-right: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-15 {
    margin-left: 15px;
}

/* star - white  */
.star {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}

.star:before,
.star:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #fff;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.star:after {
    transform: rotate(35deg);
}

/* star rating  */
.star-rating {
    position: relative;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.9em;
    margin-right: 0.9em;
    margin-bottom: 2em;
    border-right: 0.3em solid transparent;
    border-bottom: 0.7em solid #ffd27d;
    border-left: 0.3em solid transparent;
    /* Controlls the size of the stars. */
    font-size: 8px;
}

.star-rating:before,
.star-rating:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0.6em;
    left: -1em;
    border-right: 1em solid transparent;
    border-bottom: 0.7em solid #ffd27d;
    border-left: 1em solid transparent;
    transform: rotate(-35deg);
}

.star-rating:after {
    transform: rotate(35deg);
}

.feather-shadow {
    mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
}

.feather-shadow2 {
    mask-image: linear-gradient(to right, transparent 6%, #000 20%, #000 80%, transparent 92%);
    -webkit-mask-image: linear-gradient(to right, transparent 6%, #000 20%, #000 80%, transparent 92%);
}

.border-radius-100 {
    border-radius: 100% !important;
}

.br-20 {
    border-radius: 20px;
}

.br-20-20-0-0 {
    border-radius: 20px 20px 0 0;
}

.br-0-0-20-20 {
    border-radius: 0 0 20px 20px;
}


/* ======= Selection style ======= */
::-webkit-selection {
    color: #fff;
    background: var(--primary-color);
}

::-moz-selection {
    color: #fff;
    background: var(--primary-color);
}

::selection {
    color: #fff;
    background: var(--primary-color);
}


/* ======= Cursor & Drag style  ======= */
/* cursor styles */
.cursor {
    position: fixed;
    top: -40px;
    left: -40px;
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: difference;
}

.cursor:before {
    content: "";
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #fff;
    transition: all ease 0.15s;
    transform: scale(0.15);
}

/* drag style */
.cursor.drag {
    mix-blend-mode: unset;
}

.cursor.drag:before {
    content: "\e658";
    font-family: "Themify";
    font-size: 21px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #031b4e;
    backdrop-filter: blur(8px);
    border-color: transparent;
    transform: scale(1);
    transition: transform 0.2s ease-out, background 0.2s ease-out;
}

.cursor.drag.active:before {
    transform: scale(0.8);
}

/* mobile disable */
@media only screen and (max-width: 991px) {
    .cursor {
        display: none;
    }
}


/* ======= Preloader style ======= */
.preloader-bg,
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
}

#preloader {
    display: table;
    table-layout: fixed;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.loader {
    position: relative;
    width: 70px;
    height: 70px;
    left: 50%;
    top: auto;
    margin-left: -35px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
    -moz-animation: rotate 1s infinite linear;
    -ms-animation: rotate 1s infinite linear;
    -o-animation: rotate 1s infinite linear;
    animation: rotate 1s infinite linear;
    border: 2px solid rgba(0, 189, 224, 0.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.loader span {
    position: absolute;
    width: 70px;
    height: 70px;
    top: -2px;
    left: -2px;
    border: 2px solid transparent;
    border-top: 2px solid var(--primary-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* ======= Owl-Theme custom style ======= */
/* owl-dots */
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
    line-height: 1.5;
    display: block;
    outline: none;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 15px;
    margin-bottom: 0;
}

.owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 0 3px;
    border-radius: 50%;
    background: #b2daf2;
    border: 1px solid #b2daf2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.owl-theme .owl-dots .owl-dot:hover span {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

/* owl-nav */
.owl-theme .owl-nav {
    position: absolute !important;
    top: 42% !important;
    bottom: auto !important;
    width: 100%
}

.owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/* owl-prev owl-next */
.owl-theme .owl-prev,
.owl-theme .owl-prev {
    left: 10px !important
}

.owl-theme .owl-next {
    right: 10px !important
}

.owl-theme .owl-prev,
.owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    line-height: 0;
    text-align: center;
    font-size: 18px
}

.owl-theme .owl-prev>span,
.owl-theme .owl-next>span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 45px;
    background: transparent;
    border-radius: 100%;
    color: var(--primary-color);
    font-size: 10px;
    margin-right: 60px;
    margin-left: 60px;
    cursor: pointer;
    border: 1px solid var(--primary-color);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
}

@media screen and (max-width: 768px) {
    .owl-theme .owl-nav {
        display: none;
    }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    outline: none;
}


/* ======= Section style ======= */
.section-padding {
    padding: 50px 0;
}

.section-subtitle {
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #eff9ff;
    border-radius: 40px;
    padding: 1px 20px 0px 20px;
}

.section-subtitle.bg-white {
    background: #fff;
}

.section-subtitle.bg-transparent {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}

.section-subtitle.text-white {
    color: #fff;
}

.section-subtitle.text-navy {
    color: #031b4e;
}

.section-subtitle .icon {
    background-color: var(--primary-color);
    margin-right: 10px;
    height: 4px;
    width: 4px;
    border-radius: 100%;
}

.section-subtitle .icon i {
    align-items: center;
    justify-content: center;
    color: #fff;
}

.section-title {
    font-family: "Jost", sans-serif;
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 600;
    color: #031b4e;
    margin-bottom: 15px;
    align-items: center;
    text-transform: uppercase;
}

.section-title img {
    width: 60px;
}

.section-title span {
    color: var(--primary-color) !important;
    display: contents;
}

.section-title.white {
    color: #fff;
}

.section-title.text-navy {
    color: #031b4e;
}

/* section-info */
.section-info {
    position: relative;
    display: contents;
}

.section-info .icons {
    margin-right: 10px;
    padding: 0 20px;
    border-radius: 30px;
    background-color: var(--primary-color);
    color: #031b4e;
    text-transform: uppercase;
    font-size: 12px;
    display: inline-block !important;
    vertical-align: middle !important;
    letter-spacing: 1px;
}

.section-info .tag {
    margin-right: 5px;
    border-radius: 100%;
    background-color: #fff;
    color: var(--primary-color);
    font-family: "Jost", sans-serif;
    font-size: 18px;
    display: inline-block !important;
    vertical-align: middle !important;
    box-shadow: 0 1px 4px #0f0c3105, 0 5px 15px var(--primary-color)1f;
    border: 1px solid #efeef6;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center !important;
}

.section-info .desc {
    font-family: "Jost", sans-serif;
    color: #031b4e;
    display: inline-block;
    vertical-align: middle;
    display: inherit;
    margin: 0;
}

.section-info .text-decoration-line-bottom {
    border-bottom: 2px solid var(--primary-color);
    font-family: "Jost", sans-serif;
    line-height: 1.2em;
    font-weight: 600;
    font-size: 18px;
    color: #031b4e;
}

@media screen and (max-width: 991px) {
    .section-title {
        font-size: 35px;
    }
    .section-title.dr-prf{
        margin-top: 20px;
    }

    .section-info {
        display: block;
    }
}


/* ======= Navbar style ======= */
.navbar {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: var(--bg-color2);
    z-index: 99;
    padding-right: 0;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 140px;
    border: none;
}

.navbar-toggler-icon {
    background-image: none;
}

.navbar .navbar-toggler-icon,
.navbar .icon-bar {
    color: #031b4e;
}

.navbar .navbar-nav .nav-link {
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #031b4e;
    margin: 1px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-right: 15px;
    padding-left: 15px;
    text-transform: uppercase;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .navbar .navbar-nav .nav-link {
        padding-right: 3px;
        padding-left: 3px;
    }
}

.navbar .navbar-nav .nav-link.nav-color {
    color: var(--primary-color);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

.navbar .navbar-nav .active {
    color: var(--primary-color) !important;
}

.navbar .navbar-nav .active i {
    color: var(--primary-color);
}

.nav-scroll {
    background: #fff;
    padding: 0 0 0 0;
    position: fixed;
    top: -90px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(90px);
    transform: translateY(90px);
    border: none;
    -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    height: 140px;
}

.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
    color: #031b4e;
}

.nav-scroll .navbar-nav .nav-link {
    color: #031b4e;
}

.nav-scroll .navbar-nav .active,
.nav-scroll .navbar-nav .active i {
    color: var(--primary-color) !important;
}

.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: var(--primary-color);
}

.nav-scroll .dropdown .nav-link i {
    color: #031b4e;
}

.nav-scroll .logo-img {
    width: 230px;
}

.nav-scroll .logo-img {
    margin-bottom: 0px;
}

.nav-scroll .logo-wrapper .logo h2 {
    display: block;
    width: 100%;
    position: relative;
    color: #fff;
    margin-bottom: 0;
}

.nav-scroll .logo-wrapper .logo span {
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 9px;
    color: var(--primary-color);
    font-weight: 400;
    letter-spacing: 6px;
    display: block;
    margin-top: 0px;
    line-height: 1.75em;
    text-transform: uppercase;
    padding-left: 4px;
}

.nav-scroll .logo-wrapper {}

.logo-wrapper {
    float: left;
}

.logo-wrapper .logo h2 {
    font-size: 36px;
    font-weight: 600;
    display: block;
    width: 100%;
    position: relative;
    color: #031b4e;
    margin-bottom: 0;
}

.logo-wrapper .logo h2 a i {
    color: var(--text-color);
    font-size: 21px;
    vertical-align: super;
}

.logo-wrapper .logo span {
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 11px;
    color: var(--primary-color);
    font-weight: 400;
    letter-spacing: 5px;
    display: block;
    margin-top: 0px;
    line-height: 1.2em;
    text-transform: uppercase;
    padding-left: 4px;
}

.logo-wrapper .logo h2 i {
    color: var(--primary-color);
    font-style: normal;
}

.logo {
    padding: 0;
}

.logo-img {
    width: 230px;
    margin-bottom: 0px;
    padding-top: 0px;
}

.logo-img.footer-logo {
    width: 300px;
}

.dropdown .nav-link i {
    padding-left: 0px;
    font-size: 8px;
    font-weight: 600;
    color: #031b4e;
    transition: all 0.3s ease-in-out 0s;
}

.dropdown .nav-link:hover i {
    color: var(--primary-color);
}

.navbar .dropdown-menu .dropdown-item {
    padding: 9px 0;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #031b4e;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: transparent;
}

.navbar .dropdown-menu .dropdown-item span {
    display: block;
    cursor: pointer;
}

.navbar .dropdown-menu .dropdown-item i {
    padding: 13px 0 0 5px;
    font-size: 9px;
    font-weight: 600;
    float: right;
}

.navbar .dropdown-menu .dropdown:hover>.dropdown-item,
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:hover {
    color: var(--primary-color);
}

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 189, 224, 0.1);
}

.navbar .dropdown-menu li:last-child {
    border-bottom: none;
}

/* li hover */
.navbar .dropdown-menu li {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.navbar .dropdown-menu li:hover {
    padding-left: 5px;
}

.navbar .dropdown-menu .dropdown-menu.pull-left {
    top: 0;
    left: auto;
    right: 100%;
}

/* navbar-right button */
.navbar .navbar-right {
    position: relative;
    display: flex;
    align-items: center;
}

/* durubtn 5 */
.navbar .navbar-right .durubtn5 {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 1px 25px;
    min-height: 40px;
    line-height: 40px;
    border-radius: 40px;
    color: #fff;
    background-color: var(--primary-color);
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.nav-scroll .navbar-right .durubtn5 {
    background-color: var(--primary-color);
    color: #031b4e;
}

.navbar .navbar-right .durubtn5 .text-wrapper {
    display: inline-block;
    position: relative;
    height: 43px;
    overflow: hidden;
    vertical-align: middle;
}

.navbar .navbar-right .durubtn5 .text {
    font-family: "Jost", sans-serif;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar .navbar-right .durubtn5 .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.navbar .navbar-right .durubtn5 .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.navbar .navbar-right .durubtn5:hover {
    background: var(--primary-color);
    color: #fff;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

.navbar .navbar-right .durubtn5:hover .text {
    color: #fff;
}

.navbar .navbar-right .durubtn5:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.navbar .navbar-right .durubtn5:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}

.navbar .navbar-right .durubtn5 i {
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.navbar .navbar-right .durubtn5:hover i {
    color: #fff;
}

.navbar .navbar-right .durubtn5 i.ml-5 {
    margin-left: 5px;
}

.navbar .navbar-right .durubtn5 i.mr-5 {
    margin-right: 5px;
}

/* navbar-right phone */
.navbar .navbar-right .phonex {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 5;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #031b4e;
}

.navbar .navbar-right:hover .phonex {
    color: #031b4e;
}

.navbar .navbar-right .phonex i {
    font-size: 16px;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 100%;
    text-align: center;
}

.nav-scroll .navbar-right .phonex {
    color: #031b4e;
}

.nav-scroll .navbar-right:hover .phonex {
    color: #031b4e;
}

/* Navbar Media Query */
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
        width: 240px;
        padding: 15px 25px;
        border-radius: 6px;
        border: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
        box-shadow: 0 20px 60px rgba(0, 0, 0, .08) -webkit-transition: all .5s ease;
        -ms-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .navbar .dropdown-menu .dropdown-menu {
        left: calc(100% + 5px);
        top: -10px;
        right: auto;
        min-width: 240px;
        transform: translateY(0);
    }

    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

@media screen and (max-width: 991px) {
    .navbar {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 0;
        height: 130px;
    }

    .nav-scroll {
        background: #fff;
        height:110px !important;
    }

    .logo-wrapper {
        float: left;
        padding: 5px 15px;
    }

    .nav-scroll .logo-wrapper {
        padding: 0px 15px;
        background-color: transparent;
    }

    .nav-scroll .logo-img {
        width: 180px;
        padding-top: 0px;
    }

    .navbar .logo {
        text-align: left;
        margin-left: 0px;
    }

    .logo-img {
        margin-bottom: 0px;
        width: 210px;
        padding-top: 0px;
    }

    .navbar button {
        margin-right: 0px;
        outline: none !important;
        background: transparent;
        margin-top: 10px;
        border: none;
    }

    .navbar button:hover {
        background: transparent;
    }

    .navbar button:active,
    .navbar button:focus,
    .navbar button:hover {
        background: transparent;
        outline: none;
        color: transparent !important;
    }

    .navbar .container {
        /* max-width: 100%; */
        padding: 0;
    }

    .navbar .nav-link {
        margin: 0px auto !important;
    }

    .navbar .navbar-nav .nav-link {
        color: #031b4e;
    }

    .nav-scroll .navbar-collapse .nav-link {
        color: #031b4e !important;
    }

    .nav-scroll .navbar-collapse .active {
        color: var(--primary-color) !important;
    }

    .navbar .dropdown-menu .dropdown-item {
        padding: 0 15px;
        font-size: 18px;
        line-height: 40px;
    }

    .navbar .dropdown-menu .dropdown-item.dropdown-toggle {
        font-weight: 400;
    }

    .navbar .dropdown-submenu .dropdown-toggle::after {
        right: 15px;
        font-size: 18px;
    }

    .navbar .dropdown-submenu:hover>.dropdown-toggle::after {
        transform: rotate(0deg);
    }

    .navbar .dropdown-submenu .dropdown-toggle.show::after {
        transform: rotate(90deg);
    }

    .navbar .dropdown-menu {
        border: none;
        padding: 0;
        border-radius: 0;
        margin: 0;
        background: #fff;
    }

    .dropdown-menu.services {
        padding: 0px;

    }

    .navbar .dropdown-submenu .dropdown-menu {
        margin: 0;
        padding: 0 0 0 20px;
    }

    .navbar .dropdown-menu li a {
        padding: 0 15px;
    }

    .navbar .navbar-nav .nav-link {
        padding-right: 0px;
        padding-left: 0px;
    }

    .navbar .navbar-collapse {
        max-height: 450px;
        overflow: auto;
        background: #fff;
        text-align: left;
        padding: 20px;
        -webkit-box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
        box-shadow: 0px 5px 15px rgb(15 36 84 / 5%);
    }

    .dropdown .nav-link i {
        color: #031b4e;
    }

    .navbar .navbar-right {
        display: none;
    }
}


/* ======= Header style ======= */
.header {
    /* min-height: calc(95vh - 100px);
    overflow: hidden;
    border-radius: 10px; */
}

.header h1 {
    color: #fff !important;
    font-size: 21px;
    line-height: 1em;
    white-space: normal;
    word-break: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.header h1 span {
    font-size: 200px;
    line-height: 180px;
    color: var(--primary-color) !important;
    display: block;
    font-weight: 700;
    letter-spacing: 0px;
}

.header h2 {
    color: #fff !important;
    font-size: 50px;
    line-height: 1em;
    white-space: normal;
    word-break: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.header h2 span {
    color: var(--primary-color) !important;
}

.header h3 {
    position: relative;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
}

.header h3 span {
    color: var(--primary-color);
}

.header h4 {
    position: relative;
    font-size: 48px;
    color: #fff;
    line-height: 1.2em;
}

.header h4 span {
    color: var(--primary-color);
}

.header h5 {
    font-size: 12px;
    margin-bottom: 15px;
    color: #fff !important;
    position: relative;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 20px;
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    display: inline-flex;
    align-items: center;
    font-weight: 500;

}

.header h5 .icon {
    background-color: var(--primary-color);
    margin-right: 10px;
    height: 4px;
    width: 4px;
    border-radius: 100%;
}

.header h5 .icon i {
    align-items: center;
    justify-content: center;
    color: #fff;
}

.header p {
    font-size: 30px;
    margin: 25px 0px;
    color: rgba(255, 255, 255, 0.8) !important;
    line-height: 34px;
    font-weight: 500;
}

.header p a {
    color: var(--primary-color);
}

@media screen and (max-width: 991px) {
    .header h1 {
        font-size: 18px;
    }

    .header h1 span {
        font-size: 90px;
        line-height: 90px;
    }

    .header h2 {
        font-size: 20px;
    }


}


/* ======= Slider-fade style ======= */
.slider-fade .owl-item {
    min-height: calc(95vh - 100px);
    position: relative;
}

.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: top;
    z-index: 9;
}

/* owl-nav next and prev */
.slider-fade .owl-theme .owl-nav {
    position: absolute;
    bottom: 7%;
    right: 12%;
}

.slider-fade .owl-theme .owl-prev {
    float: left;
}

.slider-fade .owl-theme .owl-next {
    float: right;
}

.slider-fade .owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: transparent;
    border-radius: 100%;
    color: #fff !important;
    font-size: 14px;
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
}

.slider-fade .owl-theme .owl-nav [class*=owl-]:hover {
    transform: scale(0.9);
    background: #fff;
    border: 1px solid #fff;
    color: var(--primary-color) !important;
}

@media screen and (max-width: 768px) {
    .slider-fade .owl-nav {
        display: none;
    }
}

/* owl-dots for slider and slider-fade */
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 6vh;
    width: 100%;
}

.slider-fade .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
    line-height: .7;
    display: block;
}

.slider-fade .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.slider-fade .owl-theme .owl-dots .owl-dot.active span,
.slider-fade .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
    border: 1px solid #fff;
}

.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 12%;
    text-align: left;
}


/* ======= Slider style ======= */
.slider .owl-item {
    height: 100vh;
    position: relative;
}

.slider .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.slider .item .caption {
    z-index: 9;
}

.slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 3%;
    right: 12%;
    text-align: right;
}

.slider .owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.slider .owl-theme .owl-dots .owl-dot.active span,
.slider .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}


/* ======= Kenburns Slider style ======= */
.kenburns-section {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    min-height: calc(95vh - 100px);
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.kenburns-section::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -5;
    background: #000;
}

.kenburns-inner {
    position: relative;
    z-index: 15;
}

.kenburns-inner h1 {
    color: #fff !important;
    font-size: 21px;
    line-height: 1em;
    white-space: normal;
    word-break: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.kenburns-inner h1 span {
    font-size: 200px;
    line-height: 180px;
    color: var(--primary-color) !important;
    display: block;
    font-weight: 700;
    letter-spacing: 0px;
}

.kenburns-inner h2 {
    color: #fff !important;
    font-size: 75px;
    line-height: 1em;
    white-space: normal;
    word-break: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.kenburns-inner h2 span {
    color: var(--primary-color) !important;
}

.kenburns-inner h3 {
    position: relative;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
}

.kenburns-inner h3 span {
    color: var(--primary-color);
}

.kenburns-inner h4 {
    position: relative;
    font-size: 48px;
    color: #fff;
    line-height: 1.2em;
}

.kenburns-inner h4 span {
    color: var(--primary-color);
}

.kenburns-inner h5 {
    font-size: 13px;
    margin-bottom: 15px;
    color: #fff !important;
    position: relative;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 20px;
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.kenburns-inner p {
    font-size: 18px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8) !important;
}

.kenburns-inner p a {
    color: var(--primary-color);
}

#kenburnsSliderContainer .vegas-overlay {
    outline: none;
}

@media screen and (max-width: 991px) {
    .kenburns-inner h1 {
        font-size: 18px;
    }

    .kenburns-inner h1 span {
        font-size: 90px;
        line-height: 90px;
    }

    .kenburns-inner h2 {
        font-size: 45px;
    }
}


/* ======= Banner Header style ======= */
.banner-header {
    min-height: calc(45vh - 92px);
    background-position: center;
}

.banner-header.middle-height {
    min-height: calc(95vh - 100px);
}

.banner-header.full-height {
    min-height: calc(100vh - 100px);
}

.banner-header h1 {
    color: #fff !important;
    font-size: 30px;
    line-height: 1em;
    white-space: normal;
    word-break: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.banner-header h1 span {
    font-size: 200px;
    line-height: 180px;
    color: var(--primary-color) !important;
    display: block;
    font-weight: 700;
    letter-spacing: 0px;
}

.banner-header h2 {
    color: #fff !important;
    font-size: 75px;
    line-height: 1em;
    white-space: normal;
    word-break: normal;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.banner-header h2 span {
    color: var(--primary-color) !important;
}

.banner-header h3 {
    position: relative;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
        margin-bottom: 0px;
    line-height: unset;
}

.banner-header h3 span {
    color: var(--primary-color);
}

.banner-header h4 {
    position: relative;
    font-size: 40px;
    color: #fff;
    line-height: 1.2em;
}

.banner-header h4 span {
    color: var(--primary-color);
}

.banner-header h5 {
    font-size: 12px;
    margin-bottom: 15px;
    color: #fff !important;
    position: relative;
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 20px;
    border-radius: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;

    display: flex;
    display: inline-flex;
    align-items: center;
    font-weight: 500;

}

.banner-header h5 .icon {
    background-color: var(--primary-color);
    margin-right: 10px;
    height: 4px;
    width: 4px;
    border-radius: 100%;
}

.banner-header h5 .icon i {
    align-items: center;
    justify-content: center;
    color: #fff;
}

.banner-header p {
    font-size: 18px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8) !important;
}

.banner-header p a {
    color: var(--primary-color);
}

/* author & date */
.banner-header .author .avatar {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 5px;
}

.banner-header .post {
    margin-top: 20px;
}

.banner-header .post div {
    display: inline-block;
}

.banner-header .post .author {
    margin-right: 20px;
    font-size: 15px;
}

.banner-header .post .date-comment {
    position: relative;
    font-size: 15px;
    color: #fff;
    margin-right: 20px
}

.banner-header .post .date-comment i {
    color: #fff;
    font-size: 15px;
    margin-right: 5px;
}

.banner-header .post .date-comment:last-of-type {
    margin-right: 0px;
}

@media screen and (max-width: 991px) {
    .banner-header h1 {
        font-size: 18px;
    }

    .banner-header h1 span {
        font-size: 90px;
        line-height: 90px;
    }

    .banner-header h3 {
        font-size: 45px;
    }
}


/* ======= About style ======= */
.about {
    position: relative;
    background: var(--bg-color);
}

.about .item {
    position: relative;
    border-radius: 20px 20px 20px 0;
    overflow: hidden;
    isolation: isolate;
}

.about .item img {
    width: 100%;
    transform: scale(1);
    transition: transform 500ms ease;
}

.about .item:hover img {
    transform: scale(1.05);
}

/* icon */
.about .item .icon {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 160px;
    height: 160px;
    background: #fff;
    border-top-right-radius: 50%;
    padding: 15px;
}

.about .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    right: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.about .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    left: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* rotate circle button */
.about .circle-button {
    position: relative;
    display: inline-block;
}

.about .circle-button.in-bord:after {
    content: '';
    position: absolute;
    top: 38px;
    left: 38px;
    right: 38px;
    bottom: 38px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.about .circle-button.in-bord:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 7px;
    right: 7px;
    bottom: 7px;
    background-color: var(--primary-color);
    border-radius: 50%;
}

.about .circle-button .rotate-circle svg {
    width: 150px;
    fill: #fff;
    font-weight: 500;
    letter-spacing: 6px;
    font-family: "Jost", sans-serif;
    word-spacing: 12px;
    text-transform: uppercase !important;
    font-size: 48px !important;
}

.about .circle-button .in-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.about .circle-button.no-animate .rotate-circle {
    -webkit-animation: none;
    animation: none;
}

.about .rotate-circle {
    -webkit-animation-name: rotateCircle;
    animation-name: rotateCircle;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.about .circle-button .in-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 40px;
    color: #fff;
}

.about .circle-button .in-circle img {
    width: 30px;
    height: 30px;
}

.about .circle-button .in-circle i {
    color: #fff;
}

.about .circle-button-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}

.about .float-overlap2 {
    position: relative;
    right: 150px;
    z-index: 2;
    top: 15%;
}

@media screen and (max-width: 991px) {
    .float-overlap2 {
        right: 0px;
    }

    .float-overlap {
        left: 0;
        top: -15%;
    }
}


/* ======= Services 1 style  ======= */
.services {
    position: relative;
    background: var(--bg-color2);
    padding-bottom: 0px;
}

.services-container {
    width: 140%;
    position: relative;
}

.services .item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    /* background: #fff;
    padding: 45px; */
    text-align: center;
}

.services .item .img {
    overflow: hidden;
    border-radius: 20px 20px 0 20px;
    border-radius: 50%;
    margin-bottom: 25px;
}

.services .item .img img {
    width: 70%;
    border-radius: inherit;
    transition: transform 0.6s cubic-bezier(.2, .8, .2, 1);
    transform: scale(1);
    transform-origin: center center;
}

.services .item:hover .img img {
    transform: scale(1.05);
}

.services .item .text h3 {
    margin: 0 0 0 0;
    font-size: 21px;
    color: #031b4e;
}

.services .item .text .cat {
    font-size: 12px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.services .item .text .cat::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 5px;
    background-color: var(--primary-color);
    margin-bottom: 2px;
}

/* icon */
.services .item .icon {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 80px;
    height: 80px;
    background: #eff9ff;
    border-bottom-left-radius: 40px;
    padding: 15px;
    z-index: 3;
}

.services .item:hover .icon .arrow {
    transform: scale(1.05);
}

.services .item .icon::before {
    position: absolute;
    content: "";
    top: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-top-right-radius: 20px;
    box-shadow: 6px -6px 0 6px #eff9ff;
}

.services .item .icon::after {
    position: absolute;
    content: "";
    bottom: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-top-right-radius: 20px;
    box-shadow: 6px -6px 0 6px #eff9ff;
}

.services .item .icon .arrow {
    position: absolute;
    background: var(--primary-color);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.services .item .icon .arrow span {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.services .item:hover .icon .arrow {
    color: #fff;
    background: #031b4e;
}

.services .item:hover .icon .arrow span {
    color: #fff;
    transform: translate(10px, -10px);
    opacity: 0;
}

.services .item .icon .arrow::before {
    content: "\e65a";
    font-family: 'themify';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate(-10px, 10px);
    opacity: 0;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
    color: #fff;
    font-size: 15px;
}

.services .item:hover .icon .arrow::before {
    transform: translate(-50%, -50%) translate(0, 0);
    opacity: 1;
}

.services-redesign .item {
    width: 100% !important;
    max-width: 170px;
    margin: 0 auto;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
}

.services-redesign .service-title {
    font-weight: 600;
    /* color: #031b4e;
        white-space: nowrap; */
    margin-top: 12px;
    text-align: center;
}

.services-redesign .img-fluid.rounded-circle {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}

@media (min-width: 1200px) {
    .services-redesign .service-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .services-redesign .service-title {
        font-size: 11px;
    }
}

@media (max-width: 991px) {
    .services-redesign .service-title {
        white-space: normal;
        font-size: 18px;
    }

    .services-redesign .item {
        /* max-width: 145px; */
    }
}

/* ======= Services 2 style ======= */
.services2 {
    position: relative;
    overflow: hidden;
}

.services2 .item {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    margin-bottom: 30px;
}

.services2 .item .img {
    min-height: 350px;
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    isolation: isolate;
    border-radius: 20px 0 0 20px;
}

.services2 .item .img .img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 20px 0 0 20px;
}

.services2 .item .img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    transition: all .5s;
}

.services2 .item:hover .img>img {
    filter: none;
    transform: scale(1.03, 1.03);
    transition: all 1s ease;
}

.services2 .item .cont {
    padding: 60px 40px;
    background: #fff;
}

.services2 .item .cont h5 {
    font-size: 21px;
    margin-bottom: 10px;
    color: #031b4e;
}

.services2 .item .cont h5 a {
    color: #031b4e;
}

.services2 .item .cont p {
    margin-bottom: 0;
}

.rest {
    padding: 0 !important;
    margin: 0 !important;
}

.services2 .item .cont .icon-img {
    margin-bottom: 10px;
    display: inline-block;
    width: 80px;
}

.services2 .item .cont .icon-i {
    color: var(--primary-color);
    font-size: 35px;
    margin-bottom: 20px;
    width: 70px;
    height: 70px;
    line-height: 75px;
    text-align: center;
    border-radius: 100%;
    background: #eff9ff;
}

.icons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* Bunu mutlaka ekle */
}

.icon-i {
    color: var(--primary-color);
    font-size: 50px;
    margin-bottom: 20px;
    width: 90px;
    height: 90px;
    line-height: 110px;
    text-align: center;
    border-radius: 100%;
    background: #eff9ff;
}

/* icon */
.services2 .item .icon {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 90px;
    height: 90px;
    background: #eff9ff;
    border-top-right-radius: 50%;
}

.services2 .item:hover .icon .arrow {
    transform: scale(1.05);
}

.services2 .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    right: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #eff9ff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.services2 .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    left: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #eff9ff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.services2 .item .icon .arrow {
    position: absolute;
    inset: 15px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.services2 .item .icon .arrow span {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.services2 .item:hover .icon .arrow {
    color: #fff;
    background: #031b4e;
}

.services2 .item:hover .icon .arrow span {
    color: #fff;
    transform: translate(10px, -10px);
    opacity: 0;
}

.services2 .item .icon .arrow::before {
    content: "\e65a";
    font-family: 'themify';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate(-10px, 10px);
    opacity: 0;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
    color: #fff;
    font-size: 15px;
}

.services2 .item:hover .icon .arrow::before {
    transform: translate(-50%, -50%) translate(0, 0);
    opacity: 1;
}


/* ======= Services 3 style  ======= */
.services3 {
    position: relative;
}

.services3-container {
    width: 130%;
    position: relative;
}

.services3 .item {
    position: relative;
    overflow: hidden;
    border-radius: 20px 0 20px 20px;
    background: var(--primary-color);
}

.services3 .item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #031b4e -25%, transparent 50%);
    z-index: 1;
    pointer-events: none;
}

.services3 .item .img {
    overflow: hidden;
    border-radius: 20px 20px 0 20px;
}

.services3 .item .img img {
    width: 100%;
    border-radius: inherit;
    transition: transform 0.6s cubic-bezier(.2, .8, .2, 1);
    transform: scale(1);
    transform-origin: center center;
}

.services3 .item:hover .img img {
    transform: scale(1.05);
}

.services3 .item .text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 25px;
    color: #fff;
    z-index: 2;
}

.services3 .item .text-overlay h3 {
    margin: 0 0 10px 0;
    font-size: 21px;
    color: #fff;
}

.services3 .item .text-overlay p {
    margin: 0;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5em;
}

/* icon */
.services3 .item .icon {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 80px;
    height: 80px;
    background: #eff9ff;
    border-bottom-left-radius: 40px;
    padding: 15px;
    z-index: 3;
}

.services3 .item:hover .icon .arrow {
    transform: scale(1.05);
}

.services3 .item .icon::before {
    position: absolute;
    content: "";
    top: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-top-right-radius: 20px;
    box-shadow: 6px -6px 0 6px #eff9ff;
}

.services3 .item .icon::after {
    position: absolute;
    content: "";
    bottom: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-top-right-radius: 20px;
    box-shadow: 6px -6px 0 6px #eff9ff;
}

.services3 .item .icon .arrow {
    position: absolute;
    background: var(--primary-color);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.services3 .item .icon .arrow span {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.services3 .item:hover .icon .arrow {
    color: #fff;
    background: #031b4e;
}

.services3 .item:hover .icon .arrow span {
    color: #fff;
    transform: translate(10px, -10px);
    opacity: 0;
}

.services3 .item .icon .arrow::before {
    content: "\e65a";
    font-family: 'themify';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate(-10px, 10px);
    opacity: 0;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
    color: #fff;
    font-size: 15px;
}

.services3 .item:hover .icon .arrow::before {
    transform: translate(-50%, -50%) translate(0, 0);
    opacity: 1;
}

@media (max-width:991px) {
    .services3-container {
        width: 100%;
    }
}


/* ======= Services 4 style ======= */
.services4 {
    position: relative;
    z-index: 9;
}

.services4 .item {
    margin-left: 0px;
    margin-right: 15px;
    float: left;
    overflow: hidden;
    position: relative;
    -webkit-transition: width .7s;
    transition: width .7s;
    margin-bottom: 30px;
    border-radius: 20px;
}

.services4 .item:last-of-type {
    margin-right: 0px;
}

.services4 .item .cont {
    top: 0;
    height: 100%;
    position: absolute;
    background: #fff;
    padding: 30px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.services4 .item .cont .icon-img {
    border-radius: 50%;
    display: flex;
    color: var(--primary-color);
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
}

.services4 .item .cont .icon-img i {
    margin-top: 7px;
}

.services4 .item .cont .title {
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #031b4e;
    margin-bottom: 15px;
}

.services4 .item .cont p {
    font-size: 18px;
    color: var(--text-color);
    margin-bottom: 0px;
}

.services4 .item .img {
    border-radius: 20px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: relative;
}

.services4 .item .img .number {
    font-size: 80px;
    line-height: 80px;
    font-weight: 600;
    display: inline-block;
    left: 30%;
    position: absolute !important;
    text-align: center;
    color: #fff;
    bottom: -30px;
    z-index: 2;
}

.services4 .item.active .img {
    border-radius: 20px 0 0 20px
}

.services4 .item.active .cont {
    border-radius: 0 20px 20px 0
}

.services4 .item .cont-hover {
    width: 100%;
}

.services4 .item.active .cont-hover {
    animation: fade 1s
}

/* icon */
.services4 .item .icon {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 80px;
    height: 80px;
    background: #eff9ff;
    border-top-right-radius: 50%;
}

.services4 .item:hover .icon .arrow {
    transform: scale(1.05);
}

.services4 .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    right: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #eff9ff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.services4 .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    left: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #eff9ff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.services4 .item .icon .arrow {
    position: absolute;
    inset: 15px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.services4 .item .icon .arrow span {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.services4 .item:hover .icon .arrow {
    color: #fff;
    background: #031b4e;
}

.services4 .item:hover .icon .arrow span {
    color: #fff;
    transform: translate(10px, -10px);
    opacity: 0;
}

.services4 .item .icon .arrow::before {
    content: "\e65a";
    font-family: 'themify';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate(-10px, 10px);
    opacity: 0;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
    color: #fff;
    font-size: 15px;
}

.services4 .item:hover .icon .arrow::before {
    transform: translate(-50%, -50%) translate(0, 0);
    opacity: 1;
}

@media (max-width:1199px) {
    .services4 .item {
        width: 33.33% !important;
        margin-left: 0;
        margin-right: 0;
        padding: 0 15px;
        box-shadow: none
    }

    .services4 .item .cont {
        width: 100% !important;
        left: 0 !important;
        position: relative;
        height: auto
    }

    .services4 .item.active .cont,
    .services4 .item.active .img {
        border-radius: 0
    }

    .services4 .img {
        width: 100% !important;
        border-radius: 0 !important
    }

    .services4 .item.active .cont-hover {
        animation: fade 0s
    }
}

@media (max-width:991px) {
    .services4 {
        justify-content: center
    }

    .services4 .item {
        width: 50% !important;
    }
}

@media (max-width: 767px) {
    .services4 .item {
        width: 100% !important;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
}


/* ======= Before-After style ======= */
.before-after {
    position: relative;
    background: #e7e7e794;
}

.before-after .item {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}

.before-after .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
}

.before-after .item .item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: width 0.2s ease-out;
}

.before-after .item .handle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 40px;
    cursor: ew-resize;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.before-after .item .handle-line {
    width: 4px;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.before-after .item .handle-circle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--primary-color);
    border: 3px solid #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}


/* ======= Team style ======= */
.team {
    position: relative;
    overflow: hidden;
}

.team .team-container {
    width: 140%;
    position: relative;
}

.team .item {
    position: relative;
    overflow: visible;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.team .item .wrapper {
    position: relative;
}

.team .item .wrapper .img {
    overflow: hidden;
    border-radius: 20px 20px 0 20px;
}

.team .item .wrapper .img img {
    width: 100%;
    border-radius: inherit;
    transition: transform 0.6s cubic-bezier(.2, .8, .2, 1);
    transform: scale(1);
    transform-origin: center center;
}

.team .item:hover .wrapper .img img {
    transform: scale(1.05);
}

/* text */
.team .item .text {
    padding: 20px 0 0 15px;
}

.team .item .text .name {
    font-family: "Jost", sans-serif;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #031b4e;
}

.team .item .text .position {
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 5px;
    position: relative;
}

/* icon */
.team .item .wrapper .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 80px;
    height: 80px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 15px;
}

.team .item:hover .wrapper .icon .arrow {
    transform: scale(1.05);
}

.team .item .wrapper .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.team .item .wrapper .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

/* arrow icon */
.team .item .wrapper .icon .arrow {
    position: absolute;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.team .item .wrapper .icon .arrow span {
    position: absolute;
    font-size: 15px;
    color: #fff;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.team .item .wrapper .icon .arrow .default-icon {
    opacity: 1;
    transform: translate(0, 0);
}

.team .item .wrapper .icon .arrow .hover-icon {
    font-size: 15px;
    opacity: 0;
    transform: translate(-20px, 20px);
}

.team .item:hover .wrapper .icon .arrow .default-icon {
    opacity: 0;
    transform: translate(10px, -10px);
}

.team .item:hover .wrapper .icon .arrow .hover-icon {
    opacity: 1;
    transform: translate(0, 0);
}

.team .item:hover .wrapper .icon .arrow {
    background: #031b4e;
}

.team .item:hover .wrapper .icon .arrow span {
    color: #fff;
}

@media screen and (max-width: 991px) {
    .team .team-container {
        width: 100%;
    }
}


/* ======= Team Details style ======= */
.team-details {
    position: relative;
}

.team-details .item {
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.02);
}

.team-details h5 {
    color: #031b4e;
    font-size: 27px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.team-details h6 {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 500;
}

.team-details .item img {
    border-radius: 20px;
}

.team-details .item .wrap {
    padding: 20px;
}

.team-details .item .wrap h3 {
    color: #031b4e;
    font-size: 27px;
    text-align: center;
    margin-bottom: 5px;
}

.team-details .item .wrap h5 {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    color: var(--primary-color);
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
}

.team-details .item .wrap .cont {
    width: 100%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 189, 224, 0.2);
}

.team-details .item .wrap .cont .coll {
    width: auto;
    max-width: auto;
}

.team-details .item .wrap .cont .coll h6 {
    font-size: 18px;
    line-height: 1.2em;
    white-space: normal;
    margin: 0;
    color: #031b4e;
}

.team-details .item .wrap .cont .coll p {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 400;
    white-space: normal;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
    transition: color .3s;
    color: var(--text-color);
}

.team-details .item .wrap .social-icon {
    margin-bottom: 0px;
}

.team-details .item .wrap .social-icon a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    color: var(--primary-color);
    border-radius: 100%;
    margin-right: 2px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    background: transparent;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
    border: 1px solid rgba(0, 189, 224, 0.3);
}

.team-details .item .wrap .social-icon a:hover {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

.team-details .item .wrap .desc {
    padding: 43px 40px;
}

.team-details .item .wrap .desc .section-title {
    font-size: 27px;
    line-height: 1.2em;
    font-weight: 600;
    color: var(--primary-color);
}

.team-details .item .wrap .desc .section-subtitle {
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.team-details .item .wrap .desc p {
    margin-bottom: 0;
}

/* team detail tabs */
.team-details .simpl-bord.nav-tabs {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--primary-color);
}

.team-details .simpl-bord .nav-item {
    margin-right: 50px;
}

.team-details .simpl-bord .nav-item:last-of-type {
    margin-right: 0;
}

.team-details .simpl-bord .nav-link {
    padding: 0;
    border: 0;
    background: transparent;
    font-family: "Jost", sans-serif;
    font-weight: 600;
    cursor: pointer;
    color: #031b4e;
    font-size: 18px;
}

.team-details .simpl-bord .nav-link.active {
    color: var(--primary-color);
}


/* ======= Pricing 1 style ======= */
.pricing {
    position: relative;
}

.pricing .item {
    padding: 50px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.pricing .item .head {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
    border-bottom: 1px solid rgba(0, 189, 224, 0.2);
}

.pricing .item .head .title {
    font-family: "Jost", sans-serif;
    font-weight: 600;
    color: #031b4e;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
}

.pricing .item .head .price-wrapper {
    display: inline-flex;
    align-items: flex-end;
}

.pricing .item .head .price-wrapper .price-cont {
    display: flex;
    align-items: flex-start;
    color: #031b4e;
    font-family: "Jost", sans-serif;
}

.pricing .item .head .price-wrapper .price-cont .symbol {
    font-family: "Jost", sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
}

.pricing .item .head .price-wrapper .price-cont .price {
    font-family: "Jost", sans-serif;
    font-size: 40px;
    line-height: 40px;
    padding-left: 1px;
    font-weight: 600;
}

.pricing .item .head .price-wrapper .frequency {
    position: relative;
    margin-left: 3px;
    font-size: 15px;
}

.pricing .item .head .price-wrapper .frequency::before {
    content: '/';
    padding-right: 5px;
    display: inline-block;
}

/* ptable list */
.pricing .item .content {
    padding-bottom: 60px;
}

.pricing .item .content .price-line {
    margin-bottom: 5px;
    position: relative;
    padding-left: 25px;
}

.pricing .item .content .price-line:last-child {
    margin-bottom: 0;
}

.pricing .item .content .price-line i {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 9px;
    color: var(--primary-color);
}

/* button */
.pricing .item .content .button-wrap {
    display: inline-table;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 15px 15px 0 15px;
    border-radius: 40px 40px 0 0;
    background-color: #eff9ff;
}

.pricing .item .content .button-wrap::after,
.pricing .item .content .button-wrap::before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    box-shadow: 0 15px 0 0 #eff9ff;
}

.pricing .item .content .button-wrap::before {
    right: 100%;
    border-bottom-right-radius: 15px;
}

.pricing .item .content .button-wrap::after {
    left: 100%;
    border-bottom-left-radius: 15px;
}

/* price-active */
.pricing .item.price-active {
    background-color: var(--primary-color);
}

.pricing .item.price-active .head {
    border-color: rgba(255, 255, 255, 0.3);
}

.pricing .item.price-active .head .title {
    color: #fff;
}

.pricing .item.price-active .head .price-wrapper .price-cont {
    color: #fff;
}

.pricing .item.price-active .head .price-wrapper .frequency {
    color: #fff;
}

.pricing .item.price-active .content .price-line {
    color: #fff;
}

.pricing .item.price-active .content .price-line i {
    color: #fff;
}

.dots-half {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    z-index: -2;
}

.pricing:before {
    content: '';
    position: absolute;
    top: auto;
    bottom: 0;
    height: 50%;
    width: 100%;
    background: #eff9ff;
    z-index: -1;
}

.pricing:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    background: transparent;
    z-index: -1;
}

.pricing .dots-half {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
}


/* ======= Pricing 2 style ======= */
.pricing2 {
    outline: none;
    outline: 0;
    border: none;
    box-shadow: none;
}

.pricing2 .box1 {
    background: #eff9ff;
    padding: 40px;
    border-radius: 20px;
}

.pricing2 .box2 {
    background: var(--primary-color);
    padding: 40px;
    border-radius: 20px;
}

.pricing2 .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
}

.pricing2 .list .item {
    line-height: 35px;
}

.pricing2 .list .flex .title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 18px;
    font-weight: 400;
}

.pricing2 .list .flex .dots {
    flex-grow: 1;
    position: relative;
    margin: 0 20px;
}

.pricing2 .list .flex .dots:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px dashed rgba(0, 189, 224, 0.2);
}

.pricing2 .list .flex .price {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    margin-left: auto;
}


/* ======= Oval image style ======= */
.ovalimage .wrapper {
    position: relative;
}

/* big-img RIGHT-LEFT */
.ovalimage .wrapper .bg-img-right {
    overflow: hidden;
    border-radius: 20px 20px 0 20px;
}

.ovalimage .wrapper .bg-img-left {
    overflow: hidden;
    border-radius: 20px 20px 20px 0;
}

.ovalimage .wrapper .bg-img-right img,
.ovalimage .wrapper .bg-img-left img {
    width: 100%;
    border-radius: inherit;
    transition: transform 0.6s cubic-bezier(.2, .8, .2, 1);
    transform: scale(1);
    transform-origin: center center;
}

.ovalimage .wrapper:hover .bg-img-right img,
.ovalimage .wrapper:hover .bg-img-left img {
    transform: scale(1.03);
}

/* small-img RIGHT */
.ovalimage .wrapper .small-img-right {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 240px;
    height: 240px;
    background: #fff;
    border-top-left-radius: 50%;
    padding: 20px;
}

.ovalimage .wrapper .small-img-right::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.ovalimage .wrapper .small-img-right::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.ovalimage .wrapper .small-img-right img {
    position: absolute;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 200px;
    height: 200px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}

.ovalimage .wrapper:hover .small-img-right img {
    transform: scale(1.03);
}

/* small-img LEFT */
.ovalimage .wrapper .small-img-left {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 240px;
    height: 240px;
    background: #fff;
    border-top-right-radius: 50%;
    padding: 20px;
}

.ovalimage .wrapper .small-img-left::before {
    position: absolute;
    content: "";
    bottom: 6px;
    right: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: -6px 6px 0 6px #fff;
}

.ovalimage .wrapper .small-img-left::after {
    position: absolute;
    content: "";
    top: -20px;
    left: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: -6px 6px 0 6px #fff;
}

.ovalimage .wrapper .small-img-left img {
    position: absolute;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 200px;
    height: 200px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
}

.ovalimage .wrapper:hover .small-img-left img {
    transform: scale(1.03);
}

@media screen and (max-width: 991px) {
    .ovalimage .wrapper .small-img-left img {
        width: 80px;
        height: 80px;
    }

    .ovalimage .wrapper .small-img-left {
        position: absolute;
        bottom: -6px;
        left: -6px;
        width: 120px;
        height: 120px;
        background: #fff;
        border-top-right-radius: 50%;
        padding: 20px;
    }
}

/* =======  Video Background style  ======= */
.video-fullscreen-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.video-fullscreen-video {
    width: 100%;
    z-index: 1;
}

.video-fullscreen-wrap video {
    width: 100%;
    height: auto;
    display: block;
}

.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video-lauch-wrapper {
    border: none;
    background: none;
    width: 100%;
    padding: 0;
}

.video-fullscreen-wrap .overlay {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
}

.position-relative {
    position: relative !important;
}

.video-fullscreen-wrap .video-fullscreen-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: right;
}

.video-lauch-wrapper {
    border: none;
    background: none;
    width: 100%;
    padding: 0;
}

.video-fullscreen-wrap .overlay {
    /*  background-image: linear-gradient(to bottom right, #000000, #000000);*/
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 4;
}

.position-relative {
    position: relative !important;
}

.video-fullscreen-wrap .v-middle {
    z-index: 9;
}


/* ======= Gallery style ======= */
.gallery-filter {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 0px;
    position: relative;
}

.gallery-filter li {
    font-family: "Jost", sans-serif;
    font-size: 21px;
    font-weight: 600;
    margin-right: 15px;
    display: inline-block;
    cursor: pointer;
    color: #031b4e;
}

.gallery-filter li:last-child {
    margin-right: 0;
}

.gallery-filter li.active {
    color: var(--primary-color);
    content: "";
    left: 0;
    bottom: 0px;
    border-bottom: 2px solid rgba(0, 189, 224, 0.2);
    -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.gallery-filter li:hover {
    color: var(--primary-color);
}

.gallery-item-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    -moz-transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    transition: all 1.25s cubic-bezier(.01, .71, .26, .94);
    border-radius: 6px;
}

.gallery-box {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border-radius: 20px;
    isolation: isolate;
}

.gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}

.gallery-box .gallery-img:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.gallery-box .gallery-img>img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.gallery-box:hover .gallery-img>img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.gallery-box .gallery-detail {
    position: absolute;
    opacity: 0;
    transform: translateX(-20px);
    transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
    padding: 30px 20px;
    bottom: 0;
}

.gallery-box .gallery-detail h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 0;
}

.gallery-box .gallery-detail p {
    color: #fff;
    margin-bottom: 0;
}

.gallery-box:hover .gallery-detail {
    opacity: 1;
    transform: translateX(0px);
}

/* overlay */
.gallery-box .overlay-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(14, 19, 35, 0.8), rgba(14, 19, 35, 0));
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.gallery-box:hover .overlay-bottom {
    opacity: 1;
}

.gallery-box .gallery-detail {
    position: absolute;
    bottom: 10px;
    left: 20px;
    z-index: 2;
    color: #fff;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.gallery-box:hover .gallery-detail {
    opacity: 1;
    transform: translateY(0);
}

/* magnific popup custom */
.mfp-counter {
    display: none;
}

.mfp-figure button {
    border: 0px solid transparent;
}

button.mfp-close,
button.mfp-arrow {
    border: 0px solid transparent;
    background: transparent;
}

.mfp-bg,
body.mfp-zoom-out-cur {
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}


/* =======  Testimonials style  ======= */
.testimonials {
    position: relative;
    overflow: hidden;
}

.testimonials .item {
    position: relative;
    padding: 30px 45px 0px;
    border-radius: 20px 20px 20px 0;
    background: var(--primary-color);
    margin-bottom: 15px;
}

.testimonials .item i.fa-quote-left {
    color: var(--primary-color);
    font-size: 30px;
    margin-bottom: 5px;
    background: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
}

.testimonials .item .text p {
    color: #fff;
    font-style: italic;
}

.testimonials .item .info {
    align-items: center;
    margin-left: 0px;
}

.testimonials .item .info .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.testimonials .item .info .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonials .item .info .text-box {
    padding: 25px;
    margin-left: 35px;
}

.testimonials .item .info .text-box h6 {
    font-family: "Jost", sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.testimonials .item .info .text-box p {
    font-size: 15px;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 0;
}

.testimonials .item .img-curv {
    position: absolute;
    bottom: -6px;
    left: -6px;
    width: 90px;
    height: 90px;
    background: #fff;
    border-top-right-radius: 50%;
    padding: 15px;
    flex-shrink: 0;
}

.testimonials .item .img-curv::before {
    position: absolute;
    content: "";
    bottom: 6px;
    right: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: -6px 6px 0 6px #fff;
}

.testimonials .item .img-curv::after {
    position: absolute;
    content: "";
    top: -20px;
    left: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: -6px 6px 0 6px #fff;
}

.testimonials .item .img-curv .img {
    display: flex;
    justify-content: flex-start;
}

.testimonials.float-overlap2 {
    position: relative;
    right: -150px;
    z-index: 2;
    top: 20%;
}

@media screen and (max-width: 991px) {
    .testimonials.float-overlap2 {
        right: 0px;
        margin-bottom: 40px;
    }
}

/* ======= Promo Video style ======= */
/* play button */
.vid-area h5 {
    font-size: 27px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 30px;
}

.play-button {
    position: relative;
    margin: auto;
    z-index: 4;
}

.play-button svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.circle-fill circle {
    opacity: 1;
    fill: var(--primary-color);
}

.polygon {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 90px;
    font-size: 35px;
    z-index: 2;
}

.play-button svg.circle-fill {
    z-index: 1;
    stroke-dasharray: 322;
    stroke-dashoffset: 322;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.play-button:hover svg.circle-fill {
    stroke-dashoffset: 38.5;
}

.play-button svg.circle-track {
    z-index: 0;
}

.play-button.color {
    color: #031b4e;
}

.play-button.color .circle-fill circle {
    fill: #031b4e;
}

/* video section */
.video-wrapper {
    background-position: center;
}

.video-wrapper .vid {
    position: relative;
    z-index: 8;
}

.video-wrapper .vid .vid-butn:hover .icon {
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.video-wrapper .vid .vid-butn .icon {
    color: #fff;
    width: 90px;
    height: 90px;
    border: 2px solid #fff;
    border-radius: 50%;
    line-height: 95px;
    text-align: center;
    font-size: 40px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/* video gallery */
.video-gallery-button {
    position: relative;
    margin: auto;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 4;
    margin-left: 15px;
    float: right;
}

.video-gallery-polygon {
    z-index: 2;
    padding-left: 5px;
    display: inline-block;
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #fff;
    border-radius: 50%;
    color: var(--primary-color);
    padding: 12px 11px 12px 13px;
    line-height: 0;
    box-shadow: 0px 0px 0px 5px rgb(255 255 255 / 10%);
}

.video-gallery-polygon:hover {
    background: var(--primary-color);
    color: #fff;
}

.vid-area .vid-icon {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
}

.vid-area .vid-icon img:hover {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05);
}

.vid-area .vid-icon img {
    transform: scale(1);
    transition: transform 500ms ease;
    border-radius: 20px;
}


/* ======= FAQs & Accordion style  ======= */
.accordion-box {
    position: relative;
    padding: 0px;
}

.accordion-box .block {
    position: relative;
    background: transparent;
    margin-bottom: 0;
    overflow: hidden;
    padding: 25px 25px 25px 30px;
    border: none;
    border-bottom: 1px solid rgba(0, 189, 224, 0.2);
}

.accordion-box .block.active-block {
    border-radius: 0px;
}

.accordion-box .block:last-child {
    margin-bottom: 0;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #031b4e;
    transition: all 500ms ease;
}

.accordion-box .block .number {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    left: 1px;
    top: 20px;
    transition: all 0.3s ease;
}

.accordion-box .block .number.active {
    -webkit-text-fill-color: var(--primary-color);
    color: var(--primary-color);
    transform: scale(1.1);
}

.accordion-box .block .acc-btn:hover {
    color: #031b4e;
}

.accordion-box .block .acc-btn.active {
    background-color: #fff;
    color: #031b4e;
    border-radius: 10px 10px 0 0;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .content {
    position: relative;
    padding: 15px 0px 0px 0px;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content p {
    display: block;
    position: relative;
    color: var(--text-color);
    margin-bottom: 0;
}

.faqs {
    position: relative;
}

.faqs .img {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.2s ease;
}

.faqs .tilt-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    transform-style: preserve-3d;
    transform: rotateX(0deg) rotateY(0deg);
    transition: transform 0.15s ease, box-shadow 0.3s ease;
}

.faqs .absolute-middle-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
}

.faqs .absolute-middle-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
}

/* icon */
.faqs .item {
    position: relative;
}

.faqs .item .icon {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 100px;
    height: 100px;
    background: #fff;
    border-top-left-radius: 50%;
}

.faqs .item:hover .icon .arrow {
    transform: scale(1.05);
}

.faqs .item .icon::before {
    position: absolute;
    content: "";
    bottom: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.faqs .item .icon::after {
    position: absolute;
    content: "";
    top: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #fff;
}

.faqs .item .icon .arrow {
    position: absolute;
    inset: 15px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.faqs .item .icon .arrow span {
    color: #fff;
    font-size: 21px;
}

.faqs .item:hover .icon .arrow {
    color: #fff;
    background: #031b4e;
}

.faqs .item:hover .icon .arrow span {
    color: #fff;
}


/* ======= Blog style ======= */
.blog {
    position: relative;
}

.blog .item {
    position: relative;
    transition: all 0.4s ease;
    -webkit-transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    transition: all 350ms cubic-bezier(.37, 0, .63, 1);
    margin-bottom: 10px;
}

.blog .item:hover {
    transform: translateY(-10px);
}

.blog .item .img {
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

/* icon */
.blog .item .icon {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 80px;
    height: 80px;
    background: #eff9ff;
    border-bottom-left-radius: 40px;
    padding: 15px;
    z-index: 3;
}

.blog .item:hover .icon .arrow {
    transform: scale(1.05);
}

.blog .item .icon::before {
    position: absolute;
    content: "";
    top: 6px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-top-right-radius: 20px;
    box-shadow: 6px -6px 0 6px #eff9ff;
}

.blog .item .icon::after {
    position: absolute;
    content: "";
    bottom: -20px;
    right: 6px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-top-right-radius: 20px;
    box-shadow: 6px -6px 0 6px #eff9ff;
}

.blog .item .icon .arrow {
    position: absolute;
    background: var(--primary-color);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.blog .item .icon .arrow span {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
}

.blog .item:hover .icon .arrow {
    color: #fff;
    background: var(--primary-color);
}

.blog .item:hover .icon .arrow span {
    color: #fff;
    transform: translate(10px, -10px);
    opacity: 0;
}

.blog .item .icon .arrow::before {
    content: "\e65a";
    font-family: 'themify';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translate(-10px, 10px);
    opacity: 0;
    transition: transform 0.15s ease-in-out, opacity 0.15s ease-in-out;
    color: #fff;
    font-size: 15px;
}

.blog .item:hover .icon .arrow::before {
    transform: translate(-50%, -50%) translate(0, 0);
    opacity: 1;
}

/* cont */
.blog .item .cont {
    position: relative;
    z-index: 2;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 45px 0 var(--primary-color)12;
    box-shadow: 0 0 45px 0 var(--primary-color)12;
    border-radius: 0 0 20px 20px;
}

.blog .item .cont h4 {
    font-size: 21px;
    line-height: 1.3em;
    color: #031b4e;
}

.blog .item .cont h4 a {
    text-decoration: none;
    color: #031b4e;
}

.blog .item .cont p {
    color: var(--text-color);
}

/* blog box author */
.blog .item * {
    transition: all 0.45s ease-out;
}

.blog .item .cont .author {
    position: absolute;
    display: contents;
}

.blog .item .cont .author>div {
    position: relative;
    height: 25px;
    overflow: hidden;
}

.blog .item .cont .author h5 {
    position: absolute;
    left: 0;
    margin: 0px;
    bottom: 0px;
    color: var(--text-color);
    line-height: 1.75em;
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.blog .item .cont .author h5 i {
    color: var(--primary-color);
    margin-right: 7px;
    font-size: 14px;
}

.blog .item .cont .author h5:nth-of-type(2) {
    opacity: 0;
    transform: translateY(150%);
}

.blog .item:hover .cont .author h5:first-of-type,
.blog .item:focus .cont .author h5:first-of-type {
    transform: translateY(150%);
    opacity: 0;
}

.blog .item:hover .cont .author h5:nth-of-type(2),
.blog .item:focus .cont .author h5:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
}

.blog .item .cont .author h5 a.text-decoration-line-bottom {
    border-bottom: 1px solid var(--primary-color);
}

.blog .item .cont .author h5:hover a.text-decoration-line-bottom {
    border-bottom: 1px solid var(--primary-color);
}

.blog .item .cont .author h5:hover a {
    color: var(--primary-color);
}

/* pagination */
.pagination-wrap {
    padding: 0;
    margin: 0;
}

.pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}

.pagination-wrap li a {
    background: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: var(--text-color);
    font-weight: 400;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius: 100%;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.pagination-wrap li a i {
    font-size: 18px;
}

.pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    transform: translate3d(0px, -6px, 0.01px);
}

.pagination-wrap li a.active {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
}

@media screen and (max-width: 991px) {
    .blog .item {
        margin-bottom: 30px;
    }

    .blog .item .cont {
        padding: 40px 20px;
    }

    .pagination-wrap {
        padding: 0;
        margin: 0;
        text-align: center;
    }
}


/* ======= Blog Sidebar style ======= */
.blog-sidebar .widget {
    background: #fff;
    padding: 40px 30px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 6px;
    border: none;
}

.blog-sidebar .widget ul {
    margin-bottom: 0;
    padding: 0;
}

.blog-sidebar .widget ul li {
    line-height: 1.75em;
    margin-bottom: 20px;
}

.blog-sidebar .widget ul li a {
    color: #031b4e;
}

.blog-sidebar .widget ul li a.active {
    color: var(--primary-color);
}

.blog-sidebar .widget ul li a:hover {
    color: var(--primary-color);
}

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

.blog-sidebar .widget ul li i {
    font-size: 12px;
    margin-right: 12px;
    color: var(--primary-color);
}

.blog-sidebar .widget .recent li {
    display: block;
    overflow: hidden;
}

.blog-sidebar .widget .recent .thum {
    width: 180px;
    overflow: hidden;
    float: left;
    border-radius: 5px;
    margin-right: 15px;
}

.blog-sidebar .widget .recent a {
    display: block;
    margin-left: 140px;
}

.blog-sidebar .widget-title {
    margin-bottom: 15px;
}

.blog-sidebar .widget-title h6 {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 189, 224, 0.2);
    font-size: 21px;
    margin-bottom: 15px;
    color: #031b4e;
    text-transform: uppercase;
}

.blog-sidebar .search form {
    position: relative;
}

.blog-sidebar .search form input {
    width: 100%;
    padding: 15px 20px;
    border: 0;
    background: #eff9ff;
    margin-bottom: 0;
    border: none;
    color: var(--text-color);
    border-radius: 30px;
}

.blog-sidebar .search form input::placeholder {
    color: var(--text-color);
}

.blog-sidebar .search form button {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    background: var(--primary-color);
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    outline: none;
    padding: 0px 16px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 100%;
    outline: none;
}

.blog-sidebar button[type="submit"] i {
    margin-right: 0px;
    color: #fff;
}

.blog-sidebar .search:hover form button {
    background-color: var(--primary-color);
    color: #fff;
    outline: none;
}

.blog-sidebar .tags li {
    margin: 4px !important;
    padding: 8px 24px;
    background-color: var(--primary-color);
    color: #fff;
    float: left;
    border-radius: 5px;
}

.blog-sidebar ul.tags li a {
    font-size: 18px;
    color: #fff;
}

.blog-sidebar ul.tags li:hover,
.blog-sidebar ul.tags li:hover a {
    background-color: var(--primary-color);
    color: #fff;
}


@media only screen and (max-width: 991px) {
    .blog-sidebar .widget .recent .thum {
        width: 120px;
    }
}


/* ======= Post style ======= */
.post h3 {
    font-size: 27px;
    color: #fff;
}

.post img {
    border-radius: 10px;
}

.first-letter {
    float: left;
    font-size: 65px;
    line-height: 65px;
    font-weight: 600;
    text-align: center;
    margin: 0 25px 0 0;
    align-content: center;
    color: var(--primary-color);
    width: 100px;
    height: 100px;
    border: 2px solid rgba(0, 189, 224, 0.2) !important;
    border-radius: 100%;
}

.post-comment-section {
    margin-top: 60px;
}

.post-comment-section h5 {
    font-size: 21px;
    margin-bottom: 15px;
}

.post-comment-section h5 span {
    font-size: 13px;
    font-weight: 400;
    color: var(--text-color);
    margin-left: 15px;
}

.post-caption h1 {
    margin-bottom: 15px;
    font-size: 40px;
    text-transform: uppercase;
}

.post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}

.post-comment-wrap p i {
    color: darkorange;
}

.post-user-comment {
    margin-right: 20px;
    flex: 0 0 auto;
}

.post-user-comment img {
    border-radius: 100%;
    width: 100px;
}

.post-user-content {
    margin-right: 26px;
}


/* ======= Prev and Next style ======= */
.nex-prv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    border: none;
    border-top: 1px solid rgba(0, 189, 224, 0.2);
}

.nex-prv span.icon {
    color: var(--primary-color);
    font-size: 32px;
}

.nex-prv .prv h5,
.nex-prv .prv h5 a {
    font-size: 21px;
    color: #031b4e;
    margin-bottom: 0;
}

.nex-prv .nxt h5,
.nex-prv .nxt h5 a {
    font-size: 21px;
    color: #031b4e;
    margin-bottom: 0;
}

.nex-prv .nxt span {
    color: #fff;
}

.nex-prv .nxt .img,
.nex-prv .prv .img {
    padding: 60px 90px;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.nex-prv .nxt .img:hover,
.nex-prv .prv .img:hover {
    color: #fff;
}

.nex-prv .nxt .img:hover:after,
.nex-prv .prv .img:hover:after {
    opacity: 0;
}

.nex-prv .nxt .img:after,
.nex-prv .prv .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.nex-prv .nxt .img .overly,
.nex-prv .prv .img .overly {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #031b4e;
    opacity: .7;
}

.nex-prv .nxt .img .text-center,
.nex-prv .prv .img .text-center {
    position: relative;
    z-index: 4;
}

.nex-prv .all-works {
    display: block;
    height: 100%;
    padding: 30px;
    background: transparent;
    border-left: 1px solid rgba(0, 189, 224, 0.2);
    border-right: 1px solid rgba(0, 189, 224, 0.2);
}

.ontop {
    position: relative;
    z-index: 7;
}

.nex-prv .prv:hover h5,
.nex-prv .prv:hover h5 a {
    color: #fff;
}

.nex-prv .nxt:hover h5,
.nex-prv .nxt:hover h5 a {
    color: #fff;
}


/* ======= Page style ======= */
.page {
    position: relative;
}

.page h4 {
    font-size: 30px;
    color: #031b4e;
}

.page h6 {
    font-size: 21px;
    color: #031b4e;
}

.page .img-cover {
    overflow: hidden;
    border-radius: 10px;
}

/* list */
.page-list {
    position: relative;
    display: block;
}

.page-list li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    width: fit-content;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 189, 224, 0.2);
}

.page-list li.text-lightpurple {
    border-bottom: 1px solid rgba(0, 189, 224, 0.2);
}

.page-list li:last-child {
    border-bottom: 1px solid transparent;
}

.page-list li+li {
    margin-top: 5px;
}

.page-list-icon {
    align-items: center;
}

.page-list-icon span {
    font-size: 15px;
    color: var(--primary-color);
}

.page-list-icon i {
    font-size: 24px;
    color: var(--primary-color);
}

.page-list-text {
    margin-left: 10px;
}

.page-list-text p {
    margin: 0;
    font-weight: 500;
    color: #031b4e;
}

.page-list-text p.text-navy {
    color: #031b4e;
}


/* ======= Contact style ======= */
/* maps */
.google-maps {
    width: 100%;
    height: 550px;
    display: block;
    border: none;
}

.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.contact-form {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    padding: 0px 0px 0px 60px;
    background: #fff;
}

.contact-form h3 {
    color: #031b4e;
    font-size: 27px;
    margin-bottom: 30px;
}

.contact-form h3 span {
    color: var(--primary-color);
}

/* info box */
.info-box h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.info-box .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.info-box .item .icon {
    color: #fff;
    margin-right: 15px;
    background: var(--primary-color);
    width: 65px;
    height: 65px;
    text-align: center;
    border-radius: 100%;
    line-height: 65px;
}

.info-box .item .icon:before {
    font-size: 27px;
    font-weight: 400;
}

.info-box .item h5 {
    color: #031b4e;
    margin-bottom: 0px;
    font-size: 18px;
    margin-top: 5px;
}

.info-box .item h6 {
    color: var(--primary-color);
    margin-bottom: 0px;
    font-size: 22px;
}

.info-box .item p {
    font-size: 18px;
    margin-bottom: 0;
}

/* worktime */
.worktime {
    position: relative;
    background: var(--bg-color2);
    border-radius: 20px;
    padding: 30px;
}

.worktime h4 {
    font-size: 30px;
    line-height: 1.2em;
    color: #fff;
}

.worktime ul {
    margin: 0;
    padding: 0;
}

.worktime ul li .tit,
.worktime ul li .dots,
.worktime ul li span {
    display: table-cell;
    white-space: nowrap;
}

.worktime ul li {
    margin-bottom: 15px;
    font-size: 18px;
}

.worktime ul li:last-of-type {
    margin-bottom: 0;
}

.worktime ul li span {
    white-space: nowrap;
    padding-left: 10px;
    color: rgba(255, 255, 255, 0.8);
}

.worktime ul li .tit {
    padding-right: 10px;
    color: #fff;
    font-weight: 500;
}

.worktime ul li .dots {
    height: 0px;
    width: 100%;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    position: relative;
    top: -9px;
}

/* form-group */
.form-group {
    position: relative;
}

.form-group .form-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 15px;
    pointer-events: none;
}

.form-group .form-icon i {
    color: var(--primary-color) !important;
}

.form-group input,
.form-group select,
.form-group textarea,
.form-group .form-control {
    padding-left: 45px;
}

.form-group.form-textarea .form-icon {
    top: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* contact box */
.contact-box {
    position: relative;
    margin-bottom: 0px;
    margin-top: 100px;
}

.contact-box .container {
    position: relative;
    z-index: 2;
}

.contact-box .item {
    background: var(--bg-color2);
    padding: 45px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 20px;
    height: 270px;
    border: 1px solid #af592a33;
}

.contact-box .item.active {
    background: var(--bg-color2);
}

.contact-box .item:hover {
    background: var(--primary-color);
    transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.contact-box .item h5 {
    font-size: 21px;
    color: #031b4e;
    margin-bottom: 5px;
}

.contact-box .item.active h5 {
    color: #fff
}

.contact-box .item:hover h5 {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

.contact-box .item p {
    margin-bottom: 0;
}

.contact-box .item.active p {
    color: #fff;
}

.contact-box .item:hover p {
    color: #fff;
}

.contact-box .item span,
.contact-box .item i {
    font-size: 45px;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}

.contact-box .item.active span,
.contact-box .item.active i {
    color: #fff;
}

.contact-box .item:hover span,
.contact-box .item:hover i {
    color: #fff;
}

.contact-box .item i.numb {
    font-size: 120px;
    position: absolute;
    bottom: -40px;
    right: -20px;
    color: #eff9ff;
    z-index: -1;
}

.contact-box .item.active i.numb {
    color: rgba(255, 255, 255, 0.1);
}

.contact-box .item:hover .numb {
    color: rgba(255, 255, 255, 0.1);
}


/* ======= Button style ======= */
/* durubtn 1 */
.durubtn {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 35px;
    min-height: 55px;
    line-height: 50px;
    border-radius: 40px;
    color: #fff;
    background: #031b4e;
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.durubtn .text-wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.durubtn .text {
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.durubtn .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn:hover {
    background: var(--primary-color);
    color: #fff;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

.durubtn:hover .text {
    color: #fff;
}

.durubtn:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.durubtn:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}

.durubtn i {
    font-size: 13px;
    color: #fff;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.durubtn i.ml-5 {
    margin-left: 5px;
}

.durubtn i.mr-5 {
    margin-right: 5px;
}

.durubtn:hover i {
    color: #fff;
}

/* durubtn 2 */
.durubtn2 {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 35px;
    min-height: 55px;
    line-height: 50px;
    border-radius: 40px;
    color: #fff;
    background: var(--primary-color);
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}
.durubtn2.book-apt1{
 background: #031b4e;
    color: #fff;
}
.durubtn2 .text-wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.durubtn2 .text {
    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.durubtn2 .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn2 .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn2:hover {
    background: #031b4e;
    color: #fff;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

.durubtn2:hover .text {
    color: #fff;
}

.durubtn2:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.durubtn2:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}

.durubtn2 i {
    font-size: 13px;
    color: #fff;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.durubtn2 i.ml-5 {
    margin-left: 5px;
}

.durubtn2 i.mr-5 {
    margin-right: 5px;
}

.durubtn2:hover i {
    color: #fff;
}

/* durubtn 3 */
.durubtn3 {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 35px;
    min-height: 55px;
    line-height: 50px;
    border-radius: 40px;
    color: #031b4e;
    background: #fff;
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.durubtn3 .text-wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.durubtn3 .text {
    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #031b4e;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.durubtn3 .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn3 .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn3:hover {
    background: var(--primary-color);
    color: #fff;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

.durubtn3:hover .text {
    color: #fff;
}

.durubtn3:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.durubtn3:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}

.durubtn3 i {
    font-size: 13px;
    color: #031b4e;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.durubtn3 i.ml-5 {
    margin-left: 5px;
}

.durubtn3 i.mr-5 {
    margin-right: 5px;
}

.durubtn3:hover i {
    color: #fff;
}

/* durubtn 4 */
.durubtn4 {
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    padding: 0 35px;
    min-height: 55px;
    line-height: 50px;
    border-radius: 40px;
    color: #031b4e;
    background: #fff;
    white-space: nowrap;
    transition: border-color 300ms ease, transform 300ms ease, background-color 300ms ease, color 300ms ease;
    transform-style: preserve-3d;
}

.durubtn4 .text-wrapper {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
}

.durubtn4 .text {
    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #031b4e;
    position: relative;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.durubtn4 .slide-down {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(110%);
    -ms-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn4 .slide-up {
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.durubtn4:hover {
    background: #031b4e;
    color: #fff;
    transition: all .7s;
    transform: translate3d(0px, -3px, 0.01px);
}

.durubtn4:hover .text {
    color: #fff;
}

.durubtn4:hover .slide-down {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.durubtn4:hover .slide-up {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
}

.durubtn4 i {
    font-size: 13px;
    color: #031b4e;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.durubtn4 i.ml-5 {
    margin-left: 5px;
}

.durubtn4 i.mr-5 {
    margin-right: 5px;
}

.durubtn4:hover i {
    color: #fff;
}

/* call button */
.call-button {
    display: flex;
    align-items: center;
}

.call-button .icon {
    flex: 0 0 auto;
    position: relative;
    font-size: 24px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--primary-color);
    text-align: center;
    line-height: 65px;
    color: #fff;
    transition: 0.4s ease-in-out;
    overflow: hidden;
    margin-right: 10px;
}

.call-button .icon i {
    display: inline-block;
    transition: 400ms;
    color: #fff;
}

.call-button .icon:hover i {
    animation: chy-call-2 0.5s ease-in-out;
    color: #fff;
}

.call-button .icon:hover {
    background: #031b4e;
}

@keyframes chy-call-2 {
    25% {
        transform: translateX(60px);
    }

    50% {
        transform: translateX(-60px);
        opacity: 0;
    }

    100% {
        transform: translateX(0px);
    }
}

.call-button .cont .text {
    font-family: "Jost", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-color);
    display: block;
    line-height: 1.2em;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.call-button .cont .phone {
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #031b4e;
    line-height: 1;
    transition: 0.4s ease-in-out;
    padding: 0;
    margin: 0;
    letter-spacing: -1px;
}

.call-button .cont .phone:hover {
    color: #031b4e;
}

/* ======= Appointment style ======= */
.appointment h4 {
    font-size: 40px;
    margin-bottom: 0px;
    color: #fff !Important;
    line-height: 1.1em;
}

.appointment .help {
    display: flex;
    align-items: center;
}

.appointment .help .icon {
    position: relative;
    top: 0;
    background: var(--primary-color);
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 80px;
    text-align: center;
    border-radius: 100%;
}

.appointment .help .icon i {
    font-size: 24px;
}

.appointment .help .text {
    margin-left: 15px;
}

.appointment .help .text p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 2px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.appointment .help .text a {
    font-size: 27px;
    font-weight: 600;
    color: #fff !important;
    letter-spacing: -1px;
}

@media screen and (max-width: 991px) {
    .appointment h4 {
        font-size: 27px;
        margin-bottom: 30px;
    }
}

/* ======= Scrolling style ======= */
.scrolling {
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-color) 100%);
    padding: 40px 0;
}

.scrolling.scrolling-ticker {
    padding: 40px 0;
}

.scrolling.scrolling-ticker .wrapper {
    --gap: 30px;
    position: relative;
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    align-items: center;
}

.scrolling.scrolling-ticker .wrapper .content {
    flex-shrink: 0;
    display: flex;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll 50s linear infinite;
}

.scrolling.scrolling-ticker .wrapper .content span {
    font-family: "Jost", sans-serif;
    display: inline-flex;
    align-items: center;
    font-size: 21px;
    line-height: 1.2em;
    font-weight: 500;
    color: #fff;
    vertical-align: middle;
}

.scrolling.scrolling-ticker .wrapper .content span i {
    color: rgba(255, 255, 255, 0.7);
}

.scrolling.scrolling-ticker .wrapper .content span img {
    width: 100%;
    max-width: 24px;
    margin-right: 30px;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

@media only screen and (max-width: 991px) {
    .scrolling {
        padding: 15px 0;
    }

    .scrolling.scrolling-ticker .wrapper {
        --gap: 20px;
    }

    .scrolling.scrolling-ticker .wrapper .content span {
        font-size: 24px;
    }

    .scrolling.scrolling-ticker .wrapper .content span img {
        max-width: 20px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .scrolling.scrolling-ticker .wrapper {
        --gap: 15px;
    }

    .scrolling.scrolling-ticker .wrapper .content span {
        font-size: 24px;
    }

    .scrolling.scrolling-ticker .wrapper .content span img {
        max-width: 15px;
        margin-right: 15px;
    }
}

.feather-shadow {
    mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
}

.feather-shadow2 {
    mask-image: linear-gradient(to right, transparent 6%, #000 20%, #000 80%, transparent 92%);
    -webkit-mask-image: linear-gradient(to right, transparent 6%, #000 20%, #000 80%, transparent 92%);
}


/* ======= For Images Reveal Effect style ======= */
.reveal-effect {
    float: left;
    position: relative;
}

.reveal-effect.animated:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #eff9ff;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    animation: 1s reveal linear forwards;
    -webkit-animation-duration: 1s;
    z-index: 1;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.reveal-effect.animated>* {
    animation: 1s reveal-inner linear forwards;
}

@-webkit-keyframes reveal {
    0% {
        left: 0;
        width: 0;
    }

    50% {
        left: 0;
        width: 100%;
    }

    51% {
        left: auto;
        right: 0;
    }

    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}

@-webkit-keyframes reveal-inner {
    0% {
        visibility: hidden;
        opacity: 0;
    }

    50% {
        visibility: hidden;
        opacity: 0;
    }

    51% {
        visibility: visible;
        opacity: 1;
    }

    100% {
        visibility: visible;
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .cursor {
        display: none !important;
    }
}

/* ======= Text Animation style ====== */
.splitting.animated .char {
    -webkit-animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInUp 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

.splitting .whitespace {
    width: 10px;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.splitting.txt.animated .char {
    -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(10ms * var(--char-index));
    animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
    width: 5px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/* ======= For Images Imago Effect style ======= */
.imago {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.imago.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}


/* ======= 404 Page style ======= */
.notfound {
    min-height: calc(100vh - 100px);
    position: relative;
    background-blend-mode: overlay;
    background: rgba(11, 7, 28, .3);
    background-image: url("../img/slider/1.jpg");
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    color: #fff;
}

@media (max-width: 767px) {}

.notfound .item {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 30px 15px;
}

.notfound h6 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.notfound h3 {
    font-size: 45px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

.notfound h2 {
    font-size: 36px;
    color: #fff;
    position: relative;
    margin-bottom: 5px;
}

.notfound h2 span {
    color: var(--primary-color);
}

.notfound h1 {
    font-size: 180px;
    line-height: 120px;
    position: relative;
    margin-bottom: 30px;
    color: #fff;
}

.notfound h1 span {
    color: var(--primary-color);
    font-style: italic;
}

.notfound p {
    color: #fff;
    font-size: 18px;
}

/* notfound form */
.notfound form {
    margin-top: 30px;
    position: relative;
}

.notfound form input {
    width: 100%;
    padding: 15px 50px 15px 20px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    color: #fff;
    margin-bottom: 15px;
    outline: none;
}

.notfound form input:active,
.notfound form input:focus {
    border: 2px solid var(--primary-color);
}

.notfound form input::placeholder {
    color: #fff;
}

.notfound form button {
    background-color: var(--primary-color);
    border-radius: 100%;
    color: #fff;
    border: 0;
    position: absolute;
    top: 6px;
    right: 7px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    height: 53px;
    width: 53px;
    line-height: 53px;
    text-align: center;
}

.notfound form button:hover {
    background-color: #fff;
    color: var(--primary-color);
    outline: none;
}


/* ======= Footer style ======= */
.footer {
    position: relative;
    display: block;
    background: #fff;
}

/* footer top */
.footer-top {
    position: relative;
    display: block;
    padding: 90px 0 45px 0;
    z-index: 1;
    background: var(--bg-color2);
}

.footer-top .item {
    position: relative;
}

.footer-top .item .title {
    font-size: 18px;
    color: #0e1323;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-contact-wrap {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.footer-contact-wrap .footer-icon {
    margin-right: 5px;
    margin-top: 8px;
    font-size: 20px;
    color: var(--primary-color);
}

.footer-clinic-doctor {
       font-size: 20px;
    font-weight: 600;
    color: #031b4e;
    display: block;
    margin-bottom: 0px;
    line-height: 20px;
    /* margin-top: 5px;*/
}

.footer-clinic-name {
 font-size: 19px;
    font-weight: 600;
    color: #031b4e;
    display: block;
    margin-bottom: 3px;
}

.footer-address {
    font-size: 18px;
    line-height: 1.6;
    display: block;
    color: inherit;
}

.address1 {
    color: var(--text-color);
    transition: all 500ms ease;
}

.footer-top .item .mail:hover,
.footer-top .item .phone:hover,
.footer-top .item .address1:hover {
    color: var(--primary-color);
}


.footer-top .item .mail:before {
    /* position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(0, 189, 224, 0.5);
    content: "";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease; */
}

.follow-us {
    padding-right: 10px;
    font-weight: 600;
    font-size: 18px;
}

.footer-top .item .mail:hover:before {
    background-color: var(--primary-color);
}

.footer-top .item .social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
}

.footer-top .item .social-list a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: var(--primary-color);
    font-size: 18px;
    background-color: transparent;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-top .item .social-list a+a {
    margin-left: 15px;
}

.footer-top .item .social-list a:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.footer-top .item .subscribe form {
    position: relative;
}

.footer-top .item .subscribe form input {
    width: 100%;
    padding: 12px 60px 12px 20px;
    background-color: transparent;
    border: 1px solid rgba(0, 189, 224, 0.5);
    border-radius: 0px;
    color: var(--text-color);
    margin-bottom: 15px;
    outline: none;
    border-radius: 50px;
}

.footer-top .item .subscribe form input::placeholder {
    color: var(--text-color);
}

.footer-top .item .subscribe form button {
    background-color: var(--primary-color);
    border-radius: 100%;
    color: #fff;
    border: 0;
    position: absolute;
    top: 4px;
    right: 4px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    width: 49px;
    height: 49px;
    text-align: center;
}

.footer-top .item .subscribe form button:hover {
    background-color: #0e1323;
    color: #fff;
    outline: none;
}

.footer .item .opening ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
}

.footer .item .opening ul li .tit,
.footer .item .opening ul li .dots,
.footer .item .opening ul li span {
    display: table-cell;
    white-space: nowrap;
}

.footer .item .opening ul li {
    margin-bottom: 15px;
    font-size: 18px;
}

.footer .item .opening ul li:last-of-type {
    margin-bottom: 0;
}

.footer .item .opening ul li span {
    white-space: nowrap;
    padding-left: 10px;
    color: var(--text-color);
}

.footer .item .opening ul li .tit {
    padding-right: 10px;
    color: var(--text-color);
}

.footer .item .opening ul li .dots {
    height: 4px;
    width: 100%;
    border-bottom: 1px dashed rgba(0, 189, 224, 0.3);
    position: relative;
    top: -7px;
}

/* footer bottom */
.footer-bottom {
    position: relative;
    display: block;
    background-color: #af592a21;
    padding: 10px 0;
}

.footer-bottom p {
    font-size: 19px;
    color: var(--text-color);
    margin: 10px 0;
}

.footer-bottom p a {
    color: var(--primary-color);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-bottom p a:hover {
    color: var(--primary-color);
}

/* links */
.footer .footer-bottom .links {}

.footer .footer-bottom .links ul {
    margin: 0;
    padding: 0;
}

.footer .footer-bottom .links ul li {
    display: inline-block;
    margin: 10px;
    font-size: 18px;
}

.footer .footer-bottom .links ul li a {
    color: var(--text-color);
    position: relative;
}

.footer .footer-bottom .links ul li:hover,
.footer .footer-bottom .links ul li:hover a {
    color: var(--primary-color);
}

@media screen and (max-width: 991px) {
    .footer .footer-bottom .links ul li {
        margin: 5px;
    }

    .footer .footer-bottom .links,
    .footer .footer-bottom p {
        text-align: left !important;
    }
}

/* ======= toTop Button style ======= */
.progress-wrap {
    position: fixed;
    bottom: 20px;
    right: 13px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap::after {
    position: absolute;
    font-family: 'themify';
    content: '\e648';
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    font-weight: 600;
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke-width: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap {
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 189, 224, 0.2);
    box-shadow: inset 0 0 0 2px rgba(0, 189, 224, 0.2);
}

.progress-wrap::after {
    color: var(--primary-color);
}

.progress-wrap svg.progress-circle path {
    stroke: var(--primary-color);
}


/* =======  Overlay Effect Bg image style  ======= */
[data-overlay-dark] {
    position: relative;
}

[data-overlay-dark] .container {
    position: relative;
    z-index: 2;
}

[data-overlay-dark]:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

[data-overlay-dark]:before {
    background: #031b4e;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
    color: #fff;
}

[data-overlay-dark] p {
    color: #fff;
}

[data-overlay-dark="0"]:before {
    opacity: 0;
}

[data-overlay-dark="1"]:before {
    opacity: 0.1;
}

[data-overlay-dark="2"]:before {
    opacity: 0.2;
}

[data-overlay-dark="3"]:before {
    opacity: 0.5;
}

[data-overlay-dark="4"]:before {
    opacity: 0.4;
}

[data-overlay-dark="5"]:before {
    opacity: 0.5;
}

[data-overlay-dark="6"]:before {
    opacity: 0.6;
}

[data-overlay-dark="7"]:before {
    opacity: 0.7;
}

[data-overlay-dark="8"]:before {
    opacity: 0.8;
}

[data-overlay-dark="9"]:before {
    opacity: 0.9;
}

[data-overlay-dark="10"]:before {
    opacity: 1;
}

.gallery-section {
    background: #eff9ff;
}

.testimonials.separet {
    background: var(--bg-color);
}

.service-title {
    font-size: 24px;
    font-weight: 400;
    color: var(--text-color);
}

section.counter-section {
    background: var(--bg-color2);
}

.gallery-section {
    background: var(--bg-color2);
   
}

.counter-item {
    font-size: 50px;
    font-weight: 400;
    color: var(--text-color);
    line-height: 1;
    letter-spacing: -1px;
}

.counter-sup {
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--primary-color);
    position: relative;
    top: -1.2em;
    left: 2px;
}

.counter-text {
    padding-left: 15px;
    color: var(--text-color);
    font-size: 19px;
    font-weight: 500;
    line-height: 1.4;
}

/* ======= Responsive style ======= */
@media screen and (max-width: 991px) {
    .bg-fixed {
        background-attachment: scroll !important;
    }

    .bg-imgfixed {
        background-attachment: scroll !important;
    }

    .banner-header {
        min-height: calc(26vh - 80px);
    }

    .notfound h1 {
        font-size: 160px;
        line-height: 110px;
    }

    .notfound h2 {
        font-size: 32px;
    }

    .banner-header h4 {
        font-size: 27px;
    }

    .banner-header .post .author,
    .banner-header .post .date-comment {
        font-size: 13px;
    }

    .post h5 {
        font-size: 21px;
    }

    .worktime {
        padding: 30px 15px;
    }

    .contact-form {
        padding: 0px;
    }
}

@media screen and (max-width: 767px) {
    .banner-header h2 {
        font-size: 36px;
        letter-spacing: 0;
    }

    .section-title {
        font-size: 27px;
        margin-bottom: 0px;
    }

    .post-comment-section h3 span {
        margin-left: 5px;
    }

    .video-fullscreen-wrap .caption.text-left,
    .video-fullscreen-wrap .caption {
        text-align: center;
    }

    .video-fullscreen-wrap h3 {
        font-size: 45px;
    }

    .info-box .item h5 {
        font-size: 18px;
    }
}

/* Instagram Section */
.instagram-section {
    background: var(--bg-color);
    /* Subtle light blue tint */
}

.instagram-section .section-subtitle {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #3b5998;
    margin-bottom: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.instagram-section .section-title {
    margin-bottom: 40px;
}

.instagram-section .instagram-media {
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.instagram-section .instagram-media:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.footer-icon {
    font-size: 20px;
    font-weight: 400;
    color: var(--primary-color);
    padding-right: 5px;
}

.instagram-section.page1 {
    padding: 50px 0px;
    background: var(--bg-color2);
}

/* ======= Google Reviews & Rating Summary ======= */
.google-rating-summary {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    padding: 20px 32px;
    display: inline-flex;
    flex-direction: column;
    /* align-items: center; */
    min-width: 200px;
}

.google-rating-summary .rating-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.google-rating-summary .rating-header img {
    width: 26px;
    height: 26px;
}

.google-rating-summary .rating-header span {
    font-size: 18px;
    font-weight: 600;
    color: #3c4043;
}

.google-rating-summary .rating-score {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.google-rating-summary .rating-score .score {
    font-size: 28px;
    font-weight: 700;
    color: #3c4043;
    line-height: 1;
}

.google-rating-summary .rating-score .stars-rating {
    color: #fbbc05;
    font-size: 20px;
    letter-spacing: 2px;
}

.google-rating-summary .rating-link {
    font-size: 12px;
    color: #1a73e8;
    text-decoration: underline;
}

/* Google Review Cards */
.google-review-card {
    border: 1px solid #eaeaea;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.google-review-card .profile-avatar {
    width: 44px;
    height: 44px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    float: left;
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.google-review-card .profile-avatar .avatar-initial {
    line-height: 44px;
    text-align: center;
    width: 100%;
}

.google-review-card .reviewer-info {
    float: left;
}

.google-review-card .reviewer-name {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    padding: 0;
}

.google-review-card .stars {
    color: #fbbc05;
    font-size: 12px;
    margin-top: 2px;
}

.google-review-card .google-logo img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.google-review-card .review-text {
    font-size: 18px;
    line-height: 25px;
}

/* Equal-height Google review cards across all screens */
.google-reviews-carousel-half .owl-stage {
    display: flex;
    flex-wrap: nowrap;
}

.google-reviews-carousel-half .owl-item {
    display: flex;
}

.google-reviews-carousel-half .item {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.google-reviews-carousel-half .google-review-card {
    flex: 1;
    min-height: 180px;
    /* desktop default */
}

.gallery-item {
    border: 1px solid #d0bbaf;
}

.before-after-title1 {
    padding-bottom: 25px;
    margin-bottom: 0px;
}

.dropdown-menu.services {
    min-width: 900px;
    padding: 25px;
}

@media screen and (max-width: 768px) {
    .services-redesign .item {
        max-width: 200px;
    }

    .durubtn2 {
        margin-top: 20px;
    }

    .footer-top .item .social-list {
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .counter-item {
        font-size: 25px;
    }

    .counter-sup {
        top: -1em;
    }

    .dropdown-menu.services {
        padding: 0px;
        min-width: auto !important;
        width: 100% !important;
    }

    .dropdown-menu.services .dropdown-item {
        white-space: normal !important;
    }

    .second-service-menu {
        padding-left: 0px;
    }

    .contact-box .item {
        padding: 20px;
        height: 231px;
    }

    .contact-box {
        margin-top: 50px;
    }

    .header p {
        font-size: 18px;
        margin: 11px 0px 0px;
   
    line-height: 23px
    }
}

/* Tablet */
@media (max-width: 991px) {
    .google-reviews-carousel-half .google-review-card {
        min-height: 160px;
    }

    .counter-item {
        font-size: 27px;
    }

    .dropdown-menu.services {
        padding: 0px;

    }
}

/* Mobile */
@media (max-width: 575px) {
    .google-reviews-carousel-half .google-review-card {
        min-height: 140px;
    }
}

/* Laptop */
@media screen and (max-width: 1199px) and (min-width: 992px) {
    .header h2 {
        font-size: 60px;
    }
}






/* ======= Specialities Section style ======= */
.specialities-section {
    background-color: var(--bg-color2);
}

.specialities-section .section-subtitle {
    margin-bottom: 10px;
}

.specialities-section .section-title {
    margin-bottom: 20px;
}

.specialities-section .subtitle-text {
    color: var(--text-color);
    font-size: 16px;
    margin-bottom: 30px;
    /* max-width: 600px; */
}

.specialities-section .filter-tabs {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.specialities-section .filter-btn {
    padding: 8px 25px;
    border-radius: 30px;
    border: 1px solid var(--primary-color);
    background: transparent;
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.specialities-section .filter-btn.active,
.specialities-section .filter-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.speciality-card {
    background: #fff;
    border: 1px solid rgba(175, 89, 42, 0.1);
    border-radius: 20px;
    padding: 30px 15px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.speciality-card:hover {
    background: var(--bg-color2);
    border-color: var(--primary-color);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(175, 89, 42, 0.1);
}

.speciality-card .icon-box {
    margin-bottom: 15px;
    font-size: 40px;
    color: var(--primary-color);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.speciality-card .icon-box img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.speciality-card:hover .icon-box img {
    transform: scale(1.1);
}

.speciality-card:hover .icon-box {
    transform: scale(1.1);
}

.speciality-card .speciality-title {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary-color);
    margin-bottom: 0;
    line-height: 1.3;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .specialities-section .filter-tabs {
        justify-content: flex-start;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .speciality-card {
        padding: 20px 10px;
    }

    .speciality-card .icon-box {
        font-size: 30px;
    }

    .speciality-card .speciality-title {
        font-size: 13px;
    }
}

/* ======= Service Details Page Styles ======= */

/* Hero Image */
.svc-hero-img img {
    transition: transform 0.5s ease;
}

.svc-hero-img img:hover {
    transform: scale(1.01);
}

/* Veneer Comparison Cards */
.veneer-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.09);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.veneer-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.14);
}

.veneer-card-header {
    padding: 28px 24px 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.veneer-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}

.veneer-card-body {
    padding: 22px 24px;
    background: #fff;
}

.veneer-features {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

.veneer-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: var(--text-color);
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.veneer-features li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.veneer-features li i {
    font-size: 13px;
    flex-shrink: 0;
}

.veneer-badge {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* Benefits Grid */
.svc-benefits-section {
    margin-top: 10px;
    margin-bottom: 35px;
    padding: 30px;
    background: var(--bg-cream-color);
    border-radius: 14px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #fff;
    border-radius: 10px;
    padding: 18px 16px;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s;
}

.benefit-item:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.benefit-item>i {
    font-size: 22px;
    color: var(--primary-color);
    flex-shrink: 0;
    margin-top: 3px;
}

/* CTA Block */
.svc-cta-block {
    margin: 30px 0 10px;
    border-radius: 14px;
    overflow: hidden;
}

.svc-cta-inner {
    background: linear-gradient(135deg, var(--secondary-color) 0%, #0a2f7a 100%);
    padding: 32px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.svc-cta-btn {
    display: inline-block;
    background: var(--primary-color);
    color: #fff !important;
    padding: 13px 28px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap;
    transition: background 0.3s, transform 0.2s;
    flex-shrink: 0;
}

.svc-cta-btn:hover {
    background: #c96930 !important;
    color: #fff !important;
    transform: translateY(-2px);
}

/* Sidebar */
.svc-sidebar {
    position: sticky;
    top: 100px;
}

.svc-widget {
    border-radius: 12px !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07) !important;
}

/* Service Nav List */
.svc-nav-list {
    margin: 0;
    padding: 0;
}

.svc-nav-list li {
    border-radius: 6px;
    transition: background 0.2s;
    margin-bottom: 4px !important;
}

.svc-nav-list li:hover {
    background: var(--bg-cream-color);
}

.svc-nav-list li.active {
    background: var(--bg-cream-color);
}

.svc-nav-list li a {
    display: flex;
    align-items: center;
    padding: 9px 12px;
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 400;
    gap: 8px;
    border-radius: 6px;
}

.svc-nav-list li a i {
    font-size: 11px;
    color: var(--primary-color);
    flex-shrink: 0;
    margin-right: 0 !important;
}

.svc-nav-list li a.active,
.svc-nav-list li a:hover {
    color: var(--primary-color) !important;
    font-weight: 500;
}

/* Appointment Widget */
.svc-appt-widget {
    border-radius: 12px !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07) !important;
    background: var(--secondary-color) !important;
}

.svc-appt-widget .widget-title h6 {
    color: #fff !important;
    border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}

.svc-appt-widget p {
    color: rgba(255, 255, 255, 0.8) !important;
}

.svc-appt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--primary-color);
    color: #fff !important;
    padding: 13px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    transition: background 0.3s, transform 0.2s;
}

.svc-appt-btn:hover {
    background: #c96930 !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.svc-appt-btn i {
    font-size: 16px;
}

/* Contact Widget */
.svc-contact-widget {
    border-radius: 12px !important;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07) !important;
}

.svc-contact-list {
    margin: 0;
    padding: 0;
}

.svc-contact-list li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    font-size: 15px;
    color: var(--text-color);
    margin-bottom: 0 !important;
}

.svc-contact-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.svc-contact-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--bg-cream-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.svc-contact-icon i {
    font-size: 15px;
    color: var(--primary-color);
}

.svc-contact-list a {
    color: var(--text-color);
    font-size: 15px;
    transition: color 0.2s;
}

.svc-contact-list a:hover {
    color: var(--primary-color);
}

/* Responsive */
@media (max-width: 991px) {
    .svc-sidebar {
        position: static;
        margin-top: 10px;
    }

    .svc-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575px) {
    .svc-benefits-section {
        padding: 20px 15px;
    }

    .veneer-card-header {
        padding: 20px 18px 16px;
    }

    .veneer-card-body {
        padding: 18px;
    }
}

/* ======= Service Page (service-pg) Styles ======= */
.service-pg-content {
    padding-right: 10px;
}

.service-pg-img {
    margin-bottom: 30px;
    border-radius: 16px;
    overflow: hidden;
}

.service-pg-img img {

    width: 100%;
    display: block;
    border-radius: 16px;
    transition: transform 0.5s ease;
    background: var(--bg-color2);

}

.service-pg-img img:hover {
    transform: scale(1.02);
}

.service-pg-title {
    font-size: 30px;
    color: var(--secondary-color);
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .service-pg-img img {
        /* height: 240px; */
    }

    .service-pg-title {
        font-size: 24px;
    }

    .service-pg-content {
        padding-right: 0;
    }

    .banner-header h3 {
        font-size: 27px;
    }

    .banner-header {
        min-height: calc(35vh - 90px);
    }
    .about .circle-button .rotate-circle svg{
        width: 120px;
    }
    .about .item .icon{
            width: 130px;
    height: 130px;
    }
}

/* ======= Sidebar – Services & Contact (svc-*) ======= */

/* Sticky sidebar */
.svc-sidebar {
    position: sticky;
    top: 100px;
}

/* ---- Services list widget ---- */
.svc-services-widget {
    border-radius: 12px !important;
    box-shadow: 0 4px 24px rgba(3, 27, 78, 0.08) !important;
    padding: 28px 24px !important;
}

.svc-menu-list {
    margin: 0;
    padding: 0;
}

.svc-menu-list li {
    margin-bottom: 2px !important;
    border-radius: 7px;
    transition: background 0.2s ease;
}

.svc-menu-list li:hover {
    background: var(--bg-cream-color);
}

.svc-menu-list li.svc-menu-active {
    background: var(--bg-cream-color);
}

.svc-menu-list li a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 9px 12px;
    font-size: 18px;
    color: var(--secondary-color);
    font-weight: 400;
    border-radius: 7px;
    line-height: 1.45;
    transition: color 0.2s ease;
}

.svc-menu-list li a i {
    font-size: 11px;
    color: var(--primary-color);
    flex-shrink: 0;
    margin-top: 4px;
    margin-right: 0 !important;
}

.svc-menu-list li a span {
    display: inline;
}

.svc-menu-list li a.active,
.svc-menu-list li a:hover {
    color: var(--primary-color) !important;
    font-weight: 500;
}

/* ---- Contact Info widget ---- */
.svc-contact-card {
    border-radius: 12px !important;
    box-shadow: 0 4px 24px rgba(3, 27, 78, 0.08) !important;
    padding: 28px 24px !important;
    background: var(--secondary-color) !important;
}

.svc-contact-card .widget-title h6 {
    color: #fff !important;
    border-bottom-color: rgba(255, 255, 255, 0.15) !important;
}

.svc-contact-items {
    margin: 0;
    padding: 0;
}

.svc-contact-items li {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 0 !important;
}

.svc-contact-items li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.svc-ci-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.25s;
}

.svc-contact-items li:hover .svc-ci-icon {
    background: var(--primary-color);
}

.svc-ci-icon i {
    font-size: 15px;
    color: #fff;
}

.svc-ci-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.svc-ci-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    display: block;
}

.svc-ci-text a,
.svc-ci-text span {
    font-size: 14.5px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    transition: color 0.2s;
}

.svc-ci-text a:hover {
    color: #fff;
}

/* Book Appointment CTA inside contact widget */
.svc-appt-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    background: var(--primary-color);
    color: #fff !important;
    padding: 13px 20px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    transition: background 0.3s, transform 0.2s;
}

.svc-appt-cta i {
    font-size: 15px;
}

.svc-appt-cta:hover {
    background: #c96930 !important;
    color: #fff !important;
    transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 991px) {
    .svc-sidebar {
        position: static;
        margin-top: 10px;
    }
}

.contact-img {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Sticky Buttons */
.sticky-buttons {
    position: fixed;
    bottom: 80px;
    right: 15px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
}

.sticky-buttons .sticky-btn {
    max-width: 48px;
    height: 48px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: max-width 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.sticky-buttons .sticky-btn i {
    min-width: 48px;
    display: flex;
    justify-content: center;
}

.sticky-buttons .sticky-btn .btn-text {
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    padding-right: 0px;
    transition: opacity 0.3s ease, padding 0.3s ease;
}

.sticky-buttons .sticky-btn:hover {
    max-width: 200px;
    transform: translateY(-5px);
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.4);
    color: #fff;
}

.sticky-buttons .sticky-btn:hover .btn-text {
    opacity: 1;
    padding-right: 15px;
}

.sticky-buttons .whatsapp-btn {
    background-color: #25D366;
}

.sticky-buttons .call-btn {
    background-color: var(--primary-color);
}

.gallery-btn {
    text-align: right;
}

@media (min-width: 992px) {
    .navbar > .container {
        position: relative !important;
    }
    .nav-item.dropdown.mega-menu-item {
        position: static !important;
    }

    .custom-services-dropdown {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        top: 100% !important;
        margin-top: 0px !important;
        padding: 30px !important;
        transform: none !important;
    }

    .services-border-right {
        border-right: 1px solid rgba(0, 189, 224, 0.2);
        padding-right: 25px;
        margin-right: 25px;
        width: 33.33% !important;
    }

    .second-service-menu-container {
        width: 33.33% !important;
    }

    /* Adjust scaling for medium desktop screens to prevent overflow */
    @media (max-width: 1300px) {
        .custom-services-dropdown {
            padding: 20px !important;
        }
        .services-border-right {
            padding-right: 15px;
            margin-right: 15px;
        }
        .custom-services-dropdown .dropdown-item span {
            font-size: 15px !important;
        }
    }

    /* Ensure text wraps correctly in the columns */
    .custom-services-dropdown .dropdown-item span {
        white-space: normal !important;
        line-height: 1.4 !important;
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .services-border-right {
        border-right: none !important;
        padding-right: 0 !important;
        margin-right: 0 !important;
        margin-bottom: 10px;
        width: 100% !important;
    }
    .second-service-menu-container {
        width: 100% !important;
    }
}

/* Responsive constraints */
@media (max-width: 768px) {
    .sticky-buttons {
        bottom: 80px;
        right: 15px;
        gap: 12px;
    }

    .sticky-buttons .sticky-btn {
        /* Keep identical to desktop for hover text transition */
        font-size: 26px;
    }

    .before-after .item {
        margin-bottom: 20px;
    }

    .google-rating-summary {
        padding: 10px 20px;
        width: 110px;
    }
}

/* ======= Custom Dental CTA Section ======= */
.cta-section {
    position: relative;
    background-image: url('../img/dental_cta_bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 50px 0;
    overflow: hidden;
}

.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgb(175 89 42 / 54%); /* Navy with opacity for better text contrast */
    z-index: 1;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-title {
    color: #fff !important;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    letter-spacing: -1px;
}

.cta-text {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 45px;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.breadcrumb-content{
    background-image: url(../img/dr-aditi-breadscrumb2.png);
}
@media (max-width: 1199px) {
    .cta-title {
        font-size: 42px;
    }
    .cta-text {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .cta-title {
        font-size: 36px;
    }
    .cta-text {
        font-size: 18px;
    }
    .cta-section {
        padding: 80px 0;
        background-attachment: scroll; /* Better performance on mobile */
    }
}

@media (max-width: 767px) {
    .cta-title {
        font-size: 28px;
    }
    .cta-text {
        font-size: 16px;
    }
}

/* Counter Section Redesign */
.counter-section {
    background: var(--bg-cream-color);
    border-top: 1px solid rgba(175, 89, 42, 0.05);
    border-bottom: 1px solid rgba(175, 89, 42, 0.05);
    padding: 60px 0;
}

.counter-card {
    padding: 15px;
    transition: transform 0.3s ease;
    width: 100%;
}

.counter-card:hover {
    transform: translateY(-5px);
}

.counter-icon-wrap {
    width: 55px; /* Small icons as requested */
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.counter-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.counter-number {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 3px;
    display: flex;
    align-items: baseline;
}

.counter-sup {
    font-size: 16px;
    top: -0.4em;
    margin-left: 2px;
}

.counter-text {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--secondary-color);
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}
.dropdown-menu.gallery{
    margin-top: 45px;
}
 .testimonial-tabs .nav-tabs {
        border-bottom: none;
        justify-content: center;
        margin-bottom: 50px;
        gap: 15px;
    }

    .testimonial-tabs .nav-link {
        border: 1px solid var(--primary-color) !important;
        color: var(--primary-color) !important;
        border-radius: 50px;
        padding: 12px 35px;
        font-weight: 600;
        transition: all 0.3s ease;
        background: transparent !important;
    }

    .testimonial-tabs .nav-link.active {
        background-color: var(--primary-color) !important;
        color: #fff !important;
        box-shadow: 0 4px 15px rgba(175, 89, 42, 0.3);
    }

    .testimonial-tabs .nav-link:hover:not(.active) {
        background-color: rgba(175, 89, 42, 0.05) !important;
    }

    #video .instagram-media {
        margin: 0 auto !important;
        min-width: 100% !important;
    }

/* Responsive adjustments */
@media (max-width: 1199px) {
    .counter-number {
        font-size: 24px;
    }
    .counter-text {
        font-size: 13px;
    }
    .counter-icon-wrap {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 991px) {
    .counter-section {
        padding: 40px 0;
    }
    .counter-card {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .counter-card {
        padding: 10px 0;
    }
    .counter-icon-wrap {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .counter-number {
        font-size: 20px;
        display: block;
    }
    .counter-text {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .counter-card {
        flex-direction: column;
        text-align: center;
    }
    .counter-icon-wrap {
        margin-right: 0;
        margin-bottom: 10px;
        width: 45px;
        height: 45px;
    }
    .counter-text {
        white-space: normal;
    }
}

/* Navbar Dropdown Top Margin & Bridge */
@media screen and (min-width: 992px) {
    .navbar .dropdown-menu {
        border-top: 3px solid #f1dacc;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        border-radius: 0 0 5px 5px;
    }

    /* Bridge to maintain hover across the margin gap */
    .navbar .dropdown-menu::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 0;
        width: 100%;
        height: 20px;
        background: transparent;
    }
}

@media screen and (max-width: 991px) {
    .navbar .dropdown-menu {
        margin-top: 10px;
        border-left: 2px solid var(--primary-color);
        padding-left: 0px;
    }
}
/* ======= Dental Tourism Page Styles ======= */
.rounded-20 {
    border-radius: 20px;
}
.rounded-15 {
    border-radius: 15px;
}
.rounded-10 {
    border-radius: 10px;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}
.list-check li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 0px;
    font-weight: 500;
}
.list-check li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: var(--primary-color);
}
.feature-card {
   transition: all 0.3s ease;
    border: 1px solid #fff2eb;
    padding: 15px;
}
.feature-card:hover {
    transform: translateY(-10px);
    background: #fff !important;
    border-color: var(--primary-color);
}
.treatment-item {
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}
.treatment-item:hover {
    transform: translateY(-5px);
    border-bottom-color: var(--primary-color);
}
.process-card {
    position: relative;
    padding: 30px 15px;
}
.process-number {
    font-size: 50px;
    font-weight: 800;
    color: rgba(175, 89, 42, 0.1);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    transition: all 0.3s ease;
}
.process-card h5 {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    font-size: 21px;
}
.process-card:hover .process-number {
    color: rgba(175, 89, 42, 0.2);
    top: -5px;
}
.tourist-spot {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: all 0.3s ease;
    cursor: default;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.tourist-spot:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    transform: scale(1.05);
}
.tourist-spot i {
    color: #fff;
}
.tourist-spot p {
    color: #fff;
    margin-bottom: 0;
    line-height: 25px;
}
.cta-box {
    border: 1px solid rgba(175, 89, 42, 0.1);
    background: linear-gradient(135deg, var(--bg-color2) 0%, #fff 100%);
}
.accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
    color: #fff;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}
.accordion-button::after {
    filter: grayscale(1) invert(1);
}
.accordion-button.collapsed::after {
    filter: none;
}
.banner-header h1 {
    color: #fff;
    font-size: 45px;
}
.banner-header p {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    font-weight: 500;
    max-width: 800px;
    margin: 0 auto;
}
.doctor-subtitle {
    color: var(--primary-color);
}
@media (min-width: 992px) {
    .col-lg-2-4 {
        flex: 0 0 auto;
        width: 20%;
    }
}
.icon-primary {
    color: var(--primary-color);
}

/* ======= Updated Dental Tourism Hero ======= */
.intro-section-new {
    background: var(--bg-color);
}
.hero-title-main {
    font-size: 35px;
    font-weight: 700;
}
.hero-lead-text {
    font-size: 28px;
    font-weight: 600;
    color: var(--primary-color);
}
.hero-p-text {
   font-size: 18px;
    line-height: 32px;
    margin-bottom: 5px;
}
.closing-statement-box {
    border-left: 5px solid var(--primary-color);
    background: rgba(175, 89, 42, 0.05);
}
.closing-statement-text {
    font-style: italic;
    font-weight: 500;
}
.hero-img-box {
    border: 2px solid #fff;
}
.why-chose-us-title{
    font-size: 18px;
    font-weight: 500;
}
.doctor-profile1{
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}
h2.accordion-header{
    font-size: 20px;
    font-weight: 600;
}

/* ======= 5 Column Grid Helper ======= */
.col-lg-1-5 {
    width: 20%;
    float: left;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 991px) {
    .col-lg-1-5 {
        width: 33.333333%;
    }
}
@media (max-width: 767px) {
    .col-lg-1-5 {
        width: 100%;
    }
}

/* FAQ Accordion Styling */
#faqAccordion .accordion-button {
    font-size: 19px !important;
    font-weight: 600;
}
#faqAccordion .accordion-body {
    font-size: 19px !important;
    line-height: 1.8;
}

/* Adjusting font sizes for Dental Tourism Page sections */
.why-chose-us-title {
    font-size: 18px !important;
}
.list-check li {
    font-size: 18px !important;
}
.checklist-item h5 {
        font-size: 20px !important;
    margin-bottom: 5px;
}
.checklist-item p {
    font-size: 18px !important;
}
.why-choose-mumbai-img{
    width: 50px;
}
/* Adjusting checklist icon sizes */
.checklist-item .check-icon i {
    font-size: 20px !important;
}
.why-choose-mumbai-section{
    background: linear-gradient(135deg, #fdf8f5 0%, var(--bg-color2) 100%);
}

/* ======= CTA Section ======= */
.cta-section {
    background: linear-gradient(rgb(252 233 223 / 68%), rgb(188 106 62 / 90%)), url(../../assets/img/slider/1.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    border-radius: 20px;
    margin: 0 15px;
}
.cta-section h2, .cta-section h4 {
    color: var(--text-color);
}
.cta-section h2 {
    font-size: 36px;
    font-weight: 700;
}
.cta-section h4 {
    font-size:28px;
    font-weight: 500;
    opacity: 0.9;
}
.btn-cta {
    background: #fff;
    color: var(--primary-color) !important;
    padding: 10px 35px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid #fff;
    margin-top: 20px;
}
.btn-cta:hover {
    background: transparent;
    color: #fff !important;
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

/* ======= Isolated CTA for Dental Tourism ======= */
.cta-dental-tourism {
    background: linear-gradient(rgba(252, 233, 223, 0.7), rgba(188, 106, 62, 0.9)), url('../../assets/img/slider/1.jpg') no-repeat center center;
    background-size: cover;
    color: var(--text-color);
    border-radius: 20px;
    margin: 0 15px 35px 15px;
    padding: 50px 0;
}
.cta-dental-tourism h2 {
    font-size: 36px;
    font-weight: 600;
    color: var(--text-color);
}
.cta-dental-tourism h4 {
    font-size: 28px;
    font-weight: 500;
    opacity: 0.9;
    color: var(--text-color);
}
.btn-cta-tourism {
    background: #fff;
    color: var(--primary-color) !important;
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid #fff;
    margin-top: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.btn-cta-tourism:hover {
    background: var(--primary-color);
    color: #fff !important;
    border-color: var(--primary-color);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}
.cta-section {
    position: relative;
    background-image: url(../img/dental_cta_bg.png);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 50px 0;
    overflow: hidden;
    margin: 0px;
    border-radius: unset;
}
.cta-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(175 89 42 / 54%);
    z-index: 1;
}
.cta-content {
    position: relative;
    z-index: 2;
}
.cta-info-item a:hover{
    color: var(--primary-color);
}
.text p{
    line-height: 23px;
}
/* Mobile alignment fix for CTA button */
@media (max-width: 767px) {
    .footer-cta .durubtn2 {
        white-space: normal !important;
        line-height: 1.5 !important;
        padding: 15px 25px !important;
        min-height: auto !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 100% !important;
        max-width: 320px;
        margin: 0 auto;
    }
    .footer-cta .durubtn2 .text-wrapper {
        display: block !important;
    }
    .footer-cta .cta-box {
        padding: 40px 20px !important;
    }
    .cta-dental-tourism h2 {
           font-size: 25px;
    }
    .cta-dental-tourism h4 {
        font-size: 22px;
    }
    .hero-title-main{
        font-size: 27px;
    }
    .hero-lead-text {
    font-size: 24px;
    }
    .dr-prf{
        margin-top: 20px;
    }
    .why-choose-title1{
        margin-bottom: 20px;
    }
}
