/**
 * Theme Name: Hello Elementor Child
 * Template:   hello-elementor
 * 
 */

img {
	vertical-align: middle;
}
.header-sec {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
  z-index: 999;
}
.hfe-nav-menu-icon {
    display: flex;
    align-items: center;
}
.hfe-nav-menu-icon::after {
    content: "Menu";
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
	transition: all 0.3s 
ease-in-out;
}
.hfe-nav-menu-icon svg {
    vertical-align: middle;
    margin-right: 5px;
}
.header-sec.sticky .elementor-element-71b2ab5 {
    border-color: #e4e4e4;
}
.header-sec img.hfe-site-logo-img {
    transition: all 0.3s;
}
.header-sec.sticky img.hfe-site-logo-img {
    width: 200px !important;
}
.header-sec.sticky .hfe-nav-menu-icon svg {
    fill: var(--e-global-color-secondary) !important;
	transition:all 0.5s ease;
}

.header-sec.sticky .menu-text span {
    color: var(--e-global-color-secondary) !important;
	transition:all 0.5s ease;
}
.header-sec.sticky .hfe-nav-menu-icon::after {
	color: var(--e-global-color-secondary);
}
.header-menu .hfe-nav-menu-icon svg {
    outline: none !important;
}
.header-menu .hfe-nav-menu-icon {
    padding: 0px !important;
    line-height: 0px !important;
}

.header-menu .hfe-flyout-wrapper a.hfe-menu-item {position: relative;display: inline-block !important;
transition:all 0.5s ease;}

.header-menu .hfe-flyout-wrapper a.hfe-menu-item:hover::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    opacity: 1 !important;
    border: 0.4px solid #4c4c4c;
	transition:all 0.5s ease;
}

.header-menu .current-menu-item a.hfe-menu-item::after {
	   content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
	  border: 0.4px solid #000 !important;
	transition:all 0.5s ease;
	    opacity: 1 !important;
}
/***banner sec csss***/

.banner-sec-home .elementor-widget-image-carousel .swiper-slide img {
    max-height: 90vh;
    object-fit: cover;
    object-position: center !important;
    height: 90vh !important;
}

.banner-sec-home .elementor-swiper-button, .gallery-sec .elementor-swiper-button{
    width: 52px;
    height: 52px;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}

.banner-sec-home .elementor-swiper-button:hover,  .gallery-sec .elementor-swiper-button:hover  {
    background: #D2BE9B !important;
    border-color: #D2BE9B !important;
}
.banner-sec-home .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 44px !important;
    height: 10px !important;
    border-radius: 0px;
}

.banner-sec-home .swiper-pagination-horizontal {
    bottom: 70px !important;
    max-width: 1300px !important;
    padding: 0 3px;
    margin: 0 auto !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex;
    justify-content: flex-end;
}

/**video popup css***/

.video-popup-sec .elementor-custom-embed-play{
    position:absolute;
    background: #12342D;
    border-radius: 100%;
    max-width: 80px;
    max-height: 80px;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: all 0.5s ease;
}
.video-popup-sec .elementor-custom-embed-play::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 105px;
    max-height: 105px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    margin: auto;
    z-index: 1;
    background-color: #6b7d77;
    opacity: .4;
    border-radius: 50%;
    transition: .3s;
}


.video-popup-sec .elementor-custom-embed-play svg {
    position: relative;
    z-index: 2;
}

.video-popup-sec .elementor-custom-embed-play:hover {
    transform: translate(-50%, -50%) scale(1.1);
}
/**cstm button effect**/

.cstm-btn span.elementor-button-icon {
    background: #bba184;
    padding: 14px 12px;
}
.cstm-btn span.elementor-button-content-wrapper {
    justify-content: space-between !important;
    align-items: center;
}
.cstm-btn a.elementor-button.elementor-button-link.elementor-size-sm {
    padding: 0px 0px;
}
.cstm-btn span.elementor-button-text {
    padding: 0px 15px !important;
}

.video-popup-sec.transform-xy {
    transform: translate(-50%,-50%) !important;
}
/***gallery sec css***/

/* .gallery-sec .elementor-image-carousel-wrapper.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
    padding: 0 50vh;
}
.gallery-sec .elementor-widget-image-carousel .swiper-slide {
    margin: 0px 15px !important;
}
.gallery-sec .elementor-image-carousel.swiper-wrapper {
    margin: 0px -15px !important;
} */
.gallery-sec .elementor-image-carousel .swiper-slide-image {
    height: 640px !important;
    object-fit: cover;
}
.gallery-sec .elementor-image-carousel-wrapper {
    padding: 0 16vw;
}
.gallery-sec .elementor-image-carousel-wrapper .swiper-slide {
    padding: 0 15px;
}
.gallery-sec .elementor-image-carousel-wrapper .swiper-slide > a {
    position: relative;
    display: block;
}
.gallery-sec .elementor-image-carousel-wrapper .swiper-slide:not(.swiper-slide-active) > a::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
}
.gallery-sec .elementor-swiper-button-prev {
    left: 20vw !important;
}
.gallery-sec .elementor-swiper-button-next {
    right: 20vw !important;
}

/**contact-form css**/

form.wpcf7-form label {
    font-size: 15.5px;
    font-weight: 600;
    color: #6a6a6a;
}
.contact-form .form-col br {
    display: none !important;
}

.contact-form .form-col p {
    display: flex;
    gap: 15px;
}

.contact-form .form-col p label {
    flex: 0 0 25%;
    max-width: 25%;
	    margin-top: 20px;
}

.contact-form span.wpcf7-form-control-wrap {flex: 1;}

.contact-form span.wpcf7-form-control-wrap input,span.wpcf7-form-control-wrap textarea {
    color: #2b2b2b;
    font-size: 1rem;
    border-radius: 2px;
    border: 1px solid #d3d3d3 !important;
    box-shadow: inset 0 2px 0 #d3d3d3;
    padding: 0.8rem;
    outline: none !important;
}

.contact-form span.wpcf7-form-control-wrap input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fff !important;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 242, 236, .25);
}

.contact-form span.wpcf7-not-valid-tip {
    font-size: 14px;
}

.contact-form textarea {
    height: 140px;
}

.contact-form span.wpcf7-list-item {
    margin: 0px !important;
    border-radius: 2px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 2px 0 #d3d3d3;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    max-width: 136px !important;
    width: 100% !important;
    justify-content: flex-start;
    min-height: 60px;
}

.contact-form span.wpcf7-form-control {
    display: flex;
    gap: 30px;
}
.form-col p {
    margin-bottom: 15px;
}
.contact-form span.wpcf7-list-item label {
    display: flex;
    gap: 6px;
}
.contact-form span.wpcf7-list-item input {
    border: none !important;
    box-shadow: none !important;
}
.form-col.col-textarea p label{
	margin-top: 0px;
}

.form-col.form-col-inner {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.form-col.form-col-inner p {
    flex: 0 0 25%;
    max-width: 25%;
}

.form-col.form-col-inner .inner-col p {
    flex: 1;
    flex-basis: 100%;
    max-width: 100%;
}

.checkbox-col p {
    flex: 0 0 72.7%;
}

.checkbox-col {
    display: flex;
    justify-content: flex-end;
}

.checkbox-col span.wpcf7-list-item {
    all: unset;
    max-width: 100% !important;
}

.contact-form  .checkbox-col span.wpcf7-form-control {
    flex-direction: column;
    gap: 8px !important;
}

.checkbox-col span.wpcf7-list-item-label {
    color: #6a6a6a;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}

.contact-form .checkbox-col span.wpcf7-list-item label {
    align-items: flex-start;
    gap: 8px;
}

.contact-form .checkbox-col span.wpcf7-list-item label input {
    width: 16px !important;
    min-width: 16px !important;
    height: 16px !important;
}

.submit-button-col {
    display: flex;
    justify-content: flex-end;
}

.submit-button-col p {
    flex: 0 0 72.7%;
    margin-top: 20px;
}
.contact-form span.wpcf7-form-control.wpcf7-radio label {
    margin: 0px !important;
}
.submit-button-col p input.wpcf7-form-control.wpcf7-submit {
    background: var( --e-global-color-secondary );
    border: none;
    padding: 10px 37px;
    font-size: 16px;
    font-weight: 500;
}
.contact-info a {
    text-decoration: none;
}
figure.elementor-image-box-img img {
    padding: 5px;
}

.service-box .elementor-icon-wrapper {
    line-height: 0px;
}

.service-box .service-icon {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-box:hover .service-icon {
    background: #d2be9b !important;
    border-color: #d2be9b !important;
}

.service-box:hover .service-icon svg.e-font-icon-svg.e-fas-chevron-right {
    fill: #fff !important;
}

/**table css***/

.table-layout-sec table.table-group__table th,table.table-group__table td {
    border: none;
    background: transparent !important;
	padding:12px 15px 12px 0px !important;
}
.table-layout-sec table tbody tr td {
    font-weight: 600;
}
.table-layout-sec table.table-group__table th {
    text-align: left;
    font-weight: 600;
    color: #2b2b2b;
}

.table-layout-sec table tbody tr:first-child td, table tbody tr:first-child th {
    border-top: 1px solid #d3d3d3;
}
.table-layout-sec table tbody tr th {
    text-align: left !important;
    color: #6a6a6a !important;
        font-weight: 400 !important;
	padding-left:0px !important;
}

.table-layout-sec table tbody tr td, table tbody tr th {
    border-bottom: 1px solid #d3d3d3 !important;
}
.table-layout-sec table tbody tr:first-child td, .table-layout-sec table tbody tr:first-child th {
    border-top: 1px solid #d3d3d3;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    padding: 0px;
    text-align: center;
    font-size: 16px;
}

body:not(.elementor-editor-active) .table-layout-sec > .elementor-widget-text-editor:nth-child(n+2) {
    display: none;
}

.services-boxs  img {
    padding: 0px !important;
    min-width: 43px;
    min-height: 43px;
}
.services-boxs .elementor-image-box-title {
    margin-top: 0px !important;
}
.gallery-sec .cstm-slider-h .elementor-image-carousel .swiper-slide-image {
    max-height: 530px !important;
}
.services-boxs .elementor-image-box-wrapper {
    display: flex;
    gap: 10px;
}
.header-menu .hfe-flyout-wrapper .hfe-has-submenu-container a.hfe-menu-item {
    display: flex !important;
}
footer.elementor-slideshow__footer.elementor-lightbox-prevent-close {
    display: none;
}

@media all and (max-width:1025px){
	.gallery-sec .elementor-image-carousel .swiper-slide-image {
    height: 420px !important;
}
}
@media all and (max-width:767px){
	.banner-sec-home .elementor-widget-image-carousel .swiper-slide img {
    height: 50vh !important;
}
	.banner-sec-home .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 24px !important;
}
.banner-sec-home .swiper-pagination-horizontal {
    justify-content: flex-start;
    padding: 0px 15px !important;
    bottom: 40px !important;
}
	.banner-sec-home .swiper-pagination-horizontal span:first-child {
    margin-left: 0px !important;
}
	.banner-sec-home .elementor-swiper-button, .gallery-sec .elementor-swiper-button {
    width: 38px;
    height: 38px;
}
	.video-popup-sec .elementor-custom-embed-play {
    width: 65px;
    height: 65px;
}

.video-popup-sec .elementor-custom-embed-play::before {
    width: 85px;
    height: 85px;
}
	.footer-links .hfe-nav-menu {
    justify-content: flex-start;
    row-gap: 6px;
}
		.gallery-sec .elementor-image-carousel .swiper-slide-image {
    height: 300px !important;
}
	.gallery-sec .elementor-image-carousel-wrapper {
    padding: 0 8%;
}
	.gallery-sec .elementor-image-carousel-wrapper .swiper-slide {
    padding: 0 10px;
}
	.gallery-sec .elementor-swiper-button-prev {
    left: 12vw !important;
}
.gallery-sec .elementor-swiper-button-next {
    right: 12vw !important;
}
.contact-form .form-col p {
    flex-direction: column;
    align-items: flex-start !important;
}
	.form-col.form-col-inner {
    flex-direction: column;
    gap: 0;
}
	.contact-form .form-col p label {
    flex: 0 0 100%;
    max-width: 100%;
		    margin-top: 0px;
}
	.checkbox-col p,.submit-button-col p{
		 flex: 0 0 100%;
    max-width: 100%;
	}
	.contact-form span.wpcf7-form-control-wrap {
    width: 100% !important;
}
	.contact-form span.wpcf7-form-control.wpcf7-radio {
    width: 100% !important;
}
	.contact-form span.wpcf7-form-control.wpcf7-radio span.wpcf7-list-item {
    width: 100% !important;
    max-width: 50% !important;
    justify-content: space-between;
}
	.form-col.form-col-inner .inner-col p {
    flex: 1;
    flex-basis: 100%;
    max-width: 100%;
    display: flex !important;
    flex-direction: row;
}
	.submit-button-col p input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
}
	.contact-info .elementor-image-box-wrapper {
    display: flex;
    justify-content: flex-start;
		gap:20px;
}
}