﻿

/* Layout Page*/

.theme-btn i {
    margin-left: 0 !important;
    margin-right: 10px !important;
    color: #155da9;
}

@media (max-width: 991px){
    .navbar .dropdown-menu {
        text-align: right;
    }

}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        width: auto;

    }


    .feature-area {
        padding: 24px 0 !important;
    }

    .align-items-center {
        align-items: flex-start !important;
    }

    @media all and (max-width: 767px) {
        #services_span {
            font-size: 22px !important;
        }

        .service-area {
            padding: 30px 0 !important;
        }
    }

    /*section Services*/
    .service-item .service-icon img {
        width: 100%;
        height: 200px;
    }


    /*Sengle Services*/
    .main-imge {
        height: 400px !important;
    }

        .main-imge img {
            height: 400px !important;
        }

    .service-details img {
        height: 280px;
    }
    /*Singel Blogs*/
    .blog-meta {
        display: block;
    }

        .blog-meta i {
            color: white;
        }

    .team-content {
        left: 0 !important;
        right: 0 !important;
        box-shadow: none;
        background: none;
    }

        .team-content i {
            background: none;
            color: #FF5D22;
        }

    .team-item {
        margin-top: 30px;
        height: 1px;
    }

    #imgSingelNews {
        width: 371px;
        height: 247px;
    }

    #baisImageNews {
        width: 766px;
        height: 592px;
    }


