/*
  proj manager: Amin Heidarzadeh
  Author Css: saba mordadi
    
    ---------------- Info ----------------
    
    Date Created:   1402/11/24
    Email:          heydarzadeh@itshams.ir
    Email:          mordadi@itshams.ir


*/

/*---------------------- Public Style ---------------------*/
:root {
  --text-color: #31456a;
  --orange: #fc5508d9;
  --color-primary: #00aabc;
  --color-blue: #051A34;
  --green: #32ad30;
  --yellow: #ffb228;
  --red: #fa0000;
  --blue: #0e2c68;
  --pink: #ed0691;
  --white: #ffff;
  --back-color: #273848;
  --color-white: #d6d6d6;
  --text: #333333;
  --gray: #9babc5;
  --gray-color: #cccccc;
  --lighttext: #797979;
  --gray: #2C363933;
  --font-16: 16px;
}

@keyframes scrolldown {
  0% {
    transform: translateY(20%) rotate(180deg);
    opacity: 0.7;
  }

  50% {
    transform: translateY(0%) rotate(180deg);
    opacity: 0.5;
  }

  100% {
    transform: translateY(20%) rotate(180deg);
    opacity: 0.7;
  }
}

body {
  background-color: var(--white);
  margin: 0;
  padding: 0;
  position: relative;
}


a {
  color: #000;

}

* {

  font-family: IRANSans;
  outline: medium none !important;
  text-decoration: none !important;
  list-style: none !important;
}

svg {
  width: 100%;
}

.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;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  border: none;
}

.show-overlay {
  display: flex !important;
}

a:hover {
  color: #2388d8;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
  overflow: hidden;
}

.overlay.show {
  opacity: 1;
  visibility: visible;
  transition: 0.3s all;
  z-index: 9;
}





.smartmenu-div {
  width: 100% !important;
  padding: 0 !important;
}

.yamm-fw {
  display: none !important;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background-color: transparent;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: transparent;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background-color: transparent;
}

/*---------------------- /Public Style ---------------------*/
/*---------------------- header-main ---------------------*/


.header-main {
     position: relative;
  z-index: 999;
  width: 100%;
  background-color: rgba(127,157,187,1);
  padding-bottom: 15px;
}

.header-main .logo-site {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 15px;
}

.header-main .logo-site a {
  display: flex;
  justify-content: center;
}

.header-main .logo-site img {
  width: 85%;

}

.header-main .logo-site .date span {
  font-size: 12px;
  font-weight: 700;
  color: var(--white);
}

.header-main .header-menu {
  position: relative;
  padding-top: 12px;
}

.header-main .header-menu::before {
  content: "";
  background-image: url("../images/header/parcham-arm-1403-min1.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 34px;
  width: 158px;
  height: 150px;
}

.header-main .header-menu .header-top-menu {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: row-reverse;
}

.header-main .header-menu .header-top {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.header-main .collapse-menu{
	flex: 1 0 auto;
}
.header-main .collapse-menu .navbar-collapse {
  display: block !important;
  position: fixed;
  right: -30%;
  top: 0;
  height: 100% !important;
  width: 20%;
  padding: 0;
  background-color: var(--white);
  z-index: 999;
  transition: .5s all;
}

.header-main .collapse-menu .navbar-collapse.in {
  right: 0;
}

.header-main .collapse-menu .navbar-toggle {
  margin: 0;
  position: relative;
  padding: 8px 0;
  border-color: transparent;
  display: flex;
  gap: 8px;
  font-weight: 500;
  transition: 0.5s;
  margin-left: 24px;

}

.header-main .collapse-menu .navbar-collapse .res-img {
display: flex;
  justify-content: center;
  padding: 10px 0;
}

.header-main .collapse-menu .navbar-collapse .res-img img {
  width: 85px;
  height: 115px;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;

}

.header-main .collapse-menu .navbar-toggle .icon-bar {
  background-color: var(--white);
}


.header-main .collapse-menu .navbar-header {
  float: right;
  display: flex;
  align-items: center;
}

.header-main .collapse-menu .navbar-default {
  background-color: transparent;
  border-color: transparent;
}


.header-main .collapse-menu .navbar-header span {
  color: var(--white);
  transition: 0.5s;
}


.header-main .collapse-menu .navbar-nav {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow-y: scroll;
}

.header-main .collapse-menu .title-menu {
  display: flex;
  align-items: center;
  justify-content: end;
}

.header-main .collapse-menu .title-menu span {
  top: 7px;
  position: absolute;
  color: var(--back-color);
  font-size: 32px;
  font-weight: bold;
  cursor: pointer;
  padding-left: 16px;
}

.header-main .collapse-menu .navbar-nav>li {
  float: right;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.header-main .collapse-menu .navbar-nav>li.in {
  background-color: var(--color-ochr);
}

.header-main .collapse-menu .navbar-nav>li.in>a .caret {
  transform: rotate(180deg);
}

.header-main .collapse-menu .navbar-nav>li.open {
  border: none;
}

.header-main .collapse-menu .navbar-nav>li>a {
  font-size: 16px;
  font-weight: 500;
  color: var(--back-color);
  border-bottom: 1px solid rgb(166, 166, 166, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  direction: rtl;
}

.header-main .collapse-menu .navbar-nav>li>a .icon0 {
  display: none;
}


.header-main .collapse-menu .dropdown-menu {
  background-color: var(--blue);
  width: 100%;
  float: right;
  text-align: right;
  position: static;
  padding: 0;
  height: 0;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  transition: .5s all;
  margin: 0;
  box-shadow: none;
}

.header-main .collapse-menu .dropdown-submenu .dropdown-menu li {
  background-color: var(--white);
}

.header-main .collapse-menu .dropdown-menu.show {
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
}

.header-main .collapse-menu .dropdown-menu>li {
  background-color: var(--white);
  border-bottom: 1px solid #fff;
}

.header-main .collapse-menu .dropdown-menu>li a {
  color: var(--back-color);
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgb(166, 166, 166, 0.5);
  direction: rtl;
}
.header-main .collapse-menu .dropdown-menu:last-child{
	border-bottom:none !important;
} 
.header-main .root-menu .navbar-nav>li {
  float: right;
}

.header-main .root-menu .navbar-nav>li>a {
  color: var(--color-dark-blue);
  display: flex;
  align-items: center;
  padding: 10px;
  font-weight: 500;
  border-radius: 7px;
}

.header-main .root-menu .navbar-nav .caret {
  margin-right: 10px;
}

.header-main .root-menu .navbar-nav>li:last-child a {
  background-color: var(--color-dark-blue);
  color: #fff;
}

.header-main .root-menu .dropdown-menu {
  left: auto;
  right: 0;
}

.header-main .header-nav .header-logo>img {
  margin-right: 20px;
  margin-top: -15px;
  width: 45px;
}

.header-main .header-nav .site-search i {
  color: var(--color-dark-blue);

}

/* ---------------------------/navbar-box-------------------- */


.header-main .ovarlay-search {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  transition: .3s all;
  overflow: hidden;
}

.header-main .ovarlay-search.active {
  transition: .3s all;
  opacity: 1;
  z-index: 9999;
  visibility: visible;
  display: flex;
  align-items: center;
  z-index: 99;
}

.header-main .header-boxes {
  display: flex;
  align-items: center;
}

.header-main .header-boxes .header-box a{
  padding: 13px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
  border-radius: 20px;
  margin-left: 20px;
  height: 100px;
  transition: 0.5s;
  width: 125px;
  justify-content: space-between;
}

.header-main .header-boxes .header-box a:hover {
  background: rgba(255, 255, 255, 0.75);
  box-shadow: 0px 0px 0px 0px #fff;

}

.header-main .header-boxes .header-box:hover .title-box {
  color: var(--color-blue);
}


.header-main .header-boxes .header-box .title-box {
  font-size: 14px;
  color: var(--white);
  text-align: center;
  transition: 0.5s;
}

.header-main .header-boxes .header-box .img-box img {
  width: 100%;
}

.header-main .header-boxes .header-box .img-box.border-img img {
  border-radius: 20px 20px 0px 0px;
}

/*---------------------- /header-main ---------------------*/





/*---------------------- content-main ---------------------*/
/*---------------------- slideshow-main ---------------------*/

.content-main .slideshow-main {
  position: relative;
height:100vh;
margin-bottom: 25px;

}
.content-main .slideshow-main  .swiper-container{
	border-radius:0 !important;
}
.content-main .slideshow-main .SwiperMultimedia .swiper-slide {
  position: relative;
}

.content-main .slideshow-main .SwiperMultimedia .swiper-slide::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 50%, rgb(17 65 113 / 50%) 80%);
  z-index: 1;
}

.content-main .slideshow-main .swiper-container .swiper-button-next {
  width: 50px !important;
  height: 50px !important;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  border-radius: 50px;
  font-size: 12px;
  background-image: none !important;
  opacity:1;
  position:absolute;
}
.content-main .tab-content{

  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin: 5px;
  direction: rtl;
  border: solid 1px #ccc;
  box-shadow: 1px 1px 5px #d0d0d0;
  background-color: #fff;
  width: 100%;
  display: inline-block;
}
.content-main .tab-content .paneltable{
	width: 92%;
}
.content-main .tab-content .Menu_ItemV.has-submenu{
	padding-right:8px;
}
.content-main .slideshow-main  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active a {
	background-color: var(--blue);
	color:var(--white);
}
.content-main .slideshow-main .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
	  background-color: none;
}
.content-main .slideshow-main .swiper-container  .swiper-button-prev{
 width: 50px !important;
  height: 50px !important;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  border-radius: 50px;
  font-size: 12px;
  background-image: none !important;
  opacity:1;
  position:absolute;	
}

.swiper-button-next::after {
  font-size: 22px;
  font-weight: 800;
}

.swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  border-radius: 50px;
  background-image: none !important;
  font-size: 12px;
}

.swiper-button-prev::after {
  font-size: 22px;
  font-weight: 800;
}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 20px !important;
}
/*---------------------- /slideshow-main ---------------------*/

/*---------------------- news-section ---------------------*/
.content-main .news-section .slider-sec .info-down{
	width:47% !important;
}
.content-main .news-section .slider-sec .down-arch {
	width:100%;
}
.content-main .news-section .slider-sec  .info-down .news-info .News_Titr {
	font-size:14px !important;
}
.content-main .news-section .image-flex {
  width: 23%;
  display: flex;
  justify-content: center;
}

.content-main .news-section .flexslider {
  box-shadow: 3px 3px 10px 8px rgba(133, 168, 204, 0.5);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  border: 8px solid #e9edf3;
  margin-bottom: 30px;
}

.content-main .news-section .flexslider .image-title {
  display: flex;
  justify-content: center;
}

.content-main .news-section .news-right .flexslider .news-item {
  padding: 8px 10px;
}

.content-main .news-section .news-right .flexslider .news-item .item-row {
  display: flex;
  align-items: center;
}
.content-main .news-section .news-right .flexslider .news-item .item-row .news-image {
	flex: 1 0 auto;
}
.content-main .news-section .news-right .flexslider .news-item .item-row .news-img {
  height: 36px;
  width: 82px;
}

.content-main .news-section .news-right .flexslider .news-item .item-row .news-img img {
  height: 100%;
  border-radius: 5px;
  float: right;
  margin: 8px 3px 3px 3px;
  border: 0;
  width: 100%;
}

.content-main .news-section .news-right .flexslider .news-item .item-row .news-info .News_Titr {
  color: var(--text-color);
  font-size: 12px;
  font-weight: 800;
  margin-right: 10px;
  line-height: 25px;
  width: 100%;
}

.content-main .news-section .news-right .flexslider .news-item .news-details {
  display: flex;
  margin-top: 12px;
}

.content-main .news-section .news-right .flexslider .news-item .news-details span {
  color: black;
  font-size: 12px;
  font-weight: 600;
  margin-right: 16px;
}

.content-main .news-section .slider-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-main .news-section .slider-sec > div:not([class]) {
	display: none;
}
.content-main .news-section .slider-sec>.flexslider:first-child {
  width: 100%;
  margin-bottom: 20px;
}


.content-main .news-section .slider-sec .new-class .News_Titr {
  font-size: 20px !important;
}

.content-main .news-section .slider-sec>.flexslider:nth-child(2),
.content-main .news-section .slider-sec>.flexslider:last-child {
  width: 49%;
  height: auto;
}

.content-main .news-section .slider-sec.news-left>.flexslider {
  width: 100%;
}

.content-main .news-section .slider-sec .item-row {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-main .news-section .slider-sec .item-row .news-img {

  position: relative;
}

.content-main .news-section .slider-sec .item-row .news-img::before {
  position: absolute;
  content: "";
  background-color: var(--orange);
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s ease 0s;
}

.content-main .news-section .slider-sec .item-row:hover .news-img::before {
  width: 100%;
  transition: all 0.4s ease 0s;
}

.content-main .news-section .slider-sec .item-row .news-img {
  margin-bottom: 20px;
}

.content-main .news-section .slider-sec .item-row .news-img {
  position: relative;
  width: 100%;
}
.content-main .news-section .slider-sec .item-row .news-image {
	position: relative;
}
.content-main .news-section .slider-sec .item-row .news-image::before {
  content: "";
  position: absolute;
  content: "";
  background: #ffffff;
  width: 62px;
  height: 21px;
  right: -10px;
  bottom: 0;
  transform: skew(-45deg);
  transition: all 0.4s ease 0s;
  z-index: 99;
}

.content-main .news-section .slider-sec .item-row .news-image::after {
  content: "";
  position: absolute;
  content: "";
  background: #ffffff;
  width: 62px;
  height: 21px;
  left: -10px;
 bottom: 0;
  transform: skew(45deg);
  transition: all 0.4s ease 0s;
  z-index: 99;
}

.content-main .news-section .slider-sec .flexslider .news-item .news-info h3 {
  display: flex;
  justify-content: center;
}

.content-main .news-section .slider-sec .flexslider .news-item .news-info .News_Titr {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-weight: 700;
  color: var(--text-color);
  text-align: center;
  line-height: 1.5;
  width: 100%;
}

.content-main .news-section .slider-sec .flexslider .news-item .news-details {
  display: flex;
  justify-content: center;
}

.content-main .news-section .slider-sec .flexslider .news-item .news-details span {
  position: relative;
  color: var(--lighttext);
  margin-bottom:10px;
}

.content-main .news-section .news-left.slider-sec .flexslider .news-item .news-info .News_Titr {
  font-size: 12px;
  text-transform: capitalize;
  margin-bottom: 5px;
  font-weight: 600;
  color: var(--text-color);
  text-align: center;
  line-height: 1.5;

}

.content-main .news-section .news-left .flexslider {
  box-shadow: 3px 3px 10px 8px rgba(133, 168, 204, 0.5);
  border-radius: 20px;
  padding: 5px 5px 13px 5px;
  display: flex;
  flex-direction: column;
  border: 8px solid #e9edf3;
  margin-bottom: 30px;
  overflow: hidden;
}

.content-main .news-section .news-left .btn-items .news-tools {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
 
}


.content-main .news-section .news-left .btn-items {
  display: flex;
  width: 100%;
  justify-content: center;
}

.content-main .news-section .news-left .btn-items .news-tools span:first-child {
  margin-bottom: 30px;
}

.content-main .news-section .news-left .btn-items .news-tools span a {
  color: var(--white);
  padding: 10px 78px;
  font-weight: 700;
  border-radius: 25px;
}

.content-main .news-section .news-left .btn-items .news-tools .btn-1 {
  background-color: var(--green);
  transition: 0.5s;
}

.content-main .news-section .news-left .btn-items .news-tools .btn-1:hover {
  background-color: var(--yellow);
}

.content-main .news-section .news-left .btn-items .news-tools .btn-2 {
  background-color: var(--pink);
  transition: 0.5s;
}

.content-main .news-section .news-left .btn-items .news-tools .btn-2:hover {
  background-color: var(--blue);
}

/*---------------------- /news-section ---------------------*/

/*---------------------- gallery ---------------------*/
.content-main .gallery {
  background-image: url("../images/slider/section_3-1.png");
  background-repeat: repeat;
  background-size: contain;
  padding-bottom:30px;
}
.content-main .gallery .swiper-pagination-clickable .swiper-pagination-bullet {
  margin: 0 2px;
}
.content-main .gallery  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--blue);
}
.content-main .gallery .video-box .video-item::after {
  display: none;
}


                        
.content-main .gallery .video-box .swiper-slide {
  border-radius: 12px;
}

.content-main .gallery.lozad .image-box-area .image-box .image-box-item::after {
  display: none !important;
}

.content-main .gallery #swiper-wrapper-0ba2ad641671012b8 {
  display: flex;
  flex-direction: column-reverse;
}
.content-main .gallery .heading-section.heading-section-one .heading-area .title h2::after{
	display:none;
}
.content-main .gallery .sppb-media-content {
  background-color: var(--yellow);
  width: 100%;
  border-radius: 0 0 0 12px;
  padding: 5px;
  margin-top: -132px;
  z-index: 999;
}

.content-main .gallery .infographic-box .portfolio-image a img {
  width: 100%;
  height: 100%;
}

.content-main .gallery .sppb-media-content h4 {
  text-align: center;
}

.content-main .gallery .sppb-media-content h4 a {
  color: var(--white);
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.content-main .gallery .sppb-media-content tbody td {
  font-size: 15px;
  color: var(--text);
  text-align: center;
  
}

.content-main .gallery .sppb-media-content tbody tr td strong {
  font-weight: 700;
  color: var(--blue);
}

.gallery  .post-date{
	display:none !important;
}
.gallery .video-box .video-item > i{
		display:none !important;
}
.content-main .gallery .image-box-area .image-box .image-box-item h3 {
  background: rgba(14, 44, 104 , .6);
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 10px;
  border-radius: 20px;
  width: 95%;
}
.content-main  .gallery .image-box-area .image-box .image-box-item {
 
  border-radius: 24px;
}
.content-main .gallery .swiper-button-prev {
  position: absolute;
  top: 50%;
}

.content-main .gallery .swiper-button-next {
  position: absolute;
  left: 0;
  top: 50%;
}

.content-main .gallery .swiper-slide {
  width: 100% !important;
}

.content-main .gallery .infographic-box {
  border-radius: 2px;
}

/*---------------------- /gallery ---------------------*/

/*---------------------- lists-sec ---------------------*/
.content-main .lists-sec {
  margin-bottom: 30px;
}

.content-main .lists-sec .list-slider {
  margin-top: 20px;
}

.content-main .lists-sec .list-slider .slide-groups a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.content-main .lists-sec .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-main .lists-sec .list-slider .slide-groups{
	padding:10px ;
}
.content-main .lists-sec .list-slider .slide-groups:hover{
  background-color: rgba(128, 128, 128, 0.3);
  text-align: center;
  border-radius: 10px;
  transition: 0.5s;
}
.content-main .lists-sec .list-slider .slide-groups a {
	transition:0.5s;
}
.content-main .lists-sec .list-slider .slide-groups  a:hover{
color: var(--blue);
}
.content-main .lists-sec .list-slider .slide-groups img {
  width: 100px;
  margin-bottom:10px;
}

.content-main .lists-sec .list-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50px;
}

.content-main .lists-sec .list-slider .owl-nav i {
  color: var(--red) !important;
}

.content-main .lists-sec .list-slider .owl-nav .owl-next {
  position: absolute;
  top: 50px;
  left: 0;
}



.content-main .lists-sec .list-slider.nav-tabs{
	display: flex;
  align-items: center;
  justify-content:space-between;
  border-bottom: none;
}
.content-main .lists-sec .tab-content .panell{
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.25);
 background-color: var(--white);
 padding: 10px;
}
.content-main .lists-sec  .tab-content{
	margin-top:10px;
}
.content-main .lists-sec .tab-content .panell .links-items  li a{
  font-size: 14px;
  transition: 0.5s;

}
.content-main .lists-sec .tab-content .panell .links-items  li a:hover{
  color: var(--blue);
  font-weight: 700;
}
.content-main .lists-sec .tab-content .panell .links-items  li {
  margin-bottom: 15px;
}
.panel-collapse {
  height: 0; 
  overflow: hidden; 
  opacity: 0;
  transition: height 0.6s ease, opacity 0.7s ease;
  border-radius: 5px; 
  border: 1px solid #ccc; 
  margin-bottom: 5px; 
}

.panel-collapse.in {
  height: auto; 
  opacity: 1; 
}




/*---------------------- /lists-sec ---------------------*/

/*---------------------- /content-main ---------------------*/





/*---------------------- footer-main ---------------------*/
/*---------------------- footer-section ---------------------*/
.footer-main {
  display: block;
  background-image: url("../images/footer/section_1.png");
  background-repeat: repeat;
  background-size: auto;

}
.footer-main .footer-image{
	display:inline-block;
}
.footer-main .footer-image a{
	display:flex;
}
.footer-main .footer-section {
  padding: 50px 0;
}

.footer-main .footer-section .info-footer .title-footer {
  position: relative;
  margin-bottom: 20px;
  direction: rtl;
}

.footer-main .footer-section .info-footer .title-footer::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--gray-color);
  position: absolute;
  right: 0;
  bottom: -9px;
}

.footer-main .footer-section .info-footer .title-footer span {
  font-weight: 700;
  font-size: 15px;
}

.footer-main .footer-section .info-footer .info-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  direction: rtl;
}

.footer-main .footer-section .info-footer .info-text .info {
  color: var(--blue);
  font-weight: 700;

}

.footer-main .footer-section .info-footer .info-text p {
  width: 80%;
}

.footer-main .footer-section .info-footer .info-text .text {
  color: var(--blue);
  font-size: 14px;
  text-align: justify;
}

.footer-main .footer-section .info-footer .info-text i {
  color: var(--blue);
}

.footer-main .footer-section .footer-box {
  display: flex;
  justify-content: center;
}

.footer-main .footer-section .footer-box .social-box {
  background-color: var(--blue);
  box-shadow: 3px 3px 10px 8px rgba(133, 168, 204, 0.5);
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding: 10px;
}

.footer-main .footer-section .footer-box .social-box .social-text span {
  display: flex;
  justify-content: center;
  color: var(--white);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 50px;
}

.footer-main .footer-section .footer-box .social-box .social-text svg {
  display: flex;
  position: absolute;
  top: -15px;
  right: 38px;
  width: 73%;
}

.footer-main .footer-section .footer-box .social-box ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-main .footer-section .footer-box .social-box ul li {
  margin-left: 15px;
}

.footer-main .footer-section .footer-box .social-box ul li a img {
  width: 34px;
}

.footer-main .footer-section .info-title {
  display: flex;
  position: relative;
  margin-bottom: 12px;
    flex-direction: row-reverse;
  
}
.footer-main .footer-section .footer-image {
	position:relative;
}

.footer-main .footer-section .info-title span {
  margin: 0 0 7px 0;
  color: #060101;
  font-size: 16px;
  font-weight: 700;
}

.footer-main .footer-section .info-title::before {
  content: "";
  width: 30%;
  height: 3px;
  background-color: var(--blue);
  position: absolute;
  right: 0;
  bottom: -1px;
}

.footer-main .footer-section .sub-footer li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.footer-main .footer-section .sub-footer li i {
  font-size: 18px;
  line-height: 25px;
  color: var(--red);
  margin-left: 10px;
}

.footer-main .footer-section .sub-footer li a {
  color: #0a0a0a;
  font-size: 16px;
  line-height: 22px;
  transition: 0.5s;
  position: relative;
}

.footer-main .footer-section .sub-footer li a:hover {
  color: var(--blue);
  font-weight: 600;
}

.footer-main .footer-section .sub-footer.before-map {
  position: relative;
}

.footer-main .footer-section .sub-footer.before-map::before {
  content: "";
  background-image: url(../images/footer/tab.png);
  opacity: .5;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 120px;
  bottom: -81px;
  width: 201px;
  height: 200px;
}

.footer-main .footer-section .info-title.before-title {
  margin-bottom: 64px;
}

/*---------------------- /footer-section ---------------------*/

/*---------------------- footer-section ---------------------*/
.footer-main .footer-bottom {
  display: flex;
  background-color: var(--back-color);
  padding: 10px;
}

.footer-main .footer-bottom .sub-links {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.footer-main .footer-bottom .sub-links .copyright a {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;

}

.footer-main .footer-bottom .sub-links p {
  color: var(--color-white);
  font-size: 12px;
  font-weight: 400;
  margin: 5px 0;
}

.footer-main .footer-bottom .sub-links .date-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-main .footer-bottom .sub-links .date-box span {
  font-size: 14px;
  font-weight: 900;
  color: var(--color-white);
}
.topbar {
	display:none;
}
/*---------------------- /footer-section ---------------------*/
/*---------------------- /footer-main ---------------------*/