/*
  Theme Name: Divi Child Theme
  Theme URI: http://www.hydroseals.in/index.html
  Description: Child Theme For Divi
  Author URI: http://www.hydroseals.in/index.html
  Version: 1.0.0
  Template: Divi
*/

:root {
  --primary-color: #1D0433;
  --secondary-color: #c07efc;
  --content-color: #999999;

  --primary-font: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  --secondary-font: 'Inter',Helvetica,Arial,Lucida,sans-serif;
}

/* Global S */
  body {
    overflow-x: hidden;
  }
  body p {
    font-weight: 400;
  }
  img {
    max-width: 100%;
    display: block;
  }
  a {
    transition: all 0.3s;
  }
  .et_pb_video_1 .et_pb_video_overlay .et_pb_video_play:before, 
  .font-gradient .et_pb_module_heading {
    background: linear-gradient(90deg, #E889FC -3.94%, #6F66FA 108.68%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .sub-title {
    text-align: center;
    margin-bottom: 0px !important;
  }
  .sub-title .et_pb_module_heading {
    padding: 0px;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sub-title .et_pb_module_heading::before {
    content: '';
    width: 80px;
    height: 2px;
    background: #E889FC;
    display: inline-block;
    margin-right: 20px;
    transition: 0.5s;
  }
  .et_pb_section:hover .sub-title .et_pb_module_heading::before {
    width: 100px;
  }
  .main-title {
    text-align: center;
    margin-bottom: 15px !important;
  }
  .main-title .et_pb_module_heading {
    /*color: var(--primary-color);*/
    /*font-family: var(--secondary-font);*/
    color: #FFFFFF;
    font-size: 44px;
    font-style: normal;
    font-weight: 800;
    line-height: 60px; /* 125% */
    text-transform: uppercase;
    padding: 0px;
  }
  .bg-dark .main-title .et_pb_module_heading{
    color: #ffffff;
  }
  @media (min-width: 980.99px) {
    .sub-title.text-left, .main-title.text-left {
      text-align: left;
    }
    .sub-title.text-left .et_pb_module_heading {
      justify-content: flex-start;
    }
  }
  @media (max-width: 1199px) {
    .sub-title .et_pb_module_heading {
      font-size: 24px;
    }
    .main-title .et_pb_module_heading {
      font-size: 32px;
      line-height: 140%;
    }
    body p {
      font-size: 16px;
      line-height: 150%;
    }
  }
  @media (max-width: 767px) {
    .sub-title .et_pb_module_heading {
      font-size: 22px;
      margin-bottom: 5px;
    }
    .sub-title .et_pb_module_heading::before {
      margin-right: 15px;
      width: 30px;
    }
    .et_pb_section:hover .sub-title .et_pb_module_heading::before {
      width: 30px;
    }
    .main-title .et_pb_module_heading {
      font-size: 24px;
      line-height: 120%;
    }
  }
  @media (min-width: 980.99px) {
    .align-center-row-lg {
      display: flex;
      align-items: center;
    }
  }
  .btn {
    padding: 10px 40px;
    display: inline-block;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    font-family: var(--primary-font);
    text-transform: uppercase;
    border: 0px;
    cursor: pointer;
    transition: 0.3s;
  }
  .btn-primary {
    background-color: #6F66FA;
    background: linear-gradient(93deg, #E889FC 0.91%, #6F66FA 106.84%);
    color: #ffffff;
  }
  .btn-primary:hover {
    background: linear-gradient(93deg, #6F66FA 0.91%, #6F66FA 106.84%);
  }
  @media (max-width: 767px) {
    .et_pb_row, .container {
      width: calc(100% - 30px);
    }
    .et_pb_section, .et_pb_section *{
      animation:none !important;
    }
    body br {
      display: none;
    }
  }
  body, #main-header, .et_pb_section {
    background-color: #000000;
  }
/* Global E */

/* Header S */
  #main-header {
    box-shadow: none;
  }
  #et-top-navigation {
    font-weight: 400;
  }
  #top-menu-nav>ul>li>a:hover {
    opacity: 1;
    color: #ffffff !important;
  }
  @media (max-width: 980px) {
    #mobile_menu.et_mobile_menu {
      padding: 0px;
      border-color: #9570fb;
    }
    .et_pb_svg_logo #logo {
      max-height: 60px;
      height: 60px;
    }
    .et_mobile_menu {
      background-color: #040404;
    }
  }
/* Header E */

/* Banner S */
  .bnr-main-title .et_pb_module_heading {
    font-weight: 900;
  }
  @media (max-width: 1199px) {
    .banner-main-sc.et_pb_section {
      padding-top: 30px !important;
      padding-bottom: 0px !important;
    }
    .banner-main-sc .et_pb_module.et_pb_heading_0 .et_pb_module_heading {
      font-size: 35px;
    }
    .banner-main-sc .et_pb_module.et_pb_heading_1 {
      margin-bottom: 10px !important;
    }
    .banner-main-sc .et_pb_module.et_pb_heading_1 .et_pb_module_heading {
      font-size: 45px;
    }
  }
  @media (max-width: 980px) {
    .banner-main-sc .et_pb_module.et_pb_heading_0 .et_pb_module_heading {
      font-size: 30px;
    }
    .banner-main-sc .et_pb_module.et_pb_heading_1 .et_pb_module_heading {
      font-size: 40px;
    }
  }
  @media (max-width: 767px) {
    .banner-main-sc.et_pb_section {
      padding-top: 10px !important;
    }
    .banner-main-sc .et_pb_module.et_pb_heading_0 .et_pb_module_heading {
      font-size: 24px;
    }
    .banner-main-sc .et_pb_module.et_pb_heading_1 .et_pb_module_heading {
      font-size: 30px;
      padding: 0 !important;
    }
  }
/* Banner E */

/* About Us S */
  @media (max-width: 1199px) {
    .about-us-main-sc.et_pb_section {
      padding-top: 50px !important;
      padding-bottom: 70px !important; 
    }
  }
  @media (max-width: 980px) {
    .about-us-main-sc.et_pb_section {
      padding-bottom: 50px !important;
    }
    .about-us-main-sc .et_pb_image {
      text-align: center;
    }
    .about-us-main-sc .et_pb_text_inner {
      text-align: center;
    }
  }
  @media (max-width: 767px) {
    .about-us-main-sc.et_pb_section {
      padding-top: 30px !important;
      padding-bottom: 60px !important;
    }
    .about-us-main-sc.et_pb_section .et_pb_row {
      padding: 0px;
    }
  }
/* About Us E */

/* Service S */
  .ser-grd-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    padding: 0px !important;
  }
  .ser-grd-row::before, .ser-grd-row::after {
    display: none;
  }
  .ser-grd-row .et_pb_column {
    width: calc(33.33% - 33.33px) !important;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
  }
  .ser-grd-row .et_pb_image {
    margin-bottom: 0px !important;
  }
  .ser-grd-row span.et_pb_image_wrap::before {
    content: '';
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(232, 137, 252, 0.15);
    display: block;
    position: absolute;
    top: -8px;
    left: -13px;
    transition: all 0.3s;
  }
  .ser-grd-row .et_pb_module_heading {
    padding: 0px;
    font-family: var(--secondary-font);
  }
  .ser-grd-row .et_pb_button::after {
    margin-left: 6px !important;
  }
  .ser-grd-row .et_pb_button:hover::after {
    margin-left: 10px !important;
  }
  .ser-grd-row .et_pb_column:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #4e1681 -3.94%, #280448 108.68%);
    transition: 0.9s;
    width: 100%;
    height: 100%;
    transform: scale(0);
    border-radius: 50%;
  }
  .ser-grd-row .et_pb_column:hover:before {
    transform: scale(2);
  }
  .ser-grd-row .et_pb_column:hover span.et_pb_image_wrap::before {
    top: -15px;
    left: -20px;
  }
  @media (max-width: 1199px) {
    .service-main-sc.et_pb_section {
      padding: 70px 0 90px !important;
    }
    .ser-grd-row {
      gap: 30px;
    }
    .ser-grd-row .et_pb_column {
      width: calc(33.33% - 20px) !important;
      padding: 30px 20px !important;
    }
    .ser-grd-row .et_pb_column .et_pb_image_wrap img {
      width: auto;
      height: 50px;
    }
    .ser-grd-row span.et_pb_image_wrap::before {
      width: 45px;
      height: 45px;
    }
    .ser-grd-row .et_pb_heading {
      margin-top: 20px!important;
      margin-bottom: 15px!important;
    }
    .ser-grd-row .et_pb_heading .et_pb_module_heading {
      font-size: 20px;
    }
    .ser-grd-row .et_pb_text p {
      font-size: 14px;
    }
  }
  @media (max-width: 767px) {
    .ser-grd-row .et_pb_column {
      width: 100% !important;
    }
    .service-main-sc.et_pb_section {
      padding: 30px 0 60px !important;
    }
  }
/* Service E */

/* Video Main S */
  .video-main .et_pb_column {
    position: relative;
  }
  .video-main .et_pb_image {
    margin-bottom: 0px !important;
  }
  .video-main .et_pb_image.play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    cursor: pointer;
  }
  @media (max-width: 1199px) {
    .video-main.et_pb_section {
      padding: 70px 0 !important;
    }
  }
  @media (max-width: 980px) {
    .video-main.et_pb_section {
      padding: 50px 0px !important;
    }
  }
  @media (max-width: 767px) {
    .video-main.et_pb_section {
      padding: 30px 0px !important;
    }
  }
/* Video Main E */

/* Gallery S */
  .gallery-slider-main {
    overflow: hidden;
  }
  .gallery-slider-main .slick-track {
    padding: 0px !important;
  }
  .gallery-slider-main :is(.dtq-image-title, .dtq-image-subtitle) {
    display: none;
  }
  .gallery-slider-main .dtq-carousel-item {
    position: relative;
  }
  .gallery-slider-main .dtq-carousel-item .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000009c;
    opacity: 0;
    transition: all 0.3s;
  }
  .gallery-slider-main .dtq-carousel-item:hover .content {
    opacity: 1;
  }
  .gallery-slider-main .dtq-carousel-item .content-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gallery-slider-main .dtq-carousel-item .content-inner .et_pb_button {
    border: 0;
    color: #ffffff;
  }
  .gallery-slider-main .dtq-carousel-item .content-inner .et_pb_button:before {
    margin-left: 0px;
    opacity: 1;
  }
  #gallery.gallery-slider-main .slick-slide:nth-child(odd) {margin-top: -30px;}
  #gallery.gallery-slider-main .slick-slide:nth-child(even) {margin-top: 30px;}
  .gallery-slider-main .dtq-carousel .slick-arrow {
    background-color: #E889FC !important;
    background: linear-gradient(90deg, #E889FC -3.94%, #6F66FA 108.68%) !important;
    color: #ffffff !important;
    opacity: 0.8;
  }
  .gallery-slider-main .dtq-carousel .slick-arrow:hover {
    opacity: 1;
  }
  .gallery-slider-main .dtq-carousel .slick-arrow.slick-prev {
    left: 15px;
  }
  .gallery-slider-main .dtq-carousel .slick-arrow.slick-next {
    right: 15px;
  }
  @media (max-width: 1199px) {
    .gallery-slider-main .et_had_animation {
      padding-top: 0px !important;
    }
    .gallery-slider-main .ba_image_carousel_0 .dtq-carousel .slick-slide {
      padding-left: 10px !important;
      padding-right: 10px !important;
    }
  }
  @media (max-width: 767px) {
    .gallery-slider-main .ba_image_carousel_0 .dtq-carousel .slick-arrow, 
    .gallery-slider-main .ba_logo_carousel_0 .dtq-carousel .slick-arrow {
      height: 30px;
      width: 30px;
    }
    .gallery-slider-main .ba_image_carousel_0 .dtq-carousel .slick-arrow:before, 
    .gallery-slider-main .ba_logo_carousel_0 .dtq-carousel .slick-arrow:before {
      font-size: 20px;
    }
  }
  @media (max-width: 767px) {
    .gallery-slider-main.et_pb_section {
      padding-bottom: 30px !important;
    }
  }
/* Gallery E */

/* Client Logo S */
  .logo-main-sc .slick-track {
    display: flex;
    align-items: center;
  }
  @media (max-width: 1199px) {
    .logo-main-sc.et_pb_section {
      padding: 70px 0 50px !important;
    }
    .logo-main-sc .ba_logo_carousel_0 .dtq-carousel .slick-slide {
      padding-left: 20px!important;
      padding-right: 20px!important;
    }
  }
  @media (max-width: 980px) {
    .logo-main-sc.et_pb_section {
      padding: 50px 0 50px !important;
    }
    .logo-main-sc.et_pb_section .et_pb_row:nth-child(2) {
      padding-top: 0px;
    }
    .ba_logo_carousel_child {
      max-width: 100% !important;
      width: 100% !important;
      text-align: center;
    }
  }
  @media (max-width: 767px) {
    .logo-main-sc.et_pb_section {
      padding: 30px 0 30px !important;
    }
  }
/* Client Logo E */

/* Get in touch S */
  .cnt-box .et_pb_text_inner,
  .cnt-box .et_pb_text_inner p {
    display: flex;
    align-items: center;
  }
  .cnt-box .et_pb_text_inner img {
    margin-right: 28px;
    width: 40px;
    height: 40px;
    object-fit: contain;
  }
  .cnt-box .et_pb_text_inner a:not(:hover), 
  .cnt-box .et_pb_text_inner p {
    color: #ffffff;
  }

  .wpcf7 .form-group {
    position: relative;
    margin-bottom: 30px;
  }
  .wpcf7 .form-group span {
    display: block;
  }
  .wpcf7 .form-group .wpcf7-form-control {
    width: 100%;
    padding: 10px 0;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #ffffff;
    font-size: 20px;
    color: #ffffff;
    display: block;
  }
  .wpcf7 .form-group .wpcf7-form-control::-ms-input-placeholder {
    color: #ffffff;
    opacity: 0.5;
  }
  .wpcf7 .form-group .wpcf7-form-control::placeholder {
    color: #ffffff;
    opacity: 0.5;
  }
  .wpcf7 .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -25px;
    left: 0;
    font-size: 14px;
    line-height: normal;
  }

  @media (max-width: 1199px) {
    .contact-us-main-sc .et_pb_row:nth-child(1) {
      padding-top: 60px!important;
      padding-bottom: 0px;
    }
    .contact-us-main-sc .et_pb_row:nth-child(2) {
      padding-right: 50px!important;
      padding-bottom: 70px!important;
      padding-left: 50px!important;
    }
    .contact-us-main-sc .et_pb_row .cnt-box:not(:last-child) {
      margin-bottom: 50px !important;
    }
    .cnt-box .et_pb_text_inner img {
      margin-right: 18px;
      width: 30px;
      height: 30px;
    }
    .cnt-box .et_pb_text_inner a:not(:hover), .cnt-box .et_pb_text_inner p {
      font-size: 15px;
    }
  }
  @media (max-width: 980px) {
    .contact-us-main-sc .et_pb_row:nth-child(2) .et_pb_column:nth-child(1) {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;      
    }
    .contact-us-main-sc .et_pb_row .cnt-box, .contact-us-main-sc .et_pb_row .cnt-box:not(:last-child) {
      margin: 10px 0 !important;
    }
  }
/* Get in touch E */

/* Footer S */
  footer {
    font-family: var(--primary-font);
  }
  footer .widget_media_image {
    margin-bottom: 0px !important;
  }
  footer ul li {
    padding-left: 0px !important;
  }
  footer .menu-header-navigation-container ul li {
    margin-bottom: 5px;
  }
  footer .menu-header-navigation-container ul li a {
    font-weight: 400;
  }
  footer ul li:before {
    opacity: 0;
  }
  /*footer .wp-social-link {
    background-color: transparent !important;
  }
  footer .wp-social-link a {
    color: #ffffff !important;
    padding: 0px !important;
  }*/
  footer .wp-social-link {
    margin-bottom: 0px !important;
  }
  footer .wp-social-link + .wp-social-link {
    margin-left: 4px !important;
  }
  footer .wp-social-link a svg {
    width: 20px !important;
    height: 20px !important;
  }
  footer #footer-bottom {
    background: linear-gradient(90deg, #E889FC -1.28%, #6F66FA 100.9%) !important;
  }
  #footer-info {
    float: none !important;
    text-align: center !important;
  }
  .et_pb_widget {
    margin-bottom: 15px !important;
  }
  @media (min-width: 981px) {
    .et_pb_gutters3 .footer-widget {
      margin-bottom: 20px !important;
    }
    .et_pb_gutters3.et_pb_footer_columns3 .footer-widget:nth-child(3) .fwidget {
      margin-bottom: 30px !important; 
    }
  }
  @media (max-width: 1199px) {
    footer .wp-social-link + .wp-social-link {
      margin-left: 10px !important;
    }
    footer #footer-widgets p, #footer-widgets .footer-widget li a {
      font-size: 15px !important;
    }
    footer p br {
      display: none;
    }
    #footer-bottom {
      padding: 5px 0px;
    }
    #footer-info {
      font-size: 14px !important;
      padding: 0;
      line-height: normal;
    }
  }
  @media (max-width: 980px) {
    .footer-widget:nth-child(n) {
      width: 28.25% !important;
    }
    #footer-widgets .footer-widget .fwidget {
      margin-bottom: 20px !important;
    }
    #footer-widgets {
      padding: 50px 0 20px;
    }
  }
  @media (max-width: 767px) {
    #footer-widgets .footer-widget .fwidget {
      margin-bottom: 15px !important;
    }
    .contact-us-main-sc.et_pb_section {
      padding: 30px 0 60px;
    }
    .contact-us-main-sc .et_pb_row:nth-child(2) {
      padding-right: 20px!important;
      padding-bottom: 60px!important;
      padding-left: 20px!important;
    }
    #footer-widgets .footer-widget:last-child .widget_media_image {
      margin-bottom: 0px !important;
    }
    #footer-widgets .footer-widget:last-child .widget_media_image img {
      max-width: 200px;
    }
  }
/* Footer E */

/* Lightbox Popup S */
  body.overflow-hidden {
    overflow: hidden;
  }
  .lighbox-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: rgb(0 0 0 / 95%);
    padding: 20px;
    display: none;
  }
  .lightbox-body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .lighbox-popup .close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    opacity: 0.8;
    transition: 0.3s;
  }
  .lighbox-popup .close:hover {
    opacity: 1;
  }
  .lighbox-popup .close svg {
    width: 30px;
    height: 30px;
  }
  .lighbox-popup .close path {
    fill: #ffffff;
  }
  .lighbox-popup img {
    max-width: 400px;
    margin: auto;
  }
  .lighbox-popup .grd-sc {
    display: flex;
    align-items: center;
    max-width: 900px;
  }
  .lighbox-popup .grd-sc .img-sc {
    margin-right: 25px;
  }
  .lighbox-popup .grd-sc .cnt-sc .title {
    color: #ffffff;
    padding-bottom: 15px;
  }
  .lighbox-popup .grd-sc .cnt-sc p {
    line-height: 150%;
    opacity: 0.8;
  }
  @media (max-width: 980px) {
    .lighbox-popup .grd-sc {
      flex-direction: column;
      /*align-items: flex-start;*/
      text-align: center;
    }
    .lighbox-popup .grd-sc .img-sc {
      margin-right: 0px;
      margin-bottom: 25px;
    }
    .lighbox-popup img {
      max-width: 200px;
    }
  }
/* Lightbox Popup E */

/* Gear S */
  #gear-up .dtq-image-carousel-item figure img {
    aspect-ratio: 6 / 3;
    object-fit: cover;
  }

  /*#gear-up {
    display: flex;
    flex-direction: column;
  }
  #gear-up .gear-row :is(.et_pb_heading, .et_pb_text) {
    display: none;
  }
  #gear-up .gear-row:nth-child(1) {width: 100%;}
  #gear-up .et_pb_row.et_pb_row_9 {display: none;}
  .et_pb_row.gear-row.gear-left-row {
    display: flex;
    flex-direction: column;
    width: 30%;
  }
  .et_pb_row.gear-row.gear-left-row > .et_pb_column {
    margin-right: 20px !important;
    width: 100%;
  }*/
/* Gear E */