/*
Theme Name: mandour
Theme URI: https://underscores.me/
Author: Underscores.me
Author URI: https://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mandour
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
mandour is based on Underscores https://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks slito the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
        ## Links
        ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
        ## Posts and pages
        ## Comments
# Infinite scroll
# Media
        ## Captions
        ## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*@font-face {
    font-family: "Trebuchet MS", sans-serif;
    src: url('assets/fonts/Trebuchet MS.ttf')  format('truetype');
}
@font-face {
    font-family: 'Myriad Pro Condensed';
    src: url('assets/fonts/Myriad Pro Condensed.eot');
    src: local('☺'), url('assets/fonts/Myriad Pro Condensed.woff') format('woff'),
        url('assets/fonts/Myriad Pro Condensed.ttf') format('truetype'),
        url('assets/fonts/Myriad Pro Condensed.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro Light Condensed';
    src: url('assets/fonts/Myriad Pro Light Condensed.eot');
    src: local('☺'), url('assets/fonts/Myriad Pro Light Condensed.woff') format('woff'),
        url('assets/fonts/Myriad Pro Light Condensed.ttf') format('truetype'),
        url('assets/fonts/Myriad Pro Light Condensed.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro Regular';
    src: url('assets/fonts/Myriad Pro Regular.eot');
    src: local('☺'), url('assets/fonts/Myriad Pro Regular.woff') format('woff'),
        url('assets/fonts/Myriad Pro Regular.ttf') format('truetype'),
        url('assets/fonts/Myriad Pro Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Cond';
    src: url('assets/fonts/MyriadPro-Cond.eot') format('embedded-opentype');
    src:  url('assets/fonts/MyriadPro-Cond.otf')  format('opentype'),
        url(assets/fonts/MyriadPro-Cond.woff) format('woff'),
        url('assets/fonts/MyriadPro-Cond.ttf')  format('truetype'),
        url('assets/fonts/MyriadPro-Cond.svg#MyriadPro-Cond') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/********************************************General Classes*******************/

.footer,
.footer-bottom,
.sectiondata.sectiondata1 {
content-visibility: auto;
}

.row {
    margin-right: 0;
}

.postbox{
    border-right: 1px solid #000;
}
.row .postbox:last-child{
    border-right:0;
}
#post-16 h3 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
img{
    height: auto;
}
body{
    margin: 0 auto;
    overflow-x: hidden;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    color:#000;
}
div.#content{
    background: #e0e0e0;
}
.paddinglr0{
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.margin0auto{
    margin: 0 auto!important;
    float: none!important;
}
.margin0{  margin: 0px!important; }
.paddinglr15{
    padding-left: 15px!important;
    padding-right: 15px!important;
}
.paddingtb10{
    padding-bottom: 10px;
    padding-top: 10px;
}
.paddingtb20{
    padding-top: 20px;
}
.paddingtb30{
    padding-bottom: 30px;
    padding-top: 30px;
}
.whitecolor{ color: #fff!important; }
.blackcolor{ color: #000!important; }
.mehroncolor{ color:#7C2929!important; }
.fontbold{ font-weight: bold; }
h2, .h2, h3, .h3{

    line-height: 28px;
    font-size: 26px;
    color: #006699;
    padding: 10px 0px 5px 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    text-align: left;
    /*font-family: "Trebuchet MS", Arial, sans-serif;*/
    text-transform: uppercase;
}

h3, .h3{

    line-height: 22px;
    font-size: 16px;
    color: #7c2929;
}
.hiddenoverflow{   overflow: hidden; }
.grey{
    color:#666;
}
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 10px 10px 0;
}

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

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/**************************************Header**********************************/
.header{
    background-color: #DBDBDB;
}
.main-nav{
    background-color: #006699 !important;
    border-color: transparent!important;
    border-radius: 0px!important;
    margin-bottom: 0px!important;
    min-height: auto;
}
li#menu-item-7022 a {
    padding-right: 0;
}
.main-nav ul li a {
    color: #fff!important;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 1.7vw;
    line-height: 15px;
    font-size: 1em;
}
.main-nav ul li ul.dropdown-menu li a{
    float: none;
    width: 180px;
    line-height: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 12px;
    text-transform: none;
    border-right: none;
    padding: 4px 10px;
    text-shadow: none;
    background: #006699;
    color: #eee;
}

.blue{
    color:#006699!important;
}
.active a{
    background-color: transparent!important;
}
.postbox h5 {
    color: #7c2929;
    display: block;
    font-weight: bold;
    font-size: 11px;
}
.page-content h4{
    color:#006699!important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.content-section h4{
    color:#006699!important;
}
.dropdown ul li{
    border-bottom: 1px solid #000;
}
.dropdown ul li a{
    font-size: 12px;
}
.dropdown ul li a:hover{
    background-color:  #e2e2e2!important;
}
span.gfield_required {
    display: none;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0px !important;
    padding-top: 0;
}
.content-disc.single-post-page {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.content-container{
  width: 100%;
}
.home_page .content-container{
    padding: 35px 0 ;
    min-height: 700px;
}
.content-disc{
	height: auto !important;
	padding-left: 75px;
}
.page-right-side {
    padding-left: 50px;
    padding-right: 75px;
}
.col-sm-2.content-disc.page-left-side {
    border-left: 0;
}
.slider{
    border: none;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
}
.section-heading,.section-heading-2,.section-heading-3{
	margin:0px!important;
	padding-left: 30px;
	padding-right:30px;
	padding-top:9px;
	background-color: #006699 !important;
	font-size: 19px;
	line-height: 1.1;
	position: relative;
	z-index: 100;
	text-transform: uppercase;
}
.menu-services {
    width: 100%;
    background-color: #006699;
    color: #fff;
    padding: 0 0;
    background-image: url(images/Layer-3.jpg);
    background-position: 0 0 ;
    background-repeat: repeat;
}
.menu-services.blogsidebarservicess{
    width: 100%;
}
.menu-services.blogsidebarservicess .widget-title {
    background: #171413 !important;
    margin: 0;
    padding: 0 10px;
    font-size: 2em;
    line-height: normal;
    text-align: center;
    font-weight: 500;
    color: #fff !important;
}
ul#menu-service {
    width: 80%;
    max-width: 370px;
    margin-bottom: 0;
    font-weight: normal;
    padding: 20px 0!important;
    margin: 0 auto !important;
}
ul#menu-service li a {
    color: #fff !important;
}
body .menu-services .section-heading {
    background: #171413 !important;
    margin: 0;
    padding: 10px;
    font-size: 2em;
    text-align: center;
    font-weight: 500;
}
.menu-services.blogsidebarservicess ul {
    margin: 0;
    padding: 20px 35px;
}
.menu-services.blogsidebarservicess ul a {
    color: #FFF;
    line-height: 30px;
}
body .menu-services .section-heading:after, .menu-services.blogsidebarservicess .widget-title:after
{
    position: relative;
    content: none;
}
.section-heading-3{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.post-section-heading{
	position: relative;
	margin:0!important;
	padding:10px 30px;
	background-color: #006699 !important;
	font-size: 19px;
	line-height: 1.1;
}
.fee-section-heading{
    margin:0 !important;
    padding:10px 10px;
    background-color: #006699!important;
    font-size: 14px;
    line-height: 1.1;
    position: relative;
    font-weight: boldM
}
.fee-content h4{
    font-size:14px!important;
    color:#000!important;
    font-weight: bold!important;
    text-transform: none!important;
}
.content-section-description{
    background-color: #E0E0E0!important;
}
.service-navigation,.page-content-description{
    background-color: #E0E0E0!important;
}
.services-nav{
    padding:10px 0px 10px 15px!important;

}
.services-nav li{
    list-style: none;
	line-height: 25px;
}
.services-nav li a{
    margin-bottom: 10px;
    font-size: 20px;
    font-weight:700;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.services-nav li a:hover{
    color:#006699;
    font-weight: 900;
}
.services-nav li{
    margin-bottom: 15px;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
    display: block;
}
.services-nav li ul li{
    margin-bottom: 0;
}
.services-nav .parent-link ul li a{
    color: #000;
    font-weight: 500;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.services-nav .parent-link ul li a:hover{
    font-weight: 900;
}
.services-nav .parent-link a{
    color:#660000!important;
     line-height: 36px;
}
.side-contact{
    margin: 0px!important;
    padding:10px 30px;
    background-color: #006699;
    color:#fff;
    font-size: 19px;
    line-height: 1.1;
    position: relative;
    font-weight: 400;
    /*font-family: "Myriad Pro Light Condensed", Helvetica, Arial, sans-serif;*/
    text-transform: uppercase;
}
.right-sidebar-heading,.right-sidebar-sub-heading{
    font-size: 20px;
    color: #660000;
    margin-bottom: 0;
    font-weight:bold;
    /*font-family: "MyriadPro-Cond", Helvetica, Arial, sans-serif;*/
    padding-left: 20px;

}
.row.postarea {
    padding-left: 20px;
}
.right-side-content .post {
    padding-left: 0px;
    font-size: 11px;
    color: #000;
}
.postcontent a {
    color: #7c2929;
    font-weight: bold;
}
.right-sidebar-sub-heading{
    font-weight: 400;
    color:#000;
    margin-bottom: 10px;
    /*font-family: "Myriad Pro Light Condensed", Helvetica, Arial, sans-serif;*/
    padding-bottom: 30px;
}
.form-sub-title{
    font-size: 16px;
}
/*.sidebarform label{
    display: none!important;
}*/
.sidebarform .sb-gf .small{
    width:100%!important;
}
.sidebarform h3{
    font-size:22px;
    color:#7C2929;
    font-weight: bold;
    /*font-family: 'Myriad Pro Light Condensed', Helvetica, Arial, sans-serif;*/
    text-transform: none !important;
}
.sidebarform a{
    text-transform:none !important;
}
.sidebarform .form-sub-title{
    font-size: 19px;
    /*font-family: "Myriad Pro Light Condensed", Helvetica, Arial, sans-serif;*/
}
.sidebarform .gform_wrapper .math_small input{
    width:100%!important;
}
.sidebarform  .gform_footer{
    text-align: center;
}
.sidebarform  .gform_footer .button{
    padding: 1px 8px;
    background: none !important;
    background-color: rgba(0, 0, 0, 0)!important;
    background-color: #6e6e6e !important;
    color: #fff;
    border:1px solid #ccc!important;
    border-radius: 8px;
    padding: 2px 20px;
}
.post a:hover{
    text-decoration: none!important;
}
/******************************88Footer***************************************/
.footer_desc p{
    color:#fff;
   
}
.footer-widget-desc h5 {
    color: #fff;
    line-height: normal;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.footer-widget-desc p {
    color: #fff;
}

.footer-widget-desc  strong {
    font-weight: inherit;
    font-family: inherit;
}
.footer-widget-desc h4 {
    margin: 0px;
    padding-top: 0px !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.col-lg-4.footer-widget-desc {
    margin-top: 15px;
}
.footer-menu li{
    list-style: none;
    display: inline-block;
}

.footer img.img-responsive {
    max-width: 80%;
}
@media (max-width: 1076px){
    .footer-menu li a {
        padding: 0px 5px;
    }
}

.footer-menu li:first-child a{
    border: 0 none;
}
.col-md-12.copyright {
    margin: 22px 0 0;
}
.disclaimer {
    font-size: 12px;
    margin-top: 30px;
}
.footer-menu li a {
    padding: 0px 15px;
    border-left: 1px solid #fff;
    color: #fff;
    font-weight: 500;
}
.footer-menu li a:hover{
    text-decoration: none;
}
.footer-menu .first-li a{
    border:none!important;
    padding-left: 0px!important;
}

/*******************************About Us**************************************/
table {
    width: 63vw;
}

table p {
    font-size: 16px;
}

td.table-image {
    width: 5vw;
}

td.table-image.eighty {
    vertical-align: top;
}

td.table-paragraph-right {
    padding-left: 1vw;
}

td.table-paragraph-left {
    padding-right: 1vw;
}

tr {
    margin: 5px;
    display: block;
}

.page-banner{
    height: 102px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
        border-top: 1px solid #000;
}
.page-banner .container{
    height: 100%;
    display: table;
}
.title-page{
   padding-top: 40px;
   padding-bottom: 15px;
   display: table-cell;
    vertical-align: bottom;
}
.title-page h2{
    color: #F1F6FA!important;
    text-shadow: 2px 2px 5px #000;
	padding-left: 10px;
	text-transform:none;
	font-weight:300;
	font-size: 30px;
}
.menus li{
    list-style: none;
}
.main-nav li a{
    text-transform: uppercase;
}
.main-nav li a:hover{
    color: #000!important;
}
.main-nav li ul li a:hover{
    color: #000!important;
}
.navbar-toggle{
    background-color: #fff!important;
    border-color: transparent!important;
}
.navbar-toggle span{
    background-color: #33549B!important;
}

.navbar-collapse ul ul{
	display: none;

}
nav.nav.navbar-nav {
    padding: 18px 0 0;
}

.navbar-text {
	float: right;
	padding-top: 25px;
	font-size: 16px;
	color: #737874;
	cursor: pointer;
}
.navbar-text ul{
	list-style: none;
	margin-left: 15px;
}
.navbar-collapse ul li ul{
    margin-left:0px;
    padding-left:0px;
}
.navbar-collapse>ul>li>ul>li {
    border-bottom: 1px solid #333;
    padding: 10px!important;
    margin-bottom: 5px;
}
.navbar-collapse ul li ul li {
    padding: 4px;
}
.navbar-collapse ul li:hover > ul{
	position: absolute;
	display: block;
}
.navbar-collapse ul ul li{
    padding-right: 15px;
}

.navbar-collapse ul li:hover > ul li a{
	color: #000;
    padding:10px 0px;
}
.navbar {
    margin-bottom: 0px;
}
.navbar-static-top {
    border-width: 0px;
}
.navbar ul.sub-menu li{
    margin-left:0px;
}
.navbar ul.sub-menu {
	background: #006699;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    z-index: 100000;
    list-style:none;
    margin:0;
    padding:0;
}
.navbar ul.sub-menu li ul {
    position: static;
    padding-left: 25px;
    display: block;
}
.navbar ul.sub-menu a{
    color:#fff;
}
.gform_wrapper .left_label input.small, .gform_wrapper .left_label select.small, .gform_wrapper .right_label input.small, .gform_wrapper .right_label select.small {
    width: 95%;
}
#field_31_46 span.cap {
    color: #333;
    text-align: left;
    float: left;
    padding: 5px 20px 0 0;
    display: inline-block !important;
    width: auto;
}
.gform_wrapper .math_captcha {
	width: 15% !important;
}
#post-359 .gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    display:none;
}

html:not([dir=rtl]) #post-359 .gform_wrapper ul.gform_fields:not(.top_label) .clear-multi, 
html:not([dir=rtl]) #post-359 .gform_wrapper ul.gform_fields:not(.top_label) .gfield_description, 
html:not([dir=rtl]) #post-359 .gform_wrapper ul.gform_fields:not(.top_label) .ginput_container:not(.ginput_container_time):not(.ginput_container_date) {
    width: 100%;
    margin-left: 0;
}

span.ginput_full.address_line_1 {
    width: 50%;
    display: inline-block;
    padding-right: 8px;
}

span.ginput_full.address_line_2 {
    width: 50%;
    display: inline-block;
    padding-left: 8px;
}

span.ginput_left.address_city,
span.ginput_right.address_state,
span.ginput_left.address_zip {
    width: 33%!important;
    display: inline-block!important;
    margin-right: 0!important;
    margin-left: 0!important;
 }

span.ginput_left.address_city,
li#field_35_3 span.ginput_left.address_zip,
li#field_32_3 span.ginput_left.address_zip,
li#field_36_3 span.ginput_left.address_zip {
    padding-right: 0!important;
 }
span.ginput_right.address_state {
    padding: 0 16px!important;
}

.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
    float: left;
    width: 0% !important;
    padding-right: 16px;
    margin-bottom: 16px;
}
.gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper .left_label textarea.large, .gform_wrapper .left_label textarea.medium, .gform_wrapper .left_label textarea.small, .gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .right_label textarea.large, .gform_wrapper .right_label textarea.medium, .gform_wrapper .right_label textarea.small {
    width: 75%;
}

.gform_wrapper .left_label .math_large, .gform_wrapper .left_label .math_medium, .gform_wrapper .left_label .math_small, .gform_wrapper .left_label div.charleft, .gform_wrapper .right_label .math_large, .gform_wrapper .right_label .math_medium, .gform_wrapper .right_label .math_small, .gform_wrapper .right_label div.charleft {
     margin-left: 0 !important;
}
.professionals{
    padding: 20px 50px;
    border-top: 1px solid #eee!important;
    position: relative;
    width: 100%;
    float: left
}

@media (max-width: 768px){
    .footer-menu li a {
        border: 0 none;
    }
    .footer-menu li {
		margin-bottom: 10px;
		width: 100%;
	}
    .professionals {
        padding: 20px 5%;
    }
    .lblogright .col-sm-5, .lblogright .col-sm-7{
    	padding: 0;
    }
}

@media (max-width: 640px) {
    span.ginput_full.address_line_1 {
		width: 100%;
		display: inline-block;
		padding-right: 0;
	}
    span.ginput_full.address_line_2 {
        width: 100%;
        display: inline-block;
        padding-left: 0;
    }
    span.ginput_left.address_city,
    span.ginput_right.address_state,
    span.ginput_left.address_zip {
        width: 100%!important;
        display: inline-block!important;
        margin-right: 0!important;
        margin-left: 0!important;
     }
     span.ginput_right.address_state {
        padding: 0 !important;
     }
}

.site-main {
    padding-top: 40px;
}
.single-post img{
    float: left;
    margin: 5px 20px 20px 0px;
    max-width: 90%;
    border: none;
}
.main-nav .dropdown-menu{
    background-color: #33549B!important;
    padding: 0px!important;
}
.slider-image{
    height: 224px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}
.slidetextarea {
    color: #fff;
	padding: 55px 0 0 540px;
}
.slidelink a {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    float:left;
}
.slidelink img {
    float: left;
    max-width: 100%;
    padding: 0 10px 0px 0;
    margin: 0;
}
.slidetextarea p {
    font-size: 19px;
    letter-spacing: 1px;
}
span.slidetitle {
	font-size: 32px;
	padding: 10px 0px;
	letter-spacing: 2px;
	font-weight: 400;
	text-shadow: 1px 1px 4px #000;
}
.slick-dotted.slick-slider{
    margin-bottom: 0px!important;
}
.slider{
    overflow: hidden;
}
.left-side-form{
   margin-top: 5px;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-size: inherit;
    font-family: inherit;
    padding: 2px 10px !important;
    letter-spacing: normal;
    border-radius: 5px;
    font-size: 16px !important;
}
.gform_wrapper textarea {
    padding: 2px 10px !important;
    line-height: 1.5;
    resize: none;
    border-radius: 5px;
    font-size: 16px !important;
}
.left-side-form .sb-gf{
    width:100%;
    padding:2px 10px 0 10px;
    margin-bottom: 15px;
    border: none!important;
    border-radius: 8px;
    /*background-image: url('https://www.mandourlaw.com/wp-content/themes/attorney/images/form-back.png');  404 */
}
.message .sb-gf{
    height: 80px!important;
    box-shadow: -10px 0px 10px 1px #cfcfcf;
}
.equation{
    padding-top: 16px;
    font-size: 12px!important;
    line-height: 15px!important;
    font-weight: 300!important;
    color: #000;
}
.submit-btn{
    text-align: center;
    margin-bottom: 20px;
}
.submit-btn .send-btn{
    padding: 4px 15px;
    background: none!important;
    background-color: #6e6e6e!important;
    color: #fff;
    font-size: 24px;
    width: auto;
    margin: 0 16px 0 0;
    line-height: 18px;
    border: 1px solid #cccccc;
    border-radius: 6px;
}
.contact-us-submit{
    background-color: #6e6e6e !important;
    color: #fff;
    border: 1px solid #ccc !important;
    border-radius: 8px;
    font-size: 18px;
}
.control-label  span{
    color: red;
    padding-left: 2px;
    font-size: 14px;
}
.fee-content{
    border-bottom: 1px dotted #ccc;
}
.contact-us-name,.contact-us-phone,.contact-us-email,.contact-us-issue,.contact-us-employee{
    width:100%;
    margin-top:4px;
    margin-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px!important;
    border: none!important;
    border-radius: 8px;
    height: 18px;
    /*background-image: url('https://www.mandourlaw.com/wp-content/themes/attorney/images/form-back.png');  404 */
    background-position: left top;
}
.contact-us-issue{
    height: 80px!important;
}
.single-office-title{
    padding-bottom: 20px;
}
.single-office-img{
    border: 1px solid #000!important;
    border-radius: 3px;
}
.single-office-subtitle{
    margin-top: 10px;
}
.map iframe{
    border:1px solid #ccc!important;
    border-radius: 6px;
    width:90%;
    margin: 10px auto 10px auto;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    display: none;
}
.section-heading{
    color:#fff!important;
        z-index: 1000;
}
.quiz label{
    display: block!important;
}
.quiz .quiz{
    width: 100%!important;
    /*background-image: url('https://www.mandourlaw.com/wp-content/themes/attorney/images/form-back.png');  404 */
}
.quiz{
    width: 100%!important;
    border: none!important;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
}
.footerbg{
    background-color: #006699!important;
    height: 40px;
    border-bottom: 1px solid #000;
}
.post{
    padding-left: 30px;
    padding-right: 30px;
}
.all-posts img{
    float: left;
    margin: 5px 20px 20px 0px;
    max-width: 90%;
}
.homelogoimg{
    padding:20px 0;
}
.content-disc .widget-title{
    font-size: 24px;
    color:#660000!important;
    padding-left:30px;
    padding-right:30px;
    margin-bottom: 0px!important;
    font-weight: 400;
}
.blog-sidebar ul{
    padding: 0px;
    padding-left:40px;
    padding-right:30px;
}
.blog-sidebar ul li a{
    color: #000!important;
    font-size: 20px!important;
}
.blog-sidebar ul li a:hover{
    color:#337ab7!important;
    text-decoration: none!important;
}
.blog-sidebar .widget_recent_entries ul li{
    padding-bottom: 5px;
    padding-top: 5px;
}
.blog-sidebar ul li{
    list-style: none;
}
.textwidget .side-contact{
    font-size: 19px!important;
    text-transform: uppercase;
    font-weight: 400!important;
}
.cform-prec-text{
    padding-left: 15px;
    font-size: 14px;
    padding-right: 15px
}
.cform-prec-text p{
    color: #000;
    font-size: 10px;
}
.side-form-quiz .wpcf7-quiz-label{
    background-color: #fff;
    padding:0px 7px 2px 5px;
    font-size: 22px;
    font-style: italic;
    font-weight:normal;
}
.side-form-quiz .quiz{
    /*background-image: url('https://www.mandourlaw.com/wp-content/themes/attorney/images/form-back.png');  404 */
    margin-top:0;
    box-shadow: -10px 0px 10px 1px #cfcfcf;
}
.blog-sidebar .section-heading{
    padding-left:30px!important;
    padding-right: 30px!important;
}
.a2a_button_linkedin img{
    margin: 0px;
}
.a2a_count{
    line-height: 20px!important;
    height: 20px!important;
    font-size: 14px!important;
}
.pre-post p{
    text-align: left;
}
.pre-post a:before{
    content: "\f100";
    font-family: FontAwesome;
    padding-right: 5px;
}
.next-post a:after{
    content: "\f101";
    font-family: FontAwesome;
    padding-left: 5px;
}
.post-pagination a:hover{
    text-decoration: none;
}
.next-post{
    text-align: right;
}
.cat-name{
	/* background-image: url('https://www.mandourlaw.com/blog/wp-content/themes/attorney/images/box-shadow.png'); 404 */
	background-size: 100%;
	background-position: bottom left;
	padding: 5px 0px 3px 0px!important;
	width: 90%;
	margin-top: 20px!important;
	background-repeat: no-repeat;
	color: #000!important;
}
.cat-name p{
    background-color: #fff;
    padding: 10px;
    font-size: 10px;
}
.cat-name a{
    color: #000;
}
.caret{
    display: none!important;
}
.content-sect-heading{
    background-color: #006699!important;
}
.footer{
    background-color: #fff;
}
p.section-heading::after {
    width: 1000%;
    height: 100%;
    right: 99%;
    content: '';
    background: #006699;
    position: absolute;
    top: 0px;
}
p.post-section-heading::after {
    width: 1000%;
    height: 100%;
    right: 99%;
    content: '';
    background: #006699;
    position: absolute;
    top: 0px;
}
.side-contact::after {
    width: 1000%;
    height: 107%;
    right: 99%;
    content: '';
    background: #006699;
    position: absolute;
    top: -3px;
}
.section-heading-3::after {
    width: 1000%;
    height: 100%;
    left: 99%;
    content: '';
    background: #006699;
    position: absolute;
    top: 0;
}
.col-sm-3.content-disc.page-left-side {
    border-left: 0px solid #000;
}
.pagecontent{
    margin-top: 0px;
}
.home .entry-content img {
    height: auto;
}
.single-professional{
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
.page-content{
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	min-height: 600px;
}
.left-side-content{
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.right-side-content{
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-top: 0px;
    height: auto !important;
    padding: 10px 0px;
    background: #e0e0e0;
    text-align: center;
}
.post-date {
    margin: 0px!important;
    color: #000;
    font-size: 11px;
    font-weight: bold;
}
.right-side-posts p{
    margin: 0px!important;
}
.right-side-posts{
    padding-bottom: 40px;
}
.right-side-posts h5{
    color: #7C2929;
    display: block;
    font-weight: bold;
    font-size: 11px;
}
.copyright a{
    color:#fff!important;
}
.pages h4,
h1.pagetitle,
.pages h1{
    font-size: 14px!important;
    font-weight: 600;
    color: #006699;
    text-transform: uppercase;
}
.pages .left-side-content{
    border-right: none!important;
    margin-top: 0px!important;
}
.breadcrumbs{
    padding:20px 15px 0px 15px;
}
.breadcrumbs  span{
    font-weight: bold;
    font-size: 14px;
    font-family: "MyriadPro-Cond", Helvetica, Arial, sans-serif!important;
    color: #474747;
}
.breadcrumbs  span a{
    padding: 0px!important;
}
.breadcrumbs  span a span{
    color: #006699!important;
}
.professionals-page h4{
    font-size: 14px;
    font-weight: 600;
}
.single-professional h4{
    font-size: 14px;
    font-weight: 600;
    color: #004d73;
}
.posts-page,.single-post-page{
    padding-left:15px!important;
    padding-right: 15px!important;
}
.relatedposts{
    border-left: 1px dotted #999;
}
.contact-us-form label{
    color:#666!important;
}
.quiz-sect{
    clear: both;
    padding-top: 20px;
}
.quiz-sect .wpcf7-quiz-label{
    padding: 10px;
    font-style: italic;
    background-color: #fff;
    font-size: 18px;
}
.quiz-sect .quiz{
    margin-top: 15px;
    height: 18px;
    width: 100%;
    /* background-image: url('https://www.mandourlaw.com/wp-content/themes/attorney/images/form-back.png'); 404 */
}
/********************************Contact***************************************/
.contact label{
    text-align: right;
}
.contact .quiz-sect label{
    text-align: left!important;
}
.contact-us-form .form-group{
    padding-bottom: 20px;
}
.contact-us-form .quiz{
    width:110%!important;
}
.contact .form-group{
    padding-bottom: 20px;
}
/********************************Single office***************************************/
.singleoffice{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
}
label{
    color:#666;
}
.singleoffice .wpcf7-quiz-label{
    width:20%!important;
    float:left;
}
.singleoffice .quiz{
    width:25%!important;
    float:left;
    /* background-image: url('https://www.mandourlaw.com/wp-content/themes/attorney/images/form-back.png'); 404 */
}

.singleoffice .cform-prec-text{
    color: #666;
}
.showmore{
    color: #7C2929;
    display: block;
    font-weight: bold;
    font-size: 11px;
}
.left-side-form .text-344{
    box-shadow: -10px 0px 10px 1px #cfcfcf;
}
.left-side-form .phone{
    box-shadow: -10px 0px 10px 1px #cfcfcf;
}
.left-side-form .email{
    box-shadow: -10px 0px 10px 1px #cfcfcf;
}
.right-side-posts  .postcontent p{
    font-size: 11px;
    color:#000;
}
.contact .quiz{
    width:125%!important;
}
.page-content ul li{
    padding-top: 5px;
    padding-bottom: 5px;
}
.page h4{
    padding-top: 20px;
}
.blog-page{
    border-top: 3px solid #006699;
    border-right: 1px solid #000;
}
.post-date-author{
    font-size: 10px;
    margin-left: 20px;
}
.single-post-page .breadcrumbs{
    padding-left: 0px!important;
}
.single-post-page .breadcrumbs p{
    font-size: 14px;
    font-weight: 700;
}
.single-post-page .breadcrumbs a{
    font-weight: 700;
    font-family: "MyriadPro-Cond", Helvetica, Arial, sans-serif!important;
    font-size: 14px;
}
.single-office-breadcrumb p{
     font-weight: 700;
    font-family: "MyriadPro-Cond", Helvetica, Arial, sans-serif!important;
    font-size: 14px;
}
.single-office-breadcrumb a{
     font-weight: 700;
    font-family: "MyriadPro-Cond", Helvetica, Arial, sans-serif!important;
    font-size: 14px;
}
.left-side-posts h4{
    margin: 0px!important;
}
.leftsideposts{
padding: 30px 0px 0px 15px!important;
}
.leftsideposts h4{
    padding-top:0px!important;
}
.left-date{
    color:#832e31;
}
.widget_categories{
    clear: both;
}
.widget_categories .widget-title{
    font-size: 24px;
    color: #660000!important;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0px!important;
    font-weight: 400;
}

.logo a {
    display: inline-block;
    vertical-align: top;
}
.container {
    max-width: 1600px;
    width: 100%;
}
h2.widget-title.side-title{
     margin:0px!important;
    padding:8px 30px;
    background-color: #006699 !important;
    font-size: 19px;
    line-height: 1.1;
    position: relative;
    color:#fff!important;
    border-right: 2px solid #000;
	z-index: 10000;
    border: 0;
}
.widget_categories .widget-title::after{
	width: 1000%;
	height: 100%;
	right: 99%;
	content: '';
	background: #006699;
	position: absolute;
	top: 0;
}
img {
    max-width: 100%;
}

.addtoany_list a, .widget .addtoany_list a {
    border: 0;
    box-shadow: none;
    display: inline-block;
    font-size: 12px!important;
    padding: 0 4px;
    vertical-align: middle;
}
.footer{
    background: url(images/footer-map.jpg);
    padding: 50px 2%;
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
}
.footer .col-md-4{
    text-align: center;
    padding: 25px 0 0;
}
.col-md-4.text-center img {
    max-width: 300px;
    height: auto;
    margin: 0 auto;
}
.footer .social-links {
    display: inline-block;
    vertical-align: top;
    margin: 30px 5px 0;
}
.footer .social-links img{
	width:26px;
	height:26px;
}
.footer-section {
    padding-top: 0;
}

.footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
    color: #fff!important;
    font-weight: bold;
    text-decoration: underline;
}

.col-md-4.footer-widget-desc h4 {
    padding-top: 0px;
}
.section-heading-3 {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
}

.all-posts img {
    float: left;
    margin: 5px 20px 20px 0px;
    max-width: 100%;
}

.paddingtb10 {
    padding-bottom: 10px;
    padding-top: 40px;
}
.text-center.cform-prec-text {
    text-align: left;
}
.postarea .postbox {
    text-align: left;
    min-height: 124px;
}
.content-disc.single-post {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.navbar ul.sub-menu a {
    color: #fff;
    line-height: normal;
    font-variant: normal;
    font-weight: 400;
	text-transform: none;
    text-shadow: none;
}
.sectiondata{
    background: #c0c3ca;
    min-height: 120px;
}
ul.asseen {
  padding: 0;
    text-align: center;
}
ul.asseen li {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
}
ul.asseen li:first-child {
    padding: 0 20px;
    text-align: center;
}
ul.asseen li:first-child span {
    background: #006699;
    color: #fff;
    padding: 5px 10px;
}

ul.asseen li img {
    margin: 0 auto;
}
.sectiondata1{
	background: #ececec;
	padding: 0 5%;
}
.ourclients li img {
    width: auto;
    height: auto;
    padding: 0 50px;
}
.ourclients li {
    display: inline-block;
    list-style: none;
    margin: 22px 0;
    width: 33.33%;
    vertical-align: middle;
    text-align: center;
}

ul.ourclients li:nth-child(1), ul.ourclients li:nth-child(2), ul.ourclients li:nth-child(5) {
    width: auto;
}

ul.ourclients li:nth-child(3) {
    text-align: left;
}

ul.ourclients li:nth-child(4) {
    text-align: right;
    width: auto;
    position: relative;
    bottom: 16px;
}

ul.ourclients li:nth-child(6) {
    text-align: left;
}

.ourclients {
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: table;
    background: #ececec;
    padding: 0 0 50px;
    text-align: center;
    max-width: 1600px;
    margin: 0 auto;
}
.sectiondata1 h3 {
    margin: 50px auto;
    display: block;
    font-size: 1.5em;
    font-weight: 500;
    border-left: 5px solid #006699;
    padding: 10px 15px;
    color: #091F2D;
    text-transform: capitalize;
    width: 100%;
    max-width: 1600px;
}
.sectiondata.latestblog {
    background: #081f2d;
    color: #fff;
    padding: 70px 50px 70px 0;
}
.lbogwrap {
    display: table;
    width: 100%;
}
.lbogwrap .lblogleft,  .lbogwrap .lblogright{
    display: table-cell;
    vertical-align: middle;
}
.lbogwrap .lblogleft {
    width: 15%;
    text-align: center;
    padding-left: 185px;
}
.lbogwrap .lblogleft h3 {
    text-align: center;
    color: #fff;
    font-size: 2.3em;
    font-weight: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
    line-height: 1.2em;
}
.lbogwrap .lblogleft a{
	color: #87c3f7;
	text-transform: uppercase;
	font-size: 13px;
	text-decoration: underline;
}
.lbogwrap .lblogright{
    width: 85%;
    padding-left: 45px;
}
.lblogright ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.lblog-inner {
    display: table;
    vertical-align: middle;
    width: 100%;
}
.lblog-innerright h4 a
{
    color: #FFF;
    font-weight: 500;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.lblog-innerright h4 a:hover{
    text-decoration: none;
    font-weight: 600;
}

ul.post-categories li {
    margin: 0;
}
.lblog-innerleft, .lblog-innerright {
    display: table-cell;
    vertical-align: middle;
}
.lblog-innerleft {
    width: 90px;
    text-align: center;
    padding:20px 10px 0;
    color: #8f8f8f;
}
ul.post-categories li a{
    color: #8f8f8f;
}
.lblog-innerright h4 {
    font-size: 1.5em;
    padding-left: 20px;
    line-height: normal;
    margin: 10px 0;
    border-left: 1px solid #87c3f7;
}
.lblog-innerright span {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    color: #8f8f8f;
    padding-left: 20px;
    font-size: .8em;
    font-family: 'Montserrat', sans-serif;
}
.lblogtext {
    padding: 35px 0 0;
    font-size: .9em;
}
.lblogtext a
{
    color: #87C3F7;
    text-decoration: underline
}

a.ipguidehref:hover {
    text-decoration: none;
}

/* Shutter In Vertical */
.ipguidehref {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	background: #2098D1;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.ipguidehref:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #006699;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.ipguidehref:hover, .ipguidehref:focus, .ipguidehref:active {
  color: white;
}
.ipguidehref:hover:before, .ipguidehref:focus:before, .ipguidehref:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.lblog-innerleft strong {
    display: block;
    font-size: 2em;
    color: #87C3F7;
}
.lblogright li {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.ipguide {
    background-color: #006699;
    color: #fff;
    padding: 0 0;
    background-image: url(images/Rectangle-18-copy-2.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    padding: 50px 8.5%;
    position: relative;
    width: 100%;
    background-size: cover;
}
.hbanner h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.ipguide .col-md-9 {
    font-style: italic;
    color: #fff;
    font-size: 2em;
    font-weight: normal;
    padding-left: 100px;
}

.ipguide .col-md-3.text-center {
    padding-right: 100px;
}

.ipguide .col-md-9 div{
    font-weight: 600;
    color: #081F2D;
    font-style: normal;
    text-decoration: underline;
}
.ipguide .col-md-9 span{
    font-weight: 600;
}
.ipguide a {
    color: #fff;
    background: #081F2D;
    padding: 15px 50px;
    margin: 30px auto 0;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 1.5em;
}

.footer-bottom{
    background: #081F2D;
    color: #fff;
    text-align: center;
    padding: 50px 0;
}

.footer-section .footer_desc p {
    margin-bottom: 50px;
}
.footer h5 {
    font-size: 1em;
    line-height: 1.4em;
}
.home .hbanner {
	padding: 50px 0 ;
	overflow: hidden;
	position: relative;
	min-height: 350px;
	height:500px !important;
	background-position: center;
	background-size: cover;
}
.internal .hbanner {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0 ;
    overflow: hidden;
    position: relative;
    min-height: 205px;
}
.gform_wrapper.gravity-theme .gfield input.medium,
.gform_wrapper.gravity-theme .gfield select.medium {
	width: 100% !important;
	height: 40px;
	background: rgba(255, 255, 255, 0.5);
	border: none;
}
.gform_wrapper.gravity-theme .gfield textarea{
	background: rgba(255, 255, 255, 0.5);
	
}
.gform_heading{
	display:none
}

body.page-id-8076 .hbanner, 
body.page-id-8078 .hbanner, 
body.page-id-8080 .hbanner, 
body.page-id-8082 .hbanner,
body.page-id-8084 .hbanner,
body.page-id-8086 .hbanner,
body.page-id-8088 .hbanner,
body.page-id-8090 .hbanner,
body.page-id-8092 .hbanner,
body.page-id-8094 .hbanner,
body.page-id-8096 .hbanner,
body.page-id-8098 .hbanner,
body.page-id-8100 .hbanner,
body.page-id-8102 .hbanner,
body.page-id-8104 .hbanner,
body.page-id-8106 .hbanner,
body.page-id-24 .hbanner, 
body.page-id-35 .hbanner, 
body.page-id-36 .hbanner, 
body.page-id-49 .hbanner,
body.page-id-61 .hbanner,
body.page-id-134 .hbanner,
body.page-id-141 .hbanner,
body.page-id-145 .hbanner,
body.page-id-149 .hbanner,
body.page-id-76 .hbanner,
body.page-id-232 .hbanner,
body.page-id-240 .hbanner,
body.page-id-236 .hbanner,
body.page-id-238 .hbanner,
body.page-id-75 .hbanner,
body.page-id-78 .hbanner,
body.page-id-77 .hbanner,
body.page-id-99 .hbanner,
body.page-id-73 .hbanner,
body.page-id-100 .hbanner,
body.page-id-74 .hbanner,
body.page-id-72 .hbanner,
body.page-id-6958 .hbanner,
body.page-id-6952 .hbanner,
body.page-id-6954 .hbanner,
body.page-id-55 .hbanner,
body.page-id-4771 .hbanner,
body.page-id-4803 .hbanner,
body.page-id-4698 .hbanner,
body.page-id-85 .hbanner,
body.page-id-4701 .hbanner,
body.page-id-86 .hbanner,
body.page-id-4807 .hbanner,
body.page-id-4762 .hbanner,
body.page-id-4809 .hbanner,
body.page-id-4811 .hbanner,
body.page-id-4707 .hbanner,
body.page-id-87 .hbanner,
body.page-id-89 .hbanner,
body.page-id-6949 .hbanner,
body.page-id-6960 .hbanner {
    background-image: url(images/banners/trademark.jpg);
}

body.page-id-8108 .hbanner, 
body.page-id-8110 .hbanner, 
body.page-id-8112 .hbanner, 
body.page-id-8114 .hbanner,
body.page-id-8116 .hbanner,
body.page-id-8118 .hbanner,
body.page-id-8120 .hbanner,
body.page-id-8122 .hbanner,
body.page-id-8124 .hbanner,
body.page-id-25 .hbanner, 
body.page-id-37 .hbanner, 
body.page-id-38 .hbanner, 
body.page-id-50 .hbanner,
body.page-id-62 .hbanner,
body.page-id-7 .hbanner,
body.page-id-9 .hbanner,
body.page-id-80 .hbanner,
body.page-id-81 .hbanner,
body.page-id-94 .hbanner,
body.page-id-96 .hbanner,
body.page-id-11 .hbanner,
body.page-id-79 .hbanner,
body.page-id-10 .hbanner,
body.page-id-4520 .hbanner,
body.page-id-4528 .hbanner,
body.page-id-4526 .hbanner,
body.page-id-4522 .hbanner,
body.page-id-8359 .hbanner,
body.page-id-4524 .hbanner {
    background-image: url(images/banners/copyright.jpg);
}


body.page-id-32 .hbanner {
    background-image: url(images/banners/publication-min.jpg);
}

body.page-id-58 .hbanner {
    background-image: url(images/banners/ip-guide.jpg);
}

body.page-id-8052 .hbanner,
body.page-id-8066 .hbanner,
body.page-id-27 .hbanner,
body.page-id-63 .hbanner,
body.page-id-83 .hbanner,
body.page-id-82 .hbanner {
    background-image: url(images/banners/fees.jpg);
}

body.page-id-15 .hbanner {
    background-image: url(images/banners/about-us.jpg);
}

body.page-id-16 .hbanner,
body.page-id-44 .hbanner, 
body.page-id-43 .hbanner, 
body.page-id-4582 .hbanner, 
body.page-id-4579 .hbanner, 
body.page-id-41 .hbanner, 
body.page-id-40 .hbanner, 
body.page-id-45 .hbanner, 
body.page-id-42 .hbanner {
    background-image: url(images/banners/professionals.jpg);
}

body.page-id-17 .hbanner {
    background-image: url(images/banners/gavel.jpg);
}


body.page-id-39 .hbanner,

body.page-id-4638 .hbanner  {
    background-image: url(images/banners/privacy.jpg);
}

body.page-id-20 .hbanner, 
body.page-id-19 .hbanner,
body.page-id-21 .hbanner,
body.page-id-57 .hbanner,
body.page-id-22 .hbanner {
    background-image: url(images/Bkg3-.jpg);
}


body.page-id-58 .hbanner,
body.page-id-59 .hbanner,
body.page-id-64 .hbanner,
body.page-id-14 .hbanner,
body.page-id-65 .hbanner,
body.page-id-51 .hbanner,
body.page-id-53 .hbanner,
body.page-id-54 .hbanner,
body.page-id-90 .hbanner,
body.page-id-91 .hbanner,
body.page-id-92 .hbanner {
    background-image: url(images/banners/ip-guide.jpg);
}

body.page-id-6967 .hbanner,
body.page-id-4344 .hbanner,
body.page-id-47 .hbanner,
body.page-id-28 .hbanner,
body.page-id-29 .hbanner,
body.page-id-30 .hbanner,
body.page-id-31 .hbanner,
body.page-id-296 .hbanner,
body.page-id-359 .hbanner,
body.page-id-4347 .hbanner {
    background-image: url(images/banners/contact.jpg);
}

body.page-id-8074 .hbanner,
body.page-id-8072 .hbanner,
body.page-id-8070 .hbanner,
body.page-id-8064 .hbanner,
body.page-id-8068 .hbanner,
body.page-id-26 .hbanner,
body.page-id-4716 .hbanner,
body.page-id-4778 .hbanner,
body.page-id-8 .hbanner,
body.page-id-12 .hbanner,
body.page-id-4784 .hbanner,
body.page-id-13 .hbanner,
body.page-id-4788 .hbanner,
body.page-id-4805 .hbanner,
body.page-id-234 .hbanner,
body.page-id-242 .hbanner,
body.page-id-247 .hbanner,
body.page-id-4813 .hbanner,
body.page-id-101 .hbanner,
body.page-id-245 .hbanner,
body.page-id-4721 .hbanner,
body.page-id-103 .hbanner,
body.page-id-4695 .hbanner,
body.page-id-4774 .hbanner,
body.page-id-4704 .hbanner,
body.page-id-4710 .hbanner,
body.page-id-4726 .hbanner,
body.page-id-4724 .hbanner,
body.page-id-4730 .hbanner,
body.page-id-4734 .hbanner,
body.page-id-6956 .hbanner,
body.page-id-102 .hbanner,
body.page-id-4546 .hbanner,
body.page-id-4556 .hbanner,
body.page-id-4560 .hbanner,
body.page-id-4564 .hbanner {
    background-image: url(images/banners/intellectual-property.jpg);
}

body.page-id-8126 .hbanner,
body.page-id-8128 .hbanner,
body.page-id-8130 .hbanner,
body.page-id-8132 .hbanner,
body.page-id-8134 .hbanner,
body.page-id-8136 .hbanner,
body.page-id-8138 .hbanner,
body.page-id-8140 .hbanner {
	background-image: url (images/banners/patent-min.jpg);
}

body.blog .hbanner, body.single .hbanner, body.category .hbanner {
    background-image: url(images/banners/satellite.jpg) !important;
}

.banner-form-wrapper {
    z-index: 1;
}

div#trans-box {
    position: absolute;
    width: 45%;
    height: 100%;
    background: rgba(255,255,255,.3);
    top: 0;
    right: 0;
}

div#trans-arrow {
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-right: 45px solid rgba(255,255,255,.3);
    position: absolute;
    left: -45px;
    top: 42%;
}

body.page-id-4347 div#trans-box,
body.page-id-4347 .banner-form-wrapper,
body.page-id-4638 div#trans-box,
body.page-id-4638 .banner-form-wrapper,
body.page-id-296 div#trans-box,
body.page-id-296 .banner-form-wrapper,
body.page-id-4344 div#trans-box,
body.page-id-4344 .banner-form-wrapper {
    display: none;
}

body.page-id-4347 .hbanner .col-md-6,
body.page-id-4638 .hbanner .col-md-6,
body.page-id-296 .hbanner .col-md-6,
body.page-id-4344 .hbanner .col-md-6 {
    padding-bottom: 75px;
}

.hbannerform li {
    margin-bottom: 15px;
    padding: 0 !important;
}
.hbannerform li#field_42_2
{
      margin-left: 4% !important;
}
.hbannerform li#field_42_9, .hbannerform li#field_42_2 {
    float: left;
    width: 48%;
    clear: none;
    margin-bottom: 15px;
    margin-left: 0;
}
.hbanner .col-md-6{
    padding-top: 75px;
    padding-left: 110px;
}
.hbanner .col-md-6 h3, .home .hbanner .col-md-6 h1 {
    color: #fff;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    line-height: 1.2em;
}
h3.welcometitle {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 10px !important;
    display: inline-block;
    white-space: nowrap;
}
.home h1.welcometitle1 {
    font-size: 62px;
    font-weight: 600;
}
h1.welcometitle1 {
    white-space: unset;
}
span.welcometitle2 {
    font-size: 62px;
    display: block;
}
body div.hbannerform .gform_wrapper form ul li input[type=text], body div.hbannerform .gform_wrapper form ul li input[type=email], body div.hbannerform .gform_wrapper form ul li input[type=tel], body div.hbannerform .gform_wrapper form .gform_footer  input[type=submit] {
    width: 100% !important;
    border: 1px solid #ccc;
    background-color: rgba(255,255,255,.4);
    border-radius: 3px !important;
    color: #fff !important;
    padding: 0 5px !important;
    height: 40px;
    line-height: 40px;
}
body div.hbannerform .gform_wrapper form .gform_footer  input[type=submit] {
    text-transform: uppercase;
}

/* Submit button hover */

/* Shutter In Vertical */
body div.hbannerform .gform_wrapper form .gform_footer  input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background-color: #006699 ;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
body div.hbannerform .gform_wrapper form .gform_footer  input[type=submit]:hover {
  background-color: #006699;
  color: #fff;
}
body div.hbannerform .gform_wrapper form .gform_footer  input[type=submit]:hover, .body div.hbannerform .gform_wrapper form .gform_footer  input[type=submit]:focus, body div.hbannerform .gform_wrapper form .gform_footer  input[type=submit]:active {
  color: white;
}
body div.hbannerform .gform_wrapper form .gform_footer  input[type=submit]:hover, body div.hbannerform .gform_wrapper form .gform_footer  input[type=submit]:focus
  transform: scaleY(0);
}

/* End submit button hover */

body div.hbannerform .gform_footer.top_label {
    padding: 0 !important;
    margin: 0 !important;
}
body div.hbannerform .gform_wrapper  label
{
    display: none !important;
}

body div.hbannerform .gform_wrapper form ul li textarea {
    width: 100%;
    border: 1px solid #ccc;
    background-color: rgba(255,255,255,.4);
    color: #fff !important;
    padding: 10px 50px 10px 10px !important;
    height: 100px;
    border-radius: 3px !important;
}

.hbannerform input::-webkit-input-placeholder {
color: #fff !important;
}

.hbannerform input:-moz-placeholder { /* Firefox 18- */
color: #fff !important;
}

.hbannerform input::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;
}

.hbannerform input:-ms-input-placeholder {
color: #fff !important;
}
.hbannerform textarea::-webkit-input-placeholder {
color: #fff !important;
}

.hbannerform textarea:-moz-placeholder { /* Firefox 18- */
color: #fff !important;
}

.hbannerform textarea::-moz-placeholder {  /* Firefox 19+ */
color: #fff !important;
}

textarea:-ms-input-placeholder {
color: #fff !important;
}

.pages{
padding: 35px 0;
}

.pages.internal, .blog .pages {
  padding: 35px 0 0;
  min-height: 700px;
}

.navbar ul.sub-menu {
    background: #006599;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    z-index: 100000;
    list-style: none;
    margin: 0;
    padding: 10px;

}

.navbar ul.sub-menu a{
    white-space: nowrap;
}
body .featherlight, .featherlight:last-of-type {
    background: rgba(0,0,0,.95) !important;
}
#mylightbox
{
    display: none;
}
.featherlight #mylightbox.featherlight-inner {
    display: block !important;
}
body div.featherlight div.featherlight-content {
    position: initial !important;
}
.featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    color: #fff;
    cursor: auto;
    white-space: normal;
    background: transparent;
}
div#mylightbox {
    padding: 0;
    position: relative;
    font-size: 24px;
    width: 600px;
    margin: 0 auto;
}
body .featherlight .featherlight-content #search-form input[type='search']:focus{
    outline:0
}
body .featherlight .featherlight-content #search-form input[type='search'] {
    display: block;
    width: calc(100% - 60px);
    padding-top: 0;
    padding-bottom: 0;
    background: none;
    height: 60px;
    border-bottom: 1px solid #f3f3f3;
    border-left: 0;
    color: #fff;
    transition: all 450ms ease-in-out;
    border-right: 0 none;
    border-top: 0 none;
    -o-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -webkit-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    line-height: 60px;
}
.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 25px !important;
    right: 25px !important;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: inherit;
    background: transparent;
    background: transparent;
    color: #fff;
    border: 0;
    padding: 0;
}
a.sicon {
    color: #000;
    float: right;
    margin-right: 1%;
    text-align: center;
    padding: 5px 0 0;
}
nav.navbar-collapse.collapse {
    float: left;
    width: 97%;
}
nav.navbar-collapse.collapse {
    float: left;
}
body .featherlight .featherlight-content #search-form input[type='submit'] {
    font-family: FontAwesome;
    border: 0;
    outline: 0;
    position: absolute;
    top: 0;
    line-height: 60px;
    right: 0;
    border-radius: 50%;
    border-right: 0 none;
    z-index: 9;
    display: block;
    width: 60px;
    height: 60px;
    border: 0 none;
    color: #006599;
    background: transparent;
    transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -webkit-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
}


.all-posts h4, .pblogpost h1 {
    /* font-family: monospace; */
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5em !important;
}
.pby {
    color: #999;
    font-style: italic;
}
article.pblogpost {
    padding: 20px 15px;
    border-bottom: 1px solid #e8e8e8;
}
.postedin {
    font-weight: 700;
}
.pblogpost h1 {
    margin-top: 0;
    padding: 0 !important;
    font-size: 1.5em !important;
    font-family: 'Montserrat', sans-serif;
}
.single article.pblogpost, .category article.pblogpost {
    padding: 0;
}
.post-pagination {
    margin: 30px 0 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.sectiondata.sectiondata1 .container {
    position: relative;
    width: 100%;
    max-width: 100%;
}
.sectiondata1 h3 {
    position: relative;
}

.sectiondata1 h3:before {
    position: absolute;
    content: "";
    display: inline-block;
    top: -50px;
    left: 15px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
}

.bdivider
{
        height: 5px;
    background: #006699;
    max-width: 150px;
    margin: 10px 0 15px;
}
.tcontent .lquote, .tcontent .rquote {
    width: 13px !important;
    height: 10px;
}

.testimonialsdata {
    background-image: url(images/bkg2-.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 160px 0 140px;
}
.testimonialinner {
    max-width: 95%;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
    font-style: italic;
    width: 100%;
    padding: 0 50px;
}

.owl-carousel .owl-item img {
    width: 250px!important;
}
body .tcontent {
    color: #fff;
    font-size: 2em;
    font-style: italic;
    /* margin-bottom: 20px; */
    line-height: 50px;
    text-align: center;
    position: relative;
    font-weight: 200;
}
.tcontent p:before {
    content: "";
    background-image: url(images/lquote.png);
    background-repeat: no-repeat;
    background-position: top;
    display: inline-block;
    width: 10px;
    vertical-align: top;
    height: 8px;
}
.tcontent p:after {
    content: "";
    background-image: url(images/rquote.png);
    background-repeat: no-repeat;
    background-position: bottom;
    display: inline-block;
    width: 10px;
    vertical-align: 18px;
    height: 8px;
}
body .testimonialotherdata {
    text-align: right;
    color: #fff;
}
body .testimonialotherdata strong {
    font-size: 1.4em;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    font-style: normal;
    margin-right: 0;
    text-transform: capitalize;
}

body .testimonialotherdata small {
    display: inline-block;
    color: #fff;
    font-size: 17px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}

body .testimonialotherdata small a
{
    color: #FFF;
}

.testimonial-logo img {
    max-width: 16%;
    float: right;
}

/*** Custom Styles ***/

.logo img.img-responsive {
	padding:20px 0 10px 15px; 
    width: 480px;
	height: 115px;
}

ul#menu-header {
    padding-left: 18px;
}

.menu-item-4915 a {
    padding-left: 0!important;
}

.footer .img-responsive {
    margin: 0 auto;
}

p.intro-heading {
font-size: 1.2vw; font-weight: 500; font-family: 'Montserrat', sans-serif;line-height: 1em;
}



/*---------------------Media query ----------------------------*/
@media screen and (min-width:1900px) {
    table p {
		font-size: 1vw;
	}
}

@media (min-width: 992px) {
    .footer .col-md-offset-1 {
    	margin-left: 3.333333%;
	}
	.footer .col-md-3 {
		width: 25%;
		margin-left: 75px;
		margin-top: 15px;
	}
}

@media (max-width: 1440px) {
    .col-xs-12.col-md-4.col-lg-3.text-center {
        width: 100%!important;
    }

    .col-xs-12.col-md-7.col-lg-8.col-lg-offset-1 {
        width: 100%;
        margin-left: 0;
        margin-top: 50px;
        text-align: center;
    }

    .col-sm-4.footer-widget-desc {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1300px) {
    ul.asseen li:first-child{
		width: 100%;
		display: block;
		text-align: center;
		float: none;
		margin: 30px 0 0;
    }
	
    .ipguide{
        padding-right: 0;
        padding-left: 0;
    }

    h3.welcometitle {
        font-size: 25px;
    }

    h1.welcometitle1 {
        font-size: 3.1vw;
    }

}
@media screen and (max-width: 1199px) {
    .slidetextarea {
		color: #fff;
		padding: 55px 0 0 300px;
    }
   .main-nav, .page-left-side {
    	display: none;
	}
	.col-md-9.content-disc{
    	width: 100%;
	}
	.row.postarea {
		padding-left: 30px;
	}
	.postarea .postbox {
		text-align: left;
		min-height: auto !important;
		width:100%;
		border-right: 0;
	}
	.postleft,
	.postright{
		display: none;
	}
	.posttitlearea{
		width: 100%;
		padding-left: 0px;
	}

	.pagecontent table {
		width: 100%;
	}

	td.table-image {
		width: 10vw;
	}

	p.intro-heading {
		font-size: 16px;
	}

	.hbanner .col-md-6 {
		width: 100%;
		margin-bottom: 50px;
		padding-left: 68px;
	}

	.banner-form-wrapper {
		width: 100%;
		padding: 0 75px;
		margin: 0 auto;
	}

	h3.welcometitle {
		font-size: 3.1vw;
	}

	h1.welcometitle1 {
		font-size: 6vw!important;
	}

	span.welcometitle2 {
		font-size: 7vw;
	}

	.lbogwrap .lblogleft {
		width: 100%;
		padding-left: 45px;
		display: block;
	}

	.lbogwrap .lblogright {
		width: 100%;
		padding-left: 45px;
		display: block;
	}

	.ipguide a {
		padding: 15px 50px;
		font-size: 1em;
	}
}

@media screen and (max-width: 1024px) {
    .lbogwrap .lblogleft, .lbogwrap .lblogright {
		width: 100%;
		display: inline-block;
	}
	ul.asseen{
		text-align: center;
	}
	ul.asseen li {
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		margin: 15px 30px;
	}
	 .slidetextarea {
		color: #fff;
		padding: 55px 0 0 400px;
	}

	.ipguide .col-md-9 {
		font-size: 2em;
		width: 100%;
		text-align: center;
		padding-left: 0;
	}

	.ipguide .col-md-3.text-center {
		padding-right: 0;
		width: 100%;
	}

	table p {
		font-size: 16px;
	}
}
@media screen and (max-width: 1000px) {
	.page-left-side {display:none;}
	.col-sm-2.content-disc.page-left-side {display:none;}
	.slidetextarea {
		padding: 55px 0 0 400px;
	}
	footer .col-sm-4{
		padding: 0 0 40px;
	}
	.gform_wrapper form {
		padding: 0 50px;
	}
}
@media screen and (max-width: 768px) {
    .page-left-side{
        display:none;
    }
    .sectiondata.ipguide {
		text-align: center;
	}
    h3.welcometitle {
		font-size: 26px;
		white-space: unset;
	}

    h1.welcometitle1 {
		font-size: 45px!important;
		white-space: unset!important;
	}

    span.welcometitle2 {
		font-size: 53px;
		white-space: unset;
	}

    .hbanner .col-md-6 {
        padding-top: 0;
	}

	.internal h1.welcometitle1.text-white.text-center {
		padding-top: 50px;
	}

    td.table-paragraph-right {
        padding-left: 0;
	}
}

@media screen and (max-width: 680px){
    .slidetextarea {
		padding: 55px 0 0 300px;
	}
}
@media screen and (max-width: 500px){
	.slidetextarea {
		color: #fff;
		padding: 115px 0 0 100px;
		text-shadow: 1px 1px 7px #000
	}
	.left-side-content {display:none;}
	.col-sm-2.content-disc.page-left-side {display:none;}
}


/****************************Home************************************************/
/*****************************88Cange bootstrap points*************************/
@media only screen and (max-width: 991px) {
    .navbar-container{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .navbar-container .collapse{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .navbar-container .nav li a{
        padding-left:10px!important;
        padding-right: 10px!important;
    }
    .logo-container{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .ourclients li
    {
        width: auto;
    }
    .ipguide {
        padding: 5%;
    }
    .ipguide .col-md-9 {
        font-size: 1.2em;
    }
    .sectiondata.ipguide {
        text-align: center;
    }
    .ipguide a {
    padding: 10px 40px;
        font-size: 1em;
    }

    .footer .col-md-4 {
        margin-bottom: 50px;
    }

    .internal .content-disc {
        height: auto !important;
        padding-left: 25px;
    }

    .content-disc {
        padding-left: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .content-section{
        display: table;
    }
    .content-disc.col-md-9{
      padding: 0 75px 0 50px;
    }
    .single-office-detail{
        padding-left: 0px;
        padding-right: 0px;
    }
    .social-links{
        padding: 0px!important;

    margin-top: 30px;

    }
    .sectiondata1
    {
        padding: 0;
    }

    .navbar-nav {
        float: left;
        margin: 0;
        padding-left: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .navbar-container{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .navbar-container .collapse{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .navbar-container .nav li a{
        padding-left:15px!important;
        padding-right: 15px!important;
    }
    .logo-container{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .section-heading,.section-heading-2,.section-heading-3{
        border: none!important;

    }
    .left-side-content{
        border: none!important;
    }
    .container{
      /*  padding-left: 0px!important;
        padding-right: 0px!important;*/
    }
    .content-disc{
     /*   padding-left: 0px!important;
        padding-right: 0px!important;*/
    }
    .footer-widget-desc{
        border-bottom: 1px solid #999;
        padding-top:15px;
        padding-bottom: 15px;
    }
    .main-nav{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .slider-image{
        height: 100px!important;
        position:relative;
    }
    .home .alignnone {
		margin: 0;
	}
	.home .left-side-content{
		height:auto !important;
	}
    .social-links{
        margin-top: 15px;
    }
    .gform_wrapper {
		margin: 0;
		max-width: 100%;
	}
	.gform_wrapper .gform_footer {
		padding: 0;
		margin: 0;
		clear: both;
		width: 100%;
	}
    .dropdown-menu{
        position: relative;
        float:none;
    }

	.gform_wrapper form {
		padding: 0;
	}

	.hbanner .col-md-6 {
		padding-left: 30px;
	}

	.banner-form-wrapper {
		padding: 0 30px;
	}

	body .testimonialinner .tcontent {
		font-size: 1em;
		line-height: 25px;
	}

	td.table-image {
		display: none;
	}

}


/*** Internal Page Styles ***/
.internal .hbanner {
    padding: 0;
}

.internal h1.welcometitle1,
.internal h2.welcometitle1 {
    font-size: 35px;
    font-weight: 300;
    color: #F1F6FA!important;
    text-shadow: 2px 2px 5px #000;
    text-transform: capitalize;
    font-family: Helvetica, Sans-Serif;
}

.internal h2.first-title {
    color: #7c2929;
    font-size: 52px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-bottom: 15px;
    position: relative;
    line-height: 1.2em;
    text-transform: capitalize;
}

.internal h2.first-title:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    width: 125px;
    background: #006699;
}

.internal .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    position: relative;
}

.internal .hbannerform li#field_43_9, .internal .hbannerform li#field_43_2, .internal .hbannerform li#field_43_3 {
    width: 32%;
    float: left;
    clear: none;
    margin-bottom: 6px;
}

.internal .hbannerform li#field_43_2, .internal .hbannerform li#field_43_3 {
    margin-left: 2% !important;
}

span.cap {
    float: none;
    color: #fff;
    padding: 2%;
    white-space: nowrap;
}

input#input_43_37, input#input_42_37 {
    display: inline-block;
    float: none;
    width: 50px!important;
    border: 1px solid #ccc;
    background-color: rgba(255,255,255,.4);
    border-radius: 3px !important;
    color: #fff !important;
    padding: 0 5px !important;
    height: 40px;
    line-height: 40px;
}

li#field_43_37, li#field_42_37 {
    float: left;
    width: calc(50% + .5vw)!important;
}


body:not(.page-id-4347):not(.page-id-4638):not(.page-id-296) .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
    text-align: right;
    display: flex;
}

.gform_wrapper ul.gform_fields li#field_43_4, .gform_wrapper ul.gform_fields li#field_42_4 {
    padding-right: 16px;
    margin-bottom: 0;
}

body div.hbannerform .gform_wrapper .gform_footer {
    display: flex;
}

li#field_43_37, li#field_42_37 {
    display: none;
    width: 30%!important;
    flex-direction: column;
}



span.cap {
    display: flex!important;
    flex-direction: column;
    width: 65%;
    align-items: center;
    justify-content: center;
    margin-bottom: 0!important;
}

input#input_43_37, input#input_42_37 {
    display: flex;
    flex-direction: column;
    width: 38%!important;
    margin-right: 5px;
}

body div.hbannerform .gform_wrapper form .gform_footer input[type=submit] {
    display: flex;
    flex-direction: column;
    align-items: normal;
}


body div.hbannerform .gform_wrapper form .gform_footer input[type=submit] {
    float: right;
    width: calc(45% + .5vw);
    margin:10px 0 0 0;
}

body div.hbannerform .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    margin-right: 0;
}

body .internal .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
    text-align: left;
}

.home .ginput_container.ginput_container_textarea {
    height: 71px;
    margin-bottom: 29px;
}

#gform_submit_button_11 {
    margin-top: 5px;
}

body .internal div.hbannerform .gform_wrapper form ul li textarea {
    height: 70px;
}

.internal div#trans-arrow {
    top: 31%;
}

body .internal .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}

body .internal div.hbannerform .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    margin-right: 0;
    margin-top: 5px;
}

.internal .hbannerform li#field_42_4 {
    margin-bottom: 0;
}


.gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
    padding: 0!important;
    text-align: left;
}

@media (max-width: 500px) {
        .internal .hbannerform li#field_42_9, .internal .hbannerform li#field_42_2 {
            width: 49%!important;
        }

        .internal .hbannerform li#field_42_3 {
            width: 100%!important;
            margin-left: 0!important;
        }

        .gform_wrapper textarea, .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
            font-size: 13px !important;
        }

        li#field_43_37, li#field_42_37 {
            display: none;
            width: 45%!important;
            flex-direction: column;
        }


}

@media (min-width: 768px) and (max-width: 1024px) {
    .seven-four, .eighty { display: none; }
    td.table-paragraph-right {padding-left: 0;}
    .footer {
        background: url(images/footer-map.jpg);
        padding: 50px 2%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 1200px){
	button#responsive-menu-button {
		top: 25px!important;
		right: 5%;
	}
	.logo img.img-responsive {
		width: 100%;
    	max-width: 350px;
	}
}

@media only screen and (max-width: 632px) {
	#responsive-menu-button {
		width: 25px !important;
    	height: 25px !important;
		border-radius: 0 !important;
		top: 25px !important;
	}
	h3.welcometitle {
		font-size: 20px;
		white-space: unset;
	}
	h1.welcometitle1 {
		font-size: 30px!important;
	}
	span.welcometitle2 {
		font-size: 40px;
	}
}

@media only screen and (max-width: 460px) {
	.lblog-innerright h4 {
		font-size: 1em !important;
	}
}

@media only screen and (max-width: 420px) {
	.logo img.img-responsive {
		width: 100%;
		max-width: 250px;
		height: auto;
	}
	#responsive-menu-button {
		top: 20px !important;
	}
	.lblogtext p {
		text-align: center;
	}
  
  .sectiondata {
    min-height: 665px;
  }
  
  .site-content.internal .hbanner {
    min-height: 356px;
  }
  
}

@media(max-width:992px) {
	div#trans-box{
		display:none;
	}
	.owl-carousel .owl-item img {
		width: 200px;
		max-width: unset;
	}
	.home .hbanner {
		min-height: 80vh;
	}
}

.gform_hidden,
.gfield--type-honeypot {
    display: none;
}

ul.gform_fields,
ul.gform_fields li {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
}

ul.gform_fields li {
	margin-bottom: 15px;
}

ul.gform_fields {
	display: flex;
	flex-wrap: wrap;
}

.hbannerform .gform_wrapper {
	margin-top: 15px;
	display: block !important;
}

.testimonialinner .owl-carousel {
	display: block;
}

body .owl-carousel .owl-nav button.owl-next,
body .owl-carousel .owl-nav button.owl-prev,
body .owl-carousel button.owl-dot {
	padding: 2rem !important;
	line-height: 1;
	font-size: 6rem;
}