/* line 3, ../sass/Main_ar.scss */
body {
  margin: 0px;
}

/* line 7, ../sass/Main_ar.scss */
.Start {
  display: none;
}

@font-face {
  font-family: Lato-Regular;
  src: url(../fonts/Next-Arabic-Regular.otf);
}
/* line 17, ../sass/Main_ar.scss */
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;
  direction: rtl;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: 'Lato-Regular', Helvetica, 'Trebuchet MS', Tahoma, sans-serif;
  vertical-align: baseline;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 115, ../sass/Main_ar.scss */
html {
  overflow-y: scroll;
}

/* line 119, ../sass/Main_ar.scss */
body {
  font-family: 'Lato-Regular', Helvetica, 'Trebuchet MS', Tahoma, sans-serif;
  font-size: 62.5%;
  line-height: 1;
  color: #414141;
}

/* line 126, ../sass/Main_ar.scss */
br {
  display: block;
  line-height: 1.6em;
}

/* line 131, ../sass/Main_ar.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* line 145, ../sass/Main_ar.scss */
ol,
ul {
  list-style: none;
}

/* line 150, ../sass/Main_ar.scss */
input,
textarea {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

/* line 161, ../sass/Main_ar.scss */
blockquote,
q {
  quotes: none;
}

/* line 166, ../sass/Main_ar.scss */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* line 174, ../sass/Main_ar.scss */
strong,
b {
  font-weight: bold;
}

/* line 179, ../sass/Main_ar.scss */
em,
i {
  font-style: italic;
}

/* line 184, ../sass/Main_ar.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 189, ../sass/Main_ar.scss */
img {
  border: 0;
  max-width: 100%;
  height: 100%;
  width: 100%;
  border-radius: 35px;
}

/** page structure **/
/* line 200, ../sass/Main_ar.scss */
nav {
  display: block;
  width: 100%;
  height: 50px;
  background: #384958;
}

/* line 207, ../sass/Main_ar.scss */
.wrapper {
  direction: rtl;
  display: block;
  margin: 0 auto;
}

/* line 213, ../sass/Main_ar.scss */
#menu {
  position: relative;
  z-index: 99;
}

/* line 218, ../sass/Main_ar.scss */
#menu li {
  display: block;
  float: right;
}

/* line 223, ../sass/Main_ar.scss */
.Activate {
  background-color: #f26623;
}

/* line 227, ../sass/Main_ar.scss */
#menu li a {
  display: block;
  position: relative;
  float: left;
  letter-spacing: 0.7px;
  padding: 0 18px;
  font-size: 1.5em;
  line-height: 50px;
  font-weight: bold;
  text-decoration: none;
  color: #f5f5f5;
}

/* line 240, ../sass/Main_ar.scss */
#menu li a:hover,
#menu li a.active {
  background: #fff;
  color: #2c343b;
}

/* line 246, ../sass/Main_ar.scss */
#menu li ul {
  display: none;
  position: absolute;
  top: 50px;
  width: 200px;
  background: #fff;
  z-index: -1;
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.45);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.45);
}

/* line 258, ../sass/Main_ar.scss */
#menu li ul li {
  position: relative;
  display: block;
  width: 200px;
}

/* line 264, ../sass/Main_ar.scss */
#menu li ul li a {
  display: block;
  float: none;
  color: #4e5b67;
  font-size: 1.35em;
  line-height: 50px;
  padding: 0 15px;
}

/* line 273, ../sass/Main_ar.scss */
#menu li ul li a:hover {
  background: #384958;
  color: #fff;
}

/* line 278, ../sass/Main_ar.scss */
#menu li ul.expanded {
  width: 400px;
}

/* line 282, ../sass/Main_ar.scss */
#menu li ul.expanded li {
  margin-right: 200px;
}

/* line 286, ../sass/Main_ar.scss */
#menu li ul li ul {
  display: none;
  position: absolute;
  right: 200px;
  top: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 296, ../sass/Main_ar.scss */
#menu li ul li ul li {
  width: 300px;
  background-color: #f15e23;
}

/* line 301, ../sass/Main_ar.scss */
#menu li ul li ul li ul {
  width: 300px;
  right: 300px;
}

/* line 307, ../sass/Main_ar.scss */
#menu li ul li ul li ul li {
  width: 300px;
  background: #384958;
}

/* line 312, ../sass/Main_ar.scss */
#menu li ul li ul li a {
  color: #fff;
}

/* line 316, ../sass/Main_ar.scss */
#menu li ul li ul li a:hover {
  text-decoration: underline;
}

/* line 320, ../sass/Main_ar.scss */
#menu li ul li.Orange a:hover,
#menu li ul li.Orange a.active {
  text-decoration: none;
  background: #f26623;
  color: #fff;
}

/* line 327, ../sass/Main_ar.scss */
#menu li ul li.Orange ul {
  background: #f26623;
}
/* line 329, ../sass/Main_ar.scss */
#menu li ul li.Orange ul li a:hover {
  background: #384958;
}

/* line 334, ../sass/Main_ar.scss */
#menu li ul li.green a:hover,
#menu li ul li.green a.active {
  text-decoration: none;
  background: #65834c;
  color: #fff;
}

/* line 341, ../sass/Main_ar.scss */
#menu li ul li.green ul {
  background: #65834c;
}

/* line 345, ../sass/Main_ar.scss */
#menu li ul li.D_Blue a:hover,
#menu li ul li.D_Blue a.active {
  text-decoration: none;
  background: #384958;
  color: #fff;
}

/* line 352, ../sass/Main_ar.scss */
#menu li ul li.D_Blue ul {
  background: #384958;
}

/* line 357, ../sass/Main_ar.scss */
#menu li ul li.red a:hover,
#menu li ul li.red a.active {
  text-decoration: none;
  background: #834c4c;
  color: #fff;
}

/* line 364, ../sass/Main_ar.scss */
#menu li ul li.red ul {
  background: #834c4c;
}

/* line 368, ../sass/Main_ar.scss */
#menu li ul li.blue a:hover,
#menu li ul li.blue a.active {
  text-decoration: none;
  background: #4d6899;
  color: #fff;
}

/* line 375, ../sass/Main_ar.scss */
#menu li ul li.blue ul {
  background: #4d6899;
}

/* line 379, ../sass/Main_ar.scss */
#menu li ul li.gold a:hover,
#menu li ul li.gold a.active {
  text-decoration: none;
  background: #97944c;
  color: #fff;
}

/* line 386, ../sass/Main_ar.scss */
#menu li ul li.gold ul {
  background: #97944c;
}

/* line 390, ../sass/Main_ar.scss */
.Under_L:hover {
  text-decoration: underline !important;
}

/** clearfix **/
/* line 397, ../sass/Main_ar.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 406, ../sass/Main_ar.scss */
.clearfix {
  display: inline-block;
}

/* line 410, ../sass/Main_ar.scss */
html[xmlns] .clearfix {
  display: block;
}

/* line 414, ../sass/Main_ar.scss */
* html .clearfix {
  height: 1%;
}

/* line 418, ../sass/Main_ar.scss */
.Logo {
  width: 180px;
  height: 50px;
  float: left;
  margin-left: 60px;
}

/* line 425, ../sass/Main_ar.scss */
.Has_Child {
  top: 20px;
  position: absolute;
  left: 5px;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

/* line 436, ../sass/Main_ar.scss */
.FLO_L {
  margin-right: 0px;
  float: right;
  margin-left: 8px;
}

/* line 442, ../sass/Main_ar.scss */
.FLO_R {
  float: right;
}

/* line 446, ../sass/Main_ar.scss */
.Icon_Lang {
  top: 17px;
  position: absolute;
  left: 4px;
}

/* line 452, ../sass/Main_ar.scss */
.padding_a {
  padding-left: 25px !important;
}

/* line 456, ../sass/Main_ar.scss */
.Div_Lang {
  margin-right: -11px;
  margin-top: 10px;
  width: 35px;
  margin-bottom: 5px;
}

/* line 463, ../sass/Main_ar.scss */
.a_activ:hover {
  text-decoration: none;
}

/* line 468, ../sass/Main_ar.scss */
.Activity {
  border: 3px solid #384958;
  height: 150px;
  box-shadow: 0px 0px 4px #384958;
  width: 70%;
  margin: 10px auto;
  padding-right: 150px;
  border-radius: 40px;
  position: relative;
}
/* line 477, ../sass/Main_ar.scss */
.Activity .Main_Activ {
  width: 100%;
  height: 150px;
  padding: 10px;
  border-radius: 0px 40px 40px 0px;
}
/* line 482, ../sass/Main_ar.scss */
.Activity .Main_Activ h1 {
  color: #f15e23;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 0px 0px 2px #ef4625;
  padding: 0px;
  margin: 0px 0px 5px 0px;
  max-width: 280px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 26px;
}
/* line 495, ../sass/Main_ar.scss */
.Activity .Main_Activ h4 {
  color: #384958;
  font-size: 18px;
  font-weight: bold;
  max-width: 280px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* line 504, ../sass/Main_ar.scss */
.Activity .Main_Activ p {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  /* Fallback for non-webkit */
  margin: 0 auto;
  color: #384958;
  font-size: 16px;
  max-height: 84px;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 86px;
}
/* line 521, ../sass/Main_ar.scss */
.Activity .Main_Activ .For_L {
  -webkit-line-clamp: 4;
  max-height: 90px;
}
/* line 525, ../sass/Main_ar.scss */
.Activity .Main_Activ a {
  line-height: 2;
  font-size: 14px;
}
/* line 530, ../sass/Main_ar.scss */
.Activity .Div_img {
  position: absolute;
  height: 148px;
  width: 148px;
  padding: 4px;
  top: 0px;
  right: 0px;
}
/* line 537, ../sass/Main_ar.scss */
.Activity .Div_img img {
  position: absolute;
  border-radius: 0px 37px 37px 0px;
  top: 0;
  height: calc(100% - 4px );
  right: 0;
}

/* line 548, ../sass/Main_ar.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}
/* line 551, ../sass/Main_ar.scss */
.modal-open .modal img {
  width: inherit;
  height: inherit;
  min-width: 300px;
}

/* line 560, ../sass/Main_ar.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.7;
}

/* line 565, ../sass/Main_ar.scss */
.modal-content {
  background-color: transparent;
  box-shadow: none;
  border: 0px;
}
/* line 571, ../sass/Main_ar.scss */
.modal-content .modal-body {
  text-align: center;
  background-color: transparent;
}
/* line 574, ../sass/Main_ar.scss */
.modal-content .modal-body img {
  width: inherit;
  height: inherit;
  min-width: 300px;
}

/* line 583, ../sass/Main_ar.scss */
.Activity:hover {
  border: 3px solid #f26623;
  box-shadow: 0px 0px 4px #f06523;
  cursor: pointer;
}

/* line 590, ../sass/Main_ar.scss */
.row {
  margin: 0px;
}

/* line 594, ../sass/Main_ar.scss */
h1 {
  font-size: 32px;
  margin-right: 6%;
  padding: 13px;
  padding-left: 0px;
  color: #384958;
  font-weight: bold;
  text-shadow: 0px 0px 3px #384958;
}

/* line 604, ../sass/Main_ar.scss */
h1 a {
  font-size: 32px;
  color: #384958;
  font-weight: bold;
  text-shadow: 0px 0px 3px #384958;
}

/* line 611, ../sass/Main_ar.scss */
h1 a:hover {
  cursor: pointer;
  color: #f26623;
  text-decoration: none;
  text-shadow: 0px 0px 3px #f26623;
}

/* line 618, ../sass/Main_ar.scss */
.Gallery {
  padding: 10px 60px;
  position: relative;
}
/* line 622, ../sass/Main_ar.scss */
.Gallery .Mar_bot {
  margin-bottom: 35px !important;
}
/* line 625, ../sass/Main_ar.scss */
.Gallery .Sub_cat {
  margin: 0px auto;
  width: 90%;
  height: 50px;
  background-color: #f26723;
  box-shadow: 0px 0px 7px #f26622;
  text-align: center;
  margin-bottom: 21px;
}
/* line 634, ../sass/Main_ar.scss */
.Gallery .Sub_cat h1 {
  line-height: 49px;
  font-size: 32px;
  margin: 0px;
  padding: 0px;
  color: #384958;
  font-weight: bold;
  text-shadow: 0px 0px 3px #384958;
}
/* line 642, ../sass/Main_ar.scss */
.Gallery .Sub_cat h1 a {
  color: #384958;
  font-weight: bold;
  text-shadow: 0px 0px 3px #384958;
}
/* line 647, ../sass/Main_ar.scss */
.Gallery .Sub_cat h1 a:hover {
  text-shadow: 0px 0px 3px white;
}
/* line 653, ../sass/Main_ar.scss */
.Gallery .div_img {
  border-radius: 40px;
  margin: 0px auto;
  border: 3px solid #384958;
  width: 200px;
  box-shadow: 0px 0px 10px #384958;
  height: 200px;
}
/* line 661, ../sass/Main_ar.scss */
.Gallery .div_img:hover {
  border: 3px solid #f26623;
  box-shadow: 0px 0px 10px #f26623;
  cursor: pointer;
}

/* line 669, ../sass/Main_ar.scss */
.Footer {
  width: 100%;
  margin-top: 15px;
  padding: 8px;
  background-color: #384958;
}
/* line 674, ../sass/Main_ar.scss */
.Footer a {
  font-size: 18px;
  color: white;
}
/* line 678, ../sass/Main_ar.scss */
.Footer a:hover {
  color: #f15e42;
  cursor: pointer;
}
/* line 682, ../sass/Main_ar.scss */
.Footer span {
  float: left;
  color: white;
  line-height: 19px;
  font-size: 12px;
}
/* line 688, ../sass/Main_ar.scss */
.Footer ul {
  display: table;
  margin: 0px auto;
}
/* line 691, ../sass/Main_ar.scss */
.Footer ul li {
  float: left;
  color: white;
  font-size: 15px;
  margin: 0px 15px;
}

/* line 700, ../sass/Main_ar.scss */
.Fire_logo, .Fire_logo_Gal {
  width: 200px;
  position: absolute;
  top: 160px;
  opacity: 0.1;
  left: calc(50% - 100px);
}
/* line 706, ../sass/Main_ar.scss */
.Fire_logo img, .Fire_logo_Gal img {
  height: auto;
}

/* line 711, ../sass/Main_ar.scss */
.Home {
  margin-top: 45px;
  position: relative;
}

/* line 716, ../sass/Main_ar.scss */
.Fire_logo_Gal {
  display: none;
  top: 100px;
}

/* line 722, ../sass/Main_ar.scss */
.Mobile_Nav {
  top: 0px;
  width: 100%;
  z-index: 200;
  display: none;
  background-color: #384958;
}
/* line 728, ../sass/Main_ar.scss */
.Mobile_Nav #Main_Nav {
  display: none;
}
/* line 731, ../sass/Main_ar.scss */
.Mobile_Nav #Main_Nav .TE_C {
  text-align: center;
}
/* line 734, ../sass/Main_ar.scss */
.Mobile_Nav #Main_Nav .PO_R {
  position: relative;
}
/* line 737, ../sass/Main_ar.scss */
.Mobile_Nav #Main_Nav .PR_T {
  padding-left: 40px;
}
/* line 740, ../sass/Main_ar.scss */
.Mobile_Nav #Main_Nav .MR_F {
  margin-right: 40px;
}
/* line 743, ../sass/Main_ar.scss */
.Mobile_Nav #Main_Nav .WI_H {
  width: 100%;
  margin-left: 13px;
}
/* line 748, ../sass/Main_ar.scss */
.Mobile_Nav #Level_1 {
  display: none;
  box-shadow: inset 0px 0px 6px #384958;
  background-color: #5b666f;
}
/* line 753, ../sass/Main_ar.scss */
.Mobile_Nav #Level2 {
  display: none;
  box-shadow: inset 0px 0px 6px #5b666f;
  background-color: #919294;
}
/* line 758, ../sass/Main_ar.scss */
.Mobile_Nav #Level3 {
  display: none;
  box-shadow: inset 0px 0px 10px #747577;
  background-color: #f26623;
}
/* line 762, ../sass/Main_ar.scss */
.Mobile_Nav #Level3 h1 {
  text-shadow: 0px 0px 3px #737373;
  color: #384958;
}
/* line 767, ../sass/Main_ar.scss */
.Mobile_Nav .Pos {
  position: relative;
  width: calc(100% - 50px);
  text-align: initial;
}
/* line 774, ../sass/Main_ar.scss */
.Mobile_Nav a .glyphicon {
  position: absolute;
  right: 0px;
  top: 9px;
  left: 27px;
  color: white;
  font-size: 20px;
}
/* line 783, ../sass/Main_ar.scss */
.Mobile_Nav .New_T, .Mobile_Nav .New_T2 {
  z-index: 2012;
  font-size: 24px;
  position: absolute;
  float: right;
  margin-top: 10px;
  width: 34px;
  left: 0;
}
/* line 792, ../sass/Main_ar.scss */
.Mobile_Nav .New_T2 {
  right: 6px;
  top: -8;
}
/* line 797, ../sass/Main_ar.scss */
.Mobile_Nav .Image_div {
  position: relative;
  height: 50px;
  text-align: center;
}
/* line 801, ../sass/Main_ar.scss */
.Mobile_Nav .Image_div img {
  margin-left: 25px;
  height: 50px;
  width: 180px;
}
/* line 806, ../sass/Main_ar.scss */
.Mobile_Nav .Image_div span {
  color: #fafafa;
  font-size: 21px;
  position: absolute;
  left: 7px;
  top: 17px;
}
/* line 814, ../sass/Main_ar.scss */
.Mobile_Nav h1, .Mobile_Nav a {
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0px 0px 3px #384958;
}
/* line 821, ../sass/Main_ar.scss */
.Mobile_Nav label {
  text-align: center;
  font-size: 26px;
  margin-left: 6%;
  padding: 9px;
  padding-left: 0px;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0px 0px 3px #384958;
}

/* line 833, ../sass/Main_ar.scss */
.Fast_services {
  height: 50px;
  position: absolute;
  top: -78px;
  z-index: 100;
  right: 0px;
  left: 0px;
}
/* line 840, ../sass/Main_ar.scss */
.Fast_services .Butons {
  width: 400px;
  background-color: #384958;
  height: 50px;
  box-shadow: inset 0px 1px 0px #384958, 0px 5px 0px 0px #253645, 0px 10px 5px rgba(161, 161, 161, 0.63), 0px 4px 5px rgba(161, 161, 161, 0.63);
  margin: 0px auto;
  border-radius: 6px;
}
/* line 841, ../sass/Main_ar.scss */
.Fast_services .Butons .fa-cog {
  -webkit-animation: rotategar 3s infinite;
  /* Safari 4.0 - 8.0 */
  animation: rotategar 3s infinite;
}
@-webkit-keyframes rotategar {
  from {
    ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari */
    transform: rotate(0deg);
  }
  to {
    ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Safari */
    transform: rotate(360deg);
  }
}
@keyframes rotategar {
  from {
    ms-transform: rotate(0deg);
    /* IE 9 */
    -webkit-transform: rotate(0deg);
    /* Safari */
    transform: rotate(0deg);
  }
  to {
    ms-transform: rotate(360deg);
    /* IE 9 */
    -webkit-transform: rotate(360deg);
    /* Safari */
    transform: rotate(360deg);
  }
}
/* line 862, ../sass/Main_ar.scss */
.Fast_services .Butons .fa-desktop {
  -webkit-animation: shadow 3s infinite;
  /* Safari 4.0 - 8.0 */
  animation: shadow 3s infinite;
}
@-webkit-keyframes shadow {
  from {
    text-shadow: 0px 0px 3px #f06523;
  }
  to {
    text-shadow: 0px 0px 1px #384958;
  }
}
@keyframes shadow {
  from {
    text-shadow: 0px 0px 3px #f06523;
  }
  to {
    text-shadow: 0px 0px 1px #384958;
  }
}
/* line 883, ../sass/Main_ar.scss */
.Fast_services .Butons .Mech {
  border-left: 2px solid #1f2e3a;
}
/* line 889, ../sass/Main_ar.scss */
.Fast_services .Butons .Mech ul {
  display: none;
  top: 45px;
  padding-top: 5px;
  right: 48px;
  z-index: 100;
  box-shadow: -1px 4px 6px #f26623;
  width: 150%;
  background-color: #f06523;
  position: absolute;
}
/* line 899, ../sass/Main_ar.scss */
.Fast_services .Butons .Mech ul li {
  font-family: Lato-Regular;
  font-weight: 600;
  font-size: 18px;
  color: #f26623;
  position: relative;
  line-height: 46px;
  height: 41px;
}
/* line 907, ../sass/Main_ar.scss */
.Fast_services .Butons .Mech ul li a {
  color: #384958;
}
/* line 910, ../sass/Main_ar.scss */
.Fast_services .Butons .Mech ul li .glyphicon {
  position: absolute;
  left: 6px;
  top: 11px;
}
/* line 915, ../sass/Main_ar.scss */
.Fast_services .Butons .Mech ul li ul {
  display: none !important;
  background-color: #384958;
  box-shadow: -3px 0px 3px #384958;
  display: inherit;
  position: absolute;
  top: 0px;
  width: 100%;
  top: 0px;
  right: 297px;
}
/* line 927, ../sass/Main_ar.scss */
.Fast_services .Butons .Mech ul li:hover {
  background-color: #384958 !important;
}
/* line 929, ../sass/Main_ar.scss */
.Fast_services .Butons .Mech ul li:hover a {
  color: #f26623;
}
/* line 932, ../sass/Main_ar.scss */
.Fast_services .Butons .Mech ul li:hover ul {
  display: inherit !important;
}
/* line 934, ../sass/Main_ar.scss */
.Fast_services .Butons .Mech ul li:hover ul li {
  color: #384958;
}
/* line 937, ../sass/Main_ar.scss */
.Fast_services .Butons .Mech ul li:hover ul li:hover {
  background-color: #384958;
  color: #f06523;
}
/* line 944, ../sass/Main_ar.scss */
.Fast_services .Butons .Mech:hover {
  cursor: pointer;
  border-top-right-radius: 6px;
  background-color: #f06523;
}
/* line 948, ../sass/Main_ar.scss */
.Fast_services .Butons .Mech:hover h1 {
  color: #384958;
}
/* line 951, ../sass/Main_ar.scss */
.Fast_services .Butons .Mech:hover ul {
  display: inherit;
}
/* line 953, ../sass/Main_ar.scss */
.Fast_services .Butons .Mech:hover ul li:hover {
  background-color: #f06523;
  color: #384958;
}
/* line 956, ../sass/Main_ar.scss */
.Fast_services .Butons .Mech:hover ul li:hover ul {
  display: inherit !important;
}
/* line 958, ../sass/Main_ar.scss */
.Fast_services .Butons .Mech:hover ul li:hover ul li {
  color: #384958;
}
/* line 961, ../sass/Main_ar.scss */
.Fast_services .Butons .Mech:hover ul li:hover ul li:hover {
  background-color: #384958;
  color: #f06523;
}
/* line 969, ../sass/Main_ar.scss */
.Fast_services .Butons .Autom {
  border-right: 2px solid #1f2e3a;
}
/* line 974, ../sass/Main_ar.scss */
.Fast_services .Butons .Autom ul {
  display: none;
  top: 45px;
  padding-top: 5px;
  right: -154px;
  z-index: 100;
  /* box-shadow: 1px 4px 6px #384958; */
  width: 150%;
  background-color: #f06523;
  position: absolute;
}
/* line 985, ../sass/Main_ar.scss */
.Fast_services .Butons .Autom ul li {
  font-family: Lato-Regular;
  font-weight: 600;
  font-size: 18px;
  color: #f26623;
  position: relative;
  line-height: 46px;
  height: 41px;
}
/* line 993, ../sass/Main_ar.scss */
.Fast_services .Butons .Autom ul li a {
  color: #384958;
  text-decoration: none;
}
/* line 997, ../sass/Main_ar.scss */
.Fast_services .Butons .Autom ul li .glyphicon {
  position: absolute;
  left: 6px;
  top: 11px;
}
/* line 1002, ../sass/Main_ar.scss */
.Fast_services .Butons .Autom ul li ul {
  display: none !important;
  background-color: #384958;
  box-shadow: -3px 0px 3px #384958;
  display: inherit;
  position: absolute;
  width: 100%;
  top: 0px;
  right: 297px;
}
/* line 1013, ../sass/Main_ar.scss */
.Fast_services .Butons .Autom ul li:hover {
  background-color: #384958;
  color: #384958;
}
/* line 1016, ../sass/Main_ar.scss */
.Fast_services .Butons .Autom ul li:hover a {
  color: #f26623;
}
/* line 1019, ../sass/Main_ar.scss */
.Fast_services .Butons .Autom ul li:hover ul {
  display: inherit !important;
}
/* line 1021, ../sass/Main_ar.scss */
.Fast_services .Butons .Autom ul li:hover ul li {
  color: #384958;
}
/* line 1024, ../sass/Main_ar.scss */
.Fast_services .Butons .Autom ul li:hover ul li:hover {
  background-color: #384958;
  color: #f06523;
}
/* line 1031, ../sass/Main_ar.scss */
.Fast_services .Butons .Autom:hover {
  cursor: pointer;
  border-top-left-radius: 6px;
  background-color: #f06523;
}
/* line 1035, ../sass/Main_ar.scss */
.Fast_services .Butons .Autom:hover h1 {
  color: #384958;
}
/* line 1038, ../sass/Main_ar.scss */
.Fast_services .Butons .Autom:hover ul {
  display: inherit;
}
/* line 1042, ../sass/Main_ar.scss */
.Fast_services .Butons .Serv {
  position: relative;
  line-height: 55px;
  text-align: center;
  width: 50%;
  height: 50px;
  float: right;
}
/* line 1049, ../sass/Main_ar.scss */
.Fast_services .Butons .Serv a:hover {
  text-decoration: none;
}
/* line 1052, ../sass/Main_ar.scss */
.Fast_services .Butons .Serv h1 {
  font-weight: 100;
  margin: 0px;
  padding: 0px;
  color: #f26623;
}
/* line 1057, ../sass/Main_ar.scss */
.Fast_services .Butons .Serv h1 i {
  position: absolute;
  font-size: 20;
  top: 16px;
  right: 10px;
}

/* line 1068, ../sass/Main_ar.scss */
.Head {
  height: 363px;
}
/* line 1070, ../sass/Main_ar.scss */
.Head img {
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

/* line 1078, ../sass/Main_ar.scss */
.Contact_us .err_msg {
  width: 623px;
  opacity: 0;
  display: none;
  top: 10px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  left: 50%;
  z-index: 100;
  background-color: #f15e23;
  margin-left: -311px;
  height: 35px;
}
/* line 1091, ../sass/Main_ar.scss */
.Contact_us .err_msg h1 {
  padding: 0px;
  margin: 0px;
  letter-spacing: 2px;
  color: #384950;
  font-weight: 600;
  box-shadow: 0px 0px 2px #384950;
  font-size: 20;
}
/* line 1101, ../sass/Main_ar.scss */
.Contact_us .Tel {
  margin: 20px 180px;
}
/* line 1103, ../sass/Main_ar.scss */
.Contact_us .Tel .card {
  background-color: #f15e23;
  box-shadow: 0px 0px 9px #f15e23;
  text-align: center;
  margin: 10px 120px;
  border-radius: 21px;
  padding: 5px 0px;
}
/* line 1110, ../sass/Main_ar.scss */
.Contact_us .Tel .card .icon {
  margin: 0px 14px;
  width: 30px;
  height: 30px;
  background-color: #384958;
  box-shadow: 0px 0px 5px #384958;
  border-radius: 50%;
  float: left;
  text-align: center;
  margin-top: 1px;
}
/* line 1120, ../sass/Main_ar.scss */
.Contact_us .Tel .card .icon span {
  line-height: 30px;
  font-size: 18px;
  color: #f15e23;
}
/* line 1126, ../sass/Main_ar.scss */
.Contact_us .Tel .card label {
  color: #384958;
  text-shadow: 0px 0px 1px #384958;
  line-height: 33px;
  font-size: 23px;
}
/* line 1133, ../sass/Main_ar.scss */
.Contact_us .Tel .Right {
  margin: 10px 0px;
}
/* line 1136, ../sass/Main_ar.scss */
.Contact_us .Tel .Left {
  margin: 10px 0px;
}
/* line 1140, ../sass/Main_ar.scss */
.Contact_us .Mail {
  position: relative;
}
/* line 1143, ../sass/Main_ar.scss */
.Contact_us .Mail textarea {
  font-size: 19px;
  color: #384958;
  background-color: #e6e8e9;
  border-color: rgba(56, 73, 88, 0.67);
  margin: 10px auto;
  height: 500px;
  resize: none;
  margin-bottom: 0px;
  max-width: 621px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom: 0px;
}
/* line 1157, ../sass/Main_ar.scss */
.Contact_us .Mail textarea:focus {
  box-shadow: 0px 0px 3px #384958;
  border-color: #384958;
}
/* line 1162, ../sass/Main_ar.scss */
.Contact_us .Mail .foot {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 5px;
  max-width: 621px;
  margin: 0px auto;
  background-color: #384958;
  height: 50px;
}
/* line 1172, ../sass/Main_ar.scss */
.Contact_us .Mail .foot .btn {
  float: left;
  text-shadow: 0px 0px 3px #f26223;
  width: 80px;
  height: 30px;
  margin: 3px 12px;
  box-shadow: 0px 0px 3px #f15e23;
  box-shadow: 0px 0px 3px #f15e23;
  border-radius: 7px;
  font-weight: 600;
  line-height: 19px;
  margin-top: 4px;
  letter-spacing: 1px;
  background-color: #f15e23;
  color: #384958;
}
/* line 1187, ../sass/Main_ar.scss */
.Contact_us .Mail .foot .btn:hover {
  background-color: #f94f0a !important;
}
/* line 1191, ../sass/Main_ar.scss */
.Contact_us .Mail .foot .image-upload {
  float: right;
}
/* line 1193, ../sass/Main_ar.scss */
.Contact_us .Mail .foot .image-upload .La_input {
  height: 30px;
  float: right;
  color: #384958;
  border-radius: 7px;
  font-size: 19px;
  padding: 3px 8px;
  box-shadow: 0px 0px 3px #f15e23;
  line-height: 26px;
  margin-right: 6px;
  margin-top: 4px;
  background-color: #f15e23;
}
/* line 1205, ../sass/Main_ar.scss */
.Contact_us .Mail .foot .image-upload .La_input:hover {
  background-color: #f94f0a;
  cursor: pointer;
}
/* line 1210, ../sass/Main_ar.scss */
.Contact_us .Mail .foot .image-upload .fa {
  margin-left: 5px;
}
/* line 1213, ../sass/Main_ar.scss */
.Contact_us .Mail .foot .image-upload .Name {
  float: right;
  color: white;
  line-height: 20px;
  height: 20px;
  font-size: 13px;
  margin: 10px;
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* line 1224, ../sass/Main_ar.scss */
.Contact_us .Mail .foot .image-upload input {
  display: none;
}
/* line 1229, ../sass/Main_ar.scss */
.Contact_us .Mail ::-webkit-input-placeholder {
  color: #384958;
  opacity: 0.5;
  font-size: 15px;
}
/* line 1234, ../sass/Main_ar.scss */
.Contact_us .Mail :-moz-placeholder {
  /* Firefox 18- */
  color: #384958;
  opacity: 0.5;
  font-size: 15px;
}
/* line 1240, ../sass/Main_ar.scss */
.Contact_us .Mail ::-moz-placeholder {
  /* Firefox 19+ */
  color: #384958;
  opacity: 0.5;
  font-size: 15px;
}
/* line 1246, ../sass/Main_ar.scss */
.Contact_us .Mail :-ms-input-placeholder {
  color: #384958;
  opacity: 0.5;
  font-size: 15px;
}
/* line 1251, ../sass/Main_ar.scss */
.Contact_us .Mail .new_gro {
  margin: 10px auto;
  max-width: 700px;
}
/* line 1254, ../sass/Main_ar.scss */
.Contact_us .Mail .new_gro span {
  border-radius: 0px 5px 5px 0px;
  width: 121px;
  border-color: #f15e23;
  color: #384958;
  font-weight: 600;
  border-left: 0px;
  background-color: #f15e23;
}
/* line 1264, ../sass/Main_ar.scss */
.Contact_us .Mail .new_gro input {
  width: 500px;
  border-radius: 5px 0px 0px 5px;
  border-left: 0px;
  font-size: 18px;
  border-color: rgba(56, 73, 88, 0.67);
  background-color: rgba(56, 73, 88, 0.1);
  color: #384958;
  border-left: 1px solid;
  border-right: 0px;
  font-weight: 600;
}
/* line 1276, ../sass/Main_ar.scss */
.Contact_us .Mail .new_gro input:focus {
  box-shadow: 0px 0px 0px #f15e23;
  color: #f15e23;
  border-color: #f15e23;
}

/* line 1285, ../sass/Main_ar.scss */
.Category {
  padding: 10px;
}
/* line 1287, ../sass/Main_ar.scss */
.Category .Name_Sub {
  width: 90%;
  position: relative;
  margin: 0px auto;
  padding: 6px 25px;
  box-shadow: 0px 0px 3px #384958;
  border-bottom: 3px solid #384958;
}
/* line 1294, ../sass/Main_ar.scss */
.Category .Name_Sub a {
  font-size: 26px;
}
/* line 1297, ../sass/Main_ar.scss */
.Category .Name_Sub i {
  right: 5px;
  margin-left: 10px;
  position: absolute;
  margin-top: 0px;
  top: 7px;
}
/* line 1306, ../sass/Main_ar.scss */
.Category .Read_M2 {
  padding: 20px 13px;
  margin-right: 73px;
  margin-bottom: 15px;
}
/* line 1310, ../sass/Main_ar.scss */
.Category .Read_M2 a {
  font-size: 23px;
  /* box-shadow: 0px 0px 5px #f26723; */
  padding: 4px 20px;
  color: #f26723;
  font-family: 'Lato-Regular', Helvetica, 'Trebuchet MS', Tahoma, sans-serif;
  text-shadow: 0px 0px 1px #f26723;
  /* border-bottom: 3px solid rgba(242, 103, 35, 0.43); */
  /* border: 2px solid #f26723; */
  /* border-radius: 10px; */
  /* border-bottom: 2px solid #f26723; */
  margin: 24px;
  padding-right: 7px;
}
/* line 1323, ../sass/Main_ar.scss */
.Category .Read_M2 a i {
  font-size: 21px !important;
  margin-left: 7px;
}
/* line 1327, ../sass/Main_ar.scss */
.Category .Read_M2 a:hover {
  background-color: #f26723;
  color: white;
  text-decoration: none;
  border: 3px solid #f26723;
  cursor: pointer;
}
/* line 1336, ../sass/Main_ar.scss */
.Category .Read_M {
  position: relative;
  margin-right: 73px;
  margin-bottom: 15px;
  padding: 10px 13px;
}
/* line 1341, ../sass/Main_ar.scss */
.Category .Read_M a {
  font-size: 23px;
  box-shadow: 0px 0px 5px #f26723;
  padding: 4px 20px;
  color: #f26723;
  font-family: 'Lato-Regular', Helvetica, 'Trebuchet MS', Tahoma, sans-serif;
  text-shadow: 0px 0px 1px #f26723;
  border-bottom: 3px solid rgba(242, 103, 35, 0.43);
  border: 2px solid #f26723;
  /* border-radius: 10px; */
  border-bottom: 2px solid #f26723;
  margin: 24px;
}
/* line 1353, ../sass/Main_ar.scss */
.Category .Read_M a:hover {
  background-color: #f26723;
  color: white;
  text-decoration: none;
  border: 3px solid #f26723;
  cursor: pointer;
}
/* line 1363, ../sass/Main_ar.scss */
.Category .Read_M:hover:before {
  right: 6.5px;
}
/* line 1366, ../sass/Main_ar.scss */
.Category .Read_M:before {
  width: 0px;
  /* display: -webkit-inline-box; */
  height: 0px;
  bottom: 0px;
  top: 11px;
  /* box-shadow: 0px 0px 5px red; */
  position: absolute;
  content: "";
  right: 6px;
  /* background-color: red; */
  border-left: 19px solid transparent;
  border-right: 21px solid transparent;
  border-bottom: 21px solid #f16825;
  transform: rotate(90deg);
}
/* line 1382, ../sass/Main_ar.scss */
.Category .Main_cat {
  width: 100%;
  height: 50px;
  background-color: #384958;
  box-shadow: 0px 0px 7px #384958;
  text-align: center;
  margin-bottom: 21px;
}
/* line 1389, ../sass/Main_ar.scss */
.Category .Main_cat h1 {
  line-height: 49px;
  font-size: 32px;
  margin: 0px;
  padding: 0px;
  color: #f26723;
  font-weight: bold;
  text-shadow: 0px 0px 3px #f26723;
}
/* line 1397, ../sass/Main_ar.scss */
.Category .Main_cat h1 a {
  font-size: 32px;
  color: #f26723;
  font-weight: bold;
  text-shadow: 0px 0px 3px #f26723;
}
/* line 1403, ../sass/Main_ar.scss */
.Category .Main_cat h1 a:hover {
  text-shadow: 0px 0px 3px white;
}
/* line 1408, ../sass/Main_ar.scss */
.Category .Sub_cat {
  margin: 0px auto;
  width: 90%;
  height: 50px;
  background-color: #f26723;
  box-shadow: 0px 0px 7px #f26622;
  text-align: center;
  margin-bottom: 21px;
}
/* line 1416, ../sass/Main_ar.scss */
.Category .Sub_cat h1 {
  line-height: 49px;
  font-size: 32px;
  margin: 0px;
  padding: 0px;
  color: #384958;
  font-weight: bold;
  text-shadow: 0px 0px 3px #384958;
}
/* line 1424, ../sass/Main_ar.scss */
.Category .Sub_cat h1 a {
  color: #384958;
  font-weight: bold;
  font-size: 30px;
  text-shadow: 0px 0px 3px #384958;
}
/* line 1430, ../sass/Main_ar.scss */
.Category .Sub_cat h1 a:hover {
  text-shadow: 0px 0px 3px white;
}

/* line 1439, ../sass/Main_ar.scss */
.About {
  position: relative;
  padding: 10px 0px;
}
/* line 1444, ../sass/Main_ar.scss */
.About .columns {
  width: 100%;
  float: right;
  box-sizing: border-box;
}
/* line 1449, ../sass/Main_ar.scss */
.About p {
  font-size: 20px;
  white-space: pre-wrap;
  font-family: Lato-Regular;
  padding: 0px 50px;
  color: #384958;
  margin-bottom: 20px;
}
/* line 1458, ../sass/Main_ar.scss */
.About .Main_cat {
  width: 100%;
  height: 50px;
  background-color: #384958;
  box-shadow: 0px 0px 7px #384958;
  text-align: center;
  margin-bottom: 21px;
}
/* line 1465, ../sass/Main_ar.scss */
.About .Main_cat h1 {
  line-height: 49px;
  font-size: 32px;
  margin: 0px;
  padding: 0px;
  color: #f26723;
  font-weight: bold;
  text-shadow: 0px 0px 3px #f26723;
}
/* line 1473, ../sass/Main_ar.scss */
.About .Main_cat h1 a {
  color: #f26723;
  font-weight: bold;
  text-shadow: 0px 0px 3px #f26723;
}
/* line 1478, ../sass/Main_ar.scss */
.About .Main_cat h1 a:hover {
  text-shadow: 0px 0px 3px white;
}
/* line 1483, ../sass/Main_ar.scss */
.About .Sub_cat {
  margin: 0px auto;
  width: 90%;
  height: 50px;
  background-color: #f26723;
  box-shadow: 0px 0px 7px #f26622;
  text-align: center;
  margin-bottom: 21px;
}
/* line 1491, ../sass/Main_ar.scss */
.About .Sub_cat h1 {
  line-height: 49px;
  font-size: 32px;
  margin: 0px;
  padding: 0px;
  color: #384958;
  font-weight: bold;
  text-shadow: 0px 0px 3px #384958;
}
/* line 1499, ../sass/Main_ar.scss */
.About .Sub_cat h1 a {
  color: #384958;
  font-weight: bold;
  text-shadow: 0px 0px 3px #384958;
}
/* line 1504, ../sass/Main_ar.scss */
.About .Sub_cat h1 a:hover {
  text-shadow: 0px 0px 3px white;
}
/* line 1510, ../sass/Main_ar.scss */
.About .test {
  margin-top: 50px;
  margin-bottom: 150px;
}
/* line 1515, ../sass/Main_ar.scss */
.About .Second-test .Out_div {
  height: 210px;
  width: 210px;
  position: relative;
  padding: 10px;
  margin: 0px;
}
/* line 1522, ../sass/Main_ar.scss */
.About .thre_tow .Second-test .Out_div {
  height: 235px;
  width: 235px;
  position: relative;
  padding: 10px;
  margin: 0px;
}
/* line 1530, ../sass/Main_ar.scss */
.About .tow_one .Second-test .Out_div {
  height: 225px;
  width: 225px;
  position: relative;
  padding: 10px;
  margin: 0px;
}
/* line 1539, ../sass/Main_ar.scss */
.About .Second-testt .Out_div {
  height: 150px;
  width: 213px;
  position: relative;
  padding: 10px;
  margin: 0px;
  margin-top: -138px;
}
/* line 1548, ../sass/Main_ar.scss */
.About .thre_tow .Second-testt .Out_div {
  height: 150px;
  width: 235px;
  position: relative;
  padding: 10px;
  margin: 0px;
  margin-top: -96px;
}
/* line 1557, ../sass/Main_ar.scss */
.About .tow_one .Second-testt .Out_div {
  height: 150px;
  width: 235px;
  position: relative;
  padding: 10px;
  margin: 0px;
  margin-top: -96px;
}
/* line 1567, ../sass/Main_ar.scss */
.About .Inner_div img {
  /* padding-left: 15px; */
  width: 100px;
  margin: 25px 25px;
  vertical-align: middle;
  border-radius: 0px;
  /* margin: 25% 13%; */
  transform: rotate(45deg);
  height: 85px;
}
/* line 1577, ../sass/Main_ar.scss */
.About .thre_tow .Inner_div img {
  width: 135px;
  margin: 35px 11px;
  vertical-align: middle;
  border-radius: 0px;
  /* margin: 25% 13%; */
  transform: rotate(45deg);
  height: 85px;
}
/* line 1586, ../sass/Main_ar.scss */
.About .tow_one .Inner_div img {
  padding-right: 19px;
  padding-bottom: 7px;
  margin: 25% 13%;
  width: 125px;
  vertical-align: middle;
  transform: rotate(45deg);
  height: 100px;
}
/* line 1596, ../sass/Main_ar.scss */
.About .Inner_div {
  z-index: 10000;
  line-height: 150px;
  position: absolute;
  transform: rotate(-45deg);
  width: 150px;
  height: 150px;
  top: 24px;
  box-shadow: 0px 0px 11px rgba(56, 73, 88, 0.61);
  border: 3px solid #384958;
  right: 24px;
}
/* line 1610, ../sass/Main_ar.scss */
.About .Inner_div:hover {
  box-shadow: 0px 0px 11px #f26723;
  cursor: default;
}
/* line 1615, ../sass/Main_ar.scss */
.About .Inner_div:hover .name {
  display: inherit;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
/* line 1620, ../sass/Main_ar.scss */
.About .thre_tow .Inner_div {
  position: absolute;
  transform: rotate(-45deg);
  width: 162px;
  height: 162px;
  top: 24px;
  right: 24px;
}
/* line 1628, ../sass/Main_ar.scss */
.About .tow_one .Inner_div {
  position: absolute;
  transform: rotate(-45deg);
  width: 155px;
  height: 155px;
  top: 24px;
  right: 24px;
}
/* line 1637, ../sass/Main_ar.scss */
.About .Second-test {
  width: 841px;
  height: 255px;
  display: block;
  margin: 20px auto;
}
/* line 1643, ../sass/Main_ar.scss */
.About .thre_tow .Second-test {
  width: 705px;
  height: 225px;
  display: block;
  margin: 20px auto;
}
/* line 1651, ../sass/Main_ar.scss */
.About .tow_one .Second-test {
  width: 450px;
  height: 225px;
  display: block;
  margin: 20px auto;
}
/* line 1658, ../sass/Main_ar.scss */
.About .One_One .Second-test {
  width: 230px;
  height: 225px;
  display: block;
  margin: 31px auto;
}
/* line 1666, ../sass/Main_ar.scss */
.About .Second-testt {
  width: 639px;
  height: 15px;
  display: block;
  margin: 20px auto;
}
/* line 1673, ../sass/Main_ar.scss */
.About .thre_tow .Second-testt {
  width: 472px;
  height: 15px;
  display: block;
  margin: 20px auto;
}
/* line 1681, ../sass/Main_ar.scss */
.About .tow_one .Second-testt {
  width: 235px;
  height: 34px;
  display: block;
  margin: 20px auto;
}
/* line 1691, ../sass/Main_ar.scss */
.About .name {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(242, 103, 35, 0.96);
}
/* line 1700, ../sass/Main_ar.scss */
.About .name h3 {
  color: white;
  transform: rotate(45deg);
  font-size: 19px;
  margin-right: -80px;
  text-align: center;
  margin-left: -75px;
}
/* line 1710, ../sass/Main_ar.scss */
.About .One_One {
  display: none;
}
/* line 1714, ../sass/Main_ar.scss */
.About .thre_tow {
  display: none;
}
/* line 1717, ../sass/Main_ar.scss */
.About .tow_one {
  display: none;
}
@media (max-width: 1070px) {
  /* line 1722, ../sass/Main_ar.scss */
  .About .Thr_four {
    display: none;
  }
  /* line 1725, ../sass/Main_ar.scss */
  .About .thre_tow {
    display: inherit;
  }
}
@media (max-width: 750px) {
  /* line 1730, ../sass/Main_ar.scss */
  .About .tow_one {
    display: inherit;
  }
  /* line 1733, ../sass/Main_ar.scss */
  .About .thre_tow {
    display: none;
  }
}
@media (max-width: 480px) {
  /* line 1738, ../sass/Main_ar.scss */
  .About .tow_one {
    display: none;
  }
  /* line 1741, ../sass/Main_ar.scss */
  .About .One_One {
    display: inherit;
  }
}
/* line 1747, ../sass/Main_ar.scss */
.About .column, .About .columns {
  width: 100%;
  float: right;
  box-sizing: border-box;
}

/* line 1756, ../sass/Main_ar.scss */
.Product {
  padding: 10px;
}
/* line 1758, ../sass/Main_ar.scss */
.Product .Main_h {
  font-size: 26px;
  margin-right: 25px;
  padding: 5px 15px;
  color: #384958;
  font-weight: bold;
  text-shadow: 0px 0px 3px #384958;
}
/* line 1768, ../sass/Main_ar.scss */
.Product .Sub_cat {
  margin: 0px auto;
  width: 90%;
  height: 50px;
  background-color: #f26723;
  box-shadow: 0px 0px 7px #f26622;
  text-align: center;
  margin-bottom: 21px;
  margin-top: 21px;
}
/* line 1777, ../sass/Main_ar.scss */
.Product .Sub_cat h1 {
  line-height: 49px;
  font-size: 32px;
  margin: 0px;
  padding: 0px;
  color: #384958;
  font-weight: bold;
  text-shadow: 0px 0px 3px #384958;
}
/* line 1785, ../sass/Main_ar.scss */
.Product .Sub_cat h1 a {
  color: #384958;
  font-weight: bold;
  text-shadow: 0px 0px 3px #384958;
}
/* line 1790, ../sass/Main_ar.scss */
.Product .Sub_cat h1 a:hover {
  text-shadow: 0px 0px 3px white;
}
/* line 1795, ../sass/Main_ar.scss */
.Product .Main_cat {
  width: 100%;
  height: 50px;
  background-color: #384958;
  box-shadow: 0px 0px 7px #384958;
  text-align: center;
  margin-bottom: 21px;
}
/* line 1802, ../sass/Main_ar.scss */
.Product .Main_cat h1 {
  line-height: 49px;
  font-size: 32px;
  margin: 0px;
  padding: 0px;
  color: #f26723;
  font-weight: bold;
  text-shadow: 0px 0px 3px #f26723;
}
/* line 1812, ../sass/Main_ar.scss */
.Product .Read_M {
  padding: 20px 13px;
}
/* line 1814, ../sass/Main_ar.scss */
.Product .Read_M a {
  font-size: 23px;
  box-shadow: 0px 0px 5px #f26723;
  padding: 4px 20px;
  color: #f26723;
  font-family: 'Lato-Regular', Helvetica, 'Trebuchet MS', Tahoma, sans-serif;
  text-shadow: 0px 0px 1px #f26723;
  border-bottom: 3px solid rgba(242, 103, 35, 0.43);
  border: 2px solid #f26723;
  /* border-radius: 10px; */
  border-bottom: 2px solid #f26723;
  margin: 24px;
}
/* line 1826, ../sass/Main_ar.scss */
.Product .Read_M a:hover {
  background-color: #f26723;
  color: white;
  text-decoration: none;
  border: 3px solid #f26723;
  cursor: pointer;
}
/* line 1835, ../sass/Main_ar.scss */
.Product p.Parag {
  line-height: 30px;
  font-size: 20px;
  white-space: pre-wrap;
  font-family: Lato-Regular;
  padding: 0px 38px;
  color: #384958;
}

@media only screen and (max-width: 1200px) {
  /* line 1847, ../sass/Main_ar.scss */
  .Le_C {
    margin: 10px 0px;
    width: 85%;
  }

  /* line 1851, ../sass/Main_ar.scss */
  .Ri_C {
    float: left;
    margin: 10px 0px;
    width: 85%;
  }
}
@media only screen and (max-width: 992px) {
  /* line 1859, ../sass/Main_ar.scss */
  .Fire_logo, .Fire_logo_Gal {
    display: none;
  }

  /* line 1862, ../sass/Main_ar.scss */
  .Activity {
    margin: 10px auto;
    float: initial;
  }

  /* line 1866, ../sass/Main_ar.scss */
  .Gallery .div_img {
    margin: 12px auto;
  }

  /* line 1869, ../sass/Main_ar.scss */
  .Fire_logo_Gal {
    display: inherit;
  }
}
@media only screen and (max-width: 770px) {
  /* line 1876, ../sass/Main_ar.scss */
  .Footer div {
    text-align: center;
    margin: 10px 0px;
    float: none;
  }
  /* line 1881, ../sass/Main_ar.scss */
  .Footer span {
    float: initial;
  }
}
@media only screen and (max-width: 650px) {
  /* line 1888, ../sass/Main_ar.scss */
  .Activity .Main_Activ p {
    text-align: inherit;
  }

  /* line 1891, ../sass/Main_ar.scss */
  .Contact_us .Mail .new_gro input {
    width: 300px;
  }

  /* line 1894, ../sass/Main_ar.scss */
  .Contact_us .Mail textarea {
    max-width: 421px;
  }

  /* line 1897, ../sass/Main_ar.scss */
  .Contact_us .Mail .foot {
    width: 421px;
  }

  /* line 1900, ../sass/Main_ar.scss */
  .Contact_us .Mail .foot .image-upload .Name {
    max-width: 100px;
  }

  /* line 1904, ../sass/Main_ar.scss */
  .Contact_us .err_msg {
    width: 423px;
    margin-left: -211px;
  }

  /* line 1908, ../sass/Main_ar.scss */
  .Gallery {
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 500px) {
  /* line 1914, ../sass/Main_ar.scss */
  .Activity {
    width: 100%;
  }

  /* line 1917, ../sass/Main_ar.scss */
  .Diar_col {
    width: 100%;
  }

  /* line 1920, ../sass/Main_ar.scss */
  .Fire_logo_Gal {
    display: none;
  }

  /* line 1923, ../sass/Main_ar.scss */
  .Main_h {
    padding: 13px;
    text-align: center;
  }

  /* line 1928, ../sass/Main_ar.scss */
  .Contact_us .Tel .card label {
    font-size: 20px;
  }

  /* line 1931, ../sass/Main_ar.scss */
  .Contact_us .Tel .card {
    margin: 10px 0px  !important;
  }

  /* line 1934, ../sass/Main_ar.scss */
  .Contact_us .Mail .new_gro input {
    width: 200px;
  }

  /* line 1937, ../sass/Main_ar.scss */
  .Contact_us .Mail textarea {
    max-width: 321px;
  }

  /* line 1940, ../sass/Main_ar.scss */
  .Contact_us .err_msg {
    width: 323px;
    margin-left: -160px;
  }

  /* line 1944, ../sass/Main_ar.scss */
  .Contact_us .Mail .foot {
    width: 321px;
  }

  /* line 1947, ../sass/Main_ar.scss */
  .Contact_us .Mail .foot .image-upload .Name {
    margin: 10px 0px;
    max-width: 33px;
  }
}
@media only screen and (max-width: 450px) {
  /* line 1954, ../sass/Main_ar.scss */
  .Activity {
    height: 450PX;
    width: 250px;
    padding: 0px;
  }
  /* line 1958, ../sass/Main_ar.scss */
  .Activity .Main_Activ {
    height: 250px;
  }
  /* line 1960, ../sass/Main_ar.scss */
  .Activity .Main_Activ p {
    -webkit-line-clamp: 5;
    text-align: left;
    max-height: 107px;
  }
  /* line 1965, ../sass/Main_ar.scss */
  .Activity .Main_Activ p.For_L {
    -webkit-line-clamp: 6;
    max-height: 129px;
  }
  /* line 1970, ../sass/Main_ar.scss */
  .Activity .Div_img {
    position: inherit;
    height: 248px;
    width: 248px;
    padding: 4px;
    top: 0px;
    left: 0px;
  }
  /* line 1977, ../sass/Main_ar.scss */
  .Activity .Div_img img {
    border-radius: 37px 37px 0px 0px;
    width: calc(100% - 4px);
    left: 0px;
  }
}
@media only screen and (max-width: 1225px) {
  /* line 1987, ../sass/Main_ar.scss */
  .Contact_us .Tel {
    margin: 20px 100px;
  }
}
@media only screen and (max-width: 1050px) {
  /* line 1993, ../sass/Main_ar.scss */
  .Contact_us .Tel {
    margin: 20px 80px;
  }
}
@media only screen and (max-width: 900px) {
  /* line 2001, ../sass/Main_ar.scss */
  #jssor_1 {
    display: none;
  }

  /* line 2005, ../sass/Main_ar.scss */
  .Head {
    display: none;
  }

  /* line 2008, ../sass/Main_ar.scss */
  #menu li a {
    padding: 0px 20px;
  }
  /* line 2010, ../sass/Main_ar.scss */
  #menu li a .Icon_Lang {
    left: 2px;
  }

  /* line 2014, ../sass/Main_ar.scss */
  .Logo {
    margin-left: 6px;
  }

  /* line 2017, ../sass/Main_ar.scss */
  .Show_slider {
    display: inherit !important;
  }

  /* line 2020, ../sass/Main_ar.scss */
  .Hide_Slid {
    display: none !important;
  }

  /* line 2023, ../sass/Main_ar.scss */
  .Fast_services {
    display: none;
  }

  /* line 2027, ../sass/Main_ar.scss */
  .Contact_us .Tel {
    margin: 20px 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 2034, ../sass/Main_ar.scss */
  .Contact_us .Tel {
    margin: 20px 80px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 2040, ../sass/Main_ar.scss */
  .Contact_us .Tel {
    margin: 20px 30px;
  }
}
@media only screen and (max-width: 400px) {
  /* line 2047, ../sass/Main_ar.scss */
  .Contact_us .Tel {
    margin: 20px 0px;
  }

  /* line 2051, ../sass/Main_ar.scss */
  .Contact_us .Tel .card label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 770px) {
  /* line 2059, ../sass/Main_ar.scss */
  nav {
    display: none;
  }

  /* line 2062, ../sass/Main_ar.scss */
  .About p {
    text-align: inherit;
  }

  /* line 2064, ../sass/Main_ar.scss */
  .Product p.Parag {
    text-align: inherit;
  }

  /* line 2067, ../sass/Main_ar.scss */
  .Mobile_Nav {
    display: inherit;
  }
}
/* jssor slider bullet navigator skin 05 css */
/*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
/* line 2087, ../sass/Main_ar.scss */
.jssorb05 {
  left: initial !important;
  position: absolute;
}

/* line 2092, ../sass/Main_ar.scss */
.jssorb05 div,
.jssorb05 div:hover,
.jssorb05 .av {
  position: absolute;
  /* size of bullet elment */
  width: 16px;
  height: 16px;
  background: url("../images/b05.png") no-repeat;
  overflow: hidden;
  cursor: pointer;
}

/* line 2104, ../sass/Main_ar.scss */
.jssorb05 div {
  background-position: -7px -7px;
}

/* line 2108, ../sass/Main_ar.scss */
.jssorb05 div:hover,
.jssorb05 .av:hover {
  background-position: -37px -7px;
}

/* line 2113, ../sass/Main_ar.scss */
.jssorb05 .av {
  background-position: -67px -7px;
}

/* line 2117, ../sass/Main_ar.scss */
.jssorb05 .dn,
.jssorb05 .dn:hover {
  background-position: -97px -7px;
}

/* line 2122, ../sass/Main_ar.scss */
.Non_rad {
  border-radius: 0px;
  height: 350px !important;
}

/* jssor slider arrow navigator skin 22 css */
/*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        .jssora22l.jssora22lds      (disabled)
        .jssora22r.jssora22rds      (disabled)
        */
/* line 2142, ../sass/Main_ar.scss */
.fa-arrow-circle-left,
.fa-arrow-circle-right {
  font-size: 45px !important;
}

/* line 2147, ../sass/Main_ar.scss */
.jssora22l,
.jssora22r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 40px;
  height: 58px;
  cursor: pointer;
  overflow: hidden;
}

/* line 2158, ../sass/Main_ar.scss */
.jssora22l {
  background-position: -10px -31px;
}

/* line 2162, ../sass/Main_ar.scss */
.jssora22r {
  background-position: -70px -31px;
}

/* line 2166, ../sass/Main_ar.scss */
.jssora22l:hover {
  background-position: -130px -31px;
}

/* line 2170, ../sass/Main_ar.scss */
.jssora22r:hover {
  background-position: -190px -31px;
}

/* line 2174, ../sass/Main_ar.scss */
.jssora22l.jssora22ldn {
  background-position: -250px -31px;
}

/* line 2178, ../sass/Main_ar.scss */
.jssora22r.jssora22rdn {
  background-position: -310px -31px;
}

/* line 2182, ../sass/Main_ar.scss */
.jssora22l.jssora22lds {
  background-position: -10px -31px;
  opacity: .3;
  pointer-events: none;
}

/* line 2188, ../sass/Main_ar.scss */
.jssora22r.jssora22rds {
  background-position: -70px -31px;
  opacity: .3;
  pointer-events: none;
}

/* line 2195, ../sass/Main_ar.scss */
.Loading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

/* line 2203, ../sass/Main_ar.scss */
.Loading img {
  opacity: 0.7;
  position: fixed;
  top: 0px;
  width: 75px;
  height: 75px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  opacity: 1;
  border-radius: 0px;
}

/* line 2217, ../sass/Main_ar.scss */
.Loading img.First {
  opacity: 0;
  -webkit-animation: Fir_an;
  /* Safari 4.0 - 8.0 */
  animation: Fir_an;
  animation-duration: 10s;
  /*animation-delay: .5s;*/
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@-webkit-keyframes Fir_an {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes Fir_an {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
/* line 2264, ../sass/Main_ar.scss */
.Loading img.Sec {
  width: 0px;
  -webkit-animation: Sec_an;
  /* Safari 4.0 - 8.0 */
  animation: Sec_an;
  animation-duration: 10s;
  /*animation-delay: .5s;*/
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@-webkit-keyframes Sec_an {
  0% {
    width: 0px;
  }
  15% {
    width: 0px;
  }
  25% {
    width: 75px;
  }
  75% {
    width: 75px;
  }
  100% {
    width: 75px;
  }
}
@keyframes Sec_an {
  0% {
    width: 0px;
  }
  15% {
    width: 0px;
  }
  25% {
    width: 75px;
  }
  75% {
    width: 75px;
  }
  100% {
    width: 75px;
  }
}
/* line 2311, ../sass/Main_ar.scss */
.Loading img.Thierd {
  width: 0px;
  -webkit-animation: Thi_an;
  /* Safari 4.0 - 8.0 */
  animation: Thi_an;
  animation-duration: 10s;
  /*animation-delay: .5s;*/
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@-webkit-keyframes Thi_an {
  0% {
    width: 0px;
  }
  15% {
    width: 0px;
  }
  25% {
    width: 0px;
  }
  35% {
    width: 75px;
  }
  100% {
    width: 75px;
  }
}
@keyframes Thi_an {
  0% {
    width: 0px;
  }
  15% {
    width: 0px;
  }
  25% {
    width: 0px;
  }
  35% {
    width: 75px;
  }
  100% {
    width: 75px;
  }
}
/* line 2358, ../sass/Main_ar.scss */
.Loading img.Forth {
  height: 0px;
  -webkit-animation: For_an;
  /* Safari 4.0 - 8.0 */
  animation: For_an;
  animation-duration: 10s;
  /*animation-delay: .5s;*/
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@-webkit-keyframes For_an {
  0% {
    height: 0px;
  }
  35% {
    height: 0px;
  }
  45% {
    height: 75px;
  }
  100% {
    height: 75px;
  }
}
@keyframes For_an {
  0% {
    height: 0px;
  }
  35% {
    height: 0px;
  }
  45% {
    height: 75px;
  }
  100% {
    height: 75px;
  }
}
/* line 2399, ../sass/Main_ar.scss */
.Loading img.Diar {
  width: 0px;
  -webkit-animation: Fif_an;
  /* Safari 4.0 - 8.0 */
  animation: Fif_an;
  animation-duration: 10s;
  /*animation-delay: .5s;*/
  animation-iteration-count: infinite;
  animation-direction: alternate;
  top: 60px;
  left: 4px;
}

@-webkit-keyframes Fif_an {
  0% {
    width: 0px;
  }
  50% {
    width: 0px;
  }
  60% {
    width: 75px;
  }
  90% {
    width: 75px;
  }
  100% {
    width: 75px;
  }
}
@keyframes Fif_an {
  0% {
    width: 0px;
  }
  50% {
    width: 0px;
  }
  60% {
    width: 75px;
  }
  90% {
    width: 75px;
  }
  100% {
    width: 75px;
  }
}
/* line 2449, ../sass/Main_ar.scss */
.Gif_lod {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(160, 160, 160, 0.32);
  z-index: 100000;
}
/* line 2457, ../sass/Main_ar.scss */
.Gif_lod img {
  border-radius: 0px;
  width: auto;
  position: fixed;
  top: 0px;
  width: 75px;
  height: 75px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  margin: auto;
  height: auto;
}


@media (max-width: 370px) {
  /* line 2474, ../sass/Main_ar.scss */
  .modal-body {
    padding: 0px;
  }
}
/* line 2479, ../sass/Main_ar.scss */
.New_tel {
  margin: 5px 20px;
}
/* line 2481, ../sass/Main_ar.scss */
.New_tel .col-lg-6 {
  float: right;
  padding-bottom: 15px;
}
/* line 2485, ../sass/Main_ar.scss */
.New_tel .card {
  padding: 5px 10px;
}
/* line 2487, ../sass/Main_ar.scss */
.New_tel .card .icon {
  color: #f15e23;
  width: 30px;
  text-align: center;
  float: right;
  padding-left: 14px;
  font-size: 18px;
}
/* line 2495, ../sass/Main_ar.scss */
.New_tel .card label {
  direction: ltr;
  font-size: 18px;
}
/* line 2500, ../sass/Main_ar.scss */
.New_tel h3 {
  color: #f15e23;
  font-size: 25px;
  font-weight: 600;
}
