.heading.sub_heading strong {font-size: 35px;}
.sub_banner {display: block; position: relative; padding: 3rem 0; background-size: cover ; background-position: center; }
.sub_banner.contact_banner {background-image: url('../subimages/contact_banner.jpg');}
.sub_banner:before {content: '';position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgb(0 85 165 / 42%);mix-blend-mode: darken;}
.page_title {position: relative;z-index: 1; }
.page_title h1 {font-size: 47px; line-height: 1.3; margin-bottom: 10px; font-weight: 800; color: #ffffff; }
.page_title .breadcrumb {margin: 0; padding: 10px 5px; } 
.page_title .breadcrumb li, .page_title .breadcrumb a {color: #ffffff; font-size: 21px; font-weight: 400; letter-spacing: 0.5px; }
.page_title .breadcrumb-item+.breadcrumb-item::before {color: #ffffff; }
/* CONTACT PAGE */
.contact_detail_scssn {display: block; position: relative; }
.contact_detail_scssn h2 {text-align: center; font-weight: 700; font-size: 37px; color: #305c73; margin-bottom: 15px; }
.contact_detail_box {position: relative;display: flex;padding: 25px;border: 1px solid rgb(191 212 222);height: 100%;flex-direction: column;background: hsl(199deg 32% 81% / 10%);justify-content: flex-start;border-radius: 10px;}
.contact_detail_box .details_content {display: block; }
.contact_detail_box h4 {font-size: 17px;text-transform: uppercase;font-weight: 700;letter-spacing: 2px;color: #015DAA;margin-bottom: 15px;}
.contact_detail_box p {white-space: pre-line;font-size: 18px;}
.contact_detail_box ul {display: flex; flex-direction: column; }
.contact_detail_box ul li {display: block; padding: 7px 0; }
.contact_detail_box ul li a {display: flex;align-items: center;color: #444444;font-size: 18px;overflow: hidden;font-weight: 700;position: relative;}
.contact_detail_box ul li a:hover {color: rgb(68 68 68 / 75%); }
.contact_detail_box ul li a span {width: 50px;height: 50px;padding: 13px;border-radius: 50px;border: 1px solid #0055a5;text-align: center;display: flex;align-items: center;justify-content: center;position: relative;margin-right: 11px;}
.contact_detail_box ul li a span:before, .contact_detail_box.contact_socials ul li a i:after {content: ''; position: absolute; left: 0; width: 100%; height: 100%; border-radius: 50px; z-index: -1; background: #0055a5; transform: scale(0); transition: 0.4s all; }
.contact_detail_box ul li a:hover span:before, .contact_detail_box.contact_socials ul li a:hover i:after {transform: scale(1); }
.contact_detail_box ul li a span img {height: 90%;filter: grayscale(0) brightness(1);transition: 0.4s all;}
.contact_detail_box ul li a:hover span img {filter: grayscale(1) brightness(5); }
.contact_detail_box.contact_socials ul {display: flex; flex-direction: column; }
.contact_detail_box.contact_socials ul li {padding: 5px 0px; display: inline-block; } 
.contact_detail_box.contact_socials ul li a {font-size: 16px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; }
.contact_detail_box.contact_socials ul li a i {width: 48px;height: 48px;display: block;border: 1px solid #0055a5;border-radius: 50px;display: flex;align-items: center;justify-content: center;font-size: 18px;margin-right: 10px;color: #0055a5;position: relative;transition: 0.4s all;}
.contact_detail_box.contact_socials ul li a:hover i {color: #ffffff; }
/* contact form scssn */
.contact_form_scssn {display: block;position: relative; padding-bottom: 70px;}
.contact_form_scssn .title h2 {background: #ffffff;}
.contact_form_scssn .common_form .form-group {height: 100%; }
#contact_map_modal .modal-dialog {max-width: 970px; border-radius: 0; }
#contact_map_modal .modal-dialog .modal-content {background: transparent; border: none; border-radius: 0; padding: 3px; background: #ffffff; }
#contact_map_modal .modal-dialog .modal-content .modal-header {padding: 0; border: none; }
#contact_map_modal .modal-header button.btn-close {font-size: 0; width: 35px; height: 35px; position: absolute; top: 0; display: block; transform: rotate(45deg); right: 0; opacity: 1; z-index: 1; outline: none; background: #ffc001; border-radius: 50px; padding: 0; border: 3px solid #ffffff; }
#contact_map_modal .modal-header button.btn-close:before,#contact_map_modal .modal-header button.btn-close:after {content: ''; content: ''; width: 70%; height: 2px; background: #444444; top: 50%; position: absolute; transform: translate(-50%,-50%); left: 50%; }
#contact_map_modal .modal-header button.btn-close:after {content: ''; width: 2px; height: 70%; top: 50%; }
#contact_map_modal .modal-dialog .modal-content .modal-body {padding: 0; }
#contact_map_modal .modal-dialog .modal-content .modal-body iframe {width: 100%; }
/* career page */
.career_page{padding-bottom: 90px; }
.career_form_scssn {display: block;position: relative;padding: 0 10px 0 35px;box-shadow: -20px 0px 20px 0px rgb(0 0 0 / 6%);}
.career_form_content {position: sticky; display: block; top: 85px; }
.career_form_content .heading strong {font-size: 30px; }
.career_form_content p {margin-bottom: 25px; }
.form-group.upload_resume {border: 2px dashed rgb(203 203 203); text-align: center; padding: 30px 30px 20px 30px; cursor: pointer; border-radius: 10px; background: rgb(245 245 245); width: 100%; position: relative; }
.form-group.upload_resume input.file {width: 100%; position: absolute; left: 0; opacity: 0; height: 100%; top: 0; cursor: pointer; }
.form-group.upload_resume span#fileName {display: block; height: 30px; }
.form-group.upload_resume p {font-size: 15px; font-weight: 600; margin: 0; }
/* about us page */
.aboutus_content_scssn {position: relative; display: block; z-index: 1; background: #ffffff; }
.aboutus_content_scssn:before {content: ''; position: absolute; top: 0; right: 0; width: 50%; height: 100%; background: url('../subimages/about_bg.jpg'); background-size: cover; background-repeat: no-repeat; z-index: -1; max-width: 630px; }
.aboutus_content_scssn p strong {font-weight: 700;}
.aboutus_content_scssn .about_content {background: #ffffff; display: block; position: relative; padding: 1rem 0 3rem 0; margin-top: 65px; }
.aboutus_content_scssn .about_content .heading {margin-top: -70px; }
.aboutus_content_scssn .about_content h5 {font-size: 20px; font-weight: 600; color: #015daa; margin: 0; line-height: 1.6; padding-bottom: 20px; }
.aboutus_content_scssn .about_content p {font-size: 17px;text-align: justify;}
/* history scssn */ 
.company_history_scssn {display: block;position: relative;background: rgb(248,244,232);background: -moz-linear-gradient(90deg, rgba(248,244,232,1) 64%, rgba(255,255,255,0.165703781512605) 100%);background: -webkit-linear-gradient(90deg, rgba(248,244,232,1) 64%, rgba(255,255,255,0.165703781512605) 100%);background: linear-gradient(90deg, rgba(248,244,232,1) 64%, rgba(255,255,255,0.165703781512605) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f4e8",endColorstr="#ffffff",GradientType=1);z-index: 0;}
.company_history_scssn:before {content: '';position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 0;background: url(../subimages/history_bg.jpg);background-size: cover;opacity: 1;background-attachment: fixed;filter: grayscale(1);}
.company_history_scssn:after {content: '';background: rgb(248,244,232);background: -moz-linear-gradient(90deg, rgba(248,244,232,1) 64%, rgba(255,255,255,0.165703781512605) 100%);background: -webkit-linear-gradient(90deg, rgba(248,244,232,1) 64%, rgba(255,255,255,0.165703781512605) 100%);background: linear-gradient(90deg, rgb(237 243 249) 64%, rgba(255,255,255,0.165703781512605) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f8f4e8",endColorstr="#ffffff",GradientType=1);z-index: 0;position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.company_history_scssn .history_content {position: relative;z-index: 1;max-width: 980px;width: 100%;}
.company_history_scssn .history_content .title h2 {background: #edf3f9; font-size: 30px; font-weight: 500; }
.company_history_scssn .history_content p {color: #222222; }
/* MD Desk scssn */ 
.md_desk_content .heading strong {/*font-family: 'Tiro Devanagari Hindi';*/ font-size: 42px; /*display: none;*/ }
.md_desk_content p {font-weight: 500;line-height: 1.8;font-size: 19px;color: #222222;}
.md_photo {display: block; position: relative; height: 100%; padding: 80px 20px 80px 0px; }
.md_photo:before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; box-shadow: -20px 0px 20px 0px rgb(0 0 0 / 6%); background: #ffffff; z-index: -1; }
.md_photo img {height: auto; max-height: 660px; width: 100%; object-fit: cover; object-position: top center; box-shadow: -20px 0px 40px 0px rgb(0 0 0 / 10%); margin-left: -20px; z-index: 1; }
/* vision mission scssn */
.vision_mission_scssn {background: #edf3f9; padding-bottom: 150px; }
.vision_mission_scssn .border-bottom {border: none !important;}
.vision_mission_box {display: flex; justify-content: center; align-items: center; }
.vision_mission_box .vision_mission_img {flex: 0 0 auto; width: 20%; padding: 0 30px 0 0; max-width: 175px; }
.vision_mission_box .vision_mission_img img {filter: drop-shadow(5px 8px 4px rgb(0 84 163 / 33%)); }
.vision_mission_box .vision_mission_content {padding: 5px 0 5px 30px; border-left: 2px solid rgb(0 85 165 / 15%); }
.vision_mission_box .vision_mission_content h4 {font-size: 24px;font-weight: 600; color: #015DAA; position: relative;margin: 0 0 10px; display: inline-block; letter-spacing: 0.2px; }
.vision_mission_box .vision_mission_content p {color: #222222; font-size: 19px; padding-bottom: 10px; }
.vision_mission_box.reverse_col {flex-direction: row-reverse; }
.vision_mission_box.reverse_col .vision_mission_img {padding: 0 0px 0 30px; } 
.vision_mission_box.reverse_col .vision_mission_content {padding: 5px 30px 5px 0px; border-left: 0; border-right: 2px solid rgb(0 85 165 / 15%); text-align: right; }
/* media page */
.media_page_scssn {
    padding: 70px 0 120px 0;
}

.media_box {
    width: 100%;
    position: relative;
    padding: 0 15px;
}

.media_box:before {
    content: '';
    position: absolute;
    top: 50%;
    height: 75%;
    background: #edf3f9;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
}

.media_box a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.media_box .media_img {
    width: 100%;
    box-shadow: 0px 0px 30px -5px rgba(1, 1, 2, 0.1);
    background: #edf3f9;
    border: 10px solid #ffffff;
    position: relative;
    z-index: 1;
    display: block;
    /* margin-left: 25px; */
    margin: 0 auto;
}

.media_box .media_title {
    position: relative;
    padding: 0 0px 0 0px;
    display: block;
    z-index: 0;
    text-align: left;
    height: 100%;
}

.media_box .media_title h4 {
    font-size: 22px;
    position: relative;
    padding-bottom: 0px;
    color: #333333;
    transition: 0.6s all;
    font-weight: 700;
}

.media_box p {
    font-size: 15px;
    margin: 0;
    padding: 0;
    color: rgb(0 54 104 / 70%);
}

.media_box a:hover .media_title:before {
    color: rgb(1 73 141);
}

.media_box a:hover .media_title h4 {
    color: #01498d;
}

/* buy page */
.buy_page {
    padding-bottom: 110px;
}
#buy-page-form {
    padding-bottom: 110px;
    margin-top: -80px;
    padding-top: 130px;
}
.buy_form_scssn {
    display: block;
    position: relative;
    padding: 0 50px 0 50px;
    box-shadow: 0px -20px 20px 0px rgb(0 0 0 / 6%);
}

/* product page */
.product_main_page .overview {
    background: #edf3f9;
}

.product_main_content_tabbing .accordion {
    position: relative;
    border: none;
}

.product_main_content_tabbing .accordion .pr-button button, .product_main_content_tabbing ul.product-tab-main li {
    position: relative;
    display: flex;
    width: 100%;
    background: #f7fafc;
    border-radius: 0;
    border: none;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
    color: rgb(51 51 51 / 85%);
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    margin: 5px 0;
    padding: 12px 20px;
    min-height: 90px;
    z-index: 0;
    white-space: pre-line;
    transition: 0.6s all;
    align-items: center;
    cursor: pointer;
}

.product_main_content_tabbing .accordion .pr-button button span.choose_icon, .product_main_content_tabbing ul.product-tab-main li span.choose_icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50px;
    background: rgb(0 54 82 / 5%);
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s all;
    margin-right: 16px;
}

.product_main_content_tabbing .accordion .pr-button button:after {
    display: none;
}

.product_main_content_tabbing .accordion .pr-button button[aria-expanded="true"], .product_main_content_tabbing ul.product-tab-main li.active {
    z-index: 1;
    background: #ffffff;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
    color: #333333;
}

.product_main_content_tabbing .accordion .pr-button button[aria-expanded="true"] .choose_icon, .product_main_content_tabbing ul.product-tab-main li.active .choose_icon {
    background: #F9BB00;
    opacity: 1;
}

.product_main_content_tabbing .accordion .accordion-item {
    border: none;
}

.product_main_content_tabbing .accordion .accordion-item h4 {
    font-size: 24px;
    font-weight: 700;
    color: #0a82bb;
    margin-bottom: 15px;
}

.product_main_content_tabbing .accordion .accordion-item ul li {
    position: relative;
    padding: 12px 10px 12px 40px;
    font-size: 18px;
    font-weight: 500;
    color: #444444;
    margin: 0;
    line-height: 1.6;
}

.product_main_content_tabbing .accordion .accordion-item ul li:before {
    content: '';
    background-image: url('../subimages/bullet.svg');
    background-size: 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
    top: 20px;
    background-position: center;
    background-repeat: no-repeat;
}
/* ========= 27-02-2023 ========== */
.products-info .products-space:last-child{padding-bottom: 110px !important; }
.products-info {position: relative; overflow: hidden; }
.products-text {position: relative; }
.products-text h3 {display: inline-block; color: #333333; font-size: 36px; font-weight: 600; padding-bottom: 8px; margin-bottom: 15px; position: relative; }
.products-text h3:after {content: ""; position: absolute; width: 46px; background: #333333; height: 2px; left: 0; bottom: 0; }
.products-text h4 {color: #015DAA; font-size: 20px; font-weight: 600; } 
.products-text ul li {display: flex; justify-content: space-between; align-items: center; align-content: center; flex-wrap: wrap; padding: 25px 5px 7px; border-bottom: 1px solid rgb(0 54 82 / 27%); font-size: 18px; margin: 0; }
.products-text ul li .pr-1 {font-weight: 600; letter-spacing: 0.5px; color: #080206; padding-right: 10px; }
.products-text ul li .pr-2 {color: #444444; }
.products-text ul li:last-child {border-bottom: none; }
/* ====== */
.products-img {position: relative; display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: center; align-content: center; padding: 20px 0; }
.products-img img {z-index: 1; transform: rotate(16deg) translate(-70px, 20px); top: 50%; filter: drop-shadow(14px 11px 10px rgb(0 0 0 / 24%)); position: relative; }
.product-name {position: absolute; left: 43%; width: -webkit-fill-available; padding-right: 12px; z-index: 0; mix-blend-mode: darken; }
.product-name p {font-size: 52px; font-weight: 900; padding: 0; margin: 0; color: #ffffff; display: inline-block; position: relative; padding: 0 10px; line-height: 1.6; }
.product-name p:after {content: ""; position: absolute; height: calc(100% - 24px); width: 0; background: #003652; left: -30px; top: 0; z-index: -1; transition: all 1.5s; mix-blend-mode: hard-light; }
.pr-1-pr p:after, .pr-2-pr p:after, .pr-3-pr p:after, .pr-4-pr p:after, .pr-5-pr p:after, .pr-6-pr p:after {width: calc(100% + 30px); }
.products-info .container-xxl:nth-child(2n - 1) {position: relative; display: block; }
.products-info .container-xxl:nth-child(2n - 1) .row:before, .products-info .container-xxl:nth-child(2n - 1) .row:after {content: ""; position: absolute; height: 100%; width: 100vw; background: #f7fafc; top: 0; z-index: -1; left: 0; }
.products-info .container-xxl:nth-child(2n - 1) .row:after {right: 0; left: auto; }
/* ======= */
.products-text .accordion .accordion-item{background: transparent; border-radius: 0; box-shadow: none; border: none; }
.products-text .accordion .accordion-item button.accordion-button {font-size: 20px; background: transparent; border-radius: 0; letter-spacing: 0.8px; padding: 20px 20px 20px 0px; border: 1px solid rgb(0 0 0 / 5%); box-shadow: none; border-width: 0px 0 1px 0px; font-weight: 600; color: #015DAA; text-transform: uppercase; }
.products-text .accordion .accordion-item button:active, .products-text .accordion .accordion-item button:focus{border-radius: 0; box-shadow: none; }
.products-text ul li:first-child {margin-top: 0; }
.products-text ul li:last-child {margin-bottom: 0; }
.accordion-button:not(.collapsed)::after{background-image: unset; }
.products-text .accordion .accordion-item button.accordion-button:after, .products-text .accordion .accordion-item button.accordion-button:before, .product_main_content_tabbing .accordion .pr-button button:after, .product_main_content_tabbing .accordion .pr-button button:before {background: #00a1ed; height: 4px; width: 20px; transform: translate(0px, 0px); background-image: unset; content: ""; position: absolute; right: 16px; transition: all 0.4s; z-index: 1; border-radius: 50px; border: 1px solid #f7fafc; }
.products-text .accordion .accordion-item button.accordion-button:before, .product_main_content_tabbing .accordion .pr-button button:before {transform: translate(0px, 0px) rotate(90deg); background: #003652; }
.products-text .accordion .accordion-item button.accordion-button[aria-expanded="true"]:before, .product_main_content_tabbing .accordion .pr-button button[aria-expanded="true"]:before {opacity: 1; z-index: 1; transform: translate(0px, 0px) rotate(0deg); }
.products-text .accordion .accordion-item p {font-size: 16px; margin: 15px 8px; padding-bottom: 0; color: #333333; list-style-type: circle; }
.products-info a.custom_button {background: #ffc001; color: #075390; border: 1px solid #07539000; font-size: 18px; }
.products-info a.custom_button:hover {background: #ffffff; border: 1px solid #075390; }
/* ==== product-table ==== */
.standard-size-table {padding: 50px 0; margin-bottom: 240px; position: relative; background-image: url(../subimages/history_bg.jpg); background-repeat: no-repeat; background-attachment: fixed; z-index: 0; }
.standard-size-table .heading.sub_heading strong {display: inline-block; position: relative; }
.standard-size-table .heading.sub_heading p {letter-spacing: 1px; font-size: 22px; }
.standard-size-table table {background: #f7fafc; border: 1px solid rgb(1 73 141 / 14%); box-shadow: 1px 15px 25px 0px rgb(0 0 0 / 12%); }
.standard-size-table .table-responsive {margin-bottom: -270px; padding: 15px 15px 25px 15px; border: 8px solid rgb(255 255 255 / 7%); z-index: 111; position: relative; }
.standard-size-table table tr th {background: #ffc001; color: #222222; font-size: 16px; font-weight: 600; padding: 25px 14px; border: 1px solid #ababab; vertical-align: middle; border-bottom: 1px; }
.standard-size-table table tr td {font-size: 16px; color: #333333; padding: 13px 15px; }
.standard-size-table .heading, .standard-size-table table {z-index: 1; position: relative; }
.standard-size-table:after {content: ""; position: absolute; height: 100%; width: 100%; top: 0; z-index: 0; background: rgb(4 88 155 / 90%); }
.standard-size-table table.table-striped>tbody>tr:nth-of-type(odd) {--bs-table-accent-bg: transparent; }
.standard-size-table table.table-striped>tbody>tr:nth-of-type(even) {--bs-table-accent-bg: #f7f8f9; }
/* ========= certificate ======== */
.qualiyty_page {position: relative; overflow: hidden; /*padding-bottom: 90px;*/ } 
/* .quality-certificate {position: relative; height: 100%; display: flex; align-items: center; width: calc(100% + 100px); top: -70px; } */
.quality-certificate ul {display: flex; gap: 20px 50px; position: relative; padding-left: 100px; /* margin-bottom: 125px; */ }
.quality-certificate ul:before {content: ""; position: absolute; background: #edf3f9; height: 100%; width: 100vw; left: 0; z-index: 0; top: 90px; }
.quality-certificate ul li {position: relative; }
.quality-certificate ul li img {max-height: 350px; /* box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 25%); */ }
.quality-certificate ul li:after {position: absolute; height: calc(100% + 30px); width: calc(100% + 30px); background: transparent; left: -15px; top: -15px; content: ""; border: 5px solid #edf3f9; z-index: -1; }
.quality_content p>strong {font-size: 22px; }
.quality-logo ul {display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-start; gap: 25px 40px; }
.quality-certificate ul li a {position: relative; overflow: hidden; text-align: center; display: block; transition: all 0.4s; box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 25%); } 
.quality-certificate ul li a:after {content: ""; position: absolute; height: 100%; width: 100%; left: 50%; top: 70%; transform: translate(-50%, -50%); background: linear-gradient(-1deg, rgb(0 85 165) 0%, rgb(0 0 0 / 35%) 150%); opacity: 0; transition: all 0.4s; }
.quality-certificate ul li a:hover:after {top: 50%; opacity: 1; }
.quality-certificate ul li a:hover {box-shadow: 0px 25px 35px 0px rgb(0 0 0 / 40%); transform: scale(1.1); }
.quality-certificate ul li a:before {content: ""; position: absolute; height: 100%; width: 100%; background-image: url('../subimages/pdf.svg'); background-repeat: no-repeat; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(1.3); background-position: center; transition: all 0.4s; z-index: 1; opacity: 0; filter: contrast(1.5); }
.quality-certificate ul li a:hover:before {transform: translate(-50%, -50%) scale(0.7); filter: brightness(0) saturate(100%) invert(97%) sepia(3%) saturate(93%) hue-rotate(310deg) brightness(116%) contrast(100%) contrast(1); opacity: 1; }
/* === under-construction ==== */
.under-construction {position: relative; margin: 20px 0 40px; text-align: center; }
.under-construction h1 {font-weight: 700; text-transform: uppercase; color: #003652; padding: 1rem; margin: 0; font-size: 2.5rem; }
.under-construction img {max-width: 400px; }
/* ---- link target space ===  */
#fe-550d-pr, #fe-500d-pr {margin-top: -200px; padding-top: 200px; } 
.md_desk_scssn{margin-top: -125px; padding-top: 125px; }
#company_history, #vision_mission-part {margin-top: -150px; padding-top: 150px; }
#fe-500-pr {padding-top: 250px; margin-top: -250px; }


.why_choose_scssn .why_choose_content ul.right_col li:nth-child(4) {
    top: 68.7%;
    right: 16%;
}


/*/////////////////////////////header LOGO CSS//////////////////////////*/
#header .s-logo{display:none;}


/* ====qulity-images ==== */
 
.quality-images a.box:hover .img-box img {
    transform: scale(1.0) rotate(0deg);
}

.quality-images a.box .img-box img {
    height: 300px;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
    transition: all 1s;
    transform: scale(1.2) rotate(8deg);
}
.quality-images {
    margin-bottom: 100px;
    margin-top: 50px;
}
.quality-images a.box .img-box {
    position: relative;
    overflow: hidden;
	box-shadow: -6px 8px 12px rgb(0 0 0 / 22%);
}

.quality-images a.box .img-box:after {
    background: #00365296;
    content: "";
    position: absolute;
    height: 50%;
    width: calc(100% + 125px);
    left: 50%;
    bottom: -53%;
    z-index: 0;
    opacity: 0;
    transition: all 0.5s;
    transform: rotate(18deg) translateX(-50%);
    backdrop-filter: blur(3px);
}
 
.quality-images a.box:hover .img-box:after, .quality-images a.box:hover .img-box span:after {
    height: calc(100% + 130px);
    opacity: 1;
} 
.quality-images a.box:after, .quality-images a.box:before, .quality-images a.box span:after, .quality-images a.box span:before {
    content: "";
    position: absolute;
    height: 00%;
    width: 2px;
    left: 50%;
    top: 0;
    background: transparent;
    z-index: 0;
    transition: all 0.5s;
    transform: translate(-50%, -50%);
    border-right: 1px solid;
    border-color:  #ffffff;
}

.quality-images a.box {
    position: relative;
    display: block;
}
.quality-images a.box span {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}
.quality-images a.box:hover:after, .quality-images a.box:hover span:after {
    height: 35px;
    top: 44%;
    transform: translate(-50%, -50%); 
}

.quality-images a.box:hover:before {
    width: 35px;
    left: 46%; 
    transform: translate(-50%, -50%);
}

.quality-images a.box:before, .quality-images a.box span:before {
    height: 2px;
    width: 0%;
    border-top: 1px solid ;
    border-right: none;
    z-index: 1;
    top: 50%;
    left: 0;
    border-color: #ffffff;
}
.quality-images a.box:hover span:after {
    top: auto;
    bottom: 44%;
    transform: translate(-50%, 50%); 
}

.quality-images a.box span:after {
    top: auto;
    bottom: 0;
}

.quality-images a.box span:before {
    bottom: 50%;
    right: 0;
    left: auto;
}

 
 
.quality-images a.box:hover span:before {
    right: 46%;
    width: 35px; 
    transform: translate(50%, -50%);
}

/* ===13-04-2023 === */

.quality-logo ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 25px 40px;
    max-width: max-content;
    height: max-content;
}
.qualiyty_page {
    position: relative;
    overflow: hidden; 
}
.quality_content p>strong {
    font-size: 22px;
}

/* ======= */
.quality-certificate {
    position: relative;
    width: calc(100% + 70px);
    padding: 40px 40px 40px 30px;
    height: -webkit-fill-available;
    margin-left: 50px;
}
.quality-certificate .swiper-wrapper a {
    transition: all 0.4s;
    box-shadow: 0px 15px 25px 0px rgb(0 0 0 / 25%);
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.quality-certificate .swiper-wrapper .swiper-slide:after {
    position: absolute;
    height: calc(100% + 30px);
    width: calc(100% + 30px);
    background: transparent;
    left: -15px;
    top: -15px;
    content: "";
    border: 5px solid #edf3f9;
    z-index: -1;
    pointer-events: none;
}
.quality-certificate .swiper-wrapper .swiper-slide a:after {
content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    background: linear-gradient(-1deg, rgb(0 85 165) 0%, rgb(0 0 0 / 35%) 150%);
    opacity: 0;
    transition: all 0.4s;
}
.quality-certificate .swiper-wrapper .swiper-slide a:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../subimages/pdf.svg);
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.3);
    background-position: center;
    transition: all 0.4s;
    z-index: 1;
    opacity: 0;
    filter: contrast(1.5);
}
.quality-certificate .swiper-wrapper .swiper-slide a:hover:before{
    transform: translate(-50%, -50%) scale(0.7);
    filter: brightness(0) saturate(100%) invert(97%) sepia(3%) saturate(93%) hue-rotate(310deg) brightness(116%) contrast(100%) contrast(1);
    opacity: 1;
}
.quality-certificate .swiper-wrapper .swiper-slide a:hover:after{
    top: 50%;
    opacity: 1;
}
.quality-certificate:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    /* background: #edf3f9; */
    top: 80px;
    left: 0;
    z-index: -1;
}
.quality-certificate .swiper-wrapper {
    position: relative;
    z-index: 0;
    top: -40px;
    margin-top: 35px;
}
.our-certificate:after {
    content: "";
    position: absolute;
    height: calc(100% - 80px);
    width: 100vw;
    background: #edf3f9;
    bottom: 0;
    left: -15px;
}
.our-certificate {
    position: relative;
} 

/* ===== */
.tmt-bar-products {
    position: relative;
    padding: 30px 0 150px 0;
    overflow: hidden;
}
.tmt-bar-products .tmt-products-details p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
    font-size: 18px;
    margin-bottom: 12px;
}
.tmt-bar-products .tmt-products-details a {
    background: #003652;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #003652;
    padding: 10px 26px;
}
.tmt-bar-products .tmt-products-details a:before {
    content: "";
    border-right: 1.3em solid #003652;
}
.tmt-bar-products .tmt-products-details a:hover {
    background: #ffffff;
    color: #003652;
}
.tmt-bar-products .product-name p {
    font-size: 42px;
}
.tmt-bar-products .product-name p:after {
    height: calc(100% - 20px);
}
.tmt-bar-products .pr-border {
    position: relative;
}
.tmt-bar-products .pr-border:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background: #0000000d;
    top: 0;
    right: 10px;
}
.tmt-bar-products .pr-border:last-child:after, .tmt-bar-products .products-text h3:after{
    display: none;
}
.tmt-bar-products .products-text h3 {
    font-size: 26px;
    margin-bottom: 0px;
}
.pr-1-pr p:after, .pr-2-pr p:after, .pr-3-pr p:after, .products-img-tmt-1-1 p:after, .products-img-tmt-2-2 p:after, .products-img-tmt-3-3 p:after {
    width: calc(100% + 30px);
}
/* ==== media ===== */ 
.media-img img {
    max-height: 300px;
    width: 100%;
    object-fit: cover;
    height: 300px;
    border-radius: 3px;
    transition: all 0.5s;
    position: relative;
}
.media-img .media-sub-img{
    position: relative;
    overflow: hidden;
    box-shadow: -6px 8px 12px rgb(0 0 0 / 22%);
    cursor: pointer;
}
.media-img .media-sub-img:after {
    background: #00365296;
    content: "";
    position: absolute;
    height: 50%;
    width: calc(100% + 125px);
    left: calc(50% - 60px);
    bottom: -63%;
    z-index: 0;
    opacity: 0;
    transition: all 0.5s;
    transform: rotate(18deg) translateX(-50%);
    backdrop-filter: blur(3px);
}
.media-img .media-sub-img:hover:after {
    height: calc(100% + 180px);
    bottom: -60%;
    left: calc(50% - 20px);
    opacity: 1;
}
.media-img .media-sub-img:hover img {
    transform: rotate(1deg);
    scale: 1.15;
    filter: blur(3px);
}
.media-img .media-sub-img:before {
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    background-image: url(../subimages/image.svg);
    background-repeat: no-repeat;
    background-size: 55px;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.2);
    left: 50%; 
    background-position: center;
    opacity: 0;
    transition: all 0.4s;
    filter: invert(1) drop-shadow(0px 0px 7px rgb(22 22 22 / 92%));
}
.media-img .media-sub-img:hover:before {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.media-img .media-sub-img.video:before{
    background-image: url(../subimages/play-button.svg);
} 
.media-img .media-sub-img span.media-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    transform: scale(1);
    transition: all 0.4s;
    opacity: 1;
}
.media-img .media-sub-img:hover span.media-icon {
    transform: scale(0.5);
    opacity: 0;
}
.media-img .media-sub-img span.media-icon img {
    height: 35px;
    filter: invert(1);
    z-index: 1;
}

.media-img .media-sub-img span.media-icon:after {
    content: "";
    position: absolute;
    height: calc(100% + 50px);
    width: calc(100% + 70px);
    right: -25px;
    top: -12px;
    border-radius: 0 0 0 100%;
    background: rgb(0 0 0 / 63%);
    z-index: 0;
    filter: blur(24px);
}

/* ============== approvals-css =========== */
.approvals-details {
    margin: 70px 0 100px;
}
.approval-info .box {
    cursor: pointer;
    position: relative;
    display: block;
    box-shadow: -3px 5px 12px rgb(0 0 0 / 12%);
    padding: 3px;
}
.approval-info .box:after {
    content: "";
    background: linear-gradient(-1deg, rgb(0 85 165) 0%, rgb(0 0 0 / 35%) 150%);
    position: absolute;
    height: 75%;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all 0.3s  ease-out;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    pointer-events: none;
}
.approval-info:hover .box:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
}
.approval-info {
    position: relative;
}
.approval-info:after {
    background-image: url(../subimages/pdf.svg);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 30px;
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    z-index: 1;
    opacity: 1;
    display: block;
    filter: contrast(1.5);
    opacity: 1;
    visibility: hidden;
    transition: all 0.4s;
    pointer-events: none;
}
.approval-info:hover:after{
    opacity: 1;
    visibility: visible;
    top: 0;
}

/* -===== clientele-details ======= */
.clientele-details {
    margin: 70px 0 100px;
    position: relative;
}
.clientele-details .clientele-info {
    height: 100%;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px;
    box-shadow: 2px 8px 16px rgb(0 0 0 / 12%);
    transition: all 0.4s;
}
.clientele-info img {
    mix-blend-mode: darken;
    max-width: 88%;
    height: 110px;
    object-fit: contain;
    transition: all 1s;
    width: 100%;
}


/*thanks and 404*/
.thanks { padding: 150px 15px; text-align: center; }
.thanks h2 {font-size: 5vw; color: #131b29; font-weight: bold; margin-bottom: 20px; text-shadow: 5px 3px 0px rgba(37, 47, 64, 0.25); }
.thanks.errorpage h2 { font-size: 13vw; }
.thanks p {font-size: 20px; line-height: 28px; padding: 4px 0px 30px; color: #666; text-align: center; width: 75%; margin: 0 auto; }
.thanks.errorpage strong { font-size: 25px; font-weight: 600;letter-spacing: 1px; margin-bottom: 0; display: block; color: #003652; }
.btncsr {color: #131b29; font-size: 15px; border: solid 2px #003652; padding: 3px 16px 3px 4px; border-radius: 38px; font-weight: 500; box-shadow: 0px 10px 15px 0px rgba(47, 187, 240, 0.17); text-transform: uppercase; }
.btncsr i { height: 40px; width: 40px; line-height: 40px; text-align: center; background: #003652; border-radius: 50%; color: #FFF; margin-right: 5px; position: relative; }
@media only screen and (max-width: 991px) {
    .thanks h2 { font-size: 65px; }
    .thanks.errorpage h2 { font-size: 110px; }
    .thanks p { width: 90%; font-size: 18px; }
}


