html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    
    font: inherit;
    vertical-align: baseline;
    text-align: right;
    line-height: 1.6;
    
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    color: #030303;
    background-color: #ebeef3;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    color:#E54E39;
}

a:hover {
    text-decoration: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 0.5em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

html {
    font-family: irsans;
}

p {
    font-size: 15px
}

img {
    width: 100%;
    height: auto;
}


/*  font iransans   */

@font-face {
    font-family: irsans;
    font-display: swap;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/irsans-m.eot);
    src: url(../fonts/irsans-md41d.eot?#iefix) format("embedded-opentype"), url(../fonts/irsans-m.woff) format("woff"), url(../fonts/irsans-m.ttf) format("truetype")
}

@font-face {
    font-family: irsans;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/irsans.eot);
    src: url(../fonts/irsansd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/irsans.woff) format("woff"), url(../fonts/irsans.ttf) format("truetype")
}

@font-face {
    font-family: irsans;
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/irsans-l.eot);
    src: url(../fonts/irsans-ld41d.eot?#iefix) format("embedded-opentype"), url(../fonts/irsans-l.woff) format("woff"), url(../fonts/irsans-l.ttf) format("truetype")
}

@font-face {
    font-family: irsans;
    font-display: swap;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/irsans-u.eot);
    src: url(../fonts/irsans-ud41d.eot?#iefix) format("embedded-opentype"), url(../fonts/irsans-u.woff) format("woff"), url(../fonts/irsans-u.ttf) format("truetype")
}

.container {
    max-width: 85%;
}


/*   header   */
header {
    z-index: 10;
    position: absolute;
}

.logobox {
   background-color:#e54e39;
    padding: 0px 100px 0px 0px;
    display: flex;
    align-items: center;
}

.logobox img {
    max-width: 50%;
    height: auto;
    margin-left: 15px;
}

.logobox .yellow {
    color: #fff;
    padding-bottom: 10px;
}


/* menu  */

.navbar .dropdown-toggle,
.navbar .dropdown-menu a {
    cursor: pointer;

}

.navbar-nav li.nav-item {
    padding-left: 30px;
}

.navbar .dropdown-item {
    text-align: right;
    padding: 0.25rem 1rem 0.25rem 0;
}

.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

.navbar .dropdown-item:focus {
        color: #16181b;
        text-decoration: none;
        background-color: #434343;
    }
.navbar .dropdown-item:hover{
    background-color: transparent;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: #000;
}
@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-right: .2em;
        vertical-align: 0;
        border-right: .3em solid transparent;
        border-left: .3em solid transparent;
        border-top: .3em solid;
        color: #feb127;
        
    }
}

.menutop .nav-item a {
    font-size: 18px;
    color: #fff;
    transition: 0.3s;
    font-weight: 500;
}

.menutop li.nav-item a:hover {
    color: #feb127;
}
.menutop li.nav-item a:hover::after {
    color: #feb127 !important;
}
.navbar li.nav-item:hover .dropdown-toggle:not(.nav-link)::after {
    color: #fff;
}

.menuform input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    outline: none;
}
.menuform button[type=submit]{
    position: absolute;
    right: 90%;
    width: 10%;
}
.menuform input::placeholder {
    color: #fff;
    opacity: 1;
}

.menuform input:-ms-input-placeholder {
    color: #fff;
}

.menuform input::-ms-input-placeholder {
    color: #fff;
}

.menuform button {
    background-color: transparent;
    border: 0;
    color: #fff;
    position: relative;
    right: -25px;
}

/* footer  */

footer {
    position: relative;
    background-color: #ebeef3;
}

footer .box-yellow-footer {
    background-color: #e44d3d;
    color: #000;
    padding: 20px 25px;
    position: absolute;
    margin-left: 60px;
    min-height: 380px;
    border-radius: 3px;
}

.pore {
    position: absolute;
    bottom: 13px;
    left: 20px;
    right: 20px;
}

footer .box-yellow-footer h5 {
    font-size: 20px;
    font-weight: 600;
}

footer .box-yellow-footer .paragraph {
    font-size: 15px;
}

.box-yellow-footer hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000000;
    margin: 0.5em 0;
    padding: 0;
}

.top-left i {
    background-color: #e44d3d;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 1.8;
    margin-left: 12px;
}

.top-left i::before {
    color: #fff;
}

.top-left h5 {
    font-weight: bold;
}

.top-left p {
    color: rgb(106 105 105);
}

.black-footer {
    background-color: #32455b;
}

.black-footer h5 {
    font-weight: bold;
    margin-bottom: 15px;
}

.black-footer p {
    color: #dbdbdb;
    font-size: 14px;
    text-align: justify;
}

.black-footer .info i {
    background-color: #e44d3d;
    padding: 4px 8px 1px;
    transition: 0.5s;
    border-radius: 50%;
    color: #000;
    margin-left: 5px;
    -webkit-text-stroke: 1px;
}

.black-footer a {
    color: #dbdbdb;
    font-size: 14px;
    margin-top: 15px;
    display: block;
}