@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*   font-family: "Mona Sans", sans-serif;
     font-family: "Poppins", sans-serif;
 */

.customHeader {
    padding: 15px 10%;
    position: fixed;
    transition: 0.8s all;
    border-bottom: 1px solid rgb(105 106 109 / 16%);
    width: 100%;
    z-index: 11;
    background: #00000000;
    backdrop-filter: blur(15px);
}

.customHeader.fixed {
    position: fixed;
    width: 100%;
    z-index: 111;
    background: #fff;
    box-shadow: 0px 3px 5px 3px #0000000f;
}

.customHeader .navbar img {
    max-width: 200px;
}

.customHeader .navbar-nav {
    margin-left: auto;
    margin-right: unset !important;
    gap: 30px;
}

.customHeader .navbar-nav a {
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-family: "Mona Sans", sans-serif;
    text-transform: capitalize;
    padding: 0px !important;
    letter-spacing: 0.5px;
    background: transparent;
    font-size: 14px;
    position: relative;
    font-weight: 500;
}

.customHeader a.navbar-brand {
    padding: 0px;
}

.customHeader nav {
    padding: 0px;
}

.video-bg {
    position: relative;
    height: 100vh;
}

.video-bg video {
    width: 100%;
    height: 100%;
}

.video-bg::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, transparent 20%, #00000059 80%);
    pointer-events: none;
}

.videoContent {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: fit-content;
    padding: 110px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 100px;
}

.videoContent h5 {
    margin: 0px;
    color: #fff;
    font-family: 'Mona Sans';
    font-size: 80px;
    line-height: 1.3;
    letter-spacing: -3px;
    font-weight: 500;
    max-width: 75%;
}

.videoContent .videoLogoIcon {
    max-width: 100%;
    /* position: absolute; */
    margin-right: auto;
}

.videoContent .videoLogoIcon img {
    width: 100%;
}

.Custompending {
    padding: 50px 0px;
}

.aboutUsContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.desc p,
.aboutUsContent ul li {
    margin: 0px;
    font-size: 14px;
    line-height: 32px;
    color: #434343;
    font-weight: 400;
    font-family: 'Poppins';
}

.aboutUsSecTitle h2 {
    margin: 0px;
    font-size: 16px;
    font-family: 'Mona Sans';
    font-weight: 700;
    color: #f58634;
}

.aboutUsSecTitle {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.aboutUsSecTitle h5 {
    margin: 0px;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Mona Sans';
    color: #000000;
    line-height: 50px;
}

.aboutUsSec {
    position: relative;
    padding-bottom: 0px;
}

.aboutUsSec .bgImg {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    max-width: 30%;
    z-index: -1;
    opacity: 0.3;
}

.aboutUsSec .bgImg img {
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.aboutUsWrapper {
    display: grid;
    grid-template-columns: 35% auto;
    gap: 62px;
    align-items: center;
}

.aboutUsWrapper .aboutUsImg img {
    width: 100%;
}

.aboutUsImg {
    position: relative;
}

.aboutUsImg:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: linear-gradient(0deg, White, transparent, transparent, White); */
}

.Btn-Group a {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    width: fit-content;
    text-decoration: unset;
    font-size: 16px;
    font-family: 'Mona Sans';
    color: #666;
    border: 1px solid #0000000f;
    border-radius: 100px;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    transition: 1s ease-in-out;
}

.Btn-Group a i {
    color: #666;
    font-size: 18px;
    transition: 1s ease-in-out;
}

.Btn-Group a:before {
    z-index: -1;
    content: '';
    width: 0%;
    background: #f58634;
    position: absolute;
    height: 100%;
    left: 0;
    transition: 1s ease-in-out;
    opacity: 0;
}

.Btn-Group a:hover:before {
    width: 100%;
    opacity: 1;
}

.Btn-Group a:hover,
.Btn-Group a:hover i {
    color: #fff;
}

.Btn-Group a:hover {
    gap: 25px;
}

.Btn-Group {
    padding-top: 15px;
}

.aboutUsImg .ExperienceSec {
    position: absolute;
    padding: 0px 32px;
    bottom: -20px;
    left: 50%;
    height: fit-content;
    transform: translate(-50%, 0px);
    width: 100%;
    display: flex;
    align-items: center;
    gap: 35px;
}

.aboutUsImg .ExperienceSec h5 {
    position: relative;
}

.aboutUsImg .ExperienceSec h5 span {
    font-size: 100px;
    color: #ff5900;
    font-family: 'Mona Sans';
    font-weight: bolder;
    margin: 0px;
    text-align: left;
    position: relative;
    background: linear-gradient(0deg, #ff5900, #e8b594);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aboutUsImg .ExperienceSec p {
    margin: 0px;
    font-size: 35px;
    color: #ff5900;
    font-weight: 700;
}

.aboutUsImg .ExperienceSec h5 sup {
    font-size: 60px;
    right: -20px;
    height: 30px;
    position: absolute;
    top: unset;
    color: #ff5900;
}

.counterGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /* padding: 30px; */
    /* background: #ff5900;
    border-radius: 24px; */
}

.counterItem {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0px;
    position: relative;
}

.counterItem .counterContent {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.counterItem .counterContent h5 {
    margin: 0px;
    font-size: 18px;
    font-weight: 800;
    font-family: 'Mona Sans';
    color: #393637;
}

.counterItem .counterContent span {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Poppins';
    color: #222;
    line-height: normal;
}

.counterItem:nth-child(1)::before,
.counterItem:nth-child(2)::before,
.counterItem:nth-child(3)::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #22222214;
    position: absolute;
    right: 0;
}

.counterItem .counterIcon {
    /* width: 70px; */
    /* height: 70px; */
    /* background: #271d6c2e; */
    padding: 15px;
    margin: auto;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counterItem .counterIcon img {
    width: 100%;
    max-width: 45px;
    filter: brightness(0) saturate(100%) invert(58%) sepia(98%) saturate(1270%) hue-rotate(337deg) brightness(99%) contrast(93%);
}

.counterSec {
    padding: 50px 0px;
}

.whychooesUsWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: #f4f4f4;
}

.whychooesUsWrapper .whychooesUsImg {
    position: relative;
}

.whychooesUsWrapper .whychooesUsImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whychooesUsWrapper .whychooesUsContentWrapper {
    display: flex;
    padding: 70px 50px;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    gap: 20px;
    padding-right: 200px;
}

.whychooesUsWrapper .whychooesUsContentWrapper .SecTitle {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.whychooesUsWrapper .whychooesUsContentWrapper .SecTitle h5 {
    margin: 0px;
    font-size: 35px;
    font-family: 'Mona Sans';
    color: #271d6c;
    line-height: 50px;
    font-weight: 800;
}

.whychooesUsWrapper .whychooesUsContentWrapper .SecTitle p {
    margin: 0px;
    color: #444;
    font-size: 16px;
    font-family: poppins;
    line-height: 32px;
    font-weight: 400;
}

.whychooesUsGrid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    position: relative;
}

.whychooesUsItem {
    padding: 20px;
    background: #fff;
    border: 1px solid #4444441c;
    border-radius: 12px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    align-items: center;
}

.whychooesUsItem .whychooesUsContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.whychooesUsItem .whychooesUsContent h5 {
    margin: 0px;
    color: #fff;
    font-size: 18px;
    font-family: 'Mona Sans';
    font-weight: 600;
}

.whychooesUsItem .whychooesUsContent p {
    margin: 0px;
    color: #bcbacf;
    font-weight: 400;
    line-height: 30px;
    font-size: 16px;
    font-family: 'Mona Sans';
}

.whychooesUsItem .whychooesUsIcon {
    width: 60px;
    padding: 12px;
    height: 60px;
    border: 1px solid #f58634;
    border-radius: 6px;
    background: #f58634;
}

.whychooesUsItem .whychooesUsIcon img {
    width: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(241deg) brightness(100%) contrast(104%);
}

.whychooesUsWrapper .whychooesUsImg:before {
    /* content: ''; */
    /* width: 10%; */
    height: 100%;
    /* background: linear-gradient(-90deg, #f4f4f4, transparent); */
    /* position: absolute; */
    /* right: 0; */
}

.bgGrey {
    background: #f4f4f4;
}

.secTitle h2 {
    text-align: center;
    margin: 0px;
    font-size: 35px;
    font-weight: 800;
    font-family: 'Mona Sans';
    color: #000;
    line-height: 50px;
}

.secTitle {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    max-width: 65%;
    margin: 0px auto 50px;
}

.whychooesUsNewGrid {
    display: grid;
    grid-template-columns: auto 40% auto;
    align-items: center;
    max-width: 100%;
    margin: auto;
    gap: 55px;
    padding-top: 30px;
}

.whychooesUsNewItem ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.whychooesUsNewItem {
    height: 100%;
}

.whychooesUsNewItem li {
    font-weight: 600;
    font-family: 'Poppins';
    color: #000;
    font-size: 18px;
    line-height: 36px;
    display: flex;
    align-items: center;
    gap: 25px;
}

.whychooesUsNewItem:nth-child(2) {
    text-align: center;
}

.whychooesUsNewItem:nth-child(2) .whyChooesImg {
    background: #39316600;
    border-radius: 100%;
    padding: 40px;
    border: 2px dashed #ff5900;
    border-radius: 100%;
    width: 100%;
    margin: auto;
    max-width: 95%;
    position: relative;
}

.whychooesUsNewItem:nth-child(2) .whyChooesImg img {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    filter: drop-shadow(5px 5px 10px #0000000d);
}

.whychooesUsNewItem li img {
    max-width: 70px;
    filter: brightness(0) saturate(100%) invert(58%) sepia(98%) saturate(1270%) hue-rotate(337deg) brightness(99%) contrast(93%);
}

.secTitle p {
    margin: 0px;
    color: #000;
    font-size: 16px;
    font-family: poppins;
    line-height: 27px;
}

.productGridWrapper {
    display: flex;
    flex-direction: column;
    gap: 55px;
}

.productGrid,
.productSmallGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 55px;
}

.productItem {
    /* border: 1px solid #22222203; */
    /* border-radius: 12px; */
    /* overflow: hidden; */
    position: relative;
}

.productItem .productImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productItem .productContent {
    padding: 15px;
    position: absolute;
    bottom: 0px;
    background: #f48534;
    left: 0;
}

.firstProduct .productContent {
    clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
    width: 84%;
    display: flex;
    justify-content: center;
}

.secondProduct .productContent {
    width: calc(100% + 2px);
    left: -73px;
    padding-left: 30px;
    clip-path: polygon(2.7% 0%, 100% 0%, 97.3% 100%, 0% 100%);
    display: flex;
    justify-content: center;
}

.ThirdProduct .productContent {
    width: calc(100% + 56px);
    left: -56px;
    padding-left: 30px;
    clip-path: polygon(2.7% 0%, 100% 0%, 100% 100%, 0% 100%);
    display: flex;
    justify-content: center;
}

.FourProduct .productContent {
    width: calc(100% + 57px);
    left: 0px;
    padding-left: 30px;
    clip-path: polygon(0 0, 97.5% 0, 100% 100%, 0 100%);
    display: flex;
    justify-content: center;
}

.FiveProduct .productContent {
    width: calc(100% - -3px);
    left: 67px;
    padding-left: 30px;
    clip-path: polygon(0 0, 97.2% 0, 100% 100%, 2.8% 100%);
    display: flex;
    justify-content: center;
}

.SixProduct .productContent {
    width: calc(100% + -100px);
    left: 100px;
    padding-left: 30px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 2.8% 100%);
    display: flex;
    justify-content: center;
}


.productItem .productContent h5 {
    margin: 0px;
}

.productImage {
    position: relative;
    /* border-radius: 12px; */
    /* overflow: hidden; */
}

.productImage span {
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    font-family: 'Mona Sans';
    padding: 6px 12px;
    background: #ffffff33;
}

.productContent h5 {
    font-size: 18px !important;
    font-weight: 700;
    color: #000;
    font-family: 'Mona Sans';
    width: fit-content;
}

.productGrid {
    grid-template-columns: 1fr 45%;
    align-items: end;
}

.productSmallGrid {
    grid-template-columns: 45% 1fr;
    align-items: flex-end;
}

.productSec .Btn-Group {
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whychooesUsContentWrapper ul {
    padding: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0px;
}

.whychooesUsContentWrapper ul li {
    font-size: 15px !important;
    z-index: 1;
    font-weight: 600;
    font-family: 'Poppins';
    color: #000;
    display: flex;
    align-items: baseline;
    gap: 15px;
    line-height: 32px;
    padding: 0px;
}

.ContactUsAddress ul li:nth-child(2) {
    padding: 15px 0px;
    border-top: 1px solid #0000001a;
    border-bottom: 1px solid #0000001a;
}

.whychooesUsContentWrapper ul li i {
    color: #000000;
    font-size: 18px;
    display: none;
}

.whychooesUsContentWrapper ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #271d6c;
}

.clientGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.clientItem img {
    width: 100%;
    max-width: min-content;
    filter: grayscale(1);
    object-fit: scale-down;
    transition: 0.8s all;
}

.clientItem {
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 1px solid #0000000f;
    padding: 20px;
    box-shadow: 1px 8px 8px 6px #0000000f;
    border-radius: 12px;
    transition: 0.8s all;
}

.clientGrid .clientItem:nth-last-child(4) {
    grid-column: 2/2;
}

.clientItem:hover img {
    filter: unset;
}


.footer-common .footer,
.footer-section-s1 .footer {
    display: grid;
    border-top: 1px dashed #2C2E34;
    grid-template-columns: 40% 1fr;
    gap: 40px;
    padding-bottom: 50px;
}



.footerLogoSec .footerLogo {
    margin: 0px;
}

.footerLogoSec .footerAddressMain ul {
    display: flex;
    gap: 50px;
    margin: 0px;
    padding: 0px;
    justify-content: space-between;
}

.footerLogoSec .footerAddressMain ul li p {
    margin: 0px !important;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.footerLogoSec .footerAddressMain ul li {
    align-items: center;
    gap: 20px;
    display: grid !important;
    grid-template-columns: auto 1fr;
}

.footerLogoSec .footerAddressMain ul li span {
    border-radius: 100px;
    position: unset;
    background: #ffffff30;
    border: 1px solid #7273764a;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .footerLogoSec .footerAddressMain ul li p br {
    display: none;
} */

.footerLogoSec .footerAddressMain ul li span i {
    color: #f58634;
    font-size: 22px;
}

.footerLogoSec .footerAddressMain ul li p a,
.footerLogoSec .footerAddressMain ul li p {
    line-height: 32px;
    color: #000;
    font-weight: 700;
    font-family: 'Mona Sans';
    letter-spacing: 0.5px;
    font-size: 14px;
    text-decoration: unset;
}

.footerNewContainer .item,
.contact-right {
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;

}

.footerLogoSec {
    background: #fff;
    padding: 30px 10%;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    border-top: 2px solid #000000;
}

.footer-section-s1 .item ul,
.lower-footer-wrap ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0px;
    list-style: none;
    margin: 0px;
}

.footer-section-s1 .item:first-child ul li {
    display: flex;
    align-items: center;
}

.footer-section-s1 .item:first-child ul li {
    padding: 0px;
}

.footerNewContainer .item:nth-child(2) {
    max-width: 100%;
    padding: 0px;
    /* padding-right: 40px; */
}

.footerNewContainer .item:nth-child(2) ul li {
    padding: 0px;
}

.footerNewContainer .item:first-child:before,
.footerNewContainer .item:nth-child(2):before {
    content: '';
    width: 1px;
    height: 100%;
    background: linear-gradient(45deg, transparent, #ffffff1c, transparent);
    position: absolute;
    right: 0;
}

.footer-common .item ul li a:hover {
    color: #f58634;
    opacity: 1;
}


.footerNewContainer {
    background: #000000;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
    padding-top: 50px;
}

.footerLogo {
    margin-bottom: 20px;
}

.footerLogo img {
    max-width: 250px;
}

.footerNewContainer .footerAddressMain ul li span {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    font-size: 24px;
    position: relative;
    top: 8px;
    border-radius: 100px;
    color: #002d82;
}

.footerNewContainer .item:first-child,
.footer-section-s1 .item:first-child {
    width: 100%;
    border: none;
    max-width: 100%;
    padding-right: 0px;
    position: relative;
}

.footerNewContainer .footer,
.footer-section-s1 .footer {
    border: none;
}

.footerNewContainer .item:nth-child(2),
.footer-section-s1 .item:nth-child(2) {
    padding-left: 30px;
}

.footerNewContainer .item:last-child,
.footer-section-s1 .item:last-child {
    max-width: 400px;
}

.footerNewContainer .contact-form .input-item {
    margin-bottom: 10px;
}

.footerNewContainer .contact-form .input-item.margin-bottom {
    margin-bottom: 4px;
}

.footerNewContainer .contact-right .title h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #FFF;
}

.footerNewContainer .title,
.footer-section-s1 .title {
    color: #f58634;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Mona Sans';
    margin: 0px;
}

.footerNewContainer .contact-form .input-item .fild {
    line-height: 24px;
    width: 100%;
    padding: 8px 20px;
    resize: vertical;
    color: #666;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    outline: none;
    background: rgba(255, 255, 255, .8);
}

.footerNewContainer .footerAddressMain ul li p {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    font-family: "Satoshi";
}

.footer ul li a,
.lower-footer-wrap ul li a {
    text-decoration: unset;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Mona Sans';
    margin: 0px;
    opacity: .8;
    letter-spacing: 0.5px;
}

.footerLogoSec .footerAddressMain ul li p a {
    line-height: 1.5;
}


.footer-section-s1 .footer-lower .row {
    border-top: 1px solid #ffffff17;
    padding: 25px 15px;
}

.footer-section-s1 .footer-lower p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    margin: 0;
    font-family: 'poppins';
}

.customHeader.fixed a.nav-link {
    color: #000;
}

.ctaSec {
    padding: 50px 0px;
    position: relative;
}

.whychooesUsNew .ctaContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ctaSec .ctaContent {
    display: flex;
    flex-direction: column;
    gap: 4px;
    position: relative;
}

.ctaSec .ctaContent h5 {
    margin: 0px;
    font-size: 32px;
    font-weight: 800;
    font-family: 'Mona Sans';
    color: #fff;
    line-height: 50px;
}

.ctaSec .ctaContent p {
    margin: 0px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}


.customizedServiceMain {
    padding: 0px;
    overflow: hidden;
    background-size: cover;
}

.customizedServiceLeft {
    width: 100%;
    background: url('../images/service_bg.png') no-repeat;
    background-size: cover;
    padding: 40px 20% 40px calc(50vw - 75%);
    height: 100%;
    display: flex;
    align-items: center;
}

.customizedServiceLeftItems {
    width: 95%;
    height: auto;
    padding: 0px;
    margin: 0px;
}

.customizedServiceLeftTitle {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.customizedServiceLeftTitle h2 {
    position: relative;
    width: fit-content;
    font-size: 25px;
    font-weight: 700;
    font-family: 'Mona Sans';
    color: #f48535;
    line-height: 40px;
    margin: 0px;
}

.customizedServiceLeftTitle p {
    margin: 0px;
    font-weight: 400;
    font-family: 'Poppins';
    color: #fff;
    font-size: 14px;
    line-height: 32px;
}

.customizedServiceImg {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}

.customizedServiceImg img {
    width: 100%;
    height: auto;
}

.customizedServiceLeftItems .theme-btn-s2 {
    background: #FFF;
    color: #3e4095;
}

.customizedServiceLeftItems .theme-btn-s2::after {
    background: #3e4095;
    color: #FFF;
    border: solid 36px #FFF;
}

.customizedServiceLeftItems .theme-btn-s2::before {
    color: #3e4095;
}

.customizedServiceLeftItems .Btn-Group {
    padding: 0px;
}

.customizedServiceLeftItems .Btn-Group a {
    background: #f48535;
    color: #fff;
}

.customizedServiceLeftItems .Btn-Group a:hover,
.customizedServiceLeftItems .Btn-Group a:hover i {
    color: #ff5900;
}



.ProductSwiperWrapper {
    margin-left: auto;
    width: calc(100% - 269px);
}

.arrowWrapper {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    left: 130px;
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
}

.arrowWrapper .swiper-button-next,
.arrowWrapper .swiper-button-prev {
    position: unset;
    margin: 0px;
    width: 60px;
    height: 60px;
    background: #f58634;
    border-radius: 10px;
}

.ProductSwiperWrapper .arrowWrapper {
    bottom: 1px;
    left: unset;
    right: unset;
    padding: 0px;
}

.ProductSwiperWrapper .arrowWrapper .swiper-button-next,
.ProductSwiperWrapper .arrowWrapper .swiper-button-prev {
    border-radius: 0px;
    background: transparent;
    border: 1px solid #2222;
}

.ProductSwiperWrapper .arrowWrapper .swiper-button-next::after,
.ProductSwiperWrapper .arrowWrapper .swiper-button-prev::after {
    color: #222;
    font-weight: 800;
    font-size: 14px;
}

.productContent .rightArrow {
    position: absolute;
    right: 0;
    background: #383535;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 20px;
    transform: translate(100%, 0px);
    transition: 0.8s all;
}

.productContent .rightArrow img {
    max-width: 40px;
}

.productWrapper:hover .rightArrow {
    transform: translate(0px, 0px);
}

.ProductSwiperWrapper .ProductSwiper {
    padding: 0px 0px 80px;
}

.whychooesUsNewItem:nth-child(2) .whyChooesImg::before {
    content: '';
    width: 70%;
    position: absolute;
    height: 70%;
    background: #f5863452;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    animation: bigRipple 2s infinite;
    margin-top: -35%;
    margin-left: -35%;
}

/* animation */
@keyframes bigRipple {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}


.LogoHide {
    display: none;
}

.customHeader.fixed img.LogoHide {
    display: block;
}

.customHeader.fixed .LogoShow {
    display: none;
}

.countWrapepr {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.desc h6 {
    margin: 0px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Mona Sans';
    color: #222;
    line-height: 50px;
}

.Location iframe {
    width: 100%;
    max-height: 200px;
}

.footerNewContainer .item:last-child,
.footer-section-s1 .item:last-child {
    max-width: 100%;
}

.Location {
    line-height: 0;
    border-radius: 12px;
    overflow: hidden;
}

.lower-footer-wrap ul {
    display: flex;
}

.footer-section-s1 .BottomLinks {
    display: grid;
    grid-template-columns: 1fr auto;
}

.socialIcon li {
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
}

.socialIcon li a:hover i {
    color: #f58634;
}

.socialIcon li a i {
    font-size: 18px;
    transition: 0.8s all;
}

.footerNewContainer .item:last-child:before {
    display: none;
}

/* .logo-slider-wrapper {
    height: 150px;
}

.logo-slider {
    overflow: hidden;
    position: relative;
    height: 100%;
}

.logo-slider .swiper-slide {
    position: relative;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: 1px solid #f4f4f4;
    border-radius: 20px;
    background: #f4f4f4;
    transform: scale(0.9);
}



.logo-slider .swiper-slide img {
    max-width: 100% !important;
    height: auto;
}



.text-slider-box {
    position: relative;
    margin: auto;
    padding: 0px 15px;
}

.text-slider-area .text-slider {
    background: #fff;
}

.text-slider-area .text-slider-item .title {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 90px;
    font-weight: 600;
    line-height: 2.11;
    color: #ffffff;
    margin: 0px;
    font-family: 'DM Sans';
    letter-spacing: 0.5px;
}

.text-slider-area .text-slider-item .title img {
    margin-left: 80px;
    margin-right: 80px;
    width: 92px;
}

.text-slider-area .text-slider-active .swiper-slide,
.text-slider-area .text-slider-Riverse .swiper-slide {
    width: auto;
    border: 1px solid #00000021;
    margin: 0px 10px;
    border-radius: 12px;
    overflow: hidden;
    padding: 15px;
    filter: grayscale(1);
}

.text-slider-area {
    overflow: hidden;
    position: relative;
}


.base-template__wrapper {
	max-width: 100dvw;
	padding-bottom: 50px;
} */

/**
 * Slider Instance
 */

/* .swiper {
	width: 100%;
}

.swiper-wrapper {
	transition-timing-function: linear !important;
}

.swiper-slide {
	height: auto !important;
} */

.horizontal-ticker {
    margin: 0 -20px;
    display: flex;
    flex-direction: column;
    row-gap: 2.85vw;
}

@media screen and (max-width: 767.9px) {
    .horizontal-ticker {
        row-gap: 15px;
    }
}

/**
 * Slider Slides
 */

.horizontal-ticker__slide {
    position: relative;
    width: 10vw;
    aspect-ratio: 300 / 205;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #00000014;
    background: #fff;
}

@media screen and (max-width: 767.9px) {
    .horizontal-ticker__slide {
        width: 150px;
    }
}

.horizontal-ticker__slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    transition: opacity 0.6s ease-out;
    filter: grayscale(1);
    max-width: 50%;
    margin: auto;
    transition: 0.8s all;
}

/* .horizontal-ticker__slide img:last-child {
	position: absolute;
	inset: 0;
	opacity: 0;
} */

@media (hover: hover) and (pointer: fine) {
    .horizontal-ticker__slide:hover img:last-child {
        opacity: 1;
    }
}

div#horizontal-ticker-ltr {
    padding: 20px 0px;
}

footer.footer-common.footer-section-s1 {
    background: #f4f4f4;
}

.ProductGrid {
    display: flex;
    flex-direction: column;
    gap: 30px;
    border-radius: 12px;
    overflow: hidden;
    margin: 0px 15px;
}

.productFirstItem {
    display: flex;
    overflow: hidden;
}

.productFirstItem .productItem:nth-child(2) .productImage {
    transform: scale(1.3);
}

.productFirstItem .productItem .productImage {
    transform: scale(1.2);
}

.horizontal-ticker__slide img:hover {
    filter: unset;
}

.testimonial-sync {
    margin: auto;
    text-align: center;
    overflow: hidden;
}

.testimonial-text-slider {
    padding-bottom: 90px;
    padding-top: 0px;
}

.client-box img {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 1px solid #2222;
    object-fit: scale-down;
}

.client-box h4 {
    text-align: left;
    margin: 0px;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Mona Sans';
    color: #393637;
    line-height: 50px;
}

.client-box span {
    color: gray;
    font-size: 14px;
}

.testimonial-text-Wrapper ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    gap: 6px;
    justify-content: center;
}

.testimonial-text-Wrapper ul img {
    width: 100%;
    height: 100%;
    max-width: 24px;
    filter: brightness(0) saturate(100%) invert(82%) sepia(73%) saturate(3380%) hue-rotate(331deg) brightness(102%) contrast(108%);
}

.testimonial-text-Wrapper .desc {
    padding: 32px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 22px;
    border-radius: 12px;
    border: 1px solid #2222;
}

.testimonial-text-Wrapper .desc p {
    font-size: 14px;
    line-height: 32px;
}

.client-box {
    display: grid;
    grid-template-columns: auto;
    align-items: center;
    width: fit-content;
    margin: auto;
}

.testimonial-text-Wrapper .desc h4 {
    margin: 0px;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Mona Sans';
    color: #000000;
}

.breadCrums {
    text-align: center;
    background: #3e3735;
    padding: 170px 0px 70px;
    border-bottom: 10px solid #696a6d;
    position: relative;
}

.breadCrums h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    font-family: 'Mona Sans';
    margin: 0px;
}

.area-lines {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}



.line-1 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(31 159 86);
    top: 0;
    left: calc(0% - 50px);
}

.line-2 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(105 106 109 / 16%);
    top: 0;
    left: calc(25% - 15px);
}

.line-3 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(105 106 109 / 16%);
    top: 0;
    left: calc(25% + 15px);
}

.line-4 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(105 106 109 / 16%);
    top: 0;
    left: calc(50% - 15px);
}

.line-5 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(105 106 109 / 16%);
    top: 0;
    left: calc(50% + 15px);
}

.line-6 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(105 106 109 / 16%);
    top: 0;
    left: calc(75% - 15px);
}

.line-7 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(105 106 109 / 16%);
    top: 0;
    left: calc(75% + 15px);
}

.line-8 {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background-color: rgb(31 159 86);
    top: 0;
    left: calc(100% + 50px);

}

.breadCrumsContent {
    position: relative;
}

.innerPage {
    overflow: hidden;
}

.innerPage .aboutUsWrapper {
    /* grid-template-columns: 1fr; */
    gap: 30px;
}

.innerPage .aboutUsSec {
    padding-bottom: 80px;
}

.desc {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.innerPage .aboutUsSec .aboutUsImg {
    /* display: grid; */
    /* grid-template-columns: 1fr 1fr 1fr; */
    /* gap: 25px; */
}

.shape2 {
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0 80%, 0 20%);
}


.shape1 {
    clip-path: polygon(0 0, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0 100%, 0 20%);
}

.shape3 {
    clip-path: polygon(20% 0, 100% 0, 100% 20%, 100% 80%, 100% 100%, 20% 100%, 0 80%, 0 20%);
}

.innerPage .counterSec {
    background: #f4f4f4;
}

.visionImg img {
    width: 100%;
}

.visionImg {
    margin-right: 20px;
    border-radius: 12px;
    overflow: hidden;
}

.VisionContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.aboutUsContent ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.aboutUsContent ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.aboutUsContent ul li img {
    max-width: 30px;
    filter: brightness(0) saturate(100%) invert(58%) sepia(98%) saturate(1270%) hue-rotate(337deg) brightness(99%) contrast(93%);
}

.TwoQualityPolicyGrid {
    padding: 40px 0px 0px;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0px;
    gap: 15px;
}

.TwoQualityPolicyGrid li img {
    max-width: 24px;
    filter: brightness(0) saturate(100%) invert(58%) sepia(98%) saturate(1270%) hue-rotate(337deg) brightness(99%) contrast(93%);
}

.TwoQualityPolicyGrid li {
    gap: 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 34px;
    color: #222;
    font-weight: 600;
    font-family: "Mona Sans", sans-serif;
    padding: 0px 15px 15px 15px;
    border-bottom: 1px solid #2222;
    height: -webkit-fill-available;
}

li.nav-item.dropdown:hover .ourproductmenu {
    display: block;
}


.ourproductmenu,
.ourproductmenu li .dropdown-menu {
    padding: 0px;
    border-radius: 12px;
    min-width: 300px;
}

.ourproductmenu a.dropdown-item {
    color: #000;
    white-space: normal;
    padding: 15px !important;
    letter-spacing: 0px;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}

.ourproductmenu.dropdown-menu li:last-child {
    border-bottom: 0px;
}

.ourproductmenu.dropdown-menu li:first-child a {
    border-radius: 10px 10px 0px 0px;
}

.ourproductmenu.dropdown-menu li:last-child a {
    border-radius: 0px 0px 10px 10px;
}

.ourproductmenu a.dropdown-item:hover {
    background: #f4f4f4;
}

.MainProductGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
}

.MainProductImage img {
    width: 100%;
}

.MainProductItem,
.VariousTypesProductItem {
    border-radius: 24px;
    overflow: hidden;
    background: #f48535;
    /* clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 80%, 100% 100%, 20% 100%, 0 100%, 0 10%); */
}

.MainProductContent h5,
.VariousTypesProductItem h5 {
    margin: 0px;
    padding: 25px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Mona Sans';
}

.MainProductImage {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #22222214;
}

.ContactUsGrid {
    display: grid;
    grid-template-columns: 1fr 30%;
    gap: 25px;
}

.ContactUsForm .inputGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ContactUsForm form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ContactUsForm form input,
.ContactUsForm form textarea {
    padding: 20px 25px;
    border-radius: 12px;
    border: 1px solid #2222;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Mona Sans';
    color: #000;
}

.ContactUsForm form textarea {
    min-height: 120px;
}

.ContactUsForm form input::placeholder,
.ContactUsForm form textarea::placeholder {
    font-family: 'Mona Sans';
    color: #000;
}

.ContactUsFormTitle {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ContactUsFormTitle h5 {
    margin: 0px;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Mona Sans';
    color: #000;
}

.ContactUsFormTitle p {
    margin: 0px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Mona Sans';
    color: #444;
    line-height: 28px;
}

.ContactUsForm {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 32px;
    background: #f4f4f4;
    border-radius: 12px;
    border: 1px solid #2222;
}

.inputCaptchaGrid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 15px;
    align-items: center;
}

.ContactUsForm .submitbutton {
    padding: 15px 20px;
    border-radius: 12px;
    background: #f48635;
    color: #fff;
}

.ContactUsAddress {
    display: flex;
    flex-direction: column;
    gap: 25px;
    border-radius: 12px;
    border: 1px solid #2222;
    height: 100%;
    overflow: hidden;
}

.ContactUsAddress h5 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Mona Sans';
    color: #000;
    margin: 0px;
}

.ContactUsAddress ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-bottom: 35px;
    border-bottom: 1px solid #0000001a;
}

.ContactUsAddress ul li .AddressRighttext {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ContactUsAddress ul li .AddressRighttext h5 {
    font-size: 16px;
}

.ContactUsAddress ul li .AddressRighttext a {
    text-decoration: unset;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Mona Sans';
    color: #fff;
    margin: 0px;
    line-height: 32px;
}

.sociallDiv .socialIcon {
    padding: 0px;
    border: 0px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.sociallDiv .socialIcon li {
    padding: 0px !important;
    border: 0px !important;
    width: 45px;
    height: 45px;
    display: flex;
    background: #de7930;
    border-radius: 100px;
}

.sociallDiv {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sociallDiv .socialIcon li i {
    color: #fff;
    font-size: 16px;
}

.sociallDiv .socialIcon li:hover i {
    color: #000;
}

.ContactUsMapSec iframe {
    width: 100%;
    min-height: 500px;
}

.ContactUsMapSec {
    line-height: 0;
}

.OurVideosGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.OurVideosItem iframe {
    width: 100%;
}

.OurVideosSec .Btn-Group {
    padding-top: 45px;
    width: fit-content;
    margin: auto;
}

.productDetailsImg img {
    width: 100%;
    max-height: 700px;
    object-fit: scale-down;
    object-position: right;
}

.MainProductBanner {
    position: relative;
    padding: 170px 10% 100px;
    gap: 25px;
    position: relative;
    z-index: 1;
    background-size: cover;
}

.MainProductContentWrapper {
    position: relative;
    height: 100%;
    display: flex;
    /* align-items: baseline; */
    flex-direction: column;
    justify-content: center;
    z-index: 11;
    gap: 15px;
}

.MainProductBanner:before {
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, black, transparent);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
}

.MainProductContentWrapper h5 {
    margin: 0px;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Mona Sans';
    color: #fff;
    line-height: 50px;
}

.MainProductContentWrapper ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.MainProductContentWrapper ul li {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Mona Sans';
    color: #fff;
    line-height: 28px;
}

.MainProductContentWrapper ul li span {
    font-weight: 800;
    color: #f58634;
    font-size: 16px;
}

.MainProductDetailsContent {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.productDetailsTitle {
    margin: 0px;
    font-size: 32px;
    font-weight: 800;
    font-family: 'Mona Sans';
    color: #000;
    line-height: 44px;
}

.MainProductDetailsContent ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.MainProductDetailsContent ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    font-family: 'Poppins';
}

.MainProductDetailsContent ul li img {
    max-width: 18px;
    filter: brightness(0) saturate(100%) invert(58%) sepia(98%) saturate(1270%) hue-rotate(337deg) brightness(99%) contrast(93%);
}

.MainProductDetailsWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    align-items: center;
}

.MainProductDetailsImg img {
    width: 100%;
    max-height: 550px;
    object-fit: cover;
    min-height: 550px;
}

.MainProductDetailsImg {
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    z-index: 11;
}

.testimonial-text-slider .swiper-slide {
    transition: 0.8s all;
    /* margin: 0px 0px 0px  10px; */
}

.testimonial-text-slider .swiper-slide.swiper-slide-active {
    transform: scale(1.1);
}

.testimonial-text-Wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.my-carousel__actions {
    position: absolute;
    bottom: 10px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.my-carousel__control {
    display: inline-flex;
    border-radius: 100px;
    padding: 10px 20px;
    border: 1px solid #2222;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Mona Sans';
    box-shadow: unset !important;
}

.my-carousel__control:hover {
    cursor: pointer;
}

.contactDetailsWrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footerLogoSec .footerAddressMain ul li span img {
    max-width: 28px;
    filter: brightness(0) saturate(100%) invert(58%) sepia(98%) saturate(1270%) hue-rotate(337deg) brightness(99%) contrast(93%);
}

.MainProductDetailsMoreContentWrapper {
    background: #f4f4f4;
}

.MainProductDetailsMoreContentWrapper .MainProductDetailsWrapper {
    grid-template-columns: 1fr;
}

.OtherDetailsWrapper h5 {
    font-size: 18px;
    color: #ff5900;
}

.MainProductDetailsMoreContentWrapper .MainProductDetailsContent {
    gap: 25px;
}

.OtherDetailsWrapper .nav {
    border-radius: 100px;
    overflow: hidden;
    border: 1px solid #2222;
    width: fit-content;
    margin: 0px 0px 15px 0px;
    background: #fff;
}

.OtherDetailsWrapper .nav button {
    border: 0px;
    padding: 15px 20px;
    background: #fff;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Mona Sans';
    color: #000;
    /* border-radius: 100px; */
    position: relative;
    transition: 0.8s all;
}

.OtherDetailsWrapper .nav button.active {
    background: #f58634;
    border-radius: 100px;
}

.MainProductDetailsMoreContentWrapper ul {
    gap: 10px;
}

.MainProductDetailsMoreContentWrapper ul li {
    padding: 15px;
    background: #fff;
    border: 1px solid #00000014;
    border-radius: 12px;
}

.VariousTypesSec .VariousTypesProductGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px;
    padding: 25px 0px 0px;
}

.bgGrey {
    background-color: #f4f4f4;
}

.MainProductItem a,
.VariousTypesProductItem a {
    text-decoration: unset;
}

.customizedServiceLeftItems .Btn-Group a i {
    color: #fff;
}

@media (min-width: 992px) {
    .navbar-collapse {
        display: flex;
        flex-direction: column;
        width: fit-content;
    }

    .rightSide {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-bottom: 15px;
    }

    .rightSide ul {
        display: flex;
        gap: 15px;
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

    .rightSide ul li a {
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: unset;
        color: #fff;
        transition: all 0.3s ease-in-out;
        padding: 0px !important;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Poppins';
        text-transform: lowercase;
    }

    .rightSide ul li a i {
        color: #fff;
    }

    .customHeader .navbar-nav {
        padding-top: 15px;
        border-top: 1px solid #7d7d7d24;
        width: 100%;
        justify-content: flex-end;
    }

    .rightSide ul li:first-child {
        padding-right: 10px;
        border-right: 1px solid #ffffff1a;
    }

    .customHeader.fixed .rightSide a,
    .customHeader.fixed .rightSide a i {
        color: #f48535;
    }

    .customHeader.fixed .rightSide ul li:first-child {
        border-right: 1px solid #00000021;
    }
}

@media (max-width: 991px) {
    .rightSide {
        display: none;
    }
}

.arrowWrapper .swiper-button-next::after,
.arrowWrapper .swiper-button-prev::after {
    font-size: 20px;
    color: #000;
    font-weight: 800;
}

.youTubeIcon {
    position: absolute;
    width: 100px;
    height: 100px;
    background: #f58634;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    left: -40px;
    bottom: -40px;
    transition: 0.8s;
    z-index: 1;
    cursor: pointer;
}

/* icon */
.youTubeIcon i {
    font-size: 24px;
    color: #fff;
    transition: 0.8s all;
    z-index: 2;
}

/* ripple waves */
.youTubeIcon::before,
.youTubeIcon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #f58634;
    opacity: 0.4;
    z-index: -1;
    animation: ripple 2s infinite;
}

/* delay second wave */
.youTubeIcon::after {
    animation-delay: 1s;
}

/* animation */
@keyframes ripple {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.youTubeIcon:hover i {
    transform: scale(1.5);
}


.inqueryForm form {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: auto;
}

.inqueryForm form input,
.inqueryForm form textarea {
    padding: 15px !important;
    border: 1px solid #0000000f !important;
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    box-shadow: 0px 0px !important;
    background: #0000000f;
    outline: 0px !important;
    border-radius: 5px;
    font-weight: 800;
    font-family: 'Mona Sans';
}

.inqueryForm form input::placeholder,
.inqueryForm form textarea::placeholder {
    font-size: 14px;
    color: #222;
    font-weight: 600;
    font-family: 'Mona Sans';
}

.captchaGrid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 15px;
    align-items: center;
}

body .inqueryForm form input.submitbutton {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 25px !important;
    gap: 25px;
    border-radius: 6px;
    background: #f58634 !important;
    font-family: 'Mona Sans';
    font-size: 14px;
    font-weight: 500;
    color: #000 !important;
    width: 100%;
}

.submitbutton:hover {
    background: #ec3337;
    color: #fff !important;
}

.productItem .productImage img.showRealImg {
    position: absolute;
    left: 0;
    opacity: 0;
    transition: 0.8s all;
}

.productItem .productImage:hover .showSketchImg {
    opacity: 0;
    transition: 0.8s all;
}

.productItem .productImage:hover .showRealImg {
    opacity: 1;
}

.OtherDetailsWrapper table {
    border-radius: 10px;
    overflow: hidden;
}

.OtherDetailsWrapper table td {
    padding: 20px 25px;
    background: #fff;
    font-size: 14px;
    font-family: 'Mona Sans';
    font-weight: 600;
    border: 1px solid #2222;
}

.OtherDetailsWrapper table tr td:first-child {
    background: #f58634;
    color: #000;
}

.MainProductDetailsContent ul.oneGrid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}

.ComponentsProductGrid {
    padding: 40px 0px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}

.ComponentsProductItem img {
    width: 100%;
}

.ComponentsProductItem {
    border-radius: 12px;
    overflow: hidden;
}

.MainProductDetailsContent .desc h6 {
    line-height: normal;
}

.submitBtnWrapper {
    display: grid;
    grid-template-columns: 50% auto;
    gap: 15px;
}

.OtherDetailsWrapper .nav button:after {
    /* content: ''; */
    /* width: 1px; */
    /* height: 50%; */
    /* background: #dededf; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 50%; */
    /* transform: translate(0px, -50%); */
}

.OtherDetailsWrapper .nav button:first-child:after {
    display: none;
}

.bannerImg img {
    width: 100%;
}



.ContactUsAddressWrapper {
    display: grid;
    grid-template-columns: 35% auto auto;
    gap: 35px;
}

.ContactUsAddressItem {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding-right: 35px;
    position: relative;
}

.ContactUsAddressItem h5 {
    line-height: 28px;
    letter-spacing: 0.2px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Poppins';
    color: #de7930;
    margin: 0px;
}

.ContactUsAddressItem p {
    margin: 0px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Mona Sans';
    color: #000;
    line-height: 32px;
}

.ContactUsAddressItem a {
    text-decoration: unset;
    font-weight: 500;
    color: #000000;
    transition: 0.8s all;
    line-height: 28px;
    font-size: 14px;
    font-family: 'Mona Sans';
}

.ContactUsAddressItem .emailText {
    line-height: 33px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Mona Sans';
    color: #000000;
}

.ContactUsAddressItem:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #00000014;
    position: absolute;
    right: 0;
}

.ContactUsAddressItem:last-child {
    padding-right: 0px;
}

.ContactUsAddressItem:last-child::before {
    display: none;
}

.addressIcon img {
    width: 100%;
    max-width: 45px;
}

.addressIcon {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 25px;
}

.ContactUsAddress img {
    height: 100%;
    object-fit: cover;
}

.MainProductBanner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000087;
    backdrop-filter: blur(15px);
}

.MainProductbannerImgSlider {
    /* display: grid;
    grid-template-columns: 1fr 60%; */
    padding: 170px 10% 100px;
    gap: 25px;
    position: relative;
    z-index: 1;
}

.OneDetailsGrid {
    grid-template-columns: 1fr;
}

.MainProductDetailsImg  .arrowWrapper {
    left: 20px;
    bottom: 20px;
    gap: 10px;
}

.MainProductDetailsImg .arrowWrapper .swiper-button-next, .MainProductDetailsImg .arrowWrapper .swiper-button-prev {
    background: #000;
    width: 50px;
    height: 50px;
}

.MainProductDetailsImg .arrowWrapper .swiper-button-next::after, .MainProductDetailsImg .arrowWrapper .swiper-button-prev::after {
    color: #fff;
    font-size: 12px;
}

.ComponentsSec.Custompending.bgGrey ~ .inqueryForm {
    background: #fff;
}