body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    transition: background-color 0.5s;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
    font-family: "Lato", sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*:focus {
    outline: 0;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #cccccc;
}

::-webkit-scrollbar-thumb {
    background: #505050;
    border-radius: 5px;
}

body {
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    color: #4f4f4f;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    font-family: "Lato", sans-serif;
    line-height: 24px;
    direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2b2b2b;
    font-variant: normal;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.display-1 {
    font-size: 2.125rem;
}

h1 {
    font-size: 1.75rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.375rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}

.font-40 {
    font-size: 2.5rem;
}

.font-36 {
    font-size: 2.25rem;
}

.font-32 {
    font-size: 2rem;
    line-height: 38px;
}

span {
    font-size: 14px;
}

p {
    margin-bottom: 0.5rem;
}

small {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

ul {
    margin-bottom: 0;
}

ol,
ul {
    padding-left: 0;
}

table,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

.img-fluid {
    width: 100%;
}

a,
a:hover,
button,
button:hover,
input[type="submit"],
input[type="submit"]:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:focus {
    text-decoration: none;
}

button,
input,
select,
select option,
textarea,
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.active-text,
.active-link,
.active-link:focus {
    color: #050038;
    font-weight: 400;
    display: inline-block;
}

.active-link:hover {
    text-decoration: none;
    color: #050038;
}

a,
dt {
    color: #2b2b2b;
    outline: none;
    text-decoration: none;
}

a:focus,
a:hover,
dt:hover,
dt:focus {
    color: #050038;
    text-decoration: none;
}

.btn {
    outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:active,
.btn.active {
    outline: none;
    box-shadow: none;
}

.btn-button {
    position: relative;
    background-color: #050038;
    border: 2px solid transparent;
    border-radius: 0.125rem;
    box-shadow: none;
    -webkit-border-radius: 0.125rem;
    -moz-border-radius: 0.125rem;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    padding: 0.5rem 2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.btn-button i {
    font-size: 14px;
    margin-left: 8px;
}

.btn-button:hover,
.btn-button:focus {
    background-color: #050038;
    border: 2px solid transparent;
    box-shadow: none;
    color: #ffffff;
    outline: none;
}

.btn-outline {
    background-color: unset;
    border: 2px solid #fff;
    color: #fff;
}

.btn-outline:hover {
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: none;
    color: #050038;
}

.btn-read {
    position: relative;
    display: inline-block;
    color: #050038;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-read span {
    font-size: 12px;
    margin-left: 8px;
}

.btn-read:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #050038;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.btn-read:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.btn-read:hover,
.btn-read:focus {
    background-color: none;
    border: none;
    box-shadow: none;
    outline: none;
    color: #050038;
}

.form-group {
    position: relative;
}

input,
textarea,
select,
button {
    outline: none;
    font-size: 0.875rem;
}

input.form-control,
textarea.form-control,
select.form-control,
select.form-select {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #636a7b;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #c3bebe;
    height: 38px;
    font-size: 0.875rem !important;
    padding: 3px 8px;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus,
select.form-select:focus,
input:focus,
textarea:focus,
select:focus {
    border: 1px solid rgb(122, 122, 122);
    outline: none;
    box-shadow: none;
    border-color: none;
    background-color: transparent !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -moz-webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-webkit-appearance: textfield;
}

textarea.form-control {
    height: 100px;
}

.form-control.ndate-picker {
    background-color: #ffffff;
}

.form-label {
    margin-bottom: 0.2rem;
}

label {
    display: inline-block;
    font-weight: 400;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.title-widget {
    position: relative;
}

.title-widget1 h5 {
    text-transform: none;
    letter-spacing: 1px;
    line-height: 26px;
    font-weight: 500;
}

.title-widget h1,
.title-widget h2,
.title-widget h3,
.title-widget h4,
.title-widget h5,
.title-widget h6 {
    position: relative;
    font-size: 1.75rem !important;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 33.6px;
    margin-bottom: 10px;
    -webkit-animation: animatedIntro 1.5s;
    -ms-animation: animatedIntro 1.5s;
    -o-animation: animatedIntro 1.5s;
    animation: animatedIntro 1.5s;
}

.position-relative {
    position: relative !important;
    z-index: 1;
}

.py-100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.py-80 {
    padding: 80px 0;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.py-60 {
    padding: 60px 0;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.py-50 {
    padding: 50px 0;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.py-30 {
    padding: 30px 0;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.py-20 {
    padding: 20px 0;
}

.pt-20 {
    padding-top: 20px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.p-0 {
    padding: 0 !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-10 {
    margin-bottom: 10px;
}

hr {
    background-color: rgba(237, 237, 237, 1);
    opacity: 1;
}

.line {
    width: 100%;
    height: 1px;
    margin: 10px 0;
    border-bottom: 1px solid rgba(237, 237, 237, 1);
}

.site-bg {
    background-color: #021c48 !important;
}

.site-light {
    background-color: #f1f1f1 !important;
}

.bg-green {
    background-color: #28a849;
}

.bg-blue {
    background-color: #00adef;
}

.bg-darkred {
    background-color: #99070b;
}

.bg-orange {
    background-color: #d77c29;
}

.section-content {
    padding: 30px 0;
}

main.section-all {
    min-height: 700px;
}

/******** header ********/
.top__info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social__widget {
    position: relative;
    text-align: center;
}

.social__widget ul {
    padding-top: 0;
    padding-left: 20px;
}

.social__widget ul li {
    display: inline-block;
}

.social__widget ul li a {
    font-size: 24px;
    color: #a96224;
    margin: 0px 10px 0 0;
    line-height: 28px;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: transparent;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.social__widget ul li:hover a {
    border-radius: 50%;
    background: #cc7f7f;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.search__widget {
    margin: 5px 0;
}

.constrain {
    max-width: 190px;
    padding: 30px;
}

.input-grey-rounded {
    font-size: 14px;
    line-height: 1.5;
    background: #ffffff;
    border: 1px solid #cad7ff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='%238C92A0' d='M11.44 10.73l4.41 4.42a.5.5 0 1 1-.7.7l-4.42-4.41a6.5 6.5 0 1 1 .7-.7v-.01zM6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11z'></path></svg>");
    background-repeat: no-repeat;
    background-position: 15px 10px;
    background-size: 16px 16px;
    border-radius: 65px;
    width: 190px;
    padding: 0.5em 1em 0.5em 2.5em;
    font-family: "Lato", "sans-serif";
}

.input-grey-rounded::placeholder {
    color: #838d99;
}

.input-grey-rounded:focus {
    outline: none;
    background-color: #fff !important;
    border: 1px solid #98b2ff;
}

header {
    position: relative;
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: stickyTransition;
    animation-name: stickyTransition;
}

/**** latest start ****/
.product__wrap {
    position: relative;
    width: auto;
}

.carousel__overlay {
    background: url(../assets/images/Ellipse\ 106.png) no-repeat;
    background-position: center bottom;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 266px;
    z-index: -1;
}

.img__card {
    float: left;
    margin-right: 20px;
    min-width: 92px;
    max-width: 92px;
}

.img__card img {
    border-radius: 5px;
}

.recent-post-content {
    margin-left: 100px;
}

.recent-post-content h6 {
    text-transform: capitalize;
    letter-spacing: 0;
}

.recent-post-content h6 a:hover {
    color: #cc7f7f;
}

.categories ul li {
    color: #2b2b2b;
    display: block;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
}

.categories ul li:last-child {
    border-bottom: none;
}

.categories ul li a {
    color: #2b2b2b;
}

.categories ul li a:hover {
    color: #cc7f7f;
}

.gallery__img {
    position: relative;
    display: flex;
    width: 100%;
    max-height: 150px;
    justify-content: center;
    align-items: center;
}

.gallery__img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.awards__content {
    position: relative;
    padding: 130px 80px 150px 80px;
    background-color: rgba(188, 188, 188, 0.8) !important;
}

.awards__content .modal-body {
    padding: 0;
}

.award__wrap {
    position: relative;
    background: #061a57 url(../assets/images/pattern__career.png) no-repeat;
    background-position: right bottom;
    background-size: cover;
    padding: 0 20px;
    min-height: 250px;
    width: 100%;
}

.award__text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.award__text span {
    color: #fff;
    font-size: 80px;
}

.aw__tittle {
    color: white;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.loading_info span {
    font-size: 32px;
}

.snpl_list li {
    color: #ffffff;
    font-size: 14px;
    list-style: none;
    margin-bottom: 4px;
}

.snpl_list li a {
    color: #ffffff;
}

.file-upload {
    transition: 0.3s;
    border-radius: 4px;
    background-color: #f1f8fe;
    min-height: auto;
    padding: 30px;
}

#upload {
    opacity: 0;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    /* border: 2px dashed rgba(0, 0, 0, 0.7); */
    padding: 1rem;
    position: relative;
}

.image-area::before {
    content: "Uploaded image result";
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
}

.why__box {
    position: relative;
    display: flex;
    align-items: center;
}

.wy_icon {
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: 20px;
}

.wh_tittle {
    background: #1a3071 url(../assets/images/pattern__career.png) no-repeat center;
    border-radius: 8px;
    color: #ffffff;
    overflow: hidden;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 50px;
    font-weight: 800;
    display: block;
}

.whyinfo h4 {
    font-size: 20px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.cricle__box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a3071 url(../assets/images/pattern__career.png) no-repeat;
    background-size: cover;
    border-radius: 100%;
    height: 350px;
    width: 350px;
    text-align: center;
}

.cricle__box h3 {
    color: #fff;
    letter-spacing: 0;
    text-align: center;
}

.employee_img {
    position: relative;
}

.employee_img img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

/**** latest end ****/

/**** about ****/
.about-tittle {
    position: relative;
    display: flex;
    align-items: center;
}

.cont-icon {
    display: flex;
    background-color: #12254b;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    line-height: 35px;
    width: 35px;
    height: 35px;
    font-size: 16px;
    text-align: center;
    padding: 0px 10px;
    margin-right: 15px;
}

.title-inner {
    color: #12254b;
    display: flex;
    align-items: center;
}

ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 2.5rem;
}

ul.timeline:before {
    content: " ";
    background: #eee;
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}

li.timeline-item {
    margin: 20px 0;
}

.timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #fff;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}

li.timeline-item::before {
    content: " ";
    background: #ddd;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    left: 11px;
    width: 14px;
    height: 14px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.awards__banner {
    position: relative;
    display: flex;
    width: 100%;
    height: 360px;
    justify-content: center;
    align-items: center;
}

.awards__banner img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.tittle-holder {
    position: relative;
    padding: 20px;
    min-height: 120px;
}

.tittle-holder p {
    color: #ffffff;
}

/*** csr list start ***/
.grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    grid-gap: 1em;
}

.cell {
    width: 52%;
}

.cell_1 {
    width: 42%;
}

.cell img {
    display: block;
}

.corporate-section {
    position: relative;
    background: #f1f1f1 url(../assets/images/img_banner.png) no-repeat;
    background-attachment: scroll;
    padding: 60px 0 40px 0;
}

.corporate-section::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.9),
            rgba(249, 249, 249, 0.96));
}

.border-radius_16 {
    border-radius: 16px;
}

.content-box {
    position: relative;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    height: 100%;
    overflow: hidden;
}

.border-radius_8 {
    border-radius: 8px;
}

.content-logo {
    padding: 33px 0;
    border-radius: 16px 16px 0 0;
}

.content-logo img {
    height: 80px;
    width: 100px;
}

.content-info {
    position: relative;
    height: 100%;
}

.bg__img__asha {
    background: url(../assets/images/img33.png);
    /* background-size: cover; */
    width: 100%;
}

.bg__img__prakriti {
    background: url(../assets/images/img24.png);
    /* background-size: cover; */
    width: 100%;
}

.bg__img__gatha {
    background: url(../assets/images/img11.png);
    /* background-size: cover; */
    width: 100%;
}

.bg__img__adharshila {
    background: url(../assets/images/img22.png);
    /* background-size: cover; */
    width: 100%;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg,
            rgba(238, 93, 31, 0.76) 0%,
            rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.bg__gatha {
    background-image: linear-gradient(90deg,
            rgba(238, 93, 31, 0.76) 0%,
            rgba(0, 0, 0, 0.8) 100%);
}

.bg__adharshila {
    background: linear-gradient(90deg,
            rgba(248, 151, 93, 0.76) 0%,
            rgba(0, 0, 0, 0.8) 100%);
}

.bg__asha {
    background: linear-gradient(90deg,
            rgba(0, 173, 239, 0.79) 0%,
            rgba(0, 0, 0, 0.8) 100%);
}

.bg__prakriti {
    background: linear-gradient(90deg,
            rgba(40, 168, 73, 0.64) 0%,
            rgba(0, 0, 0, 0.8) 100%);
}

.content-wrap {
    position: relative;
    padding: 45px 14px 65px 14px;
    z-index: 1;
}

.content-wrap h6 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.content-wrap p {
    color: #fff;
    letter-spacing: 0em;
    text-align: center;
}

.btnfos {
    position: relative;
    cursor: pointer;
    color: #4f4f4f;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}

.btnfos-2 {
    letter-spacing: 0;
}

.btnfos-2:hover,
.btnfos-2:active {
    letter-spacing: 3px;
}

.btnfos-2:after,
.btnfos-2:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.btnfos-2:hover:after,
.btnfos-2:hover:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #d77c29;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

.btnfos-2:hover:before {
    bottom: auto;
    top: 0;
    width: 100%;
}

.btnfos span {
    color: #4f4f4f;
    margin-left: 10px;
}

.btnfos:hover {
    color: #d77c29;
}

.btnfos:hover span {
    color: #d77c29;
}

/*** csr list end ***/

/*** glance start ***/
.glance-section {
    position: relative;
    background: url(../assets/images/img_banner.png) center bottom;
    background-origin: inherit;
    background-repeat: no-repeat;
    padding: 50px 0 50px;
}

.glance-section::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,
            rgba(7, 1, 63, 1),
            rgba(0, 35, 57, 0.9));
}

.p__left-5 {
    padding-left: 5px;
}

.p__right-5 {
    padding-right: 5px;
}

.box__wrap {
    position: relative;
    min-height: 150px;
    padding: 0 30px 0 0;
    text-align: center;
}

.icon__box {
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    margin: 0 auto;
}

.icon__box span i {
    color: #ffffff;
    font-size: 70px;
}

.three {
    /* background-color: #00ddcc; */
    -webkit-animation: simple-scale 1s 1s linear infinite alternate;
    animation: simple-scale 1s 1s linear infinite alternate;
}

.descrip {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    padding: 0 20px;
}

/*** glance end ***/

.brand__wrap {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 20px 30px;
    border-radius: 15px;
    overflow: hidden;
}

.floating:hover {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(8%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(8%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

.grident_1 {
    background-image: linear-gradient(to bottom,
            rgba(76, 4, 169, 1),
            rgba(5, 0, 56, 1));
}

.grident_2 {
    background-image: linear-gradient(to bottom,
            rgba(71, 175, 249, 1),
            rgba(0, 117, 201, 1));
}

.grident_3 {
    background-image: linear-gradient(to bottom,
            rgba(226, 29, 38, 1),
            rgba(1, 1, 3, 1));
}

.grident_4 {
    background-image: linear-gradient(to bottom,
            rgba(255, 122, 0, 1),
            rgba(250, 184, 0, 1));
}

.logo-brand {
    text-align: center;
}

.service__box {
    position: relative;
    color: #ffffff;
    padding: 0 10px;
}

.s__box {
    background-color: #ffffff;
    width: 114px;
    height: 114px;
    border-radius: 100%;
    line-height: 114px;
    text-align: center;
    margin: 0 auto;
}

.s__box span {
    margin: 0 auto;
}

.team__box {
    position: relative;
}

.team__box img {
    height: 210px;
    object-fit: cover;
    overflow: hidden;
}

.text__holder h4 a {
    color: #ffffff;
}

.text__holder p {
    color: #ffffff;
    font-size: 16px;
}

.clients__section {
    position: relative;
}

.client-tabs .nav-pills {
    display: flex;
    justify-content: center;
}

.client-tabs .nav-item {
    margin: 0 4px;
}

.client-tabs .nav-pills .nav-link {
    background-color: transparent !important;
    border: 2px solid #050038;
    border-radius: 0.125rem;
    color: #050038;
    font-size: 24px !important;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 24px !important;
    /* margin: 0 6px; */
}

.client-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #050038 !important;
    border: 2px solid #050038;
    border-radius: 0.125rem;
    color: #fff;
    font-family: "Teko", sans-serif;
    padding: 6px 24px !important;
}

.client__logo {
    background-color: #ffffff;
    border: 1px solid #cecece;
    border-radius: 4px;
    display: block;
}

.client__logo img {
    height: 100%;
    /* width: 100%; */
    padding: 10px;
    vertical-align: middle;
}

.cards {
    display: flex;
    flex-basis: 15em;
    justify-content: space-between;
}

.card {
    position: relative;
    border: none;
    border-radius: 0;
}

.card__inner {
    position: relative;
    padding: 50px 30px;
    overflow: hidden;
}

.count_number {
    position: absolute;
    right: -15px;
}

.c_1 {
    font-size: 200px;
    color: #40ad6e;
}

.c_2 {
    font-size: 200px;
    color: #ebebeb;
}

.c_3 {
    font-size: 200px;
    color: #5168bc;
}

.icons_bx {
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0;
    line-height: 80px;
}

.icons_bx span {
    font-size: 24px;
    color: #00884f;
    text-align: center;
}

.card__inner p {
    color: #ffffff;
    font-size: 16px;
}

.bg__box p {
    color: #5a5a5a;
}

/*** blog section start ***/
.blog-section {
    position: relative;
    background: #f1f1f1 url(../assets/images/img_banner.png) no-repeat;
    background-attachment: scroll;
    padding: 60px 0 40px 0;
}

.blog-section::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.9),
            rgba(249, 249, 249, 0.96));
}

.wrapper-box {
    position: relative;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
        rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    overflow: hidden;
}

.images__card {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.images__card img {
    transition-duration: 4s;
    margin: 0 auto;
    display: block;
    transition: transform 0.5s ease;
}

.wrapper-box:hover .images__card img {
    transform: scale(1.2);
}

.content-blog {
    position: relative;
    overflow: hidden;
    color: #828282;
    padding: 20px 20px 30px 20px;
}

.img162 img {
    height: 162px;
    object-fit: cover;
}

.date {
    color: #213368;
    font-size: 14px;
    font-weight: 700;
}

/*** blog section end ***/

.subscribe__text {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.subscribe-from {
    position: relative;
}

.subscribe-from input {
    position: relative;
    background: #ffffff;
    border-radius: 0;
    border: none;
    color: #777;
    font-size: 14px;
    outline: none;
    line-height: 48px;
    height: 48px;
    text-align: left;
    padding: 0 20px;
    width: 75%;
    float: left;
    margin-right: 0;
}

.subscribe-from .subscribe-button {
    position: relative;
    background: #cc7f7f;
    border-radius: 0;
    border: none;
    height: 48px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    letter-spacing: 3px;
    text-align: center;
    padding: 0 20px;
    width: 25%;
    float: left;
    text-transform: uppercase;
}

.page-link {
    color: #12254b;
}

.page-item.active .page-link {
    background-color: #12254b;
    border-color: #12254b;
}

.page-link:hover {
    color: #12254b;
}

/**** footer *****/
footer {
    position: relative;
}

.footer-info h6 {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.footer-info small {
    line-height: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.contact-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.cnt_icon {
    margin-right: 15px;
    display: flex;
}

.cnt_icon i {
    color: #050038;
    font-size: 24px;
    padding: 0px;
    object-fit: cover;
    display: flex;
    text-align: center;
    justify-content: center;
}

.contact-info p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 !important;
    padding: 0 !important;
}

.contact-info p a {
    color: #000;
}

.contact-info p a:hover {
    color: #cc7f7f;
}

.listing li {
    position: relative;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 38px;
}

.listing li a {
    color: #000;
}

.listing li a:hover {
    color: #cc7f7f;
    text-decoration: underline;
}

.ft-bottom {
    background-color: #021c48;
    padding: 15px 0;
}

.copy-right p,
.copy-right p a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 0 !important;
    margin: 0;
}

/******** all page css *******/
.site_page-title-inner {
    position: relative;
}

.page-titleShape {
    position: relative;
    padding: 40px 0 40px 0;
}

.page-titleShape::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #070707 3.98%, rgba(7, 7, 7, 0) 127.57%);
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    z-index: 1;
}

.page-title {
    position: relative;
    z-index: 2;
}

.page-title ul li {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 0;
}

.page-title ul li a {
    color: #fff;
}

.page-title ul li+li::before {
    content: "\f054";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 10px;
    display: inline-block;
    margin: 0 8px 0 10px;
}

.page-title h3 {
    color: #fff;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
}

.about-wrapper {
    position: relative;
    padding: 30px 0;
}

.about-wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right,
            rgba(35, 53, 89, 1) 45%,
            rgba(35, 53, 89, 0.7));
    background-repeat: no-repeat !important;
    z-index: 1;
}

.about-wrapper_1 {
    position: relative;
    padding: 30px 0;
}

.about-wrapper_1::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.75) 45%,
            rgba(0, 0, 0, 1));
    background-repeat: no-repeat !important;
    z-index: 1;
}

.list-item li {
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    list-style-type: disc;
    list-style-position: inside;
    margin: 5px 0;
}

.site_page .page-link {
    position: relative;
    display: block;
    color: #334e7a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.site_page .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #334e7a;
    border-color: #334e7a;
}

.site_page .page-link:focus {
    z-index: 3;
    color: #334e7a;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: none;
}

.contact_form {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    padding: 40px 30px;
    height: 100%;
}

.loginwrap {
    position: relative;
    height: 100%;
}

.btn.btn-go {
    background: #cf2c1f;
}

.btn.btn-fb {
    background: #4064ac;
}

.btn.btn-tw {
    background: #1c9ceb;
}

.p__s0 {
    padding-left: 0;
}

.p__e0 {
    padding-right: 0;
}

.m_screen {
    display: none;
}

.business-section {
    background: linear-gradient(90deg, #1a3071 13.6%, #090d19 94.59%);
}

.box_color-white p {
    color: #ffffff;
}

.img__box img {
    object-fit: cover;
    height: 300px;
}

.img__box-1 img {
    object-fit: cover;
    height: 145px;
}

.pattern-section {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 30px 0 30px 0;
}

.page__banner {
    position: relative;
}

.image_210 img {
    object-fit: cover;
    height: 210px;
}

.image_380 img {
    object-fit: cover;
    height: 380px;
}

.img_290 img,
.image_290 img {
    object-fit: cover;
    height: 290px;
}

.overlay__image {
    position: absolute;
    left: 0;
    bottom: -50px;
}

.career__section {
    background-color: #061a57;
    background-image: linear-gradient(180deg, #061a57 0%, #2a438e 100%);
}

.career__wrap {
    position: relative;
    background: url(../assets/images/pattern__career.png) no-repeat;
    background-position: right bottom;
    background-size: cover;
    padding: 40px 10px 30px 10px;
    min-height: 380px;
    width: 100%;
}

.career__wrap h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.career__icon {
    width: 100px;
    height: auto;
    margin: 0 auto;
}

.agarbatti {
    position: relative;
    background-repeat: no-repeat;
    max-height: 600px;
    padding-top: 15px;
    z-index: 2;
}

.confectionary {
    position: relative;
    padding: 10px 0 0px 0;
}

.biscuits {
    position: relative;
    max-height: 535px;
    padding-top: 15px;
    z-index: 2;
}

.product-overlay-agarbatti {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ff7025;
    z-index: 1;
}

.product-overlay-confectionary {
    position: absolute;
    top: 0;
    left: 0;
    height: 450px;
    width: 100%;
    background-color: #031d47;
    z-index: 1;
}

.product-overlay-biscuits {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 1;
}

.video__wrapper {
    position: relative;
}

.video__content {
    position: relative;
    overflow: hidden;
}

.video_carousel {
    position: relative;
    width: 100%;
    height: 100%;
}

.content_overlay {
    position: absolute;
    content: "";
    bottom: 0;
    top: 36%;
    left: 42%;
    right: 0;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: none;
}

#myBtn {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    font-size: 20px;
    padding: 10px;
    border: none;
    background-color: rgba(250, 220, 47, 0.75);
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
}

#myBtn:hover {
    background: #154271;
    color: #fff;
}

.product-carousel {
    position: relative;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.37) 0%,
            rgba(253, 194, 30, 0.5) 100%);
    padding-top: 300px !important;
    /* padding-bottom: 30px; */
}

.product_carousel_confectionary {
    position: relative;
    background: linear-gradient(180deg,
            rgba(255, 246, 219, 0.2) 0%,
            rgba(255, 244, 210, 0.2) 100%);
    padding-top: 200px;
    padding-bottom: 40px;
}

.product_carousel_biscuits {
    position: relative;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.37) 0%,
            rgb(251 216 164) 100%);
    padding-top: 355px;
    /* padding-bottom: 30px; */
}

.product-carousel_p2 {
    position: relative;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.37) 0%,
            rgb(251 216 164) 100%);
    padding-top: 40px;
    /* padding-bottom: 30px; */
}

.product__wrap {
    position: relative;
    margin-bottom: 50px;
}

.image__product {
    position: relative;
    margin: 0 auto;
    display: block;
    transition: all 0.5s;
}

.image__product img {
    position: relative;
    max-width: 100% !important;
    max-height: 180px;
}

/* .image__product:before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 5%;
    width: 90%;
    height: 20px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    z-index: 1;
    filter: blur(10px);
} */

.owl-prev:before,
.owl-next:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: #d29b04;
}

.owl-next:before {
    content: "\f105";
    color: #fff9ea;
}

.product__caption {
    position: relative;
    overflow: hidden;
    color: #828282;
    padding: 10px;
}

.product__img {
    position: relative;
    margin: 0 auto;
}

.product__img img {
    display: block;
    background-color: transparent;
    border-radius: 0;
    transition: 0.4s ease-in-out transform;
    width: auto !important;
    margin: 0 auto;
}

.product__video {
    position: relative;
    display: flex;
    width: 100%;
    aspect-ratio: 16/9;
    justify-content: center;
    align-items: center;
    background-color: #090d19;
}

.product__video video {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.contact__wrapper {
    background-color: #f2f2f2;
    padding: 50px;
}

.contact__dtl {
    background-color: #050038;
}

.contact__info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont__icon {
    float: left;
    margin-right: 20px;
}

.cont__icon span {
    font-size: 30px;
    color: #fff;
}

.cont__info {
    color: #fff;
}

.cont__info p a {
    color: #fff;
}

.contact__social {
    position: relative;
    text-align: center;
}

.contact__social ul {
    padding-top: 0;
}

.contact__social ul li {
    display: inline-block;
}

.contact__social ul li a {
    font-size: 30px;
    color: #454545;
    margin: 0px 10px 0 0;
    line-height: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: transparent;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.contact__social ul li:hover a {
    border-radius: 50%;
    background: #cc7f7f;
    color: #fff;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.award__container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    flex-wrap: wrap;
}

.awards__card {
    position: relative;
    width: 32%;
    background: radial-gradient(#111 50%, #000 100%);
    overflow: hidden;
    cursor: pointer;
}

.awards__card img {
    max-width: 100%;
    display: block;
    height: 320px;
    object-fit: cover;
    transition: 0.3s ease-out;
}

.awards__card:hover img {
    transform: scale(1.1) translateY(-20px);
    opacity: 0.3;
}

.awards__card:hover .overlay .text-h4 {
    opacity: 1;
    transform: translateY(0);
}

.active__img {
    background-color: #fff;
    padding: 30px;
    height: 450px;
    animation-name: zoomIn;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
}

@keyframes zoomIn {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.overlay__tittle {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom,
            rgba(255, 255, 255, 0),
            rgba(0, 0, 0, 0.9));
    color: #fff;
    text-transform: capitalize;
    padding: 50px 20px;
    text-align: center;
    z-index: 9;
}

.adw__icon span {
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;
}

.text-h4 {
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}

.modal-content {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.awards__slider {
    position: relative;
    padding: 50px 50px 120px 50px;
}

.awards__slider .modal-body {
    padding: 0;
}

.awards__slider1 {
    position: relative;
    padding: 20px 20px 50px 20px;
}

.awards__slider1 .modal-body {
    padding: 0;
}

.slider-container img {
    max-height: 360px;
}

/* customized slider */
.swiffy-slider {
    width: auto;
}

/* for slider inner page */
.farmer__section .carousel {
    position: relative;
    /* padding-bottom: 40px; */
}

.farmer__section .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.farmer__section .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 25px;
    height: 5px;
    border-radius: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #7a7a7a;
    background-clip: padding-box;
    border: 0;
    /* border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; */
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media screen and (max-width: 767px) {
    .swiffy-slider {
        width: auto;
    }
}

.slider-indicators {
    bottom: -20% !important;
}

.slider-indicators>* {
    color: #000000;
    font-size: 20px;
    line-height: 1.8;
}

.slider-indicators-square.slider-indicators>*,
.slider-indicators-square .slider-indicators>* {
    width: 50px;
    height: 40px;
    padding: 3px 20px;
    background-color: #021c48;
    opacity: 1;
    color: #fff;
    border-radius: 8px;
}

.slider-indicators>.active {
    opacity: 1;
    transition: background-color 0.3s ease;
}

.slider-indicators.archSlide>.active {
    background-color: #cc7f7f;
}

.slider-indicators.techSlide>.active {
    background-color: #cc7f7f;
    color: #000;
}

/* -- BACKGROUND EFFECT -- */
.bubbles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    top: 0;
    left: 0;
}

.bubble {
    position: absolute;
    bottom: -100px;
    width: 40px;
    height: 40px;
    background: #3588bc;
    border-radius: 50%;
    opacity: 0.5;
    animation: rise 10s infinite ease-in;
}

.bubble:nth-child(1) {
    width: 40px;
    height: 40px;
    left: 10%;
    animation-duration: 8s;
}

.bubble:nth-child(2) {
    width: 20px;
    height: 20px;
    left: 20%;
    animation-duration: 5s;
    animation-delay: 1s;
}

.bubble:nth-child(3) {
    width: 50px;
    height: 50px;
    left: 35%;
    animation-duration: 7s;
    animation-delay: 2s;
}

.bubble:nth-child(4) {
    width: 80px;
    height: 80px;
    left: 50%;
    animation-duration: 11s;
    animation-delay: 0s;
}

.bubble:nth-child(5) {
    width: 35px;
    height: 35px;
    left: 55%;
    animation-duration: 6s;
    animation-delay: 1s;
}

.bubble:nth-child(6) {
    width: 45px;
    height: 45px;
    left: 65%;
    animation-duration: 8s;
    animation-delay: 3s;
}

.bubble:nth-child(7) {
    width: 90px;
    height: 90px;
    left: 70%;
    animation-duration: 12s;
    animation-delay: 2s;
}

.bubble:nth-child(8) {
    width: 25px;
    height: 25px;
    left: 80%;
    animation-duration: 6s;
    animation-delay: 2s;
}

.bubble:nth-child(9) {
    width: 15px;
    height: 15px;
    left: 70%;
    animation-duration: 5s;
    animation-delay: 1s;
}

.bubble:nth-child(10) {
    width: 90px;
    height: 90px;
    left: 25%;
    animation-duration: 10s;
    animation-delay: 4s;
}

@keyframes rise {
    0% {
        bottom: -100px;
        transform: translateX(0);
    }

    50% {
        transform: translate(100px);
    }

    100% {
        bottom: 1080px;
        transform: translateX(-200px);
    }
}

.gallery__img {
    position: relative;
    display: flex;
    width: 100%;
    aspect-ratio: 16/9;
    justify-content: center;
    align-items: center;
}

.gallery__img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.video__gallery {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: #090d19;
    aspect-ratio: 16/9;
}

.video__gallery video {
    display: block;
    max-width: 100%;
    max-height: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.owner__img {
    padding-left: 20px;
    display: flex;
    justify-self: center;
    margin-top: 40px;
}

.owner__img img {
    height: 370px;
    object-fit: cover;
}

.wrap__info {
    padding: 0;
}

.ps__20 {
    padding-left: 20px;
}

.img_165 img {
    height: 165px;
    object-fit: cover;
}

.img_125 img {
    height: 125px;
    object-fit: cover;
}

.pe_10 {
    padding-right: 7px;
}

.ps_10 {
    padding-left: 7px;
}

.img_330 img {
    height: 330px;
    object-fit: cover;
}

.img_190 img {
    height: 190px;
    object-fit: cover;
}

.img_130 img {
    height: 130px;
    object-fit: cover;
}

.pe_20 {
    padding-right: 20px;
}

.img__290 {
    object-fit: cover;
    height: 290px;
}

.share__widget {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #371a00;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.tobacco__wrap {
    padding: 50px 40px;
}

.carousel-control-next {
    background: #959ea5;
    width: 40px;
    height: 40px;
    top: 45%;
    right: 10%;
    border-radius: 100%;
}

.carousel-control-prev {
    background: #959ea5;
    width: 40px;
    height: 40px;
    top: 45%;
    left: 10%;
    border-radius: 100%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.farmer__section .carousel-control-next {
    background: #919191;
    width: 40px;
    height: 40px;
    top: 45%;
    right: -30px;
    border-radius: 100%;
}

.farmer__section .carousel-control-prev {
    background: #919191;
    width: 40px;
    height: 40px;
    top: 45%;
    left: -30px;
    border-radius: 100%;
}

.farmer__section .carousel-control-next-icon,
.farmer__section .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.elementor-divider {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
        rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    height: 30px;
    width: 100%;
}

/********responsive css*********/
@media (max-width: 3200px) {
    .product-carousel {
        padding-top: 520px;
    }
}

@media (max-width: 2400px) {
    .product-carousel {
        padding-top: 520px;
    }
}

@media (max-width: 1980px) {
    .product-carousel {
        padding-top: 520px;
    }
}

@media (max-width: 1632px) {
    .product-carousel {
        padding-top: 520px;
    }
}

@media (max-width: 1366px) {
    .nav-dropdown .nav-dropdown {
        right: 100% !important;
        top: 0;
        left: inherit;
    }

    .product-carousel {
        padding-top: 200px !important;
    }

    .product_carousel_biscuits {
        padding-top: 260px;
    }

    .section-content {
        padding: 30px 0;
    }

    .breadcrub__container h4 {
        left: 20%;
        font-size: 20px;
    }
}

@media (max-width: 1280px) {
    .product-carousel {
        padding-top: 240px !important;
    }

    .product_carousel_biscuits {
        padding-top: 300px;
    }

    .container {
        max-width: calc(100% - 50px);
    }
}

@media (max-width: 1080px) {
    .product_carousel_biscuits {
        padding-top: 200px;
    }

    .product-carousel {
        padding-top: 130px !important;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: calc(100% - 30px);
    }

    .product-carousel {
        padding-top: 100px !important;
    }

    .product_carousel_biscuits {
        padding-top: 160px;
    }

    .breadcrub__container h4 {
        position: inherit !important;
    }

    .pt-100 {
        padding-top: 40px;
    }

    .pb-100 {
        padding-bottom: 40px;
    }

    .py-80 {
        padding: 40px 0;
    }

    .pb-80 {
        padding-bottom: 30px;
    }

    .py-60 {
        padding: 30px 0;
    }

    .pb-60 {
        padding-bottom: 30px;
    }

    .mt-30 {
        margin-top: 20px;
    }

    .mb-30 {
        margin-bottom: 20px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .display-1 {
        font-size: 26px;
    }

    .menu_toogle {
        display: none;
    }

    .section-content {
        padding: 30px 0 30px 0;
    }

    .Modern-Slider .item .img-fill img {
        width: 100%;
        object-fit: cover;
        animation: myMove 10s linear infinite;
    }

    .image_380 img {
        object-fit: cover;
        height: 280px;
    }

    .award_img_card img {
        height: 360px !important;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: calc(100% - 15px);
        padding: 0 15px;
    }

    .product-carousel {
        padding-top: 90px !important;
    }

    .product_carousel_biscuits {
        padding-top: 30px;
    }

    .product__wrap {
        margin-bottom: 30px;
    }

    .pt-40 {
        padding-top: 30px;
    }

    .pb-40 {
        padding-bottom: 30px;
    }

    .btn-button {
        font-size: 0.875rem;
        padding: 0.5em 1.4em;
    }

    .title-widget h1,
    .title-widget h2,
    .title-widget h3,
    .title-widget h4,
    .title-widget h5,
    .title-widget h6 {
        font-size: 18px;
        line-height: 26px;
    }

    .sticky.is-sticky {
        position: static;
        height: auto;
    }

    .menu-bar {
        display: flex;
        justify-content: inherit;
    }

    .menu-link {
        padding: 8px 16px;
    }

    .Modern-Slider .item h3 {
        font-size: 24px;
    }

    .box__wrap {
        padding: 10px 0px 0 0px;
    }

    .footer-info h6 {
        font-size: 16px;
    }

    .slider-indicators-square.slider-indicators>*,
    .slider-indicators-square .slider-indicators>* {
        font-size: 12px;
        width: 40px;
        height: 30px;
        padding: 3px 12px;
    }

    .slider-indicators {
        bottom: -80% !important;
    }

    .page-title h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .page-titleShape {
        position: relative;
        padding: 40px 0 30px 0;
    }

    .agarbatti {
        position: relative;
        max-height: 450px;
    }

    h3 {
        font-size: 1.125rem;
    }

    .contact__wrapper {
        background-color: #f2f2f2;
        padding: 30px 20px;
    }

    .contact__info {
        justify-content: start;
    }

    .cont__icon span {
        font-size: 22px;
    }

    .wrap__info {
        padding: 30px 0;
    }

    .relative__logo img {
        width: 130px;
    }

    .overlay__image {
        display: none;
    }

    .owner__img img {
        padding: 60px 20px;
    }

    .award_img_card img {
        height: 360px !important;
    }

    .content-info {
        margin-top: 15px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0;
    }

    .breadcrub__container h4 {
        left: 0;
        display: inline-block;
    }
}

@media (max-width: 576px) {
    .pattern-section {
        padding: 20px 0 40px 0;
    }

    .product-carousel {
        padding-top: 40px !important;
    }

    .product_carousel_biscuits {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .product-overlay-confectionary {
        height: 400px;
    }

    .product-carousel_p2 {
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .content_overlay {
        width: 50px;
        height: 50px;
    }

    #myBtn {
        width: 50px;
        height: 50px;
    }

    .subscribe-from input {
        width: 100%;
        margin-bottom: 10px;
    }

    .subscribe-from .subscribe-button {
        width: 100%;
        text-align: center;
    }

    .subscribe__text {
        font-size: 12px;
        text-transform: uppercase;
    }

    .owl-carousel .owl-item .item {
        font-size: 20px;
    }

    .owl-carousel .owl-item.sibling .item {
        font-size: 18px;
    }

    .awards__banner {
        height: 220px;
    }

    .awards__content {
        position: relative;
        padding: 50px 30px 80px 30px;
    }

    .owner__img {
        padding: 10px;
    }

    .owner__img img {
        padding: 20px;
    }

    .award_img_card img {
        height: 320px !important;
    }

    .btn-close {
        width: 22px;
        height: 22px;
        right: 7px;
        top: -8px;
    }

    .btn-close span {
        color: #fff;
        font-size: 14px;
    }

    .breadcrub__container {
        padding: 12px 0 !important;
    }

    .breadcrub__container h4 {
        font-size: 20px !important;
    }

    .wrap__info {
        padding: 20px 0;
    }

    .pb-50 {
        padding-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .career__wrap {
        min-height: 300px;
        width: 100%;
    }

    .content_overlay {
        width: 40px;
        height: 40px;
    }

    #myBtn {
        width: 40px;
        height: 40px;
    }

    .share__widget {
        display: block;
    }

    .award_img_card img {
        height: 240px !important;
    }

    .input-group-append small {
        display: none;
    }

    .product_carousel_confectionary {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .product_carousel_biscuits {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .product-overlay-confectionary {
        height: 340px;
    }
}

@media (max-width: 400px) {
    .product_carousel_biscuits {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .product-carousel {
        padding-top: 30px !important;
        padding-bottom: 30px;
    }

    .product-overlay-confectionary {
        height: 300px;
    }

    .product-carousel_p2 {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

@media (max-width: 320px) {
    .content_overlay {
        width: 30px;
        height: 30px;
    }

    #myBtn {
        width: 30px;
        height: 30px;
    }

    .video__content {
        position: unset;
        background-color: unset;
        padding: unset;
    }

    .award_img_card img {
        height: 180px !important;
    }
}

@media (max-width: 280px) {
    .content_overlay {
        width: 25%;
        height: 25%;
    }

    #myBtn {
        width: 25%;
        height: 25%;
        font-size: 80%;
        padding: 25%;
    }

    .award_img_card img {
        height: 100px !important;
    }

    #upload-label {
        position: initial;
    }
}

.red {
    color: #ff0004;
}

.search-results {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.search-results p strong {
    font-weight: bold !important;
    font-size: 16px;
}

.search-results h3 {
    color: #050038;
    font-size: 20px;
    background: #f2f2f2;
    text-transform: capitalize;
    padding: 15px;
    margin: 0 0 10px 0;
}

.msg {
    color: #c65827;
    font-size: 16px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.btn_1 {
    border: 1px solid #727d84;
    height: 30px;
    width: 30px;
    border-radius: 2px;
    background: none;
    cursor: pointer;
}

.btn-icon {
    width: 15px;
    height: 15px;
    stroke: #727d84;
}

.btn_1:hover {
    background-color: #727d84;
}

.btn_1:hover .btn-icon {
    stroke: #fff;
}

.awards__list {
    padding: 10px 0 !important;
}

.awards__list p {
    font-size: 16px;
    font-weight: 400;
}

.awards__list p strong {
    font-size: 17px;
    font-weight: bold;
    color: #021c48 !important;
}

.yr__tt {
    font-size: 18px;
    font-weight: bold;
    color: #021c48 !important;
}

.awards_list p strong {
    color: #021c48;
    font-size: 18px;
    font-weight: 700;
}


/**** new ****/

.sustain-container {
    position: relative;
    height: 100%;
}

.team-tabs .nav-pills {
    display: flex;
    justify-content: center;
}

.team-tabs .nav-item {
    margin: 0 2px;
}

.team-tabs .nav-pills .nav-link {
    background-color: #fff !important;
    border: 2px solid #727d84;
    border-radius: 0;
    color: #000;
    font-size: 16px !important;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 50px !important;
    margin-bottom: 5px;
    width: 100%;
}

.team-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #fff !important;
    border: 2px solid #efd891;
    display: inline-block;
    border-radius: 0;
    color: #000;
    font-weight: 600;
    padding: 10px 50px !important;
    width: 100%;
}

.team-box {
    /* border: 1px solid #ddd; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 15px;
    position: relative;
    height: 100%;
}

.team-profile {
    width: 110px;
    height: 120px;
    margin-right: 20px;
    border-radius: 100%;
    overflow: hidden;
    float: left;
}

.team-profile img {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    overflow: hidden;
}

.team-holder-p {
    margin-left: 130px;
}

.team-holder-p h5 {
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0;
}

.team-social {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 0;
}

.team-social a {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 3px;
    /* padding: 11px 0 10px 0; */
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    transition: all .3s;
}

.team-social a.social-tw {
    background: #00acee;
}

.team-social a.social-fb {
    background: #3b5998;
}

.team-social a.social-li {
    background: #0e76a8;
}

.team-social a.social-in {
    background: #3f729b;
}

.team-social a.social-yt {
    background: #c4302b;
}

.team-social a:last-child {
    margin-right: 0;
}

.team-social a:hover {
    background: #222222;
}

@media (max-width: 480px) {

    .team-tabs .nav-item {
        margin: 0 2px;
        width: 100%;
    }

}

.team-content .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: none;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.tt-position {
    color: #4f4f4f;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.team-content .btn-close {
    box-sizing: content-box;
    background-color: #090D19;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: .25em .25em;
    color: #fff !important;
    text-align: center;
    border: 0;
    opacity: 1;
    right: 0px;
    top: -8px;
    position: absolute;
}

.patern-1 {
    height: auto;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    transition: background-color 0.5s;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
    font-family: "Lato", sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*:focus {
    outline: 0;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #cccccc;
}

::-webkit-scrollbar-thumb {
    background: #505050;
    border-radius: 5px;
}

body {
    position: relative;
    background-color: rgba(255, 255, 255, 1);
    color: #4f4f4f;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    font-family: "Lato", sans-serif;
    line-height: 24px;
    direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2b2b2b;
    font-variant: normal;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.display-1 {
    font-size: 2.125rem;
}

h1 {
    font-size: 1.75rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.375rem;
}

h4 {
    font-size: 1.25rem;
}

h5 {
    font-size: 1.125rem;
}

h6 {
    font-size: 1rem;
}

.font-40 {
    font-size: 2.5rem;
}

.font-36 {
    font-size: 2.25rem;
}

.font-32 {
    font-size: 2rem;
    line-height: 38px;
}

span {
    font-size: 14px;
}

p {
    margin-bottom: 0.5rem;
}

small {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

ul {
    margin-bottom: 0;
}

ol,
ul {
    padding-left: 0;
}

table,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

.img-fluid {
    width: 100%;
}

a,
a:hover,
button,
button:hover,
input[type="submit"],
input[type="submit"]:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:focus {
    text-decoration: none;
}

button,
input,
select,
select option,
textarea,
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.active-text,
.active-link,
.active-link:focus {
    color: #050038;
    font-weight: 400;
    display: inline-block;
}

.active-link:hover {
    text-decoration: none;
    color: #050038;
}

a,
dt {
    color: #2b2b2b;
    outline: none;
    text-decoration: none;
}

a:focus,
a:hover,
dt:hover,
dt:focus {
    color: #050038;
    text-decoration: none;
}

.btn {
    outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:active,
.btn.active {
    outline: none;
    box-shadow: none;
}

.btn-button {
    position: relative;
    background-color: #050038;
    border: 2px solid transparent;
    border-radius: 0.125rem;
    box-shadow: none;
    -webkit-border-radius: 0.125rem;
    -moz-border-radius: 0.125rem;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    padding: 0.5rem 2rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.btn-button i {
    font-size: 14px;
    margin-left: 8px;
}

.btn-button:hover,
.btn-button:focus {
    background-color: #050038;
    border: 2px solid transparent;
    box-shadow: none;
    color: #ffffff;
    outline: none;
}

.btn-outline {
    background-color: unset;
    border: 2px solid #fff;
    color: #fff;
}

.btn-outline:hover {
    background-color: #fff;
    border: 2px solid #fff;
    box-shadow: none;
    color: #050038;
}

.btn-read {
    position: relative;
    display: inline-block;
    color: #050038;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-read span {
    font-size: 12px;
    margin-left: 8px;
}

.btn-read:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #050038;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.btn-read:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.btn-read:hover,
.btn-read:focus {
    background-color: none;
    border: none;
    box-shadow: none;
    outline: none;
    color: #050038;
}

.form-group {
    position: relative;
}

input,
textarea,
select,
button {
    outline: none;
    font-size: 0.875rem;
}

input.form-control,
textarea.form-control,
select.form-control,
select.form-select {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    color: #636a7b;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid #c3bebe;
    height: 38px;
    font-size: 0.875rem !important;
    padding: 3px 8px;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus,
select.form-select:focus,
input:focus,
textarea:focus,
select:focus {
    border: 1px solid rgb(122, 122, 122);
    outline: none;
    box-shadow: none;
    border-color: none;
    background-color: transparent !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -moz-webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-webkit-appearance: textfield;
}

textarea.form-control {
    height: 100px;
}

.form-control.ndate-picker {
    background-color: #ffffff;
}

.form-label {
    margin-bottom: 0.2rem;
}

label {
    display: inline-block;
    font-weight: 400;
    font-size: 0.875rem;
    margin-bottom: 0;
}

.title-widget {
    position: relative;
}

.title-widget1 h5 {
    text-transform: none;
    letter-spacing: 1px;
    line-height: 26px;
    font-weight: 500;
}

.title-widget h1,
.title-widget h2,
.title-widget h3,
.title-widget h4,
.title-widget h5,
.title-widget h6 {
    position: relative;
    font-size: 1.75rem !important;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 3px;
    line-height: 33.6px;
    margin-bottom: 10px;
    -webkit-animation: animatedIntro 1.5s;
    -ms-animation: animatedIntro 1.5s;
    -o-animation: animatedIntro 1.5s;
    animation: animatedIntro 1.5s;
}

.position-relative {
    position: relative !important;
    z-index: 1;
}

.py-100 {
    padding: 100px 0;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

.py-80 {
    padding: 80px 0;
}

.pt-80 {
    padding-top: 80px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.py-60 {
    padding: 60px 0;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.py-50 {
    padding: 50px 0;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.py-30 {
    padding: 30px 0;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.py-20 {
    padding: 20px 0;
}

.pt-20 {
    padding-top: 20px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.p-0 {
    padding: 0 !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-10 {
    margin-bottom: 10px;
}

hr {
    background-color: rgba(237, 237, 237, 1);
    opacity: 1;
}

.line {
    width: 100%;
    height: 1px;
    margin: 10px 0;
    border-bottom: 1px solid rgba(237, 237, 237, 1);
}

.site-bg {
    background-color: #021c48 !important;
}

.site-light {
    background-color: #f1f1f1 !important;
}

.bg-green {
    background-color: #28a849;
}

.bg-blue {
    background-color: #00adef;
}

.bg-darkred {
    background-color: #99070b;
}

.bg-orange {
    background-color: #d77c29;
}

.section-content {
    padding: 30px 0;
}

main.section-all {
    min-height: 700px;
}

/******** header ********/
.top__info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social__widget {
    position: relative;
    text-align: center;
}

.social__widget ul {
    padding-top: 0;
    padding-left: 20px;
}

.social__widget ul li {
    display: inline-block;
}

.social__widget ul li a {
    font-size: 24px;
    color: #a96224;
    margin: 0px 10px 0 0;
    line-height: 28px;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: transparent;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.social__widget ul li:hover a {
    border-radius: 50%;
    background: #cc7f7f;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.search__widget {
    margin: 5px 0;
}

.constrain {
    max-width: 190px;
    padding: 30px;
}

.input-grey-rounded {
    font-size: 14px;
    line-height: 1.5;
    background: #ffffff;
    border: 1px solid #cad7ff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path fill='%238C92A0' d='M11.44 10.73l4.41 4.42a.5.5 0 1 1-.7.7l-4.42-4.41a6.5 6.5 0 1 1 .7-.7v-.01zM6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11z'></path></svg>");
    background-repeat: no-repeat;
    background-position: 15px 10px;
    background-size: 16px 16px;
    border-radius: 65px;
    width: 190px;
    padding: 0.5em 1em 0.5em 2.5em;
    font-family: "Lato", "sans-serif";
}

.input-grey-rounded::placeholder {
    color: #838d99;
}

.input-grey-rounded:focus {
    outline: none;
    background-color: #fff !important;
    border: 1px solid #98b2ff;
}

header {
    position: relative;
}

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: stickyTransition;
    animation-name: stickyTransition;
}

/**** latest start ****/
.product__wrap {
    position: relative;
    width: auto;
}

.carousel__overlay {
    background: url(../assets/images/Ellipse\ 106.png) no-repeat;
    background-position: center bottom;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 266px;
    z-index: -1;
}

.img__card {
    float: left;
    margin-right: 20px;
    min-width: 92px;
    max-width: 92px;
}

.img__card img {
    border-radius: 5px;
}

.recent-post-content {
    margin-left: 100px;
}

.recent-post-content h6 {
    text-transform: capitalize;
    letter-spacing: 0;
}

.recent-post-content h6 a:hover {
    color: #cc7f7f;
}

.categories ul li {
    color: #2b2b2b;
    display: block;
    border-bottom: 1px solid #ededed;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0;
}

.categories ul li:last-child {
    border-bottom: none;
}

.categories ul li a {
    color: #2b2b2b;
}

.categories ul li a:hover {
    color: #cc7f7f;
}

.gallery__img {
    position: relative;
    display: flex;
    width: 100%;
    max-height: 150px;
    justify-content: center;
    align-items: center;
}

.gallery__img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.awards__content {
    position: relative;
    padding: 130px 80px 150px 80px;
    background-color: rgba(188, 188, 188, 0.8) !important;
}

.awards__content .modal-body {
    padding: 0;
}

.award__wrap {
    position: relative;
    background: #061a57 url(../assets/images/pattern__career.png) no-repeat;
    background-position: right bottom;
    background-size: cover;
    padding: 0 20px;
    min-height: 250px;
    width: 100%;
}

.award__text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}

.award__text span {
    color: #fff;
    font-size: 80px;
}

.aw__tittle {
    color: white;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.loading_info span {
    font-size: 32px;
}

.snpl_list li {
    color: #ffffff;
    font-size: 14px;
    list-style: none;
    margin-bottom: 4px;
}

.snpl_list li a {
    color: #ffffff;
}

.file-upload {
    transition: 0.3s;
    border-radius: 4px;
    background-color: #f1f8fe;
    min-height: auto;
    padding: 30px;
}

#upload {
    opacity: 0;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    /* border: 2px dashed rgba(0, 0, 0, 0.7); */
    padding: 1rem;
    position: relative;
}

.image-area::before {
    content: "Uploaded image result";
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
}

.image-area img {
    z-index: 2;
    position: relative;
}

.why__box {
    position: relative;
    display: flex;
    align-items: center;
}

.wy_icon {
    display: flex;
    align-items: center;
    text-align: center;
    margin-right: 20px;
}

.wh_tittle {
    background: #1a3071 url(../assets/images/pattern__career.png) no-repeat center;
    border-radius: 8px;
    color: #ffffff;
    overflow: hidden;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 50px;
    font-weight: 800;
    display: block;
}

.whyinfo h4 {
    font-size: 20px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.cricle__box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1a3071 url(../assets/images/pattern__career.png) no-repeat;
    background-size: cover;
    border-radius: 100%;
    height: 350px;
    width: 350px;
    text-align: center;
}

.cricle__box h3 {
    color: #fff;
    letter-spacing: 0;
    text-align: center;
}

.employee_img {
    position: relative;
}

.employee_img img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

/**** latest end ****/

/**** about ****/
.about-tittle {
    position: relative;
    display: flex;
    align-items: center;
}

.cont-icon {
    display: flex;
    background-color: #12254b;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    line-height: 35px;
    width: 35px;
    height: 35px;
    font-size: 16px;
    text-align: center;
    padding: 0px 10px;
    margin-right: 15px;
}

.title-inner {
    color: #12254b;
    display: flex;
    align-items: center;
}

ul.timeline {
    list-style-type: none;
    position: relative;
    padding-left: 2.5rem;
}

ul.timeline:before {
    content: " ";
    background: #eee;
    display: inline-block;
    position: absolute;
    left: 16px;
    width: 4px;
    height: 100%;
    z-index: 400;
    border-radius: 1rem;
}

li.timeline-item {
    margin: 20px 0;
}

.timeline-arrow {
    border-top: 0.5rem solid transparent;
    border-right: 0.5rem solid #fff;
    border-bottom: 0.5rem solid transparent;
    display: block;
    position: absolute;
    left: 2rem;
}

li.timeline-item::before {
    content: " ";
    background: #ddd;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #fff;
    left: 11px;
    width: 14px;
    height: 14px;
    z-index: 400;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.awards__banner {
    position: relative;
    display: flex;
    width: 100%;
    height: 360px;
    justify-content: center;
    align-items: center;
}

.awards__banner img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.tittle-holder {
    position: relative;
    padding: 20px;
    min-height: 120px;
}

.tittle-holder p {
    color: #ffffff;
}

/*** csr list start ***/
.grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    grid-gap: 1em;
}

.cell {
    width: 52%;
}

.cell_1 {
    width: 42%;
}

.cell img {
    display: block;
}

.corporate-section {
    position: relative;
    background: #f1f1f1 url(../assets/images/img_banner.png) no-repeat;
    background-attachment: scroll;
    padding: 60px 0 40px 0;
}

.corporate-section::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.9),
            rgba(249, 249, 249, 0.96));
}

.border-radius_16 {
    border-radius: 16px;
}

.content-box {
    position: relative;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
        rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    height: 100%;
    overflow: hidden;
}

.border-radius_8 {
    border-radius: 8px;
}

.content-logo {
    padding: 33px 0;
    border-radius: 16px 16px 0 0;
}

.content-logo img {
    height: 80px;
    width: 100px;
}

.content-info {
    position: relative;
    height: 100%;
}

.bg__img__asha {
    background: url(../assets/images/img33.png);
    /* background-size: cover; */
    width: 100%;
}

.bg__img__prakriti {
    background: url(../assets/images/img24.png);
    /* background-size: cover; */
    width: 100%;
}

.bg__img__gatha {
    background: url(../assets/images/img11.png);
    /* background-size: cover; */
    width: 100%;
}

.bg__img__adharshila {
    background: url(../assets/images/img22.png);
    /* background-size: cover; */
    width: 100%;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg,
            rgba(238, 93, 31, 0.76) 0%,
            rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.bg__gatha {
    background-image: linear-gradient(90deg,
            rgba(238, 93, 31, 0.76) 0%,
            rgba(0, 0, 0, 0.8) 100%);
}

.bg__adharshila {
    background: linear-gradient(90deg,
            rgba(248, 151, 93, 0.76) 0%,
            rgba(0, 0, 0, 0.8) 100%);
}

.bg__asha {
    background: linear-gradient(90deg,
            rgba(0, 173, 239, 0.79) 0%,
            rgba(0, 0, 0, 0.8) 100%);
}

.bg__prakriti {
    background: linear-gradient(90deg,
            rgba(40, 168, 73, 0.64) 0%,
            rgba(0, 0, 0, 0.8) 100%);
}

.content-wrap {
    position: relative;
    padding: 45px 14px 65px 14px;
    z-index: 1;
}

.content-wrap h6 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.content-wrap p {
    color: #fff;
    letter-spacing: 0em;
    text-align: center;
}

.btnfos {
    position: relative;
    cursor: pointer;
    color: #4f4f4f;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}

.btnfos-2 {
    letter-spacing: 0;
}

.btnfos-2:hover,
.btnfos-2:active {
    letter-spacing: 3px;
}

.btnfos-2:after,
.btnfos-2:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.btnfos-2:hover:after,
.btnfos-2:hover:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #d77c29;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

.btnfos-2:hover:before {
    bottom: auto;
    top: 0;
    width: 100%;
}

.btnfos span {
    color: #4f4f4f;
    margin-left: 10px;
}

.btnfos:hover {
    color: #d77c29;
}

.btnfos:hover span {
    color: #d77c29;
}

/*** csr list end ***/

/*** glance start ***/
.glance-section {
    position: relative;
    background: url(../assets/images/img_banner.png) center bottom;
    background-origin: inherit;
    background-repeat: no-repeat;
    padding: 50px 0 50px;
}

.glance-section::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,
            rgba(7, 1, 63, 1),
            rgba(0, 35, 57, 0.9));
}

.p__left-5 {
    padding-left: 5px;
}

.p__right-5 {
    padding-right: 5px;
}

.box__wrap {
    position: relative;
    min-height: 150px;
    padding: 0 30px 0 0;
    text-align: center;
}

.icon__box {
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    margin: 0 auto;
}

.icon__box span i {
    color: #ffffff;
    font-size: 70px;
}

.three {
    /* background-color: #00ddcc; */
    -webkit-animation: simple-scale 1s 1s linear infinite alternate;
    animation: simple-scale 1s 1s linear infinite alternate;
}

.descrip {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    padding: 0 20px;
}

/*** glance end ***/

.brand__wrap {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 20px 30px;
    border-radius: 15px;
    overflow: hidden;
}

.floating:hover {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}

@keyframes floating {
    0% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(8%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(0%);
    }

    50% {
        -webkit-transform: translateY(8%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

.grident_1 {
    background-image: linear-gradient(to bottom,
            rgba(76, 4, 169, 1),
            rgba(5, 0, 56, 1));
}

.grident_2 {
    background-image: linear-gradient(to bottom,
            rgba(71, 175, 249, 1),
            rgba(0, 117, 201, 1));
}

.grident_3 {
    background-image: linear-gradient(to bottom,
            rgba(226, 29, 38, 1),
            rgba(1, 1, 3, 1));
}

.grident_4 {
    background-image: linear-gradient(to bottom,
            rgba(255, 122, 0, 1),
            rgba(250, 184, 0, 1));
}

.logo-brand {
    text-align: center;
}

.service__box {
    position: relative;
    color: #ffffff;
    padding: 0 10px;
}

.s__box {
    background-color: #ffffff;
    width: 114px;
    height: 114px;
    border-radius: 100%;
    line-height: 114px;
    text-align: center;
    margin: 0 auto;
}

.s__box span {
    margin: 0 auto;
}

.team__box {
    position: relative;
}

.team__box img {
    height: 210px;
    object-fit: cover;
    overflow: hidden;
}

.text__holder h4 a {
    color: #ffffff;
}

.text__holder p {
    color: #ffffff;
    font-size: 16px;
}

.clients__section {
    position: relative;
}

.client-tabs .nav-pills {
    display: flex;
    justify-content: center;
}

.client-tabs .nav-item {
    margin: 0 4px;
}

.client-tabs .nav-pills .nav-link {
    background-color: transparent !important;
    border: 2px solid #050038;
    border-radius: 0.125rem;
    color: #050038;
    font-size: 24px !important;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 24px !important;
    /* margin: 0 6px; */
}

.client-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #050038 !important;
    border: 2px solid #050038;
    border-radius: 0.125rem;
    color: #fff;
    font-family: "Teko", sans-serif;
    padding: 6px 24px !important;
}

.client__logo {
    background-color: #ffffff;
    border: 1px solid #cecece;
    border-radius: 4px;
    display: block;
}

.client__logo img {
    height: 100%;
    /* width: 100%; */
    padding: 10px;
    vertical-align: middle;
}

.cards {
    display: flex;
    flex-basis: 15em;
    justify-content: space-between;
}

.card {
    position: relative;
    border: none;
    border-radius: 0;
}

.card__inner {
    position: relative;
    padding: 50px 30px;
    overflow: hidden;
}

.count_number {
    position: absolute;
    right: -15px;
}

.c_1 {
    font-size: 200px;
    color: #40ad6e;
}

.c_2 {
    font-size: 200px;
    color: #ebebeb;
}

.c_3 {
    font-size: 200px;
    color: #5168bc;
}

.icons_bx {
    width: 80px;
    height: 80px;
    text-align: center;
    margin: 0;
    line-height: 80px;
}

.icons_bx span {
    font-size: 24px;
    color: #00884f;
    text-align: center;
}

.card__inner p {
    color: #ffffff;
    font-size: 16px;
}

.bg__box p {
    color: #5a5a5a;
}

/*** blog section start ***/
.blog-section {
    position: relative;
    background: #f1f1f1 url(../assets/images/img_banner.png) no-repeat;
    background-attachment: scroll;
    padding: 60px 0 40px 0;
}

.blog-section::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.9),
            rgba(249, 249, 249, 0.96));
}

.wrapper-box {
    position: relative;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
        rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    overflow: hidden;
}

.images__card {
    position: relative;
    overflow: hidden;
    padding: 0;
}

.images__card img {
    transition-duration: 4s;
    margin: 0 auto;
    display: block;
    transition: transform 0.5s ease;
}

.wrapper-box:hover .images__card img {
    transform: scale(1.2);
}

.content-blog {
    position: relative;
    overflow: hidden;
    color: #828282;
    padding: 20px 20px 30px 20px;
}

.img162 img {
    height: 162px;
    object-fit: cover;
}

.date {
    color: #213368;
    font-size: 14px;
    font-weight: 700;
}

/*** blog section end ***/

.subscribe__text {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.subscribe-from {
    position: relative;
}

.subscribe-from input {
    position: relative;
    background: #ffffff;
    border-radius: 0;
    border: none;
    color: #777;
    font-size: 14px;
    outline: none;
    line-height: 48px;
    height: 48px;
    text-align: left;
    padding: 0 20px;
    width: 75%;
    float: left;
    margin-right: 0;
}

.subscribe-from .subscribe-button {
    position: relative;
    background: #cc7f7f;
    border-radius: 0;
    border: none;
    height: 48px;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    letter-spacing: 3px;
    text-align: center;
    padding: 0 20px;
    width: 25%;
    float: left;
    text-transform: uppercase;
}

.page-link {
    color: #12254b;
}

.page-item.active .page-link {
    background-color: #12254b;
    border-color: #12254b;
}

.page-link:hover {
    color: #12254b;
}

/**** footer *****/
footer {
    position: relative;
}

.footer-info h6 {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.footer-info small {
    line-height: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.contact-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.cnt_icon {
    margin-right: 15px;
    display: flex;
}

.cnt_icon i {
    color: #050038;
    font-size: 24px;
    padding: 0px;
    object-fit: cover;
    display: flex;
    text-align: center;
    justify-content: center;
}

.contact-info p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 !important;
    padding: 0 !important;
}

.contact-info p a {
    color: #000;
}

.contact-info p a:hover {
    color: #cc7f7f;
}

.listing li {
    position: relative;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 38px;
}

.listing li a {
    color: #000;
}

.listing li a:hover {
    color: #cc7f7f;
    text-decoration: underline;
}

.ft-bottom {
    background-color: #021c48;
    padding: 15px 0;
}

.copy-right p,
.copy-right p a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 0 !important;
    margin: 0;
}

/******** all page css *******/
.site_page-title-inner {
    position: relative;
}

.page-titleShape {
    position: relative;
    padding: 40px 0 40px 0;
}

.page-titleShape::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #070707 3.98%, rgba(7, 7, 7, 0) 127.57%);
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
    z-index: 1;
}

.page-title {
    position: relative;
    z-index: 2;
}

.page-title ul li {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 0;
}

.page-title ul li a {
    color: #fff;
}

.page-title ul li+li::before {
    content: "\f054";
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 10px;
    display: inline-block;
    margin: 0 8px 0 10px;
}

.page-title h3 {
    color: #fff;
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
}

.about-wrapper {
    position: relative;
    padding: 30px 0;
}

.about-wrapper::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right,
            rgba(35, 53, 89, 1) 45%,
            rgba(35, 53, 89, 0.7));
    background-repeat: no-repeat !important;
    z-index: 1;
}

.about-wrapper_1 {
    position: relative;
    padding: 30px 0;
}

.about-wrapper_1::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to right,
            rgba(0, 0, 0, 0.75) 45%,
            rgba(0, 0, 0, 1));
    background-repeat: no-repeat !important;
    z-index: 1;
}

.list-item li {
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    list-style-type: disc;
    list-style-position: inside;
    margin: 5px 0;
}

.site_page .page-link {
    position: relative;
    display: block;
    color: #334e7a;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.site_page .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #334e7a;
    border-color: #334e7a;
}

.site_page .page-link:focus {
    z-index: 3;
    color: #334e7a;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: none;
}

.contact_form {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    padding: 40px 30px;
    height: 100%;
}

.loginwrap {
    position: relative;
    height: 100%;
}

.btn.btn-go {
    background: #cf2c1f;
}

.btn.btn-fb {
    background: #4064ac;
}

.btn.btn-tw {
    background: #1c9ceb;
}

.p__s0 {
    padding-left: 0;
}

.p__e0 {
    padding-right: 0;
}

.m_screen {
    display: none;
}

.business-section {
    background: linear-gradient(90deg, #1a3071 13.6%, #090d19 94.59%);
}

.box_color-white p {
    color: #ffffff;
}

.img__box img {
    object-fit: cover;
    height: 300px;
}

.img__box-1 img {
    object-fit: cover;
    height: 145px;
}

.pattern-section {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 30px 0 30px 0;
}

.page__banner {
    position: relative;
}

.image_210 img {
    object-fit: cover;
    height: 210px;
}

.image_380 img {
    object-fit: cover;
    height: 380px;
}

.img_290 img,
.image_290 img {
    object-fit: cover;
    height: 290px;
}

.overlay__image {
    position: absolute;
    left: 0;
    bottom: -50px;
}

.career__section {
    background-color: #061a57;
    background-image: linear-gradient(180deg, #061a57 0%, #2a438e 100%);
}

.career__wrap {
    position: relative;
    background: url(../assets/images/pattern__career.png) no-repeat;
    background-position: right bottom;
    background-size: cover;
    padding: 40px 10px 30px 10px;
    min-height: 380px;
    width: 100%;
}

.career__wrap h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.career__icon {
    width: 100px;
    height: auto;
    margin: 0 auto;
}

.agarbatti {
    position: relative;
    background-repeat: no-repeat;
    max-height: 600px;
    padding-top: 15px;
    z-index: 2;
}

.confectionary {
    position: relative;
    padding: 10px 0 0px 0;
}

.biscuits {
    position: relative;
    max-height: 535px;
    padding-top: 15px;
    z-index: 2;
}

.product-overlay-agarbatti {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #ff7025;
    z-index: 1;
}

.product-overlay-confectionary {
    position: absolute;
    top: 0;
    left: 0;
    height: 450px;
    width: 100%;
    background-color: #031d47;
    z-index: 1;
}

.product-overlay-biscuits {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 1;
}

.video__wrapper {
    position: relative;
}

.video__content {
    position: relative;
    overflow: hidden;
}

.video_carousel {
    position: relative;
    width: 100%;
    height: 100%;
}

.content_overlay {
    position: absolute;
    content: "";
    bottom: 0;
    top: 36%;
    left: 42%;
    right: 0;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: none;
}

#myBtn {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    font-size: 20px;
    padding: 10px;
    border: none;
    background-color: rgba(250, 220, 47, 0.75);
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
}

#myBtn:hover {
    background: #154271;
    color: #fff;
}

.product-carousel {
    position: relative;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.37) 0%,
            rgba(253, 194, 30, 0.5) 100%);
    padding-top: 300px !important;
    /* padding-bottom: 30px; */
}

.product_carousel_confectionary {
    position: relative;
    background: linear-gradient(180deg,
            rgba(255, 246, 219, 0.2) 0%,
            rgba(255, 244, 210, 0.2) 100%);
    padding-top: 200px;
    padding-bottom: 40px;
}

.product_carousel_biscuits {
    position: relative;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.37) 0%,
            rgb(251 216 164) 100%);
    padding-top: 355px;
    /* padding-bottom: 30px; */
}

.product-carousel_p2 {
    position: relative;
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0.37) 0%,
            rgb(251 216 164) 100%);
    padding-top: 40px;
    /* padding-bottom: 30px; */
}

.product__wrap {
    position: relative;
    margin-bottom: 50px;
}

.image__product {
    position: relative;
    margin: 0 auto;
    display: block;
    transition: all 0.5s;
}

.image__product img {
    position: relative;
    max-width: 100% !important;
    max-height: 180px;
}

/* .image__product:before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 5%;
    width: 90%;
    height: 20px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    z-index: 1;
    filter: blur(10px);
} */

.owl-prev:before,
.owl-next:before {
    content: "\f104";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 12px;
    color: #d29b04;
}

.owl-next:before {
    content: "\f105";
    color: #fff9ea;
}

.product__caption {
    position: relative;
    overflow: hidden;
    color: #828282;
    padding: 10px;
}

.product__img {
    position: relative;
    margin: 0 auto;
    min-height: 250px;
    max-height: 300px;
}

.product__img img {
    display: block;
    background-color: transparent;
    border-radius: 0;
    transition: 0.4s ease-in-out transform;
    width: auto !important;
    margin: 0 auto;
    vertical-align: bottom;
}


picture.d-flex.justify-content-center {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}


.product__video {
    position: relative;
    display: flex;
    width: 100%;
    aspect-ratio: 16/9;
    justify-content: center;
    align-items: center;
    background-color: #090d19;
}

.product__video video {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.contact__wrapper {
    background-color: #f2f2f2;
    padding: 50px;
}

.contact__dtl {
    background-color: #050038;
}

.contact__info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont__icon {
    float: left;
    margin-right: 20px;
}

.cont__icon span {
    font-size: 30px;
    color: #fff;
}

.cont__info {
    color: #fff;
}

.cont__info p a {
    color: #fff;
}

.contact__social {
    position: relative;
    text-align: center;
}

.contact__social ul {
    padding-top: 0;
}

.contact__social ul li {
    display: inline-block;
}

.contact__social ul li a {
    font-size: 30px;
    color: #454545;
    margin: 0px 10px 0 0;
    line-height: 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    background: transparent;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.contact__social ul li:hover a {
    border-radius: 50%;
    background: #cc7f7f;
    color: #fff;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.award__container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    flex-wrap: wrap;
}

.awards__card {
    position: relative;
    width: 32%;
    background: radial-gradient(#111 50%, #000 100%);
    overflow: hidden;
    cursor: pointer;
}

.awards__card img {
    max-width: 100%;
    display: block;
    height: 320px;
    object-fit: cover;
    transition: 0.3s ease-out;
}

.awards__card:hover img {
    transform: scale(1.1) translateY(-20px);
    opacity: 0.3;
}

.awards__card:hover .overlay .text-h4 {
    opacity: 1;
    transform: translateY(0);
}

.active__img {
    background-color: #fff;
    padding: 30px;
    height: 450px;
    animation-name: zoomIn;
    animation-duration: 0.5s;
    animation-timing-function: ease-in-out;
}

@keyframes zoomIn {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

.overlay__tittle {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom,
            rgba(255, 255, 255, 0),
            rgba(0, 0, 0, 0.9));
    color: #fff;
    text-transform: capitalize;
    padding: 50px 20px;
    text-align: center;
    z-index: 9;
}

.adw__icon span {
    color: #fff;
    font-size: 50px;
    margin-bottom: 20px;
}

.text-h4 {
    color: #fff;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}

.modal-content {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.awards__slider {
    position: relative;
    padding: 50px 50px 120px 50px;
}

.awards__slider .modal-body {
    padding: 0;
}

.awards__slider1 {
    position: relative;
    padding: 20px 20px 50px 20px;
}

.awards__slider1 .modal-body {
    padding: 0;
}

.slider-container img {
    max-height: 360px;
}

/* customized slider */
.swiffy-slider {
    width: auto;
}

/* for slider inner page */
.farmer__section .carousel {
    position: relative;
    /* padding-bottom: 40px; */
}

.farmer__section .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.farmer__section .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 25px;
    height: 5px;
    border-radius: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #7a7a7a;
    background-clip: padding-box;
    border: 0;
    /* border-top: 10px solid transparent;
      border-bottom: 10px solid transparent; */
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media screen and (max-width: 767px) {
    .swiffy-slider {
        width: auto;
    }
}

.slider-indicators {
    bottom: -20% !important;
}

.slider-indicators>* {
    color: #000000;
    font-size: 20px;
    line-height: 1.8;
}

.slider-indicators-square.slider-indicators>*,
.slider-indicators-square .slider-indicators>* {
    width: 50px;
    height: 40px;
    padding: 3px 20px;
    background-color: #021c48;
    opacity: 1;
    color: #fff;
    border-radius: 8px;
}

.slider-indicators>.active {
    opacity: 1;
    transition: background-color 0.3s ease;
}

.slider-indicators.archSlide>.active {
    background-color: #cc7f7f;
}

.slider-indicators.techSlide>.active {
    background-color: #cc7f7f;
    color: #000;
}

/* -- BACKGROUND EFFECT -- */
.bubbles {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    top: 0;
    left: 0;
}

.bubble {
    position: absolute;
    bottom: -100px;
    width: 40px;
    height: 40px;
    background: #3588bc;
    border-radius: 50%;
    opacity: 0.5;
    animation: rise 10s infinite ease-in;
}

.bubble:nth-child(1) {
    width: 40px;
    height: 40px;
    left: 10%;
    animation-duration: 8s;
}

.bubble:nth-child(2) {
    width: 20px;
    height: 20px;
    left: 20%;
    animation-duration: 5s;
    animation-delay: 1s;
}

.bubble:nth-child(3) {
    width: 50px;
    height: 50px;
    left: 35%;
    animation-duration: 7s;
    animation-delay: 2s;
}

.bubble:nth-child(4) {
    width: 80px;
    height: 80px;
    left: 50%;
    animation-duration: 11s;
    animation-delay: 0s;
}

.bubble:nth-child(5) {
    width: 35px;
    height: 35px;
    left: 55%;
    animation-duration: 6s;
    animation-delay: 1s;
}

.bubble:nth-child(6) {
    width: 45px;
    height: 45px;
    left: 65%;
    animation-duration: 8s;
    animation-delay: 3s;
}

.bubble:nth-child(7) {
    width: 90px;
    height: 90px;
    left: 70%;
    animation-duration: 12s;
    animation-delay: 2s;
}

.bubble:nth-child(8) {
    width: 25px;
    height: 25px;
    left: 80%;
    animation-duration: 6s;
    animation-delay: 2s;
}

.bubble:nth-child(9) {
    width: 15px;
    height: 15px;
    left: 70%;
    animation-duration: 5s;
    animation-delay: 1s;
}

.bubble:nth-child(10) {
    width: 90px;
    height: 90px;
    left: 25%;
    animation-duration: 10s;
    animation-delay: 4s;
}

@keyframes rise {
    0% {
        bottom: -100px;
        transform: translateX(0);
    }

    50% {
        transform: translate(100px);
    }

    100% {
        bottom: 1080px;
        transform: translateX(-200px);
    }
}

.gallery__img {
    position: relative;
    display: flex;
    width: 100%;
    aspect-ratio: 16/9;
    justify-content: center;
    align-items: center;
}

.gallery__img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.video__gallery {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-color: #090d19;
    aspect-ratio: 16/9;
}

.video__gallery video {
    display: block;
    max-width: 100%;
    max-height: 100%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.owner__img {
    padding-left: 20px;
    display: flex;
    justify-self: center;
    margin-top: 40px;
}

.owner__img img {
    height: 370px;
    object-fit: cover;
}

.wrap__info {
    padding: 0;
}

.ps__20 {
    padding-left: 20px;
}

.img_165 img {
    height: 165px;
    object-fit: cover;
}

.img_125 img {
    height: 125px;
    object-fit: cover;
}

.pe_10 {
    padding-right: 7px;
}

.ps_10 {
    padding-left: 7px;
}

.img_330 img {
    height: 330px;
    object-fit: cover;
}

.img_190 img {
    height: 190px;
    object-fit: cover;
}

.img_130 img {
    height: 130px;
    object-fit: cover;
}

.pe_20 {
    padding-right: 20px;
}

.img__290 {
    object-fit: cover;
    height: 290px;
}

.share__widget {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #371a00;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.tobacco__wrap {
    padding: 50px 40px;
}

.carousel-control-next {
    background: #959ea5;
    width: 40px;
    height: 40px;
    top: 45%;
    right: 10%;
    border-radius: 100%;
}

.carousel-control-prev {
    background: #959ea5;
    width: 40px;
    height: 40px;
    top: 45%;
    left: 10%;
    border-radius: 100%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.farmer__section .carousel-control-next {
    background: #919191;
    width: 40px;
    height: 40px;
    top: 45%;
    right: -30px;
    border-radius: 100%;
}

.farmer__section .carousel-control-prev {
    background: #919191;
    width: 40px;
    height: 40px;
    top: 45%;
    left: -30px;
    border-radius: 100%;
}

.farmer__section .carousel-control-next-icon,
.farmer__section .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.elementor-divider {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
        rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    height: 30px;
    width: 100%;
}

/********responsive css*********/
@media (max-width: 3200px) {
    .product-carousel {
        padding-top: 520px;
    }
}

@media (max-width: 2400px) {
    .product-carousel {
        padding-top: 520px;
    }
}

@media (max-width: 1980px) {
    .product-carousel {
        padding-top: 520px;
    }
}

@media (max-width: 1632px) {
    .product-carousel {
        padding-top: 520px;
    }
}

@media (max-width: 1366px) {
    .nav-dropdown .nav-dropdown {
        right: 100% !important;
        top: 0;
        left: inherit;
    }

    .product-carousel {
        padding-top: 200px !important;
    }

    .product_carousel_biscuits {
        padding-top: 260px;
    }

    .section-content {
        padding: 30px 0;
    }

    .breadcrub__container h4 {
        left: 20%;
        font-size: 20px;
    }
}

@media (max-width: 1280px) {
    .product-carousel {
        padding-top: 240px !important;
    }

    .product_carousel_biscuits {
        padding-top: 300px;
    }

    .container {
        max-width: calc(100% - 50px);
    }
}

@media (max-width: 1080px) {
    .product_carousel_biscuits {
        padding-top: 200px;
    }

    .product-carousel {
        padding-top: 130px !important;
    }
}

@media (max-width: 992px) {
    .container {
        max-width: calc(100% - 30px);
    }

    .product-carousel {
        padding-top: 100px !important;
    }

    .product_carousel_biscuits {
        padding-top: 160px;
    }

    .breadcrub__container h4 {
        position: inherit !important;
    }

    .pt-100 {
        padding-top: 40px;
    }

    .pb-100 {
        padding-bottom: 40px;
    }

    .py-80 {
        padding: 40px 0;
    }

    .pb-80 {
        padding-bottom: 30px;
    }

    .py-60 {
        padding: 30px 0;
    }

    .pb-60 {
        padding-bottom: 30px;
    }

    .mt-30 {
        margin-top: 20px;
    }

    .mb-30 {
        margin-bottom: 20px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .display-1 {
        font-size: 26px;
    }

    .menu_toogle {
        display: none;
    }

    .section-content {
        padding: 30px 0 30px 0;
    }

    .Modern-Slider .item .img-fill img {
        width: 100%;
        object-fit: cover;
        animation: myMove 10s linear infinite;
    }

    .image_380 img {
        object-fit: cover;
        height: 280px;
    }

    .award_img_card img {
        height: 360px !important;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: calc(100% - 15px);
        padding: 0 15px;
    }

    .product-carousel {
        padding-top: 90px !important;
    }

    .product_carousel_biscuits {
        padding-top: 30px;
    }

    .product__wrap {
        margin-bottom: 30px;
    }

    .pt-40 {
        padding-top: 30px;
    }

    .pb-40 {
        padding-bottom: 30px;
    }

    .btn-button {
        font-size: 0.875rem;
        padding: 0.5em 1.4em;
    }

    .title-widget h1,
    .title-widget h2,
    .title-widget h3,
    .title-widget h4,
    .title-widget h5,
    .title-widget h6 {
        font-size: 18px;
        line-height: 26px;
    }

    .sticky.is-sticky {
        position: static;
        height: auto;
    }

    .menu-bar {
        display: flex;
        justify-content: inherit;
    }

    .menu-link {
        padding: 8px 16px;
    }

    .Modern-Slider .item h3 {
        font-size: 24px;
    }

    .box__wrap {
        padding: 10px 0px 0 0px;
    }

    .footer-info h6 {
        font-size: 16px;
    }

    .slider-indicators-square.slider-indicators>*,
    .slider-indicators-square .slider-indicators>* {
        font-size: 12px;
        width: 40px;
        height: 30px;
        padding: 3px 12px;
    }

    .slider-indicators {
        bottom: -80% !important;
    }

    .page-title h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .page-titleShape {
        position: relative;
        padding: 40px 0 30px 0;
    }

    .agarbatti {
        position: relative;
        max-height: 450px;
    }

    h3 {
        font-size: 1.125rem;
    }

    .contact__wrapper {
        background-color: #f2f2f2;
        padding: 30px 20px;
    }

    .contact__info {
        justify-content: start;
    }

    .cont__icon span {
        font-size: 22px;
    }

    .wrap__info {
        padding: 30px 0;
    }

    .relative__logo img {
        width: 130px;
    }

    .overlay__image {
        display: none;
    }

    .owner__img img {
        padding: 60px 20px;
    }

    .award_img_card img {
        height: 360px !important;
    }

    .content-info {
        margin-top: 15px;
    }

    .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 0;
    }

    .breadcrub__container h4 {
        left: 0;
        display: inline-block;
    }
}

@media (max-width: 576px) {
    .pattern-section {
        padding: 20px 0 40px 0;
    }

    .product-carousel {
        padding-top: 40px !important;
    }

    .product_carousel_biscuits {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .product-overlay-confectionary {
        height: 400px;
    }

    .product-carousel_p2 {
        padding-top: 70px;
        padding-bottom: 30px;
    }

    .content_overlay {
        width: 50px;
        height: 50px;
    }

    #myBtn {
        width: 50px;
        height: 50px;
    }

    .subscribe-from input {
        width: 100%;
        margin-bottom: 10px;
    }

    .subscribe-from .subscribe-button {
        width: 100%;
        text-align: center;
    }

    .subscribe__text {
        font-size: 12px;
        text-transform: uppercase;
    }

    .owl-carousel .owl-item .item {
        font-size: 20px;
    }

    .owl-carousel .owl-item.sibling .item {
        font-size: 18px;
    }

    .awards__banner {
        height: 220px;
    }

    .awards__content {
        position: relative;
        padding: 50px 30px 80px 30px;
    }

    .owner__img {
        padding: 10px;
    }

    .owner__img img {
        padding: 20px;
    }

    .award_img_card img {
        height: 320px !important;
    }

    .btn-close {
        width: 22px;
        height: 22px;
        right: 7px;
        top: -8px;
    }

    .btn-close span {
        color: #fff;
        font-size: 14px;
    }

    .breadcrub__container {
        padding: 12px 0 !important;
    }

    .breadcrub__container h4 {
        font-size: 20px !important;
    }

    .wrap__info {
        padding: 20px 0;
    }

    .pb-50 {
        padding-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .career__wrap {
        min-height: 300px;
        width: 100%;
    }

    .content_overlay {
        width: 40px;
        height: 40px;
    }

    #myBtn {
        width: 40px;
        height: 40px;
    }

    .share__widget {
        display: block;
    }

    .award_img_card img {
        height: 240px !important;
    }

    .input-group-append small {
        display: none;
    }

    .product_carousel_confectionary {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .product_carousel_biscuits {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .product-overlay-confectionary {
        height: 340px;
    }
}

@media (max-width: 400px) {
    .product_carousel_biscuits {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .product-carousel {
        padding-top: 30px !important;
        padding-bottom: 30px;
    }

    .product-overlay-confectionary {
        height: 300px;
    }

    .product-carousel_p2 {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

@media (max-width: 320px) {
    .content_overlay {
        width: 30px;
        height: 30px;
    }

    #myBtn {
        width: 30px;
        height: 30px;
    }

    .video__content {
        position: unset;
        background-color: unset;
        padding: unset;
    }

    .award_img_card img {
        height: 180px !important;
    }
}

@media (max-width: 280px) {
    .content_overlay {
        width: 25%;
        height: 25%;
    }

    #myBtn {
        width: 25%;
        height: 25%;
        font-size: 80%;
        padding: 25%;
    }

    .award_img_card img {
        height: 100px !important;
    }

    #upload-label {
        position: initial;
    }
}

.red {
    color: #ff0004;
}

.search-results {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.search-results p strong {
    font-weight: bold !important;
    font-size: 16px;
}

.search-results h3 {
    color: #050038;
    font-size: 20px;
    background: #f2f2f2;
    text-transform: capitalize;
    padding: 15px;
    margin: 0 0 10px 0;
}

.msg {
    color: #c65827;
    font-size: 16px;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.btn_1 {
    border: 1px solid #727d84;
    height: 30px;
    width: 30px;
    border-radius: 2px;
    background: none;
    cursor: pointer;
}

.btn-icon {
    width: 15px;
    height: 15px;
    stroke: #727d84;
}

.btn_1:hover {
    background-color: #727d84;
}

.btn_1:hover .btn-icon {
    stroke: #fff;
}

.awards__list {
    padding: 10px 0 !important;
}

.awards__list p {
    font-size: 16px;
    font-weight: 400;
}

.awards__list p strong {
    font-size: 17px;
    font-weight: bold;
    color: #021c48 !important;
}

.yr__tt {
    font-size: 18px;
    font-weight: bold;
    color: #021c48 !important;
}

.awards_list p strong {
    color: #021c48;
    font-size: 18px;
    font-weight: 700;
}


/**** new ****/

.sustain-container {
    position: relative;
    height: 100%;
}

.team-tabs .nav-pills {
    display: flex;
    justify-content: center;
}

.team-tabs .nav-item {
    margin: 0 2px;
}

.team-tabs .nav-pills .nav-link {
    background-color: #fff !important;
    border: 2px solid #727d84;
    border-radius: 0;
    color: #000;
    font-size: 16px !important;
    font-weight: 600;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 50px !important;
    margin-bottom: 5px;
    width: 100%;
}

.team-tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #fff !important;
    border: 2px solid #efd891;
    display: inline-block;
    border-radius: 0;
    color: #000;
    font-weight: 600;
    padding: 10px 50px !important;
    width: 100%;
}

.team-box {
    /* border: 1px solid #ddd; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 15px;
    position: relative;
    height: 100%;
}

.team-profile {
    width: 110px;
    height: 120px;
    margin-right: 20px;
    border-radius: 100%;
    overflow: hidden;
    float: left;
}

.team-profile img {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    overflow: hidden;
}

.team-holder-p {
    margin-left: 130px;
}

.team-holder-p h5 {
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0;
}

.team-social {
    display: flex;
    align-items: center;
    justify-content: start;
    font-size: 0;
}

.team-social a {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 3px;
    /* padding: 11px 0 10px 0; */
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    transition: all .3s;
}

.team-social a.social-tw {
    background: #00acee;
}

.team-social a.social-fb {
    background: #3b5998;
}

.team-social a.social-li {
    background: #0e76a8;
}

.team-social a.social-in {
    background: #3f729b;
}

.team-social a.social-yt {
    background: #c4302b;
}

.team-social a:last-child {
    margin-right: 0;
}

.team-social a:hover {
    background: #222222;
}

@media (max-width: 480px) {

    .team-tabs .nav-item {
        margin: 0 2px;
        width: 100%;
    }

}

.team-content .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: none;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.tt-position {
    color: #4f4f4f;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.team-content .btn-close {
    box-sizing: content-box;
    background-color: #090D19;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    padding: .25em .25em;
    color: #fff !important;
    text-align: center;
    border: 0;
    opacity: 1;
    right: 0px;
    top: -8px;
    position: absolute;
}

.patern-1 {
    height: auto;
}

@media (max-width: 430px) {
  .product-carousel_p2 {
    padding-top: 110px;
    padding-bottom: 30px;
  }
}
@media (max-width: 330px) {
  .product-carousel_p2 {
    padding-top: 120px;
    padding-bottom: 30px;
  }
}
