/*
  proj manager: Amin Heidarzadeh
  Author Css: saba mordadi
    
    ---------------- Info ----------------
    
    Date Created:   1404/02/08
    Email:          heydarzadeh@itshams.ir
    Email:          mordadi@itshams.ir


*/
:root {
    --white: #fff;
    --blue: #00008B;
    --blue-light: #BFCFFF;
    --text: #333333;
    --light: #D5E1F3;
    --black: #000000;
    --back-light: #EFF3FB;
    --social-color: #D0D9DD;
    --hover: #2388d8;
}

* {
    font-family: Vazirmatn;
    outline: medium none !important;
    text-decoration: none !important;
    list-style: none !important;
}

body {
    margin: 0;
    padding: 0;
    direction: rtl;
    position: relative;
    background-color: #FAFBFD;
}

.container {
    max-width: 100%;
    padding: 0 4%;
}

a {
    color: #000;
}

svg {
    width: 100%;
}


ul {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none;
}

.show-overlay {
    display: flex !important;
}

a:hover {
    color: #2388d8;
}

/*---------------------- /Public Style ---------------------*/


/*---------------------- header ---------------------*/
.header-main {
    margin-bottom: 38px;
}

.header-main .header-top {
    background-color: var(--blue-light);
    padding: 16px 0;
}

.header-main .header-top .info-header span {
    color: var(--blue);
    font-size: 14px;
}

.header-main .header-top .info-header .info {
    display: flex;
    align-items: center;
    gap: 48px;
}

.header-main .header-top .info-header .info a {
    color: var(--blue);
    position: relative;
    font-size: 14px;
    transition: 0.5s all;
}

.header-main .header-top .info-header .info a:hover {
    color: var(--hover);
}

.header-main .header-top .info-header .info a::before {
    content: "";
    position: absolute;
    right: -18px;
    top: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: var(--white);
    transition: 0.5s all;
}

.header-main .header-top .info-header .info a:hover::before {
    background-color: var(--blue);
}

.header-main .header-menu {
    background-color: var(--blue);
    padding: 20px 0;
}

.header-main .header-menu .header-right .logo-site {
    width: 13%;
}

.header-main .header-menu .header-right .navbar ul {
    gap: 10px;
}

.header-main .header-menu .header-right .logo-site img {
    width: 100%;
}

.header-main .header-menu .navbar-nav .nav-item a {
    color: var(--white);
    transition: 0.5s all;
}

.header-main .header-menu .navbar-nav .nav-item a:hover {
    color: var(--hover);
}

.header-main .header-menu .header-left {
    display: flex;
    justify-content: center;
}

.header-main .header-menu .header-left .search-box {
    position: relative;
    background-color: var(--white);
    border: 2px solid rgba(128, 128, 255, 0.2);
    border-radius: 2px;
    padding: 5px 10px 5px 0;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
    height: 43px;
    width: 98%;
}

.header-main .header-menu .header-left .search-box .social-icons ul {
    display: flex;
    align-items: center;
  
}

.header-main .header-menu .header-left .search-box .social-icons ul li a i {
    font-size: 18px;
    transition: 0.5s all;
    color: var(--social-color);
    margin-left: 7px;
}

.header-main .header-menu .header-left .search-box .social-icons ul li a {
    display: flex;
    justify-content: center;
}

.header-main .header-menu .header-left .search-box .social-icons ul li a i:hover {
    color: var(--blue);
}

.header-main .header-menu .header-left .search-box .input .input-box {
    width: 53%;
}

.header-main .header-menu .header-left .search-box .input .input-box input {
    border: none;
    background-color: transparent;
    text-align: center;

}

.header-main .header-menu .header-left .search-box .input .arrow-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: var(--blue);
    width: 38px;
    height: 43px;
    border-radius: 0 25px 25px 0;
    margin-right: 9px;
    position: absolute;
    left: -2px;
    top: -2px;
}

.header-main .header-menu .header-left .search-box .input .arrow-btn i {
    font-size: 18px;
    color: var(--white);
}

/*---------------------- /header ---------------------*/
/*---------------------- main ---------------------*/



/*---------------------- news-sec ---------------------*/
.news-sec {
    margin-bottom: 37px;
}


.news-sec .slider-news {
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}


.news-sec .text-news span {
    background-color: var(--blue);

    color: var(--white);

    padding: 6px 12px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 4px;
    white-space: nowrap;
}


.news-sec .news {
    flex: 1;
    position: relative;
}


.news-sec .news .item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #f9f9f9;
    border-radius: 4px;
    min-height: 42px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}


.news-sec .news .item p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    color: var(--black);
}

.content-main .news-sec .news .item span,
p {
    font-size: 16px;
    font-weight: 500;
}

.content-main .news-sec .text-news span {
    background-color: var(--blue);
    color: var(--white);
    padding: 6px;
}

.content-main .news-sec .news .owl-nav {
    position: absolute;
    left: 101px;
    top: 5px;
    display: flex;
    align-items: center;
    gap: 9px;
}




.content-main .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue-light);
    border-radius: 50px;
    width: 33px;
    height: 34px;
    padding: 8px;
}

.content-main .owl-nav .owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue-light);
    border-radius: 50px;
    width: 33px;
    height: 34px;
    padding: 8px;
}

.content-main .news-sec .news .owl-nav .owl-prev {
    background-color: var(--blue-light);
    border-radius: 50px;
    width: 33px;
    height: 34px;
    padding: 8px;
    color: var(--blue);
}

.content-main .news-sec .news .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;

}

.content-main .news-sec .news .owl-nav .owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-main .news-sec .news .owl-nav .owl-next i {
    font-size: 10px !important;
}

.content-main .news-sec .news .owl-nav .owl-prev i {
    font-size: 10px !important;

}

/*---------------------- /news-sec ---------------------*/


/*---------------------- slider-section ---------------------*/


.content-main .slider-section .slider .item {
    background-color: rgb(213, 225, 243, 0.3);
    gap: 33px;

}

.content-main .slider-section .slider .item .img-slider {
    width: 100%;
}

.content-main .slider-section .slider .item .img-slider img {
    width: 100%
}

.content-main .slider-section .slider .item .info-slider .slider-card {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.content-main .slider-section .slider .item .info-slider .slider-card h3 {
    font-size: 20px;
    color: var(--text);
    font-weight: bold;
    transition: 0.5s all;

}

.content-main .slider-section .slider .item .info-slider .slider-card h3:hover {
    color: var(--blue);
}

.content-main .slider-section .slider .item .info-slider .slider-card p {
    font-size: 16px;
    color: var(--text);
    font-weight: 300;
}

.content-main .slider-section .slider .owl-nav {
    position: absolute;
    left: 18px;
    bottom: 8px;
    display: flex;
    gap: 10px;
}

.content-main .slider-section .slider .owl-nav.disabled {
    left: 9px;
    position: absolute;
    bottom: 1px;
    display: flex;
    align-items: center;
    gap: 9px;
}

.content-main .slider-section .slider .owl-nav .owl-prev i {
    font-size: 10px !important;
}

.content-main .slider-section .slider .owl-nav .owl-next i {
    font-size: 10px !important;
}

.content-main .slider-section .slider .owl-nav .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue-light);
    border-radius: 50px;
    width: 33px;
    height: 34px;
    padding: 8px;
}

.content-main .slider-section .slider .owl-nav .owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--blue-light);
    border-radius: 50px;
    width: 33px;
    height: 34px;
    padding: 8px;
    color: var(--blue);
}

.content-main .slider-section .banners-box img {
    width: 100%;
    height: 259px;
}

/*---------------------- /slider-section ---------------------*/

/*---------------------- body-section ---------------------*/
.content-main .main-title {
    position: relative;
}

.content-main .main-title h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--blue);
    padding-top: 6px;
    margin-bottom: 20px;
}

.content-main .main-title::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--blue);
    width: 100%;
    height: 2px;
}

/*----------------------suggest-sec ---------------------*/
.content-main .body-section {
    margin-bottom: 30px;
}

.content-main .body-section .suggest-sec {
    margin-bottom: 26px;
}

.content-main .body-section .suggest-sec .info-suggest {
    display: flex;
    flex-direction: column;
    gap: 22px;
    overflow: scroll;
    scrollbar-width: none; 
    height: 369px;
}

.content-main .body-section .suggest-sec .info-suggest a {
    font-size: 14px;
    color: var(--blue);
    font-weight: 300;
    position: relative;
    transition: 0.5s all;
}

.content-main .body-section .suggest-sec .info-suggest a:hover {
    color: var(--hover);
}

.content-main .body-section .suggest-sec .info-suggest a:not(:last-child)::before {
    content: "";
    position: absolute;
    bottom: -12px;
    right: 0;
    background-color: var(--blue);
    width: 92%;
    height: 1px;
}

/*---------------------- /suggest-sec ---------------------*/

/*----------------------news-slide ---------------------*/
.content-main .body-section .news-slide .item {
    gap: 12px;
    margin-bottom: 10px;
}



.content-main .body-section .news-slide .item .img-slider img {
    width: 70px;
    height: 50px;
}

.content-main .body-section .news-slide .item .info-slider .slider-card {
    font-size: 14px;
    color: var(--text);
    font-weight: 300;
    transition: 0.5s all;
}

.content-main .body-section .news-slide .item .info-slider .slider-card:hover {
    color: var(--blue)
}

/*----------------------/news-slide ---------------------*/

/*----------------------banners-site ---------------------*/
.content-main .body-section .banners-site .banners-right img {
    width: 120px;
    height: 250px;
    padding: 0 0 0 5px;
}

.content-main .body-section .banners-site .banners-left {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.content-main .body-section .banners-site .banners-left img {
    width: 100%;
    height: 171px;
    padding: 0 5px;

}

.content-main .body-section .banners-site .banners-left a img:last-child {
    height: 122px !important;
}

/*----------------------/banners-site ---------------------*/

/*----------------------banner-info ---------------------*/
.content-main .body-section .banner-info {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 38px;
}

.content-main .body-section .banner-info .banner a {
    display: flex;
    width: 100%;
}

.content-main .body-section .banner-info .banner img {
    width: 100%;
    height: 130px;
}

/*----------------------/banner-info ---------------------*/



/*---------------------- im-news ---------------------*/
.content-main .body-section .im-news {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.content-main .body-section .im-news .info-news {
    background-color: rgb(213, 225, 243, 0.3);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.content-main .body-section .im-news .info-news:hover {
    background-color: var(--blue);

}

.content-main .body-section .im-news .info-news .img-card img {
    width: 100%;
}

.content-main .body-section .im-news .all-news {
    gap: 8px;
    margin-bottom: 38px;
}

.content-main .body-section .im-news .all-news .info-news {
    display: flex;
    flex-direction: column;

}

.content-main .body-section .news-card a {
    display: flex;
    flex-direction: column;
    gap: 13px;
    padding: 33px 12px;
}

.content-main .body-section .news-card h3 {
    font-size: 14px;
    color: var(--text);
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: 0.5s all;
}

.content-main .body-section .im-news .info-news:hover .news-card h3 {
    color: var(--white);
}

.content-main .body-section .news-card p {
    font-size: 12px;
    color: var(--text);
    font-weight: 300;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.content-main .body-section .im-news .info-news:hover .news-card p {
    color: var(--white);

}

/*---------------------- /im-news ---------------------*/

/*---------------------- news-site --------------------*/
.content-main .body-section .news-site .item {
    margin-bottom: 20px;
}

.content-main .body-section .news-site .item .img-slider img {
    width: 175px;
    height: 105px;

}

.content-main .body-section .news-site .info-slider {
    margin-right: 30px;
    position: relative;
}

.content-main .body-section .news-site .item .info-slider::before,
.content-main .body-section .news-site .item .info-slider::after {
    content: "";
    width: 6px !important;
    height: 6px !important;
    position: absolute;
    transform: rotate(45deg);
    z-index: 1;
}

.content-main .body-section .news-site .item .info-slider::before {
    background-color: navy;
    right: -12px;
    top: 10px;
}

.content-main .body-section .news-site .item .info-slider::after {
    background-color: darkred;
    right: -17px;
    bottom: 89px;
}

.content-main .body-section .news-site .info-slider .slider-card {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.content-main .body-section .news-site .info-slider .slider-card h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    transition: 0.5s all;
}

.content-main .body-section .news-site .info-slider .slider-card h3:hover {
    color: var(--hover);
}

.content-main .body-section .news-site .info-slider .slider-card p {
    font-size: 16px;
    color: var(--black);
    font-weight: 300;
}

/*---------------------- /news-site ---------------------*/

/*---------------------- banners ---------------------*/
.content-main .body-section .banners {
    margin-bottom: 38px;
}

.content-main .body-section .banners .banners-info {
    margin-bottom: 10px;
}

.content-main .body-section .banners .banners-style img {
    width: 100%;
}


.content-main .body-section .banners .banners-style.banner-2 img {
    padding: 0 5px 0 0;
}

.content-main .body-section .banners .banners-style.banner-4 a {
    display: flex;
}

.content-main .body-section .banners .banners-style.banner-4 img {
    width: 100px;
}

.content-main .body-section .banners .banners-style.banner-4 img {
    height: 288px !important;
}

.content-main .body-section .banners .box-banners {
    padding-left: 5px;
}

/*---------------------- /banners ---------------------*/

/*---------------------- tabs-news ---------------------*/
.content-main .body-section .tabs-news {
    background-color: var(--back-light);
}

.content-main .body-section .tabs-news .nav {
    flex-wrap: nowrap !important;
    white-space: nowrap;
    background-color: var(--blue);
    color: var(--white);
    padding: 10px;
}

.content-main .body-section .tabs-news .nav .nav-item {
    position: relative;
}

.content-main .body-section .tabs-news .nav .nav-item:not(:last-child)::before {
    content: "";
    width: 1px;
    height: 15px;
    background-color: var(--white);
    position: absolute;
    left: -4px;
    top: 11px;
}

.content-main .body-section .tabs-news .nav .nav-item button {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
}
.content-main .body-section .tabs-news .nav .nav-item .nav-link.active {
   color:var(--blue) ;
}
.content-main .body-section .tabs-news .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: var(--white);
}

.content-main .body-section .tabs-news .nav-pills .nav-link.active,
.nav-pills .show>.nav-link .nav-item button {
    color: var(--black);
    font-weight: 400;
}

.content-main .body-section .tabs-news .links {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 19px;
}

.content-main .body-section .tabs-news .links a {
    position: relative;
    font-size: 16px;
    font-weight: 300;
    transition: 0.5s all;
}

.content-main .body-section .tabs-news .links a:hover {
    color: var(--hover);
}

.content-main .body-section .tabs-news .links a::before {
    content: "";
    width: 6px !important;
    height: 6px !important;
    position: absolute;
    transform: rotate(45deg);
    background-color: var(--blue);
    right: -12px;
    top: 10px;
}

.content-main .body-section .tabs-news .links a:not(:last-child)::after {
    content: "";
    width: 301px !important;
    height: 1px !important;
    position: absolute;
    background-color: var(--blue);
    bottom: -6px;
    right: 0;
}

/*---------------------- /tabs-news ---------------------*/

/*---------------------- /body-section ---------------------*/


/*---------------------- gallery-section ---------------------*/
.content-main .gallery-section {
    background-color: var(--blue);
    padding: 78px 0;
    margin-bottom: 38px;
}

.content-main .gallery-section .item .icon {
    position: absolute;
    z-index: 9999;
    background-color: var(--blue);
    padding: 5px;
    border: 1px solid var(--white);
    
}

.content-main .gallery-section .item .icon {
    width: 45px;
    height: 45px;
    color: white;
}
.content-main .gallery-section .item .icon a{
    display: flex;
  align-items: center;
  justify-content: center;
}
.content-main .gallery-section .item .icon i{
    font-size: 28px;
    color: white;
}
.content-main .gallery-section .item .icon .icon-photos2.photo{
    font-size: 36px;
}
.content-main .gallery-section .item .icon .icon-photo{
    color: white;
}

.content-main .gallery-section .item .gallery-box {
    position: relative;
}

.content-main .gallery-section .item .gallery-box::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.content-main .gallery-section .item .gallery-box img {
    width: 100%;
    height: 400px;
}

.content-main .gallery-section .item .text-galley {
    display: flex;
    justify-content: center;
}

.content-main .gallery-section .item .text-galley a {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    bottom: 66px;
    color: var(--white);
    z-index: 9999;
    width: 56%;
    text-align: center;
    transition: 0.5s all;
}

.content-main .gallery-section .item .text-galley a:hover {
    color: var(--blue);
}

.content-main .gallery-section .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.content-main .gallery-section .owl-carousel .owl-nav {
    display: flex;
    color: var(--blue);
    align-items: center;
}

.content-main .gallery-section .owl-carousel .owl-nav .owl-next {
    position: absolute;
    left: 0;
    bottom: 50%;
}

.content-main .gallery-section .owl-carousel .owl-nav .owl-next i {
    font-size: 10px !important;
}

.content-main .gallery-section .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    right: 0;
    bottom: 50%;
}

.content-main .gallery-section .owl-carousel .owl-nav .owl-prev i {
    font-size: 10px !important;
}

/*---------------------- /gallery-section ---------------------*/

/*---------------------- news-site ---------------------*/
.content-main .news-site {
    margin-bottom: 38px;
}
.content-main .news-site .news-info .info-slider::before{
    display: none !important;
}
.content-main .news-site .news-info .info-slider::after{
    display: none !important;
}
.content-main .news-site .news-info .item {
    transition: 0.5s all;
}

.content-main .news-site .news-info .item .img-slider img {
    width: 100%;
    height: 210px;
}

.content-main .news-site .news-info .item .info-slider h3 {
    font-size: 16px;
    margin: 12px 0;
    text-align: center;
    transition: 0.5s all;
    font-weight: bold;
}

.content-main .news-site .news-info .item:hover .info-slider h3 a {
    color: var(--blue);
}

/*---------------------- /news-site ---------------------*/
/*---------------------- /main ---------------------*/


/*---------------------- footer ---------------------*/
.footer-main .footer-sec {
    background-color: var(--blue-light);
    padding: 38px 0 20px 0;
}

.footer-main .footer-sec .logo-footer .logo {
    margin-bottom: 10px;
}

.footer-main .footer-sec .logo-footer .logo img {
    width: 36%;
}

.footer-main .footer-sec .logo-footer p {
    font-size: 16px;
    color: var(--black);
    font-weight: 300;

}

.footer-main .footer-sec .info-footer {
    display: flex;
    justify-content: space-around;
}

.footer-main .footer-sec .info-footer .links {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-main .footer-sec .info-footer .links h3 {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);

}

.footer-main .footer-sec .info-footer .links ul li {
    margin-bottom: 20px;
}

.footer-main .footer-sec .info-footer .links ul li a {
    font-size: 16px;
    color: var(--black);
    font-weight: 300;
    transition: 0.5s all;
}

.footer-main .footer-sec .info-footer .links ul li a:hover {
    color: var(--blue);

}

.footer-main .footer-sec .footer-input {
    display: flex;
    flex-direction: column;
}

.footer-main .footer-sec .footer-input label {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
    margin-bottom: 43px;
}

.footer-main .footer-sec .footer-input span {
    font-size: 16px;
    color: var(--black);
    font-weight: 300;
    margin-bottom: 18px;
}

.footer-main .footer-sec .footer-input .input-email input {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid var(--white);
    color: var(--black);
    font-weight: 300;
    font-size: 16px;
}

.footer-main .footer-sec .footer-input .input-email input {
    width: 100%;
}

.footer-main .footer-sec .footer-input .btn-input {
    display: flex;
    justify-content: end;
    margin-top: 18px;
}

.footer-main .footer-sec .footer-input .btn-input button {
    background-color: var(--blue);
    border-radius: 30px;
    font-size: 18px;
    color: var(--white);
    border: none;
    padding: 5px 33px;
    transition: 0.5s all;
}

.footer-main .footer-sec .footer-input .btn-input button:hover {
    background-color: var(--white);
    color: var(--blue);
}

/*---------------------- footer-Copyright ---------------------*/
.footer-main .footer-sec .footer-Copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.footer-main .footer-sec .footer-Copyright span {
    color: var(--blue);
    font-size: 16px;
    font-weight: 300;
    direction: ltr;
}

.footer-main .footer-sec .social-media ul {
    display: flex;
    align-items: center;
   
}

.footer-main .footer-sec .social-media ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-main .footer-sec .social-media ul li a i {
    font-size: 18px !important;
    color: var(--blue);
    margin-left: 13px;
}

/*---------------------- /footer-Copyright ---------------------*/
/*---------------------- /footer ---------------------*/