* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-family: Montserrat;
}

h2 span {
	background: #fff;
	display: inline-block;
	z-index: 1;
	position: relative;
}

.btn_white a {
	background: #fefeff;
	transition: all 0.5s;
	color: #000;
	font-weight: 600;
	padding: 16px 60px;
	text-decoration: none;
	display: inline-block;
	font-size: 18px;
	display: inline-block;
}

.btn_white a:hover {
	background: #c4c3c3;
	color: #000;
}

.color-wt {
	color: #fff;
}

.btn_brown a {
	background: #111114;
	color: #ac7e44;
	font-weight: 600;
	padding: 11px 60px;
	display: inline-block;
	text-decoration: none;
	border: 3px solid #ac7e44;
	font-size: 16px;
}

.btn_brown a:hover {
	background: #ac7e44;
	transition: all 0.3s;
	color: #000;
}

.banner-content {
	padding-bottom: 25px;
}

/********* header *******/
.navbar-brand h2 {
	font-size: 35px;
	font-style: italic;
	color: #ac7e44;
	font-weight: 800;
}

.navbar-brand h2 span {
	background: none;
}

.navbar-light .navbar-brand img {
	max-width: 175px;
}

.navbar-light .navbar-nav .nav-link {
	color: #ac7e44;
	font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-weight: 600;
	font-size: 14px;
	padding: 0 15px;
}

.main_header {
	padding: 2rem 0;
	/* background: #000; */
}

.header_wrap {
	background: #0f0e0e;
	/* padding: 1rem 0; */
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}

.main_header .ct-menu-list li a {
	font-size: 17px;
	padding-left: 20px;
	color: #6a6666;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s;
}

.main_header .ct-menu-list li a:hover {
	color: blue;
}

#header .navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgb(172, 126, 68);
}

.main_header .left-icon li a {
	color: #000;
	text-decoration: none;
	background: #f2f2f5;
	padding: 15px;
	border-radius: 50px;
	font-size: 15px;
	transition: all 0.3s;
	display: inline-block;
}

.right_menu .btn_brown a {
	background: #111114;
	/* border-radius: 10px; */
	color: #fff;
	font-weight: 600;
	padding: 10px 45px;
	display: inline-block;
	text-decoration: none;
	border: 3px solid #ac7e44;
	font-size: 16px;
}

.right_menu .btn_brown a:hover {
	background: #ac7e44;
	transition: all 0.3s;
	color: #000;
}

#banner {
	background: url(../images/banner-2.jpeg)no-repeat scroll center/ cover;
	padding: 6rem 0;
	position: relative;
	margin-top: 70px;
}

#banner::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #201e1e;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	opacity: 0.7;
}

.banner-wrap {
	z-index: 1;
	position: relative;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.sub-heading {
	font-size: 15px;
	text-transform: uppercase;
}

.bottom-line {
	max-width: 100%;
	height: 1px;
	background: #ac7e44;
	text-align: center;
	/* margin: 0 auto; */
	border-radius: 10px;
	position: relative;
	margin-bottom: 3px;
	top: -55px;
	left: 0;
	right: 0;
}

/******
.bottom-line::after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: #ac7e44;
	left: -15px;
	top: -1px;
	border-radius: 50%;
}
*/
.main-head {
	font-size: 60px;
}

.main-head {
	font-size: 55px;
	padding: 1rem 0;
	padding-top: 0;
	margin-bottom: 0;
}

#banner .btn_white a {
	background: #111114;
	color: #956d3c;
	border: 3px solid #ac7e44;
	padding: 10px 75px;
}

#banner .btn_white a:hover {
	background: #ac7e44;
	color: #000;
	border-color: transparent;
}

/********* service **********/
.service-wrap {
	background: #000;
	color: #fff;
}

.service-wrap .cmn-box-wrap {
	border-right: 1px solid #3c2711;
	padding: 3rem 0;
	text-align: center;
}

.service-wrap .cmn-box-wrap .data .fa {
	font-size: 40px;
	padding-bottom: 15px;
	color: #ac7e44;
	transition: 0.3s;
	position: relative;
	top: 0;
}

.service-wrap .cmn-box-wrap .data:hover .fa {
	top: -10px;
}

.service-wrap .cmn-box-wrap .data .bx-head {
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	font-family: initial;
	padding-bottom: 10px;
}

.cmn-box-wrap .data span {
	font-size: 15px;
	font-weight: 600;
	color: #a2a2a2;
}

.cmn-box-wrap.last {
	border: none;
}

/************ about us *********/
#about-us {
	padding: 6rem 0;
}

#about-us .img-wrap img {
	width: 100%;
	min-height: 400px;
	border: 10px solid #111114;
	object-fit: cover;
}

.sec-heading {
	font-size: 40px;
	padding-bottom: 15px;
	text-align: center;
	font-weight: 600;
}

.sec-content {
	color: #6a6969;
	line-height: 1.7;
}

/******** practice ************/
.cmn-box .icon-wrap img {
	width: 60px;
	filter: invert(50%) sepia(69%) saturate(347%) hue-rotate(354deg) brightness(90%) contrast(88%);
}

.icon-wrap {
	text-align: center;
	background: #121518;
	max-width: 100px;
	margin: 0 auto;
	padding: 1rem;
	transition: 0.5s;
}

.cmn-box:hover .icon-wrap {
	left: 20px;
	transform: rotate(20deg);
}

.cmn-box {
	background: #0f0e0e;
	margin-bottom: 20px;
	text-align: center;
	padding-top: 3rem;
}

.cmn-box .box-data {
	background: #121518;
	margin-top: 3rem;
	padding: 1rem 1rem 2rem 1rem;
}

.cmn-box .box-data h3 {
	font-size: 30px;
	color: #ac7e44;
	padding: 1rem 0;
}

.cmn-box .box-data p {
	font-size: 17px;
	color: #9d9d9d;
	padding-bottom: 1rem;
}

#choose_us {
	padding: 5rem 0;
}

#choose_us .img-wrap img {
	width: 100%;
	min-height: 777px;
	border: 10px solid #111114;
	object-fit: cover;
}

.choose-img-wrap {
	background: #121518;
	padding: 2rem 3rem;
	margin-bottom: 20px;
}

.choose-icon {
	max-width: 145px;
	padding: 2rem;
	margin: 0 auto;
	background: #0f0e0e;
	text-align: center;
	position: relative;
	left: 0;
	transition: 0.3s;
}

.ch_wrap:hover .choose-icon {
	left: 20px;
	transform: rotate(20deg);
}

.ch_wrap {
	transition: all 0.5s;
}

.choose-icon img {
	filter: invert(50%) sepia(69%) saturate(347%) hue-rotate(354deg) brightness(90%) contrast(88%);
}

.choose-content h3 {
	font-weight: 600;
	font-size: 30px;
	padding-bottom: 20px;
	position: relative;
}

.choose-content h3::after {
	content: "";
	position: absolute;
	width: 60px;
	height: 2px;
	background: #ac7e44;
	left: 8px;
	top: 49px;
	right: 0;
	border-radius: 50px;
}

.choose-content p {
	font-size: 17px;
	line-height: 1.7;
	color: #727374;
}

.choose-content {
	padding: 2rem 0;
}

/***----------- our-team -------------***/

.team-box .team-img-wrap img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.team-box {
	background: #121518;
	transition: 0.5s;
	margin-bottom: 30px;
}

.socil ul li a .fa {
	color: #000;
	font-size: 20px;
}

.team-box .socil {
	background: #ac7e44;
	width: 75%;
	margin: 0 auto;
	padding: 10px 5px;
	position: relative;
	top: -30px;
	transition: 0.5s;
}

.team-box:hover .socil {
	width: 100%;
}

.socil ul {
	margin: 0 auto;
	padding: 5px;
	justify-content: center;
}

.socil ul li {
	padding-right: 20px;
}

.socil ul li:last-child {
	padding: 0;
}

.data {
	text-align: center;
	padding-bottom: 30px;
}

.data h4 {
	font-size: 20px;
	color: #ac7e44;
	font-weight: 600;
}

.data span {
	color: #a69f9f;
}

#our-team {
	padding-bottom: 5rem;
}

.socil ul li .fa:hover {
	color: #fff;
}

/****** Questions ****/
#Questions .img-wrap img {
	width: 100%;
	height: 100%;
	border: 10px solid #111114;
	object-fit: cover;
}

.accordion-button span {
	background: #000;
	padding: 10px 20px;
	color: #ac7e44;
	font-size: 20px;
	font-weight: 800;
	margin-right: 30px;
}

#Questions .accordion-button:not(.collapsed)::after {
	filter: invert(0%) sepia(91%) saturate(7463%) hue-rotate(39deg) brightness(88%) contrast(93%);
}

.accordion-button:not(.collapsed) {
	color: #000;
	background-color: #e7f1ff;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
	font-weight: 700;
	font-size: 15px;
}

.accordion-button {
	font-size: 18px;
	font-weight: 600;
}

.accordion-button:focus {
	/* z-index: 3; */
	/* border-color: #86b7fe; */
	outline: 0;
	/* box-shadow: 0 0 0 .25rem rgba(13,110,253,.25); */
}

.accordion-button:not(.collapsed) {
	color: #000;
	/* background-color: #e7f1ff; */
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
	font-weight: 600;
	font-size: 18px;
}

#Questions .accordion-item {
	border-radius: 0;
	background: #Fff;
	border: 0;
	border-top: 1px solid #ac7e44 !important;
}

#Questions .accordion-item:last-child {
	border-bottom: 1px solid #ac7e44;
}

#Questions .accordion-button:focus {
	box-shadow: none;
	background: transparent;
}

#Questions .accordion-button:not(.collapsed) {
	background: transparent;
}

/******** testimonial **********/
#testimonial {
	padding: 5rem 0;
}

.box-wrap .img_row img {
	width: 50px;
	height: 60px;
	object-fit: cover;
	border-radius: 5px;
}

#testimonial .box-wrap .img_row {
	display: flex;
}

.box-wrap {
	background: #111114;
	padding: 2rem;
	position: relative;
}

.box-wrap .name h3 {
	color: #ac7e44;
	padding-left: 30px;
	font-size: 21px;
}

h3 {}

.box-wrap .name span {
	color: grey;
	padding-left: 30px;
	font-size: 16px;
}

.ipsum {
	color: grey;
	padding-top: 2rem;
}

.fa.fa-quote-right {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #534c4c;
	font-size: 60px;
	transform: rotate(50deg);
	opacity: 0.2;
}


.slider_wrap .slider_item {
	margin: 10px;
}

#testimonial .slick-dots li.slick-active button::before {
	opacity: 1.8;
	color: #ac7e44;
}

#testimonial .slick-dots li button::before {
	font-family: 'slick';
	font-size: 15px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#testimonial .slick-dots li:last-child {
	display: none;
}

/********* blogs **********/

#blog {
	padding-bottom: 5rem;
	overflow: hidden;
	margin-bottom: 3rem;
}

.blog-wrap .img-wrp img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.blog-wrap {
	margin-right: 20px;
}

.blog-wrap .img-wrp {
	box-shadow: 10px 10px 3px #e1e1e1;
}

.blog_content .heading h3 {
	color: #000;
	font-size: 25px;
	padding: 30px 0 10px 0;
	font-weight: 600;
}

.blog_content .time ul li {
	color: grey;
	padding-right: 20px;
	font-size: 13px;
}

.blog_content .time ul li .fa {
	padding-right: 10px;
}

.blog_content .info {
	padding: 1rem 0;
	color: grey;
	line-height: 1.6;
}

.blog_content .btn_brown a {
	background: transparent;
	padding: 5px 35px;
	font-size: 12px;
}

.blog_content .btn_brown a:hover {
	background: #ac7e44;
	transition: all 0.3s;
	color: #000;
}

#blog .slick-dots li.slick-active button::before {
	opacity: 1.8;
	color: #ac7e44;
}

#blog .slick-dots li button::before {
	font-family: 'slick';
	font-size: 15px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li:last-child {
	display: none;
}

#CTA .sec-heading {
	font-size: 45px;
	font-family: initial;
}

.cta-wrap .bottom-line {
	background: #fff;
}

.cta-wrap {
	max-width: 850px;
	margin: 0 auto;
	background: #ac7e44;
	padding: 3rem 2rem 2rem 2rem;
}

#CTA .sec-heading span {
	background: #ac7e44;
}

form {
	display: flex;
	background: #fff;
	max-width: 500px;
	margin: 0 auto;
	justify-content: center;
	align-items: center;
	border: 3px solid #000;
}

form .btn_brown a {
	padding: 7px 30px;
}

form input {
	padding: 15px 42px;
	border: none;
}

input:focus-visible {
	color: #8c673a;
	font-size: 15px;
	font-weight: 600;
}



footer {
	padding: 10rem 0 0rem 0;
	background: #000;
	margin-top: 6rem;
	position: relative;
}

.col_footer_bx .col_title h3 {
	font-size: 20px;
	color: #ac7e44;
	font-weight: 600;
}

.col_footer_bx .data {
	text-align: left;
	padding-top: 1rem;
	padding-bottom: 0;
	padding-left: 15px;
}

.col_footer_bx .data ul li {
	padding-bottom: 15px;
}

.col_footer_bx .data ul li a {
	color: grey;
	text-decoration: none;
}

.col_footer_bx .data ul li {
	padding-bottom: 15px;
	list-style: disclosure-closed;
	color: #c5c5c5;
}

.col_footer_bx .data ul li a {
	color: grey;
	text-decoration: none;
}

.col_footer_bx .data ul li a:hover {
	color: #ac7e44;
}

.col_footer_bx .first-p {
	padding-right: 1rem;
}

.col_footer_bx .first-p {
	padding-right: 1rem;
	color: #a7a7a8;
	font-size: 15px;
	line-height: 1.9;
}

.col_footer_bx .data .fa {
	padding-right: 10px;
}

.col_footer_bx .icons_wrap ul li {
	padding-right: 30px;
}

.col_footer_bx .icons_wrap ul li .fa {
	color: #a37840;
	font-size: 25px;
}

.col_footer_bx .icons_wrap ul li .fa:hover {
	color: #c5c5c5;
}

.last-bx .data .cont_icon li {
	list-style: none;
}

#CTA {
	margin-top: -266px;
	margin-bottom: 100px;
}

.foot_nav {
	background: #121518;
	margin: 0 auto;
	margin-top: 3rem;
}

.foot_menu ul {
	justify-content: center;
	padding: 15px;
	display: flex;
	list-style: none;
}

.foot_menu ul li {
	padding: 0px 25px 0px 25px;
	color: #c5c5c5;
	border-right: 1px solid #826033;
}

.foot_menu ul li:hover {
	color: #826033;
	transition: 0.3s;
}

.foot_menu ul li:last-child {
	border: none;
}

@media(max-width:1199px) {
	#about-us .img-wrap img {
		width: 100%;
		min-height: 460px;
	}

	.col_footer_bx .data .fa {
		padding: 1px;
	}

	#choose_us {
		padding: 5rem 0 3rem 0;
	}

	#Questions .img-wrap img {
		height: 573px;

	}
}

@media(max-width:991px) {

	#header .navbar {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		padding-top: .5rem;
		padding-bottom: 1.5rem;
	}

	.header_wrap {
		background: #000;
	}

	.navbar-nav .nav-item {
		padding-bottom: 10px;
	}

	#header .navbar-light .navbar-nav .nav-link:focus,
	.navbar-light .navbar-nav .nav-link:hover {
		color: #fff;
	}

	#header .navbar-light .navbar-toggler {

		background: #000;
		border-color: #ac7e44;
		border: 3px solid #ac7e44;
	}

	#header .navbar-toggler-icon {
		filter: invert(50%) sepia(11%) saturate(2043%) hue-rotate(353deg) brightness(100%) contrast(84%);
	}

	#header button:focus:not(:focus-visible) {
		outline: none;
		box-shadow: none;
	}

	#banner {
		padding: 7rem 0;
	}

	.main-head {
		font-size: 47px;
	}

	.banner-content {
		font-size: 15px;
	}

	.service-wrap {
		padding: 2rem;
	}

	.service-wrap .cmn-box-wrap {
		border: 1px solid #3c2711;
		margin: 1rem 0 1rem 10px;
		padding: 1rem;
		border-radius: 15px;
	}

	.sec-heading {
		padding-top: 2rem;
	}

	.btn_brown {
		text-align: center;
	}

	#about-us {
		padding: 3rem 0;
	}

	.sec-heading {
		padding-top: 2rem;
		margin-bottom: 0;
		padding-bottom: 1rem;
	}

	.bottom-line {
		top: -43px;
	}

	#choose_us .img-wrap img {
		display: none;
	}

	#choose_us {
		padding: 3rem 0;
	}

	#Questions .img-wrap img {
		display: none;
	}

	#our-team {
		padding-bottom: 2rem;
	}

	#testimonial {
		padding: 3rem 0;
		overflow: hidden;
	}

	#blog .btn_brown {
		text-align: left;
	}

	.slick-dots {
		bottom: -50px;
	}

	#CTA .sec-heading span {
		background: #ac7e44;
		font-size: 35px;
	}

	footer .col_footer_bx {
		border: 1px solid #131212;
		margin-bottom: 30px;
		padding: 3rem;
	}
}

@media(max-width:767px) {

	.main-head {
		font-size: 36px;
		padding-bottom: 25px;
	}

	#about-us .img-wrap img {
		height: auto;
	}

	.sec-heading {
		font-size: 28px;
	}

	.bottom-line {
		top: -39px;
	}

	.cta-wrap {
		max-width: 600px;
		padding: 2rem 1rem;
	}

	#blog .blog_content {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		text-align: center;
		max-width: 350px;
		margin: 0 auto;
	}

	.foot_menu ul li {
		padding: 0px 15px 0px 15px;
		color: #c5c5c5;
		border-right: 1px solid #826033;
		font-size: 12px;
	}


}

@media(max-width:575px) {
	.foot_menu ul li {
		padding: 0px 10px 0px 10px;
		font-size: 8px;
	}

	form .btn_brown a {
		padding: 7px 25px;
	}

	form input {
		padding: 10px;
		min-width: 80px;
	}

}