/*

  Author Css: Amin Heydarzadeh
    
    ---------------- Info ----------------
    
    Date Created:   1401/09/01
    Email:          Heydarzadeh@itshams.ir
    
    Powerd By:		ITShams Company - https://www.itshams.ir/


*/

/*---------------------- Public Style ---------------------*/

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    direction: rtl;
    font-family: IRANSans;
}

a {
    color: #000;
}

* {

    outline: medium none !important;
    text-decoration: none !important;
    list-style: none !important;
}

svg {
    width: 100%;
}

.smartmenu-div {
	width: auto;
	padding:0;
}
.pd-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

section {
    float: right;
    width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

.yamm-fw {
    display: none !important;
}

.pub-title .module-header {
    margin-bottom: 20px;
}

.pub-title .module-header span {
    font-weight: 700;
    font-size: 18px;
    color: #31456a;
    position: relative;
    padding-right: 20px;
}

.pub-title .module-header span::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background: #f32d06;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    border-radius: 50px;
}

.affix {
    height: 60px !important;
    line-height: 60px;
    opacity: .9;
    transition: all ease 300ms;
    box-shadow: 0 10px 15px rgba(6, 44, 84, 0.5);
    top: 0 !important;
    z-index: 999999 !important;
    background-color: #01305c !important;
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #0000003b;
    display: none;
}

.show-overlay {
    display: flex !important;
}

a:hover {
    color: #2388d8;
}

.d-flex {

    display: flex !important;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.navbar-brand {
    display: none;
}

/*---------------------- /Public Style ---------------------*/

/*---------------------- Header_Main ---------------------*/

/*---------------------- search-mainone ---------------------*/

.search-mainone {
    position: fixed;
    background: rgba(0, 51, 102, .95);
    top: 0;
    left: 0px;
    bottom: 0;
    z-index: 999999;
    padding: 20px 60px 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.search-mainone.view {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.search-mainone .close-search {
    position: absolute;
    left: 30px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    z-index: 99;
    right: 30px;
    top: 30px;
    background-color: #f32d06;
}

.search-mainone .close-search>.fa-times {
    position: relative;
    color: #fff;
    transition: all 0.3s;
    font-size: 30px;
}

.search-mainone .close-search:hover>.fa-times {
    color: #444;
}

.search-mainone .close-search:before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.3s;
}

.search-mainone .close-search:hover:before {
    opacity: 1;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.search-mainone .input-group {
    direction: ltr;
    width: 60%;
    display: flex;
    justify-content: center;
    border: 1px solid #fff;
    margin: 0 auto;
    border-radius: 5px;
}

.search-mainone .input-group-addon {
    background-color: transparent;
    border: none;
    font-size: 26px;
    color: #fff;
    position: absolute;
    left: 0;
    width: 50px;
    cursor: pointer;
    z-index: 99;
    top: 10px;
}

.search-mainone .form-control {
    background-color: transparent;
    border: none;
    direction: rtl;
    font-size: 18px;
    box-shadow: none;
    padding-right: 20px;
    color: #fff;
    padding: 30px;
    width: 100%;
}

.search-mainone .form-control::placeholder {
    color: #fff;
    opacity: 1;
}
.rem-header > .module-header{
	display: none;
}
.content-main .notifi-box .all-peyvand .peyvand-box{
  position: relative;
  margin-bottom: 5px;
  padding-right: 15px;
}
.content-main .notifi-box .all-peyvand .peyvand-box::before {
  content: "\e901";
  color: #f32d06;
  font-family: "tbzmed-icons";
  right: 0px;
  position: absolute;
  font-size: 10px;
  top: 7px;
}
}
.content-main .notifi-box .all-peyvand .peyvand-box a {
	line-height: 26px;
	text-align: right;
	overflow: hidden;
	font-size: 12px;
	color: #31456a;
}
/*---------------------- /search-mainone ---------------------*/

.topbar {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 0 solid rgba(255, 255, 255, .5);
    z-index: 999;
}


.topbar>.container {
    width: 100%;
    padding: 0 30px;
}

.topbar .tums-quick-access {
    flex: 2 1 auto;
}

.topbar .tums-quick-access {
    position: relative;
}

.topbar .quick-access {
    height: 40px;
}

.topbar .quick-access ul {
    display: flex;
    align-items: baseline;
    margin-right: 10px;
}

.topbar .quick-access ul li {
    float: right;
    margin-left: 5px;
}

.topbar .quick-access>span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.topbar .quick-access ul li a {
    padding: 2px 10px;
    border: 1px solid #ff9b18;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    transition: all cubic-bezier(.17, .84, .44, 1) .3s;
    background: 0 0;
}

.topbar .quick-access ul li a:hover {
    background: #ff9b18;
    color: #fff !important;
}

.topbar .quick-access-left ul li a {
    border: 1px solid #b6270b;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    transition: all cubic-bezier(.17, .84, .44, 1) .3s;
    background: 0 0;
    padding: 2px 10px;
}

.topbar .quick-access-left ul li a:hover {
    background: #b6270b;
    color: #fff !important
}

.topbar .quick-access-left ul li .bg-red {
    background: #b6270b !important;
}

.topbar .tums-quick-access .menu-logo {
	position: absolute;
	left: 0;
	top: 10px;
	right: 30px;
	text-align: center;
	width: 120px;
	margin: 0 auto;
}

.topbar .tums-quick-access .menu-logo img {
    width: 100px;
}
.topbar .header-statistics {
	margin-top:5px;
}
.topbar .header-statistics ul {
    display: flex;
    align-items: center;
}

.topbar .header-statistics ul li {
    margin-left: 10px;
    display: inline-flex;
    float: none;
}

.topbar .header-statistics ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    transition: all ease 300ms;
    line-height: 1;
}

.topbar .header-statistics ul li a:hover {
    color: #f32d06;
}

.video-slider {
    overflow: hidden;
    height: 100%;
}

.SwiperMultimedia {
    position: relative;
    height: 85vh !important;
}

.SwiperMultimedia::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, 0.75);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 9;
	border-radius: 15px 15px 0 0;
}

.SwiperMultimedia video {
    min-height: 100% !important;
    width: 100% !important;
    height: 100% !important;
}

.SwiperMultimedia .swiper-slide {
    height: 100% !important;
}

.SwiperMultimedia .module-body {
    height: 100%;
}
.secondary-nav {
    background-color: #183762;
	display: none;
}
.SwiperMultimedia {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	
}
.secondary-nav .navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin: 0;
}

.secondary-nav .navbar-nav {
    float: right;
}

.secondary-nav .navbar-nav>li {
    float: right;
}

.secondary-nav .navbar-nav>li a {
    color: #fff !important;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    position: relative;
}

.secondary-nav .navbar-nav>li:first-child>a {
    background-color: #fff;
    color: #204f91 !important;
}

.secondary-nav .caret {
    color: #fff;
    transform: rotate(180deg);
    position: absolute;
    top: 5px;
    border-width: 5px;
}

.tums-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
}

.header-main {
    top: 0;
    width: 100%;
    z-index: 199 !important;
    height: 190px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
}

.header-main .tums-menu .navbar-default {
    background-color: transparent;
    border-color: transparent;
    width: 100%;
    position: relative;
}

.header-main .tums-menu .navbar-default::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 1);
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 1) 100%);
    z-index: 9;
}

.header-main.affix .tums-menu .navbar-default::after {
    display: none;
}

.header-main .tums-menu .navbar-default .navbar-nav {
    width: 100%;
	display: flex;
	justify-content: space-between;
}

.header-main .tums-menu .navbar-default .navbar-nav > li:nth-child(5) {
    width: 20%;
    display: flex;
    opacity: 0;
    visibility: hidden;
}

.header-main .tums-menu .navbar-default .navbar-nav>li {
    float: right;
}

.header-main .tums-menu .navbar-default .navbar-nav>li::before {
    content: '';
    position: absolute;
    right: -1px;
    top: 50%;
    width: 1px;
    height: 25px;
    background: #204f91;
    transform: translateY(-50%);
}

.header-main .tums-menu .navbar-default .navbar-nav>li:first-child::before,
.header-main .tums-menu .navbar-default .navbar-nav>li:nth-child(6)::before {
    display: none;
}

.header-main .tums-menu .navbar-default .navbar-nav>li>a {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    transition: .5s all;
    background-color: transparent;
}

.header-main .tums-menu .navbar-default .navbar-nav>li>a b {
    font-size: 14px;
}

.header-main.affix .tums-menu .navbar-default .navbar-nav>li>a {
    height: auto;
}

.header-main .tums-menu .navbar-default .navbar-nav>li>a:hover,
.header-main .tums-menu .navbar-default .navbar-nav>li>a:focus {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 4px rgba(0, 0, 0, .2)
}

.header-main .tums-menu .navbar-default .navbar-nav>li>a span {
    
    font-size: 14px;
}

.header-main .tums-menu .collapse {
    padding: 0;
}

.header-main .tums-menu .dropdown-menu {
    left: auto;
    right: 0;
    float: right;
}

.header-main .tums-menu .dropdown-menu>li>a {
    text-align: right;
}
.header-main .tums-menu .dropdown-menu .dropdown-submenu > a b {
	transform: rotate(90deg);
	display: inline-block;
	font-size: 12px;
	position: absolute;
	left: 5px;
	top: 10px;
}
.header-main .tums-menu .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
	display: block !important;
}
.header-main .tums-menu .dropdown-menu .dropdown-submenu .dropdown-menu {
top: 0;
right: 100%;
}	
/*---------------------- /Header_Main ---------------------*/

/*---------------------- Content-Main ---------------------*/
/*---------------------- main-news ---------------------*/
.heading-section.heading-section-one .heading-area {
    margin: 30px 0;
}

.heading-section.heading-section-one .heading-area .title {
    position: relative;
    padding-right: 20px;
}

.heading-section.heading-section-one .heading-area .title::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    background: #f32d06;
    width: 10px;
    height: 10px;
    transform: translateY(-50%);
    border-radius: 50px;
}

.heading-section.heading-section-one .heading-area .title h2 {
    font-weight: 700;
    font-size: 1.125em;
    color: var(--default-title-color);
    position: relative;
}

.heading-section.heading-section-one .heading-area .title .heading-groups ul {
    margin-right: 40px;
}

.heading-section.heading-section-one .heading-area .title .heading-groups ul li {
    float: right;
}

.heading-section.heading-section-one .heading-area .title .heading-groups ul li a {
    color: #31456a;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 15px;
    transition: all cubic-bezier(.17, .84, .44, 1) .3s;
}

.heading-section.heading-section-one .heading-area .title .heading-groups ul li a:hover {
    border-radius: 5px;
    background: #e9edf3;
    box-shadow: -7.071px -7.071px 20px 0 rgba(255, 255, 255, 1), 8.192px 5.736px 20px 0 rgba(133, 168, 204, .5);
    color: #f32d06;
}

.heading-section.heading-section-one .heading-area .title h2::after {
    content: "\e901";
    font-family: "tbzmed-icons";
    position: absolute;
    left: -30px;
    color: #5d5f5d;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.content-main .main-news .slides {
    width: 100%;
    float: left;
    display: flex;
}

.content-main .main-news .slides .news-item {
    padding: 0;
}

.content-main .main-news .slides .slide-groups {
    float: left;
}

.content-main .main-news .slides>.slide-groups {
    width: 50%;
    height: 630px;
    border-radius: 10px;
    background: #e9edf3;
    box-shadow: -7.071px -7.071px 20px 0 rgba(255, 255, 255, 1), 8.192px 5.736px 20px 0 rgba(133, 168, 204, .5);
    padding: 20px;
    margin: 0 30px;
    transition: all cubic-bezier(.17, .84, .44, 1) .3s;
}

.content-main .main-news .slides .slide-groups:hover .news-image img {
    transform: scale(1.1);
}

.content-main .main-news .slides .slide-groups .news-img {
    border-radius: 10px;
    overflow: hidden;
}

.content-main .main-news .slides .slide-groups .news-img img {
    transition: .2s all;
}

.content-main .main-news .slides>.slide-groups .news-img img {
    border-radius: 5px;
}

.content-main .main-news .slides .news-details {
    right: 10px;
    left: auto;
    padding: 5px 10px;
    height: 30px;
    background: #e9edf3;
    color: #31456a;
    top: 10px;
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 9;
    border-radius: 10px;
    font-size: 12px;
    opacity: .8;
}

.content-main .main-news .slides .news-part {
    width: 25%;
}

.content-main .main-news .slides .news-part .slide-groups {
    height: 300px;
    border-radius: 10px;
    background: #e9edf3;
    box-shadow: -7.071px -7.071px 20px 0 rgba(255, 255, 255, 1), 8.192px 5.736px 20px 0 rgba(133, 168, 204, .5);
    padding: 15px;
    margin-bottom: 30px;
    transition: all cubic-bezier(.17, .84, .44, 1) .3s;
}

.content-main .main-news .slides .news-part .news-introtext {
    display: none !important;
}

.content-main .main-news .slides .news-part .news-img>a {
    width: 100%;
    height: 200px;
    display: flex;
}

.content-main .main-news .slides .news-part .news-img img {
    width: 100%;
    border-radius: 10px;
    border: solid 1px #c2c2c2;
}

.content-main .main-news .slides .news-part .news-titr .News_Titr {
    display: flex;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
    line-height: 26px;
    color: #002147;
}
.content-main .main-news .slides .news-part .news-titr .News_STitr {
	display: none !important;
}
.content-main .main-news .slides>.slide-groups .News_Titr {
    color: #002147;
    font-size: 14px;
    margin: 30px 0;
}
.content-main .main-news .slides>.slide-groups .News_STitr  {
	display:none;
}
.content-main .main-news .slides>.slide-groups .news-introtext {
    font-size: 14px;
    font-weight: 400;
    color: #036;
    line-height: 26px;
    text-align: justify;
    margin: 0px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-spacing: -1px;
    padding: 0 5px;
}
.content-main .main-news .panel_link_bold {
	color: #31456a;
	font-size: 14px;
	font-weight: 400;
	padding: 13px 30px;
	transition: all cubic-bezier(.17,.84,.44,1) .3s;
	border-radius: 5px;
	background: #e9edf3;
	box-shadow: inset 0 0 15px rgba(133,168,204,0),inset 0 0 20px rgba(255,255,255,0),7px 7px 15px rgba(133,168,204,.5),-7px -7px 20px #fff,inset 0 0 4px #fff;
	display: block;
	position: relative;
	left: 0;
	bottom: 10px;
}
.content-main .main-news .panel_link_bold:hover {
	background: #fff;
	box-shadow: 0 0 5px rgb(255,255,255,.5);
}
/*---------------------- /main-news ---------------------*/
/*---------------------- box-news ---------------------*/
.content-main .box-news {
    margin-bottom: 30px;
}

.content-main .box-news>.row {
    display: flex;
}

.content-main .box-news .slides {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.content-main .box-news .slides:hover .owl-nav,
.content-main .box-news .video-part:hover .owl-nav {
    opacity: 1;
}

.content-main .box-news .module-header {
    display: none;
}

.content-main .box-news .news-item {
    padding: 0;
}

.content-main .box-news .news-item .item-row {
    position: relative;
}

.content-main .box-news .slide-groups {
    width: 100%;
    float: right;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: -7.071px -7.071px 20px 0 rgba(255, 255, 255, 1), 8.192px 5.736px 20px 0 rgba(133, 168, 204, .5);
    transition: all cubic-bezier(.17, .84, .44, 1) .3s;
}
.content-main .box-news .slide-groups .News_STitr {
	display : none !important;
}
.content-main .box-news .slide-groups .news-details {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fff;
    z-index: 9;
}

.content-main .box-news .slide-groups .news-details .news-date {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}

.content-main .box-news .slide-groups .news-details .news-date i {
    margin-left: 5px;
}

.content-main .box-news .slide-groups:hover .news-image img {
    transform: scale(1.1);
}

.content-main .box-news .news-img,
.content-main .box-news .video-part .multimedia-box .multimedia-small {
    height: 330px;
}

.content-main .box-news .news-img .news-image {
    display: flex;
    height: 100%;
    position: relative;
}

.content-main .box-news .news-img .news-image::before,
.content-main .box-news .video-part .multimedia-box .multimedia-small>a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(48, 99, 171,.8) 80%);
    z-index: 1;
}

.content-main .box-news .news-img .news-image img {
    height: 100%;
    transition: all ease .3s;
}

.content-main .box-news .news-info,
.content-main .box-news .video-part .multimedia-box .nasim {
    position: absolute;
    bottom: 30px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 9;
    color: #fff;
}

.content-main .box-news .video-part .multimedia-box .nasim>a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    text-align: justify;
    color: #fff;
    line-height: 26px;
    font-weight: 700;
    overflow: hidden;
    word-spacing: -2.5px;
    position: relative;
    z-index: 9;
}

.content-main .box-news .news-info .News_Titr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 16px;
    text-align: justify;
    color: #fff;
    line-height: 26px;
    font-weight: 700;
    overflow: hidden;
    word-spacing: -2.5px;
    position: relative;
    z-index: 9;
}

.content-main .box-news .news-info .News_Titr .box-title,
.content-main .box-news .video-part .multimedia-box .nasim .box-title {
    margin-bottom: 15px;
    position: relative;
    height: 30px;
    z-index: 9;
}

.content-main .box-news .news-info .News_Titr .box-title::before,
.content-main .box-news .video-part .multimedia-box .nasim .box-title::before {
    content: '';
    position: absolute;
    right: 5px;
    bottom: -5px;
    width: 100%;
    height: 5px;
    background: #f32d06;
    z-index: 9;
}

.content-main .box-news .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 30%;
    padding: 0 20px;
    opacity: 0;
    transition: .5s all;
}

.content-main .box-news .owl-nav>div {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    transition: all .2s ease 0s;
}

.content-main .box-news .owl-nav>div:hover {
    background: #ea9a27 !important;
}

.content-main .box-news .owl-nav>div i {
    font-size: 20px;
    color: #9896a6;
    transition: all .2s ease 0s;
}

.content-main .box-news .owl-nav>div:hover i {
    color: #fff;
}

.content-main .box-news .owl-dots {
    display: flex;
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.content-main .box-news .owl-dot {
    position: relative;
    margin: 0 2px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    transition: all .3s ease;
}

.content-main .box-news .owl-dot.active {
    width: 30px;
    border-radius: 100px;
    background: #fff;
}

.content-main .box-news .owl-dot:hover {
    width: 20px;
    border-radius: 20px;
    background-color: #ccc;
}

/*---------------------- /box-news ---------------------*/
/*---------------------- video-part ---------------------*/
.content-main .box-news .video-part .video-owl {
    border-radius: 10px;
    overflow: hidden;
}

.content-main .box-news .video-part .multimedia {
    display: none;
}

.content-main .box-news .video-part .multimedia-box .row {
    margin: 0;
}

.content-main .box-news .video-part .multimedia-box .container {
    width: 100%;
    padding: 0;
}

.content-main .box-news .video-part .multimedia-box .col-lg-8 {
    display: none;
}

.content-main .box-news .video-part .multimedia-box .col-lg-4 {
    width: 100%;
    padding: 0;
}

.content-main .box-news .video-part .multimedia-box .col-lg-6.col-md-6.col-sm-6.col-xs-6 {
    width: 100%;
    padding: 0;
}

.content-main .box-news .video-part .multimedia-box .multimedia-small>a {
    height: 100%;
    display: flex;
    position: relative;
}

.content-main .box-news .video-part .multimedia-box .multimedia-small>a .multimedia-small-image,
.content-main .box-news .video-part .multimedia-box .multimedia-small>a .multimedia-small-image img {
    height: 100%;
	object-fit: cover
}

.content-main .box-news .video-part .multimedia-box .nasim .box-title {
    font-size: 16px;
    text-align: justify;
    color: #fff;
    line-height: 26px;
    font-weight: 700;
    word-spacing: -2.5px;
}

.content-main .box-news .video-part .multimedia-box .multimedia-small .multimedia-small-date {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    color: #fff;
}

.content-main .box-news .video-part .multimedia-box .multimedia-small>a .multimedia-small-image .multimedia-small-detail {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(128, 128, 128, 0.7);
    border-radius: 15px;
    opacity: .8;
    z-index: 2;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-main .box-news .video-part .multimedia-box .multimedia-small>a .multimedia-small-image .multimedia-small-detail .multimedia-small-icon {
    color: #fff;
    font-size: 20px;
}

/*---------------------- /video-part ---------------------*/
/*---------------------- half-part ---------------------*/
.content-main .box-news .half-part {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content-main .box-news .half-part .news-img {
    height: 210px;
}

.content-main .box-news .box-social {
    border-radius: 10px;
    background: #e9edf3;
    box-shadow: -7.071px -7.071px 20px 0 rgba(255, 255, 255, 1), 8.192px 5.736px 20px 0 rgba(133, 168, 204, .5);
    padding: 16px 20px;
    transition: all cubic-bezier(.17, .84, .44, 1) .3s;
    height: auto;
    justify-content: space-between;
    align-items: center;
}

.content-main .box-news .box-social h3 {
    color: #31456a;
    font-size: 1.125em;
}

.content-main .box-news .box-social ul li {
    float: left;
    margin-right: 8px;
}

.content-main .box-news .box-social ul li a {
    background-color: #fff;
    box-shadow: inset -6.553px -4.589px 10px 0 rgba(255, 255, 255, .66), inset -1.638px -1.147px 0 0 rgba(255, 255, 255, .18), inset 4.243px 4.243px 14px 0 rgba(49, 69, 106, .18);
    display: inline-flex;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    transition: all cubic-bezier(.17, .84, .44, 1) .3s;
    color: #37afe2;
}

.content-main .box-news .box-social ul li a img {
    width: 30px;
}

/*---------------------- /half-part ---------------------*/

/*---------------------- notifi-box ---------------------*/
.content-main .notifi-box .news-img {
    display: none;
}

.content-main .notifi-box .news-item {
    padding: 0;
    display: flex;
    align-items: center;
	justify-content: space-between;
}

.content-main .notifi-box .linear-news {
    height: 100%;
    width: 100%;
    float: right;
    border-radius: 10px;
    background: #e9edf3;
    box-shadow: -7.071px -7.071px 20px 0 rgba(255, 255, 255, 1), 8.192px 5.736px 20px 0 rgba(133, 168, 204, .5);
    padding: 15px;
    transition: all cubic-bezier(.17, .84, .44, 1) .3s;

}

.content-main .notifi-box .linear-news .slides .slide-groups {
    border-radius: 10px;
    background: #e9edf3;
    box-shadow: -7.071px -7.071px 20px 0 rgba(255, 255, 255, 1), 8.192px 5.736px 20px 0 rgba(133, 168, 204, .5);
    padding: 10px 20px;
    transition: all cubic-bezier(.17, .84, .44, 1) .3s;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    min-height: 50px;
    padding-right: 35px;
    position: relative;
}

.content-main .notifi-box .linear-news .slides .slide-groups::before {
    content: "\e901";
    color: #f32d06;
    font-family: "tbzmed-icons";
    right: 15px;
    position: absolute;
    font-size: 16px;
}
.content-main .notifi-box .linear-news .slides .slide-groups .News_STitr {
	display:none !important;
} 
.content-main .notifi-box .linear-news .slides .slide-groups .News_Titr {
    line-height: 26px;
    text-align: right;
    overflow: hidden;
    font-size: 16px;
    color: #31456a;
}

.content-main .notifi-box .linear-news .news-details {
    margin-right: 10px;
}

.content-main .notifi-box .linear-news .news-details .news-date {
    line-height: 26px;
    text-align: right;
    overflow: hidden;
    font-size: 16px;
    color: #31456a;
}

.content-main .notifi-box .linear-news .news-details .news-date i {
    display: none;
}

/*---------------------- /notifi-box ---------------------*/

/*---------------------- counters ---------------------*/
.content-main .container .educational-statistics .bttn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
}

.content-main .container .educational-statistics .data {
    border-radius: 10px;
    background: #e9edf3;
    box-shadow: -7.071px -7.071px 20px 0 rgba(255, 255, 255, 1), 8.192px 5.736px 20px 0 rgba(133, 168, 204, .5);
    padding: 15px 30px;
    transition: all cubic-bezier(.17, .84, .44, 1) .3s;
    display: flex;
    align-items: center;
    padding: 15px 5px;
}

.content-main .container .educational-statistics .data i {
    color: #31456a;
    font-size: 3em;
    background-color: #e9edf3;
    box-shadow: inset -6.553px -4.589px 10px 0 rgba(255, 255, 255, .66), inset -1.638px -1.147px 0 0 rgba(255, 255, 255, .18), inset 4.243px 4.243px 14px 0 rgba(49, 69, 106, .18);
    display: inline-flex;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
}

.content-main .container .educational-statistics .data .number-text h3 {
    color: #31456a;
    font-size: 16px;
    font-weight: 700;
}

.content-main .container .educational-statistics .bttn span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #f32d06;
}

.content-main .container .educational-statistics .bttn.in .corners {
    position: absolute;
    width: 100%;
    transition-duration: .3s;
}

.content-main .container .educational-statistics .bttn.in .corners.top {
    top: 0;
}

.content-main .container .educational-statistics .bttn.in .corners.bottom {
    bottom: 0;
}

.content-main .container .educational-statistics .bttn.in .corners.top::before {
    top: 0;
    border-width: 2px 0 0 2px;
}

.educational-statistics .bttn.in .corners::before {
    left: 0;
}

.content-main .container .educational-statistics .bttn.in .corners.top::after {
    border-width: 2px 2px 0 0;
}

.content-main .container .educational-statistics .bttn.in .corners::after {
    right: 0;
}

.content-main .container .educational-statistics .bttn.in .corners.bottom::before {
    bottom: 0;
    border-width: 0 0 2px 2px;
}

.content-main .container .educational-statistics .bttn.in .corners::before {
    left: 0;
}

.content-main .container .educational-statistics .bttn.in .corners.bottom::after {
    bottom: 0;
    border-width: 0 2px 2px 0;
}

.content-main .container .educational-statistics .bttn.in .corners::after {
    right: 0;
}

.content-main .container .educational-statistics .bttn.in .corners::after,
.content-main .container .educational-statistics .bttn.in .corners::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-color: #f32d06;
    border-style: solid;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

/*---------------------- /counters ---------------------*/
/*---------------------- services ---------------------*/
.content-main .services {
    margin: 30px 0;
}

.content-main .services .all-services {
    display: flex;
    justify-content: space-between;
}

.content-main .services .all-services .services-item {
    border-radius: 10px;
    background: #e9edf3;
    box-shadow: -7.071px -7.071px 20px 0 rgba(255, 255, 255, 1), 8.192px 5.736px 20px 0 rgba(133, 168, 204, .5);
    padding: 20px;
    transition: all cubic-bezier(.17, .84, .44, 1) .3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 215px;
    height: 170px;
}

.content-main .services .all-services .services-item i {
    border-radius: 100px;
    background: #e9edf3;
    box-shadow: -7.071px -7.071px 20px 0 rgba(255, 255, 255, 1), 8.192px 5.736px 20px 0 rgba(133, 168, 204, .5);
    padding: 20px;
    transition: all cubic-bezier(.17, .84, .44, 1) .3s;
    font-size: 3em;
    color: #31456a;
    margin: 0 0 10px 0;
    display: flex;
}

.content-main .services .all-services .services-item .services-title a {
    color: #31456a;
    ;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    display: block;
    line-height: 28px;
}
.gallery .image-box-area .image-box .image-box-item i.icon ,
.gallery .infographic-box i
 {
	background: #036 ;
}
.gallery .heading-section.heading-section-one .heading-area {
	margin-top : 0 !important;
}
.gallery {
	padding: 30px 0;
	background-image: url("../images/site/gallery-back-img.png") !important;
}
/*---------------------- /services ---------------------*/
/*---------------------- /Content-Main ---------------------*/
/*---------------------- Footer-Main ---------------------*/
.footer-main {
    background: rgba(14, 44, 104, 1);
    background: url("../images/site/footer-bg.png") no-repeat center top, -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(14, 44, 104, 1)), to(rgba(17, 52, 122, 1)));
    background-size: cover;
}

.footer-main p {
    color: #fff;
}

.footer-main .footer-content {
    padding: 60px 0 40px 0;
}

.footer-main .widget {
    margin-bottom: 30px;
    position: relative;
}

.footer-main .widget .widget-title,
.footer-main .widget h4 {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    color: #fff;
    position: relative;
    padding-right: 40px;
    line-height: 24px;
    margin-bottom: 20px;
}

.footer-main .widget .widget-title::before,
.footer-main .widget h4::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 2px;
    background: #fff;
}

.footer-main .pr-address-phone p {
    color: #fff;
    padding-right: 15px;
	margin-bottom: 15px;
}

.footer-main .list li {
    line-height: 32px;
    position: relative;
}

.footer-main .list li a {
    text-align: justify;
    display: block;
    padding-right: 25px;
    color: #fff !important;

}

.footer-main .list li::before {
    content: "\e901";
    font-family: "tbzmed-icons";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: #fff;
}

.footer-main .copyright-content {
    min-height: 60px;
    font-size: 12px;
    padding: 15px 0;
    background-color: #0e2c68;
    display: flex;
    align-items: center;
}

.footer-main .footer-social {
    justify-content: flex-start;
    flex-direction: row-reverse;
}

.footer-main .footer-social a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;

}

.footer-main .footer-social i {
    font-size: 18px;
    color: #039be5;
    margin-right: 10px;
}

/*---------------------- /Footer-Main ---------------------*/

.video-part .SwiperMultimedia {
  position: relative;
  height: 330px !important;
}
.survey {
	border-radius: 10px !important;
	background: #e9edf3 !important;
	box-shadow: -7.071px -7.071px 20px 0 rgba(255, 255, 255, 1), 8.192px 5.736px 20px 0 rgba(133, 168, 204, .5) !important;
	margin: 25px 0;
}
.survey .security-sec {
	width: auto !important;
	float: right !important; 
}
.survey .module-header {
	text-align: right !important; 
}
.survey .login-button {
	background:#183762 !important;
}
.citys-news {
	margin-top: 50px;
}
.citys-news .news-img{
	display: block !important;
}
.citys-news .news-img img {
	border-radius: 7px;
}
.citys-news .news-info {
	float: right;
	width: 100%;
	padding-right: 25px;
}
.citys-news .item-row {
	display: flex;
	align-items: center;
}
.gallery .h-100 {
	height: 100%;
}
.image-box {
	height: 100%;
}
.gallery .image-box-area .image-box .image-box-item {
	height:100% !important;
}

/*----------------------style-377 ---------------------*/
.style377 .item-row{
	display: flex
;
margin-top:20px;
align-items:center;
}
.style377 .news-info{
	margin-right:20px;
}
.style377 .news-img a{
width:200px;
}
.style377 .News_Titr{
font-size:21px;
margin-bottom:23px;
color: #0c61ac;
}
.style377 .News_STitr{
color: #0c61ac;
}
.style377 .slides .slide-groups{
	box-shadow: 0 0 5px 0 #8d99ae;
    border-radius: 18px;
	margin:40px 0;
}

.style377 .news-details .news-date{
	margin-bottom:10px;
}
.camera-377{
	margin-top:40px;
}
.style-377 .gallery .items-container{
	justify-content:center;
}
.style-377 .gallery .items-container .col-lg-3:nth-child(2) {
    display: none ;
}
/*----------------------&style-377 ---------------------*/