.hdrc{
    color:#ff9c00;
}
.min-height{
    height:200px;
}
.min-height400{
    height:300px;
}
.min-height500{
    height:350px;
}
.min-height450{
    height:350px;
}
@media (max-width: 375px) {
.min-height400{
    height:370px;
}
.min-height450{
    height:450px;
}
}
@media (max-width: 1000px) {
.min-height400{
    height:370px;
}
}


.white{
    color:#fff!important;
}
.dgrey{
    color:#282828!important;
}
.fontcaps{
    text-transform:uppercase!important;
}
.padding10{
    padding-top:10px!important;
}
.shdw{
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
.t-justify{
    text-align:justify;
}
.btnstyle{
    bottom: 20px;
    position: absolute;
    right: 50px;
}
.padbtm0{
    padding-bottom:0px!important;
}
.bg-white{
    background-color:#fff!important;
}
.marright{
    margin-right:15px;
}
.t-center{
    text-align:center!important;
}
.t-left{
    text-align:left!important;
}
.t-font{
    font-weight:bold;font-size:20px!important;
}
.ycolor{
color:#ff9c00;
}
.imgcustom{
    margin-right:0px;margin-top:0px;
}
.imgcustom1{
margin-right:0px;margin-top:0px;float:right;
}