/********* Compiled - Do not edit *********/
:root{--color-primary:#f13c46;--color-gradient-start:#f42958;--color-gradient-stop:#e4442a;}.woocommerce ul.products, .woocommerce-page ul.products{margin-left:-15px;margin-right:-15px;}.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{padding-left:15px;padding-right:15px;}body{font-family:Rubik;font-weight:400;font-size:16px;color:##000000;}body.single-post .blog-single-title{font-family:inherit;}body.single-post .content{font-family:inherit;}.h1,h1{font-family:Rubik;font-weight:500;line-height:1.2em;letter-spacing:1;font-size:40px;color:#181b31;}.h2,h2{font-family:Rubik;font-weight:700;line-height:1.2em;font-size:40px;color:#181b31;}.h3,h3{font-family:Roboto;font-weight:500;line-height:1.2em;font-size:32px;color:#181b31;}.h4,h4{font-family:Roboto;font-weight:500;line-height:1.2em;font-size:25px;color:#181b31;}.h5,h5{font-family:Roboto;font-weight:500;line-height:1.2em;font-size:21px;color:#181b31;}.h6,h6{font-family:Roboto;font-weight:500;line-height:1.2em;font-size:18px;color:#181b31;}.titlebar-inner h1{}.titlebar-inner p{}.titlebar-inner{padding-top:40px;padding-bottom:40px;}.titlebar{background-color:#54575491;}.footer-menu-list a{
    font-size: 16px;
    color: #fff;
}
.footer-menu-list ul li{
    list-style-type: none;
}
.footer-menu-list ul{
    padding: 0px;
}
.sn_counter_col_flied .wpb_wrapper-inner {
   display: flex;
    border: 1px solid #282828;
    align-items: center;
    border-radius: 10px;
    border-bottom: 5px solid #797878;
    padding: 13px 20px;
}
.sn_counter_col_flied  .liquid-counter{
       margin-bottom: 0px;
}
.sn_ser_hd span {
    font-weight: 500;
}

/*We work Slider*/

.Service_Slider .item img {
    width: 43px !important;
    margin: auto;
}
.Service_Slider .owl-item{
    margin-top: 35px;
}
.Service_Slider .item {
    background: #fff;
    text-align: center;
    padding: 20px;
    border: 1px solid #e5e5e5;
}
.Service_Slider{
 position: relative;
}
.Service_Slider:before {
    content: "";
    background-image: url("../2024/11/in_work_bg_round_image.png");
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
}


.sn_in_work_slider_count {
    position: absolute;
    background: #000;
    width: 50px;
    height: 50px;
    background-color: #000;
    border-radius: 50%;
    text-align: center;
    z-index: 2;
    margin: auto;
    left: -22px;
    top: -22px
}
.sn_in_work_slider_count::after, .sn_in_work_slider_count::before{
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  z-index: -2;
  border-radius: 50%;
  transition: all ease 0.4s;
  animation: ripple 3s ease-in-out infinite;
}
.item.sn_slider_flied h3, .item.sn_slider_flied a {
    display: none;
}
.sn_in_work_slider_count span{
  color: #fff;
  line-height: 52px;
  font-weight: 600;
  font-size: 20px;
}
.item.sn_slider_flied p {
    margin: 0;
    font-weight: 600;
    color: #000;
    font-size: 15px;
    padding-top: 13px;
}
@keyframes ripple {
  0% {
      transform: scale(1);
      opacity: 0;
  }

  30% {
      opacity: 0.4;
  }

  100% {
      transform: scale(1.5);
      opacity: 0;
  }
}

/* Basic styling for the Owl Carousel dots */
.owl-carousel .owl-dots {
  text-align: center !important;
  margin-top: 20px !important; /* Adjust the margin as needed */
}

.owl-carousel .owl-dot {
  display: inline-block !important;
  width: 12px !important; /* Adjust the width of each dot */
  height: 12px !important; /* Adjust the height of each dot */
  margin: 5px !important;
  border: 1px solid #222d35 !important; /* Default color of the dots */
  border-radius: 50% !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
}

.owl-carousel .owl-dot.active {
  background-color: #333 !important; /* Color of the active dot */
}




/*Team Section*/


.team-members {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}
h3.team-member-name {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.team-member-thumbnail img {
    width: 100%;
}

.team-member-info {
    background: #fff;
    border-bottom: 5px solid #797878;
    border-radius: 10px;
    position: relative;
    top: -25px;
    width: 90%;
    margin: auto;
    padding: 10px 0px;
    /* border: 1px solid; */
}

.team-member-info p {
    margin: 0;
    color: #797878;
    font-size: 14px;
    font-weight: 400;
}


/*banner slider*/


h1.banner-slider-title span {
    font-size: 22px;
    font-weight: 500;
    display: block;
}

h1.banner-slider-title {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
     margin-bottom: 15px;
}

.sn_banner_slider_desc p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.banner-botton-flied a {
    background: #797878;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    width: 140px;
    height: 42px;
    line-height: 41px;
}
.banner-botton-flied a:nth-child(2) {
    background: none;
    border: 1px solid #fff;
}
.banner-botton-flied {
    display: flex;
    gap: 20px;
    justify-content: center;
}
.item.bn_slider_flied {
    position: relative;
}

.banner_slider_decs_flied {
     position: absolute;
    top: 0;
    z-index: 9;
    right: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
     width: 100%;
     padding: 0px 72px;
}
.banner-botton-flied a:hover {
    background: #47af64;
    border: none;
}

.Banner_Slider button.owl-prev {
    background: #fff !important;
    left: 25px;
    position: relative;
    top: 222px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
}
.Banner_Slider .owl-nav {
    position: absolute;
    top: 0;
    width:100%;
}
.Banner_Slider button.owl-next{
   background: #fff !important;
    right: -642px;
    position: relative;
    top: 222px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
}
.sn-theme-bnt-st a {
    margin-left: 15px;
}
 .sn-row-direction-flied .row.ld-row {
    flex-direction: row-reverse;
}
/*News and Upadate*/


.news_articles_marquee {
    overflow-y: hidden; /* Hide overflow on Y-axis */
     height: calc(6 * 55px);   
    position: relative;
    padding: 0px 30px;
}
.news_articles_marquee .news-updates-item {
    padding: 10px 0; /* Add padding for better spacing */
}
.news-updates-item {
    display: flex;
    gap: 15px;
}
.sn_news_hd_bg h4 {
    padding: 20px 0px;
}

.news-updates-item p {
    margin: 0;
    color: #fff;
}


@media only screen and (min-width: 320px) and (max-width: 767px){
    
    .banner_slider_decs_flied{
        padding: 0px 12px;
        top: 8px;
    }
    .banner-botton-flied{
        display: none;
    }
    .Banner_Slider button.owl-prev {
    display: none;
}
.social-icon.social-icon-sm {
    font-size: 14px;
    margin-bottom: 25px;
}
  h1.banner-slider-title{
      display: none;
  }  
  .banner-sec-mar{
      margin-top: 0px;
  }
  h1.banner-slider-title span{
      font-size: 18px;
      display: inline;
  }
  .banner-sec-mar.vc_custom_1730987482110{
    margin-top: 0px !important;  
  }
  h1.banner-slider-title {
    margin-bottom: 10px;
}
  .sn_banner_slider_desc p{
      font-size: 15px;
  }
  .Banner_Slider button.owl-next {
    display: none;
}
.sn_partner_sec {
    margin-top: 90px;
}
.sn_partner_para{
    padding: 0px;
}
.wpb_text_column.wpb_content_element.vc_custom_1730984521430.sn_partner_para {
    padding: 0px !important;
}
.col-mar-btn{
    margin-bottom: 25px;
}
.sn_counter_col_flied .wpb_wrapper-inner:nth-child(4){
      margin-bottom: 0px;
}
.sn_in_work_slider_count {
    left: 15px;
}
.team-members {
   grid-template-columns: repeat(1, 1fr);
    gap: 10px;
}
.sn-theme-bnt-st a {
    margin-left: 0px;
    margin-top: 10px;
}
.mob-font-size h2{
    font-size: 30px !important;
}
.mob-font-size span.ld-fh-txt{
     font-size: 30px !important;
}
h2.mob-font-size {
    font-size: 30px !important;
  
}

}


@media only screen and (min-width: 767px) and (max-width: 1024px){
   .banner_slider_decs_flied{
        padding: 0px 12px;
        top: 8px;
    }
    .banner-botton-flied{
        display: none;
    }
    .Banner_Slider button.owl-next{
   right: -619px;
   top: 222px;

}

  .banner-sec-mar.vc_custom_1730987482110{
    margin-top: 0px !important;  
  }
  h1.banner-slider-title {
    margin-bottom: 10px;
}
  .sn_banner_slider_desc p{
      font-size: 15px;
  }

.sn_partner_sec {
    margin-top: 90px;
}
.sn_partner_para{
    padding: 0px;
}
.wpb_text_column.wpb_content_element.vc_custom_1730984521430.sn_partner_para {
    padding: 0px !important;
}
.col-mar-btn-tab{
    margin-bottom: 25px;
}
.sn_counter_col_flied .wpb_wrapper-inner:nth-child(4){
      margin-bottom: 0px;
}
.sn_in_work_slider_count {
    left: 15px;
}
.team-members {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 20px;
}
 
.tab-col-width{
    width: 100%;
} 
.tab-counter-col{
    width:  50% !important;
       
}
.news-updates-item{
   justify-content: center;
}
 
}

@media only screen and (min-width: 1024px) and (max-width: 1199px){
  .news_articles_marquee {

    height: calc(5* 48px);
}  
.Banner_Slider button.owl-next{
    right: -516px;
}
.sn_counter_col_flied .wpb_wrapper-inner{
    padding: 13px 26px;
}
    
}