﻿body {
}


/*==================== My Custom CSS =============================*/

@font-face {
    font-family: GraphikBlack;
    src: url(../fonts/Graphik-Font-Family/GraphikBlack.otf) format('OpenType');
}

@font-face {
    font-family: GraphikBold;
    src: url(../fonts/Graphik-Font-Family/GraphikBold.otf) format('OpenType');
}

@font-face {
    font-family: GraphikLight;
    src: url(../fonts/Graphik-Font-Family/GraphikLight.otf) format('OpenType');
}

@font-face {
    font-family: GraphikMedium;
    src: url(../fonts/Graphik-Font-Family/GraphikMedium.otf) format('OpenType');
}

@font-face {
    font-family: GraphikRegular;
    src: url(../fonts/Graphik-Font-Family/GraphikRegular.otf) format('OpenType');
}

@font-face {
    font-family: GraphikSemibold;
    src: url(../fonts/Graphik-Font-Family/GraphikSemibold.otf) format('OpenType');
}

@font-face {
    font-family: aptos;
    src: url(../fonts/Aptos/aptos.ttf) format('truetype');
}

@font-face {
    font-family: aptos-semibold;
    src: url(../fonts/Aptos/aptos-semibold.ttf) format('truetype');
}

@font-face {
    font-family: aptos-extrabold;
    src: url(../fonts/Aptos/aptos-extrabold.ttf) format('truetype');
}

@font-face {
    font-family: aptos-bold;
    src: url(../fonts/Aptos/aptos-bold.ttf) format('truetype');
}

@font-face {
    font-family: aptos-black;
    src: url(../fonts/Aptos/aptos-black.ttf) format('truetype');
}



/*=============== ALert  css ===============*/

.validity_alert {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #A94442 !important;
    background-color: #F2DEDE;
    border: 1px solid #EBCCD1;
    padding: 5px;
    border-radius: 4px !important
}

.alertmsg {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #A94442 !important;
    background-color: #FCF8E3;
    border: 1px solid #FAEBCC;
    padding: 5px;
    border-radius: 4px !important
}

.successmessage_alert {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #222 !important;
    background-color: #BCDF94;
    border: 1px solid #99CA61;
    padding: 5px;
    border-radius: 4px !important
}

.required {
    color: #e21f26;
    font-size: 11px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}



/*=============== validation Message css ===============*/

.validity {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #FFF !important;
    background-color: #e21f26;
    border: 1px solid #C5080F;
    padding: 5px;
    border-radius: 4px !important
}


.successmessage {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #fff !important;
    background-color: #337ab7;
    border: 1px solid #1A5C84;
    padding: 5px;
    border-radius: 4px !important
}

.btn-box {
    text-align: left;
    margin: 10px 0px 5px 0px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.btn-red {
    padding: 4px 6px;
    font-family: 'Lato',sans-serif;
    font-weight: 500;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    background-color: #AF403F;
    border: 1px solid #AF403F;
    font-size: 11px
}

    .btn-red:hover {
        border: 1px solid #FFF;
        color: #FFF
    }


.downloads ul {
    font-family: #a4a4a4;
    width: 100%;
    font-family: GoogleSans-Bold;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
    font-size: 14px
}

    .downloads ul li {
        background-color: #F5f5f5;
        width: 100%;
        padding: 7px;
        margin: 0px 0px 10px 0px
    }

        .downloads ul li:hover {
            border: 1px solid #E2E2E2
        }

        .downloads ul li a {
            text-decoration: none;
        }

            .downloads ul li a:hover {
                text-decoration: underline
            }



/*-----------------  MY GRIDVIEW DESIGN ---------------------------*/
.mGrid {
    width: 100%;
    background-color: #FFFFFF;
    margin: 1px 0 1px 0;
    border: solid 1px #C0C0C0;
    border-collapse: collapse;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

    .mGrid td {
        padding: 4px 4px 4px 4px;
        border: solid 1px #c1c1c1;
        color: #000000;
        font-size: 11px;
        text-align: center;
    }

    .mGrid th {
        background: #DFECFC;
        border-left: solid 1px #C0C0C0;
        color: #0b356c;
        line-height: 30px;
        padding: 0px 5px 0px 5px;
        font-size: 12px;
        text-align: center;
        font-family: Arial, Verdana, Geneva, Tahoma, sans-serif;
        white-space: nowrap;
    }

    .mGrid tr:hover {
        background-color: #f5f5f5;
        grid-column-sizing: auto
    }

    .mGrid .alt {
        background: #fcfcfc;
    }

    .mGrid .pgr {
        background: #708090;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #FFFFFF;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #FFFFFF;
                text-decoration: none;
            }


/*============== MY Vision Profile Css ===============*/

.page-content-inner {
    background-color: #FFF;
    padding: 10px !important
}

.avatar {
    text-align: center;
    padding: 50px 0px 10px 0px
}

    .avatar .userimg {
        background-color: #FFF;
        border: 2px solid #98B5C3 !important;
        width: 135px;
        height: 150px;
        border-radius: 50%;
        text-align: center;
        padding: 4px
    }

.welcometext {
    font-family: 'GoogleSans-Medium';
    font-size: 20px;
    color: #e40000;
    text-align: center;
    margin-top: 0px
}

.employeedetails {
    color: #585858;
    font-family: GoogleSans-Regular;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px dashed #a4a4a4;
    margin-right: 10px;
    margin: 20px 10px 0px 10px
}

    .employeedetails .blue {
        color: #376073;
        font-family: GoogleSans-Bold
    }



/*================= PMS CSS ================== */

.headcol {
    background-color: #f5f5f5
}

.fixedwidth {
    width: 16.66% !important
}

.dimensionHead {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #e21f26;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 3px 5px 5px 0px;
    margin: 0px 15px 0px 15px;
    min-height: 30px
}


.mainpanelPMS .form-control {
    font-size: 13px;
    font-family: 'Lato', sans-serif;
    padding: 4px 10px
}

.gridouterpanel {
    border: 1px solid #6777EF
}

.gridouterpanel-red {
    border: 1px solid #bf4346
}

.gridouterpanel-green {
    border: 1px solid #488c6c
}

.gridouterpanel-yellow {
    border: 1px solid #f2994b
}

.gridouterpanel-orange {
    border: 1px solid #e9662c
}

/*=============== Multiline Textbox css ===============*/
.multiline {
    height: 50px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 12px !important;
}

/*============= Blog Customized Design ============*/

.page-title {
    background-color: #FFF;
    padding: 7px 5px 7px 5px;
    border-left: 4px solid #c00;
    border-block: 1px solid #e2e2e2;
    box-shadow: 1px 1px 3px #00000026;
    margin: 0px 0px 10px 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .page-title h2 {
        font-size: 18px;
        text-align: left;
        font-weight: 700;
        margin: 0px;
        font-family: 'Manrope',sans-serif !important;
    }

.category-bx {
    padding: 2px 8px 2px 8px;
    border-radius: 5px;
    border: 1px solid #D5D5D5;
    text-align: center;
    background-color: #f6f6f6;
    font-size: 11px;
    font-weight: 600;
}

    .category-bx a {
        color: #272727
    }

.post.post-row .post-body .category-bx {
    margin: 0px 10px 0px 0px !important
}



.read-more-btn {
    padding: 6px 12px;
    border-radius: .8rem;
    display: inline-block;
    margin-top: 10px;
    background-color: #731C52;
    font-size: 12px;
    font-weight: 500;
    color: #FFF !important;
    margin: 10px 0px 0px 0px
}

    .read-more-btn:hover, .read-more-btn:focus {
        color: rgba(255,255,255,0.8) !important
    }

/*========== Blog Description ==========*/

.blog-desc-content {
    font-family: 'Manrope',sans-serif;
    color: #000;
}

    .blog-desc-content p {
        font-family: 'Inter',sans-serif;
        font-size: 14px;
        color: #272727;
        font-weight: 500;
        text-align: justify;
    }

        .blog-desc-content p a {
            color: #4777ff;
            display: inline-block
        }

            .blog-desc-content p a:hover {
                color: #E21F26;
                text-decoration: underline
            }

.blog-main-content {
    padding: 10px 10px 10px 10px;
    border: 1px solid #e2e2e2;
    box-shadow: 1px 1px 3px #00000026;
    background-color: #FFF;
    border-radius: 5px;
    margin: 0px 0px 10px 0px;
}

    .blog-main-content h1 {
        /* margin-bottom: 20px; */
        font-size: 16px;
        line-height: 19px;
        /* background-color: #FFF; */
        padding: 7px 5px 7px 5px;
        border-left: 2px solid #fff;
        border-block: 1px solid #e2e2e2;
        box-shadow: 1px 1px 3px #00000026;
        margin: 0px 0px 10px 0px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        line-height: 1.5;
        background-image: linear-gradient(to right, #F07723, #F1C94C);
        color: #fff;
        border-radius: 5px;
    }

    .blog-main-content span h2 {
        margin: 0px 0px 0px 0px !important;
        display: inline-block;
        width: 100%;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Manrope', sans-serif !important;
        line-height: 35px;
        padding: 0px 0px 5px 0px !important;
    }

    .blog-main-content span h3 {
        margin: 0px 0px 0px 0px !important;
        display: inline-block;
        width: 100%;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Manrope', sans-serif !important;
        line-height: 35px;
        padding: 0px 0px 5px 0px !important;
    }

    .blog-main-content span h4 {
        margin: 0px 0px 0px 0px !important;
        display: inline-block;
        width: 100%;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Manrope', sans-serif !important;
        line-height: 35px;
        padding: 0px 0px 5px 0px !important;
    }

    .blog-main-content span h5 {
        margin: 0px 0px 0px 0px !important;
        display: inline-block;
        width: 100%;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Manrope', sans-serif !important;
        line-height: 35px;
        padding: 0px 0px 5px 0px !important;
    }

    .blog-main-content span h6 {
        margin: 0px 0px 0px 0px !important;
        display: inline-block;
        width: 100%;
        font-size: 20px;
        font-weight: 600;
        font-family: 'Manrope', sans-serif !important;
        line-height: 35px;
        padding: 0px 0px 5px 0px !important;
    }

.blog-desc-content ul li, ol li {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #000;
    line-height: 25px;
    list-style-type: disc;
    margin: 0px 0px 0px 20px;
    font-weight: 500;
}

.hastag-row {
    font-family: 'Inter',sans-serif;
    font-size: 12px;
    margin: 00px 0px 10px 0px;
}

    .hastag-row .tag-head {
        display: inline-block;
        background: #00a8ea;
        border: none;
        border-radius: 2px;
        color: #FFF;
        padding: 0px 8px;
        font-weight: 600
    }

    .hastag-row .tags {
        display: inline-block;
    }

        .hastag-row .tags span {
            display: inline-block;
            font-family: 'Inter',sans-serif;
            font-weight: 700;
            color: #444;
            /*background-color: #F2FAFC;*/
            background: rgba(240, 119, 35, 0.2);
            border-radius: 2px;
            padding: 4px 8px;
            margin: 4px 0px 0px 0px;
            border: 1px solid #F07723;
            border-radius: 8px
        }

.view-count {
    font-size: 12px;
    font-weight: 600;
    background: #dec0f1;
    color: #000;
    padding: 4px 10px;
    border-radius: 5px;
}

.make_btn {
    padding: 4px 8px;
    background: rgb(240, 119, 35);
    border: none;
    color: #fff;
    white-space: pre;
    border-radius: 7px;
    float: right;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: 600;
}
/*============= Home Page Title & First Blog ======*/
.homepage-main-bx {
    background-color: #FFF;
    border-radius: 10px;
    padding: 5px
}

    .homepage-main-bx img {
        width: 100%;
        min-height: 401px;
        max-height: 401px;
        font-family: 'Inter',sans-serif;
        /*object-fit: cover;*/
        object-fit: fill;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px
    }

.homepage-title-bx {
    background-color: #E21F26;
    padding: 10px 10px 10px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

    .homepage-title-bx h1 {
        text-align: left;
        font-size: 18px;
        font-weight: 700
    }

        .homepage-title-bx h1 a {
            color: #FFF
        }

            .homepage-title-bx h1 a:hover, a:focus {
                color: #FFF;
                text-decoration: none
            }


.post-user-title {
    font-size: 16px;
    font-weight: 600;
    color: #444;
    text-align: left;
    line-height: 25px;
    margin: 10px 0px 10px 0px;
    font-family: 'Inter',sans-serif
}


.my-container {
    margin-right: auto;
    margin-left: auto;
}

.share-section {
    border-top: 1px solid #ddd;
    font-family: 'Inter',sans-serif;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 11px;
    line-height: 15px;
    padding: 10px 0px 10px 0px
}

.author {
    padding: 0px 10px 0px 0px;
}

.date {
    padding: 0px 10px 0px 0px;
}

.cat {
    padding: 0px 10px 0px 0px;
}

.sharingbtn {
    padding: 10px 0px 10px 0px;
    margin-bottom: 15px;
}

.post-title {
    line-height: 25px !important
}

    .post-title a {
        color: #333
    }

        .post-title a:hover, a:focus {
            color: #c00
        }

.blg-category-bx {
    width: 100%;
    background-color: #FFF;
    border: 1px solid #E2E2E2;
    box-shadow: 1px 1px 3px #00000026;
    border-radius: 10px;
    font-family: aptos, sans-serif;
    margin: 0px 0px 20px 0px;
    min-height: 385px;
    max-height: 385px;
}

.blg-inner {
    margin: 5px 5px 5px 5px;
    background-color: #FFF;
    border-radius: 10px;
}

.blg-category-bx-img {
    width: 100%;
    margin: 0px auto 10px auto;
}

    .blg-category-bx-img img {
        width: 100%;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        min-height: 210px;
        max-height: 210px;
    }

.blg-category-bx-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

    .blg-category-bx-text a:hover, a:focus {
        color: #C00 !important
    }

    .blg-category-bx-text h3:hover, h3:focus {
        color: #C00 !important
    }

    .blg-category-bx-text h3 {
        font-weight: 600;
        text-align: left;
        margin: 10px 10px 0px 10px;
        line-height: 25px;
        color: #000;
        font-size: 17px;
        font-family: 'Inter',sans-serif;
    }

.blg-category-bx-other-text {
    font-weight: 500;
    text-align: left;
    margin: 10px 10px 10px 10px;
    line-height: 22px;
    color: #000;
    font-size: 15px;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*=========== New Css Addition =======*/
.navbar-nav .lgn-btn {
    padding: 5px 7px;
    background-color: #e21f26 !important;
    color: #FFF !important;
    border-radius: 5px
}

    .navbar-nav .lgn-btn:hover, .lgn-btn:focus {
        color: rgba(255,255,255,0.8)
    }

.li-align {
    margin: 20px 0px 0px 10px
}


/*akshay css*/
.blog_title span {
    font-family: system-ui;
    font-size: 14px;
}

.blog_title b span {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-weight: 400
}

.blog_icons a, .blog_icons i {
    background: #f5f5f5;
    padding: 6px 7.5px;
    border-radius: 5px;
    font-size: 15px;
}

.blog_icons i {
    font-size: 16px !important;
}

.blog_icons .fa-external-link, .blog_icons .fa-trash {
    padding: 12px 13px;
}

.no-left-paddding {
    padding-left: 0px !important
}

.category-header {
    width: 100%;
    margin: 0px 0px 0px 10px;
}

.no-right-padding {
    padding-right: 0px !important
}

.captch-bx {
    padding: 8px 15px;
    font-family: DINNextLTPro-Regular,sans-serif;
    font-weight: 700;
    display: block;
    margin: 0 0 5px;
    background-image: url('../Images/captchaimg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff !important;
    border-radius: 7px;
    height: 38px;
}

.captch-bx, .menu-mobile-close i {
    font-size: 18px
}

.modalapna .reach-us-bx {
    text-align: center;
    font-weight: 600;
}

.enquiry-frm-bx {
    background: url(../images/subscribe-angle.png) top right no-repeat #fff
}

.form-control, .regform {
    border: 1.5px solid #7c7c7c
}

.alignBox-makeInq .col-lg-6, .alignBox-makeInq .col-lg-12 {
    padding-left: 0px;
    margin-bottom: 15px;
}

.modalapna .form-control {
    border: 1px solid #ccc !important;
}


.modalapna .btn-box input {
    background: #F07723;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 4px 10px;
    font-size: 13px;
}

.modapna .captch-bx {
    border-radius: 7px !important;
    height: 38px !important;
}




.myModal-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 15px;
}

    .myModal-header button {
        color: #fff;
        background: #F07723;
        border: none;
        padding: 2px 10px;
        border-radius: 6px;
        font-weight: 700;
    }


.lightRed-btn {
    padding: 4px 10px;
    background-color: rgba(56, 44, 30, 0.7);
    border-radius: 10px;
    display: inline-block;
    height: 22px;
    margin-bottom: 10px;
    color:#FFF;
}

.lightRed-btn a { color:#FFF; }
.lightRed-btn a:hover, .lightRed-btn a:focus { color:#FFF; }

.align-span {
    display: flex;
    align-items: flex-start;
   
    justify-content: space-between;
}
.paddLft-0{
    padding-left:0px
}
/*=========== My Media Queries =======*/
@media only screen and (min-device-width: 280px) and (max-device-width: 575px) {
    .share-section {
        line-height: 20px;
        padding: 5px 0px 10px 0px
    }
    .align-span {
       
        flex-wrap: wrap;
    
    }

    .blg-category-bx {
        min-height: 335px;
        max-height: 335px
    }

    .blg-category-bx-img img {
        min-height: 170px;
        max-height: 170px
    }

    .blg-category-bx-text h3 {
        margin: 0px 10px 0px 10px;
    }

    figure.figure-img img {
        min-height: 170px;
        max-height: 300px;
    }

    .slidertrendings .slidertrendingsimg img {
        height: 110px;
    }

    .homepage-main-bx img {
        min-height: 160px;
        max-height: 180px;
    }

    .homepage-title-bx {
        padding: 5px 10px 5px 10px
    }

        .homepage-title-bx h1 {
            font-size: 16px;
            line-height: 22px
        }
}
