/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.top-links-item > a {
	padding: 18px 18px;
}
.p-30{padding: 30px;}
.widget_links li a{
	color: #fff !important;
}
#header-wrap #logo img{
	height: 35px;
}
p{
	    font-size: 1.2rem;
    color: #000;
}
.hero-title.display-3{
	font-size: 2rem;
	letter-spacing: 0px;
	line-height: 40px;
}
.my-5 {
    margin-top: 0rem !important;
    margin-bottom: 1rem !important;
}
.mt-5 {
    margin-top: 1rem !important;
    
}
.icon-size{
	font-size: 20px !important;
	gap: 10px;
}
section.inner-page-banner {
    display: table;
    width: 100%;
    height: 283px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.v-mid {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
section.inner-page-banner h3 {
    color: #fff;
	font-family: var(--cnvs-body-font) !important;
    /* padding-bottom: 20px; */
}
section.inner-page-banner p {
    color: #fff;
    width: 47%;
	font-family: var(--cnvs-body-font) !important;
}
.icon-gap{
    gap: 10px;
}
.widget p {
    font-size: 16px;
    line-height: 22px;
}
.button{
    color: #264653;
    background-color: #fcc19b;
}
.button:hover{
    background-color: #fff;
    color: #264653;
    border-color: #fcc19b;
}
.btn{
    color: #264653;
    background-color: #fcc19b !important;
    border-color: #fcc19b !important;
}
.btn:hover{

    color: #264653;
    border-color: #fcc19b;
}
.color-2{
    color: #fff !important;
}
/* .position-absolute {
    position: relative!important;
} */
.contact-page-title{color: #fff !important;}

@media screen and (max-width: 991px) {
    section.inner-page-banner p{
        width: 100%;
    }
    .header-row {
       
        padding: 10px;
    }
    .position-absolute {
        position: relative!important;
    }
}
@media screen and (max-width: 480px) {
    .p-30{
          padding: 0px !important;
    } 
    .top-links-item > a {
        padding: 7px 7px;
    }
    #header-wrap #logo img {
        height: 30px;
        
    }
    .card{
        --bs-card-spacer-y: 0rem;
        --bs-card-spacer-x: 0rem;
    }
}
