.pt-10{
    padding-top: 10px!important;
}

.pt-20{
    padding-top: 20px!important;
}
.pt-30{
    padding-top: 30px!important;
}
.pb-10{
    padding-bottom: 10px!important;
}
.pb-20{
    padding-bottom: 20px!important;
}
.pb-30{
    padding-bottom: 30px!important;
}

.mb-10 {
    margin-bottom: 10px!important;
}

.mb-20 {
    margin-bottom: 20px!important;
}
.mb-30 {
    margin-bottom: 30px!important;
}

.mb-40 {
    margin-bottom: 40px!important;
}

.mt-10{
    margin-top: 10px!important;
}
.mt-20{
    margin-top: 20px!important;
}
.mt-30{
    margin-top: 30px!important;
}
.mt-40{
    margin-top: 40px!important;
}
.fz-15{
    font-size: 15px;
}
.fz-20{
    font-size: 20px;
}

.fz-25{
    font-size: 25px;
}
.w100{
    width: 100% !important;
}

.w75{
    width: 75%;
}
.p-10{
    padding: 10px!important;
}

.p-20{
    padding: 20px!important;
}

.p-40{
    padding: 40px!important;
}
.m-20{
    margin: 20px!important;
}

.m-10{
    margin: 10px!important;
}
.m-auto{
    margin: auto;
}
.mb-100-5{
    margin: 5%;
}

.white{
    color: white!important;
}
.black{
    color: black!important;
}

.green{
    color: darkgreen!important;
}

.gray{
    color: #8d8989 !important;
}

.center{
    justify-content: center;
}

.title-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: -1;
}

.page-title:before {
    position: absolute;
    content: '';
    background: -webkit-linear-gradient(0deg, rgba(41,31,83,0.9)0%, rgba(41,31,43,0.4) 100%);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}


.sepBar{
    background: #d7d7cb54;
    width: 100%;
    padding: 59px 1px 62px 32px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 0px #0000008f;
}
@media screen and (max-width: 720px) {
    .sepBar{
        margin-bottom: 10px;
        margin-top: 10px;
    }
}


.btn__primary {
    background-color: #ff5722;
    color: #ffffff;
}
.btn:not(.btn__link):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #1b1a1a;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
}

.full-pic{
    width:100%;
    background-size: cover;
    margin: auto;
}

.logo-pic{
    width: 100%;
    height: 70px;
}
.logo-pics{
    width: auto;
    height: 70px;
}



.gridBox{
    padding: 10px;
    width: 100%;
}
.right{
    float: right;
}


.left{
    float: left;
}

.box-me{
    background-color: #fff;
    box-shadow: 0 10px 30px rgb(0 0 0 / 7%);
    padding: 29px 45px 26px 45px;
    margin: 0 84.5px;
}

.backy{
    background: url(../../assets/imgs/blacky.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
}

/*footer beespoint commen css*/
.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.9;
    z-index: 0;
}
.bottom-footer {
    background-color: black;
    width: 100%;
    bottom: 0;
    line-height: 70px;
}

.fcener{
    margin: auto;
    vertical-align: middle;
}

.bplogo {
    width: auto;
    height: 43px;
    margin: 10px;
    vertical-align: middle;
}


.h-aling{
    text-align: left;
}

.ajust{
    padding: 17px;
}

.t_l{
    text-align: left;
}

.t_r{
    text-align: right;
}

.ftc{
    color: white!important;
    margin-bottom: 0px;
}


@media screen and (max-width: 720px) {
    .mobi-left {
        text-align: center!important;
    }
    .mobi-right {
        text-align: center!important;
    }
}
/*footer beespoint commen css end*/
/**/
  
  
 