/* 
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
*/
body {
	font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
	line-height: 24px;
}

h1, h2, h3, h4 {
	font-family: "Raleway", Sans-serif;
    font-weight: 700;
	color: #243471;
}

.container {
    max-width: 1140px;
	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:#d27222;
}
.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);	
}

/**
 * CONTENT
 * */
#content {
    padding: 40px 10px;
}


/**
**	OUR TEAM
**/
.profile-item {
	padding: 15px;
}

.profile-overview img,
.profile-item img {
    border-radius: 50%;
    width: 280px;
	height:280px;
    border: 10px solid #659e9e;
	object-fit: cover;
	margin: 15px auto;
}
.profile-overview .profile-info {
	padding: 0;
    text-align: left;
    margin: 0 auto;
}
.profile-item .profile-info {
    padding: 0;
    text-align: left;
    max-width: 250px;
    margin: 0 auto;
}
.profile-title {
	color: #243471;
	font-family: "Raleway", Sans-serif;
	font-size: 36px;
	font-weight:700;
}
.profile-item h3 a,
.profile-item h3 {
	color: #243471;
	font-family: "Raleway", Sans-serif;
	font-size: 24px;
	font-weight:700;
}
.profile-item .btn-link {
	color: #659e9e;
	font-size: 16px;
	font-weight:600;
}
 .profile-info p,
.profile-item p {
	color: #30313c;
	font-size: 14px;
	margin-bottom: 0px;
    line-height: 24px;
	font-family: "Inter", Sans-serif;
}
.profile-item strong {
	color: #30313c;
	font-size: 14px;
	font-weight:600;
}

.wpforms-submit-container {
	text-align: right;
}
div.wpforms-container-full:not(:empty) {
	margin-top: 10px;
}

.wpforms-field input[type="text"], .wpforms-field input[type="email"] {
	background: #e6f2f8 !important;
	border-radius: 1px !important;
	color: #243471 !important;
	font-size: 16px !important;
	font-weight: 400;
	font-family: "Inter", Sans-serif;
	
}

.wpforms-field input[type="text"]:focus, .wpforms-field input[type="email"]:focus {
    
}
form:focus,form:focus-visible ,
.wpforms-submit:focus,.wpforms-submit:focus-visible {
    outline: #EEE dotted 1px;
}
.wpforms-submit {
	background:#235294 !important;
	margin-top: 15px !important;
	font-size: 16px !important;
	font-weight: 400;
	font-family: "Inter", Sans-serif;
	border-radius: 1px;
}

@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;
	}
   
}
