* {

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


:root {

    --bs-font-sans-serif: "Context Reprise" !important;
    --backgroundwhite: #ffffff;
    --backgroundBlue: #317CA4;
    --color1: #6A6A6A;
    --colorwhite: #ffffff;
}

@font-face {
    font-family: "Context Reprise";
    src: url("../font/Context-Reprise/Context Reprise Thin SSi Thin.ttf") format("truetype");
}


@font-face {
    font-family: "Adobe gothic";
    src: url("../font/adobe-gothic-std-b/AdobeGothicStd-Bold.otf");

}

body {

    overflow-x: hidden;
    font-family: "Context Reprise";

}

ul {
    list-style: none;
    margin: 0 !important;
}

a {

    text-decoration: none !important;
}

p {

    font-family: "Context Reprise" !important;
}

/* header-design */
.menu-box {
    display: flex;
    align-items: center;
    position: relative;
}

.submenu {

    padding-left: 0 !important;
}

.submenu li a {

    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
}

.main-header {

    background-color: var(--backgroundwhite);
    box-shadow: 0px 3px 3px 0px #0000000D;
    z-index: 10;
}

.main-header.nav_scroll {
    position: fixed;
    transform: translateY(81px);
    transition: transform 500ms ease, background 500ms ease;
    top: -81px;
    left: 0;
    z-index: 1000;
    width: 100%;
}

.flag {

    position: absolute;
    top: 0;
    right: 30px;
}



.navlink {

    color: var(--color1);
    font-family: "Gotham Pro";
    font-weight: 500;
    font-size: 19px;
}



.menuListing {
    position: relative;
}



.banner_img {

    height: 780px;
}

.banner-caption {

    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
}

.banner-content h1 {

    font-size: 56px;
    font-weight: 500;
}

.banner-content h1 p {

    font-size: 56px;
    font-weight: 500;
    margin-bottom: 0px;
}

.banner-content h1 span {

    color: #317CA4;
}

.banner-content p {

    font-size: 27px;
}

.color_white {

    color: #fff;
}

.color_black {

    color: #000000;
}

.section-gap {

    padding: 50px 5px;
}

.btn.btn-primary {

    background-color: var(--backgroundBlue);
    padding: 8px 43px;
    font-size: 20px;
    font-weight: 700;
    border: 5px solid #fff;
    font-family: "Lato", sans-serif;
}

.btn.btn-primary:hover {

    background-color: var(--backgroundBlue);
    border: 5px solid #fff;
}

.carousel-item::after {

    content: '';
    background-color: #FFF834;
    width: 17px;
    height: 36%;
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
}


.gredient_add::before {

    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8743872549019608) 37%, rgba(255, 255, 255, 0.24413515406162467) 60%);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.title-heading {

    font-size: 56px;
    color: #000000;

}

.subtitle {

    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
}

.color-orange {

    color: #EC681D;
   
}

.color_reds{

    color: red;
}

.heading-common::after {

    content: '';
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    height: 97px;
    background-color: #FFF834;
    width: 15px;

}


.left_contents p {

    font-size: 27px;
    color: #414141;
    line-height: 31px;
}

.inner-text {
    padding: 0px 110px 60px 51px;
}

section.soc-pannel-3 .row:nth-child(2) {
    position: relative;
    z-index: 111;
    padding: 40px 0px;
}

section.soc-pannel-3 .row:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 60%;
    height: 97%;
    background: #F4F4F4;
    left: 37px;
    top: 10px;
    z-index: -1;
}

.research-at-soc-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.headbox {

    background-color: var(--backgroundBlue);
    padding: 15px;
    width: 100%;
    border: 1px solid #fff;
    text-align: center;
    margin-top: -51px;
    z-index: 999;
    position: relative;

}

.btn-close {

    position: absolute;
    right: 33px;
}

.headbox h3 {

    margin-bottom: 0;
    color: var(--colorwhite);
    font-size: 35px;
}

.gredient_color {

    background: linear-gradient(90deg, #317CA4 0%, #005D8E 100%) !important;

}

.serve_wrap {

    background: url('../images/Sectionimage2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 100px;
    padding-bottom: 144px;
    z-index: 0;
}

.serve_wrap::after {

    background: linear-gradient(269.95deg, rgba(0, 0, 0, 0.658) 0.05%, rgba(102, 102, 102, 0.564) 99.95%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;

}

.inner-text-wrap p {

    font-size: 25px;
    color: var(--colorwhite);
}

.box-grow {

    border-radius: 18px;
    border: 3px solid var(--colorwhite);
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 180px;
    width: 100%;
}

.fontFamily {

    font-family: "Roboto", sans-serif !important;

}

.box-grow img {

    width: 138px;
}

.box-grow p {

    font-size: 18px;
    font-weight: 500;
}

.text_products {

    background: var(--backgroundwhite);
    padding: 16px 10px;
    width: 90%;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.text_products h5 {

    margin-bottom: 0;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
}

.serve_wrap2 {

    background: url('../images/Sectionbg.png');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 0;
}

.serve_wrap2::after {

    background: linear-gradient(269.95deg, rgba(0, 0, 0, 0.658) 0.05%, rgba(102, 102, 102, 0.564) 99.95%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;

}

.cirtificate_wrap {

    padding: 15px;
    border: 3px solid var(--colorwhite);
}

.inner_cirtificate {

    background: var(--backgroundwhite);
    padding: 15px;
}

.inner_cirtificate h5 {

    margin-bottom: 0 !important;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    font-size: 20px;

}

.box-designcommon {

    width: 60px;
    height: 60px;
    background-color: #FFF834;
    border: 7px solid var(--backgroundwhite);
    position: absolute;
    top: -15px;
    right: -3px;
}

.title-heading.fontFamily {

    font-weight: 600;
    color: #0655A2;
}

.subtitle.fontFamily {

    font-weight: 400;
    text-transform: uppercase;
    font-style: italic;
}

.text-charity p {

    font-family: "Roboto", sans-serif !important;
    font-size: 20px;
    color: #414141;
    line-height: 30px;
}

.imageschrity::after {

    content: '';
    background-color: #FFF834;
    right: -17px;
    z-index: -1;
    position: absolute;
    width: 84px;
    height: 100%;
}

.socielmedia-wrap {
    padding: 25px 5px;
    background-color: #005190;
}

.sociel_links {

    gap: 25px;
    padding-left: 0;
}

.sociel_links i {

    font-size: 25px;
    color: var(--colorwhite);
}

.titlefooter {

    font-family: "Gotham Pro";
    font-weight: 700;
    font-size: 20px;
    border-bottom: 6px solid #005190;
    display: inline-block;
    padding-bottom: 12px;

}

.footer_li li {
    padding-bottom: 14px;
}

.footer_li li a {

    font-family: "Gotham Pro";
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}

.titleheading {

    font-family: "Gotham Pro";
    font-weight: 700;
    font-size: 20px;
    color: #005190;
}

.address {

    font-family: "Gotham Pro";
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}

.footeradd {
    font-size: 20px;
    font-family: "Gotham Pro" !important;
    font-weight: 400 !important;
    line-height: 34px;


}

.line-height .footeradd {

    line-height: 18px;
}

.line-height .footeradd a {

    color: #000000;
    font-weight: 400;
    font-family: "Gotham Pro" !important;
}

.footeradd a strong {

    letter-spacing: 1px;
    font-weight: 400;
}

.border_topfooter {

    border-top: 2px dashed #000;

}

.ff-copy {

    font-family: "Gotham Pro" !important;
}

.box-designcommon.positions {

    top: 0px;
    right: 0px;
}

section.soc-pannel-3 .row:nth-child(2) {
    position: relative;
    z-index: 111;
    padding: 40px 0px;
}


.inner-banner .bannerImg img {

    height: 489px;
    object-fit: cover;

}

.banner_heading {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 1;

}

.banner_heading h1 {

    color: #fff;
    font-size: 70px;
}

.inner-banner .banner_heading p {

    font-size: 44px;
    line-height: 48px;
    font-weight: 300;
}

.font_sizedevice p {

    font-size: 28px;
}


.contact_box {

    background-color: #F4F4F4;
    padding: 20px;
}

.text_content p {
    margin-bottom: 0;
    font-family: "Roboto", sans-serif !important;
    text-align: center;
    color: #383838;
    font-size: 19px;

}

.text_content p a {

    color: #383838;
}

.text-h {

    color: #005190;
}

.form_contact {

    background-color: var(--backgroundBlue);
    padding: 30px;
}

.titlereac {
    font-size: 24px;
    color: var(--colorwhite);
    font-weight: 600;
    font-family: "Roboto", sans-serif !important;
}

.inputsFields .form-control {
    padding: 10px 8px;
    height: 55px;
    display: flex;
    align-items: center;
    border-radius: 0;
    border: 0;
}

.inputsFields .form-control:focus {

    border: 0;
    box-shadow: none;
}

.inputsFields .form-control::placeholder {

    font-size: 20px;
    color: #383838;
}

.inputsFields textarea.form-control {

    height: 200px;
}

.submitbtn {

    padding: 10px 70px;
    font-size: 20px;
    font-weight: 600;
    font-family: "Roboto", sans-serif !important;
    background: linear-gradient(90deg, #317CA4 0%, #005D8E 100%);
    border: 5px solid #FFFFFF;
    color: var(--colorwhite);
    border-radius: 50px;
    text-transform: uppercase;
}

.pdfbox {

    background: #EC681D;
    padding: 28px 10px;
    text-align: center;
    width: 100%;
    display: block;
}

.bgBlack {
    background: #3E3E3E !important;
}

.pdftitle {

    font-size: 28px;
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400;
    margin-bottom: 0;

}

.title_innerpage {

    font-size: 44px;
    color: #000000;
}

.bg-blue {

    background-color: var(--backgroundBlue);
}

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

.servicenames {
    border: 5px solid #fff;
    height: 94%;
    width: 94%;
    position: absolute;
    top: 4%;
    left: 3%;

}

.servicenames h3 {
    position: absolute;
    bottom: 20px;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    font-family: "Roboto", sans-serif !important;
    text-align: left;
    padding-left: 20px;
}

.corner-square {
    position: absolute;
    top: 3px;
    right: 5px;
    width: 50px;
    height: 50px;
    background-color: #FFF834;
    border: 4px solid var(--colorwhite);
}


.serve_wrap3 {

    background: url('../images/bg-h.png');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 0;
}

.serve_wrap3::after {

    background: linear-gradient(269.95deg, rgba(0, 0, 0, 0.658) 0.05%, rgba(102, 102, 102, 0.564) 99.95%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;

}

.border_set {

    padding: 40px 22px;
    border: 3px solid var(--colorwhite);
    color: var(--colorwhite);
}

.profont p {
    font-size: 24px;
    color: var(--colorwhite);
    line-height: 31px;
}

.legent_font {

    font-family: "Adobe gothic" !important;
    font-size: 45px;
    font-weight: 700;
    position: absolute;
    left: 24px;
    background: #fff;
    display: inline-block;
    top: -36px;
    width: auto;
    padding: 0px 10px;
}

legend {

    font-family: "Adobe gothic" !important;
}

.the-fieldset {

    border: 2px solid #317CA4;
    padding: 30px;
    position: relative;
}

.product-bg {

    background-color: #F3F3F3;
    padding: 20px;
}

.product-bg.bg-white {

    padding: 0;
}

.image_pro::after {

    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.heading_pros {

    position: absolute;
    bottom: 22px;
    left: 10px;
    z-index: 100;
}

.heading_pros .title-heading.fs-inner {

    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 27px;
}

.heading_pros .heading-common::after {

    content: '';
    position: absolute;
    left: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 46px;
    background-color: #FFF834;
}

.image_pro .corner-square {

    z-index: 100;
    top: -20px;
    right: -20px;
}

.textPro p {

    font-family: "Gotham Pro" !important;
    font-size: 26px;
    line-height: 31px;
    font-weight: 350;
}

.product-bg.bg-white .textPro p {

    font-size: 26px;
}

.product-bg .textPro p {

    font-size: 25px;
}

.positions_btn {

    position: absolute;
    bottom: -39px;
    right: 35px;
}

.products_directions .col-12:nth-child(even) .product-bg .row {

    flex-direction: row-reverse;
}

.products_directions .col-12:nth-child(even) .product-bg .row .positions_btn {

    left: 30px;
}

.products_directions.directionpro-inner .col-12:nth-child(even) .product-bg .row .corner-square {

    left: -20px;
}

/* .products_directions .col-12:nth-child(even) .product-bg .row .image_pro .corner-square {

    left: -25px;
} */

.bg-after::after {

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 69, 131, 0.6) 0%, rgba(59, 168, 232, 0.6) 51%, rgba(2, 86, 161, 0.6) 100%);
    z-index: 0;

}

.products-names {

    /* background-color: #F3F3F3;
    padding: 15px 20px; */
    min-height: 150px;
    position: relative;
}

.products-names::after {

    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

.products-names img {

    width: 100%;
    height: 160px;
    object-fit: cover;
}

.titlenames {

    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 500;
    position: absolute;
    top: 14px;
    left: 20px;
    color: #fff;
    z-index: 10;
}

.titlenames::after {

    content: '';
    position: absolute;
    left: -12px;
    top: 0;
    width: 11px;
    height: 35px;
    background-color: #FFF834;
}


.bg-oprations {

    background: url('../images/bgop.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    z-index: 0;
}

.bg-oprations::after {

    background: linear-gradient(180deg, rgba(27, 101, 150, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;

}

.oprations_wrap {

    position: relative;
    border-radius: 20px;
    border: 3px solid #FFFFFF;
    padding: 20px;
}

.top-titlefloat {
    display: inline-block;
    background: var(--backgroundwhite);
    position: absolute;
    top: -23px;
    right: 45px;

}

.optitle {

    padding: 3px 12px 3px 11px;
    position: relative;
    margin-bottom: 0;
    font-family: "Lato", sans-serif;
    font-weight: 800;
    font-size: 20px;
    border-left: 5px solid #FFF834;
    margin: 7px;
}

.border-rit {

    border-right: 3px solid var(--colorwhite);
}


.text-op p {
    font-size: 20px;
    font-family: "Gotham Pro" !important;
    font-weight: 300 !important;
    color: var(--colorwhite);
    padding: 10px;


}

.bg-oprations .col-12:nth-child(even) .oprations_wrap .row {

    flex-direction: row-reverse;
}

.bg-oprations .col-12:nth-child(even) .oprations_wrap .row .border-rit {

    border-left: 3px solid var(--colorwhite);
    border-right: 0;
}

.bg-oprations .col-12:nth-child(even) .oprations_wrap .top-titlefloat {

    left: 34px;
    display: inline-block;
    right: inherit;

}

.faqs .accordion-button:not(.collapsed) {

    background-color: #fff;
    box-shadow: none;
}


.faqs .accordion-button:focus {

    box-shadow: none;
}

.faqs .accordion-button {

    border-radius: 10px;
    font-size: 24px;
}

.faqs .accordion-item {

    border: 1px solid #D3D3D3;
    border-radius: 10px;
}

.faqs .accordion-item:not(:first-of-type) {

    border-top: 1px solid #D3D3D3;
}

.accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {

    border-radius: 10px !important;
}

.carousel-indicators button {

    width: 17px !important;
    height: 17px !important;
    border-radius: 50% !important;
}

.carousel-indicators .active {

    background-color: var(--backgroundBlue) !important;
}

.gallery-slider .item {
    transition: transform 0.3s ease, filter 0.3s ease, opacity 0.3s ease;
    transform: scale(0.8);
    filter: blur(4px);
    opacity: 0.5;
}

.gallery-slider .item img {
    display: block;
    width: 100%;
    height: 537px !important;
    border-radius: 10px;
}

.gallery-slider .owl-item.center .item {
    transform: scale(1);
    filter: blur(0);
    opacity: 1;
    z-index: 2;
    margin-top: -20px;
}

.gallery-slider.owl-carousel .owl-nav button.owl-prev,
.gallery-slider.owl-carousel .owl-nav button.owl-next {

    background-color: #FFF834;
    height: 50px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-whitesearch {

    background-color: var(--backgroundwhite);
    padding: 30px;
    border-radius: 25px;
    z-index: 100;
    position: relative;
}

.form-serachbox {

    margin-top: -100px;
}

.label-form label {

    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 5px;
}

.btn.btn-sucessjob {

    background-color: #096393;
    padding: 7px 20px;
    font-size: 17px;
    color: var(--colorwhite);
    font-family: "Lato", sans-serif;
    font-weight: 400;
}

.btn.btn-sucessjob:hover {
    color: var(--colorwhite);
    background-color: var(--backgroundBlue);
}

.searchbx .form-select {

    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.card-tech.card {

    border: 0;
    padding: 15px 10px;
    border-radius: 25px;
}

.card-tech.card.active {

    border: 1px solid var(--backgroundBlue);
}

.card-tech.card.active .technology-title {

    color: var(--backgroundBlue);
}

.technology-title {

    font-size: 22px;
    font-weight: 600;
    font-family: "Lato", sans-serif;
}

.badgewrap .badge {

    padding: 6px 10px;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    --bs-badge-border-radius: 2px !important;

}

.badge.text-bg-secondary {

    background-color: #E7EBF1 !important;
    color: #4F5665 !important;
}

.descriptionjob p {

    font-family: "Gotham Pro" !important;
    color: #4F5665;
    line-height: 25px;
    margin-bottom: 0;
}

.details-wraps {

    padding: 25px 30px;
    border-radius: 25px;
    background-color: var(--backgroundwhite);
}

.title-key {

    color: #4F5665;
    font-size: 18px;
    font-family: "Gotham Pro" !important;
}

.profile-details p {

    font-family: "Gotham Pro" !important;
    color: #4F5665;
    line-height: 28px;
}

.jobspecification ul li {

    list-style: disc;
    font-family: "Gotham Pro" !important;
    color: #4F5665;
    padding-bottom: 4px;
}

.profile-details {

    max-height: 700px;
    overflow: auto;
}

.profile-details::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #949494;
    border-radius: 10px;
    background-color: #F5F5F5;
}

.profile-details::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.profile-details::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #949494;
    background-color: #555;
}

.sticky-top {

    top: 120px !important;
    z-index: 0 !important;
}

.searchbx .form-control:focus,
.searchbx .form-select:focus {

    box-shadow: none;
}

.searchbx .form-control {

    font-family: "Gotham Pro" !important;
    color: #4F5665;
    padding: 7px 20px 7px 40px !important;
}

/* .gallery-slider.owl-carousel .owl-nav button.owl-prev i,
      .gallery-slider.owl-carousel .owl-nav button.owl-next i{

        color: #fff;
      } */

/* .accordion-button::after{

        --bs-accordion-btn-icon
    } */

.accordion-body {
    font-size: 20px;
}

.faqs .accordion-button::after {

    --bs-accordion-btn-icon: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E") !important;
}


.accordion-button:not(.collapsed)::after {

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E") !important;
}



/* modalapplynow */

.modaltitle {

    font-family: "Lato", sans-serif;
    font-weight: 600;
}

.form-floating .form-control {

    border: 1px solid #CBD0DD;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    padding: 12px 10px;
}


.form-floating .form-control::placeholder {

    color: #3E465B;
    font-size: 15px;
}

.form-floating .form-control:focus {

    box-shadow: none;
}

.form-floating label {

    color: #8A94AD;
    font-family: "Lato", sans-serif;
    font-weight: 600;
}

.upload-container {
    border: 2px dashed #ccc;
    border-radius: 10px;
    width: 100%;
    height: 130px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
}

.upload-container:hover {
    border-color: #6c757d;
}

.upload-icon {
    font-size: 40px;
    color: #6c757d;
}

.upload-text {
    margin-top: 10px;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    color: #3E465B;
}

.faq-text {

    font-family: "Roboto", sans-serif !important;
    font-size: 20px;
    color: #414141;
    line-height: 30px;
}

.carousel-inner .carousel-item:nth-child(1) .banner-content .color_white {

    color: #000000 !important;
}

.carousel-inner .carousel-item:nth-child(2) .banner-content .color_white {

    color: #000000 !important;
}

.carousel-inner .carousel-item:nth-child(1) .banner-content h1 p:last-child,
.carousel-inner .carousel-item:nth-child(2) .banner-content h1 p:last-child {

    color: #317CA4;
}

.inner-banner .banner_heading h1 p {

    font-size: 70px;
    color: #fff;
}



.gallery-container {
    position: relative;
    height: 700px;
}

.gallery-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.gallery-slide.active {
    opacity: 1;
}

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: 4px solid #005190;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.nav-button i {

    font-size: 20px;
    color: #005190;
}

.nav-button.prev {
    left: -87px;
}

.nav-button.next {
    right: -87px;
}

.download-button {
    position: absolute;
    z-index: 1000;
    transform: translateX(-50%);
    bottom: 38px;
    left: 50%;
}

.download-button:hover {
    background-color: #0056b3;
}

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

.overflowScroll::-webkit-scrollbar-track {
    border: 2px solid #D9D9D9;
    background-color: #fff;
}

.overflowScroll::-webkit-scrollbar {
    width: 10px;
    background-color: #D9D9D9;
}

.overflowScroll::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    background-image: -webkit-gradient(linear, 0 0, 0 100%,
            color-stop(.5, rgba(255, 255, 255, .2)),
            color-stop(.5, transparent), to(transparent));
}

.font_family {
    font-family: "Gotham Pro";

}

.table-bordered{

    border-bottom: 1px solid #D3D3D3;
}

.bg-primary-table tr th {

    background-color: #5191CA;
    padding: 15px !important;
    color: var(--colorwhite);
    font-size: 16px;
    font-family: "Gotham Pro";
    border-color:#EAECF0 ;
}

.chemicaltable tr td {

    padding: 15px !important;
    color: #101828;
    font-size: 16px;
    font-family: "Gotham Pro";
    font-weight: 500;
    background-color: #f3f3f3;
}
.thead-title tr th{

    font-size: 14px;
    font-family: "Gotham Pro";
    font-weight: 500;
    text-transform: uppercase;
    text-align: end;
    border: 0;
  
}
.bg-primary-table span{

    font-size: 14px;
}
.thead-title tr  td{

    text-align: center;
}
#downloadButton{

    display: none !important;
}

.table-responsive {
    overflow: hidden; /* Prevent double scrollbars */
}

.table-responsive .chemicaltable {
    display: block; 
    max-height: 700px; 
    overflow-y: auto; 
}

.table-responsive table {
    width: 100%;
    border-collapse: collapse; 
}

.table-responsive thead,
.table-responsive tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.table-responsive thead {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 2;
    background: #007bff; 
}


.chemicaltable::-webkit-scrollbar-track {
    border: 2px solid #D9D9D9;
    background-color: #fff;
}

.chemicaltable::-webkit-scrollbar {
    width: 10px;
    background-color: #D9D9D9;
}

.chemicaltable::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    background-image: -webkit-gradient(linear, 0 0, 0 100%,
            color-stop(.5, rgba(255, 255, 255, .2)),
            color-stop(.5, transparent), to(transparent));
}
.font-family2{

    font-family: "Gotham Pro";
}

/* .gallery-slider.owl-carousel .item img {

height: 537px !important;
} */
