* {
  -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;
  border: 0 !important;
}

a:focus, a:focus-visible, a:focus-within, a:target, a:visited {
  border: 0 !important;
}

.fal,
.far {
  font-family: "Font Awesome 5 Pro" !important;
}

.logo {
  height: 40px !important;
}

.logo-fixed {
  display: none;
  height: 40px !important;
}

.nav-fix {
  background-color: #1f3da7;
}

.nav-fix .search-item:hover i {
  color: #fff;
}

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

.nav-fix.border-bottom-header {
  border: 0;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0995138);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0995138);
}

.nav-fix.ongtt-cs-color {
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0995138);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0995138);
}

.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: #fff;
}

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

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

.border-bottom-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.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;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.nav-item.dropdown > .navbar-nav .nav-item:first-child {
  padding-top: 10px;
}

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

.nav-item.dropdown > .navbar-nav .nav-item {
  margin-right: 0 !important;
}

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

.navbar-nav .nav-item {
  margin-right: 35px;
}

.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;
}

.ongtt-cs-color {
  -webkit-box-shadow: none;
          box-shadow: none;
}

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

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

.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;
}

@-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);
  }
}

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

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

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

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

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

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

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

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

.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;
  font-family: "Montserrat";
}

.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;
}

.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: 14px;
  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;
  font-family: "Montserrat";
}

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

.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-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 !important;
}

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

.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: 220px;
  padding: 0 20px 0 20px;
}

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

.step-item .title a {
  font-size: 16px;
}

.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: 90px;
  width: 30px !important;
}

.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: 80px;
  padding-bottom: 100px;
}

.single-cs-page h1 {
  font-size: 28px;
}

.single-cs-page h2 {
  font-size: 24px;
}

.single-cs-page h3 {
  font-size: 20px;
}

.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;
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
            transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
            transform: translate(-346px, 617px);
  }
}

@keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
            transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
            transform: translate(-346px, 617px);
  }
}

.shape-1 {
  -webkit-animation: animationFramesOne 20s infinite linear;
          animation: animationFramesOne 20s infinite linear;
}

.shape-2 {
  -webkit-animation: animationFramesTwo 20s infinite linear;
          animation: animationFramesTwo 20s infinite linear;
}

.shape-3 {
  -webkit-animation: animationFramesThree 20s infinite linear;
          animation: animationFramesThree 20s infinite linear;
}

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

.navbar-toggler.toggler-spring {
  position: relative;
  z-index: 99;
}

.navbar-toggler.toggler-spring {
  width: 23px;
  height: 18px;
}

.navbar-toggler .navbar-toggler-icon {
  background-color: #ff5310;
}

.navbar-toggler.toggler-spring .navbar-toggler-icon {
  height: 2px;
}

.navbar-toggler .navbar-toggler-icon::before {
  background-color: #ff5310;
}

.navbar-toggler.toggler-spring .navbar-toggler-icon::before {
  top: 8px;
  height: 2px;
}

.navbar-toggler .navbar-toggler-icon::after {
  background-color: #ff5310;
}

.navbar-toggler.toggler-spring .navbar-toggler-icon::after {
  top: 16px;
  height: 2px;
}

.navbar-toggler:focus {
  outline: none;
}

.modal {
  padding-right: 0 !important;
}

.modal .modal-dialog {
  max-width: 100%;
  margin: 0 auto;
}

.modal .modal-dialog .modal-content {
  height: 100vh;
  border-radius: 0;
  border: 0;
  background-color: rgba(31, 61, 167, 0.9);
}

.modal .modal-dialog .modal-content .modal-header {
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
}

.modal .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal .form-contact .title {
  font-size: 24px;
}

.search-form label {
  display: block;
}

.search-form label .search-field {
  width: 100%;
  height: 40px;
}

.search-form .search-submit {
  height: 35px;
  padding: 0px 10px !important;
  background-color: transparent;
  border: 0;
}

.close i {
  color: #fff;
}

.ts-search-form {
  position: relative;
}

.ts-searchword .search-field {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #fff !important;
  font-size: 24px;
  border-bottom: 1px solid #ffffff;
  font-family: "Montserrat-semibold";
}

.ts-searchword .search-field::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.ts-searchword .search-field:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.ts-searchword .search-field::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.ts-searchword .search-field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.ts-searchword .search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.ts-searchword .search-field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.ts-searchword .search-field:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ongtt-search {
  width: 500px;
}

.ongtt-search .search-field {
  border-bottom: 1px solid #d6d6d6;
  color: #000 !important;
  width: 95% !important;
}

.ongtt-search .search-field::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d6d6d6;
  opacity: 1;
  /* Firefox */
}

.ongtt-search .search-field:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d6d6d6;
  opacity: 1;
  /* Firefox */
}

.ongtt-search .search-field::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d6d6d6;
  opacity: 1;
  /* Firefox */
}

.ongtt-search .search-field::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #d6d6d6;
  opacity: 1;
  /* Firefox */
}

.ongtt-search .search-field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d6d6d6;
}

.ongtt-search .search-field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d6d6d6;
}

.ongtt-search .search-field:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.ongtt-search .search-submit i {
  color: navy;
}

.nav-search {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 10px;
}

.nav-search .nav-search-item a {
  font-size: 16px;
  color: #000;
  font-family: "Montserrat-semibold";
  text-transform: uppercase;
}

.nav-search .nav-search-item a:hover {
  color: #ff5310;
}

.nav-search .nav-search-item.active a {
  color: #ff5310;
}

.scroll-to-top a {
  width: 100%;
  height: 100%;
  background-color: #ff5310;
  color: #fff !important;
  white-space: nowrap;
  border-radius: 6px;
  font-size: 22px;
}

.scroll-to-top {
  color: #fff;
  text-transform: uppercase;
  width: 40px;
  height: 40px;
  position: fixed;
  left: auto;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  display: none;
}

.search-item:hover {
  cursor: pointer;
}

.search-item:hover i {
  color: #ff5310;
}

.submit-box {
  width: 20%;
  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;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.search-box {
  width: 80%;
}

.search-mb {
  display: none;
}

.tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

.tag-wrap .tag-title {
  margin-right: 30px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  font-family: "Montserrat-semibold";
}

.tag-wrap .tag-title h5 {
  margin-bottom: 0;
  font-size: 18px;
}

.tag-wrap .tag-item {
  margin-right: 20px;
  background-color: #f1f5f6;
  padding: 5px 30px 5px 30px;
  border-radius: 200px;
}

.tag-wrap .tag-item a {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 600;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .search-desktop {
    display: none !important;
  }
  .search-form {
    -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;
  }
  .search-form .submit-box {
    width: 40%;
  }
  .search-mb {
    display: block;
  }
  .search-mb i {
    font-size: 18px;
    margin-right: 15px;
    color: #ff5310;
  }
  .bsnav-mobile .navbar {
    padding-bottom: 0;
  }
  .bsnav-mobile .navbar {
    background-color: #00154f;
    padding: 90px 0 15px;
  }
  .navbar-wrap {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
  }
  .navbar-wrap .navbar-nav .nav-item {
    margin-right: 0;
    color: #fff;
  }
  .navbar-wrap.nav-fix {
    background-color: #1f3da7;
  }
  .navbar-wrap .bsnav {
    padding: 20px;
  }
  .contact-wrap form {
    margin: 0;
  }
  .bsnav-mobile .navbar-nav .nav-item {
    position: relative;
  }
  .bsnav-mobile .mb-btn {
    width: 50px !important;
    overflow: hidden;
    text-indent: -9999px;
    position: absolute !important;
    right: 0;
    top: 0;
    border: none !important;
  }
  .navbar-nav .nav-item .nav-link {
    background-image: none !important;
    width: auto;
    height: auto;
    font-size: 14px;
  }
  .bsnav-mobile .mb-link {
    color: #fff;
    padding: 13px 0;
    display: inline-block;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Montserrat-semibold";
    padding: 5px 0;
  }
  .mb-btn i {
    display: block;
  }
  .bsnav-mobile .mb-btn i {
    text-indent: initial;
    text-align: center;
    color: #fff;
  }
  .bsnav-mobile .in .mb-link i,
  .bsnav-mobile .in .nav-link i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .bsnav-mobile .navbar-nav .nav-item .mb-link i,
  .bsnav-mobile .navbar-nav .nav-item .nav-link i {
    float: right;
    font-size: 25px;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .megamenu .navbar-nav {
    border: 0;
  }
  .nav-item a.nav-link:after {
    content: none;
  }
  .megamenu-subitem {
    margin-bottom: 0;
    padding: 0;
    padding-bottom: 5px;
  }
  .megamenu-subitem:hover {
    background-color: transparent;
  }
  .menu-description {
    display: none;
  }
  .bsnav-mobile .navbar-nav .nav-item .navbar-nav {
    padding-top: 0;
  }
  .megamenu-subitem a i {
    display: none;
  }
  .megamenu-subitem a {
    font-size: 14px;
    color: #fff;
    text-transform: unset;
  }
  .megamenu .container {
    display: block;
    padding: 0;
  }
  .megamenu .container .row {
    margin: 0;
  }
  .megamenu-subitem-2 {
    border: 0;
    padding: 0;
    margin-bottom: 5px;
  }
  .megamenu-subitem-2:hover {
    background-color: transparent;
  }
  .megamenu-subitem-2:hover img {
    display: none !important;
  }
  .megamenu-subitem-2 img {
    display: none;
  }
  .megamenu-subitem-2 a {
    color: #fff;
  }
  .megamenu .navbar-nav {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .cs-feedback-container .swiper-button-next {
    right: -10px;
  }
  .cs-feedback-container .swiper-button-prev {
    left: 2px;
  }
  .cs-feedback-container .swiper-button-white i {
    color: #fff;
  }
  .cs-bg {
    background-size: 50% auto !important;
  }
  .shape-1 {
    left: 30px !important;
    z-index: 0 !important;
  }
  .shape-3 {
    left: 70px !important;
    z-index: 0 !important;
  }
  .step-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .step-wrap .title a {
    font-size: 16px;
  }
  .item-step .img_arrow {
    padding: 10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .overview-wrap .row {
    margin: 0;
  }
  .breadcrumb-cs-wrap {
    display: block !important;
  }
  .single-cs-page {
    padding-bottom: 50px;
  }
  .active .active .megamenu-subitem {
    background-color: transparent;
  }
  .active .active .megamenu-subitem-2 {
    background-color: transparent;
  }
  .active .active .megamenu-subitem-2 img {
    display: none !important;
  }
}

@media (min-width: 991px) {
  .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;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0995138);
            box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0995138);
  }
  .ongtt-cs-color {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .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-bg {
    background-size: 100% 100% !important;
  }
}
/*# sourceMappingURL=erp.css.map */