/********** Template CSS **********/
:root {
    --primary: #005474;
    --light: #F8F8F8;
    --dark: #252525;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: Arial;
    
}

.p-1 {
    padding: 0px !important;
    margin: 0px !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** 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 {
    margin: 6px 0px !important;
    font-weight: 500;
    transition: .5s;
    border-radius: 4px !important;
}

.btn-primary {
    padding: 2px 6px !important;
    color: #000 !important;
    background-color: #fff;
}

.active {
    background: #e8f5fb !important;
    color: #000 !important;
}
.carousel_bg{
    background-color:#fff !important;
}

.carousel-itemas.active, .carousel-item-next, .carousel-item-prev {
    background-color: #fff !important;
}

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

.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;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

    .btn-outline-body:hover {
        color: #FFFFFF;
        background: var(--primary);
        border-color: var(--primary);
    }



.carousel-caption {
    background: #00000078;
    text-align: left;
    padding: 1rem;
}

    .carousel-caption .bnricon {
        display: none;
        text-align: right;
        font-size: 1.5rem;
    }

    .carousel-caption:hover .bnricon {
        display: inherit;
    }

.bnricon a {
    color: #fff;
}

    .bnricon a:hover {
        color: #ceffd9;
    }

.carousel-caption:hover .textshow {
    display: none;
}

.carousel-caption h5 {
    color: #fff;
}
/** Top Head **/
.headk {
    background-image: linear-gradient(to bottom, #fff, #e8f5fb, #b1e9ff);
    /*background-image: linear-gradient(to bottom, #cbf8cd, #e2fae2, #d4fad4);*/

    background-repeat: no-repeat;
    background-size: cover;
}

    .headk h2 {
        color: #005474;
        font-weight: 600 !important;
    }

    .headk h3 {
        color: #005474;
        font-size: 18px !important;
        font-weight: 900 !important;
        line-height: 20px !important;
        margin-top: 5px !important;
    }

    .headk h5 {
        color: #005474;
        font-weight: 300 !important;
        font-size: 14px !important;
    }

    .headk h6 {
        color: #005474;
        font-weight: 100 !important;
        font-size: 12px !important;
    }

    .headk img {
        height: 102px;
    }

header {
    background: #fff !important;
    box-shadow: 0 2px 6px 0 rgba(23, 23, 23, 0.32);
    z-index: 9999 !important;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}
/*** Header ***/
.headimg {
}

    .headimg img {
        width: 100%;
    }

    .headimg .fa, .fab, .fad, .fal, .far, .fas {
        font-size: 2rem;
    }

.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

        .header-carousel .owl-carousel-item img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .header-carousel .owl-carousel-item p {
            font-size: 16px !important;
        }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .header-carousel .owl-dots .owl-dot {
        position: relative;
        width: 45px;
        height: 45px;
        margin: 5px 0;
        background: var(--dark);
        transition: .5s;
    }

        .header-carousel .owl-dots .owl-dot.active {
            width: 60px;
            height: 60px;
        }

        .header-carousel .owl-dots .owl-dot img {
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: cover;
            padding: 2px;
            transition: .5s;
            opacity: .3;
        }

        .header-carousel .owl-dots .owl-dot.active img {
            opacity: 1;
        }

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    /* color: var(--light);*/
    color: #3c64ad;
}


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.bg-light {
    background-image: url(img/aboutbg2.png);
}

.fact-item:hover .fact-icon {
    background: #005474;
}

.fact-item .fact-icon i {
    color: #005474;
    transition: .5;
}

.iconk i {
    font-size: 3rem;
    padding-bottom: 1rem;
    color: #005474;
}

.fact-item:hover .fact-icon i {
    color: #fff;
}


/*/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    min-height: 400px;
}

    .about-img img,
    .feature-img img {
        position: absolute;
        height: 300px;
        object-fit: cover;
    }

        .about-img img:last-child,
        .feature-img img:last-child {
            margin: 20% 0 0 40%;
        }

    .about-img::before,
    .feature-img::before {
        position: absolute;
        content: "";
        width: 60%;
        height: 80%;
        top: 10%;
        left: 20%;
        border: 5px solid var(--primary);
        z-index: -1;
    }

.F {
    background-color: #fafbde;
}

/*** Service ***/

.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item {
    border: 2px solid #005474;
}

    .service-item:hover * {
        color: #FFFFFF;
    }

    .service-item .btn {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        color: var(--dark);
        background: #FFFFFF;
        white-space: nowrap;
        overflow: hidden;
        transition: .5s;
    }

    .service-item:hover .btn {
        width: 140px;
    }

.adver {
    background-color: #e0f1ff;
}

/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

    .project .nav .nav-link.active {
        background: var(--primary);
    }

        .project .nav .nav-link.active h3 {
            color: #FFFFFF !important;
        }

a {
    color: #005474;
    text-decoration: none;
}

/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

    .team-item::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        top: 0;
        left: 0;
        background: #FFFFFF;
        transition: .5s;
        z-index: -1;
    }

    .team-item:hover::after {
        height: 100%;
        background: var(--primary);
    }

    .team-item .team-social {
        position: absolute;
        width: 100%;
        bottom: -20px;
        left: 0;
    }

        .team-item .team-social .btn {
            display: inline-flex;
            margin: 0 2px;
            color: var(--primary);
            background: var(--light);
        }

            .team-item .team-social .btn:hover {
                color: #FFFFFF;
                background: var(--primary);
            }



.text-primary {
    color: #3a3a3a !important;
}
/*** 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 {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

    .testimonial-carousel .owl-dots {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
    }

        .testimonial-carousel .owl-dots .owl-dot {
            position: relative;
            width: 60px;
            height: 60px;
            margin: 0 5px;
            transition: .5s;
        }

            .testimonial-carousel .owl-dots .owl-dot.active {
                width: 100px;
                height: 100px;
            }

            .testimonial-carousel .owl-dots .owl-dot::after {
                position: absolute;
                width: 40px;
                height: 40px;
                bottom: -20px;
                left: 50%;
                transform: translateX(-50%);
                display: flex;
                align-items: center;
                justify-content: center;
                content: "\f10d";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                color: var(--primary);
                background: #FFFFFF;
                border-radius: 40px;
                transition: .5s;
                opacity: 0;
            }

            .testimonial-carousel .owl-dots .owl-dot.active::after {
                opacity: 1;
            }

            .testimonial-carousel .owl-dots .owl-dot img {
                opacity: .4;
                transition: .5s;
            }

            .testimonial-carousel .owl-dots .owl-dot.active img {
                opacity: 1;
            }


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #777777;
    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;
        color: var(--primary);
        margin-right: 10px;
    }

    .footer .btn.btn-link:hover {
        color: var(--primary);
        letter-spacing: 1px;
        box-shadow: none;
    }

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

    .footer .copyright a {
        color: var(--light);
    }

        .footer .copyright a:hover {
            color: var(--primary);
        }

.footbg {
    background-color: rgba(234, 243, 251, 1);
}
/********** Template CSS **********/
:root {
    --primary: #009CFF;
    --light: #F3F6F9;
    --dark: #191C24;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** 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;
}

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

.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: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


/*** Layout ***/
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 100vh;
    overflow-y: auto;
    background: var(--light);
    transition: 0.5s;
    z-index: 999;
}

.content {
    margin-left: 250px;
    min-height: 100vh;
    background: #FFFFFF;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .sidebar {
        margin-left: 0;
    }

        .sidebar.open {
            margin-left: -250px;
        }

    .content {
        width: calc(100% - 250px);
    }

        .content.open {
            width: 100%;
            margin-left: 0;
        }
}

@media (max-width: 991.98px) {
    .sidebar {
        margin-left: -250px;
    }

        .sidebar.open {
            margin-left: 0;
        }

    .content {
        width: 100%;
        margin-left: 0;
    }
}

.sidebar .navbar .navbar-nav .nav-link {
    padding: 7px 20px;
    color: var(--dark);
    font-weight: 500;
    border-left: 3px solid var(--light);
    border-radius: 0 30px 30px 0;
    outline: none;
}

    .sidebar .navbar .navbar-nav .nav-link:hover,
    .sidebar .navbar .navbar-nav .nav-link.active {
        color: var(--primary);
        background: #FFFFFF;
        border-color: var(--primary);
    }

    .sidebar .navbar .navbar-nav .nav-link i {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        border-radius: 40px;
    }

    .sidebar .navbar .navbar-nav .nav-link:hover i,
    .sidebar .navbar .navbar-nav .nav-link.active i {
        background: var(--light);
    }

.sidebar .navbar .dropdown-toggle::after {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.sidebar .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.sidebar .navbar .dropdown-item {
    padding-left: 25px;
    border-radius: 0 30px 30px 0;
}

.content .navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 12px 0;
    color: var(--dark);
    outline: none;
}

    .content .navbar .navbar-nav .nav-link:hover,
    .content .navbar .navbar-nav .nav-link.active {
        color: var(--primary);
    }

    .content .navbar .sidebar-toggler,
    .content .navbar .navbar-nav .nav-link i {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        border-radius: 40px;
    }

.content .navbar .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.content .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

@media (max-width: 575.98px) {
    .content .navbar .navbar-nav .nav-link {
        margin-left: 15px;
    }
}


/*** Date Picker ***/
.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 ***/
.progress .progress-bar {
    width: 0px;
    transition: 2s;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 15px;
    transition: .5s;
}

    .testimonial-carousel .owl-dot.active {
        background: var(--dark);
        border-color: var(--primary);
    }

.card a:hover {
    text-decoration: none !important;
    color: #e0e0e0 !important;
}
/*****************12-09-2022 ********************/
.goog-te-gadget .goog-te-combo {
    padding: 4px 15px !important;
    border: none !important;
    border-radius: 4px !important;
}

.topbar {
    background: #005474 !important;
    padding: 0px 0px !important;
}

.social_links {
    padding: 12px 0px !important;
}

    .social_links a {
        margin: 0px 8px !important;
        color: #fff;
    }

.main_cont {
    padding: 10px !important;
}

    .main_cont a {
        background: #b1e9ff !important;
        color: #fff !important;
        font-size: 12px;
        font-weight: 600;
        line-height: 14px !important;
        padding: 6px 10px !important;
        color: #005474 !important;
        border-radius: 4px !important;
        text-decoration: none;
        margin: 10px !important;
    }

        .main_cont a:hover {
            background: #fff !important;
            transition: 0.5s !important;
            color: #000 !important;
        }
/* ============ desktop view ============ */
.navbar-nav li:hover > ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
    }

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #1667a3;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}


.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color: #1667a3;
    font-size: 17px;
    font-weight: bold;
}

.goog-te-gadget {
    white-space: nowrap;
    /*padding-left: 30px;*/
}

.goog-logo-link {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
    font-size: 0px !important;
    padding: 7px !important;
    margin: 0px 15px;
}

.fontchng {
    font-size: 12px !important;
    color: #fff !important;
    border-radius: 10px !important;
    margin-top: 2px !important;
}

.carousel-inner {
    z-index: -1 !important;
}

.old-web {
    padding: 7px !important;
    margin: 4px 0px !important;
}

    .old-web a {
        background: #b1e9ff !important;
        color: #fff !important;
        font-size: 12px;
        font-weight: 600;
        line-height: 14px !important;
        padding: 6px 10px !important;
        color: #005474 !important;
        border-radius: 4px !important;
        text-decoration: none;
        margin: 10px !important;
    }

        .old-web a:hover {
            background: #fff !important;
            transition: 0.5s !important;
            color: #000 !important;
        }



@media (min-width: 1200px) {
    h3, .h3 {
        font-size: 18px !important;
    }
}

.navbar-nav .nav-link {
    font-size: 15px !important;
    color:#fff
}

    .navbar-nav .nav-link .dropdown-item {
        font-size: 14px !important;
    }

/****************** footMenuBg **********************/
.footMenuBg {
    width: 100%;
    height: auto;
}

/****************** slideBox1 **********************/
.newsBg {
    width: 100%;
    height: auto;
    padding: 25px 0px !important;
    background-color: #f1f1f1;
   /* background-image: radial-gradient(#444cf7 0.8px, #f1f1f1 0.5px);*/
    background-size: 10px 10px;
    z-index: 1 !important;
}

.marqBg {
    width: 100%;
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
    /*background: #b1e9ff;*/
    padding: 10px;
    border-radius: 0px 0px 6px 6px;
    margin-bottom: 20px;
}

.slideBox1 {
    width: 100%;
    background: #fff;
    min-height: 295px;
    max-height: 300px;
    overflow: hidden;
    padding: 0px;
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 rgba(23, 23, 23, 0.32);
}

    .slideBox1 h5 {
        text-align: center;
        padding: 9px;
        margin-bottom: 0;
        background: #1667a3 !important;
        border-radius: 6px 6px 0px 0px;
        color: #fff;
        font-size: 18px;
    }


    .slideBox1 .sliderBg {
        width: 100%;
        height: auto;
        text-align: center;
    }


.archived {
    display: inline-block;
    background: #1667a3;
    padding: 6px 12px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #585858;
    font-size: 12px;
}

    .archived:hover {
        background: #fff;
        transition: 0.6s;
        color: #000;
        text-decoration: none;
        box-shadow: rgba(0, 0, 0, 0.9) 1px 1px;
        border: 1px solid #585858;
    }

.read_more {
    display: inline-block;
    background: #1667a3;
    padding: 6px 12px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    text-align: center;
    border: 1px solid #585858;
    font-size: 12px;
}

    .read_more:hover {
        background: #fff;
        transition: 0.6s;
        color: #000;
        text-decoration: none;
        box-shadow: rgba(0, 0, 0, 0.9) 1px 1px;
        border: 1px solid #585858;
    }

.read_more {
    padding-left: 1rem;
}


#carouselExampleFade1 .carousel-inner {
    z-index: 9999999999 !important;
}

#carouselExampleFade2 .carousel-inner {
    z-index: 99999999 !important;
}
/****************** listingBg **********************/

.listingBg {
    width: 100%;
    height: auto;
    padding: 60px 0px !important;
    background-color: #e5e5f7;
    opacity: 0.8;
    background-image: radial-gradient(#444cf7 0.5px, #e5e5f7 0.5px);
    background-size: 10px 10px;
}



.listingBox {
    width: 100%;
    background: #fff;
    min-height: 350px;
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 rgba(23, 23, 23, 0.32);
}

.portListbdr {
    border-right: 1px solid #f1f1f1;
}

    .portListbdr:last-child {
        border-right: 0px solid #f1f1f1;
    }

.portList {
    width: 100%;
    height: auto;
    padding: 10px;
}

    .portList a {
        display: block;
        padding: 8px 20px;
        background: #F1f1f1;
        color: #000;
        margin-top: 0px;
        font-weight: 600;
        font-size: 14px;
        border-radius: 6px;
        position: relative;
        margin-bottom: 0.3rem;
    }

        .portList a::before {
            font-family: 'font-awesome';
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            /*content: "\f061";*/
            position: absolute;
            font-size: 12px;
            color: #000;
            top: 30%;
            left: 8px;
        }

        .portList a:hover {
            text-decoration: none;
            background: #1667a3;
            color: #fff;
            transition: .7s;
            padding-left: 28px;
        }

.mrqar {
    position: relative;
}

.mrqartxt {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    background: #7ba4bf;
    padding: 2%;
    margin-bottom: 0.4rem;
}

.kvk {
    background-color: #0b5473;
    color: #000;
}

.slideBox2 {
    width: 100%;
    background: #fff;
    min-height: 336px;
    overflow: hidden;
    padding: 15px;
    border-radius: 6px;
    box-shadow: 0 2px 6px 0 rgb(23 23 23 / 32%);
}

    .slideBox2 h5 {
        text-align: center;
        padding: 9px;
        margin-bottom: 0;
        background: #1667a3 !important;
        border-radius: 6px 6px 0px 0px;
        color: #fff;
        font-size: 18px;
    }

    .slideBox2 .sliderBg {
        width: 100%;
        height: auto;
        text-align: center;
    }

.list_foot {
    padding-top: 5px;
}

.listft {
    padding: 0.4rem;
 /*   background-color: #fff;*/
    border-radius: 1rem;
    text-decoration: none;
    margin: 0.3rem;
}

    .listft:hover {
        padding-left: 1rem;
        transition: 0.2s;
    }

.headerbg {
    padding: 0;
}

.carousel-inner img {
    height: auto;
}
.social_links1 {
    padding: 12px 0px !important;
}

    .social_links1 a {
        margin: 0px 8px !important;
        color: #000;
    }

.icon-bar {
    position: fixed;
    top: 75%;
    right: 0;
    z-index: 999999999999999999999999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width:65px
}

    .icon-bar a {
        display: block;
        text-align: center;
        padding: 15px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
    }

.linkedin {
    background: #007bb5 !important;
}

.facebook {
    background: #3B5998 !important;
}

.twitter {
    background: #55ACEE !important;
}
.instagram {
    background: #dd4b39 !important;
}
.youtube {
    background: #c02d21 !important;
}

#grdDetails {
    font-family: Arial;
    border-collapse: collapse;
    width: 100%;
}

    #grdDetails td, #grdDetails th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    #grdDetails tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    #grdDetails tr:hover {
        background-color: #ddd;
    }

    #grdDetails th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #1567a3;
        color: white;
   
        }
