@charset "utf-8";
/************
Lawdiary.org
************/

body {
	background: #f5f5f7;
	font-family: 'Roboto', sans-serif;
    
}
a {
	text-decoration: none !important;
	cursor: pointer;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
}
a:visited, a:focus {
	outline: none;
}
button:focus, button:visited {
	outline: none;
}
ul {
	list-style: none;
	padding: 0px;
}
p{
	font-size: 16px;
	line-height: 30px;
}
h1, h2, h3, h4 {
	color: #f69f2a;
	font-family: "Roboto", serif;
}
h2, h3 { text-transform: uppercase; }
.header {
	background: #fff;
	padding: 10px  0px;
	/* position: fixed; */
	width: 100%;
	top: 0;
	z-index: 1000;
	transition: 0.5s ease;
}
.success_error{
	position: absolute;
    top: 130px;
    z-index: 1000;
    width: 50%;
    text-align: center;
    left: 25%;
}
.header:before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 3px;
	background: url(../../storage/img/login_images/topborder.png);
}
.logo img {
	height: 75px;
	padding-top: 3px;
	transition: 0.5s ease;
}
.logo span {
	font-size: 28px;
	color: #1b4e6f;
	display: inline-block;
}
.header .support {
	text-align: right;
}
.header .support a {
    background: #f69f2a;
    display: inline-block;
    color: #fff;
    /* padding-right: 10px; */
    margin-top: 20px;
    margin-bottom: 3px;
    font-weight: 600;
    padding: 11px 32px;
    font-size: 16px;
    text-transform: uppercase;
}
.header .support a i {
	font-size: 18px;
	/* background: #444; */
	color: #fff;
	/* padding: 5px; */
	margin-right: 3px;
}
.header .support a:hover {
	background: #f69f2a;
}
.navigation {
	background: #f69f2a;
	position: fixed;
	width: 100%;
	top: 147px;
	z-index: 1000;
	/* padding: 10px 0px; */
	transition: 0.5s ease;
}
.navigation nav {
	margin-bottom: 0px;
	min-height: auto;
}
.navigation nav ul li a {
    padding: 10px 20px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.navigation nav ul li a i {
    font-size: 20px;
    color: #fff;
    margin-right: 5px;
    transition: 0.5s;
}
.navigation nav ul li a:hover i {
	transform: scale(1.3);
}
.navigation nav ul li a span {
	
	transition: 0.5s;
}
.navigation nav ul li a:hover span {
    color: #fff;
	
}
.navigation nav ul li:nth-child(1) a {
	/* padding-left: 0px; */
}
.navigation nav ul li:nth-child(7) a {
	padding-right: 0px;
}
.navigation nav ul li a:hover, .navigation nav ul li a:focus {
	background: none;
	color: #f69f2a;
}
.navbar-toggle {
	background: #fff;
}
.navbar-toggle .icon-bar {
	background: #1b4e6f;
}
/** sticky header **/
.headersticky img {
	height: 35px;
	padding-top: 0px;
}
.headersticky .logo span { font-size: 24px; }
.headersticky .support a {
	margin-top: 3px;
    margin-bottom: 0px;
}
.stickynav {
	top: 0;
	padding: 0px;
}

.slider {
	margin-top: 45px;
}
.welcome {
	text-align: center;
	/* background: url(../../storage/img/login_images/w1.png); */
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right;
	background: #fff;
}
.welcome h4 {
	color: #555;
}
.welcome, .about, .features, .services, #testimonials {
	padding: 55px 0px;
}
.about {
	background: #000 url(../../storage/img/login_images/about.jpg) no-repeat 0px 0px scroll;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.features {
	/* text-align: center; */
	background: #fff;
}
.features ul li {
	display: inline-table;
	width: 33%;
	margin: 0px;
}
.features ul li:nth-child(odd) div {
	background: #ececf1;
}
.features ul li div {
	padding: 10px;
	background: #fff;
	min-height: 300px;
}
.features ul li div img {
    height: 100px;
    border: 1px solid #b7b7b7;
    padding: 3px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.whyus {
	background: #fff;
	padding: 95px 0px 45px 0px;
	text-align: center;
}
.whyus ul { display: inline-table; }
.why-img {}
.why-img li img {
	width: 190px;
    margin: 0px 20px -265px 20px;
    position: relative;
    z-index: 100;
}	
.whyus ul li {
	margin-bottom: 25px;
	padding: 5px 10px;
	text-transform: uppercase;
	position: relative;
}
.why-1 {
	text-align: right;
	width: 35%;
}
.why-1 li {
	border-radius: 25px 0px 0px 25px; 
	-webkit-border-radius: 25px 0px 0px 25px; 
	-moz-border-radius: 25px 0px 0px 25px; 
	-o-border-radius: 25px 0px 0px 25px; 
	-ms-border-radius: 25px 0px 0px 25px; 
}
.why-2 {
	text-align: left;
	width: 35%;
}
.why-2 li {	border-radius: 0px 25px 25px 0px; }
.why-1 li:nth-child(1), .why-2 li:nth-child(1) { background: #e9b939; }
.why-1 li:nth-child(2), .why-2 li:nth-child(2) { background: #db6681; }
.why-1 li:nth-child(3), .why-2 li:nth-child(3) { background: #6398ce; }
.why-1 li:nth-child(4), .why-2 li:nth-child(4) { background: #02c99e; }
.why-1 li:nth-child(5), .why-2 li:nth-child(5) { background: #ee8e31; }
.why-1 li:nth-child(6), .why-2 li:nth-child(6) { background: #34c5e9; }
.why-1 li:nth-child(7), .why-2 li:nth-child(7) { background: #e9b939; }
.why-1 li:after, .why-2 li:after {
	content: "";
	position: absolute;
	width: 100px;
	height: 29px;
}
.why-1 li:after { right: -100px; }
.why-2 li:after { left: -100px; }
.why-1 li:nth-child(1):after, .why-1 li:nth-child(2):after, .why-1 li:nth-child(3):after {
	top: 35px;
	transform: skewy(35deg);
	-webkit-transform: skewy(35deg);
	-moz-transform: skewy(35deg);
	-o-transform: skewy(35deg);
	-ms-transform: skewy(35deg);
}
.why-1 li:nth-child(4):after, .why-1 li:nth-child(5):after, .why-1 li:nth-child(6):after {
	top: -35px;
	transform: skewy(-35deg); 
	-webkit-transform: skewy(-35deg); 
	-moz-transform: skewy(-35deg); 
	-o-transform: skewy(-35deg); 
	-ms-transform: skewy(-35deg); 
}
.why-1 li:nth-child(1):after { background: #e0a915; }
.why-1 li:nth-child(2):after { background: #c54d69; }
.why-1 li:nth-child(3):after { background: #4d86bf; }
.why-1 li:nth-child(4):after { background: #03ab86; }
.why-1 li:nth-child(5):after { background: #d67518; }
.why-1 li:nth-child(6):after { background: #1ba5c7; }

.why-2 li:nth-child(1):after, .why-2 li:nth-child(2):after, .why-2 li:nth-child(3):after {
	top: 35px;
	transform: skewy(-35deg);
	-webkit-transform: skewy(-35deg); 
	-moz-transform: skewy(-35deg); 
	-o-transform: skewy(-35deg); 
	-ms-transform: skewy(-35deg);
}
.why-2 li:nth-child(4):after, .why-2 li:nth-child(5):after, .why-2 li:nth-child(6):after {
	top: -35px;
	transform: skewy(35deg);
	-webkit-transform: skewy(35deg);
	-moz-transform: skewy(35deg);
	-o-transform: skewy(35deg);
	-ms-transform: skewy(35deg);
}
.why-2 li:nth-child(1):after { background: #e0a915; }
.why-2 li:nth-child(2):after { background: #c54d69; }
.why-2 li:nth-child(3):after { background: #4d86bf; }
.why-2 li:nth-child(4):after { background: #03ab86; }
.why-2 li:nth-child(5):after { background: #d67518; }
.why-2 li:nth-child(6):after { background: #1ba5c7; }
.services {
	background: url(../../storage/img/login_images/service.jpg) no-repeat 0px 0px;
	background-size: cover;
	/* min-height: 350px; */
	text-align: center;
}
.services span {
    color: #ffffff;
    display: block;
    font-size: 18px;
    padding: 5px 15px;
    text-transform: uppercase;
}
#testimonials {
	text-align: center;
	background: #fff;
}
#testimonials blockquote {
	padding: 0px;
	margin: 0px;
	border-left: none;
}

.contact {
	background: #1b4e6f;
	padding: 35px 0px;
}
.contact h3 { color: #f69f2a; }
.contact a { display: block; }
.contact a i {
    background: #fff;
    color: #1b4e6f;
    font-size: 18px;
    padding: 7px 5px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-right: 1px;
    margin-bottom: 5px;
}
.contact a span { color: #fff; }
.rs-footer form input[type="text"], .rs-footer form input[type="email"], .rs-footer form textarea {
	padding: 10px 20px;
	margin-bottom: 5px;
	border-radius: 5px !important;
}
.rs-footer form input[type="text"] { width: 49.5%; }
.rs-footer form input[type="email"], .rs-footer form textarea { width: 100%; }
.rs-footer form input[type="submit"] {
    border: none;
    background: #f69f2a;
    padding: 3px 15px;
    border-radius: 10px !important;
}
.footer {
	background: #009fee;
	padding: 15px 0px;
	color: #fff;
}
.footer a {
	color: #fff;
}
.footer a:hover {
	color: #fff;
}
.footer ul {
	margin-top: 10px;
	text-align: right;
}
.footer ul li {
	display: inline-block;
}
.footer ul li a {
	margin-left: 15px;
}
.fixedmenu-1, .fixedmenu-2, .fixedmenu-3 {
	display: inline-block;
	position: fixed;
	z-index: 100;
	transition: 1s ease;
}
.fixedmenu-1 img, .fixedmenu-2 img, .fixedmenu-3 img {
	height: 54px;
	margin-left: -25px;
	margin-right: 10px;
}
.fixedmenu-1 span, .fixedmenu-2 span, .fixedmenu-3 span {
	font-size: 18px;
	color: #333;
    display: inline-block;
    padding-right: 15px;
}
.trial {
    right: -130px;
    top: 33%;
}
.demo {
    right: -85px;
    top: 45%;
}
.callback {
	right: -106px;
    top: 58%;
}
.fixedmenu-1:hover, .fixedmenu-2:hover, .fixedmenu-3:hover { right: 0; }
.fixedmenu-1:hover { background: #de4e4e; }
.fixedmenu-2:hover { background: #41c9ff; }
.fixedmenu-3:hover { background: #ffe6a2; }
.fixedmenu-1:hover img, .fixedmenu-2:hover img, .fixedmenu-3:hover img {
	animation: rotation 0.8s;
	-webkit-animation: rotation 0.8s;
	-moz-animation: rotation 0.8s;
	-o-animation: rotation 0.8s;
	-ms-animation: rotation 0.8s;
}
@keyframes rotation {
	from{ transform: rotate(0deg); }
	to{ transform: rotate(-360deg); }
}
@-wbbkit-keyframes rotation {
	from{ transform: rotate(0deg); }
	to{ transform: rotate(-360deg); }
}
@-moz-keyframes rotation {
	from{ transform: rotate(0deg); }
	to{ transform: rotate(-360deg); }
}
@-o-keyframes rotation {
	from{ transform: rotate(0deg); }
	to{ transform: rotate(-360deg); }
}
label { font-weight: normal; }
input[type="text"], input[type="email"], textarea, input[type="password"] {
	padding: 25px 25px;
	margin-bottom: 10px;
	outline: none;
	border: 1px solid #f9f9f9;
    border-top: 1px solid #f9f9f9 !important;
    box-shadow: none;
}
input[type="file"] {
	background: #fff;
	padding: 25px 25px;
	margin-bottom: 10px;
	border: 1px solid #f9f9f9;
    border-top: 1px solid #f9f9f9 !important;
    box-shadow: none;
}
input[type="file"]:focus { outline: none; }
input[type="submit"] {
    border: none;
    padding: 5px 15px;
	margin-top: 10px;
}
input[type="submit"]:hover { opacity: 0.9; }
.modal-header {	background: #1b4e6f; }
.modal-header button { opacity:1; color: #f69f2a; }
.modal-body form input[type="text"], .modal-body form input[type="email"], .modal-body form input[type="password"], .modal-body form textarea {
	width: 100%;
}
.modal-body form input[type="submit"] {
	background: #1b4e6f;
    color: #f69f2a;
}
.login {
	
    padding: 10px;
    margin: 0px 0px 20px 0px
}
.login h3 {
	color: #1b4e6f;
    margin-top: 0;
	margin-bottom: 20px;
}
.login form input[type="text"], .login form input[type="password"] {
	width: 100%;
	
}
.login form input[type="submit"]{
	background: #1b4e6f;
	color: #f69f2a;
}
.login form input[type="checkbox"] {}
.login form a { color: #a94442; }
.login hr { border: 1px dotted #fff; }
.content {
	min-height: 500px;
	margin-top: 57px;
	padding: 25px 0px;
}
/***** Registration *****/
.top-content .text { color: #fff; }
.top-content .text h1 { color: #fff; }
.top-content .description {	margin: 20px 0 10px 0; }
.top-content .description p { opacity: 0.8; }
.top-content .description a { color: #fff; }
.top-content .description a:hover, .top-content .description a:focus { border-bottom: 1px dotted #fff; }
.top-content .top-big-link { margin-top: 35px; }
.form-box { padding: 25px 0px; }
.form-top {
	overflow: hidden; 
	padding: 15px;
	background: #1b4e6f;
	-moz-border-radius: 4px 4px 0 0; 
	-webkit-border-radius: 4px 4px 0 0; 
	border-radius: 4px 4px 0 0;
	text-align: left;
}
.form-top-left {
	float: left;
	width: 75%;
}
.form-top-left p { margin-bottom: 0px; color: #fff; }
.form-top-left h3 { margin-top: 0; }
.form-top-right {
	float: left;
    width: 25%;
    font-size: 54px;
    color: #f69f2a;
    text-align: right;
}
.form-bottom {
	padding: 15px;
	background: #fff;
	-moz-border-radius: 0 0 4px 4px; 
	-webkit-border-radius: 0 0 4px 4px; 
	border-radius: 0 0 4px 4px;
	text-align: left;
}
form .form-bottom textarea { height: 100px; }
form .form-bottom button.btn { min-width: 105px; }
form .form-bottom .input-error { border-color: #19b9e7; }
form.registration-form fieldset { display: none; }
.registration-form button {
    border: none;
    background: #f69f2a;
    padding: 5px 15px;
    color: #000;
}
.career {
    background: #1b4e6f;
    padding: 10px;
}
.career img {
	width: 100%;
	margin-bottom: 10px;
}
.career input[type="text"] { width: 49.5%; }
.career input[type="email"], .career input[type="file"], .career textarea { width: 100%; }
.career input[type="submit"] { background: #f69f2a; }
.f1 {
	padding: 15px; 
	background: #fff;
	border: 1px solid #e4e4e4;
}
.f1 h3 {
	margin-top: 0; 
	margin-bottom: 5px; 
	text-transform: uppercase; 
	color: #1b4e6f;
}
.f1-steps {
	overflow: hidden; 
	position: relative; 
	margin-top: 20px; 
	text-align: center; 
}
.f1-progress {
	position: absolute; 
	top: 24px; 
	left: 0; 
	width: 100%; 
	height: 1px; 
	background: #ddd; 
}
.f1-progress-line {
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 1px; 
	background: #f69f2a; 
}
.f1-step {
	position: relative; 
	float: left; 
	width: 25%; 
	padding: 0 5px; 
}
.f1-step-icon {
	display: inline-block; 
	width: 40px; 
	height: 40px; 
	margin-top: 4px; 
	background: #ddd;
	font-size: 24px; 
	color: #fff;
	-moz-border-radius: 50%; 
	-webkit-border-radius: 50%; 
	border-radius: 50%;
}
.f1-step-icon i {
	line-height: 1.6;
}
.f1-step.activated .f1-step-icon {
	background: #fff; 
	border: 1px solid #f69f2a; 
	color: #f69f2a; 
	line-height: 38px;
}
.f1-step.active .f1-step-icon {
	margin-top: 0; 
	background: #f69f2a; 
}
.f1-step p { color: #ccc; }
.f1-step.activated p { color: #f69f2a; }
.f1-step.active p { color: #f69f2a; }
.f1 fieldset {
	display: none; 
	text-align: left; 
}
.f1-buttons { text-align: right; }
.f1 .input-error { border-color: #f35b3f; }
.f1 button {
    border: none;
    background: #f69f2a;
    padding: 5px 15px;
    color: #000;
}
.panel-advocate {
	text-align: center;
}
.panel-advocate li {
    display: inline-table;
    background: #fff;
    border: 1px solid #dadada;
    margin: 0px 5px 15px 5px;
	padding: 5px 10px;
	width: 23.7%;
}
.panel-advocate li h4 {
	margin-top: 0px;
}
.panel-advocate li img {
    width: 115px;
    height: 115px;
    padding: 5px;
	margin-bottom: 5px;
    border: 3px solid #ececec;
    border-radius: 50%;
}
.panel-advocate li p {
	margin-bottom: 0px;
}




@media screen and (max-width:767px) {
	.header { position: relative; }
	.navigation {
		position: relative;
		top: 0px;
	}
	.logo { text-align: center; }
	.header .support { text-align: center; }
	.navigation nav ul li a {
		text-align: center;
		padding: 5px 0px;
	}
	.slider { margin-top: 0px; }
	.about { background-size: 0% auto; }
	.features ul li { width: 100%; }
	.whyus ul { width: 100%; }
	.why-img li img { width: 100%; margin: 15px; }
	.why-1 li, .why-2 li {
		border-radius: 0px; 
		text-align: center; 
		margin-bottom: 5px !important;
	}
	.why-1 li:after, .why-2 li:after { display: none; }
	.services { background-size: auto 100%; }
	.contact form input[type="text"] { width: 100%; }
	.footer, .footer ul { text-align: center; }
	.content { margin-top: 15px; }
	.panel-advocate li { width: 100%; margin: 5px 0px; }
	.panel-advocate li img { width: 95px; height: 95px; }
}


@media only screen and (max-width:768px)
{
    p
    {
        text-align:justify;
        font-size:18px;
        line-height:30px;
    }
}


.side_img_box img 
{
    width:100%;
}

.services_box
{
    position: relative;
    /* display: flex; */
    text-align: center;
    /* gap: 20px; */
    margin-bottom: 30px;
    background-color: #fff;
    /* border: 1px solid #e5e5e5; */
    /* padding: 20px; */
    /* border-radius: 10px; */
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    justify-content: center;
    /* background-color: transparent; */
    border: 1px solid #F2F6F9;
    padding: 40px 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.services_box img 
{
    width: 100px;
    margin: 0px 0px 0px 0px;
    text-align: left !important;
}

.services_box p 
{
    height: 155px;
    overflow-y: scroll;
    color: #222;
}

.services_box .services_img
{
    align-items: center;
    width: auto;
}


.services_box .services_text h4
{
    font-size: 22px;
    margin-bottom: 20px;
}

.side_img_flot img
{
    float: right;
    width: 30%;
    margin: 0px 0px 0px 20px !important;
}

/* -----------------------
    29. Footer CSS
--------------------------*/
.rs-footer {
  background-image: url(../../storage/img/login_images/footer_bg.jpg);
  background-size: cover;
  background-position: center center;
  color: #333;
}
.rs-footer .footer-desc .sub-text {
  margin-bottom: 10px;
  font-weight: 500;
  display: block;

}
.rs-footer .footer-top {
  padding: 40px 0px;
}
.rs-footer .footer-top .footer-title {
  margin-bottom: 40px;
  padding-bottom: 5px;
  position: relative;
  text-transform: uppercase;
  padding-left: 18px;
}
.rs-footer .footer-top .footer-title:before {
  position: absolute;
  content: '';
  top: -5px;
  left: 0;
  width: 2px;
  height: 30px;
  background: #47414f;
}
.rs-footer .footer-top .about-widget img {
  margin-bottom: 32px;
  margin-top: -6px;
}
.rs-footer .footer-top .about-widget .social-links {
  margin-top: 20px;
}
.rs-footer .footer-top .about-widget .social-links li {
  display: inline;
  margin-right: 10px;
}
.rs-footer .footer-top .about-widget .social-links li a {
  color: #333333;
}
.rs-footer .footer-top .about-widget .social-links li a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  transition: all 0.3s ease 0s;
  color: #47414f;
}
.rs-footer .footer-top .about-widget .social-links li a i:hover {
  opacity: 0.82;
  background: #47414f;
  color: #ffffff;
}
.rs-footer .footer-top .about-widget .social-links li:last-child {
  margin-right: 0;
}
.rs-footer .footer-top .footer-menu ul li {
  display: block;
  position: relative;
  margin: 0 0 10px;
}
.rs-footer .footer-top .footer-menu ul li i {
  
}
.rs-footer .footer-top .footer-menu ul li a {
  color: #000;
  padding-left: 10px;
}
.rs-footer .footer-top .footer-menu ul li a:hover {
  color: #47414f;
}
.rs-footer .footer-top .footer-menu ul li:last-child {
  margin: 0;
}
.rs-footer .footer-top .recent-post-widget .post-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-image {
  max-width: 70px;
  margin-right: 10px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-image img {
  border-radius: 3px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-desc a {
  color: #333;
  font-size: 14px;
  line-height: 22px;
}
.rs-footer .footer-top .recent-post-widget .post-item .post-desc a:hover {
  color: #47414f;
}
.rs-footer .footer-top .footer-address li {
  font-size: 15px;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  color: #333;

}
.rs-footer .footer-top .footer-address li i {
  
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.rs-footer .footer-top .footer-address li span {
  overflow: hidden;
}
.rs-footer .footer-top .footer-address li a {
  color: #333;
}
.rs-footer .footer-top .footer-address li a:hover {
  color: #47414f;
}
.rs-footer .footer-top .footer-address li p {
  display: inline;
}
.rs-footer .footer-top .footer-address li:last-child {
  margin-bottom: 0;
}
.rs-footer .footer-bottom {
  padding: 20px 0 20px;
  border-top: 1px solid #544a44;
}
.rs-footer .footer-bottom .copyright p {
  margin: 5px 0 0;
  font-size: 14px;
}
.rs-footer .footer-bottom .copyright a {
  color: #fff;
}
.rs-footer .footer-bottom .copyright a:hover,
.rs-footer .footer-bottom .copyright a:focus {
  color: #afb0b2;
}

.rs-our-practice .practice-inner {
  /* position: relative; */
  /* margin-bottom: 30px; */
  /* border-radius: 5px; */
  transition: all 0.3s ease 0s;
  text-align: center;
  height: 100%;
}
.rs-our-practice .practice-inner > img {/* border-radius: 3px; */width: 100%;}
.rs-our-practice .practice-inner:before {
  /* content: ""; */
  /* position: absolute; */
  /* top: 0; */
  /* left: 0; */
  width: 100%;
  height: 100%;
  border-radius: 3px;
  z-index: 1;
  background: #FFF;
  transition: all 0.3s ease 0s;
}
.rs-our-practice .practice-inner .details {
  /* position: absolute; */
  /* width: 100%; */
  /* top: 52%; */
  /* left: 0; */
  /* z-index: 10; */
  /* transform: translateY(-50%); */
  /* text-align: center; */
  /* border-radius: 3px; */
}
.rs-our-practice .practice-inner .details p {
  margin-bottom: 0;
  color: #cccccc;
}
.rs-our-practice .practice-inner .top-bar i {
 
  display: block;
  transition: all 0.3s ease 0s;
}
.rs-our-practice .practice-inner .top-bar i,
.rs-our-practice .practice-inner .top-bar i:before {
  font-size: 35px;
  color: #47414f;

}
.rs-our-practice .practice-inner .top-bar h4 {
  text-transform: uppercase;
  margin: 0px 0px 30px;
  color: #47414f;
  line-height: normal;
  background: #FFF;
  padding: 30px 0px;
  height: 100px;
}
.rs-our-practice .practice-inner:hover .top-bar:after {
  background: #ffffff;
}
.rs-our-practice .practice-inner:hover .top-bar i {
  color: #333;
}
.rs-our-practice .practice-inner:hover:before {
  border: 1px solid #ddd;
}
.rs-our-practice .content-details {
  border: 1px solid #534a46;
  border-radius: 3px;
  background: transparent;
  margin-bottom: 30px;
  padding: 50px 30px 16px;
  transition: all 0.3s ease 0s;
}
.rs-our-practice .content-details .top-bar {
  position: relative;
}
.rs-our-practice .content-details .top-bar i {
  color: #47414f;
  display: block;
  transition: all 0.3s ease 0s;
}
.rs-our-practice .content-details .top-bar i,
.rs-our-practice .content-details .top-bar i:before {
  font-size: 35px;
}
.rs-our-practice .content-details .top-bar h4 {
  color: #ffffff;
  text-transform: uppercase;
  margin: 18px 0 10px;
}
.rs-our-practice .content-details p {
  color: #cccccc;
}
.rs-our-practice .content-details:hover {
  background: #47414f;
}
.rs-our-practice .content-details:hover .top-bar:after {
  background: #ffffff;
}
.rs-our-practice .content-details:hover .top-bar i {
  color: #ffffff;
}
.rs-our-practice .content-details:hover:before {
  background: rgba(141, 110, 99, 0.9);
}
.rs-our-practice .nagetive-margin {
 border-radius: 3px 3px 0 0;
}
.rs-our-practice2 {
  padding-bottom: 150px;
}
.rs-our-practice2 .practice-tabs-section .nav {
  margin: 0;
  padding: 0;
  display: block;
}
.rs-our-practice2 .practice-tabs-section .nav li {
  display: inline-block;
  border: 1px solid #47414f;
  border-radius: 3px;
  padding: 38px 20px 25px;
  margin: 0 8px;
  min-width: 210px;
}
.rs-our-practice2 .practice-tabs-section .nav li i {
  display: block;
  color: #47414f;
  margin-bottom: 20px;
}
.rs-our-practice2 .practice-tabs-section .nav li i,
.rs-our-practice2 .practice-tabs-section .nav li i:before {
  font-size: 40px;
}
.rs-our-practice2 .practice-tabs-section .nav li h4 {
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.rs-our-practice2 .practice-tabs-section .nav li a.active h4,
.rs-our-practice2 .practice-tabs-section .nav li a:hover h4 {
  color: #47414f;
}
.rs-our-practice2 .practice-tabs-section .practice-image img {
  border-radius: 5px;
}
.rs-our-practice2 .tab-content {
  margin-top: 47px;
}
.rs-our-practice2 .tab-content .rs-vertical-middle .col-lg-6:first-child {
  padding-right: 30px;
}
.rs-our-practice2 .tab-content .rs-vertical-middle .col-lg-6:last-child {
  padding-left: 30px;
}
.rs-our-practice2 .tab-content .practice-image {
  margin-top: 13px;
}
.rs-our-practice2 .tab-content .content-inner {
  color: #ffffff;
}
.rs-our-practice2 .tab-content ul {
  padding-bottom: 24px;
}
.rs-our-practice2 .tab-content ul li {
  position: relative;
  padding-left: 24px;
  padding-bottom: 10px;
}
.rs-our-practice2 .tab-content ul li:before {
  position: absolute;
  height: 100%;
  font-size: 18px;
  left: 0;
  opacity: 1;
  top: 0px;
  font-size: 16px;
  content: "\f116";
  font-family: Flaticon;
  display: inline-block;
  font-weight: bold;
  color: #47414f;
}
.rs-our-practice3 .content-details {
  background: transparent;
  margin-bottom: 30px;
  padding: 51px 30px 50px;
  transition: all 0.3s ease 0s;
  background-image: url(images/bg/test_wraper_bg.png);
  background-repeat: repeat;
  position: relative;
}
.rs-our-practice3 .content-details:after {
  background: url(images/bg/practice-item-bg.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 260px;
  height: 286px;
}
.rs-our-practice3 .content-details .top-bar {
  position: relative;
}
.rs-our-practice3 .content-details .top-bar i {
  color: #47414f;
  display: block;
  transition: all 0.3s ease 0s;
}
.rs-our-practice3 .content-details .top-bar i,
.rs-our-practice3 .content-details .top-bar i:before {
  font-size: 35px;
}
.rs-our-practice3 .content-details .top-bar h4 {
  text-transform: uppercase;
  margin: 24px 0 16px;
}
.rs-our-practice3 .des {
  margin-bottom: 22px;
}
.rs-our-practice3 .top-bar,
.rs-our-practice3 .des,
.rs-our-practice3 .readon {
  position: relative;
  z-index: 11;
}
.rs-our-practice3 .readon {
  background: transparent;
  border: 1px solid #47414f;
  color: #47414f;
  text-transform: capitalize;
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
  padding-right: 40px;
}
.rs-our-practice3 .readon:before {
  right: 20px;
}
.rs-our-practice3 .readon:hover:before {
  right: 15px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.header__four .header__top {
    background-color: #009fee;
    padding-block: 0;
}
.header__two .header__top {
    padding-block: 16px;
}
.header__one .header__top {
    padding: 0px;
    padding-top: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header__one .header__top .info ul
{
    margin-bottom:0px;
}
.header__one .header__top .info ul li {
    padding: 9px;
    color: #fff;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header__one .header__top .social ul

{
    margin-bottom:0px;
}
.header__one .header__top .social li
{
    padding: 9px;
    color: #fff;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header__two .header__top .header__toparea .info ul li,
.header__one .header__top .social li a,
.blog.home .blog__inner,
.service__three .service__inner,
.tags-section .tags li a {
    padding: 10px;
}
.header__one .header__top .social li a {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}


@media only screen and (max-width:758px)
{
    .header__one .header__top .social li {
    padding: 15px 5px;
    color: #fff;
    display: inline-block;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.header__two .header__top .header__toparea .info ul li, .header__one .header__top .social li a, .blog.home .blog__inner, .service__three .service__inner, .tags-section .tags li a {
    padding: 8px!important;
}
}
.btn-login
{
    background: #f69f2a !important;;
    display: inline-block!important;;
    color: #fff!important;;
    /* padding-right: 10px; */
    margin-top: 20px!important;;
    margin-bottom: 3px!important;;
    font-weight: 600!important;;
    padding: 11px 32px!important;;
    font-size: 16px!important;;
    text-transform: uppercase!important;;
}


.login_form_box
{
    background: #fff !important;
    padding: 30px !important;
}


