@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');

body {background: #fff;font-family: "Inter", serif!important;}
p {font-family: "Inter", serif!important;font-size: 15px;line-height: 20px;}
h1,h2,h3,h4,h5,h6 {font-family: "Oswald", serif!important;}
button, button:hover {
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    text-decoration: none!important;
    cursor: pointer;
}
a, a:hover {
    color: #f6f9fa;
    text-decoration: none;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    text-decoration: none!important;
    cursor: pointer;
}
/* ===== Scrollbar CSS ===== */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
  ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.3);
  }
  /* ===== Scrollbar CSS ===== */
  .navmenu {justify-content: end;}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55);
    font-family: "Oswald", serif!important;
    font-size: 18px;
}
.bannertext {
    height: 100%;
    display: flex;
    align-items: center;
}
.banner-section {
    padding-top: 125px;
    background: url(../images/bannerbg.png) no-repeat;
    background-size: cover;
}
.bannerimg img {
    width: 75%;
}
.bannertext h2 {
    font-size: 50px;
    color: #fff;
    line-height: 60px;
    font-weight: bold;
}
.bannertext p {
    font-size: 25px;
    color: #fff;
    line-height: 33px;
}
h2.nhead {
    font-size: 45px;
    line-height: 60px;
}
p.npara {
    font-size: 20px;
    line-height: 28px;
}
.user img {
    width: 65%;
    margin-bottom: 10px;
    border-radius: 50%;
    border: 2px solid #fff;
}
h4.bhead {
    font-size: 20px;
    color: #29ABE1;
    line-height: 30px;
}
.lightgrey-section {
    background: #F7F7F7;
}
.fullimg img {width: 100%;}
.orange-btn button {
    background: #FB8500;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
}
.orange-btn button:hover {
    background: #333;
    color: #fff;
}
.card-table img {
    width: 75px;
    height: 75px;
    object-fit: cover;
}
.imgview img {
    width: 300px;
    height: 420px;
    object-fit: fill;
}
.sidebar {
    width: 17rem!important;
}
.bg-gradient-primary {
    background: #01537C !important;
}
ol.breadcrumb {
    display: none;
}
.sidebar .nav-item .nav-link {border-left:3px solid transparent;}
.sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
    color: #fff;
    background: #014366;
    border-left:3px solid #faaf3a;
}
.sidebar-dark .nav-item.active .nav-link {
    color: #fff;background: #014366;
    border-left:3px solid #faaf3a;
}
th,td {vertical-align: top;}
.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none!important;
}
.form-section {
    background: #139CE1;
}
form.nform {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
}
.contacttext h2 {
    font-size: 45px;
    line-height: 55px;
    color: #fff;
}
.contacttext p {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
}
.rside {
    text-align: right;
}
.blogtext {
    background: #fff;
    border-radius: 10px;
    width:100%;
}
.blogtext img {
    width: 100%;
    height: 125px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 0px 0px 0px;
    /* border-radius: 10px 0px 0px 10px; */
    margin-bottom: 5px;
}
.blogtext-style img{
    width: 100%;
    height: 125px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 5px;
}
.blogcontent {
    background: #fff;
    padding: 15px;
}
.halfimg img {
    width: 75%;
}
.footer-section {
    background: #01537C;
    border-top: 10px solid #139CE1;
}
.footlogo img {
    width: 75%;
}
.foot h4 {
    color: #fff;
    font-size: 25px;
}
.foot ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.foot ul li {
    margin-bottom: 10px;
}
.foot ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: block;
}
.copyright-section {
    background: #139CE1;
    padding: 20px 0;
    margin-top: 20px;
}
.copyright-section p {
    margin: 0;
    color: #fff;
}
.copyright-section p a {
    color: #fff;
    text-decoration: none;
}
.cardtext {
    position: relative;
    height: 420px;
    background: url(../images/plus-circle.png) no-repeat;
    background-position: center center;
    cursor: pointer;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
}
.cardtext img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 10px;
}
.cardrow .cardtext {
    height: 300px;
}
.cardrow .cardtext img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.cardcontent {
    position: absolute;
    bottom: 0;
    padding: 15px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    width: 100%;
    display: none;
}
.nform .form-check .form-check-input {
    float: left;
    margin-left: 0;
    margin-right: 15px;
}
.nform input.form-control {
    border: #D1D5DB 1px solid;
    background: #F9FAFB;
}
.nform textarea.form-control {
    border: #D1D5DB 1px solid;
    background: #F9FAFB;
}
.nform input.form-check-input {
    border: #ccc 1px solid;
}
.cardtext p {
    font-size: 14px;
    line-height: 18px;
}
.user {
    margin-bottom: 15px;
    cursor: pointer;
}
.user p {
    margin: 0;
}
.cardrow {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.cardcol {
    width: 18%;
    margin: 0 10px;
}
.fantext img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.modal label {
    text-align: left;
    display: block;
}
.form-label {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    display: block;
}
.orange-btn input[type=date] {
    width: auto;
    background: #eee;
    border: 1px solid #bbb;
}
.cardnotfill {
    width: 100%;
    height: 100%;
    border: 3px dashed #ccc;
    border-radius: 8px;
}
.fantext .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: 1px solid #ccc;
    padding: 0px 11px!important;
    font: inherit;
    margin: 15px 5px;
}
.sociallinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.sociallinks ul li {
    float: left;
}
.sociallinks ul li a {
    display: inline-block;
    margin: 5px;
    word-wrap: ;
}
.summarysocial {
    background: #D9D9D940;
    padding: 20px 0;
    margin-bottom: 15px;
}
.sociallinks {
    display: inline-block;
    float: right;
}
.cardfill {
    position: relative;
    height: 100%;
}

.card-table img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 50%;
}
.header-section .navbar {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    width: 100%;
    display: inline-block;
}

.back_btn i {
    color: #14a9db;
    font-size: 30px;
    cursor: pointer;
}
.back_btn i:hover {
    color: #ff6600; /* Change for hover effect */
}

.bloglist {
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
}
.blog-img {
    height: 100%;
}
.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-content {
    padding: 15px;
}
.blog-content img {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}


/********dark theme********/
body.dark-theme {
    background-color: #121212;
    color: #f8f9fa;
}

.dark-theme .navbar {
    background-color: #1f1f1f;
}

.dark-theme .card {
    background-color: #1f1f1f;
    color: #f8f9fa;
}
/********dark theme********/

.owl-stage {
    overflow: hidden!important;
}
.sociallinks img {
    width: 45px;
}
.orange-btn img {
    width: auto!important;
}
.mheight {
    height: 475px;
    overflow: hidden;
    overflow-y: scroll;
}
.table th {
    position: sticky;
    top: -1px;
    background-color: #e3e6f0;
    z-index: 2;
    color: #000;
}

/******normal zoomin effect******/
/* Smooth sliding effect for the stage */
.owl-stage {
    transition: transform 1s ease-in-out !important;
}

/* Default transition for all items */
.owl-item {
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

/* Non-active items: Smaller & semi-transparent */
.owl-item:not(.active) {
    opacity: 0.6;
    transform: scale(0.9); /* Slightly smaller */
}

/* Active item: Zoom in → Zoom out effect */
.owl-item.active img {
    animation: zoomInOut 1.5s ease-in-out forwards;
}

/* Keyframes for Zoom In and Zoom Out */
@keyframes zoomInOut {
    0% {
        transform: scale(1);  /* Normal size */
    }
    50% {
        transform: scale(1.2); /* Zoom In */
    }
    100% {
        transform: scale(1);  /* Back to Normal */
    }
}
/******normal zoomin effect******/

.carousel-control-next-icon {
    background: url(../images/next.png) no-repeat!important;
    background-size: 100%!important;
}
.carousel-control-prev-icon {
    background: url(../images/previous.png) no-repeat!important;
    background-size: 100%!important;
}
h2.phead {
    font-size: 25px;
}
.privacy-content a {
    color: #0074ff;
    word-wrap: break-word;
}
.front-summay .cardtext {
    height: 100%;
    border-radius: 8px;
}
h5.card-title {
    font-size: 30px;
    color: #000;
    margin-bottom: 20px;
}
p.card-text {
    font-size: 16px;
    color: #000;
}
.blog-post .cardtext {
    margin: 0;
    height: 100%;
}
.blog-post .cardtext img {
    margin: 0!important;
}
.blogcon {
    position: relative;
    height: 100%;
}
a.b-readmore {
    position: absolute;
    display: inline-block;
    right: 20px;
    bottom: 15px;
    background: #fff;
    padding: 0;
    color: #33a8ff;
    text-transform: uppercase;
    font-weight: 600;
}
.blog-landscape .blog-post {
    height: 275px;
}
.blogcon {
    padding: 18px 18px 18px 10px;
}
.blogcon p {
    word-wrap: break-word;
}
.blog-portrait .blogtext {
    border-radius: 10px;
}
.blog-post a {
    font-weight: 600;
}
.blog-portrait .blog-post {
    min-height: 318px;
    position: relative;
}
.blog-portrait .blog-post a {
    font-weight: 600;
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.blog-style div {
    height: auto;
}
img.default-class {
    object-fit: contain!important;
    width: 100%!important;
    margin: 0 auto !important;
    display: block;
    background: #ccc;
}

.blog-landscape .blog-post div {
    height: 100%;
}
.blog-landscape .blogcon div {
    height: auto;
}
.blog-landscape .blogcon {
    overflow: hidden;
}
.blog-landscape .cardtext {
    background-image: none;
}
.default-card-class {
    background: #ccc !important;
}
.number {
    background: #F7F7F7;
    padding: 15px;
    height: 100%;
    margin-bottom: 15px;
}
.number.whitebg {
    background: #fff;
}
.number h2 {
    color: #FB8500;
    font-size: 70px;
}
.textleft {text-align: left;}
h4.n_head {
    font-size: 35px;
    margin-bottom: 15px;
}
.icontext a, .icontext a:hover {
    color: #0090ff;
}

.number h4 {
    margin-bottom: 15px;
}
.sumrow {
    width: 100%;
    clear: both;
    display: inline-block;
}
.icontext ul {
    margin: 0;
    padding: 5px 15px;
}
.icontext ul li {
    margin-bottom: 10px;
}
.summarycard {
    width: 19%;
    margin: 0 2px;
    float: left;
    height: 175px;
}
.emptycard .cardtext {
    border: 2px dashed #D9D9D9;
    height: 100%;
    display: list-item;
    background-image: none;
}
.socialtop {
    display: flex;
    align-items: center;
    justify-content: end;
}

/******media starts******/
@media (min-width: 320px) and (max-width: 767px) {
    .summarycard {
        height: 450px;
    }
.m-block {
    display: block;
}
.navmenu {
    justify-content: end;
    text-align: center;
}
ul.navbar-nav.mb-2.me-5 {
    margin-right: 0!important;
}
.bannertext {
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}
.bannerimg img {
    width: 55%;
    margin-bottom: 20px;
}
.bannertext h2 {
    font-size: 40px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
}
.cardtext {
    position: relative;
    height: 500px;
}
h2.nhead {
    font-size: 40px;
    line-height: 50px;
}
.sociallinks {
    display: inline-block;
    float: none;
}
.cardrow {
    display: inline-block;
    padding: 0;
}
.cardcol {
    width: 45%;
    margin: 0 9px;
    float: left;
}
.mobile-view-btn {
    display: flex;
    justify-content: space-between!important;
}
.footlogo, .foot {
    text-align: center;
}
.footlogo img {
    width: 250px;
    margin-bottom: 15px;
}
.summarycard {
    width: 99%;
    margin: 0 2px;
    float: none;
}
.socialtop {
    display: flex;
    align-items: center;
    justify-content: center;
}
.sociallinks img {
    width: 40px;
}
.sociallinks ul li a {
    display: inline-block;
    margin: 4px;
}
 }

 @media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .cardrow {
        display: inline-block;
        padding: 0;
    }
    .cardcol {
        width: 47%;
        margin: 0 9px;
        float: left;
    }
  }

  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .cardrow {
        display: inline-block;
        padding: 0;
    }
    .cardcol {
        width: 31%;
        margin: 0 10px;
        float: left;
    }
  }


  @media (min-width: 820px) and (max-width: 1180px) and (orientation: portrait) {
    .cardrow {
        display: inline-block;
        padding: 0;
    }
    .cardcol {
        width: 47%;
        margin: 0 9px;
        float: left;
    }
  }

  @media (min-width: 820px) and (max-width: 1180px) and (orientation: landscape) {
    .cardrow {
        display: inline-block;
        padding: 0;
    }
    .cardcol {
        width: 31%;
        margin: 0 10px;
        float: left;
    }
  }


  @media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
    .cardrow {
        display: inline-block;
        padding: 0;
    }
    .cardcol {
        width: 31%;
        margin: 0 9px;
        float: left;
    }
}

@media only screen
and (min-device-width: 1366px)
and (max-device-width: 1366px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    .cardrow {
        display: inline-block;
        padding: 0;
    }
    .cardcol {
        width: 24%;
        margin: 0 5px;
        float: left;
    }
  }

  a.nav-link.active {
    color: #0d6efd !important;
}


@media only screen
and (min-width: 1200px)
and (max-width: 1399px) {
.cardtext {
    position: relative;
    height: 300px;
    background: url(../images/plus-circle.png) no-repeat;
    background-position: center center;
    cursor: pointer;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px 0px 0px 10px;
    overflow: hidden;
}
.cardtext img {
    width: 100%;
    height: 100%;
    object-fit: fill;
 }
}

@media only screen
and (min-width: 993px)
and (max-width: 1199px) {
    .summarycard {
        height: 125px;
      }
}

@media only screen
and (min-width: 1199px)
and (max-width: 1399px) {
    .summarycard {
        height: 155px;
      }
}

@media only screen
  and (min-width: 768px)
  and (max-width: 1024px)
  and (orientation: portrait){
    .cardtext {
        position: relative;
        height: 300px;
    }
}

@media only screen
  and (min-width: 820px)
  and (max-width: 1180px)
  and (orientation: portrait){
    .cardtext {
        position: relative;
        height: 300px;
    }
}
@media only screen
  and (min-width: 820px)
  and (max-width: 1180px)
  and (orientation: landscape){
    .cardtext {
        position: relative;
        height: 300px;
    }
}


@media only screen
  and (min-width: 1024px)
  and (max-width: 1366px)
  and (orientation: portrait){
    .cardtext {
        position: relative;
        height: 300px;
    }
}

@media only screen
  and (min-device-width: 1024px)
  and (max-device-width: 1366px)
  and (orientation: landscape){
    .cardtext {
        position: relative;
        height: 350px;
    }
    .blog-landscape .cardtext {
        position: relative;
        height: 100%;
        margin: 0;
    }
}
