.main-body{
    font-family: 'Roboto', sans-serif;
}
.main-body p, .main-body h1, .main-body h2, .main-body h3, .main-body h4, .main-body h5, .main-body h6, .main-body ul, .main-body li, .main-body a{
    font-family: 'Roboto', sans-serif;
}
/* Home: Our Brand */
.gh-our-brand {
    padding: 60px 0 100px 0;
}
.gh-our-brand h2 {
    font-size: 30px;
    text-transform: uppercase;
    color: #ad0040;
    font-weight: 700;
}
.gh-our-brand p.one {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}
.gh-our-brand .top {
    padding-left: 150px;
    padding-right: 150px;
}
.gh-our-brand .bottom {
    display: flex;
    flex-direction: row;
    gap: 2px;
    margin: 25px 0 0 0;
}
.gh-our-brand .cell {
    width: 100%;
    height: 220px;
    background-color: #ad0040;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.gh-our-brand .cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.gh-our-brand .cell:hover img.main {
    transform: scale(1.1);
}
.gh-our-brand .cell img.logo {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 54px;
    z-index: 9;
    object-fit: scale-down;
}
.gh-our-brand .cell::after {
    width: 100%;
    height: 100%;
    background-color: #ad0040;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(98,100,109);        
    background: linear-gradient(180deg, rgba(98,100,109,0) 0%, rgba(0,0,0,1) 100%);
}







.box-col {
    display: flex;
    flex-direction: row;
    border: 1px solid #fff;
}
.box-col .cell {
    cursor: pointer;
}
.box-col .cell,
.box-col .split {
    width: 100%;
    height: 400px;
    background-color: #ad0040;
    /* border: 2px solid #fff; */
    height: 560px;
    position: relative;
    overflow: hidden;
}
.box-col .cell {
    border: 1px solid #fff;
}
.box-col .cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.box-col .cell:hover img {
    transform: scale(1.1);
}
.box-col .cell::after {
    width: 100%;
    height: 100%;
    background-color: #ad0040;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(98,100,109);
    background: linear-gradient(180deg, rgba(98,100,109,0) 37%, rgba(0,0,0,0.9473039215686274) 100%);
}
.box-col .split .cell:first-child {
    height: 65%;
}
.box-col .split .cell:last-child {
    height: 35%;
}
.box-col .split.two .cell:first-child {
    height: 35%;
}
.box-col .split.two .cell:last-child {
    height: 65%;
}
.box-col .cell span {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 30px;
    z-index: 9;
    width: 100%;
    text-align: center;
}
.sec-padd-1{
    padding: 90px 0;
}

.gal-row-type-1{
    row-gap: 30px;
}
.gal-row-type-1 .gal-bx-1{
    height: 300px;
}
.gal-row-type-1 .gal-bx-1 img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    cursor: zoom-in;
}
.ftr-terms {
    padding: 24px 0 9px;
    border-top: 1px solid #dedede;
}
.ftr-terms p:last-child{
    margin-bottom: inherit;
}
.ftr-terms p{
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: 300;
    margin-bottom: 15px;
}
.ftr-terms p a{
    text-decoration: underline;
}
.ftr-terms .collapse.show{
    padding-bottom: 24px;
}
.ftr-terms.for-common {
    padding: 24px 0 0;
    border: 0;
}
.ftr-terms.for-common p{
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 15px;
}
.ftr-terms.for-common p:last-child{
    margin-bottom: 0;
}
.ftr-terms.for-common .collapse.show{
    padding-bottom: 0;
}