/*
Theme Name: ARPWorkz
Theme URI: http://bishalneupane.com.np/
Author: Bishal
Author URI: http://bishalneupane.com.np/
Description: This theme is designed for It Consulting Service and this is custom design theme. It is design and develop by Bishal Neupane
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Arpworkz
Tags: Arpworkz, It Consulting Service

ARPWokz theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ARPWorkz is based on Wordpress (C) 2015.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/

#menu-0 .mbr-navbar__items a {
    font-size: 16px !important;
    color: #fff !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
}
a {
    color: #838383;
}
a:hover {
    color: #838383;
    text-decoration: none;
}
input[type="search"], input[type="text"], input[type="email"], textarea {
    display: block;
    width: 100%;
    padding: 15px 18px;
    font-size: 14px;
    line-height: 1.42857;
    color: #373737;
    background-color: #F6F6F6;
    background-image: none;
    border: 2px solid #F6F6F6;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;

}
input[type="submit"]{
    float: right;
    padding: 10px;
    background: rgb(247, 75, 33) none repeat scroll 0% 0%;
    border: medium none;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: bold;
}
.carousel-inner {
    max-height: 500px;
}
.mbr-hero {
    margin-top: -150px;
}
#slider-14 P {
    line-height: 55px;
}
.content-2 .thumbnail h3 {
    text-transform: uppercase;
}
.nav li:hover ul {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    background:#252525;
}
.nav li:hover li a {
    border-bottom: 2px solid #fff;
    color: #fff; 
    padding:10px;
    font-weight:bold;
}
.nav li li a:hover {
    background-color: #F97352;
}