/* common Styling For Inner Pages */

header.header-sec.f-nav {
    background: #000;
}
.header-sec {
    background: #100f0f38;
    padding: 24px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
}
.page_bnr {
    background-image: url("../images/pg-bnr-img.webp");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 192px 0px 151px;
    position: relative;
}
.page_bnr::before {
    content: '';
    position: absolute;
    background-color: #000000;
    opacity: 70%;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.bnr-txt{
    font-family: 'Hind Madurai';
    font-size: 22px;
    line-height: 1.6;
    color: #fff;
    letter-spacing: 0.9px;
    margin: 0 0 11px 0;
    text-align: center;
    position: relative;
}

.page_title h1, .page_title h2 {
    font-size: 64px;
    color: #fff;
    font-family: "Hind Madurai";
    line-height: 1.23;
    letter-spacing: -2.1px;
    margin: 0 0 5px 0;
    text-align: center;
    position: relative;
}
.inrpg-breadcrumbs{
    font-family: "Hind Madurai";
    font-size: 20px;
    color: #7E7E7E;
    text-align: center;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 1.2;
    margin:0px;
}

.inrpg-breadcrumbs span a, .inrpg-breadcrumbs span.breadcrumb_last {
    color: #7E7E7E;
}

.page_default{padding:75px 0px 55px; position: relative;}

.container{
  width:100%;
  max-width: 1470px;
  margin:auto;
}
.page_content{
    display: flex;
    justify-content: space-between;
}
.genpg-rite {
    width:65.4%;
}
.genpg-rite.full-width{
    width: 100%;
}

.genpg-lft {
    width:30%;
    max-width:380px;
}
.page-navi-block a {
    color: #fff !important;
    border-radius: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.search-no-results article.post .entry-header h1.entry-title{
   font-family: "Hind Madurai";
    line-height: 1.1;
    letter-spacing: -0.4px;
    font-weight: 800;
    color: #26272C;
    text-transform: none;
    margin: 0 0 20px 0;
}

h1, h2, .search-no-results article.post .entry-header h1.entry-title{
    font-size: 48px;
}
h3{
    font-size: 40px;
}
h4{
    font-size: 35px;
}
h5{
    font-size: 30px;
}
h6{
    font-size: 25px;
}

p,
li {
    font-family: 'Hind Madurai';
    font-size: 22px;
    line-height: 1.6;
    color: #000;
    letter-spacing: 0px;
    margin: 0 0 11px 0;
}

p:empty{
    display: none;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    border: none !important;
}

.page_default .genpg-rite a {
    color: #a53637;
    text-decoration: none;
}

.page_default .genpg-rite li {
    padding-left: 25px;
    color: #383635;
    position: relative;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.genpg-rite p, .genpg-rite ul li, .genpg-rite ol li{
    font-family: 'Hind Madurai';
    font-size: 22px;
    line-height: 1.6;
    color: #000;
    letter-spacing: 0px;
    margin: 0 0 11px 0;
}
.genpg-rite ul li{
    line-height:1.3;
    margin:0 0 20px;
    padding: 0 0 0 22px;
    position: relative;
    list-style: none;
}


.page_default .genpg-rite ul li:before {
    position: absolute;
    content: "";
    background-color: #383635;
    width: 5px;
    height: 5px;
    top: 11px;
    left: 0;
    right: 0;
    border-radius: 50px;
}


.page_default .genpg-rite li ul {
    padding: 15px 0 0 10px;
    margin: 0;
}

.page_default .genpg-rite li ul li {
    padding-left: 10px;
    list-style: disc;
}

.page_default .genpg-rite li ul li:before {
    display: none;
}
.page_default .genpg-rite li ul li::marker {
    font-size: 15px;
}

.page_content .genpg-rite ol,
.page_content .genpg-rite ul {
    margin: 0 0 25px 0px;
    list-style-position: inside;
}

.page_content .genpg-rite ol li {
    list-style: decimal;
    padding-left: 0 !important;
}

.page_default .genpg-rite li a {
    text-decoration: none;
    color: #383635;
}

.page_default .genpg-rite li a:hover,
.page_default .genpg-rite a:hover {
    color: #383635;
}

.page_default .genpg-rite ul li>ul li {
    list-style-type: disc;
}
.page_default .genpg-rite ul li>ul li>ol li {
    list-style-type: decimal;
}
.page_default .genpg-rite ul li>ul li:before {
    display: none;
}
.page_default .genpg-rite ul li>ol li {
    list-style-type: decimal;
}
.page_default .genpg-rite ul li>ol li:before {
    display: none;
}
.page_default .genpg-rite ul li>ol li>ul li {
    list-style-type: disc;
}

.page_default .genpg-rite strong{
    font-family: 'Hind Madurai';
    letter-spacing: 0.3px;
    font-weight: 600;
}
.page-navi {
    display: flex;
    justify-content: space-between;
}
.genpg-lft .widget-area{
    padding: 56px 56px;
    background-color:#A43434;;
    margin: 0;
}
.genpg-lft .widget-title{
   font-family: "Hind Madurai";
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    margin: 0px 0px 26px;
}

@media screen and (max-width: 1700px) {
    .container{ max-width: 1440px; }
    .page_bnr { padding: 150px 0px; }
    .page_default { padding: 100px 0; }
}

@media screen and (max-width: 1500px) {
    .container{ max-width: 1200px; }
    .page_bnr { padding: 130px 0px; }
    .page_default { padding: 90px 0; }
    .page_title h1{
        font-size: 55px;
    }
    .genpg-rite p, .genpg-rite ul li, .genpg-rite ol li{ font-size: 18px; }
    .bnr-txt{
        font-size: 18px;
    }
}

@media screen and (max-width: 1240px) {
    .container{ max-width: 970px; padding: 0 10px; }
    .page_bnr { padding: 100px 0px; }
    .page_title h1, .page_title h2{ font-size: 45px; margin: 0 0 15px; }
    .page_default { padding: 60px 0; }
    .genpg-rite p, .genpg-rite ul li, .genpg-rite ol li { font-size: 16px; margin: 0 0 27px 0; line-height: 1.5; }
    .genpg-lft .widget-area { padding: 40px 30px; }
    .genpg-lft .scl-icons a{ transform: scale(0.9); }
    .genpg-lft .scl-icons { width: 59%; margin: 0 0 25px; }
    .genpg-lft .widget-title{ font-size: 30px; margin: 0 0 20px; }
    .genpg-lft .practice-menu ul li{ margin: 0 0 10px; }
    .page_title h1{
        font-size: 52px;
        line-height: 1.03;
    }
    .bnr-txt{
        font-size: 15px;
    }
    .bnr-txt br{
        display: none;
    }
    h1, h2, h3, h4, h5, h6, .search-no-results article.post .entry-header h1.entry-title {
        margin: 0 0 15px 0;
    }
}

@media screen and (max-width: 991px) {
    .container{ max-width: 720px; padding: 0; }
    .page_default { padding: 50px 0; }
    .page_content{ flex-direction: column;  gap: 20px; }
    .genpg-lft{ margin: auto; width: 100%; max-width: 380px; }
    .genpg-lft .scl-icons { width: 42%; margin: 0 0 25px; }
    .genpg-rite p, .genpg-rite ul li, .genpg-rite ol li {
        font-size: 17px;
        margin: 0 0 20px 0;
        line-height: 1.6;
    }
    .page_title h1{
    font-size: 45px;
}
.header-sec {
    position: inherit;
}
}


@media screen and (max-width: 767px) {
    .container{ max-width: 100%; padding: 0 15px; }
    .page_bnr { padding: 75px 0px; }
    .page_default {
        padding: 40px 0;
    }
    .genpg-lft .widget-area { padding: 30px; }
    .abt-img { margin: 0 0 30px 0; }
    .page_title h1{
        font-size: 42px;
    }
}

@media screen and (max-width: 480px) {
    .page_default { padding: 50px 0; }
    .genpg-lft .scl-icons { width: 58%; }
    .page_title h1{
        font-size: 37px;
    }
}

/*  Testimonials Page */

.testimonials-page .in-testi-blk {
    column-count: 2;
    gap: 30px;
}
.testimonials-page .in-testi-item {
    padding: 50px 40px;
    display: inline-block;
    margin: 0 0 35px 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.testimonials-page .in-testi-item  p {
    font-size: 18px;
    line-height: 1.65;
    color: #000;
    position: relative;
}

.testimonials-page .in-testi-item  h3{
    color: #000;
    font-size: 28px;
    position: relative;
    text-transform: capitalize;
}

.testimonials-page .in-testi-item  h4.author{
    color: #000;
    font-size: 22px;
}


/* Blog Page */

.blg-cntblk {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}
.blg-cntblk .post-item {
    width: 48%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
}
.blg-cntblk .post-item .blog-post-img img{ width: 100%; display: block;}

.blg-cntblk .post-cnt {
    padding: 30px;
}

.blg-cntblk .post-item .post-btn a{ 
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    color: #000;
    background-color: #eee;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 50px;
}
.blg-cntblk .post-item .post-btn a:hover{
    background-color: #000;
    color: #fff;
}

.page_default.blog_pg .oceanwp-pagination{ width: 100%;}

.page_default.blog_pg .oceanwp-pagination ul.page-numbers {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li{
    padding: 0 !important;
    margin: 0 !important;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li::before{ display: none;}

.page_default.blog_pg .oceanwp-pagination ul.page-numbers li a, .page_default.blog_pg .oceanwp-pagination ul.page-numbers li span.current {
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-size: 20px;
    background: #fff;
    border: 1px solid #1e90ff;
    color: #000;
    margin: 0;
    box-shadow: none;
}
.page_default.blog_pg .oceanwp-pagination ul.page-numbers li span.current, .page_default.blog_pg .oceanwp-pagination ul.page-numbers li a:hover{
    background: #1e90ff;
    color: #fff;
}

.page_default.blog_pg .pagination a.next.page-numbers, .page_default.blog_pg .pagination a.prev.page-numbers {
    font-size: 0 !important;
    position: relative;
}

.page_default.blog_pg .pagination a.next.page-numbers::before, .page_default.blog_pg .pagination a.prev.page-numbers::before{
    position: absolute;
    content: '  ';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    fill: #000;
    margin: auto;
    width: 20px;
    height: 20px;
}

/* Single Blog Page */

.blog-post-img{
    margin-bottom: 20px;
}

.blog-post-img img {
    width: 100%;
    display: block;
}

.page_default.single-blog_pg .page-navi {
    display: flex;
    justify-content: space-between;
}
.page_default.single-blog_pg .page-navi a{
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    color: #000;
    background-color: #eee;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 50px;
}
.page_default.single-blog_pg .page-navi a:hover{
    background-color: #000; color: #fff;
}


/* Contact Page */

.page_default .genpg-rite .cntpg-frmadrs {
    background: #f6f6f6;
    border-top: 8px solid #3584f0;
    padding: 60px 95px;
    text-align: center;
    position: relative;
}
.page_default .genpg-rite .cntpg-fm {
    flex-wrap: wrap;
    margin: 40px 0 0 0;
    text-align: left;
}
.page_default .genpg-rite .cntfrm {
    width: 50%;
    float: right;
    padding: 0 0 0 30px;
}
.cntadrs {
    width: 50%;
    float: left;
    padding: 0 30px 0 0;
}
.page_default .genpg-rite .cntadrs h3 {
    background: #e5b21b;
    color: #fff;
    text-align: center;
    font-size: 38px;
    margin: 0;
    padding: 21px 30px;
}
.page_default .genpg-rite .cntpg-adrs {
    background: #03152b;
    padding: 40px 150px 40px 50px;
}
.page_default .genpg-rite .cntadrs ul {
    margin: 0;
}
.page_default .genpg-rite .cntadrs ul li {
    list-style: none;
    color: #fff;
    padding: 0 0 0px 95px;
}
.page_default .genpg-rite .cntadrs ul li:before {
    width: 65px;
    height: 65px;
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    background: #fff;
}
.page_default .genpg-rite .cntadrs ul li strong {
    font-weight: 400;
    color: #fff;
    width: 100%;
    display: inline-block;
}
.page_default .genpg-rite .cntadrs .ftr-socil {
    padding: 0 0 20px 95px;
}
.ftr-socil a {
    width: 40px;
    height: 40px;
    font-size: 0;
    display: inline-block;
    margin: 0 14px 0 0;
    background: #3584f0;
    transition: 1s;
}

.page_default .genpg-rite .contpg-frm .gform_wrapper li {
    margin: 0px 0 10px 0;
    padding: 0;
}
.page_default .genpg-rite .contpg-frm .gform_wrapper label.gfield_label {
    display: none;
}
.page_default .genpg-rite .contpg-frm .gform_wrapper li input,
.page_default .genpg-rite .contpg-frm .gform_wrapper li select,
.page_default .genpg-rite .contpg-frm .gform_wrapper li textarea {
    font-size: 15px !important;
    padding: 10px 15px !important;
    outline: 0 !important;
    border: 1px solid #b7b7b7 !important;
}
.page_default .genpg-rite .contpg-frm .gform_wrapper li.popfield {
    margin: 0 0 -30px 0;
}
.page_default .genpg-rite .contpg-frm .gform_legacy_markup_wrapper .gform_footer {
    text-align: right;
    padding: 0;
}
.page_default .genpg-rite .contpg-frm input {
    --placeholdercolor: #000;
}

.page-content form.search-form {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.page-content form.search-form label {
    width: 100%;
}
.page-content form.search-form input[type="submit"] {
    width: 100%;
    padding: 17px;
    background: #d9262c;
    font-family: var(--bodyFont);
    font-weight: 700;
    font-size: 23px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 3px;
}


.page_default.contact_pg .container{
    width: 100%;
    max-width: 1468px;
}
.in-contact-lst {
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin: 0 0 82px 0;
}
.left-blk {
    background-color: #A43434;
    width: 40.7%;
    padding: 36px 61px 57px 47px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.in-contact-us-sec .sub-title {
    font-size: 56px;
    font-family: 'Hind Madurai';
    color: #26272C;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 800;
    margin: 0px 0 18px 0;
    padding: 0 0 9px;
    position: relative;
    width: max-content;
}
.in-contact-us-sec .sub-title::before {
    content: "";
    position: absolute;
    height: 5px;
    width: 171px;
    background-image: url(../images/text-before-line.webp);
    bottom: 0;
    right: -110px;
}
.left-blk .loc {
    padding: 0 0 0 98px;
    margin: 0 0 60px;
    position: relative;
}
.left-blk .loc::before{
    content: "";
    position: absolute;
    height: 42px;
    width: 53px;
    background-image: url(../images/mail-img.webp);
    background-repeat: no-repeat;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 0;
}
.loc.call::before{
    background-image: url(../images/contact-img.webp);
}
.loc.adrs::before{
    background-image: url(../images/map-img.webp);
}
.loc.adrs {
    padding: 0 0 0 102px;
    margin: 0;
}
.left-blk .loc h4 {
    font-family: 'Nunito Sans';
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 13px 0;
    color: #fff;
}
.left-blk .loc a {
    font-family: 'Nunito Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 5px 0;
    color: #fff;
    letter-spacing: 0;
    display: inline-block;
}
.left-blk .loc a:hover{
    color: #000;
}
.left-blk .loc a:last-child{
    margin: 0;
}
.left-blk .loc p{
    margin: 0;
}
.left-blk .loc.adrs p {
    font-family: 'Nunito Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 32px 0;
    color: #fff;
    letter-spacing: 0.1px;
}
.left-blk .loc.adrs p:last-child{
    margin: 0;
}
.left-blk .loc p strong{
    font-weight: 700;
}
.left-blk .loc.adrs h4 {
    margin: 0 0 31px;
}
/* contact-form-sec */
.cnt-frm p {
    margin: 0;
}
.rgt-frm .cnt-frm-cld input{
    margin: 0;
}
.rgt-frm {
    width: 56%;
}
.rgt-frm .cnt-frm-cld {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0 0 20px;
}
.formfield {
    width: 48.5%;
}
.rgt-frm input, form textarea, select {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 15px !important;
    line-height: 1 !important;
    padding: 16px 20px !important;
    color: #000 !important;
    letter-spacing: 1.7px;
    outline: 0;
    background-color: #FDFDFD;
    width: 100% !important;
    border: 1px solid #E6E6E6 !important;
    height: 62px;
    border-radius: 6px !important;
    margin: 0 0 20px;
    width: 100%;
}
.rgt-frminput::placeholder,
.rgt-frmtextarea::placeholder{
    color: #B4B4B4 !important;
}
.rgt-frm textarea {
    resize: none;
    height: 134px !important;
    min-height: auto !important;
    margin-bottom: 19px;
}
.wpcf7 form .wpcf7-response-output{
    display: none;
}
.rgt-frm.submit-btn input[type=submit] {
    outline: none !important;
    width: 100% !important;
    height: auto !important;
    border: none;
    display: inline-block;
    font-family: 'Mont';
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2;
    color: #ffffff !important;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    background: linear-gradient(to top right, #920808 0%, #D30100 100%);
    padding: 16px 49px 16px 23px !important;
    position: relative;
    border-radius: 4px;
    margin: 0 !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}
.rgt-frm.submit-btn{
    position: relative;
}
.rgt-frm.submit-btn::before {
    content: "";
    background-image: url(../images/Vector.webp);
    width: 12px;
    height: 12px;
    position: absolute;
    top: 24%;
    right: 33px;
    left: 20%;
    margin: auto;
    z-index: 2;
}
.rgt-frm.submit-btn input[type=submit]:hover{
    background: linear-gradient(to top left, #920808 0%, #D30100 100%);
}
.rgt-frm.submit-btn input:hover{
    background-color: #000 !important;
    color: #fff !important;
}
   
.rgt-frm.wpcf7-form p{margin: 0 !important; line-height: 1 !important;}
.wpcf7-not-valid-tip {
    position: absolute;
    top: 0px;
    right: 5px;
}
.rgt-frm.wpcf7-not-valid-tip {
    font-size: 0.7em;
}
.rgt-frm .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.7em !important;
    font-weight: normal;
    display: block;
}
.rgt-frm.wpcf7-form .gchoice .wpcf7-not-valid-tip{ right: inherit; left: 0;}
.rgt-frm.wpcf7-form{ position: relative;}
.rgt-frm.wpcf7-response-output{width: 100%; position: absolute; bottom: -70px;}
.form-btn {
    max-width: max-content;
    margin: 115px auto 0;
}
.form-btn input{
    max-width: max-content;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 2.1px;
    padding: 16px 21px;
    color: #fff !important;
    text-transform: uppercase;
    background-color: #1F1F1F;
    display: inline-block;
    border: 1px solid transparent;
}
.form-btn input[type=submit]:focus{
    background-color: #A43434;
}
.form-btn input:hover{
    background-color: #A43434;
}
/* contact-form-sec */

@media screen and (max-width:1700px) {
    .page_default.contact_pg .container {
        max-width: 1400px;
    }
    .in-contact-us-sec .sub-title {
        font-size: 50px;
    }
}
 
@media screen and (max-width:1600px) {}
@media screen and (max-width:1500px) {
    .page_default.contact_pg .container {
        max-width: 1200px;
        margin: auto;
    }
    .in-contact-us-sec .sub-title {
        font-size: 45px;
    }
    .formfield {
        width: 48%;
    }
    .left-blk .loc::before {
        transform: scale(0.8);
    }
    .left-blk .loc {
        padding: 0 0 0 70px;
        margin: 0 0 40px;
    }
    .loc.adrs{
        margin: 0;
    }
    .left-blk .loc.adrs p {
        letter-spacing: 0;
    }
    .left-blk {
        padding: 36px 35px 57px 30px;
    }
    .form-btn {
        margin: 70px auto 0;
    }
}
 


@media screen and (max-width:1240px) {
    .page_default.contact_pg .container {
        max-width: 970px;
        padding: 0 10px;
    }
 
    .left-blk .loc.adrs p {
        margin: 0 0 20px 0;
        font-size: 15px;
    }
    .left-blk .loc h4 {
        font-size: 25px;
    }
    .left-blk .loc::before {
        transform: scale(0.7);
    }
    .left-blk .loc {
        padding: 0 0 0 65px;
        margin: 0 0 40px;
    }
    .left-blk .loc.adrs h4 {
        margin: 0 0 25px;
    }
    .loc.adrs {
        margin: 0;
    }
    .rgt-frm input, form textarea, select {
        padding: 13px 20px !important;
        height: auto;
    }
    .in-contact-us-sec .sub-title {
        font-size: 40px;
    }
    .in-contact-us-sec .sub-title::before{
        transform: scale(0.9);
    }

}
 
@media screen and (max-width:1199px) {}
@media screen and (max-width:991px) {
    .page_default.contact_pg .container  {
        max-width: 720px;
        padding: 0;
    }
    .in-contact-lst {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
    .left-blk {
        width: 100%;
        max-width: 480px;
    }
    .rgt-frm {
        width: 100%;
        max-width: 480px;
    }
    .formfield {
        width: 46.8%;
    }
    .in-contact-us-sec .sub-title {
        font-size: 35px;
        margin: auto;
    }
    .in-contact-us-sec .sub-title {
        font-size: 35px;
        margin: 0 auto 20px;
    }
    .in-contact-us-sec .sub-title::before {
        right: 0;
        margin: auto;
        left: 0;
    }
    .left-blk .loc {
        margin: 0 0 24px;
    }
    .form-btn {
        margin: 40px auto 0;
    }
    .in-contact-lst {
        margin: 0 0 40px 0;
    }
}
 
@media screen and (max-width:767px) {
    .page_default.contact_pg .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .left-blk .loc {
        padding: 64px 0 0px;
        text-align: center;
    }
    .left-blk .loc::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: inherit;
    }
    .formfield {
        width: 100%;
    }
}
 
@media screen and (max-width:680px) {
   
}
@media screen and (max-width:640px) {}
@media screen and (max-width:600px) {}
@media screen and (max-width:580px) {}
@media screen and (max-width:480px) {

}
@media screen and (max-width:440px) {}
@media screen and (max-width:375px) {}
@media screen and (max-width:360px) {}
 



/* About Us */
.page_default.about_pg .container {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}
.page_default.about_pg {
    padding: 60px 0 45px;
    position: relative;
}
.page_default.about_pg::before{
    position: absolute;
    content: "";
    background-image: url(../images/inr-abut-bg.webp);
    background-repeat: no-repeat;
    width: 771px;
    height: 1022px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.our-journey-list {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 15px;
}
.our-journey-list .left-cnt {
    width: 48.2%;
}
.our-journey-list .right-img {
    width: 48.2%;
    position: relative;
    padding-bottom: 23px;
}
.our-journey-blk {
    display: inline-block;
    border: 2px solid #A43434;
    padding: 13px 29px 10px;
    margin-bottom: 17px;
}
.our-journey-blk .sub-heading{
    font-family: 'Hind Madurai';
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 1.1px;
    color: #1F1F1F;
    text-transform: uppercase;
    padding-left: 8px;
    margin-bottom: 0px;
}
.our-journey-blk .text-heading{
    font-family: 'Hind Madurai';
    font-weight: 700;
    font-size: 48px;
    line-height: 1;
    letter-spacing: -0.5px;
    color: #26272C;
    margin: 0px;
    padding: 0;
}
.our-journey-blk .text-heading::before{
    display: none;
}
.our-journey-list .left-cnt .text-para {
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0.4px;
    margin-bottom: 21px;
}
.our-journey-sec .text-para {
    margin-bottom: 36px;
}
.our-journey-sec .rit-img-blk {
    display: flex;
    flex-wrap: wrap;
    gap: 19px;
}
.our-journey-sec .rit-img-itm img {
    width: 100%;
    display: block;
    border-radius: 5px;
}
.our-journey-sec .rit-img-itm {
    position: relative;
    width: 48.6%;
}
.our-journey-sec .rit-img-itm::before {
    content: "";
    background-color: #A43434;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    top: -31px;
    left: -42px;
    z-index: -1;
    opacity: 10%;
}
.rit-img-itm.toprit::before {
    left: inherit;
    right: -32px;
}
.rit-img-itm.btmlft::before {
    top: inherit;
    bottom: -27px;
}
.rit-img-itm.btmrit::before {
    top: inherit;
    bottom: -27px;
    right: -32px;
    left: inherit;
}
@media screen and (max-width:1900px) {
    .our-journey-blk .sub-heading { font-size: 20px; }
    .our-journey-blk .text-heading { font-size: 45px; }
    .our-journey-list .left-cnt .text-para { font-size: 21px; margin-bottom: 18px; }
}
@media screen and (max-width:1800px) {
    .our-journey-blk { padding: 10px 25px; margin-bottom: 10px; }
    .our-journey-blk .sub-heading { font-size: 19px; padding: 0; }
    .our-journey-blk .text-heading { font-size: 42px; }
    .our-journey-list .left-cnt .text-para { font-size: 20px; margin-bottom: 15px; }
}

@media screen and (max-width:1700px) {
    .page_default.about_pg .container {max-width: 1440px;}
    .our-journey-blk .sub-heading { font-size: 18px; }
    .our-journey-blk .text-heading { font-size: 38px; }
    .our-journey-blk { padding: 10px 20px; margin-bottom: 10px; }
    .page_default.about_pg::before{width: 600px;
        background-size: contain;
        height: 900px;
    }
    
}
@media screen and (max-width:1500px) {
	.page_default.about_pg .container{max-width: 1200px;}
    .our-journey-list .left-cnt .text-para { font-size: 19px; margin-bottom: 10px; }
    .our-journey-sec .text-para { margin-bottom: 15px; }
    .our-journey-sec .rit-img-blk { gap: 12px; }
}
@media screen and (max-width:1240px) {
    .page_default.about_pg .container{max-width: 990px; padding:0 10px;}
    .page_default.about_pg { padding: 50px 0 40px; }
    .our-journey-blk .sub-heading { font-size: 17px; }
    .our-journey-blk .text-heading { font-size: 36px; }
    .our-journey-blk { padding: 10px; margin-bottom: 10px; }
    .our-journey-list .left-cnt .text-para { font-size: 15px; margin-bottom: 10px; }
    .our-journey-sec .text-para { margin-bottom: 10px; }

    .page_default.about_pg::before {
        width: 500px;
        height: 700px;
    }
}
@media screen and (max-width:991px) {
    .page_default.about_pg .container { max-width: 720px; padding:0;}
    .page_default.about_pg { padding: 50px 0; }
    .our-journey-list { align-items: center; flex-direction: column-reverse; gap: 35px; }
    .our-journey-list .right-img { width: 100%; max-width: 480px; text-align: center; padding: 0;}
    .our-journey-list .left-cnt{ width: 100%; padding: 0;text-align: center;}
    .our-journey-sec .rit-img-itm::before{top: -17px; left: -25px;}
    .rit-img-itm.toprit::before {right: -25px; left: inherit;}
    .rit-img-itm.btmlft::before { bottom: -17px; top: inherit; }
    .rit-img-itm.btmrit::before { bottom: -15px; right: -25px; left: inherit;top: inherit;}
    .our-journey-blk { padding: 10px; margin: 0 auto 10px; display: table; }
    .our-journey-sec{text-align: center;}
    .page_default.about_pg::before{display: none;}
}
@media screen and (max-width:767px) {
    .page_default.about_pg .container{max-width:100%; padding:0 10px;}
    .page_default.about_pg { padding: 40px 0; }
    .our-journey-sec .rit-img-blk { gap: 12px; flex-direction: column; width: 100%; max-width: 320px; margin: auto; }
    .our-journey-sec .rit-img-itm{width: 100%;}
    .our-journey-sec .rit-img-itm::before{display: none}
    .our-journey-list { gap: 20px;}
}
@media screen and (max-width:480px) {
    .our-journey-list .left-cnt .text-para { font-size: 15px; margin-bottom: 10px; }
    .our-journey-sec .text-para { margin-bottom: 10px; font-size: 15px; }
}


.our-visn-misn {
    padding: 178px 0 74px;
    background-color: #F8F8F8;
}
.visn-misn-block {
    display: flex;
    justify-content: space-between;
}
.inr-our-rit.misn {
    width: 48.3%;
    position: relative;
}
.inr-our-lft.visn {
    width: 40%;
    position: relative;
}
.visn-misn-block .our-headng {
    font-family: 'Hind Madurai';
    text-transform: uppercase;
}
.visn-misn-block .our-headng strong {
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    color: #000;
}
.visn-misn-block .our-headng {
    font-family: 'Hind Madurai';
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    color: #A43434;
    letter-spacing: -0.5px;
    line-height: 1;
    margin: 0 0 30px 0;
    padding-left: 134px;
    position: relative;
}
.visn-misn-block .our-headng::before{
    position: absolute;
    content: "";
    margin: auto;
    left: 0;
    background-image: url(../images/visn-bfr.webp);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    bottom: 0;
    top: 0;
}
.visn-misn-block .our-headng.misn::before{
    background-image: url(../images/misn-bfr.webp);
}
.visn-misn-block .para {
    color: #676C75;
    line-height: 1.5;
    text-align: justify;
    margin: 0;
}
.visn-misn-block .inr-our-lft.visn::before, .visn-misn-block .inr-our-rit.misn::before{
    position: absolute;
    content: "";
    background-image: url(../images/visn-itm-bfr.webp);
    background-repeat: no-repeat;
    width: 500px;
    height: 500px;
    right: -135px;
    top: -120px;
    opacity: 5%;
}
.visn-misn-block .inr-our-rit.misn::before{background-image: url(../images/misn-itm-bfr.webp);}


@media screen and (max-width:1900px) {
    .visn-misn-block .our-headng{font-size: 45px;}
}
@media screen and (max-width:1800px) {
    .visn-misn-block .our-headng{font-size: 42px;}
}
@media screen and (max-width:1700px) {
    .visn-misn-block .our-headng{font-size: 38px;padding-left: 122px;}
    .visn-misn-block .our-headng strong{font-size: 20px;}
    .visn-misn-block .our-headng::before{transform: scale(0.9);}
    .visn-misn-block .inr-our-lft.visn::before, .visn-misn-block .inr-our-rit.misn::before{background-size: contain; width: 400px; height: 400px; right: -105px;top: -70px;}
    .visn-misn-block .inr-our-rit.misn::before { right: -12px; }
    .inr-our-lft.visn { width: 42%; }
    .inr-our-rit.misn { width: 50%; }
    .our-visn-misn { padding: 120px 0 60px; }
   
}
@media screen and (max-width:1240px) {
    .visn-misn-block .our-headng{font-size: 36px;padding-left: 90px; margin: 0 0 20px 0;}
    .visn-misn-block .our-headng::before { transform: scale(0.7);left: -16px; }
    .our-visn-misn { padding: 110px 0 50px; }
    .visn-misn-block .inr-our-rit.misn::before { right: 0; }
    .visn-misn-block .inr-our-lft.visn::before, .visn-misn-block .inr-our-rit.misn::before { width: 350px; height: 350px; right: -79px; top: -60px; }
    .inr-our-rit.misn { width: 52%; }
    .inr-our-lft.visn { width: 40%; }

}
@media screen and (max-width:991px) {
    .visn-misn-block .our-headng strong{font-size: 18px;}

    .our-visn-misn { padding: 50px 0; }
    .visn-misn-block { width: 100%; flex-direction: column; gap: 25px; }
    .inr-our-lft.visn, .inr-our-rit.misn{width: 100%;}
    .visn-misn-block .inr-our-lft.visn::before, .visn-misn-block .inr-our-rit.misn::before{display: none;}
    .visn-misn-block .our-headng{margin: 0 0 15px 0;}

}



.inr-our-values {
    padding: 70px 0;
    background-color: #1F1F1F;
}
.inr-our-values .text-heading {
    color: #fff;
    margin: 0 auto 68px;
}
.inr-our-values .text-heading::before{background-image: url(../images/inr-our-bfr.webp);right: -68px;}
.our-valus-block {
    display: flex;
    justify-content: space-between;
}
.our-valus-itm {
    width: 15.5%;
}
.our-valus-itm h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    line-height: 1.6;
    padding-top: 165px;
    position: relative;
}
.our-valus-block {
    display: flex;
    justify-content: space-between;
}
.our-valus-itm h4::before{
    position: absolute;
    content: "";
    margin: auto;
    background-image: url(../images/our-valus-img1.webp);
    width: 152px;
    height: 152px;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    top: 0;
}
.our-valus-itm.cust h4::before{
    background-image: url(../images/our-valus-img2.webp);
}
.our-valus-itm.sustain h4::before{
    background-image: url(../images/our-valus-img3.webp);
}
.our-valus-itm.qualty h4::before{
    background-image: url(../images/our-valus-img4.webp);
}
.our-valus-itm.invtn h4::before{
    background-image: url(../images/our-valus-img5.webp);
}

@media screen and (max-width:1700px) {
    .our-valus-itm h4{font-size: 28px;}
    .our-valus-itm h4::before{transform: scale(0.9);}

}
@media screen and (max-width:1500px) {

    .inr-our-values { padding: 50px 0; }
    .inr-our-values .text-heading { margin: 0 auto 50px; }
    .our-valus-itm h4{font-size: 22px;}
    .our-valus-itm h4::before{transform: scale(0.8);}

}
@media screen and (max-width:1240px) {
    
    .inr-our-values { padding: 40px 0;}
    .inr-our-values .text-heading { margin: 0 auto 30px; }
    .our-valus-itm h4::before{transform: scale(0.7);}
    .our-valus-itm h4{font-size: 18px;padding-top: 150px;}
}
@media screen and (max-width:991px) {
    .our-valus-block {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
        margin: auto;
    }
    .our-valus-itm{width: 100%;}
    .inr-our-values .text-heading::before {
        right: -156px;
    }
}
@media screen and (max-width:767px) {}
@media screen and (max-width:480px) {}

.our-philosophy-we-serve {
    padding: 60px 0 45px;
    position: relative;
}
.our-philosophy-we-serve::before{
    position: absolute;
    content: "";
    background-image: url(../images/inr-abut-btm-bfr.webp);
    background-repeat: no-repeat;
    width: 818px;
    height: 1022px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.inr-our-philosophy {
    padding: 86px 0;
}
.inr-our-philosophy .text-heading {
    margin: 0 auto 26px;
    padding-bottom: 15px;
}
.inr-our-philosophy .text-heading::before{
    right: -107px;
}
.inr-our-philosophy .our-philoshy-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 48px 0;
    margin: 0 0 76px 0;
}
.inr-our-philosophy .our-philoshy-itm {
    width: 31.5%;
    padding: 50px 32px;
    border: 1px solid #DEDEDE;
    border-radius: 10px;
    background-color: #fff;
    z-index: 1;
}
.inr-our-philosophy .our-philoshy-itm:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.inr-our-philosophy .our-philoshy-itm .para, .inr-our-philosophy .para small {
    color: #676C75;
    margin: 0;
    line-height: 1.4;
    font-size: 22px;
    font-family: 'Inter';
}
.inr-our-philosophy .para small {
    color: #000;
}
.inr-our-philosophy .our-philoshy-itm h4 {
    font-size: 30px;
    font-weight: 700;
}
.our-philoshy-btm h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    margin: 0;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
.our-philoshy-btm h4 strong{
    font-weight: 700;
}
.our-philoshy-btm {
    padding: 30px 60px;
    background-color: #A43434;
    text-align: center;
    border-radius: 8px;
}


@media screen and (max-width:1700px) {
    .our-philosophy-we-serve::before{width: 700px;
        background-size: contain;
        height: 1000px;}
}
@media screen and (max-width:1500px) {

    .inr-our-philosophy {
        padding: 60px 0;
    }
    .inr-our-philosophy .our-philoshy-itm{padding: 40px 28px;}
    .inr-our-philosophy .our-philoshy-itm h4 { font-size: 27px;} 
    .inr-our-philosophy .our-philoshy-block{gap: 40px 0; margin: 0 0 70px 0;}
    .our-philoshy-btm h4{font-size: 28px;}

}
@media screen and (max-width:1240px) {
    .inr-our-philosophy .our-philoshy-itm {
        padding: 32px 15px;width: 32%;
    }
    .inr-our-philosophy .our-philoshy-itm h4 {
        font-size: 24px;
    }
    .inr-our-philosophy .our-philoshy-itm .para, .inr-our-philosophy .para small{font-size: 18px;}
    .inr-our-philosophy .our-philoshy-block {
        gap: 40px 0;
        margin: 0 0 50px 0;
    }
    .our-philoshy-btm { padding: 26px 20px;}
    .our-philoshy-btm h4 {
        font-size: 22px;
    }
    .inr-our-philosophy {
        padding: 40px 0;
    }
    /* .our-philosophy-we-serve::before{width: 500px; height: 700px;} */
}
@media screen and (max-width:991px) {
    .inr-our-philosophy .our-philoshy-block {
        gap: 20px;
        flex-direction: column;
        width: 100%;
        max-width: 320px;
        margin: 0 auto 30px;
    }
    .inr-our-philosophy .our-philoshy-itm{width: 100%;}
    .inr-our-philosophy .text-heading::before {
        right: -234px;
    }
    .our-philoshy-btm {
        padding: 15px;
    }
    .our-philoshy-btm h4 {
        font-size: 18px;
    }
    .inr-our-philosophy .our-philoshy-itm h4 {
        margin: 0 0 10px 0;
    }
    .inr-our-philosophy .our-philoshy-itm .para, .inr-our-philosophy .para small {
        font-size: 16px;
    }
    .inr-our-philosophy {
        padding: 30px 0;
    }
    .our-philosophy-we-serve::before{display: none;}
}
@media screen and (max-width:767px) {
    .inr-our-philosophy {
        padding: 20px 0 30px;
    }
    .inr-our-philosophy .our-philoshy-block{margin: 0 auto 20px;}
}
@media screen and (max-width:320px) {
    .inr-our-philosophy .text-heading::before {
        right: -144px;
    }
}



.industries-sec {
    padding: 0 0 42px 0;
}
.industries-sec .text-heading::before{
    right: -86px;
}
.industries-sec .text-para {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #676C75;
    margin: 0 auto 40px;
    max-width: 990px;
    text-align: center;
}
.industries-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 17px;
}
.industries-item {
    width: 24%;
    cursor: pointer;
}
.industries-img img {
    display: block;
    width: 100%;
}
.industries-cnt {
    background-color: #A43434;
    padding: 14px 10px 10px;
}
.industries-cnt .title{
    font-family: 'Inter';
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: none;
    text-align: center;
    margin: 0;
}

@media screen and (max-width:1900px) {
    .industries-sec .text-heading { font-size: 45px; margin: 0 0 10px; }
    .industries-sec .text-para { font-size: 21px; margin: 0 auto 30px; max-width: 990px; }
    .industries-cnt .title { font-size: 21px; }
    .industries-cnt { padding: 10px; }
}
@media screen and (max-width:1800px) {
    .industries-sec .text-heading { font-size: 42px; margin: 0 0 10px; }
    .industries-sec .text-para { font-size: 20px; margin: 0 auto 20px; max-width: 950px; }
    .industries-list { display: flex; flex-wrap: wrap; gap: 20px 17px; }
}
@media screen and (max-width:1700px) {
    .industries-sec .text-heading { font-size: 40px; margin: 0 0 10px; }
}
@media screen and (max-width:1500px) {
    .industries-item { width: 23.9%; }
    .industries-cnt .title { font-size: 20px; }
}
@media screen and (max-width:1240px) {
    .industries-sec .text-heading { font-size: 38px; margin: 0 0 5px; }
    .industries-sec .text-para { font-size: 19px; margin: 0 auto 15px; max-width: 890px; }
    .industries-list { gap: 15px 15px; }
    .industries-item { width: 23.8%; }
    .industries-cnt .title { font-size: 16px; }
}
@media screen and (max-width:991px) {
    .industries-sec .text-heading { font-size: 36px; margin: 0; }
    .industries-sec .text-para { font-size: 18px; margin: 0 auto 15px; max-width: 100%; }
    .industries-list { gap: 15px; flex-wrap: nowrap; flex-direction: column; align-items: center; }
    .industries-item { width: 100%; max-width: 480px; }
    .industries-cnt .title { font-size: 19px; }
    .industries-sec {
        padding: 0 0 30px 0;
    }
}
@media screen and (max-width:480px) {
    .industries-sec .text-heading { font-size: 32px; }
    .industries-sec .text-para { font-size: 15px; margin: 0 auto 10px; }
    .industries-cnt .title { font-size: 17px; }
    
}


/* certificates_pg */
 
.page_default.certificates_pg{
    padding: 118px 0 82px;
}
.page_default.certificates_pg .container{
    max-width: 1460px;
}
 
.certifications-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px 20px;
}
 
.certification-itm{
    width: 30.1%;
}
 
@media screen and (max-width:1700px) {
    .page_default.certificates_pg .container{
        max-width: 1400px;
    }
    .page_default.certificates_pg{
        padding: 95px 0 75px;
    }
}
@media screen and (max-width:1600px) {}
@media screen and (max-width:1500px) {
    .page_default.certificates_pg .container {
        max-width: 1200px;
        margin: auto;
    }
 
    .page_default.certificates_pg {
        padding: 80px 0 65px;
    }
 
}
 
@media screen and (max-width:1240px) {
    .page_default.certificates_pg .container {
        max-width: 970px;
        padding: 0 10px;
    }
 
    .page_default.certificates_pg {
        padding: 70px 0;
    }
    .certifications-list{
        gap: 40px 20px;
    }
}
 
@media screen and (max-width:980px) {
    .page_default.certificates_pg .container {
        max-width: 720px;
        padding: 0;
    }
 
    .certifications-list {
        gap: 30px 22px;
    }
    .certification-itm {
        width: 31%;
    }
}
 
@media screen and (max-width:767px) {
    .page_default.certificates_pg .container {
        max-width: 100%;
        padding: 0 15px;
    }
 
    .page_default.certificates_pg{
        padding: 50px 0;
    }
 
    .certification-itm {
        width: 45%;
    }
 
    .certifications-list{
        justify-content: center;
        gap: 25px;
    }
}
 
@media screen and (max-width:480px) {
    .certification-itm {
        width: 100%;
        max-width: 380px;
        margin: auto;
    }
 
    .certification-itm img{
        max-width: 260px;
        margin: auto;
    }
}
 
 /* certificates_pg */
/* carrer page */
 
 
.page_default.career_pg{
    padding: 56px 0 68px 0;
    position: relative;
}
.page_default.career_pg .container{
    max-width: 1471px;
    margin: auto;
}
.career-top-cont {
    margin: 0 0 40px 0;
}
.career-top-cont p{
   color: #676C75;
   text-align: center;
   margin: 0;
}
.career-frm-cont {
    display: flex;
    margin: 0 0 22px 0;
}
.career-frm-lft {
    width: 66%;
    padding: 45px 70px 65px;
    background-color: #EFEFEF;
    border-radius: 10px 0 0 10px;
}
.career-frm-rit {
    width: 46.2%;
}
.career-rit-img img{
    border-radius: 0 10px 10px 0;
}
.career-frm-lft p.cr-para{
    font-family: 'inter';
    font-size: 22px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    margin: 0 0 50px 0;
}
 
 
 
/* Form Styles */
 
.career-frm-sub {
    display: flex;
    gap: 55px;
}
.career-formfield input {
    font-family: 'inter';
    font-size: 18px !important;
    font-weight: 400;
    width: 100% !important;
    line-height: 1.4 !important;
    letter-spacing: -0.8px;
    padding: 0 15px 15px 0px !important;
    color: #676C75 !important;
    border-bottom: 1px solid #CDCDCD !important;
    border: none;
    border-width: 0 0 1px 0 !important;
    outline: 0 !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    margin-bottom: 10px !important;
    box-shadow: none !important;
}
.career-formfield.upload input{
    padding: 0 15px 9px 0px !important;
}
.career-formfield.upload span.wpcf7-form-control-wrap::before {
    position: absolute;
    content: "";
    right: 22px;
    top: 5px;
    height: 20px;
    width: 20px !important;
    display: block !important;
    z-index: -1;
    background-image: url(../images/upload-icn.webp);
}
 
.wpcf7-form-control-wrap{
    z-index: 1;
}
 
.career-frm.wpcf7-form p{margin: 0 !important; line-height: 1 !important;}
.wpcf7-not-valid-tip {
    position: absolute;
    top: 0px;
    right: 5px;
}
.career-frm.wpcf7-not-valid-tip {
    font-size: 0.7em;
}
.career-frm .wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.7em !important;
    font-weight: normal;
    display: block;
}
.career-frm.wpcf7-form .gchoice .wpcf7-not-valid-tip{ right: inherit; left: 0;}
.career-frm.wpcf7-form{ position: relative;}
.career-frm.wpcf7-response-output{width: 100%; position: absolute; bottom: -70px;}
.wpcf7-response-output{
    display: none;
}
.career-frm .form-btn {
    max-width: max-content;
    margin: 32px 0 0;
}
.career-frm .form-btn input{
    max-width: max-content;
    font-family: 'Plus Jakarta Sans';
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 2.1px;
    padding: 15px 38px;
    color: #fff !important;
    text-transform: uppercase;
    background-color: #1F1F1F;
    display: inline-block;
    border: 1px solid #fff      ;
    border-radius: 5px;
}
.career-frm .form-btn input:hover{
    background-color: #A43434;
}  

@media screen and (max-width:1700px) {
    .page_default.career_pg .container{
        max-width: 1400px;
    }
    .page_default.career_pg{
        padding: 95px 0 75px;
    }
    .career-frm-lft {
        padding: 45px 70px 41px;
    }
}
 
 
@media screen and (max-width:1500px) {
    .page_default.career_pg .container {
        max-width: 1200px;
        margin: auto;
    }
 
    .page_default.career_pg {
        padding: 80px 0 65px;
    }
 
    .career-frm-lft p.cr-para {
        font-size: 19px;
        margin: 0 0 26px 0;
    }
    .career-frm-lft {
        padding: 45px 60px 40px;
    }
    .form-btn p{
        margin: 0;
    }
    .career-formfield input {
        font-size: 18px !important;
        padding: 0 15px 12px 0px !important;
        border-bottom: 1px solid #CDCDCD !important;
        margin-bottom: 8px !important;
        min-height: fit-content !important;
    }
    .career-frm-lft {
        padding: 40px 60px 40px;
    }
    .career-top-cont p {
        font-size: 19px;
    }
    .in-contact-lst {
        margin: 0 0 60px 0;
    }
 
 
}
 
@media screen and (max-width:1240px) {
    .page_default.career_pg .container {
        max-width: 970px;
        padding: 0 10px;
    }
 
    .page_default.career_pg {
        padding: 70px 0;
    }
 
    .career-frm-lft p.cr-para {
        font-size: 16px;
        margin: 0 0 20px 0;
    }
    .career-formfield input {
        font-size: 17px !important;
        padding: 0 12px 8px 0px !important;
    }
    .form-btn input {
        font-size: 14px;
        padding: 12px 32px;
    }
    .career-frm-lft {
        padding: 30px 40px 30px;
        width: 61.7%;
    }
    .career-frm-rit {
        width: 54.9%;
    }
    .career-top-cont p {
        font-size: 17px;
    }
    .career-top-cont {
        margin: 0 auto 40px;
    }
    .in-contact-lst {
        margin: 0 0 50px 0;
    }
}
 
@media screen and (max-width:991px) {
    .page_default.career_pg .container {
        max-width: 720px;
        padding: 0;
    }
 
    .career-frm-cont{
        flex-direction: column-reverse;
        justify-content: center;
        gap: 25px;
    }
    .career-frm-lft{
        max-width: 400px;
        width: 100%;
        margin: auto;
        border-radius: 10px;
    }
   
    .career-frm-rit{
        margin: auto;
        width: 100%;
        max-width: 320px;
    }
    .career-rit-img img{
        border-radius: 8px;
    }
    .career-top-cont {
        margin: 0 auto 40px;
    }
    .in-contact-lst {
        margin: 0 0 40px 0;
    }
}
 
@media screen and (max-width:767px) {
    .page_default.career_pg .container {
        max-width: 100%;
        padding: 0 15px;
    }
 
    .page_default.career_pg{
        padding: 50px 0;
    }
 
}
/* carrer page */


/* 404 */
.page_default.pageNotFound-pg {
    padding: 70px 0 126px;
}
.page-not-found-img img{
    width: 100%;
    display: block;
}
.page-not-found-img {
    width: 100%;
    max-width: 634px;
    margin: 0 auto 46px;
}
.error-msg {
    font-family: 'Hind Madurai';
    font-size: 40px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #26272C;
    text-align: center;
    margin: 0 0 31px;
}
.page-not-found-btns {
    display: flex;
    justify-content: center;
    gap: 8px;
}
.page-not-found-btns a{
    color: #A43434 !important;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Inter';
    text-decoration: underline !important;
}
.page-not-found-btns a:hover{
    color: #000 !important;
}   
/* privacy-policy */
.page_default.policy_pg {
    padding: 62px 0 49px;
}
.page_default.policy_pg .container{
    width: 100%;
    max-width: 1470px;
}
.page_default.policy_pg .text-heading {
    text-align: left;
    padding: 0;
    margin: 0 0 49px;
}
.page_default.policy_pg .text-heading::before{
    display: none;
}
.page_default.policy_pg strong{
    display: block;
}
.privacy-policy-pg {
    margin: 0 0 44px;
}
.page_default.policy_pg .pcy-btm-cnt, .page_default.terms_and_conditions_pg .pcy-btm-cnt{
    display: inline;
}
/* privacy-policy */

.page_default.terms_and_conditions_pg, .page_default.policy_pg{
    background-image: url(../images/default-bg-img.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.text-head {
    margin: 0 0 41px;
}
.page_default.terms_and_conditions_pg strong{
    font-family: 'Inter';
    letter-spacing: -0.1px;
    display: block;
}
.page_default.terms_and_conditions_pg p{
    font-family: 'Inter';
}
.page_default.terms_and_conditions_pg .text-heading{
    text-align: left;
    padding: 0;
    margin: 0 0 42px;
    text-transform: none;
}
.page_default.terms_and_conditions_pg .text-heading::before{
    display: none;
}
@media screen and (max-width: 1500px) {
.page_default.terms_and_conditions_pg .text-heading{
    font-size: 42px;    
    margin: 0 0 40px;
}
}
@media screen and (max-width: 1500px) {
    .page_default.terms_and_conditions_pg .text-heading{
        font-size: 30px;    
        margin: 0 0 30px;
    }
    }
@media screen and (max-width: 991px) {
.page_default.terms_and_conditions_pg .text-heading{
    font-size: 25px;
    margin: 0 0 20px;
}
.page_default.policy_pg .text-heading {
    margin: 0 0 25px;
}
}
@media screen and (max-width: 767px) {
    .page_default.terms_and_conditions_pg .text-heading{
        font-size: 23px;
        margin: 0 0 15px;
    }
}
.page_default.terms_and_conditions_pg p{
    color: #333333
}
.page_default.terms_and_conditions_pg .genpg-rite li {
    padding-left: 25px;
    color: #383635;
    position: relative;
    line-height: 1.3;
    margin: 0;
}
.page_default.terms_and_conditions_pg .genpg-rite ul li:before{
    width: 6px;
    height: 6px;
    left: 5px;
}
.page_default.terms_and_conditions_pg .page_content .genpg-rite ul{margin: 0 0 10px 0px;}
.page_default .genpg-rite .inr-btm-cnds a {
    color: #000;
}
.page_default .genpg-rite .inr-btm-cnds a:hover{
    color: #a53637;
}




/* Fastners Page */


.page-id-260 .page_default:before {
    position: absolute;
    content: "";
    left: 0;
    top: -130px;
    width: 858px;
    height: 100%;
    background-image: url(../images/fastner-bg-img.webp);
    background-repeat: no-repeat;
    z-index: -1;
}

.fastners-top-sec {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 80px;
    gap: 20px;
}
.fastners-top-img img {
    border-radius: 10px;
}

.fastners-list {
    display: flex;
    justify-content: space-between;
    gap: 55px;
    margin: 0 0 80px;
}
.fastners-item {
    border-radius: 10px;
    border: 1px solid #DEDEDE;
    padding: 30px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
}
.fastners-item p {
    font-family: 'Inter';
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0;
    padding-left: 20px;
    position: relative;
}
.fastners-item p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 13px;
    border-radius: 100%;
    background-color: #000;
    height: 7px;
    width: 7px;
}
.fastners-btm-sec {
    background-color: #000;
    padding: 40px 20px;
}
.fastners-btm-sec h5 {
    text-align: center;
    color:#fff;
}


.cmn-itm .fastners-item {
    width: 31.4%;
}
.cmn-itm{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin: 0 0 80px;
}
.in-toolroom-sec {
    display: flex;
    justify-content: space-between;
    margin: 0 0 78px;
}
.in-toolroom-btm-sec .hm-tool-slider {
    width: 100%;
    margin-bottom: 0;
}
.tool-room-lft-cnt {
    width: 45.9%;
}
.tool-room-rgt-img {
    width: 49.2%;
}
.tool-room-rgt-img img{
    width: 100%;
    display: block;
}
.page_default.facility_pg .text-para {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #676C75;
    margin: 0 0 40px 0;
    text-align: justify;
}
.page_default.facility_pg{
    position: relative;
}
.page_default.facility_pg::before {
    position: absolute;
    content: "";
    background-image: url(../images/inr-abut-bg.webp);
    background-repeat: no-repeat;
    width: 771px;
    height: 1022px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
}
.tax-product-category .header-sec,
.tax-product_category .header-sec,
.page-id-69 .header-sec {
    background: #000;
    padding: 24px 0;
    position: relative;
    z-index: 999;
    width: 100%;
}
.product-sec {
    padding: 100px 0;
}
.product-sec .container{
    width: 100%;
    max-width: 1470px;
    margin: auto;
}
.product-categories-sec ul {
    display: flex;
    gap: 15px;
}
.product-categories-sec ul li a{
    padding: 15px 25px;
    border-radius: 10px;
    color: #000;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 0;
    line-height: 1;
    border: 1px solid #C7C7C7;
    font-weight: 700;
    display: inline-block;
}
.product-categories-sec ul li a:hover, .product-categories-sec ul li a.tarmactive{
    background-color: #A43434;
    color: #fff;
    border: 1px solid #A43434;
}

.product-blk{
    display: flex;
    justify-content: space-between;
}
.product-item {
    background-color: #F9F9F9;
    padding: 10px 18px 29px 19px;
    border-radius: 3%;
    border: 1px solid #C7C7C7;
    width: 23.7%;
}
.product-item .product-img {
    text-align: center;
    padding-bottom: 13px;
    border-bottom: 1px solid #C7C7C7;
    margin: 0 0 18px;
}
.product-item .author {
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 22px;
    text-align: center;
}
.product-item .description {
    font-weight: 400;
    line-height: 1.1;
    font-size: 16px;
    color: #32353C;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 13px 0;
    text-align: center;
}
.product-item .description b {
    font-weight: 700;
}


.page-id-260 .text-heading:before{display: none;}

.inn-tool-slider .owl-item {
    min-height: auto;
}
.commitment-top-sec {
    margin: 0 0 80px;
}
.page_default .container.full-width {
    max-width: 100%;
}
.page-id-318 .page_default:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 83%;
    background-repeat: no-repeat;
    background-image: url(../images/sheet-metal-bg-img.webp);
    z-index: -1;
}
.sheet-metal-btm-sec .container {
    width: 100%;
    max-width: 1470px;
    margin: auto;
}
.sheet-metal-btm-sec {
    padding: 80px 0 0;
}
.sheet-metal-list {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px;
    flex-wrap: wrap;
    gap: 30px;
}
.sheet-metal-item {
    border-radius: 10px;
    border: 1px solid #DEDEDE;
    padding: 30px 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #fff;
    width: 22%;
}
.page-id-260 .fastners-list.cmn-itm {
    flex-wrap: nowrap;
}      



@media screen and (max-width:1700px){
    .product-sec .container {
        max-width: 1440px;
    }

}
@media screen and (max-width:1500px){
    .product-sec .container {
        max-width: 1200px;
    }
    .product-sec {
        padding: 70px 0;
    }


    .cmn-itm {
        gap: 30px;
        margin: 0 ;
    }
    .page-id-260 .page_default .text-heading {
        max-width: 100%;
    }
    .fastners-btm-sec {
        margin: 50px 0 0;
    }

}
@media screen and (max-width:1240px){
    .product-sec .container {
        max-width: 990px;
        padding: 0 15px;
    }
    .product-item {
        padding: 10px 10px 20px;
        width: 24%;
    }
    .product-item .author {
        font-size: 20px;
        margin: 0 0 12px;
    }
    .product-item .description {
        font-size: 13px;
        margin: 0 0 13px 0;
    }
    .product-categories-sec ul li a {
        padding: 12px 22px;
        font-size: 18px;
    }

    .cmn-itm {
        gap: 20px;
        margin: 0 ;
    }
    .fastners-btm-sec h5 {
        font-size: 25px;
    }
    .fastners-item p {
        line-height: 1.4;
    }
    .sheet-metal-item {
        width: 23%;
    }
    .sheet-metal-list {
        gap: 15px;
    }
    .fastners-btm-sec h5, .page_default.facility_pg .text-para, .page_default.facility_pg .text-para, .fastners-item p {
        font-size: 20px;
    }

}
@media screen and (max-width:991px){
    .product-sec .container {
        max-width: 720px;
        padding: 0;
    }
    .product-sec {
        padding: 50px 0;
    }
    .product-blk {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }
    .product-item {
        padding: 10px 10px 20px;
        width: 45%;
    }
    .product-categories-sec ul li a {
        padding: 12px 19px;
        font-size: 16px;
    }
    .product-categories-sec ul {
        gap: 15px;
        justify-content: center;
    }

    .fastners-top-sec {
        flex-direction: column;
        align-items: center;
    }
    .cmn-itm {
        flex-direction: column;
        align-items: center;
    }
    .cmn-itm .fastners-item {
        width: 100%;
        max-width: 450px;
    }
    .sheet-metal-list {
        gap: 15px;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    .sheet-metal-item {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

}

@media screen and (max-width:767px){

.product-sec .container {
    max-width: 100%;
    padding: 0 15px;
}
.product-categories-sec ul {
    gap: 9px;
    justify-content: center;
}
.product-categories-sec ul li a {
    padding: 10px 10px;
    font-size: 14px;
}


}

@media screen and (max-width:580px){

    .product-blk {
        flex-direction: column;
        max-width: 420px;
        margin: auto;
        align-items: center;
    }
    .product-item{
        width: 100%;
        max-width: 320px;
        margin: auto;
    }
    .product-categories-sec ul {
        gap: 5px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

}