/*@import 'bootstrap.min.css';
@import 'magnific-popup.css';
@import 'owl.carousel.min.css';*/


@font-face {
    font-family: 'lowshan';
    src: url('../fonts/IRANSansWeb.eot') format('embedded-opentype'), url('../fonts/IRANSansWeb.ttf') format('truetype'), url('../fonts/IRANSansWeb.woff') format('woff'), url('../fonts/IRANSansWeb.woff2') format('woff2');
}

@font-face {
    font-family: 'Fontawesome';
    src: url('../fonts/fontAwesome/fontawesome-webfont3e6e.eot') format('embedded-opentype'), url('../fonts/fontAwesome/fontawesome-webfont3e6e.svg') format('svg'), url('../fonts/fontAwesome/fontawesome-webfont3e6e.ttf') format('truetype'), url('../fonts/fontAwesome/fontawesome-webfont3e6e.woff') format('woff'), url('../fonts/fontAwesome/fontawesome-webfont3e6e.woff2') format('woff2'), url('../fonts/fontAwesome/fontawesome-webfontd41d.eot') format('embedded-opentype');
}

html {
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: lowshan;
}

:root {
    --thm-font: "Teko", sans-serif;
    --thm-base: #ffaa17;
    --thm-base-rgb: 255, 170, 23;
    --thm-green-rgb: 41, 167, 26;
    --thm-blue-rgb:0,64,255;
    --thm-black: #222429;
    --thm-text: #686a6f;
}

.preloaderLogo {
    min-width: 200px;
    max-width: 300px;
    width: 15%;
}



.black-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.color-text-y {
    color:#ffba00;
}

.lowshan-dir-l {
    direction:ltr
}

.en-font {
    font-family:sans-serif;
}

.lowshan-dir-r {
    direction:rtl;
}

.text-footer p {
    margin-right:0px;
}

.lowshan-banner {
    background: #ffba00;
    background-image: url(../images/lowshan/cta-2-bg-1-1.png);
    position:relative;
}

.lowshan-pattern {
    background: #171717;
    background-image: url(../images/lowshan/cta-2-bg-1-1.png);
    position: relative;
}

.lowshan-brand-bg {
    background:#ffba00;
}

.lowshan-aln-r h6 ,p {
    margin-right:10px;
}

.m-t-130 {
    margin-top:130px;
}

.pad-t-100 {
    padding-top: 100px;
}

.pad-t-50 {
    padding-top: 50px;
}

.pad-b-50 {
    padding-bottom: 50px;
}

a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 8px;
}

p:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: lowshan;
  color: #333;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  line-height: 1.5;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 20px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 16px;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

strong,
b {
  font-weight: 700;
}

figure {
  margin: 0;
}

.bottom-shadow {
    box-shadow: 0 2px 4px #666;
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-mary-1 {
    background-color:#DE6262;
}

.color-mary-1 {
    color: #DE6262;
}

.border-mary {
    border: 1px solid #DE6262
}

.center-txt {
    text-align:center !important;
}

.right-txt {
    text-align: right !important;
}


.rtl-txt {
    direction:rtl !important;
}

.section-title-style h2 {
    background: #FFF;
    display: table;
    padding-left: 20px;
    text-align:right;
}

.section-title-style:before {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 100%;
    height: 1px;
    background-color: #ffdd80;
    content: "";
    z-index: -1;
}


.btn,
button {
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: transparent;
}

.btn:active, .btn:focus,
button:active,
button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}


::-moz-selection {
  color: #fff;
  background: #c29958;
}

::selection {
  color: #fff;
  background: #c29958;
}

::-webkit-input-placeholder {
  color: #999;
  font-size: 13px;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  font-size: 13px;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
  font-size: 13px;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #999;
  font-size: 13px;
  opacity: 1;
}

::placeholder {
  color: #999;
  font-size: 13px;
  opacity: 1;
}

/* ----tab problem fix css ----*/
.tab-content .tab-pane {
  display: block;
  height: 0;
  max-width: 100%;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
}

.tab-content .tab-pane.active {
  height: auto;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding-left: 0
}

a {
    color: #FFBA00;
    -webkit-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}

a:hover, a:focus {
    color: #FFBA00;
    outline: none
}

a:focus {
    text-decoration: none
}

.lead {
    line-height: 1.9;
    font-size: 1.125rem
}

.size-sm {
    font-size: .875rem
}

.form-group {
    margin-bottom: 2rem
}

.form-control, textarea.form-control {
    font-size: 1em;
    height: 3.625em;
    border-radius: 0;
    padding-left: 22px;
    color: #bbb;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.6);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -webkit-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s
}

textarea.form-control {
    height: 7.9em;
    padding-top: 1.1em;
    resize: none
}

.form-control:focus {
    border-color: #FFBB00;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: none
}

.form-control::-moz-placeholder {
    color: #bbb;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #bbb
}

.form-control::-webkit-input-placeholder {
    color: #bbb
}

label.error {
    border-color: #d4f21b;
    padding: 9px 0 0 22px;
    font-size: .9rem
}

.mc-label {
    padding: 9px 0 0 22px;
    font-size: .9rem;
    color: #fff
}

.btn {
    font-family: lowshan;
    position: relative;
    display: inline-block;
    border: .2em solid #FFBA00;
    border-radius: 0;
    padding: 1em 2.4em;
    font-size: .875em;
    color: #000;
    white-space: nowrap;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #FFBA00;
    font-weight: 700;
    border-width: 1px;
    -webkit-transition: all .3s ease-out !important;
    transition: all .3s ease-out !important
}

.btn:hover, .btn:focus, .btn:active {
    color: #000;
    background-color: #ffdd80;
    border-color: #ffd666;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important
}

.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: #343434
}

.btn-white:hover {
    background: 0 0;
    border-color: #fff;
    color: #fff
}

.btn-b-white {
    background-color: transparent;
    border-color: #fff
}

.btn-b-white:hover {
    background-color: #fff;
    color: #000
}

.btn-bg-dark:hover, .btn-bg-dark:focus {
    color: #fff;
    border-color: #fff
}

ion-icon {
    font-size: 3.8rem;
    --ionicon-stroke-width: 17px
}

.icon-play {
    position: absolute;
    width: 5.15rem;
    height: 5.15rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    border-radius: 50%;
    transition: all .3s ease
}

.icon-play:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -5px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 12px;
    border-color: transparent transparent transparent #fff
}

.icon-play:hover {
    border: 1px solid #d4f21b;
    background-color: #d4f21b;
    color: #343434
}

.icon-play:hover:before {
    border-color: transparent transparent transparent #000
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #d4f21b;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-bounce {
    0%,100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.bg-light {
    background: #f5f5f5 !important
}

.bg-dark {
    background: #1d1d1d !important;
    color: #86878a
}

.bg-dark .row-experience:nth-child(even) {
    background-color: #272727
}

.bg-dark .btn:hover, .bg-dark .btn:focus {
    color: #fff
}

.bg-primary {
    background: #23a592 !important;
    color: #fff
}

.bg-dark .progress {
    background: #383838
}

.text-dark {
    color: #000 !important
}

.text-white {
    color: #fff !important
}

.text-gray {
    color: #767676 !important
}

.text-muted {
    color: #bbb !important
}

.text-primary {
    color: #FFBA00 !important
}



/*------------top-bar--------------*/

.header-top {
    position: relative;
    font-size: 13px;
    padding: 0 30px;
    direction: rtl;
    border-bottom: 1px solid rgba(255, 186, 0, 0.4);
}
.header-configure-area {
    padding-right: 59px;
}
.header-configure-area ul li.user-hover {
    position: relative;
}
.header-configure-area ul li:first-child {
    margin-left: 10px;
}
.header-configure-area ul li {
    display: inline-block;
    margin-left: 21px;
    line-height: 1;
}
.header-configure-area ul li .country-lowshan {
    font-size: 14px;
    line-height: 1;
    color: #666;
    position: relative;
    direction: rtl;
}
.header-configure-area ul li a {
    font-size: 13px;
    font-family: lowshan;
    line-height: 1;
    position: relative;
    direction: rtl;
}

.drop-dl a.lang-chose:before {
    right: -5px;
    content: url(../images/lowshan/flag-ir.png);
    position: relative;
    top: 3px;
}

.drop-dl a.lang-chose span:after {
    content: "\f0d7";
    font-family: Fontawesome;
    font-size: 14px;
    color: #999;
    right: 10px;
    position: relative;
    top: 5px;
}

.space-line {
    color:#FFF;
    position:relative;
    right:12px;
    padding:0 10px;
}


/*------------language--------------*/

.drop-dl ul {
  display: none;
}
.drop-dl ul li {
  list-style-type: none;
}

.drop-dl a span {
    color:#FFF;
    position:relative;
    right:5px;
}

.drop-dl ul {
    position: absolute;
    background: #111;
    width: 150px;
    z-index: 99999;
    top: 36px;
    border: 1px solid #555;
    border-radius: 3px;
    margin-right: -5px;
}

.drop-dl ul li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    width: 100%;
    padding: 0 0;
}

.drop-dl ul li:first-child {
    border-top: 2px solid #FFBA00;
    border-radius: 0px !important;
}

.drop-dl ul li:last-child {
    border-bottom: 3px solid #FFF;
    border-radius: 0px !important;
}

.lang-chose:hover span {
    color:#FFBA00;
}

.drop-dl ul li a {
    color: #FFF;
    position: relative;
    width: 100%;
    display: inline-block;
    height: 45px;
}

.drop-dl ul li:hover span {
    color: #FFBA00;
}

.drop-dl ul li a img {
    color:#FFF;
    position:relative;
    right:5px;
}

.drop-dl ul li a span {
    color:#FFF;
    position:relative;
    right:15px;
    line-height: 4;
}

/*--------------login-------------------*/

.user-login a {
    color: #FFF;
    right: 15px;
}

.user-login a:hover {
    color: #FFBA00;
}

.user-login a:before {
    content: "\f007";
    font-family: Fontawesome;
    font-size: 20px;
    color: #ff6000;
    right: -10px;
    position: relative;
    top: 2px;
}

/*------------shopping--------------*/

.drop-dl-2 ul {
  display: none;
}
.drop-dl ul li {
  list-style-type: none;
}

.drop-dl-2 a span {
    color:#FFF;
    position:relative;
    right:5px;
}

.drop-dl-2 ul {
    position: absolute;
    background: #111;
    width: 150px;
    z-index: 99999;
    top: 36px;
    border: 1px solid #555;
    border-radius: 3px;
    margin-right: -5px;
}

.drop-dl-2 ul li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    width: 100%;
    padding: 0 0;
    text-align: right;
}

.drop-dl-2 ul li:first-child {
    border-top: 2px solid #FFBA00;
    border-radius: 0px !important;
}

.drop-dl-2 ul li:last-child {
    border-bottom: 3px solid #FFF;
    border-radius: 0px !important;
}

.lang-chose-2:hover span {
    color: #FFBA00;
}

.drop-dl-2 ul li a {
    color:#FFF;
    position:relative;
    width: 100%;
    display: inline-block;
    height: 45px;
}

.drop-dl-2 ul li a:before {
    color:#FFF;
    position:relative;
    right:5px;
}

.drop-dl-2 ul li a span {
    color:#FFF;
    position:relative;
    right:15px;
    line-height: 4;
}

.drop-dl-2 ul li:hover {
    background:#FFBA00;
}
.drop-dl-2 ul li:hover a span {
    font-weight:600;
    color:#f2f2f2;
}

.drop-dl-2 a.lang-chose-2:before {
    content: "\f291";
    font-family: Fontawesome;
    font-size: 20px;
    color: #ff6000;
    right: -5px;
    position: relative;
    top: 2px;
}

.work-with-us {
    position: relative;
    top: 0px;
    right: 10px;
}

.work-with-us-2 {
    direction: rtl;
    text-align: right;
    position: relative;
    right: -20px;
    top: 20px;
    display: none;
}

.drop-dl-4 {
    background: #FFBB00;
    padding: 8px 25px;
    border-radius: 5px;
    direction: rtl;
}

.drop-dl-4 ul {
    display: none;
}
.drop-dl ul li {
    list-style-type: none;
}

.drop-dl-4 a span:hover {
    color: #F2F2F2;
}

.drop-dl-4 a span {
    color: #FFF;
    position: relative;
    top: -1px;
    text-shadow: 0 1px 5px #404040;
}

.drop-dl-4 ul {
    position: absolute;
    background: #111;
    width: 200px;
    z-index: 99999;
    border: 1px solid #555;
    border-radius: 3px;
    margin-right: -25px;
    top: 40px;
    text-align: right;
}

.drop-dl-4 ul li {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    width: 100%;
    padding: 1px 0;
    margin-bottom:0 !important;
}

.drop-dl-4 ul li:first-child {
    border-top: 2px solid #FFBA00;
    border-radius: 0px !important;
}

.drop-dl-4 ul li:last-child {
    border-radius: 0px !important;
}

.lang-chose-4:hover span {
    color: #FFBA00;
}

.drop-dl-4 ul li a {
    color:#FFF;
    position:relative;
    width: 100%;
    display: inline-block;
    height: 37px;
}

.drop-dl-4 ul li a:before {
    color:#FFF;
    position:relative;
    right:5px;
}

.drop-dl-4 ul li a i {
    color: #FFF;
    position: relative;
    right: 5px;
    font-size: 14px;
    top: 2px;
}

.drop-dl-4 ul li a span {
    color:#FFF;
    position:relative;
    right:15px;
    line-height: 2.5;
    font-size: 14px;
}

.drop-dl-4 ul li:hover {
    background:#FFBB00;
}
.drop-dl-4 ul li:hover a span {
    font-weight:600;
    color:#f2f2f2;
}

.drop-dl-4 a.lang-chose-4:before {
    content: "\f2b5";
    font-family: Fontawesome;
    font-size: 18px;
    color: #FFF;
    right: -10px;
    position: relative;
    top: 2px;
    text-shadow: 0 1px 5px #999;
}

/*--Work with us--*/


.header-top .topbar-info li a {
    color: #555555;
    font-size: 14px;
    font-weight: 600;
}

.header-top .topbar-info li a i {
    color: #555555;
    margin-right: 6px;
    position:relative;
    top:3px;
}

.header-top .top-right {
    position: relative;
}

.header-top .social-links {
    display: inline-block;
    letter-spacing: 1px;
    line-height: 1.3;
    padding: 10px 12px;
}

.header-top .social-links a {
    color: #999;
    font-size: 16px;
    margin-right: 16px;
    position: relative;
    top: 2px;
}
.header-top .social-links a:hover {
    color:#FFBA00;
}

.header-search-container {
    margin-right: 25px;
    position: relative;
}

.header-search-box {
  position: relative;
}

.header-search-box:hover .header-search-btn {
  color: #c29958;
}

.header-search-btn {
  font-size: 21px;
  line-height: 0;
  left: 10px;
  top: 50%;
  width: 30px;
  position: absolute;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-search-field {
  border: none;
  background-color: #FFF;
  border-radius: 30px;
  padding: 5px 20px 5px 50px;
  width: 100%;
  direction:rtl;
  color:#666;
}

.search-trigger {
  font-size: 26px;
  color: #222222;
}

.search-box-open {
  top: 100%;
  right: 0;
  width: 300px;
  position: absolute;
  z-index: 5;
  display: block !important;
}

.search-box-open .header-search-field {
  height: 44px;
  border: 1px solid #ddd;
  direction:rtl;
}

.header-social-link a {
  color: #777777;
  font-size: 17px;
  display: inline-block;
  line-height: 1;
  margin-right: 20px;
}

.btt-search {
    background: #FFBa00;
    padding: 3px 25px;
    width: 69px;
}

li.btt-search a.text {
    font-size: 20px;
    position: relative;
    top: 0px;
    color: #fff;
    cursor: pointer;
    width: 69px;
    height: 52px;
    padding: 15px 26px 0px 30px;
    left: 25px;
}
.navigation ul li a.text:before {color:#FFF}

.btt-search:hover {
    background: #e6a800;
}

li.btt-search a:hover {
    color:#000 !important;
}

#search-overlay{
  display:none;
}

.bott-search-mobile i {
    border-radius: 0px !important;
    height: 40px !important;
    line-height: 40px !important;
}

.block {
  position: fixed;
  top: 0;
  right: 0;
  bottom:0 ;
  left: 0;
  overflow: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  border: #a0a0a0 solid 1px;
  border-bottom: 0;
  margin: 0;
}

.block:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: 0;

}

.centered {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 10px 15px;
  color: #FFF;
  border: none;
  background: transparent;
}

#search-box {
  position: relative;
  width: 100%;
  margin: 0;
}

#search-form {
  height: 4em;
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #fff;
  overflow: hidden;
}

#search-text {
  font-size: 16px;
  color: #ddd;
  border-width: 0;
  background: transparent;
}

#search-box input[type="text"] {
  width: 90%;
  padding: 20px;
  color: #333;
  outline: none;
}

#search-button {
  position: absolute;
    top: 0;
    left: 0;
    height: 64px;
    width: 100px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-width: 0;
    background-color: #FFBA00;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
}

#close-btn {
    position: fixed;
    top: 55px;
    right: 55px;
    font-size: 32px;
}
#close-btn:hover{
  color: #777;
  cursor: pointer;
}

.header-social-link a:last-child {
  margin-right: 0;
}

.header-social-link a:hover {
  color: #c29958;
}


/* ----tab problem fix css ----*/
/*------- modal fix start -------*/
.modal-dialog {
  max-width: 1000px;
}

.header-main-area {
    background: #111;
    position: relative;
    z-index: 999;
    padding: 0 15px;
}

.modal {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: -99;
}

.modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  z-index: 99999999;
  -webkit-animation: slideInDown 0.4s forwards;
  animation: slideInDown 0.4s forwards;
}

.modal .modal-header {
  padding: 0 10px;
  border-bottom: none;
}

.modal .modal-header .close {
  color: #222222;
  font-size: 34px;
  opacity: 1;
  display: block;
  position: absolute;
  padding: 0;
  width: 30px;
  height: 30px;
  margin: 0;
  right: 10px;
  top: 10px;
  font-weight: 500;
  z-index: 999;
  line-height: 30px;
  border-radius: 50%;
}

.modal .modal-body {
  padding: 20px 20px 20px 20px;
}

/*-------- header social link end --------*/
/*---------- main menu style start ---------*/


.main-menu ul li {
  position: relative;
  direction: rtl;
}

.main-menu ul li:hover > a, .main-menu ul li.active > a {
  color: #ffba00;  
}


.home-icon a:before {
    font-family: FontAwesome;
    font-size:16px;
    content: "\f015";
    margin-left: 5px;
    color: #666;
}

.color-white a:before {
    color:#FFF;
}

.color-white a.tech-white:before {
    color: #FFF;
}

.product-icon a:before {
    font-family: FontAwesome;
    font-size: 16px;
    content: "\f0e7";
    margin-left: 5px;
    color: #666;
}

.tech-info-icon a:before {
    font-family: FontAwesome;
    font-size: 16px;
    content: "\f085";
    margin-left: 5px;
    color: #666;
}

.weblog-icon a:before {
    font-family: FontAwesome;
    font-size: 16px;
    content: "\f1ea";
    margin-left: 5px;
    color: #666;
}

.about-icon a:before {
    font-family: FontAwesome;
    font-size: 16px;
    content: "\f2be";
    margin-left: 5px;
    color: #666;
}

.contact-icon a:before {
    font-family: FontAwesome;
    font-size: 16px;
    content: "\f095";
    margin-left: 5px;
    color: #666;
}

.blog-meta span {
    color: #ffc500;
    cursor: auto;
}

figcaption h4 {
    font-size:18px;
    text-align:center;
}

#google-map {
    height: 500px;
    width: 100%;
}

#google-map iframe {
    width: 100%;
    height: 580px;
    border:0;
}

/*---------navigation------------*/

.navigation {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    height: 100%
}

.navigation > ul, .navigation > ul > li, .navigation > ul > li > a {
    height: 100%
}

.navigation > ul > li > a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navigation ul li a {
    display: block;
    color: #fff;
    position: relative;
    padding: 15px 15px;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block !important;
    z-index:0;
}

.drop-menu-icon:after {
    position: relative;
    top: 2px;
    font-family: FontAwesome;
    font-size: 10px;
    content: "\f078";
    margin-left: 5px;
    color: #666;
    right: -13px;
}

.navigation ul .color-white a:before {
    color: #FFF !important;
}

.navigation ul li a:before {
    font-family: FontAwesome;
    font-size: 16px;
    margin-left: 5px;
    color: #999;
    text-shadow: 0px 0px 15px #FFBB00;
}

.navigation ul li.home-icon a:before {
    content: "\f015";
}

.navigation ul li.confirmation-icon a:before {
    content: "\f0c5";
}

.navigation ul li.product-icon a:before {
    content: "\f0e7";
}

.navigation ul li.tech-info-icon a:before {
    content: "\f085";
}

.navigation ul li.project-icon a:before {
    content: "\f1ea";
}

.navigation ul li.weblog-icon a:before {
    content: "\f0ac";
}

.navigation ul li.about-icon a:before {
    content: "\f0c0";
}

.navigation ul li.contact-icon a:before {
    content: "\f095";
}

.navigation > ul > li > ul {
    position: absolute;
    width: 200px;
    right: 0;
    background-color: #111;
    border-top: 1px solid rgba(255, 186, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.navigation > ul > li:last-child > ul, .navigation > ul > li:nth-last-child(2) > ul {
    left: auto;
    right: 0
}

.navigation li:hover > ul {
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

.navigation ul ul li {
    display: block;
    float: none;
    border-bottom: 1px solid rgba(255,255,255,.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.navigation ul li {
    position: relative;
    display: inline-block;
}

.navigation ul ul li:last-child {
    border-bottom: 3px solid #fff
}

.navigation ul ul a {
    color: rgba(255,255,255,.7);
    padding: .8rem 1rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.navigation ul ul a:hover {
    color: rgba(255,255,255,1);
    background-color: #111;
    text-indent: 5px
}

.navigation li.has-mega-menu {
    position: inherit
}

.navigation .mega-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 30px 50px 30px;
    background-color: #111;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0,0,0,.22);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.22);
    border-top: 1px solid rgba(255, 186, 0, 0.4);
    border-bottom: 5px solid #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.navigation .mega-menu li:first-child {
    border-top: 1px solid rgba(255,255,255,.1)
}

.navigation .mega-menu li:last-child {
    border-bottom: 1px solid rgba(255,255,255,.1)
}

.navigation li:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.navigation .mega-menu .col-title {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 2rem
}

.navigation a.new:after {
    content: 'جدید';
    display: inline-block;
    background-color: green;
    color: #fff;
    border-radius: 3px;
    margin-right: 12px;
    font-size: 11px;
    font-weight: 700;
    padding: 1px 4px;
    letter-spacing: 0;
    text-indent: 0
}

.navigation ul {
    list-style: none;
    margin-bottom: 0;
    direction:rtl;
    text-align:right;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #111;
    z-index: 1001;
}

.scroll-down {
    color: #fff !important;
    position: fixed;
    bottom: 0;
    width: 20px;
    height: 45px;
    display: block;
    left: calc(50% - 10px);
    z-index: 1000;
    mix-blend-mode: difference;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}

.fixed-footer.fixed-header .scroll-down, .sticky-footer.sticky-header .scroll-down {
    bottom: 25px;
    height: 55px
}

@media (max-width:768px) {
    .fixed-footer.fixed-header .scroll-down, .sticky-footer.sticky-header .scroll-down {
        bottom: 45px;
        height: 40px
    }
}

.scroll-down:after, .scroll-down:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 50%;
    background-color: rgba(255,255,255,.3);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
}

.scroll-down:after {
    background-color: #fff;
    -webkit-animation: scrl 2s infinite;
    animation: scrl 2s infinite
}

@-webkit-keyframes scrl {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        transform-origin: top
    }

    70% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top;
        transform-origin: top
    }

    71% {
        -webkit-transform-origin: bottom;
        transform-origin: bottom
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom
    }
}

@keyframes scrl {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top;
        transform-origin: top
    }

    70% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top;
        transform-origin: top
    }

    71% {
        -webkit-transform-origin: bottom;
        transform-origin: bottom
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: bottom;
        transform-origin: bottom
    }
}

.scroll-down span {
    position: absolute;
    display: block;
    width: 11px;
    height: 11px;
    border-bottom: 1px solid rgba(255,255,255,.43);
    border-right: 1px solid rgba(255,255,255,.43);
    border-color: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 5px;
    bottom: 1px;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.scroll-down:hover span {
    opacity: 1
}

.scroll-down:hover:after, .scroll-down:hover:before {
    -webkit-transform: scaleY(.85);
    transform: scaleY(.85);
    -webkit-animation: none;
    animation: none;
    background-color: #fff
}

.scroll-down.scrolled {
    opacity: 0;
    visibility: hidden
}


.masthead {
    position: relative;
    min-height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 9rem 0 5rem;
    background-position: left top;
    background-size: cover
}

.opener {
    position: relative;
    z-index: 1;
    width: 100%
}

.opener .modal-content {
    background-color: rgba(255,255,255,.9)
}

h1 + .line {
    margin-top: 15vh;
    width: 25%;
    border-top: 3px solid #d4f21b;
    transition: all .3s ease
}

.section {
    position: relative;
    padding: 9rem 0
}

.section-sm {
    padding: 6rem 0
}

.section h2 {
    margin-top: 0;
    direction: rtl;
    text-align: right;
    text-shadow: 0 2px 3px #333;
}

.section-title-two h1 {
    margin: 0;
    color: #0e0e0e;
    font-size: 40px;
    font-weight: 700;
    z-index: 2;
    position: relative;
    text-shadow: 0 2px 5px #404040;
    text-align: center;
}

.section-title-two h2 {
    margin: 0;
    color: #0e0e0e;
    font-size: 40px;
    font-weight: 700;
    z-index: 2;
    position: relative;
    text-shadow: 0 2px 5px #404040;
    text-align:center;
}

.section-title-two h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    z-index: 2;
    position: relative;
}

.section-title-two span {
    font-size: 115px;
    font-weight: 300;
    line-height: 27px;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #eee;
}

.section-title-two {
    position: relative;
    bottom: 40px;
}

.text-shadow-0 {text-shadow: 0 2px 3px #000 !important;}
.text-shadow-1 {text-shadow: 0 2px 5px #111 !important;}
.text-shadow-3 {text-shadow: 0 2px 5px #333 !important;}

.text-b-shadow-0 {}
.text-b-shadow-1 {}
.text-b-shadow-3 {}

.pp-section {
    background: #fff;
    background-position: 50%;
    background-size: cover;
    padding: 8rem 0 6rem
}

.section:not(#home) .intro {
    opacity: 0;
    transform: translateY(-40px);
    transition: all .7s
}

.section:not(#home) .intro.animate {
    opacity: 1;
    transform: translateY(0)
}

.pp-scrollable {
    padding: 0;
    overflow-x: hidden
}

.pp-scrollable .intro {
    width: 100%;
    height: 100%;
    white-space: nowrap
}

.pp-scrollable .intro:before {
    content: '';
    display: inline-block;
    height: 100vh;
    vertical-align: middle
}

.pp-scrollable .scroll-wrap {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 8rem 0 6rem;
    white-space: normal
}

.progress-nav {
    position: fixed;
    z-index: 10;
    top: 50%;
    right: 1.5rem;
    transform: translate(0,-50%)
}
.progress-nav li {
    position: relative;
    width: 3px;
    height: 30px;
    -webkit-transition: background-color .3s cubic-bezier(.46,.03,.52,.96);
    transition: background-color .3s cubic-bezier(.46,.03,.52,.96);
    background-color: #000
}

.progress-nav li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 3px;
    height: 0;
    content: '';
    transition: all .3s ease;
    background-color: #FFBA00;
}

.progress-nav li:before {
    height: 30px
}

.progress-nav li.active ~ li:before {
    background-color: #101010
}

.progress-nav-white li.active ~ li:before {
    background-color: #fff
}


/*-------------Real-logo---------------*/

.real-menu {
    position: relative;
    top: 25px;
    z-index: 9999;
    background: #111;
}

/*----- mobile menu start -----*/
.mobile-header {
  padding: 10px 0;
  background-color: #171717;
}

.mobile-header-top {
  border-bottom: 1px solid #efefef;
}

.mobile-header-top .header-top-settings {
  float: none;
}

.mobile-logo {
  max-width: 140px;
  width: 100%;
}

.display-logo-small {
    display:none;
}

.mobile-main-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mobile-main-header .mobile-menu-toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap {
  line-height: 1;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a {
  font-size: 14px;
  line-height: 1;
  color: #FFF;
  position: relative;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a i {
  font-size: 16px;
  color: #FFC500;
  position: relative;
  top: 3px;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap a:hover {
  color: #FFC500;
}

.mobile-main-header .mobile-menu-toggler .mini-cart-wrap .notification {
  font-size: 13px;
  color: #fff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  right: -4px;
  top: -4px;
  position: absolute;
  background-color: #FFC500;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn {
  margin-left: 25px;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span {
  width: 25px;
  height: 2px;
  display: block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #FFF;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(2), .mobile-main-header .mobile-menu-toggler .mobile-menu-btn span:nth-child(3) {
  margin-top: 5px;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span {
  background-color: #FFC500;
}

.mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span:nth-child(1), .mobile-main-header .mobile-menu-toggler .mobile-menu-btn:hover span:nth-child(3) {
  width: 20px;
}

.mobile-navigation {
  overflow: hidden;
  max-height: 460px;
}

.mask-nav {
    direction:rtl;
}

.mobile-navigation nav {
  height: 100%;
}

.mobile-menu {
  margin-top: 30px;
  height: 100%;
  overflow: auto;
  padding-right: 30px;
  margin-right: -30px;
  /*direction:rtl*/
}
.mobile-menu li > a {
    font-size: 15px;
    color: #FFF;
    text-transform: capitalize;
    line-height: 18px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    margin-right: 5px;
    width: 100%;
    top: -5px;
    border-bottom: 1px solid rgba(69, 69, 69, 0.3);
    border-top: 1px solid rgba(69, 69, 69, 0.3);
}

.mobile-menu li > a span {
    color: #FFC500;
}

.mobile-menu li > a:hover {
  color: #FFC500;
}

.mobile-menu li ul li {
  border: none;
}

.mobile-menu li ul li a {
  font-size: 14px;
  text-transform: capitalize;
  padding: 10px 0 8px;
    border: 0;
}

.mobile-menu li.menu-item-has-children {
    display: block;
    position: relative;
    direction: rtl;
    text-align: right;
}

.mobile-menu-dir {
    display: block;
    position: relative;
    direction: rtl;
    text-align: right;
}

.mobile-menu li.menu-item-has-children .dropdown {
  padding-left: 15px;
}

.mobile-menu li.menu-item-has-children .menu-expand {
    top: -5px;
    right: 0;
    width: 100%;
    cursor: pointer;
}

.menu-expand i {
    display: block;
    position: relative;
    direction: ltr;
    -webkit-transition: all 250ms ease-out;
    -o-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
}

.menu-expand i:before {
    top: 5px;
    left: 5px;
    font-family: FontAwesome;
    font-size: 10px;
    content: "\f078";
    display: block;
    position: absolute;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    color:#FFBB00;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.mobile-menu li.menu-item-has-children.active > .menu-expand i:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.mobile-menu li>buttom {
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;
    line-height: 18px;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    margin-right: 5px;
    width: 100%;
    top: -5px;
    border-bottom: 1px solid rgba(69,69,69,.3);
    border-top: 1px solid rgba(69,69,69,.3);
}


#tt-nav > ul > li > a:hover {
    color: #FFC500;
}

#tt-nav > ul > li > a:hover .electric-btn .text {
    -webkit-animation: .8s both fade-in;
    animation: .8s both fade-in
}

#tt-nav > ul > li > a:hover .electric-btn .mask {
    display: block
}

#tt-nav > ul > li > a:hover .electric-btn .mask:nth-child(6), #tt-nav > ul > li > a:hover .electric-btn .mask:nth-child(7) {
    display: none !important
}

#tt-nav > ul > li > a:hover .electric-btn .mask:nth-child(4) {
    -webkit-animation: .3s both electric-20-23-8;
    animation: .3s both electric-20-23-8
}

#tt-nav > ul > li > a:hover .electric-btn .mask:nth-child(3) {
    -webkit-animation: .3s both electric-20-22-8;
    animation: .3s both electric-20-22-8
}

#tt-nav > ul > li > a:hover .electric-btn .mask:nth-child(2) {
    -webkit-animation: .3s both electric-20-21-8;
    animation: .3s both electric-20-21-8
}

#tt-nav > ul > li .is-hover > a, #tt-nav > ul > li ul li a:hover {
    color: #FFC500;
}

#tt-nav > ul > li .is-hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .15s;
    transition-delay: .15s
}

.electric-btn {
    z-index: 1;
    position: relative;
    display: inline-block
}

.electric-btn .mask {
    position: absolute;
    -webkit-backface-visibility: hidden;
    height: 20%;
    width: 100%;
    overflow: hidden;
    display: none
}

.electric-btn .mask span {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%
}

.electric-btn .mask:nth-child(6) {
    top: 100%
}

    .electric-btn .mask:nth-child(6) span {
        top: -500%
    }

.electric-btn .mask:nth-child(5) {
    top: 80%
}

.electric-btn .mask:nth-child(5) span {
    top: -400%
}

.electric-btn .mask:nth-child(4) {
    top: 60%
}

.electric-btn .mask:nth-child(4) span {
    top: -300%
}

.electric-btn .mask:nth-child(3) {
    top: 40%
}

.electric-btn .mask:nth-child(3) span {
    top: -200%
}

.electric-btn .mask:nth-child(2) {
    top: 20%
}

.electric-btn .mask:nth-child(2) span {
    top: -100%
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes electric-20-20-8 {
100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

95% {
    -webkit-transform: translate(-.2px,-.05px);
    transform: translate(-.2px,-.05px)
}

90% {
    -webkit-transform: translate(.1px,-.3px);
    transform: translate(.1px,-.3px)
}

85% {
    -webkit-transform: translate(.9px,.3px);
    transform: translate(.9px,.3px)
}

80% {
    -webkit-transform: translate(1.2px,.2px);
    transform: translate(1.2px,.2px)
}

75% {
    -webkit-transform: translate(.5px,-.75px);
    transform: translate(.5px,-.75px)
}

70% {
    -webkit-transform: translate(.9px,.9px);
    transform: translate(.9px,.9px)
}

65% {
    -webkit-transform: translate(1.75px,1.4px);
    transform: translate(1.75px,1.4px)
}

60% {
    -webkit-transform: translate(2.6px,.8px);
    transform: translate(2.6px,.8px)
}

55% {
    -webkit-transform: translate(0,.45px);
    transform: translate(0,.45px)
}

50% {
    -webkit-transform: translate(-.5px,2px);
    transform: translate(-.5px,2px)
}

45% {
    -webkit-transform: translate(-.55px,-1.1px);
    transform: translate(-.55px,-1.1px)
}

40% {
    -webkit-transform: translate(0,-1.8px);
    transform: translate(0,-1.8px)
}

35% {
    -webkit-transform: translate(-1.95px,.65px);
    transform: translate(-1.95px,.65px)
}

30% {
    -webkit-transform: translate(-2.8px,2.1px);
    transform: translate(-2.8px,2.1px)
}

25% {
    -webkit-transform: translate(-3.5px,3px);
    transform: translate(-3.5px,3px)
}

20% {
    -webkit-transform: translate(3.6px,2.4px);
    transform: translate(3.6px,2.4px)
}

15% {
    -webkit-transform: translate(-4.65px,.85px);
    transform: translate(-4.65px,.85px)
}

10% {
    -webkit-transform: translate(-.9px,2.7px);
    transform: translate(-.9px,2.7px)
}

5% {
    -webkit-transform: translate(-.95px,-.95px);
    transform: translate(-.95px,-.95px)
}
}

@keyframes electric-20-20-8 {
100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

95% {
    -webkit-transform: translate(-.2px,-.05px);
    transform: translate(-.2px,-.05px)
}

90% {
    -webkit-transform: translate(.1px,-.3px);
    transform: translate(.1px,-.3px)
}

85% {
    -webkit-transform: translate(.9px,.3px);
    transform: translate(.9px,.3px)
}

80% {
    -webkit-transform: translate(1.2px,.2px);
    transform: translate(1.2px,.2px)
}

75% {
    -webkit-transform: translate(.5px,-.75px);
    transform: translate(.5px,-.75px)
}

70% {
    -webkit-transform: translate(.9px,.9px);
    transform: translate(.9px,.9px)
}

65% {
    -webkit-transform: translate(1.75px,1.4px);
    transform: translate(1.75px,1.4px)
}

60% {
    -webkit-transform: translate(2.6px,.8px);
    transform: translate(2.6px,.8px)
}

55% {
    -webkit-transform: translate(0,.45px);
    transform: translate(0,.45px)
}

50% {
    -webkit-transform: translate(-.5px,2px);
    transform: translate(-.5px,2px)
}

45% {
    -webkit-transform: translate(-.55px,-1.1px);
    transform: translate(-.55px,-1.1px)
}

40% {
    -webkit-transform: translate(0,-1.8px);
    transform: translate(0,-1.8px)
}

35% {
    -webkit-transform: translate(-1.95px,.65px);
    transform: translate(-1.95px,.65px)
}

30% {
    -webkit-transform: translate(-2.8px,2.1px);
    transform: translate(-2.8px,2.1px)
}

25% {
    -webkit-transform: translate(-3.5px,3px);
    transform: translate(-3.5px,3px)
}

20% {
    -webkit-transform: translate(3.6px,2.4px);
    transform: translate(3.6px,2.4px)
}

15% {
    -webkit-transform: translate(-4.65px,.85px);
    transform: translate(-4.65px,.85px)
}

10% {
    -webkit-transform: translate(-.9px,2.7px);
    transform: translate(-.9px,2.7px)
}

5% {
    -webkit-transform: translate(-.95px,-.95px);
    transform: translate(-.95px,-.95px)
}
}

@-webkit-keyframes electric-20-21-8 {
100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

95% {
    -webkit-transform: translate(.175px,-.1px);
    transform: translate(.175px,-.1px)
}

90% {
    -webkit-transform: translate(-.65px,0);
    transform: translate(-.65px,0)
}

85% {
    -webkit-transform: translate(.375px,0);
    transform: translate(.375px,0)
}

80% {
    -webkit-transform: translate(-1.7px,-.4px);
    transform: translate(-1.7px,-.4px)
}

75% {
    -webkit-transform: translate(-.875px,-.25px);
    transform: translate(-.875px,-.25px)
}

70% {
    -webkit-transform: translate(-1.05px,-.3px);
    transform: translate(-1.05px,-.3px)
}

65% {
    -webkit-transform: translate(3.675px,0);
    transform: translate(3.675px,0)
}

60% {
    -webkit-transform: translate(1.4px,0);
    transform: translate(1.4px,0)
}

55% {
    -webkit-transform: translate(4.725px,1.8px);
    transform: translate(4.725px,1.8px)
}

50% {
    -webkit-transform: translate(-2.75px,.5px);
    transform: translate(-2.75px,.5px)
}

45% {
    -webkit-transform: translate(-4.675px,-1.65px);
    transform: translate(-4.675px,-1.65px)
}

40% {
    -webkit-transform: translate(-.3px,-.6px);
    transform: translate(-.3px,-.6px)
}

35% {
    -webkit-transform: translate(-6.175px,-1.95px);
    transform: translate(-6.175px,-1.95px)
}

30% {
    -webkit-transform: translate(3.85px,2.1px);
    transform: translate(3.85px,2.1px)
}

25% {
    -webkit-transform: translate(-6.375px,-2.25px);
    transform: translate(-6.375px,-2.25px)
}

20% {
    -webkit-transform: translate(7.6px,-2.4px);
    transform: translate(7.6px,-2.4px)
}

15% {
    -webkit-transform: translate(8.075px,0);
    transform: translate(8.075px,0)
}

10% {
    -webkit-transform: translate(-4.95px,0);
    transform: translate(-4.95px,0)
}

5% {
    -webkit-transform: translate(8.075px,.95px);
    transform: translate(8.075px,.95px)
}
}

@keyframes electric-20-21-8 {
100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

95% {
    -webkit-transform: translate(.175px,-.1px);
    transform: translate(.175px,-.1px)
}

90% {
    -webkit-transform: translate(-.65px,0);
    transform: translate(-.65px,0)
}

85% {
    -webkit-transform: translate(.375px,0);
    transform: translate(.375px,0)
}

80% {
    -webkit-transform: translate(-1.7px,-.4px);
    transform: translate(-1.7px,-.4px)
}

75% {
    -webkit-transform: translate(-.875px,-.25px);
    transform: translate(-.875px,-.25px)
}

70% {
    -webkit-transform: translate(-1.05px,-.3px);
    transform: translate(-1.05px,-.3px)
}

65% {
    -webkit-transform: translate(3.675px,0);
    transform: translate(3.675px,0)
}

60% {
    -webkit-transform: translate(1.4px,0);
    transform: translate(1.4px,0)
}

55% {
    -webkit-transform: translate(4.725px,1.8px);
    transform: translate(4.725px,1.8px)
}

50% {
    -webkit-transform: translate(-2.75px,.5px);
    transform: translate(-2.75px,.5px)
}

45% {
    -webkit-transform: translate(-4.675px,-1.65px);
    transform: translate(-4.675px,-1.65px)
}

40% {
    -webkit-transform: translate(-.3px,-.6px);
    transform: translate(-.3px,-.6px)
}

35% {
    -webkit-transform: translate(-6.175px,-1.95px);
    transform: translate(-6.175px,-1.95px)
}

30% {
    -webkit-transform: translate(3.85px,2.1px);
    transform: translate(3.85px,2.1px)
}

25% {
    -webkit-transform: translate(-6.375px,-2.25px);
    transform: translate(-6.375px,-2.25px)
}

20% {
    -webkit-transform: translate(7.6px,-2.4px);
    transform: translate(7.6px,-2.4px)
}

15% {
    -webkit-transform: translate(8.075px,0);
    transform: translate(8.075px,0)
}

10% {
    -webkit-transform: translate(-4.95px,0);
    transform: translate(-4.95px,0)
}

5% {
    -webkit-transform: translate(8.075px,.95px);
    transform: translate(8.075px,.95px)
}
}

@-webkit-keyframes electric-20-22-8 {
100%,15% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

95% {
    -webkit-transform: translate(-.35px,0);
    transform: translate(-.35px,0)
}

90% {
    -webkit-transform: translate(.3px,0);
    transform: translate(.3px,0)
}

85% {
    -webkit-transform: translate(1.35px,-.3px);
    transform: translate(1.35px,-.3px)
}

80% {
    -webkit-transform: translate(.8px,.8px);
    transform: translate(.8px,.8px)
}

75% {
    -webkit-transform: translate(1.75px,-.5px);
    transform: translate(1.75px,-.5px)
}

70% {
    -webkit-transform: translate(1.5px,.6px);
    transform: translate(1.5px,.6px)
}

65% {
    -webkit-transform: translate(-3.15px,.35px);
    transform: translate(-3.15px,.35px)
}

60% {
    -webkit-transform: translate(3.6px,1.6px);
    transform: translate(3.6px,1.6px)
}

55% {
    -webkit-transform: translate(-4.05px,1.8px);
    transform: translate(-4.05px,1.8px)
}

50% {
    -webkit-transform: translate(1.5px,0);
    transform: translate(1.5px,0)
}

45% {
    -webkit-transform: translate(-5.5px,-1.65px);
    transform: translate(-5.5px,-1.65px)
}

40% {
    -webkit-transform: translate(4.2px,2.4px);
    transform: translate(4.2px,2.4px)
}

35% {
    -webkit-transform: translate(.65px,-.65px);
    transform: translate(.65px,-.65px)
}

30% {
    -webkit-transform: translate(-7px,-1.4px);
    transform: translate(-7px,-1.4px)
}

25% {
    -webkit-transform: translate(-6.65px,-.75px);
    transform: translate(-6.65px,-.75px)
}

20% {
    -webkit-transform: translate(-2.4px,.8px);
    transform: translate(-2.4px,.8px)
}

10% {
    -webkit-transform: translate(4.5px,2.7px);
    transform: translate(4.5px,2.7px)
}

5% {
    -webkit-transform: translate(-6.65px,2.85px);
    transform: translate(-6.65px,2.85px)
}
}

@keyframes electric-20-22-8 {
100%,15% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

95% {
    -webkit-transform: translate(-.35px,0);
    transform: translate(-.35px,0)
}

90% {
    -webkit-transform: translate(.3px,0);
    transform: translate(.3px,0)
}

85% {
    -webkit-transform: translate(1.35px,-.3px);
    transform: translate(1.35px,-.3px)
}

80% {
    -webkit-transform: translate(.8px,.8px);
    transform: translate(.8px,.8px)
}

75% {
    -webkit-transform: translate(1.75px,-.5px);
    transform: translate(1.75px,-.5px)
}

70% {
    -webkit-transform: translate(1.5px,.6px);
    transform: translate(1.5px,.6px)
}

65% {
    -webkit-transform: translate(-3.15px,.35px);
    transform: translate(-3.15px,.35px)
}

60% {
    -webkit-transform: translate(3.6px,1.6px);
    transform: translate(3.6px,1.6px)
}

55% {
    -webkit-transform: translate(-4.05px,1.8px);
    transform: translate(-4.05px,1.8px)
}

50% {
    -webkit-transform: translate(1.5px,0);
    transform: translate(1.5px,0)
}

45% {
    -webkit-transform: translate(-5.5px,-1.65px);
    transform: translate(-5.5px,-1.65px)
}

40% {
    -webkit-transform: translate(4.2px,2.4px);
    transform: translate(4.2px,2.4px)
}

35% {
    -webkit-transform: translate(.65px,-.65px);
    transform: translate(.65px,-.65px)
}

30% {
    -webkit-transform: translate(-7px,-1.4px);
    transform: translate(-7px,-1.4px)
}

25% {
    -webkit-transform: translate(-6.65px,-.75px);
    transform: translate(-6.65px,-.75px)
}

20% {
    -webkit-transform: translate(-2.4px,.8px);
    transform: translate(-2.4px,.8px)
}

10% {
    -webkit-transform: translate(4.5px,2.7px);
    transform: translate(4.5px,2.7px)
}

5% {
    -webkit-transform: translate(-6.65px,2.85px);
    transform: translate(-6.65px,2.85px)
}
}

@-webkit-keyframes electric-20-23-8 {
100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

95% {
    -webkit-transform: translate(.525px,-.15px);
    transform: translate(.525px,-.15px)
}

90% {
    -webkit-transform: translate(-.95px,-.2px);
    transform: translate(-.95px,-.2px)
}

85% {
    -webkit-transform: translate(.225px,-.45px);
    transform: translate(.225px,-.45px)
}

80% {
    -webkit-transform: translate(-1.3px,.8px);
    transform: translate(-1.3px,.8px)
}

75% {
    -webkit-transform: translate(-.875px,.5px);
    transform: translate(-.875px,.5px)
}

70% {
    -webkit-transform: translate(-2.25px,-.3px);
    transform: translate(-2.25px,-.3px)
}

65% {
    -webkit-transform: translate(2.625px,-.35px);
    transform: translate(2.625px,-.35px)
}

60% {
    -webkit-transform: translate(-1px,0);
    transform: translate(-1px,0)
}

55% {
    -webkit-transform: translate(1.575px,1.8px);
    transform: translate(1.575px,1.8px)
}

50% {
    -webkit-transform: translate(-3.75px,-1px);
    transform: translate(-3.75px,-1px)
}

45% {
    -webkit-transform: translate(5.325px,.55px);
    transform: translate(5.325px,.55px)
}

40% {
    -webkit-transform: translate(.3px,2.4px);
    transform: translate(.3px,2.4px)
}

35% {
    -webkit-transform: translate(2.275px,0);
    transform: translate(2.275px,0)
}

30% {
    -webkit-transform: translate(2.45px,-.7px);
    transform: translate(2.45px,-.7px)
}

25% {
    -webkit-transform: translate(1.125px,.75px);
    transform: translate(1.125px,.75px)
}

20% {
    -webkit-transform: translate(-4.4px,3.2px);
    transform: translate(-4.4px,3.2px)
}

15% {
    -webkit-transform: translate(4.075px,2.55px);
    transform: translate(4.075px,2.55px)
}

10% {
    -webkit-transform: translate(1.35px,-1.8px);
    transform: translate(1.35px,-1.8px)
}

5% {
    -webkit-transform: translate(4.275px,-1.9px);
    transform: translate(4.275px,-1.9px)
}
}

@keyframes electric-20-23-8 {
100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

95% {
    -webkit-transform: translate(.525px,-.15px);
    transform: translate(.525px,-.15px)
}

90% {
    -webkit-transform: translate(-.95px,-.2px);
    transform: translate(-.95px,-.2px)
}

85% {
    -webkit-transform: translate(.225px,-.45px);
    transform: translate(.225px,-.45px)
}

80% {
    -webkit-transform: translate(-1.3px,.8px);
    transform: translate(-1.3px,.8px)
}

75% {
    -webkit-transform: translate(-.875px,.5px);
    transform: translate(-.875px,.5px)
}

70% {
    -webkit-transform: translate(-2.25px,-.3px);
    transform: translate(-2.25px,-.3px)
}

65% {
    -webkit-transform: translate(2.625px,-.35px);
    transform: translate(2.625px,-.35px)
}

60% {
    -webkit-transform: translate(-1px,0);
    transform: translate(-1px,0)
}

55% {
    -webkit-transform: translate(1.575px,1.8px);
    transform: translate(1.575px,1.8px)
}

50% {
    -webkit-transform: translate(-3.75px,-1px);
    transform: translate(-3.75px,-1px)
}

45% {
    -webkit-transform: translate(5.325px,.55px);
    transform: translate(5.325px,.55px)
}

40% {
    -webkit-transform: translate(.3px,2.4px);
    transform: translate(.3px,2.4px)
}

35% {
    -webkit-transform: translate(2.275px,0);
    transform: translate(2.275px,0)
}

30% {
    -webkit-transform: translate(2.45px,-.7px);
    transform: translate(2.45px,-.7px)
}

25% {
    -webkit-transform: translate(1.125px,.75px);
    transform: translate(1.125px,.75px)
}

20% {
    -webkit-transform: translate(-4.4px,3.2px);
    transform: translate(-4.4px,3.2px)
}

15% {
    -webkit-transform: translate(4.075px,2.55px);
    transform: translate(4.075px,2.55px)
}

10% {
    -webkit-transform: translate(1.35px,-1.8px);
    transform: translate(1.35px,-1.8px)
}

5% {
    -webkit-transform: translate(4.275px,-1.9px);
    transform: translate(4.275px,-1.9px)
}
}

@-webkit-keyframes electric-20-24-8 {
100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

95% {
    -webkit-transform: translate(-.2px,-.05px);
    transform: translate(-.2px,-.05px)
}

90% {
    -webkit-transform: translate(-.2px,-.2px);
    transform: translate(-.2px,-.2px)
}

85% {
    -webkit-transform: translate(1.8px,.6px);
    transform: translate(1.8px,.6px)
}

80% {
    -webkit-transform: translate(1.4px,.2px);
    transform: translate(1.4px,.2px)
}

75% {
    -webkit-transform: translate(-1px,1px);
    transform: translate(-1px,1px)
}

40%,70% {
    -webkit-transform: translate(-3px,.6px);
    transform: translate(-3px,.6px)
}

65% {
    -webkit-transform: translate(-3.5px,1.05px);
    transform: translate(-3.5px,1.05px)
}

60% {
    -webkit-transform: translate(-2.8px,1.6px);
    transform: translate(-2.8px,1.6px)
}

55% {
    -webkit-transform: translate(1.35px,1.35px);
    transform: translate(1.35px,1.35px)
}

50% {
    -webkit-transform: translate(-2px,1px);
    transform: translate(-2px,1px)
}

45% {
    -webkit-transform: translate(-4.4px,0);
    transform: translate(-4.4px,0)
}

35% {
    -webkit-transform: translate(-6.5px,0);
    transform: translate(-6.5px,0)
}

30% {
    -webkit-transform: translate(4.4px,-1.4px);
    transform: translate(4.4px,-1.4px)
}

25% {
    -webkit-transform: translate(6.65px,0);
    transform: translate(6.65px,0)
}

20% {
    -webkit-transform: translate(-4.8px,2.4px);
    transform: translate(-4.8px,2.4px)
}

15% {
    -webkit-transform: translate(3.8px,-2.55px);
    transform: translate(3.8px,-2.55px)
}

10% {
    -webkit-transform: translate(2.7px,0);
    transform: translate(2.7px,0)
}

5% {
    -webkit-transform: translate(-4.75px,1.9px);
    transform: translate(-4.75px,1.9px)
}
}

@keyframes electric-20-24-8 {
100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

95% {
    -webkit-transform: translate(-.2px,-.05px);
    transform: translate(-.2px,-.05px)
}

90% {
    -webkit-transform: translate(-.2px,-.2px);
    transform: translate(-.2px,-.2px)
}

85% {
    -webkit-transform: translate(1.8px,.6px);
    transform: translate(1.8px,.6px)
}

80% {
    -webkit-transform: translate(1.4px,.2px);
    transform: translate(1.4px,.2px)
}

75% {
    -webkit-transform: translate(-1px,1px);
    transform: translate(-1px,1px)
}

40%,70% {
    -webkit-transform: translate(-3px,.6px);
    transform: translate(-3px,.6px)
}

65% {
    -webkit-transform: translate(-3.5px,1.05px);
    transform: translate(-3.5px,1.05px)
}

60% {
    -webkit-transform: translate(-2.8px,1.6px);
    transform: translate(-2.8px,1.6px)
}

55% {
    -webkit-transform: translate(1.35px,1.35px);
    transform: translate(1.35px,1.35px)
}

50% {
    -webkit-transform: translate(-2px,1px);
    transform: translate(-2px,1px)
}

45% {
    -webkit-transform: translate(-4.4px,0);
    transform: translate(-4.4px,0)
}

35% {
    -webkit-transform: translate(-6.5px,0);
    transform: translate(-6.5px,0)
}

30% {
    -webkit-transform: translate(4.4px,-1.4px);
    transform: translate(4.4px,-1.4px)
}

25% {
    -webkit-transform: translate(6.65px,0);
    transform: translate(6.65px,0)
}

20% {
    -webkit-transform: translate(-4.8px,2.4px);
    transform: translate(-4.8px,2.4px)
}

15% {
    -webkit-transform: translate(3.8px,-2.55px);
    transform: translate(3.8px,-2.55px)
}

10% {
    -webkit-transform: translate(2.7px,0);
    transform: translate(2.7px,0)
}

5% {
    -webkit-transform: translate(-4.75px,1.9px);
    transform: translate(-4.75px,1.9px)
}
}


/*----- mobile menu end -----*/
/*------ offcanvas widget area start ------*/
.offcanvas-widget-area {
  margin-top: auto;
  padding-bottom: 0px;
  text-align:center;
  direction:rtl;
}

.off-canvas-contact-widget li {
  color: #555555;
  font-size: 15px;
  margin-bottom: 5px;
  direction:ltr;
}

.off-canvas-contact-widget li i {
  width: 20px;
}

.off-canvas-contact-widget li a {
  color: #FFF;
}

.off-canvas-contact-widget li i {
    color:#FFC500;
}

.off-canvas-contact-widget li a:hover {
  color: #FFC500;
}

.off-canvas-social-widget {
  margin-top: 20px;
}

.off-canvas-social-widget a {
  color: #555555;
  font-size: 18px;
  display: inline-block;
  margin-right: 15px;
}

.off-canvas-social-widget a span.aparat{content: url(../images/logo-png/Aparat_Icon_2.png); width: 18px;position: relative;top: 3px;-webkit-filter: grayscale(100%);-ms-filter: grayscale(100%);-moz-filter: grayscale(100%);-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}

.off-canvas-social-widget a i {
  color: #FFF;
}

.off-canvas-social-widget a i:hover {
  color: #FFC500;
}


.off-canvas-social-widget a:hover {
  color: #FFC500;
}
.off-canvas-contact-widget li a:hover{color:#FFC500}.off-canvas-social-widget a span.aparat:hover{-webkit-filter: grayscale(0%);-ms-filter: grayscale(0%);-moz-filter: grayscale(0%);-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-ms-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;}
/*------ offcanvas widget area end ------*/
.off-canvas-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 9999;
  direction:rtl;
}

.off-canvas-wrapper.open {
  opacity: 1;
  visibility: visible;
}

.off-canvas-wrapper.open .off-canvas-inner-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
          background-color:#171717;
}

.off-canvas-wrapper .off-canvas-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  content: '';
  cursor: url("../img/icon/cancel.png"), auto;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.off-canvas-wrapper .off-canvas-inner-content {
  background-color: #fff;
  width: 300px;
  padding: 20px;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(calc(100% - -50px));
      -ms-transform: translateX(calc(100% - -50px));
          transform: translateX(calc(100% - -50px));
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.off-canvas-wrapper .btn-close-off-canvas {
  top: 0;
  right: 100%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #FFC500;
}

.off-canvas-wrapper .btn-close-off-canvas i {
  font-size: 26px;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  display: block;
  line-height: 40px;
}

.off-canvas-wrapper .btn-close-off-canvas:hover i {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.off-canvas-wrapper .off-canvas-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  direction: ltr;
  padding-right: 5px;
}

.search-box-offcanvas form {
  position: relative;
}

.search-box-offcanvas form input {
  color: #666;
  font-size: 13px;
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 10px 0 40px;
  background-color: #f2f2f2;
  direction:rtl;
}

.search-box-offcanvas form .search-btn {
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 42px;
  font-size: 20px;
  color: #222222;
  position: absolute;
}

.search-box-offcanvas form .search-btn:hover {
  color: #FFC500;
}

/*------- mobile top bar settings start -------*/
.mobile_containers{overflow-x: hidden;overflow-y: auto;}

.mobile-settings {
    padding: 15px 15px;
    margin: 30px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
}

.mobile-settings li {
  margin: 5px 15px;
}

.mobile-settings .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
    direction: rtl;
    text-align: right;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle {
  font-size: 14px;
  color: #FFF;
  cursor: pointer;
  margin-right:5px;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle i {
  font-size: 12px;
  padding-left: 5px;
  vertical-align: middle;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:hover {
  color: #FFC500;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-toggle:after {
  display: none;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-menu {
  padding: 0;
  border-color: #efefef;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-menu.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.mobile-settings .nav .mobile-top-dropdown .dropdown-menu .dropdown-item {
  font-size: 13px;
  color: #333;
  padding: 6px 15px;
  text-align:right;
}

.dropdown-item:hover {
    background-color:#FFC500;
}

.img-pro-menu {
    /*background:red;*/
    margin-top:50px;
}

.mega-pad ul a{
    padding: .8rem 0px !important;
}

.experience-info {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-60%);
    margin-top: -4rem
}

.experience-number {
    display: inline-block;
    font-size: 10rem;
    line-height: 1;
    font-family: karla,sans-serif;
    color: #d4f21b;
    font-weight: 700
}

.experience-text {
    display: inline-block;
    color: #000;
    line-height: 1.4;
    font-weight: 700;
    font-size: 1.2rem;
    position: relative;
    left: 1rem
}

.row-experience {
    padding: 2rem 0;
    border-top: 1px solid rgba(255,255,255,.3)
}

.row-experience:first-child {
    padding-top: 0;
    border-top: 0
}

.row-experience:last-child {
    padding-bottom: 0
}

.row-experience img {
    width: auto !important
}

.download-cv {
    display: inline-block;
    margin-top: 3.7rem;
    position: relative;
    z-index: 1
}

.owl-dots {
    position: absolute;
    width: 100%;
    margin-top: 3.5rem;
    text-align: center
}

.owl-dot {
    display: inline-block;
    margin: 0 .35rem
}

.owl-dot:focus {
    outline: none
}

.owl-dots span {
    display: block;
    width: 20px;
    height: 3px;
    background-color: #d6d6d6
}

.owl-dot.active span {
    background-color: #d4f21b
}

.owl-nav {
    font-family: tahoma;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -8.6rem;
    font-size: 6rem
}

.owl-prev {
    margin-right: .6rem
}

.owl-next, .owl-prev {
    opacity: .45;
    transition: all .3s
}

.owl-prev:focus, .owl-next:focus {
    outline: none
}

.owl-prev:hover, .owl-next:hover {
    opacity: 1 !important;
    color: #d4f21b !important
}

.photo-icon {
    position: absolute;
    box-shadow: 0 5px 15px 5px rgba(16,16,16,.1);
    overflow: hidden;
    transition: all .6s .4s ease;
    opacity: 0
}

.photo-icon-1 {
    top: -50px;
    left: 30%
}

.photo-icon-2 {
    left: -40px;
    bottom: 100px
}

.photo-icon-3 {
    right: -50px;
    bottom: 50px
}

.active .photo-icon-1 {
    opacity: 1;
    left: 50%
}

.active .photo-icon-2 {
    opacity: 1;
    bottom: 150px;
    transition-delay: .7s
}

.active .photo-icon-3 {
    opacity: 1;
    bottom: -50px;
    transition-delay: 1s
}

.progress {
    height: 6px;
    border-radius: 0;
    background-color: #000
}

.progress-bar {
    position: relative;
    background-color: transparent
}

.progress-bar:before {
    position: absolute;
    background: #d4f21b;
    content: '';
    width: 0;
    height: 100%
}

.active .progress-bar:before {
    width: 100%;
    transition: all .8s ease
}

.progress-item:nth-child(1) .progress-bar:before {
    transition-delay: 400ms
}

.progress-item:nth-child(2) .progress-bar:before {
    transition-delay: 600ms
}

.progress-item:nth-child(3) .progress-bar:before {
    transition-delay: 800ms
}

.project-wrap {
    width: 100%;
    position: relative;
    min-height: 100%
}

.bg-changer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.section-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.bg-changer .section-bg {
    opacity: 0;
    will-change: opacity,transform;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .5s .2s ease,transform 5s .2s ease;
    -o-transition: opacity .5s .2s ease,transform 5s .2s ease;
    transition: opacity .5s .2s ease,transform 5s .2s ease
}

.bg-changer .active {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.bg-changer .section-bg:first-child {
    opacity: 1
}

.row-project-box {
    margin-top: -30px
}

.col-project-box {
    margin-top: 30px
}

.project-box {
    display: block;
    padding-bottom: 30%;
    position: relative;
    border: 1px solid rgba(255,255,255,.5);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 5px;
}

.project-box-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 2.14rem 1.928rem;
    direction: rtl;
    text-align: right;
}

.project-box h4 {
    margin: 0;
    color: #fff; 
    text-shadow: 0 2px 5px #000;
    direction: rtl;
    text-align: right;
}

.project-category {
    color: #ccc;
    margin-top: .5rem;
}

.project-box:hover {
    background: #FFBA00;
    text-decoration: none;
    border-color: transparent
}

.project-box:hover h4 {
    color: #000
}

.project-box:hover .project-category {
    color: #666
}

.row-partners {
    margin: 0 -4rem
}

.col-partner {
    padding: 0 4rem;
    margin: 2.5rem 0;
    text-align: center
}

.col-partner img {
    max-width: 100%;
    transition: all .3s ease
}

.icon-quote {
    display: inline-block;
    margin-left: -.7rem;
    line-height: 1;
    font-size: 12rem;
    margin-top: -2rem
}

.carousel-testimonials .owl-nav {
    position: static;
    margin-top: 4rem
}

.news-row .image-link {
    display: block;
    overflow: hidden;
    box-shadow: 0 5px 5px 0 #888;
    border-radius: 5px;
}

.news-row .image-link img {
    transition: all .3s ease
}

.news-row .image-link:hover img {
    transform: scale(1.1)
}

.read-more {
    display: inline-block;
    opacity: 0;
    transform: translateY(40px);
    transition: all .3s ease
}

.read-more ion-icon {
    font-size: 1.8rem;
    display: inline-block;
    vertical-align: middle
}

.news-row figure:hover .read-more {
    opacity: 1;
    transform: translateY(0)
}

.message {
    margin-bottom: 2rem;
    display: none;
}

.navbar-bottom {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0 1.5rem 3rem;
    z-index:999;
    direction:rtl;
    text-align:right;
}

.navbar-bottom-white, .navbar-bottom-white .social-icons ion-icon {
    color: #fff;
}

/*-----------breadcrumb-----------*/

.breadcrumb-area {
    background: #ffbb00;
    background-image: url(../images/pattern/cta-2-bg-1-1.png);
    position: relative;
    top: 57px;
    z-index:999;
}

.breadcrumb-wrap {
    padding: 24px 0;
    text-align: center;
}

.breadcrumb-wrap .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    direction: rtl;
}

.lowshan-banner {
    background: #ffba00;
    background-image: url(../images/pattern/cta-2-bg-1-1.png);
    position: relative;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-transform: capitalize;
}

.breadcrumb-item a i {
    color: #805e00;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item.active {
    color: #222;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    text-shadow: 0 2px 5px #404040;
    margin-right: 15px;
}

.breadcrumb-wrap .breadcrumb .breadcrumb-item:before {
    position: relative;
    left: 10px;
}

.breadcrumb-top {
    margin-top: 49px !important;
}

/*-----------breadcrumb-end----------*/


/*-----------info-technical------------*/
.sp-two {
    position:relative;
    top:48px;
}

.why-loshan {
    visibility: visible;
    animation-duration: 900ms;
    animation-delay: 0ms;
    animation-name: fadeInLeft;
}

.why-loshan-1 {
    visibility: visible;
    animation-duration: 1500ms;
    animation-delay: 0ms;
    animation-name: fadeInRight;
}

.why-loshan-2 {
    visibility: visible;
    animation-duration: 1500ms;
    animation-delay: 0ms;
    animation-name: fadeInLeft;
}

.why-loshan-3 {
    visibility: visible;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-name: fadeIn;
}

.info-section .counter-column:nth-child(1) .item.left {
    right: -20px;
    background: #ffba00;
    transform: skewX(-15deg);
    box-shadow: 0 5px 5px 0 #888;
}

.info-section .counter-column:nth-child(1) .item.left:hover {
    background: rgba(255, 197, 0, 1.0);
    background: -webkit-linear-gradient(bottom left, rgba(255, 197, 0, 1.0), rgba(255, 226, 128, 1.0));
    background: -moz-linear-gradient(bottom left, rgba(255, 197, 0, 1.0), rgba(255, 226, 128, 1.0));
    background: linear-gradient(to top right, rgba(255, 197, 0, 1.0), rgba(255, 226, 128, 1.0));
    z-index: 0;
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.info-section .item.left {
    margin-right: 50px;
}

.info-section .counter-column:nth-child(1) .item.right {
    right: 20px;
    background: #ffba00;
    transform: skewX(15deg);
    box-shadow: 0 5px 5px 0 #888;
}

.info-section .counter-column:nth-child(1) .item.right:hover {
    background: rgba(255, 197, 0, 1.0);
    background: -webkit-linear-gradient(bottom right, rgba(255, 197, 0, 1.0), rgba(255, 226, 128, 1.0));
    background: -moz-linear-gradient(bottom right, rgba(255, 197, 0, 1.0), rgba(255, 226, 128, 1.0));
    background: linear-gradient(to top left, rgba(255, 197, 0, 1.0), rgba(255, 226, 128, 1.0));
    z-index: 0;
    transform: skewX(22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.info-section .item.right {
    margin-left: 50px;
}

.info-section .counter-column:nth-child(1) .item.right .count-outer {
    transform: skewX(-15deg);
}

.info-section .item {
    position: relative;
    margin-bottom: 60px;
    text-align: center;
}

.info-section .item {
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 5px 19px 0px rgba(10, 9, 12, 0.08);
}

.info-section .counter-column:nth-child(1) .item.left .count-outer {
    transform: skewX(15deg);
}

.info-section .item h3 {
    font-family:lowshan;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
    text-shadow: 0 2px 5px #404040;
}

.info-section .item .count-text {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-transform:uppercase;
    font-family:sans-serif;
}

.info-section .counter-column:nth-child(2) .item.left {
    right: 0px;
    background: #ffba00;
    box-shadow: 0 5px 5px 0 #888;
}

.info-section .counter-column:nth-child(2) .item.left:hover {
    background: rgba(255, 197, 0, 1.0);
    background: -webkit-linear-gradient(bottom left, rgba(255, 197, 0, 1.0), rgba(255, 226, 128, 1.0));
    background: -moz-linear-gradient(bottom left, rgba(255, 197, 0, 1.0), rgba(255, 226, 128, 1.0));
    background: linear-gradient(to top right, rgba(255, 197, 0, 1.0), rgba(255, 226, 128, 1.0));
    z-index: 0;
    transform: skewX(-10deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.info-section .counter-column:nth-child(2) .item.right {
    right: 0px;
    background: #ffba00;
    box-shadow: 0 5px 5px 0 #888;
}

.info-section .counter-column:nth-child(2) .item.right:hover {
    background: rgba(255, 197, 0, 1.0);
    background: -webkit-linear-gradient(bottom right, rgba(255, 197, 0, 1.0), rgba(255, 226, 128, 1.0));
    background: -moz-linear-gradient(bottom right, rgba(255, 197, 0, 1.0), rgba(255, 226, 128, 1.0));
    background: linear-gradient(to top left, rgba(255, 197, 0, 1.0), rgba(255, 226, 128, 1.0));
    z-index: 0;
    transform: skewX(10deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}


.info-section .counter-column:nth-child(3) .item.left {
    right: -20px;
    background: #ffba00;
    transform: skewX(15deg);
    box-shadow: 0 5px 5px 0 #888;
}

.info-section .counter-column:nth-child(3) .item.left:hover {
    background: rgba(255, 197, 0, 1.0);
    background: -webkit-linear-gradient(bottom right, rgba(255, 197, 0, 1.0), rgba(255, 226, 128, 1.0));
    background: -moz-linear-gradient(bottom right, rgba(255, 197, 0, 1.0), rgba(255, 226, 128, 1.0));
    background: linear-gradient(to top left, rgba(255, 197, 0, 1.0), rgba(255, 226, 128, 1.0));
    z-index: 0;
    transform: skewX(22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.info-section .counter-column:nth-child(3) .item.left .count-outer {
    transform: skewX(-15deg);
}

.info-section .counter-column:nth-child(3) .item.right {
    right: 20px;
    background: #ffba00;
    transform: skewX(-15deg);
    box-shadow: 0 5px 5px 0 #888;
}

.info-section .counter-column:nth-child(3) .item.right:hover {
    background: rgba(255, 197, 0, 1.0);
    background: -webkit-linear-gradient(bottom left, rgba(255, 197, 0, 1.0), rgba(255, 226, 128, 1.0));
    background: -moz-linear-gradient(bottom left, rgba(255, 197, 0, 1.0), rgba(255, 226, 128, 1.0));
    background: linear-gradient(to top right, rgba(255, 197, 0, 1.0), rgba(255, 226, 128, 1.0));
    z-index: 0;
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.info-section .item.right {
    margin-left: 50px;
}

.info-section .img-box {
    margin-top: 90px;
}

.info-section .img-box img {
    max-width: 100%;
}

@-webkit-keyframes shine {
    0% {
        background-position: -100%;
    }

    100% {
        background-position: 500%;
    }
}

@keyframes shine {
    0% {
        background-position: -100%;
    }

    100% {
        background-position: 500%;
    }
}

@keyframes float-bob-y {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    50% {
        -webkit-transform: translateY(-1.px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.float-bob-y {
    animation-name: float-bob-y;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 4s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 4s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 4s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.item-box {
    position: relative;
    top: -20px;
}




@media only screen and (max-width: 991px) {
    .info-section .item-box .image-block {
        display: none;
    }
}
/*-----------info-technical-end-----------*/



/*-----------news-letter----------*/

.section.small_pb, .footer_top.small_pb {
    padding-bottom: 50px;
}

.section.small_pt, .footer_top.small_pt {
    padding-top: 50px;
}

.bg_default {
    background-color: #FFBB00 !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.heading_s1 {
    margin-bottom: 25px;
}

.news_txt_design h3 span {border:2px dashed #FFF;padding:10px 20px;border-radius:2px;}

.newsletter_form form, .newsletter_form2 form {
    position: relative;
}

.newsletter_form input, .newsletter_form input:focus, .newsletter_form2 input, .newsletter_form2 input:focus {
    border: 0;
}

.newsletter_form form {
    display:flex;
}

.newsletter_form form button {
    background:#333;
    color:#FFF;
    border-bottom-left-radius:5px !important;
    border-top-left-radius:5px !important;
    border:none;
}

.form-control {
    color: #000;
    box-shadow: none;
    height: 50px;
    padding: 8px 15px;
    background: #FFF;
    margin-top: 0;
    border-bottom-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    direction:rtl;
}



/*-----------news-letter----------*/



/*----------footer------------*/

#footer {
    width: 100%;
    overflow: hidden;
    position: relative;
    border-top: 2px solid #FFBB00;
    position: relative;
    background: #171717 url(../../images/bg/footer-page.jpg) center top no-repeat;
}

#footer.style3 .footer-top {
    padding-top: 20px;
    padding-bottom: 12px;
}

#footer.style3 .footer-cent {
    padding: 80px;
}

.block-head {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 20px;
    padding: 0 0 20px;
    position: relative;
    overflow: hidden;
    color: #f8f9fa;
    text-align:right;
}

.block-head:before {
    position: absolute;
    bottom: 2px;
    right: 20px;
    width: 35px;
    height: 5px;
    content: "";
    display: inline-block;
    z-index:9;
    background-color: #FFBB00;
}

.block-head:after {
    background-color: #666;
}

.block-head:after {
    bottom: 4px;
    right: 0;
    height: 1px;
    display: inline-block;
    color: #fff!important;
}

#RegisterForm .divider-text:after, .block-head:after {
    content: "";
    position: absolute;
    width: 100%;
}

.footer-cent ul {
    list-style: none;
    padding-left: 0;
}

.footer-cent ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #3e3e3e;
    padding-bottom: 10px;
    font-size: 13px;
    text-align:right;
    direction:rtl;
}

.inline_num_contact{position: relative !important;right: 5px !important;transform: rotate(260deg);}
.address_box_rotate {transform: rotate(260deg);}

#footer .footer-cent a {
    color: #dee2e6;
}

#footer .footer-cent a:hover {
    color: #FFBB00;
    -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.footer_widgets.tp_two p {
    color: #b7c0ca;
    font-size: 14px;
    width: 100%;
    text-align: right;
    margin-top: 5px;
    direction:rtl;
}

.inner_widgets li a:before {
    position: relative;
    content: "\f104";
    color: #ffba00;
    font-family: Fontawesome;
    left: 5px;
    top: 1px;
    font-size: 12px;
}

.text_box p a {
    color: #b7c0ca;
}

.text_box p a:hover {
    color: #ffc500;
}

.widgets_title {
    direction: rtl;
    text-align: right;
    position: relative;
    top: -13px;
}

.social-link {
    margin-top: 30px;
    direction: rtl;
    text-align: right;
}

.social-link li {
    border:0 !important;
    display:table-cell;
}

.social-link a {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    margin-left: 8px;
    color: #FFF;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #222;
}

.social-link a i {
    position: relative;
    top: 1px;
    color: #FFF;
    margin: 0;
    right: 0px;
}
.social-link a.aparat i {content: url(../images/logo-png/Aparat_Icon.png); width: 27px;position: relative;top: 6px;}

.social-link a.icon-color-face {
    background-color: #3b5999;
}

.social-link a.icon-color-whatss {
    background-color: #3dc14f;
}

.social-link a.icon-color-teleg {
    background-color: #28a7e8;
}

.social-link a.icon-color-inst {
    background-color: #d6015e;
}

.social-link a.icon-color-face:hover {
    background-color: #2b406e;
    -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.social-link a.icon-color-teleg:hover {
    background-color: #1171a2;
    -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.social-link a.icon-color-whatss:hover {
    background-color: #2b8837;
    -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.social-link a.icon-color-inst:hover {
    background-color: #980142;
    -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}


.email-foot p {
    margin-left: 0 !important;
    font-family: sans-serif !important;
}

.address-box i {
    position: relative;
    top: 0px;
    right: 0;
    color: #FFBB00;
    font-size: 14px;
    margin-left: 5px;
}

.register-news form button {
    position: relative;
    right: -6px;
    width: 80px;
    height: 34px;
    background-color: #FFBB00;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.register-news form input {
    padding: 5px 10px;
    outline: 0;
    border: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    direction: rtl;
}


.footer-bottom {
    padding: 20px 0;
    background-color: transparent;
    border-top: 1px solid #444;
    direction:rtl;
}

.footer-bottom .text-center p {
    font-size: 14px;
    color: #555;
}

.footer-bottom p a {
    position: relative;
    top: 1px;
    color: #ffba00;
    font-family: sans-serif;
    font-size: 12px;
    display: inline-block;
}

.trust-list {
    direction: rtl;
    text-align: right;
}

.trust-list li {
    display:inline-block;
    border:0 !important;
}

.trust-list a {
    display: inline-block;
    text-align: right;
}

.trust-list img {
    width: 94px;
    height: 94px;
    margin: 10px 3px;
    border-radius: 5px;
    background: #FFF;
}

.search-box-inner .search-field-wrap .search-field {
    width: 100%;
    border: none;
    line-height: 40px;
    padding: 0px 20px;
    border-radius: 50px;
    direction: ltr !important;
    text-align: right;
}

/* ----scroll to top css start ----*/
#scrollUp {
  bottom: 50px;
  cursor: pointer;
  height: 50px;
  position: fixed;
  right: 24px;
  text-align: center;
  width: 50px;
  z-index: 9999 !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
  background: #ffba00;
}

#scrollUp:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 3%;
    height: 10px;
    width: 95%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

@media only screen and (max-width: 767.98px) {
   #scrollUp {
    display: none;
  }
}

#scrollUp:before {
  line-height: 50px;
  color: #FFF;
  font-size: 22px;
  position:relative;
  top:-3px;
  z-index:99999;
  content:"\f077";
  font-family:Fontawesome;
}

#scrollUp.not-visible {
  bottom: -50px;
  visibility: hidden;
  opacity: 0;
}

#scrollUp:hover {
  background-color: #222;
  border:1px solid #555;
  display:block;
}

/* ----scroll to top css end ----*/

figcaption.blog_footer_3 {
    padding: 5px 0;
    box-shadow: 0 1px 5px 0 #999;
    border-top: 0;
    background: #f2f2f2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*--whatsapp--*/


.navbar-bottom-whatsapp {
    position: fixed;
    right: -30px;
    width: 200px;
    bottom: 145px;
    padding: 0 1.5rem 3rem;
    z-index:999;
    direction:rtl;
    text-align:right;
}


.vid-link-whatsapp {
    position: absolute;
    right: 55px;
    bottom: 55px;
    width: 84px;
    height: 84px;
    line-height: 84px;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 3;
}

.vid-link-whatsapp .icon {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: var(--thm-black);
    background: #29a71a;
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.vid-link-whatsapp .icon span {
    position:relative;
    font-size:32px;
    top:4px;
    left:0px;
    color:#FFF;
}

.vid-link-whatsapp a:hover .icon {
    background: #1b6e11;
    color: var(--thm-base);
}

.vid-link-whatsapp .icon:before {
    content: "";
    position: absolute;
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
    border: 1px solid rgba(41, 167, 26, 0.5);
    border-radius: 50%;
}

.vid-link-whatsapp .ripple,
.vid-link-whatsapp .ripple:before,
.vid-link-whatsapp .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--thm-green-rgb), 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(var(--thm-green-rgb), 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-green-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-green-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--thm-green-rgb), 0.6);
    -webkit-animation: ripple-wht 3s infinite;
    -moz-animation: ripple-wht 3s infinite;
    -ms-animation: ripple-wht 3s infinite;
    -o-animation: ripple-wht 3s infinite;
    animation: ripple-wht 3s infinite;
}


.vid-link-whatsapp .ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.vid-link-whatsapp .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.navbar-bottom-onlinemob{position:absolute;right:-30px;width:200px;bottom:80px;padding:0 1.5rem 3rem;z-index:999;direction:rtl;text-align:right}.vid-link-onlinemob{position:absolute;right:55px;bottom:-40px;width:84px;height:84px;line-height:84px;text-align:center;font-size:20px;color:#fff;transition:all 0.5s ease;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease;z-index:3}.vid-link-onlinemob .icon{position:relative;display:block;width:50px;height:50px;line-height:50px;text-align:center;font-size:24px;color:var(--thm-black);background:#002699;border-radius:50%;transition:all 0.5s ease;-moz-transition:all 0.5s ease;-webkit-transition:all 0.5s ease;-ms-transition:all 0.5s ease;-o-transition:all 0.5s ease}.vid-link-onlinemob .icon span{position:relative;font-size:29px;top:4px;left:0;color:#fff;transform:rotate(260deg)}.vid-link-onlinemob a:hover .icon{background:#3366ff;color:var(--thm-base)}.vid-link-onlinemob .icon:before{content:"";position:absolute;left:-8px;top:-8px;right:-8px;bottom:-8px;border:1px solid rgba(0,64,255,.5);border-radius:50%}.vid-link-onlinemob .ripple,.vid-link-onlinemob .ripple:after,.vid-link-onlinemob .ripple:before{position:absolute;top:50%;left:50%;width:65px;height:65px;border-radius:50%;-ms-border-radius:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-box-shadow:0 0 0 0 rgba(var(--thm-blue-rgb),.6);-moz-box-shadow:0 0 0 0 rgba(var(--thm-blue-rgb),.6);-ms-box-shadow:0 0 0 0 rgba(var(--thm-blue-rgb),.6);-o-box-shadow:0 0 0 0 rgba(var(--thm-blue-rgb),.6);box-shadow:0 0 0 0 rgba(var(--thm-blue-rgb),.6);-webkit-animation:ripple-wht 3s infinite;-moz-animation:ripple-wht 3s infinite;-ms-animation:ripple-wht 3s infinite;-o-animation:ripple-wht 3s infinite;animation:ripple-wht 3s infinite}.vid-link-onlinemob .ripple:before{-webkit-animation-delay:0.9s;-moz-animation-delay:0.9s;-ms-animation-delay:0.9s;-o-animation-delay:0.9s;animation-delay:0.9s;content:"";position:absolute}.vid-link-onlinemob .ripple:after{-webkit-animation-delay:0.6s;-moz-animation-delay:0.6s;-ms-animation-delay:0.6s;-o-animation-delay:0.6s;animation-delay:0.6s;content:"";position:absolute}


.raychat_main_button {
    height: 60px;
    width: 60px;
    margin-right: 20px !important;;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 120px !important;
    z-index:999 !important;
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}


@-webkit-keyframes ripple-wht {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple-wht {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/*--whatsapp--*/



.deployform {
            position: fixed;
            bottom: 130px;
            right: 22px;
            width: 55px;
            height: 55px;
            border-radius: 50%;
            background-color: #002699;
            cursor: pointer;
            -webkit-transform-origin: right bottom;
            -moz-transform-origin: right bottom;
            -o-transform-origin: right bottom;
            transform-origin: right bottom;
            transition: all 0.35s cubic-bezier(0.91, -0.28, 0.06, 1.3), background-color 0.25s ease;
            -webkit-box-shadow: 0px 13px 40px 0px rgba(0, 0, 0, 0.21);
            -moz-box-shadow: 0px 13px 40px 0px rgba(0, 0, 0, 0.21);
            box-shadow: 0px 13px 40px 0px rgba(0, 0, 0, 0.21);
            z-index: 3;
        }
        .deployform:hover {
            background-color: #0040ff;
        }
        .deployform.open {
            width: 330px;
            height: 140px;
            border-radius: 3px;
            background-color: #fff;
            cursor: default;
        }
        .deployform.open .icon {
            opacity: 0;
            transition-delay: 0.01s;
        }
        .deployform.open .cancel {
            opacity: 1;
            transition-delay: 0.25s;
        }
        .deployform.open .time_telephone {
            opacity: 1;
            visibility: visible;
            transition-delay: 0.2s;
        }

    .deployform .cancel {
    position: absolute;
    left: 0;
    top: -33px;
    font-size: 21px;
    opacity: 0;
    transition-delay: 0.01s;
    cursor: pointer;
    padding: 7px 5px;
    color: #3c4351;
    z-index: 9;
    background: #FFF;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top: 1px solid #eee;
}
        
        
        .deployform .time_telephone {
            margin-top: 0px;
            opacity: 0;
            visibility: hidden;
            transition-delay: 0.01s;
        }


      .time_telephone p {
          position: relative;
          right: 30px;
          top: -15px;
          font-weight: 600;
      }

        .time_telephone p:before {
            content: "\f017";
            font-family: FontAwesome;
            font-size: 20px;
            position: relative;
            right: -7px;
            top: 2px;
            color: #99ccff;
            text-shadow: 0 0 15px #fb0;
            display: inline-block;
            font-weight: 100;
        }

        .time_telephone a {
            text-align: center;
            background-color: #002699;
            display: block;
            padding: 10px 0;
            margin: 0 auto;
            width: 70%;
            border-radius: 5px;
            position: relative;
            top: 5px;
            color: #FFF;
        }

        .time_telephone a:hover {
            background-color: #0040ff;
        }

        .time_telephone a span {
            position: relative;
            top: -2px;
        }

        .time_telephone a span:before {
            content: "\f095";
            font-family: FontAwesome;
            font-size: 20px;
            position: relative;
            right: -7px;
            top: 2px;
            color: #FFBB00;
            text-shadow: 0 0 15px #fb0;
            transform: rotate(260deg);
            display: inline-block;
        }
        
    .fa_telephone_shape {
    position: relative;
    right: 16px;
    top: 16px;
    color: #FFF;
    font-size: 24px;
    padding: 0;
    width: 0;
    }
        
    .vid-link-telephone .icon:before {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    right: -6px;
    bottom: -6px;
    border: 1px solid rgba(0,64,255,.5);
    border-radius: 50%;
}
        
.vid-link-telephone .ripple,
.vid-link-telephone .ripple:before,
.vid-link-telephone .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 0 0 rgba(var(--thm-blue-rgb), 0.6);
    -moz-box-shadow: 0 0 0 0 rgba(var(--thm-blue-rgb), 0.6);
    -ms-box-shadow: 0 0 0 0 rgba(var(--thm-blue-rgb), 0.6);
    -o-box-shadow: 0 0 0 0 rgba(var(--thm-blue-rgb), 0.6);
    box-shadow: 0 0 0 0 rgba(var(--thm-blue-rgb), 0.6);
    -webkit-animation: ripple-wht 3s infinite;
    -moz-animation: ripple-wht 3s infinite;
    -ms-animation: ripple-wht 3s infinite;
    -o-animation: ripple-wht 3s infinite;
    animation: ripple-wht 3s infinite;
}

.vid-link-telephone .ripple:before {
    -webkit-animation-delay: 0.9s;
    -moz-animation-delay: 0.9s;
    -ms-animation-delay: 0.9s;
    -o-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.vid-link-telephone .ripple:after {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    -ms-animation-delay: 0.6s;
    -o-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.box_address_lowshan {background-color: #f2f2f2;padding: 5px 5px;border-radius: 5px;display:block;}
.post_cod_jordan {border-bottom:0px !important;}
.post_cod_jordan span {color:#666;}
.about-section .text-column .link-box{padding-top:30px}
    .theme-btn{display:inline-block;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}
    .btn-style-tow{position:relative;display:inline-block;text-align:center;text-transform:uppercase;letter-spacing:.05em;background:#ff6000;color:var(--thm-black);border-radius:5px;overflow:hidden;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;top:40px;}
    .btn-style-tow .btn-curve{position:absolute;right:-15px;top:0;width:26px;height:100%;background:#222;opacity:.2;z-index:0;transform:skewX(-22deg);transition:all .5s ease;-moz-transition:all .5s ease;-webkit-transition:all .5s ease;-ms-transition:all .5s ease;-o-transition:all .5s ease}
    .theme-btn i{position:relative;display:inline-block;font-size:14px;margin-left:3px}
    .btn-style-tow .btn-title{position:relative;display:block;font-size:16px;line-height:30px;font-weight:400;padding:17px 40px 16px;z-index:1;color:#FFF}
    .btn-style-tow:hover{background:#333;color:#fff}
    .btn-style-tow:hover .btn-curve{opacity:1;right:0;width:100%;transform:skewX(0deg)}

