/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*css files*/
/*-----Home page about section------*/
.clo {
  font-family: Playfair Display;
  font-weight: 400;
  font-style: italic;
}

/*---Service Section---*/

.service-loop-sec {
  padding-left: calc((100% - 1140px) / 2) !important;
  overflow: hidden !important;
}
.service-section-main-container .main-cont:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  color: #fff;
  right: -25px;
  z-index: 1;
  background: rgb(255, 255, 255, 0.2);
}

/*---Video Section---*/
.play-btn .elementor-custom-embed-play svg {
  animation: shadow 3s ease-in-out infinite;
  border-radius: 100%;
}
@keyframes shadow {
  0% {
    box-shadow: 0 0 0 0#ffffff, 0 0 0 0 #ffffff;
  }
  100% {
    box-shadow: 0 0 0 15px#ffffff00, 0 0 0 30px #ffffff00;
  }
}

.play-btn .elementor-custom-embed-image-overlay img {
  height: 245px !important;
}

/*---Faq Section---*/
.faq-col {
  padding-left: calc((100% - 1140px) / 2) !important;
}

.faq-sec {
  counter-reset: section;
}
.faq-sec .e-n-accordion-item-title-text::before {
  counter-increment: section;
  content: "0" counter(section) ". ";
  font-size: 12px;
}
.faq-sec .e-n-accordion-item-title-text {
  display: flex !important;
}
.faq-sec .e-n-accordion-item-title-text span {
  padding-left: 10px !important;
}

/*---Buutons---*/

.all-btn .elementor-button-icon svg {
  font-size: 20px !important;
}

.anchor-btn {
  pointer-events: none !important;
}

/*----Contact Us Form----*/
.contact-form input {
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  border-radius: 83px !important;
  padding: 9px 25px !important;
  outline: none !important;
  font-family: DM Sans !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}
.contact-form input::placeholder {
  color: #424548 !important;
}
.contact-form .textarea {
  border: 1px solid rgba(0, 0, 0, 0.14) !important;
  border-radius: 13px !important;
  padding: 9px 25px !important;
  outline: none !important;
  font-family: DM Sans !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  height: 131px !important;
}
.contact-form .textarea::placeholder {
  color: #424548 !important;
}
.contact-form input[type="submit"] {
  background: #ef4b36 !important;
  color: #ffffff !important;
  padding: 15px 34px !important;
  font-family: DM Sans !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
}
.contact-form .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 6% !important;
  grid-row-gap: 30px !important;
}
.contact-form .gform_wrapper.gravity-theme .gform_footer {
  padding: 27px 0 0 0 !important;
}
.contact-form .gform_confirmation_message_1 {
  display: flex;
  align-items: center;
  padding: 50px 0;
}
.contact-form .gform_confirmation_message_1 img {
  width: 50px;
}
.contact-form .gform_confirmation_message_1 p {
  padding-left: 20px;
  margin-bottom: 0 !important;
}

/*----Article Blog----*/
.article-loop-sec {
  position: relative;
}
.article-loop-sec .read-btn {
  position: absolute;
  bottom: 37px;
}

/*----Service Text---*/
.ser-text strong {
  font-family: Playfair Display;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
}

/*---Responsive---*/
@media (min-width: 1025px) and (max-width: 1200px) {
  .service-section-main-container .main-cont:after {
    right: -16px;
  }
}
@media (min-width: 881px) and (max-width: 1026px) {
  .service-section-main-container .main-cont:after {
    right: -16px;
  }
}
@media (min-width: 768px) and (max-width: 880px) {
  .service-section-main-container .main-cont:after {
    right: -16px;
  }
}
@media screen and (max-width: 767px) {
  .contact-form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 15px !important;
  }
  .contact-form .gform_wrapper.gravity-theme .gform_footer {
    padding: 10px 0 0 0 !important;
  }
}
