/*
CTC Separate Stylesheet
Updated: 2025-03-17 21:34:00
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1742247240
*/

h1 {
	font-size: 45px;
	font-weight: normal;
}
div h2 {
	font-size: 40px;
	font-weight: normal;
	color: #3d4351;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 26px;
}
div h5 {
	font-size: 20px;
	color: #3d4351;
}
p {
	font-size: 18px;
}
button {
	font-size: 15px;
}

p a {
	color: #BA8748;
}
.et-l--post p a {
	color: #4f71b5;
}
.et-l--post article h1,
.et-l--post article h2,
.et-l--post article h3,
.et-l--post article h4,
.et-l--post article h5,
.et-l--post article h6 {
	padding-bottom: 0px;
}
.cs-top-head .cs-cta .et_pb_module {
	display: inline-block;
	margin-bottom: 0px;
}
.cs-top-head .cs-cta .et_pb_module a {
/*	font-size: 16px;*/
}
.cs-top-head .cs-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cs-top-head .cs-row {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.cs-top-head .cs-cta .et_pb_text a {
	color: #ba8748;
}

#et-main-area footer div.et_pb_section {
	background-color: #3d4351 !important;
	text-align: center;

}
#et-main-area footer div.et_pb_section .et_pb_button_module_wrapper {
	display: inline-block;
	margin: 18px 10px 0px;
}

/*24/3/2025*/
.cs-menu nav.et-menu-nav ul li.menu-item-has-children > a:after {
	content: "+";
	color: #ba8748;
	line-height: 18px;
	font-family: Lato;
	right: 8px;
}
.cs-menu nav.et-menu-nav ul li ul.sub-menu {
	padding: 0px;
	border-top: none;
}
.cs-menu nav.et-menu-nav ul li ul.sub-menu li {
	padding-left: 0px;
	padding-right: 0px;
	display: block;
}
.cs-menu nav.et-menu-nav ul li ul.sub-menu li a {
	display: block;
	border-bottom: 1px solid #ba8748;
	width: auto;
	padding: 10px 10px;
	text-align: center;
	transition: 0.3s all ease;
}
.cs-menu nav.et-menu-nav ul li ul.sub-menu li a:hover,
.cs-menu nav.et-menu-nav ul li ul.sub-menu li.current-menu-item a,
.cs-menu nav.et-menu-nav ul li ul.sub-menu li.current-menu-parent a {
	background-color: #ba8748;
	opacity: 1;
	color: #fff;
}
.cs-menu nav.et-menu-nav ul li ul.sub-menu li.current-menu-parent > a:after {
	color: #fff;
}
.cs-menu nav.et-menu-nav ul li ul.sub-menu li > ul.sub-menu {
	top: 0px;
}
.cs-menu nav.et-menu-nav ul li ul.sub-menu li a:hover:after {
	color: #fff;
}
.cs-menu nav.et-menu-nav ul li.menu-item-has-children ul.sub-menu li > a:after {
	right: 8px;
	top: 10px;
}

.cs-footer-sect .cs-menu ul li a {
	position: relative;
	text-transform: uppercase;
    opacity: 1;
}
.cs-footer-sect .cs-menu ul li a:after {
	content: '';
    background-color: #8f8b8f;
    position: absolute;
    right: -10px;
    height: 15px;
    width: 1.5px;
    top: 6px;
}
.cs-footer-sect .cs-menu ul li:last-child a:after {
	display: none;
}
@media (min-width: 992px) {
	.cs-footer-sect .cs-address p {
		display: inline-block;
		padding: 0px 15px 0px;
		position: relative;
	}
	.cs-footer-sect .cs-address p:after {
		content: '';
		background-color: #8f8b8f;
		position: absolute;
		right: 0px;
		height: 15px;
		width: 1px;
		top: 8px;
	}
	.cs-footer-sect .cs-address p:last-child:after {
		display: none;
	}
}

@media (min-width: 1200px) {
	.cs-top-head .cs-row {
		max-width: 100%;
		width: 100% !important;
		padding-left: 230px;
		padding-right: 70px;
	}
}

@media (min-width: 1025px) and (max-width: 1399px) {
	.cs-top-head .cs-row {
		padding-left: 100px;
		padding-right: 50px;
		max-width: 100%;
		width: 100%;
	}
	.cs-top-head .cs-row .cs-cta .et_pb_button_module_wrapper a {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
}
@media (min-width: 992px) and (max-width: 1024px) {
	.cs-top-head .cs-row {
		padding-left: 50px;
		padding-right: 50px;
		max-width: 100%;
		width: 100%;
	}
	.cs-top-head .cs-row .cs-cta .et_pb_button_module_wrapper a {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}	
@media  (max-width: 991px) {
	.cs-mobile-head .cs-logo {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin: 0px;
		position: relative;
	}
	.cs-mobile-head .cs-logo .et_pb_module {
		display: inline-block;
	}
	.cs-mobile-head .cs-cta .et_pb_button_module_wrapper {
		text-align: center;
		margin: auto;
	}
	.cs-mobile-head .cs-logo .et_pb_module.cs-phone {
		margin-right: 15px;
		margin-bottom: 0px;
		margin-left: auto;
	}
	header .cs-mobile-head {
		padding-top: 0px !important;
		padding-bottom: 15px !important;
	}
	.cs-mobile-head .cs-logo .cs-menu,
	.cs-mobile-head .cs-logo .cs-menu .et_pb_menu_inner_container {
		position: unset;
	}
	.cs-mobile-head ul.et_mobile_menu {
		top: 123px;
		border-color: #3d4351 !important;
		min-width: 100vw;
		z-index: 99;
		right: 0px;
		left: unset;
		padding-left: 0px;
		padding-right: 0px;
	}

	.cs-mobile-head ul.et_mobile_menu li a {
		text-transform: uppercase;
		background-color: transparent;
	}
	.cs-top-head .cs-row {
		width: 100%;
	}
	.cs-mobile-head .cs-logo.et_pb_column {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobile_nav.opened .mobile_menu_bar:before {
		content: '\4d';
	}
	.cs-mobile-head ul.et_mobile_menu li.menu-item-has-children > a:after {
		/*content: "+";
		color: #ba8748;
		line-height: 18px;
		font-family: Lato;
		font-size: 30px;
		position: absolute; 
		right: 40px;*/
	}
	.cs-mobile-head ul.et_mobile_menu li.menu-item-has-children .mobile-toggle .dt-icons {
		color: #ba8748;
		line-height: 18px;
		font-family: Lato;
		font-size: 30px;
		position: absolute; 
		right: 40px;
	}
	.cs-footer-sect .cs-address p {
		padding-bottom: 0px;
	}
	.cs-mobile-head ul.et_mobile_menu li.menu-item-has-children .mobile-toggle .dt-icons.dt-close-icon {
		font-size: 50px;
	}
	.cs-mobile-head ul.et_mobile_menu ul.sub-menu {
		background-color: #c9a06d !important;
/*		padding-top: 10px;*/
/*		padding-bottom: 10px;*/
		padding-left: 0px;
	}
	.cs-mobile-head ul.et_mobile_menu ul.sub-menu .mobile-toggle .dt-icons {
		color: #fff;
	}
	.cs-mobile-head ul.et_mobile_menu ul.sub-menu li {
		padding-left: 0px;
	}
	.cs-mobile-head ul.et_mobile_menu ul.sub-menu li a {
		padding-left: 70px;
	}
	.cs-mobile-head ul.et_mobile_menu ul.sub-menu li a:hover,
	.cs-mobile-head ul.et_mobile_menu ul.sub-menu li.current-menu-item > a {
		background-color: #bb8846 !important;
	}
	.cs-mobile-head ul.et_mobile_menu ul.sub-menu li ul.sub-menu li a {
		padding-left: 100px;
	} 
	.cs-mobile-head ul.et_mobile_menu ul.sub-menu li a {
		border-bottom: 1px solid #c19459;
	}
}

@media (min-width: 1600px) {
	.cs-top-head .cs-row {
		max-width: 1500px;
	}
} 


/* Proper Collapsable Mobile Menu */
/* Style the icon's placeholder */
.cs-top-head ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.cs-top-head  ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l .cs-top-head  ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l .cs-top-head  ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
  width: 44px;
  height: 100%;
  padding: 0px !important;
  max-height: 44px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
  background-color: transparent;
  border-bottom: 0;
  text-align: center;
}

.cs-top-head ul.et_mobile_menu > li.menu-item-has-children,
.cs-top-head ul.et_mobile_menu > li.page_item_has_children,
ul.et_mobile_menu > li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l .cs-top-head ul.et_mobile_menu > li.menu-item-has-children,
.et-db #et-boc .et-l .cs-top-head ul.et_mobile_menu > li.page_item_has_children,
.et-db #et-boc .et-l .cs-top-head ul.et_mobile_menu > li.menu-item-has-children .sub-menu li.menu-item-has-children {
  position: relative;
}

.et_mobile_menu .menu-item-has-children > a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
}

/* Hide the Sub-menu */
.cs-top-head ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header .cs-top-head ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l .cs-top-head ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header .cs-top-head ul.et_mobile_menu .menu-item-has-children .sub-menu {
  display: none !important;
  visibility: hidden !important;
}

/* Show the sub-menu when the + icon is clicked */
.cs-top-head ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header .cs-top-head ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l .cs-top-head ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header .cs-top-head ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
  display: block !important;
  visibility: visible !important;
}

/* Create the opening/closing icon using the SVG Icons */
.cs-top-head ul.et_mobile_menu li.menu-item-has-children .mobile-toggle .dt-icons,
.et-db #et-boc .et-l .cs-top-head ul.et_mobile_menu li.menu-item-has-children .mobile-toggle .dt-icons {
  top: 10px;
  position: relative;
}

/* Hide the closing icon if the sub-menu is not open */
.cs-top-head ul.et_mobile_menu li.menu-item-has-children:not(.dt-open) .mobile-toggle .dt-close-icon,
.et-db #et-boc .et-l .cs-top-head ul.et_mobile_menu li.menu-item-has-children:not(.dt-open) .mobile-toggle .dt-close-icon {
  display: none;
}

/* Hide the opening icon if the sub-menu is open */
.cs-top-head ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle .dt-open-icon,
.et-db #et-boc .et-l .cs-top-head ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle .dt-open-icon {
  display: none;
}


/*home page css*/
.cs-home-hero .et_pb_slide_description {
	background: rgba(186, 135, 72, .8);
    padding: 40px;
    max-width: 485px;
    box-sizing: border-box;
    margin-left: 0px;
}
.cs-home-hero .et_pb_slider_container_inner {
	padding-top: 110px;
	padding-bottom: 100px;
}
.cs-home-hero .et_pb_slide_description .et_pb_text_overlay_wrapper {
	padding: 0px;
	background-color: transparent !important;
	text-align: left;
}
.cs-home-hero .et_pb_slide_description h2 span {
	font-family: 'Dancing Script', cursive;
	font-weight: bold;
	font-size: 62px;
	color: #fff;
	margin: 0;
	display: block;
	line-height: 80px;
	text-transform: capitalize;
}
.cs-home-hero .et_pb_slide_description h2 {
	font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    position: relative;
    padding-bottom: 70px;
}
.cs-home-hero .et_pb_slide_description h2:after {
	content: '';
	width: 170px;
    height: 2px;
    background: #f7d8b1;
    margin: 35px 0;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.cs-home-hero .et_pb_button_wrapper {
	text-align: left !important;
}
.cs-home-hero .et-pb-controllers {
/*	bottom: 0px;*/
}
.cs-home-hero .et-pb-controllers a {
	width: 13px;
	height: 13px;
	background-color: #3d4351;
	opacity: 1;
	border-radius: 0px;
}
.cs-home-hero .et-pb-controllers a.et-pb-active-control {
	background-color: #fff !important;
}

.team-members-grid {
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-right: -20px;
}
.team-members-grid .team-member {
	width: 25%;
	max-width: 25%;
	text-align: center;
	margin-bottom: 40px;
	padding: 0px 20px;
}
.team-members-grid .team-member h3 {
	font-family: Lato;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #3d4351;
	padding-bottom: 0px;
}
.team-members-grid .team-member p {
	font-size: 17px;
	font-family: Lato;
	font-weight: 600;
	text-align: center;
	color: #ba8748;
}
.team-members-grid .team-member .team-member-img {
	margin-bottom: 30px;
}
.cs-home-review .cs-review p.testimonial-review {
	color: #fff;
	font-style: italic;
	padding-bottom: 20px;
}
.cs-home-review .swiper-pagination {
	bottom: 0px;
}
.cs-home-review .cs-testimonials {
	padding-bottom: 50px;
}
.cs-home-review .swiper-pagination span.swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	background-color: #fff;
	opacity: 1;
	border-radius: 0px;
}
.cs-home-review .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #3d4351;
}
.cs-home-review .cs-testimonials h4 {
	font-size: 18px;
	line-height: 28px;
}
.cs-img-sect .et_pb_image,
.cs-img-sect .et_pb_image .et_pb_image_wrap {
	height: 100%;
}
.cs-img-sect .cs-right-col table {
	border: none;
}
.cs-img-sect .cs-right-col table tr td {
	border: none;
	padding: 0px;
}
.cs-home-review .et_pb_heading_container {
	padding-top: 76px;
}
.cs-flipbox .flip_box_front.flip_card {
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto !important;
}
.cs-flipbox .flip_box.flip_right {
	min-height: 481px;
	height: auto !important;
}
.cs-flipbox .flip_box_front.flip_card .image_wrap {
	margin-bottom: 0px;
}
.cs-home-review {
	overflow: hidden;
}
.cs-home-review .flip_box_back.flip_card {
	background-color: rgba(0, 0, 0, 0.3) !important;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}
.cs-home-review .flip_box_back.flip_card .back_body {
	padding: 0px 20px;
}
body #page-container .cs-home-review .flip_box_back.flip_card .et_pb_button_wrapper a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	line-height: 1.7em !important;
}
@media (max-width: 1024px) {
	.team-members-grid .team-member {
		width: 33.33%;
		max-width: 33.33%;
	}
}

@media (min-width: 981px) {
	.cs-home-review .flip_box_back.flip_card {
		height: auto !important;
		min-height: 481px;
	}
	.cs-home-hero .et_pb_slide_description {
		min-height: 385px;
	}
}
@media (max-width: 767px) {
	.team-members-grid .team-member {
		width: 50%;
		max-width: 50%;
	}
	.cs-flipbox .flip_box.flip_right {
		min-height: initial;
	}
}
@media (max-width: 400px) {
	.team-members-grid .team-member {
		width: 100%;
		max-width: 100%;
	}
	.cs-home-hero .et_pb_slide_description {
		padding: 30px;
	}
}


.cs-form-sect form.wpcf7-form p .wpcf7-form-control-wrap input.wpcf7-text,
.cs-form-sect form.wpcf7-form p textarea,
.cs-form-sect form.wpcf7-form p select {
	padding: 10px 12px;
	min-height: 61px;
	display: block;
	background-color: #fff;
	outline: none;
	font-family: Lato;
	font-size: 21px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #000;
	border: 1px solid #fff;
	width: 100%;
}
.cs-form-sect form.wpcf7-form p textarea {
	width: 100%;
}
.cs-form-sect form.wpcf7-form p .wpcf7-form-control-wrap input::placeholder,
.cs-form-sect form.wpcf7-form p textarea:placeholder {
	color: #000 !important;
}
.cs-form-sect form.wpcf7-form p {
	color: #fff;
	padding-bottom: 12px;
}
.cs-form-sect form.wpcf7-form .wpcf7-submit {
	color: #FFFFFF;
    border-width: 1px;
    border-color: #ba8748;
    border-radius: 0px;
    font-size: 15px;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ba8748;
    display: inline-block;
    padding: 10px 25px;
    min-width: 237px;
    min-height: 45px;
    text-align: center;
    transition: 0.3s all ease;
}
.cs-form-sect form.wpcf7-form .wpcf7-submit:hover {
	border-color: #FFFFFF !important;
    border-width: 1px !important;
    background-image: initial;
    background-color: #3d4351;
}
.cs-form-sect form.wpcf7-form p:nth-child(8) {
	text-align: center;
	margin-bottom: 20px;
}
.cs-form-sect form.wpcf7-form .wpcf7-response-output {
	clear: both;
	color: #fff;
	text-align: center;
}
@media (min-width: 768px) {
	.cs-form-sect form.wpcf7-form p {
		width: 50%;
		float: left;
		padding-left: 10px;
		padding-right: 10px;
	}
	.cs-form-sect form.wpcf7-form p:nth-child(6),
	.cs-form-sect form.wpcf7-form p:nth-child(7),
	.cs-form-sect form.wpcf7-form p:nth-child(8) {
		width: 100%;
	}
	.cs-form-sect form.wpcf7-form p:nth-child(7) {
		padding-left: 28px;
		padding-bottom: 45px;
		padding-top: 17px;
	}
	.cs-form-sect .cs-refer-form form.wpcf7-form p:nth-child(7) {
		padding-left: 0px;
	}
}



/*about us page*/
.custom-about-first ul#menu-about-menu,
#main-content .custom-menu-alignment ul.et-menu {
	display: block;
	max-width: 289px;
	margin: auto;
	padding-top: 50px;
}
.custom-about-first ul#menu-about-menu li,
#main-content .custom-menu-alignment ul.et-menu li {
	display: block;
	margin: 0px !important;
	padding: 0px;
	transition: 0.3s all ease;
}
.custom-about-first ul#menu-about-menu li a,
.custom-menu-alignment ul.et-menu li a {
	display: block;
	background-color: #3d4351 !important;
    text-transform: uppercase;
    padding: 10px 12px;
    cursor: pointer;
    border-bottom: solid 1px #ba8748;
    font-family: Lato;
	font-size: 14px;
	text-align: center;
	color: #fff;
	opacity: 1;
	line-height: 21px;
}
.custom-about-first ul#menu-about-menu li.current_page_item a,
.custom-menu-alignment ul.et-menu li.current_page_item a,
.custom-menu-alignment ul.et-menu li:hover a {
	background-color: #ba8748 !important;
}
.custom-about-first .et-menu-nav,
.custom-menu-alignment .et-menu-nav {
	display: block !important;
}
.custom-about-first .et_pb_menu_inner_container div,
.custom-menu-alignment .et_pb_menu_inner_container div {
	display: block;
}

.custom-about-sixth .swiper-container {
	overflow: hidden;
}
.cs-team-sect .cs-line-text p,
.cs-line-text p {
	position: relative;
	padding-left: 50px;
}
.cs-team-sect .cs-line-text p:before,
.cs-line-text p:before {
	content: '';
	background-color: #BA8748;
	width: 45px;
	position: absolute;
	height: 3px;
	left: 0px;
	top: 13px;
}
.cs-team-sect .cs-line-text,
.cs-line-text {
	margin-bottom: 0px !important;
}

.cs-contact-sect .et_pb_column .et_pb_module {
	display: inline-block;
}
.cs-contact-sect .et_pb_column .et_pb_module.cs-phone {
	margin-right: 15px;
}
.cs-contact-sect .et_pb_column .et_pb_module p a {
	color: #3d4351;
}
.cs-contact-sect .et_pb_column {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.cs-form-sect .cs-form form h3.cs-head {
	clear: both;
	padding-top: 20px;
}
.cs-form-sect .cs-par-form form.wpcf7-form p label {
	text-align: left !important;
	display: block;
}
@media (min-width: 768px) {
	.cs-form-sect .cs-par-form form.wpcf7-form p {
		width: 100%;
		padding: 0px;
	}
}
.cs-form-sect .cs-par-form form.wpcf7-form textarea {
	margin-top: 5px;
}
.cs-form-sect .cs-par-form form.wpcf7-form .wpcf7-form-control.wpcf7-radio {
	display: block;
	margin-bottom: 20px;
}
.cs-form-sect .cs-par-form form.wpcf7-form p:nth-child(15) {
	text-align: center;
	margin-bottom: 20px;
}
.cs-form-sect .cs-refer-form form.wpcf7-form p .wpcf7-form-control-wrap + br {
	display: none;
}
.cs-form-sect .cs-refer-form form.wpcf7-form .wpcf7-submit {
	margin-top: 30px;
}
.cs-form-sect form.wpcf7-form p textarea {
	max-height: 113px;
}
.cs-content-sect ul {
	padding-left: 40px;
}
.cs-content-sect .cs-text p:not(.has-background):last-of-type {
	padding-bottom: 20px;
}
.offers-box {
	position: relative;
}
.offers-box:before {
	content: '';
    position: absolute;
    width: calc(100% - 25px);
    height: calc(100% - 25px);
    border: 2px solid #fff;
    top: 10px;
    left: 10px;
}
.cs-footer-sect .cs-address p a {
	color: #fff;
}
@media (max-width: 980px) {
	.offers-box {
}
}
@media (min-width: 981px) {
	.offers-box {
	height:400px;
}
	.custom-about-first .et_pb_row .custom-col-one {
		width: 63%;
    	margin-right: 7.5%;
	}
	.custom-about-first .et_pb_row .custom-col-two {
		width: 29.5%;
	}
	.cs-form-sect.cs-contact-from > .cs-row {
		max-width: 733px;
	}
}

@media (min-width: 981px) and (max-width: 1299px) {
	.custom-about-first .et_pb_row .custom-col-one .et_pb_image {
		width: auto;
	}
	.custom-about-first .et_pb_row .custom-col-one .et_pb_image img {
		height: auto;
		min-height: initial;
	}
}

/*blog page*/
.cs-blog-sect .post-grid {
	display: flex;
	flex-wrap: wrap;
	max-width: 911px;
	margin: auto;
}
.cs-blog-sect .post-grid .post-item {
	width: 50%;
	max-width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 50px;
}
.cs-blog-sect .post-grid .post-category {
	font-size: 13px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #3d4351;
}
.cs-blog-sect .post-grid .post-title {
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #ba8748;
	text-transform: uppercase;
	position: relative;
}
.cs-blog-sect .post-grid .post-title:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0px;
	width: 48px;
	height: 3px;
	background-color: #8e929b;
}
.filter-container {
	text-align: right;
	margin-bottom: 70px;
	max-width: 881px;
	margin-left: auto;
	margin-right: auto;
}
.filter-container select {
	border: 1px solid #ba8748;
	padding: 6px 12px;
	min-height: 46px;
	min-width: 322px;
	font-size: 15px;
	font-weight: 600;
	color: #3d4351;
    cursor: pointer;
    background: url(http://dentalexcell.digitallagoon.com/wp-content/uploads/2025/04/down-arrow.png) no-repeat right;
    appearance: none;
    background-size: 17px 17px;
    background-position: 95% 60%;
    appearance: none;
	text-transform: uppercase;
}
.filter-container .filter-button {
	color: #FFFFFF;
    border: 1px solid #ba8748;
    border-radius: 0px;
    font-size: 15px;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ba8748;
    display: inline-block;
    padding: 6px 12px;
    min-height: 45px;
    min-width: 137px;
    margin-left: 23px;
    cursor: pointer;
}
.cs-blog-sect .cs-button .load-more-button {
	color: #FFFFFF;
    border: 1px solid #ba8748;
    border-radius: 0px;
    font-size: 15px;
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #ba8748;
    display: inline-block;
    padding: 6px 12px;
    min-height: 45px;
    min-width: 137px;
    cursor: pointer;
}
.cs-blog-sect .cs-button {
	text-align: center;
}
@media (min-width: 768px) {
	.cs-blog-sect .cs-post-list {
		margin-top: -135px;
	}
	.cs-blog-sect .cs-button .load-more-button {
		min-width: 237px;
	}
}
@media (max-width: 991px) {
	.filter-container select {
		min-width: 200px;
		width: auto;
	}
	.cs-blog-sect .post-grid .post-title {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.cs-blog-sect .post-grid .post-item {
		width: 100%;
		max-width: 100%;
	}
	.filter-container .filter-button {
		min-width: initial;
	}
	.filter-container {
		margin-bottom: 40px;
	}
}
@media (max-width: 1024px) {
	h1 {
		font-size: 36px !important;
	}
}
@media (max-width: 981px) {
    .our-dentists-swiper {
        padding-bottom: 60px;
    }
    .our-dentists-swiper .team-member h3 {
        font-family: Lato;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        color: #3d4351;
        padding-bottom: 11px;
        line-height: 1.2;
    }
    .our-dentists-swiper .team-member p {
        font-size: 17px;
        font-family: Lato;
        font-weight: 600;
        text-align: center;
        color: #ba8748;
        line-height: 1.2;
    }
    .our-dentists-swiper .swiper-horizontal>.swiper-scrollbar, 
    .our-dentists-swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
        height: 6px;
    }
    .our-dentists-swiper .swiper-scrollbar-drag {
        background: #3a4150;
        border-radius: 8px;
    }
}

.cs-menu nav.et-menu-nav ul li ul.sub-menu li > ul.sub-menu {
	max-height: 400px;
	overflow: auto;
}
@media (min-width: 1200px) and (max-width: 1399px) {
	.cs-menu nav.et-menu-nav ul li ul.sub-menu li > ul.sub-menu {
		max-height: 300px;
	}
}
.cs-content-sect .cs-text ul li a,
.cs-post-content-sect .cs-text ul li a {
	color: #4f71b5;
}
.custom-about-first ul#menu-about-menu,
#main-content .custom-menu-alignment ul.et-menu {
	max-height: 310px;
	overflow: auto;
}
#main-content .custom-menu-alignment ul.et-menu::-webkit-scrollbar {
  width: 7px;
}

/* Track */
#main-content .custom-menu-alignment ul.et-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 6px;
}
 
/* Handle */
#main-content .custom-menu-alignment ul.et-menu::-webkit-scrollbar-thumb {
  background: #3a4150; 
  border-radius: 6px;
}

/* Handle on hover */
#main-content .custom-menu-alignment ul.et-menu::-webkit-scrollbar-thumb:hover {
  background: #3a4150; 
}

.cs-admin-slider .cs-dentists .flex-control-paging {
	bottom: -30px !important;
}
.cs-admin-slider .cs-dentists .flex-control-paging li a {
	background-color: #ddd !important;
	border: none !important;
	width: 13px !important;
	height: 13px !important;
	line-height: 13px !important;
}
.cs-admin-slider .cs-dentists .flex-control-paging li a.flex-active {
	background-color: #3d4351 !important;
}

.cs-admin-slider .cs-dentists .slides li img {
	border-radius: 20px;
}

.testimonial-grid .testimonial-item {
	border-radius: 0px !important;
}
.cs-review #load-more-testimonials {
	min-width: 237px;
	min-height: 45px;
	text-transform: uppercase;
	border-radius: 0px;
}
.cs-form-sect .cs-par-form form.wpcf7-form .wpcf7-form-control-wrap[data-name="radio-890"] .wpcf7-form-control.wpcf7-radio {
	margin-bottom: 0px;
}
.cs-form-sect .cs-par-form form.wpcf7-form .wpcf7-form-control-wrap[data-name="radio-890"] {
	margin-bottom: 20px;
	display: inline-block;
}
.cs-services-sect ul li a,
.cs-content-sect ol li a {
	color: #4f71b5;
}
.single-post .cs-post-content-sect h2 {
	color: #ba8748;
	font-size: 26px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.single-post .cs-post-content-sect ul {
	padding-top: 20px;
	padding-left: 40px;
}
.single-post .cs-post-content-sect .et_clickable p {
	font-size: 15px;
}
.cs-form-sect .cs-refer-form form.wpcf7-form p:nth-child(8) {
	width: 100%;
	text-align: center;
}
.cs-form-sect .cs-refer-form form.wpcf7-form .wpcf7-submit {
	min-width: 200px;
	min-height: 41px;
}
footer .cs-crtext p {
	font-size: 12px;
}
.cs-form-sect .cs-par-form form.wpcf7-form p textarea {
	max-height: 167px;
}
.cs-form-sect form.wpcf7-form p .wpcf7-radio .wpcf7-list-item {
	margin-left: 0px;
	margin-right: 10px;
}
.cs-review-sect .testimonial-content {
	font-style: italic;
}
.cs-home-review .cs-review p.testimonial-review a.read-more {
	color: #fff;
}
.cs-back p {
	font-size: 15px;
	font-weight: 600;
}
.cs-home-review .testimonial-item {
	background-color: transparent;
	padding: 0px;
}
.single-meet-out-team .cs-post-content-sect .cs-text h2 {
	padding-top: 20px;
}
.cs-services-sect .cs-row ul {
	padding-left: 40px;
	padding-top: 20px;
}
.single-meet-out-team .cs-post-content-sect .cs-text {
	margin-bottom: 0px;
}
.single-meet-out-team .cs-post-content-sect .cs-text ul:last-child {
	padding-bottom: 0px;
}
.single-post .cs-post-content-sect h3,
.single-post .cs-post-content-sect h4,
.single-post .cs-post-content-sect h5 {
	color: #ba8748;
}
.single  .cs-post-content-sect .cs-text ul {
	padding-left: 40px;
}
.single-post .cs-post-content-sect .cs-text p a {
	color: #4f71b5;
}
@media (min-width: 1400px) {
	.cs-top-head .cs-cta .cs-phone a {
		font-size: 20px;
	}
	.cs-top-head .cs-cta .et_pb_button_module_wrapper a {
		min-height: 46px;
	}
}
@media (min-width: 1200px) {
	.cs-form-sect .cs-refer-form form.wpcf7-form p {
		width: 33.33%;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 20px;
	}
	.cs-form-sect .cs-refer-form form.wpcf7-form p:nth-child(7) {
		padding-top: 0px;
		padding-left: 15px;
		padding-bottom: 20px;
	}
	.cs-contact-sect .cs-row p {
		font-size: 25px;
	}
	.cs-form-sect .cs-par-form form.wpcf7-form p.cs-exp {
		text-align: center;
		margin-bottom: 10px;
	}
	.cs-form-sect .cs-par-form form.wpcf7-form .wpcf7-form-control-wrap[data-name="radio-890"] .wpcf7-form-control.wpcf7-radio {
		display: flex;
		justify-content: space-around;
		width: 100%;
	}
	.cs-form-sect .cs-par-form form.wpcf7-form .wpcf7-form-control-wrap[data-name="radio-890"] {
		width: 100%;
	}
	.cta-sect .cs-text p {
		font-size: 22px;
	}
	.cs-blog-sect .post-grid .post-item img {
		max-width: 401px;
		max-height: 289px;
		min-height: 289px;
		object-fit: cover;
	}
	.cs-form-sect.cs-contact-from form.wpcf7-form p:nth-child(7) span.wpcf7-form-control-wrap {
		padding-left: 63px;
	}
	.cs-form-sect.cs-contact-from form.wpcf7-form p .wpcf7-radio .wpcf7-list-item {
		margin-right: 20px;
	}
	.page-id-48 .custom-about-first .et_pb_row .custom-col-two {
		padding-top: 89px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.cs-blog-sect .post-grid .post-item img {
		max-height: 250px;
		min-height: 250px;
		object-fit: cover;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.cs-blog-sect .post-grid .post-item img {
		max-height: 200px;
		min-height: 200px;
		object-fit: cover;
	}
}
@media (max-width: 767px) {
	.cs-form-sect form.wpcf7-form p .wpcf7-radio {
		display: block;
	}
	.cs-form-sect form.wpcf7-form p .wpcf7-radio span {
		margin-left: 0px;
		margin-right: 15px;
	}
	.cs-mobile-head ul.et_mobile_menu li.menu-item-has-children .mobile-toggle .dt-icons {
		right: 10px;
	}
	.offers-box:before {
		width: calc(100% - 25px);
    	height: calc(100% - 25px);
	}
}
@media (max-width: 991px) {
	.et_pb_scroll_top.et-visible {
		z-index: 9;
	}
}

@media (max-width: 450px) {
	.filter-container select {
		min-width: 165px;
	}
	.filter-container .filter-button {
		margin-left: 10px;
	}
	.cs-mobile-head ul.et_mobile_menu ul.sub-menu li a {
        padding-left: 40px;
    }
}
@media (max-width: 1300px) {
	.custom-about-first ul#menu-about-menu,
	#main-content .custom-menu-alignment ul.et-menu {
		max-height: 271px;
	}
}
.cs-home-hero .et_pb_slide_0.et_pb_section_video .et_pb_slide_description {
	background: unset !important;
}
@media (max-width: 980px) {
	.swiper-slide .team-member h3 {
		font-family: Lato;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		color: #3d4351;
		padding-bottom: 0px;
	}
	.swiper-slide .team-member img {
	    margin-bottom: 20px;
	}
}
@media (max-width: 400px) {
	div.team-member-img img {
		max-width: 150px;
    	min-width: 150px;
	}
	.cs-mobile-head ul.et_mobile_menu ul.sub-menu li a {
        padding-left: 25px !important;
    }
    .cs-mobile-head ul.et_mobile_menu ul.sub-menu li ul.sub-menu li a {
        padding-left: 50px !important;
    }
    .cs-mobile-head ul.et_mobile_menu ul.sub-menu {
    	max-height: 400px;
    	overflow: auto;
    }
}
/* Desktop: 3-column grid for modules inside the .cs-col column */
.cs-ba-sect.cs-grid-row .cs-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* Tablet: 2-column layout */
@media (max-width: 980px) {
  .cs-ba-sect.cs-grid-row .cs-col {
    grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }
}

/* Mobile: 1-column layout */
@media (max-width: 767px) {
  .cs-ba-sect.cs-grid-row .cs-col {
    grid-template-columns: 1fr;
      gap: 0px;
  }
}

/* Desktop: 3 columns */
.cs-sub-services .cs-grid-row .cs-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

/* Tablet: 2 columns */
@media (max-width: 980px) {
  .cs-sub-services .cs-grid-row .cs-col {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

/* Mobile: 1 column */
@media (max-width: 767px) {
  .cs-sub-services .cs-grid-row .cs-col {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
/* Grid Container */
.cs-tech-services .cs-grid-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 20px 0;
}

/* Individual Service Box */
.cs-tech-services .cs-img {
  width: 100%; /* Adjusted to 100% */
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

/* Image Styling */
.cs-tech-services .cs-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

/* Heading/Text Styling */
.cs-tech-services .cs-img h4 {
    font-family: 'Lato', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
    color: #BA8748 !important;
    text-align: center;
    padding-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 980px) {
        .cs-content-sect .cs-side-sect {
            display: flex;
            flex-wrap: wrap;
        }
        .cs-content-sect .cs-side-sect .cs-col {
            width: 30%;
        }
        .cs-content-sect .cs-side-sect .cs-col.et-last-child {
            width: 70%;
            padding-left: 35px;
        }
    }