/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 11 2023 | 06:09:59 */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px ; 
  border-radius: 0px;
	 background: #000000; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #720e1d; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #720e1d; 
}/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 11 2023 | 06:10:50 */
@media (max-width: 991px){
	.about-page .about-grid {
	flex: 0 0 100%;
    max-width: 100%;
}
	.about-page img{
		height: 600px;
		width: 100%;
		object-fit:  cover;
	}
}

@media (max-width: 600px){
	.about-page img{
		height: 400px;
		width: 100%;
		object-fit:  cover;
	}
	.counter-sec .grid-12 {
    flex: 0 0 50%;
		max-width: 50%;}
}/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 31 2023 | 08:01:47 */
[class*=ct-contact-info] li{
	    grid-column-gap: 5px;
}
.scno p{
	margin-bottom: 0 !important;
}
[data-vertical-spacing*=top]{
	padding-top: 0 !important;
}
[data-footer*="type-1"] .ct-footer [data-row*="middle"] .widget-title {
    color: #fff;
    --fontSize: 30px;
}
.ct-posts-widget ul li{
	margin-bottom: 20px;
}
.ct-posts-widget ul[data-type=numbered] a:before{
	border-color: rgba(218, 222, 228, 0.3);
}
.ct-posts-widget ul[data-type=numbered] a:hover:before{
	background: transparent;
	border-color: rgba(218, 222, 228, 0.3);
}