/* Schedule Call Circle */

.crop_circle .elementor-widget-container {
    clip-path: circle(96.9% at 50% 100%);
}


/* About Page CSS */

.team_design .elementor-widget-container:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: #0f0f0f6b;
}

/* Portfolio Design */

.portfolio_design .elementor-widget-container:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: #0f0f0f78;
}

/* Home Page Slider CSS */

.hero_slider .swiper-slide-bg {
    background-blend-mode: overlay;
}


@media(min-width:769px){
.hero_slider span.swiper-pagination-bullet {
    width: 12%;
    background: transparent;
    text-align: left;
    opacity: 1;
    border-radius: 0px;
    margin-left: calc(10.5% - 8.5%) !important;
    margin-right: calc(10.5% - 8.5%) !important;
    }
}
/* .hero_slider .swiper-pagination-bullet:nth-child(1):before {
    content: 'Homes';
    width: 100% !important;
    color:white;
} */

.hero_slider .swiper-pagination-bullet:nth-child(2):before {
    content: 'Transport & Heritage ';
    width: 100% !important;
        color:white;
}

.hero_slider .swiper-pagination-bullet:nth-child(3):before {
    content: 'Homes';
    width: 100% !important;
        color:white;
}

.hero_slider .swiper-pagination-bullet:nth-child(4):before {
    content: 'Nature & Leisure';
    width: 100% !important;
        color:white;
}

.hero_slider .swiper-pagination-bullet:nth-child(5):before {
    content: 'Development';
    width: 100% !important;
        color:white;
}

.hero_slider .swiper-pagination-bullet:nth-child(6):before {
    content: 'Education';
    width: 100% !important;
        color:white;
}

.hero_slider .swiper-pagination-bullet:nth-child(7):before {
    content: 'Publications';
    width: 100% !important;
        color:white;

}
.hero_slider .swiper-pagination {
    transform: translate(0px, -60px);
}

.hero_slider .swiper-pagination-bullet:after {
    content: '';
    background: transparent;
    display: block;
    border-bottom: 1px solid white;
    padding-bottom: 18px;
}

.hero_slider .swiper-pagination-bullet:before {
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
}

.hero_slider .swiper-pagination-bullet:nth-child(1) {
    display: none;
}

}




/* Banner icons CSS */

.social_icon .elementor-social-icons-wrapper.elementor-grid {
    display: grid;
}

.social_icon .elementor-grid-item {
    padding-bottom: 10px;
}

/* Home Page Tabs CSS */


.tabs_design .elementor-tabs-wrapper {
    display: flex;
}

.tabs_design .elementor-tab-title {
    border-radius: 50px;
    border: 1px solid #0F0F0F !important;
    padding: 15px !important;
    margin-right: 10px !important;
}

.tabs_design .elementor-tab-title.elementor-active {
    background: #2DBB13 !important;
    color: white !important;
    border-color: #2DBB13 !important;
}

@media(min-width:768px){
	.tabs_design .elementor-tab-content {
    border-top: 1px solid #0000001A !important;
    margin-top: 60px !important;
    padding: 0px !important;
    padding-top: 70px !important;
}
}

@media(max-width:768px){
   .tabs_design  .elementor-tab-title {
    margin-bottom: 15px;
}
}

.col_hover:hover .elementor-widget-wrap {
    background-position: 55% !important;
    transition: all 0.6s ease;
}
