.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a .pm-inft-icon i {
  display: block;
  background: linear-gradient(-90deg, #227df8 0%, #0054c4 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pm-footer-section .pm-footer-widget .pm-footer-support, .header-type-one .pm-header-support {
  font-size: 14px;
  padding-left: 60px;
}
.pm-footer-section .pm-footer-widget .pm-footer-support span, .header-type-one .pm-header-support span {
  color: #5c8ed0;
  display: block;
}
.pm-footer-section .pm-footer-widget .pm-footer-support a, .header-type-one .pm-header-support a {
  color: #fff;
  font-weight: 700;
}
.pm-footer-section .pm-footer-widget .pm-footer-support:before, .header-type-one .pm-header-support:before {
  top: 10px;
  left: 25px;
  width: 2px;
  content: "";
  height: 40px;
  position: absolute;
  background-color: #5c8ed0;
}
@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*/
/*----------------------------------------------------*/
.pm-home {
  margin: 0;
  padding: 0;
  color: #6480a7;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.625;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.overflow-visible {
  overflow: visible !important;
}
.pm-home::selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.pm-home::-moz-selection {
  color: #ffffff;
  background-color: #6e3ebf;
}

.pm-home .container {
  max-width: 1200px;
}

.pm-home .ul-li ul {
  margin: 0;
  padding: 0;
}
.pm-home .ul-li ul li {
  list-style: none;
  display: inline-block;
}

.pm-home .ul-li-block ul {
  margin: 0;
  padding: 0;
}
.pm-home .ul-li-block ul li {
  list-style: none;
  display: block;
}

div#pm-preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #f1f2f3;
  background: #f1f2f3 url("../img/hrm/pre.svg") no-repeat center center;
}

.pm-home [data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.pm-home a {
  color: inherit;
  text-decoration: none;
}
.pm-home a:hover, .pm-home a:focus {
  text-decoration: none;
}

.pm-home img {
  max-width: 100%;
  height: auto;
}

.pm-home section {
  overflow: hidden;
}

.pm-home button {
  cursor: pointer;
}

.pm-home .form-control:focus,
.pm-home button:visited,
.pm-home button.active,
.pm-home button:hover,
.pm-home button:focus,
.pm-home input:visited,
.pm-home input.active,
.pm-home input:hover,
.pm-home input:focus,
.pm-home textarea:hover,
.pm-home textarea:focus,
.pm-home a:hover,
.pm-home a:focus,
.pm-home a:visited,
.pm-home a.active,
.pm-home select,
.pm-home select:hover,
.pm-home select:focus,
.pm-home select:visited {
  outline: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.pm-home .form-control {
  box-shadow: none;
}

.relative-position {
  position: relative;
}

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

.pm-headline h1,
.pm-headline h2,
.pm-headline h3,
.pm-headline h4,
.pm-headline h5,
.pm-headline h6 {
  margin: 0;
  font-family: "Poppins";
}

.pm-title-tag {
  color: #0e65d9;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 20px 5px;
  display: inline-flex;
  background-color: #f3f7ff;
}

.pm-section-title h2 {
  color: #003378;
  font-size: 36px;
  font-weight: 600;
  padding-top: 15px;
}

.pm-scrollup {
  right: 0px;
  z-index: 5;
  width: 60px;
  height: 60px;
  bottom: -17px;
  line-height: 60px;
  position: absolute;
  background-color: #fff;
}
.pm-scrollup i {
  color: #003378;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.hrm-default-header.pm-main-header {
  background: #0d64d9;
}
.pm-main-header {
  z-index: 5;
  width: 100%;
  padding-top: 15px;
  position: absolute;
}
.pm-main-header .pm-logo {
  margin-top: 15px;
}
.pm-main-header .dropdown {
  position: relative;
}
.pm-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;
}
.pm-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);
}
.pm-main-header .dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
  border-bottom: 1px solid #e5e5e5;
}
.pm-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;
}
.pm-main-header .dropdown .dropdown-menu li a:before {
  display: none;
}
.pm-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;
}
.pm-main-header .dropdown .dropdown-menu li a:hover {
  background-color: #003378;
  color: #fff;
}
.pm-main-header .dropdown .dropdown-menu li a:hover:after {
  transform: scale(1);
}
.pm-main-header .dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}
.pm-main-header .dropdown:hover .dropdown-menu {
  top: 45px;
  opacity: 1;
  visibility: visible;
}
.pm-main-header .navbar-nav {
  display: inherit;
}
.pm-main-header .pm-main-navigation {
  padding: 20px 40px;
}
.pm-main-header .pm-main-navigation li {
  margin: 0px 32px;
}
.pm-main-header .pm-main-navigation li a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px;
}
.pm-main-header .pm-main-navigation li a:before {
  left: 0;
  right: 0;
  width: 0%;
  content: "";
  bottom: 5px;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  background-color: #fff;
  transition: 0.5s all ease-in-out;
}
.pm-main-header .pm-main-navigation li:hover a:before {
  width: 100%;
}
.pm-main-header .pm-header-btn {
  height: 60px;
  width: 115px;
  line-height: 60px;
  border: 2px solid #3c87eb;
  transition: 0.3s all ease-in-out;
}
.pm-main-header .pm-header-btn a {
  width: 100%;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.pm-main-header .pm-header-btn:hover {
  background-color: #000;
  border: 2px solid #000;
}

.header-type-one .container {
  max-width: 1450px;
}
.pm-sticky-menu {
  top: 20px;
  position: fixed;
  background-color: #000;
  animation-duration: 0.7s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-timing-function: ease;
  transition: 0.3s all ease-in-out;
}

.pm-main-header.pm-sticky-menu {
  top: 0px;
  z-index: 9;
  padding: 10px 0;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
}
.pm-main-header.pm-sticky-menu .dropdown:hover .dropdown-menu {
  top: 45px;
}
.pm-main-header.pm-sticky-menu .pm-header-support {
  display: none !important;
}

/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/
.pm-banner-section-1 {
  padding: 275px 0px;
  background: linear-gradient(-90deg, #227df8 0%, #0054c4 100%);
}
.pm-banner-section-1 .pm-banner-shape1 {
  top: 105px;
  right: 115px;
}
.pm-banner-section-1 .pm-banner-shape2 {
  top: 175px;
  right: 200px;
}
.pm-banner-section-1 .pm-banner-shape3 {
  left: 115px;
  bottom: 40px;
}
.pm-banner-section-1 .pm-banner-shape4 {
  left: 195px;
  bottom: 115px;
}
.pm-banner-section-1 .pm-banner-content .pm-banner-text {
  color: #fff;
  max-width: 570px;
  padding-top: 40px;
}
.pm-banner-section-1 .pm-banner-content .pm-banner-text .pm-title-tag {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.102);
}
.pm-banner-section-1 .pm-banner-content .pm-banner-text h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.25;
  padding: 20px 0px;
}
.pm-banner-section-1 .pm-banner-content .pm-banner-text p {
  font-size: 18px;
  padding-bottom: 40px;
}
.pm-banner-section-1 .pm-banner-content .pm-banner-text p span {
  font-weight: 700;
}
.pm-banner-section-1 .pm-banner-content .pm-banner-text a {
  height: 60px;
  width: 200px;
  display: block;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  background-color: #003378;
  transition: 0.3s all ease-in-out;
}
.pm-banner-section-1 .pm-banner-content .pm-banner-text a:hover {
  background-color: #000;
}
.pm-banner-section-1 .pm-banner-content .pm-banenr-img {
  top: 0;
  right: -125px;
  animation: zoomIn 1.7s both 0.3s;
}

/*---------------------------------------------------- */
/*Partner area*/
/*----------------------------------------------------*/
.pm-partner-section .pm-partner-wrapper {
  top: -90px;
  padding: 60px;
  background-color: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.02);
}
.pm-partner-section .pm-partner-slide-area .owl-nav {
  display: none;
}
.pm-partner-section .pm-partner-slide-area .pm-partner-img img {
  transition: 0.3s all ease-in-out;
  filter: grayscale(1);
}
.pm-partner-section .pm-partner-slide-area .pm-partner-img:hover img {
  filter: grayscale(0);
}

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
.pm-feature-section {
  padding-bottom: 100px;
}
.pm-feature-section .pm-section-title {
  margin: 0 auto;
  max-width: 515px;
}
.pm-feature-section .pm-feature-cpntent {
  padding-top: 50px;
}

.pm-feature-innerbox {
  padding: 50px 40px;
  border: 2px solid #eff3f7;
  transition: 0.3s all ease-in-out;
}
.pm-feature-innerbox:hover {
  border: 2px solid #fff;
  box-shadow: 0px 30px 60px 0px rgba(0, 51, 120, 0.04);
}
.pm-feature-innerbox .pm-feature-top {
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 2px solid #eff3f7;
}
.pm-feature-innerbox .pm-feature-top .pm-feature-icon {
  margin-right: 20px;
}
.pm-feature-innerbox .pm-feature-top .pm-feature-text h3 {
  font-size: 18px;
  font-weight: 600;
  color: #003378;
  padding-bottom: 5px;
  text-transform: capitalize;
}
.pm-feature-innerbox .pm-feature-list li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 20px;
}
.pm-feature-innerbox .pm-feature-list li:after {
  top: 0;
  left: 0;
  color: #3186f8;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.pm-feature-innerbox .pm-feature-list li:last-child {
  margin-bottom: 0;
}

.pm-feature-section-2 {
  background-color: #f8f8f8;
}
.pm-feature-section-2 .pm-feature-content-2 .pm-feature-process {
  z-index: 1;
  margin-bottom: 100px;
  background-color: #fff;
  padding: 80px 80px 65px 80px;
  box-shadow: 0px 30px 60px 0px rgba(0, 51, 120, 0.04);
}
.pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-feature-item2 {
  max-width: 480px;
  float: left;
}
.pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-f-process-img {
  right: -85px;
  box-shadow: 0px 30px 60px 0px rgba(0, 51, 120, 0.04);
}
.pm-feature-section-2 .pm-feature-content-2 .pm-feature-process:after {
  z-index: -1;
  content: "";
  left: -140px;
  width: 1450px;
  height: 685px;
  bottom: -400px;
  position: absolute;
  background-image: url(../img/hrm/shape/dot-s.png);
}
.pm-feature-section-2 .pm-feature-content-2 .pm-feature-item-details {
  padding: 15px 0px 40px;
}
.pm-feature-section-2 .pm-feature-content-2 .pm-feature-item-content {
  width: 100%;
  margin-bottom: 16px;
  display: inline-block;
}
.pm-feature-section-2 .pm-feature-content-2 .pm-feature-item-content .pm-f-process-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 20px;
  border-radius: 100%;
  background: linear-gradient(-90deg, #227df8 0%, #0054c4 100%);
}
.pm-feature-section-2 .pm-feature-content-2 .pm-feature-item-content .pm-f-process-icon i {
  color: #fff;
}
.pm-feature-section-2 .pm-feature-content-2 .pm-feature-item-content .pm-f-process-text {
  font-size: 18px;
  font-weight: 500;
  padding-top: 12px;
}
.pm-feature-section-2 .pm-feature-content-2:nth-child(even) .pm-feature-process .pm-feature-item2 {
  float: right;
}
.pm-feature-section-2 .pm-feature-content-2:nth-child(even) .pm-feature-process .pm-f-process-img {
  right: auto;
  left: -85px;
}
.pm-feature-section-2 .pm-feature-content-2:last-child .pm-feature-process:after {
  display: none;
}

/*---------------------------------------------------- */
/*intregations area*/
/*----------------------------------------------------*/
.pm-intregation-section {
  padding: 100px 0px;
  background-color: #f8f8f8;
}
.pm-intregation-section .pm-intregation-img .intr-circle-shape {
  top: 35px;
  right: 30px;
}
.pm-intregation-section .pm-intregation-img .intr-img-item {
  display: inline-block;
  margin-right: 30px;
}
.pm-intregation-section .pm-intregation-img .intr-img-top {
  margin-bottom: 30px;
}
.pm-intregation-section .pm-intregation-img .intr-img-top .intr-img-item:nth-child(2) {
  transform: translateY(60px);
}
.pm-intregation-section .pm-intregation-img .intr-img-bottom .intr-img-item:nth-child(1) {
  transform: translateY(-60px);
}
.pm-intregation-section .pm-intregation-text {
  padding-top: 45px;
}
.pm-intregation-section .pm-intregation-text .pm-title-tag {
  background-color: #fff;
}
.pm-intregation-section .pm-intregation-text .pm-intregation-details {
  padding: 25px 0px 45px;
}
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner {
  margin-bottom: 20px;
}
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a {
  z-index: 1;
  width: 100%;
  display: block;
  position: relative;
  background-color: #fff;
  padding: 18px 40px 13px;
  transition: all 500ms ease;
}
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a:before {
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 100%;
  z-index: -1;
  position: absolute;
  transition: all 500ms ease;
  background: linear-gradient(-90deg, #227df8 0%, #0054c4 100%);
}
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a:after {
  top: 12px;
  right: 40px;
  color: #cfd8e4;
  font-size: 24px;
  content: "";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Free";
}
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a .pm-inft-icon {
  font-size: 22px;
  margin-top: 3px;
  margin-right: 30px;
}
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a .pm-inft-icon i {
  transition: 0.3s all ease-in-out;
}
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a .pm-inft-text {
  color: #003378;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s all ease-in-out;
}
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a:hover:before {
  width: 100%;
}
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a:hover .pm-inft-icon i {
  color: #ffffff;
  background: none;
  -webkit-text-fill-color: inherit;
}
.pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a:hover .pm-inft-text {
  color: #fff;
}

/*---------------------------------------------------- */
/*process area*/
/*----------------------------------------------------*/
.pm-process-section {
  padding: 100px 0px;
}
.pm-process-section .pm-process-wrapper {
  padding-top: 50px;
}
.pm-process-section .pm-process-line {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

.pm-process-icon-text {
  margin: 0px 35px;
  display: inline-block;
}
.pm-process-icon-text:nth-child(even) {
  transform: translateY(40px);
}
.pm-process-icon-text .pm-process-icon {
  width: 160px;
  height: 160px;
  line-height: 160px;
  border-radius: 100%;
  margin-bottom: 35px;
  background-color: #fff;
  box-shadow: 0px 30px 60px 0px rgba(0, 51, 120, 0.04);
}
.pm-process-icon-text .pm-process-icon span {
  right: 0;
  bottom: 0;
  color: #fff;
  width: 50px;
  height: 50px;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  position: absolute;
  border-radius: 100%;
  font-family: "Poppins";
  background: linear-gradient(-90deg, #227df8 0%, #0054c4 100%);
}
.pm-process-icon-text .pm-process-text h3 {
  color: #003378;
  font-size: 18px;
  font-weight: 700;
  font-weight: 600;
}

/*---------------------------------------------------- */
/*counter area*/
/*----------------------------------------------------*/
.pm-counter-section {
  z-index: 1;
}
.pm-counter-section:after {
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 80px;
  z-index: -1;
  position: absolute;
  background-color: #f7f7f7;
}
.pm-counter-section .pm-counter-wrapper {
  padding: 75px 0px 40px;
  background-color: #fff;
  box-shadow: 0px 30px 60px 0px rgba(0, 51, 120, 0.04);
}
.pm-counter-section .pm-counter-text-icon .odometer,
.pm-counter-section .pm-counter-text-icon strong {
  line-height: 1;
  color: #003378;
  font-weight: 600;
  font-size: 50px;
  font-family: "Poppins";
}
.pm-counter-section .pm-counter-text-icon .odometer {
  line-height: 0.8;
  font-weight: 600;
}
.pm-counter-section .pm-counter-text-icon strong {
  top: 10px;
  position: relative;
}
.pm-counter-section .pm-counter-text-icon p {
  color: #003378;
  font-weight: 700;
  padding-top: 5px;
}

/*---------------------------------------------------- */
/*testimonial area*/
/*----------------------------------------------------*/
.pm-testimonial-section {
  padding: 100px 0px 60px;
  background-color: #f7f7f7;
}
.pm-testimonial-section .pm-testimonial-bg {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.pm-testimonial-inner {
  padding: 30px;
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 51, 120, 0.03);
}
.pm-testimonial-inner .pm-testimonial-author {
  margin-top: 18px;
}
.pm-testimonial-inner .pm-testimonial-author .pm-author-text h3 {
  color: #003378;
  font-size: 18px;
  font-weight: 600;
}
.pm-testimonial-inner .pm-testimonial-author .pm-author-text ul {
  line-height: 1;
}
.pm-testimonial-inner .pm-testimonial-author .pm-author-text li {
  line-height: 0.5;
}
.pm-testimonial-inner .pm-testimonial-author .pm-author-text li a {
  color: #fbb040;
  font-size: 10px;
}
.pm-testimonial-inner .pm-testimonial-img {
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 20px;
  border-radius: 100%;
}

.pm-testimonial-content .pm-testimonial-text-item {
  padding-top: 150px;
}
.pm-testimonial-content .col-md-4:nth-child(1) .pm-testimonial-inner:nth-child(2) {
  transform: translateX(-40px);
}
.pm-testimonial-content .col-md-4:nth-child(3) .pm-testimonial-inner:nth-child(2) {
  transform: translateX(40px);
}

/*---------------------------------------------------- */
/*Blog area*/
/*----------------------------------------------------*/
.pm-blog-section {
  padding: 100px 0px;
}
.pm-blog-section .pm-blog-wrapper {
  padding-top: 40px;
  margin: 0px -15px;
}

.pm-blog-img-text {
  float: left;
  display: flex;
  cursor: pointer;
  max-width: 610px;
  padding: 0px 15px;
}
.pm-blog-img-text .pm-blog-text {
  display: none;
  max-width: 330px;
  padding: 50px 0px 0px 40px;
  box-shadow: 0px 8px 16px 0px rgba(0, 51, 120, 0.03);
  transition: opacity 1s ease-out;
  opacity: 0;
}
.pm-blog-img-text .pm-blog-text .pm-blog-meta {
  padding-bottom: 15px;
}
.pm-blog-img-text .pm-blog-text .pm-date-meta {
  color: #9db0cb;
  font-size: 14px;
  font-weight: 700;
  margin-left: 15px;
}
.pm-blog-img-text .pm-blog-text .pm-date-meta i {
  margin-right: 5px;
  color: #003378;
}
.pm-blog-img-text .pm-blog-text .pm-blog-title h3 {
  font-size: 18px;
  font-weight: 600;
  color: #003378;
  padding-bottom: 20px;
}
.pm-blog-img-text.active .pm-blog-text {
  opacity: 1;
  display: inline-block;
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.pm-footer-section {
  background-color: #f7f7f7;
}
.pm-footer-section .pm-footer-wrapper {
  padding: 100px 0px;
}
.pm-footer-section .pm-footer-menu-widget {
  float: left;
  width: 33.33%;
}
.pm-footer-section .pm-footer-menu-widget .pm-footer-store a {
  display: block;
  margin-bottom: 5px;
}
.pm-footer-section .pm-footer-widget .widget-title {
  font-size: 18px;
  font-weight: 700;
  color: #003378;
  padding-bottom: 35px;
}
.pm-footer-section .pm-footer-widget .pm-footer-support {
  color: #6480a7;
}
.pm-footer-section .pm-footer-widget .pm-footer-support:before {
  top: -2px;
  width: 1px;
  background: linear-gradient(-90deg, #227df8 0%, #0054c4 100%);
}
.pm-footer-section .pm-footer-widget .pm-footer-support a {
  color: #003378;
}
.pm-footer-section .pm-footer-widget p {
  max-width: 280px;
  padding-top: 38px;
}
.pm-footer-section .pm-footer-widget p a {
  font-weight: 700;
  color: #003378;
}
.pm-footer-section .pm-footer-widget .pm-footer-social {
  margin-top: 38px;
}
.pm-footer-section .pm-footer-widget .pm-footer-social a {
  z-index: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-right: 10px;
  text-align: center;
  position: relative;
  display: inline-block;
  background-color: #fff;
  transition: 0.3s all ease-in-out;
  color: #0f67dc;
}
.pm-footer-section .pm-footer-widget .pm-footer-social a:after {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  transition: 0.3s all ease-in-out;
  background: linear-gradient(-90deg, #227df8 0%, #0054c4 100%);
}
.pm-footer-section .pm-footer-widget .pm-footer-social a:hover {
  color: #fff;
}
.pm-footer-section .pm-footer-widget .pm-footer-social a:hover:after {
  height: 100%;
}
.pm-footer-section .pm-footer-widget .pm-footer-menu-widget a {
  display: block;
  margin-bottom: 18px;
  transition: 0.3s all ease-in-out;
}
.pm-footer-section .pm-footer-widget .pm-footer-menu-widget a:hover {
  color: #000;
}
.pm-footer-copyright {
  padding: 35px 0px 32px;
  background-color: #efefef;
}
.pm-footer-copyright .pm-footer-copyright-menu ul li {
  display: inline-block;
}
.pm-footer-copyright .pm-footer-copyright-menu a {
  font-size: 16px;
  font-weight: 700;
  color: #003378;
  margin-right: 70px;
  transition: 0.3s all ease-in-out;
}
.pm-footer-copyright .pm-footer-copyright-menu a:hover {
  color: #000;
}

/*---------------------------------------------------- */
/*call to action area*/
/*----------------------------------------------------*/
.pm-call-to-action-section .call-to-action-wrapper {
  z-index: 1;
  padding: 100px 0px;
  background: linear-gradient(-90deg, #227df8 0%, #0054c4 100%);
}
.pm-call-to-action-section .call-to-action-wrapper .pm-banner-shape1 {
  left: 85px;
  bottom: 45px;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-banner-shape2 {
  left: 170px;
  bottom: 75px;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-banner-shape3 {
  top: 65px;
  right: 65px;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-banner-shape4 {
  top: 100px;
  right: 145px;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content {
  z-index: 1;
  margin: 0 auto;
  max-width: 800px;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content p {
  color: #adcdf9;
  font-size: 18px;
  padding-top: 25px;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-section-title .pm-title-tag {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-section-title h2 {
  color: #fff;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn {
  margin-top: 35px;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a {
  color: #fff;
  height: 60px;
  font-weight: 700;
  margin: 0px 10px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a:nth-child(1) {
  width: 200px;
  border: 2px solid #003378;
  background-color: #003378;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a:nth-child(1):hover {
  background-color: #000;
  border: 2px solid #000;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a:nth-child(2) {
  width: 160px;
  border: 2px solid #6f9fe0;
}
.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a:nth-child(2):hover {
  background-color: #000;
  border: 2px solid #000;
}

/*---------------------------------------------------- */
/*Mobile Menu area*/
/*----------------------------------------------------*/
.pm-mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 40px 0px;
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  transition: all 0.5s ease-in;
}
.pm-mobile_menu_content .pm-mobile-main-navigation {
  width: 100%;
}
.pm-mobile_menu_content .pm-mobile-main-navigation .navbar-nav {
  width: 100%;
}
.pm-mobile_menu_content .navbar-nav .dropdown-menu {
  position: static !important;
  transform: none !important;
}
.pm-mobile_menu_content .pm-mobile-main-navigation .navbar-nav li {
  width: 100%;
  display: block;
  transition: 0.3s all ease-in-out;
  border-bottom: 1px solid #dcdcdc;
}
.pm-mobile_menu_content .pm-mobile-main-navigation .navbar-nav li:first-child {
  border-top: 1px solid #dcdcdc;
}
.pm-mobile_menu_content .pm-mobile-main-navigation .navbar-nav li a {
  color: #000;
  padding: 0;
  width: 100%;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 30px;
  text-transform: uppercase;
}
.pm-mobile_menu_content .m-brand-logo {
  width: 160px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.pm-mobile_menu_wrap.mobile_menu_on .pm-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;
}

.pm-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  opacity: 1;
  visibility: visible;
}

.pm-mobile_menu_button {
  right: 0;
  top: -35px;
  z-index: 5;
  color: #fff;
  display: none;
  cursor: pointer;
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  text-align: center;
}

.pm-mobile_menu .pm-mobile-main-navigation .navbar-nav li a:after {
  display: none;
}
.pm-mobile_menu .pm-mobile-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.pm-mobile_menu .pm-mobile_menu_content .pm-mobile-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  transition: none;
  box-shadow: none;
  padding: 5px 0px;
  width: 100%;
  border-top: 1px solid #dcdcdc;
}
.pm-mobile_menu .pm-mobile_menu_content .pm-mobile-main-navigation .navbar-nav .dropdown-menu li {
  border: none;
  padding: 0 20px;
  line-height: 1;
}
.pm-mobile_menu .dropdown {
  position: relative;
}
.pm-mobile_menu .dropdown .dropdown-btn {
  position: absolute;
  top: 0px;
  right: 0;
  height: 30px;
  padding: 5px 10px;
}
.pm-mobile_menu .dropdown .dropdown-btn:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  left: 0;
  background-color: #dcdcdc;
}
.pm-mobile_menu .pm-mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute;
}

/*---------------------------------------------------- */
/*responsive area*/
/*----------------------------------------------------*/
/* ==================================================
*	01 - media screen and (max-width: 1440px)
*	02 - media screen and (max-width: 1280px)
*	03 - media screen and (max-width: 1199px)
*	04 - media screen and (max-width: 991px)
*	05 - media screen and (max-width: 767px)
*	06 - media screen and (max-width: 680px)
*	07 - media screen and (max-width: 580px)
*	08 - media screen and (max-width: 480px)
*	09 - media screen and (max-width: 380px)
*	10 - media screen and (max-width: 320px)
================================================== */
@media screen and (max-width: 1440px) {
  .pm-banner-section-1 .pm-banner-content .pm-banenr-img {
    right: -100px;
  }
}
@media screen and (max-width: 1300px) {
  .pm-banner-section-1 .pm-banner-content .pm-banenr-img {
    width: 50%;
    right: 0px;
  }

  .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-f-process-img {
    right: -40px;
  }

  .pm-feature-section-2 .pm-feature-content-2:nth-child(even) .pm-feature-process .pm-f-process-img {
    left: -50px;
  }
}
@media screen and (max-width: 1199px) {
  .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-f-process-img {
    right: 0;
    width: 50%;
  }

  .pm-feature-section-2 .pm-feature-content-2:nth-child(even) .pm-feature-process .pm-f-process-img {
    left: 0;
    width: 50%;
  }

  .pm-testimonial-content .col-md-4:nth-child(1) .pm-testimonial-inner:nth-child(2),
.pm-testimonial-content .col-md-4:nth-child(3) .pm-testimonial-inner:nth-child(2) {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1024px) {
  .pm-main-header .pm-main-navigation li {
    margin: 0px 15px;
  }

  .pm-banner-section-1 .pm-banner-content .pm-banner-text h1 {
    font-size: 40px;
  }

  .pm-banner-section-1 .pm-banner-content .pm-banner-text {
    max-width: 470px;
  }

  .pm-intregation-section .pm-intregation-img .intr-img-item {
    margin-right: 0;
  }

  .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process {
    padding: 60px 30px;
  }

  .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-feature-item2 {
    max-width: 450px;
  }

  .pm-blog-img-text {
    width: 100%;
    display: flex;
    margin-bottom: 30px;
  }

  .pm-blog-img-text .pm-blog-text {
    opacity: 1;
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .pm-main-menu-item {
    display: none;
  }

  .pm-banner-section-1 {
    padding: 150px 0px;
  }

  .pm-banner-section-1 .pm-banner-content .pm-banenr-img {
    width: 100%;
    margin-top: 40px;
    position: static !important;
  }

  .pm-feature-innerbox {
    margin-bottom: 30px;
  }

  .pm-intregation-img {
    max-width: 570px;
  }

  .pm-intregation-section .pm-intregation-img .intr-img-item {
    margin-right: 30px;
  }

  .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process .pm-f-process-img {
    width: 100%;
    margin-top: 30px;
    position: static !important;
  }

  .pm-feature-section-2 .pm-feature-content-2:nth-child(even) .pm-feature-process .pm-feature-item2 {
    float: left;
  }

  .pm-feature-section-2 .pm-feature-content-2:nth-child(even) .pm-feature-process .pm-f-process-img {
    width: 100%;
  }

  .pm-process-icon-text:nth-child(even) {
    transform: translateY(0);
  }

  .pm-process-section .pm-process-line {
    display: none;
  }

  .pm-process-icon-text {
    margin-bottom: 30px;
  }

  .pm-testimonial-inner .pm-author-text {
    overflow: hidden;
  }

  .footer-widget-area {
    margin-top: 40px;
  }

  .pm-main-header .pm-logo {
    margin-top: 0;
  }

  .header-type-one .pm-header-support {
    display: none !important;
  }

  .pm-main-header.pm-sticky-menu {
    padding: 15px 0px;
  }

  .pm-mobile_menu_button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pm-counter-text-icon {
    margin-bottom: 30px;
  }

  .pm-testimonial-content .pm-testimonial-text-item {
    padding: 10px 0px 40px;
  }
}
@media screen and (max-width: 480px) {
  .pm-banner-section-1 {
    padding: 100px 0px;
  }

  .pm-banner-section-1 .pm-banner-content .pm-banner-text h1 {
    font-size: 32px;
  }

  .pm-banner-section-1 .pm-banner-content .pm-banner-text p {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .pm-section-title h2 {
    font-size: 26px;
  }

  .pm-banner-section-1 .pm-banner-content .pm-banner-text a {
    width: 50px;
    height: 50px;
    width: 160px;
    line-height: 50px;
  }

  .pm-partner-section .pm-partner-wrapper {
    top: 0;
    margin-bottom: 50px;
  }

  .pm-feature-section {
    padding-bottom: 50px;
  }

  .pm-intregation-section .pm-intregation-img .intr-circle-shape {
    display: none;
  }

  .pm-intregation-section .pm-intregation-img .intr-img-top {
    margin-bottom: 0;
  }

  .pm-intregation-section .pm-intregation-img .intr-img-top .intr-img-item:nth-child(2),
.pm-intregation-section .pm-intregation-img .intr-img-bottom .intr-img-item:nth-child(1) {
    transform: translateY(0);
  }

  .pm-intregation-section .pm-intregation-img .intr-img-item {
    margin-bottom: 30px;
  }

  .pm-intregation-section {
    padding: 50px 0px 20px;
  }

  .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process {
    margin-bottom: 50px;
  }

  .pm-process-icon-text .pm-process-icon {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .pm-process-icon-text {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 30px;
  }

  .pm-process-section {
    padding: 50px 0px 20px;
  }

  .pm-counter-section .pm-counter-wrapper {
    padding: 20px 0px;
  }

  .pm-testimonial-section {
    padding: 50px 0px 20px;
  }

  .pm-blog-img-text {
    display: block;
  }

  .pm-blog-img {
    width: 100%;
    float: none;
    display: block;
  }

  .pm-blog-img-text .pm-blog-text {
    max-width: 100%;
    padding-left: 0;
    padding-top: 25px;
    display: inline-block;
  }

  .pm-blog-section {
    padding: 80px 0px 40px;
  }

  .pm-call-to-action-section .call-to-action-wrapper {
    padding: 40px 15px;
  }

  .pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a:nth-child(1) {
    margin-bottom: 20px;
  }

  .pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a:nth-child(1),
.pm-call-to-action-section .call-to-action-wrapper .pm-call-action-content .pm-call-action-btn a:nth-child(2) {
    height: 50px;
    width: 130px;
    font-size: 14px;
    line-height: 50px;
  }

  .pm-footer-section .footer-widget-area .pm-footer-widget {
    width: 100%;
    margin-bottom: 30px;
  }

  .pm-footer-section .pm-footer-wrapper {
    padding: 50px 0px 20px;
  }

  .pm-footer-copyright .pm-footer-copyright-menu a {
    font-size: 14px;
    margin-right: 5px;
  }

  .pm-scrollup {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .pm-counter-section .pm-counter-text-icon .odometer,
.pm-counter-section .pm-counter-text-icon strong {
    font-size: 30px;
  }

  .pm-counter-section .pm-counter-text-icon strong {
    top: 5px;
  }
}
@media screen and (max-width: 380px) {
  .pm-section-title h2 {
    font-size: 24px;
  }

  .pm-feature-section-2 .pm-feature-content-2 .pm-feature-item-content .pm-f-process-text {
    font-size: 16px;
  }
}
/*---------------------------------------------------- */
/*dark-version area*/
/*----------------------------------------------------*/

.pm-home.dark-version {
  color: #afafaf;
}
.pm-home.dark-version .pm-banner-section-1,
.pm-home.dark-version .pm-call-to-action-section .call-to-action-wrapper {
  background: linear-gradient(-90deg, #151516 0%, #1f1f21 100%);
}
.pm-home.dark-version .pm-title-tag,
.pm-home.dark-version .pm-testimonial-inner {
  background-color: #424242;
}
.pm-home.dark-version .pm-partner-section,
.pm-home.dark-version .pm-feature-section,
.pm-home.dark-version .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process,
.pm-home.dark-version .pm-process-section,
.pm-home.dark-version .pm-counter-section,
.pm-home.dark-version .pm-blog-section,
.pm-home.dark-version .pm-call-to-action-section,
.pm-home.dark-version .pm-footer-section,
.pm-home.dark-version .pm-scrollup {
  background-color: #252222;
}
.pm-home.dark-version .pm-counter-section .pm-counter-wrapper,
.pm-home.dark-version .pm-testimonial-section,
.pm-home.dark-version .pm-counter-section:after {
  background-color: #000;
}
.pm-home.dark-version .pm-section-title h2,
.pm-home.dark-version .pm-feature-innerbox .pm-feature-top .pm-feature-text h3,
.pm-home.dark-version .pm-process-icon-text .pm-process-text h3,
.pm-home.dark-version .pm-testimonial-inner .pm-testimonial-author .pm-author-text h3,
.pm-home.dark-version .pm-counter-section .pm-counter-text-icon .odometer,
.pm-home.dark-version .pm-counter-section .pm-counter-text-icon strong,
.pm-home.dark-version .pm-counter-section .pm-counter-text-icon p,
.pm-home.dark-version .pm-blog-img-text .pm-blog-text .pm-blog-title h3,
.pm-home.dark-version .pm-footer-section .pm-footer-widget .widget-title,
.pm-home.dark-version .pm-footer-section .pm-footer-widget p a,
.pm-home.dark-version .pm-footer-section .pm-footer-widget .pm-footer-support a,
.pm-home.dark-version .pm-footer-copyright .pm-footer-copyright-menu a,
.pm-home.dark-version .pm-scrollup i {
  color: #fff;
}
.pm-home.dark-version .pm-feature-innerbox {
  border: 2px solid #404244;
}
.pm-home.dark-version .pm-feature-innerbox .pm-feature-top {
  border-bottom: 2px solid #404244;
}
.pm-home.dark-version .pm-intregation-section,
.pm-home.dark-version .pm-process-icon-text .pm-process-icon,
.pm-home.dark-version .pm-footer-section .pm-footer-widget .pm-footer-social a,
.pm-home.dark-version .pm-partner-section .pm-partner-wrapper,
.pm-home.dark-version .pm-footer-copyright {
  background-color: #000;
}
.pm-home.dark-version .pm-intregation-section .pm-intregation-text .pm-intr-feature-inner a {
  background-color: #1a1a1a;
}
.pm-home.dark-version .pm-feature-section-2 {
  background-color: #000;
}
.pm-home.dark-version .pm-feature-section-2 .pm-feature-content-2 .pm-feature-process:after {
  display: none;
}
.pm-home.dark-version .pm-process-section .pm-process-line {
  opacity: 0.2;
}
.pm-home.dark-version .pm-testimonial-section .pm-testimonial-bg {
  opacity: 0.1;
}
.pm-home.dark-version .pm-blog-img-text .pm-blog-text {
  background-color: #1d1919;
}

/*---------------------------------------------------- */