/* bootstrap strat */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  /* all: unset; */
  font-weight: unset;
  line-height: inherit;
}

button {
  outline: none;
  background: none;
  background-color: none;
  border: none;
  color: inherit;
  font-size: inherit;
  transition: all 0.3s ease-in-out;
}

/* html, body {
	overflow-x: hidden;
  }  */

input:hover,
input:focus,
textarea:hover,
textarea:focus,
input,
textarea {
  outline: none;
  /* border: none; */
}

dl,
ol,
ul {
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 0;
}

p {
  margin-bottom: 0;
}

a:hover {
  text-decoration: none !important;
}

a {
  text-decoration: none !important;
}

.upper {
  text-transform: uppercase;
}

.mt-50px {
  margin-top: 50px;
}

.mx-80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mx-20px {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mb-80px {
  margin-bottom: 80px;
}

.mb-20px {
  margin-bottom: 20px;
}

.px-15px {
  padding-left: 15px;
  padding-right: 15px;

}



p a:visited {
  color: unset;
}

.banner-title {
  font-size: 80px;
  color: #fff;
}

a:focus {
  outline: none !important;
}

.w-80 {
  width: 80%;
}

.w-60 {
  width: 60%;

}

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

.img-wp img {
  width: 100%;
}

.img-wp {
  width: 100%;

}

.mt-80px {
  margin-top: 80px;
}

.mt-30px {
  margin-top: 30px;
}

.mt-60px {
  margin-top: 60px;
}

.mb-30px {
  margin-bottom: 30px;
}

.pb-10px {
  padding-bottom: 10px;
}

.pb-20px {
  padding-bottom: 20px;
}

/* bootstrap end */
/* custom css */

:root {
  --primary-color: #110162;
  --border-color: #e5ddf0;
  --body-color: #000;

}

@font-face {
  font-family: "Anton-Regular";
  src: url(../font/Anton-Regular.ttf);
}

@font-face {
  font-family: "Helvetica-Bold";
  src: url(../font/helvetica-255/Helvetica-Bold.ttf);
}

@font-face {
  font-family: "Helvetica";
  src: url(../font/helvetica-255/Helvetica.ttf);
}

@font-face {
  font-family: "Alatsi-Regular";
  src: url(../font/Alatsi/Alatsi-Regular.ttf);
}
@font-face {
  font-family: "raleway-Bold";
  src: url(../font/raleway/Raleway-Bold.ttf);
}
@font-face {
  font-family: "raleway-Regular";
  src: url(../font/raleway/Raleway-Regular.ttf);
}
@font-face {
  font-family: "Raleway-Light";
  src: url(../font/raleway/Raleway-Light.ttf);
}

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

header {
  font-family: "Alatsi-Regular";
}

body {
  font-family: "Helvetica";
  font-size: 16px;
  color: var(--body-color);
}

/* header css */
.tionamv-constisnts {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#primary-menu {
  margin: 0;
  list-style: none;
  display: flex;
  gap: 23px;
}

#primary-menu a {
  color: var(--primary-color);
  font-size: 18px;
}

.slls-dv {
  display: flex;
  gap: 80px;
}

.contact-btn {
  background: var(--primary-color);
  border: 5px solid var(--border-color);
  color: #fff;
  padding: 7px 16px;
  display: inline-block;
  border-radius: 13px;
  font-size: 18px;
}

.contact-btn:hover {
 background: var(--border-color);
    color: #000!important;
    border-color: #110162;
}

.contact-btn .arrows-right {
  margin-left: 5px;
}

.contact-btn:hover .arrows-right {
  filter: invert(1);
}

.slls-dv {
  align-items: center;
}

.menus-topsa {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #110162;

}

.site-header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 20px;
}

.menus-topsa {
  background: #fff;
}


/* header css end */



/* banner css */

.button-global {
  background: var(--primary-color);
  font-size: 16px;
  color: #fff;
  border: 5px solid var(--border-color);
  padding: 15px 40px;
  display: inline-block;
  border-radius: 12px;
  font-family: "Helvetica-Bold";
}

.button-global:hover {
  background: var(--border-color);
  color: #000;
  border-color: #110162;
}

.banner-section-home {
  padding-top: 120px;
  padding-bottom: 120px;
}

.text-banner h2 {
  font-size: 54px;
  color: var(--primary-color);
  font-family: "Alatsi-Regular";
}

.text-banner p {
  font-size: 22px;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.google-good-farms {
  width: 131px;
  margin-left: 26px;
}

.banner-section-home {
  background: linear-gradient(#fff, #fff, #CACAE1);
}

.counter-number {
  font-size: 61px;
  font-family: "Helvetica-Bold";
  color: var(--primary-color);
}

.prefixtext {
  font-size: 28px;
  color: #000;
  color: var(--primary-color);
}

.counter-box {
  text-align: center;
  color: var(--primary-color);
  font-family: "Helvetica-Bold";
  padding: 10px 0;
  border: 1px solid var(--primary-color);
  border-radius: 10px;
}

.titleCounter {
  font-size: 15px;
}

.counter-section {
  margin-top: -74px;
}

.counter-box {
  background: #fff;
}

.text-serviceBlock h2 {
  color: #000;
  font-size: 36px;
  font-family: "Alatsi-Regular";
}

.text-serviceBlock p {
  color: #7A7A7A;
  font-size: 25px;
}

.accordin-icons {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.title-accordina {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-iocn-secvice-accorinan {
  font-size: 20px;
  color: #110162;
  font-family: "Helvetica-Bold";
}

.servicesaccordian {
  border: 1px solid #515151;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 14px;
}

.servicesaccordian.active {
  border: 1px solid #2302C8;
  box-shadow: #11016217;
}

.accordin-icons {
  margin-right: 10px;
}

.accordina-drescriptiond {
  font-size: 16px;
  color: #5A5A5A;
  margin-top: 15px;
}

.accordina-drescriptiond a {
  font-size: 16px;
  color: #110162 !important;
  font-family: "Helvetica-Bold";
  display: inline-block;
  margin-top: 17px;
}

.accordina-drescriptiond a::after {
  content: "\f178";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-left: 10px;

}

.all-accordian-sec-block {
  padding-left: 61px;
}

.service-button {
  margin-top: 20px;
}

.services_block {
  padding-top: 60px;
  padding-bottom: 60px;
}

.key-sklis-icon {
  width: 44px;
  height: 44px;
  object-fit: cover;
}

.single-ins-keys-skils {
  background: #BDBDD624;
  padding: 11px;
  border-bottom: 10px;
  margin-bottom: 21px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
}

.h2s {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  font-family: "Alatsi-Regular";
}

.h2s span {
  color: #2302c8;
  display: block;
  margin: 0;
}

.h3s {
  color: #110162;
  font-size: 25px;
  font-family: "Helvetica-Bold";
}

.all-skilwed-keys-section {
  margin-top: 20px;
}

.single-button-tab {
  display: block;
  text-align: center;
  border: 1px solid #000000;
  box-shadow: 0px 7px 11px #1101624A;
  font-size: 22px;
  padding: 10px;
  text-transform: uppercase;
  font-family: "Helvetica-Bold";
}

.titlesetion {
  margin-bottom: 30px;
}

.single-button-tab.active-tab {
  background: #110162;
  color: #fff;
}

.single-button-tab {
  margin-bottom: 20px;
}

.all-tabcontant0section {
  padding-left: 30px;
  height: 100%;
  position: relative;
}

.drivesection-home {
  background: linear-gradient(#B098D321, #fff);
  padding-top: 60px;
  padding-bottom: 60px;
}

.all-tabcontant0section::after {
  background: linear-gradient(#f5f2f9, #110162, #f5f2f9);
  width: 2px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.col-md-6.odds {
  order: -1;
}

.why-chooseUs-title {
  font-size: 25px;
  background: #110162;
  color: #fff;
  width: fit-content;
  padding-left: 10px;
  padding-right: 10px;
}

.schrabtext {
  font-size: 96px;
  font-family: "Alatsi-Regular";
}

.schrabtext {
  color: transparent;
  -webkit-text-stroke: 1.2px #110162;
}

.whyChooseUstext-bloack {
  font-size: 19px;
  margin-bottom: 30px;
}

.textblock-why-chooseuss h3 {
  font-size: 34px;
  color: #000;
  font-family: "Helvetica-Bold";
}

.bloaks-text img {
  width: 100%;
}

.single-Timeline {
  padding-bottom: 50px;
}

.col-md-6.odds .bloaks-text {
  padding-right: 30px;
}

.col-md-6.odds-txt .textblock-why-chooseuss {
  padding-left: 30px;
}

.col-md-6.eventext-txt .textblock-why-chooseuss {
  padding-right: 30px;
}

.col-md-6.eventext .bloaks-text {
  padding-left: 30px;
}

.single-Timeline {
  position: sticky;
  top: 0;
}

.single-Timeline {
  position: sticky;
  top: 121px;
}

.single-line-blocksTimeLine {
  height: 100%;
  width: 1px;
  left: 50%;
  position: absolute;
  background: #110162;
  transform: translateX(-50%);
  top: 0;
}

.dots-stickydots {
  width: 20px;
  height: 20px;
  position: sticky;
  background: #fff;
  border-radius: 50%;
  border: 5px solid #000;
  margin-left: auto;
  margin-right: auto;
  z-index: 99999;
  top: 116px;
}

.dots-stickydots {
  width: 20px;
  height: 20px;
  position: sticky;
  background: #fff;
  border-radius: 50%;
  border: 5px solid #000;
  margin-left: auto;
  margin-right: auto;
  z-index: 99999;
  top: 50%;
}

.alltimeLine {
  position: relative;
}

.whychooseUs_bgiamge {
  position: absolute;
  right: 0px;
  top: 0px;
}

.whyChooose_us {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background: linear-gradient(#B098D329, #fff);
}

.howItWorks {
  background: linear-gradient(#B098D33D, #fff);
  padding-top: 80px;
  padding-bottom: 80px;
}

.rondedimage {
  position: relative;
}

.rondedimage {
  position: relative;
  width: fit-content;
}

.roundedimg-arrow {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  left: 0;
  top: 0;
}

.image-bgchnage {
  position: relative;
}

.rondedimage {
  padding: 130px;
  margin-left: auto;
}

.howItWorks .textblock-why-chooseuss p {
  font-size: 22px;
  margin-bottom: 20px;
}

.single-howItHowksdiv {
  position: sticky;
  top: 150px;
}

.text-block-howark {
  display: flex;
  gap: 39PX;
}

.stp-boxs {
  background: #110162;
  color: #fff;
  width: 54px;
  text-align: center;
  border-radius: 5px;
  padding-top: 5px;
  padding-bottom: 4px;
  font-weight: bold;
}

.single-howItHowksdiv::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #110162;
  left: 26px;
  top: 0;
}

.stp-boxs {
  position: relative;
}






/* circuller text */


.circle-container {
  position: relative;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.center-text {
  position: absolute;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #0a0044;
}

.center-text small {
  display: block;
  font-size: 0.6rem;
  font-weight: normal;
  color: #333;
}

.circle-text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotate 10s linear infinite;
}

.circle-text span {
  position: absolute;
  left: 50%;
  transform-origin: 0 75px;
  /* Adjust for circle radius */
  font-size: 0.8rem;
  color: #555;
  letter-spacing: 2px;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.satisfieldtext {
  font-size: 9px;
  color: #000;
}

.ceocirculertextBloks .center-text small {
  display: inline-block;
}

.ceocirculertextBloks {
  display: flex;
  gap: 30px;
  margin-top: 28px;
}

.center-text {
  font-size: 44px;
  color: #110162;
  font-family: "Helvetica-Bold";
}

.ceocirculertextBloks .center-text small {
  display: inline-block;
  font-size: 25px;
  position: relative;
  top: -6px;
  margin-left: 5px;
  color: #110162;
  font-family: "Helvetica-Bold";
}

.phone_iocn_ceo {
  width: 60px;
}

.h2s.phoneNUmber-Ceo {
  color: #100161;
}

.h2s.phoneNUmber-Ceo ::after {
  content: "";
  width: 104px;
  height: 5px;
  background: #110162;
  display: block;
  margin-left: 73px;
  margin-top: -8px;
}

.h2s.phoneNUmber-Ceo {
  margin-bottom: 26px;
}

.ceotexttags {
  font-size: 19px;
}

.ceotexttags {
  font-size: 19px;
  margin-bottom: 55px;
}

.side-image-rounder {
  width: 30%;
}

.ceoImg {
  width: 69%;
}

.ceobutton .button-global {
  width: 100%;
  text-align: center;
}

.ceobutton {
  width: 69%;
}

.ceobutton::before {
  content: "";
  width: 50%;
  height: 33px;
  display: block;
  border-right: 2px dashed #110162;
}

.dashad-borderImagfe::after {
  content: "";
  width: 30%;
  height: 0px;
  border-bottom: 2px dashed #110162;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -14px;
}

.side-image-rounder {
  margin-top: -48px;
  margin-left: -16px;
}

.dashad-borderImagfe {
  position: relative;
}

.ceoImg {
  position: relative;
}

.Ceosection {
  background: #E8E1F063;
  padding-top: 80px;
  padding-bottom: 80px;
}





/* he */



.verticals-section {
  position: relative;
  width: 100%;
  height: 306px;
  background: #BDBDD624;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.verticals-center-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 119px;
  height: 119px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.verticals-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 119px;
  height: 119px;
  border: 5px solid #0d0b52;
  border-radius: 50%;
  background: #E6E6EF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #0d0b52;
  z-index: 10;
  animation: radarShadows 3s infinite ease-in-out;
}

@keyframes radarShadows {
  0% {
    box-shadow:
      0 0 0 0 rgba(13, 11, 82, 0.4),
      0 0 0 10px rgba(13, 11, 82, 0.3),
      0 0 0 20px rgba(13, 11, 82, 0.2),
      0 0 0 30px rgba(13, 11, 82, 0.1);
  }

  100% {
    box-shadow:
      0 0 0 20px rgba(13, 11, 82, 0),
      0 0 0 40px rgba(13, 11, 82, 0),
      0 0 0 60px rgba(13, 11, 82, 0),
      0 0 0 80px rgba(13, 11, 82, 0);
  }
}

.vertical-box {
  position: absolute;
  padding: 10px 15px;
  border: 2px solid #0d0b52;
  border-radius: 8px;
  background: white;
  color: #0d0b52;
  font-weight: bold;
  white-space: nowrap;
  transition: all 2.5s ease-in-out;
}

.our_industryTxt h2 {
  color: #000;
  font-size: 36px;
  font-family: "Alatsi-Regular";
}


.our_industryTxt h2 {
  color: #000;
  font-size: 36px;
  font-family: "Alatsi-Regular";
  margin-bottom: 10px;
}

.our_industryTxt p {
  font-size: 19px;
}

.our_industryTxt {
  max-width: 886px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 47px;
}

.our_industry_verticals {
  padding-top: 80px;
  padding-bottom: 80px;
}

.verticals-center-wrapper {
  background: #f6f6f9;
}

.site-header {
  z-index: 9999;
}


.single-testimonails {
  padding: 40px;
  border: 1px solid #110162;
  border-radius: 30px;
  margin-bottom: 30px;
}

.read-more-btn {
  color: #110162;
  margin-top: 20px;
}

.single-testimonails {
  position: relative;
}

.quote_image {
  position: absolute;
  top: -25px;
  right: 26px;
  transition: all 0.3s ease-in-out;
}

.quote_image img {
  width: 61px;
  background: #fff;
}

.single-testimonails.active {
  background: #E8E1F063;
  border: 1px solid #0000;
}

.single-testimonails.active .quote_image img {
  width: 94px;
  background: none;
}

.single-testimonails.active .quote_image {
  top: 6px;
}

.single-testimonails {
  transition: all 0.3s ease-in-out;
}

.all-stars {
  transition: 0.3s;
  font-size: 15px;
  margin-top: 4px;
  margin-bottom: 10px;
}

.h2s.text-center.testimonisld-titleSection {
  font-size: 30px;
  color: #100161;
}

.h2s.text-center.subtitle-titleSection {
  margin-bottom: 40px;
}

.testimaolsi-all-div {

  padding-top: 21px;
  scrollbar-color: #110162 #0000;
  scrollbar-width: thin;
}

.single-testimonails.active .all-stars {
  transition: 0.3s;
  font-size: 25px;
  margin-top: 8px;
  margin-bottom: 10px;
}

.testimonials-home-page {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-sectionstext h4 {
  font-size: 24px;
  color: #110162;
  font-weight: bold;
  margin-bottom: 10px;
}

.contact-sectionstext p {
  font-size: 19px;
}

.inputfld,
.wpcf7-form-control.wpcf7-tel.wpcf7-text.wpcf7-validates-as-tel {
  width: 100%;
  padding: 10px;
  margin-bottom: 30px;
  background: #0000;
  border: 1px solid #000;
}

.wpcf7-form-control.wpcf7-textarea.inputfld.textbox {
  width: 100%;
  height: 166px;
}

.inputs-diascv {
  display: flex;
  font-size: 19px;
}

.inputs-diascv {
  display: flex;
  font-size: 19px;
}

.new-tehs p {
  font-size: 16px;
}

.inputs-diascv .wpcf7-form-control.wpcf7-file.FileUpader {
  font-size: 18px;
  /* width: 96px; */
}

.new-tehs {
  width: 81%;
}

.inputs-divsc {
  display: flex;
}

.inputs-diascv {
  margin-bottom: 26px;
}

.inputs-divsc {
  gap: 40px;
}

.eenvelopIcon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-contacts_contact {
  background: #110162;
}

.bootom-textx-enveloptxct {
  text-align: center;
  color: #fff;
  font-size: 21px;
}

.sidebar-contacts_contact a {
  font-size: 31px;
  color: #fff;
}

.eenvelopIcon {
  color: #fff;
  border-radius: 50%;
  border: 2px solid #fff;
  font-size: 22px;
  margin-left: auto;
  margin-right: auto;
}

.sidebar-contacts_contact {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 80px;
}

.inputs-divsc {
  gap: 31px;
}

.tetx-nr {
  font-size: 24px;
  margin-top: 9px;
  margin-bottom: 23px;
}

.contact-links {
  color: #110162;
  font-size: 20px;
  border-radius: 50px;
  padding: 13px 26px;
  border: 1px solid;
  display: inline-block;
}

.text-blks-dj {
  margin-top: 23px;
}

.text-sidebar-color-light {
  background: #E8E1F063;
  padding: 25px;
}

.contact-sectionstext h4 {
  margin-bottom: 25px;
}

.form {
  margin-top: 48px;
}

.inputs-diascv {
  margin-bottom: 29px;
}

.contact-section {
  background: #F2F2FA;
}

.contact-sectionstext {
  padding-top: 80px;
}


.numbes-phone {
  font-size: 35px;
  color: #100061;
  font-weight: bold;
}

.numbes-phone img {
  width: 45px;
}

.all-text-and-links ul {
  list-style: none;
}

.all-text-and-links ul {
  list-style: none;
}

.all-text-and-links ul li {
  position: relative;
}

.all-text-and-links ul li::after {
  content: "\f178";
  font-family: 'Font Awesome 6 Free';
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 22px;
  color: #c3c3c3;
}

.all-text-and-links ul li {
  position: relative;
  padding-left: 38px;
  font-size: 21px;
  margin-bottom: 11px;
  color: #110162;
}

.all-text-and-links {
  padding-top: 29px;
  margin-top: 49px;
  border-top: 1px solid #110162;
}

.contact-section {
  padding-bottom: 80px;
}


.footer-bg-section {
  background: #110162;
  color: #fff;
}

.section-footer-menus ul {
  list-style: none;
  margin-bottom: 30px;
}

.section-footer-menus ul {
  list-style: none;
  margin-bottom: 30px;
  font-size: 14px;
}

.menu-title-footer {
  font-size: 16px;
  font-family: "Alatsi-Regular";
  font-weight: bold;
  margin-bottom: 13px;
}

.footer-titleMain {
  font-size: 18px;
  font-family: "Alatsi-Regular";
  font-weight: bold;
}

.footer-titleMain::after {
  content: "";
  width: 34px;
  height: 3px;
  background: #fff;
  display: block;
  border-radius: 5px;
}

.footer-titleMain {
  margin-bottom: 33px;
}

.socialMediasection-footer a {
  display: inline-flex;
  height: 33px;
  width: 33px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}

.logo-and-social-media {
  text-align: center;
}

.socialMediasection-footer {
  margin-top: 20px;
}

.footerButtons a {
  display: inline-block;
  background: #fff;
  padding: 10px 32px;
  border-radius: 50px;
  color: #110162;
}

.footerboottoomm {
  display: flex;
  gap: 33px;
}

.goodfirms-logo img {
  max-width: 134px;
  width: 100%;
}

.footerlocations {
  width: 41%;
}

.footerboottoomm {
  justify-content: space-between;
}

.footerboottoomm {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #FFF;
}

.copy-right-txt {
  text-align: center;
  background: #CACAE1;
  padding: 10px;
  color: #110162;
}

.footer-bg-section {
  padding-top: 60px;
  padding-bottom: 40px;
}

.banner-section-home.inner-page {
  padding-top: 90px;
  padding-bottom: 90px;
}

.banner-section-home.inner-page {
  background: linear-gradient(#B098D31C, #fff);
}

.banner-section-home.inner-page {
  background: linear-gradient(#E8E1F0, #fff, #fff);
  box-shadow: 0px 0px 10px #0000001C;
}





.accordinf-tiytle {
  color: #110162;
  font-size: 24px;
  font-family: "Helvetica-bold";
}

.h2s.text-center.courcporety {
  margin-top: 37px;
  color: #110162;
}

.accordinf-tiytle {
  margin-bottom: 20px;
}

.singleaccoring-arrows-with-ioncs.coreval-accordion-item {
  background: #E8E1F063;
  margin-bottom: 20px;
  padding: 20px;
}

.accorinans-heasders-texta-icons.coreval-accordion-header.d-flex.align-items-center.active span {
  color: #110162;
  font-size: 20px;
  font-family: "Helvetica-bold";
}

.accorinan-coreval-text.coreval-accordion-content {
  font-size: 15px;
  margin-top: 5px;
}

.corval-sections {
  padding-top: 80px;
  padding-bottom: 80px;
}


.Our_core_values.value-container {
  position: relative;
  width: 120px;
  height: 120px;
}

.Our_core_values .main-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #1d0078;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
  opacity: 0.2;
  z-index: 1;
}

/* Smooth fading sequence */
.Our_core_values .main-circle.fade1 {
  animation: fadeInOut 8s ease-in-out infinite;
}

.Our_core_values .main-circle.fade2 {
  animation: fadeInOut 8s ease-in-out infinite;
  animation-delay: 2s;
}

.Our_core_values .main-circle.fade3 {
  animation: fadeInOut 8s ease-in-out infinite;
  animation-delay: 4s;
}

.Our_core_values .main-circle.fade4 {
  animation: fadeInOut 8s ease-in-out infinite;
  animation-delay: 6s;
}

@keyframes fadeInOut {

  0%,
  100% {
    opacity: 0.2;
  }

  10% {
    opacity: 1;
  }

  25% {
    opacity: 0.2;
  }
}

.Our_core_values .rotating-arc-wrapper {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 140px;
  height: 140px;
  animation: spin 6s linear infinite;
  z-index: 2;
}

.Our_core_values .reverse-spin {
  animation: spin-reverse 6s linear infinite;
}

.Our_core_values .half-arc {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border-top: 5px solid #1d0078;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  clip-path: inset(0 0 50% 0);
}

.Our_core_values .dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #1d0078;
  border-radius: 50%;
  margin-top: -10px;
}

.Our_core_values .dot-left {
  top: 15px;
  left: 35px;
}

.Our_core_values .dot-right {
  top: 15px;
  right: 35px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-reverse {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.single-line-blocksTimeLine {
  z-index: 999;
}

.single-Timeline {
  position: sticky;
  top: 121px;
  background: linear-gradient(#fff0 10%, #fff, #fff, #fff, #fff, #fff);
}

.site-header {
  z-index: 999999999;
}

.single-howItHowksdiv {
  background: linear-gradient(#fff0, #ece6f5, #ece6f4, #ece6f4, #ece7f5, #fff);
}

.rondedimage {
  transform-origin: center center;
  transition: transform 0.3s ease;
}

.inner-page-content-all-page ul {
  font-size: 18px;
  margin-bottom: 30px;
}


/* about page */




.text-singels.right-buttoins-4 {
  position: relative;
  /* margin-left: 284px; */
}

.page-id-235 .Ceosection {
  background: #fff;
}

.page-id-235 .Ceosection .ceotexttags p {
  margin-bottom: 25px;
}

.page-id-235 .ceotexts {
  padding-top: 90px;
}

.text-section-our-mission h2 {
  color: #110162;
  font-size: 36px;
  font-family: "Alatsi-Regular";
}

.text-section-our-mission h3 {
  font-size: 27px;
  font-family: "Helvetica-Bold";
}

.text-section-our-mission-image img {
  border-radius: 5px;
  border: 1px solid #000;
}

.text-section-our-mission-image {
  border: 2px dashed #2302C8;
  padding: 37px;
}

.text-section-our-mission-image img {
  border-radius: 5px;
  border: 1px solid #000;
  box-shadow: 0px 4px 30px -5px #B098D373;
}

.text-section-our-mission p {
  color: #444;
  font-size: 21px;
}

.text-section-our-mission h3 {
  font-size: 27px;
  font-family: "Helvetica-Bold";
  margin-bottom: 25px;
}

.text-section-our-mission h2 {
  margin-bottom: 18px;
}

.text-section-our-mission {
  padding-left: 55px;
}

.our_mission_about {
  background: #E8E1F030;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-speakOut-texts {
  margin-bottom: 42px;
}

.singgle-blaks-hover-blocks {

  background-size: 100%;
  background-color: #000000ab;
  background-blend-mode: color;
  color: #fff;
  padding: 23px;
  margin-bottom: 20px;
  min-height: 255px;
  border-radius: 10px;
  transition: 0.6s;
}

.singgle-blaks-hover-blocks h3 {
  font-size: 40px;
  font-family: "Helvetica-Bold";
  transition: 0.6s;
}

.singgle-blaks-hover-blocks p {
  font-size: 18px;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}

.singgle-blaks-hover-blocks:hover p {
  opacity: 1;
  visibility: visible;
  transition: 0.6s;
}

.singgle-blaks-hover-blocks:hover h3 {
  font-size: 30px;
  font-family: "Helvetica-Bold";
  transition: 0.6s;
}

.textesh.whyChooseUstext-bloack {
  margin-top: 30px;
}

.why_choose_us2_about {
  padding-top: 80px;
  padding-bottom: 80px;
}

.singgle-blaks-hover-blocks:hover {
  background-size: 106% !important;
}

.why_choose_us2_about {
  background: #E8E1F066;
  overflow: hidden;
}

.page-id-235 .newsletter-field {
  padding-bottom: 80px;
  padding-top: 80px;
}

.all-section-about-team {
  padding: 20px;
  position: relative;
  border: 1px solid #110162;
}

.all-section-about-team {
  padding: 20px;
  position: relative;
  border: 1px solid #110162;
  border-radius: 15px;
}

.man-image {
  width: 100%;
  height: 291px;
  background: #000;
  border-radius: 10px;
  object-fit: cover;
}

.rounded-hollowdots {
  position: absolute;
  width: 24px;
  background: #fff;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #110162;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
}

.rounded-hollowdots.rightdoyt {
  left: unset;
  right: -12px;
}

.singleFull-dots {
  position: absolute;
  width: 16px;
  background: #110162;
  height: 16px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);

}

.all-section-about-team.CeoInter .singleFull-dots {
  bottom: -8px;
}

.all-section-about-team {
  margin-bottom: 50px;
}

.dotbuttons-dashsCEO {
  border-bottom: 2px dashed #110162;
  width: 857px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.all-section-about-team {
  margin-bottom: 50px;
  margin-left: 10px;
  margin-right: 10px;
}

.all-section-about-team.CeoInter::before {
  content: "";
  width: 2px;
  height: 50px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
  z-index: -1;
  border-left: 2px dashed #110162;

}

.singleFull-dots.inners2s {
  top: -8px;
}

.all-section-about-team.innerss {
  margin-bottom: 10px;
}

.hirebuttons.position-relative {
  margin-bottom: 50px;
}

.singleFull-dots.inners2s {
  top: -8px;
}

.all-section-about-team.innerss::after {
  content: "";
  width: 1px;
  height: 50px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
  z-index: -1;
  border-left: 2px dashed #110162;
}

.hirebuttons.position-relative {
  margin-left: 10px;
  margin-right: 10px;
}

.thetyu-jr {
  font-size: 18px;
  font-family: "Alatsi-Regular";
  display: block;
  text-align: center;
  padding: 11px;
  background: #110162;
  color: #fff;
  border-radius: 9px;
}

.thetyu-jr:hover {
  background: #1c00ac;
  color: #fff;
}

.designations-aboytslk {
  position: absolute;
  /* font-size: 20px; */
  font-family: "Alatsi-Regular";
  color: #fff;
  bottom: 27px;
  text-align: center;
  width: 100%;
  left: 0;
}

.overlayoverimagsvce {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background: #0000008a;
  position: absolute;
  left: 20px;
  top: 20px;
  border-radius: 10px;
}

.all-section-about-team.CeoInter .sesignnaiton-ceo {
  width: fit-content;
  padding: 5px 20px;
  background: #ffffff69;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
}

.all-section-about-team.CeoInter .name-Ceos {
  font-size: 28px;
}

.MeetOutteam-div h3 {
  text-align: center;
  font-size: 35px;
}

.MeetOutteam-div .h2s.text-center {
  color: #110162;
}

.MeetOutteam-div p {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.MeetOutteam-div {
  padding-bottom: 50px;
}


.contant-div-single p {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
}

.text-and-blos-blocks-singelpage {
  padding: 40px;
  background: #E8E1F033;
}

.add_toaddmny-blaiek a span {
  border-radius: 50% !important;
}

.wp-block-group.bacoks-Blog {
  background: #E8E1F07A;
  margin-top: 50px;
  padding: 0px;
}

.wp-block-group.bacoks-Blog h2 {
  font-size: 22px;
  font-family: "Helvetica-Bold";
  background: #B098D338;
  padding: 10px 20px;
  margin-bottom: 34px;
}

.wp-block-group.bacoks-Blog ul {
  padding: 20px;
}

.wp-block-group.bacoks-Blog ul li {
  display: flex;
  gap: 20px;
}

.wp-block-group.bacoks-Blog ul li .wp-block-latest-posts__post-title {
  width: 70%;
}

.wp-block-group.bacoks-Blog ul li .wp-block-latest-posts__featured-image {
  width: 30%;
}

.wp-block-group.bacoks-Blog ul li {
  margin-bottom: 22px;
}

.wp-block-group.bacoks-Blog ul li:last-child {
  margin-bottom: 0px;
}

.wp-block-group.bacoks-Blog .wp-block-archives-dropdown.wp-block-archives {
  padding: 35px 20px;
  padding-top: 35px;
  padding-top: 0;
}

.wp-block-group.bacoks-Blog #wp-block-archives-2 {
  width: 100%;
  padding: 17px;
  background: #110162;
  color: #fff;
  border: none;
  border-radius: 9px;
}
.wp-block-archives-dropdown select {
    width: 100%;           
    max-width: 100%;     
    border-radius: 6px;   
    border: 1px solid #ccc;
    font-size: 16px;
    background-color: #fff;
    box-sizing: border-box;
}

.bacoks-Blog-searchs .wp-block-search__inside-wrapper {
  border: 2px solid #110162;
  border-radius: 5px;
  overflow: hidden;
}

.bacoks-Blog-searchs #wp-block-search__input-1 {
  padding: 8px 12px;
  color: #110162;
}

.bacoks-Blog-searchs .wp-block-search__button.has-icon.wp-element-button {
  background: #110162;
  fill: #fff !important;
}

.bacoks-Blog-searchs .wp-block-search__button.has-icon.wp-element-button .search-icon {
  fill: #fff;
}

.blog-boxes-div.blog-single-page {
  padding-top: 80px;
  padding-bottom: 80px;
}

.sidebar-widget {
  padding-left: 30px;
}

.add_toaddmny-blaiek a span svg {
  width: 29px !important;
}

.add_toaddmny-blaiek a span {
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
}

.categotybloclsk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  border: 1px solid #110162;
  border-radius: 4px;
}

.add_toaddmny-blaiek .a2a_kit.a2a_kit_size_40.addtoany_list {
  line-height: 0 !important;
}

.cats-blcoks span {
  font-weight: bold;
  color: #110162;
}

.h2s.blog-singlepage.text-center {
  font-size: 20px;
  color: #110162;
  margin-bottom: 15px;
}

.contant-div-single p,
.contant-div-single ul,
.contant-div-single ol {
  margin-bottom: 20px;
}

.single-blog-metafield.text-center {
  font-size: 16px;
  margin-bottom: 19px;
}

.w-100.single-page-featuredimage {
  margin-bottom: 28px;
}

.wp-block-group.bacoks-Blog ul {
  padding-top: 0;
}

.readmorebtn-listing-page {
  margin-top: 19px;
  font-weight: bold;
  color: #110162;
  margin-bottom: 40px;
}

.blog-boxes-div {
  padding-top: 80px;
  padding-bottom: 80px;
}

.date-blog-sys {
  color: #110162;
  margin-bottom: 5px;
}

.title-blog-secrion {
  font-weight: bold;
  color: #110162;
  margin-bottom: 10px;
}

.theimage-Blog {
  border-radius: 8px;
  height: 150px;
  object-fit: cover;
}

.text-banner h2 {
  font-size: 41px;
  color: var(--primary-color);
  font-family: "Anton-Regular";
  font-weight: 800;
  text-transform: capitalize;
}

.container {
  max-width: calc(100% - 250px);
}

.page-id-15 .banner-section-home {
  padding-top: 25vh;
  padding-bottom: 25vh;
}

.counter-section .container {
  max-width: calc(100% - 450px);
}

.banner-section-home.inner-page {
  padding-top: 141px;
  padding-bottom: 141px;
}

.thet-image {
  text-align: right;
}

.banner-section-home .thet-image img {
  width: 100%;
}

.single-bathe-hnr {
  padding: 39px;
  border: 1px solid #110162;
  border-radius: 5px;
}

.single-bathe-hnr p {
  font-size: 18px;
}

.single-bathe-hnr h3 {
  font-size: 33px;
  color: #110162;
  font-family: "Helvetica-Bold";
  margin-bottom: 10px;
}

.single-bathe-hnr h3 {
  font-size: 45px;
  color: #110162;
  font-family: "Helvetica-Bold";
  margin-bottom: 10px;
}

.single-bathe-hnr p,
.single-bathe-hnr ul {
  font-size: 26px;
}

.all-tech-stack-page ul {
  list-style: none;
}

.all-tech-stack-page ul li {
  margin-bottom: 20px;
}

.inner-block-buttonCase-page .button-global {
  width: 100%;
  text-align: center;
}

.inner-block-buttonCase-page {
  margin-left: -85px;
}

.single-bathe-hnr {
  padding-right: 133px;
}

.singel-CaseStudy-blocks {
  margin-bottom: 35px;
}

.singel-CaseStudy-blocks:last-child {
  margin-bottom: 0px;
}

.sectionCaseStydypage {
  padding-top: 80px;
  padding-bottom: 80px;
}

.all-tech-stack-page {
  margin-top: 20px;
}

.download-sticky {
  position: sticky;
  top: 200px;
}

#breadcrumbs {
  font-size: 24px;
  font-weight: bold;
}

.page-id-15 .banner-section-home {
  padding-top: 25vh;
  padding-bottom: 25vh;
  background: url(https://rishfotech.com/rishfotech-new-dev/wp-content/uploads/2025/09/c129f95dcb3f54ebe8799f92195f3be6a11f83d1.png);
  background-size: cover;
  background-position: bottom;
}

.service-description1.pagePhp-sec p {
  margin-bottom: 20px;
}

.service-description1.pagePhp-sec h2 {
  font-size: 40px;
  color: #110162;
  font-family: "Alatsi-Regular";
}

.single-tabservices {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 16px;
  padding: 10px;
  box-shadow: 0px 0px 10px #1101624A;
  border-radius: 12px;
  border: 1px solid #110162;
  margin-bottom: 20px;
  font-weight: bold;
  cursor: pointer;
}

.tab-buttons-services {
  display: flex;
  flex-wrap: wrap;
}

.single-tabservices {
  width: 47%;
}

.tab-buttons-services {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
}

.single-tabservices.active {
  background: #110162;
  color: #fff;
}

.single-tabservices.active .iocns-buttons {
  filter: brightness(0) invert(1);
}

.single-content-tab-sections-services h3 {
  font-size: 23px;
  color: #110162;
  font-family: "Helvetica-Bold";
  margin-bottom: 20px;
}

.h2s.tab-const-heading span {
  display: inline-block;
  color: #110162;
  margin-bottom: 20px;
}

.tab-section-ser-tab {
  padding-top: 80px;
  padding-bottom: 80px;
}

.speakOutthe_sect5ion .text-singels {
  position: relative;
}

.speakOutthe_sect5ion .divall-buttons-dv-soing.slidetriir .text-singels::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #110162;
  position: absolute;
  border-radius: 50%;
  right: -11px;
  top: 50%;
  transform: translateY(-50%);
}

.text-singels {
  background: #f6f3f9;
  position: relative;
  z-index: 1;
}

.sseparedted-blocks.button-padding-divs-lef0::after {
  content: "";
  width: calc(100% - 222px);
  height: 3px;
  position: absolute;
  background: #110162;
  right: 50px;
  top: 18px;
  background: linear-gradient(to right, #110162, #0000003d);
}

.sseparedted-blocks.button-padding-divs-lef0 {
  position: relative;
}

.sseparedted-blocks.button-padding-divs-lef0::before {
  content: "";
  width: 3px;
  height: 38px;
  position: absolute;
  background: #110162;
  right: 35px;
  top: 13px;
  rotate: -45deg;
  background: linear-gradient(#0000003d, #110162);
}

.sseparedted-blocks.button-padding-divs-lef1::before {
  content: "";
  width: calc(100% - 268px);
  height: 3px;
  position: absolute;
  right: 50px;
  top: 6px;
  background: linear-gradient(to right, #110162, #0000003d);
}

.sseparedted-blocks.button-padding-divs-lef1::after {
  content: "";
  width: 3px;
  height: 38px;
  position: absolute;
  right: 35px;
  top: 1px;
  rotate: -45deg;
  background: linear-gradient(#0000003d, #110162);
}

.sseparedted-blocks.button-padding-divs-lef2::after {
  content: "";
  width: calc(100% - 340px);
  height: 3px;
  position: absolute;
  right: 23px;
  top: 10px;
  background: linear-gradient(to right, #110162, #0000003d);
}

.sseparedted-blocks.button-padding-divs-lef1 {
  position: relative;
}

.sseparedted-blocks.button-padding-divs-lef2 {
  position: relative;
}

.sseparedted-blocks.button-padding-divs-lef3 {
  position: relative;
}

.sseparedted-blocks.button-padding-divs-lef3::before {
  content: "";
  width: 3px;
  height: 38px;
  position: absolute;
  right: 35px;
  top: -13px;
  rotate: 45deg;
  background: linear-gradient(#110162, #0000003d);
}

.sseparedted-blocks.button-padding-divs-lef3::after {
  content: "";
  width: calc(100% - 268px);
  height: 3px;
  position: absolute;
  right: 50px;
  top: 18px;
  background: linear-gradient(to right, #110162, #0000003d);
}

.sseparedted-blocks.button-padding-divs-lef4 {
  position: relative;
}

.sseparedted-blocks.button-padding-divs-lef4::after {
  content: "";
  width: calc(100% - 222px);
  height: 3px;
  position: absolute;
  right: 50px;
  top: 18px;
  background: linear-gradient(to right, #110162, #0000003d);
}

.sseparedted-blocks.button-padding-divs-lef4::before {
  content: "";
  width: 3px;
  height: 38px;
  position: absolute;
  background: #110162;
  right: 35px;
  top: -13px;
  rotate: 45deg;
  background: linear-gradient(#110162, #0000003d);
}

.divall-buttons-dv-soing.slidetriir.rigjts .text-singels::before {
  right: unset;
  left: -11px;
}

.sseparedted-blocks.button-padding-divs0::after,
.sseparedted-blocks.button-padding-divs1::after,
.sseparedted-blocks.button-padding-divs2::after,
.sseparedted-blocks.button-padding-divs3::after,
.sseparedted-blocks.button-padding-divs4::after {
  content: "";
  width: 3px;
  height: 38px;
  position: absolute;
  background: #110162;
  left: 35px;
  top: 13px;
  rotate: 45deg;
  background: linear-gradient(#0000003d, #110162);
}

.sseparedted-blocks {
  position: relative;
}

.sseparedted-blocks.button-padding-divs0::before,
.sseparedted-blocks.button-padding-divs1::before,
.sseparedted-blocks.button-padding-divs2::before,
.sseparedted-blocks.button-padding-divs3::before,
.sseparedted-blocks.button-padding-divs4::before {
  content: "";
  width: calc(100% - 313px);
  height: 3px;
  position: absolute;
  background: #110162;
  left: 50px;
  top: 18px;
  background: linear-gradient(to right, #0000003d, #110162);
}

.sseparedted-blocks.button-padding-divs1::before {
  left: 50px;
  top: 7px;
  width: calc(100% - 349px);
}

.sseparedted-blocks.button-padding-divs3::before {
  width: calc(100% - 222px);
  left: 50px;
  top: 18px;
}

.sseparedted-blocks.button-padding-divs4::before {
  width: calc(100% - 222px);
  left: 50px;
  top: 18px;
}

.sseparedted-blocks.button-padding-divs2::before {
  width: calc(100% - 440px);
  left: 22px;
  top: 13px;
}

.sseparedted-blocks.button-padding-divs3::before {
  width: calc(100% - 355px);
  left: 50px;
  top: 21px;
}

.sseparedted-blocks.button-padding-divs1::after {
  left: 35px;
  top: 3px;
}

.sseparedted-blocks.button-padding-divs3::after {
  left: 35px;
  top: -10px;
  rotate: -45deg;
  background: linear-gradient(#110162, #0000003d);
}

.sseparedted-blocks.button-padding-divs2::after {
  display: none;
}

.sseparedted-blocks.button-padding-divs4::before {
  width: calc(100% - 300px);
  left: 50px;
  top: 18px;
}

.sseparedted-blocks.button-padding-divs4::after {
  left: 35px;
  top: -14px;
  rotate: -45deg;
  background: linear-gradient(#110162, #0000003d);
}

.topheaders-testimonails {
  padding: 20px;
  background: #F1EBFF;
  border-radius: 20px;
}

.all-setarts-with-logos-tyhv {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  color: #110162;
}

.sesignation0temp {
  font-size: 20px;
}

.testimonial-text {
  padding: 20px;
  padding-top: 20px;
  padding-top: 0px;
}

.single-testimonailshnage-css {
  box-shadow: 0px 0px 10px #0003;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}

.row-thjjhgkjt {
  gap: 20px;
  column-count: 3;
}

#masthead #quadmenu {
  background-color: rgba(255, 0, 46, 0) !important;
  background: #fff;
}

#masthead #quadmenu a,
#masthead #quadmenu a span {
  color: #110162 !important;
  background: #fff !important;
}

#masthead #quadmenu a:hover,
#masthead #quadmenu a span:hover {
  background: #fff;
  color: #4d23d6 !important;
}

#masthead #quadmenu .quadmenu-container {
  position: unset !important;
}

#masthead .quadmenu-navbar-nav {
  position: unset !important;
}

#masthead #quadmenu.quadmenu-is-horizontal .quadmenu-navbar-nav li.quadmenu-item>.quadmenu-dropdown-menu {
  width: 100% !important;
}

#masthead #quadmenu {
  position: unset !important;
}

#masthead #quadmenu_0 {
  position: unset !important;
}

#masthead .tionamv-constisnts .topmenus #quadmenu div {
  position: unset !important;
}

#masthead .tionamv-constisnts .topmenus #quadmenu div #dropdown-1105 {
  position: absolute !important;
}

.blog-boxes-div.blog-single-page.contant-div-single h1 {
  font-size: 34px;
  color: #110162;
  font-family: "Alatsi-Regular";
}

.blog-boxes-div.blog-single-page.contant-div-single ol,
.blog-boxes-div.blog-single-page.contant-div-single ul {
  padding-left: 20px;
}

.job-single-page .awsm-job-single-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}

.job-single-page .awsm-job-single-wrap .awsm-job-content {
  width: 60%;
}

.job-single-page .awsm-job-single-wrap .awsm-job-form {
  width: 38%;
}

.job-single-page .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner {
  background: #E8E1F063;
}

.job-single-page .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner input {
  padding: 10px;
  border: 1px #000 solid;
}

.job-single-page .awsm-job-single-wrap .awsm-job-form .awsm-job-form-inner #awsm-application-submit-btn {
  background: #110162;
  color: #fff;
  border: 0px #e5ddf0 solid;
  border-radius: 8px;
  padding: 20px 40px;
  font-weight: bold;
}

.awsm-job-form-inner h2 {
  font-family: "Alatsi-Regular";
}

.alljobs {
  padding: 80px 0px;
}

.alljobs .awsm-job-item {
  border: 1px solid #110162 !important;
}

.alljobs .awsm-job-item .awsm-job-post-title {
  font-size: 18px;
  font-family: "Helvetica-Bold";
  color: #110162;
}

.alljobs .awsm-job-item .awsm-job-specification-wrapper,
.alljobs .awsm-job-item span {
  font-size: 16px;
  color: #000;
}

.alljobs .awsm-job-item .awsm-job-more-container span {
  font-size: 17px;
  margin-top: 9px;
  display: inline-block;
  font-family: "Helvetica-Bold";
  color: #110162;
}

.key-sklis-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.services_block .service-button {
  text-align: left;
}

.answrBlocks {
  display: none;
}

.qstnblocks {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  font-size: 17px;
  font-family: "Helvetica-Bold";
}

.text-blocks-hjj {
  transition: 0.6s;
  background: #54488E7A;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}

.FaqAll-pagesection {
  background: #E8E1F063;
  padding-top: 80px;
  padding-bottom: 80px;
}

.single-accordians-blocks {
  background: #fff;
  border: 1px solid #110162;
  border-radius: 12px;
  padding: 14px;
}

.single-accordians-blocks {
  background: #fff;
  border: 1px solid #110162;
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 26px;
}

.answrBlocks {
  font-size: 17px;
  margin-top: 20px;
  border-top: 1px solid #000;
  padding-top: 23px;
}

.sparkels-blocks {
  width: 32px;
}

.faqsparkels {
  width: fit-content;
  padding: 15px 25px;
  padding-right: 25px;
  background: #B098D357;
  border-radius: 50px;
  font-size: 27px;
  font-family: "Alatsi-Regular";
  padding-right: 50px;
}

.text-text-FQtegs p {
  font-size: 22px;
  margin-top: 19px;
  margin-bottom: 45px;
}

.faqsparkels {
  margin-bottom: 27px;
}

.text-text-FQtegs .h2s {
  font-size: 46px;
}

.text-text-FQtegs .h2s span {
  color: #110162;
}

.single-accordians-blocks.active .allArrows-blockss .text-blocks-hjj {
  background: #110162;
  rotate: 180deg;
}

.clients_we_ve_served_homesde img {
  height: 62px;
  width: 200px;
  object-fit: contain;
  object-position: center;
}

.clients_we_ve_served_sliders {
  padding-top: 26px;
}

.clients_we_ve_served_homesde {
  padding-top: 80px;
  padding-bottom: 80px;
}

.icon-textbandtitke-career {
  display: flex;
  gap: 31px;
}

.icon-textbandtitke-career h3 {
  font-size: 25px;
  color: #110162;
  font-family: "Helvetica-Bold";
  margin-bottom: 8px;
}

.Section-why-us p {
  font-size: 18px;
  margin-bottom: 42px;
}

.textblcokss a {
  font-size: 22px;
  font-family: "Helvetica-Bold";
}

.textblcokss {
  height: 100%;
  padding-bottom: 50px;
  position: relative;
}

.textblcokss::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  right: -3px;
  top: 0;
  background: #110162;
}


.single-otds {
  background: #fff;
  height: 22px;
  position: sticky;
  top: 205px;
  width: 23px;
  border-radius: 50%;
  border: 5px solid #000;
  z-index: 99;
  margin-left: 97%;
}

.textblcokss {
  padding-right: 20px;

}

.texgjdk.our_industryTxt {
  max-width: 100%;
}

.texgjdk.our_industryTxt p {
  margin-bottom: 21px;
}

.texgjdk.our_industryTxt {
  margin-bottom: 0;
}

.section-baekc-srgrt {
  margin-bottom: 80px;
}

.the-20the {
  position: absolute;
  width: 100%;
  height: 100%;
}

.the-20the {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}


.tjeihe {
  width: 80%;
  margin-left: 12px;
}

.stestbasjek {
  position: relative;
  height: fit-content;
  padding: 14px;
}


.single-bloiks-syhe:last-child {
  padding-bottom: 0px;
}

.text-bliks-v {
  font-size: 18px;
}

.Section-why-us .why-chooseUs-title {
  margin-bottom: 14px;
}

.image-blciks-csem {
  position: sticky;
  top: 121px;
}

.textblcokss {
  position: relative;
  height: 100%;
}

.all-text-lte-jr {
  padding-right: 50px;
}

.deniftsection-Blocks {
  padding-top: 40px;
}

.tow-images {
  margin-top: 1.35%;
}

.half-imageblocks {
  width: 100%;
  height: 231px;
  object-fit: cover;
}

.tow-images {
  margin-top: 26px;
}

.Full-imageblocks {
  height: 488px;
  width: 100%;
  object-fit: cover;
}

.secrvices-blaosk {
  padding-top: 80px;
  padding-bottom: 80px;
}

.newsletter-field.carreeerrrpage {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bloaks-div-asccmc.our_industryTxt {
  max-width: 100%;
  margin-bottom: 36px;
}

.single-bloiks-syhe.in-center {
  color: #110162;
}

.tow-images.dfd {
  margin: 0px;
}

.basljuek p {
  font-weight: bold;
}

.blocks-nummebs {
  display: flex;
  background: #E8E1F063;
  padding: 17px;
  border-radius: 6px;
  gap: 13px;
  align-items: center;
}

.blocks-nummebs {
  margin-bottom: 25px;
}

.basljuek p {
  margin-bottom: 20px;
}

.all-blksjsn {
  overflow: hidden;
}

.lassingle-blickstext.textblock-why-chooseuss p {
  font-size: 16px;
  margin-top: 10px;
}

.col-md-6.order-md-1.rightbordr {
  padding-right: 47px;

}

.col-md-6.leftbordr {

  padding-left: 47px;
}

.imagejyu-yrj.imge-lftre {
  padding-right: 47px;
}

.bclosk-yjejthe {
  position: relative;
}

.bclosk-yjejthe::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #100161;
  position: absolute;
  left: 50%;
  transform: translateX(50%);
  top: 0;
}

.arrows-bloskjkeh {
  width: 30px;
  height: 30px;
  background: #fff;
  border-right: 2px solid #110162;
  border-bottom: 2px solid #110162;
  rotate: -45deg;
  margin-left: auto;
  margin-right: -19px;
  position: relative;
  top: 9px;
  z-index: 2;
}

.single-blicks-theskj {
  margin-bottom: 40px;
}

.imagejyu-yrj.imge-rightre {
  padding-left: 50px;
}

.slickyblocks {
  position: sticky;
  top: 50%;
  z-index: 9;
}

.bclosk-yjejthe {
  margin-top: 40px;
}

.secton-ceolotr-je {
  margin-top: 53px;
}

.arrows-bloskjkeh {
  width: 30px;
  height: 30px;
  background: #fff;
  border-right: 2px solid #110162;
  border-bottom: 2px solid #110162;
  rotate: -45deg;
  margin-left: auto;
  margin-right: -30px;
  position: relative;
  top: 9px;
  z-index: 2;
}

.inge-hovbes img,
.withouthover img {
  width: 52px;
}

.single-blicks-hoiverr {
  background: #E8E1F063;
  border: 1px solid #110162;

}

.cont0-hover-block {
  font-size: 38px;
  color: #11016275;
  font-family: "Helvetica-Bold";
}

.withouthover h2 {
  font-size: 17px;
  font-family: "Helvetica-Bold";
}

.cont0-hover-block {
  padding-bottom: 30px;
}

.number-cont-and-title,
.number-cont-and-title h2 {
  font-size: 23px;
  font-family: "Helvetica-Bold";
}

.topvar-hovsedctiuon {
  display: flex;
  justify-content: space-between;
}

.text-blocks-thoveshe {
  font-size: 17px;
}

.withoiver-sluen {
  display: none;
}

.bloack-section-hover {
  display: flex;
}

.single-blicks-hoiverr {
  width: 12%;
  transition: 0.6s;
  padding: 15px;
}

.single-blicks-hoiverr.active {
  width: 50%;
  background: #110162;
  color: #fff;
}

.topvar-hovsedctiuon {
  margin-bottom: 20px;
}

.single-blicks-hoiverr.active .withouthover {
  display: none;
}

.single-blicks-hoiverr.active .withoiver-sluen {
  display: block;
}

.number-cont-and-title {
  display: flex;
  gap: 25px;
}

.topvar-hovsedctiuon img {
  filter: brightness(0) invert(1);
}

.arrow {
  width: 38px;
  height: 37px;
  border: 2px solid #110162;
  margin-left: auto;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.topvar-hovsedctiuon {
  margin-bottom: 20px;
}

.arrow {
  margin-top: 21px;
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.single-blicks-hoiverr {
 
  overflow: hidden;
}

.single-blicks-hoiverr {
  position: relative;
}

.single-blicks-hoiverr {
  padding-bottom: 58px;
}

.slider-section-on-hover {
  padding-top: 80px;
  padding-bottom: 80px;
}

.thets-bolaks {
  margin-bottom: 20px;
}

.desktopmenus .ps-scrollbar-y-rail {
  display: none !important;
}

.desktopmenus #dropdown-1105 .quadmenu-item-content {
  padding: 0px !important;
  font-family: "Helvetica";
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  font-size: 16px !important;
}

.desktopmenus .image.wp-image-2343.attachment-medium.size-medium.quadmenu-lazyload {
  width: 100%;
}

.quadmenu-row.ps-container.ps-theme-default h4 a {
  font-family: "Helvetica-Bold";
  font-size: 20px;
}

.the-videoVoxeps {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;

}

.counter-section {
  position: relative;
  z-index: 2;
}

#bannenr-chnagetext {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  height: 1.2em;
 color: #fff;
}

#bannenr-chnagetext span {
  display: block;
  animation: slideText 12s infinite;
  color: #fff;
}


#banner-headingHome {
  font-family: "raleway-Regular" !important;
    font-size: 36px  !important;
}
#banner-headingHome {
  font-family: "raleway-Regular" !important;
  font-size: 36px !important;
  font-style: italic;
}
#bannenr-chnagetextz {
   font-family: "raleway-Bold";
   font-style: normal;
}
.button-global.homebannrer-blik {
  background: var(--border-color);
  color: var(--primary-color);
}
#paragHoe_banner {
    font-family: "raleway-Regular" !important;
}
.button-global.homebannrer-blik:hover {
  background: #fff0;
  color: #000!important;
  border: 2px solid #fff;
}
.single-howItHowksdiv:last-child::before {
  display: none;
}
@keyframes slideText {
  0% {
    transform: translateY(0%);
  }

  16% {
    transform: translateY(0%);
  }

  20% {
    transform: translateY(-100%);
  }

  36% {
    transform: translateY(-100%);
  }

  40% {
    transform: translateY(-200%);
  }

  56% {
    transform: translateY(-200%);
  }

  60% {
    transform: translateY(-300%);
  }

  76% {
    transform: translateY(-300%);
  }

  80% {
    transform: translateY(-400%);
  }

  96% {
    transform: translateY(-400%);
  }

  100% {
    transform: translateY(0%);
  }
}

.page-id-15 .banner-section-home {
  padding-top: 17vh;
  padding-bottom: 17vh;
}


#masthead #quadmenu a, #masthead #quadmenu a span {
  color: #110162 !important;
  background: #fff !important;
  font-family: "Helvetica" !important;
  font-size: 14px;
}

#dropdown-1105 h4 a {
  font-size: 16px !important;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 23px !important;
  display: block;
}
#dropdown-1105 .h2s {
  font-size: 27px !important;
  margin-top: 21px;
}
#masthead #quadmenu .menu-button-menu-mega.button-global {
  font-size: 16px;
  background: #110162 !important;
  display: inline-block !important;
  padding: 15px 30px;
  color: #fff !important;
  border-radius: 5px;
  margin-top: 22px;
}
#masthead #quadmenu .image.wp-image-2343.attachment-medium.size-medium.quadmenu-lazyload {
  width: 100% !important;
}
#masthead #quadmenu  #menu-item-2354 {
  margin-top: 30px !important;
}
#masthead #quadmenu  #menu-item-1115 {
  border-left: 1px solid #000 !important;
  border-right: 1px solid #000 !important;
}
#masthead #quadmenu  #menu-item-1116 {
  border-right: 1px solid #000 !important;
}
.image-bgchnage {
  max-width: 292px;
  border-radius: 20px;
}

.text-singels.left-buttoins-0 {
  margin-left: auto;
  margin-right: 354px;
}
.text-singels.right-buttoins-0 {
  margin-left: 354px;
}

.text-singels.left-buttoins-1 {
  margin-left: auto;
  margin-right: 246px;
}
.text-singels.right-buttoins-1 {
  margin-left: 246px;
}
.text-singels.left-buttoins-2 {
  margin-left: auto;
  margin-right: 111px;
}
.text-singels.right-buttoins-2 {
  margin-left: 111px;
}


.text-singels.left-buttoins-0 {
  margin-left: auto;
  margin-right: 167px;
}
.text-singels.right-buttoins-0 {
  margin-left: 167px;
}

.text-singels.left-buttoins-1 {
  margin-left: auto;
  margin-right: 135px;

}
.text-singels.right-buttoins-1 {
  margin-left: 135px;
}
.text-singels.left-buttoins-2 {
  margin-left: auto;
  margin-right: 59px;
}
.text-singels.right-buttoins-2 {
  margin-left: 59px;
}

.sseparedted-blocks.button-padding-divs2::before {
  width: 52px;
}
.sseparedted-blocks.button-padding-divs-lef1::before , .sseparedted-blocks.button-padding-divs1::before{
  width: 102px;
}
.sseparedted-blocks.button-padding-divs0::before , .sseparedted-blocks.button-padding-divs-lef0::after {
  width: 129px;
}

.sseparedted-blocks.button-padding-divs-lef2::after {
  width: 52px;
}
.sseparedted-blocks.button-padding-divs2::before {
  width: 52px;
}
#dropdown-1105 {
  border-top: 5px solid #110162 !important;
}
.google-icon {
  width: 18px;
  height: auto !important;
  object-fit: contain;
}
.tionamv-constisnts .custom-logo {
  width: 154px;
}
.button-global.homebannrer-blik:hover {
  color: #fff !important;
}
.clients_we_ve_served_homesde {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 1900px) {

  .text-banner h2 {
    font-size: 63px;
  }
}

@media screen and (max-width: 1440px) {
  .container {
    max-width: calc(100% - 120px);
  }

  .counter-section .container {
    max-width: calc(100% - 343px);
  }

  .single-bathe-hnr h3 {
    font-size: 33px;

  }

  .single-bathe-hnr p,
  .single-bathe-hnr ul {
    font-size: 18px;
  }

  .casestudist_webimage {
    margin-bottom: 26px;
  }
}


@media screen and (max-width: 1252px) {
  .container {
    max-width: calc(100% - 69px);
  }

  .counter-section .container {
    max-width: calc(100% - 243px);
  }
.accordinf-tiytle {
    color: #110162;
    font-size: 20px;
}

.slls-dv {
  display: flex;
  gap: 24px;
}
}




@media screen and (max-width: 1064px) {
#masthead #quadmenu a span {
  padding-left: 5px;
  padding-right: 5px;
}
#masthead #quadmenu .quadmenu-caret {
  background: none !important;
  right: -11px;
}
#quadmenu .quadmenu-navbar-toggle .icon-bar-top, #quadmenu .quadmenu-navbar-toggle .icon-bar-middle, #quadmenu .quadmenu-navbar-toggle .icon-bar-bottom {
  height: 4px;
  border-radius: 1px;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  background: #110162 !important;
}
#quadmenu .quadmenu-navbar-toggle {
  margin-left: 9px !important;
  margin-right: 9px !important;
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
  #quadmenu .quadmenu-navbar-toggle {
    position: fixed !important;
    top: 40px;
    right: 206px;
  }

  .container {
    max-width: calc(100% - 30px);
  }

  .counter-section .container {
    max-width: calc(100% - 243px);
  }


.rondedimage {
  position: relative;
  padding: 36px;
  overflow: hidden;
}
.image-bgchnage {
  max-width:223px;
  border-radius: 20px;
}
.roundedimg-arrow {
  object-fit: contain;
}
.rondedimage {
  padding: 112px 57px;
  margin:auto;
}
.image-bgchnage {
  max-width: 165px;
  border-radius: 20px;
}
  .counter-section .container {
    max-width: calc(100% - 0px);
  }
  .google-good-farms {
  width: 131px;
  margin-left: 12px;
  margin-top: 12px;
}
#banner-headingHome {
  font-family: "raleway-Regular" !important;
  font-size: 25px !important;
  font-style: italic;
}
.circle-container {
  position: relative;
  width: 96px;
  /* height: 96px; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.center-text {
  font-size: 34px;
  color: #110162;
  font-family: "Helvetica-Bold";
}
.sidebar-contacts_contact a {
  font-size: 21px;
  color: #fff;
}
.h2s {
  font-size: 28px;
  font-family: "Alatsi-Regular";
}
.tetx-nr {
  font-size: 17px;
  margin-top: 9px;
  margin-bottom: 23px;
}
.contact-links {
  font-size: 13px;
}

#masthead .tionamv-constisnts .topmenus #quadmenu div #dropdown-1105 {
  position: relative !important;
}
#dropdown-1105 li {
  width: 100% !important;
  max-width: 100% !important;
}
#masthead .tionamv-constisnts .topmenus #quadmenu #quadmenu_0 {
 
  position: fixed !important;
 
}
  /* #masthead .tionamv-constisnts .topmenus #quadmenu #quadmenu_0 {
    position: fixed !important;
    width: 100%;
    left: 0;
    height: 100%;
    overflow: scroll;
  } */
/* css by muskan */
.all-accordian-sec-block {
  padding-left: 0px;
  padding-top: 20px;
}
.submitbtn-newsletter {
    width: 80%;
}

.single-bathe-hnr {
    padding-right: 10px;
    padding-left: 10px;
}
.casestudist_webimage {
        margin-bottom: 26px;
        margin-top: 26px;
    }
.inner-block-buttonCase-page{
    margin-top: 10px;
    margin-left: 0px;
}
.menu-title-footer {
    font-size: 16px;
    font-family: "Alatsi-Regular";
    font-weight: bold;
    margin-bottom: 13px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.section-footer-menus ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    font-size: 14px;
    gap: 20px;
    justify-content: center;
}
.footer-titleMain {
    text-align: center;
}
.footer-titleMain::after {
    margin: auto;
    margin-top: 10px;
}
.footerlocations {
    /* width: 41%; */
    text-align: center;
}
.footerboottoomm {
    display: grid;
    place-items: center;
}
.inputs-diascv .wpcf7-form-control.wpcf7-file.FileUpader {
  font-size: 18px;
  width: 96px;
}
.title-iocn-secvice-accorinan {
    font-size: 14px;
}
.accordin-icons{
    width: 34px;
    height: 50px;
    object-fit: contain;
}
.inputs-diascv {
    display: grid;
    font-size: 19px;
}
.inputs-diascv .wpcf7-form-control.wpcf7-file.FileUpader {
        font-size: 18px;
        width: 260px;
    }
.inputs-divsc {
    gap: 31px;
    margin-bottom: 20px;
    }
.numbes-phone {
    font-size: 18px;
}
.numbes-phone img {
    width: 25px;
}
.counter-box{
  margin-top:20px;
}
.counter-number{
  font-size:30px;
}
.prefixtext {
    font-size: 18px;
}
.text-text-FQtegs .h2s {
    font-size: 28px;
}
.text-text-FQtegs p {
    font-size: 16px;
    margin-top: 19px;
    margin-bottom: 20px;
}
.h2s span {
    display: inline;
}
.schrabtext{
    font-size: px;
}
.verticals-section {
    margin-top: 40px;
}
.text-banner h2{
    font-size: 32px;
}
 .text-banner p {
    font-size: 18px;
 }
 #breadcrumbs {
    font-size: 20px;
 }
 .button-global{
    padding: 12px 12px;
    font-size: 14px;
 }
 .our_industryTxt h2{
    font-size: 26px;
 }
 .our_industryTxt p {
    font-size: 16px;
}
.single-otds{
  display: none;
}
.textblcokss::before{
  display:none;
}
.textblcokss {
    padding-right: 0px;
    padding-top: 10px;
}
.lassingle-blickstext.textblock-why-chooseuss p {
    font-size: 20px;
    margin-top: 0px;
}
.textblock-why-chooseuss h3{
  margin-top: 10px;
  font-size: 26px;
}
.h2s {
        font-size: 24px;
       
    }
.h3s {
    font-size: 20px;
}
.phone_iocn_ceo {
    width: 40px;
}
.contact-sectionstext h4 {
    font-size: 20px;
}
.sesignation0temp{
  font-size:14px;
}
.testimonial-text {
   font-size: 14px;
}
.text-serviceBlock h2{
font-size: 24px;
}
.text-serviceBlock p {
    font-size: 16px;
}
.whyChooseUstext-bloack  {
    font-size: 16px;
}
.ceotexttags{
  font-size: 16px;
}
.contact-sectionstext p {
    font-size: 16px;
}
.text-section-our-mission {
    padding-left: 0px;
}
.text-section-our-mission h2{
    font-size: 26px;
    margin-bottom: 0px;
}
.text-section-our-mission h3{
    font-size: 20px;
     margin-bottom: 0px;
}
 .text-section-our-mission p {
    color: #444;
    font-size: 15px;
}
.singgle-blaks-hover-blocks:hover h3{
    font-size: 20px;
}
.singgle-blaks-hover-blocks h3{
    font-size: 18px;
}
.singgle-blaks-hover-blocks p {
    font-size: 15px;
}
.MeetOutteam-div h3 {
    text-align: start;
    font-size: 24px;
}

.MeetOutteam-div p {
    font-size: 16px;
    font-weight: bold;
    text-align: start;
    margin-bottom: 40px;
}
.all-text-and-links ul li {
    font-size: 14px;
}
.all-text-and-links ul li::after{
    font-size: 13px;
}
.bootom-textx-enveloptxct {
    font-size: 14px;
}
.bloaks-div-asccmc.our_industryTxt{
  margin-bottom: 1px;
}
.col-md-6.odds-txt .textblock-why-chooseuss{
  padding-left:0px;
}
.dots-stickydots{
  display: none;
}
 .col-md-6.eventext .bloaks-text {
    padding-left: 0px;
    margin-top: 20px;
}
.footerlocations {
  width: 100%;
}
.new-tehs{
  width: 100%;
}

#quadmenu .quadmenu-navbar-toggle .icon-bar-top, #quadmenu .quadmenu-navbar-toggle .icon-bar-middle, #quadmenu .quadmenu-navbar-toggle .icon-bar-bottom {
  height: 4px;
  border-radius: 1px;
  left: 0;
  position: absolute;
  display: block;
  width: 100%;
  background: #110162 !important;
}
#quadmenu .quadmenu-navbar-toggle {
  margin-left: 9px !important;
  margin-right: 9px !important;
  margin-top: 9px !important;
  margin-bottom: 9px !important;
}
#quadmenu  .quadmenu-navbar-toggle {
  position: fixed !important;
  top: -77px;
  right: 182px;
}
  #masthead #quadmenu .quadmenu-caret {
    background: none !important;
    right: -3px;
  }
  #quadmenu .quadmenu-navbar-nav li {
  border-bottom: 1px solid #00000014 !important;
  margin: 0px !important;
}
#masthead .tionamv-constisnts .topmenus #quadmenu div #dropdown-1105 {
  border-top: 5px solid #110162 !important;
  height: auto !important;
  position: relative !important;
  left: 0 !important;
  transform: none !important;
}
#masthead .tionamv-constisnts .topmenus #quadmenu div #dropdown-1105 .quadmenu-row {
  display: block !important;
}
 /* #masthead .tionamv-constisnts .topmenus #quadmenu #quadmenu_0 {
    position: fixed !important;
    width: 100%;
    left: 0;
    max-height: 800px !important;
    overflow: scroll;
    box-shadow: 0px 0px 5px #000 !important;
  } */
  .man-image{
    height: auto;
  }
  .howItWorks .textblock-why-chooseuss p {
    font-size: 18px;
    margin-bottom: 20px;
}
.why-chooseUs-title {
    font-size: 20px;
}
.textblock-why-chooseuss h3 {
        /* margin-top: 10px; */
        font-size: 20px;
}
.single-howItHowksdiv {
    position: relative;
}
.lassingle-blickstext.textblock-why-chooseuss p{
  font-size: 18px;
}
.our_industryTxt p {
        font-size: 18px;
    }
 .our_industryTxt h2 {
        font-size: 20px;
    }
    .single-button-tab{
      font-size:18px;
    }
        .h3s {
        font-size: 18px;
    }
    .schrabtext{
      font-size:60px;
    }
    .contact-sectionstext h4 {
        font-size: 18px;
    }

    #masthead .tionamv-constisnts .topmenus #quadmenu #quadmenu_0  {
         position: fixed !important;
            width: calc(100% - 28px);
            left: 50% !important;
            transform: translateX(-50%);
            top: 59px;
            border-radius: 9px;
    }

     #quadmenu .quadmenu-navbar-toggle {
    position: fixed !important;
    top: 40px;
    right: 206px;
  }
 #masthead .tionamv-constisnts .topmenus #quadmenu #quadmenu_0 {
    position: fixed !important;
    width: calc(100% - 28px);
    left: 50% !important;
    transform: translateX(-50%);
    top: 119px;
    border-radius: 9px;
    background: #000;
    max-height: 65vh;
    box-shadow: 0px 0px 10px #000;
  }
  #dropdown-1105 .h2s {
  font-size: 20px !important;
  margin-top: 0;
  margin-bottom: 0px !important;
}

.quadmenu-item-widget.widget.widget_text {
  padding-left: 7px !important;
}
#masthead #quadmenu a, #masthead #quadmenu a span {
  color: #110162 !important;
  background: #fff !important;
  font-family: "Helvetica" !important;
  font-size: 14px !important;
}
#masthead #quadmenu #menu-item-2354 {
  margin-top: 0 !important;
}
#quadmenu.quadmenu-default_theme:not(.quadmenu-is-horizontal) .quadmenu-navbar-nav li.quadmenu-item .quadmenu-item-widget {
  padding: 15px 15px 15px 15px;
}

  #quadmenu .quadmenu-navbar-toggle {
    position: fixed !important;
    top: 42px;
    right: 204px;
  }
}
@media screen and (max-width: 748px) {
    .counter-section .container {
    max-width: calc(100% - 90px);
  }
.banner-section-home .thet-image img {
    width: 100%;
    display: none;
}
.row-thjjhgkjt {
    gap: 20px;
    column-count: 1;
}
.sidebar-contacts_contact {
    margin-top: 20px;
}
.dotbuttons-dashsCEO {
     border-bottom: none;
}
.arrows-bloskjkeh {
    display: none;
}
.bclosk-yjejthe::after {
    display: none;
}
.image-blciks-csem {
  display:none;
}
.the-button-sets {
    margin-bottom: 20px;
}

.textblcokss{
  padding-bottom: 0px;
}
.single-line-blocksTimeLine{
  display: none;
}
.single-line-blocksTimeLine{
  display: none;
}
.ceocirculertextBloks{
  display: grid;
   place-content: center;
  gap: 25px;
}
.bloack-section-hover {
    display: inline;
}
.single-blicks-hoiverr {
    padding-bottom: 2px;
}
.single-blicks-hoiverr {
    width: 100%;
    transition: 0.6s;
    padding: 15px;
}
.single-blicks-hoiverr.active {
    width: 100%;
}
.cont0-hover-block {
    padding-bottom: 0px;
}
.cont0-hover-block {
    font-size: 25px;
}
.page-id-15 .banner-section-home {
  padding-top: 168px;
  padding-bottom: 130px;
}

.all-HowitWorks.position-relative {
  width: 100%;
  overflow: hidden;
}
.howItWorks {
  background: linear-gradient(#B098D33D, #fff);
  padding-top: 60px;
  padding-bottom: 60px;
}
.desktopmenus .custom-logo {
  width: 108px;
}
.text-block-howark {
  display: flex;
  gap: 15PX;
}
.single-howItHowksdiv {
  position: sticky;
  top: 0;
}
  .counter-section .container {
    max-width: calc(100% - 7px);
  }
  .counter-section .counter-box {
  height: 100%;
  padding: 10px;
}
.titleCounter {
  font-size: 12px;
}
.counter-section .col-md-3.col-6 {
  margin-bottom: 15px;
}
.menus-topsa {
  padding: 6px;
  border-radius: 10px;
  border: 1px solid #110162;
}
.contact-btn .arrows-right {
  display: none;
}
.contact-btn {
  background: var(--primary-color);
  border: 5px solid var(--border-color);
  color: #fff;
  padding: 7px 10px;
  display: inline-block;
  border-radius: 13px;
  font-size: 15px;
}
  #quadmenu .quadmenu-navbar-toggle {
    position: fixed !important;
    top: 27px;
    right: 133px;
  }
    #banner-headingHome {
    font-family: "raleway-Regular" !important;
    font-size: 23px !important;
    font-style: italic;
  }
    #banner-headingHome {
    font-family: "raleway-Regular" !important;
    font-size: 20px !important;
    font-style: italic;
  }
   .container {
    max-width: 100%;
  }
  .alltimeLine {
  overflow: hidden;
}
.side-image-rounder {
  display: none;
}
.dashad-borderImagfe::after {
  display: none;
}
.dashad-borderImagfe {
  text-align: center;
}
.ceobutton {
  margin-left: auto;
  margin-right: auto;
}
.h2s.phoneNUmber-Ceo a:hover {
  color: #110162;
}

.whyChooose_us {
  overflow: hidden;
}

.single-Timeline {
  position: relative;
  top: 0;
  background: linear-gradient(#fff0 10%, #fff, #fff, #fff, #fff, #fff);
}
.single-Timeline {
  padding-bottom: 4px;
}
.col-md-6.eventext {
  order: -1;
}
.roundedimg-arrow {
  display: none;
}
 .rondedimage {
    padding: 0;
    margin: auto;
  }
  .image-bgchnage {
    max-width: 287px;
    border-radius: 20px;
  }
  #banner-headingHome {
    font-family: "raleway-Regular" !important;
    font-size: 24px !important;
    font-style: italic;
  }
    .page-id-15 .banner-section-home {
    padding-top: 80px;
    padding-bottom: 130px;
  }
    .page-id-15 .banner-section-home {
    padding-top: 123px;
    padding-bottom: 130px;
  }
  .clients_we_ve_served_homesde img {
  height: 52px;
  width: 150px;
  object-fit: contain;
  object-position: center center;
}
.corval-sections {
  overflow-x: hidden;
}
.single-tabservices {
  font-size: 14px;
}
.single-tabservices .iocns-buttons {
  width: 23px;
  gap: 8px;
}
}