/*
Theme Name: YottaDB
Theme URI: http://0to5.com
Author: 0to5
Author URI: http://0to5.com
Description: Custom Theme Built by 0to5 for YottaDB
Version: 1
License: 
License URI: 
Tags: 
Text Domain: 0to5
*/


/*
Add Custom Theme Styles Below
Main Theme Build CSS ---> /_/css/build.css
------------------------------------------------------------------------
*/

#banner #ydb_banner_right{
	text-align:left;
}
#banner #ydb_banner_right h1{
	color:#f77825;
	font-size:45px;
}
#banner #ydb_banner_right h2{
	font-size:25px;
	font-style:normal;
}
#banner #ydb_banner_right .btn{
	margin-left:0;
}
.home_acc_box{
	background-size: 110px 110px;
    background-repeat: no-repeat;
    background-position: center 30px;
}

.home_acc_box .home_acc_title {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  margin-bottom: 65px;
  margin-top: 135px;
  font-size: 28px;
  text-align: center;
  color: #3b1a68;
}

.home_acc_box .home_acc_title{
	margin-bottom:30px;
}
.home_acc_box .home_acc_content{
	padding-top:0;
}

#useCases .ucrow{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	margin-top:35px;
}
#useCases .uc_outer{
	padding-left:5px;
	padding-right:5px;
	margin-bottom:15px;
}
#useCases .uc_outer .ydb_box{
	text-align:center;
	font-size: 24px;
  	text-align: center;
  	color: #3b1a68;
	padding:10px;
	padding-bottom:15px;
	height:100%;
}
#useCases .uc_outer .ydb_box img{
	display:inline-block;
	max-width:100px;
	width:100%;
}


.home_caseStudies{
	color:#fff;
	background-color:#3b1a68;
	padding:15px;
}
.home_caseStudies img{
	display:inline-block;
	margin-bottom:15px;
}
@media(min-width:767px){
	.home_caseStudies{
		padding:30px;
	}
}
.home_caseStudies .owl-nav{
	width:100%;
	text-align:center;
}
.home_caseStudies .owl-nav .owl-prev, .home_caseStudies .owl-nav .owl-next{
	position:relative;
	left:0;
	top:0;
	right:0;
	display:inline-block;
	opacity:1;
	background-color:#fff;
	margin:0 7px;
} 

#useCases{
	padding-top:125px;
	padding-bottom:0;
}

