/* #3265a6 */

::selection {
	background: #3265a6;
	color: #FFF;
	text-shadow: none;
}

::-moz-selection {
	background: #3265a6; /* Firefox */
	color: #FFF;
	text-shadow: none;
}

::-webkit-selection {
	background: #3265a6; /* Safari */
	color: #FFF;
	text-shadow: none;
}

#top-bar {
    position: relative;
	background-color: #3265a6;
    border-bottom: 1px solid #3265a6;
	color: #FFF;
    font-size: 13px;
}

#content p {
    line-height: 1.4;
	font-size: 1rem;
}

#footer {
    position: relative;
    background-color: #EEE;
    border-top: 0px solid rgba(0,0,0,0.2);
}

#footer .footer-widgets-wrap {
    position: relative;
    padding: 50px 0;
}

#copyrights {
    padding: 30px 0;
    background-color: #3265a6;
    color: #EEE;
    font-size: 0.75rem;
    line-height: 1.6;
}

body {
	line-height: 1.5;
	color: #555;
	font-family: 'Poppins', 'IBM Plex Sans Thai', sans-serif;
	font-size: 0.875rem;
    font-weight: 300;
}

a {
	text-decoration: none !important;
	color: #3265a6;
}

a:hover {
    color: #cda236;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
    font-family: 'Poppins', 'IBM Plex Sans Thai', sans-serif;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
	font-size: 1rem;
}

.menu-link {
    display: block;
    line-height: 22px;
    padding: 14px 5px;
    color: #444;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-family: 'Poppins', 'IBM Plex Sans Thai', sans-serif;
	padding: 20px 18px;
}

.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
    color: #cda236;
}

.title-block {
    padding: 2px 0 3px 20px;
    border-left: 7px solid #f5bb35;
    margin-bottom: 30px;
}

.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
    margin-bottom: 0;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0px;
    color: #333;
}

.heading-block > span:not(.before-heading) {
    display: block;
    margin-top: 5px;
    font-weight: 300;
    color: #555;
}

.before-heading {
    display: block;
    margin: 0 0 5px;
    font-size: 1rem;
    font-family: 'Poppins', 'IBM Plex Sans Thai', sans-serif;
    font-style: italic;
    font-weight: 300;
    color: #999;
}

#page-title h1 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0px;
    color: #333;
    font-size: 2rem;
    text-transform: none;
}

.portfolio-desc {
    position: relative;
    z-index: 6;
    padding: 20px 5px;
    text-align: center;
}

.portfolio-desc h3 {
    margin: 0 0 0.5rem 0;
    padding: 0;
    font-size: 1.25rem;
}

.portfolio-desc h3 a {
    color: #3265a6;
}

.portfolio-desc span, .portfolio-desc span a {
    color: #777;
    font-weight: 300;
}

.grid-filter.style-2 li a, .grid-filter.style-3 li a, .grid-filter.style-4 li a {
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 22px;
    border: solid 1px #DDD;
}

.grid-filter li {
    position: relative;
    width: 100%;
}
.grid-filter li a:hover {background-color: #3265a6; color: #FFF;}
.grid-filter li.activeFilter a {
    color: #FFF;
    background-color: #3265a6;
    margin: 0;
    font-weight: 500;
}

.testimonial {
    position: relative;
    padding: 20px;
    background-color: #FFF;
    border: 0px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.testimonial.testimonial-full[data-animation="fade"] {
    padding: 30px 30px 60px 30px;
}

.copyright-links a {
    display: inline-block;
    margin: 0 3px;
    color: #FFF;
    border-bottom: 1px dotted #444;
}

.button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    margin: 5px;
    padding: 8px 22px;
    font-size: 0.875rem;
    line-height: 24px;
    background-color: #3265a6;
    color: #FFF;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,0);
}

.button.button-dark:hover {
    background-color: #3265a6;
}

.button.button-small.button-circle {
    border-radius: 25px;
}

.button.button-border {
    border: 1px solid #3265a6;
    background-color: transparent;
    color: #3265a6;
    font-weight: 600;
    text-shadow: none;
}

.button.button-small {
    padding: 7px 17px;
    font-size: 13px;
    line-height: 20px;
}

.button.button-xlarge {
    padding: 9px 32px;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 34px;
}

.button-yellow {background-color: #f5bb35!important; color: #201c7a!important;}

.fbox-light .fbox-icon i, .fbox-light .fbox-icon img {
    border: 1px solid #E5E5E5;
    background-color: #F5F5F5;
    color: #444;
}

.fbox-content p {
    margin-top: 0.5rem;
    margin-bottom: 0px;
    color: #777;
}

.i-rounded, .i-circled, .i-bordered {
    width: 52px !important;
    height: 52px !important;
    line-height: 52px !important;
    background-color: #cda236;
    border-radius: 3px;
}

.i-circled {
    border-radius: 50%;
}

.i-rounded:hover, .i-circled:hover {
    background-color: #3265a6;
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    box-shadow: 0 0 0 rgba(0,0,0,0.2);
}

.fbox-content h3 {
    font-size: 1.25rem;
    font-weight: 600;
    font-family: 'Poppins', 'IBM Plex Sans Thai', sans-serif;
    text-transform: none;
    margin-bottom: 0;
    color: #3265a6;
}

.heading-block h3 + span, .heading-block h4 + span {font-size: 1.15rem;}

.portfolio-desc h3 a:hover {color: #cda236;}

.text-light {color: #FFF!important;}

.heading-block::after {
    content: '';
    display: block;
    margin-top: 30px;
    width: 40px;
    border-top: 2px solid #6aacff;
}

.entry-title h2, .entry-title h3, .entry-title h4 {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 1px;
}

.entry-title h2 a, .entry-title h3 a, .entry-title h4 a {
    color: #3265a6;
    font-size: 1.25rem;
}

.entry-title h2 a:hover, .entry-title h3 a:hover, .entry-title h4 a:hover {
    color: #cda236;
}

.team-title span {
    display: block;
    color: #cda236;
    font-weight: 400;
    font-family: 'Poppins', 'IBM Plex Sans Thai', sans-serif;
    font-style: normal;
    font-size: 0.875rem;
    margin-top: 5px;
}
.team-title h4 {
    display: block;
    margin-bottom: 0;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 600;
}

.testimonial .flex-control-nav li a {
    width: 6px !important;
    height: 6px !important;
    border: none;
    background-color: #3265a6;
    opacity: 0.5;
}

.testi-content p {
    margin-bottom: 0;
    font-family: 'Poppins', 'IBM Plex Sans Thai', sans-serif;
    font-style: italic;
}

.owl-carousel .owl-dots .owl-dot {
    width: var(--owl-dots-sizes);
    height: var(--owl-dots-sizes);
    background-color: #c99d35;
    margin-left: var(--owl-dots-gutters);
    margin-right: var(--owl-dots-gutters);
    transition: all .3s;
}

.title-bottom-border h1, .title-bottom-border h2, .title-bottom-border h3, .title-bottom-border h4, .title-bottom-border h5, .title-bottom-border h6 {
    width: 100%;
    padding: 0 0 0.75rem;
    border-bottom: 2px solid #c99d35;
}

.widget .counter + h5 {opacity: 0.8;}

.color {color: #c99d35 !important;}
.bg-facebook {background-color: #3b5998 !important;}
.bg-line {background-color: #00b900 !important;}
.bg-instagram {background-color: #8a3ab9 !important;}
.bg-tiktok {background-color: #000 !important;}

/* dark */
.dark, .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {color: #EEE !important;}

@media (min-width: 576px) 
{
    .grid-filter li {
        position: relative;
        width: auto;
    }
}

/* @media (min-width: 992px) 
{
    .grid-filter li {
        position: relative;
        width: 50%;
    } 
} */