  
a {
  color: var(--red-color);
  overflow-wrap: break-word;
}
a:hover {
  color: var(--black-color);
}
.headtoppart {
    display: block;
    width: 100%;
    background-color:var(--gray-color);
    margin: 0 auto;
    padding: 0;
  }
  .headerwp {
    max-width: 1400px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
  }
  .headerwp svg
  {
    color: var(--red-color);
    margin-right: 5px;
  }
  .headertopleft a
  {
    color: var(--black-color);
    margin-right: 20px;
    text-transform: uppercase;
  }
  .headertopright ul,
  .headertopright li
  {
    display: inline-block;
  }
  .headertopright li
  {
    padding-right: 10px;
    margin: 0 0 0 10px;
  }
  .headertopright li a
  {
    position: relative;
    color: var(--black-color); 
  }
  .headertopright li a:hover
  {
    color: var(--red-color);
  }
  .headertopright li:not(:last-child) a::after
  {
    display: block;
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    top: 0;
    right: -12px;
    background-color:#000;
  }
  .headertopright span a
  {
    /* display: inline-block;
    border-right: 2px solid var(--red-color);
    padding-right: 10px;
    font-weight: bold; */
    cursor: default;
    color: var(--red-color);
    text-transform: uppercase;
  }
  .wsmainwp {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
  }
  .wsmainfull.wsfixed
  {
    z-index: 10;
    top: 0;
  }
  .desktoplogo img {
    width: 80%;
  }
  .sub-menu svg
  {
    margin-right: 10px;
  }
  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover,
  .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover, 
  .wsmenu>.wsmenu-list>li>a.active {
    text-decoration: none;
    background: var(--red-color);
    color: var(--white-color);
  }
  /****/
  .video
  {
      position:relative;
  }
  #myVideo {
    min-width: 100%; 
    min-height: 100%;
    position:relative;
  }
  .content {
    color: var(--white-color);
    width: 50%;
    padding: 20px;
    text-align:left;
    position:absolute;
    bottom:40%;  
  }
  .content .title
  {
      font-weight:bold;
    font-size:60px;
    line-height: 60px;
  }
  .btns
  {
    margin: 45px 0px;
    display: flex;
    justify-content: flex-start;
  }
  .btns a
  {
    border-radius: 20px;
    color: var(--white-color);
    padding: 7px 30px;
    text-align: center;
    margin-right: 15px;
  }
  .btns .red-bt
  {
    background: var(--red-color);
  }
  .btns .blue-bt
  {
    background: var(--blue-color);
  }
  .btns .red-bt:hover,
  .btns .brd-bt:hover,
  .btns .blue-bt:hover
  {
    color: var(--red-color);
    background: var(--white-color);
  }
  .btns .brd-bt
  {
    border:1px solid var(--white-color);
  }

  video
  {
    display: block;
  }
  #myBtn {
    width: 55px;
    cursor: pointer;
    background:none;
    border:none;
  }
  #myBtn img
  {
    width: 40px;
  }
  /***/
  .main-content
  {
    position: relative;
    margin-bottom: 50px;
  }
  .shap1
  {
    width:100px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .welcome
  {
    padding: var(--mg-4) 0px;
    display: flex;
    justify-content: space-between;  
  }
  .welcome div
  {
    flex-basis: 50%;
  }
  .welcome h2
  {
    font-weight: bold;
  }
  .main-counter
  {
    margin-bottom: var(--mg-5);
  }
  .counter-box {
    color:var(--black-color);
    background: var(--gray-color);
    text-align: center;
    margin-bottom: 10px;
    padding: 50px 10px;
  }
  .counter-box .No {
    font-size: 3.5rem;
    font-weight: bold;
    color:var(--blue-color);
  }
  .Highlight
  {
    margin: 0;
  }
  .high-txt
  {
    padding: 140px 50px;
    width: 70%;
  }
  
  .main-shortcuts
  {
    display: flex;
  }
  .shortcuts
  {
    display: grid;
    grid-template-columns: 2fr 400px 50px 2fr;
    grid-template-rows: auto auto;
    width: 100%;
  }
  .shortcuts>div
  {
    position: relative;
  }
  .shortcuts div img
  {
    object-fit: cover;
    height: 100%;
  }
  .item1 {
    grid-row: 1 / 3;
  }
  .item3 {
    grid-column: 3 / 5;
  }
  .item4 {
    grid-column: 2 /4;
  }
  .item2 {
    background: var(--red-color);
    color: var(--white-color);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .short-txt
  {
    padding: 0px 6px;
   /* width:260px; 
     overflow-wrap: break-word; */
  }
  .short-txt h2
  {
    text-transform: uppercase;
    font-weight: bold;
  }
  .short-tit
  {
    position: absolute;
    text-transform: uppercase;
    color: var(--white-color);
    font-weight: bold;
    font-size: var(--font-med);
    line-height: 44px;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    text-shadow: 0px 5px 10px #000;
    z-index: 2;
    opacity: 1;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  .overlay
  {
    content:'';
    background-color: var(--black-color);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.5;
    transition: all 0.3s;
  }
  .short-block a:hover .overlay
  {
    opacity: 0;
    transition: all 0.3s;
  }
  .short-block a:hover .short-tit
  {
    opacity:1;
    transform: translate(-50%, -80%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transform: translate(-50%, -80%);
    -moz-transform: translate(-50%, -80%);
    -ms-transform: translate(-50%, -80%);
    -o-transform: translate(-50%, -80%);
  }
  .ad
  {
    margin: var(--mg-5) 0px;
    text-align:center;
  }
  .home-news
  {
    margin-bottom: var(--mg-5);
  }
  .news-brief
  {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .news-txt
  {
    padding:0px 100px;
    flex-basis: 50%;
  }
  .news-txt h5
  {
    font-weight: bold;
    position: relative;
  }
  .news-txt hr
  {
    background: var(--red-color);
    height: 2px;
    opacity: 1;
    width: 70px;
  }
  .news-txt h2
  {
    font-weight: bold;
    text-transform: uppercase;
  }
  .news-txt h2 span
  {
    font-weight: normal;
  }
  .news-txt p
  {
    margin: 25px 0px;
  }
  .news-txt a
  {
    color: var(--red-color);
    text-transform: uppercase;
    font-weight: bold;
  }
  .news-img
  {
    position: relative;
  }
  .news-img .shape2
  {
    position: absolute;
    top: 0;
    width: 50px;
    left: -50px;
  }
  
  .slick-dots {
      height: 50px;
      left: 100px;
      width: inherit;
    bottom: 100px;
  }
  .slick-dots li button::before
  {
      font-size: 0.9rem;
      width:15px;
      height:15px;
    border-radius: 50%;
      margin-top: 0px;
      margin-left: 0px;
  }
  .slick-dots li
  {
      display: inline-block;
    border: none;
    margin: 0px 6px 0 0;
  }
  .slick-dots li button
  {
      background: var(--black-color);
      width:15px;
      height:15px;
      padding: 0px;
    border-radius: 50%;
      text-indent: -9999px;
  }
  .slick-dots li.slick-active button:before
  {
      background:var(--red-color);
      opacity: 1;
  }
  button:focus {
      outline: none;
      outline: none;
  }
  /*** inners ***/
  .carousel-indicators
  {
    left: inherit;
    right: 5%;
    margin-right: 0;
    z-index: 1;
  }
  .carousel-indicators [data-bs-target]
  {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    opacity: 1;
    cursor: pointer;
  }
  .carousel-indicators .active,
  .carousel-indicators [data-bs-target]:hover
  {
    background-color: var(--red-color);
  }
  .page-tit
  {
    padding: var(--mg-5) 0px;
  }
  .page-tit h2
  {
    font-weight: bold;
    font-size: var(--font-big);
    text-transform: uppercase;
  }
  .breadcrumb
  {
    margin-bottom: 15px;
  }
  .breadcrumb ul li
  {
    display: inline-block;
    margin-right: 10px;
    color: var(--black-color);
  }
  .breadcrumb ul li a
  {
    color: var(--black-color);
  }
  .breadcrumb ul li a:hover,
  .breadcrumb ul li.active
  {
    color: var(--red-color);
  }
  .team-block
  {
    margin-bottom: var(--mg-5);
  }
  .categ-team {
    align-items: center;
    line-height: 19px !important;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    font-weight: bold;
    margin-bottom: var(--mg-5);
    font-size: 24px;
    text-transform: uppercase;
  }
  .categ-team::before, .categ-team::after {
    border-top: 0;
    border-bottom: 0;
    content: '';
    flex-grow: 0;
    width: 40px;
    height: 3px;
    background:var(--red-color);
    top: 0;
  }
  .categ-team::before {
    margin-right: 20px;
  }
  .categ-team::after {
    margin-left: 20px;
  }
  .membr-block
  {
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    align-items: center;
    text-align: center;
  }
  .membr-block div
  {
    flex-basis: 50%;
    color: var(--black-color);
  }
  .membr-block h3
  {
    font-weight: bold;
    font-size: 18px;
  }
  .membr-block p
  {
    margin: 0;
  }
  .modal {
    z-index: 99999;
  }
  .pattern-bg
  {
    background: url(/MainSiteAssets/imgs/pattern.png) var(--gray-color) repeat;
    margin-bottom: var(--mg-5);
   
  }
  .space
  {
    padding: var(--mg-5) 0px;
    position: relative;
  }
  .sep-line
  {
    background: var(--red-color);
    width: 2px;
    height: calc(100% - 100px) !important;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .accordion
  {
    margin: 0px 25px;
  }
  .accordion-item
  {
    margin-bottom: 15px;
    box-shadow: 1px 2px 10px 0 rgba(0, 0, 0, 0.1);
    
  }
  .accordion-header
  {
    border-radius: 25px;
  }
  .accordion-button:not(.collapsed)
  {
    color: var(--red-color);
    background: none;
    box-shadow: none;
  }
  .accordion-button:focus
  {
    box-shadow: none;
    border: none;
  }
  .accordion-body {
    border-left: 1px solid var(--red-color);
  }
  .accordion-button
  {
    font-weight: bold;
  }
  .accordion-button::after {
  
    background-image: url(/MainSiteAssets/imgs/black-b-arrow.png);
    width: 1rem;
    height: 1rem;
    background-size: 1rem;
  }
  .accordion-button:not(.collapsed)::after
  {
    background-image: url(/MainSiteAssets/imgs/red-b-arrow.png);
  }
  /*** Admission ***/
  .timeline_bar
  {
    position: relative;
  }
  /* .timeline_bar:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 90%;
    background: url(/MainSiteAssets/imgs/dot.jpg) repeat top;
    background-size: 6px;
    display: block;
    top: 26px;
    left: 50%;
    margin-left: -1px;
    z-index: 0;
  } */
  .timeline_box
  {
    position: relative;
    display: flex;
    column-gap: 5%;
    justify-content: space-between;
    margin-bottom: var(--mg-5);
    padding-top: 25px;
  }
   .timeline_box:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 90%;
    background: url(/MainSiteAssets/imgs/dot.jpg) repeat top;
    background-size: 6px;
    display: block;
    top: 26px;
    left: 50%;
    margin-left: -1px;
    z-index: 0;
  } 
  .time-date
  {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    width: 15%;
    padding: 0 0 30px 0;
  }
  .time-date h6
  {
    color: var(--black-color);
  }
  .time-date span
  {
    font-size: var(--font-big);
    display: block;
    line-height: 40px;
    font-weight: bold;
    font-family: var(--body-fonts-BOL);
  }
  .timeline-img
  {
    flex-basis: 25%;
  }
  .timeline-img img
  {
    border-radius: 50%;
    border: 5px solid var(--gray-color);
  }
  .timeline-txt
  {
    flex-basis: 35%;
  }
  .timeline-txt p
  {
    color: var(--black-color);
  }
  .timeline-txt h3
  {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .light-blue-color
  {
    color: var(--light-blue-color);
  }
  .timeline_box:nth-child(even) .timeline-img
  {
   order: -1;
  }
  /*** color ***/
  .timeline_box:nth-child(1)
  {
    color: var(--light-blue-color);
  }
  .timeline_box:nth-child(2)
  {
    color: var(--blue-color);
  }
  .timeline_box:nth-child(3)
  {
    color: var(--yellow-color);
  }
  .timeline_box:nth-child(4)
  {
    color: var(--green-color);
  }
  .timeline_box:nth-child(5)
  {
    color: var(--pink-color);
  }
  
  .slick-list {
    margin-bottom: 50px;
  }
  
  .slick-arrow {
    margin: 0 auto;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 90%;
    width: 55px;
    height: 55px;
    z-index: 1;
    text-align: right;
    background: url(/MainSiteAssets/imgs/r-arrow.svg) no-repeat;
    transform: translate(0, 0);
  }
  .slick-prev
  {
    transform: translatex(-50px) rotate(180deg);
    margin-right: 50px;
  }
  .slick-prev:before,
.slick-next:before {
   content: '';
}
  ul.bullet
  {
    list-style: disc;
  }
  ul.bullet li
  {
    margin-bottom: 20px;
  }
  .about-block
  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--mg-5);
  }
  .about-block-txt
  {
    padding:0px 100px;
    flex-basis: 60%;
  }
  .about-block-img
  {
    position: relative;
    flex-basis: 40%;
  }
  .about-block-img .shape2
  {
    position: absolute;
    bottom: 0;
    width: 50px;
    right: -50px;
  }
  .about-block:nth-child(even) .about-block-img
  {
   order:1;
  }
  .about-block:nth-child(even) .about-block-txt
  {
   padding:0px 100px 0 0;
  }
  .about-block:nth-child(even) .shape2
  {
    right: inherit;
    left: -50px;
  }
  .video-bg-color
  {
    position: relative;
  }
  /*.video-bg-color::before
  {
    content: '';
    background:var(--red-color);
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    height: 100%;
    z-index: 1;
  }
  .video-bg
  {
    background:url(/MainSiteAssets/imgs/video-bg.jpg) no-repeat 50% 50%;
    background-size: cover;
    min-height: 800px;
    margin-bottom: var(--mg-5);
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .video-bg::before
  {
    content: '';
    background: var(--black-color);
    opacity: .7;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }*/
  .about-video {
   /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;*/
    margin-bottom: 40px;
  }
  .about-video .video-block {
    flex-basis: 70%;
    z-index: 1;
  }
  .video-txt {
    flex-basis: 30%;
    color: var(--white-color);  
    z-index: 1;
  }
  .video-txt h3
  {
    font-size: var(--font-med);
  }
  
  .rotate-txt {
    position: absolute;
    right: 25px;
    color: var(--white-color);
  }
  .rotate-txt svg {
    width: 9px;
    height: 9px;
    padding: 9px;
    background: none;
    text-align: center;
    border: 1px solid var(--white-color);
    border-radius: 50%;
  }
  .rotate-txt button:focus {
    outline: none;
  }
  .rotate-txt span {
    margin-right: 10px;
    vertical-align: top;
  }
  .about-video .video-block #myVideo {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    display: block;
    margin-bottom: 15px;
  }
  .rotate-txt #myBtn
  {
    width: inherit;
    color: var(--white-color);
  }
  .club-logos
  {
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 30px;
  }
  .club-logos div
  {
      background: var(--white-color);
      border: 1px solid var(--gray-color);
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .logo-brd
  {
    border: 1px solid #e0e0e0;
    width: 140px;
    margin: 0 0 25px;
  }
  .club-link
  {
    background: var(--black-color);
    color: var(--white-color);
    padding: 6px 12px;
  }
  .club-link svg
  {
    margin-right: 10px;
  }
  .club-memmbers
  {
    padding: var(--mg-5) 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 50px;
  }
  .club-memb
  {
    text-align: center;
    position: relative;
    margin-bottom: var(--mg-5);
  }
  .memb-txt
  {
    width: 80%;
    margin: 0 auto;
    background: var(--white-color);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    padding-top: 25px;
    text-align: center;
    transition: all 0.3s;
  }
  a .memb-txt 
  {
    color: var(--black-color);
  }
  .club-memb a:hover .memb-txt
  {
    bottom: 0;
    transition: all 0.3s;
  }
  .table-sample
  {
    margin-bottom: var(--mg-5);
  }
  .table-sample td,.table-sample th
  {
    text-align: center;
    width: 25%;
    border: 1px solid var(--black-color);
  }
  .table-sample th
  {
    background: var(--blue-color);
    color: var(--white-color);
  }
  .table-sample tr:nth-child(odd)
  {
    background: var(--gray-color);
  }
  .news-categ
  {
    margin-bottom: var(--mg-5);
    display: flex;
    justify-content: space-between;
  }
  .news-categ div
  {
    flex-basis: 40%;
  }
  .form-select
  {
    border:1px solid var(--black-color);
    border-radius: 0;
  }
  .form-select:focus
  {
    border:1px solid var(--black-color);
    outline: 0;
    box-shadow: none;
  }
  .search-box
  {
    position: relative;
    text-align: right;
  }
  .search-box button {
    background: var(--red-color);
    border: none;
    color: var(--white-color);
    text-transform: uppercase;
    padding: 7px 15px;
    position: absolute;
    right: 0px;
  }
  .search-box .form-control {
    border: 1px solid #000;
    background: transparent;
    border-radius: 0;
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .pdfs-block
  {
    background: var(--gray-color);
    padding: 50px 30px;
    margin: 35px 0 var(--mg-5);
  }
  .pdfs-block a
  {
    background: var(--white-color);
    color: var(--black-color);
    display: inline-block;
    padding: 10px 20px;
    margin: 20px 20px 0px 0px;
  }
  .pdfs-block a:hover
  {
    background: var(--black-color);
    color: var(--white-color);
  }
  .pdfs-block a svg
  {
    font-size: 22px;
    margin-right: 10px;
  }
  .side-menu
  {
    border-right: 1px solid var(--gray-color);
    margin-right: 25px;
  }
  .side-menu h5
  {
    position: relative;
    display: none;
  }
  .side-menu h5::after
  {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 70px;
    height: 2px;
    background: var(--black-color);
  }
  .side-menu ul
  {
    margin-top: 0px;
  }
  .side-menu ul li
  {
    margin-bottom: 20px;
  }
  .side-menu ul li a
  {
    color: var(--black-color);
    font-size: 16px;
    transition: all 0.3s;
  }
  .side-menu ul li a.active
  {
    color: var(--red-color);
  }
  .side-menu ul li svg
  {
    margin-right: 6px;
  }
  .side-menu ul li a:hover
  {
    color: var(--red-color);
    /* margin-left: 15px; */
    transition: all 0.3s;
  }
  .contact-block
  {
    background: url(/MainSiteAssets/imgs/co-bg.jpg) no-repeat left bottom var(--gray-color);
    padding: var(--mg-5) 0px;
    margin-bottom: var(--mg-5);
  }
  .contact-block h2
  {
    margin-bottom: var(--mg-5);
  }
  .form-control
  {
    border: 1px solid var(--black-color);
    background: transparent;
    margin-bottom: 30px;
    border-radius: 0;
  }
  .contact-link
  {
    background: var(--red-color);
    border: none;
    color: var(--white-color);
    text-transform: uppercase;
    padding: 7px 15px;
  }
  .faculies
  {
    margin-bottom: var(--mg-5);
    padding: 0px 150px;
  }
  .faculty-block
  {
    border: 1px solid var(--gray-color);
    margin: 0px 10px 0px;
  }
  .faculies .col-md-6
  {
    margin: 0px 0px 50px;
  }
  .fac-txt
  {
    padding: 25px;
  }
  .fac-txt h3
  {
    min-height: 70px;
  }
  .fac-txt a
  {
    color: var(--red-color);
    text-transform: uppercase;
    font-weight: bold;
  }
  .fac-img
  {
    position: relative;
    margin-top: 23px;
  }
  /* .faculty-block svg
  {
    position: absolute;
    width: 140px;
    right: 110px;
    top: -46px;
  } */
  .main-news
  {
    margin: 0;
  }
  .news-block
  {
    border: 1px solid var(--gray-color);
    margin-bottom: var(--mg-5);
  }
  .news-shape
  {
    display: flex;
    justify-content: flex-end;
  }
  .news-shape svg
  {
    width: 120px;
  }
  .news-txt2
  {
    padding: 0 30px 25px;
  }
  .news-txt2 p
  {
    border-bottom: 1px solid var(--gray-color);
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }
  .news-txt2 span:nth-child(odd)
  {
    float:right;
  }
  .news-txt2 a
  {
    color: var(--red-color);
  }
  /***/
  .paging
  {
      margin:0px 0 var(--mg-5);
  }
  .page-item.active .page-link {
      z-index: 1;
      color: var(--white-color);
      background-color:var(--blue-color);
      border-color: var(--blue-color);
  }
  .page-item .page-link {
      border-radius: 0 !important;
      margin: 0px 4px;
      background-color:var(--gray-color);
      border-color: var(--gray-color);
      color: var(--black-color);
  }
      .page-item .page-link:hover,
      .page-item.active span {
          background-color: var(--blue-color);
          border-color: var(--blue-color);
          color: var(--white-color);      
      }
  .page-item.active span {
      line-height: 1.42;
      display: block;
      position: relative;
      padding: .5rem .75rem;
      color: var(--white-color);
      margin: 0px 4px;
  }
  .news-box
  {
    margin-bottom: var(--mg-5);
  }
  .news-box .date
  {
    color: var(--red-color);
    margin-bottom: 25px;
  }
  .news-recent
  {
    padding-left: 50px;
  }
  .news-recent h3
  {
    border-left: 6px solid var(--red-color);
    padding-left: 25px;
    margin-bottom: 30px;
  }
  .news-other
  {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6%;
    margin-bottom: 30px;
  }
  .news-other img
  {
    width: 150px;
  }
  .news-other a
  {
    color: var(--black-color);
  }
  .faculty-shortcuts
  {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6%;
  }
  .faculty-short-txt
  {
    flex-basis: 30%;
  }
  .faculty-short-imgs
  {
    flex-basis: 80%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,1fr);
    gap: 20px;
  }
  .faculty-short-imgs>div
  {
    position: relative;
  }
  .faculty-short-imgs .short-block:nth-child(1)
  {
    margin-top: 30px;
  }
  .faculty-short-imgs .short-block:nth-child(4)
  {
    margin-top: -30px;
  }
  .faculty-short-imgs .short-block:nth-child(2) .overlay,
  .faculty-short-imgs .short-block:nth-child(3) .overlay
  {
    height: calc(100% - 30px);
  }
  
  .faculty-short-imgs .short-block:nth-child(4) .overlay
  {
    height: calc(100% - 60px);
  }
  /*** contact us ***/
  .contact-rich {
    margin-bottom: 32px;
  }
  .contact-rich h4,.contact-form h4 {
    text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 1.3em;
  font-weight: bold;
  }
  .contact-rich .block {
    height: auto;
    margin: 1em 0px;
    padding-bottom: 1em;
    border: 0;
    border-bottom: 1px solid var(--gray-color);
  }
  .contact-rich .block a {
    color: var(--black-color);
  }
  .contact-rich .block .icon {
    float: left;
    width: 56px;
  }
  .contact-rich .block .icon svg {
    font-size: 30px;
    color: var(--red-color);
  }
  .contact-rich .block .data {
    width: auto;
    overflow: hidden;
  }
  .contact-rich .block .data span {
  display:block;
  text-transform: uppercase;
  font-weight: bold;
  }
  .contact-form
  {
    margin-bottom: var(--mg-5);
  }
  .map
  {
    margin:0px 0 var(--mg-5);
  }
  
  /*** Footer ***/
  footer
  {
    background:url(/MainSiteAssets/imgs/footer-watermark.png) right top no-repeat var(--gray-color);
    padding: 50px 0px 25px;
  }
  footer h5
  {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .footer-links ul
  {
    display: inline-block;
    width: 45%;
  }
  .footer-links ul a
  {
    color: var(--black-color);
    display: block;
    margin-bottom: 8px;
  }
  .footer-links ul a:hover
  {
    color: var(--red-color);
  }
  .address span
  {
    font-weight: bold;
  }
  .bottom-footer
  {
    border-top: 1px solid #c0bfbf;
    margin-top: 20px;
    padding-top: 40px;
  }
  .bottom-footer h5
  {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .footer-sm a
  {
    font-size: 20px;
    color: var(--black-color);
    margin-left: 10px;
  }
  .footer-sm a:hover
  {
    color: var(--red-color);
  }
  .subscrib .form-control
  {
    border: 1px solid #000;
    background: transparent;
    border-radius: 0;
    position: relative;
    display: inline-block;
    width: 50%;
  }
  .subscrib button
  {
    background: var(--red-color);
    border: none;
    color: var(--white-color);
    text-transform: uppercase;
    padding: 7px 15px;
    position: absolute;
  }
  .subscrib button:hover
  {
    background: var(--black-color);
  }
  /*** shapes color ***/
  .cls-1
  {
    fill: var(--red-color);
  }
  .cls-2 
  {
    fill: var(--blue-color);
  }
  .cls-3
  {
    fill: var(--blue-color);
  }
  .cls-4
  {
    fill: var(--red-color);
  }
  
  /*ul of editor*/
  .ul-editor {
      list-style: disc;
      margin-left: 50px;
  }
  .stuff-block
  {
    text-align: center;
    margin-bottom: 60px;
  }
  .stuff-block a
  {
    color: var(--black-color);
  }
  .stuff-block a:hover
  {
    color: var(--red-color);
  }
  .stuff-icon
  {
    margin-bottom: 25px;
  }
  .stuff-icon img
  {
    width: 80px;
    height: 80px;
    transition: 0.3s all;
  }
  .stuff-block a:hover .stuff-icon img
  {
    transform: scale(1.2);
    transition: 0.3s all;
  }
  .student-block
  {
    display: inline-flex;
    flex-direction: row;
    min-width: 600px;
    width: 600px;
    margin: 50px auto;
    justify-content: space-between;
  }
 .student-block div
 {
  flex-basis: 40%;
 } .student-block p
 {
  margin-top: 25px;
  text-align: center;
 }
 iframe
 {
  width: 100%;
 }
 .temp-logos .club-logos
 {
     grid-template-columns: repeat(4,1fr);
 }
/*** New style ***/
header {
    box-shadow: 1px 1px 30px rgba(0,0,0,0.1);
}

label {
    font-size: 0.85rem;
    margin-bottom: 6px;
}

.form-select {
    margin-bottom: 30px;
}

.choose-file {
    margin-bottom: 35px;
}

    .choose-file .form-control {
        margin: 0;
    }

.input-group-text {
    background: var(--red-color);
    color: var(--white-color);
    border: 1px solid var(--red-color);
    border-radius: 0px;
    cursor: pointer;
    margin: 0;
}
/*===== Faculty Programme === */
.logo-eguc {
    background-image: url(/MainSiteAssets/css/'https:/www.bue.edu.eg/uploads/editor/Iconss/logo%20(1).jpg');
    width: 250px;
    height: 250px;
    background-size: cover;
    margin: 0 auto;
}

.logo-lsbu {
    background-image: url('https://www.bue.edu.eg/uploads/editor/logos/LSBU Logo.png');
    width: 300px;
    height: 200px;
    background-size: cover;
    margin: 0 auto;
}

.logo-mmu {
    background-image: url(https://www.bue.edu.eg//uploads/editor/logos/Manchester-Met-RGB_Black-Centred.png);
    width: 230px;
    height: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.logo-qmu {
    background-image: url('https://www.bue.edu.eg//uploads/editor/logos/queen_marg_university-logo.png');
    width: 300px;
    height: 100px;
    background-size: cover;
    margin: 0 auto;
}
.logo-qaa {
    background-image: url('https://www.bue.edu.eg//uploads/editor/logos/logo_qqa_badge.png');
    width: 300px;
    height: 100px;
    background-size: cover;
    margin: 0 auto;
}

.title-red {
    color: #e95353;
}

.video-container {
    background: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
    background-repeat: no-repeat;
    background-size: cover;
    width: 85%;
}

.bue-mark {
    display: block;
    top: 100%;
    position: relative;
}

.nav-tabs .nav-link.active {
    color: #d73738 !important;
}

.card-animated.card {
    transition: filter .5s ease, transform .3s ease;
}

.card-animated.card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    filter: brightness(108%) saturate(115%);
}

ul.ul-decimal {
    list-style: decimal;
    padding: 15px;
    margin-left: 15px;
}

.video-contain {
    background-image: url('https://www.bue.edu.eg/uploads/editor/Alumni/bg3.jpg');
    background-size: contain;
    height: 500px;
    background-color: #faebd7;
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%;
}

.video-bg {
    width: 100%;
    height: 500px;
    position: absolute;
    opacity: 50%;
}

.video-1 {
    margin: 0 auto;
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
}

.glowing-border {
    box-shadow: 0px 0px 15px 5px #787878;
}
.carousel-control-next-icon.dark, .carousel-control-prev-icon.dark{
    filter: invert(100%);
}
/*======== Media Queries ===*/
/*large*/
@media screen and (min-width: 1201px) {
}

/*ipad*/
@media screen and (max-width: 1200px) and (min-width: 668px) {
}

/* md */
@media screen and (max-width: 992px) and (min-width: 768px) {
}

/* iPad pro */
@media screen and (max-width: 1200px) and (min-width: 992px) {
    
}

/* very small mobile screen */
@media only screen and (max-width: 480px) {
    .video-contain {
        height: 300px;
    }
    .video-1 {
        top: 33dvh;
    }
    .video-1 img{
        min-height: 250px;
    }
    .page-tit .p-title {
        padding-top: 55px;
    }
}