@import url("https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --cabin: "Cabin", sans-serif;
  --Poppins: "Poppins", sans-serif;
  --containermax: 1520px;
  --black: #111111;
  --grey: #666666;
  --blue: #1d60ad;
  --green: #008e02;
  --lightgrey: #fafafa;
  --white: #ffffff;
  --orange: #f2560a;
  --font-84: 84px;
  --font-56: 56px;
  --font-40: 40px;
  --font-32: 32px;
  --font-30: 30px;
  --font-28: 28px;
  --font-26: 26px;
  --font-24: 24px;
  --font-22: 22px;
  --font-20: 20px;
  --font-18: 18px;
  --font-16: 16px;
  --font-14: 14px;
  --font-13: 13px;
  --font-12: 12px;
}

html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

a:focus-visible {
  outline: none !important;
}

.post,
.page {
  margin: 0;
}

.row {
  margin: 0;
}

p,
ul {
  margin: 0;
  padding: 0;
}

.row > * {
  padding-left: 0;
  padding-right: 0;
}

body {
  width: 100%;
  font-family: var(--cabin);
  overflow-x: hidden !important;
  background: #f8ede6;
}

a {
  text-decoration: none;
  color: inherit;
}
.switch-container {
  width: 100%;
  max-width: var(--containermax);
  margin: 0 auto;
}
/* Header CSS */
.navbar-nav a {
  padding: 24px 30px !important;
  color: var(--black);
  font-family: var(--cabin);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
}
.stick-header nav.navbar {
  background: #fff;
  box-shadow: 0 0.5px 6px 0 rgb(32 33 36 / 28%);
}
.headbtn {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
}
.outlinebtn {
  color: var(--orange);
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid rgb(17 17 17 / 50%);
  padding: 13px 40px;
  border-radius: 10px;
  display: inline-block;
  transition: all 0.4s;
}
.outlinebtn:hover,
.outlinebtn:focus {
  background: var(--orange);
  color: var(--white);
  border-color: var(--orange);
  transition: all 0.4s;
}
.orangebtn {
  color: var(--white);
  background: var(--orange);
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid var(--orange);
  padding: 13px 30px;
  border-radius: 10px;
  display: inline-block;
}
.orangebtn:hover,
.orangebtn:focus {
  background: transparent;
  color: var(--orange);
  border-color: rgb(17 17 17 / 50%);
  transition: all 0.4s;
}
.heroarea {
  background: url(../image/homepage-banner.png) no-repeat center center;
  background-size: cover;
  height: 970px;
  position: relative;
}
/* .heroarea::after {
  content: "";
  background: url(../image/heroline.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 180px;
  width: 100%;
  height: 809px;
} */
.heroareaswitch {
  padding-top: 150px;
  display: grid;
  grid-template-columns: 433px 1fr;
  align-items: center;
  grid-gap: 177px;
  z-index: 2;
  position: relative;
}
.swithcimg img {
  width: 100%;
}
.herocontent {
  max-width: 433px;
  align-content: center;
  height: 100%;
}
.herocontent h2 {
  color: var(--black);
  font-family: var(--cabin);
  font-size: var(--font-84);
  font-style: normal;
  font-weight: 700;
  line-height: 102%;
}
.herocontent p {
  color: #4a4a4a;
  font-family: var(--cabin);
  font-size: var(--font-28);
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin: 32px 0;
}
.unifiedsolution {
  background: var(--white);
  padding: 100px 0;
}
.comantitle h2 {
  background: var(--blue);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.comantitle p {
  color: var(--grey);
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
}
.unifitedtitle {
  text-align: center;
}

.unifitedtitle p {
  max-width: 778px;
  margin: 16px auto 0 auto;
}
.tabara ul {
  grid-gap: 56px;
  margin: 50px 0 32px 0;
}
.tabara ul li button {
  color: #a4a4a4;
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding: 0 0 10px 0;
  border-radius: 0 !important;
  transition: all 0.4s;
  border-bottom: 1px solid transparent;
}
.tabara ul li button:hover {
  color: var(--blue) !important;
  background: transparent !important;
  border-color: var(--blue) !important;
  transition: all 0.4s;
}
.tabara ul li button.active {
  color: var(--blue) !important;
  background: transparent !important;
  border-color: var(--blue) !important;
}
.tabdetailcontent h3 {
  color: var(--black);
  font-family: var(--cabin);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.tabdetailcontent p {
  color: var(--grey);
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  margin: 16px 0 36px 0;
}
.tabdetailarea {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 70px;
  align-items: center;
}
a.comanlink {
  color: #4a4a4a;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
a.comanlink img {
  border-radius: 50px;
  border: 1px solid var(--blue);
  min-width: 44px;
  object-fit: scale-down;
  height: 32px;
}
a.comanlink:hover {
  color: var(--blue);
}
a.comanlink:hover img {
  border-color: rgb(17 17 17 / 50%);
}
.whychoosesection {
  padding: 100px 0;
  background: #f0f0f0;
  display: none;
}
.videodetail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 100px;
  align-items: center;
}
.choosecontent h2 {
  color: var(--blue);
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.choosecontent p {
  color: #666;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  margin: 16px 0;
}
.choosevideo iframe {
  border-radius: 40px;
}
.countersec {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 44px;
  margin-top: 40px;
}
.repeatercounter h4 {
  color: var(--blue);
  font-family: var(--cabin);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.repeatercounter p {
  color: var(--grey);
  font-family: var(--cabin);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  margin: 8px 0 0 0;
}
.repeatercounter {
  padding-left: 14px;
  border-image: linear-gradient(to bottom, var(--blue), rgba(240, 240, 240, 0))
    1 100%;
  border-left: 2.5px solid;
}
.keyhighlight {
  background: var(--white);
  padding: 100px 0;
}
.keyhightitle {
  max-width: 506px;
}
.keyhightitle p {
  text-align: left;
  margin: 16px 0 0 0;
}
.boxkey {
  border-radius: 20px;
  background: var(--lightgrey);
  padding: 20px;
  width: 100%;
  min-width: 356px;
  transition: all 0.4s;
}
.boxkey:hover {
  background: var(--blue);
  transition: all 0.4s;
}
.boxkey:hover * {
  color: var(--white);
}
.imground {
  border-radius: 70px;
  border: 1px solid #ccc;
  background: var(--white);
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  justify-content: center;
}
.contentkey h4 {
  color: var(--black);
  font-family: var(--cabin);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
  text-transform: capitalize;
}
.contentkey p {
  color: var(--grey);
  font-family: var(--cabin);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
}
.boxgridkey {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-gap: 20px;
  margin-top: -200px;
}

/* Define the layout for different rows */
.boxkey:nth-child(1),
.boxkey:nth-child(2) {
  grid-row: 1; /* First row */
}

.boxkey:nth-child(1) {
  grid-column: 3; /* First item in the first row */
}

.boxkey:nth-child(2) {
  grid-column: 4; /* Second item in the first row */
}

.boxkey:nth-child(n + 3):nth-child(-n + 6) {
  grid-row: 2; /* Second row */
}

.boxkey:nth-child(n + 7):nth-child(-n + 10) {
  grid-row: 3; /* Third row */
}
.trustedby {
  padding: 100px 0;
  background: url(../image/switch-trustedbg.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.titletrust h2 {
  color: var(--white);
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  min-width: 257px;
}
.maintrustgrid {
  display: flex;
  align-items: center;
  grid-gap: 120px;
}
.slidertrust {
  width: 100%;
}
.slidertrust .mySwiper .swiper-slide img {
  height: 90px;
  width: 100%;
}
.contactus {
  padding: 100px 0 0 0;
  background: var(--white);
}
.contactimg {
  background: url(../image/contactbg.png) no-repeat center center;
  background-size: cover;
  border-radius: 30px;
  position: relative;
  padding: 80px 120px;
}
.contactimg::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--black);
  display: block;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
}
.titleform h2 {
  color: var(--white);
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.titleform,
.formarea {
  position: relative;
  z-index: 1;
}
.resources {
  padding: 100px 0;
  background: var(--white);
}
.resorucetitle h2 {
  text-align: center;
}
.comantitle.resorucetitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blogbox .dateimg img {
  border-radius: 20px;
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
.blogbox .dateimg {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
}
.blogbox .dateimg .date {
  color: var(--white);
  font-family: var(--cabin);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 10px;
  background: var(--blue);
  padding: 6px 13px;
  max-width: 50px;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
}
.blogrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  margin-top: 40px;
}
.blogbox h2 {
  color: var(--black);
  font-family: var(--cabin);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogbox p {
  color: var(--grey);
  font-family: var(--cabin);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  overflow: hidden;
  margin: 8px 0 16px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogbox a {
  transition: all 1s;
}
.blogbox a:hover .dateimg > img {
  transform: scale(1.2);
  transition: all 1s;
}
footer {
  background: #02131c;
}
.footer {
  padding: 80px 0 15px 0;
}
.innerfooter {
  text-align: center;
}
.quick-links {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.products ul {
  text-align: left;
  list-style: none;
}
.products ul li a {
  color: #ccc;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  text-align: left;
  line-height: normal;
  margin-bottom: 15px;
  text-transform: capitalize;
  display: inline-block;
  transition: all 0.4s;
}
.comanlabel h4 {
  color: var(--white);
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  line-height: normal;
  text-transform: capitalize;
}
.products ul li a:hover {
  color: var(--orange);
  transition: all 0.4s;
}
.socialmedialink ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  grid-gap: 20px;
  list-style: none;
}
.socialmedialink ul li a {
  border-radius: 50px;
  background: #181f22;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  transition: all 0.4s;
  height: 44px;
}
.socialmedialink ul li a:hover {
  background: linear-gradient(
    102deg,
    #f2560a 15.02%,
    #f2570b 15.03%,
    #ff8143 100%
  );
}
.copyright {
  padding: 24px 0 23px 0;
  border-top: 1px solid rgb(255 255 255 / 20%);
}
.copyright p {
  color: var(--white);
  font-family: var(--cabin);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.copyright p a {
  font-weight: 700;
}
.copyright p a:hover {
  color: var(--orange);
}
/* 24-04-2024 css */
.menu-item-has-children {
  position: relative;
}
.sub-menu {
  position: absolute;
  border-radius: 10px;
  background: var(--white);
  list-style-type: none;
  margin: 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  min-width: 320px;
  display: none;
}
.sub-menu a {
  color: var(--black);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 15px 20px !important;
  border-bottom: 1px solid #ddd;
  width: 100%;
  transition: 0.4s all;
}
.sub-menu a:hover {
  color: var(--orange);
  transition: 0.4s all;
  padding: 15px 20px 15px 30px !important;
}
.sub-menu ul li {
  padding: 0 0 0 0 !important;
}
.menu-item-has-children > a::after {
  content: "";
  background: url(../image/downarrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 26px;
  right: 6px;
  width: 20px;
  height: 20px;
}
.menu-item-has-children:hover .sub-menu li:last-child a {
  border-bottom: none;
}
.current_page_item a,
.current-menu-ancestor > a {
  color: var(--orange);
}
.current_page_item a::after,
.current-menu-ancestor > a::after {
  filter: brightness(0) saturate(100%) invert(43%) sepia(54%) saturate(5015%)
    hue-rotate(359deg) brightness(98%) contrast(95%);
}
.gform_validation_errors {
  display: none !important;
}
p.gform_required_legend {
  display: none;
}
.formarea input {
  color: var(--white) !important;
  font-family: var(--cabin) !important;
  font-size: var(--font-22) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-transform: capitalize !important;
  background: transparent !important;
  border: none !important;
  padding: 20px 12px !important;
  border-bottom: 1px solid rgb(255 255 255 / 30%) !important;
  border-radius: 0 !important;
  height: auto !important;
  box-shadow: none !important;
  outline: 0 !important;
}
.formarea {
  margin-top: 45px;
}
.formarea .gform-theme--foundation .gform_fields {
  column-gap: 80px;
}
.gform_footer.top_label {
  justify-content: center;
  margin-top: 50px !important;
  position: relative !important;
}
.formarea input[type="submit"] {
  border-radius: 10px !important;
  background: var(--orange) !important;
  color: var(--white) !important;
  text-align: center !important;
  font-family: var(--cabin) !important;
  font-size: var(--font-20) !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  border: 1px solid var(--orange) !important;
  min-width: 204px !important;
  border-bottom: 1px solid var(--orange) !important;
  transition: all 0.4s;
}
.formarea input[type="submit"]:hover {
  background: transparent !important;
  transition: all 0.4s;
}
.formarea .gform_wrapper #gform_ajax_spinner_1 {
  margin-top: -50px;
  margin-left: 225px;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute;
}
/* 25-04-2024 */
.maindetailpage {
  padding: 150px 0 100px 0;
}
.titleblog h1 {
  background: var(b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--cabin);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 20px 0;
}

.admin,
.date {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blogdetailarea h2 {
  color: var(--black);
  font-family: var(--cabin);
  font-size: var(--font-32);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 20px 0;
}
.blogdetailarea h3 {
  color: var(--black);
  font-family: var(--cabin);
  font-size: var(--font-30);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 20px 0;
}
.blogdetailarea h4 {
  color: var(--black);
  font-family: var(--cabin);
  font-size: var(--font-28);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 20px 0;
}
.blogdetailarea h5 {
  color: var(--black);
  font-family: var(--cabin);
  font-size: var(--font-26);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 20px 0;
}
.blogdetailarea h6 {
  color: var(--black);
  font-family: var(--cabin);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 20px 0;
}
.blogdetailarea p {
  color: var(--grey);
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
}
.blogdetailarea ol li,
.blogdetailarea ul li {
  color: var(--grey);
  font-family: var(--cabin);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  margin-bottom: 10px;
}

.blogdetailarea ul,
.blogdetailarea ol {
  margin: 20px 0 0 0;
  padding-left: 30px;
}
.fetureimg {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
}
.date {
  color: var(--white);
  font-family: var(--cabin);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 10px;
  background: var(--orange);
  padding: 6px 13px;
  max-width: 50px;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
}
.fetureimg img {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
.bannimg {
  background: url(../image/switch-header-background.png) no-repeat center center;
  background-size: cover;
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-text h2 {
  color: var(--black);
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-84);
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
.banner-text p {
  color: #4a4a4a;
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-28);
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin: 30px 0 0 0;
}
.page-template-resources-tmpl .blogrid {
  margin-top: 0;
}
.bannerbtn {
  text-align: center;
}
.bannerbtn a {
  margin: 30px 0 0 0;
}
.revenue-potential {
  background: var(--white);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.revenue-potential::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/karaoke.png) no-repeat center center;
  width: 644px;
  height: 432px;
  opacity: 0.4;
  background-size: contain;
}
.potentialgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  grid-gap: 80px;
  position: relative;
  z-index: 2;
}
.potential-content h2 {
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--blue);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: capitalize;
}
.potential-content p {
  color: var(--grey);
  text-align: left;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  margin: 16px 0 0 0;
  line-height: 136%;
}
.keybenefits {
  padding: 0 0 100px 0;
  background: var(--white);
}
.keybenifit-content h2 {
  color: var(--black);
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}
.keybenifit-content p {
  color: var(--grey);
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  margin: 16px auto 0 auto;
  max-width: 640px;
  line-height: 136%;
}
.befitkeygrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 31px;
  margin-top: 40px;
}
.keygrey {
  border-radius: 16px;
  background: #fafafa;
  padding: 20px;
  margin-top: 21px;
}
.keygrey h3 {
  color: var(--black);
  font-family: var(--cabin);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.keybox {
  border-radius: 24px;
  border: 1px solid #ddd;
  padding: 12px;
}
.keygrey p {
  color: #666;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  margin-top: 8px;
}
.keimg {
  text-align: center;
  padding: 50px 33px 0 33px;
}
.pmssystem {
  padding: 100px 0;
  background: url(../image/pmssystembg.png) no-repeat center center;
  background-size: cover;
}
.pmslogogrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  text-align: center;
  grid-gap: 80px;
  align-items: center;
}
.pmstitle h2 {
  color: var(--white);
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin: 0 auto 70px auto;
  max-width: 836px;
}
.howitworkcombine {
  background: var(--lightgrey);
  padding: 100px 0;
  position: relative;
}
.howitworkcombine::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 680px;
  height: 456px;
  background: url(../image/howitworkafter.png) no-repeat center center;
  background-size: cover;
}
.datasteps {
  position: relative;
}
.datasteps::after {
  content: "";
  position: absolute;
  top: 60px;
  left: -103px;
  width: 134px;
  height: 438px;
  background: url(../image/arrow-group.png) no-repeat center center;
  background-size: cover;
}
.howitworkcombine .choosecontent {
  max-width: 440px;
}
.howworkdetail {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.datainnerflex {
  display: grid;
  grid-template-columns: 160px 1fr;
  align-items: center;
  grid-gap: 24px;
  position: relative;
  z-index: 1;
}
.datasteps .datainnerflex:not(:last-child) {
  margin-bottom: 40px;
}
.orangeiconpart {
  border-radius: 20px;
  background: var(--blue);
  align-items: center;
  justify-content: center;
  display: flex;
  height: 160px;
}

.datacontentpart h3 {
  color: var(--black);
  font-family: var(--cabin);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.datacontentpart p {
  color: #666;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
}
.innercontentgry h3 {
  color: var(--black);
  font-family: var(--cabin);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.innercontentgry p {
  color: #666;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
}
.innercontentgry {
  border-radius: 20px;
  background: var(--lightgrey);
  padding: 30px;
  transition: all 0.4s;
}
.greyboxcontent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 40px;
}
.partner-grid-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin-top: 40px;
}
.partner-grid-box-inn:hover {
  background: var(--blue);
  transition: all 0.4s;
}
.partner-grid-box-inn:hover h3,
.partner-grid-box-inn:hover p {
  color: var(--white);
  transition: all 0.4s;
}
.partner-grid-box-inn {
  border-radius: 20px;
  background: var(--lightgrey);
  padding: 30px;
  transition: all 0.4s;
}
.partner-grid-box-inn h3 {
  color: var(--black);
  font-family: var(--cabin);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.partner-grid-box-inn p {
  color: var(--grey);
  font-family: var(--cabin);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 27.2px */
}
.innercontentgry:hover {
  background: var(--blue);
  transition: all 0.4s;
}
.innercontentgry:hover * {
  color: var(--white);
}
.keimg img {
  height: 250px;
}
.redytoboost {
  padding: 100px 0;
}
.boostinner h2 {
  color: var(--white);
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
}
.boostinner p {
  color: #f2f2f2;
  font-family: var(--cabin);
  text-align: center;
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  margin: 34px auto 50px auto;
}
.boostbtn {
  text-align: center;
}
.redytoboost {
  background-size: cover !important;
  background: url(../image/readytoboost.png) no-repeat center center;
}
.boostbtn a:hover {
  border-color: var(--orange);
  color: var(--white);
}
.testimonialcoman {
  padding: 100px 0 50px 0;
  background: var(--white);
}
.testimonial-grid {
  display: grid;
  grid-template-columns: 640px auto;
  grid-column-gap: 80px;
  align-items: center;
}
.testimonial-grid-content p {
  color: var(--grey);
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  margin-bottom: 40px;
  max-width: 720px;
}
.author-main span {
  color: var(--black);
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.author-main p {
  color: var(--grey);
  font-family: var(--cabin);
  font-size: var(--font-18);
  font-style: normal;
  margin-top: 4px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.testinomial-title .titlemain {
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: var(--blue);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.testinomial-title {
  display: flex;
  gap: 136px;
}
.testinomialup {
  margin-top: -543px;
  padding-top: 50px;
}
.testimonialcoman .swiper-button-next,
.testimonialcoman .swiper-button-prev {
  position: relative;
}

.testimonialcoman .swiper-button-next:after {
  content: "";
  position: absolute;
  width: 58px;
  height: 38px;
  text-align: center;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  border: 1px solid transparent;
  background: #fafafa url(../image/arrowrgt.svg) no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonialcoman .swiper-button-next:hover::after {
  background: rgba(29, 96, 173, 0.04) url(../image/arrowrgt.svg) no-repeat
    center center;
  border: 1px solid var(--blue);
}
.testimonialcoman .swiper-button-prev:after {
  content: "";
  position: absolute;
  width: 58px;
  height: 38px;
  text-align: center;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  border: 1px solid transparent;
  background: #fafafa url(../image/arrowlft.svg) no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonialcoman .swiper-button-prev:hover::after {
  background: rgba(29, 96, 173, 0.04) url(../image/arrowlft.svg) no-repeat
    center center;
  border: 1px solid var(--blue);
}
.testimonialcoman .swiper-button-next {
  left: calc(640px + 347px);
  bottom: 0;
  right: inherit;
  top: initial;
}
.testimonialcoman .swiper-button-prev {
  left: calc(640px + 284px);
  bottom: -22px;
  right: inherit;
  top: initial;
}
.testimonialcoman {
  position: relative;
}
.testimonialcoman::after {
  content: "";
  position: absolute;
  width: 102px;
  height: 52px;
  background: url(../image/dotpath.png) no-repeat;
  background-size: cover;
  top: 184px;
  left: 151px;
}
.testimonial-grid-img::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 76px;
  background: url(../image/smalldots.svg) no-repeat;
  background-size: cover;
  bottom: -30px;
  right: 10px;
  z-index: -1;
}
.why-choose-us-inn {
  background: var(--white);
  padding: 80px 0 50px 0;
}
.choose-us-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 70px;
}
.choose-us-grid-content h2 {
  background: var(--blue);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.choose-us-grid-content p {
  color: var(--grey);
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  margin-bottom: 16px;
}
.what-we-offer {
  background: #f0f0f0;
  padding: 90px 0;
}
.offer-title-main h2 {
  color: var(--black);
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 16px;
}
.offer-title-main p {
  color: var(--grey);
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 0px;
}
.offferbox {
  border-radius: 20px;
  background: #fafafa;
  padding: 30px;
  text-align: center;
}
.offferbox:hover {
  background: var(--blue);
  transition: 0.4s all;
}
.offferbox:hover span,
.offferbox:hover p,
.offferbox:hover h5 {
  color: var(--white);
  transition: 0.4s all;
}
.offferbox:hover img {
  filter: brightness(0) invert(1);
  transition: 0.4s all;
}
.offferbox span {
  color: var(--grey);
  font-family: var(--cabin);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: block;
  text-align: left;
  transition: 0.4s all;
}
.offferbox p {
  color: #111;
  font-family: var(--cabin);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: 136%;
  text-transform: capitalize;
  margin-top: 40px;
  text-align: left;
  transition: 0.4s all;
}
.offferbox h5 {
  color: var(--grey);
  font-family: var(--cabin);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  text-align: left;
  margin-top: 8px;
  min-height: 108px;
}

.what-we-offer-inn .swiper-button-next,
.what-we-offer-inn .swiper-button-prev {
  position: relative;
}

.what-we-offer-inn .swiper-button-next:after {
  content: "";
  position: absolute;
  width: 58px;
  height: 38px;
  text-align: center;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  border: 1px solid transparent;
  background: #f0f0f0 url(../image/arrowrgt.svg) no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.what-we-offer-inn .swiper-button-next:hover::after {
  background: rgba(29, 96, 173, 0.04) url(../image/arrowrgt.svg) no-repeat
    center center;
  border: 1px solid var(--blue);
}
.what-we-offer-inn .swiper-button-prev:after {
  content: "";
  position: absolute;
  width: 58px;
  height: 38px;
  text-align: center;
  top: 0;
  left: 0;
  border-radius: 50px;
  border: 1px solid transparent;
  background: #f0f0f0 url(../image/arrowlft.svg) no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.what-we-offer-inn .swiper-button-prev:hover::after {
  background: rgba(29, 96, 173, 0.04) url(../image/arrowlft.svg) no-repeat
    center center;
  border: 1px solid var(--blue);
}
.what-we-offer-inn .swiper-button-next {
  left: calc(100% - 59px);
  bottom: 0;
  right: 0;
  top: -54px;
}
.what-we-offer-inn .swiper-button-prev {
  left: calc(100% - 120px);
  right: 0;
  top: -26px;
}
.our-vision {
  padding: 100px 0 0 0;
  background: var(--white);
}
.vision-mission-grid {
  display: grid;
  grid-template-columns: 395px auto 395px;
  gap: 60px;
}
.gridinn-one {
  display: flex;
  justify-content: end;
  align-items: flex-start;
}
.vision h2 {
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: var(--blue);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.vision p,
.mission p {
  color: var(--grey);
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 29.92px */
}
.mission h2 {
  color: var(--black);
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.gridinn-last {
  display: flex;
  align-items: end;
}
.vision {
  padding-top: 40px;
}
.mission {
  padding-bottom: 80px;
}
.myweofferslider {
  padding-top: 50px;
  margin-top: -50px;
}
.meet-our-experts-inn {
  padding: 100px 0;
  background: var(--white);
}
.page-template-about-us-tmpl .meet-our-experts-inn {
  background: #fafafa;
}

.meet-our-experts-imggrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 64px;
  max-width: 1220px;
  margin: 0 auto;
}
.who-we-are-counter {
  display: none;
}
.page-template-team-tmpl .meet-our-experts-imggrid {
  margin-top: 40px;
}
.page-template-team-tmpl .who-we-are-grid {
  grid-template-columns: 1fr;
}
.meet-our-experts-title h2 {
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: var(--blue);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
  text-align: center;
}
.meet-our-experts-title p {
  color: var(--grey);
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 29.92px */
  max-width: 572px;
  margin: 0 auto;
}
.meet-our-viewall a.comanlink {
  justify-content: end;
  padding-bottom: 45px;
  margin-top: -45px;
}
.experts-imggrid-iiner span {
  color: var(--black);
  font-family: var(--cabin);
  font-size: var(--font-28);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-top: 20px;
  display: block;
}
.experts-imggrid-iiner p {
  color: var(--grey);
  font-family: var(--cabin);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 6px 0 14px 0;
}
.experts-imggrid-iiner .socialmedialink ul {
  grid-gap: 8px;
}
.experts-imggrid-iiner .socialmedialink ul li a {
  border-radius: 50px;
  border: 1px solid rgba(102, 102, 102, 0.3);
  background: rgba(102, 102, 102, 0.02);
}
.experts-imggrid-iiner .socialmedialink ul li a:hover {
  background: var(--blue);
  transition: 0.4s all;
  border-color: var(--blue);
}
.experts-imggrid-iiner .socialmedialink ul li a:hover img {
  filter: brightness(1);
  transition: 0.4s all;
}
.experts-imggrid-iiner .socialmedialink img {
  filter: brightness(0);
}
.testimonial-grid-img img {
  border-radius: 20px;
}
.testimonial-grid-img {
  position: relative;
}
.testimonial-grid-img::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background: url(../image/testinomial-cuv.svg) no-repeat;
  top: -32px;
  right: 0;
  background-size: cover;
}
.core-values-main {
  background: url(../image/value-path.png) no-repeat center center;
  padding: 90px 0;
  background-size: cover;
}
.core-values-gridbox {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 31px;
}
.core-values-title h2 {
  color: var(--white);
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 16px;
}
.core-values-title p {
  color: #f2f2f2;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 29.92px */
}
.core-values-title {
  margin-bottom: 40px;
}
.core-values-gridbox-inn {
  border-radius: 20px;
  background: #e0efff;
  padding: 30px;
}
.core-values-gridbox-inn:hover {
  border-radius: 20px;
  background: var(--blue);
  transition: 0.4s all;
}
.core-values-gridbox-inn:hover span,
.core-values-gridbox-inn:hover p {
  color: var(--white);
  transition: 0.4s all;
}
.core-values-gridbox-inn:hover .core-values-icon {
  background: var(--white);
  transition: 0.4s all;
}
.core-values-gridbox-inn:hover .core-values-icon img {
  filter: brightness(0);
  transition: 0.4s all;
}
.core-values-gridbox-inn span {
  color: var(--blue);
  font-family: var(--cabin);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding: 20px 0 8px 0;
  display: block;
}
.core-values-gridbox-inn p {
  color: #4a4a4a;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
}
.page-template-resources-tmpl .contactus {
  padding-bottom: 100px;
}
.core-values-icon {
  background: var(--blue);
  border-radius: 100px;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.marquee-grid {
  display: flex;
  gap: 20px;
}
.team-third-marquee-inn {
  background: var(--white);
  padding: 68px 0 100px 0;
  overflow: hidden;
}
.who-we-are-second {
  background: var(--white);
  padding: 100px 0 0 0;
  position: relative;
  overflow: hidden;
}
.who-we-are-second::after {
  content: "";
  position: absolute;
  width: 644px;
  height: 432px;
  background: url(../image/whowe-path.png) no-repeat;
  top: 0px;
  right: 0;
  background-size: cover;
}
.who-we-are-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 138px;
  z-index: 999;
  position: relative;
}
.who-we-are-title h2 {
  background: var(--blue);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 16px;
}

.who-we-are-title p {
  color: var(--grey);
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  padding-bottom: 30px;
}
.page-template-team-tmpl .who-we-are-title h2,
.page-template-team-tmpl .who-we-are-title p {
  text-align: center;
}
.page-template-about-us-tmpl section.meet-our-experts {
  display: none;
}
.countergrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 58px;
}
.countergrid-inner {
  background: #fff;
  border-radius: 120px;
  width: 222px;
  height: 268px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.outergird {
  background: var(--blue);
  border-radius: 120px;
  padding: 3px;
  height: 270px;
}
.countergrid-inner:nth-child(even) {
  margin-top: 70px;
}
.countergrid-inner h4 {
  color: var(--blue);
  text-align: center;
  font-family: var(--cabin);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.countergrid-inner p {
  color: var(--grey);
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.team-meet {
  background: var(--white) !important;
}

.marquee-grid {
  display: flex;
  gap: 20px; /* Adjust the gap between images */
  animation: marquee 30s linear infinite; /* Continuous looping animation */
  will-change: transform; /* Performance optimization */
}

/* Animation definition */
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* Individual image styling */
.marquee-grid-img {
  flex-shrink: 0; /* Prevents flex shrinking to maintain image size */
}
.marquee-grid .marquee-grid-img:nth-child(odd) img {
  height: 320px;
  object-fit: cover;
  border-radius: 20px;
}

.marquee-grid .marquee-grid-img:nth-child(even) img {
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}
.countergrid .outergird:nth-child(even) {
  margin-top: 70px;
}
.whitecomanafter {
  background: var(--white);
  padding: 100px 0;
  position: relative;
}
.whitecomanafter::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/karaoke.png) no-repeat center center;
  width: 644px;
  height: 432px;
  background-size: contain;
}
.faqsinner {
  position: relative;
}
.faqsinner .nav-pills .nav-link {
  color: #666;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 12px 20px;
  border-radius: 50px;
  border: 1px solid rgba(102, 102, 102, 0.4);
  background: var(--white);
  transition: all 0.4s;
}
.faqsinner ul.nav.nav-pills {
  justify-content: center;
  grid-gap: 12px;
}
.faqsinner .nav-pills .nav-link.active {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
  transition: all 0.4s;
}
.faqsinner .nav-pills .nav-link:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
  transition: all 0.4s;
}

.titlefaq h2 {
  background: var(--blue);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin: 50px 0;
}
.faqcontent .accordion-item {
  background: transparent;
}
.faqcontent .accordion-button {
  padding: 32.5px 0;
  color: var(--black);
  font-family: var(--cabin);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  background: transparent;
  line-height: normal;
  text-transform: capitalize;
}
.faqcontent .accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.faqcontent .accordion-button:not(.collapsed) {
  background: transparent;
  padding: 32.5px 0;
  border-bottom: transparent;
  box-shadow: none;
}
.faqcontent .accordion-body {
  padding: 0;
  color: #4a4a4a;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  padding: 0 220px 32px 0;
}
.faqcontent .accordion-button::after {
  background-image: url(../image/plus.png);
  background-size: 30px;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(850%)
    hue-rotate(184deg) brightness(96%) contrast(94%);
}
.faqcontent .accordion-button:not(.collapsed)::after {
  background-image: url(../image/minus.png);
  background-size: 30px;
  background-position: center;
  filter: brightness(0) saturate(100%) invert(27%) sepia(98%) saturate(850%)
    hue-rotate(184deg) brightness(96%) contrast(94%);
}
/* contactus page css */
section.mapiframe {
  padding: 100px 0 0 0;
  background: var(--white);
}

section.iframeboost {
  margin-top: -10px;
}

.locatetitle h2 {
  text-align: center;
}

.locatetitle p {
  max-width: 696px;
  margin: 16px auto 50px auto;
}
.icon {
  background: var(--blue);
  border-radius: 100px;
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.infocontactarea-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
}
.infocontactarea-grid span {
  display: block;
  padding: 20px 0 8px 0;
  color: var(--blue);
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.infocontactarea-grid a {
  color: #4a4a4a;
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.infocontactarea-grid a:hover {
  color: var(--blue);
  transition: 0.4s all;
}
.comangrid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.infocontactarea {
  padding-top: 30px;
}
.contactinfo-second {
  padding-bottom: 50px;
}
/* fade effect */
.featured-partners-main {
  background: var(--white);
  padding-bottom: 100px;
}
.partner-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}
.partner-grid-inn {
  background: var(--blue);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whitecomanafter.partner-benefits-main {
  background: #02131c;
}
.whitecomanafter.partner-benefits-main::before {
  filter: brightness(0) invert(1);
  opacity: 0.1;
}
.benefits-grid-title {
  max-width: 486px;
}
.benefits-grid-title h2 {
  color: var(--white);
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.benefits-grid-title p {
  color: #f2f2f2;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  margin: 16px 0 0 0;
}
.benefits-grid-inn {
  border-radius: 20px;
  border: 1px solid rgba(249, 232, 219, 0.3);
  background: #02131c;
  padding: 30px;
  transition: 0.4s all;
  min-width: 486px;
  z-index: 2;
  width: 100%;
}
.benefits-grid-inn h4 {
  color: var(--white);
  font-family: var(--cabin);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.benefits-grid-inn p {
  color: #f2f2f2;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  margin: 8px 0 0 0;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Changed from repeat(2, 1fr) */
  grid-gap: 31px;
  grid-template-rows: auto;
  margin-top: -200px;
}

.benefits-grid-inn:nth-child(1),
.benefits-grid-inn:nth-child(2) {
  grid-row: 1;
}

.benefits-grid-inn:nth-child(1) {
  grid-column: 2; /* Changed from grid-column: 2; */
}

.benefits-grid-inn:nth-child(2) {
  grid-column: 3; /* Changed from grid-column: 3; */
}

.benefits-grid-inn:nth-child(n + 3):nth-child(-n + 5) {
  grid-row: 2;
}

.benefits-grid-inn:nth-child(n + 6):nth-child(-n + 8) {
  grid-row: 3;
}
.partner-testinomial {
  background: var(--white);
  padding: 100px 0;
}
.part-mainbox p {
  color: var(--grey);
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
}
.partauthior span {
  color: var(--black);
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.partauthior p {
  color: var(--grey);
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 4px !important;
}
.partauthior {
  text-align: center;
  margin-top: 40px;
}
.part-mainbox {
  border-radius: 20px;
  background: #fafafa;
  text-align: center;
  padding: 0px 40px 40px 40px;
}
.part-mainbox p {
  margin-top: 0px;
}
.partimages img {
  margin-top: -100px;
  border-radius: 50%;
  object-fit: cover;
}
.mytestinomialmainslider {
  padding-top: 150px;
  padding-bottom: 50px;
}
.partner-testinomial .swiper-button-next,
.partner-testinomial .swiper-button-prev {
  position: relative;
}

.partner-testinomial .swiper-button-next:after {
  content: "";
  position: absolute;
  width: 58px;
  height: 38px;
  text-align: center;
  bottom: 0;
  left: 0;
  border-radius: 50px;
  border: 1px solid transparent;
  background: transparent url(../image/arrowrgt.svg) no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-testinomial .swiper-button-next:hover::after {
  background: rgba(29, 96, 173, 0.04) url(../image/arrowrgt.svg) no-repeat
    center center;
  border: 1px solid var(--blue);
}
.partner-testinomial .swiper-button-prev:after {
  content: "";
  position: absolute;
  width: 58px;
  height: 38px;
  text-align: center;
  top: 0;
  left: 0;
  border-radius: 50px;
  border: 1px solid transparent;
  background: transparent url(../image/arrowlft.svg) no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-testinomial .swiper-button-prev:hover::after {
  background: rgba(29, 96, 173, 0.04) url(../image/arrowlft.svg) no-repeat
    center center;
  border: 1px solid var(--blue);
}
.partner-testinomial .swiper-button-next {
  left: 52%;
  bottom: 0;
  right: 0;
  top: 40px;
}
.partner-testinomial .swiper-button-prev {
  left: 48%;
  right: 0;
  top: 68px;
}
.roundicon {
  border-radius: 70px;
  background: rgba(255, 255, 255, 0.04);
  width: 90px;
  height: 90px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.whitecomanafter.partner-benefits-main::after {
  filter: brightness(0) invert(1);
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../image/blackafter.png) no-repeat center center;
  width: 554px;
  height: 446px;
  background-size: contain;
}
.job-opning-main-inn {
  padding: 26px 40px 26px 30px;
  border-radius: 20px;
  background: #fafafa;
  display: grid;
  align-items: center;
  gap: 90px;
  grid-template-columns: 940px auto;
}
.job-opning-main {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.job-title-lft span {
  color: var(--blue);
  font-family: var(--cabin);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 9px;
  display: block;
}
.job-title-lft p {
  color: #4a4a4a;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  max-width: 90%;
}
.job-titlelink-rgt .carrer-links {
  display: flex;
  justify-content: end;
}
.job-titlelink-rgt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
}
.carrer-location {
  display: flex;
  gap: 8px;
}
.carrer-location h5 {
  color: #4a4a4a;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-width: 240px;
}
.job-titlelink-rgt .carrer-links a {
  border-radius: 50px;
  border: 1px solid var(--blue);
  background: rgba(29, 96, 173, 0.04);
  display: flex;
  padding: 3px 13px;
  width: 58px;
  height: 38px;
}
.job-titlelink-rgt .carrer-links a:hover {
  border: 1px solid var(--blue);
  background: var(--blue);
  transition: 0.4s all;
}
.job-titlelink-rgt .carrer-links a:hover img {
  filter: brightness(0) invert(1);
  transition: 0.4s all;
}
.carreinnr.carrer-location {
  justify-content: center;
  margin-top: 32px;
}
.carreinnr.carrer-location h5 {
  min-width: auto;
}
.career-main-inner {
  background: var(--white);
  padding: 100px 0 60px 0;
}
.career-keyresponsiblity h2 {
  color: var(--black);
  font-family: var(--cabin);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: 136%;
  text-transform: capitalize;
  padding-bottom: 12px;
}
.career-keyresponsiblity p {
  margin-bottom: 30px;
  color: var(--grey);
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%; /* 29.92px */
}
.career-keyresponsiblity li {
  color: var(--grey);
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  margin-bottom: 12px;
}
.career-keyresponsiblity ul {
  padding-left: 35px;
  margin-bottom: 30px;
}
.formareamain {
  padding: 40px;
  border-radius: 20px;
  background: #fafafa;
  margin-top: 60px;
}
.formareamain h2 {
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  background: var(--blue);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 54px;
}
.formareamain h4 {
  color: var(--blue);
  font-family: var(--cabin);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 8px;
}
.formareamain p {
  color: var(--grey);
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
}
.formareamain .gform-theme--framework .gfield_list_group_item::before,
.formareamain
  .gform-theme--framework
  .gform-field-label:where(:not([class*="gform-field-label--type-"])) {
  color: var(--black);
  font-family: var(--cabin);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.formareamain span.gfield_required {
  color: var(--orange);
  font-family: var(--cabin);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.formareamain input,
.formareamain select {
  border-radius: 12px !important;
  border: 1px solid #ccc !important;
  background: #fff !important;
  padding: 13px 20px !important;
  min-height: auto !important;
  height: auto !important;
  box-shadow: none !important;
}
.formareamain input:focus,
.formareamain select:focus {
  box-shadow: none !important;
}
.formareamain option,
.formareamain::placeholder {
  color: var(--grey) !important;
  font-family: var(--cabin) !important;
  font-size: var(--font-18) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 136% !important;
}
.formareamain .gform-theme--foundation .gfield .ginput_password.large,
.formareamain .gform-theme--foundation .gfield input.large,
.formareamain .gform-theme--foundation .gfield select.large {
  color: var(--grey) !important;
  font-family: var(--cabin) !important;
  font-size: var(--font-18) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 136% !important;
}
.formareamain select {
  background: var(--white) url(../image/downarrow.svg) no-repeat !important;
  background-position: center right 10px !important;
}
.formareamain .gform-field-label--type-inline {
  color: var(--grey) !important;
  font-family: var(--cabin) !important;
  font-size: var(--font-22) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 136% !important;
  align-self: center;
}
.formareamain
  .gform-theme--framework
  input[type="checkbox"]:where(
    :not(.gform-theme__disable):not(.gform-theme__disable):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework)
  )::before {
  color: var(--orange);
  font-size: 20px;
}
.formareamain button#gform_browse_button_2_18 {
  background: var(--orange) !important;
  box-shadow: none !important;
  border: none !important;
  outline: 0 !important;
}
.formareamain button#gform_browse_button_2_18:focus {
  box-shadow: none !important;
  border: none !important;
  outline: 0 !important;
}
.formareamain input#gform_submit_button_2 {
  color: var(--white);
  background: var(--orange) !important;
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border: 1px solid var(--orange) !important;
  padding: 13px 45px !important;
  border-radius: 10px !important;
  display: inline-block;
  transition: all 0.4s;
}
.formareamain .gfield-choice-input {
  padding: 10px 20px !important;
}
.formareamain input#gform_submit_button_2:hover {
  background: transparent !important;
  border-color: var(--orange) !important;
  color: var(--black) !important;
  transition: all 0.4s;
}
.formareamain
  .gform-theme--framework
  .gfield:where(
    .gfield--type-fileupload,
    .formareamain.gfield--input-type-fileupload
  )
  .gform_drop_area::before {
  color: var(--blue) !important;
}
span#gform_ajax_spinner_2 {
  display: none !important;
}
.formareamain .gform-theme--foundation .gfield input.medium {
  height: 52px !important;
}

/* revevolve page css */
.page-template-revevolve-landing-page-tmpl header#header {
  display: none;
}
body.page-template-revevolve-landing-page-tmpl {
  background: var(--White);
}
.revevolve-header-one {
  text-align: center;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding-top: 20px;
}
.head-logo {
  text-align: center;
}
.revevolve-footer {
  background: #0c2751;
  padding: 187px 0 0 0;
}
.revevolve-footer-grid {
  display: grid;
  grid-template-columns: 400px auto auto auto;
  grid-column-gap: 167px;
  padding-bottom: 45px;
}
.revevolve-footer-col p {
  color: var(--white);
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding-top: 30px;
}
.revevolve-footer-col h3 {
  color: var(--white);
  font-family: var(--Poppins);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 12px;
}
.revevolve-footer-col li {
  list-style: none;
}
.revevolve-footer-col li a {
  color: var(--white);
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
  display: inline-block;
}
.footer-inn-address-sub a {
  display: flex;
  grid-gap: 8px;
  margin-bottom: 8px;
}
.footer-inn-address-sub a {
  color: var(--white);
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.revevolve-footer-inn-logo-socialmedia li {
  list-style: none;
  border-radius: 50px;
  border: 1px solid #e4e4e4;
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.revevolve-footer-inn-logo-socialmedia ul {
  display: flex;
  align-items: flex-start;
  grid-gap: 12px;
}
.revevolve-footer-inn-logo-socialmedia li a {
  margin-bottom: 0;
}
.revevolve-footer-copyright {
  border-top: 1px solid rgb(255 255 255 / 20%);
}
.footer-copyright-group {
  display: flex;
  justify-content: center;
  padding: 20px 0px;
}
.footer-copyright-group-textone p,
.footer-copyright-group-texttwo p {
  color: var(--white);
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-copyright-group-texttwo p a {
  color: var(--white);
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.revevolve-footer-col li a:hover,
.footer-inn-address-sub a:hover,
.footer-copyright-group-texttwo p a:hover {
  color: var(--green);
  transition: 0.4s all;
}
.footer-inn-address-sub a:hover img {
  filter: brightness(0) saturate(100%) invert(28%) sepia(100%) saturate(3655%)
    hue-rotate(105deg) brightness(97%) contrast(101%);
  transition: 0.4s all;
}
.revevolve-footer-inn-logo-socialmedia li:hover {
  background-color: var(--green);
  border: 1px solid transparent;
  transition: 0.4s all;
}
.revevolve-freetrial .switch-container {
  background: var(--green);
  padding: 60px 80px;
}
.revevolve-freetrial-inn h3 {
  color: var(--white);
  font-family: var(--Poppins);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.revevolve-freetrial-inn .free-trial-btn {
  background: var(--white);
  color: #036;
  text-align: center;
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 18px 36px;
  display: inline-block;
  min-width: 204px;
}
.revevolve-freetrial-inn {
  display: flex;
  grid-gap: 386px;
  align-items: center;
}
.revevolve-freetrial-inn .free-trial-btn:hover {
  background: #036;
  color: var(--white);
  transition: 0.4s all;
}
.revevolve-freetrial {
  margin-bottom: -110px;
  position: relative;
}
.our-recent-post {
  padding: 130px 0;
}
.our-recent-post-mid {
  text-align: center;
  padding-bottom: 50px;
  color: #036;
  text-align: center;
  font-family: var(--Poppins);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.our-recent-post-grid-row {
  display: flex;
  justify-content: space-between;
}
.recent-post-grid-dsc span {
  background: #d4eaff;
  color: var(--black);
  font-family: var(--Poppins);
  font-size: var(--font-16);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  padding: 10px;
  display: inline-block;
}
.recent-post-grid-dsc a h3 {
  color: var(--black);
  font-family: var(--Poppins);
  font-size: var(--font-26);
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  padding: 20px 0 10px 0;
}
.recent-post-grid-dsc a h3:hover {
  color: var(--green);
  transition: 0.4s all;
}
.recent-post-grid-dsc p {
  color: #4a4a4a;
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.recent-post-grid-dsc {
  max-width: 635px;
}
.our-recent-post-grid-row:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.request-demo {
  padding: 130px 0 0 0;
}
.grid-img-box {
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  padding: 40px;
  max-width: 454px;
  position: absolute;
  top: 246px;
  right: 60px;
}
.grid-img-box h3 {
  color: var(--green);
  text-align: left;
  font-family: var(--Poppins);
  font-size: var(--font-26);
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 24px;
}
.grid-img-box ul li {
  color: #036;
  font-family: var(--Poppins);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 15px;
}
.grid-img-box ul {
  padding-left: 30px;
}
.request-demo-inn-grid {
  display: flex;
}
.request-demo-grid-inn-dsc {
  background: #036;
  width: 1122px;
  height: 668px;
  padding: 80px 200px 80px 178px;
  margin-left: -80px;
}
.formtitle h4 {
  color: var(--white);
  text-align: left;
  font-family: var(--Poppins);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 45px;
}
.request-demo-grid-inn-img {
  position: relative;
}
.request-demo-grid-inn-img img {
  width: 100%;
  height: 681px;
  margin-top: 70px;
}
.pricing-plans-table {
  padding: 130px 0 0 0;
}
.our-recent-post-contantmid {
  color: #4a4a4a;
  text-align: center;
  font-family: var(--Poppins);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.pricing-plans-table-inn .our-recent-post-mid {
  padding-bottom: 20px;
}
.table .table-header th {
  background: var(--green) !important;
  color: var(--white) !important;
}
.table .table-header .cell {
  padding: 20px 10px;
}
.pricing-plans-table tr:nth-child(odd) {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  background: #f4f9ff;
}
.pricing-plans-table .table > :not(caption) > * > * {
  background-color: transparent;
}
.pricing-plans-table table th,
table td {
  border: 1px solid #d8d8d8;
}
.pricing-plans-table table th {
  color: var(--white);
  font-family: var(--Poppins);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.pricing-plans-table table th:nth-child(3),
.pricing-plans-table table th:nth-child(4),
.pricing-plans-table table th:nth-child(5) {
  text-align: center;
}
.pricing-plans-table table tr td:nth-child(3),
.pricing-plans-table table tr td:nth-child(4),
.pricing-plans-table table tr td:nth-child(5) {
  text-align: center;
  color: var(--black);
  text-align: center;
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pricing-plans-table table tr td:nth-child(1),
.pricing-plans-table table tr td:nth-child(2) {
  color: #036;
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pricing-plans-table table th:nth-child(4) {
  text-align: center;
  background: #0c2751 !important;
}
.pricing-plans-table table tr td:nth-child(4) {
  background: #0c2751 !important;
  color: var(--white) !important;
}
.pricing-plans-table table tr td:nth-child(4) input[type="checkbox"] {
  accent-color: var(--white) !important;
}
.pricing-plans-table table th span {
  display: block;
  color: var(--white);
  text-align: center;
  font-family: var(--Poppins);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pricing-plans-table input[type="checkbox"] {
  accent-color: var(--green);
  min-width: 20px;
  min-height: 20px;
}
.pricing-plans-table-inn {
  padding-bottom: 50px;
}
.success-stories-slide-contant {
  background: #0c2751;
}
.success-stories-slide-inn {
  display: flex;
}
.success-stories-slide-contant {
  background: #0c2751 url(../image/revvevolvelinecuv.png) no-repeat;
  width: 1308px;
  height: 508px;
  padding: 80px 200px;
  margin-top: 65px;
  margin-right: -200px;
}
.success-stories-slide {
  padding-top: 130px;
}
.success-stories-slide-img img {
  width: 100%;
  height: 501px;
}
.success-stories-slide-contant h3 {
  color: var(--white);
  text-align: left;
  font-family: var(--Poppins);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 20px;
}
.success-stories-slide-contant p {
  color: #d4eaff;
  font-family: var(--Poppins);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 50px;
}
.swiper-slide-top p {
  color: var(--white);
  font-family: var(--Poppins);
  font-size: var(--font-22);
  font-style: italic;
  font-weight: 500;
  line-height: 38px;
  padding: 0;
  width: 745px;
}
.swiper-slide-top {
  display: flex;
  gap: 20px;
  position: relative;
}
.swiper-slide-top::after {
  content: "";
  position: absolute;
  background: var(--green);
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  z-index: -1;
}
.sucess-admin-dsc h5 {
  color: var(--white);
  font-family: var(--Poppins);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.sucess-admin-dsc p {
  color: #d4eaff;
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding: 0;
}
.swiper-slide-addmin {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  padding-left: 80px;
}
.page-template-revevolve-landing-page-tmpl footer {
  display: none;
}
.swiper-slide-top span {
  padding-left: 12px;
}
.success-stories-slidebar .swiper-button-prev:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  bottom: -75px;
  left: 700px;
  border: 1px solid transparent;
  background: #0c2751 url(../image/Framelft.svg) no-repeat center center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
}
.success-stories-slidebar .swiper-button-next:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  text-align: center;
  bottom: -75px;
  left: -90px;
  border: 1px solid transparent;
  background: #0c2751 url(../image/Framergt.svg) no-repeat center center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(217, 217, 217, 0.2);
}
.key-features-main-title h2 {
  color: var(--white);
  text-align: center;
  font-family: var(--Poppins);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding-bottom: 20px;
}
.key-features-main-title p {
  color: var(--white);
  text-align: center;
  font-family: var(--Poppins);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.key-features-main {
  position: relative;
  padding-top: 80px;
}
.key-features-main::after {
  content: "";
  position: absolute;
  background: var(--green);
  width: 100%;
  height: 941px;
  top: 0;
  left: 0;
  z-index: -1;
}
.key-features-grid-box {
  background: var(--white);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  padding: 50px;
  text-align: center;
  position: relative;
}
.key-features-icondsc::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  bottom: 10px;
  right: 10px;
  background: url(../image/Vector-cuv.svg) no-repeat center center;
}
.key-features-main-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 50px;
}
.key-features-icon {
  background: #f7f9f9;
  padding: 15px;
  margin-bottom: 20px;
  display: inline-table;
}
.key-features-icondsc h4 {
  color: #036;
  text-align: center;
  font-family: var(--Poppins);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  padding-bottom: 10px;
}
.key-features-icondsc p {
  color: #4a4a4a;
  text-align: center;
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.key-features-grid-box:hover {
  background: #036;
  transition: 0.4s all;
}
.key-features-grid-box:hover h4,
.key-features-grid-box:hover p {
  color: var(--white);
  transition: 0.4s all;
}
.key-features-grid-box:hover .key-features-icon img {
  background: var(--white);
  transition: 0.4s all;
}
.key-features-grid-box:hover .key-features-icondsc::after {
  display: none;
}
.key-features-grid-box:hover .key-features-icon img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(66%) saturate(2500%)
    hue-rotate(191deg) brightness(98%) contrast(106%);
  background: transparent;
  transition: 0.4s all;
}
.key-features-grid-box:hover:before {
  content: "";
  position: absolute;
  border: 1px solid var(--green);
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  transition: 0.4s all;
}
.powerbtn a {
  background: var(--green);
  padding: 18px 36px;
  display: inline-block;
  color: var(--white);
  text-align: center;
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.powerbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.powerbtn a:hover {
  background: #036;
  transition: 0.4s all;
}
.how-works-box .our-recent-post-mid,
.why-revevolve-section .our-recent-post-mid {
  padding-bottom: 20px;
}
.how-works-box {
  padding: 80px 0 130px 0;
  background-repeat: no-repeat !important;
}
.how-works-box-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 50px;
}
.why-revevolve-section {
  padding: 326px 0 130px 0;
}
.why-revevolve-section-dsc {
  background: #0c2751;
  width: 937px;
  height: 526px;
  padding: 70px 165px 70px 70px;
  margin-top: 50px;
  margin-right: -150px;
}
.why-revevolve-section-grid {
  display: flex;
  margin-top: 50px;
}
.why-revevolve-section-images img {
  width: 100%;
}
.why-revevolve-contant h4 {
  color: var(--white);
  font-family: var(--Poppins);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  padding-bottom: 10px;
}
.why-revevolve-contant p {
  color: #d4eaff;
  font-family: var(--Poppins);
  font-size: var(--font-18);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.why-revevolve-contant:not(:last-child) {
  margin-bottom: 25px;
}
.why-revevolve-contant-head {
  border-left: 1px solid #a5a5a5;
  padding-left: 40px;
}
.why-revevolve-section-images .powerbtn {
  margin-top: 30px;
}
.why-revevolve-contant {
  position: relative;
}

.why-revevolve-contant::before {
  content: "";
  width: 5px;
  height: 98px;
  background: var(--white);
  position: absolute;
  left: -43px;
  top: 0;
  opacity: 0;
}
.why-revevolve-contant.active::before {
  opacity: 1;
}
.revevolve-banner-section {
  height: 918px;
  background-size: cover;
  margin-top: -80px;
}
.revevolve-header-one-inn {
  background: var(--white);
  position: fixed;
  width: calc(100% - 40px);
  padding: 15px 50px;
  z-index: 99;
  filter: drop-shadow(0px 0px 6px rgb(32 33 36 / 28%));
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.revevolve-banner-section-inn {
  padding: 205px 0 0 0;
}
.swiper-slide-banner-middle {
  width: calc(100% - 580px);
  margin: 0 auto;
}
.slide-contant-banner-dsc h2 {
  color: var(--white);
  text-align: center;
  font-family: var(--Poppins);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
  max-width: 1106px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.slide-contant-banner-dsc p {
  color: var(--white);
  text-align: center;
  font-family: var(--Poppins);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 832px;
  margin: 0 auto;
}
.slide-contant-banner-img {
  padding-top: 50px;
}
.revevolve-banner-section-inn .swiper-pagination {
  max-width: 200px;
  height: 100px;
}
.revevolve-banner-section-inn .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: 250px;
  right: 72px;
  width: 60px;
  left: inherit;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--white);
}
.revevolve-banner-section-inn .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: var(--white) !important;
  width: 46px !important;
  border-radius: 10px;
  height: 5px;
}
.revevolve-banner-section-inn .swiper-pagination-bullet {
  width: 25px;
  height: 5px;
  display: inline-block;
  border-radius: 10px;
  background: rgba(217, 217, 217, 0.2);
  opacity: 1;
}
.revevolve-banner-section-inn
  .swiper-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet,
.revevolve-banner-section-inn
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  display: block;
  margin-bottom: 10px;
}
.slide-contant-banner-img img {
  max-height: 514px;
  width: 100%;
  object-fit: contain;
  object-position: top;
}
.formrequest .gform_body input {
  border: 1px solid #2a446e !important;
  background: transparent !important;
  color: #d4eaff !important;
  font-family: var(--Poppins) !important;
  font-size: var(--font-18) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 30px !important;
  min-height: 50px !important;
}
.formrequest .gform_body input:focus,
.formrequest input#gform_submit_button_3:focus {
  box-shadow: none !important;
  outline: none !important;
}
.formrequest .gform-theme--foundation .gform_fields {
  row-gap: 20px !important;
}
.formrequest input#gform_submit_button_3 {
  background: var(--green) !important;
  padding: 18px 36px !important;
  margin-top: 26px !important;
  color: var(--white) !important;
  text-align: center !important;
  font-family: var(--Poppins) !important;
  font-size: var(--font-18) !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
}
.formrequest input#gform_submit_button_3:hover {
  background: var(--white) !important;
  color: var(--green) !important;
  transition: 0.4s all !important;
}
.formrequest .gform-theme--framework .gfield_validation_message {
  margin-top: 0 !important;
}
table * {
  vertical-align: middle;
}
.page-template-about-us-tmpl .offer-title-main h2 {
  color: var(--blue);
  text-align: left;
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 16px;
}

.page-template-about-us-tmpl .offer-title-main p {
  color: var(--grey);
  text-align: left;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  max-width: 850px;
  margin: 0;
  padding-bottom: 0px;
}
.moretextcontent {
  display: none;
}
.newaboutarea {
  background: var(--white);
  padding: 100px 0;
}
.newflex {
  display: grid;
  grid-template-columns: 500px auto;
  grid-gap: 98px;
  align-items: center;
  margin-left: calc((100% - var(--containermax)) / 2);
}
.powecontent h2 {
  color: var(--blue);
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.powecontent p {
  color: #666;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
}
.newkeysec {
  background: var(--white);
  padding: 100px 0;
}
.leftmaster h2 {
  color: var(--blue);
  font-family: var(--cabin);
  font-size: var(--font-56);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.leftmaster img {
  border-radius: 40px;
}
.mastergrid {
  display: grid;
  grid-template-columns: 685px auto;
  grid-gap: 70px;
}
.keytabrera ul li button {
  color: #a4a4a4;
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-22);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 10px 0;
  border-bottom: 1px solid transparent;
  border-radius: 0 !important;
}
.keytabrera ul.nav {
  grid-gap: 28px;
  margin-bottom: 40px;
}
.keytabrera ul li button.active {
  background: transparent !important;
  color: var(--blue) !important;
  border-color: var(--blue) !important;
}
.keytabrera ul li button:hover {
  background: transparent !important;
  color: var(--blue) !important;
  border-color: var(--blue) !important;
}
.newkeyareatab h2 {
  color: var(--blue);
  font-family: var(--cabin);
  font-size: var(--font-40);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.semiloop ul li h3 {
  color: var(--black);
  font-family: var(--cabin);
  font-size: var(--font-24);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 7px;
}
.semiloop ul li p {
  color: var(--grey);
  font-family: var(--cabin);
  font-size: var(--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: 136%;
  padding-bottom: 16px;
}
.semiloop ul li {
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
  position: relative;
  list-style: none;
  padding-left: 30px;
}
.semiloop ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 5px;
  background: url(../image/listitem.svg) no-repeat center center;
}
.semiloop ul li:last-child {
  border-color: transparent;
}
.innerhereoare {
  background-size: cover !important;
  background-position: center center !important;
  height: 970px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerhereoare::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}
.bannertextnew {
  text-align: center;
  position: relative;
  z-index: 2;
}
.bannertextnew h2 {
  color: var(--white);
  text-align: center;
  font-family: var(--cabin);
  font-size: var(--font-84);
  font-style: normal;
  font-weight: 700;
  line-height: 102%;
}
.bannertextnew p {
  color: #eee;
  font-family: var(--cabin);
  font-size: var(--font-28);
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  margin: 32px 0;
}
.bannertextnew .orangebtn:hover,
.bannertextnew .orangebtn:focus {
  background: var(--white);
  color: var(--black);
  border-color: rgb(17 17 17 / 50%);
  transition: all 0.4s;
}
.home header .smalwidth {
  filter: brightness(0) invert(1);
}
.home header.stick-header .smalwidth {
  filter: none;
}
.home .navbar-nav a {
  color: var(--white);
}
.home .current_page_item a,
.home .current-menu-ancestor > a {
  color: var(--orange);
}
.home .sub-menu a:hover {
  color: var(--orange);
}
.home .sub-menu a {
  color: var(--black);
}
.home header.stick-header .navbar-nav a {
  color: var(--black);
}
.home .menu-item-has-children > a::after {
  filter: brightness(0) invert(1);
}
.home header.stick-header .menu-item-has-children > a::after {
  filter: none;
}
.home header.stick-header .sub-menu a:hover {
  color: var(--orange);
}
.home header a.outlinebtn {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}
.home header.stick-header a.outlinebtn {
  border: 1px solid rgb(17 17 17 / 50%);
  color: var(--orange);
  background: transparent;
}
.home header a.outlinebtn:hover{
  background: var(--orange);
  color: var(--white);
  border-color: var(--orange);
}
.home header.stick-header a.outlinebtn:hover{
  background: var(--orange);
  color: var(--white);
  border-color: var(--orange);
}

.home header a.orangebtn:hover{
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
}
.home header.stick-header a.orangebtn:hover{
  border: 1px solid rgb(17 17 17 / 50%);
  color: var(--orange);
  background: transparent;
}
.headerbackbtn, .blankdiv {
  width: 50px;
}
.home header.stick-header .navbar-nav .current-menu-item  a {
  color: var(--orange);
}

/* 11-10-2024 */
.home-hero-main .swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: var(--white) !important;
  width: 46px !important;
  border-radius: 10px;
  height: 5px;
}
.home-hero-main .swiper-pagination-bullet {
  width: 25px;
  height: 5px;
  display: inline-block;
  border-radius: 10px;
  background: rgba(217, 217, 217, 0.2);
  opacity: 1;
}
.home-hero-main .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .home-hero-main .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  display: block;
  margin-bottom: 10px;
}
.home-hero-main .swiper-pagination {
  max-width: 200px;
  height: 100px;
}
.home-hero-main .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: 50%;
  right: 72px;
  width: 60px;
  left: inherit;
}

/* 11-10-2024 */
.whychoosehotel {
  background: #130F0D url(../image/hotelfrem.png) no-repeat;
  padding: 100px 0;
  background-size: cover;
}
.whychoosehotel-inn {
  text-align: center;
}
.whychoosehotel-inn h2{
  color: var(--white);
text-align: center;
font-family: var(--cabin);
font-size: var(--font-56);
font-style: normal;
font-weight: 700;
line-height: normal;
text-transform: capitalize;
padding-bottom: 30px;
}
.whychoosehotel-inn p{
  color: #F2F2F2;
  font-family: var(--cabin);
font-size: var(--font-22);
font-style: normal;
font-weight: 400;
line-height: 136%;
padding-bottom: 15px;
}
.why-choose-hotelvideo {
  padding-top: 65px;
}
.why-choose-hotelvideo img {
  border-radius: 500px;
}

.mobileviewkey{
  display: none;
}
.mobileviewkey .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: var(--orange);
}
.mobileviewkey .accordion-item {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
}
.mobileviewkey .accordion-button:focus {
  box-shadow: none;
}
.mobileviewkey .accordion-button {
  padding: 20px 0;
}
.mobileviewkey .accordion-body{
  padding: 20px 0 0 0;
}
.mobileviewkey .accordion-button {
  color: var(--black);
    font-family: var(--cabin);
    font-size: var(--font-24);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.mobileviewkey .accordion-button::after {
  filter: var(--black) !important;
}
.mobileviewkey .accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(46%) sepia(86%) saturate(4016%) hue-rotate(358deg) brightness(97%) contrast(96%) !important;
}
.newkeyareatab .semiloop ul li:last-child{
  margin-bottom: 0;
}
.innerbaseread b {
  color: var(--black);
}





/* 07-05-2025 */
.testimonial-grid-img{
  display: none;
}
.testimonial-grid {
  grid-template-columns: auto !important;
}
.testinomial-title {
  display: inherit;
  gap: 0px;
}
.titlemain-greypath img {
  display: none;
}
.testimonial-grid-content p {
  max-width: 100%;
}
.testinomialup {
  margin-top: 0;
}
.testimonialcoman .mytestimonial {
  background: url(../image/testinomialpath.png) no-repeat;
  background-size: cover;
  border-radius: 50px;
}
.testimonial-grid-content {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}
.testinomialup {
  padding-bottom: 50px;
}
.testimonialcoman .swiper-button-prev {
  left: calc(640px + 54px);
  bottom: -32px;
}
.testimonialcoman .swiper-button-next {
  left: calc(640px + 127px);
  bottom: -10px;
}
.testinomial-title .titlemain {
  margin-bottom: 30px;
}
.partimages img {
  display: none;
}
.part-mainbox {
  padding: 40px 40px 40px 40px;
}
.mytestinomialmainslider {
  padding-top: 30px;
}