@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,500,700|Roboto:100,300,400,500,700&display=swap");

.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support {
  font-size: 14px;
}

.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support span {
  color: #6c8493;
}

.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support a {
  color: #fff;
  font-weight: 700;
}

.soft-m-logo-1 {
  width: 200px;
  display: inline-block;
}

.soft-m-logo-1 img {
  width: 100%;
}

.footer_logo {
  width: 250px;
  display: inline-block;
}

.footer_logo img {
  width: 100%;

}

.soft-m-footer-contact a:after,
.soft-c-btn:after,
.soft-footer-btn:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  content: "";
  height: 0%;
  position: absolute;
  transition: 0.3s all ease-in-out;
  /* background: linear-gradient(90deg, #FFAA00 0%, #FED700 100%); */
}

@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeFromUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeFromUp {
  animation-name: fadeFromUp;
}

.fadeFromRight {
  animation-name: fadeFromRight;
}

.fadeFromLeft {
  animation-name: fadeFromLeft;
}

/*global area*/
/*----------------------------------------------------*/
.soft-m-home {
  margin: 0;
  padding: 0;
  /*color: #FFAA00;*/
  font-size: 15px;
  overflow-x: hidden;
  line-height: 1.625;
  /* font-family: "Poppins"; */
  font-family: Helvetica,Arial;
  /* font-family: "Lato,Helvetica,Arial"; */
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.soft-m-home::selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.soft-m-home::-moz-selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.container {
  max-width: 1200px;
}

.ul-li ul {
  margin: 0;
  padding: 0;
}

.ul-li ul li {
  list-style: none;
  display: inline-block;
}

.ul-li-block ul {
  margin: 0;
  padding: 0;
}

.ul-li-block ul li {
  list-style: none;
  display: block;
}

div#soft-m-preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  /* background-color: #f1f2f3; */
  background: #fff url("../img/soft/loder.gif") no-repeat center center;
}

[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* section {
  overflow: hidden;
} */

button {
  cursor: pointer;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.form-control {
  box-shadow: none;
}

.pera-content p {
  margin-bottom: 0;
  color: #6c8493;
  font-size: 15px;
  font-family: inherit;
  padding-top: 7px;
}

@keyframes zooming {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.05, 1.05);
  }

  100% {
    transform: scale(1, 1);
  }
}

.zooming {
  animation: zooming 18s infinite both;
}

.soft-m-headline h1,
.soft-m-headline h2,
.soft-m-headline h3,
.soft-m-headline h4,
.soft-m-headline h5,
.soft-m-headline h6 {
  margin: 0;
  font-family: inherit;
}

.client_section{
  padding: 0px 0px 0px 0px;
}

.client_section .customer-logos {
  padding-bottom: 0px;
}

.soft-m-section-title {
  text-align: center !important;
  /* padding-bottom: 55px;
    padding-top: 29px; */
}

.soft-m-section-title span {
  color: #FFAA00;
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px !important;
    padding-bottom: 15px;
    display: inline-block;
}

.soft-m-section-partner span {
  color: #FFAA00;
  font-size: 20px;
  font-weight: 600;
  padding-top: 10px !important;
  padding-bottom: 20px;
  display: inline-block;
}

.soft-m-section-title h2 {
  color: #0c274d;
  font-weight: 600;
  font-size: 20px;
  padding: 0px !important;
}

.soft-m-section-title p {
  color: #0c274d;
    font-weight: 400;
    font-size: 16px;
    padding: 15px !important;
}

.soft-m-scrollup {
  width: 55px;
  right: 20px;
  z-index: 5;
  height: 55px;
  bottom: 20px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background: linear-gradient(-90deg, #FFAA00 0%, #FED700 100%);
}

.soft-m-scrollup i {
  color: #fff;
  font-size: 20px;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.navbar-nav li a.title i {
  float: right;
  font-size: 18px;
  margin-left: 4px;
  padding: 5px;
  line-height: 20px !important;
}

.navbar-nav .mega-menu-wrap .sub_drop {
  display: block;
}

.navbar-nav .mega-menu-wrap .mega-title {
    margin: 0px !important;
}

.soft-m-main-header {
  z-index: 99;
  width: 100%;
  padding: 10px 0px;
  position: absolute;
}

.soft-m-main-header .container {
  max-width: 1390px;
}

.soft-m-main-header .soft-m-logo {
  padding-right: 50px;
}

.soft-m-main-header .dropdown {
  position: relative;
}

.soft-m-main-header .dropdown:after {
  top: -2px;
  color: #fff;
  right: -14px;
  content: "+";
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

.soft-m-main-header .dropdown .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 200px;
  border: none;
  display: block;
  border-radius: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  transition: all 0.4s ease-in-out;
  border-bottom: 2px solid #003378;
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
}

.soft-m-main-header .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
}

.soft-m-main-header .dropdown .dropdown-menu li a {
  width: 100%;
  color: #343434;
  display: block;
  font-size: 14px;
  padding: 10px 25px;
  position: relative;
  transition: 0.3s all ease-in-out;
}

.soft-m-main-header .dropdown .dropdown-menu li a:before {
  display: none;
}

.soft-m-main-header .dropdown .dropdown-menu li a:after {
  left: 10px;
  top: 16px;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  border-radius: 100%;
  transform: scale(0);
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}

.soft-m-main-header .dropdown .dropdown-menu li a:hover {
  background-color: #003378;
  color: #fff;
}

.soft-m-main-header .dropdown .dropdown-menu li a:hover:after {
  transform: scale(1);
}

.soft-m-main-header .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}

.soft-m-main-header .dropdown:hover .dropdown-menu {
  top: 45px;
  opacity: 1;
  visibility: visible;
}

.soft-m-main-header .navbar-nav {
  display: inherit;
}

.soft-m-main-header .soft-m-main-navigation {
  margin-top: 18px;
}

.soft-m-main-header .soft-m-main-navigation li.drop-down {
  margin: 0px 14px;
}

.soft-m-sticky-menu .soft-m-main-navigation li.drop-down a.title {
  color: #ffaa00 !important;
}

.soft-m-sticky-menu .soft-m-main-navigation li.drop-down a.title:before {
  background-color: #ffaa00 !important;
}

.soft-m-main-header .soft-m-main-navigation li.drop-down a.title {
  color: #376b99 !important;
    font-size: 15px;
    font-weight: 400;
    display: inline;
    position: relative;
    padding-bottom: 20px;
}

.soft-m-main-header .soft-m-main-navigation li.drop-down a.title:before {
  left: 0;
  right: 0;
  width: 0%;
  content: "";
  bottom: 5px;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  background-color: #ffaa00;
  transition: 0.5s all ease-in-out;
}

.soft-m-main-header .soft-m-main-navigation li.drop-down:hover a.title:before,
.soft-m-main-header .soft-m-main-navigation li.drop-down a.title.active:before {
  width: 100%;
}

.soft-m-main-header .soft-m-header-btn {
  color: #fff;
  height: 50px;
  width: 175px;
  line-height: 50px;
  margin-left: 30px;
  border-radius: 40px;
  border: 2px solid #33c1f6;
  transition: 0.3s all ease-in-out;
}

.soft-m-main-header .soft-m-header-btn a {
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.soft-m-main-header .soft-m-header-btn:hover {
  color: #fff;
  border: 2px solid #000;
  background-color: #000;
}

.soft-m-main-header .soft-m-side-bar-toggle {
  z-index: 1;
  width: 50px;
  height: 50px;
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  margin-left: 15px;
  background-color: #FFAA00;
}

.soft-m-main-header .soft-m-side-bar-toggle i {
  color: #fff;
  font-size: 25px;
}

.soft-m-sticky-menu {
  top: 0px;
  position: fixed;
  padding: 10px 0px;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
  /* background: linear-gradient(-90deg, #FFAA00 0%, #FED700 100%); */
  background: #fff;
  box-shadow: 0px 0px 20px #ddd;
}

.soft-m-sticky-menu .soft-m-side-bar-toggle {
  display: none;
}

.soft-m-sticky-menu .soft-m-logo,
.soft-m-sticky-menu .soft-m-language {
  margin-top: 5px;
}

.sm-side_inner_content {
  top: 0px;
  bottom: 0;
  right: -420px;
  height: 110vh;
  z-index: 101;
  position: fixed;
  width: 400px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 50px 50px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s;
}

.sm-side_inner_content p {
  text-align: left;
}

.sm-side_inner_content .side_inner_logo {
  margin: 30px 0px;
}

.sm-side_inner_content .side_contact {
  margin-bottom: 30px;
}

.sm-side_inner_content .side_contact .social_widget {
  margin-bottom: 40px;
}

.sm-side_inner_content .side_contact .social_widget h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0px 10px 0px;
}

.sm-side_inner_content .side_contact .social_widget li {
  color: #fff;
  width: 30px;
  height: 30px;
  margin: 0px 3px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  background-color: #6c8493;
}

.sm-side_inner_content .side_contact .social_widget li i {
  font-size: 14px;
}

.sm-side_inner_content .side_contact .soft-m-sidebar-gallary {
  margin-bottom: 25px;
}

.sm-side_inner_content .side_contact .soft-m-sidebar-gallary h3 {
  font-size: 20px;
  font-weight: 600;
  padding: 10px 0px 10px 0px;
}

.sm-side_inner_content .side_contact .soft-m-sidebar-gallary li {
  float: left;
  margin: 5px 3px;
}

.sm-side_inner_content .side_copywright {
  font-size: 14px;
}

.sm-side_inner_content .close_btn {
  top: 30px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  position: absolute;
  background-color: #f5f5f5;
  transition: 0.3s all ease-in-out;
}

.sm-side_inner_content .close_btn i {
  font-size: 14px;
}

.sm-side_inner_content .close_btn:hover {
  background-color: #FFAA00;
}

.sm-side_inner_content .close_btn:hover i {
  color: #fff;
}

.soft-m-sidebar-inner.wide_side_on .sm-side_inner_content {
  right: -15px;
  z-index: 99;
  transition: all 0.7s;
}

.soft-m-sidebar-inner {
  display: inline-block;
}

.soft-m-sidebar-inner .side_overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  z-index: 9;
  height: 110vh;
  visibility: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-in-out;
}

.body_overlay_on {
  overflow: hidden;
}

.soft-m-sidebar-inner.wide_side_on .side_overlay {
  opacity: 1;
  visibility: visible;
}

.soft-m-language {
  float: left;
  position: relative;
}

.soft-m-language:after {
  top: 9px;
  right: 15px;
  color: #fff;
  font-size: 12px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

.soft-m-language select {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 28px 7px 20px;
  border-radius: 30px;
  border: 1px solid #33a5e4;
  background-color: transparent;
  -webkit-appearance: none;
}

.soft-m-language option {
  background-color: #FFAA00;
}


/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/
.soft-m-banner-section {
  z-index: 1;
  padding: 90px 0px 0px;
}

.soft-m-banner-section .container {
  max-width: 1200px;
}

.soft-m-banner-content {
  z-index: 2;
  max-width: 680px;
  position: relative;
}

.soft-m-banner-content span {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.soft-m-banner-content h2 {
  color: #0c274d;
  line-height: 1.2;
  font-size: 65px;
  font-weight: 600;
  padding-top: 20px;
}

.soft-m-banner-subscribe-form {
  margin-top: 35px;
}

.soft-m-banner-subscribe-form button {
  color: #fff;
  float: left;
  height: 60px;
  width: 200px;
  border: none;
  font-weight: 700;
  margin-right: 20px;
  border-radius: 30px;
  background-color: #FFAA00;
  transition: 0.3s all ease-in-out;
}

.soft-m-banner-subscribe-form button:hover {
  background-color: #000;
}

.soft-m-banner-subscribe-form .soft-m-moto {
  padding-top: 10px;
}

.soft-m-banner-subscribe-form .soft-m-moto span {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.soft-m-subs {
  margin-bottom: 15px;
}

.soft-m-subs input {
  width: 100%;
  height: 60px;
  border: none;
  max-width: 550px;
  padding-left: 75px;
  border-radius: 40px;
  background-color: #fff;
  border: 1px solid #ffaa00;
}

.soft-m-subs input::placeholder {
  color: #b9bfd5;
}

.soft-m-subs:after {
  top: 18px;
  left: 40px;
  color: #fbad17;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
.soft-m-feature-section {
  padding: 0px 0px 0px;
}

.soft-m-feature-section .soft-m-feature-content {
  padding-top: 0px;
}

.soft-m-feature-inner {
  padding-left: 40px;
  margin-bottom: 25px;
  transition: 0.3s all ease-in-out;
}

.soft-m-feature-inner .soft-m-inner-icon {
  left: 0;
  top: 30px;
  z-index: 1;
  position: absolute;
  transition: 0.3s all ease-in-out;
  filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.1));
}

.soft-m-feature-inner .soft-m-feature-icon {
  width: 85px;
  height: 95px;
  line-height: 100px;
  background: #fff;
  position: relative;
  z-index: 1;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: inline-flex;
  align-items:center;
  justify-content:center;
}

.soft-m-feature-inner .soft-m-feature-icon:after {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  opacity: 0;
  height: 100%;
  position: absolute;
  transition: 0.3s all ease-in-out;
  /* background: linear-gradient(90deg, #FFAA00 0%, #FED700 100%); */
  /* background: #0c274d; */
  /* border: 5px solid #0c274d; */
  background-color: #fff;
}

.soft-m-feature-inner .soft-m-feature-icon i {
  font-size: 26px;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(90deg, #FFAA00 0%, #FED700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.soft-m-feature-inner .soft-m-feature-box {
  position: relative;
  border: 2px solid #f1f1f1;
  padding: 35px 20px 35px 50px;
  transition: 0.3s all ease-in-out;
  min-height: 290px;
}

.soft-m-feature-inner .soft-m-feature-box:after {
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 3px;
  height: 0%;
  position: absolute;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(90deg, #FFAA00 0%, #FED700 100%);
  background: #fcae29;
}

.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text h3 {
  color: #0c274d;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}

.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text h3 span {
  color: #fff;
  font-size: 10px;
  padding: 1px 5px;
  background-color: #00a8ff;
}

.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text p {
  color: #121212;
  padding-bottom: 10px;
  text-align: justify;
  /* min-width: 242px; */
}

.soft-m-feature-inner .soft-m-feature-box .soft-m-feature-text .soft-f-more {
  bottom: 35px;
  font-size: 14px;
  opacity: 0;
  font-weight: 700;
  position: absolute;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(90deg, #FFAA00 0%, #FED700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.soft-m-feature-inner:hover {
  margin-bottom: 10px;
}

.soft-m-feature-inner:hover .soft-m-inner-icon {
  top: 50%;
  transform: translateY(-50%);
}

.soft-m-feature-inner:hover .soft-m-feature-box {
  /* padding: 30px 40px 30px 70px; */
  padding: 35px 20px 35px 50px;
  /* border: 0px !important; */
  /* border: 0px solid #f1f1f1; */
  box-shadow: 0px 8px 16px 0px rgba(15, 42, 107, 0.06);
}

.soft-m-feature-inner:hover .soft-m-feature-box:after {
  height: 100%;
}

.soft-m-feature-inner:hover .soft-m-feature-text .soft-f-more {
  opacity: 1;
}

.soft-m-feature-inner:hover .soft-m-feature-icon i {
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.soft-m-feature-inner:hover .soft-m-feature-icon:after {
  opacity: 1;
}

/*Feature Process area*/
/*----------------------*/
.soft-m-feature-process-section {
  padding: 26px 0px;
}

.soft-ft-process-right-text {
  padding-left: 50px;
}

.soft-ft-process-left-text {
  padding-right: 50px;
}

.soft-m-ft-process-text .soft-m-section-title {
  padding-bottom: 10px;
}

.soft-m-ft-process-text .soft-m-section-title h2 {
  font-size: 36px;
  padding-top: 10px;
}

.soft-m-ft-process-text .soft-ft-head h2 {
  font-size: 36px;
  padding-top: 10px;
  color: #0c274d;
}

.soft-m-ft-process-text .soft-m-section-title .soft-ft-tag {
  color: #FFAA00;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.soft-m-ft-process-text .soft-m-section-title .soft-ft-process-serial {
  top: 0;
  right: -95px;
  width: 25px;
  color: #fff;
  height: 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background-color: #FFAA00;
}

.soft-m-ft-process-text .soft-m-section-title .soft-ft-process-serial:after {
  top: 14px;
  left: -58px;
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  background-color: #FFAA00;
}

.soft-m-ft-process-text .soft-m-feature-details {
  line-height: 1.75;
}

.soft-m-ft-devider {
  margin: 40px 0px 40px;
  border-bottom: 2px solid #f3f3f3;
}

.soft-m-ft-devider i {
  top: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: relative;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

/*---------------------------------------------------- */
/*Partner area*/
/*----------------------------------------------------*/
.soft-m-partner-section {
  padding-top: 10px;
  padding-bottom: 30px;
  /* background-color: #ffc10714; */
}

.soft-m-partner-content {
  margin-top: 10px;
  display: flex;
}

.soft-m-partner-content li {
  margin: 15px 35px;
}

.soft-m-partner-content li img {
  filter: grayscale(1);
  transition: 0.3s all ease-in-out;
}

.soft-m-partner-content li img {
  filter: grayscale(0);
}

.soft-m-partner-btn {
  height: 60px;
  width: 230px;
  margin: 0 auto;
  margin-top: 30px;
  line-height: 60px;
  border-radius: 40px;
  transition: all 0.2s linear 0ms;
  background: linear-gradient(90deg, #FFAA00 0%, #FED700 100%);
  background-size: 300%, 1px;
}

.soft-m-partner-btn:hover {
  background-position: 100%;
}

.soft-m-partner-btn a {
  color: #fff;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s all ease-in-out;
}
.content-slider {
  /* padding-right: 60px; */
  width: 186px;
    margin-right: 50px;
    margin-left: 50px;
    margin-bottom: 30px;
    height: 62px;
}

/* our_partner*/

.partner-logo .sliders {
  text-align: center;
  display: inline-flex;
  margin-left: 15px;
  margin-right: 15px;
  width: 150px;
  height: 75px;
}

.partner-logo {
  padding-top: 25px; 
  /* display: flex; */
  padding-bottom: 25px; 
}
 
/* .partner-logo li {
  margin: 35px 35px;
}  */

/* .partner-logo li a {
  width: 231px;
    display: inline-block;
    height: 65px;
}  */

.partner-logo img {
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  transition: 0.3s all ease-in-out;
  object-fit: contain;
}

.partner-logo img {
  filter: grayscale(0);
}

.bold_text{
  position: relative !important;
  color: #000 !important;
  left: unset !important;
  font-weight: 600;
}
.highlight_link{
  color: #2196f3 !important;
  font-size: 16px;
  text-decoration: underline;
  padding-left:5px;
}
/* our_partner */


/*---------------------------------------------------- */


/*Intregration area*/
/*----------------------------------------------------*/
.soft-m-intregration-section {
  padding-top: 10px;
  /* background: linear-gradient(90deg, #fff1dc 0%, #fff7ec 100%); */
}

.soft-m-intregration-section .soft-m-section-title span,
.soft-m-intregration-section .soft-m-section-title h2 {
  color: #FFAA00;
}

.soft-m-intregration-section .soft-m-intregration-content {
  padding-top: 25px;
}

.soft-m-intre-innerbox {
  z-index: 1;
  padding: 35px 35px 27px 35px;
  position: relative;
}

.soft-m-intre-innerbox:after {
  bottom: 65px;
  left: 0;
  z-index: -1;
  height: 0%;
  width: 100%;
  content: "";
  position: absolute;
  background-color: #f7f7f7;
  transition: 0.3s all ease-in-out;
  border-radius: 5px;
}

.soft-m-intre-innerbox .soft-m-intre-img {
  margin-bottom: 35px;
  height: 165px;
}

.soft-m-intre-innerbox .soft-m-intre-text h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
  transition: 0.4s all ease-in-out;
}

.soft-m-intre-innerbox .soft-m-intre-text p {
  color: #121212 !important;
  padding-bottom: 35px;
  transition: 0.4s all ease-in-out;
  font-weight: 400;
  text-align: justify;
}

.soft-m-intre-innerbox .soft-m-intre-text .soft-in-more {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  border: 2px solid #ff8533;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}

.soft-m-intre-innerbox .soft-m-intre-text .soft-in-more i {
  color: #fff;
}

.soft-m-intre-innerbox:hover:after {
  height: 60%;
}

.soft-m-intre-innerbox:hover .soft-m-intre-text h3 {
  color: #FFAA00;
}

.soft-m-intre-innerbox:hover .soft-m-intre-text p {
  color: #6c8493;
}

.soft-m-intre-innerbox:hover .soft-in-more {
  border: 2px solid #ff8533;
  background-color: #ff8533;
  opacity: 1;
}

.soft-intre-bottom-img {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  padding-top: 30px;
}

@media screen and (max-width: 480px) {
  .soft-m-section-title {
    text-align: center !important;
    padding-top: 1px;
}
}

/*---------------------------------------------------- */
/*Platform area*/
/*----------------------------------------------------*/
.soft-m-platform-section {
  padding: 100px 0px;
}

.soft-m-logo-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  line-height: 120px;
  margin-bottom: 55px;
  border-radius: 100%;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.06);
}

.soft-m-logo-icon:before {
  top: -25px;
  left: -25px;
  content: "";
  width: 170px;
  height: 170px;
  position: absolute;
  border-radius: 100%;
  border: 3px solid #f8f8f8;
}

.soft-m-download-btn {
  margin-top: 30px;
}

.soft-m-download-btn a {
  margin: 0px 2px;
}

.soft-m-platform-screen {
  margin: 0 auto;
  max-width: 1520px;
  padding: 115px 0px 100px;
}

.soft-m-platform-screen li img {
  box-shadow: 0px 8px 16px 0px rgba(15, 42, 107, 0.06);
}

.soft-m-platform-screen li:nth-child(1) {
  float: left;
}

.soft-m-platform-screen li:nth-child(3) {
  float: right;
}

.soft-m-platform-screen li:nth-child(2) {
  left: 0;
  right: 0;
  top: 75px;
  position: absolute;
}

/*---------------------------------------------------- */
/*blog area*/
/*----------------------------------------------------*/
.soft-m-blog-section {
  padding: 30px 0px 70px;
}

.soft-m-blog-content {
  padding-top: 60px;
}

.soft-m-blog-img-text {
  transition: 0.4s all ease-in-out;
}

.soft-m-blog-img-text .soft-m-blog-img .soft-m-blog-date {
  right: 30px;
  bottom: -40px;
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 20px;
  background-color: #fff;
  transition: 0.4s all ease-in-out;
  box-shadow: 0px 16px 32px 0px rgba(94, 94, 94, 0.06);
}

.soft-m-blog-img-text .soft-m-blog-img .soft-m-blog-date a {
  line-height: 1;
  color: #FFAA00;
  font-size: 40px;
  font-weight: 600;
  padding-top: 13px;
  display: inline-block;
  font-family: "Poppins";
  transition: 0.3s all ease-in-out;
}

.soft-m-blog-img-text .soft-m-blog-img .soft-m-blog-date a span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto";
}

.soft-m-blog-img-text .soft-m-blog-text {
  padding: 35px;
  border: 2px solid #eeeeee;
  transition: 0.3s all ease-in-out;
}

.soft-m-blog-img-text .soft-m-blog-text .soft-meta-cat {
  font-size: 14px;
  font-weight: 700;
  background: linear-gradient(90deg, #FFAA00 0%, #FED700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.soft-m-blog-img-text .soft-m-blog-text h3 {
  color: #FFAA00;
  font-size: 24px;
  font-weight: 600;
  padding: 8px 0px 20px;
}

.soft-m-blog-img-text .soft-m-blog-text .soft-b-author {
  width: 60%;
}

.soft-m-blog-img-text .soft-m-blog-text .soft-b-author .soft-b-author-img {
  width: 35px;
  height: 35px;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 100%;
}

.soft-m-blog-img-text .soft-m-blog-text .soft-b-author .soft-b-author-name {
  padding-top: 8px;
}

.soft-m-blog-img-text .soft-m-blog-text .soft-b-author .soft-b-author-name h4 {
  color: #FFAA00;
  font-size: 16px;
  font-weight: 600;
}

.soft-m-blog-img-text .soft-m-blog-text .soft-b-more {
  padding-top: 8px;
}

.soft-m-blog-img-text .soft-m-blog-text .soft-b-more a {
  color: #aeb4c6;
  font-size: 14px;
  font-weight: 700;
}

.soft-m-blog-img-text:hover {
  box-shadow: 0px 16px 32px 0px rgba(94, 94, 94, 0.06);
}

.soft-m-blog-img-text:hover .soft-m-blog-text {
  border: 2px solid #fff;
}

.soft-m-blog-img-text:hover .soft-m-blog-date {
  color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(25, 112, 204, 0.16);
  background-color: #FFAA00;
}

.soft-m-blog-img-text:hover .soft-m-blog-date a {
  color: #fff;
}

/*---------------------------------------------------- */
/*Call action area*/
/*----------------------------------------------------*/
/* .eg-fun-fact-section .col-md-6{
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
} */
.eg-fun-fact-section .head{
  padding-top: 5px;
}

.eg-fun-fact-section {
  padding: 0px 0px 10px;
}

.eg-fun-fact-section .fn-bg-shape {
  bottom: 0;
  left: 0;
}
/* 
.eg-fun-fact-section .eg-funfact-text {
  max-width: 465px;
} */

.eg-fun-fact-section .eg-funfact-text .eight-section-title .eg-title-tag {
  color: #FFAA00;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin: 0px !important;
  font-family: "Roboto";
  padding-bottom: 5px;
}

.eg-fun-fact-section .eg-funfact-text .eight-section-title h2 {
  padding-bottom: 15px;
  color: #0c274d;
  font-weight: 600;
  text-align: left;
  font-size: 30px;
}

.eg-fun-fact-section .eg-funfact-text .eight-section-title p {
  margin-bottom: 0;
  color: #121212;
  font-size: 15px;
  font-family: "roboto";
  text-align: justify;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter {
  display: inline-block;
  margin-top: 40px;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter:after {
  left: 0;
  right: 0;
  top: 55%;
  width: 1px;
  content: "";
  height: 85%;
  margin: 0 auto;
  position: absolute;
  background-color: #dde0ee;
  transform: translateY(-50%);
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter:before {
  position: absolute;
  content: "";
  width: 90%;
  height: 1px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  background-color: #dde0ee;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number {
  width: 50%;
  float: left;
  padding: 25px 0px 30px;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number .odometer {
  font-size: 40px;
  font-family: "Poppins";
  font-weight: 600;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number .odometer-formatting-mark {
  display: none;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number p {
  font-size: 20px;
  max-width: 130px;
  margin: 0 auto;
  line-height: 1.231;
  font-family: "roboto";
  font-weight: 400;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number strong {
  top: 8px;
  line-height: 1;
  font-size: 50px;
  font-weight: 600;
  position: relative;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(1) .odometer,
.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(1) strong {
  color: #7c0dbe;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(2) .odometer,
.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(2) strong {
  color: #ff00d6;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(3) .odometer,
.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(3) strong {
  color: #4ce7f3;
}

.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(4) .odometer,
.eg-fun-fact-section .eg-funfact-text .fun-fact-counter .eg-counter-number:nth-child(4) strong {
  color: #009cff;
}

.eg-fun-fact-section .eg-fun-fact-mockup {
  top: 60px;
  left: -195px;
  position: absolute;
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape {
  position: absolute;
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item1 {
  top: 130px;
  left: -20px;
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item2 {
  right: 0;
  top: -25px;
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item3 {
  top: -35px;
  left: 140px;
  z-index: -1;
}

.eg-fun-fact-section .eg-fun-fact-mockup .fn-shape-item4 {
  z-index: -1;
  right: 35px;
  bottom: 105px;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}

.app-res-about-text-wrappper {
  padding: 100px 0px 0px 40px;
}

.app-res-about-text-wrappper .app-res-section-title {
  margin-bottom: 50px;
}

.app-res-about-text-wrappper .app-res-btn {
  width: 190px;
}

.app-res-about-section-2 {
  padding: 120px 0px;
  background-color: #06090a;
}

.app-res-about-content-2 .app-res-about-text-wrappper {
  margin: 0 auto;
  max-width: 470px;
  padding: 40px 0px 0px;
}

.app-res-about-img-item {
  overflow: hidden;
  margin-bottom: 30px;
  height:300px;
}
.app-res-about-img-item img{
  object-fit: cover;
  border-radius:5px;
}

.row_1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-top: 60px;
}

.col-md-6 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

@media screen and (max-width: 480px){
  .eg-fun-fact-section {
    padding: 8px 0px 24px;
  }

  .eg-fun-fact-section .head {
    padding-top: 2px;
}


}




/*---------------------------------------------------- */
/*Mobile Menu area*/
/*----------------------------------------------------*/
.soft-m-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 310px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 20px 35px 35px 35px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}

.soft-m-mobile_menu_content .soft-m-mobile-main-navigation {
  width: 100%;
}

.soft-m-mobile_menu_content .soft-m-mobile-main-navigation .navbar-nav {
  width: 100%;
}

.soft-m-mobile_menu_content .dropdown:after {
  display: none;
}

.soft-m-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}

.soft-m-mobile_menu_content .soft-m-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
}

.soft-m-mobile_menu_content .soft-m-mobile-main-navigation .navbar-nav li a {
  padding: 0;
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 30px 10px 0;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.soft-m-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.soft-m-mobile_menu_wrap.mobile_menu_on .soft-m-mobile_menu_content {
  right: 0px;
  transition: all 0.7s ease-out;
}

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: 0%;
  height: 120vh;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.5s ease-in-out;
}

.mobile_menu_overlay_on {
  overflow: hidden;
}

.soft-m-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.soft-m-mobile_menu_button {
  right: 0;
  top: -42px;
  z-index: 5;
  color: #ffaa00;
  display: none;
  cursor: pointer;
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  text-align: center;
}

.soft-m-mobile_menu .soft-m-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}

.soft-m-mobile_menu .soft-m-mobile-main-navigation .dropdown>.dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.soft-m-mobile_menu .soft-m-mobile_menu_content .soft-m-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
}

.soft-m-mobile_menu .soft-m-mobile_menu_content .soft-m-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}

.soft-m-mobile_menu .soft-m-mobile_menu_content .soft-m-mobile-main-navigation .navbar-nav .dropdown-menu li a:hover {
  color: #FFAA00;
  background-color: transparent;
}

.soft-m-mobile_menu .dropdown {
  position: relative;
}

.soft-m-mobile_menu .dropdown .dropdown-btn {
  color: #9397a7;
  position: absolute;
  top: 3px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}

.soft-m-mobile_menu .dropdown .dropdown-btn.toggle-open {
  transform: rotate(90deg);
}

.soft-m-mobile_menu .soft-m-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 33px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.soft-m-footer-top-content {
  padding-bottom: 55px;
  padding-top: 70px;
  margin-bottom: 15px;
    border-bottom: 2px solid #f1f1f1;
}
/* .soft-m-footer-content .bg_clr {
  background-color: #fff;
    border-radius: 10px;
    padding-top: 20px;
} */
.soft-m-footer-content .footer_clr{
  background-color: #fff;
    border-radius: 10px;
    padding: 20px 26px;
}


.soft-m-footer-content{
  background-color: #051A30;
  padding-top: 30px;
  padding-bottom: 30px;
}

.soft-m-footer-contact span {
  color: #FFAA00;
  font-size: 18px;
  font-weight: 600;
  margin-right: 40px;
}

.soft-m-footer-contact a {
  width: 28px;
  height: 60px;
  font-size: 26px;
  color: #fff !important;
  margin-right: 8px;
  line-height: 42px;
  text-align: center;
  z-index: 1;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  /*background-color: #f1f9fc;
  transition: 0.3s all ease-in-out;*/
}

.soft-m-footer-contact a:hover {
  color: #FFAA00!important;
  font-size: 26px;  
}

.soft-m-footer-contact a:after {
  height: 100%;
  transform: scale(0);
  border-radius: 100%;
}

/*.soft-m-footer-contact .fa-facebook{
  color: #1C5287;
}


.soft-m-footer-contact .fa-linkedin-in {
  color: #1C5287;
}
.soft-m-footer-contact .fa-twitter{
  color: #1C5287;
}
.soft-m-footer-contact .fa-instagram{
  color: #1C5287;
}

.soft-m-footer-contact .fa-youtube{
  color: #1C5287;
}*/

/* .soft-m-footer-contact .fa-facebook-f:hover {
  color: #0054ff;
}

.soft-m-footer-contact .fa-linkedin:hover {
  color: #0072b1;
}

.soft-m-footer-contact .fa-youtube:hover {
  color: #FF0000;
} */

.soft-m-footer-contact a:hover:after {
  transform: scale(1);
}

.soft-m-footer-top-menu {
  float: right;
  padding-top: 20px;
}

.soft-m-footer-top-menu li {
  margin-left: 50px;
}

.soft-m-footer-top-menu li a {
  color: #FFAA00;
  font-weight: 600;
  transition: 0.3s all ease-in-out;
}

.soft-m-footer-top-menu li a:hover {
  color: #FFAA00;
}

.soft-m-footer-section {
  padding-bottom: 0px;
}

.soft-m-footer-section .soft-footer-btn {
  margin: 0;
  margin-top: 30px;
}

.soft-m-footer-section .soft-footer-btn a {
  color: #fff;
}

.soft-m-footer-section .soft-footer-btn:after {
  height: 100%;
}

.soft-m-footer-section .soft-m-footer-menu-widget {
  float: left;
  /*width: 33.33%;*/
}

.soft-m-footer-section .soft-m-footer-menu-widget .soft-m-footer-store a {
  display: block;
  margin-bottom: 5px;
}

.soft-m-footer-section .soft-m-footer-widget {
  color: #bdc4df;
}

.soft-m-footer-section .soft-m-footer-widget .widget-title {
  font-size: 18px;
  font-weight: 700;
  color: #ffaa00;
  padding-bottom: 20px;
}

.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support {
  color: #6c8493;
}


.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support a {
  color: #003378;
}

.soft-m-footer-section .soft-m-footer-widget p {
  color: #6c8493;
  max-width: 280px;
  padding-top: 38px;
}

.soft-m-footer-section .soft-m-footer-widget p a {
  font-weight: 700;
  color: #003378;
}

.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-menu-widget a {
  display: block;
  margin-bottom: 6px;
  color: #ffffff !important;
  transition: 0.3s all ease-in-out;
}

.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-menu-widget a:hover {
  color: #FFAA00 !important;
}

/*---------------------------------------------------- */
/*Dark Version Menu area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*responsive area*/
/*----------------------------------------------------*/
@media screen and (max-width: 5200px) {
  .soft-m-newslatter-section:after {
    display: none;
  }
}

@media screen and (max-width: 2000px) {
  .soft-m-newslatter-section:after {
    display: block;
  }
}

@media screen and (max-width: 1300px) {
  .soft-m-platform-screen li:nth-child(3) {
    right: 0;
    top: 120px;
    z-index: -1;
    position: absolute;
  }
}

@media screen and (max-width: 1199px) {
  .soft-m-main-header .soft-m-main-navigation li {
    margin: 0px 15px;
  }
}

@media screen and (max-width: 1024px) {
  .soft-m-banner-content h1 {
    font-size: 75px;
  }

  .soft-m-language {
    display: none;
  }

  .soft-m-blog-img-text .soft-m-blog-text {
    padding: 35px 20px;
  }
}

@media screen and (max-width: 991px) {
  .soft-m-banner-section {
    padding: 235px 0px 160px;
  }

  .soft-m-banner-content h1 {
    font-size: 65px;
  }

  .soft-m-ft-process-img {
    margin-bottom: 50px;
  }

  .soft-ft-process-left-text {
    margin-bottom: 50px;
  }

  .soft-m-platform-screen li {
    margin-bottom: 40px;
  }

  .soft-m-platform-screen li:nth-child(2),
  .soft-m-platform-screen li:nth-child(3),
  .soft-m-platform-screen li:nth-child(1) {
    position: static;
    text-align: center;
    float: none;
  }

  .soft-ft-process-right-text {
    padding-left: 0;
  }

  .soft-m-blog-img-text {
    margin: 0 auto;
    max-width: 370px;
    margin-bottom: 40px;
  }

  .soft-m-call-action-content {
    margin-top: 30px;
  }

  .soft-m-footer-top-menu {
    float: none;
  }

  .soft-m-footer-top-menu li {
    margin-left: 0;
    margin-right: 50px;
  }

  .soft-m-footer-section .soft-m-footer-menu-widget {
    margin-top: 40px;
  }

  .soft-m-main-header .soft-m-side-bar-toggle {
    display: none;
  }

  .soft-m-main-header .soft-m-header-btn {
    width: 140px;
    margin-left: 0;
    margin-right: 55px;
  }

  .soft-m-main-header .soft-m-main-navigation {
    display: none;
  }

  .soft-m-mobile_menu_button {
    display: block;
  }

  .soft-m-newslatter-content .soft-m-newslatter-text h3 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 570px) {
  .soft-m-footer-section .soft-m-footer-menu-widget {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .soft-m-banner-content h1 {
    font-size: 45px;
  }

  .soft-m-main-header .soft-m-header-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-right: 45px;
  }

  .soft-m-main-header .soft-m-logo {
    padding-right: 20px;
  }

  .soft-m-mobile_menu_button {
    /* top: 20px; */
    top: -55px;
  }

  .soft-m-banner-subscribe-form button {
    height: 50px;
    width: 160px;
    line-height: 50px;
  }

  .soft-m-section-title h2 {
    font-size: 20px;
  }

  .soft-m-ft-process-text .soft-m-section-title h2 {
    font-size: 32px;
  }

  .soft-m-newslatter-content .soft-m-subs button {
    position: static;
  }

  .soft-m-newslatter-content {
    padding: 30px 15px;
  }

  .soft-m-newslatter-content .soft-m-subs button {
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
  }

  .soft-m-newslatter-content .soft-m-newslatter-text h3 {
    font-size: 24px;
  }

  .soft-m-call-action-section .soft-m-section-title h2 {
    font-size: 34px;
  }

  .soft-call-icon-text {
    margin-bottom: 30px;
  }

  .soft-m-footer-contact span {
    margin-right: 20px;
    font-size: 16px;
  }

  .soft-m-footer-contact a {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }

  .soft-m-footer-top-menu li {
    margin-right: 10px;
  }

  .soft-m-banner-section {
    padding: 130px 0px 0px 0px;
  }

  .soft-m-sticky-menu .soft-m-mobile_menu_button {
    top: -40px;
  }

  .soft-m-feature-section {
    padding: 20px 0px 5px;
  }

  .soft-m-partner-section {
    padding: 5px 0px;
  }

  .soft-m-partner-content {
    margin-top: 0;
  }

  .soft-m-partner-content li {
    margin: 20px;
    width: 200px;
  }

  .soft-m-partner-logo li {
    margin: 20px;
    width: 200px;
  }

  .soft-m-partner-logo li a {
    width: 180px;
    display: inline-block;
}

  .soft-m-ft-devider {
    margin: 15px 0px 65px;
  }

  .soft-m-newslatter-section:after {
    display: none;
  }

  .soft-m-newslatter-content:after {
    width: 100%;
  }

  .soft-m-logo-icon {
    height: 100px;
    width: 100px;
  }

  .soft-m-logo-icon:before {
    top: -35px;
    left: -35px;
  }

  .soft-m-platform-section {
    padding: 80px 0px 30px;
  }

  .soft-m-platform-screen {
    padding: 50px 0px 0px;
  }

  .soft-m-blog-content {
    padding-top: 40px;
  }

  .soft-intre-bottom-img {
    display: none;
  }

  .soft-m-section-title span {
    color: #FFAA00;
    font-size: 20px;
    font-weight: 500;
    padding-top: 2px !important;
    padding-bottom: 18px;
    display: inline-block;
}
}

@media screen and (max-width: 320px) {
  .soft-m-main-header .soft-m-header-btn {
    display: none;
  }

  .soft-m-banner-content h1 {
    font-size: 36px;
  }
}

.card {
  margin: 10px auto;
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  height: 100%;
  transition: 0.3s;
  border: none;
}

.card:hover {
  box-shadow: 1px 10px 16px 0 rgb(0 0 0 / 7%);
}

.card-title {
  /*text-align: center;*/
  color: #666666;
  font-weight: bold;
}

.card-text {
  /*font-weight: 400;*/
  color: #121212;
  font-size: 15px;
  font-family: "Roboto";
}

.card-image {
  text-align: center;
  margin: 5vh 0;
}

.image1 {
  width: 140px;
  display: block;
  margin: 0 auto;
  /* height: 69px; */
}

.image {
  width: 55px;
  display: block;
  margin: 0 auto;
}

.card-image img {
  width: 100%;
  height: auto;
}

.card-text {
  text-align: center;
}

.title-heading {
  text-align: center;
  margin-bottom: 20px;
  color: #FFAA00;
  font-size: 20px;
  font-weight: 500;
}

/*---------------------------------------------------- */
/*Testimonial*/
/*----------------------------------------------------*/

.pr3-testimonial-section {
  padding: 26px 0;
  background-size: 1500px;
  background-color: #ffffff;
}

.pr3-tst-slider-wrapper .slick-list {
  margin: 0 -15px;
  padding: 20px 0;
}

.pr3-tst-slider-wrapper .slick-slide {
  margin: 0 15px;
}

.pr3-tst-slider-wrapper .slick-arrow {
  position: absolute;
  bottom: 30px;
  right: -130px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 0;
  background-color: #1a0b60;
  color: #ffffff;
  text-align: center;
  line-height: 30px;
  z-index: 6;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.pr3-tst-slider-wrapper .slick-arrow:hover {
  background-color: #FFAA00;
}

@media (max-width: 991.98px) {
  .pr3-tst-slider-wrapper .slick-arrow {
    bottom: auto;
    top: -30px;
    right: auto;
    left: 60px;
  }
}

.pr3-tst-slider-wrapper .slick-prev {
  right: -85px !important;
}

@media (max-width: 991.98px) {
  .pr3-tst-slider-wrapper .slick-prev {
    right: auto;
    left: 15px;
  }
}

.pr3-testimonial-single {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(61, 109, 212, 0.2);
  box-shadow: 0px 3px 15px 0px rgba(61, 109, 212, 0.2);
  padding: 40px 30px;
  border-radius: 10px;
}

.pr3-testimonial-single .pr3-tst-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pr3-testimonial-single .pr3-tst-top .img-container {
  margin-right: 15px;
}

.pr3-testimonial-single .pr3-tst-top .img-container .img-thumb {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: (linear, left top, left bottom, (#497efd), (#f5f8ff));
  background-image: -webkit-linear-gradient(top, #497efd, #f5f8ff);
  background-image: -o-linear-gradient(top, #497efd, #f5f8ff);
  background-image: linear-gradient(to bottom, #497efd, #f5f8ff);
  padding: 2px;
  overflow: hidden;
}

.pr3-testimonial-single .pr3-tst-top .img-container .img-thumb img {
  border-radius: 50%;
}

.pr3-testimonial-single .pr3-tst-top span {
  margin-top: 6px;
  color: #0c274d;
  display: block;
  font-weight: 500;
}

.pr3-testimonial-single .pr3-tst-top .star-rating {
  margin-top: 6px;
}

.pr3-testimonial-single .pr3-tst-top .star-rating i {
  color: #ffcc31;
}

.pr3-testimonial-single .pr3-pera-txt {
  margin-top: 30px;
}

.pr3-testimonial-content .pr3-title-area {
  margin: 0;
}

.pr3-pera-txt p {
  color: #666666;
  margin: 0;
  font-size: 16px;
  font-family: "roboto";
}

.pr3-title-area h3 {
  margin-bottom: 10px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  color: #0c274d;
}

.pr3-title-area span {
  color: #ffcc31;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  display: inline-block;
}

@media (max-width: 991.98px) {
  .pr3-testimonial-content {
    margin-top: 50px;
  }
}

/*---------------------------------------------------- */
/*contact*/
/*----------------------------------------------------*/

.apbc-contact-section {
  padding: 30px 0 30px 0;
  overflow: visible;
  background-color: #226CB4;
}

.apbc-contact-section .apbc-contact-area {
  background-color: #ffffff;
  -webkit-box-shadow: -3.119px 14.672px 60px 0px rgba(90, 90, 90, 0.15);
  box-shadow: -3.119px 14.672px 60px 0px rgba(90, 90, 90, 0.15);
  padding: 25px;
  border-radius: 15px;
}

.apbc-contact-area {
  position: relative;
  z-index: 10;
}

@media (max-width: 991.98px) {
  .apbc-form-left {
    margin-top: 60px;
  }
}

.apbc-form-left form {
  width: 100%;
}

.apbc-contact-title {
  text-align: center;
  padding-bottom: 20px;
}

.apbc-contact-area h1 {
  text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-family: inherit;
    font-weight: 500;
  }

.apbc-contact-area .apbc-form-left {
  margin-top: 45px;
}

.apbc-contact-area .apbc-form-area .apbc-form {
  color: #FFAA00;
  font-size: 18px;
  overflow-x: hidden;
  line-height: 1.625;
  font-family: "Poppins";
  font-weight: 400;
  /* padding-bottom: 10px; */
}

.apbc-contact-area .apbc-form-area .apbc-form-head {
  color: #0c274d;
  font-size: 30px;
  font-weight: 600;
  font-family: "poppins";
}

.apbc-form-left form input {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 20px;
  border: 1px solid #c2c1c165;
  border-radius: 3px;
  font-size: 12px;
  color: #c2c1c1;
  background-color: #f5f5f5;
}

.apbc-form-left form select {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 20px;
  border: 1px solid #c2c1c165;
  border-radius: 3px;
  font-size: 15px;
  color: #c2c1c1;
  background-color: #f5f5f5;
}

.apbc-form-left form select option {
  color: #0F1B35;
  font-size: 16px;
  padding-top: 5px;
}

.apbc-form-left form input::-webkit-input-placeholder {
  color: #c2c1c1;
}

.apbc-form-left form input:-ms-input-placeholder {
  color: #c2c1c1;
}

.apbc-form-left form input::-ms-input-placeholder {
  color: #c2c1c1;
}

.apbc-form-left form input::placeholder {
  color: #c2c1c1;
}

.apbc-form-left form textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #c2c1c165;
  background-color: #f5f5f5;
  color: #c2c1c1;
  border-radius: 3px;
}

.apbc-form-left form textarea::-webkit-input-placeholder {
  color: #c2c1c1;
}

.apbc-form-left form textarea:-ms-input-placeholder {
  color: #c2c1c1;
}

.apbc-form-left form textarea::-ms-input-placeholder {
  color: #c2c1c1;
}


.apbc-form-left form button {
  margin-top: 30px;
  background-color: #ffaa00;
  color: #ffffff;
  border: 0;
  padding: 15px 25px;
  border-radius: 6px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 2px solid transparent;
}

.apbc-form-left form textarea::placeholder {
  color: #c2c1c1;
}


.apbc-form-right img {
  border-radius: 3px;
}

.apbc-img-wrapper {
  margin-top: 40px;
}



.fa-close {
  color: rgb(252, 89, 89);
}

.RequestDemo-form-left form input {
  width: 100%;
  padding: 8px 12px;
  margin-bottom: 15px;
  border: 0px solid #c2c1c165;
  border-radius: 3px;
  font-size: 15px;
  color: #c2c1c1;
  background-color: #f5f5f5;
  font-family: inherit;
}

.RequestDemo-form-left form select {
  width: 100%;
  padding: 11px 12px;
  margin-bottom: 20px;
  border: 0px solid #c2c1c165;
  border-radius: 3px;
  font-size: 15px;
  color: #787777;
  background-color: #f5f5f5;
}

.RequestDemo-form-left form textarea {
  width: 100%;
  padding: 0px 12px;
  border: 0px solid #c2c1c165;
  background-color: #f5f5f5;
  font-size: 16px;
  color: #c2c1c1;
  border-radius: 3px;
}

.RequestDemo-form-left form button {
  margin-top: 9px;
  background-color: #ffaa00;
  color: #ffffff;
  border: 0;
  padding: 7px 25px;
  border-radius: 6px;
  font-family: inherit;
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  border: 2px solid transparent;
}

/* Service */
.content_service{
  text-align:justify;
}

.with_set{
  width: 200px !important;
  height: 75px !important;
  padding-right:25px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 25px;
} 

.with_set img{
  width:100%;
  object-fit:scale-down;
  height:100%;
}
.background_yellow{
  background: linear-gradient(90deg, #fff1dc 0%, #fff7ec 100%);
  padding: 20px 0px 20px 0px;
}
.aplpg-single-item{
  background-color: #ffffff;
  padding: 16px;
  border: 1px solid #ddddddb5;
  border-radius: 12px;
  min-height:420px;
  position: relative;
}
.aplpg-pera-txt{
  font-weight: 400;
  color: #6c8493;
  font-size: 16px;
  font-family: inherit;
  text-align: justify;
}
.aplpg-clients-info h6{
  color: #2e383e;
  font-size: 20px;
  /* margin-top: 8px; */
}
.aplpg-clients-info span{
  color: #607d8b;
    font-size: 15px;
    font-family: inherit;
}
.aplpg-star-rating span{
  color: #ffaa00;
}
.aplpg-single-item:hover{
  border: 0px solid #ddddddb5;
  box-shadow: 1px 10px 16px 0 rgb(0 0 0 / 7%);
}
.aplpg-clients-content{
  position: absolute;
  bottom: 12px;
}
.aplpg-thumb-container{
  width: 75px;
    height: 75px;
    padding-bottom: 5px;
}
.aplpg-thumb-container img{
  width:100%;
  height:100%;
  object-fit: cover;
  border-radius: 5px;
}
.office_title{
  font-weight:600 !important;
  font-size:14px !important;
}

@media (max-width: 991.98px) {
  .aplpg-thumb-container {
    width: 75px;
    height: 75px;
    /* padding-bottom: 5px; */
    margin-top: 10px !important;
    margin-bottom: 5px !important;
  }
}

.service_style h3{
  text-align:left;
  font-weight: bold;
}
.service_style p{
  text-align:justify;
}
.service_heading{
  text-align: center;
  padding-top: 10px;
}
.service_heading p{
  display: inline-block;
  background: #ffaa00;
  padding: 6px;
  border-radius: 25px;
  padding-right: 25px;
  padding-left: 25px;
  color: #fff;
}
.card_design_li{
  background: #fff3eb;
  padding: 10px;
  text-align:left;
  border-radius: 5px;
  color: #444444;
  font-size: 16px;
  margin-top:10px;
}
.background_image_service{
  padding-top: 16px;
  height:410px;
}
.background_image_service img{
  width: 100%;
  object-fit:scale-down;
}
.grey_style h5{
  color:#0c274d !important;
}
.Application_Offering ul{
  padding-top: 10px;
}
.Application_Offering ul li{
  font-size: 16px;
  color: #6a6a6a;
  list-style: square;
}