@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');


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

html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    background-color: white;
    overflow-x: hidden;
    scroll-behavior: smooth;
}a.whatsapp-chat

/* .................... FAQ
............  */

/* @keyframes zoomIn {
    from { transform: scale(1); }
    to   { transform: scale(1.2) translate(-60px, -10px);}
  } 

  .faq-image-box-new img {
    animation: zoomIn 12s linear infinite;
  } */

.faq-container {
    max-width: 600px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}


.faq-slider-dots {
    position: relative;
    margin-top: -100px;
    z-index: 111;
}

#faq-slider-dots ul.slick-dots {
    position: absolute;
    bottom: 69px;
    left: 0%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}


#faq-slider-dots ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;

    outline: none;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}

#faq-slider-dots ul.slick-dots li.slick-active button {
    background-color: #FFFFFF;
}



.faq-image-box-new {
    position: relative;

}

.faq-image-box-new .content {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    text-align: left;
}

.contact_btn {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    color: #FFFDFD;
    background-color: #BD342D;
    padding: 14.5px 80px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 1.0s ease-in-out;
    border: 1px solid #BD342D;
}

.contact_btn:hover {
    background-color: #fff;
    color: #BD342D;
    border: 1px solid #BD342D;
    transition: all 0.3s ease-in-out;
}

.faq-image-box-new .content p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.faq-image-box-new h1 {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    color: #FFFFFF;
    text-align: start;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.flex-next,
.flex-prev {
    display: none;
}


.flex-slider {
    width: 100%;
    position: relative
}

.flex-slider .slides {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.flex-slider .slides>li {
    float: left;
    margin-right: -100%;
    width: 100%;
    overflow: hidden;
    height: 50vw;
}

.flex-slider .flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0
}

.flex-slider .flex-direction-nav .flex-prev,
.flex-slider .flex-direction-nav .flex-next {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px;
    text-decoration: none;
    position: absolute;
    height: 1em;
    top: 45%;
    bottom: 0;
    margin: 0 auto;
    z-index: 8;
    text-align: center;
    color: #333;
    max-width: 20px
}

.flex-slider .flex-direction-nav .flex-prev {
    left: 0
}

.flex-slider .flex-direction-nav .flex-next {
    right: 0
}

.slide-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.flex-active-slide .slide-image {
    animation: zoomout linear 5s;
    transition: all .5s linear;
}

@keyframes zoomout {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.04);
    }
}

@media (max-width:768px) {
    .flex-slider .slides>li {
        height: 70vw
    }
}

.header {

    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 70px;
    transition: 0.6s ease all;
    z-index: 999999;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 5.54%, rgba(0, 0, 0, 0) 112.22%);
}


header .header .logo img {
    width: 100%;
}


header.sticky .header {
    background: linear-gradient(180deg, rgba(0, 0, 0, 2.9) 0%, rgba(0, 0, 0, 0.9) 100%);
    box-shadow: 0px 4px 4px rgb(0 0 0 / 24%);
}

header .header .logo {
    width: 231px;
    height: 58px;
}

header .header .logo img {
    width: 90.54px;
    height: 76px
}

.header .info ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.header .info ul li {
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .info ul li span {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-left: 10px;
}

.header .info ul li span.inner-span {
    color: #b5b4b4;
    font-size: 14px;
    line-height: 22px;
    margin-left: 0;
}

.header .info ul li:first-child {
    padding-right: 20px;
    margin-right: 30px;
    /* border-right: 1px solid #818181; */
}

.header .info ul li:nth-child(2) {
    margin-right: 60px;

}

a.link {
    text-decoration: none !important;
    margin-left: 10px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.header .mob-info ul li.ipad-btn {
    display: none;
}

.header .mob-info ul {
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.header .mob-info ul li {
    float: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header .mob-info ul li span {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-left: 10px;
}

.header .mob-info ul li span.inner-span {
    color: #b5b4b4;
    font-size: 14px;
    line-height: 22px;
    margin-left: 0;
}

.header .mob-info ul li:first-child {
    margin-right: 0;
}

.header .mob-info ul li:nth-child(2) {
    margin-right: 80px;
}


.top-bar {

    height: 43px;

    background: #8F9B47;
}

.top-bar img {

    margin-right: 10px;

}

.top-bar p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    padding-top: 20px;
    color: #FFFFFF;
    display: block;


}

.header__wrapper {
    position: absolute;
    width: 100%;
}

.flex-slider {
    position: relative;
}


.top-bar-mobile-screen {

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 18px;
    /* identical to box height, or 225% */


    color: #FFFFFF;
    display: none;

}




.fequently-asked-questions .faq-slider div img {
    width: 100%;
}

.faq {
    box-sizing: border-box;
    background: transparent;
    padding: 16px 16px;
    position: relative;
    overflow: hidden;
    margin: 9px 0 6px 0;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
}

.faq-title {
    margin: 0 35px 0 0;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */


    /* Grey 2 */

    color: #666666;
}

.faq-text {
    margin: 20px 0 0;
    display: none;
    line-height: 1.5rem;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* or 150% */


    /* Grey 2 */

    color: #666666;
}

.faq.active {
    background-color: #f8f8f8;
    box-shadow: inset 4px 0px 0px 0px var(--accent-color);
}



.faq.active .faq-text {
    display: block;
}

.faq-toggle {
    background-color: transparent;
    border: 1px solid #e6e6e6;
    color: inherit;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding-top: 3px;
    position: absolute;
    top: 14px;
    right: 19px;
    height: 30px;
    width: 30px;
    transition: 0.3s ease;
}

.faq-toggle:focus {
    outline: none;
}

.faq.active .faq-toggle {
    transform: rotate(180deg);
    background-color: var(--accent-color);
    /* border-color: var(--accent-color); */
    color: #fff;
}

/* vendors__wrap_container start */
.vendors__wrap_container .vendors__wrap_image {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.vendors__wrap_container .vendors__wrap_image img {
    margin-right: 24px;
}

.vendors__wrap_container .vendors__wrap_image h4 {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}


.vendors__wrap_container p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #828282;
}

.vendors__wrap_container a {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    position: absolute;
    bottom: 20px;
    line-height: 19px;
    color: #000000;
    text-align: uppercase;
}

.vendors__wrapper_cols {
    background: #FFFFFF;
    border-bottom: 4px solid #BD342D;
    border-radius: 4px;
    padding: 25px 25px 40px;
}

.vendors__wrapper_texture {
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
}

.vendors__wrapper_cols_second h4,
.vendors__wrapper_cols_second p,
.vendors__wrapper_cols_second a {
    color: #fff !important;
}

.vendors__wrapper_cols_second {
    background-color: #CC4A4C;
    border-bottom: 4px solid #FFFFFF;
}

#vendors__wrapper {
    left: 50%;
    position: absolute;
    z-index: 999;
    top: unset;
    transform: translate(-50%, -50%);
    width: 100%;
    margin-bottom: 182px;
}

/* vendors__wrap_container end */

/* about us section start */
#about__us {
    margin-top: 300px;
}

#about__us h4 {
    background-image: url(../images/about_us_watermark.png);
    background-repeat: no-repeat;
    background-position: right;
    font-size: 39px;
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #515151;
    line-height: 60px;
}

#about__us h4 span {
    color: #fff;
}

#about__us .our__story {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #BD342D;
}

#about__us p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}


/* about us section end */

/* certifications section start */

#certifications h4,
#journey__section h4,
#intersting__facts h4,
#what_makes_us_different h4,
#testimonial h4,
#faq h4,
.why-us-new h4,
#infrastructure-gallery h4 {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #515151;
    padding-bottom: 52px;
}

.why-us-new h4 {
    padding-left: 81px;
    margin-top: -17px;
}

.why-us-new h4 img {
    padding-left: 15px;
}

#certifications {
    padding-top: 100px;
    padding-bottom: 100px;
}

.journey__card_wrap p {
    text-align: center;
    font-size: 13px;
    padding: 0 9px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    color: #000000;
}

#journey__section span,
#intersting__facts span,
#what_makes_us_different span,
#testimonial span,
#faq span,
#infrastructure-gallery span {
    text-align: center;
    display: block;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #BD342D;
}


#faq h4 {
    padding-bottom: 27px;
}

#faq span {
    text-align: left !important;
}

#journey__section span img {
    margin-top: -4px;
    margin-left: 10px;
}

.journey_container {
    padding-top: 135px;
}

#journey__section {
    padding-bottom: 210px;
}

#intersting__facts h5 {
    font-family: 'Barlow', sans-serif;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 30px;
}

.intersting__facr_card h2 {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    color: #C73639;
}

.intersting__facr_card {
    text-align: center;
}

.intersting__facr_card p {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.contact_btn_wrapper {
    text-align: center;
    margin: 0 auto;
}

.runing__number {
    padding: 20px 0 50px;
}

.intersting_fact_info {
    margin-bottom: 60px;
}

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


.goto #number__sum {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 72px;
    color: #C73639;
    margin-top: -15px;
}

/* certifications section end */

/* product section starts here */

#products {
    padding: 30px 0 63px;
    margin-top: 100px;
}

#products h4 {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    padding-bottom: 50px;
}

#products .product__sub_heading {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    text-align: center;
    display: block;
}

.product_card {
    cursor: pointer;
    margin-bottom: 24px;
}

.product_card p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #131313;
    text-align: center;
    padding: 17px 0 12px;
    background-color: #fff;
    border-radius: 0px 0px 8px 8px;
}

.product_card img {
    width: 100%;
    border-radius: 8px 8px 0px 0px;
}



.card-title {
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 300;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #F95959;
}

.card-block .card-text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    /* white-space: break-spaces; */
    text-align: center;
    color: #283848;
}

#products .card-block .card-text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    /* white-space: break-spaces; */
    text-align: center;
    color: #000000 !important;
    padding: 0px 10px;
}

.product_card {
    position: relative;
    transition: all .5s;
}

.product_card:hover .card-block {
    opacity: 1;
}

.product_card:hover p {
    color: #fff;
}

#infrastructure-gallery .mutual {
    text-transform: uppercase;
    color: #BD342D !important;
}

.card-block {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .5s;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: rgb(220 220 220 / 52%);
    border: 2px solid #FFFFFF;
    text-align: center;
    transform: translate(-50%, -50%);
    height: 100%;
    justify-content: center;
}

.download__btn {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #BD342D;
    background-color: #fff;
    padding: 15px 54px;
    border: 2px solid #BD342D;
    border-radius: 8px;
    margin: 57px auto 0;
    display: inline-block;
}

/* product section ends here */

.why-us-data-box {
    padding: 27px 1px 27px 80px;
}

.why-us-data-box h6 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 160%;
    color: #8F9B47;
}

.why-us-data-box h2 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 20px;
    color: #FFFFFF;
}

.nav {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.why-us-data-box ul.nav-pills li a {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    /* padding-bottom: 22px; */
    color: #D9D9D9;
}

.why-us-data-box ul a {
    text-align: start;
    list-style: none;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.why-us-slider .tab-content .tab-pane img {
    width: 100%;
}

.tab-pane a img {
    width: 30px !important;
    height: 30px !important;
    padding-left: 10px;
}

.tab-pane a {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    /* line-height: 19px; */
    text-transform: uppercase;
    color: #FFFFFF;
}

.small-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 6px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 452px;
    height: 174px;
    background: rgba(3, 3, 3, 0.8);
}

.small-box h5 {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: start;
    padding-bottom: 10px;
    width: 350px;
    color: #FFFFFF;
    border-bottom: 2px solid #bd342c;
}

.small-box a {
    display: none;
}

.small-box p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #E5E5E5;
}

.why-us-data-box ul.nav-pills li.active a {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #bd342c;


}

.why-us-data-box ul.nav-pills li.active {
    margin-left: -140px;
    text-align: start;
    z-index: 999999;
    margin-left: -100px;
    position: relative;
}

.why-us-data-box ul.nav-pills li.active::before {
    content: url(../images/industries/industrie_line.svg);
    padding-right: 18px;
    /* color: #A9B755; */
}

.why-us-data-box-outer {
    background: url(../images/industries/automotaive_industrie.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.why-us-new {
    padding: 100px 0;
}

.why-us-slider {
    position: absolute;
    right: -63px;
    z-index: 99;
    top: 58%;
    transform: translateY(-50%);
}

.why-us-data-box {
    position: relative;
}

#what_makes_us_different .why__choose_us_content p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}

#what_makes_us_different {
    padding: 15px 0;
}

#products span img,
#faq span img,
#intersting__facts span img,
#about__us span img,
#certifications img {
    padding-left: 8px;
}

#what_makes_us_different span img {
    margin-top: -7px;
    padding-left: 8px;
}

.why__choose_us_content a {
    margin-top: 56px;
}

#what_makes_us_different .why__choose_us_content p strong {
    color: #000000;
}

#what_makes_us_different .why_choose_content_list li {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 20px;
}

.why__choose_list_01 {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}

.why__choose_list_01 strong {
    margin-bottom: 8px;
    display: inline-block;
}

.why__choose_list_01 img {
    padding-right: 10px;
}

.why_choose_content_list ul {
    list-style: none;
}

#testimonial p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #373737;
}

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

#testimonial .name {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #BD342D;
    text-align: center;
    margin-top: 20px;
}

.testimonial_image {
    margin: 0 auto 50px;
}

#testimonial .slick-prev:before,
#testimonial .slick-next:before {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    opacity: 1;
}

#testim {
    background: #FAFAFA;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

#testimonial span {
    display: inline-flex;
    align-items: center;
    justify-self: center;
}

#testimonial {
    padding: 100px 0;
}

.testimonial_card {
    /* padding: 0 190px; */
    text-align: center;
}

#testimonial span img {
    margin: 0 !important;
    width: auto;
    padding-left: 10px;
}


#testimonial .slick-slide img,
#logos__slider_wraper .slick-slide img {
    margin: 0 auto;
    text-align: center;
}

.faqanswer {
    display: none;
    background: #fff;
    padding: 12px 20px 2px 30px;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    margin-top: -4px;
}

.faqanswer p {
    font-size: 16px;
    line-height: 24px;
    margin-top: -15px;
}

.faq_wrap a:hover {
    color: #bd342d;
    text-decoration: none;
}

#faq {
    padding: 100px 0 0;
    background-color: #FFF9F9;
}

.testimonial__slider .slick-slide {
    padding: 20px;
    margin: 20px;
    background: #FAFAFA;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);

}

#logos__slider_wraper {
    margin: 21px 0 13px;
}

a.active {
    font-weight: bold;
    color: #BD342D;
}

.faq_wrap {
    margin-bottom: 16px;
    border-radius: 5px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
}

.togglefaq {
    text-decoration: none;
    display: flex !important;
    justify-content: space-between;
    padding: 20px 24px;
    display: block;
    /* width: 590px; */
    margin-bottom: -1px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    border-radius: 5px;
    color: #000000;
}

.icon-plus {
    color: #5ec4cd;
    margin-right: 20px;
    font-size: 20px;
    float: left;
}

.icon-minus {
    color: #5ec4cd;
    margin-right: 20px;
    font-size: 20px;
    float: left;
}

.logo__slider .slick-prev:before,
.logo__slider .slick-next:before {
    color: #000000;
}

#logos__slider_wraper .slick-track {
    display: flex !important;
    align-items: center !important;
}

.social-content {
    padding: 100px 35px 0 0;
}

.social-content img {
    padding-top: 0px;
    padding-bottom: 17px;
}

footer .row {
    align-items: end;
}

.footer__links_wrap:last-child {
    padding-bottom: 0;
}

.social-content p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #CCCCCC;
}

.social-icons {
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}

.social-content ul li {
    display: flex;
    gap: 25px;
    padding-bottom: 30px;
}

.contact-us-details h6 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: start;
    padding-top: 172px;
    padding-bottom: 20px;
    color: #FFFFFF;
}

.contact-us-details {
    margin-bottom: 25px;
}

.contact-us-details p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: start;
    padding-bottom: 32px;
    color: #CCCCCC;
}

textarea {
    height: auto !important;
}

.inptFld {
    width: 100%;
    height: 65px;
    margin: 10px 0 25px;
    padding: 14px 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    background: rgba(255, 255, 255, 0.05);
    border: 0.5px solid #FFFFFF;
    border-radius: 8px;
}

#contact-form .error_message {
    font-size: 14px;
    font-weight: 400;
    color: red;
    text-align: center;
    padding-bottom: 0;
}

.inptBtn {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    background: #BD342D;
    color: #fff;
    padding: 16px 32px;
    border: 1px solid #BD342D;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    margin-bottom: 20px;
}

.footer__links_wrap span {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #FFFFFF;
}

.footer__text a {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #D3D3D3;
}

.contact__info p {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #BD342D;
}


.social-content h4 {
    font-family: 'Barlow', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
}

.contact__info {
    display: flex;
}

.contact__info img {
    margin-left: 10px;
}

.footer__icons_3 {
    width: 110px;
}

#copyright__text {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    background-color: #BD342D;
    padding: 12px;
    text-align: center;
}

#top__bar {
    background-color: #BD342D;
    padding: 8px;
}

#top__bar p {
    /* font-family: 'Work Sans'; */
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

.custom-show-desktop {
    display: block;
}

.custom-show-mobile {
    display: none;
}

.news__arrow_dir_left {
    background: url(../images/icons/arrows-left.svg) no-repeat;
    /* border: 1px solid red; */
    height: 40px;
    position: absolute;
    bottom: 42%;
    left: 85px;
    width: 40px;
    transform: translate(-50%, -50%);
    z-index: 99;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    ;
}

.news__arrow_dir_right {
    background: url(../images/icons/arrows.svg) no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 42%;
    transform: translate(-50%, -50%);
    right: 45px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
}

.testimonial__slider {
    position: relative;
}

#logos__slider_wraper .news__arrow_dir_left {
    bottom: 18%;
    left: 0px;
    opacity: 0.4;
}

#logos__slider_wraper .news__arrow_dir_right {
    bottom: 18%;
    right: -80px;
    opacity: 0.4;
}

#faq .custom-show-mobile {
    display: none;
}

.vendors__wrap_container a img {
    padding-left: 10px;
}

.custom_desktop {
    display: inline-block;
}

.custom_mobile {
    display: none;
}

footer {
    background-image: url(../images/footer_bg_image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


.certifications_wrap .news__arrow_dir_left {
    background: url(../images/icons/arrows-left.svg) no-repeat;
    bottom: 24%;
    left: -25px;
}


.certifications_wrap .news__arrow_dir_right {
    right: -79px;
    bottom: 24%;
}

#profile-description {
    max-width: 400px;
    margin-top: 50px;
    position: relative;
}

#profile-description .text {
    /*   width: 660px;  */
    margin-bottom: 5px;
    color: #777;
    padding: 0 15px;
    position: relative;
    font-family: Arial;
    font-size: 14px;
    display: block;
}

#profile-description .show-more {
    /*   width: 690px;  */
    color: #777;
    position: relative;
    font-size: 12px;
    padding-top: 5px;
    height: 20px;
    text-align: center;
    background: #f1f1f1;
    cursor: pointer;
}

#profile-description .show-more:hover {
    color: #1779dd;
}

#profile-description .show-more-height {
    height: 40px;
    overflow: hidden;
}

#profile-description {
    display: none;
}


/* test */


.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: green;
}


.testim .arrow.left {
    left: 70px;
}

.testim .arrow.right {
    right: 70px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #bd342d;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #bd342d;
    border-color: #bd342d;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}


.testim .cont>div.active {
    position: relative;
    opacity: 1;
}


.testim .cont div .img img {
    display: block;
    width: auto;
    height: auto;
    margin: auto;
}

.testim .cont div h2 {
    color: green;
    font-size: 1em;
    margin: 15px 0;
}

#testimonial h4 {
    padding-bottom: 20px;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #333;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

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

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

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

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

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

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}


/* .....gallery start..... */


#infrastructure-gallery {
    padding: 0px 0 100px;
}

#infrastructure-gallery .product_card:hover p {
    opacity: 0;
}

#infrastructure-gallery .card-title {
    font-size: 1.2rem;
}

#infrastructure-gallery span {
    color: #fff !important;
    text-transform: inherit;
    font-weight: 600;
    padding: 0px 20px;
}

#infrastructure-gallery .product_card:hover .card-block {
    opacity: 0.9;
    border-radius: 8px 8px 0px 0px;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
    background: rgb(64 64 64 / 52%);
}


#infrastructure-gallery .product_card p {
    margin-top: -44px;
    background: rgba(27, 27, 27, 0.8);
    opacity: 0.85;
    color: #fff;
    padding: 9px 0 12px;
    z-index: 999;
    border-radius: 0;
    position: relative;
}

.image-1:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));

}

.image-1-box {
    position: relative;
}

.image-1-box:hover .text-block {
    opacity: 1;
}

.text-block {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all .5s;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));

    border-radius: 8px;
    text-align: center;
    transform: translate(-50%, -50%);
    height: 100%;
    justify-content: center;
}

.text-block p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height */

    text-align: center;

    color: #FFFFFF;

}

/* .....gallery end..... */

.download__btn:hover {
    color: #BD342D;
    background-color: #fff;
    border: 2px solid transparent;
}

.our__laboratory {
    display: flex;
}

#laboratory__wrapper {
    display: flex;
}

#laboratory {
    width: 30%;
    float: left;
}

#laboratory_slider {
    width: 100%;
}

#laboratory_slider .slick-slide img {
    text-align: center;
    margin: 0 auto;
}

.our__laboratory_cards {
    text-align: center;
    margin: 0 auto;
}

#laboratory_slider p {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    font-size: 17.3494px;
    line-height: 21px;
    text-align: center;
    color: #000000;
}

#laboratory__wrapper {
    border: 1px solid #000000;

}

/* li.contact-icon{
    display: none;
} */
.map-icon-tab {
    display: none;
}

.contact-icon-tab {
    display: none !important;
}

#floating__buttons {
    display: none;
    position: relative;
    z-index: 999;
}

.floating__btn_wrap {
    position: fixed;
    z-index: 9;

    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 35px -3px rgb(0 0 0/.1);
    -webkit-box-shadow: 0 10px 35px -3px rgb(0 0 0/.1);
    -moz-box-shadow: 0 10px 35px -3px rgb(0 0 0/.1);
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.floating__btn_wrap li {
    width: 52%;
    transition: all 0.6s ease-in-out;
    text-align: center;
    list-style: none;
    color: #fff;
    padding: 20px 18px;

}

.floating__btn_wrap li a {
    color: #fff;
}

.our-products {
    background-color: #2F363B;
}

.enquire {
    background-color: #BD342D;
}

section#top__bar {
    z-index: 999999999;
    position: fixed;
    top: 0;
    width: 100%;
}

section.header__wrapper {
    position: fixed;
    top: 34px;
    z-index: 9999999;

}
.header.fixed{
    background-color: #000000;
}
form span{
    position: absolute;
    left: 30px;
    bottom: 0;
}
.thankyou {
    background-image: url(../images/Thankyou.png);
    height: 900px;
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
    position: relative;
}
.new-page{
    position: absolute;
    top: 26%;
    left: 55%;
}

.new-page h1{
    font-family: 'Barlow';
font-style: normal;
font-weight: 600;
font-size: 75px;
line-height: 90px;

text-align: center;

color: #FFFFFF;
}
.new-page p{
    font-family: 'Roboto';
font-style: normal;
font-weight: 300;
font-size: 16px;
line-height: 28px;
/* or 150% */

text-align: center;
padding: 32px 48px;

color: #FFFFFF;

}
.new-page img{
    padding: 20px 175px;
}
.new-page a{
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    display: inline-block;
    color: #FFFDFD;
    background-color: #BD342D;
    padding: 14.5px 80px;
    border-radius: 8px;
    text-decoration: none;
    transition: all 1.0s ease-in-out;
    border: 1px solid #BD342D;
    margin: 0px 240px;
}
a.whatsapp-chat{
    z-index: 999;
    position: fixed;
    bottom: 45px;
    right: 35px;

}