@charset "UTF-8";
/* font family */
@font-face {
  font-family: maven-black;
  src: url(../fonts/MAVENPRO-BLACK.TTF);
}
@font-face {
  font-family: maven-blold;
  src: url(../fonts/MAVENPRO-BOLD.TTF);
}
@font-face {
  font-family: maven-meium;
  src: url(../fonts/MAVENPRO-MEDIUM.TTF);
}
@font-face {
  font-family: maven-regular;
  src: url(../fonts/MAVENPRO-REGULAR.TTF);
}
/*---------bold--------*/
@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/roboto.bold.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/roboto.regular.ttf");
  font-weight: normal;
  font-style: normal;
}
/*---------sans -------------*/
@font-face {
  font-family: "open-sansRegular";
  src: url("../fonts/open-sans.regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open-sansSemibold";
  src: url("../fonts/open-sans.semibold.ttf");
  font-weight: normal;
  font-style: normal;
}
/* font size */
p, a {
  /*font-size: 16px;*/
  font-size: 14px;
  font-family: maven-regular;
}

h1 {
  margin-top: -5px;
  margin-bottom: -5px;
  padding-bottom: 20px;
  font-family: maven-regular;
}

h2, h3, h6, h5 {
  font-family: maven-meium;
}

h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}

/* common styling */
body {
  margin: 0;
}

.img-resize {
  height: 150px;
}

.img-resize1 {
  height: 180px;
}

.img-resize2 {
  height: 230px;
}

.text-edit {
  text-decoration: none;
  color: black;
}
.text-edit:hover {
  cursor: pointer;
  text-decoration: none;
  color: #e9001e;
}

.common-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
}

.standard-button {
  height: 50px;
  width: 200px;
  background: transparent;
  color: #fff;
  font-size: 20px;
  border: 2px solid #fff;
  font-family: maven-regular;
}

.standard-link {
  padding: 8px 16px;
  border: 2px solid #fff;
  text-decoration: none;
  background: transparent;
  font-size: 16px;
  border: 2px solid #fff;
  transition: all 0.8s ease;
  font-family: maven-regular;
  color: #fff;
}
.standard-link:hover {
  text-decoration: none;
  color: #e9001e;
  background-color: #fff;
}

.title:after {
  content: "";
  height: 3px;
  width: 50px;
  display: block;
  background: #f74a42;
  margin: 10px auto;
}

.heading:after {
  content: "";
  height: 5px;
  width: 50px;
  display: block;
  background: #f74a42;
  margin: 10px auto;
}

.foo-page-section {
  background-color: rgba(239, 239, 239, 0.58);
}
.foo-page-section .foo-page-content {
  padding: 60px 30px;
  text-align: justify;
}

.products-details {
  padding: 0 5px;
}
.products-details .product {
  margin: 30px 0;
}
.products-details .product img {
  width: 100%;
}
.products-details .product figure {
  -webkit-box-shadow: 1px 5px 34px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 5px 34px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 5px 34px -12px rgba(0, 0, 0, 0.75);
  overflow: hidden;
}
.products-details .product figure:before {
  content: "";
  position: absolute;
  height: 100%;
  bottom: -100%;
  left: 0;
  right: 0;
  background: rgba(241, 66, 70, 0.86);
  transition: all 0.3s ease;
  z-index: 1;
}
.products-details .product figure:hover:before {
  bottom: 0;
}
.products-details .product figure:hover figcaption {
  background: transparent;
  transition: all 0.3s ease;
}
.products-details .product figure img {
  opacity: 0.9;
  backface-visibility: hidden;
  transition: all 0.4s;
}
.products-details .product figure figcaption {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  text-align: center;
  color: #fff;
  background: #00000047;
  z-index: 1;
}
.products-details .product figure figcaption h2 {
  width: 100%;
  position: absolute;
  left: 0;
  margin: 0;
  top: 50%;
  padding: 0;
  transition: all 0.4s;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  transform: translateY(-50%);
}
.products-details .product figure:hover img {
  transition: all 0.4s;
}
.products-details figure {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.products-details .title {
  padding-bottom: 20px;
  text-transform: uppercase;
}
.products-details .product-img {
  position: relative;
}
.products-details .product-img .pro-img {
  height: 100%;
  width: 100%;
}
.products-details .product-img .product {
  position: absolute;
  left: 0px;
  top: 0px;
}
.products-details .product-img img {
  border-bottom: 3px solid #e9001e;
  width: 100%;
}
.products-details .product-img p {
  text-align: center;
  padding: 10px;
  font-size: 16px;
}
.products-details .product-img .overlay {
  height: -100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(193, 54, 54, 0.85);
}
.products-details .product-img .pro-img:hover .overlay {
  height: 100%;
}

/* common tab class */
.wrapper {
  position: relative;
  height: auto;
}
.wrapper .tab ul {
  text-align: center;
}
.wrapper .tab .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrapper .tab .menu .menu-item {
  padding: 8px 0;
  border-bottom: 1px solid #fff;
}
.wrapper .tab .menu .menu-item a {
  color: #000;
  text-decoration: none;
}
.wrapper .tab .menu .menu-item a:hover {
  color: #e9001e;
  fill: #e9001e;
}
.wrapper .tab .menu .menu-item.active svg, .wrapper .tab .menu .menu-item.active p {
  fill: #e9001e;
  color: #e9001e;
}
.wrapper .tab p {
  margin-bottom: 0;
  font-size: 18px;
}
.wrapper .menu-item {
  float: left;
  width: 33%;
}
.wrapper .menu-item p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrapper .icon-Bank,
.wrapper .icon-Pharma,
.wrapper .icon-Data-center,
.wrapper .icon-Retailer,
.wrapper .icon-networking,
.wrapper .icon-fingerprint,
.wrapper .icon-stopwatch,
.wrapper .icon-Who-we-are,
.wrapper .icon-Awards,
.wrapper .icon-management,
.wrapper .icon-support,
.wrapper .icon-seo-training,
.wrapper .icon-customer,
.wrapper .icon-icon,
.wrapper .icon-seo,
.wrapper .icon-article,
.wrapper .icon-computer,
.wrapper .icon-customer {
  height: 47px;
  width: 100px;
}
.wrapper .icon-Bank:hover,
.wrapper .icon-Pharma:hover,
.wrapper .icon-Data-center:hover,
.wrapper .icon-Retailer:hover,
.wrapper .icon-networking:hover,
.wrapper .icon-fingerprint:hover,
.wrapper .icon-stopwatch:hover,
.wrapper .icon-Who-we-are:hover,
.wrapper .icon-Awards:hover,
.wrapper .icon-management:hover,
.wrapper .icon-support:hover,
.wrapper .icon-seo-training:hover,
.wrapper .icon-customer:hover,
.wrapper .icon-icon:hover,
.wrapper .icon-seo:hover,
.wrapper .icon-article:hover,
.wrapper .icon-computer:hover,
.wrapper .icon-customer:hover {
  color: #e9001e;
  fill: #e9001e;
}

.error {
  font-weight: normal;
  color: #e9001e;
}

.np {
  padding: 0;
}

/*------------*/
.textLeft {
  text-align: left;
}

.textCenter {
  text-align: center;
}

.displayBlock {
  display: block;
}

/*-------------*/
@media (max-width: 768px) {
  .page-heading h1 {
    margin: 20px;
  }
}
.pro-slider-wrapper img {
  margin: 15px 0;
}

.navigation {
  position: relative;
}
.navigation span {
  z-index: 3;
  margin: 20px 5px;
}
.navigation .mob-nav .mob-nav-wrapper span {
  display: block;
  margin: -15px 5px;
}
.navigation .navbar-fixed-top {
  z-index: 2;
}

.navbar {
  margin-bottom: 0;
  min-height: 70px;
}

.small-navbar {
  background: rgba(43, 43, 43, 0.82);
  min-height: 25px;
}
.small-navbar .navbar {
  min-height: 30px;
}
.small-navbar .small-nav ul.navbar-nav.mr-auto {
  float: right;
  margin: 0 -15px;
}
.small-navbar .small-nav ul.navbar-nav.mr-auto li {
  display: inline;
}
.small-navbar .small-nav ul.navbar-nav.mr-auto li a {
  display: inline-block;
  padding: 3px 12px;
  color: #fff;
  text-decoration: none;
}
.small-navbar .small-nav ul.navbar-nav.mr-auto li a:hover {
  text-decoration: none;
  color: #e9001e;
}
.small-navbar .small-nav ul.navbar-nav.mr-auto .active a {
  color: #e9001e;
}

.navbar-2 {
  background: #fff;
  border-bottom: 0.5px solid #e9001e;
  position: relative;
}
.navbar-2 .navbar-brand {
  padding: 0 15px;
  height: 100%;
}
.navbar-2 .navbar-brand img {
  margin: auto;
}
.navbar-2 .nav-2 ul.navbar-nav.mr-auto {
  float: right;
}
.navbar-2 .nav-2 ul.navbar-nav.mr-auto li {
  display: inline;
  border: 2px solid transparent;
  cursor: pointer;
}
.navbar-2 .nav-2 ul.navbar-nav.mr-auto li a {
  color: #232323;
  /*color: #82858c;*/
  /*font-size: 16px;*/
  font-size: 15px;
  display: inline-block;
  padding: 25px;
  text-decoration: none;
}
.navbar-2 .nav-2 ul.navbar-nav.mr-auto li a:hover {
  text-decoration: none;
  color: #e9001e;
}
.navbar-2 .nav-2 ul.navbar-nav.mr-auto li:hover {
  border-top: 2px solid #e9001e;
  border-bottom: 2px solid #e9001e;
  margin: 0px;
}
.navbar-2 .nav-2 ul.navbar-nav.mr-auto .active {
  border-top: 2px solid #e9001e;
  border-bottom: 2px solid #e9001e;
}
.navbar-2 .nav-2 ul.navbar-nav.mr-auto .active a {
  color: #e9001e;
}

.nav-fixed {
  position: fixed;
}

/* mobile navbar */
.mob-nav {
  height: 100%;
  width: 280px;
  position: fixed;
  top: 0;
  right: -280px;
  z-index: 4;
  overflow-y: auto;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
}
.mob-nav.in {
  right: 0;
  transition: all 0.25s ease-in-out;
}
.mob-nav .mob-nav-wrapper {
  height: 100%;
  padding: 62px 12px 20px;
  position: relative;
}
.mob-nav .panel-group {
  margin-bottom: 0;
  border-top: 1px solid #e9001e;
}
.mob-nav .panel-group .panel {
  margin: 0;
}
.mob-nav .panel-group .panel .panel-heading {
  padding: 12px 15px;
  border-bottom: 1px solid #e9001e;
  color: #010101;
}
.mob-nav .panel-group .panel .panel-heading:after {
  color: #e9001e;
}
.mob-nav .panel-group .panel .panel-heading.active {
  border-width: 3px;
}
.mob-nav .panel-group .panel .panel-heading.active a {
  color: #e9001e;
}
.mob-nav .panel-group .panel .panel-collapse .panel-body {
  padding: 0;
  border: 0;
}
.mob-nav .mob-menu-item {
  padding: 10px 15px;
  border-bottom: 1px solid #e9001e;
}
.mob-nav .mob-menu-item a {
  font-size: 16px;
  font-weight: bold;
  color: #010101;
  text-decoration: none;
}
.mob-nav .mob-menu-item.active a {
  color: #e9001e;
}
.mob-nav h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}
.mob-nav .navbar-toggle-btn {
  display: none;
  top: 37px;
}

.navbar-toggle-btn {
  margin: 24px 16px;
  display: none;
  position: absolute;
  top: 32px;
  right: 15px;
  z-index: 999;
  font-size: 22px;
}

.nav-item .active {
  color: #e9001e;
}

.footer1 {
  background: #313842;
}
.footer1 .footer1-content {
  padding: 60px 0;
  color: #fff;
}
.footer1 .footer1-content .about-us h4 {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}
.footer1 .footer1-content .about-us p {
  font-size: 14px;
}
.footer1 .footer1-content .contact-us {
  text-align: center;
}
.footer1 .footer1-content .contact-us p {
  font-size: 14px;
  padding: 15px 20px;
}
.footer1 .footer1-content .contact-us a {
  padding: 10px 15px;
}
.footer1 .footer1-content .contact-btn {
  width: 150px;
  transition: 0.7s;
}
.footer1 .footer1-content .contact-btn:hover {
  background: #fff;
  color: #242830;
  transition: 0.7s;
  text-decoration: none;
}
.footer1 .footer1-content .social h4 {
  font-weight: bold;
}
.footer1 .footer1-content .social ul {
  list-style: none;
  display: -webkit-inline-box;
  padding-left: 0;
  margin: 0;
}
.footer1 .footer1-content .social ul li {
  margin: 5px;
}
.footer1 .footer1-content .social a {
  height: 32px;
  width: 32px;
  padding: 6px 0;
  display: inline-block;
  border-radius: 20%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.footer1 .footer1-content .social a:hover {
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(1.15, 1.15);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.footer1 .footer1-content .social a.facebook:hover {
  background-color: #3a589b;
}
.footer1 .footer1-content .social a.twitter:hover {
  background-color: #598dca;
}
.footer1 .footer1-content .social a.linkedin:hover {
  background-color: #007ab9;
}
.footer1 .footer1-content .social a.googleplus:hover {
  background-color: #e02f2f;
}
.footer1 .footer1-content .social li:nth-child(odd) a {
  background-color: grey;
}
.footer1 .footer1-content .social li:nth-child(even) a {
  background-color: grey;
}
.footer1 .footer1-content .footer-link-title {
  font-weight: bold;
}
.footer1 .footer1-content .footer-nav {
  padding: 2px 0;
}
.footer1 .footer1-content .feedback-link {
  outline: none;
}
.footer1 .footer1-content .footer-about {
  width: 75%;
  margin: 0 auto;
}
.footer1 .footer1-content .mailing-list .mail-box {
  color: #000;
  border-radius: 5px 5px;
}
.footer1 .footer1-content .mailing-list .mail-box:focus {
  border-color: grey;
  box-shadow: none;
}
.footer1 .footer1-content .mailing-list .mail-btn {
  margin: 8px 0;
  background-color: grey;
  border-radius: 5px 5px;
  border-color: grey;
}
.footer1 .footer1-content .mailing-list .mail-btn:focus {
  outline: none;
}
.footer1 .footer1-content .mailing-margin {
  padding-bottom: 15px;
}

.footer2 {
  background: #242830;
  color: #fff;
}
.footer2 .footer2-content {
  padding: 10px 0;
}
.footer2 .footer2-content .copyrights h5 {
  font-size: 15px;
  line-height: 27px;
}
.footer2 .footer2-content .footer-links {
  padding: 20px;
  text-align: right;
}
.footer2 .footer2-content .footer-links ul {
  list-style: none;
  display: -webkit-inline-box;
  padding-left: 0;
  margin: 0;
}
.footer2 .footer2-content .footer-links a {
  padding: 15px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.modal .modal-dailog .modal-content {
  background: white;
  padding: 10px;
}
.modal .modal-dailog .modal-body {
  background: rgba(239, 239, 239, 0.58);
}
.modal .modal-dailog .modal-body .form1, .modal .modal-dailog .modal-body .form2, .modal .modal-dailog .modal-body .form3 {
  padding: 10px 0;
}
.modal .modal-dailog .modal-body .form1 h1, .modal .modal-dailog .modal-body .form2 h1, .modal .modal-dailog .modal-body .form3 h1 {
  font-size: 20px;
}
.modal .modal-dailog .modal-body .form1 input, .modal .modal-dailog .modal-body .form1 textarea, .modal .modal-dailog .modal-body .form2 input, .modal .modal-dailog .modal-body .form2 textarea, .modal .modal-dailog .modal-body .form3 input, .modal .modal-dailog .modal-body .form3 textarea {
  width: 75%;
  height: 40px;
  margin: 10px 0;
  border: none;
  padding: 15px;
  color: #000;
}
.modal .modal-dailog .modal-body .form1 input::placeholder, .modal .modal-dailog .modal-body .form2 input::placeholder, .modal .modal-dailog .modal-body .form3 input::placeholder {
  color: #d1d1d1;
}
.modal .modal-dailog .modal-body .form1 textarea, .modal .modal-dailog .modal-body .form2 textarea, .modal .modal-dailog .modal-body .form3 textarea {
  height: 100px;
}
.modal .modal-dailog .modal-body .form1 textarea::placeholder, .modal .modal-dailog .modal-body .form2 textarea::placeholder, .modal .modal-dailog .modal-body .form3 textarea::placeholder {
  color: #d1d1d1;
}
.modal .modal-dailog .modal-body .form1 button, .modal .modal-dailog .modal-body .form2 button, .modal .modal-dailog .modal-body .form3 button {
  margin: 20px 0;
  height: 40px;
  width: 150px;
  background: #e9001e;
  border: 1px solid #e9001e;
}
.modal .modal-dailog .modal-body .error {
  color: #f73743;
}
.modal .modal-dailog .modal-body .nopadding {
  padding-right: 5px;
  padding-left: 5px;
}
.modal .modal-dailog .modal-body .submit-btn {
  height: 40px;
  width: 130px;
  background: #e9001e;
  border: 1px solid #e9001e;
}
.modal .modal-dailog .modal-body h4 {
  font-size: 22px;
  font-weight: bold;
  float: left;
  padding-left: 80px;
  padding-top: 20px;
}
.modal .modal-dailog .modal-body .close {
  font-size: 50px;
  padding-right: 30px;
}

.footer1-content ul {
  padding: 0;
  list-style: none;
}
.footer1-content a {
  color: #fff;
  text-decoration: none;
}
.footer1-content .third-column {
  margin-top: 50px;
}

#feedback-modal .content {
  color: #333;
}
#feedback-modal .content .modal-title {
  font-weight: bold;
}
#feedback-modal .modal-body input::placeholder {
  color: #d1d1d1;
}
#feedback-modal .modal-body textarea::placeholder {
  color: #d1d1d1;
}
#feedback-modal .modal-body select {
  border: none;
}
#feedback-modal .modal-body .asterick {
  top: -0.1em;
  font-size: 1.25em;
  color: #f73743;
}
#feedback-modal .modal-body .input-data {
  width: 100%;
  height: 10px;
  margin: 10px 0;
  border: none;
  padding: 15px;
  outline: none;
}
#feedback-modal .modal-body .field-title {
  margin: 0 25px;
  padding: 12px 0;
  text-align: left;
}
#feedback-modal .modal-body .form-control {
  box-shadow: none;
  border-color: grey;
}
#feedback-modal .modal-body .text-note {
  margin: 10px 0;
  resize: none;
  height: 80px;
  outline: none;
  border: none;
}
#feedback-modal .modal-body .dropdown {
  color: #333;
}
#feedback-modal .modal-body .dropdown .dropdown-title {
  padding: 6px 0;
  margin: 0 25px;
}
#feedback-modal .modal-body .dropdown #category-select {
  box-shadow: none;
  border-color: grey;
}
#feedback-modal .modal-body .radio-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 5px 0;
}
#feedback-modal .modal-body .radio-wrapper .radio-input {
  margin: 10px 20px 10px 0;
}
#feedback-modal .feedback-btn {
  margin-bottom: 10px;
  height: 40px;
  width: 150px;
  background: #f73743;
  color: #fff;
  border: 1px solid #f73743;
  font-size: 20px;
  text-align: center;
  transition: 0.8s all;
}
#feedback-modal .feedback-btn:hover {
  background: #fff;
  color: #f73743;
}

/* common styling hover effect*/
.success-msg {
  position: absolute;
  top: 107px;
  z-index: 1;
  text-align: center;
}

.bg-img {
  position: relative;
  text-align: center;
  transition: all 0.8s ease-in-out;
}
.bg-img:hover {
  transition: all 0.6s ease-in-out;
}
.bg-img img {
  height: 200px;
  padding: 5px 0;
  display: inline-block;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  background-color: #f14246;
  overflow: hidden;
  width: 100%;
  height: 55px;
  transition: 0.5s ease;
  opacity: 0.9;
  cursor: pointer;
}

.bg-img:hover .overlay {
  height: 97%;
  transition: 0.5s ease;
}
.bg-img:hover .overlay .text {
  margin-top: -55px;
  transition: 0.5s ease;
}
.bg-img:hover .products-section .product-text {
  top: 80%;
}

.text {
  padding: 20px;
  white-space: nowrap;
  color: white;
  font-size: 20px;
  position: absolute;
  overflow: hidden;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.text h3 {
  margin-top: 30px;
  padding-bottom: 18px;
}
.text h3:after {
  display: none;
}

/* landing section */
.carousel-inner .item {
  height: 600px;
}
.carousel-inner .common-slide {
  min-height: 100%;
}
.carousel-inner img {
  height: 100%;
}
.carousel-inner .slide1 {
  background-image: url("../images/home/slider/1.jpg");
}
.carousel-inner .slide2 {
  background-image: url("../images/home/slider/2.jpg");
}
.carousel-inner .slide3 {
  background-image: url("../images/home/slider/3.jpg");
}
.carousel-inner .slide4 {
  background-image: url("../images/home/slider/4.jpg");
}
.carousel-inner .slide5 {
  background-image: url("../images/home/slider/5.jpg");
}
.carousel-inner .carousel-caption {
  position: relative;
  top: 130px;
  left: 200px;
  width: 650px;
  padding: 30px 15px 30px 15px;
  text-align: left;
  font-family: maven-regular;
  background: rgba(27, 25, 25, 0.85);
}
.carousel-inner .carousel-caption h1 {
  font-size: 43px;
  margin-bottom: -10px;
}
.carousel-inner .carousel-caption h4 {
  opacity: 1;
  color: #fff;
  font-size: 22px;
}
.carousel-inner .carousel-caption .arrow {
  position: absolute;
  bottom: -10px;
  right: -10px;
}
.carousel-inner .carousel-caption .solutions-heading {
  padding-top: 30px;
}
.carousel-inner .carousel-caption .small-heading {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}
.carousel-inner .carousel-caption .big-heading {
  font-size: 42px;
  font-weight: bold;
}
.carousel-inner .carousel-caption .slider-feature p, .carousel-inner .carousel-caption .slider-feature h1 {
  font-size: 18px;
}
.carousel-inner .carousel-caption .pl-0 {
  padding-left: 0;
}
.carousel-inner .triangle-bottomright {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 400px solid rgba(241, 66, 70, 0.9);
  border-left: 800px solid transparent;
}
.carousel-inner .slider-overlay {
  position: absolute;
  right: 30px;
  top: 130px;
  height: 235px;
}
.carousel-inner #data-center-overlay {
  top: 160px;
  height: 180px;
}
.carousel-inner #bank-overlay {
  top: 122px;
  height: 214px;
}
.carousel-inner #retail-overlay {
  height: 210px;
}

.landing-section .carousel-indicators {
  z-index: 1;
}

/* Industrial solution */
.industry-sol {
  height: 100%;
  min-height: 600px;
  padding: 60px 0;
}
.industry-sol .solution {
  padding: 60px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.industry-sol .solution .row-padding {
  padding: 10px 0;
}
.industry-sol .solution .sol-desc {
  text-align: left;
}
.industry-sol .solution .sol-desc .black-headings {
  text-transform: uppercase;
  font-family: maven-blold;
  font-size: 30px;
}
.industry-sol .solution .sol-desc .heading:after {
  width: 60px;
  margin: 10px 0;
}
.industry-sol .solution .sol-desc p {
  line-height: 30px;
  /*text-align: justify;*/
}
.industry-sol .solution .sol-desc .industrial-readmore {
  font-size: 16px;
  text-decoration: none;
  color: #f73743;
}
.industry-sol .solution .left-col {
  padding-left: 40px;
}
.industry-sol .solution .right-col {
  padding-right: 40px;
}
.industry-sol .solution .bg-img:hover .overlay .text {
  margin-top: -60px;
}

.products-section {
  background-image: url("../images/product-bg.png");
  background-attachment: fixed;
  padding: 70px 0;
}
.products-section h2 {
  font-size: 32px;
}
.products-section .overlay {
  height: 40px;
}
.products-section .standard-link {
  padding: 8px;
  font-size: 16px;
}
.products-section .product-text {
  padding: 20px;
  font-size: 16px;
  position: absolute;
  overflow: hidden;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.products-section .product-text h3 {
  font-size: 16px;
}
.products-section .title {
  padding: 0;
}
.products-section .recent-products {
  padding: 0 10px;
}
.products-section .recent-products .title {
  padding-bottom: 20px;
  text-transform: uppercase;
}
.products-section .recent-products .slick-slider {
  padding: 10px 15px;
}
.products-section .recent-products .slick-slider p {
  font-size: 14.8px;
}
.products-section .recent-products .slick-slider .slick-dots li button:before {
  font-size: 15px;
  line-height: 15px;
}

.subscribe-section {
  /*background: linear-gradient(rgba(233, 0, 30,  0.98), rgba(233, 0, 30, 0.98)), url(../images/middle-bar.png) 0 20% no-repeat;*/
  background: linear-gradient(rgba(233, 0, 30, 0.98), rgba(233, 0, 30, 0.98));
  opacity: 0.8;
}
.subscribe-section .subscribe-desc {
  font-size: 18px;
  color: #fff;
}
.subscribe-section h2 {
  margin: 0;
  padding: 26px;
  font-size: 1.9em;
  font-weight: 400;
  font-family: maven-regular;
  margin-bottom: 0;
  display: inline-block;
  text-transform: capitalize;
}
.subscribe-section .subscribe-btn {
  padding: 20px;
}
.subscribe-section .subscribe-btn .sub-btn {
  background: #e9001e;
  transition: 0.5s;
  border: 2px solid #fff;
  border-radius: 0;
}
.subscribe-section .subscribe-btn .sub-btn:hover {
  background: #fff;
  color: #e9001e;
  border: 2px solid #e9001e;
  transition: 0.5s;
}
.subscribe-section .modal-content {
  background: white;
  padding: 10px;
}
.subscribe-section .modal-content .modal-body {
  background: #d1d1d1;
}
.subscribe-section .modal-content .modal-body .form1, .subscribe-section .modal-content .modal-body .form2, .subscribe-section .modal-content .modal-body .form3 {
  padding: 10px 0;
}
.subscribe-section .modal-content .modal-body .form1 input, .subscribe-section .modal-content .modal-body .form1 textarea, .subscribe-section .modal-content .modal-body .form2 input, .subscribe-section .modal-content .modal-body .form2 textarea, .subscribe-section .modal-content .modal-body .form3 input, .subscribe-section .modal-content .modal-body .form3 textarea {
  width: 75%;
  height: 40px;
  margin: 10px 0;
  border: none;
  padding: 15px;
  color: #000;
}
.subscribe-section .modal-content .modal-body .form1 input::placeholder, .subscribe-section .modal-content .modal-body .form2 input::placeholder, .subscribe-section .modal-content .modal-body .form3 input::placeholder {
  color: #d1d1d1;
}
.subscribe-section .modal-content .modal-body .form1 button, .subscribe-section .modal-content .modal-body .form2 button, .subscribe-section .modal-content .modal-body .form3 button {
  margin: 20px 0;
  height: 40px;
  width: 150px;
  background: #e9001e;
  border: 1px solid #e9001e;
}
.subscribe-section .modal-content .modal-body .error {
  font-weight: normal;
  color: #f73743;
}
.subscribe-section .modal-content .modal-body .nopadding {
  padding-right: 5px;
  padding-left: 5px;
}
.subscribe-section .modal-content .modal-body .submit {
  height: 40px;
  width: 130px;
  background: #e9001e;
  border: 1px solid #e9001e;
}
.subscribe-section .modal-content .modal-body h4 {
  font-size: 22px;
  font-weight: bold;
  float: left;
  padding-left: 80px;
  padding-top: 20px;
}

/* blog section */
.blogsection {
  background: #fff;
  padding: 120px 0 70px;
}
.blogsection p {
  text-align: center;
  height: 110px;
}
.blogsection h3 {
  font-size: 23px;
  font-weight: unset;
}
.blogsection .arab-content {
  padding: 54px 0px;
}
.blogsection .caption {
  padding: 10px 15px;
}
.blogsection .blog-btn {
  padding-bottom: 20px;
}
.blogsection .blog-read-more-btn {
  background: transparent;
  border: 1px solid #5e6063;
  color: #5e6063;
  transition: 0.5s;
  border-radius: 0;
}
.blogsection .blog-read-more-btn:hover {
  background: #5e6063;
  color: #fff;
  transition: 0.5s;
}
.blogsection .thumbnail {
  border: none;
  margin-bottom: 40px;
}
.blogsection .app-image {
  position: relative;
}
.blogsection .app-image .main-image {
  margin: auto;
  width: 100%;
  height: 165px;
}
.blogsection .app-image .overlap-image {
  position: absolute;
  top: -25%;
  height: 80px;
  width: 100%;
  text-align: center;
}
.blogsection .app-image .overlap-image img {
  margin: 0 auto;
}

.overlap-image:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 4px #e9001e;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}

.overlap-image img {
  border-radius: 50%;
  transition: all 0.3s linear;
  cursor: pointer;
}

.overlap-image img:hover {
  background: #e9001e;
  transition: all 0.3s linear;
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.overlap-image img:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.news {
  background: url("../images/news.png") center no-repeat;
}

.blog {
  background: url("../images/blog.png") center no-repeat;
}

.blog-card {
  max-width: 550px;
  width: 100%;
  height: 364px;
  /*position: absolute;*/
  /*font-family: 'Droid Serif', serif;*/
  color: #fff;
  top: 20%;
  right: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0px 10px 20px -9px rgba(0, 0, 0, 0.5);
  text-align: center;
  transition: all 0.4s;
  /*background: url('https://unsplash.it/600/800?image=1061') center no-repeat;*/
  background-size: 100%;
}

.blog-card a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
}

.blog-card .color-overlay {
  background: rgba(64, 84, 94, 0.5);
  width: 550px;
  height: 500px;
  /*position: absolute;*/
  z-index: 10;
  top: 0;
  left: 0;
  transition: background 0.3s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.blog-card .gradient-overlay {
  background-image: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.6) 21%);
  width: 550px;
  height: 500px;
  position: absolute;
  top: 350px;
  left: 0;
  z-index: 15;
}

.blog-card:hover {
  box-shadow: 0px 18px 20px -9px rgba(0, 10, 30, 0.75);
}

.blog-card:hover .card-info {
  opacity: 1;
  bottom: 100px;
}

.blog-card:hover .color-overlay {
  background: rgba(64, 64, 70, 0.8);
}

.blog-card:hover .title-content {
  margin-top: 50px;
}

.title-content {
  text-align: center;
  margin: 170px 0 0 0;
  position: absolute;
  z-index: 20;
  width: 100%;
  top: -30px;
  left: 0;
  transition: all 0.6s;
}

.blog-card:hover h3:after {
  animation: changeLetter 0.3s 1 linear;
  width: 80%;
}

.blog-card h3, h1 {
  font-size: 1.9em;
  font-weight: 400;
  /*font-family: 'Abril Fatface', serif;*/
  margin-bottom: 0;
  display: inline-block;
  text-transform: capitalize;
}

.blog-card h3 a {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  transition: all 0.2s;
}

.blog-card h3 a:hover {
  text-shadow: 0px 8px 20px rgba(0, 0, 0, 0.95);
}

h3:after {
  content: " ";
  display: block;
  width: 0%;
  height: 2px;
  margin: 10px auto;
  border: 0;
  background: #BDA26B;
  transition: all 0.2s;
}

@keyframes changeLetter {
  0% {
    width: 10%;
  }
  100% {
    width: 80%;
  }
}
.intro {
  width: 170px;
  margin: 0 auto;
  color: #ddd;
  font-style: italic;
  line-height: 18px;
}

.intro a {
  color: #ddd;
}

.intro a:hover {
  text-decoration: underline;
}

.card-info {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  position: absolute;
  bottom: -40px;
  left: 0;
  margin: -35px auto;
  padding: 0 50px;
  font-style: 16px;
  line-height: 24px;
  z-index: 20;
  opacity: 0;
  transition: bottom 0.64s, opacity 0.63s cubic-bezier(0.33, 0.66, 0.66, 1);
}

.card-info a {
  display: block;
  width: 100px;
  margin: 15px auto;
  background: #fff;
  color: #444;
  padding: 0px 8px;
  border-radius: 2px;
  font-size: 0.8em;
}

.card-info a:hover {
  background: #8e7c49;
  color: #fff;
}

.card-info a:hover span {
  filter: brightness(10);
  opacity: 1;
}

/* modal styling */
.modal-content {
  background: white;
  padding: 10px;
}

.modal-body {
  background: rgba(239, 239, 239, 0.58);
}
.modal-body #subscribe {
  padding: 0 50px;
}
.modal-body #subscribe input {
  width: 100%;
  height: 10px;
  margin: 10px 0;
  border: none;
  padding: 15px;
  color: #000;
}
.modal-body #subscribe input:focus {
  outline: none;
}
.modal-body #subscribe input::placeholder {
  color: #d1d1d1;
}
.modal-body #subscribe button {
  margin: 0;
  height: 40px;
  width: 150px;
  background: #f73743;
  border: 1px solid #f73743;
  text-align: center;
  transition: 0.8s all;
}
.modal-body #subscribe button:hover {
  background: #fff;
  color: #f73743;
}
.modal-body .foo-submit {
  height: 40px;
  width: 130px;
  background: #e9001e;
  border: 1px solid #e9001e;
}

.modal-footer {
  text-align: center;
  padding: 15px 15px 0;
  border-top: 0;
}

.card-bg {
  webkit-box-shadow: 2px 10px 17px -4px rgba(0, 0, 0, 0.42);
  -moz-box-shadow: 2px 10px 17px -4px rgba(0, 0, 0, 0.42);
  box-shadow: 2px 10px 17px -4px rgba(0, 0, 0, 0.42);
  background: rgba(241, 241, 241, 0.8);
  margin: 0 10px;
  padding: 0 5px;
}

/*-------------------------*/
.industry-sol .bg-img h2 {
  margin-top: 42px;
  padding-bottom: 18px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  font-family: maven-meium;
}

.blogsection h2 {
  font-size: 23px;
  font-weight: unset;
  text-align: center;
  text-transform: uppercase;
  font-family: maven-meium;
}

.carousel-inner h3 {
  /*all:unset;*/
  text-align: left;
  font-size: 18px;
  font-family: maven-regular;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0;
  margin: 0 0 10px;
  /*padding-bottom: 20px;*/
}
.carousel-inner h3:after {
  margin: 0;
}

.recent-products h3 {
  font-size: 32px;
  font-family: maven-meium;
  font-weight: 500;
  text-transform: capitalize;
}

/*-------------------------*/
@media (max-width: 500px) {
  .card-info {
    display: block;
    margin: -85px auto;
  }

  .blog-card:hover .title-content, .title-content {
    margin-top: 40px;
  }

  .blog-card {
    height: 300px;
  }

  .blog-card h3 {
    font-size: 1.3em;
  }

  .intro {
    font-size: 0.8em;
  }
}
@media (max-width: 768px) {
  .industry-sol .sol-desc .heading:after {
    margin: 10px auto !important;
  }
}
@media (width: 320px) {
  .landing-section .carousel-inner .carousel-caption {
    width: 290px !important;
  }
}
.contact-success-msg {
  position: absolute;
  top: 107px;
  /* left: 50%; */
  /* width: 100%; */
  z-index: 1;
  /* transform: translateX(-50%); */
  text-align: center;
}

.contact-section .contact-heading {
  background-image: url("../images/contact/landing-product.png");
  min-height: 200px;
}
.contact-section .contact-heading .page-heading {
  padding-top: 100px;
  text-align: left;
  color: #fff;
}
.contact-section .contact-heading .page-heading h1 {
  font-family: maven-blold;
}
.contact-section .contact-form {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.contact-section .contact-form iframe {
  /*-webkit-filter: grayscale(100%);*/
}
.contact-section .contact-form .contact-bg .form {
  /*position: absolute;*/
  /*background: rgb(255, 255, 255);*/
  /*padding: 30px 30px 10px;*/
  padding: 50px 10px;
  width: 100%;
  /* float: right; */
  /*right: 130px;*/
  /*top: -570px;*/
  /*box-shadow: 0px 0px 26px #ccc;*/
}
.contact-section .contact-form .contact-bg .form form {
  background: #fff;
}
.contact-section .contact-form .contact-bg .form h1 {
  width: 100%;
  text-align: center;
  color: #f73743;
  font-size: 28px;
  font-weight: bold;
  padding: 20px 0 35px;
}
.contact-section .contact-form .contact-bg .form input, .contact-section .contact-form .contact-bg .form textarea {
  width: 100%;
  height: 40px;
  margin: 10px 0;
  border: none;
  border-radius: 0;
  padding: 15px;
  color: #000;
  margin-bottom: 5px;
}
.contact-section .contact-form .contact-bg .form input::placeholder {
  color: #857a7a;
}
.contact-section .contact-form .contact-bg .form textarea {
  max-height: 100px;
  max-width: 100%;
  height: 100px;
  margin-bottom: 0;
}
.contact-section .contact-form .contact-bg .form textarea::placeholder {
  color: #857a7a;
}
.contact-section .contact-form .contact-bg .form button {
  height: 40px;
  width: 150px;
  margin: 20px 0;
  border: 1px solid #e9001e;
  transition: all 0.5s;
  background: #e9001e;
}
.contact-section .contact-form .contact-bg .form button:hover {
  background: #fff;
  color: #e9001e;
}
.contact-section .contact-form .contact-bg .form button:focus {
  border: none;
}
.contact-section .contact-form .contact-bg .error {
  color: #f73743;
  margin-bottom: 10px;
}
.contact-section .contact-form .input-lg {
  font-size: 14px;
}
.contact-section .sales-contact {
  background: #f73743;
  padding: 15px;
  color: #fff;
}
.contact-section .sales-contact h2 {
  font-size: 25px;
  margin-top: 10px;
  line-height: 30px;
}
.contact-section .address {
  padding: 50px 0;
}
.contact-section .address .address-bg {
  background: #edeaeb;
  border-top: 5px solid #e9001e;
  border-radius: 14px;
}
.contact-section .address .address-bg img {
  margin: 30px auto;
}
.contact-section .address .address-bg h1 {
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: maven-regular;
}
.contact-section .address .address-bg .headoff-address {
  padding-top: 30px;
}
.contact-section .address .address-bg p {
  font-size: 16px;
  line-height: 30px;
}
.contact-section .address .address-bg a {
  text-decoration: none;
}
.contact-section .address .other-add {
  padding: 60px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
}
.contact-section .address .other-add .address-bg {
  min-height: 511px;
}
.contact-section .address a {
  color: #333;
}
.contact-section .address .add {
  padding: 0 30px 20px;
}
.contact-section .address .add h2 {
  font-size: 20px;
  margin: 0;
}

.map-iframe {
  visibility: hidden;
}

.contact-form {
  background-image: url("../images/contact/shutterstock.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.margin-zero {
  margin: 0;
}

.career-success-msg {
  position: absolute;
  top: 107px;
  left: 50%;
  width: 100%;
  z-index: 1;
  transform: translateX(-50%);
  text-align: center;
}

.apply-section {
  background-image: url("../images/career/career_bg.jpg");
  padding: 80px 0;
}
.apply-section .apply-heading {
  text-align: center;
  color: white;
}
.apply-section .apply-form-wrapper {
  padding: 30px 0 0;
}
.apply-section .apply-form-wrapper input,
.apply-section .apply-form-wrapper select {
  font-size: 16px;
}
.apply-section .apply-form-wrapper select::placeholder {
  color: #9c9999;
}
.apply-section .apply-form-wrapper .career-submit {
  display: block;
  margin: 10px auto;
  background: #f73743;
  color: white;
  border: 1px solid red;
  padding: 8px 20px;
  font-size: 16px;
}

.job-opening {
  padding: 50px 0;
}
.job-opening .job-heading {
  margin-top: 25px;
  margin-bottom: 15px;
}
.job-opening ul {
  padding-left: 15px;
}
.job-opening ul li {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: maven-regular;
}

.training-desc h2 {
  font-size: 22px;
  font-family: unset;
}
.training-desc h3 {
  color: #fff;
  font-size: 17px;
  text-transform: capitalize;
  text-align: left;
  font-weight: unset;
  font-family: unset;
  font-family: maven-regular;
}

/* common styling */
.df {
  display: flex;
}

.m0a {
  margin: 0 auto;
}

/* product page styling */
.product-section {
  border-bottom: 1px solid #fff;
}
.product-section .product-short-desc {
  padding: 20px;
  /* h3{
       text-transform: inherit;
   }*/
}
.product-section .product-short-desc img {
  margin: 0 auto;
}
.product-section .product-short-desc a {
  border: 1px solid #f73743;
  cursor: pointer;
  background: #f73743;
}
.product-section .product-short-desc a:hover {
  background: #fff;
}
.product-section .product-short-desc h1 {
  text-transform: inherit;
  text-align: center;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
  font-family: maven-meium;
}
.product-section .product-list {
  background: #303743;
  color: #fff;
  padding: 30px 60px;
}
.product-section .product-list .col-styling {
  padding-left: 60px;
}
.product-section .product-list .col-styling ul {
  padding: 5px 18px;
}
.product-section .product-list .br {
  border-right: 1px solid #f73743;
}
.product-section .product-list h4 {
  color: #f73743;
}
.product-section .product-list a {
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}
.product-section .product-list a:hover {
  color: #f73743;
}

/*----Discontinued product------*/
.discontinued-product a {
  font-size: 18px !important;
  color: #f73743 !important;
}

.product-list h2 {
  color: #f73743;
  font-size: 18px;
  font-family: unset;
}
.product-list h3 {
  text-align: left;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: unset;
  margin: 0;
}
.product-list h3:after {
  all: unset;
}

.top-panel a {
  text-decoration: none;
  color: #fff;
}
.top-panel a:hover {
  text-decoration: none;
  color: #fff;
}

/*--------------------------*/
/* media queries */
.company-tiles {
  padding: 150px 0;
}
.company-tiles .bg-img {
  height: 320px;
}
.company-tiles .bg-img img {
  height: 100%;
  width: 100%;
}
.company-tiles .bg-img:hover .overlay .text {
  margin-top: -70px;
}
.company-tiles .text h1, .company-tiles h2 {
  margin-top: 42px;
  padding-bottom: 18px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  font-family: maven-meium;
}

.company-container .standard-link {
  padding: 5px 12px;
  font-size: 18px;
}

.bg {
  background-color: #f1f3f6;
  box-shadow: inset 0px 0px 15px 2px rgba(0, 0, 0, 0.09);
}

.wwa {
  padding: 110px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.wwa .wwa-desc {
  font-family: maven-regular;
  line-height: 28px;
  text-align: justify;
  font-size: 16px;
}
.wwa .wwa-desc p {
  padding: 10px 50px;
  font-size: 14px;
}
.wwa .wwa-img {
  text-align: center;
}
.wwa .wwa-img img {
  margin: 0 auto;
}
.wwa .border {
  border-left: 3px solid #e9001e;
}

.management {
  padding: 110px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
}
.management .management-desc {
  text-align: center;
}
.management h4, .management h1 {
  font-weight: bold;
}
.management p {
  text-align: justify;
  font-size: 14px;
}
.management p:first-letter {
  padding-left: 80px;
}
.management .position {
  text-align: center;
  font-size: 16px;
}
.management .position:first-letter {
  padding-left: 0;
}
.management .avatar {
  height: 150px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.management h1 {
  font-weight: bold;
  font-size: 18px;
  font-family: sans-serif;
  margin: 10px 0px;
  /*display:block;*/
  padding-bottom: 0px;
}

.awards-certificate {
  height: 450px;
}
.awards-certificate h3 {
  padding: 20px;
}
.awards-certificate .slick-slide img {
  padding: 20px 0;
  margin: 0 auto;
  display: block;
}
.awards-certificate .slick-arrow {
  position: absolute;
  top: 108%;
  cursor: pointer;
  font-size: 30px;
  color: black;
}
.awards-certificate .next {
  left: 533px;
}
.awards-certificate .preview {
  left: 590px;
}

/*-------who-we-are-------------*/
.who-we-are-section h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0px;
}

/*-------who-we-are close-------------*/
.product-info {
  background: #737373;
}
.product-info .product-name {
  padding: 15px;
}
.product-info .product-name .product-title {
  color: #f7f7f7;
  margin: 0;
  padding: 10px;
}
.product-info .download {
  margin: 20px;
}
.product-info .download-button {
  color: #f7f7f7;
  background: #737373;
  border: 1px solid #fff;
  padding: 10px;
  float: right;
  transition: 0.8s all;
  text-decoration: none;
}
.product-info .download-button:hover {
  background: #fff;
  color: #323743;
}

.product-description .product-image {
  margin-top: 50px;
}
.product-description .lSSlideOuter .lSPager.lSGallery {
  position: absolute;
  top: 45px;
  display: grid;
}
.product-description .lSSlideOuter .lSPager.lSGallery img {
  margin: 10px auto;
  border: 1px solid #e2595d;
}
.product-description .lSSlideOuter .lSPager.lSGallery img:hover {
  border: 1px solid #e2595d;
}
.product-description .lSSlideOuter .lSPager.lSGallery li.active {
  border-radius: 0;
  opacity: 0.5;
}
.product-description .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
}
.product-description .lSSlideOuter .lSAction {
  display: none !important;
}
.product-description .download-brochure {
  text-align: center;
  margin: 10px 0;
}
.product-description .download-brochure .standard-link {
  height: 40px;
  width: 150px;
  /* background: transparent; */
  color: #171616;
  font-size: 14px;
  border: 1px solid #0b0b0b;
  font-family: maven-regular;
  text-decoration: none;
}
.product-description .product-details {
  margin-top: 30px;
}
.product-description .product-details .panel-group .panel-heading {
  background: #de4348;
  color: #fff;
}
.product-description .product-details .key-list {
  font-family: maven-regular;
  text-align: justify;
}
.product-description .product-details .key-list li {
  font-size: 14px;
  line-height: 22px;
}
.product-description .product-details p {
  font-size: 14px;
  line-height: 22px;
}
.product-description .product-details .panel-title {
  padding: 8px 0;
}
.product-description .product-details h3 {
  text-align: left;
  font-weight: normal;
}
.product-description .product-details .panel-body .key-list {
  padding-left: 15px;
}
.product-description .slide {
  padding: 10px;
}
.product-description .slide img {
  border: 1px solid #e2595d;
}

.slick-prev:before, .slick-next:before {
  content: none;
}

.slick-arrow {
  color: black;
}

.slick-slide:focus {
  outline: none;
}

.slick-dots li button:before {
  font-size: 12px;
}

.other-products {
  padding: 40px 10px;
}
.other-products .title {
  padding: 0 20px;
}
.other-products .title h1 {
  padding-bottom: 5px;
}
.other-products .slick-slider {
  padding: 10px 0;
}
.other-products .slide a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
}
.other-products .slide a:focus {
  border-color: #000;
}
.other-products .slide img {
  margin: 0 auto;
  height: 180px;
  width: 200px;
}

/* demo page styling */
.main-wrapper {
  position: relative;
}

.left {
  position: absolute;
}

.img-slider {
  margin: 50px 0;
}
.img-slider img {
  margin: 0 auto;
}
.img-slider .lSSlideOuter.vertical .lSGallery {
  left: 0;
}
.img-slider .lSSlideOuter.vertical .lSGallery li {
  height: 80px;
}
.img-slider .lSSlideOuter.vertical .lSPrev,
.img-slider .lSSlideOuter.vertical .lSNext {
  display: none;
}

/*---smart-cowork---------*/
.cowork-img-padding {
  padding: 50px;
}

/*------------*/
@media (max-width: 480px) {
  .product-info .download {
    margin: 0;
  }
  .product-info .download .download-button {
    margin-right: 30%;
    margin-bottom: 10px;
  }

  .product-title {
    text-align: center;
  }
}
/* common class */
.wrapper .menu-item.sector-menu {
  width: 25%;
}
.wrapper .content {
  background: #f9f9f9;
}
.wrapper .content .bank-bg {
  background-image: url("../images/sector/bank-sec.jpg");
}
.wrapper .content .pharma-bg {
  background-image: url("../images/sector/pharma-sec.png");
}
.wrapper .content .datacenter-bg {
  background-image: url("../images/sector/datacenter_new_bg.png");
}
.wrapper .content .retail-bg {
  background-image: url("../images/sector/H&M_Kokkola_20170502 2.jpg");
}
.wrapper .content .df {
  align-items: center;
}
.wrapper .content .video-section {
  text-align: center;
  padding: 100px 0;
  display: flex;
}
.wrapper .content .video-section p {
  font-size: 16px;
  /*text-align: justify;*/
  text-align: left;
}
.wrapper .content .video-section a {
  font-size: 100px;
  color: #fff;
}
.wrapper .content .video-section .play-btn {
  background: transparent;
  border: none;
  outline: none;
}
.wrapper .content .video-section .video-icon {
  color: #fff;
}
.wrapper .content .video-section .video-desc {
  align-items: center;
  padding: 0 50px;
  text-align: center;
  color: #fff;
}
.wrapper .content .video-section .video-desc h1 {
  font-size: 32px;
  font-weight: bold;
}
.wrapper .content .video-section .video-frame {
  height: 400px;
  padding: 0 50px;
}
.wrapper .content .video-section .modal-body {
  background: transparent;
}
.wrapper .content .product-info {
  background: #efefef;
  padding: 50px;
}
.wrapper .content .product-info .download {
  margin: 20px;
}
.wrapper .content .product-info .download-button {
  margin: 20px;
  color: #f7f7f7;
  border: 1px solid #fff;
  padding: 10px;
  transition: 0.8s all;
}
.wrapper .content .product-info .download-button:hover {
  background: #fff;
  color: #323743;
}
.wrapper .content .product-info img {
  margin: 0 auto;
}
.wrapper .content .product-info li {
  list-style: none;
}
.wrapper .content .product-info li:before {
  content: "";
  font-family: "FontAwesome";
  float: left;
  margin-left: -2em;
}
.wrapper .content .product-info p {
  font-size: 16px;
  text-align: justify;
  color: #000;
}
.wrapper .client-tabs {
  margin: 50px 0;
  padding: 15px 0;
}
.wrapper .solutions-list .mtb-2 {
  margin: 50px 0;
}
.wrapper .solutions-list h4 {
  text-transform: uppercase;
  color: #f73743;
}
.wrapper .solutions-list ul {
  list-style: none;
  padding: 0;
}
.wrapper .solutions-list a {
  color: #000;
  text-decoration: none;
}
.wrapper .solutions-list a:hover {
  color: #f73743;
}
.wrapper .multiple-items img {
  margin: 0 auto;
}
.wrapper .multiple-items img:focus {
  border: 1px solid #f73743;
}
.wrapper .tab-content {
  margin: 80px 0;
}
.wrapper .tab-content img {
  margin: 0 auto;
}
.wrapper .standard-link {
  padding: 6px 6px 6px;
  background: #f73743;
  font-size: 16px;
  border: 1px solid #f73743;
}
.wrapper .standard-link:hover {
  color: #f73743;
  border: 1px solid #f73743;
  background: transparent;
}
.wrapper .slick-arrow {
  font-size: 40px;
  cursor: pointer;
}
.wrapper .next {
  position: absolute;
  left: -20px;
  top: 23px;
}
.wrapper .preview {
  position: absolute;
  right: -20px;
  top: 23px;
}
.wrapper .solutions {
  padding: 50px 0;
  margin: 0 100px;
}
.wrapper .solutions .title {
  margin-bottom: 40px;
  font-size: 22px;
}
.wrapper .solutions .mb-5 {
  margin-bottom: 50px;
}
.wrapper .solutions .sub-title {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
}
.wrapper .solutions h4 {
  font-weight: bold;
}
.wrapper .solutions p {
  text-align: justify;
}
.wrapper .solutions img {
  margin: 0 auto;
}
.wrapper .sector-testimonial-wrapper {
  padding: 40px 0;
  margin: 0 90px;
}
.wrapper .sector-testimonial-wrapper .sector-testimonial {
  margin-bottom: 15px;
}
.wrapper .sector-testimonial-wrapper .sector-testimonial::before {
  position: relative;
  top: -10px;
  font-family: FontAwesome;
  content: "";
  font-size: 10px;
  color: #333;
}
.wrapper .sector-testimonial-wrapper .sector-testimonial::after {
  position: relative;
  top: -6px;
  font-family: FontAwesome;
  content: "";
  font-size: 10px;
  color: #333;
}
.wrapper .download-testimonial-pdf {
  padding: 6px;
  color: #fff;
  background: #f73743;
  font-size: 16px;
  border: 1px solid #f73743;
  text-decoration: none;
}
.wrapper .testimonals .testimonal-wrapper {
  padding: 30px 0;
  margin: 0 90px;
}
.wrapper .testimonals .testimonial-header {
  font-weight: bold;
  font-size: 22px;
}
.wrapper .testimonals .testimonial-text {
  padding-bottom: 14px;
}
.wrapper .testimonial-title-pt {
  padding-top: 40px;
}

.solutions h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0px;
  font-family: maven-meium;
}
.solutions h2 {
  font-weight: bold;
  font-size: 18px;
  font-family: maven-meium;
  font-family: sans-serif;
}

/* common styling */
.overlay {
  height: 55px;
}

.text {
  top: 67%;
}

.text h3 {
  margin-top: 42px;
}

.solutions-tiles {
  padding: 130px 0;
}
.solutions-tiles .bg-img {
  height: 320px;
}
.solutions-tiles .bg-img img {
  height: 100%;
  width: 100%;
}
.solutions-tiles .bg-img:hover .overlay .text {
  margin-top: -70px;
}
.solutions-tiles .text h1, .solutions-tiles h2 {
  margin-top: 42px;
  padding-bottom: 18px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  font-family: maven-meium;
}

.wrapper .menu-item {
  width: 33%;
}
.wrapper .content .common-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.wrapper .content .securtiy-sol {
  background-image: url("../images/solutions/Access-control-solution-back.png");
}
.wrapper .content .timeattendance-bg {
  background-image: url("../images/solutions/Time&attendence-solution-back.png");
}
.wrapper .content .integratedsol-bg {
  background-image: url("../images/solutions/smart-integra-solution-back.png");
}
.wrapper .content .common-slide {
  width: auto;
}
.wrapper .content .solution-section {
  height: 550px;
  text-align: center;
}
.wrapper .content .solution-desc {
  width: 40%;
  position: absolute;
  right: 50px;
  top: 200px;
  margin: 0 100px;
  text-align: center;
  color: #fff;
}
.wrapper .content .solution-desc h1 {
  font-size: 32px;
  font-weight: bold;
}
.wrapper .content .solution-category {
  position: relative;
  top: -100px;
}
.wrapper .content .solution-category .solution-title {
  background: #f44a45;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
}
.wrapper .content .solution-category .solution-title h2 {
  padding: 2px 0;
  margin-top: 10px;
  font-size: 20px;
}
.wrapper .content .solution-category .solution-product {
  background: #f5f5f5;
}
.wrapper .content .solution-category .solution-product ul {
  padding: 40px 20px;
}
.wrapper .content .solution-category .solution-product li {
  list-style: none;
  padding: 5px;
}
.wrapper .content .solution-category .solution-product a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.wrapper .content .solution-category .solution-product a:hover {
  color: #f73743;
}

.media-header .media-heading {
  background: url("../images/media/Media_smati_02.png");
  min-height: 200px;
}
.media-header .media-heading .page-heading {
  padding-top: 100px;
  text-align: left;
  color: #fff;
}
.media-header .media-heading .page-heading h1 {
  font-family: maven-blold;
}

.news-container {
  padding: 50px 0;
}
.news-container .container {
  width: 70%;
  margin: 0 auto;
}
.news-container .row {
  padding: 20px 0px;
  border-bottom: 2px solid #ddd;
}
.news-container .row img {
  border: 2px solid #FF9220;
  border-radius: 4px;
}
.news-container .news-display {
  display: flex;
  align-items: center;
}
.news-container h3 {
  margin: 0 auto;
}
.news-container p {
  margin: -15px 0 10px;
}

.events-container .container {
  width: 70%;
  margin: 0 auto;
}
.events-container .container .nav-tabs {
  border-bottom: none;
}
.events-container .container .nav-tabs > li.active > a {
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;
}
.events-container .container .nav-tabs > li > a:hover {
  border-bottom-color: #FF9220;
  background: transparent;
}
.events-container .container .events-tabs > li > a {
  color: #333333;
}
.events-container .container .events-tabs > li.active > a, .events-container .container .events-tabs > li.active > a:focus, .events-container .container .events-tabs > li.active > a:hover {
  color: #FF9728;
  cursor: default;
  background-color: #fff;
  border-bottom-color: #FF9728;
}
.events-container .container .events-tab-content .row {
  padding: 5% 0px;
}

.cp-item .cp-image figcaption {
  padding-top: 60%;
}

.cp-image li {
  display: inline-block;
  width: 100%;
  position: relative;
}
.cp-image figure {
  position: relative;
  max-width: 100%;
  display: block;
}
.cp-image figcaption {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  display: table-cell;
  vertical-align: middle;
  /* text-align: Center; */
  -webkit-transition: all 0.3s ease-out 0.25s;
  -moz-transition: all 0.3s ease-out 0.25s;
  -ms-transition: all 0.3s ease-out 0.25s;
  -o-transition: all 0.3s ease-out 0.25s;
  transition: all 0.3s ease-out 0.25s;
}
.cp-image button {
  padding: 1px 9px;
  display: inline-block;
  color: #ff8a41;
  border: 1px solid;
  margin-top: 3px;
  background: transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cp-image button:hover {
  background: #ff8a41;
  color: #fff;
}

.cp-caption-title a {
  color: #000 !important;
  font-weight: 300;
}

.cp-caption-desc a {
  color: #FF9220;
  font-size: 15px;
  border: 1px solid #ff9220;
  padding: 3%;
}
.cp-caption-desc a:hover {
  color: #FFF;
  font-size: 15px;
  border: 1px solid #ff9220;
  background: #FF9220;
  text-decoration: none;
}

.cp-caption-title {
  font-size: 15px !important;
  -webkit-transition: all 0.3s ease-out 0.25s;
  -moz-transition: all 0.3s ease-out 0.25s;
  -ms-transition: all 0.3s ease-out 0.25s;
  -o-transition: all 0.3s ease-out 0.25s;
  transition: all 0.3s ease-out 0.25s;
  position: relative;
  line-height: 20px;
  margin-bottom: 5px;
}

.cp-caption-desc {
  font-size: 13px !important;
  -webkit-transition: all 0.3s ease-out 0.25s;
  -moz-transition: all 0.3s ease-out 0.25s;
  -ms-transition: all 0.3s ease-out 0.25s;
  -o-transition: all 0.3s ease-out 0.25s;
  transition: all 0.3s ease-out 0.25s;
  position: relative;
  padding: 0px 20px;
  line-height: 20px;
}
.cp-caption-desc a {
  color: #FF9220;
  font-size: 15px;
  border: 1px solid #ff9220;
  padding: 3%;
}

.cp-image-hover figure:hover figcaption,
.cp-image-hover figure.cs-hover figcaption {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
  /* cursor: pointer; */
}

.cp-image-hover figure:hover figcaption .cp-caption-title,
.cp-image-hover figure:hover figcaption .cp-caption-desc {
  opacity: 1;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

figure {
  padding: 0px 0px 0px 0px;
  max-width: 100%;
  list-style: none;
  text-align: center;
}

.cp-image-hover figure {
  overflow: hidden;
}
.cp-image-hover figure img {
  width: 100%;
  height: auto;
}
.cp-image-hover figure .cp-caption-title {
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.cp-image-hover figure figcaption .cp-caption-desc {
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
.cp-image-hover figcaption {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 10px;
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.company-tiles {
  padding: 150px 0;
}
.company-tiles .bg-img {
  height: 320px;
}
.company-tiles .bg-img img {
  height: 100%;
  width: 100%;
}
.company-tiles .bg-img:hover .overlay .text {
  margin-top: -70px;
}
.company-tiles .text h1, .company-tiles h2 {
  margin-top: 42px;
  padding-bottom: 18px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  font-family: maven-meium;
}

.company-container .standard-link {
  padding: 5px 12px;
  font-size: 18px;
}

.bg {
  background-color: #f1f3f6;
  box-shadow: inset 0px 0px 15px 2px rgba(0, 0, 0, 0.09);
}

.wwa {
  padding: 110px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.wwa .wwa-desc {
  font-family: maven-regular;
  line-height: 28px;
  text-align: justify;
  font-size: 16px;
}
.wwa .wwa-desc p {
  padding: 10px 50px;
  font-size: 14px;
}
.wwa .wwa-img {
  text-align: center;
}
.wwa .wwa-img img {
  margin: 0 auto;
}
.wwa .border {
  border-left: 3px solid #e9001e;
}

.management {
  padding: 110px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
}
.management .management-desc {
  text-align: center;
}
.management h4, .management h1 {
  font-weight: bold;
}
.management p {
  text-align: justify;
  font-size: 14px;
}
.management p:first-letter {
  padding-left: 80px;
}
.management .position {
  text-align: center;
  font-size: 16px;
}
.management .position:first-letter {
  padding-left: 0;
}
.management .avatar {
  height: 150px;
  border: 1px solid #ddd;
  border-radius: 50%;
}
.management h1 {
  font-weight: bold;
  font-size: 18px;
  font-family: sans-serif;
  margin: 10px 0px;
  /*display:block;*/
  padding-bottom: 0px;
}

.awards-certificate {
  height: 450px;
}
.awards-certificate h3 {
  padding: 20px;
}
.awards-certificate .slick-slide img {
  padding: 20px 0;
  margin: 0 auto;
  display: block;
}
.awards-certificate .slick-arrow {
  position: absolute;
  top: 108%;
  cursor: pointer;
  font-size: 30px;
  color: black;
}
.awards-certificate .next {
  left: 533px;
}
.awards-certificate .preview {
  left: 590px;
}

/*-------who-we-are-------------*/
.who-we-are-section h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 0px;
}

/*-------who-we-are close-------------*/
.wrapper .support-menu {
  width: 24.5%;
}

.support-header .support-heading {
  background-image: url("../images/contact/landing-product.png");
  min-height: 200px;
}
.support-header .support-heading .page-heading {
  padding-top: 100px;
  text-align: left;
  color: #fff;
}
.support-header .support-heading .page-heading h1 {
  font-family: maven-blold;
}

.contact-heading {
  color: #fff;
}

.support-section {
  background-image: url("../images/contact/support.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 40%;
}
.support-section .support-content {
  padding: 80px 0;
}
.support-section .support-content h1 {
  font-weight: bold;
  padding-bottom: 10px;
}
.support-section .support-content h6 {
  font-size: 19px;
}
.support-section .support-level {
  padding: 20px 0;
  align-content: center;
  color: #fff;
}
.support-section .support-level .background {
  background: #df2a38;
  padding: 20px 10px;
}
.support-section .support-level .background h4 {
  font-weight: bold;
}
.support-section .support-level .background p {
  font-size: 16px;
}
.support-section .support-level .background span {
  font-weight: bold;
}
.support-section .support-level .level1-desc {
  border-radius: 10px;
  padding: 20px 20px 40px;
  margin: 15px 0;
}
.support-section .support-level .level2-desc {
  border-radius: 10px;
  padding: 20px 20px 40px;
  margin: 20px 0;
}
.support-section .support-level .level2-desc p {
  line-height: 24px;
}
.support-section .support-level .level2-desc i {
  margin: 0 15px;
  font-size: 12px;
}
.support-section .support-level .note-title {
  margin-top: 20px;
}
.support-section .support-level .note a {
  text-decoration: none;
  color: #fff;
}

.training-section {
  background: #24272d;
  color: #fff;
}
.training-section .training-content {
  padding: 50px 0;
}
.training-section .training-content p {
  font-size: 17px;
}
.training-section .training-content h1 {
  font-weight: bold;
}
.training-section .training-desc .border {
  border-right: 2px solid #fff;
}
.training-section .training-desc h4 {
  font-size: 22px;
}
.training-section .training-desc ul {
  padding-left: 15px;
}
.training-section .training-desc ul li {
  color: #e9001e;
  font-size: 28px;
}
.training-section .training-desc ul li p {
  color: #fff;
}

.service-section {
  padding: 30px 0 80px;
}
.service-section .service-content {
  padding: 0 80px;
}
.service-section .service-content h1 {
  padding: 50px 0;
  font-weight: bold;
}
.service-section .service-content .service-desc {
  border-top: 10px solid #e9001e;
  border-bottom: 2px solid #ddd;
  background: #eaeaeb;
}
.service-section .service-content .service-desc h5 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 0;
}
.service-section .service-content .service-desc p {
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  padding: 10px 0 30px;
}
@media (max-width: 1366px) {
  .support-section {
    background-position: 40% 50%;
  }
}
@media (max-width: 1024px) {
  .support-section .support-content {
    padding: 40px 15px;
  }
  .support-section .support-content .level1-desc {
    min-height: 421px;
  }

  .service-section .service-content {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .support-section {
    background-position: 0;
  }

  .contact-heading {
    color: #333;
  }
}
@media (max-width: 768px) {
  .support-section .support-content .level1-desc {
    min-height: auto;
  }
}
.clientele-heading {
  background-image: url("../images/contact/landing-product.png");
  min-height: 200px;
}
.clientele-heading .page-heading {
  padding-top: 100px;
  text-align: left;
  color: #fff;
}
.clientele-heading .page-heading h1 {
  font-family: maven-blold;
}

.clientele {
  padding: 65px 0;
}
.clientele .tab-content {
  border-top: 10px solid #f73743;
}
.clientele .nav li a {
  margin-right: 0;
  border: none;
  padding: 0 35px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.clientele .nav li a:hover {
  border: none;
  margin-right: 0;
  background: transparent;
}
.clientele .nav .active a:hover {
  border: none;
  margin-right: 0;
  background: transparent;
}
.clientele .nav .active a:focus {
  border: none;
}
.clientele .nav .active a:after {
  font-family: FontAwesome;
  content: "";
  font-size: 10px;
  color: #e9001e;
  display: block;
  text-align: center;
  margin: 10px;
}
.clientele .clientele-navs {
  width: 67%;
  margin: 0 auto;
}
.clientele .clientele-bg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  background: #eaeaeb;
}
.clientele .clientele-bg .clientele-img {
  margin: 0 auto;
}
.clientele .product-img {
  padding: 50px 0;
  text-align: center;
}
.clientele .product-desc {
  align-items: center;
  padding: 0 50px;
}
.clientele .product-desc h4 {
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .clientele-navs {
    width: 81%;
  }
}
@media (max-width: 768px) {
  .clientele-navs {
    width: 90%;
  }

  .nav li a {
    font-size: 12px;
  }
}
.partner-success-msg {
  position: absolute;
  top: 107px;
  /* left: 50%; */
  /* width: 100%; */
  z-index: 1;
  /* transform: translateX(-50%); */
  text-align: center;
}

.partners-heading {
  background-image: url("../images/contact/landing-product.png");
  min-height: 200px;
}
.partners-heading .page-heading {
  padding-top: 100px;
  text-align: left;
  color: #fff;
}
.partners-heading .page-heading h1 {
  font-family: maven-blold;
}

.global-partners .gp-content {
  padding: 80px 0;
  text-align: center;
}
.global-partners .gp-content h1 {
  text-align: center;
  font-weight: bold;
}
.global-partners .gp-content h1 span {
  color: #e9001e;
}
.global-partners .gp-content h4 {
  padding: 30px 0;
}
.global-partners .gp-content .address-bg {
  background: #edeaeb;
  border-top: 5px solid #e9001e;
  border-bottom: 3px solid #d6d6d6;
  border-radius: 14px;
  min-height: 375px;
}
.global-partners .gp-content .address-bg h1 {
  text-align: left;
  font-size: 18px;
  padding: 20px 0;
}
.global-partners .gp-content .address-bg h2 {
  line-height: 40px;
  padding-bottom: 20px;
}
.global-partners .gp-content .address-bg p {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
.global-partners .gp-content .nopadding {
  padding-right: 5px;
  padding-left: 5px;
}
.global-partners .gp-content .add {
  padding: 20px 15px 20px;
  text-align: left;
}
.global-partners .gp-content .add h2 {
  font-size: 20px;
  margin: 0;
  font-weight: bold;
}

.become-partner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  text-align: center;
  background-image: url("../images/partners/partner.png");
  min-height: 400px;
}
.become-partner .bp-btn {
  width: 350px;
  height: 80px;
  background: transparent;
  border: 1px solid #fff;
  font-weight: bold;
  transition: all 0.6s;
  border-radius: 0;
}
.become-partner .bp-btn:hover {
  background: #f73743;
  border: 1px solid #f73743;
}
.become-partner .bp-btn:focus {
  outline: #fff;
}
.become-partner .modal-content {
  background: white;
  padding: 10px;
}
.become-partner .modal-body {
  background: rgba(239, 239, 239, 0.58);
}
.become-partner .modal-body .form1, .become-partner .modal-body .form2, .become-partner .modal-body .form3 {
  padding: 10px 50px;
}
.become-partner .modal-body .form1 h1, .become-partner .modal-body .form2 h1, .become-partner .modal-body .form3 h1 {
  font-size: 20px;
}
.become-partner .modal-body .form1 input, .become-partner .modal-body .form1 textarea, .become-partner .modal-body .form2 input, .become-partner .modal-body .form2 textarea, .become-partner .modal-body .form3 input, .become-partner .modal-body .form3 textarea {
  width: 100%;
  height: 40px;
  margin: 10px 0;
  border: none;
  padding: 15px;
  color: #000;
}
.become-partner .modal-body .form1 input:focus, .become-partner .modal-body .form1 textarea:focus, .become-partner .modal-body .form2 input:focus, .become-partner .modal-body .form2 textarea:focus, .become-partner .modal-body .form3 input:focus, .become-partner .modal-body .form3 textarea:focus {
  outline: none;
}
.become-partner .modal-body .form1 input::placeholder, .become-partner .modal-body .form2 input::placeholder, .become-partner .modal-body .form3 input::placeholder {
  color: #d1d1d1;
}
.become-partner .modal-body .form1 textarea, .become-partner .modal-body .form2 textarea, .become-partner .modal-body .form3 textarea {
  height: 100px;
}
.become-partner .modal-body .form1 textarea::placeholder, .become-partner .modal-body .form2 textarea::placeholder, .become-partner .modal-body .form3 textarea::placeholder {
  color: #d1d1d1;
}
.become-partner .modal-body .form1 button, .become-partner .modal-body .form2 button, .become-partner .modal-body .form3 button {
  margin: 20px 0;
  height: 40px;
  width: 150px;
  background: #e9001e;
  border: 1px solid #e9001e;
}
.become-partner .modal-body .error {
  color: #f73743;
  font-weight: normal;
  display: block;
  text-align: left;
}
.become-partner .modal-body .nopadding {
  padding-right: 5px;
  padding-left: 5px;
}
.become-partner .modal-body .submit {
  height: 40px;
  width: 130px;
  background: #e9001e;
  border: 1px solid #e9001e;
}
.become-partner .modal-body h4 {
  font-size: 22px;
  font-weight: bold;
  float: left;
  padding-left: 80px;
  padding-top: 20px;
}
.become-partner .modal-body .close {
  font-size: 50px;
  padding-right: 30px;
}

.partners-address {
  padding-bottom: 10px;
}

.authorized-partner .ap-content {
  padding: 80px 100px;
  text-align: center;
}
.authorized-partner .ap-content h1 {
  text-align: center;
  font-weight: bold;
}
.authorized-partner .ap-content h1 span {
  color: #e9001e;
}
.authorized-partner .address-bg {
  background: rgba(237, 234, 235, 0.61);
  border-top: 5px solid #e9001e;
  border-bottom: 3px solid #d6d6d6;
  border-radius: 14px;
  min-height: 392px;
  -webkit-box-shadow: 6px 2px 18px -8px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 6px 2px 18px -8px rgba(0, 0, 0, 0.41);
  box-shadow: 6px 2px 18px -8px rgba(0, 0, 0, 0.41);
}
.authorized-partner .address-bg h1 {
  text-align: left;
  font-size: 18px;
  padding: 20px 0;
  text-transform: uppercase;
}
.authorized-partner .address-bg h2 {
  line-height: 40px;
  padding-bottom: 20px;
}
.authorized-partner .address-bg p {
  font-size: 16px;
  line-height: 30px;
}
.authorized-partner .nopadding {
  padding: 10px;
}
.authorized-partner .add {
  padding: 0 30px 20px;
  text-align: left;
}
.authorized-partner .add h1 {
  font-size: 22px;
  margin: 0;
  font-weight: bold;
}
.authorized-partner .add p {
  font-size: 16px;
}
.authorized-partner .slick-arrow {
  position: absolute;
  top: 105%;
  cursor: pointer;
  color: black;
  font-size: 30px;
}
.authorized-partner .next {
  left: 48%;
}
.authorized-partner .preview {
  right: 48%;
}

@media (max-width: 1024px) {
  .global-partners .gp-content {
    padding: 80px 30px !important;
  }
}
@media (max-width: 768px) {
  .authorized-partner .ap-content {
    padding: 60px 30px;
  }

  .global-partners .gp-content .address-bg {
    min-height: 0;
  }
}
@media (max-width: 480px) {
  .next {
    left: 42% !important;
  }

  .preview {
    right: 47% !important;
  }
}
@media (max-width: 375px) {
  .authorized-partner .ap-content .slick-arrow {
    top: 92% !important;
  }
}
.foo-page-section .foo-page-content h2 {
  text-align: center;
  font-size: 22px;
  font-family: maven-meium;
}
.foo-page-section .foo-page-content p {
  font-size: 15px;
}

.foo-page-section .rnd-custom-style {
  padding: 79px 0;
}

.faq-section {
  padding: 50px 0;
  background: #f9f9f9;
  box-shadow: inset 0px 0px 15px 2px rgba(0, 0, 0, 0.09);
}
.faq-section h1 {
  font-weight: bold;
}
.faq-section .faq-desc .nav-tabs {
  border-bottom: 0;
}
.faq-section .faq-desc .nav-tabs li {
  float: none;
  display: inline-block;
}
.faq-section .faq-desc .nav-tabs li a {
  border: none;
  color: #000;
  font-size: 22px;
  background: transparent;
}
.faq-section .faq-desc .nav-tabs li a:hover {
  background: transparent;
}
.faq-section .faq-desc .nav-tabs li:first-child {
  display: inline-flex;
  align-items: center;
}
.faq-section .faq-desc .nav-tabs li:first-child:after {
  content: " | ";
}
.faq-section .faq-desc .nav-tabs .active {
  font-weight: bold;
}
.faq-section .faq-desc .nav-tabs {
  text-align: center;
}
.faq-section .faq-desc .tab-content {
  padding: 0 50px;
}
.faq-section .faq-desc .card {
  border: 1px solid #000;
  margin: 15px 0;
  background: #313842;
}
.faq-section .faq-desc a {
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}
.faq-section .faq-desc a:hover {
  text-decoration: none;
}
.faq-section .faq-desc a i {
  float: right;
}
.faq-section .faq-desc h5 {
  font-size: 16px;
}
.faq-section .faq-desc .card-header {
  padding: 5px 20px;
}
.faq-section .faq-desc .card-block {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #313842;
  color: #313842;
  font-size: 15px;
  text-align: justify;
}

.training-description {
  padding: 50px 0;
  background: #f9f9f9;
  box-shadow: inset 0px 0px 15px 2px rgba(0, 0, 0, 0.09);
}
.training-description .heading {
  display: block;
  text-align: center;
}
.training-description p {
  text-align: justify;
}
.training-description h4 {
  margin-top: 30px;
  padding: 0 15px;
}
.training-description .training-category {
  width: 100%;
}
.training-description .training-type {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  color: #e22424;
}
.training-description .training-type p {
  padding: 20px 15px;
  border-radius: 15px;
  text-align: center;
  font-size: 18px;
  color: #e22424;
  background: #f5f5f5;
}

.training-highlights-section {
  background: #f5f5f5;
}
.training-highlights-section .training-highlights {
  padding: 50px 0;
  margin: 0 50px;
}
.training-highlights-section .training-highlights li {
  list-style: none;
}
.training-highlights-section .training-highlights li:before {
  content: "";
  font-family: "FontAwesome";
  float: left;
  margin-left: -2em;
}

.training-description h2 {
  margin-top: 30px;
  padding: 0 15px;
  font-size: 18px;
  font-family: unset;
}

.training-type h2 {
  padding: 0;
  margin: 0;
  padding: 20px 15px;
  border-radius: 15px;
  text-align: center;
  font-size: 18px;
  color: #e22424;
  background: #f5f5f5;
}

.training-highlights-section .training-list h3 {
  font-size: 14px;
  font-family: maven-regular;
  text-align: left;
  font-weight: unset;
  text-transform: unset;
  margin: 0px;
  margin: 0px 0px 10px;
}
.training-highlights-section .training-list h3:after {
  margin: 0;
}

.service-section {
  border-bottom: 1px solid #000;
  background: #f9f9f9;
  box-shadow: inset 0px 0px 15px 2px rgba(0, 0, 0, 0.09);
}
.service-section .service-description {
  padding: 30px 0;
}
.service-section .service-description .heading {
  display: block;
  text-align: center;
}
.service-section .service-description p {
  text-align: justify;
  padding: 0 30px;
}
.service-section .service-description:after {
  content: "";
  position: absolute;
  left: 33%;
  width: 550px;
  top: 22%;
}
.service-section .service-list {
  padding: 50px 0;
}
.service-section .tbp-2 {
  padding: 20px 0;
}
.service-section .service-cards {
  display: flex;
}
.service-section .service-bg {
  min-height: 100%;
  border-top: 5px solid #e9001e;
  border-bottom: 3px solid #d6d6d6;
  border-radius: 14px;
  background: rgba(237, 234, 235, 0.61);
  -webkit-box-shadow: 6px 2px 18px -8px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 6px 2px 18px -8px rgba(0, 0, 0, 0.41);
  box-shadow: 6px 2px 18px -8px rgba(0, 0, 0, 0.41);
}
.service-section .service-bg h1 {
  text-align: left;
  font-size: 18px;
  padding: 20px 0;
  text-transform: uppercase;
}
.service-section .service-bg h2 {
  line-height: 40px;
  padding-bottom: 20px;
}
.service-section .service-bg .cards {
  padding: 10px 20px;
}
.service-section .service-bg p {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
}

.wrapper .download-tab {
  /*width: 50%;*/
  width: 33%;
}

.download-section {
  padding: 50px 0;
  background: #f9f9f9;
  box-shadow: inset 0px 0px 15px 2px rgba(0, 0, 0, 0.09);
}
.download-section h1 {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
.download-section .row {
  padding: 30px;
}
.download-section .download-bg {
  background: rgba(237, 234, 235, 0.61);
  height: 100%;
}
.download-section .download-title {
  background: #f44a45;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  text-align: center;
  padding: 5px 0;
  color: #fff;
}
.download-section .download-title h2 {
  padding: 2px 0;
  margin-top: 10px;
  font-size: 18px;
}
.download-section .downloads ul {
  padding: 30px 20px;
}
.download-section .downloads li {
  list-style: none;
  padding: 5px;
}
.download-section .downloads a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.download-section .downloads a:hover {
  color: #f73743;
}

.download-section h3 {
  all: unset;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.download-section h3:after {
  margin: 0;
}

.download-title h1 {
  padding: 2px 0;
  margin: 10px 0px;
  font-size: 18px;
  font-family: maven-meium;
}

.svg-hide svg {
  display: none;
}

.svg-icon {
  width: 100px;
  height: 47px;
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
  fill: #e9001e;
}

/*.svg-icon circle {
  stroke: #4691f6;
  stroke-width: 1;
} */
@media (min-width: 768px) {
  .svg-hide svg {
    display: block;
  }
}
.gallery-title {
  margin: 40px 0;
}

.gallery {
  padding: 30px 0;
  margin: 0 80px;
}
.gallery .image-box {
  padding: 20px;
}
.gallery .event-img {
  margin: 0 auto;
  border: 1px solid #e9001e;
}

.article-banner {
  /*background-image: url('../images/solutions/Access-control-solution-back.png');*/
  background-image: url("../images/articles/smart-i-systems-articles.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.article-section {
  padding: 100px 0 100px 0;
}

.white-text {
  color: #fff;
}

.article-banner-heading {
  /*font-family: maven-blold;*/
  font-family: "RobotoBold";
  font-size: 60px;
}

.zero-padding {
  padding: 0;
}

.zero-margin {
  margin: 0;
}

.red-border {
  border: 1px solid red;
}

.article-banner-content {
  padding: 50px 0px;
}

.article-list-heading {
  /*font-family: maven-regular;*/
  font-family: maven-meium;
  font-size: 18px;
  line-height: 1.5;
}

/*.blog-heading
{
	font-family: maven-regular;
	font-size: 30px;
	line-height: 1.5;
}*/
.article-list-para {
  font-family: maven-regular;
  font-size: 16px;
  line-height: 1.5;
}

.blog-heading {
  font-family: maven-regular;
  font-size: 36px;
  line-height: 48px;
}

.blog-para {
  /*font-family: maven-regular;*/
  font-family: "open-sansRegular";
  font-size: 16px;
  line-height: 30px;
  color: #004167;
}

.blog-questions {
  /*font-family: maven-blold;*/
  font-family: "open-sansSemibold";
  line-height: 30px;
  font-size: 24px;
  padding: 30px 0px;
  color: #004167;
}

.blog-slider-heading {
  font-size: 20px;
  line-height: 30px;
  font-family: maven-regular;
  color: #000;
}

.blog-slider-para {
  font-family: maven-regular;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}

.blog-slider-link:hover {
  color: #000;
  text-decoration: none;
}

/*-breadcrumb-section-*/
.breadcrumb-section {
  padding: 30px 0 2px 0;
  background: transparent;
}
.breadcrumb-section .breadcrumb {
  background: transparent;
}

.breadcrumb-section li a {
  color: #000;
}
.breadcrumb-section li a:hover {
  color: #000;
  text-decoration: none;
}
.breadcrumb-section .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #000;
  content: ">";
}

/*--article-list-section----*/
.article-list-section {
  padding: 50px 0;
}

.article-list-div {
  padding: 20px 10px;
}

/*------*/
.center-text {
  text-align: center;
}

.read-more-section {
  padding: 50px 0px;
}

.article-read-more-btn {
  padding: 10px 20px;
  transition: 0.5s;
}

.article-read-more-btn:hover {
  background: #313842;
  color: white;
}

/*.current {
  color: white;
  background: #313842;
}

#pagin li {
  display: inline-block;
}

.current:focus {
  border:0;
}*/
/*.pagination-btn
{
	padding: 2px 8px;
	border:1px solid #313842; 
	border-radius: 50px;
}

.pagination-btn:hover
{
	color: white;
  background: #313842;
}

.pagination-number
{
	padding-bottom: 20px;
}*/
/*--blogs css---*/
.blog-author-name {
  padding-bottom: 20px;
}

.blog-banner-section {
  padding: 50px 0 60px 0;
}

.blog-content-section {
  padding: 0 0 50px 0;
}

.blog-content {
  text-align: justify;
}

.share-on-section {
  padding-bottom: 50px;
}

.share-on-ul {
  list-style-type: none;
}

.share-on-ul li {
  display: inline-block;
  padding: 0 6px;
}

.blog-product {
  padding: 20px;
}

.product-range-heading {
  padding-bottom: 30px;
  font-family: maven-blold;
  font-size: 40px;
}

.product-range-section {
  position: relative;
  padding-top: 50px;
  padding-bottom: 100px;
}

.product-range-section .fa-angle-left {
  font-size: 37px;
  position: absolute;
  top: 90px;
  z-index: 1;
  color: gray;
  opacity: 0.7;
}
.product-range-section .fa-angle-left {
  cursor: pointer;
}

.product-range-section .fa-angle-right {
  font-size: 37px;
  position: absolute;
  top: 90px;
  right: 0px;
  z-index: 1;
  color: gray;
  opacity: 0.7;
}
.product-range-section .fa-angle-right:hover {
  cursor: pointer;
}

.blog-heading-section2 {
  display: flex;
  /*flex-direction: row;*/
  flex-direction: column;
  width: 100%;
}
.blog-heading-section2 .blog-big-heading {
  width: 100%;
  /*width: 50%;*/
  /*padding-right: 60px;*/
}
.blog-heading-section2 .blog-img-section {
  /*width: 50%;*/
  width: 100%;
}

.post-social-sharing {
  width: 45px;
  position: sticky;
  top: 250px;
  left: 90px;
  display: none;
}

span.at-icon-wrapper svg {
  fill: #07335d !important;
  opacity: 0.7;
}

span.at-icon-wrapper, a.at-icon-wrapper, .atss .at-share-btn, .atss a {
  background: transparent !important;
}

a.at-icon-wrapper:focus {
  outline: none;
}

.at-label {
  display: none;
}

.blog-banner-section .crm-social-icon ul {
  align-items: center;
}

.crm-social-icon ul {
  margin: 0;
  padding: 0;
  display: flex;
  color: gray;
}
.crm-social-icon ul li:not(:first-child) {
  padding-left: 10px;
}
.crm-social-icon ul li {
  list-style-type: none;
}

.crm-share-icon-section {
  padding-bottom: 50px;
}
.crm-share-icon-section .crm-social-icon ul {
  align-items: center;
  justify-content: center;
}

.blog-heading-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.post-social-sharing-parent {
  width: 20%;
}

.post-content-parent {
  width: 100%;
}

.side-social-content {
  display: flex;
  flex-direction: column;
}

.article-links {
  color: #000;
}

.article-links:hover {
  color: #000;
  text-decoration: none;
}

.articles-ul {
  list-style-position: inside;
  padding: 20px 0;
}
.articles-ul li {
  text-indent: -25px;
  padding: 5px 0px 5px 52px;
}

.blog-para-img {
  padding: 20px 0;
}

.bold-text {
  font-weight: bold;
}

.post-social-sharing a.at-share-btn {
  padding: 16px 5px;
}

@media (min-width: 450px) {
  .crm-share-icon-section .crm-social-icon ul {
    justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  .blog-heading-section2 {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
  .blog-heading-section2 .blog-big-heading {
    width: 50%;
    padding-right: 60px;
  }
  .blog-heading-section2 .blog-img-section {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .post-social-sharing {
    display: block;
  }

  .side-social-content {
    display: flex;
    flex-direction: row;
  }
  .side-social-content .post-content-parent {
    width: 80%;
  }

  .blog-banner-section {
    padding: 50px 0 100px 0;
  }

  .product-range-heading {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .post-social-sharing {
    left: 110px;
  }

  .product-range-section {
    padding-top: 100px;
  }
}
@media (min-width: 1400px) {
  .post-social-sharing {
    left: 230px;
  }
}
@media (min-width: 1600px) {
  .post-social-sharing {
    left: 308px;
  }
}
@media (min-width: 1900px) {
  .post-social-sharing {
    left: 460px;
  }
}
@media (min-width: 2560px) {
  .post-social-sharing {
    left: 31%;
  }
}
@media (max-width: 1600px) {
  /* contact page */
  /*.contact-section{
  	.contact-form{
  		.contact-bg {
  			.form {
  				right: -700px;
      			top: -590px;
  			}
  		}
  	}
  } */
}
@media (max-width: 1440px) {
  .navigation .nav-1 ul.navbar-nav.mr-auto {
    padding-right: 5px;
  }

  .carousel-inner .carousel-caption {
    left: 150px;
  }

  /* solution page */
  .wrapper .content .solution-category {
    top: -125px;
  }
}
@media (max-width: 1024px) {
  .landing-section .carousel-inner .carousel-caption {
    width: 500px;
    height: 225px;
    position: absolute;
    top: 150px;
    left: 30px;
    padding: 40px 40px;
  }
  .landing-section .carousel-inner .carousel-caption h1 {
    font-size: 36px;
  }
  .landing-section .carousel-inner .carousel-caption h4 {
    font-size: 22px;
  }

  .blogsection p {
    height: 125px;
  }

  /* product page */
  .product-section .product-list {
    padding: 30px 0;
  }

  .contact-section .contact-form {
    padding: 5h0px 0;
  }
  .contact-section .contact-form iframe {
    width: 100%;
    height: 500px;
  }
  .contact-section .contact-form .contact-bg .form {
    right: -550px;
    top: -500px;
  }
  .contact-section .sales-contact h2 {
    font-size: 24px;
  }
  .contact-section .address .address-bg {
    margin-bottom: 20px;
  }
  .contact-section .address .address-bg h2 {
    padding-top: 20px;
    font-size: 24px;
    line-height: 30px;
    word-spacing: 0;
    padding: 0;
  }
  .contact-section .address .other-add {
    display: block;
    padding-bottom: 0;
  }

  .training-section .training-content {
    padding: 50px 15px;
  }
  .training-section .training-content p {
    float: none;
  }

  /* service page */
  /* company page */
  .awards-certificate .next {
    left: 45%;
  }
  .awards-certificate .preview {
    left: 55%;
  }

  .footer2 .footer2-content .footer-links {
    padding: 20px;
  }
  .footer2 .footer2-content .footer-links a {
    padding: 5px;
  }
}
@media (max-width: 991px) {
  .blogsection .thumbnail p {
    text-align: center;
  }
  .blogsection p {
    height: 145px;
  }

  .navigation .navbar-2 .navbar-brand {
    padding: 0;
  }
  .navigation .navbar-2 .nav-2 ul.navbar-nav.mr-auto {
    float: right;
    padding-right: 0;
    padding-left: 0;
  }
  .navigation .navbar-2 .nav-2 ul.navbar-nav.mr-auto li a {
    color: #b9b9b9;
    font-size: 16px;
    padding: 25px 12px;
  }
  .navigation .navbar-2 .nav-2 ul.navbar-nav.mr-auto li a:hover {
    text-decoration: none;
    color: #e9001e;
  }

  .landing-section .carousel-inner .carousel-caption {
    width: 300px;
    height: 175px;
    position: absolute;
    left: 30px;
    padding: 30px 20px;
    background: rgba(27, 25, 25, 0.61);
    text-align: left;
  }
  .landing-section .carousel-inner .carousel-caption h1 {
    opacity: 1;
    color: #fff;
    font-size: 22px;
  }
  .landing-section .carousel-inner .carousel-caption h4 {
    font-size: 15px;
  }

  .industry-sol .solution {
    display: block;
    padding: 0;
  }
  .industry-sol .solution .sol-desc {
    position: initial;
    text-align: center;
  }
  .industry-sol .solution .sol-desc .heading:after {
    margin: 10px 190px;
  }
  .industry-sol .solution .sol-desc p {
    padding: 0;
    font-size: 13px;
  }
  .industry-sol .solution .sol-desc .view-all {
    text-align: center;
    padding: 0;
  }
  .industry-sol .solution .left-col {
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .industry-sol .solution .right-col {
    padding-right: 15px;
  }

  .products-section .products .product figure {
    margin: 10px;
  }
  .products-section .recent-products .slick-slider img {
    margin: 0 auto;
  }

  .subscribe-section .subscribe-btn {
    text-align: center;
  }

  /* product page */
  .product-section .product-list {
    padding: 20px 0;
  }
  .product-section .product-list .col-styling {
    padding: 0 40px;
  }

  /* Company page */
  .company-tiles {
    padding: 50px 0;
  }

  .company-section .wwa {
    display: block;
  }
  .company-section .wwa .wwa-desc h3 {
    font-size: 14px;
  }
  .company-section .wwa .wwa-desc p {
    font-size: 14px;
    padding: 0;
  }
  .company-section .wwa .wwa-img {
    padding-top: 20px;
  }
  .company-section .management .management-desc h2 {
    font-size: 25px;
  }
  .company-section .management .management-desc p {
    font-size: 15px;
  }

  .company-mangement .management .director1 .director2 {
    padding: 10px 0;
  }
  .company-mangement .management .director1 .director2 h2 {
    font-size: 20px;
  }
  .company-mangement .management .director1 .director2 h4 {
    font-size: 16px;
  }

  .nws-section {
    padding: 50px 0;
  }
  .nws-section .nws-content h1 {
    padding-bottom: 20px;
  }
  .nws-section .nws-content .news {
    padding: 10px;
  }
  .nws-section .nws-content .news img {
    height: 146px;
  }
  .nws-section .nws-content .blog {
    padding: 15px;
  }
  .nws-section .nws-content .blog .blog1 {
    border-top: 5px solid #f73743;
  }
  .nws-section .nws-content .blog .blog1 img {
    margin: 15px;
    display: inline-block;
  }
  .nws-section .nws-content .blog .blog1 h6 {
    font-size: 29px;
  }
  .nws-section .nws-content .blog .blog1 p {
    font-size: 18px;
  }
  .nws-section .nws-content .twitter {
    margin-top: 10px;
  }
  .nws-section .nws-content .twitter .tweet img {
    width: 30%;
  }
  .nws-section .nws-content .twitter .tweet p {
    font-size: 11px;
  }

  .training-section .training-content .training-desc .border {
    border: none;
  }

  /* solution page */
  .solutions-tiles {
    padding: 50px 0;
  }

  .footer1 {
    text-align: center;
  }
  .footer1 .footer1-content {
    padding: 10px 0;
  }
  .footer1 .footer1-content .about-us h4 {
    text-align: center;
  }
  .footer1 .footer1-content .contact-us {
    padding: 10px 0;
  }
  .footer1 .footer1-content .social {
    padding: 10px 0;
  }
  .footer1 .footer1-content .footer-nav-title {
    margin-bottom: 30px;
  }

  .footer2 .footer2-content {
    padding: 10px;
    text-align: center;
    line-height: 20px;
  }
  .footer2 .footer2-content .footer-links {
    padding: 20px;
    text-align: center;
  }
  .footer2 .footer2-content .footer-links ul {
    display: initial;
  }
  .footer2 .footer2-content .footer-links a {
    padding: 10px;
    color: #fff;
    text-decoration: none;
  }

  .contact-section .contact-form {
    padding: 0 0 40px;
  }
  .contact-section .contact-form .contact-bg .form {
    position: static;
    margin-top: 30px;
  }
  .contact-section .sales-contact h2 {
    font-size: 24px;
  }
  .contact-section .address .address-bg {
    margin-bottom: 20px;
    text-align: center;
  }
  .contact-section .address .address-bg h2 {
    font-size: 20px;
    line-height: 30px;
    word-spacing: 0;
    padding: 0;
  }
  .contact-section .address .other-add {
    display: block;
    padding-bottom: 0;
  }

  .newsmedia-container .events-container .nav-tabs {
    text-align: center;
  }
  .newsmedia-container .events-container .nav-tabs a {
    text-align: center;
  }
  .newsmedia-container .events-container .tab-content ul {
    padding: 0;
    margin: 10px 0;
  }
  .newsmedia-container .events-container .tab-content .cp-image figure {
    margin: 0;
    padding: 0;
  }

  #feedback-modal .modal-body .field-title {
    margin: 0;
  }
  #feedback-modal .modal-body .dropdown .dropdown-title {
    margin: 0;
  }

  .carousel-inner .carousel-caption {
    left: 80px;
  }
  .carousel-inner .triangle-bottomright {
    display: none;
  }
}
@media (max-width: 768px) {
  /* service page */
}
@media (max-width: 767px) {
  /* common styling */
  .df {
    display: block;
  }

  .blogsection {
    padding: 70px 0;
  }
  .blogsection .thumbnail p {
    text-align: center;
  }
  .blogsection p {
    height: auto;
  }

  .card-bg {
    margin: 50px auto;
  }

  .success-msg {
    width: 100%;
  }

  /* header styling */
  .navbar-1 {
    display: none;
  }

  .navbar-2 .navbar-brand {
    margin: 0;
    padding: 5px;
  }
  .navbar-toggle-btn {
    display: block;
  }

  /* home page styling */
  .carousel-inner .carousel-caption {
    left: 8%;
  }

  .industry-sol .solution {
    padding-top: 0;
  }
  .industry-sol .solution .sol-desc h1 {
    font-size: 18px;
    padding-bottom: 0;
  }
  .industry-sol .solution .sol-desc h1:after {
    margin: 10px 260px;
  }
  .industry-sol .solution .sol-desc p {
    font-size: 14px;
  }
  .industry-sol .sol-img {
    width: 80%;
    margin: 0 auto;
  }

  .products-section .product {
    margin: 0;
  }
  .products-section figure {
    width: 80%;
    margin: 30px auto;
  }
  .products-section .recent-products {
    margin: 60px auto 0;
    padding: 0;
  }
  .products-section .recent-products .slick-slider {
    padding: 0;
  }
  .products-section .recent-products .slick-slider img {
    display: block;
  }

  .subscribe-section h1 {
    padding: 26px 0 0;
    font-size: 25px;
  }

  .blogsection .thumbnail {
    width: 80%;
    margin: 0 auto 40px;
  }

  /* product page */
  .product-section .product-list {
    display: flex;
  }
  .product-section .product-list .col-styling {
    padding: 0 60px;
  }
  .product-section .product-list .df {
    display: flex;
    margin: 0 auto;
  }

  .thumb-img img {
    margin: 0 auto;
  }

  /* Solution page */
  .wrapper .content .common-slide {
    background-position: unset;
  }
  .wrapper .content .solution-desc {
    width: unset;
    right: 0;
    margin: 0 50px;
  }

  /* sector page styling */
  .wrapper .content .df {
    display: block;
  }
  .wrapper .content .video-section {
    padding: 50px 0;
  }
  .wrapper .content .video-section .video-frame {
    padding: 0 10px;
  }
  .wrapper .content .video-section iframe {
    width: 100%;
    height: 100%;
    padding: 40px 0;
  }
  .wrapper .case-study-desc {
    padding: 30px;
  }
  .wrapper .client-services {
    padding: 0;
  }
  .wrapper .solutions h4 {
    margin: 20px 0;
  }

  .training-description p {
    padding: 0 50px;
  }
  .training-description .training-category {
    text-align: center;
  }

  .training-highlights h3 {
    margin-top: 25px;
  }
  .training-highlights ul {
    margin-top: 20px;
  }

  /* Company page */
  .wwa {
    display: block;
  }
  .wwa .border {
    border: 0;
  }

  .management {
    display: block;
  }
  .management .management-desc {
    padding: 30px 0;
  }

  /* contact page */
  .contact-success-msg {
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }

  .contact-section .contact-form {
    padding: 0 0 40px;
  }
  .contact-section .contact-form .contact-bg .form {
    position: static;
    margin-top: 30px;
  }
  .contact-section .sales-contact h2 {
    font-size: 24px;
  }
  .contact-section .address .address-bg {
    text-align: left;
    padding: 20px;
  }
  .contact-section .address .address-bg h2 {
    font-size: 16px;
    line-height: 30px;
    word-spacing: 0;
    padding: 0;
  }
  .contact-section .address .address-bg img {
    margin: 0 auto;
    width: 100%;
  }
  .contact-section .address .address-bg .add {
    padding: 20px 0 0;
  }
  .contact-section .address .other-add {
    text-align: left;
    display: block;
    padding-bottom: 0;
  }

  /* support page  */
  .support-section .support-content .support-heading h1 {
    padding: 20px 0 0;
  }

  .training-section .training-content .training-desc p {
    font-size: 15px;
    line-height: 22px;
  }
  .training-section .training-content .training-desc h4 {
    font-size: 22px;
  }

  /* partners page */
  .partner-success-msg {
    width: 100%;
  }

  .global-partners .gp-content .address-bg {
    margin-bottom: 15px;
  }

  /* service page */
  .service-section .service-bg {
    margin: 20px;
  }

  .service-section .service-cards {
    display: block;
  }

  .newsmedia-container .news-container .news-display {
    display: block;
  }
  .newsmedia-container .news-container .news-display img {
    margin: 0 auto;
  }
  .newsmedia-container .news-container .news-display h3 {
    font-size: 35px;
    padding: 20px 0 0;
  }
  .newsmedia-container .news-container .news-display p {
    text-align: center;
    font-size: 20px;
  }
  .newsmedia-container .events-container .nav-tabs {
    display: flex;
  }
  .newsmedia-container .events-container .nav-tabs a {
    text-align: center;
  }
  .newsmedia-container .events-container .tab-content ul {
    padding: 0;
    margin: 10px 0;
  }

  /* career page */
  .form-container {
    width: 85%;
    margin: 0 auto;
  }

  /*footer*/
  .mailing-list {
    width: 40%;
    margin: 0 auto;
  }

  #feedback-modal .modal-body .dropdown .dropdown-title {
    padding: 12px 0;
  }
  #feedback-modal .modal-body .field-title {
    padding: 0;
  }

  /* sector testimonials*/
  .wrapper .testimonial-title-pt {
    padding-top: 20px;
  }
  .wrapper .testimonals .testimonal-wrapper {
    margin: 0;
  }
}
@media (max-width: 720px) {
  .carousel-inner .carousel-caption {
    left: 4%;
    width: 500px;
  }
}
@media (max-width: 549px) {
  .blogsection .thumbnail p {
    text-align: center;
  }

  /* navbar styling */
  .navbar-2 .navbar-brand {
    margin: 0 10px;
    padding: 0;
  }
  .navbar-2 .navbar-brand img {
    margin: 0;
  }

  /* home page styling */
  .landing-section .carousel-inner .carousel-caption {
    height: 210px;
  }

  .products-section .recent-products .title {
    padding-bottom: 20px;
  }
  .products-section .recent-products .slick-slider .slick-slide img {
    margin: 0 auto;
  }

  /* product page */
  .product-section .product-list .df {
    display: block;
    margin: 0;
  }
  .product-section .product-list .br {
    border-right: 0;
  }

  /* sector page */
  .wrapper .solutions {
    margin: 0 50px;
  }

  /* contact page styling */
  .contact-section .contact-heading h1 {
    text-align: left;
  }
  .contact-section .contact-form {
    padding: 0 0 40px;
  }
  .contact-section .contact-form .contact-bg .form {
    position: static;
    margin-top: 30px;
  }
  .contact-section .sales-contact h2 {
    font-size: 18px;
  }
  .contact-section .address .address-bg {
    margin-bottom: 20px;
  }
  .contact-section .address .address-bg h2 {
    font-size: 24px;
    line-height: 30px;
    word-spacing: 0;
  }
  .contact-section .address .other-add {
    display: block;
    padding-bottom: 0;
  }

  .company-section h3 {
    margin-bottom: 30px;
  }
  .company-section .wwa {
    display: block;
    padding: 10px 0 40px;
  }
  .company-section .wwa .wwa-desc h3 {
    font-size: 14px;
  }
  .company-section .wwa .wwa-desc p {
    font-size: 14px;
    padding: 10px;
  }
  .company-section .wwa .border {
    border-left: none;
    border-top: 3px solid #e9001e;
  }
  .company-section .wwa .wwa-img {
    padding-top: 20px;
  }
  .company-section .milestones {
    padding: 20px 0 50px;
  }
  .company-section .management .management-desc h2 {
    font-size: 25px;
  }
  .company-section .management .management-desc p {
    font-size: 15px;
  }
  .company-section .awards-certificate .next {
    left: 45%;
  }
  .company-section .awards-certificate .preview {
    left: 55%;
  }

  .company-mangement .management .director1,
.company-mangement .management .director2 {
    float: none;
    padding: 10px 0;
  }
  .company-mangement .management .director1 h2,
.company-mangement .management .director2 h2 {
    font-size: 20px;
  }
  .company-mangement .management .director1 h4,
.company-mangement .management .director2 h4 {
    font-size: 16px;
  }

  .awards-section .awards-certificate .preview {
    left: 190px;
  }

  .support-section .support-level {
    display: block;
  }
  .support-section .support-level .level1-desc h1 {
    font-size: 25px;
  }
  .support-section .background {
    margin: 20px 0;
  }

  .training-section .training-content {
    padding: 30px;
    text-align: left;
  }
  .training-section .training-content .border {
    border: none;
  }
  .training-section .training-content h4 {
    font-size: 22px;
  }
  .training-section .training-content li {
    line-height: 35px;
    font-size: 24px;
    text-align: left;
  }
  .training-section .training-content p {
    float: none;
    line-height: 18px;
    margin: 0;
    font-size: 15px;
  }

  .service-section {
    padding-bottom: 30px;
  }
  .service-section .service-desc p {
    padding: 30px 20px;
  }

  .authorized-partner .ap-content .address-bg {
    margin-bottom: 10px;
  }
  .authorized-partner .ap-content .slick-arrow {
    top: 100%;
  }

  .newsmedia-container .news-container .news-display {
    display: block;
  }
  .newsmedia-container .news-container .news-display img {
    margin: 0 auto;
  }
  .newsmedia-container .news-container .news-display h3 {
    font-size: 25px;
    padding: 20px 0 0;
  }
  .newsmedia-container .news-container .news-display p {
    text-align: center;
    font-size: 16px;
  }
  .newsmedia-container .events-container .nav-tabs {
    display: flex;
  }
  .newsmedia-container .events-container .nav-tabs a {
    text-align: center;
  }
  .newsmedia-container .events-container .tab-content ul {
    padding: 0;
    margin: 10px 0;
  }

  .global-partners .gp-content .address-bg {
    margin-bottom: 10px;
  }

  .faq-section .faq-desc .tab-content {
    padding: 0 15px;
  }

  .footer1 .footer1-content .about-us h4 {
    text-align: center;
  }
  .footer1 .footer1-content .contact-us {
    padding: 20px 0;
  }

  /*footer*/
  .mailing-list {
    width: 60%;
    margin: 0 auto;
  }

  .carousel-inner .carousel-caption {
    width: 400px;
  }
}
@media (max-width: 480px) {
  /* home page styling */
  .carousel-inner .carousel-caption {
    width: 340px;
    left: 5%;
  }
  .carousel-inner .carousel-caption h1 {
    font-size: 28px;
  }
  .carousel-inner .carousel-caption h4 {
    font-size: 18px;
  }

  .modal-body #subscribe {
    padding: 0;
  }

  .wrapper .menu-item p {
    font-size: 13px;
  }

  .wwa {
    padding: 50px 0;
  }
  .wwa .wwa-desc p {
    padding: 10px 0;
  }

  .wrapper .client-tabs .next {
    z-index: 1;
    left: 6% !important;
  }
  .wrapper .client-tabs .preview {
    right: 10% !important;
  }
  .wrapper .client-tabs img {
    margin: 0 auto;
  }
  .wrapper .sector-menu p,
.wrapper .support-menu p {
    display: block;
    font-size: 13px;
  }
  .wrapper .content .product-info {
    padding: 50px 0;
  }
  .wrapper .content .video-section .video-desc {
    padding: 0;
  }
  .wrapper .case-study-desc {
    padding: 30px 0;
  }

  /* training page */
  .training-highlights-section .training-highlights {
    margin: 0;
  }

  /* service page */
  .service-section .service-list h3 {
    padding: 0 15px;
    line-height: 25px;
  }

  /*Footer*/
  .footer1 .footer1-content {
    text-align: left;
  }
  .footer1 .footer1-content .footer-about {
    width: 100%;
  }
  .footer1 .footer1-content .mailing-list-title {
    text-align: left;
  }
  .footer1 .footer1-content .social {
    text-align: left;
  }
  .footer1 .footer1-content .social h4 {
    text-align: left;
  }
  .footer1 .mailing-list {
    width: 60%;
    margin: 0;
  }
}
@media (max-width: 360px) {
  /* support page */
  .support-menu svg {
    width: 100% !important;
  }

  .carousel-inner .carousel-caption {
    width: 335px;
    left: 4%;
  }
}
@media (max-width: 320px) {
  /* home page styling */
  .carousel-inner .carousel-caption {
    width: 325px;
    left: 0;
  }

  .products-section figure {
    width: 100%;
  }

  .wrapper .menu-item p {
    display: block;
    /*font-size: 13px;*/
    font-size: 16px;
  }

  .training-description p {
    padding: 0 20px;
  }
  .training-description .training-category {
    width: 100%;
    margin: 0 auto;
  }

  /* partners page */
  .become-partner .bp-btn {
    width: 250px;
    height: 50px;
  }

  /* service page */
  .service-section .service-list {
    padding: 20px 0;
  }

  .menu .menu-item a .icon {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map */
