.custom-logo {
   width: 30%;
}

#menu-main-menu {
   list-style: none;
   text-align: right;
}

#menu-main-menu li {
   display: inline;
   padding-left: 25px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
.site textarea:focus {
   outline: none !important;
}

/* ----css---- */
/* top-btn */
.top-btn {
    height: 50px;
    width: 50px;
    position: fixed;
    top: auto;
    right: 45px;
    left: auto;
    bottom: 78px;
    border-radius: 100%;
    font-family: fontawesome;
    line-height: 45px;
    text-align: center;
    color:#009e57;
    z-index: 1;
    box-shadow: 0 0 15px 2px rgb(0 0 0 / 40%)!important;
    text-decoration: none;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    scroll-behavior: smooth;
    font-size: 0;
    border: 1px solid transparent;
    background: #fff;
}
.top-btn:before {
    content: "\f106";
    font-family: fontAwesome;
    font-size: 38px;
}
.top-btn:hover {
    color: #fff;
    background: #000;
}
/* --[[[[[header-]]]]]] */

header#masthead {
   width: 100%;
   left: 0;
   right: 0;
   transition: all 0.5s ease;
   top: 0;
   background: #fff;
}
.intro header#masthead{
	background:transparent;
}

html body header#masthead.sticky {
   position: fixed;
   z-index: 9999;
   box-shadow: 0 0 10px rgb(0 0 0 / 10%);
   transition: all 0.5s ease;
}

header#masthead .site-logo {
   margin: 0;
}

html body header#masthead.sticky .site-logo {
   max-width: 280px;
}

body .elementor-icon-wrapper {
   line-height: 100%;
}

/* ---top-scroll-btn--- */
/* #myBtn {
    bottom: 90px;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 50px;
    position: fixed;
    right: 16px;
    width: 50px;
    text-align: center;
    transition: all 0.5s ease;
    z-index: 999;
    font-size: 0px;
    padding: 0;
    border-radius: 100%;
    line-height: 45px;
    background: rgb(4 85 164);
    box-shadow: rgb(0 0 0 / 20%) 0 0 30px;
}
#myBtn:hover {
    color: #fff;
    background: #4D4D4D;
}
#myBtn:before {
    content: "\f106";
    font-family: fontAwesome;
    font-size: 38px;
} */

/* ---[[[[[header-]]]]]]] */

.inner-page-banner > div {
   align-items: center;
}

html body .enquiey-form form.wpcf7-form input,
html body .enquiey-form form.wpcf7-form input:focus,
html body .enquiey-form form.wpcf7-form textarea,
html body .enquiey-form form.wpcf7-form textarea:focus {
   line-height: normal;
   text-align: left;
   box-shadow: none !important;
   outline-offset: unset !important;
   outline: none !important;
   resize: none;
   overflow: auto;
}

html body .enquiey-form form.wpcf7-form p:not(:last-child) {
   margin-bottom: 22px;
}

html body .enquiey-form form span {
   width: 100%;
   display: block;
   margin: 0;
}

html body .enquiey-form form br {
   display: none;
}

html body .enquiey-form form label {
   margin: 0 !important;
}

html body .enquiey-form form .wpcf7-checkbox span label {
   display: flex;
   align-items: center;
}

html body .enquiey-form form.wpcf7-form .wpcf7-checkbox input {
   border-width: 1px !important;
   margin-right: 10px !important;
   width: 20px;
   height: 20px;
}

.wpcf7-form input:not([type="submit"]).wpcf7-not-valid,
.wpcf7-form .wpcf7-not-valid,
.wpcf7-form .wpcf7-not-valid input {
   border-color: red !important;
}

html body form .wpcf7-not-valid-tip {
   font-size: 16px;
   color: red !important;
}

html body .wpcf7 form.invalid .wpcf7-response-output,
html body .wpcf7 form.unaccepted .wpcf7-response-output,
html body .wpcf7 form.sent .wpcf7-response-output {
   color: red;
   font-size: 16px;
   line-height: 120%;
   text-align: center;
   padding: 7px 15px;
   width: 100%;
   border: 1px solid red;
   display: inline-block;
   margin: 15px 0 0 0;
}

html body form.wpcf7-form .recaptcha .wpcf7-not-valid iframe {
   border: 1px solid #ff0000;
   border-radius: 4px;
   padding: 0px;
}

html body .enquiey-form form.wpcf7-form .ajax-loader {
   position: absolute;
   right: -28px;
   top: 0;
   bottom: 0;
   margin: auto;
   width: 24px;
   height: 24px;
}

.submit-btn {
   display: block;
   position: relative;
}

html body .enquiey-form form.wpcf7-form span.wpcf7-form-control-wrap.recaptcha {
   margin: 25px 0 30px;
}

html body .enquiey-form form.wpcf7-form .submit-btn .wpcf7-submit {
   text-align: center;
   width: 100%;
   height: auto;
   display: block;
}

/* ---[[[[[[[[[[section-2]]]]]]]]]--- */

.erp-section-2::before {
   content: "";
   position: absolute;
   clip-path: polygon(0 57%, 100% 19%, 100% 100%, 0% 100%);
   background: rgb(0, 160, 88);
   background: linear-gradient(110deg, #007d45 0%, rgb(0 196 108) 100%);
   height: 100%;
   width: 100%;
   left: 0;
   right: 0;
   top: auto;
   bottom: 0;
}

.erp-sec-2-inner-section > div {
   background-color: #fff;
   padding: 50px 20px;
   align-items: center;
   box-shadow: rgb(0 0 0 / 6%) 0 0 18px;
   border-radius: 5px;
}

.erp-sec-2-inner-section .left-block::before,
.erp-sec-2-inner-section .left-block::after {
   display: block;
   content: "";
   background: #00c46c;
   width: 200px;
   height: 200px;
   position: absolute;
   z-index: 0;
}

.erp-sec-2-inner-section .left-block::before {
   top: 0;
   bottom: auto;
   left: auto;
   right: 0;
   background: #007d45;
}

.erp-sec-2-inner-section .left-block::after {
   top: auto;
   bottom: 0;
   left: 0;
   right: auto;
   z-index: 0;
}

/* hrm-page */

.shedual-demo-form input.schedule-a-demo-form-fields {
   border: 1px solid #ccc !important;
}

.shedual-demo-form form.wpcf7-form div {
   margin-bottom: 12px !important;
}

.shedual-demo-form form.wpcf7-form div span.wpcf7-form-control-wrap {
   display: inline-block;
   width: 100%;
}

.shedual-demo-form input.wpcf7-form-control.wpcf7-submit {
   width: auto;
   margin: 0 auto;
}
html[lang="en-US"] body div[style="clear:both;"] {
    margin: 0!important;
}
.submit-btn {
   width: auto;
   margin: 28px auto 0 !important;
   display: table;
}

.wpcf7 .ajax-loader {
   position: absolute;
   margin: auto 0 auto 13px;
   top: 0;
   bottom: 0;
}

/* --section-feature--- */
body .hrm-features-innersec > div {
   display: grid !important;
   grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
   grid-gap: 50px;
}

body .hrm-features-innersec > div .elementor-column {
   width: 100% !important;
}

body .hrm-features-innersec > div img {
   max-width: 65px !important;
   filter: invert(28%) sepia(88%) saturate(2058%) hue-rotate(141deg)
      brightness(100%) contrast(103%);
}

/* testimonial-hrm */

section.testimonial-slide .white {
   padding: 0 !important;
   border: 0 !important;
}

section.testimonial-slide .white .img img {
   width: 55px;
   display: block;
   margin: -52px auto 0;
   border-radius: 100%;
   height: 55px;
   background: #fff;
}

h3.testi-autor {
   font-size: 18px;
   font-weight: bold;
   color: #000;
   text-align: center;
   font-family: "Roboto";
   margin: 21px 0 7px;
   line-height: 100%;
}

body .name-wrap p {
   text-align: center;
}

.name-wrap p,
.slider p {
   font-size: 15px;
   line-height: 160%;
   text-align: justify;
   color: #000;
   font-family: "Roboto";
}

.slider h4 {
   font-family: "Roboto";
   font-size: 18px;
   text-align: center;
   color: #000;
}

.name-pic-wrap {
   padding-bottom: 20px;
   position: relative;
}

.slider h4 {
   font-family: "Roboto";
   font-size: 18px;
   text-align: left;
   color: #000;
   margin-bottom: 12px;
}

.slider i {
   font-size: 34px;
   margin-right: 14px;
   color: #00a058;
   margin-bottom: 9px;
}

section.testimonial-slide .white .owl-item > div {
   border-radius: 10px;
   background: #fff;
   box-shadow: rgb(0 0 0 / 7%) 0 0 25px 0;
   height: 100%;
}

section.testimonial-slide .white .owl-stage {
   padding-top: 45px;
   padding-bottom: 30px;
   display: flex;
}
body .pd-0 div {
    padding: 0!important;
}
body i.eicon-chevron-left, i.eicon-chevron-right {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    line-height: 40px;
    box-shadow: rgb(0 0 0 / 19%) 0 2px 9px;
    text-align: center;
}
body .elementor-swiper-button.elementor-swiper-button-prev {
	left:-15px;
}
body .elementor-swiper-button.elementor-swiper-button-next {
	right:-15px;
}
body .testimonial-slide button.owl-dot {
    background: transparent!important;
}
body .testimonial-slide button.owl-dot.active span{
	background: #00a058!important;
}
/* ---product-- */

.product-inner-sec-1 li.elementor-icon-list-item {
   align-items: start;
}

.product-inner-sec-1 li.elementor-icon-list-item {
   align-items: start;
}

.product-inner-sec-1 li.elementor-icon-list-item .elementor-icon-list-icon i {
   padding-top: 4px;
}

body .menu-right > div {
   display: grid !important;
   flex-direction: row-reverse;
   flex-wrap: nowrap !important;
   grid-template-columns: 70% 30%;
}

/* ---responsive---- */
@media (max-width: 1024px) {
	body .elementor-swiper-button.elementor-swiper-button-prev {
	left:0px;
}
body .elementor-swiper-button.elementor-swiper-button-next {
	right:0px;
}
   html div .nav-menu-div {
      width: auto !important;
   }
   header .contact-mail-inner-sec>div {
       justify-content: end;
   }
	header .contact-mail-inner-sec>div .elementor-column {
        width: auto!important;
	}
   header nav ul li a:after {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 0%;
      content: ".";
      color: transparent;
      background: #00c46c !important;
      height: 2px;
      transition: all 0.5s ease;
   }

   header nav ul li a:hover:after {
      width: 100%;
      transition: all 0.5s ease;
   }

   body nav.hfe-dropdown.menu-is-active {
      -webkit-transform: translateX(0) translateY(0);
      -moz-transform: translateX(0) translateY(0);
      -ms-transform: translateX(0) translateY(0);
      -o-transform: translateX(0) translateY(0);
      transform: translateX(0) translateY(0);
      left: 0 !important;
   }

   body header nav {
      display: block;
      transform: translateX(100%);
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      width: 100% !important;
      max-width: 100%;
      -moz-transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease 0s;
      -ms-transition: all 0.5s ease 0s;
      -o-transition: all 0.5s ease 0s;
      transition: all 0.5s ease 0s;
      position: fixed !important;
      top: 0px !important;
      left: auto;
      bottom: 0;
      background-color: #fff !important;
      z-index: 999999999 !important;
      padding: 0px 0 0;
      overflow: hidden;
      opacity: 1 !important;
      float: none;
      margin: 0;
      height: 100vh !important;
      visibility: visible !important;
   }

   body header nav ul {
      display: block !important;
      margin-top: 78px !important;
      overflow: auto;
      height: calc(90vh - 96px);
      visibility: visible !important;
      opacity: 1 !important;
   }

   body .hfe-nav-menu__toggle {
      z-index: 99999999999;
   }

   body header nav ul li a {
      font-size: 16px;
      line-height: 1.4;
      text-align: left;
      font-weight: 400;
      letter-spacing: 0.5px;
      background-color: transparent !important;
      color: #000 !important;
      text-transform: initial;
      border-bottom: 1px solid #fff;
      padding: 10px 20px !important;
   }

   body header nav ul li:last-child {
      border: 0;
   }

   body header .hfe-nav-menu-icon {
      margin-left: auto;
      width: 36px;
      height: 36px;
      background: #000;
      border-radius: 12px 0px 12px 0;
      padding: 10px;
      top: 1px;
      position: relative;
   }

   body header .hfe-nav-menu-icon::before {
      position: absolute;
      content: "";
      width: 16px;
      height: 2px;
      background: #fff;
      text-align: center;
      top: 17.3px;
      right: 0px;
      left: 0;
      bottom: auto;
      margin: auto;
      box-shadow: 0 -6px 0 0 #fff, 0 6px 0 0 #fff;
      pointer-events: none;
   }

   body header .hfe-nav-menu-icon i {
      display: none;
   }

   html.intro,
   .intro body {
      overflow: hidden;
   }

   html body {
      position: relative;
   }

   html.intro body::before {
      content: "";
      display: block !important;
      position: fixed;
      background: rgb(0 0 0 / 46%);
      width: 100%;
      height: 100%;
      z-index: 99;
   }

   body div[aria-expanded="true"] .hfe-nav-menu-icon::before,
   body div[aria-expanded="true"] .hfe-nav-menu-icon:after {
      content: "";
      position: absolute;
      top: 0px;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 0;
      background: #fff;
      width: 2px;
      height: 20px;
      box-shadow: none !important;
      display: block !important;
      transform: rotate(45deg);
      pointer-events: none;
   }

   body div[aria-expanded="true"] .hfe-nav-menu-icon:after {
      transform: rotate(135deg);
   }

   body .menu-right > div {
      display: flex !important;
   }
}

/* --ipad--- */
@media (max-width: 1023px) {
   .erp-sec-2-inner-section > div {
      padding: 34px 15px;
   }

   .why-chose-inner-sec .elementor-widget-icon-box {
      min-height: 262px;
   }

   html body header#masthead.sticky .site-logo {
      max-width: 60px;
   }

   /* hrm	 */
   body .hrm-features-innersec > div {
      grid-gap: 20px;
   }

   body .hrm-features-innersec > div img {
      max-width: 55px !important;
   }

   body .img-div img {
      max-width: 400px !important;
   }
}

/* --phone--- */
@media (max-width: 767px) {
   body header#masthead .contact-mail-inner-sec > div {
      flex-wrap: nowrap !important;
      justify-content: end;
   }

   body header#masthead .contact-mail-inner-sec .call-div,
   body header#masthead .contact-mail-inner-sec .mail-div {
      width: auto !important;
   }

   html body header#masthead.sticky .site-logo {
      max-width: 45px;
   }

   .why-chose-inner-sec .elementor-widget-icon-box {
      min-height: auto;
   }

   .testimonial-slide h2.elementor-heading-title br {
      display: none;
   }

   section.testimonial-slide .white .owl-item > div {
      margin: 0 10px !important;
      box-shadow: rgb(0 0 0 / 10%) 0 0 13px 0;
   }

   body .hrm-features-innersec > div {
      grid-gap: 14px;
      grid-template-columns: 1fr 1fr;
   }

   body .img-div img {
      max-width: 300px !important;
   }
	.top-btn {
    height: 40px;
    width: 40px;
    right: 15px;
    bottom: 50px;
    line-height: 35px;
}
.top-btn:before {
    font-size: 28px;
}
body i.eicon-chevron-left, i.eicon-chevron-right {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
}

}

/* Diwali Dhamaka Offer Popup */
.diwali-dhamaka-offer-wrapper {
   position: fixed;
   width: 432px;
   height: auto;
   z-index: 9;
   left: 0;
   right: 0;
   top: 17%;
   margin: auto;
}

.diwali-dhamaka-offer-container {
   background: #00c46c;
   padding: 20px;
   box-shadow: 0px 0px 5px rgb(0, 0, 0);
   border-radius: 10px;
   padding-top: 220px;
}

@media (max-width: 641px) {
   .diwali-dhamaka-offer-wrapper {
      width: 95%;
   }

   .diwali-dhamaka-offer-container {
      padding-top: 210px;
   }
}

.diwali-dhamaka-offer-container .popup-background-image {
   position: absolute;
   left: 22px;
   top: 15px;
   width: 390px;
}

.diwali-dhamaka-offer-container .close-btn-popup {
   position: absolute;
   top: 10px;
   right: 10px;
   background: #fff;
   width: 30px;
   height: 30px;
   line-height: 30px;
   text-align: center;
   border-radius: 100px;
   color: #000;
   z-index: 9;
}

.diwali-dhamaka-offer-container .nete-btn {
   box-shadow: unset;
}

.diwali-dhamaka-offer-container::before {
   content: "";
   width: 100%;
   height: 100%;
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   background: #000;
   opacity: 0.7;
   z-index: -2;
}

@media (max-width: 641px) {
   .diwali-dhamaka-offer-container .popup-background-image {
      width: 350px;
   }
}

input.schedule-a-demo-form-fields {
   border: solid 0px #000 !important;
   border-radius: 5px !important;
   padding: 8px 10px !important;
   font-size: 16px !important;
   width: 100% !important;
}

textarea.schedule-a-demo-form-fields {
   border: solid 0px #000 !important;
   height: 100px !important;
   border-radius: 5px !important;
   padding: 5px 10px !important;
   font-size: 16px !important;
}

.schedule-a-demo-form-button {
    width: 100%;
    padding: 0px 25px !important;
    border: solid 0px #000 !important;
    border-radius: 100px !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 17px!important;
    line-height: 53px!important;
}

div#wpadminbar {
   display: none;
}

html[lang="en-US"] {
   margin: 0 !important;
}
