/*
Theme Name: Legal Pro
Theme URI: http://fasterthemes.com/wordpress-themes/legalpro
Author: FasterThemes
Author URI: http://fasterthemes.com/
*/
@font-face {
    font-family: 'OpenSans-Regular';   
    src: url('fonts/opensans-regular-webfont.eot');
    src: url('fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/opensans-regular-webfont.woff') format('woff'),
        url('fonts/opensans-regular-webfont.ttf') format('truetype'),
        url('fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{ 
    color: #212121;    
    font-size: 13px;
    background: none repeat scroll 0 0 #f8f8f8;
    font-family: 'OpenSans-Regular';   
}
.theme-container{
    width: 1200px;
}
.themepage-content{
    padding:40px 0px;
}

.home .themepage-content {
    padding: 0;
}
/**normal css**/
blockquote p{
    font-size: 14px;
}
img{
    border:none;
    max-width: 100%;
}
.no-padding{
    padding-left:0;
    padding-right:0;
}
textarea{resize:vertical;}
a:focus {
    outline: none;
    outline-offset: 0px;
}
a{
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    text-decoration: none;
}
a:hover, a:focus, a:active{
    text-decoration: none;  
    color: #b18443;
    outline: none;
}
select{
    text-transform: capitalize; 
}
input, textArea, select{
    outline: 0;
}
/**normal css**/

/*************header start*******/
/***top header***/
header{
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0px 2px #b18443;
    -webkit-box-shadow:0 0px 2px #b18443;
    -moz-box-shadow:0 0px 2px #b18443;
}
.top-header {
    background-color: #1c1c1c;
    padding: 10px 0;
}
/*.callus-part, .social-part{
    padding: 0;
}
.theme-logo,
.header-navigation{
    padding: 0;
}*/

.social-part ul {
    display: inline-block;   
    text-align: left;
    margin: 0;
    padding-left: 0;
    vertical-align: middle;
}
.social-part ul li {
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.social-part ul li a {
    color: #8c8c8c;
    font-size: 16px;
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}
.social-part ul li a{
    border: 1px solid #4e4e4e;
    display: block;
    font-size: 16px;
    height: 25px;
    text-align: center;   
    width: 25px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.social-part ul li a:hover,.social-part ul li a:focus {
    color: #b18443;
    border-color: #b18443;
}
.top-header-email{
    float: left;
    margin: 0;
    padding-right: 15px;
}
.top-header-email a{
    color: #8c8c8c;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 4px;
    margin-left: 0px;
    margin-top: 4px;
    line-height: normal;
}
.top-header-email > a:hover,.top-header-email > a:focus {
    color: #b18443;
}
.top-header-email i{
    margin-right: 10px;
    font-size: 16px;
    color: #8c8c8c;
}
.callus-part p{
    color: #b18443;
    text-align: right;
    margin: 2px 0 0 0;
    font-size: 16px;
    font-weight: bold;
}
.callus-part p span{
    color: #8c8c8c;
    text-transform: uppercase;
    margin-right: 3px;
}

.bottom-header{
    padding: 15px 0 15px 0;
    background-color: #f5f5f5;
}
.header-navigation{   
    display: inline-block;
}
/*theme menu css strat****/
.navbar-toggle{
    float: left;
    margin: 0;
}
.navbar-header span{
    background-color: #b18443;
}
.theme-nav {
    float: right;    
    width: auto;
    padding-left:0px;
    padding-right:0px;
}
.theme-nav ul {
    padding-left:0px;
    margin:0px;
}
.theme-nav > ul li{
    display:inline-block;
    position:relative;
    margin: 5px 2px;
    position:relative;
}
/***effect**/
.theme-nav > ul > li > a {
    color:#181818;  
    display:inline-block;
    padding:15px 15px;
    font-size: 14px;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.theme-nav > ul > li > a::after {
    position: absolute;
    left: 0;
    right: 0;
    width: 50%;
    margin: 0 auto;
    height: 2px;
    background: #b18443;
    content: '';
    opacity: 0;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.theme-nav > ul > li > a::before {
    top: 0;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.theme-nav > ul > li > a::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}
.theme-nav > ul > li > a:hover::before, .theme-nav > ul > li > a:focus::before, .theme-nav > ul > li > a:hover::after, 
.theme-nav > ul > li > a:focus::after, .theme-nav > ul > li.current-menu-item a::after, .theme-nav > ul > li.current-menu-item a::before, 
.theme-nav > ul > li.current-menu-item a{
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);

}
ul.sub-menu .submenu-right {
    right: 100%;
}
ul.sub-menu .submenu-left {
    left: 100%;
}
/**end*/
.theme-nav ul ul{
    opacity: 0;    
    margin-top: 2px;
    position: absolute;   
    width: 100%;
    right:0;
    /*min-width:165px;*/
    border-radius: 2px;
    border: 1px solid #dddddd;
    z-index:999;
    visibility:hidden;
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.2s ease-in-out;
}
.theme-nav ul li:hover > ul, .theme-nav ul li:focus > ul{
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.theme-nav ul ul li{
    width:100%;
    border-bottom: 1px solid #ddd;
    margin: 0;
}
.theme-nav ul ul li:last-child {
    border-bottom: medium none;
}
.theme-nav ul ul li a{
    display: inline-block;
    line-height: 16px;
    padding: 10px;
    color: #181818;
    width:100%;
    background: #f5f5f5;
    font-size: 12px;
}
.theme-nav > ul > li > a:hover,
.theme-nav > ul > li > a:focus,
.theme-nav ul li.active > a{
    color: #b18443;
}
.theme-nav ul ul li a:hover,
.theme-nav ul ul li a:focus,
.theme-nav ul ul li.active a{
    color: #b18443;
}
.theme-nav ul ul ul{
    margin-top: -1px;
    top: 0;
    transform: scale(0);
}
.theme-logo img {
    display: inline-block;
}
/*******theme menu css end***/
/*********header end************/

/***************footer strat***************/
.page-footer{
    background: url("../images/footer-bg.png") center repeat scroll transparent;
    width: 100%;
    padding-top: 45px;
}
.footer-logo{
    text-align: center;
}
.footer-row{
    margin-top: 25px;
}
.footer-widget{
    padding: 15px 0;
}
.footer-widget h3{
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #b18443;
    padding-bottom: 25px;
    margin-bottom: 15px;
}
.footer-widget .textwidget{
    color: #ffffff;
    font-size: 13px;
    line-height: 1.8;
}
.footer-widget p{
    color: #ffffff;
    font-size: 13px;
    line-height: 1.8;
}
.footer-widget input[type="email"] {
    background-color: #e5e5e5;
    border: medium none;
    border-radius: 4px;
    color: #222222;
    padding: 7px;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    width: 100%;
}
.footer-widget input[type="submit"] {
    background-color: #b18443;;
    border: medium none;
    border-radius: 2px;
    color: #ffffff;
    font-size: 14px;
    margin-top: 10px;
    padding: 8px 15px 5px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.footer-widget input[type="submit"]:hover, .footer-widget input[type="submit"]:focus {
    background-color: #ffffff;
    color: #545454;
}
.footer-widget ul {
    padding: 0;
    margin: 0;
}
.footer-widget li {
    list-style: none;
    padding-bottom: 8px;
}
.footer-widget ul li a { 
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    color: #ffffff;
    text-transform: capitalize;   
}
.footer-widget ul li a:hover,.footer-widget ul li a:focus, .post-date > a:hover,.post-date > a:focus{
    color: #b18443;
}
.footer-widget ul li a:before {
    content: "\f105";
    font-size: 16px;
    padding-right: 5px;
    font-family: FontAwesome;
}
.footer-widget ul ul{
    padding-left: 15px;
}
.footer-widget ul ul a:before{
    content: "-";
}
.footer-widget .calendar_wrap table tbody tr td{
    color: #fff;
}
.footer-bottom {
    border-top: 1px solid #b18443;
    color: #e5e5e5;
    margin-top: 30px;
    padding: 15px 0;
    width: 100%;

}
.footer-bottom p {
    display: inline-block;
    margin: 0;
    text-transform: capitalize;
    font-size: 13px;
}
.footer-bottom p a {
    color: #e5e5e5;
}
.footer-bottom p:last-child {
    padding-left: 5px;
}
.footer-bottom .terms {
    text-align: right;
}
.footer-bottom .widget ul {
    margin: 0;
    padding: 0;
}
.footer-bottom .widget ul li {
    display: inline;
}
.footer-bottom .widget ul li:after {
    content: "|";
    padding: 0 3px 0 4px;
}
.footer-bottom .widget ul li:last-child:after {
    content: "";
    padding: 0;
}
.footer-bottom .widget ul li a {
    color: #e5e5e5;
    text-transform: capitalize;
    font-size: 13px;
}
.footer-bottom .widget ul li a:hover,.footer-bottom .widget ul li a:focus,
.footer-bottom a:hover, .footer-bottom a:focus{
    color: #b18443;
}
/*******footer logo****/
.footer-logo{
    margin-bottom: 15px;
}
.footer-logo a{
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    padding:0 50px 10px;
    position: relative;
}
.footer-logo a:after,
.footer-logo a:before{
    background-color: #222222;/**same as body color*/
    content:"\f111";
    position: absolute;
    bottom: -2px;
    font-family:'FontAwesome';
    font-size: 6px;
    color: #b0b0b0;
    z-index: 1;
    height: 12%;
    cursor: default;
}
.footer-logo a:after{
    right: 50%;
    padding-right: 3px;
}
.footer-logo a:before{
    left: 50%;
    padding-left: 3px;
}

.footer-recent-post{    
    display: inline-block;   
    width: 100%;
}
.footer-recent-post ul{
    margin:0;
    padding: 0;
    list-style-type: none;
}
.footer-recent-post ul li{
    clear: both;
}
.footer-widget .footer-recent-post li {
    border-bottom: 1px solid #4f4f4f;
    display: inline-block;
    width: 100%;
}
.footer-top .footer-recent-post li {
    margin-bottom: 5px;
}
.footer-widget .footer-recent-post li a:before {
    content: "";
    padding: 0;
}
.footer-recent-img{
    line-height: 0;   
    float: left;
    margin-right: 10px;
    position: relative;
    width: 90px;  
}
.post-date{
    float: left;
    width: calc(100% - 100px) !important;
    width: -webkit-calc(100% - 100px);
    width: 62%;
}
.post-date > a {
    color: #d7d7d7;
    display: list-item;
    line-height: 1.3;
    list-style: outside none none;
    margin-bottom: 12px;   
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;    
    text-transform: capitalize;
}
.post-date p{
    font-size: 13px;
}
.social-widget{
    display: inline-block;
    width: 100%;
}
.social-widget ul{
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin:15px 0 10px;
}
.social-widget ul li{
    display: inline;
    list-style: none;
    margin-right: 5px;
}
.social-widget ul li a{
    display: inline-block;
}
.social-widget ul li a{
    background-color: #ffffff;
    border-radius: 5px;
    color: #222222;
    font-size: 22px;
    height: 30px;  
    text-align: center;
    width: 30px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}
.social-widget ul li .facebook-icon:hover, .social-widget ul li .facebook-icon:focus {
    background-color: #3b5998;
    color: #ffffff;
}
.social-widget ul li .twitter-icon:hover, .social-widget ul li .twitter-icon:focus {
    background-color: #48c4d2;
    color: #ffffff;
}
/***************footer end***************/

/****************pagination start**************/
.site-pagination {    
    display: inline-block;
    width: 100%;
}
.site-pagination > ul {
    text-align: center;
    margin: 0;
    padding-left: 0;
}
.site-pagination ul li {   
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
}
.site-pagination ul li a {
    border: 1px solid #000000;
    border-radius: 1px;
    color: #000000;
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    padding: 7px 13px;
}
.site-pagination ul li a:hover, .site-pagination ul li a:focus, .site-pagination ul li .active{
    color: #b18443;
    border-color: #b18443;
}
/****************pagination end**************/

/****************breadcrumb start**************/
.breadcrumb-bg {
    background: none repeat scroll 0 0 #ffffff;
    border-bottom: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
}
.site-breadcrumb .home-title span:after,.site-breadcrumb .home-title span:before{
    background-color: #fff;
}
.site-breadcrumb .home-title span {
    border-top: 0 none;
    font-size: 24px;
    padding-left: 128px;
    padding-right: 128px;
}
.breadcrumb-menubar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-align: center;
    margin-bottom: 0;
    padding: 15px 5px;
    margin: 0;
    text-transform: capitalize;
    display: block;
}
.breadcrumb-menubar > li > a {
    color: #000000;
}
.breadcrumb-menubar > li > a:hover, .breadcrumb-menubar > li > a:focus {
    color: #b18443;
}
.breadcrumb-menubar > li + li:before{
    color: #000000;
    padding: 0;
}
.breadcrumb-menubar > .active{
    color: #b18443;
}
/****************breadcrumb end**************/
/****************home-title start**************/
.site-breadcrumb .home-title{
    margin-bottom: 0;
}
.home-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px;
}
.home-title h2{
    text-align: center;
    position: relative;
    margin-bottom: 0;
    margin-top: 0;
}
.home-title h2 span{
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    padding: 15px 50px;
    font-weight: bold;
    border-top: 3px solid #b18443; 
    border-bottom: 1px solid #b0b0b0;
    position: relative;
    color: #000;
    display: inline-block;
}
.home-title span:after,
.home-title span:before{
    background-color: #f8f8f8;
    content:"\f111";
    position: absolute;
    bottom: -4px;
    font-family:'FontAwesome';
    font-size: 6px;
    color: #b0b0b0;
    z-index: 1;
    height: 7px;
}
.home-title span:after{
    left: 50%;
    padding: 0 0px 0px 10px;

}
.home-title span:before{
    right: 50%;
    padding: 0 10px 0px 0px;

}
.home-title p{
    text-align: center;
    width: 80%;
    margin: 30px auto 0 auto;
    font-size: 16px;
    color: #7f7f7f;
}
/****************home-title end**************/
/****************sidebar start**************/

.sidebar-widget {   
    border: 1px solid #d7d7d7;
    background: none repeat scroll 0 0 #ffffff;
    display: inline-block;
    margin-bottom: 35px;
    padding: 15px;
    width: 100%;
}
.search-form {
    position: relative;
}
.search-form label {
    width: 100%;
    margin: 0;
}
.search-form .screen-reader-text {
    display: none;
}
.search-form .search-field {
    border: 1px solid #ddd;
    font-weight: normal;
    padding: 7px 15px;
    width: 100%;
}
.search-form .search-submit {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    border: medium none;
    color: #9e9e9e;
    font-size: 16px;
    padding: 0;
    position: absolute;
    right: 17px;
    top: 6px;
    vertical-align: middle;
}
.sidebar-widget .widget-title {
    border-bottom: 1px solid #d7d7d7;  
    font-weight: bold;
    font-size: 16px;
    margin: 0 -15px;
    padding: 0 15px 15px;
    text-transform: uppercase;
}
.sidebar-widget form.search-form input[type="search"], .sidebar-widget select{
    margin-top: 15px;
}
.sidebar-widget  ul {
    list-style: outside none none;
    padding-left: 0;
    margin-left: 0;
}
.sidebar-widget  ul li ul{
    border-top: 1px dashed #595959;
    margin-top: 10px;
    padding-left: 15px;
}
.sidebar-widget ul li {
    border-bottom: 1px dashed #595959;
    clear: both;
    color: #595959;
    vertical-align: middle;
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}
.sidebar-widget  ul li ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.sidebar-widget ul li a{ 
    color: #595959;
    font-size: 13px;
    text-transform: capitalize;
}
.sidebar-widget ul li a:hover,.sidebar-widget ul li a:focus, .tagcloud > a:hover,.tagcloud > a:focus{
    color: #b18443
}
.left-tag {
    float: left;
    text-align: left;
    text-transform: capitalize;
}
.right-tag {
    float: right;
    text-align: right;
    text-transform: capitalize;
}
.tagcloud{
    text-align: left;
}
.tagcloud > a {
    color: #595959;
    display: inline-block;
    margin: 0 5px 10px 0;
}
/* wp default css */
dt, dd {
    margin-bottom: 15px;
}
td, th {
    border: 1px solid #ccc;
    padding: 5px;
}
td, th a{
    color: #000;
}
.comments-box {
    padding: 0;
}
.current-menu-item > a {
    color:#b18443;
}
.wp-caption-text{
    margin:10px 0px;
}
.wp-caption-text a:hover{
    color:#fff;
}
.sticky .entry-date {
    display: none;
}
.bypostauthor{
}
.breadcrumb.breadcrumb-menubar li > a {
    padding: 0 5px;
}

/* main sidebar */
.main-sidebar .tagcloud{
    text-align: left;
}
.main-sidebar .tagcloud > a {
    color: #595959;
    display: inline-block;
    margin: 13px 5px 0 0;
    font-size: 12px !important;
    border: 1px solid #179CA4;
    padding:5px;
}
.footer-widget .tagcloud > a {
    color: #fff;
    font-size: 15px !important;
    border: 1px solid #179CA4;
    padding:5px;
}
.tagcloud > a:hover {
    color: #179CA4;
}
.main-sidebar table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.main-sidebar table th {
    color:#000;
}
.footer-widget table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.footer-widget table a{
    color:#179CA4;
}
.footer-widget caption {
    text-align: center;
    color:#fff;
}

.main-sidebar select{
    padding: 4px;
    width: 100%;
}
.footer-widget select{
    padding: 4px;
    width: 100%;
    color:#000;
}
.footer-widget ul li {
    color: #ffffff;

}
.footer-widget ul li a{
    color: #ffffff;
}
.main-sidebar img {
    height: auto;
    max-width: 100%;
}
.main-sidebar caption {
    text-align: center;
}
.sidebar-box .widget_calendar td, .widget_calendar th {
    color:#000;
}
.footer-widget .widget_calendar td, .widget_calendar th {
    color:#fff;
    text-align: center;
}
/****************sidebar end**************/
/********home page strat**********/
.section-main {
    position: relative;
    display: inline-block;
    width: 100%;
}
/*Contact Form */
.wpcf7-form label{
    display: block;
}
.wpcf7-form p{
    display: inline-block;
    margin: 0 0 15px;
    width: 100%;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    background: #ffffff;
    border: 1px solid #b18443;
    box-shadow: none;
    font-size: 13px;
    padding: 10px;
    width: 100%;
    margin: 7px 0;
    border-radius: 0;
}
.wpcf7-form-control-wrap textarea {
    resize: vertical;
    height: 56px;
}
.wpcf7-form .wpcf7-submit,.form-submit > input[type="submit"] {
    background: transparent;
    border: 1px solid #000000;
    border-radius: 2px;
    color: #000000;
    float: left;
    font-weight: bold;
    font-size: 13px;
    margin-top: 12px;
    padding: 13px 40px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.wpcf7-form .wpcf7-submit{
    margin: 0;
    border-radius: 0;
    color: #212121;
    border-color: #b18443;
}
.wpcf7-form .wpcf7-submit:hover,.wpcf7-form .wpcf7-submit:focus, .form-submit > input[type="submit"]:hover,.form-submit > input[type="submit"]:focus,
.column-book input[type="button"]:hover, .column-book input[type="button"]:focus{
    background-color: #b18443;
    color: #ffffff;
    border-color:  #b18443;
}
.contact-form-one br{
    display: none;
}

.contact-form-one span.wpcf7-form-control-wrap {
    width: 50%;
    float: left;
    padding-bottom: 17px;
}
.contact-form-one span.wpcf7-form-control-wrap:nth-child(5){
    width: 100%;
}
.contact-form-one span.wpcf7-form-control-wrap:nth-child(1),
.contact-form-one span.wpcf7-form-control-wrap:nth-child(3){
    padding-right: 17px;
}
.contact-form-one span.wpcf7-form-control-wrap:nth-child(2),
.contact-form-one span.wpcf7-form-control-wrap:nth-child(4){
    padding-left: 17px;
}
/******latest blog start********/
.blog .site-breadcrumb .home-title {
    margin: 10px 0 30px;
}
.home-our-blog{
    margin-bottom: 70px;
    padding: 0;
}

.latest-blog-img{
    border: 1px solid #d7d7d7;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 40px;
    background: none repeat scroll 0 0 #ffffff;
}
.latest-blog-img .inner-grid img{
    width: 100%;
}
.post-meta ul{
    display: inline-block;
    vertical-align: middle;
    padding:10px 15px;
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
}
.post-meta ul li{
    list-style: none;
    float: left;
    margin-right: 5px;
    text-align: left;
    line-height: normal;
}
.post-meta ul li a,
.post-meta ul li span{
    color: #595959;
}
.post-meta ul li a:hover,.post-meta ul li a:focus{
    color: #b18443;
}
.latest-blog-inner .latest-blog-title{
    color: #212121;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 15px;
    display: inline-block;
    text-transform: capitalize;
}
.latest-blog-inner .latest-blog-title:hover, .latest-blog-inner .latest-blog-title:focus{
    color: #b18443;
}
.latest-blog-inner h3.latest-blog-title:hover, .latest-blog-inner h3.latest-blog-title:focus{
    color: #212121;
}
.latest-blog-inner {
    padding: 0 15px;
}
.attorney-detail .latest-blog-inner p {
    min-height: initial;
}
.latest-blog-inner p{
    color: #2c2c2c;
    font-size: 13px;
    line-height: 1.8;
    min-height: 140px;
}
.single .latest-blog-inner p{
    min-height: 20px;
}
.button-div {
    bottom: -20px;
    display: inline-block;
    position: absolute;
    text-align: center;
    width: 100%;
}
.button-read{
    background-color: #b18443;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 20px;
    display: inline-block;
    margin: 0 auto;
    border: 1px solid #b18443;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.button-read:hover, .button-read:focus{
    background-color: #ffffff;
    color: #545454;
}
/*testimonial*/
.testimonial-item{
    text-align: center;
}
.testimonial-person{
    display: table;
    margin: 0 auto;
}
.testimonial-item span{
    color: #ffffff;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0;
    display: inline-block;
}
.testimonial-item p{
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    padding: 0 15px;
}
.testimonial-person img{
    max-width: 99px;
    height: auto;
    background-color: #212121;
    border: 1px solid #828282;
    border-radius: 5px;
}
/*cilientele gallery*/
.cilientele-gallery.owl-carousel .owl-item img{
    width: auto;
    margin: auto;
}
/*************end******/


/****************home page end**************/

/* custom css */ 
.custom-header-img {
    text-align: center;
    width: 100%;
}
.carousel-inner .fa {
    color: #fff;
    font-size: 100px;
}

.social-widget ul li .twitter-icon:hover, .social-widget ul li .twitter-icon:focus{
    background-color:#179CA4;
}
.sidebar-widget > h3{
    border-bottom: 1px solid #d7d7d7;
    font-weight: bold;
    font-size: 16px;
    margin: 0 -31px;
    padding: 0 15px 15px;
    text-transform: uppercase;
}
.site-pagination .screen-reader-text{
    display:none;
}
.footer-logo > a{
    color: #179CA4;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}
.theme-logo > a {
    font-size: 35px;
    text-transform: capitalize;
    line-height: normal;
}
.sidebar-widget .post-date > a{
    margin-bottom:8px;
    text-align: left;
}
.footer-widget .post-date > a{
    margin-bottom:2px;
    text-align: left;
}
/* comment title */
.comment-reply-title {
    border-bottom: 1px solid #b0b0b0;
    color: #000000;    
    font-weight: bold;
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.comment-list .comment-content p{
    margin:0px;
}


/* seacrh fourm */
.sidebar-widget .searchform .screen-reader-text{
    display:none;
}
.footer-widget .search-form input[type="submit"]{   
    background-color: transparent;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    border: medium none;
    height: 21px;
    padding: 0;
    position: absolute;
    right: 10px;
    text-indent: -500px;
    top: 0px;
    width: 19px;
}
.sidebar-widget .search-form input[type="submit"]{  
 text-indent: -500px; 
}
.searchform {
    position: relative;
}
.sidebar-widget .searchform input[type="text"]{
    border: 1px solid #ddd;
    font-weight: normal;
    padding: 7px 15px;
    width: 100%;

}
.searchform input[type="text"]{
    border: 1px solid #ddd;
    font-weight: normal;
    padding: 7px 15px;

}
.searchform input[type="submit"]{
    background-color: #179CA4;
    border: medium none;
    color: #fff;
    font-weight: bold;
    padding: 7px 12px;
    text-transform: capitalize;
}
.search-formmain .search-field {
    border: 1px solid #ddd;
    font-weight: normal;
    padding: 7px 15px;
    width: auto !important;
}
.search-formmain .search-submit {
    background-color: #179ca4;
    color: #fff;
    left: 207px;
    padding: 6px;
    position: absolute;
    top: 0;
}

/* pagignation */
.page-numbers{
    border: 1px solid #000;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    padding: 7px 13px;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.page-numbers.current{
    border: 1px solid #b18443;
    color: #b18443;
}
.nav-links a.page-numbers:hover, .nav-links a.page-numbers:focus,
.post-navigation .page-numbers:hover, .post-navigation .page-numbers:focus{
    border-color: #179ca4;
    color: #179ca4;
}
.next.page-numbers {
    text-transform: uppercase;
}
.prev.page-numbers {
    text-transform: uppercase;
}
.nav-previous {
    float: left; 
    margin-bottom: 15px;
}
.nav-next {
    float: right;
    margin-bottom: 15px; 
}
.page-links{
    margin-bottom: 25px;
}
.page-links  a{
    border: 1px solid #000;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    padding: 7px 13px;
    text-align: center; 
}
.page-links > span{
    border: 1px solid #179CA4;
    color: #179CA4;
    font-weight: bold;
    font-size: 13px;
    padding: 7px 13px;
    text-align: center; 
}
.page-links-title{
    border:none !important;
}
.no-img{
    max-height: 247px;
    width:100%;
}
.site-pagination .pagination {
    margin: 0 0 20px;
}
.button-div{
    left: 0;
}
.logged-in-as a{
    color:#179CA4;
}
.spage{
    padding-top: 10px;
}
.theme-logo img {
    display: inline-block;
}
.single-post .latest-blog-img{
    margin-bottom: 25px;
}
/****************blog page start**************/
.page-article {
    display: inline-block; 
    margin-top: 50px;
    width: 100%;
    vertical-align: middle;
}
.blog-page .latest-blog-img {
    margin-bottom: 60px;
}
.blog-page .our-latest-box:nth-child(2n+1) {
    clear: both;
    position: static !important;
}
/****************blog page end**************/

/****************single-blog page start**************/
.single-blog-page .latest-blog-img, .page-template-full-width .latest-blog-img{
    padding-bottom: 0;
}
.single-blog-page .latest-blog-inner p, .page-template-full-width .latest-blog-inner p{
    margin-bottom: 10px;
}
.attorney-detail{
    margin-bottom: 35px;
}
.inner-grid{
    display: inline-block;
    line-height: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.mask .info:hover{
    color: #ffffff;
}
.mask .info{
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-recent-img .mask .info{
    font-size: 22px;
}
.inner-grid .mask, .footer-recent-img .mask{
    background: rgba(56, 156, 165, 0.7);   
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    width: 100%;
}
.inner-grid:hover .mask, .footer-recent-img:hover .mask{
    opacity: 1;
    visibility: visible;
}
.attorney-detail .inner-grid {
    margin-bottom: 15px;
}
.img-hover{
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden;
}
.img-hover img{
    overflow: hidden;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    width: 100%;
}
.our-section-box:hover .img-hover img{
    overflow: hidden;
    transform: scale(1.15, 1.15);
}
.attorneys-page .page-article{
    margin-bottom: 50px;
}
.comments-article .home-title h2 span{
    border-top: 0 none;
    font-size: 16px;
    margin-bottom: 25px;
    margin-top: 10px;
    padding-left: 128px;
    padding-right: 128px;
}
.comments-article > ol {
    display: inline-block;
    list-style: outside none none;
    padding: 0;
    margin-left: 0;
    width: 100%;
}

.comment-body {
    clear: both;
    margin-bottom: 20px;
    position: relative;
}
.comment-author {
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
}
.comment-author, .comment-content {
    padding-left: 50px;
}
.comment-author .says {
    display: none;
}
.comment-author .avatar {
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 34px;
    left: 0;
    padding: 2px;
    position: absolute;
    top:30px;
    width: 34px;
}
.comment-list{
    padding: 0;
    list-style: outside none none;
}
.comment-list .children {
    padding-left: 20px;
    list-style: outside none none;
    margin-bottom: 10px;
}
.comment-metadata {
    display: inline-block;
    padding-left: 5px;
    margin-bottom: 8px;
    width: auto;
}
.comment-body a{
    color: #212121;
}
.comment-body .reply {
    position: absolute;
    right: 5px;
    top: 0;
}
.comment-author .fn{
    color: #212121;
    font-weight: normal;
}
.comment-body a:hover,.comment-body a:focus {
    color: #b18443;
}
.comment-metadata .reply a {
    color: #212121;
    display: inline-block;
    float: right;
    text-align: right;
}
.comment-content{
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    color: #272727;
    display: inline-block;
    font-size: 13px;    
    padding: 10px;
    white-space: normal;
    width: 93%;
    margin-left: 50px;
}
.comment-form p {
    margin-bottom: 20px;
}
.comment-form label {
    display: none;
}
.comment-form .comment-form-author input, .comment-form .comment-form-email input, .comment-form-url input,.comment-form-url input[type="text"] {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #b0b0b0;
    color: #272727;
    font-size: 13px;
    padding: 10px;
    width: 100%;
}
.comment-form .comment-form-comment > textarea {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #b0b0b0;
    color: #6a6a6a;
    font-size: 13px;
    margin-top: 20px;
    padding: 10px;
    resize: vertical;
    width: 100%;
}
.comment-form-email {
    margin: auto 15px;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    float: left;
    width: 32%;
}
.comment-form-comment {
    clear: both;
}
.reply-box {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
}
.reply-box .home-title h2 span, .get-in-touch .home-title h2 span{
    border-top: 0 none;
    font-size: 16px;  
}
.reply-box .home-title, .get-in-touch .home-title{   
    margin-bottom: 40px;
}
/****************single-blog page end**************/
/***our team section***/
.home-our-section{
    margin: 0px 0 20px 0;
    padding: 0;
}
.our-section-box{
    background: #ffffff;
        
    margin-bottom: 30px;  
    width: 100%;
    vertical-align: middle;
}
.our-section-box a{
    display: inline-block;
}
.our-section-box .button-div{
    position: static;
}
.our-section-box .button-div a{
    display: inline-block;
    margin:0;
}
.our-box-right{   
    text-align: center;
    padding: 11px 10px 11px 10px;
}
.our-box-right h4{
    font-size: 16px;
    color: #212121;
    font-weight: bold;
    margin-bottom: 0;
}
.our-box-right span{
    font-size: 14px;
    color: #b18443;
    margin: 5px 0 10px 0;
    display: block;
}
.our-box-right p{
    font-size: 13px;
    color: #212121;
    line-height: 24px;
}
.contact-button{
    border: 1px solid #b18443;
    background-color: #b18443;
    padding: 10px 15px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 15px;
    display: inline;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.contact-button:hover{
    background-color: transparent;
    color: #545454;
}
.theme-logo > a {
    color: #b18443;
}
.full-width-page .latest-blog-inner{
    margin-top: 10px;
}
.full-width-page, .full-width-page .latest-blog-img {
    margin-bottom: 30px;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
}
.preloader .preloader-gif {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    animation: rotate 1s infinite linear;
}
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* media screen start */
@media screen and (max-width:1200px){
    .theme-container{
        width: 92%;
    }
}
@media (min-width: 1025px) and (max-width: 1199px){
    .banner-inner-content h1 {
        font-size: 40px;
    }
}
@media(min-width:981px) and (max-width: 1024px){
    .comment-form-email {
        margin: auto 13px;
    }
    .home-title h2 span{
        padding: 15px 40px;
    }
    .get-in-touch .home-title h2 span {  
        padding-left: 95px;
        padding-right: 95px;
    }
    .banner-inner-content h1{
        font-size: 40px;
    } 
    .bottom-header{
        text-align: center;
    }
}
@media(min-width:768px) and (max-width: 980px){
    .theme-nav > ul{
        text-align: left;
    }
    .home-title h2 span{
        padding: 15px 0;
    }
    .bottom-header{
       /* text-align: center;*/
    }
    .header-navigation{
        margin-top: 25px;
    }
}
@media(max-width:767px){
    /***menu***/
    .header-navigation{
        float: left;
        width: 100%;
    }
    .theme-nav{
        margin-top: 15px;
        width:100%;
        border-top: 1px solid #b0b0b0;
    }
    .navbar-collapse.in{
        overflow: hidden;
    }
    .theme-nav > ul{
        float:left; 
        width:100%;

    } 
    .theme-nav ul{
        margin: 10px 0px;
    }
    .theme-nav > ul li,
    .theme-nav > ul li a{
        display:inherit;
        float:left; 
        width:100%;
        margin: 0;
    }   
    .theme-nav > ul li a{      
        border:none;
        background:none;
        padding: 3px 15px;
    }
    .theme-nav ul ul li a {
        padding: 5px;
    }
    .theme-nav > ul > li > a:hover,
    .theme-nav > ul > li > a:focus,
    .theme-nav > ul > li.current-menu-item > a{
        background:none;
    }
    .theme-nav ul ul{
        position:relative;
        opacity:1;
        visibility:visible;
        border:none;
        padding-left:20px;
        float:left; 
        width:100%;
        margin-top: 0;
        left:auto;
        top:0px;
    }
    .theme-nav ul ul ul{
        right: auto;
        left: 0;
        transform: scale(1);
    }
    .theme-nav ul ul li{
        border-bottom: 0;
    }
    /***effect**/
    .theme-nav > ul > li > a:before,
    .theme-nav > ul > li > a:after{
        background: none;
    }
     /**top header**/
    .callus-part,
    .social-part,
    .top-header-email,
    .callus-part p,   
    .footer-bottom .terms,
    .footer-bottom{
        text-align: center;
        float: none;
    }
    .theme-logo{
        display: inline-block;
        width: 100%;
    }
    .theme-logo > a{
        display: inline-block;
        float: left;
    }
    .navbar-header {
        display: inline-block;
        float: right;
        margin: 8px 0;
    }
    .top-header-email,
    .our-latest-box{
        padding: 0;
    }
    .footer-bottom .terms{
        margin-top: 10px;
    }
    .social-part ul li{
        margin-top: 5px;
    }
    .social-part ul{
        padding-left: 0;  
        margin-bottom: 8px;
    }
    .callus-part p{
        margin: 0;
    }
    .banner-button a{
        padding: 8px 20px;
        font-size: 16px;
    }
    .site-pagination{
        margin-bottom: 10px;
    }

    .comments-article li > ul{
        padding-left: 15px;
    }
    .comment-img {
        padding: 0;
    }
    .wpcf7-form-control-wrap {
        display: inline-block;
        width: 100%;
    }
    .comment-form-author, .comment-form-email, .comment-form-url {
        float: none;
        margin: 0;
        width: 100%;
    }
    .comments-article .home-title h2 span, .reply-box .home-title h2 span, .get-in-touch .home-title h2 span, .site-breadcrumb .home-title span{
        font-size: 20px;
        padding-left: 5px;
        padding-right: 5px;
    }
    /*****our-section***/
    .our-box-left img{
        margin: 0 auto;
    }
    .gallarey-container{
        padding: 0;
    }
    .column-book input[type="text"]{
        width: 100%;
    }
    #appointment_name, #appointment_phone {
        margin-right: 0;
    }
    #appointment_email, #datetime {
        margin-left: 0;
    }
    /*Contact Form*/
    .contact-form-one span.wpcf7-form-control-wrap:nth-child(n){
        width: 100%;
        padding: 0 0 10px;
    }
    
    /****footer***/
    .footer-logo a{
        padding: 0 0 15px;
    }
    .site-description {
    display: inherit;
    padding-left:5px;
    }
}
@media (min-width:568px) and (max-width: 767px){
    .site-description {
    display: inherit;
    padding-left:5px;
    }
    /***our team section***/
    .attorneys:nth-child(2n+1) {
        clear: both;
    }
    .attorneys{
        float: left;
        width: 50%;
    }   
}
@media (min-width: 481px) and (max-width: 767px){
    .site-description {
    display: inherit;
    padding-left:5px;
    }
}
@media screen and (max-width: 568px){
    .site-description {
        display: inherit;
        padding-left:5px;
    }
}
@media screen and (max-width: 380px){    
    .home-page .home-title h2 span, .our-firm .home-title h2 span{
        padding: 15px 0; 
    }
}
/**==========theme media screen end==============**/



/*****************************************************************************************************************/

#mainmenu {
    float: right;
}

#mainmenu ul,
#mainmenu ul li,
#mainmenu ul li a,
#mainmenu #menu-button {
    margin: 0;
    padding: 0;
    outline: 0;
    color: #b18443;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    list-style: none;
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
}

#mainmenu ul li a{
    margin: 0;
    text-transform: uppercase;
    padding: 15px 0;
    outline: 0;
    color: #000000;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    list-style: none;
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 1px;
}

#menu-line {
    position: absolute;bottom: 0;left: 0;height: 0;background: #673AB7;
}
#mainmenu > ul > li {
    float: left;margin-right: 30px;
}
#mainmenu > ul > li > a:hover, .fixed-header.fixed #mainmenu > ul > li > a:hover, #mainmenu > ul > li > a:hover, 
.fixed-header.fixed #mainmenu > ul > li > a:hover, #mainmenu > ul > li.current-menu-item a {
    color: #b18443; background: transparent;
}
#mainmenu > ul > li:last-child {
    margin-right: 0 !important;padding-right: 0 !important;
}
#mainmenu.align-center > ul {
    font-size: 0;text-align: center;
}
#mainmenu.align-center > ul > li {
    display: inline-block;float: none;
}
#mainmenu.align-center ul ul {
    text-align: left;
}
#mainmenu.align-right > ul > li {
    float: right;
}
#mainmenu.align-right ul ul {
    text-align: right;
}
.main-logo,#mainmenu > ul > li > a,#mainmenu #menu-button {
    height: auto;
    display: inline-block;
    align-items: center; 
    text-decoration: none;
}
.on-scroll .main-logo,.on-scroll #mainmenu > ul > li > a,.on-scroll #mainmenu #menu-button {
    height: 80px;
}

#mainmenu ul > li.has-sub > a:after {
    position: relative;top: -2px;
    right: 0px;width: 6px;height: 6px;
    margin-left:5px;margin-right: 3px;
    border-bottom: 2px solid;border-right: 2px solid;
    content: ""; -webkit-transform:rotate(45deg);
    -moz-transform: rotate(45deg); -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg); transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;-moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease; -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease; transition: all ease 0.3s;
    display: inline-block;
}

/*-------------------------------*/
/*-------------------------------*/
#mainmenu ul > li.has-sub:hover > a:after {
    -webkit-transform: rotate(222deg);
    -moz-transform: rotate(222deg);
    -ms-transform: rotate(222deg);
    -o-transform: rotate(222deg);
    transform: rotate(222deg);
    transition: all ease 0.3s;
}
/*#mainmenu ul > li > a:before {
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: 14px;
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    background: #568c11;
    content: '';
    transform-origin: right top;
}*/
#mainmenu ul > li > a:hover::before, #mainmenu > ul > li.current-menu-item a:before {
    transform: scale(1, 1);
    transform-origin: left top;
}
#mainmenu ul ul {
    position: absolute;
    padding: 0px 0 0px;
    background: #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.1);
    z-index: 999;
}
#mainmenu.align-right li:hover > ul {
    right: 0;
}
ul.sub-menu .submenu-right {
    right: 100%;
}
ul.sub-menu .submenu-left {
    left: 100%;
}
#mainmenu ul ul ul {
    top: 0;
}
#mainmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#mainmenu ul ul li {
    height: 0;
    padding: 0 0px;
    margin: 0 0 0px;
    opacity: 0;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#mainmenu ul li:hover > ul > li {
    height: 40px;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
#mainmenu ul ul li a {
    min-width: 130px;
    white-space: nowrap;
    padding: 10px 15px;
    background: none;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    color: #676767;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}
#mainmenu ul ul li:hover > a,
#mainmenu ul ul li a:hover {
    color: #b18443;
}
.main-nav {
    min-height: inherit;
    border: 0;
    margin: 0;
    border-radius: 0;
}
.transparent .main-nav .logo-dark,
.transparent .main-nav.on-scroll .logo-light {
    display: none;
}
.transparent .main-nav .logo-light,
.transparent .main-nav.on-scroll .logo-dark {
    display: flex;
}
header:not(.transparent) .main-nav .logo-light {
    display: none;
}
.fixed {
    padding: 0;
    background-color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.main-logo {
    float: left;
    position: relative;
    z-index: 1;
    /*max-width: 300px;*/
}
.main-logo a img {
    width: auto;
    height: 60%
}
.fixed-header.fixed #mainmenu > ul > li > a {
    color: #ffffff;
}
.fixed-header.fixed #mainmenu ul ul {
    background: rgba(255, 255, 255, 1)
}
.transparent {
    position: absolute;
    background: transparent;
    top: auto;
    color: #ffffff;
    width: 100%;
}
.main-nav {
    opacity: 1;
    z-index: 999;
    width: 100%;
    background: transparent;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 5px;
}
.transparent .main-nav {
    box-shadow: none;
}
.main-nav.fixed-header.fixed {
    position: fixed;
    top: auto;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
}
#mainmenu #menu-button,
#mainmenu .submenu-button {
    display: none;
}
/*----//// Responsive ////----*/

@media (max-width: 1024px) {
    /*---- Home start ----*/
    /*Menu*/
    .main-logo{
        margin-bottom: 15px;
    }
    
    #menu-line {
        display: none;
    }
    #mainmenu {
        width: 100%;
        top: 0;
        position: relative;
        float: none;
    }
    #mainmenu ul {
        width: 100%;
        display: none;
        clear: both;
        position: relative;
        top: 0px;
        text-align: left;
        background: rgba(255, 255, 255, 1);
        padding: 15px 0;
        border-top: 1px solid #676767;
        margin-top: 15px;
		background-color:#f5f5f5;
    }
    #mainmenu ul li,
    #mainmenu ul ul li,
    #mainmenu ul li:hover > ul > li {
        width: 100%;
        height: auto;
        opacity: 1;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #mainmenu li:hover > ul {
        padding: 0;
    }
    #mainmenu ul li a {
        width: 100%;
        color: #676767;
    }
    #mainmenu > ul > li > a,
    .on-scroll #mainmenu > ul > li > a {
        padding: 0px;
        line-height: 30px;
        height: inherit;
        display: block;
        border-bottom: 1px solid #ccc;
    }
    #mainmenu > ul > li > a:hover,
    #mainmenu > ul > li > a.active {
        background: transparent;
    }
    #mainmenu > ul > li > a:before,
    #mainmenu ul ul li a:before,
    #mainmenu ul > li.has-sub > a:after {
        display: none;
    }
    #mainmenu > ul > li,
    #mainmenu.align-center > ul > li,
    #mainmenu.align-right > ul > li {
        float: none;
        display: block;
        z-index: 2;
    }
    #mainmenu li > ul {
        left: auto;
        background-color: transparent;
        border: none;
        border-radius: 0px;
        box-shadow: none;
    }
    #mainmenu li:hover > ul {
        left: auto;
        background-color: transparent;
        border: none;
        border-radius: 0px;
        box-shadow: none;
    }
    #mainmenu ul ul {
        position: absolute;
        left: -9999px;
        padding: 0px 0 5px;
    }
    #mainmenu ul ul li a {
        line-height: 30px;
        padding: 0 0 0 15px;
    }
    #mainmenu ul ul,
    #mainmenu ul ul ul {
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        width: 100%;
        padding: 0;
        margin: 0px 0 0px;
    }
    #mainmenu > ul > li.has-sub > a::after,
    #mainmenu ul ul li.has-sub > a::after {
        display: none;
    }
    #mainmenu #menu-button {
        font-size: 30px;
        right: 0;
        top: -60px;
        display: flex;
        align-items: center;
        position: absolute;
        cursor: pointer;
        z-index: 1111;
    }
        #mainmenu #menu-button:after{
        content: '';
        position: absolute;
        top: 20px;
        right: 5px;
        display: block;
        width: 22px;
        height: 2px;
        background: #b18443;
        -webkit-transition: all 0.3s ease-in-out 0s;
    }
    #mainmenu #menu-button.menu-opened:after{
        content: '';
        position: absolute;
        top: 26px !important;
        right: 5px !important;
        display: block;
        width: 22px;
        height: 2px;
        border-top: 2px solid #b18443;
        transform: rotate(-45deg);
        -webkit-transition: all 0.3s ease-in-out 0s;
    }
    #mainmenu #menu-button:before{
        content: '';
        position: absolute;
        top: 25px;
        right: 5px;
        display: block;
        width: 22px;
        height: 7px;
        border-top: 2px solid #b18443;
        border-bottom: 2px solid #b18443;
        -webkit-transition: all 0.3s ease-in-out 0s;
    }
    #mainmenu #menu-button.menu-opened:before{
        content: '';
        position: absolute;
        top: 25px;
        right: 7px;
        display: block;
        width: 22px;
        height: 7px;
        border-bottom: 0 !important;
        transform: rotate(45deg);
        -webkit-transition: all 0.3s ease-in-out 0s;
    }
    
    #mainmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 30px;
        width: 30px;
        cursor: pointer;
        color: #676767;
    }
    #mainmenu .submenu-button::before {
        position: absolute;
        width: 100%;
        height: 100%;
        font-size: 20px;
        z-index: 99;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #mainmenu .submenu-button.submenu-opened::before {
        content: '\f106';
    }
    .fixed-header.fixed #mainmenu > ul > li > a {
        color: #676767;
    }
}
/*-----------------------------------*/
@media (max-width:480px){
    .main-logo {
        max-width: 230px;
    }
}

.no-img{
    min-height: 200px;
    background-color: #ccc;
}

i.fa.fa-ban.fa-stack-1x {
    font-size: 60px;
    top: 46%;
}

.no-img i.fa {
    top: 46%;
    position: absolute;
    font-size: 25px;
}