﻿.btn-style-nine {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    overflow: hidden;
    background: none;
    border-radius: 4px;
    padding: 13px 30px 13px;
    background-color: #f71735;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}


.theme-btn {
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}


/*** 
/*** 
====================================================================
	Sec Title
====================================================================

***/

.sec-title-three.centered h2:before {
    left: 50%;
    margin-left: -20px;
}

.sec-title-three.centered {
    text-align: center !important;
}

/*** 
====================================================================
	Experts Section
====================================================================

***/

.experts-section {
    position: relative;
    padding: 100px 0px 100px;
    background-attachment: fixed;
    background-size: cover;
}

    .experts-section:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background-color: rgba(11,12,38,0.80);
    }

.expert-block {
    position: relative;
    margin-bottom: 30px;
}

    .expert-block .inner-box {
        position: relative;
        text-align: center;
        padding: 0px 30px 35px;
    }

        .expert-block .inner-box:before {
            position: absolute;
            content: '';
            left: 0px;
            top: 30px;
            right: 0px;
            bottom: 0px;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
            border: 2px solid rgba(255,255,255,0.25);
        }

        .expert-block .inner-box .icon-box {
            position: relative;
            width: 60px;
            height: 60px;
            margin-bottom: 28px;
            line-height: 56px;
            font-size: 28px;
            text-align: center;
            display: inline-block;
            background-color: #28293f;
            border: 2px solid #8d9297;
            color: rgba(255,255,255,0.60);
            -webkit-transition: all 600ms ease;
            -ms-transition: all 600ms ease;
            -o-transition: all 600ms ease;
            -moz-transition: all 600ms ease;
            transition: all 600ms ease;
        }

        .expert-block .inner-box:hover::before {
            border-color: #f71735;
        }

        .expert-block .inner-box:hover .icon-box {
            background-color: #f71735;
            border-color: #f71735;
            color: #ffffff;
            -webkit-transform: scale(-1) rotate(180deg);
            -moz-transform: scale(-1) rotate(180deg);
            -ms-transform: scale(-1) rotate(180deg);
            -o-transform: scale(-1) rotate(180deg);
            transform: scale(-1) rotate(180deg);
        }

        .expert-block .inner-box h4 {
            position: relative;
            font-weight: 600;
            line-height: 1.3em;
        }

            .expert-block .inner-box h4 a {
                position: relative;
                color: #ffffff;
                -webkit-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                transition: all 300ms ease;
            }

        .expert-block .inner-box:hover h4 a {
            color: #f71735;
        }

        .expert-block .inner-box .text {
            position: relative;
            color: #ffffff;
            font-size: 16px;
            margin-top: 15px;
            line-height: 1.7em;
        }

.sec-title-three.centered {
    text-align: center !important;
}

.sec-title-three {
    position: relative;
    margin-bottom: 30px;
}

    .sec-title-three h2:before {
        position: absolute;
        content: '';
        left: 0%;
        bottom: 0px;
        height: 2px;
        width: 40px;
        background-color: #f71735;
    }
