@font-face {
    font-family: "Segoe UI Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Segoe UI Regular"), url("../fonts/Segoe UI.ttf") format("ttf");
}
@font-face {
    font-family: "Segoe UI Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Segoe UI Italic"),
        url("../fonts/Segoe UI Italic.ttf") format("ttf");
}
@font-face {
    font-family: "Segoe UI Bold";
    font-style: normal;
    font-weight: normal;
    src: local("Segoe UI Bold"), url("../fonts/Segoe UI Bold.ttf") format("ttf");
}
@font-face {
    font-family: "Segoe UI Bold Italic";
    font-style: normal;
    font-weight: normal;
    src: local("Segoe UI Bold Italic"),
        url("../fonts/Segoe UI Bold Italic.ttf") format("ttf");
}
body {
    font-family: "Segoe UI Regular";
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1100px;
}
.btn {
    transition: all 1s ease;
}
.blue-color {
    color: #2075bc;
}
.btn-green {
    background-color: #3db54a;
    color: #fff;
    border-color: #3db54a;
    border-radius: 5px;
    padding: 6px 40px;
    font-size: 16px;
}
.btn-green:hover {
    opacity: 0.7;
    color: #fff;
}
/* Color of the links BEFORE scroll */
.navbar-scroll .nav-link,
.navbar-scroll .fa-bars,
.navbar-scroll .navar-brand {
    color: #9c9c9c;
    padding: 0 !important;
}

.navbar-scroll .nav-link:hover {
    color: #2075bc;
    border-bottom: 2px solid;
    padding: 0;
}
.navbar-scroll li.nav-item {
    padding: 0 20px;
}
/* Color of the links AFTER scroll */
.navbar-scrolled .nav-link,
.navbar-scrolled .fa-bars,
.navbar-scrolled .navar-brand {
    color: #4f4f4f;
}

/* Color of the navbar AFTER scroll */
.navbar-scroll,
.navbar-scrolled {
    background-color: #fff;
    padding: 10px 0;
}

/* An optional height of the navbar AFTER scroll */
.navbar.navbar-scroll.navbar-scrolled {
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-scroll li.nav-item:last-child {
    padding-right: 0;
}
.navbar-scroll li.nav-item:last-child a {
    border-bottom: 2px solid transparent !important;
}
.section-padding {
    padding: 130px 0;
}
.index-slider-top-box {
    text-align: center;
    background-color: #fff;
    padding: 20px 15px;
        height: 300px;
}
.index-slider-top-box p {
    /*overflow: hidden;*/
    /*display: -webkit-box;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.index-slider-about-boxes-row {
    margin-top: -20px;
    position: relative;
}
.index-slider-about-img {
    height: 110px;
}
.index-slider-home-img{
  height: 100px;  
}
.index-title h1 {
    position: relative;
    display: inline;
    font-size: 35px;
}
.index-title h1:before {
    width: 100%;
    height: 2px;
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    background-color: #2075bc;
}
.index-section-margin {
    margin: 60px 0;
}
.index-about-section {
    background-image: url(../images/icons/about-back-img.svg);
    background-repeat: no-repeat;
    background-position: right;
}
.index-about-text {
    margin-top: 70px;
    text-align: center;
}
.index-about-description p {
    color: #9c9c9c;
}
.index-about-text {
    background-image: url("../images/icons/text-qoute.svg");
    background-repeat: no-repeat;
    background-position: 100% 0;
}
.index-product-section {
    background: rgb(33, 119, 181);
    background: linear-gradient(
        153deg,
        rgba(33, 119, 181, 1) 0%,
        rgba(61, 181, 74, 0.76) 100%
        );
    padding: 70px 0;
}
.index-title.white-title h1 {
    color: #fff;
}
.index-title.white-title h1:before {
    background-color: #fff;
}
.view-all-arrow {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    justify-content: end;
    align-items: center;
}
.view-all-arrow a {
    color: #fff;
    text-decoration: none;
}
.index-product-text {
    background-color: #fff;
    padding: 15px 20px 5cm;
    height: 280px;


}
.index-product-text p {
    /*overflow: hidden;*/
    /*display: -webkit-box;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.index-product-card{
     background-color: #fff;
    padding: 15px 20px 5cm;
    height: 170px;
}
.index-product-card p {
    /*overflow: hidden;*/
    /*display: -webkit-box;*/
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.product-image img {
    width: 100%;
}
.btn-gray {
    background-color: #404040;
    border-color: #404040;
    color: #fff;
}
.btn-gray:hover {
    color: #fff;
    opacity: 0.7;
}
.index-product-section .btn-gray {
    padding: 10px 60px;
}
.gray-text {
    color: #aeaeae;
}
.index-news-section {
    background-image: url(../images/icons/news-back-img.svg);
    background-repeat: no-repeat;
    background-position: left -10%;
    position: relative;
}
.index-news-section:after {
    content: "";
    position: absolute;
    background-image: url(../images/icons/news-icon-left.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    bottom: 0;
    background-size: contain;
    width: 200px;
    height: 100%;
}
.index-contact-section form label {
    margin-bottom: 5px;
    color: #707070;
}
.form-control {
    padding: 0.8rem 0.75rem;
    border-color: #bebebe;
}
.form-control:focus {
    border-color: #63c36e;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(99 195 110 / 33%);
}
textarea {
    resize: none;
}
.index-contact-section {
    background-image: url(../images/icons/contact-icon-right.svg);
    background-repeat: no-repeat;
    background-position: 105% 0%;
    position: relative;
}
ul {
    list-style: none;
    padding: 0;
}
#map {
    height: 450px;
    width: 100%;
}
.index-contact-section #map{
    height: 405px;
}
.index-contact-form form {
    margin-top: -29px;
}
.index-contact-details-list li a {
    color: #707070;
    text-decoration: none;
}
.index-contact-details-list li {
    color: #707070;
    margin-bottom: 15px;
}
.index-contact-details-list li img {
    margin-right: 10px;
}
footer {
    background-color: #344a69;
    color: #fff;
    padding: 40px 0;
    padding-bottom: 0;
}
footer li a {
    color: #fff !important;
    text-decoration: none;
}
footer hr {
    opacity: 0.9;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
}
.navbar-brand img {
    height: 70px;
    transition: all 1s ease;
}
.navbar-scroll.shadow .navbar-brand img {
    height: 55px;
}
.slide__content--headings p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.inner-header .navbar-brand img {
    height: 50px;
}
.inner-header a.nav-link {
    color: #9c9c9c;
    border-bottom: 2px solid transparent;
}
.inner-header .nav-link:hover {
    color: #2075bc;
    border-bottom: 2px solid;
}
.news-inner-top-image {
    color: #fff;
    padding: 150px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.news-inner-top-image h1 {
    font-size: 3rem;
}
.news-inner-top-image p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product-image-box h3 {
    overflow: hidden;
    /*display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.product-image {
    max-height: 260px;
    overflow: hidden;
}
.product-image-box h3 a {
    text-decoration: none;
    color: #000;
}
.main-pagination .page-link {
    border: 0;
    color: #707070;
}
.main-pagination .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #2075bc;
    border-color: #2075bc;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-pagination .page-link:focus {
    z-index: 3;
    background-color: transparent;
    outline: 0;
    box-shadow: none;
}
.nav-item:last-child a {
    border: 0 !important;
}
.inner-main .index-section-margin {
    margin: 60px 0;
}
.join-us-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.join-us-text .btn-green {
    padding: 9px 40px;
}
.all-modal-style .modal-header,
.all-modal-style .modal-footer {
    border: 0;
}
.all-modal-style .modal-dialog {
    max-width: 700px;
}
.btn-close {
    margin-right: auto !important;
    margin-left: 0 !important;
}
.join-us-modal-number .btn-green {
    padding: 5px 30px;
    padding-right: 10px;
}
.styled-select.dropdown-toggle::after {
    border: 0;
    background-image: url("../images/icons/select-arrow.svg");
    background-size: cover;
    background-position: center;
    height: 10px;
    width: 15px;
    vertical-align: middle;
    margin-left: 16px;
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn-outline-secondary {
    color: #404040;
    border-color: #d9d9d9;
}
.btn-outline-secondary:hover {
    color: #000;
    background-color: #d9d9d9;
    border-color: #d9d9d9;
}
.modal-footer .btn {
    padding: 8px 40px;
}
/*Upload image*/
.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    /* [1] */
    position: absolute;
    /* [2] */
    z-index: -1;
}

.inputfile + label {
    cursor: pointer;
    outline: none !important;
    border: 0;
}

/**
 * obtain default outline Chrome, Opera, Safari
**/
.inputfile:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
    /* [1] */
}
/**
 * Fix touch issues when using FastClick when adding extra markup to the content of a label
**/
.inputfile + label * {
    pointer-events: none;
}

.upload-file-div p {
    margin-bottom: 0.5rem;
}
.modal-content {
    padding: 0 25px;
}
.contact-box-data .contact-us-all-data {
    background-color: #2075bc;
    color: #fff;
    padding: 60px;
}
.contact-box-data {
    margin-top: -100px;
    position: relative;
}
.contact-us-contact-info-all-data {
    padding: 30px 60px;
}
.inner-news-all-data .inner-news-image img {
    float: right;
    width: 350px;
    margin-left: 40px;
}
.inner-news-inner-title h4 {
    font-weight: bold;
    font-size: 20px;
}
.inner-small-carousel .slick-arrow {
    top: calc(50% - 20px);
    height: 40px;
    width: 25px;
    position: absolute;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    background-image: url(../../images/icons/inner-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.inner-small-carousel .product-image-box {
    margin: 20px;
}
.inner-small-carousel .slick-prev {
    left: -35px;
    z-index: 9;
    transform: rotate(180deg);
}
.inner-small-carousel .slick-next {
    right: -35px;
}
.inner-news-share-icon a {
    text-decoration: none;
    color: #2075bc;
}
.inner-news-share-icon a img {
    margin-right: 5px;
}
.custom-title-width h1:before {
    width: 50%;
}
.search-top-banner-back {
    background-color: #2075bc;
    padding: 100px 0;
}
.search-top-banner-back h1 {
    font-family: "Segoe UI Bold";
    font-size: 2.4rem;
}
.search-box-all-data .btn {
    background-color: #fff;
}
.search-box-all-data .form-control {
    padding: 28px 30px;
}
.search-box-parent-data {
    position: relative;
    height: 100%;
}
.search_field::before {
    position: absolute;
    left: -50px;
    width: 2px;
    height: 100%;
    background-color: #fff;
    content: "";
    top: 0;
    bottom: 50%;
}
.all-product-slider .slider,
.all-product-slider .slide {
    height: auto;
}
.all-product-slider .slide {
    /*height: 50vh;*/
    height: 100vh;
}
.all-product-slider .slide .slide__content--headings {
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.all-product-slider .slide__content2 {
    z-index: 99;
    position: relative;
    top: 70px;
}
/* .index-title.inner-title-section h1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
} */
.inner-product-img {
    padding: 230px 0;
}
.product-image-box.shadow {
    margin-bottom: 50px;
}
.inner-product-table {
    background-color: #f6f6f6;
    padding: 10px 15px;
}
.inner-product-table-header p {
    font-size: 20px;
    color: #3db54a;
}
.inner-product-table p {
    margin-bottom: 0.3rem;
}
.inner-product-table-header {
    padding: 0 15px;
}
.inner-product-table-body a img {
    max-height: 17px;
}
.inner-product-table-download {
    text-align: center;
}
.about-icon-text p {
    font-size: 18px;
}
.mt-55 {
    margin-top: 5rem !important;
}
.mt-77 {
    margin-top: 7rem !important;
}
.about-vision {
    position: relative;
}
.about-vision {
    padding-bottom: 80px;
}
.about-vision::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -260px;
    width: 100%;
    height: 100%;
    background-image: url(../images/icons/vision-left-icon.svg);
    opacity: 1;
    background-repeat: no-repeat;
    background-position: left 100%;
}
.about-vision::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/icons/vision-right-icon.svg);
    opacity: 1;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 200px;
}
.about-object-slider .product-image {
    text-align: center;
}
.about-object-slider .product-image img {
    max-width: 100px;
    width: auto;
}
.about-object-slider .index-product-text p {
    font-size: 18px;
}
.about-object-slider .product-image-box {
    padding: 30px;
    height: 460px;
}
.about-certificate-slider .product-image {
    max-height: 360px;
}
.about-object-slider:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/icons/objective-right-icon.svg);
    opacity: 1;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 200px;
}
.about-certificate-main-section::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/icons/certificate-right-icon.svg);
    opacity: 1;
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: 220px;
}
.about-certificate-main-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/icons/certificate-left-icon.svg);
    opacity: 1;
    background-repeat: no-repeat;
    background-position: left 0%;
    background-size: 220px;
}

/*Search box* */

.search_btn {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.search_box {
    background: #2075bc;
    position: absolute;
    width: 100%;
    height: 50vh;
    top: 0;
    z-index: 9999;
    display: none;
}
/* .close {
  position: absolute;
  top: 20px;
  right: 20px;
} */
::-webkit-input-placeholder {
    color: #555;
    transition: all 0.3s ease;
}
:-moz-placeholder {
    color: #555;
    transition: all 0.3s ease;
}
::-moz-placeholder {
    color: #555;
    transition: all 0.3s ease;
}
:-ms-input-placeholder {
    color: #555;
    transition: all 0.3s ease;
}
.search_field {
    /* position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 750px; */
    margin: auto;
    position: relative;
}
.search_field h1 {
    font-weight: bold;
    color: #fff;
}
.search_field label,
.search_field input {
    display: inline-block;
}
.search_field span {
    color: #eee;
    font-size: 30px;
    opacity: 0;
    position: absolute;
    top: 0px;
    transition: all 0.5s ease-in-out;
}
.search-box-all-data .form-control:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: none;
}
.search-box-all-data .form-control {
    border-color: #fff;
}
.inner-small-carousel  .slick-list .slick-slide a {
    color: #212529;
    text-decoration: none;
}
.join-us-modal-number ul.dropdown-menu {
    min-width: 110px;
    text-align: center;
}
.search-box-parent-data .search-box-all-data::after {
    position: absolute;
    left: -50px;
    width: 2px;
    height: 100%;
    background-color: #fff;
    content: "";
    top: -40%;
    bottom: 50%;
}
.search_field .search-box-all-data::after {
    display: none;
}
.all-product-slider .slider, all-product-slider .slide{
    padding-top: 0;
}
.z-index-99{
    z-index: 99;
}
/*Share btn*/
.inner-news-share-icon .share {
    position: relative;
    height: 50px;
    display: flex;
    align-items: center;
}
.inner-news-share-icon .share .share__toggle:checked ~ .share__button {
    font-size: 18px;
}
.inner-news-share-icon .share .share__toggle:checked ~ .share__icon {
    opacity: 1;
}
.inner-news-share-icon .share .share__toggle:checked ~ .share__icon--facebook {
    transform: translateX(-55px) rotate(0);
}
.inner-news-share-icon .share .share__toggle:checked ~ .share__icon--twitter {
    transform: translateX(-110px) rotate(0);
}
.inner-news-share-icon .share .share__toggle:checked ~ .share__icon--pinterest {
    transform: translateX(-165px) rotate(0);
}
.inner-news-share-icon .share .share__toggle:checked ~ .share__icon--linkedin {
    transform: translateX(-220px) rotate(0);
}
.inner-news-share-icon .share .share__button {
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: 0.3s ease;
    margin-left: auto;
}
.inner-news-share-icon .share .share__icon {
    position: absolute;
    top: 0;
    right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transform: translateX(0) rotate(180deg);
    cursor: pointer;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
.news-product .index-product-text {
    height: 100px;
}
/*End share btn*/
.btn-white{
    background-color: #fff;
    color: #707070;
    padding: 6px 40px;
}
.btn-white:hover{
    background-color: rgb(226, 226, 226); 
}

.inner-news-all-data table{
    width: 100% !important;
}
.inner-news-all-data tr{
    background: #f6f6f6;
}

.inner-news-all-data td{
    padding:10px;
}
.inner-news-all-data tr:first-child td{
    background: #fff !important;
    font-size: 20px;
    padding: 1rem 10px;
    color: #3db54a !important;
}
.inner-news-all-data tr:first-child td span{
    color: #3db54a !important;
}
