@import "https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap";

body {
	font-family: merriweather, serif;

	font-size: 14px;
	color: #3b3a3a;
}
.bolg-side-img{
    height: 70px;
    min-width: 100px;
}
img {
	max-width: 100%;
	height: auto
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2d2d2d;
	font-weight: 600;
}

a {
	-webkit-transition: all .5s;
	transition: all .5s;
	text-decoration: none
}
.overflow-blog{
        overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.la-star.active {
    color: #ec802f;
}
.review-limit-head {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.name-circle {
    font-size: 22px !important;
    color: #ffffff;
    /* margin: 0.2rem; */
    font-weight: 600;
    background: #114a75;
    padding: 0.5rem;
    border-radius: 50%;
    width: 50px;
    text-align: center;
    margin-bottom: 0;
    height: 50px;
}
.img-text img{
    height:50px;
    width:50px !important;
    border-radius:50%;
}
.overflow-blog a{
    color:#272727;
}
.arrow-heading{
    background: #bdd8ff;
    border: 1px solid #b6d2f8;
    margin-right: 1rem;
    color: #191919 !important;
    padding: 0.1rem 0.2rem;
    position: relative;
}
.text-black-dark{
        color: #343434;
}
.list-unstyle-li li::marker{
    color:#16407a;
}
.arrow-heading span{
    z-index: 9;
    position: inherit;
}
.arrow-heading:after {
    border: solid #bdd8ff;
    content: '';
    border-width: 0 14px 14px 0px;
    display: inline-block;
    padding: 0.1rem;
    top: 9.8%;
    right: -9px;
    box-shadow: 1px 1px 0px #b6d2f8;
    position: absolute;
}

.right-heading:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
a:hover {
	text-decoration: none
}

button:focus {
	outline: 0
}

p {
	margin-bottom: 10px;
	line-height: 1.8;
	color: #6c6c6c
}
/* width */
body::-webkit-scrollbar {
  width: 12px;
}

/* Track */
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

p:last-child {
	margin-bottom: 0
}
.light-background{
    background:#bdd4f5;
}
.theme-dark .hide-showbtn{
    color:#ff850e;
}
.theme-dark .service-card .service-text h3 a span{
        color: #ff850e;
}
.call-law-prac{
    background: #16407a;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0.5rem;
    border-top-left-radius: 0.5rem;
}
.call-us-law-prac-2{
    background: #ff850e;
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.solid-law{
    margin-top: -4rem;
    z-index: 9;
    position: relative;
}
.ptb-100 {
	padding-top: 70px;
	padding-bottom: 70px
}
.page-banner .page-content {
    padding-top: 92px;
    position: relative;
}
.list-unstyle-li li{
    margin-bottom:1rem;
}
.heading-404 h1{
    font-size:7rem;
    margin-bottom:0;
    color:#031937;
}
.heading-404 h3{
    color:#ff850e;
}
.page-item.active .page-link{
    background-color: #16407a;
    border-color: #031938;
}
.go-top.active {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.go-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 9999;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.go-top i {
    background: #ff850e;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 50px;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.page-banner .page-content ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.page-banner .page-content ul li {
    display: inline-block;
    font-size: 15px;
    margin-right: 15px;
    text-transform: capitalize;
    color: #fff;
}
.page-banner .page-content ul li a {
    color: #fff;
}
.page-banner .page-content ul li a:hover {
    color: #ff850e;
}
.page-banner.bg-1 {
    background: url(../img/page-banner-bg.jpg) #000000a8;
    background-blend-mode:multiply;
}
.page-banner .page-content h2 {
    color: #fff;
    text-transform: capitalize;
    font-size: 35px;
    margin-bottom: 15px;
}
.page-banner {
    background-size: cover;
    background-position: center center;
    height: 198px;
    text-align: center;
    position: relative;
}
.position-relative-form input{
    font-size:.8rem;
    padding-left: 2.3rem;
}
.position-relative-form textarea{
    font-size:.8rem;
    padding-left: 2.3rem;
}
.position-relative-form{
    position:relative;
    margin-bottom:.5rem;
}
.position-relative-form i{
position: absolute;
    left: 0;
    padding: 0.6rem 0.5rem;
    z-index: 9;
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    top: 0;
    background: #ccc;
}
.owl-height{
    max-height:460px;
}
.theme-dark .our-service-card i{
        box-shadow: 0 0 20px #e5e5e500;
}
.timeline-immg{
    width: 100px;
    height: 100px;
    float:left;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0.2rem;
}
.btn-primary{
        background-color: #16407a;
    border-color: #16407a;
}
.btn-primary2{
        background-color: #ff850e;
    border-color: #ff850e;
    color:#fff;
}
.theme-dark .phone-call{
    color: #333232 !important;
}
.attor-details-item img{
height: 300px;
    border-radius: 0.5rem;
    box-shadow: 0 0 20px 0 #ddd;
}
.theme-dark .attor-details-item img{
    box-shadow: 0 0 20px 0 #141414;
}
.theme-dark .attor-details-item .attor-details-left{
        box-shadow: 0 0 20px 0 #141414;
        -webkit-box-shadow: 0 0 20px 0 #141414;
}
.height-fit{
    height:fit-content;
}
.theme-dark .testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-prev, .theme-dark .testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-next{
    box-shadow: 0 5px 20px #000;
}
.theme-dark .attorney-card .attorney-card-text ul li i{
    box-shadow: 0 5px 20px #000;
}
.theme-dark .service-card .service-text i{
    box-shadow: 0 0 20px #000;
}
.theme-dark .section-clr1{
        background: #252525;
}
.theme-dark .signle-fun-fact{
    box-shadow: 0 0 20px #0000005e;
}
.theme-dark .section-clr2{
        background: #252525;
}
.section-clr1{
    background: #f3f9ff;
    padding: 1rem;color: #292828;
}
.section-clr2{
    padding: 1rem;
    background: #ebfff9;color: #292828;
}
.timeline-immg img{
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.pt-100 {
	padding-top: 70px
}

.pb-100 {
	padding-bottom: 70px
}
.error{
    color:red;
    font-size:.7rem;
}
.theme-dark .contact-card h5 a{
    color:#fff;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #fff;
    background-color: #16407a;
}
.nav-link{
    color: #16407a;
}
.width{
    width:100%;
        max-width: 100% !important;
}
.pb-100 {
	padding-bottom: 80px
}

.pb-70 {
	padding-bottom: 70px
}

.d-table {
	width: 100%;
	height: 100%
}

.d-table .d-table-cell {
	vertical-align: middle
}

.default-btn-one {
	background-color: #16407a;
	color: #fff;
	padding: 13px 25px;
	display: inline-block;
	border-radius: 5px
}

.default-btn-one:hover {
	background-color: #0f3041;
	color: #fff
}
.highlight-law{
    border-left: 5px solid #ffdebe;
    padding: 1rem;
    background: #fff5eb;
    margin-bottom: 1rem;
}
.default-btn-two {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	padding: 12px 25px;
	border-radius: 5px
}
.bold-font-style b{
    color: #16407a;
}
.logo1{
    height:45px;
}
.default-btn-two:hover {
	background-color: #0f3041;
	border: 1px solid #0f3041;
	color: #fff
}

.section-title {
	max-width: 700px;
	margin: 0 auto 33px
}

.section-title span {
	font-size: 21px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	display: inline-block;
	position: relative
}

.section-title span::before {
	content: '';
	position: absolute;
	background-color: #ff850e;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0
}

.section-title h2 {
	font-size: 40px;
	margin-bottom: 20px;
	line-height: 1.4
}

.section-title h2 span {
	color: #16407a;
	font-size: 45px;
	padding: 0;
	margin: 0
}

.section-title h2 span::before {
	display: none
}

.la-search {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1)
}

.gallery-area .section-title h2 {
	margin-top: -9px
}

.header-area {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1041;
	width: 100%
}

.top-header {
	background: #fff;
	border-bottom: 1px solid #cfd6d9
}

.top-header .left-info {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.top-header .left-info li {
	display: inline-block;
	font-size: 14px;
	margin-right: 30px
}

.top-header .left-info li:last-child {
	margin-right: 0
}

.top-header .left-info li a {
	color: #2d2d2d
}

.top-header .left-info li a i {
	margin-right: 5px;
	font-size: 20px;
	color: #16407a;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative;
	top: 2px
}

.top-header .left-info li a:hover {
	color: #c8242f
}

.top-header .left-info li a:hover i {
	color: #2d2d2d
}

.top-header .right-info {
	list-style-type: none;
	margin-bottom: 0;
	text-align: right;
	padding: 0
}

.top-header .right-info li {
	display: inline-block;
	font-size: 14px;
	margin-left: 5px
}

.top-header .right-info li.mr-20 {
	margin-right: 20px
}

.top-header .right-info li:last-child {
	margin-right: 0
}

.top-header .right-info li a {
	color: #2d2d2d
}

.top-header .right-info li a i {
	color: #2d2d2d;
    width: 26px;
    height: 26px;
    line-height: 26px;
	text-align: center;
	border: 1px solid #323232;
	border-radius: 50%
}

.top-header .right-info li a:hover {
	color: #c8242f
}

.top-header .right-info li a:hover i {
background: #16407a;
    border: 1px solid #16407a;
	color: #fff
}

.top-header .right-info .heder-btn {
	background-color: #ff850e;
	padding: 9px 30px;
	margin-left: 25px
}

.top-header .right-info .heder-btn a {
	color: #fff;
}
.theme-dark .top-header .left-info li a i{
    color:#fff;
}
.top-header .right-info .heder-btn:hover {
	background-color: #0f3041
}

.top-header .right-info .heder-btn:hover a {
	color: #fff
}
.logo2{
    height:45px;
}
.navbar-light .navbar-brand .logo2 {
	display: none
}

.navbar-area {
	background-color: transparent;
	width: 100%;
	height: auto;
	z-index: 999
}

.navbar-area.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
	background-color: #fff !important;
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	padding-top: 5px;
	padding-bottom: 5px
}

.navbar-area.navbar-color-white.is-sticky {
	background-color: #2d2d2d !important
}

.atorn-responsive-nav {
	display: none
}

.atorn-nav {
	background: #fff;
	padding: 0px 0
}

.atorn-nav .navbar {
	position: inherit;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0
}

.atorn-nav .navbar .navbar-brand {
	font-size: inherit;
	line-height: 1;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0
}

.atorn-nav .navbar ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0
}

.atorn-nav .navbar .navbar-nav.ml-50 {
	margin-left: 50px
}

.atorn-nav .navbar .navbar-nav .nav-item {
	position: relative;
	margin-left: 15px;
	margin-right: 15px
}

.atorn-nav .navbar .navbar-nav .nav-item a {
	color: #2d2d2d;
	font-size: 14px;
	font-weight: 500;
	padding-left: 0;
	padding-right: 0;
	padding-top: 16px;
	padding-bottom: 16px
}

.atorn-nav .navbar .navbar-nav .nav-item a i {
	font-size: 15px;
	line-height: 0;
	position: relative;
	top: 1px
}

.atorn-nav .navbar .navbar-nav .nav-item a:hover,
.atorn-nav .navbar .navbar-nav .nav-item a:focus,
.atorn-nav .navbar .navbar-nav .nav-item a.active {
	color:#ff850e
}

.atorn-nav .navbar .navbar-nav .nav-item:last-child {
	margin-right: 0
}

.atorn-nav .navbar .navbar-nav .nav-item:first-child {
	margin-left: 0
}

.atorn-nav .navbar .navbar-nav .nav-item:hover a,
.atorn-nav .navbar .navbar-nav .nav-item.active a {
	color: #ff850e
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	border: none;
	top: 65px;
	left: 0;
	z-index: 99;
	opacity: 0;
	width: 200px;
	display: block;
	border-radius: 0;
	padding: 10px 0;
	margin-top: 15px;
	position: absolute;
	visibility: hidden;
	background: #fff;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1)
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	margin: 0
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	padding: 6px 20px;
	position: relative;
	display: block;
	color: #2d2d2d;
	font-size: 14px
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
	margin: 0;
	position: absolute;
	top: 50%;
	font-size: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 15px
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #ff850e;
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: 100%;
	margin-top: 15px;
	visibility: hidden
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: #2d2d2d
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
	color: #c8242f
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: 250px;
	visibility: hidden
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #2d2d2d
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #c8242f
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: 100%;
	visibility: hidden
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #2d2d2d
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #c8242f
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: 250px;
	visibility: hidden
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #2d2d2d
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #c8242f
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: 100%;
	visibility: hidden
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #2d2d2d
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #c8242f
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
	top: 0;
	opacity: 0;
	left: 250px;
	visibility: hidden
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
	color: #2d2d2d
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover,
.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus,
.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
	color: #c8242f
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #c8242f
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #c8242f
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #c8242f
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
	color: #c8242f
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
	color: #c8242f
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
	color: #c8242f
}

.atorn-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	margin-top: 0
}

.atorn-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	margin-top: 0
}

.atorn-nav .navbar .others-option {
	background-color: #7d7d7d;
	border-radius: 30px;
	padding: 10px 18px 3px;
	margin-left: auto
}

.atorn-nav .navbar .others-option .option-item {
	margin-left: 15px;
	padding-left: 15px;
	position: relative
}

.atorn-nav .navbar .others-option .option-item::before {
	content: '';
	position: absolute;
	left: -2px;
	top: -4px;
	background-color: #fa6a45;
	height: 25px;
	width: 1.5px
}

.atorn-nav .navbar .others-option .option-item:first-child {
	margin-left: 0;
	padding-left: 0
}

.atorn-nav .navbar .others-option .option-item:first-child::before {
	display: none
}

.atorn-nav .navbar .others-option .side-menu-btn i {
	cursor: pointer;
	font-size: 35px;
	position: relative;
	top: 4px;
	line-height: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	color: #fff
}

.atorn-nav .navbar .others-option .side-menu-btn i:hover {
	color: #fff
}

.atorn-nav .navbar .others-option .search-box i {
	cursor: pointer;
	font-size: 22px;
	color: #fff;
	position: relative;
	top: -2px;
	line-height: 1;
	-webkit-transition: all .5s;
	transition: all .5s
}

.atorn-nav .navbar .others-option .search-box i:hover {
	color: #fff
}

.atorn-nav .navbar .others-option .cart-btn a {
	display: inline-block;
	position: relative;
	font-size: 25px;
	color: #fff;
	line-height: 1;
	padding-right: 10px
}

.atorn-nav .navbar .others-option .cart-btn a span {
	position: absolute;
	right: 0;
	top: -3px;
	width: 18px;
	height: 18px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	background-color: #2d2d2d;
	font-size: 14px;
	font-weight: 600
}

@media only screen and (max-width:991px) {
	.navbar-area {
		background-color: #fff;
		padding-top: 15px;
		padding-bottom: 15px
	}

	.navbar-area.is-sticky {
    padding-top: 8px;
    padding-bottom: 8px;
	}

	.atorn-responsive-menu .logo .logo2 {
		display: none
	}

	.atorn-responsive-nav {
		display: block
	}

	.atorn-responsive-nav .atorn-responsive-menu {
		position: relative
	}

	.atorn-responsive-nav .atorn-responsive-menu.mean-container .mean-nav {
		margin-top: 50px
	}

	.atorn-responsive-nav .atorn-responsive-menu.mean-container .mean-nav ul {
		font-size: 15px
	}

	.atorn-responsive-nav .atorn-responsive-menu.mean-container .mean-nav ul li a.active {
		color: #ff850e
	}

	.atorn-responsive-nav .atorn-responsive-menu.mean-container .mean-nav ul li li a {
		font-size: 13px
	}

	.atorn-responsive-nav .atorn-responsive-menu.mean-container .navbar-nav {
		overflow-y: scroll;
		height: 357px;
		-webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 7px 13px 0 rgba(0, 0, 0, .1)
	}

	.atorn-responsive-nav .mean-container a.meanmenu-reveal {
		color: #16407a
	}

	.atorn-responsive-nav .others-option {
		display: none !important;
		background-color: #c8242f;
		border-radius: 30px;
		padding: 10px 18px 3px
	}

	.atorn-responsive-nav .others-option .option-item {
		margin-left: 15px;
		padding-left: 15px;
		position: relative
	}

	.atorn-responsive-nav .others-option .option-item::before {
		content: '';
		position: absolute;
		left: -2px;
		top: -4px;
		background-color: #fa6a45;
		height: 25px;
		width: 1.5px
	}

	.atorn-responsive-nav .others-option .option-item:first-child {
		margin-left: 0;
		padding-left: 0
	}

	.atorn-responsive-nav .others-option .option-item:first-child::before {
		display: none
	}

	.atorn-responsive-nav .others-option .side-menu-btn i {
		cursor: pointer;
		font-size: 35px;
		position: relative;
		top: 4px;
		line-height: 0;
		-webkit-transition: all .5s;
		transition: all .5s;
		color: #fff
	}

	.atorn-responsive-nav .others-option .side-menu-btn i:hover {
		color: #fff
	}

	.atorn-responsive-nav .others-option .search-box i {
		cursor: pointer;
		font-size: 22px;
		color: #fff;
		position: relative;
		top: -2px;
		line-height: 1;
		-webkit-transition: all .5s;
		transition: all .5s
	}

	.atorn-responsive-nav .others-option .search-box i:hover {
		color: #fff
	}

	.atorn-responsive-nav .others-option .cart-btn a {
		display: inline-block;
		position: relative;
		font-size: 25px;
		color: #fff;
		line-height: 1;
		padding-right: 10px
	}

	.atorn-responsive-nav .others-option .cart-btn a span {
		position: absolute;
		right: 0;
		top: -3px;
		width: 18px;
		height: 18px;
		text-align: center;
		line-height: 20px;
		border-radius: 50%;
		background-color: #2d2d2d;
		font-size: 14px;
		font-weight: 600
	}

	.atorn-responsive-nav .logo {
		position: relative;
		width: 81%;
		z-index: 9950
	}

	.atorn-nav {
		display: none
	}
.top-header{
    display: none
}
	.navbar-color-white .atorn-responsive-nav .mean-container a.meanmenu-reveal {
		color: #fff
	}

	.navbar-color-white .atorn-responsive-nav .mean-container a.meanmenu-reveal span {
		background: #fff
	}

	.navbar-color-white .others-option-for-responsive .dot-menu .inner .circle {
		background-color: #fff
	}

	.others-option-for-responsive {
		display: block
	}

	.mean-container .mean-nav ul li a {
		font-size: 14px
	}
}

.search-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	overflow: hidden
}

.search-overlay .search-overlay-layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transform: translateX(100%);
	transform: translateX(100%)
}

.search-overlay .search-overlay-layer:nth-child(1) {
	left: 0;
	background-color: rgba(0, 0, 0, .5);
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.search-overlay .search-overlay-layer:nth-child(2) {
	left: 0;
	background-color: rgba(0, 0, 0, .4);
	-webkit-transition: all .3s ease-in-out .3s;
	transition: all .3s ease-in-out .3s
}

.search-overlay .search-overlay-layer:nth-child(3) {
	left: 0;
	background-color: rgba(0, 0, 0, .7);
	-webkit-transition: all .9s ease-in-out .6s;
	transition: all .9s ease-in-out .6s
}

.search-overlay .search-overlay-close {
	position: absolute;
	top: 40px;
	right: 40px;
	width: 50px;
	z-index: 2;
	text-align: center;
	cursor: pointer;
	padding: 10px;
	-webkit-transition: all .9s ease-in-out 1.5s;
	transition: all .9s ease-in-out 1.5s;
	opacity: 0;
	visibility: hidden
}

.search-overlay .search-overlay-close .search-overlay-close-line {
	width: 100%;
	height: 3px;
	float: left;
	margin-bottom: 5px;
	background-color: #fff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.search-overlay .search-overlay-close .search-overlay-close-line:nth-child(2) {
	margin-top: -7px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.search-overlay .search-overlay-close:hover .search-overlay-close-line {
	background: #ff850e;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.search-overlay .search-overlay-form {
	-webkit-transition: all .9s ease-in-out 1.4s;
	transition: all .9s ease-in-out 1.4s;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	z-index: 2;
	max-width: 500px;
	width: 100%;
	padding: 0 16px
}

.search-overlay .search-overlay-form form {
	position: relative
}

.search-overlay .search-overlay-form form input {
	outline: 0
}

.search-overlay .search-overlay-form form .input-search {
	display: block;
	width: 100%;
	height: 60px;
	border: none;
	border-radius: 30px;
	color: #2d2d2d;
	padding: 3px 0 0 25px
}

.search-overlay .search-overlay-form form .input-search::-webkit-input-placeholder {
	-webkit-transition: all .5s;
	transition: all .5s;
	letter-spacing: .5px;
	color: #2d2d2d
}

.search-overlay .search-overlay-form form .input-search:-ms-input-placeholder {
	-webkit-transition: all .5s;
	transition: all .5s;
	letter-spacing: .5px;
	color: #2d2d2d
}

.search-overlay .search-overlay-form form .input-search::-ms-input-placeholder {
	-webkit-transition: all .5s;
	transition: all .5s;
	letter-spacing: .5px;
	color: #2d2d2d
}

.search-overlay .search-overlay-form form .input-search::placeholder {
	-webkit-transition: all .5s;
	transition: all .5s;
	letter-spacing: .5px;
	color: #2d2d2d
}

.search-overlay .search-overlay-form form .input-search:focus::-webkit-input-placeholder {
	color: transparent
}

.search-overlay .search-overlay-form form .input-search:focus:-ms-input-placeholder {
	color: transparent
}

.search-overlay .search-overlay-form form .input-search:focus::-ms-input-placeholder {
	color: transparent
}

.search-overlay .search-overlay-form form .input-search:focus::placeholder {
	color: transparent
}

.search-overlay .search-overlay-form form button {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 50px;
	color: #fff;
	height: 50px;
	border-radius: 50%;
	background-color: #16407a;
	-webkit-transition: all .5s;
	transition: all .5s;
	border: none;
	font-size: 20px;
	line-height: 45px
}

.search-overlay .search-overlay-form form button:hover {
	background-color: #2d2d2d;
	color: #fff
}

.search-overlay.search-overlay-active.search-overlay {
	opacity: 1;
	visibility: visible
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-layer {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-close {
	opacity: 1;
	visibility: visible
}

.search-overlay.search-overlay-active.search-overlay .search-overlay-form {
	opacity: 1;
	visibility: visible
}

.hero-slider .hero-slider-item {
	background-size: cover;
	background-position: center center;
	position: relative
}

.hero-slider .hero-slider-item::before {
	content: '';
	position: absolute;
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 0, 0, 0)), to(#000));
	background-image: linear-gradient(to left, rgba(255, 0, 0, 0), #000);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.hero-slider .hero-slider-item.item-bg1 {
	background: url('../img/home-bann.jpg');
	    background-size: cover;
}

/*.hero-slider .hero-slider-item.item-bg2 {*/
/*	background-image: url(../img/hero-slider/slider-2.webp)*/
/*}*/

/*.hero-slider .hero-slider-item.item-bg3 {*/
/*	background-image: url(../img/hero-slider/slider-3.webp)*/
/*}*/

/*.hero-slider .hero-slider-item.item-bg4 {*/
/*	background-image: url(../img/hero-slider/slider-4.jpg)*/
/*}*/

/*.hero-slider .hero-slider-item.item-bg5 {*/
/*	background-image: url(../img/hero-slider/slider-5.jpg)*/
/*}*/

/*.hero-slider .hero-slider-item.item-bg6 {*/
/*	background-image: url(../img/hero-slider/slider-6.jpg)*/
/*}*/

.hero-slider .hero-slider-item .slider-content {
    padding-top: 123px;
    padding-bottom: 52px;
	max-width: 800px;
	margin:0px auto;
	text-align:center;
	position: relative
}

.hero-slider .hero-slider-item .slider-content span {
	font-size: 15px;
	display: inline-block;
	padding-bottom: 8px;
	margin-bottom: 15px;
	color: #fff;
	position: relative
}

.hero-slider .hero-slider-item .slider-content span::before {
	content: '';
	position: absolute;
	background-color: #ff850e;
	width: 85px;
	height: 2px;
	left: 0;
	right: 0;
	bottom: 0
}

.hero-slider .hero-slider-item .slider-content .h1 {
	font-size: 42px;
	margin-bottom: 15px;
	color: #fff;
	line-height: 1.3
}

.hero-slider .hero-slider-item .slider-content p {
	color: #fff
}

.hero-slider .hero-slider-item .slider-content .slider-btn {
	margin-top: 20px
}

.hero-slider.owl-theme .owl-nav {
	margin: 0
}

.hero-slider.owl-theme .owl-nav .owl-prev,
.hero-slider.owl-theme .owl-nav .owl-next {
	position: absolute;
	left: 10px;
	top: 55%;
	background: #ff850e;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	border-radius: 5px;
	margin: 0
}

.hero-slider.owl-theme .owl-nav .owl-prev:hover,
.hero-slider.owl-theme .owl-nav .owl-next:hover {
	background-color: #2d2d2d
}

.hero-slider.owl-theme .owl-nav .owl-next {
	left: auto;
	right: 10px
}

.hero-slider.owl-theme .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px
}

.hero-slider.owl-theme .owl-dots .owl-dot span {
	width: 130px;
	height: 2px;
	margin: 0 7px;
	color: #8f989c;
	border-radius: 0
}

.hero-slider.owl-theme .owl-dots .owl-dot.active span {
	background: #ff850e
}

.hero-slider.hero-slider-two {
	position: relative
}

.hero-slider.hero-slider-two .hero-slider-item {
	position: relative
}

.hero-slider.hero-slider-two .hero-slider-item .slider-content {
	max-width: none
}

.hero-slider.hero-slider-two .hero-slider-item .slider-content .slider-image {
	position: relative
}

.hero-slider.hero-slider-two .hero-slider-item .slider-content .slider-image img {
	position: absolute;
	top: -80px;
	max-width: 475px
}

.hero-slider.hero-slider-two.owl-theme .owl-dots {
	display: none
}

.low-card {
	text-align: center;
	background-color: #fff;
	padding: 30px 22px;
	-webkit-transition: all .5s;
	    box-shadow: 0 .125rem .5rem -.25rem rgba(31, 27, 45, .12), 0 .25rem 1rem rgba(31, 27, 45, .12)!important;
	transition: all .5s
}

.low-card h3 {
	font-size: 22px;
	margin-bottom: 20px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.low-card i {
	color: #16407a;
	font-size: 50px;
	margin-bottom: 15px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.low-card p {
	-webkit-transition: all .5s;
	transition: all .5s
}

.low-card:hover {
	background-color: #16407a
}

.low-card:hover h3 {
	color: #fff
}

.low-card:hover i {
	color: #fff
}

.low-card:hover p {
	color: #fff
}

.bor-right {
	border-right: 1px solid #e5e5e5
}

.bor-right:last-child {
	border: none
}

.low-card-area-two .low-card-contant {
	position: relative;
	top: -100px;
	z-index: 1
}

.low-card-two {
	background-color: #fff;
	-webkit-box-shadow: 0 20px 20px #eee;
	box-shadow: 0 20px 20px #eee;
	padding: 45px 25px;
	border-radius: 5px;
	position: relative
}

.low-card-two i {
	background-color: #c8242f;
	color: #fff;
	width: 60px;
	height: 60px;
	font-size: 35px;
	line-height: 60px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 20px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.low-card-two h3 {
	font-size: 22px;
	margin-bottom: 15px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.low-card-two p {
	-webkit-transition: all .5s;
	transition: all .5s
}

.low-card-two .low-shape {
	position: absolute;
	top: 45px;
	right: 25px
}

.low-card-two:hover {
	background-color: #c8242f
}

.low-card-two:hover i {
	background-color: #0f3041
}

.low-card-two:hover h3 {
	color: #fff
}

.low-card-two:hover p {
	color: #efbec1
}

.about-area .about-image {
	margin-bottom: 35px;
	position: relative
}

.about-area .about-image img {
	position: relative
}

.about-area .about-image::before {
	content: '';
	position: absolute;
	background-color: #f9f9f9;
	width: 100%;
	height: 100%;
	left: 0;
	bottom: -30px
}

.about-area .about-text .section-title {
	margin-bottom: 20px
}

.about-area .about-text .section-title span::before {
	width: 55px
}

.about-area .about-text ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.about-area .about-text ul li {
	font-size: 16px;
	margin-bottom: 15px;
	padding-left: 25px;
	position: relative
}

.about-area .about-text ul li i {
	color: #ff850e;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 2px
}

.about-area .about-text .about-btn {
	margin-top: 25px
}

.about-area-two .about-progress {
	background-image: url(../img/progress-bg.jpg);
	background-size: cover;
	background-position: center center;
	padding: 80px 56px;
	position: relative;
	border-radius: 5px
}

.about-area-two .about-progress::before {
	content: '';
	position: absolute;
	background-color: #0f3041;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .8;
	border-radius: 5px
}

.about-area-two .about-progress h2 {
	font-size: 32px;
	margin-bottom: 40px;
	color: #fff;
	position: relative;
	line-height: 1.4
}

.about-area-two .about-progress .progress-contant {
	margin-bottom: 30px;
	position: relative
}

.about-area-two .about-progress .progress-contant h3 {
	font-size: 16px;
	position: relative;
	color: #fff;
	margin-bottom: 15px
}

.about-area-two .about-progress .progress-contant h3 span {
	font-size: 16px;
	position: absolute;
	right: 0;
	color: #fff
}

.about-area-two .about-progress .progress-contant .progress {
	height: 14px;
	border: 2px solid transparent;
	background: #ccc;
	border-radius: 10px
}

.about-area-two .about-progress .progress-contant .progress .progress-bar {
	background-color: #fff
}

.about-area-two .about-progress .progress-contant:last-child {
	margin-bottom: 0
}

.about-area-two .about-text .section-title h2 {
	margin-bottom: 25px
}

.about-area-two .about-text .section-title h2 span {
	margin-bottom: 0
}

.about-area-two .about-text .section-title span {
	margin-bottom: 20px
}

.about-area-two .about-text ul li {
	font-size: 13px
}

.choose-area.about-page-area .section-title {
	max-width: 750px;
	margin: 0 auto 60px
}

.choose-area.about-page-area .section-title p {
	margin-left: auto;
	margin-right: auto
}

.service-area {
	background-color: #f2f1f1
}

.service-area .section-title {
	text-align: center
}

.service-area .section-title span::before {
	width: 80px;
	margin: auto
}

.service-card {
	background-color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	border-radius: 5px;
	margin-bottom: 30px
}

.service-card a img {
	border-radius: 5px
}

.service-card .service-text {
	padding: 20px 25px
}

.service-card .service-text i {
	font-size: 35px;
	color: #16407a;
	background: #dbeaff;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-bottom: 15px;
	border-radius: 5px;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-box-shadow: 0 0 20px #eee;
	box-shadow: 0 0 20px #eee
}

.service-card .service-text h3 a {
	font-size: 22px;
	color: #2d2d2d
}

.service-card .service-text h3 a span {
	color:#ff850e
}

.service-card .service-text p {
	-webkit-transition: all .5s;
	transition: all .5s
}

.service-card:hover {
	background-color: #16407a
}

.service-card:hover i {
	background-color: #ff850e;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.service-card:hover h3 a {
	color: #fff
}

.service-card:hover p {
	color: #b7c1c6
}

.services-details-content {
	margin-top: 30px
}

.services-details-content h3 {
	font-size: 22px;
	margin: 0 0 25px;
	font-weight: 600
}

.services-details-content .blog-list {
	margin: 0;
	padding: 0;
	margin-bottom: 15px
}

.services-details-content .blog-list li {
	list-style-type: none;
	display: inline-block;
	font-size: 14px;
	color: #a8a7a5;
	margin-right: 12px
}

.services-details-content .blog-list li i {
	color: #c8242f;
	position: relative;
	top: 0;
	font-size: 17px;
	margin-right: 4px
}

.services-details-content .blog-list li a {
	color: #a8a7a5
}

.services-details-content p b {
	display: block;
	margin: 25px 0
}

.services-details-content .blockquote {
	margin: 25px 0;
	background: #fafafa;
	padding: 25px
}

.services-details-content .blockquote p {
	margin: 0 0 35px;
	font-size: 15px
}

.services-details-content .how-can-we-help {
	margin-top: 30px
}

.services-details-content .how-can-we-help .card {
	border: 1px solid #c8242f
}

.services-details-content .how-can-we-help .card .card-header:first-child {
	border-radius: 0
}

.services-details-content .how-can-we-help .card .card-header a h5 {
	color: #fff;
	font-size: 16px;
	overflow: hidden
}

.services-details-content .how-can-we-help .card .card-header a h5 i {
	float: right;
	font-size: 20px
}

.services-details-content .faq-accordion {
	max-width: 100%;
	margin-top: 20px
}

.services-details .img img {
	width: 100%
}

.services-details .comments-area {
	margin-top: 25px
}

.services-details .comments-area .comments-title {
	margin-bottom: 30px;
	line-height: initial;
	font-size: 22px
}

.services-details .comments-area ol,
.services-details .comments-area ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.services-details .comments-area .comment-list {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.services-details .comments-area .children {
	margin-left: 20px
}

.services-details .comments-area .comment-body {
	border-bottom: 1px solid #eee;
	padding-left: 65px;
	color: #2d2d2d;
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 20px
}

.services-details .comments-area .comment-body .reply {
	margin-top: 15px
}

.services-details .comments-area .comment-body .reply a {
	border: 1px solid #ded9d9;
	color: #2d2d2d;
	display: inline-block;
	padding: 6px 20px;
	border-radius: 30px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	font-size: 13px;
	font-weight: 600
}

.services-details .comments-area .comment-body .reply a:hover {
	color: #fff;
	background-color: #c8242f;
	border-color: #c8242f
}

.services-details .comments-area .comment-author {
	font-size: 16px;
	margin-bottom: .2em;
	position: relative;
	z-index: 2
}

.services-details .comments-area .comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
	border-radius: 50%
}

.services-details .comments-area .comment-author .says {
	display: none
}

.services-details .comments-area .comment-metadata {
	margin-bottom: .8em;
	color: #6c6c6c;
	letter-spacing: .01em;
	text-transform: uppercase;
	margin-top: 8px;
	font-size: 12px;
	font-weight: 400
}

.services-details .comments-area .comment-metadata a {
	color: #6c6c6c
}

.services-details .comments-area .comment-metadata a:hover {
	color: #c8242f
}

.services-details .article-footer {
	background: #fafafa;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 15px 20px;
	margin-top: 30px
}

.services-details .article-footer .article-tags {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	color: #c8242f
}

.services-details .article-footer .article-tags span {
	display: inline-block;
	color: #c8242f;
	margin-right: 3px;
	position: relative;
	top: 3px;
	font-size: 20px
}

.services-details .article-footer .article-tags a {
	display: inline-block;
	color: #6c6c6c
}

.services-details .article-footer .article-tags a:hover {
	color: #c8242f
}

.services-details .article-footer .article-share {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.services-details .article-footer .article-share .social {
	padding-left: 0;
	list-style-type: none;
	text-align: right;
	margin-bottom: 0
}

.services-details .article-footer .article-share .social li {
	display: inline-block
}

.services-details .article-footer .article-share .social li span {
	display: inline-block;
	margin-right: 3px;
	position: relative;
	top: -1px
}

.services-details .article-footer .article-share .social li a {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 34px;
	border-radius: 50%;
	background-color: #c8242f;
	color: #fff;
	border: 1px solid #c8242f;
	text-align: center;
	font-size: 17px;
	margin-left: 2px
}

.services-details .article-footer .article-share .social li a i {
	position: relative;
	bottom: 2px
}

.services-details .article-footer .article-share .social li a:hover,
.services-details .article-footer .article-share .social li a:focus {
	color: #c8242f;
	background-color: #fff
}

.services-details .article-footer .article-share .social li a.facebook {
	background-color: #3b5998;
	border-color: #3b5998;
	color: #fff
}

.services-details .article-footer .article-share .social li a.facebook:hover,
.services-details .article-footer .article-share .social li a.facebook:focus {
	color: #3b5998;
	background-color: transparent
}

.services-details .article-footer .article-share .social li a.twitter {
	background-color: #1da1f2;
	border-color: #1da1f2;
	color: #fff
}

.services-details .article-footer .article-share .social li a.twitter:hover,
.services-details .article-footer .article-share .social li a.twitter:focus {
	color: #1da1f2;
	background-color: transparent
}

.services-details .article-footer .article-share .social li a.linkedin {
	background-color: #007bb5;
	border-color: #007bb5;
	color: #fff
}

.services-details .article-footer .article-share .social li a.linkedin:hover,
.services-details .article-footer .article-share .social li a.linkedin:focus {
	color: #007bb5;
	background-color: transparent
}

.services-details .article-footer .article-share .social li a.instagram {
	background-color: #c13584;
	border-color: #c13584;
	color: #fff
}

.services-details .article-footer .article-share .social li a.instagram:hover,
.services-details .article-footer .article-share .social li a.instagram:focus {
	color: #c13584;
	background-color: transparent
}

.services-details .comment-respond {
	margin-top: 30px
}

.services-details .comment-respond .comment-reply-title {
	margin-bottom: 0;
	font-size: 18px
}

.services-details .comment-respond .comment-reply-title #cancel-comment-reply-link {
	display: inline-block
}

.services-details .comment-respond .comment-form {
	overflow: hidden
}

.services-details .comment-respond .comment-notes {
	margin-bottom: 20px;
	margin-top: 10px
}

.services-details .comment-respond .comment-notes .required {
	color: red
}

.services-details .comment-respond .comment-form-comment {
	float: left;
	width: 100%
}

.services-details .comment-respond label {
	display: none
}

.services-details .comment-respond input[type=date],
.services-details .comment-respond input[type=time],
.services-details .comment-respond input[type=datetime-local],
.services-details .comment-respond input[type=week],
.services-details .comment-respond input[type=month],
.services-details .comment-respond input[type=text],
.services-details .comment-respond input[type=email],
.services-details .comment-respond input[type=url],
.services-details .comment-respond input[type=password],
.services-details .comment-respond input[type=search],
.services-details .comment-respond input[type=tel],
.services-details .comment-respond input[type=number],
.services-details .comment-respond textarea {
	display: block;
	width: 100%;
	background-color: #f4f4f4;
	border: none;
	padding: 1px 0 0 15px;
	height: 50px;
	outline: 0;
	border-radius: 3px;
	color: #2d2d2d;
	font-size: 14px
}

.services-details .comment-respond input[type=date]::-webkit-input-placeholder,
.services-details .comment-respond input[type=time]::-webkit-input-placeholder,
.services-details .comment-respond input[type=datetime-local]::-webkit-input-placeholder,
.services-details .comment-respond input[type=week]::-webkit-input-placeholder,
.services-details .comment-respond input[type=month]::-webkit-input-placeholder,
.services-details .comment-respond input[type=text]::-webkit-input-placeholder,
.services-details .comment-respond input[type=email]::-webkit-input-placeholder,
.services-details .comment-respond input[type=url]::-webkit-input-placeholder,
.services-details .comment-respond input[type=password]::-webkit-input-placeholder,
.services-details .comment-respond input[type=search]::-webkit-input-placeholder,
.services-details .comment-respond input[type=tel]::-webkit-input-placeholder,
.services-details .comment-respond input[type=number]::-webkit-input-placeholder,
.services-details .comment-respond textarea::-webkit-input-placeholder {
	-webkit-transition: all .5s;
	transition: all .5s
}

.services-details .comment-respond input[type=date]:-ms-input-placeholder,
.services-details .comment-respond input[type=time]:-ms-input-placeholder,
.services-details .comment-respond input[type=datetime-local]:-ms-input-placeholder,
.services-details .comment-respond input[type=week]:-ms-input-placeholder,
.services-details .comment-respond input[type=month]:-ms-input-placeholder,
.services-details .comment-respond input[type=text]:-ms-input-placeholder,
.services-details .comment-respond input[type=email]:-ms-input-placeholder,
.services-details .comment-respond input[type=url]:-ms-input-placeholder,
.services-details .comment-respond input[type=password]:-ms-input-placeholder,
.services-details .comment-respond input[type=search]:-ms-input-placeholder,
.services-details .comment-respond input[type=tel]:-ms-input-placeholder,
.services-details .comment-respond input[type=number]:-ms-input-placeholder,
.services-details .comment-respond textarea:-ms-input-placeholder {
	-webkit-transition: all .5s;
	transition: all .5s
}

.services-details .comment-respond input[type=date]::-ms-input-placeholder,
.services-details .comment-respond input[type=time]::-ms-input-placeholder,
.services-details .comment-respond input[type=datetime-local]::-ms-input-placeholder,
.services-details .comment-respond input[type=week]::-ms-input-placeholder,
.services-details .comment-respond input[type=month]::-ms-input-placeholder,
.services-details .comment-respond input[type=text]::-ms-input-placeholder,
.services-details .comment-respond input[type=email]::-ms-input-placeholder,
.services-details .comment-respond input[type=url]::-ms-input-placeholder,
.services-details .comment-respond input[type=password]::-ms-input-placeholder,
.services-details .comment-respond input[type=search]::-ms-input-placeholder,
.services-details .comment-respond input[type=tel]::-ms-input-placeholder,
.services-details .comment-respond input[type=number]::-ms-input-placeholder,
.services-details .comment-respond textarea::-ms-input-placeholder {
	-webkit-transition: all .5s;
	transition: all .5s
}

.services-details .comment-respond input[type=date]::placeholder,
.services-details .comment-respond input[type=time]::placeholder,
.services-details .comment-respond input[type=datetime-local]::placeholder,
.services-details .comment-respond input[type=week]::placeholder,
.services-details .comment-respond input[type=month]::placeholder,
.services-details .comment-respond input[type=text]::placeholder,
.services-details .comment-respond input[type=email]::placeholder,
.services-details .comment-respond input[type=url]::placeholder,
.services-details .comment-respond input[type=password]::placeholder,
.services-details .comment-respond input[type=search]::placeholder,
.services-details .comment-respond input[type=tel]::placeholder,
.services-details .comment-respond input[type=number]::placeholder,
.services-details .comment-respond textarea::placeholder {
	-webkit-transition: all .5s;
	transition: all .5s
}

.services-details .comment-respond input[type=date]:focus::-webkit-input-placeholder,
.services-details .comment-respond input[type=time]:focus::-webkit-input-placeholder,
.services-details .comment-respond input[type=datetime-local]:focus::-webkit-input-placeholder,
.services-details .comment-respond input[type=week]:focus::-webkit-input-placeholder,
.services-details .comment-respond input[type=month]:focus::-webkit-input-placeholder,
.services-details .comment-respond input[type=text]:focus::-webkit-input-placeholder,
.services-details .comment-respond input[type=email]:focus::-webkit-input-placeholder,
.services-details .comment-respond input[type=url]:focus::-webkit-input-placeholder,
.services-details .comment-respond input[type=password]:focus::-webkit-input-placeholder,
.services-details .comment-respond input[type=search]:focus::-webkit-input-placeholder,
.services-details .comment-respond input[type=tel]:focus::-webkit-input-placeholder,
.services-details .comment-respond input[type=number]:focus::-webkit-input-placeholder,
.services-details .comment-respond textarea:focus::-webkit-input-placeholder {
	color: transparent
}

.services-details .comment-respond input[type=date]:focus:-ms-input-placeholder,
.services-details .comment-respond input[type=time]:focus:-ms-input-placeholder,
.services-details .comment-respond input[type=datetime-local]:focus:-ms-input-placeholder,
.services-details .comment-respond input[type=week]:focus:-ms-input-placeholder,
.services-details .comment-respond input[type=month]:focus:-ms-input-placeholder,
.services-details .comment-respond input[type=text]:focus:-ms-input-placeholder,
.services-details .comment-respond input[type=email]:focus:-ms-input-placeholder,
.services-details .comment-respond input[type=url]:focus:-ms-input-placeholder,
.services-details .comment-respond input[type=password]:focus:-ms-input-placeholder,
.services-details .comment-respond input[type=search]:focus:-ms-input-placeholder,
.services-details .comment-respond input[type=tel]:focus:-ms-input-placeholder,
.services-details .comment-respond input[type=number]:focus:-ms-input-placeholder,
.services-details .comment-respond textarea:focus:-ms-input-placeholder {
	color: transparent
}

.services-details .comment-respond input[type=date]:focus::-ms-input-placeholder,
.services-details .comment-respond input[type=time]:focus::-ms-input-placeholder,
.services-details .comment-respond input[type=datetime-local]:focus::-ms-input-placeholder,
.services-details .comment-respond input[type=week]:focus::-ms-input-placeholder,
.services-details .comment-respond input[type=month]:focus::-ms-input-placeholder,
.services-details .comment-respond input[type=text]:focus::-ms-input-placeholder,
.services-details .comment-respond input[type=email]:focus::-ms-input-placeholder,
.services-details .comment-respond input[type=url]:focus::-ms-input-placeholder,
.services-details .comment-respond input[type=password]:focus::-ms-input-placeholder,
.services-details .comment-respond input[type=search]:focus::-ms-input-placeholder,
.services-details .comment-respond input[type=tel]:focus::-ms-input-placeholder,
.services-details .comment-respond input[type=number]:focus::-ms-input-placeholder,
.services-details .comment-respond textarea:focus::-ms-input-placeholder {
	color: transparent
}

.services-details .comment-respond input[type=date]:focus::placeholder,
.services-details .comment-respond input[type=time]:focus::placeholder,
.services-details .comment-respond input[type=datetime-local]:focus::placeholder,
.services-details .comment-respond input[type=week]:focus::placeholder,
.services-details .comment-respond input[type=month]:focus::placeholder,
.services-details .comment-respond input[type=text]:focus::placeholder,
.services-details .comment-respond input[type=email]:focus::placeholder,
.services-details .comment-respond input[type=url]:focus::placeholder,
.services-details .comment-respond input[type=password]:focus::placeholder,
.services-details .comment-respond input[type=search]:focus::placeholder,
.services-details .comment-respond input[type=tel]:focus::placeholder,
.services-details .comment-respond input[type=number]:focus::placeholder,
.services-details .comment-respond textarea:focus::placeholder {
	color: transparent
}

.services-details .comment-respond textarea {
	height: auto !important;
	padding-top: 15px
}

.services-details .comment-respond .comment-form-author {
	float: left;
	width: 50%;
	padding-right: 10px;
	margin-bottom: 20px
}

.services-details .comment-respond .comment-form-email {
	float: left;
	width: 50%;
	padding-left: 12px;
	margin-bottom: 20px
}

.services-details .comment-respond .comment-form-url {
	float: left;
	width: 100%;
	margin-bottom: 20px
}

.services-details .comment-respond .comment-form-cookies-consent {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 10px
}

.services-details .comment-respond .comment-form-cookies-consent input {
	position: absolute;
	left: 0;
	top: 4px
}

.services-details .comment-respond .comment-form-cookies-consent label {
	display: inline-block;
	margin: 0;
	font-weight: 400
}

.services-details .comment-respond .form-submit {
	float: left;
	width: 100%
}

.services-details .comment-respond .form-submit input {
	background: #c8242f;
	border: 1px solid #c8242f;
	color: #fff;
	padding: 10px 25px;
	display: inline-block;
	cursor: pointer;
	text-transform: capitalize;
	-webkit-transition: all .5s;
	transition: all .5s;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 15px
}

.services-details .comment-respond .form-submit input:focus {
	outline: 0
}

.services-details .comment-respond .form-submit input:hover,
.services-details .comment-respond .form-submit input:focus {
	color: #fff;
	background: #0f3041;
	border: 1px solid #0f3041
}

.side-bar-box {
	background: #fafafa;
	padding: 25px;
	margin-bottom: 30px
}

.side-bar-box:last-child {
	margin-bottom: 0
}

.side-bar-box .title {
	font-size: 22px;
	margin-bottom: 35px;
	position: relative
}

.side-bar-box .title::before {
	content: '';
	position: absolute;
	background-color: #ff850e;
	width: 75px;
	height: 4px;
	bottom: -15px;
	left: 0;
	border-radius: 3px
}

.side-bar-box form {
	position: relative
}

.side-bar-box form .form-control {
	padding: 12px;
	font-size: 14px;
	border: none;
	border-radius: 0;
	height: 45px
}

.side-bar-box form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 45px;
	width: 55px;
	border: none;
	background: #fff;
	cursor: pointer;
	-webkit-transition: .4s;
	transition: .4s
}

.side-bar-box ul {
	margin: 0;
	padding: 0
}

.side-bar-box ul li {
	list-style: none
}

.side-bar-box ul li a {
	display: inline-block;
	margin-top: 10px;
	color: #000;
	text-transform: capitalize;
	font-size: 15px
}

.side-bar-box ul li a i {
	margin-right: 3px
}

.side-bar-box ul li a:hover {
	padding-left: 7px;
	color: #16407a
}

.side-bar-box ul li:first-child a {
	margin-top: 0
}

.side-bar-box.tags-box ul li {
	display: inline-block;
	margin-top: 5px
}

.side-bar-box.tags-box ul li a {
	border: 1px solid #c8242f;
	padding: 4px 10px
}

.side-bar-box.tags-box ul li a:hover {
	background: #fff
}

.side-bar-box .recent-post-content {
	padding-left: 110px
}

.side-bar-box .recent-post-content ul {
	margin: 5px 0 0;
	padding: 0
}

.side-bar-box .recent-post-content ul li {
	display: inline-block;
	margin-right: 14px
}

.side-bar-box .recent-post-content ul li a {
	color: #777;
	margin-top: 0;
	font-size: 12px
}

.side-bar-box .recent-post-content ul li a:hover {
	color: #c8242f
}

.side-bar-box .recent-post-content h3 {
	margin-top: 0;
	line-height: .5 !important
}

.side-bar-box .recent-post-content h3 a {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 600;
	color: #2d2d2d
}

.side-bar-box .recent-post-content h3 a:hover {
	color: #c8242f
}

.side-bar-box .single-recent-post {
	overflow: hidden;
	margin-bottom: 20px
}

.side-bar-box .single-recent-post .recent-post-img {
	float: left;
	width: 100px;
	position: relative;
	overflow: hidden
}

.our-service-area {
	background-color: #f9f9f9
}

.our-service-area .section-title {
	text-align: center
}

.our-service-area .section-title span::before {
	width: 80px;
	margin: auto
}

.our-service-card {
	text-align: center;
	margin-bottom: 30px;
	background-color: #fff;
	border-radius: 5px;
	padding: 35px 15px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.our-service-card i {
	background-color: #fff;
	color: #ff850e;
	font-size: 35px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 5px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 20px #e5e5e5;
	box-shadow: 0 0 20px #e5e5e5;
	-webkit-transition: all .5s;
	transition: all .5s
}

.our-service-card h3 {
	font-size: 19px;
	margin-bottom: 15px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.our-service-card h3 span {
	color: #16407a
}

.our-service-card p {
	-webkit-transition: all .5s;
	transition: all .5s
}

.our-service-card:hover {
	background-color: #16407a
}

.our-service-card:hover i {
	-webkit-box-shadow: none;
	box-shadow: none
}

.our-service-card:hover h3 {
	color: #fff
}

.our-service-card:hover h3 span {
	color: #ff850e
}

.our-service-card:hover p {
	color: #fff
}

.choose-area .container-fluid {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden
}

.choose-area .section-title {
	margin: 0 auto 30px
}

.choose-area .section-title span::before {
	width: 60px
}

.choose-img {
	background-image: url(../img/top-lawyer.webp);
	background-size: cover;
	background-position: center center;
	position: relative;
	width: 90%;
	height: 100%;
	margin-right: 0;
	margin-left: auto
}

.choose-img .video-box .video-btn {
	margin-left: -35px
}

.video-box {
	position: relative;
	text-align: center;
	border-radius: 5px;
	z-index: 1
}

.video-box .video-btn {
	position: absolute;
	left: 0;
	right: 0;
	display: inline-block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 80px;
	height: 80px;
	background-color: #16407a;
	border-radius: 50%;
	color: #fff;
	font-size: 60px;
	z-index: 1;
	margin-left: auto;
	margin-right: auto
}

.video-box .video-btn::after,
.video-box .video-btn::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #16407a;
	-webkit-transition: all .5s;
	transition: all .5s
}

.video-box .video-btn i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	font-size: 35px;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: auto;
	margin-right: auto
}

.video-box .video-btn::before {
	-webkit-animation: ripple 2s linear infinite;
	animation: ripple 2s linear infinite
}

.video-box .video-btn::after {
	-webkit-animation: ripple 2s linear 1s infinite;
	animation: ripple 2s linear 1s infinite
}

.video-box .video-btn:hover,
.video-box .video-btn:focus {
	background-color: #ff850e;
	color: #fff
}

.video-box .video-btn:hover::after,
.video-box .video-btn:hover::before,
.video-box .video-btn:focus::after,
.video-box .video-btn:focus::before {
	border-color: #ff850e
}

@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

@keyframes ripple {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	75% {
		-webkit-transform: scale(1.75);
		transform: scale(1.75);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

.choose-card {
	padding-left: 100px;
	position: relative;
	margin-bottom: 30px
}

.choose-card i {
	position: absolute;
	background-color: #fff;
	width: 70px;
	height: 70px;
	left: 0;
	top: 0;
	border-radius: 5px;
	line-height: 70px;
	text-align: center;
	-webkit-box-shadow: 0 0 20px #eee;
	box-shadow: 0 0 20px #eee;
	font-size: 30px;
	color: #ff850e
}

.choose-card h3 {
	font-size: 22px;
	margin-bottom: 15px
}

.fun-facts-area {
	position: relative
}

.fun-facts-area .fun-facts-shape .shape2 {
	margin-bottom: 50px
}

.fun-facts-area .fun-facts-shape.top {
	position: absolute;
	top: -50px;
	left: 90px
}

.fun-facts-area .fun-facts-shape.bottom {
	position: absolute;
	bottom: 20px;
	right: 90px;
	z-index: -1
}

.signle-fun-fact {
	text-align: center;
	padding: 40px 70px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px #eee;
	box-shadow: 0 0 20px #eee;
	border-radius: 5px;
	margin-bottom: 30px
}

.signle-fun-fact i {
	font-size: 60px;
	color: #ff850e;
	margin-bottom: 15px
}

.signle-fun-fact h3 {
	font-size: 30px;
	margin-bottom: 10px
}

.fun-facts-2 .fun-facts-shape.top {
	top: 40px
}

.case-study-area {
	background-color: #031937
}

.case-study-area .section-title span {
	color: #fff
}

.case-study-area .section-title h2 {
	color: #fff
}

.case-study-area .section-title h2 span {
	color: #ff850e
}

.case-study-area .testimonials-slider .testimonials-slider-item .img-text {
	bottom: 25px !important;
	background-color: #fff !important
}

.case-study-area .testimonials-slider .testimonials-slider-item .img-text h3 {
	font-size: 20px;
	margin-bottom: 15px
}

.case-study-area .testimonials-slider .testimonials-slider-item .img-text p {
	color: #6c6c6c !important;
	font-size: 13px !important
}

.case-study-area .testimonials-slider .testimonials-slider-item .img-text a {
	color: #ff850e
}

.case-study-area .testimonials-slider.owl-theme .owl-nav .owl-prev,
.case-study-area .testimonials-slider.owl-theme .owl-nav .owl-next {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.case-study {
	background-color: #f8f8f8
}

.case-study .section-title span {
	color: #2d2d2d
}

.case-study .section-title h2 {
	color: #2d2d2d
}

.case-study .section-title h2 span {
	color: #c8242f
}

.right-way-area {
	position: relative
}

.right-way-area .fun-facts-shape .shape2 {
	margin-bottom: 50px
}

.right-way-area .fun-facts-shape.top {
	position: absolute;
	bottom: -70px;
	left: 0
}

.video-contant {
	background-image: url(../img/breakup-marriage-couple-with-divorce-certification_53876-20489.webp);
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	border-radius: 5px
}

.right-way {
	position: relative;
	z-index: 1
}

.right-way .right-way-text {
	background-color: #ff850e;
	width: 600px;
	margin-bottom: 15px;
	padding: 42px 35px;
	border-radius: 5px;
	opacity: 1;
	position: relative
}

.right-way .right-way-text .section-title {
	margin: 0 auto 30px
}

.right-way .right-way-text .section-title h2 {
	font-size: 30px;
	color: #fff
}

.right-way .right-way-text .section-title p {
	color: #fff;
	font-size: 14px
}

.right-way .right-way-text .text-sign img {
	margin-bottom: 15px
}

.right-way .right-way-text .text-sign h3 {
	color: #fff;
	font-size: 18px
}

.right-way .right-way-text .text-sign p {
	color: #f4d3d5
}

.right-way-two {
	background-image: url(../img/right-way/right-way-bg.jpg);
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 100%;
	padding-top: 50px;
	padding-bottom: 50px
}

.right-way-two .video-contant {
	background-image: none
}

.right-way-two .right-way-text {
	margin-bottom: 0
}

.blog-area {
	background-color: #f9f9f9
}

.blog-area .section-title {
	text-align: center
}

.blog-area .section-title span::before {
	width: 80px;
	margin: auto
}

.blog-card {
	background-color: #fff
}

.blog-card a img {
	width: 100%;
	border-radius: 5px;
	height: 226px;
}

.blog-card .blog-card-text {
	padding: 25px 30px;
	margin-bottom: 30px
}

.blog-card .blog-card-text h3 {
	font-size: 22px;
	margin-bottom: 20px;
	line-height: 1.4
}

.blog-card .blog-card-text h3 a {
	color: #2d2d2d
}

.blog-card .blog-card-text ul {
	padding: 0;
	margin: 0 0 15px;
	list-style-type: none
}

.blog-card .blog-card-text ul li {
	display: inline-block;
	margin-right: 15px;
	color: #16407a;
	-webkit-transition: all .5s;
	transition: all .5s
}

.blog-card .blog-card-text ul li i {
	color: #16407a;
	-webkit-transition: all .5s;
	transition: all .5s
}

.blog-card .blog-card-text p {
	-webkit-transition: all .5s;
	transition: all .5s
}

.blog-card .blog-card-text .read-more {
	color: #16407a
}

.blog-card:hover {
	background-color: #16407a
}

.blog-card:hover .blog-card-text h3 a {
	color: #fff
}

.blog-card:hover .blog-card-text ul li {
	color:#ff850e
}

.blog-card:hover .blog-card-text ul li i {
	color: #ff850e
}

.blog-card:hover p {
	color: #fff
}

.blog-card:hover .read-more {
	color: #ff850e
}

.testimonials-area .section-title {
	text-align: center
}

.testimonials-area .section-title span::before {
	width: 80px;
	margin: auto
}

.testimonials-area .testimonials-slider .testimonials-slider-item {
	position: relative
}

.testimonials-area .testimonials-slider .testimonials-slider-item .testimonials-img {
	position: relative;
	max-width: 280px
}

.testimonials-area .testimonials-slider .testimonials-slider-item .testimonials-img img {
	border-radius: 5px
}

.testimonials-area .testimonials-slider .testimonials-slider-item .testimonials-img .caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 0, 0)), to(black));
	background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), black);
	background-image: -webkit-linear-gradient(to bottom, rgba(255, 0, 0, 0), black);
	width: 100%;
	height: 80%;
	border-radius: 5px
}

.testimonials-area .testimonials-slider .testimonials-slider-item .testimonials-img .caption .caption-text {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 10px
}

.testimonials-area .testimonials-slider .testimonials-slider-item .testimonials-img .caption .caption-text h3 {
	font-size: 18px;
	color: #fff
}

.testimonials-area .testimonials-slider .testimonials-slider-item .testimonials-img .caption .caption-text p {
	color: #fff
}

.testimonials-area .testimonials-slider .testimonials-slider-item .testimonials-img .caption.bottom-0 .caption-text {
	top: auto;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	bottom: 0
}

.testimonials-area .testimonials-slider .testimonials-slider-item .img-text {
	background-color: #031937;
	border-radius: 5px;
	padding: 30px 35px;
	right: 0;
	bottom: 0;
}

.testimonials-area .testimonials-slider .testimonials-slider-item .img-text p {
	color: #fff;
	font-size: 14px
}

.testimonials-area .testimonials-slider .testimonials-slider-item .img-text .rating i {
	color: #ff850e;
	font-size: 20px
}

.testimonials-area .testimonials-slider.owl-theme .owl-nav {
	margin-top: 40px
}

.testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-prev,
.testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-next {
	background: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	margin: 0 15px;
	-webkit-box-shadow: 1px 2px 20px 0 #cac3c3;
	box-shadow: 1px 2px 20px 0 #cac3c3;
	-webkit-transition: all .5s;
	transition: all .5s
}

.testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-prev:hover,
.testimonials-area .testimonials-slider.owl-theme .owl-nav .owl-next:hover {
	background-color: #c8242f;
	color: #fff
}

.attorney-area {
	background-color: #f9f9f9
}

.attorney-area .section-title {
	text-align: center;
	max-width: 725px
}

.attorney-area .section-title span::before {
	width: 80px;
	margin: auto
}

.attorney-card {
	background-color: #fff;
	margin-bottom: 30px
}

.attorney-card a img {
	border-radius: 5px
}

.attorney-card .attorney-card-text {
	text-align: center;
	    padding: 18px 10px;
	border-radius: 5px
}

.attorney-card .attorney-card-text h3 {
	margin-top: -5px
}

.attorney-card .attorney-card-text h3 a {
	font-size: 16px;
	color: #2d2d2d
}

.attorney-card .attorney-card-text h3 a:hover {
	color: #c8242f
}

.attorney-card .attorney-card-text p {
	color: #ff850e;
	margin-bottom: 5px
}

.attorney-card .attorney-card-text ul {
	padding: 0;
	margin: 20px 0 0;
	list-style-type: none
}

.attorney-card .attorney-card-text ul li {
	display: inline-block;
	margin: 3px
}

.attorney-card .attorney-card-text ul li i {
	color: #16407a;
	font-size: 20px;
	background-color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 20px #ddd;
	box-shadow: 0 5px 20px #ddd;
	-webkit-transition: all .5s;
	transition: all .5s
}

.attorney-card .attorney-card-text ul li i:hover {
	background-color: #ff850e;
	color: #fff
}

.attor-details-item .attor-details-left {
	padding: 0 22px 22px;
	-webkit-box-shadow: 0 0 20px 0 #ddd;
	box-shadow: 0 0 20px 0 #ddd;
	margin-bottom: 30px
}

.attor-details-item .attor-details-left .attor-social {
	text-align: center;
	margin-top: -28px
}

.attor-details-item .attor-details-left .attor-social ul {
	margin: 0;
	padding: 0;
	background-color: #16407a;
	display: inline-block;
	padding: 12px 30px;
	border-radius: 10px;
	margin-bottom: 25px
}

.attor-details-item .attor-details-left .attor-social ul li {
	list-style-type: none;
	display: inline-block;
	margin-right: 4px;
	margin-left: 4px
}

.attor-details-item .attor-details-left .attor-social ul li a {
	display: block;
	color: #ff850e;
	font-size: 18px
}

.attor-details-item .attor-details-left .attor-social ul li a:hover {
	color: #fff
}

.attor-details-item .attor-details-left .attor-social-details {
	margin-bottom: 30px
}

.attor-details-item .attor-details-left .attor-social-details h3 {
	font-weight: 600;
	font-family: playfair display, serif;
	font-size: 22px;
	margin-bottom: 20px
}

.attor-details-item .attor-details-left .attor-social-details ul {
	margin: 0;
	padding: 0
}

.attor-details-item .attor-details-left .attor-social-details ul li {
	list-style-type: none;
	display: block;
	color: #333;
	margin-bottom: 13px
}

.attor-details-item .attor-details-left .attor-social-details ul li i {
	display: inline-block;
	color: #b69d74;
	font-size: 18px;
	margin-right: 5px
}

.attor-details-item .attor-details-left .attor-social-details ul li a {
	display: inline-block;
	color: #333
}

.attor-details-item .attor-details-left .attor-social-details ul li a:hover {
	color: #c8242f
}

.attor-details-item .attor-details-left .attor-work h3 {
	font-weight: 600;
	font-family: playfair display, serif;
	font-size: 22px;
	margin-bottom: 20px
}

.attor-details-item .attor-details-left .attor-work .attor-work-left {
	display: inline-block
}

.attor-details-item .attor-details-left .attor-work .attor-work-left ul {
	margin: 0;
	padding: 0
}

.attor-details-item .attor-details-left .attor-work .attor-work-left ul li {
	position: relative;
	list-style-type: none;
	display: block;
	color: #333;
	margin-bottom: 8px
}

.attor-details-item .attor-details-left .attor-work .attor-work-left ul li:before {
	position: absolute;
	content: '';
	width: 50px;
	height: 1px;
	top: 13px;
	right: -88px;
	background-color: #ccc
}

.attor-details-item .attor-details-left .attor-work .attor-work-right {
	display: inline-block;
	margin-left: 115px
}

.attor-details-item .attor-details-left .attor-work .attor-work-right ul {
	margin: 0;
	padding: 0
}

.attor-details-item .attor-details-left .attor-work .attor-work-right ul li {
	list-style-type: none;
	display: block;
	color: #333;
	margin-bottom: 8px
}

.attor-details-item .attor-prev ul {
	margin: 0;
	padding: 0
}

.attor-details-item .attor-prev ul li {
	list-style-type: none;
	display: inline-block
}

.attor-details-item .attor-prev ul li a {
	display: block;
	color: #3f3f3f;
	border: 1px solid #b69d74;
	padding: 10px 20px;
	border-radius: 8px
}

.attor-details-item .attor-prev ul li a:hover {
	background-color: #c8242f;
	color: #fff;
	border: 1px solid #c8242f
}

.attor-details-item .attor-prev ul li:last-child {
	float: right
}

.attor-details-item .attor-details-right .attor-details-name {
	margin-bottom: 40px
}

.attor-details-item .attor-details-right .attor-details-name h2 {
	font-weight: 600;
	font-size: 38px;
	margin-bottom: 15px
}

.attor-details-item .attor-details-right .attor-details-name span {
	display: block;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 5px
}

.attor-details-item .attor-details-right .attor-details-name p {
	margin-bottom: 0
}

.attor-details-item .attor-details-right .attor-details-things {
	margin-bottom: 30px
}

.attor-details-item .attor-details-right .attor-details-things:last-child {
	margin-bottom: 0
}

.attor-details-item .attor-details-right .attor-details-things h3 {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 20px
}

.attor-details-item .attor-details-right .attor-details-things p {
	margin-bottom: 20px;
	color: #333
}

.attor-details-item .attor-details-right .attor-details-things p:last-child {
	margin-bottom: 0
}

.attor-details-item .attor-details-right .attor-details-things ul {
	margin: 0;
	padding: 0
}

.attor-details-item .attor-details-right .attor-details-things ul li {
	list-style-type: none;
	display: block;
	color: #333;
	margin-bottom: 15px
}

.contact-area {
	background-image: url(../img/contact-bg.jpg);
	background-size: cover;
	background-position: center center;
	position: relative;
	z-index: 1
}

.contact-area::before {
	content: '';
	position: absolute;
	background-color: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: .6;
	z-index: -1
}

.contact-area .section-title {
	margin: 0 auto 40px
}

.contact-area .section-title span {
	color: #fff
}

.contact-area .section-title span::before {
	width: 55px
}

.contact-area .section-title h2 {
	color: #fff
}

.contact-area .section-title p {
	color: #fff
}

.contact-form .form-group {
	position: relative;
	margin-bottom: 20px
}

.contact-form .form-group .form-control {
	height: 55px;
	font-size: 14px;
	color: #2d2d2d;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	padding: 10px 10px 10px 75px;
	position: relative
}

.contact-form .form-group textarea.form-control {
	height: auto;
	padding-top: 17px
}

.contact-form .form-group i {
	position: absolute;
	background-color: #16407a;
	color: #fff;
	top: 0;
	left: 0;
	width: 50px;
	height: 55px;
	font-size: 25px;
	line-height: 55px;
	text-align: center;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.contact-form .form-group .list-unstyled {
	margin: 10px 0 0
}

.contact-form .form-group .list-unstyled li {
	color: #ff9292
}

.contact-form .default-btn-one {
	border: none
}

.contact-form .text-danger {
	color: #ff9292 !important;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 20px
}

.theme-dark .contact-form .form-check label {
	color: #fff
}

.contact-form .form-check label a {
	color: #fd840e;
	-webkit-transition: .7s;
	transition: .7s
}

.contact-form .form-check label a:hover {
	color: #ffb401
}

.contact-card span {
	font-size: 17px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	display: inline-block;
	color: #fff;
	position: relative
}

.contact-card span::before {
	content: '';
	position: absolute;
	background-color: #ff850e;
	height: 2px;
	width: 50px;
	left: 0;
	right: 0;
	bottom: 0
}

.contact-card h3 a {
	font-size: 25px;
	color: #fff
}

.contact-card h3 a:hover {
	color: #ff850e;
}

.contact-card ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.contact-card ul li {
	display: inline-block;
	margin: 3px
}

.contact-card ul li i {
	color: #ff850e;
	font-size: 20px;
	background-color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.contact-card ul li i:hover {
	background-color: #ff850e;
	color: #fff
}

.contact-two {
	background-image: none
}

.contant-map .container-fluid {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden
}

.contant-map iframe {
	width: 100%;
	height: 400px;
	bottom: 0;
	border: none
}

.partner-area .section-title {
	text-align: center
}

.partner-area .section-title span::before {
	width: 55px;
	margin: auto
}

.partner-area .partner-slider .partner-slider-item a img {
	max-width: 150px
}

.footer-area {
	background: #031937
}

.footer-area .footer-widget {
	margin-bottom: 30px
}

.footer-area .footer-widget .logo {
	margin-bottom: 20px
}

.footer-area .footer-widget p {
	color: #fff;
	padding-right: 70px
}

.footer-area .footer-widget h3 {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 30px;
	padding-bottom: 10px;
	position: relative
}

.footer-area .footer-widget h3::before {
	content: '';
	position: absolute;
	background: #ff850e;
	width: 55px;
	height: 2px;
	left: 0;
	bottom: 0
}

.footer-area .footer-widget .footer-text {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.footer-area .footer-widget .footer-text li {
	color: #fff;
	margin-bottom: 10px;
	-webkit-transition: all .5s;
	transition: all .5s;
	position: relative
}

.footer-area .footer-widget .footer-text li:last-child {
	margin-bottom: 0
}

.footer-area .footer-widget .footer-text li a {
	color: #e0dddd
}

.footer-area .footer-widget .footer-text li a i {
	color: #ff850e;
	position: absolute;
	left: 0;
	top: 3px
}

.footer-area .footer-widget .footer-text li a:hover {
	color: #ff850e;
	padding-left: 5px
}

.footer-area .footer-widget .info-list {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.footer-area .footer-widget .info-list li {
	padding-left: 50px;
	position: relative;
	margin: 0 0 30px;
	color: #fff
}

.footer-area .footer-widget .info-list li i {
	color: #ff850e;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.footer-area .footer-widget .info-list li i:hover {
	background:#ff850e;
	color: #fff
}

.footer-area .footer-widget .info-list li a {
	color: #e0dddd
}

.footer-area .footer-widget .info-list li a:hover {
	color: #ff850e;
	padding-left: 10px
}

.footer-area .footer-widget .info-list li span {
	display: block;
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px
}

.footer-area .footer-socials {
	list-style-type: none;
	padding: 0;
	margin: 0
}

.footer-area .footer-socials li {
	display: inline-block;
	padding: 0 !important;
	margin: 0 10px 0 0
}

.footer-area .footer-socials li:last-child {
	margin: 0
}

.footer-area .footer-socials li a i {
	display: inline-block;
	background: #fff;
	color: #2d2d2d;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	font-size: 20px;
	position: relative;
	margin-top: 10px;
	-webkit-transition: all .5s;
	transition: all .5s
}

.footer-area .footer-socials li a i:hover {
	background: #ff850e;
	color: #fff
}

.footer-bottom {
	background: #031937;
	border-top: 1px solid #3f5967
}

.footer-bottom p {
	text-align: center;
	font-size: 15px;
	padding: 10px 0;
	color: #fff;
	margin: 0
}

.footer-bottom p a {
	color: #ff850e
}

.footer-bottom p a:hover {
	color: #fff
}

.preloader {
	position: fixed;
	z-index: 999999;
	background-color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	left: 0;
	right: 0
}

.preloader .lds-hourglass {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px
}

.preloader .lds-hourglass:after {
	content: " ";
	display: block;
	border-radius: 50%;
	width: 0;
	height: 0;
	margin: 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 32px solid #c8242f;
	border-color: #c8242f transparent #c8242f transparent;
	-webkit-animation: lds-hourglass 1.2s infinite;
	animation: lds-hourglass 1.2s infinite
}

@-webkit-keyframes lds-hourglass {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(.55, .055, .675, .19)
	}

	50% {
		-webkit-transform: rotate(900deg);
		transform: rotate(900deg);
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}

	100% {
		-webkit-transform: rotate(1800deg);
		transform: rotate(1800deg)
	}
}

@keyframes lds-hourglass {
	0% {
		-webkit-transform: rotate(0);

	}}