
.nav-bar {
    background:white;
}
.btn-square {
    width: 32px;
    height: 32px;
}
.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    font-size: 17px;
    font-weight: 500;
    outline: none;   
} 
 .sticky-top .navbar-light .navbar-nav .nav-link {
    color: black
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: blue;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: .5s;
}
.navbar .dropdown-toggle::after {
    border: none;
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px; 
}

.dropdown .dropdown-menu a:hover {
    background:blue;
    color:white;
}
.navbar .nav-item:hover .dropdown-menu {
    visibility: visible;
    margin-top: 8px ;
    background: white;
} 
 @media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px ;
    }
} 
@media (max-width: 991px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 8px 15px;
        border: 1px solid blue;
        color: blue;
    }
}
.carousel .carousel-item img {
    object-fit: cover;
}
.carousel .carousel-item,
.carousel .carousel-item img {
    height: 700px;
}
.carousel-item .carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
}
.carousel .carousel-indicators {
    left: 75%;
    top: 50%;
    margin-right: 25%;
    flex-direction: column;
}
@media (max-width: 992px) {
    .carousel-indicators {
        display: none;
    }
}
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px 0;  
} 
.bg-breadcrumb .breadcrumb {
    position: relative;
}
.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color:white;
}
.feature {
    background: white;
}
.feature .feature-item {
    display: flex;
    border-radius: 10px;
}
.feature .feature-item .feature-icon span {
    width: 90px; 
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:red;
    background: blue;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;;
}
.about .about-item .about-item-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    background: white;
    transition: 1s;
}
.about .about-item .about-item-inner .about-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: red;
    background: blue;
}
.about .about-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;   
}
.about .about-img .img-1 {
    height: 85%;
    margin-right: 50px;
}
.about .about-img .img-2 {
    position: absolute;
    width: 100%; 
    bottom: 0; 
    right: 0;
    padding-left: 50px;
    border-radius: 10px;
}
.about .about-img::after {
    position: absolute;
    width: 10px;
    height: 98%;
    top: 0;
    right: 0;
    border-radius: 10px;
    z-index: -1;
}
.about .about-item .text-item {
    position: relative;
    padding-left: 25px;
}
.about .about-item .text-item::after {
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: red;
}
.counter {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.counter .counter-item .counter-item-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;    
}
.service .service-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: rgba(0, 0, 0, .1);
    border-radius: 10px;
    background: white; 
}
.service .service-item:hover {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 60px;
}
.service .service-item::after {
   
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    z-index: -1;
}
.service .service-item .service-icon {
    width: 90px; 
    height: 90px; 
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.categories .categories-item {
    position: relative;
    border: 1px solid blue;
    border-radius: 10px;
}

.categories .categories-item:hover {
    border: 1px solid blue;
}

.categories .categories-item .categories-item-inner {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.categories .categories-item-inner .categories-img {
    background: white;
}

.categories .categories-item-inner .categories-content {
    border-top: 4px solid white;
    text-align: center;
    background: white;
}

.categories .categories-item-inner .categories-review {
    display: flex;
    align-items: center;
    justify-content: center;
}

.categories-carousel .owl-stage-outer {
    margin-top: 65px;
    margin-right: -1px;
}
.steps {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.steps .steps-item {
    position: relative;
    border-radius: 10px;
}
.steps .steps-item h4,
.steps .steps-item p {
    color:white;
}
.steps .steps-item .setps-number {
    position: absolute;
    width: 64px;
    height: 64px;
    bottom: 0; 
    right: 40px;
    font-weight: 900;
    border: 1px solid white; 
    border-radius: 64px; 
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog .blog-item {
    border-radius: 10px;  
}
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.blog .blog-item .blog-img::after {
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
}
.blog .blog-item:hover .blog-img::after {
    height: 100%;
}

.blog .blog-item .blog-content {
    position: relative;
    background: white;
}
.blog .blog-item .blog-content .blog-date {
    position: absolute;
    top: 0; 
    left: 25px; 
    padding: 12px 25px;
    border-radius: 10px;
    color:white;
    background:blue;
}
.blog .blog-item .blog-content .blog-comment {
    display: flex;
    justify-content: space-between;
}
.banner .banner-item {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 1;
}
.banner .banner-item::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
}
.banner .banner-item .banner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    z-index: 5;
}
@media (min-width: 992px) {
    .banner .banner-item .banner-content h2 {
        font-size: 45px;
        margin-bottom: 20px;
    }
    .banner .banner-item .banner-content h1 {
        font-size: 72px;
        margin-bottom: 20px;
    }
    .banner .banner-item .banner-content p {
        font-size: 40px;
        margin-bottom: 20px;
    }
}
