/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - Landing Page CSS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.pages{
    transition: all 1s ease-in-out !important;
}
.pages:hover{
    width: 35%;
    transition: all 1s ease-in-out !important;
}
.pagesContainer:has(:hover) .pages:not(:hover){
    filter: grayscale(0.5) brightness(0.6);
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - Header CSS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.headerMenu .elementor-nav-menu .menu-item.current-menu-item .elementor-item{
    color: transparent !important;
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.headerMenu .elementor-nav-menu .menu-item .elementor-item::after{
    content: '';
    height: 1.5px;
    width: 0%;
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%);
    position: absolute;
    top: 100%;
    margin-top: 5px;
    transition: all 0.7s ease;
}
.headerMenu .elementor-nav-menu .menu-item .elementor-item:hover::after{
    content: '';
    height: 1.5px;
    width: 100%;
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%);
    position: absolute;
    top: 100%;
    margin-top: 5px;
    transition: all 0.7s ease;
}
.headerMenu .elementor-nav-menu .menu-item .elementor-item:hover{
    color: transparent !important;
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.6s ease;
}
.headerMenu .elementor-nav-menu .menu-item .elementor-item.elementor-item-active{
    color: transparent !important;
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.headerMenu .elementor-nav-menu .sub-menu .menu-item .elementor-sub-item:hover{
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%);
}
.headerMenu .elementor-nav-menu .sub-menu .menu-item .elementor-item-active{
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%);
}
.headerMenu ul.elementor-nav-menu--dropdown{
    box-shadow: 0px 4px 50px 1px rgba(138, 138, 138, 0.25);
}
.headerMenu ul.elementor-nav-menu--dropdown a,
.headerMenu ul.elementor-nav-menu--dropdown a:hover{
    border-inline-start: 0;
}

.toggleMenu .elementor-nav-menu .menu-item .elementor-item:hover{
    color: transparent !important;
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    transition: all 0.6s ease;
}
.toggleMenu .elementor-nav-menu .menu-item .elementor-item.elementor-item-active{
    color: transparent !important;
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}



/* - - - - - - - - - - - - - - - - - - - - - - - */
/* - -  - Button Animation	 */
/* - - - - - - - - - - - - - - - - - - - - - - - */
.btnStyle .elementor-button{
    position: relative;
}
.btnStyle .elementor-button::after{
    content: '';
    height: 46px;
    width: 46px;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    right: 8px;
    transform: translateY(50%);
    bottom: 50%;
    transition: all 0.6s ease;
}
.btnStyle .elementor-button .elementor-button-icon,
.btnStyle .elementor-button .elementor-button-text{
    z-index: 2;
}
.btnStyle .elementor-button .elementor-button-icon svg{
    height: 10.45px;
    width: 10.45px;
}
.btnStyle .elementor-button:hover::after{
    transition: all 0.4s ease-in-out;
    width: calc(100% - 15px);
    border-radius: 40px;
}
.btnStyle .elementor-button .elementor-button-icon{
    transition: all 0.6s ease;
}
.btnStyle .elementor-button:hover .elementor-button-icon{
    transform: rotate(45deg);
    transition: all 0.6s ease;
}
.btnStyle .elementor-button:hover .elementor-button-text{
    color: transparent;
    background: linear-gradient(262.74deg, #EF7A3F 5.17%, #D51008 90.9%);
    -webkit-background-clip: text;
}

.floatBtn .elementor-button .elementor-button-icon{
    transform: rotate(-90deg);
}
.floatBtn .elementor-button:hover .elementor-button-icon{
    transform: rotate(-45deg);
}

.whiteBtn .elementor-button::after{
    background: linear-gradient(262.74deg, #EF7A3F 5.17%, #D51008 90.9%);
}
.whiteBtn .elementor-button .elementor-button-icon svg{
    height: 24px;
    width: 21px;
}
.whiteBtn .elementor-button:hover .elementor-button-icon{
    transform: rotate(0deg);
    transition: all 0.6s ease;
}
.whiteBtn .elementor-button-content-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.whiteBtn .elementor-button:hover .elementor-button-text{
    color: #fff !important;
    transition: all 0.6s ease;
}
.whiteBtn .elementor-button:hover::after{
    transition: all 0.4s ease-in-out;
    border-radius: 40px;
    width: calc(100% - 15px);
}


.blackBtn .elementor-button::after{
    background: #fff;
}
.blackBtn .elementor-button .elementor-button-icon svg{
    height: 24px;
    width: 21px;
}
.blackBtn .elementor-button:hover .elementor-button-icon{
    transform: rotate(0deg);
    transition: all 0.6s ease;
}
.blackBtn .elementor-button-content-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}
.blackBtn .elementor-button:hover .elementor-button-text{
    color: #333333 !important;
    transition: all 0.6s ease;
}
.blackBtn .elementor-button:hover::after{
    transition: all 0.4s ease-in-out;
    border-radius: 40px;
    width: calc(100% - 15px);
}
/* .blackBtn .elementor-button{
    background: #333333 !important;
} */





/* - - - - - - - - - - - - - - - - - - - - - - - */
/* - -  - Call Icon Animation	 */
/* - - - - - - - - - - - - - - - - - - - - - - - */
.call-icon{
    line-height: 0;
}
.call-icon .elementor-icon{
    position: relative;
    overflow: hidden;
}
.call-icon .elementor-icon svg{
    z-index: 2;
}
.call-icon .elementor-icon::after{
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(262.74deg, #EF7A3F 5.17%, #D51008 90.9%);
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    transition: all 0.4s ease;
}
.call-icon .elementor-icon:hover::after{
    left: 0;
}
.call-icon .elementor-icon svg path{
    fill: #fff;
}



.counterNumber .elementor-counter-number-wrapper{
    color: transparent !important;
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%);
    -webkit-background-clip: text;
}


/* - - - - - - - - - - - - - - - - - - - - - - - */
/* - -  - Border animation linear 	 */
/* - - - - - - - - - - - - - - - - - - - - - - - */
.boxBorderAnimate{
    position: relative;
}
@property --angle{
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}
.boxBorderAnimate::after{
    content: '';
    position: absolute;
    height: calc(100% + 5px);
    width: calc(100% + 5px);
    background-image: conic-gradient(from var(--angle),transparent 10%, #D51008, #EF7A3F);
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 30px;
    z-index: -1;
    animation: 6s spin linear infinite;
    opacity: 0;
    transition: all 0.8s ease;
}
.boxBorderAnimate::before{
    content: '' !important;
    position: absolute !important;
    height: calc(100% + 5px) !important;
    width: calc(100% + 5px) !important;
    background-image: conic-gradient(from var(--angle),transparent 10%, #D51008, #EF7A3F);
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%);
    border-radius: 30px !important;
    z-index: -1;
    animation: 6s spin linear infinite;
    opacity: 0 !important;
    transition: all 0.8s ease !important;
    filter: blur(1.4rem);
}
@keyframes spin{
    from{
        --angle: 0deg;
    }
    to{
        --angle: 360deg;
    }
}

.boxBorderAnimate:hover::after{
    opacity: 1 !important;
    transition: all 0.8s ease;
}
.boxBorderAnimate:hover::before{
    opacity: 0.4 !important;
    transition: all 0.8s ease !important;
}

.indusBox::after, .indusBox::before{
    border-radius: 20px !important;
}

.highlightsGrid{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}
.highl_box{
    width: 23% !important;
}


.projectSlider .elementor-swiper-button{
    overflow: hidden;
}
.projectSlider .elementor-swiper-button svg{
    z-index: 2;
}
.projectSlider .elementor-swiper-button::after{
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(262.74deg, #EF7A3F 5.17%, #D51008 90.9%);
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    transition: all 0.4s ease;
}
.projectSlider .elementor-swiper-button:hover::after{
    left: 0;
}
.projectSlider .swiper-pagination-progressbar{
    top: 100% !important;
    margin-top: 55px;
    left: 142px !important;
    width: calc(100% - 340px) !important;
    background: #EDEDED !important;
}
.projectSlider .swiper-pagination-progressbar-fill{
    background: linear-gradient(262.74deg, #EF7A3F 5.17%, #D51008 90.9%);
}




.reviewSlider .swiper{
    overflow: visible;  
}
.reviewSlider .swiper-slide {
    opacity: 0;
    transition: 0.3s !important;
}
.reviewSlider .swiper-slide-active,
.reviewSlider .swiper-slide-next,
.reviewSlider .swiper-slide-next+.swiper-slide {
    opacity: 1;
}
.reviewSlider .elementor-swiper-button{
    overflow: hidden;
}
.reviewSlider .elementor-swiper-button svg{
    z-index: 2;
}
.reviewSlider .elementor-swiper-button::after{
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(262.74deg, #EF7A3F 5.17%, #D51008 90.9%);
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    transition: all 0.4s ease;
}
.reviewSlider .elementor-swiper-button:hover::after{
    left: 0;
}

.locationTabs .e-n-tab-title{
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}
.locationTabs .e-n-tab-title::after{
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%);
    border-radius: 20px;
    position: absolute;
    transition: all 0.4s ease;
    left: -100%;
}
.locationTabs .e-n-tab-title:hover::after{
    left: 0;
}
.locationTabs .e-n-tab-title:hover{
    background: transparent !important;
}
.locationTabs .e-n-tab-title[aria-selected="true"]{
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%) !important;
}
.locationTabs .e-n-tab-title-text{
    z-index: 2;
}
.locationTabs .e-n-tab-title[aria-selected="true"]::after{
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%);
    border-radius: 20px;
    position: absolute;
    transition: all 0.4s ease;
    left: 0;
    top: 0;
}



/* - - - - - - - - - - - - - - - - - - - - - - - */
/* - -  - Footer CSS 	 */
/* - - - - - - - - - - - - - - - - - - - - - - - */
.scIcons .elementor-social-icon:hover{
    background: linear-gradient(262.74deg, #EF7A3F 5.17%, #D51008 90.9%);
}


.footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield--type-captcha{
    order: 3;
}
.footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield--type-submit{
    order: 2;
}
.footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="image"]){
    height: 64px;
    border-radius: 32px;
    width: 405px;
    font-size: 15px;
    color: #545454;
    padding: 10px 64px 10px 18px;
    border: none;
}
.footerMail form .gform_fields .gfield.gfield--input-type-email input {
    text-transform: lowercase;
}
 
.footerMail form .gform_fields .gfield.gfield--input-type-email input::placeholder {
    text-transform: capitalize;
}
 
.footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="image"]):focus{
    outline: none !important;
    border: none !important;
}
.footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input[type="image"].gform_image_button{
    padding: 11px;
    margin-bottom: 1px;
    width: 48px;
    height: 48px;
    object-fit: contain;
    background: transparent;
    box-shadow: none;
}

.footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input[type="image"].gform_image_button:focus{
    outline: none !important;
    border: none !important;
}
.footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield--type-submit{
    height: 50px;
    width: 50px;
    margin-left: -75px;
    margin-top: 7px;
    z-index: 1;
    background: linear-gradient(262.74deg, #EF7A3F 5.17%, #D51008 90.9%);
    border: none;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield--type-submit:hover{
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%);
}
.footerMail .elementor-shortcode .gform_wrapper form .gform_footer{
    margin: 0;
}
.footerMail .elementor-shortcode .gform_wrapper .gform_validation_errors{
    display: none;
}
.footerMail .elementor-shortcode .gform-theme--foundation .gform-loader {
   position: absolute !important;
   right: -8px;
}
.footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield--type-captcha .grecaptcha-badge{
    z-index: 10;
}
.footerMail .elementor-shortcode .gform_wrapper .gform_confirmation_message{
    color: #fff;
}
.footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield--type-email{
    position: relative;    
}
.footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield--type-email .gfield_validation_message{
    position: absolute;
}

.footerMenu .elementor-nav-menu .menu-item .elementor-item.elementor-item-active{
    color: transparent !important;
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%);
    -webkit-background-clip: text;
}
.footerMenu .elementor-nav-menu .menu-item .elementor-item:hover{
    color: transparent !important;
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%);
    -webkit-background-clip: text;
}

.contactList .elementor-icon-list-item:hover .elementor-icon-list-text{
    color: transparent !important;
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%);
    -webkit-background-clip: text;
}
.contactList .elementor-icon-list-item .elementor-icon-list-icon svg path{
    transition: all 0.4s ease;
}
.contactList .elementor-icon-list-item:hover .elementor-icon-list-icon svg path{
    fill: #EF7A3F;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - About CSS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.aboutBox .elementor-icon{
    position: relative;
}
.aboutBox .elementor-icon::after{
    content: '';
    height: 56px;
    width: 56px;
    background: #fff;
    border-radius: 100px;
    position: absolute;
    bottom: 22px;
    right: -20px;
    z-index: -1;
}
.coreValuesGrid{
    display: flex !important;
    justify-content: center !important;
    /* align-items: flex-start !important; */
    flex-wrap: wrap !important;
}
.coreValuesGrid .valueBoxes{
    width: 22%;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - Gallery page CSS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.gallery_sec .e-gallery-item {
	padding: 30px;
	border: 1px solid #F5F5F5;
	border-radius: 30px;
}
.gallery_sec .e-gallery-image {
	border-radius: 30px;
    background-size: 500px;
    background-position: center center;
    background-repeat: no-repeat;
}
.el-gallery-loadmore .elementor-gallery-item {
    transition: all 0.3s ease;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - Our Values page CSS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.boxAnimateOnHover{
    overflow: hidden !important;
    transition: all 0.6s ease;
}
.boxAnimateOnHover::before{
    content: '' !important;
    background: #EF7A3F;
    height: 100%;
    width: 100%;
    border-radius: 30px 0 0 30px !important;
    position: absolute;
    top: 0;
    left: -101% !important;
    opacity: 0 !important;
    transition: all 0.6s ease !important;
}
.boxAnimateOnHover:hover::before{
    left: -50% !important;
    opacity: 1 !important;
    transition: all 0.6s ease !important;
}
.boxAnimateOnHover::after{
    content: '';
    background: #EF7A3F;
    height: 100%;
    width: 100%;
    border-radius: 0 30px 30px 0;
    position: absolute;
    top: 0;
    right: -101%;
    opacity: 0;
    transition: all 0.6s ease;
}
.boxAnimateOnHover:hover::after{
    right: -50%;
    opacity: 1;
    transition: all 0.6s ease;
}
.boxAnimateOnHover .valueHeading{
    z-index: 1;
}
.boxAnimateOnHover .valueHeading h3{
    transition: all 0.6s ease;
}
.boxAnimateOnHover:hover .valueHeading h3{
    color: #fff !important;
}
.boxAnimateOnHover .valueContent{
    z-index: 1;
}
.boxAnimateOnHover .valueContent p{
    transition: all 0.6s ease;
}
.boxAnimateOnHover:hover .valueContent p{
    color: #fff !important;
}
.boxAnimateOnHover .valueIcon{
    z-index: 1;
}
.boxAnimateOnHover .valueIcon img{
    transition: all 0.6s ease;
}
.boxAnimateOnHover:hover .valueIcon img{
    filter: invert(1) brightness(15);
}
.boxAnimateOnHover:hover{
    transform: scale(1.05);
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - Blog Page CSS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.blogBox .blogImage img{
    transition: all 1.4s ease;
}
.blogBox:hover .blogImage img{
    transform: scale(1.1);
}
.blogBox .blogBtn .elementor-button-content-wrapper .elementor-button-text{
    transition: all 0.4s ease;
}
.blogBox:hover .blogBtn .elementor-button-content-wrapper .elementor-button-text{
    color: transparent !important;
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%);
    -webkit-background-clip: text;
}
.blogBox .blogBtn .elementor-button-content-wrapper .elementor-button-icon svg{
    font-size: 12px;
}
.blogBox .blogBtn .elementor-button-content-wrapper .elementor-button-icon svg path{
    transition: all 0.4s ease;
}
.blogBox:hover .blogBtn .elementor-button-content-wrapper .elementor-button-icon svg path{
    fill: #D51008;
}

.blogLoop .elementor-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.blogLoop .elementor-pagination .page-numbers{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
}
.blogLoop .elementor-pagination .page-numbers:hover{
    color: transparent !important;
    background: linear-gradient(262.74deg, #EF7A3F 5.17%, #D51008 90.9%);
    -webkit-background-clip: text;
}
.blogLoop .elementor-pagination .page-numbers:hover::before,
.blogLoop .elementor-pagination .page-numbers:hover::after{
    opacity: 1;
}
.blogLoop .elementor-pagination .page-numbers.current{
    height: 29px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: transparent !important;
    background: linear-gradient(262.74deg, #EF7A3F 5.17%, #D51008 90.9%);
    -webkit-background-clip: text;
    border-radius: 4px;
}
.blogLoop .elementor-pagination .page-numbers.current{
    position: relative;
}
.blogLoop .elementor-pagination .page-numbers.current::before{
    content: '';
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -1;
}
.blogLoop .elementor-pagination .page-numbers.current::after{
    content: '';
    height: calc(100% + 3px);
    width: calc(100% + 3px);
    background: linear-gradient(262.74deg, #EF7A3F 5.17%, #D51008 90.9%);
    border-radius: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: -2;
}
.blogLoop .elementor-pagination .page-numbers.prev svg{
    margin-right: 5px;
}
.blogLoop .elementor-pagination .page-numbers.next svg{
    margin-left: 5px;
}
.blogLoop .elementor-pagination .page-numbers.prev svg path{
    transition: all 0.4s ease;
}
.blogLoop .elementor-pagination .page-numbers.next svg path{
    transition: all 0.4s ease;
}
.blogLoop .elementor-pagination .page-numbers.prev:hover svg path{
    fill: #D51008;
}
.blogLoop .elementor-pagination .page-numbers.next:hover svg path{
    fill: #EF7A3F;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - Faq page CSS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.faq_sec .e-n-accordion-item {
	outline: 1px solid rgb(222, 224, 228);
	border-radius: 12px;
	box-shadow: 0px 0px 0px 0px transparent;
	transition: 0.2s all;
}
.faq_sec .e-n-accordion-item-title-icon{
	padding: 10px;
	border: 1px solid #333333;
	border-radius: 100px;
	background: transparent;
} 
.faq_sec .e-n-accordion-item-title-icon .e-closed, .faq_sec .e-n-accordion-item-title-icon .e-opened{
	width: 13px;
	height: 13px;
}
.faq_sec .e-n-accordion-item[open]{
	outline: 1px solid transparent;
	border-radius: 12px;
	box-shadow: 0px 4px 24px 8px #E7EDF5;
	transition: 0.2s all;
    background: #fff;
}
.faq_sec .e-n-accordion-item[open] .e-n-accordion-item-title-icon{
	background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%);
	border: 1px solid transparent;
}
.faq_sec .e-n-accordion-item[open] .e-n-accordion-item-title-icon svg > path{
	stroke: #fff;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - Project page CSS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* .projectBox{
    cursor: pointer;
} */
.projectBox .hoverIconProject .elementor-icon::after{
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(262.74deg, #EF7A3F 5.17%, #D51008 90.9%);
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    transition: all 0.4s ease;
}
.projectBox:hover .hoverIconProject .elementor-icon::after{
    left: 0;
}
.projectBox .projectImage img{
    transition: all 1.4s ease;
}
.projectBox:hover .projectImage img{
    transform: scale(1.1);
}
.projectTabs .e-n-tab-title[aria-selected="true"]{
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%) !important;
}
.projectTabs .e-n-tab-title:hover{
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%) !important;
}


.csrBox:hover .csrBtn .elementor-button .elementor-button-text{
    color: transparent !important;
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%);
    background-clip: text;
}
.csrBox .csrBtn .elementor-button .elementor-button-text{
    position: relative;
}
.csrBox .csrBtn .elementor-button .elementor-button-text::after{
    content: '';
    width: 100%;
    height: 1px;
    background: #545454;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 0px;
    transition: all 0.4s ease;
}
.csrBox:hover .csrBtn .elementor-button .elementor-button-text::after{
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%);
}

.csrBox:hover .csrBtn .elementor-button .elementor-button-icon svg path{
    fill: #D51008;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - Project Details Page CSS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.arrows-prev .elementor-icon svg path{
    fill: #333333;
    transition: all 0.4s ease;
}
.arrows-prev .elementor-icon:hover svg path{
    fill: #fff;
}
.arrows-next .elementor-icon svg path{
    fill: #333333;
    transition: all 0.4s ease;
}
.arrows-next .elementor-icon:hover svg path{
    fill: #fff;
}
.priceBox{
    cursor: pointer;
}
.priceBox .btnOnHover .elementor-button{
    transition: all 0.4s ease;
}
.priceBox:hover .btnOnHover .elementor-button{
    background: linear-gradient(262.74deg, #D51008 5.17%, #EF7A3F 90.9%) !important;
}

.eventGallery .elementor-image-gallery .gallery{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.eventGallery .elementor-image-gallery .gallery .gallery-item{
    max-width: 100%;
    padding: 30px 30px 25px 30px !important;
    border: 1px solid #F5F5F5;
    border-radius: 30px;
    transition: all 0.4s ease;
}
.eventGallery .elementor-image-gallery .gallery .gallery-item:hover{
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 4px 50px 1px #8A8A8A40;
}
.eventGallery .elementor-image-gallery .gallery .gallery-caption{
    padding: 0;
    margin-top: 18px !important;
}
.eventGallery .elementor-image-gallery .gallery .gallery-icon{
    border-radius: 30px;
    overflow: hidden;
}
.eventGallery .elementor-image-gallery .gallery .gallery-icon a img{
    transition: all 1.8s ease;
}
.eventGallery .elementor-image-gallery .gallery .gallery-icon a:hover img{
    transform: scale(1.2);
}


.projectDetailsSlider .swiper{
    overflow: visible !important;  
}
.projectDetailsSlider .swiper-slide {
    opacity: 0;
    transition: 0.3s !important;
    overflow: visible;
}
.projectDetailsSlider .swiper-slide-active,
.projectDetailsSlider .swiper-slide-next,
.projectDetailsSlider .swiper-slide-next+.swiper-slide {
    opacity: 1;
}

.projectDetailsBox .projectDetailsImage img{
    transition: all 1.3s ease;
}
.projectDetailsBox:hover .projectDetailsImage img{
    transform: scale(1.1);
}


.projectDetailsSlider .elementor-swiper-button{
    overflow: hidden;
}
.projectDetailsSlider .elementor-swiper-button svg{
    z-index: 2;
}
.projectDetailsSlider .elementor-swiper-button::after{
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(262.74deg, #EF7A3F 5.17%, #D51008 90.9%);
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    transition: all 0.4s ease;
}
.projectDetailsSlider .elementor-swiper-button:hover::after{
    left: 0;
}

.logoSliderProject::after{
    content: '';
    height: 100%;
    width: 100%;
    background: linear-gradient(to left, #fff 0%, #ffffff00 30%, #ffffff00 70%, #fff 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - Work with us page CSS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.jobBoxes .elementor-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.jobBoxes .elementor-pagination .page-numbers.current{
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
    background: linear-gradient(262.74deg, #EF7A3F 5.17%, #D51008 90.9%);
    height: 48px;
    width: 48px;
    border-radius: 100px;
}
.jobBoxes .elementor-pagination .page-numbers {
    position: relative;
    font-size: 18px;
    font-weight: 600;
}

.jobBoxes .elementor-pagination .page-numbers:not(.prev):not(.next)::before {
    content: "0" counter(pageNum);
    counter-increment: pageNum;
    font-family: "Poppins";
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-left: 7px;
}

/* Hide original numbers */
.jobBoxes .elementor-pagination .page-numbers:not(.prev):not(.next) {
    color: transparent !important;
    /* font-size: 0 !important; */
}

/* Highlight current page */
.jobBoxes .elementor-pagination .page-numbers.current::before {
    color: #fff; /* change as needed */
}
.jobBoxes .elementor-pagination .page-numbers::before{
    color: #5E6670;
    /* margin-left: 5px; */
}


/* Reset counter at pagination start */
.jobBoxes .elementor-pagination {
    counter-reset: pageNum;
}





/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - Contact us CSS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.contact_frm .gform-body input:not([type="submit"]),
.contact_frm .gform-body textarea,
.contact_frm .gform-body select{
	border-color: #EEEEEE;
	box-shadow: none;
	padding: 18px 22px !important;
	height: 61px;
	border-radius: 10px;
	color: #333333;
	font-size: 16px;
	line-height: 26px;
}
.contact_frm .gform-body .gform_fields{
	row-gap: 21px !important;
}
.contact_frm .gform-body textarea{
	height: 138px !important;
	min-block-size: unset !important;
    resize: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.contact_frm .gform-body input:focus, .contact_frm .gform-body textarea:focus, .contact_frm .gform-footer input:focus, .contact_frm .gform_validation_errors:focus, .contact_frm .gform-body select:focus{
	outline: none !important;
}
.contact_frm .gform-footer{
	margin-top: 30px;
}
.contact_frm .gform-footer input{
	text-transform: uppercase !important;
	border: 0 !important;
	padding: 21px 37px !important;
	border-radius: 100px !important;
	font-weight: 600 !important;
	font-size: 16px !important;
	letter-spacing: 0.1rem !important;
}
.contact_frm .gform_validation_errors{
	box-shadow: none;
	padding: 10px;
	margin-bottom: 15px;
	border-radius: 10px;
} 
.contact_frm .gform_validation_errors h2{
	font-size: 13px !important;
	font-weight: 400 !important;
	line-height: 20px !important;
}
.contact_frm form .gform_fields .gfield.gfield--input-type-email input {
    text-transform: lowercase;
}
 
.contact_frm form .gform_fields .gfield.gfield--input-type-email input::placeholder {
    text-transform: capitalize;
}
.grecaptcha-badge{
    z-index: 10 !important;
}

/* .elementor-lightbox .elementor-lightbox-image{
    border: 5px solid #fff !important;
    border-radius: 0 !important;
} */










/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - Zoom CSS */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

@media only screen and (min-width:1367px) and (max-width: 1700px){
    html body{
        zoom: 0.82;
        zoom: 82%;
    }
    html .page-id-16{
        zoom: 1;
        zoom: 100%;
    }
    html .error404{
        zoom: 1;
        zoom: 100%;
    }
    .bannerBox{
        min-height: 106vh !important;
    }
}

@media only screen and (min-width:1025px) and (max-width: 1366px){
    html body{
        zoom: 0.78;
        zoom: 78%;
    }
    html .page-id-16{
        zoom: 1;
        zoom: 100%;
    }
    html .error404{
        zoom: 1;
        zoom: 100%;
    }
    .bannerBox{
        min-height: 109vh !important;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1700px){
    /* .bannerBox{
        min-height: 100vh !important;
    } */
    .pageHeading h2{
        font-size: 40px !important;
        line-height: 50px !important;
    }
}

@media only screen and (min-width: 1700px) and (max-width: 1710px){
    .headerMenu{
        zoom: 0.95;
        zoom: 95%;
    }
}

@media only screen and (min-width: 1367px) and (max-width: 1454px){
    .headerMenu .elementor-nav-menu>li:not(:last-child)>a{
        margin-inline-end: calc(23px/2) !important;
    }
    .headerMenu .elementor-nav-menu>li:not(:first-child)>a{
        margin-inline-start: calc(23px/2) !important;
    }
}

/* @media only screen and (min-width: 1025px) and (max-width: 1133px){
    .headerMenu .elementor-nav-menu{
        zoom: 0.95;
        zoom: 95%;
    }
} */



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - Responsive Part */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */



/* - - - - - - - - upto 1366px */
@media only screen and (max-width: 1366px){
    .btnStyle .elementor-button::after{
        height: 37px;
        width: 37px;
    }
    .btnStyle .elementor-button-content-wrapper{
        gap: 18px !important;
    }
    .btnStyle .elementor-button:hover::after{
        width: calc(100% - 15px);
    }

    .whiteBtn .elementor-button:hover::after{
        transition: all 0.4s ease-in-out;
        border-radius: 40px;
        width: calc(100% - 15px);
    }

    .call-icon .elementor-icon{
        padding: 14px !important;
    }

    .projectSlider .swiper-pagination-progressbar{
        top: 100% !important;
        margin-top: 50px;
        left: 130px !important;
        width: calc(100% - 300px) !important;
        background: #EDEDED !important;
    }


    .aboutBox .elementor-icon::after{
        height: 46px;
        width: 46px;
        bottom: 20px;
        right: -15px;
    }


    .gallery_sec .e-gallery-item {
        padding: 25px;
    }

    .eventGallery .elementor-image-gallery .gallery{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
    }
    .eventGallery .elementor-image-gallery .gallery .gallery-item{
        padding: 25px 25px 20px 25px !important;
    }

}



/* - - - - - - - - upto 1024px */
@media only screen and (max-width: 1024px){
    .footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield--type-email .gfield_validation_message{
        font-size: 12px;
    }
    .coreValuesGrid .valueBoxes{
        width: 32%;
    }

    .btnStyle .elementor-button::after{
        height: 33px;
        width: 33px;
        right: 6px;
    }
    .btnStyle .elementor-button-content-wrapper{
        gap: 14px !important;
    }
    .btnStyle .elementor-button:hover::after{
        width: calc(100% - 12px);
    }

    .whiteBtn .elementor-button .elementor-button-icon svg{
        height: 20px;
        width: 19px;
    }
    .whiteBtn .elementor-button:hover::after{
        transition: all 0.4s ease-in-out;
        border-radius: 40px;
        width: calc(100% - 12px);
    }

    .call-icon .elementor-icon{
        padding: 12px !important;
    }
    .projectIcon .elementor-icon{
        padding: 15px !important;
    }
    

    .footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="image"]){
        height: 55px;
        width: 300px;
    }
    .footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield--type-submit{
        margin-top: 5px;
        margin-left: -67px;
        height: 45px;
        width: 45px;
    }

    .aboutBox .elementor-icon::after{
        height: 40px;
        width: 40px;
        bottom: 15px;
        right: -14px;
    }
    .gallery_sec .e-gallery-item {
        padding: 20px;
    }

    .blogLoop .elementor-pagination{
        gap: 10px;
    }
	.faq_sec .e-n-accordion-item-title-icon {
		padding: 8px;
    }
    .faq_sec .e-n-accordion-item-title-icon .e-closed, .faq_sec .e-n-accordion-item-title-icon .e-opened {
        width: 11px;
        height: 11px;
    }

    .highl_box{
        width: 32% !important;
    }
    

	.contact_frm .gform-body input:not([type="submit"]), 
    .contact_frm .gform-body textarea,
     .contact_frm .gform-body select{
        padding: 9px 18px !important;
        height: 50px;
        font-size: 14px;
        line-height: 24px;
    }
	.contact_frm .gform-body .gform_fields {
        row-gap: 15px !important;
    }
	.contact_frm .gform-footer input {
        padding: 20px 30px !important;
        font-size: 14px !important;
        letter-spacing: 0.08rem !important;
    }
	.contact_box_icn .elementor-icon{
        padding: 22px !important; 
    }


    .eventGallery .elementor-image-gallery .gallery{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .eventGallery .elementor-image-gallery .gallery .gallery-item{
        border-radius: 20px;
        padding: 20px 20px 15px 20px !important;
    }
    .eventGallery .elementor-image-gallery .gallery .gallery-icon{
        border-radius: 20px;
        overflow: hidden;
    }
    .eventGallery .elementor-image-gallery .gallery .gallery-caption{
        padding: 0;
        margin-top: 12px !important;
    }

    .locationTabs .e-n-tab-title::after{
        border-radius: 14px;
    }
    .locationTabs .e-n-tab-title[aria-selected="true"]::after{
        border-radius: 14px;
    }
}



/* - - - - - - - - upto 880px */
@media only screen and (max-width: 880px){
    .highl_box{
        width: 30% !important;
    }
    .coreValuesGrid .valueBoxes{
        width: 47%;
    }
    .pages{
        transition: all 1s ease-in-out !important;
    }
    .pages:hover{
        width: 75%;
        transition: all 1s ease-in-out !important;
    }
    .pagesContainer:has(:hover) .pages:not(:hover){
        filter: grayscale(0.5) brightness(0.6);
    }

    .btnStyle .elementor-button .elementor-button-icon svg{
        height: 8.45px;
        width: 8.45px;
    }
    .btnStyle .elementor-button::after{
        height: 28px;
        width: 28px;
        right: 6px;
    }

    .whiteBtn .elementor-button::after{
        height: 33px;
        width: 33px;
    }
    .whiteBtn .elementor-button .elementor-button-icon svg{
        height: 18px;
        width: 17px;
    }

    .call-icon .elementor-icon{
        padding: 10px !important;
    }
    .projectIcon .elementor-icon{
        padding: 14px !important;
    }

    .projectSlider .swiper-pagination-progressbar{
        top: 100% !important;
        margin-top: 45px;
        left: 90px !important;
        width: calc(100% - 230px) !important;
        background: #EDEDED !important;
    }

    .footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="image"]){
        height: 45px;
        width: 300px;
        font-size: 14px;
    }

    .footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield--type-submit{
        margin-top: 2px;
        margin-left: -59px;
        height: 40px;
        width: 40px;
    }
    .footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input[type="image"].gform_image_button{
        width: 40px;
        height: 40px;
    }

    .aboutBox .elementor-icon::after{
        bottom: 9px;
        right: -10px;
    }

    .gallery_sec .e-gallery-item {
        padding: 15px;
    }

    .blogLoop .elementor-pagination .page-numbers.current{
        height: 26px;
        width: 30px;
    }

    .contact_box_icn .elementor-icon{
        padding: 18px !important; 
    }
    .contact_frm .gform-footer input:not([type="submit"]) {
        padding: 18px 20px !important;
    }
	.contact_frm .gform-footer {
        margin-top: 20px;
    }


    .eventGallery .elementor-image-gallery .gallery{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    .eventGallery .elementor-image-gallery .gallery .gallery-item{
        border-radius: 20px;
        padding: 15px 15px 12px 15px !important;
    }
    .eventGallery .elementor-image-gallery .gallery .gallery-icon{
        border-radius: 20px;
        overflow: hidden;
    }
    .eventGallery .elementor-image-gallery .gallery .gallery-caption{
        padding: 0;
        margin-top: 10px !important;
    }
}



/* - - - - - - - - upto 767px */
@media only screen and (max-width: 767px){
    .highl_box{
        width: 30% !important;
    }
    .pages{
        min-height: 60vh !important;
    }
    .pages:hover{
        width: 100%;
        min-height: 70vh !important;
        transition: all 1s ease-in-out !important;
    }
    .pagesContainer:has(:hover) .pages:not(:hover){
        width: 100%;
        min-height: 22vh !important;
        transition: all 1s ease-in-out !important;
    }

    .btnStyle .elementor-button::after{
        height: 26px;
        width: 26px;
        right: 5px;
    }
    .btnStyle .elementor-button-content-wrapper{
        gap: 10px !important;
    }
    .btnStyle .elementor-button:hover::after{
        transition: all 0.4s ease-in-out;
        border-radius: 40px;
        width: calc(100% - 10px);
    }
    .whiteBtn .elementor-button::after{
        height: 33.5px;
        width: 33.5px;
    }
    .whiteBtn .elementor-button .elementor-button-icon svg{
        height: 15px;
        width: 14px;
    }
    .whiteBtn .elementor-button:hover::after{
        transition: all 0.4s ease-in-out;
        border-radius: 40px;
        width: calc(100% - 10px);
    }

    .call-icon .elementor-icon{
        padding: 9px !important;
    }
    .projectIcon .elementor-icon{
        padding: 14px !important;
    }

    .projectSlider .swiper-pagination-progressbar{
        top: 100% !important;
        margin-top: 27px;
        left: 0 !important;
        width: 100% !important;
        background: #EDEDED !important;
    }

    /* .footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="image"]){
        padding: 10px 55px 10px 18px;
    } */
    .footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield--type-submit{
        margin-top: 4px;
        margin-left: -58px;
        height: 37px;
        width: 37px;
    }
    .footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input[type="image"].gform_image_button{
        width: 35px;
        height: 35px;
        padding: 8px;
    }


    .gallery_sec .e-gallery-item {
        padding: 15px;
    }

    .blogLoop .elementor-pagination{
        gap: 3px;
    }
    .blogLoop .elementor-pagination .page-numbers.current{
        height: 22px;
        width: 25px;
        line-height: 14px;
    }
    .blogLoop .elementor-pagination .page-numbers{
        line-height: 14px;
    }
	.faq_sec .e-n-accordion-item-title-icon {
        padding: 6px;
    }
	.faq_sec .e-n-accordion-item-title-icon .e-closed, .faq_sec .e-n-accordion-item-title-icon .e-opened {
        width: 9px;
        height: 9px;
    }


    .eventGallery .elementor-image-gallery .gallery{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .eventGallery .elementor-image-gallery .gallery .gallery-item{
        max-width: 100% !important;
        border-radius: 15px;
        padding: 10px 10px 8px 10px !important;
    }
    .eventGallery .elementor-image-gallery .gallery .gallery-caption{
        padding: 0;
        margin-top: 5px !important;
    }
    .eventGallery .elementor-image-gallery .gallery .gallery-icon{
        border-radius: 15px;
        overflow: hidden;
    }

    .jobBoxes .elementor-pagination{
        gap: 10px;
    }
    .jobBoxes .elementor-pagination .page-numbers.current{
        height: 35px;
        width: 35px;
    }
}


@media only screen and (max-width: 639px){
    .footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield--type-submit{
        margin-top: 4px;
        margin-left: -41px;
        height: 37px;
        width: 37px;
    }
    .footerMail .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input[type="image"].gform_image_button{
        width: 35px;
        height: 35px;
        padding: 8px;
    }
}

@media only screen and (max-width: 575px){
    .coreValuesGrid .valueBoxes{
        width: 100%;
    }
    .highl_box{
        width: 47% !important;
    }
}