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

body {
	font-family: 'Inter', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei';
    background-color: #ffffff;
    font-size: 15px;
    line-height: normal;
}

.mm-ismenu {
    color: #ffffff;
}

.intro {
    overflow: hidden;
    padding: 0;
}

/*
.intro b, .intro p {
    padding: 25px;
    display: none;
}
*/

.pagedetailcontent {
    padding: 25px;
}

p.mhomecontent {
    padding: 0;
}

.nivo-controlNav {
    padding: 0;
}

.photo img.logo_pic {
    margin: 0 auto;
}

.title {
    padding: 25px 0;
    text-transform: uppercase;
}

.attachment_design {
    background: inherit;
}

#whatsapp-float-icon {
    line-height: 25px;
}

.banner-item .banner-caption {
    font-family: 'Inter', sans-serif, serif, monospace, cursive, fantasy, 'Microsoft YaHei', 'Microsoft JhengHei' !important;
    width: 100%;
    height: auto;
}

.banner1 {
    font-size: 35px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
    color: #0c4da2;
    letter-spacing: 7.5px;
}

.banner2 {
    font-size: 15px;
    line-height: normal;
    color: #333333;
}

.owl-theme .owl-nav [class*=owl-] {
    background-image: url(arrows.png) !important;
}

.animated.delay5 {
    animation-delay: .8s;
}

.space {
    padding: 0 0 50px;
}

.space2 {
    padding: 50px 0;
}

.space-parallax {
    padding: 150px 0;
}

.three-full {
    margin: 0 auto !important;
}

.four-full {
    margin: 0 auto !important;
}

.six-full {
    margin: 0 auto !important;
}

.six-full-1 {
    margin: 0 auto !important;
    padding: 25px;
}

.icon {
    font-size: 25px;
    vertical-align: middle;
    animation-name: rotateme;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes rotateme {
    
    0% {
        transform: rotate(0deg);
    }
    
    100% {
        transform: rotate(1turn);
    }
}

.font-middle {
    font-size: 15px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: bold;
    color: #0c4da2;
}

.font-big {
    font-size: 25px;
    line-height: normal;
    font-weight: bold;
}

.font-year {
    font-size: 90px;
    line-height: normal;
    letter-spacing: 25px;
}

.font-small {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
    color: #6b6b84;
    /*width: 50%;*/
}

.frame {
    padding: 25px;
    border-radius: 5px;
    transition: all 0.25s linear;
    border: 5px solid #f5f3f2;
    background-color: #ffffff;
}

.frame:hover {
    border: 5px solid #0c4da2;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.25);
    background-color: rgba(255, 255, 255, 0.75);
}

.counted {
    font-size: 100px;
    line-height: normal;
    font-weight: bold;
}

.font-small-2 {
    font-size: 15px;
    line-height: 25px;
    margin: 0 auto;
    color: #6b6b84;
}

.font-main {
    font-size: 35px;
    line-height: 50px;
    font-weight: bold;
}

.show-content {
    border: 5px solid #f5f3f2;
    border-radius: 5px;
    transition: all 0.25s linear;
}

.show-content:hover {
    border: 5px solid #0c4da2;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.25);
}

.show-content .content-holder {
    background-color: rgba(255, 69, 0, 0.75);
    transition: all 0.25s linear;
    padding-top: 0;
    transform: scale(1);
}

.show-content:hover .content-holder {
    transform: scale(1);
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.font-table {
    vertical-align: middle;
    display: table-cell;
    font-size: 25px;
    color: #ffffff;
    font-weight: bold;
    line-height: normal;
    padding: 25px;
}

.font-table a {
    transition: all 0.25s linear;
}

.font-table a:hover {
    color: #333333;
}

.btn-square.black {
    margin-top: 0;
    font-size: 15px;
    padding: 0;
    border: none;
    color: #ffffff;
    transition: all 0.25s linear;
    font-weight: bold;
    padding: 10px 25px;
    background-color: #0c4da2;
    border-radius: 50px;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition-property: color;
}

.btn-square.black:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333333;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.25s linear;
    border-radius: 50px;
}

.btn-square.black:hover, .btn-square.black:focus, .btn-square.black:active {
    border: none;
    background-color: inherit;
    color: #ffffff;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.25);
}

.btn-square.black:hover:before, .btn-square.black:focus:before, .btn-square.black:active:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.50, 1.50, 0.25, 0.50);
}

.hover-target .zoomout {
    transition: all 0.25s linear;
}

.hover-target:hover .zoomout {
    transform: scale(1.05);
}

.border1 img {
    margin: 0 auto;
    border: 5px solid #f5f3f2;
    transition: all 0.25s linear;
}

.border1 img:hover {
    border: 5px solid #0c4da2;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.25);
}

.font-title {
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
}

.last .owl-theme .owl-nav [class*=owl-] {
    top: 40% !important;
}

.last .owl-theme .owl-dots {
    display: none;
}

.map img {
    position: absolute;
    transform: translate(-50%, 0%);
    top: 100%;
    left: 25%;
    animation: moveleftbounce 5s linear infinite;
    opacity: 0.10;
}

@keyframes moveleftbounce {

    0% {
        transform: translateX(0);
    }
    
    50% {
        transform: translateX(-25px);
    }
    
    100% {
        transform: translateX(0);
    }
}

.footer.full, .footer.full a {
    color: #6b6b84;
}

.footer-main-section {
    width: 100% !important;
    max-width: 1200px;
    padding: 50px 0;
    border-bottom: 1px solid #f3f2ee;
}

.footer-section {
    padding: 25px;
    border-right: none;
}

.footer-section h2 {
    margin-top: 0;
    color: #333333;
    font-size: 25px;
}

.footer-section .link-list li {
    margin-bottom: 10px;
}

.link-list li a {
    transition: all 0.25s linear;
}

.link-list li a:hover {
    color: #0c4da2;
}

.last .owl-theme .owl-nav {
    display: none;
}