/*
    GLOBAL VARIABLES
*/

* {
    box-sizing: border-box;
    font-family: Arial;
}

body {
    margin: 0;
    background-color: #f8f8f8;
    color: #000;
    line-height: normal;
}

img {
    color: white;
}

a, a:hover {
    color: #000;
    cursor: pointer;
    text-decoration: none;
}

.temp {
    width: 100%;
    height: 100%;
    background-color: gainsboro;
}


/*
    ROW 1
*/

.homeRow1 {
    height: 40px;
    width: 1200px;
    display: block;
    margin: 0 auto;
    background: orange;
}

.homeRow1 img {
    height: 40px;
    width: auto;
    display: block;
    margin: 0 auto;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .homeRow1 {
        width: 100%;
    }
}


/*
    ROW 2
*/

.homeRow2 {
    height: 500px;
    width: 1200px;
    display: block;
    margin: 0 auto;
    position: relative;
}

.slideshow-container {
    height: 500px;
    width: 1200px;
    margin: auto;
}

.mySlides {
    display: none;
}

.mySlides img {
    height: 500px;
    width: 100%;
    display: block;
}

.dotCont {
    height: 50px;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.dotCont1 {
    height: 100%;
    width: 1017px;
    display: block;
    margin: 0 auto;
}

.dot {
    font-size: 12px;
    cursor: pointer;
    height: 50px;
    width: auto;
    margin: 0;
    color: #fff;
    opacity: 0.8;
    display: inline-flex;
    margin-right: 32px;
    line-height: 50px;
}

.active, .dot:hover {
    opacity: 1;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .homeRow2 {
        height: auto;
        width: 100%;
    }

    .slideshow-container {
        height: auto;
        width: 100%;
    }

    .mySlides img {
        height: auto;
    }

    .dotCont1 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .dot {
        font-size: 9px;
        margin-right: 10px;
    }
}


/*
    ROW 3
*/

.homeRow3 {
    height: 140px;
    width: 1200px;
    display: flex;
    margin: 0 auto;
}

.homeRow3Block {
    height: 140px;
    width: 300px;
    display: block;
    float: left;
}

.Orange {
    background-color: orange;
}

.Black {
    background-color: #222;
}

.homeRow3Img {
    height: 140px;
    width: 300px;
    cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .homeRow3 {
        height: auto;
        width: 100%;
    }

    .homeRow3Block {
        height: auto;
        width: 25%;
    }

    .homeRow3Img {
        height: auto;
        width: 100%;
    }
}


/*
    ROW 4
*/

.homeRow4 {
    height: 180px;
    width: 1200px;
    display: block;
    margin: 0 auto;
}

.homeRow41 {
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    display: block;
    padding-top: 40px;
    margin-bottom: 20px;
}

.homeRow42 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    display: block;
    width: 50rem;
    margin: 0 auto;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .homeRow4 {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .homeRow42 {
        width: auto;
    }
}

/*
    ROW 5
*/

.homeRow5 {
    height: 410px;
    width: 1200px;
    display: flex;
    margin: 0 auto;
}

.homeRow5Left {
    height: 410px;
    width: 585px;
    display: block;
    float: left;
}

.homeRow5Right {
    height: 410px;
    width: 615px;
    display: block;
    float: right;
    background-color: #fff;
    padding: 60px 40px 20px 60px;
    box-sizing: border-box;
}

.homeRow51 {
    font-size: 29px;
    font-weight: bold;
    color: orange;
    text-align: center;
    display: block;
}

.homeRow5RightCont {
    height: 264px;
    width: 100%;
    text-align: left;
    display: block;
    box-sizing: border-box;
    padding-top: 40px;
}

.homeRow5RightCont img {
    height: 35px;
    width: 35px;
    display: block;
    margin-right: 10px;
    float: left;
}

.homeRow5Right1, .homeRow5Right2 {
    display: block;
    margin-bottom: 30px;
}

.homeRow5Right1 span {
    font-size: 25px;
}

.homeRow5Right2 span {
    font-size: 17px;
    word-break: break-all;
    float: left;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .homeRow5 {
        width: 100%;
    }

    .homeRow5Right {
        padding: 60px 10px 20px 10px;
    }

    .homeRow5Right1 span {
        font-size: 23px;
    }

    .homeRow5Right2 span {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .homeRow5 {
        height: auto;
    }

    .homeRow5Left {
        height: auto;
        width: 48%;
        object-fit: cover;
    }

    .homeRow5Right {
        height: auto;
        width: 52%;
    }

    .homeRow5RightCont img {
        margin-right: 0;
    }

    .homeRow5Right2 span {
        font-size: 13px;
    }
}


/*
    ROW 6
*/

.homeRow6 {
    height: 470px;
    width: 1200px;
    display: block;
    margin: 0 auto;
    padding: 60px 0 85px 0;
}

.homeRow6Cont {
    height: 325px;
    width: 1000px;
    display: block;
    margin: 0 auto;
    background-color: #fff;
}

.homeRow61 {
    height: 45px;
    width: 100%;
    display: block;
    background-color: orange;
}

.homeRow61 span {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    display: block;
}

.homeRow62 {
    height: 280px;
    width: 1000px;
    font-size: 14px;
    position: relative;
}

#name {
    height: 50px;
    width: 440px;
    display: block;
    float: left;
    padding-left: 10px;
    background-color: #f8f8f8;
    font-size: 14px;
    border: none;
    margin: 30px 15px 0 40px;
}

#email {
    height: 50px;
    width: 440px;
    display: block;
    float: right;
    padding-left: 10px;
    background-color: #f8f8f8;
    font-size: 14px;
    border: none;
    margin: 30px 40px 0 0;
}

#message {
    height: 80px;
    width: 900px;
    display: inline-block;
    margin: 25px 40px 75px 40px;
    padding: 10px;
    background-color: #f8f8f8;
    font-size: 14px;
    border: none;
    resize: none;
}

.homrRow6Btn {
    width: 160px;
    height: 22px;
    border: none;
    background: orange;
    border-radius: 25px;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    cursor: pointer;
    color: #000;
    box-shadow: 10px 7px 13px -1px rgba(0,0,0,0.75);
    position: absolute;
    bottom: 25px;
    right: 40px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .homeRow6 {
        height: 420px;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .homeRow6Cont {
        height: 305px;
        width: 100%
    }

    .homeRow62 {
        width: 100%;
    }

    #name {
        width: 48%;
        margin: 30px 0 0 10px;
    }

    #email {
        width: 48%;
        margin: 30px 10px 0 0;
    }

    #message {
        width: 97%;
        margin: 25px 10px 55px 10px;
    }

    .homrRow6Btn {
        bottom: 50px;
    }
}


/*
    FOOTER
*/

footer {
    height: 108px;
    width: 1200px;
    display: block;
    margin: 0 auto;
}

.footerRow1 {
    height: 58px;
    width: 100%;
    display: block;
    position: relative;
    background: #333;
}

.footerRow1Img {
    height: 60px;
    width: auto;
    display: block;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: -1.75rem;
}

.footerRow2 {
    height: 50px;
    width: 100%;
    text-align: center;
    background: gainsboro;
    font-size: 12px;
    color: #000;
    line-height: 50px;
    font-weight: bold;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    footer {
        width: 100%;
    }
}