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

.hr-counter .elementor-counter {
    display: flex;
    text-align: left;
    align-items: center;
}

.hr-counter .elementor-counter-title {
    text-align: left !important;
    line-height: 1.2 !important;
    margin-left: 20px;
}
.harry-tabs .elementor-tab-title {
    background: #E5EAEE;
    padding-left: 35px !important;
    padding-right: 35px !important;
    transition: .3s linear;
}

.harry-tabs .elementor-tabs-wrapper {
    display: flex;
    justify-content: center !important;
}
.harry-tabs .elementor-tabs-wrapper .elementor-tab-title {
    /* padding: 20px 20px; */
    margin: 0 15px;
}

.harry-tabs .elementor-tab-title.elementor-active {
    background: #CC922F !important;
}

.harry-tabs .elementor-tab-title:hover {
    background: #CC922F !important;
    color: #fff;
}
.numver-circle .elementor-widget-container {
    border: 1px solid #E8E8E8;
    border-radius: 70px;
    line-height: 1 !important;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 30px;
	background:#fff;
}
.numver-circle h2 {
    margin-bottom: -3px;
}
.harry-slider a.swiper-slide-inner {
    width: 1140px !important;
    padding: 0;
}
.hr-section .elementor-container:after {
    content: "";
    width: 98%;
    height: 1px;
    background: #E8E8E8;
    position: absolute;
    top: 31px;
    z-index: -1;
    margin: 0 auto;
    left: 0;
    right: 0;
}
/* .my-header-bar:after {
    content: "";
    width: 27%;
    height: 5px;
    background: #CC922F;
    position: absolute;
    bottom: -6px;
} */
.contact-btn a {
    background: #CC922F;
    padding: 15px 40px !important;
    color: #fff !important;
    text-transform: uppercase;
    font-family: 'Heebo' !important;
    font-weight: bold !important;
    font-size: 14px !important;
    margin-left: 30px !important;
}


.contact-btn a:hover {
    background: #0A2749;
}
.hr-counter span.elementor-counter-number-suffix {
    font-size: 40px;
    margin-top: -30px;
}
.time-hover:hover a {
    color: #CC922F !important;
    transition: .3s linear;
}
.harry-slider  .elementor-button {
    padding:13px 40px;
}

.see-more span.elementor-button-icon.elementor-align-icon-right svg {
    width: 20px;
    height: 20px;
}
.elementor-field-type-textarea textarea {
    resize: none;
}

.harry-slider .elementor-slide-description{
	padding-right:80px !important;
}
.icon-list-cntct ul li {
  background: #eee;
  border-radius: 50px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px !important;
}


@media (min-width: 1600px) and (max-width: 1920px) {
	
	.col-padding > .elementor-widget-wrap {
		padding-left: 80px !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px){
	
	.footer-inner-sec ul.elementor-icon-list-items.elementor-inline-items li.elementor-icon-list-item {
		padding: 5px 0;
	}
} 


@media (max-width: 767px) {
	
	.hr-section .elementor-container:after{
		content:unset !important;
	}
	.ftr-social-icons ul li.elementor-icon-list-item.elementor-inline-item,
	.header-icons ul li.elementor-icon-list-item.elementor-inline-item{
		margin-top: 10px;
	}
	.contact-btn a{
		background: unset;
		padding: 15px 20px !important;
		margin-left: 0px !important;
		margin-bottom: 0px;
	}
	.out-reach .elementor-container.elementor-column-gap-default {
		flex-direction: column-reverse;
	}
	.harry-tabs .elementor-tab-title.elementor-active{
		padding: 18px 0;
		text-align: center;
	}
	.harry-tabs .elementor-tab-title{
		padding: 18px 0;
		text-align: center;
	}
	.harry-slider .elementor-slide-description {
		color: #fff !important;
	}
	.footer-inner-sec .elementor-container.elementor-column-gap-default {
		flex-direction: column-reverse;
	}

	.footer-inner-sec ul.elementor-icon-list-items.elementor-inline-items {
		justify-content: flex-start;
	}

	.footer-inner-sec ul.elementor-icon-list-items.elementor-inline-items li.elementor-icon-list-item {
		padding: 7px 0;
	}
	
	
}