h1 {
    color: #000000 !important;
}
h4 {
    font-weight: bold;
}
p {
    color: #000000 !important;
}
.header-area {
    background-color: #fafafa;
    height: 130px;
}
.slider-area .hero__img img {
    width: 170%;
    right: calc(-50%);
}
.btn, .btn:hover {
    background: #61777f;
}
.btn::before {
    background: #000;
}
.footer-area .footer-tittle ul li {
    color: white;
    font-weight: bold;
}
.footer-area {
    background: #61777f;
}
.btn:hover {
    background: #61777f;
    border: 1px solid black;
}
.section-tittle span {
    color: #61777f;
}
.section-tittle span::before {
    background: #61777f;
}
.services-icon {
    text-align: center;
}
.single-services h3 {
    text-align: center;
}
.services-icon img {
    width: 120px;
    margin: 0 auto;
}
.header-bottom.header-sticky.sticky-bar {
    background: #fafafa;
}
.logo {
    display: flex;
    max-height: 7rem;
    justify-content: center;
}
.logo a{
    width: 100%;
}
.logo a img{
    height: 110%;
    padding: 1rem 0;
}
.services-icon svg{
    width: 90px;
    height: 90px;
}
.single-services:hover svg {
    fill: #61777f;
}
.container-fluid{
    max-width: 1200px;
}
.container{
    width: 80%;
}
.section-padding30{
    padding: 5rem 0;
}
.services-area .services-wrapper .single-services{
    padding: 70px 30px 30px;
}
.slider-bg{
    background-color: #fff;
}
.hero__img img{
    width: 120%;
    /*right: calc(50%);*/
    float: right;
} 
/*.fiber__img{*/
/*    position: absolute;*/
/*}*/
.left-side-text{
    z-index: 9;
}
.footer-logo img{
    width: 100%;
}
.footer-tittle{
    text-align: center;
}
#services{
    top: -80px;
}
.slick-dots {
    display: none;
}
.footer-area .footer-tittle ul li a, .footer-area .footer-tittle ul li a:active, .footer-area .footer-tittle ul li a:focus, .footer-area .footer-tittle ul li a:hover {
    color: white;
}
@media screen and (min-width: 1000px)  {
    .mobile-break { display: none; }
}
@media screen and (max-width: 1000px)  {
    .logo a img {
        height: 80%;
        padding: 0;
    }
    .slider-shape3 {
        display: none;
    }
    .slider-shape1 {
        left: -15px !important;
    }
    .logo {
        max-height: 5rem;
    }
    .logo a {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .d-lg-block {
        display: block !important;
    }
    .header-bottom .row {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    .header-bottom .row > div {
        width: 40%;
    }
    main {
        margin-top: 170px;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-logo img {
        width: 50%;
    }
    .slider-area .hero__img img {
        bottom: 30px;
        right: calc(-40%);
    }
}