/*
Warning: Three Landing pages are Styling from this CSS so be Active
/*****************/
/** 1.0 Header ***/
/*****************/
.header{
    position: relative;
		background:#333;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.2s ease 0s;
}
.fixed-top.header{
    padding: 0px 0;
    transition: all 0.2s ease 0s;
}
.fixed-top.transparent-header{
	background-color: #333;
}
.transparent-header ul.nav > li > a{
	color: #ddd;
	opacity: 0.6;
  font-weight: 600;
}
.transparent-header ul.nav > li > a:focus,
.transparent-header ul.nav > li > a:hover,
.transparent-header ul.nav > li.active > a{
	color: #fff;
	opacity: 1;
}
.fixed-top.transparent-header ul.nav > li > a{
	color: #fff;
	opacity: 0.6;
}
.fixed-top.transparent-header ul.nav > li > a:focus,
.fixed-top.transparent-header ul.nav > li > a:hover,
.fixed-top.transparent-header ul.nav > li.active > a{
	color: #fff;
	opacity: 1;
}
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
}
.navbar-header{
    padding: 0px 0;
}
.navbar-header .brand{
	font-size: 25px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-weight: 700;
}
.nav-btn {
	background-color: transparent;
	font-size: 22px;
    margin: 3px 0 0 15px;
	padding: 10px;
	border-radius: 1px;
	color: #fff;
}
.navbar-collapse {
	padding-top:0px;
    padding-left: 0;
    padding-right: 0;
}

/* Nav Menu */
ul.nav{}
ul.nav > li{}
ul.nav > li > a{
	color: #ddd;
    font-family: 'Open Sans', sans-serif;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 400;
}
ul.nav > li > a:focus,
ul.nav > li > a:hover,
ul.nav > li.active > a{
    background: none;
    color: #fff;
}
/***********************/
/** 2.0 Hero Section ***/
/***********************/

.hero-section{
    background-image: url(https://lawtendo.com/cdn/assets/images/filing_background.jpg);
    background-size: cover;
}
.hero-content{
    margin-top: 20px;
} 
.hero-section .display-table{
    background-color: rgba(0,0,0,0.4);
}
/************************/
/** 3.0 Promo Section ***/
/************************/
.promo-section .icon-box img{
    width: 100%;
}
.icon-wrap{
    margin: 0 auto;
    position: relative;
}

.box-hover{
    transition: all 0.5s ease-in-out;
}
/*******************************/
/** 4.0 Documentaion Section ***/
/*******************************/

.doc-section{}
.doc-mockup .doc-mockup-1{
    width: 50%;
    z-index: -1;
}
.doc-mockup .doc-mockup-2{
    width: 40%;
    position: absolute;
    left: 140px;
    bottom: 0;
}
/**************************/
/** 5.0 Feature Section ***/
/**************************/

.feature-section{
    background-image: url(https://www.lawtendo.com/cdn/assets/images/feature-bg.jpg);
}
.feature-wrap{
    padding: 80px 0;
}

.about-moc .about-moc-1{
    width: 75%;
    position: relative;
}
.about-moc .about-moc-2{
    width: 60%;
    position: absolute;
    left: 140px;
    bottom: 0;
}
.feature-list img{
    width: 15%;
    padding-bottom: 10px;
}
/*****************************/
/** 6.0 Screenshot Section ***/
/*****************************/

.screen-wrap{
    width: 900px;
    margin: 0 auto;
}
.screen-wrap .swiper-container{
    padding-bottom: 60px;
}
.swiper-wrapper{ margin-left: 0px; }
.screen-wrap .swiper-pagination-bullets{
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
}
.screen-wrap .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 5px;
    height: 15px;
    background-color: #f5f5f5;
    border: 0px solid #777;
    opacity: 1;
    transition: .4s;
}
.screen-wrap .swiper-pagination-bullets .swiper-pagination-bullet-active{
    background-color: #F58634;
    border: 0px solid #F58634;
    height: 25px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/******************************/
/** 7.0 Testimonial Section ***/
/******************************/
.testimonial-section{
    background-image: url(https://www.lawtendo.com/cdn/assets/images/testimonial-bg.jpg);
}
.review-box img{
    height: 80px;
    width: 80px!important;
    margin: 20px auto;
}
.testimonial-section .section-heading h2,
.testimonial-section .section-heading p {
    color: #fff;
}
.review-carousel .owl-item{
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.review-carousel .owl-item.center{
    background-color: #F58634;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.review-carousel .owl-item.center h5{
    color: #FFF;
}
.review-carousel .owl-item.center P{
    color: #FFF;
}

/**************************/
/** 8.0 Pricing Section ***/
/**************************/
.pricing .pricing-item{
    margin:0 auto;
    padding:3rem 0;
    -webkit-transition:all .5s;
    transition:all .5s
}
.pricing .pricing-item .icon span{
    color:#1185a9;
    font-size:3rem;
    -webkit-transition:all .5s;
    transition:all .5s
}
.pricing .pricing-item h5{
    font-size:1.8rem
}
.pricing .pricing-item p{
    font-size:1.2rem
}
.pricing .pricing-item .pricing-price{
    font-weight:700;
    font-size:2rem;
    padding:1.2rem 0
}
.pricing .pricing-item .pricing-price .pricing-currency{
    font-size:1.2rem;
    vertical-align:super
}
.pricing .pricing-item .pricing-price .pricing-period{
    color:#bbb;
    font-size:.9rem
}
.pricing .pricing-item ul{
    margin:0 0 2rem 0;
    padding:0
}
.pricing .pricing-item button{
    border-radius:50px
}
.pricing .pricing-item:hover .icon span{
    color:#333
}
.pricing .pricing-item:hover{
    -webkit-box-shadow:0 0 35px 6px rgba(0,0,0,.03);
    box-shadow:0 0 35px 6px rgba(0,0,0,.03)
}
.pricing .pricing-item:hover .pricing-price{
    color:#1185a9;
    -webkit-animation:finger 1.5s;
    -webkit-animation:finger 1.5s;
    animation:finger 1.5s
}
.pricing .pricing-item-1{
    border-left:1px solid #f5f5f5;
    border-right:1px solid #f5f5f5
}
/***************************/
/** 9.0 Download Section ***/
/***************************/
.download-section{
    background-image: url(https://www.lawtendo.com/cdn/assets/images/faq_background.jpg);
    background-size: cover;
}
.download-mock-up{
    background-image: url(../../../../../www.codingle.com/murtaxa/themeforest/murun_demo/img/phone-4.html);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 700px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -50px;
    right: 0;
}

/************************/
/** 10.0 Blog Section ***/
/************************/

.blog-grid {
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-radius:  0 0 10px 10px;
}
.blog-grid .blog-img img {
    width: 100%;
}
.blog-grid .blog-grid-content {
    padding: 20px;
}
.blog-grid .blog-grid-content .title,
.blog-grid .blog-grid-content .title a {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    color: #1d1d1d;
    line-height: 27px;
    margin-bottom: 0px;
}
.blog-grid .blog-grid-content .title a:hover {
    color: #F58634;
}
/*****************************/
/** 11.0 Subscribe Section ***/
/*****************************/
.subscribe-box{}
.subscribe-form{}
.subscribe-form .email-field{
    display: inline-block;
	background-color: #fff;
	border: none;
	color: #444;
	font-size: 12px;
	line-height: 46px;
	padding: 0 15px;
	width: 60%;
}
.subscribe-form .b-btn{
    width: 20%;
}
.subscribe-form .email-field.fs-input-error{
    border: 1px solid red;
}
.subscribe-input {
    position: relative;
}
.subscribe-input > .txt {
    background: transparent;
    padding: 12px 2px;
    border: none;
    border-bottom: solid 2px rgba(255,255,255,.4);
    outline: none !important;
    display: block;
    width: 100%;
    color: #FFF;
    color: rgba(255,255,255,.9);
    margin-top: 35px;
}

.subscribe-input > .txt + span {
    position: absolute;
    width: 0%;
    height: 2px;
    background: #0ea3f1;
    transition: all .4s ease;
    left: 0;
    bottom: 0;
}
.subscribe-input > .subscribe {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 46px;
    padding-right: 2px;
    padding-left: 10px;
    font-size: 14px;
    text-transform: uppercase;
    background: transparent;
    color: #FFF;
    border: none;
    font-weight: 500;
    outline: none;
}
.newsletter-form > label {
    color: #FFF;
    color: rgba(255,255,255,.8);
    font-style: italic;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 15px;
    font-size: 16px;
}

/*****************/
/** 12.0 HeaFooterder ***/
/*****************/
.footer-social{}
.footer-social li{
    display: inline-block;
    margin-left: 10px;
}
.footer-social li a{
    font-size: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #F58634;
    color: #F58634;
    display: inline-block;
    text-align: center;
    line-height: 28px;
}
.footer-social li a:hover{
    text-decoration: none;
    background-color: #F58634;
    color: #fff;
}


/*************************/
/** 13.0 Scroll to top ***/
/*************************/
.scroll-to-top{
	display: block;
	text-align: center;
	background-color: #F58634;
	font-size: 12px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}
.scroll-to-top:hover{
    color: #fff;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	text-decoration: none;
}
p.form-light {
    color: #fcf9f9;
    text-align: center;
    font-family: 'Raleway';
    font-size: 18px;
    margin-bottom: 20px;
}
p.form-text {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fcf9f9;
    margin-bottom: 0px;
}
.homeform {
    background: linear-gradient(to right, rgba(30, 87, 153, 0.69) 0, rgba(41, 137, 216, 0.55) 0, #417d7f 0, rgba(59, 178, 184, 0.55) 100%);
    padding: 40px 20px;
    margin-top: 20px;
}
.homeform button, input, select, textarea {
    width: 100%;
	margin-bottom: 5px;
    padding-left: 35px;
	background: none;
    border: none;
    border-bottom: 1px solid #fff;
    color: #fff;
		padding-top: 10px;
    font-size: 15px;
    padding-bottom: 10px;
}

.homeform input[type="submit"], .homeform input[type="button"] {
    background: #333;
    color: #fff;
}
.homeform textarea {
    height: 60px;
}
body {
    overflow-x: hidden;
}
.homeform form table tr td i {
    color: #fff !important;
    position: absolute;
    margin-top: 6px;
    margin-left: 5px;
}
div#wpcf7-f82-o1 i {
    position: absolute;
    color: #fff;
    padding-top: 14px;
    padding-left: 5px;
		font-size: 15px;
}
img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-1.input-xlarge-res {
    position: absolute;
    bottom: 105px;
    right: 45px;
}
div#wonderplugincarousel-1 {
    display: block !important;
}

#wonderplugincarousel-1 .amazingcarousel-title {
    color: #fff !important;
}

#wonderplugincarousel-1 .amazingcarousel-description {
    color: #fff !important;
}
#wonderplugincarousel-1 .amazingcarousel-image div a {
    display: none !important;
    opacity: 0 !important;
}
#wonderplugincarousel-1 .amazingcarousel-image div {
    display: none !important;
    opacity: 0 !important;
}
p.text-light.fz-12.cont {
    float: left;
    padding-left:70px;
    font-size: 14px;
    text-transform: lowercase;
}
p.text-light.fz-12.cont i {
    padding-right: 8px;
}

div.wpcf7-mail-sent-ok {
    color: #fff !important;
}
div.wpcf7-response-output
{
	color:#fff !important;
}
.slider_contus p {
    float: left;
    margin-left: 30px;
    font-size: 22px;
    color: #FFD !important;
    opacity: 1;
}
.slider_contus {
    margin-top: 26px;
}
.slider_contus p i {
    margin-right: 5px;
}
#wonderplugincarousel-1 .amazingcarousel-description {
    font-size: 16px !important;
}
#wonderplugincarousel-1 .amazingcarousel-image img {
    width: 80px !important;
    height: 80px !important;
}
#wonderplugincarousel-1 .amazingcarousel-description {
    padding: 15px 70px ;
}
input.wpcf7-form-control.wpcf7-submit {
    padding-left: 0 !important;
    padding-bottom: 10px;
    padding-top: 10px;
}
.icon-wrap.img-w-80.bdrs-50.bd-grey.lh-80.fz-28 i {
    color: #333333;
    font-size: 70px;
}
.clentbutton a {
    background: #F58634;
    padding: 15px 26px;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
	text-decoration:none;
}
.clentbutton{
	clear: both;
    margin-top: 26px;
}
header {
    background: none;
}
.tw-slider li {
    height: auto !important;
}
button.close {
    float: right;
    width: auto !important;
    color: black;
    opacity: 0.5;
    border: none;
}

.panel-default>.panel-heading {
    background-color: #333333;
    border-color: #333;
}
.panel-title a, .panel-title a:hover {
	color:#fff !important;
}
@media screen and (max-width: 676px) {
	.navbar-header img {
    width: auto !important;
	}
}
i.fa.fa-hand-o-right {
    margin-right: 5px;
}
/* Filing INC 22A */
body {
    font-size: 14px !important;
}
p{
	color: #333;
	margin-bottom: 10px;
}
.inc .hero-content h1 {
    margin-top: 160px;
    text-align: center;
}

.cstm-btn {
    text-align: center;
    margin: 30px 0;
}
.cstm-btn a {
    background: #417d7f;
    font-weight: 600;
    color: #fff;
    padding: 12px 10px;
		text-decoration: none;
}
.cstm-btn span {
    background: #417d7f;
    font-weight: 600;
    color: #fff;
    padding: 12px 10px;
    padding-right: 0px;
		text-decoration: none;
}
.cstm-btn span a {
    background: #333333;
    margin-left: 10px;
}
.inc .inner-content ul li {
    list-style: circle;
    color: #000;
		letter-spacing: 0.5px;
}
.inc .inner-content p {
    font-weight: 600;
    letter-spacing: 0.5px;
}
.inc .inner-content ul {
		padding: 0 20px;
}
.inc .inc-notice {
    margin-top: 45px;
    border: 2px solid #417d7f;
    color: #417d7f;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
}
.why-us-list-features {
    text-align: left;
}
.why-us-list-features ul li {
    font-size: 16px;
		margin-bottom: 15px;
}
.why-us-list-features ul{
     columns: 2;
}
.why-us-list-features ul li i {
    color: #417d7f;
    font-size: 21px;
}

/* Legal Notice Landing Page */
.legal-notice-lpg .hero-content {
    margin-top: 112px;
}
.legal-notice-lpg .homeform input[type="submit"] {
    color: #fff;
    border: 2px solid;
		background: none;
}
.legal-notice-lpg .hero-content ul {
    padding: 0
}
.legal-notice-lpg .hero-content ul li {
    color: #fff;
    line-height: 50px;
    font-size: 22px;
    letter-spacing: 1px;
}
.legal-notice-lpg .hero-content ul li i {
    padding: 5px 7px;
    border: 1px solid;
    border-radius: 50px;
}
.legal-notice-lpg .process-legal-notice ul {
    padding: 0;
}
.legal-notice-lpg .process-legal-notice ul li {
    font-size: 18px;
    color: #000;
    line-height: 35px;
    letter-spacing: 0.2px;
}
.legal-notice-lpg .process-legal-notice ul li i {
    color: #417d7f;
}
.legal-notice-lpg .inner-content.process-legal-notice {
    margin-top: 45px;
}
.legal-notice-lpg .cstm-btn a {
    border: 2px solid #417d7f;
		background:none;
    color: #417d7f;
		font-size: 19px;
    padding: 10px 50px;
}
.legal-notice-section-first p {
    font-size: 21px;
    color: #000;
    text-align: center;
    line-height: 40px !important;
}
.property-possession-page .homeform {
    padding: 20px 20px 20px 20px;
    margin-top: 24px;
}
.property-possession-page .hero-content {
    margin-top: 45px;
}
.property-possession-page p {
    font-size: 20px;
    text-align: center;
}
.property-possession-page h1 {
    text-align: center;
}
.property-possession-page_sec2 {
    background: rgb(62, 123, 124);
		    padding: 45px 0;
				    text-align: center;
}
.property-possession-page_sec3 {
    padding: 45px 0px;
		    text-align: center;
}
.property-possession-page_sec3 button {
    background: rgb(62, 123, 124);
    border-color: rgb(62, 123, 124);
		    font-size: 16px;
    font-weight: 600;
    padding: 6px 14px;
    border: 1px solid rgb(62, 123, 124);
    border-radius: 5px;
}
.property-possession-page_sec3 button:hover {
    background: rgb(62, 123, 124);
    border-color: rgb(62, 123, 124);
}
.property-poss-sec4 {
    background: rgb(0, 0, 0);
    padding: 45px 0px;
}
.property-poss-sec4 i {
    color: rgb(255, 255, 255) !important;
}
.property-poss-sec4 h4 {
    color: rgb(255, 255, 255);
}
.property-poss-sec4 p {
    color: rgb(255, 255, 255);
}
.property-poss-sec4 h2 {
    color: rgb(255, 255, 255);
}
.property-poss-sec4 .section-heading h2:before {
   display:none;
}
.property-poss-sec4 .section-heading h2:after {
  display:none;
}
section.property-poss-sec5 {
    padding:45px 0px 55px 0px;
    background: rgb(62, 123, 124);
		text-align: center;
}
section.property-poss-sec5 .section-heading h2:before {
display:none;
}
section.property-poss-sec5 .section-heading h2:after {
display:none;
}
section.property-poss-sec5 button {
    background-color: rgb(255, 255, 255);
    color: rgb(47, 46, 46);
    font-size: 18px;
    font-weight: 600;
    padding: 10px 16px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
    border-color: rgb(255, 255, 255);
}
section.property-poss-sec5 button:hover {
    color: rgb(47, 46, 46);
    background:rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}
.property-possession-page_sec3 .blog_img img {
    width: 100%;
}
.property-possession-page_sec3 .blog_contents {
    text-align: left;
		    color: rgb(62, 123, 124);
}
.pad_right {
    padding-right: 0px;
}
.property-possession-page_sec3 .blog_contents {
    margin-top: -7px;
}
.nopadding {
    padding: 0;
}
/* .property-possession-page_sec3 .blog_contents h4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: rgb(64, 124, 126);
    text-transform: uppercase;
} */
.property-possession-page_sec3 .blog_contents p {
color: rgb(64, 124, 126);
}
.property-possession-page_sec2 img {
    width: 100%;
}
h2 {
    color: #333;
}
h3 {
    color: #333;
}

.hero-content-tr {
    margin-top: 100px;
	  margin-bottom: 88px;
}
.tr__sec2 {
    padding: 35px 0px 40px 0px;
}
.homeform.trform {
    position: absolute;
    top: 40px;
		    background: linear-gradient(111deg, #2e9d6ccf 41%, #3e7b7cde 82%) !important;
}
.tr-sec3 {
    padding: 30px 0px 30px 0px;
    background: rgb(62, 123, 124);
}
#lc_four {
    padding: 45px 0px 40px 0px;
}
#lc_four .text-grey {
    color: #fff;
}
.tr-sec3 input.wpcf7-form-control {
    background: rgb(255, 255, 255);
    margin-bottom: 15px;
    border-radius: 5px;
    padding-left: 10px;
		    text-transform: uppercase;
    font-weight: 600;
		color:#333;
}
.tr-sec3 input.wpcf7-form-control.wpcf7-submit {
    background: #ffffff;
    width: auto;
    color: #3e7b7c;
    padding: 10px 16px !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 18px;
}
.tr__sec4 {
    padding: 35px 0px 45px 0px;
}
.tr__sec4 ul {
    padding-left: 15px;
    color: #333;
}
.mr-b30 {
    margin-bottom: 30px;
}