body {margin: 0; padding: 0; width: 100%; overflow-y: auto; overflow-x: hidden; font-family: 'Jost', sans-serif;}
.no_scroll {overflow: hidden !important;}
a {text-decoration: none !important;}
ul {list-style: none; margin: 0; padding: 0;}
.bars, nav ul li.nav_title, .nav_bg {display: none !important;}

.main_heading {font-size: 36px; font-weight: 600; color: #111;}
.main_heading span {color: #4caf50; font-weight: 700;}
.sub_heading {text-transform: uppercase; font-weight: 600; color: #65203d; font-size: 14px;}
.para {font-size: 16px; color: #666;}
.text_soil {color: #c4af73 !important;}
.text_ccc {color: #ccc;}
.sticky_top {position: sticky; top: 100px; z-index: 99;}


.button_1 {display: inline-block; width: max-content; padding: 16px 30px; font-size: 13px; font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase; text-align: center; border-radius: 2px; border: none; background-color: #65203d; color: #c4af73; position: relative; z-index: 9;}
.button_1:after {content: ""; width: 0%; height: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%); background-color: #c4af73; z-index: -1; transition: all 0.5s;}
.button_1:before {content: ""; width: 100%; height: 0%; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background-color: #c4af73; z-index: -1; transition: all 0.5s;}
.button_1:hover:after {width: 100%;}
.button_1:hover:before {height: 100%;}
.button_1:hover {color: #65203d; transition-delay: 0.2s; transition: all 0.5s;}

.button_2 {display: inline-block; width: max-content; padding: 16px 30px; font-size: 13px; font-weight: 500; letter-spacing: 0.5px; text-transform: uppercase; text-align: center; border-radius: 2px; border: none; background-color: #c4af73; color: #fff; position: relative; z-index: 9;}
.button_2:after {content: ""; width: 0%; height: 100%; position: absolute; top: 0; left: 50%; transform: translateX(-50%); background-color: #65203d; z-index: -1; transition: all 0.5s;}
.button_2:before {content: ""; width: 100%; height: 0%; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background-color: #65203d; z-index: -1; transition: all 0.5s;}
.button_2:hover:after {width: 100%;}
.button_2:hover:before {height: 100%;}
.button_2:hover {color: #c4af73; transition-delay: 0.2s; transition: all 0.5s;}


.button_3 {border-width: 2px; padding: 7px 15px; font-size: 18px; background: #ccc; color: black !important; font-weight: bold; border-color: #ccc;}
.button_3 i {font-size: 17px; opacity: 0.6;}

.bread_cumbs {margin: 0; margin-bottom: 8px; padding: 0; list-style: none;}
.bread_cumbs li {display: inline-block;}
.bread_cumbs li a {color: #65203d; font-size: 15px; font-weight: 600; display: block;}
.bread_cumbs li:last-child a {color: #666;}
.bread_cumbs li a:after {content: '/'; position: relative; top: 0px; margin-left: 5px;}
.bread_cumbs li:last-child a:after {content: ' ';}

.clip_text_1 {-webkit-line-clamp: 1; max-height: 80px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_text_2 {-webkit-line-clamp: 2; max-height: 100px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_text_3 {-webkit-line-clamp: 3; max-height: 200px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_text_4 {-webkit-line-clamp: 4; max-height: 250px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_text_5 {-webkit-line-clamp: 5; max-height: 250px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}
.clip_text_8 {-webkit-line-clamp: 8; max-height: 400px; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box;}

/*/Logo/*/
.logo {display: grid; height: 100%; width: max-content; align-items: center;}
.logo img {height: 70px; padding: 2px;}

/*/Header/*/
header {background-color: #c4af73;}
header ul {display: flex; align-items: center; grid-gap: 25px;}
header ul li {}
header ul li a {color: #fff; font-size: 13px; display: block; padding: 10px 0;}
header ul li a:hover {color: #65203d;}

/*/Navigation/*/
nav {padding: 0; background-color: #f7f7f7; border-bottom: 1px solid #ccc; position: sticky; top: 0; width: 100%; z-index: 999;}
nav ul {display: flex; align-items: center; justify-content: end; grid-gap: 30px;}
nav ul li {display: block;}
nav ul li a {display: block; padding: 28px 0px; color: #222; font-size: 15px; font-weight: 500; transition: all 0.5s;}
nav ul li a:hover {color: #65203d;}
nav ul li:last-child a {background-color: #65203d; padding: 28px 15px; color: #c4af73;}

/*/Banner/*/
.banner_home {height: 600px; width: 100%; overflow: hidden; position: relative; z-index: 9;}
.banner_other {height: 220px; width: 100%; overflow: hidden; position: relative; z-index: 9; background-color: #000;}
.banner_other .banner {height: 100%; width: 100%; display: block; left: 0; position: relative; background-color: #111; background-image: url('../images/pattern-2.png'); background-position: center; background-size: cover;}
.banner_home .banner {height: 100%; width: 100%; display: -webkit-box; position: relative; left: -100%; transition: all 0.5s;}
.banner .banner_img {height: 100%; width: 100%; overflow: hidden; position: relative;}

.banner .banner_img .banner_info {position: absolute; width: 100%; height: auto; left: 0; bottom: 0;}
.banner .banner_img .banner_info:after {content: ""; width: 100%; height: 100%; position: absolute; left: 0; bottom: 0; background-image: url('../images/pattern.png'); background-repeat: no-repeat;}
.banner .banner_img .banner_text {padding: 40px; bottom: 180px; position: relative; text-align: left; z-index: 9;}
.banner .banner_img .banner_text:before {position: absolute; content: ''; left: 0px; top: 0px; right: 0px; bottom: 0px; background-color: #fffffff0; clip-path: polygon(40% 0%, 100% 0, 100% 64%, 82% 100%, 0 100%, 0% 60%, 0 0); z-index: -1;  box-shadow: 0px 1px 19px -7px rgb(158 153 158);}
.banner .banner_img .banner_info h4 {font-size: 36px; letter-spacing: 1px; text-transform: capitalize; color: #222; font-weight: 800; margin-bottom: 10px;}
.banner .banner_img .banner_info p {margin-bottom: 10px; color: #666; font-size: 16px; letter-spacing: 1px;}

.banner .banner_img img, .banner .banner_img iframe {height: 100%; width: 100%; object-fit: cover; opacity: 1;}
.banner_home .bnnrSlide {position: absolute; top: 50%; transform: translateY(-50%); z-index: 900; height: 50px; width: 50px; border-radius: 50%; background-color: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0.5; transition: all 0.5s;}
.banner_home .bnnrSlide img {filter: invert(); transform: scale(0.6); opacity: 0.8;}
.banner_home .bnnrRight {right: 15px;}
.banner_home .bnnrLeft {left: 15px;}
.banner_home .bnnrRight:hover, .banner_home .bnnrLeft:hover {opacity: 0.8;}
.banner_other iframe {width: 100%; height: 100%;}

/*/About Content/*/
.content_sec {padding: 70px 0;}
.abt_flex {margin-bottom: 25px; display: flex; flex-wrap: wrap;}
.abt_flex .abt_img {width: 70px; height: auto;}
.abt_flex .abt_img img {height: 100%; width: 100%; object-fit: contain; object-position: top;}
.abt_info {width: calc(100% - 70px); padding-left: 20px;}

/*/Services/*/
.service_box {height: auto; display: block; border-radius: 3px; overflow: hidden; position: relative;}
.service_box i {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); height: 0; width: 0; border-radius: 50%; background-color: #65203d; color: #c4af73; display: grid; align-items: center; justify-content: center; overflow: hidden; transition: all 0.5s; transition-delay: 0.3s;}
.service_img {height: 220px; width: 100%; overflow: hidden; position: relative;}
.service_img:after {content: ""; position: absolute; left: 0; bottom: 0; height: 0; width: 100%; background-color: #65203d9e; transition: all 0.5s;}
.service_img img {height: 100%; width: 100%; object-fit: cover;}
.service_info {padding: 15px; background-color: #c4af73; color: #fff; text-align: center; transition: all 0.5s;}
.service_box p {margin-bottom: 0; font-size: 18px; font-weight: 600;}
.service_box:hover .service_img:after {height: 100%;}
.service_box:hover i {height: 60px; width: 60px;}
.service_box:hover .service_info {background-color: #65203d; color: #c4af73;}

.side_box {background-color: #eee; border-radius: 4px; overflow: hidden; padding: 25px;}
.side_box ul li a {color: #444; padding: 10px 0; border-bottom: 1px solid #ddd; display: block; font-weight: 500; text-align: center; transition: all 0.5s;}
.side_box ul li a:hover, .side_box ul li.active a {color: #65203d;}

/*/Testimonials/*/
.testmon_img {width: 350px; height: 400px; position: relative;}
.testmon_img:before {content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: #65203dd4;}
.testmon_img:after {content: ""; width: 100%; height: 90%; position: absolute; left: 90px; top: 90px; background-image: url('../images/abt-5.jpg'); background-size: cover;}
.testmon_img img {height: 100%; width: 100%; object-fit: cover;}

.testimonial_box {padding: 40px 30px; margin: 45px 8px 30px; border-radius: 4px; background-color: #f5f5f5; position: relative;}
.quotation {position: absolute; top: -30px; left: 30px; height: 60px; width: 60px; background-color: #c4af73; border-radius: 4px; display: grid; align-items: center; justify-content: center;}
.quotation img {height: 30px; filter: invert();}
.testimonial_box .user_info {display: flex; align-items: center; grid-column-gap: 15px;}
.testimonial_box .user_info .user_img {height: 70px; width: 70px; overflow: hidden; border-radius: 50%;}
.testimonial_box .user_info .user_img img {height: 100%; width: 100%; object-fit: cover;}
.testimonial_box h5 {font-weight: 700;}
.testimonial_box h5 + p {color: #666;}

/*/Faqs/*/
.faq_box {margin-bottom: 10px;}
.faq_box .faq_q {display: flex; align-items: center; justify-content: space-between; padding: 26px; background-color: #f5f5f5; border-radius: 1px; cursor: pointer; transition: all 0.5s;}
.faq_box .faq_q p {font-size: 16px; color: #111; margin-bottom: 0; font-weight: 600;}
.faq_box .faq_q i {transform: rotate(0deg); transition: all 0.5s;}
.faq_box .faq_a {olor: #111; padding: 26px; background-color: #f5f5f5; border-radius: 2px; display: none;}
.faq_box .faq_a p {font-size: 16px; color: #111; margin-bottom: 0;}

.faq_box.active .faq_q {background-color: #65203d;}
.faq_box.active .faq_q p {color: #fff;}
.faq_box.active .faq_q i {transform: rotate(180deg); color: #fff;}


/*/CONTACT/*/
.contact_sec {padding: 100px 0; position: relative; background-color: #000;}
.contact_sec .contact_info {padding: 30px; height: 100%; display: grid; align-content: center; border-radius: 3px; background-color: #c4af73; overflow: hidden;}
.contact_sec .contact_form {padding: 30px; height: 100%; display: grid; align-content: center; border-radius: 3px; background-color: #181818;}
.contact_sec .container {position: relative; z-index: 90;}
.contact_sec .contact_info ul li {margin-bottom: 22px;}
.contact_sec .contact_info ul li a {display: flex; align-items: center; grid-column-gap: 10px; width: fit-content; color: #111; font-weight: 700;}

/*/Form/*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}
/* Firefox */
input[type=number] {-moz-appearance: textfield;}
.form_input input, .form_input textarea, .form_input select {width: 100%; padding: 12px; font-size: 15px; color: #c4af73; background-color: transparent; border: 1px solid #c4af73;}
.form_input input:focus, .form_input textarea:focus, .form_input select:focus {outline: none; border: 1px solid #65203d;}

/*/Footer/*/
footer {padding: 30px 0; background-color: #65203d; border-top: 1px solid #c4af7366;}
footer p {color: #ccc;}
footer a {color: #c4af73;}

footer ul {display: flex; align-items: center; justify-content: center; grid-gap: 20px; margin-top: 20px;}
footer ul li a {display: block; font-size: 20px; display: grid; align-items: center; justify-content: center; height: 20px; width: 20px; border-radius: 50%;}

/*/BGS/*/
.bg_1 {position: relative; z-index: 9; background-color: #f5f5f5;}
.bg_1:after {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; background-image: url('../images/pattern2.png'); opacity: 0.03;}
.bg_2 {position: relative; z-index: 9; background-color: #65203d;}
.bg_2:after {content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -1; background-image: url('../images/abt-4.jpg'); background-size: cover;}
.bg_3 {position: relative; z-index: 9; background-color: #65203d;}
.bg_3::before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: url('../images/banner2.webp'); background-repeat: no-repeat; background-size: cover; background-position: center; z-index: -1; opacity: 0.12;}
.bg_blue {background-color: #65203d;}

/*/FONT-SIZE/*/
.fs_10 {font-size: 10px !important;}
.fs_11 {font-size: 11px !important;}
.fs_12 {font-size: 12px !important;}
.fs_13 {font-size: 13px !important;}
.fs_14 {font-size: 14px !important;}
.fs_15 {font-size: 15px !important;}
.fs_16 {font-size: 16px !important;}
.fs_17 {font-size: 17px !important;}
.fs_18 {font-size: 18px !important;}
.fs_19 {font-size: 19px !important;}
.fs_20 {font-size: 20px !important;}
.fs_22 {font-size: 22px !important;}
.fs_24 {font-size: 24px !important;}
.fs_26 {font-size: 26px !important;}
.fs_28 {font-size: 28px !important;}
.fs_30 {font-size: 30px !important;}
.fs_32 {font-size: 32px !important;}
.fs_34 {font-size: 34px !important;}
.fs_36 {font-size: 36px !important;}
.fs_38 {font-size: 38px !important;}
.fs_40 {font-size: 40px !important;}

/*/Modal/*/
.new_modal {position: fixed; height: 100vh; width: 100%; left: 0; top: 0; overflow: hidden; display: flex; align-items: center; justify-content: center; background-color: #00000040; z-index: 9999; visibility: hidden;}
.new_modal .modal_content {max-height: 100vh; overflow: hidden; overflow-x: hidden; background-color: #fff; border-radius: 3px; transform: scale(0.2); opacity: 0; transition: all 0.5s;}
.modal_open {visibility: visible;}
.modal_open .modal_content {transform: scale(1.0); opacity: 1;}

.new_modal .mw_auto {width: auto;}
.new_modal .mw_320 {min-width: 320px; max-width: 320px;}
.new_modal .mw_400 {min-width: 320px; max-width: 400px;}
.new_modal .mw_500 {min-width: 320px; max-width: 500px;}
.new_modal .mw_600 {min-width: 320px; max-width: 600px;}
.new_modal .mw_700 {min-width: 320px; max-width: 700px;}
.new_modal .mw_1000 {min-width: 320px; max-width: 1000px;}
.new_modal .w_600 {min-width: 320px; width: 600px;}
.new_modal .w_700 {min-width: 320px; width: 700px;}
.new_modal .w_1000 {min-width: 320px; width: 1000px;}
.new_modal .mh_auto {min-height: 100px; height: auto;}
.new_modal .mh_fit {height: 100vh;}

.new_modal .modal_head {display: flex; align-items: center; justify-content: space-between; height: 70px; background-color: #c4af73;}
.new_modal .modal_head h6, .new_modal .modal_head i {padding: 15px; color: #fff;}
.new_modal .modal_head i {cursor: pointer;}
.new_modal .modal_body {max-height: calc(100vh - 130px); min-height: 100px; padding: 20px 15px 25px; overflow-y: auto;}
.new_modal .mh_fit .modal_body {height: 100vh !important;}
.new_modal .modal_footer {padding: 5px 15px; height: 60px; background-color: #eee; display: flex; align-items: center; justify-content: end; grid-gap: 5px;}

.new_modal .form_input input, .new_modal .form_input textarea, .new_modal .form_input select {color: #111;}
.new_modal .modal_footer button {padding: 13px 25px;}

/*/Modla Ends/*/


/*........media-querries........*/
@media only screen and (max-width:991px) {
	.contact_sec {padding: 70px 0;}
}

@media only screen and (max-width:767px) {
	.logo img {height: 60px;}
	header ul {grid-gap: 15px; justify-content: space-around}
	header ul li:first-child {display: none;}
	.bars {display: grid !important; align-items: center; justify-content: center; padding: 18px 20px; float: right; position: relative; right: -10px;}
	nav ul {display: block; position: fixed; left: -76%; top: 0; width: 75%; height: 100vh; overflow-y: auto; background-color: #fff; z-index: 9999; transition: all 0.5s;}
	nav ul li.nav_title {display: flex !important; align-items: center; justify-content: space-between; background-color: #65203d;}
	nav ul li.nav_title img {height: 48px; filter: invert(1) brightness(5);}
	nav ul.menu_open {left: 0;}
	nav ul li a {padding: 12px 20px;}
	.nav_bg {display: block !important; position: fixed; left: 0; top: 0; right: 0; bottom: 0; background-color: #65203d91; z-index: 999; visibility: hidden; opacity: 0; transition: all 0.5s;}
	.nav_bg_open {visibility: visible; opacity: 1;}
	.close {position: absolute; left: calc(75% + 15px); top: 18px;}
	.slick-prev, .slick-next {display: none !important;}
	.bg_blu_xs:after {background-color: #65203d; background-image: none;}
	section.blur, header.blur, .bars.blur {filter: blur(3px);}

	.mobile_fix {width: 100% !important;}
}
@media only screen and (max-width:576px) {
	.logo img {height: 50px;}
	header ul {justify-content: space-between;}
	.banner_home {height: 500px;}
	.banner .banner_img .banner_text {padding: 20px; bottom: 100px;}
	.banner .banner_img .banner_info h4 {font-size: 26px;}
	.banner .banner_img .banner_info:after {background-size: 90%; background-position: bottom left;}
	.content_sec, .contact_sec {padding: 40px 0;}
	.main_heading {font-size: 30px;}
	.testmon_img {width: 100%; overflow: hidden; margin-bottom: 15px;}
	.testimonial_box {margin: 45px 0 0;}
}
