html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: normal;
    color: #343a40;
    background-color: #ffffff;
}

p {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: 15px;
    
}
p:last-child {
    margin-bottom: 0 !important;
}

.owl-carousel .owl-item img {
    width: auto;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* nice-select :start */
.nice-select .list {
    width: 100%;
}
.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
    color: #ffffff;
    background-color: #000000 !important;
}
.nice-select .option.selected {
    font-weight: inherit;
}
/* nice-select :end */

/* COMMON STYLE :START */

.overflow-clip {
    overflow: clip;
}
.overflow-clip-x {
    overflow-x: clip;
}
.overflow-clip-y {
    overflow-y: clip;
}

.mxcontainer {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
/* .mxcontainer2 {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
} */

.fw-medium {
    font-weight: 500 !important;
}
.fw-semibold {
    font-weight: 600 !important;
}

.fs-18px {
    font-size: 18px !important;
}
.fs-16px {
    font-size: 16px !important;
}
.fs-14px {
    font-size: 14px !important;
}

.bg1 {
    background-color: #f0efe7;
}
.bg2 {
    background-color: #f1f1f1;
}

/* ---- section spacing :start ---- */
.section-padding {
    padding: 90px 0px;
}
.section-margin {
    margin: 90px 0px;
}

.section-padding2 {
    padding: 70px 0px;
}
.section-margin2 {
    margin: 70px 0px;
}
.innerpage-padding {
    padding: 80px 0px 130px;
}
/* ---- section spacing :end ---- */

/* ---- hd-type :start ---- */
.hd-type-1 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.1;
    color: #343a40;
    margin-bottom: 15px;
}
.hd-type-2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.1;
    color: #343a40;
    margin-bottom: 15px;
}
.hd-type-3 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 1.1;
    color: #343a40;
    margin-bottom: 15px;
}
/* ---- hd-type :end ---- */

/* ---- subhd-type :start ---- */
.subhd-type-1 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.1;
    color: #343a40;
    margin-bottom: 15px;
}
.subhd-type-2 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.1;
    color: #343a40;
    margin-bottom: 15px;
}
/* ---- subhd-type :end ---- */

/* ---- hdot :start ---- */
.hdot-1 {
    padding-left: 25px;
}
.hdot-1::before {
    content: '\f0c8';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    color: #ffc107;
    margin-left: -25px;
    margin-right: 10px;
}
.hdot-2::before {
    content: '\f0c8';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 15px;
    color: #343a40;
    margin-right: 10px;
}
/* ---- hdot :start ---- */

/* ---- btnn-style-1 :start ---- */
.nlink-style-1 {
    color: #000000;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.nlink-style-1:hover {
    color: #e1be42;
}
/* ---- btnn-style-1 :end ---- */

/* ---- btnn-style-1 :start ---- */
.btnn-style-1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
    background-color: #ffffff;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: stretch;
    transition: 0.5s;
    overflow: hidden;
}
.btnn-style-1 span {
    padding: 10px 12px;
}
.btnn-style-1 i {
    width: 40px;
    height: auto;
    background-color: #ffbc04;
    border-radius: 9px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
}
.btnn-style-1 i > img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.btnn-style-1:hover {
    color: #ffffff;
    background-color: #000000;
}
/* ---- btnn-style-1 :end ---- */

/* ---- btnn-style-2 :start ---- */
.btnn-style-2 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffc107;
    background-color: #53575b;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: stretch;
    transition: 0.5s;
    padding: 15px 30px;
    text-transform: uppercase;
}
.btnn-style-2:hover {
    color: #ffc107;
    background-color: #000000;
}
/* ---- btnn-style-2 :end ---- */

/* ---- btnn-style-3 :start ---- */
.btnn-style-3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    background-color: #525252;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: stretch;
    transition: 0.5s;
}
.btnn-style-3 span {
    padding: 10px 12px;
}
.btnn-style-3 i {
    width: 40px;
    height: auto;
    background-color: #ffbc04;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
}
.btnn-style-3 i > img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.btnn-style-3:hover {
    color: #ffffff;
    background-color: #000000;
}
/* ---- btnn-style-3 :end ---- */

/* ---- btnn-style-4 :start ---- */
.btnn-style-4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #53575b;
    background-color: #ffc107;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: stretch;
    transition: 0.5s;
    padding: 15px 30px;
    text-transform: uppercase;
}
.btnn-style-4:hover {
    color: #ffffff;
    background-color: #000000;
}
/* ---- btnn-style-4 :end ---- */

/* ---- btnn-style-5 :start ---- */
.btnn-style-5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
    background-color: #ffffff;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: stretch;
    transition: 0.5s;
    overflow: hidden;
}
.btnn-style-5 span {
    padding: 10px 12px;
}
.btnn-style-5 i {
    width: 40px;
    height: auto;
    background-color: #000000;
    border-radius: 9px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
}
.btnn-style-5 i > img {
    width: auto;
    max-width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}
.btnn-style-5:hover {
    color: #ffffff;
    background-color: #000000;
}
.btnn-style-5.btnsm {
    font-size: 16px;
}
.btnn-style-5.btnsm i > img {
    width: 14px;
}
/* ---- btnn-style-5 :end ---- */

/* ---- btn-arrow-1 :start ---- */
.btn-arrow-1 {
    width: 40px;
    height: 40px;
    background-color: #ffc107;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
}
.btn-arrow-1 img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: 0.5s;
}
.btn-arrow-1:hover {
    background-color: #000000;
}
.btn-arrow-1:hover img {
    filter: brightness(0) invert(1);
}
/* ---- btn-arrow-1 :end ---- */

/* ---- btn-arrow-2 :start ---- */
.btn-arrow-2 {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
}
.btn-arrow-2 img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: 0.5s;
}
.btn-arrow-2:hover {
    background-color: #000000;
}
.btn-arrow-2:hover img {
    filter: brightness(0) invert(1);
}
/* ---- btn-arrow-2 :end ---- */

/* ---- arrow-link-1 :start ---- */
.arrow-link-1 {
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline-flex;
    align-items: center;
}
.arrow-link-1:hover {
    filter: brightness(0);
}
/* ---- arrow-link-1 :end ---- */

/* ---- textwrap-1 :start ---- */
.textwrap-1 {
    width: 100%;
    height: auto;
    transition: 0.5s;
}
.textwrap-1 h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
    color: #343a40;
    margin-bottom: 15px;
}
.textwrap-1 p {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #221f1f;
    margin-bottom: 15px;
}
/* ---- textwrap-1 :end ---- */

/* ---- .textwrap-2 :start ---- */
.textwrap-2 {
    width: 100%;
    height: auto;
}
.textwrap-2 > :last-child {
    margin-bottom: 0;
}
.textwrap-2 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.39;
    color: #221f1f;
    margin-bottom: 15px;
}
.textwrap-2 h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.39;
    color: #221f1f;
    margin-top: 24px;
    margin-bottom: 10px;
}
.textwrap-2 h6:first-child {
    margin-top: 0;
}
/* ---- .textwrap-2 :end ---- */

/* ---- .textwrap-3 :start ---- */
.textwrap-3 {
    width: 100%;
    height: auto;
}
.textwrap-3 h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
    color: #343a40;
    margin-bottom: 15px;
}
.textwrap-3 p {
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    color: #221f1f;
}
.textwrap-3 p b {
    font-weight: 800;
}
/* ---- .textwrap-3 :end ---- */

/* ---- block-s1 :start ---- */
.block-s1 {
    width: 100%;
    height: 100%;
    min-height: 250px;
    background-color: #000000;
    border-radius: 33px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    aspect-ratio: 2.07/1;
    padding: 30px 40px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    position: relative;
}
.block-s1::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    transition: 0.5s;
    z-index: 0;
}
.block-s1::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 80%);
    z-index: 1;
}
.block-s1 .bs1inner {
    position: relative;
    z-index: 3;
}
.block-s1 .bs1inner :last-child {
    margin-bottom: 0;
}
.block-s1 .bs1inner h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    transition: 0.5s;
}

.block-s1:hover::before {
    transform: scale(1.1);
}
.block-s1:hover .bs1inner h3 {
    color: #e1be42;
}
/* ---- block-s1 :end ---- */

/* ---- block-s2 :start ---- */
.block-s2 {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 30px;
    padding: 40px 30px 30px 40px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
}
.block-s2 .bs2image {
    width: 100%;
    height: 160px;
    margin-bottom: 15px;
    position: relative;
}
.block-s2 .bs2image .bicon {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background-color: #ffc107;
    border-radius: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
}
.block-s2 .bs2image .bicon img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    transition: 0.5s;
}
.block-s2 .bs2image .bimg {
    width: calc(100% - 35%);
    height: 100%;
    background-color: #ffc107;
    border-radius: 18px;
    overflow: hidden;
    margin-left: auto;
}
.block-s2 .bs2image .bimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.block-s2 .bs2text {
    width: 100%;
    height: auto;
    color: #343a40;
    transition: 0.5s;
}
.block-s2 .bs2text time {
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
}
.block-s2 .bs2text h3 {
    font-size: 18px;
    font-weight: 800;
    color: inherit;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block-s2 .bs2text p {
    font-size: 18px;
    font-weight: 500;
    color: inherit;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.block-s2:hover {
    background-color: #ffc107;
}
.block-s2:hover .bs2image .bicon {
    background-color: #000000;
}
.block-s2:hover .bs2image .bicon img {
    filter: brightness(0) invert(1);
}
/* ---- block-s2 :start ---- */

/* ---- block-s3 :start ---- */
.block-s3 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
}
.block-s3 .bs3image {
    width: 100%;
    height: 200px;
    border-radius: 27px;
    margin-bottom: 15px;
    overflow: hidden;
}
.block-s3 .bs3image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}
.block-s3 .bs3image.obj-fit {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-s3 .bs3image.obj-fit img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}

.block-s3 .bs3text {
    width: 100%;
    height: auto;
}
.block-s3 .bs3text h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #221f1f;
    margin-bottom: 10px;
    transition: 0.5s;
}
.block-s3 .bs3text p {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #221f1f;
    margin-bottom: 15px;
}
.block-s3 .bs3text :last-child {
    margin-bottom: 0;
}

a:hover .block-s3 .bs3image img {
    transform: scale(1.1);
}
a:hover .block-s3 .bs3text h3 {
    color: #535252;
}
/* ---- block-s3 :end ---- */

/* ---- block-s4 :start ---- */
.block-s4 {
    width: 100%;
    height: 100%;
    color: #221f1f;
    background-color: #ffc107;
    border-radius: 27px;
    padding: 30px 50px 30px 30px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
}
.block-s4 .bs4icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.block-s4 .bs4icon img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.block-s4 .bs4text {
    width: 100%;
    height: auto;
}
.block-s4 .bs4text h3 {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    color: #221f1f;
    margin-bottom: 10px;
}
.block-s4 .bs4text p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #221f1f;
    margin-bottom: 0px;
}
.block-s4 .bs4text p b {
    font-weight: 700;
}
.block-s4 .bs4text p a {
    color: inherit;
}
.block-s4 .bs4text p a:hover {
    color: inherit;
    text-decoration: underline;
}
.block-s4 .bs4buttons {
    width: 100%;
    height: auto;
    padding-top: 15px;
    margin-top: auto;
}
/* ---- block-s4 :end ---- */

/* ---- owlnav-1 :start ---- */
.owlnav-1 {
    padding: 0px 0px;
} 
.owlnav-1 .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}
.owlnav-1 .owl-nav button.owl-prev, 
.owlnav-1 .owl-nav button.owl-next  {
    flex-grow: 0;
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    font-size: 16px;
    color: #000000;
    background-color: transparent;
    border: 2px solid #ffc107;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.owlnav-1 .owl-nav button.owl-prev:hover, 
.owlnav-1 .owl-nav button.owl-next:hover  {
    opacity: 1;
    color: #000000;
    background-color: #ffc107;
    border-color: #ffc107;
}
.owlnav-1 .owl-nav button.owl-prev.disabled, 
.owlnav-1 .owl-nav button.owl-next.disabled  {
    opacity: 0.1 !important;
    pointer-events: none;
}
/* ---- owlnav-1 :end ---- */

/* ---- owlsameheight :start ---- */
.owlsameheight .owl-stage {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.owlsameheight .owl-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto !important;
}
.owlsameheight .owl-item .item {
    width: 100% !important;
    height: 100% !important;
}
/* ---- owlsameheight :end ---- */

/* ---- block-list-1 :start ---- */
.block-list-1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 70px;
}
.block-list-1 ul li {}

.block-list-1 .bl1-block {
    width: 280px;
    height: 100%;
    background-color: #ffc107;
    border-radius: 18px;
    padding: 15px 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
}
.block-list-1 .bl1-block h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: normal;
    color: #221f1f;
    margin-bottom: 0;
    transition: 0.5s;
}
.block-list-1 a:hover .bl1-block {
    color: #ffffff;
    background-color: #000000;
}
.block-list-1 a:hover .bl1-block h3 {
    color: #ffffff;
}
/* ---- block-list-1 :end ---- */

/* ---- liststyle-1 :start ---- */
.liststyle-1 {
    list-style: none;
    padding: 0;
    margin: 10px 0px 15px 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    color: #221f1f;
}
.liststyle-1:last-child {
    margin-bottom: 0;
}
.liststyle-1 li {
    padding: 2px 0 2px 22px;
    margin: 0px 0px 10px 0px;
    position: relative;
}
.liststyle-1 li::before {
    content: '\f138';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    color: #ffb503;
    position: absolute;
    top: 8px;
    left: 0;
}
.liststyle-1 li:last-child {
    margin-bottom: 0;
}
.liststyle-1 b {
    font-weight: 700;
}

.liststyle-1.fsize-18px {
    font-size: 18px;
}
.liststyle-1.fsize-16px {
    font-size: 16px;
}
/* ---- liststyle-1 :end ---- */

/* ---- liststyle-2 :start ---- */
.liststyle-2 {
    list-style: none;
    padding: 0;
    margin: 10px 0px 15px 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    color: #221f1f;
}
.liststyle-2:last-child {
    margin-bottom: 0;
}
.liststyle-2 li {
    padding: 2px 0 2px 25px;
    margin: 0px 0px 10px 0px;
    position: relative;
}
.liststyle-2 li::before {
    content: '\f14a';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    color: #6cda92;
    position: absolute;
    top: 3px;
    left: 0;
}
.liststyle-2 li:last-child {
    margin-bottom: 0;
}
.liststyle-2 b {
    font-weight: 700;
}

.liststyle-2.fsize-18px {
    font-size: 18px;
}
.liststyle-2.fsize-16px {
    font-size: 16px;
}
/* ---- liststyle-2 :end ---- */

/* ---- liststyle-3 :start ---- */
.liststyle-3 {
    list-style: none;
    padding: 0;
    margin: 10px 0px 15px 0px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    color: #221f1f;
}
.liststyle-3.abtsec-left {
    margin-bottom: 0;
}
.liststyle-3 li {
    padding: 2px 0 2px 22px;
    margin: 0px 0px 5px 0px;
    position: relative;
}
.liststyle-3 li::before {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 6px;
    color: #606060;
    position: absolute;
    top: 11px;
    left: 2px;
}
.liststyle-3 li:last-child {
    margin-bottom: 0;
}
.liststyle-3 b {
    font-weight: 700;
}
/* ---- liststyle-3 :end ---- */

/* ----- List Style :start ----- */
.lstylcol-2 {
    columns: 2;
    gap: 80px;
}
.lstylcol-2 > li  {
    break-inside: avoid;
}

.lstylcol-3 {
    columns: 3;
    gap: 80px;
}
.lstylcol-3 > li  {
    break-inside: avoid;
}
/* ----- List Style :end ----- */

/* ---- table-style-1 :start ---- */
.table-style-1 {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.4;
    border-color: #9e9e9e;
}
.table-style-1 tr th,
.table-style-1 tr td {
    padding: 15px 15px;
}
.table-style-1 tr th {
    font-weight: 700;
}
/* ---- table-style-1 :end ---- */

/* ---- .img-rounded-pill :start ---- */
.img-rounded-pill {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 50rem;
    overflow: hidden;
    position: relative;
}
.img-rounded-pill.irp-ratio {
    max-width: 300px;
    height: auto;
    aspect-ratio: 0.55/1;
}
.img-rounded-pill img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.img-rounded-pill2 {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.img-rounded-pill2 img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.img-rounded-pill2.irp-ratio {
    max-width: 400px;
    height: auto;
    aspect-ratio: 0.80/1;
}
.img-rounded-pill2.irp-ratio2 {
    max-width: 400px;
    height: auto;
    aspect-ratio: 0.90/1;
}

.img-rounded-pill2.irp-auto {
    height: auto;
    min-height: auto;
    display: inline-block;
    aspect-ratio: initial;
}
.img-rounded-pill2.irp-auto img {
    height: auto;
    position: initial;
}


.img-rounded-pill3 {
    width: auto;
    max-width: 100%;
    height: auto;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.img-rounded-pill3 img {
    width: 100%;
    height: auto;
}
/* ---- .img-rounded-pill :end ---- */

/* ---- .imgbox-1 :start ---- */
.imgbox-1 {
    width: 100%;
    height: auto;
    border-radius: 28px;
    overflow: hidden;
}
.imgbox-1 img {
    width: 100%;
    height: auto;
}
 /* ---- .img-rounded-1 :end ---- */

/* ---- naccordion-style-1 :start ---- */
.naccordion-style-1 {
    width: 100%;
    height: auto;
    /* border-top: 1px solid #8d8d8d; */
    /* border-bottom: 1px solid #8d8d8d; */
}
.naccordion-style-1 .accordion-item {
    background-color: transparent;
    border-bottom: 1px solid #8d8d8d;
}
.naccordion-style-1 .accordion-item:first-child {
    border-top: 1px solid #8d8d8d;
}
.naccordion-style-1 .accordion-item:last-child {
    border-bottom: 1px solid #8d8d8d;
}
.naccordion-style-1 .accordion-item .accordion-header .accordion-button {
    font-size: 18px;
    font-weight: 700;
    color: #282828;
    background-color: transparent;
    padding: 15px 0px;
    box-shadow: none;
}
.naccordion-style-1 .accordion-item .accordion-header .accordion-button b {
    font-weight: 600;
}
.naccordion-style-1 .accordion-item .accordion-header .accordion-button::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1"%3E%3Cline x1="12" y1="5" x2="12" y2="19"%3E%3C/line%3E%3Cline x1="5" y1="12" x2="19" y2="12"%3E%3C/line%3E%3C/svg%3E');
}
.naccordion-style-1 .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" stroke="currentColor" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round" class="css-i6dzq1"%3E%3Cline x1="5" y1="12" x2="19" y2="12"%3E%3C/line%3E%3C/svg%3E');
}
.naccordion-style-1 .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #282828;
    background-color: transparent;
}
.naccordion-style-1 .accordion-item .accordion-body {
    padding: 0px 0px 15px 0px;
}
/* ---- naccordion-style-1 :end ---- */

/* ---- ntable-style-1 :start ---- */
.ntable-style-1 {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 1.4;
    border-color: #9e9e9e;
    vertical-align: middle;
}
.ntable-style-1 tr th,
.ntable-style-1 tr td {
    padding: 15px 15px;
}
.ntable-style-1 thead {
    font-size: 18px;
    font-weight: 600;
    color: #231f20;
    background-color: #e9c121;
}
/* ---- ntable-style-1 :end ---- */

/* ---- .pagination-style-1 :start ---- */
.pagination-style-1 {
    width: 100%;
    height: auto;
}
.pagination-style-1 .pagination {
    gap: 10px;
}
.pagination-style-1 .pagination .page-item {}
.pagination-style-1 .pagination .page-item .page-link {
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #4d4d4d;
    border: 1px solid #b8b8b8;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.pagination-style-1 .pagination .page-item .page-link i {
    font-size: 12px;
}
.pagination-style-1 .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #ffc107;
    border-color: #ffc107;
}
.pagination-style-1 .pagination .page-item.prev .page-link, 
.pagination-style-1 .pagination .page-item.next .page-link {
    width: 75px;
    height: 30px;
    color: #000000;
    background-color: #ffc107;
    border-color: #ffc107;
    gap: 5px;
}
.pagination-style-1 .pagination .page-item:hover .page-link {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
/* ---- .pagination-style-1 :end ---- */

/* ---- form-style-1 :start ---- */
.form-style-1 {
    width: 100%;
    height: auto;
}
.form-style-1 .form-label {
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    color: #000000;
    margin-bottom: 7px;
}
.form-style-1 .form-control {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 5px;
    overflow: hidden;
    padding: 12px 12px;
    transition: 0.5s;
}
.form-style-1 .form-control:focus {
    border-color: #000000;
    box-shadow: none;
}
.form-style-1 .form-control:disabled {
    background-color: #e8e8e8;
}
.form-style-1 .form-control::placeholder {
    color: #868686;
}
.form-style-1 .nice-select {
    width: 100%;
    height: 47px;
    line-height: 1;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.form-style-1 .nice-select::after {
    top: 0;
    right: 15px;
    background-image: url('../images/v2/select-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 10px;
    height: 100%;
    border: 0;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.form-style-1 .nice-select.open::after {
    -webkit-transform: scaleY(-1) rotate(0deg);
        -ms-transform: scaleY(-1) rotate(0deg);
            transform: scaleY(-1) rotate(0deg);
}
.form-style-1 .nice-select .list {
    max-height: 300px;
    overflow-y: auto;
}
.form-style-1 .nice-select .list .option:hover {
    color: #ffffff;
    background-color: #000000 !important;
}
.form-style-1 .form-group{
    margin-bottom: 20px;
}
/* ---- form-style-1 :end ---- */

/* COMMON STYLE :END */



/* Header top section :start */
.headertop-section {
    width: 100%;
    height: auto;
    color: #ffffff;
    background-color: #000000;
}
.headertop-section .htsec-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px 5px;
    padding: 0px 20px;
}
.headertop-section .htsec-inner .htsi-left {
    display: flex;
    align-items: center;
    gap: 8px;
}
.headertop-section .htsec-inner .htsi-left p {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1;
    padding: 5px 0px;
    margin-bottom: 0;
}
.headertop-section .htsec-inner .htsi-right {
    display: flex;
    gap: 20px;
}


.headertop-section .custportalBtn {
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    background-color: #6c757d;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 4px 14px;
    margin: 4px 0px;
    transition: 0.5s;
    text-wrap: nowrap;
}
.headertop-section .custportalBtn:hover {
    color: #000000;
    background-color: #ffce00;
}


.headertop-section .htlinks {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.headertop-section .htlinks li {
    padding-right: 20px;
    border-right: 1px solid #6c757d;
    text-transform: uppercase;
    text-wrap: nowrap;
}
.headertop-section .htlinks li:last-child {
    padding-right: 0;
    border: 0;
}
.headertop-section .htlinks li a {
    color: inherit;
    transition: 0.5s;
}
.headertop-section .htlinks li a:hover {
    color: #ffc107;
}

.headertop-section .htlinks2 {
    font-size: 14px;
    font-weight: 700;
    color: #ffce00;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 5px 0px;
}
.headertop-section .htlinks2 li a i {
    /* flex-grow: 0; */
    /* flex-shrink: 0; */
    width: 20px;
    height: 20px;
    font-size: 9px;
    color: #000000;
    font-weight: 400;
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.headertop-section .htlinks2 li a {
    color: inherit;
}
.headertop-section .htlinks2 li a:hover i {
    background-color: #ffc107;
}


.headertop-section .htlinks3 {
    font-size: 14px;
    font-weight: 700;
    color: #ffce00;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 5px 0px;
}
.headertop-section .htlinks3 li {
    display: flex;
    align-items: center;
    gap: 5px;
}
.headertop-section .htlinks3 li i {
    flex-grow: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    font-size: 9px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.headertop-section .htlinks3 li a {
    color: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.headertop-section .htlinks3 li a:hover {
    text-decoration: underline;
}
.headertop-section .htlinks3 li a:hover i {
    background-color: #ffc107;
}
/* Header top section :end */

/* Home banner new section :start */
.homebannernew-section {
    width: 100%;
    height: auto;
    padding: 0px 20px;
}
.homebannernew-section .hbnsec-inner {
    width: 100%;
    height: auto;
    border-radius: 30px;
    overflow: hidden;
}

.homebannernew-section .hbn-block {
    width: 100%;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}
.homebannernew-section .hbn-block::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 90%);
    z-index: 1;
}
.homebannernew-section .hbn-block .hbnimage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.homebannernew-section .hbn-block .hbncaption {
    width: 100%;
    height: auto;
    padding: 50px 60px 50px;
    position: relative;
    z-index: 1;
}
.homebannernew-section .hbn-block .hbncaption .hbncap-left {
    width: 100%;
    height: 100%;
    padding: 40px 0px;
}
.homebannernew-section .hbn-block .hbncaption .hbncap-left h1 {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 15px;
}
.homebannernew-section .hbn-block .hbncaption .hbncap-left p {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
    color: #ffc107;
    margin-bottom: 15px;
}
.homebannernew-section .hbn-block .hbncaption .hbncap-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.homebannernew-section .hbn-block .hbncaption .hbncap-right .hbnricon {
    width: auto;
    max-width: 100%;
    height: auto;
}

.homebanner-owl .owl-dots {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px 0px;
    z-index: 1;
}
.homebanner-owl .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    transition: 0.7s;
}
.homebanner-owl .owl-dots .owl-dot.active {
    background-color: #fbd847;
}
.homebanner-owl .owl-dots .owl-dot:hover {
    background-color: #535252;
}
/* Home banner new section :end */

/* Request a Quote section :end */
.requestquote-section {
    width: 100%;
    height: auto;
    margin-top: -40px;
    position: relative;
    z-index: 1;
}
.requestquote-section .rquote-inner {
    width: calc(100% - 40px);
    max-width: 950px;
    height: auto;
    background-color: #ffc107;
    border-radius: 18px;
    padding: 20px 40px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    overflow: hidden;
}
.requestquote-section .rquote-inner .rqin-left {
    width: auto;
    height: auto;
}
.requestquote-section .rquote-inner .rqin-left h2 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #161415;
    margin-bottom: 0;
}
.requestquote-section .rquote-inner .rqin-left h2::before {
    content: '';
    display: inline-block;
    width: 29px;
    height: auto;
    aspect-ratio: 1/1;
    background-image: url('../images/v2/request-title-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: -2px;
    margin-right: 10px;
}
.requestquote-section .rquote-inner .rqin-center {
    width: auto;
    height: auto;
}
.requestquote-section .rquote-inner .rqin-right {
    width: auto;
    height: auto;
}
.requestquote-section .rquote-inner .rqin-right p {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 0;
}
.requestquote-section .rquote-inner .rqin-right p b {
    font-weight: 800;
}
.requestquote-section .rquote-inner .rqin-right p a {
    color: inherit;
}
.requestquote-section .rquote-inner .rqin-right p a:hover {
    color: inherit;
    text-decoration: underline;
}
/* Request a Quote section :end */

/* About Us section :start */
.aboutus-section .abtsec-left {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.aboutus-section .abtsec-left .aslimage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 245px;
    height: 325px;
    background-color: #ffffff;
    border-radius: 25px;    
    transform: rotate(-7deg);
    margin: auto 10px auto auto;
    overflow: hidden;
}
.aboutus-section .abtsec-left .aslimage::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.35) 95%);
}
.aboutus-section .abtsec-left .aslimage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.aboutus-section .abtsec-left h2 {
    position: relative;
}
.aboutus-section .abtsec-right {
    width: 100%;
    height: 100%;
}
.aboutus-section .abtsec-right p {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 15px;
}
.aboutus-section .abtsec-right p b, 
.aboutus-section .abtsec-right p strong {
    font-weight: 800;
}
/* About Us section :end */

/* Accreditations section :start */
.accreditations-section {}

.accreditations-section .accsec-inner {
    width: 100%;
    height: auto;
    background-color: #ffc107;
    background-image: url('../images/v2/accreditations-background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    padding: 30px 30px;
    overflow: hidden;
}
.accreditations-section .accsec-inner .asin-left {
    width: 100%;
    height: 100%;
}
.accreditations-section .accsec-inner .asin-left .asleft-text {
    padding-left: 25px;
}
.accreditations-section .accsec-inner .asin-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.accredit-right-row {
    width: 100%;
    height: auto;
    display: flex;
    gap: 10px;
}
.accredit-right-row .asright-box {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-radius: 11px;
    padding: 40px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.accredit-right-row .asright-box img {
    width: auto;
    max-width: 100%;
    height: auto;
}
/* Accreditations section :end */

/* Testimonials section :start */
.testimonials-section {}
.testimonials-section .testisec-head {
    margin-bottom: 24px;
}
.testimonials-section .testisec-head .tshead-left {
    width: 100%;
    height: 100%;
}
.testimonials-section .testisec-head .tshead-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.testimonial-block {
    width: 100%;
    height: 100%;
    background-color: #f8f1f1;
    border-radius: 30px;
    padding: 35px 50px;
    overflow: hidden;
}
.testimonial-block .tesrating {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 15px;
}
.testimonial-block .tesrating i {
    font-size: 16px;
    color: #ffc107;
}
.testimonial-block .testext {
    width: 100%;
    height: auto;
}
.testimonial-block .testext p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.testimonial-block .tesuser {
    width: 100%;
    height: auto;
    padding-top: 15px;
    margin-top: auto;
}
.testimonial-block .tesuser h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    margin-bottom: 0;
}
/* Testimonials section :end */

/* Latest Blog section :start */
.latestblog-section {
    width: 100%;
    height: auto;
    background-color: #f0efe7;
}
/* Latest Blog section :end */

/* Your Work Place and Case Studies section :start */
.ywsec-block {
    --yw-height: 230px;
    --yw-gap: 24px;
    width: 100%;
    height: var(--yw-height);
    /* aspect-ratio: 1.7/1; */
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 27px;
    padding: 30px 30px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    position: relative;
    transition: 0.5s;
}
.ywsec-block::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    transition: 0.5s;
    z-index: 0;
}
.ywsec-block::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%);
    z-index: 1;
}
.ywsec-block .ywsb-inner {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
}
.ywsec-block .ywsb-inner h3 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 0;
    transition: 0.5s;
}

.ywsec-block.h2x {
    height: calc((var(--yw-height) * 2) + var(--yw-gap));
}
.ywsec-block.h3x {
    height: calc((var(--yw-height) * 3) + (var(--yw-gap) * 2));
}

.ywsec-block:hover::before {
    transform: scale(1.1);
}
.ywsec-block:hover .ywsb-inner h3 {
    color: #e1be42;
}
/* Your Work Place and Case Studies section :end */

/* Customer Portal section :start */
.customerportal-section {
    padding-bottom: 40px;
}
.customerportal-section .cpsec-inner {
    width: 100%;
    height: auto;
    background-color: #ffc107;
    background-image: url('../images/v2/customerportal-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    padding: 50px 50px;
    margin-bottom: 90px;
    overflow-x: clip;
}
.customerportal-section .cpsec-inner .cpinleft {
    width: 100%;
    height: 100%;
}
.customerportal-section .cpsec-inner .cpinleft .cplimage {
    margin-top: 40px;
    margin-bottom: -135px;
}
.customerportal-section .cpsec-inner .cpinright {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
}
.customerportal-section .cpsec-inner .cpinright h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    color: #343a40;
    margin-bottom: 15px;
}
.customerportal-section .cpsec-inner .cpinright .cusportalBtn {
    font-size: 30px;
    font-weight: 700;
    color: #343a40;
    background-color: #ffffff;
    border-radius: 19px;
    padding: 10px 10px 10px 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}
.customerportal-section .cpsec-inner .cpinright .cusportalBtn span {
    width: 100px;
    height: 85px;
    background-color: #ffbc04;
    border-radius: 13px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: 0.5s;
}
.customerportal-section .cpsec-inner .cpinright .cusportalBtn span img {
    width: auto;
    max-width: 100%;
    height: auto;
    transition: 0.5s;
}
.customerportal-section .cpsec-inner .cpinright .cusportalBtn:hover {
    color: #ffffff;
    background-color: #353a40;
}
/* Customer Portal section :end */

/* Areas We Cover section :start */
.areaswecover-section {
    background-color: #75d4e8;
    overflow-x: clip;
}
.areaswecover-section .awcsec-left {
    width: 100%;
    height: 100%;
}
.awcleft-head {
    width: 100%;
    height: auto;
    background-image: url('../images/v2/areas-we-cover-shape2.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center right;
    padding: 10px 0px 50px;
    position: relative;
}
.awcleft-head .hlshape {
    --awcshape-width: '100%';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: var(--awcshape-width);
    transform: translateX(calc(-1 * var(--awcshape-width) + 2px));
    background-color: #ffffff;
}
.awcleft-head .hlshape::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -48px;
    width: 49px;
    height: 49px;
    background-image: url('../images/v2/areas-we-cover-shape-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
}
.awcleft-head h2 {
    margin-bottom: 15px;
}
.awcleft-head p {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
    color: #cf9b01;
    margin-bottom: 0;
    transition: 0.5s;
    padding-left: 25px;
}

.awcleft-label {
    width: 100%;
    height: auto;
    background-color: #75d4e8;
    padding: 40px 0px;
}
.awcleft-label ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    columns: 3;
    gap: 0px 20px;
}
.awcleft-label ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 8px;
    overflow: hidden;
}
.awcleft-label ul li::before {
    content: url('../images/v2/pin.png');
    position: absolute;
    top: 0;
    left: 0;
}
.areaswecover-section .awcsec-right {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: #75d4e8;
}
.areaswecover-section .awcsec-right img {
    width: auto;
    max-width: 100%;
    height: auto;
}
/* Areas We Cover section :end */

/* Footer section :start */
.footer-section {
    width: 100%;
    height: auto;
    background-image: url('../images/v2/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.foosec-top {
    width: 100%;
    height: auto;
    padding: 80px 0px 60px;
}
.foosec-top .fstop-block {
    width: 100%;
    height: 100%;
}
.foosec-top .fstop-block address {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 0;
}

.foosec-top .fstop-block .flist-style-1 {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 0;
}
.foosec-top .fstop-block .flist-style-1 li {
    padding: 0px 0px 0px 25px;
    margin: 0px 0px 15px 0px;
    position: relative;
}
.foosec-top .fstop-block .flist-style-1 li:last-child {
    margin-bottom: 0;
}
.foosec-top .fstop-block .flist-style-1 li::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    background-image: url('../images/v2/list-icon-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 15px;
    height: 15px;
}
.foosec-top .fstop-block .flist-style-1 li a {
    color: inherit;
}
.foosec-top .fstop-block .flist-style-1 li a:hover {
    color: #e1be42;
}
.foosec-top .fstop-block .flist-style-1.list-col-2 {
    columns: 2;
}

.foosec-top .fstop-block .flist-style-2 {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 0;
}
.foosec-top .fstop-block .flist-style-2 li {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
}
.foosec-top .fstop-block .flist-style-2 li:last-child {
    margin-bottom: 0;
}
.foosec-top .fstop-block .flist-style-2 li a {
    color: inherit;
}
.foosec-top .fstop-block .flist-style-2 li a:hover {
    color: #fed900;
}

.foosec-top .fstop-block #backtotop {
    width: 100px;
    height: 100px;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #c19b29;
    background-color: transparent;
    border: 5px solid #6c757d;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
}
.foosec-top .fstop-block #backtotop:hover {
    color: #000000;
    background-color: #fed900;
    border-color: #fed900;
}


.foosec-middle {
    width: 100%;
    height: auto;
}
.foosec-middle .fsminner {
    width: 100%;
    height: auto;
}
.foosec-middle .fsminner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    border-top: 1px solid #6c757d;
}
.foosec-middle .fsminner ul li {
    flex: 1;
    padding: 10px 10px;
    border-right: 1px solid #6c757d;
    border-bottom: 1px solid #6c757d;
    margin-bottom: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foosec-middle .fsminner ul li:last-child {
    border: 0 !important;
}
.foosec-middle .fsminner ul li p {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    color: #c19b29;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.foosec-middle .fsminner ul li p a {
    color: inherit;
}
.foosec-middle .fsminner ul li p a:hover {
    color: #ffffff;
}

.foosec-middle .fsminner ul.fmi-links li {
    padding: 18px 10px;
}


.foosec-bottom {
    width: 100%;
    height: auto;
}
.foosec-bottom .fsbinner {
    width: 100%;
    height: auto;
    border-top: 1px solid #6c757d;
    padding: 15px 0px;
}
.foosec-bottom .fsbinner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #6c757d;
    text-align: center;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px 15px;
}
.foosec-bottom .fsbinner ul li a {
    color: inherit;
}
.foosec-bottom .fsbinner ul li a:hover {
    color: #fed900;
}
/* Footer section :start */

/* .requote-fixed :start */
.requote-fixed {
    position: fixed;
    top: 40%;
    right: 0;
    font-size: 14px;
    font-weight: 700;
    color: #ffc107;
    background-color: #53575b;
    border-radius: 0px 10px 10px 0px;
    padding: 22px 8px;
    text-transform: uppercase;
    /* writing-mode: sideways-lr; */
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    z-index: 1;
}
.requote-fixed:hover {
    color: #ffc107;
    background-color: #000000;
}
/* .requote-fixed :end */

/* Inner banner new section :start */
.innerbannernew-section {
    width: 100%;
    height: auto;
    padding: 0px 20px;
}
.innerbannernew-section .ibnsec-inner {
    width: 100%;
    height: auto;
    border-radius: 30px;
    overflow: hidden;
}

.innerbannernew-section .ibn-block {
    width: 100%;
    height: 100%;
    min-height: 500px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}
.innerbannernew-section .ibn-block::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 90%);
    z-index: 1;
}
.innerbannernew-section .ibn-block.nogradient::before {
    opacity: 0;
}
.innerbannernew-section .ibn-block .ibnimage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.innerbannernew-section .ibn-block .ibncaption {
    width: 100%;
    height: auto;
    padding: 50px 60px 50px;
    position: relative;
    z-index: 1;
}
.innerbannernew-section .ibn-block .ibncaption .ibncap-left {
    width: 100%;
    height: 100%;
    padding: 40px 0px;
}
.innerbannernew-section .ibn-block .ibncaption .ibncap-left :last-child {
    margin-bottom: 0;
}
.innerbannernew-section .ibn-block .ibncaption .ibncap-left h1 {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 15px;
}
.innerbannernew-section .ibn-block .ibncaption .ibncap-left p {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
    color: #ffc107;
    margin-bottom: 15px;
}
/* Inner banner new section :end */

.bs5icon {
    display: block;
    width: 75px;
    margin-bottom: 10px;
}

/* .aboutus-page :start */
.aboutus-page {
    padding: 80px 0px 140px;
}

.syo-block .bs4text {
    display: flex;
    align-items: center;
    gap: 15px;
}
.syo-block .bs4text .syob-icon {
    flex-shrink: 0;
}
/* .aboutus-page :end */

/* blog list :start */
.bloglist-page {
    padding: 80px 0px;
}

.article-filter {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #221f1f;
    display: inline-flex;
    align-items: center;
    gap: 40px;
}
.article-filter li {
    display: flex;
}
.article-filter li::after {
    content: '|';
    color: #000000;
    margin-left: 40px;
}
.article-filter li:last-child::after {
    display: none;
}
.article-filter li a {
    color: inherit;
    text-decoration-color: #ffc107;
    text-decoration-thickness: 4px;
    text-underline-offset: 10px;
    transition: 0.5s;
}
.article-filter li.active a {
    color: inherit;
    text-decoration-line: underline;
}
.article-filter li a:hover {
    color: #ffc107;
}
/* blog list :end */

/* .article-list-block :start */
.article-list-block {
    width: 100%;
    height: 100%;
    border: 2px solid #d9d9d9;
    border-radius: 22px;
    padding: 15px 15px;
    display: flex;
    gap: 20px 40px;
    overflow: hidden;
}
.article-list-block .alb-image {
    width: 330px;
    height: 235px;
    border-radius: 15px;
    overflow: hidden;
    flex-shrink: 0;
    flex-grow: 0;
}
.article-list-block .alb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}

.article-list-block .alb-text {
    width: 100%;
    display: flex;
    align-items: center;
}
.article-list-block .alb-text h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #221f1f;
    margin-bottom: 10px;
    transition: 0.5s;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-list-block .alb-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #221f1f;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-list-block .alb-text .altxt-bottom {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    color: #4d4d4d;
    padding-top: 15px;
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}
.article-list-block .alb-text .altxt-bottom li {
    display: flex;
    align-items: center;
}
.article-list-block .alb-text .altxt-bottom li::after {
    content: '|';
    font-weight: 500;
    color: #000000;
    margin-left: 12px;
}
.article-list-block .alb-text .altxt-bottom li:last-child::after {
    display: none;
}
.article-list-block .alb-text .altxt-bottom li time {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.article-list-block .alb-text .altxt-bottom li .viewBtn {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-weight: 700;
}

.article-list-block:hover .alb-text h3 {
    color: #ffc107;
}
.article-list-block:hover .alb-image img {
    transform: scale(1.1);
}
/* .article-list-block :end */

/* Blog detail page :start */
.blogdetail-page {}


.article-detail {
    width: 100%;
    height: auto;
    padding: 30px 0px 80px;
}
.article-detail .artdet-head {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.article-detail .artdet-head time {
    font-size: 14px;
    font-weight: 500;
    color: #4d4d4d;
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 15px;
}

.article-detail .artdet-image {
    width: 100%;
    height: auto;
    border-radius: 29px;
    overflow: hidden;
    margin-bottom: 50px;
}
.article-detail .artdet-image img {
    width: 100%;
    height: auto;
}


.article-detail .artdet-body {
    width: 100%;
    height: auto;
}
.article-detail .artdet-body h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    color: #221f1f;
    margin-top: 24px;
    margin-bottom: 10px;
}
.article-detail .artdet-body h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #221f1f;
    margin-top: 24px;
    margin-bottom: 10px;
}
.article-detail .artdet-body p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: #221f1f;
    margin-bottom: 10px;
}
.article-detail .artdet-body > :first-child {
    margin-top: 0;
}

.article-detail .artdet-body ul {
    list-style: none;
    padding: 0;
    margin: 10px 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    color: #221f1f;
}
.article-detail .artdet-body ul:last-child {
    margin-bottom: 0;
}
.article-detail .artdet-body ul > li {
    padding: 2px 0 2px 20px;
    margin: 0px 0px 5px 0px;
    position: relative;
}
.article-detail .artdet-body ul > li::before {
    content: '\f0c8';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    color: #ffb503;
    position: absolute;
    top: 6px;
    left: 0;
}
.article-detail .artdet-body ul > li:last-child {
    margin-bottom: 0;
}
.article-detail .artdet-body ul > li b {
    font-weight: 700;
}

.article-detail .artdet-body ol {
    list-style: decimal;
    padding: 0px 0px 0px 20px;
    margin: 10px 0px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    color: #221f1f;
}
.article-detail .artdet-body ol > li {
    list-style: inherit;
    padding-left: 5px;
}
.article-detail .artdet-body ol > li b {
    font-weight: 700;
}



.blog-details-bottom {
    width: 100%;
    height: auto;
    border-top: 2px solid #e9e9e9;
    padding: 40px 0px;
}
.blog-details-bottom .backBtn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    color: #221f1f;
    transition: 0.5s;
}
.blog-details-bottom .backBtn i {
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: #000000;
    background-color: #ffc107;
    border-radius: 7px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}
.blog-details-bottom .backBtn:hover {
    color: #ffc107;
}
.blog-details-bottom .backBtn:hover i {
    color: #ffffff;
    background-color: #000000;
}
/* Blog detail page :end */

/* testimonials page :start */
.testimonials-list-wrap {
    width: 100%;
    height: auto;
}
.testimonials-list-wrap .testimonial-block .testext p {
    -webkit-line-clamp: none;
}
/* testimonials page :end */

/* Accreditations page :start */
.accred-logos {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.accred-logos li {
    width: auto;
    max-width: 220px;
    height: auto;
    max-height: 100px;
}
.accred-logos li img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
/* Accreditations page :end */

/* Customer portal page :start */
.customerportal-page {
    padding: 80px 0px 130px;
}

.steps-block {
    width: 100%;
    height: 100%;
    border: 1px solid #cccccc;
    border-radius: 30px;
    padding: 25px 20px;
    display: flex;
    gap: 10px;
}
.steps-block .sbnum {
    flex-grow: 0;
    flex-shrink: 0;
    width: 80px;
}
.steps-block .sbnum h6 {
    font-size: 60px;
    font-weight: 700;
    line-height: 0.8;
    color: #ffc107;
    margin-bottom: 0;
}
.steps-block .sbtxt {}
.steps-block .sbtxt h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #221f1f;
    margin-bottom: 12px;
}
.steps-block .sbtxt p {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    color: #221f1f;
    margin-bottom: 5px;
}


.portal-section {
    width: 100%;
    height: auto;
}
.portal-section .porsec-inner {
    width: 100%;
    height: auto;
    background-color: #221f1f;
    background-image: url('../images/v2/portal-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    border-radius: 30px;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 15px;
}
.portal-section .porsec-inner .psinner-left {
    width: 300px;
    height: auto;
    border-radius: 24px;
    overflow: hidden;
}
.portal-section .porsec-inner .psinner-left img {
    width: 100%;
    height: auto;
}
.portal-section .porsec-inner .psinner-right {
    padding: 10px 10px;
}
.portal-section .porsec-inner .psinner-right .loginBtnn {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
    background-color: #ffc107;
    border: 1px solid #ffc107;
    border-radius: 8px;
    padding: 12px 38px;
    display: inline-flex;
    justify-content: center;
    align-items: stretch;
    transition: 0.5s;
}
.portal-section .porsec-inner .psinner-right .loginBtnn:hover {
    color: #ffffff;
    background-color: #221f1f;
    border-color: #221f1f;
}
/* Customer portal page :end */

/* Contact us page :start */
.getintouch-section {
    width: 100%;
    height: auto;
    background-color: #ffc107;
}
.getintouch-section .btnn-submit {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffffff;
    background-color: #000000;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: stretch;
    transition: 0.5s;
    padding: 14px 30px;
    text-transform: uppercase;
}
.getintouch-section .btnn-submit:hover {
    color: #ffffff;
    background-color: #525252;
}
/* Contact us page :end */

/* yesno-block :start */
.yesno-block {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    border-radius: 25px;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.yesno-block .ynb-header {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    gap: 12px;
}
.yesno-block .ynb-header .ynhead-image {
    flex-grow: 0;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background-color: #f4bb21;
    border-radius: 100%;
    padding: 10px 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.yesno-block .ynb-header .ynhead-text h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #343a40;
    margin-bottom: 7px;
}
.yesno-block .ynb-header .ynhead-text p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #606060;
    margin-bottom: 0;
}
.yesno-block .ynb-body {
    width: 100%;
    height: auto;
    display: flex;
    gap: 12px;
    margin-top: 24px;
}
.yesno-block .ynb-body .ynbody-col {
    width: calc(50% - 6px);
}
.yesno-block .ynb-body .ynbody-col h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #606060;
    margin-bottom: 5px;
}
.yesno-block .ynb-body .ynbody-col h4 b {
    font-weight: 700;
}
.yesno-block .ynb-body .ynbody-col p {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    color: #606060;
    margin-bottom: 15px;
}
.yesno-block .ynb-body .ynbody-col ul {
    font-size: 16px;
}
.yesno-block .ynb-bottom {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 15px;
    margin-top: auto;
}
/* yesno-block :end */