/** Tpography files ***/
.playfair-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  margin: 0px;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(36 35 35 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  body {
    font-size: 17px;
  }
}

body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}

@media (min-width: 1536px) {
  .container {
    max-width: 1510px;
  }
}

input,
textarea,
button {
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

textarea {
  resize: none;
}

a {
  font-weight: 700;
  text-transform: capitalize;
  text-decoration-line: underline;
}

a:hover {
  text-decoration-line: none;
}

a {
  word-break: break-word;
}

p {
  margin-bottom: 30px;
}

h1 {
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 37px;
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 32px;
    line-height: 45px;
  }
}

@media (min-width: 1280px) {
  h1 {
    font-size: 60px;
    line-height: 90px;
    letter-spacing: 5px;
  }
}

h1 {
  word-break: break-word;
}

h2 {
  margin-bottom: 30px;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 37px;
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 1280px) {
  h2 {
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 4px;
  }
}

h2 {
  word-break: break-word;
}

h3 {
  margin-bottom: 30px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.5px;
}

@media (min-width: 768px) {
  h3 {
    font-size: 22px;
    line-height: 37px;
  }
}

@media (min-width: 1280px) {
  h3 {
    font-size: 26px;
  }
}

h3 {
  word-break: break-word;
}

.link {
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  text-decoration-line: underline;
}

.link:hover {
  text-decoration-line: none;
}

.allBtn {
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(26 53 103 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(26 53 103 / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 22px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}

.allBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 53 103 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .allBtn {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.allBtn {
  transition: all 0.2s ease 0s;
}
.allBtn.btn-transperent {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(26 53 103 / var(--tw-text-opacity));
}
.allBtn.btn-transperent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 53 103 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.allBtn.whiteBtn {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 53 103 / var(--tw-text-opacity));
}
.allBtn.whiteBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 53 103 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.allBtn.green {
  --tw-border-opacity: 1;
  border-color: rgb(130 172 2 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 53 103 / var(--tw-text-opacity));
}
.allBtn.green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 53 103 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-image: none;
}
.allBtn.green {
  background: rgb(154, 201, 3);
  border-color: rgb(154, 201, 3);
}
.allBtn.green:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 53 103 / var(--tw-border-opacity));
}
.allBtn.btn-icon {
  text-align: center;
}
.allBtn.btn-icon img {
  margin-right: 10px;
  width: 20px;
  height: auto;
  display: inline-block;
}
.allBtn.btn-icon:hover img {
  filter: brightness(0) invert(1);
}

.btnGroup {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
}

.sectionHeader {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media (min-width: 1024px) {
  .sectionHeader {
    margin-bottom: 55px;
  }
}
.sectionHeader h2 {
  margin-bottom: 0;
  word-break: break-word;
  max-width: 70%;
}
.sectionHeader .link {
  margin-top: 12px;
}

.form-check {
  margin-bottom: 20px;
  margin-left: 0;
}
.form-check.whiteCheckBox .wpcf7-list-item-label {
  color: #fff;
}
.form-check.whiteCheckBox .wpcf7-list-item-label:before {
  border-color: #fff;
}
.form-check.whiteCheckBox input[type=checkbox]:checked ~ .wpcf7-list-item-label:before {
  background-color: #fff;
}
.form-check p {
  margin-bottom: 0;
  word-break: break-word;
}
.form-check input[type=checkbox] {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-check input[type=checkbox]:checked ~ .wpcf7-list-item-label:before {
  background-color: #1A3567;
}
.form-check .wpcf7-list-item {
  margin-left: 0;
}
.form-check .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(26 53 103 / var(--tw-text-opacity));
  text-align: left;
}
.form-check .wpcf7-list-item-label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 2px solid #1A3567;
  padding: 7px;
  border-radius: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
  margin-top: 0px;
}

.custom-check.whiteCheckBox label:before {
  border-color: #fff;
}
.custom-check.whiteCheckBox .input-check:checked + label:before {
  background-color: #fff;
}
.custom-check .input-check {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-check .input-check:checked + label:before {
  background-color: #1A3567;
}
.custom-check label {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
  --tw-text-opacity: 1;
  color: rgb(26 53 103 / var(--tw-text-opacity));
}
.custom-check label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 2px solid #1A3567;
  padding: 7px;
  border-radius: 0;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
  margin-top: 0px;
}

.form-wrap {
  margin-bottom: 20px;
}
.form-wrap p {
  margin-bottom: 0;
}
.form-wrap .form-control {
  max-height: 90px;
  width: 100%;
  border-radius: 10px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  --tw-text-opacity: 1;
  color: rgb(36 35 35 / var(--tw-text-opacity));
}
.form-wrap .form-control.input-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.form-wrap .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(65, 65, 65, 0.5);
  opacity: 1;
}
.form-wrap .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(65, 65, 65, 0.5);
  opacity: 1;
}
.form-wrap .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(65, 65, 65, 0.5);
  opacity: 1;
}
.form-wrap .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(65, 65, 65, 0.5);
  opacity: 1;
}
.form-wrap .form-select {
  width: 100%;
  border-radius: 10px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 30px;
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 15px;
  outline: none !important;
  box-shadow: none;
  background-image: url(../images/download.svg);
  color: #414141;
}

.wpcf7-form .form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wpcf7-form .form-row .form-wrap {
  width: 100%;
}
@media (min-width: 1024px) {
  .wpcf7-form .form-row .form-wrap {
    width: 49%;
  }
}
.wpcf7-form .form-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.youtubeVideo,
.uploadVideo,
.vimeoVideo {
  position: relative;
  /* 16:9 */
  overflow: hidden;
  border-radius: 0 20px 20px 0;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
}

@media (min-width: 768px) {
  .youtubeVideo,
.uploadVideo,
.vimeoVideo {
    padding-bottom: 58.25%;
  }
}
.youtubeVideo.videoplay .posterImg,
.uploadVideo.videoplay .posterImg,
.vimeoVideo.videoplay .posterImg {
  display: none;
}
.youtubeVideo .posterImg,
.uploadVideo .posterImg,
.vimeoVideo .posterImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 20px 20px 0;
  z-index: 3;
}
.youtubeVideo .posterImg img,
.youtubeVideo .posterImg picture,
.uploadVideo .posterImg img,
.uploadVideo .posterImg picture,
.vimeoVideo .posterImg img,
.vimeoVideo .posterImg picture {
  height: 100%;
  margin-bottom: 0;
  width: 100%;
}
.youtubeVideo iframe,
.youtubeVideo video,
.uploadVideo iframe,
.uploadVideo video,
.vimeoVideo iframe,
.vimeoVideo video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 20px 20px 0;
}
.youtubeVideo .play,
.uploadVideo .play,
.vimeoVideo .play {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 3;
}

.backlink {
  margin-bottom: 15px;
  display: inline-block;
  text-decoration-line: underline;
}

.backlink:hover {
  text-decoration-line: none;
}
.backlink img {
  margin-right: 20px;
  display: inline-block;
  width: 35px;
}

.mainPopup {
  border-radius: 20px;
}

@media (min-width: 1280px) {
  .mainPopup {
    width: 850px;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 80px;
  }
}
.mainPopup .boxTitle.boxTitleIcon {
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .mainPopup .boxTitle.boxTitleIcon {
    padding-top: 0px;
  }
}
.mainPopup .boxTitle.boxTitleIcon span {
  width: calc(100% - 55px);
}
.mainPopup .boxTitle h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.mainPopup .boxTitle h2 img {
  width: 40px;
}
.mainPopup .form-bottom .form-check {
  display: inline-block;
  width: auto;
}
.mainPopup .form-bottom .form-check + p {
  position: relative;
  left: -5px;
}
.mainPopup#broucherPopup .form-check + p:before {
  content: "";
  background-image: url(../images/book.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  display: block;
  position: absolute;
  filter: brightness(0) invert(1);
  top: 50%;
  transform: translateY(-50%);
  left: 26px;
}
@media (min-width: 1024px) {
  .mainPopup#broucherPopup .form-check + p .allBtn {
    padding-left: 55px;
    padding-right: 25px;
  }
}
.mainPopup#broucherPopup .form-check + p:hover:before {
  filter: unset;
}

/***** * Fancybox Close Button Design * ****/
@media (min-width: 1024px) {
  .fancybox-slide--html .mainPopup {
    padding: 70px;
  }
}
@media screen and (max-width: 768px) {
  .fancybox-slide--html .mainPopup {
    padding-top: 60px;
  }
}
.fancybox-slide--html .mainPopup .fancybox-close-small {
  right: 34px;
}
@media (min-width: 1024px) {
  .fancybox-slide--html .mainPopup .fancybox-close-small {
    right: 70px;
  }
}
.fancybox-slide--html .mainPopup .fancybox-close-small {
  top: 15px;
}

.fancybox-slide--html .fancybox-close-small {
  width: auto;
  right: 34px;
}

@media (min-width: 1024px) {
  .fancybox-slide--html .fancybox-close-small {
    right: 70px;
  }
}
.fancybox-slide--html .fancybox-close-small svg {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.5px;
  display: none;
}
.fancybox-slide--html .fancybox-close-small:before {
  content: " Close";
  margin-left: 5px;
  font-size: 17px;
  /* Adjust font size as needed */
  letter-spacing: 1.5px;
  color: #242323;
  font-weight: 700;
  text-decoration: underline;
}
.fancybox-slide--html .fancybox-close-small:hover:after {
  text-decoration: none;
}
.fancybox-slide--html .fancybox-close-small:after {
  content: "x";
  margin-left: 5px;
  font-size: 17px;
  /* Adjust font size as needed */
  letter-spacing: 1.5px;
  color: #242323;
  font-weight: 700;
}

.loadBtnWrap {
  display: flex;
  justify-content: center;
}

.post-type-archive-service .footer {
  margin-top: 0;
}

/***** 404 page design*******/
.error404 .error-404 {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(26 53 103 / var(--tw-bg-opacity));
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 1024px) {
  .error404 .error-404 {
    padding-top: 260px;
    padding-bottom: 260px;
  }
}
.error404 .error-404 .errorShape {
  position: absolute;
  top: 90px;
  left: 0px;
  max-width: 220px;
}
@media (min-width: 1024px) {
  .error404 .error-404 .errorShape {
    max-width: 300px;
  }
}
.error404 .error-404 .errorContent {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px;
  text-align: center;
}
.error404 .error-404 .errorContent h1,
.error404 .error-404 .errorContent p,
.error404 .error-404 .errorContent li,
.error404 .error-404 .errorContent div {
  color: #fff;
}
.error404 .error-404 .errorContent h1 {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 5px;
}
@media (min-width: 1024px) {
  .error404 .error-404 .errorContent h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.error404 .site-footer {
  position: relative;
  z-index: 10;
  margin-top: -50px;
  padding-top: 70px;
}

.ajaxloader {
  border: 6px solid #82AC02;
  border-radius: 50%;
  border-top: 6px solid #fff;
  width: 60px;
  height: 60px;
  /* Safari */
  animation: spin 2s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Safari */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.linkedInFeed {
  position: relative;
}
.linkedInFeed .tb_app_wrapper .splide__track {
  margin: 0 -15px;
}
.linkedInFeed .tb_hs_contant_wrapper .tb_hs_content {
  font-size: 15px;
}
.linkedInFeed .tb_theme_container > div:first-child > a {
  display: none !important;
}
.linkedInFeed .tb_hs_post_in {
  border: solid 1px #1A3567;
  box-shadow: none;
  border-radius: 20px;
}
.linkedInFeed .splide__arrows {
  position: absolute;
  top: -62px;
  right: 170px;
  width: 100px;
}
.linkedInFeed .splide__arrows .tb_hs_arrow {
  border: solid 1px #1A3567;
  box-shadow: none;
  border-radius: 50%;
  color: #1A3567;
  opacity: 1;
  position: absolute;
}
.linkedInFeed .tb_hs_arrow:hover {
  background-color: #1A3567;
  color: #fff;
}
.linkedInFeed .tb_hs_arrow.splide__arrow--prev {
  left: 0;
  right: unset;
}
.linkedInFeed .tb_hs_arrow.splide__arrow--next {
  right: 0;
  left: unset;
}
.linkedInFeed .tb_hs_contant_wrapper {
  background-color: #fff;
}
.linkedInFeed .tb_hs_author_wrapper .tb_hs_author {
  flex-direction: column;
}
.linkedInFeed .tb_hs_contant_wrapper {
  padding-bottom: 50px;
}
.linkedInFeed .tb_hs_author_info {
  order: 1;
  align-items: center;
  margin-bottom: 5px;
}
.linkedInFeed .tb_hs_author_profile {
  order: 2;
}

.uspSection.mobile-visible + .innerBannerSection {
  padding-top: 50px;
}

@media (min-width: 1024px) {
  .uspSection.mobile-visible + .innerBannerSection {
    padding-top: 100px;
  }
}

@media only screen and (min-width: 1400px) {
  .linkedInFeed .tb_hs_image,
  .linkedInFeed .tb_hs_video,
  .linkedInFeed .tb_hs_media_wrap {
    min-height: 380px;
  }
}
@media only screen and (max-width: 1024px) {
  .linkedInFeed .splide__arrows {
    top: -50px;
  }
}
@media only screen and (max-width: 768px) {
  .linkedInFeed .splide__arrows {
    top: unset;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1280px) {
  .tax-sector_category .tabbingSection + .testimonialSection {
    margin-bottom: 110px;
  }
  .tabbingSection + .brandsSection {
    padding-top: 100px;
  }
  .testimonialSection + .resourceSection {
    padding-bottom: 120px;
  }
}

.threeColImgSection + .tabbingSection {
  margin-top: 0;
}

@media (min-width: 1024px) {
  .tabbingSection + .testimonialSection {
    margin-top: 70px;
  }
}

@media (min-width: 1280px) {
  .tabbingSection + .testimonialSection {
    margin-top: 110px;
  }
}

@media (min-width: 1024px) {
  .single-service .secrviceSection .serviceOuter .serviceRight {
    width: 46%;
  }
}
.single-service .threeColTextSection {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .single-service .threeColTextSection {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .faqSection + .chooseCardelSection {
    margin-top: 100px;
  }
}

.tax-sector_category .brandsSection {
  padding-top: 115px;
}

@media (min-width: 1280px) {
  .tax-sector_category .brandsSection {
    padding-top: 130px;
    padding-bottom: 110px;
  }
}

.popupContent .wpcf7-form .form-bottom .form-check {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .chooseCardelSection.image_without_topline {
    padding-top: 30px;
  }
  .chooseCardelSection.image_without_topline .fluidTextBox {
    padding-bottom: 40px;
  }
}

/***Template Styles**/
.top-header {
  --tw-bg-opacity: 1;
  background-color: rgb(26 53 103 / var(--tw-bg-opacity));
  padding-top: 10px;
  padding-bottom: 9px;
}

.topMenu {
  display: none;
}

@media (min-width: 1024px) {
  .topMenu {
    display: flex;
    justify-content: flex-end;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
}
.topMenu a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.3px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.topMenu a:hover {
  --tw-text-opacity: 1;
  color: rgb(130 172 2 / var(--tw-text-opacity));
}

.site-header {
  position: relative;
  z-index: 555;
}

.headerOverlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  pointer-events: none;
  display: none;
  z-index: 11;
}

.hovered .headerOverlay {
  display: block;
}

@media only screen and (max-width: 1024px) {
  .site-header {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
  }
  .site-header .searchIcon {
    position: relative;
    right: 30px;
  }
  .top-header {
    display: none;
  }
  .page-main {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .nav-trigger,
  .site-header .searchMobile {
    display: block;
  }
  .site-header .searchMobile img {
    margin-top: -2px;
    width: 22px;
  }
}
.site-header .nav-trigger .bars {
  margin-bottom: 6px;
}

.main-header {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1024px) {
  .main-header {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.main-header-Wrap {
  align-items: center;
}

.searchMobile {
  position: absolute;
  top: 30px;
  right: 60px;
  display: block;
  display: none;
  cursor: pointer;
}

@media (min-width: 1024px) {
  .main-nav-wrap .closeMenu {
    display: none;
  }
}
.main-nav-wrap .mobileTopMenu {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .main-nav-wrap .mobileTopMenu {
    display: none;
  }
}
.main-nav-wrap .mobileTopMenu > li {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
.main-nav-wrap .mobileTopMenu > li > a {
  font-size: 17px;
  text-decoration-line: none;
}
.main-nav-wrap.active {
  right: 0px;
}
.main-nav-wrap.active .main-navigation {
  padding-top: 40px;
}
.main-nav-wrap.active .main-navigation > ul > li {
  width: 100%;
}
.main-nav-wrap .main-navigation {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (min-width: 1024px) {
  .main-nav-wrap .main-navigation {
    display: flex;
  }
}
@media (min-width: 1280px) {
  .main-nav-wrap .main-navigation {
    gap: 20px;
  }
}
.main-nav-wrap .main-navigation a {
  text-decoration-line: none;
}
.main-nav-wrap .main-navigation .searchIcon {
  display: none;
  cursor: pointer;
  align-self: center;
}
@media (min-width: 1024px) {
  .main-nav-wrap .main-navigation .searchIcon {
    display: block;
  }
}
.main-nav-wrap .main-navigation .menu-header-menu-container ul {
  display: flex;
  flex-wrap: wrap;
}
.main-nav-wrap .main-navigation .menu-header-menu-container ul > li {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li {
    width: auto;
  }
}
.main-nav-wrap .main-navigation .menu-header-menu-container ul > li.menu-item-has-children > .downArrow {
  position: absolute;
  top: 5px;
  right: 0px;
  width: 30px;
}
@media (min-width: 1024px) {
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li.menu-item-has-children > .downArrow {
    width: 20px;
  }
}
@media (min-width: 1280px) {
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li.menu-item-has-children > .downArrow {
    right: 10px;
  }
}
.main-nav-wrap .main-navigation .menu-header-menu-container ul > li.menu-item-has-children > .downArrow:before {
  content: "";
  border: solid #242323;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  border-radius: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-left: 10px;
  transition: all 0.3s ease 0s;
}
.main-nav-wrap .main-navigation .menu-header-menu-container ul > li.menu-item-has-children > .downArrow.active:before {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
@media only screen and (min-width: 1024px) {
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li {
    position: relative;
  }
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li.menu-item-has-children > a {
    padding-right: 18px;
  }
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li.menu-item-has-children > ul > li .downArrow {
    display: none;
  }
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li.menu-item-has-children > ul > li > ul {
    position: relative;
    top: 0px;
    padding-top: 0px;
  }
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li.menu-item-has-children > ul > li > ul > li > a {
    font-weight: 400;
    padding: 2px 20px;
    font-family: "Lato", sans-serif;
  }
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li:hover > ul {
    display: block;
  }
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li:hover > a {
    --tw-bg-opacity: 1;
    background-color: rgb(26 53 103 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition: all 0.3s ease 0s;
  }
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li:hover > .downArrow {
    top: 9px;
  }
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li:hover > .downArrow:before {
    border-color: #fff;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
}
@media only screen and (min-width: 1200px) {
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li.menu-item-has-children > a {
    padding-right: 30px;
  }
}
.main-nav-wrap .main-navigation .menu-header-menu-container ul > li > a {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1.3px;
  --tw-text-opacity: 1;
  color: rgb(26 53 103 / var(--tw-text-opacity));
}
.main-nav-wrap .main-navigation .menu-header-menu-container ul > li > a:hover {
  --tw-text-opacity: 1;
  color: rgb(36 35 35 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li > a {
    padding-top: 7px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 15px;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(36 35 35 / var(--tw-text-opacity));
  }
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li > a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(26 53 103 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
@media (min-width: 1280px) {
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li > a {
    font-size: 15px;
  }
}
@media (min-width: 1536px) {
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li > a {
    padding-left: 28px;
    padding-right: 28px;
    font-size: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li:last-child > ul {
    left: auto;
    right: 0;
  }
}
.main-nav-wrap .main-navigation .menu-header-menu-container ul > li > ul {
  z-index: 20;
  margin-top: 10px;
  margin-bottom: 15px;
  display: none;
  width: 100%;
  border-top-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li > ul {
    position: absolute;
    left: 0;
    top: 42px;
    margin-bottom: 0px;
    margin-top: 0px;
    width: 297px;
    --tw-bg-opacity: 1;
    background-color: rgb(26 53 103 / var(--tw-bg-opacity));
  }
}
.main-nav-wrap .main-navigation .menu-header-menu-container ul > li > ul > li > a {
  width: 100%;
}
@media (min-width: 1024px) {
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li > ul > li > a {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li > ul > li > a:hover {
    text-decoration-line: underline;
  }
}
.main-nav-wrap .main-navigation .menu-header-menu-container ul > li > ul > li > ul {
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(26 53 103 / var(--tw-bg-opacity));
}
@media (min-width: 1024px) {
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li > ul > li > ul {
    display: block;
  }
}
.main-nav-wrap .main-navigation .menu-header-menu-container ul > li > ul > li > ul > li > a {
  --tw-bg-opacity: 1;
  background-color: rgb(26 53 103 / var(--tw-bg-opacity));
  padding-top: 5px;
  padding-bottom: 5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media only screen and (max-width: 1024px) {
  .main-nav-wrap {
    position: fixed;
    width: 320px;
    height: 100%;
    background: #F7F7F7;
    top: 0;
    right: -400px;
    transition: right 0.5s ease 0s;
    padding: 30px 0;
    overflow-y: scroll;
  }
  .main-nav-wrap .closeMenu {
    position: absolute;
    right: 9px;
    display: block;
    width: 15px;
  }
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li > a {
    padding: 10px 20px;
  }
  .main-nav-wrap .main-navigation .menu-header-menu-container ul > li.menu-item-has-children > .downArrow {
    border-color: #1A3567;
  }
}

/****Search Design****/
.serachOverlay {
  position: fixed;
  top: 0px;
  right: -100%;
  z-index: 5555;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(26 53 103 / var(--tw-bg-opacity));
  transition: right 0.5s ease 0s;
}
.serachOverlay .clearLink {
  position: absolute;
  top: 55px;
  right: 25px;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {
  .serachOverlay .clearLink {
    right: 50px;
  }
}
.serachOverlay .searchShape {
  position: absolute;
  bottom: 50px;
  left: 0px;
  max-width: 220px;
}
@media (min-width: 1024px) {
  .serachOverlay .searchShape {
    max-width: 300px;
  }
}
.serachOverlay .searchCustom {
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  width: 810px;
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 1280px) {
  .serachOverlay .searchCustom {
    max-width: 90%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.serachOverlay .searchCustom div.asl_w .probox .promagnifier .innericon svg {
  fill: #82AC02 !important;
}
.serachOverlay .searchCustom #ajaxsearchlite1,
.serachOverlay .searchCustom div.asl_w {
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.serachOverlay .searchCustom #ajaxsearchlite1 .probox,
.serachOverlay .searchCustom div.asl_w .probox {
  height: auto;
  border-radius: 0px;
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.serachOverlay .searchCustom #ajaxsearchlite1 .probox .proclose,
.serachOverlay .searchCustom div.asl_w .probox .proclose {
  padding-right: 30px;
  top: -8px;
}
.serachOverlay .searchCustom #ajaxsearchlite1 .probox .proclose svg,
.serachOverlay .searchCustom div.asl_w .probox .proclose svg {
  display: none;
}
.serachOverlay .searchCustom #ajaxsearchlite1 .probox .proclose:after,
.serachOverlay .searchCustom div.asl_w .probox .proclose:after {
  content: "Clear";
  font-size: 17px;
  line-height: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.serachOverlay .searchCustom #ajaxsearchlite1 .probox .promagnifier,
.serachOverlay .searchCustom div.asl_w .probox .promagnifier {
  border-style: none;
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.serachOverlay .searchCustom #ajaxsearchlite1 .probox .proinput,
.serachOverlay .searchCustom div.asl_w .probox .proinput {
  margin: 0px;
  border-radius: 0px;
  background-color: transparent;
  font-family: "Lato", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1.5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.serachOverlay .searchCustom #ajaxsearchlite1 .probox .proinput input,
.serachOverlay .searchCustom div.asl_w .probox .proinput input {
  background-color: transparent;
  color: #fff !important;
  font-family: "Lato", sans-serif;
  line-height: 26px;
  font-size: 17px;
  padding-bottom: 25px;
  height: auto;
  letter-spacing: 1.5px;
}
.serachOverlay .searchCustom #ajaxsearchlite1 .probox .proinput input::-moz-placeholder, .serachOverlay .searchCustom div.asl_w .probox .proinput input::-moz-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important;
  font-size: 17px !important;
  opacity: 1;
}
.serachOverlay .searchCustom #ajaxsearchlite1 .probox .proinput input::placeholder,
.serachOverlay .searchCustom div.asl_w .probox .proinput input::placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important;
  font-size: 17px !important;
  opacity: 1;
}

.searchOpen {
  overflow: hidden;
}
.searchOpen .serachOverlay {
  right: 0;
}

#ajaxsearchlite1,
div.asl_w {
  padding: 0;
}
#ajaxsearchlite1 .results,
div.asl_w .results {
  padding-bottom: 30px !important;
  max-height: 66vh !important;
}
#ajaxsearchlite1 .results .item,
div.asl_w .results .item {
  height: auto;
  background: #fff;
  margin-bottom: 15px;
  padding-bottom: 15px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
  border-top: 0;
}
@media only screen and (max-width: 768px) {
  #ajaxsearchlite1 .results .item:first-child .asl_content,
  div.asl_w .results .item:first-child .asl_content {
    padding-top: 0 !important;
  }
}
#ajaxsearchlite1 .results .item:after,
div.asl_w .results .item:after {
  display: none !important;
}
#ajaxsearchlite1 .results .item .asl_image,
div.asl_w .results .item .asl_image {
  margin-right: 20px !important;
}
@media only screen and (max-width: 768px) {
  #ajaxsearchlite1 .results .item .asl_image,
  div.asl_w .results .item .asl_image {
    float: none !important;
    margin-bottom: 20px !important;
  }
}
#ajaxsearchlite1 .results .asl_content,
div.asl_w .results .asl_content {
  padding: 30px 0 !important;
  border-bottom: solid 1px #1A3567;
}
#ajaxsearchlite1 .results .asl_content .asl_image,
div.asl_w .results .asl_content .asl_image {
  width: 200px !important;
  height: 110px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
#ajaxsearchlite1 .results .asl_content h3 a,
div.asl_w .results .asl_content h3 a {
  font-weight: 700 !important;
  font-family: "Lato", sans-serif !important;
  color: #242323 !important;
  font-size: 26px !important;
  line-height: 32px !important;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 768px) {
  #ajaxsearchlite1 .results .asl_content h3 a,
  div.asl_w .results .asl_content h3 a {
    font-size: 20px !important;
    line-height: 28px !important;
  }
}
#ajaxsearchlite1 .results .asl_content .asl_desc,
div.asl_w .results .asl_content .asl_desc {
  font-weight: 400 !important;
  font-family: "Lato", sans-serif !important;
  color: #242323 !important;
  font-size: 17px !important;
  line-height: 24px !important;
}

/****Footer Style****/
.site-footer {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-top: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .site-footer {
    margin-top: -150px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    padding-top: 240px;
  }
}
.site-footer .footer-bottom {
  margin-top: 30px;
  border-top: solid 1px rgba(36, 35, 35, 0.25);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-footer .footer-bottom p {
  margin-bottom: 0;
}
.site-footer .footer-bottom p + p {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .site-footer .footer-bottom p + p {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .footer-bottom {
    text-align: center;
  }
  .site-footer .footer-bottom p {
    width: 100%;
  }
}
.site-footer .footerInner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-footer .footerInner .footer-logo {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .site-footer .footerInner .footer-logo {
    margin-bottom: 20px;
  }
}
.site-footer .footerInner .footer-logo {
  display: block;
}
.site-footer .footerInner .footer-logo img {
  display: inline-block;
  max-width: 105px;
}
@media (min-width: 1280px) {
  .site-footer .footerInner .footer-logo img {
    max-width: none;
  }
}
.site-footer .footerInner .footerAddress {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .site-footer .footerInner .footerAddress {
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .site-footer .footerInner .footerAddress {
    margin-bottom: 0px;
    width: 17%;
  }
}
.site-footer .footerInner .footerAddress address {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .site-footer .footerInner .footerAddress address {
    margin-bottom: 20px;
  }
}
.site-footer .footerInner .footerAddress address {
  font-style: normal;
}
.site-footer .footerInner .footerAddress .socialLinks {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .site-footer .footerInner .footerAddress .socialLinks {
    margin-bottom: 0px;
    justify-content: flex-start;
  }
}
.site-footer .footerInner .footerLinks {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  display: flex;
  width: 100%;
  max-width: 380px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .site-footer .footerInner .footerLinks {
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .site-footer .footerInner .footerLinks {
    margin-right: 1%;
    width: 32%;
  }
}
.site-footer .footerInner .footerLinks .footer-Col {
  width: 100%;
}
@media (min-width: 768px) {
  .site-footer .footerInner .footerLinks .footer-Col {
    width: auto;
  }
}
.site-footer .footerInner .footerLinks .footer-Col h3 {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .site-footer .footerInner .footerLinks .footer-Col {
    margin-bottom: 30px;
  }
  .site-footer .footerInner .footerLinks .footer-Col h3 {
    cursor: pointer;
  }
  .site-footer .footerInner .footerLinks .footer-Col h3:after {
    content: "+";
    margin-left: 10px;
    font-family: "Hind", serif;
    font-weight: 500;
  }
  .site-footer .footerInner .footerLinks .footer-Col h3.active:after {
    content: "-";
  }
  .site-footer .footerInner .footerLinks .footer-Col ul {
    display: none;
  }
}
.site-footer .footerInner .footerLinks ul li {
  margin-bottom: 10px;
}
.site-footer .footerInner .footerLinks ul li a {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(36 35 35 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.site-footer .footerInner .footerLinks ul li a:hover {
  --tw-text-opacity: 1;
  color: rgb(26 53 103 / var(--tw-text-opacity));
}
.site-footer .footerInner .footer-imgBox {
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .site-footer .footerInner .footer-imgBox {
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .site-footer .footerInner .footer-imgBox {
    margin-bottom: 0px;
    width: 23%;
  }
}
.site-footer .footerInner .footer-imgBox .imgBlock {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .site-footer .footerInner .footer-imgBox .imgBlock {
    justify-content: flex-start;
  }
}
@media (min-width: 1280px) {
  .site-footer .footerInner .footer-imgBox .imgBlock {
    justify-content: center;
  }
}
.site-footer .footerInner .footer-imgBox .imgBlock img:last-child {
  max-width: 180px;
}
.site-footer .footerInner .newsLetterBox {
  width: 100%;
}
@media (min-width: 768px) {
  .site-footer .footerInner .newsLetterBox {
    width: 49%;
  }
}
@media (min-width: 1024px) {
  .site-footer .footerInner .newsLetterBox {
    width: 27%;
  }
}
@media (min-width: 1280px) {
  .site-footer .footerInner .newsLetterBox h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1400px) {
  .site-footer .footerInner .newsLetterBox h3 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .site-footer .footerInner .newsLetterBox .allBtn {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1536px) {
  .site-footer .footerInner .newsLetterBox .allBtn {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.form-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

@media (min-width: 768px) {
  .form-bottom {
    gap: 0px;
  }
}
.form-bottom .form-check + p {
  margin-bottom: 0px;
  width: 100%;
  text-align: right;
}
@media (min-width: 768px) {
  .form-bottom .form-check + p {
    display: inline-block;
    width: auto;
    text-align: left;
  }
}
.form-bottom .form-check + p .wpcf7-spinner {
  position: absolute;
}

.site-footer .form-bottom .custom-check,
.site-footer .form-bottom .form-check {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .site-footer .form-bottom .custom-check,
.site-footer .form-bottom .form-check {
    margin-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .site-footer .form-bottom .custom-check,
.site-footer .form-bottom .form-check {
    width: calc(100% - 145px);
  }
}

/******Footer Ends Here*****/
.wpcf7-form-control-wrap input + .wpcf7-not-valid-tip {
  display: block;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: none;
}

/***USP Block Style***/
.uspSection {
  padding-top: 16px;
  padding-bottom: 17px;
}
@media (min-width: 1024px) {
  .uspSection {
    padding-top: 12px;
  }
}
.uspSection {
  background: rgb(154, 201, 3);
  background-image: linear-gradient(90deg, rgb(154, 201, 3) 41%, rgb(117, 156, 2) 100%);
}

@media (min-width: 1024px) {
  .uspBlockSlider {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
.uspBlockSlider .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .uspBlockSlider .uspBlock {
    display: block;
  }
}
.uspBlockSlider .boxTitle {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .uspBlockSlider .boxTitle {
    display: inline-block;
    vertical-align: middle;
  }
}
.uspBlockSlider .boxTitle .uspIcon {
  display: flex;
  flex: 40px;
  flex-shrink: 0;
  flex-grow: 0;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  .uspBlockSlider .boxTitle .uspIcon {
    display: inline-block;
    vertical-align: middle;
  }
}
.uspBlockSlider .boxTitle h3 {
  margin-left: 1.25rem;
  margin-bottom: 0px;
  min-width: 225px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 26px;
  --tw-text-opacity: 1;
  color: rgb(26 53 103 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .uspBlockSlider .boxTitle h3 {
    display: inline-block;
    min-width: unset;
    vertical-align: middle;
  }
}
.uspBlockSlider .uspBlock.slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .uspBlockSlider .uspBlock.slick-slide {
    display: block;
  }
}

.page-template-default.home .desktop-visible {
  display: none;
}

@media (min-width: 768px) {
  .page-template-default.home .desktop-visible {
    display: block;
  }
}

.mobile-visible {
  display: block;
}

@media (min-width: 768px) {
  .mobile-visible {
    display: none;
  }
}
.mobile-visible .uspBlockSlider .boxTitle {
  width: 100%;
  justify-content: center;
}

/***** Home Banner Design * *****/
.bannerSlider {
  position: relative;
}
.bannerSlider.slick-slider.slick-dotted {
  margin-bottom: 0;
}
.bannerSlider .slick-dots {
  position: absolute;
  left: 50%;
  bottom: 45px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.bannerSlider .slick-dots li {
  margin: 0 10px;
}
.bannerSlider .slick-dots li button:before {
  content: "";
  background-color: transparent;
  border: solid 2px #fff;
  border-radius: 50%;
  opacity: unset;
}
.bannerSlider .slick-dots li.slick-active button:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  opacity: 1;
}
.bannerSlider .bannerSlide.slick-slide {
  position: relative;
  display: flex;
  min-height: 700px;
  align-items: flex-start;
}
@media (min-width: 640px) {
  .bannerSlider .bannerSlide.slick-slide {
    min-height: 600px;
  }
}
@media (min-width: 768px) {
  .bannerSlider .bannerSlide.slick-slide {
    align-items: center;
  }
}
@media (min-width: 1536px) {
  .bannerSlider .bannerSlide.slick-slide {
    min-height: 825px;
  }
}
.bannerSlider .bannerSlide .container {
  position: relative;
  z-index: 10;
}
.bannerSlider .bannerSlide .bannerSlideInner {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-start;
}
@media (min-width: 640px) {
  .bannerSlider .bannerSlide .bannerSlideInner {
    align-items: center;
  }
}
.bannerSlider .bannerSlide .bannerSlideInner .bannerImg {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
}
.bannerSlider .bannerSlide .bannerSlideInner .bannerImg .desktop-img {
  display: none;
}
@media (min-width: 1024px) {
  .bannerSlider .bannerSlide .bannerSlideInner .bannerImg .desktop-img {
    display: block;
  }
  .bannerSlider .bannerSlide .bannerSlideInner .bannerImg .mobile-img {
    display: none;
  }
}
.bannerSlider .bannerSlide .bannerSlideInner .bannerImg img,
.bannerSlider .bannerSlide .bannerSlideInner .bannerImg picture {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bannerSlider .bannerSlide .bannerSlideInner .bannerImg:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(29, 29, 29, 0.6);
}
.bannerSlider .bannerSlide .bannerContent {
  max-width: 700px;
  padding-top: 80px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .bannerSlider .bannerSlide .bannerContent {
    padding-top: 40px;
  }
}
.bannerSlider .bannerSlide .bannerContent h1,
.bannerSlider .bannerSlide .bannerContent p,
.bannerSlider .bannerSlide .bannerContent h2,
.bannerSlider .bannerSlide .bannerContent h3,
.bannerSlider .bannerSlide .bannerContent div,
.bannerSlider .bannerSlide .bannerContent li,
.bannerSlider .bannerSlide .bannerContent li a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .bannerSlider .bannerSlide .bannerContent div {
    max-width: 92%;
  }
}
.bannerSlider .bannerSlide .bannerContent div {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
@media only screen and (min-width: 1200px) {
  .bannerSlider .bannerSlide .bannerContent div {
    -webkit-line-clamp: 12;
  }
}
.bannerSlider .bannerSlide .bannerContent h1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .bannerSlider .bannerSlide .bannerContent h1 {
    margin-bottom: 25px;
    line-height: 70px;
  }
}

.bannerSliderSection {
  position: relative;
  z-index: 1;
}

/****Service Section****/
.home .serviceSection {
  position: relative;
  padding-top: 100px;
}
@media (min-width: 1280px) {
  .home .serviceSection {
    padding-top: 130px;
  }
}
.home .serviceSection .homeServiceShape {
  position: absolute;
  top: -100px;
  right: 35px;
  display: block;
  width: 250px;
}
@media (min-width: 768px) {
  .home .serviceSection .homeServiceShape {
    width: 320px;
  }
}
@media (min-width: 1024px) {
  .home .serviceSection .homeServiceShape {
    width: 600px;
  }
}
@media (min-width: 1280px) {
  .home .serviceSection .homeServiceShape {
    top: -150px;
  }
}
.home .serviceSection .container {
  position: relative;
}

.homeServiceShape {
  display: none;
}

.serviceSection {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

@media (min-width: 1280px) {
  .serviceSection {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}
.serviceSection .serviceTeaser {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .serviceSection .serviceTeaser {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .serviceSection .serviceTeaser {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .serviceSection .serviceTeaser.serviceTeaserRight .serviceImg {
    order: 2;
  }
}
.serviceSection .serviceTeaser.serviceTeaserRight + .serviceTeaserRight {
  margin-top: 50px;
}
@media (min-width: 1280px) {
  .serviceSection .serviceTeaser.serviceTeaserRight + .serviceTeaserRight {
    margin-top: 70px;
  }
}
.serviceSection .serviceTeaser .serviceImg {
  position: relative;
  margin-bottom: 30px;
  max-height: 540px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 100%;
}
@media (min-width: 640px) {
  .serviceSection .serviceTeaser .serviceImg {
    padding-bottom: 60%;
  }
}
@media (min-width: 768px) {
  .serviceSection .serviceTeaser .serviceImg {
    margin-bottom: 0px;
    width: 46%;
  }
}
@media (min-width: 1024px) {
  .serviceSection .serviceTeaser .serviceImg {
    padding-bottom: 39%;
  }
}
.serviceSection .serviceTeaser .serviceImg img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 1s;
}
.serviceSection .serviceTeaser .serviceImg:hover img {
  transform: scale(1.1);
}
.serviceSection .serviceTeaser .serviceContent {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .serviceSection .serviceTeaser .serviceContent {
    width: 46%;
  }
}
.serviceSection .serviceTeaser .serviceContent .serviceContentInner {
  margin-bottom: 30px;
  width: 100%;
  max-width: 690px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.serviceSection .serviceTeaser .serviceContent .serviceContentInner p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.serviceSection .serviceTeaser + .serviceTeaser {
  margin-top: 70px;
}
@media (min-width: 768px) {
  .serviceSection .serviceTeaser + .serviceTeaser {
    margin-top: -15px;
  }
}
.serviceSection .serviceHeader h2 {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .serviceSection .serviceHeader h2 {
    margin-bottom: 60px;
  }
}

/****Brand Slider****/
.brandsSection {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .brandsSection {
    padding-top: 70px;
    padding-bottom: 45px;
  }
  .home .brandsSection {
    padding-top: 60px;
  }
}

@media (min-width: 1280px) {
  .home .brandsSection {
    padding-bottom: 145px;
  }
}

@media (min-width: 768px) {
  .brandsSliderWrap {
    display: flex;
    justify-content: space-between;
  }
}
.brandsSliderWrap .brandsTilte {
  position: relative;
  display: flex;
  min-width: 270px;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 640px) {
  .brandsSliderWrap .brandsTilte {
    min-width: 370px;
  }
}
@media (min-width: 768px) {
  .brandsSliderWrap .brandsTilte {
    justify-content: flex-start;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (min-width: 1536px) {
  .brandsSliderWrap .brandsTilte {
    width: 29%;
  }
}
.brandsSliderWrap .brandsTilte h3 {
  margin-bottom: 0px;
  max-width: 200px;
  text-transform: uppercase;
}
.brandsSliderWrap .brandsTilte .arrow-group {
  display: flex;
  gap: 20px;
}
.brandsSliderWrap .brandsTilte .arrow-group.mob-nav {
  display: flex;
}
@media (min-width: 768px) {
  .brandsSliderWrap .brandsTilte .arrow-group.mob-nav {
    display: none;
  }
}
.brandsSliderWrap .brandsTilte .arrow-group.mob-nav button.slick-next, .brandsSliderWrap .brandsTilte .arrow-group.mob-nav button.slick-prev {
  border: none;
}
.brandsSliderWrap .brandsTilte .arrow-group.desk-nav {
  display: none;
}
@media (min-width: 768px) {
  .brandsSliderWrap .brandsTilte .arrow-group.desk-nav {
    display: flex;
  }
}
.brandsSliderWrap .brandsTilte .arrow-group button.slick-next, .brandsSliderWrap .brandsTilte .arrow-group button.slick-prev {
  position: relative;
  top: 0;
  transform: none;
  left: unset;
  right: unset;
  width: 45px;
  height: 45px;
  border: solid 2px #1A3567;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
}
.brandsSliderWrap .brandsTilte .arrow-group button.slick-next::before, .brandsSliderWrap .brandsTilte .arrow-group button.slick-prev::before {
  display: none;
}
.brandsSliderWrap .brandsTilte .arrow-group button:hover {
  background-color: #1A3567;
}
.brandsSliderWrap .brandsTilte .arrow-group button:hover img {
  filter: brightness(0) invert(1);
}
.brandsSliderWrap .brandsTilte .arrow-group button.slick-next img {
  margin-left: 3px;
}
.brandsSliderWrap .brandSliderOuter {
  width: 100%;
}
@media (min-width: 768px) {
  .brandsSliderWrap .brandSliderOuter {
    width: calc(100% - 380px);
  }
}
@media screen and (min-width: 1536px) {
  .brandsSliderWrap .brandSliderOuter {
    width: 71%;
  }
}
.brandsSliderWrap .brandSliderOuter .brandSlide > a {
  max-width: 92px;
  width: 100% !important;
  display: block;
  margin: 0 auto;
}
.brandsSliderWrap .brandSliderOuter .brandSlide img {
  margin: 0 auto;
}
.brandsSliderWrap .brandSliderOuter .brandsSliderMobile {
  margin-top: 30px;
  display: block;
}
@media (min-width: 768px) {
  .brandsSliderWrap .brandSliderOuter .brandsSliderMobile {
    display: none;
  }
}
.brandsSliderWrap .brandSliderOuter .brandsSliderMobile .brandSlide {
  margin-bottom: 30px;
}
.brandsSliderWrap .brandSliderOuter .brandsSliderDesktop {
  display: none;
}
@media (min-width: 768px) {
  .brandsSliderWrap .brandSliderOuter .brandsSliderDesktop {
    display: block;
  }
}

/*** Fluid Image Text Box*****/
.fluidImageTextSection {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .fluidImageTextSection {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .fluidImageTextSection.leftImage .fluidTextBox {
    padding-right: 35px;
  }
}
@media (min-width: 1280px) {
  .fluidImageTextSection.leftImage .fluidTextBox {
    padding-left: 90px;
  }
}
.fluidImageTextSection.leftImage .fluidTextBox {
  order: 2;
}
.fluidImageTextSection.leftImage .fluidImgBox {
  order: 1;
}
@media (min-width: 768px) {
  .fluidImageTextSection.leftImage .fluidImgBox img {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
.fluidImageTextSection .fluidTextBox {
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .fluidImageTextSection .fluidTextBox {
    margin-bottom: 0px;
    width: 50%;
    padding-left: 35px;
  }
}
@media (min-width: 1280px) {
  .fluidImageTextSection .fluidTextBox {
    padding-right: 90px;
  }
}
.fluidImageTextSection .fluidTextBox h2 {
  margin-bottom: 30px;
}
@media (min-width: 640px) {
  .fluidImageTextSection .fluidTextBox h2 {
    max-width: 480px;
  }
}
.fluidImageTextSection .fluidTextBox p {
  margin-bottom: 30px;
  font-family: "Hind", serif;;
}
.fluidImageTextSection .fluidTextBox div,
.fluidImageTextSection .fluidTextBox li {
  @applu font-fontHind;
}
.fluidImageTextSection .fluidImgBox {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 70px);
}
@media (min-width: 768px) {
  .fluidImageTextSection .fluidImgBox {
    width: 50%;
  }
}
.fluidImageTextSection .fluidImgBox img {
  border-radius: 20px;
}
@media (min-width: 768px) {
  .fluidImageTextSection .fluidImgBox img {
    width: 100%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media screen and (min-width: 1536px) {
  .fluidImageTextSection .fluidTextBox {
    padding-left: calc((100vw - 1440px) / 2);
  }
  .fluidImageTextSection.leftImage .fluidTextBox {
    padding-right: calc((100vw - 1440px) / 2);
  }
}

.chooseCardelSection {
  position: relative;
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top-right-radius: 60px;
  border-top-left-radius: 60px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-bottom: 70px;
  padding-top: 90px;
}

@media (min-width: 1280px) {
  .chooseCardelSection {
    padding-bottom: 120px;
    padding-top: 150px;
  }
}

@media (min-width: 1536px) {
  .chooseCardelSection {
    align-items: flex-start;
  }
}
.chooseCardelSection.rightVideoSection .fluidTextBox {
  margin-bottom: 20px;
  padding-top: 0px;
}
@media (min-width: 1024px) {
  .chooseCardelSection.rightVideoSection .fluidTextBox {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 35px;
  }
}
@media (min-width: 1280px) {
  .chooseCardelSection.rightVideoSection .fluidTextBox {
    padding-right: 90px;
  }
}
.chooseCardelSection.rightVideoSection .fluidTextBox {
  order: 1;
}
.chooseCardelSection.rightVideoSection .fluidImgBox {
  order: 2;
}
.chooseCardelSection.rightVideoSection .fluidImgBox img img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.chooseCardelSection.rightVideoSection .fluidImgBox .youtubeVideo,
.chooseCardelSection.rightVideoSection .fluidImgBox .uploadVideo,
.chooseCardelSection.rightVideoSection .fluidImgBox .vimeoVideo {
  border-radius: 20px 0 0 20px;
}
.chooseCardelSection.rightVideoSection .fluidImgBox .youtubeVideo .posterImg,
.chooseCardelSection.rightVideoSection .fluidImgBox .uploadVideo .posterImg,
.chooseCardelSection.rightVideoSection .fluidImgBox .vimeoVideo .posterImg {
  border-radius: 20px 0 0 20px;
}
.chooseCardelSection.rightVideoSection .fluidImgBox .youtubeVideo .posterImg img,
.chooseCardelSection.rightVideoSection .fluidImgBox .uploadVideo .posterImg img,
.chooseCardelSection.rightVideoSection .fluidImgBox .vimeoVideo .posterImg img {
  border-radius: 20px 0 0 20px;
}
.chooseCardelSection.rightVideoSection .top-shape {
  right: 0;
}
.chooseCardelSection.rightVideoSection .top-shape img {
  width: 100%;
}
.chooseCardelSection.image_without_topline {
  align-items: center;
}
.chooseCardelSection.image_without_topline .fluidTextBox {
  padding-top: 0 !important;
}
.chooseCardelSection .top-shape {
  position: absolute;
  top: -25px;
  width: 90%;
}
@media (min-width: 1024px) {
  .chooseCardelSection .top-shape {
    top: -40px;
    height: 39%;
    width: 45%;
  }
}
.chooseCardelSection .top-shape img {
  border-radius: 0px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .chooseCardelSection .top-shape img {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .chooseCardelSection .top-shape img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.chooseCardelSection .top-shape img {
  -o-object-position: top right;
     object-position: top right;
}
.chooseCardelSection .fluidTextBox {
  padding-right: 35px;
  padding-left: 35px;
  margin-top: 40px;
  width: 100%;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .chooseCardelSection .fluidTextBox {
    margin-top: 0px;
    width: 50%;
    padding-left: 35px;
  }
}
@media (min-width: 1280px) {
  .chooseCardelSection .fluidTextBox {
    padding-left: 90px;
  }
}
@media (min-width: 1536px) {
  .chooseCardelSection .fluidTextBox {
    padding-top: 100px;
  }
}
.chooseCardelSection .fluidTextBox h2 {
  margin-bottom: 30px;
  max-width: 480px;
}
.chooseCardelSection .fluidTextBox p {
  margin-bottom: 30px;
  font-family: "Hind", serif;;
}
.chooseCardelSection .fluidTextBox div,
.chooseCardelSection .fluidTextBox li {
  @applu font-fontHind;
}
.chooseCardelSection .fluidTextBox .btnGroup .allBtn {
  width: 100%;
  max-width: 330px;
  justify-content: center;
}
@media (min-width: 640px) {
  .chooseCardelSection .fluidTextBox .btnGroup .allBtn {
    width: auto;
    justify-content: flex-start;
  }
}
.chooseCardelSection .fluidTextBox .btnGroup .allBtn + .allBtn {
  margin-top: 20px;
}
@media (min-width: 640px) {
  .chooseCardelSection .fluidTextBox .btnGroup .allBtn + .allBtn {
    margin-top: 0px;
  }
}
.chooseCardelSection .fluidImgBox {
  width: 97%;
}
@media (min-width: 1024px) {
  .chooseCardelSection .fluidImgBox {
    width: 50%;
  }
}
.chooseCardelSection .fluidImgBox.cardelMapImage {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.chooseCardelSection .fluidImgBox.cardelMapImage img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.chooseCardelSection .fluidImgBox img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (min-width: 768px) {
  .chooseCardelSection .fluidImgBox img {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media screen and (min-width: 1536px) {
  .chooseCardelSection .fluidTextBox {
    padding-right: calc((100vw - 1440px) / 2);
  }
  .chooseCardelSection.rightVideoSection .fluidTextBox {
    padding-left: calc((100vw - 1440px) / 2);
  }
}
.chooseCardelSection.mapSection {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0px;
}
@media (min-width: 1024px) {
  .chooseCardelSection.mapSection {
    padding-bottom: 70px;
  }
}

/***Tetimonial Slider****/
.testimonialSection {
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
  cursor: pointer;
  border-radius: 36px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-top: 50px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .testimonialSection {
    margin-bottom: 70px;
    border-radius: 60px;
  }
}
.testimonialSection .mobileShape {
  position: absolute;
  left: 0px;
  top: 0;
  width: 99%;
}
@media (min-width: 768px) {
  .testimonialSection .mobileShape {
    display: none;
  }
}
.testimonialSection .mobileShape img {
  width: 100%;
  height: 120px;
}
.testimonialSection .testimonialsliderOuter {
  position: relative;
}
.testimonialSection .testimonialsliderOuter .deskshape {
  position: absolute;
  display: none;
}
@media (min-width: 768px) {
  .testimonialSection .testimonialsliderOuter .deskshape {
    display: block;
  }
}
.testimonialSection .testimonialsliderOuter .deskshape.leftShape {
  left: -25px;
}
@media (min-width: 768px) {
  .testimonialSection .testimonialsliderOuter .deskshape.leftShape {
    top: 150px;
  }
}
@media (min-width: 1024px) {
  .testimonialSection .testimonialsliderOuter .deskshape.leftShape {
    top: 200px;
  }
}
@media (min-width: 1280px) {
  .testimonialSection .testimonialsliderOuter .deskshape.leftShape {
    left: -35px;
  }
}
@media screen and (min-width: 1600px) {
  .testimonialSection .testimonialsliderOuter .deskshape.leftShape {
    left: -7%;
  }
  @media (min-width: 1280px) {
    .testimonialSection .testimonialsliderOuter .deskshape.leftShape {
      left: -6%;
    }
  }
}
.testimonialSection .testimonialsliderOuter .deskshape.rightShape {
  left: 26%;
}
.testimonialSection .testimonialsliderOuter .testimonialSlider .slick-dots {
  position: absolute;
  left: 0px;
  bottom: 10px;
  width: auto;
}
@media (min-width: 768px) {
  .testimonialSection .testimonialsliderOuter .testimonialSlider .slick-dots {
    left: calc(35% + 60px);
    --tw-translate-x: -50%;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1024px) {
  .testimonialSection .testimonialsliderOuter .testimonialSlider .slick-dots {
    left: calc(30% + 60px);
  }
}
@media (min-width: 1280px) {
  .testimonialSection .testimonialsliderOuter .testimonialSlider .slick-dots {
    left: calc(27% + 120px);
    bottom: 20px;
  }
}
.testimonialSection .testimonialsliderOuter .testimonialSlider .slick-dots li + li {
  margin-left: 10px;
}
.testimonialSection .testimonialsliderOuter .testimonialSlider .slick-dots li button:before {
  content: "";
  background-color: transparent;
  border: solid 2px #242323;
  border-radius: 50%;
  opacity: unset;
}
.testimonialSection .testimonialsliderOuter .testimonialSlider .slick-dots li.slick-active button:before {
  --tw-bg-opacity: 1;
  background-color: rgb(36 35 35 / var(--tw-bg-opacity));
  opacity: 1;
}
.testimonialSection .testimonialSlide .testimonialSlideInner {
  position: relative;
  z-index: 10;
  margin-left: 1px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .testimonialSection .testimonialSlide .testimonialSlideInner {
    align-items: center;
  }
}
.testimonialSection .testimonialSlide .testimonialImg {
  width: 100%;
}
@media (min-width: 768px) {
  .testimonialSection .testimonialSlide .testimonialImg {
    width: 35%;
  }
}
@media (min-width: 1024px) {
  .testimonialSection .testimonialSlide .testimonialImg {
    width: 30%;
  }
}
@media (min-width: 1280px) {
  .testimonialSection .testimonialSlide .testimonialImg {
    width: 27%;
  }
}
.testimonialSection .testimonialSlide .testimonialImg img {
  width: 100%;
  border-radius: 36px;
}
@media (min-width: 768px) {
  .testimonialSection .testimonialSlide .testimonialImg img {
    border-radius: 60px;
  }
}
.testimonialSection .testimonialSlide .testimonialContent {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .testimonialSection .testimonialSlide .testimonialContent {
    width: 65%;
    padding-left: 60px;
    padding-top: 60px;
  }
}
@media (min-width: 1024px) {
  .testimonialSection .testimonialSlide .testimonialContent {
    width: 70%;
  }
}
@media (min-width: 1280px) {
  .testimonialSection .testimonialSlide .testimonialContent {
    width: 73%;
    padding-left: 120px;
  }
}
.testimonialSection .testimonialSlide .testimonialContent blockquote {
  margin-bottom: 20px;
  max-width: 915px;
  font-size: 20px;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: 1.5px;
}
@media (min-width: 1024px) {
  .testimonialSection .testimonialSlide .testimonialContent blockquote {
    font-size: 30px;
    line-height: 45px;
  }
}
.testimonialSection .testimonialSlide .testimonialContent blockquote {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.testimonialSection .testimonialSlide .testimonialContent blockquote h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 1.5px;
}
@media (min-width: 1024px) {
  .testimonialSection .testimonialSlide .testimonialContent blockquote h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

.resourceBox {
  padding: 0 8px;
}
.resourceBox .resourceImg {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 49%;
  margin-bottom: 30px;
}
.resourceBox .resourceImg:hover img {
  transform: scale(1.1);
}
.resourceBox .resourceImg img,
.resourceBox .resourceImg picture {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  transition: transform 0.7s;
  transform: scale(1);
  -o-object-fit: cover;
     object-fit: cover;
}
.resourceBox .resourceContent h3 {
  margin-bottom: 20px;
  transition: all 0.2s ease 0s;
  font-weight: 500;
}
.resourceBox .resourceContent h3 a {
  text-decoration-line: none;
  transition: all 0.2s ease 0s;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  color: #414141;
  font-weight: 500;
}
.resourceBox .resourceContent h3:hover a {
  color: #1A3567;
}
.resourceBox .resourceContent p {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
}

.resourceSection {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .resourceSection {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.resourceSection .resourceSlider .resourceBox .resourceContent p:empty {
  height: 0 !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 768px) {
  .resourceSection .resourceSlider .resourceBox .resourceContent h3 a {
    height: auto !important;
  }
  .resourceSection .resourceSlider .resourceBox .resourceContent p {
    height: auto !important;
  }
  .resourceSection .resourceSlider .resourceBox .resourceImg {
    padding-bottom: 68%;
  }
}
.resourceSection .sectionHeader {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.resourceSection .sectionHeader .link.deskLink {
  display: none;
}
@media (min-width: 768px) {
  .resourceSection .sectionHeader .link.deskLink {
    display: block;
  }
}
.resourceSection .sectionHeader .link.mobLink {
  display: block;
}
@media (min-width: 768px) {
  .resourceSection .sectionHeader .link.mobLink {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .resourceSection .sectionHeader {
    gap: 0px;
  }
  .resourceSection .sectionHeader h2 {
    max-width: 160px;
  }
}
.resourceSection .sectionHeader h2 {
  width: auto;
}
@media (min-width: 640px) {
  .resourceSection .sectionHeader h2 {
    max-width: calc(100% - 210px);
  }
}
.resourceSection .sectionHeader .link {
  margin-top: 0px;
  width: auto;
}
@media (min-width: 640px) {
  .resourceSection .sectionHeader .link {
    max-width: 180px;
  }
}
.resourceSection .arrow-group {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .resourceSection .arrow-group {
    display: none;
  }
}
.resourceSection .arrow-group button.slick-next, .resourceSection .arrow-group button.slick-prev {
  position: relative;
  top: 0;
  transform: none;
  left: unset;
  right: unset;
  width: 15px;
  height: 25px;
  cursor: pointer;
}
.resourceSection .arrow-group button.slick-next::before, .resourceSection .arrow-group button.slick-prev::before {
  display: none;
}
.resourceSection .arrow-group button:hover {
  background-color: #82AC02;
}

/******  LinkedIn Slider *****/
.linkedinSection {
  padding-top: 40px;
  padding-bottom: 90px;
}
@media (min-width: 1024px) {
  .linkedinSection {
    padding-top: 70px;
    padding-bottom: 110px;
  }
}
.linkedinSection .headingRight {
  display: flex;
  min-width: 145px;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .linkedinSection .sectionHeader {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 580px) {
  .linkedinSection .sectionHeader h2 {
    max-width: 160px;
  }
}
.linkedinSection .sectionHeader .link {
  margin-top: 5px;
}

/******Tabbing Section******/
.tabbingSection {
  position: relative;
  border-radius: 36px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 53 103 / var(--tw-bg-opacity));
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .tabbingSection {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .tabbingSection {
    margin-top: 60px;
    border-radius: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (min-width: 1280px) {
  .tabbingSection {
    padding-bottom: 130px;
  }
}
.tabbingSection .sectionHeader {
  margin-bottom: 15px;
}
.tabbingSection h2,
.tabbingSection h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tabbingSection .arrow-group {
  display: flex;
  gap: 20px;
}
.tabbingSection .arrow-group button.slick-next, .tabbingSection .arrow-group button.slick-prev {
  position: relative;
  top: 0;
  transform: none;
  left: unset;
  right: unset;
  width: 45px;
  height: 45px;
  border: solid 2px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
}
.tabbingSection .arrow-group button.slick-next img, .tabbingSection .arrow-group button.slick-prev img {
  filter: brightness(0) invert(1);
}
.tabbingSection .arrow-group button.slick-next::before, .tabbingSection .arrow-group button.slick-prev::before {
  display: none;
}
.tabbingSection .arrow-group button:hover {
  background-color: #fff;
}
.tabbingSection .arrow-group button:hover img {
  filter: none;
}
.tabbingSection .arrow-group button.slick-next img {
  margin-left: 3px;
}
@media screen and (max-width: 768px) {
  .tabbingSection .arrow-group {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 333;
  }
  .tabbingSection .arrow-group button.slick-next, .tabbingSection .arrow-group button.slick-prev {
    border: none;
    background-color: transparent;
  }
  .tabbingSection .arrow-group button:hover img {
    filter: brightness(0) invert(1);
  }
}
.tabbingSection .tab {
  display: none;
  transition: display 2s ease 0s;
}
.tabbingSection .tab.tab-active {
  display: block;
}
.tabbingSection .tab-main-box {
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
}
@media (min-width: 768px) {
  .tabbingSection .tab-main-box {
    padding-right: 0px;
  }
}
.tabbingSection .tab-main-box {
  min-height: 520px;
}
.tabbingSection .tab-main-box p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media screen and (min-width: 1536px) {
  .tabbingSection .tab-main-box {
    padding-left: calc((100vw - 1440px) / 2);
  }
}
.tabbingSection .tab-main-box .tabsExtraContent {
  padding-left: 35px;
  padding-right: 35px;
}
@media (min-width: 768px) {
  .tabbingSection .tab-main-box .tabsExtraContent {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.tabbingSection .tab-main-box .tabSlider .slick-list {
  padding-left: 0 !important;
}
.tabbingSection .tab-main-box .tabSlideInner {
  position: relative;
}
@media (min-width: 768px) {
  .tabbingSection .tab-main-box .tabSlideInner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.tabbingSection .tab-main-box .tabSlideInner .tabLinkBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .tabbingSection .tab-main-box .tabSlideInner .tabLinkBox {
    justify-content: flex-start;
  }
}
.tabbingSection .tab-main-box .tabImg {
  position: relative;
  height: 260px;
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .tabbingSection .tab-main-box .tabImg {
    height: 430px;
    width: 85%;
  }
}
@media (min-width: 1280px) {
  .tabbingSection .tab-main-box .tabImg {
    height: 588px;
    width: 79%;
  }
}
.tabbingSection .tab-main-box .tabImg img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.tabbingSection .tab-main-box .tabSlideContent {
  position: relative;
  top: -70px;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
  border-radius: 36px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 30px;
}
@media (min-width: 1024px) {
  .tabbingSection .tab-main-box .tabSlideContent {
    position: absolute;
    top: 50%;
    right: 90px;
    margin-left: 0px;
    margin-right: 0px;
    width: 42.4%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 60px;
    padding: 50px;
  }
}
@media (min-width: 1280px) {
  .tabbingSection .tab-main-box .tabSlideContent {
    right: 130px;
    width: 40%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 80px;
    padding-right: 80px;
  }
}
.tabbingSection .tab-main-box .tabSlideContent h2,
.tabbingSection .tab-main-box .tabSlideContent h3 {
  color: #1A3567;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .tabbingSection .tab-main-box .tabSlideContent h2,
.tabbingSection .tab-main-box .tabSlideContent h3 {
    margin-bottom: 30px;
  }
}
.tabbingSection .tab-main-box .tabSlideContent p {
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  color: #242323;
}
.tabbingSection .tab-main-box .tabSlideContent > div {
  margin-bottom: 40px;
}

.tab-menu ul {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

@media (min-width: 1024px) {
  .tab-menu ul {
    margin-bottom: 50px;
  }
}
.tab-menu ul li {
  width: 100%;
}
@media (min-width: 640px) {
  .tab-menu ul li {
    width: auto;
  }
}
.tab-menu ul li a {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(26 53 103 / var(--tw-bg-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.tab-menu ul li a:hover {
  --tw-border-opacity: 1;
  border-color: rgb(130 172 2 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 53 103 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
  .tab-menu ul li a {
    width: auto;
  }
}
@media (min-width: 1024px) {
  .tab-menu ul li a {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.tab-menu ul li a.active-link, .tab-menu ul li a:hover {
  background: rgb(154, 201, 3);
  background-image: linear-gradient(90deg, #9ac903 41%, #759c02 100%);
  border-color: #82AC02;
  color: #1A3567;
}

/*** Get in Touch****/
.getInTouchSection {
  position: relative;
}
.getInTouchSection .container {
  max-width: 1440px;
  padding-left: 0px;
  padding-right: 0px;
}

.getInTouchOuter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 36px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 53 103 / var(--tw-bg-opacity));
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .getInTouchOuter {
    border-radius: 60px;
    padding-bottom: 0px;
  }
}
.getInTouchOuter .getTouchImg {
  position: relative;
  width: 100%;
  --tw-translate-x: 4%;
  --tw-translate-y: -24%;
  --tw-rotate: -17deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: hidden;
  border-top-left-radius: 36px;
  border-top-right-radius: 36px;
}
@media (min-width: 1024px) {
  .getInTouchOuter .getTouchImg {
    left: 69px;
    top: -71px;
    order: 9999;
    width: 45%;
    --tw-translate-x: 0px;
    --tw-translate-y: 0px;
    --tw-rotate: 16deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-top-left-radius: 0px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    border-top-right-radius: 60px;
  }
}
.getInTouchOuter .getTouchImg img {
  width: 100%;
  border-top-left-radius: 36px;
  border-bottom-left-radius: 36px;
}
@media (min-width: 1024px) {
  .getInTouchOuter .getTouchImg img {
    position: absolute;
    height: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.getInTouchOuter .getTouchForm {
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .getInTouchOuter .getTouchForm {
    width: 53%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 60px;
    padding-right: 10px;
  }
}
.getInTouchOuter .getTouchForm h2,
.getInTouchOuter .getTouchForm p,
.getInTouchOuter .getTouchForm ul li,
.getInTouchOuter .getTouchForm div,
.getInTouchOuter .getTouchForm label {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.getInTouchOuter .getTouchForm form .form-check.whiteCheckBox {
  width: 100%;
}
@media (min-width: 768px) {
  .getInTouchOuter .getTouchForm form .form-check.whiteCheckBox {
    width: calc(100% - 200px);
  }
}
.getInTouchOuter .getTouchForm form .form-check.whiteCheckBox label {
  align-items: center;
}
.getInTouchOuter .getTouchForm form .form-check .wpcf7-list-item-label {
  color: #fff;
}
.getInTouchOuter .getTouchForm form .form-check .wpcf7-list-item-label:before {
  border-color: #fff;
}
.getInTouchOuter .getTouchForm form .form-check input[type=checkbox]:checked ~ .wpcf7-list-item-label:before {
  background-color: #fff;
}

.home .resourceBox .resourceContent h3 a {
  min-height: unset;
}
.home .testimonialSection {
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  .home .testimonialSection {
    margin-top: 100px;
  }
}
@media (min-width: 1280px) {
  .home .testimonialSection {
    margin-top: 190px;
  }
}
.home .tabbingSection {
  margin-top: 0;
  position: relative;
}
.home .tabbingSection::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 40px;
  background-color: #F7F7F7;
  top: -45px;
  z-index: -1;
}

.getTouchForm .wpcf7-form .form-bottom .form-check,
.contactGetInTouch .wpcf7-form .form-bottom .form-check {
  width: auto;
  margin-bottom: 0;
}

.newsLetterBox .wpcf7-form .form-bottom .form-check {
  width: auto;
}

@media (min-width: 1024px) {
  .newsLetterBox .wpcf7-form .form-bottom .form-check {
    width: calc(100% - 160px);
  }
}

.newsLetterBox .wpcf7-form .form-bottom .form-check {
  margin-bottom: 0;
}

.home .resourceSlider .resourceBox .allBtn.btn-icon img {
  filter: brightness(0) invert(1);
}
.home .resourceSlider .resourceBox .allBtn.btn-icon:hover img {
  filter: unset;
}

@media screen and (min-width: 1200px) {
  .uspBlock::nth-child(4n) .boxTitle {
    justify-content: flex-end;
  }
}
.home .chooseCardelSection .fluidTextBox .btnGroup .allBtn + .allBtn {
  margin-top: 0 !important;
}
.home .testimonialSection + .fluidImageTextSection {
  padding-top: 50px;
}
@media (min-width: 1024px) {
  .home .testimonialSection + .fluidImageTextSection {
    padding-top: 80px;
  }
}
@media (min-width: 1280px) {
  .home .testimonialSection + .fluidImageTextSection {
    padding-top: 190px;
  }
}

.tax-sector_category .chooseCardelSection .fluidTextBox .btnGroup .allBtn + .allBtn,
.single-post .chooseCardelSection .fluidTextBox .btnGroup .allBtn + .allBtn {
  margin-top: 0 !important;
}

@media screen and (max-width: 640px) {
  .single-post .footerNavigation {
    padding-top: 0;
    justify-content: space-between;
  }
  .single-post .footerNavigation .shareBox {
    padding-top: 0;
    padding-bottom: 10px;
  }
}

.innerBannerSection .innerBannerOuter {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(26 53 103 / var(--tw-bg-opacity));
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .innerBannerSection .innerBannerOuter {
    align-items: center;
    padding-bottom: 0px;
  }
}
.innerBannerSection .innerBannerContent {
  width: 100%;
  padding-left: 35px;
  padding-right: 35px;
}
@media (min-width: 1024px) {
  .innerBannerSection .innerBannerContent {
    width: 50%;
    padding-top: 0px;
  }
}
@media screen and (min-width: 1536px) {
  .innerBannerSection .innerBannerContent {
    padding-left: calc((100vw - 1440px) / 2);
    width: 50%;
  }
}
.innerBannerSection .innerBannerContent h1 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.innerBannerSection .innerBannerImg {
  position: relative;
  height: 295px;
  width: 100%;
  --tw-translate-x: 2%;
  --tw-translate-y: -22%;
  --tw-rotate: -7deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  overflow: hidden;
  border-bottom-left-radius: 32px;
}
@media (min-width: 768px) {
  .innerBannerSection .innerBannerImg {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .innerBannerSection .innerBannerImg {
    right: -1%;
    order: 9999;
    margin-bottom: 0px;
    margin-top: -2.9%;
    height: auto;
    width: 50%;
    --tw-translate-x: 0px;
    --tw-translate-y: 0px;
    --tw-rotate: 7deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-bottom-left-radius: 60px;
    padding-bottom: 16%;
  }
}
.innerBannerSection .innerBannerImg img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-bottom-left-radius: 32px;
}
@media (min-width: 1024px) {
  .innerBannerSection .innerBannerImg img {
    border-bottom-left-radius: 60px;
  }
}
.innerBannerSection .innerBannerImg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.breadcrumbSection {
  padding-top: 25px;
  padding-bottom: 25px;
}
.breadcrumbSection .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbSection .breadcrumbs li {
  text-transform: capitalize;
  text-decoration-line: underline;
}
.breadcrumbSection .breadcrumbs li a {
  font-weight: 600;
  text-decoration-line: underline;
}
.breadcrumbSection .breadcrumbs li:after {
  content: "/";
  padding: 0;
}
.breadcrumbSection .breadcrumbs li:last-child::after {
  display: none;
}

.chooseCardelSection + .getInTouchSection {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .chooseCardelSection + .getInTouchSection {
    margin-top: 70px;
  }
}

@media (min-width: 1280px) {
  .chooseCardelSection + .getInTouchSection {
    margin-top: 120px;
  }
}

.threeColImgSection {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.threeColImgSection .threecolBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.threeColImgSection .threeColImg {
  margin-bottom: 30px;
  width: 100%;
  max-width: 500px;
}
.threeColImgSection .threeColImg:last-child {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .threeColImgSection .threeColImg {
    margin-bottom: 0px;
    width: 32%;
    max-width: none;
  }
}
@media (min-width: 1280px) {
  .threeColImgSection .threeColImg {
    width: 31%;
  }
}
.threeColImgSection .threeColImg img {
  border-radius: 20px;
}
.threeColImgSection .shape-bottom {
  width: 45%;
}
.threeColImgSection .shape-bottom img {
  width: 100%;
}
.threeColImgSection .shape-top {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.threeColImgSection .shape-top img {
  width: 60vw;
}
@media (min-width: 768px) {
  .threeColImgSection .shape-top img {
    width: 24vw;
  }
}

.page-template-tp-sector .sectionHeader {
  align-items: center;
}
.page-template-tp-sector .textTeaserImgBox .allBtn {
  --tw-border-opacity: 1;
  border-color: rgb(130 172 2 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(130 172 2 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 53 103 / var(--tw-text-opacity));
}
.page-template-tp-sector .textTeaserImgBox .allBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(130 172 2 / var(--tw-text-opacity));
}

.resourceListing {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.resourceListing .resourceBox {
  margin-bottom: 40px;
  width: 100%;
  padding: 0px;
}
@media (min-width: 640px) {
  .resourceListing .resourceBox {
    width: 48.5%;
  }
}
@media (min-width: 1024px) {
  .resourceListing .resourceBox {
    margin-bottom: 50px;
    width: 32.2%;
  }
}
@media (min-width: 1280px) {
  .resourceListing .resourceBox {
    margin-bottom: 90px;
  }
}
@media (min-width: 1536px) {
  .resourceListing .resourceBox {
    width: 32.5%;
  }
}
.resourceListing .resourceBox .btn-icon img {
  filter: brightness(0) invert(1);
}
.resourceListing .resourceBox .btn-icon:hover img {
  filter: unset;
}

.resourceSlider .resourceContent a,
.youMayLikeSlider .resourceContent a {
  border-radius: 10px;
}

.resourceSlider {
  margin: 0 -8px;
}

.resourceListingSecion {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .resourceListingSecion {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1280px) {
  .resourceListingSecion {
    padding-bottom: 120px;
  }
}
.resourceListingSecion .resourceContent a {
  border-radius: 10px;
}
.resourceListingSecion .allBtn {
  border-radius: 10px;
}

.clearLink {
  position: relative;
  padding-right: 20px;
}
.clearLink:after {
  content: "x";
  position: absolute;
  right: 0;
  text-transform: lowercase;
  top: 0;
}

.filterSection {
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .filterSection {
    margin-top: 40px;
    border-radius: 20px;
  }
}
.filterSection .sectionHeader {
  margin-bottom: 0;
}
.filterSection .filterBoxOuter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .filterSection .filterBoxOuter {
    justify-content: flex-start;
  }
}
.filterSection .filterBoxOuter.resourceFilter {
  justify-content: space-between;
  gap: 0px;
}
.filterSection .filterBoxOuter.resourceFilter .resourceLeftFilter {
  order: 9999;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 1024px) {
  .filterSection .filterBoxOuter.resourceFilter .resourceLeftFilter {
    order: -9999;
    width: calc(100% - 350px);
  }
}
.filterSection .filterBoxOuter.resourceFilter .resourceLeftFilter .custom-select {
  width: 100%;
}
@media (min-width: 640px) {
  .filterSection .filterBoxOuter.resourceFilter .resourceLeftFilter .custom-select {
    width: 47%;
  }
}
@media (min-width: 1024px) {
  .filterSection .filterBoxOuter.resourceFilter .resourceLeftFilter .custom-select {
    width: 280px;
  }
}
@media (min-width: 1280px) {
  .filterSection .filterBoxOuter.resourceFilter .resourceLeftFilter .custom-select {
    width: 350px;
  }
}
.filterSection .filterBoxOuter.resourceFilter .resourceRightFilter {
  order: -9999;
  width: 100%;
}
@media (min-width: 1024px) {
  .filterSection .filterBoxOuter.resourceFilter .resourceRightFilter {
    order: 9999;
    width: 300px;
  }
}
@media (min-width: 1280px) {
  .filterSection .filterBoxOuter.resourceFilter .resourceRightFilter {
    width: 350px;
  }
}
.filterSection .filterBoxOuter.resourceFilter .resourceRightFilter .resourceSearch {
  position: relative;
}
@media (min-width: 640px) {
  .filterSection .filterBoxOuter.resourceFilter .resourceRightFilter .resourceSearch {
    width: 100%;
  }
}
.filterSection .filterBoxOuter.resourceFilter .resourceRightFilter .resourceSearch::before {
  content: "";
  background-image: url(../images/search.svg);
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
.filterSection .filterBoxOuter.resourceFilter .resourceRightFilter .resourceSearch .form-control {
  padding-left: 50px;
}
.filterSection .filterBoxOuter .custom-select {
  width: 320px;
  max-width: 100%;
}
@media (min-width: 640px) {
  .filterSection .filterBoxOuter .custom-select {
    width: 350px;
  }
}

/* Style for the custom select container */
.custom-select {
  position: relative;
  width: 350px;
  border-radius: 10px;
}
.custom-select .select-header {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 1.5px;
  --tw-text-opacity: 1;
  color: rgb(65 65 65 / var(--tw-text-opacity));
  border: solid 1px #fff;
  border-bottom: none;
}
.custom-select .select-header .icon-plus {
  width: 12px;
}
.custom-select .selected-option {
  flex: 1;
}
.custom-select .options {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  z-index: 3333;
  background-color: #fff;
  transition: max-height 0.3s ease-in-out;
  display: none;
  padding: 0 30px 10px;
  border-radius: 0 0 10px 10px;
  border: solid 1px #1A3567;
  border-top: none;
}
.custom-select .options li {
  cursor: pointer;
  transition: background-color 0.2s;
  border-top: solid 1px #707070;
  letter-spacing: 1.5px;
  padding: 8px 0;
}
.custom-select .options.active {
  display: block;
  /* Add this line */
}
.custom-select.open .select-header {
  border-radius: 10px 10px 0 0;
  border-color: #1A3567;
}
.custom-select.open .icon-plus {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.footerNavigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 640px) {
  .footerNavigation {
    justify-content: space-between;
  }
}
.footerNavigation .btn-icon {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.footerNavigation .btn-icon:first-child {
  order: 2;
}
@media (min-width: 640px) {
  .footerNavigation .btn-icon:first-child {
    order: 0;
  }
}
.footerNavigation .btn-icon:last-child {
  order: 9999;
}
@media (min-width: 640px) {
  .footerNavigation .btn-icon:last-child {
    order: 0;
  }
}
.footerNavigation .btn-icon img {
  margin-right: 0px;
  width: 7px;
  filter: brightness(0) invert(1);
}
.footerNavigation .btn-icon:hover img {
  filter: unset;
}
.footerNavigation .shareBox {
  order: 1;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 640px) {
  .footerNavigation .shareBox {
    order: 0;
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.footerNavigation .shareBox img {
  margin: 0 auto;
}
.footerNavigation .shareBox .shareText {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 53 103 / var(--tw-text-opacity));
  font-family: "Lato", sans-serif;
  padding-right: 20px;
}
.footerNavigation .shareBox .addtoany_list a, .footerNavigation .shareBox .widget .addtoany_list a {
  padding: 0 10px;
}

.resourceDetailSection {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .resourceDetailSection {
    padding-bottom: 70px;
  }
}

@media (min-width: 1536px) {
  .resourceDetailSection {
    padding-bottom: 140px;
  }
}

.single-post .resourceDetailSection + .youMayLikeSlider.sectionWhite {
  padding-top: 0;
}

.resourceDetailOuter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.resourceDetailOuter .resourceDetailLeft {
  width: 100%;
}
@media (min-width: 1024px) {
  .resourceDetailOuter .resourceDetailLeft {
    width: 300px;
  }
}
.resourceDetailOuter .resourceDetailRight {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .resourceDetailOuter .resourceDetailRight {
    width: calc(100% - 350px);
  }
}
@media (min-width: 1536px) {
  .resourceDetailOuter .resourceDetailRight {
    width: calc(100% - 390px);
  }
}
.resourceDetailOuter .resourceDetailRight .serviceThumbOuter {
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .resourceDetailOuter .resourceDetailRight .serviceThumbOuter {
    margin-bottom: 70px;
  }
}
.resourceDetailOuter .resourceDetailRight .serviceThumbOuter .serviceThumbSlider {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 110px);
}
@media (min-width: 1280px) {
  .resourceDetailOuter .resourceDetailRight .serviceThumbOuter .serviceThumbSlider {
    max-width: calc(100% - 140px);
  }
}
.resourceDetailOuter .resourceDetailRight .serviceThumbOuter .serviceThumbSlider .serviceGalleryImg {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 1024px) {
  .resourceDetailOuter .resourceDetailRight .serviceThumbOuter .serviceThumbSlider .serviceGalleryImg {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1280px) {
  .resourceDetailOuter .resourceDetailRight .serviceThumbOuter .serviceThumbSlider .serviceGalleryImg {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.resourceDetailOuter .resourceDetailRight .serviceThumbOuter .serviceThumbSlider .serviceGalleryImg {
  border-radius: 10px;
}
.resourceDetailOuter .resourceDetailRight .serviceThumbOuter .serviceThumbSlider .serviceGalleryImg img {
  border-radius: 10px;
  width: 100%;
}
.resourceDetailOuter .resourceRightContent {
  margin-bottom: 40px;
  font-family: "Lato", sans-serif;
}
.resourceDetailOuter .resourceRightContent ul {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .resourceDetailOuter .resourceRightContent ul {
    margin-bottom: 50px;
  }
}
.resourceDetailOuter .resourceRightContent ul li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 20px;
  font-family: "Lato", sans-serif;
}
.resourceDetailOuter .resourceRightContent ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #1A3567;
  position: absolute;
  left: 0;
  top: 11px;
}
.resourceDetailOuter .resourceRightContent ol {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .resourceDetailOuter .resourceRightContent ol {
    margin-bottom: 50px;
  }
}
.resourceDetailOuter .resourceRightContent ol {
  counter-reset: count;
}
.resourceDetailOuter .resourceRightContent ol li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 20px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .resourceDetailOuter .resourceRightContent ol li {
    font-size: 17px;
  }
}
.resourceDetailOuter .resourceRightContent ol li:before {
  counter-increment: count;
  content: counter(count) ". ";
  position: absolute;
  left: 0;
  top: 0;
  color: #1A3567;
}

.textBanner {
  --tw-bg-opacity: 1;
  background-color: rgb(26 53 103 / var(--tw-bg-opacity));
  padding-top: 70px;
  padding-bottom: 70px;
}
.textBanner h1, .textBanner p, .textBanner h2, .textBanner h3, .textBanner li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wpcf7-form .form-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.threeColTextSection {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-top: 30px;
  padding-bottom: 20px;
}
.threeColTextSection h3 {
  margin-bottom: 20px;
}
.threeColTextSection .textColOuter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: count;
}
.threeColTextSection .textColOuter .textCol {
  margin-bottom: 35px;
  width: 100%;
}
@media (min-width: 768px) {
  .threeColTextSection .textColOuter .textCol {
    margin-bottom: 0px;
    width: 30%;
    max-width: 360px;
  }
}
.threeColTextSection .textColOuter .textCol:last-child {
  margin-bottom: 10px;
}
.threeColTextSection .textColOuter .textCol h5 {
  margin-bottom: 1rem;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(26 53 103 / var(--tw-text-opacity));
}
.threeColTextSection .textColOuter .textCol h5:before {
  counter-increment: count;
  content: counter(count);
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: solid 1px #1A3567;
  color: #1A3567;
  margin-right: 10px;
}
.threeColTextSection .textColOuter + .textCol {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .threeColTextSection .textColOuter + .textCol {
    margin-top: 0px;
  }
}

.recentArrowGroup.arrow-group {
  position: relative;
  display: flex;
  gap: 20px;
}
.recentArrowGroup.arrow-group button.slick-next, .recentArrowGroup.arrow-group button.slick-prev {
  position: relative;
  height: 35px;
  width: 35px;
}
@media (min-width: 640px) {
  .recentArrowGroup.arrow-group button.slick-next, .recentArrowGroup.arrow-group button.slick-prev {
    height: 45px;
    width: 45px;
  }
}
.recentArrowGroup.arrow-group button.slick-next, .recentArrowGroup.arrow-group button.slick-prev {
  top: 0;
  transform: none;
  left: unset;
  right: unset;
  border: solid 2px #1A3567;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
}
.recentArrowGroup.arrow-group button.slick-next::before, .recentArrowGroup.arrow-group button.slick-prev::before {
  display: none;
}
.recentArrowGroup.arrow-group button:hover {
  background-color: #1A3567;
}
.recentArrowGroup.arrow-group button:hover img {
  filter: brightness(0) invert(1);
}
.recentArrowGroup.arrow-group button.slick-next img {
  margin-left: 3px;
}

.recentlyViewSection {
  margin-bottom: 40px;
  border-radius: 36px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .recentlyViewSection {
    margin-bottom: 60px;
    border-radius: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1280px) {
  .recentlyViewSection {
    margin-bottom: 150px;
  }
}

.youMayLikeSection {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .youMayLikeSection {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 1280px) {
  .youMayLikeSection {
    padding-top: 130px;
    padding-bottom: 130px;
  }
}

.recentlyViewSection .sectionHeader,
.youMayLikeSection .sectionHeader {
  gap: 0px;
}

@media (min-width: 640px) {
  .recentlyViewSection .sectionHeader,
.youMayLikeSection .sectionHeader {
    gap: 20px;
  }
}

.likeSlide .likeImg {
  position: relative;
  height: 320px;
  overflow: hidden;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .likeSlide .likeImg {
    height: 232px;
  }
}
.likeSlide .likeImg img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: transform 1s;
}
.likeSlide .likeImg:hover img {
  transform: scale(1.1);
}
.likeSlide .likeContent h3 {
  text-decoration-line: underline;
}
.likeSlide .likeContent h3:hover {
  --tw-text-opacity: 1;
  color: rgb(130 172 2 / var(--tw-text-opacity));
}

/** * FAQ Section * **/
.faqSection {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  .faqSection {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.faqSection.contactFaq .faqOuter {
  width: 100%;
}
.faqSection.contactFaq .faqOuter .faq_box:first-child .faq_title {
  border-top: 0;
}
.faqSection.contactFaq .faqOuter .faq_box .faq_title {
  border-color: rgba(30, 57, 76, 0.5);
}
.faqSection .faqOuter {
  width: 100%;
}
@media (min-width: 768px) {
  .faqSection .faqOuter {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .faqSection .faqOuter {
    width: 50%;
  }
}
.faqSection .faq_shape {
  position: absolute;
  right: 0px;
  top: 0px;
  display: none;
}
@media (min-width: 768px) {
  .faqSection .faq_shape {
    display: block;
    width: 32%;
  }
}
@media (min-width: 1024px) {
  .faqSection .faq_shape {
    width: 40%;
  }
}
.faqSection .faq_shape img {
  width: 90%;
  margin-left: auto;
}

.faqOuter .faq_content {
  display: none;
  padding-right: 50px;
  padding-left: 10px;
}
.faqOuter .faq_content p {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .faqOuter .faq_content p {
    margin-bottom: 52px;
  }
}
.faqOuter .faq_content ul {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .faqOuter .faq_content ul {
    margin-bottom: 52px;
  }
}
.faqOuter .faq_content ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.faqOuter .faq_content ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #1A3567;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.faqOuter .faq_content ol {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .faqOuter .faq_content ol {
    margin-bottom: 52px;
  }
}
.faqOuter .faq_content ol li {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 10px;
}
.faqOuter .faq_content .btnWithContent {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 15px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 560px) {
  .faqOuter .faq_content .btnWithContent > div {
    width: calc(100% - 200px);
  }
}
.faqOuter .faq_content .btnWithContent .btn-icon img {
  filter: brightness(0) invert(1);
}
.faqOuter .faq_content .btnWithContent .btn-icon:hover img {
  filter: unset;
}
.faqOuter .faq_content .btnWithContent .btnContent {
  margin-right: 20px;
}
.faqOuter .faq_title {
  position: relative;
  margin-bottom: 0px;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(36 35 35 / var(--tw-border-opacity));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 50px;
  padding-left: 10px;
}
@media (min-width: 1024px) {
  .faqOuter .faq_title {
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
.faqOuter .faq_title {
  cursor: pointer;
}
.faqOuter .faq_title .arrow {
  position: absolute;
  top: 27px;
  right: 20px;
}
@media (min-width: 1024px) {
  .faqOuter .faq_title .arrow {
    top: 40px;
  }
}
.faqOuter .faq_title .arrow {
  transition: all 0.3s ease 0s;
}
.faqOuter .faq_title.active .arrow {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.faqOuter .faq_box:last-child .faq_title {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(36 35 35 / var(--tw-border-opacity));
}
.faqOuter .faq_box:last-child .faq_title.active {
  border-bottom: none;
}
.faqOuter .faq_box:last-child .faq_content {
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(36 35 35 / var(--tw-border-opacity));
}

.serviceArrow {
  position: absolute;
  top: 50%;
  display: flex;
  width: 100%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  justify-content: space-between;
}
.serviceArrow.arrow-group button.slick-next, .serviceArrow.arrow-group button.slick-prev {
  position: relative;
  top: 0;
  transform: none;
  left: unset;
  right: unset;
  border: solid 2px #1A3567;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  height: 45px;
  width: 45px;
}
.serviceArrow.arrow-group button.slick-next img, .serviceArrow.arrow-group button.slick-prev img {
  width: 11px;
}
.serviceArrow.arrow-group button.slick-next::before, .serviceArrow.arrow-group button.slick-prev::before {
  display: none;
}
.serviceArrow.arrow-group button:hover {
  background-color: #1A3567;
}
.serviceArrow.arrow-group button:hover img {
  filter: brightness(0) invert(1);
}
.serviceArrow.arrow-group.slick-next img {
  margin-left: 3px;
}

.secrviceSection .shareBox {
  margin-top: 50px;
}
.secrviceSection .shareBox .addtoany_list a, .secrviceSection .shareBox .widget .addtoany_list a {
  padding: 0 10px;
}
.secrviceSection .serviceOuter {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .secrviceSection .serviceOuter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.secrviceSection .serviceOuter .serviceLeft {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .secrviceSection .serviceOuter .serviceLeft {
    width: 48%;
  }
}
.secrviceSection .serviceOuter .serviceLeft .thumbOuter {
  position: relative;
  margin-top: 40px;
}
.secrviceSection .serviceOuter .serviceRight {
  width: 100%;
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .secrviceSection .serviceOuter .serviceRight {
    width: 48%;
    padding-top: 0px;
  }
}
.secrviceSection .serviceOuter .serviceRight .btn-icon img {
  filter: brightness(0) invert(1);
}
.secrviceSection .serviceOuter .serviceRight .btn-icon:hover img {
  filter: none;
}
.secrviceSection .serviceGallery .serviceGalleryImg {
  border-radius: 10px;
  position: relative;
  padding-bottom: 84.5%;
}
.secrviceSection .serviceGallery .serviceGalleryImg img {
  border-radius: 10px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.secrviceSection .serviceThumbGallery {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 110px);
}
@media (min-width: 1280px) {
  .secrviceSection .serviceThumbGallery {
    max-width: calc(100% - 140px);
  }
}
.secrviceSection .serviceThumbGallery .serviceGalleryImg {
  padding-left: 5px;
  padding-right: 5px;
}
@media (min-width: 1280px) {
  .secrviceSection .serviceThumbGallery .serviceGalleryImg {
    padding-left: 13px;
    padding-right: 13px;
  }
}
.secrviceSection .serviceThumbGallery .serviceGalleryImg {
  border-radius: 10px;
}
.secrviceSection .serviceThumbGallery .serviceGalleryImg img {
  border-radius: 10px;
  width: 100%;
}

.single-service .youMayLikeSection .resourceContent .allBtn {
  border-radius: 10px;
}

.sectionGray {
  background-color: #F7F7F7 !important;
}

.sectionWhite {
  background-color: #fff !important;
}

.youMayLikeSection.sectionGray {
  margin-bottom: 50px;
  border-radius: 32px;
}

@media (min-width: 1024px) {
  .youMayLikeSection.sectionGray {
    margin-bottom: 150px;
    border-radius: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1280px) {
  .youMayLikeSection.sectionGray {
    margin-bottom: 200px;
  }
}

@media (min-width: 1024px) {
  .testimonialSection + .resourceListingSecion {
    padding-bottom: 50px;
  }
}

.resourceListingSecion + .site-footer {
  margin-top: 0;
  padding-top: 70px;
}

.page-template-tp-privacy .site-footer,
.page-template-tp-privacy-articles .site-footer {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  padding-top: 70px;
}

.page-template-tp-privacy-articles .resourceDetailSection {
  padding-bottom: 100px;
}

.privacyListOuter {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1024px) {
  .privacyListOuter {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1280px) {
  .privacyListOuter {
    padding-bottom: 150px;
  }
}

.privacyList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(36 35 35 / var(--tw-border-opacity));
  padding-top: 25px;
  padding-bottom: 25px;
}
.privacyList:last-child {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(36 35 35 / var(--tw-border-opacity));
}
.privacyList h3 {
  margin-bottom: 0;
}
.privacyList .link {
  color: #414141;
}

body.privacy-policy .site-footer {
  padding-top: 65px;
  margin-top: 0;
}
body.privacy-policy .textTeaserImgBox .textTeaserConttent {
  width: 100%;
}
body.notGetnTouchPage .site-footer {
  margin-top: 0;
  padding-top: 60px;
}

.contactLinkList {
  position: relative;
}
.contactLinkList .contactLink {
  margin-bottom: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contactLinkList .contactLink span {
  display: flex;
  width: 100px;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(26 53 103 / var(--tw-text-opacity));
}
@media (min-width: 640px) {
  .contactLinkList .contactLink span {
    width: 125px;
  }
}
@media (min-width: 768px) {
  .contactLinkList .contactLink span {
    font-size: 18px;
  }
}
.contactLinkList .contactLink span img {
  margin-right: 5px;
}
@media (min-width: 640px) {
  .contactLinkList .contactLink span img {
    margin-right: 10px;
  }
}
.contactLinkList .contactLink a {
  font-weight: 400;
  text-transform: none;
  text-decoration-line: none;
}
.contactLinkList .contactLink a:hover {
  text-decoration-line: underline;
}
.contactLinkList .contactLink address {
  max-width: 200px;
}
.contactLinkList address {
  font-style: normal;
}

.contactListing .resourceContent {
  max-width: 450px;
}
.contactListing .resourceContent h3 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contactListing .resourceImg {
  margin-bottom: 25px;
  padding-bottom: 60%;
}

.contactSection {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1024px) {
  .contactSection {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1280px) {
  .contactSection {
    padding-bottom: 110px;
  }
}
.contactSection .container {
  padding: 0px;
}
@media (min-width: 768px) {
  .contactSection .container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.contactSection .contactGetInTouch {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  border-radius: 36px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity));
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 35px;
  padding-right: 35px;
}
@media (min-width: 768px) {
  .contactSection .contactGetInTouch {
    border-bottom-left-radius: 36px;
    border-bottom-right-radius: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1280px) {
  .contactSection .contactGetInTouch {
    border-radius: 60px;
    padding: 60px;
  }
}
.contactSection .contactGetInTouch .contactLeft {
  margin-bottom: 30px;
  width: 100%;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(26 53 103 / var(--tw-border-opacity));
}
@media (min-width: 1024px) {
  .contactSection .contactGetInTouch .contactLeft {
    margin-bottom: 0px;
    width: 54%;
    border-right-width: 1px;
    border-bottom-width: 0px;
    padding-right: 30px;
  }
}
@media (min-width: 1280px) {
  .contactSection .contactGetInTouch .contactLeft {
    padding-right: 90px;
  }
}
.contactSection .contactGetInTouch .contactLeft form .form-bottom {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .contactSection .contactGetInTouch .contactLeft form .form-bottom {
    margin-bottom: 0px;
  }
}
.contactSection .contactGetInTouch .contactLeft form .form-bottom .whiteBtn {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(26 53 103 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(26 53 103 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.contactSection .contactGetInTouch .contactLeft form .form-bottom .whiteBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 53 103 / var(--tw-text-opacity));
}
.contactSection .contactGetInTouch .contactLeft form .form-bottom .form-check {
  margin-bottom: 0;
}
.contactSection .contactGetInTouch .contactLeft form .form-bottom .form-check .wpcf7-list-item-label:before {
  margin-top: 0;
}
.contactSection .contactGetInTouch .contactRight {
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .contactSection .contactGetInTouch .contactRight {
    margin-top: 85px;
    width: 46%;
    padding-top: 0px;
    padding-left: 30px;
  }
}
@media (min-width: 1280px) {
  .contactSection .contactGetInTouch .contactRight {
    padding-left: 90px;
  }
}
.contactSection .contactGetInTouch .contactLink {
  margin-bottom: 25px;
}

.text-teaserSection.fullWidth .textTeaserConttent {
  width: 100%;
}
.text-teaserSection + .bannerSliderSection {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1280px) {
  .text-teaserSection + .bannerSliderSection {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.textTeaserImgBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.textTeaserImgBox.withoutImage .textTeaserConttent {
  width: 100%;
}
.textTeaserImgBox .textTeaserConttent {
  width: 100%;
}
@media (min-width: 768px) {
  .textTeaserImgBox .textTeaserConttent {
    width: calc(100% - 300px);
  }
}
@media (min-width: 1280px) {
  .textTeaserImgBox .textTeaserConttent {
    width: calc(100% - 350px);
  }
}
.textTeaserImgBox .textTeaserConttent ul {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .textTeaserImgBox .textTeaserConttent ul {
    margin-bottom: 52px;
  }
}
.textTeaserImgBox .textTeaserConttent ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.textTeaserImgBox .textTeaserConttent ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #1A3567;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.textTeaserImgBox .textTeaserConttent ol {
  margin-bottom: 30px;
}
@media (min-width: 1280px) {
  .textTeaserImgBox .textTeaserConttent ol {
    margin-bottom: 52px;
  }
}
.textTeaserImgBox .textTeaserConttent ol li {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 10px;
}
.textTeaserImgBox .textTeaserImg {
  margin-top: 40px;
  width: 150px;
}
@media (min-width: 768px) {
  .textTeaserImgBox .textTeaserImg {
    margin-top: 0px;
    width: 250px;
  }
}

.text-teaserSection .textTeaserImgBox .textTeaserConttent .allBtn {
  --tw-border-opacity: 1;
  border-color: rgb(130 172 2 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(26 53 103 / var(--tw-text-opacity));
}

.text-teaserSection .textTeaserImgBox .textTeaserConttent .allBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-image: none;
}

.text-teaserSection .textTeaserImgBox .textTeaserConttent .allBtn {
  background: rgb(154, 201, 3);
  border-color: rgb(154, 201, 3);
}
.text-teaserSection .textTeaserImgBox .textTeaserConttent .allBtn:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 53 103 / var(--tw-border-opacity));
}
@media (min-width: 1280px) {
  .text-teaserSection + .serviceSection {
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .text-teaserSection .backlink {
    margin-bottom: 30px;
  }
}

.twoColumnTeaserOuter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.twoColumnTeaserOuter .resourceBox {
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .twoColumnTeaserOuter .resourceBox {
    width: 48%;
  }
}
@media (min-width: 1024px) {
  .twoColumnTeaserOuter .resourceBox {
    width: 46%;
  }
}
.twoColumnTeaserOuter .resourceBox .resourceImg {
  padding-bottom: 84.5%;
}
.twoColumnTeaserOuter .resourceBox .resourceImg img {
  -o-object-fit: cover;
     object-fit: cover;
}

.twoColumnTeaserSection {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 1024px) {
  .twoColumnTeaserSection {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.timelineNewSection {
  position: relative;
  border-radius: 36px;
  --tw-bg-opacity: 1;
  background-color: rgb(26 53 103 / var(--tw-bg-opacity));
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .timelineNewSection {
    margin-top: 30px;
  }
}

@media (min-width: 1024px) {
  .timelineNewSection {
    margin-top: 60px;
    border-radius: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

@media (min-width: 1280px) {
  .timelineNewSection {
    margin-top: 100px;
    margin-bottom: 70px;
  }
}
.timelineNewSection h2,
.timelineNewSection h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.timelineNewSection .timlineMobile {
  display: block;
  padding-left: 35px;
  padding-right: 35px;
}
@media (min-width: 1024px) {
  .timelineNewSection .timlineMobile {
    display: none;
  }
}
.timelineNewSection .timlineMobile .timelineSlide {
  border-radius: 20px;
}
.timelineNewSection .timlineMobile .timelineSlide img {
  width: 100%;
  max-width: 100%;
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-bottom: 30px;
}
.timelineNewSection .timlineMobile p,
.timelineNewSection .timlineMobile h1,
.timelineNewSection .timlineMobile h2,
.timelineNewSection .timlineMobile h3,
.timelineNewSection .timlineMobile h4,
.timelineNewSection .timlineMobile h5,
.timelineNewSection .timlineMobile h6,
.timelineNewSection .timlineMobile li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.timelineNewSection .timlineMobile .arrow-group {
  position: relative;
  transform: none;
  left: unset;
  justify-content: center;
  bottom: unset;
}
.timelineNewSection .arrow-group {
  display: flex;
  gap: 20px;
}
@media (min-width: 1024px) {
  .timelineNewSection .arrow-group.mobGroup {
    display: none;
  }
}
.timelineNewSection .arrow-group.deskGroup {
  display: none;
  align-items: center;
}
@media (min-width: 1024px) {
  .timelineNewSection .arrow-group.deskGroup {
    display: flex;
  }
}
.timelineNewSection .arrow-group button.slick-next, .timelineNewSection .arrow-group button.slick-prev {
  position: relative;
  top: 0;
  transform: none;
  left: unset;
  right: unset;
  width: 45px;
  height: 45px;
  border: solid 2px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .timelineNewSection .arrow-group button.slick-next img, .timelineNewSection .arrow-group button.slick-prev img {
    filter: brightness(0) invert(1);
  }
}
.timelineNewSection .arrow-group button.slick-next::before, .timelineNewSection .arrow-group button.slick-prev::before {
  display: none;
}
@media screen and (min-width: 992px) {
  .timelineNewSection .arrow-group button:hover {
    background-color: #fff;
  }
  .timelineNewSection .arrow-group button:hover img {
    filter: none;
  }
}
.timelineNewSection .arrow-group button.slick-next img {
  margin-left: 3px;
}
@media screen and (max-width: 992px) {
  .timelineNewSection .arrow-group {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
  .timelineNewSection .arrow-group button.slick-next, .timelineNewSection .arrow-group button.slick-prev {
    border: none;
    background-color: transparent;
  }
}
.timelineNewSection .arrow-group.mobGroup .slick-arrow img {
  filter: brightness(0) invert(1);
}
.timelineNewSection .slickDemo-slider p,
.timelineNewSection .slickDemo-slider h2,
.timelineNewSection .slickDemo-slider h1,
.timelineNewSection .slickDemo-slider h3,
.timelineNewSection .slickDemo-slider h4 {
  color: #fff;
}
.timelineNewSection .slickDemo-slider .slick-slide {
  padding: 0 30px;
  position: relative;
}
.timelineNewSection .slickDemo-slider .slick-slide h3,
.timelineNewSection .slickDemo-slider .slick-slide p {
  display: none;
}
.timelineNewSection .slickDemo-slider .slick-slide img {
  width: 211px;
  height: auto;
}
.timelineNewSection .slickDemo-slider .slick-slide.slick-current {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.timelineNewSection .slickDemo-slider .slick-slide.slick-current img {
  width: 100%;
}
.timelineNewSection .slickDemo-slider .slick-slide.slick-current h3,
.timelineNewSection .slickDemo-slider .slick-slide.slick-current p {
  display: block;
}
.timelineNewSection .slickDemo-slider .slick-slide.slick-current:after, .timelineNewSection .slickDemo-slider .slick-slide.slick-current:before {
  display: none;
}
.timelineNewSection .slickDemo-slider .slick-slide.slick-current + .odd:before {
  content: "";
  top: -42%;
  background-image: url(../images/time-shape1.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 42%;
  position: absolute;
  left: -30px;
  background-size: 100% 100%;
}
.timelineNewSection .slickDemo-slider .slick-slide.slick-current + .odd img {
  margin: 0 auto;
}
.timelineNewSection .slickDemo-slider .slick-slide.slick-current + .odd:after {
  display: none;
}
.timelineNewSection .slickDemo-slider .slick-slide.odd {
  margin-top: 5%;
}
.timelineNewSection .slickDemo-slider .slick-slide.odd:after {
  content: "";
  width: 100%;
  height: 25%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/time-shape3.png);
  position: absolute;
  display: block;
  top: -26%;
  left: -32px;
}
.timelineNewSection .slickDemo-slider .slick-slide.even {
  margin-bottom: 4%;
}
.timelineNewSection .slickDemo-slider .slick-slide.even:after {
  content: "";
  height: 56%;
  width: 100%;
  left: -32px;
  bottom: -55.4%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(../images/time-shape2.png);
  position: absolute;
  display: block;
}
.timelineNewSection .timelineMainBox {
  position: relative;
  display: none;
  flex-wrap: wrap;
  padding-left: 35px;
  padding-right: 35px;
}
@media (min-width: 768px) {
  .timelineNewSection .timelineMainBox {
    padding-right: 0px;
  }
}
@media (min-width: 1024px) {
  .timelineNewSection .timelineMainBox {
    display: flex;
  }
}
.timelineNewSection .timelineMainBox p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.timelineNewSection .timelineMainBox .timelineNewMainSlider {
  width: 100%;
}
@media (min-width: 1024px) {
  .timelineNewSection .timelineMainBox .timelineNewMainSlider {
    width: 30%;
  }
}
@media (min-width: 1280px) {
  .timelineNewSection .timelineMainBox .timelineNewMainSlider {
    width: 28%;
  }
}
.timelineNewSection .timelineMainBox .timelineNewMainSlider img {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  margin-bottom: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 450px;
}
@media only screen and (min-width: 1920px) {
  .timelineNewSection .timelineMainBox .timelineNewMainSlider img {
    max-height: 525px;
  }
}
.timelineNewSection .timelineMainBox .timelineNewMainSlider .timelineSlide {
  border-radius: 20px;
}
.timelineNewSection .timelineMainBox .timelineNewThumbOuter {
  position: relative;
  display: none;
  width: 100%;
}
@media (min-width: 768px) {
  .timelineNewSection .timelineMainBox .timelineNewThumbOuter {
    display: block;
  }
}
@media (min-width: 1024px) {
  .timelineNewSection .timelineMainBox .timelineNewThumbOuter {
    width: 70%;
  }
}
@media (min-width: 1280px) {
  .timelineNewSection .timelineMainBox .timelineNewThumbOuter {
    width: 72%;
  }
}
.timelineNewSection .timelineMainBox .timelineNewThumbOuter .timelineNewThumbSlider {
  z-index: 2;
}
.timelineNewSection .timelineMainBox .timelineNewThumbOuter .timelineNewThumbSlider:before {
  content: "";
  height: 2px;
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  bottom: 298px;
  background-color: #83AE00;
}
@media only screen and (min-width: 1400px) {
  .timelineNewSection .timelineMainBox .timelineNewThumbOuter .timelineNewThumbSlider:before {
    bottom: 371px;
  }
}
.timelineNewSection .timelineMainBox .timelineNewThumbOuter .timelineNewThumbSlider .timelineThumbSlide {
  transition: display 0.8s ease 0s;
  position: relative;
}
.timelineNewSection .timelineMainBox .timelineNewThumbOuter .timelineNewThumbSlider .timelineThumbSlide.odd {
  padding-top: 350px;
}
.timelineNewSection .timelineMainBox .timelineNewThumbOuter .timelineNewThumbSlider .timelineThumbSlide.odd:before {
  content: "";
  height: 35%;
  background-size: cover;
  width: 2px;
  left: 50%;
  bottom: 16.5%;
  position: absolute;
  background-color: #83AE00;
}
@media only screen and (min-width: 1400px) {
  .timelineNewSection .timelineMainBox .timelineNewThumbOuter .timelineNewThumbSlider .timelineThumbSlide.odd {
    padding-top: 400px;
  }
  .timelineNewSection .timelineMainBox .timelineNewThumbOuter .timelineNewThumbSlider .timelineThumbSlide.odd:before {
    bottom: 20.7%;
  }
}
.timelineNewSection .timelineMainBox .timelineNewThumbOuter .timelineNewThumbSlider .timelineThumbSlide.even:before {
  content: "";
  height: 68%;
  background-size: cover;
  width: 2px;
  left: 50%;
  bottom: -23%;
  position: absolute;
  background-color: #83AE00;
}
@media only screen and (min-width: 1400px) {
  .timelineNewSection .timelineMainBox .timelineNewThumbOuter .timelineNewThumbSlider .timelineThumbSlide.even:before {
    bottom: -10%;
  }
}
.timelineNewSection .timelineMainBox .timelineNewThumbOuter .timelineNewThumbSlider .timelineThumbSlide .timelineThumb {
  max-width: 150px;
  margin: 0 auto;
  position: relative;
}
.timelineNewSection .timelineMainBox .timelineNewThumbOuter .timelineNewThumbSlider .timelineThumbSlide .timelineThumb img {
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 1400px) {
  .timelineNewSection .timelineMainBox .timelineNewThumbOuter .timelineNewThumbSlider .timelineThumbSlide .timelineThumb {
    max-width: 190px;
  }
  .timelineNewSection .timelineMainBox .timelineNewThumbOuter .timelineNewThumbSlider .timelineThumbSlide .timelineThumb img {
    height: 190px;
  }
}
.timelineNewSection .timelineMainBox .timelineNewThumbOuter .timelineNewThumbSlider .timelineThumbSlide img {
  width: 100%;
  border-radius: 10px;
  max-width: 190px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1536px) {
  .timelineNewSection .timelineMainBox {
    padding-left: calc((100vw - 1450px) / 2);
  }
}

.notGetnTouchPage .testimonialSection + .resourceListingSecion .sectionHeader:not(:has(a)) h2 {
  max-width: 100%;
}

@media (min-width: 768px) {
  .notGetnTouchPage .testimonialSection + .resourceListingSecion .sectionHeader:not(:has(a)) h2 {
    max-width: 70%;
  }
}
