@font-face {
    font-family: Kanit;
    src: url(../fonts/Kanit-Regular.ttf)
}

@font-face {
    font-family: Sarabun;
    src: url(../fonts/Sarabun-Medium.ttf)
}

body {
    font-family: Kanit, sans-serif;
    font-weight: 600;
    color: #353348;
    background: #fff;
    line-height: 1.6;
    font-size: 14.4px
}

html {
    scroll-padding-top: 66px
}

a {
    text-decoration: none!important;
    outline: 0
}

p {
    margin-bottom: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Kanit, sans-serif
}

.row>* {
    position: relative
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.text-primary {
    color: #186faf!important
}

.bg-primary {
    background-color: #186faf!important
}

.text-secondary {
    color: #6c757d!important
}

.bg-secondary {
    background-color: #6c757d!important
}

.text-success {
    color: #18ce76!important
}

.bg-success {
    background-color: #18ce76!important
}

.text-info {
    color: #4bc1e2!important
}

.bg-info {
    background-color: #4bc1e2!important
}

.text-warning {
    color: #fbb70b!important
}

.bg-warning {
    background-color: #fbb70b!important
}

.text-danger {
    color: #e84040!important
}

.bg-danger {
    background-color: #e84040!important
}

.text-dark {
    color: #353348!important
}

.bg-dark {
    background-color: #353348!important
}

.text-light {
    color: #f9f9fd!important
}

.bg-light {
    background-color: #f9f9fd!important
}

.text-muted {
    color: #a5a5bf!important
}

.bg-muted {
    background-color: #a5a5bf!important
}

.fs-12 {
    font-size: 12px
}

.fs-13 {
    font-size: 13px
}

.fs-14 {
    font-size: 14px
}

.fs-15 {
    font-size: 15px
}

.fs-16 {
    font-size: 16px
}

.fs-17 {
    font-size: 17px
}

.fs-18 {
    font-size: 18px
}

.fs-19 {
    font-size: 19px
}

.fs-20 {
    font-size: 20px
}

.fs-21 {
    font-size: 21px
}

.fs-22 {
    font-size: 22px
}

.fs-23 {
    font-size: 23px
}

.fs-24 {
    font-size: 24px
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.icon {
    position: relative;
    top: -2px
}

.icon-xxl {
    height: 58px;
    width: 58px
}

.icon-xl {
    height: 38px;
    width: 38px
}

.icon-lg {
    height: 34px;
    width: 34px
}

.icon-sm {
    height: 24px;
    width: 24px
}

.icon-xs {
    height: 18px;
    width: 18px
}

.icon-xxs {
    height: 15px;
    width: 15px
}

.sw-1_5 {
    stroke-width: 1.5px
}

.sw-1 {
    stroke-width: 1px
}

.border {
    border: 1px solid #f1f1f1!important
}

.border-end {
    border-right: 1px solid #f1f1f1!important
}

.shadow {
    box-shadow: 0 4px 20px rgba(31, 27, 81, .07)!important
}

.bg-overlay {
    background-color: rgba(35, 37, 47, .83);
    width: 100%;
    height: 100%
}

.section {
    padding: 100px 0 100px;
    position: relative
}

.btn {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    transition: all .3s ease-in-out;
    box-shadow: none!important
}

.btn:focus,
.btn:hover {
    box-shadow: none!important;
    transform: translateY(-2px)
}

.btn.btn-sm {
    padding: 8px 16px;
    font-size: 13px
}

.btn-primary {
    background-color: #186faf;
    border: 1px solid #186faf!important;
    color: #fff
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #186faf!important;
    color: primary!important
}

.btn-outline-primary {
    background-color: transparent!important;
    border: 1px solid #186faf!important;
    color: #186faf!important
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
    background-color: #186faf!important;
    color: #fff!important
}

.btn-secondary {
    background-color: #6c757d;
    border: 1px solid #6c757d!important;
    color: #fff
}

.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #6c757d!important;
    color: secondary!important
}

.btn-outline-secondary {
    background-color: transparent!important;
    border: 1px solid #6c757d!important;
    color: #186faf!important
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.btn-outline-secondary:focus,
.btn-outline-secondary:hover {
    background-color: #186faf!important;
    color: #fff!important
}

.btn-success {
    background-color: #18ce76;
    border: 1px solid #18ce76!important;
    color: #fff
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
    background-color: #18ce76!important;
    color: success!important
}

.btn-outline-success {
    background-color: transparent!important;
    border: 1px solid #18ce76!important;
    color: #186faf!important
}

.btn-outline-success.active,
.btn-outline-success:active,
.btn-outline-success:focus,
.btn-outline-success:hover {
    background-color: #186faf!important;
    color: #fff!important
}

.btn-info {
    background-color: #4bc1e2;
    border: 1px solid #4bc1e2!important;
    color: #fff
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover {
    background-color: #4bc1e2!important;
    color: info!important
}

.btn-outline-info {
    background-color: transparent!important;
    border: 1px solid #4bc1e2!important;
    color: #186faf!important
}

.btn-outline-info.active,
.btn-outline-info:active,
.btn-outline-info:focus,
.btn-outline-info:hover {
    background-color: #186faf!important;
    color: #fff!important
}

.btn-warning {
    background-color: #fbb70b;
    border: 1px solid #fbb70b!important;
    color: #fff
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover {
    background-color: #fbb70b!important;
    color: warning!important
}

.btn-outline-warning {
    background-color: transparent!important;
    border: 1px solid #fbb70b!important;
    color: #186faf!important
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.btn-outline-warning:focus,
.btn-outline-warning:hover {
    background-color: #186faf!important;
    color: #fff!important
}

.btn-danger {
    background-color: #e84040;
    border: 1px solid #e84040!important;
    color: #fff
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    background-color: #e84040!important;
    color: danger!important
}

.btn-outline-danger {
    background-color: transparent!important;
    border: 1px solid #e84040!important;
    color: #186faf!important
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.btn-outline-danger:focus,
.btn-outline-danger:hover {
    background-color: #186faf!important;
    color: #fff!important
}

.btn-dark {
    background-color: #353348;
    border: 1px solid #353348!important;
    color: #fff
}

.btn-dark.active,
.btn-dark:active,
.btn-dark:focus,
.btn-dark:hover {
    background-color: #353348!important;
    color: dark!important
}

.btn-outline-dark {
    background-color: transparent!important;
    border: 1px solid #353348!important;
    color: #186faf!important
}

.btn-outline-dark.active,
.btn-outline-dark:active,
.btn-outline-dark:focus,
.btn-outline-dark:hover {
    background-color: #186faf!important;
    color: #fff!important
}

.btn-light {
    background-color: #f9f9fd;
    border: 1px solid #f9f9fd!important;
    color: #fff
}

.btn-light.active,
.btn-light:active,
.btn-light:focus,
.btn-light:hover {
    background-color: #f9f9fd!important;
    color: light!important
}

.btn-outline-light {
    background-color: transparent!important;
    border: 1px solid #f9f9fd!important;
    color: #186faf!important
}

.btn-outline-light.active,
.btn-outline-light:active,
.btn-outline-light:focus,
.btn-outline-light:hover {
    background-color: #186faf!important;
    color: #fff!important
}

.btn-muted {
    background-color: #a5a5bf;
    border: 1px solid #a5a5bf!important;
    color: #fff
}

.btn-muted.active,
.btn-muted:active,
.btn-muted:focus,
.btn-muted:hover {
    background-color: #a5a5bf!important;
    color: muted!important
}

.btn-outline-muted {
    background-color: transparent!important;
    border: 1px solid #a5a5bf!important;
    color: #186faf!important
}

.btn-outline-muted.active,
.btn-outline-muted:active,
.btn-outline-muted:focus,
.btn-outline-muted:hover {
    background-color: #186faf!important;
    color: #fff!important
}

.badge-lg {
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 500
}

.bg-soft-primary {
    background-color: #e7e5ff;
    color: #186faf
}

.bg-soft-secondary {
    background-color: #b2b7bc;
    color: #6c757d
}

.bg-soft-success {
    background-color: #7bf0b7;
    color: #18ce76
}

.bg-soft-info {
    background-color: #bde8f4;
    color: #4bc1e2
}

.bg-soft-warning {
    background-color: #fddd8d;
    color: #fbb70b
}

.bg-soft-danger {
    background-color: #f6b6b6;
    color: #e84040
}

.bg-soft-dark {
    background-color: #6e6a96;
    color: #353348
}

.bg-soft-light {
    background-color: #fff;
    color: #f9f9fd
}

.bg-soft-muted {
    background-color: #f2f2f6;
    color: #a5a5bf
}

.navbar {
    padding: 20px 0;
    transition: all .3s ease-in-out
}

.navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    color: rgba(255, 255, 255, .7);
    padding-right: 26px
}

.navbar .navbar-nav .nav-item .nav-link.active,
.navbar .navbar-nav .nav-item .nav-link:focus,
.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #186faf
}

.navbar .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0!important
}

.navbar .navbar-toggler {
    padding: 0;
    border: none
}

.navbar .navbar-toggler:focus {
    box-shadow: none!important
}

.navbar .navbar-toggler .navbar-toggle-icon {
    color: #fff
}

.navbar .navbar-toggler .navbar-toggle-icon:focus {
    outline: 0
}

.navbar .navbar-brand .logo-light {
    display: inline-block
}

.navbar .navbar-brand .logo-dark {
    display: none
}

.navbar .nav-btn {
    color: #186faf;
    border: 1px solid #ebebeb;
    background-color: #fff!important
}

.nav-sticky {
    padding: 0 0;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: 0 4px 20px rgba(31, 27, 81, .07)
}

.nav-sticky .navbar-nav .nav-item .nav-link {
    color: #a7a9c0
}

.nav-sticky .navbar-nav .nav-item .nav-link.active,
.nav-sticky .navbar-nav .nav-item .nav-link:active,
.nav-sticky .navbar-nav .nav-item .nav-link:focus,
.nav-sticky .navbar-nav .nav-item .nav-link:hover {
    color: #186faf
}

.nav-sticky .navbar-brand .logo-light {
    display: none
}

.nav-sticky .navbar-brand .logo-dark {
    display: inline-block
}

.nav-sticky .nav-btn {
    color: #fff!important;
    border: 1px solid #186faf;
    background-color: #186faf!important
}

.nav-sticky .navbar-toggler {
    padding: 0
}

.nav-sticky .navbar-toggler .navbar-toggle-icon {
    color: #353348
}

.navbar-light {
    padding: 12px 0;
    transition: all .3s ease-in-out
}

.navbar-light .navbar-nav .nav-item .nav-link {
    color: #a7a9c0
}

.navbar-light .navbar-toggler {
    padding: 0
}

.navbar-light .navbar-toggler .navbar-toggle-icon {
    color: #353348
}

.navbar-light .navbar-brand .logo-light {
    display: none
}

.navbar-light .navbar-brand .logo-dark {
    display: inline-block
}

@media (max-width:991px) {
    .navbar {
        padding: 0 0;
        background-color: #fff;
        box-shadow: 0 4px 20px rgba(31, 27, 81, .07)!important
    }
    .navbar .navbar-nav {
        padding: 15px 0
    }
    .navbar .navbar-nav .nav-item .nav-link {
        color: #a7a9c0
    }
    .navbar .navbar-brand .logo-light {
        display: none
    }
    .navbar .navbar-brand .logo-dark {
        display: inline-block
    }
    .navbar .navbar-toggler {
        padding: 0
    }
    .navbar .navbar-toggler .navbar-toggle-icon {
        color: #353348
    }
    .navbar .navbar-toggler:focus {
        outline: 0!important
    }
}

.hero-one-1 {
    padding: 200px 0 0;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto
}

.hero-one-1 .bg-hero-overlay {
    background-image: url(../images/hero-one-1-overlay-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    height: 100%;
    width: 100%
}

.hero-one-1 .hero-title {
    font-size: 50px
}

.hero-one-1 .form-card {
    padding: 20px;
    position: relative;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    z-index: 1
}

.hero-one-1 .form-card form .form-control {
    height: 45px;
    font-size: 13px
}

.hero-one-1 .form-card form .form-control:focus {
    box-shadow: none;
    border-color: #186faf!important
}

.hero-one-1 .form-card form input {
    border: 1px solid #eaebec
}

.hero-one-1 .form-card form label {
    position: absolute;
    top: -13px;
    left: 12px;
    padding: 4px 10px;
    background-color: #fff;
    font-size: 13px;
    color: #b5b5c3
}

.hero-one-2 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

.hero-one-2 .hero-title {
    font-size: 50px
}

.hero-one-3 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 0 420px
}

.hero-one-3 .hero-one-3-content {
    z-index: 1
}

.hero-one-3 .hero-one-3-content .hero-title {
    font-size: 52px
}

.hero-one-3 .carousel-indicators {
    position: absolute!important;
    bottom: -50px!important;
    right: 0!important
}

.hero-one-3 .carousel-indicators li {
    width: 18px!important;
    height: 5px!important;
    border: none;
    background-color: rgba(109, 98, 253, .3)!important;
    transition: all .3s;
    border-radius: 30px
}

.hero-one-3 .carousel-indicators li.active {
    outline: 0;
    background-color: #186faf!important;
    width: 26px!important
}

.hero-one-4 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #23252f;
    height: 100vh
}

.hero-one-4 .hero-one-4-subtitle {
    letter-spacing: 16px
}

.hero-one-4 .clip-text {
    font-size: 48px;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.hero-one-4 .clip-text_one {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.hero-one-5 {
    height: 100vh
}

.hero-one-5 .hero-one-5-overlay {
    background: linear-gradient(90deg, #186faf 5%, #186faf 75%, rgba(255, 255, 255, .1) 50%)
}

.hero-one-5 .hero-one-5-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .55
}

.hero-one-5 .play-box {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 0;
    left: 0;
    text-align: center
}

.hero-one-5 .play-box .video-button {
    height: 68px;
    width: 68px;
    font-size: 30px;
    line-height: 68px;
    border-radius: 50%;
    display: inline-block;
    color: #fff
}

.hero-one-5 .hero-modal .btn-close {
    width: 26px;
    height: 26px;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    opacity: 0;
    transition: all .3s ease-in-out
}

.hero-one-5 .hero-modal video:focus {
    outline: 0
}

.hero-one-5 .hero-modal:hover .btn-close {
    opacity: .5!important
}

.hero-one-6 {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.hero-one-6 .video-section {
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.hero-two-1 {
    padding: 240px 0 170px
}

.hero-two-2 {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.hero-two-2 .hero-two-2-content {
    z-index: 1!important
}

.hero-two-2 .hero-two-2-overlay {
    background-image: url(../images/hero-two-2-overlay.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .85
}

.hero-two-3 {
    padding: 150px 0 130px
}

.hero-two-3 .hero-two-3-content .content-btn:after {
    content: "";
    width: 40px;
    height: 2px;
    background-color: #186faf;
    position: absolute;
    left: -44px;
    top: 50%;
    transform: translateY(-50%)
}

.hero-two-3 .slider-item .slider-img {
    z-index: 1;
    position: relative
}

.hero-two-3 .slider-item:after {
    content: "";
    background-color: #b4b2c8;
    position: absolute;
    top: -30px;
    right: -10px;
    bottom: 80px;
    left: 60px;
    filter: blur(5px)
}

.hero-two-3 .slider-item:before {
    content: "";
    background-color: #d7d6e2;
    position: absolute;
    top: -60px;
    right: -50px;
    bottom: 110px;
    left: 90px;
    filter: blur(5px)
}

.hero-two-4 {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.hero-two-4 .hero-two-4-content .input-group>.form-control:focus {
    z-index: 0!important
}

.hero-two-5 {
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.hero-two-5:after {
    content: "";
    background: linear-gradient(to bottom, #7268fc 0, #b3adff 100%);
    width: 80px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

.hero-two-5 .hero-two-5-overlay {
    background-image: url(../images/hero-two-5-overlay-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.hero-two-6 {
    padding: 180px 0 120px
}

.hero-two-6 .hero-two-6-img {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@media (max-width:576px) {
    .hero-one-1 {
        padding: 150px 0 0
    }
    .hero-one-1 .hero-title {
        font-size: 34px
    }
    .hero-one-2 {
        padding: 100px 0!important
    }
    .hero-one-2 .hero-title {
        font-size: 36px
    }
    .hero-one-3 {
        padding: 150px 0 140px!important
    }
    .hero-one-3 .hero-one-3-content .hero-title {
        font-size: 34px
    }
    .hero-one-4 .clip-text {
        font-size: 40px!important
    }
    .hero-one-5 {
        padding: 90px 0!important
    }
    .hero-one-5 .hero-one-5-overlay {
        background: linear-gradient(90deg, #186faf 5%, #186faf 100%, rgba(255, 255, 255, .1) 50%)
    }
    .hero-one-6 {
        display: block!important;
        padding: 130px 0 70px!important
    }
    .hero-one-6 .video-section {
        width: 100%;
        position: relative!important;
        top: auto;
        bottom: 0;
        transform: translateY(0);
        padding: 50px 15px 0
    }
    .hero-two-3 {
        padding: 140px 0 0
    }
    .hero-two-4 {
        padding: 150px 0 100px!important
    }
    .hero-two-6 {
        padding: 130px 0 70px
    }
}

@media (max-width:768px) {
    .hero-one-3 {
        padding: 150px 0 210px
    }
    .hero-one-4 {
        height: auto;
        padding: 120px 0 120px!important
    }
    .hero-one-4 .clip-text {
        font-size: 36px
    }
    .hero-one-5 {
        height: auto;
        padding: 120px 0 120px
    }
}

@media (max-width:1024px) {
    .hero-one-2 {
        height: auto;
        padding: 120px 0
    }
    .hero-one-4 .hero-one-4-subtitle:after,
    .hero-one-4 .hero-one-4-subtitle:before {
        content: none
    }
    .hero-one-5 {
        height: auto;
        padding: 150px 0
    }
    .hero-one-6 {
        height: auto;
        padding: 160px 0 100px
    }
    .hero-two-4 {
        height: auto;
        padding: 210px 0 170px
    }
    .hero-two-5 {
        height: auto;
        padding: 160px 0 100px
    }
    .hero-two-5:after {
        display: none
    }
}

@media (min-width:769px) and (max-width:1199.98px) {
    .hero-one-3 {
        padding: 160px 0 290px
    }
    .hero-one-4 {
        height: auto;
        padding: 200px 0 180px
    }
    .hero-one-4 .clip-text {
        font-size: 36px
    }
    .hero-one-4 .hero-one-4-subtitle:after,
    .hero-one-4 .hero-one-4-subtitle:before {
        content: none
    }
}

.form-control {
    font-size: 14px;
    height: 45px;
    border: 1px solid #eaebec!important
}

.form-control:focus {
    box-shadow: none;
    border-color: #186faf!important
}

textarea {
    height: auto!important
}

::placeholder {
    color: #b5b5c3!important;
    font-weight: 300!important
}

.alert {
    padding: .75rem
}

.service-layout-1 {
    padding: 160px 0 100px
}

.service-box-one {
    transition: all .5s
}

.service-box-one .service-icon {
    color: #186faf
}

.service-box-one a {
    color: #186faf!important
}

.service-box-one .service-title {
    color: #353348;
    font-size: 18px;
    font-weight: 600
}

.service-box-one .service-subtitle {
    color: #a5a5bf
}

.service-box-one.active,
.service-box-one:hover {
    box-shadow: 3px 4px 12px rgba(31, 27, 81, .06);
    background-color: #186faf;
    transform: translateY(-.5rem)
}

.service-box-one.active .service-icon,
.service-box-one.active .service-title,
.service-box-one.active a,
.service-box-one:hover .service-icon,
.service-box-one:hover .service-title,
.service-box-one:hover a {
    color: #fff!important;
    fill: rgba(255, 255, 255, .14)
}

.service-box-one.active .service-subtitle,
.service-box-one:hover .service-subtitle {
    color: rgba(255, 255, 255, .6)
}

.service-box-two {
    position: relative;
    overflow: hidden;
    border: 1px solid #f6f6f6;
    transition: all .5s ease-in-out
}

.service-box-two:after {
    content: "";
    width: 50px;
    height: 50px;
    background-color: rgba(109, 98, 253, .08);
    position: absolute;
    top: -20px;
    left: -20px;
    border-radius: 50%;
    transition: all .5s ease-in-out
}

.service-box-two .icon-box {
    background-color: #fff;
    width: 72px;
    height: 72px;
    line-height: 72px;
    transition: all .8s ease-in-out;
    border-radius: 50%
}

.service-box-two .icon-box .service-icon {
    color: #186faf;
    display: inline-block
}

.service-box-two.active,
.service-box-two:hover {
    border: 1px solid rgba(109, 98, 253, .03)
}

.service-box-two.active:after,
.service-box-two:hover:after {
    background-color: rgba(109, 98, 253, .03);
    width: 100%;
    height: 100%;
    border-radius: 0;
    top: 0;
    left: 0
}

.service-box-two.active .icon-box,
.service-box-two:hover .icon-box {
    background-color: rgba(109, 98, 253, .06)
}

.user-box {
    position: absolute;
    right: -110px;
    bottom: 30px
}

.feature-two-content .icon-box {
    width: 62px;
    height: 62px;
    line-height: 62px;
    background-color: rgba(109, 98, 253, .05)
}

#style-switcher {
    transition: all .4s;
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 4px 12px rgba(31, 27, 81, .07);
    left: -189px;
    position: fixed;
    top: 17%;
    width: 189px;
    z-index: 9999;
    padding: 10px 5px
}

#style-switcher div {
    padding: 5px 10px
}

#style-switcher div h3 {
    color: #353348;
    font-size: 16px;
    margin: 0 3px 12px
}

#style-switcher .bottom {
    background: none repeat scroll 0 0 #fff;
    color: #252525;
    padding: 0
}

#style-switcher .bottom a.settings {
    background: none repeat scroll 0 0 #353348;
    box-shadow: 0 4px 12px rgba(31, 27, 81, .07);
    display: block;
    height: 45px;
    position: absolute;
    right: -45px;
    top: 0;
    width: 45px;
    padding: 10px
}

ul.pattern {
    list-style: none outside none;
    margin: 0 0 0;
    overflow: hidden;
    padding: 0;
    border-radius: 0
}

ul.pattern li {
    float: left;
    margin: 2px
}

ul.pattern li a {
    cursor: pointer;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 30px;
    margin: 5px
}

ul.pattern .color1 {
    background-color: #186faf
}

ul.pattern .color2 {
    background-color: #18ce76
}

ul.pattern .color3 {
    background-color: #fbb70b
}

ul.pattern .color4 {
    background-color: #e84040
}

ul.pattern .color5 {
    background-color: #4bc1e2
}

ul.pattern .color6 {
    background-color: #cebca4
}

@media only screen and (max-width:479px) {
    #style-switcher {
        display: none
    }
    .testi-desc p {
        max-width: 230px;
        margin: 0 auto
    }
}

.client-slider-one .client-box {
    padding: 20px
}

.tns-outer {
    position: relative
}

.tns-outer .tns-nav {
    text-align: center;
    margin-top: 25px
}

.tns-outer .tns-nav button {
    width: 14px!important;
    height: 5px!important;
    border: none;
    background-color: rgba(109, 98, 253, .2)!important;
    padding: 0;
    margin: 0 4px;
    transition: all .3s;
    border-radius: 30px
}

.tns-outer .tns-nav button.active,
.tns-outer .tns-nav button:active,
.tns-outer .tns-nav button:focus,
.tns-outer .tns-nav button:hover {
    outline: 0;
    background-color: #186faf!important
}

.tns-outer .tns-nav button.tns-nav-active {
    background-color: #186faf!important;
    width: 22px!important
}

@media (max-width:768px) {
    .client-slider-one .client-box {
        text-align: center
    }
    .client-slider-one .client-box .name-box {
        border-right: none!important
    }
}

.client-slider-two .user-img {
    max-width: 100px
}

.tns-outer {
    position: relative
}

.tns-outer .tns-nav {
    text-align: center
}

.tns-outer .tns-nav button {
    width: 14px!important;
    height: 5px!important;
    border: none;
    background-color: rgba(109, 98, 253, .2)!important;
    padding: 0;
    margin: 0 4px;
    transition: all .3s;
    border-radius: 30px
}

.tns-outer .tns-nav button.active,
.tns-outer .tns-nav button:active,
.tns-outer .tns-nav button:focus,
.tns-outer .tns-nav button:hover {
    outline: 0;
    background-color: #186faf!important
}

.tns-outer .tns-nav button.tns-nav-active {
    background-color: #186faf!important;
    width: 22px!important
}

@media (max-width:768px) {
    .client-slider-two .client-box {
        text-align: center
    }
    .client-slider-two .client-box .name-box {
        border-right: none!important
    }
}

.hero-two-3 .tns-outer {
    z-index: 1;
    margin-top: 100px
}

.accordion .accordion-item .accordion-header .accordion-button:after {
    background-image: none
}

.accordion .accordion-item .accordion-header .accordion-button:before {
    content: "â”€";
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    color: #186faf
}

.accordion .accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none
}

.accordion .accordion-item .accordion-header .accordion-button.collapsed:before {
    content: "âœ›";
    margin-right: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px
}

.accordion .accordion-item .accordion-collapse .accordion-body {
    position: relative;
    margin-left: 70px;
    padding: 24px 16px
}

.accordion .accordion-item .accordion-collapse .accordion-body:before {
    content: "";
    width: 2px;
    height: 40px;
    background-color: #186faf;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

.faq-img .faq-ask {
    letter-spacing: 2px;
    position: absolute;
    right: -110px;
    bottom: 110px;
    transform: rotate(90deg)
}

.add-line {
    display: none
}

@media (max-width:576px) {
    .faq-img .faq-ask {
        letter-spacing: 2px;
        position: absolute;
        right: -50px;
        bottom: 110px;
        transform: rotate(90deg)
    }
}

@media (max-width:975px) {
    .add-line {
        display: inline
    }
}

.price-box .price-title {
    font-size: 36px
}

.pricing-bg:before {
    content: "";
    width: 100%;
    background-color: #f9f9fd;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 50%;
    left: 0
}

.brand-section {
    padding: 0 0 120px
}

.brand-section .brand-logo {
    opacity: .65;
    transition: all .3s ease-in-out
}

.brand-section .brand-logo:hover {
    opacity: 1
}

@media (max-width:768px) {
    .brand-section {
        padding: 0 0 80px!important
    }
}

.footer {
    color: rgba(255, 255, 255, .8);
    padding: 60px 0 30px
}

.footer .footer-list li a {
    color: rgba(255, 255, 255, .4);
    padding-bottom: 10px;
    display: inline-block
}

.footer .footer-list li:hover a {
    color: #fff
}

.footer-alt {
    border-top: 1px solid rgba(255, 255, 255, .08);
    padding: 20px 0;
    color: rgba(255, 255, 255, .8);
    font-weight: 400
}

.footer-alt .footer-alt-list li a {
    color: rgba(255, 255, 255, .4);
    margin-right: 15px
}

.footer-alt .footer-alt-list li:hover a {
    color: #fff
}

#portfolio-cover .card {
    border: none;
    background-color: transparent
}

.hero-detail {
    font-family: Sarabun, sans-serif;
    font-weight: 400;
    font-size: 28px;
    letter-spacing: 1px;
    line-height: 1.4
}

.section-detail {
    font-family: Sarabun, sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    color: black;
}

.service-detail {
    font-size: 16px;
    font-family: Sarabun, sans-serif;
    font-weight: 400
}

.step-number {
    color: #186faf;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    font-weight: 700
}

.step-topic {
    font-size: 18px;
    font-weight: 600
}

.step-detail {
    font-size: 16px;
    font-family: Sarabun, sans-serif;
    font-weight: 400;
    color: #a5a5bf
}

.product-detail {
    font-size: 14px;
    font-family: Sarabun, sans-serif;
    font-weight: 400
}

.header-feature {
    font-size: 18px;
    font-weight: 600
}

.detail-feature {
    font-size: 14px;
    font-family: Sarabun, sans-serif;
    font-weight: 400;
    list-style-type: circle
}

.btn-demo {
    border: 3px solid #186faf!important;
    font-size: 18px;
    font-weight: 500
}

.btn-buy {
    font-size: 18px;
    font-weight: 500
}

.header-port {
    font-size: 18px
}

.detail-port {
    font-size: 16px;
    font-family: Sarabun, sans-serif;
    font-weight: 400
}

.box-white {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 30px;
    background-color: #fff
}

.client-img {
    width: 150px;
    height: 60px;
    margin: 0 auto
}

.bg-gray {
    background-color: #f6f6fb
}

.container-product {
    position: relative
}

.btn-control {
    width: 100px;
    padding: 5px 8px;
    font-size: 14px
}

#customize-controls button>img,
#customize-controls button>span {
    vertical-align: middle
}

.container-product #customize-controls {
    vertical-align: middle
}

.footer-header {
    font-size: 24px;
    font-weight: 400
}

.company-addr {
    font-size: 16px;
    font-family: Sarabun, sans-serif;
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../fonts/fa-solid-900.eot);
    src: url(../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.far {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400
}

.fa-code:before {
    content: "\f121"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-wallet:before {
    content: "\f555";
}

.sale-price {
    letter-spacing: 1px;
    font-size: 20px;
    color: #0d6efd;
    text-shadow: #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px, #fff 0px 0px 2px;
    -webkit-font-smoothing: antialiased;
}

.full-price-number {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color: red;
    color: #ff0000;
}

.hr-kmc {
    border-top: 4px solid #FFCC00;
    opacity: 1;
}

.elementor-cta {
    overflow: hidden;
    position: relative;
    transition: .5s;
}

.elementor-cta__bg-wrapper {
    z-index: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .4s;
    width: 100%;
}

.elementor-cta__content {
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-content: center;
    padding: 35px;
    width: 100%;
    min-height: 280px;
    position: relative;
    transition: .5s;
    color: #fff;
    text-align: center;
}

.elementor-cta__bg,
.elementor-cta__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .4s;
}

.elementor-cta__bg {
    background-size: cover;
    background-position: 50%;
    z-index: 1;
}

.elementor-bg-transform .elementor-bg {
    will-change: transform;
}

.elementor-cta .elementor-cta__bg {
    transition-duration: 1500ms;
}

.elementor-cta__bg-overlay {
    z-index: 2;
}

.elementor-cta .elementor-cta__bg-overlay {
    transition-duration: 1500ms;
}

.dropdown-toggle::after {
    content: none;
}