/* navbar  */

.navbar-top {
    background-color: #fff;
    z-index: 999;
    position: relative;
}

body {
    font-family: IRANSansX, IRANSansXFaNum;
}

.navbar-form {
    height: 40px;
    border-radius: 40px;
    padding-left: 10px;
    border-color: #ccc;
    max-width: 250px;
    margin-left: 10px;
}

.navbar-form button {
    background: transparent;
    border: 0;
    outline: none;
    color: #000;
}



.navbar--top {
  background: #232f3f;
  height: 40px;
  display: flex;
  align-items: center;
}

.navbar--top-inner {
  display: flex;
  justify-content: end;
}

.navbar--top-item {
  color: #fff;
  font-size: 13px;
  display: flex;
  line-height: 1;
  align-items: center;
}

.navbar--top-item span {
  display: block;
  direction: ltr;
}

.navbar--top-space {
  width: 1px;
  height: 18px;
  background: #fff;
  margin: 0 12px;
}

.navbar--top-item i {
  transform: scaleX(-1);
  margin-right: 5px;
  font-size: 14px;
}

.navbar--top-item:hover {
  color: var(--color2);
}


/* footer */
.footer-bottom {
    background: transparent;
    border-radius: 0;
}

.footer {
    background: #00467a;
    padding-top: 70px;
    margin-top: 50px;
    padding: 45px 10px !important;
    border-radius: 0 !important;
    padding-bottom: 0 !important;
}

.footer-logo {
    margin-bottom: 10px;
    margin-top: -28px;
    width: 102px;
    height: 59.8px;
    object-fit: contain;
}

.footer-ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-header {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 1;
}

.footer-ul a {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #fff;
    margin-top: 15px;
    border-bottom: 1px solid #ffffff52;
    padding-bottom: 15px;
}

.footer-ul a div {
    direction: ltr;
}

.footer-ul a i {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.footer-ul li:last-child a {
    border-bottom: 0;
}

.footer-ul a:hover {
    color: var(--color3);
}

.footer-flex {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.footer-contact-text {
    color: #bcbcbc;
    font-size: 13px;
    text-align: center;
}

.footer-form {
    display: flex;
    align-items: center;
    height: 40px;
    background: #fff;
    border-radius: 40px;
    margin-top: 10px;
}

.footer-form input {
    height: 100%;
    background: transparent;
    border: 0;
    outline: none;
    font-size: 13px;
    padding: 10px 15px;
    width: 100%;
}


.footer-form button {
    background-color: #0081e1;
    color: #fff;
    border-radius: 40px;
    height: 100%;
    padding: 0 30px;
    font-size: 13px;
    border: 0;
    outline: none;
    transition: 0.3s;
}


.footer-form button:hover {
    background: var(--color3);
    color: #000;
}

.footer-socail {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 30px;
}

.footer-socail img {
    transition: 0.3s;
}

.footer-socail img:hover {
    opacity: 0.7;
}

.footer-bottom {
    border-top: 1px solid #ffffff52;
    margin-top: 40px;
    padding: 20px 0;
}

.footer-bottom-item {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.footer-bottom-item a {
    color: #fff;
}

.footer-bottom-item a:hover {
    color: var(--color3);
}

@media (max-width:767px) {
    .footer-logo {
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }

    .footer {
        padding-top: 45px;
        margin-top: 30px;
    }

    .footer-ul a {
        font-size: 12px;
        margin-top: 12px;
        padding-bottom: 12px;
    }

    .footer-header {
        font-size: 16px;
        margin-bottom: 25px;
        margin-top: 20px;
    }

    .footer-flex {
        margin-top: 10px;
    }

    .footer-socail img {
        width: 24px;
    }

    .footer-bottom-item {
        font-size: 12px;
        text-align: center;
    }
}

/* end */