/* Copied blog-related frontend CSS from siriussofas main.css */
.gnrlbnr {
    position: relative;
}



.desk {
    display: block;
}

.mob {
    display: none;
}

.fxdbck {
    position: absolute;
    top: 29px;
    right: 8.3%;
}
.ctlogltx > a:hover{ color: #810900;}
.fxdbck > a {
    font-size: 1.3vw;
    color: #fff;
    position: relative;
    padding-left: 40px;
}

.fxdbck > a::before {
    /* position: absolute; */
        padding-right: 5px;
    font-size: 20px;
    content: '\2190';
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    width: 40px;
    height: 20px;
    /* background: url(../img/barow.png) no-repeat 0 0 / 100% auto; */
}

.gnrlbnr2 {
    position: absolute;
    top: 7.7%;
    width: 63%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.gnrlbnr2 > h1 {
    font-size: 2.6vw;
    color: #fff;
    padding-bottom: 1.5%;
}

.gnrlbnr2 > p {
    font-size: 1.2vw;
    color: #fff;
}

.gnrlbnr2.blcktxt {
    transform: translateX(0);
    left: 8.2%;
    top: 50%;
    transform: translateY(-50%);
    width: 32%;
    text-align: left;
}

.gnrlbnr2.blcktxt > h1,
.gnrlbnr2.blcktxt > p {
    color: #000;
}

.gnrlbnr2.boog {
    width: 50%;padding-top: 35%;
}

.ctlogue {
    width: 83.3%;
    margin: 0 auto;
    padding: 5.7% 0 5%;
}

.blogcol {
    padding-bottom: 0;
}

.ctloglt {
    display: flex;
    flex-wrap: wrap;
}

.ctloglt1 {
    width: 49.5%;
    margin-bottom: 1%;
}

.ctloglt1:nth-child(odd) {
    margin-right: 1%;
}

.ctlogltg {
    overflow: hidden;
}

.ctlogltg img {
    width: 100%;
    transition: all 500ms ease-in-out;
}

.ctlogltg:hover img {
    transform: scale(1.1);
}

.ctlogltx {
    padding: 3.5% 5% 8.5% 0;
}

.ctlogltx > h5 {
    font-size: 2.1vw;
    line-height: 1.3em;
}

.ctlogltx > h3 {
    font-size: 2.15vw;
    line-height: 1em;
    padding-bottom: 2.6%;
    font-weight: 400;
}

.ctlogltx > p {
    font-size: 1.15vw;
    letter-spacing: 0;
    padding-top: 11px;
}

.ctlogltx > a {
    display: inline-block;
    text-transform: capitalize;
    color: #000;
    font-size: 1vw;
    padding: 5px 60px 5px 0;
    position: relative;
    margin-bottom: 2%;
}

.ctlogltx > a::after {
    position: absolute;
    content: '';
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 17px;
    background: url(../img/barow.png) no-repeat 0 0 / 100% auto;
}

.blogitr > h3,
.blogitr > h4,
.blogitr > h5,
.blogitr > h6 {
    font-size: 2.15vw;
    line-height: 1em;
    padding-bottom: 2.6%;
    font-weight: 400;
}

.blogitr > p {
    font-size: 1.15vw;
    /* padding: 0 0 2.6%; */
    line-height: 1.6em;
    letter-spacing: 0;
}
h2 > strong {
    line-height: 50px;
}
.blogitr > p strong {
    font-weight: 500;
}

.blogitr > h1
 {    font-size: 1.7em;
    color: #b50808;}
.blgreltd {
    padding: 3.7% 8.3%;
    background-color: #f5f5f5;
    overflow: hidden;
}

.ctlogltb .ctlogltx {
    padding-bottom: 0;
}

.blgbgno {
    background-color: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.blogrld.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.blogrld .owl-nav {
    position: absolute;
    top: 27%;
    left: -18px;
    right: -18px;
}

.blogrld .owl-nav button.owl-prev {
    width: 38px;
    height: 38px;
    float: left;
    background: url(../img/lrarow.png) no-repeat 0 0 / 100% auto !important;
}

.blogrld .owl-nav button.owl-next {
    width: 38px;
    height: 38px;
    float: right;
    background: url(../img/lrarow.png) no-repeat 0 -79px / 100% auto !important;
}

.blogrld .owl-nav button.owl-prev span,
.blogrld .owl-nav button.owl-next span {
    font-size: 0;
}

.blogrld .owl-nav button.owl-prev.disabled,
.blogrld .owl-nav button.owl-next.disabled {
    display: none;
}

@media only screen and (max-width: 64em) {
    .content {
        padding-top: 100px;
    }

    .fxdbck {
        top: 25px;
        right: 30px;
    }

    .gnrlbnr2 {
        width: 80%;
    }

    .gnrlbnr2.blcktxt {
        left: 30px;
        width: 45%;
    }

    .gnrlbnr2.boog {
        width: 45%;
    }

    .ctlogue {
        padding: 50px 30px 30px;
        width: 100%;
        box-sizing: border-box;
    }

    .ctloglt1 {
        width: 49%;
        margin-bottom: 2%;
    }

    .ctloglt1:nth-child(odd) {
        margin-right: 2%;
    }

    .blgreltd {
        padding: 30px 50px 10px;
    }

    .blogrld.owl-carousel .owl-stage-outer {
        overflow: hidden;
    }
}

@media only screen and (max-width: 39em) {
    .desk {
        display: none;
    }

    .mob {
        display: block;
    }
.blogitr > p{font-size: 4vw;}
.gnrlbnr2 > h1 {
    font-size: 7vw;}
    .fxdbck > a {
    font-size: 3vw;}
    
    .content {
        padding-top: 87px;
    }

    .fxdbck {
        top: 10px;
        right: 20px;
    }

    .gnrlbnr2 {
        top: 13%;
    }

    .gnrlbnr2.blcktxt {
        left: 20px;
        right: 20px;
        width: auto;
        top: 30%;
    }

    .gnrlbnr2.boog {
        width: 80%;
    }

    .ctlogue {
        padding: 30px 20px;
        width: 100%;
        box-sizing: border-box;
    }

    .ctloglt1 {
        width: 100%;
        margin-bottom: 15px;
    }

    .ctloglt1:nth-child(odd) {
        margin-right: 0;
    }

    .blgreltd {
        padding: 30px 30px 0;
    }

    .blogrld .owl-nav {
        left: -12px;
        right: -12px;
        top: 16%;
    }

    .blogrld .owl-nav button.owl-prev {
        width: 30px;
        height: 30px;
    }

    .blogrld .owl-nav button.owl-next {
        width: 30px;
        height: 30px;
        background-position: 0 -62px !important;
    }
    .ctlogltx > h5 {
        font-size: 4.1vw;
        line-height: 1.3em;
    }
    
    .ctlogltx > h3 {
        font-size: 2.15vw;
        line-height: 1em;
        padding-bottom: 2.6%;
        font-weight: 400;
    }
    .ctlogltx > a {
        display: inline-block;
        text-transform: capitalize;
        color: rgb(0, 0, 0);
        font-size: 3.1vw;
        position: relative;
        margin-bottom: 2%;
        padding: 5px 60px 5px 0px;
    } 
    
    .ctlogltx > p {
        font-size: 3.15vw;
        letter-spacing: 0;
        padding-top: 11px;
    }
}
