/* Scroll Thumb Styling */
html{
	scrollbar-color: #127CA6 auto; 
}
::-webkit-scrollbar-thumb {
    background-color: #127CA6 !important;
}
/* hero features slider stlying */
.hero.feature-slides .sr-core-features-1-wrap .single-elm:hover{
	border-color: #127CA6 !important;
}

/* Partners and Special Design Section List Box Styling  */
.feature-lists .sr-services-1-wrap .sr-services-1-right{
	border: none !important;
}

.feature-lists .sr-services-1-wrap .sr-services-1-right .sr-services-1-item .title .icon{
	background: rgba(18, 124, 166, 0.1) !important;
}

.feature-lists .sr-services-1-wrap .sr-services-1-right .sr-services-1-item:hover,
.feature-lists .sr-services-1-wrap .sr-services-1-right .sr-services-1-item:hover .title .icon{
	background: rgba(18, 124, 166, 0.2) !important;

}

/* Pricing tabs styling */
.pricing-tabs .sr-price-1-tabs-btn .nav-link.active{
	color: #127CA6 !important
}
.pricing-tabs .sr-price-1-tabs-btn .nav-link{
	background-color: #00000000 !important;
}

/* FAQ Styling */
.faq-custom .sr-accordion  .sr-accordion-item .item-title{
	color: #0D0D0D;
	line-height: 1.2em !important;
}
.faq-custom .sr-accordion .sr-accordion-item .item-title:hover,
.faq-custom .sr-accordion .sr-accordion-item .item-title:focus,
.faq-custom .sr-accordion .sr-accordion-item .item-title:active,
.faq-custom .sr-accordion .sr-accordion-item .item-title[aria-expanded="true"]{
	background-color: #00000000 !important;
	color: rgb(18, 124, 166) !important;
}

/* footer styling */
.footer-center footer .sr-footer-1-wrap .sr-footer-1-widget:nth-child(1){
	    margin: 0 auto;
    align-items: center;
}

.footer-center footer .sr-footer-1-wrap .sr-footer-1-widget:nth-child(1) .sr-footer-1-logo{
	width: 100%;
	text-align: center;
}
.footer-center footer .sr-footer-1-wrap .sr-footer-1-widget:nth-child(1) .sr-footer-1-disc{
	    text-align: center;
}

.footer-center footer .sr-footer-1-wrap .sr-footer-1-widget:nth-child(1) .sr-footer-1-disc .sr-social-1{
	justify-content: center;
}
.footer-center footer .sr-footer-1-wrap .sr-footer-1-disc .sr-h-1.title{
	    max-width: 320px;
	width: 100%;
}

/* form message styling */
.elementor-message::before{
	display: none !important;
}

/* remove a tags clickable */
h4.sr-h-1.title.hover_1_split a {
    pointer-events: none;
    cursor: default;
}

/* Responsiveness - Media Query */
/* header moile canvas styling */

@media screen and (max-width: 1199px){
		.wa-offcanvas-area .wa-offcanvas-top .wa-offcanvas-close.offcanvas_box_close{
		background-color: transparent !important;
	}
}
@media (max-width: 1199px) and (min-width: 576px) {
	.wa-offcanvas-area .mobile-main-navigation ul li.join-now{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.wa-offcanvas-area {
		padding: calc(0.25rem * 8) !important;
	}	
}

@media screen and (max-width: 575px){
	.wa-offcanvas-area .mobile-main-navigation .nav .join-now{
		display: block !important;
	}

}

