@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');



.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support {
  font-size: 14px;
  padding-left: 60px;
}
.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support span {
  color: #333;
  display: block;
}
.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support a {
  color: #fff;
  font-weight: 700;
}
.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support:before {
  top: 10px;
  left: 25px;
  width: 2px;
  content: "";
  height: 40px;
  position: absolute;
  background-color: #fff;
}

.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-color: #145f96;
}
@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: #333;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.625;
  font-family: "Roboto";
  -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: 1440px;
}

.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: #f1f2f3 url("../img/soft/pre.svg") 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;
}
@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: "Quicksand", sans-serif;
}

.soft-m-section-title span {
  color: #1970cc;
  font-size: 18px;
  font-weight: 500;
}
.soft-m-section-title h2 {
  color: #145f96;
  font-size: 60px;
  font-weight: 600;
}

.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, #145f96 0%, #00acf0 100%);
}
.soft-m-scrollup i {
  color: #fff;
  font-size: 20px;
}


.soft-m-newslatter-section {
  z-index: 1;
}
.soft-m-newslatter-section:after {
  left: -60px;
  bottom: -79px;
  z-index: -1;
  content: "";
  width: 120%;
  height: 170px;
  position: absolute;
  transform: rotate(3deg);
  background: linear-gradient(90deg, #0054c4 0%, #227df8 100%);
}

.soft-m-newslatter-content {
  background: #fff;
  padding: 55px 65px;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.soft-m-newslatter-content:after {
  top: 0;
  right: 0;
  content: "";
  z-index: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  background-image: url(../img/soft/screen/np1.png);
}
.soft-m-newslatter-content .soft-m-newslatter-text h3 {
  color: #145f96;
  font-size: 36px;
  font-weight: 600;
}
.soft-m-newslatter-content .soft-m-subs {
  z-index: 1;
}
.soft-m-newslatter-content .soft-m-subs input {
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}
.soft-m-newslatter-content .soft-m-subs button {
  top: 0;
  right: 0;
  color: #fff;
  height: 60px;
  width: 180px;
  border: none;
  font-weight: 700;
  position: absolute;
  border-radius: 40px;
  transition: all 0.2s linear 0ms;
  background: linear-gradient(90deg, #145f96 0%, #00acf0 100%);
  background-size: 3 0%, 1px;
}
.soft-m-newslatter-content .soft-m-subs button:hover {
  background-position: 100%;
}

/*---------------------------------------------------- */
/*Intregration area*/
/*----------------------------------------------------*/
.soft-m-intregration-section {
  padding-top: 100px;
  background: linear-gradient(90deg, #0054c4 0%, #227df8 100%);
}
.soft-m-intregration-section .soft-m-section-title span, .soft-m-intregration-section .soft-m-section-title h2 {
  color: #fff;
}
.soft-m-intregration-section .soft-m-intregration-content {
  padding-top: 25px;
}

.soft-m-intre-innerbox {
  z-index: 1;
  padding: 35px;
  position: relative;
}
.soft-m-intre-innerbox:after {
  bottom: 65px;
  left: 0;
  z-index: -1;
  height: 0%;
  width: 100%;
  content: "";
  position: absolute;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}
.soft-m-intre-innerbox .soft-m-intre-img {
  margin-bottom: 35px;
}
.soft-m-intre-innerbox .soft-m-intre-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
  transition: 0.4s all ease-in-out;
}
.soft-m-intre-innerbox .soft-m-intre-text p {
  color: #d8d8d8;
  padding-bottom: 35px;
  transition: 0.4s all ease-in-out;
}
.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 #397dd9;
  transition: 0.3s all ease-in-out;
}
.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: #145f96;
}
.soft-m-intre-innerbox:hover .soft-m-intre-text p {
  color: #333;
}
.soft-m-intre-innerbox:hover .soft-in-more {
  border: 2px solid #004198;
  background-color: #004198;
}

.soft-intre-bottom-img {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
}

/*---------------------------------------------------- */
/*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: #145f96;
  font-size: 40px;
  font-weight: 600;
  padding-top: 13px;
  display: inline-block;
  font-family: "Quicksand", sans-serif;
  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, #145f96 0%, #00acf0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.soft-m-blog-img-text .soft-m-blog-text h3 {
  color: #145f96;
  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: #145f96;
  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: #145f96;
}
.soft-m-blog-img-text:hover .soft-m-blog-date a {
  color: #fff;
}

/*---------------------------------------------------- */
/*Call action area*/
/*----------------------------------------------------*/
.soft-m-call-action-section {
  padding: 100px 0px 60px;
}
.soft-m-call-action-section:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 400px;
  position: absolute;
  background-color: #f1f9fc;
}
.soft-m-call-action-section .soft-m-section-title h2 {
  font-size: 48px;
}

.soft-call-icon-text {
  padding: 45px 40px;
  background-color: #fff;
  box-shadow: 0px 16px 32px 0px rgba(25, 112, 204, 0.06);
}
.soft-call-icon-text .soft-call-icon {
  margin-bottom: 38px;
}
.soft-call-icon-text .soft-call-icon span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #145f96;
  padding-bottom: 24px;
}

.soft-c-btn,
.soft-footer-btn {
  height: 60px;
  width: 170px;
  color: #145f96;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 60px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 2px solid #f0f0f0;
}
.soft-c-btn i,
.soft-footer-btn i {
  padding-right: 5px;
}
.soft-c-btn a,
.soft-footer-btn a {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
}
.soft-c-btn:hover a,
.soft-footer-btn:hover a {
  color: #fff;
}
.soft-c-btn:hover:after,
.soft-footer-btn:hover:after {
  height: 100%;
}

/*---------------------------------------------------- */
/*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: #fff;
  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: #145f96;
  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: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.soft-m-footer-top-content {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 2px solid #f1f1f1;
}

.soft-m-footer-contact span {
  color: #145f96;
  font-size: 18px;
  font-weight: 700;
  margin-right: 40px;
}
.soft-m-footer-contact a {
  width: 60px;
  height: 60px;
  color: #145f96;
  margin-right: 8px;
  line-height: 60px;
  text-align: center;
  z-index: 1;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  background-color: #f1f9fc;
  transition: 0.3s all ease-in-out;
      display: flex
;
    align-items: center;
    justify-content: center;
}
.soft-m-footer-contact a:after {
  height: 100%;
  transform: scale(0);
  border-radius: 100%;
}
.soft-m-footer-contact a:hover {
  color: #fff;
}
.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: #145f96;
  font-weight: 700;
  transition: 0.3s all ease-in-out;
}
.soft-m-footer-top-menu li a:hover {
  color: #145f96;
}


.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: 800;
  color: #145f96;
  padding-bottom: 15px;
  font-family: 'Barlow Semi Condensed';
  text-transform: uppercase;
}
.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support {
  color: #333;
}
.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support:before {
  top: -2px;
  width: 1px;
  background-color: #f1f1f1;
}
.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-support a {
  color: #145f96;
}
.soft-m-footer-section .soft-m-footer-widget p {
  color: #333;
  max-width: 280px;
  padding-top: 38px;
  font-size:12px
}
.soft-m-footer-section .soft-m-footer-widget p a {
  font-weight: 700;
  color: #145f96;
}
.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-menu-widget a {
  display: block;
  margin-bottom: 10px;
  color: #333;
  transition: 0.3s all ease-in-out;
  font-size: 14px;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
}
.soft-m-footer-section .soft-m-footer-widget .soft-m-footer-menu-widget a:hover {
  color: #145f96;
}

/*---------------------------------------------------- */
/*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: -38px;
  }

  .soft-m-banner-subscribe-form button {
    height: 50px;
    width: 160px;
    line-height: 50px;
  }

  .soft-m-section-title h2 {
    font-size: 36px;
  }

  .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: 210px 0px 150px;
  }

  .soft-m-sticky-menu .soft-m-mobile_menu_button {
    top: -40px;
  }

  .soft-m-feature-section {
    padding: 50px 0px 35px;
  }

  .soft-m-partner-section {
    padding: 60px 0px;
  }

  .soft-m-partner-content {
    margin-top: 0;
  }

  .soft-m-partner-content li {
    margin: 20px;
    width: 200px;
  }

  .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;
  }
}
@media screen and (max-width: 320px) {
  .soft-m-main-header .soft-m-header-btn {
    display: none;
  }

  .soft-m-banner-content h1 {
    font-size: 36px;
  }
}
/*---------------------------------------------------- */