/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
#footer{
	padding: 20px 0px;
    background-color: #000000;
}
#copyrights{
	padding: 10px 0px;
	background: #fff;
}
#copyrights p{
	margin: 0px;
}
#footer .fbox-plain.fbox-sm .fbox-icon i {
    font-size: 20px;
    color: #fff;
    line-height: 1.7;
}
.section_area{
	padding: 30px 0px;
}
.section_area .feature-box .fbox-content h3{
	font-size: 20px;
}
.section_area .feature-box .fbox-content p{
	font-size: 14px;
}
.testimonials-carousel .owl-stage {
	padding: 2rem 0 1.5rem;
}

.testimonials-carousel .owl-item {
	opacity: .6;
	transition: transform .3s ease;
	transform: scale(0.8);
}

.testimonials-carousel .owl-item.active.center {
	opacity: 1;
	transform: scale(1);
}

.testimonial {
	border: 0;
	box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
	border-radius: 0.25rem;
	padding: 25px;
}

.testimonial-image {
	width: 5rem !important;
	height: auto !important;
	margin: -2.5rem auto 0;
}
.col-padding {
    padding: 1rem;
}

.menu-item:hover > .mega-menu-content {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
  
}
.block-contact-1,
.block-contact-1 h1,
.block-contact-1 h2,
.block-contact-1 h3,
.block-contact-1 h4,
.block-contact-1 h5,
.block-contact-1 h6,
.block-contact-1 p,
.block-contact-1 label,
.block-contact-1 input {
	font-family: 'Inter', sans-serif;
}

.block-contact-1 .form-control {
	padding: 12px 2px;
	background-color: transparent !important;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom-width: 2px;
	border-radius: 0;
	font-weight: 500;
	font-size: 18px;
}

.block-contact-1 .form-control::-moz-placeholder {
	color: #CCC;
	font-weight: 400;
	font-size: 15px;
}
.block-contact-1 .form-control:-ms-input-placeholder {
	color: #CCC;
	font-weight: 400;
	font-size: 15px;
}
.block-contact-1 .form-control::-webkit-input-placeholder {
	color: #CCC;
	font-weight: 400;
	font-size: 15px;
}

.block-contact-1 textarea.form-control {
	resize: none;
	overflow: hidden;
	word-wrap: break-word;
}

.block-contact-1 label:not(.custom-control-label) {
	text-transform: none;
	letter-spacing: 0;
	font-weight: 500;
	color: #777;
	margin-bottom: 3px;
	font-size: 14px;
}

.block-contact-1 .custom-control-label::before,
.block-contact-1 .custom-control-label::after { top: 0.0875rem; }

.block-contact-1 .form-control:active,
.block-contact-1 .form-control:focus {
	border-color: #3D1144;
}

.custom-control-input:checked ~ .custom-control-label::before {
	border-color: #3D1144;
	background-color: #3D1144;
}

.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem #3D114415;
}

.block-contact-1 .social-icon {
	background-color: rgba(0,0,0,0.2);
	font-size: 16px;
}
.pricing-price {
    position: relative;
    padding: var(--cnvs-pricing-price-padding) 0;
    color: var(--cnvs-pricing-price-color);
    font-size: 16px;
    line-height: 1;
}
.pricing-price .price-unit {
    display: inline-block;
    vertical-align: top;
    margin: 0px 3px 0 0;
    font-size:16px;
    font-weight: normal;
}
.widget_links .list-group-item{
	padding: 20px 30px;
    color: #444;
    background-color: var(--bs-light);
    margin-top: 17px;
    font-size: 1.2em;
    border-radius: .25rem;
    transition: max-height .5s;
    max-height: 70px;
    overflow: hidden;
}
.widget_links .list-group-item:hover {
    background-color:#ba0001;
	color:#fff;
}

.float {
    position: fixed;
    width: 45px;
    height: 45px;
    line-height: 45px;
    bottom: 103px;
    right: 26px;
    background-color: #33ac6a;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 3px #292020;
    z-index: 100;
}
#copyrights img{
	height: 35px;
}
.slider-caption.slider-caption-center .hr_btn{
    width: fit-content!important;
    margin: 0 auto!important;
}
@media (min-width: 992px) {
    .postcontent .post-timeline .entry-timeline {
        font-size: 12px!important;
       
    }
}
.toast .toast-message, .toast-close-button{
    color:#000;
    font-weight:bold;
}