﻿@font-face {
    font-family: 'IRANSans(FaNum)';
    src: url('../font/IRANSans(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSans(FaNum)_Black';
    src: url('../font/IRANSans(FaNum)_Black.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSans(FaNum)_Bold';
    src: url('../font/IRANSans(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSans(FaNum)_Medium';
    src: url('../font/IRANSans(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSans(FaNum)_Light';
    src: url('../font/IRANSans(FaNum)_Light.ttf') format('truetype');
}
@media only screen and (max-width: 600px) {
  .rgc-items  {
    top:480px !important;
    padding:5px;
  }
  .rgc-under-slider{
      padding:2rem 0;

  }
  .rgc-carousel-txt
  {
      left:40%;
      width:75%;

  }
}

body {
    padding: 0;
    margin: 0;
    background: #ffffff;
    font-family: 'IRANSans(FaNum)';
    overflow-x: hidden;
}

a {
    text-decoration: none !important;
}



.rgc-base {
    min-height: 40vh;
    height: auto;
}

.rgc-header {
    background: #1F2428;
    z-index: 100;
    width: 100%;
    height: 54px;
    left: 0px;
    top: -13px;
}

.rgc-header-date span {
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    font-family: 'IRANSans(FaNum)';
}

.rgc-dropbtn {
    background-color: #212529;
    color: white;
    font-size: 16px;
    border: none;
    font-family: 'IRANSans(FaNum)';
    font-size: 16px;
    color: #ffffff;
}



.rgc-dropdown {
    position: relative;
    display: inline-block;
}

.rgc-dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 1px 3px 10px rgba(18, 33, 69, 0.45);
    z-index: 1;
    text-align: left;
    left: 0;
    border-radius: 3px;
    text-align: right;
}

.triangle-up {
    z-index: 2;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 14px solid #ffffff;
    display: none;
    position: relative;
}

.rgc-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

    .rgc-dropdown-content a:hover {
        color: gray;
    }

.rgc-dropdown:hover .rgc-dropdown-content {
    display: block;
    z-index: 200;
    font-family: 'IRANSans(FaNum)';
    font-size: 14px;
    color: #ffffff;
}

.rgc-dropdown:hover .triangle-up {
    display: block;
    z-index: 200;
}

/*.rgc-dropdown:hover .rgc-dropbtn {
    color: #2860CC;
}*/

/*rgc-navbar*/
.rgc-navbar {
    position: sticky;
    width: 100%;
    height: 92px;
    left: 0px;
    top: 0px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 9px 15px rgba(0, 0, 0, 0.15);
    z-index: 100;
}

.navbar-brand img {
    width: 90px;
    height: 75px;
}

.nav-item {
    font-family: 'IRANSans(FaNum)_Medium';
    font-size: 16px;
    color: #636363;
}

    .nav-item .nav-link .active {
        font-family: 'IRANSans(FaNum)_Bold' !important;
    }

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    font-family: 'IRANSans(FaNum)_Bold' !important;
    color: rgba(0,0,0,.9);
}

.rgc-search input {
    background: url('../img/search.svg') repeat #E8E8E8;
    background-repeat: no-repeat;
    height: 45px;
    direction: rtl;
    background-position: 9px 7px;
    font-family: 'IRANSans(FaNum)_Bold';
    font-size: 16px;
    text-align: right;
    color: #0B0A34 !important;
}


.rgc-navbar-img {
    padding: 0 1em 0 6em;
}

.dropdown-menu {
    border: none !important;
    box-shadow: 0px 1px 15px rgb(0 0 0 / 15%) !important;
    left:0px !important;
}

.dropdown-item {
    font-family: 'IRANSans(FaNum)';
    font-size: 14px;
    color: #667075 !important;
    text-align: right !important;
}

.rgc-navbar-img img {
    width: 65px;
    height: 78px;
    float: left;
}

.dropdown-menu:hover {
    display: block;
}

/*rgc-slider*/
.rgc-slider {
    width: 100%;
    height: 558px;
    left: 0px;
    top: 133px;
    z-index: 1;
}

.carousel-item img {
    height: 558px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px !important;
    height: 10px !important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: none !important;
    border-bottom: none !important;
    opacity: 1 !important;
    transition: opacity .6s ease;
    border-radius: 100%;
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 16em !important;
    left: 0 !important;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    list-style: none;
}


    .carousel-indicators .active {
        opacity: 1;
        background: #2860CC !important;
    }

.rgc-carousel-txt {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-40%, -50%);
    color: #ffffff;
    font-family: 'IRANSans(FaNum)';
  background-color:rgba(102,112,117,0.7);
  padding:15px;
  border-radius:15px;
   
}

    .rgc-carousel-txt h3 {
        font-family: 'IRANSans(FaNum)';
    }

.rgc-items-main {
    width: 100%;
    display: flex;
    text-align: center];
    justify-content: center;
}

.rgc-items {
    position: absolute;
    top: 560px;
    z-index: 1;
}



.rgc-item {
    background-color: #ffffff;
    transition: all ease 1.2s;
    cursor: pointer;
}

    .rgc-item:hover {
        z-index: 2;
        box-shadow: 1px 6px 40px rgba(19, 30, 61, 0.2);
    }

.rgc-item-content img {
    width: 3.6em;
    margin: 0 auto;
}

.rgc-item-content span {
    font-family: 'IRANSans(FaNum)_Bold';
    font-size: 14px;
    text-align: center;
    color: #0B0A34;
}

.rgc-under-slider {
    width: 100%;
    min-height: 145px;
    height: auto;
    left: 0px;
    top: 651px;
    background: #229D78;
    align-items: self-end;
    display: flex;
    padding: 1em;
}

    .rgc-under-slider span {
        font-family: 'IRANSans(FaNum)';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        color: #ffffff;
    }

    .rgc-under-slider .rgc-btn {
        font-family: 'IRANSans(FaNum)';
        background: #21262A;
        width: 100%;
        height: 44px;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400;
        outline: none;
        border: none;
    }

/*rgc-main*/
.rgc-main {
    min-height: 100vh;
    height: auto;
    top: 46em;
    width: 100%;
    padding: 3em 0;
}

.rgc-title-shape {
    width: 25px;
    height: 18px;
    background: #2860CC;
    margin: 0.7em 0 0 0.7em;
}

.rgc-news-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.rgc-news-content {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    margin-bottom: 2em;
    transition: all ease 1s;
}

    .rgc-news-content:hover {
        background: rgba(34, 157, 120, 0.1);
        border-bottom: 1px solid #229D78;
    }


    .rgc-news-content span {
        font-family: 'IRANSans(FaNum)_bold';
        font-size: 18px;
        color: #363853;
    }

    .rgc-news-content p {
        font-family: 'IRANSans(FaNum)';
        font-size: 14px;
        color: #667075;
        margin-top: 0.8em;
        text-align: justify;
        text-justify: inter-word;
        line-height: 1.7;
    }

.rgc-news-img {
    margin-bottom: 2em;
}

    .rgc-news-img img {
        width: 100%;
        height: 100%;
    }

.rgc-titles h4 {
    font-family: 'IRANSans(FaNum)_bold';
    font-size: 26px;
}

/*rgc-access*/

.rgc-access .rgc-access-content {
    background: #F2F2F2;
    margin-bottom: 2em;
    padding: 2em 0;
}

.rgc-btn-message {
    font-family: 'IRANSans(FaNum)';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #2860CC;
    border: 2px solid #2860CC;
    width: 31%;
    margin: 0 auto;
    padding: 0.7rem;
    transition: all ease 1s;
}

    .rgc-btn-message:hover {
        background: #2860CC;
        color: #ffffff;
        border: none;
        outline: none;
        border: 2px solid transparent;
    }

.rgc-access-title {
    font-family: 'IRANSans(FaNum)_Bold';
    font-size: 16px;
    color: #0B0A34;
}

.rgc-access-img img {
    width: 264px;
    height: 168px;
    filter: drop-shadow(1px 6px 40px rgba(19, 30, 61, 0.2));
}

.rgc-accessability-items {
    padding: 1.2em;
    border-bottom-left-radius: 66%;
    border-top-right-radius: 44%;
    background: #ffffff;
    box-shadow: 1px 3px 10px rgba(18, 33, 69, 0.45);
    margin: 0.5em 5em !important;
    height: 78px;
}

    .rgc-accessability-items:hover {
        background: #94C650;
        transition: all ease 1s;
    }

    .rgc-accessability-items .rgc-accessability-img {
    }

    .rgc-accessability-items .rgc-accessability-txt {
        font-family: 'IRANSans(FaNum)_Medium';
        font-weight: 400;
        font-size: 14px;
        color: #363853;
        padding-top:5px;
    }

.rgc-btn-more {
    font-family: 'IRANSans(FaNum)_Bold';
    color: #229D78;
    border: 1px solid #229D78;
    width: 100%;
    transition: all ease 1s;
    padding: 0.5rem;
    font-size: 12px;
    transition: all ease 1s;
}


    .rgc-btn-more:hover {
        background: #229D78;
        color: #ffffff;
        outline: none;
        border: 1px solid transparent;
    }

.rgc-line-right {
    width: 100%;
    height: 3px;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background: #229D78;
}

.rgc-line-left {
    width: 100%;
    height: 3px;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    background: #229D78;
}

/*rgc-events*/


.rgc-events {
    width: 100%;
    min-height: 287px;
    height: auto;
    background: #229D78;
    margin: 3em 0 !important;
}

    .rgc-events span {
        font-family: 'IRANSans(FaNum)_Medium';
        font-size: 20px;
        color: #ffffff;
        display: block;
        margin: 1em;
    }

.rgc-event-content {
    background: #ffffff;
    box-shadow: 1px 6px 40px rgba(19, 30, 61, 0.2);
}

    .rgc-event-content .rgc-event-img {
        height: 100%;
    }

.rgc-event-txt span {
    font-family: 'IRANSans(FaNum)_bold';
    font-size: 18px;
    color: #363853;
}

.rgc-event-txt p {
    font-family: 'IRANSans(FaNum)';
    font-size: 14px;
    color: #667075;
    margin-top: 0.8em;
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.7;
}

.rgc-carousel-item {
    padding-bottom: 3em !important;
}

    .rgc-carousel-item img {
        height: 100%;
    }

.rgc-carousel-indicators {
    bottom: 54px !important;
    left: 0 !important;
}

    .rgc-carousel-indicators [data-bs-target] {
        background: rgba(34, 157, 120, 0.1) !important;
    }

    .rgc-carousel-indicators .active {
        opacity: 1;
        background: #229D78 !important;
    }

.rgc-carousel-control-prev {
    left: -43px !important;
}

.rgc-carousel-control-next {
    right: -43px !important;
}

.rgc-date span {
    font-family: 'IRANSans(FaNum)_Medium';
    font-size: 14px;
    color: #0B0A34;
}

.rgc-date img {
    height: 1.5em;
    margin-top: 0.7em;
}

.rgc-btn-project {
    font-family: 'IRANSans(FaNum)_Bold';
    color: #ffffff;
    background: #229D78;
    border: 1px solid transparent;
    width: 100%;
    transition: all ease 1s;
    padding: 0.5rem;
    font-size: 12px;
    transition: all ease 1s;
}


    .rgc-btn-project:hover {
        color: #229D78;
        background: #ffffff;
        border: 1px solid #229D78;
        outline: none;
    }

.rgc-popular-main {
    margin: 1em 4em;
}

.rgc-popular {
    border-bottom: 0.5px solid rgba(11,10,52,0.2);
    padding: 0 2em 2em;
}

    .rgc-popular a {
        color: #2860CC !important;
        font-family: 'IRANSans(FaNum)_Medium';
        font-size: 14px;
        cursor: pointer;
        text-align: right;
    }

.rgc-popular-border {
    text-align: center;
    align-items: center;
    margin-left: -0.6em;
}

.rgc-line {
    width: 1px;
    height: 100%;
    background: #2860CC;
}

.rgc-popular .rgc-popular-img img {
    height: 173px;
    margin-top: 1em;
}

.rgc-popular .rgc-popular-txt {
    font-family: 'IRANSans(FaNum)';
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #0B0A34;
    padding-bottom: 1em;
}

.rgc-diamond {
    width: 1.2em;
    height: 1.2em;
    border: 2px solid #2860CC;
    border-radius: 5px;
    -ms-transform: rotate(90deg);
    transform: rotate(45deg);
    left: 22em;
    z-index: 1;
    background: #F2F2F2;
}

/*rgc-footer*/
.rgc-footer {
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: red;
    color: white;
    min-height: 290px;
    height: auto;
    background-image: url('../img/logo.png');
    background-blend-mode: saturation;
    background-color: #132244;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 175px 175px;
    position: relative;
}

.rgc-footer-content {
}

.rgc-footer-item {
    line-height: 2;
}

    .rgc-footer-item h6 {
        font-family: 'IRANSans(FaNum)_Medium';
        font-size: 20px;
        color: #FFFFFF;
    }

    .rgc-footer-item span {
        font-family: 'IRANSans(FaNum)';
        font-size: 18px;
        color: #BCBCBC;
    }

.rgc-footer-contact span {
    font-family: 'IRANSans(FaNum)';
    font-size: 18px;
    color: #ffffff;
}

.rgc-footer-contact p {
    font-family: 'IRANSans(FaNum)';
    font-size: 18px;
    color: #BCBCBC;
}

.rgc-footer-contact .rgc-contact i {
    padding-left: 0.5em;
    color: #BCBCBC;
    font-size: 1em;
}

/*interna page*/

.rgc-internal-txt  {
     color: #534545;
    margin-top: 10px;
    text-align: right;
    border-top: 1px solid #aca2a2;
    border-bottom: 1px solid #aca2a2;
    margin-bottom: 15px;
    padding: 10px;
}

.rgc-internal-txt span {
      font-family: 'IRANSans(FaNum)';
      font-size:12px;
      padding:0  1em;
}

.rgc-internal-content {
    line-height:2;
}

.rgc-internal-content p {
       font-family: 'IRANSans(FaNum)';
      font-size:16px;
}

.img-major img {
    width: 100%;
    display: inline-block;
    height: 175.75px;
    margin-bottom: 10px;
}

.rgc-internal-titr span {
    color:#888;
    font-family: 'IRANSans(FaNum)';
    font-size:14px;
    padding: 0.5em;
}

.rgc-internal-titr i {
    color:#004d8f;
    font-size:14px;
}

.rgc-internal-title {
      font-family: 'IRANSans(FaNum)_Medium';
      font-size:12px;
}

.rgc-internal-icons {
    padding:0 0.5em;
}

.rgc-internal-icons span {
    color:#004d8f;
    font-size: 1.5em;
}

.rgc-internal-icons i{
      color: #FC0;
      font-size: 1.5em;
}

.rgc-internal {
    min-height: 200vh;
     height: auto;
      width: 100%;
       direction: rtl !important;
       overflow-x:hidden;
}

