body p {
    text-align: justify !important
}

.sh {
    box-shadow: 0 1px 5px #2a2a2a38 !important
}

#nav_menu-19 .rt-megamenu-widget-title {
    color: #f4f6f7 !important
}

.footer-address-c a {
    color: #fff !important
}

.footer-address-c a:hover {
    color: #b4c1de !important
}

.stand-slide {
    background: #2a2a2a4d !important;
    box-shadow: 0 0 5px #b7bbc0b5 !important
}

.side-menu ul li a {
    background   : #f3f4f5 !important;
    padding      : 14px 24px !important;
    font-size    : 16px !important;
    color        : #001040 !important;
    margin-bottom: 3px !important;
    border-left  : 4px solid #f3f4f5 !important
}

.side-menu ul li.current_page_item a {
    border-left: 4px solid #c3d3e5 !important
}

.sidebar-form input[type=text] {
    width        : 100% !important;
    margin-bottom: 10px !important
}

.sidebar-form input[type=email] {
    width        : 100% !important;
    margin-bottom: 10px !important
}

.sidebar-form input[type=tel] {
    width        : 100% !important;
    margin-bottom: 10px !important
}

.sidebar-form textarea {
    width : 100% !important;
    height: 85px !important
}

.t-title {
    margin       : 0 0 60px;
    padding      : 18px 10px 18px 90px;
    position     : relative;
    font-size    : 25px;
    font-weight  : 700;
    color        : #2e496e;
    background   : #f2f2f2;
    border-radius: 40px 0 0 40px
}

.one:before {
    content: '1.'
}

.two:before {
    content: '2.'
}

.three:before {
    content: '3.'
}

.t-title:before {
    width             : 71px;
    height            : 100%;
    position          : absolute;
    top               : 0;
    right             : auto;
    bottom            : auto;
    left              : 0;
    -webkit-transition: 0.36s background;
    -moz-transition   : 0.36s background;
    -ms-transition    : 0.36s background;
    -o-transition     : 0.36s background;
    transition        : 0.36s background;
    padding           : 20px 24px;
    color             : #fff;
    background        : #14295b;
    border-radius     : 40px 0 0 40px;
    font-size         : 24px;
    text-align        : center
}

.t-title:after {
    width            : 0;
    height           : 0;
    position         : absolute;
    top              : auto;
    right            : auto;
    bottom           : 0;
    left             : 71px;
    -webkit-transform: translate(0, 100%);
    -moz-transform   : translate(0, 100%);
    -ms-transform    : translate(0, 100%);
    -o-transform     : translate(0, 100%);
    transform        : translate(0, 100%);
    border-top       : 36px solid #f2f2f2;
    border-right     : 32px solid transparent;
    content          : '';
    display          : block
}

.step ul li {
    list-style: square !important
}

#aply {
    height           : 65px !important;
    width            : 0px !important;
    position         : fixed !important;
    right            : 0 !important;
    top              : 58% !important;
    z-index          : 1000 !important;
    transform        : rotate(-90deg) !important;
    -webkit-transform: rotate(-90deg) !important;
    -moz-transform   : rotate(-90deg) !important;
    -o-transform     : rotate(-90deg) !important;
    filter           : progid:DXImageTransform.Microsoft.BasicImage(rotation=3) !important
}

#aply a {
    display        : block !important;
    background     : #c30b12 !important;
    height         : 35px !important;
    padding-top    : 5px !important;
    width          : 120px !important;
    text-align     : center !important;
    color          : #fff !important;
    font-family    : Arial, sans-serif !important;
    font-size      : 15px !important;
    font-weight    : bold !important;
    text-decoration: none !important
}

#aply a:hover {
    background: #000 !important
}

.blog.element-one .blog-item>.holder {
    border    : 3px solid #273272 !important;
    box-shadow: 0 3px 5px #2732729e !important
}

.blog-item .meta {
    display: none !important
}

.blog-item .author {
    display: none !important
}

.blog-item .data h4 {
    margin: 10px 0 10px 0px !important
}

.scrl-form input[type=text] {
    width        : 100% !important;
    margin-bottom: 10px !important
}

.scrl-form input[type=email] {
    width        : 100% !important;
    margin-bottom: 10px !important
}

.scrl-form input[type=tel] {
    width        : 100% !important;
    margin-bottom: 10px !important
}

.scrl-form textarea {
    width : 100% !important;
    height: 85px !important
}

.world .nav-item {
    border: 2px solid #f2f2f2 !important
}

.world>li>a {
    border-radius: none !important
}

.world .nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background-color: #c30b12 !important
}

body>.scrollup.right.active {
    bottom: 90px !important
}

.menu-my_menu-container li a {
    font-size  : 12px !important;
    font-weight: 600 !important;
}

.nav>[class*='menu-']>ul.menu>li {
    margin-right: 17px;
}

.accreditation-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 40px 0;
}

.accreditation-gallery {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.12);
  transition: all 0.3s ease;
}

.accreditation-gallery:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 35px rgba(0,0,0,0.2);
}

.accreditation-gallery img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  cursor: pointer;
}

/* Responsive */
@media (max-width: 992px) {
  .accreditation-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .accreditation-wrapper {
    grid-template-columns: 1fr;
  }
}

/* Lightbox */
.img-preview {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.img-preview img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 8px;
}

.img-preview .close {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
