/*

    
    ---------------- Info ----------------
    
    Date Created:   1399/09/09
    Email:          mkhodaii@itshams.ir 
   Powerd By:     ITShams Company - https://www.itshams.ir/

*/

/*---------------------- Public Style ---------------------*/

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    direction: rtl;
}
.content-main {
   overflow: hidden;
}
* {
    font-family: IRANSans, Open_Sans;
    outline: medium none !important;
    text-decoration: none !important;
}

.affix {
    right: 0;
    z-index: 999999;
    top: 0;
    background-color: #21345d !important;
}

.overlay-menu {
    background-color: #4463a9;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 0.3s;
}

.p-0 {
    padding: 0;
}

/*---------------------- Fixed Links ---------------------*/

.fix-links {
    position: fixed;
    left: 0;
    bottom: 50px;
    z-index: 999999;
}

.on-scroll.item-fix-link {
    transform: translateX(-160px);
    transition: .5s all !important;
}

.hover-fix.item-fix-link {
    transform: translateX(0px) !important;
}

.fix-links .item-fix-link {
    width: 220px;
    display: flex;
    justify-content: flex-start;
    padding: 5px;
    align-items: center;
    margin-bottom: 2px;
    transition: .5s all;
    position: relative;
}

.fix-links .item-fix-link .ic-svg {
    width: 100%;
}

.fix-links .item-fix-link.blue-link {
    background-color: #20335b;
}

.fix-links .item-fix-link.green-link {
    background-color: #38b2f5;
}

.fix-links .item-fix-link.orange-link {
    background-color: #4361a5;
}

.fix-links .item-fix-link.blue-link .ic-svg path {
    fill: #0067b4;
}

.fix-links .item-fix-link.green-link .ic-svg path {
    fill: #01ac68;
}

.fix-links .item-fix-link.orange-link .ic-svg path {
    fill: #f6931e;
}

.fix-links .item-fix-link.purple-link .ic-svg path {
    fill: #5e80c0;
}

.fix-links .item-fix-link .ic-fix {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100%;
    padding: 8px;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fix-links .item-fix-link .ic-fix>a {
    line-height: 0;
}

.fix-links .item-fix-link .ic-fix img {
    width: 30px;
}

.fix-links .item-fix-link .txt-fix {
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    display: block;
    font-weight: 500;
    width: 60%;
}

/*---------------------- /Fixed Links ---------------------*/

.box-azr-public {
    position: relative;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 4px;
    padding-bottom: 35px;
}

.box-azr-public .title-public {
    padding: 8px 10px;
    text-align: right;
    font-size: 14px;
    color: #4463a9;
    display: flex;
    align-items: center;
    font-weight: bold;
    border-bottom: 1px solid #4463a9;
}

.box-azr-public .title-public>i {
    font-size: 20px;
    margin-left: 8px;
}
 .archive-box {
    padding: 8px 10px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    bottom: 0;
    right: -758px;
    width: 100%;
    z-index: 99;
   width: 758px;
   display: flex;
}
 .archive-box i{
   margin-left: 5px;
 }

.box-azr-public .archive-box>.archive-link {
    color: #4463a9;
    transition: all 0.4s;
}

.box-azr-public .archive-box>.archive-link:hover {
    color: #1e3156;
}

.content-main .owl-nav {
    display: block !important;
}

.content-main .owl-nav div[class*="owl-"] {
    width: 20px;
    height: 40px;
    background-color: #b0bec5;
    position: absolute;
    top: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    transition: all 0.4s;
}

.content-main .owl-nav div[class*="owl-"]:hover {
    background-color: #4463a9;
}

.content-main .owl-nav .owl-next {
    right: -20px;
    border-radius: 0 100px 100px 0px;
}

.content-main .owl-nav .owl-prev {
    left: -20px;
    border-radius: 100px 0 0 100px;
}

/*---------------------- /Public Style ---------------------*/

/*---------------------- Header Main ---------------------*/

/*---------------------- Header Top ---------------------*/

.header-main .header-top {
    background-color: #38b2f5;
    padding: 5px 0;
}
.header-main .smartmenu-div {
   width : 100%;
}
.header-main .smartmenu-div .navbar-brand {
   display : none;
}

.header-main .header-top .top-links, .header-main .header-top .useful-links {
    display: flex;
    align-items: center;
}

.header-main .header-top .top-links .list-icons {
    display: flex;
    align-items: center;
    padding: 5px 0;
    margin: 0;
}

.header-main .header-top .top-links .list-icons .tooltip {
    font-size: 10px;
    min-width: 80px;
}

.header-main .header-top .top-links .list-icons>li {
    list-style: none;
    margin-left: 15px;
}

.header-main .header-top .top-links .list-icons>li>a {
    color: #253a66;
    font-weight: 500;
    transition: all 0.4s;
}

.header-main .header-top .top-links .list-icons>li>a:hover {
    color: #fff;
}

.header-main .header-top .top-links .date {
    font-size: 11px;
}

.header-main .header-top .useful-links {
    flex-direction: row-reverse;
}

.header-main .header-top .useful-links .bt-search {
    background-color: #4463a9;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
    transition: all 0.4s;
}

.header-main .header-top .useful-links .bt-search:hover {
    background-color: #38b2f5;
    color: #1e3156;
}

.header-main .header-top .useful-links .popup-search {
    position: absolute;
    top: 40px;
    left: 15px;
    z-index: 9999;
    background-color: #fff;
    padding: 5px;
    width: 40%;
    opacity: 0;
    visibility: hidden;
    border-radius: 4px 4px;
    direction: ltr;
    box-shadow: 0 2px 9px -4px #000;
    transition: all 0.3s;
}

.header-main .header-top .useful-links .bt-search:hover+.popup-search, .header-main .header-top .useful-links .bt-search+.popup-search:hover {
    visibility: visible;
    opacity: 1;
}

.header-main .header-top .useful-links .popup-search:before {
    right: auto;
    left: 10px;
}

.header-main .header-top .useful-links .popup-search .input-group-addon {
    background-color: #4463a9;
    border: none;
    border-radius: 0 4px 4px 0;
}

.header-main .header-top .useful-links .popup-search .input-group-addon>a {
    color: #fff;
}

.header-main .header-top .useful-links .popup-search .form-control {
    border-radius: 4px 0 0 4px;
    border: 1px solid #ddd !important;
    box-shadow: none;
    direction: rtl;
    border-left: none;
    font-size: 12px;
}

.header-main .header-top .useful-links .popup-search::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -6px;
    right: 30px;
}

.header-main .header-top .useful-links .dropdown-links {
    display: none;
    z-index: 9999;
}

.header-main .header-top .useful-links .list-useful {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.header-main .header-top .useful-links .lbl-useful {
    margin: 0 0 0 15px;
}

.header-main .header-top .useful-links .list-useful>li {
    list-style: none;
    margin-left: 15px;
}

.header-main .header-top .useful-links .list-useful>li>a {
    color: #fff;
    transition: all 0.4s;
}

.header-main .header-top .useful-links .list-useful>li>a:hover {
    color: #4463a9;
}

.header-main .header-top .useful-links .dropdown-links .btn-primary {
    color: #fff;
    background-color: #1e3056;
    border-color: #1e3056;
    font-size: 12px;
}

.header-main .header-top .useful-links .dropdown-links.open .btn-primary {
    background-color: #38b2f5;
    color: #1e3056;
    border-color: #1e3056;
}

.header-main .header-top .useful-links .dropdown-links>.fas {
    font-size: 10px;
    margin-right: 5px;
}

.header-main .header-top .useful-links .dropdown-links .dropdown-menu>li>a {
    text-align: right;
    font-size: 12px;
    color: #1e3056;
    padding: 5px 10px;
}

/*---------------------- /Header Top ---------------------*/

/*---------------------- Header Menu ---------------------*/

.header-main .header-menu {
    position: relative;
    background: -moz-linear-gradient(270deg, rgba(30, 48, 86, 1) 0%, rgba(39, 61, 106, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 48, 86, 1)), color-stop(100%, rgba(39, 61, 106, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(30, 48, 86, 1) 0%, rgba(39, 61, 106, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(30, 48, 86, 1) 0%, rgba(39, 61, 106, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(30, 48, 86, 1) 0%, rgba(39, 61, 106, 1) 100%);
    /* ie10+ */
    background: linear-gradient(180deg, rgba(30, 48, 86, 1) 0%, rgba(39, 61, 106, 1) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3056', endColorstr='#273d6a', GradientType=0);
    /* ie6-9 */
}
.header-main .header-menu .container {
   position:relative;
}
.header-main .header-menu::before {
    content: "";
    background: url('../images/site/shamse-head.png') no-repeat center center / 250px;
    width: 250px;
    height: 88px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0.25;
}

.header-main .header-menu .logo-main {
    float: right;
    padding: 15px 0;
    position: relative;
    z-index: 20;
}

.header-main .header-menu .logo-main>img {
    width: 60%;
}

.header-main .header-menu .flag {
    float: left;
   z-index: 20;
    left: 0;
    position: absolute;
}

.header-main .header-menu .flag>img {
    width: 300px;
}

.header-main .header-menu .navbar-default {
    float: right;
    width: 100%;
    min-height: auto;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 4px;
    margin-bottom: 15px;
}

.header-main .header-menu .navbar-default .navbar-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 100%;
}

.header-main .header-menu .navbar-default .navbar-nav>li {
    border-left: 1px solid #fff;
}

.header-main .header-menu .navbar-default .navbar-nav>li:last-child {
    border: none;
}

.header-main .header-menu .navbar-default .navbar-nav>li>a {
    padding: 8px 10px;
    font-size: 12px;
    color: #fff;
    background-color: transparent;
    transition: all 0.4s;
}
.header-main .header-menu .navbar-default.affix .navbar-nav>li>a {
   padding : 15px 12px;
}
.header-main .header-menu .navbar-default.affix {
   border : none !important;
   border-radius : 0 !important;
}
.header-main .header-menu .navbar-default .navbar-nav>li.open>a, .header-main .header-menu .navbar-default .navbar-nav>li>a:hover {
    background-color: #4463a9;
}

.header-main .header-menu .navbar-default .navbar-nav>li>a>.fas {
    position: relative;
    top: 1px;
    margin-right: 2px;
    opacity: 0.3;
}

.header-main .header-menu .navbar-default .navbar-nav .dropdown-menu {
    right: 0;
    left: auto;
    text-align: right;
    font-size: 12px;
    border: none;
}

.header-main .header-menu .navbar-default .navbar-nav .dropdown-submenu {
   position : relative ;
}
.header-main .header-menu .navbar-default .navbar-nav .dropdown-submenu > a span {
   transform: rotate(90deg);
   vertical-align: middle;
   margin-right: 15px;
}
.header-main .header-menu .navbar-default .navbar-nav .dropdown-submenu .dropdown-menu {
   top: -5px;
   left: auto;
   right: 100%;
}
.header-main .header-menu .navbar-default .navbar-nav .dropdown-menu>li>a {
    line-height: 1.8;
    transition: all 0.5s;
}
.header-main .header-menu .navbar-default .navbar-nav .dropdown-submenu > li > a {
   display : flex;
   justify-content : space-between;
}

.header-main .header-menu .navbar-default .navbar-nav .dropdown-menu>li>a:hover {
    background-color: #4463a9;
    color: #fff;
}
.content-main .elec-title .title-section  {
   margin : 15px 0 !important;
}

/*---------------------- /Header Menu ---------------------*/

/*---------------------- /Header Main ---------------------*/

/*---------------------- Content Main ---------------------*/

/*---------------------- Top Main Page ---------------------*/

.content-main .top-main-page {
    background: -moz-linear-gradient(270deg, rgba(39, 61, 106, 1) 0%, rgba(69, 100, 169, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(39, 61, 106, 1)), color-stop(100%, rgba(69, 100, 169, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(39, 61, 106, 1) 0%, rgba(69, 100, 169, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(39, 61, 106, 1) 0%, rgba(69, 100, 169, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(39, 61, 106, 1) 0%, rgba(69, 100, 169, 1) 100%);
    /* ie10+ */
    background: linear-gradient(180deg, rgba(39, 61, 106, 1) 0%, rgba(69, 100, 169, 1) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#273d6a', endColorstr='#4564a9', GradientType=0);
    /* ie6-9 */
    padding-bottom: 20px;
}
.content-main .top-main-page .inner-row {
   width : 1170px;
   margin : 0 auto;
}
.content-main .top-main-page .list-notifies .lbl-notifi {
    float: right;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #970000;
}

.content-main .top-main-page .list-notifies li {
    list-style: none;
}

.content-main .top-main-page .list-notifies>div {
    display: flex !important;
    position: relative;
    top: 1px;
}

.content-main .top-main-page .list-notifies a {
    font-size: 13px;
    font-weight: 500;
    color: #01153c !important;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content-main .top-main-page .social-links{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:20px;
}

.content-main .top-main-page .social-links .list-sc, .footer-main .footer-info .socials-site .list-socials .list-sc {
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    float: left;
	padding: 20px;
}

.content-main .top-main-page .social-links .list-sc>li, .footer-main .footer-info .socials-site .list-socials .list-sc>li {
    list-style: none;
    margin-right: 12px;
}

.content-main .top-main-page .social-links .list-sc .img-sc, .footer-main .footer-info .socials-site .list-socials .list-sc .img-sc {
    position: relative;
    width: 20px;
    top: 0;
    transition: all 0.4s;
}

.content-main .top-main-page .social-links .list-sc a:hover .img-sc, .footer-main .footer-info .socials-site .list-socials .list-sc a:hover .img-sc {
    top: -2px;
    filter: grayscale(1);
    opacity: 0.5;
}

.content-main .top-main-page .social-links .tooltip-inner, .footer-main .footer-info .socials-site .tooltip-inner {
    font-size: 10px;
}

.content-main .top-main-page .link-automation {
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 3px 10px 2px;
    font-size: 10px;
    float: left;
    margin-left: 20px;
    font-weight: bold;
    color: #fff;
    transition: all 0.4s;
}

.content-main .top-main-page .link-automation:hover {
    border-color: #38b2f5;
    color: #38b2f5;
    padding: 3px 12px 2px;
}

.content-main .top-main-page .link-automation::before, .content-main .top-main-page .link-automation::after {
    content: "";
    background: url('../images/site/border.png') no-repeat center center / 12px;
    width: 12px;
    height: 20px;
    position: absolute;
    top: 0;
    filter: brightness(0) invert(1);
}

.content-main .top-main-page .link-automation::before {
    right: -11px;
}

.content-main .top-main-page .link-automation::after {
    left: -12px;
    transform: scaleX(-1);
    top: -1px;
    height: 21px;
}

.content-main .top-main-page .link-automation:hover::before, .content-main .top-main-page .link-automation:hover::after {
    filter: none;
}

.content-main .top-main-page .slides-page {
    margin-top: 20px;
}
.content-main .top-main-page .slides-page .module-header h3 {
   display : none;
}
.content-main .top-main-page .slides-page .camera_wrap {
    border-radius: 4px;
    overflow: hidden;
}

.content-main .top-main-page .slides-page .camera_caption>div {
    position: relative;
    background-color: transparent;
    padding-bottom: 20px;
   text-align: right;
}

.content-main .top-main-page .slides-page .camera_caption>div::before {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: -moz-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* ie10+ */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    /* ie6-9 */
   z-index: -1;
}

.content-main .top-main-page .slides-page .camera_caption h4 {
    position: relative;
    z-index: 99;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1.5;
}

.content-main .top-main-page .slides-page .camera_commands {
    display: none;
}

.content-main .top-main-page .slides-page .camera_prev, .content-main .top-main-page .slides-page .camera_next {
    transition: all 0.4s;
    border-radius: 4px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.content-main .top-main-page .slides-page .camera_prev::before, .content-main .top-main-page .slides-page .camera_next::before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
}

.content-main .top-main-page .slides-page .camera_prev::before {
    transform: scaleX(-1);
}

.content-main .top-main-page .slides-page .camera_pag {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.content-main .top-main-page .slides-page .camera_pag_ul {
    line-height: 0;
}

.content-main .top-main-page .slides-page .camera_pag_ul li {
    margin: 0 4px;
    background-color: #fff;
    opacity: 0.3;
    width: 10px;
    height: 10px;
    transition: all 0.4s;
}

.content-main .top-main-page .slides-page .camera_pag_ul li.cameracurrent {
    background-color: #38b2f5;
    opacity: 1;
}

.content-main .top-main-page .slides-page .camera_pag_ul li:hover {
    opacity: 1;
}

.content-main .top-main-page .slides-page .camera_pag_ul li>span {
    display: none;
}

.content-main .multimedia-main {
   padding-right : 0 ;
   padding-left : 15px;
   margin-top : 25px;

}

.content-main .multimedia-main .title-learn {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.content-main .multimedia-main .btns-learn, .content-main .conf-publ .box-info-system .btns-learn {
    margin: 14px 0px 0 0;
    display: flex;
    justify-content: center;
}

.content-main .multimedia-main .btns-learn .btn-link, .content-main .conf-publ .box-info-system .btns-learn .btn-link {
    
    padding: 10px;
    text-align: center;
    width: 50%;
    display: flex;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    margin: -15px 0 5px 0;
    transition: all 0.4s;
   width : 100%;
   justify-content: center;
	align-items: center;
	height: 70px;
}
.content-main .baner img{
	width: 100% !important;
	height: 280px !important;
	border-radius: 5px;
	
}
.content-main .multimedia-main .btns-learn .btn-link.btn-white {
    color: #4463a9;
}

.content-main .conf-publ .box-info-system .btns-learn .btn-link.btn-white {
    color: #4463a9;
}
.content-main .make-margin {
      
   margin-top:30px;
}
.content-main .multimedia-main .btns-learn .btn-yellow, .content-main .conf-publ .box-info-system .btns-learn .btn-yellow {
    background-color: #fff66b;
    color:#1e3156;
    font-weight:900;
    font-size: 16px;
}
 .box-info-system .btns-learn .btn-red {
    background-color: #f4777d;
    color:#1e3156;
    font-weight:900;
    font-size: 16px;
	margin: 0 0 5px 0;
	
}
 .box-info-system .btns-learn .btn-green {
    background-color: #77d87d;
    color:#1e3156;
    font-weight:900;
    font-size: 16px;
	margin: 0 0 5px 0;
	
}

.content-main .multimedia-main .btns-learn .btn-link:hover, .content-main .conf-publ .box-info-system .btns-learn .btn-link:hover {
    background-color: #1e3156;
    color: #fff;
    font-size: 16px;
}

.content-main .multimedia-main .box-mm {
    position: relative;
    background: -moz-linear-gradient(270deg, rgba(75, 108, 182, 1) 0%, rgba(25, 41, 73, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(75, 108, 182, 1)), color-stop(100%, rgba(25, 41, 73, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(75, 108, 182, 1) 0%, rgba(25, 41, 73, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(75, 108, 182, 1) 0%, rgba(25, 41, 73, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(75, 108, 182, 1) 0%, rgba(25, 41, 73, 1) 100%);
    /* ie10+ */
    background: linear-gradient(180deg, rgba(75, 108, 182, 1) 0%, rgba(25, 41, 73, 1) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b6cb6', endColorstr='#192949', GradientType=0);
    /* ie6-9 */
    border-radius: 4px;

    height: 279px;
}

.content-main .multimedia-main .box-mm .title-mm {
    margin: 0;
    padding: 8px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.content-main .multimedia-main .box-mm .title-mm>i {
    font-size: 24px;
    margin-left: 8px;
}

.content-main .multimedia-main .nav-tabs {
    position: absolute;
    bottom: -35px;
    right: 0;
    left: 0;
    width: 100%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 0;
   z-index :99999 ;
}

.content-main .multimedia-main .nav-tabs>li {
    width: 33%;
    margin: 0 3px;
}

.content-main .multimedia-main .nav-tabs>li>a {
    padding: 4px 3px 3px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
    text-align: center;
    border: none;
    margin: 0;
    transition: all 0.4s;
}

.content-main .multimedia-main .nav-tabs>li>a:hover {
    background-color: #fff;
    color: #1e3156;
}

.content-main .multimedia-main .nav-tabs>li.active>a {
    background-color: #4463a9;
    color: #fff;
}
.content-main .multimedia-main .nav-tabs li a i {
   font-size: 14px;
    vertical-align: middle;
    margin-left: 5px;
}

.content-main .multimedia-main .tab-content ,
.content-main .multimedia-main .nav-tabs,
.content-main .multimedia-main .multimedia-slide 
 {
   padding : 0;
}
.content-main .multimedia-main .tab-content {
   height:195px;
}
.content-main  .multimedia-main .tab-pane img {
   width: 100%;
height: 150px;
border-radius: 5px;
object-fit: cover;
margin-top: 10px;
}



.content-main .multimedia-main .view-image .img-rp {
    border-radius: 4px;
    height: 150px;
    width: 100%;
}

.content-main .multimedia-main .title-rp {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 10px 0;
}
.content-main .multimedia-main .audio-ithsmas {
   position: absolute;
right: 0;
bottom: 33px;
padding: 0;
}
.content-main .multimedia-main .video-itshams {
   height: 150px;
padding: 0;
margin-top: 10px;
}
.content-main .multimedia-main .archive-tab {
    position: absolute;
left: -10px;
top: -35px;
font-size: 12px;
color: #38b2f5;
font-weight: bold;
background: none;
border: none;
}
.content-main .ticker {
   display : inline-flex;
}
.content-main .ticker a{
  color:#tick !important;
}
.content-main .list-notifies .news{
  background-color:#38b2f5;
  padding:5px 5px;
  height: 30px;
  border-radius:5px;
}
.news-cont>.ticker>div>.ticker-date a{
   font-weight: 900 !important;
   color: #01153c !important;
   font-size:14px;
}
.content-main .ticker > div {
   width: 750px;
}
.camera_next > span {
   background : none !important ;
}
.camera_prev > span {
   background : none !important;
}
/*---------------------- /Top Main Page ---------------------*/

/*---------------------- Services Site ---------------------*/

.content-main .services-site {
    margin: 30px 0;
}

.content-main .services-site .list-services .item-sr {
    position: relative;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 99;
    transition: all 0.4s;
}

.content-main .services-site .list-services .item-sr:hover {
    background-color: #fff;
    border-color: #b0bec5;
}

.content-main .services-site .list-services .item-sr .img-sr {
    width: 70px;
    flex-shrink: 0;
    margin-left: 10px;
    transition: all 0.4s;
}

.content-main .services-site .list-services .item-sr:hover .img-sr {
    filter: grayscale(1);
}

.content-main .services-site .list-services .item-sr .title-sr {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    color: #212121;
    font-weight: bold;
    text-align: right;
    transition: all 0.4s;
}

.content-main .services-site .list-services .item-sr:hover .title-sr {
    color: #b0bec5;
}

/*---------------------- /Services Site ---------------------*/

/*---------------------- Lastet News ---------------------*/

.content-main .lastet-news  {
    margin-bottom:20px;
}
.content-main .lastet-news .sec-notifes .box-azr-public, .content-main .lastet-news .sec-news .box-azr-public {
    height: 600px;
}

.content-main .lastet-news .sec-news .box-azr-public.main-lastet .right-news{
   margin-top:10px;
}
.content-main .lastet-news .sec-notifes {
    padding-left: 0;
}

.content-main .lastet-news .list-ntf {
    padding: 10px 5px;
    margin: 0;
}

.content-main .lastet-news .list-ntf .slide-groups {
    list-style: none;
    margin-bottom: 5px;
}

.content-main .lastet-news .list-ntf>li:last-child {
    margin-bottom: 0;
}

.content-main .lastet-news .list-ntf .slide-groups .News_Titr {
    background-color: #fff;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
   padding: 10px 5px;
    border-radius: 4px;
    font-weight: bold;
    white-space: nowrap;
    color: #21345d;
    box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.08);
    transition: all 0.5s;
}
.content-main .sec-notifes .slide-groups:nth-child(1) .News_Titr{
   background-color:#bdebd1;

}
.content-main .sec-notifes .slide-groups:nth-child(1) .News_Titr:before {
	content: "جدید";
	right: -1px;
	padding: 0 0 0 5px;
	font-size: 12px;
	color: #f01;
	font-weight: bold;
	transform: rotate(270deg);
	position: relative;
	top: 0;
	animation-name: fadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 1s;
}
@keyframes fadeInOut {
  0% {
    opacity:1;
  }
  17.5% {
    opacity:1;
  }
  25% {
    opacity:0;
  }
  92.5% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.content-main .sec-notifes .slide-groups:nth-child(2) .News_Titr{
   background-color:#b4edf4;
}
.content-main .sec-notifes .slide-groups:nth-child(3) .News_Titr{
   background-color:#c5e09d;
}
.content-main .sec-notifes .slide-groups:nth-child(4) .News_Titr{
   background-color:#f3a8ad;
}
.content-main .sec-notifes .slide-groups:nth-child(5) .News_Titr{
   background-color:#eec8ef;
}
.content-main .sec-notifes .slide-groups:nth-child(6) .News_Titr{
   background-color:#6ecff9;
}
.content-main .box-azr-public .item-news ul ,
.content-main .box-azr-public .item-news

{
   padding: 0 ;
   list-style : none ;
}
.content-main .lastet-news .big-news .img-thumbnail {
   height: 220px;
   width: 100%;
   border: none;
   padding: 0;
}
.content-main .lastet-news .list-ntf .slide-groups .last-info h3 {
   margin : 0 ;
}
.content-main .lastet-news .list-ntf .slide-groups .news-item {
   padding : 0 ;
}
.content-main .lastet-news .left-news {
   position :relative;
}
.content-main .lastet-news .left-news .news-tools {
   width: 100%;
   float: right;
   position: absolute;
   bottom: 5px;
   left: 0;
   border-top: 1px solid #e5e5e5;
   padding-top: 5px;
}
.content-main .lastet-news .left-news .news-tools a {
   color: #4463a9;
   transition: all 0.4s;
}
.content-main .lastet-news .list-ntf .News_Titr:hover {
    background-color: #4463a9;
    color: #fff;
    box-shadow: none;
    padding-right: 12px;
    transition: all 0.4s;
}

.content-main .lastet-news .list-news {
    padding: 0 5px;
}
.content-main .lastet-news .list-news .thumb-list img {
   display : none;
}
.content-main .lastet-news .list-news .thumb-list .date {
   display: none;
}

.content-main .lastet-news .list-news .big-news, .content-main .lastet-news .list-news .list-small-news {
    padding: 0 5px;
}
.content-main .lastet-news .list-news .big-news {
   margin-top : 10px;
}

.content-main .lastet-news .big-news .image-news {
    position: relative;
    height: 334px;
   width:334px;
    border-radius: 4px;
    border: 1px solid #eee;
    overflow: hidden;
}
.content-main .lastet-news .title-news h4 {
   margin : 0 ;
}
.content-main .lastet-news .left-news .module-header h3 {
   margin : 0 ;
}
.content-main .lastet-news .big-news .image-news img {
    width: 100%;
    height: 100%;
    transition: all 0.8s;
}

.content-main .lastet-news .big-news:hover .image-news img {
   
}

.content-main .lastet-news .big-news .image-news .date-news {
    background-color: #fff;
    padding: 5px 10px;
    font-size: 10px;
    color: #4463a9;
    position: absolute;
    left: 10px;
    top: 10px;
    border-radius: 4px;
    display: none;
    align-items: center;
}

.content-main .lastet-news .big-news .image-news .date-news>i {
    font-size: 16px;
    margin-left: 5px;
}

.content-main .lastet-news .big-news .title-news {
    margin: 10px 0;
}
.content-main .lastet-news .big-news .title-news .News_STitr{
   color: #30790a;
   margin-bottom: 5px;
   text-align: justify;
}
.content-main .lastet-news .big-news .title-news>div {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #4463a9;
    line-height: 1.5;
    text-align: right;
   text-align: justify;
}

.content-main .lastet-news .big-news .desc-news {
    font-size: 13px;
   font-weight: bold;
    color:  #21345d;
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 0;
   height: 70px;
   overflow: hidden;
   text-align: justify;
}

.content-main .lastet-news .list-news .list-small-news {
    margin-top: 15px;
   height: 465px;
   overflow: hidden;
}
.news-box .txt-news h3{
   font-size:15px;
   line-height: 1.5;
}
.news-box .txt-news .desc{
   text-align: justify !important;
}
.content-main .lastet-news .list-news .list-small-news .item-news {
    position: relative;
    padding-right: 5px;
    padding-bottom: 10px;
   padding-top:10px;
    margin-bottom: 10px;
   width: 100%;
   height: 100%;
   float: right;
}
.content-main .lastet-news .list-news .list-small-news .item-news.active {
   background-color:#38b2f5;
   border-radius:5px;
}
.content-main .lastet-news .list-news .list-small-news .item-news.active .title-news {
   color:#fff;
}
.content-main .lastet-news .list-news .list-small-news .item-news.active::after {
   display:none !important;
}
.content-main .lastet-news .list-news .list-small-news .item-news.active .News_STitr {
   color:#000;
}
.content-main .lastet-news .list-news .list-small-news .item-news .txt-news {
   height : 65px;
   overflow : hidden;
}
.content-main .lastet-news .list-news .list-small-news .item-news .txt-news h3 {
   margin : 0 ;
}
.content-main .lastet-news .list-news .list-small-news .item-news:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.content-main .conf-publ .lastet-news .list-news .list-small-news .item-news::after {
   bottom : -15px;
}
.content-main .lastet-news .list-news .list-small-news .item-news::after
{
    content: "";
    width: 40%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.content-main .lastet-news .list-news .list-small-news .item-news:last-child::after {
    display: none;
}

.content-main .lastet-news .list-news .list-small-news .item-news .date ,
.content-main .lastet-news .list-news .list-small-news .item-news .News_STitr
{
    position: relative;
    font-size: 11px;
    font-weight: 500;
    color: #30790a;
    margin: 0 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content-main .lastet-news .list-news .list-small-news .item-news .title-news {
    margin: 0;
}

.content-main .lastet-news .list-news .list-small-news .item-news .title-news {
    display: block;
    line-height: 1.5;
    font-size: 13px;
    color: #212121;
    font-weight: bold;
    text-align: right;
    transition: all 0.4s;
   height: 35px;
   overflow: hidden;
   font-size : 12px;
   
}

.content-main .lastet-news .list-news .list-small-news .item-news .title-news:hover {
    color: #4463a9;
}

/*---------------------- /Lastet News ---------------------*/

/*---------------------- Gavel & Media ---------------------*/

.content-main .gavel-media {
    margin: 30px 0;
    padding: 30px 0;
    background-color: #f0f0f0;
}

.content-main .gavel-media .inner-row {
   margin: 0 auto;
   padding : 0;
}

.content-main .gavel-media .box-azr-public {
    background-color: #fff;
    box-shadow: 0 4px 10px -3px rgba(0, 0, 0, 0.1);
    height: 350px;
    overflow: hidden;
}

.content-main .gavel-media .archive-box {
    background-color: #fff;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.15);
    border-top: 0;
   position: absolute;
   width: 100%;
   bottom: 0px;
   height: 30px;
   display: flex;
   align-items: center;
   justify-content: flex-end;
}

.content-main .gavel-media .list-box-unv {
    height: 280px;
    padding: 10px 0 0;
}
.content-main .gavel-media .media-archive {
   position : relative ;
   overflow: hidden;
}

.content-main .gavel-media .list-box-unv .item-unv:first-child {
    padding-top: 10px;
}

.content-main .gavel-media .list-box-unv .item-unv {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}


.content-main .gavel-media .list-box-unv .item-unv .image-unv {
    width: 30%;
    position: relative;
    flex-shrink: 0;
    margin-left: 10px;
}

.content-main .gavel-media .list-box-unv .item-unv .image-unv .link-image {
    display: block;
    width: 100%;
    height: 95px;
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #eee;
}

.content-main .gavel-media .list-box-unv .item-unv .image-unv .link-image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
}

.content-main .gavel-media .list-box-unv .item-unv:hover .image-unv .link-image>img {
    transform: scale(1.2);
    filter: brightness(120%);
}

.content-main .gavel-media .list-box-unv .date-unv {
   background-color: #fff;
   border-radius: 4px;
   font-size: 10px;
   width: 150px;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #4463a9;
   box-shadow: 0 2px 9px -3px rgba(0, 0, 0, 0.2);
   padding: 5px 10px;
   position: absolute;
   bottom: 20px;
   right: 16px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
.content-main .gavel-media .box-azr-public .module-header h3 {
   margin : 0;
}
.content-main .gavel-media .list-box-unv .item-unv .date-unv>i {
    font-size: 14px;
    margin-left: 3px;
}


.content-main .gavel-media .list-box-unv .item-unv .info-unv {
    padding: 10px 0;
    position: relative;
    z-index: 99;
   margin: 0;
   width : 70%;
}
.content-main .gavel-media .list-box-unv .item-unv .info-unv h3 {
   margin : 0 ;
}



.content-main .gavel-media .list-box-unv .item-unv .title-unv .News_Titr {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #212121;
    overflow: hidden;
    padding-bottom: 5px;
    transition: all 0.4s;
   line-height : 1.5;
   text-overflow: ellipsis;
   white-space: nowrap;
}

.content-main .gavel-media .list-box-unv .item-unv:hover .title-unv>a {
    color: #4463a9;
}

.content-main .gavel-media .list-box-unv .item-unv .desc-unv {
    font-size: 12px;
    margin: 0;
    color: #90a4ae;
   height : 35px;
   overflow : hidden;
}

.content-main .gavel-media .mCustomScrollbar {
    padding-top: 10px;
}

.content-main .gavel-media .mCustomScrollbar .mCSB_container {
    margin-left: 0;
    margin-right: 20px;
}

.content-main .gavel-media .mCustomScrollbar .mCSB_scrollTools {
    right: -4px;
    left: auto;
   padding: 0 20px;
}

.content-main .gavel-media .mCustomScrollbar .mCSB_draggerRail {
    background-color: #f0f0f0;
}

.content-main .gavel-media .mCustomScrollbar .mCSB_dragger_bar {
    background-color: #d5dde0;
}

.content-main .gavel-media .mCustomScrollbar .mCSB_dragger_bar:hover {
    background-color: #b0bec5;
}

/*---------------------- /Gavel & Media ---------------------*/

/*---------------------- Honors Site ---------------------*/

.content-main .title-section {
    position: relative;
    text-align: center;
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: bold;
    color: #4463a9;
}

.content-main .title-section::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #d5dde0;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
}

.content-main .title-section>.sp-title {
    position: relative;
    padding: 5px 10px;
    background-color: #fff;
    z-index: 10;
}
.content-main .honors-site .item-row {
   display : flex ;
   flex-direction : column;
}
.content-main .honors-site .module-header h3 {
   margin : 0;
}

.content-main .honors-site .item-honor {
    padding: 15px;
    text-align: center;
    height: 360px;
}
.content-main .honors-site .item-honor .news-item {
   padding : 0 ;
}
.content-main .honors-site .item-honor .img-honor {
    display: inline-block;
    width: 150px;
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, 0.2);
}
.content-main .honors-site .item-honor .honor-img {
   display : flex ;
   justify-content : center;
}

.content-main .honors-site .item-honor .img-honor>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s;
}

.content-main .honors-site .item-honor:hover .img-honor>img {
    transform: scale(1.2);
    filter: brightness(120%);
}

.content-main .honors-site .item-honor .title-honor .News_Titr {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #212121;
    line-height: 1.4;
    transition: all 0.8s;
}

.content-main .honors-site .item-honor:hover .title-honor .News_Titr {
    color: #4463a9;
}

.content-main .honors-site .item-honor .desc-honor {
    font-size: 12px;
    color: #90a4ae;
    text-align: right;
    line-height: 1.6;
}

.content-main .honors-site .owl-nav div[class*="owl-"] {
    top: 45%;
}

.content-main .honors-site .owl-nav div[class*="owl-"]:hover {
    background-color: #38b2f5;
    color: #212121;
}

/*---------------------- /Honors Site ---------------------*/

/*---------------------- Group Links ---------------------*/

.content-main .group-links {
    position: relative;
    background: url('../images/site/bg-links.jpg') no-repeat center center / cover fixed;
    margin: 30px 0;
    padding: 30px 0;
}

.content-main .group-links::before {
    content: "";
    background: -moz-linear-gradient(90deg, rgba(69, 99, 169, 1) 0%, rgba(31, 49, 87, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(31, 49, 87, 1)), color-stop(100%, rgba(69, 99, 169, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(69, 99, 169, 1) 0%, rgba(31, 49, 87, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(69, 99, 169, 1) 0%, rgba(31, 49, 87, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(69, 99, 169, 1) 0%, rgba(31, 49, 87, 1) 100%);
    /* ie10+ */
    background: linear-gradient(0deg, rgba(69, 99, 169, 1) 0%, rgba(31, 49, 87, 1) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f3157', endColorstr='#4563a9', GradientType=0);
    /* ie6-9 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.content-main .group-links .container {
    position: relative;
    z-index: 99;
}

.content-main .group-links .tree-links .title-tree {
    font-size: 18px;
    font-weight: bold;
    color: #38b2f5;
    margin: 0;
}

.content-main .group-links .tree-links .list-tree {
    background-clip: padding-box;
    margin: 30px 0 0;
    padding: 15px 0;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
}

.content-main .group-links .tree-links .list-tree>li {
    list-style: none;
}

.content-main .group-links .tree-links .list-tree>li>a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    padding: 8px 15px;
    transition: all 0.5s;
}

.content-main .group-links .tree-links .list-tree>li>a::before {
    content: "";
    width: 0;
    height: 2px;
    background-color: #38b2f5;
    position: absolute;
    right: -1px;
    top: 16px;
    transition: all 0.5s;
}

.content-main .group-links .tree-links .list-tree>li>a:hover {
    padding-right: 25px;
    color: #38b2f5;
}

.content-main .group-links .tree-links .list-tree>li>a:hover::before {
    width: 20px;
}

.content-main .group-links .box-links .enter-box {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    display: none;
}

.content-main .group-links .box-links .item-box {
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.4s;
}
.content-main .group-links .box-links a:nth-child(1){
  background-color: #86c8f8 !important;
}
 .content-main .group-links .box-links a:nth-child(2){
    background-color: #40a5ed !important;
  }
.content-main .group-links .box-links a:nth-child(3){
    background-color: #2e8dd1 !important;
  }
 .content-main .group-links .box-links a:nth-child(4){
    background-color: #2c71d9 !important;
  }
 .content-main .group-links .box-links a:nth-child(5){
    background-color: #3a67ab !important;
  }
 .content-main .group-links .box-links a:nth-child(6){
    background-color: #2961b4 !important;
  }
 .content-main .group-links .box-links a:nth-child(7){
    background-color: #285495 !important;
  }

.content-main .group-links .box-links .item-box:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.content-main .group-links .box-links .item-box:hover {
    background-color: #38b2f5;
    color: #fff;
}

.content-main .enter-worker {
    background-color: #20335b !important;
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.content-main .enter-since {
    background-color: #38b2f5 !important;
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.content-main .enter-student {
    background-color: #4361a5 !important;
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
}

.enter-box img {
    width: 30px;
    height: 30px;
}

.enter-box span {
    width: 50px;
    height: 50px;
    display: flex;
    background-color: #fff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}

/*---------------------- /Group Links ---------------------*/

/*---------------------- Conferences and Publications ---------------------*/
.content-main .conf-publ .lastet-news .list-news .thumb-list .date {
   display : block !important;
}
.content-main .conf-publ .lastet-news .list-news .list-small-news .item-news .txt-news {
   display: flex;
   flex-direction : column-reverse;
}
.content-main .conf-publ .row {
    margin: 5px -8px 15px -8px;
}
.content-main .conf-publ .publications .item-row {
   display : flex;
   flex-direction : column;

}
.content-main .conf-publ .publications .flexslider .slides .slide-groups .book-info .news-titr h3 {
   margin : 0 ;
}
.content-main .conf-publ .row>div {
    padding: 0 8px;
}

.content-main .conf-publ .box-azr-public {
    padding: 0;
}

.content-main .conf-publ .box-azr-public .title-public {
    justify-content: center;
    font-size: 14px;
}
.content-main .conf-publ .module-header h3 {
   margin : 0;
}
.content-main .conf-publ .box-azr-public .box-info-system {
    padding: 10px;
}

.content-main .conf-publ .box-info-system .img-system {
    width: 100%;
    height: 152px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #38b2f5;
    padding: 30px;
}

.content-main .conf-publ .box-info-system .img-system>img {
    width: 100%;
}

.content-main .conf-publ .box-info-system .btns-learn .btn-link {
    padding: 6px 10px;
}

.content-main .conf-publ .box-info-system .btns-learn {
    margin-bottom: 0;
}

.content-main .conf-publ .box-azr-public .box-publications {
    padding: 10px 50px;
}

.content-main .conf-publ .box-publications .item-publ .img-publ {
    height: 230px;
    border-radius: 10px;
}

.content-main .conf-publ .box-publications .item-publ .news-item {
   padding : 0;
}
.content-main .conf-publ .box-publications .item-publ .titel-publ {
    display: block;
    font-size: 12px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #212121;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    margin-top: 10px;
}

.content-main .conf-publ .conferences .title-public {
    justify-content: flex-start;
}

.content-main .conf-publ .conferences .title-public>.fas {
    font-size: 22px;
}

.content-main .conf-publ .conferences .nav-tabs {
    position: absolute;
    top: 0;
    right: 100px;
    padding: 0;
    margin-top: 8px;
    display: flex;
    align-items: center;
    border: none;
}

.content-main .conf-publ .conferences .nav-tabs>li {
    margin-left: 6px;
}

.content-main .conf-publ .conferences .nav-tabs>li>a {
    border-radius: 4px;
    padding: 2px 12px;
    border: 1px solid #4463a9;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    background-color: #fff;
    color: #4463a9;
}

.content-main .conf-publ .conferences .nav-tabs>li.active>a {
    background-color: #38b2f5;
}

.content-main .conferences .big-news .image-news {
    height: 210px;
}

.content-main .conferences .big-news .image-news .date-news>i {
    font-size: 14px;
}

.content-main .conferences .list-news .list-small-news .item-news .sub-title {
    font-size: 10px;
   display : none;
}

.content-main .conferences .list-news .list-small-news .item-news .title-news>a {
    font-size: 12px;
}

.content-main .conferences .tab-content .archive-tab {
    padding: 8px 10px;
    text-align: left;
    font-size: 12px;
    font-weight: bold;
    border-top: 1px solid #e5e5e5;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    color: #4463a9;
}

.content-main .conf-publ .conferences .box-azr-public {
    padding-bottom: 25px;
    height: 328px;
}

/*---------------------- /Conferences and Publications ---------------------*/

/*---------------------- Educational Calendar ---------------------*/

.content-main .educational-calendar {
    margin: 30px 0;
}

.content-main .educational-calendar .row {
    margin: 0 -8px;
}

.content-main .educational-calendar .item-edu {
    cursor: pointer;
    float: right;
    padding: 0 8px;
   width : 100%;
}
   .content-main .list-educational .owl-nav .owl-next {
      
      right : -11px;
   }
   .content-main .list-educational .owl-nav .owl-prev {
         left : -11px;
         
   }

.content-main .educational-calendar .item-edu .box-azr-public {
    padding: 0;
    border-radius: 6px;
    transition: all 0.4s;
}

.content-main .educational-calendar .item-edu:hover .box-azr-public {
    box-shadow: 0 0 15px -4px #CFD8DC;
    background-color: #fff;
}

.content-main .educational-calendar .item-edu .info-edu {
    position: relative;
    text-align: center;
    padding: 40px 15px;
    border-bottom: 1px dashed #90a4ae;
    height: 226px;
}

.content-main .educational-calendar .item-edu .info-edu::before, .content-main .educational-calendar .item-edu .info-edu::after {
    content: "";
    background-color: #fff;
    width: 20px;
    height: 20px;
    border: 1px solid #ECEFF1;
    border-radius: 100%;
    position: absolute;
    bottom: -10px;
}

.content-main .educational-calendar .item-edu .info-edu::before {
    right: -10px;
}

.content-main .educational-calendar .item-edu .info-edu::after {
    left: -10px;
}

.content-main .educational-calendar .item-edu .info-edu .img-edu {
    display: inline-block;
}

.content-main .educational-calendar .item-edu .info-edu .img-edu>img {
    height: 80px;
    transition: all 0.8s;
}

.content-main .educational-calendar .item-edu:hover .info-edu .img-edu>img {
    transform: scale(1.2);
}

.content-main .educational-calendar .item-edu .info-edu h4 {
    margin: 20px 0 0;
}

.content-main .educational-calendar .item-edu .info-edu .title-edu {
    font-size: 16px;
    font-weight: bold;
    color: #1e3156;
    transition: all 0.4s;
}

.content-main .educational-calendar .item-edu:hover .info-edu .title-edu {
    color: #4463a9;
}

.content-main .educational-calendar .item-edu .cal-edu {
    position: relative;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    color: #90a4ae;
}

.content-main .educational-calendar .item-edu .cal-edu::before, .content-main .educational-calendar .item-edu .cal-edu::after {
    content: "";
    background-color: #fff;
    width: 12px;
    height: 22px;
    position: absolute;
    top: -12px;
    z-index: 10;
}

.content-main .educational-calendar .item-edu .cal-edu::before {
    right: -13px;
}

.content-main .educational-calendar .item-edu .cal-edu::after {
    left: -13px;
}

.content-main .educational-calendar .item-edu .cal-edu .lbl-cal {
    margin: 0;
    line-height: 1.8;
}

.content-main .educational-calendar .btns-edu {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.content-main .educational-calendar .btns-edu .btn-link {
    background-color: #4463a9;
    border-radius: 4px;
    padding: 10px 25px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin: 0 5px;
    transition: all 0.4s;
}

.content-main .educational-calendar .btns-edu .btn-noti {
    background-color: #1e3156;
}

.content-main .educational-calendar .btns-edu .btn-link:hover {
    background-color: #38b2f5;
    color: #fff;
    box-shadow: 0 2px 12px -4px #999;
}

.content-main .custom-news .thumb-list .txt-news .desc ,
.content-main .custom-news .top-list .txt-news .News_Titr ,
.content-main .custom-news .top-list .txt-news .desc

 {
   display : none !important;
}
.content-main .custom-news .conferences .box-azr-public {
   height : 287px !important;
}
.content-main .custom-news .list-news .list-small-news .item-news {
   padding-bottom : 0 !important ;
}
.content-main .custom-news .news-multiplier {
   position :  relative ;
   width : 100%;
   float : left;
}
.content-main .custom-news .thumb-list .box-news {
   padding : 0 5px;
}
/*---------------------- /Educational Calendar ---------------------*/

/*---------------------- /Content Main ---------------------*/

/*---------------------- Footer Main ---------------------*/

.footer-main {
    background: -moz-linear-gradient(270deg, rgba(75, 108, 182, 1) 0%, rgba(25, 41, 73, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(75, 108, 182, 1)), color-stop(100%, rgba(25, 41, 73, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(75, 108, 182, 1) 0%, rgba(25, 41, 73, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(75, 108, 182, 1) 0%, rgba(25, 41, 73, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(75, 108, 182, 1) 0%, rgba(25, 41, 73, 1) 100%);
    /* ie10+ */
    background: linear-gradient(180deg, rgba(75, 108, 182, 1) 0%, rgba(25, 41, 73, 1) 100%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b6cb6', endColorstr='#192949', GradientType=0);
    /* ie6-9 */
}

.footer-main .footer-info {
    position: relative;
    padding: 30px 0;
}

.footer-main .footer-info::before {
    content: "";
    background: url('../images/site/logo.svg') no-repeat center center / 1000px fixed;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.04;
}

.footer-main .footer-info .container {
    position: relative;
    z-index: 20;
}

.footer-main .footer-info .info-site {
    padding: 40px 0 0 40px;
    color: #fff;
}

.footer-main .footer-info .info-site p {
    margin-bottom: 15px;
    font-weight: 300;
}

.footer-main .footer-info .socials-site {
    text-align: center;
    padding: 0 20px;
}

.footer-main .footer-info .socials-site .lg-azaruniv>img {
    width: 280px;
}

.footer-main .footer-info .socials-site .list-socials {
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-top: 10px;
}

.footer-main .footer-info .socials-site .list-socials {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-main .footer-info .socials-site .list-socials .desc-sc {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.footer-main .footer-info .socials-site .list-socials .list-sc {
    margin: 0;
}

.footer-main .footer-info .socials-site .date-update {
    display: inline-block;
    padding: 5px 20px 4px;
    border-radius: 4px;
    background-color: #fff;
    color: #4463a9;
    text-align: center;
    font-size: 11px;
    font-weight: 500;
    margin-top: 20px;
}

.footer-main .footer-info .footer-menu .list-menu {
    padding: 50px 40px 0 0;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.footer-main .footer-info .footer-menu .list-menu>li {
    list-style: none;
    margin-bottom: 15px;
    width: 50%;
}

.footer-main .footer-info .footer-menu .list-menu>li>.item-mn {
    position: relative;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding-right: 12px;
    transition: all 0.4s;
}

.footer-main .footer-info .footer-menu .list-menu>li>.item-mn:hover {
    padding-right: 15px;
    color: #38b2f5;
}

.footer-main .footer-info .footer-menu .list-menu>li>.item-mn::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    top: 5px;
    right: 0;
    transition: all 0.4s;
}

.footer-main .footer-info .footer-menu .list-menu>li>.item-mn:hover::before {
    background-color: #38b2f5;
}

.footer-main .footer-copyright {
    position: relative;
    z-index: 20;
    background-color: #fff;
    padding: 12px;
    border-top: 5px solid rgba(255, 255, 255, 0.2);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    font-size: 12px;
}

.footer-main .footer-copyright .copyright-text {
    float: right;
    color: #bbb;
}

.footer-main .footer-copyright .copyright-text>.uni {
    font-weight: bold;
    padding: 0 3px;
    color: #4463a9;
}

.footer-main .footer-copyright .copyright-company {
    float: left;
    color: #bbb;
}

.footer-main .footer-copyright .copyright-company>a {
    font-weight: bold;
    color: #4463a9;
}

.footer-main .footer-copyright .tooltip-inner {
    font-size: 10px;
    min-width: 300px;
    width: 300px;
}
.footer-main .site-frem {
   width: 100%;
   margin-bottom: 15px;
   border-radius: 5px;
}



.content-main .books-table .flipster {
    overflow: hidden;
}

.content-main .books-table .flipster--carousel .flipster__item--past-1 .flipster__item__content {
    -webkit-transform: rotateY(-35deg) scale(.8);
    transform: rotateY(-35deg) scale(.8);
}

.content-main .books-table .flipster--carousel .flipster__item--future-1 .flipster__item__content {
    -webkit-transform: rotateY(35px) scale(.8);
    transform: rotateY(35deg) scale(.8);
}
.content-main .books-table .books-info .News_Titr {
    background-color: #4463a9;
    text-align: center;
    margin-top:15px;
    font-size: 16px;
    color: #fff;
    padding: 15px 0;
    border-radius: 5px;
    transition: opacity .25s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.content-main .books-table .flipster__item--current .News_Titr {
    transition: .5s all;
    opacity: 1 !important;
    visibility: visible;
}
.content-main .books-carosal .item-row,
.content-main .books-carosal .book-img,
.content-main .books-carosal .books-info

 {
   float:right;
   width:100%;
}
.content-main .books-carosal .books-info .News_Titr {
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.content-main .books-carosal .slide-groups {
   width:20%;
}
.content-main .books-carosal .slide-groups img {
   width : 280px;
   height: 380px;
   object-fit: contain;
}
.content-main .lastet-news .list-news .big-news .owl-nav .owl-next {
   right:-4px;
}
.content-main .lastet-news .list-news .big-news .owl-nav .owl-prev {
   left:-4px;
}

.content-main .hover-menu .hover-box {
    position: relative;
    width: 250px;
    height: 285px;
    float: left;
    overflow: hidden;
    transition: .5s all;
    border-radius: 5px;
    margin-right: 15px;
   border: 1px solid #38b2f5;
}

.content-main .hover-menu .hover-box:hover .in-hover {
    top: 0;
}

.content-main .hover-menu .hover-box .in-hover {
    position: absolute;
    background-color: rgba(30, 49, 86, .8);
    width: 100%;
    z-index: 9;
    top: 240px;
    height: 100%;
    transition: .5s all;
}

.content-main .hover-menu .hover-box .in-hover ul {
    padding-right: 20px;
   list-style:none;
}

.content-main .hover-menu .hover-box .in-hover ul li {
    margin: 10px 0;
}

.content-main .hover-menu .hover-box .in-hover ul li a {
    color: #fff;
}

.content-main .hover-menu .hover-box .in-hover ul li i {
    margin-left: 10px;
   color: #fff;
    vertical-align: middle;
}

.content-main .hover-menu .hover-box img {
    width: 250px;
    height: 250px;
    border-radius: 10px;
   object-fit:cover;
}

.content-main .hover-menu .hover-box .in-hover h3 {
    text-align: center;
    color: #fff;
    font-size: 14px;
   margin:0;
    padding: 10px 0;
}
.content-main .hover-menu .hover-box .in-hover .hover-info {
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-main .hover-menu .hover-box .in-hover .hover-info img {
    width: 30px;
    height: 30px;
    margin-left: 15px;

}
.content-main .hover-menu {
   display: flex;
   justify-content:space-between;
   align-items:center;
   
}
/*---------------------- /Footer Main ---------------------*/

/*---------------------- Responsive ---------------------*/

@media only screen and (min-width:300px) and (max-width: 1024px) {
    .navbar-collapse.collapse {
        display: none !important;
        padding: 0;
    }
    .collapse.in {
        display: block !important;
    }
    .header-main .header-menu .navbar-default .navbar-collapse, .header-main .header-menu .navbar-default .navbar-collapse.collapse {
        position: fixed;
        right: -300px;
        width: 250px;
        height: 100% !important;
        background-color: #1e3056;
        border: none;
        top: 0;
        margin: 0;
        z-index: 9999;
        padding: 0;
        box-shadow: 2px 0 9px -4px #1e3056;
        transition: all 0.4s;
    }
    .header-main .header-menu .navbar-default .navbar-collapse.collapse.in {
        right: 0;
    }
    .header-main .header-menu .navbar-default .navbar-nav {
        margin: 0;
        flex-wrap: wrap;
        padding-top: 20px;
    }
    .header-main .header-menu .navbar-default .navbar-nav>li {
        width: 100%;
        margin-top: 5px;
        border: none;
    }
    .header-main .header-menu .navbar-default .navbar-nav>li>.dropdown-menu {
        width: 100%;
        margin: 10px auto;
        left: 0;
        right: 0;
        position: relative;
        background-color: transparent;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        color: #38b2f5;
        white-space: normal;
        background-color: transparent;
    }
    .header-main .header-menu .navbar-default {
        border: none;
        position: absolute;
        left: 15px;
        width: auto;
        top: -75px;
        margin: 0;
        z-index: 999999;
    }
    .header-main .header-menu .navbar-default .navbar-toggle, .header-main .header-menu .navbar-default .navbar-toggle:focus, .header-main .header-menu .navbar-default .navbar-toggle:hover {
        display: block;
        margin: 0;
        padding: 7px;
        background-color: #f1e456;
        border-color: #1e3056;
    }
    .header-main .header-menu .navbar-default .navbar-toggle .icon-bar {
        background-color: #1e3056;
        width: 19px;
    }
    .overlay-menu.show {
        opacity: 0.8;
        visibility: visible;
    }
}
.topbar {
   display : none;
}
.row {
   margin : 0 ;
}
/*---------------------- /Responsive ---------------------*/
/****************************************************/
.P3 
{  
    width:100%;
    float:right;
    padding-top:5px;
}
.P3 .paneltable
{
    width:100%;
}
.P3 .sitefont
{
    font-family:Tahoma;
    font-size:9pt;
    color:#303030;
    line-height:1.5;
}
.P3 .panel_link
{
   font-family:Tahoma;
   font-size:9pt;
   color:#477ac9; 
}
.P3 .panel_link:hover
{
   color:#033676;
}
.P3 .panel_link_bold
{
   color:#477ac9; 
   font-weight: bold;
}
.P3 .panel_link_bold:hover
{
   color:#033676;
   font-weight: bold;
}

.P3 .panelheadLeft
{
 background-image: url(../Images/P3/p3-head-left.jpg);
    background-repeat:no-repeat;
    width:7px;
   height:7px;
}
.P3 .panelhead
{
     background-image: url(../Images/P3/p3-head.jpg);
    background-repeat:repeat-x;
    height:7px;
    color:  #0751a6 ;
    font-size: 9pt;
    font-family: Tahoma;
    text-align :center ;
    font-weight:bold

}
.P3 .panelhead div
{
line-height:0;
text-align :center ;
}
.P3 .panelheadRight
{
 background-image: url(../Images/P3/p3-head-right.jpg);
    background-repeat:no-repeat;
    width:7px;
   height:7px;
}
.P3 .panelleft
{
 background-image: url(../Images/P3/p3-left.jpg);
    background-repeat:repeat-y;
    width:7px;
  
}
.P3 .panelcenter
{    
    direction: rtl;
    font-size: 9pt;
    font-family: tahoma;
    line-height:1.5
}
.P3 .panelright
{  
  background-image: url(../Images/P3/p3-right.jpg);
    background-repeat:repeat-y;
    width:7px;
}
.P3 .panelBottomLeft
{
  background-image: url(../Images/P3/p3-bottom-left.jpg);
    background-repeat:no-repeat;
    width:7px;
    height:7px;
}
.P3 .panelbottom
{
     
    
    background-image: url(../Images/P3/p3-bottom.jpg);
    background-repeat:repeat-x;
   height:7px;
    
}
.P3 .panelbottomright
{
  background-image: url(../Images/P3/p3-bottom-right.jpg);
    background-repeat:no-repeat;
    width:7px;
    height:7px;
   
}
.P3 {
    background-color:#f5f5f5;
    border-radius: 5px;
}
.P3 .panelbody
{
    background-image: url(../Images/P3/p3-body.jpg);
    background-repeat:repeat-y;
    width:214px;
    font-size: 9pt;
    color:#303030;
    font-family: Tahoma;
    text-decoration: none;
}
.P3 .panelbody div
{
    line-height:1.5;
    padding:0;
}
.P3 .introtext
{
    color:#303030;
    font-family:Tahoma;
    font-size:9pt;
   line-height:1.5;
   direction:rtl;
}
.P3 .main_panel_middle_top
{
    font-family: tahoma;
    font-size: 9pt;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #E3E3E3;
    padding-top: 8px;
    color: #303030;
}
.P3 .main_panel_middle_top a
{
    color:#477ac9;
}
.P3 .main_panel_middle_top a:hover
{
   color:#a7d0f4; 
}
.samane-menu{
   padding-top:10px;
}
.samane-menu .panelhead {
   padding-bottom: 15px;
   width: 100%;
    display: flex;
    border-bottom: 1px solid;
    height: 30px;
   color: #4463a9;
   font-weight: bold;
       font-size: 14px;
}
.samane-menu .panelhead .fas {
   font-size: 18px;
}
/*************************************************/
.Q_ABody > span {
   display: flex !important;
   width: 100%;
   overflow-y: hidden;
}
.report-all .report-box {
   background: linear-gradient(180deg, rgba(75, 108, 182, 1) 0%, rgba(25, 41, 73, 1) 100%);
   height:285px;
   border-radius:5px;
}
.report-all .report-box .box_skitterGallery .image img {
   width:100% !important;
   height:100% !important;
}
.report-all .report-box .box_skitterGallery .image {
   width:100% !important;
   height:100% !important;
   overflow:visible;
   
}
 .box_skitterGallery .box_clone img {
   width:100% !important;
   height:100% !important;
}
.report-all .report-box > table .panelhead > div {
   color:#fff;
   padding:10px 15px;
}
.report-all .report-box > table .panelhead > div i {
   font-size:20px;
   vertical-align:middle;
}
.report-all .report-box .box_skitterGallery .archive {
   left: 0px;
   top: -30px;
}
.report-all .report-box .box_skitterGallery .archive a {
   font-size: 12px;
   color: #38b2f5;
   font-weight: bold;
}
.box_skitterGallery .label_skitter p {
   background-color: rgba(255, 255, 255, 0.15);
   color:#fff !important;
   bottom:-35px !important; 
   border-radius:5px;
   white-space:nowrap;
   text-overflow:hidden;
   overflow:hidden;
}
.box_skitterGallery .info_slide_dots {
   bottom:0 !important;
}
.box_skitterGallery .container_skitter {
   overflow:visible !important;
}
.box_skitterGallery img {
   border-radius:5px !important;
   
}
.box_skitterGallery .info_slide_dots .image_number {
   background-color:rgba(255,255,255,.3) !important;
      border:none !important;
}
.box_skitterGallery .info_slide_dots .image_number_select {
   background-color:#38b2f5 !important;
}

.amar-taj img{
   border-radius:5px;
   width: 345px !important; 
   height: 230px !important;
   
}
.amar-taj{
   width: 255px !important; 
   height: 170px !important;
   position: absolute;
   bottom:115px;
   left:100px;
}

/*-----------SideNav--------------*/
.mySidenav a {
  position: fixed;
  left: -50px;
  transition: 0.01s;
  padding: 12px;
  width: 150px;
  text-decoration: none;
  font-size: 12px;
  color: #070948;
  border-radius: 0 5px 5px 0;
  z-index:2000;
  height:20px;
  line-height: 20%;
text-align:right;
   transform: translateX(-80%);

}

.mySidenav a:hover {
  left: -20px;
}


@keyframes slideInFromLeft {
  0% {
   transform: translateX(-70%);
  }
   100% {
   transform: translateX(0);
  }
}
/* @keyframes slideInFromRight {
   
  0% {
   left:-50px;
  }
   100% {
   left:-90px;
  }
}
*/
.mySidenav .about {
  background-color: #efe3af;
  top:50%;
  animation:4s ease-out 0s 1 slideInFromLeft /* , 1s linear 16s 1 slideInFromRight */;
  animation-fill-mode: forwards;
}
.mySidenav .blog {

  background-color: #52b69a;
  top:55%;
   animation: 4s ease-out 1s 1 slideInFromLeft /* , 1s linear 17s 1 slideInFromRight */;
   animation-fill-mode: forwards;
}
.mySidenav .projects {

  background-color: #f4777d;
  top:60%;
    animation: 4s ease-out 2s 1 slideInFromLeft /* , 1s linear 18s 1 slideInFromRight */;

   animation-fill-mode: forwards;
}
.mySidenav .contact {

  background-color: #00a3e8;
  top:65%;
    animation: 4s ease-out 3s 1 slideInFromLeft /* , 1s linear 19s 1 slideInFromRight */;
   animation-fill-mode: forwards;
}

/*-----------/SideNav--------------*/
.slder{
   padding: 0 6%;
}
.pey-p{
   margin-top:20px;
}
.pey-p .box-azr-public {
    height: 610px !important;
}
.for-vertical .news-box {
   height:auto !important;
   overflow:visible !important;
}
.pey-p .for-vertical{
   padding:0 !important;
}
.for-vertical .vertical-box {
   height:560px;
}
.for-vertical .vertical-box .slick-slide {
   height:130px;
}
.sub-news .last-info{
   font-size:12px;
   text-align:justify;
   margin-right:145px;
   line-height:1.6 !important;
    display: block;
    line-height: 1.5;
    color: #212121;
    font-weight: bold;
    transition: all 0.4s;
    height: 35px;
    font-size: 12px;

}
.sub-news .last-info h3{
   font-size:14px;
   color: #90a4ae;
}
.sub-news .last-info h3 div{
   line-height:1.6 !important;
}
 .sub-news .ontitle-next{
   position:absolute;
   top:-32px;
   left: 45px;
   background:#fff;
   transform: rotate(90deg);
   display:flex;
   justify-content:center;
   align-items:center;
   width:25px;
   height:25px;
}
.sub-news .ontitle-prev{
   position:absolute;
   top:-32px;
   left:15px;
   background:#fff;
   transform: rotate(90deg);
   display:flex;
   justify-content:center;
   align-items:center;
   width:25px;
   height:25px;
}
.sub-news{
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 4px; 
   cursor: pointer;
}
.sub-news .module-header h3{
   font-size:19px !important;
}
.sec-notifes .title-public{
   justify-content: right !important;
}
.sub-news .title-news{
   font-weight: bold;
   color: #212121;
}
.sub-news .title-news:ho{
   color: #4463a9;
}
.sub-news .news-tools{
   width: 100%;
    float: right;
    position: absolute;
    bottom: 5px;
    left: 0;
    border-top: 1px solid #e5e5e5;
    padding-top: 5px;
}
.sub-news .news-tools a{
   color: #4463a9;
    transition: all 0.4s;
}
.sub-news  .title-public {
    padding: 8px 10px;
    text-align: right;
    font-size: 14px;
    color: #4463a9;
    display: flex;
    align-items: center;
    font-weight: bold;
    border-bottom: 1px solid #4463a9;
}
.sub-news  .title-public i{
   font-size:20px;
   margin-left:7px;
}  
.sub-news .last-img img{
   width: 130px;
   height:100px;
}  
.sub-news .News_Titr {
   height:54px;
}
.content-main .slick-gallery {
	margin:50px 0;
}
.content-main .slick-gallery .slick-box {
	display:flex;
	position: relative;
	background-color: #f5f5f5;
	border: 1px solid #eee;
	border-radius: 4px;
	padding:15px;
	flex-wrap:wrap;
}
.content-main .slick-gallery .slick-box .moduletable {
	width:50% !important;
	padding: 0 15px;
}
.content-main .slick-gallery .slick-box .item-row {
	display:flex;
	flex-direction:column;
}
.content-main .slick-gallery .slick-box .item-row .News_STitr {
	font-size: 14px;
	color: #30790a;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 5px 0;
}
.content-main .slick-gallery .slick-box .item-row .News_Titr {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #4463a9;
	line-height: 1.5;
	text-align: justify;
}
.content-main .slick-gallery .slick-box .item-row .news-introtext {
	font-size: 13px;
	font-weight: bold;
	color: #21345d;
	line-height: 1.8;
	margin-bottom: 0;
	height: 70px;
	overflow: hidden;
}
.content-main .slick-gallery .slick-box .slick-thm2 img{
	display:none;
}
.content-main .slick-gallery .slick-box .thumb-images {
	height:100px;
	overflow:hidden;
	margin-bottom:10px;
	position:relative;
	padding:15px;
}
.content-main .slick-gallery .slick-box .thumb-images::after {
	content: "";
	width: 40%;
	height: 1px;
	background-color: #e5e5e5;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.content-main .slick-gallery .slick-box .thumb-images > span {
	position: relative;
	font-size: 11px;
	font-weight: 500;
	color: #30790a;
	margin: 0 0 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display:block;
}
.content-main .slick-gallery .slick-box .thumb-images > p {
	display: block;
	line-height: 1.5;
	color: #212121;
	font-weight: bold;
	transition: all 0.4s;
	height: 35px;
	overflow: hidden;
	font-size: 12px;
}
.content-main .slick-gallery .slick-box .news-image {
	width:100%;
}
.content-main .slick-gallery .slick-box .news-image img {
	width:100%;
	border-radius:4px;
}
.content-main .slick-gallery .slick-box .thumb-images.slick-current {
	background-color: #38b2f5;
	border-radius: 5px;
}
.content-main .slick-gallery .slick-box .thumb-images.slick-current > span {
	color:#000;
}
.content-main .slick-gallery .slick-box .thumb-images.slick-current > p {
	color:#fff;
}
.content-main .slick-gallery .slick-box .thumb-images.slick-current::after {
	display:none;
}
.content-main .slick-gallery .slick-box .news-item {
	padding:0;
}
.content-main .slick-gallery .slick-box .ontitle-prev ,
.content-main .slick-gallery .slick-box .ontitle-next {
	width: 20px;
	height: 40px;
	background-color: #b0bec5;
	position: absolute;
	top: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #fff;
	transition: all 0.4s;
	cursor:pointer;
	z-index: 9;
}
.content-main .slick-gallery .slick-box .ontitle-next {
	right:-20px;
	border-radius: 0 100px 100px 0px;
}
.content-main .slick-gallery .slick-box .ontitle-prev {
	left:-20px;
	border-radius: 100px 0 0 100px;
	
}
.content-main .slick-gallery .slick-box .module-header {
	display:none;
}

.content-main .slick-gallery .slick-box .title-public {
	width:100%;
	padding: 8px 10px;
	text-align: right;
	font-size: 12px;
	color: #4463a9;
	display: flex;
	align-items: center;
	font-weight: bold;
	border-bottom: 1px solid #4463a9;
	margin-bottom: 15px;
}
.content-main .slick-gallery .slick-box .news-tools {
	width: 100%;
	float: right;
	position: absolute;
	top: 15px;
	left: 0;
}
.content-main .slick-gallery .slick-box .news-tools a {
	font-size: 12px;
	font-weight: bold;
}
.content-main .slick-gallery .slick-box .news-tools i {
	margin-left: 5px;
}
.nashriat {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.nashriat .title{
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin: 10px;
    font-weight: bold;
    color: #ffffff;
    background-color: #233863;
    padding: 10px;
    border-radius: 5px;
}
.nashriat .box-nashriat{
	width: 200px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 5px 5px 10px #eee;
	text-align: center;
	margin: 10px;
}
.slides-page .SwiperMultimedia .swiper-slide ,
.slides-page .SwiperMultimedia{
	height: 500px !important;
} 
.slides-page .SwiperMultimedia .swiper-slide img {

    
	min-width: 100% !important;
	height: 100% !important;
	width: 100% !important;
	min-height: fit-content;
}
.slides-page .SwiperMultimedia .overlaytext {
  position: absolute;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  z-index: 999999;
  width: 100%;
  background-color: rgba(70, 67, 67, 0.8);
  bottom: 0;
  color: #fff;
  text-align: right;
  top: auto;
}