/********** Template CSS **********/
:root {
    --primary: #163475;
    --secondary: #FB9F38;
    --light: #F5F8F2;
    --dark: #000000;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-black {
    font-weight: 900;
}


/*** 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 {
    transition: .5s;
    font-weight: 500;
    background: linear-gradient(45deg, #ac3248, #ec4a71) !important;
    border: 0px !important;
    color: white !important;
    padding: 9px 30px !important;
    font-size: 19px !important;
}
.btn:hover {
    background: linear-gradient(45deg, #ec4a71, #ac3248) !important;
    border: 0px !important;
    color: white !important;
}
.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.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 ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar .navbar-brand {
    width: 175px;
    height: 100%;
}
.navbar-brand .img-fluid {
    background-color: white;
    padding: 10px;
    border-radius: 12px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--primary);
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--dark);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand {
        width: 160px;
        height: 100px;
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .8s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .8s;
        opacity: 1;
    }
}
.dropdown-menu {
    border-top: 2px solid #163475 !important;
}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 1;
}
.carousel-item img{
    height: 500px;
    object-fit: cover;
}

@media (max-width: 767px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 150px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
    }
}
@media (max-width:1024px) and (min-width:768px) {
     #header-carousel .carousel-item {
        min-height: 300px;
    }
       #header-carousel .carousel-item img {
        object-fit: cover;
        height: 300px;
    }
}

.page-header {
    padding:60px 0px;
    background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url(../img/banner-image.png) center center no-repeat;
    background-size: cover;
}
.page-header h1 {
    font-size: 40px;
    color: #04256C !important;
    font-weight: 600;
    text-align: left;
}
.breadcrumb a {
    color: #646464 !important;
    font-size: 16px !important;
    font-weight: 600;
}
li.breadcrumb-item {
    color: #646464 !important;
    font-size: 16px !important;
    font-weight: 600;
}
@media (max-width:991px){
    .page-header{
        padding:35px 20px; 
    }
    .about-us .col-lg-5 {
    margin: 0px;
}
    .about-us .col-lg-7 {
    margin: 0px;
}
.page-header h1 {
    font-size: 30px;
    margin: 0px;
}
.dr-sushas-img2 {
   height: 335px !important;
object-fit: contain !important;
}
}
h2 {
    text-transform: uppercase !important;
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #646464;
    content: ">" !important;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}
.dr-sushas-img2 {
    height: 530px;
    object-fit: cover;
}

/*** Section Title ***/
.section-title {
    position: relative;
    padding-bottom: 1rem;
}
.dr-sushas-img {
    height: 390px;
    object-fit: contain;
}
@media (max-width:991px){
    .dr-sushas-img {
    height: 340px !important;
    object-fit:contain;
}
}

/*** services ***/
.services-sec-overlay {
    background-color: #000000 !important;
    opacity: 0.84 !important;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s !important;
    height: 100% !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    position: absolute !important;
}
.services-blocks img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
}
.services-blocks {
    position: relative;
}
.services-info {
    padding: 25px;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
    background-color: white;
    min-height: 246px;
    margin-bottom: 20px;
}
.services-info h3 {
    color: #05256B;
    font-size: 27px;
    font-weight: 500;
}
.services-info p {
    color: #616161;
    margin-bottom: 35px;
}
.services-info a {
    font-weight: 500;
    background-color: #05256B;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
}
@media (max-width:991px){

.services-info h3 {
    font-size: 23px;
}
}
/*** counter ***/
.counter-item span.counter-value.counted {
    color: #000000;
    font-size: 58px;
    font-weight: 500;
    text-align: center;
}
.counter-item p {
    color: #04256C;
    font-weight: 600;
    font-size: 19px;
    text-align: center;
}
.counter-item {
    text-align: center;
    border-radius: 5px;
    padding: 25px;
    background-color: #EFF6FF;
    box-shadow: 5px 4px 0px -1px rgb(0 0 0 / 26%);
}
/*** Contact ***/
.contact i {
    color: #6EC1E4 !important;
    font-size: 20px;
}

.contact-page a {
    border: 0px !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 0px !important;
}
.contact-page i{
    color:white !important;
}
/*** Testimonial ***/
.eapps-widget-toolbar {
    display: none;
}

/*** why chosse us ***/

.why-chose li {
    font-size: 19px;
    color: #000;
    font-weight: 500;
    border-bottom: 1px solid #ddd;
    padding-bottom: 14px;
    margin-bottom: 14px;
    width: 60%;
}
@media (max-width:991px){
    .why-chose li {
    font-size: 17px !important;
    width: 100% !important;
}
}

/*** Footer ***/
.footer {
    color: #fff;
}

.footer h4{
    border-bottom: 1px solid white;
    display: inline-block;
    padding-bottom: 20px;
}


.copyright {
    background: #252525;
}

.copyright a:hover {
    color: #FFFFFF !important;
}

/*** blog section ***/

.blog-block img {
    transition: all .4s ease;
    border-radius: 10px;
    box-shadow: 29.698px 29.698px 60px 0 rgba(0, 0, 0, .2);
    width: 100%;
}
.blog-block:hover img{
transform: scale(1.05);
    opacity: .8;
}
.blog-block h2 {
    color: #000;
    font-size: 36px;
    font-weight: 400;
    text-transform: capitalize !important;
}
.blog-block p {
    color: #8d8d8d;
    text-align: justify;
}
.blog-block .row {
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 9.899px 9.899px 30px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
}
.block-sec-blog {
    margin-left: 40px !important;
}
@media (max-width:991px){
    .block-sec-blog {
    margin-left: 0px !important;
}
.blog-block .row {
    padding: 20px;
}
.blog-block h2 {
    font-size: 17px !important;
    padding-top:20px !important;
}
}
#blog-con {
    padding: 60px 0px;
    background: linear-gradient(rgb(255 255 255 / 42%), rgb(255 255 255 / 39%)), url(../img/blognew.jpg) 0px -76px no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

/*** single blog page ***/
.single-blog {
    background: #fff;
    padding: 40px;
}
.single-blog h2 {
    font-weight: 500;
    text-transform: capitalize !important;
}
.single-blog img {
    width: 500px;
}

.single-blog h3 {
    font-weight: 500 !important;
    padding-top: 20px;
    font-size: 25px;
}
@media (max-width:991px){
    .single-blog img {
    width: 100% !important;
}
.single-blog {
    padding: 20px !important;
}
.single-blog h3 {
    padding-top: 10px !important;
    font-size: 20px !important;
}
}