/*!
Theme Name: Input
Theme URI: https://dlinput.droitlab.com/
Author: Droitthemes
Author URI: https://themeforest.net/user/droitthemes
Description: input is a highly responsive and customizable Data science & data analysis Theme, that aims to cater to all types of data science niches. This theme is suitable for popular Data science-related projects such as Data science services, Data Analytics, Artificial Intelligence & Data Visualization services, Data Warehouse services and many more.
Version: 1.1.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 5.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: input
*/

/**================== CSS Root Variables ==========================**/
:root {
  --primary-color: #007fff; /* Theme Brand Colors */
  --secondary-color: #171c30; /* Theme Secondary Colors */
  --body-color: #717681; /* Theme Paragraph Colors */
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
  color: var(--body-color);
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: monospace;
  line-height: 2;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  white-space: pre-wrap;
}

code,
kbd,
tt,
var {
  font-family: monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */

/* Forms
--------------------------------------------- */
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  padding-left: 20px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}
.navbar-brand img {
  width: 135px;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex='-1']:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

html {
  margin-top: 0 !important;
}
.footermenu a {
  color: #999999 !important;
  font-size: 18px !important;
}
.input_faq .dl_accordion_panel {
  background-color: #ecf7ff;
  padding-left: 10px !important;
}
.input_faq .dl-active {
  background-color: #ecf7ff;
  padding-top: 20px !important;
  padding-left: 10px !important;
}

.input_testimonial_section .elementor-testimonial-image-position-aside {
  margin-top: 45px;
}

.input_testimonial_section .elementor-testimonial-image img {
  width: auto !important;
  height: auto !important;
}

.input_latest_blog .dl_post_meta {
  display: none;
}
.input_service_tab .dl_tab_menu .droit-advance-navs .dl_active {
  background-color: #4da5ff !important;
}

.dl_single_testimonial_slider.style_01 .dl_client_info .dl_img_shape_1 {
  display: none;
}
html {
  margin-top: 0 !important;
}

.admin-bar .navbar_fixed .navbar {
  margin-top: 32px;
}

.post-page-numbers {
  line-height: 42px;
  border: 1px solid #e7e7f6;
  background: #fbfbfd;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #7b8a9e;
  text-decoration: none;
  padding: 0 25px;
}
.post-page-numbers:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}

.post-page-numbers.current {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.pagination .next {
  margin-left: 0 !important;
}
.pagination .prev {
  margin-right: 0 !important;
}

/* .droit-advance-navs .droit-tab-nav-items.dl_active{
	background-color: var(--primary-color) !important;
	color:#FFFFFF !important;
} */

span.post-date {
  font-size: 13px;
  font-weight: 600;
  margin-top: 5px;
}
.dl_accordion_item.dl_accordion_style_03.dl_accordion_item {
  padding: 0;
}

i.fas.fa-home {
  margin-right: 10px;
}

svg#Capa_1 {
  height: 20px !important;
  width: 20px !important;
}
a.drdt-sub-menu-item {
  color: #899097 !important;
  font-weight: 400 !important;
}
a.drdt-sub-menu-item.drdt-sub-menu-item-active.active {
  color: var(--primary-color) !important;
}
.inner_page_banner .drdt-nav-menu-icon {
  fill: #ffffff;
}
.inner_page_banner.drdt_sticky_fixed .drdt-nav-menu-icon {
  fill: #000000 !important;
}
.metform-submit-btn > span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
}
.mf-input {
  color: #ffffff !important;
}
.dl_tab_menu.droit-advance-navs .droit-tab-nav-items:after {
  bottom: -9px !important;
}

.free_form_days .dl_icon_box_wrapper.dl_style_03 .dl_icon_box_content {
  margin-top: -20px;
}

.blog-section-2 .blog-title a:hover {
  color: var(--primary-color) !important;
  background: transparent;
  padding: 0;
}

/***========= New CSS===============***/
/***========= Header ===============***/
.header-1 {
  position: absolute;
  width: 100%;
}

.menu_site_btn .action-btn {
  border: 2px solid #ffffff;
  border-radius: 5px;
  background-color: transparent;
  color: #ffffff;
  font-size: 16px;
  line-height: 36px;
  font-weight: 500;
  padding: 11px 36px;
}

.menu_site_btn .action-btn:hover {
  color: var(--primary-color);
  background-color: #ffffff;
  border-color: #ffffff;
}

.navbar_fixed .menu_site_btn .action-btn {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.navbar_fixed .menu_site_btn .action-btn:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background-color: transparent;
}

header .text_logo {
  margin: 0;
  padding: 0;
  color: #ffffff;
}

header.navbar_fixed .text_logo {
  color: var(--secondary-color);
}
.no-results .page-header .page-title {
  margin: 0;
}

/*** CSS by Showrob ***/
.blog_grid_img_size img.blog-img.wp-post-image {
  height: 270px;
}
.shadow_remover {
  overflow: hidden;
}

/* Home One Page Title */

.title-color-style h3.dl_title_text span::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  background-image: url(https://input.droitlab.com/wp-content/uploads/2021/12/Vector-1.png);
  background-repeat: no-repeat;
  z-index: 0;
  left: 80px;
}

.title-color-style .dl_title_section .dl_title_text {
  background: -webkit-linear-gradient(45deg, #007fff, #00bf89);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.center-title-gr-color .dl_title_section .dl_title_text,
.center-title-gr-color .elementor-heading-title {
  background: -webkit-linear-gradient(45deg, #007fff 20%, #21d3a1 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.left-title-gr-color .droit-star-rating__title,
.left-title-gr-color .elementor-heading-title {
  background: -webkit-linear-gradient(-90deg, #21d3a1 0%, #007fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Contact Us Page */
.contact_form_control
  .dl_contact_form_wrapper.dl_cf7_form_02
  textarea.wpcf7-form-control {
  min-height: 100px;
}

/* Sidebar */
.blog_sidebar .widget_search form input {
  border-radius: 6px;
  background-color: #f3f4f9;
  border: 1px solid #f3f4f9;
  height: 60px;
  padding: 0 30px;
  font-size: 14px;
  color: #555;
}

.blog_sidebar .widget_block .wp-block-group__inner-container h1,
.blog_sidebar .widget_block .wp-block-group__inner-container h2,
.blog_sidebar .widget_block .wp-block-group__inner-container h3,
.blog_sidebar .widget_block .wp-block-group__inner-container h4,
.blog_sidebar .widget_block .wp-block-group__inner-container h5,
.blog_sidebar .widget_block .wp-block-group__inner-container h6 {
  font-size: 22px;
  font-weight: 600;
  color: #051441;
}

.blog_sidebar .widget_block .wp-block-group__inner-container ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
}

.blog_sidebar .widget_block .wp-block-group__inner-container ul li {
  width: 100%;
  display: table;
  list-style: none;
  border: 0;
  padding: 0;
  margin-bottom: 10px;
}

.blog_sidebar
  .widget_block
  .wp-block-group__inner-container
  ul
  li
  .wp-block-latest-posts__featured-image {
  display: table;
}

.blog_sidebar
  .widget_block
  .wp-block-group__inner-container
  ul
  li
  .wp-block-latest-posts__featured-image
  img {
  width: 85px;
  float: left;
  overflow: hidden;
  border-radius: 6px;
  background-image: linear-gradient(45deg, #301cab, #5773fa);
}

.blog_sidebar .widget_block .wp-block-group__inner-container a {
  font-size: 16px;
  color: #051441;
  line-height: 1.1;
  font-weight: 600;
}

.wp-block-latest-posts__post-date {
  color: #6a7c92;
  font-size: 14px;
}

.blog_sidebar .widget_block .wp-block-group__inner-container .cat-item a {
  color: #6a7c92;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 0 20px 0;
}

.blog_sidebar .widget_block .wp-block-group__inner-container .cat-item a span {
  float: right;
}

.blog_sidebar .widget_block .wp-block-group__inner-container ul li.cat-item {
  color: #6a7c92;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #dfe2e7;
  padding: 14px 0 20px 0;
}

.blog_sidebar .widget_recent_comments ol li footer > a:hover,
.blog_sidebar .widget_block .wp-block-group__inner-container a:hover,
.blog_sidebar
  .widget_block
  .wp-block-group__inner-container
  ul
  li.cat-item
  a:hover,
.blog_sidebar
  .widget_block
  .wp-block-group__inner-container
  ul
  li.cat-item:hover {
  color: var(--primary-color);
}

.blog_sidebar
  .widget_block
  .wp-block-group__inner-container
  .wp-block-tag-cloud
  a {
  margin: 4px 3px;
  font-size: 14px !important;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  text-align: center;
  border-radius: 45px;
  color: #6a7c92;
  background: #f0f2f9;
  font-weight: 400;
}

.blog_sidebar
  .widget_block
  .wp-block-group__inner-container
  .wp-block-tag-cloud
  a:hover {
  background: var(--primary-color);
  color: #fff;
}

.blog_sidebar .widget_recent_comments > ol {
  padding-left: 0;
}

.blog_sidebar .widget_recent_comments ol > li {
  position: relative;
  line-height: 30px;
}

.blog_sidebar .widget_recent_comments ol li::before {
  content: '\f086';
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  font-size: 13px;
  position: absolute;
  vertical-align: middle;
  color: var(--primary-color);
}

.blog_sidebar .widget_recent_comments ol.has-avatars li::before {
  display: none;
}

.blog_sidebar
  .widget_block.widget_recent_comments
  ol.has-avatars
  li
  article
  footer {
  padding-left: 0;
}

.blog_sidebar .widget_recent_comments ol li article footer {
  padding-left: 30px;
}

.blog_sidebar .widget_recent_comments ol li footer > a {
  color: var(--secondary-color);
}

/* Service Page Form */
.sarvice_form_control .wpcf7-form label .drop-down select {
  padding-left: 0;
  color: #222e3e;
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
}
.sarvice_form_control
  .dl_contact_form_wrapper.dl_cf7_form_02
  textarea.wpcf7-form-control {
  min-height: 100px;
}

/******========= SUBSCRIBE ===========******/
.footer_subscribe_form .dl_pro_subscribe_form input {
  color: #ffffff;
  font-size: 18px;
  background-color: transparent;
}

/***==== Contact ======***/
.droit-contact-form-7 form p {
  margin-bottom: 0;
}

.dl_contact_form_wrapper.wpcf7_default .wpcf7-form-control {
  margin-top: 0;
  display: inline;
  padding: 0;
}

.droit-contact-form-7 .wpcf7-list-item {
  margin: 0;
}
.droit-contact-form-7 p > .wpcf7-submit {
  border: none;
}

/***Blog CSS***/
.blog_item:hover {
  box-shadow: 0 0 30px 0 rgb(153 153 153 / 50%);
}
.dl_contact_form_wrapper.wpcf7_default .wpcf7-form-control {
  font-family: Poppins, sans-serif;
}
