﻿body {
}



/*...new csss....*/

chairman-c {
    margin-top: 50px;
}

.lft-content-section {
    background: #fff;
    padding: 0 25px 25px;
    box-shadow: 0 5px 16px rgb(0 0 0 / 20%);
}

.founder-bar img {
    margin-top: 36px;
    box-shadow: 0 5px 16px rgb(0 0 0 / 20%);
    border: 5px solid white;
}

.ljj {
    width: 100%;
    /* height: 400px; */
    margin-bottom: 20px;
}

.founder-bar .content1 {
    padding: 30px 0;
    text-align: justify;
}

.content1 {
    padding-bottom: 0 !important;
}

.founder-bar h1 {
    color: #ED3237;
    font-size: 24px;
    margin-top: -8px;
    margin-bottom: -10px;
    font-weight: 600;
    text-transform: uppercase;
}

.founder-bar .content1 span {
    display: block;
    color: #000000;
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    padding: 12px 0 12px;
    border-bottom: 1px solid #80808038;
    margin-bottom: 10px;
}

.founder-bar p {
    color: #000000d1;
    line-height: 25px;
}

.Our_history {
    padding: 50px 0 50px;
}

.mission_vision_section {
    padding: 0 0 60px;
}

.mission_para p {
    line-height: 22px;
}

h2.main_heading {
    /* font-size: 26px; */
    color: #000000;
    font-size: 24px;
    margin-top: -8px;
    margin-bottom: -10px;
    font-weight: 600;
    text-transform: uppercase;
}


.mock-sec-5 {
    padding: 45px 0px 35px 0px;
}

    .mock-sec-5 .txt {
        z-index: 1;
     /*   background: linear-gradient(45deg, #000000, #17293be0);*/
     background:#fff;
        padding: 20px 30px;
        margin-right: -70px;
        position: relative;
        top: 20px;
        box-shadow: 0 4px 4px rgb(0 0 0 / 44%);
        border-radius: 12px;
    }


.mock-sec-5 .rounded-img {
    border-radius: 12px;
    overflow: hidden;
}

.quality_assurance .txt p {
    color: #000;
    font-size: 15px;
}

h3.h-common-class.text-light {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
}

.quality_prt {
    margin-left: -27px;
}

    .quality_prt li {
        color: #000;
        line-height: 27px;
    }

.quality_assurance {
    padding: 0 0 80px;
}

.mission-heading {
    font-size: 18px;
    text-transform: uppercase;
}


.certificate_section {
    padding: 0px 0 60px;
}

.certificate_prt {
    display: flex;
    border: 1px solid #8080807d;
    background: #fff;
    align-items: center;
    padding: 20px;
    margin: 0 10px 20px;
    min-height: 120px;
    width: 48%;
    border-radius: 5px;
    box-shadow: rgba(17, 121, 239, 0.15) 0px 2px 5px 0px;
}

    .certificate_prt .imgg img {
        width: 145px;
        padding-right: 20px;
    }

    .certificate_prt .para p {
        font-size: 15px;
    }

.certificate_section .certificates {
    padding-left: 0 !important;
    height: 40px;
}

.certificates .para p {
    margin-left: -15px;
}

.main_heading {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ed3237;
}

.heading_content p {
    font-size: 16px;
    font-weight: 600;
    margin-top: -8px;
    color: #272727;
    font-style: italic;
}

.heading_content {
    margin-bottom: 20px;
}


.customer_relation {
    padding: 0 0 60px;
}


/*...photo gallery page css...*/



.schedule-grid {
    margin-bottom: 31px;
}

    .schedule-grid .inner-box {
        position: relative;
    }

    .schedule-grid .overlay-box {
        left: 0px;
        top: 0px;
        width: 100%;
        height: auto;
    }

        .schedule-grid .overlay-box .bg-box {
            left: 0px;
            top: 0px;
            width: 100%;
            padding: 0px;
            border-radius: 0px;
            transition: all 500ms ease;
        }

.image-box-inner {
    /* padding-right: 25px; */
    box-shadow: 0px 0px 4px 0px #d1d1d1;
    width: 89%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -40px;
    position: relative;
    border-radius: 12px;
    padding: 5px;
}

    .image-box-inner img {
        border-radius: 10px;
        min-height: 234px;
    }

.schedule-grid .overlay-box .content-box {
    box-shadow: 0px 0px 13px 0px #bdb8b8;
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    padding-top: 61px;
}

.schedule-grid .overlay-box h2 {
    font-size: 20px;
    color: #8e150f;
    font-weight: 600;
    text-transform: capitalize;
    /* margin-bottom: 15px; */
    /* display: inline; */
    margin-top: 0px;
    padding-left: 9px;
}

div#showgalleryname a {
    cursor: pointer;
    display: block;
    color: #68090b;
}

.schedule-grid .overlay-box li {
    position: relative;
    display: inline-block;
    margin-right: 60px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    height: auto;
    font-size: 15px;
    margin: 10px 0px;
    display: block;
}

div#showgalleryname a.theme-btn-s2 {
    display: inline-block;
    color: #fff;
    margin-bottom: 0px;
    padding: 8px 16px;
    background: #68090b;
    margin-top: 6px;
}

.view_more_button {
    background: #8e150f;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px;
}

span.ti-alarm-clock.mx-3 {
    padding-left: 10px;
    font-weight: 600;
    font-size: 16px;
    font-style: italic;
    border-bottom: 1px solid #80808047;
    display: block;
    margin: 0px 0px 8px;
    padding-bottom: 8px;
}

ul.photo_ul {
    margin-left: -31px;
}

.photo_gallery {
    padding: 60px 0;
}

.view_more_button:hover {
    color: #fff;
}


.customer_relation .relation_ul li {
    line-height: 25px;
}

ul.relation_ul {
    margin-left: -24px;
}

@media (max-width:991px) {
    .mock-sec-5 .txt {
        margin-right: 0;
        top: 0;
    }

    .mock-sec-5 .rounded-img {
        margin-top: 20px;
    }

    .certificate_prt {
        width: 95%;
    }
}
.gallery_section{
    padding:60px 0;
    margin-top:60px;
}
.imgglry-row > .vdoglrybox-x {
    margin-bottom: 30px;
}
.vdoglrybox-x > .video-thumb-inv {
    border: 0px solid #ffffff !important;
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 8px;
    text-align: center;
}
iframe.vdo {
    width: 100%;
}
p.video_txt {
    font-weight: bold;
    margin-top: 13px;
    font-size: 16px;
}
.video-thumb-inv iframe{
    width:100%;
}

/*.........*/


.main-box-shadow {
    box-shadow: 0px 0px 16px 1px #80808042;
}
.mission_row{
    display:flex;
    justify-content:center;
}
.feature-one__item {
    position: relative;
    padding-bottom: 50px;
    width: 435px;
}

.feature-one__item__img {
    position: relative;
    overflow: hidden;
}

    .feature-one__item__img img {
        width: 100%;
        height: auto;
        min-height: 320px;
        object-fit: cover;
        object-fit: fill;
    }

.feature-one__item__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 30px);
    background-color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    transition: 500ms ease;
}

.feature-one__item__ball {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .feature-one__item__ball::after {
        position: absolute;
        left: -55px;
        top: -63px;
        width: 0;
        height: 0;
        border-radius: 50%;
        content: "";
        background-color: #680c08fa;
        transition: 400ms ease;
    }

.feature-one__item__icon {
    position: relative;
    z-index: 1;
    width: 90px;
    height: 90px;
    background-color: #081d32;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -55px auto 14px;
    transition: 500ms ease;
}

    .feature-one__item__icon span {
        transform: scale(1);
        transition: 500ms ease;
        display: flex;
    }

.feature-one__item__title {
    font-size: 21px;
    color: #081d32;
    font-weight: bold;
    transition: 400ms ease;
    margin: 0 0 15px;
    position: relative;
    z-index: 1;
}

.feature-one__item__text {
    font-size: 15px;
    padding: 0 25px;
    height: 0;
    margin-bottom: 0;
    color: #fff, #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    text-align:left;
}

.feature-one__item .hiredots-btn {
    background-color: #8e150f;
    font-size: 12px;
    padding: 5px 30px;
    margin-top: 12px;
    width:100%;
}

.hiredots-btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background-color: #df711f;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 800;
    padding: 11px 50px;
    transition: 500ms;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 1;
}

    .hiredots-btn::after {
        position: absolute;
        transition: 0.5s;
        content: "";
        width: 0;
        left: 50%;
        bottom: 0;
        height: 3px;
        background: #081d32;
        height: 120%;
        left: -10%;
        transform: skewX(25deg);
        z-index: -1;
    }

.feature-one__item .hiredots-btn::after {
    background-color: #0b182a;
}

.hiredots-btn span {
    transform: 0.3s;
    position: relative;
    color: inherit;
    z-index: 2;
}

.abt-ser { /*filter: invert(42%) sepia(133%) saturate(748%) hue-rotate(-13deg) brightness(111%) contrast(101%);*/
    filter: invert(87%) sepia(96%) saturate(3716%) hue-rotate(316deg) brightness(100%) contrast(99%);
}

.feature-one__item:hover .feature-one__item__content {
    background-color: #8e150fe3;
}

.feature-one__item:hover .feature-one__item__icon {
    background-color: #94291ee6;
    box-shadow: 0px 0px 16px 1px #80808042;
}

    .feature-one__item:hover .feature-one__item__icon span {
        transform: scale(0.9);
    }

.feature-one__item:hover .feature-one__item__title {
    color: #ffffff;
}

.feature-one__item:hover .feature-one__item__text {
    height: 90px;
    margin-bottom: 25px;
    color: white;
}

.feature-one__item:hover .abt-ser {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}

.feature-one__item:hover .feature-one__item__ball::after {
    width: 220px;
    height: 220px;
}
.scroll-prt {
    overflow-y: scroll;
    padding-right: 11px;
}
    .scroll-prt::-webkit-scrollbar {
        width: 4px;
    }

    .scroll-prt::-webkit-scrollbar-thumb {
        background-color: #fff;
        border-radius: 10px;
    }
    @media (max-width:992px){
        .feature-one__item{
            width:100%;
            margin-bottom:25px;
        }
        .mission_row{
            display:block;
        }
    }





