body {
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", sans-serif;
}

* {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3 {
    font-family: "Poppins", sans-serif;
    /*	font-family: 'myFirstFont', sans-serif;*/
}

@font-face {
    font-family: myFirstFont;
    src: url(../fonts/romla-ax6a5.otf);
}

.header-sec {
    background: url("../images/banner-bg.png");
    background-size: cover;
    padding-top: 30px;
    position: relative;
    padding-bottom: 50px;
}

.social-media-icon {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.social-media-icon li {
    display: inline-block;
    margin-right: 14px;
}

.social-media-icon li a {
    color: #fff;
}
.top-mail {
    color: #fff;
    text-align: right;
}

.top-mail li {
    color: #fff;
    list-style: none;
}

.top-mail li a {
    color: #fff;
}

.logo {
    width: 100%;
    margin-top: 11px;
}

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

.banner-bg {
    margin-top: 9px;
    height: 488px;
    background: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 78px;
}

.about-left-panel span {
    text-transform: uppercase;
    color: #e7b262;
    font-size: 18px;
    letter-spacing: 1px;
}
.about-left-panel h2,
.about-right-panel h2 {
    font-size: 45px;
    font-weight: 300;
    line-height: 50px;
    text-transform: capitalize;
}

.about-right-panel p {
    line-height: 26px;
    font-size: 15px;
}
.about-section img {
    width: 100%;
}

.banner-image {
    text-align: right;
}
.banner-image img {
    margin-top: -16px;
}
.banner-bg .col-md-4 {
    padding-left: 8%;
}

.banner-bg span {
    color: #e6af5d;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 52%;
    display: block;
}

.banner-bg button {
    background: #e6af5d;
    color: #fff;
    width: 150px;
    border: none;
    padding: 10px 0px;
    margin-top: 21px;
    border-radius: 4px;
}

.banner-bg h1 {
    text-transform: capitalize;
    color: #fff;
    font-weight: 700;
}

.menu-row {
    background: #fff;
    border-radius: 10px;
    padding: 6px 0px 18px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.top-header {
    background: #30373f;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navigation {
    margin-bottom: 0px;
    margin-top: 13px;
}

.nav-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navigation li {
    list-style: none;
    display: inline-block;
    margin-left: 53px;
    font-size: 15px;
    font-weight: 500;
}

.navigation li a {
    color: #000;
}

.let-talk {
    background: #e6af5d;
    color: #fff;
    padding: 10px 30px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
}

.let-talk:hover {
    color: #fff;
}

.my-image {
    float: right;
}

.my-image img {
    width: 100%;
}

.name-details {
    padding-left: 24%;
    margin-top: 16%;
}
.name-details h4 {
    margin: 0px;
    text-transform: uppercase;
}

.name-details h1 {
    margin: 0px;
    color: #0f4aaf;
    font-size: 83px;
    font-family: "myFirstFont", sans-serif;
}

.name-details small {
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 16px;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 16%;
}

.my-work {
    background: #135bfb;
    color: #fff;
    width: 115px;
    display: block;
    text-align: center;
    height: 38px;
    border-radius: 6px;
    line-height: 39px;
    margin-top: 11px;
    margin-bottom: 50px;
}

.name-details span {
    display: block;
    margin-top: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}

.navigation li:hover a {
    color: #135bfb;
}

.social-media {
}

.banner-crave {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.about-left-panel span {
    color: #e7b262;
}

.about-left-panel h1 {
}
.about-left-panel ul {
    padding: 0px;
    margin: 0px;
}

.about-left-panel ul li {
    display: list-item;
    list-style: none;
    font-size: inherit;
    margin-bottom: 15px;
}

.about-right-panel button {
    background: #e6af5d;
    color: #fff;
    text-transform: uppercase;
    border: none;
    width: 167px;
    height: 43px;
    margin-top: 12px;
    border-radius: 4px;
}

.about-left-panel ul li i {
    color: #e6af5d;
    font-weight: 800;
    margin-right: 10px;
}

.about-left-panel ul {
    margin-top: 30px;
}

.about-left-panel li a {
    color: #000;
}

.about-me-section {
    background: #112553;
    padding: 43px 30px;
    margin-top: 40px;
}

.product-category {
    background-repeat: no-repeat;
    background-size: cover;
    /*    background: url(../images/marble_bg.png);*/
    background: #30373f;
    padding: 60px 0;
}
.about-section {
    padding: 60px 0;
}
.category-image {
    height: 283px;
}
.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-thumb {
    background: #fff;
    padding: 25px;
    margin-top: 37px;
}
.category-icon {
    width: 80px;
    height: 80px;
    background: #32383f;
    margin: 0px auto;
    text-align: center;
    border-radius: 51px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
    z-index: 2;
    position: relative;
}

.category-thumb h4 {
    color: #000 !important;
    text-align: center;
    font-size: 25px;
    margin-top: 25px !important;
    margin-bottom: 20px !important;
}

.category-thumb a {
    text-align: center;
    margin: 0px auto;
    color: #e6af5d;
    width: 100px;
    display: block;
}

.footer-panel {
    margin-top: 39px;
    background: #30373f;
    padding-top: 50px;
    padding-bottom: 19px;
}
.footer-panel span {
    text-align: center;
    display: block;
    margin-top: 2%;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}

.footer-panel .container span a {
    color: #fff;
}

.footer-panel .container span:hover a {
    text-decoration: underline !important;
}

.footer-menu {
    text-align: right;
    margin: 13px 0px 0px;
}

.footer-menu li {
    display: inline-block;
    margin-left: 25px;
    color: #fff;
    text-transform: uppercase;
}
.footer-menu li a {
    color: #fff;
}

.footer-social-media-icon {
    padding: 0px;
    margin: 0px;
}

.footer-social-media-icon li {
    padding: 10px 14px;
    margin: 0px 4px;
    list-style: none;
    background: #000;
    display: inline-block;
    border-radius: 29px;
}

.footer-panel .row:nth-child(1) {
    border-bottom: 1px solid #ffffff5c;
    padding-bottom: 33px;
    margin-bottom: 17px;
}

/*.showing-work{
	background-size: cover;
	background-repeat: no-repeat;
	background: url(../images/bg.png);
	padding-bottom: 98px;
}
*/
.sticky {
    font-size: 14px;
    line-height: 48px;
    height: auto !important;
    width: 100%;
    left: 0px;
    right: 0px;
    top: -50px;

    transform: translateY(50px);
    transition: transform 600ms ease, background 600ms ease;
    -webkit-transition: transform 600ms ease, background 600ms ease;
    /*
 		 transition: all 0.10s ease-in-out;
  -webkit-transition: all 0.10s ease-in-out;
  -moz-transition: all 0.10s ease-in-out;
*/
    z-index: 999999;
    position: fixed;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);

    margin: 0px auto;
    border-radius: 0px;
    padding: 10px 20px;
    background: #ffffffe6;
}

.sticky .navigation {
    margin-top: 0px;
}
.sticky .let-talk {
    margin-top: 0px;
}

.sticky .logo img {
    width: 61%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.consultation {
    background: #2662fa;
}

.achiv-box {
    padding: 43px;
    background: #fff;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
    position: relative;
    margin-top: -20%;
}

.achiv-box h1 {
    font-weight: 700;
    color: #000;
    font-size: 47px;
    margin-bottom: 27px;
    margin-top: 62px;
}
.achiv-box p {
    color: #000;
    margin-bottom: 30px;
    line-height: 30px;
    font-size: 16px;
}
.achiv-box ul li {
    list-style: none;
    font-weight: 500;
    margin-bottom: 12px;
    font-size: 18px;
}
.achiv-box ul li i {
    color: #2662fa;
}

.achiv-box button {
    border: none;
    width: 160px;
    height: 45px;
    color: #fff;
    text-transform: capitalize;
    margin-top: 25px;
    font-size: 16px;
    border-radius: 5px;
}

.achiv-icon {
    width: 83px;
    height: 83px;
    background: #2662fa;
    margin: 0px auto;
}

.Achievements-number {
    background: #f2f6fe;
    position: relative;
    margin-top: 33px;
    padding-bottom: 25px;
    margin-top: 52px;
    border-radius: 10px;
}
.Achievements-number h1 {
    text-align: center;
    margin: 0px;
}
.Achievements-number span {
    text-align: center;
    display: block;
}

.achiv-icon {
    width: 83px;
    height: 83px;
    background: #2662fa;
    margin: 0px auto;
    border-radius: 53px;
    top: -32px;
    position: relative;
    text-align: center;
}

.achiv-icon img {
    width: 53%;
    margin: 16px auto 0px;
}

.showcase-projects h1 {
    color: #000000;
    margin-top: 4px;
    margin-bottom: 44px;
    text-align: left;
    line-height: 41px;
    text-transform: capitalize;
}

.showing-work {
    padding: 60px 0;
}

.showcase-projects span {
    color: #e6af5d;
    text-transform: uppercase;
}

.tab {
    text-align: right;
    margin-bottom: 50px;
}
.tab button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #30373f;
    border: none;
    padding: 10px 29px;
    margin: 0px 6px;
    border-radius: 4px;
    color: #e6af5d;
    font-size: 18px;
}
.tab button:hover {
    background: #000;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
}
.tab button.active {
    color: #000 !important;
    background: #e6af5d;
}
.tab button.active span {
    color: #000 !important;
}

.first-project {
    width: 100%;
    height: 460px;
    object-fit: cover;
    margin-bottom: 9px;
    border-radius: 10px;
    overflow: hidden;
}

.first-project img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-box span {
    text-align: center;
    display: block;
    font-weight: 500;
    letter-spacing: 0px;
}

.project-box h5 {
    display: block;
    text-align: center;
    margin: 6px 0px 0px;
    font-size: 20px;
}
.second-project {
    height: 253px;
}

.third-project {
    height: 212px;
    margin-top: 22px;
}

.testimonials {
    padding: 60px 0;
    background-color: #2d333b;
}

.product-category span {
    color: #e6af5d;
}

.product-category h1 {
    color: #fff;
    margin: 0px;
}
.product-category p {
    color: #fff;
    text-align: right;
}

.testimonials-box {
    width: 100%;
    margin-top: 23px;
    padding: 0px;
    position: relative;
}

.quote {
    position: absolute;
    bottom: 23px;
    right: 56px;
    width: 9% !important;
}

.testimonials-box P {
    color: #fff;
    line-height: 28px;
    margin-bottom: 43px;
}
.testimonials-profile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.testimonials-profile div {
    margin-right: 10px;
}

.testimonials-profile h2 {
    color: #fff;
    margin: 0px;
    font-size: 18px;
}

.testimonials span {
    font-style: italic;
    color: #ffa94d;
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 29px;
    display: block;
    text-transform: uppercase;
}

.testimonials h4 {
    font-weight: 700;
    line-height: 41px;
    margin-bottom: 21px;
    color: #fff;
    font-size: 36px;
}

.testimonials p {
}

.contact-form {
    margin-top: 90px;
    margin-bottom: 90px;
}

.contact-form-box {
    background: #f8f7fe;
    border-radius: 17px;
    padding: 35px 40px;
    margin-bottom: -64px;
}

.contact-form-box h1 {
    color: #000 !important;
    font-weight: 400;
}

.contact-form-box input[type="text"],
.contact-form-box input[type="email"],
.contact-form-box input[type="number"],
.contact-form-box select {
    width: 100%;
    height: 50px;
    outline: none;
    margin-bottom: 21px;
    padding-left: 17px;
    border: none;
}

.contact-form-box button {
    width: 160px;
    height: 46px;
    background: #e6af5d;
    color: #000;
    font-weight: 500;
    border: none;
    border-radius: 0px;
}

.where-we-supply {
    padding: 60px 0;
}

.where-we-supply h3 {
    font-weight: 700;
    margin-bottom: 21px;
    margin-top: 62px;
    font-size: 36px;
}

.achivment-section {
    background: #e6af5d;
    padding: 60px 0;
}

.faq-section img {
    width: 100%;
}

.faq-section h3 {
    font-size: 36px;
    font-weight: 600;
    color: #000;
}
.faq-section {
    padding: 60px 0;
}

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

.achivment-box div h4 {
    margin: 0px;
    font-weight: 700;
    color: #fff;
    font-size: 51px;
}

.achivment-box div span {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.achivment-box img {
    width: 25%;
    margin-right: 19px;
}

.where-we-supply p {
    line-height: 29px;
    text-align: justify;
    margin-right: 41px;
}

.where-we-supply img {
    width: 100%;
}

.contact-form-box textarea {
    width: 100%;
    height: 150px;
    padding-top: 30px;
    outline: none;
    margin-bottom: 21px;
    padding-left: 17px;
    border: none;
}

.accordion .card {
    background: #fff;
}

.card-header {
    background: #f5f5f5;
    z-index: 2;
    position: relative;
    padding: 7px 20px;
    margin-bottom: 13px;
}

.card-header h2 {
    margin: 0px !important;
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px;
}

.accordion .accordion-item button[aria-expanded="true"] {
    border-bottom: 1px solid #e6af5d;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #e6af5d;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #e6af5d;
    border: 1px solid #e6af5d;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-size: 16px;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded="true"] {
    color: #e6af5d;
}
.accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-size: 15px;
    font-weight: 300;
    margin: 2em 0;
    line-height: 25px;
}

.contact-form h1 {
    font-weight: 800;
    font-size: 49px;
    margin-bottom: 32px;
}

.chart-icon {
    display: none !important;
}
.mobile-version {
    display: none;
}

#check {
    display: none;
}
.checkbtn {
    display: none;
}

.contact-us-panel .box {
}

.contact-us-panel {
    padding: 50px 0px;
    background: #f5f5f5;
}

.box {
    padding: 49px 1.5rem !important;
    text-align: center !important;
    width: 100%;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
}

.box i {
    width: 100px;
    height: 100px;
    background: white;
    margin: 0 auto;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: #e6af5d;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 39px;
}

.box h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.contact-us-panel h1 {
    font-weight: 800;
    text-align: center;
    display: block;
}

.contact-us-panel span {
    text-align: center;
    margin-bottom: 50px;
    display: block;
}

.inner-cotact-field label {
    display: block;
    text-transform: capitalize;
    font-weight: 400;
}
.inner-cotact-field input[type="text"],
.inner-cotact-field input[type="email"],
.inner-cotact-field select,
.inner-cotact-field input[type="number"] {
    width: 100%;
    height: 52px;
    padding-left: 10px;
    border: 1px solid #ccc;
    outline: none;
    margin-bottom: 22px;
}
.inner-cotact-field textarea {
    width: 100%;
    height: 147px;
    padding-left: 10px;
    border: 1px solid #ccc;
    outline: none;
    margin-bottom: 22px;
    padding-top: 20px;
}
.inner-cotact-field input[type="submit"] {
    width: 130px;
    height: 47px;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    background: #e6af5d;
    color: #fff;
    outline: none;
    text-transform: uppercase;
}

.contact-box {
    padding: 40px;
    background: #fff;
}

.map-field {
    margin-top: 50px;
}

.quote-wrap img {
    width: 100%;
    height: 622px;
    object-fit: cover;
}

.select-dropdown .select2-selection__rendered {
    text-align: left;
    margin-bottom: 0px !important;
    line-height: 50px !important;
}

.select-dropdown .select2-selection--single {
    margin-bottom: 0px;
    height: 53px;
    border-radius: 0px;
    border: 1px solid #ccc;
}

.select-dropdown .select2-selection__arrow {
    top: 16px !important;
}

.select-dropdown .selection,
.select-dropdown .dropdown-wrapper,
.select2-container {
    margin-bottom: 0px !important;
}

.terms-privacy {
    padding: 50px 0px;
    background: #f5f5f5;
}

.terms-conditions h1 {
    font-size: 32px;
    font-weight: 700;
}
.terms-conditions h4 {
    font-size: 20px;
}
.terms-conditions p {
    margin-bottom: 27px;
    font-size: 15px;
    line-height: 33px;
    text-align: justify;
}

.terms-conditions ul li {
    margin-left: 17px;
    margin-bottom: 12px;
}

/*--------------------error css-------------*/
.error-wrap img {
    width: 36%;
    margin: 0px auto;
    display: block;
}

.error-wrap a {
    display: block;
    text-align: center;
    margin: 30px auto;
    background: #f26122;
    color: #fff;
    width: 200px;
    display: block;
    text-align: center;
    height: 53px;
    border-radius: 6px;
    line-height: 53px;
}

.internal-server img {
    width: 61%;
    margin: 0px auto;
    display: block;
}

.inner-cotact-field {
    position: relative;
}
.form-text.form-error {
    color: #f00;
    position: absolute;
    bottom: 6px;
    left: 0;
    font-size: 12px;
}
#contact-form .inner-cotact-field.select-dropdown .form-text.form-error {
    bottom: -18px;
}
.alert.alert-danger {
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    top: 33px;
    background-color: #d43148;
    background-image: none;
    color: #fff;
    font-size: 16px;
}
#quote-form .inner-cotact-field.select-dropdown .form-text.form-error {
    bottom: -18px;
}
.navigation li a:hover {
    color: #e6af5d;
}
.testti_img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
}
.testti_img img {
    float: left;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.alert.alert-success {
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    top: 33px;
    background-color: #8bc349;
    background-image: none;
    color: #fff;
    font-size: 16px;
}
.product-category h3 {
    font-size: 32px;
    color: #fff;
}

/* css-new-update */
/* header ========== */
.header {
    padding: 0;
}
.headerTop {
    height: 4rem;
}
.headerTop:after {
    content: "";
    height: 1px;
    background-color: #e5e5e5;
    width: 100%;
    position: absolute;
    top: 40px;
    left: 0;
}
.headerTop li {
    display: inline-block;
    margin-left: 2rem;
}
.headerTop a {
    color: #ffffff;
}
.headerTop a:hover {
    color: #e6212e;
}

.headerMain .navbar-brand {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    height: auto;
}
.headerMain .navbar-brand img {
    max-height: 5rem;
    width: auto;
    height: auto;
    max-width: 100%;
}
.call-contact {
    display: flex;
    justify-content: right;
    align-items: center;
}
.contactinfo {
    display: flex;
    align-items: center;
}
.carttext span {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 14px;
    color: #323a8c;
}
.carttext span.shoppingttle {
    font-size: 15px;
    color: #161616;
    font-weight: 400;
    margin-bottom: 8px;
}
.iteamdisplay {
    font-weight: 700 !important;
}
.shoppingttle {
    margin-bottom: 4px;
}
.callicon {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.topMenu ul li {
    margin: 0 1.75rem;
}
.topMenu ul li a {
    height: 6.8rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-weight: 600;
    padding: 0 !important;
    font-size: 16px;
}
.topMenu ul li a:before {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #e6af5d;
    content: "";
    left: 50%;
    transform: translateX(-50%);
}
.topMenu ul li a.active::before {
    width: 100%;
}
.topMenu ul li a:hover,
.topMenu ul li a.active,
.topMenu ul li a:hover,
.topMenu ul li a:focus {
    color: #e6af5d;
}
.topMenu ul li a.dropdown-toggle::after {
    border-width: 0.5rem;
    margin-left: 0.6rem;
    margin-top: -0.2rem;
}
.topMenu ul ul.dropdown-menu {
    margin: 0;
    border: none;
    box-shadow: 0 0 1.4rem 0 rgba(0, 0, 0, 0.15);
    min-width: 20rem;
    border-radius: 0;
    padding: 0;
}
.topMenu ul ul.dropdown-menu li {
    margin: 0;
}
.topMenu ul ul.dropdown-menu li a {
    padding: 1rem !important;
    display: block;
    height: auto;
    font-size: 1.4rem;
}

.opentime h5 {
    font-size: 15px;
    color: #161616;
    font-weight: 400;
}
.opentime h5 span {
    font-size: 15px;
    color: #161616;
    font-weight: 700;
}
.location-rght-apply .location {
    font-size: 15px;
    color: #161616;
    font-weight: 400;
    margin-right: 30px;
}
.location-rght-apply .applynow {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    background-color: #e6212e;
    padding: 11px 25px 14px 25px;
    line-height: 15px;
    display: inline-block;
}
.applynow:hover {
    background-color: #090d45;
    color: #fff !important;
}
.searchbar {
    margin-right: 20px;
}
.searchbar-info {
    position: absolute;
    width: 100%;
    background-color: #fef2e9;
    padding: 15px;
    left: 0;
    top: 100%;
    display: none;
}
.searchbar-info .input-group .sechinput {
    height: 45px;
    padding: 10px 15px;
    border-radius: 0;
    border: 1px solid #e1e1e1;
}
.searchbar-info .input-group .sechinput:focus {
    box-shadow: none;
}
.searchbar-icon {
    cursor: pointer;
}
.search-submit {
    background-color: transparent;
}
.searchicon-dv {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}
.srchcross {
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6212e;
}
.srchcross .btn-crss {
    background-image: url(../images/cancel-icon.png) !important;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: cover;
    background-color: transparent;
}

.mobile-visible {
    display: none;
}
nav.header {
    width: 100%;
    background-color: #f1f1f1;
    border-radius: 0;
}
nav.header > .container {
    display: block;
}

/* banner ========== */
.banner {
    float: left;
    position: relative;
}
.banner .overlay {
    background-color: rgba(0, 0, 0, 0.35);
}
.banner .object_fit_cover {
    position: absolute;
    top: 0;
    left: 0;
}
.banner > .container {
    height: 100%;
    position: relative;
    z-index: 2;
}
.banner .container > .row {
    height: 100%;
    align-items: center;
}
.banner .bannerContent .cmnBtn {
    margin-top: 6rem;
}
.banner .bannerContent a.cmnBtn:hover {
    color: #fff;
}
.bannerContent h4 {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.bannerContent h1 {
    line-height: 55px;
    margin: 15px 0;
}

/* css-new-update */

@media screen and (max-width: 1199px) {
    .about-left-panel h2,
    .about-right-panel h2 {
        font-size: 27px;
        font-weight: 300;
        line-height: 37px;
        text-transform: capitalize;
    }
    .tab button br {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .header {
        box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.3);
    }
    .right-ab-img:after {
        top: 50%;
    }
    .banner {
        padding: 80px 0;
    }
    .headerTop {
        padding: 0 1.5rem;
        height: auto !important;
    }
    .opentime h5 span {
        display: block;
    }
    .desktop-appy {
        display: none !important;
    }
    .location-rght-apply .location {
        margin-right: 0px;
    }
    .mobile-visible {
        display: block;
    }
    .headerMain {
        padding: 0 1.5rem;
        height: 5.4rem;
    }
    .headerMain .navbar-brand img {
        max-height: 4.8rem;
    }
    .headerNavLeft {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menuTriger {
        background-color: transparent;
        border: none;
        height: 17px;
        padding: 0;
        position: relative;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 36px;
    }

    .menuTriger .navbar-toggler-icon {
        background-color: #080808;
        background-image: none;
        height: 2px;
        left: 50%;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 28px;
    }
    .menuTriger .navbar-toggler-icon:after,
    .menuTriger .navbar-toggler-icon:before {
        background-color: #080808;
        content: "";
        height: 2px;
        right: 0;
        position: absolute;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        width: 100%;
    }
    .menuTriger .navbar-toggler-icon:before {
        opacity: 0;
        top: 8px;
        width: 28px;
    }
    .menuTriger .navbar-toggler-icon:after {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(90deg);
        transform: translate(-50%, -50%) rotate(90deg);
        width: 100%;
    }
    .menuTriger.collapsed .navbar-toggler-icon:after {
        left: 0;
        top: 16px;
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0);
        /* width: 22px; */
    }
    .menuTriger.collapsed .navbar-toggler-icon:before {
        opacity: 1;
    }

    .menuTriger.collapsed {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    .menuTriger.collapsed .navbar-toggler-icon {
        left: 0;
        top: 0;
        -webkit-transform: translate(0) rotate(0);
        transform: translate(0) rotate(0);
        width: 100%;
    }

    .menuTriger:focus {
        box-shadow: none;
        border: none;
    }

    .topMenu {
        position: absolute;
        display: block !important;
        top: 5.3rem;
        height: calc(100vh - 5.3rem) !important;
        background-color: #2f2f2f;
        width: 31rem;
        right: 0;
        text-align: left;
        overflow-y: scroll;
        padding: 2rem 1rem;
        transform: translateX(31rem);
        -webkit-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }
    .topMenu.show {
        transform: translateX(0);
        box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.3);
        z-index: 9;
    }
    .topMenu ul li {
        margin: 0 0 0.8rem 0;
        background-color: #515151;
    }
    nav.header::before {
        width: 40%;
    }
    .topMenu ul li a {
        height: auto;
        padding: 1.7rem 1.5rem !important;
        text-align: left;
        color: #ffffff;
        display: flex;
        justify-content: space-between;
    }
    .topMenu ul li a:before {
        display: none;
    }
    .topMenu ul ul.dropdown-menu {
        padding: 1rem;
        background-color: transparent;
        box-shadow: none;
    }
    .topMenu ul ul.dropdown-menu li a {
        background-color: #2b3915;
        padding: 1.7rem 1.5rem !important;
    }
    .topMenu ul ul.dropdown-menu li {
        margin-bottom: 0.5rem;
    }
    nav.header::before {
        width: 50%;
    }
    .banner-image img {
        margin-top: 20px;
    }
    .headerMain {
        padding: 1.5rem;
        height: auto;
        gap: 10px;
    }
    .achivment-box img {
        width: 60px !important;
    }
}

@media screen and (max-width: 767px) {
    .where-we-supply h3 {
        margin-top: 0;
    }

    .testimonials h4 {
        line-height: 32px;
        font-size: 20px;
    }
    .accordion .accordion-item {
        margin-right: 0;
    }
    .faq-section h3 {
        font-size: 24px;
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .accordion .accordion-content p {
        margin: 0;
    }
    .about-left-panel h2,
    .about-right-panel h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .product-category {
        margin-top: 30px;
        padding-top: 30px;
    }
    .product-category h3 {
        text-align: center;
    }
    .showcase-projects h4 {
        text-align: center;
    }
    .headerMain .navbar-brand img {
        max-height: 3rem;
    }

    .let-talk {
        padding: 5px;
        font-size: 12px;
    }

    .headerMain {
        padding: 1.5rem;
        height: auto;
        gap: 10px;
    }
    .product-category h5 {
        text-align: center;
    }
    .product-category h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .showcase-projects h5 {
        text-align: center;
    }
    .showcase-projects hr {
        display: none;
    }
    .tab {
        text-align: center;
        margin-bottom: 5px;
        gap: 5px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 10px;
        justify-content: center;
    }
}

@media screen and (max-width: 349px) {
    .headerMain .navbar-brand img {
        max-height: 2rem;
    }
}
/*--------------------error css-------------*/
