<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*fonts*/
@font-face {
  font-family: "iransans";
  src: url('../fonts/IRANSansWeb.woff?1472986121') format('woff'), url('../fonts/IRANSansWeb.ttf?1472985835') format('truetype'), url('../fonts/IRANSansWeb.eot?1472985912') format('embedded-opentype'), url('../fonts/IRANSansWeb.woff2?1472985995') format('woff2');
  font-weight: normal;
}
@font-face {
  font-family: "iransans";
  src: url('../fonts/IRANSansWeb_Bold.woff?1472986021') format('woff'), url('../fonts/IRANSansWeb_Bold.ttf?1472986133') format('truetype'), url('../fonts/IRANSansWeb_Bold.eot?1472985876') format('embedded-opentype'), url('../fonts/IRANSansWeb_Bold.woff2?1472985936') format('woff2');
  font-weight: 700;
}
@font-face {
  font-family: "iransans";
  src: url('../fonts/IRANSansWeb_Light.woff?1472986087') format('woff'), url('../fonts/IRANSansWeb_Light.ttf?1472985793') format('truetype'), url('../fonts/IRANSansWeb_Light.eot?1472985887') format('embedded-opentype'), url('../fonts/IRANSansWeb_Light.woff2?1472985970') format('woff2');
  font-weight: 300;
}
@font-face {
  font-family: "iransans";
  src: url('../fonts/IRANSansWeb_Medium.woff?1472986073') format('woff'), url('../fonts/IRANSansWeb_Medium.ttf?1472986148') format('truetype'), url('../fonts/IRANSansWeb_Medium.eot?1472985854') format('embedded-opentype');
  font-weight: 500;
}
/*
    Main Colors
 */
body {
  font-family: 'iransans', sans-serif;
  line-height: 24px;
  color: #373D3F;
  font-size: 13px;
  overflow-x: hidden;
  background: #FFFFFF;
}

a {
  color: #232526;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  color: #060606;
  text-decoration: none;
}
a:focus {
  color: #060606;
  outline: 0;
  outline-offset: 0;
  text-decoration: none;
}

li {
  list-style: none;
}

.custom-btn {
  background-color: #696868;
  border-color: #4a4a4a;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #000;
  white-space: pre-wrap;
  font-weight: 500;
  padding: 10px 30px;
  font-size: 1.2em;
}
.custom-btn:hover, .custom-btn:focus {
  color: #000;
  background-color: #525151;
}

.btn-main {
  background-color: #373D3F;
  border: none;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #f8f8f8;
  white-space: pre-wrap;
  font-weight: 500;
  padding: 10px 30px;
  font-size: 1.2em;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.btn-main:hover, .btn-main:focus {
  color: #f8f8f8;
  background-color: #131516;
}

.btn-secondary {
  background-color: #ea0303;
  border: none;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #f8f8f8;
  white-space: pre-wrap;
  font-weight: 500;
  padding: 10px 30px;
  font-size: 1.2em;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.btn-secondary:hover, .btn-secondary:focus {
  color: #f8f8f8;
  background-color: #b70202;
}

.btn-sm {
  padding: 6px 20px;
  font-size: 1em;
  line-height: 1.5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.color-4 {
  color: #abcd30 !important;
}

.bold {
  font-weight: 700;
}

.main-content {
  margin-top: 00px;
}

.mb-0em {
  margin-bottom: 0em;
}

.mb-3em {
  margin-bottom: 3em;
}

.mb-4em {
  margin-bottom: 4em;
}

.mb-5em {
  margin-bottom: 5em;
}

.mb-6em {
  margin-bottom: 6em;
}

.mb-8em {
  margin-bottom: 8em;
}

.mb-10em {
  margin-bottom: 10em;
}

.mb-12em {
  margin-bottom: 12em;
}

.mt-0em {
  margin-top: 0em;
}

.mt-3em {
  margin-top: 3em;
}

.mt-4em {
  margin-top: 4em;
}

.mt-5em {
  margin-top: 5em;
}

.mt-6em {
  margin-top: 6em;
}

.mt-8em {
  margin-top: 8em;
}

.mt-10em {
  margin-top: 10em;
}

.mt-12em {
  margin-top: 12em;
}

.pt-0em {
  padding-top: 0em;
}

.pt-3em {
  padding-top: 3em;
}

.pt-4em {
  padding-top: 4em;
}

.pt-5em {
  padding-top: 5em;
}

.pt-6em {
  padding-top: 6em;
}

.pt-8em {
  padding-top: 8em;
}

.pt-10em {
  padding-top: 10em;
}

.pt-12em {
  padding-top: 12em;
}

.pb-0em {
  padding-bottom: 0em;
}

.pb-3em {
  padding-bottom: 3em;
}

.pb-4em {
  padding-bottom: 4em;
}

.pb-5em {
  padding-bottom: 5em;
}

.pb-6em {
  padding-bottom: 6em;
}

.pb-8em {
  padding-bottom: 8em;
}

.pb-10em {
  padding-bottom: 10em;
}

.pb-12em {
  padding-bottom: 12em;
}

.table &gt; thead &gt; tr &gt; th, .table &gt; thead &gt; tr &gt; td, .table &gt; tbody &gt; tr &gt; th, .table &gt; tbody &gt; tr &gt; td, .table &gt; tfoot &gt; tr &gt; th, .table &gt; tfoot &gt; tr &gt; td {
  padding: 6.5px;
  vertical-align: top;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 11px;
}

.table &gt; thead &gt; tr &gt; th {
  border-bottom: none;
}

.text-left {
  text-align: left !important;
}

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

.red{
    color:red !important;
}

/*
    Animations
 */
@-moz-keyframes slide_info_text {
  from {
    opacity: 0;
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes slide_info_text {
  from {
    opacity: 0;
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes slide_info_text {
  from {
    opacity: 0;
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slide_info_text {
  from {
    opacity: 0;
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.software-fadebounce {
  -moz-animation-name: fadebounce;
  -webkit-animation-name: fadebounce;
  animation-name: fadebounce;
  -moz-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-moz-keyframes fadebounce {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadebounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes fadebounce {
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 1;
  }
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes fadebounce {
  0% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 1;
  }
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadebounce {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(20px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#header {
  position: relative;
  /*
      Navigation
   */
}
#header .header-toolbar {
  padding: 5px 0;
  background: #f2f2f2;
  border-top: 4px solid rgba(252, 10, 10, 0.8);
}
#header .header-toolbar i {
  color: #fc0a0a;
}
#header .header-toolbar .contact-side span {
  padding-right: 15px;
  font-weight: 500;
}
#header .header-toolbar .contact-side span i {
  padding-right: 4px;
  font-size: 15px;
}
#header .header-toolbar a, #header .header-toolbar .dropdown-toggle {
  color: #888;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}
#header .header-toolbar a:hover, #header .header-toolbar .dropdown-toggle:hover {
  color: #666;
}
@media (max-width: 767px) {
  #header .header-toolbar .toolbar-right-side {
    text-align: center !important;
  }
}
#header .header-toolbar .toolbar-left-side-list {
  margin: 0;
  float: left;
}
@media (max-width: 767px) {
  #header .header-toolbar .toolbar-left-side-list {
    text-align: center !important;
    padding: 0;
  }
}
#header .header-toolbar .toolbar-left-side-list &gt; li:last-child {
  margin-left: 0;
}
#header .header-toolbar .toolbar-left-side-list &gt; li {
  display: inline;
  margin-left: 10px;
}
#header .header-toolbar .change-currency-dropdown {
  position: relative;
}
#header .header-toolbar .dropdown-wrapper {
  display: inline-block;
}
#header .header-toolbar .dropdown-menu {
  z-index: 99999;
  top: 120%;
  min-width: 90px;
}
#header .header-navbar {
  background: #fff;
}
#header .header-navbar .navbar-header {
  text-align: center;
}
#header .header-navbar .navbar-inverse {
  background-color: #fff;
  border: none;
}
#header .header-navbar .navbar-inverse .navbar-collapse {
  border-color: #dadada;
}
#header .header-navbar .navbar {
  margin-bottom: 0;
}
#header .header-navbar .navbar .logo {
  display: inline-block;
  float: left;
  margin-top: 15px;
}
#header .header-navbar .navbar-nav .active &gt; a, #header .header-navbar .navbar-nav .open &gt; a {
  background-color: transparent;
  color: #fc0a0a;
}
#header .header-navbar .navbar-nav a {
  color: #303030;
  font-weight: 500;
  font-size: 14px;
}
#header .header-navbar .navbar-nav a:hover {
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  color: #fc0a0a;
}
@media (min-width: 767px) {
  #header .header-navbar .dropdown-menu {
    background-color: #f8f8f8;
    padding: 0;
    margin-top: -10px;
  }
  #header .header-navbar .dropdown-menu &gt; li &gt; a {
    color: #606060;
    padding: 10px 20px;
    font-size: 13px;
  }
  #header .header-navbar .dropdown-menu &gt; li &gt; a:hover {
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #fc0a0a;
    padding-left: 25px;
  }
}
@media (min-width: 768px) {
  #header .header-navbar .navbar-nav &gt; li &gt; a {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#header .header-navbar .mobile-menu {
  display: none;
  float: right;
}
@media (max-width: 767px) {
  #header .header-navbar .mobile-menu {
    display: inline-block;
  }
  #header .header-navbar .navbar-nav {
    margin: 7.5px -7px;
    background-color: #f2f2f2;
  }
  #header .header-navbar .navbar-nav &gt; li {
    border-bottom: 1px solid #d6d6d6;
  }
  #header .header-navbar .navbar-nav &gt; li:last-child {
    border-bottom: none;
  }
  #header .header-navbar .navbar-nav .dropdown-menu &gt; li a {
    border-left: 1px solid #d6d6d6;
    padding: 5px 15px 5px 15px;
    margin-left: 10px;
  }
  #header .header-navbar .navbar-nav .indicator {
    float: right;
    margin-left: 7px;
  }
}
#header .header-navbar .logo-text {
  height: 26px;
  width: 146px;
  margin-top: 15px;
  fill: #f8f8f8;
}

.custom-list {
  padding: 0;
  margin: 0;
}

/*
    Search
 */
.search-active-content-in {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transform: translateY(0%) !important;
  -webkit-transform: translateY(0%) !important;
}

.search-active-content-out {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform: translateY(-100%) !important;
  -webkit-transform: translateY(-100%) !important;
}

.search-wrapper {
  position: absolute;
  bottom: -38px;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #fff;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}
.search-wrapper .search-input-wrapper {
  padding: 5px;
}
.search-wrapper #search-input {
  background-color: #f2f2f2;
  border: none;
  padding: 2px 5px;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  outline: none;
  text-transform: uppercase;
}

.intro {
  position: relative;
  display: table;
  width: 100%;
  height: calc(100vh - 8.7em);
  max-height: 700px;
  min-height: 700px;
}
.intro .carousel-cell {
  display: table;
  width: 100%;
  height: calc(100vh - 8.7em);
  margin-right: 10px;
  background-position: center;
  background-size: cover;
  min-height: 700px;
}
.intro .slide-content {
  position: absolute;
  padding-top: 50px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 50%;
  height: 50%;
  z-index: 9;
}
@media (max-width: 767px) {
  .intro .slide-content {
    width: 82%;
  }
}
@media (max-width: 384px) {
  .intro .slide-content {
    height: 65%;
  }
}
.intro .slide-content h1 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
  text-transform: none;
  font-size: 43px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .intro .slide-content h1 {
    font-size: 23px;
  }
}
.intro .slide-content p {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.intro .flickity-page-dots {
  bottom: 25px;
}
.intro .flickity-page-dots .dot {
  margin: 0 2.5px;
  display: inline-block;
  width: 20px;
  height: 9px;
  content: "";
  background: #fc0a0a;
  opacity: .45;
  border-radius: 5px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.intro .flickity-page-dots .dot.is-selected {
  width: 40px;
  opacity: .85;
}
.intro .dark-layout {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.intro .slider-text-left {
  right: auto;
  padding-left: 70px;
}
.intro .slider-text-right {
  left: auto;
  padding-right: 70px;
  text-align: right;
}

/*
#home-slider {
  position: relative;
  height: 600px;
  background-color: #2a3444;

  .item {
    position: relative;
    height: 600px;
    background-size: cover;
  }

  .slide-content {
    position: absolute;
    padding-top: 50px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 50%;
    height: 50%;
    z-index: 9;
  }
}*/
.page-intro {
  position: relative;
}
.page-intro .page-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-intro .page-overlay.gray {
  background-color: rgba(252, 10, 10, 0.85);
}
.page-intro .page-intro-background {
  background-image: url(../img/05.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -4;
}
.page-intro .page-heading-title {
  color: #fff;
  margin: 120px 0 90px;
  text-align: center;
}
.page-intro .page-heading-title .page-title {
  color: #fff;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 42px;
  line-height: 50px;
}
.page-intro .page-heading-title .page-title:before {
  content: "";
  position: absolute;
  bottom: -2px;
  border-radius: 4px;
  right: 50%;
  margin-right: -40px;
  width: 80px;
  height: 4px;
  background: #fff;
}
.page-intro .breadcrumb {
  background: white;
  padding: 15px 30px;
  border-radius: 90px;
  display: inline-block;
  position: relative;
  bottom: -27px;
  margin-bottom: 0;
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.page-intro .breadcrumb li {
  color: #2c3e50;
  font-size: 16px;
  font-weight: 400;
  list-style: none;
}
.page-intro .breadcrumb li a {
  color: #2c3e50;
}
.page-intro .breadcrumb li.active {
  color: #fc0a0a;
}

/*===================================================
    Main section styles
 ====================================================*/
.section .inner-section-title {
  font-size: 3em;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin-top: 0;
}

.heading-title {
  text-align: center;
  margin-bottom: 2em;
}
.heading-title p {
  font-size: 1.2em;
}
.heading-title .title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 3em;
  line-height: 50px;
}
@media (max-width: 768px) {
  .heading-title .title {
    font-size: 2em;
  }
}
.heading-title .title:before {
  content: "";
  position: absolute;
  bottom: -2px;
  border-radius: 4px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 4px;
  background: #fc0a0a;
}

.object-animation {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.object-animation .object-1 {
  position: absolute;
  top: 0%;
  right: -13%;
  border: 56px solid #fc0a0a;
  border-radius: 900px;
  height: 530px;
  width: 530px;
}
@media (max-width: 768px) {
  .object-animation .object-1 {
    border: 20px solid #fc0a0a;
    height: 250px;
    width: 250px;
  }
}
.object-animation .object-2 {
  position: absolute;
  top: 10%;
  right: 35%;
}
.object-animation .object-2 img {
  max-width: 100%;
  height: auto;
}

.heading-title.text-left .title:before {
  margin-left: 0;
  left: 0;
}

.heading-title.text-right .title:before {
  margin-right: 0;
  right: 0;
}

/*===================================================
    About us section
 ====================================================*/
#about-us-section .about-box {
  border: 1px solid #f7f7f7;
  background-color: #FFFFFF;
  padding: 30px;
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
@media (max-width: 992px) {
  #about-us-section .about-box {
    margin-bottom: 15px;
  }
}
#about-us-section .about-box:hover {
  border: 1px solid transparent;
  -moz-box-shadow: 0 0 40px 0 rgba(252, 10, 10, 0.75);
  -webkit-box-shadow: 0 0 40px 0 rgba(252, 10, 10, 0.75);
  box-shadow: 0 0 40px 0 rgba(252, 10, 10, 0.75);
}
#about-us-section .about-box .step {
  background: #ffffff;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #f5f5f5;
  color: #696868;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 30px;
  font-weight: 700;
}
#about-us-section .about-box .icon-bg {
  background: rgba(31, 76, 255, 0.1);
  height: 100px;
  width: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
#about-us-section .about-box h6 {
  font-weight: 600;
  margin: 30px 0 5px;
  font-size: 1.4em;
}

/*===================================================
    Our Services section
 ====================================================*/
#our-services-section {
  background-image: url(../img/services_bg.jpg);
  background-position: center;
  background-size: cover;
}
#our-services-section .services-text-section {
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 300;
  color: #f8f8f8;
}
#our-services-section .inner-section-title {
  color: #f8f8f8;
}
#our-services-section ul.services-list {
  list-style: outside none none;
  margin: 10px 0 0;
  padding: 4em 0;
  display: inline-block;
}
#our-services-section ul.services-list li {
  float: right;
  width: 50%;
  color: #f8f8f8;
  line-height: 34px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  padding: 0 25px 0 0;
  font-size: 1.3em;
  cursor: default;
  font-weight: 300;
}
#our-services-section ul.services-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  position: absolute;
  right: 0;
  top: 0;
  color: #696868;
  font-weight: 400;
}
#our-services-section ul.services-list li:hover {
  color: #abcd30;
}

/*===================================================
    About Software
 ====================================================*/
#about-software .about-software-wrapper {
  text-align: left;
  margin-bottom: 35px;
}
#about-software .about-software-wrapper .btn-main {
  margin: 15px 0;
}
#about-software .about-software-wrapper .about-software-figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
}
#about-software .about-software-wrapper .about-software-figure .single-image-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
#about-software .about-software-wrapper .about-software-figure .single-image-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/*===================================================
    Software Features
 ====================================================*/
#software-features {
  position: relative;
}
#software-features .heading-title.text-left .title:before {
  margin-left: 0;
  left: 0;
}
#software-features .heading-title.text-right .title:before {
  margin-right: 0;
  right: 0;
}
#software-features .software-features-wrapper {
  text-align: left;
  margin-bottom: 35px;
}
#software-features .software-features-wrapper .btn-main {
  margin: 15px 0;
}
#software-features .software-features-wrapper ul.feature-list {
  margin: 0;
  padding: 0;
}
#software-features .software-features-wrapper ul.feature-list li {
  padding-right: 23px;
  position: relative;
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 10px;
}
#software-features .software-features-wrapper ul.feature-list li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f14a';
  position: absolute;
  right: 0;
  font-weight: 900;
  color: #696868;
}
#software-features .software-features-wrapper .software-features-figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
}
#software-features .software-features-wrapper .software-features-figure .single-image-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
#software-features .software-features-wrapper .software-features-figure .single-image-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/*===================================================
    Screenshots
 ====================================================*/
.overlay {
  background-repeat: repeat;
  display: block;
  height: 100%;
  left: 0;
  position: absolute !important;
  top: 0;
  width: 100%;
  z-index: -1;
}

.overlay.green {
  background-color: rgba(252, 10, 10, 0.9);
}

.owl-theme .owl-dots .owl-dot span {
  background: #b5b5b5;
  outline: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #696868 !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 2em;
}

#screenshots {
  position: relative;
}
#screenshots .parallax {
  height: 100%;
  background-image: url(../img/05.jpg);
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-attachment: scroll;
  background-color: transparent;
  background-size: cover;
  z-index: -2;
  background-position: 50% 0;
}
#screenshots .heading-title .title {
  color: #f8f8f8;
}
#screenshots .heading-title .title:before {
  background: #f8f8f8;
}
#screenshots .heading-title p {
  color: #f8f8f8;
}
#screenshots .screenshot-content {
  z-index: 1;
}
#screenshots .screenshot-content .screenshots-wrapper .owl-item {
  opacity: .4;
  transition: 500ms cubic-bezier(0.17, 0.67, 0.55, 1.43);
  transform: scale(0.85);
}
#screenshots .screenshot-content .screenshots-wrapper .owl-item.center {
  opacity: 1 !important;
  transform: translateX(0%) scale(1);
}

/*===================================================
    Featured Options
 ====================================================*/
#featured-options .option-box-wrapper .option-box {
  padding: 30px;
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid #f2f2f2;
  margin-bottom: 30px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#featured-options .option-box-wrapper .option-box:hover .option-icon {
  color: #f4f4f4;
  background: rgba(252, 10, 10, 0.8);
}
#featured-options .option-box-wrapper .option-box .option-icon {
  font-size: 46px;
  border-radius: 90px;
  display: inline-block;
  height: 86px;
  width: 86px;
  line-height: 98px;
  text-align: center;
  color: rgba(252, 10, 10, 0.8);
  background: #f4f4f4;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#featured-options .option-box-wrapper .option-box .option-content h6 {
  z-index: 9;
  position: relative;
  font-weight: 600;
  font-size: 1.2em;
  padding-top: 15px;
  padding-bottom: 5px;
}

/*===================================================
    Stats
 ====================================================*/
#stats {
  position: relative;
}
#stats .parallax {
  height: 100%;
  background-image: url(../img/02.jpg);
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-attachment: scroll;
  background-color: transparent;
  background-size: cover;
  z-index: -2;
  background-position: 50% 0;
}
@media (max-width: 992px) {
  #stats .stat-wrapper .col-md-3:nth-child(1) .counter {
    margin-bottom: 2.5em;
  }
  #stats .stat-wrapper .col-md-3:nth-child(2) .counter {
    margin-bottom: 2.5em;
  }
}
#stats .counter {
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: flex-start;
  color: #f8f8f8;
}
@media (max-width: 768px) {
  #stats .counter {
    margin-bottom: 2.5em;
  }
}
#stats .counter i {
  font-size: 5em;
  float: right;
  margin-left: 15px;
  margin-top: 7px;
}
#stats .counter .counter-data {
  flex: 1;
}
#stats .counter .counter-data label {
  font-size: 1.6em;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0 0 15px 0;
  float: right;
}
#stats .counter .counter-data span {
  display: inline-block;
  width: 100%;
  font-size: 3em;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 40px;
}

/*===================================================
    Frequently Questions
 ====================================================*/
#frequently-questions {
  position: relative;
  background-color: #f4f5f6;
}
#frequently-questions .object-animation {
  z-index: 0;
}
#frequently-questions .object-animation .object-1 {
  top: 31%;
  right: 7%;
  border: 40px solid #fc0a0a;
  border-radius: 900px;
  height: 430px;
  width: 430px;
}
@media (max-width: 768px) {
  #frequently-questions .object-animation .object-1 {
    border: 20px solid #fc0a0a;
    height: 250px;
    width: 250px;
  }
}
#frequently-questions .frequently-questions-figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  max-width: 100%;
}
#frequently-questions .frequently-questions-figure .single-image-wrapper {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
#frequently-questions .frequently-questions-figure .single-image-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
#frequently-questions .panel-group {
  z-index: 9;
}
@media (max-width: 768px) {
  #frequently-questions .panel-group {
    margin-top: 1.8em;
  }
}
#frequently-questions .panel-group .faq-category {
  font-size: 1.3em;
  color: #677275;
  text-transform: uppercase;
  margin: 2em 0 10px 0;
  font-weight: 700;
}
#frequently-questions .panel-group .panel {
  border-radius: 0;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
#frequently-questions .panel-group .panel + .panel {
  margin-top: 10px;
}
#frequently-questions .panel-group .panel .panel-body {
  font-size: 1.1em;
  line-height: 1.8em;
  background-color: #fafafa;
}
#frequently-questions .panel-group .panel-heading {
  position: relative;
  cursor: pointer;
  padding: 12px 12px 12px 45px;
  border: none;
  border-radius: 0;
  background-color: #fff7f7;
}
#frequently-questions .panel-group .panel-heading h4 {
  color: #232323;
  font-size: 1.2em;
}
#frequently-questions .panel-group .panel-heading:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  /* "play" icon */
  font-weight: 700;
  position: absolute;
  left: 16px;
  top: 10px;
  color: #fc0a0a;
  font-size: 2em;
  /* rotate "play" icon from &gt; (right arrow) to down arrow */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#frequently-questions .panel-group .panel-heading + .panel-collapse &gt; .panel-body {
  border: none;
}
#frequently-questions .panel-heading.collapsed:after {
  /* rotate "play" icon from &gt; (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*===================================================
    Our Major Customers
 ====================================================*/
#our-customers {
  border-top: 1px solid #ededed;
}
#our-customers .customers-wrapper .customer-logo img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#our-customers .customers-wrapper .customer-logo img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

/*===================================================
    Footer
 ====================================================*/
footer {
  background-color: #222;
}

.footer-top {
  border-bottom: 1px solid #3c3b3b;
  padding: 51px 0 53px;
}

.footer-shop-des img {
  max-width: 70px;
  height: auto;
}
.footer-shop-des p {
  color: #f1f1f1;
  font-size: 1.1em;
  font-weight: 300;
  line-height: 22px;
  margin: 15px 0 21px;
}

.footer-shop-contact ul {
  list-style: none;
  padding: 0;
}
.footer-shop-contact li {
  color: #f1f1f1;
  font-size: 1.1em;
  font-weight: 400;
  margin: 0 0 20px;
}
.footer-shop-contact li i {
  margin-left: 10px;
  color: #949494;
}

.footer-header {
  color: #f1f1f1;
  font-size: 19px;
  font-weight: 500;
  position: relative;
  margin-bottom: 25px;
}

.footer-links ul {
  list-style: outside none none;
  margin: 10px 0 0;
  padding: 0;
}
.footer-links ul li {
  float: left;
  width: 50%;
}
.footer-links ul li a {
  color: #f1f1f1;
  display: block;
  line-height: 34px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.footer-links ul li a:hover {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: #fc0a0a;
}

.footer-bottom-wrapper {
  padding: 30px 0;
}
.footer-bottom-wrapper .footer-bottom-copyright p {
  color: #f1f1f1;
  font-size: 13px;
}
.footer-bottom-wrapper .footer-bottom-social-media {
  text-align: center;
}
.footer-bottom-wrapper .footer-bottom-social-media ul {
  list-style: none;
  padding: 0;
}
.footer-bottom-wrapper .footer-bottom-social-media ul li {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  width: 35px;
}
.footer-bottom-wrapper .footer-bottom-social-media ul li a {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #424242 none repeat scroll 0 0;
  border-radius: 50%;
  color: #f1f1f1;
  display: block;
  height: 100%;
  line-height: 39px;
}
.footer-bottom-wrapper .footer-bottom-social-media ul li a:hover {
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #fc0a0a none repeat scroll 0 0;
}

/*===================================================
    About us page
 ====================================================*/
#about-us .about-us-wrapper .heading-title {
  margin-bottom: 2em !important;
}
#about-us .about-us-content {
  font-size: 16px;
  text-align: right;
  line-height: 32px;
}

/*===================================================
    Contact Page
 ====================================================*/
.contact {
  background-color: white;
  padding: 15px;
  border: 1px solid #dcdcdc;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.title-indent {
  position: relative;
  padding-right: 80px;
  margin-bottom: 40px;
}
.title-indent h2 {
  color: #222;
  font-size: 13px;
}
.title-indent small {
  font-size: 12px;
  color: #373D3F;
}
.title-indent i {
  font-size: 50px;
  position: absolute;
  right: 0;
  color: rgba(252, 10, 10, 0.8);
  top: 0;
}

.wrapper-indent {
  padding-right: 80px;
}
@media (max-width: 768px) {
  .wrapper-indent {
    padding-right: 0 !important;
  }
}

.map img {
  width: 100%;
}

/*===================================================
    Products
 ====================================================*/
#products .products-wrapper {
  padding: 15px;
  margin-bottom: 1em;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  position: relative;
}
#products .products-wrapper .product-img img {
  width: 100%;
}
#products .products-wrapper .product-info {
  text-align: center;
}
#products .products-wrapper .product-info .title {
  font-size: 1.4em;
  margin: 20px auto;
}
#products .products-wrapper .product-info .btn {
  margin-top: 20px;
}
#products .products-wrapper .offer {
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: #fc0a0a;
  padding: 5px 8px;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  font-size: 1.1em;
  font-weight: 700;
  color: #f8f8f8;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.pagination .active a {
  background-color: rgba(252, 10, 10, 0.8);
  color: #232526;
  border-color: #fc0a0a;
}
.pagination .active a:focus, .pagination .active a:hover {
  background-color: rgba(252, 10, 10, 0.8);
  color: #232526;
  border-color: #fc0a0a;
}
.pagination li a {
  color: #232526;
}

/*===================================================
    Product View
 ====================================================*/
#product-view .product-wrapper {
  padding: 15px;
  margin-bottom: 6em;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.06);
}
#product-view .product-wrapper .product-img {
  width: 400px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #product-view .product-wrapper .product-img {
    width: 90%;
  }
}
#product-view .product-wrapper .product-img img {
  width: 100%;
}
#product-view .product-wrapper .product-info p {
  font-size: 1.2em;
  line-height: 30px;
}
#product-view .heading-title {
  margin-bottom: 3em;
}
#product-view .heading-title .title {
  font-size: 2em;
  padding-bottom: 5px;
}
#product-view .card-content .flickity-page-dots {
  bottom: 25px;
}
#product-view .card-content .flickity-page-dots .dot {
  margin: 0 2.5px;
  display: inline-block;
  width: 20px;
  height: 9px;
  content: "";
  background: #fc0a0a;
  opacity: .45;
  border-radius: 5px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#product-view .card-content .flickity-page-dots .dot.is-selected {
  width: 40px;
  opacity: .85;
}
#product-view .card-content .carousel-cell {
  display: table;
  width: 100%;
  height: 500px;
  margin-right: 10px;
  background-position: center;
  background-size: cover;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
#product-view .card-content .dark-layout {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*===================================================
    Slider Index
 ====================================================*/
#slider-index .card-content {
  padding: 24px 24px;
}
#slider-index .card-content .carousel-cell {
  display: table;
  width: 100%;
  height: 567px;
  margin-right: 10px;
  background-position: center;
  background-size: cover;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
#slider-index .card-content .flickity-rtl .flickity-prev-next-button.previous {
  right: 46%;
}
#slider-index .card-content .flickity-rtl .flickity-prev-next-button.next {
  left: 46%;
}
@media (max-width: 767px) {
  #slider-index .card-content .flickity-rtl .flickity-prev-next-button.previous {
    right: 40%;
  }
  #slider-index .card-content .flickity-rtl .flickity-prev-next-button.next {
    left: 40%;
  }
}
#slider-index .card-content .flickity-prev-next-button {
  top: auto;
  bottom: 15px;
  height: 20px;
  width: 20px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#slider-index .card-content .dark-layout {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#slider-index .card-content .slide-content {
  position: absolute;
  padding-top: 30px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 80%;
  height: 90%;
  z-index: 9;
}
@media (max-width: 767px) {
  #slider-index .card-content .slide-content {
    padding-top: 0;
  }
}
#slider-index .card-content .slide-content h1 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #fff;
  text-transform: none;
  font-size: 2.5em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #slider-index .card-content .slide-content h1 {
    font-size: 17px;
  }
}
#slider-index .card-content .slide-content p {
  padding: 0 24px;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

/*===================================================
    Product Features
 ====================================================*/
#product-features .panel-group {
  z-index: 9;
}
@media (max-width: 768px) {
  #product-features .panel-group {
    margin-top: 1.8em;
  }
}
#product-features .panel-group .faq-category {
  font-size: 1.3em;
  color: #677275;
  text-transform: uppercase;
  margin: 2em 0 10px 0;
  font-weight: 700;
}
#product-features .panel-group .panel {
  border-radius: 0;
  border: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
#product-features .panel-group .panel + .panel {
  margin-top: 10px;
}
#product-features .panel-group .panel .panel-body {
  font-size: 1.1em;
  line-height: 1.8em;
  background-color: #fafafa;
}
#product-features .panel-group .panel-heading {
  position: relative;
  cursor: pointer;
  padding: 12px 12px 12px 45px;
  border: none;
  border-radius: 0;
  background-color: #dfe2e3;
}
#product-features .panel-group .panel-heading h4 {
  color: #232323;
  font-size: 1.2em;
}
#product-features .panel-group .panel-heading:after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  /* "play" icon */
  font-weight: 700;
  position: absolute;
  left: 16px;
  top: 10px;
  color: #fc0a0a;
  font-size: 2em;
  /* rotate "play" icon from &gt; (right arrow) to down arrow */
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#product-features .panel-group .panel-heading + .panel-collapse &gt; .panel-body {
  border: none;
}
#product-features .panel-heading.collapsed:after {
  /* rotate "play" icon from &gt; (right arrow) to ^ (up arrow) */
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*===================================================
    Product Videos
 ====================================================*/
#product-videos {
  /* popup */
}
#product-videos .video-poster {
  height: auto;
  width: 100%;
  position: relative;
}
#product-videos .video-poster .video-image {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  width: 100%;
}
#product-videos .video-poster .video-image:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #f8f8f8;
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-size: 6em;
  opacity: 1;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
#product-videos .video-poster .video-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(252, 10, 10, 0.37);
  z-index: 0;
  transition: all ease-in-out .2s;
  -webkit-transition: all ease-in-out .2s;
  -moz-transition: all ease-in-out .2s;
}
#product-videos .video-poster .video-image:hover:before {
  opacity: 0;
  font-size: 36px;
}
#product-videos .video-poster .video-image:hover:after {
  background-color: transparent;
}
#product-videos .video-poster .video-image:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#product-videos .video-poster .video-image img {
  display: block;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -o-object-fit: cover;
  object-fit: cover;
}
#product-videos .mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#product-videos .mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
#product-videos .mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
#product-videos .mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
#product-videos .mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
#product-videos .mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*===================================================
    POS Connections
 ====================================================*/
#pos-features .pos-wrapper .pos-logo img {
  width: 150px;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
#pos-features .pos-wrapper .pos-logo img:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*===================================================
    Featured Products
 ====================================================*/
#featured-products .featured-products-wrapper .item .featured-product {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhMDMwMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I3MDIwMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ea0303), color-stop(100%, #b70202));
  background-image: -moz-linear-gradient(top, #ea0303, #b70202);
  background-image: -webkit-linear-gradient(top, #ea0303, #b70202);
  background-image: linear-gradient(to bottom, #ea0303, #b70202);
  padding: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
#featured-products .featured-products-wrapper .item .featured-product .f-p-img img {
  width: 100%;
}
#featured-products .featured-products-wrapper .item .featured-product .f-p-info {
  text-align: center;
  color: #f8f8f8;
  font-size: 1.1em;
}
#featured-products .featured-products-wrapper .item .featured-product .f-p-info h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
}
#featured-products .featured-products-wrapper .item .featured-product .f-p-info h2 a {
  color: #f8f8f8;
}

/*===================================================
    Categorized Products
 ====================================================*/
#categorized-products .caty-pro {
  padding-right: 110px;
  position: relative;
  height: 120px;
}
#categorized-products .caty-pro &gt; a {
  color: #232526;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#categorized-products .caty-pro &gt; a:hover {
  color: #fc0a0a;
}
#categorized-products .caty-pro .caty-pro-icon {
  position: absolute;
  right: 0;
  font-size: 6em;
}
#categorized-products .caty-pro .caty-pro-info h3 {
  font-size: 1.3em;
  font-weight: 700;
}

</pre></body></html>