@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.ttf');
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../fonts/Helvetica-Bold.ttf');
}

body {
    font-family: 'Helvetica';
}

body.not-scroll {
    overflow: hidden;
}

a {
    cursor: pointer;
}

.text-center {
    text-align: center;
}

.cover {
    float: left;
    width: 100%;
    position: relative;
}

.margin-0 {
    margin-left: 0;
    margin-right: 0;
}

.padding-0 {
    padding-left: 0;
    padding-right: 0;
}

/* sticky header */
.header {
    padding: 20px 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0 8px 6px -6px rgb(0 0 0 / 31%);
    -moz-box-shadow: 0 8px 6px -6px rgb(0 0 0 / 31%);
    box-shadow: 0 8px 6px -6px rgb(0 0 0 / 31%);
}

.burgermenu-modal {
    display: none;
}

.content {
    padding: 0;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.sticky+.content {
    padding-top: 102px;
}

.section-content {
    margin-top: 35px;
    padding-top: 35px;
    padding-bottom: 35px;
}

.bg-title {
    background: url(../img/bg-title.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.section-title {
    font-family: 'Helvetica-Bold';
    font-size: 40px;
    color: #000000;
    position: relative;
}

.line-center {
    background: url(../img/Line2.svg);
    /* background-size: 100%; */
    background-position: center;
    background-repeat: repeat-x;
}

.bg-white {
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    background: #FFFFFF;
}

.img-title-m {
    display: none;
}

.img-title {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 65%;
}

.p-content {
    font-family: 'Helvetica';
    font-size: 16px;
    color: #000000;
    margin: 50px 0;
}

.menu-btn {
    display: none;
}

.main-menu {
    float: right;
    display: flex;
    list-style: none;
    margin-bottom: 0;
}

.main-menu li a {
    display: block;
    padding: 5px 20px;
    font-family: 'Helvetica';
    font-size: 20px;
    color: #666666;
}

.main-menu li.active a {
    font-weight: bold;
    color: #000000;
}

/* Banner */
.tagline-banner {
    position: absolute;
    width: 43%;
    height: 100%;
    background: url(../img/bg-tagline.jpg);
    background-size: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 4px 2px 6px rgb(0 0 0 / 31%);
    padding: 150px 100px;
}

.tagline-banner h2 {
    font-family: 'Helvetica-Bold';
    font-size: 40px;
    color: #000000;
    margin-bottom: 24px;
}

.tagline-banner p {
    font-family: 'Helvetica';
    font-size: 20px;
    color: #000000;
    margin-bottom: 30px;
}

.button-wrap {
    max-width: 334px;
}

.margin-center{
    margin: auto;
}

.blue-btn {
    display: block;
    padding: 10px;
    font-family: 'Helvetica-Bold';
    font-size: 28px;
    color: #FFFFFF;
    text-align: center;
    background: #1A283D;
    border-radius: 20px;
}

.button-wrap p {
    font-family: 'Helvetica';
    font-size: 15px;
    font-style: italic;
    color: #000000;
    margin-bottom: 10px;
}

.blue-btn:hover,
.blue-btn:focus {
    color: #FFFFFF;
    background: #273b58;
    text-decoration: none;
}

.bg-why1 {
    background: url(../img/why-bg1.svg);
}

.bg-why2 {
    background: url(../img/why-bg2.svg);
}

.bg-why3 {
    background: url(../img/why-bg3.svg);
}

.bg-why4 {
    background: url(../img/why-bg4.svg);
}

.why-wrap {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding-top: 30px;
    padding-bottom: 35px;
    margin: 20px 0;
}

.img-why {
    float: right;
}

.why-desc {
    padding: 60px 0 30px 0;
    width: 50%;
}

.why-desc h4 {
    font-family: 'Helvetica-Bold';
    font-size: 30px;
    color: #000000;
    margin-bottom: 25px;
}

.profit-wrap {
    margin: 30px 0;
}

.profit-wrap h4 {
    margin-top: 15px;
    font-family: 'Helvetica-Bold';
    font-size: 15px;
    color: #132E36;
}

.profit-wrap p {
    font-family: 'Helvetica';
    font-size: 13px;
    color: #000000;
}

.line {
    margin: 60px 0;
}

/* portfolio */
.portfolio-wrap {
    padding: 60px 0;
}

.portfolio-title {
    padding-top: 20%;
    font-family: 'Helvetica-Bold';
    font-size: 40px;
    color: #000000;
    position: relative;
}

/* Themes */
.themes-wrap {
    margin: 50px 0;
}

.themes-wrap img {
    max-width: 363px;
    width: 100%;
}

.themes-wrap h4 {
    margin-top: 37px;
    font-family: 'Helvetica-Bold';
    font-size: 30px;
    color: #000000;
}

.themes-wrap a {
    display: inline-block;
    padding: 8px 40px;
    font-family: 'Helvetica-Bold';
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    background: #1A283D;
    border-radius: 20px;
}

.themes-wrap a:hover,
.themes-wrap a:focus {
    color: #FFFFFF;
    background: #273b58;
    text-decoration: none;
}

/* Footer Wrapper */
.footer-wrapper {
    float: left;
    width: 100%;
}

.footer-menu {
    padding: 50px 0;
}

.footer-copyright {
    padding: 50px 0;
    background: #1B293D;
}

.fmenu-wrap {
    list-style: none;
    padding-left: 0;
}

.fmenu-wrap li a {
    display: block;
    padding: 7.5px 0;
    font-family: 'Helvetica';
    font-size: 15px;
    color: #132E36;
}

.fmenu-wrap li a:hover,
.fmenu-wrap li a:focus {
    font-weight: bold;
    text-decoration: none;
}

.fcontact-wrap {
    max-width: 450px;
    width: 100%;
    margin-top: 40px;
}

.fcontact-wrap p {
    font-family: 'Helvetica-Bold';
    font-size: 15px;
    color: #132E36;
}

.contact-box {
    position: relative;
    width: 100%;
}

.contact-box input {
    font-family: 'Helvetica';
    font-style: italic;
    font-size: 15px;
    padding: 10px 13px;
    width: 100%;
    border: 1px solid #1B293D;
    border-radius: 10px;
}

.contact-box button {
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Helvetica';
    font-size: 15px;
    color: #FFFFFF;
    padding: 10px 20px;
    height: 44px;
    border: 1px solid #1B293D;
    background: #1B293D;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
}

.contact-box button:hover,
.contact-box button:focus {
    background: #20324b;
    outline: none;
}

.app-wrap {
    margin-top: 180px;
    text-align: right;
}

.socmed-wrap {
    text-align: right;
    margin: 10px 0;
}

.socmed-wrap a {
    display: inline-block;
    padding: 10px;
    font-family: 'Helvetica';
    font-size: 12px;
    color: #132E36;
}

.socmed-wrap a img {
    vertical-align: middle;
    margin-right: 5px;
}

.socmed-wrap a:hover,
.socmed-wrap a:focus {
    font-weight: bold;
    color: #132E36;
    text-decoration: none;
}

.footer-copyright {
    font-family: 'Helvetica';
    font-size: 16px;
    color: #FFFFFF;
}

.footer-copyright img {
    margin-right: 5px;
}

.footer-copyright p {
    padding: 10px 0;
    margin: 0;
    font-family: 'Helvetica';
    font-size: 16px;
    color: #FFFFFF;
}

.footer-word {
    padding: 5px 0;
}

.line-left {
    border-left: 1px solid #FFFFFF;
}

.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot:hover {
    background: #6F6F6F;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}

.owl-carousel .owl-dots .owl-dot {
    background: #D8D5D5;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    border-radius: 50%;
    transform: translate3d(0px, -50%, 0px) scale(0.5);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

.slider-img{
    width: 100% !important;
    height: 100% !important;
}

.notif-error {
    display: block;
    padding-top: 5px;
    font-family: 'Helvetica';
    font-size: 12px;
    color: #e40606;
}

/* whatsapp sticky */
.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    right: 15px;
}

.my-float {
    margin-top: 16px;
}

.line-vertical{
    display: inline-block;
    border-left: 1px solid #000000;
    width: 1px;
    height: 100%;
    margin: 0 10px;
    vertical-align: middle;
}

@media all and (max-width: 1375px) {
    .tagline-banner {
        padding: 90px 50px;
    }
}

@media all and (max-width: 1100px) {
    .img-title {
        width: 50%;
    }

    .tagline-banner {
        padding: 50px;
    }

    .tagline-banner h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .tagline-banner p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .button-wrap {
        max-width: 170px;
    }

    .button-wrap p {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .blue-btn {
        padding: 10px;
        font-size: 14px;
    }
}

@media all and (max-width: 900px) {
    .tablet-center {
        text-align: center;
    }

    .portfolio-title {
        font-size: 30px;
    }

    .tagline-banner {
        padding: 25px;
    }
}

@media all and (max-width: 600px) {

    .menu-btn,
    .menu-btn:focus {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 10px;
        background: none;
        border: none;
        outline: none;
        padding: 0;
    }

    .close-modal,
    .close-modal:focus {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        border: none;
        outline: none;
    }

    .shadow-modal {
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        z-index: 99;
        box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
        border-radius: 5px;
        background-color: rgba(255, 255, 255, .15);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
    }

    .burgermenu-modal {
        position: fixed;
        top: 0;
        left: 0;
        margin-left: -500px;
        width: 90%;
        height: 100%;
        background: #FFFFFF;
        z-index: 999;
        box-shadow: 4px 2px 6px rgb(0 0 0 / 31%);
    }

    .burgermenu-header {
        padding: 60px 0;
    }

    .burgermain-menu {
        list-style: none;
        padding-left: 0;
    }

    .burgermain-menu li a {
        display: block;
        padding: 10px 30px;
        font-family: 'Helvetica';
        font-size: 15px;
        color: #132E36;
    }

    .burgermain-menu li a:hover,
    .burgermain-menu li a:focus {
        font-weight: bold;
        text-decoration: none;
        background: #F3F4F5;
    }

    .burgermain-menu li.active a {
        background: #F3F4F5;
    }

    .burgermenu-footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .burgermenu-socmed {
        padding: 15px 30px;
    }

    .burgermenu-socmed a {
        display: block;
        padding: 10px 0;
        font-family: 'Helvetica';
        font-size: 10px;
        color: #132E36;
    }

    .burgermenu-socmed a img {
        vertical-align: middle;
        margin-right: 5px;
    }

    .burgermenu-socmed a:hover,
    .burgermenu-socmed a:focus {
        font-weight: bold;
        color: #132E36;
        text-decoration: none;
    }

    .burgermenu-copyright {
        padding: 15px 30px;
        background: #1B293D;
    }

    .burgermenu-copyright p {
        margin: 5px 0;
        font-family: 'Helvetica';
        font-size: 10px;
        color: #FFFFFF;
    }

    .logo {
        width: 90px;
        height: 23px;
    }

    .mainmenu-wrap {
        display: none;
    }

    .section-title {
        font-size: 20px;
        text-align: center;
        margin-bottom: 30px;
    }

    .section-title span {
        display: block;
    }

    .section-title span.bg-white {
        display: inline-block;
    }

    .img-title {
        display: none;
    }

    .img-title-m {
        display: inline-block;
        margin-top: 10px;
        width: 95px;
    }

    .tagline-banner {
        position: relative;
        width: 100%;
        height: auto;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        padding: 65px 50px 30px
    }

    .why-wrap {
        background-position: top;
        padding-top: 0;
        padding-bottom: 10px;
        margin: 40px 0;
        text-align: center;
    }

    .img-why {
        float: none;
        width: 153px;
        margin-top: -45px;
    }

    .why-desc {
        padding: 60px 0 30px 0;
        width: 100%;
    }

    .why-desc h4 {
        font-size: 14pt;
    }

    .tablet-center {
        text-align: left;
    }

    .why-desc p {
        font-size: 12pt;
    }

    /* portfolio */
    .portfolio-wrap {
        padding: 20px 0;
    }

    .portfolio-title {
        padding-top: 20px;
        font-size: 20pt;
    }

    .owl-carousel{
        margin-bottom: 30px;
    }

    /* footer */
    .footer-menu {
        padding: 30px 0;
    }

    .fmenu-wrap {
        display: flex;
        margin-bottom: 10px;
    }

    .fmenu-wrap li {
        text-align: center;
        width: 25%;
    }

    .fmenu-wrap li a {
        font-size: 12px;
        padding: 7.5px 1px;
    }

    .fcontact-wrap {
        margin-top: 10px;
    }

    .fcontact-wrap p {
        font-size: 12px;
    }

    .app-wrap {
        margin-top: 20px;
    }

    .text-m-center {
        text-align: center;
    }

    .footer-copyright {
        padding: 30px 30px;
        font-size: 14px;
    }

    .footer-copyright p {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

/* swal css */
.swal-footer {
    text-align: center;
}

.swal-button--confirm {
    background: #1B293D;
}

.swal-button--confirm:not([disabled]):hover {
    background: #25354b;
}