
/* new css */
.drdt_sticky_fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 9999;
	box-shadow: 0 9px 35px rgb(0 0 0 / 5%);
}

.drdt_custom_site_logo .sticky_logo {
	display: none !important;
}
.drdt_sticky_fixed .drdt_custom_site_logo .main_logo {
	display: none;
}
.drdt_sticky_fixed .drdt_custom_site_logo .sticky_logo {
	display: unset;
}


.drdt_sticky_fixed .drdt_custom_site_logo .sticky_logo {
	display: unset !important;
}

.sticky_bg.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
	position: absolute;
	width: 100%;
	top: 0;
}

.button_two .elementor-widget-container .ub-btn:hover {
	border: 1px solid #ff824c !important;
}
.drdt_sticky_fixed .button_two .elementor-widget-container .ub-btn:hover {
	border: 1px solid #ff824c !important;
}
.drdt_sticky_fixed .button_two .elementor-widget-container .ub-btn {
	border: 1px solid #212121 !important;
}
.drdt_sticky_fixed .button_two .elementor-widget-container .ub-btn span {
	color: #212121;
}
.drdt_sticky_fixed .button_one .elementor-size-sm span {
	color: #212121;
}
.drdt_sticky_fixed .button_one .elementor-size-sm:hover span {
	color: #ff824c;
}
.drdt_sticky_fixed .button_hostin .elementor-size-sm:hover span {
	color: #ff824c;
}
.drdt_sticky_fixed .button_two_hostin .elementor-widget-container .ub-btn span {
	color: #ffffff;
}

/*button*/

/*menu arrow*/
.drdt_navmenu .menu-item .ti-angle-down {
	padding-left: 6px;
	font-size: 12px;
}
.drdt_navmenu .nav-link:before {
	display: none;
}
.drdt-nav-menu .dropdown::after {
	position: absolute;
	content: '\f078';
	font-family: 'FontAwesome';
	width: 10px;
	height: 10px;
	font-size: 10px;
	right: -15px;
}
.drdt-nav-menu .drdt_navmenu .dropdown {
	margin-right: 15px;
}
/* menu css */
.navbar {
	background: transparent;
}
.elementor-invisible {
	visibility: inherit;
}

/*faruk*/
.post-meta i {
	font-size: 12px;
	margin-right: 8px;
	position: relative;
	top: -2px;
}
.logged-in.admin-bar .navbar_fixed .navbar {
	top: 32px;
}
a.comment_link {
	color: var(--placeholder-color) !important;
	text-decoration: none;
	font-weight: 600;
}
a.comment_link:hover {
	color: var(--hovercolor) !important;
}
.post-meta span:not(:last-child):after {
	display: none;
}
span.post_date_loop {
	padding-right: 20px;
}
.comment-form .btn-comment-form:hover {
	background-color: var(--headings-color) !important;
	color: var(--color-white) !important;
}
.wp-block-archives-dropdown select,
.wp-block-categories-dropdown.wp-block-categories select {
	width: 100%;
}
.pagination .page-numbers {
	margin-right: 10px;
}
.blog_single_info table td,
.blog_single_info table th {
	text-align: center;
}
.breadcrumbs .breadcrumbs__link,
.breadcrumbs .breadcrumbs__current,
.breadcrumbs .breadcrumbs__separator {
	color: var(--headings-color) !important;
	font-size: 18px;
}
.entry-content table td a {
	text-decoration: none;
	color: var(--headings-color);
}
@media (max-width: 576px) {
	.logged-in.admin-bar .navbar_fixed .navbar {
		top: 0px;
	}
}
dl dt{
	color: var(--headings-color);
}
.btn_get {
	font-weight: 600;
	font-size: 16px;
	background: #1A1F2B;
	border-radius: 5px;
	padding: 13px 33px;
	color: #ffffff !important;
	border: 0px;
	text-decoration: none;
	transition: color 0.2s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.btn_get::before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	transform: scaleX(0);
    transform-origin: right;
    transition: all 0.7s linear;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition-property: transform;
    z-index: -1;
	background: #f57950;
}
.btn_get:hover {
	background-color: var(--primary-color) !important;
	color: var(--color-white) !important;
}
.btn_get:hover:before{
	transform: scaleX(1);
    transform-origin: left;
}
/*blog css*/
.wp-block-latest-posts .wp-block-latest-posts__featured-image img {
	width: 96px;
	height: 65px;
	max-width: 100%;
	border-radius: 5px;
}
button.wp-block-search__button::before {
	content: '';
	background-image: url(https://asset.droitlab.com/wp-content/uploads/2022/08/siderbar-search.svg);
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 3px;
	right: 0;
	bottom: 0;
}
button.wp-block-search__button {
	position: relative;
}
.wp-block-search.wp-block-search__button-inside
	.wp-block-search__inside-wrapper {
	padding: 15px 19px 15px 19px;
	border: none;
	background: #f4f5f6;
	border-radius: 5px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{
	background: transparent;
}
input#wp-block-search__input-1 {
	background: #f4f5f6;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #677789;
}
button.wp-block-search__button {
	background-color: transparent;
	border: none;
}
.widget_block .widget-title, .widget_block h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 27px;
    color: #2c264a;
    margin-bottom: 30px;
}

.wp-block-latest-posts .wp-block-latest-posts__post-title {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	color: #2c264a;
}
.wp-block-latest-posts .wp-block-latest-posts__post-date {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	color: #929ab2;
}
.wp-widget-group__inner-blocks .wp-block-latest-posts li {
	padding: 0;
	border: none !important;
}
.wp-block-categories .cat-item {
	display: flex;
	justify-content: space-between;
	font-family: Inter, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 36px;
	letter-spacing: -0.01em;
	color: #677789;
}
.wp-block-categories .cat-item a {
	font-family: Inter, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 36px;
	color: #677789;
	text-transform: capitalize;
}
.wp-block-categories .cat-item:hover {
	color: #f57950;
}
.tagcloud .tag-cloud-link,
.tagcloud a,
.wp-block-tag-cloud .tag-cloud-link,
.wp-block-tag-cloud a {
	background: transparent;
	border: 1px solid #e0e1e3;
	border-radius: 5px;
	font-family: Inter, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	color: #677789;
	padding: 8px 29px;
}
/*comment*/
.comment-form .form-group textarea {
	background-color: #f7f8fb;
}

@media (max-width: 767px) {
	.text-button {
		display: flex;
		flex-direction: column;
		align-items: start;
	}
	.mail-phone {
		display: flex;
		flex-direction: column;
	}
	.contact-w {
		width: 100%;
	}
	.contact-name {
		display: flex;
		flex-direction: column;
	}
}
/* end contact page */
/*start blog*/
.asset_blog .blog-grid-item:hover {
	box-shadow: 0px 10px 85px rgba(198, 198, 207, 0.35);
}
.asset_blog .dl_single_info_box_content a i {
	font-size: 12px;
}
.asset_blog .blog-grid-item:hover {
	border-style: hidden !important;
	transition: 0.5s;
}
/*end blog*/
/*start social*/
.asset_social .elementor-grid-item a {
	box-shadow: 0px 4px 12px -2px rgba(15, 13, 13, 0.06);
}
.asset_social .elementor-grid-item a:hover {
	box-shadow: 0px 20px 44px rgba(85, 59, 249, 0.3);
}
/*end social*/
/*start portfolio*/
.asset-full-width .container {
	max-width: initial;
}
/*start portfolio*/
.blog_post_item a.post-thumbnail {
	background: transparent;
}


/* Nav */
.navbar .container-fluid {
	padding-left: 60px;
	padding-right: 60px;
}
.site-header .navbar .collapse .navbar-nav.menu {
	margin-left: auto;
	margin-right: auto;
}
.site-header .navbar .header_area.nav_bar .btn_get {
	display: inline-block;
}
.site-header .navbar .collapse .navbar-nav .menu-item.sub-menu {
	position: relative;
	margin-right: 12px;
}
.site-header .navbar .collapse .navbar-nav .menu-item.sub-menu::after {
	position: absolute;
	content: '\f078';
	font-family: 'FontAwesome';
	width: 10px;
	color: #0e1133;
	height: 100%;
	display: flex;
	align-items: center;
	top: 0;
	font-size: 10px;
	right: -15px;
}
.site-header
	.navbar
	.collapse
	.navbar-nav
	.menu-item.sub-menu
	.dropdown-menu.sub-menu.submenu
	.menu-item.submenu::after {
	right: 15px;
}
.menu > .nav-item:hover:after,.menu > .nav-item.active:after,
.site-header
	.navbar
	.collapse
	.navbar-nav
	.menu-item.sub-menu
	.dropdown-menu.sub-menu.submenu
	.menu-item.submenu::after {
	color: var(--hovercolor) !important;
}

.navbar_fixed .menu > .nav-item:hover:after,.navbar_fixed .menu > .nav-item.active:after,
.site-header
.navbar_fixed .navbar
	.collapse
	.navbar-nav
	.menu-item.sub-menu
	.dropdown-menu.sub-menu.submenu
	.menu-item.submenu::after {
	color: var(--hovercolor) !important;
}

@media (max-width: 1209px) {
	.menu > .nav-item {
		margin-left: 25px;
	}
}
@media (max-width: 1174px) {
	.menu > .nav-item {
		margin-left: 12px;
	}
}
@media (max-width: 1090px) {
	.navbar .container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}
	.menu > .nav-item {
		margin-left: 12px;
	}
}
@media (max-width: 1024px) {
	.sub-menu {
		display: block;
	}
    .menu>.nav-item.submenu .dropdown-menu{
        position: relative;
        left: 0;
        display: none;
    }
    .drdt-nav-menu .dropdown::after{
        display: none;
    }
   .drdt-nav-menu__submenu-arrow li.submenu a + i{
        display: block !important;
        right: 15px;
        top: 15px;
    }
    .drdt-nav-menu__submenu-arrow .menu>.nav-item.submenu .dropdown-menu{
        opacity: 1;
        transform: translateX(0);
    	visibility: visible;
        box-shadow: none;
        transition: inherit;
    }
}
@media (max-width: 991px) {
	.site-header .navbar .header_area.nav_bar {
		margin-left: auto;
		margin-right: 10px;
	}
	.site-header .navbar .collapse.show .navbar-nav {
		background: #fff;
	}
	.site-header .navbar .collapse .navbar-nav.menu{
		margin-right: auto;
	}
	.menu > .nav-item .mobile_dropdown_icon {
		display: block;
	}
	.site-header .navbar .collapse .navbar-nav .menu-item.sub-menu::after,.navbar .collapse .navbar-nav .menu-item.sub-menu::after ,.drdt-nav-menu .dropdown::after{
		right: 0;
		display: none;
	}
	.menu > .nav-item,.site-header .navbar .collapse .navbar-nav .menu-item.sub-menu{
		margin-left: 0;
		margin-right: 0;
	}
	.menu>.nav-item.active>.nav-link{
		color: var(--hovercolor);
	}
	.blog_breadcrumbs_area_two{
		padding-bottom: 80px;
	}
}
@media (max-width: 767px) {
	.site-header .navbar .header_area.nav_bar .btn_get {
		max-height: 50px;
	}
	.blog_breadcrumbs_area_two,
	.blog_breadcrumbs_area_two.archive-banner,
	.blog_breadcrumbs_area_two.banner-404,
	.blog_breadcrumbs_area_two.blog-single-page,
	.blog_breadcrumbs_area_two.page-banner {
		padding: 100px 0;
	}
	.sec_padding {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

@media (max-width: 600px){
	.logged-in.admin-bar .navbar_fixed .navbar{
		top: 0 !important;
	}
}

.breadcrumbs a {
	text-decoration: none;
}

h1.page_title {
  margin-bottom: 14px;
  word-break: break-word;
}

.blog_single_info table td a:hover, .blog_single_info table th a:hover{
	color: #f57950;
}

span.post-page-numbers.current{
	background: var(--primary-color);
    border-color: var(--primary-color);
    color: #FFFFFF !important;
	width: 75px;
    height: 44px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    border-radius: 5%;
    text-decoration: none;
}

.post-page-numbers {
    width: 75px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #e7e7f6;
    background: #fbfbfd;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #7b8a9e;
    border-radius: 5%;
    text-decoration: none;
}
.post-page-numbers:hover{
	background-color: #f57950;
	color: #FFFFFF !important;
}

.entry-content table {
    border: 1px solid #dfe2e7;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
    margin-bottom: 4em;
}
.entry-content table thead {
    background: #f5f5f5;
}

.entry-content table th {
    padding: 0 20px;
    list-style: inherit;
    color: var(--link-color);
    background: 0 0;
}

.entry-content table td, .entry-content table th {
    border-top: 1px solid #dfe2e7;
    padding: 0 20px;
    line-height: 40px;
}

/* CSS  from customizer   */ 

/* new css */
.event .single_item .event_content {
	padding-left: 50px;
	padding-right: 50px;
	width: 65%;
  }
  
  .event .single_item .author {
	width: 230px;
  }
  .event .event_content .event_details p i {
	margin-right: 5px;
  }
  .drdt_sticky_fixed
	.business_menu_btn
	.ub-btn.elementor-button.elementor-button-link.elementor-size-sm.ub-animation-none {
	background-color: rgba(14, 21, 32, 1);
	color: #fff;
  }
  
  .drdt_sticky_fixed .business_menu .menu > .nav-item {
	padding-bottom: 30px;
	padding-top: 30px;
  }
  
  /* offer */
  .title_gradient_offer h2.elementor-heading-title {
	background: linear-gradient(
	  91.47deg,
	  #f8f8fe 1.87%,
	  #9789fd 51.78%,
	  #31d8f2 97.69%
	);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: -0.01em;
  }
  .offer_btn_off .elementor-button {
	background-image: linear-gradient(
	  40deg,
	  #9894fd 0%,
	  #3fcdf4 50%,
	  #9894fd 100%
	);
	background-size: 200% 100%;
  }
  @media (max-width: 768px) {
	.dl_countdown_wrapper .dl_countdown_inner {
	  margin-bottom: 0;
	}
	.dl_countdown_wrapper .dl_colum_4 {
	  grid-template-columns: repeat(4, 1fr);
	}
  }
  /* offer */
  
  /* faq */
  .faq_control .dl_accordion .dl_accordion_item:first-child {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
  }
  .faq_control .dl_accordion .dl_accordion_item:last-child {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
  }
  /* faq */
  
  .service_process .process_items .single_item .icon::after {
	left: 132px;
  }
  .service_process .process_items .single_item .icon {
	justify-content: start;
	height: 100px;
  }
  
  @media (max-width: 1201px) {
	.site-header .navbar {
	  padding-left: 8px;
	  padding-right: 8px;
	}
  }
  @media (max-width: 768px) {
	.site-header .navbar .menu > .nav-item {
	  margin-left: 0;
	}
	.site-header .navbar {
	  padding-right: 3px;
	}
	.logged-in.admin-bar .site-header {
	  top: 50px;
	}
	.logged-in.admin-bar .navbar_fixed .navbar {
	  top: 45px;
	}
  }
  @media (max-width: 767px) {
	.single-our-service .blog_breadcrumbs_area_two {
	  padding-bottom: 50px;
	}
	.single-our-service .breadcrumb_content .breadcrumbs a {
	  font-size: 16px;
	}
	.single-our-service .breadcrumb_content h1.page_title {
	  font-size: 35px;
	}
	.site-header .navbar {
	  padding-left: 3px;
	  padding-right: 0;
	}
  }
  .logged-in.admin-bar .drdt_sticky_fixed {
	margin-top: 30px;
  }
  .sidebar_right.blog .widget .wp-block-latest-posts li {
	display: inherit;
	border: none;
  }
  .wp-block-search.wp-block-search__button-inside
	.wp-block-search__inside-wrapper {
	padding: 10px 19px 10px 19px;
  }
  .wp-block-search.wp-block-search__button-inside
	.wp-block-search__inside-wrapper
	input {
	padding-left: 15px;
  }
  .related_portfolio .portfolio_filter {
	display: none;
  }
  
  /* Info Box */
  .info_box_hover {
	transition: 0.3s;
  }
  
  .info_box_hover:hover {
	background: #fff;
  }
  
  .info_box_hover:hover .dl_title_section .dl_title_text {
	color: #242527 !important;
  }
  
  .info_box_hover:hover .dl_title_section .dl_sub_title_text {
	color: #666668 !important;
  }
  /* Info Box */
  
  /* Icon BG */
  .icon_bg .elementor-icon-list-item .elementor-icon-list-icon {
	width: 20px;
	height: 20px;
	background: #f57950;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 3px;
	border-radius: 50%;
  }
  /* Icon BG */
  
  /* Faq Icon */
  .faq_control .droit-icon-left {
	margin-right: 20px;
	background: #f57950;
	color: #fff;
	width: 23px;
	height: 23px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	padding-top: 2px;
	border-radius: 50%;
  }
  /* Faq Icon */
  
  /* Counter */
  .asset_counter .elementor-counter-number-prefix {
	display: none;
  }
  .asset_counter_2 .elementor-counter {
	display: flex;
	align-items: center;
  }
  .asset_counter_2 .elementor-counter .elementor-counter-title {
	text-align: left;
	padding-left: 15px;
  }
  .asset_counter_3 .elementor-counter .elementor-counter-title {
	text-align: left;
  }
  /* Counter */
  
  /* Team */
  
  .team_control .team-thumbnail {
	width: 304px;
	height: 300px;
	border-radius: 8px;
  }
  
  .team_control .team-thumbnail img {
	border-radius: 8px;
  }
  
  .team_control.two .team-thumbnail {
	border-radius: 0;
	margin-bottom: 0;
	position: relative;
  }
  
  .team_control.two .team-thumbnail::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #f04215;
	left: 0;
	top: 0;
	opacity: 0;
  }
  
  .team_control.two .team-thumbnail:hover:after {
	opacity: 0.7;
  }
  
  .team_control.two .team-thumbnail img {
	border-radius: 0;
	filter: grayscale(1);
  }
  
  .team_control.two .author-content {
	text-align: left;
  }
  /* Team */
  
  /* Subscribe */
  .dl_pro_subscribe_form_action.dl-pro-sub-inline .dl_form_control_wrap {
	margin-bottom: 0;
  }
  
  .elementor-widget-droit-subscriber .dl_pro_subscribe_form {
	padding: 0;
  }
  .elementor-widget-droit-subscriber .dl_pro_subscribe_form {
	margin-left: 0;
  }
  /* Subscribe */
  
  /* Video Pop Up */
  .video_popup_control .video_box {
	padding-bottom: 0;
  }
  
  .video_popup_control .video_area {
	padding-top: 0;
  }
  
  .video_popup_control .video_inner {
	border-radius: 0;
  }
  
  .video_popup_control .video_icon {
	text-shadow: none;
  }
  
  .video_popup_control .video_icon::before,
  .video_popup_control .video_icon:after {
	display: none;
  }
  /* Video Pop Up */
  
  /* Image Control */
  .img_width_control .fet_img {
	width: 100%;
  }
  /* Image Control */
  
  /* Faq */
  .faq_control .dl_accordion_item .droit-faq-content-wrapper {
	padding-right: 110px;
  }
  /* Faq */
  
  /* Contact Us Form */
  .contact_us_form .wpcf7-spinner {
	display: none;
  }
  .book_seat .dl_contact_form_wrapper.dl_cf7_form_02 .wpcf7-form-control {
	outline: none;
	border: none;
  }
  /* Contact Us Form */
  
  /* Nav */
  .menu > .nav-item:hover .nav-link,
  .menu > .nav-item.active .nav-link {
	color: #f57950;
  }
  .menu > .nav-item > .nav-link:before {
	background: #f57950;
  }
  /* .menu > .nav-item:hover:after,
  .menu > .nav-item.active:after,
  .site-header
	.navbar
	.collapse
	.navbar-nav
	.menu-item.sub-menu
	.dropdown-menu.sub-menu.submenu
	.menu-item.submenu::after {
	color: #f57950 !important;
  } */
  /* Nav */
  
  /* Portfolio */
  .portfolio_filter .work_portfolio_item:before {
	background: #f57950;
  }
  /* Portfolio */
  
  /* Service Single */
  .process_items .single_item .icon::after {
	background-image: url(https://asset.droitlab.com/wp-content/uploads/2022/11/arrow.png);
	left: 175px;
  }
  .service_process .single_item .s_no {
	display: none;
  }
  .service_process .process_items .single_item {
	text-align: left;
  }
  .service_process .process_items .single_item .icon {
	margin: 0;
  }
  /* Service Single */
  
  /* Layer */
  .img_layer {
	position: relative;
	z-index: 2;
  }
  .img_layer:after {
	position: absolute;
	content: "";
	width: 554px;
	height: 788px;
	background: #fbf4e8;
	right: 105px;
	top: -85px;
	filter: blur(150px);
	transform: matrix(0.98, 0.22, 0.22, -0.98, 0, 0);
	z-index: -1;
  }
  .img_layer_2 {
	position: relative;
	z-index: 2;
  }
  .img_layer_2:after {
	position: absolute;
	content: "";
	width: 415px;
	height: 550px;
	background: #fbf4e8;
	right: 100px;
	top: -41px;
	filter: blur(150px);
	transform: matrix(0.98, 0.22, 0.22, -0.98, 0, 0);
	z-index: -1;
  }
  .img_layer_3 {
	position: relative;
	z-index: 2;
  }
  .img_layer_3:after {
	position: absolute;
	content: "";
	width: 370px;
	height: 390px;
	background: #fbf4e8;
	right: 170px;
	top: -12px;
	filter: blur(150px);
	transform: matrix(0.98, 0.22, 0.22, -0.98, 0, 0);
	z-index: -1;
  }
  /* Layer */
  .social_ions_hover .elementor-grid-item:hover svg path {
	fill: white !important;
  }
  
  /* Btn Icon Color */
  .btn_icon_color i {
	color: #ff4516;
  }
  /* Btn Icon Color */
  
  @media (max-width: 1250px) {
	.team_control .team-thumbnail {
	  width: auto;
	  height: auto;
	}
  }
  
  @media (max-width: 991px) {
	.control_team .team-thumbnail {
	  height: auto;
	}
	.testimonial_area .items {
	  column-count: 2;
	}
  }
  
  .single.single-our-service .post-thumbnail {
	display: none;
  }
  
  @media (max-width: 1024px) {
	  .event .single_item .author {
	  width: 170px;
  }
	  .drdt-nav-menu .dropdown::after {
	  right: 15px;
		  }
	.hero_one
	  .hero_customer_service
	  .customer_service_img
	  .chat_list
	  .elementor-repeater-item-5b5dc3d
	  img {
	  left: 475px !important;
	}
  }
  
  @media (max-width: 768px) {
	  .event_conf .elementor-widget-container .dl_title_section .dl_title_text span::before {
	  bottom: 8px;
  }
	  .event_tabs .tab_area .tab-content .tab_content_area .section_content {
	  padding-left: 0;
  }
  /* 	.drdt_sticky_section i.fa-solid.fa-angle-down.mobile_dropdown_icon {
	  display: none;
  } */
	.lead_capture_demo .pricing__items {
	  margin-bottom: 25px;
	}
	.hero_one
	  .hero_customer_service
	  .customer_service_img
	  .chat_list
	  .elementor-repeater-item-5b5dc3d
	  img {
	  left: 725px !important;
	}
  }
  
  @media (max-width: 767px) {
	  .event .single_item .author {
	  width: auto;
  }
	  .event .single_item .author {
	  text-align: start;
  }
	  .event .single_item .event_date h6 span {
	  display: unset;
  }
	  .event .single_item .event_content {
	  border-left: none;
	  border-right: none;
	  padding: 0;
  }
	  .event .single_item .event_content {
	  padding-left: 0;
	  padding-right: 0;
	  width: auto;
  }
	  .event .single_item {
	  border: none;
	  padding: 0;
	  margin-bottom: 24px;
	  flex-direction: column;
		  align-items: start;
  }
	  .event_conf .elementor-widget-container .dl_title_section .dl_title_text span {
	  position: relative;
	  margin-left: 45px;
  }
	  .event_conf .elementor-widget-container .dl_title_section .dl_title_text span::before {
	  width: 33px;
	  height: 33px;
	  left: -40px;
	  bottom: 5px;
  }
	.home_subscribe
	  .dl_pro_subscribe_form_action
	  .dl_pro_subscribe_form
	  .dl_cu_btn {
	  border-radius: 8px !important;
	}
	.testimonial_area .items {
	  column-count: 1;
	}
	.team_control .team-thumbnail {
	  width: 300px;
	}
	.clients_logo_area .clients_logo_info a.item {
	  margin: 10px 10px;
	}
  }
  
  @media (max-width: 500px) {
	  .event_testimonial .elementor-swiper-button.elementor-swiper-button-next{
		  display: none;
	  }
	  .event_testimonial .elementor-swiper-button.elementor-swiper-button-prev{
		  display: none;
	  }
	.table_price_four .pr_list .price_item .border-width h5 {
	  margin-right: 12px;
	}
	.text_border_color .dl_title_section .dl_title_text span::after {
	  height: 8px;
	  bottom: 8px;
	}
	.text_border_color_2 .dl_title_section .dl_title_text span::after {
	  height: 8px;
	  bottom: 8px;
	}
	.faq_control .droit-icon-left {
	  flex: 1;
	  padding: 9px;
	  padding-top: 11px;
	}
  }
  
  .droit-post__area.blog_grid_masonory.style_5.zoom_in_effect {
	padding-bottom: 40px;
  }
  
  /* new */
  .text_border_color .dl_title_text span {
	position: relative;
  }
  .text_border_color .dl_title_text span::after {
	content: "";
	width: 100%;
	height: 11px;
	background: #f7da77;
	position: absolute;
	left: 0;
	bottom: 12px;
	z-index: -1;
  }
  
  .text_border_color_2 .dl_title_text span {
	position: relative;
  }
  .text_border_color_2 .dl_title_text span::after {
	content: "";
	width: 100%;
	height: 11px;
	background: rgba(115, 184, 142, 1);
	position: absolute;
	left: 0;
	bottom: 12px;
	z-index: -1;
  }
  
  .blog_breadcrumbs_area_two .overlay_bg {
	background: rgb(114 58 39 / 0%) !important;
  }
  
  .lead_capture_demo .single_price a {
	width: 100%;
	text-align: center;
  }
  /* new end */
  .lead_capture_demo .single_price {
	height: 100%;
  }
  .lead_capture_demo .single_price.wow.fadeInLeft.recommended {
	background-color: rgba(24, 17, 42, 1);
	opacity: 1;
  }
  .lead_capture_demo .single_price.wow.fadeInLeft.recommended h5,
  .lead_capture_demo .single_price.wow.fadeInLeft.recommended span,
  .lead_capture_demo .single_price.wow.fadeInLeft.recommended .price_list li i {
	color: #fff;
  }
  
  .lead_capture_demo .single_price.wow.fadeInLeft.recommended p,
  .lead_capture_demo .single_price.wow.fadeInLeft.recommended .price_list li {
	color: rgba(255, 255, 255, 0.8);
  }
  
  .lead_capture_demo .single_price.wow.fadeInLeft.recommended .btn_hover {
	background-color: rgba(43, 89, 255, 1);
  }
  
  .card_hover_effect .elementor-widget-wrap.elementor-element-populated:hover {
	background-color: blue !important;
  }
  .card_hover_effect
	.elementor-widget-wrap.elementor-element-populated:hover
	.elementor-icon-box-content
	.elementor-icon-box-title,
  .card_hover_effect
	.elementor-widget-wrap.elementor-element-populated:hover
	.elementor-icon-box-content
	.elementor-icon-box-description,
  .card_hover_effect
	.elementor-widget-wrap.elementor-element-populated:hover
	.elementor-icon-box-icon
	svg
	path {
	color: #fff;
	stroke: #fff;
  }
  
  .lead_demo_blog .dl_masonry_blog_content.blog_grid_masonory_content {
	display: flex;
	flex-direction: column-reverse;
  }
  
  /* form */
  .lead_demo_sign input.wpcf7-form-control.has-spinner.wpcf7-submit {
	width: 100%;
  }
  
  .lead_demo_sign span.wpcf7-form-control.wpcf7-acceptance.optional {
	margin: 0;
	padding: 0;
  }
  
  .lead_demo_sign span.wpcf7-list-item {
	margin: 0;
  }
  
  .lead_hero_border .dl_title_section .dl_title_text span {
	position: relative;
  }
  .lead_hero_border .dl_title_section .dl_title_text span::after {
	content: "";
	background-image: url(https://asset.droitlab.com/wp-content/uploads/2022/12/text-circle.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 101%;
	height: 100%;
	z-index: -1;
	position: absolute;
	left: 0;
  }
  
  ._sign_up h2 {
	font-size: 30px;
  }
  .testimonial_section .swiper-slide.swiper-slide-active {
	background-color: rgba(68, 68, 68, 1);
  }
  
  .faq_email_marketing
	.dl_accordion_item.dl_accordion_style_02
	.dl_accordion_panel {
	padding-top: 5px;
  }
  .video_mt .video_icon {
	text-shadow: unset;
  }
  .event_countdown .dl_countdown_wrapper.dl_style_08 .dl_countdown_inner {
	position: relative;
  }
  .event_countdown .dl_countdown_wrapper.dl_style_08 .dl_countdown_inner::before {
	content: ":";
	position: absolute;
	right: -62px;
	top: 36%;
	bottom: 50%;
	font-size: 80px;
	color: rgba(12, 12, 12, 1);
  }
  
  .event_countdown .dl_countdown_wrapper.dl_style_08 .dl_countdown_inner:nth-child(4)::before{
	  display: none;
  }
  
  .event_conf .dl_title_section .dl_title_text span{
	  position: relative;
	  margin-left: 70px
  }
  .event_conf .dl_title_section .dl_title_text span::before {
	  content: "";
	  background-image: url(https://asset.droitlab.com/wp-content/uploads/2022/12/star2.svg);
	  background-size: cover;
	  width: 50px;
	  height: 50px;
	  position: absolute;
	  left: -65px;
	  bottom: 30px;
  }
  
  
  
  
  .event_testimonial .elementor-swiper-button {
	  transform: translateY(-70px);
  }
  .event_testimonial .elementor-swiper-button.elementor-swiper-button-prev {
	  position: absolute;
	  top: -32px;
	  right: 60px;
	  left: unset;
	  width: 42px;
	  height: 42px;
	  border: 1px solid #858585;
	  padding: 10px 15px;
  }
  .event_testimonial .elementor-swiper-button.elementor-swiper-button-next {
	  position: absolute;
	  top: -32px;
	  right: 1px;
	  left: unset;
	  width: 42px;
	  height: 42px;
	  border: 1px solid #858585;
	  padding: 10px 15px;
  }
  .event_testimonial .elementor-swiper-button:hover {
	  background-color: #FF4516;
	  color: #fff !important;
	  border: 1px solid #fff;
  }
  
  .event_testimonial .swiper-container-horizontal>.swiper-pagination-bullets {
	  position: absolute;
	  bottom: -25px !important;
	  left: unset !important;
	  z-index: 9999;
  }
  .drdt_sticky_fixed .event_btn a.ub-btn {
	  background-color: rgba(12, 12, 12, 1) !important;
	  color: #fff !important;
  }
  .drdt_sticky_fixed .event_btn a.ub-btn:hover {
	  background-color: rgba(12, 12, 12, 1) !important;
	  color: #F04215 !important;
  }
  
  .drdt_sticky_section .event_menu .drdt-nav-menu__toggle .drdt-nav-menu-icon i {
	  color: #fff !important;
  }
  .drdt_sticky_fixed .event_menu .drdt-nav-menu__toggle .drdt-nav-menu-icon i {
	  color: #0C0C0C !important;
  }
  .site-header .navbar .collapse .navbar-nav .menu-item.sub-menu:hover::after, .site-header .navbar .collapse .navbar-nav .menu-item.sub-menu.active::after {
	  color: #F57950;
  }
  
  .blog_sidebar_ .widget .wp-block-archives>li, .widget ul>li {
	  display: table-row-group;
  }
  
  .blog_sidebar_ input#wp-block-search__input-1 {
	  border: unset;
  }
  @media (max-width: 1199px){
	  .swiper-container.testimonial{
		  padding-top: 0px !important;
		  padding-bottom: 0px !important;
		  padding-right: 10px;
		  margin-left: 10px;
		  margin-right: 0px;
	  }
	  .testimonial_section{
		  width: auto;
	  }
  }
  @media (max-width: 1024px){
	  .swiper-container.testimonial{
		  max-height: inherit;
	  }
  }
  /* new css */
  .single_price .pricing_list .ph-check {
	  color: #6DC270;
	  margin-right: 5px;
  }
  .single_price .pricing_list li {
   font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.01em;
  color: #0F1825;
  }
  .lead_capture_demo .recommended .pricing_list li{
  line-height: 30px;
  color: #FFFFFF;
  opacity: 0.8;
  }
  .lead_capture_demo .recommended .pricing_list .ph-check {
	  color: #fff;
  }
  .lead_capture_demo .single_price .pricing_list .ph-check {
	  color: #707070;
  }
  .service_process .droit-process-items .dl_single_process_box.dl_style_01 .dl_color_01{
	  background-color: transparent;
	  box-shadow: none;
	  background: unset;
  }

  /*   End Customizer CSS */