.page-item-title h1{
    padding-top: 175px;
    padding-bottom: 60px;
    text-align: left !important;
    font-size: 36px;
    color: #fefefe;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.container-bg.with-bg .container-bg-overlay {
    background: linear-gradient(235deg, rgb(0 0 0 / 47%) 0%, rgba(9,9,9,1) 100%);
}
.breadcrumbs-container-wrapper {
    background: #ffcf00;
    padding: 15px 0;
    font-size: 14px;
    color: #828282;
    border-bottom: 1px solid #F5F5F5;
}
.breadcrumbs-container-wrapper a {
    color: #2A2F35;
    text-decoration: none;
}
.container-bg {
    padding-right: 0;
    padding-left: 0;
    background-image: url(../images/stairs.webp);
    min-height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    overflow: hidden;
    background-attachment: fixed;
}
.breadcrumbs-container-wrapper{
    margin-bottom: 30px;
}
.mgt-header-block-title{
    
    line-height: 1.25;
    font-size: 36px;
    color: #1d1d1d;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.wpb_content_element{
    margin-bottom: 30px;
}
.mgt-header-line {
    background-color: #ffcd00 !important;
    background: -moz-linear-gradient(left, #fffa00 0%, #ffcd00 100%) !important;
    background: -webkit-linear-gradient(left, #fffa00 0%, #ffcd00 100%) !important;
    background: linear-gradient(to right, #fffa00 0%, #ffcd00 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffa00', endColorstr='#ffcd00',GradientType=1 ) !important;
}
.mgt-header-line{
    height: 3px;
    width: 70px;
    background: #2C99ED;
    display: table;
    margin-top: 10px!important;
}
.mtb30 {
    margin-top: 30px!important;
    margin-bottom: 30px!important;
}
.text-font-weight-600 {
    font-weight: 600!important;
}
h3 {
    font-size: 21px !important;
}
h4 {
    font-size: 16px !important;
}
.wpb_text_column p{
    font-family: poppins;
    font-weight: 300;
    font-size: 14px;
}
.wpb_text_column a{
    font-family: poppins;
    font-weight: 300;
    font-size: 14px;
}
.wpb_text_column li{
    font-family: poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 2.5;
}
.blog-post .blog-post-thumb {
    margin-bottom: 30px;
    position: relative;
}
.blog-post .post-info span a {
    color: #828282;
}
.blog-post .post-header-title a {
    text-decoration: none;
    color: #2A2F35;
    font-size: 24px;
    text-transform: none;
    font-weight: normal;
}
.blog-listing-page .blog-post .post-content .entry-content > p {
    height: 143px;
    overflow: hidden;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
}
.blog-post.blog-post-style-rounded .post-categories, .blog-post.blog-post-style-rounded .btn.more-link.mgt-button {
    border-radius: 5px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 13px;
    height: auto;
    background-color: transparent;
    border: 2px solid #D9D9D9;
    color: #2a2f35;
    margin-top: 10px;
    margin-bottom: 0;
    font-family: 'Poppins';
}
.blog-post.blog-post-style-rounded .post-categories, .blog-post.blog-post-style-rounded .btn.more-link.mgt-button:hover{
    background-color: #2C99ED;
    color:#fff;
}
.blog-layout-grid{
    margin-bottom:40px
}
.blog-post{
    margin-bottom:20px
}

.entry-content p{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #2f2f2f;
}
.entry-content a{
    font-family: poppins;
    font-weight: 300;
    font-size: 14px;
}
.entry-content li{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #2f2f2f;
    list-style: none;
}
.entry-content li::before {
    content: '✔';
    margin-left: -23px;
    font-weight: 800;
    margin-top: 3px;
    position: absolute;
    font-size: 19px;
    color: #ffae00;
}
.widgets.sidebar-widgets .single-widget {
    padding-top: 0px;
}
.widgets.sidebar-widgets .single-widget > h6 {
    color: #303030;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.widgets.sidebar-widgets .single-widget > h6:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #f1f1f1;
}
.widgets.sidebar-widgets .single-widget > h6:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
    background: #6d6d6d;
}
.widgets.sidebar-widgets .widget-recentpost ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.widgets.sidebar-widgets .widget-recentpost ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
}
.widgets.sidebar-widgets .widget-recentpost .widget-recentpost__thumb {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    display: inline-block;
    position: relative;
    -webkit-align-self: flex-start;
    -moz-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.widgets.sidebar-widgets .widget-recentpost .widget-recentpost__thumb:before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(25, 25, 25, 0.65);
    position: absolute;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.widget-recentpost__thumb img {
    height: 80px;
    width: 100%;
}
.widgets.sidebar-widgets .widget-recentpost .widget-recentpost__thumb:after {
    content: "\f0c1";
    font-family: fontAwesome;
    left: 50%;
    top: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    margin-left: -20px;
    position: absolute;
    z-index: 2;
    color: #d7d7d7;
    font-size: 18px;
    margin-top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.widget-recentpost__content {
    padding-left: 17px;
    -webkit-flex-shrink: 100;
    -moz-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100;
    margin-top: -8px;
    height: 86px;
    overflow: hidden;
}
.widget-recentpost__content span.date {
    color: #757575;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.widget-recentpost__content h6 {
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #646464;
    line-height: 18px;
    margin: 0;
}
.widget-recentpost__content h6 a {
    display: inline-block;
    color: #646464;
    line-height: 1.5;
}
.contact{
    margin-bottom:40px;
}
img.img-responsive {
    box-shadow: 0px 10px 20px 3px #47474740;
    border: 3px solid #ffd100;
    border-radius: 0 50px;
    margin: 0 0 15px 0 !important;
}