/*slide-index*/
.owl-theme .owl-nav [class*='owl-']{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    cursor: pointer;
    transition: opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s;
    transition: transform .3s, opacity .3s, background .3s, box-shadow .3s, -webkit-transform .3s;
}
.owl-theme .owl-nav .owl-prev{
    left: 20px;
}
.owl-theme .owl-nav .owl-next{
    right: 20px;
}
.owl-theme .owl-nav [class*='owl-'] svg{
    fill: #Fff;
    width: 17px;
    height: 18px;
    margin-top: 7px;
}
.owl-theme .owl-nav [class*='owl-']:hover{
    opacity: 1;
    background: #ed1c24;
    border-color: #ed1c24;
}
.owl-theme .owl-nav{
    margin: 0;
}
.owl-carousel .owl-dots .owl-dot span{
    background: #ddd;
}
.owl-carousel .owl-dots .owl-dot.active span, 
.owl-carousel .owl-dots .owl-dot:hover span{
    background: #ed1c24;
}
/*End slide-index*/


/*st1*/
.st1 {
    padding: 30px 0;
    background-image: linear-gradient(#d4f9f9 1%, #fff);
}
.st1-item {
    display: block;
    background-color: #fff;
    padding: 15px 0;
    border-radius: 5px;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.05);
}
.st1-item .st1-item__icon {
    display: table;
    margin: auto;
    text-align: center;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background: #d35400;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    border: solid #CCC 3px;
}
.st1-item .st1-item__inner {
    display: table-cell;
    vertical-align: middle;
}
.st1-item .st1-item__icon svg {
    fill: #fff;
    vertical-align: middle;
}
.st1-item .st1-item__content {
    color: #333;
    text-align: center;
    font-size: 16px;
}
.st1-item .st1-item__content p {
    margin-bottom: 0;
    line-height: 25px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 5px;
}
/*End st1*/

/*st2*/
.st2-heading p {
    max-width: 450px;
    font-size: 14px;
    margin: 0 auto 15px;
    color: #333;
    padding-top: 5px;
}


.st2-nav {
    margin-bottom: 20px;
}
.st2-nav .list-nav {
    display: table;
    margin: auto;
    border: 0;
}
.st2-nav .list-nav > li {
    -webkit-transition: all .2s ease;
    position: relative;
    transition: all .2s ease;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}
.st2-nav .list-nav > li a:before {
    position: absolute;
    content: "";
    background: #d35400;
    bottom: -2px;
    opacity: 0;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    left: 0;
    width: 0;
    height: 1px;
}
.st2-nav .list-nav > li.active a:before, 
.st2-nav .list-nav > li:hover a:before {
    width: 100%;
    opacity: 1;
}
.st2-nav .list-nav > li > a {
    padding: 0;
    border: 0;
    margin: 0;
    color: #121212;
    display: block;
}
.st2-nav .list-nav > li.active > a {
    color: #d35400;
    border: 0;
}
.st2-nav .list-nav > li+li {
    margin-left: 15px;
}
.st2 .owl-theme .owl-dots{
    display: none;
}
/*End st2*/

/*st3*/
.st3.st-bk:nth-of-type(2n){
    background-color: #f1f0d6;
}
.st3-nav {
    float: right;
    margin-top: 10px;
}
.st3-nav li {
    display: inline-block;
}
.st3-nav li a {
    color: #252525;
    padding: 5px 8px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
.st3-nav li a i {
    padding-left: 5px;
}
.st3-nav li a:hover {
    color: #d35400;
}
/*End st3*/


@media(max-width: 991px){
    .st1{
        display: none;
    }
    .st2 .owl-theme .owl-dots {
        display: block;
    }
}
@media(max-width: 767px){
    .st3-nav li a{
        font-size: 12px;
    }
}