a {
    color: #ff9030 ;
}
a:hover {
    color: #c96c1b !important;
}

.is-1 {
    font-size: 100px !important;
}

.navbar {
    font-weight: bold;
}
.nav_btn {
    border: 1px solid #ff9030;
}
.nav_btn:hover {
    border: 1px solid #ff9030;
}

.intro {
    background: url(../img/intro.png) center no-repeat;
    background-size: cover;
}
.btn {
    font-size: 25px;
    font-weight: bold;
    padding: 25px 50px;
    border: 2px solid ;
    transition: 0.4s;
}
.btn:hover {
    border: 2px solid #ff9030;
    background-color: #ff9030;
    color: white !important;
}
.intro_text {
    padding-bottom: 135px !important;
}


.clmn_icon {
    max-width: 125px;
}
.ico_scale {
    transition: 0.4s;
}
.ico_scale:hover {
    transform: scale(1.04);
}

.sec_back {
    background-color: #ff9030;
    color: white;
}
.title_sec {
    color: white;
}
.btn_sec {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 40px;
    border: 1px solid #ff9030;
    color: #ff9030;
    transition: 0.4s;
}
.btn_sec:hover {
    border: 1px solid #383838;
    background-color: white;
    color: #383838 !important;
}

.btn_list {
    font-size: 20px;
    font-weight: bold;
    padding: 20px 40px;
    border: 1px solid #383838;
    transition: 0.4s;
}
.btn_list:hover {
    border: 1px solid #ff9030;
    background-color: #ff9030;
    color: white !important;
}

.th_clmn {
    margin: 10px;
    border-radius: 15px;
}
.th_scale {
    transition: 0.4s;
}
.th_scale:hover {
    transform: scale(1.04);
    box-shadow: 0px 0px 15px 0px #ff9030;
}

.img {
    max-width: 300px;
}
li {
    font-size: 16px;
    list-style: none;
    background: url(../img/arrow-right.png) left no-repeat;
    background-size: 25px 25px;
    padding-left: 34px;
}


.sec_footer {
    color: white;
    background-color: #383838;
}
.white {
    color: white;
}
.black {
    color: black !important;
}




@media screen and (max-width:428px) {
    .is-1 {
        font-size: 45px !important;
    }
    .is-2 {
        font-size: 25px !important;
    }
    .btn {
        font-size: 18px;
    }
    .btn_list {
        display: flex;
        justify-content: center;
    }
}