/*! HTML5 Boilerplate v7.3.0 | MIT License | https://html5boilerplate.com/ */

/* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


* {
  outline: 0;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
figure {
  margin: 0!important;
}
body {
  font-family: dana!important;
  background-color: #fff!important;
  direction: rtl;
  text-align: right;
}
a:hover {
  text-decoration: none!important;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

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;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?v1nnrt');
  src:  url('../fonts/icomoon.eot?v1nnrt#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?v1nnrt') format('truetype'),
    url('../fonts/icomoon.woff?v1nnrt') format('woff'),
    url('../fonts/icomoon.svg?v1nnrt#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
  content: "\e92d";
}
.icon-Right:before {
  content: "\e900";
}
.icon-left .path1:before {
  content: "\e901";
  color: rgb(255, 255, 255);
  opacity: 0.18;
}
.icon-left .path2:before {
  content: "\e902";
  margin-left: -1em;
  color: none;
  opacity: 0.84;
}
.icon-left .path3:before {
  content: "\e903";
  margin-left: -1em;
  color: none;
  opacity: 0.84;
}
.icon-left .path4:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(255, 255, 255);
  opacity: 0.84;
}
.icon-user:before {
  content: "\e905";
  color: #efa311;
}
.icon-fax:before {
  content: "\e906";
  color: #efa311;
}
.icon-pin:before {
  content: "\e907";
  color: #efa311;
}
.icon-certificate .path1:before {
  content: "\e908";
  color: rgb(255, 255, 255);
}
.icon-certificate .path2:before {
  content: "\e909";
  margin-left: -0.990234375em;
  color: rgb(247, 235, 3);
}
.icon-certificate .path3:before {
  content: "\e90a";
  margin-left: -0.990234375em;
  color: rgb(239, 163, 17);
}
.icon-certificate .path4:before {
  content: "\e90b";
  margin-left: -0.990234375em;
  color: rgb(239, 163, 17);
}
.icon-certificate .path5:before {
  content: "\e90c";
  margin-left: -0.990234375em;
  color: rgb(238, 238, 238);
}
.icon-certificate .path6:before {
  content: "\e90d";
  margin-left: -0.990234375em;
  color: none;
}
.icon-manufacturing .path1:before {
  content: "\e90e";
  color: rgb(238, 238, 238);
}
.icon-manufacturing .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: rgb(239, 163, 17);
}
.icon-manufacturing .path3:before {
  content: "\e910";
  margin-left: -1em;
  color: rgb(247, 235, 3);
}
.icon-manufacturing .path4:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(247, 235, 3);
}
.icon-manufacturing .path5:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(238, 238, 238);
}
.icon-money .path1:before {
  content: "\e913";
  color: rgb(238, 238, 238);
}
.icon-money .path2:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(238, 238, 238);
}
.icon-money .path3:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(238, 238, 238);
}
.icon-money .path4:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(239, 163, 17);
}
.icon-money .path5:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(247, 235, 3);
}
.icon-money .path6:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(239, 163, 17);
}
.icon-money .path7:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(247, 235, 3);
}
.icon-fast-forward:before {
  content: "\e91a";
  color: #efa311;
}
.icon-warranty .path1:before {
  content: "\e91b";
  color: rgb(238, 238, 238);
}
.icon-warranty .path2:before {
  content: "\e91c";
  margin-left: -0.998046875em;
  color: rgb(247, 235, 3);
}
.icon-warranty .path3:before {
  content: "\e91d";
  margin-left: -0.998046875em;
  color: rgb(239, 163, 17);
}
.icon-warranty .path4:before {
  content: "\e91e";
  margin-left: -0.998046875em;
  color: rgb(239, 163, 17);
}
.icon-warranty .path5:before {
  content: "\e91f";
  margin-left: -0.998046875em;
  color: rgb(239, 163, 17);
}
.icon-warranty .path6:before {
  content: "\e920";
  margin-left: -0.998046875em;
  color: rgb(239, 163, 17);
}
.icon-warranty .path7:before {
  content: "\e921";
  margin-left: -0.998046875em;
  color: rgb(239, 163, 17);
}
.icon-warranty .path8:before {
  content: "\e922";
  margin-left: -0.998046875em;
  color: rgb(238, 238, 238);
}
.icon-warranty .path9:before {
  content: "\e923";
  margin-left: -0.998046875em;
  color: rgb(238, 238, 238);
}
.icon-warranty .path10:before {
  content: "\e924";
  margin-left: -0.998046875em;
  color: rgb(238, 238, 238);
}
.icon-warranty .path11:before {
  content: "\e925";
  margin-left: -0.998046875em;
  color: rgb(238, 238, 238);
}
.icon-warranty .path12:before {
  content: "\e926";
  margin-left: -0.998046875em;
  color: rgb(238, 238, 238);
}
.icon-warranty .path13:before {
  content: "\e927";
  margin-left: -0.998046875em;
  color: rgb(255, 255, 255);
}
.icon-warranty .path14:before {
  content: "\e928";
  margin-left: -0.998046875em;
  color: rgb(255, 255, 255);
}
.icon-warranty .path15:before {
  content: "\e929";
  margin-left: -0.998046875em;
  color: rgb(255, 255, 255);
}
.icon-warranty .path16:before {
  content: "\e92a";
  margin-left: -0.998046875em;
  color: rgb(255, 255, 255);
}
.icon-warranty .path17:before {
  content: "\e92b";
  margin-left: -0.998046875em;
  color: rgb(255, 255, 255);
}
.icon-mail:before {
  content: "\e92c";
  color: #efa311;
}

.main-header {
    position: sticky;
    top: -40px;
    z-index: 99999;
}

.top-menu {
  background-color: #eeeeee;
  padding: 8px 0;
  
}
.top-menu-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-info-mob {
    display: none;
}
.top-menu-phone {
  display: flex;
}
.top-menu-phone li a {
  color: #263238;
  font-size: 16px;
  display: flex;
  margin-left: 59px;
  transition: 0.3s;
}
.top-menu-phone li a:hover , .top-menu-mail:hover {
    color: #efa311;
}
.top-menu-phone li a i {
  color: #efa311;
  margin-left: 5px;
  margin-top: 3px;
}
.top-menu-mail {
  color: #263238;
  font-size: 16px;
   transition: 0.3s;
   display: flex;
direction: ltr;
}
.top-menu-mail i {
  margin-right: 5px;
  margin-top: 3px;
}
.main-menu {
  background-color: #fff;
}
.navbar-brand img {
  width: 100%;
}
.navbar-brand {
  width: 10%;
  padding: 0;
}

.main-menu .navbar-toggler {
    border: 0!important;
}
.main-menu-list li a {
  color: #343547;
  font-size: 16px;
  padding: 0!important;
  position: relative;
  transition: all 0.3s;
  margin: 0 35px!important;
}
.main-menu-list li i {
  display: none;
}

.main-menu-list li:hover a {
    color: #efa311;
}
.main-menu-list li:hover .mega-menu li a {
    color: #263238;
}
.main-menu-list li a::after {
  content: "";
  position: absolute;
  width: 13.5px;
  border-bottom: solid 2px #efa311;
  bottom: -10px;
  right: 0;
  transition: all 0.3s;
}
.main-menu-list li:hover a::after {
  width: 100%;
}
.slider-items-detail {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  max-height: 637px;
}
.slider-items-layer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(89deg, rgba(0, 0, 0, 0) 1%, rgba(11, 11, 11, 0.59) 44%, #121212 100%);
  overflow: hidden;
}
.header-title {
  font-size: 36px;
  color: #fff;
  font-family: dana-bold;
}
.slider-items-layer p {
  color: #ffffff;
  font-size: 20px;
  font-family: dana-md;
  padding-top: 30px;
  padding-bottom: 90px;
}
.slider-details {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100vh;
}
.header-contact-btn {
  border: solid 3px #efa311;
  color: #eeeeee;
  font-size: 16px;
  font-family: dana-md;
  padding: 15px 50px;
  margin-left: 24px;
  transition: all 0.3s;
}
.header-contact-btn:hover {
  background-color: #efa311;
  color: #263238;
}
.header-service-btn {
  background-color: #efa311;
  color: #263238;
  font-size: 16px;
  padding: 15px 60px;
  font-family: dana-md;
  transition: all 0.3s;
  border: solid 3px #efa311;
}
.header-service-btn:hover {
  background-color: transparent;
  color: #eeeeee;
}
.head-swiper-btn-prev::after , .head-swiper-btn-next::after {
  border: solid 1px #ffffff;
  color: #fff;
  font-size: 20px;
  padding: 7px 13px;
}
.head-swiper-btn-prev {
  right: 30px!important;
}
.head-swiper-btn-next {
  left: 30px!important;
}
.swiper-slide .slider-details {
    transform: translateY(800px);
    transition: 1s;
}
.swiper-slide-active .slider-details {
    transform: translateY(0px);
}
.why-us-bg {
    background-color: #f5f5f5;
    padding-top: 137px;
    padding-bottom: 250px;
}
.why-us {
  position: relative;
}
.box-title {
  color: #efa311;
  font-family: dana-bold;
  font-size: 24px;
  margin-bottom: 54px;
}
.box-title span {
  color: #000;
}
.box-title::before {
  content: "";
  border-right: solid 3px #efa311;
  margin-left: 25px;
}
.rectangle-box {
  display: inline-block;
  width: 512px;
  height: 636px;
  border: solid 10px #efa319;
  position: absolute;
  left: 275px;
  z-index: 9;
  top: 50px;
}
.why-us-desc {
  width: 100%;
  box-shadow: 0 6px 15px 0 rgba(0, 0, 0, 0.06);
  padding: 33px 27px;
  background-color: #fff;
  position: relative;
  z-index: 99;
}
.why-us-desc p {
  color: #263238;
  font-size: 16px;
  line-height: 1.7em;
  text-align: justify;
}
.why-us-btn {
  border: solid 2px #efa311;
  color: #efa311;
  font-size: 16px;
  padding: 13px 40px;
  display: inline-block;
  margin-top: 90px;
  float: left;
  transition: all 0.3s;
}
.why-us-btn:hover {
  background-color: #efa311;
  color: #fff;
}
.why-us-img-box {
  width: 497px;
  height: 582px;
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 136px;
  top: 5px;
  z-index: 99;
}
.sabeghe {
  color: #efa311;
  font-size: 30px;
  font-family: dana-demibold;
  position: absolute;
  right: 20px;
    bottom: 20px;
}
.sabeghe-mob {
    display: none;
}
.sabeghe span {
  color: #9b9b9b;
}
.more-pro-btn {
  padding: 13px 45px;
  color: #efa311;
  font-size: 16px;
  border: solid 2px #efa311;
  transition: all 0.3s;
}
.more-pro-btn:hover {
  background-color: #efa311;
  color: #fff;
}
.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section-header .box-title {
  margin-bottom: 0;
}
.product-img {
    height: 233px;
    overflow:hidden;
    display: inline-block;
}
.product-img img {
  width: 100%;
  transition: all 0.3s;
}
.section-header {
  margin-bottom: 100px;
}
.product-info {
  background-color: transparent;
  margin-right: 10px 0;
  transition:all 0.3s;
  overflow: hidden;
}
.product-info:hover {
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
.product-info:hover .product-img img {
    transform: scale(1.1);
}
.pro-desc-header {
  padding: 15px;
}
.pro-desc-header h3 a {
  color: #263238;
  font-size: 20px;
  font-family: dana-bold;
}
.list-info-pro-desc {
  padding: 10px 30px 40px 15px;
  border-bottom: solid 1px #eeeeee;
  line-height: 2em;
}
.list-info-pro-desc li {
  color: #707070;
  font-size: 16px;
  position: relative;
}
.list-info-pro-desc li::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #efa311;
  position: absolute;
  right: -15px;
  top: 13px;
}
.our-products {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 120px;
}
.pro-desc-footer a {
  color: #efa311;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: flex-end;
}
.pro-desc-footer a i {
  margin-right: 12px;
  transition: all 0.3s;
}
.pro-desc-footer a:hover i {
  margin-right: 15px;
}
.our-service {
  background: linear-gradient(to right ,rgba(9, 9, 9, 0.42) ,rgba(9, 9, 9, 0.42)) , url('../img/parallax.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 93px;
  padding-top: 60px;
}
.our-service .box-title span {
  color: #fff;
}
.parallax-title {
  color: #f7eb03;
  font-size: 20px;
  font-family: dana-md;
  margin-bottom: 38px;
}
.parallax-desc p {
  line-height: 1.7em;
  text-align: justify;
  color: #ffffff;
  font-size: 16px;
}
.parallax-slider-box {
  position: relative;
}
.parallax-slider-rectangle {
  width: 521px;
  height: 344px;
  border: solid 5px #fff;
  position: absolute;
  top: -30px;
  left: -10px;
}
.parallax-slider .swiper-slide img {
  width: 100%;
}
.parallax-slider {
  width: 518px!important;
  height: 395px!important;
  margin-top: 45px;
  margin-left: 54px;
}
.parallax-next::after ,.parallax-prev::after {
  font-family: 'icomoon' !important;
  content: "\e91a"!important;
  color: #efa311;
  font-size: 17px;
  background-color: rgba(0,0,0,0.5);
  padding: 12px;
  
}
.parallax-next ,.parallax-prev {
  top:93%!important;
}
.parallax-prev {
  right: 7px!important;
}
.parallax-next {
  left: 420px!important;
}
.parallax-prev::after {
  transform: rotate(180deg);
}
.parallax-slider .swiper-slide {
  height: 70%!important;
}
.new-products {
  margin: 70px 0;
}
.new-pro-info img {
  width: 100%;
}
.new-pro-title {
  color: #263238;
  font-size: 20px;
  font-family: dana-md;
  position: relative;
  margin-top: 28px;
  padding-right: 10px;
}
.new-pro-title::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #263238;
  position: absolute;
  right: 0;
  top: 13px;
}
.new-pro-info p , .pro-small-details p {
  text-align: justify;
  line-height: 1.7em;
  color: #707070;
  font-size: 16px;
  padding: 13px 0;
}
.new-pro-btn {
  border: solid 2px #efa311;
  padding: 12px 30px;
  display: inline-block;
  color: #efa311;
  font-size: 16px;
  font-family: dana-md;
  margin-top: 30px;
  transition: all 0.3s;
}
.new-pro-btn:hover {
  background-color: #efa311;
  color: #fff;
}
.new-pro-small-box {
  display: flex;
  padding-bottom: 35px;
  border-bottom: solid 1px #eeeeee;
  margin-bottom: 35px;
}
.new-pro-small-box:last-child {
  border-bottom: none;
}
.new-pro-small-box img {
  width: 100%;
}
.pro-small-details {
  display: flex;
  flex-direction: column;
  
}
.pro-small-details .new-pro-title {
  margin-top: 0;
}
.pro-small-box-btn {
  display: flex;
  align-items: center;
  color: #efa311;
  font-size: 14px;
}
.pro-small-box-btn i {
  margin-right: 5px;
  transition: all 0.3s;
}
.pro-small-box-btn:hover i {
  margin-right: 8px;
}
.pro-small-box-btn:hover {
  color: #efa311!important;
}
.small-parallax-box {
  background: linear-gradient(to right, rgba(23,23,23,0.74),rgba(23,23,23,0.74)), url('../img/small-parallax.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 45px 0;
}
.small-parallax-box-info {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: dana-demibold;
  font-size: 16px;
  
}
.small-icon {
  margin-left: 13px;
  font-size: 42px;
}
.image-gallery {
  margin: 60px 0;
}
.example-image {
    width: 100%!important;
}
.image-gallery .img-thumbnail {
  border: none!important;
  border-radius: 0!important;
  margin: 0!important;
}
.image-gallery .modal-content {
  background-color: transparent!important;
  border: none!important;
}
.image-gallery .carousel-indicators {
  bottom: 15px!important;
}
.img-gallery-main-box {
  display: inline-block;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}
.image-gallery-btn {
  padding: 13px 43px;
  color: #efa311;
  font-size: 16px;
  font-family: dana-md;
  border: solid 2px #efa311;
  transition: all 0.4s;
  margin-top: 40px;
}
.image-gallery-btn:hover {
  color: #fff;
  background-color: #efa311;
}

.img-gallery-desc {
  display: flex;
  width: 0px;
  height: 0px;
  background-color: rgba(239, 163, 17, 0.92);
  position: absolute;
  top: 15px;
  right: 22px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  opacity: 0;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  font-family: dana-demibold;
}
.img-gallery-main-box:hover .img-gallery-desc  {
  width: 210px;
  height: 160px;
  opacity: 1;
}

.img-gallery-desc span {
  font-size: 16px;
}
.main-footer {
  background-color: #263238;
}
.main-footer-desc {
  border-bottom: solid 1px #636363;
  padding: 35px 0;
}
.fisrt-footer-box img {
  width: 30%;
}
.fisrt-footer-box p {
  color: #ffffff;
  font-size: 16px;
  font-family: dana-md;
  line-height: 1.7em;
  text-align: justify;
  margin: 40px 0;
  width: 90%;
}
.nemad-detail {
  width: 106px;
  height: 115px;
  background-color: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 42px;
}
.nemad-detail img {
  width: 80%;
}
.nemad-box {
  display: flex;
}
.footer-title {
  margin-top: 80px;
  margin-bottom: 35px;
  color: #efa311;
  font-size: 22px;
  font-family: dana-md;
}
.list-menu-footer {
  padding-right: 10px;
}
.list-menu-footer li a {
  padding: 15px 0;
  color: #eeeeee;
  font-size: 16px;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}
.list-menu-footer li a:hover {
  color: #efa311;
}
.list-menu-footer li a::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #efa311;
  position: absolute;
  right: -15px;
  top: 25px;
}
.list-contact-footer li {
  color: #efa311;
  font-size: 16px;
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.list-contact-footer li a , .list-contact-footer li span {
  color: #ffffff;
  margin-right: 10px;
  transition: all 0.3s;
}
.list-contact-footer li a:hover {
  color: #efa311;
}
.list-contact-footer li i {
  margin-left: 10px;
  font-size: 18px;
}
.copyright {
  font-size: 14px;
  color: #fff;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 15px;
}
.navbar {
  padding: 0!important;
}
.mega-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  min-width: 300px;
  z-index: 99999;
  border: solid 2px #efa311;
  padding: 20px 15px;
  display: none;
  animation-name: active-megamenu;
  animation-duration: 0.4s;
}
@keyframes active-megamenu {
  from {opacity: 0;}
  to {opacity: 1;}
}
.mega-menu ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.main-menu-list li {
  transition: all 0.3s;
  padding: 42px 0px;
  position: relative;
}
.main-menu-list li:hover .mega-menu {
  display: block;
}
.mega-menu li a::after{
  border: none!important;
}
.mega-menu li {
  border-bottom: solid 1px #eeeeee;
  padding: 0;
  margin: 0;
}
.mega-menu li:last-child {
    border-bottom: 0;
}
.mega-menu li a {
  color: #263238;
  font-size: 16px;
  padding: 11px 15px!important;
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0!important;
  transition: all 0.3s;
}
.mega-menu li a:hover {
    color: #efa311!important;
}
.mega-menu li a::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #efa311;
  top: 20px;
  right: 0;
}
.main-menu-list li a:hover .mega-menu {
  display: block;
}
/* products */
.single-head-slider {
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.single-header-desc {
  height: 250px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.single-main-title {
  color: #ffffff;
  margin-bottom: 0;
}
.single-breadcrumb {
  display: flex;
  margin-top: 25px;
  
}
.single-breadcrumb li a {
  color: #ffffff;
  font-size: 14px;
  font-family: dana-md;
}
.active-bread {
  color: #efa311!important;
  font-size: 20px!important;
}
.single-breadcrumb li {
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.single-breadcrumb li i {
  color: #fff;
  font-size: 12px;
}
.project-tab {
  margin-top: 80px;
}
.project-tab #tabs{
  background: #007b5e;
  color: #eee;
}
.project-tab #tabs h6.section-title{
  color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent transparent #f3f3f3;
  
  
}
.nav-tabs .nav-link::after {
    content:'';
    position: absolute;
    border-bottom: 3px solid #efa311!important;
    width:0;
    bottom:0;
    right:0;
    transition: 0.3s;
}
.nav-tabs .nav-link.active::after {
    content:'';
    position: absolute;
    border-bottom: 3px solid #efa311!important;
    width:100%;
}
.nav-tabs .nav-link.active {
    
}
.project-tab .nav-link {
  border-bottom: 3px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  font-size: 18px;
  font-family: dana-md;
  position:relative;
}
.project-tab .nav-link:hover {
  border: none;
}
.project-tab thead{
  background: #f3f3f3;
  color: #333;
}
.project-tab a{
  text-decoration: none;
  color: #333;
  font-weight: 600;
}
.tab-nav-single.active {
  color: #707070!important;
}
.tab-nav-single {
  color: #919191!important;
  padding-bottom: 20px!important;
}
.tab-content {
  margin-top: 60px;
}
.nav-tabs .nav-link {
  border: none!important;
}
.tab-content .product-info {
  margin-bottom: 30px;
}
#nav-tab {
  border-color: #eee!important;
}
/* single product */
.single-pro-content {
  margin-top: 70px;
  margin-bottom: 50px;
}
.pro-sidebar-title a {
  color: #707070;
  font-size: 18px;
  font-family: dana-md;
  padding-right: 15px;
  position: relative;
  transition: 0.3s;
}
.pro-sidebar-title a:hover {
    color:#efa311;
}
.pro-sidebar-title::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #707070;
  position: absolute;
  right: 0;
  top: 8px;
}
.pro-sidebar-list {
  margin-top: 33px;
}
.pro-sidebar-list li a {
  color: #707070;
  font-size: 16px;
  padding: 15px 20px 15px 0;
  display: inline-block;
  border-bottom: solid 1px #eeeeee;
  width: 100%;
  position: relative;
  transition: all 0.3s;
}
.pro-sidebar-list li:last-child a {
  border: none;
}
.pro-sidebar-list li a::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #efa311;
  position: absolute;
  right: 0;
  top: 25px;
  transition: all 0.3s;
}
.pro-sidebar-list li a:hover {
  color: #efa311;
  padding-right: 30px;
}
.pro-sidebar-list li a:hover::before {
  width: 19px;
}

.pro-sidebar-list li.active-single-sidebar a {
  color: #efa311;
  padding-right: 30px;
}
.pro-sidebar-list li.active-single-sidebar a::before {
  width: 19px;
}
.single-pro-info-box img {
  width: 100%;
}
.single-pro-name {
  color: #263238;
  font-size: 20px;
  font-family: dana-md;
  margin: 25px 0;
  display: inline-block;
}
.single-pro-info-title {
  color: #efa311;
  font-size: 16px;
  font-family: dana-md;
  margin: 16px 0;
}
.single-pro-info-box p {
  color: #707070;
  font-size: 16px;
  line-height: 1.7em;
  text-align: justify;
  padding-bottom: 15px;
}
.list-single-pro-info-items {
  line-height: 2.5em;
}
.list-single-pro-info-items li {
  color: #707070;
  font-size: 16px;
  width: 100%;
  padding-right: 30px;
  position: relative;
  transition: all 0.3s;
}
.list-single-pro-info-items li::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #efa311;
  position: absolute;
  right: 0;
  top: 16px;
}
/* single gallery */
.single-pro-info-box.image-gallery {
  margin-top: 0;
}
.close-menu-mob {
  display: none;
}
.example-image-link {
    display: inline-block;
    position: relative;
    overflow:hidden;
}
.single-gallery-item-hover {
    background-color: rgba(26, 18, 9, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size:18px;
    font-family:dana-md;
    color:#EFA311;
    position: absolute;
    width: 100%;
    padding: 15px 0;
    right: 0;
    bottom: -80px;
    transition: 0.3s;
}
.single-gallery-item-img {
    margin-bottom:15px;
}
.single-gallery-item-img:hover .single-gallery-item-hover {
    bottom:0;
}
.single-gallery-item-hover span {
    font-size:14px;
    font-family:dana;
}
/* contact us */
.contact-info-box {
  margin: 75px 0;
}
.contact-info-address-box {
  border: solid 2px #e9e9e9;
  background-color: #fcfcfc;
  padding: 15px;
  color: #efa311;
  font-size: 18px;
  font-family: dana-md;
  min-height: 125px;
  margin-bottom: 27px;
}
.contact-info-address-box i {
  font-size: 20px;
  margin-left: 5px;
}
.address-detail {
  color: #707070;
  font-size: 16px;
  font-family: dana;
  display: block;
  margin-top: 16px;
}
.list-mail-info {
  margin-top: 20px;
}
.list-mail-info li a {
  color: #707070;
  font-size: 16px;
  font-family: dana;
  transition: 0.3s;
}
.list-mail-info li a:hover {
    color:#efa311;
}
.list-mail-info li span {
  color: #acacac;
  font-size: 14px;
  margin-right: 20px;
}
.contact-form {
  box-shadow: 0 6px 25px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  padding: 35px 15px;
  width: 100%;
}
.contact-form .wpcf7-form-control-wrap {
	position: static;
}
.contact-form .msg-top-form-contact {
  color: #707070;
  font-size: 18px;
  font-family: dana-md;
  margin-bottom: 45px;
  display: inline-block;
}
.contact-form-input {
  width: 100%;
  padding: 10px 23px;
  margin-bottom: 40px;
  border: none;
  border-bottom: solid 1px #d1d1d1;
  color: #a5a5a5;
	direction: rtl!important;
}
.contact-form-input::placeholder {
  color: #a5a5a5;
  font-size: 14px;
  opacity: 1;
}
.label-form {
  width: 100%;
  position: relative;
}
.label-form span::before {
  font-family: 'icomoon' !important;
  content: "\e905";
  color: #efa311;
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 99999;
}
.phone-input span::before {
  content: "\e92d";
}
.mail-input span::before {
  content: "\e92c";
}
.contact-form-msg-box span::before {
  content: "\f27a";
  font-family: 'Font Awesome\ 5 Free'!important;
  font-weight: 400;
  top: 12px;
}
.contact-form-msg-box .contact-form-input {
  height: 125px;
}
.btn-contact-form {
  border: solid 2px #efa311;
  color: #efa311;
  font-size: 16px;
  font-family: dana-demibold;
  padding: 10px 50px;
  background-color: transparent;
  margin-top: 20px;
}
/* about */
.about-box {
  margin: 110px 0;
}
.about-box p {
  color: #707070;
  font-size: 16px;
  line-height: 1.7em;
  text-align: justify;
  margin-bottom: 15px;
}
.about-box p span {
  display: block;
}
.about-img-box {
  width: 395px;
  height: 530px;
  background-position: center left;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.about-pattern {
  width: 348px;
  height: 485px;
  background-image: url('../img/Pattern.svg');
  background-repeat: no-repeat;
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: -1;
}
.mega-menu-main-items {
    display: flex;
    position: relative;
}
/*! lightgallery - v1.7.1 - 2020-06-13
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2020 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\e095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
  outline: medium none;
  border: none;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -moz-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\e312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\e80d";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */
.demo-gallery > ul {
              margin-bottom: 0;
            }
            .demo-gallery > ul > li {
                float: left;
                margin-bottom: 15px;
                margin-right: 20px;
                width: 200px;
            }
            .demo-gallery > ul > li a {
              border: 3px solid #FFF;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
            .home .demo-gallery {
              padding-bottom: 80px;
            }
            
/****** Back To Top ******/

#back-to-top {
    all: unset;
    width: 40px;
    height: 40px;
    background-color: #fff;
    position: fixed;
    right: 15px;
    bottom: 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
    border: 1px solid #efa311;
    cursor: pointer;
}

#back-to-top::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #efa311;
    border-right: 2px solid #efa311;
    transform: rotate(-45deg);
    position: absolute;
    top: 16px;
    right: 16px;
}

@media screen and (max-width:1200px){
  .main-menu-list li a {
    margin: 0 20px !important;
  }
  .slider-details {
    padding: 0 50px;
  }
  .why-us-img-box {
    left: 0px;
    top: 55px;
  }
  .rectangle-box {
    height: 680px;
    left: 90px;
    top: 25px;
  }
  .sabeghe {
    bottom: 15px;
  }
  .parallax-slider {
    width: 450px !important;
  }
  .parallax-slider-rectangle {
    width: 435px;
    height: 310px;
    left: -25px;
  }
  .parallax-next {
    left: 355px !important;
  }
  .img-gallery-main-box:hover .img-gallery-desc {
    width: 165px;
    height: 128px;
  }
  .img-gallery-desc {
    font-size: 24px;
  }
  .product-img {
      height: 190px;
  }
  /* about */
  .about-img-box {
    width: 360px;
  }
  .about-pattern {
    left: -35px;
  }
}
@media screen and (max-width:992px){ 
  .navbar-toggler {
    border-color: #263238;
  }
  #navbarSupportedContent {
    position: absolute;
    background-color: #fff;
    width: 100%;
    text-align: center;
    top: 100%;
    z-index: 99999;
  }
  .main-menu-list li:hover a::after {
      display: none;
  }
  .menu-fix ul {
      padding: 0 10px!important;
  }
  .mega-menu-main-items {
      flex-direction: column;
  }
  .mega-menu li {
      margin: 5px 0;
      width: 100%;
  }
  .mega-menu {
      padding: 0 10px;
      margin-top:10px;
  }
  .mega-menu ul {
      height: auto;
  }
  .main-menu-list li a {
    margin: 10px 0!important;
  }
  .main-menu-list li a::after {
    width: 0;
  }
  .navbar-brand img {
    width: 100%;
  }
  .why-us-img-box {
    position: static;
    margin: 15px auto;
  }
  .why-us {
    margin-bottom: 145px;
  }
  .rectangle-box {
    left: 80px;
    top: 55px;
    height: 600px;
  }
  .pro-desc-header h3 a {
    font-size: 16px;
  }
  .list-info-pro-desc li {
    font-size: 14px;
  }
  .product-img {
    height: 139px;
  }
  .parallax-slider {
    width: 100% !important;
    height: 480px !important;
  }
  .parallax-next, .parallax-prev {
    top: 95% !important;
  }
  .parallax-next {
    left: 584px !important;
  }
  .parallax-slider-box {
    margin-top: 75px;
  }
  .our-service {
    padding-bottom: 60px;
  }
  .new-pro-info {
    margin-bottom: 35px;
  }
  .new-products {
    margin: 70px 0 0px 0;
  }
  .small-icon {
    font-size: 37px;
  }
  .small-parallax-box-info {
    font-size: 14px;
  }
  .list-contact-footer li ,.list-menu-footer li a , .fisrt-footer-box p{
    font-size: 14px;
  }
  .fisrt-footer-box img {
    width: 40%;
  }
  .footer-title {
    margin-top: 55px;
  }
  .nemad-detail img {
    width: 80%;
  }
  .img-gallery-main-box:hover .img-gallery-desc {
    width: 280px;
    height: 205px;
  }
  .img-gallery-desc {
    top: 22px;
    right: 24px;
    font-size: 25px;
  }
  .show-menu {
    right: 0 !important;
  }
  .menu-fix {
    top: 0;
    position: fixed;
    background: rgba(255,255,255,1);
    right: -100%;
    width: 50%;
    height: 100%;
    padding: 60px 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    overflow: auto;
    transition: 0.5s;
    z-index: 9999;
  }
  .close-menu-mob {
    display: block;
    position: absolute;
    top: 25px;
    left: 25px;
    cursor: pointer;
  }
  .main-menu-list li i {
    display: block;
    float: left;
    margin-top: 10px;
  }
  .menu-fix ul {
    padding-bottom: 50px;
  }
  .main-menu-list li {
    padding: 5px 0;
  }
  
  .mega-menu {
    position: static;
    width: 100%;
    background-color: #eee;
    padding: 10px;
  }
  .main-menu-list li a:hover::after {
    width: 0;
  }
  .main-menu-list li:hover .mega-menu {
    display: none;
  }
  .mega-menu li a {
    margin: 0!important;
    padding: 5px 10px 5px 0!important;
  }
  .mega-menu li a::before { 
    top: 15px;
  }
  
  /* about */
  .about-pattern {
    left: -15px;
    top: -20px;
  }
  .project-tab .nav-link {
      padding: 0 10px;
      font-size: 16px;
  }
  
  .why-us-bg {
      padding-bottom: 100px;
  }

  
    .why-us-img-box {
        display: none;
    }
  /*.sabeghe {*/
  /*    display: none;*/
  /*}*/
  
  .sabeghe-mob {
      display: block;
      bottom: -90px;
      left: 40%;
      right: auto;
  }
}
@media screen and (max-width:768px){
    
    .contact-info-mob {
        display: block;
        margin-top: 30px;
    }
    
    .top-menu {
        display: none;
    }
    
    .contact-info-mob li {
        margin-bottom: 10px;
    }
    
    .contact-info-mob li a {
        color: #263238;
        font-size: 16px;
        display: flex;
        margin-left: 59px;
        transition: 0.3s;
    }

    .contact-info-mob li a i {
        color: #efa311;
        margin-left: 5px;
        margin-top: 3px;
    }
    
    .contact-info-mob li a:hover {
        color: #efa311;
    }
    
  .header-title {
    font-size: 30px;
  }
  .header-contact-btn {
    margin-left: 35px;
  }

  .product-info {
    margin-bottom: 15px;
  }
  .parallax-slider {
    height: 400px !important;
  }
  .small-parallax-box-info {
    margin-bottom: 15px;
  }
  .header-contact-btn {
    margin-left: 10px;
  }
  .product-img {
    height: 280px;
    }
    .why-us-bg {
    padding-bottom: 20px;
    }
  .rectangle-box {
    width: 390px;
    left: 70px;
  }
  .why-us-img-box {
    width: 430px;
    height: 300px;
  }
  .top-menu-phone li a {
    margin-left: 50px;
  }
  .navbar-brand {
    width: 20%;
  }
  .img-gallery-main-box:hover .img-gallery-desc {
    width: 90%;
    height: 84%;
    }
  .slider-items-detail {
    height: 500px;
  }
  .slider-details {
    justify-content: flex-end;
    align-items: center;
    height: 350px;
  }
  .menu-fix {
    width: 60%;
  }
  .parallax-slider-rectangle {
      display:none;
  }
  .parallax-slider {
    height: 370px !important;
    }
    .parallax-next, .parallax-prev {
    top: 95% !important;
    }
    .parallax-next {
    left: 355px !important;
    }
  /* products */
  .project-tab .nav-link {
    font-size: 16px;
  }
  /* single products */
  .pro-sidebar {
    margin-bottom: 30px;
  }
  /* about */
  .about-img-box {
    width: 85%;
    display: block;
    margin: 35px auto;
  }
  .about-pattern {
    left: -35px;
    top: -35px;
  }
  .example-image-link {
      width:100%;
  }
  
  .list-contact-footer li, .list-menu-footer li a, .fisrt-footer-box p {
      font-size: 16px;
  }
}
@media screen and (max-width:567px){
  .top-menu-content {
    flex-direction: column;
  }
  .top-menu-phone {
    margin-bottom: 10px;
  }
  .top-menu-phone li a {
    margin-left: 20px;
}
  .slider-details {
    padding: 0 25px;
  }
  .head-swiper-btn-next {
    left: 10px !important;
  }
  .head-swiper-btn-prev {
    right: 10px !important;
  }
  .header-contact-btn {
    padding: 15px 25px;
    font-size: 14px;
  }
  .header-service-btn {
    font-size: 14px;
    padding: 15px 35px;
  }
  
  .why-us-bg {
      padding-top: 70px;
  }
  .rectangle-box {
    width: 275px;
    left: 30px;
    height: 750px;
  }
 
  .more-pro-btn {
    padding: 10px 25px;
    font-size: 13px;
  }
 .parallax-next {
    left: 215px !important;
}
  .parallax-slider-rectangle {
    left: -10px;
    width: 270px;
    height: 220px;
    top: 10px;
  }
  .menu-fix {
    width: 250px;
  }
  .img-gallery-main-box:hover .img-gallery-desc {
        width: 85%;
        height: 77%;
    }
    
    .small-parallax-box-info {
        width: 250px;
        margin-right: 30px;
    }
  /* about */
  .about-img-box {
    height: 400px;
    width: 90%;
  }
  .about-pattern {
    left: -20px;
    top: -20px;
  }
}