/*
  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 {
  --white: #ffff;
  --btn-bg: #f8fafc;
  --hover-bg: #d3d4d5;
  --black-gray: #2a2a2a;
  --gray: #8d8d8d;
  --yellow: #ffc107;
  --border-color: #c8c8c8;
  --light-blue: #32cbcb;
  --body-color: #e0e0e6;
  --w-color: #f4f4f6;
  --pale-blue: #e3eef4;
  --pale-blue1: #e0e0e6;
  --shbluelight: #004ADF;
  --shbluemain:#012B81;
  --bluelight:#1E88E5;
}


body {
  background-color: var(--body-color);
  margin: 0;
  padding: 0;
  direction: rtl;
  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;
}

.container {
  width: 100%;
  padding: 0 6%;
}


/*---------------------- /Public Style ---------------------*/




/*---------------------- Header ---------------------*/

.header-main {
    background-image: linear-gradient(to top, #1d71b8 16%, #0f395c);
    padding-top: 20px;
	position:relative;
	
	
}

.header-main::before{
	content: "";
	position:absolute;
	top:0;
	background-image:url("../images/site/rahbar.png");
	background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 79%;
  right: -79%;
}
.header-main .time-template{
	margin: 0 15px;
	width: 150px;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	padding: 5px 0;
	background-color: #125995;
	color: #fff;
}
 .only-mobile {
    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;
}
.header-main .top-header .row {
    display: flex;
    align-items: center;
    position: relative;
}

.header-main .top-header .icons-box {
    width: 150px;
	position: relative;
	top: -30px;
}

.header-main .top-header .icons-box span {
    width: 100%;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    padding: 5px 0;
    background-color: #125995;
    color: #fff;
}

.header-main .top-header .icons-box ul {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

.header-main .top-header .icons-box ul li a {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #125995;
    border-radius: 3px;
}

.header-main .top-header .side-pos {
    position: absolute;
    left: 0;
    top:0;
	padding: 0;
}
.header-main .top-header .side-pic{
	position: absolute;
  left: 0;
bottom: -141px !important;
}
 
	
.header-main .top-header .side-pos img {
	width: 100%;
	float: left;
}
.header-main .top-header .site-logo {
    text-align: center;
	margin-bottom:46px;
	font-size: 12px;
}

.header-main .main-menu{
	position: relative;
	top: 0;
	bottom: 0;
}
.header-main .main-menu .main-nav{
	position: absolute;
	top: -35px;
}

.header-main .main-menu .main-nav .navbar-default {
    margin: 0;
    border: none;
    background-color: transparent;
    min-height: auto;
}

.header-main .main-menu .main-nav .navbar-brand {
    display: none;
}

.header-main .main-menu .main-nav .container-fluid {
    padding: 0;
}

.header-main .main-menu .main-nav .navbar-collapse {
    padding: 0;
}

.header-main .main-menu .main-nav .navbar-nav {
    float: right;
}

.header-main .main-menu .main-nav .navbar-nav>li {
    float: right;
}

.header-main .main-menu .main-nav .navbar-default .navbar-nav>li>a {
    color: #fff;
    padding-top: 0;
}
.header-main .main-menu .main-nav .dropdown-menu > li > a {
	text-align:right;
}
.header-main .main-menu .main-nav .dropdown > .dropdown-menu {
	left:auto;
	right:0;
	
}
.dropdown-menu .dropdown-submenu{
	position:relative;
}
 .dropdown-menu .dropdown-submenu > .dropdown-menu {
  right: 100%;
  top: 0;
  min-width: 300px;
}
.dropdown-menu .dropdown-submenu > a:hover+.dropdown-menu{
	display:block;
	right: 100%;
	left: auto;
	top:0;
	position: absolute;
	float: right;
	
	
}
.dropdown-menu .dropdown-submenu {
	min-width:300px;
}
.dropdown-menu .dropdown-submenu a .caret {
	position: absolute;
	left: 5px;
	top: 5px;
	transform: rotate(90deg);
}
.dropdown-menu .dropdown-submenu:hover >.dropdown-menu{
	display:block !important;
	
}
/*---------------------- /Header ---------------------*/
.news-ostandar .MP .module-header{
	background-color: transparent !important;
}
/*---------------------- Search-main ---------------------*/

.header-main .top-header .search-main {
    position: fixed;
    background: rgba(0, 0, 0, 0.69);
    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;
}

.header-main .top-header .search-main.view {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.header-main .top-header .search-main .close-search {
    position: absolute;
    left: 30px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    z-index: 99;
    right: 30px;
    top: 30px;
}

.header-main .top-header .search-main .close-search>.fa-times {
    position: relative;
    color: #fff;
    transition: all 0.3s;
    font-size: 30px;
}

.header-main .top-header .search-main .close-search:hover>.fa-times {
    color: #444;
}

.header-main .top-header .search-main .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;
}

.header-main .top-header .search-main .close-search:hover:before {
    opacity: 1;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.header-main .top-header .search-main .input-group {
    direction: ltr;
    width: 60%;
    display: flex;
    justify-content: center;
    border: 1px solid #fff;
    margin: 0 auto;
    border-radius: 35px;
}

.header-main .top-header .search-main .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;
}

.header-main .top-header .search-main .form-control {
    background-color: transparent;
    border: none;
    direction: rtl;
    font-size: 18px;
    box-shadow: none;
    padding-right: 20px;
    color: #fff;
    padding: 30px;
    width: 100%;
}

.header-main .top-header .search-main .form-control::placeholder {
    color: #fff;
    opacity: 1;
}
.header-main .affix {
  position: fixed !important;
  top: 0 !important;
  background: #1d71b8 !important;
  width: 100%;
  right: 0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.08);
  opacity: 1;
  transition: 0.4s cubic-bezier(.54, .54, 1, 1) all;
  z-index: 99999999;
  margin: 0 !important;
  padding: 10px 0;
}


/*---------------------- /Search-main ---------------------*/
/*---------------------- content-main ---------------------*/
/*---------------------- info-sec ---------------------*/
.content-main .info-sec {
  margin-top: 40px;
}
.content-main .right-box {
	padding: 0;
 background-color: var(--w-color);
}
.content-main .info-sec > .row {
	display: flex;
}
.content-main .info-sec .logo-box {
  background-color: var(--white);
  padding: 78px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px var(--border-color);
  border-radius: 10px 10px 0 0;
  position: relative;
  top: 2%;
  z-index: 9999;
  height: 235px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-main .info-sec .info .image-info {
  display: flex;
  justify-content: center;
  margin-bottom: 17px;
  position: relative;
  z-index: 999;
  width: 50%;
  padding: 18px;
  align-items: center;
}

.content-main .info-sec .info .image-info a {
  display: flex;
  justify-content: center;
  width: 245px;
}
.content-main .info-sec .info .image-info a img{
  width: 100%;
} 

.content-main .info-sec .info .image-info::before {
 content: "";
  position: absolute;
  border-radius: 10px;

  background: var(--w-color);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.16);
  width: 100%;
  height: 94%;
  z-index: -1;
}
.content-main .info-sec .info{
background-color: var(--white);
  border-radius: 20px;
  padding: 30px 15px;
  box-shadow: 4px 0 15px rgba(0, 0, 0, 0.05);
  margin: 25px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}
}
 .text-shaffaf {

height:100%;
  text-align: justify;
 
  
}
.text-shaffaf  p{
	line-height: 2.2;
	text-align: justify;
}

.content-main .info-sec .logo-box .image-info::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--yellow);
  width: 15px;
  height: 15px;
  bottom: 3%;
  right: 24%;
}

.content-main .info-sec .logo-box .image-info span::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  right: 22%;
  bottom: 0;
  width: 21px;
  height: 21px;
  padding: 3px;
  border: solid 2px #c8c8c8;
  -webkit-animation: puls 1s infinite;
  animation: puls 1s infinite;
}

@-webkit-keyframes puls {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes puls {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}


.content-main .info-sec .logo-box .image-info img {
	padding:10px;
  width: 100%;
}

.content-main .info-sec .logo-box .title-logo h4 {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 8px;
  transition: 0.5s all;
}

.content-main .info-sec .logo-box .title-logo h4:hover {
  color: var(--yellow);
}

.content-main .info-sec .logo-box .text-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.content-main .info-sec .logo-box .text-logo span {
  color: var(--gray);
  font-size: 16px;
  margin-bottom: 5px;
}

.content-main .info-sec .bottom-box {
  padding: 20px 41px 22px 41px;
  overflow: scroll;
height: 742px;
  scrollbar-width: none;
  width: 100%;
  z-index: 999;
  position: relative;
  scroll-behavior: smooth !important;
}

.content-main .info-sec .name-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.content-main .info-sec .name-box span {
  font-size: 20px;
  font-weight: 500;
  color: var(--gray);
  margin-bottom: 20px;
}

.content-main .info-sec .img-mayor {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.content-main .info-sec .img-mayor img {
  width: 50%;
  border-radius: 10px;
  transition: 0.5s all;
}

.content-main .info-sec .img-mayor img:hover {
  transform: scale(1.2);
}

.content-main .info-sec .name-box h4 {
  font-size: 20px;
  font-weight: 500;
  color: var(--black-gray);
  padding-bottom: 22px;
}

.content-main .info-sec .information-box {
  padding: 22px 0;
  border-bottom: solid 1px var(--border-color);
  border-top: solid 1px var(--border-color);
}

.content-main .info-sec .information-box .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11px;

}

.content-main .info-sec .information-box .item .sub-text {
  font-size: 14px;
  color: var(--black-gray);
}



.content-main .info-sec .information-box .item .sub-info {
  font-size: 14px;
  color: var(--gray);
}

.content-main .info-sec .SwiperMultimedia .swiper-slideshow .swiper-button-prev, .SwiperMultimedia .swiper-slideshow .swiper-container-rtl .swiper-button-next {

  top: 50%;
  }

.title-boxes {
  font-size: 16px;
  font-size: 500;
  color: var(--black-gray);
  margin-bottom: 23px;
}

.content-main .info-sec .skills,
.skills .skill,
.skills .skill .skill-title,
.skills .skill .skill-bar {
  width: 100%;
  float: left;
}

.content-main .info-sec .box-skills {
  display: flex;
  flex-direction: column;
  margin-top: 7.5px;
}



.content-main .info-sec .skills .skill {
  margin-bottom: 15px;
  position: relative;
}

.content-main .info-sec .skills .skill .skill-title {
  color: var(--black-gray);
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
}

.content-main .info-sec .skills .skill .skill-bar {
  float: right;
  width: 0;
  height: 7px;
  background: var(--border-color);
  transition: 1s cubic-bezier(1, 0, .5, 1);
  -webkit-transition: 2s cubic-bezier(1, 0, .5, 1);
  -ms-transition: 2s cubic-bezier(1, 0, .5, 1);
}

.content-main .info-sec .skills.active .skill .skill-bar {
  width: 100%;
}

.content-main .info-sec .skills .skill .skill-bar span {
  float: right;
  width: 0%;
  background: var(--bluelight);
  height: 7px;
  transition: 1s cubic-bezier(1, 0, .5, 1);
  -webkit-transition: 1s cubic-bezier(1, 0, .5, 1);
  -ms-transition: 1s cubic-bezier(1, 0, .5, 1);
}

.content-main .info-sec .skills .skill .skill-bar span b {
  /* float: left; */
  font-size: 14px;
  color: var(--gray);
  font-weight: 400;
  top: -17px;
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  left: 2%;
  bottom: 10px;
}




.content-main .info-sec .btn-box {
  display: flex;
  border-bottom: solid 1px var(--border-color);
  border-top: solid 1px var(--border-color);
  flex-direction: column;
  padding: 28px 0;
}

.content-main .info-sec .btn-box .btn {
  background-color: var(--shbluemain);
  width: 100%;
  color: var(--w-color);
  size: 14px;
  margin-bottom: 15px;
  transition: 0.5s all;
}

.content-main .info-sec .btn-box .btn:hover {
  background-color: var(--white);
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.16);
  transition: 0.5s all;
}

.content-main .info-sec .btn-box .btn:hover button {
  color: var(--shbluemain);
}

.content-main .info-sec .btn-box .btn:last-child {
  margin: 0;
}

.content-main .info-sec .btn-box .btn button {
  background-color: transparent;
  border: none;
}

.content-main .info-sec .information-box.box-info .title-boxes {
  margin-bottom: 20px;
}

.content-main .info-sec .information-box.box-info .item .sub-text {
  position: relative;
}

.content-main .info-sec .information-box.box-info .item .sub-text::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/icon/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 24px;
}

.content-main .info-sec .information-box.box-info {
  border: none;
}

.content-main .info-sec .SwiperMultimedia .swiper-slide {
  height: 368px;

}

.content-main .info-sec .SwiperMultimedia  .swiper-slide img {
min-height: 100% !important;
  min-width: 100% !important;
  height: 100% !important;
  width: 100% !important;
  object-fit: fill;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.content-main .info-sec .SwiperMultimedia .swiper-slide {
  border-radius: 10px !important;
  position: relative;

}
.content-main .info-sec .SwiperMultimedia .swiper-slide::before {
display:none;
}
.content-main .info-sec .number-info {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 33px 0 40px 0;
}

.content-main .info-sec .number-info .number-box {
  display: flex;
  align-items: center;
  margin-left: 21px;
}

.content-main .info-sec .number-info .number-box .number-counter {
  font-size: 21px;
  font-weight: 500;
  color: var(--bluelight);
}

.content-main .info-sec .number-info .number-box .number {
  font-size: 21px;
  font-weight: 500;
  color: var(--bluelight);
}

.content-main .info-sec .number-info .number-box .number-text {
  font-size: 16px;
  font-weight: 500;
  color: var(--black-gray);
  margin-right: 8px;
}

.content-main .info-sec .items-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.content-main .info-sec  .item-services:nth-child(5n) {
  margin-left: 0 !important;
}
.content-main .info-sec .item-services {
display: flex;
  align-items: center;
  flex-direction: column;
  width: 18%;
  margin-bottom: 25px;
  transition: 0.5s all;
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px 15px;
  box-shadow: 4px 0 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  margin-left: 20px;
}

.content-main .info-sec .item-services .img-service a::before {
  content: "";
  background-color: var(--bluelight);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  transition: all 0.4s;
}

.content-main .info-sec .item-services:hover .img-service a::before {
	  opacity: 0.5;
}
.content-main .info-sec .item-services:hover .content-info .content-title {
  color: var(--white);
}

.content-main .info-sec .item-services .content-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
    margin-top: 20px;
}

.content-main .info-sec .item-services .img-service img {
 width: 85px;
  height: 85px;
  object-fit: cover;
  transition: all 1s;

}
.content-main .info-sec .item-services:hover .img-service a > img {
  transform: scale(1.2);
  filter: grayscale(1);
}

.content-main .info-sec .item-services .img-service {
width: 120px;
  height: 120px;
  padding: 4px;
  border-radius: 200px;
  border: 3px solid var(--bluelight);
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-main .info-sec .item-services .img-service a::after {
  content: "\e900";
  font-family: 'icomoon';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: var(--white);
  transform: scale(2);
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  transition: all 0.4s;
}
.content-main .info-sec .item-services .img-service a {
position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.content-main .info-sec .item-services:hover .img-service a::after {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.content-main .info-sec .item-services:hover .content-title a{
	   color: var(--bluelight);
}

.content-main .info-sec .item-services .content-info .content-title{
  color: var(--shbluemain);
  font-size: 12px;
  font-weight: bold;
  transition: 0.5s all;
  z-index:99;
  margin-bottom: 5px;
}



.content-main .info-sec .bg-color {
  background-color: #e3eef4 !important;
  padding: 40px;
}

.art-mobile-top-bar .open-btn {
  display: none;
}




.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background: var(--w-color);
  z-index: 99999;
}

.preloader-wrap h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90%;
}

.percentage {
  z-index: 100;
  border: 1px solid #ccc;
  text-align: center;
  color: var(--black-gray);
  line-height: 30px;
  font-size: 15px;
  font-weight: 600;
}

.loader,
.percentage {
  max-width: 200px;
  font-weight: 300;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  float: right;
  height: 7px;
  background: var(--border-color);

}

.loader:after,
.percentage:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.trackbar {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  opacity: 0.99;

}

.loadbar {
  width: 0%;
  height: 100%;
  background: var(--yellow);
  position: absolute;
  top: 0;
  left: 0;
  animation: flicker 5s infinite;
  overflow: hidden;
  z-index: 9999;

}

.glow {
  width: 0%;
  background: var(--bluelight);
  height: 7px;
  position: absolute;
  bottom: 0px;
  animation: animation 5s infinite;
  z-index: 999;
}

@keyframes animation {
  10% {
    opacity: 0.9;
  }

  30% {
    opacity: 1;
  }

  60% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }
}

.wrap {
  background-image: url(http://wallpaperfx.com/view_image/little-girls-1600x900-wallpaper-5569.jpg);
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.copyrights {
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 14px;
  color: #fff;
  display: block;
}

.copyrights a {
  color: orange;
  text-decoration: none;
}

.copyrights a:hover {
  color: #fff;
  text-decoration: underline;
}




/*---------------------- /info-sec ---------------------*/

/*---------------------- /content-main ---------------------*/
/*---------------------- footer-main ---------------------*/
.footer-main {
    background-color: #006295;
	position: relative;
}
.footer-main .top-footer {
    padding-top: 20px;
}
.footer-main .top-footer .row > div {
    position: relative;
}
.footer-main .top-footer .row > div::before {
    content: '';
    width: 1px;
    height: 160px;
    background-color: #008fd9;
    position: absolute;
    left: 0;
    top: 0;
}
.footer-main .top-footer .row > div:last-child:before {
    display: none;
}
.footer-main .top-footer .footer-address ul {
    margin-top: 10px;
}
.footer-main .top-footer .footer-address ul li {
    color: #fff;
    margin-bottom: 9px;
}
.footer-main .top-footer .footer-address ul li span {
    color: #008fd9;
}
.footer-main .top-footer .footer-icons {
    display: flex;
    justify-content: space-evenly;
}
.footer-main .top-footer .footer-icons ul li {
  margin-bottom: 15px;
}
.footer-main .top-footer .footer-icons ul li a {
    display: flex;
    align-items: center;
    color: #fff;
}
.footer-main .top-footer .footer-icons ul li a i {
    color: #008fd9;
    font-size: 26px;
    margin-left: 5px;
}
.footer-main .top-footer .footer-social ul {
   display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  gap: 10px 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-main .top-footer .footer-social ul li {
    margin-bottom: 20px;
}
.footer-main .top-footer .footer-social ul li a i {
    font-size: 30px;
    color: #008fd9;
}
.footer-main .top-footer .footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-main .top-footer .footer-links ul img {
    width: 45px;
}
.footer-main .top-footer .footer-links > img {
    width: 85%;
    margin-top: 10px;
}
.footer-main .top-footer .footer-links ul {
    display: flex;
    justify-content: space-between;
      width: 66%;
}
.footer-main .last-footer {
    background-color: #004467;
}
.footer-main .last-footer .copy-box {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.footer-main .last-footer .copy-box .copy-right p {
    color: #1d71b8;
}
.footer-main .last-footer .copy-box .copy-right p span {
    color: #a0cff5;
}
.footer-main  .last-update {
    color: #1d71b8;
	position: absolute;
	bottom:15px;
	left:20px;
}
.footer-main  .last-update span{
	color: #fff;
}

/*---------------------- /footer-main ---------------------*/