/* 
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 */
body{    
    font-family: 'Manrope', sans-serif !important;
    font-weight: 300;
}
.elementor-element.elementor-element-06885d6.e-con-full.e-flex.e-con.e-child {
    position: relative;
    z-index: 10;
}
@media (min-width: 993px) {
header#masthead {
    position: fixed !important;
    width: 100%;
    z-index: 1;
}
}
.home-banner {
    position: relative;
}

.home-banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: url("assets/images/home-building.png") no-repeat;
    background-position: right center;
    background-size: contain;
} 
.home-banner .home-banner-middle {
    position: relative;
    z-index: 10000;
}
.ue-dual-color-heading span.ue-title-one {
    letter-spacing: 2.24px;
}
.ue-dual-color-heading h1 {
    flex-direction: column;
    display: flex;
}
.ue-dual-color-heading h1 span.ue-title-one {
    text-transform: uppercase;    
}
.ue-dual-color-heading span,
.elementor-heading-title.elementor-size-default,
.ue-dual-color-heading h2,.ue-dual-color-heading h2 span{
	line-height:120% !important;
}
.ue-dual-color-heading span.ue-title-one {
    font-size: 14px !important;
    font-weight: 600 !important;
}
.ue-dual-color-heading h1 span.ue-title-two {
    line-height: 100% !important;
}
.ue-dual-color-heading h2 span.ue-title-two {
    line-height: 120% !important;
}
.ue_pricing_table_footer a {
    text-align: left;
    position: relative;
}
.hfe-site-logo-container {
    display: flex;
}
.form-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-container .form-group p {
    margin: 0px;
}

.form-container .form-group.half-sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-container .form-group.full-sec {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-container .action_btns {
    display: flex;
    flex-direction: row;
}
.formgroup input,.formgroup textarea {
    border: 1px solid #C3C3C3;
}
.formgroup select{
	border: 1px solid #C3C3C3;
    padding: 12px 14px 12px 14px;
    border-radius: 0px;
    appearance: none;
    -webkit-appearance: none;
}
.formgroup input:focus,.formgroup textarea:focus,.formgroup select:focus{
	outline:none;
	box-shadow:none;
	border-color:#3A968C;
}
.formgroup textarea {
    resize: none;
    height: 120px;
}
.resetbtn p {
    margin: 0px;
    padding: 0px;
}
.form-container .action_btns {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.submittbtn {
    position: relative;
    min-width: 200px;
}
span.wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
}
.submittbtn span.wpcf7-spinner {
    position: absolute;
    margin: 0px;
    top: 15px;
}

.submittbtn input.wpcf7-form-control.wpcf7-submit.has-spinner.form-control.submit-btn {
    width: 100%;
    text-align: left;
}

.submittbtn p {
    margin: 0px;
}
.submittbtn p svg path {
    fill: #fff;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner.form-control.submit-btn {
    background: #3A968C;
    border-color: #3A968C;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.form-control.submit-btn:hover {
    background: #fff;
    color: #3A968C;
}

.submittbtn svg {
    position: absolute;
    right: 20px;
    top: 17px;
    transition: all 0.5s ease-in;
}

.submittbtn:hover svg path {
    fill: #3A968C;
}

.submittbtn:hover svg {
    right: 30px;
    transition: all 0.5s ease-out;
}
.custom-line {
    position: relative;
}
.ue_pricing_table_footer a {
    position: relative;
}
.uc_ispt_container_list .uc_ispt_container_list_row:first-child {
    margin-bottom: 10px !important;
    margin-left: -20px !important;
    margin-top: -10px !important;
}
.uc_ispt_container_list .uc_ispt_container_list_row {
    line-height: 150%;
}
.uc_icon_solid_pricing_table:hover .ue_pricing_table_footer,
.uc_icon_solid_pricing_table:hover .uc_ispt_header,
.uc_icon_solid_pricing_table:hover{
    background:#d9ebe9 !important;
}
.uc_icon_solid_pricing_table .ue_pricing_table_footer a:after {
     position: absolute;
    content: '';
    width: 13px;
    height: 12px;
    background: url('assets/images/arrow-right-black.svg') no-repeat;
    right: 15px;
    top: 15px;
}
.uc_icon_solid_pricing_table:hover .ue_pricing_table_footer a{
    background:#3a968c !important;
    color:#fff !important;
}
.uc_icon_solid_pricing_table:hover .ue_pricing_table_footer a:after {
    position: absolute;
    content: '';
    width: 13px;
    height: 12px;
    background: url('assets/images/button-arrow.svg') no-repeat;
    right: 15px;
    top: 15px;
}

.active-plan .uc_icon_solid_pricing_table .ue_pricing_table_footer a:after {
    background: url('assets/images/button-arrow.svg') no-repeat;
}
.active-plan .uc_icon_solid_pricing_table,.uc_icon_solid_pricing_table:hover {
    box-shadow: 0px 16px 14px 0px #00000012;
}
.custom-line:after {
   position: absolute;
    content: '';
    width: 100vw;
    left: -75vw;
    height: 1px;
    background: #fff;
    top: 80px;
    z-index: 10000;
}
.uc_ispt_container_price, .uc_ispt_container_price div {
    line-height: 1;
}
.team_member_box_overlay {
    position: relative;
}
.team_member_box_overlay .uc_subcontainer_holder {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 40px);
    padding: 14px 20px !important;
    left: 20px;
    text-align: left !important;
}
.team_member_box_overlay:hover .uc_subcontainer_holder {
    visibility: hidden;
}
.team_member_box_overlay .uc_subcontainer_holder div {
    margin: 0px !important;
}
.team_member_box_overlay,
.team_member_box_overlay .uc_container_holder {
    height:410px
}
.team_member_box_overlay .uc_container_holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.team_member_box_overlay .uc_container_holder img.team_member_box_overlay_image {
    object-position: bottom;
}


.bg-overlay {
    position: relative;
}

.bg-overlay:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    background: #FFF;
    background: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.owl-nav {
    position: absolute;
    width: 100%;
    bottom: -5px;
    z-index: 1000;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.owl-carousel.owl-loaded {
    position: relative;
}
.owl-nav button {
    position: initial !important;
    border: 1px solid #000 !important;
    margin: 0 80px;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.owl-dots {
       margin-top: 40px !important;
    position: relative;
    z-index: 1000;
    width: fit-content;
    margin: 0 auto;
}
.owl-nav i {
    display: flex;
}
.owl-nav button.owl-next {
    background: #101010 !important;
}
.owl-nav button.owl-next i::before {
    color: #fff;
}
.owl-nav button i::before {
    font-size: 12px;
}
.owl-nav button.owl-next i.fas {
    line-height: 0 !important;
}
.uc_btn_inner .uc_btn_icon {
    display: flex;
}
.uc_btn_inner .uc_btn_icon svg {
    width: 13px !important;
    height: 12px !important;
}
.owl-nav button {
    box-shadow: none !important;
    margin: 0px;
}
.owl-nav {
    justify-content: space-between !important;
    padding: 0 50px;
}
.owl-nav button:hover,.owl-nav button.owl-next {
    background: #3A968C !important;
    border-color: #3A968C !important;
}
.owl-dots button {
    background: transparent !important;
    border: 1px solid #C3C3C3 !important;
    width: 10px !important;
    height: 10px !important;
}
button.owl-dot.active {
    background: #101010 !important;
}


/*Blog Shortcode css*/
.blog-grid-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.custom-post-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.custom-post-grid.workgrid{
    grid-template-columns: 1fr 1fr 1fr;
}
.custom-post-grid .custom-post-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.custom-post-item:hover{
    cursor: pointer;
}
.custom-post-grid .custom-post-item .custom-post-thumb a {
    display: flex;
    width: 100%;
    height: 300px;
}
.custom-post-grid .custom-post-item .custom-post-thumb a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.custom-post-grid .custom-post-item .custom-post-thumb {
    position: relative;
}
.custom-post-grid .custom-post-item .custom-post-thumb:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #FFF;
    background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    top: 0;
    left: 0;
}
.custom-post-grid.workgrid .custom-post-item .custom-post-thumb:after {
    content:none;
}
.custom-post-grid .custom-post-item .custom-post-thumb .custom-post-meta {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    z-index: 10;
}
.custom-post-grid .custom-post-item .custom-post-thumb .custom-post-meta span,
.custom-post-grid .custom-post-item .custom-post-thumb .custom-post-meta span a {
    display: block;
    height: auto;
}
.custom-post-grid .custom-post-item .custom-post-thumb .custom-post-meta span,
.custom-post-grid .custom-post-item .custom-post-thumb .custom-post-meta span a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    line-height: 150%;
    letter-spacing: 2.56px;
}
.custom-post-details {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.custom-post-details h3.custom-post-title,.custom-post-details h3.custom-post-title a {
    font-size: 24px;
    color: #010101;
    text-decoration: none;
    font-weight: 300;
    line-height: 1.2;
    margin: 0px;
}
.custom-post-item:hover .custom-post-details h3.custom-post-title a,
.custom-post-details h3.custom-post-title a:hover{
    color: #378b82;
}
.custom-post-excerpt,.custom-post-excerpt p {
    color: #333333;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 0px;
}
.custom-post-pagination {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.custom-post-pagination ul.page-numbers {
    display: flex;
    list-style: none;
    gap: 10px;
    margin: 0;
    padding: 0;
}
.custom-post-pagination a.page-numbers,.custom-post-pagination li span.page-numbers {
    padding: 12px 18px;
    border: 1px solid #C3C3C3;
    text-decoration: none;
    line-height: 100%;
    color: #c3c3c3;
    background: #fff;
}
.custom-post-pagination a.page-numbers:hover {
    background: #101010;
    color: #ffff;
}
.custom-post-pagination a.prev,.custom-post-pagination a.next {
    display: flex;
    align-items: center;
    gap: 12px;
}
.custom-post-pagination a.page-numbers svg path {
    fill: #c3c3c3;
}
.custom-post-pagination a.page-numbers:hover svg path {
    fill: #fff;
}
.custom-post-pagination a.page-numbers:hover {
    border-color: #101010;
}
.custom-post-pagination li .page-numbers:hover,
.custom-post-pagination li .page-numbers.current {
    background: #3A968C;
    border-color: #3A968C;
    color: #fff;
}


/*work css*/
.custom-post-grid.workgrid .custom-post-thumb a.work_link {
    display: none;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 12px 17px;
    background: #101010;
    color: #fff;
    transition: all 0.5s ease-in;
    z-index: 10000;
}
.custom-post-grid.workgrid .custom-post-thumb a.work_link:hover{
    background-color: #3A968C;
    color:#fff;
}
.custom-post-grid.workgrid .custom-post-thumb {
    width: 100%;
    height: 300px;
}
.custom-post-grid.workgrid .custom-post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.custom-post-grid.workgrid .custom-post-thumb:hover a.work_link {
    display: block;
    transition: all 0.5s ease-in;
}
.custom-post-grid.workgrid .custom-post-thumb:hover:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(204,204,204,0.6);
    filter: blur(20px);
    -webkit-filter: blur(20px);    
    left: 0;
    top: 0;
    z-index: 10;
}
.custom-post-grid.workgrid span.custom-post-date {
    color: #3A968C;
    font-weight: 600;
    letter-spacing: 2.56px;
    font-size: 14px;
}
/*work css*/

/*Blog Shortcode css*/
.owl-nav {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 170px;
    align-items: center;
    text-align: center;
    padding: 0px !important;
    left: 50%;
    transform: translateX(-50%);
    bottom:-10px;
}
thead.tafe-table-header th,.tafe-table-body td {
    text-align: center !important;
}
thead.tafe-table-header th:first-child,.tafe-table-body td:first-child {
    text-align: left !important;
}
body:not(.home) header .hfe-nav-menu li.hfe-button-wrapper.elementor-widget-button,
body:not(.home) header .hfe-nav-menu li.hfe-button-wrapper.elementor-widget-button a {
    background: #101010 !important;
    border-color: #101010 !important;
}
header .header-container {
    box-shadow: 0px 0px 3px 0px #e1e1e1;
}
details.e-n-accordion-item div.elementor-element {
    padding-left: 0px;
}
.table-btn-container a.active,.table-btn-container a:hover,
.elementor-element.elementor-widget.elementor-widget-button:hover a,.elementor-element.elementor-widget.elementor-widget-button a.active {
    background: #101010;
    color: #fff;
}
.elementor-element.active.elementor-widget.elementor-widget-button a.elementor-button.elementor-button-link:not(.active){
    background-color: #fff !important;
    color: #101010 !important;
}
summary.e-n-accordion-item-title[aria-expanded="true"] {
    border-bottom: 0px !important;
}
span.form-control.reset-btn {
    cursor: pointer;
}
span.form-control.reset-btn:hover {
    color: #3a968c;
    text-decoration: underline;
}
.about-team .ue-dual-color-heading {
    width: auto;
    text-align: center;
    margin-bottom: 42px;
}

.about-team .ue-dual-color-heading h2 span.ue-title-one {
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #3A968C;
    line-height: 100% !important;
}

.about-team .ue-dual-color-heading h2 span.ue-title-two {
    font-size: 50px;
    color: #101010;
    font-weight: 300;
    line-height: 100% !important;
    letter-spacing: -1.16px;
}
body:not(.home) li#menu-item-1016 a {
    color: #fff;
}

@media (max-width: 767px) {
	.desktop-img{
		display:none;
	}
    table.tafe-table {
        width: 95%;
        margin:  auto;
    }
    .owl-nav {width: 90%;}
	
	.home-banner:after{
		content:none;
	}
	.elementor-element.home-banner{
		background-image: url('assets/images/mobile-bg-shape.svg') !important;
		background-color: #3A968C !important;
		background-repeat: no-repeat;
		background-size: auto;
		background-position: top center;
	}
	.elementor-widget.elementor-widget-text-editor br {
		display: none;
	}
	.elementor-widget.elementor-widget-text-editor {
		font-weight: 300 !important;
	}
    .ue-flip-box {
        height:100vw !important;
    }
	.elementor-widget.elementor-widget-image {
		display: flex;
	}
	.hfe-nav-menu li a {
		text-align: center;
		display: block !important;
		font-size: 16px !important;
	}
	.hfe-nav-menu li{
		border: 0px !important;
	}
	.hfe-nav-menu li:last-child a {
		background: #3A968C !important;
		color: #fff !important;
	}
	nav.hfe-nav-menu__layout-horizontal.hfe-nav-menu__submenu-arrow.hfe-dropdown.menu-is-active {
		padding: 20px;
		padding-bottom: 30px;
	}
	.hfe-nav-menu-icon svg {
		width: 12px;
	}
	.team_member_box_overlay,
	.team_member_box_overlay .uc_container_holder {
		height:330px;
	}
    /*Blog Shortcode css*/
    .custom-post-grid.workgrid,
    .custom-post-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .custom-post-grid .custom-post-item {
        gap: 12px;
    }
    .custom-post-grid .custom-post-item .custom-post-details {
        gap: 10px;
    }
    .custom-post-excerpt, .custom-post-excerpt p {
        display: none;
    }
    .blog-grid-container {
        gap: 30px;
    }
    .custom-post-pagination li .page-numbers {
        padding: 0;
        line-height: 1;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*Blog Shortcode css*/
    header .elementor-element.elementor-element-100d95a.elementor-hidden-desktop.elementor-hidden-tablet.elementor-view-default.elementor-widget.elementor-widget-icon .elementor-icon-wrapper {
        display: flex;
    }
    .footer-width-fixer .form-container {
        margin-bottom: 60px;
    }
    footer .elementor-element.elementor-element-83ba263.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
        padding-top: 0px !important;
    }
    footer ul.hfe-nav-menu li ,footer ul.hfe-nav-menu li a.hfe-menu-item {
        text-align: left;
        align-items: flex-start;
    }
    footer ul.hfe-nav-menu li:last-child a.hfe-menu-item {
        background:transparent !important;
    }
    footer .elementor-element.elementor-element-7af6897.e-con-full.e-flex.e-con.e-child {
        gap: 40px;
        padding: 0px !important;
    }
    footer .elementor-element.elementor-element-98da05c.e-con-full.e-flex.e-con.e-child {
        gap: 0;
    }
    .elementor-element.elementor-element-89992e5.e-con-full.e-flex.e-con.e-child {
        gap: 0;
    }
    .elementor-element.elementor-element-e49d951.e-flex.e-con-boxed.e-con.e-child .e-con-inner {
        gap: 0;
    }
    .elementor-element.elementor-element-7b4bcec.e-con-full.e-flex.e-con.e-child {
        padding-top: 50px;
    }
    


    /*about page*/
    .about-team .ue-dual-color-heading {
        width: auto;
        text-align: center;
        margin-bottom: 0px;
    }
    .about-team .ue-dual-color-heading h2 span.ue-title-one {
        font-size: 14px !important;
        font-weight: 600 !important;
        text-transform: uppercase;
        color: #3A968C;
        line-height: 100% !important;
    }
    .about-team .ue-dual-color-heading h2 span.ue-title-two {
        font-size: 32px;
        color: #101010;
        font-weight: 300;
        line-height: 100% !important;
        letter-spacing: -1.16px;
    }
    .elementor-element.elementor-element-7448774.e-con-full.e-flex.e-con.e-child {
        background-size: 90%;
        background-position: center 50px;
    }
    .elementor-element.elementor-element-0aae65a.e-con-full.e-flex.e-con.e-child {
        gap: 10px;
    }
    .about-team .ue-dual-color-heading h2 span.ue-title-two {
        width: 60%;
        margin: 0 auto;
        line-height: 130% !important;
    }
    .elementor-element.elementor-element-91f007c.elementor-widget__width-initial.elementor-widget-mobile__width-initial.about-team.elementor-widget.elementor-widget-ucaddon_dual_color_heading {
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    img.team_member_box_overlay_image {
        object-fit: contain !important;
        width: fit-content !important;
        margin: 0 auto;
    }
    .elementor-element.elementor-element-5361685.e-con-full.custom-line.e-flex.e-con.e-child {
        min-height: 65vh !important;
    }
    .custom-line:after {
        left: -10vw;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .elementor-element.elementor-element-5ca6f26.e-con-full.e-flex.e-con.e-child,
    .elementor-element.elementor-element-5c17194.e-con-full.e-flex.e-con.e-child {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .elementor-element.elementor-element-5ca6f26.e-con-full.e-flex.e-con.e-child .elementor-widget__width-initial.elementor-widget.elementor-widget-ucaddon_team_member_box_overlay ,
    .elementor-element.elementor-element-5c17194.e-con-full.e-flex.e-con.e-child .elementor-widget__width-initial.elementor-widget.elementor-widget-ucaddon_team_member_box_overlay {
        width: 100%;
    }
    .elementor-element.elementor-element-5ca6f26.e-con-full.e-flex.e-con.e-child .elementor-widget__width-initial.elementor-widget.elementor-widget-ucaddon_team_member_box_overlay .elementor-widget-container ,
    .elementor-element.elementor-element-5c17194.e-con-full.e-flex.e-con.e-child .elementor-widget__width-initial.elementor-widget.elementor-widget-ucaddon_team_member_box_overlay .elementor-widget-container {
        background-size: cover;
    }
    .custom-line:after {
       top: -20px;
       left: -40vw;
    }
    .footer-width-fixer .form-container {
        margin-bottom: 60px;
    }
}