.page-layout .border-start h2 {
width:100% !important;
} .box-style-1 {
padding-top:50px;
font-family: var(--alt-font);
}
.box-style-1 .box {
background-color:#fff;
padding:0px;
border-radius:0.45rem;
margin-bottom:25px;
transition: all .2s ease-in-out;
}
.box-style-1 .box:hover {
transform: scale(1.050);
}
.box-style-1 img {
border-radius:0.45rem;
}
.box-style-1 .box h4 {
margin-top:15px;
font-size:16px;
padding-bottom: 16px;
font-weight: 700;
}
.box-style-1 .box .details {
padding-bottom:15px;
} .box-style-1 .box2 {
background-color:#fff;
padding:0px;
border-radius:0.45rem;
margin-bottom:25px;
transition: all .2s ease-in-out;
height:550px;
}
.box-style-1 .box2:hover {
transform: scale(1.050);
}
.box-style-1 img {
border-radius:0.45rem;
}
.box-style-1 .box2 h4 {
font-size:24px;
font-weight: 700;
}
.box-style-1 .box2 .details {
padding-bottom:15px;
}
.text-gradient-base-color{
background-image: linear-gradient(to right, rgba(224, 37, 33, 1) 0%, rgba(29, 29, 29, 1) 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.navbar-nav > li:nth-child(5) {
display: none;
}
@media(max-width:767px){
.navbar-nav > .nav-item > a{
color: white !important
;
}
}
.banner-title{
font-size: 2.5rem;
line-height: 3rem;
}
.maxWidth{
max-width:1530px;
}
.wp-block-list{
list-style-type:disc !important;
}
.wpcf7-form-control-wrap.recaptcha{
top: 50px !important;
}
.wpcf7-submit{
margin-top: 5rem !important;  
}
.ui-blog-detail ul {
list-style: disc;
padding-left: 30px;
}
.ui-blog-detail ul li {
list-style-type: disc !important;
}
.ui-blog-detail h2 {
font-size: 24px !important;
color: #000;
margin-bottom: 10px;
}
.ui-blog-detail h3 {
font-size: 20px !important;
margin-bottom: 10px;
color: #000;
}