/********** Template CSS **********/
:root {
    --primary: #0463FA;
    --light: #EFF5FF;
    --dark: #1B2C51;
    font-family: 'Times New Roman', Times, serif;
}

body {
    font-family: 'Times New Roman', Times, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 900;
}

a {
    color: #000;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    text-shadow: 0 0 30px rgba(0, 0, 0, .7);
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.link-btn {
    color: #000;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    line-height: 1;
    position: relative;
    text-transform: capitalize;
    transition: all ease 0.3s;
}

/*** Spinner ***/
#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;
}


/*** Button ***/
.btn {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 700;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 25px;
    height: 25px;
}

.btn.btn-sm-square.rounded-circle i {
    font-size: 10px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    /* border-bottom: 3px solid #109C3D !important; */
    color: #ffbc26;
}

.modal-dialog {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: #fff;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 1rem;
    outline: 0;
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5rem 1.5rem;
    border-bottom: 1px solid #eaedf1;
    border-top-left-radius: calc(1rem - (1px));
    border-top-right-radius: calc(1rem - (1px));
}

.page-nav {
    position: relative;
    overflow: hidden;
    margin: 0px;
}

.background-img img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay-text {
    position: absolute;
    top: 30%;
    /* left: 30%; */
    /* transform: translate(-65%, -50%); */
    text-align: center;
    z-index: 2;
}

.overlay-text h2 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
}

.overlay-text ul li {
    display: inline-block;
    font-size: 18px;
    margin-top: 10px;
}

.bg-back-color {
    background-color: #ffbc26;
    min-height: 300px;
}

@media (max-width: 991.98px) {
    .navbar {
        background: #54ce7b;
    }

    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }

    .close {
        margin-top: -65px;
        margin-right: -15px;
    }

    .most_point {
        width: 94% !important;
        margin: 20px !important;
    }

    .navbar .web-name {
        font-size: 19px !important;
    }

    .navbar .navbar-brand,
    .navbar a.btn {
        width: 80%;
    }

    /* .header-inner {
        padding-bottom: 20px;
    } */

    /* #service-layout1 .service-style3:first-child .service-content {
        border-radius: 30px 30px 30px 30px !important;
    } */

    /* #service-layout1 .service-style3 {
        margin-bottom: 20px;
        padding: 0px 10px;
    } */

    /* #service-layout1 .service-style3 .service-content.border-right {
        border-radius: 30px;
    } */

    .img-box2 .img2 {
        display: none;
    }

    #footer-layout .copyright-text::before {
        right: 0px !important;
        transform: skewX(0deg) !important;
        background-color: #063A41 !important;
    }

    #slider .header-carousel .owl-carousel-text {
        top: 10% !important;
        left: 10px !important;
    }

    #slider .header-carousel .owl-carousel-text .title {
        font-size: 20px !important;
    }

    #slider .header-carousel .owl-carousel-text .description {
        font-size: 13px !important;
    }

    #slider .header-carousel .owl-carousel-text i {
        width: 30px !important;
        line-height: 30px !important;
    }

    /* #header .header-links {
        display: none;
    } */

    #header .media-icon {
        padding: 15px 0px !important;
    }

    #product {
        padding-top: 30px !important;
        padding-bottom: 0px !important;
    }

    #counter-layout2 .counter-style1 {
        padding: 30px 0 !important;
    }

    /* .space {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    } */

    .vs-testi__inner {
        padding-top: 30px !important;
    }

    #footer-layout .widget-area {
        padding-top: 30px !important;
        padding-bottom: 0px !important;
    }

    #footer-layout .copyright-text {
        padding: 15px 0 !important;
    }

    #footer-layout .copyright-title {
        padding: 15px 0 !important;
    }
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 75px;
    z-index: 1;
}

.navbar .navbar-nav .nav-link {
    /* border-bottom: 3px solid #fff; */
    padding: 10px;
    margin: 0px 2px;
    font-weight: 600;
    color: #fff;
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.dropdown-item {
    background-color: #f3f3f3;
    font-size: 20px;
    font-weight: 500;
    margin: 2px 5px;
    width: auto;
    padding: 5px 20px;
    /* border-bottom: 1px solid #000; */
}

.dropdown-item:active {
    background: #ffbc26 !important;
    color: #fff;
}

.dropdown-item:hover {
    background: #ffbc26 !important;
    color: #fff;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/


.header-carousel .owl-nav {
    position: absolute;
    width: 120px;
    height: 45px;
    bottom: 10px;
    left: 90%;
    transform: translateX(0%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    border-radius: 50%;
    background: rgb(16, 156, 61, 0.3);
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: #000;
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: url(../img/header-page.jpg) top center no-repeat;
    background-size: cover;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
    color: #000;
    font-weight: 600;
}

/*** Service ***/
/* .service-item {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .08);
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 40px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
} */


/*** Feature ***/
/* @media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
} */

/*** Team ***/
/* .our-team {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.our-team img {
    width: 100%;
    height: auto;
    background-color: #fff;
    transition: all 0.5s ease-in-out 0s;
}

.our-team:hover img {
    transform: scale(1.2);
}

.our-team .social {
    list-style: none;
    padding: 30px 15px;
    margin: 0;
    background: #0facf3;
    border-bottom-right-radius: 50px;
    position: absolute;
    top: 0;
    left: -50%;
    transition: all 0.4s ease-in-out 0s;
}

.our-team:hover .social {
    left: 0;
}

.our-team .social li {
    display: block;
}

.our-team .social li a {
    display: block;
    padding: 5px 0;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s ease-in-out 0s;
}

.our-team .social li:first-child a {
    padding-top: 0;
}

.our-team .social li:last-child a {
    padding-bottom: 0;
}

.our-team .social li a:hover {
    color: #000;
}

.our-team .team-content {
    width: 100%;
    padding: 15px 10px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    left: 0;
}

.our-team .title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    margin: 0 0 5px 0;
}

.our-team .post {
    display: block;
    font-size: 14px;
    color: #fff;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 30px;
    }
} */

/*** Appointment ***/
/* .bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
} */


/*** Testimonial ***/
/* .testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }

}

@media (min-width: 992px) {

    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: #ff3701;
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    position: relative;
    bottom: -50px;
    z-index: 99;
    background: #3F51B5 !important;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 400px;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
} */


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 10px 0;
    font-size: 17px;
    border-top: 1px dotted #fff;
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/* .iconclass {
    margin-bottom: 5px;
    color: #1B2C51;
    font-weight: 700;
} */

/* .dotsImg {
    position: absolute;
    width: 50%;
    height: 200px;
    top: -40px;
    right: 0px;
    object-fit: cover;
} */

/* .dotsImg2 {
    position: absolute;
    width: 50%;
    height: 200px;
    bottom: -10px;
    left: 0px;
    object-fit: cover;
} */

/* .story {
    border: 1px solid #fff;
    position: relative;
} */

/* .story_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
} */

/* .story_icon img {
    width: 20px;
    height: 20px;
} */

/* .story_content {
    position: absolute;
    bottom: 0px;
    background: #fff;
    color: #000;
    padding: 10px;
    width: 90%;
} */

/* .story_title {
    font-size: 20px;
    font-weight: 600;
} */

/* .story_description {
    font-size: 20px;
    margin-top: 5px;
} */

/* .white-image {
    filter: brightness(0) invert(1);
} */