/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
/*@import url("https://fonts.googleapis.com/css?family=Open+Sans:300i,300,400i,400,700|Poppins:400,500,600,700|Roboto:400,500i,700");*/
@font-face {
  font-family: "IRANSansWeb";
  font-style: normal;
  font-weight: normal;
  src: local("☺"), url("../fonts/IRANSansWeb/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANSansWeb/IRANSansWeb.woff2") format("woff2"), url("../fonts/IRANSansWeb/IRANSansWeb.woff") format("woff"), url("../fonts/IRANSansWeb/IRANSansWeb.ttf") format("truetype");
}
@font-face {
  font-family: 'Suez One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Suez One'), local('SuezOne-Regular'), url(https://fonts.gstatic.com/s/suezone/v4/taiJGmd_EZ6rqscQgOFOmo4.ttf) format('truetype');
}
/*#85144b*/
/*#660066*/
/*@mainHeaderBackground: lighten(@toolsBarTextColor, 6%);*/
html,
body {
  background-color: #f8f9fa;
  font: 14px sans-serif, "IRANSansWeb", "FontAwesome";
}
a {
  text-decoration: none !important;
}
.header {
  background: url("../images/header-backgroud.png") repeat;
  color: #fff;
  padding: 0.2rem 0;
  border-bottom: 1px solid #2f2f4f;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}
.header.fixed-header {
  background-color: #12143c;
}
.header .show-side-menu-btn {
  padding: 12px 0;
}
.header .show-side-menu-btn #show-side-menu {
  cursor: pointer;
}
.header .top-menu {
  padding: 0.8rem;
  font-size: 1rem;
}
.header .top-menu ul {
  list-style: none;
}
.header .top-menu ul li {
  display: inline-block;
  margin: auto 5px;
}
.header .top-menu ul li a {
  color: #fff;
  text-decoration: none;
}
.header .language-switcher {
  position: relative;
  top: 20%;
  height: 100%;
  text-align: right;
}
.header .language-switcher .change-language {
  height: 100%;
  cursor: pointer;
}
.header .language-switcher .change-language:hover {
  color: #e6e6e6;
}
.header .language-switcher .language-container {
  position: absolute;
  right: 0;
  display: none;
  background-color: #181b50;
  padding: 1rem;
  z-index: 200;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.header .language-switcher .language-container span {
  cursor: pointer;
  margin: 2px auto;
}
.header .language-switcher .language-container span:hover {
  color: #006cff;
}
.header .language-switcher .language-container span.active {
  color: green;
  font-weight: bolder;
}
#sub-header {
  background-color: #12143c;
  padding: 65px 40px 20px;
}
#sub-header h1 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
#sub-header h2 {
  color: #ccc;
  font-size: 1.3rem;
  width: 100%;
  display: block;
}
#slider {
  background-color: #12143c;
  text-align: center;
  overflow: hidden;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}
#slider .slider-item {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
}
#slider .slider-item:first-child {
  opacity: 1;
}
#slider .slider-item.slide-left {
  -webkit-animation: slide-left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: slide-left 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
#slider .slider-item.slide-right {
  -webkit-animation: slide-right 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: slide-right 1s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
#slider .slider-item img {
  height: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
}
#slider .slider-item .text {
  position: absolute;
  top: 17%;
  width: 100%;
  text-align: center;
  font-weight: bolder;
}
#slider .slider-item .text .logo {
  margin-bottom: 15px;
}
#slider .slider-item .text .title {
  color: #ffffff;
  font-size: 3rem;
  margin-left: 15px;
  text-shadow: 0 0 3px #000;
}
#slider .slider-item .text .title span {
  color: #37a048;
}
#slider .slider-item .text .title span:first-child {
  color: #eb744e;
}
#slider .slider-item .text .title span:last-child {
  color: #3d6bb6;
}
#slider .slider-item .text .title h1 {
  font-family: 'Suez One', serif;
}
#slider .slider-item .text .desc {
  margin-top: 15px;
  color: #ccc;
  font-size: 1.3rem;
  margin-left: 15px;
  text-shadow: 0 0 3px #000;
}
#main-container {
  padding: 20px 0;
}
#main-container ul {
  padding-left: 20px;
}
#content-slider {
  height: 350px;
  z-index: 2;
  position: relative;
  margin-top: -175px;
}
#content-slider .slides {
  background: url("../images/slides/back-slide.png") bottom right #FFF no-repeat;
  width: 80%;
  height: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 1px 15px 30px #14303a15;
}
#content-slider .slides .intro-img {
  width: 250px;
  height: 250px;
  position: relative;
  top: 50px;
  left: -50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #6b1e50;
}
#features {
  padding: 50px 0;
  text-align: center;
  background-color: #FFF;
  margin: -150px auto 50px auto;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#features .feature-item {
  margin: 30px auto;
}
#features .feature-item .icon {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
#features .feature-item .title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#features .feature-item .desc {
  font-size: 1.1rem;
  text-align: justify;
}
#what-is-new {
  background-color: #12143c;
  text-align: center;
  color: #ffffff;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
#what-is-new .slider-item {
  position: absolute;
  top: 0;
  left: 100%;
  opacity: 0;
}
#what-is-new .slider-item.active {
  position: relative;
  left: auto;
  opacity: 1;
}
#what-is-new .back-square {
  width: 560px;
  height: 560px;
  transform: skew(20deg);
  border-right: 5px solid #12143c;
  box-shadow: 8px 0px 0px 0px #cc3843;
  background-color: #ffffff;
  overflow: hidden;
  position: absolute;
  top: -1px;
  left: -73px;
  /*width: 600px;
    height: 600px;
    transform: skew(20deg);
    border-right: 5px solid @sitePrimaryColor;
    box-shadow: 8px 0px 0px 0px #cc3843;
    background-image: linear-gradient(-45deg, #cc3843 0%, #cb193f 100%);
    overflow: hidden;
    position: absolute;
    top: -5%;
    left: -10%;*/
  /*outline: 8px solid #cc3843;*/
}
#what-is-new .back-square .logo {
  background: #cc3843 right center no-repeat;
  background-size: cover;
  height: 100%;
  width: 115%;
  transform: skew(-20deg);
}
#what-is-new .title {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: bold;
}
#what-is-new .desc {
  font-size: 5rem;
  font-weight: bold;
  margin: 100px 0;
  text-transform: uppercase;
  color: #cc3843;
  text-shadow: 1px 1px 1px #FFF;
}
#what-is-new .count-down #count-down-container {
  width: 300px;
  margin: 0 auto;
}
#what-is-new .count-down #count-down-container .item {
  width: 20%;
  height: 50px;
  display: inline-block;
  margin: 0 5px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
}
#what-is-new .count-down #count-down-container .item .amount {
  height: 25px;
  font-size: 1.3rem;
}
#what-is-new .count-down #count-down-container .item .title {
  height: 25px;
  font-size: 0.9rem;
}
#services {
  padding: 50px 0 100px;
  background-color: #ffffff;
}
#services .section-title {
  padding: 30px 0;
  margin-bottom: 50px;
  text-align: center;
  font-size: 3rem;
}
#services .card {
  position: relative;
  background-color: #12143c;
  border: none;
}
#services .card .card-img-background {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  height: 50%;
}
#services .card .card-body {
  position: relative;
  background-color: #fff;
  top: -8%;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  -webkit-border-radius: calc(0.25rem - 1px);
  -moz-border-radius: calc(0.25rem - 1px);
  border-radius: calc(0.25rem - 1px);
}
#services .card .card-body .icon {
  padding: 10px;
  margin: 0 auto 10px;
  text-align: center;
}
#services .card .card-body .card-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#services .card .card-body .card-text {
  font-size: 1rem;
  text-align: justify;
}
#services .card .card-footer {
  margin-top: -35px;
  border: none;
  background-color: #12143c;
}
#services .card .card-footer .btn {
  background: linear-gradient(-45deg, #cc3843 0%, #cb193f 100%) !important;
  /*background-color: lighten(@sitePrimaryColor, 10%);*/
}
#more-services {
  padding: 50px 0px 40px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
#more-services .group-title {
  padding: 20px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
#more-services .service-row {
  overflow: hidden;
}
#more-services .service-row .service {
  margin-bottom: 20px;
}
#more-services .service-row .service img {
  width: 100%;
  -webkit-border-radius: calc(0.25rem - 1px);
  -moz-border-radius: calc(0.25rem - 1px);
  border-radius: calc(0.25rem - 1px);
}
#more-services .service-row .service .desc {
  padding: 25px;
  background-color: #fff;
  box-shadow: 1px 15px 30px #14303a15;
  z-index: 9;
  -webkit-border-radius: calc(0.25rem - 1px);
  -moz-border-radius: calc(0.25rem - 1px);
  border-radius: calc(0.25rem - 1px);
}
#more-services .service-row .service .desc .title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 700;
}
#more-services .service-row .service .desc .items {
  font-size: 1.1rem;
  padding: 20px;
}
#more-services .service-row .service .desc a {
  color: #cc3843;
  font-weight: bold;
}
#more-services .service-row .service .desc a:hover,
#more-services .service-row .service .desc a:active,
#more-services .service-row .service .desc a:focus {
  outline: none;
  color: #3d6ac0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #more-services .service-row .service.model-1 {
    margin-top: 110px;
    position: relative;
  }
  #more-services .service-row .service.model-1 .desc {
    padding: 40px;
    width: 300px;
    position: absolute;
    top: -110px;
    right: 30px;
  }
  #more-services .service-row .service.model-2 .desc {
    padding: 40px;
    width: 300px;
    position: absolute;
    bottom: 20px;
    left: 45px;
  }
  #more-services .service-row .service .desc .items {
    font-size: 0.9rem;
    padding: 16px;
  }
  #more-services .service-row .service .desc .title {
    font-size: 22px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  #more-services .service-row .service.model-1 {
    margin-top: 175px;
    position: relative;
  }
  #more-services .service-row .service.model-1 .desc {
    padding: 40px;
    width: 350px;
    position: absolute;
    top: -175px;
    right: 30px;
  }
  #more-services .service-row .service.model-2 .desc {
    padding: 40px;
    width: 350px;
    position: absolute;
    bottom: 20px;
    left: 45px;
  }
  #more-services .service-row .service .desc .items {
    font-size: 1.2rem;
    padding: 20px;
  }
  #more-services .service-row .service .desc .title {
    font-size: 22px;
    line-height: 35px;
  }
}
@media only screen and (min-width: 1200px) {
  #more-services .service-row .service.model-1 {
    margin-top: 175px;
    position: relative;
  }
  #more-services .service-row .service.model-1 .desc {
    padding: 40px;
    width: 510px;
    position: absolute;
    top: -175px;
    right: 30px;
  }
  #more-services .service-row .service.model-2 .desc {
    padding: 40px;
    width: 510px;
    position: absolute;
    bottom: 20px;
    left: 45px;
  }
  #more-services .service-row .service .desc .title {
    font-size: 35px;
    line-height: 40px;
  }
}
footer .top-line {
  padding: 20px 0;
  background-color: #e3e3e3;
  text-align: justify;
}
footer .top-line #contact-us p {
  margin: 10px auto;
}
footer .top-line #contact-us p span {
  margin: 0 20px;
}
footer .top-line #social-network {
  padding: 35px;
  text-align: center;
}
footer .top-line #social-network ul {
  list-style: none;
}
footer .top-line #social-network ul li {
  display: inline-block;
  margin: auto 7px;
}
footer .top-line #social-network ul li a {
  color: #ccc;
  font-size: 2.3rem;
}
footer .top-line #social-network ul li a:hover {
  color: #3d6ac0;
}
footer .end-line {
  padding: 20px 0;
  background-color: #12143c;
  color: #ffffff;
  text-align: center;
}
footer .end-line .copyright {
  margin-bottom: 15px;
}
footer .end-line .copyright a {
  color: #fff;
}
footer .end-line .copyright a:hover {
  color: #3d6ac0;
}
footer .end-line .bottom-quick-link ul {
  list-style: none;
}
footer .end-line .bottom-quick-link ul li {
  display: inline-block;
  margin: auto 7px;
}
footer .end-line .bottom-quick-link ul li a {
  color: #ccc;
}
footer .end-line .bottom-quick-link ul li a:hover {
  color: #3d6ac0;
}
#side-menu {
  display: none;
  position: fixed;
  width: 150px;
  height: 100%;
  top: 0;
  left: 0;
  background: #12143c;
  border-right: 1px solid #2f2f4f;
  z-index: 100;
}
#side-menu ul {
  list-style: none;
  margin-top: 70px;
  z-index: 50;
}
#side-menu ul li {
  display: block;
  text-align: justify;
  padding: 10px;
  border-bottom: 1px solid #2f2f4f;
}
#side-menu ul li a {
  color: #ffffff;
}
#side-menu ul li a:hover,
#side-menu ul li a:active,
#side-menu ul li a:focus {
  outline: none;
  color: #3d6ac0;
}
@media (max-width: 767px) {
  .text {
    top: 30% !important;
  }
}
@media (max-width: 400px) {
  .text {
    top: 20% !important;
  }
}
@media (max-width: 500px) {
  .header .language-switcher {
    position: relative;
    top: 2%;
  }
}
@media (max-width: 350px) {
  #sub-header {
    text-align: center;
  }
  #slider .slider-item img {
    position: relative;
    left: -170%;
  }
}
@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*# sourceMappingURL=main.css.map */