/**
Theme Name: webscreenscraping
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: webscreenscraping
Template: astra
*/
@font-face {
  font-family: 'Lato';
  src: url('./font/lato/Lato-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Lato';
  src: url('./font/lato/Lato-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: 'Lato';
  src: url('./font/lato/Lato-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Lato';
  src: url('./font/Lato/Lato-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: 'Lato';
  src: url('./font/Lato/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Lato';
  src: url('./font/Lato/Lato-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: 'Lato';
  src: url('./font/Lato/Lato-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Lato';
  src: url('./font/Lato/Lato-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap
}

@font-face {
  font-family: 'Lato';
  src: url('./font/Lato/Lato-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: 'Lato';
  src: url('./font/Lato/Lato-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap
}

html {
  scroll-padding-top: 119px !important;
}

body {
  font-family: 'Lato', sans-serif !important;
  background-color: #fff !important;
}

p {
  font-family: 'Lato', sans-serif !important;
}

ol,
ul {
  margin: 0.2em 0 0.2em 2em;
}

.dot {
  position: absolute;
  left: -30px;
  top: 22px;
  width: 16px;
  height: 16px;
  background: #EE7836;
  border-radius: 50%;
  box-shadow: 0 0 8px #EE7836;
}

.line-dot:after {
  border-left: 2px solid #1F3980C2;
  content: '';
  height: 100%;
  position: absolute;
  left: -3px;
  top: 53px;
  z-index: -1;
}

.line-dot:last-child:after {
  content: none;
}

/* Add the below CSS to your theme's custom CSS section or style sheet */
.wpcf7-form-control {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.wpcf7-form-control::placeholder {
  color: #888;
}

/* Column Layout */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.col-6 {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.col-12 {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.wpcf7-submit {
  background-color: #FF6F3C;
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.wpcf7-submit:hover {
  background-color: #e65c30;
}

/* Contact Us Form Css Start  */
.contact-form-main .form-row {
  margin-bottom: 15px;
}

.contact-form-main .two-col {
  display: flex;
  gap: 15px;
}

.contact-form-main .form-group {
  width: 100%;
}

.contact-form-main .form-group p {
  margin-bottom: 0px !important;
}

.contact-form-main label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #222;
}

.contact-form-main input,
.contact-form-main textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 13px;
  color: #333;
  box-sizing: border-box;
}

.contact-form-main textarea {
  height: 110px;
  resize: none;
}

.contact-form-main input[type="submit"] {
  background: #ff7a1a;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 10px 24px;
  font-size: 13px;
  cursor: pointer;
}

.contact-form-main input[type="submit"]:hover {
  background: #ff7a1a;
  color: #fff;
  border: none;
}

.wpcf7 input.wpcf7-form-control:not([type=submit]) {
  padding: 0px 0px 0px 39px !important;
}

.wpcf7 input.wpcf7-form-control:not([type=submit]).wpcf7-file {
  padding: 6px 0px !important;
}

.wpcf7 input.wpcf7-form-control:not([type=submit]):focus,
.wpcf7 select.wpcf7-form-control:focus,
.wpcf7 textarea.wpcf7-form-control:focus {
  border-color: #ee783669 !important;
}

@media (max-width: 767px) {
  .contact-form-main .two-col {
    flex-direction: column;
    gap: 15px;
  }
}

/* Contact Us Form Css End */
@media (min-width: 922px) {
  .ast-narrow-container .site-content>.ast-container {
    max-width: 1440px !important;
  }
}


.ast-container {
  padding: 0px !important;
}

.elementor-toc__body .elementor-toc__list-item-text:hover {
  text-decoration: none !important;
}

/* Faq industry content css start*/
.elementor-widget-n-accordion .e-n-accordion-item[open]>.e-n-accordion-item-title {
  color: #333333;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* Faq industry content css over */

.elementor-icon-box-wrapper {
  display: flex !important;
}

.elementor-icon-box-description {
  margin-bottom: 0px !important;
}

.head-span {
  color: #ee7836;
}

/* .elementor-1245 .elementor-element.elementor-element-88d5f3d .elementor-button {
  padding: 13px 35px !important;
} */

body:not(.rtl) .elementor-3622 .elementor-element.elementor-element-acb2e16 .elementor-icon-list-text {
  padding-left: 0px !important;
}

.blog-button .elementor-button-icon {
  padding: 0px !important;
  fill: #ee7836;
}

.blog-button .elementor-button-text {
  padding: 0px 5px;
  color: #ee7836;
}

.ast-single-post .entry-content a,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
  text-decoration: none !important;
}

/* header css start  */
.elementor-1245 .elementor-element.elementor-element-3c7fc37 .tahefobu-nav-menu-horizontal .tahefobu-nav-menu>li>.tahefobu-sub-menu {
  width: 230px;
  padding: 10px 0px;
  background-color: #fff;
  border-radius: 8px;
}

.elementor-1245 .elementor-element.elementor-element-3c7fc37 .menu-item-has-children .tahefobu-sub-icon {
  font-size: 14px;
  /* display: none; */
}

.elementor-1245 .elementor-element.elementor-element-3c7fc37 .tahefobu-nav-menu .tahefobu-menu-item:hover,
.elementor-1245 .elementor-element.elementor-element-3c7fc37 .tahefobu-nav-menu>.menu-item-has-children:hover>.tahefobu-sub-icon,
.elementor-1245 .elementor-element.elementor-element-3c7fc37 .tahefobu-nav-menu .tahefobu-menu-item.tahefobu-active-menu-item,
.elementor-1245 .elementor-element.elementor-element-3c7fc37 .tahefobu-nav-menu>.menu-item-has-children.current_page_item>.tahefobu-sub-icon {
  color: #333333 !important;
}

.elementor-1245 .elementor-element.elementor-element-3c7fc37 .tahefobu-sub-menu .tahefobu-sub-menu-item:hover,
.elementor-1245 .elementor-element.elementor-element-3c7fc37 .tahefobu-sub-menu .tahefobu-sub-menu-item.tahefobu-active-menu-item {
  /* border-bottom: 1px solid #EE7836; */
  color: #555555;
  display: block;
}

.elementor-1245 .elementor-element.elementor-element-3c7fc37 .tahefobu-sub-menu .tahefobu-sub-menu-item.tahefobu-active-menu-item {
  background-color: #fff;
  color: #333333;
  /* border-bottom: 1px solid #ee7836; */
}


/* .elementor-1245 .elementor-element.elementor-element-3c7fc37 .tahefobu-sub-menu .tahefobu-sub-menu-item {
  position: relative;
}

.elementor-1245 .elementor-element.elementor-element-3c7fc37 .tahefobu-sub-menu .tahefobu-sub-menu-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #EE7836;
  transition: width 0.3s ease;
} */

.elementor-1245 .elementor-element.elementor-element-3c7fc37 .tahefobu-sub-menu .tahefobu-sub-menu-item:hover::after {
  width: 100%;
}

.elementor-1245 .elementor-element.elementor-element-3c7fc37 .tahefobu-sub-menu .tahefobu-sub-menu-item:hover,
.elementor-1245 .elementor-element.elementor-element-3c7fc37 .tahefobu-sub-menu .tahefobu-sub-menu-item.tahefobu-active-menu-item {
  background-color: #EE783612 !important;
  color: #333333 !important;
}


.elementor-element.elementor-element-e7e88cd.e-con-full.e-flex.e-con.e-child {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* header css over  */

/* service tab start */

.service-tab .e-n-tabs-heading {
  padding: 0px !important;
  border-color: #ee78361c;
}

.service-tab .e-n-tabs-heading button {
  margin-bottom: 10px !important;
  margin-top: 10px !important;
  background-color: #fff;
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] {
  background-color: #fff !important;
}

/* service tab over */

.elementor-1245 .elementor-element.elementor-element-3c7fc37 .tahefobu-nav-menu .tahefobu-menu-item {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.elementor-1245 .elementor-element.elementor-element-3c7fc37 .tahefobu-nav-menu .tahefobu-menu-item:hover {
  border: 1px solid #ef7d3e75;
  border-radius: 10px;
}

.elementor-1245 .elementor-element.elementor-element-3c7fc37 .tahefobu-nav-menu .tahefobu-menu-item {
  border: 1px solid #fff;
}

::selection {
  background-color: #2e2d2d;
  color: #ffffff;
}

#ast-scroll-top {
  background-color: #ee7836;
  /* font-size: 15px; */
  border-radius: 20px !important;
}

@media (min-width: 769px) {
  #ast-scroll-top {
    content: "769";
  }
}

#ast-scroll-top {
  display: none;
  position: fixed;
  text-align: center;
  cursor: pointer;
  z-index: 99;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5;
  color: #ffffff;
  border-radius: 2px;
  content: "";
  outline: inherit;
}

input:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="reset"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus,
.wp-block-search__input:focus,
[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,
.ast-mobile-popup-drawer.active .menu-toggle-close:focus,
#ast-scroll-top:focus,
#coupon_code:focus,
#ast-coupon-code:focus {
  border-style: none;
  border-color: inherit;
  border-width: thin;
}

a:focus {
  outline: none;
}

.elementor-icon {
  margin-top: 5px !important;
}

.single-post h3 {
  font-family: "Lato", Sans-serif;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 40px;
  color: #333333;
}

.elementor-1177 .elementor-element.elementor-element-293e8f9 .elementor-heading-title {
  font-size: 40px !important;
  font-weight: 600 !important;
  line-height: 62px;
  color: #0B1225;
}

#menu-1-3c7fc37 .menu-item-2542 .tahefobu-menu-item,
#menu-1-3c7fc37 .menu-item-11 .tahefobu-menu-item,
#menu-1-3c7fc37 .menu-item-12 .tahefobu-menu-item {
  padding-right: 32px !important;
}

#menu-1-3c7fc37 .menu-item-2542 .tahefobu-menu-item .tahefobu-sub-icon,
#menu-1-3c7fc37 .menu-item-11 .tahefobu-menu-item .tahefobu-sub-icon,
#menu-1-3c7fc37 .menu-item-12 .tahefobu-menu-item .tahefobu-sub-icon {
  margin-top: 2px;
}

.elementor-pagination .next,
.elementor-pagination .prev,
.elementor-pagination .page-numbers {
  padding: 10px 15px;
  background: #ee7836;
  border-radius: 10px;
  color: #fff;
  line-height: 25px;
  margin-top: 17px;
  display: inline-block;
}

/* blog css start  */
.blog-list-heading h3,
.blog-list-para {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.blog-list-para {
  -webkit-line-clamp: 4;
}

.blog-list-para div {
  font-size: 17px;
  line-height: 29px;
  color: #555555 !important;
}

.blog-list-heading h3 {
  font-size: 25px !important;
  line-height: 37px !important;
  color: #333333;
}

/* blog css over  */
@media (max-width: 767px) {
  .blog-list-heading h3 {
    font-size: 22px !important;
    line-height: 31px !important;
    color: #333333;
  }
}

input.wpcf7-form-control.wpcf7-phonetext.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-phonetext.form-control.fontcf7 {
  padding: 0px 0px 0px 78px !important;
}

.error404 #page {
  min-height: unset !important;
}

@media (min-width: 922px) {
  .error404 .ast-container {
    max-width: 100% !important;
    margin: 0px !important;
  }

  .error404 .ast-container #primary {
    margin: 0 !important;
  }
}

.error404 .elementor-element-313e966{
  display: none;
}

.elementor-element-d0d07c2 .elementor-heading-title {
    font-weight: 400 !important;
}

.e-n-tabs-heading {
    border: 1px solid transparent !important;
}