/*
Theme Name: TM Builder
Theme URI: http://builder.zooka.io
Author: Zooka Team
Author URI: http://zooka.io
Description: Building & Construction WordPress Theme
Version: 1.6.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tm-builder
Tags: custom-menu, featured-images, footer-widgets

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Reset
# Repeatable Patterns
# Elements
# Typography
# Responsive images
# Alignment
# Entry Content
# Attachments
# Widgets
# Galleries
--------------------------------------------------------------*/

/**
 * Reset
 * ----------------------------------------------------------------------------
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
@font-face {
    font-family: Quicksand;
    src: url(Quicksand-Regular.otf);
    font-weight: bold;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-family: monospace;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

small {
    font-size: smaller;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 20px;
}

ul {
    list-style-type: square;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

svg:not(:root) {
    overflow: hidden;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

caption {
    font-size: 16px;
    margin: 20px 0;
}

th {
    font-weight: bold;
    text-transform: uppercase;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
}

del {
    color: #333;
}

ins {
    text-decoration: none;
}

/**
 * Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
    clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
    content: "";
    display: table;
}

/**
 * Elements
 * ----------------------------------------------------------------------------
 */

hr {
    background-color: #eaeaea;
    background-color: rgba(51, 51, 51, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 1.6em;
}

ul,
ol {
    margin: 0 0 1.6em 1.3333em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

dl {
    margin-bottom: 1.6em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.6em;
}

table,
th,
td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed; /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th, td {
    padding: 0.4em;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

figure {
    margin: 0;
}

del {
    opacity: 0.8;
}

/**
 * Typography
 * ----------------------------------------------------------------------------
 */

b,
strong {
    font-weight: 700;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    border-left: 4px solid #707070;
    border-left: 4px solid rgba(51, 51, 51, 0.7);
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    font-size: 18px;
    font-size: 1.8rem;
    font-style: italic;
    line-height: 1.6667;
    margin-bottom: 1.6667em;
    padding-left: 0.7778em;
}

blockquote p {
    margin-bottom: 1.6667em;
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote cite,
blockquote small {
    color: #333;
    font-size: 15px;
    font-size: 1.5rem;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

address {
    font-style: italic;
    margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

abbr[title] {
    border-bottom: 1px dotted #eaeaea;
    border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
    cursor: help;
}

mark,
ins {
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

/**
 * Responsive images
 * ----------------------------------------------------------------------------
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}

/**
 * Alignment
 * ----------------------------------------------------------------------------
 */
/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    color: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
    float: right;
}

div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}

/**
 * Entry Content
 * ----------------------------------------------------------------------------
 */

.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
    display: none;
}

/* Page links */
.page-links {
    clear: both;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 2.2;
    margin: 20px 0;
    text-transform: uppercase;
}

.page-links a,
.page-links > span {
    background: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
    background: #fff;
    color: #000;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
    background: none;
}

.page-links .page-links-title {
    background: transparent;
    border: none;
    margin-right: 20px;
    padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
    background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}

/**
 * Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
    background-color: #e8e5ce;
    margin: 0;
    padding: 0;
}

.attachment .entry-header {
    margin-bottom: 0;
    max-width: 1040px;
    padding: 30px 0;
}

.attachment .entry-title {
    display: inline-block;
    float: left;
    font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
    margin: 0;
}

.attachment .entry-title:before {
    content: "\f416";
    font-size: 32px;
    margin-right: 10px;
}

.attachment .entry-meta {
    clear: none;
    color: inherit;
    float: right;
    max-width: 604px;
    padding: 9px 0 0;
    text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
    max-width: 104px;
}

.attachment footer.entry-meta {
    display: none;
}

.attachment-meta:before {
    content: "\f307";
}

.full-size-link a:before {
    content: "\f402";
}

.full-size-link:before {
    content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
    color: #ca3c08;
}

.attachment .entry-content {
    background-color: #fff;
    max-width: 100%;
    padding: 40px 0;
}

.image-navigation {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
}

.image-navigation a:hover {
    text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
    position: absolute;
    top: 50px;
}

.image-navigation .nav-previous {
    left: 0;
}

.image-navigation .nav-next {
    right: 0;
}

.image-navigation .meta-nav {
    font-size: 32px;
    font-weight: 300;
    vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
    margin: 0 auto;
    max-width: 724px;
    text-align: center;
}

.attachment .entry-attachment .attachment {
    display: inline-block;
}

.attachment .entry-caption {
    text-align: left;
}

.attachment .entry-description {
    margin: 20px auto 0;
    max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
    margin: 0;
}

.attachment .site-main .sidebar-container {
    display: none;
}

.attachment .entry-content .mejs-audio {
    max-width: 400px;
    margin: 0 auto;
}

.attachment .entry-content .wp-video {
    margin: 0 auto;
}

.attachment .entry-content .mejs-container {
    margin-bottom: 24px;
}

/**
 * Widget
 * ----------------------------------------------------------------------------
 */

/* Search widget */

/* RSS Widget */
.widget_rss .rss-date {
    display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
    color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
    border: 0;
    border-collapse: separate;
    border-spacing: 1px;
}

.widget_calendar caption {
    font-size: 14px;
    margin: 0;
}

.widget_calendar th,
.widget_calendar td {
    padding: 0;
    text-align: center;
}

.widget_calendar a {
    display: block;
}

.widget_calendar a:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
    background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
    background-color: transparent;
}
.copyright .center {
    text-align: center;
    color: #9b93b2;
    line-height: 1.6em;
    padding-top: 1.8%;
    padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 1200px) {
    blockquote,
    q {
        -webkit-hyphens: none;
        -moz-hyphens: none;
        -ms-hyphens: none;
        hyphens: none;
        quotes: none;
    }

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: "";
        content: none;
    }

    blockquote {
        font-size: 18px;
        margin: 24px 40px;
    }

    blockquote blockquote {
        margin-right: 0;
    }

    blockquote cite,
    blockquote small {
        font-weight: normal;
        display: block;
        font-size: 11px;
        color: #000;
        margin-top: 20px;
    }

    blockquote em,
    blockquote i {
        font-style: normal;
        font-weight: 300;
    }

    blockquote strong,
    blockquote b {
        font-weight: 400;
    }
}

/**
 * Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
    margin-bottom: 1.6em;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* Google map */
#map-canvas img {
    max-width: none;
}


/*ABOUT US ---------------------------*/
.aboutus-container{
	background-repeat: no-repeat;
    background-size: 100% auto;
}

.aboutus-col{
    margin: 0 auto;
}

.aboutus-container h2{
	font-size: 35px;
	letter-spacing: 2px;
    font-family: Quicksand!important;

}
.aboutus-container p {
	font-size: 17px;
    line-height: 1.8em;
    text-align: center;
    color: #070707;
    font-family: Quicksand;
}

.aboutus-container .vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    color: #191241  !important; 
    background-color: transparent !important;
    padding-bottom: 0px;
    letter-spacing: 2px;
    margin-top: 3%;
    background: url(/wp-content/uploads/2018/08/advocate-saeed-buttons-02-1.png);
    height: 50px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
	
}
#site-navigation .menu > ul > li > a, #site-navigation .menu > li > a, .search-box i:before, .search-box i:after {
    color: #0b0b0b;
}
/*---------------------------*/
/*OUR EXPERTICE ---------------------------*/
.our-expert-container{
	background-repeat: no-repeat;
    background-size: 100% auto;
}
.our-expert-col{
    margin: 0 auto;
}
.our-expert-container h2{
	font-size: 35px;
	letter-spacing: 2px;
        font-family: Quicksand!important;
        padding-bottom: 0.5em;
}
.our-expert-container p {
	    font-size: 16px;
    padding: 10px;
    line-height: 1.6em;
}

.expert-container{
	width:100%;
}
.expert-image{
  opacity: 0.5;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
    border-radius: 100%;
    height: 110px;
    width: 191px;
    margin: 0 auto;
}
.inner-text{
	font-weight: bolder;
	margin-top:-10px;
}
.middle-text {
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 20px
}

#first-exp-img:hover{
	opacity: 1;	
}
#first-exp-text:hover{
	
}
#second-exp-img:hover{
	opacity: 1;	
}
#second-exp-text:hover{
	
}
#third-exp-img:hover{
	opacity: 1;	
}
#third-exp-text:hover{
	
}
#fourth-exp-img:hover{
	opacity: 1;	
}
#fourth-exp-text:hover{
	
}

.exp-info p {
	margin-top: -20px;
	font-size: 15px;
	padding: 35px;
	line-height:1.5em;
}

.btn-expert{
	color: #fff !important;
      padding-top: 0px;
    padding-bottom: 0px;
    letter-spacing: 2px;
    margin-top: 3%;
    background: url(/wp-content/uploads/2018/08/advocate-_buttonwhite.png);
    height: 50px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
		
}

.button .btn-expert:hover {
	color: #FFF !important;
	
		
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid #012e6900 !important;
    color: #012E69;
    cursor: pointer;
    padding: 15px 20px;
    width: auto;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.btn-center{
	width:100%;
	text-align:center;
}

/*---------------------------*/
.vc_column_container,.standforyou{
	    padding-left: 50px;
 }



#ntxt, #etxt, #ptxt{
	color: #191241 !important;
	border: none !important;
}

#telltxt{
	color: #191241 !important;
	border: none !important;
	
}

.text-box{
	color: #bac3c3;
	border: none;
    border-radius: 4px;
    height: 45px;
    width: 230px;
    padding: 25px;
}

.log-form{
	margin-top: 45px;
}

.mybutton{
	background-color:transparent !important;
	color: #fff!important;
    border: 0px solid #FFF!important;
    border-radius: 0px!important;
    height: 50px!important;
    width: 80px!important;
	background-image: url("/wp-content/uploads/2018/08/btn-back.png");
	 background-repeat: no-repeat;
    
}
  #stand-heading  {
    color: #7d7994;
    text-align: center;
    font-family: Quicksand;
    font-weight: 400;
    font-style: normal;
    font-size: 28px !important;
    margin-top: 10px !important;
	}


.copyright {
    overflow: hidden;
    line-height: 1;
    padding-top: 4px !important;
	padding-bottom: 0px !important;
}
.copyright {
    color: #7d7994;
    background-color: #191241;
    font-family: Quicksand;
    font-size: 15px;
    text-transform: uppercase;
}

.textwidget.custom-html-widget{font-family: Quicksand;}

.textwidget{font-family: Quicksand; font-size: 13px;}
.footer_makdi{padding-left: 13px;}

.site-footer .widget-title {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px!important;
    font-size: 20px;
    font-weight: normal !important;
}
.site-footer .widget-title span {
    position: relative;
    display: inline-block;
    padding: 10px 10px 10px 0px;
    font-family: Quicksand;
    font-weight: 600;
	font-size: 16px;
}
.site-footer .col-md-4 {
    margin-bottom: -5px !important;
    border-left: 2px solid #b2b0c087 !important;
}

.site-footer a {
    color: #000000 !important;
}

.carousel {
	position:relative
}
.carousel {
    background: #191241!important;
    padding: 1px;
    text-align: center;
}
.carousel .item {
    min-height: 100% !important;
}
.carousel-inner {
   position: relative;
    width: 100%;
    overflow: hidden;
    font-size: 20px;
    color: white;
    letter-spacing: 1px;
   font-family: Quicksand;
		
}
.carousel-inner>.item {
	position:relative;
	display:none;
-webkit-transition:.6s ease-in-out left;
-o-transition:.6s ease-in-out left;
transition:.6s ease-in-out left
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img {
	line-height:1
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner>.item {
-webkit-transition:-webkit-transform .6s ease-in-out;
-o-transition:-o-transform .6s ease-in-out;
transition:transform .6s ease-in-out;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
-webkit-perspective:1000px;
perspective:1000px
}
.carousel-inner>.item.active.right, .carousel-inner>.item.next {
left:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
.carousel-inner>.item.active.left, .carousel-inner>.item.prev {
left:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
left:0;
-webkit-transform:translate3d(0, 0, 0);
transform:translate3d(0, 0, 0)
}
}
.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
	display:block
}
.carousel-inner>.active {
	left:0
}
.carousel-inner>.next, .carousel-inner>.prev {
	position:absolute;
	top:0;
	width:100%
}
.carousel-inner>.next {
	left:100%
}
.carousel-inner>.prev {
	left:-100%
}
.carousel-inner>.next.left, .carousel-inner>.prev.right {
	left:0
}
.carousel-inner>.active.left {
	left:-100%
}
.carousel-inner>.active.right {
	left:100%
}
.carousel-control {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:15%;
	font-size:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0, 0, 0, .6);
	background-color:rgba(0, 0, 0, 0);
	filter:alpha(opacity=50);
	opacity:.5
}
.carousel-control.left {
	background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image:-o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image:linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat:repeat-x
}
.carousel-control.right {
	right:0;
	left:auto;
	background-image:-webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image:-o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image:-webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image:linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat:repeat-x
}
.carousel-control:focus, .carousel-control:hover {
	color:#fff;
	text-decoration:none;
	filter:alpha(opacity=90);
	outline:0;
	opacity:.9
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position:absolute;
	top:50%;
	z-index:5;
	display:inline-block;
	margin-top:-10px
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
	left:50%;
	margin-left:-10px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right:50%;
	margin-right:-10px
}
.carousel-control .icon-next, .carousel-control .icon-prev {
	width:20px;
	height:20px;
	font-family:serif;
	line-height:1
}
.carousel-control .icon-prev:before {
	content:'\2039'
}
.carousel-control .icon-next:before {
	content:'\203a'
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 0%;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.entry-content ol, .entry-summary ol, .page-content ol, .comment-content ol {
    margin-left: 0% !important;
}
.carousel-indicators li {
	display:inline-block;
	width:10px;
	height:10px;
	margin:1px;
	text-indent:-999px;
	cursor:pointer;
	background-color:#000\9;
	background-color:rgba(0, 0, 0, 0);
	border:1px solid #fff;
	border-radius:10px
}
.carousel-indicators .active {
	width:12px;
	height:12px;
	margin:0;
	background-color:#fff
}
.carousel-caption {
	position:absolute;
	right:15%;
	bottom:20px;
	left:15%;
	z-index:10;
	padding-top:20px;
	padding-bottom:20px;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 2px rgba(0, 0, 0, .6)
}
.carousel-caption .btn {
	text-shadow:none
}
@media screen and (min-width:768px) {
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
width:30px;
height:30px;
margin-top:-10px;
font-size:30px
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
margin-left:-10px
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
margin-right:-10px
}
.carousel-caption {
right:20%;
left:20%;
padding-bottom:30px
}
.carousel-indicators {
bottom:-39px;
}
}


ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.wpb_text_column li {
    list-style: none;
    margin-bottom: 0px !important;
}
.carousel .item img{
    margin: 0 auto; 
}
.bs-example{
	margin: 20px;
}
@media screen and (max-width: 74.9375rem){
.site-branding {
    padding: 14px 0px 15px 15px;
}
	.ow-button-base {
    margin-top: 7%;
    margin-bottom: 7%;
}
.site-footer {
   
    background-color: #ffffff !important;
}
.site-footer .col-md-4 {
    margin-bottom: -5px !important;
    border-left: 0px solid #b2b0c087 !important;
}
	.thememove_testimonials .avatar {
    float: right !important;
    margin-right: 0px!important;
    width: 100%;
}
	h3.bordofdirect {
    color: #191241;
    text-align: left;
    font-family: Quicksand;
    font-weight: 600;
    font-style: normal;
    font-size: 24px !important;
}
	h3.bordofdirect::after {
    background-color: #191241;
    content: " ";
    display: inline-block;
    height: 2px;
    margin: 0px -2px 19px!important;
    width: 100% !important;
}
}

.wpcf7-form [class*='col-'] {
    padding: 5px 4px !important;
}
.btn.alt:before, .cart_list .button.wc-forward, .eg-infinity-features-element-26 span, .btn span, input[type="submit"], .woocommerce input[type="submit"] {
    background-color: #ffffff;
    margin: 0 auto;
    display: block;
    margin-top: 3%;
}
h3.bordofdirect{    color: #191241;
    text-align: left;
    font-family: Quicksand;
    font-weight: 600;
    font-style: normal;
    font-size: 27px !important;
}

h3.bordofdirect::after {
        background-color: #191241;
    content: " ";
    display: inline-block;
    height: 2px;
    margin: 0px 26px 5px;
    width: 63%;
}
#site-navigation .menu > ul > li, #site-navigation .menu > li {
    padding: 0px 5px 0px 5px;
    margin: 0px 0px 0px 8px;
    font-family: Quicksand;
    color: #4b4949;
    text-transform: uppercase;
}
#site-navigation .menu > ul > li > a, #site-navigation .menu > li > a, .search-box i:before, .search-box i:after {
    color: #998c8c;
}
span.walid_kantari{
    color: #191241;
    text-align: left;
    font-family: Quicksand;
    font-weight: 500;
    font-style: normal;
    font-size: 22px;
    line-height: 2em;
}
div.bordofdirect_text{    
    color: #070707;
    text-align: justify;
    font-family: Quicksand;
    font-weight: 400;
    font-style: normal;
	font-size: 14px;
    line-height: 22px;}

.owl-controls .owl-dot.active {
    background-color: #1a1243!important;
}
.owl-controls .owl-dot {
    position: relative;
    z-index: 99;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
    background-color: rgba(22, 21, 21, 0.4)!important;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.thememove_testimonials .avatar {
    float: right !important;
    margin-right: 0px!important;
}
.thememove_testimonials blockquote:before {
    content: "\f10d" !important;
    font-size: 0px !important;
    position: relative;
    top: 30px;
    left: 0px;
    width: 0px;
    height: 0px;
    line-height: 0px;
    text-align: center;
    color: #DDDDDD;
}
.thememove_testimonials blockquote {
    margin: 0 0 30px 0;
    padding: 30px 30px 30px 0px !important;
    background: #fff;
    color: #999999;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    border: none;
    position: absolute;
    width: 65%;
}
.thememove_testimonials .owl-controls {
    margin-top: -25px!important;
}
#site-navigation .menu > ul > li, #site-navigation .menu > li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    line-height: 1;
    font-weight: bold;
    font-size: 14px;
}
.site-footer a {
    color: #000000;
}
.site-footer a:hover {
    color:#1a1243 !important;
}
.btn.alt:before, .cart_list .button.wc-forward, .eg-infinity-features-element-26 span, .btn span, input[type="submit"], .woocommerce input[type="submit"] {
    background-color: #ffffff;
    font-weight: bold;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover {
    color: #fff;
    border: 1px solid #012E69;
    background-color: #012e6900 !important;
}
.practice-div{
    background-color: #ffffff;
}
.ourexperty{    
	color: white;
    text-align: center;
    line-height: 1.8em;
    font-size: 17px;
    font-family: Quicksand;}
.advocate_about{
	text-align: justify;
    line-height: 2em;
    font-size: 16px;
    color: #000;
	font-family: Quicksand;
}
.site-footer, .copyright .right {
    color: #191241;
    border-top: 2px solid!important;
}
.vc_custom_1438421510815 {
    margin-bottom: 20px !important;
    border-right: 1px solid #e5e5e5;
}
.footer_makdi1{margin-left: 6%;
    font-size: 20px;
    line-height: 1.8em;
    font-weight: 500;
    color: #000;
}
.team_blogs .thumbnail {
    background: 0 0;
    border: 0;
    border-radius: none;
    padding: 0;
    cursor: pointer;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
@media (min-width: 1025px){
.team_blogs .profile-box {
    display: block!important;
}
}
@media (min-width: 1025px){
.team_blogs .profile-box-mobiletab {
    display: none!important;
}
}
.team_blogs .thumbnail .caption {
    padding: 0;
    min-height: 55px;
}
.team_blogs .caption h4 {
    background: #ccc;
    margin-bottom: 25px;
    margin-top: 0;
    padding: 10px;
    color: #fff;
    min-height: 60px;
    text-align: left !important;
}
.team_blogs h4 {
    font-family: "Work Sans";
    text-align: center;
    font-size: 18px;
    color: #1B1B1B;
    font-weight: normal;
    margin-bottom: 2px;
}
.wpb-js-composer .vc_tta.vc_tta-shape-round .vc_tta-panel-body, .wpb-js-composer .vc_tta.vc_tta-shape-round .vc_tta-panel-heading {
    border-radius: 0em !important;
}

.vc-hoverbox-inner :last-child {
    margin-bottom: 0;
    font-size: 15px;
    background: white;
	    padding: 3px;
}

.ow-button-base{margin-top: 7%;}
.ow-button-base a {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.15em;
    padding: 0.8em 0.8em;
    background: #22345e;
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#141f39),color-stop(1,#22345e));
    background: -ms-linear-gradient(bottom,#141f39,#22345e);
    background: -moz-linear-gradient(center bottom,#141f39 0%,#22345e 100%);
    background: -o-linear-gradient(#22345e,#141f39);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#22345e', endColorstr='#141f39', GradientType=0);
    border: 1px solid;
    border-color: #10192d #0e1526 #0a0f1b #0e1526;
    color: #fff!important;
    -webkit-border-radius: .25em;
    -moz-border-radius: .25em;
    border-radius: .25em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.065);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2) , 0 1px 2px rgba(0,0,0,.065);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.065);
    text-shadow: 0 1px 0 rgba(0,0,0,.05);
}
.ow-button-base a:HOVER {

	color:white !important;
}
.container-fullcopy.rightbox{
	 background: #1a1241;
    color: #efeaea;
    font-size: 12px;
    line-height: 3.5em;
	font-family: Quicksand;
    
} 
.site-footer .menu li {
    display: inline-block;
    width: 50%;
}
.box{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.box:after{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,63,91,0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.box:hover:after{
    opacity: 1;
}
.box img{
    width: 100%;
    height: auto;
}
.box .box-content{
    width: 100%;
    background: #1a1241;
    padding: 10px 0;
    color: #fff;
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
.box:hover .box-content{
    bottom: 0;
}
.box .title{
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    color: white;
}
.box .post{
    display: block;
    font-size: 15px;
    text-transform: capitalize;
}
.box .social{
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.box .social li{
    display: inline-block;
    margin-right: 7px;
    position: relative;
    transform: translateY(-100px);
    transition: all 0.5s ease 0s;
}
.box:hover .social li:first-child{
    transition-delay: 0.5s;
}
.box:hover .social li:last-child{
    transition-delay: 0.8s;
}
.box .social li:before{
    content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background: #f1e7c3;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.box:hover .social li{
    transform: translateY(0);
}
.box .social li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #f1e7c3;
    font-size: 20px;
    font-weight: 700;
    color: #003f5b;
    margin-top: 50px;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.box:hover .social li a{
    opacity: 1;
}
.box .social li a:hover{
    background: #1a1241;
    color: #fff;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
#muharrami:hover {
   background-image: url('/wp-content/uploads/2018/09/Ranya-rizk.png');
}

.aboutus-container .vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat{
    color: #191241 !important;
    background-color: transparent !important;
    padding-bottom: 0px;
    letter-spacing: 2px;
    margin-top: 3%;
    background: url(/wp-content/uploads/2018/08/advocate-saeed-buttons-02-1.png);
    height: 50px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.vc_btn3-style-flat:hover {
    background: url(/wp-content/uploads/2018/09/advocate-saeed-buttons-02hover.png);
}
   

.intro{
  width:100%;
  height:30px;
}
.intro h1{
  font-family:'Oswald', sans-serif;
  letter-spacing:2px;
  font-weight:normal;
  font-size:14px;
  color:#222;
  text-align:center;
  margin-top:10px;
}
.intro a{
  color:#e74c3c;
  font-weight:bold;
  letter-spacing:0;
}
.intro img{
  width:20px;
  heght:20px;
  margin-left:5px;
  margin-right:5px;
  position:relative;
  top:5px;
}

*{margin:0;padding:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}

.button-1{
  width: 200px;
    height: 50px;
    border: 2px solid #191241;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    /* margin: 0 0 40px 0; */
    margin: 0 auto;
    display: block;
    border-radius:5px;
}
.button-1 a{
  font-family:arial;
  font-size:16px;
  color:#34495e;
  text-decoration:none;
  line-height:50px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-1{
  width:200px;
  height:50px;
  top:-2px;
  right:-210px;
  background:#191241;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-1:hover .eff-1{
  right:0;
}
.button-1:hover a{
  color:#fff;
}

.button-2{
  width:200px;
  height:50px;
  border:2px solid #fff;
  text-align:center;
  cursor:pointer;
  position:relative;
  box-sizing:border-box;
  overflow:hidden;
  margin:0 auto;
  border-radius:5px;
}
.button-2 a{
  font-family:arial;
  font-size:16px;
  color:#fff;
  text-decoration:none;
  line-height:30px;
  transition:all .5s ease;
  z-index:2;
  position:relative;
}
.eff-2{
  width:200px;
  height:50px;
  top:-50px;
  background:#fff;
  position:absolute;
  transition:all .5s ease;
  z-index:1;
}
.button-2:hover .eff-2{
  top:0;
}
.button-2:hover a{
  color:#191241;
}



h1{
  font-family: 'Oswald', sans-serif;
  font-weight:normal;
  font-size:24px;
  color:#34495e;
  text-align:center;
  margin:0 auto 40px 0;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
   margin: 10% auto;
    padding: 20px;
    background: #fff;
    border-radius: 0px;
    width: 50%;
    position: relative;
    transition: all 5s ease-in-out;
    border: 7px solid #181540;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #181540;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.textpopos{
	 text-align: justify;
    line-height: 1.8em;
    color: #000;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #fff !important;
}
@media screen and (max-width: 767px){
  .box{
    width: 100%;
  }
	.thememove_testimonials blockquote {
    margin: 0 0 30px 0;
    padding: 30px 30px 30px 0px !important;
    background: #fff;
    color: #999999;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    border: none;
    position: relative !important;
    width: 100% !important;
}
  .popup{
    width: 70%;
  }
	.vc-hoverbox-wrapper.vc-hoverbox-align--center {
    text-align: center;
    margin-bottom: 4%;
}
	.mobile-menu > ul li a, #mobile-menu > ul li a {
    display: block;
    font-size: 18px!important;
    letter-spacing: 0;
    line-height: 1;
    padding: 15px 0;
    color: #060606;
    border-bottom: 1px solid #eee;
    text-transform: uppercase;
}
	.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    height: 100%;
}
}
.fa-code-fork:before{
    color: #0000;
    background: url(/wp-content/uploads/2018/09/commercial-law.png);
    width: 20px;
    height: 20px;
    background-position: 12% 54%;
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 41px;
}
.fa-compass:before{
    color: #0000;
    background: url(/wp-content/uploads/2018/09/real-estate-1.png);
    width: 20px;
    height: 20px;
    background-position: 12% 54%;
    background-repeat: no-repeat;
    vertical-align: middle;
    
}
.fa-database:before{
    color: #0000;
    background: url(/wp-content/uploads/2018/09/financial-1.png);
    width: 20px;
    height: 20px;
    background-position: 12% 54%;
    background-repeat: no-repeat;
    vertical-align: middle;
    
}
.fa-group:before, .fa-users:before{
    color: #0000;
    background: url(/wp-content/uploads/2018/09/employment.png);
    width: 20px;
    height: 20px;
    background-position: 12% 54%;
    background-repeat: no-repeat;
    vertical-align: middle;
   
}
.fa-graduation-cap:before, .fa-mortar-board:before{
    color: #0000;
    background: url(/wp-content/uploads/2018/09/corporate-law.png);
    width: 20px;
    height: 20px;
    background-position: 12% 54%;
    background-repeat: no-repeat;
    vertical-align: middle;
    
} 
.fa-window-restore:before{
    color: #0000;
    background: url(/wp-content/uploads/2018/09/private-client.png);
    width: 20px;
    height: 20px;
    background-position: 12% 54%;
    background-repeat: no-repeat;
    vertical-align: middle;
    
}
.fa-sitemap:before{color: #0000;
    background: url(/wp-content/uploads/2018/09/arbitration.png);
    width: 20px;
    height: 20px;
    background-position: 12% 54%;
    background-repeat: no-repeat;
    vertical-align: middle;
   } 
.fa-snowflake-o:before{color: #0000;
    background: url(/wp-content/uploads/2018/09/litigation.png);
    width: 20px;
    height: 20px;
    background-position: 12% 54%;
    background-repeat: no-repeat;
    vertical-align: middle;
    }
 .header01 #site-navigation .menu > li a {
    padding: 24px 0;
    display: inline-block;
}
#meta-2{display:none;}

#recent-comments-2{display:none;}
#menu-item-2422 p.textconsultant_button{
	 text-align: center;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 0.4em;
}
.mobile-menu > ul li a p{
    margin-bottom: 0!important;
}