body {
    overflow-x: hidden;
}
.sd-main-white-icon-wrp {
    position: relative;
}
.sd-main-white-icon-wrp:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 100%;
    background: #ffffff;
    z-index: 9;
    clip-path: polygon(100% 0, 0% 100%, 0 0);
    top: 0;
    left: -1px;
	transform: scale(1.01);
}
.main-solid-nav-menu nav.ekit-wid-con .elementskit-menu-container.active ul li.elementskit-mobile-builder-content a.ekit-menu-nav-link i.icon.elementskit-submenu-indicator {
    border: none;
    color: #333333;
}

/*** Start Custom Css ***/

.main-hero-slider .e-n-carousel.swiper-horizontal.swiper-pointer-events {
    padding: 0;
}
.main-hero-slider .swiper-pagination {
    text-align: left;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 50px;
}
.main-hero-slider span.swiper-pagination-bullet {
    position: relative;
}
.main-hero-slider .swiper-pagination span.swiper-pagination-bullet {
    width: 42px;
    height: 46px;
    color: #828282;
    line-height: 46px;
    font-size: 18px;
    opacity: 1 !important;
    border-radius: 0 !important;
    background: #FFFFFFB2;
    text-align: center;
    border-top: 2px solid #828282;
    font-weight: 700;
}
.main-hero-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff !important;
    color: #4698CB !important;
	border-top: 2px solid #4698CB;
}
.main-hero-slider .e-n-carousel.swiper.swiper-initialized.swiper-horizontal {
    padding: 0;
}
/* .main-hero-slider .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */
.logo-slider.elementor-widget-image-carousel .swiper-slide {
    text-align: center;
    padding: 0 10px;
}
.logo-slider .swiper-pagination {
    text-align: left;
}
.logo-slider .swiper-pagination span.swiper-pagination-bullet {
    width: 47px;
    border-radius: 0;
    height: 4px;
}

.main-button .elementor-button-link {
    position: relative;
	transition: all .3s;
}

.main-button .elementor-button-link:before {
    content: '\f061';
    position: absolute;
	font-family: 'font awesome 5 pro';
    left: -46px;
    width: 45px;
    height: 45px;
    background: #4698CB;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all .3s;
}
.main-button .elementor-button-link:focus {
    background-color: #4698cb !important;
}
.main-button .elementor-button-link:hover:before {
	background: #485CC7;
	transition: all .3s;
}
.main-button .elementor-button-link:hover {
	background: #485CC7 !important;
}
.solid-feedback-form button.elementor-button {
    position: relative;
    margin-left: 45px;
	transition: all .3s;
}
.solid-feedback-form button.elementor-button:before {
    content: '\f061';
    position: absolute;
    font-family: 'font awesome 5 pro';
    left: -46px;
    width: 45px;
    height: 45px;
    background: #4698CB;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all .3s;
}
.solid-feedback-form button.elementor-button:hover:before {
	background: #485cc7;
	transition: all .3s;
}

/*** Start Contact Page Css ***/

.phone-num-link li.elementor-icon-list-item a {
    color: #333;
}
.phone-num-link li.elementor-icon-list-item a:hover {
    color: #4698cb;
}
.contact-image img {
    aspect-ratio: 2;
}

/*** End Contact Page Css ***/

.solid-feedback-form input, .solid-feedback-form textarea {
    padding: 10px 20px;
}


/*** Start Case Study Widget Css ***/

.vena-latest-news-slider .swiper-wrapper {
    padding-bottom: 60px;
}
.solid-latest-cs-archive-feature-img {
    display: inline-block;
    width: 100%;
    line-height: 0;
    margin-bottom: 15px;
}
.solid-latest-cs-archive-feature-img a {
    width: 100%;
    line-height: 0;
    display: inline-block;
}
.solid-latest-cs-archive-feature-img img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.vena-latest-news-slider .swiper-pagination {
    text-align: left;
	bottom: -4px;
}
.vena-latest-news-slider .swiper-pagination span.swiper-pagination-bullet {
    width: 47px;
    border-radius: 0;
    height: 4px;
	background: #828282;
    opacity: 1;
}
.vena-latest-news-slider .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #4698CB;
}
/*** End Case Study Widget Css ***/

/*** Start Breadcrumb Css ***/

.woocommerce-breadcrumbs-main {
    background: #001940;
}
.woocommerce-breadcrumbs {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 15px 50px;
    color: #fff;
    font-family: 'Open Sans';
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-weight: 700;
}
.woocommerce-breadcrumbs a {
    color: #fff;
}
.woocommerce-breadcrumbs span.separator {
    margin: 0 5px;
}
.woocommerce-breadcrumbs span.separator i {
    font-weight: 500;
}
/*** End Breadcrumb Css ***/




@media screen and (min-width: 1921px) and (max-width: 2560px) {
	
/* .sd-padding-left {
    padding-left: 50px !important;
} */

}

@media screen and (max-width: 1024px) {

	
.main-hero-slider .swiper-pagination {
    padding: 0 30px;
}
.main-hero-slider .swiper-pagination span.swiper-pagination-bullet {
    width: 35px;
    height: 35px;
    line-height: 38px;
}	
}
.main-icon-wrp-top li.elementor-icon-list-item a {
    align-items: flex-start;
}
@media screen and (max-width: 810px) {
.main-button .elementor-button-link:before {
    height: 43px;
}
}	

@media screen and (max-width: 767px) {
.main-hero-slider .swiper-pagination {
    padding: 0 20px;
}
	
}

@media screen and (max-width: 550px) {
.search-popup .dialog-message.dialog-lightbox-message {
    width: 100% !important;
}
}

@media screen and (max-width: 375px) {
.search-popup .dialog-message.dialog-lightbox-message {
    max-width: 340px;
}
}


