/* pagintion*/
/* Style the container of pagination links */
#pagination_content {
    text-align: center;
    margin-top: 50px;
}

/* Style the pagination links */
#pagination_content .pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

/* Style the individual pagination items (e.g., numbers, "Previous," "Next") */
#pagination_content .pagination li {
    display: inline;
    margin: 0 5px;
    list-style: none;
}


/* Style the active pagination item */
#pagination_content .pagination .active {
    background-color: #007bff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}

/* Style the "Previous" and "Next" links */
#pagination_content .pagination .page-link {
    color: #007bff;
    font-size:20px;
    text-decoration: none;
    border: 1px solid #007bff;
    padding: 5px 10px;
    border-radius: 5px;
}

/* Style the "Previous" and "Next" links on hover */
#pagination_content .pagination .page-link:hover {
    background-color: #007bff;
    color: #fff;
}
#pagination_content nav div:nth-child(1) {
    display: flex;
    justify-content: center;
    gap: 71px;
}
#pagination_content nav div:nth-child(1) a {
    font-size: 15px;
    font-weight: 800;
}
#pagination_content nav div:nth-child(1) span {
    font-size: 15px;
    font-weight: 800;
}
#pagination_content nav div:nth-child(2)>div:nth-child(2) {
    display: none;
}
#pagination_content nav div:nth-child(2)>div:nth-child(1) p {
    font-size: 15px;
    font-weight: 400;
}
#pagination_content nav div:nth-child(2)>div:nth-child(1) span {
    font-size: 15px;
    font-weight: 400;
}

#pagination_content nav div:nth-child(2)>div:nth-child(1) {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

/*end pagintion*/
.header .logo img {
    object-fit: contain;
}

.seelo{
    display: flex;
    justify-content: space-between;
    /*padding: 0 30px;*/
    align-items: center;
    
}
.seelo2{
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    align-items: center;
    
}
.project_logo {
    width: 169px;
    text-align: center;
}
.project_logo a img {
    height: 50px !important;
}

.project_logo1{
   width: 366px;
    text-align: center;
}
.sidelogo{
    display: flex;
    justify-content: space-between;
     width: 30%;
    gap: 7px;
}
/*.subshort {*/
/*    width: 20%;*/
/*}*/
.middle_width{
     width: 60%;
}

.mainheader.sticky{
position: fixed;
    z-index: 11111111;
    width: 100%;
    background: white;

}

.homeheader.sticky{
    position: fixed;
    z-index: 11111111;
    width: 100%;
    background: white;
}

.owl-stage {
    margin: 0 auto;
}
.image_content{
    display:block;
    position:relative;
}

h2.image_title {
    position: absolute;
    bottom: 0px;
    background-color: #504646bd;
    font-size: 12px;
    color: #fff;
    margin-bottom: 0px;
    left: 0px;
    right: 0px;
    overflow-x: hidden;
    padding: 6px 17px;
    font-weight: 200;
    text-align: center;
}
#close_icon {
    display: none;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a:after {
    content: "";
    display: none;
}
nav#responsive-menu .menu>li>a i {
    padding-left: 16px;
}
.about_description p{
    font-size:15px;
}
.common_description{
    font-size:16px;
}

@media only screen and (max-width:1023px){
    .seelo{
    position: relative;
    }
    .top-bar{
    position: absolute;
    right: 0;
    top: 15px;
    }
    .sidelogo{
        width: 40%;
    
}
}
@media only screen and (max-width:988px){
      .top-bar{
           top: 0px;
      }
}

@media only screen and (max-width: 767px){
.seelo {
    display: flex!important; 
    width: 100%!important;
}
.navlink {
    padding: 0px 20px;
}
.divide {
    display: flex;
    flex-wrap: wrap;
}
}
/*garima*/
@media only screen and (max-width: 1200px){
.seelo {
    display: flex!important; 
    padding: 0 30px;
    width: 100%!important;
}

}
@media only screen and (max-width: 991px){
 .seminarImageEvents {
    align-items: center;
}
#lectgallery {
    padding-top: 0px !important;
}
.top-bar {
    position: absolute;
    right: 41px;
    top: -3px;
}
.seelo2 .top-bar {
    position: absolute;
    right: 41px;
    top: 15px;
}

#responsive-menu .menu {
    display: block !important;
    width: 100%;
    background-color: white !important;
    padding: 17px 25px 31px;
    margin-top: 0px !important;
    text-align:center;
}

#responsive-menu {
    position: fixed !important;
    left: 0;
    top: -32px !important;
    width: 100%;
    box-shadow: 1px 7px 11px 0px #8080809e;
}
#responsive-menu #close_icon {
    display: block;
    text-align: right;
    padding: 10px 19px;
    font-size: 17px;
    margin-left: auto;
 
}
#responsive-menu.top_position #close_icon {
    display: block;
    text-align: right;
    padding: 10px 19px;
    font-size: 17px;
    margin-left: auto;
    position: absolute;
    right: 0;
    top:0;
}
.top-bar .dropdown.menu>li.opens-right>.is-dropdown-submenu {
    position: absolute;
    max-width: 100%;
    margin-top: 0px !important; 
    left: 125px;
    top: 33px;
}
#responsive-menu .menu>li {
    display: block;
}
.art_logo a img {
    height: 50px !important;
}
nav#responsive-menu .menu>li>a i {
    padding-left: 16px;
}
.subshort {
    padding-right: 0!important;
    width: 28%!important;
     padding-top: 0px!important; 
}
#responsive-menu.top_position{
    position: fixed !important;
    left: 0;
    top: -57px !important;
    width: 100%;
    box-shadow: 1px 7px 11px 0px #8080809e;
}
}


/*garima*/

@media only screen and (max-width: 767px){
    .seelo {
    display: flex!important; 
    width: 100%!important;
}

    .subshort {
    width: 16%!important;
}
 .seminarImageEvents {
    align-items: center;
}
#lectgallery {
    padding-top: 0px !important;
}
.top-bar {
    position: absolute;
    right: 41px;
    top: -14px;
}
.seminarImageEvents .our-process-wrapper {
    padding: 11px 0 !important;
    width: calc(100% - 250px);
}
.art_logo a img {
    height: 50px !important;
}
/*.menu {*/
/*    display: block !important;*/
/*    width: 31%;*/
/*    background-color: white !important;*/
/*    float: right !important;*/
/*}*/
.title-section h1 {
    font-size: 26px;
}
/*.seelo2 .top-bar {*/
/*    position: absolute;*/
/*    right: -315px !important;*/
/*    top: -31px !important;*/
/*}*/
.seelo2 .top-bar {
    position: absolute;
    right: -293px !important;
    top: -31px !important;
}
}
@media only screen and (max-width: 600px){
  .divide {
   text-align: center;
}
.location span {
    float: none;
}
  .index {
  flex: 100%;
}
.location span {
    float: unset;
}
.all_iconslink {
    justify-content: center;
   
}
.all_sidelog {
 justify-content: center;
}
.navlink {
    width: 80%;
    margin: 0 auto;
}
}
@media only screen and (max-width: 575px){
     .divide {
   text-align: center;
}
.location span {
    float: none;
}
  .index {
  flex: 100%;
}
.location span {
    float: unset;
}
.all_iconslink {
    justify-content: center;
   
}
.all_sidelog {
 justify-content: center;
}
.navlink {
    width: 80%;
    margin: 0 auto;
}
.seelo {
    justify-content: space-between;
    padding: 0px 5px;
} 
.top-bar {
    position: absolute;
    right: 33px;
    top: -30px;
}
.hide-for-small-only {
    display: block !important;
}
.brands-wrap {
    margin-bottom: 0px !important;
}
.seminar-events {
    margin-bottom: 0px !important;
}
.welcome-message.module {
    margin-bottom: 10px!important;
    padding-bottom: 0px !important;
}
#lectgallery {
    padding-top: 10px !important;
}
.welcome-message h2 {
    font-size: 27px!important;
}
.small_screen {
    text-align: center;
}
.courses-table-row {
    width: 100%;
}
.courses-table-heading h5 {
    font-size: 16px;
}
.art_logo a img {
    height: 50px !important;
}
nav#responsive-menu .menu>li>a {
    padding: 10px;
    color: #174873 !important;
}
#responsive-menu.top_position {
    position: fixed !important;
    left: 0;
    top: -34px !important;
    width: 100%;
    box-shadow: 1px 7px 11px 0px #8080809e;
}
.seelo2 {
    display: flex;
    justify-content: normal;
    padding: 0 30px;
    align-items: center;
}
.seelo2 .top-bar {
    position: absolute;
    right: 41px;
    top: -30px;
}
.logo {
    display: inline-flex!important;
    width: 63px!important;
    text-align: center!important;
}
.middle_width {
    width: 24%;
}
.seelo2 .top-bar {
    position: absolute;
    right: -293px !important;
    top: -31px !important;
}
}
@media only screen and (max-width: 375px){
.seelo2 .top-bar {
    position: absolute;
    right: -184px !important;
    top: -31px !important;
}
.dropdown.menu>li.opens-left>.is-dropdown-submenu li a {
    background-color: transparent !important;
    color: white !important;
}
}


.acelogo img {
    height: 65px !important;
}
.aceheader {
    padding-top: 10px  !important;
    padding-bottom: 10px  !important;
}

span.lb-number {
    display: none !important;
}
span.lb-caption {
    display: none !important;
}
.course h3 {
    font-weight: 600;
    font-size: 17px !important;
}



.icons {
    border: 2px solid white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    
}

.icons a i {
    font-size: 25px;
    padding-top: 8px;
}

.all_iconslink {
    display: flex;
    gap: 15px;
    justify-content: end;
    padding-top: 30px;
}

.all_sidelog {
    display: flex;
    gap: 30px;
    justify-content: end;
    padding-top :40px;
}

.navlink {
    padding: 0 65px;
}

span.iconfont {
    font-size: 17px;
    padding-right: 5px;
   
}
.main_logo {
    padding-bottom: 30px;
}

.location span {
    float: left;
}
.main_bottom {
    background-image: url(../images/footermap.png);
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.main_bottom::before {
    position: absolute;
    content: "";
    background: #01011bd9;
    height: 100%;
    width: 100%;
}

.text-font span {
    color: white;
    font-weight: 500;
}

.main_logo a img {
    width: 38%;
}

.index {
    z-index: 9999 !important;
}

.divide {
    display: flex;
}
.text-font {
    padding-bottom: 14px;
}
a.alltab {
    border: 1px solid white;
    display: block;
    padding: 4px;
    text-decoration: none;
    color: white;
    text-align: center;
    margin-bottom: 20px;
}

.space {
    padding: 40px 35px;
}
.drsheetal{
    height: 220px;
}
[id^="aboutus"] {
    scroll-margin-top: 100px; 
  }
  
  .scrolled-section {
    padding-top: 100px !important;
  }
  section {
/* height: 100%;      */
}
  html {
    /* scroll-behavior: smooth;  */
  }
  .news li{
    font-size: 16px;
  }
  label, p, ul, ol, a, blockquote, input, textarea, select, [type=date], [type=text], [type=email], span {
    font-size: 1rem;
}