@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
body {
	margin: 0;
	padding: 0;
/*	background: #000;*/
	
}
ul {
	margin: 0;
	padding: 0;
}
html {
  scroll-behavior: smooth;
}
img {
    max-width: 100%;
}
.section_top {
	margin-top: -83px;
	padding-top: 83px;
}
/*BANNER SECTIOIN CSS START*/
.banner_section {
	background-image: url('../images/banner.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 315px 0px;
}
.banner_text h1 {
	font-size: 84px;
	font-weight: 700;
	color: #FFF;
	line-height: 100px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.banner_text p {
	font-size: 21px;
	color: #d1d1d1;
	font-weight: 300;
	line-height: 31px;
	letter-spacing: 0.30px;
	font-family: 'Poppins', sans-serif;
}
.view_more_btn a {
	background: #eaca5b;
	color: #000;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.70px;
	padding: 10px 30px;
	display: inline-block;
	border-radius: 6px;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
    transition: all 0.5s ease;
}
.view_more_btn a:hover {
    background: #FFF;
}
/*BANNER SECTION CSS END*/

/*Free Consultant Section Css Start*/
.free_consultant_section {
	background: url('../images/free_bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px;
	border-radius: 5px;
	margin-top: -70px;
	margin-bottom: 80px;
}
.free_text h1 {
	font-size: 30px;
	color: #FFF;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0px;
}
.free_text p {
	font-size: 15px;
	color: #dddddd;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0.50px;
	font-family: 'Poppins', sans-serif;
    margin: 0;
}
.free_btn {
	margin: 0 auto;
	text-align: center;
}
.free_btn a {
	background: #eaca5b;
	font-size: 17px;
	font-weight: 500;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 0.70px;
	font-family: 'Poppins', sans-serif;
	padding: 10px 25px;
	display: inline-block;
	border-radius: 5px;
    text-decoration: none;
    transition: all 0.5s ease;
}
.free_btn a:hover {
    background: #FFF;
}
/*Free Consultant Section Css End*/

/*About Section Css start*/

.about_text h1, .contact_information h1 {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 0.50px;
	font-family: 'Open Sans', sans-serif;
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
}
.about_text h1::after, .contact_information h1:after {
    position: absolute;
    content: '';
    background: #eaca5b;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 4px;
}
.about_text h2 {
	font-size: 23px;
	color: #333;
	line-height: 33px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
}
.about_text p {
	font-size: 14px;
	font-weight: 300;
	color: #333;
	line-height: 23px;
	letter-spacing: 0.50px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 35px;
}
.about_text img {
	margin-bottom: 10px;
}
/*About Section End*/
/*Promotion Section Css Start*/
.promotion_section {
	background: url('../images/promo_bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0px;
	margin-bottom: 100px;
}
.promo_text {
	position: relative;
}
.promo_text::before {
    position: absolute;
    content: '';
    background: #2a3c4b;
    right: -13px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 100px; 
}
.last-sec::before {
    content: none;
}
.promo_text img {
	margin-bottom: 20px;
}
.promo_text p {
	font-size: 18px;
	font-weight: 600;
	color: #FFF;
	line-height: 23px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}
/*Promotion Section Css End*/
/*Practice Areas Section Start*/
.practice_section {
	margin-bottom: 100px;
}
.practice_text {
	margin: 0 auto;
	text-align: center;
    padding-bottom: 40px;
}
.practice_text img {
	padding-bottom: 20px;
}
.practice_text p {
	font-size: 20px;
	color: #666666;
	font-weight: 400;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	margin: 0px;
}
.practice_text h1 {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.50px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
}
.our_box {
	position: relative;
}
.our_img {
	overflow: hidden;
	border-radius: 5px;
}
.our_img img {
	border-radius: 5px;
	transition: all 0.5s ease;
	overflow: hidden;
	filter: grayscale(100%);
	opacity: 0.6;
}
.our_img img:hover {
	filter: grayscale(0%);
opacity: 1;
}

.our_img:hover img {
    transform: scale(1.1);
}
.our_box .our_text {
	position: absolute;
	bottom: -50px;
	left: 0;
	right: 0;
	text-align: center;
	background: #FFF;
	border-bottom: 3px solid #eaca5b;
	margin: 0px 15px;
	border-radius: 5px;
	padding: 20px;
    transition: all 0.5s ease;
    display: grid;
    align-items: self-start;
}
.our_text h1 {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 0.50px;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
.our_text p {
	font-size: 15px;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0.50px;
	color: #000;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}
.our_box:hover .our_text {
    background: #072337;
    transform: translateY(-10px);
}
.our_box:hover .our_text h1, .our_box:hover .our_text p {
    color: #FFF;
}
/*Practice Areas Section End*/

/*Why clients Choose Us Section Css Start*/
.why_section {
	background: url('../images/why_bg.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
    background-attachment: fixed;
	padding-top: 80px;
	padding-bottom: 250px;
	position: relative;
	z-index: 999;
}
.why_section::after {
	position: absolute;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	transform: translate(-50%, -50%);
	border: 1px solid #7a8891;
	top: 50%;
	left: 50%;
	content: '';
	z-index: -1;
    border-radius: 3px;
}
.what_text {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}
.what_text img {
	margin-bottom: 10px;
}
.what_text h2 {
	font-size: 20px;
	font-weight: 400;
	color: #d0d0d0;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	font-family: 'Poppins', sans-serif;
}
.what_text h1 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.50px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
}
.what_text p {
	font-size: 14px;
	font-weight: 300;
	color: #ebebeb;
	line-height: 24px;
	letter-spacing: 0.50px;
	font-family: 'Poppins', sans-serif;
}
.counter_text {
	text-align: center;
	margin: 0 auto;
}
.counter_text h1 {
	font-size: 54px;
	font-weight: 700;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
.counter_text p {
	font-size: 18px;
	font-weight: 400;
	color: #eaca5b;
	line-height: 23px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}
/*Why clients Choose Us Section Css End*/
/*From page section css start*/
.from_section {
	margin-bottom: 100px;
	margin-top: -200px;
	position: relative;
	z-index: 999;
}
.from_bg {
	background: #FFF;
	padding: 80px;
	position: relative;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.1);
	border-radius: 5px;
	overflow: hidden;
	z-index: 99;
}
.from_bg::after {
	position: absolute;
	content: '';
	background: url('../images/from_bg.png');
	background-repeat: no-repeat;
	background-position: left center;
	width: 326px;
	height: 635px;
	left: 0;
	bottom: 0;
	z-index:-1;
}
.from_text {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 30px;
}
.from_text h1 {
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.10px;
	color: #000;
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
}
.from_text p {
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.50px;
	color: #000;
	font-family: 'Poppins', sans-serif;
}
.from_section form input {
	font-size: 14px;
	font-weight: 300;
	color: #000;
	letter-spacing: 0.50px;
	font-family: 'Poppins', sans-serif;
	background: #f5f5f5;
	border: 0;
	border-radius: 5px;
	margin-bottom: 20px;
	height: 50px;
	line-height: 50px;
    position: relative;
}
.from_section form .form-control::placeholder {
    color: #000;
}
.form-control:focus {
	color: #000;
	background: #f5f5f5;
	border: none;
	outline: 0;
	box-shadow: none;
}
textarea.form-control {
	font-size: 14px;
	font-weight: 300;
	color: #000;
	letter-spacing: 0.50px;
	font-family: 'Poppins', sans-serif;
	background: #f5f5f5;
	border: 0;
    min-height: calc(6.5em + (.75rem + 2px));
    margin-bottom: 20px;
}
.button01.from_btn {
	background: #eaca5b;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.70px;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 20px;
	display: inline-block;
	border-radius: 5px;
	transition: all 0.8s ease;
	border: none;
}
.send_btn {
	text-align: center;
}
.button01.from_btn:hover {
	background: #000;
	color: #FFF;
}
.form-messege.error {
	background:#ff0000;
	margin-top: 10px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 25px;
}
.form-messege.success {
	background:#00a908;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	font-size: 17px;
	font-weight: 500;
	line-height: 25px;
}

.from_btn {
	margin: 0 auto;
	text-align: center;
}
.from_btn a {
	background: #eaca5b;
	font-size: 17px;
	font-weight: 600;
	color: #000;
	letter-spacing: 0.70px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 5px;
	display: block;
	text-align: center;
    font-family: 'Poppins', sans-serif;
    transition: all 0.5s ease;
}
.from_btn a:hover {
    background: #000;
    color: #FFF;
}
/*From page section css end*/
/*Partner Section Css Start*/
.partner_section {
    background: url('../images/partner_bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 999;
    padding-top: 100px;
    padding-bottom: 300px;
}
.partner_section::after {
	position: absolute;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	transform: translate(-50%, -50%);
	border: 1px solid #7a8891;
	top: 50%;
	left: 50%;
	content: '';
	z-index: -1;
    border-radius: 3px;
}
.partner_text {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;
}
.partner_text img {
	margin-bottom: 10px;
}
.partner_text h2 {
	font-size: 20px;
	font-weight: 400;
	color: #d0d0d0;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	font-family: 'Poppins', sans-serif;
}
.partner_text h1 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.50px;
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 30px;
}
.partner_slider {
	margin-top: -288px;
	position: relative;
	z-index: 999;
}
.box_bg {
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 100px;
}
.box_bg::after {
    position: absolute;
    content: '';
    background:#f2f2f2;
    width: 100%;
    height: 269px;
    left: 0;
    right: 0;
    bottom: 0;  
}
.part_ceo_text {
	margin: 0 auto;
	text-align: center;
	background: #FFF;
	padding: 25px 0px;
	border-bottom: 5px solid #eaca5b;
}
.part_ceo_text {
	margin: 0 auto;
	text-align: center;
	background: #FFF;
	padding: 25px 0px;
	border-bottom: 5px solid #eaca5b;
}
.part_img {
    overflow: hidden;
}
.part_img img {
	transition: all 0.5s ease;
	overflow: hidden;
}
.part_img:hover img {
    transform: scale(1.1);
}
.part_ceo_text h1 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.30px;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	text-transform: uppercase;
	margin: 0;
}
.part_ceo_text p {
	font-size: 15px;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0.50px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}
.partner_slider .item {
	margin-bottom: 30px;
}
/*.partner_slider .owl-nav {
	display: block !important;
}*/
.partner_slider .owl-nav .owl-prev span, .partner_slider .owl-nav .owl-next span {
	display: none;
}
.partner_slider .owl-nav .owl-prev {
	background: #FFF url('../images/arrow_left.png') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	width: 55px;
	height: 55px;
	border-radius: 6px !important;
	transition: all 0.5s ease;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}
.partner_slider .owl-nav .owl-next {
	background:#FFF url('../images/arrow_right.png') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	width: 55px;
	height: 55px;
    border-radius: 6px !important;
    transition: all 0.5s ease;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}
.partner_slider .owl-nav .owl-prev:hover {
    background: #eaca5b url('../images/arrow_left.png')!important;
    background-position: center !important;
	background-repeat: no-repeat !important;
}
.partner_slider .owl-nav .owl-next:hover {
    background: #eaca5b url('../images/arrow_right.png')!important;
    background-position: center !important;
	background-repeat: no-repeat !important;
}
.partner_slider .view_more_btn {
    margin-top:15px;
}
.partner_slider .view_more_btn a, .practice_section .view_more_btn a {
    font-size:12px;
    padding:10px 20px;
}
.practice_section .view_more_btn {
    margin-top: 20px;
}
/*Partner Section Css End*/
/*DBJUSTICE LAWYER Section*/
.db_justice {
	margin-bottom: 100px;
}
.db_justice_text {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 30px;
}
.db_justice_text img {
	margin-bottom: 10px;
}
.db_justice_text p {
	font-size: 20px;
	font-weight: 400;
	color: #666666;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	font-family: 'Poppins', sans-serif;
}
.db_justice_text h1 {
	font-size: 36px;
	font-weight: 700;
	color: #000;
	letter-spacing: 0.50px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
.db_box {
	background: linear-gradient(#07273a, #061f2d);
	margin: 0 auto;
	text-align: center;
	padding: 40px 20px;
	border-radius: 6px;
}
.db_box i {
	font-size: 44px;
	color: #eaca5b;
}
.db_box h1 {
	margin: 30px auto;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FFF;
	line-height: 30px;
	letter-spacing: 0.80px;
	padding-bottom: 30px;
	position: relative;
}
.db_box h1::after {
    position:absolute;
    content: '';
    background: #eaca5b;
    width: 80px;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    
}
.db_box p {
	font-size: 15px;
	font-weight: 400;
	color: #ececec;
	line-height: 23px;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
    margin: 0;
}
/*DBJUSTICE LAWYER Section*/
/*Brand Section*/
.brand_section {
	background: #f2f2f2;
	padding: 50px 0px;
	margin-bottom: 100px;
}
.main_brand {
	margin: 0 auto;
	text-align: center;
}
.main_brand ul li {
	display: inline-block;
	margin-right: 80px;
}
.main_brand ul li:last-child {
    margin-right: 0;
}
.main_brand ul li img {
	filter: grayscale(100%);
	opacity: 0.6;
    transition: all 0.5s ease;
}
.main_brand ul li:hover img {
   filter: grayscale(0%);
   opacity: 1;
}
/*Brand Sectoion*/

/*National Awards Section */
.national_section {
	position: relative;
	padding-bottom: 60px;
	margin-bottom: 200px;
}
.national_section::after {
    position: absolute;
    content: '';
    background: #f2f2f2;
    width: 100%;
    height: 410px;
    left: 0;
    right: 0;
    bottom: 0;
}
.national_main {
	position: relative;
	margin-bottom: 50px;
}
.national_img {
	overflow: hidden;
	border-radius: 5px;
}
.national_img img {
    transition: all 0.5s ease;
}
.national_main:hover .national_img img {
    transform: scale(1.2);
}
.national_text {
	position: absolute;
	bottom: -30px;
	left: 0;
	background: #FFF;
	border-radius: 5px;
	box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.1);
	padding: 20px;
}
.cup_img span img {
	display: inline-block !important;
	width: 52px !important;
	height: 36px;
	margin-right: 20px;
}
.cup_img {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	letter-spacing: 0.30px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	align-items: center;
	display: flex;
	padding-bottom: 15px;
}
.national_text p {
	font-size: 15px;
	font-weight: 300;
	color: #000;
	line-height: 23px;
	letter-spacing: 0.50px;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}
.national_section .owl-nav {
	display: block !important;
}
.national_section .owl-nav .owl-prev span, .national_section .owl-nav .owl-next span {
	display: none;
}
.national_section .owl-nav .owl-prev {
	background: #FFF url('../images/arrow_left.png') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	width: 55px;
	height: 55px;
	border-radius: 6px !important;
	transition: all 0.5s ease;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}
.national_section .owl-nav .owl-next {
	background: #FFF url('../images/arrow_right.png') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	width: 55px;
	height: 55px;
	border-radius: 6px !important;
	transition: all 0.5s ease;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
}
.national_section .owl-nav .owl-prev:hover {
    background: #eaca5b url('../images/arrow_left.png')!important;
    background-position: center !important;
	background-repeat: no-repeat !important;
}
.national_section .owl-nav .owl-next:hover {
    background: #eaca5b url('../images/arrow_right.png')!important;
    background-position: center !important;
	background-repeat: no-repeat !important;
}
.national_section .owl-dots {
	display: none;
}
/*National Awards Section */

/*Testimonial Section*/
.testimonial_section {
	position: relative;
	padding-bottom: 100px;
}
.testimonial_section::after {
	position: absolute;
	content: '';
	background: url('../images/testi_bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	right: 0;
	bottom: 0;
	width: 351px;
	height: 635px;
}
.testimonial_slider {
	background: #072337;
	padding: 30px 120px 30px;
	border-radius: 5px;
}
/*
.owl-item.cloned {
	opacity: 0;
}
*/
.testi_text {
	padding-bottom: 70px;
	position: relative;
}
.testi_text::after {
	position: absolute;
	content: '';
	background: url('../images/test_double_q.png');
	background-repeat: no-repeat;
	background-position: center;
	top: -20px;
	left: 0;
	right: 80px;
	width: 62px;
	height: 60px;
	text-align: center;
	margin: 0 auto;
}
.testimonial_section .owl-stage-outer {
	margin-top: -120px;
}
.testi_img {
	position: relative;
}
.testi_text h1 {
	font-size: 24px;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 0.30px;
	font-family: 'Open Sans', sans-serif;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}
.testi_text h1::after {
    position: absolute;
    content: '';
    background: #eaca5b;
    width: 60px;
    height: 2px;
    left: 0;
    bottom: 0;
}
.testi_text p {
	font-size: 15px;
	font-weight: 300;
	color: #FFF;
	line-height: 23px;
	letter-spacing: 0.50px;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}
.testimonial_slider .owl-dots {
	display: block !important;
}
.owl-theme .owl-dots .owl-dot span {
	background: #FFF !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #eaca5b !important;
}
.testimonial_slider .owl-nav .owl-prev span, .testimonial_slider .owl-nav .owl-next span {
	display: none;
}
.testimonial_slider .owl-nav {
	display: block !important;
}
.testimonial_slider .owl-nav .owl-prev {
	background: #FFF url('../images/arrow_left.png') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	width: 55px;
	height: 55px;
	border-radius: 6px !important;
	transition: all 0.5s ease;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
    position: absolute;
	left: -30px;
	top: 0;
	bottom: 0;
	margin: auto !important;
}
.testimonial_slider .owl-nav .owl-next {
	background: #FFF url('../images/arrow_right.png') !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	width: 55px;
	height: 55px;
	border-radius: 6px !important;
	transition: all 0.5s ease;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.1);
	position: absolute;
	right: -30px;
	top: 0;
	bottom: 0;
	margin: auto !important;
}
.testimonial_slider .owl-nav .owl-prev:hover {
    background: #eaca5b url('../images/arrow_left.png')!important;
    background-position: center !important;
	background-repeat: no-repeat !important;
}
.testimonial_slider .owl-nav .owl-next:hover {
    background: #eaca5b url('../images/arrow_right.png')!important;
    background-position: center !important;
	background-repeat: no-repeat !important;
}
/*Testimonial Section*/

/*Make An Appointment Section*/

.make_an_section {
	background: #f2f2f2;
	padding: 40px 0px;
}
.make_text h1 {
	font-size: 30px;
	font-weight: 700;
	color: #000;
	font-family: 'Open Sans', sans-serif;
}
.make_text p {
	font-size: 15px;
	font-weight: 300;
	color: #000;
	line-height: 23px;
	letter-spacing: 0.50px;
	font-family: 'Poppins', sans-serif;
	margin: 0;
}
.make_btn {
	text-align: right;
}
.make_btn a {
	background: #eaca5b;
	color: #000;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.70px;
	font-family: 'Poppins', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding: 13px 20px;
	display: inline-block;
	border-radius: 5px;
	transition: all 0.8s ease;
}
.make_btn a:hover {
    background: #000;
    color: #FFF;
}
/*Make An Appointment Section*/
/*Footer Section*/
.footer_section {
    background: url('../images/footer_bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0px 0;
}
.footer_logo {
	padding-bottom: 20px;
}
.footer_text p {
	font-size: 13px;
	font-weight: 300;
	color: #e9e9e9;
	line-height: 25px;
	letter-spacing: 0.50px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 25px;
}
.footer_social_icon ul li {
	display: inline-block;
	margin-right: 12px;
	background: #324553;
	width: 30px;
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
	border-radius: 5px;
    transition: all 0.5s ease;
}
.footer_social_icon ul li:hover {
    background: #eaca5b;
    cursor: pointer;
}
.footer_social_icon ul li:hover a {
    color: #000;
}
.footer_social_icon ul li a {
	color: #FFF;
	font-size: 15px;
}
.footer_text h1 {
	font-size: 17px;
	font-weight: 600;
	color: #FFF;
	letter-spacing: 0.50px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}
.footer_text h1::after {
    position: absolute;
    content: '';
    background: #eaca5b;
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
}
.contact_info ul li {
	font-size: 14px;
	color: #FFF;
	font-weight: 300;
	letter-spacing: 1px;
	font-family: 'Poppins', sans-serif;
	display: block;
	padding-left: 20px;
	position: relative;
	padding-bottom: 20px;
}
.contact_information .contact_info ul li {
    color:#000;
}
.contact_info ul li i {
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: start;
	color: #eaca5b;
}
.footer_links ul li {
	padding-bottom: 10px;
	background: url('../images/dot.png');
	background-position: left 11px;
	background-repeat: no-repeat;
	padding-left: 15px;
	width: 44%;
	display: inline-block;
}
.footer_links ul li a {
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
	line-height: 28px;
	letter-spacing: 0.50px;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
    transition: all 0.5s ease;
}
.footer_links ul li a:hover {
    color: #eaca5b;
    margin-left: 5px;
}
.footer_from input {
	background: #FFF;
	border: 0;
	box-shadow: none;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	letter-spacing: 0.30px;
	height: 49px;
	line-height: 49px;
	border-radius: 5px;
	width: 100%;
	padding: 0px 125px 0px 15px;
	font-family: 'Poppins', sans-serif;
	position: relative;
}
.footer_from input::placeholder {
    color: #000;
}
.footer_from input:focus-visible {
	box-shadow: none;
	outline: none;
}
.footer_from {
	position: relative;
	padding-bottom: 20px;
}
.subscribe_btn {
	position: absolute;
	top: 4px;
	right: 5px;
	margin: auto;
}
.subscribe_btn{
	background: #072337;
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	display: inline-block;
	text-decoration: none;
	letter-spacing: 0.30px;
	font-family: 'Poppins', sans-serif;
	padding: 10px 20px;
	border-radius: 5px;
    transition: all 0.5s ease;
	border:0px;
	cursor: pointer;
}
.subscribe_btn:hover {
    background: #eaca5b;
    color: #000;
}

.footer_bootom_text {
	background: #021726;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0px;
    margin-top:30px;
}
.footer_bootom_text p {
	font-size: 15px;
	font-weight: 300;
	color: #FFF;
	line-height: 23px;
	letter-spacing: 0.50px;
	margin: 0;
	font-family: 'Poppins', sans-serif;
}
.footer_bootom_text p span {
	text-transform: uppercase;
}
.form-mesage-newsletters {
	margin-bottom: 0 !important;
	margin-top: 10px !important;
}
/*Footer Section*/
/*TOP ARROW CSS START*/
#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	/* background: rgb(0, 0, 0); */
	background: #eaca5b;
	width: 50px;
	height: 50px;
	/* display: block; */
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
}
#return-to-top i {
    color: #000;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #072337;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/*TOP ARROW CSS END*/


/*Preload Css Start*/
.preload {
	width: 100%;
	height: 100vh;
	background-color: #FFFFFF;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999999;
}
.preload img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}
/*Preload Css End*/

.about_section {
    padding-top:50px;
}
.about_section img {
    border-radius:5px;
}
.practice-wrapper {
    padding-bottom:50px;
    margin-bottom:20px;
}
.popup {
    display:none;
    
}
.popup ul, .popup ol {
    list-style-position: inside;
    margin-bottom: 1rem;
}
.fancybox-content.popup {
    max-width:600px;
}
.contact_information {
    background:#f2f2f2;
    padding:50px 0;
}
.map iframe {
    border:0;
    border-radius:5px;
}

.cookies-holder {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999; 
}

.cookies-content {
    background: #f2f2f2;
    padding: 37px 47px;
    box-shadow: 0 40px 51px rgba(64, 64, 64, 0.11);
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center; 
    
}
.cookies-intro-content {
    -webkit-box-flex: 1;
    flex: 1 0 0;
    padding-right: 120px; 
}
.cookies-content .btn-grey, .cookies-content .btn-white {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600; 
}
.cookies-full-content {
    display:none;
    margin-top:20px;
    max-height: 600px;
    overflow-y: auto;
}
.cookies-content h3 {
    font-size: 18px;
    margin: 0 0 10px;
    color:#000;
}
.cookies-content h3 b {
    font-weight: bold;
}
.cookies-content p {
    font-size: 12px;
    line-height: 18px;
    /*color: #979ba8;*/
    margin: 0;
}
.cookies-content a {
    color: #eaca5b;
}