/**
Theme Name: Siyoth
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: siyoth
Template: astra
*/
/* Lahiru - Custom changes */
ul.foo-links.custom-foo.clearfix {
    display: flex;
    column-gap: 40px;
}
/* Lahiru - Header CSS */
a.logo-black {
    width: 300px;
    height: auto;
}

/* Lahiru - Home CSS */
.hero-bg, .hero-bg-title{
    background-color: #f5f4fd;
}
.custom-width {
  width: 130px;
}
/* Lahiru - Foooter CSS */
.footer-info{
    margin-bottom: 0px !important;
}

/* Lahiru - Scroll indecator CSS */
/* Style the header: fixed position (always stay at the top) */
.header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100% !important;
  background-color: transparent;
}
/* The progress container (grey background) */
.progress-container {
  width: 100%;
  height: 4px;
  background: transparent;
}
/* The progress bar (scroll indicator) */
.progress-bar {
  height: 4px;
  background: #04AA6D;
  z-index: 999;
  width: 0%;
}

.m-display{
  display: none !important;
}
.d-display{
  display: block !important;
}

/* Lahiru - Back to top */
#ast-scroll-top {
  background-color: #f80a05;
  font-size: 15px;
}

/* Lahiru - Contact CSS */
.page-template-contact-template .tra-menu .wsmainfull {
  /* background-color: #ffffff !important; */
}
.contact-form p, .contact-form label {
  text-align: left;
}
.contact-form {
  text-align: left;
  padding: 10px 50px 0 25px;
}
.two-by-two {
  display: flex;
  column-gap: 20px;
  margin-bottom: 0 !important;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  height: 30px;
}
.contact-form-wrap {
  border: 1px solid rgba(0, 0, 0, .2);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  /* background: rgb(0 0 0 / 7%); */
  -moz-box-shadow: 0 0 13px 3px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, .5);
  box-shadow: 0 0 13px 3px rgb(0 0 0 / 25%);
  overflow: hidden;
}
.contact-contatonfo-wrap {
  background-image: url(/wp-content/uploads/2024/11/Contact-box-image-2.jpg);
  padding: 151px;
  background-size: cover;
/*   min-height: 680px; */
}
.tel1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
}
.bg-inner {
  background-image: url(/wp-content/uploads/2024/11/Contact-cover-banner-w80-scaled.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.bg-inner-about{
  background-image: url(/wp-content/uploads/2024/11/about-hero-banner-scaled.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.bg-inner-solutions{
  background-image: url(/wp-content/uploads/2024/11/Solutions-cover-scaled.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.bg-inner-blog{
  background-image: url(/wp-content/uploads/2024/11/Blog-cover-scaled.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.bg-inner-news{
  background-image: url(/wp-content/uploads/2024/11/news-banner-scaled.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.bg-inner-careers{
  background-image: url(/wp-content/uploads/2024/11/careers-banner-scaled.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
}
.hero-title-wrapper {
  overflow: hidden;
  /* background-image: linear-gradient(90deg, #f6f4fd, #f4f5fd); */
  padding: 75px 0px;
}
.frosted-glass {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	background: inherit;
	overflow: hidden;
}
.frosted-glass:before {
	content: "";
	position: absolute;
	background: inherit;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	box-shadow: inset 0 0 2000px rgba(255, 255, 255, .2);
	filter: blur(10px);
	margin: -20px;
}
.wpcf7 form>p {
  margin-bottom: 0;
}
/* Lahiru: Customer icon */
.review-1 img.img-fluid.customer-icon {
    max-height: 78px;
    width: auto;
    margin: auto;
}
/* Lahiru: Ul CSS */
ul.dot-ul {
    list-style: disc;
}
/* Lahiru: Blog CSS */
.bdp-post-carousel-content {
    border-radius: 20px !important;
}
.bdp-post-image-bg img {
    border-radius: 20px !important;
}
.bdp-post-margin-content {
    border-radius: 20px !important;
}
h2.bdp-post-title {
    font-size: 25px !important;
}
button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    border-radius: 7px !important;
}
.ast-separate-container {
    background-color: #ffffff !important;
}
/* Lahiru - Careers CSS */
a#quick-apply-btn {
    color: #fff !important;
    border-color: #fd2021 !important;
    background-color: #fd2021 !important;
    border-radius: 5px !important;
}
a.btn.btn-primary {
    color: #fff !important;
    border-color: #fd2021 !important;
    background-color: #fd2021 !important;
    border-radius: 5px !important;
}
input.btn-search.btn.btn-primary{
	color: #fff !important;
    border-color: #fd2021 !important;
    background-color: #fd2021 !important;
    border-radius: 5px !important;
}
/* Lahiru  - Move reCAPTCHA v3 badge up */ 
.grecaptcha-badge {
    bottom: 90px !important;
}

/* Responsive */
  
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  /* CSS */
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  /* CSS */
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  /* Lahiru - Footer CSS */
  ul.foo-links.custom-foo.clearfix {
    flex-direction: column;
  }
  .custom-foo {
      text-align: center;
  }
  .m-center {
      text-align: center;
  }
  img.footer-logo {
    margin-bottom: 30px;
  }
  .container.pb-70.mpb-70 {
    padding-bottom: 14px;
  }
  /* Lahiru - Success stories */
  .custom-width {
    width: 100px;
  }
  /* Lahiru - Hero CSS */
  #hero-6 {
    padding-top: 0 !important;
  }
  .plr-50 {
    padding: 0px 20px;
  }
  /* Lahiru - Contact CSS */
  .contact-form {
    text-align: left;
    padding: 0px 27px 0 25px !important;
  }
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  /* Lahiru - Footer CSS */
  ul.foo-links.custom-foo.clearfix {
    flex-direction: column;
  }
  .custom-foo {
      text-align: center;
  }
  .m-center {
      text-align: center;
  }
  img.footer-logo {
    margin-bottom: 30px;
  }
  .container.pb-70.mpb-70 {
    padding-bottom: 14px;
  }
  /* Lahiru - Success stories */
  .custom-width {
      width: 100px;
  }
  /* Lahiru - Hero CSS */
  #hero-6 {
    padding-top: 0 !important;
  }
  .plr-50 {
    padding: 0px 20px;
  }
  /* Lahiru - Contact CSS */
  .contact-form {
    text-align: left;
    padding: 0px 27px 0 25px !important;
  }
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
  /* Lahiru - Footer CSS */
  ul.foo-links.custom-foo.clearfix {
    flex-direction: column;
  }
  .custom-foo {
    text-align: center;
  }
  .m-center {
    text-align: center;
  }
  img.footer-logo {
    margin-bottom: 30px;
  }
  .footer-copyright {
    text-align: center;
  }
  ul.bottom-footer-socials.ico-20.text-end {
    text-align: center !important;
  }
  /* Lahiru - Success stories */
  .custom-width {
    width: 100px;
  }
  /* Lahiru - Custom dispay CSS */
  .m-display{
    display: block !important;
  }
  .d-display{
    display: none !important;
  }
  .container.pb-70.mpb-70 {
    padding-bottom: 14px;
  }
  /* Lahiru - Contact CSS */
  .two-by-two {
    flex-direction: column;
  }
  .contact-form {
    text-align: left;
    padding: 40px 20px 20px 20px !important;
  }
  /* Lahiru - About CSS */
  .review-1 {
    margin: 0px;
  }
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
  
  /* Lahiru - Hero CSS */
  img.m-m0 {
    margin: 0;
  }
  .hero-6-img.mbi-20 {
    margin-bottom: 30px !important;
  }
  /* Lahiru - Footer CSS */
  ul.foo-links.custom-foo.clearfix {
    flex-direction: column;
  }
  .custom-foo {
      text-align: center;
  }
  .m-center {
      text-align: center;
  }
  img.footer-logo {
    margin-bottom: 30px;
  }
  .container.pb-70.mpb-70 {
    padding-bottom: 14px;
  }
  .footer-copyright {
    text-align: center;
  }
  ul.bottom-footer-socials.ico-20.text-end {
    text-align: center !important;
  }
  /* Lahiru - Success stories */
  .custom-width {
    width: 100px;
  }
  /* Lahiru - Custom dispay CSS */
  .m-display{
    display: block !important;
  }
  .d-display{
    display: none !important;
  }
  /* Lahiru - Contact CSS */
  .two-by-two {
    flex-direction: column;
  }
  .contact-form {
    text-align: left;
    padding: 40px 20px 20px 20px !important;
  }
  /* Lahiru - About CSS */
  .review-1 {
    margin: 0px;
  }
  
}