*{
    font-family: 'Mitr', sans-serif;
}

body{
    background-image: url('../img/web1-02.png');
    background-attachment: fixed;
    background-size: cover;
    max-width: 100%;
    z-index: 0;
}

.container-fluid.template{
    background-image: url('../img/aa.jpg');
    background-size: cover;
    min-height: 100vh;
}

.text-head{
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    padding: 5px 0;
    color:white;
}

.text-slide{
    font-size: 8vw;
    font-weight: 400;
    letter-spacing: 16px;
    line-height: 1.3;
    color: #eea841;
    text-shadow: 2px 2px #000;
}

.about{
    background-color: #154f91;
}

.about-text{
    letter-spacing: 6px;
    color: #eea841;
    font-weight: 300;
}

.about-sub-text{
    color: white;
    line-height: 1.7;
    font-weight: 300;
}

.head-service{
    background-color: #3fa9f5;
    letter-spacing: 6px;
    font-size: 2vw;
    color:white;
}

.head-service-text{
    color:white;
    line-height: 1.7;
    font-weight: 300;
    margin-left: 0.5rem;
    font-size: 14px;
    margin-bottom: 0;
}

.sub-service-text{
    color:white;
    line-height: 1.7;
    font-weight: 300;
    margin-left:3rem;
    font-size: 14px;
    margin-bottom: 0;
}

.project-text{
    letter-spacing: 6px;
    color: #154f91;
    font-weight: 300;
}

.card.show-text{
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.card.show-text:hover{
    opacity: 1;
    transition: 0.5s;
}

.show-case1{
    background-image: url('../img/web1-11.jpg');
    background-size: cover;
    height: 100%;
}

.show-case2{
    background-image: url('../img/web1-10.jpg');
    background-size: cover;
    height: 100%;
}

.show-case3{
    background-image: url('../img/web1-09.jpg');
    background-size: cover;
    height: 100%;
}

.show-case4{
    background-image: url('../img/web1-05.jpg');
    background-size: cover;
    height: 100%;
}

.show-case5{
    background-image: url('../img/web1-06.jpg');
    background-size: cover;
    height: 100%;
}

.show-case6{
    background-image: url('../img/web1-08.jpg');
    background-size: cover;
    height: 100%;
}

.show-case7{
    background-image: url('../img/web1-07.jpg');
    background-size: cover;
    height: 100%;
}

.show-case8{
    background-image: url('../img/web1-04.jpg');
    background-size: cover;
    height: 100%;
}

.show-case9{
    background-image: url('../img/web1-03.jpg');
    background-size: cover;
    height: 100%;
}

.address{
    font-size: 14px;
    color:#154f91;
}

.add{
    text-align: left;
}

.btn-chat{
    float: right;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    background-color: #f0645a;
    padding: 12px;
    border-radius: 50%;
    border:1px solid white;
    z-index: 1000;
}

.btn-chat-sub{
    float: right;
    position: fixed;
    bottom: 100px;
    right: 20px;
    cursor: pointer;
    background-color: #4cb48b;
    padding: 12px;
    border-radius: 50%;
    border:1px solid white;
    z-index: 1000;
}

.btn-chat-sub2{
    float: right;
    position: fixed;
    bottom: 175px;
    right: 20px;
    cursor: pointer;
    background-color: #2196f3;
    padding: 12px;
    border-radius: 50%;
    border:1px solid white;
    z-index: 1000;
}

.btn-chat-sub3{
    float: right;
    position: fixed;
    bottom: 250px;
    right: 20px;
    cursor: pointer;
    background-color: #34a852;
    padding: 12px;
    border-radius: 50%;
    border:1px solid white;
    z-index: 1000;
}

.btn-chat-sub4{
    float: right;
    position: fixed;
    bottom: 325px;
    right: 20px;
    cursor: pointer;
    background-color: #f04334;
    padding: 12px;
    border-radius: 50%;
    border:1px solid white;
    z-index: 1000;
}

.op-img{
    width: 40px;
    height: 40px;
}

@media only screen and (max-width:600px) {
    .head-service{
        background-color: #3fa9f5;
        letter-spacing: 6px;
        font-size: 20px;
        color:white;
    }

    .container-fluid.template{
        min-height: 50vh;
    }

    .text-slide{
        font-size: 36px;
        font-weight: 400;
        letter-spacing: 16px;
        line-height: 1.3;
        color: #eea841;
        text-shadow: 2px 2px #000;
    }
    .add{
        text-align: center;
    }
    
}


@media only screen and (min-width:601px) and (max-width:1366px) {
    .container-fluid.template{
        min-height: 50vh;
    }
}