/*
Theme Name:Yeasfe
Author: Md Yeashir Arafat
Author URI: http://belocal.today
Thank you : Belocal Today 
License: 
License 

*/

/*Comon css*/

@font-face {
    font-family:'d';
    src: url('fonts/d Regular.eot');
	src: url('fonts/d Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/d Regular.woff2') format('woff2'),
		url('fonts/d Regular.woff') format('woff'),
		url('fonts/d Regular.svg#d Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    
}

@font-face {
    font-family:'Trajan Pro';
    src: url('fonts/TrajanPro-Regular.eot');
	src: url('fonts/TrajanPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/TrajanPro-Regular.woff2') format('woff2'),
		url('fonts/TrajanPro-Regular.woff') format('woff'),
		url('fonts/TrajanPro-Regular.svg#TrajanPro-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    
}





body{margin: 0 auto; font-family: 'd', serif !important;}
h1, h2,h3, h4, p, a, li{
    font-family: 'd', serif !important;
}

a:hover, a:focus{
    text-decoration: none !important;
    outline:none !important;
}
/*Top Section*/
div#logo-area a {
    display: inline-block;
}

div#logo-area {
    text-align: center;
}
section.header-top-area {
    padding: 30px 0;
    background-image: url(img/bg-pic-black.png) !important;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    border-bottom: 1px solid #c3c3c3;
}
section.header-top-area div#top-email a {
    color: #fff;
    font-size: 17px;
}
section.header-top-area div#top-phone a {
    font-weight: 600;
    color: #000;
    font-size: 19px;
    text-transform: capitalize;
}

section.header-top-area  div#top-phone img {
    position: relative;
    top: -3px;
}
.cp{
    padding: 0 !important;
}

section.header-top-area div#top-email img, section.header-top-area div#top-phone img {
    margin-right: 5px;
}
section.header-top-area div#top-email a:before, section.header-top-area div#top-phone a:before{
    content: "";
    background: url(img/acoustic-fencing-brisbane-Header-Line.png) no-repeat;
    padding: 1px;
    position: relative;
    top: 7px;
    margin-right: 5px;
}

section.header-top-area div#top-social ul {
    padding: 0;
    margin: 0;
    text-align: right;
}
div#top-social ul li{
    display: inline-block;
}

div#top-social  ul.social li a, .copyright-social-area ul.social li a{
    padding: 7px 13px;
    display: block;
    margin-top: 2px;
}


div#top-social  ul.social li a:hover, .copyright-social-area ul.social li a:hover{
    opacity: 0.5;
}

div#email-area a {
    color: #000;
    font-weight: 600;
    margin-left: 5px;
    font-size: 17px;
}

div#email-area {
    margin-top:34px;
}

div#top-social #cssmenu > ul > li > a{font-size: 15px; padding: 0 10px;}
div#top-phone {margin-top:34px;     text-align: right;}
.form-mainform {
    margin-top: 30px;
}

/*Top Menu*/
section.header-top-area ul#menu-top {
    padding: 0;
    margin: 0;
}
section.header-top-area div#top-main ul li {
    display: inline-block;
}

section.header-top-area ul#menu-top li a {
    color: #fff;
    padding: 10px;
    font-size: 17px;
    display: block;
}

/* Menu section*/
section.header-main-menu{
    padding: 10px 0;
    background: #e6e6e6;
    transition: 0.2s;
    -webkit-transition: 0.2s;

}

.is-sticky{
    position: fixed;
    top: 0;
    width: 100%;z-index: 9999;
    transition: 0.2s;
    -webkit-transition: 0.2s;

}
.logo-area, ul#menu-main-menu {
    transition: 0.2s;
    -webkit-transition: 0.2s;
}
section.header-main-menu .is-sticky{
    padding: 5px 0 !important; 
}

.is-sticky .logo-area img {
    width: 59%;    margin: auto;

}
.is-sticky  ul#menu-main-menu {
    margin-top: 2px;
}
section.log-sec {
    padding: 10px 0;
}
.google-review {
    position: fixed;
    top: 400px;
}





.navigation-area-section {
    background: url(img/logo-bg-financial.png);
}


/* Starter CSS for Menu */

#cssmenu {
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
}
#cssmenu ul,
#cssmenu li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#cssmenu ul {
    position: relative;
    z-index: 597;
}
#cssmenu ul li {
    
    min-height: 1px;
    vertical-align: middle;
    padding: 5px;
}
ul#menu-main-menu  li {
    padding: 5px 10px;
}
ul#menu-main-menu  li:last-child::after {
    display: none;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}
#cssmenu ul ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}
#cssmenu ul ul li {
    float: none;
}
#cssmenu ul ul ul {
    top: 0;
    left: 190px;
    width: 190px;
}
#cssmenu ul li:hover > ul {
    visibility: visible;
}
#cssmenu ul ul {
    bottom: 0;
    left: 0;
}
#cssmenu ul ul {
    margin-top: 0;
}
#cssmenu ul ul li {
    font-weight: normal;
}
#cssmenu a {
    display: inline-block;
    line-height: 1em;
    text-decoration: none;
}
/* Custom CSS Styles */
#cssmenu {
    background:transparent;  
    font-size: 17px;
}
#cssmenu > ul {
    *display: inline-block;
}
#cssmenu:after,
#cssmenu ul:after {
    content: '';
    display: block;
    clear: both;
}
#cssmenu ul {
    text-transform: capitalize;
}
#cssmenu ul ul {    
    text-transform: none;
    min-width: 210px;
    box-shadow: 0px 2px 5px #b3b3b3;
    display: inline-table;
}
#cssmenu ul ul a {
    background: url(img/Droup-down-arrow.png) #fff no-repeat left center;
    color: #000;    
    border-top: 0 none;
    line-height:1.2em;
    padding: 15px ;
    font-size: 15px;
    display: block;
}
#cssmenu ul ul a:hover {
    background: url(img/Droup-down-hover-arrow.png) #fff no-repeat left center;
    color: #277ee5;
}
#cssmenu ul ul li:after {
    display: none;
}
#cssmenu ul ul ul {
    border-top: 0 none;
}
#cssmenu ul ul li {
    position: relative;
    padding: 0 15px !important;
    border-bottom: 1px dotted #277ee5;
    background: #fff;
}



#cssmenu ul ul li.has-sub > a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
}
#cssmenu ul li:hover > a, #cssmenu ul li.active > a {
    color: #fff;
    border-color: #ffffff;
}
#cssmenu ul ul li.active  a {
    color: #000;
}
#cssmenu ul ul li.active  a span:before{display: none}
#cssmenu ul ul li.active  a span:after{display: none}

#cssmenu ul li.has-sub > a:after {
    content: '+';
    margin-left: 5px;
}
#cssmenu ul li.last ul {
    left: auto;
    right: 0;
}
#cssmenu ul li.last ul ul {
    left: auto;
    right: 99.5%;
}
#cssmenu a { 
    color: #000;
    padding: 0 13px;
}
#cssmenu > ul > li > a {
    line-height:35px;
    font-size: 17px;
        border-bottom: 2px solid transparent;
}
.col-xs-12.cummsoon img {
    width: 100%;
}
ul#menu-top-menu li a{border-bottom:none;}
ul#menu-main-menu {
    margin-top: 21px;
}



/* Banner */

.banner-sec { background-position: center center;}

.banner-sec .banercaption .banner-form-header .bannerservice {
    background: rgba(41, 41, 41, 0.6);
    padding: 20px;
    text-align: center;

}
.banner-sec .banercaption .banner-form-header .bannerservice #banar-titel h2 {
    font-size:40px;
    color: #fff;
    font-weight: 600;
}
.banner-sec .banercaption .banner-form-header .bannerservice #banar-titel h3 {
    font-size:25px;
    color: #fff;
    font-weight:400;
    padding-top: 8px;
    font-family: 'Maitree', serif;
    line-height: 1.2em;
    margin: 0;   
}
.banner-sec .banercaption .banner-form-header .bannerservice .banner-sb-tx {
    font-size:23px;
    margin: 0;
    padding: 0 0 20px 0;
    font-family: 'Maitree', serif;
    color: #fff;
    font-weight: 300;
}
.banner-sec .banercaption .banner-form-header {
    margin: 36% 0 14%;
}
.team-member-img {
    text-align: center;
    background: #dadada;
    padding: 30px;
}
section.ourteam.wow.fadeInUp.wHighlight.animated.animated {
    padding: 3% 0;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
h2.team-member-name {
    font-size: 20px;
    text-align: center;
}
p.team-member-designation {
    text-align: center;
}

.team-member-sec a{color: #000;}

.single-tnumb.col-md-4.col-xs-12 {
    text-align: center;
    padding: 60px;
    background: #e2e1e1;
}
/* Service */
section.services-section {
    padding: 3% 0;
}
section.services-section  h2.srv-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    font-family: 'Maitree', serif;
}
section.services-section .single-serv img,
section.services-section .single-serv a,
section.services-section .single-serv h2{    
    transition: 0.2s;
    -webkit-transition: 0.2s;
}
section.services-section .single-serv:hover  h2.srv-title {
    color: #277ee5;
}
section.services-section span.wep-title-before{ 
    margin-top: 32px !important;
}
section.services-section .src-cont {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    font-family: 'Maitree', serif;
    margin: 20px 0;
}

section.services-section .single-serv  a.srv-link {
    color: #000;
    font-size: 16px;
    background: url(img/CCTV-Pipe-Inspections-Read-More-icon.png) no-repeat center right;
    padding-right: 25px;
}
section.services-section .single-serv:hover a.srv-link {
    background: url(img/CCTV-Pipe-Inspections-Read-More-icon-hover.png)no-repeat center right;
    color: #277ee5;
}

section.services-section .single-serv {
    padding: 20px 15px;
    min-height: 366px;
    text-align: center;
}
section.services-section  h2.srv-titel{
    width: 60%;
    float: left;
    text-align: right;
    padding: 5px 20px 30px 0;
    margin: 0;
    color: #3f4042 !important;
    font-size: 45px;
    font-family: 'Maitree', serif;
    font-weight: 400;
}

section.services-section  h2.srv-titel:before{
    content: url(img/Services-Icon.png);
    position: relative;
    top: 13px;
    right: 20px;
}
section.services-section 
/* welcome-section */

section.welcome-section {
    padding: 3% 0 0 0;
}

section.welcome-section h2.wlq-titel {
    margin: 0;
    color: #000;
    font-size:35px;
    text-align: center;
    width: 100%;
    display: inline-block;
    font-family: 'Maitree', serif;
    font-weight: 400;
    background: url(img/services-style.png) no-repeat bottom center;
    padding-bottom: 30px;
}
section.welcome-section h2.wlq-titel:after {
    content: url(img/We-Are-Your-Local-Plumber-icon.png);
    position: relative;
    top: 10px;
}
span.title-before {
    width: 40%;
    display: inline-block;
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    padding: 7px;
}
section.welcome-section h2.wlq-comname {
    margin-top: 5px;
    color: #8e0e55 !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 37px!important;
}
section.welcome-section .main-wel-content{  
    margin: 30px 0;
    background: url(img/Your-Local-Plumber-wlqbg.png) no-repeat center bottom;

}
.col-xs-12.formsec.frm-home span,
.col-xs-6.formsec.frm-home span {
    font-weight:500;
    color: #fff;
    font-size: 32px;
}
.wel-content-mobo{
    font-family: 'Maitree', serif;
    text-align: center;
}
section.welcome-section .wel-content-mobo h3 {
    font-size: 22px;
    color: #404040;
    letter-spacing: 1px;
    font-weight: 400;

}

section.welcome-section .wel-content-mobo p {
    font-size: 20px;
}


section.welcome-section .wel-content-mobo ul {
    padding: 0;
    list-style-position: inside;
}
section.welcome-section .wel-content-mobo ul  li{
    font-size: 20px;
    color: #404040;
    font-weight:400;
    line-height: 1.7em;
}


section.welcome-section .colse-open button#show {
    border: none;
    font-size: 20px;
    background: url(img/CCTV-Pipe-Inspections-Read-More-icon-hover.png) no-repeat center right;
    color: #1b81f2;
    padding: 0px 23px 0 0;

}

section.welcome-section .colse-open button#hide{
    border: none;
    font-size: 20px;
    background: url(img/CCTV-Pipe-Inspections-close-icon-hover.png) no-repeat center right;
    color: #1b81f2;
    display: none;  
    padding: 0px 23px 0 0;
}

section.welcome-section .wlq-i img {
    width: 100%;
}


.bg-lft{opacity: .8;}

/* Form*/

/*section.form-section {
    padding: 3% 0;
}*/

section.form-section, section.form-section .formsec.frm-home p {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    color: #4e4e50;
    font-family: 'Maitree', serif;
}
section.form-section span.dexktop-mm a {
    color:#fff;
    font-weight:700;
    font-family: 'Maitree', serif;
}




div#frm_field_cptch_number_container {
    display: block !important;
    clear: none !important;   
}


div#frm_form_2_container textarea {
    height: 46px !important;
}

.cptch_wrap {
    display: block !important; 
    background: #fff;    
    text-align: center !important;
}
span.cptch_span input {
    background: #9a9a9a !important;
    height: 30px !important;
    border-radius: 0 !important;
    margin:4px !IMPORTANT;
}

.cptch_label, .cptch_reload_button_wrap{
    display: inline-block !important;
    margin: 3px 0 !important;

}
button.frm_button_submit.frm_final_submit {
    width: 100% !IMPORTANT;   
    text-transform: capitalize;
    font-weight: 600 !important;
    font-size: 23px !important;
    margin: 0 !important;
    padding: 6px !IMPORTANT;
    border: none !important;  
    color: #fff !important;
    border-radius: 10px !important;
    background-image: -ms-linear-gradient(top, #43474B 0%, #040404 100%) !important;
    background-image: -moz-linear-gradient(top, #43474B 0%, #040404 100%) !important;
    background-image: -o-linear-gradient(top, #43474B 0%, #040404 100%) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #43474B), color-stop(100, #040404)) !important;
    background-image: -webkit-linear-gradient(top, #43474B 0%, #040404 100%) !important;
    background-image: linear-gradient(to bottom, #43474B 0%, #040404 100%) !important;
}
div#frm_form_2_container button.frm_button_submit.frm_final_submit {
    margin-top: -10px !important;
}

/* Testmonial */

.testimonial-section div#tm{   
    padding: 20px;
}


.testimonial-section  h2.tm-sec-titel {
    width: 50%;
    display: inline-block;
    text-align: left;
    padding: 5px 20px 30px 0;
    margin: 0;
    color: #000;
    font-size: 45px;
    font-family: 'Maitree', serif;
    font-weight:600;
}
.testimonial-section h2.tm-sec-titel:before{
    content: url(img/Testimonials-Icon.png);
    margin: 10px 21px;
    position: relative;
    top: 9px;
}


.testimonial-section .tm-cont p.designation {
    color: #c3c3c3;
    font-weight: 600;
}
.testimonial-section .tm-cont p.tmcont {
    color: #000;
    font-size: 20px;
    font-weight: 300;
    font-family: 'Maitree', serif;
}
.testimonial-section .tm-cont p.tmcont a {
    color: #8e0e55;
    font-weight: 800;
    font-family: 'Maitree', serif;
}
.testimonial-section .tm-cont a.tmcont p {
    color: #000;
    font-size: 20px;
}
.testimonial-section .tm-cont h2.tm-titel {
    font-size: 20px;
    color: #008dd2;
    padding-top: 30px;
    border-top: 2px solid #fe6e25;
    width: 62%;
}
.testimonial-section .tm-cont h2.tm-titel span { color: #202020;}
.testimonial-section  .owl-prev {
    position: absolute;
    background:url(img/Testimonials-left-arrow.png) no-repeat center;
    top: 78px;
    left: -200px;
    width: 34px;
    height: 34px;
    text-indent: -110px;
    overflow: hidden;
    border-left: 2px solid #000;
    padding: 27px;
}

.testimonial-section  .owl-next {
    position: absolute;
    background:url(img/Testimonials-right-arrow.png) no-repeat center;
    top: 78px;
    right: -200px;
    width: 34px;
    height: 34px;
    text-indent: -110px;
    overflow: hidden;
    border-right: 2px solid #000;
    padding: 27px;
}


.testimonial-section  .owl-prev:hover, .testimonial-section  .owl-next:hover {
    opacity: 0.5;
}


/* Footer */
section.footer-widget-area {
    padding: 3% 0 0 0;    border-top: 1px solid #ececec;

}

span.img-span {
    width: 11%;
    height: 30px;
    display: inline-block;
}
span.img-txt{
    width: 80%;
    display: inline-block;
}
span.img-txt a {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}
.phone-footer a {
    font-size: 24px !important;
    color: #ffc628 !important;
    font-weight: 600 !important;
}
img.imghu {
    position: absolute;
    top: 9px;
}

.address-footer a:hover,.phone-footer a:hover, .email-footer a:hover{ color:#277ee5; text-decoration: none;}

.address-footer {
    padding-bottom: 10px;
}
.phone-footer, .email-footer {
    padding: 10px 15px 4px 15px;
}

ul#menu-footer li a {
    color: #fff;
    padding: 5px 0;
    display: block;
}
ul#menu-footer li {
    list-style-image:url(img/footer-icon.png) ;
}

ul.social li {
    display: inline-block;
}

ul.social {
    padding: 0;
}


h2.footer-wd-title {
    font-size: 45px;
    font-weight: 500;
    color: #6d6e71;
    text-transform: capitalize;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    width: 23%;
    margin: auto;
    padding-bottom: 10px;
}
hr.footer-tlt-bot{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #277ee5;
    width: 40%;
    margin-left: 0;
}
.map-img img {
    width: 100%;
}
section.welcome-section {
    padding: 2% 0 0 0;
}
section.copyright-section {
    padding: 0 0 4% 0;
    text-align: center;
}
.text-copy {
    color: #000;
    font-size: 16px;
    padding: 0;
    font-family: 'Maitree', serif !important;
}
.address-footer.col-xs-12 {
    text-align: center;
    margin-top: 10px
}
.address-footer a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin: 10px;
    display:inline-block;
}
.copyright-social-area ul li {
    display: inline-block;
}
.text-copy a {
    color: #000;
    font-weight:600;
    text-decoration: underline;
}

ul.social{
    border-bottom: 1px solid #f1f1f1;
    width: 56%;
    margin: auto;
}

select.ui-datepicker-month, select.ui-datepicker-year {
    color: #000;
}
/* Inner Page */
section.innerpage {
    margin-top: 10px;
}
.post-content-innerpage h2 {
    font-size: 23px;
    margin-bottom: 20px;
}
.post-content-innerpage h3, .post-content-innerpage h4{
    margin-bottom: 20px;
    color: #404040;
}
.post-content-innerpage p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #404040;
    line-height: 1.3em;
}
.col-xs-12.innerimage{
    margin-bottom: 20px;
}
.col-xs-12.innerimage img {
    max-width: 100%;

}
div#form-sidebar {
    padding: 15px;
    text-align: center;
    font-size: 19px;

}
.form-inner span {
    font-size: 20px;
    font-weight: 700;
    color: #001850;
    text-transform: capitalize;
}
.form-inner span a{color: #901258;}
span.price {
    color: #8c0551;
}

.form-inner {
    margin-bottom: 23px;
}

.firstblockimg, .scondtblock {
    background-size: 110% !important;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
}

.sideber div#frm_field_cptch_number_container {
    width: 100%;
}
div#menu-sidebar {
    margin-top: 30px;
}
h2.sideber-menu-titel {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    color:#001852;
    background: url(img/acoustic-fencing-brisbanen-srv-title-bg.png) no-repeat bottom;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

div#menu-sidebar .item:hover {
    background-color: #8e0e55 !important;
    background-position: 13px 16px !important;
}
div#menu-sidebar .sideber-li {
    border: 1px solid #d5d5d5;
    padding: 0 !important;
}

div#menu-sidebar .sideber-li .item {
    border-bottom: 1px solid #d5d5d5;
    transition: 0.2s;
    -webkit-transition: 0.2s;
}

div#menu-sidebar .item h2 {
    font-size: 20px;
    margin-left: 45px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 20px;
}
div#menu-sidebar .item:hover h2{
    color: #fff;
}

.tetel-inner-page h1 {
    text-align: center;
    margin: 0;
    padding: 69px;
    color: #000;
    font-weight: 600;
    font-size: 65px;
    text-transform: capitalize;
}
.sideber {
    margin-top: 20px;
}
.col-xs-12.sideber-li.cpm {
    margin-bottom: 30px;
}
.phone-footer a:hover {
    color: #dddfe2;
}

a.rdmore:hover {
    color: #c0c0c0;
}
.innercont img {
    margin: auto;
}
.collapsible {
    font-size: 17px;
}

/* blog*/
.cummsoon {
    text-align: center;
    margin-bottom: 30px;
}

section.blog {
    margin-top: 20px;
}
.bolg-page-desc {
    margin-bottom: 20px;
}
.bolg-page-desc h2 {
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif !important;
}

.bolg-page-desc p {
    color: #6e6e6e;
    line-height: 1.3em;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px;
}

.blog-tnumb img {
    width: 100%;
}

.col-xs-12.post-bl-cont.cpm {
    border-left: 2px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1;
    border-right: 2px solid #e1e1e1;
    padding-top: 20px;
}

.titel-blog a {
    color: #000;
    margin-bottom: 20px;
    display: block;
}
.time-admin {
    margin-bottom: 20px;
    color: #353333;
}
.blogtext {
    color: #6e6e6e;
    line-height: 1.3em;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;    
}

a.rdmore {
    display: block;
    margin: 15px 0;
    clear: both;
    background: #8c0551;
    width: 177px;
    text-align: center;
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.post-bl {
    margin-bottom: 60px;
}
.asas{padding: 0 !important;}
.asas img {
    width: 100%;
}
h2.rppost {
    font-size: 25px;
    text-transform: uppercase;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.blog-single {
    margin-bottom: 19px;
}

.col-xs-12.rptitle{
    font-size: 18px;
    color: #000;
}

.col-xs-12.rptitle a {
    display: block;
    color: #000;
}
.post-content-innerpage h3 {
    font-size: 20px;
}
.post-content-innerpage ul {
    padding: 0;
    list-style-position: inside;
    margin-bottom: 20px;
}
.post-content-innerpage ul li{
    font-size:18px;
    
}

.menu_title {
    height: 42px;
    overflow: hidden;
}
.post-content-innerpage strong {
    font-weight: 500;
}


.contactpage {
    margin-top: 20px;
}
.contactpage .innercont img{
    margin-top: 20px;
}
.form-contpage{
    background: url(img/acoustic-fencing-brisbane-Contact-Us-Bg.jpg) center;
}
.cpm-form{padding: 0!important;}

.form-contpage {
    padding: 60px 0;
    margin-bottom: 30px;
    margin-top: 30px;
}

div#frm_form_7_container button.frm_button_submit.frm_final_submit { width: 34% !IMPORTANT; margin: auto;}
div#frm_form_7_container .frm_submit{ text-align: center;}

/*FAQ*/
.page-template-faqpage h1#page-54{text-transform: uppercase;}
ul#faqList h2, ul#faqList li {
    width: 50%;
    float: left;
    list-style: none;
}
h2.faqcat-title {
    background: #8c0551;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    text-transform: capitalize;
}

.faq-cat {

}
.answer p {
    font-family: 'Maitree', serif;
    font-size: 17px;
}
.collapsible {
    background: #f3f3f3;
    padding: 20px;
    font-size: 18px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif !important;
}

.answer {
    padding: 10px 5px;
}
.collapse-close span{
    background: url(img/plus.png) center center no-repeat;
    display: block;
    padding: 10px;
    float: right;
}

.collapse-open span {
    background: url(img/minus.png) center center no-repeat; 
    display: block;
    padding: 10px;
    float: right;
}



/* Gallery*/
div#gallery {
    clear: both;
}
.gallery-sec {
    margin-bottom: 30px;
}

/*testmonial*/
.page-template-testmonial .single-tm {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 20px;
}
.page-template-testmonial h2.tm-titel {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 700;
}
.page-template-testmonial p.designation {
    font-size: 18px;
}
.page-template-testmonial p.tmcont {
    font-size: 18px;
}
div#frm_form_7_container div#frm_field_cptch_number_container {
    width: 100%;
}

.menu_title a{line-height: 17px !important;}
.post-content-innerpage a {
    color: #000;

}
.post-content-innerpage a:hover {
    color:#1f88ec;
}
.cnt-sideber a {
    font-weight: 600;
}

/* Tab*/
.full-width-tabs > ul.nav.nav-tabs {
    display: table;
    width: 100%;
    table-layout: fixed;
}
.full-width-tabs > ul.nav.nav-tabs > li {
    float: none;
    display: table-cell;
}
.full-width-tabs > ul.nav.nav-tabs > li > a {
    text-align: center;
}
.take-all-space-you-can{
    width:100%;
}

ul.nav.nav-tabs li {
    width: 50%;
    text-align: center;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    color: #fff !important;
    cursor: default;
    background-image: -ms-linear-gradient(top, #43474B 0%, #040404 100%);
    background-image: -moz-linear-gradient(top, #43474B 0%, #040404 100%);
    background-image: -o-linear-gradient(top, #43474B 0%, #040404 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #43474B), color-stop(100, #040404));
    background-image: -webkit-linear-gradient(top, #43474B 0%, #040404 100%);
    background-image: linear-gradient(to bottom, #43474B 0%, #040404 100%);
}

.full-width-tabs > ul.nav.nav-tabs > li{
    /* IE10+ */ 
    background-image: -ms-linear-gradient(top, #9B9C9E 0%, #6f7073 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #9B9C9E 0%, #6f7073 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #9B9C9E 0%, #6f7073 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9B9C9E), color-stop(100, #6f7073));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #9B9C9E 0%, #6f7073 100%);

    /* W3C Markup */ 
    background-image: linear-gradient(to bottom, #9B9C9E 0%, #6f7073 100%);
}
.nav-tabs > li > a{
    font-size: 30px;
    color: #fff;
    padding: 30px 0 !important;
    margin-right: 0!important;
    line-height: 1.42857143;
    border: 0px solid transparent!important;
    border-radius: 0!important;
}
.nav-tabs > li > a:hover{
    /* IE10+ */ 
    background-image: -ms-linear-gradient(top, #9B9C9E 0%, #6f7073 100%);

    /* Mozilla Firefox */ 
    background-image: -moz-linear-gradient(top, #9B9C9E 0%, #6f7073 100%);

    /* Opera */ 
    background-image: -o-linear-gradient(top, #9B9C9E 0%, #6f7073 100%);

    /* Webkit (Safari/Chrome 10) */ 
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9B9C9E), color-stop(100, #6f7073));

    /* Webkit (Chrome 11+) */ 
    background-image: -webkit-linear-gradient(top, #9B9C9E 0%, #6f7073 100%);

    /* W3C Markup */ 
    background-image: linear-gradient(to bottom, #9B9C9E 0%, #6f7073 100%); 
}

.tab-content.col-md-8 {
    padding:60px 0;
}
.home .tabconyent h2 {
    font-size: 40px;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px 0;
    text-align: center;
    background: url(img/services-style.png) no-repeat bottom center;
    padding-bottom: 30px;

}
.home  .tabconyent p {
    font-size: 18px;
    color: #000;
    padding: 30px;
    background: #eaeaea;
        border-radius: 15px;
}
/* Ancore */

section.sas-section {
    padding:2% 0;
}
.col-xs-12.box.bar a {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    padding: 20px;
    display: block;
}


.box {
    position:relative;
    vertical-align: middle;
    color: #0b7;
    display: inline-block;    
    text-align: center;
    transition: 0.5s;
    padding: 0 20px;
    cursor: pointer;
    border: 6px solid #ffffff7d;
    -webkit-transition:0.5s;
}

.box:hover {
    border:6px solid rgba(0,160,80,0);
    color: #FFF;
}

.box::before, .box::after {
    width: 100%;
    height:100%;
    z-index: 3;
    content:'';
    position: absolute;
    top:0;
    left:0;
    box-sizing: border-box;
    -webkit-transform: scale(0);
    transition: 0.5s;
}

.foo::before {
    border-bottom:6px solid #FFF;
    border-left:6px solid #FFF;
    -webkit-transform-origin: 0 100%;
}

.foo::after {
    border-top: 6px solid #FFF;
    border-right: 6px solid #FFF;
    -webkit-transform-origin: 100% 0%;
}


.bar::before {
    border-bottom: 6px solid #FFF;
    border-left: 6px solid #FFF;
    -webkit-transform-origin: 100% 0%;
}

.bar::after {
    border-top: 6px solid #FFF;
    border-right: 6px solid #FFF;
    -webkit-transform-origin: 0% 100%;
}

.curmudgeon::before {
    border-bottom:6px solid #FFF;
    border-left: 0;
    -webkit-transform-origin: 0% 100%;
}

.curmudgeon::after {
    border-top: 0;
    border-right: 0;
    -webkit-transform-origin: 50% 50%;
}

.box:hover::after, .box:hover::before {
    -webkit-transform: scale(1);
}

.link {
    line-height: 1em;
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 300px;

    font-family: 'Maitree', serif;
    text-align: right; 
}

.link > a {
    text-decoration: none;
    color: #FF0;
}

ul#menu-footer li a:hover, section.footer-widget-area a:hover, .phone-footer a:hover{
    color: #fe6e25 !important;
}

section.header-top-area div#top-phone a:hover, div#email-area a:hover{
    color: #277ee5 !important;
}
.cnt-sideber {
    text-align: center;
    margin-top: 30px;
    border: 1px solid #dadada;
    padding: 20px;
    font-size: 22px;
}

div#frm_form_6_container {
    margin-top: 20px;
}

.cnt-sideber a {
    font-weight: 600;
}
.formsec.frm-home a:hover {
    color: #277ee5;
}

.conutctpage-bg {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}
section.innerpage {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #dadada;
    border-top: 2px solid #dadada;
}
.imgpart-bx{
    padding: 0 !important;
}
.imgpart-bx img {
    width: 100%;
}
.txtpart-bx {
    padding:100px !important;
    background: #f8f8f8;
    height: 437px;
}
.txtpart-bx h2 {
    font-weight: 600;
    color: #6d6e71;
    font-size: 41px;
}

.txtpart-bx p {
    font-size: 17px;
}

.tabconyent img {
    width: 100%;
}

span.cptch_wrap.cptch_math_actions {
    border: 1px solid #d4d3d3;
}

/*tab */


#myCarousel .nav a small
{
    display: block;
}
#myCarousel .nav
{
    background-image: -ms-linear-gradient(top, #9B9C9E 0%, #6f7073 100%);
    background-image: -moz-linear-gradient(top, #9B9C9E 0%, #6f7073 100%);
    background-image: -o-linear-gradient(top, #9B9C9E 0%, #6f7073 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9B9C9E), color-stop(100, #6f7073));
    background-image: -webkit-linear-gradient(top, #9B9C9E 0%, #6f7073 100%);
    background-image: linear-gradient(to bottom, #9B9C9E 0%, #6f7073 100%);
}
.nav-justified > li > a
{
    border-radius: 0px;
}
.nav-pills>li[data-slide-to="0"].active a {
    color: #fff !important;
    cursor: default;
    background-image: -ms-linear-gradient(top, #43474B 0%, #040404 100%);
    background-image: -moz-linear-gradient(top, #43474B 0%, #040404 100%);
    background-image: -o-linear-gradient(top, #43474B 0%, #040404 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #43474B), color-stop(100, #040404));
    background-image: -webkit-linear-gradient(top, #43474B 0%, #040404 100%);
    background-image: linear-gradient(to bottom, #43474B 0%, #040404 100%);
}
.nav-pills>li[data-slide-to="1"].active a { 
    background-image: -ms-linear-gradient(top, #43474B 0%, #040404 100%);
    background-image: -moz-linear-gradient(top, #43474B 0%, #040404 100%);
    background-image: -o-linear-gradient(top, #43474B 0%, #040404 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #43474B), color-stop(100, #040404));
    background-image: -webkit-linear-gradient(top, #43474B 0%, #040404 100%);
    background-image: linear-gradient(to bottom, #43474B 0%, #040404 100%);
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #383b3e !important;
}
.nav-pills> li > a {
    font-size: 30px;
    color: #fff;
    padding: 30px 0 !important;
    margin-right: 0!important;
    line-height: 1.42857143;
    border: 0px solid transparent!important;
    border-radius: 0!important;
}

.carousel-inner{    margin: 50px 0;}





section.ourdivisions-section {
    padding: 3% 0;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background: #f3f3f3;
}
.logo-img {
    text-align: center;
}
.logo-img img {
    width: auto;
        max-width: 100%;
}
section.ourdivisions-section  h3 {
    font-size: 14px;
    text-align: center;
}

h2.ods-titel {
    margin: 0;
    color: #fff !important;
    font-size: 45px;
    text-align: center;
    width: 100%;
    display: inline-block;
    font-family: 'Maitree', serif;
    font-weight: 400;
    background: url(img/title-border-new.png) no-repeat bottom center;
    padding-bottom: 30px;
    margin-bottom: 60px;
}

section.tab{padding: 3% 0;border-bottom: 1px solid #ececec;}
.divids {
    padding: 30px 0;
    text-align: center;
    font-size: 18px;
}
.tabconyent p {
    min-height: 171px;
}


/* Starter CSS for Menu */

#cssmenu {
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
}
#cssmenu ul,
#cssmenu li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#cssmenu ul {
    position: relative;
    z-index: 597;
}
#cssmenu ul li {
    display: inline-block;
    min-height: 1px;
    vertical-align: middle;
    padding: 5px;
}
ul#menu-main-menu  li {
    padding: 0 5px;
}
ul#menu-main-menu  li:last-child::after {
    display: none;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

#cssmenu ul ul li {
    float: none;
}
#cssmenu ul ul ul {
    top: 0;
    left: 190px;
    width: 190px;

}
#cssmenu ul li:hover > ul {
    visibility: visible;
}
#cssmenu ul ul {
    bottom: 0;
    left: 0;
}
#cssmenu ul ul {
    margin-top: 0;
}
#cssmenu ul ul li {
    font-weight: normal;
}
#cssmenu a {
    display: inline-block;
    line-height: 1em;
    text-decoration: none;
    color:#f0f0f0;
    padding: 0 34px;
}
ul#menu-main {
    margin-top: 24px;
}
/* Custom CSS Styles */
#cssmenu {
    background:transparent;  
    font-size: 17px;
}
#cssmenu > ul {
    *display: inline-block;
}
#cssmenu:after,
#cssmenu ul:after {
    content: '';
    display: block;
    clear: both;
}
#cssmenu ul {
    text-transform: capitalize;
}
#cssmenu ul ul {    
    text-transform: none;
    min-width: 210px;
    box-shadow: 0px 2px 5px #b3b3b3;
    display: inline-table;
    padding:0px;
    background:#63b9dc;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}
#cssmenu ul ul li:hover {
    background: #fff; 
}
#cssmenu ul ul a {
    background: url(img/arrow.png)  no-repeat left center;
    color: #fff;    
    border-top: 0 none;
    line-height:1.2em;
    padding: 16px 0 15px 30px; ;
    font-size: 15px;
    display: block;
}
#cssmenu ul ul a:hover {
    background: url(img/arrow-hover.png) #fff no-repeat left center;
    color: #277ee5;
}




#cssmenu ul ul li:after {
    display: none;
}
#cssmenu ul ul ul {
    border-top: 0 none;
}
#cssmenu ul ul li {
    position: relative;
    padding: 0!important;   

}



#cssmenu ul ul li.has-sub > a:after {
    content: '+';
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -8px;
}
#cssmenu ul li:hover > a,
#cssmenu ul li.active > a {
    color: #ffffff;   
}

#cssmenu ul ul li.active  a {
    color: #000;
}
#cssmenu ul ul li.active  a span:before{display: none}

#cssmenu ul ul li.active  a span:after{display: none}

#cssmenu ul li.has-sub > a:after {
    content: '+';
    margin-left: 5px;
}
#cssmenu ul li.last ul {
    left: auto;
    right: 0;
}
#cssmenu ul li.last ul ul {
    left: auto;
    right: 99.5%;
}

#cssmenu > ul > li > a {
    line-height:35px;
    font-size: 20px;

}
.col-xs-12.cummsoon img {
    width: 100%;
}
ul#menu-top-menu li a{border-bottom:none;}


ul#menu-main-menu .current-menu-item:after{ display: none !important;}
#cssmenu > ul > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

section.footer-nav-sec {
    padding-bottom: 20px;
}

.footer-nav-list {
    text-align: center;
    padding: 5px 0 15px;
}

.footer-nav-list a {
    color: #000;
    display: inline-block;
    font-size: 16px;
    margin: 0 6px;
    font-weight: 600;
        padding: 3px 0;
}
.border-line {
    width: 700px;
    border-bottom: 1px solid #ddd;
    margin: 0 auto;
    max-width: 100%;
}

.financial-plunning {
    background: url(img/logo-bg-financial.png) !important;
    background-repeat: repeat !important;
}

.financial-plunning h2.wlq-titel, .financial-plunning h2.wealth-titel{
    background: url(img/title-border-new.png) !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
}
.financial-plunning p {color: #fff !important; }

.financial-plunning h2.wlq-titel, .financial-plunning h2.wealth-titel{color: #fff !important; }


.finance-section {
    background-image: url(img/ggbg.png)   !important; 
    background-repeat: repeat !important;
}

i.fas.fa-download {
    margin-left: 10px;
}
.black-bg {
    background-color: #000 !important; 
}


.black-bg h2.wlq-titel {
    background: url(img/title-border-new.png) !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    color: #fff !important;
}
.black-bg p {color: #fff !important; }

.black-bg {color: #fff !important;   background-image: url(img/bg-pic-black.png) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-size: contain !important;}

   .black-bg .formsec.frm-home span, .black-bg .formsec.frm-home span a, .black-bg .formsec.frm-home span:hover, .black-bg .formsec.frm-home span a:focus{color: #fff !important;     padding-bottom: 30px;}
   .text-bottom {
    padding-bottom: 15px;}

footer.footer-section {
    background-image: url(img/foter-logo-bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 300px !important;
}
.home-form-section {
    background: url(img/logo-bg-financial.png) !important;
}

.big-g-bg {
	 padding: 3% 0;
    background-image: url(img/bg-pic-black.png) !important;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.banner-sec-realty {background-repeat: no-repeat; background-size: cover; background-position: center top; background-image: url(img/realty-banner.jpg); padding-bottom: 12%; }
.banner-sec-realty .banercaption .banner-form-header {margin: 35% 0px 12%; }
.banner-sec-realty .banercaption .banner-form-header .bannerservice {background: rgba(41, 41, 41, 0.6); padding: 20px; text-align: center; }
.banner-sec-realty .banercaption .banner-form-header .bannerservice #banar-titel h2 {font-size: 40px; color: #fff; font-weight: 600; margin: 10px 0; }

.banner-sec-solar {background-repeat: no-repeat; background-size: cover; background-position: center top; background-image: url(img/solar-page.jpg); padding-bottom: 12%; }
.banner-sec-solar .banercaption .banner-form-header {margin: 35% 0px 12%; }
.banner-sec-solar .banercaption .banner-form-header .bannerservice {background: rgba(41, 41, 41, 0.6); padding: 20px; text-align: center; }
.banner-sec-solar .banercaption .banner-form-header .bannerservice #banar-titel h2 {font-size: 40px; color: #fff; font-weight: 600; margin: 10px 0; }

.banner-sec-contact {background-repeat: no-repeat; background-size: cover; background-position: center top; background-image: url(img/contact-banner.jpg); }
.banner-sec-contact .banercaption .banner-form-header {margin:25% 0px; }
.banner-sec-contact .banercaption .banner-form-header .bannerservice {background: rgba(41, 41, 41, 0.6); padding: 20px; text-align: center; }
.banner-sec-contact .banercaption .banner-form-header .bannerservice #banar-titel h2 {font-size: 40px; color: #fff; font-weight: 600; margin: 10px 0; }

.affix {
    top: 0;
    width: 100%;
    z-index:999;
  }

ul#menu-main-menu {
    text-align: center;
}

p.finance-big {
    font-size: 28px !important;
    font-weight: 400;
}


/* Hubspot form styling */
/*.hbspt-form form fieldset label {
    color: #fff;
    font-size: 14px;
}

.col-xs-6.formsec.frm-home .hbspt-form form label span {
    font-size: 14px;
    font-family: 'Maitree', serif;
} 

.hbspt-form form input.hs-input {
    height: 23px;
}

.hs_error_rollup .hs-error-msgs li label, .submitted-message {
    color: #fff;
}

.hbspt-form form .hs-button {
    float: left;
    margin-top: -40px;
}*/

.hbspt-form form label {
    color: #fff;
}

.hbspt-form form .hs-form-required {
    display: none;
}

.hbspt-form input[type="text"], .hbspt-form input[type="password"], .hbspt-form input[type="email"], .hbspt-form input[type="tel"], .hbspt-form textarea.hs-input, .hbspt-form select {
    border: none;
    padding: 15px;
    outline: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-family: inherit;
    font-size: 16px;
    color: #333;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #f9f9f9;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    box-sizing: border-box!important;
    height: 40px;
}

.hbspt-form textarea.hs-input {
    height: 80px;
}

.hbspt-form .button, .hbspt-form a.button, .hbspt-form button, .hbspt-form input[type="submit"], .hbspt-form input[type="reset"], .hbspt-form input[type="button"] {
    text-shadow: none;
    border-radius: 4px;
    background-image: none;
    padding: 15px 30px;
    float: left;
    background-color: #f40202;
    color: #fff;
    border: none!important;
    font-size: 16px;
    font-weight: 700;
    box-shadow: none;
    font-family: montserrat;
    box-sizing: border-box;
}