*{
	margin:0;
	padding:0;
}
.left-part h2{
	font-size:#fff;
	font-family: 'Open Sans', sans-serif;
}
.header-area {
  background:#333333;
color:#fff;  
}
.right-parts h4 {
    padding-top: 18px;
    font-weight: bold;
    line-height: 23px;
	font-family: 'Open Sans', sans-serif;
}
.right-parts h3 {
    color: red;
    font-weight: bold;
    margin-top: 47px;
    text-align: right;
	font-family: 'Open Sans', sans-serif;
}

.head h2{
	color:#2C4C61;
}
.second-right-part p{
	font-size:17px;
	font-family: 'Open Sans', sans-serif;
}
.background-part {
	background: url(../img/bgmain.jpg) no-repeat center center fixed;
    background-size: cover;
	
   
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#contact {
    background: #009EDF;
    padding: 10px 20px 15px 20px;
    border-radius: 4px;
    margin-top: 50px;
}

#contact h3 {
    font-family: Open Sans;
font-size: 28px;
line-height: 56px;
font-weight: 600;
color: #FFFFFF;
margin-bottom: 25px;
}

#contact h4 {
    margin: 5px 0 15px;
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 17px;
}
fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    min-width: 100%;
    padding: 0;
    width: 100%;
}



#contact button[type="submit"] {
   font-family: Open Sans;
font-size: 18px;
font-weight: 600;
color: #FFFFFF;
width: 160px;
height: 40px;
border-radius: 10px;
background-color: #A0B200;
border:none;
}
#contact button[type="submit"]:hover {
    background: #A0B200;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}
#contact button[type="submit"]:active { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5) }

::-webkit-input-placeholder { color: #888 }
:-moz-placeholder { color: #888 }
::-moz-placeholder { color: #888 }
:-ms-input-placeholder { color: #888 }
.overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    background: rgba(0,0,0,0.5);
}


.btn-success {
    color: #fff;
    background-color: #446A7D;
    border-color: #446A7D;
	transition:0.5s;
}
.btn-success:hover {
    color: #fff;
    background-color: #2C4C61;
    border-color: #2C4C61;
	padding:13px 50px;
}
.right-content-part h3 {
    color: #fff;
    margin-top: 50px;
    text-align: center;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
}
.control-area{
	padding-top:25px;
	padding-bottom:25px;
	background:url(img/symphony.png);
	margin-top:-35px;
}
.contact-parts{
	
	padding-bottom:25px;
	background:url(img/symphony.png);
}
.control-area-two{
	background:url(img/symphony.png);
}
.panels-area{
	margin-top:70px;
}
.panel-image{
	margin-top:70px;
}
.panel-default > .panel-heading {
    color: #fff;
    background-color: #446A7D;
   
}
.panel-body p{
	font-size:16px;
	margin-top:7px;
}


.customer-area {
    padding-top: 50px;
    padding-bottom: 50px;
	background:url(img/symphony.png);
}
.customer img {
    width: 200px;
    height: 110px;
}
.buyer {
    font-size: 18px;
    color: #00AAE8;
}
.footer-area {
    background: #446A7D;
    padding: 13px 0px;
}

.left-content-parts p {
    color: #fff;
    font-size: 16px;
    padding-top: 15px;
    font-family: 'Open Sans', sans-serif;
}
.right-content-part h2{
	color:#fff;
	border-bottom:2px dotted #fff;
	width:60%;
}
.left-part img {
    height: 110px;
    width: 250px;
}

.right-content-parts p {
   font-family: Open Sans;
font-size: 22px;
line-height: 30px;
font-weight: 400;
    color: #000;
}
.right-content-parts h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.right-content-parts h3 {
   font-family: Open Sans;
font-size: 48px;
line-height: 56px;
font-weight: 800;
margin-bottom: 30px;
color:#000;
}
.right-parts img{
margin:0 auto;
padding-top:25px;
}
.second-parts{
	padding-top:80px;
	padding-bottom:50px;
	background:url(img/symphony.png);
	background-repeat:repeat;
	margin-top:-20px;
}
.second-right-part{

}
.top-info{
	background:#2F3439;
}
.second-right-part h3{
	text-transform: uppercase;
    font-weight: bold;
    color: #FF9966;
    font-family: 'Open Sans', sans-serif;
	padding-top:50px;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.footer-logo{
	background:#446A7D;
}
.footers{
	background:#222222;
	color:#fff;
	font-size:17px;
}
.left_tat_part p {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    line-height: 28px;
}
.fb1 {
    font-size: 19px;
    background: #F6DC1C;
    color: #fff;
    padding: 6px 20px;
    margin: 5px;
}
.left_tat_part h4 {
    font-size: 27px;
    padding-top: 25px;
   font-family: 'Open Sans', sans-serif;
}
.for_margin{
	margin-top:80px;
}
.how{
	font-size:20px;
}

.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.42857143;
    color: gray;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-weight: bold;
}
.left_part h3 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
.right_parts h4{
	color:#fff;
	font-family: 'Open Sans', sans-serif;
}
.right_parts h4{
	margin-top:25px;
	text-align:right;
	font-family: 'Open Sans', sans-serif;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 2px;
    border: 1px solid transparent;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 5px;
}
.proquest_part{
	background:#019FDE;
	
}
.top_db{
	
}
.arts_db_part{
	padding-top:10px;
	padding-bottom:10px;
}
label{
color:#fff;
font-family: Open Sans;
font-size: 22px;
font-weight: 400;
}
.for_bold{
	font-weight:bold;
}
.overview_part{
	padding-top:30px;
	padding-bottom:30px;
}
.for_border{
	border:2px solid #D1D1D1;
	padding:10px;
	border-radius:4px;
}
.left_overview p{
	font-size:16px;
}
.bb{
	color:#A8A8A8;
	border:1px solid gray;
}
.single_benefit h4{
	font-family: Open Sans;
font-size: 20px;
font-weight: 800;
color: #333333;
margin-bottom: 15px;
}
.single_benefit p{
	font-family: Open Sans;
font-size: 16px;
line-height: 24px;
font-weight: 400;
color: #333333;
	
}
.b_title h3 {
    font-family: Open Sans;
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 30px;
    margin-left: 15px;
}
.Access {
text-decoration:underline;
}
.resource_part{
	padding-bottom:30px;
}
.products_part{
	background:#E5E5E5;
	padding-top:20px;
	padding-bottom:30px;
}
.single_product h4{
	ont-family: Open Sans;
font-size: 20px;
line-height: 28px;
font-weight: 600;
color:#009EDF;
margin-bottom: 15px;
}
.single_ft i{
	width:30px;
	height:30px;
	background:#FFFFFF;
	color:#000;
	line-height:30px;
	text-align:center;
	border-radius:3px;
	margin:4px;
}
.footer_one{
	background:#323232;
	color:#fff;
}
.sign_up{
	background:#B6BF00;
	color:#fff;
	padding:6px 20px;
	border-radius:6px;
	border:none;
	outline:0;
}
.footer_one{
	padding-top:30px;
	padding-bottom:30px;
	font-family: Open Sans;
}
.main_footer{
	color:#fff;padding-top:20px;padding-bottom:15px;background:#585858;
	
}
a{
	color:#fff;
}
a:hover{
	color:#fff;
}
.more{
color:#00A0DF;
}
.more:hover{
color:#00A0DF;
}
.left_overview h3{
	font-family: Open Sans;
font-size: 32px;
font-weight: 400;
color: #333333;
margin-bottom: 30px;
}
.left_overview p{
	font-family: Open Sans;
font-size: 18px;
line-height: 26px;
font-weight: 400;
color: #333333;
}
.right_overview p{
	font-family: Open Sans;
font-size: 16px;
font-weight: 800/400;
color: #333333;
margin-bottom: 20px;
}
.right_resorce h4{
	font-family: Open Sans;
font-size: 16px;
font-weight: 600;
color: #333333;
margin-bottom: 15px;
}
.right_resorce p{
	font-family: Open Sans;
font-size: 16px;
line-height: 24px;
font-weight: 400;
color: #333333;
margin-bottom: 10px;
}
.Access {
	font-family: Open Sans;
font-size: 16px;
font-weight: 400;
color: #009EDF;
}
.single_product{
	font-family: Open Sans;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 10px;
}
.top_db p{
	font-family: Open Sans;
}
.bottom_t h3{
	font-family: Open Sans;
}
