/*

*  Theme Name: K.T.Z Company Limited

*  Author: Netscriper

*  Author URI: http://www.netscriper.com/

*/

@font-face {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    src: url(/wp-content/themes/ns-pionner/fonts/Poppins/Poppins-Black.ttf) format('truetype');
    src: url(/wp-content/themes/ns-pionner/fonts/Poppins/Poppins-Bold.ttf) format('truetype');
    src: url(/wp-content/themes/ns-pionner/fonts/Poppins/Poppins-ExtraBold.ttf) format('truetype');
    src: url(/wp-content/themes/ns-pionner/fonts/Poppins/Poppins-ExtraLight.ttf) format('truetype');
    src: url(/wp-content/themes/ns-pionner/fonts/Poppins/Poppins-Light.ttf) format('truetype');
    src: url(/wp-content/themes/ns-pionner/fonts/Poppins/Poppins-Medium.ttf) format('truetype');
    src: url(/wp-content/themes/ns-pionner/fonts/Poppins/Poppins-Regular.ttf) format('truetype');
    src: url(/wp-content/themes/ns-pionner/fonts/Poppins/Poppins-SemiBold.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    src: url(/wp-content/themes/ns-pionner/fonts/Roboto/Roboto-Black.ttf) format('truetype');
    src: url(/wp-content/themes/ns-pionner/fonts/Roboto/Roboto-Bold.ttf) format('truetype');
    src: url(/wp-content/themes/ns-pionner/fonts/Roboto/Roboto-Light.ttf) format('truetype');
    src: url(/wp-content/themes/ns-pionner/fonts/Roboto/Roboto-Medium.ttf) format('truetype');
    src: url(/wp-content/themes/ns-pionner/fonts/Roboto/Roboto-Regular.ttf) format('truetype');
    src: url(/wp-content/themes/ns-pionner/fonts/Roboto/Roboto-Thin.ttf) format('truetype');
}

@font-face {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    src: url(/wp-content/themes/ns-pionner/fonts/Work_Sans/static/WorkSans-Black.ttf) format('truetype');
    src: url(/wp-content/themes/ns-pionner/fonts/Work_Sans/static/WorkSans-Bold.ttf) format('truetype');
    src: url(/wp-content/themes/ns-pionner/fonts/Work_Sans/static/WorkSans-ExtraBold.ttf) format('truetype');
    src: url(/wp-content/themes/ns-pionner/fonts/Work_Sans/static/WorkSans-ExtraLight.ttf) format('truetype');
    src: url(/wp-content/themes/ns-pionner/fonts/Work_Sans/static/WorkSans-Light.ttf) format('truetype');
    src: url(/wp-content/themes/ns-pionner/fonts/Work_Sans/static/WorkSans-Medium.ttf) format('truetype');
    src: url(/wp-content/themes/ns-pionner/fonts/Work_Sans/static/WorkSans-Regular.ttf) format('truetype');
    src: url(/wp-content/themes/ns-pionner/fonts/Work_Sans/static/WorkSans-SemiBold.ttf) format('truetype');
    src: url(/wp-content/themes/ns-pionner/fonts/Work_Sans/static/WorkSans-Thin.ttf) format('truetype');
}

.wordspacing {
    word-spacing: 12px;
}

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

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

@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');*/

body {

    margin: 0 auto;

    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Work Sans', sans-serif;

    font-size: 14px;

    font-weight: 500;

    line-height: 1.8;

}

.logo {
    width: 90%;
    margin: 0px auto;
}

#menu {
    margin-top: 20px;
}

.limit {
    max-height: 50px;
    overflow: hidden;
    padding-right: 15px;
    position: relative;
}

.limit::after {
    content: "...";
    display: inline-block;
    background: white;
    width: 16px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: bold;
}

img {

    max-width: 100%;

}

a,
a:hover {

    text-decoration: none;

    transition: 0.5s ease;

}

h1,
h2,
h3,
h4,
h5,
h6 {

    font-family: 'Poppins', sans-serif;

    margin-top: 0px;

    margin-bottom: 0px;

}

p {

    margin: 0px 0px 0px;

}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.no-img {

    height: 174px;

}

.home-no-img {

    height: 161px;

    width: 100%;

}

.home header {

    padding: 0px 0px;

    /*     position: absolute; */

    background: #ffffff;

    z-index: 9;

    width: 100%;

}

header {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    box-shadow: 1px 1px 4px #ddd;
}

.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff !important;
    animation: smoothScroll 1s forwards;
    z-index: 999;
    border-bottom: 1px solid #ddd;
    box-shadow: 1px 1px 5px #ddd;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

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

.hvr-bounce-to-right:before {
    background: #2098D1;
    border-radius: 50px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 7% 50%;
    transform-origin: 7% 50%;
}

.navbar-nav {
    margin-top: 15px;
}

.navbar-nav>li>a {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 10px;
    font-family: 'Poppins', sans-serif;
}

.navbar-nav>li:first-child>a {
    padding-left: 0px;
}

.navbar-nav>li:last-child>a {
    padding-right: 0px;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li>a:active,
.navbar-nav>li.active>a {
    background: none;
    color: #0183c1;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: transparent;
    color: #333;
}

.dropdown-menu {
    padding: 0px;
    border: 0px;
}

.dropdown-menu>li>a {
    /*border-bottom: 1px dotted #ddd;*/
    padding: 9px 15px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0083c3;
    outline: 0;
}

.dropdown-menu .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid transparent;
    border-bottom: 4px solid #333;
    transform: rotate(-135deg);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid #333;
}

.dropdown-menu .dropdown-menu {
    top: 0px;
    left: 100%;
    max-height: 400px;
    overflow-y: scroll;
    max-width: 400px;
    width: 385px;
}

.dropdown-menu #menu-item-1069>.dropdown-menu {
    width: 250px;
}

.dropdown-menu #menu-item-1069>.dropdown-menu::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.dropdown-menu .dropdown-menu::-webkit-scrollbar-track {
    border: 1px solid #f5f5f5;
    background-color: #F5F5F5;
}

.dropdown-menu .dropdown-menu::-webkit-scrollbar {
    width: 6px;
    background-color: #0083c3;
}

.dropdown-menu .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #0083c3;
}

.search-btn {
    position: absolute;
    right: 48px;
    top: 28px;
}

.search-title {
    font-size: 25px;
    padding-bottom: 30px;
}

.search-bar {
    margin-top: 0px;
}

.search-no-result {
    text-align: center;
}

.search-no-result h3 {
    color: #0083c3;
    font-weight: bold;
}

.product-search .form-control {
    background: #fff;
}

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

.career-no-post {
    text-align: center;
}

.career-wrap h3,
.career-no-post h3 {
    padding-bottom: 30px;
    color: #0083c3;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

.product-single-left-thumb img {
    width: 100%;
    height: auto;
}

.career-no-post h3 {
    padding-top: 50px;
    font-size: 30px;
}

.career-wrap p {
    padding-bottom: 15px;
}

.career-no-post p {
    padding-top: 35px;
}

.career-no-post hr {
    margin-top: 40px;
}

.career-wrap h4,
.career-no-post h4 {
    font-size: 16px;
    color: #ef4024;
    text-transform: uppercase;
    /*text-shadow: 3px 3px 5px #ef402485;*/
    font-weight: bold;
    padding-bottom: 15px;
}

.mm-menu_theme-dark {
    --mm-color-background: #0083c3 !important;
}

.mm-navbar {
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 15px;
}

.mm-menu-footer a i {
    padding-right: 10px;
}

.ms-theme-cubic {
    padding-bottom: 0px !important;
}

.innerbanner {
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url(images/banner2.jpg)no-repeat;*/
    /*background-size: cover;*/
    color: #333;
    /*min-height: 270px;*/
    /*display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;*/
    text-align: left;
    text-transform: uppercase;
    padding-top: 20px;
}

.innerbanner ul li a,
.innerbanner a {
    color: #333;
}

.separator {
    margin-left: 10px;
    margin-right: 10px;
    color: #333;
}

.content {
    min-height: 80vh;
    padding-top: 30px;
    padding-bottom: 60px;
}

.hm-section1 {
    /* padding-top: 60px; */
    padding-bottom: 30px;
}

.hm-counter {
    border-right: 2px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
}

.hm-counter:last-child {
    border-right: 0px;
}

.hm-counter:first-child .hm-count {
    margin: 0px auto;
    width: 82%;
}

.hm-count {
    margin: 0px auto;
    width: 65%;
}

.hm-counter img {
    float: left;
}

.hm-counter i {
    color: #0480c8;
    font-size: 50px;
    float: left;
    padding-top: 10px;
}

.hm-counter-inner {
    padding-top: 5px;
    padding-left: 15px;
    overflow: hidden;
}

.hm-counter-inner h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    font-family: 'Roboto', sans-serif;
}

.hm-counter-inner p {
    font-family: 'Roboto', sans-serif;
    color: #444444;
}

.ec-counter-items-wrap.ec-column-1 .ec-counter-item {
    margin: 0px;
    padding: 0px;
}

.ec-counter-items-wrap {
    padding: 0px;
}

.ec-shortcode-outer-wrap.ec-template3 .ec-item-wrap {
    padding-left: 0px;
}

.hm-section2 {
    background: #dbedf4;
    padding: 60px 0px;
    text-align: center;
}

.hm-section2 h3,
.hm-section3 h3,
.hm-new1-inner h3,
.hm-section6 h3,
.mission-right h3,
.history-tl-container h3,
.service-right h3,
.parnter-section1 h3,
.product-single-right h3,
.certificates h3,
section.latest-news h3 {
    font-size: 30px;
    padding-bottom: 30px;
    color: #0083c2;
    font-weight: bold;
}

.certificates h3 {
    padding-bottom: 25px;
}

.product-single-right {
    padding-top: 60px;
}

.product-facts {
    border: 1px solid #ddd;
    border-radius: 24px;
    padding: 2rem;
}

.product-single-left {
    margin: 0 auto;
    text-align: center;
}

.product-desc-left h5 {
    font-weight: 600;
    margin-bottom: 11px;
}

.product-desc-right p {
    font-family: 'Poppins', sans-serif;
}

.history-tl-container h5,
.history-tl-container h3 {
    text-align: center;
    padding: 0;
}

.hm-new1-inner h3 {
    padding-bottom: 15px;
}

.hm-section2 p {
    width: 80%;
    font-size: 16px;
    color: #444444;
    margin: 0px auto;
    line-height: 27px;
    font-family: 'Work Sans', sans-serif;
    padding-bottom: 25px
}

.hm-section2 .btn {
    background: #ef4024;
    border-radius: 50px;
    color: #fff;
    margin-top: 30px;
    text-transform: uppercase;
}

.hm-section3 {

    background: #f6f9fe;

    text-align: center;

    padding: 60px 0px;

}

.hm-service {
    margin-top: 20px;
}

.hm-section3 .row {
    display: flex;
    flex-wrap: wrap;
}

.hm-service h4 {

    font-size: 20px;

    font-family: 'Work Sans', sans-serif;

    font-weight: 600;

    padding-top: 15px;

    padding-bottom: 10px;

    color: #0083c2;
    transition: all .3s;

}

.hm-service:hover h4 {
    color: #ef4024;
}

.hm-service p {

    font-family: 'Work Sans', sans-serif;

    color: #444444;

    font-size: 16px;

    line-height: 25px;

    width: 90%;

    margin: 0px auto;

    font-weight: 400;
    margin-top: 10px;
    /* min-height: 90px; */

}

.hm-section4 {

    padding-top: 80px;

    padding-bottom: 60px;

}

.hm-new1 {

    border-right: 1px solid #dedede;

    border-bottom: 1px solid #dedede;

    box-shadow: 0px 3px 0px 0px #dedede;

    border-radius: 5px;

    border-left: 0px;

}

.hm-new1 img {
    border: 1px solid #ddd;
    margin-top: -10px;
    padding-right: 2px;
}

.hm-new1-inner {

    padding: 15px 35px 0px 20px;

    min-height: 227px;

}

.hm-new1-inner p {
    font-family: 'Work Sans', sans-serif;
    color: #444444;
    font-weight: 400;
}

.hm-new1-inner h5,
.hm-section6 h5 {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'Work Sans', sans-serif;
}

.hm-new1-inner h5 a,
.hm-section2 h5 a,
.hm-section6 h5 a {
    color: #ef4024;
    transition: 0.5s ease;
}

.hm-section2 h5 a,
.hm-section6 h5 a {
    font-size: 13px;
    letter-spacing: 1px;
}

.hm-new1-inner h5 a:hover,
.hm-section2 h5 a:hover,
.hm-section6 h5 a:hover {
    color: #444444;
}

.hm-new2 img {
    margin-top: -10px;
}

.hm-new2-inner {
    position: absolute;
    top: 48%;
    left: 10%;
}

.hm-new2-inner h3 {

    color: #fff;

    font-size: 30px;

    text-transform: uppercase;

    font-weight: 300;

}

.hm-new2-inner p {

    font-size: 50px;

    line-height: 50px;

    color: #fff;

    font-weight: bold;

}

.hm-new2-inner .btn,
.btn-search-home {

    background: #ef4024;

    color: #fff;

    border-radius: 50px;

    margin-top: 30px;

    padding: 6px 20px;

    text-transform: uppercase;

    font-weight: 300;

}

.hm-service img {
    max-width: 80px;
    transition: all .3s;
}

.hm-service:hover img {
    filter: hue-rotate(169deg);
}

.btn-search-home {
    margin-top: 100px;
}

.hm-section5 {
    background: url(images/hm-slogan.jpg) no-repeat;
    background-size: cover;
    min-height: 110px;
    background-position: center center;
}

.hm-section6 {
    padding-top: 70px;
    padding-bottom: 30px;
}

.hm-section6 .nav-tabs {
    border-bottom: 0px;
}

.hm-section6 .nav-tabs>li>a {
    padding: 7px 20px;
    color: #444444;
    margin-right: 20px;
    font-size: 16px;
}

.hm-section6 .nav-tabs>li>a:hover,
.hm-section6 .nav-tabs>li>a:focus {
    background: #ef4024;
    color: #fff;
    border-radius: 50px;
}

.hm-section6 .nav-tabs>li.active>a,
.hm-section6 .nav-tabs>li.active>a:focus,
.hm-section6 .nav-tabs>li.active>a:hover {

    color: #555;

    cursor: default;

    border: 0px;

    border-bottom-color: transparent;

    background: #ef4024;

    border-radius: 50px;

    padding: 7px 20px;

    color: #fff;

    font-weight: 400;

}

.hm-section6 .tab-content {

    margin-top: 30px;

}

section.latest-news {
    padding: 50px 0 0;
}

.latest-news .news-box {
    height: 430px;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    background-color: #0082c0 !important;
    margin-bottom: 20px;
}

.news-box .overlay {
    position: absolute;
    background: #0082bfc9;
    width: 100%;
    height: 100%;
    left: 0;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
    align-items: center;
    justify-content: center;
    transition: all .3s;
}

.news-box .overlay h4 {
    line-height: 1.5;
}

.news-box .overlay.opacity-0 {
    opacity: 0;
}

.news-box:hover .overlay {
    opacity: 1;
}

.news-box .overlay h4 {
    margin-bottom: 10px;
}

.hm-product {

    border: 1px solid #f5f5f5;

    min-height: 320px;

    padding: 35px 15px 0px 15px;

}

.hm-product h4 {

    font-size: 18px;

    font-family: 'Work Sans', sans-serif;

    font-weight: 600;

    padding-top: 30px;

    color: #0083c2;

}

.hm-product h4 a {
    color: #ef4024;
}

.hm-product ul {

    list-style: none;

    padding-left: 0px;

}

.hm-product ul li,
.hm-product p {

    color: #75b0d2;

    float: left;

    margin-right: 7px;

    font-size: 14px;

    font-family: 'Work Sans', sans-serif;

    font-weight: 500;

    padding-top: 5px;

    line-height: 17px;

}

.hm-section6 .owl-nav button {
    background: #ef4024ad !important;
    width: 35px;
    height: 35px;
}

.hm-section6 .owl-carousel .owl-nav button.owl-prev {
    top: 130px;
    position: absolute;
    left: 0px;
}

.hm-section6 .owl-carousel .owl-nav button.owl-next {
    top: 130px;
    position: absolute;
    right: 0px;
}

.owl-theme .owl-nav [class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme .owl-nav [class*=owl-] span:focus {
    background: #ef4024 !important;
    color: #ef4024;
    border: 0px;
    border-color: none !important;
    text-decoration: none;
}

.hm-section6 .owl-theme .owl-nav [class*=owl-] span {
    font-size: 30px;
    position: absolute;
    top: -11px;
    color: #fff;
    left: 13px;
}

.product-crousel .owl-dots {

    display: none;

}

.partner-with-us {
    background: url(/wp-content/uploads/2020/12/partner-background2.jpg);
    background-size: cover;
    height: 110px;
    background-position: center;
    text-align: center;
    color: #037bbe;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-with-us h3 {
    font-weight: 600;
    letter-spacing: 1px;
}

footer {

    background: #0083c3;

    padding-top: 40px;

    padding-bottom: 10px;

}

footer h4 {

    font-size: 18px;

    color: #fff;

    text-transform: uppercase;

}

footer hr {

    width: 50px;

    border-top: 1px solid #fff;

    margin-left: 0px;

    margin-top: 10px;

}

footer ul {

    padding-left: 0px;

}

footer ul li {

    list-style: none;

}

footer ul li a {

    color: #fff;

    font-family: 'Work Sans', sans-serif;

    font-weight: 300;

}

footer ul li a:hover {

    color: #ef4024;

}

.ft-1-mobile {
    display: none;
}

.ft-2 h4 {
    text-align: center;
}

.ft-2 hr {
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 20px;
}

.ft-2 .left {
    width: 50%;
    float: left;
}

.ft-3 p {
    color: #fff;
    font-weight: 300;
}

.ft-4 ul li {
    float: left;
    margin-right: 30px;
}

.ft-4 ul li i {
    font-size: 23px;
}

.ft-4 ul li a:hover i {
    color: #ef4024;
}

.ft-4 .btn {
    color: #fff;
    margin-top: 25px;
    border-radius: 50px;
    padding: 7px 17px;
    background: #ef4024;
    transition: 0.5s ease;
}

.ft-4 .btn:hover {
    background: transparent;
    border: 1px solid #ef4024;
}

.footer-bottom {
    border-top: 1px solid #7bc7ec38;
    text-align: center;
    color: #fff;
    font-weight: 200;
    padding-top: 5px;
}

.footer-bottom a {
    color: #fff;
}

.footer-bottom a:hover {
    color: #ef4024;
}

.product-img {
    text-align: center;
    padding: 35px 25px 15px;
}

.board-of-directors-page h4 {
    display: flex;
    text-align: left;
    margin: 15px 0 10px 0px;
    font-size: 16px;
}

.board-of-directors-page h4 .space {
    min-width: 10px;
}

.board-of-directors-page .director-info {
    min-width: 80px;
}

.name {
    margin: 15px 0;
    font-weight: 600;
    font-size: 16px;
}

.timeline-main-title {
    display: none !important;
}

.product-wrap {
    transition: 0.5s;
    cursor: pointer;
    margin-bottom: 30px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    width: 100%;
}

.product-wrap:hover {
    transform: scale(1.05);
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.3);
}

.product-wrap h4 {
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.product-wrap h4 a {
    color: #ef4024;
}

p.subtitle-text {
    text-align: center;
    padding-top: 0;
    margin-top: 0;
    font-family: 'Poppins';
    font-size: 15px;
}

.subtitle-text a {
    text-decoration: none;
}

.subtitle-text a:hover,
.subtitle-text a:focus {
    text-decoration: none;
    outline: none;
}

.product-wrap h4 {
    margin-bottom: 0;
    padding-bottom: 6px;
}

.product-wrap ul {
    padding-bottom: 25px;
    list-style: square;
    color: #75b0d2;
    padding-left: 35px;
    font-size: 13px;
    line-height: 22px;
}

.product-wrap p {
    padding: 0px 25px 25px;
    color: #75b0d2;
    word-break: break-word;
}

.category-name1 {
    position: absolute;
    padding: 10px;
    background: #0083c3;
    color: #fff;
    font-size: 12px;
}

.new-text-wrap h4 a {
    color: #0083c3;
}

.new-text-wrap h4 {
    padding-bottom: 15px;
    font-weight: bold;
}

.new-text-wrap .calendar i {

    font-size: 18px;

    color: #999;

    padding-right: 15px;

}

.new-text-wrap .calendar {

    color: #999;

}

.new-text-wrap .btn {

    background: #ef4024;

    color: #fff;

    padding: 4px 20px;

    margin-top: 15px;

    border-radius: 50px;

}

.new-text-wrap .btn:hover {

    background: #0083c3;

}

/* Pagination */



ul.page-numbers {

    padding-left: 0px;

}

ul.page-numbers li {
    float: left;
    height: 35px;
    width: 35px;
    list-style: none;
    line-height: 35px;
    text-align: center;
    padding: 0px;
    border-radius: 100px;
    margin-right: 3px;
    border: 1px solid #ddd;
}

ul.page-numbers li span.current {

    color: #000;

    font-size: 16px;

}

ul.page-numbers li a {
    display: block;
}

.content-img img {

    width: 100%;

    height: auto;

}

.product-desc-row {

    margin-bottom: 20px;

    color: #808c8d;

}

.product-desc-left {

    color: #555555;

}

.manufact-term {

    border: 2px solid #ef4024;

    padding: 5px;

    transition: 0.5s ease-in-out;

}

.manufact-term a {

    color: #808c8d;

}

.manufact-term a:hover {

    color: #ef4024;

}

/* Certificates Page Start */
.certificates .row {
    display: flex;
    flex-wrap: wrap;
}

.certificate {
    text-align: center;
    margin: 18px 0;
}

.certificate img {
    max-height: 350px;
    width: auto;
    margin: auto;
    box-shadow: 0px 0px 15px -10px;
}

.certificate .name {
    margin: 15px 0;
    font-weight: 600;
    font-size: 16px;
}

.certificate p {
    line-height: 1.4;
}

/* Certificates Page End */

/* 404 error */

.error img {

    position: relative;

    margin: 0 auto;

}

.back-home-wrap p {

    font-size: 21px;

    margin-top: 50px;

}

.back-home-wrap {

    text-align: center;

    left: 0;

    right: 0;

}

.error {

    height: 400px;

}

.back-home {

    margin-top: 14px;

    border-radius: 0;

}



#go-top {

    width: 42px;

    height: 42px;

    border-radius: 50%;

    background-color: #ef4024;

    color: #fff;

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 18px;

    position: fixed;

    right: 14px;

    bottom: 14px;

}

.heading {
    text-align: left;
    padding-left: 15px;
    padding-bottom: 40px;
    text-transform: uppercase;
    font-weight: bold;
}

.form-control,
#application-form input {

    width: 100%;

    outline: none;

    border: 1px solid #eee;

    background-color: #eceff3;

    color: #888;

    font-weight: inherit;

    padding: 3px 20px;

    height: 50px;

    border: 0px;

    box-shadow: none;

    border-radius: 0px;

    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);

}

.form-control:focus,
#application-form input:focus {

    background-color: #fff;

    border: 1px solid #0083c3;

}

#application-form label {
    width: 100%;
}

.control-label,
#application-form label {

    color: #0083c3;

    font-size: 15px;

    text-transform: uppercase;

    letter-spacing: 1px;

    font-weight: 500;

    padding-top: 0px !important;

}

#application-form input[type="file"],
#application-form input[type="submit"] {
    width: unset;
    background: unset;
    padding: unset;
    height: unset;
}

.book-now-btn,
#application-form .book-now-btn {

    color: #fff;

    border-radius: 0px;

    padding: 10px 35px !important;

    background: #ef4024 !important;

    transition: 0.5s ease;

}

.book-now-btn:hover {

    color: #fbfbfb;

    background-color: #0083c3;

    border-color: #adadad;

}

textarea.form-control {

    height: 150px;

    padding: 15px 20px;

}

.contact-wrap {

    margin-bottom: 30px !important;

    border-bottom: 1px dashed #d4d2d2;

    padding-bottom: 30px !important;

}

.contact-wrap-left {

    float: left;

    margin-right: 25px;

    min-height: 70px;

}

.contact-wrap-left i {
    font-size: 30px;
    color: #ef4024;
}

.contact-wrap-right h4 {
    color: #0083c3;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: bold;
}

.contact-wrap-right p a {

    color: #333;

}

.contact-wrap-right p {

    line-height: 20px;

}

.form-horizontal {

    margin-bottom: 40px;

}

.mission-right .panel-title>a:before {

    float: right !important;

    content: "-";

    padding-right: 5px;

    font-size: 32px;

    font-weight: 600;

    color: #17224D;

}

.service-right img {
    margin: 0px auto;
    width: 100%;
    height: auto;
}

.mission-right .panel-title>a.collapsed:before {
    float: right !important;
    content: "+";
    font-size: 25px;
    color: #17224D;
}

.mission-right .panel-title>a:hover,
.mission-right .panel-title>a:active,
.mission-right .panel-title>a:focus {
    text-decoration: none;
}

.mission-right .panel {
    margin-bottom: 20px;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.mission-right .panel-body {
    padding-left: 40px;
}

.mission-right .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
}

.mission-right .panel-title {
    border-bottom: 1px solid #e1e1e1;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 600;
}

.mission-right h5,
.history-tl-container h5,
.service-right h5,
.parnter-section1 h5 {
    color: #ef4024;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2.5px;
}

.md-left-wrap {
    position: sticky;
    top: 20px;
}

.md-left {
    background: #2098d112;
    padding: 25px;
}

.md-left h3 {
    color: #0083c3;
    font-size: 25px;
    font-weight: 500;
    padding-top: 20px;
}

.md-left h4 {
    color: #757575;
    font-size: 15px;
    font-weight: 400;
    padding-top: 10px;
}

.md-left p {

    text-transform: uppercase;

    color: #ef4024;

    font-style: italic;

    text-align: center;

    font-size: 15px;

    font-weight: 600;

}

.md-right {

    padding-left: 30px;

}

.md-right p {

    padding-bottom: 25px;

    font-weight: 500;

    font-style: italic;

}

.page-title {

    text-align: center;

    font-size: 30px;

    padding-bottom: 30px;

    color: #0083c2;

    font-weight: bold;

}

/*.page-id-96 .content{

    background: url(images/bg4.jpg);

}*/

.corporate-top {

    font-size: 16px;

    padding-bottom: 20px;

}

.corporate-left h5 {

    color: #ef4024;

    padding-bottom: 13px;

    text-transform: uppercase;

    letter-spacing: 1px;

}

.corporate-left h4 {

    font-size: 25px;

    color: #0083c2;

}

.corporate-right ul {

    padding-left: 15px;

}

.testi-bar {

    margin-bottom: 40px;

    margin: inherit;

    margin-top: 15px;

    width: 35px;

    height: 2px;

    background-color: #ef4024;

}

.corporate-line {

    margin-top: 25px;

    margin-bottom: 25px;

    border-top: 1px dotted #999;

}

.corporate-row {

    margin-top: 20px;

}

.service-left ul {

    list-style: none;

    padding-left: 0px;

    width: 90%;

}

.service-left h3 {

    font-size: 20px;

    line-height: 28px;

    font-weight: 800;

    text-transform: uppercase;

    color: #2b2b2b;

    margin-bottom: 35px;

}

.service-left ul li a {

    transition: all .5s ease;

    display: block;

    padding: 10px;

    background: #0083c3;

    margin-bottom: 8px;

    font-size: 14px;

    line-height: 24px;

    font-weight: 400;

    color: #f5f5f5;

}

.service-left ul li a::after {

    transition: all .5s ease;

    position: absolute;

    content: '»';

    color: #fff;

    right: 70px;

    font-size: 20px;

}

.service-left ul li a:hover {

    background: #ef4024;

}

.service-left ul li img {

    padding-right: 15px;

}

.service-right p {

    font-size: 16px;

    line-height: 30px;

}

/*-------------Timeline--------------*/

.history {

    background: #EDF1FC;

    margin-top: 50px;

    padding-top: 45px;

}

.history-tl-container {
    width: 70%;
    margin: 70px auto 0;
    display: block;
    position: relative;
}

.history-tl-container ul.tl {

    margin: 20px 0;

    padding: 0;

    display: inline-block;

}

.history-tl-container ul.tl li {

    list-style: none;

    margin: auto;

    margin-left: 200px;

    min-height: 50px;

    /* background: rgba(255,255,0,0.1); */

    border-left: 1px dashed #86D6FF;

    padding: 0 0 40px 45px;

    position: relative;

    line-height: 23px;

}

.history-tl-container ul.tl li:last-child {
    border-left: 0;
}

.history-tl-container ul.tl li::before {

    position: absolute;

    left: -12px;

    top: 0px;

    content: " ";

    border: 8px solid #c0e1f1;

    border-radius: 500%;

    background: #258CC7;

    height: 25px;

    width: 25px;

    transition: all 500ms ease-in-out;

}

.history-tl-container ul.tl li:hover::before {

    border-color: #258CC7;

    transition: all 1000ms ease-in-out;

}

ul.tl li .item-detail {

    color: #777;

    font-size: 13px;

}

ul.tl li .item-detail:before {

    content: ">";

    display: inline-block;

    margin-left: -15px;

    width: 15px;

    font-size: 17px;

    color: #258cc7;

}

ul.tl li .timestamp {

    color: #2098d1;

    position: absolute;

    width: 100px;

    left: -28%;

    text-align: right;

    font-size: 17px;

}

.single-title {
    padding-bottom: 30px;
}

.page-id-154 .content {

    background: #f4f4f4;

}

.parnter-section1 .container {

    background: #fff;

    padding: 50px;

    border-top: 2px solid #ef4024;

}

.partner-title {

    font-size: 27px;

    padding-top: 30px;

    padding-bottom: 30px;

    color: #ef4024;

    font-weight: 500;

    text-transform: uppercase;

}

.partner-title span {

    color: #0083c2;

}

.partner-section2 .container {

    background: #fff;

    padding: 50px;

}

.partner2-wrap i {

    color: #0083c3;

    font-size: 22px;

    padding-right: 15px;

}

.partner2-wrap {

    padding-bottom: 30px;

}

.page-id-154 .innerbanner {
    background: #f4f4f4;
}

.parnter-section3 {

    margin-top: 60px;

    /*background: linear-gradient(to bottom, #ffffffa3, #0083c33b),url(images/partner-bg.jpg)no-repeat;

    background-size: contain;

    background-position: center right;*/

    min-height: 460px;

}

.partner-sec3-left {

    background: #fff;

    padding-bottom: 60px;

    padding-top: 60px;

    padding-left: 80px;

    min-height: 460px;

}

.partner-sec3-left h5 {

    color: #ef4024;

    font-size: 14px;

    font-weight: 500;

    letter-spacing: 2.5px;

}

.partner-sec3-left h3,
.partner-section4 h3 {

    font-size: 30px;

    padding-bottom: 30px;

    color: #0083c2;

    font-weight: bold;

}

.partner-section4 {
    padding: 60px 0px 0px;
}

.partner-section4 .item {
    margin-bottom: 20px;
}

.mobile-partner {
    display: none;
}

.progress-bar {

    background-color: #f5f5f5;

    width: 100%;

    height: 6px;

    position: relative;

    margin-bottom: 30px;

    box-shadow: none;

}

.progress {

    height: 6px;

    background-color: #ef4024;

    display: block;

}

/* Breadcrumb */



#breadcrumbs {
    list-style-type: none;
    padding-left: 0px;
}

#breadcrumbs li {
    display: inline-block;
}

/* Job Application Start */
#application-form fieldset {
    padding: 5px 25px 30px;
    margin: 0 2px;
    border: 1px solid silver;
}

#application-form legend {
    width: unset;
    border-bottom: unset;
    padding: 0px 10px;
}

#application-form input {
    margin-bottom: 20px;
    margin-top: 3px;
}

#application-form .file-input-wrap {
    overflow: hidden;
}

#application-form input[type="file"] {
    position: relative;
    left: -90px;
    border: unset;
    outline: unset;
}

#application-form .form-control-file:focus {
    border: unset;
    outline: unset;
}

#application-form .label-button {
    background: #0083bf;
    color: #fff;
    padding: 11px 20px !important;
    cursor: pointer;
    transition: all .3s;
    margin-right: 10px;
    width: unset;
    margin-top: 4px;
}

#application-form .label-button i {
    margin-right: 5px;
}

#application-form .label-button:hover,
#application-form .label-button:focus {
    background: #066897;
}

#application-form .file-input-wrap {
    overflow: hidden;
    /* padding-top: 10px; */
}

#application-form legend h3 {
    font-weight: bold;
}

/*********************** Widget ******************/
.sidebar-wrap {
    position: sticky;
    top: 70px;
}

.mywidget h4 {
    font-size: 14px;
}

.widget-title {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.title-bar {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #fff;
    width: 30%;
}

.widget ul li a,
.side-wrap ul li a {
    color: #fff;
    border-bottom: 1px dotted #999;
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
    position: relative;
}

.widget ul li a:hover,
.side-wrap ul li a:hover .widget ul li a:focus,
.side-wrap ul li a:focus {
    color: #333;
    text-decoration: none;
    outline: none;
}

.widget ul,
.side-wrap ul {
    padding-left: 0;
    list-style-type: none;
}

.sidebar {
    background: #0083c37d;
    padding: 30px 20px;
}

.widget-title2 {
    color: #fff;
    padding-bottom: 15px;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product-cate {
    background: #0083c37d;
    padding: 20px;
    margin-bottom: 20px;
}

.product-cate .panel {
    background-color: transparent;
}

.product-cate .side-panel {
    border: 0px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.product-cate .panel-heading {
    padding: 10px 0px;
    color: #808c8d;
}

.product-cate .panel-group .panel-heading+.panel-collapse>.list-group,
.product-cate .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
    padding-top: 0px;
}

.product-cate .panel-body ul {
    padding-left: 10px;
    list-style: none;
}

.product-cate .panel-body ul li a {
    color: #fff;
}

.product-cate .panel-body ul li::before {
    content: "•";
    color: #fff;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.sidebar-title {
    margin-top: 12px;
    font-size: 15px;
}

.sidebar-title a {
    color: #fff;
}

.product-cate .panel-title {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.product-cate .panel-title::after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    color: #fff;
    position: relative;
    font-weight: 400;
    top: 0px;
    transition: all 0.5s;
    font-size: 13px;
    padding-left: 10px;
    float: right;
}

.product-cate .panel-title[aria-expanded="true"]::after {
    content: "\e113";
}

.product-cate .panel-group {
    margin-bottom: 10px;
}

.career-modal ul li {
    font-weight: 400;
}

.career-modal #myModalLabel {
    font-size: 21px;
    text-transform: uppercase;
    padding-bottom: 25px;
    letter-spacing: 0.5px;
    color: #0083c3;
}

.career-modal .modal-body h4 {
    font-size: 15px;
    color: #ef4024;
    line-height: 28px;
    letter-spacing: 0.5px;
}

.share-btn,
.share-btn-blue {
    background-color: #ff9405;
    color: white;
    text-transform: uppercase;
    margin-top: 30px;
}

.share-btn-blue {
    background-color: #0083bf;
    margin-right: 7px;
}

.career-wrap .table {
    margin-top: 30px;
}

.career-wrap .table th {
    padding: 20px 10px;
}

.btn-career {
    border: 1px solid #ef4024;
    color: #ef4024;
    transition: 0.5s ease;
}

.btn-career:hover {
    background: #ef4024;
    color: #fff;
}

.history-timeline .timeline-item.right:first-child{
    min-height: unset !important;
}
.history-timeline .timeline-item.right:first-child .content-inner{
    min-height: unset !important;
}

@media (max-width: 1100px) {
    .hm-count {
        margin: 0px auto;
        width: 75%;
    }

}

@media(min-width:992px) and (max-width:1199px) {
    .navbar-nav>li>a {
        font-size: 13px;
        padding: 10px 7px;
    }
}

@media (max-width: 900px) {
    .hm-counter {
        margin-bottom: 30px;
    }

    .hm-counter:nth-child(2) {
        border-right: 0px;
    }

    .hm-section1 {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar-nav {
        margin-top: 0px;
    }

    .navbar {
        margin-bottom: 0px;
    }

    .ft-1 {
        display: none;
    }

    .ft-1-mobile .left {
        width: 50%;
        float: left;
    }

    .ft-3,
    .ft-4 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ft-4 ul {
        overflow: hidden;
    }

    .ft-4 .btn {
        color: #fff;
        margin-top: 0px;
        margin-bottom: 20px;
    }

    .history-tl-container ul.tl li {
        margin-left: 20px;
    }

    .ft-3 {
        margin-top: 0px;
    }

    .ft-2 h4 {
        text-align: left;
    }

    .ft-2 hr {
        margin: inherit;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .ft-3 p {
        font-family: 'Work Sans', sans-serif;
        font-weight: 300;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 65%;
        margin: 30px auto;
    }
}

@media (max-width: 767px) {
    .home header {
        position: relative;
        padding-bottom: 0px;
    }

    /*.fixed-header{
    position: relative!important;
}*/
    header {
        padding: 10px 0px 0px;
    }

    .logo {
        text-align: center;
        padding-bottom: 10px;
    }

    .menu-wrap {
        background: #0083c3;
    }

    .navbar-toggle {
        border: 1px solid #fff;
        margin-right: 0px;
    }

    .navbar-toggle .icon-bar {
        background: #fff;
    }

    /*.innerbanner{
    min-height: 200px;
}*/
    .hm-service p {
        min-height: auto;
    }

    .hm-new1-inner {
        padding: 15px 20px 0px 20px;
    }

    .hm-new1 {
        margin-bottom: 30px;
    }

    .hm-section4 {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .hm-section6 {
        padding-top: 40px;
    }

    .nav-tabs>li {
        margin-top: 20px;
    }

    .hm-section6 h3 {
        padding-bottom: 10px;
    }

    .ft-1-mobile,
    .ft-2 {
        display: none;
    }

    .ft-3 {
        margin-top: 0px;
    }

    .desktop-partner {
        display: none;
    }

    .mobile-partner {
        display: block;
        position: relative;
        overflow: hidden;
    }

    .hm-new-mobile h3 {
        padding: 20px 15px;
        font-size: 24px;
        color: #0083c2;
        font-weight: 700;
    }

    .hm-new-mobile h5 {
        padding: 20px 15px;
        font-family: 'Work Sans', sans-serif;
    }

    .hm-new-mobile h5 a {
        color: #ef4024;
        transition: 0.5s ease;
    }

    .hm-new-mobile p {
        padding: 0px 15px;
    }

    .hm-new-mobile {
        border: 1px solid #ddd;
        margin-bottom: 30px;
    }

    .hm-section6 .owl-theme .owl-nav {
        top: -47px;
    }

    .mb10 {
        color: #0083c3;
        margin-bottom: 50px;
    }

    .hm-section6 .owl-carousel .owl-item img {
        display: block;
        width: 50%;
        margin: 0px auto;
    }

    .mission-left img {
        margin: 0px auto;
    }

    .mission-right h5 {
        padding-top: 30px;
    }

    .md-left-wrap {
        position: relative;
        top: 0px;
    }

    .md-right {
        padding-left: 20px;
        padding-top: 20px;
    }

    .md-right p {
        padding-bottom: 15px;
    }

    .content {
        padding-top: 20px;
        padding-bottom: 25px;
    }

    .md-left {
        text-align: center;
    }

    .sidebar {
        margin-top: 30px;
    }

    .new-img {
        text-align: center;
    }

    .new-text-wrap h4 {
        margin-top: 25px;
    }

    .service-right {
        margin-top: 35px;
    }

    .service-left ul {
        width: 100%;
    }

    .service-left h3 {
        margin-bottom: 25px;
    }

    .service-left ul li a::after {
        right: 30px;
    }

    .sidebar-wrap {
        position: relative;
        top: 0px;
    }

    .product-img .no-img {
        margin: 0px auto;
    }

    .product-wrap {
        min-height: auto;
    }

    .product-single-left {
        text-align: center;
    }

    .partner-sec3-left {
        padding-bottom: 30px;
        padding-top: 30px;
        padding-left: 40px;
        min-height: auto;
    }

    .parnter-section1 {
        margin-top: 30px;
    }

    .parnter-section3 {
        background: none;
        min-height: auto;
    }

    .partner-section4 .owl-theme .owl-nav {
        display: none;
    }

    .partner-section4 .owl-theme .owl-dots {
        padding-top: 20px;
    }

    .partner-section4 .owl-carousel .owl-item {
        background: #fff;
    }

    .partner-section4 .owl-carousel .owl-item img {
        max-width: fit-content;
        margin: 0px auto;
    }

    .heading {
        text-align: left;
        padding-left: 15px;
        padding-bottom: 25px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .career-wrap .table {
        margin-top: 0px;
    }
}

@media (max-width: 500px) {

    .hm-counter,
    .hm-section2 p,
    .hm-who1 {
        width: 100%;
    }

    .hm-section5 {
        min-height: 85px;
    }

    .hm-product {
        min-height: 260px;
        padding: 25px 15px 0px 15px;
    }

    .hm-counter:first-child .hm-count {
        margin: 0px auto;
        width: 75%;
    }

    .hm-new2-inner {
        position: absolute;
        top: 10%;
        left: 5%;
    }

    .hm-new2-inner .btn {
        margin-top: 15px;
    }

    .ft-4 .btn {
        margin-bottom: 0px;
    }

    #go-top {
        bottom: 15px;
        z-index: 999;
        right: 10px;
        width: 35px;
        height: 35px;
    }

    .hm-counter {
        margin-bottom: 0px;
    }

    .hm-section6 h3 {
        padding-bottom: 25px;
        font-size: 23px;
    }

    #go-top .glyphicon-chevron-up:before {
        content: "\e113";
        font-size: 15px;
        padding: 0px;
        position: absolute;
        right: -8px;
        top: -9px;
    }

    .content {
        padding-top: 10px;
        padding-bottom: 25px;
    }

    ul.tl li .timestamp {
        left: -50%;
    }

    #breadcrumbs strong {
        font-weight: 500;
    }

    .hm-section6 .owl-carousel .owl-nav button.owl-prev {
        top: 100px;
    }

    .hm-section2 h3,
    .hm-section3 h3,
    .hm-new1-inner h3,
    .hm-section6 h3,
    .mission-right h3,
    .history-tl-container h3,
    .service-right h3,
    .parnter-section1 h3,
    .product-single-right h3,
    .page-title {
        font-size: 24px;
    }

    .mission-right h3 {
        padding-top: 25px;
        padding-bottom: 15px;
    }

    .page-title,
    .product-single-right h3,
    .progress-bar {
        padding-bottom: 0;
        margin-top: 10px
    }

    .corporate-left h4 {
        font-size: 23px;
    }

    .service-right {
        margin-top: 0px;
    }

    .product-single-right {
        padding-top: 30px;
    }

    .product-desc-left {
        font-weight: bold;
    }

    .product-desc-row {
        margin-bottom: 10px;
    }

    .contact-wrap {
        margin-bottom: 20px !important;
        padding-bottom: 20px !important;
    }

    .contact-wrap-right h4 {
        margin-bottom: 10px;
    }
}

@media (max-width: 425px) {
    ul.tl li .timestamp {
        left: -55%;
    }

    .history-tl-container ul.tl li {
        padding: 0 0 20px 35px;
    }

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

ul.glossary-nav {
    list-style-type: none;
    padding-left: 0;
}

ul.glossary-nav li {
    display: inline-block;
    background: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

ul.glossary-nav li a {
    color: #fff;
}

li.list-inline-item.disabled.list0-9_disable_list {
    display: none;
}

.with-nav-tabs.panel-default {
    border-color: transparent;
}

.with-nav-tabs.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.with-nav-tabs.panel-default>.panel-heading {
    background-color: transparent;
    border-color: transparent;
}

.with-nav-tabs .panel-heading {
    padding: 0 !important;
}

.with-nav-tabs .nav-tabs>li>a:hover {
    border-color: transparent;
    background: #ee4123;
    color: #fff;
    font-weight: 600;
}

.with-nav-tabs .nav-tabs>li.active>a,
.with-nav-tabs .nav-tabs>li.active>a:focus,
.with-nav-tabs .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #ee4123;
    border: 1px solid transparent;
    border-bottom-color: transparent;
}

.with-nav-tabs ul.glossary-nav li {
    display: inline-block;
    background: transparent;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.with-nav-tabs ul.glossary-nav li a {
    color: #fff;
    background: #0083c3;
    border-radius: 0;
    text-align: center;
    padding: 6px 0px;
}

.with-nav-tabs li.list-inline-item.disabled {
    background: #ee4123;
    height: 34px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    padding-top: 2px;
    margin-right: 2px;
    display: none;
}

.with-nav-tabs .nav-tabs {
    border-bottom: 1px solid transparent;
    margin-top: 15px;
}

/* .product-wrap h5:nth-child(2), .product-wrap h5:nth-child(3) {
    display: none;
} */
.search-results a.more-dotted {
    display: none;
}

@media(max-width: 1024px) {
    .latest-news .news-box {
        height: 350px;
    }
}

@media(max-width: 991px) {
    .latest-news .news-box {
        height: 300px;
    }
}

.metaslider.ms-theme-cubic .flexslider:hover ul.flex-direction-nav li a,
.metaslider.ms-theme-cubic .flexslider:focus-within ul.flex-direction-nav li a,
.metaslider.ms-theme-cubic:hover a.rslides_nav,
.metaslider.ms-theme-cubic div.nivoSlider:hover div.nivo-directionNav a,
.metaslider.ms-theme-cubic .coin-slider:hover .coin-slider div a {
    background: rgba(255, 255, 255, 0.30);
    max-width: 50px;
    opacity: 1 !important;
    width: 11%;
    width: 50px;
    height: 50px;
    /* padding: 20px; */
    border-radius: 100%;
}

.metaslider.ms-theme-cubic .flexslider ul.flex-direction-nav li a::before,
.metaslider.ms-theme-cubic a.rslides_nav::before,
.metaslider.ms-theme-cubic div.nivoSlider div.nivo-directionNav a::before,
.metaslider.ms-theme-cubic .coin-slider .coin-slider div a::before {
    background: url(images/arrow.png) no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
    content: '' !important;
    display: block;
    height: 47px !important;
    margin-top: -23px;
    max-height: 47px !important;
    max-width: 47px !important;
    position: absolute;
    top: 50% !important;
    width: 22px !important;
    left: 11px !important;
}

.metaslider.ms-theme-cubic .flexslider ul.flex-direction-nav li a.flex-prev::before,
.metaslider.ms-theme-cubic .rslides_nav.prev::before,
.metaslider.ms-theme-cubic div.nivoSlider div.nivo-directionNav a.nivo-prevNav::before,
.metaslider.ms-theme-cubic .coin-slider .coin-slider div a.cs-prev::before {
    left: 27% !important;
}

.mission-right p {
    padding-left: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Work Sans', sans-serif;
    font-size: 16px;
}

.timeline .image {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 1px solid #fff;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*.timeline-txt p {
    color: #fff;
    font-size: 20px;
}
.timeline-txt h3 {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
    color: #fff;
}

.timelilne-box {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 99;
}

.company_timeline {
    display: flex;
    flex-flow: wrap;
    background-color: #f4f5ef;
    padding-top: 50px;
    margin-top: 30px;
    position: relative;
}

.company_timeline div.timelilne-box {
    flex: 0 0 36%;
    max-width: 36%;
}

.company_timeline div.timelilne-box:nth-child(odd) {
    padding: 150px 0;
}

.timeline-txt p {
    font-size: 16px;
}
.box_wrap a {
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    margin-bottom: 30px;
}
.overlay-bg {
    position: absolute;
    height: 400px;
    width: 100%;  
    border-radius: 30px;
    z-index: -1;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
}
.company_timeline div.timelilne-box:nth-child(odd) .overlay-bg{
     top: 277px;
}

.company_timeline div.timelilne-box:nth-child(even) .overlay-bg{
     top: 100px;
}
#page-id-2249 .overlay-bg {
    background: red;

}
div#page-id-2252 .overlay-bg{
    background: #fff;
}
div#page-id-2252 p{
    color:#000;
}
.timeline-txt h3 {
    color: #000;
}
.timeline-txt {
    padding: 1rem;
}*/

.timeline_box div.timeline-container {
    flex: 0 0 45%;
    max-width: 45%;
}

.timeline_box {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 8rem;
    padding: 100px 0;
}

.timeline-container .timeline .timeline-content {
    text-align: center;
    padding: 20px 0;
}

.timeline_box div.timeline-container {
    flex: 0 0 45%;
    max-width: 45%;
}

.timeline-container .timeline {
    display: flex;
    flex-flow: column;
    align-items: center;
}

.timeline_box div.timeline-container {
    flex: 0 0 45%;
    max-width: 45%;
    background: #ddd;
    margin-bottom: 32px;
    padding: 50px 80px;
    border-radius: 23px;
    background-color: #d5e8f1;
}

.timeline-content p {
    font-family: 'Poppins';
}

.timeline-content h2 {
    font-weight: 800;
    font-size: 35px;
    margin-bottom: 30px;
}

.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
}

.metaslider.ms-theme-outline .flexslider ul.flex-direction-nav li a::before,
.metaslider.ms-theme-outline a.rslides_nav::before,
.metaslider.ms-theme-outline div.nivoSlider div.nivo-directionNav a::before,
.metaslider.ms-theme-outline .coin-slider .coin-slider div a::before {
    mask-size: 11px auto !important;
}

/************************************************/


.history-timeline .timeline {
    position: relative;
    /* max-width: 960px; */
    /* margin: 60px auto; */
    overflow-x: hidden;
}

.history-timeline .timeline::after {
    content: '';
    position: absolute;
    width: 3px;
    background-color: #000;
    top: 100px;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    z-index: -1;
}

.history-timeline .timeline-item {
    position: relative;
    width: 50%;
    padding: 20px 40px;
    box-sizing: border-box;
}

.history-timeline .timeline-item.left {
    left: 0;
    text-align: right;
}
.timeline-item.right .timeline-img{
    margin-right: unset !important; 
}
.history-timeline .timeline-item.right {
    left: 50%;
    text-align: left;
    min-height: 390px;
    padding-bottom: 0px;
    display: flex;
}
.timeline-item:first-child {
    min-height: 0px;
}
.history-timeline .timeline-content {
    /* background: #fff; */
    border-radius: 10px;
    position: relative;
    /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); */
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.history-timeline .timeline-img {
    max-width: 100%;
    margin-top: 10px;
    border-radius: 8px;
    width: 50%;
    object-fit: cover;
    max-height: 340px;
}

.history-timeline .timeline-dot {
    position: absolute;
    bottom: 20px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    z-index: 1;
/*     border: 4px solid #fff; */
}

.history-timeline .timeline-item.left .timeline-dot {
    right: -35px;
}

.history-timeline .timeline-item.right .timeline-dot {
    left: -35px;
}

/* Dot Colors */
.history-timeline .purple {
    background-color: #7b1fa2;
}

.history-timeline .violet {
    background-color: #9c27b0;
}

.history-timeline .red {
    background-color: #f44336;
}

.history-timeline .orange {
    background-color: #ff9800;
}

.history-timeline .green {
    background-color: #4caf50;
}

.history-timeline .yellow {
    background-color: #ffeb3b;
}

.history-timeline .content-inner {
    text-align: left;
    padding: 10px;
    align-self: flex-start;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 60px;
}

.timeline-item.right .timeline-content {
    flex-direction: row-reverse;
}

.content-inner {
    text-align: left;
    padding: 10px;
    width: 50%;
}

.timeline-line {
    position: absolute;
    content: "";
    height: 2px;
    width: 80%;
    bottom: 50px;
    right: 0;
}

.right .timeline-line {
    right: unset;
    left: 0;
}

@media (max-width:1199px) {
    .timeline-item.right .timeline-content {
        flex-direction: column-reverse;
    }

    .history-timeline .timeline-content {
        flex-direction: column-reverse;
    }

    .history-timeline .timeline-img {
        width: 80%;
        margin-right: auto;
    }

    .timeline-item.right .content-inner {
        margin-left: auto;
        min-height: unset;
    }

    .content-inner {
        width: 80%;
        margin-right: auto;
    }

    .history-timeline .timeline::after {
        top: 277px;
    }

    .timeline-item.right img {
        margin-left: auto;
    }

    .history-timeline .content-inner {
        min-height: unset;
    }
}

@media (max-width:991px) {
    .history-timeline .timeline-item.right {
        left: 20px;
        text-align: left;
    }

    .history-timeline .timeline::after,
    .history-timeline .timeline-item.left {
        left: 20px;
    }

    .history-timeline .timeline-item {
        position: relative;
        width: 90%;
    }

    .timeline-line {
        position: absolute;
        content: "";
        height: 2px;
        width: 50%;
        bottom: 60px;
        right: unset;
        left: 0;
    }

    .history-timeline .timeline-item.left .timeline-dot {
        right: unset;
        left: -15px;
    }

    .history-timeline .timeline-img {
        width: 100%;
        margin-right: unset;
        margin-left: auto;
        max-height: unset !important;
        text-align: left !important;
    }

    .history-timeline .content-inner {
        width: 100%;
        margin-right: unset;
        margin-left: auto;
        margin-bottom: 20px;
    }

    .history-timeline .timeline-dot {
        position: absolute;
        bottom: 45px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        z-index: 1;
        border: 4px solid #fff;
    }

    .history-timeline .timeline-item {
        padding: 20px 20px;
        padding-left: 30px;
    }

    .history-timeline .timeline::after {
        top: 200px;
    }

    .history-timeline .timeline-item.right .timeline-dot {
        left: -15px;
    }
}