/* -------------------------------------------------------------------
 * Plugin Name           : Laus - Dropdown & Hamburger Menu
 * Author Name           : Yucel Yilmaz
 * Author URI            : https://codecanyon.net/user/aip_theme3434
 * Created Date          : 18 January 2020
 * Version               : 1.0
 * File Name             : style.css
------------------------------------------------------------------- */


/* -------------------------------------------------------------------
   Base                               
   ------------------------ /
 * 01.Base
 * 02.Typography
 * 03.Helper Class
   ------------------------ /
   Components                               
   ------------------------ /
 * 04.Buttons  
   ------------------------ /
   Layout                               
   ------------------------ /
 * 05.Navbar
 * 06.Hero 
 * 07.Features 
 * 08.Footer
 * 09.Responsive

/* ---------------------------------------------------------------- */


/* 01.Base                               
/* ---------------------------------------------------------------- */

* {
    margin: 0;
    padding: 0;
}

body,
html {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #ffffff;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: none;
    color: #ffffff;
}

ul,
ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

textarea,
textarea:focus,
input,
input:focus,
button,
button:focus {
    outline: none;
    resize: inherit;
}


/* ---------------------------------------------------------------- */


/* 02.Typography                                                  
/* ---------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    color: #000;
    line-height: 1.3;
    text-transform: capitalize;
}

h1,
.h1 {
    font-size: 55px;
}

h2,
.h2 {
    font-size: 42px;
}

h3,
.h3 {
    font-size: 44px;
}

h4,
.h4 {
    font-size: 22px;
}

h5,
.h5 {
    font-size: 18px;
}

h6,
.h6 {
    font-size: 16px;
}

p {
    color: #677294;
    margin: 0;
    line-height: 28px;
}

.colum-text {
    text-align: center;
}


/* ---------------------------------------------------------------- */


/* 03.Helper Class                                                  
/* ---------------------------------------------------------------- */

.bg-light-grey {
    background: #f1f2f6;
}


/* ---------------------------------------------------------------- */


/* 04.Buttons                                                   
/* ---------------------------------------------------------------- */

.button {
    display: inline-block;
    padding: 20px 40px;
    border-radius: 5px;
    border: none;
    outline: none;
    text-transform: uppercase;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
}

.button.default-button {
    background: #23c87a;
    color: #fff;
}

.button.default-button:hover {
    background: #1da565;
}


/* ---------------------------------------------------------------- */


.laus-form-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    border-radius: 10px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 450px;
    display: none;
    -webkit-box-shadow: 0px 23px 49px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0px 23px 49px 0 rgba(0, 0, 0, 0.3);
}

.laus-form-header {
    padding: 20px 30px;
    background: #23c87a;
    color: rgb(255, 255, 255);
    text-align: center;
    border-radius: 5px 5px 0 0;
}

.laus-form-header .laus-form-title {
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-align: center;
}

.form-link-margin {
    margin-top: 20px;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-link-margin a {
    color: #000;
}

.form-link-margin a:hover {
    color: #23c87a;
}

.laus-form-inner {
    background: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 0 0 5px 5px;
}

.laus-form-group {
    position: relative;
    overflow: hidden;
}

.laus-form-group .laus-form-control {
    margin-bottom: 20px;
    height: 60px;
    outline: none;
    padding: 0 20px 0 50px;
    border: none;
    color: #000;
    width: 100%;
    -webkit-box-shadow: 0px 13px 35px -12px rgba(43, 50, 54, 0.2);
    box-shadow: 0px 13px 35px -12px rgba(43, 50, 54, 0.2);
}

.laus-form-group .laus-form-control :focus {
    outline: none;
    border: none;
    color: #000;
    -webkit-box-shadow: 0px 10px 26px 0px rgba(43, 50, 54, 0.2);
    box-shadow: 0px 10px 26px 0px rgba(43, 50, 54, 0.2);
}

.laus-form-group>span {
    position: absolute;
    top: 22px;
    left: 16px;
    font-size: 16px;
    color: #23c87a;
    border-radius: 0 5px 5px 0;
}

.laus-form-control,
.laus-form-btn {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.laus-form-btn {
    border: none;
    outline: none;
    border-radius: 5px;
    width: 100%;
    padding: 20px 60px;
    color: #fff !important;
    background: #23c87a;
    text-transform: capitalize;
    display: block;
}

.laus-form-pt {
    padding-top: 20px;
}

.custom-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: auto;
    line-height: 26px;
}

.custom-control-label {
    margin-left: 15px;
    padding-left: 10px;
    color: #000;
}

.custom-control-label::before {
    background-color: #fff;
    border: 1px solid #23c87a;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #23c87a;
    background: #23c87a;
}

.form-close-btn {
    border: none;
    background: transparent;
    color: #fff;
}

.form-close-btn i {
    font-weight: 600;
}

/* ---------------------------------------------------------------- */


/* 09.Responsive                                                   
/* ---------------------------------------------------------------- */


/* ---------------------------------------------------------------- */


/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */

@media only screen and (max-width: 575.98px) {
    .laus-form-wrap {
        width: 80%;
    }

    .laus-form-inner {
        padding: 15px;
    }

    .laus-form-group {
        position: relative;
        overflow: hidden;
    }

    .laus-form-group .laus-form-control {
        margin-bottom: 15px;
        height: 50px;
    }

    .laus-form-group>span {
        position: absolute;
        top: 17px;
        left: 16px;
        font-size: 14px;
    }

    .laus-form-btn {
        padding: 15px 50px;
    }

    .laus-form-header {
        padding: 15px 30px;
    }

    body,
    html {
        font-size: 14px;
    }
}

.anniu {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    line-height: 1.42857143;
    word-wrap: break-word;
    text-align: left;
    box-sizing: border-box;
    text-decoration: none;
    font-family: montserrat, sans-serif;
    border-radius: 10px;
    padding: 6px 19px;
    font-size: 16px;
    transition: border-color .3s, background-color .3s;
    float: left;
    margin: 30px 45px 0 0;
    border: 1px solid #44e8e9;
    background-color: #44e8e9;
    color: #fff;
}

.software .t1 {
    background: url(/static/img/bg/1.png) no-repeat center center;
    height: 100%;
}

.software .t2 {
    background: url(/static/img/stc_isp.png) no-repeat center center;
    height: 818px;
    margin: auto;
}

.driver .t1 {
    background: url(/static/img/usb_driver.png) no-repeat center center;
    height: 1080px;
    margin: auto;
}


/*# sourceMappingURL=style.css.map */