/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */


/* Header */
.call-us-header a{
   background-color: #0066CC;
   padding: 10px 30px;
   border-radius: 6px;
   color: #fff;
   font-weight: 700;
}


/* Footer */
.footer-call  a{
   background-color: #0066CC;
   border-radius: 60px;
   color: #fff;
   font-weight: 700;
   padding: 24px 44px;
   font-size: 36px;
}


/* Slider */
.home-new-slider .home{
   overflow: hidden;
}
.home-new-slider .home .owl-dots{
   position: absolute;
    width: 100%;
    bottom: 20px;
    left: 49%;
}
.home-new-slider .home .owl-dots .owl-dot span{
   width: 14px;
   height: 14px;
   margin: 5px 7px;
   background: #ffffff;
   display: block;
   -webkit-backface-visibility: visible;
   transition: opacity .2s ease;
   border-radius: 30px;
}
.home-new-slider .home .owl-dots .owl-dot.active span{
   background: #D9D9D9;
}

/* Testimonails */
.testimonial{
   text-align: center;
   margin: 0 auto;
}
.testimonial p{
   text-align: center;
    color: #0066CC;
    font-family: "Arial", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
}
.testimonial-wrap{
   margin-bottom: 35px;
}
.testimonial-wrap .owl-dots{
   width: 100%;
   bottom: -25px;
   margin: 0 auto;
   text-align: center;
}
.testimonial-wrap .owl-dots .owl-dot span{
   width: 14px;
   height: 14px;
   margin: 5px 7px;
   background: #d9d9d9;
   display: block;
   -webkit-backface-visibility: visible;
   transition: opacity .2s ease;
   border-radius: 30px;
}
.testimonial-wrap .owl-dots .owl-dot.active span{
   background: #0067cc;
}


.more-link{
   color: #fff;
    font-weight: 700;
    position: relative;
}

/* Mobile Menu */
.mobile-menu .elementor-nav-menu--dropdown{
   max-width: 300px;
   z-index: 9;
   position: absolute;
    top: 35px;
    --menu-height: 546px;
}
.mobile-menu::after{
   content: "";
   width: 100%;
   height: 60px;
   background-color: #0066CC;
   position: absolute;
   top: 0px;
   left: 0px;
   z-index: 0;
}
.mobile-menu .elementor-menu-toggle{
   position: relative;
   z-index: 10;
}
.more-link.with-colour{
   color: #0067cc;
   font-size: 16px;
}
/* Responsive */
@media only screen and (max-width: 1439px) {
   .elementor-nav-menu--main a.elementor-item {
      padding: 10px;
   }
 }
@media only screen and (max-width: 1279px) and (min-width: 1025px) {
   .elementor-nav-menu--main a.elementor-item {
      padding: 5px;
	   font-size:12px !important;
   }
 }
 @media only screen and (max-width: 767px) {
   .footer-call a{
      padding: 10px 40px;
      font-size: 20px;
   }
   .more-links-wrap{
      text-align: right;
      margin-right: 20px;
   }
   .more-link:after{
      content: '';
      position: absolute;
      right: -20px;
      background-image: url(/wp-content/uploads/2024/09/Arrow-white.png);
      width: 15px;
      height: 15px;
      background-size: 15px;
      background-repeat: no-repeat;
      top: 4px;
   }
   .more-link.with-colour:after{
      content: '';
      position: absolute;
      right: -20px;
      background-image: url(/wp-content/uploads/2024/09/Arrow-Blue.png);
      width: 15px;
      height: 15px;
      background-size: 15px;
      background-repeat: no-repeat;
      top: 4px;
   }
   .home-new-slider .home .owl-dots .owl-dot span{
      background: none;
      border: 2px solid #8ab8e5;
      border-radius: 14px;
      margin: 3px;
   }
   .home-new-slider .home .owl-dots .owl-dot.active span{
      background: #8ab8e5;
   }
   .home-new-slider .home .owl-dots{
      text-align: center;
      position: relative;
      left: 0px;
    bottom: -5px;
   }
   .testimonial p{
      font-size: 18px;
    font-weight: 700;
    line-height: 22px;
   }
   
 }