/********** Template CSS **********/

body {
    margin: 0;
    overflow-x: hidden;
    font-size: .92rem !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
}

:root {
    --primary: #d70f3d;
    --secondary: #dd7923;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

    .btn-primary:hover {
        background: var(--secondary);
        border-color: var(--secondary);
    }




    .btn-secondary:hover {
        background: var(--primary);
        border-color: var(--primary);
    }

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(152deg);
}

/*Header Bar*/
.header {
    background-color: #fff;
    height: 120px;
    padding: 5px;
    background-image: url("../images/bg-header.png")
}

/*.header-logo{
	background-image:url("../../imagesheader-img.png");
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	
}
*/
/*Header Bar End*/


.navbar-light .navbar-nav .nav-link {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    padding: 15px 15px;
    font-size: 17px;
    color: var(--dark);
    outline: none;
    transition: .5s;
    font-weight:600 !important ;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .50);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .header {
        height: 80px;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../images/carousel-1.jpg) center center no-repeat;
    background-size: cover;

}


.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../images/carousel-1.jpg) center center no-repeat;
    background-size:cover;
    background-attachment: fixed;


}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius: 100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background: url(../images/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

    .price-carousel .owl-nav .owl-prev:hover,
    .price-carousel .owl-nav .owl-next:hover {
        background: var(--secondary);
    }

.bg-testimonial {
    background: url(../imagescarousel-2.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-carousel {
    background: rgba(6, 163, 218, .85);
}

    .testimonial-carousel .owl-nav {
        position: absolute;
        width: calc(100% + 46px);
        height: 46px;
        top: calc(50% - 23px);
        left: -23px;
        display: flex;
        justify-content: space-between;
        z-index: 1;
    }

        .testimonial-carousel .owl-nav .owl-prev,
        .testimonial-carousel .owl-nav .owl-next {
            position: relative;
            width: 46px;
            height: 46px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #FFFFFF;
            background: var(--primary);
            border-radius: 2px;
            font-size: 22px;
            transition: .5s;
        }

            .testimonial-carousel .owl-nav .owl-prev:hover,
            .testimonial-carousel .owl-nav .owl-next:hover {
                background: var(--secondary);
            }

    .testimonial-carousel .owl-item img {
        width: 120px;
        height: 120px;
    }

.bg-primary {
    background-color: #d70f3d !important;
}

.bg-dark {
    background-color: #00468c !important;
}



.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 3rem;
        text-shadow: 1px 1px #4e4d4d, -1px -1px #444;
    }
}

.display-1 {
    font-size: calc(1.625rem + 3.5vw);
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 900px) {
    .display-1 {
        font-size: 3rem;
        text-shadow: 1px 1px #4e4d4d, -1px -1px #444;
    }
}


.display-1 {
    font-size: calc(1.625rem + 3.3vw);
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 700px) {
    .display-1 {
        font-size: 3rem;
        text-shadow: 1px 1px #4e4d4d, -1px -1px #444;
    }
}


.display-1 {
    font-size: calc(1.625rem + 2vw);
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 400px) {
    .display-1 {
        font-size: 3rem;
        text-shadow: 1px 1px #4e4d4d, -1px -1px #444;
    }
}


.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.0vw);
    font-weight: 700;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}




.nst {
    width: auto;
    height: 10em;
    /* margin: 1em auto;*/
    overflow: hidden;
    background: white;
    position: relative;
    text-align: justify;
    box-sizing: border-box;
    border-style: solid;
    border-width: 1px;
    border-color: #9b4903;
}

.marquee {
    top: 6em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
}

    .marquee:hover {
        animation-play-state: paused;
    }

/* Make it move! */
@keyframes marquee {
    0% {
        top: 8em
    }

    100% {
        top: -11em
    }
}

/* Make it look pretty */
.microsoft .marquee {
    margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
    font: 1em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.microsoft:before, .microsoft::before,
.microsoft:after, .microsoft::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 2em;
    background-image: linear-gradient(180deg, #FFF, rgba(255,255,255,0));
}

.microsoft:after, .microsoft::after {
    bottom: 0;
    transform: rotate(180deg);
}

.microsoft:before, .microsoft::before {
    top: 0;
}

/* Style the links */
.vanity {
    color: #333;
    text-align: center;
    font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

    .vanity a, .microsoft a {
        color: #e17315;
        transition: color .5s;
        text-decoration: none;
    }

        .vanity a:hover, .microsoft a:hover {
            color: #F65314;
        }

/* Style toggle button */
.toggle {
    display: block;
    margin: 2em auto;
}

.page-intro {
    /*	padding: 10px 0;
	-webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.06) inset;*/
    background-color: #f3f3f3;
    border-bottom: 1px solid #dadada;
}

/* Breadcrumb
---------------------------------- */
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    font-size: 13px;
    padding: 8px 0;
}

/*---------------Validation Error Styles-----------------*/

.field-validation-error {
    color: #f7611a;
    font-weight: normal;
    font-size: 0.70rem;
    line-height: 0.8rem;
    margin-top: 5px;
    display: inline-block;
}

.field-validation-error-md {
    font-size: 0.80rem !important;
}

.field-validation-valid {
    display: none !important;
}

input.input-validation-error {
    border: 1px solid #ffa87e !important;
}

select.input-validation-error {
    border: 1px solid #ffa87e !important;
}

textarea.input-validation-error {
    border: 1px solid #ffa87e !important;
}

input[type="checkbox"].input-validation-error {
    border: 0 none !important;
}

.validation-summary-errors {
    color: #ff5f5f !important;
    font-weight: normal !important;
    font-size: 12px !important;
}

.validation-summary-valid {
    display: none !important;
}

.mandatory-field {
    font-weight: bold;
    color: #f76e6e;
}


.icon-holder {
    cursor: pointer;
}

    .icon-holder:hover {
        background: #f9f9f9;
        border-radius: 1rem;
    }


.tree-list > li {
    padding: 3px 0 3px 0px;
}

ul.tree, ul.tree ul {
    list-style: none;
    padding: 0;
}

    ul.tree ul {
        margin-left: 16px;
    }

    ul.tree li {
        margin: 0px 0px 0px 4px;
        padding: 3px 0px 3px 7px;
        border-left: 1px dashed rgb(154, 153, 153);
    }

        ul.tree li:last-child {
            border-left: none;
        }

        ul.tree li:before {
            position: relative;
            top: -0.3em;
            height: 1em;
            width: 12px;
            color: white;
            border-bottom: 1px dashed rgb(154, 153, 153);
            content: "";
            display: inline-block;
            left: -7px;
        }

        ul.tree li:last-child:before {
            border-left: 1px dashed rgb(154, 153, 153);
        }








        /*====================================================*/

