@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@600&family=Lato&family=Noto+Serif&family=Rakkas&family=Roboto+Slab:wght@800;900&family=Source+Sans+Pro:wght@300&display=swap');

.single-services {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 10%);
    margin-bottom: 30px;
    text-align: center;
    padding: 35px 30px 75px 30px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-services .image {
    margin-bottom: 25px;
    width: 100px;
    margin: auto;
    margin-bottom: 10px;
}
.single-services h3 {
    font-size: 20px;
    margin-bottom: 0px;
    font-family: 'Noto Serif', serif;
    line-height: 1.3;
}
.single-services h3 a {
    color: #202647;
}
.single-services p{
    line-height: 1.5;
    color: #000;
    font-size: 13px;
    padding-top: 10px;
}
.single-services .services-btn {
    color: #f64c67;
    font-weight: 500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.single-services .services-btn i {
    position: relative;
    top: 1px;
}
.footer-ul{
    padding: 10px 0px;
}
.footer-ul li{
    list-style: none;
    display: inline-block;
    font-size: 16px;
    padding: 0px 5px;
    color: #000;
}
/**portfolio**/
.portfolio-main .portfolio-img img{
    width: 100%;
}
.portfolio-main .portfolio-text
{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: rgb(255, 255, 255);
    border-width: 0px 1px 1px;
    border-style: solid solid solid;
    border-color: rgb(235, 235, 235) rgb(235, 235, 235) rgb(235, 235, 235);
    border-image: initial;
    border-top: 0px;
    padding: 17px 10px 5px 16px;
}
.portfolio-main .portfolio-text p{
    font-size: 20px;
    line-height: 1.2;
    color: #000;
}
.portfolio-main{
    padding-bottom: 35px;
}
.sub-title p
{
    font-size: 20px;
    padding-bottom: 25px;
    color:#000;
}
.breadcrum{
    background: url(../images/breadcum.png);
    background-size: contain;
    height: 450px;
    width:100%;
}
.breadcrum h4{
    position: absolute;
    top: 218px;
    left: 60px;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}
.contact-section h2{
    font-size: 28px;
    line-height: 1.3;
    padding: 55px 0px 0px;
}
.contact-form{
    border: 1px solid #d9cdcd;
    padding: 30px;
}
.investor-forgot-passowrd{
    color: #000;
    float: right;
    padding: 10px 0px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.reputation-section-two .form-column h4{
    position: relative;
    color: #01465c;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.error-message{
    height: 400px;
}
.error-message h4{
    text-align: center;
    color: #004d61;
    padding: 16% 0%;
    font-size: 2.2em;
}


@media only screen and (max-width:768px){
    .breadcrum{
        height: 200px;
    }
    .breadcrum h4 {
    top: 165px;
    left: 44px;
    font-size: 30px;
}
    .contact-section h2{
        font-size: 16px;
    }
}


















