/*---------------------------------------------------------------------------------

 Theme Name:   DiviChildTheme
 Theme URI:    https://bautistagroup.us/
 Description:  Child theme for Divi parent theme
 Author:       Imran Hossain
 Author URI:   https://imranit.net/
 Template:     Divi
 Version:      1.2.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/
/* Remove the sidebar globally by default */

#main-content .container:before {
  background: none;
}
#sidebar {
  display: none;
}


.button-group-row .et_pb_column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.button-group-row .et_pb_column .et_pb_button_module_wrapper {
    margin: 0 15px;
}



.mouse-down-continer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mouse-down-continer a.mouse {
    transition: .3s all;
    opacity: .6;
}


.mouse-down-continer a.mouse:hover {
    opacity: 1;
}

.mouse-down-continer .field {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 300px;
}

.mouse-down-continer .mouse {
  width: 50px;
  height: 90px;
  border: 3px solid #ffffff;
  border-radius: 60px;
  position: relative;

}

.mouse-down-continer .mouse::before{
   content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    border-radius: 50%;
    opacity: 1;
    animation: wheel 2s infinite;
    -webkit-animation: wheel 2s infinite;
}

@keyframes wheel {
  to {
    opacity: 0;
    top: 60px;
  }
}

/* header area start */

header#main-header .container {
    background: #fff;
    border-radius: 50px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    transition: .3s all;
}


header.et-fixed-header .container.clearfix {
    margin-top: 0 !important;
    background: #d6e0ff !important;
}


/* header area end */

.single-solution-box .et_pb_main_blurb_image {
    overflow: hidden;
    border-radius: 30px;
    margin: 0;
}

.single-solution-box .et_pb_main_blurb_image span.et_pb_image_wrap img{
    transition: .3s all;
}

.single-solution-box:hover .et_pb_main_blurb_image span.et_pb_image_wrap img{
    filter: blur(2px);
    transform: translate3d(0px, 0px, 0px) scale3d(1.05, 1.05, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.single-solution-box .et_pb_blurb_container {
    margin: 0 50px;
    background: #fff;
    margin-top: -70px;
    position: relative;
    padding: 30px;
    border-radius: 10px;
}

.single-solution-box  .et_pb_button_module_wrapper {
    position: absolute;
    top: 29%;
    left: 50%;
    transform: translate(-50%, -20%);
    transition: .3s all;
    opacity: 0;
}

.single-solution-box:hover .et_pb_button_module_wrapper {
    transform: translate(-50%, -50%);
    opacity: 1;
}




a.inline-btn {
    display: inline-block;
    position: relative;
    padding-right: 28px;
    font-weight: 700;
    font-size: 16px;
    color: #1E3787;
    margin-top: 10px;
}

a.inline-btn::after {
    position: absolute;
    content: "";
    background: #1E3787;
    background-image: url(/wp-content/uploads/2025/04/angle-right-solid-2.svg);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center;
    background-size: 8px;
    right: 0;
    top: 5px;
    transition: .3s all;
}



a.inline-btn:hover {
    color: #2548bc;
}

a.inline-btn:hover:after {
    right: -2px;
}

a.inline-btn:hover:after {
    background-color: #2e52c9;
}



.list-style ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 19px;
}

.list-style ul li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 7px;
}

.list-style ul li::after {
    position: absolute;
    content: "";
    background: #1E3787;
    width: 10px;
    height: 10px;
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.single-solution-box .et_pb_blurb_description p {
    padding-bottom: 15px;
}

.single-solution-box h3.et_pb_module_header {
    margin-bottom: 7px;
}

.single-certificate-item img {
    border-radius: 0;
    padding: 7px;
}

.single-certificate-item .et_pb_module_header {
    margin-bottom: 10px;
}

























/* footer start */

/* Footer start */

.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}



.footer-menu ul li {
    display: block;
    position: relative;
    padding-left: 23px;
    z-index: 1;
}

.footer-menu ul li a {
    display: inline-block;
    color: #fff;
    margin-bottom: 10px;
    transition: .3s all;
     font-size: 15px;
}

.footer-menu ul li a:hover {
    color: #2BA3EB;
}

.footer-menu ul li::after {
    position: absolute;
    content: "";
    background: url(/wp-content/uploads/2025/04/angle-right-solid-2.svg);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: left top 3px;
    z-index: -1;
}

.footer-social-area li {
    margin-bottom: 0;
}

.footer-social-area li a {
    border-radius: 50% !important;
    display: flex !important;
    justify-content: center ! IMPORTANT;
    align-items: center !important;
    transition: .3s all;

}

.footer-social-area li a:hover {
    background: #2BA3EB !important;
}

div#footer-area .single-header-top-social-item {
    margin-left: 0 !important;
    margin-right: 10px !important;
}



div#copyright-area .et_pb_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

div#copyright-area .et_pb_row .text-right {
    text-align: right;
}

.copyright-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.copyright-menu ul li {
    display: inline-block;
    margin-left: 15px;
}

.copyright-menu ul li a {
    color: #fff;
    transition: .3s all;
    font-size: 14px;
}

.copyright-menu ul li a:hover {
    color: #2BA3EB;
}


/* footer end */


@media (min-width: 981px) {

}


@media all and (max-width: 980px) {

    .single-footer-contact:after {
        display: none;
    }

    .single-footer-contact {
        padding: 0;
        margin: 0;
        display: block;
    }

    div#copyright-area .et_pb_row .et_pb_column:nth-child(2) {
        order: 1;
    }

    div#copyright-area .et_pb_row .et_pb_column:nth-child(3) {
        order: 2;
    }

    div#copyright-area .et_pb_row .et_pb_column:nth-child(1) {
        order: 3;
        margin: 0;
    }

    div#copyright-area .et_pb_row .text-right {
        text-align: center;
        margin-bottom: 8px;
    }

   header#main-header  ul.et_mobile_menu {
      background: #fff !important;
      border-radius: 16px;
      padding: 0;
  }

  header#main-header .container {
      width: 90%;
  }

  .button-group-row .et_pb_column .et_pb_button_module_wrapper {
      margin: 10px;
  }


  .single-solution-box .et_pb_blurb_container {
      margin: 0;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 0;
  }


}

@media all and (max-width: 767px) {

  a.inline-btn{
    font-size: 15px;
  }

}

@media all and (max-width: 479px) {

}

