* {
    padding: 0;
    margin: 0;
    
}
html {
    font-size: 100%;
}
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
ol,
ul {
    list-style: none;
}
:focus {
    outline: 0;
}
a {
    color: #2a6fda;
}
a,
a:link {
    text-decoration: none;
    outline: 0;
    color: #2a6fda;
}
p {
    font-size: 14px;
    color: #000;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
.clear {
    clear: both;
}
a:focus {
    outline: 0;
}
img {
    max-width: 100%;
}
input:focus {
    outline: 0;
}
button:focus {
    outline: 0;
}
body {
    padding: 0;
    margin: 0;
    background:#fff;
    color: #000;
   font-family: 'Raleway';
   font-weight: normal;
    font-size: 16px;
    line-height: 22px;
/*    direction: rtl;*/
text-align: unset !important;
}

.var-row {
    align-items: center;
}
iframe {
    width: 100%;
}


@media screen and ( min-width:1300px ){
  .container{ max-width:1170px; margin:0 auto; }

}

/*============================================*/
/*++MAIN STYLE++*/
/*============================================*/












