@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');

body {
    margin: 0;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


html {
    scroll-behavior: smooth;
}

img {
    max-width: 100%;
}

p {
    margin-bottom: 0;
}

/* ul,
li {
    list-style: none;
} */

a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}


button {
    /* WebKit */
    -webkit-appearance: none;

    /* Mozilla */
    -moz-appearance: none;

    /* Opera */
    -o-appearance: none;

    /* Internet Explorer */
    -ms-appearance: none;

    /* CSS3 */
    appearance: none;
}

p {
    color: #515151;
    font-size: 16px;
}

/*=====header=====*/


/*header*/
header {
    top: 0;
    z-index: 2;
    width: 100%;
    position: sticky;
    background-color: #000;
}
.container-fluid {
    padding: 0px 125px;
}


header ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.FormobmenuHeader {
    display: none;
}

.headerMainWrapper {
    position: relative;
    padding: 0px 30px;
}

.headerMainWrapper::before {
    content: "";
    background-color: #013F79;
    height: 100%;
    width: calc(11% + 25px);
    position: absolute;
    left: 0;
    top: 0;
}

.HeaderMenutopsec {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin: 10px 0px 0px;
}

.ContactInfomain {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0px auto;
}

.ContactInfo .Icon {
    width: 25px;
    min-width: 25px;
    height: 25px;
    min-height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    border-radius: 50%;
    background-color: #013F79;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ContactInfo .Icon a {
    color: #fff;
    font-size: 14px;
}

.ContactInfo .Text a {
    color: #fff;
    font-size: 15px;
	white-space:nowrap;
}

.ContactInfo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.SocialIcon {
    display: flex;
    align-items: center;
    justify-content: right;
    column-gap: 10px;
}

.SocialIcon a {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    border-radius: 50%;
    /* background-color: #FEBD18; */
    color: #FEBD18;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.SocialIconparent {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    gap: 10px;
    text-transform: capitalize;
	white-space:nowrap;
}


.menuHeaderinner {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.menuHeaderinner .logoheader {
    max-width: 200px;
    min-width: 213px;
    min-height: 97.5px;
    overflow: hidden;
    position: relative;
    background-color: #013F79;
    transform: skewX(330deg);
    display: flex;
    align-items: center;
    padding-left: 15px;
}

.menuHeaderinner .logoheader a {
    max-width: 135px;
    display: block;
    transform: skewX(-330deg);
}


header nav ul.mainULnav {
    margin: 0px;
    padding: 0px;
}

header nav ul li {
    display: inline-block;
    position: relative;
    list-style: none;
}

header nav ul li a {
    font-weight: 500;
    font-size: 15px;
    color: #FEBD18;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    padding: 20px 15px;
}

header .sub-menu {
    /* border-radius: 4px; */
    /* box-shadow: 0 4px 7px 1px rgba(0, 0, 0, .3); */
    background-color: #fff;
    /* min-width: 171px; */
    position: absolute;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all ease .3s;
    top: calc(100% + 0px);
    width: auto;
    left: inherit;
    bottom: inherit;
	height:400px;
	overflow:auto;
}

header .sub-menu li {
    display: block;
}

header .sub-menu li a {
    font-size: 14px;
    font-weight: 500;
    color: #0d0d0d;
    padding: 0px;
    margin: 0;
    position: relative;
    display: block;
    text-transform: capitalize;
    min-height: auto;
    padding: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .10);
}

header .sub-menu li:last-child a {
    border: 0px;
}

.hamburgerMenuBtn {
    width: 35px;
    height: 35px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-list' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2.5 12a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5m0-4a.5.5 0 0 1 .5-.5h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5'/%3E%3C/svg%3E");
    background-size: 100% 100%;
    margin: 0;
    cursor: pointer;
    display: none;
}

.HeaderMenuRhs {
    display: flex;
    align-items: center;
    gap: 15px;
	justify-content:end;
}

.HeaderIconsDiv {
    display: flex;
    align-items: center;
    gap: 30px;
}

.HeaderMenuRhs a {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.LanguageDropdown ul li {
    position: relative;
}

.LanguageDropdown ul.LanguageSubMennu {
    border-radius: 4px;
    box-shadow: 0 4px 7px 1px rgba(0, 0, 0, .3);
    background-color: #fff;
    min-width: 98px;
    position: absolute;
    padding: 5px 0px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all ease .3s;
    top: calc(100% + 0px);
    width: auto;
    left: inherit;
    bottom: inherit
}

.LanguageDropdown ul li.LanguageDropdownLi:hover .LanguageSubMennu {
    opacity: 1;
    z-index: 2;
    visibility: visible;
}

.LanguageDropdown ul.LanguageSubMennu li a {
    padding: 2px 7px;
    display: block;
    font-size: 14px;
}


/*header*/
.menuOverlay {
    background-color: rgba(0, 0, 0, .35);
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    transition: all ease .3s;
    display: none;
}

body.sidebarMenuOpen .menuOverlay {
    display: block;
}


.headermenuparentwrapper {
    display: flex;
    flex-direction: column;
    width: calc(100% - 250px);
    min-width: calc(100% - 250px);
    margin-left: 40px;
}
.whatsapp-button-footer {
    color: #25D366;
    font-size: 24px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    position: fixed;
    bottom: 92px;
    right: -55px;
    z-index: 999;
}
.whatsapp-button-footer a {
    display: block;
    text-decoration: none;
}
.catalog_icon {
    right: 10px;
    bottom: 166px;
}
.whatsapp-button-footer.catalog_icon img {
   
    background: #013f79;
    border-radius: 50%;
    padding: 6px;
	width: 71px;
	object-fit:cover;
	
}
.whatsapp-button-footer img {
    width: 50%;
}

.cta {
    background-color: #013F79;
    color: #FEBD18 !important;
    border-radius: 4px;
    padding: 9px 25px;
    font-size: 15px;
    font-weight: 500;
   transition:0.5s
}
.cta:hover{
	 background-color: #013F79;
	color:#fff !important;
}
.fa-whatsapp{
	font-size:20px;
}


@media (min-width:1151px) {
    header .dropdownMenu .sub-menu {
        min-width: 240px;
        -webkit-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
        box-shadow: 0 10px 40px rgba(0, 0, 0, .20);
        /* border-top: 3px solid #f3d014; */
    }

    header .dropdownMenu:hover .sub-menu {
        opacity: 1;
        z-index: 2;
        visibility: visible;
    }

    /* 
    header .sub-menu li a:before{
    position: absolute;
    content: '';
    left: 18px;
    top: 24px;
    width: 0;
    height: 2px;
    background-color: transparent;
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;}
    header .sub-menu li:hover a:before {
        background-color: rgba(255,255,255,.50);
        width: 10px;
    } */
    header nav ul li a:hover {
        color: #fff;
    }

    header .sub-menu li a:hover {
        background-color: #0d0d0d;
        color: #fff;
    }


    .headermenuparent {
        display: flex;
        align-items: center;
        gap: 30px;
        justify-content: space-between;
    }

    li.dropdownMenu:after {
        content: "";
/*         background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FEBD18' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E"); */
        width: 16px;
        height: 16px;
        display: inline-flex;
        right: 15px;
        top: 4px;
        position: relative;
        transition: all .3s !important;

    }

    .headerrhscontent {
        margin: 0 auto;
    }

    .ContactInfomain .ContactInfo:not(:last-child) {
        border-right: 1px solid rgba(254, 189, 24, 0.31);
        padding-right: 10px;
    }
}






@media screen and (max-width:1199px) {
    header nav ul li a {
        font-size: 13px;
    }

    .ContactInfo .Text a,
    .SocialIconparent {
        font-size: 12px;
    }
}



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



    .hamburgerMenuBtn {
        display: block;
    }

    .headerrhscontent {
        position: fixed;
        right: -280px;
        bottom: 0;
        top: 0;
        z-index: 4;
        width: 280px;
        -webkit-transition: right .5s ease;
        transition: right .5s ease;
        background-color: #222;
        width: 280px;
    }

    body.sidebarMenuOpen .headerrhscontent {
        right: 0px;
    }


    /*for mobile*/
    .FormobmenuHeaderWrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 15px;
        border-bottom: 1px solid rgba(204, 204, 204, 0.4);
        position: relative;
        width: 100%;
    }


    .FormobmenuHeaderWrapper .logo {
        max-width: 90px;
    }

    .FormobmenuHeaderWrapper .logo img {
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        /* filter: brightness(0) invert(1); */

    }

    .FormobmenuHeader {
        display: block;
        width: 100%;
    }

    header nav ul li a:not(header ul.sub-menu li a),
    header.HeaderSticky nav ul li a:not(header.HeaderSticky ul.sub-menu li a) {
        color: #fff;
        padding: 10px 12px;
        width: 100%;
        font-weight: 500;
        border-bottom: 1px solid rgba(204, 204, 204, 0.4);
    }


    .headerrhs {
        display: none;
    }

    .headerrhscontent {
        flex-direction: column;
        justify-content: flex-start;
    }

    .closeIcon {
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-x-lg' viewBox='0 0 16 16'%3E%3Cpath d='M2.146 2.854a.5.5 0 1 1 .708-.708L8 7.293l5.146-5.147a.5.5 0 0 1 .708.708L8.707 8l5.147 5.146a.5.5 0 0 1-.708.708L8 8.707l-5.146 5.147a.5.5 0 0 1-.708-.708L7.293 8z'/%3E%3C/svg%3E");
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 15px;
        cursor: pointer;
        border: 0;
        background-color: transparent;
    }

    header nav ul li {
        width: 100%;
    }

    header nav ul .dropdownMenu span {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 15px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        right: 15px;
/*         background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E"); */
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 4;
        cursor: pointer;
        transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
    }

    header .sub-menu {
        opacity: 1;
        z-index: 1;
        visibility: visible;
        transition: none;
        top: 0;
        display: none;
        min-width: 100%;
        position: relative;
        box-shadow: none;
        padding: 0px;
    }

    header .sub-menu li a {
        padding: 10px 12px;
    }

    header .sub-menu li a:hover {
        color: #424242;
    }

    header nav {
        overflow-y: auto;
        height: calc(100% - 87px);
    }

    header nav::-webkit-scrollbar {
        display: none;
        width: 0px;
    }

    header nav ul li:last-child a:not(header ul.sub-menu li a),
    header.HeaderSticky nav ul li:last-child a:not(header.HeaderSticky ul.sub-menu li a) {
        border-bottom: 0px;
    }

    header nav ul .dropdownMenu span.hasSub.menuactve {
        transform: rotate(180deg);
    }

    .headerMainWrapper::before {
        display: none;
    }

    .menuHeaderinner .logoheader {
        background-color: #000;
        max-width: 140px;
        min-width: 140px;
        min-height: auto;
    }

    .ContactInfomain {
        display: none;
    }

    .headermenuparentwrapper {
        width: auto;
        min-width: auto;
    }

    .HeaderMenutopsec {
        justify-content: flex-end;
    }

    .HeaderIconsDiv {
        gap: 15px;
    }

    .cta {
        padding: 10px 12px;
        font-size: 12px !important;
        font-weight: 500;
    }

    .HeaderMenuRhs {
        margin: 10px 0px;
    }

    .headerMainWrapper {
        padding: 0px;
    }

    .SocialIconparent {
        font-size: 0px;
    }

    .HeaderMenuRhs .cta {
        display: none;
    }
}




/*=====header=====*/
/*=====heroSection=====*/
.hero-section {
    background-image: url('../images/banner.png');
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* display: flex; */
    align-items: center;
    padding: 159px 0px 100px;
    min-height: 772px;
}



.hero-highlited-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero-highlited-text span {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.hero-section-text {
    padding-left: 15px;
}

.hero-section-text h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 66.35px;
    color: #fff;
}
.hero-section-text a {
    display: inline-block;
    margin-top: 14px;
}

.hero-section-text a {
    background: #FFB900;
    color: #013F79;
    Padding: 20px 24px 19px 24px;
    font-weight: 700;
    /* display: block; */
    margin-top: 8px;
    border-radius: 2px;
	transition:0.5s;
}
.hero-section-text a:hover{
	background:#fff;
}
.wt1{
	color:#fff;
	margin-left:5px;
}


/*=====heroSectionEnd=====*/
/*=====serviceSection=====*/
.serviceSection {
    max-width: 1255px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin: 0 auto;
    margin-top: -200px;
}

.serviceBox {
    background: #013F79;
    padding: 40px 35px;
}

.serviceBox h3 {
    font-size: 25px;
    font-weight: 700;
    color: #FFB900;
    margin-top: 16px;
}

.serviceBox p {
    font-size: 16px;
    font-weight: 400;
    color: #D2D2D2;
    margin-bottom: 0;
}

/*=====serviceSectionEnd=====*/

/*=====aboutSection=====*/


.about-right h5 {
    color: #013F79;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 28px;
}

.about-right h2 {
    color: #000000;
    font-size: 37px;
    font-weight: 700;
}

.about-right p {
    font-size: 16px;
    font-weight: 400;
    color: #626262;
    max-width: 489px;
}

.about-tabs .nav-link {
    background-color: #F0F0F0;
    color: #000000;
    border-radius: 0px !important;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 34px;

}

.about-tabs .nav-link.nav1 {
    background-color:
        #D4D4D4 !important;
}

.about-tabs .nav-tabs {
    border-bottom: 0px !important;
    margin: 30px 0px;
}

.about-tabs .nav-link.active {
    background-color:
        #013F79 !important;
    color: #FFFF;
}

.ab-ul {
    margin-top: 50px;
}

.ab-ul ul {
    list-style: none;
    display: flex;
    gap: 20px;
    align-items: center;
    padding-left: 0;
}

.ab-ul ul li {
    display: flex;
    gap: 10px;
}

.whatsAb a {
    background: #013F79;
    display: block;
    max-width: 300px;
    color: #FEBD18;
    font-weight: 500;
    width: 100%;
    padding: 8px 21px;
}

.whatsprofile {
    margin-left: 120px;
	    max-width: 207px;
}

/*=====aboutSectionEnd=====*/

/*=====product=====*/
.common-heading p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #013F79;
}
.common-heading1 p {
    color: #013f79;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.about_map {
    margin-bottom: 58px;
}
.product-heading {
    /* max-width: 841px; */
    /* width: 100%; */
    /* margin: 22px auto; */
    /* text-align: center; */
}

.product-heading h2 {
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    padding-bottom: 15px;
}

.productcontainer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.product-card {
    display: none;
    box-shadow: 0px 0px 4.8px 0px #00000040;
    border-radius: 20px 20px 0 0;
    border: 1px solid #ffffff;
    transition: 0.3s ease-in-out;
} 

.product-card:nth-child(-n+4) {
    display: block !important; /* Use !important to override previous display setting */
}

.product-img {
    max-width: 258px;
    width: 100%;
    margin: 39px auto;
    display: flex;
    justify-content: center;
	    min-height: 272px;

}

.product-title {
    background: #013F79;
    border-radius: 20px 20px 0px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 46px 0px;
}

.product-title p {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}

.product-title a {
    background: #FFB900;
    color: #013F79;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    gap: 5px;
    border-radius: 3px;
	transition:0.5s;
}

.product-title a:hover{
	background:#fff;
}
/*=====productEnd=====*/
/*=====work with us=====*/

.workWithUsSection {
    background-image: url("../images/about-banner.png");
    /* height: 400px; */
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 75px 0px 74px;
    margin-top: 60px;
}

.work-heading {
    text-align: center;
    margin-bottom: 15px;
}

.work-heading p {
    color: #FFB900 !important;
    font-weight: 16px;
}

.work-heading h3 {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 37px;
}

.product-counts_section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;

}

.product-count-box {
    width: 100%;
    background-color: #013F79;
    padding: 45px 10px;
    border-radius: 5px;
}

.product-count-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.product-count-content p {
    color: #FFFFFF;
    font-size: 43px;
    font-weight: 700;
}

.product-count-text {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.product-count-text span {
    font-weight: 700;
}

/*=====work with end=====*/
.quality-box {
    border-radius: 5px;
    /* border: 1px solid #013F79; */
    background: #FFF;
    box-shadow: 0px 0px 4.8px 0px rgba(0, 0, 0, 0.25);
    padding: 8px 20px 26px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    transition: 0.3s ease-in-out;
}

.choose-icons {
    background: #013F79;
    border-radius: 100px;
    filter: drop-shadow(0px 0px 4.8px rgba(0, 0, 0, 0.25));
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
}

.quality-box h4 {
    margin-top: 20px;
    color: #000;
    font-size: 20px;
    font-weight: 700;

}
.quality-box p {
    color: #454545;
    font-size: 16px;
    font-weight: 400;
}
.product-row{
    margin-top: 80px;
}
.chooseSection {
    padding: 60px 0px;
}
/* .owl-dots button{
    background: red !important;
    color: red;
    width: 10px;
    height: 10px;
    border-radius: 10px;
} */


.SliderWrapper .owl-dots {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.SliderWrapper .owl-dots button.owl-dot.active{
   background-color: #013F79;
   border-radius: 50%;
   height: 12px;
   width:12px;
}
.SliderWrapper .owl-dots button.owl-dot {
    background: #CECECE;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    position: relative;
    margin-right: 9px;
}
.brandsLogo{
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.brandsLogo img{
    max-width: 210px;
    width: 100%;
    margin: 0 auto;
}
.testimonialSection{
    padding: 60px 0px;
}

.contact {
    background-image: url("../images/footerbg.png");
    background-size: cover;
    background-position: top center;
    padding: 120px 30px;
    position: relative;
    z-index: 0;
    margin-top: 40px;
}
.instagram-container {
    text-align: center;
}
.contact::before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.61) 50%, rgba(0, 0, 0, 0.30) 100%);;
    /* opacity: 0.8; */
    position: absolute;
    top: 0;
    left: 0;
}
.z-index1 {
    position: relative;
    z-index: 9;
}
.contect-box {
    margin-bottom: 30px;
}
.contect-box span {
    color:  #FDC604;
    font-size: 16px;
    font-weight: 500;
}
.contect-box h3 {
    color: #fff;
    font-size: 36px;
    margin: 15px 0 25px;
}
.contect-box p {
    font-size: 17px;
    color: #fff;
}
.add-box {
    display: flex;
}
.icon-add {
    margin-right: 20px;
}
.add-disc h2 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}
.add-disc p, .add-disc a {
    color: #FFF;
    font-size: 16px;
}
.add-disc li{
    list-style: none;
}
.gaprow {
    margin-top: 60px;
}
#contact {
    background: #013F79;
    padding: 45px 55px;
}
#contact h3 {
    font-size: 37px;
    font-weight: 700;
    line-height: 48px;
    color: #FDC604;
    margin: 0px 0px 10px 0px !important;
    padding: 0px 0px 0px 0px !important;
    text-align: center;
}
.input-bg-color{
    width: 100%;
    border: 1px solid #FFF;
    background: transparent;
    margin: 10px 0px;
    padding: 10px 10px;
    color:  #9CA0AA;

}
.input-bg-color:focus-visible{
    outline: none;
    
}
.submit-btn {
    background: #FBBC05;
    padding: 14px 36px;
    border: none;
    color: #013F79;
    color: #013F79;
    font-weight: 600;
    letter-spacing: -0.16px;
    margin-top: 13px;
	transition:0.5s;
}
.submit-btn:hover{
	background:#fff;
}
.text-field{
    height: 130px;
}
.padd-space {
    padding: 100px 30px 60px;
}
footer {
    background-image: url('../images/footer_bg-1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.subscribe-form2 {
    padding: 6px 6px 6px 35px;
    border-radius: 50px 50px 50px 50px;
    color: #FFFFFF;
    background-color: #3E3E3E;
}
form#subscribe-form2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}
.subscribe-box {
    /* display: flex; */
    flex-direction: row;
    width: 100%;
}

.input-group2 {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: end; */
    /* flex-direction: row; */
}
.input-group2 input {
    background-color: transparent;
    border: none;
}
.quality-box:hover {
    border: 1px solid #013F79;
}
.product-card:hover {
    border: 1px solid #013f79;
    border-radius: 20px 20px 0 0;
    transition: 0.3s ease-in-out;
}
.footer-sub-btn {
    background-color: #FBBC05;
    /* height: 56px; */
    /* padding: 15px 30px 16px 30px; */
    /* font-size: 15px; */
    /* font-weight: 700; */
    /* border-radius: 30px 30px 30px 30px; */
    /* border: none; */
    /* outline: none; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    color: #000;
    /* width: 200px; */
}
/*responsive*/
/*=======media query======*/

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

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


@media screen and (min-width:1151px) {}


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

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


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



@media screen and (max-width:991px) {
		li.product{
		    flex: 1 1 46% !important;
	}
}


@media screen and (max-width:767px) {
    .serviceSection {
      
        display: grid;
        grid-template-columns: repeat(1, 1fr);
       
    }
    .Followus{
        padding-top: 15px;
    }
    .productcontainer {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        
    }
    .product-counts_section {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
       
    }
    #subscribe-form2{
        padding: 0;
    }

.costum-container {
    padding: 0px 0px;
}
.workWithUsSection {
    height: auto;
}
.hero-section-text {
    width: 100%;
}
.hero-section {
    padding: 21px 0px 0px 0;
}
.hero-section-text h1 {
    margin-bottom: 30px;
}

.footer-grid {

    padding-bottom: 18px;
}
.f-box1 h3 {
    padding-top: 0;
   margin-bottom: 10px;
}
.newdiv{
    margin-bottom: 20px;
}
#contact123 {
    padding: 16px 12px 56px;
}

}

@media screen and (max-width:575px) {
	li.product{
		    flex: 1 1 100% !important;
	}
}


/* add by mannu */
 /* headpara */
 .headpara{
    text-align: center;
    padding: 35px;
    line-height: 31.9px;
}
.headpara h3{
  font-size: 37px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 31.9px;
  color:#013F79;	
  text-transform: capitalize;	
}
.headpara2{
  padding-top: 50px;
}
.headpara p {
    margin-bottom: 28px;
}
.headpara2 h3{
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  /* text-transform: uppercase; */
  line-height: 31.9px;
}
.headpara h2{
    font-size: 37px;
    font-weight: 700;
}
.all-details {
    display: flex;
    margin-top: 24px;
}
input:focus-visible, textarea:focus-visible {
    outline: none;
  border: 1px solid #febd18;
}

.all-details .icon {
    margin-right: 29px;
}

.all-details h4 {
    font-weight: 700;
    font-size: 20px;
}
/* send me message */
.head h3{
    font-family: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 600;
  }


  /* send me message end */

    /* bgbanner */
    .banner {
        height: 400px;
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: 100% 120%;
        background-image: url('../images/contactbanner.png');
      /* position: relative; */
    }
.banner.inner_banner {
    height: 522px;
}
.about_counter {
    padding: 56px 0px;
}

.work-heading p {
    color: #013f79;
    font-weight: 700;
}


  .mission {
      padding-top: 35px;
  }
    .banner h3{
        text-transform: uppercase;
        text-align: center;
        color: #ffffff;
        font-weight: 700;
        font-size: 25px;
        line-height: 31.9px;
        padding-top: 35px;
    }
    /* testimonial */
.textimonial{
    color: #D61820;
    font-size: 16px;
    font-weight: 500;
}
    /* send us a msg form */
 .submit-btn1 {
    background: #013F79;
    padding: 14px 36px;
    border: none;
    color: #FEBD18;
    font-weight: 600;
    letter-spacing: -0.16px;
    width: 100%;
    margin-top: 24px;
	 transition:  0.7s;
}
.submit-btn1:hover{
	 color: #013F79;
	border:1px solid #FEBD18;
	background:#FFF;
}
    .input-bg-color1 {
        width: 100%;
        /* border: 1px solid #FFF; */
        border: 1px solid #EFEFEF;
        /* background: transparent; */
        margin: 10px 0px;
        padding: 10px 10px;
        color: #9CA0AA;
    }
    #contact1 {
        /* background: #013F79; */
        /* padding: 30px 30px; */
    }
    div#contact1 h3 {
        text-transform: uppercase;
        font-size: 25px;
        font-weight: 600;
    }

    /* counter */
    .countersection {
        background-color: #F0F0F0;
        margin-top: 30px;
    }
    .counter {
        padding-bottom: 52px;
    }
    .counterpara {
        font-size: 16px;
        font-weight: 700;
        color: #013F79;
        text-align: center;
        padding-top: 30px;
        text-transform: uppercase;
        margin: 0;
    }
    .counterhead {
        font-size: 34px;
        font-weight: 700;
        color: #000000;
        text-align: center;
        padding-bottom: 20px;
    }
    .column {
        float: left;
        width: 25%;
        padding: 0 5px;
    }
    .card {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
        padding: 22px;
        text-align: center;
        background-color: #013F79;
        color: white;
    }
    .card h3 {
        font-size: 40px;
        font-weight: 700;
        color: #FFFFFF;
    }
    .card img {
        height: 35px;
    }
    .card p {
        /* font-size: 20px; */
        font-size: 18px;
        color: #FFFFFF;
    }

    /* join section */
   .joinsection {
    padding-top: 35px;
    background: #f0f0f0;
    padding-bottom: 17px;
    margin: 61px 0px;
}
    .text-center {
        padding: 17px;
    }
    .our-box span {
        color: #013f79;
        font-size: 20px;
        font-weight: 500;
    }
    .our-box h2 {
        font-size: 37px;
        font-weight: 700;
    }
   #contact123 {
    background: #013f79;
    padding: 47px 56px 53px;
    margin: 15px 0 54px;
    border-radius: 4px;
}
    #contact123 p {
        color: #FFFFFF;
        margin-bottom: 0px;
    }
#contact123 input[type="text"], #contact123 input[type="email"], #contact123 input[type="tel"], #contact123 input[type="url"], #contact123 textarea {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 14px 18px 14px 18px;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    background: #013F79;
    color: #fff;
}
  #about_contct_btninp {
    background: white;
    color: black;
    padding: 12px 65px;
}
#contact123 input:focus-visible {
    outline: none;
}
.gallery_sec .row .col-lg-3 img {
    margin-bottom: 22px;
    width: 100%;
}
.gallery_sec {
    margin-top: 37px;
}
#contact123 input::placeholder {
    color: #fff;
    font-size: 17px;
}
    .about_contct_btn input {
        padding: 7px 43px;
        color: #000;
        float: inline-end;
        background: #fff;
        border: 0;
        border-radius: 3px;
        font-weight: 500;
    }
    .hero-highlited-text {
        background: #013f798a;
        display: inline-block;
        padding: 7px 23px 8px;
        margin-bottom: 16px;
    }
    .hero-highlited-text {
        background: #013f798a;
        display: inline-block;
        padding: 7px 23px 8px;
        margin-bottom: 16px;
    }
    .hero-highlited-text img {
        margin-right: 10px;
    }
    .about-right h5 {
        text-transform: uppercase;
    }
    
    .about-right h2 {
        padding-bottom: 14px;
    }
    .whatsAb a {
        border-radius: 4px;
    }
    .whatsAb img {
        margin-left: 5px;
    }
    .product-heading .row {
        justify-content: center;
        margin-top: 17px;
    }
    .input-bg-color::placeholder {
        color: #9CA0AA;
    }
    .f-box1 img {
        margin-bottom: 25px;
    }
    .search_item {
        position: relative;
        cursor: pointer;
		min-width: 25px;
    }
    .search_item span i {
        display: none;
    }
    .search_item svg{
        color: #fff;
    }
.about_home{
	margin-top:56px;
}
    
/* rahul */
.search_head {
    position: absolute;
    top: 93px;
    right: 17%;
    display: none;
}

.search_item.cross_btn span i {
    display: block;
    color: #898181;
    position: relative;
    top: -21px;
    left: 2px;
    cursor: pointer;
}

.search_item.cross_btn svg {
    display: none;
}

.search_head input {
    text-indent: 32px;
}

.search_head input {
    height: 52px;
    color: #444;
    padding: 14px 20px 16px 0px;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(62, 62, 62, 0.1);
    width: 285px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px 0px #ccc;
}

.search_head .fa-search {
    left: auto;
    right: 15px;
    color: #000;
    font-size: 18px;
	 position: absolute;
    top: 16px;
}

.search_item.cross_btn span i {
    display: block;
    color: #898181;
    position: relative;
    top: -2px;
    left: -4px;
    cursor: pointer;
    font-size: 30px;
} 
.gallery-col1 img{
	height:521px;
	width:100%;
	object-fit:cover;
}    
.gallery-col2 img{
	width:100%;
	height:250px;
	object-fit:cover;
}
.wprevpro_t1_IMG_4{
	width:50px !important;
}
.product-category img{
	max-width: 100%;
    border-radius: 8px;
    margin-bottom: 81px;
    width: 250px;
    height: 250px;
}
ul.products.columns-4{
	display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 20px;
	list-style:none;
	margin-top:30px;
	padding-left:0px !important;
	
}
.woocommerce-loop-category__title{
	margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    bottom: 0;
    width: 100%;
    left: 0;
    line-height: 1.6;
    padding: 14px 0px;
    position: absolute;
    margin-bottom: 0px;

}

.product-category{
	border: 1px solid #013F79;
    position: relative;
	flex: 1 1 23%;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    transition: all 0.3s ease;
    flex-grow: initial;
}
.product-category:hover{
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.woocommerce-loop-category__title:after {
    content: '';
    position: absolute;
      background:  #013F79;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 0px 0px 5px 5px;
}
li.product{
	 border: 1px solid #013F79;
    position: relative;
	flex: 1 1 23%;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 20px;
    transition: all 0.3s ease;
    flex-grow: initial;
}
.count{
	display:none;
}
.woocommerce-loop-product__title{
	margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    bottom: 0;
    width: 100%;
    left: 0;
    line-height: 1.6;
    padding: 14px 0px;
	position:absolute;
	margin-bottom:0px;
}
.woocommerce-loop-product__title:hover{
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.woocommerce-loop-product__title:after{
	content: '';
    position: absolute;
/*     background: linear-gradient(1deg, #013F79, transparent); */
	background:#013F79;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 0px 0px 5px 5px;
}
.product-thumbnail img{
	max-width: 100%;
    border-radius: 8px;
    margin-bottom: 81px;
    width: 250px;
    height: 250px;
}


/* add */
h1.woocommerce-products-header__title.page-title {
    text-align: center;
    background-color: #013F79;
    color: #fff;
	margin-top:20px;
}
nav.woocommerce-breadcrumb {
    display: none;
}


.sbi_header_img {
    display: none;
}
.sbi_feedtheme_header_text {
    display: none !important;
}


/* rahul chages */

.viewallbtnhome{
	background: #013F79;
    padding: 12px 26px;
    margin: 30px auto;
    display: table;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
	text-transform:uppercase;
}

nav.woocommerce-pagination {
    display: flex;
    justify-content: center;
}
ul.page-numbers {
    display: flex;
    list-style: none;
}
.page-numbers li{
	background-color: #013F79;
    color: #fff;
    padding: 7px 18px;
}
.page-numbers{
	 color: #fff;
}
.page-numbers:hover {
  background-color: #0056b3; /* Optional: Adds hover effect */
  color: #fff;
}
span.page-numbers.current {
    color: #ffb900;
}

ul.page-numbers {
    padding-left: 0;
}


.subscribe-box .input-group2 input.wpcf7-submit {
    background-color: #FBBC05;
    color: #000;
}

.subscribe-box .input-group2 p {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    border-radius: 50px;
    color: #FFFFFF;
    background-color: #3E3E3E;
    padding: 6px 8px 6px 28px;
}


.subscribe-box .input-group2 span.wpcf7-form-control-wrap {
    line-height: 3.4;
}

.subscribe-box .input-group2 span.wpcf7-form-control-wrap input:focus-visible {
    border: none;
    outline: none;
}

.subscribe-box .input-group2 span.wpcf7-form-control-wrap:focus {
    outline: none;
}
.subscribe-box .input-group2 .wpcf7-spinner {
    position: absolute;
}
.about_contct_btn input {
    position: relative;
    top: 29px;
    padding: 10px 66px;
}