/*------------------------Slider-----------------*/
#slider button.owl-prev, #slider button.owl-next{
	margin: 0;
}
#slider .slider-img img {
	width: 100%;
	height: 100%;
}
#slider {
	position: relative;
	padding: 0;
}
#slider .owl-carousel {
	display: block;
}
#slider .slider-text {
	position: absolute;
	top: 40%;
	left: 10%;
	transform: translateY(-30%);
	width: 35%;
}
#slider h4 {
	font-size: 16px;
	letter-spacing: 1px;
	color: var(--primary-global);
	font-weight: 700;
}
#slider h1, #slider h2 {
	font-size: 38px;
	letter-spacing: 1px;
	/* line-height: 60px; */
	color: #ffffff;
	/* font-weight: 700; */
	margin-bottom: 15px;
}
#slider p {
	font-size: 16px;
	color: #ffffff;
}
#slider .owl-prev {
	border: none;
	padding: 20px 15px;
	position: absolute;
	bottom: 40%;
	left: 0;
	clip-path: polygon(100% 50%, 0 0%, 0 100%);
	text-align: center;
}
#slider .owl-nav .owl-prev:hover, #slider .owl-nav  .owl-next:hover {
	background-color: var(--primary-global);
}
#slider .owl-nav  .owl-prev:hover i, #slider .owl-nav .owl-next:hover i {
	color: white;
}
#slider .owl-prev i {
	position: relative;
	right: 8px;
	font-size: 12px;
}
#slider .owl-next {
	position: absolute;
	bottom: 40%;
	background: #fff;
	border: none;
	padding: 20px 15px;
	right: 0;
	clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
#slider .owl-next i {
	color: var(--primary-global);
	position: relative;
	left: 8px;
	font-size: 12px;
}
span.last_slide_head {
	color: var(--primary-global);
}
/*------------------------ About -----------------*/
#about .abt_bg {
	background: #fff;
	position: relative;
	padding: 45px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
}
#about .heading img {
	margin-bottom: 10px;
}
#about .main_title {
	font-size: 18px;
	color: #3d4043;
	font-weight: 600;
	padding: 0;
}
#about .main_text {
	font-size: 16px;
	font-weight: 500;
}
#about .about-content h6 {
	font-size: 16px;
	color: #4d4f52;
}
#about .left_img {
	position: relative;
	text-align: center;
}
#about .exp-box {
	position: absolute;
	bottom: -15px;
	left: 0px;
	padding: 25px 15px;
	display: block;
	background: rgba(236, 73, 51, 0.8);
	border: 5px solid #ccc;
	text-align: left;
}
#about .exp-box h5 {
	font-size: 54px;
	color: #ffffff;
	line-height: 29px;
}
#about .exp-box p {
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
}
/*------------------------Services-----------------*/
#services .box {
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease 0s;
}
#services .box:hover .post-img img {
	opacity: 0.3;
	transform: scale(1.15);
}
#services .box .box-content {
width: 100%;
padding: 0 20px;
transform: translateY(0%) rotate(-360deg);
position: absolute;
top: 0;
bottom: 0;
left: 0;
z-index: 1;
transition: all 0.5s ease-out;
background-color: rgb(255 255 255 / 60%);
}
#services .box:hover .box-content {
	opacity: 1;
	transform: translateY(0%) rotate(0);
	background-color: rgb(236 73 51 / 60%);
}
#services .box .title {
	font-size: 18px;
}
#services .box .title, #services .box .post, #services .box .button, #services .box .button i {
	color: black;
}
#services .box:hover .title, #services .box:hover .post, #services .box:hover .button, #services .box:hover .button i{
	color: white;
}
#services .box .title:after {
	content: "";
	border-bottom: 2px solid var(--primary-global);
	display: block;
	width: 40px;
	padding-bottom: 10px;
}
#services .box .post {	
	font-weight: 500;
}
#services .box .button {
	font-size: 14px;
}
#services .box .button i {
	position: relative;
	top: 2px;
	left: 5px;
}
/*------------------------ Feature -----------------*/
#feature {
	padding: 60px 0;
}
#feature .text {
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
}
#feature h6.title {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 34px;
	color: var(--primary-global);
	font-weight: 700;
}
#feature span.text {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}
#feature .days {
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
}
#feature hr {
	margin: 25px 0;
}
section#feature_slider {
	background: #f7f7f7;
	padding-bottom: 60px;
}
#feature_slider .feature-content {
	background-color: var(--primary-global);
	padding: 40px;
}
#feature_slider .feature_box .title {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
}
#feature_slider .feature_box .title:after {
	content: "";
	border-bottom: 2px solid #fff;
	display: block;
	width: 40px;
	padding-bottom: 10px;
}
#feature_slider .feature_box .text {
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
}
#feature span.phone {
	background-color: var(--primary-global);
	width: 40px;
	height: 35px;
	font-size: 15px;
	margin-right: 10px;
	color: #fff;
	position: relative;
	clip-path: polygon(0% 0%, 65% 0, 100% 50%, 65% 100%, 0% 100%);
	display: inline-block;
}
#feature span.phone i {
	transform: rotate(85deg);
	position: relative;
	padding: 10px 7px;
}
/*---------------------- Practice -----------------*/
#practice {
	padding: 60px 0;
	background: #f7f7f7;
}
#practice .theme_button {
	writing-mode: tb-rl;
}
#practice .nav-tabs .nav-link.active {
	color: #000!important;
	background-color: transparent;
}
#practice .nav-tabs .nav-link.active:after {
	content: "";
	border-bottom: 1px solid var(--primary-global);
	display: block;
	width: 100%;
	top: 18px;
	position: relative;
}
#practice .tab-head {
	background: #ffffff;
	padding: 25px 0px;
}
#practice .tab-head .nav-tabs {
	display: block;
	border-bottom: none;
}
#practice li.nav-item {
	border-bottom: 1px solid #eee;
	padding: 11px 10px;
}
#practice li:last-child.nav-item {
	border-bottom: none;
}
#practice .tab-head .nav-tabs .nav-link {
	border-color: unset;
	font-size: 15px;
	line-height: 20px;
	color: #898a8b;
	border: unset;
	font-weight: 700;
}
#practice .box {
	background: #000;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease 0s;
}
#practice .box:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#practice .box .post-img img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease-out;
}
#practice .box:hover .post-img img {
	opacity: 0.3;
	transform: scale(1.15);
}
#practice .box .box-content {
	width: 80%;
	padding: 40px;
	opacity: 0;
	transform: translateY(-50%) rotate(-360deg);
	position: absolute;
	top: 50%;
	left: 10%;
	z-index: 1;
	transition: all 0.5s ease-out;
	background-color: var(--primary-global);
}
#practice .box:hover .box-content {
	opacity: 1;
	transform: translateY(-50%) rotate(0);
}
#practice .box .title {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 22px;
	color: #ffffff;
	font-weight: 700;
}
#practice .box .title:after {
	content: "";
	border-bottom: 2px solid #fff;
	display: block;
	width: 40px;
	padding-bottom: 10px;
}
#practice .box .post {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 500;
}
/*------------------------ Counter -----------------*/
section#counter {
	background: #f7f7f7;
	padding-bottom: 60px;
}
#counter .counter-content {
	background-color: var(--primary-global);
	padding: 40px;
}
#counter .counter_box .title {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 25px;
	font-weight: 700;
	text-align: left;
	color: #ffffff;
}
#counter .counter_box h6::after {
	content: "";
	border-bottom: 2px solid #fff;
	display: block;
	width: 40px;
	padding-bottom: 10px;
}
#counter .counter_box h6 {
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 700;
	text-align: left;
}
/*------------------------ Cases -----------------*/
#testimonials {
	padding: 60px 0;
	position: relative;
}
#testimonials .text {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 500;
}
#testimonials .content img {
	width: 90px!important;
	height: 100%;
}
#testimonials .name {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 30px;
	color: var(--primary-global);
	font-weight: 700;
	display: inline-block;
}
#testimonials .bar span {
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 30px;
	font-weight: 400;
	color: #fff;
	margin-right: 10px;
}
#testimonials .bar i {
	font-size: 40px;
	color: var(--primary-global);
	margin-right: 10px;
}
#testimonials .owl-dots {
	position: absolute;
	right: 10px;
	bottom: 8px;
}
#testimonials button.owl-dot {
	width: 5px;
	height: 12px;
	margin-right: 5px;
	background-color: var(--primary-global);
	border: 1px solid var(--primary-global);
}
#testimonials button.owl-dot.active, {
	border-color: red;
}
/*------------------------ Home Contact -----------------*/
#home_contact .left_img img {
	width: 100%;
}
#home_contact .bg {
	background: #000;
}
#home_contact .main_heading {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 700;
}
#home_contact .main_text {
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 18px;
	color: #ffffff;
	font-weight: 500;
}
#home_contact .overlap {
	position: relative;
	right: 15%;
	background: #000;
	top: 15%;
}
#home_contact input::placeholder , #home_contact textarea::placeholder {
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 26px;
	color: #898a8b;
	font-weight: 500;
}
#home_contact .button {
	width: 100%;
	text-align: left;
}
#home_contact input[type="submit"] {
	font-size: 14px;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	background: var(--primary-global);
	border: 1px solid var(--primary-global);
	margin-top: 10px;
}
#home_contact div.wpcf7 .ajax-loader {
	display: none;
}
#home_contact input {
	background-color: #fff;
	border: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	padding: 15px 10px;
	line-height: 15px;
	margin: 7px 0;
	max-width: 100%;
}
#home_contact textarea {
	background-color: #fff;
	border: 1px solid #fff;
	color: #fff;
	width: 100%;
	padding: 15px 10px;
	line-height: 15px;
	margin: 7px 0;
}
#home_contact span.pencil-icon {
	position: absolute;
	top: -13%;
	left: 10px;
}
#home_contact span.pencil-icon img {
	width: 70%;
}
#home_contact .flid {
	padding-left: 0!important;
}
/*------------------------ Cases -----------------*/
#cases {
	padding: 60px 0;
}
#cases .heading h3 {
	font-size: 25px;
	letter-spacing: 1px;
	line-height: 32px;
	color: #212121;
	font-weight: 700;
}
#cases .heading h4 {
	font-size: 16px;
	line-height: 21px;
	color: #888888;
	font-weight: 500;
}
#cases .heading p {
	font-size: 13px;
	line-height: 25px;
	color: #888888;
	font-weight: 400;
}
#cases .our-case {
	border: 1px solid #d3d3d3;
	position: relative;
	overflow: hidden;
}
#cases .our-case img {
	width: 100%;
	height: auto;
}
#cases .our-case .case-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	/*padding: 45px 18px;*/
	background: rgba(0,0,0,0.7);
	transform: translateX(-100%);
	transition: all 0.20s ease 0s;
	display: flex;
	align-items: center;
}
#cases .our-case .case_content_inner {
    width: 100%;
    padding: 20px;
}
#cases .our-case:hover .case-content {
	transform: translateX(0);
}
#cases .our-case .case-content .post-title {
	font-size: 16px;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: 700;
}
#cases .our-case .case-content .post-title:after {
	content: "";
	border-bottom: 2px solid var(--primary-global);
	display: block;
	width: 40px;
	padding-bottom: 10px;
}
#cases .our-case .case-content .description {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 500;
}
#cases .our-case .case-content a {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
}
#cases .our-case .case-content a i {
	position: relative;
	top: 2px;
	left: 5px;
	color: var(--primary-global);
}
#cases .our-case .case-prof {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: right;
	padding: 20px 16px;
	background: rgba(0,0,0,0.7);
	transform: translateX(0);
	transition: all 0.20s ease 0s;
}
#cases .our-case:hover .case-prof {
	transform: translateX(100%);
}
#cases .our-case .case-prof .post-title {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 28px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
}
/*------------------------ Our-Blog -----------------*/
#our-blog .icon:after {
	content: "";
	border-bottom: 3px solid var(--primary-global);
	display: block;
	width: 40px;
	padding-bottom: 10px;
	text-align: center;
	margin: 0 auto;
}
#our-blog .main_heading {
	font-size: 25px;
	letter-spacing: 1px;
	line-height: 40px;
	color: #212121;
	font-weight: 700;
}
#our-blog .main_text {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 26px;
	color: #898a8b;
	font-weight: 500;
}
#our-blog .box {
	background: #000;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease 0s;
}
#our-blog .box:hover {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#our-blog .box img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease-out;
}
#our-blog .box:hover .post-img img {
	opacity: 0.3;
	transform: scale(1.15);
}
#our-blog .box .box-content {
	width: 100%;
	padding: 0 20px;
	opacity: 0;
	transform: translateY(-50%) rotate(-360deg);
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	transition: all 0.5s ease-out;
}
#our-blog .box:hover .box-content {
	opacity: 1;
	transform: translateY(-50%) rotate(0);
}
#our-blog .box .title {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 22px;
	font-weight: 700;
	text-align: left;
	color: #ffffff;
}
#our-blog .box .meta {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 27px;
	color: #ffffff;
	font-weight: 500;
}
#our-blog .box .post {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 27px;
	color: #ffffff;
	font-weight: 500;
	text-align: left;
}
#our-blog .box .button {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 400;
}
#our-blog .box .button i {
	position: relative;
	top: 2px;
	left: 5px;
}
/*---------------------- Team ------------------------------*/

#team .our-team {
	background: #000;
	color: var(--primary-global);
	overflow: hidden;
	transition: all 0.3s ease 0s;
}
#team .our-team:hover {
	background-color: var(--primary-global);
	color: #fff;
}
#team .our-team .pic {
	position: relative;
}
#team .our-team .pic img {
	width: 100%;
	height: auto;
	transition: all 0.3s ease 0s;
}
#team .our-team:hover .pic img {
	transform: translateY(-20px);
}
#team .our-team .social {
	width: 20%;
	height: 100%;
	background: var(--primary-global);
	padding: 20px 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
	right: -50%;
	transition: all 0.5s ease 0s;
}
#team .our-team:hover .social {
	right: 0;
}
#team .our-team .social li {
	display: block;
}
#team .our-team .social li a {
	display: block;
	padding: 10px 0;
	font-size: 16px;
	color: #fff;
	transition: all 0.5s ease 0s;
	text-align: center;
}
#team .our-team .social li a:hover {
	color: #000;
}
#team .our-team .team-content {
	padding: 15px 0;
}
#team .our-team .title {
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
}
#team .our-team .post {
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
}
/*------------------------ Partner -----------------*/
section#partner {
	padding: 60px 0;
}
.partner-img {
	box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
	margin: 10px;
}
/*------------------------ Our Blog -----------------*/
#our-blog p {
	color: #757575;
}
.blog-img img {
	width: 100%;
}
#our-blog h3 {
	font-size: 26px;
	color: black;
}
#our-blog h3 a {
	color: black;
}
.blog-social i {
	color: black;
	font-size: 16px;
	letter-spacing: 20px;
}
.blog-social i:hover {
	color: var(--primary-global);
}
.blog-meta i {
	color: var(--primary-global);
	font-size: 14px;
	letter-spacing: 15px;
}
.blog-meta span,.blog-meta span a {
	font-weight: bold;
	font-size: 14px;
	color: #757575;
}
.blog-date {
	position: absolute;
	top: 20px;
	right: 20px;
	background-color: var(--primary-global);
	color: white;
	padding: 10px;
	font-weight: 600;
	z-index: 5;
}
.blog-card:hover .blog-date {
	background: white;
	color: var(--primary-global);
}
#our-blog .blog-card:hover h3 a {
	color: var(--primary-global);
}
.archive-inner .blog-date {
	position: absolute;
	top: 20px;
	right: 40px;
}
.search-post .blog-date {
	position: absolute;
	top: 20px;
	right: 40px;
}
#full-width-blog .blog-date,#blog-left-sidebar .blog-date,#blog-right-sidebar .blog-date {
	position: absolute;
	top: 30px;
	right: 40px;
}
.blog-date-number {
	line-height: 1;
	font-size: 30px;
}
#our-blog a.btn {
	font-size: 16px;
	letter-spacing: 2px;
	color: #ffffff;
	font-weight: 600;
	background: var(--primary-global);
	border-radius: 0;
	padding: 20px 30px 20px 20px;
}
#our-blog a.btn::after {
	content: '';
	border-bottom: 2px solid white;
	width: 20px;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	bottom: 5px;
	left: 10px;
}
/*------------------------ Instagram Post -----------------*/
#instagram-post {
	padding: 80px 0;
	color: white;
}
/*-----------------Animation----------------*/
@keyframes outer-left {
	from {
		transform: translateX(50%);
	}
	to {
		transform: none;
	}
}
@keyframes inner-left {
	from {
		transform: translateX(-50%);
	}
	to {
		transform: none;
	}
}
.team-image.box img,.actor-image img,.textimonial-img img {
	width: 100%;
}
.team_wrap {
	text-shadow: 2px 2px 3px rgba(0, 0, 0, .3);
	text-align: center;
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
}
.team_name {
	padding: 10px 0;
}
.team-box p {
	color: var(--primary-global);
}
.team-box {
	padding: 10px 0;
	background: #efefef;
}
.team_name a {
	color: black;
}
.about-socialbox i {
	text-align: center;
	padding: 10px 0;
	width: 35px;
	height: 35px;
	background-color: rgb(33,33,33);
	border-radius: 50%;
	margin: 0 5px;
	font-size: 13px;
	color: white;
}
.testimonial_box {
	padding: 40px 30px 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
}
.testimonial_box a,.actor-box a {
	color: black;
}
.outer_dpage {
	margin: 50px 0;
}
.actor-box {
	background-color: #efefef;
	padding: 30px;
	box-shadow: 0 0 20px rgba(0,0,0,0.25);
}
.actor-box p {
	font-weight: bold;
	margin-bottom: 0;
	color: var(--primary-global);
}