* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Montserrat";
  margin-bottom: 0 !important;
}

a {
  text-decoration: unset !important;
}

.logo {
  height: 40px !important;
}

.logo-fixed {
  display: none;
}

.navbar-wrap {
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.nav-fix {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.nav-fix .navbar-nav .nav-item {
  color: #000 !important;
}

.nav-fix .navbar-nav .nav-item.active > .nav-link,
.nav-fix .navbar-nav .nav-item:active:focus > .nav-link,
.nav-fix .navbar-nav .nav-item:active > .nav-link,
.nav-fix .navbar-nav .nav-item:focus > .nav-link,
.nav-fix .navbar-nav .nav-item:hover > .nav-link {
  color: #ea7040;
}

.nav-fix .logo {
  display: none;
}

.nav-fix .logo-fixed {
  display: block;
}

.border-bottom-header {
  border-bottom: 1px solid #e5e5e5;
}

.elementor-column {
  min-height: 0px !important;
}

.container {
  max-width: 1170px;
}

.cs-mega {
  position: static !important;
  background-color: #000;
}

#main-header ul {
  margin-left: 0 !important;
}

.dropdown .navbar-nav {
  margin-left: 0 !important;
}

.navbar-nav .nav-item.active > .nav-link,
.navbar-nav .nav-item:active:focus > .nav-link,
.navbar-nav .nav-item:active > .nav-link,
.navbar-nav .nav-item:focus > .nav-link,
.navbar-nav .nav-item:hover > .nav-link {
  color: #ff5310;
}

.nav-item.dropdown > .navbar-nav .nav-item {
  color: #000;
}

.nav-item.dropdown > .navbar-nav .nav-item:hover .nav-link {
  color: #000;
}

.navbar-expand-lg .navbar-nav .nav-link,
.navbar-nav .nav-link {
  font-family: "Montserrat-semibold";
  font-size: 14px;
  text-transform: uppercase;
}

.nav-item a.nav-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  content: ".";
  color: transparent;
  background: #ff5310;
  height: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.nav-item a.nav-link:hover:after {
  width: 100%;
}

.nav-item.active a.nav-link:after {
  width: 100%;
}

.bg-tran {
  background-color: transparent !important;
}

.navbar-wrap {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 9;
}

.ongtt-cs-color .navbar-nav .nav-item {
  color: rgba(255, 255, 255, 0.4);
}

.megamenu-subitem {
  margin-bottom: 40px;
  border-radius: 10px;
  padding: 23px 35px 30px 25px;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}

.megamenu-subitem:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.megamenu-subitem a {
  color: #000;
  font-size: 16px;
  font-family: "Montserrat-semibold";
}

.megamenu-subitem p {
  color: #000;
  font-size: 12px;
  margin-bottom: 0;
  padding-top: 7px;
}

.megamenu-subitem a i {
  color: #ff5310;
  font-size: 13px;
  padding-left: 10px;
}

.megamenu-subitem:hover {
  background-color: #1f3da7;
}

.megamenu-subitem:hover a,
.megamenu-subitem:hover p {
  color: #fff;
}

@-webkit-keyframes toright {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }
  100% {
    -webkit-transform: translate3d(7px, 0px, 0px);
            transform: translate3d(7px, 0px, 0px);
  }
}

@keyframes toright {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
            transform: translate3d(0px, 0px, 0px);
  }
  100% {
    -webkit-transform: translate3d(7px, 0px, 0px);
            transform: translate3d(7px, 0px, 0px);
  }
}

.megamenu-subitem:hover i {
  -webkit-animation: toright 0.6s linear 0s infinite alternate;
          animation: toright 0.6s linear 0s infinite alternate;
}

.megamenu .navbar-nav {
  border-top: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0995138);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0995138);
}

.dropdown.megamenu > .navbar-nav {
  padding-top: 50px;
}

.megamenu-subitem-2 a {
  color: #000;
  font-size: 16px;
  font-family: "Montserrat-semibold";
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: color;
  transition-property: color;
}

.megamenu-subitem-2 {
  padding: 20px 30px 20px 20px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: background-color, border;
  transition-property: background-color, border;
  margin-bottom: 20px;
}

.megamenu-subitem-2 p {
  font-size: 14px;
  margin-bottom: 0;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: color;
  transition-property: color;
  color: #000;
}

.megamenu-subitem-2 img {
  margin-right: 10px;
  width: 40px;
  height: 40px;
}

.megamenu-subitem-2:hover {
  background-color: #ff5310;
  border-color: #ff5310;
}

.megamenu-subitem-2:hover a,
.megamenu-subitem-2:hover p {
  color: #fff;
}

.icon-hover {
  display: none;
}

.megamenu-subitem-2:hover .icon-hover {
  display: block;
}

.megamenu-subitem-2:hover .icon-normal {
  display: none;
}

.mb-link {
  display: none;
}

.description {
  font-size: 14px;
}

.description p {
  margin-bottom: 0;
}

.check {
  width: 46px;
  height: 46px;
  background-color: #39cd8b;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.check i {
  font-size: 24px;
  color: #fff;
}

.solution-item-home {
  margin-bottom: 30px;
  padding: 30px 60px 30px 30px;
  position: relative;
  background-color: #fff;
  border-radius: 23px;
}

.solution-item-home:hover .check {
  background-color: #ff5310;
}

.solution-item-home:hover .see-more i {
  -webkit-animation: toright 0.6s linear 0s infinite alternate;
          animation: toright 0.6s linear 0s infinite alternate;
}

.title {
  font-size: 18px;
}

.title a {
  font-family: "Montserrat-semibold";
  color: #000;
  font-size: 18px;
}

.see-more {
  padding-top: 10px;
}

.see-more a {
  font-family: "Montserrat-semibold";
  color: #ff5310;
  font-size: 12px;
  text-transform: uppercase;
}

.see-more i {
  margin-left: 10px;
  font-size: 14px;
}

.icon-product {
  margin-bottom: 15px;
}

.icon-product img {
  width: 40px;
  height: 40px;
}

.product-item-home {
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 20px;
  background-color: #002999;
}

.product-item-home .title a {
  color: #fff;
}

.product-item-home .description {
  color: #fff;
}

.cs-img {
  max-height: 0;
  opacity: 0;
  -webkit-transition: max-height 0.5s ease-out, opacity 0.25s;
  transition: max-height 0.5s ease-out, opacity 0.25s;
  overflow: hidden;
}

.swiper-slide-active .cs-img {
  max-height: 80px;
  -webkit-transition: max-height 0.01s ease-in;
  transition: max-height 0.01s ease-in;
  opacity: 1;
}

.cs-feedback {
  padding: 27px 25px 24px 25px;
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: none;
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: none;
}

.cs-feedback-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cs-feedback-wrap .swiper-slide {
  opacity: 0;
}

.cs-feedback-wrap .swiper-slide-duplicate {
  opacity: 0;
}

.cs-feedback-wrap .swiper-slide.swiper-slide-duplicate {
  opacity: 0;
}

.cs-feedback-wrap .swiper-slide.swiper-slide-prev {
  opacity: 1;
}

.cs-feedback-wrap .swiper-slide.swiper-slide-next {
  opacity: 1;
}

.cs-feedback-wrap .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.cs-feedback-wrap .swiper-slide.swiper-slide-active .cs-icon {
  fill: #2bbede;
}

.cs-feedback-wrap .swiper-slide.swiper-slide-active .cs-feedback {
  background-image: url(../imgs/bg163.png);
  background-color: #1f3da7;
}

.cs-feedback-wrap .swiper-slide.swiper-slide-active .cs-feedback .feedback-content {
  color: #fff;
}

.cs-feedback-wrap .swiper-slide.swiper-slide-active .cs-info h6 {
  color: #fff;
}

.cs-feedback-wrap .swiper-slide.swiper-slide-active .cs-info span {
  opacity: 0.5;
  color: #fff;
}

.cs-feedback-wrap .swiper-slide.swiper-slide-duplicate-next {
  opacity: 0;
}

.cs-feedback {
  -webkit-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
  background-image: url(../imgs/bg5.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top left;
}

.cs-feedback .feedback-content {
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  color: #000;
  font-size: 16px;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 30px;
}

.cs-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
}

.cs-info {
  text-align: center;
  margin-top: 10px;
}

.cs-info h6 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0;
}

.cs-info span {
  font-size: 14px;
  color: #000;
  opacity: 0.5;
}

.swiper-button-white {
  background-image: unset !important;
}

.swiper-button-white::after {
  content: none;
}

.swiper-button-white i {
  color: rgba(0, 0, 0, 0.3);
}

.date {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 15px;
}

.blog-item {
  margin-bottom: 30px;
}

.blog-item figure {
  margin-bottom: 20px !important;
}

.blog-item .title a {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5310), color-stop(50%, #ff5310), color-stop(50%, #000));
  background-image: linear-gradient(to right, #ff5310, #ff5310 50%, #000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blog-item .title:hover a {
  background-position: 0%;
}

.img_hover {
  overflow: hidden;
  border-radius: 10px;
}

.img_scale {
  position: relative;
  will-change: transform;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, transform 0.7s;
  transition: opacity 0.7s, transform 0.7s, -webkit-transform 0.7s;
  -webkit-transform: scale3d(1.001, 1.001, 1);
  transform: scale3d(1.001, 1.001, 1);
  opacity: 1;
}

.img_hover:hover .img_scale {
  opacity: 0.9;
  -webkit-transform: scale3d(1.07, 1.07, 1);
  transform: scale3d(1.07, 1.07, 1);
}

.form-control {
  border: 0;
  border-bottom: 2px solid #ddd;
}

.form-group input[type="text"],
.form-group input[type="email"] {
  border: 0;
  border-bottom: 2px solid #ddd;
  height: 50px;
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 0;
  background-color: transparent;
}

.form-group i {
  left: 15;
  right: auto;
  bottom: 14px;
  z-index: 2;
  font-size: 20px;
  color: #888;
  position: absolute;
}

.form-group {
  margin-bottom: 30px;
}

.form-group textarea {
  padding-right: 0;
  border-radius: 0;
  padding-left: 0;
  background-color: transparent;
}

.form-control-wrap:after {
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: #1171ef;
}

.form-control-wrap:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.form-control-wrap {
  position: relative;
  z-index: 1;
}

.form-control:focus {
  color: #1171ef;
  border: 0;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact-wrap .submit-form {
  border: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ffa959), to(#ea7040));
  background: linear-gradient(90deg, #ffa959 0%, #ea7040 100%);
  border-radius: 200px;
  color: #fff;
  width: 160px;
  height: 50px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-family: "Montserrat-semibold";
}

.elementor-theme-builder-content-area {
  display: none !important;
}

.test {
  background-color: #002999;
}

.step-item {
  width: 270px;
  padding: 0 25px 0 25px;
}

.step-item figure {
  border-radius: 20px;
  margin-bottom: 30px !important;
  overflow: hidden;
}

.step-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-step .img_arrow {
  padding-top: 100px;
}

.item-step:last-child .img_arrow {
  display: none;
}

.tab_img_hover {
  display: none;
}

.tab-item {
  margin-bottom: 3px;
}

.tab-item a {
  border-radius: 5px;
  background-color: #f1f5f6;
  padding: 15px 20px 15px 20px;
  font-family: "Montserrat-semibold";
  font-size: 16px;
  text-transform: uppercase;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab-item a img {
  margin-right: 20px;
  width: 26px;
  height: 26px;
}

.tab-item a.active {
  background-color: #ff5310;
  color: #fff;
}

.tab-item a.active .tab_img_hover {
  display: block;
}

.tab-item a.active .tab_img {
  display: none;
}

.tab-item a:hover {
  background-color: #ff5310;
  color: #fff;
}

.tab-item a:hover .tab_img {
  display: none;
}

.tab-item a:hover .tab_img_hover {
  display: block;
}

.breadcrumb-cs-wrap {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb-cs-wrap a,
.breadcrumb-cs-wrap i,
.breadcrumb-cs-wrap span {
  font-size: 14px;
  color: #979797;
}

.breadcrumb-cs-wrap i {
  margin: 0 15px;
  font-size: 10px;
}

.header-title {
  font-size: 36px;
  color: #000;
  font-family: "Montserrat-semibold";
  margin-bottom: 50px;
  text-transform: uppercase;
}

.blog-page,
.faq-wrap {
  padding-top: 100px;
}

.single-cs-page {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #000000;
  border: 0;
}

.wp-pagenavi .current {
  color: #fff;
  background-color: #ff5310;
  font-weight: 500 !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #000000;
  border: 0;
  width: 34px !important;
  height: 34px !important;
  background-color: #f1f5f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.faq-wrap .tab-item a {
  background-color: #1f3da7;
  color: #fff;
  font-size: 14px;
}

.faq-wrap .tab-item a:hover {
  background-color: #ff5310;
}

.faq-wrap .tab-item a.active {
  background-color: #ff5310;
}

.btn-link {
  font-family: "Montserrat-semibold";
  font-size: 18px;
  color: #000;
  border-radius: 0;
  padding: 0;
  border: 0;
}

.btn-link:hover {
  color: #ff5310;
  text-decoration: unset;
  border-color: unset;
  border: 0;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: unset;
  border-color: unset;
  border: 0;
}

.faq-wrap {
  padding-bottom: 120px;
}

.faq-wrap .header-title {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
}

.faq-wrap .card {
  border: 0;
  margin-bottom: 30px;
  background: #f1f5f6;
  padding: 0px 30px;
}

.faq-wrap .card-header {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 0;
  background-color: transparent;
}

.faq-wrap .card-body {
  padding: 0;
  padding-top: 20px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(157, 176, 185, 0.5);
  font-size: 14px;
}

.faq-wrap .btn-link i {
  font-size: 14px;
  padding-top: 7px;
}

.header-single-title {
  font-size: 24px;
  margin-bottom: 0;
  text-transform: none;
}

.single-header {
  margin-bottom: 30px;
}

.title-related {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
}
/*# sourceMappingURL=erp.css.map */