/*
Theme Name: LEGALWEBSOLUTION
Author: iQuinceSoft
Author URI: http://www.iquincesoft.com/
Description: LEGALWEBSOLUTION Theme developed by iQuinceSoft
*/



/* CSS Document */
:root { --main-color:#002856; --main-color-1:#20BDED; }
*{margin:0; padding:0; box-sizing: border-box; }
ul,li{list-style: none;}
a, a:hover{text-decoration: none; transition: all 500ms;}
@font-face {font-family: fontAwesome; src: url(https://legalwebsolutionsllc.com/wp-content/themes/legal/fonts/fontawesome-webfont.ttf); src: url(https://legalwebsolutionsllc.com/wp-content/themes/legal/fonts/fontawesome-webfont.eot); src: url(https://legalwebsolutionsllc.com/wp-content/themes/legal/fonts/fontawesome-webfont.woff); ;font-display: swap;
}

body{font-family:Open sans; font-weight: normal; }

/*=================================atul-sir==========*/
header .col-lg-2, header .col-lg-7, footer .col-lg-3, footer .col-lg-6 { align-self:center; }
.top-head { border-bottom:1px solid #ccc; padding:14px 0; text-align:right; }
.top-head a { color:#000; font-size:16px; font-weight:600; }
.top-head a i { padding-left:5px; }
.bottom-head { padding:10px 0; }
.call-btn { background-color:var(--main-color); border-radius:30px; color:#fff; display:inline-block; font-family:oswald; font-size:15px; letter-spacing:1px; padding:10px 24px; text-transform:uppercase; }
.call-btn:hover { background-color:#fff; box-shadow:0 0 5px #999; color:var(--main-color); }

/**** Navbar CSS Start Here ****/
.bottom-head .navbar-dark .navbar-nav .nav-link { color:var(--main-color); font-size:15px; font-weight:600; margin:0; padding:15px 13px; }
.bottom-head .navbar-dark .navbar-nav .nav-link:hover, .bottom-head .navbar-dark .navbar-nav .nav-link:focus { color:black; }
.bottom-head .dropdown-menu { border:none; border-radius:0; margin:0; min-width:max-content; padding:0; }
.bottom-head .dropdown-menu li a { color:#000; display:block !important; font-size:12px; padding:7px 12px; }
/**** Navbar CSS End Here ****/

.user-icon { padding:30px 10px; position:fixed; right:0; top:0; z-index:11; }
.user-icon li { }
.user-icon li a { align-items:center; background-color:var(--main-color); border-radius:50%; box-shadow:0 0 10px 2px rgba(0,0,0,0.25); color:#fff; display:flex; font-size:20px; height:50px; justify-content:center; margin:0 0 13px; position:relative; text-align:center; width:50px; }
.user-icon li a span { background-color:rgba(63,53,49,0.8); border-radius:30px; display:none; font-size:12px; letter-spacing:1px; padding:6px 0; position:absolute; width:160px; }
.user-icon li a:hover { background-color:#e7721c; transform:scale(1.15); -webkit-transform:scale(1.15); }
.user-icon li a:hover span { display:block; right:60px; }
.home-button .wpb_wrapper {
    border: 1px solid #ccc;
    height: 100%;
    padding: 12px 12px 0;
}
.home-button .wpb_wrapper .wpb_wrapper {
    border: none;
    padding: 0;
}
.head-set h5 {
    font-size: 18px;
}
.txt-set p {
    margin: 10px 0 0;
}


h1.count {
    color: #0e2856;
    font-size: 51px;
}
h4.counter {
    color: #0e2856;
}


/*=================================Header==========*/

#site-scroll-top.show {
    display: block;
    visibility: visible;
    opacity: 1;
}
#site-scroll-top {
    color: #dd3333;
    background-color: #00214c !important;
}
#site-scroll-top {
    position: fixed;
    right: 9px;
    bottom: 80px;
        height: 35px;
    line-height: 35px;
    width: 35px;
    font-size: 16px;
    border-radius: 50%;
    background: #f7f7f7;
    border: 3px solid #fff;
    text-align: center;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all .25s ease-in-out;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
#site-scroll-top:hover{
	color:black;
	background-color:#ee7d17 !important;
}



/*==========================Footer
============================================*/

footer{padding: 50px 0 0; overflow: hidden; background: #344659;}
.copy{padding: 10px 0; margin-top: 15px; background: #1a2a3c;}
.copy p{color: #d6d6d6; font-size: 12px; margin: 0;}

.fot-txt{
	color:white;
	font-size: 20px;
}
.getin {
    background-color: orange;
    color: black;
    padding: 10px 24px 10px 24px;
    border: none;
    font-weight: 500;
    font-size: 20px;
}
.getin:hover{
	background-color:#0e2856;
	color:white;
}

.main { background-image:url(https://legalwebsolutionsllc.com/wp-content/themes/legal/images/banner.jpg); background-position:top center; background-size:cover; height:700px; }
.ban-img { padding:141px 0 100px; width:500px; }
.main ul { text-align:right; }
.main ul li { display:inline-block; padding:0 0 3px 15px; }
ul.img-jpg {
    margin-top: 145px;
}

.tss-layout1 h3.author-name, .tss-carousel h3.author-name {
    text-align: center;
    font-size: 15px !important;
    font-weight: 700!important;
	}
/*========================Responsive strt=================*/


@media (min-width: 767px){
    .carousel-inner .item { height: 600px;}
}
@media (min-width:992px){
header.smaller { box-shadow:0 0 4px #999; transform:translateY(-52px); }
.bottom-head .navbar { float:right; padding:0; }
.bottom-head #navbarCollapse button, .bottom-head .dropdown-toggle::after, .mob-logo { display:none; }
.bottom-head .collapse ul li:hover > ul { display:block; }
.bottom-head .collapse ul ul { border-top:2px solid var(--main-color-1); box-shadow:0 0 2px #333; left:13px; }
.bottom-head .dropdown-menu li a:hover { background-color:var(--main-color-1); color:#fff; }
 .logo-1 { display:none; }
header.smaller .logo { display:none; } 
header.smaller .logo-1 { display:inline-block; }
}
@media (min-width: 992px) and (max-width: 1200px){
.req-btn { padding:10px 20px; }
.bottom-head .navbar-dark .navbar-nav .nav-link { font-size:14px; padding:15px 8px; }
.bottom-head .collapse ul ul { left:8px; }
.time-box{width: 35%;}
}
@media (min-width: 768px) and (max-width: 991px){
.container{width: 100%; }
header .container { max-width:95%; }
.bottom-head .col-lg-7 { order:2; }
.bottom-head .navbar-expand-md .navbar-toggler { display:inline-block; }
.bottom-head .navbar-expand-md .navbar-collapse, .bottom-head .navbar-nav { display:block !important; }
.bottom-head .navbar-expand-md .dropdown-menu { position:relative !important; }
.time-box { width:45%; }
footer .col-lg-5 { padding-left:0; }
footer .social li { padding:0 0 0 4px; }
}
@media (min-width:768px){
header { background-color:#fff; position:fixed; transition:all 500ms; width:100%; z-index:11; }
.bottom-head .col-lg-2:last-child { padding:0; text-align:right; }
.banner { padding:132px 0 0; }
}
@media (min-width: 320px) and (max-width: 991px){
.container{width: 100%;}
.mob-logo { margin:10px auto; text-align:center; width:150px; }
.bottom-head .navbar { display:block; padding:5px 0 0; text-align:right; }
.bottom-head .navbar-expand-md .navbar-toggler { border-color:transparent; color:var(--main-color); padding:0; }
.bottom-head #navbarCollapse button { background-color:transparent; border:none; color:#000; font-size:38px; line-height:1; padding:7px 20px 0 0; }
.bottom-head .navbar-collapse { background-color:#fff; box-shadow:0 0 5px #999; height:100%; left:auto; position:fixed; right:0; top:0; transform:translateX(100%); transition:0.3s cubic-bezier(0.55,0,0.1,1); z-index:11; -webkit-transform:translateX(100%); -webkit-transition:0.3s cubic-bezier(0.55,0,0.1,1); width:280px; }
.bottom-head .collapse.show { transform:translateX(0); -webkit-transform:translateX(0); }
.bottom-head .navbar-nav { padding:0 30px; text-align:left; }
.bottom-head .navbar-toggler:focus { outline:none; }
.bottom-head .navbar-toggler .icon-bar { background-color:var(--main-color); display:block; height:2px; margin:5px 0; outline:none; transition:all 500ms; width:25px; }
.bottom-head .navbar-toggler:not(.collapsed) .icon-bar { position:relative; transition:all 300ms ease-in-out 0s; }
.bottom-head .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) { top:7px; transform:rotate(45deg); }
.bottom-head .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) { opacity:0; }
.bottom-head .navbar-toggler:not(.collapsed) .icon-bar:last-child { top:-7px; transform:rotate(-45deg); }
.bottom-head .navbar-dark .navbar-nav .nav-link, .bottom-head .dropdown-menu li a { border-bottom:1px solid #cecece; color:#000; padding:12px 15px 8px; }
.bottom-head .navbar-dark .navbar-nav .nav-link:hover, .bottom-head .navbar-dark .navbar-nav .nav-link:focus, .bottom-head .navbar-dark .navbar-nav .show > .nav-link, .bottom-head .dropdown-menu li a:hover { color:var(--main-color); }
.bottom-head .navbar-nav .dropdown-menu li a { padding-left:20px; }
.logo { display:none; }
.our-product {text-align: center;}
.product-sec1 h2 {text-align: center !important;}
.home-con-sec {margin: 26px 0px !important; width: 75% !important;}
.user-icon { padding:0 10px; top:140px; z-index:10; }
}

@media (min-width: 320px) and (max-width: 767px){
	ul.img-jpg {
		    /*display: inline-grid;*/
		display:inline;
		 margin-top: 10px;
}
	li.eight2 {
		text-align: center;
		 margin-top: 10px;
}
	li.eight3 {
    text-align: center;
    margin-top: 10px;
}
.top-head { text-align:center; }
.top-head a { font-size:13px; }
.logo-1 { width:140px; }
/* .bottom-head .col-lg-2, .main ul { display:none; } */
.bottom-head .col-lg-3 { width:60%; }
.bottom-head .col-lg-7 { width:40%; }
.user-icon li a { font-size:14px; height:35px; margin:0 0 10px; width:35px; }
footer .nav, .text-box a, .time-box { display:none; }
.carousel-inner > .item img { height:62vh; }
.main { text-align:center; }
.ban-img { padding:100px 0; width:290px; margin-bottom: -30px; }
.text-box { left:0; background:transparent; width:auto; text-align:left; padding:0 15px; height:auto; right:0; }
.text-box h3 { font-size: 24px; margin:10px 0; }
.text-box p { font-size:14px; }
.add-box { display:block; width:auto; }
footer .social { text-align:center; }
footer .social li { padding:0 5px; }
.icon-se .vc_col-sm-3 { float:left; width:50%; }
}

@media (min-width: 320px) and (max-width: 600px){
    .navbar-brand img{width: 110px;}
    .carousel-inner{overflow: unset;}
    .request-box p {padding: 10px 0%;}
}

@media (min-width:480px) and (max-width:767px){
.icon-se .vc_col-sm-3 { width:25%; }	
}

@media (min-width: 320px) and (max-width: 400px){
    .banner-why-should-container .con{font-size: 15px;}
}

/* MY CSS*/

.more-btn a {
          background-color:#002856 !important;
          color: white !important;
          display: inline-block !important;
          font-size: 14px !important;
          font-weight: bold;
          padding: 11px 18px !important;
          text-transform: uppercase;
      }
.more-btn a:hover{
/* 	background-color:#f8991c !important; */
	background: transparent !important;
	color:black !important;
}

.banner-img{

	padding-top:90px;
	padding-bottom:90px;
}
.banner-img1{

	padding-top:250px;
	padding-bottom:90px;
}

.getin{

	background-color:orange;
	color:black;
	padding:10px 24px 10px 24px;
	border:none;
}


div.wpforms-container-full .wpforms-form input.wpforms-field-medium, div.wpforms-container-full .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium{
  max-width: 60%;
margin: 0 auto;
}

button#wpforms-submit-86 {
       padding-left: 20px;
    padding-right: 20px;
    background-color:#041d3a;
    color: white;
	font-size: 18px;

}
 
div.wpforms-container-full .wpforms-form .wpforms-four-sixths, div.wpforms-container-full .wpforms-form .wpforms-two-thirds {
    width: 100% !important;
}
button#wpforms-submit-86:hover{
	    background: transparent;
	
}
.inner-txt li i {
    float: left;
    padding: 4px 0 0;
}
.what-txt {
    margin: 0 0 0 26px;
	font-size:19px !important;
}
.inner-txt li {
    padding: 0 0 10px;
}

.maint-set {
    font-size: 30px;
    font-weight: 600;
	    margin-bottom: 25px !important;
	color:#002856;
}
.btn-set {
    background-color:#472f91;
    color: white;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 11px 18px;
    text-transform: uppercase;
}
.btn-set:hover{
 background-color:#f8991c !important;
	color:black !important;
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
    color: #002856;
}
.btn-set a{
	color:white;
}

.btn-set a:hover{
	color:black;
}


.btn-set i{
	transform: rotate(90deg);
}
.color-set{
	color:#002856;
}
.back-img{
  background-attachment:fixed;
}
.maint-set1{
	color:white;
	font-size: 40px;
    font-weight: 800;
}
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
    height: 120px;
    margin-left: 108px;
    width: 92%;
}
.sub-txt {
    font-size: 17px;
    line-height: 30px;
}
img.vc_single_image-img.attachment-large {
    background: #fff;
    padding: 30px;
}
.num-set{
background: #fff;
    padding: 10px;
    display: inline-block;
    box-shadow: 0 0 10px #D4D4D4;
  }

  p.aw-set {
      font-size: 58px;
      color: white;
      text-align:center;
  }
.font-aw {
        border: 2px solid #472f91;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    padding-left: 18px;
    font-size: 28px;
    padding-top: 12px;
    background-color: #0e2856;
    color: white;
}
.font-aw:hover{
background-color:white;
	color:black;
	
}
.font-aw1{
	 padding-left: 21px;
    padding-top: 12px;
}
.font-head{
font-size: 17px;
font-weight: 600;
}
.font-sub{
font-size: 14px;
}
.inner-txt1 {
    padding-left: 119px;
    padding-right: 50px;
}
.inner-txt2 {
    padding-left: 50px;
}
.imaget{
	padding-top:35px;
}

/* contact */

.mes-icon li i {
    font-size: 35px;
    color: white;
	    padding-right: 23px;

}

.mes-icon {
    color: white;
    padding-left: 81px;
}
.mes-icon a {
    color: white;
}
.mes-icon a:hover{
  color:#f2891f;
}
.appoint a {
    background-color: #0e2856 !important;
    color: white !important;
    margin-top: 29px;
	margin-bottom: 20px !important;
}
.appoint a:hover{
	background:transparent !important;
}

.our_box h4 {
    font-size: 22px;
    font-weight: 700;
    padding-top: 23px;
}

.blog_head {
    background-image: url(https://legalwebsolutionsllc.com/wp-content/uploads/2020/03/dp_responsive_banner2.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 277px;
    padding-bottom: 80px;
	text-align: center !important;
}
/* home */
div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
    height: 120px !important;
}

.appoint1 a {
    background-color: #00aced !important;
    color: white !important;
    margin-top: 10px;
	margin-bottom: 20px !important;
}
.appoint1 a:hover{
	background:transparent !important;
}
.appoint2 a {
    background-color: #3b5998 !important;
    color: white !important;
    margin-top: 10px;
	margin-bottom: 20px !important;
}
.appoint2 a:hover{
	background:transparent !important;
}
.appoint3 a {
    background-color: #dd4b39 !important;
    color: white !important;
    margin-top: 10px;
	margin-bottom: 20px !important;
}
.appoint3 a:hover{
	background:transparent !important;
}
.appoint4 a {
    background-color: #cb2027 !important;
    color: white !important;
    margin-top: 10px;
	margin-bottom: 20px !important;
}
.appoint4 a:hover{
	background:transparent !important;
}

/* blog */
button.more-btnb {
    background-color: #0e2856;
    color: white;
    padding: 8px;
    border: none;
    margin-top: 13px;
}
 .post_main li a {
    font-size: 15px;
    color: #464646;
    line-height: 1.6;
    font-weight: bold;
}
.post_main {
    background-color: #c7c6c64d;
    padding: 40px;
}
.blog_text {
    background-color: #c7c6c64d;
    padding: 20px;
}
.blog_text p {
    font-size: 15px;
    color: #464646;
    line-height: 1.6;
    font-family:  Raleway;
    text-align: center;
}
.wp-post-image {
    margin: auto;
}
.our_section h2 {
    color: #333;
    margin: 26px 0;
    text-align: center;
    font-size: 30px;
    font-weight: bold
	}
	.img-responsive1 {
	    display: block;
	    height: auto;
	    max-width: 100%;
	} 
 .user-icon li:last-child a i, .call-btn i, .top-head i {
    transform: rotate(90deg);
} 

/* mobile media */

@media (min-width:320px) and (max-width:767px){
.home-button .wpb_wrapper {
    border: 1px solid #ffffff;
    }
	.img-sets{
		display:none;
	}
	.full-img {
    padding-left: 21px;
    padding-right: 128px;
		position: relative;
		    bottom: -101px;
}
/* 	.maints {
    padding-right: 61px !important;
} */
 	.banner-img{

	padding-top:60px;
	padding-bottom:90px;
} 
	.mes-icon {
    padding-left: 1px;
}
	button#wpforms-submit-86 {
    margin-left: 130px;
	}
	.inner-txt2 {
    padding-left: 20px;
}
	.banner-img1{

	padding-top:100px;
	padding-bottom:90px;
}
/* 	about */
	
	.inner-txt1 {
    padding-left: 10px;
    padding-right: 13px;
}
	.moba-set{
		padding-left:12px;
	}
}

/* 1920 */
@media  (min-width: 1600px)  { 
    .banner-img {
    padding-top: 240px;
    padding-bottom: 205px;
}

.inner-txt2 {
     padding-left: 1px; 
}
.banner-img1 {
    padding-top: 520px;
    padding-bottom: 90px;
}
}
/* tablet */
 @media (min-width:768px) and (max-width:1023px){
	 .full-img {
    padding-left: 64px;
    padding-right: 30px;
    padding-top: 62px;
}
	 .img-sets{
		display:none;
	}
	 .getin {
    font-size: 16px;
}
	 .inner-txt1 {
    padding-left: 1px;
    padding-right: 1px;
}
	 .icon-se {
    display: inline-flex;
  }
}
.box-set {
    color: #f7f7f7;
    background-color: #00214c;
    margin-top: -35px;
    padding: 27px;
	    border-bottom: 4px solid red;

}
.box-set1 {
    padding: 15px !important;
}



.contact-form p input[type="text"], input[type="tel"], input[type="email"], textarea {
    width: 100%;
    border-radius: 5px;
    padding: 5px;
}

.contact-form p input[type="submit"] {
    width: 25%;
    border-radius: 5px;
    padding: 5px;
}
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important;word-break:normal!important}.wpcf7 .hidden-fields-container{display:none}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label::before,.wpcf7-list-item-label::after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner::before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1e3ms;animation-timing-function:linear;animation-iteration-count:infinite}@media(prefers-reduced-motion:reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2e3ms}}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}
.rt-container,.rt-container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px;box-sizing:border-box}.rt-row{margin-left:-15px;margin-right:-15px}.rt-row:after,.rt-row:before{display:table;content:" "}.rt-row:after{clear:both}.rt-col-xs-1,.rt-col-sm-1,.rt-col-md-1,.rt-col-lg-1,.rt-col-xs-2,.rt-col-sm-2,.rt-col-md-2,.rt-col-lg-2,.rt-col-xs-3,.rt-col-sm-3,.rt-col-md-3,.rt-col-lg-3,.rt-col-xs-4,.rt-col-sm-4,.rt-col-md-4,.rt-col-lg-4,.rt-col-xs-5,.rt-col-sm-5,.rt-col-md-5,.rt-col-lg-5,.rt-col-xs-6,.rt-col-sm-6,.rt-col-md-6,.rt-col-lg-6,.rt-col-xs-7,.rt-col-sm-7,.rt-col-md-7,.rt-col-lg-7,.rt-col-xs-8,.rt-col-sm-8,.rt-col-md-8,.rt-col-lg-8,.rt-col-xs-9,.rt-col-sm-9,.rt-col-md-9,.rt-col-lg-9,.rt-col-xs-10,.rt-col-sm-10,.rt-col-md-10,.rt-col-lg-10,.rt-col-xs-11,.rt-col-sm-11,.rt-col-md-11,.rt-col-lg-11,.rt-col-xs-12,.rt-col-sm-12,.rt-col-md-12,.rt-col-lg-12,.rt-col-xs-24,.rt-col-sm-24,.rt-col-md-24,.rt-col-lg-24{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.rt-col-xs-1,.rt-col-xs-2,.rt-col-xs-3,.rt-col-xs-4,.rt-col-xs-5,.rt-col-xs-6,.rt-col-xs-7,.rt-col-xs-8,.rt-col-xs-9,.rt-col-xs-10,.rt-col-xs-11,.rt-col-xs-12,.rt-col-xs-24{float:left}.rt-col-xs-12{width:20%}.rt-col-xs-12{width:100%}.rt-col-xs-11{width:91.66666667%}.rt-col-xs-10{width:83.33333333%}.rt-col-xs-9{width:75%}.rt-col-xs-8{width:66.66666667%}.rt-col-xs-7{width:58.33333333%}.rt-col-xs-6{width:50%}.rt-col-xs-5{width:41.66666667%}.rt-col-xs-4{width:33.33333333%}.rt-col-xs-3{width:25%}.rt-col-xs-2{width:16.66666667%}.rt-col-xs-1{width:8.33333333%}.tss-wrapper[data-layout*=layout] .rt-row.tss-even{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.tss-wrapper .tss-pre-loader{position:relative;overflow:hidden;max-height:300px;min-height:200px}.tss-wrapper .tss-even .tss-grid-item{margin-bottom:30px}.tss-wrapper .tss-even .tss-grid-item .video-testimonial-wrap iframe{max-width:100%}.tss-wrapper .rt-loading-overlay{opacity:0;visibility:hidden;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background-color:#fff;-webkit-transition:opacity .1s,visibility .1s;transition:opacity .1s,visibility .1s}.tss-wrapper .rt-loading{color:#fb4c35;position:absolute;top:50%;margin-top:-16px;left:50%;margin-left:-16px;z-index:2;opacity:0;visibility:hidden}.tss-wrapper .tss-pre-loader .rt-loading-overlay{opacity:.8;visibility:visible}.tss-wrapper .tss-pre-loader .rt-loading{opacity:1;visibility:visible}.rt-ball-clip-rotate{width:32px;height:32px}.rt-ball-clip-rotate{display:block;font-size:0;color:#fff}.rt-ball-clip-rotate,.rt-ball-clip-rotate>div{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.rt-ball-clip-rotate>div{display:inline-block;float:none;background-color:currentColor;border:0 solid}.rt-ball-clip-rotate>div{width:32px;height:32px;background:0 0;border-width:2px;border-bottom-color:transparent;border-radius:100%;-webkit-animation:ball-clip-rotate .75s linear infinite;-moz-animation:ball-clip-rotate .75s linear infinite;-o-animation:ball-clip-rotate .75s linear infinite;animation:ball-clip-rotate .75s linear infinite}.tss-wrapper .rt-responsive-img{max-width:100%;height:auto}.tss-carousel.swiper .profile-img-wrapper{position:relative}.tss-carousel-thumb.swiper .rt-dummy-img+.swiper-lazy-preloader,.tss-carousel.swiper .rt-dummy-img+.swiper-lazy-preloader{display:none}.tss-wrapper .swiper-lazy-preloader{border:4px solid #2550ea;border-top-color:transparent;width:34px;height:34px;margin-left:-17px;margin-top:-17px;opacity:.75;border-radius:50%}.tss-carousel-thumb.swiper .rt-responsive-img,.tss-carousel.swiper .rt-responsive-img{-webkit-transition:opacity .3s;transition:opacity .3s}.tss-carousel-thumb.swiper .swiper-lazy:not(.swiper-lazy-loaded),.tss-carousel.swiper .swiper-lazy:not(.swiper-lazy-loaded){min-height:150px;opacity:0}.tss-wrapper[data-layout=carousel12] .tss-carousel-thumb .swiper-lazy:not(.swiper-lazy-loaded),.tss-wrapper[data-layout=carousel11] .tss-carousel-thumb .swiper-lazy:not(.swiper-lazy-loaded){min-height:132px}.tss-wrapper .swiper-lazy-preloader:after{background:0 0}.tss-wrapper img.rt-responsive-img.rt-dummy-img{width:150px}.tss-wrapper .tss-load-more .rt-button{display:inline-block}.tss-wrapper .tss-img-circle .profile-img-wrapper img{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%}.tss-wrapper .author-social a,.tss-wrapper .tss-social-share a{display:inline-flex;text-decoration:none;box-shadow:none!important;margin:5px;color:#2529ed}.tss-wrapper .rating-wrapper span.dashicons,.tss-wrapper .tss-social-share i.fa,.tss-wrapper .author-social span.dashicons{width:auto;height:auto}.tss-wrapper .tss-social-share .dashicons::before,.tss-wrapper .author-social span.dashicons::before{transition:all .3s}.tss-wrapper .tss-social-share a:hover .dashicons::before,.tss-wrapper .author-social a:hover span.dashicons::before{opacity:.8}.rt-sm-sortable-list .social-item span.dashicons-skype:before,.rt-sm-sortable-list .social-item span.dashicons-telegram:before,.tss-wrapper .author-social .dashicons-skype:before,.tss-wrapper .author-social .dashicons-telegram:before{content:'';width:20px;height:20px;display:block;-webkit-mask-size:cover;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;mask-size:cover;mask-repeat:no-repeat;mask-position:center;margin:auto;background-color:#2529ed}.rt-sm-sortable-list .social-item span.dashicons::before{color:#333}.rt-sm-sortable-list .social-item span.dashicons-skype:before,.rt-sm-sortable-list .social-item span.dashicons-telegram:before{background-color:#333}.rt-sm-sortable-list .social-item span.dashicons-skype:before,.tss-wrapper .author-social .dashicons-skype:before{-webkit-mask-image:url(https://legalwebsolutionsllc.com/wp-content/plugins/testimonial-slider-and-showcase/assets/css/../images/skype.svg);mask-image:url(https://legalwebsolutionsllc.com/wp-content/plugins/testimonial-slider-and-showcase/assets/css/../images/skype.svg)}.rt-sm-sortable-list .social-item span.dashicons-telegram:before,.tss-wrapper .author-social .dashicons-telegram:before{-webkit-mask-image:url(https://legalwebsolutionsllc.com/wp-content/plugins/testimonial-slider-and-showcase/assets/css/../images/telegram.svg);mask-image:url(https://legalwebsolutionsllc.com/wp-content/plugins/testimonial-slider-and-showcase/assets/css/../images/telegram.svg)}.tss-wrapper .tss-utility{margin:15px 0;text-align:center}.tss-wrapper .tss-utility .rt-button,.tss-wrapper .tss-isotope-button-wrapper .rt-iso-button{background:#6f6f6f;border:0;border-radius:2px;color:#fff;font-size:16px;line-height:1;padding:10px 15px;text-transform:capitalize;margin-right:4px;position:relative;-webkit-transition:all .3s;transition:all .3s}.tss-wrapper .tss-isotope-button-wrapper .rt-iso-button{display:inline-block;margin-bottom:10px}.tss-wrapper .tss-utility .rt-button:hover,.tss-wrapper .tss-isotope-button-wrapper .rt-iso-button:hover,.tss-wrapper .tss-isotope-button-wrapper .rt-iso-button.selected{cursor:pointer;background:#000}.tss-wrapper .single-item-wrapper h3.author-name{font-size:24px;margin:15px 0 8px;padding:0;line-height:1.25;font-weight:400;color:#2550ea}.tss-wrapper .rt-read-more{color:#2550ea}.tss-wrapper .single-item-wrapper h3.author-name a{text-decoration:none}.tss-wrapper .single-item-wrapper h4.author-bio{font-size:18px;margin-top:8px;margin-bottom:15px;padding:0;line-height:1.4;text-transform:none;font-weight:400;color:#333}.tss-wrapper .single-item-wrapper .author-social,.tss-wrapper .single-item-wrapper .tss-social-share{text-align:center;margin-bottom:8px}.tss-carousel-thumb.swiper:not(.swiper-initialized) .swiper-wrapper,.tss-carousel.swiper:not(.swiper-initialized) .swiper-wrapper{opacity:0}.tss-wrapper .tss-isotope-button-wrapper .rt-iso-button i{font-size:14px;width:auto;height:auto}.tlp-average-rating i,.tss-wrapper .tss-isotope-button-wrapper i{color:gold}.tlp-average-rating i{margin:3px 0 0}.tss-wrapper .tss-carousel_video>.carousel-wrapper{width:100%}.tss-wrapper[data-layout=carousel12] .carousel-wrapper,.tss-wrapper[data-layout=carousel11] .carousel-wrapper,.tss-wrapper[data-layout*=carousel]{position:relative}.tss-carousel-main.swiper,.tss-carousel.swiper{position:static}.tss-carousel-main .swiper-arrow,.tss-carousel .swiper-arrow{background:#2550ea;width:30px;height:30px;display:block;border-radius:4px;text-align:center;line-height:30px;margin-top:-55px;opacity:0;-webkit-transition:all .3s;transition:all .3s;border:1px solid transparent}.tss-wrapper[data-layout=carousel12] .carousel-wrapper .swiper-arrow,.tss-wrapper[data-layout=carousel11] .carousel-wrapper .swiper-arrow{margin-top:-35px}.tss-wrapper[data-layout=carousel12] .carousel-wrapper .swiper-pagination,.tss-wrapper[data-layout=carousel11] .carousel-wrapper .swiper-pagination{display:none}.tss-carousel-main.swiper .swiper-pagination,.tss-carousel.swiper .swiper-pagination{-webkit-transition:all .3s;transition:all .3s;bottom:-10px!important;width:100%}.tss-carousel-main.swiper:not(.swiper-initialized) .swiper-pagination,.tss-carousel.swiper:not(.swiper-initialized) .swiper-pagination{opacity:0}.tss-carousel-main.swiper.swiper.swiper-container-initialized .swiper-pagination,.tss-carousel.swiper.swiper.swiper-container-initialized .swiper-pagination,.tss-carousel-thumb.swiper.swiper-container-initialized .swiper-wrapper,.tss-carousel.swiper.swiper-container-initialized .swiper-wrapper,.swiper-container-initialized.tss-carousel-main .swiper-button-next:not(.swiper-button-disabled),.swiper-container-initialized.tss-carousel-main .swiper-button-prev:not(.swiper-button-disabled),.swiper-container-initialized.tss-carousel .swiper-button-next:not(.swiper-button-disabled),.swiper-container-initialized.tss-carousel .swiper-button-prev:not(.swiper-button-disabled),.swiper-initialized.tss-carousel-main .swiper-button-next:not(.swiper-button-disabled),.swiper-initialized.tss-carousel-main .swiper-button-prev:not(.swiper-button-disabled),.swiper-initialized.tss-carousel .swiper-button-next:not(.swiper-button-disabled),.swiper-initialized.tss-carousel .swiper-button-prev:not(.swiper-button-disabled){opacity:1!important}.tss-carousel-main .swiper-button-next::after,.tss-carousel-main .swiper-button-prev::after,.tss-carousel .swiper-button-next::after,.tss-carousel .swiper-button-prev::after{font-size:14px;color:#fff;font-weight:700;content:none!important}.tss-carousel-main .swiper-arrow>i,.tss-carousel .swiper-arrow>i{color:#fff;font-size:16px;display:block;line-height:30px;-webkit-transition:all .3s;transition:all .3s}.tss-carousel-main.swiper-rtl .swiper-button-next>i::before,.tss-carousel.swiper-rtl .swiper-button-next>i::before{content:"\f053"}.tss-carousel-main.swiper-rtl .swiper-button-prev>i::before,.tss-carousel.swiper-rtl .swiper-button-prev>i::before{content:"\f054"}.tss-carousel-main .swiper-button-next,.tss-carousel .swiper-button-next{right:-10px}.tss-carousel-main:not(.swiper-rtl) .swiper-button-prev,.tss-carousel .swiper-button-prev{left:-10px}.tss-carousel.swiper-autoheight[data-dots=true] .swiper-wrapper{margin-bottom:50px}.tss-carousel-main .swiper-pagination-bullet,.tss-carousel .swiper-pagination-bullet{margin:0 5px!important;width:10px;height:10px;-webkit-transition:all .3s;transition:all .3s;background:#2550ea}.tss-carousel-main .swiper-pagination-bullet:hover,.tss-carousel-main .swiper-pagination-bullet-active,.tss-carousel .swiper-pagination-bullet:hover,.tss-carousel .swiper-pagination-bullet-active{opacity:1;background:#2550ea}#tss-submit-form{position:relative;padding:20px}#tss-submit-form.rtcessing:after{content:"";background:rgba(0,0,0,.4);position:absolute;top:0;left:0;width:100%;height:100%}.tss-submit-wrapper #tss-submit-response.error,#tss-submit-form .field-holder .error{color:red}#tss-submit-form .field-holder input.error,#tss-submit-form .field-holder textarea.error{border-color:red}#tss-submit-form .field-holder .valid{border-color:green}.tss-submit-wrapper #tss-submit-response.success{color:green}#tss-submit-form .field-holder:after{clear:both;display:block;content:""}#tss-submit-form .field-holder{margin-bottom:15px}#tss-submit-form .rt-label{font-weight:600;margin-bottom:5px}#tss-submit-form .rt-field-wrapper+.rt-field-wrapper{margin-top:13px}#tss-submit-form .field-holder .field>input,#tss-submit-form .field-holder .field input[type=url],#tss-submit-form .field-holder .field>textarea{width:100%;box-sizing:border-box}.rt-sm-sortable-list .social-item{margin-bottom:15px;display:-webkit-box;display:-ms-flexbox;display:flex}.rt-sm-sortable-list .social-item span.dashicons{margin-right:10px}.tss-wrapper.tss-submit-wrapper{max-width:700px;margin:0 auto;border:1px solid #0000001a;padding:20px;border-radius:10px}.tss-wrapper.tss-submit-wrapper select:focus{border-width:1px;box-shadow:none;outline:none}.tss-wrapper.tss-submit-wrapper input,.tss-wrapper.tss-submit-wrapper select,.tss-wrapper.tss-submit-wrapper select:focus,.tss-wrapper.tss-submit-wrapper textarea{border:1px solid #0000001a}.tss-wrapper.tss-submit-wrapper input:focus,.tss-wrapper.tss-submit-wrapper textarea:focus{border-color:#999;outline:none}#tss-submit-response p{font-size:16px}#tss-submit-form input[type=text],#tss-submit-form input[type=url]{padding:8px;width:100%}#tss-submit-form textarea{height:200px}.field-holder.submit-holder input.tss-submit-button{font-size:14px;padding:10px 25px}.tss-submit-wrapper .rt-rating>span{margin:0;cursor:pointer}.tss-submit-wrapper .rt-rating{display:inline-block}.tss-submit-wrapper .rt-rating.selected span:before,.tss-submit-wrapper .rt-rating:hover span:before,.tss-submit-wrapper .rt-rating.selected:hover span:before{content:"\f155"}.tss-submit-wrapper .rt-rating:hover span:hover~span:before,.tss-submit-wrapper .rt-rating span.active~span:before,.tss-submit-wrapper .rt-rating.selected:hover span:hover~span:before{content:"\f154"}.tss-submit-wrapper #tss_social_media_holder .rt-label{margin:0 0 15px}.tss-submit-wrapper #tss_social_media_holder .dashicons-skype,.tss-submit-wrapper #tss_social_media_holder .dashicons-telegram,.tss-submit-wrapper #tss_social_media_holder .dashicons-twitter{position:relative}.tss-submit-wrapper #tss_social_media_holder .dashicons-skype:before,.tss-submit-wrapper #tss_social_media_holder .dashicons-telegram:before,.tss-submit-wrapper #tss_social_media_holder .dashicons-twitter:before{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.tss-submit-wrapper #tss_social_media_holder input:focus{outline:none;border:1px solid #999}.rt-sm-sortable-list .social-item span.dashicons{margin:0;width:44px;height:44px;border:1px solid;text-align:center;display:inline-block;line-height:44px;border-radius:3px 0 0 3px;border-right-width:0;border-color:#0000001a}.tss-submit-wrapper #tss_social_media_holder input{border-radius:0 3px 3px 0}.rt-single-testimonial-detail{padding:30px 0;margin:30px 0!important;overflow:hidden}.rt-single-testimonial-detail .testi-meta{text-align:center}.rt-single-testimonial-detail .tss-social-share a{display:inline-block;padding:5px;margin-right:5px}.rt-single-testimonial-detail .tss-social-share a:last-child{margin-right:0}.clearfix:before,.clearfix:after,.rt-container-fluid:before,.rt-container-fluid:after,.rt-row:before,.rt-row:after{content:" ";display:table}.rt-single-testimonial-detail .testimonial+.author-social{margin-top:20px}.rt-single-testimonial-detail .testimonial+.tss-social-share,.rt-single-testimonial-detail .author-social+.tss-social-share{margin-top:10px}.rt-single-testimonial-detail .author-social>a{display:inline-block;padding:5px;margin-right:5px}.tss-wrapper .tss-layout1 .single-item-wrapper,.tss-wrapper .tss-carousel1 .single-item-wrapper{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.tss-wrapper .tss-layout1 .single-item-wrapper .profile-img-wrapper,.tss-wrapper .tss-layout1 .single-item-wrapper h3.author-name,.tss-wrapper .tss-layout1 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-carousel1 .single-item-wrapper .profile-img-wrapper,.tss-wrapper .tss-carousel1 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel1 .single-item-wrapper h4.author-bio{text-align:center}.tss-wrapper .tss-carousel1 .single-item-wrapper:hover .item-content-wrapper:after{top:40px;-webkit-transition:all .75s ease-out;-moz-transition:all .75s ease-out;-ms-transition:all .75s ease-out;-o-transition:all .75s ease-out;transition:all .75s ease-out}.tss-wrapper .tss-layout1 .tss-meta-info.tss-left,.tss-wrapper .tss-carousel1 .tss-meta-info.tss-left{flex:2}.tss-wrapper .tss-carousel1 .item-content-wrapper,.tss-wrapper .tss-layout1 .item-content-wrapper{padding:30px;background:#f8f8f8;flex:3;position:relative}.tss-wrapper .tss-layout1 .item-content-wrapper:before,.tss-wrapper .tss-carousel1 .item-content-wrapper:before{content:"\F10D";color:#eaeaea;position:absolute;left:10px;top:0;font-family:tss-font,serif;font-size:24px}.tss-wrapper .tss-carousel1 .swiper-rtl .item-content-wrapper:before{left:auto;right:10px}.tss-wrapper .tss-layout1 .item-content-wrapper:after,.tss-wrapper .tss-carousel1 .item-content-wrapper:after{border-top:10px solid transparent;border-right:15px solid #f8f8f8;border-bottom:10px solid transparent;content:"";position:absolute;width:0;height:0;left:-15px;top:15px;right:auto;-webkit-transition:all .75s ease-out;-moz-transition:all .75s ease-out;-ms-transition:all .75s ease-out;-o-transition:all .75s ease-out;transition:all .75s ease-out}.tss-wrapper .tss-carousel1 .swiper-rtl .item-content-wrapper:after{left:auto;right:-15px;border-right:0;border-left:15px solid #f8f8f8}.tss-wrapper .tss-layout1 .item-content,.tss-wrapper .tss-carousel1 .item-content{font-style:italic;font-size:16px;line-height:1.6;padding-top:5px;color:#2d2d2d}.tss-wrapper .tss-layout1 .rating-wrapper,.tss-wrapper .tss-carousel1 .rating-wrapper{margin-bottom:10px;text-align:center}.tss-wrapper .tss-layout2 .single-item-wrapper,.tss-wrapper .tss-carousel2 .single-item-wrapper{display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex}.tss-wrapper .tss-carousel2 .single-item-wrapper{margin-bottom:30px}.tss-wrapper .tss-layout2 .single-item-wrapper .profile-img-wrapper,.tss-wrapper .tss-layout2 .single-item-wrapper h3.author-name,.tss-wrapper .tss-layout2 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-carousel2 .single-item-wrapper .profile-img-wrapper,.tss-wrapper .tss-carousel2 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel2 .single-item-wrapper h4.author-bio{text-align:center}.tss-wrapper .tss-layout2 .rating-wrapper,.tss-wrapper .tss-carousel2 .rating-wrapper,.tss-wrapper .tss-layout2 .single-item-wrapper h3.author-name,.tss-wrapper .tss-layout2 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-carousel2 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel2 .single-item-wrapper h4.author-bio{padding:0 10px}.tss-wrapper .tss-layout2 .single-item-wrapper:hover .item-content-wrapper:after,.tss-wrapper .tss-carousel2 .single-item-wrapper:hover .item-content-wrapper:after{top:40px;-webkit-transition:all .75s ease-out;-moz-transition:all .75s ease-out;-ms-transition:all .75s ease-out;-o-transition:all .75s ease-out;transition:all .75s ease-out}.tss-wrapper .single-item-wrapper .author-social,.tss-wrapper .single-item-wrapper .tss-social-share{text-align:center;margin-bottom:0}.tss-wrapper .tss-layout2 .tss-meta-info.tss-left,.tss-wrapper .tss-carousel2 .tss-meta-info.tss-left{flex:3}.tss-wrapper .tss-layout2 .tss-meta-info.tss-right,.tss-wrapper .tss-carousel2 .tss-meta-info.tss-right{flex:2}.tss-wrapper .tss-layout2 .item-content-wrapper,.tss-wrapper .tss-carousel2 .item-content-wrapper{padding:30px;background:#f8f8f8;flex:3;position:relative}.tss-wrapper .tss-layout2 .item-content-wrapper:before,.tss-wrapper .tss-carousel2 .item-content-wrapper:before{content:"\F10D";color:#eaeaea;position:absolute;left:10px;top:0;font-family:tss-font,serif;font-size:24px}.tss-wrapper .tss-layout2 .item-content-wrapper:after,.tss-wrapper .tss-carousel2 .item-content-wrapper:after{border-top:10px solid transparent;border-left:15px solid #f8f8f8;border-bottom:10px solid transparent;content:"";position:absolute;width:0;height:0;right:-15px;top:15px;-webkit-transition:all .75s ease-out;-moz-transition:all .75s ease-out;-ms-transition:all .75s ease-out;-o-transition:all .75s ease-out;transition:all .75s ease-out}.tss-wrapper .tss-layout2 .item-content,.tss-wrapper .tss-carousel2 .item-content{font-style:italic;font-size:16px;line-height:1.6;padding-top:5px}.tss-wrapper .tss-layout2 .rating-wrapper,.tss-wrapper .tss-carousel2 .rating-wrapper{margin-bottom:10px;text-align:center}.tss-wrapper .tss-layout3 .single-item,.tss-wrapper .tss-isotope1 .single-item,.tss-wrapper .tss-carousel3 .single-item{padding:0}.tss-wrapper .tss-layout3 .single-item-wrapper h3.author-name,.tss-wrapper .tss-isotope1 .single-item-wrapper h3.author-name,.tss-wrapper .tss-layout3 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-isotope1 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-carousel3 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel3 .single-item-wrapper h4.author-bio{text-align:center}.tss-wrapper .tss-layout3 .item-content-wrapper,.tss-wrapper .tss-isotope1 .item-content-wrapper,.tss-wrapper .tss-video1 .item-content-wrapper,.tss-wrapper .tss-carousel3 .item-content-wrapper{padding:20px;background:#f8f8f8;position:relative}.tss-wrapper .tss-layout3 .item-content-wrapper:before,.tss-wrapper .tss-isotope1 .item-content-wrapper:before,.tss-wrapper .tss-video1 .item-content-wrapper:before,.tss-wrapper .tss-carousel3 .item-content-wrapper:before{content:"\F10D";color:#eaeaea;position:absolute;left:0;top:-15px;font-family:tss-font,serif;font-size:30px}.tss-wrapper .tss-layout3 .item-content,.tss-wrapper .tss-isotope1 .item-content,.tss-wrapper .tss-carousel3 .item-content{font-style:italic;font-size:16px;line-height:1.6}.tss-wrapper .tss-layout3 .rating-wrapper,.tss-wrapper .tss-isotope1 .rating-wrapper,.tss-wrapper .tss-carousel3 .rating-wrapper{margin:17px 0 -10px;text-align:center;display:block}.tss-wrapper .tss-layout3 .profile-img-wrapper,.tss-wrapper .tss-isotope1 .profile-img-wrapper,.tss-wrapper .tss-carousel3 .profile-img-wrapper{margin-bottom:4px;display:block;text-align:center}.tss-wrapper .tss-layout3 .profile-img-wrapper img,.tss-wrapper .tss-isotope1 .profile-img-wrapper img,.tss-wrapper .tss-carousel3 .profile-img-wrapper img{display:inline-block}.tss-wrapper .tss-layout3 .single-item-wrapper .author-social,.tss-wrapper .tss-isotope1 .single-item-wrapper .author-social,.tss-wrapper .tss-carousel3 .single-item-wrapper .author-social,.tss-wrapper .tss-layout3 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-isotope1 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-carousel3 .single-item-wrapper .tss-social-share{margin-bottom:8px}.tss-wrapper .tss-layout4 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel4 .single-item-wrapper h3.author-name{margin:0 0 15px}.tss-wrapper .tss-carousel2 .rt-responsive-img{margin:auto}.tss-wrapper .tss-layout4 .single-item-wrapper,.tss-wrapper .tss-carousel4 .single-item-wrapper{background:#f8f8f8;margin-bottom:0;display:flex}.tss-wrapper .tss-layout4 .profile-img-wrapper,.tss-wrapper .tss-carousel4 .profile-img-wrapper{flex:1;padding:25px 0 25px 15px;-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out}.tss-wrapper .tss-layout4 .profile-img-wrapper a img,.tss-wrapper .tss-carousel4 .profile-img-wrapper a img{width:auto!important}.tss-wrapper .tss-layout4 .item-content-wrapper,.tss-wrapper .tss-carousel4 .item-content-wrapper{flex:3;padding:20px 15px}.tss-wrapper .tss-layout4 .single-item-wrapper .author-social,.tss-wrapper .tss-carousel4 .single-item-wrapper .author-social,.tss-wrapper .tss-layout4 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-carousel4 .single-item-wrapper .tss-social-share{text-align:left}.tss-wrapper .tss-layout4 .item-content,.tss-wrapper .tss-carousel4 .item-content{padding:15px 0 0;font-size:16px;line-height:1.6;margin-bottom:0}.tss-wrapper .tss-layout4 .rating-wrapper,.tss-wrapper .tss-carousel4 .rating-wrapper{margin-bottom:10px;text-align:left}.tss-wrapper .tss-layout5 .single-item-wrapper h3.author-name,.tss-wrapper .tss-isotope2 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel5 .single-item-wrapper h3.author-name{margin:0 0 10px}.tss-wrapper .tss-layout5 .single-item-wrapper,.tss-wrapper .tss-isotope2 .single-item-wrapper,.tss-wrapper .tss-carousel5 .single-item-wrapper{background:#f8f8f8;margin-bottom:0;display:flex}.tss-wrapper .tss-layout5 .profile-img-wrapper,.tss-wrapper .tss-isotope2 .profile-img-wrapper,.tss-wrapper .tss-carousel5 .profile-img-wrapper{flex:1.5;padding:20px 0 15px 15px;-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out}.tss-wrapper .tss-layout5 .profile-img-wrapper a img,.tss-wrapper .tss-isotope2 .profile-img-wrapper a img,.tss-wrapper .tss-carousel5 .profile-img-wrapper a img{width:auto!important}.tss-wrapper .tss-layout5 .item-content-wrapper,.tss-wrapper .tss-isotope2 .item-content-wrapper,.tss-wrapper .tss-carousel5 .item-content-wrapper{flex:3;padding:20px 0 10px 15px}.tss-wrapper .tss-layout5 .single-item-wrapper .author-social,.tss-wrapper .tss-isotope2 .single-item-wrapper .author-social,.tss-wrapper .tss-carousel5 .single-item-wrapper .author-social,.tss-wrapper .tss-layout5 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-isotope2 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-carousel5 .single-item-wrapper .tss-social-share{text-align:center}.tss-wrapper .tss-layout5 .item-content,.tss-wrapper .tss-isotope2 .item-content,.tss-wrapper .tss-carousel5 .item-content{padding:0 15px 15px 0;font-size:16px;line-height:1.6;margin-bottom:0}.tss-wrapper .tss-layout5 .rating-wrapper,.tss-wrapper .tss-isotope2 .rating-wrapper,.tss-wrapper .tss-carousel5 .rating-wrapper{margin-bottom:10px;text-align:center}.tss-wrapper .tss-layout6 .single-item,.tss-wrapper .tss-carousel6 .single-item{padding:0}.tss-wrapper .tss-layout6 .item-content-wrapper:after,.tss-wrapper .tss-carousel6 .item-content-wrapper:after{border-left:10px solid transparent;border-top:15px solid #f8f8f8;border-right:10px solid transparent;content:"";position:absolute;width:0;height:0;left:25px;bottom:-15px;-webkit-transition:all .75s ease-out;-moz-transition:all .75s ease-out;-ms-transition:all .75s ease-out;-o-transition:all .75s ease-out;transition:all .75s ease-out}.tss-wrapper .tss-layout6 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel6 .single-item-wrapper h3.author-name{margin:10px 0 8px}.tss-wrapper .tss-layout6 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-carousel6 .single-item-wrapper h4.author-bio{margin-bottom:8px}.tss-wrapper .tss-layout6 .item-content-wrapper,.tss-wrapper .tss-carousel6 .item-content-wrapper{padding:40px 30px;background:#f8f8f8;position:relative;border-radius:5px}.tss-wrapper .tss-layout6 .item-content-wrapper:before,.tss-wrapper .tss-carousel6 .item-content-wrapper:before{content:"\F10D";color:#fff;position:absolute;left:10px;top:10px;font-family:tss-font,serif;font-size:30px;line-height:1}.tss-wrapper .tss-layout6 .item-content-wrapper .item-content,.tss-wrapper .tss-carousel6 .item-content-wrapper .item-content{font-style:italic;font-size:16px;line-height:1.6}.tss-wrapper .tss-layout6 .profile-img-wrapper,.tss-wrapper .tss-carousel6 .profile-img-wrapper{text-align:center;margin-bottom:10px;display:inline-block}.tss-wrapper .tss-layout6 .tss-meta-info,.tss-wrapper .tss-carousel6 .tss-meta-info{display:flex;margin-top:30px}.tss-wrapper .tss-layout6 .tss-meta-info .tss-left,.tss-wrapper .tss-carousel6 .tss-meta-info .tss-left{flex:1}.tss-wrapper .tss-layout6 .tss-meta-info .tss-right,.tss-wrapper .tss-carousel6 .tss-meta-info .tss-right{padding:0 0 0 15px;flex:4;position:relative}.tss-wrapper .tss-layout6 .single-item-wrapper .author-social,.tss-wrapper .tss-carousel6 .single-item-wrapper .author-social,.tss-wrapper .tss-layout6 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-carousel6 .single-item-wrapper .tss-social-share{text-align:left;margin-bottom:10px;margin-left:-6px}.tss-wrapper .tss-layout6 .rating-wrapper,.tss-wrapper .tss-carousel6 .rating-wrapper{margin-bottom:6px}.tss-wrapper .tss-layout7 .single-item,.tss-wrapper .tss-isotope3 .single-item,.tss-wrapper .tss-carousel7 .single-item{padding:0}.tss-wrapper .tss-layout7 .single-item-wrapper h3.author-name,.tss-wrapper .tss-isotope3 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel7 .single-item-wrapper h3.author-name{margin:5px 0 8px;text-align:center}.tss-wrapper .tss-layout7 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-isotope3 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-carousel7 .single-item-wrapper h4.author-bio{margin-bottom:10px;text-align:center}.tss-wrapper .tss-layout7 .single-item-wrapper,.tss-wrapper .tss-isotope3 .single-item-wrapper,.tss-wrapper .tss-carousel7 .single-item-wrapper{padding:30px;background:#f8f8f8;position:relative}.tss-wrapper .tss-layout7 .item-content-wrapper,.tss-wrapper .tss-isotope3 .item-content-wrapper,.tss-wrapper .tss-carousel7 .item-content-wrapper{position:relative;padding-bottom:10px}.tss-wrapper .tss-layout7 .single-item-wrapper:before,.tss-wrapper .tss-isotope3 .single-item-wrapper:before,.tss-wrapper .tss-carousel7 .single-item-wrapper:before{content:"\F10D";color:#fff;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:8px;font-family:tss-font,serif;font-size:30px}.tss-wrapper .tss-layout7 .item-content-wrapper .item-content,.tss-wrapper .tss-isotope3 .item-content-wrapper .item-content,.tss-wrapper .tss-carousel7 .item-content-wrapper .item-content{font-style:italic;font-size:16px;line-height:1.6}.tss-wrapper .tss-layout7 .profile-img-wrapper,.tss-wrapper .tss-isotope3 .profile-img-wrapper,.tss-wrapper .tss-carousel7 .profile-img-wrapper{text-align:center;margin:30px 0 15px;display:block}.tss-wrapper .tss-layout7 .profile-img-wrapper img,.tss-wrapper .tss-isotope3 .profile-img-wrapper img,.tss-wrapper .tss-carousel7 .profile-img-wrapper img{display:inline-block}.tss-wrapper .tss-layout7 .single-item-wrapper .author-social,.tss-wrapper .tss-isotope3 .single-item-wrapper .author-social,.tss-wrapper .tss-carousel7 .single-item-wrapper .author-social,.tss-wrapper .tss-layout7 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-isotope3 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-carousel7 .single-item-wrapper .tss-social-share{text-align:center}.tss-wrapper .tss-layout7 .rating-wrapper,.tss-wrapper .tss-isotope3 .rating-wrapper,.tss-wrapper .tss-carousel7 .rating-wrapper{margin-bottom:10px;text-align:center}.tss-wrapper .tss-layout8 .single-item,.tss-wrapper .tss-carousel8 .single-item{padding:0}.tss-wrapper .tss-layout8 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel8 .single-item-wrapper h3.author-name{margin:5px 0 8px;text-align:center}.tss-wrapper .tss-layout8 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-carousel8 .single-item-wrapper h4.author-bio{margin-bottom:20px;text-align:center}.tss-wrapper .tss-layout8 .single-item-wrapper,.tss-wrapper .tss-carousel8 .single-item-wrapper{padding:30px;background:#f8f8f8;position:relative}.tss-wrapper .tss-layout8 .item-content-wrapper,.tss-wrapper .tss-carousel8 .item-content-wrapper{position:relative;padding-bottom:10px}.tss-wrapper .tss-layout8 .single-item-wrapper:before,.tss-wrapper .tss-carousel8 .single-item-wrapper:before{content:"\F10D";color:#fff;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);top:8px;font-family:tss-font,serif;font-size:30px;z-index:99}.tss-wrapper .tss-layout8 .item-content-wrapper .item-content,.tss-wrapper .tss-carousel8 .item-content-wrapper .item-content{font-style:italic;font-size:16px;line-height:1.6;padding-top:30px}.tss-wrapper .tss-layout8 .profile-img-wrapper,.tss-wrapper .tss-carousel8 .profile-img-wrapper{text-align:center;margin:15px 0;display:block}.tss-wrapper .tss-layout8 .profile-img-wrapper img,.tss-wrapper .tss-carousel8 .profile-img-wrapper img{display:inline-block}.tss-wrapper .tss-layout8 .single-item-wrapper .author-social,.tss-wrapper .tss-carousel8 .single-item-wrapper .author-social,.tss-wrapper .tss-layout8 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-carousel8 .single-item-wrapper .tss-social-share{text-align:center}.tss-wrapper .tss-layout8 .rating-wrapper,.tss-wrapper .tss-carousel8 .rating-wrapper{margin-bottom:10px;text-align:center;margin-top:-6px}.tss-wrapper .tss-layout9 .single-item-wrapper,.tss-wrapper .tss-isotope4 .single-item-wrapper,.tss-wrapper .tss-carousel9 .single-item-wrapper{margin-bottom:30px;text-align:center;position:relative}.tss-wrapper .tss-layout9 .single-item-wrapper:hover .item-content-wrapper,.tss-wrapper .tss-isotope4 .single-item-wrapper:hover .item-content-wrapper,.tss-wrapper .tss-carousel9 .single-item-wrapper:hover .item-content-wrapper{opacity:1;-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out}.tss-wrapper .tss-layout9 .single-item-wrapper:hover .profile-img-wrapper:before,.tss-wrapper .tss-isotope4 .single-item-wrapper:hover .profile-img-wrapper:before,.tss-wrapper .tss-carousel9 .single-item-wrapper:hover .profile-img-wrapper:before{opacity:1;-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out}.tss-wrapper .tss-layout9 .profile-img-wrapper,.tss-wrapper .tss-isotope4 .profile-img-wrapper,.tss-wrapper .tss-carousel9 .profile-img-wrapper{position:relative}.tss-wrapper .tss-layout9 .profile-img-wrapper img,.tss-wrapper .tss-isotope4 .profile-img-wrapper img,.tss-wrapper .tss-carousel9 .profile-img-wrapper img{margin:0 auto;width:100%}.tss-wrapper .tss-layout9 .tss-img-circle .profile-img-wrapper:before,.tss-wrapper .tss-isotope4 .tss-img-circle .profile-img-wrapper:before,.tss-wrapper .tss-carousel9 .tss-img-circle .profile-img-wrapper:before{border-radius:50%}.tss-wrapper .tss-layout9 .profile-img-wrapper:before,.tss-wrapper .tss-isotope4 .profile-img-wrapper:before,.tss-wrapper .tss-carousel9 .profile-img-wrapper:before{opacity:0;content:"";background:rgba(55,71,79,.9);position:absolute;right:0;top:0;left:0;height:100%;width:100%;z-index:1;-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out}.tss-wrapper .tss-layout9 .profile-img-wrapper:after,.tss-wrapper .tss-isotope4 .profile-img-wrapper:after,.tss-wrapper .tss-carousel9 .profile-img-wrapper:after{content:"\F10D";color:#fff;position:absolute;right:35px;top:0;font-family:tss-font;font-size:22px;height:40px;width:40px;line-height:40px;background:#8cc63e;z-index:3;-webkit-box-shadow:-9px 11px 19px -7px rgba(0,0,0,.75);-moz-box-shadow:-9px 11px 19px -7px rgba(0,0,0,.75);box-shadow:-9px 11px 19px -7px rgba(0,0,0,.75)}.tss-wrapper .tss-layout9 .tss-img-circle .profile-img-wrapper:after,.tss-wrapper .tss-isotope4 .tss-img-circle .profile-img-wrapper:after,.tss-wrapper .tss-carousel9 .tss-img-circle .profile-img-wrapper:after{border-radius:50%}.tss-wrapper .tss-layout9 .item-content-wrapper,.tss-wrapper .tss-isotope4 .item-content-wrapper,.tss-wrapper .tss-carousel9 .item-content-wrapper{opacity:0;padding:0 30px;position:absolute;top:50%;transform:translateY(-50%);z-index:2;left:0;right:0;margin:0 auto;-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-ms-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out}.tss-wrapper .tss-layout9 .single-item-wrapper h3.author-name,.tss-wrapper .tss-isotope4 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel9 .single-item-wrapper h3.author-name{margin-bottom:5px;font-size:22px;color:#fff}.tss-wrapper .tss-layout9 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-isotope4 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-carousel9 .single-item-wrapper h4.author-bio{margin-bottom:5px;font-size:18px;color:#fff}.tss-wrapper .tss-layout8 .single-item-wrapper h3.author-name a,.tss-wrapper .tss-isotope4 .single-item-wrapper h3.author-name a,.tss-wrapper .tss-carousel9 .single-item-wrapper h3.author-name a{color:inherit}.tss-wrapper .tss-layout9 .item-content,.tss-wrapper .tss-isotope4 .item-content,.tss-wrapper .tss-carousel9 .item-content{font-style:italic;font-size:15px;color:#fff}.tss-wrapper .tss-layout9 .rating-wrapper,.tss-wrapper .tss-isotope4 .rating-wrapper,.tss-wrapper .tss-carousel9 .rating-wrapper{margin-bottom:5px}.tss-wrapper .tss-layout9 .rating-wrapper li,.tss-wrapper .tss-isotope4 .rating-wrapper li,.tss-wrapper .tss-carousel9 .rating-wrapper li{display:inline;color:#ffca28}.tss-wrapper .tss-layout10,.tss-wrapper .tss-isotope5,.tss-wrapper .tss-carousel10{padding:0 0}.tss-wrapper .tss-layout10 .single-item-wrapper .author-social,.tss-wrapper .tss-isotope5 .single-item-wrapper .author-social,.tss-wrapper .tss-carousel10 .single-item-wrapper .author-social,.tss-wrapper .tss-layout10 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-isotope5 .single-item-wrapper .tss-social-share,.tss-wrapper .tss-carousel10 .single-item-wrapper .tss-social-share{text-align:left}.tss-wrapper .tss-layout10 .profile-img-wrapper,.tss-wrapper .tss-isotope5 .profile-img-wrapper,.tss-wrapper .tss-carousel10 .profile-img-wrapper{position:absolute;z-index:1;right:15px;top:50px}.tss-wrapper .tss-layout10 .profile-img-wrapper img,.tss-wrapper .tss-isotope5 .profile-img-wrapper img,.tss-wrapper .tss-carousel10 .profile-img-wrapper img{border:10px solid #f8f8f8;margin:0 auto;width:150px!important;height:auto}.tss-wrapper .tss-layout10 .single-item-wrapper h3.author-name,.tss-wrapper .tss-isotope5 .single-item-wrapper h3.author-name,.tss-wrapper .tss-carousel10 .single-item-wrapper h3.author-name{margin-bottom:8px;font-size:22px}.tss-wrapper .tss-layout10 .single-item-wrapper h3.author-name a,.tss-wrapper .tss-isotope5 .single-item-wrapper h3.author-name a,.tss-wrapper .tss-carousel10 .single-item-wrapper h3.author-name a{color:#222}.tss-wrapper .tss-layout10 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-isotope5 .single-item-wrapper h4.author-bio,.tss-wrapper .tss-carousel10 .single-item-wrapper h4.author-bio{margin-bottom:10px;display:block;color:#959595;font-size:18px}.tss-wrapper .tss-layout10 .item-content,.tss-wrapper .tss-isotope5 .item-content,.tss-wrapper .tss-carousel10 .item-content{position:relative;padding:30px 130px 30px 30px;background:#fff}.tss-wrapper .tss-carousel10 .item-content,.tss-wrapper .tss-layout10 .item-content,.tss-wrapper .tss-isotope5 .item-content{background:#f1f1f1}.tss-wrapper .tss-layout10 .item-content:after,.tss-wrapper .tss-isotope5 .item-content:after,.tss-wrapper .tss-carousel10 .item-content:after{content:' ';position:absolute;width:0;height:0;left:38px;top:-30px;border:15px solid;border-color:transparent transparent #fff #fff}.tss-wrapper .tss-carousel10 .item-content:after,.tss-wrapper .tss-layout10 .item-content:after,.tss-wrapper .tss-isotope5 .item-content:after{border-color:transparent transparent #f1f1f1 #f1f1f1}.tss-wrapper .tss-layout10 .rating-wrapper,.tss-wrapper .tss-isotope5 .rating-wrapper,.tss-wrapper .tss-carousel10 .rating-wrapper{margin-bottom:40px}.tss-wrapper .tss-layout10 .rating-wrapper li,.tss-wrapper .tss-isotope5 .rating-wrapper li,.tss-wrapper .tss-carousel10 .rating-wrapper li{display:inline;color:#ffca28}.tss-wrapper .tss-isotope5 .author-social,.tss-wrapper .tss-layout10 .author-social{margin-top:-25px}.tss-wrapper .tss-layout10 .author-social{margin-top:-30px;margin-bottom:8px}.tss-wrapper .tss-isotope5 .item-content,.tss-wrapper .tss-layout10 .item-content{margin-top:25px}.tss-wrapper .tss-isotope5 .item-content,.tss-wrapper .tss-layout10 .item-content,.tss-wrapper .tss-carousel10 .item-content{margin-top:40px}.tss-wrapper .tss-carousel11 .single-item{padding:0}.tss-wrapper .tss-carousel11 .single-item-wrapper h3.author-name{margin:5px 0 8px;text-align:center;font-size:22px}.tss-wrapper .tss-carousel11 .single-item-wrapper h4.author-bio{margin-bottom:20px;text-align:center;font-size:18px}.tss-wrapper .tss-carousel11 .item-content-wrapper .item-content{font-style:italic;font-size:16px;line-height:1.6;padding-bottom:14px}.tss-wrapper .tss-carousel11 .profile-img-wrapper{margin-bottom:4px;display:block}.tss-wrapper .tss-carousel11 .tss-carousel-thumb .swiper-wrapper,.tss-wrapper .tss-carousel11 .tss-carousel-thumb .slick-track{padding:40px 0}.tss-wrapper .tss-carousel11 .profile-img-wrapper{position:relative;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;text-align:center;cursor:pointer}.tss-wrapper .tss-carousel11 .profile-img-wrapper img{width:120px;height:120px;display:inline-block;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);margin:0 auto;-webkit-transition:all .7s ease-out;-moz-transition:all .7s ease-out;-ms-transition:all .7s ease-out;-o-transition:all .7s ease-out;transition:all .7s ease-out}.tss-wrapper .tss-carousel11 .swiper-slide-active img,.tss-wrapper .tss-carousel11 .slick-center img{-webkit-transform:scale(1.4);-moz-transform:scale(1.4);-ms-transform:scale(1.4);-o-transform:scale(1.4);transform:scale(1.4)}.tss-wrapper .tss-carousel11 .profile-img-wrapper:before{content:"";background:rgba(0,0,0,.6);position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);left:0;right:0;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;height:132px;width:132px;margin:0 auto;z-index:5;opacity:1;visibility:visible;-webkit-transition:all .7s ease-out;-moz-transition:all .7s ease-out;-ms-transition:all .7s ease-out;-o-transition:all .7s ease-out;transition:all .7s ease-out}.tss-wrapper .tss-carousel11 .profile-img-wrapper:focus{outline:none}.tss-wrapper .tss-carousel11 .swiper-slide-active::before,.tss-wrapper .tss-carousel11 .slick-center:before{opacity:0;visibility:hidden}.tss-wrapper .tss-carousel11 .item-content p{width:80%;margin:0 auto}.tss-wrapper .tss-carousel11 .rating-wrapper{margin-bottom:10px;text-align:center}.tss-wrapper .tss-carousel12 .single-item{padding:0;margin-bottom:0}.tss-wrapper .tss-carousel12 h3.author-name{margin:20px 0 8px;text-align:center}.tss-wrapper .tss-carousel12 h4.author-bio{margin-bottom:20px;text-align:center}.tss-wrapper .tss-carousel12 .item-content-wrapper .item-content{font-style:italic;font-size:16px;line-height:1.6}.tss-wrapper .tss-carousel12 .profile-img-wrapper{margin-bottom:4px;display:block;outline:0}.tss-wrapper .tss-carousel12 .tss-carousel-thumb .swiper-slide-active.profile-img-wrapper:before,.tss-wrapper .tss-carousel12 .slick-current.slick-active.slick-center.profile-img-wrapper:before{opacity:0;visibility:hidden}.tss-wrapper .tss-carousel12 .tss-carousel-thumb .swiper-wrapper,.tss-wrapper .tss-carousel12 .tss-carousel-thumb .slick-track{padding:30px 0 40px}.tss-wrapper .tss-carousel12 .profile-img-wrapper{position:relative;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;text-align:center;cursor:pointer}.tss-wrapper .tss-carousel12 .profile-img-wrapper img{height:120px;width:120px;display:inline-block;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);margin:0 auto;-webkit-transition:all .7s ease-out;-moz-transition:all .7s ease-out;-ms-transition:all .7s ease-out;-o-transition:all .7s ease-out;transition:all .7s ease-out}.tss-wrapper .tss-carousel12 .swiper-slide-active img{-webkit-transform:scale(1.4);-moz-transform:scale(1.4);-ms-transform:scale(1.4);-o-transform:scale(1.4);transform:scale(1.4)}.tss-wrapper .tss-carousel12 .profile-img-wrapper:before{content:"";background:rgba(0,0,0,.6);position:absolute;top:50%;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);left:0;right:0;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;height:132px;width:132px;margin:0 auto;z-index:5;opacity:1;visibility:visible;-webkit-transition:all .7s ease-out;-moz-transition:all .7s ease-out;-ms-transition:all .7s ease-out;-o-transition:all .7s ease-out;transition:all .7s ease-out}.tss-wrapper .tss-carousel12 .tss-meta-info:focus{outline:none}.tss-wrapper .tss-carousel12 .slick-center .profile-img-wrapper:before{opacity:0;visibility:hidden}.tss-wrapper .tss-carousel12 .item-content p{width:80%;margin:0 auto 10px}.tss-wrapper .tss-carousel12 .rating-wrapper{margin-bottom:10px;text-align:center}.tss-wrapper .video-testimonial-wrap+.tss-meta-info+.rating-wrapper,.tss-wrapper .video-testimonial-wrap+.tss-meta-info .profile-img-wrapper{margin-top:20px}.tss-wrapper .tss-pagination ul.pagination-list li{display:inline-block;list-style:none;margin-right:5px}.tss-wrapper .tss-pagination ul.pagination-list li:last-child{margin-right:0}.tss-wrapper .tss-pagination ul.pagination-list li span,.tss-wrapper .tss-pagination ul.pagination-list li a{width:36px;height:36px;text-align:center;line-height:36px;font-size:15px;background:#eee;border:1px solid transparent;-webkit-transition:all .3s;transition:all .3s;color:#2550ea;display:inline-block}.tss-wrapper .tss-pagination ul.pagination-list li.active span,.tss-wrapper .tss-pagination ul.pagination-list li span:hover,.tss-wrapper .tss-pagination ul.pagination-list li a:hover{background:#2550ea;color:#fff}.tss-wrapper .tss-pagination .tss-loading-holder{padding:15px 0}.tss-wrapper .single-item-wrapper .rating-wrapper span.dashicons{color:gold}.tss-wrapper .tss-iso-filter{margin:25px 0;text-align:center}.tss-wrapper .tss-isotope-button-wrapper,.tss-wrapper .iso-search{display:inline-block}.tss-wrapper .iso-search{margin:0 10px}.tss-wrapper .iso-search input{width:auto;padding:10px;font-size:16px;outline:none!important;height:37px}.rt-container-fluid [class*=rt-col-],.rt-container [class*=rt-col-]{box-sizing:border-box}body>.tss-tooltip{font-size:100%;position:absolute;z-index:9999;-o-box-shadow:0 0 5px #aaa;-moz-box-shadow:0 0 5px #aaa;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa;color:#fff;border-radius:3px;background:#666;padding:0 10px;border-width:2px;opacity:0;-webkit-transition:opacity .5s ease-in-out;-moz-transition:opacity .5s ease-in-out;-ms-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}body>.tss-tooltip,body>.tss-tooltip .tss-tooltip-bottom:after{background:#000;border-radius:2px}body>.tss-tooltip .tss-tooltip-bottom{width:70px;height:18px;overflow:hidden;position:absolute;left:50%;margin-left:-32px;bottom:-16px}body>.tss-tooltip .tss-tooltip-bottom:after{content:"";position:absolute;left:20px;top:-20px;width:25px;height:25px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);tranform:rotate(45deg)}@media(min-width:768px){.rt-container{width:750px}}@media(min-width:992px){.rt-container{width:970px}}@media(min-width:1200px){.rt-container{width:1170px}}@media(min-width:768px){.rt-col-sm-24,.rt-col-sm-1,.rt-col-sm-2,.rt-col-sm-3,.rt-col-sm-4,.rt-col-sm-5,.rt-col-sm-6,.rt-col-sm-7,.rt-col-sm-8,.rt-col-sm-9,.rt-col-sm-10,.rt-col-sm-11,.rt-col-sm-12{float:left}.rt-col-sm-24{width:20%}.rt-col-sm-12{width:100%}.rt-col-sm-11{width:91.66666667%}.rt-col-sm-10{width:83.33333333%}.rt-col-sm-9{width:75%}.rt-col-sm-8{width:66.66666667%}.rt-col-sm-7{width:58.33333333%}.rt-col-sm-6{width:50%}.rt-col-sm-5{width:41.66666667%}.rt-col-sm-4{width:33.33333333%}.rt-col-sm-3{width:25%}.rt-col-sm-2{width:16.66666667%}.rt-col-sm-1{width:8.33333333%}}@media(min-width:992px){.rt-col-md-24,.rt-col-md-1,.rt-col-md-2,.rt-col-md-3,.rt-col-md-4,.rt-col-md-5,.rt-col-md-6,.rt-col-md-7,.rt-col-md-8,.rt-col-md-9,.rt-col-md-10,.rt-col-md-11,.rt-col-md-12{float:left}.rt-col-md-24{width:20%}.rt-col-md-12{width:100%}.rt-col-md-11{width:91.66666667%}.rt-col-md-10{width:83.33333333%}.rt-col-md-9{width:75%}.rt-col-md-8{width:66.66666667%}.rt-col-md-7{width:58.33333333%}.rt-col-md-6{width:50%}.rt-col-md-5{width:41.66666667%}.rt-col-md-4{width:33.33333333%}.rt-col-md-3{width:25%}.rt-col-md-2{width:16.66666667%}.rt-col-md-1{width:8.33333333%}}@media(min-width:1200px){.rt-col-lg-24,.rt-col-lg-1,.rt-col-lg-2,.rt-col-lg-3,.rt-col-lg-4,.rt-col-lg-5,.rt-col-lg-6,.rt-col-lg-7,.rt-col-lg-8,.rt-col-lg-9,.rt-col-lg-10,.rt-col-lg-11,.rt-col-lg-12{float:left}.rt-col-lg-24{width:20%}.rt-col-lg-12{width:100%}.rt-col-lg-11{width:91.66666667%}.rt-col-lg-10{width:83.33333333%}.rt-col-lg-9{width:75%}.rt-col-lg-8{width:66.66666667%}.rt-col-lg-7{width:58.33333333%}.rt-col-lg-6{width:50%}.rt-col-lg-5{width:41.66666667%}.rt-col-lg-4{width:33.33333333%}.rt-col-lg-3{width:25%}.rt-col-lg-2{width:16.66666667%}.rt-col-lg-1{width:8.33333333%}}@media(max-width:991px){.rt-single-testimonial-detail .testimonial{margin-top:20px}}@media(max-width:767px){.tss-wrapper .single-item-wrapper{flex-direction:column}.tss-wrapper .item-content-wrapper{padding:20px;margin-top:15px}.item-content-wrapper.tss-left{order:2}.item-content-wrapper.tss-right{order:1}.tss-wrapper .profile-img-wrapper a,.tss-wrapper .profile-img-wrapper{display:flex;justify-content:center}.tss-wrapper .item-content-wrapper:after,.tss-wrapper .single-item-wrapper:before,.tss-wrapper .tss-layout10 .item-content:after,.tss-wrapper .tss-isotope5 .item-content:after,.tss-wrapper .tss-carousel10 .item-content:after{content:none}.tss-wrapper .tss-layout8 .single-item-wrapper,.tss-wrapper .tss-carousel8 .single-item-wrapper{padding:5px}.tss-wrapper .tss-layout8 .item-content-wrapper,.tss-wrapper .tss-carousel8 .item-content-wrapper,.tss-wrapper .tss-layout4 .item-content-wrapper,.tss-wrapper .tss-isotope2 .item-content-wrapper,.tss-wrapper .tss-carousel4 .item-content-wrapper{margin-top:0}.tss-wrapper .tss-layout4 .profile-img-wrapper,.tss-wrapper .tss-carousel4 .profile-img-wrapper{padding:10px}.tss-wrapper .tss-layout10 .profile-img-wrapper,.tss-wrapper .tss-isotope5 .profile-img-wrapper,.tss-wrapper .tss-carousel10 .profile-img-wrapper{position:relative}.tss-wrapper .tss-layout10 .rating-wrapper,.tss-wrapper .tss-isotope5 .rating-wrapper,.tss-wrapper .tss-carousel10 .rating-wrapper{margin-bottom:10px}.tss-wrapper .tss-layout10 .item-content,.tss-wrapper .tss-isotope5 .item-content,.tss-wrapper .tss-carousel10 .item-content{padding:15px}.tss-wrapper .tss-layout1 .item-content-wrapper:after,.tss-wrapper .tss-carousel1 .item-content-wrapper:after{left:0;top:-15px;right:0;margin:auto;transform:rotate(90deg)}.tss-wrapper .tss-layout1 .single-item-wrapper:hover .item-content-wrapper:after,.tss-wrapper .tss-carousel1 .single-item-wrapper:hover .item-content-wrapper:after{top:-15px}.tss-wrapper .tss-layout2 .item-content-wrapper:after,.tss-wrapper .tss-carousel2 .item-content-wrapper:after{right:0;top:-15px;transform:rotate(-90deg);margin:auto;left:0}}.rt-animate-spin{-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;display:inline-block}@-moz-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-o-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-ms-keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes spin{0%{-moz-transform:rotate(0);-o-transform:rotate(0);-webkit-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(359deg);-o-transform:rotate(359deg);-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes ball-clip-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes ball-clip-rotate{0%{-moz-transform:rotate(0);transform:rotate(0)}50%{-moz-transform:rotate(180deg);transform:rotate(180deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes ball-clip-rotate{0%{-o-transform:rotate(0);transform:rotate(0)}50%{-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes ball-clip-rotate{0%{-webkit-transform:rotate(0);-moz-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes ball-scale-multiple{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-webkit-transform:scale(1);transform:scale(1)}}@-moz-keyframes ball-scale-multiple{0%{opacity:0;-moz-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-moz-transform:scale(1);transform:scale(1)}}@-o-keyframes ball-scale-multiple{0%{opacity:0;-o-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-o-transform:scale(1);transform:scale(1)}}@keyframes ball-scale-multiple{0%{opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);transform:scale(0)}5%{opacity:.75}100%{opacity:0;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1)}}.rt-row.tss-carousel1,.rt-row.tss-carousel2,.rt-row.tss-carousel3,.rt-row.tss-carousel4,.rt-row.tss-carousel5,.rt-row.tss-carousel6,.rt-row.tss-carousel7,.rt-row.tss-carousel8,.rt-row.tss-carousel9,.rt-row.tss-carousel10,.rt-row.tss-carousel11,.rt-row.tss-carousel12,.rt-row.carousel_video{display:block!important}.tss-layout_video .rating-wrapper{padding:10px 0 7px}.tss-wrapper .tss-layout10 .tss-grid-item{margin-bottom:30px}.video-testimonial-wrap{float:none;clear:both;width:100%;position:relative;padding-bottom:56.25%;padding-top:25px;height:0}.video-testimonial-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.tss-wrapper .tss-layout_video .item-content{margin-top:15px}.tss-wrapper .tss-masonry .tss-grid-item{margin-bottom:30px}.tss-wrapper .tss-layout_video .tss-grid-item .rating-wrapper{margin-top:10px;margin-bottom:-18px}.tss-wrapper .tss-isotope_video .item-content{margin-top:15px}.rt-single-testimonial-detail .rating-wrapper span.dashicons{color:gold}.rt-single-testimonial-detail .rating-wrapper{margin-bottom:5px}.rt-single-testimonial-detail .testi-meta h2{margin-top:10px;margin-bottom:5px}.dashicons-twitter{width:15px;height:15px;margin-top:3px}.dashicons-twitter:before{content:"";height:15px;-webkit-mask-image:url(https://legalwebsolutionsllc.com/wp-content/plugins/testimonial-slider-and-showcase/assets/css/../images/twitter-x.svg);mask-image:url(https://legalwebsolutionsllc.com/wp-content/plugins/testimonial-slider-and-showcase/assets/css/../images/twitter-x.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:15px;z-index:1;display:block;background-color:#000}.rt-single-testimonial-detail .ast-oembed-container{margin:0 0 20px}body .mfp-iframe-holder .mfp-close{width:auto}body .mfp-iframe-holder .mfp-close:focus,body .mfp-iframe-holder .mfp-close:hover{background-color:initial;color:red}.tlp-popup-wrapper .tlp-openPopup .dashicons{width:50px;height:50px;border:2px solid #fff;border-radius:50%;text-align:center;line-height:45px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);padding:0;background-color:initial;z-index:9;color:#fff}.tlp-popup-wrapper .item-content{margin:10px 0}.tss-wrapper .tlp-openinline{pointer-events:none}.tss-wrapper .tlp-openinline,.tss-wrapper .tlp-openPopup{display:inline-block}.tss-wrapper .tlp-openPopup{position:relative}.tss-wrapper .tlp-openPopup:before{position:absolute;content:"";width:100%;height:100%;background-color:rgba( 0,0,0,.3 );left:0;top:0;transition:.3s}.tss-wrapper .tlp-openPopup:hover:before{background-color:initial}.tss-wrapper .rt-responsive-img{display:block}.tlp-popup-wrapper .tss-meta-info{position:relative}.tlp-average-rating{text-align:center;font-size:18px}.tlp-average-rating .tlp-rating-title{font-size:24px;font-weight:700;display:block;margin:0 0 5px}.dashicons-skype:before,.dashicons-telegram:before{content:"";height:20px;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;width:20px;z-index:1;display:block;background-color:#000}.dashicons-skype:before{-webkit-mask-image:url(https://legalwebsolutionsllc.com/wp-content/plugins/testimonial-slider-and-showcase/assets/css/../images/skype.svg);mask-image:url(https://legalwebsolutionsllc.com/wp-content/plugins/testimonial-slider-and-showcase/assets/css/../images/skype.svg)}.dashicons-telegram:before{-webkit-mask-image:url(https://legalwebsolutionsllc.com/wp-content/plugins/testimonial-slider-and-showcase/assets/css/../images/telegram.svg);mask-image:url(https://legalwebsolutionsllc.com/wp-content/plugins/testimonial-slider-and-showcase/assets/css/../images/telegram.svg)}.tss-social-share .share-icons{font-weight:500}.rt-single-testimonial-detail .tss-social-share{text-align:right}.rt-single-testimonial-detail iframe{width:100%}.tss-wrapper.tss-submit-wrapper input,.tss-wrapper.tss-submit-wrapper .rt-simple-image-preview{cursor:pointer}.tlp-portfolio-block-footer .wp-block-group-is-layout-flex,.tlp-portfolio-block-header .wp-block-group-is-layout-flex{justify-content:space-between}.wp-site-blocks .rt-single-testimonial-detail .profile-img{overflow:hidden}