@font-face {
  font-family: peydaRegular;
  src: url(../fonts/PeydaFaNum-Regular.ttf);
}
@font-face {
  font-family: peydaBold;
  src: url(../fonts/PeydaFaNum-Bold.ttf);
}
@font-face {
  font-family: peydaxBold;
  src: url(../fonts/Peyda-ExtraBold.ttf);
}
@font-face {
  font-family: iranSansWeb;
  src: url('../fonts/iransans/IRANSansWeb.ttf') format('truetype'),
   url('../fonts/iransans/IRANSansWeb.woff') format('woff');
}
@font-face {
  font-family: font-awsome;
  src: url('../fonts/webfonts/fontawesome-webfont.ttf');
}
@font-face {
  font-family: rasaneh-regular;
  src: url('../fonts/PeydaFaNum-Regular.ttf');
}
@font-face {
  font-family: iransans;
  src: url('../fonts/iransans/IRANSansWeb.eot'),
       url('../fonts/iransans/IRANSansWeb.ttf'), 
       url('../fonts/iransans/IRANSansWeb.woff');
       font-weight: light;
}
@font-face {
  font-family: iransansfa;
  src: url('../fonts/iransans/IRANSansWebFA.otf'),
       url('../fonts/iransans/IRANSansWebFA.ttf'), 
       url('../fonts/iransans/IRANSansWebFA.woff');
       font-weight: light;
}
@font-face {
  font-family: iransansBold;
  src: url('../fonts/iransans/IRANSansWeb.eot'),
       url('../fonts/iransans/IRANSansWeb.ttf'), 
       url('../fonts/iransans/IRANSansWeb.woff');
  font-weight: bold;
}
@font-face {
  font-family: rasaneh-regular;
  src: url('../fonts/ResanehRegular.ttf'),
}
@font-face {
  font-family: rasaneh-light;
  src: url('../fonts/ResanehLight.ttf'),
}
@font-face {
  font-family: rasaneh-medium;
  src: url('../fonts/ResanehMedium.ttf'),
}
@font-face {
  font-family: rasaneh-bold;
  src: url('../fonts/ResanehBlod.ttf'),
}
@font-face {
  font-family: rasaneh-ebold;
  src: url('../fonts/ResanehExtraBold.ttf'),
}
@font-face {
  font-family: rasaneh-sbold;
  src: url('../fonts/ResanehSemiBlod.ttf'),
}

html {
  direction: rtl;
}
body{
  font-family: peyda;
}
h1,h2,h3,h4,h5,h6{
  font-family: rasaneh-bold !important;
}

p{
  font-family: rasaneh-regular;
}
label{
  font-family: peyda;
}
input::placeholder{
  font-family: peyda;
  color: #bebebe;
}
.img-card {
  width: 100%;
  height: 200px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  display: block;
  overflow: hidden;
}

.new-p {
  margin-left: 10px;
}
.bg-uni {
	background-color: #01431e !important;
}
.bg-btn-uni{
  background-color: #01431e !important;
  font-family: rasaneh-bold;
  color:white;
}
.bg-btn-uni:hover{
  background-color: #fed136 !important;
  font-family: rasaneh-bold;
  color:rgb(65, 64, 64);
}
#home-footer {
  background-color: #01431e;
}
#home-slider {
  background-color: #087247;
}
#home-header{
  background-color: #087247 !important;
}
#home-news{
  background-color: #e4e4e4;

}
#home-news{
  background-image: url("../img/curve-line.png");
}
#home-footer li {
  color: white;
  list-style: none;
}

#home-footer h5 {
  color: white;
}

.nav-tabs .nav-link {
  background-color: rgba(255,255,255,0);
  border-color: rgba(255,255,255,0);
}

.nav-tabs .nav-link.active {
  background-color: rgba(255,255,255,0);
  border-color: rgba(255,255,255,0);
}

#the-best-tab {
  --bs-nav-link-padding-x: 0.1rem !important;
}

#home-footer h5:hover {
  color: #fd7e14;
}

#the-best {
  padding-top: 50px;
}

.button-size {
  width: 100px;
  height: 100px;
  background-color: #01431e !important;
  color: white;
  margin: 0 auto;
}

.button-size span {
  color: white;
  font-size: 40px;
}

#sec-row-access {
  margin-top: 50px;
}

#carouselExampleCaptions {
  padding-right: 0px !important;
  padding-left: 0px !important;
  height: 300px;
}

#footer-access {
  float: right;
  padding-right: 5px;
  padding-left: 5px;
}

#footer-colledge {
  float: right;
  padding-right: 5px;
  padding-left: 5px;
}

#footer-assistance {
  float: right;
  padding-right: 5px;
  padding-left: 5px;
}

#footer-contact {
  float: right;
  padding-right: 5px;
  padding-left: 5px;
}

#sc-committe-tabs {
  position: relative;
  top: 50px;
}

#news-tabs {
  position: relative;
  top: 0px;
}

#dissertation {
  padding-top: 50px;
}

#organizations {
  padding-top: 50px;
}
.fixed-top-1 {
  width: 100%;
  position: fixed;
  top: 0px;
}
.fixed-top-2 {
  position: fixed;
  top: 20px;
  z-index: 1030;
  width:80%;
  right:10%;
  border-radius: 10px;
  --bs-gutter-x: 0;
}
#header-video{
  width:100%;
  height: 100%;;
}
#search-bar {
  width: 130px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
  padding: 5px;
}

/* When the input field gets focus, change its width to 100% */
#search-bar:focus {
  width: 100%;
}
#search-btn:focus + #search{
  opacity: 1;
  width:calc(100% - 200px);
  -webkit-transition: width 0.8s ease-in-out;
  transition: width 0.8s ease-in-out;
  padding: 5px;
}
#search {
opacity: 0;
width:0px;
margin-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
}
#backtop{
  bottom:10px;
  right:10px;
  display:none;
}
 #curve{
  width:100%;
  height:32px;
  position: relative;
bottom: 38px;
background-image: url('../img/curve-back.png');
background-repeat: no-repeat;
background-size:cover;
--bs-gutter-x:0px;
} 
#tabs-holder{
  background-color: #087247;
  max-height: 300px;
  padding: 0 !important;
}
#link1,#link2,#link3,#link4,#link5,#link6{
padding: 0 !important;
color: black;
font-size: 16pt;
font-weight: bold;
}
#link1.active{
  color:#fd7e14;
}
#link2.active{
  color:#fd7e14;
}
#link3.active{
  color:#fd7e14;
}
#link4.active{
  color:#fd7e14;
}
#link5.active{
  color:#fd7e14;
}
#link6.active{
  color:#fd7e14;
}
#link2::before {
	content: "|";
	color: black;
  font-weight:normal;
}
#link3::before {
	content: "|";
	color: black;
  font-weight:normal;
}
#link4::before {
	content: "|";
	color: black;
  font-weight:normal;
}
#link5::before {
	content: "|";
	color: black;
  font-weight:normal;
}
#link6::before {
	content: "|";
	color: black;
  font-weight:normal;
}
.afterchar::after{
  content: "|-";
  color:black;
  font-weight:normal;
}
.afterchar::befor{
  content: "|";
  color:black;
  font-weight:normal;
}
#news{
  height: 100%;
  background-image: linear-gradient(to bottom right,#e5e5e5,#e2e2e2);
}
.list-group {
	margin-top: 20px;
	margin-bottom: 20px;
}
.nav-link{
  font-family: rasaneh-bold !important;
  /* color:rgb(49, 49, 49) !important; */
}
#orgmenu ul li a{
  font-family: peydaRegular !important;
 /*color:rgb(255, 255, 255) !important;*/
}
.nav-link.active{
  font-family: rasaneh-bold !important;
  color:#fd7e14 !important;
}
#dissertation-tabs ul li a{
  font-family: peydaRegular !important;
  color:rgb(255, 255, 255) !important;
}
#dissertation-tabs ul li a.active{
  font-family: peydaRegular !important;
  color:#fd7e14 !important;
}
#sc-committe-tabs ul li a{
  font-family: peydaRegular !important;
  color:rgb(255, 255, 255) !important;
}
#sc-committe-tabs ul li a.active{
  font-family: peydaRegular !important;
  color:#fd7e14 !important;
}
#sc-committe-tabs ul li a{
  font-family: peydaRegular !important;
  color:rgb(255, 255, 255) !important;
}
#sc-committe-tabs ul li a.active{
  font-family: peydaRegular !important;
  color:#fd7e14 !important;
}
#tb-committe-tabs-2 ul li a{
  font-family: peydaRegular !important;
  color:rgb(255, 255, 255) !important;
}
#tb-committe-tabs-2 ul li a.active{
  font-family: peydaRegular !important;
  color:#fd7e14 !important;
}
#newscarousel{
  height:400px;
}
.newscard{
  width:98%;
}
.list-group{

list-style-image: url('../img/point.svg');
}
.list-group-item{
  background-color: rgba(255,255,255,0);
  white-space:nowrap;
  overflow: hidden;
text-overflow: ellipsis;

}
#latest-news-titr{
border-bottom: solid rgb(70, 69, 69) 2px;
padding-bottom: 5px;
background-color: #efefef;
padding: 5px;
}
#top-news-titr{
  border-bottom: solid rgb(70, 69, 69) 2px;
  padding-bottom: 5px;
  background-color: #efefef;
  padding: 5px;
}
.card-extend{
  height:380px;
  padding: 10px;
}
.card-notification {
  background-color: rgba(255,255,255,0) !important;
	border: 1px solid rgba(255,255,255,.5) !important;
}

.card-text{
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 3;
}
.card-text-event{
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-spacing: -2px;
  line-clamp: 6;
}
.card-title {
	text-align: justify;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	word-spacing: -1px;
	font-family: iransans;
	font-size: 14px;
  line-clamp: 2;
}
.card-title-proff{
  text-align:right;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-spacing: -5px;
  font-family: peydaRegular;
  line-clamp: 2;
}
.btn-primary {
	color: #fff !important;
	background-color: #0054a6 !important;
	border-color: #023c77 !important;
}
.text-primary {
	color: #0054a6 !important;
}
.card-img-top{
  max-height: 200px;
}
.carousel-caption {
	background-color: rgba(0,0,0,0.3);
	text-align: justify;
	width: 80%;
	max-height: 50%;
	right: 0 !important;
	bottom: 45px !important;
	left: 7px !important;
	padding: 10px;
	color: white;
	/* margin-right: 0px; */
	/* margin-bottom: 20px; */
	max-height: 20%;
	overflow: hidden;
	/* margin-left: 0px; */
	margin: 0 auto;
}
.wrapslider{
  padding-right: 15px;
  padding-left: 15px;
  /* height: 350px; */
}
.card-body.text-center {
  padding: 0px !important;
}
.icon-color{
  font-size: 25pt;
  color: rgb(255, 187, 0);
  -webkit-text-stroke: white 2px;
}
.icon-color-dark{
  font-size: 25pt;
  color: rgb(59, 59, 59);
  -webkit-text-stroke: white 2px;
}
.card-header-color{
  background-color: rgba(255,255,255,0) !important;
}
#home-event {
	background-color: #087247;
}
#degree{
  font-size: 10pt;
}
.fa.fa-star{
  color:white;
}
.fa.fa-star.checked{
  color:orange;
}
.carousel-indicators{
  list-style: none;
}
.carousel-indicators li{
width:10px !important;
height: 10px !important;
}
#home-library{
  background-color: #bebebe;
}
.card-img-top {
  margin-bottom: 10px;
  height: 100px;
}
.card-book-top {
  margin-bottom: 10px;
  width: 100px;
  max-height: 200px;
}
#home-access{
  background-color: #087247;
  background-image: url(../img/curve-up-back.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain, cover;
  padding-top: 100px !important;
  padding-bottom: 300px !important;
}
.divider-top{
  height:50px;
  background-color: #e4e4e4;
  padding: 0px;
}
.divider-bottom{
  height:50px;
  background-color: #087247;
  padding: 0px;
}
.divider-text{
  height:50px;
  padding: 0px;
  background-color: #01431e;
  border-radius: 5px;
  color:white;
   display:flex;
   justify-content:center;
   align-items:center;
}
.divider-gray{
  height:25px;
  background-color: #e4e4e4;
}
.divider-moregray{
  height:25px;
  background-color: #bebebe;
}
.divider-white{
  height:25px;
  background-color: #f8f9fa;
}
.divider-yellow{
  height:25px;
  background-color: #087247;
}
#inside-header{
  height:20vh;
  background-color: #087247;
}
#inside-news{
padding-top: 50px !important;
}
#inside-access{
  background-image: url(../img/curve-up-back-uni-gray.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.meta-info{
  color:#737373;
  font-family: iranSansWeb;
}
#mainNav{
  padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.date-info{
  font-family: rasaneh-regular;
}
a{
  color: #01431e;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* تعداد خطوط */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-clamp: 2;
}
.list-group-item{
  border-bottom: solid 1px rgb(211, 211, 211) !important;
}
#pfimage{
  width:100%;
  height:100%;
}

.quick li a{
  color:white;
}
.quick li a:hover{
  color:rgb(182, 181, 181);
}
.college li a{
  color:white;
}
.college li a:hover{
  color:rgb(182, 181, 181);
}
.headquarters li a{
  color:white;
}
.headquarters li a:hover{
  color:rgb(182, 181, 181);
}
.dropdown-menu.show {
	min-width: 15rem !important;
}

/*new style*/

/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

.fw-thin {
    font-weight: 100;
}

.text-uppercase {
    font-size: 14px;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.link-hover {
    transition: 0.5s;
}

.link-hover:hover {
    color: var(--bs-primary) !important;
}


.img-zoomin {
    transition: 0.5s;
}

.img-zoomin:hover {
    transform: scale(1.1);
}

/*** Topbar Start ***/
.sticky-top {
    transition: 0.5s;
    background: var(--bs-white);
}

.topbar {
    padding: 10px 0;
}

.topbar .top-info {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

@media (max-width: 1400px) {
    .sticky-top .top-link {
        display: none;
    }
    
}

.topbar .top-link a {
    font-size: medium;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}

#note {
    position: relative;
    animation: noteAnimate 10s infinite;
    animation-timing-function: ease-in-out;
    display: flex;
    align-items: center;
}

@keyframes noteAnimate {
    from {left: -735px;}
    to {left: 735px;}
}

/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-weight: 400;
    font-family: iransansBold;
    font-size: 16px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top.bg-white .navbar .navbar-nav .nav-link:hover,
.sticky-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: font-awsome;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 8px;
}
@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        font-weight: 400;
        font-family: 'Fredoka', sans-serif;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

@media (min-width: 1200px) {
    .navbar .navbar-collapse .border-top {
        border-top: none !important;
    }
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/


/*** Features Start ***/
.features {
    width: 100%;
    background: linear-gradient(rgba(26, 125, 255, 0.5), rgba(255, 255, 255, 0.3)), url(../img/features-background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*** Features End ***/


/*** Top News Start ***/
.news-2 h3 {
    position: relative;
}

.news-2 h3::after {
    content: "";
    line-height: 1.3rem;
    background: var(--bs-secondary);
    position: absolute;
    width: 68%;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    right: 0;
    opacity: 0.2;
}
/*** Top News End ***/


/*** Latest News Start ***/
.latest-news .latest-news-carousel.owl-carousel{
    position: relative;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -65px;
    right: 70px;
    font-size: 20px;
    padding: 2px 20px;
    transition: 0.5s;
    margin-right: 10px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -65px;
    right: 0;
    font-size: 20px;
    margin-left: 10px;
    padding: 2px 20px;
    transition: 0.5s;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-prev:hover,
.latest-news .latest-news-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 10px;
}
/*** Latest News End ***/


/*** Whats New Start ***/
.populer-news .whats-carousel.owl-carousel {
    position: relative;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: -80px;
    right: 70px;
    font-size: 20px;
    padding: 2px 20px;
    transition: 0.5s;
    margin-right: 10px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: -80px;
    right: 0;
    font-size: 20px;
    margin-left: 10px;
    padding: 2px 20px;
    transition: 0.5s;
    border: 1px solid var(--bs-primary);
    color: var(--bs-dark);
    border-radius: 20px;
}

.populer-news .whats-carousel.owl-carousel .owl-nav .owl-prev:hover,
.populer-news .whats-carousel.owl-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
    border-radius: 10px;
}

.populer-news .tab-class .nav-item a.active {
    background: var(--bs-primary) !important;
}

.lifestyle .lifestyle-item {
    position: relative;
    overflow: hidden;
}

.lifestyle .lifestyle-item img {
    transition: 0.5s;
}

.lifestyle .lifestyle-item:hover img {
    transform: scale(1.2);
}

.lifestyle .lifestyle-item .lifestyle-content {
    position: absolute;
    width: 100%; 
    height: 100%; 
    top: 0; 
    left: 0; 
    padding: 20px; 
    display: flex; 
    flex-direction: column; 
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
/*** Whats New End ***/


/*** Banner Section start ***/
.banner-2 {
    position: relative;
}

.banner-content-2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(rgba(26, 125, 255, 0.7), rgba(255, 255, 255, 0.7));
    z-index: 2;
}
/*** Banner Section End ***/
/*new style*/
.brd-img {
	border: 1px solid #cababa6e;
	padding: 12px;
	margin: 12px;
	border-radius: 10px;
	background: #efefef;
}
#blog-img {
	width: 100%;
}
.the-best p{
color:rgb(49, 49, 49);
text-align: justify;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: right;
	padding-right: var(--bs-breadcrumb-item-padding-x);
	color: var(--bs-breadcrumb-divider-color);
	content: var(--bs-breadcrumb-divider, "/");
}
.col-md-4.blue-bg > p {
	color: #ffa700;
}
.list-group {
	padding-right: 0px;
}
.dateNews.text-muted > span {
  font-family: rasaneh-regular;
}
section.photo-gallery {
	padding: 50px 0;
}
.title {
 
  margin-bottom: 50px;
  text-transform: uppercase;
}

.card-block {
  font-size: 1em;
  position: relative;
  margin: 0;
  padding: 1em;
  border: none;
  border-top: 1px solid rgba(34, 36, 38, .1);
  box-shadow: none;
   
}
.card {
  font-size: 1em;
  overflow: hidden;
  padding: 5;
  border: none;
  border-radius: .28571429rem;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  margin-top:20px;
}

.carousel-indicators li {
  border-radius: 12px;
  width: 12px;
  height: 12px;
  background-color: #404040;
}
.carousel-indicators li {
  border-radius: 12px;
  width: 12px;
  height: 12px;
  background-color: #404040;
}
.carousel-indicators .active {
  background-color: white;
  max-width: 12px;
  margin: 0 3px;
  height: 12px;
}
.carousel-control-prev-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.btn {
margin-top: auto;
}
.card-text-under-new{
  text-align: start;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.8em;
  line-clamp: 3;
}
.card-text.card-text-under-new > small {
	font-family: rasaneh-regular;
}
#news-contain > p{
text-align: justify;
padding-right: 20px;
padding-left: 20px;
font-family: rasaneh-regular;
font-size: 17px;
}
.visit-counter{
  font-family: rasaneh-regular;
}
#page-text-align > p{
    text-align:justify;
    padding-left: 20px;
    padding-right: 20px;
}
.card.card-size{
  height: 380px;
}
.card.card-size > img{
  height: 180px;
}
.card-size > .card-body > .card-title{
  font-size: 16px;
}
.card-size > .card-body > p{
  font-size: 14px;
}
.page-link{
  color:rgba(0, 0, 0, 0.664) !important;
}
.dropdown-item {
	text-align: right;
}
#button-addon2{
  font-family: rasaneh-bold;
}
.page-item.disabled {
  font-family: rasaneh-regular;
}
.fadigit{
  font-family: rasaneh-regular;  
}
.social-media{
  width:25px;
  height: 25px;
}
.bg-gray{
  background-color: #efefef;
}
.img-poster{
  width:500px;
  height:707px;
}