section{
    position: relative;
}
.ct-1{
    position: relative;
    background-image: url(/res/bg-1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 600px;
}
.ct-1 > div{
    position: relative;
    width: 100%;
    min-height: 600px;
    height: 100%;
    background-color: #6951ac80;
    padding: 40px 0px 20px;
}
.ct1-h1,.ct1-div{
    text-align: center;
    color: white;
    margin: auto;
}
.ct1-h1{
    width: 900px;
    font-size: 2.8em;
}
.ct1-div{
    width: 700px;
    margin: 20px auto 30px;
    font-size: 1.2em;
    font-family: 'Cabin', sans-serif;
    line-height: 25px;
}
.ct1-divBox{
    text-align: center;
}
.ct1-divBox > span{
    padding: 10px 30px;
    display: inline-block;
    font-size: 1.1em;
    border-radius: 8px;
    color: white;
    background-color: #463c9f;
    font-weight: bold;
}
.flex-col3{
    position: relative;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
    margin: 30px auto;
}
.flex-col3 > div,.f3-col-box{
    background-color: white;
    padding: 20px;
    width: 33.33%;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
}
.col1,.col3{
    padding-top: 40px !important;
}
.col2{
    background-color: #463c9f !important;
}
.flex-col3 > div > h2,.f3-col-box h2{
    text-align: center;
    font-size: 1.6em;
    color: #555;
}
.flex-col3 > div > span,.f3-col-box > span{
    font-size: 3em;
    text-align: center;
    display: block;
    margin: 30px;
    color: #463c9f;
    font-weight: bolder;
}
.flex-col3 > div > p,.f3-col-box > p{
    text-align: center;
    color: #555;
    line-height: 20px;
    font-size: 1.1em;
    margin: 20px auto;
}
.col2 > p{
    color: white !important;
}
.flex-col3 > div > h1,.f3-col-box > h1{
    color: white;
    font-size: 2.6em;
    text-align: center;
    margin: 0 auto;
}
.flex-col3 > div > .f3-box,.f3-col-box > .f3-box{
    text-align: center;
}
.f3-box > span,.f3-box > a{
    position: relative;
    margin: 20px auto;
    border-radius: 8px;
    padding: 10px;
    display: inline-block;
    font-family: 'Cabin', sans-serif;
}
.f3-box > span{
    background-color: white;
    color: #463c9f;
}
.f3-box > a{
    position: relative;
    top: -10px;
    background-color: #dc1126;
    color: white;
    box-shadow: 0 0 0 5px #dc112680;
    padding: 10px 20px !important;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    margin: 10px 5px;
}
.f3-box > a:hover{
    opacity: .9;
}
.f3-box > a:active{
    opacity: .7;
}
#carouselExampleIndicators{
    margin: 30px auto !important;
    width: 94%;
    display: none;
}
.flex-col2{
    position: relative;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
    padding: 40px 0 20px !important;
    margin: auto;
}
.flex-col2 > div{
    margin: 30px auto 20px;
    width: 50%;
}
.f2-col1{
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 26px 0 rgba(0,0,0,.15);
    border-radius: 8px;
    text-align: center;
}
.f2-col1 > img{
    height: 400px;
    margin: auto;
}
.f2-col2{
    padding: 30px;
}
.h1-title{
    font-size: 2.6em;
    color: #555;
}
.p-txt{
    font-size: 1.2em;
    color: #666;
    padding: 20px 0 0;
}
.ct-3,.ct-5{
    width: 90%;
    margin: 20px auto;
}
.ct-3 .h1-title,.ct-5 .h1-title{
    text-align: center;
    font-weight: normal
}
.ct-3 .p-txt,.ct-5 .p-txt{
    text-align: center;
    width: 80%;
    padding-top: 0;
    margin: auto;
}
.flex-col4{
    margin: 20px auto;
    width: 100% !important;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-col4 .col{
    margin: 10px 1%;
    width: 23%;
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,.15);
    min-width: 240px;
}
.flex-col4 .col > div{
    text-align: center;
}
.ct3-icon,.ct3-title{
    color: #463c9f;
    margin: 20px auto;
    font-weight: bold;
}
.ct3-icon{
    font-size: 3em;
}
.ct3-title{
    font-size: 1.4em;
}
.ct3-txt{
    margin: 20px auto;
    color: #555;
    font-size: 1.1em;
}
.ct-4{
    background-color: #f7f6f9;
    padding: 40px 20px;
    margin: 20px auto;
}
.ct-4 > *{
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    text-align: center;
}
.ct-4 .h1-title{
    text-align: center;
    font-weight: normal;
    font-size: 2.3em;
    margin: 20px auto 0;
    color: #555;
}
.ct-4 .p-txt{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-size: 1.2em;
    color: #555;
}
.ct-4 h2{
    text-align: center;
    font-size: 2.2em !important;
    color: #463c9f !important;
}
.ct-4 .div-txt{
    position: relative;
    font-size: .9em;
    color: #555;
    margin: 30px auto;
}
.ct5-table{
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin: 20px auto 40px;
    box-shadow: 0 0 16px 0 rgba(0,0,0,.15);
    width: 90%;
    font-size: 1.1em;
}
.ct5-row{
    position: relative;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 20px;
    font-family: 'Cabin', sans-serif;
}
.ct5-box{
    flex: auto;
    color: #555;
    padding-left: 20px;
}
.ct5-price{
    width: 100px;
    text-align: center;
    font-weight: bold;
    flex: none;
    color: #463c9f;
}
.ct5-title,.ct5-title > span{
    background-color: #463c9f !important;
    color: white !important;
}
@media screen and (max-width: 1010px){
    .ct1-h1{
        width: 96%;
        font-size: 2.5em;
    }
    .ct1-div{
        width: 80% !important;
        margin: 20px auto;
        line-height: 23px;
    }
    .flex-col3{
        width: 98%;
    }
    .flex-col2{
        width: 96%;
        padding: 20px 0 0 !important;
    }
    .flex-col2 > div{
        width: 100%;
        display: block;
    }
    .f2-col2{
        margin: auto !important;
        padding: 10px;
    }
    .h1-title{
        font-size: 2.3em !important;
        margin-bottom: 0 !important;
    }
    .ct-3{
        margin-top: 0 !important;
    }
    .ct-3 .p-txt,.ct-5 .p-txt{
        padding-top: 8px;
        width: 90%;
    }
    .ct-4 > *{
        width: 96%;
    }
}
@media screen and (max-width: 800px){
    .ct1-h1{
        width: 96%;
        font-size: 2.2em;
    }
    .ct1-div{
        width: 80% !important;
        margin: 20px auto;
        font-size: 1.1em;
        line-height: 20px;
    }
    .flex-col3{
        display: none !important;
    }
    #carouselExampleIndicators{
        display: block !important;
    }
    .h1-title{
        font-size: 2.1em !important;
        margin-bottom: 0 !important;
    }
}
@media screen and (max-width: 500px){
    .ct1-h1{
        font-size: 2em;
    }
    .ct1-div{
        font-size: 1em;
    }
    .flex-col3 > div > h1,.f3-col-box > h1{
        font-size: 2.3em;
    }
    #carouselExampleIndicators .col1,#carouselExampleIndicators .col3{
        padding: 40px 0 80px !important;
    }
    .h1-title{
        font-size: 1.8em !important;
        margin-bottom: 0 !important;
        line-height: 30px !important;
    }
    .p-txt{
        font-size: 1.1em;
    }
    .f2-col1 > img{
        height: 300px;
    }
    .ct-3 .p-txt,.ct-5 .p-txt{
        font-size: 1em !important;
    }
    .ct-4 > *{
        width: 100%;
    }
    .ct-4 .h1-title{
        font-size: 1.6em !important;
    }
    .ct-4 h2{
        font-size: 1.6em !important;
    }
    .ct5-table{
        width: 96%;
        font-size: 1em !important;
    }
    .ct5-row{
        padding: 20px 10px;
    }
}
@media screen and (max-width: 380px){
    .f2-col1 > img{
        height: 240px;
    }
    .ct-4 > *{
        width: 100%;
    }
    .ct-4 .h1-title{
        font-size: 1.6em !important;
    }
    .ct-4 h2{
        font-size: 1.4em !important;
    }
    .ct-4 .div-txt{
        font-size: .8em !important;
    }
}