/*
Theme Name: Porto Child
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

#header .main-menu > li.menu-item > a {
    color: #fff;
}

#header .header-main, #header.sticky-header .header-main.sticky {
    background-color: #172A3A;
    color: #fff;
}

#footer {
    background-color: #172A3A;
}

footer .porto-block p {
    margin: 0px;
}
ul.service_list {
    float: left;
    width: 100%;
}
ul.service_list li {
    float: left;
    width: 33%;
    margin-bottom: 8px;
}
.intro-section {
    z-index: auto;
    margin-top: -1px;
}
.footer-logo img {
    display: none;
}

#header .book-link::after {
    background: transparent!important;
}
.porto-block p {
    /* padding: 0px; */
    /* margin: 0px; */
    display: none;
}
.header_mob_no p {
    display: block;
}

.tparrows:before {
    color: #172A3A;
    text-shadow: 0 0 3px #fff;
}

@media screen and (max-width: 992px) {
 ul.service_list li { width: 50%; }
}

@media screen and (max-width: 480px) {
 ul.service_list li { width: 100%; }
}