* {
    margin: 0;
    padding: 0;
    font-family: 'Slabo 27px', serif;
}

.bg-navbar {
    background-color: #272343 !important;
}

.navbar img {
    width: 120px;
    height: 80px;
}

nav .nav-link:hover {
    text-decoration: none;
    background-color: transparent;
    text-shadow: 0px 0px 5px #0082f8;
}

.navbar-dark .navbar-nav .nav-link {
    font-size: 18px;
}

.carousel-inner img {
    height: 400px;
}

.text-title {
    color: #113ac5;
}

.border-title {
    border: 2px solid #113ac5;
}

.custom-card {
    transition: 0.5s;
}

.custom-card:hover {
    margin-top: -5%;
}

.single-agency img {
    height: 200px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #113ac5;
}

.item .card img {
    height: 200px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 3%;
}

.bg-img {
    background-image: url(../images/bg-dentist.gif);
}

textarea {
    resize: none;
}

.bg-footer {
    background:#272343;
    color:white;
}

.overlay {
    background-color: rgba(5, 16, 30, 0.85);
}

.custom-img-height {
    height: 300px;
}

.banner-bg {
    height: calc(100vh - 76px);
}

.founders_img {
    height: 260px;
}

.posts_img {
    height: 220px;
}

.custom-rounded-img {
    height: 180px;
    width: 180px;
}

.custom-tabs {
    background-color: #0d6efd !important;
    color: white !important;
    transition: .7s;
}

.custom-head::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 1px;
    right: 1px;
    height: 1px;
    border-top-width: 1px;
    border-top-style: dashed;
    border-color: lightgray;
}

.custom-tabs:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}


/* custom slider */
.content {
    padding: 0rem 0rem 19rem;
    background-color: #272343;
}

.site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    position: relative;
}

.site-blocks-cover.overlay {
    position: relative;
}

.site-blocks-cover.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}

/* .site-blocks-cover, .site-blocks-cover > .container > .row {
    min-height: 600px;
    height: calc(100vh); } */
.site-blocks-cover h1 {
    font-size: 8rem;
    font-weight: 900;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .site-blocks-cover h1 {
        font-size: 4rem;
    }
}

.site-blocks-cover .sub-text {
    font-size: 1.4rem;
    color: white;
    font-weight: 300;
}

@media (max-width: 991.98px) {
    .site-blocks-cover .sub-text {
        color: white;
    }
}

.site-blocks-cover .img-wrap {
    position: absolute;
    z-index: -1;
    width: calc(100% - 50%);
    top: 0;
    height: 100%;
    z-index: 2;
    right: 50%;
    min-height: 600px;
    overflow: hidden;
    border-bottom-right-radius: 200px;
}

@media (max-width: 991.98px) {
    .site-blocks-cover .img-wrap {
        width: 100%;
        right: 0%;
        top: 0;
    }

    .site-blocks-cover .img-wrap .hero-slider:before {
        position: absolute;
        content: "";
        background: #fff;
        opacity: .5;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.site-blocks-cover .img-wrap .slide {
    height: 100vh;
    position: relative;
}

.site-blocks-cover .img-wrap .slide img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.site-blocks-cover .intro {
    z-index: 3;
    position: relative;
}

.site-blocks-cover .intro .heading {}

@media (max-width: 991.98px) {
    .site-blocks-cover .intro .heading {
        margin-left: 0;
    }
}

.site-blocks-cover .intro .text {
    padding-left: 50px;
}

@media (max-width: 991.98px) {
    .site-blocks-cover .intro .text {
        padding-left: 0;
    }
}

.site-menu-toggle .menu-text {
    position: relative;
    top: -6px;
    text-transform: uppercase;
}

.hero-slider .owl-nav {
    position: absolute;
    top: 71%;
    left: 0;
    z-index: 100;
    font-size: 30px;
}

.hero-slider .owl-nav .owl-prev,
.hero-slider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #0082F8 !important;
    color: #fff !important;
    margin: 0px 6px;
    font-size: 1.3rem;
}

.hero-slider .owl-nav .owl-prev span,
.hero-slider .owl-nav .owl-next span {
    color: #fff;
    font-size: 30px;
}

.hero-slider .owl-nav .owl-prev:active,
.hero-slider .owl-nav .owl-prev:focus,
.hero-slider .owl-nav .owl-next:active,
.hero-slider .owl-nav .owl-next:focus {
    outline: none;
}

.btn-pill {
    border-radius: 30px;
    padding: 15px 30px;
    border-color: #fff;
    color: #fff;
}

.btn-pill:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}

.custom-height-post {
    height: 77px;
    transition: height 1s;
    overflow: hidden;
}


/* Custom bordered card */

.avatar {
    position: absolute;
    background:white;
    text-align: center;
}

.teamcolinner {
    position: relative;
}

.avatar>img {
    width: 110px;
    height: 110px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid rgb(170 170 173/ 1);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
}

.teamcolinner {
    position: relative;
    border: 1px dashed #ddd;
    min-height: 100px;
    background: white;
    z-index: 9;
}

.teamcol {
    padding: 15px;
    background: gray;
    border-radius: 10px;
    position: relative;
    transition: transform 1s ease-in-out;
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);

}

.teamcol:hover {
    transform: translateY(-30px);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
    transition: transform 1s ease-in-out;
}

.teamcol:before {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(#B61c1c, #B61c1c);
    border-top-right-radius: 10px;
    transition: width 1s ease-in-out;
}

.teamcol:after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(#03A9F5, #03A9F5);
    border-bottom-left-radius: 10px;
    transition: width 1s ease-in-out;
}

.teamcol:hover::before,
.teamcol:hover::after {
    width: 100%;
    transition: width 1s ease-in-out;
}

.member-name {
    margin-top: 80px;
}

.member-info {
    padding: 10px 20px;
}


.text-blue {
    color: #03A9F5;
}

.text-red {
    color: #B61c1c;
}

.overlay-light {
    background-color: rgb(5 16 30 / 25%);
}

.custom-bg-height {
    height: 70vh;
    background-size: 100% 100%;
}

.text-gradient {
    /* font-size: 72px; */
    background: -webkit-linear-gradient(#03A9F5, #B61c1c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.card-blue {
    background-color: #03A9F5;
}

.card-image {
    max-width: 100%;
    height: 200px;
    /*object-fit: cover;*/
    object-position: center;
}

.card-title {
    position: relative;
    padding: 20px 25px 5px;
    font-size: 2em;
    font-weight: 500;
}

.card-title:before {
    content: "";
    position: absolute;
    left: 25px;
    top: 0;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-color: #03A9F5;
    border-radius: 50%;
    -webkit-transition: transform 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: transform 600ms cubic-bezier(0.86, 0, 0.07, 1), opacity 400ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.card:hover .card-title:before {
    opacity: 0.8;
    transform: scale(0.6);
}

.card-description {
    padding: 5px 25px 20px;
}

.custom-card-img-height {
    height: 178px;
}

.custom-card-hover img {
    transition: 1s;
}

/*.custom-card-hover:hover img {*/
/*    transform: scale(1.4);*/
/*}*/

.custom-filter-img {
    filter: brightness(0.6);
    height: 500px !important;
}

.custom-caption {
    bottom: calc(50% - 117px);
}

.custom-img-hover {
    transition: .6s;
}

.custom-img-hover:hover {
    transform: translateY(-20px);
}

.custom-img-hover:hover img {
    box-shadow: 0px 0px 9px black !important;
}
.blog-tit{
        height: 6rem;
    line-height: 2rem;
}
.card-border-bottom-none:last-child {
    border-bottom: 0 !important;
}

.blog-card {
    height: 4.5rem;
    overflow: hidden;
    line-height: 1.5rem;
}

.custom-login-img{
    height: 500px;
}
.dz-button{
    color: #fff;
    background-color: #0d6efd;   
    padding:5px;
    border: solid 3px #0d6efd;
    border-radius:5px;
}
