/*
@File: Sanu Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default-Style
** - Header-style
** - Navbar-Style
** - Preloader-Style
** - Sidebar-Style
** - Banner-Style
** - Academics-Style
** - Education-Style
** - Campus-Information-Style
** - Courses-Style
** - Campus-Life-Style
** - Admisssion-Style
** - Program-Style
** - Health-Care-Style
** - Events-Style
** - Podcasts-Style
** - Stories-Style
** - Latest-News-Style
** - Page-Banner-Style
** - Student life-Style
** - Alumni-Style
** - Contact-Us-Style
** - Faq Area-Style
** - User-Style
** - Privacy-Policy-Style
** - Terms-Condition-Style
** - Error-Style
** - Coming-Soon-Style
** - Footer-Style
*/
@import url("Vazirmatn-RD-FD-font-face.css");

/*Default-style
======================================================*/
:root {
    /* رنگ سرمه‌ای اصلی (برای نوار منوی اصلی) */
    --primary-color: #002147; 
    /* رنگ سرمه‌ای تیره (برای نوار بالایی Top Header) */
    --secondary-color: #1a385a; 
    /* رنگ طلایی/نارنجی (برای آیکون‌ها، فلش‌ها و دکمه‌ها) */
    --gold-color: #cca94c; 
    /* رنگ‌های کمکی */
    --text-dark: #333333;
    --bg-light: #f8f9fa;
    --white: #ffffff;
}
*{direction:rtl !important;}
	
body {
  color: #555555;
  font-family: "Vazirmatn RD FD", sans-serif;
background-color: #f4f6f9;
  font-size: 15px;
  font-weight: 400;
  direction:rtl !important;
  overflow-x: hidden;
}

.slider-bg
{

    padding:0!important;
	/*margin-top:-15px;*/


}
.slider-bg .row{

    margin: 0;
}



.slider-bg2
{

    padding:30px 0; !important;
	border-bottom:2px solid #fff;
	background-color:#B67162;

}
.slider-bg2 .row{

    margin: 0;
}
.camera_target {
	text-align: right !important;
}
.camera_caption > div{
	background-color:transparent !important;
}
a{
	text-decoration:none !important;
}
img {
  max-width: 100%;
}
.module-header h3{
	margin:0  0 30px 0 ;
	justify-content: center;
  display: flex;
}
.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}
 .module-header{
	max-width: 450px;
  text-align: center;
  margin: -10px auto 30px;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111d5e;
  font-family: "Vazirmatn RD FD", serif;
  font-weight: 700;
}

p {
  margin-bottom: 15px;
  font-size: 15px;
  color: #555555;
  line-height: 1.7;
}

p:last-child {
  margin-bottom: 0;
}
 .container{
	 padding: 0 !important;
 }


.owl-nav {
  margin-top: 0 !important;
}

.owl-dots {
  margin-top: 0 !important;
}

.form-control {
  height: 55px;
  border: 1px solid rgba(89, 90, 89, 0.25);
  padding-left: 15px;
}

.form-control:focus {
  border: 1px solid #e32845;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea {
  height: auto !important;
}

.bg-f4f6f9 {
  background-color: #f4f6f9;
}

/*
Top Header Area Style
======================================================*/

.top-header-area {
 /* background-color:var(--secondary-color) !important; */
  padding: 8px 0;
}
.logo-bar{
border-bottom: 1px solid rgba(247,249,252,0.2);
border-top: 1px solid rgba(247,249,252,0.2);
box-shadow: 0 14px 14px 10px rgba(98,110,148,0.07);
}

.top-header-area .header-left-content .portlet-body {
  display: flex;
  justify-content: end;
}

.top-header-area .header-left-content .portlet-body a {
  color: var(--white);
  margin-right: 16px;
}

.top-header-area .container-fluid {
  max-width: 1520px;
}

.header-left-content p {
  color: #ffffff;
  font-size: 14px;
}

.header-right-content {
  text-align: right;
}

.header-right-content .list ul {
  padding-right: 0;
  margin-bottom: 0;
}

.header-right-content .list ul li {
  display: inline-block;
  margin-left: 25px;
}

.header-right-content .list ul li a {
  color: var(--white);
  font-size: 14px;
  transition:0.5s all;
}
.header-right-content .list ul li a:hover{
	color:var( --gold-color);
}
.header-right-content .list ul li:last-child {
  margin-left: 0;
}

.buy-now-btn {
  left: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  -webkit-box-shadow: 0 1px 20px 1px #82b440;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.buy-now-btn:hover {
  background-color: #e32845;
  color: #ffffff;
}

/*
header Style
======================================================*/
/*--------------------------- Responsive New menu -----------------------------------*/
header{
 position :absolute;
 z-index:9999;
 width: 100%;
}

.navigation-bg{
	display:none;
}

@media(min-width:767px) {
    .nav.navbar-nav {
        position: relative;
        top: 30px;
        right:30px;
    }
        .navbar-default .navbar-nav li a {
            color: #000 ;
    font-size: 15px;
        }
    .tab-content {
        /*padding: 0 15px 0 15px;*************/
    }
    #nav{top:20px}
}


/* --- ریسپانسیو --- */
@media (max-width: 991px) {
    .events-area .slide-groups { width: 50% !important; }
}
@media (max-width: 576px) {
    .events-area .slide-groups { width: 100% !important; }
}
/*
events-area
======================================================*/	
.news-section-container {
    display: flex !important;
    gap: 20px;
    align-items: stretch !important; /* هم‌ارتفاع کردن ستون چپ و راست */
}

.right-column {
    flex: 2; /* عرض بیشتر برای اسلایدر */
    display: flex;
    flex-direction: column;
}

.left-news-style {
    flex: 1; /* عرض کمتر برای لیست اخبار */
    display: flex;
    flex-direction: column;
}

/* =========================================
   ۲. بخش اسلایدر اصلی (سمت راست)
========================================= */
.site-news .slides {
    display: block !important;
}

.news-hero-slider .slide-groups,
.news-hero-slider .news-item {
    width: 100% !important;
    height: 100% !important; /* پر کردن کل ارتفاع ستون */
    min-height: 400px;
    margin: 0 !important;
}

.news-hero-slider .news-item {
    position: relative;
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.news-hero-slider .news-item::after {
    display: none !important;
}

/* تصاویر اسلایدر */
.news-hero-slider .item-row,
.news-hero-slider .news-img,
.news-hero-slider .news-img a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.news-hero-slider .news-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 20px !important;
}

/* نوار گرادیان و تیتر روی عکس */
.news-hero-slider .news-info {
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto !important;
    padding: 60px 30px 25px 30px !important;
    background: linear-gradient(to top, rgba(12, 53, 106, 0.95) 0%, rgba(12, 53, 106, 0.6) 50%, transparent 100%) !important;
    text-align: right;
    display: flex;
    align-items: center;
}

.news-hero-slider .News_Titr {
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 !important;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

/* مخفی کردن عناصر اضافی اسلایدر */
.news-hero-slider .news-introtext,
.news-hero-slider .news-details {
    display: none !important;
}

/* نقطه‌های ناوبری (Dots) و لینک مشاهده بیشتر */
.site-news .owl-dots {
    text-align: center;
    margin-top: 20px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-news .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #d6d6d6 !important;
    display: block;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.site-news .owl-dot.active span {
    background: #19456b !important;
    width: 25px !important;
    border-radius: 10px !important;
}

.site-news .news-tools {
    position: relative;
    margin-top: -28px;
    z-index: 10;
}

.site-news .news-tools span {
    float: left !important;
}

.site-news .news-tools .panel_link_bold {
    color: #19456b;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

/* =========================================
   ۳. لیست اخبار سمت چپ
========================================= */
/* تب‌ها */
.left-news-style .nav-tabs {
    border-bottom: 2px solid #f0f0f0 !important;
    margin-bottom: 20px !important;
    display: flex;
    justify-content: flex-start;
}

.left-news-style .nav-tabs > li {
    margin-bottom: -2px !important; /* برای قرارگیری دقیق خط فعال روی خط پایه */
    float: none;
}

.left-news-style .nav-tabs > li > a {
    border: none !important;
    background: transparent !important;
    color: #888 !important;
    font-size: 15px !important;
    font-weight: bold;
    padding: 10px 15px;
}

.left-news-style .nav-tabs > li.active > a,
.left-news-style .nav-tabs > li > a:hover {
    color: #19456b !important;
    border-bottom: 2px solid #19456b !important;
}

.left-news-style .module-header {
    display: none !important; /* هدر اضافی سیستم مخفی شود */
}

/* خنثی کردن اسلایدر در لیست چپ */
.left-news-style .flexslider {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
}
.left-news-style .tab-content .slides,
.left-news-style .tab-content .slide-groups {
    display: block !important;
    width: 100% !important;
    transform: none !important;
}

/* کارت‌های لیست */
.left-news-style .news-item {
    background-color: #ffffff !important; /* پس‌زمینه سفید و تمیز */
    border: 1px solid #E5E7EB !important; /* حاشیه بسیار ملایم دور کل باکس */
    border-radius: 7px !important; /* گرد کردن گوشه‌های کل باکس */
    padding: 7px !important; /* فاصله داخلی برای جدا شدن متن از لبه‌ها */
    margin-bottom: 6px !important; /* فاصله بین هر خبر */
    box-shadow: 0 2px 8px rgba(0,0,0,.05) !important; /* سایه پایه و نامحسوس */
    width: 100% !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important; /* تنظیم یک انیمیشن بسیار نرم */
}
/* افکت هاور (هنگام رفتن موس روی باکس) */
.left-news-style .news-item:hover {
    background-color: #fdfdfd !important;
    transform: translateY(-4px) !important; /* حرکت ملایم به سمت بالا */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important; /* ایجاد عمق و سایه بیشتر */
    border-color: #eaeaea !important; /* کمی تیره‌تر شدن حاشیه */
}

.left-news-style .news-item:last-child {
    border-bottom: none !important;
}

.left-news-style .news-item::after {
    display: none !important;
}

.left-news-style .item-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important; /* قرارگیری در مرکز افقی */
    width: 100% !important;
}

/* تصویر لیست سمت چپ */
.left-news-style .news-img {
    width: 160px !important;
    height: 105px !important;
    flex-shrink: 0 !important;
    margin-left: 20px !important;
    float: none !important;
    border-radius: 10px !important;
    overflow: hidden !important; /* مهم: برای اعمال درست انیمیشن زوم عکس */
}

.left-news-style .news-img img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px !important;
    transition: transform 0.5s ease !important; /* انیمیشن برای خود عکس */
}

/* زوم شدن ملایم عکس وقتی موس روی کل باکس خبر می‌رود */
.left-news-style .news-item:hover .news-img img {
    transform: scale(1.08) !important;
}

/* در صورت وجود عنوان خبر، تغییر رنگ آن در حالت هاور (اختیاری برای زیبایی بیشتر) */
.left-news-style .news-item:hover .news-title a {
    color: #0056b3 !important; /* رنگ سازمانی یا آبی دلخواه خود را جایگزین کنید */
    transition: color 0.3s ease !important;
}

.left-news-style .news-img a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.left-news-style .news-img img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px !important; /* گوشه‌های نرم‌تر مشابه طرح هدف */
    box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important; /* یک سایه بسیار محو برای عمق دادن به عکس */
}

/* اطلاعات و تیتر لیست سمت چپ */
.left-news-style .news-info {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    text-align: right !important;
}

.left-news-style .news-titr {
    margin: 0 0 8px 0 !important;
    text-decoration: none !important;
}

.left-news-style .News_Titr {
    color: #333 !important;
    font-size: 13px !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
    display: block !important;
}

/* نشان "جدید" کنار تیتر */
.left-news-style .News_Titr::before {
    content: "جدید";
    background-color: #dc3545;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px; /* چون زبان فارسی است، فاصله باید سمت چپ نشان باشد */
    display: inline-block;
    vertical-align: text-bottom;
}

.left-news-style .news-introtext {
    display: none !important;
}

/* تاریخ لیست سمت چپ */
.left-news-style .news-details {
    width: 100% !important;
    margin-top: 0 !important;
    padding: 0 !important;
    border: none !important;
    display: block !important;
}

.left-news-style .news-date {
    color: #999 !important;
    font-size: 11px !important;
    display: flex !important;
    align-items: center !important;
    flex-direction: row-reverse !important;
}

/* لینک آرشیو تب‌ها */
.left-news-style .news-tools {
    margin-top: 10px;
    display: block;
    text-align: left;
}

.left-news-style .news-tools .panel_link_bold {
    color: #19456b !important;
    font-size: 13px;
    font-weight: bold;
}

/* =========================================
   ۴. واکنش‌گرایی برای موبایل
========================================= */
@media (max-width: 768px) {
    .news-section-container {
        flex-direction: column !important;
    }
    
    .left-news-style .item-row {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    
    .left-news-style .news-img {
        width: 100% !important;
        height: 200px !important;
        margin-left: 0 !important;
        margin-bottom: 12px !important;
    }
    
    .site-news .news-tools {
        margin-top: 15px;
        text-align: center;
    }
    
    .site-news .news-tools span {
        float: none !important;
        display: inline-block;
    }
}

	.camera_Title{
	font-size:13px!important;
}
	
	
	
    .navbar-default .navbar-nav li a {
            color: #fff ;
    font-size: 13px;
        }
     .navbar-collapse.collapse.in
     {
         background-color:#000
     }
	 .P8 .News_Titr, .P8 .news-introtext
	 {
		 overflow: hidden !important;
text-overflow: ellipsis;
white-space: nowrap;

		 
	 }





 .header-link {
    font-size:10pt!important;
    padding:0 0 0 7px!important; 
}
.header-link-ul {

    margin:3px 0 0 0!important;
   
}
.header-link-ul li
{
  margin:0 5px!important;
 

}
.header-link-ul li a:after{
  

}
.header-link-ul li a
{
    font-size:10px!important
   

}
.header-link-bar{min-height:0!important}

	.nav li a, .nav > li > a{
		padding:5px 0px!important;
	}
	
	
	
	 }
    

@media(max-width:980px) {
    .logo-head1 {
        background-image: url(../../images/logo-head3.png);background-size:210px;
        background-repeat: no-repeat;
        width: 210px;
        height: 85px;
    }
}
@media(min-width:980px) {
    .logo-head1 {
    background-image:url(../../images/logo-head.png);/*filter:drop-shadow(3px 1px 3px black);*/
    background-repeat:no-repeat;
   width:210px;
   height:139px;
   position:absolute;
   top:-50px;
  z-index:2
}
    .header-link-ul
    {  position:relative;
	}
  
}
@media(max-width:1000px)
{

    .container.smartmenu-div
    {
        max-width:990px;
    }
}
@media(min-width:1001px)
{
    .container.smartmenu-div
    {
        max-width:920px;
    }

@media (max-width: 991px) {
    
    /* مخفی کردن نوار نویگیشن پیش‌فرض بوت‌استرپ اگر تداخل دارد */
    .navbar-header, .navbar-toggle {
        display: none !important; 
    }

    /* کانتینر دکمه: این را در سمت چپ و بالا فیکس می‌کنیم */
    .navbar-buttons-container {
        display: block !important; /* حتما نمایش داده شود */
        position: absolute !important; /* شناور شود */
        left: 15px !important;         /* فاصله از چپ */
        top: 15px !important;          /* فاصله از بالا */
        z-index: 9999999 !important;   /* روی همه چیز (حتی لوگو) */
        width: 45px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.9); /* پس‌زمینه سفید */
        border: 1px solid #ccc;
        border-radius: 5px;
        cursor: pointer;
        padding: 6px;
    }

    /* خط‌های داخل دکمه */
    .bar1, .bar2, .bar3 {
        display: block !important;
        width: 100% !important;
        height: 4px !important;
        background-color: #333 !important; /* رنگ خط‌ها مشکی */
        margin: 4px 0 !important;
        transition: 0.4s;
        border-radius: 2px;
    }

    /* انیمیشن ضربدر شدن (وقتی کلاس change اضافه می‌شود) */
    .navbar-buttons-container.change .bar1 {
        transform: translate(0, 8px) rotate(-45deg);
        background-color: #d9534f !important; /* قرمز */
    }

    .navbar-buttons-container.change .bar2 {
        opacity: 0;
    }

    .navbar-buttons-container.change .bar3 {
        transform: translate(0, -8px) rotate(45deg);
        background-color: #d9534f !important; /* قرمز */
    }

    /* 2. تنظیمات خود منو (#nav) */
    #nav {
        display: none; /* در حالت عادی مخفی */
        position: absolute;
        top: 60px; /* پایین‌تر از دکمه */
        left: 0;
        width: 100%;
        background-color: #222 !important; /* رنگ پس‌زمینه منو */
        padding: 0;
        margin: 0;
        z-index: 99999;
        box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    }

    /* کلاسی که جاوااسکریپت اضافه می‌کند تا منو باز شود */
    #nav.js-mobile-active {
        display: block !important;
    }

    /* استایل لینک‌های داخل منو در حالت موبایل */
    #nav > li {
        display: block;
        width: 100%;
        border-bottom: 1px solid #444;
    }

    #nav > li > a {
        display: block;
        padding: 12px 20px;
        color: #fff !important; /* رنگ متن سفید */
        font-size: 14px;
        text-align: right; /* راست‌چین */
    }
}



/********************/
.art-main .panel-archive .panel-title .triangle {
    padding: 11px 15px !important;
    font-size: 13px !important;
    margin: 0 0 0 15px !important;
}

.header-bg {
    
}

.slider-bg
{

    padding:0!important;
	/*margin-top:-15px;*/


}
.slider-bg .row{

    margin: 0;
}



.slider-bg2
{

    padding:30px 0; !important;
	border-bottom:2px solid #fff;
	background-color:#B67162;

}
.slider-bg2 .row{

    margin: 0;
}
.header-bg-col {
    padding:0 !important
}
.logo-bg .col-md-2.col-sm-3.col-xs-12 {
    padding:0
}
.header-bg-col .col-md-9.col-sm-8.col-xs-12 {
    padding:0
}
.header-bg-col .col-md-2.col-sm-3.col-xs-12
{
    padding:0
}
.header-bg-col.affix
{
	visibility: visible;
position: fixed;
top: 0px;
z-index: 1;
background-color:/*#0B4F70*/#021c39;
z-index: 9999;
transition: all 0.3s;

}

.footer-bg
{
    background:url(/theme/1/Responsive/Images/Background-Pattern.png);
	background-color:#021c39;
	border-top:3px solid #878787;
}
.header-link-bar {
    min-height:48px;
    background-color:/*#0b4f70*/#012147;
}
.logo-bg {
	display:flex;
    min-height:94px;
    padding:0 !important;
}

/* .logo-bar{
background-color: var(--primary-color) !important;
} */


.logo-head{padding:5px;}
.logo-head:hover{filter:saturate(3);}
.navbar-collapse.collapse.in {
   
}
.container.smartmenu-div {
    
    padding:0
}
.search-box {
    background-color:#000;
    border:0;
    padding:15px;
    font-family: "Vazirmatn RD FD", sans-serif !important;

    font-size:9pt;
    color:#dfba49;width:95%;
    
}
.search-bg {
    background-color: #000; 
}
.col-md-3.search-bg {
    background-color: #000; 
    padding:0
}
.search-button {
    background-image:url(../../images/search-photo.jpg);
    background-repeat:no-repeat;
    width:35px;
    height:37px;
    border:0;
    /*float:left;*/position:absolute;left:0;
    margin:5px 0 0 5px
}
.header-link {
    font-family:font-family: "Vazirmatn RD FD", sans-serif !important;
    font-size:12pt;
    color:#fff;
    line-height:2;
    padding:10px 0 0 7px; 
}
.header-link-ul {
    list-style:none;
    padding:0;
    float:right;
    margin:10px 0;
    position:relative;z-index:3;
   
}
.header-link-ul li
{
  float:right;
  margin:0 5px;
 

}
.header-link-ul li a:after{
  
}
.header-link-ul li a:hover{
	color:#fff;
}
.header-link-ul li a
{
    font-size:12px;
	color:#cecece;
	line-height:2.3;
}
.mobile-responsive-nav{
	display:none !important;
}
.menu-class{
	display:none !important;
}

#nav, #nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
		 display:block !important;
}

#nav {
    /*background-color: #f5f5f5;*/
    float: right;
    position: relative;
    width: 100%;
    display: block;/*top:20px;*/
}

    #nav ul.subs {
        background-color: #ffffff;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
        color: #333333;
        opacity: 0;
        visibility: hidden;
        /*transition: all 0.35s ease-in-out;*/
        padding: 0 1%;
        position: absolute;
        right: 0;
        top: 54px;
        width: 100%;
        z-index:9;
		height:250px;
    }

    #nav > li {
        border-bottom: 5px solid transparent;
        float: right;
        margin-bottom: -5px;
        text-align: right;
        transition: all 300ms ease-in-out 0s;
    }

  

    #nav > li > a {
        color: #fff;
        display: block;
        font-size: 15px;
        line-height: 60px;
        padding: 0 9px;
        text-transform: uppercase;
		position:relative;font-weight:500;
		 font-family: "Vazirmatn RD FD" !important;
		 transition:0.5s all;
    }

    #nav > li:hover > a, #nav > a:hover {
        /*background-color: #558EAA;*/
        color: var( --gold-color);
    }

    #nav li.active > a {
        background-color: #025895;
        color: #ffffff;
    }

    /* submenu */
    #nav li:hover ul.subs {
        opacity: 1;
        visibility: visible;
    }

    #nav ul.subs > li {
        display: inline-block;
        float: none;
        padding: 10px 1%;
        vertical-align: top;
    }

        #nav ul.subs > li a {
            background: rgba(0, 0, 0, 0) url(/theme/1/Responsive/images/icon_arrow.png) no-repeat scroll 320px center;
            color: #000;
            line-height: 20px;
            transition: all 0.3s ease 0s;
			font-size:13px;
			font-weight:500;
        }

            #nav ul.subs > li a:hover {
                /*background-position: right;
                color: #000;
                padding-right: 13px;*/
            }

    #nav ul li a:hover {
        color: #002147;
    }

    #nav ul.subs > li > a {
        /*font-size: 1.2em;*/
        margin-bottom: 10px;
        text-transform: uppercase;
	color: var( --gold-color);
		border-bottom:1px dotted #269fb3;
    }

    #nav ul.subs > li li {
        float: none;
        padding-right: 3px;
		padding-bottom:9px;
        -moz-transition: padding 150ms ease-out 0s;
        -ms-transition: padding 150ms ease-out 0s;
        -o-transition: padding 150ms ease-out 0s;
        -webkit-transition: padding 150ms ease-out 0s;
        transition: padding 150ms ease-out 0s;
    }

        #nav ul.subs > li li:hover {
            /*padding-left: 15px;*/
        }

#nav ul.subs > li.dropdown-submenu {
  width: 25%;
}

.navbar-buttons {
    display:none;
}
/* responsive rules */
@media all and (max-width : 992px) {
    #nav {
        display: none;
		border-top:5px solid #025895;
    }

        #nav > li {
            float: none;
            border-bottom: 0;
            margin-bottom: 0;
        }

        #nav ul.subs {
            position: relative;
            top: 0;
            display: none;
            visibility: visible;
            opacity: 1;
        }

        #nav li:hover ul.subs {
            display: none;
        }

        #nav li #s1:target + ul.subs,
        #nav li #s2:target + ul.subs {
            display: block;
        }

        #nav ul.subs > li {
            display: block;
            width: auto;
        }

    .navbar-buttons {
        display: block;
        height: 50px;
        position: relative;
        width: 100%;
    }

    .navbar-buttons-container {
        cursor: pointer;
        display: inline-block;
        position: absolute;
        right: 6px;
        top: 4px;
    }

    .bar1, .bar2, .bar3 {
        background-color: #333;
        height: 5px;
        margin: 6px 0;
        transition: all 0.4s ease 0s;
        width: 35px;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }

	#nav ul.subs > li.dropdown-submenu {
	  width: 100%;
	}

	#nav > li > a {
		text-align:center;
	}
	#nav .caret {
	  position: absolute;
	  right: 50%;
	  top: 42px;
	}

	.mainmenu {
	  border-bottom: none;
	}
	
	

	
	
}

@media all and (min-width : 768px) {
	#nav ul.subs > li.dropdown-submenu {
	  /*width: 50%;*/
	}
}

.subs .dropdown-submenu > a::after {
  content: "" !important;
}

.mainmenu {
  background: #f5f5f5 none repeat scroll 0 0;
  border-bottom: 5px solid #025895;
}

.module-header h3 {
  margin: 0;
}

.right.menubox {
  height: 40px;
}

#nav li a b.caret {
    margin-right: 3px;
	color: #fff;
}

/*
header Style
======================================================*/


/*---------------------- slideshow-main ---------------------*/
.content-main .slideshow-main .SwiperMultimedia {
    width: auto !important;
    height: auto !important;
}

.content-main .slideshow-main .SwiperMultimedia .module-header {
    display: none;
}

.content-main .slideshow-main .SwiperMultimedia .swiper-slide img {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
    transform: none !important;

}
.content-main .slideshow-main .swiper-button-prev{
	display:none;
}
.content-main .slideshow-main .swiper-button-next{
	display:none;
}
.content-main .slideshow-main {
	padding:0;
    position: relative;
}

.content-main .slideshow-main .SwiperMultimedia .swiper-wrapper {
    height: 100vh;
}

.content-main .slideshow-main .SwiperMultimedia .swiper-button-prev,
.SwiperMultimedia .swiper-container-rtl .swiper-button-next {
    background: none;
    color: var(--white) !important;
    opacity: 1;
    background: none !important;
}

.content-main .slideshow-main .SwiperMultimedia .swiper-button-prev.swiper-button-disabled,
.SwiperMultimedia .swiper-container-rtl .swiper-button-next.swiper-button-disabled {
    opacity: 0.5 !important;
    color: var(--white) !important;
}

.content-main .slideshow-main .SwiperMultimedia .swiper-container {
    border-radius: 0 !important;
}

.content-main .slideshow-main .overlaytext {
    position: absolute;
    bottom: 45%;
    right: 0;
    z-index: 9;
    top: auto;
    left: 0;
    margin: 0 auto;
}

.content-main .slideshow-main .overlaytext .title {
    color: var(--white);
    border-radius: 100px;
    background: rgba(44, 54, 57, 0.20);
    display: inline-flex;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 900;
}

/*---------------------- /slideshow-main ---------------------*/
.students-stories-area .news-sliders{
	position: absolute;
 bottom: 62px;
  left: 0;
}







/*
Preloader Style
======================================================*/
.preloader-area {
  position: fixed;
  z-index: 999999;
  background-color: #e32845;
  width: 100%;
  height: 100%;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  display:none;
}

.preloader-area .spinner {
  width: 4em;
  height: 4em;
  -webkit-transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
  transform: perspective(20em) rotateX(-24deg) rotateY(20deg) rotateZ(30deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  margin-left: auto;
  margin-right: auto;
}

.preloader-area .spinner .disc {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 0.3em dotted #ffffff;
}

.preloader-area .spinner .disc:nth-child(1) {
  -webkit-animation: rotate 12s linear infinite;
  animation: rotate 12s linear infinite;
}

.preloader-area .spinner .disc:nth-child(2) {
  -webkit-animation: rotateDisc2 12s linear infinite;
  animation: rotateDisc2 12s linear infinite;
}

.preloader-area .spinner .disc:nth-child(3) {
  -webkit-animation: rotateDisc3 12s linear infinite;
  animation: rotateDisc3 12s linear infinite;
}

.preloader-area .spinner .inner {
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: sphereSpin 6s linear infinite;
  animation: sphereSpin 6s linear infinite;
}

.preloader-area .spinner::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  right: 0;
  bottom: 0;
  border: 2px dotted #ffffff;
  margin: -15px;
}

@-webkit-keyframes sphereSpin {
  0% {
    -webkit-transform: rotateX(360deg) rotateY(0deg);
    transform: rotateX(360deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateX(0deg) rotateY(360deg);
    transform: rotateX(0deg) rotateY(360deg);
  }
}

@keyframes sphereSpin {
  0% {
    -webkit-transform: rotateX(360deg) rotateY(0deg);
    transform: rotateX(360deg) rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateX(0deg) rotateY(360deg);
    transform: rotateX(0deg) rotateY(360deg);
  }
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateDisc2 {
  from {
    -webkit-transform: rotateX(90deg) rotateZ(0deg);
    transform: rotateX(90deg) rotateZ(0deg);
  }

  to {
    -webkit-transform: rotateX(90deg) rotateZ(360deg);
    transform: rotateX(90deg) rotateZ(360deg);
  }
}

@keyframes rotateDisc2 {
  from {
    -webkit-transform: rotateX(90deg) rotateZ(0deg);
    transform: rotateX(90deg) rotateZ(0deg);
  }

  to {
    -webkit-transform: rotateX(90deg) rotateZ(360deg);
    transform: rotateX(90deg) rotateZ(360deg);
  }
}

@-webkit-keyframes rotateDisc3 {
  from {
    -webkit-transform: rotateY(90deg) rotateZ(0deg);
    transform: rotateY(90deg) rotateZ(0deg);
  }

  to {
    -webkit-transform: rotateY(90deg) rotateZ(360deg);
    transform: rotateY(90deg) rotateZ(360deg);
  }
}

@keyframes rotateDisc3 {
  from {
    -webkit-transform: rotateY(90deg) rotateZ(0deg);
    transform: rotateY(90deg) rotateZ(0deg);
  }

  to {
    -webkit-transform: rotateY(90deg) rotateZ(360deg);
    transform: rotateY(90deg) rotateZ(360deg);
  }
}

/*Sidebar Modal
======================================================*/
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 420px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
  background-color: #ffffff;
  border: none;
  border-radius: 0;
}

.modal.right .modal-content button.close {
  position: absolute;
  left: 20px;
  top: 30px;
  background-color: transparent;
  border: none;
  text-shadow: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  z-index: 99;
  opacity: 1;
}

.modal.right .modal-content button.close i {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background-color: #e32845;
  color: #ffffff;
  font-size: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 50%;
}

.modal.right .modal-content button.close i:hover {
  background-color: #111d5e;
}

.modal.right.fade .modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  left: 0;
}

.sidebarModal.modal .modal-body {
  padding: 25px;
}

.sidebarModal.modal .modal-body .white-logo {
  display: none;
}

.sidebarModal.modal .modal-body .sidebar-content {
  margin-top: 35px;
  margin-bottom: 40px;
}

.sidebarModal.modal .modal-body .sidebar-content p {
  margin-bottom: 40px;
}

.sidebarModal.modal .modal-body .sidebar-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.sidebarModal.modal .modal-body .sidebar-content .sidebar-btn {
  margin-top: 25px;
}

.sidebarModal.modal .modal-body .sidebar-contact-info {
  margin-top: 30px;
}

.sidebarModal.modal .modal-body .sidebar-contact-info h3 {
  font-size: 22px;
  margin-bottom: 0;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list {
  padding-right: 0;
  margin-top: 30px;
  margin-bottom: 0;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li {
  list-style-type: none;
  font-size: 14px;
  color: #555555;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  padding-right: 22px;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li:last-child {
  margin-bottom: 0;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a {
  color: #555555;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li a:hover {
  color: #e32845;
}

.sidebarModal.modal .modal-body .sidebar-contact-info .info-list li i {
  position: absolute;
  right: 0;
  top: 2px;
  color: #e32845;
}

.sidebarModal.modal .modal-body .sidebar-social-list {
  list-style-type: none;
  padding-right: 0;
  margin-bottom: 0;
  margin-top: 30px;
}

.sidebarModal.modal .modal-body .sidebar-social-list li {
  display: inline-block;
  margin-left: 8px;
}

.sidebarModal.modal .modal-body .sidebar-social-list li:last-child {
  margin-left: 0;
}

.sidebarModal.modal .modal-body .sidebar-social-list li i {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 40px;
  font-size: 16px;
  background: #e32845;
  text-align: center;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.sidebarModal.modal .modal-body .sidebar-social-list li i:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #111d5e;
  color: #ffffff;
}

.sidebarModal.modal .modal-body .contact-form {
  margin-top: 30px;
}

.sidebarModal.modal .modal-body .contact-form h3 {
  font-size: 22px;
  margin-bottom: 25px;
}

.sidebarModal.modal .modal-body .contact-form #contactForm .form-group {
  margin-bottom: 20px;
}

.sidebarModal.modal .modal-body .contact-form #contactForm .form-group .form-control {
  padding: 15px;
}

.sidebarModal.modal .modal-body .contact-form #contactForm .default-btn {
  border: none;
}

.sidebarModal.modal .modal-body .contact-form #contactForm .list-unstyled {
  color: #ee1010;
  font-size: 14px;
  margin-top: 8px;
}

.sidebarModal.modal .modal-body .contact-form #contactForm #msgSubmit {
  font-size: 15px;
}

/*Default-btn
======================================================*/
.default-btn {
  background-color: #e32845;
  color: #ffffff;
  font-size: 16px;
  padding: 13px 35px;
  border-radius: 0;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border: 1px solid #e32845;
  z-index: 1;
}

.default-btn i {
  position: relative;
  top: 3px;
  padding-right: 5px;
}

.default-btn::before {
  position: absolute;
  content: '';
  background-color: #111d5e;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.default-btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}



.read-more-btn {
  color: #111d5e;
  font-weight: 500;
  font-size: 15px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
}

.read-more-btn i {
  position: relative;
  top: 3px;
  padding-right: 7px;
}

.read-more-btn:hover {
  color: #A84719;
}

.read-more-btn.active {
  color: #191970;
  letter-spacing: 0;
}

.read-more-btn.white-color {
  color: #ffffff;
}

.read-more-btn.white-color:hover {
  color: #191970;
}

/*Section-title
======================================================*/
.section-title {
  max-width: 450px;
  text-align: center;
  margin: -10px auto 30px;
  position: relative;
}

.section-title.style2 {
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}

.section-title h2 {
  color: #002147;
  font-size: 20px;
  font-weight: 700;
}

.section-title h2.white {
  color: #ffffff;
}

.section-title p {
  margin-bottom: 20px;
}

.section-title p:last-child {
  margin-bottom: 0;
  color: #fff;
}

.section-title.white-title .top-title {
  color: #ffffff;
}

.section-title.white-title h2 {
  color: #ffffff;
}

.section-title.white-title p {
  color: #ffffff;
}
.navigation-bg {
	font-size:12px;
	padding: 5px 0;
}
.navigation-bg a{
	color:var(--primary-color);
	transition:0.5s all;
	margin-left:8px;
}
.navigation-bg a:hover{
	color:var( --gold-color);
	
}


/* /header 


/*
Slider Style
======================================================*/
.content-main,
.content-main .slideshow-head,
.content-main .slideshow-head>div {
  padding:0
}
.content-main .slideshow-head {
	margin-bottom:60px;
  position:relative;
height: 500px;
  overflow:hidden
}
.content-main .slideshow-head>.row {
  margin:0
}
.content-main .slideshow-head #ninja-slider {
  width:100%;
  background-color:#fff
}
.content-main .slideshow-head #ninja-slider #ninja-slider-prev,
.content-main .slideshow-head #ninja-slider #ninja-slider-next {
  background-color:transparent;
  top:13%;
  left:4%;
  width:30px;
  height:30px;
  border-radius:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  border:2px solid var(--primary-color);
  opacity:1;
  transition:all .3s
}
.content-main .slideshow-head #ninja-slider #ninja-slider-prev.disabled,
.content-main .slideshow-head #ninja-slider #ninja-slider-next.disabled {
  pointer-events:none;
  opacity:.5
}
.content-main .slideshow-head #ninja-slider #ninja-slider-prev:hover,
.content-main .slideshow-head #ninja-slider #ninja-slider-next:hover {
  border-color:#01bde5
}
.content-main .slideshow-head #ninja-slider #ninja-slider-next {
  right:auto;
  left:7%
}
.content-main .slideshow-head #ninja-slider #ninja-slider-prev>div,
.content-main .slideshow-head #ninja-slider #ninja-slider-next>div {
  display:none
}
.content-main .slideshow-head #ninja-slider #ninja-slider-prev:before,
.content-main .slideshow-head #ninja-slider #ninja-slider-next:before {
  left:0;
  top:0;
  position:relative;
  width:6px;
  height:6px;
  z-index:10;
  transition:all .3s
}
.content-main .slideshow-head #ninja-slider #ninja-slider-prev:before,
.content-main .slideshow-head #ninja-slider #ninja-slider-next:before {
  border-left:1px solid var(--primary-color) !important;
  border-top:1px solid var(--primary-color) !important;
}
.content-main .slideshow-head #ninja-slider #ninja-slider-next:before {
  right:0
}
.content-main .slideshow-head #ninja-slider #ninja-slider-prev:hover:before,
.content-main .slideshow-head #ninja-slider #ninja-slider-next:hover:before {
  border-left:1px solid #01bde5;
  border-top:1px solid #01bde5
}
.content-main .slideshow-head #thumbnail-slider {
  position:absolute;
  right:0;
  top:0;
  bottom:0;
  z-index:10;
  width:130px
}
.content-main .slideshow-head #thumbnail-slider ul li {
  width:110px!important;
  height:85px!important;
  border-radius:4px;
  margin:10px 0;
  overflow:hidden
}
.content-main .slideshow-head #thumbnail-slider #thumbnail-slider-prev,
.content-main .slideshow-head #thumbnail-slider #thumbnail-slider-next {
  background-color:#fff;
  border-radius:0 0 10px 10px;
  width:60%;
  height:20px;
  right:0;
  left:0;
  margin:0 auto;
  display:flex;
  justify-content:center;
  align-items:center
}
.content-main .slideshow-head #thumbnail-slider #thumbnail-slider-prev:before,
.content-main .slideshow-head #thumbnail-slider #thumbnail-slider-next:before {
  position:relative;
  margin:0
}
.content-main .slideshow-head #thumbnail-slider #thumbnail-slider-prev:before {
  top:0;
  width:0;
  height:0;
  border-style:solid;
  border-width:0 6px 6px 6px;
  border-color:transparent transparent #01bde5 transparent;
  transform:rotate(0)
}
.content-main .slideshow-head #thumbnail-slider #thumbnail-slider-next:before {
  top:0;
  width:0;
  height:0;
  border-style:solid;
  border-width:6px 6px 0 6px;
  border-color:#01bde5 transparent transparent transparent;
  transform:rotate(0)
}
.content-main .slideshow-head #thumbnail-slider #thumbnail-slider-next {
  border-radius:10px 10px 0 0
}
.content-main .slideshow-head #thumbnail-slider ul li>a {
  background-size:cover
}
.content-main .slideshow-head #thumbnail-slider div.inner {
  border-radius:0;
  background-color:#4a4f7d;
  padding:0 8px
}
.content-main .slideshow-head .image-slide .img-sl {
	height: 525px;
  object-fit: fill;
  width:100%
}
#thumbnail-slider {
  height: 498px !important;
}
.content-main .slideshow-head .image-slide {
  padding:0
}
.content-main .slideshow-head .desc-slide {
	display: flex;
  justify-content: center;
  flex-direction: column;
	height: 65vh;
  padding:55px 35px
}
.content-main .slideshow-head .desc-slide .type {
	font-size: 14px;
	width:20%;
  background:-moz-linear-gradient(0deg,rgba(1,182,223,1) 0%,rgba(13,23,83,1) 100%);
  background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(1,182,223,1)),color-stop(100%,rgba(13,23,83,1)));
  background:-webkit-linear-gradient(0deg,rgba(1,182,223,1) 0%,rgba(13,23,83,1) 100%);
  background:-o-linear-gradient(0deg,rgba(1,182,223,1) 0%,rgba(13,23,83,1) 100%);
  background:-ms-linear-gradient(0deg,rgba(1,182,223,1) 0%,rgba(13,23,83,1) 100%);
  background:linear-gradient(90deg,rgba(1,182,223,1) 0%,rgba(13,23,83,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#01b6df',endColorstr='#0d1753',GradientType=1);
  padding:3px 10px;
  color:#fff;
  font-weight:normal
}
.content-main .slideshow-head .desc-slide .title-sl {
  font-size:22px;
  font-weight:500;
  margin:25px 0 15px;
  line-height:1.5
}
.content-main .slideshow-head .desc-slide .txt-sl {
font-size: 14px;
  line-height: 2;
  color: #1a385a;
}
.content-main .slideshow-head .desc-slide .db-line {
margin-top: 75px;
 margin-bottom: 52px;
  border-top:2px solid #ced0e6;
  border-bottom:2px solid #ced0e6;
  padding:2px 0
}
.content-main .slideshow-head .desc-slide .comments {
  font-size: 14px;
  color: #002147;
  position: absolute;
  bottom: 70px;
  left: 31px;
}
.content-main .slideshow-head .desc-slide .comments svg{
	margin-left: 7px;
}
.content-main .slideshow-head .desc-slide .comments .fas {
  font-size:14px;
  padding:0 5px;
  vertical-align:middle
}
.content-main .slideshow-head .desc-slide .more {
float: left;
  font-size: 14px;
  color: #002147;
  font-weight: 500;
  transition: all .3s;
  bottom: 70px;
  position: absolute;
}
.content-main .slideshow-head .desc-slide .more:hover {
  color:#01bde5
}
.content-main .noti-aran {
  background-color:#0d134f;
  height:40px
}
.content-main .noti-aran .inner-row {
  margin:0 auto
}
.content-main .noti-aran .title-noti {
  font-size:16px;
  line-height:1.5;
  margin:10px 0;
  color:#fff;
  font-weight:bold;
  text-align:left
}
.content-main .noti-aran .noti-items {
  background:url(/theme/1/Responsive/images/site/newspaper.jpg) no-repeat center center/cover fixed;
  position:relative;
  overflow:hidden;
  padding:0;
  float:right
}
.content-main .noti-aran .noti-items:after {
  content:"";
  background-color:#0d134f;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:10;
  opacity:.7
}
.content-main .noti-aran .noti-items .ticker .ticker-title {
  height:47px;
  line-height:2.8;
  background-color:#0d134f;
  position:relative;
  z-index:99;
  color:#fff;
  text-align:left;
  font-size:16px;
  font-weight:bold
}
.content-main .noti-aran .noti-items .ticker>.tick {
  position:relative!important;
  z-index:99;
  color:#fff;
  width:auto;
  height:auto;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap
}
.content-main .noti-aran .noti-items .ticker>.tick a {
  color:#fff;
  padding-left:20px;
  font-weight:lighter
}
.content-main .noti-aran .noti-items .ticker>.tick>li {
  list-style:none;
  opacity:1!important
}
.content-main .noti-aran .noti-items .ticker>.tick .fa-get-pocket {
  transform:rotate(90deg);
  margin-left:5px;
  float:right;
  position:relative;
  top:2px
}
.content-main .noti-aran .noti-items .ticker>.tick .writer {
  font-size:12px;
  font-weight:lighter
}
.content-main .noti-aran .arrows-noti {
  position:absolute;
  z-index:99;
  left:0;
  top:5px
}
.content-main .noti-aran .arrows-noti i {
  position:relative;
  cursor:pointer;
  color:#fff;
  opacity:.5;
  transition:all .3s
}
.content-main .noti-aran .arrows-noti i:hover {
  opacity:1
}
.content-main .noti-aran .arrows-noti #pause {
  background-color:transparent;
  border:none;
  font-size:10px;
  position:relative;
  top:-1px
}
.content-main .noti-aran .arrows-noti #next_animate {
  transform:rotate(180deg)
}
.content-main .noti-aran .arrows-noti #prev_animate {
  transform:rotate(0);
  top:20px;
  left:12px
}

/*
Slider Style
======================================================*/

/*
courses-area-news
======================================================*/


.news-section-container {
    display: flex !important;
    gap: 20px;
    align-items: stretch !important; /* هم‌ارتفاع کردن ستون چپ و راست */
}

.right-column {
    flex: 2; /* عرض بیشتر برای اسلایدر */
    display: flex;
    flex-direction: column;
}

.left-news-style {
    flex: 1; /* عرض کمتر برای لیست اخبار */
    display: flex;
    flex-direction: column;
}
/* ==========================================================
   ۱. ساختار Flex برای یکسان‌سازی دقیق ارتفاع ستون راست و چپ
   ========================================================== */
   .courses-area  {
	   margin-bottom : 20px; 
   }
.courses-area > .container > .row {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}
.courses-area .small-grid-card {
	margin-top: 20px;
}

.courses-area > .container > .row > div[class*="col-"] {
    display: flex !important;
    flex-direction: column !important;
}
.courses-area  .small-grid-card  .news-tools {
	    margin-top: -18px !important;
}
.left-news-style, 
.right-news-style {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    height: 100% !important;
}

.site-news, 
.its-module {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    height: 100% !important;
    background: transparent !important;
}


.its-module .tab-content,
.its-module .tab-pane.active,
.line-news,
.site-news .module-body {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 !important;
    min-height: 0 !important; 
}

/* اسکرول برای باکس سمت چپ */
.line-news .module-body {
    flex: 1 !important;
    overflow-y: auto !important;
    padding-left: 5px !important;
    min-height: 0 !important; 
}

/* استایل اسکرول‌بار */
.line-news .module-body::-webkit-scrollbar { width: 4px; }
.line-news .module-body::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 4px; }

/* ==========================================================
   ۲. دکمه‌های بسیار شیک و هم‌تراز (مشاهده بیشتر و آرشیو)
   ========================================================== */
.news-tools,
.left-news-style .news-tools,
.site-news .news-tools {
    
    padding-top: 20px !important;
    height: 65px !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
    width: 100% !important;
    flex-shrink: 0 !important; 
}

.line-news .news-tools span,
.site-news .news-tools span {
    float: none !important;
}

/* استایل مدرن و زیبای دکمه‌ها برای هر دو ستون */
.news-tools .panel_link_bold,
.left-news-style .news-tools .panel_link_bold {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px 35px !important;
    background: linear-gradient(135deg, #ffffff, #f8fafc) !important;
    color: #475569 !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 50px !important;
    text-decoration: none !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}


.news-tools .panel_link_bold:hover,
.left-news-style .news-tools .panel_link_bold:hover {
    background: linear-gradient(135deg, #1d4ed8, #3b82f6) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    box-shadow: 0 10px 20px -5px rgba(29, 78, 216, 0.4) !important;
    transform: translateY(-3px) !important;
}

/* ==========================================================
   ۳. استایل بسیار شیک هدر اخبار (ستون راست)
   ========================================================== */
.site-news .module-header {
    border-bottom: 2px solid #f1f5f9 !important;
    margin-bottom: 25px !important;
    padding-bottom: 15px !important;
    flex-shrink: 0 !important;
}

.site-news .module-header h3 {
    margin: 0 !important;
}

.site-news .module-header h3 span {
    position: relative !important;
    font-size: 19px !important;
    font-weight: 800 !important;
    color: #1e293b !important;
    padding-bottom: 15px !important;
}

/* خط گرادیانت زیر تیتر اخبار */
.site-news .module-header h3 span::after {
    content: '' !important;
    position: absolute !important;
    right: 0 !important;
    bottom: -2px !important;
    width: 100% !important;
    height: 3px !important;
    background: linear-gradient(to left, #1d4ed8, #93c5fd, transparent) !important;
    border-radius: 3px !important;
}

/* نقطه درخشان ابتدای خط تیتر اخبار */
.site-news .module-header h3 span::before {
    content: '' !important;
    position: absolute !important;
    right: 0 !important;
    bottom: -5px !important;
    width: 9px !important;
    height: 9px !important;
    background: #1d4ed8 !important;
    border-radius: 50% !important;
    box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.2) !important;
    z-index: 2 !important;
}

/* =========================================
   ۴. لیست اخبار سمت چپ
========================================= */
/* تب‌ها */
.its-module .nav-tabs {
    border-bottom: 2px solid #f1f5f9 !important;
    margin-bottom: 40px !important;
    padding: 0 !important;
    display: flex !important;
    gap: 20px !important;
    flex-shrink: 0 !important;
}

.its-module .nav-tabs > li {
    margin-bottom: -2px !important;
    float: none !important;
}

.its-module .nav-tabs > li > a {
    display: block !important;
    padding: 12px 5px !important;
    margin: 0 !important;
    border: none !important;
    background: transparent !important;
    color: #64748b !important;
    font-weight: 800 !important;
    font-size: 16px !important;
    position: relative !important;
}

.its-module .nav-tabs > li.active > a, 
.its-module .nav-tabs > li > a:hover {
    color: #1d4ed8 !important;
    background: transparent !important;
    border: none !important;
}

.its-module .nav-tabs > li > a::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 50% !important;
    width: 0 !important;
    height: 3px !important;
    background: #1d4ed8 !important;
    transition: all 0.3s ease !important;
    border-radius: 3px 3px 0 0 !important;
    transform: translateX(50%) !important;
}

.its-module .nav-tabs > li.active > a::after, 
.its-module .nav-tabs > li > a:hover::after {
    width: 100% !important;
}

.left-news-style .module-header {
    display: none !important;
}

/* خنثی کردن اسلایدر در لیست چپ */
.left-news-style .flexslider {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
}
.left-news-style .tab-content .slides,
.left-news-style .tab-content .slide-groups {
    display: block !important;
    width: 100% !important;
    transform: none !important;
}

/* کارت‌های لیست */
.left-news-style .news-item {
    background-color: #ffffff !important; /* پس‌زمینه سفید و تمیز */
    border: 1px solid #E5E7EB !important; /* حاشیه بسیار ملایم دور کل باکس */
    border-radius: 7px !important; /* گرد کردن گوشه‌های کل باکس */
    padding: 7px !important; /* فاصله داخلی برای جدا شدن متن از لبه‌ها */
    margin-bottom: 6px !important; /* فاصله بین هر خبر */
    box-shadow: 0 2px 8px rgba(0,0,0,.05) !important; /* سایه پایه و نامحسوس */
    width: 100% !important;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important; /* تنظیم یک انیمیشن بسیار نرم */
}

.left-news-style .news-item:hover {
    background-color: #fdfdfd !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08) !important;
    border-color: #eaeaea !important;
}

.left-news-style .news-item:last-child {
    border-bottom: none !important;
}

.left-news-style .news-item::after {
    display: none !important;
}

.left-news-style .item-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    width: 100% !important;
}

/* تصویر لیست سمت چپ */
.left-news-style .news-img {
    width: 160px !important;
    height: 105px !important;
    flex-shrink: 0 !important;
    margin-left: 20px !important;
    float: none !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}

.left-news-style .news-img img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 10px !important;
    transition: transform 0.5s ease !important;
}

.left-news-style .news-item:hover .news-img img {
    transform: scale(1.08) !important;
}

.left-news-style .news-item:hover .news-title a {
    color: #0056b3 !important;
    transition: color 0.3s ease !important;
}

.left-news-style .news-img a {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

/* اطلاعات و تیتر لیست سمت چپ */
.left-news-style .news-info {
    flex-grow: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    text-align: right !important;
}

.left-news-style .news-titr {
    margin: 0 0 8px 0 !important;
    text-decoration: none !important;
}
.left-news-style .News_STitr{
    font-size: 16px !important;
}
.left-news-style .News_Titr {
    color: #333 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
    display: block !important;
}

/* نشان "جدید" کنار تیتر */
.left-news-style .News_Titr::before {
    content: "جدید";
    background-color: #dc3545;
    color: #fff;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 8px;
    display: inline-block;
    vertical-align: text-bottom;
}

.left-news-style .news-introtext {
    display: none !important;
}

/* تاریخ لیست سمت چپ */
.left-news-style .news-details {
    width: 100% !important;
    margin-top: 0 !important;
    padding: 0 !important;
    border: none !important;
    display: block !important;
}

.left-news-style .news-date {
    color: #999 !important;
    font-size: 11px !important;
    display: flex !important;
    align-items: center !important;
    flex-direction: row-reverse !important;
}

/* =========================================
   ۵. واکنش‌گرایی برای موبایل
========================================= */
@media (max-width: 768px) {
    .courses-area > .container > .row,
    .news-section-container {
        flex-direction: column !important;
    }
    
    .left-news-style .item-row {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    
    .left-news-style .news-img {
        width: 100% !important;
        height: 200px !important;
        margin-left: 0 !important;
        margin-bottom: 12px !important;
    }
    
    .news-tools, 
    .left-news-style .news-tools, 
    .site-news .news-tools {
        height: auto !important;
        margin-top: 15px !important;
        padding-top: 10px !important;
    }
}
/*
courses-area-news
======================================================*/

/*
events-area
======================================================*/
/* --- تنظیمات کلی بخش --- */
.events-area {
    background-color: #002147 !important;
    padding: 40px 0;
    direction: rtl;
	padding: 0 16%;
	margin-bottom: 30px;
}


.events-area .slides {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center;
    margin: 0 -10px;
}

.events-area .slide-groups {
    width: 25% !important; 
    padding: 10px;
    box-sizing: border-box;
    float: none !important;
    display: flex; 
}


.events-area .news-item {
    background-color: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15) !important;
    overflow: hidden !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    transition: transform 0.3s ease;
}
.events-area .news-item .news-info a{
	margin-top:40px;
}
.events-area .news-item:hover {
    transform: translateY(-5px); 
}

.events-area .item-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}


.events-area .news-img {
    width: 100% !important;
    height: 180px !important; 
    margin: 0 !important;
    border-radius: 0 !important; 
    position: relative;
}

.events-area .news-img a {
    display: block;
    width: 100%;
    height: 100%;
}
.events-area .nav li a::after{
	display: none !important;
}
.events-area .news-img img {
    width: 100% !important;
    height: 223px;
    object-position: center top !important;
    border-radius: 0 !important;
    display: block !important;
}

/* --- بخش متن (پایین کارت) --- */
.events-area .news-info {
    width: 100% !important;
    background-color: #ffffff !important;
    padding: 15px !important;
    margin: 0 !important; /* حذف مارجین منفی مزاحم */
    box-shadow: none !important;
    border-radius: 0 !important;
    text-align: right;
    flex-grow: 1; /* پر کردن فضای خالی پایین */
    box-sizing: border-box;
    border-top: 1px solid #f0f0f0; /* خط نازک جداکننده */
}

/* تیتر خبر */
.events-area .News_Titr {
    color: #333 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    margin-bottom: 10px;
    line-height: 1.6 !important;
    height: 45px; /* ارتفاع ثابت برای تیتر (حدود 2 خط) */
    overflow: hidden;
}

/* خلاصه خبر */
.events-area .news-introtext {
    color: #777 !important;
    font-size: 12px !important;
    line-height: 1.8 !important;
    height: 65px; /* ارتفاع ثابت برای متن */
    overflow: hidden;
    text-align: justify;
}

/* --- تب‌ها و دکمه‌ها --- */
.events-area .nav-tabs {
	display:flex;
    border: none !important;
    margin-bottom: 20px;
    padding-right: 15px;
}
.events-area .nav-tabs li a {
    border-radius: 20px !important;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.3) !important;
    margin-left: 5px;
	padding: 12px !important;
}

.events-area .nav-tabs li.active a {
	
    background: #fff !important;
    color: #002147 !important;
}
.events-area .panel_link_bold {
    display: inline-block;
    color: #475569 !important;
    border: 1px solid #fff;
    padding: 8px 30px;
    border-radius: 6px;
    margin-top: 20px;
    text-decoration: none;
	margin-bottom: 20px;
}
.events-area .panel_link_bold:hover {
    background: #fff;
    color: #002147 !important;
}

/* --- ریسپانسیو --- */
@media (max-width: 991px) {
    .events-area .slide-groups { width: 50% !important; }
}
@media (max-width: 576px) {
    .events-area .slide-groups { width: 100% !important; }
}
/*
events-area
======================================================*/


/*
Academics Style
======================================================*/
.samaneh-uni.academic-area{
	width: 188px;
}
.single-academics-card {
	
  background: #fff;
  border-radius: 15px;
  padding: 20px 7px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  margin-bottom:60px;
}

.single-academics-card .academic-top-content {
	display: block;
  align-items: center;
  position: relative;
  padding-left: 40px;
}

.single-academics-card .academic-top-content svg{
	font-size: 34px;
		
}
.single-academics-card .academic-top-content path{
	color: #191970 !important;
}
.academic-area .owl-carousel .owl-stage {
	padding-top:20px !important;
}
.single-academics-card .academic-top-content h3 a {
	white-space: unset;
  font-size: 14px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  color:#002147;
}

.single-academics-card .academic-top-content h3 a:hover {
  color: var(--gold-color);
}
.single-academics-card .academic-top-content {
  padding: 1px;
}
.academic-area .links-carousel .owl-dots{
	position: absolute !important;
  left: 48% !important;
  top: 67% !important;
}
.single-academics-card .academic-top-content i {
  font-size: 25px;
  position: absolute;
  color: #191970;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-academics-card{
	transition:0.5s all;
	z-index:9999;
}
.single-academics-card:hover {
  transform: translateY(-10px);
  border-color: var(--secondary-color);
  background: #fff;
}

.single-academics-card2 {
  background-size: cover;
  background-position: center center;
  height: 500px;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
}

.single-academics-card2::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(17, 29, 94, 0.9)));
  background-image: linear-gradient(to bottom, transparent, rgba(17, 29, 94, 0.9));
  left: 0;
  top: 0;
}

.single-academics-card2.bg-1 {
  background-image: url(../images/academics/academic-1.jpg);
}

.single-academics-card2.bg-2 {
  background-image: url(../images/academics/academic-2.jpg);
}

.single-academics-card2.bg-3 {
  background-image: url(../images/academics/academic-3.jpg);
}

.single-academics-card2 .serial {
  position: absolute;
  left: 30px;
  top: 30px;
}

.single-academics-card2 .serial p {
  color: #ffffff;
  font-size: 18px;
}

.single-academics-card2 .academic-content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}

.single-academics-card2 .academic-content .academic-top-content {
  position: relative;
  padding-left: 30px;
}

.single-academics-card2 .academic-content .academic-top-content h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 15px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-academics-card2 .academic-content .academic-top-content h3:hover {
  color: #e32845;
}

.single-academics-card2 .academic-content .academic-top-content i {
  color: #e32845;
  font-size: 20px;
  position: absolute;
  left: 0;
}

.single-academics-card2 .academic-content p {
  color: #ffffff;
  margin-bottom: 15px;
}

.single-academics-card3 {
  text-align: center;
  padding: 25px;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  position: relative;
}

.single-academics-card3::before {
  position: absolute;
  content: '';
  height: 100%;
  height: 100%;
  width: 0;
  top: 0;
  right: 0;
  background-color: #e32845;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-academics-card3 .icon {
  margin-bottom: 20px;
}

.single-academics-card3 .icon i {
  font-size: 35px;
  height: 65px;
  width: 65px;
  line-height: 72px;
  border-radius: 100%;
  border: 1px solid #e32845;
  display: inline-block;
  color: #e32845;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-academics-card3 h3 {
  font-size: 22px;
  margin-bottom: 15px;
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-academics-card3 p {
  position: relative;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-academics-card3:hover::before {
  width: 100%;
  border-radius: 0;
  left: 0;
  right: auto;
}

.single-academics-card3:hover .icon i {
  color: #ffffff;
  border-color: #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.single-academics-card3:hover h3 {
  color: #ffffff;
}

.single-academics-card3:hover p {
  color: #ffffff;
}

.single-academics-card3:hover .read-more-btn {
  color: #ffffff;
}
/*
Academics Style
======================================================*/

/*
students-stories-area
======================================================*/
.students-stories-area{
	margin-bottom:60px;
}

.students-stories-area .slides .slide-groups {
    display: flex;
    justify-content: space-between; 
 
}


.students-stories-area .slides .slide-groups .news-item {
    flex: 1;
    min-width: 0; 
    aspect-ratio: 3 / 4; 
    overflow: hidden; 
    margin-bottom: 0; 
    padding: 0 !important;
    position: relative;
   border: solid 0px var(--gold-color);
    border-radius: 4px;
}


.students-stories-area .slides .slide-groups .news-item .news-img img {
    width: 100% !important;
    height: 100%; 
    object-fit: cover;
    border-radius: 7px;
}


.students-stories-area .slides .slide-groups .news-info {
    position: absolute;
    bottom: 0;
    left: 0; 
    right: 0; 
    padding: 30px 30px 20px 30px;
    z-index: 999;
    background: linear-gradient(transparent,#000); !important;
}


.students-stories-area .slides .slide-groups .news-info .News_Titr {
    font-size: 16px;
    color: #ffffff;
}


.students-stories-area .news-tools {
    display: flex;
    justify-content: center;
}

.students-stories-area .news-tools a {
    background-color: #111d5e !important;
    padding: 8px 21px !important;
    color: #475569 !important;
    border-radius: 10px !important;
    transition: 0.5s all;
}

.students-stories-area .news-tools a:hover {
    background-color: var(--gold-color) !important;
}

/*
students-stories-area
======================================================*/

/*
gallery
======================================================*/
.gallery{
	background-color: transparent !important;
	padding: 0 0 60px 0;
}
.gallery .video-box .video-item .post-date{
background-color: #002147;
}
.gallery .image-box-area .image-box .image-box-item .post-date {

 background-color: #002147 !important;

}
.gallery .video-box .video-item .post-date{
 background-color: #002147 !important;	
}
.gallery .video-box .video-item img {

  height: revert-layer !important;
}
.gallery .image-box-item .post-date span{
	font-size:10px;
}
.gallery .heading-section{
	display: flex;
  justify-content: center;
}
.gallery .heading-section .heading-groups{
	display:none;
}
.gallery .heading-section h2{
	color: var( --gold-color) !important;
}
.gallery .heading-section.heading-section-one .heading-area .title h2::after{
	display:none;
}
.gallery .swiper-button-next, .swiper-button-prev {
	border-radius:50px;
  background-color: #111d5e !important;
  padding: 10px;
  color: #000 !important;
  fill: white !important;
  stroke: white !important;
  opacity: 0.3;
}


/*
gallery
======================================================*/

/*
health-care-area
======================================================*/
.health-care-area{
	background-color: #002147;
	padding: 30px 0;
  overflow-x: hidden;
  margin-bottom: 30px;
}
.health-care-area .slide-groups .news-item.col-sm-4 {
	width:100%  !important;
}
.health-care-area .inner-row.container{
	margin: 0 auto;
}
.health-care-area .slides .slide-groups .item-row{
	display: flex;
  flex-direction: column;
}
.health-care-area .slides .slide-groups .item-row .news-image{
	width:100%;
}
.health-care-area .slides .slide-groups .item-row .news-image img{
	width: 95%;
	border-radius: 20px 20px 0px 0px !important;
}
.health-care-area .col-md-12.col-lg-12{
	padding:0;
}
.health-care-area .news-item{
	transition:0.5s all;
	padding:0;
}
.health-care-area .news-tools span{
	margin-top: 18px;
}
.health-care-area .news-tools span a{
	background-color:var(--gold-color);
padding: 8px 21px !important;
  color: #475569 !important;
  border-radius: 10px !important;
  transition:0.5s all;
}
.health-care-area .news-tools span a:hover{
 color: #111d5e;
} 
.health-care-area .news-item:hover {
  transform: translateY(-10px);
}
.health-care-area .slides .slide-groups .item-row .news-info{

	background: #fff !important;
  padding: 8px 20px 8px 20px !important;
  margin-top: -15px !important;
  border-radius: 0 0 20px 20px !important;
  text-align: right;
width: 95%;
height: 140px;
}
.health-care-area .slides .slide-groups .item-row .news-info .News_Titr{
	font-size:16px;
}
	.health-care-area .news-tools{
		display: flex;
  justify-content: center;
  margin-bottom: 60px;
	}
		.health-care-area .news-tools a{
			color:#fff;
		}
	.health-care-area	.owl-carousel{
	display:block !important;
}
.health-care-area .owl-carousel  .owl-stage{
	padding-top: 20px !important;
}
/*
health-care-area
======================================================*/
  .multimedia {
  position: relative;
background-color: #002147;
}
   
   
   
   
/*
academic-area
/* ====================================================== */

.samaneh-uni.academic-area .single-academics-card .academic-top-content {

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.samaneh-uni.academic-area .section-title h2 {
  color: #fff;
}
.samaneh-uni.academic-area .single-academics-card:hover{
	background-color:#fff;
}
.samaneh-uni.academic-area .single-academics-card {
	width: 200px;
  height: 157px;
  background-color: #f5f5f5;
  border-radius: 30px;
}

.samaneh-uni.academic-area .single-academics-card img {
  width: 58px;
  transition:0.5s all;
}
.samaneh-uni.academic-area .single-academics-card:hover .academic-top-content > img {
   transform: scale(1.2);
}

.samaneh-uni.academic-area .single-academics-card h3 {
  font-size: 16px;
  color: var(--primary-color) !important;
  margin-top: 15px;

}

.samaneh-uni.academic-area .single-academics-card .academic-top-content {
  padding: 0;
}
/*
academic-area
/* ====================================================== */


/*
campus-information-area
/* ====================================================== */
.campus-image img{
	    height: 464px;
}
.campus-information-area{
	margin-bottom:60px;
}
.campus-content {
  margin-bottom: 30px;
}

.campus-content .campus-title {
          margin-bottom: 10px;
}
.campus-content .count-stat {
	color: #002147;
          font-size: 33px;
  font-weight: bold;
}

#counter .col-lg-12{
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 16px;
  padding-bottom: 10px;
}

#counter .counter-card{
  min-width: 180px; 
  flex-shrink: 0;
}
.counter-sec{
 background-color: #effdff !important;
    
    overflow: hidden !important; 
}
#counter {
  padding: 60px 124px !important;
    width: 100%;
}
#counter .counter-card:nth-child(6) .count-stat{
	color: #11b1c7 !important;
}
#counter .counter-card:nth-child(6)  .target{
		color: #11b1c7 !important;
}
#counter .row {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}


#counter .col-lg-12 {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap; 
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding: 0 10px !important;
    gap: 5px;
}

#counter .counter-card {
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    padding: 0 5px;
	display: flex;
  align-items: center;
  justify-content: center;
    flex-wrap: wrap;
}

.count-stat,
.target{
    display: inline-block;
}

.counter-card p{
    width: 100%;
    margin-top: 5px;
}
/* ۴. فونت بسیار درشت و ضخیم برای اعداد با رنگ درخواستی */
#counter .counter-card .count-stat, 
#counter .counter-card .target {
    font-size: 3rem !important; /* فونت بسیار درشت (افزایش چشمگیر) */
    font-weight: 900 !important; /* ضخیم‌ترین حالت */
    color: #002147 !important; /* رنگ سرمه‌ای تیره */
    display: block; /* رفتن متن زیرین به خط بعد */
    line-height: 1;
    margin-bottom: 12px; /* فاصله بین عدد و متن */
    letter-spacing: -2px; /* نزدیک کردن اعداد برای ظاهر مدرن‌تر */
}

/* ۵. استایل متن‌های زیرین */
#counter .counter-card p {
    margin: 0;
    font-size: 13px !important; 
    color: #7a8b9a !important; /* خاکستری متمایل به آبی (بسیار شیک) */
    font-weight: 600;
    line-height: 1.4;
    word-wrap: break-word; /* اگر کلمه‌ای مثل "فارغ‌التحصیلان" طولانی بود، می‌شکند تا اسکرول ایجاد نکند */
}

/* =========================================
   واکنش‌گرایی برای جلوگیری از به‌هم‌ریختگی در صفحه‌های کوچک
   ========================================= */

/* لپ‌تاپ‌های کوچک و تبلت‌ها */
@media (max-width: 1199px) {
    #counter .col-lg-12 {
        flex-wrap: wrap; /* اجازه شکستن به خطوط بعدی */
    }
    #counter .counter-card {
        flex: 0 0 25%; /* تغییر به ۴ ستون در تبلت */
        margin-bottom: 40px;
    }
    #counter .counter-card .count-stat, 
    #counter .counter-card .target {
        font-size: 2.5rem !important; /* کمی کوچکتر برای تبلت */
    }
}

/* موبایل‌ها */
@media (max-width: 767px) {
    #counter .counter-card {
        flex: 0 0 50%; /* تغییر به ۲ ستون در موبایل */
        margin-bottom: 30px;
    }
    #counter .counter-card .count-stat, 
    #counter .counter-card .target {
        font-size: 2rem !important; /* سایز مناسب موبایل */
    }
}

.campus-content .target{
	font-size: 48px;
	color:#01bde5;
}
.campus-content .campus-title h2 {
  font-size: 30px;
  margin-bottom: 8px;
}


.campus-information-area img {
  border-radius: 20px;
}

.campus-content .list ul {
  padding-right: 0;
  margin-bottom: 0;
}

.campus-content .list ul li {
  position: relative;
  padding-right: 20px;
  list-style-type: none;
  margin-bottom: 10px;
}

.campus-content .list ul li i {
  position: absolute;
  right: 0;
color: var( --gold-color);
}

.campus-content.style-2 {
  padding: 50px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  margin-right: -100px;
}
/*
campus-information-area
/* ====================================================== */

/*
links-site
/* ====================================================== */
.linkssite{
	background-color: #002147;
}
.linkssite  .single-academics-card{
	background-color: #f5f5f5;
}
.linkssite  .single-academics-card:hover{
	background-color:#fff;
}

.tour-links{
	margin-bottom: 30px;
	background-color: #002147;
	padding:30px 0;
}

.links-site {
  z-index: 9999;
  position: relative;
    overflow:hidden;
}

.links-site .single-academics-card .academic-top-content {
  padding: 0;
}

.links-site .single-academics-card .academic-top-content img {
  width: 60px;
  transition:0.5s all;
}
.links-site .single-academics-card:hover .academic-top-content > img {
 transform: scale(1.2);
}
.links-site .academic-top-content a{
	font-size: 14px !important;
}
.links-site .academic-top-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.links-site .single-academics-card .academic-top-content h3 {
  text-align: center;
  white-space: nowrap;
  font-size: 12px
}

/*
links-site
/* ====================================================== */



/*
benabImage
/* ====================================================== */

.benab-image {
  margin-top: -210px;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  z-index: 999;
  background-image: url("../images/banner/imageBenab.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.benab-image::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5) );
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/*
benabImage
/* ====================================================== */
/*
Admisssion Style
======================================================*/
.admisssion-area.admission-bg {
  background-image: url(../images/admission/admission-3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.admisssion-area.admission-bg::before {
  position: absolute;
  content: '';
  background: rgba(17, 29, 94, 0.75);
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
}

.admission-left-content {
  position: relative;
}

.admission-left-content h2 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 20px;
}

.admission-left-content p {
  color: #ffffff;
  margin-bottom: 30px;
}

.admission-right-content {
  position: relative;
  text-align: left;
}

.admission-right-content p {
  padding-left: 100px;
  position: relative;
  color: #ffffff;
  top: 20px;
}

.admission-right-content .icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.admission-right-content .icon a {
  font-size: 35px;
  background-color: #ffffff;
  color: #e32845;
  text-align: center;
  height: 60px;
  width: 60px;
  display: inline-block;
  line-height: 60px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.admission-right-content .icon a:hover {
  background-color: #e32845;
  color: #ffffff;
}

.admission-right-content .icon::before {
  position: absolute;
  content: '';
  height: 70px;
  width: 70px;
  border-radius: 100%;
  right: -5px;
  top: -5px;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 4s linear infinite;
  animation: ripple 4s linear infinite;
  z-index: -1;
}

.admission-right-content .icon::after {
  position: absolute;
  content: '';
  height: 80px;
  width: 80px;
  right: -10px;
  top: -10px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-animation: ripple 3s linear infinite;
  animation: ripple 3s linear infinite;
  z-index: -1;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: .6;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: .6;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.admission-content .admission-image {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
}
.admission-content .admission-image video{
	width: 100%;
	height: 510px;
	object-fit: cover;
  border-radius: 20px;
}

.admission-content .admission-image img {
  overflow: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;

  width: 100%;
  height: 458px;
}

.admission-content .admission-image .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

.admission-content .admission-image .icon a {
	display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px;
    background-color: #002147;
  color: #ffffff;
  text-align: center;
  height: 60px;
  width: 60px;
  line-height: 60px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.admission-content .admission-image .icon a i{
	display: flex;
  justify-content: center;
}
.admission-content .admission-image .icon a:hover {
  background-color: #002147;
  color: #ffffff;
}

.admission-content .admission-image .icon::before {
  position: absolute;
  content: '';
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: rgba(227, 40, 69, 0.6);
  -webkit-animation: ripple 4s linear infinite;
  animation: ripple 4s linear infinite;
  z-index: -1;
}

.admission-content .admission-image .icon::after {
  position: absolute;
  content: '';
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background-color: rgba(227, 40, 69, 0.4);
  -webkit-animation: ripple 3s linear infinite;
  animation: ripple 3s linear infinite;
  z-index: -1;
}

.admission-content .admission-image:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.admission-content .query p {
  margin-bottom: 30px;
}

.how-to-apply h2 {
  font-size: 48px;
  margin-bottom: 20px;
}

.how-to-apply p {
  margin-bottom: 30px;
}

.how-to-apply .apply-list {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.how-to-apply .apply-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.how-to-apply .apply-list ul li {
  list-style-type: none;
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}

.how-to-apply .apply-list ul li i {
  position: absolute;
  color: #e32845;
  right: 0;
}

.submit {
  padding-bottom: 35px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.submit h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.submit p {
  margin-bottom: 25px;
}

.financial {
  margin-bottom: 30px;
}

.financial h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.financial p {
  margin-bottom: 25px;
}

.additional-information {
  background-color: #f4f6f9;
  padding: 30px;
  margin-bottom: 30px;
}

.additional-information h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.additional-information .list {
  text-align: center;
}

.additional-information .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.additional-information .list ul li {
  list-style-type: none;
  margin-bottom: 15px;
  padding: 15px;
  background-color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.additional-information .list ul li a {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.additional-information .list ul li:hover {
  background-color: #e32845;
}

.additional-information .list ul li:hover a {
  color: #ffffff;
}

/*
Program Style
======================================================*/
.single-program-card {
  padding: 30px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.single-program-card h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.single-program-card p {
  margin-bottom: 20px;
}

/*
Health Care Style
======================================================*/
.single-health-care-card {
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-health-care-card .health-care-content {
  background-color: #f4f6f9;
  padding: 30px;
}

.single-health-care-card .health-care-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  line-height: 1.3;
}

.single-health-care-card .health-care-content p {
  margin-bottom: 15px;
}

.single-health-care-card.style1 {
  position: relative;
}

.single-health-care-card.style1 .health-care-content {
  background-color: #ffffff;
  max-width: 420px;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  bottom: -70px;
}

.single-health-care-card.style2 {
  position: relative;
  padding-top: 150px;
}

.single-health-care-card.style2 .health-care-content {
  background-color: #ffffff;
  max-width: 420px;
  margin: auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
}

.single-health-care-card.style-3 {
  position: relative;
}

.single-health-care-card.style-3 .health-care-content {
  background-color: #ffffff;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
}

.single-health-care-card.style-3:hover {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.single-health-care-card:hover {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.single-health-care-card:hover .health-care-content h3 {
  color: #e32845;
}

.more-health-care.style2 {
  text-align: left !important;
  padding-left: 200px;
}

.health-care-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  right: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
  border: 1px solid #dfdbdb;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 24px;
}

.health-care-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  right: -1px;
}

.health-care-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: -80px;
  right: auto;
}

.health-care-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  left: -1px;
  right: auto;
  top: -2px;
}

.health-care-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #e32845;
  color: #ffffff;
  border: 1px solid #e32845;
}

.health-details .top-content img {
  margin-bottom: 25px;
}

.health-details .top-content h2 {
  font-size: 40px;
  margin-bottom: 20px;
}

.health-details .top-content p {
  margin-bottom: 25px;
}

.health-details .health-care h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.health-details .health-care p {
  margin-bottom: 20px;
}

.health-details .health-care-access {
  margin-bottom: 20px;
}

.health-details .health-care-access h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.health-details .health-care-access p {
  margin-bottom: 20px;
}

.madical-care-content .medical-card {
  margin-bottom: 30px;
}

.madical-care-content .medical-card .content {
  background-color: #e32845;
  text-align: center;
  padding: 20px 0 15px 0;
}

.madical-care-content .medical-card .content h4 {
  font-size: 22px;
  color: #ffffff;
}

.madical-care-content .medical-care {
  margin-bottom: 30px;
}

.madical-care-content .medical-care h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.madical-care-content .medical-care p {
  margin-bottom: 20px;
}

.madical-care-content .medical-care .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.madical-care-content .medical-care .list ul li {
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}

.madical-care-content .medical-care .list ul li::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #e32845;
  left: 0;
  top: 6px;
}

.madical-care-content .medical-care .list ul li:last-child {
  margin-bottom: 10px;
}

.tranding {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}

.tranding h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.tranding .tranding-box {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d4d3d3;
}

.tranding .tranding-box .tranding-content {
  position: relative;
  padding-left: 105px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tranding .tranding-box .tranding-content h4 {
  font-size: 16px;
  margin-bottom: 5px;
}

.tranding .tranding-box .tranding-content h4 a {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.tranding .tranding-box .tranding-content img {
  height: 80px;
  width: 90px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tranding .tranding-box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.tranding .tranding-box:hover .tranding-content h4 a {
  color: #e32845;
}

/*
Events Style
======================================================*/
.single-events-card {
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-events-card .events-image {
  position: relative;
}

.single-events-card .events-image img {
  border-radius: 20px;
  width: 100%;
}

.single-events-card .events-image .date {
  background-color: #ffffff;
  position: absolute;
  bottom: -4px;
  left: 30px;
  padding: 4px 25px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
}

.single-events-card .events-image .date span {
  font-size: 14px;
  color: #A84719;
  font-weight: 600;
  margin-bottom: 10px;
}

.single-events-card .events-content {
  padding: 30px;
  background-color: #ffffff;
  margin-top: -12px;
  border-radius: 0 0 20px 20px;
}

.single-events-card .events-content .admin {
  text-align: right;
  margin-bottom: 20px;
}

.single-events-card .events-content .admin p a {
  color: #555555;
}

.single-events-card .events-content .admin p a i {
  color: #111d5e;
  padding-left: 7px;
}

.single-events-card .events-content h3 {
  font-size: 14px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  list-style: 1.3;
}

.single-events-card:hover {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}

.single-events-card:hover .events-content h3 {
  color: #A84719;
}

.single-events-card.style2 .events-content {
  background-color: #f4f6f9;
}

.single-events-card.style2 .events-content h3 {
  margin-bottom: 15px;
}

.single-events-card.style2 .events-content .admin-and-date ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-events-card.style2 .events-content .admin-and-date ul li {
  list-style-type: none;
}

.single-events-card.style2 .events-content .admin-and-date ul li a {
  color: #555555;
}

.single-events-card.style2 .events-content .admin-and-date ul li a i {
  color: #e32845;
  margin-left: 7px;
}

.single-events-card.style2:hover {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.single-events-card.style-3 .events-content {
  background-color: #f4f6f9;
}

.single-events-card.style-3 .events-content .date-and-read-more ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-events-card.style-3 .events-content .date-and-read-more ul li {
  list-style-type: none;
}

.single-events-card.style-3 .events-content .date-and-read-more ul li p i {
  color: #e32845;
  position: relative;
  top: 2px;
  margin-left: 7px;
}

.single-events-card.style-4 .events-content {
  background-color: #f4f6f9;
}

.events-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  right: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
  border: 1px solid #dfdbdb;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 24px;
}

.events-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  right: -1px;
}

.events-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: -80px;
  right: auto;
}

.events-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  left: -1px;
  right: auto;
  top: -2px;
}

.events-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #e32845;
  color: #ffffff;
  border: 1px solid #e32845;
}

.events-slider.owl-theme .owl-dots {
  right: 0;
}

.events-slider.owl-theme .owl-dots .owl-dot span {
  background-color: #e32845;
  margin: 0 15px;
  background-color: #eeeeee;
  height: 18px;
  width: 18px;
}

.events-slider.owl-theme .owl-dots .owl-dot.active span {
  position: relative;
}

.events-slider.owl-theme .owl-dots .owl-dot.active span::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  background-color: #e32845;
  border-radius: 100%;
  top: 4px;
  right: 4px;
}

.events-details-left-content .events-image {
  margin-bottom: 30px;
}

.meetings {
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f6f9;
  margin-bottom: 30px;
}

.meetings h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.meetings p {
  margin-bottom: 20px;
}

.about-lecturer h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.about-lecturer img {
  margin-bottom: 30px;
}

.about-lecturer p {
  margin-bottom: 30px;
}

.about-lecturer .address {
  margin-bottom: 15px;
}

.about-lecturer .address h4 {
  font-size: 20px;
  margin-bottom: 20px;
}

.about-lecturer .address .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.about-lecturer .address .list ul li {
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}

.about-lecturer .address .list ul li::before {
  position: absolute;
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #e32845;
  left: 0;
  top: 7px;
}

.about-lecturer .address .list ul li a {
  color: #555555;
}

.about-lecturer .social-content {
  margin-bottom: 30px;
}

.about-lecturer .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.about-lecturer .social-content ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.about-lecturer .social-content ul li a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  background-color: #f4f6f9;
  color: #e32845;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.about-lecturer .social-content ul li a:hover {
  background-color: #e32845;
  color: #ffffff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.next-workshop {
  margin-bottom: 30px;
}

.next-workshop h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.next-workshop .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.next-workshop .list ul li {
  list-style-type: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 120px;
}

.next-workshop .list ul li span {
  position: absolute;
  left: 0;
}

.next-workshop .list ul li:last-child {
  margin-bottom: 0;
}

.brought {
  margin-bottom: 30px;
}

.brought h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.brought p {
  margin-bottom: 20px;
}

.brought .default-btn {
  margin-top: 10px;
}

.counter-area ul {
  padding-left: 0;
  margin-bottom: 0;
}

.counter-area ul li {
  list-style-type: none;
}

/*
Podcasts Care Style
======================================================*/
.single-podcasts-card {
  margin-bottom: 30px;
}

.single-podcasts-card .podcast-content span {
  color: #e32845;
  display: inline-block;
  margin-bottom: 10px;
}

.single-podcasts-card .podcast-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.single-podcasts-card .podcast-content p {
  margin-bottom: 20px;
}

.single-podcasts-card .podcast-content .play-icon {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  padding-top: 5px;
  max-width: 170px;
}

.single-podcasts-card .podcast-content .play-icon i {
  color: #ffffff;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 100%;
  font-size: 24px;
  background-color: #e32845;
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-podcasts-card .podcast-content .play-icon span {
  position: relative;
  display: inline-block;
  bottom: 8px;
  padding-right: 7px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-podcasts-card .podcast-content .play-icon:hover {
  background-color: #e32845;
  padding-top: 5px;
}

.single-podcasts-card .podcast-content .play-icon:hover span {
  color: #ffffff;
}

.single-podcasts-card.style2 .podcasts-image {
  position: relative;
}

.single-podcasts-card.style2 .podcasts-image .play-btn {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 100%;
  text-align: center;
  font-size: 24px;
  border: 1px solid #ffffff;
  color: #ffffff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-podcasts-card.style2 .podcasts-image .play-btn:hover {
  background-color: #ffffff;
  color: #e32845;
  border-color: #ffffff;
}

.single-podcasts-card.style2 .podcast-content {
  background-color: #ffffff;
  padding: 30px;
}

.single-podcasts-card.style2 .podcast-content ul {
  padding-right: 0;
  margin-bottom: 15px;
}

.single-podcasts-card.style2 .podcast-content ul li {
  list-style-type: none;
  color: #e32845;
}

.single-podcasts-card.style2 .podcast-content ul li.date {
  position: relative;
  padding-right: 35px;
}

.single-podcasts-card.style2 .podcast-content ul li.date::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 30px;
  background-color: #e32845;
  top: 12px;
  right: 0;
}

.single-podcasts-card.style2 .podcast-content h3 {
  margin-bottom: 0;
}

.single-podcasts-card.style3 .podcasts-image {
  position: relative;
}

.single-podcasts-card.style3 .podcasts-image .play-btn {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border-radius: 100%;
  text-align: center;
  font-size: 24px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #e32845;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-podcasts-card.style3 .podcasts-image .play-btn:hover {
  background-color: #e32845;
  color: #ffffff;
}

.single-podcasts-card.style3 .podcasts-image .episodes p {
  background-color: #ffffff;
  color: #e32845;
  padding: 10px 15px;
  position: absolute;
  top: 30px;
  right: 30px;
  border-radius: 7px;
}

.single-podcasts-card.style3 .podcast-content {
  padding: 30px 30px 0 30px;
}

.single-podcasts-card.style3 .podcast-content .date p {
  color: #e32845;
  font-weight: 500;
  position: relative;
  padding-right: 15px;
}

.single-podcasts-card.style3 .podcast-content .date p::before {
  position: absolute;
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background-color: #e32845;
  right: 0;
  top: 7px;
}

.categories {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}

.categories h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.categories ul {
  padding-right: 0;
  margin-bottom: 0;
}

.categories ul li {
  position: relative;
  list-style-type: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.categories ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.categories ul li a {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.categories ul li i {
  color: #e32845;
  padding-left: 10px;
}

.categories ul li:hover a {
  color: #e32845;
}

.categories.style-2 {
  background-color: #ffffff;
}

.subscribe-area {
  background-image: url(../images/subscribe-img.jpg);
  background-size: cover;
  padding: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

.subscribe-area::before {
  position: absolute;
  content: '';
  background: rgba(17, 29, 94, 0.7);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.subscribe-area .top-content {
  position: relative;
}

.subscribe-area .top-content i {
  font-size: 40px;
  color: #ffffff;
}

.subscribe-area .top-content h3 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 15px;
}

.subscribe-area .top-content p {
  margin-bottom: 20px;
  color: #ffffff;
}

.news-section-title {
    background-color: var(--primary-color);
    color: white;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
    font-size: 18px;
    border-right: 5px solid var(--secondary-color); /* خط عمودی تزئینی */
}

.subscribe-area .newsletter-form {
  position: relative;
}

.subscribe-area .newsletter-form .form-control {
  margin-bottom: 30px;
}

.subscribe-area .newsletter-form .default-btn {
  width: 100%;
}

.subscribe-area .newsletter-form .validation-danger {
  color: #e32845;
  margin-top: 5px;
}

/*
Stories Style
======================================================*/
.single-stories-card {
  margin-bottom: 30px;
  position: relative;
  border: solid 4px #A84719;
  border-radius: 20px;
}

.single-stories-card::before {
  background: linear-gradient(180deg, hsla(0, 0%, 7%, 0), #161616);
  border-radius: 12px;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transition: height .2s ease;
  -o-transition: height .2s ease;
  -moz-transition: height .2s ease;
  transition: height .2s ease;
  width: 100%;
  z-index: 999;
}

.single-stories-card img {
  width: 100% !important;
  border-radius: 20px;
}

.single-stories-card .stories-content {
  position: absolute;
  bottom: 0;
  padding: 30px 30px 20px 30px;
  z-index: 9999;
  background-color: transparent !important;

}

.single-stories-card .stories-content h3 {
  font-size: 16px;
  color: #ffffff;

}

.single-stories-card iframe {
  height: 234px;
  width: 100%;
}

.single-stories-card.style2 .stories-content {
  background-color: #f4f6f9;
}



/*
Latest News Style
======================================================*/
.single-news-card {
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-news-card .news-img {
  overflow: hidden;
}

.single-news-card .news-img img {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-news-card .news-content {
  padding: 30px;
  background-color: #f4f6f9;
}

.single-news-card .news-content .list {
  margin-bottom: 15px;
}

.single-news-card .news-content .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-news-card .news-content .list ul li {
  display: inline-block;
  margin-right: 15px;
}

.single-news-card .news-content .list ul li i {
  padding-left: 7px;
  color: #e32845;
}

.single-news-card .news-content .list ul li a {
  color: #555555;
}

.single-news-card .news-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  line-height: 1.3;
}

.single-news-card:hover .news-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-news-card:hover .news-content h3 {
  color: #e32845;
}

.single-news-card.style2 .news-content {
  background-color: #ffffff;
}

.single-news-card.style3 {
  background-color: #ffffff;
}

.single-news-card.style3 .news-content {
  background-color: #ffffff;
}

.news-slider.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  bottom: 30px;
  right: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
  border: 1px solid #dfdbdb;
  height: 40px;
  width: 40px;
  line-height: 43px;
  border-radius: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 24px;
}

.news-slider.owl-theme .owl-nav [class*=owl-] i {
  position: relative;
  top: -2px;
  right: -1px;
}

.news-slider.owl-theme .owl-nav [class*=owl-].owl-next {
  left: -80px;
  right: auto;
}

.news-slider.owl-theme .owl-nav [class*=owl-].owl-next i {
  position: relative;
  left: -1px;
  right: auto;
  top: -2px;
}

.news-slider.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #e32845;
  color: #ffffff;
  border: 1px solid #e32845;
}

.news-slider.owl-theme .owl-dots {
  right: 0;
}

.news-slider.owl-theme .owl-dots .owl-dot span {
  background-color: #e32845;
  margin: 0 15px;
  background-color: #ded6d6;
  height: 18px;
  width: 18px;
}

.news-slider.owl-theme .owl-dots .owl-dot.active span {
  position: relative;
}

.news-slider.owl-theme .owl-dots .owl-dot.active span::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  background-color: #e32845;
  border-radius: 100%;
  top: 4px;
  right: 4px;
}

.latest-news-simple-card {
  background-image: url(../images/news/news-5.jpg);
  background-size: cover;
  background-position: center center;
  height: 450px;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.latest-news-simple-card::before {
  position: absolute;
  content: '';
  background: rgba(17, 29, 94, 0.7);
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}

.latest-news-simple-card .news-content {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.latest-news-simple-card .news-content .list {
  margin-bottom: 15px;
}

.latest-news-simple-card .news-content .list ul {
  padding-right: 0;
  margin-bottom: 0;
}

.latest-news-simple-card .news-content .list ul li {
  display: inline-block;
  margin-left: 15px;
  color: #ffffff;
}

.latest-news-simple-card .news-content .list ul li i {
  padding-left: 7px;
  color: #e32845;
}

.latest-news-simple-card .news-content .list ul li a {
  color: #ffffff;
}

.latest-news-simple-card .news-content h3 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #ffffff;
}

.latest-news-card-area h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

.category-list {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}

.category-list h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.category-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.category-list ul li {
  list-style-type: none;
  position: relative;
  margin-bottom: 10px;
}

.category-list ul li a {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.category-list ul li i {
  position: absolute;
  left: 0;
  font-size: 22px;
}

.category-list ul li:last-child {
  margin-bottom: 0;
}

.category-list ul li:hover a {
  color: #e32845;
}

.related-post-area {
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}

.related-post-area h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.related-post-area .related-post-box {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d4d3d3;
}

.related-post-area .related-post-box .related-post-content {
  position: relative;
  padding-left: 105px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.related-post-area .related-post-box .related-post-content h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.related-post-area .related-post-box .related-post-content h4 a {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.related-post-area .related-post-box .related-post-content h4:hover a {
  color: #e32845;
}

.related-post-area .related-post-box .related-post-content img {
  height: 80px;
  width: 90px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.related-post-area .related-post-box .related-post-content p i {
  color: #e32845;
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.related-post-area .related-post-box:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.related-post-area .related-post-box:hover .tranding-content h4 a {
  color: #e32845;
}

.news-details .news-simple-card img {
  margin-bottom: 20px;
}

.news-details .news-simple-card .list {
  margin-bottom: 15px;
}

.news-details .news-simple-card .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.news-details .news-simple-card .list ul li {
  display: inline-block;
  margin-right: 15px;
}

.news-details .news-simple-card .list ul li i {
  padding-left: 7px;
  color: #e32845;
}

.news-details .news-simple-card .list ul li a {
  color: #555555;
}

.news-details .news-simple-card h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.news-details .news-simple-card p {
  margin-bottom: 20px;
}

.news-details .theory .theory-box {
  padding-left: 30px;
  margin-bottom: 30px;
}

.news-details .theory .theory-box h4 {
  font-size: 18px;
  position: relative;
}

.news-details .theory .theory-box h4::before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: #e32845;
  left: -30px;
  top: 5px;
}

.news-details .blog-img-and-content {
  margin-bottom: 30px;
}

.news-details .blog-img-and-content img {
  margin-bottom: 30px;
}

.tags-and-share {
  padding-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}

.tags-and-share .tags ul {
  padding-left: 0;
  margin-bottom: 0;
}

.tags-and-share .tags ul li {
  margin-right: 10px;
  display: inline-block;
}

.tags-and-share .tags ul li span {
  font-size: 18px;
  font-weight: 500;
  color: #111d5e;
  margin-right: 5px;
}

.tags-and-share .tags ul li a {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
}

.tags-and-share .tags ul li a:hover {
  color: #e32845;
}

.tags-and-share .tags ul li a::before {
  position: absolute;
  content: ',';
  right: -4px;
}

.tags-and-share .tags ul li:last-child a::before {
  display: none;
}

.tags-and-share .share {
  text-align: left;
}

.tags-and-share .share ul {
  padding-right: 0;
  margin-bottom: 0;
}

.tags-and-share .share ul li {
  display: inline-block;
}

.tags-and-share .share ul li span {
  font-size: 18px;
  font-weight: 500;
  color: #111d5e;
  margin-left: 15px;
}

.tags-and-share .share ul li a {
  height: 35px;
  width: 35px;
  line-height: 38px;
  border-radius: 100%;
  background-color: #f4f6f9;
  color: #e32845;
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.tags-and-share .share ul li a:hover {
  background-color: #e32845;
  color: #ffffff;
}

/*
Footer Style
======================================================*/
.footer-area {
background-color: #002147;
  position: relative;
  z-index: 1;
  padding: 30px 0;
}
.footer-area .container .row{
	display:flex;
}
.footer-area .shape {
  position: absolute;
  top: 50px;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  z-index: -1;
}

.footer-logo-area {
  margin-bottom: 30px;
}

.footer-logo-area img {
  margin-bottom: 20px;
}

.footer-logo-area p {
  margin-bottom: 3px;
  color: #ffffff;
  font-size: 14px;
}

.footer-logo-area .contact-list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-logo-area .contact-list ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.footer-logo-area .contact-list ul li:last-child {
  margin-bottom: 0;
}

.footer-logo-area .contact-list ul li a {
  color: #ffffff;
}

.footer-widjet {
  margin-bottom: 30px;
}

.footer-widjet h3 {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 30px;
}

.footer-widjet .list ul {
  padding-left: 0;
  margin-bottom: 0;
}

.footer-widjet .list ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.footer-widjet .list ul li:last-child {
  margin-bottom: 0;
}

.footer-widjet .list ul li a {
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  white-space: nowrap;
}

.footer-widjet .list ul li a:hover {
  color: var(--gold-color);
}

/*
CopyRight Style
======================================================*/
.copyright-area {
  background-color: #ffffff;
}

.copyright {
  padding: 30px 0;
}

.copyright .copy {
  text-align: right;
}

.copyright .copy p {
	white-space: nowrap;
  color: #002147;
}

.copyright .copy p a {
   color: var(--gold-color);
}

.copyright .social-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.copyright .social-content ul li {
  display: inline-block;
  margin-right: 10px;
}

.copyright .social-content ul li:last-child {
  margin-right: 0;
}

.copyright .social-content ul li span {
  color: #002147;
}

.copyright .social-content ul li a {
  color: #002147;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.copyright .social-content a img{
	width: 15px;
}
.switch-box{
	display:none;
}
.copyright .social-content ul li a:hover {
  color: #002147;
}
.footer-txt
{
       padding:5px 0 0 0;
}
.footer-txt h3 {
    font-family:Nasim_B,Yekan,YekanNumbers,Tahoma;
    font-size:17px;
    color:#fff;
 padding:5px 10px 10px 0 !important;
    line-height:1.5;
}

.footer-link-c{width:70%;}
.footer-link-c a:after{
    content:"|";
    height:10px;
    font-size:12px;
    padding:0 5px;


}
.footer-link-c a
{
font-size:12px;
color:#fff;


}

/*
Page Banner Style
======================================================*/
.page-banner-area {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 150px;
  padding-bottom: 150px;
}

.page-banner-area::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  background: rgba(17, 29, 94, 0.8);
}

.page-banner-area.bg-1 {
  background-image: url(../images/page-banner/page-bnner-1.jpg);
}

.page-banner-area.bg-2 {
  background-image: url(../images/page-banner/page-bnner-2.jpg);
}

.page-banner-area .container-fluid {
  max-width: 1520px;
  margin: auto;
}

.page-banner-content {
  position: relative;
}

.page-banner-content h1 {
  font-size: 50px;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-banner-content ul {
  padding-right: 0;
  margin-bottom: 0;
}

.page-banner-content ul li {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.page-banner-content ul li a {
  text-decoration: none;
  color: #ffffff;
}

.page-banner-content ul li::before {
  position: absolute;
  content: '/';
  left: 2px;
  top: 0;
}

.page-banner-content ul li:last-child {
  color: #e32845;
  padding-left: 0;
}

.page-banner-content ul li:last-child::before {
  display: none;
}

/*
Student life Style
======================================================*/
.student-life-card {
  margin-bottom: 30px;
  position: relative;
}

.student-life-card .tags {
  background-color: #e32845;
  padding: 10px 15px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.student-life-card .tags p {
  color: #ffffff;
}

/*
Alumni life Style
======================================================*/
.alumni-left-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.single-alumni-events-card {
  padding: 10px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-alumni-events-card .alumni-img {
  position: relative;
}

.single-alumni-events-card .alumni-img img {
  width: 100%;
}

.single-alumni-events-card .alumni-img .date {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #e32845;
  padding: 8px 12px;
}

.single-alumni-events-card .alumni-img .date p {
  color: #ffffff;
  font-size: 13px;
}

.single-alumni-events-card .alumni-content .time {
  margin-bottom: 15px;
}

.single-alumni-events-card .alumni-content .time p i {
  color: #e32845;
  position: relative;
  top: 2px;
  margin-left: 5px;
}

.single-alumni-events-card .alumni-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.single-alumni-events-card .alumni-content .location p i {
  color: #e32845;
  position: relative;
  top: 2px;
  margin-left: 5px;
}

.single-alumni-events-card:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.alumni-right-content h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.single-alumoni-updates-card {
  padding: 10px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-alumoni-updates-card .update-image img {
  width: 100%;
}

.single-alumoni-updates-card .updates-content .date {
  margin-bottom: 10px;
}

.single-alumoni-updates-card .updates-content h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.single-alumoni-updates-card:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.interview-content {
  background-image: url(../images/alumni/alumni-7.jpg);
  background-size: cover;
  background-position: center center;
}

.interview-content .interview {
  max-width: 465px;
  margin-left: 20px;
  margin-right: auto;
}

.interview-content .interview span {
  margin-bottom: 10px;
  display: inline-block;
}

.interview-content .interview h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.interview-content .interview p {
  margin-bottom: 30px;
}

/*
Contact Us Style
======================================================*/
.contacts-form {
  padding: 40px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.contacts-form h3 {
  font-size: 30px;
  margin-bottom: 20px;
}

.contacts-form .form-group {
  margin-bottom: 25px;
}

.contacts-form .form-group label {
  margin-bottom: 7px;
}

.contacts-form .form-group .form-control {
  background-color: #f4f6f9;
  border: 1px solid transparent;
}

.contacts-form .form-group .form-control:focus {
  border: 1px solid #e32845;
}

.contacts-form .list-unstyled {
  color: #e32845;
  margin-top: 7px;
}

.contacts-form .text-danger {
  color: #e32845;
  font-size: 16px;
  margin-top: 7px;
}

.contacts-form .form-check .form-check-input {
  border-radius: 0;
}

.contacts-form .form-check .form-check-input:checked {
  background-color: #e32845;
  border-color: #e32845;
}

.contacts-form .form-check .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contacts-form .default-btn {
  width: 100%;
}

.contact-and-address h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.contact-and-address p {
  margin-bottom: 20px;
}

.contact-and-address .contact-and-address-content {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.contact-and-address .contact-and-address-content .contact-card {
  text-align: center;
  padding: 30px;
  background-color: #f4f6f9;
  margin-bottom: 30px;
}

.contact-and-address .contact-and-address-content .contact-card .icon {
  font-size: 35px;
  height: 65px;
  width: 65px;
  line-height: 65px;
  border: 1px solid #e32845;
  color: #e32845;
  text-align: center;
  border-radius: 100%;
  margin: auto;
  margin-bottom: 15px;
}

.contact-and-address .contact-and-address-content .contact-card h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.contact-and-address .contact-and-address-content .contact-card p {
  margin-bottom: 10px;
}

.contact-and-address .contact-and-address-content .contact-card p a {
  color: #555555;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.contact-and-address .contact-and-address-content .contact-card p a:hover {
  color: #e32845;
}

.contact-and-address .social-media {
  margin-bottom: 30px;
}

.contact-and-address .social-media h3 {
  font-size: 24px;
  margin-bottom: 15px;
}

.contact-and-address .social-media p {
  margin-bottom: 25px;
}

.contact-and-address .social-media ul {
  padding-left: 0;
  margin-bottom: 0;
}

.contact-and-address .social-media ul li {
  margin-right: 10px;
  list-style-type: none;
  display: inline-block;
}

.contact-and-address .social-media ul li a {
  height: 35px;
  width: 35px;
  line-height: 37px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  background-color: #eeeeee;
  color: #e32845;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.contact-and-address .social-media ul li a:hover {
  background-color: #e32845;
  color: #ffffff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

/*
Go To Top Style
======================================================*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 87%;
  left: -10%;
  background-color:var(--secondary-color);
  z-index: 4;
  width: 50px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
 font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: -1;
  background-color: #01bde5;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background: #111d5e;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i {
  color: #ffffff;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  -webkit-transform: translateY(-95%);
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
  left: 3%;
  top: 93%;
}

/*
Faq Area Style
======================================================*/
.faq-title h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.faq-title p {
  margin-bottom: 30px;
}

.accordion .accordion-item {
  margin-bottom: 20px;
  border: 1px solid rgba(227, 40, 69, 0.4);
  border-radius: 10px;
}

.accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.accordion .accordion-item .accordion-button {
  border: none;
  background-color: transparent;
  color: #111d5e;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  margin-bottom: 0;
}

.accordion .accordion-item .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.accordion .accordion-item .accordion-button::after {
  background-image: unset;
  content: "";
  font-size: 20px;
  color: #111d5e;
  text-align: center;
  content: "\ea13";
  font-family: 'remixicon' !important;
  position: relative;
  top: -2px;
}

.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: unset;
  text-align: center;
  content: "\f1af";
  position: relative;
  top: -2px;
}

.accordion .accordion-item .accordion-body {
  padding-top: 0;
  font-size: 15px;
}

/*
Login Area Style
======================================================*/
.login {
  max-width: 860px;
  margin: auto;
  padding: 50px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.login h3 {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  position: relative;
}

.login h3::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 70px;
  background-color: #e32845;
  top: 43px;
}

.login .form-group {
  margin-bottom: 20px;
}

.login .form-check {
  margin-bottom: 20px;
}

.login .form-check .form-check-input:checked {
  background-color: #e32845;
}

.login .form-check .form-check-input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.login .default-btn {
  padding: 15px 40px;
  margin-bottom: 15px;
}

.login a {
  display: inherit;
  color: #555555;
  font-weight: 500;
}

/*
Register Area Style
======================================================*/
.register {
  max-width: 860px;
  margin: auto;
  padding: 50px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.register h3 {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  position: relative;
}

.register h3::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 70px;
  background-color: #e32845;
  top: 43px;
}

.register .form-group {
  margin-bottom: 20px;
}

.register .default-btn {
  padding: 15px 40px;
  margin-top: 10px;
}

/*
Password Area Style
======================================================*/
.password {
  max-width: 650px;
  margin: auto;
  padding: 50px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.password h3 {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  position: relative;
}

.password h3::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 70px;
  background-color: #e32845;
  top: 43px;
}

.password .form-group {
  margin-bottom: 20px;
}

.password .default-btn {
  width: 100%;
}

/*
Privacy Policy Style
======================================================*/
.privacy-content {
  margin-bottom: 10px;
}

.privacy-content h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

.privacy-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.privacy-content p {
  margin-bottom: 25px;
}

.privacy-content .list ul {
  margin-bottom: 20px;
  padding-left: 0;
}

.privacy-content .list ul li {
  font-weight: 600;
  color: #111d5e;
  position: relative;
  padding-left: 20px;
  list-style-type: none;
  padding-bottom: 15px;
}

.privacy-content .list ul li i {
  position: absolute;
  right: 0;
  color: #e32845;
}

/*
Terms & Condition Style
======================================================*/
.condition-content {
  margin-bottom: 10px;
}

.condition-content h2 {
  font-size: 36px;
  margin-bottom: 30px;
}

.condition-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.condition-content p {
  margin-bottom: 25px;
}

.condition-content .list ul {
  margin-bottom: 20px;
  padding-left: 0;
}

.condition-content .list ul li {
  font-weight: 600;
  color: #111d5e;
  position: relative;
  padding-left: 20px;
  list-style-type: none;
  padding-bottom: 15px;
}

.condition-content .list ul li i {
  position: absolute;
  right: 0;
  color: #e32845;
}

/*
Error Area Style
======================================================*/
.error-area {
  text-align: center;
}

.error-area .top-content {
  margin-bottom: 10px;
}

.error-area .top-content ul {
  padding-left: 0;
  margin-bottom: 0;
}

.error-area .top-content ul li {
  font-size: 200px;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  margin-right: 30px;
  color: #e32845;
  font-family: "Vazirmatn RD FD", serif;
}

.error-area .top-content ul li:first-child {
  color: #111d5e;
}

.error-area .top-content ul li:last-child {
  color: #555555;
}

.error-area h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.error-area p {
  margin-bottom: 30px;
}

/*
Coming Soon Style
======================================================*/
.coming-soon-area {
  height: 100vh;
  vertical-align: middle;
  position: relative;
}

.coming-soon-area::before {
  position: absolute;
  content: '';
  background: #0e0e0e;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.coming-soon-area .coming-soon {
  text-align: center;
  max-width: 720px;
  margin: auto;
  background-color: #000000;
  padding: 40px;
  border-radius: 40px 10px 40px 10px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  z-index: 1;
  position: relative;
}

.coming-soon-area .coming-soon img {
  margin-bottom: 20px;
}

.coming-soon-area .coming-soon h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.coming-soon-area .coming-soon .list ul {
  margin-bottom: 0;
  padding-left: 0;
}

.coming-soon-area .coming-soon .list ul li {
  margin: 0 20px;
  font-size: 36px;
  font-weight: 700;
  height: 100px;
  width: 100px;
  border: 6px double #e32845;
  border-radius: 50px 0px 0px 0px;
  margin-bottom: 30px;
  color: #ffffff;
}

.coming-soon-area .coming-soon .list ul li span {
  font-size: 15px;
  font-weight: 500;
  color: #e32845;
}

.coming-soon-area .coming-soon .newsletter-form {
  position: relative;
}

.coming-soon-area .coming-soon .newsletter-form .form-control {
  border-radius: 30px;
  height: 53px;
  background-color: #0e0e0e;
  color: #ffffff;
}

.coming-soon-area .coming-soon .newsletter-form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}

.coming-soon-area .coming-soon .newsletter-form .form-control:-ms-input-placeholder {
  color: #ffffff;
}

.coming-soon-area .coming-soon .newsletter-form .form-control::-ms-input-placeholder {
  color: #ffffff;
}

.coming-soon-area .coming-soon .newsletter-form .form-control::placeholder {
  color: #ffffff;
}

.coming-soon-area .coming-soon .newsletter-form .default-btn {
  position: absolute;
  right: 0;
  top: 0;
}

.coming-soon-area .coming-soon .newsletter-form .validation-danger {
  color: #8C2800;
  padding-top: 7px;
}

/*# sourceMappingURL=style.css.map */


/* ====================================================== */
.eftekharat-sec {
  padding: 100px 0;
}

.eftekharat-sec .single-health-care-card .img img {
  height: 226px;
  border-radius: 20px;
  width: 100%;
}

.eftekharat-sec .single-health-care-card {
  background-color: #ffffff;
  border-radius: 20px;
}

.eftekharat-sec .single-health-care-card .health-care-content {
  background-color: transparent !important;
  border-radius: 20px;
}

.eftekharat-sec .single-health-care-card .health-care-content h3 {
  font-size: 16px;
}

.eftekharat-sec .single-health-care-card .health-care-content h3:hover {
  color: #A84719;
}

/*footer-image
/* ====================================================== */
.footer-image{
	padding: 0 !important;
}

.benab-image {
  margin-top: -210px;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  z-index: -1;
  background-image: url("../images/banner/bonab-sights-9-removebg-preview\ copy_Nero_AI_Image_Upscaler_Photo_Face.png");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.benab-image::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.2),
      /* سفید خیلی کم‌رنگ در بالا */
      rgba(255, 255, 255, 0.5)
      /* سفید پررنگ‌تر در پایین */
    );
  width: 100%;
  height: 100%;
  z-index: 9999;
}
/*footer-image
/* ====================================================== */
@media all and (max-width : 992px) {
    #nav {
        display: none;
		border-top:5px solid #025895;
    }

        #nav > li {
            float: none;
            border-bottom: 0;
            margin-bottom: 0;
        }

        #nav ul.subs {
            position: relative;
            top: 0;
            display: none;
            visibility: visible;
            opacity: 1;
        }

        #nav li:hover ul.subs {
            display: none;
        }

        #nav li #s1:target + ul.subs,
        #nav li #s2:target + ul.subs {
            display: block;
        }

        #nav ul.subs > li {
            display: block;
            width: auto;
        }

    .navbar-buttons {
		display: flex;
  justify-content: end;
  align-items: end;
  width: 100%;
  left: -89%;
        display: block;
        height: 50px;
        position: relative;
        width: 100%;
    }

    .navbar-buttons-container {
        cursor: pointer;
        display: inline-block;
        position: absolute;
        right: 6px;
        top: -70px;
    }

    .bar1, .bar2, .bar3 {
        background-color: #fff;
        height: 5px;
        margin: 6px 0;
        transition: all 0.4s ease 0s;
        width: 35px;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-9px, 6px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-8px, -8px);
    }

	#nav ul.subs > li.dropdown-submenu {
	  width: 100%;
	}

	#nav > li > a {
		text-align:center;
	}
	#nav .caret {
	  position: absolute;
	  right: 50%;
	  top: 42px;
	}

	.mainmenu {
	  border-bottom: none;
	}
	
	

	
	
}

@media all and (min-width : 768px) {
	#nav ul.subs > li.dropdown-submenu {
	  /*width: 50%;*/
	}
}
.links-style {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 1em 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 65px;
  margin-bottom:20px;

  /* hover transition */
  transition: transform .4s ease, box-shadow .4s ease;
}

.links-style::before{
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  transition: opacity .4s ease, background .4s ease;
  background-color: #dfba49;
}

/* افکت نور ظریف */
.links-style::after{
  content: '';
  position: absolute;
  top: 0;
  right: -120%;
  width: 120%;
  height: 100%;
  background: linear-gradient(
    100deg,
    transparent,
    rgba(255,255,255,.25),
    transparent
  );
  transition: .8s ease;
  z-index: 1;
}

.links-style .item-links{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 2;
}

.links-style .item-links a{
  position: absolute;
  font-size: 20px;
  color:#012147;
  transition: color .35s ease, letter-spacing .35s ease;
  font-family: Iransans,Nasim_B,'B Yekan',Tahoma !important;
}

/* ===== Hover ===== */
.links-style:hover{
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(1,33,71,.22);
}

.links-style:hover::before{
  opacity: 1;
  background: linear-gradient(135deg, #dfba49, #c9a93a);
}

.links-style:hover::after{
  right: 120%;
}

.links-style:hover .item-links a{
  color: #fff;
  letter-spacing: 1px;
}


/* // sticky */
.make-it-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}


.reg-btn-footer {
   
    margin:20px 15px 20px 0;text-align:center;padding:5px 0;border:1px solid #fff;

    display:block
}


.P1 .module-header span{
	color:#fff;
}