@import "https://fonts.googleapis.com/css?family=Open+Sans";
@import "http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800";
@import "https://fonts.googleapis.com/css?family=Handlee";
body {
    color: #4d4c4c;
    font-family: "Open Sans",sans-serif;
    line-height: 22px;
    background: #ffffff;
}
p {
    margin: 0;
}
textarea.form-control {
    height: 100px !important;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.dropdown-menu > li > a::before {
    border-color: transparent transparent transparent #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    float: left;
    height: 0;
    margin-right: 10px;
    margin-top: 5px;
    width: 0;
}
blockquote p {
    font-size: 14px;
}
.jumbotron p {
    font-family: "Open Sans",sans-serif;
}
h5 a {
    color: #22276e;
}
.top-number a {
    color: #1f3774;
}

.top-number a:hover {
    color: #cccccc;
}
.top-mobile {
    color: #4e4c4c;
    float: left;
    font-size: 25px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 5px;
}
.top-mobile a {
    color: #4e4c4c;
}
.top-mobile a:hover {
    color: #fff;
}
h1, h2 {
    color: #007f92;
    font-weight: 600;
}

.success h2 {color:white}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10.5px;
    margin-top: 1px;
}
h3, h4, h5, h6 {
    color: #1f3774;
}

h3 .fa {color:#f4d94d;}
.lead, h3 {
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 10px;
}
h1 {
    color: #1f3774;
    font-size: 45px;
}
h2 {
    font-size: 20px;
}
a {
    color: #1f3774;
    /* font-weight: 900; */
    transition: color 300ms ease 0s, background-color 300ms ease 0s;
}





.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin: 10px 0px 10px 0px;
    background: #1f3774;
}

.navbar a {color:white;}


.navbar-default {
    background-color: #f7f6f6;
    border-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #008093;
    color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
    font-size: 18px !important;
}
.navbar-default .navbar-nav > li > a:hover {
    color: white;
}
.navbar {
    /* margin-bottom: 20px; */
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #007f92;
    color: #ffffff;
    text-decoration: none;
}
hr {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #e5e5e5;
}
.big-icon, .big-icon:visited {
    border-radius: 50px;
    color: #1e1e1e;
    display: block;
    height: 100px;
    margin: 0 auto 20px;
    text-align: center;
    transition: opacity 0.2s linear 0s;
    width: 100px;
}
.big-icon i::before {
    font-size: 50px;
    line-height: 100px;
}
a.big-icon:hover {
    opacity: 0.8;
    transition: opacity 0.2s linear 0s;
}
.big-icon.pull-left {
    margin: 0 20px 20px 0;
}
.btn-default {
    background-color: white;
    border-color: #cccccc;
    color: black;
}
.btn-primary {
    background: #1f3774 none repeat scroll 0 0;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    margin-top: 10px;
    padding: 8px 20px;
}
.btn-primary:focus, .btn-primary:hover {
    background: black none repeat scroll 0 0;
    box-shadow: none;
    outline: 0 none;
}
.btn-transparent {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 3px solid #fff;
    color: #fff;
}
.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}
a:focus, a:hover {
    color: #4e4c4c;
    outline: 0 none;
    text-decoration: none;
}
.social-share, ul.social-share li, ul.social-share li a {
    display: inline-block;
    padding: 5px;
}
#bottom .social-share {
    text-align: left;
}
#bottom .social-share, #bottom ul.social-share li, #bottom ul.social-share li a {
    display: inline-block;
    padding-right: 5px;
}
.search i, .top-number, ul.social-share li a {
    color: #fff;
}
.panel-heading h4 {
    line-height: 0.5px;
}
.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}
@keyframes scaleIn {
0% {
    opacity: 0;
    transform: scale(0);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
.top-bar {
    line-height: 28px;
    padding: 10px 0;
    background: #ffffff;
}
.top-number p {
    color: #1f3774;
    font-size: 20px;
    margin: 0;
}

.top-number .fa {color: #1f3774;}
.social {
    padding: 10px 0 0;
    text-align: right;
}
.social-share {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.social-share li a {
    background: #404040 none repeat scroll 0 0;
    border-radius: 2px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}
ul.social-share li a:hover {
    color: #fff;
}
input.search-form {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    padding: 0 10px;
    transition: all 400ms ease 0s;
    width: 60px;
}
input.search-form:hover {
    width: 180px;
}
.shortcode-item {
    padding-bottom: 0;
}
.shortcode-item h2 {
    color: #4e4e4e;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 22px;
    margin-top: 0;
}
#bottom {
    color: #ffffff;
    font-size: 14px;
    margin-top: 0;
    padding-top: 20px;
}
#bottom h3 {
    color: #ffffff;
    font-size: 29px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#bottom ul, #footer ul {
    list-style: outside none none;
    margin: 0;
}
#bottom ul {
    padding: 0;
}
#bottom ul li {
    display: block;
    padding: 5px 0;
}
#bottom ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: white;
}
#bottom ul li a:hover {
    color: black;
}
.copy a, .copy a:hover {
    color: #2c0a7b;
}
#footer a {
    color: #fff;
}
.footer-logos {
    margin: 0 auto;
    text-align: center;
}
.footer-logos img {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
}
#bottom .widget {
    margin-bottom: 0;
}
.copy {
    background: #eccf56 none repeat scroll 0 0;
    color: #1f3774;
    padding: 20px;
    text-align: center;
}
#footer {
    color: #fff;
    padding: 10px;
}
#footer a:hover {
    color: #c52d2f;
}
#footer ul {
    padding: 0;
}
#footer ul > li {
    display: inline-block;
    margin-left: 15px;
}
.featured-post .caption {
    background: #000 none repeat scroll 0 0;
    border-radius: 15px;
    color: #fff;
    font-size: 17px;
    opacity: 0.7;
    padding: 10px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 90%;
    z-index: 2;
}
#footer-widget4 .social {
    color: #ffffff;
    text-align: left;
}


.footer-block p {color: #1f3774;font-size:40px;}
.footer-block p .fa {color: #eccf56; }


.featured-post .caption p {
    padding-bottom: 50px;
}
.featured-post .slider-title {
    display: block;
    font-family: oswald,sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    text-decoration: none;
}
.featured-post a:visited {
    color: #fff;
}
.featured-post .btn {
    background: #f29729 none repeat scroll 0 0;
    bottom: 10px;
    padding: 10px;
    position: absolute;
    right: 10px;
    text-align: center;
    text-decoration: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 768px) and (max-width: 991px) {
.dropdown:hover .dropdown-menu {
    animation: 400ms ease 0s normal none 1 running fadeInUp;
    display: block;
}
.media.accordion-inner .pull-left, .tab-wrap .media .parrent.pull-left {
    clear: both;
    width: 100%;
}
.media.accordion-inner .media-body, .tab-wrap .media .parrent.media-body {
    clear: both;
}
.freequote-btn {
    display: none;
}
}
@media (max-width: 767px) {
.media.accordion-inner .media-body, .media.accordion-inner .pull-left, .tab-wrap .media .media-body {
    clear: both;
}
.social-share, .top-number, .freeindex {
    display: none;
}
.mobile-button {
    display: none;
}
.navbar-default .navbar-nav > li > a {
    font-size: 20px !important;
}
.navbar-toggle {/* color: pink; */}
.navbar-toggle .button-label {
    display: inline-block;
    float: left;
    font-weight: bold;
    line-height: 14px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
.button-bars {
    display: inline-block;
    float: left;
}
}
@media (min-width: 766px) {
.top-mobile {
    display: none;
}
ul.checked {
    list-style: outside none none;
    padding: 0;
}
.checked li {
    padding-left: 1.3em;
}
.checked li::before {
    content: "open-quote";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: -1.3em;
    width: 1.3em;
}
--------------- .testimonial {
    background: #007f92 none repeat scroll 0 0;
}
.newsletter {
    border: 1px solid #007f92;
    text-align: center;
}
#bottom .fa {
    font-size: 30px;
}
.top-bar-right {
    background: #008093 none repeat scroll 0 0;
    color: white;
    font-size: 20px;
}
.top-bar-right .fa {
    color: white;
    font-size: 20px;
}
@media not all {
}
@media not all {
}
@media not all {
}
@media not all {
}
@media not all {
}
.btn-xl {
    font-size: 24px;
}
.center {
    margin: 0 auto;
}
.caldera-grid .cf-multi-uploader-list > ul > li .file-name {
    display: none !important;
}
.caldera-grid .cf-multi-uploader-list > ul {
    height: 50px !important;
}
section {
    padding-bottom: 100px;
    padding-top: 100px;
}
.quote {
    color: rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    text-align: center;
}
.bx-wrapper {
    padding: 20px;
}
element.style {
}
.tslider blockquote {
    margin: 0;
    padding: 0;
}
blockquote {
    border-left: 5px solid white;
}
.tslider blockquote p {
    color: #4d4c4c !important;
    font-size: 20px !important;
    font-style: italic;
    font-weight: 200 !important;
    line-height: 1.2;
    margin: 0.4em 0 1em;
}
.btn-chinese {
    background-color: red;
    color: white;
}
.inline-logos img {
    display: inline-block;
}
.statement {
    color: #007f92;
    font-size: 22px;
    font-style: italic;
    line-height: 25px;
    padding-top: 20px;
}
.nav-tabs {
    border-bottom: 2px solid #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border-width: 0;
}
.nav-tabs > li > a {
    background: #5a4080 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #5a4080 !important;
}
.nav-tabs > li > a::after {
    background: #5a4080 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scale(0);
    transition: all 250ms ease 0s;
    width: 100%;
}
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
    transform: scale(1);
}
.tab-nav > li > a::after {
    color: #fff;
}
.tab-pane {
    padding: 15px 0;
}
.tab-content {
    padding: 20px;
}
.nav-tabs > li {
    text-align: center;
    width: 20%;
}
.card {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px;
}
@media all and (max-width: 724px) {
.nav-tabs > li > a > span {
    display: none;
}
.nav-tabs > li > a {
    padding: 5px;
}
}
#service {
    background-color: ghostwhite;
    padding-bottom: 100px;
    padding-top: 100px;
}
.row-1 .ser-col-4 {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.row-1 .ser-col-4-l {
    border-bottom: 1px solid #ccc;
}
.row-2 .ser-col-4 {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.row-2 .ser-col-4-l {
    border-bottom: 1px solid #ccc;
}
.row-3 .ser-col-4 {
    border-right: 1px solid #ccc;
}
@media (max-width: 768px) {
.ser-col-4-l {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.section-box-nine {
    height: 200px;
}
.ser-col-4 {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
}
.ser-col {
    height: auto;
    padding: 20px;
    position: relative;
    text-align: center;
    width: 100%;
}
.icon-col {
    border-radius: 50%;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 80px;
}
.icon-col i {
    font-size: 35px;
    padding: 20px;
}
.circle {
    bottom: -11px;
    position: absolute;
    right: -24px;
    z-index: 99;
}
}
blockquote {
    background: #f7f6f6 none repeat scroll 0 0;
    border-left: 10px solid #4e4c4c;
    color: #4e4c4c;
    margin: 1.5em 10px;
    padding: 1em 10px;
    quotes: "open-quote";
}
blockquote::before {
    color: #4e4c4c;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}
.caldera-grid .btn-primary {
    background-color: #5a4080;
    border-color: #5a4080;
    color: #fff;
}
.bottom-strip {
    background: #dfe4e7 none repeat scroll 0 0;
    color: white;
    margin-top: 30px;
    padding: 10px;
    text-align: center;
}
.bottom-strip h2 {
    color: #008093;
    font-size: 30px;
}
.bottom-strip h2 a {
    color: #5a4080;
    font-size: 30px;
}


-------



.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
    background-color: #1f3774;
}

------

    .btn-read {
        background: transparent;
        border-radius: 0;
        border: 1px solid #ffffff;
        color: #fff;
    }
	.section-box-one{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-one figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-one img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-one:hover img{
        transform: translate(100%, -100%);
        -webkit-transform: translate(100%, -100%);
        -moz-transform: translate(100%, -100%);
    }

    .section-box-two{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-two figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-two img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-two:hover img{
        transform: translate(-100%, -100%);
        -webkit-transform: translate(-100%, -100%);
        -moz-transform: translate(-100%, -100%);
    }

    .section-box-three{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-three figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-three img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-three:hover img{
        transform: translate(-100%, 100%);
        -webkit-transform: translate(-100%, 100%);
        -moz-transform: translate(-100%, 100%);
    }

    .section-box-four{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-four figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-four img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-four:hover img{
        transform: translate(-100%,0);
        -webkit-transform: translate(-100%,0);
        -moz-transform: translate(-100%,0);
    }

    .section-box-five{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-five figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-five img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-five:hover img{
        transform: translate(100%,0);
        -webkit-transform: translate(100%,0);
        -moz-transform: translate(100%,0);
    }

    .section-box-six{
         height: 300px;
        background-color: rgba(244,217,77, 0.9);
        background: red;
        background-color: rgba(244,217,77, 0.9);
        color: #1f3774;
        position: relative;
        overflow:hidden;
    }
    .section-box-six figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-six img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-six:hover img{
        transform: translate(0,-100%);
        -webkit-transform: translate(0,-100%);
        -moz-transform: translate(0,-100%);
    }

    .section-box-seven{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-seven figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-seven img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-seven:hover img{
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        opacity: 0;
    }

    .section-box-eight{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
        transform: rotateY(-180deg);
        transition: ease-in-out .5s;
    }
    .section-box-eight:hover {
        transform: rotateY(0deg);
    }
    .section-box-eight:hover img {
        transform: rotateY(-180deg);
        backface-visibility: hidden;
        transition: ease-in-out .5s;
    }
    .section-box-eight figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
    }
    .section-box-eight img{
        height: 100%;
        position: absolute;
    }

    .section-box-nine{
        height: 300px;
        background-color: rgba(244,217,77, 0.9);
        background: red;
        background-color: rgba(244,217,77, 0.9);
        color: #1f3774;
        position: relative;
        overflow:hidden;
    }
    .section-box-nine figure {
        position: absolute;
        text-align: center;
        padding: 19px;
        width: 100%;
        height: 100%;
        padding-top: 40px;

    }
    .section-box-nine img{
        height: 100%;
        position: absolute;
        transition: ease-in-out .5s;
        -webkit-transition: ease-in-out .5s;
        -moz-transition: ease-in-out .5s;
    }
    .section-box-nine:hover img{
        transform: scale(3);
        -webkit-transform: scale(3);
        -moz-transform: scale(3);
        opacity: 0;
    }

    .section-box-ten{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-ten figure {
        position: absolute;
        text-align: left;
        padding: 10px 19px 19px 19px;
        width: 100%;
        height: 100%;
        border-top: 1px solid #fff;
        background: rgba(0, 0, 0, 0.71);
        bottom: -80%;
        transition: ease-in-out .5s;
    }
    .section-box-ten:hover figure {
        bottom: 0;
    }
    .section-box-ten figure h3{
        margin: 0;
        padding-bottom: 10px;
    }
    .section-box-ten img{
        height: 100%;
    }


    .section-box-eleven{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-eleven figure {
        position: absolute;
        padding: 10px 15px;
        width: 100%;
        bottom: -25%;
        transition: ease-in-out .5s;
        background: rgba(0, 0, 0, 0.71);
        border-top: 1px solid #fff;
    }
    .section-box-eleven:hover figure {
        bottom: 0;
    }
    .section-box-eleven img{
        height: 100%;
    }

    .section-box-twelve{
        height: 250px;
        background: radial-gradient(#6e6e6e,#2f2f2f);
        background: -webkit-radial-gradient(#6e6e6e,#2f2f2f);
        background: -moz-radial-gradient(#6e6e6e,#2f2f2f);
        color: #fff;
        position: relative;
        overflow:hidden;
    }
    .section-box-twelve figure {
        position: absolute;
        text-align: center;
        padding: 10px 19px 19px 19px;
        width: 100%;
        height: 100%;
        transition: ease-in-out .5s;
        opacity: 0;
        transform: scale(2);
    }
    .section-box-twelve:hover figure {
        opacity: 1;
        transform: scale(1);
        background: rgba(0, 0, 0, 0.71);
    }
    .section-box-twelve figure a{
        color: #fff;
        font-size: 3em;
        top: 35%;
        position: relative;
    }
    .section-box-twelve img{
        height: 100%;
    }



--------


