/*----------------------------------------------------------------------------------

    Theme Name:     Behrouz
    Theme URI:      http://www.spnoy.com
    Description:    
    Author:         Spnoy
    Author URI:     http://www.spnoy.com
    Version:        1.0.0
    License:        GNU General Public License
    License URI:

-----------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------*/
/*  0. Font Faces
/*---------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Yekan';
  font-style: normal;
  font-weight: normal;
  src: url('Yekan.eot');
  src: url('Yekan.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('Yekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('Yekan.ttf') format('truetype');
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url('IRANSansWeb_Bold.eot');
  src: url('IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 500;
  src: url('IRANSansWeb_Medium.eot');
  src: url('IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 300;
  src: url('IRANSansWeb_Light.eot');
  src: url('IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: 200;
  src: url('IRANSansWeb_UltraLight.eot');
  src: url('IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url('IRANSansWeb.eot');
  src: url('IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('IRANSansWeb.ttf') format('truetype');
}
/*---------------------------------------------------------------------------------*/
/*  1. Document Body
/*---------------------------------------------------------------------------------*/
body {
  font-family: IRANSans, tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  background-color: #f5f5f5;
  color: #222222;
  direction: rtl;
}
* {
  outline-color: #ffaf00;
}
a {
  text-decoration: none;
  color: #ffaf00;
  -webkit-transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out, opacity 0.3s ease-out;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border 0.3s ease-out, opacity 0.3s ease-out;
}
a:hover,
a:focus {
  color: #222222;
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  color: #ffaf00;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Yekan', tahoma, Arial, sans-serif;
}
h1 {
  font-size: 3.2rem;
}
h2 {
  font-size: 2.8rem;
}
h3 {
  font-size: 2.4rem;
}
h4 {
  font-size: 2.2rem;
}
h5 {
  font-size: 2.0rem;
}
h6 {
  font-size: 1.8em;
}
input,
textarea {
  font-family: 'Yekan', tahoma, Arial, sans-serif;
}
iframe {
  max-width: 100%;
}
/*---------------------------------------------------------------------------------*/
/*  2. Typography
/*---------------------------------------------------------------------------------*/
.ss-typography {
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.7em;
}
.ss-typography h1:not(.ss-no-tp) {
  font-size: 3.6rem;
  line-height: 1.2em;
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: bold;
}
.ss-typography h2:not(.ss-no-tp) {
  font-size: 3.2rem;
  line-height: 1.2em;
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: bold;
}
.ss-typography h3:not(.ss-no-tp) {
  font-size: 2.8rem;
  line-height: 1.2em;
  margin-bottom: 25px;
  margin-top: 0;
  font-weight: bold;
}
.ss-typography h4:not(.ss-no-tp) {
  font-size: 2.4rem;
  line-height: 1.2em;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: bold;
}
.ss-typography h5:not(.ss-no-tp) {
  font-size: 2.2rem;
  line-height: 1.2em;
  margin-bottom: 20px;
  margin-top: 0;
  font-weight: bold;
}
.ss-typography h6:not(.ss-no-tp) {
  font-size: 1.8rem;
  line-height: 1.2em;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: bold;
}
.ss-typography p:not(.ss-no-tp) {
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 2em;
  margin-top: 0;
}
.ss-typography p:not(.ss-no-tp):last-child {
  margin-bottom: 0;
}
.ss-typography img:not(.ss-no-tp) {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.ss-typography ul:not(.ss-no-tp) li,
.ss-typography ol:not(.ss-no-tp) li {
  margin-bottom: 1em;
}
.ss-typography li:not(.ss-no-tp) ul,
.ss-typography li:not(.ss-no-tp) ol {
  margin-bottom: 1em;
  margin-top: 1em;
}
.ss-typography table {
  margin-bottom: 15px;
}
.ss-typography address {
  font-size: 1.6rem;
  line-height: 1.6;
}
.ss-typography blockquote:not(.ss-no-tp) {
  font-size: 1.6rem;
  font-style: italic;
  border: none;
  margin: 30px;
  padding: 0;
  font-weight: bold;
}
.ss-typography blockquote p:not(.ss-no-tp) {
  font-size: 2.4rem;
  line-height: 1.4em;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 15px;
}
.ss-typography blockquote {
  font-family: 'Yekan', tahoma, Arial, sans-serif;
}
.ss-heading-font {
  font-family: 'Yekan', tahoma, Arial, sans-serif;
}
.ss-body-font {
  font-family: IRANSans, tahoma, Arial, sans-serif;
}
.valign {
  display: table;
  width: 100%;
}
.valign > div,
.valign > article,
.valign > section,
.valign > figure,
.valign > ul,
.valign > span {
  display: table-cell;
  vertical-align: middle;
}
/*---------------------------------------------------------------------------------*/
/*  2. Header
/*---------------------------------------------------------------------------------*/
.ss-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: #ffffff;
}
.ss-header {
  background-color: #a01111;
  height: 145px;
}
.ss-header-inner {
  background-color: #ffffff;
  color: #222222;
  height: 100%;
  text-align: center;
}
.ss-header-inner .row {
  height: 100%;
}
.ss-header-inner .ss-header-inner-2 {
  position: relative;
  height: 100%;
}
.ss-logo {
  display: inline-block;
  z-index: 10;
  position: relative;
}
.ss-main-nav-wrap {
  position: absolute;
  width: 100%;
  bottom: 30px;
  right: 0;
}
.ss-main-nav {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
}
.ss-main-nav li {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  width: 90px;
}
.ss-main-nav > li:nth-child(4) {
  margin-left: 110px;
}
.ss-main-nav > li:nth-child(5) {
  margin-right: 110px;
}
.ss-main-nav li:last-child {
  margin-left: 0;
}
.ss-main-nav li a {
  color: #222222;
  white-space: nowrap;
}
.ss-main-nav li a:hover {
  color: #ffaf00;
}
.ss-main-nav li .sub-menu {
  position: absolute;
  top: 44px;
  right: 0;
  width: 230px;
  padding: 10px 20px;
  font-size: 1.4rem;
  background-color: #ffffff;
  text-align: right;
  opacity: 0;
  z-index: 50;
  visibility: hidden;
  -webkit-transform: translateY(-10px) perspective(0) rotateX(0deg);
  transform: translateY(-10px) perspective(0) rotateX(0deg);
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: visibility 0s linear 0.3s, opacity 0.3s ease, transform 0.3s ease;
}
.ss-main-nav li:hover > .sub-menu {
  visibility: visible;
  -webkit-transform: translateY(0) perspective(0) rotateX(0);
  transform: translateY(0) perspective(0) rotateX(0);
  opacity: 1;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.ss-main-nav > li > .sub-menu:before {
  position: absolute;
  top: -27px;
  right: 0;
  content: "";
  width: 100%;
  height: 27px;
}
.ss-main-nav li .sub-menu li {
  width: 100%;
  padding: 15px 0px;
  margin: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 1.6em;
}
.ss-main-nav li .sub-menu li:last-child {
  margin-bottom: 0;
  border: 0px;
}
.ss-main-nav li .sub-menu li a {
  display: inline-block;
  width: 100%;
}
.ss-main-nav li .sub-menu .sub-menu {
  right: 210px;
  top: 0;
}
.ss-main-nav li .sub-menu .sub-menu:before {
  position: absolute;
  top: 0;
  right: -35px;
  content: "";
  width: 35px;
  height: 100%;
}
.ss-main-nav li .sub-menu .sub-menu.sub-menu-right:before {
  position: absolute;
  top: 0;
  right: -35px;
  right: auto;
  content: "";
  width: 35px;
  height: 100%;
}
.ss-customer-voice {
  position: absolute;
  left: 30px;
  top: 25px;
  font-size: 1.2rem;
}
.ss-customer-voice-num {
  color: #a01111;
  font-weight: bold;
}
.ss-customer-voice .ss-icon {
  display: inline-block;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.ss-lang-selector {
  position: absolute;
  right: 30px;
  top: 25px;
  background: #f5f5f5;
  width: 140px;
  padding: 1px 0 0 14px;
  height: 38px;
  border: none;
  direction: ltr;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(lang-selector.png) center center no-repeat;
}
.ss-lang-selector option {
  padding: 6px 51px 5px 5px;
}
.ss-lang-selector:hover {
  cursor: pointer;
}
.ss-search-button-wrap {
  position: absolute;
  right: 180px;
  top: 25px;
  width: 38px;
  height: 38px;
  overflow: hidden;
}
.ss-search-button {
  float: right;
  position: relative;
  padding: 11px 11px 10px 11px;
  background-color: #f5f5f5;
  color: #444444;
  width: 38px;
  height: 38px;
  z-index: 10;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ss-search-button:hover,
.ss-search-button.ss-active {
  background-color: #ffaf00;
  color: #ffffff;
  cursor: pointer;
}
.ss-search-form-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 150px;
  display: none;
  z-index: 5;
}
.ss-search-form-wrap .search-box-text {
  background-color: #f5f5f5;
  color: #222222;
}
.ss-search-form-wrap .search-box-text {
  height: 100%;
  width: 100%;
  padding: 5px;
}
.ss-search-form-wrap .search-box-submit {
  display: none;
}
.ss-search-form-wrap form {
  height: 100%;
  position: relative;
}
.ss-header-overlay {
  position: absolute;
  bottom: -14px;
  right: 0;
  width: 100%;
  height: 14px;
  background: url(header-bg.png) center center no-repeat;
  z-index: 1;
}
.ss-menu-button {
  display: none;
}
/* Mobile Menu */
.ss-mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #151515;
  color: #ffffff;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.ss-mobile-navigation-wrap {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  overflow: auto;
}
.ss-mobile-menu-close-btn {
  position: absolute;
  top: 60px;
  right: 50%;
  font-size: 4.8rem;
  line-height: 1;
  margin-right: -24px;
  color: #ffffff;
}
.ss-mobile-menu-close-btn:hover {
  color: #ffaf00;
}
.ss-mobile-navigation-inner {
  margin-top: 147px;
  display: inline-block;
  width: 100%;
}
.ss-mobile-lang-selector {
  width: 100%;
  display: inline-block;
  height: 57px;
  background-color: #444;
  border: 0;
  padding: 0 110px 0 0;
  text-align: center;
}
.ss-mobile-navigation {
  list-style: none;
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.ss-mobile-navigation li {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
}
.ss-mobile-navigation li:first-child {
  padding-top: 0;
}
.ss-mobile-navigation li a {
  display: block;
  color: #ffffff;
  border-bottom: 1px solid #222222;
  padding: 20px 0;
}
.ss-mobile-navigation li:first-child > a {
  border-top: 1px solid #222222;
}
.ss-mobile-navigation li a:hover {
  color: #ffffff;
  background-color: #ffaf00;
  border-color: #ffaf00;
}
.ss-mobile-navigation li .sub-menu {
  padding: 0;
  list-style: none;
}
.ss-mobile-navigation li .sub-menu > li {
  padding: 0;
  font-size: 1.4rem;
}
.ss-mobile-navigation li .sub-menu > li:last-child {
  padding-bottom: 0;
}
.ss-mobile-navigation li .sub-menu > li:first-child a {
  border-top: none;
}
.ss-pusher {
  position: relative;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.ss-mobile-menu-open .ss-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}
.ss-mobile-menu {
  -webkit-transition: -webkit-transform 0.3s ease, visibility 0s linear 0.3s;
  transition: transform 0.3s ease, visibility 0s linear 0.3s;
}
.ss-mobile-menu-open .ss-mobile-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.3s ease, visibility 0.3s linear;
  transition: transform 0.3s ease, visibility 0.3s linear;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*---------------------------------------------------------------------------------*/
/*  3. Home
/*---------------------------------------------------------------------------------*/
.ss-promote-wrap {
  display: inline-block;
  width: 100%;
  margin-top: -80px;
  margin-bottom: 60px;
  padding-left: 0;
  padding-right: 0;
}
.ss-promote-wrap img:not(.ss-no-tp) {
  margin-bottom: 0;
}
.ss-promote-1 {
  float: right;
  width: 800px;
}
.ss-promote-2 {
  float: right;
  width: 370px;
}
.ss-latest-news-heading {
  font-size: 3.2rem;
  line-height: 1.2em;
  margin-bottom: 30px;
  margin-top: 0;
  color: #a01111;
  font-weight: bold;
}
.ss-latest-news {
  display: inline-block;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ss-latest-news li {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.ss-latest-news li:last-child {
  margin-bottom: 0;
}
.ss-latest-news-meta {
  font-size: 1.4rem;
  line-height: 1.4em;
  margin-bottom: 10px;
  color: #666666;
}
.ss-latest-news-meta .ss-icon {
  display: inline-block;
  margin-left: 5px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.ss-latest-news-title {
  font-family: IRANSans, tahoma, Arial, sans-serif;
  font-size: 2.4rem;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: normal;
}
.ss-latest-news-title a {
  color: #222222;
}
.ss-latest-news-title a:hover {
  color: #ffaf00;
}
.ss-latest-news-desc {
  font-size: 1.6rem;
  line-height: 1.7em;
  margin-bottom: 0;
}
.ss-home-sidebar img:last-of-type {
  margin-bottom: 0;
}
.ss-gv {
  display: inline-block;
  width: 100%;
}
.ss-gv-video {
  float: right;
  width: 800px;
  height: 450px;
}
.ss-gv-video iframe {
  width: 100%;
  border: none;
  height: 100%;
}
.ss-gv-gallery {
  float: right;
  width: 370px;
  padding: 30px 30px 24px 30px;
  background-color: #ffffff;
}
.ss-gv-gallery-title {
  margin-top: 0 !important;
  margin-bottom: 50px !important;
  font-size: 2.4rem !important;
  line-height: 1.2em !important;
  color: #a01111;
  font-weight: bold !important;
}
.ss-gv-gallery ul {
  display: inline-block;
  width: calc(100% + 4px);
  padding: 0;
  margin-bottom: 0;
  margin-left: -2px;
  margin-right: -2px;
  list-style: none;
}
.ss-gv-gallery ul li {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 6px;
  vertical-align: top;
}
.ss-gv-gallery ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 0 !important;
}
.ss-gv-gallery ul a:hover:not(.ss-gv-readmore) {
  opacity: 0.7;
}
.ss-gv-readmore {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #ffaf00;
  color: #ffffff;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1;
  padding-top: 37px;
}
.ss-gv-readmore:hover,
.ss-gv-readmore:focus {
  color: #ffffff;
}
.ss-gv-readmore-line-1 {
  position: absolute;
  width: 0;
  height: 3px;
  top: 48px;
  left: 43px;
  background-color: #ffffff;
  border-radius: 50px;
}
.ss-gv-readmore .ss-icon {
  display: inline-block;
}
.ss-gv-readmore-circle {
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  opacity: 0;
}
/*---------------------------------------------------------------------------------*/
/*  4. Footer
/*---------------------------------------------------------------------------------*/
.ss-footer {
  padding: 60px 0 0;
  background: url(footer-bg.jpg) center center no-repeat #222222;
  background-size: cover;
}
.ss-footer-top {
  margin-bottom: 60px;
}
.ss-footer-bottom {
  background-color: #ffffff;
  color: #222222;
  padding-top: 30px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.ss-footer .widget {
  font-size: 1.4rem;
  color: #f5f5f5;
}
.ss-footer .widget a {
  color: #f5f5f5;
}
.ss-footer .widget a:hover {
  color: #ffaf00;
}
.ss-footer .widget h5 {
  color: #ffffff;
  font-size: 2.0rem;
  line-height: 1.2em;
  margin: 0 0 30px 0;
  font-weight: bold;
}
.ss-footer .widget_nav_menu ul.menu > li  a {
  padding-right: 0;
}
.ss-footer .widget ul {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
}
.ss-footer .widget ul li {
  display: inline-block;
  width: 100%;
  line-height: 1.4em;
  margin-bottom: 10px;
}
.ss-footer-logo {
  float: right;
  width: 48px;
  height: 48px;
  background: url(footer-images.png) left top no-repeat;
  margin-left: 30px;
}
.ss-footer-social-links {
  float: left;
  text-align: left;
}
.ss-footer-social-links a {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 20px;
}
.ss-footer-social-links a:first-child {
  margin-right: 0;
}
.ss-footer-social-links a.ss-instagram {
  background: url(footer-images.png) right 0 no-repeat;
}
.ss-footer-social-links a.ss-twitter {
  background: url(footer-images.png) right -16px no-repeat;
}
.ss-footer-social-links a.ss-facebook {
  background: url(footer-images.png) right -32px no-repeat;
}
.ss-footer-social-links a.ss-aparat {
  background: url(footer-images.png) right -48px no-repeat;
  width: 50px;
}
.ss-footer-social-links a.ss-telegram {
  background: url(footer-images.png) right -66px no-repeat;
}
.ss-footer-nav {
  display: block;
  list-style: none;
  padding: 0;
  margin: 5px 0 10px 0;
  font-size: 1.4rem;
  line-height: 1;
}
.ss-footer-nav li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid rgba(102, 102, 102, 0.8);
}
.ss-footer-nav li:first-child {
  padding-right: 0;
}
.ss-footer-nav li:last-child {
  padding-left: 0;
  border: 0;
}
.ss-footer-nav li a {
  color: #666666;
}
.ss-footer-nav li a:hover {
  color: #ffaf00;
}
.ss-copyright {
  line-height: 1.6em;
  font-size: 1.4rem;
}
/* Retina Icons */
.box-icon-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
}
.box-icon-container {
  display: inline-block;
  width: 100%;
  font-size: 1.4rem;
  padding: 0;
  margin-bottom: 15px;
}
.box-icon-container:last-of-type {
  margin-bottom: 0;
}
.box-icon {
  float: right;
  line-height: 1;
  margin-left: 10px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.box-content {
  float: right;
}
.box-content-2 {
  float: left;
}
.ss-contact .box-content {
  width: calc(100% - 30px);
}
.box-icon-wrap.ss-type-2 .box-content-2 {
  width: 100%;
  margin-top: 5px;
}
.ss-contact-content .box-icon-container {
  font-size: 1.6rem;
}
.ss-contact-content .box-content {
  width: calc(100% - 26px);
}
.ss-contact-content .box-icon {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}
.ss-contact .ss-sidebar .box-icon {
  font-size: 1.5rem;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
/*---------------------------------------------------------------------------------*/
/*  5. Page
/*---------------------------------------------------------------------------------*/
.ss-page-wrap {
  padding-bottom: 120px;
}
.ss-page-wrap.ss-no-promote {
  padding-top: 60px;
}
.ss-page-banner-1 {
  width: 100%;
  height: 335px;
  text-align: center;
  color: #ffffff;
}
.ss-page-heading {
  font-size: 3.2rem;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: normal;
}
.ss-breadcrumbs {
  font-size: 1.4rem;
  line-height: 1.4em;
  font-weight: 300;
}
.ss-breadcrumbs a {
  color: #ffffff;
}
.ss-breadcrumbs a:hover {
  color: #ffaf00;
}
.ss-page-banner-2 {
  margin-top: -60px;
}
.ss-page-banner-2 img {
  max-width: 100%;
  height: auto;
}
.ss-page-content {
  padding: 60px 0;
}
/* Clients */
.ss-clients {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  margin: 0;
}
.ss-client {
  display: inline-block;
  width: calc(100% / 6 - 4px);
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ss-client:last-child {
  margin-bottom: 0;
}
.ss-client img {
  max-width: 100%;
  height: auto;
}
/*---------------------------------------------------------------------------------*/
/*  6. Blog
/*---------------------------------------------------------------------------------*/
.ss-page-promote-wrap {
  display: inline-block;
  width: 100%;
  margin-top: -60px;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}
.ss-page-promote-wrap img:not(.ss-no-tp) {
  margin-bottom: 0;
}
.ss-page-promote-1 {
  float: right;
  width: 870px;
  height: 320px;
}
.ss-page-promote-2 {
  float: left;
  width: 300px;
  height: 320px;
}
.ss-page-promote-1 img,
.ss-page-promote-2 img {
  max-width: 100%;
  height: auto;
}
.ss-blog-heading {
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: bold;
  color: #a01111;
}
.ss-blog-list .ss-blog-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
}
.ss-blog-list .ss-blog-item-fig {
  float: right;
  width: 270px;
}
.ss-blog-item-fig img {
  max-width: 100%;
  height: auto;
}
.ss-blog-list .ss-blog-item-content {
  float: right;
  width: calc(100% - 270px);
  padding-right: 30px;
}
.ss-blog-item-meta {
  display: inline-block;
  width: 100%;
  line-height: 1.7em;
  margin-bottom: 15px;
  color: #666666;
}
.ss-blog-item-meta > *,
.ss-blog-item-meta .ss-icon {
  display: inline-block;
}
.ss-blog-item-meta .ss-icon {
  margin-left: 3px;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}
.ss-blog-item-meta a {
  color: #666666;
}
.ss-blog-item-meta a:hover {
  color: #ffaf00;
}
.ss-blog-item-comments {
  margin-right: 15px;
}
.ss-blog-list .ss-blog-item-title {
  font-size: 2.4rem;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: normal;
}
.ss-blog-item-title a {
  color: #222222;
}
.ss-blog-item-title a:hover {
  color: #ffaf00;
}
.ss-blog-list .ss-blog-item-desc {
  font-size: 1.6rem;
  line-height: 2em;
  color: #222222;
}
.ss-blog-item-cats {
  margin-left: 15px;
}
.ss-pagination {
  display: inline-block;
  width: 100%;
  line-height: 1;
  direction: ltr;
}
.ss-pagination a,
.ss-pagination span {
  float: left;
  width: 42px;
  height: 42px;
  color: #222222;
  background-color: #ffffff;
  text-align: center;
  padding-top: 15px;
  font-size: 1.4rem;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.ss-pagination a:hover,
.ss-pagination span.current {
  background-color: #ffaf00;
  color: #ffffff;
}
.ss-blog-single {
  padding-top: 60px;
}
.ss-blog-single .ss-blog-item {
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
}
.ss-blog-single .ss-blog-item-title {
  font-size: 3.2rem;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: normal;
}
.ss-blog-single .ss-blog-item-fig {
  margin-bottom: 30px;
}
.ss-blog-single .ss-blog-item-desc {
  margin-bottom: 60px;
}
.ss-blog-item-tags {
  display: inline-block;
  width: 100%;
  line-height: 1.7em;
  color: #222222;
}
.ss-blog-item-tags a {
  font-size: 1.4rem;
  color: #222222;
}
.ss-blog-item-tags a:hover {
  color: #ffaf00;
}
.ss-blog-item-tags .ss-sep {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.4rem;
}
.ss-blog-item-tags-title {
  display: inline-block;
  font-size: 1.4rem;
  color: #666666;
  margin-left: 10px;
}
.ss-gallery-slider.royalSlider {
  width: 75% !important;
  margin-left: auto;
  margin-right: auto;
}

/* Share Screen */
.ss-share-screen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #1b1b1b;
  opacity: 0;
  display: none;
  z-index: 99999;
}
.ss-share-screen-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -55px;
  margin-left: -570px;
  width: 1140px;
  height: 110px;
  text-align: center;
}
.ss-share-screen-title {
  text-transform: uppercase;
  font-size: 3.2rem;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 15px;
}
.ss-share-screen-services {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.ss-share-screen-services .ss-button {
  margin: 0 10px;
  color: #ffffff;
  border: 2px solid #ffffff;
  padding: 8px 20px 5px;
  line-height: 1;
}
.ss-share-screen-services .ss-button span {
  display: inline-block;
  margin-right: 5px;
}
.ss-share-screen-close {
  position: absolute;
  top: 60px;
  right: 60px;
  width: 40px;
  height: 40px;
}
.ss-share-screen-close .ss-close-line-1,
.ss-share-screen-close .ss-close-line-2 {
  position: absolute;
  left: 0;
  top: 0;
  height: 2px;
  width: 100%;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ss-share-screen-close .ss-close-line-1 {
  transform: rotateZ(45deg) translateX(9px) translateY(9px);
  -webkit-transform: rotateZ(45deg) translateX(9px) translateY(9px);
}
.ss-share-screen-close .ss-close-line-2 {
  transform: rotateZ(-45deg) translateX(-9px) translateY(9px);
  -webkit-transform: rotateZ(-45deg) translateX(-9px) translateY(9px);
}
.ss-share-button {
  color: #999999;
  float: left;
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 5px;
}
.ss-share-button:hover {
  color: #ffaf00;
}
/*---------------------------------------------------------------------------------*/
/*  7. Widget
/*---------------------------------------------------------------------------------*/
.ss-sidebar .widget {
  display: inline-block;
  width: 100%;
  padding: 30px;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.ss-contact .ss-sidebar .widget,
.ss-products .ss-sidebar .widget {
  padding: 0;
  background-color: transparent;
}
.ss-sidebar .widget:last-child {
  margin-bottom: 0;
}
.widget_latest_portfolio {
  padding-bottom: 20px;
}
.ss-sidebar .widget h3 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 2.4rem;
  line-height: 1.2em;
  color: #a01111;
  font-weight: bold;
}
.ss-sidebar .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ss-sidebar .widget a {
  color: #222222;
}
.ss-sidebar .widget a:hover {
  color: #ffaf00;
}
/* Search Form */
.search-box {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 45px;
}
.widget .search-box .search-box-text {
  padding: 11px 20px;
  width: 100%;
  border: 0;
  background-color: #f5f5f5;
}
.search-box .search-box-submit {
  position: absolute;
  left: 0;
  top: 0;
  width: 47px;
  height: 100%;
  border: none;
  display: table-cell;
  text-align: center;
  font-size: 16px;
  padding: 14px 0 0;
  color: #ffffff;
  background-color: #ffaf00;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.search-box input.search-box-submit:hover + span {
  background-color: #a01111;
  color: #ffffff;
}
.search-box input.search-box-submit {
  background-color: transparent !important;
  color: transparent !important;
  z-index: 20;
}
.widget_latest_portfolio ul {
  margin-left: -5px !important;
  margin-right: -5px !important;
  padding: 0 !important;
  background-color: transparent !important;
}
.widget_latest_portfolio ul li {
  width: 33.333333%;
  padding-left: 5px;
  padding-right: 5px;
  float: right;
  list-style: none;
  margin-bottom: 10px;

  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.widget_latest_portfolio ul li img {
  max-width: 100%;
  height: auto;

  
}
.widget_latest_portfolio ul li:hover {
  opacity: 0.7;
}
.ss-recent-portfolio-inner {
  position: relative;
  z-index: 10;
}
.ss-recent-portfolio-more {
  float: right;
  width: 63px;
  height: 63px;
  text-align: center;
  background-color: #ffaf00;
  color: #ffffff !important;
  padding-top: 25px;
}
.ss-recent-portfolio-more:hover {
  background-color: #a01111;
}
.ss-sidebar .widget_recent_entries ul,
.ss-sidebar .widget_recent_comments ul,
.ss-sidebar .widget_rss ul,
.ss-sidebar .widget_pages ul,
.ss-sidebar .widget_archive ul,
.ss-sidebar .widget_nav_menu ul,
.ss-sidebar .widget_meta ul,
.ss-sidebar .widget_categories ul {
  display: inline-block;
  width: 100%;
  list-style: none;
}
.ss-sidebar .widget_categories ul li,
.ss-sidebar .widget_recent_comments ul li,
.ss-sidebar .widget_rss ul li,
.ss-sidebar .widget_pages ul li,
.ss-sidebar .widget_nav_menu ul li,
.ss-sidebar .widget_archive ul li,
.ss-sidebar .widget_meta ul li,
.ss-sidebar .widget_recent_entries ul li {
  margin-bottom: 8px;
  font-size: 1.6rem;
  line-height: 1.7em;
}
.widget_pages ul .children {
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.widget_nav_menu ul .sub-menu {
  margin-right: 10px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.widget_rss ul li {
  margin-bottom: 30px;
}
.tagcloud {
  display: inline-block;
  width: 100%;
  list-style: none;
  margin: 0;
  color: #222222;
}
.tagcloud a {
  display: inline-block;
  font-size: 1.6rem !important;
  line-height: 1.7em;
  margin-bottom: 5px;
}
.tagcloud a::after {
  content: '-';
  display: inline-block;
  margin: 0 7px;
}
.tagcloud a:last-child:after {
  content: normal;
}
.widget_calendar caption {
  margin-bottom: 15px;
}
.widget_calendar td,
.widget_calendar th {
  padding: 5px;
  text-align: center;
}
.widget_text .textwidget {
  font-size: 1.4rem;
  line-height: 1.7em;
}
.widget_nav_menu ul {
  font-size: 1.6rem;
  line-height: 1.7em;
}
.ss-sidebar .widget_nav_menu ul li {
  margin-bottom: 15px;
}
.widget_nav_menu ul.sub-menu {
  display: none;
  margin-right: 30px;
  height: 0;
}
.widget_nav_menu ul.sub-menu li {
  font-size: 1.4rem;
  opacity: 0;
}
.widget_nav_menu ul.sub-menu li:last-child {
  margin-bottom: 0;
}
.widget_nav_menu ul.sub-menu a {
  color: #666666;
}
.widget_nav_menu  ul.menu > li > a {
  display: inline-block;
  width: 100%;
  position: relative;
  padding-right: 20px;
}
.widget_nav_menu  ul.menu > li.menu-item-has-children > a::before {
  font-family: "streamline-24px-filled-in";
  content: "\e62a";
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.widget_nav_menu  ul.menu > li.menu-item-has-children > a.ss-active::before {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.widget_nav_menu  ul.menu > li > a:hover::before {
  color: #ffaf00;
}
.widget_nav_menu ul a {
  display: inline-block;
  width: 100%;
}
.widget_nav_menu ul li:hover > a {
  color: #ffaf00;
}
.widget_recent_entries .post-date {
  font-size: 1.4rem;
  color: #666666;
}
/*---------------------------------------------------------------------------------*/
/*  8. Commnets
/*---------------------------------------------------------------------------------*/
.ss-comments {
  padding-top: 60px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.5);
  border-top: 1px solid rgba(102, 102, 102, 0.5);
}
.comments-title {
  margin: 0 0 30px 0;
  font-size: 2.4rem;
  line-height: 1;
  text-align: right;
  color: #a01111;
  font-weight: bold;
}
.ss-has-sidebar .comments-title {
  text-align: right;
}
.comments-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comments-list li {
  list-style: none;
  margin: 0 105px 30px 0;
}
.comments-list li > div {
  position: relative;
  padding: 0 0 24px 0;
}
.avatar-border {
  position: absolute;
  right: -105px;
  top: 0;
  overflow: hidden;
}
.avatar-border img {
  /*border-radius: 50%;*/
}
.comment-meta {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  line-height: 1em;
}
.comment-meta .ss-sep {
  display: inline-block;
  margin: 0 5px;
  font-size: 1.6rem;
  color: rgba(102, 102, 102, 0.5);
}
.comment-author {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: capitalize;
}
.comment-author cite {
  font-style: normal;
}
.comment-author cite a {
  color: #1b1b1b;
}
a.comment-time {
  display: inline-block;
  font-size: 1.4rem;
  color: #999999;
  font-weight: normal;
  margin-top: 15px;
}
.ss-comment-bullet {
  display: inline-block;
  margin: 0 7px 0 10px;
}
.comment-reply-link {
  float: left;
  opacity: 0;
  font-size: 1.4rem;
  display: inline-block;
  font-weight: bold;
  color: #212121;
  margin-top: 10px;
}
.comment-reply-link:hover {
  color: #ffaf00;
}
.comments-list li > div:hover .comment-reply-link,
.comments-list li > div:hover a.comment-time {
  opacity: 1;
}
.comment-body ul,
.comment-body ol {
  margin: 15px 0;
}
.comment-body li {
  margin-left: 10px;
  list-style: inside disc;
}
.comment-body {
  color: #999999;
}
.comment:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.comment .children {
  padding-top: 30px;
  padding-right: 0;
  margin-right: 0;
  padding-bottom: 30px;
}
.comment.depth-3 .children li {
  margin: 0 0 30px 0;
}
.comment-form {
  width: 100%;
}
.comment-reply-title {
  margin: 0 0 30px 0;
  font-size: 2.4rem;
  text-align: right;
  font-weight: bold;
  color: #a01111;
}
.comment-form .respond-inputs {
  margin-left: -7px;
  margin-right: -7px;
}
.comment-form .respond-inputs p {
  float: left;
  width: 33.333333%;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 0;
}
#comment-text {
  margin-bottom: 30px;
}
#comment-text textarea {
  width: 99.5%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.logged-in #comment-text {
  margin-bottom: 0;
}
/* Comments Form */
.comment-respond {
  margin-top: 60px;
}
.comment-respond p {
  display: inline-block;
  width: calc(100% / 3 - 30px);
  margin-bottom: 0;
  margin-left: 40px;
}
.comment-respond p:last-child {
  margin-left: 0;
}
.comment-form .form-submit {
  width: 100% !important;
  margin: 30px 0 0 0 !important;
  text-align: left;
}
.logged-in-as {
  margin-bottom: 30px !important;
}
.moderation {
  display: inline-block;
  margin-bottom: 20px;
  margin-top: 10px;
  background-color: #ffaf00;
  padding: 6px 10px;
  color: #ffffff;
}
#cancel-comment-reply-link {
  display: inline-block;
  margin-right: 15px;
}
/*---------------------------------------------------------------------------------*/
/*  9. Contact
/*---------------------------------------------------------------------------------*/
#ss-contact-map {
  width: 100%;
  height: 320px;
}
.ss-contact-content {
  padding: 30px;
  background-color: #ffffff;
  margin-top: -60px;
}
.ss-contact-form p {
  float: right;
  width: 50%;
  padding-left: 15px;
  margin-bottom: 30px !important;
}
.ss-contact-form p:nth-of-type(2n+1) {
  padding-right: 0;
  padding-left: 15px;
}
.ss-contact-form p.ss-last {
  padding-left: 0;
  padding-right: 15px;
}
p.ss-contact-message-wrap {
  width: 100% !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.contact-form-submit {
  width: 100% !important;
  text-align: left !important;
  padding: 0 !important;
  margin: 22px 0 0 0 !important;
}
.contact-form-submit .ajax-loader {
  display: none;
}
.ss-contact-form-response-output {
  display: inline-block !important;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.ss-contact-form-wrap {
  direction: rtl;
}
/*---------------------------------------------------------------------------------*/
/*  9. Item List
/*---------------------------------------------------------------------------------*/
.ss-item-list {
  display: inline-block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 0;
}
.ss-item {
  float: right;
  width: calc(100% / 3 - 20px);
  margin-bottom: 30px;
}
.ss-item:nth-child(3n-1) {
  margin-left: 30px;
  margin-right: 30px;
}
.ss-item-fig {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.ss-item-fig img {
  width: 100%;
  height: auto;
  margin-bottom: 0 !important;
}
.ss-item-content {
  display: inline-block;
  width: 100%;
  background-color: #ffffff;
}
.ss-item-view {
  float: left;
  background-color: #ffaf00;
  color: #ffffff;
  text-align: center;
  width: 65px;
  height: 65px;
  padding-top: 22px;
  font-size: 2.4rem;
  margin-right: 15px;
}
.ss-item-view span {
  display: inline-block;
}
.ss-products .ss-item-view {
  position: relative;
  font-size: 1.6rem;
  padding-top: 25px;
}
.ss-item-title {
  margin: 0;
  padding: 20px 20px 0 0;
  font-size: 1.6rem;
  line-height: 1.4em;
  color: #222222;

}
.ss-item-view-line-1 {
  position: absolute;
  left: 23px;
  top: 32px;
  height: 2px;
  background-color: #ffffff;
  width: 0;
}
.ss-item-subtitle {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  color: #666666;
  padding-right: 20px;
}
.ss-products .ss-item-title {
  padding-top: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ss-products .ss-item-subtitle {
  padding-top: 10px;
}
/*---------------------------------------------------------------------------------*/
/*  10. Product Single
/*---------------------------------------------------------------------------------*/
.ss-product {
  width: 100%;
  padding: 60px 30px;
  background-color: #ffffff;
  margin-top: -60px;
}
.ss-products-single .ss-sidebar {
  margin-top: -60px;
}
.ss-product-fig {
  float: right;
  margin-left: 30px;
  width: 340px;
}
.ss-product-fig img {
  max-width: 100%;
  height: auto;
}
.ss-product-content {
  float: right;
  width: calc(100% - 370px);
}
.ss-product-supertitle {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1em;
  color: #a01111;
  margin-bottom: 30px;
}
.ss-product-title {
  font-size: 3.2rem;
  line-height: 1.2em;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: normal;
}
.ss-product-subtitle {
  font-size: 1.4rem;
  line-height: 1.9em;
  margin-bottom: 15px;
}
.ss-product-details {
  margin: 0 0 60px 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 2em;
  color: #666666;
}
.ss-product-details li {
  margin-bottom: 5px;
}
.ss-product-details b {
  color: #222222;
  font-weight: normal;
  font-size: 1.6rem;
}
.ss-product-desc h1,
.ss-product-desc h2,
.ss-product-desc h3,
.ss-product-desc h4,
.ss-product-desc h5,
.ss-product-desc h6 {
  font-weight: normal !important;
  font-family: IRANSans, tahoma, Arial, sans-serif;
}
.ss-related-products-title {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 30px;
  margin-top: 60px;
  font-weight: bold;
  color: #a01111;
}
/*---------------------------------------------------------------------------------*/
/*  12. Form Fields
/*---------------------------------------------------------------------------------*/
input,
textarea {
  width: 100%;
  font-size: 1.4rem;
  padding: 11px 20px;
  background-color: #ffffff;
  color: #222222;
  line-height: 1.7em;
  font-weight: normal;
  border: none;
  border-bottom: 0;
  margin: 0;
  text-transform: capitalize;
}
input:focus,
textarea:focus {
  outline: 0;
}
input[type="submit"],
input[type="button"],
input[type="reset"] {
  display: inline-block;
  background-color: #222222;
  color: #ffffff;
  padding: 10px 30px;
  border: 0;
  width: auto;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
  color: #ffffff;
  background-color: #ffaf00;
}
input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
}
input:-moz-placeholder {
  font-size: 14px;
  color: #999999;
}
input::-moz-placeholder {
  font-size: 14px;
  color: #999999;
}
input:-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
}
textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
}
textarea:-moz-placeholder {
  font-size: 14px;
  color: #999999;
}
textarea::-moz-placeholder {
  font-size: 14px;
  color: #999999;
}
textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
}
/* WP Base Styling  */
.wp-caption {
  text-align: center;
  margin: 0 20px 20px 20px;
  font-family: tahoma, "Times New Roman", Times, serif;
  font-style: italic;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  margin: 0;
  padding: 5px;
}
.wp-caption-text.gallery-caption {
  margin-top: 10px;
}
.alignleft {
  float: right;
}
.alignright {
  float: left;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
img.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
img.alignright {
  float: right;
  margin: 0  0 20px 20px;
}
img.aligncenter {
  display: block;
  clear: both;
  margin: 0 auto;
}
img.alignnone,
.alignnone img {
  display: block;
  margin: 0 0;
  max-width: 100%;
  height: auto;
}
.alignnone img {
  margin-bottom: 15px !important;
}
caption {
  text-align: right;
}
em,
dfn,
cite,
samp,
var,
address {
  font-style: italic;
}
abbr[title],
acronym[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted #666;
}
strong,
dfn,
kbd,
b {
  /*font-weight: bold;*/
}
sup {
  font-size: 11px;
  vertical-align: top;
}
sub {
  font-size: 11px;
  vertical-align: bottom;
}
small {
  font-size: 12px;
}
del {
  text-decoration: line-through;
}
ins {
  text-decoration: underline;
}
code,
pre {
  line-height: 18px;
}
var,
kbd,
samp,
code,
pre {
  font: 14px/19px Courier, "Courier New", monospace;
  background: #f5f5f5;
  color: #333;
  margin-right: 5px;
  margin-left: 5px;
}
code {
  padding: 0px 3px;
}
pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
dt {
  /*font-weight: bold;*/
}
dd {
  margin-bottom: 20px;
}
table {
  border: 1px solid #999;
  line-height: 18px;
  text-align: right;
  width: 100%;
  margin-bottom: 20px;
}
table tr {
  border-bottom: 1px solid #999;
}
table td,
table th {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
}
input[name="post_password"] {
  height: 47px;
}
.pings-title {
  padding: 0 0 30px;
  font-size: 2.4rem;
  text-transform: uppercase;
  margin-top: 60px;
}
.pinglist {
  padding-right: 25px;
  font-family: IRANSans, helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6em;
}
.pinglist li {
  margin-bottom: 15px;
}
.pinglist li a {
  color: #222222;
}
.pinglist li a:hover {
  color: #ff3300;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/*---------------------------------------------------------------------------------*/
/*  ## Media Queries
/*---------------------------------------------------------------------------------*/
/* Under 1900px */
/* Under 1230px */
@media screen and (max-width: 1229px) {
  .ss-main-nav li {
    margin-left: 0px;
    width: 90px;
  }
  .ss-main-nav > li:nth-child(4) {
    margin-left: 90px;
  }
  .ss-main-nav > li:nth-child(5) {
    margin-right: 90px;
  }
  .ss-promote-1 {
    width: calc(100% / 3 + 100% / 3);
  }
  .ss-promote-2 {
    width: calc(100% / 3);
  }
  .ss-page-promote-1 {
    width: calc(100% / 3 * 2 + 60px);;
  }
  .ss-page-promote-2 {
    width: calc(100% / 3 * 1 - 60px);;
  }
  .ss-gv-video {
    width: calc(100% / 3 + 100% / 3);
    height: 390px;
  }
  .ss-gv-gallery {
    width: calc(100% / 3);
  }
  .ss-gv-gallery ul li,
  .ss-gv-readmore {
    width: 80px;
    height: 80px;
    font-size: 2.2rem;
  }
  .ss-gv-readmore {
    padding-top: 31px;
  }
  .ss-gv-readmore-line-1 {
    left: 37px;
    top: 41px;
    height: 2px;
  }
  .widget_latest_portfolio ul li {
    width: 50%;
  }
  .ss-recent-portfolio-more {
    width: 71px;
    height: 71px;
    padding-top: 29px;
  }
  .ss-product {
    margin-top: -60px;
  }
  .ss-product-fig {
    width: 250px;
  }
  .ss-product-content {
    width: calc(100% - 280px);
  }
}
/* Under 1024px */
/* Tablets */
@media screen and (max-width: 992px) {
  .ss-header {
    height: auto;
  }
  .ss-logo {
    width: 115px;
  }
  .ss-logo img {
    width: 100%;
    height: auto;
  }
  .ss-main-nav-wrap {
    display: none;
  }
  .ss-menu-button {
    display: inline-block;
    width: calc(100% + 30px);
    margin-right: -15px;
    background-color: #fbfbfb;
    margin-top: 15px;
    padding: 15px 0 13px;
    font-size: 2.4rem;
    line-height: 1;
    color: #222222;
  }
  .ss-header-overlay {
    display: none;
  }
  .ss-menu-button:hover {
    background-color: #ffaf00;
    color: #ffffff;
  }
  .ss-search-button-wrap {
    right: 30px;
    top: 78px;
  }
  .ss-latest-news-heading {
    font-size: 2.8rem;
  }
  .ss-latest-news-title {
    font-size: 2.2rem;
  }
  .ss-gv-video {
    width: calc(100%);
    height: 390px;
  }
  .ss-gv-gallery {
    width: calc(100%);
  }
  .ss-gv-gallery ul {
    width: 100%;
    margin: 0;
  }
  .ss-gv-gallery ul li {
    width: calc(100% / 6 - 6px);
    height: auto;
  }
  .ss-gv-readmore {
    width: 100%;
  }
  /* Clients */
  .ss-client {
    width: calc(100% / 4 - 4px);
  }
  .ss-sidebar {
    margin-top: 60px;
  }
  .ss-contact .ss-page-promote-2 {
    display: none;
  }
  .ss-contact .ss-page-promote-1 {
    width: 100%;
  }
  .ss-contact .ss-sidebar .box-icon-container {
    width: 49%;
  }
  .ss-product {
    margin-top: -256px;
  }
  .ss-products .ss-sidebar {
    margin-top: 60px;
  }
}
/* Tablets & Mobiles */
@media screen and (max-width: 768px) {
  .ss-promote-wrap {
    margin-top: 60px;
  }
  .ss-promote-1 {
    width: 100%;
  }
  .ss-promote-2 {
    // display: none;
    width: 100%;
    text-align: center;
  }
  .ss-page-promote-1 {
    width: 100%;
    height: auto;
  }
  .ss-page-promote-2 {
    display: none;
  }
  .ss-latest-news-wrap {
    margin-bottom: 60px;
  }
  #ss-home-section-1 {
    padding-bottom: 60px !important;
  }
  .ss-gv-video {
    height: auto;
  }
  .ss-gv-video iframe {
    height: auto;
  }
  .ss-footer {
    background-image: none;
  }
  .ss-footer .widget {
    float: right;
    width: 50%;
    margin-bottom: 60px;
  }
  .ss-footer .widget:last-of-type {
    margin-bottom: 0;
  }
  /* Clients */
  .ss-client {
    width: calc(100% / 3 - 4px);
  }
  .ss-blog-list .ss-blog-item-fig {
    width: 150px;
  }
  .ss-blog-list .ss-blog-item-content {
    width: calc(100% - 150px);
  }
  .widget_latest_portfolio ul li {
    width: 90px;
  }
  .ss-recent-portfolio-more {
    width: 80px;
    height: 80px;
    padding-top: 33px;
  }
  .ss-blog-single .ss-blog-item-title {
    font-size: 2.8rem;
  }
  /* Comments */
  .avatar-border {
    display: none;
  }
  .comments-list li {
    margin-right: 0;
  }
  .comments-list li .children {
    padding-bottom: 0;
  }
  .comment-respond input[type="submit"] {
    width: 100%;
  }
  .comment-respond p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .comments-list li > div {
    padding-bottom: 0;
  }
  .ss-item {
    width: calc(100% / 2 - 15px);
  }
  .ss-item:nth-child(3n-1) {
    margin-left: 0;
    margin-right: 0;
  }
  .ss-item:nth-child(2n) {
    margin-right: 15px;
  }
  .ss-item:nth-child(2n-1) {
    margin-left: 15px;
  }
  .ss-product {
    margin-top: 0;
  }
  .ss-product-fig {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
  }
  .ss-product-content {
    width: 100%;
    margin: 0;
  }
  .ss-product-title {
    font-size: 2.8rem;
  }
  .ss-share-button {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .ss-lang-selector,
  .ss-search-button-wrap {
    display: none;
  }
  .ss-customer-voice {
    display: none;
  }
  .ss-gv-gallery ul li {
    width: calc(100% / 4 - 6px);
    height: auto;
  }
  .ss-footer-nav,
  .ss-footer-logo {
    display: none;
  }
  .ss-footer-social-links {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .ss-copyright {
    display: block;
    text-align: center;
  }
  .ss-footer .widget {
    width: 100%;
  }
  /* Clients */
  .ss-client {
    width: calc(100% / 2 - 4px);
  }
  .ss-blog-list .ss-blog-item-fig {
    display: none;
  }
  .ss-blog-list .ss-blog-item-content {
    padding-right: 0;
    width: 100%;
  }
}
/* Small Devices */
@media screen and (max-width: 480px) {
  .ss-gv-gallery ul li {
    width: calc(100% / 3 - 6px);
  }
  .ss-page-banner-2 {
    display: none;
  }
  .ss-page-heading {
    font-size: 2.8rem;
  }
  .ss-page-promote-wrap {
    display: none;
  }
  /* Clients */
  .ss-client {
    width: calc(100%);
  }
  .ss-page-wrap {
    padding-top: 60px;
  }
  .ss-typography h1:not(.ss-no-tp) {
    font-size: 3.2rem;
  }
  .ss-typography h2:not(.ss-no-tp) {
    font-size: 2.8rem;
  }
  .ss-typography h3:not(.ss-no-tp) {
    font-size: 2.4rem;
  }
  .ss-typography h4:not(.ss-no-tp) {
    font-size: 2.2rem;
  }
  .ss-typography h5:not(.ss-no-tp) {
    font-size: 2rem;
  }
  .ss-typography h6:not(.ss-no-tp) {
    font-size: 1.8rem;
  }
  .ss-contact-content {
    margin-top: 0;
  }
  .ss-item {
    width: calc(100%);
  }
  .ss-item:nth-child(2n) {
    margin-right: 0;
  }
  .ss-item:nth-child(2n-1) {
    margin-left: 0;
  }
}
/* Small Devices */
@media screen and (max-width: 360px) {
  .ss-gv-gallery ul li {
    width: calc(100% / 2 - 6px);
  }
  .ss-contact-form p {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .ss-contact .ss-sidebar .box-icon-container {
    width: 100%;
  }
  .contact-form-submit input[type="submit"] {
    width: 100%;
  }
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
