@import url('https://fonts.googleapis.com/css2?family=Caladea:wght@400;700&family=Poppins:wght@300;400;500;600;700;800;900&display=swap'); @font-face {
    font-family: 'allison_script';
    src: url("../webfonts/fontsfree-net-allison-scriptregular_1.woff2") format("woff2"), url("../webfonts/fontsfree-net-allison-scriptregular_1.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

/* general options */
body {
    font-family: 'Caladea', serif;
    font-family: 'Poppins', sans-serif;
    color: #274755;
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
    padding-top: 85px;
}

h1{
    font-size: 32px;
}

h2{
    font-size: 22px;
}

h3{
    font-size: 20px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 16px;
}

h6{
    font-size: 14px;
}

@media (max-width:992px){
    h1{
        font-size: 28px;
    }
    h2{
        font-size: 20px;
    }
    h3{
        font-size: 18px;
    }
    h4{
        font-size: 16px;
    }
}

a {
    color: inherit;
    transition: all .3s ease;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: 1330px;
}

.img-fluid {
    max-width: 100%;
}

img {
    max-width: 100%;
}

iframe {
    max-width: 100%;
}

.mb30 {
    margin-bottom: 30px;
}

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

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

ul.ul-reset {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.acenter {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jccenter {
    display: flex;
    justify-content: center;
}

.p70 {
    padding: 70px 0px;
}

.light-bg {
    background-color: var(--color6);
}

.mobile-nav {
    display: none;
}

.mobile-close-menu {
    display: none;
}

.dark {
    position: absolute;
    background-color: black;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
}

.btn-general {
    display: inline-block;
    padding: 10px 30px;
    border: solid 1px;
    font-size: 15px;
    border-radius: 21px;
    transition: all .3s ease;
}

.btn-general:hover {
    background: #274755;
    color: white;
}

/* buttons */
.button1 a {
    background-color: var(--color3);
    display: inline-block;
    padding: 15px 50px;
    font-weight: 600;
    border-radius: 5px;
    color: white;
}

.button1:hover a {
    color: white;
    background-color: var(--color4);
    box-shadow: 4px 5px 10px 0px rgb(0 0 0 / 60%);
}

.btn-contact:focus, .btn-contact {
    outline: none;
    border: none;
    user-select: none;
}

.buttoncenter {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-contact {
    padding: 15px 25px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #3E99D3;
    font-weight: 400;
    border-radius: 25px;
    transition: all .3s ease;
    cursor: pointer;
}

.btn-contact:hover {
    border: solid 1px #005083;
    background: white;
    color: #3E99D3;
}

/* section titles */
.section-title1 .title {
    position: relative;
    font-size: 40px;
    line-height: 60px;
    font-weight: 800;
    color: #151a33;
    margin-bottom: 40px;
}

.section-title1 .title:before {
    position: absolute;
    content: '';
    width: 70px;
    height: 8px;
    background: linear-gradient(45deg, var(--color4), var(--color3));
    bottom: -15px;
}

.section-title1 .title:after {
    position: absolute;
    content: '';
    width: 25px;
    height: 2px;
    background-color: white;
    left: 0;
    bottom: -12px;
}

.section-title1 .sub-title {
    font-size: 20px;
    color: var(--color2);
    font-weight: 600;
    margin-bottom: 20px;
}

.section-title2 {
    position: relative;
    padding-left: 25px;
    margin-bottom: 100px;
}

.section-title2:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 10px;
    background: linear-gradient(45deg, var(--color4), var(--color3));
    left: 0;
}

.section-title2 .top-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--color2);
}

.section-title2 .title {
    font-size: 40px;
    font-weight: 800;
    color: #151a33;
    line-height: 60px;
}

.section-desc {
    margin-bottom: 100px;
}

.general-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--color1);
}

/* slider options */
.slider .slider-btn {
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translateX(-50%);
    z-index: 9;
    transition: all .3s ease;
}

.slider .slider-btn:hover {
    opacity: 0.75;
}

.general-slider.owl-theme {
    margin-bottom: 30px;
}

.testimonials .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -75px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    color: #3E99D3;
    transform: translateY(-50%);
    border: 0.324675px solid #CEDEE6;
}

.testimonials .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -75px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    color: #3E99D3;
    transform: translateY(-50%);
    border: 0.324675px solid #CEDEE6;
}

/* general-box options */
.general-box {
    height: 100%;
}

.services-home-list .general-box a{
    box-shadow: 0px 25px 25px rgba(161, 175, 197, 0.2);
}

.general-box a {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 25px 30px;
    text-align: center;
    height: 100%;
    transition: all .3s ease;
}

.general-box a:hover{
    box-shadow: 0px 25px 25px rgba(161, 175, 197, 0.2);
}

.general-box .picture {
    text-align: center;
}

.general-box .picture img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.general-box .title {
    color: #274755;
    margin-top: 15px;
}

.general-box:hover a {
    box-shadow: 0px 25px 25px rgb(161, 175, 197, 0.60);
}

.general-box.list-box a {
    padding: 15px;
}

.general-box.list-box .picture {
    width: 100%;
}

.general-box.list-box .picture img {
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.general-box.list-box .title {
    font-size: 18px;
    font-weight: 500;
}

/* time box*/
.team-box {
    position: absolute;
    text-align: center;
    border: solid 1px #d4d4d4;
    border-radius: 5px;
}

.team-box:hover {
    background: linear-gradient(45deg, var(--color4), var(--color3));
}

.team-box:hover .name, .team-box:hover .jobs, .team-box:hover i {
    color: white;
}

.team-box i:hover {
    color: var(--color5);
}

.team-box .name {
    font-size: 24px;
    font-weight: 800;
    margin-top: 10px;
}

.team-box .picture {
    background-repeat: no-repeat;
    background-size: cover;
}

.team-box .jobs {
    color: var(--color2);
    font-weight: 700;
    margin-bottom: 10px;
}

.team-box .social {
    margin-top: 15px;
    display: inline-block;
}

.team-box .social ul {
    display: flex;
    list-style: none;
}

.team-box .social ul li {
    margin-right: 25px;
}

.team-box .social ul li a i {
    font-size: 25px;
}

/* Reference box */
.ref-box {
    border: solid 1px #d4d4d4;
    margin-bottom: 20px;
}

.ref-box .name {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

/* slider */
.slider {
    position: relative;
    padding: 0px 45px;
    background: white;
    margin-top: 30px;
}

.slider .slide {
    position: relative;
    border-radius: 70px;
}

.slider img {
    border-radius: 70px;
}

.slider .slide .text {
    position: absolute;
    width: 1140px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding: 0 15px;
}

.slider .slide .text .title {
    opacity: 0;
    transition: all 0.3s ease-in-out 0.3s;
    max-width: 45%;
    font-size: 50px;
    font-weight: 800;
    line-height: 55px;
    margin-bottom: 30px;
}

.slider .owl-item.active .slide .title {
    opacity: 1;
}

.slider .slide .text .desc {
    opacity: 0;
    transition: all 0.5s ease-in-out 0.5s;
    max-width: 45%;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

.slider .owl-item.active .slide .desc {
    opacity: 1;
}

.slider .slide .button1 {
    opacity: 0;
    transition: all 0.7s ease-in-out 0.7s;
}

.slider .owl-item.active .slide .button1 {
    opacity: 1;
}

.slider .social {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 100;
    background: white;
    border-radius: 20px;
    border: solid 1px #ededed;
    padding: 10px;
}

.slider .social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.slider .social ul li {
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 20px;
    color: #3E99D3;
    text-align: center;
}

.slider .social ul li a:hover {
    color: #dddddd;
}

.slider .svgshow svg {
    position: absolute;
    left: 0;
    bottom: 0px;
    background: none;
}

.slider .svgshow svg path {
    fill: white;
    stroke: white;
}

.slider .owl-theme .owl-nav {
    display: none;
}

.slider:hover .owl-theme .owl-nav {
    opacity: 1;
}

.slider .owl-theme .owl-nav button.owl-prev {
    margin-right: 15px;
}

.slider .owl-theme .owl-nav button.owl-next {
    margin-left: 15px;
}

.slider .owl-theme .owl-nav button.owl-prev i, .slider .owl-theme .owl-nav button.owl-next i {
    background: #00518385;
    width: 100px;
    height: 35px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 5px;
    transition: all .3s ease;
}

.slider .owl-theme .owl-nav button.owl-prev i:hover, .slider .owl-theme .owl-nav button.owl-next i:hover {
    background-color: var(--color4);
}

/* about-us */
.about-us {
    padding: 100px 0px;
}

.pic1 {
    text-align: left;
    position: relative;
}

.about-us .pictures .pic1 img {
    border-radius: 5px;
}

.about-us .mini-title {
    color: #3E99D3;
    margin-bottom: 25px;
    position: relative;
    z-index: 99;
}

.about-us .mini-title::before {
    position: absolute;
    content: 'About Me';
    font-family: 'allison_script';
    color: rgba(215, 226, 233, 0.38);
    font-size: 99px;
    top: -100px;
    left: -19px;
    z-index: -1;
}

.about-us .sub-title {
    font-weight: 700;
    font-size: 36px;
    color: #274755;
}

.about-us .text .desc {
    margin-bottom: 30px;
}

.pic1::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, #ffffff00 0%, rgb(255 255 255) 100%);
    bottom: 0;
}

.text-area.pic1::before {
    bottom: 30px;
}

/* slogan */
.slogan {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

.slogan:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: .7;
}

.slogan .section-title1 .title {
    color: white;
}

.slogan .text-area {
    position: relative;
}

/* icon */
.icon-box {
    background: white;
    padding: 30px;
    box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
    transition: all 300ms ease-out 0s;
    margin-bottom: 30px;
    border-radius: 5px;
    height: calc(100% - 30px);
}

.icon-box .items {
    display: flex;
    align-items: center;
}

.icon-box .icon {
    font-size: 50px;
    color: var(--color3);
    margin-right: 10px;
    transition: all 300ms ease-out 0s;
}

.icon-box .title {
    font-size: 20px;
    font-weight: 800;
}

.icon-box:hover {
    background: linear-gradient(45deg, var(--color4), var(--color3));
    color: white;
}

.icon-box:hover .icon {
    color: white;
}

/* testimonials */
.testimonial-box {
    position: relative;
    padding: 55px 20px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #c4c4c4;
    transition: all 300ms ease-out 0s;
    margin-bottom: 20px;
    border-radius: 25px;
}

.testimonial-box .comment {
    color: #8C9BA8;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 25px;
}

.testimonial-box .name {
    color: rgba(21, 52, 79, 0.86);
    font-weight: 600;
}

.testimonial-box .icon {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.testimonial-box .icon img {
    width: 28px;
    height: 28px;
}

.testimonials .all-btn {
    color: #3E99D3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonials .all-btn img {
    margin-left: 10px;
}

/* blog */
.slider-blog .owl-carousel .owl-nav.disabled, .slider-blog .owl-carousel .owl-nav {
    display: flex;
}

.slider-blog .owl-carousel .owl-nav.disabled .owl-prev, .slider-blog .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -75px ;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    color: #3E99D3;
    transform: translateY(-50%);
}

.slider-blog .owl-carousel .owl-nav.disabled .owl-next, .slider-blog .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: -75px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    color: #3E99D3;
    transform: translateY(-50%);
}

.slider-blog .blog-box {
    box-shadow: none;
    border: none;
}

.blog-box {
    border-radius: 5px;
    margin-bottom: 30px;
    height: calc(100% - 30px);
    background: white;
    padding: 15px;
    border-radius: 20px;
    border: solid 1px #f7f8fc;
    box-shadow: 0px 25px 25px rgb(161 175 197 / 20%);
}

.blog-box .picture img {height: 400px;object-fit: cover;width: 100%;}


.blog-box .picture {
    position: relative;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.blog-box .picture::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3));
    transform: skewX(-25deg);
    transition: all .5s ease;
    z-index: 2;
}

.blog-box:hover .picture::before {
    left: 100%;
}

.blog-box .picture a {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 300ms ease-out 0s;
    border-radius: 5px;
}

.blog-box .picture a i {
    font-size: 30px;
    color: white;
    opacity: 0;
    transition: all 300ms ease-out 0s;
}

.blog-box:hover .picture a i {
    opacity: 1;
}

.blog-box .items {
    width: 100%;
    padding: 35px 0 0 0;
}

.blog-box .title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #3E99D3;
}

.blog-box .desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    color: #8299A4;
}

.blog-box .read-more a {
    color: #3E99D3;
    display: flex;
    align-items: center;
    transition: all .3s ease;
    white-space: nowrap;
}

.blog-box:hover .read-more a {
    transform: translateX(15px);
}

.blog-box .read-more a img {
    margin-left: 10px;
}

.blog-box .read-more {
    text-align: right;
    margin-right: 10px;
    transition: all 300ms ease-out 0s;
    display: flex;
    justify-content: flex-start;
}

.blog-box .read-more a i {
    margin-left: 5px;
}

.blog-box:hover .read-more {
    margin-right: 0px;
}

/* ourtime */
.ourteam {
    height: 800px;
}

.bg {
    height: 450px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.ourteam .title {
    color: white;
}

.ourteam .section-desc {
    color: white;
}

.ourteam .section-title2 .top-title {
    color: var(--color5);
}

.our-box {
    margin-bottom: 30px;
    border: solid 1px #d4d4d4;
}

.our-box-item {
    padding: 10px;
}

.our-box-item .read-more a {
    padding: 10px;
}

/* instagram post */
.instagram-box {
    display: block;
    background-color: #121212;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-bottom: 30px;
    height: calc(100% - 30px);
}

.instagram-box .title {
    display: flex;
    align-items: center;
    padding: 10px;
}

.instagram-box .title img {
    width: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.instagram-box .content {
    padding: 10px;
    font-size: 14px;
    margin-bottom: 0;
}

.instagram-box .content b, .instagram-box .title span {
    transition: all .3s ease-in;
}

.instagram-box:hover {
    color: #fff;
}

.instagram-box:hover .content b, .instagram-box:hover .title span {
    opacity: .7;
}

/* video gallery */
.video {
    position: relative;
}

.video a {
    display: inline;
}

.video:hover img {
    background: linear-gradient(0deg, black, transparent);
}

.video i {
    font-size: 80px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
}

.video:hover i {
    font-size: 90px;
}

.video-gallery .sub-title {
    padding: 10px;
    color: black;
    text-align: center;
    border: solid 1px #d4d4d4;
    font-size: 20px;
    font-weight: 700;
    transition: all .3s ease;
}

/* picture-gallery */
.picture1 {
    height: 230px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: -15px;
    margin-bottom: 15px;
}

.picture2 {
    height: 230px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: -15px;
    margin-bottom: 0px;
}

.picture3 {
    height: 100%;
    margin-left: -15px;
    background-repeat: no-repeat;
    background-size: cover;
}

.picture1:hover, .picture2:hover, .picture3:hover {
    opacity: 0.8;
}

.picture-gallery a {
    display: inline;
}

/* faq-home */
.faq-home .picture {
    height: 400px;
    background-size: cover;
    background-position: center center;
}

details {
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: .5em .5em 0;
    margin-bottom: 10px;
}

summary {
    font-weight: bold;
    margin: -.5em -.5em 0;
    padding: .5em;
}

details[open] {
    padding: .5em;
}

details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: .5em;
    background: linear-gradient(45deg, var(--color4), var(--color3));
    color: white;
}

/* calltoaction */
.calltoaction {
    background: linear-gradient(45deg, var(--color4), var(--color3));
    padding: 45px 0px;
}

.calltoaction .left .title {
    color: white;
    font-size: 30px;
    font-weight: 600;
}

.calltoaction .left .title:hover a {
    color: #d4d4d4;
}

.calltoaction .left .sub-title {
    color: #d4d4d4;
    font-size: 18px;
    font-weight: 500;
}

.calltoaction .button1 {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
}

/* footer */
.footer-padding {
    padding: 0px 45px;
}

.footer {
    margin-top: 100px;
    padding: 100px 0px;
    position: relative;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #3E99D3 0%, #B3D9F0 100%);
    border-radius: 70px;
}

.up-btn {
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #8299A4;
    font-size: 14px;
    letter-spacing: 0.535em;
    transition: all .3s ease;
}

.up-btn .text {
    margin-bottom: 20px;
}

.up-btn:hover {
    opacity: 0.75;
}

.footer .footer-bg {
    position: absolute;
    left: 45px;
    width: calc(100% - 90px);
    bottom: 0;
    z-index: -1;
}

.footer .footer-bg img {
    width: 100%;
}

.footer .adress-detail {
    color: white;
    font-size: 15px;
    display: flex;
}

.footer .adress .icon {
    color: white;
    align-items: center;
    display: flex;
    font-size: 30px;
}

.footer .adress .title {
    font-size: 20px;
    color: white;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer .contact {
    color: #d4d4d4;
}

.footer .adress .title, .footer .contact .title {
    color: white;
    font-size: 24px;
    font-weight: 500;
    border-bottom: solid 3px #d4d4d4;
    margin-bottom: 20px;
}

.footer .menu {
    display: flex;
    justify-content: flex-start;
    color: white;
}

.footer .menu a:hover {
    opacity: 0.8;
}

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

.footer .logo {
    display: flex;
    justify-content: center;
}

.social-footer ul {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
}

.social-footer ul li {
    margin-left: 15px;
}

.social-footer ul li a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border: solid 1px white;
    border-radius: 50%;
    color: white;
}

.footer .right-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.white-btn {
    white-space: nowrap;
    font-size: 18px;
    color: white;
    padding: 5px 20px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
}

.footer .right-footer .white-btn {
    margin-right: 15px;
}

/* footer-bottom */
.footer-bottom {
    padding: 15px 0px;
    text-align: center;
    color: #B2C6CE;
    font-size: 14px;
}

.footer-bottom img {
    margin-left: 10px;
}

/* detail-page */
.detail-page .sub-title {
    text-align: center;
    font-size: 18px;
    border: solid 1px #d4d4d4;
    margin-bottom: 15px;
}

.detail-page .text-area {
    margin-top: -120px;
    margin-bottom: 15px;
    background: white;
    padding: 30px;
    box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    z-index: 99;
    position: relative;
}

.detail-page .text-area .infos {
    display: flex;
}

.detail-page .text-area .item {
    min-width: 200px;
    position: relative;
    font-weight: 700;
}

.detail-page .text-area .infos .item:after {
    position: absolute;
    content: ':';
    right: 0;
    margin-right: 25px;
}

.detail-page .text-area .read-more a {
    position: absolute;
    bottom: 0;
    right: 20px;
    color: var(--color2);
    font-weight: 600;
}

.detail-page .sidebar {
    margin-top: -120px;
    background: white;
    padding: 30px;
    box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
}

.detail-page .text-area .title {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
    padding: 5px 0px;
    position: relative;
}

.detail-page .text-area .title:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background-color: var(--color2);
    bottom: 0;
}

.detail-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    padding: 5px 0px;
    position: relative;
}

.detail-title:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 2px;
    background-color: var(--color2);
    bottom: 0;
}

.sidebar .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.detail-page .sidebar .list ul {
    list-style: square;
}

.detail-page .sidebar .list ul li {
    margin-bottom: 10px;
    border-bottom: solid 1px #d4d4d4;
}

.detail-page .contact-box {
    box-shadow: none;
}

/* detail */
.detail {
    height: 200px;
    position: relative;
}

.detail h1 {
    font-size: 32px;
    padding-left: 7px;
}

.detail .top {
    color: white;
    padding: 45px 0px 100px;
}

.detail::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #005083 0%, #7fb0ce 100%);
}

.detail .container {
    position: relative;
}

@media (min-width: 991px) {
    .detail .top {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.detail .way a {
    padding: 5px;
    font-size: 15px;
}

/* products  detail */
.product .picture {
    height: 250px;
    background-repeat: no-repeat;
    background-size: contain;
}

.product .info {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.product-box {
    border: solid 1px #d4d4d4;
}

.product-box .info .name {
    font-weight: 500;
}

.product-box .info .price {
    font-weight: 800;
}

.product .infos .name .title {
    font-weight: 700;
}

/* contact page */
.form-group.recaptcha {
    display: inline-block;
}

.contact-page .title {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 700;
    padding: 5px 0px;
    position: relative;
}

.contact-page .contact .sub-title {
    font-size: 20px;
    font-weight: 700;
}

.contact .item {
    margin-left: 20px;
}

.contact .icon i {
    font-size: 30px;
}

.contact-page .contact {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.contact-box {
    margin-bottom: 30px;
}

.contact-page .left {
    padding: 25px;
}

.contact-page .btn-contact {
    border: solid 1px #005083;
}

.contact-page .btn-contact:hover {
    padding-right: 35px;
}

.google-maps {
    height: 100%;
}

.google-maps iframe {
    width: 100%;
    display: block;
}

/* hesap card*/
.hesap-card .picture {
    text-align: center;
    margin-bottom: 20px;
}

.card-infos {
    display: flex;
    margin-bottom: 15px;
    word-break: break-word;
}

.card-infos .name {
    margin-right: 40px;
    position: relative;
    font-weight: 600;
    min-width: 130px;
}

.card-infos .name:after {
    position: absolute;
    content: ':';
    right: -25px;
}

/* bootstrap tab */
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

/* ourbox-detail */
.ourbox {
    display: flex;
}

.ourbox .picture {
    margin-right: 31px;
}

.ourbox .info .item {
    display: flex;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.pagination .page-item.active a {
    background-color: gray;
    color: white;
}

.page-item {
    margin-right: 5px;
}

.pagination .page-item a {
    padding: 10px 15px;
    border: solid 1px #d4d4d4;
}

.contact-form-box {
    padding: 30px;
    position: relative;
}

.home-forms {
    background: var(--color6);
}

.home-forms .contact-form {
    padding: 0px 0px 0px 20px;
}

.form-component {
    padding: 50px 75px;
    background: linear-gradient(180deg, #274755 0%, #4B6D7C 100%);
    border-radius: 24px;
    color: white;
}

.form-component .row {
    align-items: center;
}

.form-component .form-content .title {
    font-weight: 700;
    font-size: 34px;
    color: white;
    margin-bottom: 15px;
    text-align: center;
}

.form-component .form-content .text {
    font-size: 50px;
    text-align: center;
    font-family: 'allison_script';
    line-height: 36px;
}

.form-component .row .col-lg-7 {
    border-left: solid 2px white;
    border-radius: 1px;
}

.form-control {
    padding: 13px 25px;
    background: none;
    color: #889FA9;
    font-size: 14px;
    border: solid 1px white;
    border-radius: 25px;
}

.form-control::placeholder {
    color: #889FA9;
}

.form-control:focus {
    border: solid 1px #3e99d3;
}

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

.form-control {
    width: 100%;
    display: block;
}

.form-control:focus {
    outline: none;
}

.contact-page .form-component {
    margin-top: 60px;
}

.contact-page .form-control {
    border: solid 1px #3e99d3;
}

/* The container */
.check-area {
    display: block;
    position: relative;
    margin: 12px 0px 20px 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    gap: 10px;
}

/* Hide the browser's default checkbox */
/* Create a custom checkbox */
.check-area input {
    min-width: 25px;
    height: 25px;
}

.check-area input::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.check-area:hover input::before {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-area input:checked::before {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.check-area input::after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check-area input:checked::after {
    display: block;
}

/* Style the checkmark/indicator */
.check-area input:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

label {
    font-size: 17px;
    font-weight: 500;
}

.contact-form-box i {
    right: 0;
    top: 0;
    padding: 14px 17px;
    margin: 40px 40px;
    position: absolute;
    font-size: 50px;
    border-radius: 50%;
    border: solid 1px var(--color5);
    color: var(--color1);
}

.owl-carousel .owl-dots.disabled {
    display: none;
}

/* 404 page */
.error {
    text-align: center;
}

.ourteam .button1 {
    display: none;
}

/* mobile slider */
.slider-mobile {
    display: none;
}

/* footer bar */
.footer-bar {
    display: none;
    background: linear-gradient(45deg, var(--color4), var(--color3));
    padding: 20px;
    color: white;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    position: fixed;
    z-index: 1999999;
    width: 100%;
    left: 0;
    bottom: 0;
}

/* 

custom

*/
/* custom */
.seo-text-component {
    padding: 220px 0px 30px 0px;
    text-align: center;
    position: relative;
}

.seo-text-component::before {
    position: absolute;
    content: url('../images/seo-bg.svg');
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
}

.seo-text-component .container {
    position: relative;
    z-index: 9;
}

.seo-text-component .slogan-title {
    color: #274755;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.home-services-titles .top-title {
    color: #3E99D3;
    font-weight: 700;
    font-size: 36px;
}

.home-services-titles {
    text-align: center;
}

.home-services-titles .text {
    font-size: 14px;
    margin-bottom: 15px;
}

.home-services-titles a {
    color: #3E99D3;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.home-services-titles a:hover {
    transform: translateX(15px);
}

.home-services-titles a img {
    margin-left: 10px;
}

.services-home-list {
    padding-top: 250px;
    border-radius: 215px 215px 0px 0px;
}

.services-home-list .row .home-services-titles {
    position: sticky;
    top:200px;
}

.services-home-list .row .home-services-titles::before {
    position: absolute;
    content: url('../images/woman-2.png');
    left: 50%;
    opacity: 0.6;
    top: -60px;
    transform: translateX(-50%);
	z-index:-1;
}

.services-home-list .container {
    position: relative;
}

.services-home-list .container::before {
    position: absolute;
    content: url('../images/line.png');
    right: 0;
}

.general-section-title {
    padding: 70px 0px;
    text-align: center;
    position: relative;
    z-index: 999;
}

.general-section-title .title {
    font-weight: 700;
    font-size: 36px;
    color: #3E99D3;
    margin-bottom: 30px;
    position: relative;
    z-index: 999;
}

.general-section-title::before {
    position: absolute;
    content: 'Expert Articles';
    font-family: 'allison_script';
    font-size: 99px;
    color: rgba(215, 226, 233, 0.7);
    font-weight: 400;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    z-index: 0;
}

.general-section-title a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3E99D3;
}

.general-section-title a img {
    margin-left: 10px;
}

.general-section-title a:hover {
    transform: translateX(15px);
}

.testimonials {
    padding: 70px 0px 200px 0px;
}

.testimonials .general-section-title::before {
    content: 'Patient Stories';
}

@media only screen and (max-width: 992px), (height: 1024px) and (width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: landscape), (width: 1024px) and (height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
    body {
        padding-top: 85px;
    }

    .mb30{
        margin-bottom: 20px;
    }

    .owl-carousel .owl-dots.disabled {
        display: block;
    }

    .slider-mobile {
        display: block;
    }

    .section-title1 .title {
        font-size: 30px;
        line-height: 50px;
    }

    .mobile-header-icons {
        display: flex;
    }

    .mobile-header-icons .i {
        font-size: 22px;
    }

    .mobile-header-icons a i {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #222;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .mobile-header-icons a i.far.fa-map-marker-alt {
        margin-left: 15px;
        background-color: #4d4c4c;
    }

    .mobile-header-icons a i.fas.fa-phone {
        background-color: #00aad0;
    }

    .mobile-header-hamburger .hamburger-toggle {
        background: transparent;
        padding: 0px;
        font-size: 30px;
        margin: 0 10px;
        border: none;
    }

    .header-phone {
        display: none;
    }

    .mobile-nav {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        z-index: 9999;
        width: 100%;
        -webkit-animation: fadeOutLeft 0.5s ease-in-out;
        animation: fadeOutLeft 0.5s ease-in-out;
    }

    .mobile-nav-content {
        padding-top: 20px;
        background: #002338;
        width: 75%;
        height: 100%;
        cursor: copy;
        overflow-y: scroll;
    }

    .mobile-nav-logo {
        padding-left: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 20px;
    }

    .mobile-nav-logo-content {
        position: relative;
    }

    .mobile-nav-logo-content i {
        display: block;
        margin: 0 auto 10px;
        max-width: 30px;
        line-height: 32px;
        font-size: 30px;
    }

    .mobile-nav-logo-content a {
        color: #b5bbc2;
        font-size: 14px;
        font-weight: 600;
    }

    .mobile-nav-logo>a {
        display: block;
        padding: 30px 60px;
    }

    .mobile-nav-logo>a img {
        width: 100%;
    }

    .mobile-nav-menu ul li {
        padding: 10px 25px;
        list-style: none;
    }

    .sub-menu ul {
        background-color: #002338;
    }

    .sub-menu ul li a {position: relative;}


    .sub-menu ul li a::before {position: absolute;content: '';width: 10px;height: 1px;background: #d5b23b;left: -20px;top: 50%;transform: translateY(-50%);}



    .mobile-nav-content {display: flex;flex-direction: column;justify-content: space-between;}

    .mobile-nav-content .social-mobile li a {color: white;width: 30px;display: inline-flex;height: 30px;border: solid 1px white;align-items: center;justify-content: center;margin-right: 15px;border-radius: 50%;}
    
    .mobile-nav-content .social-mobile {list-style: none;margin: 10px 0 0 0;display: flex;padding: 0;}

    .bottom-info a {display: block;color: white;margin-bottom: 5px;}

.bottom-info {padding: 15px;}

    .mobile-nav-menu ul li .sub-menu-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-nav-menu ul li i {
        font-size: 14px;
        fill: #b5bbc2;
        color: #b5bbc2;
    }

    .mobile-nav-menu ul li a {
        color: white;
    }

    .mobile-nav-menu ul li ul {
        display: none;
        margin-top: 10px;
        margin-right: -25px;
        margin-left: -25px;
        padding-left: 25px;
    }

    .mobile-nav-login a {
        position: absolute;
        bottom: 0;
        left: 0;
        color: #b5bbc2;
        padding-left: 25px;
        padding-bottom: 20px;
        font-weight: 600;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .mobile-nav-login a svg {
        font-size: 18px;
        margin-right: 5px;
    }

    .mobile-nav.open {
        display: block;
        -webkit-animation: fadeInLeft 0.5s;
        animation: fadeInLeft 0.5s;
        overflow-x: scroll;
        z-index: 9999999999;
    }

    .cta-link {
        line-height: 40px;
        -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
        display: block;
        color: #fff;
        border-radius: 3px;
        background: #00aad0;
        text-align: center;
        margin: 20px;
        margin-bottom: 10px;
    }

    .mobile-close-menu {
        position: fixed;
        top: 18px;
        right: 20px;
        display: none;
        z-index: 99999999999;
    }

    .mobile-close-menu i {
        color: #fff;
        font-size: 25px;
    }

    ul.mobile-menu-social {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px;
        list-style: none;
    }

    ul.mobile-menu-social li+li {
        margin-left: 15px;
    }

    ul.mobile-menu-social li a {
        border: 1px solid #00aad0;
        display: flex;
        width: 35px;
        height: 35px;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 50%;
    }

    .mobile-nav-menu ul {
        padding: 0px;
    }

    .header-mobile {
        display: block;
    }

    .header-mobile-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-mobile .header-mobile-logo img {
        max-width: 120px;
    }

    /* page options */
    /*  detail mobile */
    .detail .way a {
        padding: 2px;
        font-size: 12px;
    }

    .detail-page .sidebar {
        margin-top: 0px;
    }

    .detail-page .text-area .read-more a {
        position: relative;
        display: grid;
        text-align: center;
        color: var(--color2);
        font-weight: 600;
        right: 0;
    }

    /* title mobile */
    .section-title2 {
        margin-bottom: 10px;
    }

    .section-desc {
        margin-bottom: 10px;
    }

    .section-title2 .title {
        font-size: 30px;
    }

    .services-home-list .row .home-services-titles{
        margin-bottom: 60px;
    }

    /* menu mobile */
    .team-box {
        display: none;
    }

    .mobile-nav-logo {
        padding: 0;
    }

    .mobile-nav-logo .img-fluid {
        max-width: 65%;
    }

    /* owl mobile*/
    .general-slider.owl-theme .owl-nav {
        margin: 0;
        position: relative;
        top: 30px;
        width: 100%;
        display: flex;
        justify-content: center;
        transform: translateY(-50%);
        z-index: -1;
    }

    /* calltoaction mobile */
    .calltoaction .button1 {
        justify-content: center;
    }

    /* picture mobil */
    .picture1 {
        width: 100%;
    }

    /* blog-box mobile */
    .blog-box {
        display: block;
    }

    .blog-box .picture {
        width: 100%;
        height: 230px;
        border-right: none;
        border-bottom: solid 4px var(--color3);
    }

    .blog-box .items {
        width: 100%;
    }

    /* ourtime mobile */
    .ourteam {
        height: auto;
    }

    .ourteam .button1 {
        display: block;
    }

    /* reference mobile */
    .ref-box {
        text-align: center;
    }

    /* footer mobile */
    .footer .contact {
        margin-bottom: 25px;
    }

    .footer-bar {
        display: block;
    }

    /* contact */
    .contact-form-box i {
        display: none;
    }

    .slider {
        display: none;
    }

    .langue a {
        margin-right: 10px;
    }

    .langue {
        margin-left: 25px;
    }

    /* testimonials */
    .general-section-title {
        padding: 0 0 40px 0px;
    }

    .general-section-title::before {
        font-size: 60px;
        width: 100%;
        top: 20px;
    }

    .testimonial-box {
        padding: 20px;
    }

    /* custom */
    .mt30 {
        margin-top: 30px;
    }

    .general-box.list-box a{
        padding: 0;
    }

    .general-box a{
        padding: 0;
    }

    .services-home-list .general-box a{
        padding: 15px;
    }

    .header-area .menu {
        display: none;
    }

    .home-services-titles a {
        margin-bottom: 30px;
    }

    .seo-text-component {
        padding: 80px 0 0 0;
    }

    .seo-text-component::before {
        top: 20px;
    }

    .about-us {
        padding: 50px 0px;
    }

    .about-us .pictures .pic1 {
        margin-bottom: 100px;
    }

    .services-home-list .row.acenter::before {
        display: none;
    }

    .blog-box .picture::before {
        display: none;
    }

    .testimonials .owl-dots {
        display: none;
    }

    .testimonials {
        padding: 40px 0px 100px 0px;
    }

    .testimonials .owl-nav.disabled {
        position: absolute;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 99;
    }

    .testimonials .owl-carousel .owl-nav .owl-prev {
        left: -11px;
        width: 45px;
        height: 45px;
    }

    .testimonials .owl-carousel .owl-nav .owl-next {
        right: -11px;
        z-index: 99;
        width: 45px;
        height: 45px;
    }

    .slider-blog .owl-carousel .owl-nav .owl-prev, .slider-blog .owl-carousel .owl-nav .owl-next {
        display: none !important;
    }

    .form-component {
        padding: 20px 25px;
    }

    .form-component .form-content .title {
        font-size: 24px;
    }

    .form-component .form-content .text {
        font-size: 32px;
    }

    .form-component .form-content {
        margin-bottom: 30px;
    }

    .form-component .row .col-lg-7 {
        border: none
    }

    .home-forms .contact-form {
        padding: 0;
    }

    .services-home-list {
        border-radius: 0;
        padding-top: 120px;
        padding-bottom: 0;
    }

    .detail h1 {
        font-size: 24px;
        text-align: center;
    }

    .detail-page .text-area {
        margin: 0;
    }

    .detail .top {
        padding: 20px 0px 20px 0px;
    }

    .detail {
        height: auto;
    }
    .footer-padding {
        padding: 0px;
    }

    .footer {
        border-radius: 0;
        padding: 60px 0px 60px 0px;
    }

    .footer .menu {
        justify-content: center;
        margin-top: 30px;
    }

    .footer .right-footer {
        justify-content: center;
        margin-top: 30px;
    }

    .order-c-1 {
        order: 1;
    }

    .order-c-2 {
        order: 2;
    }

    .order-c-3 {
        order: 3;
    }

    .footer-bottom {
        padding: 15px 0px 120px 0px;
    }
}

@media (max-width: 992px) {
    .footer-order .col-md-6 {
        order: 1;
    }

    .footer-order .col-md-3:nth-child(1) {
        order: 3;
        margin-bottom: 40px;
    }

    .footer-order .col-md-3:nth-child(3) {
        order: 2;
    }
}

/* Breadcrumb */
@media (max-width: 992px) {
    .desktop-bread {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .mobile-bread {
        display: none !important;
    }
}

@media (max-width: 992px) {
    .bread {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: 500;
        color: #ffffff;
        flex-wrap: nowrap;
    }

    .bread a {
        color: inherit;
        white-space: nowrap;
    }

    .js-bread-list .bread-item a {
        color: inherit;
    }

    .bread-area {
        position: relative;
        color: #fff;
    }

    .bread-item {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0.7;
    }

    .bread-item {
        display: none;
        line-height: 1.5;
    }

    .bread-item i {
        margin-left: 15px;
        margin-right: 15px;
    }

    .bread-item.active {
        opacity: 1;
    }

    .bread-item:first-child {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .bread-item:nth-child(2) {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .bread-item:last-child {
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .bread .bread-item:last-child {
        opacity: 0.8;
    }

    .js-bread-list {
        display: none;
        background-color: #fdfdfe;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 25px 20px 30px 20px;
        font-size: 16px;
        z-index: 8;
        color: #333;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    }

    .js-bread-list .bread-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .js-bread-list .bread-item i {
        margin-left: 0;
    }

    .js-bread-list .bread-item+.bread-item {
        margin-top: 20px;
    }

    .js-bread-list .bread-item:nth-child(2) {
        margin-left: 10px;
    }

    .js-bread-list .bread-item:nth-child(3) {
        margin-left: 20px;
    }

    .js-bread-list .bread-item:nth-child(4) {
        margin-left: 30px;
    }

    .js-bread-list .bread-item:nth-child(5) {
        margin-left: 40px;
    }

    .js-bread-list .js-bread-close {
        position: absolute;
        top: 20px;
        right: 20px;
    }
}

/* Breadcrumb */
.text-area {
    word-wrap: break-word;
}

.text-area iframe {
    max-width: 100%;
}

.text-area img {
    max-width: 100%;
    height: auto !important;
}

.text-area::before, .text-area::after {
    content: "";
    clear: both;
    display: table;
}

.text-area table {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .text-area table {
        display: block;
        border: none;
        overflow-x: scroll;
        height: 100% !important;
    }
}

.leftImage {
    margin-right: 20px;
    margin-bottom: 20px;
}

.rightImage {
    margin-left: 20px;
    margin-bottom: 20px;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

/* Header Top */
.header-top-area {
    display: none;
}

@media (min-width: 991px) {
    .header-top-area {
        display: block;
    }

    .header-top {
        display: flex;
        justify-content: space-between;
    }

    .header-top-area {
        background: linear-gradient(45deg, var(--color4), var(--color3));
        color: #fff;
    }

    .header-top-info {
        display: flex;
    }

    .header-contact a {
        height: 100%;
        display: inline-flex;
        align-items: center;
        padding: 10px 0;
    }

    .header-contact a i {
        margin-right: 5px;
    }

    .header-contact a+a {
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid rgb(255 255 255 / .25);
    }

    .header-top-menu {
        padding-right: 10px;
        border-right: 1px solid rgba(255 255 255 / .25);
    }

    .header-top-menu a {
        padding: 10px 0;
        display: inline-block;
    }

    .header-top-menu a+a {
        margin-left: 5px;
    }
    .header-phone {font-weight: 500;font-size: 18px;display: flex;align-items: center;}

    .header-phone i {margin-right: 10px;}
}

/** Header Top */
/* Header */
#header {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    background: white;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.header-area {
    background-color: #fff;
    box-shadow: 0px 14px 30px rgba(0, 0, 0, 0.07);
}

.header .logo img {
    max-width: 180px;
}

.header-icons {
    display: flex;
}

.hamburger-toggle {
    display: flex;
    align-items: center;
}

.hamburger-toggle i{
    font-size: 28px;
    margin-left: 10px;
}

@media (min-width: 991px) {
    .header-icons {
        display: none;
    }

    .hamburger-toggle {
        display: none;
    }
}

/*

.header-area.open {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    animation: fadeInTop .7s ease-in-out;
}
*/
@-webkit-keyframes fadeInTop {
    0% {
        top: -300px;
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}

@keyframes fadeInTop {
    0% {
        top: -300px;
        opacity: 0
    }

    100% {
        top: 0;
        opacity: 1
    }
}

/** Header */
/* circle icon */
.circle-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0px 5px;
    font-size: 22px;
}

.circle-icon.whastapp {
    background-color: #4AC959;
    color: #fff;
}

.circle-icon.map {
    background-color: #dc4c41;
    color: #fff;
}

/** circle icon */
/* menu */
.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.menu ul ul {
    transform: translateY(100%) scaleY(0);
    transform-origin: top;
    position: absolute;
    transition: all .1s ease;
    background-color: #f7f7f7;
    flex-direction: column;
    bottom: -31px;
    border-top: solid 2px #005083;
    min-width: 300px;
    z-index: 9;
}

.menu ul ul ul {
    right: 0;
    transform: translate(100%, 0%) scaleY(0);
    top: -2px;
    bottom: auto;
    border-top: solid 2px #00aad0;
}

.menu li {
    position: relative;
    margin-left: 15px;
    transition: all .3s ease;
}

.menu li.active:first-child {
    font-weight: 600;
}

.menu li li {
    margin-left: 0;
}

.menu li>a {
    padding: 33px 5px;
}

.menu li:hover>a+ul {
    transform: translateY(100%) scaleY(1);
}

.menu ul ul li>a {
    width: 100%;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu ul ul li:hover>a+ul {
    transform: translate(100%, 0%) scaleY(1);
}

/** menu */
.g-recaptcha {
    position: relative;
}

.fake_error {
    white-space: nowrap;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, .2) 0 5px 10px;
    background-color: #F44336;
    color: #fff;
    padding: 5px 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 15px);
    position: absolute;
    z-index: 99;
    font-weight: 500;
}

.fake_error:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #F44336;
    border-width: 10px;
    margin-left: -10px
}

/* Fly Alert */
.fly-alert {
    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;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 10px;
    background-color: rgba(0,0,0,.4);
    z-index: 1060;
}

.fly-alert .content {
    padding: 20px;
    background: rgb(255, 255, 255);
    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;
    flex-direction: column;
    max-width: 500px;
    border-radius: 5px;
    margin: auto;
}

.fly-alert .icon {
    width: 80px;
    height: 80px;
    border: 4px solid;
    border-radius: 50%;
    margin: 20px 0 30px;
    box-sizing: content-box;
    cursor: default;
    font-size: 60px;
    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;
}

.fly-alert.success .icon {
    border-color: #a5dc86;
    color: #a5dc86;
}

.fly-alert.danger .icon {
    border-color: #f27474;
    color: #f27474;
}

.fly-alert .icon svg {
    overflow: visible;
    height: 60px;
}

.fly-alert .desc {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    margin: 0 0 .4em;
    word-wrap: break-word;
}

.fly-alert .btn {
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px;
    background-color: rgb(48, 133, 214);
}

/* Fly Alert */
.footer-sticky {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #005083;
    position: fixed;
    z-index: 99999999;
    width: 100%;
    bottom: 0;
    padding: 0 0.5rem 1.15rem 0.5rem;
    border-top-left-radius: 2.15rem;
    border-top-right-radius: 2.15rem;
    border-top: 6px solid #3E99D3;
}

.footer-sticky .sticky-box {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: default;
}

.footer-sticky .sticky-box .icon {
    height: 48px;
    width: 48px;
    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;
}

.footer-sticky .sticky-box .icon i {
    font-size: 24px;
    color: white;
}

.footer-sticky .sticky-box .icon--dark {
    display: none;
}

.footer-sticky .sticky-box .text {
    font-size: 10px;
    color: white;
    text-align: center;
}

.footer-sticky .sticky-box .text--dark {
    display: none;
}

.footer-sticky .sticky-box.active .icon--dark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-sticky .sticky-box.active .icon--light {
    display: none;
}

.footer-sticky .sticky-box.active .text--dark {
    display: block;
}

.footer-sticky .sticky-box.active .text--light {
    display: none;
}

.footer-sticky .top-box {
    -webkit-transform: translateY(-1.5rem);
    transform: translateY(-1.5rem);
}

.footer-sticky .top-box .icon {
    background: #3E99D3;
    border-radius: 50%;
    position: relative;
}

.footer-sticky .top-box .icon i {
    color: white;
}

.footer-sticky .top-box .icon::after {
    content: "";
    position: absolute;
    height: 56px;
    width: 56px;
    border: 1px solid white;
    border-radius: 50%;
    opacity: 0.75;
}

.footer-sticky .top-box .icon::before {
    content: "";
    position: absolute;
    height: 66px;
    width: 66px;
    border: 1px solid white;
    border-radius: 50%;
    opacity: 0.5;
}

.footer-sticky .top-box .text {
    -webkit-transform: translateY(1.5rem);
    transform: translateY(1.5rem);
    text-align: center;
}

@media (max-width: 992px) {
    .footer-sticky {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 320px) {
    .footer-sticky .sticky-box .text {
        font-size: 10px;
    }
}

.lang-area {
    position: absolute;
    right: 2%;
    top: 25px;
}

.lang-area ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lang-area ul img {
    max-width: 32px;
}

@media(max-width:992px){
    #header .lang-area{
        display: none;
    }
    .mobile-nav .lang-area {
        position: relative;
        padding-left: 20px;
        top: unset;
        right: unset;
    }
    
    .mobile-nav .lang-area ul {
        gap: 0;
        padding-left: 0;
    }
    
    .mobile-nav .lang-area ul li {
        padding: 10px;
    }
}