/*
Theme Name: Monk
Theme URI: https://wordpress.org/
Description: Child theme for the Twenty Eleven theme
Author: the WordPress team
Author URI: https://wordpress.org/
Template: twentyeleven
Version: 4.4
Requires at least: 3.2
Tested up to: 6.3
Requires PHP: 5.2.4
*/
@import url("../twentyeleven/style.css");

@font-face {
  font-family: 'Sailec Medium';
  src: url(Sailec-Font/Sailec-Medium/Sailec\ Medium.ttf);
  font-display: swap;
}

@font-face {
  font-family: 'Sailec Bold';
  src: url(Sailec-Font/Sailec-Bold/Sailec\ Bold.ttf);
  font-display: swap;
}

@font-face {
  font-family: 'Sailec Light';
  src: url(Sailec-Font/Sailec-Light/Sailec\ Light.ttf);
  font-display: swap;
}

/* ai-hub changes */
.single-aihub .wrapper {
  align-items: center;
}
.copyright {
  font-size: 20px;
  vertical-align: text-top;
}
.single-aihub .aiHub .wace2.ai-acc {
  margin-top: -1px;
  background-color: #ffc905;
}
.single-aihub .aiHub .ai-acc h2 {
  color: #0F0F33;
  text-align: center;
  font-family: 'Sailec Bold';
  font-size: 60px;
  line-height: 1.3;
  margin-top: -10px;
  width: 100% !important;
  padding-right: 0% !important;
}
.single-aihub .aiHub .ai-acc p {
  color: #0F0F33;
  font-family: 'Sailec Light';
  text-align: center;
  width: 85%;
  margin: auto;
  font-size: 17px;
  font-family: 'Sailec Medium';
  margin-top: 18;
  margin-bottom: 50px;
  font-weight: 500;
}
/* ai-hub changes */

.skip-link {
  display: none;
}

.monk-banner .monk-ban {
  padding: 0;
}

.mob-monk {
  width: 100%;
}

.main-ment {
  position: absolute;
  top: 25%;
  left: 6%;
}

.main-ment h2 {
  font-size: 24px;
  margin-top: 35px;
  line-height: 40px;
}

/* ai-hub changes */
.ai-hub-desk-hide {
  display: none;
}
.ai-hub-mobi-hide {
  display: flex;
}
.ai-hub-mobi-hide h2{
  font-size: calc(1.325rem + .9vw);
  font-weight: 500;
  color: #212529;
}
/* ai-hub changes */

@media (min-width: 768px) {
  .main-ment h1 {
    font-size: 42px;
    font-weight: bold;
  }
}

@media (min-width: 991px) {
  .main-ment h1 {
    font-size: 52px;
  }
}

@media (min-width: 1400px) {
  .main-ment h1 {
    font-size: 62px;
  }

  .main-ment h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-ment {
    top: 120px;
  }
}

.main-ment h1 {
  color: #FFFFFFDB;
  font-family: 'Sailec Bold';
}

.main-ment h2 {
  color: #A9A9C9;
  font-family: 'Sailec Medium';
}

/* second section */
.section-padding {
  padding: 0px 0 60px;
}

.sec-mo h3 {
  padding: 60px 0 3% 0;
}

.sec-mo h3 {
  font-size: 24px;
  font-family: 'Sailec Medium';
  text-align: center;
  color: #6E6E83;
}

.owl-dots {
  text-align: center;
}

.owl-dot {
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: #222222 !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
}

.monk-banner video {
  width: 100%;
  max-width: 100%;
}

.container.effort {
  padding: 5% 0;
  max-width: 85%;
  width: 85%;
}

.container.effort h2 {
  color: #202092;
  font-family: 'Sailec Bold';
  font-size: 32px;
  line-height: 42px;
}

.container.effort .titleAI{
  font-size: 2.2vw;
 
  
}

.container.effort p {
  color: #0F0F33;
  font-family: 'Sailec Medium';
}

.container.effort h4 {
  display: list-item;
  font-size: 20px;
  opacity: 0.8;
  font-family: 'Sailec Medium';
  margin-left: 25px;
  margin-bottom: 25px;
}

.container.effort h4::marker {
  color: #FFC905;
}

.dfe video {
  width: 90%;
  margin: auto;
  object-fit: cover;
  /* aspect-ratio: 16/9; */
}

.m-mo .row.effort-row {
  justify-content: space-between;
}

a.monk-a {
  color: #fff;
  margin-top: 35px;
  display: block;
  text-decoration: unset;
}

a.monk-a img {
  margin-left: 10px;
  width: 35px;
  object-fit: unset;
  display: inline-block;
  object-position: 0;
}

.book-d {
  background-color: #FFC905;
  color: #222222 !important;
}

.logo img {
  width: 125px;
}

.imgs {
  position: absolute;
  left: 22%;
  top: 5%;
}

.container.dfe {
  position: relative;
  padding-bottom: 4%;
}

/* menu css starts  */
nav {
  position: fixed;
  z-index: 99;
  width: 100%;
  top: 0;
  background: transparent;
}

nav .wrapper {
  position: relative;
  max-width: 1300px;
  padding: 0px 30px;
  height: 76px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.wrapper .logo a {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}

.wrapper .nav-links {
  display: inline-flex;
}

.nav-links li {
  list-style: none;
}

.nav-links li a {
  /* color: #f2f2f2; */
  color: rgb(15, 15, 51);
  ;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  padding: 9px 25px;
  border-radius: 5px;
  transition: all 0.3s ease;
}

.nav-links li a:hover {
  background: #3A3B3C;
}

.nav-links .mobile-item {
  display: none;
}

.nav-links .drop-menu {
  position: absolute;
  background: rgb(36 37 38 / 80%);
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}

.drop-menu li a {
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}

.mega-box {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}

.mega-box .content {
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.mega-box .content .row {
  width: calc(25% - 30px);
  line-height: 45px;
}

.content .row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content .row header {
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}

.content .row .mega-links {
  margin-left: -40px;
  border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
  padding: 0 20px;
}

.row .mega-links li a {
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}

.row .mega-links li a:hover {
  color: #f2f2f2;
}

.wrapper .btn {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}

.wrapper .btn.close-btn {
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
  .wrapper .btn {
    display: block;
  }

  .wrapper .nav-links {
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease;
  }

  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }

  ::-webkit-scrollbar-track {
    background: #242526;
  }

  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }

  #menu-btn:checked~.nav-links {
    left: 0%;
  }

  #menu-btn:checked~.btn.menu-btn {
    display: none;
  }

  #close-btn:checked~.btn.menu-btn {
    display: block;
  }

  .nav-links li {
    margin: 15px 10px;
  }

  .nav-links li a {
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }

  .nav-links .drop-menu {
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }

  #showDrop:checked~.drop-menu,
  #showMega:checked~.mega-box {
    max-height: 100%;
  }

  .nav-links .desktop-item {
    display: none;
  }

  .nav-links .mobile-item {
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }

  .nav-links .mobile-item:hover {
    background: #3A3B3C;
  }

  .drop-menu li {
    margin: 0;
  }

  .drop-menu li a {
    border-radius: 5px;
    font-size: 18px;
  }

  .mega-box {
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .mega-box .content {
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }

  .mega-box .content .row {
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2) {
    border-top: 0px;
  }

  .content .row .mega-links {
    border-left: 0px;
    padding-left: 15px;
  }

  .row .mega-links li {
    margin: 0;
  }

  .content .row header {
    font-size: 19px;
  }
}

nav input {
  display: none;
}

@media (min-width:992px) {
  .nav-links li {
    margin: 0 15px;
  }

  .nav-links .drop-menu {
    padding-left: 0;
    /* top: 85px !important; */
  }
}

.main-ment {
  text-align: left;
}

@media (max-width:767px) {
  .main-ment {
    position: relative;
    top: unset;
    left: unset;
    padding: 0 5px 0 20px;
  }

  .main-ment h1,
  a.monk-a {
    color: #222222;
  }

  .main-ment h1 br,
  .main-ment h2 br {
    display: none;
  }

  .main-ment h2 {
    font-size: 20px;
    margin-top: 35px;
    line-height: 28px;
  }
}

section.m-mbg h3 {
  color: #6E6E83;
  font-size: 3rem;
  padding-left: 5%;
}

section.m-mbg a img {
  margin-left: 15px;
}

section.m-mbg a {
  color: #6E6E83;
}

.m-mbg .row.effort-row:hover {
  background-color: #F5F5FF;
}

/* .m-mbg .row.effort-row:hover section.m-mbg h3{
background: transparent linear-gradient(314deg, #E0400F 0%, #0F0F33 47%, #202092 100%) 0% 0% no-repeat padding-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;} */
.m-mbg .row.effort-row {
  padding: 5% 0;
  justify-content: space-around;
}

.m-mo .container.effort {
  padding: 5% 0 0;
}

.slr .opmon {
  color: #A9A9C9 !important;
}

.slr .container.effort {
  background-color: #F5F5FF;
  padding: 5%;
}

.slr .container.effort p {
  color: #BEBEDC;
}

.m-mo .container.effort h2,
.mkls .container.effort h2 {
  color: #4C4C61;
  margin-bottom: 25px;
}

.slr h4 {
  color: #6E6E83;
  margin-bottom: 25px;
}

.slr-iu {
  width: 85%;
  margin: 5% auto;
}

.slr-img {
  display: flex;
  justify-content: center;
}
/* h2 to h3 - Avantika */
.slr .container.effort h3.opmon {
  background: transparent linear-gradient(313deg, #E0400F 0%, #EDEDED 47%, #8989CC 90%, #202092 100%) 0% 0% no-repeat padding-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slr.ai-hub .container.effort h3.opmon {
  width: 100%;
}

.slr.ai-hub .col-md-6.col-sm-12.col-xs-12 {
  padding: 0;
  margin: 0;
}

section.testimonials-monk h4 {
  text-align: center;
  padding: 45px 0 30px;
}

section.testimonials-monk h4 span {
  color: #FFC905;
}

section.testimonials-monk .container {
  background-color: #0F0F33;
  padding: 4% 5%;
}

section.testimonials-monk h3 {
  margin-top: 45px;
  color: #fff;
  margin-bottom: 75px;
  font-size: 38px;
  font-family: 'Sailec Bold';
}

.container.effort h2.opmonc {
  font-size: 18px;
  line-height: 28px;
  color: #BEBEDC;
  font-family: 'Sailec Light';
}

.klob {
  display: flex;
}

.klob img {
  width: 35px;
  height: 35px;
}

section.testimonials-monk p {
  color: #BEBEDC !important;
  font-size: 1rem;
}

section.testimonials-monk h5 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 36px;
}

.orf {
  margin-top: 45px;
}

.orf h5 {
  font-size: 20px !important;
  margin-bottom: 10px !important;
}

.orf h6 {
  color: #FFC905;
  font-size: 18px !important;
  list-style: 18px !important
}

.orf {
  border-left: 2px solid #9696FF;
  padding-left: 20px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "" !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "" !important;
}

.swiper-button-next img {
  margin-right: 15px;
  transform: scale(1.5);
}

.swiper-button-prev img {
  margin-left: 15px;
  transform: scale(1.5);
}

@media (max-width:767px) {
  section.m-mbg h3 {
    font-size: 2.5rem;
    padding-left: 0%;
  }
}

#testimonk .owl-nav {
  display: flex;
  justify-content: end;
}

/* footer */
.footer-distributed {
  background-color: #0F0F33;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  font-family: 'Sailec Light';
  padding: 5% 0% 0% 0%;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right {
  display: inline-block;
  vertical-align: top;
}

/* Footer left */
.footer-distributed .footer-left {
  width: 40%;
  text-align: left;
}

/* The company logo */
.footer-distributed h3 {
  color: #ffffff;
  margin: 0;
  text-decoration: none;
}

.footer-distributed a {
  text-decoration: unset;
}

/* Footer links */
.footer-distributed .footer-links {
  color: #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: #BEBEDCBF;
  margin-right: 25px;
}

.footer-distributed .footer-company-name {
  color: #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-links {
  display: grid;
  place-items: center;
}

/* Footer Center */
.footer-distributed .footer-center {
  width: 32%;
}

.footer-distributed .footer-center i {
  background-color: #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p {
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin: 0;
}

.footer-distributed .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer-distributed .footer-center p a {
  color: #5383d3;
  text-decoration: none;
}

/* Footer Right */
.footer-distributed .footer-right {
  width: 26%;
}

.footer-distributed .footer-company-about {
  line-height: 26px;
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  text-align: left;
  font-family: 'Sailec Bold';
}

.footer-distributed .footer-company-about span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons {
  margin-top: 25px;
}

.footer-distributed .footer-icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */
@media (max-width: 880px) {
  /* ai-hub changes */
  .copyright {
    font-size: 14px;
    vertical-align: text-top;
  }
  /* ai-hub changes */
  
  .footer-distributed {
    font: bold 14px sans-serif;
  }

  .footer-distributed .footer-links {
    justify-content: center;
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i {
    margin-left: 0;
  }
}

.last-foot {
  display: flex;
  justify-content: space-between;
  padding: 5% 0 0;
}

.last-foot a h3 {
  color: #D1D1EA;
  opacity: 0.58;
  font-size: 18px;
}

.slrdd {
  /* background-image: url('assets/vdvd.png'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -50px;
}

section.slrdd h3 {
  font-size: 52px;
  margin-bottom: 40px;
}

section.slrdd .container.effort p {
  color: #0F0F33;
  font-family: 'Sailec Medium';
  font-size: 22px;
  margin-bottom: 40px;
}

section.slrdd .container.effort a {
  background-color: #0F0F33;
  padding: 20px 45px;
  color: #fff;
  font-family: 'Sailec Medium';
  text-decoration: unset;
  display: block;
  width: fit-content;
}

section.slr {
  z-index: 99999;
  position: relative;
}

section.slrdd .wace1 {
  align-self: center;
}

nav {
  background-color: #0F0F33 !important;
}

.cont-monk {
  margin-top: 85px;
}

.cont-mok {
  text-align: center;
}

.cont-monk h1 {
  color: #0F0F33;
  font-family: 'Sailec Bold';
  font-weight: 600;
  margin-bottom: 45px;
}

.cont-monk h3 {
  color: #6E6E83;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 45px;
}

.cont-monk a {
  color: #0F0F33;
  padding-left: 10px;
  font-family: 'Sailec Bold';
}

.monk-form h5 {
  text-align: left;
  padding-bottom: 30px;
  color: #0F0F33;
}

.monk-form input.form-control {
  height: 60px !important;
  margin-bottom: 25px !important;
  color: #0F0F33 !important;
}

textarea#exampleFormControlTextarea1, textarea.form-control, .fomy, select.form-select {
  margin-bottom: 25px !important;
  color: #0F0F33 !important;
}

a.terms-mons {
  color: #0F0F33 !important;
  font-family: 'Sailec Bold' !important;
}

.sub-monk {
  background-color: #FFC905 !important;
  padding: 12px 45px !important;
  color: #0F0F33 !important;
  font-family: 'Sailec Bold' !important;
  border: unset !important;
}

.monk-form .container.effort {
  background: #f4f4f4 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 45px;
  /* margin-bottom: -120px; */
}

.cont-monl .footer-distributed {
  /* padding: 18% 8% 5%; 
  padding: 18% 0 0 0;*/
}

section.monk-form {
  position: relative;
}

section.cont-monk {
  background-image: url('assets/vcd.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

select.form-select {
  height: 60px;
  opacity: 0.7;
}

.bg_video {
  background-image: url(https://impelsys-monk.beta.webenza.net/wp-content/uploads/2023/09/fgf.png);
  background-size: cover;
  background-position: 33% 81%;
  background-repeat: no-repeat;
}

.ban_sty1 h1, .ban_sty1 a.monk-a,
.ban_sty3 h1, .ban_sty3 a.monk-a {
  color: #0F0F33;
}

.single-logo img {
  transform: scale(0.7);
}

.nav-links li a {
  height: 50px;
  display: block;
  display: flex;
  align-items: center;
}

.wrapper .nav-links {
  margin-bottom: 0;
}

.nav-links li a:hover {
  background-color: #fff;
  color: #0F0F33;
}

div#testimonk button.owl-next img {
  background-color: #FFC905;
}

div#testimonk button.owl-prev img {
  background-color: #FAFAFA;
}

@media (min-width:1650px) {
  section.m-mbg h3 {
    color: #6E6E83;
    font-size: 3.5rem;
  }
}

/* additional css */
@media screen and (min-width:1200px) {
  .swiper-slide img {
    object-fit: revert;
  }

  .main-ment {
    left: 10%;
    top: 28%;
  }
}

a.monk-a {
  font-size: 14px;
  font-family: 'Sailec Bold';
  vertical-align: middle;
  display: block;
}

@media screen and (min-width:1200px) {
  .main-ment h2 {
    margin-top: 10%;
  }

  section.testimonials-monk .container {
    padding-bottom: 2%
  }

  .main-ment a {
    margin-top: 10%;
  }

  .swiper-slide.ban_sty3.swiper-slide-active .main-ment a {
    font-size: 1.55rem;
    color: #6E6E83;
    font-family: 'Sailec Medium';
    margin-top: 6% !important;
  }

  .swiper-slide.ban_sty3.swiper-slide-active .main-ment h2 {
    margin-top: 0
  }

  nav {
    padding: 10px 0;
  }

  .brand-carousel.section-padding.owl-carousel.owl-loaded.owl-drag {
    width: 80%;
    margin: auto;
    padding-bottom: 0;
  }

  .col-md-7.col-sm-12.col-xs-12.wace2 h2 {
    font-size: 46px !important;
  }
  .col-md-7.col-sm-12.col-xs-12.wace2 .titleAI{
    font-size: 2.2vw !important;
  } 

  section.slr .col-md-6.col-sm-12.col-xs-12.wace2 h2 {
    font-size: 46px !important;
    line-height: 70px;
  }

  .dfe video {
    height: 550px;
  }

  h2 span.vgb {
    font-size: 46px !important;
  }

  section.m-mo .container {
    width: 93%;
    max-width: 95%;
  }

  section.m-mo .col-md-4.col-sm-12.col-xs-12.wace1 img {
    width: 90%;
  }

  .monk-sec2 .container {
    width: 93%;
    max-width: 95%;
  }
}

@media screen and (min-width:1500px) {
  .main-ment h1 {
    font-size: 3.5rem !important;
  }

  .swiper-slide img {
    object-position: 0 -18px;
  }

  section.testimonials-monk p {
    font-size: 1.15rem;
  }
}

@media screen and (min-width:1700px) {
  .main-ment h1 {
    font-size: 3.75rem !important;
  }

  section.testimonials-monk p {
    font-size: 1.25rem;
  }
}

@media screen and (min-width:1800px) {
  .main-ment h1 {
    font-size: 4.15rem !important;
  }
}

@media screen and (min-width:1920px) {
  .main-ment h1 {
    font-size: 4.5rem !important;
  }

  section.testimonials-monk p {
    font-size: 1.3rem;
  }
}

.main-ment h2 {
  color: #6E6E83;
}

section.testimonials-monk h4 {
  color: #6E6E83;
}

input.sub-monk:hover {
  background-color: #fff !important;
  border: 1px solid rgb(255, 201, 5) !important;
}

input.sub-monk {
  border: 1px solid rgb(255, 201, 5) !important;
}

.m-mbg .row.effort-row:hover a {
  color: #0000D5;
  font-weight: bold
}

section.m-mbg {
  background-color: #fff;
}

body {
  background-color: #fafafa;
}

section.m-mo {
  background-color: #fff;
}

section.testimonials-monk {
  padding: 0 0 5%;
  background-color: #FFC905;
}

.last-foot {
  background: #1B1B3B;
  padding: 3% 8%;
}

section.monk-form input {
  border-color: #dadada !important;
}

input.sub-monk {
  border: 1px solid rgb(255, 201, 5) !important;
}

@media screen and (max-width:767px) {
  .dfe video {
    height: 250px;
  }

  .footer-left {
    padding: 40px 0;
  }

  input.sub-monk {
    width: 100% !important;
  }

  .checkbox-container.label-right .field-wrap {
    display: block;
    width: 100% !important;
  }

  .monk-form .checkbox-container.label-right .field-wrap>div {
    width: 100% !important;
  }
}

.top-foot {
  padding: 2% 8% 0%;
  padding-bottom: 3%;
  text-align: center;
}

/* footer icons hided
.footer-icons {
  display: none;
}*/
.footer-right {
  /* display: none !important; */
}

.footer-left {
  margin-bottom: 0 !important;
}

.footer-center {
  /* display: none !important; */
  margin-bottom: 0 !important;
}

/* footer icons hided  yes*/
@media (max-width:767px) {
  .monk-banner .monk-ban .swiper-button-next, .monk-banner .monk-ban .swiper-button-prev {
    position: absolute;
    top: 180px;
  }

  nav .wrapper {
    max-width: 100%;
    padding: 0px 20px 0 30px;
  }

  .nav-links li a {
    justify-content: center;
  }
}

/*services*/
section.pr-1 {
  margin-top: 60px;
}

section.pr-1 .container.effort h1 {
  margin-bottom: 10px;
  color: #0F0F33;
  font-family: 'Sailec Bold';
  display: block;
  margin-left: 0;
  opacity: 0.8;
  margin-top: 50px;
  font-size: 20px;
}

section.pr-1 .container.effort h1 img {
  padding-right: 10px;
  width: 19px;
}

section.pr-1 .container.effort h1::marker {
  display: none;
}

section.pr-1 .container.effort h2 {
  margin-bottom: 15px;
  color: #0F0F33;
  font-family: 'Sailec Bold';
  font-size: 60px;
}

section.pr-1 .container.effort h3 {
  color: #6E6E83;
  font-family: 'Sailec Medium';
}

.pr-02 .effort-row {
  justify-content: space-between;
}

.pr-02 .effort-row h2 {
  color: #0F0F33;
}

.pr-02 .effort-row p {
  color: #0F0F33;
  font-family: 'Sailec Light';
}


.pr-03 {
  background-color: #FFC905 !important;
}

.pr-03 .effort-row .card-body2 p {
  color: #101333 !important;
}

.eee-content{
  background-color: #101333 !important;
}

.ai-hub .container.effort h2 {
  color: white;
}



.pr-03 .container.effort h2{
  color: #101333 !important;
  text-align: center;
  font-family: 'Sailec Bold';
  font-size: 60px;
  line-height: 70px;
  margin-top: -20px;
}

.eee-content .container.effort h2{
  color: #FFFFFF !important;
  text-align: center;
  font-family: 'Sailec Bold';
  font-size: 60px;
  line-height: 70px;
  margin-top: -20px;

}




.pr-03 h3 {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF !important;
}

.eee-content .effort-row p {
  color: #FFFFFF !important;
  font-family: 'Sailec Light';
  text-align: center;
  width: 85%;
  margin: auto;
}

.pr-03 .effort-row .card-body2 p{
  color: black !important;

}


.pr-03 img.card-img-top {
  width: 65px;
}

.pr-03 .card {
  padding: 24px 40px 40px;
  margin-top: 15px;
  margin-right: 15px;
}

.pr-03 .card-body {
  padding: 15px 0;
}

.pr-03 .effort-row p.card-text {
  text-align: left;
  width: 100%;
  min-height: 75px;
}

.arre {
  width: 35px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.pr-03 .container.effort .rase h2 {
  font-family: 'Sailec Bold';
  font-size: 2.5rem;
  margin-top: 75px;
  margin-bottom: 35px;
}

@media (max-width:767px) {
  section.pr-1 .container.effort h2 br {
    display: none;
  }

  section.pr-1 .container.effort h2,
  .pr-03 .container.effort h2 {
    font-size: 2.2rem;
    line-height: 45px;
  }

  .pr-03 .container.effort .race h2 {
    font-family: 'Sailec Bold';
    font-size: 2rem;
  }
}

.triangle-down {
  width: 0;
  height: 0;
  border-left: 550px solid transparent;
  border-right: 0px solid transparent;
  border-top: 165px solid #FFC905;
  position: absolute;
  right: 0;
  z-index: -1;
}

section.pr-02 {
  position: relative;
}

/*Service Template 2*/
section.pr-1 {
  margin-top: 60px;
}

section.pr-1 .container.effort h1 {
  margin-bottom: 15px;
  color: #0F0F33;
  font-family: 'Sailec Bold';
  display: block;
  margin-left: 0;
}

section.pr-1 .container.effort h1 img {
  padding-right: 12px;
}

section.pr-1 .container.effort h1::marker {
  display: none;
}

section.pr-1 .container.effort h2 {
  margin-bottom: 15px;
  color: #0F0F33;
  font-family: 'Sailec Bold';
  font-size: 60px;
}

section.pr-1 .container.effort h3 {
  color: #6E6E83;
  font-family: 'Sailec Medium';
}

.pr-02 .effort-row {
  justify-content: space-between;
}

.pr-02 .effort-row h2 {
  color: #0F0F33;
}

.pr-02 .effort-row p {
  color: #0F0F33;
  font-family: 'Sailec Light';
}

.pr-03 {
  background-color: #FFC905;
}

.pr-03 .container.effort h2 {
  color: #0F0F33;
  text-align: center;
  font-family: 'Sailec Bold';
  font-size: 60px;
  line-height: 1.3;
}

.pr-03 h3 {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  color: #0F0F33;
}

.pr-03 .effort-row p {
  color: #0F0F33;
  font-family: 'Sailec Light';
  text-align: center;
  width: 85%;
  margin: auto;
}

.eee-content .effort-row p {
  color: #FFFFFF !important;
  font-family: 'Sailec Light';
  text-align: center;
  width: 85%;
  margin: auto;
}

.pr-03 img.card-img-top {
  width: 65px;
}

.pr-03 .card {
  padding: 24px 24px 40px;
  margin-top: 25px;
  margin-right: 25px;
  background-color: #0F0F33;
  min-height: 280px;
}

.pr-03 .card-body,
.pr-03 .card-body2 {
  padding: 15px 0;
  position: absolute;
  bottom: 10px;
}

.pr-03 .effort-row p.card-text {
  text-align: left;
  width: 100%;
  min-height: 75px;
}

.pr-03 h5.card-title {
  font-size: 30px;
  line-height: 26px;
  font-family: 'Sailec Bold';
  min-height: unset;
  margin-bottom: 25px;
}

.arre {
  width: 35px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.pr-03 .container.effort .rase h2 {
  font-family: 'Sailec Bold';
  font-size: 2.5rem;
  margin-top: 45px;
  margin-bottom: 15px;
}

.pr-03 .container.effort .rase a {
  text-decoration: none;
  font-size: 19px;
  font-weight: 500;
  padding: 13px 70px;
  border-radius: 0px;
  transition: all 0.3s ease;
  background-color: #0F0F33;
  color: #ffffff;
  display: block;
  width: fit-content;
  margin: auto;
  margin-top: 2%;
}

@media (max-width:767px) {
  section.pr-1 .container.effort h2 br {
    display: none;
  }

  section.pr-1 .container.effort h2,
  .pr-03 .container.effort h2 {
    font-size: 2.2rem;
    line-height: 45px;
  }

  .pr-03 .container.effort .race h2 {
    font-family: 'Sailec Bold';
    font-size: 2rem;
  }
}

.triangle-down {
  width: 0;
  height: 0;
  border-left: 550px solid transparent;
  border-right: 0px solid transparent;
  border-top: 165px solid #FFC905;
  position: absolute;
  right: 0;
  z-index: -1;
}

section.pr-02 {
  position: relative;
}

spam.inn-er {
  display: block;
  font-size: 26px;
}

.pr-03 h5.card-title {
  color: #0F0F33;
}

.card .comment {
  display: none;
}

.card:hover .replies {
  display: none;
  transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -webkit-transition: 1s all ease-in-out;
}

.card:hover .comment {
  display: inline;
}

.card:hover {
  background-color: #fff;
  transition: 0.5s all ease-in-out;
  -moz-transition: 0.5s all ease-in-out;
  -webkit-transition: 0.5s all ease-in-out;
}

.pr-03 .comment h5 {
  color: #0F0F33;
  line-height: 1.3;
}

.pr-03 .effort-row p.card-text {
  width: 80%;
  margin: 0;
  margin-top: 20px;
  font-size: 17px;
}

/* icon */
.card {
  cursor: pointer;
}

.icon-container {
  width: 50px;
  height: 50px;
}

.icon-container img {
  width: 100%;
  height: auto;
}

.icon-container img:nth-child(2) {
  display: none;
}

.card:hover img:nth-child(1) {
  display: none;
  transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -webkit-transition: 1s all ease-in-out;
}

.card:hover img:nth-child(2) {
  display: block;
  transition: 1s all ease-in-out;
  -moz-transition: 1s all ease-in-out;
  -webkit-transition: 1s all ease-in-out;
}

/*  */
.icon-container1 {
  width: 50px;
  height: 50px;
}

.icon-container1 img {
  width: 100%;
  height: auto;
}

.icon-container1 img:nth-child(2) {
  display: none;
}

.icon-container1 {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.icon-container1 .arre {
  width: 35px;
}

.card-body2 {
  top: 100px !important;
}

@media (min-width:768px) {
  .pr-03 .comment h5 {
    width: 75%;
    margin-top: 10px;
  }
}

.icon-container {
  margin: 0;
  background: linear-gradient(90deg, #393963 0%, #252555 40%, rgba(255, 201, 5, 1) 60%);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  transition: all 0.8s ease;
  background-position: 0px;
  background-size: 200px;
  width: 100%;
  height: 60px;
  max-width: 60px;
  margin-left: 25px !important;
  margin-top: 15px !important;
}

.icon-container img {
  height: auto;
  max-width: 70px;
  position: absolute;
  left: 40px;
}

.card:hover .icon-container {
  background-position: -120px;
  transition: all 0.3s ease;
}

a.rase {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 35px;
  border-radius: 5px;
  transition: all 0.3s ease;
  background-color: #0F0F33;
  color: #ffffff;
  display: block;
  width: fit-content;
  /* margin: auto; */
}

.pr-03 .container.effort .rase a:hover {
  background-color: #fff;
  color: #0F0F33;
}

.cont-mok img {
  width: unset !important;
}

textarea.form-control {
  background: #fff !important;
}

.nf-form-content label {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400 !important;
}

.footer-distributed .footer-icons a {
  background-color: transparent;
  margin-right: 12px;
}

@media (min-width:768px) and (max-width:1025px) {
  .slrdd {
    margin-top: -15px;
  }

  section.slrdd h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  section.slrdd .container.effort p {
    margin-bottom: 12px;
  }

  .main-ment h1 {
    font-size: 34px;
  }

  .main-ment h2 {
    font-size: 18px;
    line-height: 28px;
  }

  a.monk-a {
    font-size: 16px;
  }

  .sec-mo h3 {
    font-size: 18px;
    padding: 0px 20px 10px;
  }

  section.sec-mo {
    padding: 45px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 0px 0 10px;
  }

  .main-ment h1 {
    font-size: 26px;
  }

  .main-ment h2 {
    font-size: 16px;
    line-height: 23px;
  }
}

/* ai-hub changes */
@media (min-width: 1128px) and (max-width: 1200px) {
  .aiHub .container.effort h2 {
    width: 100% !important;
  }
  .aiHub .container.effort h2.desk-monk {
    width: 100% !important;
    font-size: 30px;
  }
  .aiHub .pr-02 .wace1 {
    padding-left: 30px !important;
  }
}
@media (min-width: 1056px) and (max-width: 1127px) {
  .aiHub .container.effort h2 {
    width: 100% !important;
  }
  .aiHub .container.effort h2.desk-monk {
    width: 100% !important;
    font-size: 28px;
  }
  .aiHub .pr-02 .wace1 {
    padding-left: 30px !important;
  }
}
@media (min-width: 992px) and (max-width: 1055px) {
  .aiHub .container.effort h2 {
    width: 100% !important;
  }
  .aiHub .container.effort h2.desk-monk {
    width: 100% !important;
    font-size: 26px;
  }
  .aiHub .pr-02 .wace1 {
    padding-left: 30px !important;
  }
}
@media (min-width: 888px) and (max-width: 991px) {
  .aiHub .container.effort h2 {
    width: 100% !important;
  }
  .aiHub .container.effort h2.desk-monk {
    width: 100% !important;
    font-size: 24px;
  }
  .aiHub .pr-02 .wace1 {
    padding-left: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 887px) {
  .aiHub .container.effort h2 {
    width: 100% !important;
  }
 .aiHub .container.effort h2.desk-monk {
    width: 100% !important;
    font-size: 20px;
  }
  .aiHub .pr-02 .wace1 {
    padding-left: 20px !important;
  }
}
/* ai-hub changes */

section.testimonials-monk h3 {
  margin-bottom: 20px;
}

@media (max-width:767px) {
  /* ai-hub changes */
  .single-aihub .aiHub .pr-03 .container.effort h2 {
    font-size: 26px;
  }
  .aiHub section.m-mbg h3 {
    font-size: 1.8rem !important;
  }
  .aiHub .container.effort h2.desk-monk {
    width: 100% !important;
    font-size: 24px !important;
  }
  section.m-mbg.ai-hub-desk-hide {
    display: block !important;
    padding: 0px;
  }
  .ai-hub-mobi-hide {
    display: none !important;
  }
  section.m-mbg.ai-hub-desk-hide .row.effort-row:hover, section.m-mbg.ai-hub-desk-hide .row.effort-row:focus-visible{
    background: none;
    border: none;
    outline: none;
  }
  /* ai-hub changes */
  section.monk-banner {
    margin-top: 76px;
  }

  .sec-mo h3 {
    font-size: 18px;
    padding: 0 20px;
  }

  .section-padding {
    padding: 0px 0 10px;
  }

  .container.effort h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .wace2, .wace1 {
    padding: 0;
  }

  .dfe video {
    width: 95%;
  }

  .container.dfe {
    padding-bottom: 5px;
  }

  section.testimonials-monk .container {
    padding: 10% 10%;
    max-width: 90%;
    width: 90%;
  }

  section.testimonials-monk h3 br {
    display: none;
  }

  .main-ment h1 {
    margin-top: 30px
  }

  a.monk-a {
    margin-bottom: 30px;
  }

  .main-ment {
    padding: 0 15px 0 15px;
  }

  section.testimonials-monk h3 {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .container.effort h2.opmonc, section.testimonials-monk p,
  .m-mbg .container.effort p {
    font-size: 18px;
    line-height: 25px;
  }

  div#testimonk {
    margin-top: 35px;
  }

  section.m-mo {
    padding: 10% 0;
  }

  .slr .container.effort {
    padding: 10%;
    max-width: 90%;
    width: 90%;
  }

  section.slrdd h3 {
    font-size: 35px;
    margin-bottom: 25px;
    padding: 0 10px;
  }

  section.slrdd .container.effort p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
    padding: 0 10px;
  }

  section.slrdd .wace1 {
    background-color: #ffc905;
    padding-bottom: 35px;
  }

  .nav-links li {
    width: auto;
  }

  section.slrdd .container.effort a {
    width: unset;
    display: block;
    text-align: center;
    margin: 0 10px;
  }

  .last-foot a h3 {
    font-size: 14px;
  }
}

section.slr {
  z-index: unset;
}

ul#menu-menu-1 {
  background-color: #0F0F33;
}

.m-mbg .row.effort-row:hover h3 {
  color: #0F0F33;
}

body.privacy-policy .monk-form .container.effort {
  background-color: #fff;
}

body.privacy-policy .monk-form .container.effort h3 {
  color: #0F0F33;
}
/* h2 to h3 - Avantika */
.slr .container.effort h3.opmon {
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

/* form css */
@media (max-width:767px) {
  .monk-form .container.effort {
    padding: 20px !important;
    /* margin-bottom: 45px !important; */
    margin-top: 25px;
    padding-top: 45px;
  }

  .cont-monk h1, .cont-monk h3 {
    margin-bottom: 20px;
  }

  select#nf-field-7 {
    border: 1px solid #c4c4c4;
    height: 60px;
  }
}

@media (min-width: 1200px) {
  /* ai-hub changes */
  .aiHub .container.effort h2 {
    width: 100% !important;
  }
  .aiHub .container.effort h2.desk-monk {
    width: 100% !important;
    font-size: 30px;
  }
  .aiHub .pr-02 .wace1 {
    padding-left: 30px !important;
  }
  /* ai-hub changes */
  .main-ment h1 {
    font-size: 48px;
  }
}

.bg_video {
  background: url(https://impelsys-monk.beta.webenza.net/wp-content/uploads/2023/09/fgrd.png) left top no-repeat, url(https://impelsys-monk.beta.webenza.net/wp-content/uploads/2023/09/dfdf.png) right bottom no-repeat;
  background-size: cover;
  background-position: center;
}

nav .wrapper {
  max-width: 97%;
}

a.monk-a img {
  width: 30px;
}

.container.effort h2 {
  color: #4C4C61;
  font-size: 34px;
  line-height: 44px;
  padding-right: 3%;
}

h2 span.vgb {
  font-size: 40px;
  line-height: 48px;
}

.container.effort h4 {
  margin-left: 22px;
}

.container.effort p {
  font-family: 'Sailec Light';
  font-weight: 500;
}

.klob img {
  margin-right: 15px;
}

.orf h5 {
  margin-bottom: 0px !important;
}

.orf h6 {
  font-size: 22px;
  line-height: 30px;
}

@media (min-width:1150px) {

  .container.effort h2.opmonc {
    width: 75%;
    font-weight: 600;
  }

  .sub-monk {
    margin-top: 25px !important;
  }

  .cont-monl .footer-distributed {
    margin-top: -6%;
    position: relative;
  }

  .monk-form .container.effort {
    padding: 5% 7%;
  }
/* h2 to h3 - Avantika */
  .slr .container.effort h3.opmon {
    width: 75%;
  }
/* h2 to h3 - Avantika */
  h3.opmon, section.slrdd .container.effort p {
    width: 75%;
  }

  section.slrdd h3 {
    font-size: 42px;
    line-height: 50px;
  }
}

div#testimonk button.owl-next img {
  background-color: unset;
}

div#testimonk button.owl-prev img {
  background-color: unset;
}

div#testimonk button.owl-next:hover {
  background-color: #FFC905;
}

div#testimonk button.owl-prev:hover {
  background-color: #FFC905;
}

section.m-mbg h3, section.slrdd h3 {
  font-family: 'Sailec Bold';
}

section.m-mbg a img {
  width: 22px;
}
/* h2 to h3 - Avantika */
.slr .container.effort h3.opmon {
  color: #0F0F33 !important;
}

section.m-mbg h3 {
  margin-top: -10px;
}

@media (min-width:1500px) {
  /* h2 to h3 - Avantika */
  h3.opmon, section.slrdd .container.effort p {
    width: 62%;
  }
}

section.cont-monk, section.monk-form {
  background-color: #f5f5f5;
}

.monk-form .container.effort {
  background: #ffffff 0% 0% no-repeat padding-box;
  position: relative;
  z-index: 9;
}

.monk-form input.form-control, textarea#exampleFormControlTextarea1, textarea.form-control, .fomy, select.form-select {
  background-color: #FAFAFA !important;
}

.nf-form-content {
  padding: 0 !important;
}

@media (min-width:768px) {
  .img-fluid.mobile-b {
    display: none;
  }
}

@media (max-width:767px) {
  section.m-mbg {
    padding-bottom: 8%;
  }

  img.img-fluid.desktop-b {
    display: none;
  }

  img.img-fluid.mobile-b {
    height: 82vh;
  }

  .main-ment h2, a.monk-a {
    margin-top: 20px;
  }

  .main-ment {
    position: absolute;
    top: 5%;
    left: unset;
    text-align: center;
  }

  .swiper-slide.ban_sty2 .main-ment h1, .swiper-slide.ban_sty2 .main-ment a.monk-a {
    color: #FFFFFFDB;
  }

  .sec-mo h3 {
    padding: 40px 20px 10px;
  }

  .monk-banner .monk-ban .swiper-button-next, .monk-banner .monk-ban .swiper-button-prev {
    top: 45vh;
  }

  section.m-mbg h3 {
    margin-top: 10px;
  }
/* h2 to h3 - Avantika */
  .slr .container.effort h3.opmon {
    font-size: 26px;
    line-height: 38px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .dfe video {
    aspect-ratio: 16/9;
  }
/* h2 to h3 - Avantika */
  .slr .container.effort h3.opmon {
    font-size: 26px;
    line-height: 38px;
  }

  .slr.ai-hub .container.effort h3.opmon {
    font-size: 3.2vw;
  }
  .main-ment h1 {
    font-size: 30px;
    line-height: 38px;
  }

  section.m-mbg h3 {
    font-size: 2rem;
  }
}

@media (min-width: 992px) and (max-width: 1025px) {
  .dfe video {
    aspect-ratio: 16/9;
  }

  .main-ment h1 {
    font-size: 40px;
    line-height: 48px;
  }

  section.m-mbg h3 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 970px) {
  #menu-btn:checked~.btn.menu-btn {
    display: none;
    z-index: 9;
  }

  label.btn.menu-btn {
    z-index: 999;
    /* display:none; */
  }

  #menu-btn:checked~.btn.close-btn {
    display: block;
  }

  .wrapper .btn.close-btn {
    top: 15px;
    right: 20px;
  }

  .wrapper .nav-links {
    width: 80%;
  }
}

.desktop-b {
  margin-top: 75px;
}

.slr .container.effort h4, .main-ment a.monk-a {
  display: none;
}

@media (min-width:1200px) {
  .bg_video .container.dfe {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

  .bg_video .dfe video {
    height: 500px;
    width: 100%;
  }
}

section.monk-sec2 {
  background-image: url(https://impelsys-monk.beta.webenza.net/wp-content/uploads/2023/10/1006.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.ban_sty3 a.monk-a {
  display: block;
}

.ban_sty2 .main-ment {
  left: unset;
  text-align: center;
  right: unset;
  margin: auto;
  display: block;
  width: 100%;
}

.ban_sty2 .main-ment h2 {
  margin-top: 45px;
}

.ban_sty2 .main-ment h2 span:before {
  content: "\A";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FFC905;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px
}

.ban_sty2 .main-ment h2 span {
  padding-right: 10px;
}

.bg_video .dfe video {
  cursor: pointer;
}

@media (max-width: 767px) {
  .main-ment {
    text-align: left;
    padding: 0 15px 0 15px;
  }

  .ban_sty3 .main-ment {
    text-align: center;
    padding: 0 15px 0 15px;
  }

  .ban_sty2 .main-ment, .ban_sty3 .main-ment {
    position: absolute;
    left: unset;
    top: 10%!important;
    transform: unset;
    width: 100%;
  }
  .bay7 .main-ment {
    padding-right: 15px!important;
}
  .ban_sty1 .main-ment {
    top: 10%;
  }

  .ban_sty2 .main-ment h2 {
    line-height: 40px;
  }

  .ban_sty3 .main-ment h1 {
    line-height: 40px;
  }

  .ban_sty1 img.img-fluid.mobile-b {
   
  }

  section.bg_video .container.dfe {
    padding: 0;
  }

  section.bg_video video#video {
    padding: 0;
  }

  .slr-iu {
    width: 100%;
    transform: scale(1.2);
  }

  .slrdd {
    margin-top: -25px;
  }

  .ban_sty2 .main-ment h2 span {
    display: inline-block;
  }

  .ban_sty2 .main-ment h2 {
    font-size: 18px;
  }
}

@media (min-width:768px) {
  .ban_sty3 .main-ment {
    left: unset;
    text-align: center;
    right: unset;
    margin: auto;
    display: block;
    width: 100%;
  }

  .swiper-slide.ban_sty3.swiper-slide-active .main-ment a {
    margin-top: 45px !important;
  }

  .ban_sty1 .main-ment h2 {
    margin-top: 2%;
    margin-bottom: 6%;
    background: linear-gradient(to right, #9a8f66 0%, #887c50 16%, #0f0f33 100%);
    width: fit-content;
    padding: 20px 25px;
    border-radius: 40px;
    color: #fff;
  }
}

@media (max-width:767px) {
  .ban_sty1 .main-ment h2 {
    background: linear-gradient(to right, #9a8f66 0%, #887c50 16%, #0f0f33 100%);
    width: fit-content;
    padding: 16px 25px;
    border-radius: 40px;
    color: #fff;
    align-content
  }
}

.ban_sty1 .main-ment, .ban_sty3 .main-ment.first-sec, .ban_sty2 .main-ment.first-sec {
  display: none;
}

.ban_sty1 .main-ment.first-sec {
  display: block;
}

.swiper-slide.ban_sty3.swiper-slide-active .main-ment a {
  color: #0F0F33;
}

.anim {
  background-color: #FFC905;
  height: 14px;
  display: inline-grid;
  cursor: pointer;
  place-content: flex-end;
}

div#nf-field-8-wrap {
  display: block;
}

.slr .container.effort p, section.testimonials-monk p {
  color: #fff !important;
}

.m-mbg .container.effort {
  padding: 1% 0;
}

.footer-distributed .footer-icons {
  margin-top: 25px;
}

@media (min-width:1200px) {
  .bg_video .container.dfe img {
    height: 650px;
    object-fit: cover;
}
  .monk-sec2 .container.effort h2 {
    padding-top: 25px;
  }

  .monk-sec2 .container.effort .wace2 {
    padding-right: 60px;
    padding-left: 45px;
  }

  .ban_sty1 .main-ment h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .fancybox-content {
    width: 785px !important;
    height: 440px !important;
  }
}

@media (max-width:767px) {
  .slrdd {
    margin-top: 25px;
  }

  .monk-sec2 .container.effort p {
    margin-top: 25px;
  }

  nav .wrapper {
    justify-content: left;
  }

  section.monk-sec2 span.vgb br {
    display: none;
  }

  section.slrdd h3 {
    margin-top: 25px;
  }

  h2 span.vgb span.anim {
    width: min-content;
  }

  .anim {
    height: 14px;
  }

  .last-foot {
    display: block;
    text-align: center;
  }

  .footer-distributed .footer-icons {
    padding: 15px 0;
  }

  .slrdd {
    background-color: #ffc905;
    background-image: unset;
  }

  .ban_sty2.bay4 .main-ment h2 {
    line-height: 30px;
  }

  body.cont-monl .sticky-foot {
    display: none;
  }

  .sticky-foot {
    position: sticky;
    bottom: 0;
    background-color: #ffc905;
    width: 100%;
    text-align: center;
    padding: 16px 0;
    z-index: 999;
  }

  .sticky-foot a {
    color: #0F0F33;
    text-decoration: unset;
    font-size: 20px;
    font-weight: bold;
  }
}

.orf {
  border-left: 2px solid #FFC905;
}

section.testimonials-monk .wace1 {
  align-self: center;
}

.footer-distributed {
  padding: 2% 0% 0% 0%;
}

div#testimonk button.owl-prev img, div#testimonk button.owl-next img {
  background-color: #FAFAFA;
  padding: 16px 10px;
}

div#testimonk button.owl-prev img:hover {
  background-color: #FFC905;
}

div#testimonk button.owl-next img:hover {
  background-color: #FFC905;
}

.m-mo .container.effort h4 {
  display: block;
  margin-left: 0;
}

@media (min-width:768px) {
  section.testimonials-monk p {
    font-size: 22px;
  }

  section.m-mo .container.effort .wace2 p {
    width: 85%;
  }

  .sticky-foot {
    display: none;
  }

  .slrdd {
    /* background-image: url(https://impelsys-monk.beta.webenza.net/wp-content/uploads/2023/10/image-1.png); */
    background-color: #FFC905;
  }

  .slrdd .container.effort {
    padding: 7% 0 0;
  }

  .m-mbg .row.effort-row {
    border-bottom: 1px solid #DDDDDD;
  }

  .m-mbg .row.effort-row:last-child {
    border-bottom: unset;
  }

  section.slrdd img {
    /* display: none; */
  }
}

.main-ment h2 {
  color: #A9A9C9;
}

.nav-links li a, .ban_sty1 .main-ment h2 {
  font-family: 'Sailec Medium';
}

.last-foot {
  align-items: center;
}

@media (min-width:1150px) {
  .m-mo .wace1 img {
    display: none;
  }

  .m-mbg .row.effort-row:first-child {
    /*     padding-top: 0; */
  }
}

@media (min-width:1151px) {
  section.m-mo {
    background-color: #fff;
    background-image: url(https://impelsys-monk.beta.webenza.net/wp-content/uploads/2023/11/laptop-lady.png);
    background-repeat: no-repeat;
    background-position: 100% 25%;
    padding: 5% 0;
    background-size: contain;
  }

  .monk-sec2 .container.effort h2 {
    padding-top: 35px;
    margin-bottom: 25px;
  }
}

section.monk-sec2 {
  background-image: url(https://impelsys-monk.beta.webenza.net/wp-content/uploads/2023/10/Mask-Group-40.png);
  background-position: right;
  background-repeat: no-repeat;
  padding: 5% 0;
  background-size: contain;
}

.bg_video .container.dfe img:hover {
  transform: scale(1.03);
  transition: all linear 0.4s;
}

@media (min-width:992px) and (max-width:1364px) {
  .monk-sec2 h2 span.vgb {
    font-size: 32px !important;
    line-height: 46px !important;
  }

  .monk-sec2 .container.effort {
    padding: 1% 0 !important;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .monk-sec2 h2 span.vgb {
    font-size: 24px !important;
    line-height: 36px !important;
  }

  .monk-sec2 h2 {
    line-height: 30px !important;
  }

  .monk-sec2 .container.effort {
    padding: 0% 0 !important;
  }
}

@media (min-width: 1500px) {
  section.m-mo {
    background-position: 105% 50%;
  }
}

.bg-video-wrap .anim {
  /* display: none; */
}

.triangle-downr {
  width: 100%;
  height: 0;
  border-right: 147vh solid transparent;
  border-left: 0px solid transparent;
  border-top: 0px solid #FFC905;
  border-bottom: 350px solid #FFC905;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 1024px) {
  .triangle-downr {
    border-right: 100vh solid transparent;
  }
}

@media (max-width: 640px) {
  .triangle-downr {
    border-right: 48vh solid transparent;
    width: 85%;
  }
}

li#menu-item-866 {
  display: none;
}

.nav-links li {
  color: #fff;
}

@media screen and (max-width: 970px) {
  label.btn.menu-btn {
    position: absolute;
    right: 25px;
    top: 15px;
  }
}

.home .triangle-downr {
  display: none;
}

ul.sub-menu.drop-menu a {
  justify-content: center;
  padding: 0;
  color: #fff;
}

ul.sub-menu.drop-menu li {
  margin: 0;
}

ul.sub-menu.drop-menu a:hover {
  color: #0f0f33;
}



li#menu-item-867 a{
  font-size: 16px !important;
}

li#menu-item-867 a:hover {
  background-color: transparent;
  
}

ul.sub-menu.drop-menu a:hover {
  background-color: #fff !important;
}

ul#menu-menu-1 .close-btn {
  display: none;
}




@media (min-width:768px) {
  section.pr-02 .container.effort {
    padding: 5% 0 10%;
}
  .pr-02 .wace1 {
    padding-left: 50px !important;
    align-self: center;
  }

  .page-id-928 .container.effort h2.desk-monk {
    margin-top: -50px !important;
  }

  .page-id-934 .container.effort h2.desk-monk {
    margin-top: -30px !important;
  }

  .pr-03 h5.card-title {
    line-height: 1.3;
    width: 100% !important;
  }
  section.monk-sec2 {
    padding: 1% 0 10%;
}
}

section.pr-02 .container.effort {
  padding-top: 0px;
}

.container.effort p {
  font-size: 17px;
}

@media(max-width: 992px) {
  .container.effort h2.desk-monk {
    margin-bottom: 20px;
    padding-right: 15px;
    margin-top: -30px;
  }

  h5.card-title.animate__animated.animate__fadeInUp.animate__faster {
    font-size: 30px;
  }

  .wace26 .card {
    min-height: 370px;
  }
}

.page-id-925 .container.effort h2.desk-monk {
  font-size: 30px;
  margin-top: -30px;
}

@media(min-width: 1390px) {
  section.pr-1 .container.effort h2 {
    font-size: 60px;
  }

  .wace2 img {
    width: 97%;
  }

  section.pr-1 .container.effort h3 {
    font-size: 31px;
  }

  section.pr-1 .container.effort h1 {
    font-size: 22px;
  }

  .container.effort h2.desk-monk {
    font-size: 38px;
  }

  .page-id-925 .container.effort h2.desk-monk {
    font-size: 34px;
    margin-top: -60px;
  }

  .container.effort p {
    font-size: 19px;
  }

  .page-id-925 .container.effort p {
    font-size: 18px;
  }

  .pr-03 .container.effort h2 {
    font-size: 64px;
  }

  .pr-03 h5.card-title {
    font-size: 34px;
    line-height: 1.3;
  }

  .pr-03 .comment h5.card-title {
    font-size: 24px !important;
  }

  .pr-03 .container.effort .rase h2 {
    font-size: 46px;
    margin-top: 75px;
  }

  .wace26 .card {
    min-height: 400px !important;
  }

  .pr-03 .container.effort .rase a {
    font-size: 22px;
    margin-top: 3%;
  }

  .footer-distributed .footer-company-about {
    font-size: 24px;
  }

  .footer-distributed .footer-links a {
    font-size: 19px;
  }

  .logo img {
    width: 140px;
  }

  .nav-links li a {
    font-size: 18px !important;
  }



  li#menu-item-121 a {
    font-size: 20px !important;
  }

  nav {
    padding: 20px 0;
  }

  .last-foot a h3 {
    font-size: 20px !important;
  }

  p.card-text.animate__animated.animate__fadeInUp.animate__faster {
    font-size: 20px !important;
  }
}

@media(min-width: 1530px) {
  section.pr-1 .container.effort h2 {
    font-size: 65px;
  }

  section.pr-1 .container.effort h3 {
    font-size: 34px;
  }

  .wace26 .card {
    min-height: 420px !important;
  }

  section.pr-1 .container.effort h1 {
    font-size: 24px;
  }

  .container.effort h2.desk-monk {
    font-size: 42px;
  }

  .page-id-925 .container.effort h2.desk-monk {
    font-size: 38px;
  }

  .container.effort p {
    font-size: 20px !Important;
  }

  .pr-03 .container.effort h2 {
    font-size: 70px;
  }

  .pr-03 h5.card-title {
    font-size: 37px;
  }

  .pr-03 .comment h5.card-title {
    font-size: 28px !important;
  }

  .pr-03 .container.effort .rase h2 {
    font-size: 50px;
    margin-top: 75px;
  }

  .pr-03 .container.effort .rase a {
    font-size: 24px;
    margin-top: 3%;
  }

  .footer-distributed .footer-company-about {
    font-size: 30px;
  }

  .footer-distributed .footer-links a {
    font-size: 20px;
  }

  .logo img {
    width: 160px;
  }

  .nav-links li a {
    font-size: 20px !important;
  }

  li#menu-item-121 a {
    font-size: 22px !important;
    padding: 25px 30px;
  }

  nav {
    padding: 25px 0;
  }

  .last-foot a h3 {
    font-size: 22px !important;
  }

  p.card-text.animate__animated.animate__fadeInUp.animate__faster {
    font-size: 21px !important;
  }
}

@media(min-width: 1650px) {
  section.pr-1 .container.effort h2 {
    font-size: 74px;
  }

  p.card-text.animate__animated.animate__fadeInUp.animate__faster {
    font-size: 22px !important;
  }

  .wace26 .card {
    min-height: 450px !important;
  }

  section.pr-1 .container.effort h3 {
    font-size: 36px;
  }

  section.pr-1 .container.effort h1 {
    font-size: 26px;
  }

  .container.effort h2.desk-monk {
    font-size: 46px;
    line-height: 1.35;
  }

  .page-id-925 .container.effort h2.desk-monk {
    font-size: 42px;
  }

  .container.effort p {
    font-size: 20px !important;
  }

  .pr-03 .container.effort h2 {
    font-size: 74px;
    line-height: 1.4;
  }

  .pr-03 h5.card-title {
    font-size: 40px;
    line-height: 1.4;
  }

  .pr-03 .comment h5.card-title {
    font-size: 32px !important;
  }

  .pr-03 .container.effort .rase h2 {
    font-size: 54px;
    margin-top: 75px;
    line-height: 1.4;
  }

  .pr-03 .container.effort .rase a {
    font-size: 26px;
    margin-top: 3%;
  }

  .footer-distributed .footer-company-about {
    font-size: 34px;
  }

  .footer-distributed .footer-links a {
    font-size: 22px;
  }

  .logo img {
    width: 180px;
  }

  .nav-links li a {
    font-size: 24px !important;
  }

  li#menu-item-121 a {
    font-size: 26px !important;
    padding: 30px 40px;
  }

  nav {
    padding: 35px 0;
  }

  .last-foot a h3 {
    font-size: 24px !important;
  }
}

@media(min-width: 1850px) {
  section.pr-1 .container.effort h2 {
    font-size: 80px;
  }

  section.pr-1 .container.effort h3 {
    font-size: 40px;
  }

  section.pr-1 .container.effort h1 {
    font-size: 30px;
    line-height: 1.4;
  }

  .container.effort h2.desk-monk {
    font-size: 52px;
    line-height: 1.35;
  }

  .page-id-925 .container.effort h2.desk-monk {
    font-size: 46px;
  }

  .container.effort p {
    font-size: 24px !Important;
  }

  .pr-03 .container.effort h2 {
    font-size: 80px;
    line-height: 1.4;
  }

  .pr-03 h5.card-title {
    font-size: 46px;
    line-height: 1.4;
  }

  .pr-03 .comment h5.card-title {
    font-size: 36px !important;
  }

  .pr-03 .container.effort .rase h2 {
    font-size: 58px;
    margin-top: 75px;
    padding: 18px 80px;
  }

  .pr-03 .container.effort .rase a {
    font-size: 28px;
    margin-top: 3%;
  }

  .footer-distributed .footer-company-about {
    font-size: 38px;
  }

  .footer-distributed .footer-links a {
    font-size: 24px;
  }

  .logo img {
    width: 200px;
  }

  .nav-links li a {
    font-size: 26px !important;
  }

  li#menu-item-121 a {
    font-size: 28px !important;
    padding: 30px 40px;
  }

  nav {
    padding: 45px 0;
  }

  .last-foot a h3 {
    font-size: 26px !important;
  }
}

@media(min-width: 2200px) {
  section.pr-1 .container.effort h2 {
    font-size: 100px;
  }

  .wace2 .img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
  }

  section.pr-1 .container.effort h3 {
    font-size: 50px;
  }

  section.pr-1 .container.effort h1 {
    font-size: 40px;
  }

  .container.effort h2.desk-monk {
    font-size: 70px;
    line-height: 1.35;
  }

  .container.effort p {
    font-size: 32px !Important;
  }

  .pr-03 .container.effort h2 {
    font-size: 100px;
    line-height: 1.4;
  }

  .pr-03 h5.card-title {
    font-size: 56px;
    line-height: 1.4;
    margin-left: 20px;
  }

  h5.card-title.animate__animated.animate__fadeInUp.animate__faster {
    font-size: 50px;
  }

  .pr-03 .container.effort .rase h2 {
    font-size: 68px;
    margin-top: 75px;
    line-height: 1.35;
  }

  .pr-03 .container.effort .rase a {
    font-size: 40px;
    margin-top: 3%;
    padding: 30px 100px;
  }

  .wace26 .card {
    min-height: 550px !important;
  }

  .icon-container img {
    height: 90px;
    max-width: 90px;
    position: absolute;
    left: 40px;
  }

  .pr-03 .effort-row p.card-text {
    margin-left: 20px;
  }

  .footer-distributed .footer-company-about {
    font-size: 44px;
  }

  .footer-distributed .footer-links a {
    font-size: 34px;
  }

  .logo img {
    width: 230px;
  }

  .nav-links li a {
    font-size: 34px !important;
  }

  li#menu-item-121 a {
    font-size: 36px !important;
    padding: 40px 60px;
  }

  nav {
    padding: 45px 0;
  }

  .last-foot a h3 {
    font-size: 34px !important;
  }
}

@media (max-width: 767px) {
  .pr-03 .container.effort .rase h2 {
    font-size: 26px;
    line-height: 1.3;
  }

  .page-id-925 .container.effort h2.desk-monk {
    margin-top: 0px !important;
  }

  .footer-distributed .footer-company-about {
    text-align: center;
  }

  .pr-03 .container.effort .rase a {
    margin-top: 7%;
    margin-bottom: 7%;
  }

  section.testimonials-monk, .pr-03 {
    padding-top: 7%;
  }

  section.pr-03 .wace2 p {
    margin-bottom: -40px;
  }

  .pr-03 .comment h5 {
    line-height: 1.3;
  }

  section.pr-1 {
    margin-top: -35px;
  }

  .container.effort h2.desk-monk {
    font-size: 26px !important;
    line-height: 1.3;
  }

  section.pr-02 {
    padding-bottom: 20%;
  }

  section.pr-1 .container.effort h2, .pr-03 .container.effort h2 {
    font-size: 26px !important;
  }

  section.pr-1 .container.effort h1 {
    font-size: 17px !important;
    margin-top: 130px;
  }

  section.pr-1 .container.effort h3 {
    font-size: 18px !important;
    width: 90%;
  }

  section.pr-1 .container.effort h2 {
    font-size: 30px !important;
    line-height: 40px;
  }

  section.slr {
    z-index: unset;
    padding-bottom: 6%;
  }

  section.testimonials-monk, .pr-03 {
    padding-bottom: 7% !important;
    padding-top: 10%;
  }

  .slr .container.effort {
    margin-top: 10% !important;
  }

  .sec-foot.mt-2 {
    margin-top: 0px !important;
  }

  section.m-mo {
    padding: 5% 0% !important;
  }

  .page-id-925 .container.effort h2.desk-monk {
    margin-top: 30px !important;
  }

  .container.effort h2.desk-monk {
    margin-top: 30px !important;
  }

  .pr-03 .container.effort .rase a {
    padding: 16px 30px !important;
    white-space: nowrap !important;
  }
}

.container.effort h2 {
  width: 92% !important;
  line-height: 1.3 !important;
  padding-right: 1% !important;
}

.page-id-925 .container.effort h2 {
  width: 100% !important;
  padding-right: 0% !important;
}

.pr-03 .container.effort h2 {
  width: 100% !important;
  padding-right: 0% !important;
}

@media (min-width: 1200px) and (max-width: 1380px) {
  .pr-03 .comment h5.card-title {
    font-size: 26px !important;
    width: 90%;
  }
}

@media (min-width: 1430px) and (max-width: 1580px) {
  .pr-03 .comment h5.card-title {
    font-size: 32px !important;
    width: 80%;
  }
}
.testimonials-monk
.wace2 img {
    width: 120px;
}


.lbko,.lbko2 {
  display: flex;
  padding-left: 10%;
}

.luy {
  position: absolute;
  width: 100%;
  top: 10%;
}

.gtyb {
  position: relative;
}
.pr-06 .row.effort-row2 {
  justify-content: center;
  row-gap: 25px;
}

section.monk-form {
  position: relative;
  background-image: url(https://impelsys-monk.beta.webenza.net/wp-content/uploads/2023/11/grf.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

section.pr-06 {
  background-color: #FFC905;
  padding: 8% 0;
}
.pr-06 .gtyb .textimp h3{
  color:#fff;
  font-size: 22px;
  font-weight: 500;
}
.pr-06 .gtyb .textimp p{
  color:#E2E2E2;
}
.pr-06 .gtyb .textimp a{
  color:#fff;
}
.pr-06 .gtyb .textimp{
  width:75%;
  margin-bottom:30px;
}
.pr-06 .gtyb .textimp2 a{color:#FFC905;font-size: 18px;font-family: 'Sailec Bold';}
.lbko, .lbko2{
  gap:12px;
}


.pr-06  h2 {
  color: #0F0F33;
  text-align: center;
  font-family: 'Sailec Bold';
  font-size: 60px;
}
.pr-06 .row.effort-row2{
  margin-top:25px;
}
@media (max-width: 767px){
.pr-06  h2 {
  font-size: 26px !important;
}
 
}
@media (max-width: 991px){
.pr-06 .gtyb .textimp h3{
  font-size: 16px;
  }
  .pr-06 .gtyb .textimp p,.pr-06 .gtyb .textimp2 a {
 font-size: 14px;
      margin-bottom:5px;
}
  .pr-06 .gtyb .textimp {
  margin-bottom: 20px;
}
}
.nf-input-limit{ display:none;}


.testimonials-monk {
  display: flex;
  /* padding: 0 50px 50px 50px !important; */
}
.testimonials-monk .container.effort {
  /* width: 50%;
  max-width: 50%; */
}

#testimonk .owl-nav {
  display: flex;
  justify-content: center;
}

.counter-sec {
  display: flex;
  height: auto;
  margin: auto 0px;
  overflow: hidden;
  text-align: center;
  flex: 1;
}

.counter-box {
  width: 100%;
  float: left;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}

.testimonials-monk .wace2 img {
  width: 100px !important;
  height: 100px !important;
  margin-left: 50px;
  transform: scaleY(-1);
}

section.testimonials-monk .container {
  padding: 1% 5% !important;
}
.testimonials-monk .container.effort .row.effort-row {
  width: 50%;
  float: left;
  position: relative;
}
.testimonials-monk .container.effort .row.effort-row::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 70%;
  top: 15%;
  border-right: 2px solid yellow; /* Add the border */
  transform: translateX(-50%);
}
.container.effort .counter-sec {
  width: 50%;
  float: left;
  padding-left: 5%;
}

.countdown-box {
  width: 28%;
  float: left;
  position: relative;
}
.semi-colon {
  width: 8%;
  float: left;
  margin: 10px auto;
}
.semi-colon p {
  font-size: 48px !important;
  font-weight: 600 !important;
}
.testimonials-monk .container.effort {
  display: flex;
}
.container.effort .countdown-text p {
  font-size: 17px;
  font-weight: 600;
  margin: auto;
}
.countdown-text {
  padding: 10px 0px;
}
.countdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #333;
  border-radius: 5px;
  padding: 20px;
  background: #fff;
  color: #0f0f33;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.countdown-time {
  font-size: 38px;
  display: block;
  font-weight: 600;
  font-family: 'Sailec Medium';
}
/* .countdown-time::before {
    content: '';
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0f0f33;
    transform: translateY(-50%);
} */

.countdown-label {
  font-size: 38px;
  font-weight: 600;
  font-family: 'Sailec Medium';
}
.testimonial-change {
  display: flex;
  margin-top: -10%;
}

@media (min-width: 1530px) {
  section.testimonials-monk .semi-colon p {
    font-size: 48px !important;
  }
}
@media (min-width: 1700px) {
  .testimonial-change {
    margin-top: -8%;
  }
}
@media (min-width: 2200px) {
  .testimonial-change {
    margin-top: -7%;
  }
}
@media (min-width: 2800px) {
  .testimonial-change {
    margin-top: -6%;
  }
}
@media (max-width: 1199px) {
  section.testimonials-monk .semi-colon p {
    font-size: 28px !important;
  }
  .countdown-label, .countdown-time {
    font-size: 28px;
  }
  .container.effort .countdown-text p {
    font-size: 14px;
  }
  section.testimonials-monk .semi-colon {
    margin: 19px auto;
  }
}

@media (max-width: 970px) {
  section.testimonials-monk {
    z-index: auto !important;
  }
  .sticky-foot {
    z-index: 2 !important;
  }
  section.testimonials-monk .semi-colon p {
    font-size: 24px !important;
  }
  section.testimonials-monk .semi-colon {
    margin: 19px auto;
  }
  .countdown-label, .countdown-time {
    font-size: 24px;
  }
  .container.effort .countdown-text p {
    font-size: 12px;
  }
  /* ai-hub changes */
  ul#menu-menu-1 li#menu-item-2059 > a {
    justify-content: center;
  }
  /* ai-hub changes */
  
}

@media (max-width: 768px) {
  section.testimonials-monk .semi-colon {
    margin: 25px auto;
  }
  /* section.testimonials-monk {
    z-index: -1 !important;
  } */
  .testimonials-monk .container.effort {
    display: block;
  }
  .testimonials-monk .container.effort .row.effort-row {
    width: 100%;
    border-right: none;
  }
  .testimonials-monk .container.effort .counter-sec {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
  /* .testimonials-monk .container.effort .col-md-12 {
    width: 50%;
  } */
  .testimonial-change {
    margin-top: -8%;
  }
  #testimonk .owl-nav {
    justify-content: end;
  }
  .testimonials-monk .container.effort .row.effort-row::after {
    border-right: none;
  }
}
@media (max-width: 405px) {
  /* ai-hub changes */
  .aiHub .container.effort h2.desk-monk {
    width: 100% !important;
    font-size: 22px !important;
  }
  /* ai-hub changes */
}

/* new btn style changes */
li#menu-item-2059 a {
  position: relative;
  text-align: center;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #FFFEF9;
  background: #0f0f33;
  border: 1px solid #ffc905;
  cursor: pointer;
  transition: ease-out .5s;
  -webkit-transition: ease-out .5s;
  -moz-transition: ease-out .5s;
  border-radius: 0px;
}
li#menu-item-2059 a::after, li#menu-item-2059 a::before {
  position: absolute;
  content: "";
  width: 0%;
  height: 0%;
  visibility: hidden;
}
li#menu-item-2059 a::after {
  bottom: -3px;
  right: -3px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: width .1s ease .1s, height .1s ease, visibility 0s .2s;
}
li#menu-item-2059 a::before {
  top: -3px;
  left: -3px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: width .1s ease .3s, height .1s ease .2s, visibility 0s .4s;
}
li#menu-item-2059 a:hover {
  animation: pulse 1s ease-out .4s;
  color: #ffffff;
  background-color: #0F0F33 !important;
  border-radius: 2px;
}
li#menu-item-2059 a:hover::before {
  transition: width .1s ease, height .1s ease .1s;
}
li#menu-item-2059 a:hover::after {
  transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
}
li#menu-item-2059 a:hover::after, li#menu-item-2059 a:hover::before {
  width: calc(100% + 6px);
  height: calc(100% + 3px);
  visibility: visible;
  transition: width .1s ease .2s, height .1s ease .3s, visibility 0s .2s;
}
/* new btn style changes */


/* ai-hub changes */
/* color changes - Avantika */
.slr.ai-hub .container.effort {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 50px;
  background: #FFC906;
}
.ai-hub .container .row {
  flex-direction: column;
  width: 40%;
  padding-top: 16px;
}
.ai-hub .container .row .col-md-6 {
  width: 100%;
}
.ai-hub .container .slr-img {
  width: 60%;
}
.ai-hub .container .slr-img img {
  width: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
}
/* h2 to h3 - Avantika */
.slr.ai-hub .container.effort h3.opmon,
.slr.ai-hub .container.effort p {
  color: #0F0F33 !important;
  padding-bottom: 13px
}
a.learn-more {
  color: #0F0F33;
  font-family: 'Sailec Medium';
  text-decoration: unset;
  display: block;
  width: fit-content;
  transition: transform 0.3s ease;
  text-decoration: underline;
}
a.learn-more:hover {
  color: #0F0F33;
  transform: scale(1.05);
}
a.learn-more .img-fluid {
  margin-left: 6px;
  margin-bottom: 2px;
  width: 7%;
}
section.testimonials-monk, .pr-03 {
  margin-top: -5px;
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .slr.ai-hub .container.effort {
    flex-direction: column;
    gap: 10px;
  }
  .ai-hub .container .row,
  .ai-hub .container .slr-img {
    width: 100%;
  }
  .slr.ai-hub .lrn-btn {
    margin-bottom: 40px !important;
  }
}
/* ai-hub changes */



/* industries - avantika */

li#menu-item-2158 a{
  font-size: 16px !important;
}

li#menu-item-2158 a:hover {
  background-color: transparent;
  
}

li#menu-item-2158 a{
  font-size: 16px !important;
}

li#menu-item-2158 a:hover {
  background-color: transparent;
  
}

li#menu-item-2158 >a:after {
  content:url('https://staging-mig-themonkplatform.iplatformsolutions.com/wp-content/uploads/2023/11/dwarr.png');
padding-left:10px;
}

li#menu-item-2158>a:after {
  padding-left: 10px;
  padding-right: 10px;
}
li#menu-item-2158:hover >a:after{
  transition: 0.9s;
  padding-right: 10px;
  transform: rotate(180deg);
  padding-left: 10px;
}

li#menu-item-2158 >a {
  border: 1px solid #ffc905 !important;
}


li#menu-item-2158 a{
  padding-right:10px;
}

@media screen and (max-width: 970px){
  
  li#menu-item-2158 >a {
      padding: 9px 9px;
      font-size: 16px;
  }
    li#menu-item-2158>a:after{
      display:none;
    }
  }  
  @media (min-width:970px){
    li#menu-item-2158 ul.sub-menu {
        background-color: #fff;
    }
    
    li#menu-item-2158 ul.sub-menu li a {
        color: #0F0F33;
        width: 350px;
       background-color: #fff;
    }
    li#menu-item-2158 ul.sub-menu li a:hover {
        background-color: #fff3bf!important;
        content: "";
        background: url(https://staging-mig-themonkplatform.iplatformsolutions.com/wp-content/uploads/2023/12/hoba.png) no-repeat;
        background-position:95% ;
    }
    li#menu-item-2158 ul.sub-menu li a{
        background-position:95% ;
    }
    li#menu-item-2158 ul.sub-menu li a {
        padding-left: 30px;
        padding-top: 35px;
        padding-bottom: 32px;
        font-size: 16px!important;
      justify-content: flex-start;
    }
    }
    @media (min-width: 1390px){
      li#menu-item-121 a, li#menu-item-2158>a {
        font-size: 18px !important;
      }	
      }
      @media (min-width: 1530px){
      li#menu-item-121 a, li#menu-item-2158>a {
        font-size: 19px !important;
      }	
      }
      @media (min-width: 1650px){
      li#menu-item-121 a, li#menu-item-2158>a {
        font-size: 21px !important;
        padding:26px 40px;
      }	
      }
      @media (min-width: 1850px){
      li#menu-item-121 a, li#menu-item-2158>a {
        font-size: 25px !important;
      }	
        .nav-links li a{
          height:59px;
        }
      }
      li#menu-item-2158 a {
        border-radius: 0;
    }
      ul#menu-menu-1 li#menu-item-2158>a {
        border: unset;
        color: #fff;
    }

/* industries - avantika */

/* monk in action changes */


.monk-in-action {
  background: #fff;
}
.monk-in-action h2 {
  text-align: center;
}
.monk-in-action .box-container {
  display: flex;
  justify-content: space-between;
}
.monk-in-action .container.effort h2 {
  width: 100% !important;
}
.monk-in-action .box {
  width: 33%;
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); */
  text-align: center;
  border: 1px solid lightgrey;
  padding: 40px 24px 30px;
  margin-top: 25px;
  margin-right: 25px;
  border-radius: .25rem;
  background: lightgrey;
  cursor: pointer;
  transition: transform 0.5s ease;
}
/* .monk-in-action .box:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  transform: scale(1.01);
} */
.monk-in-action .box h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 991px){
  .monk-in-action .box-container {
    flex-direction: column;
  }
  .monk-in-action .box-container .box {
    width: 100%;
  }
}
/* monk in action changes */

/* monk contact - avantika */

 input[type="tel"].ninja-forms-field.nf-element.iti__tel-input {
  height: 60px !important;
   margin-bottom: 25px !important;
    color: #0F0F33 !important;
}

.iti__arrow{
   margin-bottom: 25px !important
}
 
.iti__flag{
  margin-bottom: 25px !important
}

.iti--container {
    z-index: 99999 !important;
}

.iti__country-list {
    z-index: 99999 !important;
}

.iti--inline-dropdown .iti__dropdown-content {
  z-index: 13 !important;
}