/* * * * * Kujto.Al * Punuar nga : Silvester Ndoci / Ray Dhimitriadhi * * * */
body {
    background-color: #F0F1F1;
    font-family: Suisse Intl;
    font-weight: 400;
    height: 100%;
}

.pt50 {
    padding-top: 50px;
}

.container {
    max-width: 100%;
    padding-left: 70px;
    padding-right: 50px;
}

header {
    background-color: #0D403C;
    color: white;
    min-height: 536px;
}

header .container {
    padding-right: 0;
    max-width: 100%;
}

header.masthead {
    position: relative;
    background-color: #0D403C;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
    min-height: 750px;
}

header.masthead .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}

header.masthead h1 {
    font-size: 2rem;
}

@media (min-width: 768px) {
    header.masthead {
        padding-top: 0;
        padding-bottom: 0;
    }

    header.masthead h1 {
        font-size: 3rem;
    }
}

.showcase .showcase-text {
    /* padding: 3rem;
     */
    padding-top: 40px;
}

.showcase .container {
    padding-right: 0px;
}

.showcase .showcase-img {
    height: auto;
    background: url(../img/headerlogo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .showcase .showcase-img {
        display: none;
    }
}

.showcase .showcase-img img {
    width: 100%;
}

@media (min-width: 768px) {
    .showcase .showcase-text {
        /* padding: 7rem;
         */
        padding: 90px 0px 150px 0px;
    }
}

.features-icons {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.features-icons .features-icons-item {
    max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
    height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
    font-size: 4.5rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
    font-size: 5rem;
}

.testimonials {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

.testimonials .testimonial-item {
    max-width: 18rem;
}

.testimonials .testimonial-item img {
    max-width: 12rem;
    -webkit-box-shadow: 0px 5px 5px 0px #adb5bd;
    box-shadow: 0px 5px 5px 0px #adb5bd;
}

.call-to-action {
    position: relative;
    background-color: #343a40;
    background: url("../img/bg-masthead.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

footer.footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.no-padding {
    padding: 0;
}

.order-lg-1 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.showcase-img {
    height: 540px;
}

.showcase-text {
    padding: 0;
}

.logo {
    max-width: 270px;
    margin-bottom: 150px;
}

.header-text {
    font-size: 31px;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 50px;
}

@media screen and (max-width: 990px) {
    .header-text {
        font-size: 25px;
    }
}

.red-red {
    color: #ED371F;
}

.header-subtext {
    font-size: 21px;
    line-height: 1.4;
    /* text-align: justify;
     */
    font-weight: 200;
}

.header-subtext.bigger {
    font-size: 22px;
}

.showcase2 .header-subtext {
    padding-right: 70px;
    display: block;
    text-align: justify;
    font-weight: 300;
}

button {
    border: none;
    width: 200px;
    height: 45px;
    border-radius: 5px;
    color: white;
    background-color: #ED371F;
    box-shadow: none;
    outline: none;
    font-weight: 300;
    font-size: 20px;
}

#aplikoButton {
    border: none;
    width: 200px;
    height: 45px;
    border-radius: 5px;
    color: white;
    background-color: #ED371F;
    box-shadow: none;
    outline: none;
    font-weight: 300;
    font-size: 20px;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
    box-shadow: none;
    outline: none;
}

.grid3 {
    background-color: #0D403C !important;
    color: white;
}

@media only screen and (min-width: 450px) {
    .grid3 .header-subtext {
        text-align: justify;
    }
}

h3 {
    text-align: left;
    font-size: 100px;
    font-weight: 600;
    color: #A1CCC9;
    line-height: 0.8;
}

hr {
    background-color: #A1CCC9;
}

.tex3 {
    text-align: left;
}

.tex3 hr {
    margin: 22px 0;
}

.tex3 .s1 {
    font-size: 24px;
    color: #A1CCC9;
    line-height: 1.4;
    letter-spacing: 1px;
    font-weight: 300;
}

@media screen and (max-width: 1050px) {
    .tex3 .s1 {
        font-size: 19px;
    }

    .features-icons .header-subtext {
        font-size: 18px;
    }

    .paragraf2 .header-subtext {
        font-size: 19px;
    }
}

/* Contact Form */
.formBox {
    margin-top: 0px;
    padding: 70px 0;
}

.formBox h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 28px;
    color: #ED371F;
    font-weight: 600;
}

.inputBox {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.inputBox label,
.label {
    font-family: 'Suisse Intl Book';
    color: #222123;
    font-weight: 400;
}

.inputBox .inputText {
    position: absolute;
    font-size: 24px;
    line-height: 50px;
    transition: 0.5s;
    opacity: 0.5;
}

.inputBox .input {
    position: relative;
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 18px;
    border: 1px solid #ED371F;
    border-radius: 5px;
    padding-left: 10px;
    font-weight: 400;
}

.focus .inputText {
    transform: translateY(-30px);
    font-size: 18px;
    opacity: 1;
    color: #00bcd4;
}

textarea {
    height: 100px !important;
}

.col-sm-6 .col-sm-6 input {
    width: 100px;
}

.sub-mit {
    border: none;
}

.custom-upload {
    background-color: transparent;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    color: #ED371F;
    font-size: 21px;
    line-height: 1.4;
    width: 200px;
    border-bottom: 1px solid #ED371F;
    border-radius: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 300;
    text-align: left;
}

.custom-upload input {
    left: -9999px;
    position: absolute;
}

@media screen and (min-width: 768px) {
    .temat>div:nth-child(1)>div {
        padding-right: 74px;
    }

    .temat>div:nth-child(2)>div {
        padding: 0 6px 0 0px;
    }

    .temat>div:nth-child(3)>div {
        padding: 0px 0px 0 60px;
    }
}

/* Footer */
footer {
    text-align: center;
    background-color: #0D403C;
    color: white;
    min-height: 100px !important;
    padding-top: 35px;
    padding-bottom: 35px;
}

footer .container p {
    margin: 0;
    font-size: 19px;
    font-weight: 200;
    letter-spacing: 0.4px;
}

.button {
    float: right;
}

@media only screen and (max-width: 938px) {
    .button {
        float: none;
        width: 100%;
    }
}

.l-left,
.l-right {
    text-align: left;
}

.paragraf2 {
    padding: 65px 0 52px 0;
}

.red-red.sh {
    font-weight: 600;
    font-size: 30px;
    margin-top: 5px;
    display: block;
}

.paragraf1 button {
    width: 250px;
    border-radius: 6px;
    margin-top: 40px;
    font-size: 21px;
    font-weight: 300;
    height: 45px;
}

.paragraf1 button a {
    color: #fff;
    display: block;
    width: 100%;
    text-decoration: none;
}

@media only screen and (max-width: 992px) {
    .paragraf1-1 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
        /* padding-left: 20px !important;
         */
        /* padding-right: 20px !important;
         */
    }

    /*.paragraf1-2 {
         display: none;
    }
     */
    header .container {
        padding-right: 0;
        /* padding-left: 0;
         */
    }
}

@media only screen and (max-width: 767px) {
    .showcasetop .container {
        background: url('../img/996x937.png');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding-right: 70px;
    }

    .inputBox label,
    .label {
        font-size: 16px;
    }

    .red-red.sh {
        font-size: 23px;
    }
}

.info3 {
    color: #939598;
    margin-top: 34px;
    text-align: center;
    font-size: 19px;
    font-weight: 300;
}

@media screen and (max-width: 575px) {
    .info3 {
        color: #939598;
        margin-top: 34px;
        text-align: center;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.3;
    }

    footer .container p {
        font-size: 15px;
    }
}

.info3 a {
    color: #939598;
    border-bottom: 1px solid #222123;
    text-decoration: none;
}

label {
    font-size: 20px;
    font-weight: bold;
}

.red-red.kep {
    font-weight: 600;
    font-size: 40px;
}

.header-text.one {
    padding: 0;
    margin: 0;
    font-weight: 500;
    color: #0D403C;
    line-height: 1;
}

@media screen and (max-width: 595px) {
    .header-text.one {
        padding-right: 60px;
        line-height: 1.3;
    }
}

.text-b {
    font-weight: 600;
}

.down-vector {
    margin: 60px 0 0 0;
}

@media screen and (max-width: 415px) {
    .paragraf1 button {
        width: 100%;
    }

    .showcase .container {
        padding: 0 20px;
    }

    .header-text.one {
        padding-right: 0px;
    }

    .showcase2 .header-subtext {
        text-align: inherit;
        padding: 0;
    }

    .container {
        padding: 0 20px;
    }

    .logo {
        max-width: 170px;
        margin-bottom: 110px;
    }


}

@media screen and (max-width: 768px) {
    .logo {
        max-width: 220px;
        margin-bottom: 150px;
    }

    .custom-upload {
        font-size: 18px;
    }

    .red-red.kep,
    .formBox h1 {
        font-size: 23px;
    }
}

@media(min-device-width: 650px) and (max-device-width: 1024px) {
    .header-text.one {
        font-size: 22px;
        line-height: 1.3;
    }

    .red-red.sh {
        font-size: 23px;
    }

    #f1 .col-md-8 {
        max-width: 90%;
        flex: 0 0 90%;
        margin: 0 auto;
    }
}