.col-sm-12.col-lg-6.pr-0.plr-xs-15.mb-xs-30{
    padding: 0px;
}
.col-sm-12.col-lg-6.pl-0.plr-xs-15.mb-xs-30{
    padding: 0px;
}
.pr-0{
    padding-left: 0!important;
}
.pl-0 {
    padding-left: 0!important;
}
.about-block {
    -webkit-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
.light-color {
    color: #fff;
}
.black-bg {
    background: #2C2C2C;
}
.fl {
    float: left;
}
.half-width {
    width: 50%;
}
.padding-20 {
    padding: 20px;
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: column!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.d-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.box-title h3 {
    margin-top: 0px !important;
    /* font-family: 'Oswald', sans-serif; */
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.1;
}
.mt-0 {
    margin-top: 0px;
}
.light-color a {
    color: #fff;
}
.about-block p {
    line-height: 2;
    color: rgba(255, 255, 255, 0.7411764705882353);
}
.align-items-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
/*.pr-0 {
    padding-right: 0!important;
}
.pl-0 {
    padding-left: 0!important;
}*/
.fr {
    float: right;
}
.hover-bg:hover {
    background: #39B54A;
}
.service-section{
	padding-top: 20px;
}
@media (min-width: 768px){
    .text-md-left {
        text-align: left!important;
    }
    .text-md-right {
        text-align: right!important;
    }
    .flex-md-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media (min-width: 992px){
    .text-lg-left {
        text-align: left!important;
    }
    .text-lg-right {
        text-align: right!important;
    }
    .flex-lg-last {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
         flex: 0 0 50%; 
         max-width: 50%; 
    }
    /*.pr-0 {
        padding-right: 0px;
    }*/
}
@media (max-width: 991px) and (min-width: 768px){
    .float-right-sm {
        float: right !important;
    }
}
@media (max-width: 1140px) and (min-width:991px){
    .about-block p{
        margin-bottom:0px;
        font-size: 14px;
        line-height: 24px;
    }
    .box-title h3{
        margin-bottom:5px;
    }
}
@media (min-width: 576px){
    .flex-sm-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: row!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important;
    }
}
@media (max-width: 767px){
    .plr-xs-15 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .mb-xs-30{
        margin-bottom: 30px;
    }
    .half-width {
        width: 100%;
    }
    .img-responsive {
        width: 100%;
    }
}
@media (max-width: 700px) and (min-width:580px){
    .box-title h3 {
        margin-bottom: 5px;
    }
    .about-block p {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 24px !important;
    }
}

@media (min-width: 992px){
   .display-show-mobile{
        display: none !important;
    }
}
@media (max-width: 991px){
    .display-hide-mobile{
        display:none !important
    }
}
.#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -40px;
    height: 30px;
    width: 30px;
    line-height: 16px;
    z-index:1032;
}
.modal-body img{
    width: 100%;
}
.thumbnail{
    border:none;
}
#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.modal-lg {
    width: 100%;
    max-width: 400px;
}
.arrow_btn{
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
}
.modal-body{
    padding: 0px;
}