
#header.business{padding-top: 50px; background: #C8D2E1;}
#header.business .logo-business{width: 300px;}

.fixed-header #header.business{padding: 15px 0; height: auto;}
.fixed-header #header.business .logo-business{width: 250px;}

#business .blue-box{background: #C8D2E1; color: #054105; padding:65px 0 100px 0;margin-bottom: 60px;}
#business .text h1{ font-size: 72px;font-weight: bold;}
#business .text h1 span{color: #DCFF05;}
#business .text h2{font-size: 36px;font-weight: bold;}
#business .text h2 span{color: #78B428;}
#business .text h3{font-size: 28px;font-weight: bold;}

#business .text {font-size: 28px;}
#business .text a{
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#business .text a:hover{ color: #000;}
#business .text.text-center{text-align: center;}
#business .text.text-center .icon{margin-top: 60px;}
#gallery-b{
    padding: 40px 0 70px 0;
    display: flex;
    align-items: center;
}
#gallery-b .text h2{padding-bottom: 20px;}
#gallery-b .gallery-slider .owl-buttons{top: auto; bottom: 20px;}
#gallery-b #gallery-counter{display: block; top: auto; bottom: 13px;}

#gallery-b .conditions{margin: 40px 0;}
#gallery-b .gallery-slider .owl-item > div{
    border-radius: 0;
}
#gallery-b .gallery-slider .owl-controls{
    display: none !important;
}
.business-gallery{
    position: relative;
}
.gallery-pagination{
    position: absolute;
    top: 5px;
    right: 15px;
}
.gallery-pagination .gallery-page-btn{
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    padding: 3px 9px;
    margin-right: 12px;
    cursor: pointer;
}
.b-image{
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.map-b img{width: 100%;}
.pdf-box {
  padding: 20px;
  background-color: #C8D2E1;
  border-radius: 20px;
  margin-bottom: 60px;
}
.pdf-box .text{padding-bottom: 25px;}
.pdf-box .pdfs.text span{
    font-size: 28px;
    font-weight: bold;
}
.pdf-box .pdfs.text{padding-bottom: 0;}
.pdf-box h2{margin-bottom: 20px;}
.pdf-box td:last-of-type{width: 357px;}
.pdf-b{
     cursor: pointer;
    line-height: 20px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    padding: 14px 10px;
    background-color: #054105;
    color: #fff !important;
    position: relative;
    text-align: center;
    border-radius: 30px;
    font-size: 21px;

    -moz-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in;
}
.pdf-b.margin-0{margin-bottom: 0;}
.pdf-b .svg-icon{
    position: absolute;
    right: 3px;
    top: 4px;
}
.pdf-b:hover{background-color: #96B40A; }

.contact-box{
    padding: 50px 0 70px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-weight: bold;
}
.contact-box h2{margin-bottom: 20px;}
.contact-box .weck{font-size: 12px;font-weight: bold;}
.contact-box .weck a{
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.contact-box .weck a:hover{ color: #000;}

/* RESPONSIVE */

@media (max-width: 991px) {
    #header.business{padding-top: 30px;box-shadow: unset;}
    #header.business .logo-business {
        width: 250px;
    }
    #business .blue-box{padding: 30px 0 50px 0;}
    #business .text h2 {font-size: 26px;}
    #business .text h1 {
        font-size: 40px;
        font-weight: bold;
    }
    #business .text.text-center .icon {
        margin-top: 30px;
        width: 60px;
        height: 60px;
    }
    #gallery-b {
        padding: 30px 0 50px 0;
        display: block;
    }
    #business .text {
        font-size: 20px;
    }
    .b-image{
        flex-direction: row;
        gap: 20px;
        justify-content: center;
        margin-bottom: 20px;
    }
    .b-image img{width: 100%;}
    #business .text h3{font-size: 20px;}
    .pdf-box .pdfs.text span{font-size: 20px;}
    .pdf-box{
        margin-bottom: 50px;
    }
    .contact-box{padding: 30px 0 50px 0;}
}
@media (max-width: 767px){
    .gallery-pagination .gallery-page-btn {
        width: 19px;
        height: 20px;
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
        padding: 4px 7px;
        margin-right: 7px;
        font-size: 9px;
    }
    .pdf-b{
        font-size: 10px;
        padding: 10px 40px 10px 20px;
    }
    .pdf-b .svg-icon {
        width: 30px;
        height: 30px;
    }
    .pdf-box td:last-of-type {
        width: 162px;
    }
    .pdf-box .pdfs.text span {
        font-size: 12px;
    }
    .contact-box{flex-wrap: wrap;gap: 30px;}
    .contact-box .weck-img{width: 100%;}
    .contact-box .weck-img img{max-width: 250px;margin: 0 auto;display: block;}
}
















