/* 
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
*/

.container {
    max-width: 1240px;
	margin: 60px auto;

}

.services-listing li:hover, 
.services-listing li.active {
	background: #e4e4e4;
	border: 2px solid #c7c8cb;
}
.services-listing li,
.services-menu li {
	padding: 10px 25px !important;
}

.services-listing li a,
.services-menu li a {
	text-decoration: none !important;
}

.services-menu li:hover,
.services-menu li.active {
	background:#808080;
}
.services-menu li a:hover{
	text-decoration: none;
}

.services-menu  .elementor-icon-list-text {
	position: relative;
}

.services-menu  .elementor-icon-list-text::after {
	font-size: 16px;
	content: "»";
    color:#FFF;
    display: inline;
    position: absolute;
    top: 0px;
    right: -15px;
}
.elementor-editor-active .service-box { display: block !important; }
.service-box { display: none; }

.service-box.active {display:block;}

 #home-testimonial .sp-testimonial-client-testimonial p{
font-family: "Barlow", Sans-serif;
  font-size: 32px;font-weight: 400;line-height: 40px;
  font-style: italic;
}

#home-testimonial .sp-testimonial-client-name {
font-family: "Barlow", Sans-serif;
  font-size: 24px;font-weight: 400;line-height: 40px;
  font-style: italic;
}

#home-testimonial .swiper-button-next i,
#home-testimonial .swiper-button-prev i {
	font-size: 36px;
	color:#80d7f2;
}
/*bar*/

.carousel .controls-bar {
    margin-top:20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel .carousel-control-next, .carousel .carousel-control-prev {
    position: relative;
    color: #c2c2c2;
    width: 40px;
    font-size: 40px;
  font-weight: 500;
}
.carousel .carousel-control-next:hover, .carousel .carousel-control-prev:hover {
    color: #262d71;
}
.carousel .controls-bar .carousel-indicators {
    position: relative;
    margin-right:15px;
    margin-left:15px;
    margin-bottom: 0;
    height: 3px;
}
.controls-bar .carousel-indicators li{
    margin: 0 5px;
	display: inline-block;
	width:12px;
	height:12px;
    border:0;
	border-radius:50%;
	background:#cccccc;
	opacity:0.5;
	position:relative;
}
.controls-bar .carousel-indicators li.active{
  
  background: #262d71;
  
	opacity:1;
	box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;	
}
#pagination-wrap{
	min-width:20px;
	margin-top:0;
	height:15px;
	position:relative;
	text-align:center;
}

#pagination-wrap ul {
	width:100%;
    padding: 0;
    list-style: none;
 
}

#pagination-wrap ul li{
	margin: 0 5px;
	display: inline-block;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#cccccc;
	opacity:0.5;
	position:relative;
  
  
}

#pagination-wrap ul li.active{
  
  background: #262d71;
  
	opacity:1;
	box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;	
}





/*ANIMATION*/
#slider-wrap ul, #pagination-wrap ul li{
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);	
}

@media only screen and (max-width: 1024px) {
	
	.download-box .elementor-image-box-wrapper{
		display: flex;
		column-gap: 15px;
	}
}

@media only screen and (max-width: 767px) {
      .hfe-nav-menu li:after {
        content: "" !important;
        font-weight: 300;
        color:#FFF;
        position: absolute;
        right:0;
        top:50%;
        transform: translateY(-15px) !important;   
    }
    .title-box .container, .filters-bar .container {
    	padding-bottom: 0px;
    	border-bottom: 1px solid #cacaca;
    }
    
    #controls-bar {
      margin-top: 0px;
      height: 60px;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
}

@media only screen and (max-width: 480px) {
	#home-testimonial .sp-testimonial-client-testimonial p {
		font-size: 18px;
		line-height: 24px;
	}
	#home-testimonial .sp-testimonial-client-name {
		font-size: 16px;
		line-height: 24px;
	}
   
}
