/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

h1, h2 , h3, hh4, h5, h6{
  font-family: 'Gilroy' !important;
}

h1 span, h2 span, h3 span{
  color: #26579F;
}

body {
    counter-reset: my-sec-counter;
}

.theme-btn span.elementor-button-icon {
  background-color: #FFFFFF;
  width: 35px;
  height: 35px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.theme-btn span.elementor-button-content-wrapper {
  align-items: center;
}

.theme-btn a.elementor-button:hover span.elementor-button-icon {
  background-color: transparent;
  border: 0.5px solid #26579f;
}

.theme-btn span.elementor-button-icon svg {
  transition: all 0.2s ease;
}

.theme-btn a.elementor-button:hover span.elementor-button-icon svg {
  transform: rotate(45deg);
}

.link-btn span.elementor-button-text {
  font-family: 'Gilroy';
}

.header-menu {
  align-self: center;
}

.header-menu .elementskit-menu-container {
  height: auto !important;
}

.header-menu ul.elementskit-navbar-nav {
  gap: 36px;
}

.header-menu ul.elementskit-navbar-nav li.menu-item {
  position: relative;
}

.header-menu ul.elementskit-navbar-nav li.current-menu-item::after,
.header-menu ul.elementskit-navbar-nav li.menu-item:hover::after {
  position: absolute;
  content: "";
  background-image: url(/parshwademo/wp-content/themes/hello-elementor-child/image/menu-line.svg);
  width: 32px;
  height: 3px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: auto;
}

.header-menu ul.elementskit-navbar-nav li.current-menu-item a.ekit-menu-nav-link,
.header-menu ul.elementskit-navbar-nav li.menu-item:hover a.ekit-menu-nav-link{
  font-weight: 500;
}

.banner-right-text .elementor-heading-title {
  background: -webkit-linear-gradient(0deg, #6B9CE4 67%, #FFFFFF 33%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-left-text .elementor-heading-title {
  background: -webkit-linear-gradient(180deg, #26579E 85%, #FFFFFE 15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.what-we-box::before {
  background: radial-gradient(117.05% 117.05% at 54.1% 108.14%, rgba(125, 160, 211, 0.6) 0%, rgba(151, 231, 222, 0) 100%);
}

.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;  
  overflow: hidden;
}

.track {
  animation: marquee 30s linear infinite;
  white-space: nowrap;
  will-change: transform;
}	

.button-loop {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.slider-btn {
  width: 100%;
  display: contents;
}

.left-track {
  animation: marquee-left 30s linear infinite;
}	

@keyframes marquee {
	from {transform: translateX(0%);}
	to {transform: translateX(-60%);}
}

@keyframes marquee-left {
	from {transform: translateX(-60%);}
	to {transform: translateX(0%);}
}

.text-path .elementor-widget-container {
  backdrop-filter: blur(20px);
} 

.about-info img {
  box-shadow: 0px 13px 23px 0px #00000026;
}

.about-info .elementor-image-box-content .elementor-image-box-title {
  margin: 0 !important;
  background: -webkit-linear-gradient(294.44deg, #78A3E4 -1.35%, #26579F 75.81%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-info .elementor-image-box-content {
  display: flex;
  flex-direction: column-reverse;
}

.testimonial .elementskit-commentor-content P {
    margin-top: 0 !important;
}
  
.service-info li.elementor-icon-list-item:first-child span {
  font-weight: 600 !important;
  color: #1FA4E0 !important;
}

.service-link svg {
  width: 8px !important;
  height: 16px !important;
}

.testimonial .swiper-button-disabled {
  opacity: 1 !important;
}

.testimonial .swiper-navigation-button.swiper-button-prev svg {
  transform: rotate(-85deg);
}

.testimonial .swiper-navigation-button:hover svg path {
  fill: #FFFFFF;
}

.testimonial .elementskit-single-testimonial-slider {
  box-shadow: none !important;
}

@media(min-width: 1367px){

.testimonial .swiper-navigation-button {
  left: 0 !important;
  right: 0 !important;
  transform: translate(-255px, 80px);
}
  
.testimonial .swiper-navigation-button.swiper-button-next {
  transform: translate(-205px, 80px);
}

}

@media(max-width: 1366px){

  .slider-btn span.elementor-button-text {
    font-size: 20px;
  }

}

@media(max-width: 1024px){

  .slider-btn span.elementor-button-text {
    font-size: 18px;
  }
  .slider-btn a.elementor-button {
    padding: 12px 35px !important;
  }

  .header-menu .elementskit-menu-container {
    height: 100vh !important;
  }

  .header-menu .elementskit-menu-overlay{display: none !important;}

  .header-menu ul.elementskit-navbar-nav li.current-menu-item::after, 
  .header-menu ul.elementskit-navbar-nav li.menu-item:hover::after {
    left: 15px;
    bottom: 5px;
  }

}


@media(max-width:767px){

  .banner-left-text,
  .banner-right-text{position: unset !important;}

  .banner-right-text .elementor-heading-title {
    background: -webkit-linear-gradient(0deg, #6B9CE4 67%, #6B9CE4 33%);
    -webkit-background-clip: text !important;
  }
  
  .banner-left-text .elementor-heading-title {
    background: -webkit-linear-gradient(180deg, #26579E 85%, #26579E 15%);
    -webkit-background-clip: text !important;    
  }

  .testimonial .swiper-navigation-button {
    display: flex !important;
  }

  .cta-form form .elementskit_form_wraper {
    flex-direction: column;
  }

  .cta-form .elementor-widget-container {
      padding: 0px 5px 5px !important;
      border-radius: 30px !important;
  }

  .cta-form .elementor-widget-container input.ekit_form_control {
    padding-left: 20px !important;
  }

  .cta-form form  .ekit_submit_input_holder {
      width: 100%;
  }

}

/* About Us Page */

.rank-math-breadcrumb p {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;    
    gap: 12px 6px;
    font-family: Outfit;
    font-weight: 700;
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0;
    vertical-align: middle;
    margin: 0 !important;
}

.rank-math-breadcrumb p a {
    color: #FFFFFF;
    text-decoration: none;
}

.rank-math-breadcrumb span.separator {
    font-size: 0;
    position: relative;
    content: "";
    background-image: url(/parshwademo/wp-content/themes/hello-elementor-child/image/arrow-right.png);
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    top: 2px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(667%) hue-rotate(356deg) brightness(110%) contrast(100%);
}

.rank-math-breadcrumb span.last{
  color: #FFFFFF;
}

.heading-tag span {
    font-style: italic;
    color: #188DCC;
}

.progress-bar .number-percentage-wraper {
    background: linear-gradient(90deg, #1FA4E0 0%, #26579F 100%);
}

.progress-bar .number-percentage-wraper::before {bottom: -5px !important;border-right: solid #26579F !important; border-top: solid #26579F !important;}

.counter-wrapper .elementor-counter {
    gap: 15px;
}

.counter-wrapper .elementor-widget-counter {
    position: relative;
}

.counter-wrapper .elementor-widget-counter::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 90px;
    background: #D5DDEC;
    right: -95px;
    top: 15px;
}

.counter-wrapper .elementor-widget-counter:last-child::after{
  content: none;
}

@media (max-width:1366px) {
  .counter-wrapper .elementor-widget-counter::after{ right: -75px;}
}

@media (max-width:1024px) {
  .counter-wrapper .elementor-widget-counter::after{ right: -45px;top: 0;}
}

.counter-info {
    position: relative;
}

.counter-info::before {
    position: absolute;
    top: 55px;
    left: -70px;
    counter-increment: my-sec-counter;
    content: "0" counter(my-sec-counter);
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'outfit';
    background-color: #E8F6F5;
    color: #1CA99A;
    width: 42px;
    height: 42px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-info::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 115px;
    border-right: 1.5px dashed #1ca99a30;
    left: -50px;
    top: 98px;
    margin: auto;
    z-index: 0;
}

.counter-wrapper .e-child:nth-child(2) .counter-info::after {
    left: auto;
    right: -50px;
}

.counter-info:nth-child(2)::before {
    left: auto !important;
    right: 0;
}

.counter-wrapper .e-child:nth-child(2) .counter-info::before {
    left: auto !important;
    right: -70px;
}

.counter-wrapper .e-child:last-child .counter-info::after {
    content: none;
}

.service-box {
  cursor: pointer;
  transition: all 0.4s ease;
}

.service-box .text-path{
  display: none;
}

.service-box:hover {
    border-radius: 30px 30px 30px 197px;
}

.service-box:hover .top-content {
    border-bottom: 1px solid #FFFFFF20 !important;
}

.service-box:hover .top-content h4 {
    color: #FFFFFF;
}

.service-box:hover .top-content .elementor-icon {
    background-color: #FFFFFF !important;
}

.service-box:hover .top-content .elementor-icon svg path {
    stroke: #385182;
}

.service-box:hover .bottom-content .elementor-widget-container {
    color: #FFFFFF;
}

.service-box:hover .bottom-content img {
    border-radius: 12px 12px 12px 182px !important;
}

.service-box:hover .text-path{
  display: block;
}

.text-path .e-text-path svg {
    animation: rotate-btn 8s linear infinite;
}

@keyframes rotate-btn {
    to {
        transform: rotate(360deg);
    }
}

.service-counter .elementor-counter .elementor-counter-title {
    flex-direction: column;
    align-items: flex-start !important;
}

.service-counter 
 .elementor-counter {
    gap: 10px;
}

.service-counter .elementor-counter .elementor-counter-title span {
    color: #1351D8;
}
	
.service-tab ul {
    background-color: #FFFFFF;
    border-radius: 70px;
    padding: 11px !important;
    gap: 50px;
}
	
@media(max-width: 1366px){
    .service-tab ul {
        gap: 15px;
    }

    .counter-info::after,
    .counter-wrapper .e-child:nth-child(2) .counter-info::after {
        content: none;
    }

    .service-box:hover {
        border-radius: 30px 30px 30px 160px;
    }

    .service-box:hover .bottom-content img {
        border-radius: 12px 12px 12px 140px !important;
    }
    .rank-math-breadcrumb p {
      font-size: 20px;
      gap: 10px 5px;
      flex-wrap: wrap;
    }
}

@media(max-width: 1024px){
    .rank-math-breadcrumb p {
      font-size: 16px;
    }
}

@media(max-width: 767px){

    .counter-info::after,.counter-wrapper .e-child:nth-child(2) .counter-info::before{
        content: none;
    }

    .service-tab ul {
        flex-direction: column !important;
        border-radius: 30px;
    }

    .service-tab ul li {
        width: 100%;
    }
    .rank-math-breadcrumb p {
        justify-content: center;
        text-align: center;
    }
}

/* Contact Page  */
	
.contact-form .elementor-field::placeholder {
    opacity: 1 !important;
}

.contact-counter .elementor-counter {
    gap: 10px;
}

.contact-counter .elementor-counter {
    gap: 10px;
}

.contact-form input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border: 1px solid #8E8E8E !important;
}

.contact-form .elementor-field-type-checkbox .elementor-field-option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding-inline-end: 0 !important;
}

.contact-form .elementor-field-type-checkbox .elementor-field-option label {
    color: #1C1C1C80;
}

.contact-form .elementor-field-type-submit span.elementor-button-icon {
    background-color: #FFFFFF;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-form .elementor-field-type-submit span.elementor-button-content-wrapper {
    justify-content: space-between !important;
}

.contact-form .elementor-field-type-submit span.elementor-button-icon svg path {
    fill: #26579f !important;
}

.contact-info p.elementor-icon-box-description {
    word-break: break-word;
}

/* Single Blog Detail */

.single-content h1,
.single-content h2,
.single-content h3,
.single-content h4,
.single-content h5,
.single-content h6 {
    color: #022558 !important;
}

.single-content h1, .single-content h2, .single-content h3 {
    font-size: 26px !important;
    line-height: 40px !important;
    margin: 0 0 15px !important;
}

.single-content .elementor-widget-theme-post-title h1 {
    margin: 0 !important;
}

.single-content .wp-block-list strong,.single-content .wp-block-list li::marker,.single-content strong {
    color: #022558;
    font-weight: 500;
}

.single-content .wp-block-list {
    margin: 0 0 20px;
}

.single-content .wp-block-columns.wp-container-core-columns-is-layout-28f84493 {
    gap: 10px;
    flex-wrap: nowrap !important;
    margin: 0 0 15px !important;
}

.single-content .wp-block-columns.wp-container-core-columns-is-layout-28f84493 .wp-block-column {
    flex-basis: auto !important;
    width: auto !important;
}

.single-content .wp-block-list li {
    margin-bottom: 10px;
}

.blog-category h5 {
    display: none;
}

.blog-category nav ul {list-style-type: none;padding: 0;}
 
.blog-category nav ul li.cat-item {
    position: relative;
    padding-left: 18px;
    font-size: 16px;
    font-family: 'Outfit';
    font-weight: 400;
    line-height: 26px;
    color: #8E8E8E;
}

.blog-category nav ul li.cat-item a {
    color: #8E8E8E;
}

.blog-category nav ul li.cat-item::before {
    position: absolute;
    content: "";
    background-image: url(/parshwademo/wp-content/themes/hello-elementor-child/image/arrow-right.png);
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 5px;
    left: -2px;
}

form#commentform input, form#commentform textarea {
    border: none;
    padding: 16px 18px !important;
    margin-top: 10px;
}

div#respond {
    background-color: transparent;
    padding: 37px 47px 37px 47px;
    background-image: linear-gradient(180deg, #26579F14 0%, #1CA99A14 100%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #794AFF1A;
    border-radius: 10px 10px 10px 10px;
    margin-top: 30PX;
}

#comments footer.comment-meta {
    font-size: 20px;
    font-family: 'Outfit';
    align-items: center;
    font-weight: 400;
}

#comments footer.comment-meta a {
    color: #212529;
}

footer.comment-meta em.comment-awaiting-moderation {
    font-style: normal;
}

#comments footer.comment-meta .comment-metadata time {
    font-size: 16px;
    color: #8E8E8E;
    font-weight: 500;
}

#comments .comment-content p {
    font-family: Outfit;
    font-weight: 400;
    font-size: 16px;
    line-height: 27.55px;
    color: #8E8E8E;
}

#comments .reply a {
    font-family: Outfit;
    font-weight: 500;
    font-size: 16px;
    line-height: 18.37px;
    vertical-align: middle;
    color: #8E8E8E;
}

#comments .reply {
    position: relative;
    padding-right: 20px;
    max-width: fit-content;
    cursor: pointer;
}

#comments .reply::after {
    position: absolute;
    content: "";
    background-image: url(/parshwademo/wp-content/themes/hello-elementor-child/image/arrow-right.png);
    width: 15px;
    height: 15px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 5px;
    right: 0;
}

@media(max-width: 781px){
  .single-content h1, .single-content h2, .single-content h3 {
    font-size: 20px  !important;
    line-height: 30px !important;
    margin: 0 0 10px !important;
  }
}

.overview-inner .elementor-widget-image .elementor-widget-container {
    width: 100%;
    height: 628px;
    overflow: hidden;
    cursor: pointer;
}

.overview-inner .elementor-widget-image .elementor-widget-container img { 
  object-fit: cover;
  overflow: hidden; 
  transition: transform 10s ease-in; 
  padding: 10px;
  border-radius: 20px !important;
}

.overview-inner .elementor-widget-image .elementor-widget-container:hover {
    padding: 10px;
}

.overview-inner .elementor-widget-image .elementor-widget-container:hover img { 
   animation: scrollImage 1s linear forwards;
}

.mobile-overview-inner .elementor-widget-image .elementor-widget-container img {
    border-radius: 40px !important;
    padding: 15px 10px !important;
}

.mobile-overview-inner .elementor-widget-image .elementor-widget-container {
    height: 660px;
    border-radius: 50px !important;
    overflow: hidden;
}

@keyframes scrollImage {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-85%);
  }
}

.service-accordion .e-n-accordion-item-title {
    background-color: #F2F2F2;
    border-radius: 10px 10px 0px 0px;
}

.service-accordion .e-n-accordion-item {
    border: 1px solid #F2F2F2;
    border-radius: 10px;
}

.service-accordion .e-n-accordion-item-title[aria-expanded="true"] {
    background-color: #0a0b0f;
    border-radius: 10px 10px 0px 0px;
}

.service-button span.elementor-button-content-wrapper {
    justify-content: space-between !important;
}

.service-button span.elementor-button-content-wrapper svg {
    width: 7px;
    height: 10px;
}

.service-button a.elementor-button:hover svg path {fill: #FFFFFF;}