a:focus,
input:active,
input:focus,
button:active,
button:focus,
select:active,
select:focus,
.owl-next:focus,
.owl-prev:focus,
textarea:active,
textarea:focus {
    outline: none !important;
    box-shadow: none !important
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
a,
p,
span,
strong {
    font-family: 'iranyekan', 'iransans', tahoma, roboto !important
}

.navbar-index {
    position: absolute;
    width: 100%
}

.navbar-index .nav-item {
    padding: 10px
}

.navbar-index .nav-link {
    color: #fff
}

.navbar-index .nav-link img {
    width: 26px
}

.navbar-index .logo {
    width: 60px;
    margin-top: 10px
}

.navbar-index .dropdown-menu {
    background: none;
    padding: 0
}

.navbar-index .dropdown-item {
    transition: 500ms;
    color: #fff
}

.navbar-index .dropdown-item:hover {
    background: rgba(0, 0, 0, 0.247)
}

.navbar-index .dropdown-item img {
    width: 26px;
    vertical-align: middle
}

.navbar-index .navbar-brand {
    color: #fff;
    font-weight: 300
}

.navbar-index .navbar-brand small {
    font-weight: 100
}

.offcanvas {
    width: 100%
}

.offcanvas img {
    width: 26px
}

.offcanvas .nav-link {
    color: #000;
    font-size: 1.7rem;
    font-weight: 700
}

.offcanvas .nav-item:last-child .nav-link {
    color: #000;
    font-size: 1rem;
    font-weight: 400
}

.offcanvas .card-link {
    float: none;
    font-size: 1.5rem;
    color: #000;
    display: inline-block
}

.offcanvas .social {
    text-align: center;
    width: 60%;
    right: 20%;
    bottom: 0;
    left: 20%;
    position: absolute;
    padding-top: 20px;
    padding-bottom: 20px
}

.offcanvas .social p {
    color: #000;
    margin: 10px 0 0;
    font-size: .65rem
}

.header {
    padding-top: 150px;
    height: 70vh;
    max-height: 600px;
    background-attachment: local;
    background-position: bottom right;
    background-size: cover
}

.header img {
    width: 60px
}

.header h1 {
    font-size: 2.2rem;
    color: #fff;
    margin-top: 0;
    font-weight: 800
}

.header p {
    font-size: 1.1rem;
    color: #fff;
    margin-top: 30px;
    font-weight: 500
}

.header .go-to-bottom {
    width: 50px;
    height: 50px;
    border-radius: 0 0 50px 50px;
    background: #fff;
    display: flex;
    text-decoration: none;
    margin-top: 30px;
}

.header .go-to-bottom i {
    color: #000;
    font-size: 1.3rem;
    margin: auto !important;
}