*{
    margin: 0;
    padding: 0;
    font-family: 'Arimo', sans-serif;
}
:root{
    --main-color : #ff4500;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 700;
    color: #3e3e3e;
}
p{
    color: #7b7a7a;
}
a:hover{ 
    text-decoration: none;
    color: #fff;
}
header{
    padding: 20px 0px;
}
li.live{color: #000 !important}
.main-btn{padding: 10px 20px;display: inline-block;background: var(--main-color);
    color: #fff;border-radius: 10px;font-weight: 600;}
    .top-header ul{margin-bottom: 0px;}
.top-header ul li{display: inline-block;margin-left: 20px;font-size: 16px;color: #666;}
.top-header ul li a{display:inline-block;color: #666;}
.logo{max-width: 200px;display: block;}
.logo img{width: 100%;}
.top-header{padding: 10px 0;border-bottom: 1px solid #eee;}
.top-header p{color: #666;font-size: 16px;margin-bottom: 0px;}
.carousel-item img{
    width: 100%;
    filter: brightness(0.9);
}
.sbox-4 {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px 25px;
    border-radius: 6px;
    margin-bottom: 30px;
    transition: all 300ms ease-in-out; 
  }
  .sbox-4-txt h5,
.sbox-5-txt h5 {
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}
.sbox-4-txt::-webkit-scrollbar {width: 2px;}
.sbox-4-txt p,
.sbox-5-txt p {
  color: grey;
  margin-bottom: 0;
}
 
  .sbox-4-icon,
.sbox-5-icon {
  display: inline-block;
  font-size: 60px;
  float: left;
  margin-right: 20px;
  width: 80px;
}
.sbox-4-txt{width: calc(100% - 80px);height: 150px;overflow: auto;}
.sbox-4-icon img{width: 100%;}
.about-img {
    position: relative;
  }
  #about-1 .video-square,
  #about-2 .video-square {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
    background-color: #fff; 
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 6px;  
  } 
  
  #about-1 .video-square {
    left: 5px;
  }
  
  #about-2 .video-square {
    right: 5px; 
  }
  
  .about-4-img {
    padding-right: 20px;
  }
  .box-list-icon{float: left;margin-right: 20px;}
  .about-5-img {
    margin-top: 15px;
  }
  
 .about-section{padding: 50px 0;background-color:#eee;background-image: url(../img/bg.png);background-size: 100%;background-position: bottom right; background-repeat: no-repeat;} 
  
  

  .grey-color{color: gray;}
  .sbox-4:hover {
    background-color: #fff; 
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  
.fa-angle-left, .fa-angle-right {
    font-size: 40px;
    border: 1px solid;
    padding: 5px 10px;
}
.slider-data {
    position: absolute;
    bottom: 41%;
    width: 100%;
    
}
.slider-data h2 {
    text-align: center;
    font-size: calc(14px + 1.6vw);
    color: #fff;
    text-shadow: 1px 1px 4px #00000082;
    margin: 0;
}
.service-section{background-color: #eee;background-image: url(../img/bg2-01.png);background-size: 350px;background-repeat: repeat;}
.slider-data p {
    text-align: center;
    font-size: calc(14px + 3vw);
    color: #fff;
    margin: 0;
    font-weight: 600;
    line-height: 47px;
    text-shadow: 1px 1px 4px #00000082;
    margin-bottom: 35px;
}
.slider-data h3 {
    color: #313131;
    font-size: calc(14px + 3vw);
    font-weight: 900;
    text-align: left;
    /* font-family: 'Playfair Display', serif; */
    /* text-shadow: 1px 2px 5px #000; */
}
.btngrpp {
    margin-top: 21px;
    text-align: center;
}
#cta-4 {
    background: url(../img/cta-4.jpg); 
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center center;
    background-size: cover;
  }
  
  #cta-4 .cta-txt {
    padding-left: 0;
  }
  
  /*------------------------------------------*/
  /*    CALL TO ACTION TYPOGRAPHY
  /*------------------------------------------*/ 
  h3.h3-xl { font-size: 3rem; }      /* 48px */
  .cta-txt h3,
  .cta-txt h2 {
    line-height: 1;
    margin-bottom: 10px;
  }
  
  #cta-4 .cta-txt h3 {color: #fff;
    line-height: 1.15;
    margin-bottom: 20px;
  }
  
  #cta-3 .cta-txt h4 {
    line-height: 1;
    margin-bottom: 0;
  }
  
  .cta-txt h5 {
    font-weight: 400;
    letter-spacing: 0.25px;
    margin-bottom: 0;
  }
  
  .cta-txt p {
    color: #eee;
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  
  #cta-4 .cta-txt p {
    margin-bottom: 30px;
  }
  

  
  .cta-btn p {
    font-size: 1.05rem;
    font-family: 'Muli', sans-serif;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 15px;
  }
  
  .cta-btn p span {
    font-weight: 700;
  }
  

  
.btn{
   background: var(--main-color);
    color: #fff !important;
    border-radius: 0;
    padding: 7px 25px;
    border-radius: 30px;
}
.btn:hover{
    background: var(--main-color);
}
.threepoint{
    padding: 50px 0px;
}
.threebox{
    display:flex;
    padding: 20px;
    gap: 15px;
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 8%);
}
.threeimg{
    width: 107px;
}
.threeimg img{
    width: 100%;
}
.breds{
    background: #fff3e2;
    padding: 50px 0px;
}
.homecatbox{
    border-left: 17px solid var(--main-color);
    position: relative;
    /* border-radius: 50px; */
}
.homecatbox:before{
    content: '';
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #010f2b33, transparent);
    /* border-radius: 30px; */
    z-index: 1;
}
.homecattext {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 50px;
    padding-left: 30px;
    z-index: 2;
}
.homecatbox img{
    /* border-radius: 30px; */
    transform: scale(1.0);
    transition: all ease .5s;
}
.homecatimg{
    overflow: hidden;
    /* border-radius:30px; */
}
.homecatbox:hover img{
    transform: scale(1.1);
    transition: all ease .5s;
}
.homecattext p{
    color: #fff;
}
.homecattext h4 a{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 28px;
}
.petprocess{
    padding: 50px 0px;
}
.processimg {
    border: 20px solid var(--main-color);
    border-radius: 53px;
    margin-bottom: 20px;
}
.processimg img{
    border-radius:23px;
}
.probox{
    text-align: center;
    position: relative;
    width: 80%;
    margin: auto;
}
.count{
    position: absolute;
    right: -25px;
    top: -25px;
    background: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    line-height: 62px;
    font-weight: 700;
    font-size: 24px;
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 19%);
    color: var(--main-color);
}
.toppets{
    padding: 50px 0px 50px;
}

.cbox-3 {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
  }
  .cbox-3 img{
    min-width: 265px;
    min-height: 265px;
  }
  .cbox-3:hover .hover-overlay img {
    transform: scale(1.2);
  }
  
  .cbox-3:hover .item-overlay {
    opacity: 1; background-color: rgba(0, 0, 0, 0.45);
  }
  .item-overlay {
    opacity: 1;
    -moz-opacity: 0; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.5));
    transition: all 400ms ease-in-out;
  }
  .hover-overlay {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative; 
  }
  
  .hover-overlay img {
    transform: scale(1);
    overflow: hidden;
    transition: transform 400ms;
  }
  
.cbox-3 img,
.cbox-3 .hover-overlay {
  border-radius: 8px;
}

/*------------------------------------------*/
/*  Image Hover Effect 
/*------------------------------------------*/ 

.cbox-3:hover .hover-overlay img {
  transform: scale(1.2);
}

.cbox-3:hover .item-overlay {
  opacity: 1; 
}
.country-name {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
  }
  
  .cbox-3 h5 {
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;color: #fff;
  }
  
.prodbox{
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin-bottom: 30px;
    transition: all 300ms ease-in-out; 
}
.prodtext{
    padding: 20px 20px;
    text-align: center;
}
.prodtext h4 a{
    color: #3e3e3e;
}
.call {
    position: relative;
    color: #fff;
    padding: 70px 0px;
    background-image: url(../img/callto.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}
.call:after{
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(360deg,#393939 0%,rgba(1,40,99,0) 100%);
    z-index: -1;
}
.call h2{
    color: #fff;
}
.call p{
    color: #fff;
}
.testi{
    padding: 60px 0px;background-image: url(../img/bone-bg.png);background-size: cover;background-position: bottom ;background-color: #eee;
}

.testimonial{
    background-color: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
    text-align: center;
    margin: 10px;padding: 20px;

}
.testimonial .pic{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
}
.testimonial .description{
    /* padding: 0 20px 20px; */
    font-size: 15px;
    color: #333;
    line-height: 30px;
    margin-bottom: 25px;
}
.testimonial .title{
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 600;
    color: #2c3f69;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.testimonial .post{
    display: block;
    font-size: 15px;
    color: #e4ac01;
    text-transform: capitalize;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-page span{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #2c3f69;
    opacity: 0.8;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
    transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span{ background: #e4ac01; }
@media only screen and (max-width: 479px){
    .testimonial{padding: 10px;}
    .testimonial .description{ padding: 0 5px 20px; }
}

footer{
    background-image: url(../img/blue-map.jpg);background-size: cover;padding: 30px 0 20px;
}
footer p{color: #eee;}
footer a:hover {
    color: var(--main-color) !important;
}
.floc{
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
}
.fimg {
    width: 200px;
}
.fimg img{
    width: 100%;
}
.flogo{
    padding: 20px 0px;
    border-bottom:1px solid #3d3d3d;
    margin-bottom: 30px;
}
.flogo img{
    width: 170px;
    margin: auto;
    display: block;
}
.floctext p{
    margin: 0;
    color: #fff;
}
.floctext p a{
    color: #fff;
}
.footlink{
    margin-bottom: 20px;
}
.footer-title{font-size: 20px;font-weight: 700;color: #fff;text-transform: uppercase;margin-bottom: 15px;}
.footlink ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.copy{padding: 10px 0;background: #000;}
.copy p{margin-bottom: 0px;color: #fff;font-weight: 500;}
.contact_list li{margin-bottom: 20px !important;}
.footlink ul li i{margin-right: 5px}
.footlink ul li{
    color: #fff;
    list-style: none;
    display: block;
    margin: 5px 10px;
}
.footlink ul li a{
    color: #fff;
} 
.heading{
    color: #2c3f69;
    font-size: 35px;
}
.testimonial{
    position: relative;
}
.testimonial i{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 105px;
    color: blanchedalmond;
    transform: rotate(307deg);
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 26px;
    z-index: 9999;
    cursor: pointer;
    transition: opacity .5s ease-out;
    opacity: 0;font-size: 40px;
}

.inner-bg2 {
    background-image: url(../img/parallax-06.jpg);
    background-repeat: no-repeat;
}
.inner-banner {
    position: relative;
    background-position: center right;
    background-size: cover;
}
.inner-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear,left top,right top,from(#74737385),to(var(--main-color)87));
    background-image: linear-gradient(to right,var(--main-color)47,#002e7954);
}
.inner-banner .inner-title {
    padding-top: 10px;
    padding-bottom: 80px;
    position: relative;
    z-index: 1;
}
.inner-banner .inner-title h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    margin-top: 70px;
    text-align: center;
    text-shadow: 3px 2px 3px #00000070;
}
.inner-banner .inner-title ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.inner-banner .inner-title ul li {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-right: 40px;
    font-weight: 500;
}

.inner-banner .inner-title ul li a {
    color: #fff;
}

.inner-banner .inner-title ul li {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    position: relative;
    margin: 0px 3px;
    font-weight: 500;
}
.middiv{
    padding: 60px 0px;
}
.abt img{
    width: 550px;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

.middiv .prodbox {
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 8%);
}
.middiv .testimonial{
    margin-bottom: 50px;
}
/*----------product slider-------*/

.pthumb{
    border: 1px solid grey;
    margin: 0px 5px;
}
.pthumb img{
    width: 100%;

}
.p-img{
    background: #f2f2f2;
}
.p-img img{
    width: 100%;

}
.slick-next:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    font-size: 25px;
}
.slick-prev:before {
    content: "\f104";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    font-size: 25px;
}
.slick-prev {
    left: -1px;
        width: 30px;
    background: #000;
    height: 34px;
    z-index: 99;
}
.slick-next {
    right: -2px;
        width: 30px;
    background: #000;
    height: 34px;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover{
    background: #ffd101;
}
.slider-nav .slick-list{
        background: #ddd;
        padding: 10px 5px;
}
.slider-for{
    border: 1px solid #ccc;
        margin-bottom: 10px;
}

.protext span{
    margin-bottom: 15px;
}

.protext p a{
    color: #111;
    background: var(--main-color);
    padding: 4px 6px;
    border-radius: 5px;
}
.checked{
    color: orange;
}
.qform{background-color: #eee;padding: 20px;}
.sbm-btn{border: none;outline: 0;}
.qform .form-control{
    /* height: 58px; */
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 0 0;
    color: #444;
    font-size: 18px;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 10px;
    border-radius: 4px;
    transition: all 450ms ease-in-out;
  }
/*------restab--------*/

ul.tabs {
    margin: 0;
    padding: 0;
    float: inherit;
    list-style: none;
    height: 36px;
    /* border-bottom: 1px solid #bbb; */
    width: 100%;
    margin: auto;
    text-align: left;
    position: relative;
    top: -11px;
}

ul.tabs li {
    float: inherit;
    margin: 0;
    cursor: pointer;
    padding: 7px 21px;
    height: auto;
    text-align: center;
    width: 150px;
    line-height: 33px;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    /* border-bottom: 1px solid #333; */
    background-color: #f5f4f2;
    color: #111;
    /* overflow: hidden; */
    /* position: relative; */
    font-weight: 600;
    border-radius: 0px 0px 0px 0px;
    /* margin-right: 5px; */
    border-right: 1px solid #dfdfdf;
    /* text-align: center; */
    /* justify-content: center; */
    display: inline-block;
    }

.tab_last { border-right: 1px solid #333; }

ul.tabs li:hover {
    background-color: #ccc;
    color: #333;
}

ul.tabs li.active {
    background-color: var(--main-color);
    color: #fff;
    display: block;
    display: inline-block;
    text-align: center;
}

.tab_container {
    border: 1px solid #dfdfdf;
    /* border-top: none; */
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}

.tab_content {
    padding: 20px;
    display: none;
}

.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
    .tabs {
        display: none;
    }
    .tab_drawer_heading {
        background-color: #fcd595;
        color: #111;
        border-top: 0px solid #333;
        margin: 0;
        padding: 10px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 19px;
        }
    .d_active {
        background-color: #ffd000;
        color: #fff;
        font-size: 19px;
        }
        .tab_container {
    border: 0px solid #bbb;
}
}
.tab_container h2{
    font-size: 26px;
}
.tab_container ol{
    padding-left: 20px;
    margin-bottom: 10px;
}

/*-----------rating-----------*/
 #full-stars-example-two .rating-group {
     display: inline-flex;
}
 #full-stars-example-two .rating__icon {
     pointer-events: none;
}
 #full-stars-example-two .rating__input {
     position: absolute !important;
     left: -9999px !important;
}
 #full-stars-example-two .rating__input--none {
     display: none;
}
 #full-stars-example-two .rating__label {
     cursor: pointer;
     padding: 0 0.1em;
     font-size: 24px;
}
 #full-stars-example-two .rating__icon--star {
     color: orange;
}
 #full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
     color: #959393;
}
 #full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
     color: orange;
}
 #full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
     color: #ddd;
}


.rating p{
    margin: 0;
}
.reviewbox{
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 7px;
}
.rform .form-control{
    border-radius: 0px;
}
.rel .product-grid{
    margin: 0px 5px;
}
.people .testimonial{
    margin-bottom: 20px;
}
.cont .pbox{
    background: #ffd000;
    padding: 30px 20px;
}
.cont .pbox .pimg i {
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 50px;
}
.cont .pbox p{
    font-size: 16px;
}
.cont .pbox p a{
    color: #111;
}
.cform{
    padding: 0px 0px;
}
.cform input{
    border-radius: 0;
    height: 55px;
    border-left: 3px solid #ffd000;
}
.cform textarea{
    border-radius: 0;
    border-left: 3px solid #ffd000;
}
#relate-slider .prodbox{
    margin: 10px 10px;
}
#back-to-top img{
    width: 50px;
}
.blogbox{
    margin-bottom: 20px;
       box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 8%);
}
.blogbox .blogtext{
    padding: 50px;
}
.blogbox .blogtext h2 a{
    color: #313131;
}
.relcertbox ul{
    padding-left: 0px;
}
.relcertbox ul li {
    display: inline-flex;
   border-bottom: 1px solid #f2f2f2;
    padding: 10px 0px;
    width: 100%;
}
.relcertbox ul li .cattimg {
    width: 65px;
    margin-right: 10px;
    flex: none;
}
.relcertbox ul li .cattext {
    padding-left: 0px;
    display: flex;
    align-items: start;
    flex-direction: column;
}
.relcertbox ul li .cattimg img {
    width: 100% ;
}
.relcertbox{
    padding: 30px 30px 10px;
    /* box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%); */
    background: #f2f2f2;
    position: sticky;
    top: 25px;
    /* left: 0; */
}
.relcertbox ul li .cattext h6 a {
    color: #313131;
}
.clist{
    padding: 0;
    margin: 0;
}
.clist li {
    position: relative;
    list-style: none;
    padding-left: 70px;
    margin-bottom: 30px;
}
.clist li i{
    position: absolute;
    background: var(--main-color);
    width: 55px;
    height: 55px;
    left: 0;
    border-radius: 50%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 53px;
}
.clist li span{
    color: #696969;
}
.clist p a{
    font-weight: 700;
    color: #3e3e3e;
}
.cform{
    background: #f2f2f2;
    padding: 50px;
}
.list{
    list-style: none;
}
.list li{
    margin-bottom: 12px;
}
.list li strong{
    color: #7b7a7a;
}
.protext{
    padding-left: 20px;
}
.whatsapp-link {
    position: fixed;
    width: 200px;
    bottom: 24px;
    right: -100px;
    z-index: 9;
}
.whatsapp-link img{
    width:100%;
}
.mblnone {
    display: none;
}
.list__price{
    color:orange;
    font-size:20px;
    font-weight:700;
}
#statistic-1 .statistic-block,
#statistic-3 .statistic-block {
  text-align: center;
  margin-bottom: 40px;
}

#statistic-2 .statistic-block {
  text-align: center;
  background-color: #fbfcfd;
  border: 1px solid #e5e5e5;
  padding: 30px 25px;
  border-radius: 10px;
  margin-bottom: 40px;
  transition: all 300ms ease-in-out;
}

#statistic-2.bg-lightgrey .statistic-block {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 0 0 5px rgba(0, 0, 0, .15);
} 

#statistic-2 .statistic-block:hover {
  background-color: #fff; 
  border: 1px solid #f5f5f5;
  box-shadow: 0 0 15px rgba(0, 0, 0, .15);
}

/*------------------------------------------*/
/*  STATISTIC BLOCK TYPOGRAPHY
/*------------------------------------------*/

.statistic-block h5 {
  font-size: 3.75rem;
  line-height: 1; 
  margin-top: 20px;
  margin-bottom: 10px;
}

#statistic-2 .statistic-block h5 {
  font-size: 3rem;
  line-height: 1; 
  margin-top: 15px;
  margin-bottom: 10px;
}

#statistic-3 .statistic-block h5 {
  font-size: 4.25rem;
  line-height: 1; 
  margin-top: 0;
  margin-bottom: 15px;
}

#statistic-1 .statistic-block p,
#statistic-3 .statistic-block p {
  font-size: 1.25rem;
  margin-bottom: 0;
}

#statistic-2 .statistic-block p.p-md {
  font-size: 1.15rem;
  margin-bottom: 0;
}

.statistic-block a {
  font-size: 1.05rem;
  font-family: 'Muli', sans-serif; 
  font-weight: 700;
  text-decoration: underline;
}
.bg-fixed,
.bg-scroll {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;   
  background-size: cover;
}

.bg-scroll {
  background-attachment: fixed !important;
}


.section-title{text-align: center;margin-bottom: 30px;}
.section-title h2{color: #fff;}
.section-title p{color: #ccc;}

.bg-blue-map {
  width: 100%;
  background-image: url(../img/blue-map.jpg);
  background-repeat: no-repeat; 
  background-position: center center;
  background-attachment: fixed !important;
  background-size: cover;padding: 50px 0;
}

.statistic-block i{font-size:3.75rem;color: var(--main-color);}