/* ----------------------------------

Template Name: GCME THEME
Author: MOUNTAIN STUDIO
Description:
Version: 1.0

Main Font    : Line Seed Font
Main Color   : #091D3E

-------------------------------------

[Typography]

Body copy:    15px 'line_seed_sans', sans-serif
Header:     36px 'line_seed_sans', sans-serif
Input, textarea:  15px 'line_seed_sans', sans-serif
Sidebar heading:  20px 'line_seed_sans', sans-serif

>>> TABLE OF CONTENTS:
=======================

    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03. Topbar
    04 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    05. Banner
        - Slide Effect
        - Fade Effect
    06. Features
    07. About Us
        - Full Width Version
        - Default Version
    08. Services
        - Version One
        - Version Two
        - Services Single
    09. Why Choose Us
    10. Company Analysis/Graph
    11. Companies/Clients/Partner
    12. Team
    13. Testimonials
    14. Projects
    15. Gallery
    16. Our Expertise
    17. Work Process
    18. FAQ
    19. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    20. Error 404
    21. Footer
    22. PHP Contact Form
    23. Others

*/

/*
** General Styles for HTML tags
*/




:root {
	--font-family: 'line_seed_sans', sans-serif;
	--fontawesome: "Font Awesome 5 Pro";
	--black: #000000;
	--dark: #091d3e;
	--white: #ffffff;
	--theme: #104cba;
	--blue: #104cba;
	--color-heading: #232323;
	--color-default: #666666;
	--gradient: linear-gradient(to right, #02218f,  #0e72e3, #02218f);
	--border-color: #e7e7e7;
	--box-shadow: 0px 0px 20px 0px rgba(7, 20, 52, .1);
	--box-shadow-secondary: 0 6px 12px rgba(0, 0, 0, 0.175);
	--box-shadow-extra: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
	--box-shadow-dark: 0px 0px 0px;
}
/* =======================
Form Register
======================= */
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
ol { counter-reset: item }
ol li{ display: block ; padding-left:40px;}
ol li:before { content: counters(item, ".") " "; counter-increment: item;}
.contact-form-area {
    position: relative;
    background: rgba(242, 247, 248, 0);
}
.contact-form-area .form {
    max-width:none;
    padding: 0;
    position: relative;
    z-index: 1;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 0px rgb(44 130 237 / 0%);
    box-shadow: 0px 0px 0px 0px rgb(44 130 237 / 0%);
    border-radius: 0px;
    margin-top: 0;
}
.contact-form-area .form input {
    border: 1px solid #cccccc;
    background: #ffffff;
    color: #212529;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    margin-top: 20px;
    margin-bottom:0px;
    min-height: 40px;
    padding: 5px 20px;
}
.contact-form-area .form textarea {
    border: 1px solid #cccccc;
    background: #ffffff;
    color: #212529;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    margin-top: 20px;
    margin-bottom:0px;
    padding: 5px 20px;
    min-height: 100px;
}

.button a{
    padding: 13px 40px !important;
    color: var(--white);
    border-radius: 5px;
    font-size: 16px;
    background-image: var(--gradient);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
	background-size: 220% 150%;
    margin-top: 30px;
    font-weight: 400;;
}
.button a:hover{
    background-position: -70% 0;
}
.appoinment-style-two {
    padding: 80px 50px;
    background: #091d3e;
    position: relative;
    bottom: 0;
    margin-top: 0;
    margin-right: 0;
}
.appoinment-style-two .nice-select {
    margin-bottom: 30px;
    background: transparent;
    border: 1px solid #cccccc;
    color: #212529;
    border-radius: 5px;
}

.appoinment-style-two .nice-select .option {
    -webkit-color: #232323;
    color: #232323;
}
.appoinment-style-two .nice-select{
    -webkit-height: 55px;
    height: 55px;
}

@media only screen and (max-width: 575px) {
    .contact-form-area .form input {
        -webkit-margin-bottom: 15px;
        margin-bottom: 15px;
    }
    .contact-form-area .form textarea {
        -webkit-margin-bottom: 15px;
        margin-bottom: 15px;
    }
    .appoinment-style-two .nice-select {
        -webkit-margin-bottom: 15px;
        margin-bottom: 15px;
    }
}

.text-description {
    -webkit-color: #666666;
    -webkit-margin: 0 0 30px;
    color: #666666;
    margin: 0 0 30px;
    text-transform: none;
    font-weight: 400;
    font-family: 'line_seed_sans', sans-serif;
}
.sub-header{
    font-weight: 500;
    text-align: center;
    margin: 3rem 0 1.5rem;
}
.accordion-item {
    -webkit-background-color: #fff;
    background-color: #fff;
    -webkit-border: 1px solid #cccccc;
    border: 1px solid #cccccc;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #e1e1e1;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}
.accordion-body a {
    font-size: 16px;
    font-weight: 400;
    -webkit-color: var(--blue);
    color: var(--blue);
    -webkit-padding: 0.5rem 2rem;
    padding: 0.5rem 2rem;
}
.accordion-body ul {
    -webkit-padding: 1rem 2rem;
    padding: 1rem 2rem;
}
.accordion-body ul li{
    -webkit-list-style: decimal;
    list-style: decimal;
    -webkit-margin-bottom: 8px;
    margin-bottom: 8px;
}
.accordion{
    -webkit-margin-bottom: 30px;
    margin-bottom: 30px;
}
.accordion-button{
    -webkit-padding: 1rem 2rem;
    padding: 1.5rem 2rem;
    -webkit-font-size: 15px;
    -webkit-font-weight: 500;
    -webkit-color: #ffffff;
    -webkit-background: var(--);
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    background: var(--gradient);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button:not(.collapsed) {
    -webkit-font-size: 15px;
    -webkit-font-weight: 500;
    -webkit-color: #ffffff;
    -webkit-background: var(--gradient);
    -webkit-box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    background: var(--gradient);
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
@media only screen and (max-width: 575px) {
    .accordion-button{
        -webkit-padding: 1.25rem 1.75rem;
        padding: 1.25rem 1.75rem;
    }
    .accordion-body {
        -webkit-padding: 0.75rem 1.75rem 1rem;
        padding: 0.75rem 1.75rem 1rem;
    }
    .accordion-body a {
        -webkit-padding: 0.5rem 1rem;
        padding: 0.5rem 1rem;
    }
    .accordion-body ul {
        -webkit-padding: 0.5rem 1rem;
        padding: 0.5rem 1rem;
    }
    .accordion-body ul li {
        -webkit-margin-bottom: 4px;
        margin-bottom: 4px;
    }
}
.section-gcme {
    padding: 60px 0;
}
.h-auto {
    height: auto !important;
}
.blog-style-two {
    -webkit-box-shadow: 0px 2px 12px 0px #e7e7e7;
    box-shadow: 0 0px 20px 0px #e7e7e7;
    background: #ffffff;
    -webkit-border-radius: 8px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left:20px;
}
.items {
    border: 1px solid #e7e7e7;
    padding: 20px;
    margin: auto 50px;
    border-radius: 10px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background: #ffffff;
}
.contact-form-area .form .form-check input {
    border: 1px solid #cccccc;
    color: #212529;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    margin-bottom: 30px;
    min-height: 15px;
    max-width: 15px;
    padding: 10px;
    margin-right: 8px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    cursor: pointer;
}
.form-check-input:checked[type=checkbox] {
    -webkit-background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23104cba' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23104cba' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.box-selects{
    -webkit-display: flex;
    -webkit-justify-content: end;
    display: flex;
    justify-content: end;
    width: 100%;
}
.title {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 0.5rem;
}
.box-content{
    margin-bottom: 4rem;
}
.box-content ul li{
    -webkit-list-style: decimal;
    list-style: decimal;
}
.box-content ul li ul li,.box-content ul li ul li{
    -webkit-list-style: none;
    -webkit-padding-left: 0.5rem;
    list-style: none;
    padding-left: 0.5rem;
}
.list-dot{
    -webkit-padding-left: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.list-dot li{
    -webkit-list-style: disc !important;
    -webkit-padding-left: 1.5rem;
    list-style:disc !important;
    padding-left: 1.5rem;
}
.single-product-bottom-info .nav.nav-tabs {
    margin: 0;
    display: block;
    text-align: center;
    margin-bottom: 40px;
    border-radius: inherit;
    padding: 0;
}
.single-product-bottom-info {
    margin-top: 0px;
}
.single-product-bottom-info .nav.nav-tabs {
    margin: 0;
    display: block;
    text-align: center;
    margin-bottom: 40px;
    border-radius: inherit;
    padding: 0;
}
.single-product-bottom-info .nav.nav-tabs button {
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 15px 25px;
    color: #666666;
    border: none;
}
.tab-content.tab-content-info {
    clear: both;
}
.single-product-bottom-info .nav-tabs .nav-link::after {
    left: 0;
    bottom: -2px;
    content: "";
    height: 3px;
    width: 80%;
    background: transparent;
    position: absolute;
    transition: all 0.35s ease-in-out;
}
.single-product-bottom-info .tab-content.tab-content-info .tab-pane ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.single-product-bottom-info .nav-tabs .nav-link.active::after {
    background: #104cba;
    width: 100%;
}
.table>:not(caption)>*>* {
    padding: 0.75rem 0.75rem;
}
.table-account tbody tr td {
    text-align: center;
}
.table-account tbody tr td {
    text-align: center;
}
.table-account tbody tr:nth-child(n+2) td:nth-child(2) {
    text-align: left;
}
.total-ex td:nth-child(1){
    text-align: left;
}
.total-ex td{
    text-align: center;
}
.dot-notifications{
    color: var(--blue) !important;
    -webkit-position: absolute;
    -webkit-top: calc(0% + 20px);
    -webkit-left: 0;
    position: absolute;
    top: calc(0% + 20px);
    left: 0;
}
.notifications h4 {
    color: #232323 !important ;
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.notifications .title-noti {
    color: #232323 !important ;
    font-size: 18px;
    font-weight: 500;
    padding-left: 10px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}


#overview-tab .blog-style-two .meta li {
  display: inline-block;
  margin-right: 15px;
  margin-top: -20px;
  font-weight: 500;
}



.box-notifications:hover .notifications h4 {
    color: var(--blue) !important;
}
.notifications p {
    color: #bebebe!important ;
    margin-bottom: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
#overview-tab .notifications p {
    color: #bebebe !important ;
    margin-bottom: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;

    overflow: hidden;
}
.box-notifications:hover .notifications p {
    color: #919191 !important ;
    margin-bottom: 0;
}
.box-notifications .notifications{
    margin-left: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.box-notifications:hover .notifications{
    margin-left: 5px !important;
}
.blog-style-two .notifications .meta {
    -webkit-margin-bottom: 0;
    margin-bottom: 0;
}
.blog-style-two .notifications {
    padding: 15px 30px !important;
}
#overview-tab .blog-style-two .notifications {

}
#overview-tab .dot-notifications {
    color: var(--blue) !important;
    -webkit-position: absolute;

    position: absolute;

}
.product-details .product-thumb .product-item {
    position: absolute;
    left: 30px;
    -webkit-bottom: calc(0% - 30px);
    bottom: calc(0% - 30px);
}
span.onsale.theme {
    background: linear-gradient(45deg, #02218f 0%, #0e72e3 35%);
}
.product-details .product-thumb .product-item {
    padding: 0px !important;
    background: transparent;
    position: relative;
}
.onsale-card {
    /* padding: 6px 12px; */
    display: flex;
    flex-direction: column;
    justify-content: start;
    text-align: left;
    position: absolute;
    left: 30px;
    -webkit-bottom: calc(0% - 30px);
    bottom: calc(0% - -30px);
}
.product-details .product-thumb .product-item {
    /* padding: 50px; */
    background: transparent;
    position: relative;
}
h4.onsale {
    display: inline-block;
    background: transparent;
    color: var(--dark);
    /* text-transform: uppercase; */
    font-size: 16px;
    line-height: 1;
    /* padding: 6px 12px; */
    font-weight: 500;
    border-radius: 0;
}
p.onsale {
    display: inline-block;
    background: transparent;
    color: var(--black);
    /* text-transform: uppercase; */
    font-size: 12px;
    line-height: 1;
    /* padding: 6px 12px; */
    font-weight: 400;
    border-radius: 0;
}
span.onsale {
    display: inline-block;
    background: transparent;
    color: var(--color-default);
    /* text-transform: uppercase; */
    font-size: 12px;
    line-height: 1;
    /* padding: 6px 12px; */
    font-weight: 400;
    border-radius: 0px;
}
/* Product Single */
.product-thumb .carousel-indicators {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 0;
    margin-top: 30px;
    background: transparent;
    height: auto;
  }

  .product-thumb .carousel-indicators .item {
    height: auto;
    width: auto;
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 15px;
    border: 1px solid #dddddd;
    text-indent: 0;
    cursor: pointer;
    opacity: 1;
    text-indent: 0;
  }

  .carousel-indicators .active {
    height: auto;
    width: 100%;
    background: transparent;
  }

  .product-details .product-thumb {
    text-align: center;
  }

  .product-details .product-thumb img {
    margin: auto;
  }

  .product-details .product-thumb .product-item {
    padding: 50px;
    background: #F5F5F5;
    position: relative;
  }
    .announcements-box{
        position: relative;
        margin-top: 1rem;
    }
    .announcements-body{
        position:absolute;
        bottom: 0;
        padding: 1rem;
    }
    .title-sub{
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 1rem;
    }
    h4.title-sub{
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 0.25rem;
        margin-top: 0.5rem;
    }
    .nav-app{
        border-bottom: 0 !important;
    }
    .single-product-bottom-info .nav.nav-app  {
        margin: 0;
        display: block;
        text-align: center;
        margin-bottom: 40px;
        border-radius: inherit;
        padding: 15px 0;
        background: var(--blue);
        color: #fff;
    }
    .single-product-bottom-info .nav-app .nav-link.active{
        background: transparent;
    }
    .single-product-bottom-info .nav-app .nav-link::after {
        left: 0;
        bottom: 10px;
        content: "";
        height: 2px;
        width: 80%;
        background: transparent;
        position: absolute;
        transition: all 0.35s ease-in-out;
    }
    .single-product-bottom-info .nav-app .nav-link.active::after {
        background: #fff;
        width: 100%;
    }
    .single-product-bottom-info .nav.nav-app button {
        font-weight: 500;
        text-transform: capitalize;
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 15px 10px;
        color: #fff;
        border: none;
        font-size: 14px;
    }
    .testimonial-style-one {
        padding: 40px;
        margin: 15px;
        border-radius: 15px;
        background: #cccccc;
        min-height: 350px;
        position: relative;
    }
    .testimonial-style-one p {
        margin: 0;
        font-size: 18px;
        line-height: 1.2;
        color: var(--color-heading);
        margin-bottom: 0px;
    }
    .testimonial-style-one .btn-here{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin-bottom: 60px;
    }
    .testimonial-style-one a {
        max-width: 250px;
        padding: 1rem 2rem;
        border: 1px solid #091d3e;
        border-radius: 15px;
    }
    .testimonial-style-one a:hover {
        max-width: 250px;
        padding: 1rem 2rem;
        color: #ffffff;
        background-color: #091d3e;
        border: 1px solid #091d3e;
        border-radius: 15px;
    }
    .form-check-input {
        width: 1em;
        height: 1em;
        margin-top: 0.25em;
        vertical-align: top;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid rgba(0,0,0,.25);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
        min-height: 1em;
    }
    .btn-trash{
        position: absolute;
        right: 0;
        top: 0;
        background: #02218f;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        color: #fff;
        padding: 0.35rem 0.75rem;
        -webkit-cursor: pointer;
        -webkit-z-index: 2;
        cursor: pointer;
        z-index: 2;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }
    .btn-trash a{
        border-radius: 6px;
        color: #fff;
    }
    .btn-trash:hover{
        position: absolute;
        right: 0;
        background: #032cc2;
        border-radius: 8px;
        color: #fff;
        padding: 0.35rem 0.75rem;
        cursor: pointer;
        z-index: 2;
    }
    .btn-trash:hover a{
        border-radius: 6px;
        color: #fff;
    }
    .line-w-100 {
        margin: 3rem 0;
        border: 1px solid #c7c7c7;
        border-radius: 5px;
        width: 100%;
    }
    .application-require{
        display: block;
        margin: auto;
    }
    .application-require ul{
        margin-left: 1.5rem !important;
    }
    .application-require ul li{
        list-style: decimal;
    }
    .banner-style-six-gcme h4 {
        color: #234686;
        font-size: 70px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .banner-style-six-gcme h5 {
        color: #40C5F1;
        font-size: 50px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .banner-style-six-gcme h1 {
        color: #234686;
        font-size: 50px;
        font-weight: 300;
        margin-bottom: 20px;
    }
    .sub-title-gcme{
        color: #234686;
        font-size: 50px;
        font-weight: 300;
        margin-bottom: 10px;
    }
    .title-gcme{
        color: #6E6E6E;
        font-size: 50px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .banner-style-six-gcme .button a {
        padding: 13px 40px !important;
        color: var(--white);
        border-radius: 5px;
        font-size: 16px;
        background-image: none;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        background-size: 220% 150%;
        margin-top: 30px;
    }
    .banner-style-six-gcme .button .btn-register{
        border: 1px solid #707070;
        padding: 13px 40px !important;
        color: var(--white);
        border-radius: 5px;
        font-size: 16px;
        background-color: #024873 !important;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        margin-top: 30px;
        width: 45%;
    }
    .banner-style-six-gcme .button .btn-register:hover{
        background-color: #002c47 !important;
    }
    .banner-style-six-gcme .button .btn-signin{
        border: 1px solid #707070;
        padding: 13px 40px !important;
        color: #024873;
        border-radius: 5px;
        font-size: 16px;
        background-color: transparent;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        margin-top: 30px;
        width: 45%;
    }
    .banner-style-six-gcme .button .btn-signin:hover{
        background-color: rgb(228, 228, 228);
    }
    .banner-style-six-area div{z-index: 3;}
    .banner-gcme{
        position: relative;
        background-image: url('./assets/img/home-bg.jpg');
        background-size: 120% auto;


        background-position: -20px,center;
        z-index: 1;
        overflow: hidden;
          padding-top: 5%;
    }
    .btn-gcme-box{
        border: 1px solid #707070;
        border-radius: 100px;
        padding: 25px 0;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .btn-gcme-box a{
        font-size: 16px;
        margin-bottom: 0;
    }
    .btn-gcme-boxprogram{
        border-radius: 60px;
        padding: 60px 45px;
        background: #a2a2a2;
        min-height: 300px;
        position: relative;
        -webkit-position: relative;
        overflow: hidden;
        cursor: pointer;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        margin-bottom: 15px;
    }
    .btn-gcme-boxprogram-circle{
        width: 700px;
        height: 700px;
        background: #024873;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        -webkit-position: absolute;
        left: -35%;
        top: -20%;
        -webkit-left: -35%;
        -moz-left: -35%;
        -ms-left: -35%;
        -o-left: -35%;
        -webkit-top: -20%;
        -moz-top: -20%;
        -ms-top: -20%;
        -o-top: -20%;
        z-index: 1;
        z-index: 1;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }
    .btn-gcme-boxprogram:hover .btn-gcme-boxprogram-circle{
        width: 1200px;
        height: 1200px;
        border-radius: 25%;
    }
    .btn-gcme-boxprogram h4{
        font-size: 30px;
        font-weight: 400;
        color: #fff;
        position: relative;
        z-index: 2;
    }
    .btn-gcme-boxprogram a{
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        position: absolute;
        top: calc(100% - 65px);
        z-index: 2;
    }
    .bg-half{
        top: 0;
        left: 0;
        width: 100%;
        -webkit-background: linear-gradient( to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(237, 237, 237, 0.48) 40%,
        rgba(237, 237, 237, 0.48) 100%
        );
        background: linear-gradient( to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(237, 237, 237, 0.48) 40%,
        rgba(237, 237, 237, 0.48) 100%
        );
    }
    .btn-gcme-shortcut {
        padding: 60px 45px;
        border-radius: 55px;
        border: 1px solid #707070;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .btn-gcme-shortcut h4{
        font-size: 28px;
        font-weight: 400;
        color: #234686;
        position: relative;
        text-align: center;
    }
    .btn-gcme-shortcut img{
        max-width: 120px;
        width: 100%;
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }
    .text-cards{
        top: 45%;
        text-align: center;
        left: 0;
        right: 0;
    }
    .text-cards h4{
        font-size: 34px;
        font-weight: 500;
        color: #232323;
    }

@media only screen and (max-width: 1200px) {
    .btn-gcme-boxprogram{
        border-radius: 50px;
        padding: 50px 35px;
        background: #a2a2a2;
        min-height: 250px;
        position: relative;
        -webkit-position: relative;
        overflow: hidden;
        cursor: pointer;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        margin-bottom: 15px;
    }
    .btn-gcme-boxprogram-circle{
        width: 650px;
        height: 650px;
        background: #024873;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        -webkit-position: absolute;
        left: -50%;
        top: -20%;
        -webkit-left: -50%;
        -moz-left: -50%;
        -ms-left: -50%;
        -o-left: -50%;
        -webkit-top: -20%;
        -moz-top: -20%;
        -ms-top: -20%;
        -o-top: -20%;
        z-index: 1;
        z-index: 1;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }
    .btn-gcme-boxprogram h4 {
        font-size: 28px;
        font-weight: 400;
        color: #fff;
        position: relative;
        z-index: 2;
    }
}

@media only screen and (max-width: 991px) {
    .btn-gcme-boxprogram{
        border-radius: 50px;
        padding: 50px 35px;
        background: #a2a2a2;
        min-height: 250px;
        position: relative;
        -webkit-position: relative;
        overflow: hidden;
        cursor: pointer;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        margin-bottom: 15px;
    }
    .btn-gcme-boxprogram-circle{
        width: 700px;
        height: 700px;
        background: #024873;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        -webkit-position: absolute;
        left: -20%;
        top: -30%;
        -webkit-left: -20%;
        -moz-left: -20%;
        -ms-left: -20%;
        -o-left: -20%;
        -webkit-top: -30%;
        -moz-top: -30%;
        -ms-top: -30%;
        -o-top: -30%;
        z-index: 1;
        z-index: 1;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }
    .btn-gcme-boxprogram h4 {
        font-size: 28px;
        font-weight: 400;
        color: #fff;
        position: relative;
        z-index: 2;
    }
}
@media only screen and (max-width: 768px) {
    .btn-gcme-boxprogram{
        border-radius: 50px;
        padding: 40px 35px;
        background: #a2a2a2;
        min-height: 300px;
        position: relative;
        -webkit-position: relative;
        overflow: hidden;
        cursor: pointer;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        margin-bottom: 15px;
    }
    .btn-gcme-boxprogram-circle{
        width: 700px;
        height: 700px;
        background: #024873;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        -webkit-position: absolute;
        left: -45%;
        top: -20%;
        -webkit-left: -45%;
        -moz-left: -45%;
        -ms-left: -45%;
        -o-left: -45%;
        -webkit-top: -20%;
        -moz-top: -20%;
        -ms-top: -20%;
        -o-top: -20%;
        z-index: 1;
        z-index: 1;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }
    .btn-gcme-boxprogram:hover .btn-gcme-boxprogram-circle{
        width: 1200px;
        height: 1200px;
        border-radius: 25%;
    }

}
@media only screen and (max-width: 575px) {
    .items {
        border: 1px solid #e7e7e7;
        padding: 15px;
        margin: auto 15px;
        border-radius: 10px;
        -webkit-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        background: #ffffff;
    }
    .banner-style-six-gcme h4 {
        color: #234686;
        font-size: 40px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .banner-style-six-gcme h5 {
        color: #40C5F1;
        font-size: 30px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .banner-style-six-gcme h1 {
        color: #234686;
        font-size: 30px;
        font-weight: 300;
        margin-bottom: 20px;
    }
    .banner-style-six-gcme .button .btn-register{
        width: 49%;
    }
    .banner-style-six-gcme .button .btn-signin{
        width: 49%;
    }
    .banner-gcme{
        position: relative;
        background-image: url('./assets/img/Hero_BG.png');
        background-size: cover;
        background-position: left,center;
        z-index: 1;
        overflow: hidden;
    }
    .btn-gcme-box{
        border: 1px solid #707070;
        border-radius: 100px;
        padding: 25px 0;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .btn-gcme-box a{
        font-size: 16px;
        margin-bottom: 0;
    }
    .btn-gcme-boxprogram{
        border-radius: 45px;
        padding: 30px 25px;
        background: #a2a2a2;
        min-height: 200px;
        position: relative;
        -webkit-position: relative;
        overflow: hidden;
        cursor: pointer;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        margin-bottom: 15px;
    }
    .btn-gcme-boxprogram-circle{
        width: 550px;
        height: 550px;
        background: #024873;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        -webkit-position: absolute;
        left: -45%;
        top: -15%;
        -webkit-left: -45%;
        -moz-left: -45%;
        -ms-left: -45%;
        -o-left: -45%;
        -webkit-top: -15%;
        -moz-top: -15%;
        -ms-top: -15%;
        -o-top: -15%;
        z-index: 1;
        z-index: 1;
        -webkit-transition: all 0.35s ease-in-out;
        -moz-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
    }
    .btn-gcme-boxprogram:hover .btn-gcme-boxprogram-circle{
        width: 1200px;
        height: 1200px;
        border-radius: 25%;
    }
    .btn-gcme-boxprogram h4{
        font-size: 24px;
        font-weight: 400;
        color: #fff;
        position: relative;
        z-index: 2;
    }
    .btn-gcme-boxprogram a{
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        position: absolute;
        top: calc(100% - 50px);
        z-index: 2;
    }
    .bg-half{
        top: 0;
        left: 0;
        width: 100%;
        -webkit-background: linear-gradient( to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(237, 237, 237, 0.48) 40%,
        rgba(237, 237, 237, 0.48) 100%
        );
        background: linear-gradient( to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(237, 237, 237, 0.48) 40%,
        rgba(237, 237, 237, 0.48) 100%
        );
    }
    .btn-gcme-shortcut {
        padding: 30px 25px;
        border-radius: 50px;
        border: 1px solid #707070;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .btn-gcme-shortcut h4{
        font-size: 24px;
        font-weight: 400;
        color: #234686;
        position: relative;
        text-align: center;
        margin-bottom: 0;
        line-height: 1;
    }
    .btn-gcme-shortcut img{
        max-width: 80px;
        width: 100%;
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }
}

.form-select{
    min-height: 50px;

}
.form-group{
    margin-bottom: 20px;
}
.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.button-custom{
    padding: 13px 40px !important;
    color: var(--white);
    border-radius: 5px;
    border: none;
    font-size: 16px;
    background-image: var(--gradient);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background-size: 220% 150%;
    margin-top: 30px;
    font-weight: 400;
}
.button-custom:hover{
    background-position: -70% 0;
}
.button-custom-del{
    padding: 13px 40px !important;
    color: var(--white);
    border-radius: 5px;
    border: none;
    font-size: 16px;
    background-color: #dc3545;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    background-size: 220% 150%;
    margin-top: 30px;
    font-weight: 400;
}
.button-custom-del:hover{
    background-position: -70% 0;
}
.bg-img{
    filter: brightness(50%);
}

.list-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.list-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.list-scroll::-webkit-scrollbar-thumb {
    background-color: #104cba;
}

.list-scroll::-webkit-scrollbar:horizontal {
    height: 8px;
    background-color: #f5f5f5;
}

.list-scroll::-webkit-scrollbar-thumb:horizontal {
    background: #104cba;
    height: 8px;
}

.list-scroll::-webkit-scrollbar-track:horizontal {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

@media (min-width: 1601px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1292px;
    }
}
.box-content ul li {
    -webkit-list-style: disc ;
    list-style:disc  ;
}

/* allpage */


.breadcrumb-area {
    padding: 200px 0px 100px 0px!important;
}

.bg-img {
    filter: brightness(100%)!important;
}

.announcements-box , .img-cards {
    overflow: hidden!important;
    border-radius: 20px!important;
}


.announcements-body {
    width: 100%!important;
    background-color: #02218f7d !important;
}

.carousel-caption {
    background-color: #02218f7d !important;
    width: 100%;
    left: 0!important;
    bottom: 0!important;
    padding-left: 1.25rem!important;
}

a.my-4 , a.mt-2 {
    margin-top: 4rem!important;
    margin-bottom: 4rem!important;
}

.text-cards {
    bottom: 0!important;
    top: auto!important;
    background-color: #02218fcf!important;
}

.text-cards.position-absolute h4 {
    color: #fff!important;
    padding-top: 10px!important;
    font-size: 30px!important;
}

ul .dropdown-menu {
    border-radius: 20px!important;
}

ul .dropdown-menu li:hover{
    background-color: #02218f;
}

ul .dropdown-menu li a:hover {
    color: #fff!important;
}

.accordion-item {
    border-radius: 20px!important;
    overflow: hidden;
    margin: 10px 0;
}

.blog-style-two {
    margin: 10px 0!important;
    max-height: 470px!important;
}

.title {
    margin: 30px 0!important;
}

.form-control , .form-select {
    border-radius: 15px!important;
}

.banner-items {
    margin-top: 200px!important;
}

.banner-items h4 {
    font-weight: 500!important;
}

.bg-half {
    background: none!important;
}

.btn-gcme-shortcut {
    box-shadow: 0px 0px 10px #e5e6e9;
    border: 0px!important;
    border-radius: 40px!important;
    margin: 10px 5px!important;
    padding: 10px!important;
}

.btn-gcme-boxprogram {
    box-shadow: 0px 0px 10px #c3c3c3;
    border: 0px!important;
    border-radius: 40px!important;
}
.form-control-2, .form-select-2 {
    border-radius: 0!important;
}

.navbar .attr-right .attr-nav li.button a {
padding: 5px 40px !important;
color: var(--white);
border-radius: 5px;
font-size: 12px!important;

}
@media only screen and (min-width: 1200px) and (max-width: 1350px)
{
.navbar.validnavs.navbar-default .navbar-nav li a {

    font-size: 12px!important;
}}

.navbar .attr-right {
    float: right;
    margin-left: -120px!important;
}



@media only screen and (min-width: 1024px) and (max-width: 1199px){
.navbar.validnavs.navbar-default .navbar-nav li a {
    padding: 30px 8px !important;
    font-size: 11px !important;
}
.navbar .attr-right {
    float: right;
    margin-left: -100px!important;
}
}


@media (min-width: 1024px){
nav.navbar ul.nav>li>a {
    padding: 30px 15px;
    font-weight: 500;
    font-size: 13px!important;
    text-transform: uppercase;
}}


@media (min-width: 1024px){
nav.navbar.validnavs ul li.dropdown ul.dropdown-menu li a {
    color: var(--dark);
    display: block;
    font-size: 13px;
    margin-bottom: 0;
    padding: 10px 15px !important;
    text-align: left;
    text-transform: capitalize;
    width: 100%;
    font-weight: 500 !important;
    border-radius: 10px !important;
}}

ul, li {

    list-style: none;
    border-radius: 10px !important;
}

footer .address li strong {
    color: #ffffff;
    display: block;
    font-weight: 400 !important;
}
.badge {
  font-weight: 400;
}

.breadcrumb-area {
    background-image: url("https://gcme-qualificationcenter.com/lsapp/public/assets/frontend/img/bg-top.svg");
    background-repeat: no-repeat;

    background-attachment: scroll;
        background-position: 888px -233px;
    background-size: 900px;
  }

.text-blue{
color: #0B285B;
}
.text-blue-light{ color:#104cba; }


.text-grey{
    color: #363636;
    }
.textborder-radius{
    border-style: solid;
  border-width: 1px; border-radius:20px; padding:20px; }

  .bg-cover {
    background-position: center center !important;
    background-size: auto !important;
}
.blog-style-two-2 {
    justify-content: left;
    padding-left: 20px!important;
}
.table>tbody {
    vertical-align: top;
}
.img-pic-radius {
  border-radius: 10px;
}


.frame-grey {
  padding: 2%!important;
  background-color: #f4f4f4!important;
  border-radius: 15px!important;
  border: solid 1px lightgrey!important;
}

.frame-white {
    padding: 2%!important;
    background-color: #ffffff!important;
    border-radius: 15px!important;
    border: solid 1px lightgrey!important;
  }


th{font-weight: 400;}

.dot-notifications{
    color: var(--blue) !important;
    -webkit-position: absolute!important;

    position: absolute!important;

    left: 10px!important;
}


.table-responsive-fix{
    min-width: 1200px !important;
    table-layout: fixed;
}

/* ทำให้ column แรก sticky */
.sticky-col {
    position: sticky;
    left: 0;
    background-color: #FFFFFF !important;
    z-index: 2;
    box-shadow: 2px 0 5px -2px rgba(0, 0, 0, 0.1);
}

/* ถ้าจะ fix 2 คอลัมน์ซ้าย */
.sticky-col-2 {
    position: sticky;
    left: 150px; /* เปลี่ยนตามความกว้างคอลัมน์แรก */
    background-color: #FFFFFF !important;
    z-index: 2;
    box-shadow: 2px 0 5px -2px rgba(0, 0, 0, 0.1);
}
