/*Home Page - Our Services - Start*/
.bg-light-blue {
  background: var(--ks-bg-light-blue) !important;
}
.cta1-section-area.yellow-bg {
  background-image: url(../images/all-images/bg/bluebg.png);
}
.team1-section-area.yellow-bg {
  background: #fff5c2 !important;
}
.service1-boxarea .icons {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.service1-boxarea .services-yellow-icon {
  fill: var(--ks-yellow);
  color: var(--ks-yellow);
  border-color: var(--ks-yellow);
  width: 50%;
  height: 100%;
}
.inner-page-hero-area .elements4 {
  z-index: -1;
}
/*Home Page - Our Services - End*/

/*Header -  Start */
/* .homepage1-body .vl-main-menu ul > li > a{
    padding: 0 12px !important;
} */
/*Header -  End */
/*Footer -  Start */

.vl-footer1-section-area .footer-logo1 img {
  max-width: 100%;
  height: auto;
}
#newsletter-message-alert button.close {
  top: -3px;
  right: -4px;
}
/*Footer -  End */

/*Contact form - Start*/
#contact-form .nice-select {
  margin-top: 16px;
  border: 1px solid lightgray;
  width: 100%;
  height: unset;
}
#contact-form .nice-select ul.list {
  width: 100%;
}
#contact-form .nice-select span.current,
#contact-form .nice-select .list li.option {
  color: var(--ztc-text-text-2);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-medium);
  opacity: 0.7;
}
#contact-form .nice-select span.current {
  line-height: 16px;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  opacity: 1 !important;
}
/* form .alert button.close{
    background: var(--Main-Color, linear-gradient(90deg, #072F54 0%, 
     100%));
    color: var(--ztc-text-text-1);
}  */
/*Contact form - End*/

/*Nav or Tab structure - Start */
.nav-link:focus,
.nav-item .nav-link:hover {
  color: var(--ks-light-blue) !important;
}
/*Nav or Tab structure - End */

/*About us page - Start*/
.about6-section-area-widget.about-us-page
  .about6-header
  .about-boxarea
  .content-area {
  padding-left: 0px;
}
.you-and-us-image-box img {
  width: 100px !important;
  height: 100px !important;
  object-fit: cover;
}
/*About us page - End*/

/*Services detail page - Start*/

/*Services detail page - End*/

/*Custom blog single post page - Start*/
.blue-bg {
  background-image: url(../images/all-images/bg/bluebg.png);
}
.comment-form-cookies-consent {
  margin-top: 20px;
}
.comment-respond {
  margin-top: 1.5rem !important;
}
.comment-respond #reply-title {
  display: flex;
  justify-content: space-between;
}
#cancel-comment-reply-link {
  color: var(--ks-light-blue);
  font-weight: 600;
  font-size: var(--ztc-font-size-font-s24);
}
#comments .comments-title {
  display: none;
}
.reply .comment-reply-link {
  color: var(--ztc-text-text-10);
}
/*Custom blog single post page - End*/

/*Blog list page - Start*/
.slide-thumb {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
/*Blog list page - End*/
/* Next/Previous navigation */

.navigation {
  color: var(--ks-dark-blue);
}

.navigation a {
  color: var(--ks-dark-blue);
  text-decoration: none;
}

.navigation a:hover {
  color: var(--ks-dark-blue-hover);
  text-decoration: underline;
  text-decoration-style: dotted;
}

.navigation a:focus {
  color: var(--ks-light-blue);
}

.navigation a:active {
  color: var(--ks-dark-blue);
}

.navigation .nav-links > * {
  min-width: 44px;
  min-height: 44px;
}

.navigation .nav-links .nav-next a,
.navigation .nav-links .nav-previous a {
  display: flex;
  flex-direction: column;
}

.navigation .nav-links .dots {
  text-align: center;
}
@media only screen and (min-width: 592px) {
  .navigation .nav-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .navigation .nav-links .nav-next,
  .navigation .nav-links .nav-previous {
    flex: 0 1 auto;
    margin-bottom: inherit;
    margin-top: inherit;
    max-width: calc(50% - 0.5 * var(--ztc-specing-height20));
  }

  .navigation .nav-links .nav-next {
    text-align: right;
  }
}

.navigation .svg-icon {
  display: inline-block;
  fill: currentColor;
  vertical-align: middle;
  position: relative;
}

.navigation .nav-previous .svg-icon,
.navigation .prev .svg-icon {
  top: -2px;
  margin-right: calc(0.25 * var(--ztc-specing-height20));
}

.navigation .nav-next .svg-icon,
.navigation .next .svg-icon {
  top: -1px;
  margin-left: calc(0.25 * var(--ztc-specing-height20));
}

.post-navigation {
  margin: var(--ztc-specing-height30) auto;
}
@media only screen and (min-width: 822px) {
  .post-navigation {
    margin: var(--ztc-specing-height30) auto;
  }
}

.post-navigation .meta-nav {
  line-height: var(--global--line-height-body);
  color: var(--ks-dark-blue);
}

.post-navigation .post-title {
  display: inline-block;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
}
@media only screen and (min-width: 822px) {
  .post-navigation .post-title {
    margin: 5px calc(24px + 0.25 * var(--ztc-specing-height20)) 0;
  }
}
@media only screen and (min-width: 482px) {
  .post-navigation .nav-links {
    justify-content: space-between;
  }
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
  margin-top: var(--ztc-specing-height30);
  margin-bottom: var(--ztc-specing-height30);
}

.post-navigation .nav-next:first-child,
.post-navigation .nav-previous:first-child {
  margin-top: 0;
}

.post-navigation .nav-next:last-child,
.post-navigation .nav-previous:last-child {
  margin-bottom: 0;
}

.pagination,
.comments-pagination {
  border-top: 3px solid var(--global--color-border);
  padding-top: var(--ztc-specing-height30);
  margin: var(--ztc-specing-height30) auto;
}
@media only screen and (min-width: 822px) {
  .pagination,
  .comments-pagination {
    margin: var(--ztc-specing-height30) auto;
  }
}

.pagination .nav-links,
.comments-pagination .nav-links {
  margin-top: calc(-1 * var(--ztc-specing-height30));
}

.pagination .nav-links a:hover,
.comments-pagination .nav-links a:hover {
  color: var(--pagination--color-link-hover);
}

/*================= tabs with accordation Start =====================*/
.sidebar-box-container {
  border-radius: 8px;
  background: rgba(214, 232, 245, 0.5);
  padding: 24px 28px;
}

.sidebar-box-container ul li {
  margin-top: 18px;
}
.sidebar-box-container ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--Text-Color, #050734);
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s18);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 18px;
  border-radius: 8px;
  background: var(--ztc-bg-bg-1);
  padding: 20px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}

.sidebar-box-container ul li a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--ztc-bg-bg-5);
  transition: all 0.4s;
  border-radius: 8px;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
}

.services-features-tab.nav-pills .nav-link.active,
.services-features-tab.nav-pills .show > .nav-link {
  color: black !important;
  background-color: RGBA(251, 193, 8, 0.5) !important;
}

.sub-services-section .accordion-button{
  color: black !important;
  background: rgba(214, 232, 245, 0.5) !important;
}
.sub-services-section .accordion-button:not(.collapsed){
  font-weight: var(--ztc-weight-semibold);
}

.sub-services-section .accordion-button:not(.collapsed)::after{
  background-image: var(--bs-accordion-btn-icon-blue) !important;
}
/*================= Sub services accordation with tabs End =====================*/

/* select input Start */
.form-select{
  color: #050734B3  !important; /*var(--ztc-text-text-2) + opacity of 0.7 on color */
  font-family: var(--ztc-family-font1) !important;
  font-size: var(--ztc-font-size-font-s16) !important;
  font-style: normal !important;
  font-weight: var(--ztc-weight-medium) !important;
  line-height: 16px !important;
  /* background: var(--ztc-bg-bg-1) !important; */
  border-radius: 4px !important;
  padding: 18px !important;
  margin-top: 16px !important;
  /* opacity: 0.7 !important; */
}
/* select input Ends */

/*Text related - Start */
.text-balance{
  text-wrap: balance !important;
}
/*Text related - End */

.yellow-rec-ani-btn, .yellow-rounded-btn {
    color:var(--ztc-text-text-7);
    background: var(--ks-yellow);
}
.yellow-rounded-btn{
  border-radius: 28px;
}

.yellow-rec-ani-btn:hover, .yellow-rounded-btn:hover {
    color: var(--ks-dark-blue);
}

.yellow-rec-ani-btn::after, .yellow-rounded-btn::after {
  background: var(--ztc-text-text-1);
  border: 2px solid var(--ks-yellow);
}
.yellow-rounded-btn::after{
     border-radius: 28px;
}


/*Yellow button - Ends*/


/*Cutsom badge - Start*/
.hashtag-badge {
  display: table;
  color: var(--ztc-text-text-1);
  padding: 8px 10px;
  border-radius: 6px;
  color: var(--Main-Color, var(--ks-light-blue));
  background: var(--Gray-Color, var(--ks-bg-light-blue));
  font-family: var(--ztc-family-font1);
  font-size: var(--ztc-font-size-font-s16);
  font-style: normal;
  font-weight: var(--ztc-weight-semibold);
  line-height: 1.3;
  transition: all 0.4s;
}
/*Cutsom badge - End*/


/**Whatsapp button - Start */
#whatsapp_btn {
  right: 30px;
  bottom: 30px;
  position: fixed;
  height: 56px;
  width: 56px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
  color: var(--ztc-text-text-1);
  opacity: 1;
  visibility: visible;
  /* transform: translateY(0); */
}
/**Whatsapp button - End*/
/*Contact page - widget box - Start*/
.contact-inner-area .widget-contactbox{
  display: flex !important;
  gap: 15px;
  padding: 20px !important;
  border-radius: 10px !important;
  transition: 0.3s ease;
}
.contact-inner-area .widget-contactbox .icons{
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-inner-area .widget-contactbox .icons img {
  height: 32px;
  width: 32px;
  object-fit: contain;
}
/*Contact page - widget box - End*/

/*Blog Page - Pagination -  Start*/
@media (max-width: 767px) {
 .pagination-area .page-item .page-link {
    width: 40px !important;
    height: 40px !important;
    padding: 2px 2px;
  }
}
/*Blog Page - Pagination - End*/

/*Case study page - Challenges, approaches - list element, Services page - services section, Agency page - services section
Purpose - To show li element with custom arrow bullet and add spacing for that content  -  Start*/
.service-features-sec .process-involves ul li, #servicesAccordion .accordion-body ul li,
.case_study_challenges_content ul li, .case_study_approach_content ul li, .case_study_result_content ul li,
.scope-of-work-popup ul li {
padding: 2px 22px;
  list-style: none !important;
  /* background: url(../images/icons/right-chevron.png) no-repeat left center; */
  background: url(../images/icons/right-chevron.png) no-repeat left 8px;
  background-size: 14px 14px;
  margin: 11px 0;
}
/*Case study page - Challenges, approaches - list element, Services page - services section, Agency page - services section
Purpose - To show li element with custom arrow bullet and add spacing for that content  -  End*/