/*** 
Themesoft - Custom Style 
Developed By: Themesoft Dev Team
***/

/** General **/



/** Services **/
.service_section .btn{
    display: inline-block;
    margin-right:10px;
}
.it-consulting-2 .content-column{
    padding:20px 0 0 20px;
}

/** Database Solutions **/
.database-solutions{

}
.database-solutions #Top_bar{
    position:relative;
}
.database-solutions .database-solutions-banner{ 
    height:500px;
}
.database-solutions-banner .hero-text{
    color: #fff;
    float: left;
    font-size: 30px;
    margin-top: 0;
    padding: 0 15%;
    text-align: center;
    width: 100%;
}
.database-solutions-banner .hero-text h1{
    color: #fff;
    font-size: 50px;
    line-height: 1.2em;
    margin-top: 25%;
}
.database-solutions-banner .hero-text .down-arrow{
    position: relative;
    left:50%;
    transform: translateX(-50%);
    width:50px;
    height:40px;
    float:left;
    background:url("../../../uploads/2016/03/down-arrow-db.png") center top no-repeat;
}
.database-solutions .banner-description{
    background-color:#65ba9b;
    padding:25px 0;
}
.database-solutions .banner-description p{
    color: #fff;
    float: left;
    font-size:26px;
    line-height:1.4em;
    padding:0;
    text-align: center;
    width: 100%;
    max-width: inherit;
    font-weight:bold;
}
.database-solutions .column,
.database-solutions .columns{
    margin:0;
}
.database-solutions .section-content{

}
.database-solutions .section-content .image-panel{
    float:left;
    width:45%;
}
.database-solutions .section-content.section-content-reverse .image-panel{
    float:right;
    width:55%;
    text-align: center;
}
.database-solutions .section-content .content-panel{
    float:left;
    width:55%;
    padding-left:15px;
}
.database-solutions .section-content.section-content-reverse .content-panel{
    float:left;
    width:45%;
    padding-left: 0;
    padding-right:15px;
}
.database-solutions .section-content .content-heading{
    float: left;
    font-size: 30px;
    line-height: 1.1em;
    margin-bottom: 15px;
    width: 100%;
}
.database-solutions .section-content .content-description{
    float:left;
    width:100%;
    font-size: 14px;
    margin-bottom:20px;
}
.database-solutions .section-content a.btn-learnmore{
    border-radius: 3px;
    box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 1.3px;
    padding: 10px 15px;
    background-color: #65ba9b;
}
.database-solutions .section-checkout-data{
    height: auto;
    background-color:grey;
}
.database-solutions .section-checkout-data h1{
    font-size:40px;
    float:left;
    width:100%;
    text-align:center;
    color:#000;
    margin:0;
    line-height:1.2em;
}
.database-solutions .section-marketing-data{
    height: 150px;
    background-color:#ecebe9;
}
.section-marketing-data .marketing-data{
    float: none;
    margin: 0 auto;
    width: 600px;
}
.section-marketing-data .marketing-data .marketing-data-text{
    color: #000;
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin-top: 14px;
}
.section-marketing-data .marketing-data .btn-marketing-caption{
    float:left;
    /*width:30%;*/
    background-color: #ef7631 ;
    border-radius: 5px;
    box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1.5px;
    margin-left: 20px;
    padding: 16px 21px;
    position: relative;
    text-transform: uppercase;
}
.section-testimonial{
    background-color:#2d3032;
}
.section-testimonial .testimonial-box{
    float:left;
    width:25%;
    padding-right:20px;
}
.section-testimonial .testimonial-box .testimonial-box-title{
    float:left;
    width:100%;
    color: #777777;
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.section-testimonial .testimonial-box .testimonial-box-content{
    color:#FFF;
    float:left;
    width:100%;
    margin-bottom:10px;
}
.section-testimonial .testimonial-box .testimonial-box-link{
    color:#FFF;
    float:left;
}
.section-testimonial .testimonial-box .testimonial-box-link:hover{
    text-decoration: none;
    color:#ef7631 ;
}

/** Notice of Filing Page **/
#notice-of-filing-wrapper {
    float: left;
    margin-top: -30px;
    padding: 10px 0 15px;
    text-align: center;
    width: 100%;
}
#Footer #notice-of-filing-wrapper a:hover{
    color:#f37321 !important;
}