@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*                    font-family: 'Montserrat', sans-serif;                */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');
/*                    font-family: 'Nunito Sans', sans-serif;                          */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap');
/*                    font-family: 'Work Sans', sans-serif;                        */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}
button {
    cursor: pointer;
}
.justify-content-xxl-between {
    justify-content: space-between;
}

/* xxl 1400 <= infinity */
.container {
    max-width: 1140px;
    margin: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
}
.margin {
    margin: auto;
}
h1 , h2 , h3 ,h4 ,h5 ,h6 {
    font-weight: normal;
}

.col-xxl-1 {
    width: calc(100%/12 * 1);
    padding: 0 15px;
}

.col-xxl-2 {
    width: calc(100%/12 * 2);
    padding: 0 15px;
}

.col-xxl-3 {
    width: calc(100%/12 * 3);
    padding: 0 15px;
}

.col-xxl-4 {
    width: calc(100%/12 * 4);
    padding: 0 15px;
}

.col-xxl-5 {
    width: calc(100%/12 * 5);
    padding: 0 15px;
}

.col-xxl-6 {
    width: calc(100%/12 * 6);
    padding: 0 15px;
}

.col-xxl-7 {
    width: calc(100%/12 * 7);
    padding: 0 15px;
}

.col-xxl-8 {
    width: calc(100%/12 * 8);
    padding: 0 15px;
}

.col-xxl-9 {
    width: calc(100%/12 * 9);
    padding: 0 15px;
}

.col-xxl-10 {
    width: calc(100%/12 * 10);
    padding: 0 15px;
}

.col-xxl-11 {
    width: calc(100%/12 * 11);
    padding: 0 15px;
}

.col-xxl-12 {
    width: calc(100%/12 * 12);
    padding: 0 15px;
}









header {
    padding: 17px 0px;
}
header .row {
    align-items: center;
}
header ul {
    display: flex; 
}
header ul li a {
    margin-left: 30px;
    font-size: 12px;
    font-family: "Montserrat";
    color: rgb(25, 25, 25);
    text-transform: uppercase;
    line-height: 24px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    transition: .3s;
}
header ul li a:hover{
    color: #007d2f;
}








main {
    padding: 100px 0px;
    background-color: #f5f5f5;
}

.aplication .left h1 {
    font-size: 30px;
    font-family: "Montserrat";
    color: rgb(23, 23, 23);
    /* line-height: 2.8; */
    text-align: left;
    font-weight:600;
    letter-spacing: .1px;
    margin-bottom: 36px;
}
.aplication .left p {
    font-size: 16px;
    font-family: "Nunito Sans";
    color: rgb(120, 120, 120);
    line-height: 24px;
    text-align: left;
    letter-spacing: .05px;
    margin-bottom: 20px;
    letter-spacing: .05px;
}
.aplication .left h4 {
    font-size: 16px;
    font-family: "Nunito Sans";
    color: #787878;
    font-weight: normal;
    line-height: 2.25;
    text-align: left;
}
.aplication .left h4 a{
    color: #787878;

}
.aplication .left h4 span{
    font-weight: bold;
    color: black;
    margin-right: 10px;
}

  
  
  



.aplication .fourtheight{
    width: 47.5%;
}

.aplication input{
    padding: 18px 14px;
    font-size: 15px;
    font-family: "Nunito Sans";
    color: rgb(120, 120, 120);
    line-height: 24px;
    border: 0;
    letter-spacing: 0,05px;
    outline: none;

}
.aplication input:nth-child(3){
    margin-top: 30px;
}
.aplication textarea{
    padding: 18px 14px;
    font-size: 15px;
    font-family: "Nunito Sans";
    color: rgb(120, 120, 120);
    line-height: 1.6;
    border: 0;
    resize: none;
    margin-top: 30px;
    letter-spacing: 0,05px;
    height: 170px;
    outline: none;
}
.aplication button {
    display: block;
    padding: 22px 25px 21px 25px;
    font-size: 12px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align:center;
    background-color: #007d2f;
    border: 0;
    
    margin-top: 30px;
    transition: .2s;
}












main .location{
    margin-top: 100px;
}
main .location .container{
    height: 470px;
}

main .location iframe{
    display: block;
    width: 100%;
    height: 100%;
}


























 /* ================================================footer  */

 footer {
    background-color: black;
    padding: 100px 0px;
    color: #bcbcbc;
    font-family: "Nunito Sans";

}
footer a{
    color: #bcbcbc;
}
footer .leftpartf h3 {
    font-size: 18px;
    font-family: "Montserrat";
    color: rgb(255, 255, 255);
}
footer .leftpartf h4{
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.05px;
    margin-top: 25px;
    margin-bottom: 10px;
}

footer .rightpartf{
    display: flex;
    justify-content: space-between;
}
footer a{
    transition: .2s;
}
footer a:hover{
    color: white;
}
  

 /* ================================================footer  */

 header .swipe{
    display: none;
}

/* xl 1200 <= 1399 */
@media (max-width: 1399px) {
    .container {
        max-width: 1140px;
    }
    .justify-content-xl-evenly{
        justify-content: space-around;
    }
}

/* lg 992 <= 1199 */
@media (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
    .col-lg-4 {
        width: calc(100%/12 * 4);
        padding: 0 15px;
    }
    .aplication .left h4{
        font-size: 14px;
    }
    footer{
        padding: 85px 0px;
    }
}

/* md 768 <= 991 */
@media (max-width: 991px) {
    .container {
        max-width: 720px;
    }
    .col-md-5 {
        width: calc(100%/12 * 5);
        padding: 0 15px;
    }
    .col-md-8 {
        width: calc(100%/12 * 8);
        padding: 0 15px;
    }
    .col-md-4 {
        width: calc(100%/12 * 4);
        padding: 0 15px;
    }
    .col-md-6 {
        width: calc(100%/12 * 6);
        padding: 0 15px;
    }
    .marg{
        margin: auto;
        margin-top: 20px;
    }
    footer .rightpartf{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}



 /* sm 576 <= 767px */
@media (max-width: 767px) {
    .container {
        max-width: 540px;
    }
    .col-sm-2 {
        width: calc(100%/12 * 2);
        padding: 0 15px;
    }
    .col-sm-4 {
        width: calc(100%/12 * 4);
        padding: 0 15px;
    }
    .col-sm-5 {
        width: calc(100%/12 * 5);
        padding: 0 15px;
    }
    .col-sm-6 {
        width: calc(100%/12 * 6);
        padding: 0 15px;
    }
    .col-sm-1 {
        width: calc(100%/12 * 1);
        padding: 0 15px;
    }
    .marg{
        margin: 0;
        margin-top: 0;
    }
    footer .rightpartf{
        margin-top: 50px;
    }
    footer{
        padding: 70px 0px;
    }
    .aplication .left h1{
        font-size: 21px;
        margin-bottom: 10px;
    }
    .aplication .left p{
        font-size: 13px;
        margin-bottom: 8px;
    }
    .aplication .left h4{
        font-size: 11px;
    }
    header .swipe{
        display: inline-block;
        font-size: 40px;
    }
    header .hover{
        position: relative;
    }
    header .hover ul{
        display: none;
        position: absolute;
        z-index: 1;
        left: -100%;
        top:150%;
        border-collapse: collapse;
    }
    header .hover ul li{
        border-collapse: collapse;

    }
    header .hover ul li a{
        background-color: white;
        display: inline-block;
        width: 200px;
        height: 50px;
        border: 1px solid black;
        border-collapse: collapse;
        font-size: 16px;
        transition: .3s;
    }
    header .hover ul li a:hover{
        background-color: black;
        color: white;
    }
    header .hover:hover ul{
        display: block;
    }

}

/* xs <= 575 */
@media (max-width: 575px) {
    .container {
        width: 100%;
    }
    .col-12 {
        width: calc(100%/12 * 12);
        padding: 0 15px;
    }
    .col-7 {
        width: calc(100%/12 * 7);
        padding: 0 15px;
    }
    .col-4 {
        width: calc(100%/12 * 4);
        padding: 0 15px;
    }
    .col-2 {
        width: calc(100%/12 * 2);
        padding: 0 15px;
    }
    .justify-content-center{
        justify-content: center;
        flex-direction: column;
    }
    .leftpartf{
        margin: auto;
        text-align: center;
    }
    .centerpartf{
        margin: auto;
        text-align: center;
        margin-top: 20px;
    }
    .rightpartf{
        margin: auto;
        text-align: center;
    }
    footer .rightpartf{
        justify-content: space-evenly;
    }
    footer .rightpartf{
        position: relative;
        left: 0%;
    }
    .right{
        margin-top: 30px;
    }   
    .left{
        text-align: center;
    }
    .aplication .left h1{
        text-align: center;
        font-size: 30px;
    }
    .aplication .left p{
        text-align: center;
        font-size: 16px;
    }
    .aplication .left h4{
        text-align: center;
        font-size: 14px;
    }
    .aplication button{
        margin: auto;
        margin-top: 30px;
    }
    
}


@media (max-width: 500px){
    header .swipe{
        margin-left: -70%;
    }
}
@media (max-width: 641px){
    header .hover ul{
        left: -150%;
    }
}
@media (max-width: 440px){
    header .hover ul{
        left: -180%;
    }
}
@media (max-width: 555px){
    header .hover ul{
        left: -180%;
    }
}
@media (max-width: 495px){
    header .hover ul{
        left: -250%;
    }
}
@media (max-width: 399px){
    header .hover ul{
        left: -300%;
    }
}
@media (max-width: 350px){
    header .hover ul{
        left: -350%;
    }
}