/* Theme Styles Start */

/*

font-family: "Raleway", sans-serif;

font-family: "Open Sans", sans-serif;

*/

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif !important;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

p {
    font-size: 14px !important;
    font-weight: normal !important;
}

body {
    font-family: "Open Sans", sans-serif !important;
    top: 0 !important;
}

body::-webkit-scrollbar-thumb {
    outline: 1px solid;
}

/* Theme Styles End */

/* For Language Translator */

iframe#\:2\.container, .goog-te-banner-frame.skiptranslate, .goog-te-gadget-icon, .goog-te-combo, .goog-te-banner-frame, .goog-te-banner-frame.skiptranslate, .goog-te-banner-frame iframe, .goog-te-menu-value:hover, .goog-te-combo, #goog-gt-tt, .goog-tooltip, .goog-tooltip:hover, .goog-text-highlight, .goog-te-balloon-frame, .goog-te-menu-value span, .goog-te-menu-value:after, .goog-te-menu2, .VIpgJd-ZVi9od-xl07Ob-lTBxed span, .VIpgJd-ZVi9od-xl07Ob-lTBxed img, .VIpgJd-ZVi9od-aZ2wEe-wOHMyf.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc, div#\:1\.menuBody .indicator, .VIpgJd-ZVi9od-aZ2wEe-wOHMyf.VIpgJd-ZVi9od-aZ2wEe-wOHMyf-ti6hGc, a.VIpgJd-ZVi9od-vH1Gmf-ibnC6b span.indicator, .skiptranslate {
    display: none !important;
}

.VIpgJd-ZVi9od-vH1Gmf-ibnC6b .indicator {
    display: none !important;
    visibility: hidden !important;
    font-size: 0 !important;
    color: transparent !important;
}

.translator-site #google_translate_element {
    float: left;
    padding: 0 !important;
    margin: 0 !important;
}

.goog-te-menu-value:hover {
    text-decoration: none !important;
}

.goog-text-highlight {
    background: none !important;
    box-shadow: none !important;
}

.goog-te-gadget-simple {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed span:first-child {
    display: flex !important;
    align-items: center !important;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed span:first-child::after {
    margin-left: 6px;
    font-family: 'FontAwesome';
    content: "\f107";
    font-size: 16px;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed {
    display: flex;
    align-items: center;
}

.VIpgJd-ZVi9od-xl07Ob-lTBxed::before {
    margin-right: 6px;
    font-family: 'FontAwesome';
    font-size: 16px;
    content: "\f1ab";
}

/* For Language Translator */

/* Falcon Members Start */

.falcon-members {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 575.98px) {
    .falcon-members {
        display: flex;
        justify-content: center;
    }

    .falcon-members .dropdown-menu {
        left: -150px !important;
    }
}

.falcon-members .dropdown-btn {
    background: transparent !important;
    border: none !important;
    border-radius: 50%;
    padding: 8px;
    transition: all 0.3s ease;
}

.falcon-members .dropdown-btn:hover {
    background-color: #f4f4f4 !important;
}

.falcon-members .dropdown-btn:focus {
    outline: none !important;
    outline-offset: unset !important;
}

.falcon-members .dropdown-toggle::after {
    display: none !important;
}

.falcon-members .dropdown-btn i {
    font-size: 20px;
}

.falcon-members .dropdown-menu {
    background: #fff;
    border-radius: 28px;
    border: 8px solid #f4f4f4;
    box-shadow: 0 4px 8px 3px rgba(0, 0, 0, .15), 0 1px 3px rgba(0, 0, 0, .3);
    padding: 24px 20px !important;
    width: 350px !important;
    overflow-y: scroll !important;
    overflow: hidden;
    height: 300px;
    position: absolute;
    top: 40px !important;
    left: -250px;
    right: unset !important;
    bottom: unset !important;
}

.falcon-members .icon-container {
    text-align: center;
    margin: 4px 0;
}

.falcon-members .icon-container a {
    text-decoration: none !important;
    display: inline-block;
}

.falcon-members .icon-container-box {
    padding: 12px 24px;
    border-radius: 16px;
    transition: all 0.3s ease;
}

.falcon-members .icon-container-box:hover {
    background-color: #f4f4f4;
}

.falcon-members .icon-container-box img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.falcon-members .icon-container-box p {
    color: #202124;
    font-size: 14px;
    margin: 10px 0 0 0;
}

.falcon-members .dropdown-menu::-webkit-scrollbar {
    width: 0 !important;
}

/* Falcon Members End */

/* Header Start */

@media screen and (max-width: 768px) {
    .headerBlue {
        padding: 0 !important;
    }
    
    .main_logo {
        margin: 6px auto !important;
    }
}

.fixed-top {
    z-index: 99999 !important;
}

@media (max-width: 480px) {
    .fixed-top {
        position: unset !important;
    }
}

.main_logo {
    display: flex;
    justify-content: center;
}

.main_logo img {
    max-width: 100%;
}

.simple-search select.select_style.search-type {
    border-radius: 20px 0 0 20px !important;
}

.searchbar.srcht {
    margin: 0 !important;
}

.srchbtn button.btn {
    border-radius: 0 20px 20px 0 !important;
}

@media (max-width: 480px) {
    .simple-search select.select_style.search-type {
        border-radius: 0 !important;
    }
    
    .srchbtn button.btn {
        border-radius: 0 !important;
    }
    
    .searchbar input {
        margin: 0 !important;
    }
    
    .searchbar button {
        margin: 0 !important;
    }
}

.top-title-bar {
    position: relative !important;
    top: 0 !important;
    height: 36px;
    overflow: hidden;
    text-align: center;
}

.top-title-bar p {
    animation: vertical-move 10s infinite;
    animation-delay: 1.5s;
    top: 15px;
    position: relative;
    margin: 0 !important;
    line-height: 35px;
}

.user_side_sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.user_side::after {
    content: "|";
    padding: 0;
}

.user_side:last-child:after {
    content: "" !important;
    padding: 0 !important;
}

.top_bar ul {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 480px) {
    .top_bar {
        padding: 10px 0 !important;
    }

    .top_bar ul {
        margin: 0 auto !important;
    }
}

.top_bar ul li {
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
}

.top_bar ul li img {
    width: 24px;
    height: 16px;
}

.user_side li::after {
    padding: 0 !important;
}

.user_side li:last-child:after {
    padding: 0 !important;
}

@media (max-width: 480px) {
    .user_side_sec {
        display: block !important;
    }
    
    .user_side::after {
        content: "" !important;
   }
}

@keyframes vertical-move {
    0%   {top:  14px; }
    25%  {top:  14px; }
    50%  {top: -18px; }
    75%  {top: -18px; }
   100%  {top:  14px; }
}

/* Header End */

/* NavBar Start */

.navbar-default .dropdown-toggle::after {
    display: none !important;
}

.navbar-toggle {
    background: none !important;
}

.dropdown.border-right {
    border: none !important;
}

.dropdown-menu {
    height: auto !important;
    width: auto !important;
}

.main-navbar .navbar-nav li {
    border: none !important;
    background: transparent !important;
}

.main-navbar .navbar-nav li a {
    background: transparent !important;
}

.navbar {
    border: 0 !important;
    border-radius: 0 !important;
}

.nav.navbar-nav li a, .member-top-menu li a {
    position: relative;
    font-weight: 400 !important;
}

.nav.navbar-nav li a::after, .member-top-menu li a::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 0;
    left: 50%;
    margin-left: 1px;
    top: -5px;
    transition: all 0.3s;
}

.nav.navbar-nav li a:hover:after, .member-top-menu li a:hover:after {
    height: 12px;
}

.nav.navbar-nav .sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: unset !important;
    border-top: 4px dashed !important;
    border-right: 4px solid transparent !important;
    border-bottom: 4px solid transparent !important;
    border-left: 4px solid transparent !important;
    top: 50% !important;
    right: 0 !important;
    bottom: unset !important;
    left: unset !important;
}

.dropdown-menu.multilevel .sr-only {
    rotate: 270deg;
}

.main-nav-dropdown .dropdown-submenu .sr-only {
    rotate: 270deg;
    top: 40% !important;
    right: 4% !important;
}

.nav.navbar-nav .main-nav-dropdown .dropdown-menu.multilevel {
    top: 6px !important;
    left: 100% !important;
}

.nav.navbar-nav .dropdown-menu.multilevel {
    top: 37px !important;
    left: 0 !important;
}

.nav.navbar-nav .dropdown-submenu .dropdown-menu.multilevel .dropdown-submenu .dropdown-menu.multilevel {
    top: 6px !important;
    left: 100% !important;
}

.main-navbar.navbar-default .navbar-nav>li:nth-child(n+1)>a {
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}

.main-navbar .nav>li.dropdown {
    width: auto !important;
}

.nav.navbar-nav {
    float: left;
}

.member-top-menu {
    display: flex;
    align-items: center;
    float: right;
}

.member-top-menu li a {
    padding: 10px !important;
    margin: 0 5px 0 0 !important;
}

@media screen and (min-width: 768px) {
    .navbar-collapse.collapse {
        width: 100% !important;
        display: unset !important;
    }

    .navbar-nav {
        flex-direction: unset;
        width: unset !important;
        margin: 0 !important;
    }
}

@media (max-width: 480px) {
    .navbar .container {
        display: flex !important;
    }
}

/* NavBar End */

/* Banner Start */

.home-banner,
.top_news {
    height: 400px !important;
}

.home-banner {
    width: 100% !important;
    overflow: hidden;
    box-shadow: none !important;
}

.carousel-indicators {
    display: none !important;
}

.top_section .carousel-control-prev {
    left: unset !important;
    right: 100px !important;
    top: unset !important;
    bottom: 10px !important;
    width: auto !important;
    opacity: 1 !important;
    transition: all 0.3s;
    padding: 10px;
}

.top_section .carousel-control-prev i {
    margin-right: 6px;
}

.top_section .carousel-control-next {
    right: 20px !important;
    top: unset !important;
    bottom: 10px !important;
    width: auto !important;
    opacity: 1 !important;
    transition: all 0.3s;
    padding: 10px;
}

.top_section .carousel-control-next i {
    margin-left: 6px;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    opacity: 1 !important;
}

.carousel-inner {
    width: 100% !important;
    height: 100% !important;
}

.home-banner .carousel-inner .item {
    width: 100% !important;
    height: 100% !important;
}

.home-banner .carousel-inner .item img {
    width: 100% !important;
    height: 100% !important;
}

.top_news {
    border-radius: 4px;
    border: none !important;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: none !important;
}

.top_news h4 {
    font-weight: 800;
    font-size: 16px;
    margin: 0 0 10px 0 !important;
}

.top_news ul {
    margin: 0 !important;
    padding: 0 !important;
}

.top_news ul li {
    margin: 0 0 10px 0 !important;
    border-bottom: 1px solid #ddd !important;
    padding: 0px 0 10px 0;
    width: 100%;
    display: flex;
    align-items: center;
}

.top_news ul li p {
    margin: 0 !important;
    line-height: 1.4 !important;
}

.top_news ul li img {
    float: left;
    margin-right: 20px;
    height: 75px;
    width: 75px;
    min-width: 75px;
    min-height: 75px;
    object-fit: cover;
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.top_news ul li:hover img {
    transform: scale(1.1);
}

.top_news ul li a {
    display: inline-block;
}

.top_news ul li a strong {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.top_news .news_btn {
    margin: 10px 0 0 0 !important;
    border: 1px solid;
    border-radius: 4px !important;
    color: #fff !important;
    opacity: 1;
    transition: all 0.3s ease;
}

.top_news .news_btn:hover {
    opacity: .9;
}

@media screen and (max-width: 768px) {
    .home-banner {
        height: auto !important;
    }
    
    .home-banner .carousel-inner .item {
        height: auto !important;
    }
    
    .home-banner .carousel-inner .item img {
        height: auto !important;
    }
    
    .top_news {
        height: auto !important;
    }
}

/* Banner End */

/* Top Teaser Boxes Start */

.top-teaser-sec > .container {
    padding: 0 !important;
}

.top-teaser {
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    background: none !important;
}

.teaser_box_top {
    border: 1px solid #fff !important;
    box-shadow: 0px 9px 14px rgba(89, 86, 233, 0.19) !important;
    transition: all .2s ease !important;
    padding: 20px !important;
    height: 100%;
    margin: 0 !important;
}

@media (max-width: 480px) {
    .teaser_box_top {
        height: unset !important;
        margin: 10px 0 !important;
    }
}

.teaser_box_top:hover {
    transform: translateY(-4px);
}

.teaser_box_top h5 {
    margin: 0 0 0 10px !important;
}

.teaser_box_top img {
    transition: transform 0.6s;
}

.teaser_box_top:hover img {
    transform: rotateY(360deg);
}

.top-teaser .carousel-cell {
    width: 25%;
    margin-right: 10px;
    counter-increment: carousel-cell;
}

.top-teaser .flickity-viewport {
    height: 90px !important;
    margin: 20px 0 20px 0;
}

.top-teaser .flickity-slider {
    margin: 10px 0 0 0;
}

.top-teaser .flickity-button {
    background: transparent !important;
    color: #fff !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.top-teaser .flickity-prev-next-button.next {
    right: -50px !important;
}

.top-teaser .flickity-prev-next-button.previous {
    left: -50px !important;
}

@media (max-width: 480px) {
    .top-teaser .carousel-cell {
        width: 100%;
    }
    
    .top-teaser .flickity-button {
        color: #000 !important;
    }
    
    .top-teaser .flickity-prev-next-button.next {
        right: 0 !important;
    }

    .top-teaser .flickity-prev-next-button.previous {
        left: 0 !important;
    }
}

/* Top Teaser Boxes End */

/* About Us Start */

.about-txt-sec-1, 
.about-txt-sec-2 p {
    font-size: 16px;
}

.about-txt-sec-1, 
.about-txt-sec-2 h3 {
    font-size: 25px;
}

.about-txt-sec-1, 
.about-txt-sec-2 .inner-pxt {
    padding-right: 40px;
    padding-left: 40px;
}

.about-us {
    padding: 60px 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #f4f4f4 !important;
}

.about-us-content {
    margin-bottom: 20px;
}

.about-us-content h4 {
    margin: 0;
    text-transform: uppercase;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    background-color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 65px;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 9px 15px rgba(7, 18, 35, 0.08);
    margin-bottom: 20px;
}

.about-us-content h4::after, .about-us-content h4::before {
    content: "";
    height: 12px;
    width: 12px;
    display: inline-block;
    border-radius: 50%;
}

.about-us-content h4::after {
    margin-left: 10px;
}

.about-us-content h4::before {
    margin-right: 10px;
}

.about-us-content h2 {
    color: #222222 !important;
    text-align: left !important;
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

.about-us-content p {
    font-size: 14px;
    color: #222222 !important;
    font-weight: 400;
    line-height: 30px;
    width: 90%;
    padding-bottom: 10px;
}

.custom-btn {
    display: inline-block;
    color: #fff !important;
    border-radius: 10px;
    text-align: center;
    padding: 15px 35px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    transform: rotate(-0.48deg);
    box-shadow: 0px 9px 14px rgba(89, 86, 233, 0.19) !important;
}

.custom-btn:hover {
    transform: translateY(-4px);
}

.about-us-img {
    position: relative;
    max-width: 450px;
}

.about-us-img .img-1 {
    position: relative;
    width: 100%;
    animation: spin 20s infinite linear;
}

.about-us-img .img-2 {
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    height: 89%;
    width: 89%;
    border-radius: 50%;
    margin: auto auto;
    object-fit: cover;
}

#about-us-content .badges-home {
    padding: 0 !important;
}

@keyframes spin {
    0% { transform: translate(0%, 0%) rotate(0deg); }
    100% { transform: translate(0%, 0%) rotate(360deg); }
}

/* About Us End */

/* Two Boxes Start */

.features_sec2.parallax_section9 .one_half {
    margin-right: 6% !important;
    width: 44% !important;
}

.features_sec2.parallax_section9 .stcode_title10 h2 {
    font-weight: bold;
}

.box.m1v {
    height: 100%;
    margin: 0 !important;
}

@media (max-width: 480px) {
    .box.m1v {
        height: unset !important;
        margin-bottom: 50px !important;
    }
}

.features_sec2 .box img {
    width: 100px;
}

.features_sec2 .box p {
    padding-left: 14%;
}

.features_sec2 .box img {
    transition: transform 0.6s;
}

.features_sec2 .box:hover h5 img {
    transform: rotateY(360deg);
}

.box p {
    color: #000;
}

/* Two Boxes Start */

/* Board of Directors Start */

.board-directory .stcode_title10 {
    padding: 30px 0 10px 0;
}

.board-directory.bod-inner {
    padding: 60px 0 80px 0 !important;
}

.board-directory.bod-front .stcode_title10 h1 {
    color: #fff;
    margin: 0 !important;
}

.board-directory .row>div {
    display: -flex;
    justify-content: center;
}

.card.card-hover {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0;
    cursor: pointer;
    transition: all .2s ease;
    border: 6px solid transparent;
    height: 100% !important;
    background: transparent !important;
}

.card-image {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: contents;
}

.modal {
    --bs-modal-width: 750px !important;
}

.modal #tab-container {
    padding: 0 !important;
    background: #ffffff78;
    border-radius: 0 16px 16px 0;
}

.modal-content .profile {
    background: #ffffff78;
    border-radius: 16px 0 0 16px;
}

.modal-content {
    background: rgb(255 255 255 / 50%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.modal-content .content {
    background: transparent !important;
    box-shadow: none !important;
}

.modal-content .profile-info {
    background: transparent !important;
    box-shadow: none !important;
}

.modal-content .spotted, .modal-content .name-job {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.modal-content .page-title {
    position: relative;
    border-radius: 0 16px 0 0;
    border: none !important;
}

.modal-content .page-title h2 {
    color: #ffffff !important;
    border-radius: 0 16px 0 0;
}

.modal-content .btn-primary {
    opacity: 1;
}

.modal-content .btn-primary:hover {
    opacity: .9;
}

.modal-content .page-title .close {
    margin: 0 !important;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    background: #fff;
    padding: 0 5px;
    border-radius: 0 16px 0 0;
}

.modal-content .name-job {
    color: #000 !important;
}

.modal-content .profile-image img {
    border-radius: 16px 0 0 0;
}

.card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card .card-content {
    text-align: center;
    margin: 0;
    padding: 10px 10px;
    width: 100%;
}

.card .card-content small {
    font-size: 12px;
    margin-top: 6px !important;
    display: block;
}

.card .card-content h5 {
    text-transform: uppercase;
    transition-delay: 0.2s;
}

.card .card-content h4 {
    transition: 0.8s;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0;
}

.card .card-content h5 {
    transition: 0.5s;
    font-weight: 600;
    font-size: 12px;
    margin: 20px 0;
}

@media screen and (max-width: 991.5px) {
    .board-directory {
        margin-top: 20px;
    }

    .board-directory .row>div {
        margin: 20px 0px;
    }
}

.bod-front {
    display: grid !important;
    height: 100% !important;
}

.card-image ul {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0000007d;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .3s ease;
}

.card-hover:hover ul {
    opacity: 1 !important;
}

.card-image ul li a {
    font-size: 30px;
    color: #fff;
}

.card-image ul li {
    margin: 10px;
}

.boc-t {
    float: left;
    width: 100%;
    padding: 20px 0 40px 0 !important;
    border-bottom: 4px solid;
}

.boc-t h2 {
    padding: 20px 0;
    text-align: center;
    color: #fff;
    margin: 0 0 30px 0;
    font-size: 36px;
}

.boc-t .flickity-viewport {
    height: 550px !important;
}

.boc-t .carousel {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.boc-t .flickity-slider {
    /*height: auto !important;*/
}

.boc-t .flickity-button {
    background: transparent !important;
    color: #fff !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.boc-t .flickity-prev-next-button.next {
    right: -50px !important;
}

.boc-t .flickity-prev-next-button.previous {
    left: -50px !important;
}

@media (max-width: 480px) {
    .boc-t .carousel-cell {
        width: 100%;
    }
    
    .boc-t .flickity-viewport {
        height: 500px !important;
    }

    .boc-t .flickity-prev-next-button.next {
        right: 0 !important;
    }

    .boc-t .flickity-prev-next-button.previous {
        left: 0 !important;
    }
}

/* Board of Directors End */

/* Badges Home Start */

.badges-home {
    padding: 40px 0;
    float: left;
    width: 100%;
}

.badges-home .box {
    float: left;
    width: 100%;
    text-align: center;
}

.badges-home .box .icon img {
    transition: transform 0.6s;
    border-radius: 0 !important;
    margin: 0 !important;
    max-width: 70px !important;
}

.badges-home .box:hover .icon img {
    transform: rotateY(360deg);
}

/* Badges Home End */

/* Technologies Products Member's Customers Start */

.crosel-sec {
    padding: 10px 0 0 0;
    float: left;
    width: 100%;
}

.crosel-sec .owl-item {
    padding: 10px;
    overflow: hidden !important;
}

.crosel-sec .owl-item p {
    line-height: 14px;
    padding: 5px !important;
    margin: 0;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-align: center;
}

.crosel-sec .sortable-home-list .item {
    border:none !important;
}

.crosel-sec .nkmodule h4 span a small, .crosel-sec .nkmodule h4 span a {
    color: #fff;
}

.nkmodule h4 {
    margin: 0;
    padding: 0;
    color: #fff;
}

.nkmodule {
    padding: 10px 20px;
}

.crosel-sec .sortable-home-list .item {
    position: relative;
    border-radius: 10px !important;
}

.crosel-sec .owl-item p {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 1;
    padding-bottom: 15px !important;
}

.crosel-sec .sortable-home-list .item > a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: linear-gradient(180deg, #ffffff00, rgb(0 0 0 / 60%));
    height: 100%;
}

.member-top-menu li a i {
    font-size: 14px !important;
    margin-right: 3px;
}

.main-navbar.navbar-default .navbar-nav>li>a {
    margin-right: 5px;
}

.profile-cell .item {
    height: 100%;
    margin: 0 !important;
}

.profile-cell .description > a {
    display: inline-block;
}

.profile-cell .item .description h6 {
    display: inline-table;
    margin: 20px 0 !important;
}

.profile-cell .action-btns {
    margin: 0 !important;
}

#kt_inbox_compose.modal {
    max-width: 600px !important;
    position: fixed;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    margin: 5% auto !important;
    padding: 0 !important;
    height: 100% !important;
    box-shadow: none !important;
    border-radius: 4px;
    overflow: hidden !important;
}

#kt_inbox_compose .modal-dialog {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    box-shadow: none !important;
}

#kt_inbox_compose .modal-content {
    background: #fff !important;
    border: 1px solid #ebedf2 !important;
    box-shadow: none !important;
}

#kt_inbox_compose .kt-inbox__form {
    box-shadow: none !important;
}

#kt_inbox_compose .kt-inbox__input input {
    width: 100%;
}

.btn-brand, .btn-bold, .send-email {
    opacity: 1 !important;
    border: 1px solid !important;
    color: #fff !important;
}

.btn-brand:hover, .btn-bold:hover, .send-email:hover {
    opacity: .9 !important;
}

/* Technologies Products Member's Customers End */

/* Bottom Teaser Boxes Start */

.teasers .overimg > img {
    border-radius: 10px !important;
}

.teasers .overimg .bt-box {
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    background-image: linear-gradient(#39393905, #393939c9);
    border-radius: 10px;
}

.overimg .bt-box .bt-img {
    width: 45px;
    height: 45px;
    transition: transform 0.6s;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
}

.overimg:hover .bt-img {
    transform: rotateY(360deg);
}

.box-5 .overimg .bt-box .bt-img {
    background: url(/assets/icons/bottom-teaser-box/Pakistan.png);
}

.box-8 .overimg .bt-box .bt-img {
    background: url(/assets/icons/bottom-teaser-box/Industry.png);
}

.box-13 .overimg .bt-box .bt-img {
    background: url(/assets/icons/bottom-teaser-box/Business.png);
}

.box-10 .overimg .bt-box .bt-img {
    background: url(/assets/icons/bottom-teaser-box/Trade-opportunity.png);
}

.box-6 .overimg .bt-box .bt-img {
    background: url(/assets/icons/bottom-teaser-box/Shopping-icon.png);
}

.box-14 .overimg .bt-box .bt-img {
    background: url(/assets/icons/bottom-teaser-box/Online-VIsa.png);
}

.box-32 .overimg .bt-box .bt-img {
    background: url(/assets/icons/bottom-teaser-box/International-Affiliations.png);
}

.box-33 .overimg .bt-box .bt-img {
    background: url(/assets/icons/bottom-teaser-box/Corporate-Affairs.png);
}

.teasers .overimg .bt-box h4 {
    font-size: 24px;
    margin: 0 0 0 10px;
    color: #fff !important;
    line-height: 27px;
    font-weight: 500;
}

.teasers .bt-span {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 17px;
    font-weight: 500;
}

#about-thailand-content .features_sec51, #business-opportunities-content .features_sec51, #thailand-industry-content .features_sec51, #trade-opportunities-content .features_sec51, #thailand-shopping-content .features_sec51, #thailand-online-visa-content .features_sec51 {
    background: transparent !important;
}
/* Bottom Teaser Boxes End */

/* Footer Start */

.footer {
    border: none !important;
    padding: 30px 0 0 0 !important;
}

.copyright_info {
    border-top: 1px solid rgb(255 255 255 / 50%) !important;
    padding: 10px 6px !important;
}

.footer .line {
    left: unset !important;
}

.footer .last {
    margin-top: 20px;
}

.footer-img img {
    width: 100%;
    margin-top: 10px;
}

.footer-last {
    margin-bottom: 30px;
}

.footer_link.text-center ul {
    margin: 0;
    padding: 0;
}

.scrollup {
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.scrollup::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

.scrollup:hover {
    cursor: pointer;
    opacity: .9;
}

@media (min-width: 1200px) {
    .footer .container {
        max-width: 100% !important;
    }
}

@media (min-width: 992px) {
    .footer-row .col-md-2 {
        width: 20% !important;
    }
}

@media (max-width: 480px) {
    .copyright_info {
        width: unset !important;
    }
}

/* Footer End */

/* Old News Inner Page Start */

.post {
    width: 40%;
    display: flex;
    align-items: center;
    border-left: 1px solid var(--theme-primary);
    padding: 1em;
    margin: 0 2em 1em 1em;
}

.news-container {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
    .post {
        width: 100%;
        border: none;
        border-left: 1px solid var(--theme-primary) !important;
    }
}

.post:hover {
    background-color: rgba(61, 153, 239, 0.1) !important;
}

.post-thumbnail {
    padding-right: 1em;
}

.site-blog-entries > h2 {
    padding-bottom:  1em;
}

/* Old News Inner Page End */

/* New News Inner Page Start */

.page-latest-news .content_fullwidth {
    padding: 0 !important;
    margin: 0 !important;
}

.page-latest-news .content_fullwidth > .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.news-sec {
    background-color: #f3f4f6;
    position: relative;
    padding: 100px 0px;
}

@media (max-width: 768px) {
    .news-sec {
        padding: 50px 0px;
    }
}

.news-single-box {
    border: 1px solid #d8dade;
    border-radius: 9px;
    transition: all 0.4s;
    height: 100%;
}

.news-single-box:hover {
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.09);
    transition: all 0.4s;
    transform: translateY(-10px);
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.news-single-box .thumbnail {
    position: relative;
    border-radius: 8px 8px 0px 0px;
}

.image-anime {
    overflow: hidden;
}

.news-single-box .thumbnail img {
    transition: all 0.4s;
    width: 100%;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.news-single-box .heading1 {
    padding: 16px;
}

.heading1 h4 a {
    display: inline-block;
    color: #0a0d12;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    transition: all 0.4s;
}

.heading1 h4 a:hover {
    transition: all 0.4s;
}

.heading1 p {
    color: #6b7280;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.news-single-box .heading1 .date-area {
    display: flex;
    align-items: center;
    padding-top: 16px;
}

.news-single-box .heading1 .date-area .date {
    position: relative;
}

.news-single-box .heading1 .date-area .date a {
    display: inline-block;
    color: #0a0d12;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.news-single-box .heading1 .date-area .date a img {
    transform: translateY(-2px);
    margin-right: 6px;
}

/* New News Inner Page End */

/* About Pakistan Inner Page Start */

.page-about-pakistan .page_title5 {
    height: 400px !important;
    background-position: bottom !important;
}

.page-about-pakistan .page_title5 .title p {
    text-shadow: 1px 1px 0px black;
    filter: drop-shadow(1px 1px 1px black);
}

.about-pakistan-sec {
    padding-top: 40px;
}

.entry-header {
    border-bottom: 7px solid;
    margin-bottom: 30px;
}

.entry-header .entry-title {
    font-size: 39px;
    padding: 0 !important;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px 0 !important;
    font-weight: 600;
}

.entry-text {
    margin-bottom: 30px;
}

.entry-text p {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px;
    font-weight: 600 !important;
}

.about-pakistan-sec .table1 tr td:first-child {
    font-size: 16px;
}

.about-pakistan-sec .table1 tr:nth-child(odd) {
    background: #f4f4f4;
}

.about-pakistan-sec .table1 {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

.about-pakistan-sec .table1 tbody {
    border: #CCCCCC 1px solid;
}

.about-pakistan-sec .table1 .td1 {
    border-top: #CCCCCC 1px solid;
    border-left: #CCCCCC 1px solid;
    border-right: #CCCCCC 0px solid;
    border-bottom: #CCCCCC 0px solid;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    min-width: 243px;
}

.about-pakistan-sec .table1 td {
    padding: 6px 10px 6px 18px;
}

.page-about-pakistan .industries-sec {
    padding: 0 !important;
}

.page-about-pakistan .common-pk-wrapper .text-wrapper {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.76));
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* About Pakistan Inner Page End */

/* Pakistan Industry Inner Page Start */

.page-pakistan-industry .content_fullwidth {
    padding: 0 !important;
    margin: 0 !important;
}

.page-pakistan-industry .content_fullwidth > .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.page-pakistan-industry .page_title5 {
    background-position: 0 -105px !important;
}

.first-section-ap {
    padding: 60px 0;
}

.first-sec img {
    max-width: 200px !important;
    margin-left: 70px;
}

.first-sec p {
    font-size: 14px;
    margin-top: 20px;
    text-align: justify;
}

.second-sec img {
    width: 100%;
}

.second-sec h3 {
    padding: 10px;
    text-align: center;
    color: #fff;
    margin: 0;
}

.third-sec h3 {
    font-weight: bolder;
}

.third-sec p {
    font-size: 14px;
    text-align: justify;
    margin-top: 20px;
}

.comp-section,
.shortcode-section {
    position: relative;
    display: flex;
    min-height: auto;
    height: auto;
    text-align: left;
    padding: 40px 0 80px 0;
    align-items: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
}

.overline-14 {
    font-size: 22px;
    line-height: 2.2rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 500;
}

.comp-pre-title {
    position: relative;
    margin-bottom: 5px;
    z-index: 1;
}

.comp-pre-title+.comp-title {
    margin-top: 5px;
}

.heading-48 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #232938;
}

.comp-title {
    margin-bottom: 0;
}

.doodle {
    background-image: url(/assets/icons/pakistan-industry/doodle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.comp-section .comp-p, .shortcode-section .comp-p {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    font-size: 14px;
}

.comp-p {
    position: relative;
    z-index: 1;
}

.comp-resp-img {
    max-width: 100%;
    width: 100%;
    height: auto;
    font-size: 0;
    margin: 0 auto;
    position: relative;
    animation: floatImage 8s ease-in-out infinite;
}

.stcode_title10 h2 {
    font-weight: bold;
}

.ab-boxes {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ab-boxes-title h2 {
    margin-bottom: 20px;
    text-align: left;
    margin-left: 16%;
}

.ab-boxes-content {
    display: flex;
    position: relative;
    height: 100%;
    justify-content: flex-end;
    margin-left: -20px;
}

.ab-boxes-content::before {
    content: "";
    position: absolute;
    background: #a9cd2e;
    height: 60px;
    width: 2px;
    top: -68px;
    left: 79px;
    rotate: 90deg;
}

.ab-boxes-content::after {
    content: "";
    position: absolute;
    background: #a9cd2e;
    width: 2px;
    top: -38px;
    left: 50px;
    bottom: 85px;
}

.ab-boxes-content img {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: transform 0.6s;
}

.ab-boxes:hover .ab-boxes-content img {
    transform: rotateY(360deg);
}

.ab-boxes-content ul {
    margin: 0px;
    padding: 0px;
}

.ab-boxes-content ul li {
    padding: 10px 0;
    list-style: none;
}

.ab-boxes-content ul li h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.ab-boxes-content ul li p {
    margin: 0;
    font-size: 16px;
}

@keyframes floatImage {
    0% {
        transform: translateY(0);
    }
    
    50% {
        transform: translateY(3%);
    }
    
    100% {
        transform: translateY(0);
    }
}

.ptdc-section .panel-group {
    width: 100% !important;
}

.ptdc-section .panel-group .panel-heading {
    background: #f4f4f4 !important;
}

.ptdc-section .panel-body {
    background: #fff !important;
}

.ptdc-section ul {
    overflow: hidden;
}

.list-style-remove {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ptdc-section .row .removeclPad {
    padding-left: 0px;
    padding-right: 0px;
}

.ptdc-text {
    padding: 0 40px 0 20%;
    float: right;
}

.ptdc-text h3 {
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 6px;
}

.ptdc-text span {
    display: block;
    font-size: 12px;
    font-weight: 600;
}

.ptdc-text .text {
    padding-top: 15px;
    color: #888;
    font-weight: 400;
}

.ptdc-text .text p {
    font-size: 14px;
    font-weight: 400;
}

.ptdc-text .text ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

.ptdc-text .text ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ptdc-img {
    width: 100%;
    height: 100%;
}

.ptdc-img img {
    width: 100%;
    height: 100%;
}

.industries-sec {
    padding: 60px 0;
}

.common-pk-wrapper {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 30px;
    transition: all 0.4s;
}

.common-pk-wrapper .img-wrapper img {
    display: block;
    width: 100%;
    height: 350px;
    transition: all 0.4s;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
  .common-pk-wrapper .text-wrapper {
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.76));
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
}

.common-pk-wrapper .text-inner-wrapper {
    padding: 30px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
}

.text-inner-wrapper img {
    max-width: 50px !important;
    margin-bottom: 10px;
    transition: transform 0.6s;
}

.common-pk-wrapper:hover .text-inner-wrapper img {
    transform: rotateY(360deg);
}

.common-pk-wrapper .text-wrapper h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
}

.common-pk-wrapper .text-wrapper .text {
    color: #fff;
    padding: 10px 0px;
}

.common-pk-wrapper:hover {
    box-shadow: 0px 0px 30px 1px #555;
}

.common-pk-wrapper:hover .img-wrapper img {
    transform: scale(1.1);
}

/* Pakistan Industry Inner Page End */

/* Inner Products Page Start */

.card-container .item-list {
    margin: 0 !important;
    overflow: hidden;
}

#sortable-services-list .item-list a {
    position: relative;
}

#sortable-services-list .item-list a::before {
    position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

#sortable-services-list .item-list a:hover:before {
    -webkit-animation: circle .75s;
	animation: circle .75s;
}

#sortable-services-list .item-list img {
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#sortable-services-list .item-list:hover img {
    -webkit-transform: scale(.9);
	transform: scale(.9);
}
    
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

/* Inner Products Page End */

/* Page Title Bar Start */

.page_title5 {
    height: 300px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: flex-end !important;
}

.page_title5 .container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.page_title5 .title {
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
    text-shadow: 0px 3px 5px #000;
    padding: 50px 0;
}

.page_title5 .title p {
    color: #fff;
    font-size: 20px;
    margin: 0;
    padding: 0px 10px;
}

/* Page Title Bar End */

/* Visitors Page Start */

#visitor-register .visitor-register-img {
    padding: 10px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    transition: transform 0.3s ease;
}

#visitor-register li:hover img {
    transform: scale(1.1);
}

.visitor .vis-img-container img {
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
}

/* Visitors Page End */

/* Inner Pages Start */

.managing-committee .panel.panel-default .panel-body a img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}

.awards-achievement .hover {
    border-radius: 4px !important;
}

.awards-achievement .ehover1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.awards-achievement .ehover1 .overlay {
    background-color: rgba(0, 0, 0, .4) !important;
}

.button, .btn-login, .btn-warning {
    opacity: 1;
    border: 1px solid;
}

.button:hover, .btn-login:hover, .btn-warnin:hover {
    opacity: .9 !important;
}

.sky-form .fright {
    width: 100%;
    display: flex;
    justify-content: center;
}

.member-page .panel-body p {
    word-break: break-all;
}

.nkmodule p {
    color: #ffff;
}

.about_text .row {
    padding: 20px 0;
    align-items: center;
}

.about_text h3 {
    font-size: 23px;
    margin-bottom: 20px;
    margin-top: 0px !important;
    font-weight: 600;
}

.about_text h4 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 0px !important;
    font-weight: 600;
}

.about_text p {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
}

.about_text li {
    font-size: 13px;
    margin-bottom: 6px;
    line-height: 20px;
}

.custom-accordion .accordion-header {
    margin: 0 !important;
}

.custom-accordion .accordion-item {
    margin-bottom: 20px;
}

.custom-accordion .accordion-button {
    font-size: 16px;
}

.custom-accordion .accordion-button::after {
    content: "\f078" !important;
    background: none !important;
    font-family: 'FontAwesome';
    font-weight: 100;
    font-size: 14px;
}

.custom-accordion .accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

#sortable li.service-box p {
    color: #000;
}

.custom-pop-btn {
    color: #000 !important;
    border: none !important;
}

.close-tech {
    display: none !important;
}

.custom-pop-btn-tech {
    color: #000 !important;
    border: none !important;
}

.query {
    opacity: 1;
}

.query:hover {
    opacity: .9;
}

.btn-primary, .btn-secondary {
    opacity: 1;
}

.btn-primary:hover, .btn-secondary:hover {
    opacity: .9;
}

.custom-popup-content-tech {
    text-align: left;
}

.custom-popup-content {
    overflow: unset !important;
}

.pop-inquiry-tech, .pop-inquiry {
    text-align: center;
    opacity: 1;
    color: #fff !important;
}

.pop-inquiry-tech:hover, .pop-inquiry:hover {
    opacity: .9;
}

.pop-inquiry-tech, .pop-inquiry {
    margin-top: 10px;
    float: left;
    width: 100%;
    padding: 5px 0;
}

.panel-heading .btn, .panel-body .btn, .fancybox-caption .btn .pr_btn, .but_small2, .but_small1 {
    opacity: 1;
}

.panel-heading .btn:hover, .panel-body .btn:hover, .fancybox-caption .btn .pr_btn:hover, .but_small2:hover, .but_small1:hover {
    opacity: .9;
}

.pull-right .uppercase.btn.btn-warning, .btn-default {
    color: #fff !important;
    opacity: 1;
}

.pull-right .uppercase.btn.btn-warning:hover, .btn-default:hover {
    opacity: .9;
}

.social-links {
    margin-bottom: 10px;
}

.social-links li {
    margin-right: 5px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #fff !important;
}

.normal-doc-search .btn-group,
.advanced-doc-search .btn-group {
    display: flex;
}

.normal-doc-search .btn-group .btn.btn-primary,
.advanced-doc-search .btn-group .btn.btn-primary {
    border-right: 1px solid #fff !important;
}

.normal-doc-search .btn-group .btn.btn-default.btn-advanced-doc-search,
.advanced-doc-search .btn-group .btn.btn-default.btn-normal-doc-search {
    border-left: 1px solid #fff !important;
}

.normal-doc-search .btn-group .btn.btn-default.btn-advanced-doc-search i,
.advanced-doc-search .btn-group .btn.btn-default.btn-normal-doc-search i {
    font-size: 20px;
}

.about_text .row>div {
    margin: 20px 0;
}

.pts-sec {
    background: #f8fafd;
    color: #000;
    padding: 20px 20px 30px 20px !important;
}

.pts-sec h2 {
    margin-top: 10px !important;
}

.pts-sec ul li {
    font-size: 12px;
}

.pts-sec span {
    font-weight: 700;
}

.nomi-sec {
    padding: 30px 0;
}

.nomi-sec img {
    width: 100%;
}

.nomi-sec h2 {
    text-align: center;
    margin-bottom: 30px;
}

.nomi-sec .card-content {
    background: #F4F4F4 !important;
    padding: 20px 20px;
    text-align: center;
}

.nomi-sec h4 {
    font-size: 16px;
}
.nomi-sec h3 {
    margin-top: 0;
}

.nomi-sec .pers-nomi {
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.nomi-sec .pers-nomi .content-wrapper {
  position: relative;
  z-index: 2; /* Ensure content stays visible on top */
  padding: 15px;
  background: #fff;
  transition: opacity 0.3s ease;
}

.nomi-sec .pers-nomi:hover .content-wrapper {
  opacity: 1; /* Keep content visible */
}

.nomi-sec .pers-nomi::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1); /* Hover overlay effect */
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
}

.nomi-sec .pers-nomi:hover::before {
  opacity: 1; /* Overlay becomes visible on hover */
}


.nomi-sec .card-content h3,
.card-content h4,
.card-content p,
.card-content a {
  position: relative;
  z-index: 3; /* Ensure text is always visible */
  transition: color 0.3s ease;
}

.nomi-sec .pers-nomi:hover .card-content h3,
.pers-nomi:hover .card-content h4,
.pers-nomi:hover .card-content p,
.pers-nomi:hover .card-content a {
  color: #000; /* Change text color on hover */
}

.nomination-committee {
        font-family: Arial, sans-serif;
        background-color: #f8fafd;
        padding: 20px;
        border-radius: 10px;
        max-width: 700px;
        margin: 20px auto;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.nomination-committee h2 {
        font-size: 24px;
        margin-bottom: 10px;
        text-align: center;
        color: #333;
}

.nomination-committee p {
        font-size: 16px;
        margin-bottom: 15px;
        color: #666;
        text-align: center;
}

.nomination-committee ul {
        list-style: none;
        padding: 0;
}

.nomination-committee li {
    display: flex;
    align-items: center;
    margin: 10px 0;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nomination-committee .gender-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    transition: transform 0.6s;
}

.nomination-committee ul li:hover .gender-icon {
        transform: rotateY(360deg);
} 


.nomination-committee .name {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}


.nomination-committee .term {
    font-size: 14px;
    color: #999;
    margin-left: auto;
}

/* Inner Pages End */

/* Contact Us Start */

#contact-us-content {
    margin: 0 !important;
    padding: 0 !important;
}

#contact-us-content > .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.contact-form .contact-box {
    padding: 60px 30px;
    border-radius: 20px 0px 20px 0px;
    transform: translateX(100px);
    position: relative;
    z-index: 1;
}

.contact-form .contact-box-circle {
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #ffff;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    z-index: 2;
}

.contact-form .contact-box-circle::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    display: inline-block;
    border-bottom-right-radius: 200px;
    border-top-right-radius: 200px;
    z-index: -1;
}

.contact-form .contact-box-circle span {
    color: #151718;
    font-weight: 600;
}

.contact-form .contact-box-circle span:last-child {
    color: #ffffff;
}

.contact-form .contact-box__title {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    color: #ffffff;
    margin: 0 0 20px 0;
}

.cont-add .sec-contact {
    background-color: #fafafa;
}

.contact-form .contact-box__info-list {
    margin-bottom: 20px;
}

.contact-form .contact-box__info-list ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.contact-form .contact-box__info-list ul li a,
.contact-form .contact-box__info-list ul li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #FFFFFF;
}

.contact-form .contact-box__info-list ul li a i,
.contact-form .contact-box__info-list ul li p i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
}

.contact-form .contact-box__info-list ul li:last-child {
    margin-bottom: 0;
}

.contact-form .contact-box__social {
    margin-top: 20px;
}

.contact-form .contact-box__social ul {
    text-align: center;
}

.contact-form .contact-box__social ul li {
    display: inline-block;
    margin-right: 30px;
}

.contact-form .contact-box__social ul li:last-child {
    margin: 0;
}

.contact-form .contact-box__social ul li a {
    color: #FFFFFF;
    font-size: 22px;
}

.contact-form .contact-wrapper {
    padding: 60px 100px 60px 200px;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 0px 40px rgb(99 99 99 / 10%);
}

.contact-form .postbox__comment-form-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 35px;
    color: #151718;
}

.contact-form .form-control {
    padding: 20px !important;
    width: 100%;
    font-size: 14px !important;
    outline: none;
    color: #151718 !important;
    background-color: #f7f7f7 !important;
    border: 1px solid #c0c0c0 !important;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    -o-border-radius: 7px !important;
    -ms-border-radius: 7px !important;
    border-radius: 7px !important;
    box-shadow: none !important;
}

.contact-form .height-1-same {
    height: 55px;
}

.contact-form .btn.btn-default.form {
    display: inline-block;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 15px 35px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: 0.3s;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    transform: rotate(-0.48deg);
    box-shadow: 0px 9px 14px rgba(89, 86, 233, 0.19) !important;
}

.contact-form .btn.btn-default.form:hover {
    transform: translateY(-4px);
}

.contact-info .panel-body span {
    border: none;
    padding: 0px 2px 0 0px;
    font-weight: bold;
    margin-right: 2px;
}

.contact-info p {
    padding: 5px;
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}

.cont-add .brg-ad {
    color: #000;
    font-size: 14px;
    margin-bottom: 10px !important;
}

.cont-add .sec-contact {
    padding: 40px;
    border-radius: 14px;
    height: 280px;
}

.cont-add {
    padding-top: 60px;
    padding-bottom: 60px;
}

.cont-add h4 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.cont-add .sec-contact ul li {
    position: relative;
    padding: 0 0 0 30px;
}

.cont-add ul li i {
    position: absolute;
    top: 4px;
    left: 0px;
}

/* Contact Us End */

/* BackEnd Gallery Start */

.thumb-options.thumb-options-custom {
    display: flex;
    justify-content: center;
}

.thumb-options {
    display: flex;
    justify-content: center;
    margin-top: 6px;
}

.plupload_add {
    opacity: 1;
    color: #fff !important;
    border: 1px solid;
}

.plupload_add:hover {
    opacity: .9;
}

/* BackEnd Gallery End */

/* FrontEnd Gallery Start */

.gelmain p {
    color: #fff !important;
    line-height: 1.6;
    padding: 10px;
    font-weight: 400 !important;
    -webkit-box-orient: vertical;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.gelmain p a {
    color: #fff !important;
}

.gelmain {
    margin-bottom: 60px !important;
    height: 300px;
}

.gelmain img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.m-img {
    width: 100%;
}

/* FrontEnd Gallery End */

/* Documents Page Start */

#downloads-content,
#docflix-content {
    background-color: #F4F4F4 !important;
}

#downloads-content > .container,
#docflix-content > .container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 30px !important;
}

.normal-doc-search .normal-doc-search-row {
    justify-content: space-between;
    align-items: center !important;
}

.normal-doc-search .normal-doc-search-col {
    background: #e9eef6 !important;
    border-radius: 24px !important;
    display:flex;
    justify-content: space-between;
    align-items: center !important;
    margin: 0 !important;
    padding: 2px !important;
}

.normal-doc-search .normal-doc-search-col .btn {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.normal-doc-search .normal-doc-search-col .btn i {
    color: #000 !important;
    font-size: 24px !important;
    transform: rotate(270deg) !important;
    margin: 0 !important;
    padding: 10px !important;
    border: none !important;
    border-radius: 100% !important;
    transition: all 0.3s ease;
}

.normal-doc-search .normal-doc-search-col .btn:hover i {
    background-color: rgba(60, 64, 67, .08);
}

.normal-doc-search .normal-doc-search-col .form-control {
    color: #000 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 10px !important;
}

.grid-list-doc {
    display: flex;
    align-items: center;
    border: 1px solid #1f1f1f;
    border-radius: 100px;
    padding: 0 !important;
    margin: 0 !important;
}

.grid-list-doc .btn {
    margin: 0 !important;
    padding: 6px 0 !important;
    background: transparent;
    overflow: hidden;
}

.grid-list-doc .btn:first-child {
    border-width: 1px;
    border-style: solid;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-right-color: #1f1f1f;
    border-radius: 100px 0 0 100px;
}

.grid-list-doc .btn:last-child {
    border-radius: 0 100px 100px 0;
}

.grid-list-doc .btn:hover {
    background-color: rgba(60, 64, 67, .08);
}

.grid-list-doc .btn i {
    color: #1f1f1f !important;
    font-size: 18px !important;
}

.document-catagories {
    position: sticky;
    top: 40px;
    left: 0;
    right: 0;
}

.document-catagories h3 {
    font-size: 18px !important;
    color: #444746 !important;
    margin: 10px 0 20px 0 !important;
}

.document-catagories ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.document-catagories ul li {
    padding: 0 !important;
    margin: 5px 0 !important;
    list-style: none !important;
}

.document-catagories ul li a {
    font-size: 14px;
    color: #1f1f1f;
    padding: 5px 20px;
    display: block;
    border-radius: 100px;
    transition: all 0.3s ease;
    white-space: unset !important;
    font-weight: normal !important;
}

.document-catagories ul li a:hover {
    background-color: rgba(60, 64, 67, .08);
}

.document-catagories ul li a i {
    margin: 0 6px 0 0;
}

.document-list-items {
    background: #fff;
    width: 100%;
    height: auto;
    float: left;
    border-radius: 20px;
    padding: 20px;
}

.doc-sub-box-icon {
    cursor: pointer;
}

.advanced-doc-search {
    margin-bottom: 20px;
}

.advanced-doc-search .form-control {
    border-radius: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 40px !important;
    background: #e9eef6 !important;
    border-color: #3c404314 !important;
    border-width: 1px !important;
}

.advanced-doc-search #reportrange {
    border-radius: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    height: 40px !important;
    background: #e9eef6 !important;
    border-color: #3c404314 !important;
    border-width: 1px !important;
    display: flex !important;
    align-items: center !important;
}

.advanced-doc-search .btn-primary {
    border-radius: 0 !important;
    height: 40px !important;
}

.advanced-doc-search .btn-primary i {
    font-size: 26px;
    transform: rotate(270deg);
    color: #fff;
}

.advanced-doc-search .btn-normal-doc-search i {
    font-size: 26px;
    transform: rotate(270deg);
}

.doc-ps-box.col-md-12 .text-box.doc-box.padding-1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}

.doc-sub-box .modal-dialog {
    padding-top: 10%;
}

.doc-sub-box  .modal-header {
    display: unset !important;
}

.doc-ps-box.col-md-12  .text-box.doc-box.padding-1 img {
    width: 60px;
    height: 60px;
}

.doc-ps-box.col-md-12 .doc-sub-box {
    width: 90%;
    border: none;
    margin: 0;
    padding: 0;
}

.doc-ps-box.col-md-12 a.doc-sub-box-icon {
    margin-left: 20px;
}

.doc-ps-box.col-md-12 .doc-sub-box p {
    padding: 0 5px;
    display: inline;
}

/* Documents Page End */

/* Documents PopUp Start */

.doc-sub-box .modal-dialog {
    padding: 0 !important;
    margin: 40px auto !important;
}

.doc-sub-box .modal-header {
    position: relative !important;
}

.doc-sub-box .modal-title {
    font-size: 20px !important;
    float: left !important;
}

.doc-sub-box .modal-dialog .close {
    opacity: 1 !important;
    float: right !important;
    font-size: 30px !important;
}

.doc-sub-box .modal-dialog .close:focus,
.doc-sub-box .modal-dialog .close:hover {
    -opacity: .5 !important;
}

.doc-sub-box .modal-dialog .doc-sub-box-icon h6 {
    color: #000 !important;
    margin: 10px !important;
    word-break: break-all;
}

/* Documents PopUp End */

/* Board of Directors Inner Page Start */

.page-managing_committee .board-directory .stcode_title10,
.page-managing-commitee .board-directory .stcode_title10,
.page-office-bearers .board-directory .stcode_title10 {
    background: none !important;
}

.page-managing_committee .boc-t,
.page-managing-commitee .boc-t,
.page-office-bearers .boc-t {
    background: none !important;
    border: none !important;
}

/* Board of Directors Inner Page End */

/* Form Inner Page Start */

.meet-req-form button#submit_form {
    margin-top: 20px;
    width: 100%;
    padding: 10px 10px;
}

.meet-req-form .check-bx label {
    margin-right: 30px;
}

.meet-req-form textarea {
    height: 34px !important;
    scrollbar-width: none;
}

.meet-req-form .form-group {
    margin: 0 0px 20px 0 !important;
}

.app-frm-ren .txt-cont input {
    display: inline-block;
    width: auto;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
}

.app-frm-ren .txt-cont input:focus {
    background-color: transparent;
    border-color: none;
    box-shadow: none;
}

.app-frm-ren textarea {
    height: 34px !important;
    scrollbar-width: none;
}

.visa-form textarea {
    height: 34px !important;
    scrollbar-width: none;
}

.app-frm-ren .form-group {
    margin: 0 0 15px 0;
}

.app-frm .fmr-mt {
    margin-bottom: 8px;
}

/* Form Inner Page End */

/* PAPS Tander Page Start */

.paps-tender-page h4 {
    font-size: 22px !important;
}

.paps-tender-page h5 {
    font-size: 20px !important;
}

.paps-tender-page h6 {
    font-size: 18px !important;
}

.paps-tender-page p {
    font-size: 16px !important;
}

.paps-tender-page li {
    font-size: 16px !important;
    list-style: disc !important;
}

.paps-tender-page .btn {
    font-size: 18px !important;
}

/* PAPS Tander Page End */

.reg_form, .login_form {
    height: 485px;
}

.hover {
    border-radius: 4px;
    height: auto;
}

.ex-card-description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 1rem;
}

.ex-card-description.expanded {
    -webkit-line-clamp: unset;
}

.custom-pop-btn {
    color: #000 !important;
    border: none !important;
}

.close-tech {
    display: none !important;
}

.custom-pop-btn-tech {
    color: #000 !important;
    border: none !important;
}

.query {
    opacity: 1;
}

.query:hover {
    opacity: .9;
}

.btn-primary, .btn-secondary {
    opacity: 1;
}

.btn-primary:hover, .btn-secondary:hover {
    opacity: .9;
}

.custom-popup-content-tech {
    text-align: left;
}

.custom-popup-content {
    overflow: unset !important;
}

.pop-inquiry-tech, .pop-inquiry {
    text-align: center;
    opacity: 1;
    color: #fff !important;
}

.pop-inquiry-tech:hover, .pop-inquiry:hover {
    opacity: .9;
}

.pop-inquiry-tech, .pop-inquiry {
    margin-top: 10px;
    float: left;
    width: 100%;
    padding: 5px 0;
}

input, textarea {
    color: #727272 !important;
}

.pop-button {
    display: inline-block;
    width: 15%;
    min-width: 120px;
    line-height: 50px;
    text-align: center;
    background: black;
    /* position: absolute; */
    top: 50%;
    left: 50%;
    cursor: pointer;
    -webkit-transition: top 0.1s ease;
    -moz-transition: top 0.1s ease;
    -o-transition: top 0.1s ease;
    transition: top 0.1s ease;
}

.pop-button.active {
    width: 30%;
    height: 100%;
    top: -100%;
    -webkit-transition: width 0.5s ease, height 0.5s ease, top 1s ease 1.2s;
    -moz-transition: width 0.5s ease, height 0.5s ease, top 1s ease 1.2s;
    -o-transition: width 0.5s ease, height 0.5s ease, top 1s ease 1.2s;
    transition: width 0.5s ease, height 0.5s ease, top 1s ease 1.2s;
}

.custom-pop-btn {
    position: relative;
    display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
    border-left: 2px solid;
}

.custom-pop-btn {
    transition: all 200ms ease-in-out;
}

.custom-pop-btn {
    color: #000 !important;
    border: none !important;
}

.custom-popup-content {
    position: fixed;
    z-index: 10;
    top: 100%;
    width: 25%;
    height: 65%;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}

.custom-popup-content.show {
    top: 0px;
    margin: 10% 0 10% 6%;
    -webkit-transition: 1s ease 1s;
    -moz-transition: 1s ease 1s;
    -o-transition: 1s ease 1s;
    transition: 1s ease 1s;
}

.custom-popup-content .close-btn {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    float: right;
    width: 25px;
    height: 25px;
    background: #292f80b0;
    text-align: center;
    width: 100%;
    padding: 0px 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-weight: bold;
    color: #fff !important;
    margin-top: 0px;
    margin-right: 0px;

}

.pop-inquiry {
    margin-top: 20px;
}

.popup-cross {
    top: -25px !important;
    margin-left: 10% !important;
    background: #000 !important;
    height: 25px !important;
    width: 25px !important;
    border-radius: 25px !important;
    color: #fff !important;
    font-weight: lighter !important;
    font-family: inherit !important;
}

.iner-popup {
    float: left;
    padding: 15px 30px;
    background: rgb(255 255 255 / 85%);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width:100%;
}

.custom-popup-content {
    overflow: unset !important;
}

.show {
    display: block !important;
}

.pop-inquiry.open-kt-inbox__compose {
    color: #fff !important;
}

.pop-inquiry {
    color: #fff !important;
}

.dwnbx.eq-col.doc-ps-box.col-md-12 {
    height: auto !important;
}

.visa-form .form-group {
    margin: 0 0px 20px 0 !important;
}

.card:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.card-img-top {
  object-fit: cover;
  height: 250px;
}

.ul_li ul li {
    float: left;
    display: inline-block;
    padding: 10px;
    border: 1px solid #ccc;
    margin: 10px;
    width: 100%;
    min-height: 80px;
    max-width: 360px;
}

.ul_li {
    margin: 20px 0 20px 36px;
    font-size: 16px;
    border-left: 5px solid #e54c4c;
    padding: 5px 20px 30px 20px;
    font-family: 'Open Sans' !important;
    font-weight: normal;
    color: #454545;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 2em;
}

.media_tbl {
    margin: 20px 0 20px 36px;
    font-size: 16px;
    border-left: 5px solid #e54c4c;
    padding: 5px 20px 5px 20px;
    font-family: 'Open Sans' !important;
    font-weight: normal;
    color: #454545;
}