body, h1,h2,h3,h4,h5,h6{
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
p,h2,ul,li{
  color: #6c757d;;
}
b{
  color: #000;
}
a{
  color: #53a623;
}
h1{
  font-weight: 500 !important;
  color: #53a623;
  font-size: 2rem;
}
h2{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
h3{
  color: #53a623;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 15px;
}
h4{
  font-size: 18px;
  font-weight: 500;
}
a{
  cursor: pointer;
}
.box-shadow{
   box-shadow:0px 0px 12px 0px rgb(0 0 0 / 10%)
}
img[data-emoji] {
  width: 20px;
  height: 20px;
}
img[data-emoji="✅"]{
    margin-top:-4px;
}
.sg-content h1{
  font-size: 2rem;
}
.sg-content, section.sg-blog, .sg-testimonial{
  padding: 50px 0px !important;
}
.internal-page ul{
    list-style:none;
}
.internal-page li{
    margin-bottom:15px;
}
.internal-page ul li:before{
    content: "\f14a";
    font-family: 'fontawesome';
    color: #53a623;
    margin-right: 15px;
}
ol > li::marker {
  font-weight: bold;
  color:#000;
}
.sg-bg-primary, .bg-primary{
  background-color:#53a623 !important;
}
.text-primary{
  color: #53a623 !important;
}
.bg-light, .sg-bg-light{
  background-color: #dadcde !important;
}
.bg-extra-light{
  background-color: #f6f6f6 !important;
}
.text-primary{
  color: #53a623;
}
.img-shadow{
   border:5px solid #fff !important;
  box-shadow:10px 12px 40px rgba(0, 0, 0, 0.2)
}

.transition {-webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease;}
.page-title-section{
  padding-bottom: 0px !important;
}
.section-heading{
    position:relative;
    font-size: 32px;
    padding-bottom:15px;
    margin-bottom:30px;
}
.section-heading:before {
    content: "";
    position: absolute;
    bottom: -2px;
    top:100%;
    width: 80px;
    height: 2px;
    background-color: #53a623;
}
.section-heading.text-center:before {
    left: 50%;
    transform:translate(-50%,-100%);
}

.sg-btn.sg-btn-primary, .btn-primary, .sg-btn.sg-btn-primary:focus, .btn-primary:focus, .btn-primary:focus, .sg-btn.sg-btn-primary:active{
    background-color:#53a623 !important;
    border-radius:0;
    border:2px solid #53a623 !important;
    padding: .75rem 1rem !important;
    box-shadow: none !important;
}
.sg-btn.sg-btn-primary:hover, .btn-primary:hover{
    background-color:#fff !important;
    color:#53a623 !important;
    border:2px solid #53a623 !important;
}
.sg-btn.sg-btn-primary.reverse{
    background-color:#fff !important;
    color: #53a623;
}
.sg-btn.sg-btn-danger{
  border-radius: 0px !important;
}
.sg-card .card-img {
    overflow:hidden;
}
.sg-card:hover .card-img img {
    transition:1s ease;
    transform:scale(1.2);
}
.navbar-toggler{
  background-color: #53a623;
}
/*top bar css start*/
.top-bar .top-links li{
    margin:5px 15px;
    
    &:last-child{
      margin-right: 0px;
    }
}

.top-bar .top-links li a{
    color:#001a31;
    text-decoration:none;
    
    &:hover{
      color:#53a623;
      text-decoration:none;
    }
}

.top-bar .top-bar-cta a{
  padding: .50rem 1rem !important;
  
  &:focus{
    padding: .50rem 1rem !important;
  }
}
input#site_search_field {
    padding:0px 10px !important;
}
.site_search_submit {
  width: 30px;
  border: none;
  background: url('https://uploads.prod01.london.platform-os.com/instances/961/assets/images/search-icon.png?updated=1745567867086') no-repeat center;
  position: absolute;
  top: 0px;
  right: 8px;
  bottom: 0px;
  cursor: pointer;
  outline:none;
  border:none;
  box-shadow: none;
}
/*top bar css end*/
/*header css start*/
.sg-masthead{
    box-shadow:0 4px 6px -6px rgba(0, 0, 0, 0.4)
}
.sg-masthead .navbar .nav-link:hover{
  color: #53a623 !important;
  text-decoration: none !important;
}
.sg-masthead .navbar-dark .navbar-nav .nav-item:last-child .nav-link{
    color:#fff !important;
    background:#53a623;
    padding:8px 20px;
    text-decoration:none;
}
.sg-masthead .navbar li.dropdown-item:hover {
    background-color:#53a623;
}
.sg-masthead .navbar li.dropdown-item:hover .nav-link{
    color:#fff !important;
    text-decoration:none !important;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
}
/*header css end*/
.page-title-section{
  background-position: center;
  background-size: cover;
  padding:80px 0px !important;
}
/*slider css start*/
#homepage-slider .carousel-item img {
    height:400px;
    object-fit:cover
}
#homepage-slider .text-white p{
    color:#fff
}
/*slider css end*/
/*services section css start*/
.service-box{
  position:relative;
}
.service-name{
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  padding: 15px 10px;
  background: #53a623;
  border: 2px solid #53a623;
}
.service-name:hover{
  background: transparent;
  border: 2px solid #53a623;
  color: #53a623;
}
.service-box img {padding: 0 !important; display: block; max-width: 100%; height: auto; outline: transparent solid 2px; outline-offset: 0px;}
.service-box:hover .service-img img{opacity:0.3; outline: #000 solid 2px; outline-offset: -15px;}
.service-box h4, .service-box p {-webkit-transition: all .5s ease; -moz-transition: all .5s ease; -o-transition: all .5s ease;  transition: all .5s ease;} 
.service-box .service-img h4 {font-size: 18px; position: absolute; position: absolute; top:20%; left:0; right:0; margin:0 auto; text-align: center; opacity: 0;padding: 0 35px;}
.service-box:hover .service-img h4, .service-box:focus .service-img h4 {opacity: 1;}
.service-box .service-img p {font-size: 12px; position: absolute; color:#000; letter-spacing: 2px; position: absolute; top:33%; left:0; right:0; margin:0 45px; text-align: center; opacity: 0;font-weight:500;}
.service-box:hover .service-img p, .service-box:focus .service-img p {opacity: 1;}
.service-box a:hover{text-decoration:none;}
/*services section css end */
/*our testimonials section css start*/
section.sg-testimonial.sg-testimonial-04.sg-bg-light {
    background-image:url('../images/Antilles-Diffusion-Informatique-hp-banner-1.png?updated=1738260283');
    background-size:cover;
    background-position:right;
    padding:60px 0px;
}
.sg-testimonial .owl-nav {
    text-align:center;
}
.sg-testimonial .owl-prev, .sg-testimonial .owl-next{
    background-color:#53a623 !important;
    color:#fff !important;
    position:absolute;
    top: 36%;
    margin:5px;
    border-radius:50%;
    height:30px;
    width:30px;
}
.sg-testimonial .owl-prev{
  left: 0;
}
.sg-testimonial .owl-next{
  right: 0;
}
.sg-testimonial .owl-carousel .owl-item img{
  height: 99px;
  width: auto;
  margin: auto;
}
.sg-testimonial .owl-carousel .owl-item .rounded-card .col-md-8{
    min-height:163px !important;
}
/*our testimonials section css end */
/*homepage blog css start*/
.hp-blogs-section .sg-card{
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
}
.hp-blogs-section h3 a{
    font-size:22px;
    color:#53a623;
    font-weight:500;
    text-decoration:none;
    line-height:1.2;
}
/*homepage blog css end*/
/*brands section css start*/
.partner-area .partner-item img {
  filter:grayscale(100%);
  opacity:0.5;
}
.partner-area .partner-item img:hover {
  filter:none;
  opacity:1;
}
.partner-area .owl-carousel .owl-stage{
    display:flex;
    align-items:center;
}
.partner-area .owl-carousel .partner-item{
    padding:20px;
}
/*brands section css end*/
/*footer css start*/
.sg-footer .footer-widget ul{
  padding: 0;
}
.sg-footer .footer-widget li{
    list-style:none;
    margin-bottom:15px;
}
.sg-footer .footer-widget li a{
    text-decoration:none;
    color: #212529;
}
.sg-footer .footer-widget li a:hover{
    text-decoration:none;
    color: #53a623;
}
.sg-footer .footer-widget h3 {
  margin-bottom: 25px;
  font-size: 25px;
  position: relative;
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
  width:80%;
}

.sg-footer .footer-widget h3::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #001a31;
}

.sg-footer .footer-widget.quick-links li:before {
    content: "\f101";
    font-family: 'fontawesome';
    color: #001a31;
    margin-right:15px;
}
.sg-footer .footer-contact .icon{
    color:#001a31;
    margin-right:12px;
}
.sg-footer .footer-social-icons i{
    color:#001a31;
    font-size:20px;
}
.footer-bottom-area a{
  color: #fff;
  text-decoration: none;
}
footer a:hover{
    color:#53a623 !important
}
.footer-bottom-area{
    position:relative;
}
.footer-bottom-area:before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 90%;
    height: 2px;
    background-color: #212529;
    transform:translate(-50%,0)
}
.footer-social-icons .social-icon{
  font-size: 18px;
}
#topBtn {
  display: none; 
  position: fixed; 
  bottom: 80px; 
  right: 30px; 
  z-index: 99; 
  border: 2px solid #fff !important; 
  outline: none; 
  background-color: #53a623;
  color: white; 
  cursor: pointer; 
  padding: 0px; 
  font-size: 18px; 
  width:40px;
  height:40px;
  border-radius:50%;
  justify-content: center;
}

#topBtn:hover {
  background-color: #555; 
  border: 2px solid #53a623 !important; 
}
/*footer css end*/
/*FAQ page css start */
section.sg-faq .card-body{
    border:1px solid #eee;
    border-top:0
}
/*FAQ page css end */
/*blog page css start*/
.pagination-wrapper .pagination{
    justify-content:center;
}
.pagination-wrapper .page-link{
    color:#53a623;
}
.pagination-wrapper .page-item.active .page-link{
    background-color:#53a623;
    border-color:#53a623;
    color:#fff;
}
.pagination-wrapper .page-link:focus{
  box-shadow: none;
}
.recent-posts-sidebar li{
    display:flex;
}
.recent-posts-sidebar li a{
    color:#6c757d
}
.recent-posts-sidebar li a:hover{
    color:#53a623;
}
.recent-posts-sidebar i{
    color:#53a623;
    margin-right:10px;
}
.sg-blog-details-02 h3{
  font-size: 24px;
}
/*blog page css end*/

/*contact page css start */
.contact-form form{
    box-shadow:0 10px 20px 3px rgb(99 119 238 / 40%);
    padding:20px;
}
.contact-form textarea{
    min-height:100px;
}
.contact-form select {
  height: 40px;
  padding: 0px 10px;
  border: 1px solid #ddd;
}
.checkbox {
    font-size:12px;
}
.sidebar-widget {
    box-shadow:0 10px 20px 3px rgb(99 119 238 / 40%);
    padding:20px;
    margin-bottom:20px;
    display:flex;
    align-items:center;
}
.sidebar-widget a{
    text-decoration:none;
}
.sidebar-widget a:hover{
    color:#53a623 !important;
}
.sidebar-widget i{
    margin-right:15px;
    color: #53a623;
}
.phone-error-msg.error {
    color: #fff;                     /* white text */
    background-color: #dc3545;     /* red background */
    font-size: 14px;
    padding: 6px 7px;
    border-radius: 4px;
    margin-top: 15px;
    text-align: center;
}
/*contact page css end */
/*sitemap page css start */
.sitemap-menu a:hover{
    color:#53a623 !important;
}
.sitemap-menu li {
    border:1px solid #ddd;
    padding:10px 15px
}
/*sitemap page css end */
/*Media query css start*/
@media screen and (min-width:992px) and (max-width:1280px){
  .g-map iframe{
    width:100% !important;
  }
}
@media screen and (min-width:1280px){
  .container, .container-lg, .container-md, .container-sm, .container-xl{
    max-width: 1265px;
  }
  .top-bar .top-bar-cta{
    display: none;
  }
}
@media screen and (max-width:1279px) and (min-width:1200px){
  header .navbar-nav .nav-item:last-child{
    display: none;
  }
}
@media screen and (max-width:1199px){
  .sg-masthead .navbar-collapse {
    border:1px solid#ddd;
    padding:10px 20px;
    margin-top:15px;
  }
  .sg-masthead .navbar-nav .nav-item{
      border-bottom:1px solid #ddd;
  }
}
@media (max-width: 767px) {
  .top-links li:nth-child(-n+3) {
    display: none;
  }
}

@media screen and (max-width:550px){
  #homepage-slider .carousel-item img{
    height: 450px;
  }
  h1{
    font-size:26px !important;
    line-height:36px;
  }
  .internal-page h3{
      font-size:24px !important;
      line-height:34px;
  }
  .sg-btn{
    width: auto;
  }
  .sg-footer .footer-widget li{
    margin-right: 10px;
  }
}

@media screen and (max-width:400px){
  .g-map iframe{
    width:100% !important;
  }
}