@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

html{
    scroll-behavior: unset !important
}
body
{
    font-family: 'League Spartan';
    font-size: 18px;
    color: #000;
}
ul,p,figure,h1,h2,h3,h4,h5,h6
{
    margin: 0;
}
a
{
    text-decoration: none !important;
    outline: none !important;
}
.btn
{
    padding: 15px 25px !important;
    border-radius: 80px !important;
    line-height: normal;
    border:none !important
}
.btn, .form-control, button
{
    box-shadow: none !important;
}
.btn-primary
{
    background: #00ACEF;
}


header
{
    position: fixed;
    left: 0;
    z-index: 9999;
    right: 0;
    margin: 0 auto;
    width: 100%;
}

.site-nav
{
    padding: 0px 15px;
    transition: all 0.2s ease;
}
.site-nav.scrolled
{
    background: #fff;
    transition: all 0.2s ease;
}
.site-nav .navbar-brand img
{
    width: 220px;
}
.site-nav .nav-item
{
    padding: 0 15px;
}
.site-nav .nav-link
{
    font-size: 18px;
    color:#fff;
    line-height: normal;
    font-weight: 400;
    padding: 25px 0px !important;
    position: relative;
    transition: all 0.2s linear;
}
.site-nav.scrolled .nav-link
{
    color: #000;
}
.site-nav .nav-link.active,
.site-nav .nav-link:hover
{
    color:#00ACEF;
}
.site-nav .nav-link.active:before,
.site-nav .nav-link:hover:before
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #00ACEF;
}
.site-nav .nav-link.dropdown-toggle:after
{
    display: none;
}
.site-nav .navbar-nav
{
    align-items: center;
}
.site-nav .btn-contact
{
    background: #00ACEF;
    border-radius: 80px;
    padding: 12px 20px !important;
    color:#fff !important;
    line-height: normal;
}
.site-nav .btn-contact:hover:before,
.site-nav .btn-contact.active:before
{
    display: none;
}
.slide-wrap
{
    position: relative;
    height: 800px;
}
.slide-wrap .slide-content {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.slide-wrap .slide-content h1
{
    font-size: 56px;
    font-weight: bold;
    color:#00ACEF;
}
.slide-wrap .slide-content p
{
    font-size: 24px;
    width: 75%;
}
.slide-wrap
{   
    background-size: cover !important;
}
.slide-1
{
    background: url(../images/banner-1.jpg) no-repeat center;
}
.slide-2
{
    background: url(../images/banner-2.jpg) no-repeat center;
}
.slide-3
{
    background: url(../images/banner-3.jpg) no-repeat center;
}
.slide-4 {
    background: url(../images/banner-4.jpg) no-repeat center;
}
.slide-5 {
    background: url(../images/banner-5.jpg) no-repeat center;
}
.slide-6 {
    background: url(../images/banner-6.jpg) no-repeat center;
}
.banner-slider .slick-arrow
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    font-size: 28px;
    background: #00ACEF;
    z-index: 9;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 55px;
    color: #fff;
}
.banner-slider .slick-prev {
    left: 15px;
}

.banner-slider .slick-next
{
    right: 15px;
}
.static-padding
{
    padding: 80px 0;
}
.welcome-img
{
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.2);
}
.section-content h2
{
    font-size: 48px;
}
.section-content p
{
    font-size: 18px;
    color: #7a7a7a;
}

.about-section img
{
    border-radius: 20px;
}
.product-box
{
    border-radius: 20px;
    padding: 2rem;
    height:100%
}
.product-box h3
{
    font-size: 32px;
}
.cep
{
    background: #00ACEF;
    color: #fff;
}
.tt-stars p
{
    color: #7a7a7a;
}
.mission-section
{
    background: #f7f7f7;
}
.mission-img
{
    border-radius: 20px;
    box-shadow: 0 0 25px 0 rgba(0,0,0,0.2);
    width: 100%;
}
.contact-section
{
    background: url(../images/contact-bg.jpg) no-repeat center;
    background-size: cover !important;
}
.contact-info {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: 5px solid #00ACEF;
    z-index: 9;
    border-radius: 30px;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 100%;
    position: relative;
    padding: 2rem;
}
.contact-info:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
}
.contact-info main
{
    position: relative;
    z-index: 9;
}
.contact-info ul li {
    display: flex;
    margin-top: 20px;
}
.contact-info ul li i {
    width: 60px;
    height: 60px;
    background: #00ACEF;
    color: #fff;
    font-size: 24px;
    text-align: center;
    border-radius: 100%;
    line-height: 60px;
}
.contact-info ul li h4 {
    font-size: 24px;
    margin-left: 30px;
    align-self: center;
    font-weight: normal;
}
.contact-form-wrap input.form-control
{
    border-radius: 80px;
    border: none;
    background: #fff;
    height: 55px;
    padding: 15px 25px;
}
.contact-form-wrap textarea.form-control
{
    border-radius: 20px;
    border: none;
    padding: 15px 25px;
}
.contact-form-wrap .btn-primary {
    padding: 20px 45px !important;
    font-size: 18px;
}
footer
{
    background: #012A64;
    color: #fff;
    padding: 1rem;
}
footer img
{
    width: 180px;
}
.top-bar
{
    text-align: right;
    padding: 10px 35px 0 0px;
}
.top-bar ul li
{
    display: inline-block;
    padding-right:10px
}
.top-bar ul li a
{
    color:#fff;
}
.contact-company-info img
{
    width: 220px;
}
.contact-company-info p
{
    margin-top: 20px;
}
.newsletter
{
    color:#fff;
}
.newsletter h4
{
    font-weight: 700;
    margin-top: 20px;
}
.newsletter form
{
    margin-top: 20px;
}

.newsletter form .btn
{
    width: 100%;
    margin-top: 20px;
}
.newsletter form .form-control {
    height: 45px;
    border-radius: 80px;
    padding: 10px 25px;
}
.footer-menu
{
    color:#fff
}
.footer-menu h4
{
    font-weight: 700;
    margin: 1.5rem 0 0;
}
.footer-menu ul li a
{
    color:#fff;
    display: block;
    padding: 5px 0 0;
}
.contact-information
{
    color: #fff;
    margin-top: 1rem;
}
.contact-information ul li i
{
    background: #00ACEF;  
    width:36px;
    height:36px;
    border-radius: 100%;
    text-align: center;
    line-height: 38px;
}
.contact-information ul li
{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 10px;
}
.contact-information ul li:first-child {
    align-items: unset;
}
.footer-social-links
{
    margin-top: 20px;
}
.footer-social-links ul
{
    display: flex;
    gap: 5px;
}
.footer-social-links li i
{
    background: #fff;
    width: 36px;
    height: 36px;
    color:#fff;
    border-radius: 100%;
    text-align: center;
    line-height: 38px;
}
.footer-social-links .fa-facebook-f
{
    background: #1877F2;
}
.footer-social-links .fa-x-twitter
{   
    background: #000;
}
.footer-social-links .fa-linkedin-in
{
    background: #0072b1;   
}
.footer-social-links .fa-linkedin {
    background: #0072b1;
}
.footer-social-links .fa-instagram
{
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.footer-social-links .fa-threads
{
background: #1c1c1c
}
.skitter-large
{
    position: relative !important;
}
.thumb-slider-wrap
{
    margin-top: 20px;
}
.thumb-slider-wrap .slick-track
{
    width: 100% !important;
    display: flex !important;
}
.thumb-slider-wrap .thumb-item
{
    width: 25% !important;
}

.thumb-slider-wrap .thumb-item p {
    transition: all 0.2s ease;
    background: linear-gradient(90deg, #00ACEF, #012A64);
    padding: 5px;
    border-radius: 10px;
    margin-right: 10px;
    text-align: center;
    height: 150px;
}
.thumb-slider-wrap .thumb-item p a {
    display: flex;
    color: #000;
    height: 100%;
    background: #fff;
    border-radius: 6px;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: all 0.2s linear;
}
.thumb-slider-wrap .thumb-item p a:hover,
.thumb-slider-wrap .slick-current p a
{
    background: none;
    color:#fff
}
