/*
Theme Name: Kohanian
Theme URI: http://www.kohanian.com
Author: Kohanian
Author URI: http://www.kohanian.com
Description: This is kohanian theme.
*/

@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500');
img.Kohanian.Acquisitions {
    width: 184px;
}

#menu-footer_menu li {
    padding-bottom: 10px;
}

.menu-main-menu-container ul#menu-main-menu {
    margin-top: 16px;
}

body {
    font-family: "Century Gothic", sans-serif;
}

a {
    color: #000;
}

.header {
    background-color: #961313;
    width: 100%;
    height: 60px;
}

.call {
    margin-top: 2%;
}

.call img {
    float: left;
}

img {
    max-width: 100%;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
    color: #f28e00;
}

.call h3 {
    color: white;
    margin: 0px;
}

.srch {
    background: #fff;
    border-radius: 40px;
    padding: 0px;
    margin-top: 13px;
    float: right;
}

.srch .btn {
    background: none;
    padding: 5px;
    margin: 0px;
}

.srch .form-control {
    background: none;
    border: none;
}

.icon {
    margin-top: 2%;
    text-align: right;
}

.icon li {
    list-style: none;
    display: inline-block;
    padding: 5px 10px;
}

.navigation {
    padding: 20px 0px;
}

.navbar-inverse {
    border: none !important;
    background: none!important;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #a4a1a1!important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000000!important;
    padding: 16px 22px;
    font-size: 16px;
    border-radius: 5px;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff !important;
    background: #fca31b;
    border-radius: 5px;
    transition: all 0.5s;
    text-decoration: none !important;
}

.custom-html-widget img:hover {
    transform: scale(1.1);
    transition: 0.5s all;
}

.navbar-nav li a.active,
.navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
}

.navbar-nav {
    float: right;
}

.navbar-inverse .navbar-nav > .active > a:hover {
    background-color: none !important;
}

.nav {
    margin-top: 0px;
}

.logo a {
    font-size: 30px;
    color: #000;
}

.nav li a {
    padding: 0px;
}

.banner {
    text-align: center;
    position: relative;
    background: #f5f5f5;
    max-width: 1366px;
    margin: 0 auto;
}

.welcome1 {
    padding: 20px 0px;
}

.welcome {
    position: absolute;
    top: 35%;
    text-align: center;
    left: 0px;
    right: 0px;
    margin: auto;
}

.welcome h1 {
    color: white;
    text-align: center;
    font-size: 60px;
    font-family: Myriad Pro;
    margin-bottom: 3%;
}

.welcome a {
    border-radius: 4px;
    padding: 10px 20px;
    color: white;
    background: #EC5F00;
    font-size: 18px;
    font-family: Century Gothic;
}

.address li {
    padding: 5px;
}

.data {
    padding-top: 0px;
}

.data h2 {
    padding-bottom: 20px;
}

.data p {
    line-height: 24px;
    padding-bottom: 20px;
}

.section-bottom {
    padding-top: 50px;
    padding-bottom: 40px;
}

.relative-li {
    position: relative;
}

.sub-menu {
    position: absolute;
    padding: 5px;
    top: 99%;
    display: none;
    left: 0px;
    background:#fca31b;
    width: 150px;
    z-index: 99;
    padding: 0px;
	border-radius:5px;
}

.address li i {
    font-size: 16px;
    color: #000;
    padding-right: 10px;
    font-weight: bold;
}

.footer1 {
    margin-top: 60px;
    margin-bottom: 40px;
}

.contact h2 {
    font-size: 30px;
    margin-top: 0px;
    padding-bottom: 20px;
}

.sub-menu li {
    list-style: none;
}

.sub-menu li a {
    padding: 6px 6px;
    display: block;
    border-bottom: 1px solid #fff;
}

.sub-menu li a:hover {
    color: #fff !important;
}

.relative-li:hover .sub-menu {
    display: block;
}

.about-section {
    padding: 8pc 0px;
}

.cretria-section {
    padding-bottom: 6pc;
}

.about-section p {
    font-size: 16px;
    line-height: 27px;
}

.info {
    color: #000;
    border-radius: 0px !important;
    border: 1px solid #000;
    text-transform: capitalize;
}

.updates-ul {
    padding: 0px;
}

.updates-ul li {
    list-style: none;
    display: block;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #fff;
}

.gallery-ul {
    padding: 0px;
}

.gallery-ul li {
    list-style: none;
    display: inline-block;
    padding: 5px 3px;
}

.gallery-ul img {
    max-width: 75px;
}

.bottom-footer p {
    color: #000;
    text-align: center;
    padding: 10px 0px;
    margin-top: 10px;
}

.bottom-footer {
    border-top: 1px solid #000;
}

.navbar-toggle collapsed {
    display: none;
}

.portfolio-sec h4 {
    font-weight: bold;
}


/* Responsive */

@media screen and (max-width:768px) {
    .logo a {
        font-size: 24px;
    }
    .navbar-toggle {
        background-color: #000;
    }
    .nav.navbar-nav li {
        text-align: right;
    }
	.about-section {
    padding: 5pc 20px 50px 0px ! important;
}
}

@media screen and (max-width:500px) {
    .data,
    .section-bottom {
        text-align: center;
    }
    .portfolio-sec {
        padding: 20px;
    }
   .about-section {
    padding: 3pc 20px 10px 0px ! important;
}
    .navbar-inverse .navbar-nav > li > a:hover {
        color: #fca31b !important;
        background: #fff;
        border-radius: 5px;
        transition: all 0.5s;
        text-decoration: none !important;
    }
    .menu-main-menu-container ul#menu-main-menu {
        margin-top: 16px;
        width: 100%;
    }
    .nav.navbar-nav li {
        text-align: center;
    }
    .footer1 {
        margin-top: 60px;
        margin-bottom: 40px;
        text-align: center;
    }
    .contact.col-md-3 {
        margin: 35px 0 0 0;
    }
    /*.banner {text-align: center;position: relative;background: #f5f5f5;max-width: 1366px;margin: 0 auto;margin-top: -55px;}
.navbar-inverse .navbar-toggle {border-color: #333;position: absolute;right: 0;top: -69px;}*/
}

#menu-footer_menu {
    list-style: none;
    padding: 0;
    /* text-align: center; */
}

.navbar-nav>li:hover .sub-menu {
    display: block;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #fca31b;
    color: #fff;
}
