@font-face {
    font-family: 'Roleway-Thin';
    src: url('./../fonts/Raleway-Thin.ttf');
}
@font-face {
    font-family: 'Roleway-Regular';
    src: url('./../fonts/Raleway-Regular.ttf');
}
@font-face {
    font-family: 'Roleway-Bold';
    src: url('./../fonts/Raleway-Bold.ttf');
}
@font-face {
    font-family: 'Roleway-BoldItalic';
    src: url('./../fonts/Raleway-BoldItalic.ttf');
}
@font-face {
    font-family: 'Roleway-ExtraBold';
    src: url('./../fonts/Raleway-ExtraBold.ttf');
}
html{
    scroll-behavior: smooth;
}
body{
    padding-top: 60px;
    scroll-padding-bottom: 160px;
    scroll-snap-type: y mandatory;
    position: relative;
    font-family: Roleway-Regular, sans-serif;
    color: gray;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    min-height: 60px;
    z-index: 1;
    background-color: #fff;
    justify-content: center;
    display: flex;
}
.box-container{
    width: 1024px;
}
#header-container{
    display: flex;
    justify-content: space-between;
    width: 1024px;
    height: 60px;
}
#header-logo{
    position: relative;
}
#header-logo img{
    width: 100px;
    position: absolute;
    top: 10px;
    z-index: 1;
}
nav{
    display: flex;
    align-items: center;
}
nav a{
    font-size: 13px;
    font-family: Roleway-Regular, sans-serif;
    padding: 0 20px;
    text-decoration: none;
    color: #004fc1;
}
.nav-separator{
    width: 1px;
    height: 16px;
    background-color: #004fc1;
}
#top{
    position: relative;
    overflow: hidden;
}
#top-background{
    max-width: 100%;
}
#top-ornament{
    position: absolute;
    left: 30px;
    width: 130px;
    bottom: 13px;
}
#top-triangle,
#services-bottom-triangle{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 104%;
}
#services-top-triangle{
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 104%;
}
#about-ornament{
    position: absolute;
    top: 25px;
    right: 0;
    width: 205px;
}
/*#about-triangle{*/
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*height: 60px;*/
    /*width: 104%;*/
/*}*/
#about-us,
#services{
    overflow: hidden;
    display: flex;
    justify-content: center;

}
#academy{
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
}
#clients{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}
#about-us .box-container,
#services .box-container{
    position: relative;
}

#contact{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 4rem 2rem;
}
#contact .section-title h6{
    margin-top: 0;
}
#contact .rrss{
    display: flex;
    margin-top: 4rem;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
#contact .rrss a img{
    transition: all .2s linear;
}
#contact .rrss a:hover > img{
    opacity: .6;
}
#about-us .box-container h2{
    font-family: Roleway-ExtraBold, sans-serif;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #004fc1;
}
.section-title{
    display: flex;
    justify-content: center;
}
.section-title h6{
    font-family: Roleway-Thin, sans-serif;
    font-size: 17px;
    letter-spacing: 4px;
    margin: 33px 0;
    color: #004fc1;
}
#about-content-box{
    display: flex;
    align-items: center;
    justify-content: center;
}
#about-img{
    width: 45%;
}
#about-text{
    width: 55%;
}
#about-img img{
    width: 83%;
}
#about-text h1{
    font-family: Roleway-ExtraBold, sans-serif;
    font-size: 40px;
    color: #e82e8b;
    margin: 0px 0;
}
#about-text p{
    font-family: Roleway-Regular, sans-serif;
    width: 80%;
    line-height: 26px;
    margin-top: 9px;
}
#about-text p strong{
    font-family: Roleway-ExtraBold, sans-serif;
}
#services{
    background-color: #409bff;
    position: relative;
    padding-top: 95px;
    padding-bottom: 140px;
}
#services .section-title h6{
    color: white;
}
.services-box{
    background-color: #fff;
    height: fit-content;
    position: relative;
    padding-bottom: 50px;
}
#services-top-ornament{
    width: 140px;
    position: absolute;
    top: -50px;
    left: -100px;
}
#services-container-top{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5rem;
}
#services-container-top .column{
    flex-basis: 50%;
}
.services-image-box{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
}
#service-icon-1{
    top: -42px;
}
#service-icon-2{
    top: -62px;
}
.services-image-box img{
    width: 70px;
}
.services-box h5{
    display: flex;
    justify-content: center;
    padding-top: 4rem;
    color: #e82e8b;
    font-family: Roleway-ExtraBold, sans-serif;
    font-size: 26px;
    margin-bottom: 0;
}
.service-box-subtitle{
    margin-top: 0;
    text-align: center;
    font-family: Roleway-Bold, sans-serif;
    font-size: 14px;
    color: #444;
}
.service-box-content{
    padding: 0 45px;
}
.services-box .service-box-content:nth-child(2){
    margin-top: 30px;
}
.service-box-title{
    display: flex;
    justify-content: center;
}
.service-box-title h6{
    background-color: #fff;
    font-family: Roleway-Bold, sans-serif;
    color: #88A2FF;
    font-size: 15px;
    margin: 0;
    padding: 0 3px;
    text-align: center;
    color: #409bff;
}
.service-box-content p{
    text-align: center;
    font-family: Roleway-Regular, sans-serif;
    font-size: 15px;
    line-height: 18px;
    margin-top: 0;
}
#service-icon-3{
    top: -47px;
}
#services-container-bottom{
    display: flex;
    justify-content: center;
    margin-top: 120px;
}
#academy-top-ornament{
    position: absolute;
    top: -78px;
    width: 130px;
    right: -95px;
    z-index: 1;
}
#academy-top-ornament-mobile{
    width: 166px;
}
#academy-top-ornament-mobile-box{
    display: none;
}
#academy .box-container{
    position: relative;
}
#academy-top{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4rem;
}
#academy-top img{
   width: 150px;
}
#academy-text p{
    font-family: Roleway-Regular, sans-serif;
    font-size: 20px;
    line-height: 25px;
}
#academy-button-box{
    text-align: center;
    margin-top: 60px;
}
#academy-button-box a{
    border: 0;
    font-family: Roleway-Regular, sans-serif;
    letter-spacing: 3px;
    background-color: #004fc1;
    color: #fff;
    border-radius: 50px;
    padding: 7px 13px;
    font-size: 15px;
    text-decoration: none;
    transition: all .2s linear;
}
#academy-button-box:hover a{
    background-color: #e82e8b;
}
#academy-content{
    margin: 0 auto;
    margin-top: 0px;
}
#clients{
    background-color: #409bff;
}
#clients .section-title h6{
    color: white;
}
.client-slide-quote{
    width: 70px;
    padding: 0 30px;
    margin-top: 31px;
    position: absolute;
    z-index: 9;
}
.client-slide-quote.left{
    top: 25%;
    left: 12%;
}
.client-slide-quote.right{
    top: 25%;
    right: 12%;
}
.client-slide-text{
    font-family: Roleway-Regular, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
    color: white;
}
.client-slide-text strong{
    font-family: Roleway-ExtraBold, sans-serif;
    display: block;
    margin-bottom: .5rem;
    line-height: 1;
}
.client-slide-author{
    text-align: right;
    font-family: Roleway-ExtraBold, sans-serif;
    font-size: 17px;
    letter-spacing: 1px;
    color: white;
}
.client-slide-content{
    display: flex;
    align-items: flex-start;
    position: relative;
}
#clients-slider{
    margin-top: 25px;
    position: relative;
}
#clients-slide-right-arrow{
    right: -50px;
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#clients-slide-right-arrow img,
#clients-slide-left-arrow img{
    width: 25px;
    filter: invert(1) brightness(5);
}
#clients-slide-left-arrow{
    left: -50px;
    position: absolute;
    top: 0;
    height: 100%;
    align-items: center;
    display: flex;
    cursor: pointer;
}
.hide{
    display: none;
}
#clients-logos-container{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.client-logo-box img{
    width: 100%;
    /*filter: grayscale(100%);*/
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: .5;
}
.client-logo-box{
    width: 90px;
}
.client-logo-box img:hover{
    filter: grayscale(0%);
}
.client-logo-box{
    padding: 0 7px;
}
/* #contact-form-container{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.contact-form-field-box{
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}
.contact-form-label-box label{
    font-family: Roleway-Regular, sans-serif;
    letter-spacing: 6px;
    font-size: 16px;
    text-align: right;
    color: #004fc1;
}
.contact-form-input-box input{
    border: 0;
    background-color: #409bff;
    color: white;
    border-radius: 50px;
    padding: 7px 0px;
    width: 100%;
    text-indent: 15px;
    font-family: Roleway-Regular, sans-serif;
    font-size: 15px;
}
.contact-form-input-box textarea{
    border: 0;
    background-color: #409bff;
    color: white;
    border-radius: 20px;
    width: 100%;
    min-width: 100%;
    min-height: 150px;
    max-width: 100%;
    max-height: 150px;
    text-indent: 15px;
    padding: 15px 0;
    font-family: Roleway-Regular, sans-serif;
    font-size: 15px;
}
.contact-form-label-box{
    width: 165px;
    display: flex;
    justify-content: flex-end;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus{
    outline: none;
}
.contact-form-input-box{
    padding-left: 10px;
}
.contact-form-input-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
#contact-social img{
    width: 40px;
    margin-right: 15px;
}
#contact-social{
    margin-left: 13px;
}
#contact-form button[type=submit]{
    border: 0;
    font-family: Roleway-Regular, sans-serif;
    letter-spacing: 6px;
    font-size: 14px;
    background-color: #ff83c7;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 8px 24px;
	color: white;
	cursor: pointer;
}
#contact-form{
    width: 68%;
} */
#contact{
    padding-bottom: 100px;
}
#contact h2{
    color: #e82e8b;
    font-family: Roleway-Bold, sans-serif;
}
#mobile-button-nav{
    width: 100%;
    padding: 10px 0px;
}
#mobile-button{
    background-color: #409bff;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
}
.mobile-button-bar{
    width: 75%;
    height: 5px;
    border-radius: 50px;
    background: #fff;
    margin: 2px 0;
}
#mobile-button-nav{
    display: none;
}
.service-box-expand{
    width: 100%;
    justify-content: center;
    padding: 10px 0;
    display: none;
}
.service-box-expand button{
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
.service-box-expand img{
    width: 30px;
}
.swal2-container{
    font-family: Roleway-Regular, sans-serif;
}
#go-top{
    position: absolute;
    bottom: 30px;
    right: 40px;
    cursor: pointer;
}
#go-top img{
    width: 75px;
}


/* NEWER STYLES */
a.blue{
    border: 0;
    font-family: Roleway-Regular, sans-serif;
    letter-spacing: 3px;
    background-color: #004fc1;
    color: #fff;
    border-radius: 50px;
    padding: 7px 13px;
    font-size: 15px;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    width: fit-content;
}

.service-box-electronic a.blue{
    margin-top: 2rem;
    transition: all .2s linear;
}
.service-box-electronic a.blue:hover{
    background-color: #e82e8b;
}
.client-slide-content{
    height: 250px;
    display: flex;
    align-items: center;
}
.client-slide-content-box {
    padding: 1rem 3rem;
    background: #fff;
    border-radius: 40px;
    text-align: center;
    position: relative;
    width: 50%;
    margin: 0 auto;
}
.client-slide-content-box::before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    bottom: -20px;
    left: 20%;
}
.client-slide-content-box .stars{
    position: absolute;
    top: -20px;
    left: 35%;
    right: 45%;
    margin: 0 auto;
    background-color: #d7e51c;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    z-index: 2;
    color: white;
    font-weight: bold;
    line-height: 1;
    width: fit-content;
    font-size: 2rem;
}
.client-slide-text{
    color: #004fc1;
}
.client-slide-author{
    color: #fff;
    text-align: center;
}
.client-slide-author img{
    margin: 3rem auto 2rem auto;
}
.client-slide-author span{
    text-transform: uppercase;
    letter-spacing: 5px;
    display: block;
}



















@media screen and (max-width: 1024px){
    #header-container{
        width: 95%;
    }
    .box-container{
        padding: 0 40px;
    }
    #top-ornament{
        display: none;
    }
    #about-ornament{
        width: 105px;
        top: 0;
        right: 10px;
    }
    #about-us .box-container h2{
        text-align: center;
        font-size: 32px;
        line-height: 35px;
    }
}
@media screen and (max-width: 768px){
    body{
        overflow-x: hidden;
    }
    #go-top {
        position: absolute;
        bottom: 30px;
        left: 50%;
        right: unset;
        transform: translate(-50%, 0%);
    }
    #header-logo{
        z-index: 99;
    }
    .slick-list{
        overflow: visible!important;
    }
    .client-slide-content-box .stars{
        left: 25%;
    }
    #about-text h1{
        font-size: 30px;
    }
    #academy-top img{
        width: 50%;
        margin-top: 2rem;
    }
    #services{
        padding-top: 55px;
        padding-bottom: 100px;
    }
    .service-box-expand{
        display: none;
    }
    #mobile-button-nav{
        display: flex;
    }
    #about-content-box{
        flex-wrap: wrap;
    }
    #about-img{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #about-img img{
        width: 50%;
    }
    #about-text{
        width: 100%;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .section-title h6{
        margin-top: 10px;
    }
    #services-top-triangle{
        display: none;
    }
    #services-top-ornament{
        display: none;
    }
    #services-container-top{
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
    }
    .services-box{
        background-color: #FFF;
        width: 100%;
        position: relative;
        padding-bottom: 50px;
        margin-bottom: 40px;
    }
    #services-container-bottom{
        margin-top: 0;
    }
    .service-box-electronic{
        max-height: 0;
        overflow: hidden;
        transition: all ease 1s;
    }
    .service-box-electronic.show{
        max-height: 700px;
    }
    #academy{
        padding-bottom: 50px;
    }
    #academy-top-ornament{
        display: none;
    }
    #academy-top-ornament-mobile-box{
        display: flex;
        width: 100%;
        position: absolute;
        left: 0;
        justify-content: center;
        top: -125px;
    }
    #academy .section-title{
        display: none;
    }
    #academy-top{
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        gap: 2rem;
    }
    #academy-text{
        padding-left: 0;
    }
    #academy-text p{
        text-align: center;
        /*font-size: 21px;*/
    }
    .client-slide-quote{
        width: 30px;
    }
    #academy-button-box button{
        font-size: 20px;
    }
    .client-slide-text,
    .client-slide-author{
        text-align: center;
    }
    .client-slide-author{
        padding: 0rem 20px;
        max-width: 85%;
        margin: 0 auto;
        font-size: .8rem;
    }
    #clients{
        padding-top: 20px;
    }
    .client-slide-content{
        justify-content: center;
    }
    .contact-form-field-box{
        flex-direction: column;
        align-items: center;
    }
    .contact-form-label-box{
        margin-top: 4px;
        width: auto;
        margin-bottom: 10px;
    }
    .contact-form-input-box{
        padding: 0;
    }
    .contact-form-input-box input{
        padding: 14px 0;
    }
   /*  #contact-form{
        width: 100%;
    } */
    .contact-form-input-box{
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }
    /* #contact-form button[type="submit"]{
        font-size: 22px;
    } */
    #contact-social img{
        width: 60px;
    }
    #contact-social {
        margin-top: 70px;
    }
    #clients, #clients-logos{
        overflow: hidden;
    }
    .services-box h5{
        text-align: center;
    }
    #header-container{
        position: relative;
        justify-content: center;
        width: 100%;
    }
    nav{
        position: absolute;
        flex-direction: column;
        background-color: #fff;
        border-radius: 6px;
        top: 0;
        left: 0;
        width: 50%;
        z-index: 9;
        padding-bottom: 20px;
        transition: all .2s linear;
    }
    .nav-separator{
        transform: rotate(90deg);
        margin: 5px 0;
        background-color: black;
    }
    
    nav a{
        font-size: 15px;
        letter-spacing: 2px;
        color: black;
    }
    nav.hided{
        padding: 0;
        box-shadow: none;
    }
    nav.hided a,
    nav.hided .nav-separator{
        display: none;
    }
    #header-logo img{
        position: relative;
        width: 80px;
    }
    #top-triangle{
        height: 20px;
    }
    #about-us{
        overflow: initial;
        padding-bottom: 3rem;
    }
    #about-us .box-container h2{
        margin-top: 60px;
    }
    #about-ornament {
        width: 120px;
        top: -63px;
        right: 15px;
    }
    #about-text p{
        width: 100%;
    }
    #services-container-top .column{
        flex-basis: 100%;
    }
    .client-slide-content-box {
        width: 60%;
    }
    .client-slide-content{
        height: auto;
    }
    .client-slide-quote{
        display: none;
    }
}
@media screen and (max-width: 680px){
   /*  .client-slide-content-box{
        width: 80%;
    } */
    #clients-logos-container{
        flex-wrap: wrap;
    }
    .client-logo-box {
        width: 30%;
    }
   /*  #contact-form-container{
        margin-top: 20px;
    } */
    .client-slide-quote{
        display: none!important;
    }
}


