.mobile-view {
    display: none ;
}
@media (max-width:990px) {
    .desktop-view {
        display: none;
    }

    .mobile-view {
        display: block !important;
    }

    .offcanvas-none {
        display: block !important;
    }
}
.main-navigation a {
    color: #ffffff;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: normal;
    text-align: left;
    padding: 22px 12px !important;
}
.main-navigation a:hover {
    color: #ffffff;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: normal;
    text-align: left;
    padding: 22px 12px !important;
}
.bg-color{
    background-color: #444444;
}
.border-outer-box{
    border: 5px solid #003c6b;
    border-radius: 4px;
}
.background-blue{
background-color: #003c6b;
}
.banner-height{
    height: 520px;
}
.box-height{
    height: 520px;
}
.circle-ring{
    border: 2px solid #003c6b;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items:  center;
    border-radius: 50%;
    margin: 0 auto;
}
.section-card-bg{
    background-color: #d7d7d7;
}
.color-blue{
    color: #003c6b;
}
.card-shadow{
    box-shadow: 0px 0px 19px 0px #b8b8b8;
}
.para-height{
    height: 16rem;
    color: black !important;
}

/* carousel css start */
.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}
    .owl-nav button.owl-prev {
        left: 0;
    }

    .owl-nav button.owl-next {
        right: 0;
    }

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

    .owl-dots button.owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: inline-block;
        background: #ccc;
        margin: 0 3px;
    }

        .owl-dots button.owl-dot.active {
            background-color: #000;
        }

        .owl-dots button.owl-dot:focus {
            outline: none;
        }

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-next span {
    font-size: 70px;
    position: relative;
    top: -5px;
    left: 32px;
}
.owl-prev span {
    font-size: 70px;
    position: relative;
    top: -5px;
    left: -30px;
}

.owl-nav button:focus {
    outline: none;
}
/* .carousel__height{
   height: 15rem;
} */
.owl-nav .disabled{
   display: block;
}
.owl-carousel .owl-nav.disabled{
   display: block; 
}
.owl-carousel .circle-ring img {
    display: block;
    width: 65%;
}
/* carousel css end */
.about-ims-bg{
    background-color: #f9f9f9;
}
.h1-heading{
font-weight: 700;
}

.nav-pills .btn-border {
    background-color: white; 
    color: black;
    border-radius: 22px;
    border: 2px solid #003d68; 
}

.nav-pills .btn-border.active {
    background-color: #003d68 !important; 
    color: #fff !important; 
    border-color: #003d68 !important; 
}

.icon-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #d4ecff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-blue-bg{
    font-weight: 500;
    background: linear-gradient(273.57deg, #2E3192 1.14%, #4C92BE 100%);
    color: #fff;
}
.btn-blue-bg:hover{
    font-weight: 500;
    background: linear-gradient(273.57deg, #2E3192 1.14%, #4C92BE 100%);
    color: #fff ;
}
.bg-footer{
    background-color: #f1f1f1;
}
.icon-circle{
    border: 1px solid #444;
    color: #444;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
}
.icon-footer{
    border: 1px solid #444;
    color: #444;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
}

/* button for top section start*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 12px 15px;
    border-radius: 50%;
    background: #37373c;
}

#myBtn:hover {
  background-color: #555;
}
/* button for top section end*/
/* **************************** */
.btm-number {
    height: 50px;
    background: #003c6b;
    width: 240px;
    padding: 15px;
    position: fixed;
    color: #fff;
    bottom: 0px;
    z-index: 99;
    right: 81px;
    font-size: 30px;
    border-radius: 10px 10px 0px 0px;
}
.icon-circle-footer{
    color: #003c6b;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    background-color: #ebf6ff;  
}

@media (max-width: 990px){
    .box-height {
        height: auto;
     }
     .banner-height {
         height: 260px;
     }
     
.owl-next span {
   display: none;
}
.owl-prev span {
    display: none;
}
}
.card-white {
    background-color: white;
    box-shadow: 4px 0px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 25px 30px 17px;
    border-radius: 10px;
    margin-top: -30px;
}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #444; /* Initial transparent background */
    transition: all ease-out 0.5s;
}

/* Change background color when scrolled */
.header-top-stick {
    background-color: rgba(0, 0, 0, 1)!important;
   
}
.breadcrum-img{
    background-image: url('../img/banner/banner.jpg');
    background-repeat: no-repeat;
    padding: 140px 83px;
    background-size: cover;
}
.margin-bottom-head {
    margin-top: 76px;
}
.box-shadow-card{
    box-shadow: 0px 0px 10px 0px gray;
    transition: all 500ms ease;
    height: 29rem;
}
.margin-0-auto{
    margin: 0 auto;
}

.box-shadow-card:hover {
    transform: translateY(-10px);
    background-color: #eaedf5;
  }
  .readmore{
    text-decoration: none;
    font-weight: 500;
    background: linear-gradient(273.57deg, #2E3192 1.14%, #4C92BE 100%);
    color: #fff;
  }
  .readmore:hover{
    text-decoration: none ;
    font-weight: 500;
    background-color:white;
    border: 1px solid #003c6b;
    color: white;
  }
  .sub-page-card{
    box-shadow: 0px 0px 10px 0px #d0d0d0;
    height: 20rem;
  }
  .card-shadow-cat{
    box-shadow: 0px 0px 10px 0px #d0d0d0;
    height: 11rem;
  }
  .navbar-nav .nav-link{
    color: white;
  }
  .navbar-nav .nav-link.active {
border-bottom: 2px solid white;
}
.bg-light-card{
    background-color: #d7d7d7;
}
.line-bottom-head {
    border-bottom: 1px solid gray;
}
.tabs-card-heading {
    font-weight: 600;
    font-size: 22px;
   
}
.banner-enroll{
    background-image: url(../img/banner/placement-inner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 49px 47px;
}
.icon-placed{
    font-size: 30px;
}
.border-right-box{
border-right: 1px solid gray;
}
.enroll-now{
    background: linear-gradient(273.57deg, #2E3192 1.14%, #4C92BE 100%);
    color: #fff;
    padding: 14px 17px;
    font-weight: 500;
}
.enroll-now:hover{
    background: linear-gradient(273.57deg, #2E3192 1.14%, #4C92BE 100%);
    color: #fff;
    padding: 14px 17px;
    font-weight: 500;
}
.blue-color{
    color: #003c6b;
 
}
.font-size-30{
    font-size: 30px;
    font-weight: 700;
    
}
.font-500{
    font-weight: 500;
}
.three-lines{
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Limits text to 3 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
    max-width: 100%; 
}
.height-blog{
    height: 24rem;
}
.card-shadow{
    box-shadow: 0px 0px 10px 0px #c8c8c8;
}
.card-blog-height{
    height: 23rem;
}
.bredcrum-height{
    height: 520px;
}
@media(max-width: 600px){
    .para-height {
        height: auto;
    }
  
    .breadcrum-img{
        background-image: url(../img/banner/banner.jpg);
        background-repeat: no-repeat;
        padding: 80px 33px;
        background-size: cover;
    }
    }

    .slick-prev:before {
    font-family: slick;
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: #003c6b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 25px;
    line-height: 1;
    opacity: .75;
    color: #003c6b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.height-250px{
    height: 250px;
}
@media (max-width: 1400px) and (min-width: 1024px){
    .margin-bottom-head {
    margin-top: 80px;
}
}
@media (max-width: 1025px) and (min-width: 766px){
    .margin-bottom-head {
          margin-top: 84px;
}
}
@media (max-width: 767px) and (min-width: 520px){
    .margin-bottom-head {
   margin-top:95px;
}
}
@media (max-width: 424px) and (min-width: 390px){
    .margin-bottom-head {
   margin-top: 66px;
}
}
@media (max-width: 389px) and (min-width: 250px){
    .margin-bottom-head {
   margin-top: 60px;
}
}
.btnbottom-stick{
    margin-top: 50px;
}
@media (max-width: 500px) {
    .slick-prev,
    .slick-next {
        display: none !important;
    }
}