/********** Template CSS **********/
:root {
    --primary: #e5322d;
    --secondary: #174464;
    --light: #EEF9FF;
    --dark: #000;
}
.bg-lightDark{
    background-color: #174464 !important;
        transition: 0.7s all;
}
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: 'Exo', sans-serif;
    font-weight: 600;
    transition: .5s;
}
.ml-10 {
    margin-left: 10%;}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
    color: #fff;
}

.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: 40px;
    height: 40px;
    border-radius: 4px !important;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.path li
{list-style: auto!important;}
#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;
}

.whatsapp-icon {
    position: fixed;
    bottom: 100px;
    right: 30px;
    z-index: 9999;
    cursor: pointer;
}


.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: #dc3545;
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
/*    font-family: 'Jost', sans-serif;*/
    font-family: 'Exo', sans-serif;
    padding: 35px 15px;
    text-transform: uppercase;
    font-size: 18px;
    color: var(--dark);
    font-weight: 500;
    outline: none;
    transition: .5s;
}

.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);
}
h6.slider-font{font-size: 25px;
    line-height: 30px;}
@media screen and (max-width: 767px) {
.navbar-brand img {
    width: 200px;
}
h6.slider-font {
    font-size: 13px;
    line-height: 20px;
}
.navbar-toggler{padding:0px!important;}
.hover-services-home {
    margin: 10px;
}
.why_choose_us_1 ul li {
    width: 100%!important;
}
.skill-section{padding: 0px!important;}
.skill-section .skill-column {width: 100%!important;}
.skill-section .image-column{display: none;}
}

@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: rgb(215 215 215 / 40%);
    z-index: 1;
}
.ml-15 {
    margin-left: 15%;
}
.carousel-caption h5{color:var(--primary);}
.carousel-caption h1{color: var(--dark);}
@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 20px;
        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(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background-size: cover;
    background-color: #f6f6f6;
}

.appointment-form {
/*    background: #f6f6f6;*/
}

.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);med
    opacity: 0;
    transition: .5s;
    z-index: -1;
}
img.services_img {
    width: 80px;
}
.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/recognition.jpg) center center no-repeat;
    background-size: cover;
}
.fit_in_div{
    height: 100%;
    width: 100%;
    object-fit: fill;
}
.offer-text {
    background: rgb(23 68 100 / 88%);
}

.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(../img/why_choose.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;
}


/*new css*/

.rounded-10{border-radius: 10px}
.hover-services-home:hover {
    background-color: #f00 !important;
    margin-top: -2rem;
}
section.about_us_bg {
    background-image: url(../img/pattern-about.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

ul {
    list-style: none;
    padding: 0;
}
.deparment_list li a {
    padding: 5px 0px;
    color: #000;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
}
.custome-round {
    max-width: 150px;
    border-radius: 30px;
}
.count_totla {
    background-image: url(../img/total-count.jpg);
    padding: 100px 0px 70px;
    background-position: right;
    margin-top: -5.1rem;
}
.counter h2 {
    color: #fff;
    margin: 18px 0;
}
p.count-text {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.no-after::before{display: none;}
.no-after::after{display: none;}
.facilities img{max-width: 140px;max-height: 140px;margin: 0px auto;z-index: 9; position: relative;}
.border-default {
    border: 1px solid #ddd;
}
.border-default {
    border: 2px solid #ddd;
    margin-top: -2.5rem;
}
.bg-danger-hover {
    transition: 0.5s all;
}
.bg-danger-hover:hover{
    background-color: var(--primary);
}
.bg-danger-hover:hover h4{color: #fff}
.bg-danger-hover:hover p{color: #fff}
.why_choose_us_1 .count_point {
    width: 60px;
    height: 60px;
    background-color: var(--primary);
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    font-weight: 600;
    float: left;
    border: 5px solid #ff7e7e;
    font-size: 21px;
}
.why_choose_us_1 .why_choose_content {
    width: calc(100% - 70px);
    float: left;
    padding: 12px 14px;
}
.why_choose_us_1 ul {
    display: inline-block;
}
.why_choose_us_1 ul li {
    width: 45%;
    float: left;
    margin-bottom: 1rem;
}
.why_choose_us_1 .why_choose_content h2 {
    font-size: 20px;
}
.why_choose_us_1 .why_choose_content p {
    font-size: 18px;
    color: #000;
}
.footer_img{
    background-image: url('../img/footer_img.jpg');
}
img.line_footer {
    display: block;
    max-width: 100%;
    margin: 15px 0px;
}
.map {
    height: 100%;
}
.about-section:before {
    position: absolute;
    left: 0;
    top: -50px;
    height: 100%;
    width: 100%;
    background-image: url(../img/pattern-5.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto;
    opacity: .50;
    content: "";
}
.skill-section {
    position: relative;
    padding: 100px 100px;
    background-image: url(../img/pattern-1.png);
    background-repeat: repeat;
    background-position: center right;
}
.skill-section .container {
    position: relative;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    background-color: #ffffff;
}
.skill-section .skill-column {
    position: relative;
    float: right;
    width: 50%;
}
.skill-section .image-column {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.skill-section .image-column .image-box {
    position: relative;
    display: none;
}
.skill-section .image-column .image-box .image {
    position: relative;
    margin-bottom: 0;
}
.skill-section .image-column .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.skill-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 25%;
    background-color: #1370b5;
    content: "";
}
.skill-section .skill-column .inner-column {
    position: relative;
    padding: 50px 50px;
}
.skill-section .sec-title {
    margin-bottom: 40px
}
.sec-title .sub-title {
    display: block;
    font-size: 18px;
    color: #666666;
    margin-bottom: 15px;
}
.skill-section .skill-column .skills {
    position: relative;
    margin-bottom: 50px;
}
.skills .skill-item {
    position: relative;
    margin-bottom: 20px;
}
.skills .skill-item .skill-header {
    position: relative;
    margin-bottom: 10px;
}   
.skills .skill-item .skill-header .skill-title {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: 600;
}
.skills .skill-item .skill-header .skill-percentage {
    float: right;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
}
.skills .skill-item .skill-header .skill-percentage {
    float: right;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
}
.skills .skill-item .skill-bar {
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
    border-radius: 5px;
}
.skills .skill-item .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    height: 5px;
    background: #eeeeee;
}
.skills .skill-item .skill-bar .bar-inner .bar {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 5px;
    width: 0px;
    -webkit-transition: all 3000ms ease;
    -moz-transition: all 3000ms ease;
    -ms-transition: all 3000ms ease;
    -o-transition: all 3000ms ease;
    transition: all 3000ms ease;
    background-color: #1370b5;
}
.inner-column .text {
    font-size: 18px;
    color: #111;
}
.recognised {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 1px;
}
.dropdown-menu::before {
    position: absolute;
    left: 20px;
    top: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ddd;
    content: "";
}

.navbar .dropdown-menu{
    background-color: #fff;
    border-radius: 8px;
    padding: 10px 0;
    z-index: 1;
    min-width: 200px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 7px 10px -1px rgb(0 0 0 / 20%);
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}
.dropdown-menu.show{
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0px);
    transform: translate(0px);
}
.navbar .dropdown-menu li{
    position: relative;
    display: block;
    z-index: 1;
}
.navbar .dropdown-menu li a{
    position: relative;
    display: block;
    padding: 10px 30px;
    z-index: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #363636;
    white-space: nowrap;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar .dropdown-menu li a:hover{
    color:var(--primary);
}
.department_page::before{
        position: absolute;
        left: 0;
        top: -50px;
        height: 100%;
        width: 100%;
        background-image: url(../img/pattern-5.png);
        background-repeat: no-repeat;
        background-position: left top;
        background-size: auto;
        opacity: .50;
        content: "";
}
.services-section {
    position: relative;
    padding: 80px 0 60px;
    background-color: #f5f5f5;
}
.service-block {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.service-block .inner-box {
    position: relative;
    padding: 30px 30px;
    text-align: center;
    border-radius: 15px 15px 0 0;
    border-bottom: 3px solid transparent;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 500ms ease;
}
.service-block .icon {
    position: relative;
    display: inline-flex;
    height: 100px;
    width: 100px;
    background-color: #ffffff;
    font-size: 42px;
    color: #1370b5;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    border-radius: 50%;
    border: 1px solid #dddddd;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
        padding: 5px;
}
.service-block h5 {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 1.2em;
    margin-bottom: 10px;
}
.service-block .text {
    position: relative;
    cursor: default;
}
.services-section:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../img/pattern-3.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    opacity: .23;
    content: '';
}
.service-block .inner-box:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
    transform: translateY(-20px);
    border-bottom: 4px solid #1370b5;
}
.service-block .inner-box:hover .icon {
   border: 0;
   border-radius: 0;
   background-color: #e7f0ff;
}
.footer_img a.text-light{
    transition: 0.5s all;
}
.footer_img a.text-light:hover {
    padding-left: 5px;
    color: #f00 !important;
}

.sidebar-page-container {
    position: relative;
    background-color: #fbfbfb;
    padding: 80px 0px 70px;
}
.box-shadow{
    box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
    border: 10px solid #ffffff;
}
.sidebar-widget {
    position: relative;
    margin-bottom: 50px;
}

.brochures-box {
    position: relative;
    margin-bottom: 50px;
}
.services-categories {
    position: relative;
    background-color: #fcfcfc;
    border: 10px solid #ffffff;
    box-shadow: 0 0px 20px rgb(0 0 0 / 10%);
}
.help-box {
    position: relative;
    background-size: cover;
        margin-top: 20px;
    background-color: #fcfcfc;
    border: 10px solid #ffffff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%);
}
.theme-btn {
    padding: 5px 30px;
    background-color: #174464;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.theme-btn .btn-title {
    position: relative;
    z-index: 9;
    color: inherit;
}
.theme-btn span:nth-child(2) {
    left: 20%;
    transition-delay: 100ms;
}
.theme-btn span:not(.btn-title) {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
    height: 100%;
    border-radius: 50%;
    transform: translateY(150%);
    transition: all 500ms ease;
    background-color: #ffffff;
    z-index: 0;
}
.theme-btn span:nth-child(3) {
    left: 32%;
    transition-delay: 200ms;
}
.theme-btn span:nth-child(4) {
    left: 60%;
    transition-delay: 300ms;
}
.theme-btn span:nth-child(5) {
    left: 80%;
    transition-delay: 400ms;
}
.btn-style-one:hover {
    color: #1370b5;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
}
.theme-btn:hover span {
    transform: translateY(0) scale(2);
}
.brochures-box .inner {
    position: relative;
    background-color: #fcfcfc;
    border: 10px solid #ffffff;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    padding: 25px 20px 20px;
}
.why_choose ul {
    padding-left: 22px;
}
.emergency_services li {
    padding: 5px;
    list-style: nu;
    color: #000;
}
.emergency_services{
    padding-left: 4%;
}
.why_choose li {
    padding: 5px;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    list-style: none;
}