:root {
    --clr-primary: #38b6ff;
    --clr-secondary: #0163a2;
    --clr-theme: #ff5e15;
    --clr-white: #fff;
}
.header-logo a {
    display: flex;
    align-items: center;
    padding: 10px 0;
    gap: 10px;
}
.header-logo img {
    max-width: 80px;
}
.header-logo h1 {
    font-size: 28px;
    color: var(--clr-secondary);
    font-weight: 700;
    margin: 0;
    font-family: "Yantramanav";
    letter-spacing: 1px;
}
.header-logo h1 span {
    display: block;
    font-size: 24px;
    color: var(--clr-theme);
}
.testimonial-section {
    background: var(--clr-secondary);
    padding: 60px 0 100px;
    position: relative;
}
.testimonial-section.inner-page .testimonial-content {
    border: 3px solid var(--clr-theme);
}
.testimonial-section.inner-page {
    background: var(--clr-white);
}
.testimonial-section .section-title.style1.text-center {
    margin-bottom: 0;
}
.testimonial-section .section-title h1 {
    margin-bottom: 2px;
}
.testimonial-item.style_two {
    padding: 45px 0 0;
    overflow: hidden;
}
.testimonial-item.style_two .testi_inner {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 1;
}
.testimonial-item.style_two .testi_inner:before {
    content: "";
    position: absolute;
    left: -43%;
    width: 100%;
    height: 100%;
    background: url(../images/resource/testi_border.png);
    background-repeat: no-repeat;
    bottom: 0;
    background-position: bottom;
    background-size: contain;
    transition: 0.5s;
}
.testimonial-item.style_two:hover .testi_inner:before {
    left: -7%;
}
.testimonial-item.style_two .testi-author-thumbs {
    display: inline-block;
}
.testimonial-item.style_two .testi-author-thumbs img {
    border: 5px solid #f7efe1;
    border-radius: 50%;
    transition: 0.5s;
    max-width: 100px;
}
.testimonial-item.style_two:hover .testi-author-thumbs img {
    border: 5px solid #ff5e14;
}
.testimonial-item.style_two .testi_quote {
    position: absolute;
    top: 20px;
    left: -25%;
    right: 0;
    margin: auto;
    height: 43px;
    width: 43px;
    background: var(--clr-secondary);
    line-height: 36px;
    border-radius: 50%;
    border: 3px solid #fff;
    transition: 0.5s;
    text-align: center;
}
.testimonial-item.style_two:hover .testi_quote {
    background: #ff5e14;
}
.testi_quote img {
    filter: brightness(1) invert(0);
    transition: 0.5s;
    display: inline-block !important;
}
.testimonial-item.style_two:hover .testi_quote img {
    filter: brightness(0) invert(1);
}
.testimonial-item.style_two .testimonial-content {
    background: #fff;
    padding: 73px 19px 50px;
    position: relative;
    margin-bottom: 0;
    text-align: center;
    margin-top: -62px;
    z-index: -1;
}
.testimonial-item.style_two:hover .testimonial-content p {
    color: #171717;
}
.testimonial-item.style_two .testimonial-content:before {
    display: none;
}
.testimonial-item.style_two .reviews_rating {
    margin: 25px 0 0;
}
.testimonial-item.style_two .bio {
    top: 0;
    text-align: center;
}
.testimonial-item.style_two h4.name {
    font-size: 20px;
    color: var(--clr-secondary);
    font-weight: 600;
    margin-top: 7px;
}
.testimonial-item.style_two h5.designation {
    color: #575f66;
    font-weight: 300;
    font-family: "Archivo";
}

/* Portfolio owl carousel  */
.testimonial_list .owl-dots {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 72px;
    z-index: 1;
}
.testimonial_list .owl-dot:before {
    position: absolute;
    content: "";
    left: 37%;
    top: 14px;
    width: 110px;
    height: 1px;
    background-color: var(--clr-white);
    z-index: -1;
    margin: auto;
}

.testimonial_list .owl-dot:after {
    position: absolute;
    content: "";
    right: 38%;
    top: 14px;
    width: 110px;
    height: 1px;
    background-color: var(--clr-white);
    z-index: -1;
    margin: auto;
}
.testimonial_list .owl-dot {
    display: inline-block;
    height: 10px;
    width: 10px;
    background: var(--clr-white);
    border-radius: 50%;
    margin-right: 10px;
}

.testimonial_list .owl-dot.active {
    background: #ff5e14;
}

/* text owl carousel  */
.text-list .owl-nav {
    position: absolute;
    right: 0;
    margin: auto;
    text-align: right;
    top: 19px;
    z-index: 1;
}

.text-list .owl-prev {
    width: 50px;
    height: 50px;
    background-color: #f5f6f7;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
    transition: 0.5s;
}

.text-list .owl-next {
    width: 50px;
    height: 50px;
    background-color: #f5f6f7;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    transition: 0.5s;
}

/* testi shepes */
.testi-shapes {
    position: absolute;
    top: -8%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -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;
    background-position: center center;
}
@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.address-area {
    background: var(--clr-secondary);
    padding: 67px 0 76px;
}

.address-single-box {
    display: flex;
}

.address-icon {
    margin: 11px 25px 0 0;
}

h3.address-title {
    font-size: 16px;
    line-height: 45px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Yantramanav";
    margin: 0;
}

span.address-number {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Yantramanav";
    margin: 0;
}

.service-section-hosp {
    padding: 60px 0;
    background: url(../images/resource/service-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.service-section-hosp .single-service-box {
    padding: 0 30px 30px;
    background: #fff;
    /* margin-bottom: 30px; */
    position: relative;
    z-index: 1;
    text-align: center;
    /* height: 79%; */
    border-radius: 2px;
    border-top: 2px solid #ff5e14;
}

.service-section-hosp .service-icon {
    position: relative;
    bottom: 40px;
    margin-bottom: -14px;
    right: auto;
}

/*Service contetn*/

.service-section-hosp .service-content {
    padding: 0;
    background: var(--clr-white);
}
.service-section-hosp .service-content::before {
    display: none;
}
.service-section-hosp .service-content h3 {
    font-size: 22px;
    font-weight: 700;
    /* padding: 0 0 15px; */
    color: var(--clr-secondary);
}

.service-section-hosp .service-content p {
    color: #565969;
    font-weight: 500;
    /* padding: 0 0 12px; */
}

/*Serivce thumb*/

.service-section-hosp .serivce-thumb {
    position: relative;
    z-index: 1;
}

.service-section-hosp .serivce-thumb:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #020307;
    transition: 0.5s;
    opacity: 0.55;
    border-radius: 2px;
    display: none;
}

.service-section-hosp .serivce-thumb img {
    border-radius: 2px;
    width: 100%;
}

.service-section-hosp .service-share-icn {
    /* position: absolute; */
    bottom: 0%;
    text-align: center;
    left: 0;
    margin: auto;
    right: 0;
    /* opacity: 0; */
    transition: 0.5s;
}

.service-section-hosp .service-share-icn a {
    font-size: 18px;
    color: #fff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background-color: #ff5e14;
    text-align: center;
    display: inline-block;
}

.service-section-hosp .service-share-icn a i {
    transform: rotate(-45deg);
    display: inline-block;
}

.service-section-hosp .single-service-box:hover .serivce-thumb:before {
    height: 100%;
}

.service-section-hosp .single-service-box:hover .service-share-icn {
    /* bottom: 39%; */
    opacity: 1;
}
.testi-star i {
    color: var(--clr-theme);
}
/*Style two
======================*/

.service-section-hosp .service-section-hosp.style-two {
    padding: 110px 0 130px;
}

.service-section-hosp .Indastre-service-single-item {
    background: #fff;
    margin-bottom: 30px;
    padding: 30px 30px 30px;
    border-bottom: 3px solid #ff5e15;
    transition: 0.5s;
    text-align: left;
    border-radius: 5px;
}

.service-section-hosp .Indastre-service-single-item:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: #171717;
    transition: 0.5s;
    opacity: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

.service-section-hosp .Indastre-service-single-item:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.service-section-hosp .Indastre-service-single-item:hover {
    background: #171717;
    border-bottom: 3px solid transparent;
}

.service-section-hosp .style-two .service-icon {
    width: 80px;
    height: 80px;
    background-color: #f5f6f7;
    line-height: 80px;
    text-align: center;
    margin-bottom: 25px;
    transition: 0.5s;
    position: inherit;
}

.service-section-hosp .service-icon img {
    filter: brightness(1) invert(0);
    transition: 0.5s;
    display: inline-block !important;
}

.service-section-hosp h3.service-title {
    font-size: 22px;
    line-height: 28px;
    color: #171717;
    font-weight: 700;
    font-family: "Yantramanav";
    transition: 0.5s;
}

.service-section-hosp .service-text {
    padding: 10px 0 24px;
    position: relative;
}

.service-section-hosp p.service-desc {
    font-size: 16px;
    margin: 0;
    line-height: 26px;
    color: #575f66;
    font-weight: 300;
    font-family: "Archivo";
    transition: 0.5s;
}

.service-section-hosp .service-btn {
    position: absolute;
    top: 22%;
    transition: 0.5s;
    opacity: 0;
}

.service-section-hosp .service-btn a {
    display: inline-block;
    font-size: 16px;
    color: #ff5e14;
    font-weight: 500;
    font-family: "Yantramanav";
    border-bottom: 1px solid #ff5d13;
    margin: 0;
}

.service-section-hosp .service-btn a i {
    font-size: 13px;
    font-weight: 600;
    margin-left: 12px;
    display: inline-block;
    transform: rotate(-45deg);
}

.service-section-hosp .service-thumb img {
    border: 3px solid transparent;
    transition: 0.5s;
}

/* all hover */

.service-section-hosp .Indastre-service-single-item:hover .service-icon {
    background: #ff5e15;
}

.service-section-hosp .Indastre-service-single-item:hover .service-icon img {
    filter: brightness(0) invert(1);
}
.service-section-hosp .Indastre-service-single-item:hover h3.service-title {
    color: #ffff;
}

.service-section-hosp .Indastre-service-single-item:hover p.service-desc {
    opacity: 0;
}

.service-section-hosp .Indastre-service-single-item:hover .service-btn {
    opacity: 1;
}

.service-section-hosp .Indastre-service-single-item:hover:hover .service-thumb img {
    border: 3px solid #fff;
}

.project-section {
    padding: 60px 0px 40px;
    background: url(../images/resource/project-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: -15px;
    position: relative;
}

.single-project-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 3px;
}

.single-project-box:before {
    position: absolute;
    content: "";
    left: -9px;
    top: -9px;
    border: 2px solid #fb5910;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: 0.4s;
}

.project-box-inner {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.project-thumb {
    position: relative;
    z-index: 1;
}

.project-thumb img {
    border-radius: 3px;
    width: 100%;
}

.project-content {
    position: absolute;
    bottom: -13rem;
    left: 0px;
    z-index: 1;
    width: 101%;
    background: #ff5e14;
    padding: 120px 30px 45px;
    opacity: 0;
    transition: 0.7s;
    border-radius: 3px;
    clip-path: polygon(65% 0%, 100% 20%, 100% 100%, 0% 100%, 0% 26%);
}

.project-content h4 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.project-content h3 {
    font-size: 28px;
    color: #fff;
    padding: 2px 0 18px;
}

a.prjct-btn {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: "Yantramanav";
}

a.prjct-btn i {
    font-size: 18px;
    padding-left: 5px;
    transform: rotate(-45deg);
    display: inline-block;
    transition: 0.5s;
    position: relative;
    top: 2px;
}

.single-project-box:hover:before {
    left: 0;
    top: 0;
}

a.prjct-btn:hover i {
    transform: rotate(0deg);
}

.single-project-box:hover .project-content {
    opacity: 1;
    bottom: 0rem;
}

.why-choose-us-area.style_two {
    background: var(--clr-primary);
    padding: 107px 0 89px;
    position: relative;
    z-index: 1;
}
.why-choose-us-area.style_two::before {
    background: url(../images/resource/choose.png);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-repeat: no-repeat;
    z-index: -1;
}
.why-choose-us-area.style_two .section-title.style1.pb-10 {
    margin-bottom: 5px;
}
.why-choose-us-area.style_two p.section-description {
    color: #8e939f;
    width: 94%;
}
.choose-icon-box {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 20px 20px 22px;
    margin-bottom: 30px;
}
.choose-icon {
    text-align: center;
    margin-right: 20px;
    flex-shrink: 0;
}
.choose-icon img {
    transition: 0.5s;
}
h3.choose-title {
    margin-top: 0;
    font-size: 18px;
    line-height: 26px;
    color: #171717;
    font-weight: 500;
}

.choose-icon-box:hover .choose-icon img {
    transform: rotateY(180deg);
}
.service-area .section-title h2 {
    color: var(--clr-secondary);
}
.hero-content.styel-one p.hero-desc {
    width: 100%;
}

.hero-content.styel-one h4 {
    margin-left: 0;
}
.service-list2 .owl-nav {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 60px;
    z-index: 1;
}

.service-list2 .owl-nav:before {
    position: absolute;
    content: "";
    left: 40%;
    top: 26px;
    width: 50px;
    height: 2px;
    background-color: rgba(23, 23, 23, 0.10196078431372549);
    z-index: -1;
    margin: auto;
}

.service-list2 .owl-nav:after {
    position: absolute;
    content: "";
    right: 40%;
    top: 26px;
    width: 50px;
    height: 2px;
    background-color: rgba(23, 23, 23, 0.10196078431372549);
    z-index: -1;
    margin: auto;
}

.service-list2 .owl-prev {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: var(--clr-secondary);
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    margin-right: 15px;
    transition: 0.5s;
    color: #fff;
}

.service-list2 .owl-next {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: var(--clr-secondary);
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    transition: 0.5s;
    color: #fff;
}

.service-list2 .owl-prev:hover {
    background: #ff5e15;
    color: #fff;
}

.service-list2 .owl-next:hover {
    background: #ff5e15;
    color: #fff;
}
.about_thumb img {
    width: 100%;
}
.service-detials-area {
    background: url(../images/resource/service-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.service-detials-area p strong {
    color: var(--clr-theme);
}
.service-detials-area ul li ul li {
    list-style: disc;
    margin-left: 15px;
}
.Indastre-service-thumb {
    border: 3px solid var(--clr-theme);
}
.serivce-details-desc p {
    text-align: justify;
    line-height: 27px;
    color: #454545;
}
@media (min-width: 1200px) and (max-width: 1600px) {
    .why-choose-us-area.style_two::before {
        left: -20%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .why-choose-us-area.style_two::before {
        left: -393px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .why-choose-us-area.style_two::before {
        display: none;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .why-choose-us-area.style_two::before {
        display: none;
    }
}
@media only screen and (min-width: 480px) and (max-width: 599px) {
    .why-choose-us-area.style_two::before {
        display: none;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .why-choose-us-area.style_two::before {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .service-area .section-title h2 {
        font-size: 30px;
    }
    .address-single-box {
        margin-top: 30px;
    }
    span.address-number {
        font-size: 24px;
    }
    .about_left {
        margin-left: auto;
    }
    .why-choose-us-right h2 {
        font-size: 26px;
    }
    .why-choose-us-area.style_two {
        padding: 40px 0;
    }
    .testimonial-item.style_two {
        padding: 0;
    }
    .footer-bottom p {
        text-align: center;
    }
}
