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

a {
  text-decoration: none;
}

li {
  list-style: none;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

body {
  font-family: "Inter", sans-serif;
  width: 100vw;
  overflow-x: hidden;
}

@media screen and (max-width: 641px) and (min-width: 575px) {
  .res_btn_mobile {
    display: none;
  }
}
.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex_space {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flex_align {
  display: flex;
  align-items: start;
  flex-direction: column;
}

.flex_align2 {
  display: flex;
  align-items: center;
}

section {
  width: 100%;
  padding: 6em 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  section {
    padding: 5em 0;
  }
}
@media screen and (max-width: 991px) {
  section {
    padding: 4em 0;
  }
}
@media screen and (max-width: 575px) {
  section {
    padding: 3em 0;
  }
}

.erp_text {
  color: #333;
  font-size: 15px;
}

p {
  color: #444;
  font-size: 15px;
}

.tile-header .line_title {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  position: relative;
  font-size: 40px;
  font-weight: 600;
  color: #222;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .tile-header .line_title {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .tile-header .line_title {
    font-size: 25px;
  }
}
.tile-header .line_title span {
  display: contents;
  color: #3A9AE3;
}
.tile-header .line_title::before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  background-color: #3A9AE3;
}
.tile-header .line_title::after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 25px;
  left: 50%;
  margin-left: -50px;
  background-color: #3A9AE3;
}

@media screen and (max-width: 767px) {
  .hide-image_slider {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .pt_5 {
    padding-top: 3em;
  }
}

._span {
  color: #3A9AE3;
}

.privacy-content {
  background-image: url("./../../assets/images/home/privacy_policy.webp");
  background-position: 100% 40%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .privacy-content {
    height: 250px;
  }
}
@media screen and (max-width: 575px) {
  .privacy-content {
    height: 200px;
  }
}
.privacy-content h2 {
  font-weight: bold;
  color: #fff;
  font-size: 65px;
}
@media screen and (max-width: 767px) {
  .privacy-content h2 {
    font-size: 45px;
  }
}
@media screen and (max-width: 575px) {
  .privacy-content h2 {
    font-size: 28px;
  }
}
.privacy-content .overlay {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
}

.toc-hero {
  background-image: url("./../../assets/images/home/toc-banner.jpg");
}

.about-hero {
  background-image: url("./../../assets/images/home/about-banner.jpg");
}

.contact-hero {
  background-image: url("./../../assets/images/home/contact-banner.webp");
}

#header-block {
  width: 100%;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 99;
}
#header-block .top-header {
  padding: 0.3em 0;
  background: #3A9AE3;
  display: block;
}
#header-block .top-header .contact-details ul {
  justify-content: start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  #header-block .top-header .contact-details ul {
    gap: 5px;
  }
}
@media screen and (max-width: 575px) {
  #header-block .top-header .contact-details ul {
    justify-content: center !important;
    padding-bottom: 0.8em;
  }
}
#header-block .top-header .contact-details ul li a {
  color: #fff;
}
@media screen and (max-width: 575px) {
  #header-block .top-header .social-icon {
    justify-content: center !important;
  }
}
#header-block .top-header .social-icon ul li a {
  padding: 0.2em;
  border-radius: 30px;
  border: 1px solid;
  margin: 0 0.2em;
  display: inline-block;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header-block .top-header ul li a {
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #header-block .top-header ul li a {
    font-size: 14px;
  }
}
#header-block .top-header-desk {
  display: none;
}
@media screen and (max-width: 991px) {
  #header-block .top-header-desk {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  #header-block .top-header-menu {
    display: none;
  }
}

.top-header-logo img {
  width: auto;
  max-height: 40px;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .js #menu {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .js .slicknav_menu {
    display: block;
  }
}

.slicknav_nav {
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.slicknav_nav a {
  color: #333;
  /* Link color */
}

.slicknav_nav a:hover {
  background-color: #f5f5f5;
}

.slicknav_menu .slicknav_menutxt::after {
  border-top-color: #333;
  /* Arrow color */
}

.slicknav_nav .slicknav_row {
  border-bottom: 1px solid #ddd;
}

.slicknav_nav .slicknav_row:last-child {
  border-bottom: none;
}

@media screen and (max-width: 991px) {
  .dropdown_arrow {
    display: none !important;
  }
}
.dropdown_arrow i {
  transition: transform 0.3s;
  font-size: 11px;
}

@media screen and (max-width: 991px) {
  #home_menu {
    display: none;
  }
}
#home_menu .dropdown_list {
  display: inline-block;
  position: relative;
}
#home_menu .dropdown_list .dropdown-content {
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border-top: 3px solid #3A9AE3;
  z-index: 99;
  visibility: hidden;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  z-index: 1;
  top: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s, transform 0.3s;
}
#home_menu .dropdown_list .dropdown-content a {
  color: black;
  padding: 12px 16px;
  display: block;
  text-decoration: none;
}
#home_menu .dropdown_list .dropdown-content a:hover {
  background-color: #ddd;
}
#home_menu .dropdown_list:hover .dropdown_arrow i {
  transform: rotate(180deg);
  color: #3A9AE3;
}
#home_menu .dropdown_list:hover .dropdown-content {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
#home_menu .animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s;
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.footer-section {
  background: #010717;
  padding-top: 9em;
}
.footer-section .footer-widget-block-about .footer-logo img {
  height: 70px;
  width: auto;
}
.footer-section .footer-widget-block-about p {
  font-size: 14px;
  color: #c4c5c7;
  padding-right: 2em;
}
@media screen and (max-width: 1199px) {
  .footer-section .footer-widget-block-about p {
    padding: 0.5em;
    font-size: 13px;
  }
}
.footer-section .footer-widget-block-about .footer-social ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin: 0 0.4em;
  border-radius: 35px;
  border: 2px solid #c4c5c7;
  transition: 0.4s linear;
  transform: translateY(0);
}
.footer-section .footer-widget-block-about .footer-social ul li:hover {
  border-color: #3A9AE3;
  transform: translateY(-5px);
}
.footer-section .footer-widget-block-about .footer-social ul li:hover a {
  color: #3A9AE3;
}
.footer-section .footer-widget-block-about .footer-social ul li a {
  transition: 0.4s linear;
  color: #c4c5c7;
}
.footer-section .footer-widget-block .footer-widget-block-title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.footer-section .footer-widget-block .widget-link {
  padding-top: 15px;
}
.footer-section .footer-widget-block .widget-link ul li {
  padding: 0.2em 0;
}
.footer-section .footer-widget-block .widget-link ul li a {
  font-size: 14px;
  color: #c4c5c7;
  transition: all 0.3s linear;
  padding-left: 0;
}
.footer-section .footer-widget-block .widget-link ul li a:hover {
  color: #3A9AE3;
  padding-left: 7px;
}
.footer-section .footer-widget-block .footer-images {
  padding-top: 15px;
}
.footer-section .footer-widget-block .footer-images a {
  padding: 0.4em;
  display: block;
  border-radius: 5px;
  margin: 0.3em;
  text-align: center;
  background-color: white;
}
.footer-section .footer-widget-block .footer-images a img {
  width: auto;
  height: 50px;
}
@media screen and (max-width: 1199px) {
  .footer-section .footer-widget-block .footer-images a img {
    height: 38px;
  }
}

.footer-copyright-area {
  border-top: 1px solid #1b202f;
  padding-top: 15px;
  padding-bottom: 15px;
}

.copyright-text {
  margin-top: 15px;
}
.copyright-text p {
  font-size: 14px;
  color: #c4c5c7;
}
.copyright-text p a {
  color: #c4c5c7;
}
.copyright-text p a:hover {
  color: #3A9AE3;
}

@media only screen and (max-width: 767px) {
  .copyright-text {
    text-align: center;
  }
}
img {
  transition: all 0.3s linear;
  max-width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

.bg-image {
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  height: 100%;
}

.home_slider_block {
  position: relative;
  height: 650px;
  padding: 0 0;
}
@media screen and (max-width: 1399px) {
  .home_slider_block {
    height: 600px;
  }
}
@media screen and (max-width: 1199px) {
  .home_slider_block {
    height: 550px;
  }
}
@media screen and (max-width: 991px) {
  .home_slider_block {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .home_slider_block {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .home_slider_block {
    height: 350px;
  }
}
.home_slider_block .home_slider_block_bg {
  background: url("./../../assets/images/home/slider-1.jpg");
  background-size: cover;
  padding: 6em 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .home_slider_block .home_slider_block_bg {
    padding: 3em 0;
  }
}
.home_slider_block .home_slider_block_bg .home_slider_block-images {
  position: relative;
  height: 100%;
  z-index: 1;
  width: 100%;
  justify-content: flex-end !important;
  align-items: flex-end;
}
.home_slider_block .home_slider_block_bg .home_slider_block-images .shape-1 {
  position: absolute;
  left: 50%;
  top: 50%;
  animation: round_01 10s linear infinite;
  height: 100%;
  transform: translate(-50%, -50%) scale(0.75);
  z-index: -1;
  max-width: 80%;
  margin-top: -40px;
}
.home_slider_block .home_slider_block_bg .home_slider_block-images .images {
  display: flex;
  justify-content: center;
}
.home_slider_block .home_slider_block_bg .home_slider_block-images .images img {
  max-width: 60%;
}
.home_slider_block .home_slider_block_bg .home_slider_block-content {
  flex-direction: column;
  align-items: start;
  height: 100%;
}
.home_slider_block .home_slider_block_bg .home_slider_block-content .slider_title {
  font-weight: 700;
  text-align: start;
  font-size: 45px;
}
@media screen and (max-width: 1199px) {
  .home_slider_block .home_slider_block_bg .home_slider_block-content .slider_title {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .home_slider_block .home_slider_block_bg .home_slider_block-content .slider_title {
    font-size: 32px !important;
  }
}
.home_slider_block .home_slider_block_bg .home_slider_block-content .slider_title span {
  color: #3A9AE3;
}
.home_slider_block .home_slider_block_bg .home_slider_block-content p {
  padding: 1em 0;
  color: #fff;
  text-align: start;
}
@media screen and (max-width: 991px) {
  .home_slider_block .home_slider_block_bg .home_slider_block-content p {
    padding: 0.3em 0;
  }
}
.home_slider_block .slider2 {
  background: url("./../../assets/images/home/slider-2.png");
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
  color: #333;
}
@media screen and (max-width: 991px) {
  .home_slider_block .slider2 {
    padding-top: 0;
    background-size: auto !important;
  }
}
.home_slider_block .slider2 p {
  color: #444 !important;
}
.home_slider_block .slider2 .images img {
  transform: scale(1.3) translate(-34px, 50px);
}
.home_slider_block .slider3 {
  background: url("./../../assets/images/home/slider-3.jpg");
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home_slider_block .slider3 .images img {
  animation: upDownAnimation 6s ease-in-out infinite;
  transform: scale(1.4) translate(-4px, 0px);
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.erp-solutions-partner-block {
  position: static;
  background: url("./../../assets/images/home/home-our-service-bg.jpg");
}
.erp-solutions-partner-block .partner_block-content {
  flex-direction: column;
  align-items: flex-start;
}
.erp-solutions-partner-block .partner_block-content h2 {
  font-size: 38px;
}
@media screen and (max-width: 1199px) {
  .erp-solutions-partner-block .partner_block-content h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 575px) {
  .erp-solutions-partner-block .partner_block-content h2 {
    font-size: 24px;
  }
}
.erp-solutions-partner-block .partner_block-content h2 span {
  color: #3A9AE3;
  font-weight: bold;
}
.erp-solutions-partner-block .partner_block-content .erp_text {
  font-size: 14px;
}
.erp-solutions-partner-block .partner-blog_img {
  position: relative;
  height: 100%;
  z-index: 1;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .erp-solutions-partner-block .partner-blog_img {
    padding-top: 3em;
  }
}
.erp-solutions-partner-block .partner-blog_img .images {
  max-width: 80%;
}
.erp-solutions-partner-block .partner-blog_img .images img {
  width: 100%;
}

.erp-our-services .erp-our-service-header .line-subTitle {
  font-size: 20px;
  color: #555;
}
.erp-our-services .service-card-erp-block {
  padding-top: 2em;
}
.erp-our-services .service-card-erp-block .owl-stage-outer {
  padding: 1em 0 !important;
}
.erp-our-services .service-card-erp-block .service-item {
  background: #ffffff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.13);
  border-radius: 10px;
  border-top: 10px solid #3A9AE3;
  transform: translate3d(0, 0, 0);
  padding: 30px 30px 40px;
  height: 100%;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .erp-our-services .service-card-erp-block .service-item {
    padding: 30px 18px 30px;
  }
}
.erp-our-services .service-card-erp-block .service-item .service-img {
  max-width: 80px;
}
.erp-our-services .service-card-erp-block .service-item .service-img img {
  width: 100%;
  height: auto;
}
.erp-our-services .service-card-erp-block .service-item .service-content .title {
  font-size: 22px;
  line-height: 30px;
  padding-right: 15px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .erp-our-services .service-card-erp-block .service-item .service-content .title {
    font-size: 19px;
  }
}
.erp-our-services .service-card-erp-block .service-item .service-content .title a {
  color: #111;
}
.erp-our-services .service-card-erp-block .service-item .service-content p {
  color: #444;
  margin-top: 15px;
}
.erp-our-services .service-card-erp-block .service-item:hover {
  transform: translateY(-5px) translate3d(0, -5px, 0);
}
@media only screen and (max-width: 1399px) {
  .erp-our-services .service-item {
    padding: 30px 30px 40px;
  }
  .erp-our-services .service-item .service-content .title {
    font-size: 22px;
    padding-right: 0;
  }
}

.our-partners-block {
  padding: 3em 0;
  background: #e5effa;
}
.our-partners-block .our-parter-content {
  flex-direction: column;
  align-items: start;
  padding-left: 1em;
  border-left: 3px solid #3A9AE3;
}
.our-partners-block .our-parter-content h3 {
  font-size: 38px;
}
@media screen and (max-width: 575px) {
  .our-partners-block .our-parter-content h3 {
    font-size: 28px;
  }
}
.our-partners-block .our-parter-content h3 span {
  color: #3A9AE3;
  font-weight: bold;
}
.our-partners-block .our-parter-content p {
  margin-bottom: 0;
}
.our-partners-block .our-parter-slider {
  height: 100%;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .our-partners-block .our-parter-slider {
    padding-top: 3em;
  }
}
.our-partners-block .our-parter-slider .our-partner-logo {
  background-color: #fff;
  overflow: hidden;
}
.our-partners-block .our-parter-slider .our-partner-logo img {
  width: auto;
  height: 100%;
}

.erp-our-services .industry_card {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  perspective: 1000px;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5019607843);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.erp-our-services .industry_card .industry_title {
  position: absolute;
  bottom: 0;
  background-color: rgba(17, 17, 17, 0.7);
  color: white;
  width: 100%;
  text-align: center;
  padding: 0.5em 0;
}
.erp-our-services .industry_card img {
  height: 100%;
  width: auto;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media screen and (max-width: 767px) {
  .erp-our-services .industry_card img {
    height: auto;
    width: 100%;
  }
}
.erp-our-services .industry_card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 16px rgba(255, 255, 255, 0.2);
}
.erp-our-services .card__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: #3a9ae3;
  transform: rotateX(-90deg);
  transform-origin: bottom;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  flex-direction: column;
  gap: 20px;
}
.erp-our-services .industry_card:hover .card__content {
  transform: rotateX(0deg);
}
.erp-our-services .card__title {
  margin: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.erp-our-services .industry_card:hover img {
  scale: 0;
}
.erp-our-services .card__description {
  margin: 10px 0 0;
  font-size: 25px;
  color: #111;
  line-height: 1.4;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  border: 3px solid #111;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.erp-our-services .card__description:hover {
  color: #fff;
  border: 3px solid #fff;
  font-size: 30px;
}

.what-motivates-block {
  background-image: url("./../../assets/images/home/what-motivates-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4em 0;
}
.what-motivates-block .motivates-block {
  justify-content: center;
  height: 100%;
}
.what-motivates-block .motivates-block .move-forward {
  width: 100%;
}
.what-motivates-block .motivates-block .move-forward .liabitity {
  background-color: rgba(17, 17, 17, 0.07);
  border-radius: 5px;
  overflow: hidden;
  cursor: default;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 3s;
}
.what-motivates-block .motivates-block .move-forward .liabitity:hover {
  background-color: #3A9AE3;
}
.what-motivates-block .motivates-block .move-forward .liabitity:hover .title {
  color: #fff;
}
.what-motivates-block .motivates-block .move-forward .liabitity .icon {
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.2);
  max-width: 70px;
}
.what-motivates-block .motivates-block .move-forward .liabitity .icon img {
  width: 100%;
  height: auto;
}
.what-motivates-block .motivates-block .move-forward .liabitity .title {
  padding-left: 1em;
  font-weight: 600;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}
@media screen and (max-width: 575px) {
  .what-motivates-block .motivates-block .move-forward .liabitity .title {
    font-size: 13px;
  }
}
.what-motivates-block .motivates-point-block {
  height: 100%;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .what-motivates-block .motivates-point-block {
    padding-top: 3em;
  }
}
.what-motivates-block .motivates-point-block img {
  max-width: 80%;
}

.client_says_block {
  background: url("./../../assets/images/home/client-bg.png");
  background-size: cover;
  background-position: top;
}
.client_says_block .line_title {
  color: #fff;
}
.client_says_block .testimonial {
  padding-top: 2em;
  margin: 0 10px;
  overflow: hidden;
}
.client_says_block .testimonial .pic {
  width: 120px;
  height: 120px;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  padding: 5px;
  margin: 0 auto 25px;
}
.client_says_block .testimonial .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.client_says_block .testimonial .testimonial-content {
  padding: 20px 20px 20px 80px;
  background: #efefef;
  border-radius: 0 0 0 70px;
  border-left: 2px solid #444;
  border-right: 4px solid #3A9AE3;
  text-align: right;
  position: relative;
}
.client_says_block .testimonial .testimonial-content:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 60px;
  color: #3A9AE3;
}
.client_says_block .testimonial .testimonial-content:after {
  content: "";
  border-bottom: 15px solid #efefef;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  top: -15px;
  left: 46%;
}
.client_says_block .testimonial .testimonial-title {
  margin: 0 0 10px 0;
}
.client_says_block .testimonial .testimonial-title a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-transform: capitalize;
  text-align: center;
  display: block;
}
.client_says_block .testimonial .testimonial-title a:hover {
  text-decoration: none;
  color: #3A9AE3;
}
.client_says_block .testimonial .description {
  font-size: 15px;
  line-height: 24px;
  color: #555;
  margin-bottom: 20px;
  font-style: italic;
}
.client_says_block .owl-pagination {
  margin-top: 40px;
}
.client_says_block .owl-theme .owl-controls .owl-page.active span, .client_says_block .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #3A9AE3;
}
@media only screen and (max-width: 479px) {
  .client_says_block .testimonial .testimonial-content {
    padding: 20px 20px 20px 70px;
  }
  .client_says_block .testimonial .testimonial-content::before {
    font-size: 50px;
    left: 17px;
  }
}

.blog_card-block {
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 575px) {
  .blog_card-block .blog-sections {
    padding-bottom: 0 !important;
  }
}
.blog_card-block .tranding_blog {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #999;
}
.blog_card-block .tranding_blog .blog_img {
  overflow: hidden;
  width: 100%;
  height: 250px;
}
@media screen and (max-width: 1199px) {
  .blog_card-block .tranding_blog .blog_img {
    height: 174px;
  }
}
@media screen and (max-width: 767px) {
  .blog_card-block .tranding_blog .blog_img {
    height: 250px;
  }
}
.blog_card-block .tranding_blog .blog_img:hover img {
  transform: scale(1.1);
}
.blog_card-block .tranding_blog .blog_img img {
  transition: all 0.7s cubic-bezier(0.2, 1, 0.22, 1);
  transform: scale(1);
  max-width: 100%;
  height: auto;
}
.blog_card-block .tranding_blog .blog_body {
  background: #f7f7f7;
  padding: 1em;
  text-align: center;
}
.blog_card-block .tranding_blog .blog_body .blog_btn {
  font-size: 13px;
  border: 1px solid #0B57B6;
  color: #0b57b6;
  padding: 0.5em;
  border-radius: 7px;
  line-height: normal;
}
.blog_card-block .tranding_blog .blog_body .blog_title {
  font-size: 19px;
  font-weight: 700;
  padding: 2em 0;
  display: block;
  cursor: pointer;
  color: #111;
}
.blog_card-block .tranding_blog .blog_body .blog_title:hover {
  color: #000;
}

.recent-work_block {
  padding: 3em 0;
}
.recent-work_block .tranding_blog .blog_body {
  text-align: start;
}
.recent-work_block .tranding_blog .blog_body .blog_title {
  padding: 0.8em 0 0.2em;
}

.make_request_block .cta-wrap {
  padding: 5em 6em;
  border-radius: 10px;
  background: #0c155f;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: -85px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1199px) {
  .make_request_block .cta-wrap {
    padding: 4em 4em;
  }
}
.make_request_block .cta-wrap .cta-content {
  padding-right: 60px;
  color: #fff;
}
.make_request_block .cta-wrap .cta-content .title {
  padding-left: 30px;
  position: relative;
}
.make_request_block .cta-wrap .cta-content .title::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  background: linear-gradient(-160deg, #43baff 0%, #7141b1 100%);
  width: 5px;
  height: 100%;
  transform: translateY(-45%);
}
.make_request_block .cta-wrap .cta-info p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
  margin-top: 10px;
}
.make_request_block .cta-wrap .cta-info .number {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #3A9AE3;
}

@media only screen and (max-width: 1399px) {
  .make_request_block .cta-wrap .cta-content {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .make_request_block .cta-wrap .cta-content {
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .make_request_block .cta-wrap {
    padding: 90px 75px;
  }
  .make_request_block .cta-wrap .cta-info {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 449px) {
  .make_request_block .cta-wrap {
    padding: 2em 1em;
  }
  .make_request_block .cta-wrap .cta-info .number {
    font-size: 28px;
    line-height: 40px;
  }
}
.slicknav_btn {
  background-color: #3A9AE3 !important;
}

.erp-our-services .owl-dots {
  width: 100%;
  text-align: center;
}
.erp-our-services .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background: gray;
  border-radius: 10px;
  margin: 0 0.1em;
}
.erp-our-services .owl-dots .owl-dot:hover, .erp-our-services .owl-dots .owl-dot.active {
  background: #3A9AE3;
}

.erp-our-services-hero .title a {
  font-size: 20px;
}

.what-motivates-block-about {
  background: #F6F6F6;
}
.what-motivates-block-about .card_item .icon {
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.what-motivates-block-about .card_item .icon i {
  color: #3A9AE3;
}
.what-motivates-block-about .card_item .icon i:hover {
  color: #222;
}
.what-motivates-block-about h5 {
  color: #111;
  font-weight: 600;
}
.what-motivates-block-about p {
  color: #333;
}

._breadcrumb {
  background: #cee3f8;
  padding: 0.5em 0;
}
._breadcrumb .breadcrumb {
  padding: 0;
  margin: 0;
  border-radius: 5px 25px 25px 5px;
  overflow: hidden;
  display: block;
}
._breadcrumb .breadcrumb li {
  float: left;
  margin-right: 3px;
  position: relative;
  z-index: 1;
}
._breadcrumb .breadcrumb li:before {
  display: none;
}
._breadcrumb .breadcrumb li:after {
  content: "";
  width: 40px;
  height: 100%;
  background: #428dff;
  position: absolute;
  top: 0;
  right: -20px;
  z-index: -1;
}
._breadcrumb .breadcrumb li:nth-last-child(2):after,
._breadcrumb .breadcrumb li:last-child:after {
  display: none;
}
._breadcrumb .breadcrumb li a,
._breadcrumb .breadcrumb li:last-child {
  display: block;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 0 25px 25px 0;
  box-shadow: 5px 0 5px -5px #333;
}
._breadcrumb .breadcrumb li a {
  background: #428dff;
}
._breadcrumb .breadcrumb li:last-child {
  background: #ebf3fe;
  color: #428dff;
  margin-right: 0;
}
@media only screen and (max-width: 479px) {
  ._breadcrumb .breadcrumb li a,
  ._breadcrumb .breadcrumb li:last-child {
    padding: 8px 10px;
  }
}
@media only screen and (max-width: 359px) {
  ._breadcrumb .breadcrumb li a,
  ._breadcrumb .breadcrumb li:last-child {
    padding: 8px 7px;
  }
}

.client_says_block-about {
  background: transparent;
}
.client_says_block-about ._card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 2em 0;
  border-radius: 5px;
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
}
.client_says_block-about ._card .percent {
  position: relative;
}
.client_says_block-about ._card svg {
  position: relative;
  width: 210px;
  height: 210px;
  transform: rotate(-90deg);
}
.client_says_block-about ._card svg circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #999;
  stroke-width: 10;
  stroke-linecap: round;
}
.client_says_block-about ._card svg circle:last-of-type {
  stroke-dasharray: 625px;
  stroke-dashoffset: calc(625px - 625px * var(--percent) / 100);
  stroke: white;
}
.client_says_block-about ._card .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.client_says_block-about ._card .number img {
  width: 70px;
  height: auto;
}
.client_says_block-about ._card .title h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 25px 0 0;
  color: white;
}
.client_says_block-about .card1 {
  background: #003050;
}
.client_says_block-about .card2 {
  background: #C71056;
}
.client_says_block-about .card3 {
  background: #FFAF19;
}
.client_says_block-about .card4 {
  background: #238DAD;
}

.our-partners-trusted {
  background-color: #F1f1f1;
}
.our-partners-trusted .owl-trusted .item .our-partner-logo {
  background-color: transparent;
}
.our-partners-trusted .owl-trusted .item .our-partner-logo img {
  filter: contrast(0);
}
.our-partners-trusted .owl-trusted .item .our-partner-logo img:hover {
  filter: contrast(1);
}

.right_conatct_social_icon {
  background: linear-gradient(to top right, #428DFF -5%, #52d0f0 100%);
  color: #fff;
}

.contact_us {
  background-color: #f1f1f1;
  padding: 5em 0px;
}

.contact_inner {
  background-color: #fff;
  position: relative;
  box-shadow: 20px 22px 44px rgba(204, 204, 204, 0.8);
  border-radius: 25px;
  overflow: hidden;
}

.contact_field {
  padding: 60px 340px 90px 100px;
}
@media screen and (max-width: 991px) {
  .contact_field {
    padding: 60px;
  }
}
@media screen and (max-width: 991px) {
  .contact_field {
    padding: 60px 20px;
  }
}

.right_conatct_social_icon {
  height: 100%;
}

.contact_field h3 {
  color: #000;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact_field p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.contact_field .form-control {
  margin-bottom: 0.5em;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.contact_field .input_field {
  position: relative;
}

.contact_field .input_field .error {
  position: absolute;
  bottom: -16px;
  left: 13px;
  color: red;
  font-size: 12px;
}

.contact_field .form-control:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #428DFF;
}

.contact_field .form-control::placeholder {
  font-size: 13px;
  letter-spacing: 1px;
}

.contact_info_sec {
  position: absolute;
  background-color: #2d2d2d;
  right: 1px;
  top: 18%;
  height: 340px;
  width: 340px;
  padding: 40px;
  border-radius: 25px 0 0 25px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .contact_info_sec {
    position: initial;
    border-radius: 0;
    width: 100%;
  }
}

.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 15px;
}

.info_single {
  margin: 30px 0px;
}

.info_single i {
  margin-right: 15px;
}

.info_single span {
  font-size: 14px;
  letter-spacing: 1px;
}

button.contact_form_submit {
  background: linear-gradient(to top right, #428DFF -5%, #52d0f0 100%);
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 25px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 2px;
}

.socil_item_inner li {
  list-style: none;
}

.socil_item_inner li a {
  color: #fff;
  margin: 0px 15px;
  font-size: 14px;
}

.socil_item_inner {
  padding-bottom: 10px;
}

.map_sec {
  padding: 50px 0px;
}

.map_inner h4, .map_inner p {
  color: #000;
  text-align: center;
}

.map_inner p {
  font-size: 13px;
}

.map_bind {
  margin-top: 50px;
  border-radius: 30px;
  overflow: hidden;
}

.privacy_text {
  padding: 2em 0;
}

.privacy_text .policy-block {
  padding: 2em 0;
}

.privacy_text .title {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 1em;
  text-align: center;
}

.privacy_text strong {
  color: #111;
  font-weight: 600;
}

.privacy_text h5,
.privacy_text h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 20px;
  color: #111;
  font-weight: 700;
}

.privacy_text h6 {
  font-size: 18.5px;
  font-weight: 500;
}

.privacy_text .valid,
.privacy_text i,
.privacy_text a {
  color: #1C73C3;
}

.privacy_text p {
  font-size: 16px !important;
  font-weight: 300;
  color: #333;
  margin-bottom: 1em;
}

.privacy_text ul li {
  list-style-type: disc;
}

.privacy_text ol li {
  list-style-type: decimal;
}

.privacy_text ol li,
.privacy_text ul li {
  font-size: 15px !important;
  font-weight: 300;
  color: #333;
  padding-bottom: 0.5em;
}

.privacy_text .roman li {
  list-style-type: lower-roman;
}

@keyframes round_01 {
  0% {
    transform: translate(-50%, -50%) scale(0.75) rotate(0deg);
  }
  50% {
    transform: translate(-50%, -50%) scale(0.75) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.75) rotate(0deg);
  }
}
@keyframes upDownAnimation {
  0% {
    transform: scale(1.4) translateY(0);
  }
  50% {
    transform: scale(1.4) translateY(-50px);
  }
  100% {
    transform: scale(1.4) translateY(0);
  }
}
@keyframes aboutDeg {
  0% {
    transform: translate(-50%, -50%) rotate(15deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(15deg);
  }
}
.prospect_btn {
  padding: 0.8em 1.8em;
  border: 2px solid #17C3B2;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  transition: 0.3s;
  z-index: 1;
  font-family: inherit;
  color: #17C3B2;
}
@media screen and (max-width: 991px) {
  .prospect_btn {
    font-size: 14px;
  }
}
.prospect_btn:hover {
  color: #fff;
}
.prospect_btn:hover:before {
  width: 105%;
}
.prospect_btn::before {
  content: "";
  width: 0;
  height: 300%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #17C3B2;
  transition: 0.5s ease;
  display: block;
  z-index: -1;
}

.header_btn {
  background: #fff;
  color: #111;
  margin-left: 0.5em;
  padding: 0.5em 1em;
  font-weight: 500;
  border: 2px solid white;
  transform: scale(1);
}
.header_btn:hover {
  transform: scale(1.1);
}
.header_btn::before {
  background: #3A9AE3;
}

.pros_btn {
  padding: 0.5em 1em;
  margin-left: 0.5em;
}
@media screen and (max-width: 991px) {
  .pros_btn {
    padding: 0.5em 0.7em;
  }
}

.header-auth-btn {
  border-right: 2px solid #999;
  color: #333;
  border-radius: 0;
  padding: 0.1em 0.6em;
  font-weight: 600;
}
.header-auth-btn:last-child {
  border-color: transparent;
}

.add_cart_btn {
  font-size: 16px;
}
.add_cart_btn .badge_span {
  font-size: 10px;
  font-weight: normal;
  height: 20px;
  width: 20px;
  left: 28px !important;
  border: 1px solid #fff !important;
  background-color: #FF6161 !important;
}

.erp_btn {
  border-color: #3A9AE3;
  color: #3A9AE3;
}
.erp_btn::before {
  height: 600%;
  background: #3A9AE3;
}
.erp_btn:hover:before {
  width: 200%;
}

.readMeBtn {
  position: relative;
  margin: auto;
  padding: 9px 18px;
  transition: all 0.2s ease;
  border: none;
  background: #3A9AE3;
  border-radius: 50px;
  margin: 0;
  box-shadow: 0px 10px 25px 20px rgba(0, 0, 0, 0.05);
}
.readMeBtn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: transparent;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}
.readMeBtn span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: white;
}
.readMeBtn i {
  position: relative;
  top: 0;
  color: #fff;
  margin-left: 10px;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.readMeBtn:hover:before {
  width: 100%;
  background: #4CB2F4;
}
.readMeBtn:hover span, .readMeBtn:hover i {
  transform: translateX(0);
  color: #fff;
}
.readMeBtn:active {
  transform: scale(0.95);
}/*# sourceMappingURL=styles.css.map */