@font-face {
    font-family: 'Axiforma';
    src: url('./font/axiforma/Axiforma-Bold.eot');
    src: url('./font/axiforma/Axiforma-Bold.eot?#iefix') format('embedded-opentype'),
        url('./font/axiforma/Axiforma-Bold.woff2') format('woff2'),
        url('./font/axiforma/Axiforma-Bold.woff') format('woff'),
        url('./font/axiforma/Axiforma-Bold.ttf') format('truetype'),
        url('./font/axiforma/Axiforma-Bold.svg#Axiforma-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Axiforma-Regula';
    src: url('./font/axiforma-regular/Axiforma-Regular.eot');
    src: url('./font/axiforma-regular/Axiforma-Regular.eot?#iefix') format('embedded-opentype'),
        url('./font/axiforma-regular/Axiforma-Regular.woff2') format('woff2'),
        url('./font/axiforma-regular/Axiforma-Regular.woff') format('woff'),
        url('./font/axiforma-regular/Axiforma-Regular.ttf') format('truetype'),
        url('./font/axiforma-regular/Axiforma-Regular.svg#Axiforma-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Axiforma-Light';
    src: url('./font/Axiforma-light/a-Light.eot');
    src: url('./font/Axiforma-light/a-Light?#iefix') format('embedded-opentype'),
        url('./font/Axiforma-light/a-Light.woff2') format('woff2'),
        url('./font/Axiforma-light/a-Light.woff') format('woff'),
        url('./font/Axiforma-light/a-Light.svg#a-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'Axiforma-semibold';
    src: url('./font/Axiforma-semibold/a-SemiBold.eot');
    src: url('./font/Axiforma-semibold/a-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./font/Axiforma-semibold/a-SemiBold.woff2') format('woff2'),
        url('./font/Axiforma-semibold/a-SemiBold.woff') format('woff'),
        url('./font/Axiforma-semibold/a-SemiBold.svg#a SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

@font-face {
    font-family: 'Migra';
    src: url('./font/migra/Migra-Extrabold.eot');
    src: url('./font/migra/Migra-Extrabold.eot?#iefix') format('embedded-opentype'),
        url('./font/migra/Migra-Extrabold.woff2') format('woff2'),
        url('./font/migra/Migra-Extrabold.woff') format('woff'),
        url('./font/migra/Migra-Extrabold.ttf') format('truetype'),
        url('./font/migra/Migra-Extrabold.svg#Migra-Extrabold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('./font/manrope/Manrop-Regular.eot');
    src: url('./font/manrope/Manrop-Regular.eot?#iefix') format('embedded-opentype'),
        url('./font/manrope/Manrop-Regular.woff2') format('woff2'),
        url('./font/manrope/Manrop-Regular.woff') format('woff'),
        url('./font/manrope/Manrop-Regular.svg#Manrope Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

@font-face {
    font-family: 'Manrope ExtraBold';
    src: url('./font/manropeEB/manropeEB.eot');
    src: url('./font/manropeEB/manropeEB.eot?#iefix') format('embedded-opentype'),
        url('./font/manropeEB/manropeEB.woff2') format('woff2'),
        url('./font/manropeEB/manropeEB.woff') format('woff'),
        url('./font/manropeEB/manropeEB.svg#Manrope ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-2212;
}

a,
p {
    font-family: 'Axiforma-Regula';
    font-size: 1.1rem;
}

a {
    color: #676767;
    text-decoration: none;
}

p {
    color: #676767;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Manrope ExtraBold';
    font-weight: 800;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding: 0
}

.current-tab {
    border-bottom: 2px solid transparent;
    border-image: url(./img/line.png) 30 round;
}

.shareicons a {
    background: #3C3C3C;
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    margin: 0px 7px;
    text-align: center;
    border-radius: 50px;
    font-size: 22px;
}

.shareicons.socialicon {
    float: right;
}

.section1 p {
    text-align: justify;
}

.section1 h6 {
    margin-top: 2rem;
    font-family: 'Axiforma';
}

.section2 p {
    margin: 2rem;
    text-align: justify;
}

.textunderline-center-joy {
    padding: 10px 0;
    background-image: url(./img/line.png);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: 0 90%;
    display: inline-block;
}

.textunderline-right {
    background-size: 100% 2px;
}

/*nav bar*/
.header {
    width: 100%;
    padding: 2% 2%;
    background: #fff;
}

.nav-desktop-ul {
    margin-bottom: 0;
    margin-top: 3px;
}

.logo {
    float: left;
}

.nav-desktop-ul {
    float: right;
}

.list-item {
    display: inline-block;
    font-size: 20px;
    padding: 0 5px;
    list-style: none;
}

.navbar-link {
    color: #000;
    text-decoration: none;
    font-size: 1rem;
    padding: 10px;
}

.navbar-link:hover {
    border-bottom: 2px solid transparent;
    border-image: url(./img/line.png) 30 round;
}

.clear {
    clear: both;
}

.logo .navbar-link:hover {
    border-bottom: none !important;
}

/*header*/
#sliderHead {
    width: 100%;
    position: relative;
    /* background-color: #f8fcf6;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .4);*/
    background-image: url(./img/herobanner.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}

#sliderTxt {
    width: 100%;
    height: 80vh;
}

#sliderTxt h1 {
    color: #fff;
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 40px;
}

#sliderTxt h3 {
    color: #fff;
    font-family: 'Axiforma-Regula';
    font-size: 1.3rem;
    position: relative;
    top: 15px;
}

.menu-container {
    display: none !important;
}

/*section1*/
.section1 {
    margin: 60px auto;
}

/*section2*/
.section2 {
    margin: 60px auto;
    text-align: center;
}

.brands {
    /*    width: 70%;*/
    display: block;
    margin: 0 auto;
}

.textunderline-center {
    display: inline-block;
    padding: 25px 0 10px;
    background-image: url(./img/line.png);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: 0 90%;
}

.textunderline-left {
    display: inline-block;
    padding: 10px 0;
    background-image: url(./img/line.png);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: 0 90%;
}

.textunderline-right {
    padding: 10px 0;
    background-image: url(./img/line.png);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: 100% 90%;
    display: inline-block;
}

.section6 img {
    padding: 15px;
    border-radius: 20px;
}

.section6 p {
    text-align: justify !important;
}

.brandend {
    display: flex;
    justify-content: end;
    padding: 2px 2px;
    width: 170px;
    background: url(./img/line.png) repeat top left / 100%;
    border-radius: 159px;
    margin: 0 50px;
    height: 165px;
}

.brandfirst,
.brandlast {
    display: none;
}

.advBox {
    flex-direction: column;
    display: flex;
    align-items: center;
}

.righttext {
    text-align: right;
}

.section1 img,
.section3 img {
    border-radius: 20px;
    padding: 15px;
}

.brandsalt {
    width: 100%;
    height: 100%;
    background: #fdfae1;
    border-radius: 88px;
    padding: 35px;
}

/*section3*/
.section3 {
    margin: 60px auto;
}

.section3 p {
    text-align: justify;
}

p.knowmorep_right {
    text-align: center;
}

.carousel-indicators {
    bottom: -60px;
}

.carousel-indicators [data-bs-target] {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.carousel-indicators [data-bs-target] {
    background-color: #F5E76A !important;
    border-radius: 50px;
}

/*section4*/
.section4 {
    margin: 60px auto;
}

.section4 h5 {
    margin: 30px;
}

.section5 h5 {
    margin: 30px 0 12px;
}

.advantage {
    text-align: center;
    padding: 40px
}

.advantage img {
    width: 100%;
}

.knowmorep {
    justify-content: center;
    /*    margin: 30px 0 0;*/
    padding: 2px 0;
    width: 165px;
    display: flex;
    background: url(./img/line.png) repeat top left / 100%;
    border-radius: 5px;
    font-size: 15px;
}

p.knowmorep:hover,
.knowmorep_right:hover {
    border: 0px;
    background: #000;
}

p.knowmorep:hover .knowmore {
    border: 0px;
    color: #fff;
}

.knowmorep_right:hover .knowmore {
    color: #fff;
}

.knowmore:hover {
    color: #fff;
    background: #000;
}

.knowmorep_right {
    float: right;
    justify-content: center;
    margin: 30px 0 0;
    padding: 2px 0;
    width: 175px;
    display: flex;
    background: url(./img/line.png) repeat top left / 100%;
    border-radius: 5px;
}

.knowmore {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    width: calc(100% - 5px);
    padding: 10px 10px 6px 10px;
    border-radius: 3px;
}

.excellencepage {
    border-top: 2px solid #c6bdbd;
}

.excellimg {
    background: #FDFAE1;
    border-radius: 100px;
    padding: 40px;
    margin: 0px 90px;
}

.advBox:nth-child(2)>div>h5 {
    margin-bottom: 50px;
}

.carousel-indicators [data-bs-target] {
    background-color: #ADADAD;
    width: 15px;
    height: 15px;
}

.section6 .textunderline-right {
    padding: 10px 0;
    background-image: url(./img/line.png);
    background-repeat: no-repeat;
    background-size: 200px 2px;
    background-position: 100% 90%;
}

.section4 {
    margin-top: 100px !important;
}

.section5 {
    margin-top: -60px !important;
}

.section6,
.section7 {
    margin: 60px auto;
}

.know-more {
    text-decoration: none;
    color: #FF6368;
}

.section7 a {
    background: #3C3C3C;
    color: #fff;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0px 10px;
    text-align: center;
    border-radius: 50px;
    font-size: 26px;
}

.fa {
    font-size: 20px !important;
}

.contactfoot .fa {
    background: #585858;
    font-size: 12px !important;
    padding: 5px;
    border-radius: 10px;
}
footer label, footer h5{
    color: #fff;
}
footer input[type="text"]{
border-bottom: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    background: transparent;
    margin-bottom: 10px;
    color: #fff;
}

.submitsubscribe {
    background: #fff;
    border-radius: 5px;
    padding: 5px 25px;
    margin: 12px 0;
}
footer .footerinfo li {
    list-style: disc;
    color: #fff;
    padding-right: 14px !important;
}

footer .footerinfo li:nth-child(1) {
    list-style: none;
}

footer form p b {
    font-size: 17px !important;
    position: relative;
    top: 3px;
}

.section7 h3.textunderline-right {
    margin-right: 40px;
}

.section7 .textunderline-right {
    padding: 10px 0;
    background-image: url(./img/line.png);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    /* background-position: 100% 90%;*/
    display: inline-block;
}

.section8 {
    background-color: #3C3C3C;
}

.desktopFooter img {
    margin: 30px 0;
    width: 15%;
}

footer li {
    line-height: 35px;
}

footer .contactfoot a {
    line-height: 20px;
    font-size: 15px;
}

.desktopFooter {
    display: block !important;
}

footer a,
footer p,
.text-muted {
    color: #fff !important;
    margin-top: 0px;
    text-decoration: none;
    margin-bottom: 0;
}

input#newsletter1 {
    background: transparent;
    border: none;
    border-radius: 0px;
    color: #fff;
    padding: 0px;
}

.contactfoot li {
    line-height: 15px;
}

footer .form-check {
    margin: :0px;
}

footer form p b {
    font-size: initial !important;
}

::-webkit-input-placeholder {
    color: #EFEFEF !important;
}

button.btn.btn-primary {
    background: transparent;
    border: none !important;
}

.section8 .d-flex.flex-column.flex-sm-row.w-100.gap-2 {
    border-bottom: 1px solid #fff;
}

i.fa.fa-angle-right {
    font-size: 25px;
}

.button-3 {
    height: 46px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-decoration: none;
    padding: 2px 0;
    width: 164px;
    display: flex;
    background: url(./img/line.png) repeat top left / 100%;
    border-radius: 5px;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    cursor: pointer;
}

.button-3 a {
    position: relative;
    background: #ffffff;
    display: flex;
    width: 160px;
    text-decoration: none;
    height: 100%;
    border-radius: 5px;
    align-items: center;
    justify-content: center;

    transition: all .45s ease-Out;
}

.button-3 a span {
    position: relative;
    top: 1px;
    transition: all .45s ease-Out;
}

#circle {
    width: 0%;
    height: 0%;
    opacity: 0;
    line-height: 40px;
    border-radius: 50%;
    background: #000000;
    position: absolute;
    transition: all .7s ease-Out;
    top: 20px;
    left: 80px;
    display: block;
}

.button-3:hover #circle {
    width: 200%;
    height: 500%;
    opacity: 1;
    top: -70px;
    left: -70px;
}

.button-3:hover a span {
    color: #ffffff;
    z-index: 9;
}


span.content {
    height: 0px;
    display: block;
    overflow: hidden;
    transition: all 0.3ms ease-in;
}

span.content.show {
    height: auto;
    overflow: visible;
}

.footerlogo {
    width: 15%;
    padding-top: 30px;
}

.advBox p,
.advantage p {
    text-align: justify;
}

label.form-check-label {
    color: #fff;
    margin: 5px 0;
    font-size: 14px;
}

.form-check {
    margin: 20px 0;
    padding-left: 0px;
}

.form-check-input[type=radio] {
    border-radius: 50%;
    margin: 7px 10px 10px 0px;
    border: 1px solid #fff;
    background: transparent;
}

/*hamburger*/
.menu-container {
    position: relative;
}

.hamburger-menu {
    width: 30px;
    height: 20px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1000;
    text-align: left;
    float: right;
    position: relative;
    top: -35px;
}

.bar {
    width: 100%;
    height: 4px;
    background-color: #333;
}

.menu {
    position: fixed;
    top: 0;
    right: -300px;
    /* Start with the menu off-screen */
    width: 300px;
    height: 100%;
    background-color: #f1f1f1;
    transition: right 0.3s ease;
}

.menu ul {
    list-style-type: none;
    padding: 0;
    margin-top: 20px;
}

.menu ul li {
    padding: 10px 20px;
}

.menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}

.menu-container .subscribe {
    color: #fff;
    font-size: 18px;
    padding: 0px 20px;
}

.menu-container input#newsletter1mob {
    background: #fff;
    border-bottom: 1px solid #fff;
    height: 40px;
    width: 65%;
}

.menu-container .d-flex.flex-column.flex-sm-row.w-100.gap-2 {
    width: 50% !important;
}

.menu ul li:last-child {
    border-bottom: none;
}

.open {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #3C3C3C;
    transition: right 0.3s ease;
    z-index: 1;
    padding: 30px 30px;
}

.subscribe {
    color: #fff;
    font-size: 30px;
}

input#newsletter1mob {
    background: #fff;
    border-bottom: 1px solid #fff;
    height: 60px;
}

.mobsocial {
    margin: 50px 0;
}

.mobsocial a {
    background: #919191;
    color: #fff;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0px 10px;
    text-align: center;
    border-radius: 50px;
    font-size: 30px;
}

/*hamburger*/
p.border-bottom {
    padding: 1px 0;
    background-image: url(./img/line.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 90%;
    border-bottom: none !important;
    height: 1px;
}

/*mobile footer*/
button.accordion-button {
    background: #3c3c3c;
    color: #fff;
}

.accordion-item {
    border: 1px solid transparent;
}

.accordion-header {
    border: none;
}

.accordion-item {
    border: none;
}

footer b {
    color: #fff;
}

.py-5 {
    padding-top: 1rem !important;
    padding-bottom: 0 !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 0rem !important;
    margin-bottom: 0px !important;
}

form p b {
    color: #fff;
    font-size: 25px;
}

.mobileFooter {
    display: none;
}

.vidAboutdesktop {
    display: block;
}

.vidAboutmobile {
    display: none;
}

.vidbranddesktop {
    display: block;
}

.vidbrandmobile {
    display: none;
}

a.exp1,
.exp2,
.exp3,
.exp4,
.exp5,
.exp6 {
    text-decoration: none;
    color: #FF6368;
}

.content-block {
    /*    max-width: 600px; /* Adjust as needed */
    */
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;
  */
    white-space: nowrap;
    margin-bottom: 10px;
}

button.read-more1 {
    text-decoration: none;
    color: #FF6368;
    background: none;
    border: none;
    cursor: pointer;
    */
}

.more-text1 {
    display: none;
}

button.read-more2 {
    text-decoration: none;
    color: #FF6368;
    background: none;
    border: none;
    cursor: pointer;
    */
}

.more-text2 {
    display: none;
}

button.read-more3 {
    text-decoration: none;
    color: #FF6368;
    background: none;
    border: none;
    cursor: pointer;
    */
}

.more-text3 {
    display: none;
}

button.read-more4 {
    text-decoration: none;
    color: #FF6368;
    background: none;
    border: none;
    cursor: pointer;
    */
}

.aboutpage .section7 .textunderline-center {
    position: relative;
    top: 15px;
}

.more-text4 {
    display: none;
}

button.read-more5 {
    text-decoration: none;
    color: #FF6368;
    background: none;
    border: none;
    cursor: pointer;
    */
}

.more-text5 {
    display: none;
}

button.read-more6 {
    text-decoration: none;
    color: #FF6368;
    background: none;
    border: none;
    cursor: pointer;

}

.more-text6 {
    display: none;
}

/*    about page*/
.aboutpage .textunderline-center {
    text-transform: uppercase;
     !important;
}

.aboutpage #sliderHead {
    height: 80vh;
}

.aboutpage h3.textunderline-right {
    display: inline-block;
}

#sliderTxtepoc {
    width: 100%;
    position: relative;
    background-image: url(./img/epocimpact.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    border-radius: 5px;
}

.aboutpage .section2 p {
    text-align: justify;
}

.aboutpage .brands img {
    margin: 35px 0;
}

.aboutpage .brands h6 {
    font-family: 'Axiforma-Regula';
}

/*.aboutpage .section7 #sliderTxtepoc h3.subHeading{
    position: relative;
    top: 15px;
}*/
#sliderTxtepoc h3.subHeading {
    text-align: center;
    color: #fff;
}

#sliderTxtepoc p {
    width: 75%;
    text-align: center;
    color: #fff;
    display: block;
    margin: 30px auto;
}

.subHeadingcol {
    text-align: center;
}

.aboutpage .socialicons a {
    font-size: 26px;
}

.aboutpage #sliderHead {
    background: none;
}

/*    about page*/
/*brand page*/
.brandpage {
    border-top: 2px solid #c6bdbd;
}

.brandpage .socialicon a {
    background: #3C3C3C;
    color: #fff;
    width: 40px;
    height: 40px;
    display: block;
    margin: 0px 0px 0 10px;
    text-align: center;
    border-radius: 50px;
    font-size: 26px;
}

.brandpage .socialicon {
    margin: 40px 0px;
}

/*brand page*/
/*contactus page*/

.contactuspage input,
.contactuspage optgroup,
.contactuspage select {
    width: 100%;
    margin: 2% 0;
    background: #F4F4F4;
    padding: 0 20px;
    border: none;
    height: 50px;
}

.contactuspage ::-webkit-input-placeholder {
    color: #000 !important;
    padding: 0px;
}

.contactuspage textarea {
    width: 100%;
    margin: 2% 0;
    background: #F4F4F4;
    border: none;
    padding: 0 20px;
    height: 190px;
}

.contactuspage .sendbtn {
    width: 100%;
    border: none;
    height: 50px;
    justify-content: center;
    margin: 30px 0 0;
    padding: 2px 0;
    display: flex;
    background: url(./img/line.png) repeat top left / 100%;
    border-radius: 3px;
}

.contactuspage button {
    color: #000;
    text-decoration: none;
    display: block;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    /*  width: calc(100% - 6px);*/
    padding: 10px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-family: 'Axiforma-semibold';
    margin: 0 auto;
    width: 100%;
}

.contactuspage .button-3 a {
    position: relative;
    background: #ffffff;
    display: flex;
    width: 100%;
    text-decoration: none;
    height: 100%;
    border-radius: 5px;
    align-items: center;
    justify-content: center;

    transition: all .45s ease-Out;
}

.out_load {
    display: none !important;
    /*    width: 100%;*/
    text-align: center;
    margin: 0 auto;
    display: block;
}

.loader {
    width: 35px;
}

.contactuspage .contactusbox p {
    width: 100%;
    display: block;
    margin: 2% auto 2%;
    padding: 2px;
}

.contactuspage form {
    position: relative;
    bottom: 20px;
}

.contactuspage h5 {
    font-family: 'Axiforma';
}

.contactuspage label {
    font-family: 'Axiforma-Regula';
}

h5.title {
    margin-bottom: 5%;
}

.contactuspage p {
    width: 80%;
    display: block;
    margin: 2% auto 3%;
}

.contactusbox {
    margin-bottom: 5%;
}

.contactuspage h6 {
    margin: 10px 0 0px;
}

.contactuspage .map {
    margin-top: 25px;
}

.contactuspage h5.title {
    font-family: 'Axiforma';
}

.contactinfo {
    margin-top: -20px;
}

.maxno {
    float: right;
    color: #d4d1d1;
    position: relative;
    top: -15px;
    font-family: 'Axiforma Light';
    font-size: 12px;
}

.contactinfo {
    position: relative;
    top: -5px;
}

.contactuspage {
    border-top: 2px solid #c6bdbd;
}

/*contactus page*/
/*careerpage*/

.careerpage .section4 img,
.careerpage .section5 img {
    padding: 15px;
    border-radius: 20px;
}

.careerpage #sliderHeadcareer {
    width: 100%;
    position: relative;
    /* background-color: #f8fcf6;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .4);*/
    background-image: url(./img/sliderHeadcareer.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
}

.careerboxout {
    justify-content: center;
    /* margin: 30px 0 0; */
    padding: 1px 0;
    width: 95%;
    display: flex;
    background: url(./img/line.png) repeat top left / 100%;
    border-radius: 5px;
    font-size: 15px;
}

.careerboxin {
    position: relative;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    width: calc(100% - 4px);
    padding: 43px;
    margin: 1px;
    border-radius: 3px;
    height: 40vh;
}

.openquote {
    position: absolute;
    top: 10%;
    left: 10%;
}

.closequote {
    position: absolute;
    bottom: 10%;
    right: 10%;
}

.careerpage .section5 {
    margin: 60px auto !important;
}

.careerpage .section4 p,
.careerpage .section5 p {
    text-align: justify;
}

.careerpage .textunderline-right,
.careerpage .textunderline-left {
    background: none;
}

.pagetitle {
    text-align: center;
    margin-bottom: 30px;

}

.careerpage .section1 p {
    text-align: justify;
    width: 70%;
    margin: 0 auto;
}

.careerpage .section3,
.careerpage .section6 {

    text-align: center;
}

.careerpage .section6 {
    margin-bottom: 0 !important;
}

.careerpage .section7 {
    margin-top: 0 !important;
}

.careerpage .dropdown-toggle::after {
    float: right;
    position: relative;
    top: 10px;
}

button.btn.btn-secondary {
    background: #fff;
    color: #716c6c;
}

.careerpage .btn-group {
    width: 100%;
}

.careerpage .dropdown-toggle-split {
    border-left: none;
}

.contacttitle {
    font-family: 'Axiforma-Regula';
    font-weight: 100;
    position: relative;
    top: 4px;
}

.jobinfo {
    margin: 60px auto;
}

.jobinfo h4 {
    text-align: left;
    width: 100%;
    color: #676767;
    font-family: 'Axiforma-Regula';
    font-weight: 100;
    font-size: 1.4rem;
}

span.alignright {
    float: right;
}

.loadmore {
    color: #000;
    text-decoration: underline;
}

.careerpage .section4 {
    margin: 0px auto !important;
}

.careerpage button.btn.btn-secondary {
    font-family: 'Axiforma';
    width: 100%;
}

.careerpage .dropdown-menu.show {
    transform: translate(0px, 40px) !important;
    width: 100%;
}

.careerpage button.btn.btn-secondary.dropdown-toggle.dropdown-toggle-split {
    width: 20%;
}

.careerpage {
    border-top: 2px solid #c6bdbd;
}

.location {
    font-family: 'Axiforma-Light';
    position: relative;
    top: -6px;
}

/*careerpage*/
input[type="text"]::placeholder {
    color: #9A9AB0 !important;
}

input[type="email"]::placeholder {
    color: #9A9AB0 !important;
}

#message::placeholder {
    color: #9A9AB0 !important;
}

/*career-innerpage*/
.alljob {
    margin-bottom: 30px;
}

.career-inner-page {
    border-top: 2px solid #c6bdbd;
}

.infocareer {
    margin: 60px auto;
}

.career-inner-page label {
    margin: 5px 0;
}

.applictionform {
    margin: 0 0% 0 12%;
}

.infocareer {
    margin: 60px 0% 60px 0;
}

.infobox {
    width: 85%;
}

.career-inner-page button {
    width: 150px;
    color: #AEAEAE;
    border: 1px solid #AEAEAE !important;
}

.sidebarleft button.btn {
    margin: 35px 1% 0 0;
    pointer-events: none;
}

.red {
    color: red;
}

.careertags.button:hover {
    background: none !important;
    color: initial !important;
}

.career-inner-page button:hover {
    background: #000000 !important;
    color: #fff !important;
}

button.btn.btn-outline-primary.careertags:hover,
button.btn.btn-outline-secondary.careertags:hover,
button.btn.btn-outline-success.careertags:hover,
button.btn.btn-outline-danger.careertags:hover {
    background: #fff !important;
    color: #AEAEAE !important;
}

.applybutton {
    justify-content: center;
    margin: 30px 0 0;
    padding: 2px 0;
    width: 175px;
    display: flex;
    background: url(./img/line.png) repeat top left / 100%;
    border-radius: 5px;
}

.applybutton:hover,
.submitbutton:hover {
    background: none;
}

.submitbutton {
    justify-content: center;
    margin: 30px 0 0;
    padding: 2px 0;
    width: 208px;
    display: flex;
    background: url(./img/line.png) repeat top left / 100%;
    border-radius: 5px;
}

.career-inner-page button.submit,
.career-inner-page .applynow {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    width: calc(100% - 5px);
    padding: 10px 20px 5px 20px;
    border-radius: 3px;
    font-family: 'Axiforma';
    border: none !important;
}

.submitbutton {

    width: 260px;

}

.career-inner-page a {
    text-decoration: none;
}

input[type="file"] {
    display: none;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    border-radius: 6px;
    background: #D9D9D9;
}

/*career-innerpage*/
/*our excellence page*/

.excellencepage .textunderline-right,
.excellencepage .textunderline-left {
    background-image: none
}

p.greybox {
    position: absolute;
    background: #FAFAFA;
    padding: 15px 20px;
    font-weight: 800;
    left: 50%;
    top: -8%;
    transform: translate(-50%, -50%);
    width: 240px;
}


.excellencepage .section2 p {

    margin: 2rem auto;
    text-align: center;
}

.excellencepage .careerboxout {
    margin: 30px 0 0;
}

.excellencepage .section4 {
    margin-top: 0px !important;
}

.excellencepage .section4 {
    margin-top: 0px !important;
    text-align: center;
}

.excellencepage .section4 .careerboxout {
    margin: 90px 0 90px;
}

.excellencepage .section6 {
    text-align: center !important;
}

.excellencepage .section6 .brands {
    display: block;
    margin: 53px auto 0;
}

.excellencepage .doubleline1 {
    position: absolute;
    top: -29%;
    left: 22%;
}

p.greybox1 {
    position: absolute;
    top: -10%;
    left: 23%;
    background: #FAFAFA;
    padding: 15px 20px;
    font-weight: 800;
    left: 50%;
    top: -2%;
    transform: translate(-50%, -50%);
}

.greybox2 {
    position: absolute;
    background: #FAFAFA;
    padding: 15px 20px;
    font-weight: 800;
    left: 50%;
    top: -2%;
    transform: translate(-50%, -50%);
    width: 240px;
}

.excellencepage .section6 p {
    text-align: center !important;
}

.excellencepage .section5 p {
    text-align: justify;
}

.excellencepage .section5 img {
    border-radius: 5px;
}

/*our excellence page*/
/*media page*/

.mediapage,
.media-innerpage {
    border-top: 2px solid #c6bdbd;
}

h3.mediablogtitle {
    margin-bottom: 30px;
}

.media-innerpage .section1 {
    width: 90%;
}

.mediapage .section1 h6 {
    margin-top: 0;
}

.blog_content {
    margin-bottom: 10px;
}

p.mediadate {
    font-family: 'Axiforma-Light';
}

.section2L,
.section3R {
    width: 48%;
}

.section2R,
.section3L {
    width: 50%
}

.bloglink img {
    width: 50%;
}

.mediapage .section1 img,
.mediapage .section3 img,
.blogpost4 img,
.blogpost5 img,
.blogpost9 img,
.blogpost10 img,
.blogpost11 img {
    border-radius: initial;
    padding: initial;
}

.mediapage .section2 p,
.mediapage .section1 {
    margin: 0;
}

.blogpost1,
.blogpost2,
.blogpost3,
.blogpost5,
.blogpost6,
.blogpost7 {
    width: 100%;
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;

}

.blogpost1 {
    background: url('./img/media1.png');
    height: 80vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.blogpost2 {
    background: url('./img/media2.png');
    height: 60vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.blogpost3 {
    background: url('./img/media3.png');
    height: 60vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.blogpost4 {
    background: url('./img/media4.png');
    height: 60vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.blogpost5 {
    background: url('./img/media5.png');
    height: 60vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.blogpost6 {
    background: url('./img/media6.png');
    height: 58vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 5px;
}

.blogpost7 {
    background: url('./img/media3.png');
    height: 58vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 20px;
}

.blogpost8 {
    background: url('./img/media7.png');
    height: 120vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.blogpost9 {
    background: url('./img/media8.png');
    height: 60vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.blogpost10 {
    background: url('./img/media5.png');
    height: 60vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.blogpost11 {
    background: url('./img/media4.png');
    height: 60vh;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.blogtitle,
.blogdate,
.bloglink {
    color: #fff;
    text-align: left;
}

.bloglink {
    float: right;
}

.blogtitle {
    font-family: 'Manrope ExtraBold';
}

.blogdate {
    font-family: 'Axiforma-Light';
    font-size: 12px;
}

.mainbox {
    width: 100%;
    display: block;
    margin: 30px auto;
}

.boxL {
    width: 48%;
    float: left;
}

.boxR {
    width: 50%;
    float: right;
}

.boxL1 {
    width: 50%;
    float: left;
}

.boxR1 {
    width: 48%;
    float: right;
}

.blogpost9 {
    margin-top: 30px;
}

/*media page*/
.TCpage p.para,
.Privacypage p.para {
    margin-top: -10px;
    margin-bottom: 30px;
}

.fa-circle {
    font-size: 10px !important;
    padding: 0 10px 0 0;
}

/*Privacypage t&C*/
.Privacypage .section1,
.TCpage .section1 {
    width: 90%;
}

p.TearmHeading {
    color: #000;
    font-size: 1.2rem;
    font-weight: 600;
}

.emaillink {
    color: #0d6efd !important;
}

.zsiq_theme1.zsiq_floatmain {
    position: fixed;
    bottom: 5px;
    right: 5px;
}

@media only screen and (max-width: 2000px) {
    .aboutpage #sliderHead {
        height: 60vh;
    }

    #sliderTxtepoc {
        height: 60vh;
    }

    .careerboxin {
        height: 300px;
    }

    .excellencepage .doubleline1 {
        position: absolute;
        top: -19%;
        left: 22%;
    }
}

@media only screen and (max-width: 1600px) {
    .aboutpage #sliderHead {
        height: 60vh !important;
    }

    #sliderTxtepoc {
        height: 60vh !important;
    }

    #sliderTxt h1 {
        font-size: 5rem;
    }

    #sliderTxt h3 {
        font-size: 2.1rem;
    }

    .careerboxin {
        height: 300px;
    }
}



@media only screen and (max-width: 1400px) {
    .aboutpage #sliderHead {
        height: 60vh;
    }

    #sliderTxtepoc {
        height: 60vh;
    }

    .careerboxin {
        height: 35vh;
    }

    .section2 p {
        margin: 0rem;
    }

    #sliderTxtepoc {
        height: 70vh;
    }

}


@media only screen and (max-width: 1200px) {

    .h3,
    h3 {
        font-size: 1.5rem;
    }

    .careerboxin {
        height: 300px;
    }
}


/*mobile footer*/
@media screen and (max-width:767px) {

    .careerpage .section6,
    .careerpage .section7 {
        margin: 30px auto !important;
    }

    .contactuspage .order-2.order-md-1.col-sm-12.col-md-6.lefttext.aos-init.aos-animate {
        margin-top: 40px;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-right: calc(var(--bs-gutter-x)* 1);
        padding-left: calc(var(--bs-gutter-x)* 1);
    }

    html.win.mobile.mobile1.webkit.webkitX,
    body.zsiq_fixedlayout {
        height: 50vh;
        position: absolute;
        bottom: 0;
    }

    body.zsiqcallchat.siq_mprv.loadframe {
        height: 50vh;
        position: absolute;
        bottom: 20px;
    }

    .zls-sptwndw.siqembed.siqtrans.zsiq-mobhgt.zsiq-newtheme.mobile-device.siq_rht.zsiq_size3.siqanim {
        width: 100% !important;
        position: absolute;
    }

    p {

        font-size: 1rem;
    }

    #sliderTxt h3 {
        font-size: 1.1rem;
    }

    .brandend {
        margin: 0 15px;
        height: 90px;
        width: 90px;
    }

    .excellimg {
        margin: 30px 90px;
    }

    .section5 .advantage img {
        width: 60%;
    }

    .section4 .advBox {
        margin-top: -30px;
    }

    .section2 {
        margin: -50px auto 30px;
    }

    button.accordion-button.collapsed {
        padding: 10px 0px !important;
    }

    .textunderline-center-joy {
        padding: 7px 0;
        font-size: 2rem !important;
    }

    .aboutpage .section2 {
        margin: 20px auto 0;
    }

    #sliderTxtepoc {
        background-image: url(./img/mobile-gradient.png) !important;
    }

    .section6 img {
        padding: 0px;
    }

    .salt {
        width: 40%;
    }

    .aboutpage .section2 img {
        width: 40% !important;
    }

    .aboutpage #Vision>div>div.order-2.order-md-1.col-sm-12.col-md-6.righttext.aos-init.aos-animate {
        margin-top: 30px;
    }

    .careerpage .section2 {
        margin: 60px auto 0 !important;
    }

    .careerpage .section5 {
        margin: 30px auto 0 !important;
    }

    .careerpage .section6,
    .careerpage .section7 {
        margin: 30px auto;
    }

    .section1 img,
    .section3 img {
        padding: 0;
    }

    .open img {
        width: 35%;
    }

    .section2 img {
        width: 100% !important;
    }

    .careerpage .section2 img {
        width: 20% !important;
    }


    .section7 .textunderline-right {
        font-size: 15px;
    }

    #sliderTxtepoc p {
        width: 100% !important;
        text-align: justify !important;
    }

    .mobileFooter {
        display: block !important;
    }
.mobileFooter label, .mobileFooter h5{
    color: #fff;
}
.mobileFooter input[type="text"]{
border-bottom: 1px solid #fff;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    background: transparent;
    margin-bottom: 10px;
    color: #fff;
}
    .menu-container {
        display: block !important;
    }

    .knowmorep_right {
        float: left;
    }

    span.close {
        position: absolute;
        right: 68px;
        width: 15%;
    }

    .brandend,
    .brandstart {
        display: initial !important;
        justify-content: initial !important;
    }

    .desktopFooter {
        display: none !important;
    }

    .section8.mobileFooter img {
        width: 40%;
        margin: 4% 0;
    }

    .mobileFooter footer li {
        line-height: initial !important;
        display: block;
    }

    .accordion-button:not(.collapsed) {
        background-color: #fff;
    }

    .accordion-button:after {
        background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path 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-.708z'/></svg>") !important;
    }

    .mobileFooter form p b {
        color: #fff;
        font-size: 17px;
    }

    .py-5 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .section6 .textunderline-right {
        display: inline-block;
    }

    .section2 p {
        margin: 1rem 0;
        text-align: justify;
    }

    .advantage {
        padding: 0;
    }

    .righttext {
        text-align: left;
    }

    .navbar-desktop {
        display: none;
    }

    .accordion {
        --bs-accordion-bg: none !important;
    }

    .vidAboutdesktop {
        display: none;
    }

    .vidAboutmobile {
        display: block;
    }

    .vidbranddesktop {
        display: none;
    }

    .vidbrandmobile {
        display: block;
    }

    .knowmore {
        font-weight: 1000;
    }

    .aboutpage .h3,
    h3 {
        font-size: 1.2rem;
    }

    .contactuspage p {
        width: 100% !important;
        margin: 5% auto 5% !important;
        text-align: justify;
    }

    .contactusbox {
        /*        padding: 0;*/
    }

    .contactuspage .sendbtn {
        margin: 20px 0 30px !important;
    }

    .contactuspage .section7 {
        margin: 30px auto !important;
    }

    /*    media page mobile*/
    .blogpost1,
    .blogpost2,
    .blogpost3,
    .blogpost4,
    .blogpost5,
    .blogpost6,
    .blogpost7,
    .blogpost8,
    .blogpost9,
    .blogpost10,
    .blogpost11 {
        border-radius: 10px;
        background-size: cover;
    }

    .blogpost1 {
        height: 60vh;
    }

    /*    media-inner mobile*/
    .shareicons a {
        margin: 0px 0px;
    }

    .media-innerpage .section1 img {
        padding: 0;
        margin: 20px 0;
    }

    .careerpage .section1 p {
        width: 100%;
    }

    .careerboxin {
        height: 250px;
    }

    .careerboxout {
        margin-bottom: 60px !important;
    }

    .careerpage .section6 p {
        text-align: left !important;
    }

    .excellencepage .section4 .careerboxout {
        margin: 40px 0 30px;
    }

    h3.mediablogtitle {
        margin-bottom: 30px;
    }

    .careerpage .btn-group {
        width: 100%;
        margin-bottom: 10px;
    }

    .applybutton {
        margin-bottom: 30px;
    }

    .infobox {
        width: 100%;
    }

    .career-inner-page button {
        width: initial;
    }

    .applictionform {
        margin: 0;
    }

    .mainbox {
        margin: 10px auto;
    }

    .boxR,
    .boxL,
    .boxR1,
    .boxL1 {
        width: 49%;
        border-radius: 20px;
    }


    /*cookies*/