  /*
/////
/////////////// Theme Elements /////////////////
*/
:root {
  --main-theme-color: #447fff;
  --second-theme-color: #000;
  --third-theme-color: #000;
  --font-color: #000;
  --font-size-14:14px;
  --font-size-16:16px;
  --font-size-18:18px;
  --font-size-20:20px;
  --font-size-22:22px;
  --font-size-24:24px;
  --font-weight: 400;
  --line-height: 1.3;
  --letter-spacing: 0px;
  --heading-font-weight: 500;
  --h1-heading-font-size: 50px;
  --h2-heading-font-size: 30px;
  --h3-heading-font-size: 25px;
  --h4-heading-font-size: 20px;
  --h5-heading-font-size: 17px;
  --h6-heading-font-size: 15px;
}

body {
  color: var(--font-color);
  font-size: var(--font-size-16);
  line-height: var(--line-height);
  font-family: "Rubik", sans-serif;
  font-weight: var(--font-weight);
  letter-spacing: var(--letter-spacing);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: var(--font-color);
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
a svg{
  fill: #fff; width: 16px; height: 16px; margin-bottom: 3px; 
}
button {
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

a:hover, a:focus, a.active {
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #000;
}

textarea, textarea:focus, button, button:focus, input, input:focus, input[type="checkbox"]:focus {
  outline: none;
  box-shadow: none;
  -ms-box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: var(--heading-font-weight);
  font-family: var(--heading-font-family);
}

h1, .h1 {
  font-size: var(--h1-heading-font-size);
}

h2, .h2 {
  font-size: var(--h2-heading-font-size);
}

h3, .h3 {
  font-size: var(--h3-heading-font-size);
}

h4, .h4 {
  font-size: var(--h4-heading-font-size);
}

h5, .h5 {
  font-size: var(--h5-heading-font-size);
}

h6, .h6 {
  font-size: var(--h6-heading-font-size);
}

.site-header {
  padding: 15px 0;
  border-bottom: 2px solid #d20000;
}

.site-header .logo {
  text-align: center;
}

.site-header .logo img {
  max-height: 55px;
}

.portal-info .content-wrap{
  text-align: center;
  margin-bottom: 50px;
}

.portal-info .content-wrap h1{
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 20px;
}

.portal-info .content-wrap p{
  font-size: 18px;
}

.portal-info .box {
  position: relative;
  background: #fff;
  padding: 0.8rem 0.5rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  border-radius: 0.7rem;
  transition: all ease 0.3s;
  overflow: hidden;
  text-align: center;
  border: 1px solid #ccc;
  height: 100%;
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.portal-info .box:hover {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
}

.portal-info .box a {
  display: block;
}

.portal-info .box img {
    max-height: 50px;
}

.portal-info .box.lg img {
    max-height: 75px;
}

.portal-info .box h4 {
  margin: 20px 0 0;
}

.height-cover {
  min-height: calc(100vh - 146px);
  padding: 50px 0;
}

footer{
    background-color: #000;
    color: #fff;
    font-size: 14px;
    padding: 20px 0;
    text-align: center;
    position: relative;
}

footer .footer-logo img{
  width: auto;
  height: 54px;
}

.custom-footer {
  height: 60px;
}

@media (max-width: 575.98px) {
  .custom-footer {
    height: auto;
    padding: 10px 0;
  }
}

.footer-logo {
  height: 40px;
}

@media screen and (max-width:991px) {
  .portal-info .content-wrap p{
  font-size: 16px;
}
  .portal-info .box {
    margin-bottom: 20px;
    height: auto;
  }

  .portal-info .box h4 {
    font-size: 16px;
  }

  .portal-info .box img {
    max-height: 50px;
  }

  .portal-info .content-wrap h1{
    font-size: 26px;
  }

}

@media screen and (max-width:767px) {
  .height-cover {
    min-height: 1px;
  }

}





.section.welcome-content {
    padding: 80px 84px;
}

.section.welcome-content h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 20px;
}

.section.welcome-content h2 span {
   color: #d20000;
}


.section.welcome-content .right-content {
    direction: rtl;
}

.section.welcome-content p {
    font-size: 18px;
}





.brand-slider {
    padding: 0px 84px;
    padding-bottom: 40px;
}


.brand-slider .slider__slide {
    height: auto !important;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 60px 0;
    transition: all 0.5s ease-in-out;
}

.brand-slider .slider__slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1.4) !important;
}
.brand-slider .slider__avatar {
    width: 250px;
    height: auto;
    overflow: hidden;
    margin: 0 auto 15px;
    margin-bottom: 0;

}




.brand-slider .slider__slide.swiper-slide.swiper-slide-prev {
    z-index: 1;
    transform: translateX(-22px);
}

.brand-slider .slider__slide.swiper-slide.swiper-slide-next {
    z-index: 1;
    transform: translateX(22px);
}



.brand-slider .slider__img {
    display: block;
    width: 100%;
    height: 100%;
}

.brand-slider .slider__text {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.brand-slider .slider__name {
    font-size: 14px;
    font-weight: bold;
}

.brand-slider .slider__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.brand-slider .swiper-button-prev,
.brand-slider .swiper-button-next {
    height: auto !important;
    left: auto !important;
    right: auto !important;
    position: relative !important;
    margin-top: 0px !important;
}

.brand-slider .swiper-button-prev:after,
.brand-slider .swiper-button-next:after {
    font-size: 20px !important;
    color: white;
}

.brand-slider .swiper-pagination {
    position: relative !important;
    width: auto !important;
    bottom: 0px !important;
    margin: 0px 20px;
}

.brand-slider .swiper-pagination-bullet {
    background: white !important;
    transition: all 0.3s ease-in-out;
}

.brand-slider .swiper-pagination-bullet-active {
    transform: scale(1.5);
}

.brand-slider .gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}




.brand-slider .gallery-slider .box {
  position: relative;
  background: #fff;
  padding: 0.8rem 0.5rem;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  border-radius: 0.7rem;
  transition: all ease 0.3s;
  overflow: hidden;
  text-align: center;
  border: 1px solid #ccc;
  height: 100%;
  min-height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-slider .gallery-slider .box:hover {
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
}

.brand-slider .gallery-slider .box a {
    display: block;
    cursor: inherit;
}

.brand-slider .gallery-slider .box img {
    height: auto;
    max-width: 150px;
}

.brand-slider .gallery-slider .box h4 {
  margin: 20px 0 0;
}

.sm-image {
    max-width: 230px !important;
}










@media screen and (max-width: 1680px) {
    .brand-slider .slider__avatar {
    width: 250px;
}
}

@media screen and (max-width: 1600px) {
        .brand-slider .slider__avatar {
    width: 240px;
}
}

@media screen and (max-width: 1536px) {
    .brand-slider .slider__avatar {
    width: 230px;
}
.brand-slider .gallery-slider .box img {
    max-width: 128px;
}
}


@media screen and (max-width: 1500px) {
.brand-slider .slider__avatar {
    width: 200px;
}
}


@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1280px) {
.brand-slider {
    padding: 0px 30px;
    padding-bottom: 40px;
}
}


@media screen and (min-width: 991.99px) and (max-width: 1199.98px) {
}

@media screen and (max-width: 991.98px) {
    .brand-slider {
    padding: 0px 30px;
    padding-bottom: 40px;
}
.section.welcome-content {
    padding: 40px 30px;
}
.brand-slider .slider__avatar {
    width: 184px;
}


}

@media  screen and (max-width: 767px) {
    .section.welcome-content {
    padding: 30px 0px;
}
    .brand-slider {
    padding: 0px 30px;
    padding-bottom: 40px;
}
.section.welcome-content h2 {
    font-size: 24px;
    margin-bottom: 14px;
}
.section.welcome-content p {
    font-size: 16px;
}
.brand-slider {
    padding: 0px 0px;
    padding-bottom: 30px;
}
.brand-slider .slider__slide {
    padding: 36px 0;
}
.brand-slider .slider__avatar {
    width: 130px;
}
.brand-slider .gallery-slider .box img {
    max-width: 106px;
}
.brand-slider .gallery-slider .box {
     min-height: 90px;
}

.sm-image {
    max-width: 180px !important;
}

}



@media  screen and (max-width: 370px) {
  .section.welcome-content h2 {
    font-size: 22px;
}
}










