@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
.background_color {
  background: rgba(65, 128, 255, 0.75);
  background: linear-gradient(left, rgba(65, 128, 255, 0.75), rgba(65, 127, 253, 0.9));
}

.form-label-group input:-webkit-input-placeholder, .form-label-group input::-ms-input-placeholder, .form-label-group input::-moz-placeholder {
  color: transparent;
}

a,
.btn {
  color: #121921;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a:focus,
a:hover,
.btn:hover,
.btn:focus,
.btn:active {
  text-decoration: none;
  outline: 0;
}

.under-line {
  text-decoration: underline;
}

p {
  margin-bottom: 15px;
  line-height: 1.8;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 20px;
}

h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Global */
body {
  font-family: "Poppins", sans-serif;
  background: #FFF;
  color: #121921;
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: all 0.4s ease-out 0s;
  -webkit-transition: all 0.4s ease-out 0s;
}
body.hidden {
  overflow: hidden;
}

img {
  max-width: 100%;
}

input:focus {
  outline: none;
  box-shadow: none;
}

/* padding & margin */
.nopadding {
  padding: 0 !important;
}

.nopadd-bottom {
  padding-bottom: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.nomargin-bottom {
  margin-bottom: 0 !important;
}

.heading-bx {
  margin-bottom: 40px;
}
.heading-bx h1,
.heading-bx h2,
.heading-bx h3 {
  margin-top: 0;
  font-weight: 400;
}
.heading-bx h2 {
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 0px;
  font-weight: 700;
  color: #ff3030;
}
.heading-bx h2.title-head span {
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .heading-bx h2 {
    font-size: 28px;
  }
}
.heading-bx.left .title-head {
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 32px;
  padding-left: 10px;
  border-left: 5px solid #ff3030;
}
.heading-bx.left p {
  padding-top: 10px;
  font-size: 16px;
  color: #0f192d;
  max-width: 500px;
  margin-bottom: 0;
}

.section-heading {
  margin-bottom: 30px;
}
.section-heading h5 {
  font-size: 15px;
  margin: 0;
}
.section-heading h4 {
  font-size: 26px;
  font-weight: 300;
}
@media screen and (max-width: 576px) {
  .section-heading h4 {
    font-size: 22px;
  }
}
.section-heading h4::after {
  position: relative;
  content: "";
  width: 80px;
  display: block;
  height: 3px;
  background: #ff3030;
  margin-top: 15px;
  top: 0;
}
.section-heading span {
  font-weight: 600;
  text-transform: uppercase;
}
.section-heading.text-center h4:after {
  margin: 15px auto 0;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white .title-small {
  color: #FFF !important;
}

.btn {
  background: #ff3030;
  color: #FFF;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  border-radius: 3px;
  font-weight: 400;
  text-align: center;
}
.btn:hover {
  color: #FFF;
  background: #0057f1;
}

.buttons-wrapper {
  margin: 20px 0 0;
}
.buttons-wrapper .button {
  margin: 0 5px 10px 5px;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 11px;
  line-height: 18px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.buttons-wrapper .button:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  background: inherit;
  content: "";
  opacity: 0.3;
}
.buttons-wrapper .button span {
  display: block;
  position: relative;
  left: 0;
}
.buttons-wrapper .button .button-wrapper {
  display: block;
  position: relative;
  left: 0;
}
.buttons-wrapper .button .button-wrapper .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  transition: all 0.15s;
  -webkit-transition: all 0.15s;
  opacity: 0;
}
.buttons-wrapper .button .button-wrapper .text {
  padding: 17px 30px 15px 30px;
  transition: all 0.3s 0.05s;
  -webkit-transition: all 0.3s 0.05s;
}
.buttons-wrapper .button.grey-btn {
  background: #121921;
  color: #FFF;
}
.buttons-wrapper .button.grey-btn::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-border-radius: inherit;
  background: inherit;
  content: "";
  opacity: 0.3;
}
.buttons-wrapper .button.red-btn {
  background: #ff3030;
  color: #fff;
}
.buttons-wrapper .button.red-btn:hover {
  background: #0057f1;
}
.buttons-wrapper .button.last-child {
  margin-right: 0;
}
.buttons-wrapper .button:hover::before {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s, opacity 0.5s, visibility 0s 0.5s;
  -webkit-transition: transform 0.5s, opacity 0.5s, visibility 0s 0.5s;
}
.buttons-wrapper .button:hover .icon {
  opacity: 1;
  left: 50%;
}
.buttons-wrapper .button:hover .text {
  left: 100%;
  opacity: 0;
}

.buttons-group {
  text-align: center;
  position: relative;
  z-index: 9;
}
.buttons-group .button {
  margin: 0 5px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.buttons-group .button.red-btn {
  background: #ff3030;
}
.buttons-group .button.red-btn:hover {
  background: #0057f1;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

/* popup */
.popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.popup-container .popup {
  background: #fff;
  padding: 50px;
  border-radius: 8px;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}
.popup-container #closePopup {
  background: #f44336;
  color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  border-radius: 50%;
}

/* logo */
.logo {
  display: table;
}
.logo .logo-img {
  width: 70px;
  height: 70px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.logo .logo-txt {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  padding: 0 15px 0 10px;
  color: #121921;
}
.logo .logo-txt span {
  display: block;
  color: #ff3030;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 12px;
}

.header {
  position: relative;
  background: #FFF;
  z-index: 100;
}
@media only screen and (max-width: 1281px) {
  .header .container {
    max-width: 100%;
  }
}
.header .top-bar {
  border-bottom: 1px solid #EEE;
  color: #121921;
  font-size: 12px;
}
.header .top-bar .container-fluid {
  padding: 0 40px;
}
.header .top-bar .topbar-left {
  padding-left: 15px;
  padding-right: 15px;
}
.header .top-bar .topbar-left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .top-bar .topbar-left ul li {
  display: inline-block;
  position: relative;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  padding: 10px 25px;
}
.header .top-bar .topbar-left ul li a {
  color: #121921;
}
.header .top-bar .topbar-left ul li:last-child {
  border-left: none;
}
.header .top-bar .topbar-left ul li i {
  font-size: 20px;
  color: #ff3030;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.header .top-bar .topbar-right {
  position: absolute;
  right: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.header .top-bar .topbar-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .top-bar .topbar-right ul li {
  display: inline-block;
  position: relative;
  border-left: 1px solid #EEE;
  padding: 10px 15px;
}
.header .top-bar .topbar-right ul li a {
  color: #121921;
}
.header .top-bar .topbar-right ul li:last-child {
  border-right: 1px solid #EEE;
}
.header .top-bar .topbar-right ul li i {
  font-size: 20px;
  color: #ff3030;
  position: relative;
  top: 2px;
}
.header .middle-header {
  padding: 20px 0;
}
.header .middle-header .container {
  position: relative;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header .middle-header {
    padding: 10px 0;
  }
  .header .middle-header .container {
    max-width: 100%;
  }
}
.header .middle-header .navbar-brand img {
  max-width: 100px;
}
.header .middle-header .navbar-brand a {
  display: flex;
  align-items: center;
}
.header .middle-header .navbar-brand h1 {
  font-size: 24px;
  margin: 0 0 0 10px;
  text-wrap: wrap;
  color: #000;
}
.header .middle-header .contact-info-content {
  margin-left: auto;
  height: 100%;
}
.header .middle-header .contact-info-content .contact-info {
  font-size: 13px;
  position: relative;
  float: left;
  margin-right: 20px;
}
.header .middle-header .contact-info-content .contact-info.last {
  margin-right: 0;
}
@media screen and (max-width: 1025px) {
  .header .middle-header .contact-info-content .contact-info {
    margin: 0 5px;
  }
}
@media screen and (max-width: 991px) {
  .header .middle-header .contact-info-content .contact-info {
    display: none;
  }
}
.header .middle-header .contact-info-content .contact-info .icon-box {
  position: absolute;
  top: -3px;
  width: 50px;
  text-align: center;
  font-size: 30px;
  transition: all 500ms ease;
}
@media screen and (max-width: 1025px) {
  .header .middle-header .contact-info-content .contact-info .icon-box {
    width: 42px;
  }
}
.header .middle-header .contact-info-content .contact-info .icon-box .fa {
  color: #ff3030;
}
.header .middle-header .contact-info-content .contact-info .icon-box .fa.fa-mobile {
  font-size: 40px;
  padding-top: 3px;
}
.header .middle-header .contact-info-content .contact-info ul {
  padding-left: 55px;
  margin-bottom: 0;
}
@media screen and (max-width: 1025px) {
  .header .middle-header .contact-info-content .contact-info ul {
    padding-left: 45px;
  }
}
.header .middle-header .contact-info-content .contact-info ul li {
  position: relative;
  line-height: 20px;
  margin: 0px;
}
.header .middle-header .contact-info-content .contact-info ul li:first-child {
  text-transform: uppercase;
}
.header .middle-header .contact-info-content .contact-info ul li a strong {
  font-weight: 500;
}
.header .middle-header .contact-info-content .searchbox {
  float: right;
  margin-left: 15px;
}
.header .middle-header .contact-info-content .searchbox.active {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 15px;
  margin: 0;
  background: #FFF;
  z-index: 99;
  width: 100%;
}
@media screen and (max-width: 1025px) {
  .header .middle-header .contact-info-content .searchbox {
    margin-left: 10px;
    margin-right: 35px;
  }
}
.header .middle-header .contact-info-content .searchbox .searchbox-form > * {
  float: left;
}
.header .middle-header .contact-info-content .searchbox .searchbox-form input[type=text] {
  display: none;
  width: calc(100% - 86px);
  border: 1px solid #EEE;
  padding: 10px 15px;
  color: #121921;
  border-radius: 10px 0 0 10px;
}
.header .middle-header .contact-info-content .searchbox .searchbox-form .submit,
.header .middle-header .contact-info-content .searchbox .searchbox-form .search-btn,
.header .middle-header .contact-info-content .searchbox .searchbox-form .searchicon {
  cursor: pointer;
  width: 42px;
  height: 42px;
  line-height: 42px;
  position: relative;
  background: #0057f1;
  border: 1px solid #0057f1;
  outline: none;
}
.header .middle-header .contact-info-content .searchbox .searchbox-form .search-btn {
  display: none;
  background: transparent;
  border: none;
}
.header .middle-header .contact-info-content .searchbox .searchbox-form .search-btn:after,
.header .middle-header .contact-info-content .searchbox .searchbox-form .searchicon:after {
  position: absolute;
  top: 0;
  left: 12px;
  font-family: FontAwesome;
  color: #FFF;
  content: "\f002";
  font-size: 20px;
  z-index: 9;
}
.header .middle-header .contact-info-content .searchbox .searchbox-form .searchicon.active {
  background: #FFF;
}
.header .middle-header .contact-info-content .searchbox .searchbox-form .searchicon.active:after {
  content: "\f00d";
  color: #0057f1;
}
.header .navbar-toggler {
  border: 0 solid #ff3030;
  font-size: 16px;
  line-height: 24px;
  margin: 32px 0 30px 15px;
  padding: 0;
  float: right;
  outline: none;
}
.header .navbar-toggler.menuicon {
  width: 20px;
  height: 14px;
  margin: 24px 0;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1025px) {
  .header .navbar-toggler.menuicon {
    position: absolute;
    top: 5px;
    right: 15px;
  }
}
@media screen and (max-width: 576px) {
  .header .navbar-toggler.menuicon {
    margin: 18px 0;
  }
}
.header .navbar-toggler.menuicon span {
  background: #000;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.header .navbar-toggler.menuicon span:nth-child(1) {
  top: 0px;
}
.header .navbar-toggler.menuicon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header .navbar-toggler.menuicon span:nth-child(3) {
  bottom: 0;
}
.header .navbar-toggler.menuicon.open span:nth-child(1) {
  top: 7px;
  transform: rotate(135deg);
}
.header .navbar-toggler.menuicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.header .navbar-toggler.menuicon.open span:nth-child(3) {
  top: 7px;
  transform: rotate(-135deg);
}
.header .sticky-header .navbar-brand {
  display: none;
  padding: 8px 0 0;
}
.header .sticky-header .navbar-brand a {
  display: flex;
  align-items: center;
}
.header .sticky-header .navbar-brand img {
  max-width: 54px;
}
.header .sticky-header .navbar-brand h1 {
  text-wrap: wrap;
  font-size: 18px;
  margin: 0 0 0 7px;
  color: #000;
}
.header .sticky-header .menu-bar {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .header .sticky-header .menu-bar {
    position: initial;
  }
}
.header .sticky-header .menu-bar .container {
  background: #0057f1;
  margin-bottom: -32px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .header .sticky-header .menu-bar .container {
    position: initial;
  }
}
.header .sticky-header .menu-bar .container::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 55px;
  height: 55px;
  font-size: 30px;
  line-height: 55px;
  text-align: center;
  width: 0;
  height: 0;
  border-top: 30px solid #FFF;
  border-right: 30px solid transparent;
  left: 5px;
  top: 5px;
}
.header .sticky-header .menu-bar .menu-links {
  margin-right: 0px !important;
}
.header .sticky-header .menu-bar .menu-links .nav {
  padding-right: 125px;
}
.header .sticky-header .menu-bar .menu-links .nav i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
}
.header .sticky-header .menu-bar .menu-links .nav > li {
  margin: 0px;
  font-weight: 400;
  text-transform: uppercase;
}
.header .sticky-header .menu-bar .menu-links .nav > li > a {
  color: #FFF;
  border-radius: 0px;
  font-size: 14px;
  padding: 22px 20px;
  cursor: pointer;
  display: inline-block;
  transition: initial;
}
.header .sticky-header .menu-bar .menu-links .nav > li > a:hover {
  background-color: transparent;
  color: #ff3030;
}
.header .sticky-header .menu-bar .menu-links .nav > li > a:active, .header .sticky-header .menu-bar .menu-links .nav > li > a:focus {
  background-color: transparent;
}
.header .sticky-header .menu-bar .menu-links .nav > li.active > a, .header .sticky-header .menu-bar .menu-links .nav > li.current-menu-item > a {
  background-color: transparent;
  color: #FFF;
}
.header .sticky-header .menu-bar .menu-links .nav > li:hover > a {
  color: #ff3030;
}
.header .sticky-header .menu-bar .menu-links .nav > li:hover > .sub-menu {
  display: block;
  transition: all 0.5s ease;
}
.header .sticky-header .menu-bar .menu-links .nav > li:last-child {
  position: absolute;
  right: 0;
}
.header .sticky-header .menu-bar .menu-links .nav > li:last-child a {
  background: #ff3030;
  color: #FFF;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu {
  display: none;
  background-color: #FFF;
  border: 1px solid #f8f9fa;
  list-style: none;
  padding: 10px 0;
  position: absolute;
  width: 230px;
  z-index: 10;
  border-radius: 6px;
  top: 90%;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu.fullwidth {
  width: 100%;
  left: 0;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu.fullwidth li {
  width: calc(25% - 13px);
  display: inline-block;
  margin: 0 5px;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li {
  border-bottom: 1px dashed #EEE;
  position: relative;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li a {
  color: #121921;
  display: block;
  font-size: 14px;
  padding: 10px 15px;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li a:hover {
  background-color: #f8f9fa;
  color: #ff3030;
  text-decoration: none;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li:hover > a {
  color: #ff3030;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li:last-child {
  border-bottom: 0px;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li > .sub-menu.left, .header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li:hover .sub-menu.left {
  left: auto;
  right: 220px;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li .fa {
  color: inherit;
  display: block;
  float: right;
  font-size: 15px;
  position: absolute;
  right: 15px;
  top: 12px;
  opacity: 1;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li .fa.fa-nav {
  color: inherit;
  display: inline-block;
  float: none;
  font-size: 13px;
  margin-right: 5px;
  opacity: 1;
  position: unset;
  right: 10px;
  top: 12px;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  transition: all 0.5s ease;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li:hover > .sub-menu {
  left: 220px;
  margin: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li:hover > .sub-menu :before {
  background-color: transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}
.header .sticky-header.is-fixed .menu-logo {
  top: 0;
  height: 70px;
  width: 140px;
}
.header .sticky-header.is-fixed .menu-logo img {
  height: 70px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.header .sticky-header.is-fixed .menu-bar {
  position: fixed;
  background: #FFF;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  z-index: 100;
  top: 0;
  left: 0;
}
.header .sticky-header.is-fixed .menu-bar .container {
  max-width: 100%;
  background: #FFF;
  margin-bottom: 0;
  position: relative;
  z-index: 9;
}
.header .sticky-header.is-fixed .menu-bar .navbar-brand {
  display: inline-block;
  max-width: 430px;
  padding: 12px 20px 12px 0;
}
.header .sticky-header.is-fixed .menu-bar .menu-links {
  float: right;
}
.header .sticky-header.is-fixed .menu-bar .menu-links .nav > li > a {
  color: #121921;
  padding: 30px 13px;
}
.header .sticky-header.is-fixed .menu-bar .menu-links .nav > li.active > a, .header .sticky-header.is-fixed .menu-bar .menu-links .nav > li:hover > a {
  color: #ff3030;
}
.header .sticky-header.is-fixed .menu-bar .menu-links .nav > li:last-child a {
  color: #FFF;
}
.header .sticky-header.is-fixed .menu-bar .menu-links .nav > li:last-child a:hover {
  background: #0057f1;
}

@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .header .sticky-header.is-fixed .menu-bar .navbar-brand {
    padding: 20px 0 15px;
    margin: 0;
  }
  .header .sticky-header.is-fixed .menu-bar .menu-links .nav > li > a {
    padding: 30px 10px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .header .sticky-header.is-fixed .menu-bar .navbar-brand {
    padding: 23px 0;
    max-width: 310px;
  }
  .header .sticky-header.is-fixed .menu-bar .menu-links .nav > li > a {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .topbar-right {
    padding-left: 0;
    padding-right: 15px;
  }
  .header .topbar-left {
    padding-left: 15px;
    padding-right: 0;
  }
  .header.is-fixed .menu-links .nav {
    height: auto;
  }
  .header.is-fixed .menu-links .nav > li > a {
    padding: 10px 15px;
  }
  .header.rs-nav .sticky-header .menu-links,
  .header.rs-nav .sticky-header.is-fixed .menu-links {
    display: block !important;
    position: absolute;
    width: 100%;
    left: -100%;
    top: 60px;
    overflow: hidden;
    background-color: #FFF;
    margin: 0;
    z-index: 100;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  }
  .header.rs-nav .sticky-header .menu-links.show,
  .header.rs-nav .sticky-header.is-fixed .menu-links.show {
    left: 0px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
  }
  .header.rs-nav .sticky-header .menu-links .navbar-nav,
  .header.rs-nav .sticky-header.is-fixed .menu-links .navbar-nav {
    height: calc(100vh - 40px);
    padding: 0;
    display: block;
    margin: 0;
    overflow-y: auto;
  }
  .header.rs-nav .sticky-header .menu-links .navbar-nav li,
  .header.rs-nav .sticky-header.is-fixed .menu-links .navbar-nav li {
    width: 100%;
  }
  .header.rs-nav .sticky-header .menu-links .navbar-nav li a,
  .header.rs-nav .sticky-header.is-fixed .menu-links .navbar-nav li a {
    color: #121921;
    display: block;
    width: 100%;
    padding: 15px;
  }
  .header.rs-nav .sticky-header .menu-links .navbar-nav li.active a,
  .header.rs-nav .sticky-header.is-fixed .menu-links .navbar-nav li.active a {
    color: #ff3030;
  }
  .header.rs-nav .sticky-header .menu-links .navbar-nav li::last-child,
  .header.rs-nav .sticky-header.is-fixed .menu-links .navbar-nav li::last-child {
    position: static;
  }
  .header.rs-nav .sticky-header .menu-links .navbar-nav li .sub-menu,
  .header.rs-nav .sticky-header .menu-links .navbar-nav li .sub-menu.fullwidth,
  .header.rs-nav .sticky-header.is-fixed .menu-links .navbar-nav li .sub-menu,
  .header.rs-nav .sticky-header.is-fixed .menu-links .navbar-nav li .sub-menu.fullwidth {
    width: 100%;
    position: relative;
    background: #EEE;
    box-shadow: none;
    border: none;
    border-radius: 0;
  }
  .header.rs-nav .sticky-header .menu-links .navbar-nav li .sub-menu li,
  .header.rs-nav .sticky-header .menu-links .navbar-nav li .sub-menu.fullwidth li,
  .header.rs-nav .sticky-header.is-fixed .menu-links .navbar-nav li .sub-menu li,
  .header.rs-nav .sticky-header.is-fixed .menu-links .navbar-nav li .sub-menu.fullwidth li {
    width: 100%;
  }
  .header.rs-nav .sticky-header.is-fixed .menu-links,
  .header.rs-nav .sticky-header.is-fixed.is-fixed .menu-links {
    top: 55px;
  }
  .header.rs-nav .sticky-header .navbar-toggler.open span,
  .header.rs-nav .sticky-header.is-fixed .navbar-toggler.open span {
    background: #FFF;
  }
  .header.rs-nav .sticky-header .navbar-toggler.open::after,
  .header.rs-nav .sticky-header.is-fixed .navbar-toggler.open::after {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    outline: none;
    right: 0px;
    top: -20px;
    transform: scale(100);
    -o-transform: scale(100);
    -moz-transform: scale(100);
    -webkit-transform: scale(100);
    width: 100%;
    z-index: -1;
    transition: all 0.5s;
    transform-origin: top right;
    margin: 0 0px 0px 10px;
    box-shadow: 0 0 0 500px rgba(0, 0, 0, 0.6);
  }
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
}
@media only screen and (max-width: 576px) {
  .header .middle-header .navbar-brand img,
  .header .sticky-header .navbar-brand img {
    max-width: 55px;
  }
  .header .middle-header .navbar-brand h1,
  .header .sticky-header .navbar-brand h1 {
    font-size: 15px;
    margin: 0 0 0 5px;
  }
  .header .middle-header .contact-info-content .searchbox,
  .header .sticky-header .contact-info-content .searchbox {
    display: none;
  }
}
/* footer Start */
footer {
  font-size: 14px;
  border-top: 2px solid #ff3030;
  color: #FFF;
  background-attachment: fixed;
}
footer .footer-inner .footer-middle {
  background: #121921;
  padding-bottom: 40px;
  border-bottom: 1px solid #b0b0b0;
}
footer .footer-inner .footer-middle .footer-static-block ul {
  margin: 0;
}
footer .footer-inner .footer-middle .footer-static-block ul li {
  padding: 8px 0;
}
footer .footer-inner .footer-middle .footer-static-block ul li a {
  color: #FFF !important;
}
footer .footer-inner .footer-middle .footer-static-block ul li a:hover {
  color: #ff3030 !important;
}
footer .footer-inner .footer-middle .footer-static-block ul.product-link li {
  display: inline-block;
  width: calc(50% - 8px);
  padding: 8px 10px 8px 0;
}
footer .footer-inner .footer-middle .footer-static-block .f-logo {
  margin-bottom: 20px;
}
footer .footer-inner .footer-middle .footer-static-block .title {
  text-transform: uppercase;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  margin: 40px 0 30px;
}
footer .footer-inner .footer-middle .footer-static-block .title span {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 50px;
  height: 3px;
  background: #ff3030;
}
footer .footer-inner .footer-middle .footer-static-block .footer-block-contant {
  display: block;
}
footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.footer-address li {
  position: relative;
  display: block;
  padding: 10px 0 10px 30px;
  line-height: 25px;
}
footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.footer-address li:last-child {
  padding-bottom: 0;
}
footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.footer-address li i {
  position: absolute;
  color: #ff3030;
  left: 0;
  top: 13px;
  font-size: 18px;
}
footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.footer-address li a {
  display: block;
  width: auto;
  height: auto;
  border-radius: inherit;
  border: none;
}
footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.footer-address li a:hover {
  color: #FFF;
}
footer .footer-inner .footer-bottom {
  background: #FFF;
  padding: 20px 0;
  color: #121921;
}
footer .footer-inner .footer-bottom .footer_social {
  text-align: right;
}
@media screen and (max-width: 576px) {
  footer .footer-inner .footer-bottom .footer_social {
    text-align: left;
    margin-top: 15px;
  }
}
footer .footer-inner .footer-bottom .footer_social ul.social-icon {
  margin-bottom: 0;
}
footer .footer-inner .footer-bottom .footer_social ul.social-icon li {
  display: inline-block;
}
footer .footer-inner .footer-bottom .footer_social ul.social-icon li .fa {
  font-size: 24px;
  color: #ff3030;
  padding: 0 15px;
}
@media screen and (max-width: 576px) {
  footer .footer-inner .footer-bottom .footer_social ul.social-icon li .fa {
    font-size: 15px;
    padding: 0 10px;
  }
}

/* footer End */
/* loading Start */
#loading-icon-bx {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 99;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center;
}

/* loading End */
/* scroll top Start */
button.back-to-top {
  background: #ff3030;
  border-radius: 4px;
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  box-shadow: 2px 2px 12px -5px #000;
  color: #FFF;
  cursor: pointer;
  display: none;
  height: 40px;
  line-height: 26px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 40px;
  z-index: 100;
}

/* scroll top End */
/* homepage-content */
.homepage-content {
  /* homeslider-wrapper */
  /* brand-section */
  /* about-section */
}
.homepage-content .homeslider-wrapper {
  background: url(../images/slider/slider-1.jpg) no-repeat;
}
.homepage-content .homeslider-wrapper.owl-carousel .owl-nav {
  margin: 0;
}
.homepage-content .homeslider-wrapper.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.homepage-content .homeslider-wrapper.owl-carousel .owl-nav .owl-next {
  right: 10px;
}
.homepage-content .homeslider-wrapper.owl-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 15px;
}
.homepage-content .brand-section {
  position: relative;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  background: #FFF;
}
.homepage-content .brand-section::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 100%;
  top: 0;
  left: 0;
  background: #0057f1;
}
.homepage-content .brand-section .row {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0 15px;
}
.homepage-content .brand-section .brand-title {
  position: relative;
  z-index: 9;
  width: 150px;
  padding: 15px 10px;
  background: #0057f1;
}
.homepage-content .brand-section .brand-title h3 {
  margin: 0;
  font-weight: 300;
  color: #FFF;
  font-size: 20px;
}
.homepage-content .brand-section .brand-title h3 span {
  text-transform: uppercase;
  font-weight: 600;
}
.homepage-content .brand-section .brand-slider {
  width: calc(100% - 155px);
  padding-left: 30px;
  margin: 13px 0 0;
}
.homepage-content .brand-section .brand-slider img {
  padding: 0 10px;
}
.homepage-content .homeabout-section {
  padding: 70px 0 0;
}
.homepage-content .homeabout-section .btn {
  margin-top: 20px;
}
.homepage-content .homeabout-section .achievements-title {
  background: #ff3030;
  position: relative;
  text-align: center;
  padding: 15px;
  visibility: hidden;
}
.homepage-content .homeabout-section .achievements-title::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: #ff3030;
  bottom: -10px;
  left: calc(50% - 15px);
  transform: rotate(45deg);
  z-index: -1;
}
.homepage-content .homeabout-section .achievements-title h4 {
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  margin: 0;
  font-weight: 300;
}
.homepage-content .homeabout-section .achievements-slider {
  padding: 40px 0;
  border: 1px solid #f8f9fa;
  border-top: none;
}
.homepage-content .homeclient-section {
  padding: 0 0 30px;
}

/* homeproduct-section */
.homeproduct-section {
  padding: 50px 0 20px;
}
@media screen and (max-width: 576px) {
  .homeproduct-section {
    padding: 50px 15px 20px;
  }
}
.homeproduct-section .owl-controls {
  margin-top: 40px;
}

.product-thumb {
  padding-top: 20px;
  margin: 5px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.product-thumb .product-image {
  background: #e5e5e5;
  border: 1px solid #EEE;
  border-bottom: none;
  overflow: hidden;
  height: 250px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-thumb .product-image img {
  transform: scale(1);
  transition: all 0.3s ease 0s;
  max-height: 250px;
}
.product-thumb .product-name {
  height: 65px;
  padding: 10px;
  background: #FFF;
  border: 1px solid #EEE;
  border-top: none;
  text-align: center;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.product-thumb .product-name a {
  display: block;
  color: #121921;
}
.product-thumb .product-name a p,
.product-thumb .product-name a h2 {
  margin: 0;
  line-height: 20px;
  font-size: 16px;
}
.product-thumb .buttons-wrapper {
  display: block;
  width: 100%;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  opacity: 0;
  margin: 0;
}
.product-thumb:hover {
  background: #fbfbfb;
  box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.08);
}
.product-thumb:hover .product-image img {
  transform: scale(1.05);
}
.product-thumb:hover .product-name a {
  color: #ff3030;
}
.product-thumb:hover .buttons-wrapper {
  opacity: 1;
}

/* whychoose-section */
.whychoose-section .whychoose-content {
  height: 600px;
  display: table-cell;
  vertical-align: middle;
}
.whychoose-section .whychoose-content .feature-wrapper {
  margin: 30px 0 50px;
}
.whychoose-section .whychoose-content .feature-wrapper .feature-thumb {
  width: 85px;
  height: 85px;
  border: 2px solid #ff3030;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  padding: 20px 0;
}
.whychoose-section .whychoose-content .feature-wrapper .feature-thumb h5 {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  padding-top: 4px;
  text-transform: uppercase;
}
.whychoose-section .whychoose-content .feature-wrapper .feature-thumb p {
  font-size: 13px;
  margin-bottom: 0;
}
.whychoose-section .whychoose-content .feature-wrapper .feature-thumb:hover {
  background: #ff3030;
  color: #FFF;
}

/* owl-carousel */
.owl-carousel .owl-nav [class*=owl-] {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  overflow: hidden;
  border-radius: 50%;
  transition: all 0.3s;
}
.owl-carousel .owl-nav [class*=owl-] .fa {
  display: none;
}
.owl-carousel .owl-nav [class*=owl-]::after, .owl-carousel .owl-nav [class*=owl-]::before {
  position: absolute;
  border: 5px #EEE solid;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: inherit;
  -webkit-border-radius: inherit;
}
.owl-carousel .owl-nav [class*=owl-]:hover::after, .owl-carousel .owl-nav [class*=owl-]:hover::before {
  border: 5px #ff3030 solid;
}
.owl-carousel .owl-nav .owl-prev {
  left: -35px;
  background: #FFF url(../images/prev-icon.png);
  background-size: 120px;
}
.owl-carousel .owl-nav .owl-prev:hover {
  background-position: -60px 0;
}
.owl-carousel .owl-nav .owl-next {
  right: -35px;
  background: #FFF url(../images/next-icon.png) -60px 0;
  background-size: 120px 60px;
}
.owl-carousel .owl-nav .owl-next:hover {
  background-position: 0 0;
}
.owl-carousel .owl-dots .owl-dot {
  margin: 5px;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #b0b0b0;
  transition: all 0.15s;
  -webkit-transition: all 0.15s;
}
.owl-carousel .owl-dots .owl-dot span:hover {
  background: #ff3030;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: #ff3030;
  transform: scale(1.3);
  -webkit-transform: scale(1.5);
  backface-visibility: hidden;
}

/* event-section */
.event-section {
  padding: 0 0 50px;
}
.event-section .upcoming-event-carousel {
  margin-top: -15px;
}
.event-section .upcoming-event-carousel .owl-item {
  box-shadow: none;
  transform: scale(0.9);
  transition: all 0.5s;
  opacity: 0.4;
}
.event-section .upcoming-event-carousel .owl-item.active.center {
  opacity: 1;
}
.event-section .upcoming-event-carousel .owl-nav {
  position: static;
}
.event-section .upcoming-event-carousel .owl-nav .owl-next,
.event-section .upcoming-event-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0 100px !important;
}
.event-section .upcoming-event-carousel .owl-nav .owl-next:hover,
.event-section .upcoming-event-carousel .owl-nav .owl-prev:hover {
  cursor: pointer;
}
.event-section .upcoming-event-carousel .owl-nav .owl-next {
  left: auto;
  right: 0;
}
.event-section .item {
  padding: 15px;
}
.event-section .item .event-bx {
  box-shadow: 0 0 15px 0 rgba(29, 25, 0, 0.25);
}
.event-section .item .event-bx .info-bx {
  padding: 30px;
}
.event-section .item .event-bx .info-bx .event-time {
  background-color: #ff3030;
  text-align: center;
  padding: 15px;
  border-radius: 4px;
  margin-right: 20px;
  width: 115px;
}
.event-section .item .event-bx .info-bx .event-time .event-date {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
.event-section .item .event-bx .info-bx .event-time .event-month {
  color: #FFF;
}
.event-section .item .event-bx .info-bx .event-info {
  width: 100%;
}
.event-section .item .event-bx .info-bx .event-info .event-title {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 24px;
}
.event-section .item .event-bx .info-bx .event-info .title {
  color: #ff3030;
}
.event-section .item .event-bx .info-bx .event-info .media-post {
  border-bottom: 1px solid #EEE;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.event-section .item .event-bx .info-bx .event-info .media-post li {
  list-style: none;
  display: inline-block;
  font-size: 13px;
  text-transform: capitalize;
  margin-right: 10px;
}
.event-section .item .event-bx .info-bx .event-info .media-post li a {
  text-transform: capitalize;
  font-size: 14px;
}
.event-section .item .event-bx .info-bx .event-info p {
  color: #454545;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.event-section.active.center {
  transform: scale(1);
  transition: all 0.5s;
  opacity: 1;
}
.event-section.active.center .item {
  padding: 15px;
}
.event-section .btn {
  margin-top: 20px;
}

/* Testimonials */
.testimonial-section {
  padding: 50px 0;
}
.testimonial-section .testimonial-bx {
  text-align: center;
}
.testimonial-section .testimonial-bx .testimonial-thumb {
  width: 80px;
  border-radius: 50px;
  overflow: hidden;
  margin: 20px auto;
  border: 3px solid #FFF;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
}
.testimonial-section .testimonial-bx .testimonial-info {
  margin-bottom: 15px;
}
.testimonial-section .testimonial-bx .testimonial-info h5 {
  color: #121921;
  margin-bottom: 0;
}
.testimonial-section .testimonial-bx .testimonial-info p {
  color: #000;
  font-size: 15px;
  margin: 0;
}
.testimonial-section .testimonial-bx .testimonial-content {
  position: relative;
  position: relative;
  max-width: 800px;
  margin: 20px auto;
  padding: 0 40px;
}
.testimonial-section .testimonial-bx .testimonial-content::before, .testimonial-section .testimonial-bx .testimonial-content::after {
  color: #ff3030;
  font-family: fontawesome;
  position: absolute;
  font-size: 30px;
}
.testimonial-section .testimonial-bx .testimonial-content::before {
  top: 0;
  content: "\f10d";
  left: -30px;
}
.testimonial-section .testimonial-bx .testimonial-content::after {
  bottom: 0;
  content: "\f10e";
  right: -30px;
}
.testimonial-section .testimonial-bx .testimonial-content p {
  color: #000;
  font-size: 15px;
  margin: 0;
}

.homeslider-wrapper {
  position: relative;
}
.homeslider-wrapper .swiper-container {
  width: 100%;
}
.homeslider-wrapper .swiper-slide {
  background-size: 100% !important;
}
.homeslider-wrapper .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #000;
  opacity: 0.3;
}
.homeslider-wrapper .container {
  position: relative;
}
.homeslider-wrapper .slider-content {
  color: #FFF;
  vertical-align: middle;
  display: table-cell;
}
.homeslider-wrapper .slider-content h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.homeslider-wrapper .slider-content p {
  font-size: 15px;
}
.homeslider-wrapper .slider-product-preview {
  position: absolute;
  width: 100%;
  right: 15px;
  top: 80px;
  bottom: 80px;
}
@media screen and (max-width: 576px) {
  .homeslider-wrapper .slider-product-preview {
    display: none;
  }
}
.homeslider-wrapper .slider-product-preview .product-preview-shortcode {
  height: 100%;
  position: relative;
}
.homeslider-wrapper .slider-product-preview .product-preview-shortcode > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}
.homeslider-wrapper .slider-product-preview .product-preview-shortcode .preview {
  position: absolute;
  left: 50px;
  top: 0;
  right: 100px;
  bottom: 0;
  box-shadow: 2px 2px 10px rgba(238, 238, 238, 0.5);
  background: #0057f1;
}
.homeslider-wrapper .slider-product-preview .product-preview-shortcode .preview .entry {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.homeslider-wrapper .slider-product-preview .product-preview-shortcode .preview .entry.active {
  opacity: 1;
  height: 100%;
}
.homeslider-wrapper .slider-product-preview .product-preview-shortcode .sidebar {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.homeslider-wrapper .slider-product-preview .product-preview-shortcode .sidebar .entry {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 3px solid #FFF;
  box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.1);
  background: #FFF;
  cursor: pointer;
  margin-bottom: 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  overflow: hidden;
}
.homeslider-wrapper .slider-product-preview .product-preview-shortcode .sidebar .entry img {
  display: block;
  max-width: 100%;
  height: auto;
}
.homeslider-wrapper .slider-product-preview .product-preview-shortcode .sidebar .entry:hover {
  border-color: #ff3030;
}
.homeslider-wrapper .slider-product-preview .product-preview-shortcode .sidebar .entry.active {
  border-color: #ff3030;
  background: #FFF;
}
.homeslider-wrapper .slider-product-preview.align-left .product-preview-shortcode .sidebar {
  left: 0;
  right: auto;
}
.homeslider-wrapper .swiper-button-prev, .homeslider-wrapper .swiper-container-rtl .swiper-button-next {
  background: #FFF url(../images/prev-icon.png);
  background-size: 120px;
}
.homeslider-wrapper .swiper-button-prev:hover, .homeslider-wrapper .swiper-container-rtl .swiper-button-next:hover {
  background-position: -60px 0;
}
@media screen and (max-width: 576px) {
  .homeslider-wrapper .swiper-button-prev, .homeslider-wrapper .swiper-container-rtl .swiper-button-next {
    display: none;
  }
}
.homeslider-wrapper .swiper-button-next, .homeslider-wrapper .swiper-container-rtl .swiper-button-prev {
  background: #FFF url(../images/next-icon.png) -60px 0;
  background-size: 120px 60px;
}
.homeslider-wrapper .swiper-button-next:hover, .homeslider-wrapper .swiper-container-rtl .swiper-button-prev:hover {
  background-position: 0 0;
}
@media screen and (max-width: 576px) {
  .homeslider-wrapper .swiper-button-next, .homeslider-wrapper .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
}
.homeslider-wrapper .swiper-button-prev::after, .homeslider-wrapper .swiper-button-next::after {
  border: 5px solid #ff3030;
}
.homeslider-wrapper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #b0b0b0;
  border-radius: 0;
}
.homeslider-wrapper .swiper-pagination-bullet-active {
  background: #ff3030;
  border: none;
}

@media screen and (max-width: 1280px) {
  .homeslider-wrapper .container {
    max-width: 1100px;
  }
  .homeslider-wrapper .swiper-button-prev {
    left: 10px;
  }
  .homeslider-wrapper .swiper-button-next {
    right: 10px;
  }
}
/** breadcrumb **/
.page-banner {
  position: relative;
  padding: 110px 0 70px;
  background-size: cover;
  background-repeat-y: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 576px) {
  .page-banner {
    padding: 60px 0 20px;
  }
}
.page-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #121921;
  opacity: 0.3;
}
.page-banner h3 {
  font-size: 40px;
  text-transform: uppercase;
  text-align: center;
  color: #FFF;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .page-banner h3 {
    font-size: 25px;
    font-weight: 600;
  }
}

.breadcrumb {
  padding: 15px 0;
  background: none;
  border-bottom: 1px solid #EEE;
  background: #fbfbfb;
  margin-bottom: 0;
}
@media screen and (max-width: 576px) {
  .breadcrumb {
    padding: 15px;
  }
}
.breadcrumb ul[class*=list-] {
  font-size: 15px;
  margin: 0;
}
.breadcrumb ul[class*=list-] li {
  position: relative;
  padding: 0 20px 0 0;
  margin-right: 3px;
  color: #000;
  display: inline-block;
}
.breadcrumb ul[class*=list-] li:after {
  content: "\f105";
  margin-left: 7px;
  font-family: fontawesome;
  position: absolute;
  top: 0;
  right: 0;
}
.breadcrumb ul[class*=list-] li:last-child::after {
  display: none;
}
.breadcrumb ul[class*=list-] li a {
  color: #ff3030;
}
.breadcrumb ul[class*=list-] li h2 {
  font-size: initial;
  margin: 0;
  padding: 0;
}

ul.lists li {
  position: relative;
  padding-left: 25px;
  line-height: 35px;
}
ul.lists li::after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: FontAwesome;
  content: "\f192";
  font-size: 15px;
  color: #0057f1;
}

/* main-content */
.main-content {
  position: relative;
  padding: 50px 0 30px;
  min-height: 400px;
  /* about-section  Start */
  /* about-section End */
  /* achievements-section  Start */
  /* achievements-section End */
  /* calibration-section */
  /* career-section */
  /* career-section */
  /* product-section Start */
  /* product-section End */
  /* product-details Start */
  /* product-details End */
  /* contact-page Start */
  /* contact-page End */
}
@media screen and (max-width: 576px) {
  .main-content {
    padding: 30px 0;
  }
}
.main-content .about-section .about-img {
  margin-bottom: 30px;
}
.main-content .about-section .about-img img {
  width: 100%;
}
.main-content .about-section .partner-content ul li {
  position: relative;
  display: inline-block;
  margin: 15px;
  width: calc(33.3333333333% - 33px);
  border: 1px solid #EEE;
  box-shadow: 1px -4px 4px 1px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 10px 10px 0;
  vertical-align: top;
  overflow: hidden;
  border-bottom: 2px solid #0057f1;
}
@media screen and (max-width: 991px) {
  .main-content .about-section .partner-content ul li {
    width: calc(50% - 33px);
  }
}
@media screen and (max-width: 576px) {
  .main-content .about-section .partner-content ul li {
    width: calc(100% - 33px);
  }
}
.main-content .about-section .partner-content ul li img {
  max-width: 200px;
  transition: all 1s;
}
.main-content .about-section .partner-content ul li p {
  position: relative;
  z-index: 9;
  color: #121921;
  font-weight: 500;
  text-transform: uppercase;
}
.main-content .about-section .partner-content ul li h5 {
  float: right;
  color: #FFF;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
}
.main-content .about-section .partner-content ul li h5 span {
  display: inline-block;
  width: 60px;
  text-align: center;
  position: relative;
  top: -8px;
  left: 12px;
}
.main-content .about-section .partner-content ul li h5::after {
  content: "";
  height: 0;
  border-bottom: 65px solid #0057f1;
  border-left: 90px solid transparent;
  bottom: 0px;
  right: 0;
  position: absolute;
  z-index: 1;
}
.main-content .about-section .partner-content ul li:hover {
  border-bottom: 2px solid #ff3030;
}
.main-content .about-section .partner-content ul li:hover img {
  transform: scale(1.3);
}
.main-content .about-section .partner-content ul li:hover p {
  color: #ff3030;
}
.main-content .about-section .partner-content ul li:hover h5::after {
  content: "";
  border-bottom: 65px solid #ff3030;
}
.main-content .about-section .client-list ul li {
  position: relative;
  display: inline-block;
  margin: 15px;
  width: calc(25% - 33px);
  border: 1px solid #EEE;
  box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 25px 10px;
  vertical-align: top;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .main-content .about-section .client-list ul li {
    width: calc(33.3333333333% - 33px);
  }
}
@media screen and (max-width: 576px) {
  .main-content .about-section .client-list ul li {
    padding: 0;
    margin: 10px;
    width: calc(50% - 23px);
  }
}
.main-content .about-section .client-list ul li img {
  transition: all 1s;
}
.main-content .about-section .client-list ul li:hover img {
  transform: scale(1.3);
}
.main-content .achievements-section .achievement-list li {
  position: relative;
  display: inline-block;
  margin: 15px;
  width: calc(33.3333333333% - 33px);
  border: 1px solid #EEE;
  box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding: 25px 10px;
  vertical-align: top;
  overflow: hidden;
  border-bottom: 3px solid transparent;
}
@media screen and (max-width: 991px) {
  .main-content .achievements-section .achievement-list li {
    width: calc(50% - 33px);
  }
}
@media screen and (max-width: 576px) {
  .main-content .achievements-section .achievement-list li {
    margin: 10px 10px 20px;
    width: calc(100% - 23px);
  }
}
.main-content .achievements-section .achievement-list li img {
  transition: all 1s;
}
.main-content .achievements-section .achievement-list li .achievement-img {
  height: 220px;
  width: 100%;
  text-align: center;
}
.main-content .achievements-section .achievement-list li .achievement-name {
  position: relative;
  z-index: 9;
  color: #ff3030;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}
.main-content .achievements-section .achievement-list li:hover {
  background: #fbfbfb;
  border-bottom: 3px solid #0057f1;
}
.main-content .achievements-section .achievement-list li:hover img {
  transform: scale(1.12);
}
@media screen and (max-width: 576px) {
  .main-content .calibration-section {
    padding: 0 15px;
  }
}
.main-content .calibration-section .other-heading {
  margin-bottom: 50px;
}
.main-content .calibration-section ul li {
  list-style: initial;
  line-height: 35px;
}
.main-content .event-section .section-heading {
  margin-bottom: 50px;
}
.main-content .event-section .item {
  padding: 0;
  margin-bottom: 40px;
}
.main-content .event-section .item .more-link,
.main-content .event-section .item .less-link {
  margin: 10px 0 0;
  color: #FFF;
}
.main-content .event-section .item .more-link .fa,
.main-content .event-section .item .less-link .fa {
  margin-left: 10px;
}
.main-content .event-section .item .event-info {
  width: 100%;
}
.main-content .event-section .item .more-text {
  display: none;
}
.main-content .career-section .career-content {
  padding-bottom: 50px;
}
.main-content .career-section .career-content .card {
  border: none;
}
.main-content .career-section .career-content .card-header {
  position: relative;
  background: transparent;
  padding: 25px 30px;
}
@media screen and (max-width: 576px) {
  .main-content .career-section .career-content .card-header {
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
.main-content .career-section .career-content .card-header h4 {
  color: #ff3030;
  cursor: pointer;
}
.main-content .career-section .career-content .card-header h4 a {
  display: block;
}
.main-content .career-section .career-content .card-header h4 a:after {
  color: #ff3030;
  position: absolute;
  left: 0;
  top: 37px;
  font-family: "FontAwesome";
  content: "\f068";
  font-size: 20px;
  -webkit-text-stroke: 1px #FFF;
}
.main-content .career-section .career-content .card-header h4 a.collapsed:after {
  font-family: "FontAwesome";
  content: "\f067";
}
.main-content .career-section .career-content .card-header .btn-apply {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 576px) {
  .main-content .career-section .career-content .card-header .btn-apply {
    width: 115px;
    position: static;
    transform: initial;
    margin: 15px 0 0;
    order: 3;
  }
}
.main-content .career-section .career-content .card-header .i-tag {
  display: block;
}
.main-content .career-section .career-content .card-body {
  background: #fbfbfb;
  box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
}
.main-content .career-section .career-content .card-body h5 {
  font-weight: 600;
  font-size: 16px;
}
.main-content .career-section .career-content .card-body ul li {
  line-height: 30px;
}
.main-content .product-section .product-sidebar {
  padding: 10px 15px;
  margin-bottom: 30px;
}
.main-content .product-section .product-sidebar h2 {
  margin-top: 0;
  padding: 15px 15px;
  margin: -10px -15px 10px;
  font-size: 20px;
  background: #ff3030;
  color: #FFF;
  font-weight: 300;
}
.main-content .product-section .product-sidebar h2 .fa {
  float: right;
  font-size: 25px;
}
.main-content .product-section .product-sidebar ul {
  padding: 0;
  margin: 0;
}
.main-content .product-section .product-sidebar ul > li {
  list-style: none;
}
.main-content .product-section .product-sidebar ul > li > a {
  padding: 12px 0px;
  display: block;
  border-bottom: 1px solid #EEE;
  text-transform: uppercase;
  transition: initial;
}
.main-content .product-section .product-sidebar ul > li > a:hover {
  color: #ff3030;
}
.main-content .product-section .product-sidebar ul > li.active > a {
  color: #ff3030;
  margin: 0 -15px;
  padding: 12px 13px;
}
.main-content .product-section .product-sidebar ul > li.active > a:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.6em;
  content: "\f105";
  float: right;
  color: #ff3030;
}
.main-content .product-section .product-inner-section .col-sm-12 {
  margin-bottom: 30px;
}
.main-content .product-section .product-inner-section .pro-title {
  display: inline-block;
  font-weight: 300;
}
.main-content .product-section .product-inner-section .pro-show-item {
  float: right;
  padding-top: 15px;
}
.main-content .product-section .product-inner-section .pro-show-item b {
  font-weight: 600;
}
.main-content .product-section .product-inner-section .product-thumb {
  padding-top: 0;
  margin-bottom: 30px;
}
.main-content .product-section .product-details-content {
  width: 100%;
  background: #FFF;
  box-shadow: 1px 1px 6px 4px #f8f9fa;
  border: 1px solid #f8f9fa;
  margin: 0 15px 35px;
  border-bottom: 1px solid #ff3030;
}
.main-content .product-section .product-details-content:hover {
  border-bottom: 1px solid #0057f1;
}
.main-content .product-section .product-details-content .section-heading h4 {
  color: #ff3030;
  padding-left: 15px;
  border-left: 5px solid #ff3030;
}
.main-content .product-section .product-details-content .section-heading h4::after {
  display: none;
}
.main-content .product-section .product-details-content .product-images .main-image {
  background: #fbfbfb;
  margin-bottom: 20px;
}
.main-content .product-section .product-details-content .product-images .main-image.images {
  overflow: hidden;
  height: 290px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.main-content .product-section .product-details-content .product-images .main-image.images img {
  max-height: 290px;
}
.main-content .product-section .product-details-content .product-images .buttons-group {
  margin-bottom: 20px;
}
.main-content .product-section .product-details-content .product-details-inner {
  padding: 0;
}
.main-content .product-section .product-details-content .product-details-inner .content {
  height: 340px;
  overflow: hidden;
}
.main-content .product-details-content {
  padding: 30px 0;
}
.main-content .product-details-content .section-heading h4 {
  margin-top: 0;
  font-weight: 500;
}
.main-content .product-details-content .product-images .main-image {
  background: #fbfbfb;
  margin-bottom: 30px;
}
.main-content .product-details-content .product-images .main-image.images {
  overflow: hidden;
  height: 450px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.main-content .product-details-content .product-images .main-image.images img {
  max-height: 430px;
}
@media screen and (max-width: 576px) {
  .main-content .product-details-content .product-images .main-image .cloud-zoom-big {
    right: 0 !important;
    top: auto !important;
    z-index: 10000 !important;
  }
}
.main-content .product-details-content .product-images .buttons-group {
  margin-bottom: 20px;
}
.main-content .product-details-content .product-details-inner {
  padding: 0 30px;
}
@media screen and (max-width: 576px) {
  .main-content .product-details-content .product-details-inner {
    padding: 15px 0;
  }
}
.main-content .product-details-content .product-details-inner .feature-wrapper {
  margin: 30px 0 50px;
}
.main-content .product-details-content .product-details-inner .feature-wrapper .feature-thumb {
  width: 85px;
  height: 85px;
  border: 2px solid #ff3030;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  padding: 20px 0;
}
.main-content .product-details-content .product-details-inner .feature-wrapper .feature-thumb h5 {
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  padding-top: 4px;
  text-transform: uppercase;
}
.main-content .product-details-content .product-details-inner .feature-wrapper .feature-thumb p {
  font-size: 13px;
  margin-bottom: 0;
}
.main-content .product-details-content .product-details-inner .feature-wrapper .feature-thumb:hover {
  background: #ff3030;
  color: #FFF;
}
.main-content .product-details-content .video_demo .modal-dialog {
  max-width: 900px !important;
}
.main-content .product-details-content .video_demo .modal-dialog .modal-header {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 9;
  border: none;
}
.main-content .product-details-content .video_demo .modal-dialog .modal-header .close {
  width: 45px;
  height: 45px;
  font-size: 40px;
  padding: 0;
  background: #ff3030;
  opacity: 1;
  color: #FFF;
  border-radius: 50%;
  outline: none;
  border: none;
  text-stroke: 3px #ff3030;
  -webkit-text-stroke: 3px #ff3030;
}
.main-content .relatedproduct-section {
  padding: 40px 0 50px;
}
@media screen and (max-width: 576px) {
  .main-content .relatedproduct-section {
    padding: 0 20px;
  }
}
.main-content .contact-page .contact-text {
  background: #ff3030;
  padding: 30px;
  border: 1px solid #EEE;
  margin-bottom: 50px;
  color: #FFF;
}
.main-content .contact-page .contact-text .heading-bx.left .title-head {
  font-weight: 300;
  padding-left: 15px;
  border-left: 5px solid #FFF;
}
.main-content .contact-page .contact-text .heading-bx.left p {
  color: #FFF;
}
.main-content .contact-page .contact-text ul li {
  position: relative;
  padding: 13px 0 13px 30px;
  border-bottom: 1px solid #EEE;
  line-height: 30px;
  margin-bottom: 10px;
}
.main-content .contact-page .contact-text ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.main-content .contact-page .contact-text ul li i {
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 18px;
  color: #FFF;
}
.main-content .contact-page .contact-bx {
  padding: 30px 0;
}
.main-content .contact-page .contact-bx .title-head {
  font-weight: 300;
}
.main-content .contact-page .contact-bx .form-group .input-group {
  display: block;
  position: relative;
}
.main-content .contact-page .contact-bx .form-group .input-group label {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #121921;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.main-content .contact-page .contact-bx .form-group .input-group .form-control {
  width: 100%;
  border-width: 0 0 1px 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0;
}
.main-content .contact-page .contact-bx .form-group .input-group .form-control textarea {
  height: 120px;
}
.main-content .contact-page .contact-bx .form-group .input-group input:focus,
.main-content .contact-page .contact-bx .form-group .input-group select:focus,
.main-content .contact-page .contact-bx .form-group .input-group textarea:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #ff3030;
}
.main-content .contact-page .contact-bx .form-group.focused .input-group label {
  color: #ff3030;
  top: -8px;
  font-size: 10px;
}
.main-content .contact-page .contact-bx .btn {
  text-transform: uppercase;
  margin-top: 10px;
}

/* .career-poup Start */
.career-poup .modal-header {
  background: #0057f1;
}
.career-poup .modal-header .modal-title {
  width: 100%;
  text-align: center;
  color: #FFF;
  margin: 0;
}
.career-poup .modal-header .close {
  outline: none;
  opacity: 1;
  color: #FFF;
  -webkit-text-stroke: 1px #0057f1;
}
.career-poup .form-group .input-group {
  display: block;
  position: relative;
}
.career-poup .form-group .input-group label {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #121921;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.career-poup .form-group .input-group .form-control {
  width: 100%;
  border-width: 0 0 1px 0;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0;
}
.career-poup .form-group .input-group .form-control textarea {
  height: 120px;
}
.career-poup .form-group .input-group input:focus,
.career-poup .form-group .input-group select:focus,
.career-poup .form-group .input-group textarea:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #ff3030;
}
.career-poup .form-group.focused .input-group label {
  color: #ff3030;
  top: -8px;
  font-size: 10px;
}
.career-poup .btn {
  text-transform: uppercase;
  margin-top: 10px;
}

/* .career-poup End */
.ekko-lightbox {
  z-index: 10001;
}
.ekko-lightbox .modal-header {
  display: block;
  background: #0057f1;
}
.ekko-lightbox .modal-header .modal-title {
  width: 100%;
  text-align: center;
  color: #FFF;
  margin: 0;
}
.ekko-lightbox .modal-header .close {
  outline: none;
  opacity: 1;
  color: #FFF;
  -webkit-text-stroke: 1px #0057f1;
}

/* mCustomScrollbar */
.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #ff3030;
}
.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #ff3030;
}/*# sourceMappingURL=main.css.map */