.main-header .logo-outer {
	padding-bottom: 0px;
}
.main-menu .navigation > li > a  {
}
.main-header .nav-outer {
	margin-top: -30px;
}
@media only screen and (max-width: 1023px) {
	.main-header .nav-outer {
		margin-top: 0px;
	}
}
.main-header .logo-outer .logo img {
	max-width: 650px;
	width: 100%;
}
.sticky-header .logo img {
	max-width: 350px;
}
.page-title {
	padding-top: 40px;
	padding-bottom: 90px;
}
.sidebar-page-container {
	padding-top: 30px;
}
.checkout-page {
	padding-top: 0;
}
.blog-section {
	padding-top: 30px;
	padding-bottom: 0;
}
.services-section {
	padding-top: 30px;
	padding-bottom: 30px;
}
.services-section-two {
	padding-top: 30px;
	padding-bottom: 100px;
}
.company-section {
	padding-top: 0;
	padding-bottom: 10px;
}
.history-section {
	padding-top: 30px;
	padding-bottom: 30px;
}
.contact-detail-section {
	padding-top: 30px;
	padding-bottom: 30px;
}
.team-section {
	padding-top: 0;
}
.bg-black {
	background: #000;
}
.currency-chart {
	padding: 0;
}
.currency-chart .container-fluid {
	padding: 0;
}
.team-block .image {
	background: url('/images/background/background-1.jpg') no-repeat;
	background-size: cover;
}
.company-section .content-column .inner-column {
	padding: 20px;
}
.company-section .content-column .inner-column .dark-text {
	font-size: 18px;
}
.tab .text {
	padding-bottom: 20px;
}
.tab .text .list-style-two {
	margin-bottom: 10px;
}
.download h2 {
	padding-top: 15px;
}
.download-links {
	border-top: 1px dotted #ccc;
	margin-top: 10px;
}
.download-links li {
	display: inline-block;
	padding-right: 20px;
}
.search-result-link {
    color: #267F18;
}
.sec-title {
	margin-bottom: 20px;	
}
.list-style-two li {
	font-family: 'Roboto';
	font-size: 14px;
	margin-bottom: 0;
}

.blog-cat li.active a{
	color:#699bf4;
}
.blog-cat li.active a::after{
	width:100%;
	background-color:#699bf4;
}
.blog-cat li.active a::before{
	border-color:rgba(255,255,255,0.20);
	background-color:#699bf4;
}
.auction-forms .text {
	padding-top: 10px;
	font-size: 14px;
	font-weight: normal;
}
.auction-forms .btn-style-one {
	color: #23527c !important;
}
.auction-forms .btn-style-one:hover {
	color: #87aef3 !important;
}
.auction-forms .row {
	margin-top: 10px;
}
.auction-form-success {
	display: none;
}
.auction-form .row label {
	font-weight: normal;
}
.auction-form .address input[type=text] {
	margin-bottom: 5px;
}
.auction-form input[type=radio], .auction-form input[type=checkbox] {
	display: inline-block !important;
	height: auto;
	width: auto;
}
.auction-form select {
	width: 100%;
}
/* =======Make it a marquee========== */
.marquee {
	width: 100%;
	font-size:16px;
	margin: 0 auto;
	padding:10px 0px;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
}
.marquee a {
	display: inline-block;
	padding:0 20px;
}
.marquee span {
	display: inline-block;
	padding:0 5px;
}
.marquee span:nth-child(2){
	color:#fff;
}
.marquee  a img {
	padding:0px 10px;
}
.marquee a:hover {
	background: #699bf4;
	color: #fff;
}
.marquee:hover {
    animation-play-state: paused
}
.pt-30 {
	padding-top: 30px;
}
.pb-0 {
	padding-bottom: 0;
}
.mb-0 {
	margin-bottom: 0;
}


.chart {
	min-height: 500px;
	margin-bottom: 30px;
}
.table thead th {
	background: #87aef3;
	border-bottom: 2px solid #444;
	color: #fff;
	padding: 2px;
	font-weight: normal;
}
.table thead th:first-child {
	text-align: left;
}
.table tbody th {
	background: #6194ef;
	border-bottom: 1px solid #aaa;
	color: #fff;
	padding: 2px;
	font-weight: normal;
	width: 20%;
}
.table td {
	padding: 2px;
	border-bottom: 1px solid #ddd;
}

.table.numeric td, .table.numeric th {
	text-align: right;
}


.blog-cat-two li:hover a, .blog-cat-two li.active a {
	background: none;
	color: #000;
}
.blog-cat-two li:hover>a, .blog-cat-two li.active>a {
	background: none;
	color: #87aef3;
}
.blog-cat-two li a:hover::before, .blog-cat-two li.active a::before {
	border-color:#e6e6e6;;
	background-color: #eee;
}
.blog-cat-two li>a:hover::before, .blog-cat-two li.active>a::before {
	border-color: #87aef3;
	background-color: #87aef3;
}
.blog-cat-two-sub {
}
.blog-cat-two-sub li {
	padding: 0px;
	padding-left: 30px;
}


/*List Style Two*/

.page-content ul:not(.tab-btns) {
	position:relative;
}

.page-content ul:not(.tab-btns) li {
	position:relative;
	color:#848484;
	font-size:16px;
	font-weight:400;
	padding-left:28px;
	margin-bottom:10px;
	font-family: 'Raleway', sans-serif;
}

.page-content ul:not(.tab-btns) li:before{
	position:absolute;
	content:'';
	left:0px;
	top:10px;
	width:8px;
	height:8px;
	background-color:#87aef3;
	border:1px solid #87aef3;
}

.page-content h4 {
	margin-top: 40px;
}


.manager-name {
	font-size: 22px;
	font-weight: bold;
}

.manager-img {
	width: 240px;
	float:right;
	border: 1px solid #eee;
	padding: 2px;
	border-radius: 10px;
	background: url('/images/background/background-1.jpg') no-repeat;
	background-size: cover;
}
.team-block .inner-box {
	border: 1px solid #eee;
	padding: 2px;
	border-radius: 10px;
	background: url('/images/background/background-1.jpg') no-repeat;
	background-size: cover;
}
.manager-img img, .team-block .inner-box .image img {
	width: 100%;
	border-radius: 10px 10px 0 0;
}
.manager-title, .team-block .lower-content-box {
	background: #87aef3;;
	color: #fff;
	text-align: center;
	font-size: 20px;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
	padding-bottom: 10px;
}
.full-rad {
	border-radius: 10px;
}
.team-block .lower-content-box {
	padding-bottom: 0 !important;
}
.manager-title small, .team-block .lower-content-box .designation {
	font-size: 14px;
	display: block;
	color: #fff !important;
}
/*


.sidebar-brochure .brochure span {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background:url('/media/setting/pdf.png');
	background-size: contain;
}

*/
.sidebar-brochure .download {
	border-left-color: #f2f2f2 !important;
	font-weight: normal;
}
.pdf-png {
	background:url('/media/setting/pdf.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
}
.comment-time {
	color: #333;
	font-size: 14px;
	line-height: 18px;
}
.comment {
	font-size: 13px;
	color: #555;
}
.main-menu .navigation > li > ul > li > a::before {
	content: '';
}
.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a,
.main-header .sticky-header .main-menu .navigation > li.current-menu-item > a{
	background: none !important;
}
.main-menu .navigation > li > ul > li  > ul > li > a:hover{
	background: none !important;
}
.main-menu .navigation > li:hover > ul > li,
.main-menu .navigation > li > ul > li:hover > a {
	background: none !important;
	padding-left: 0;
	color: #87aef3;
}

.comment-block {
	margin-top:40px;
}
.comment-block .inner {
	padding-top: 26px;
}
.comment-block .date {
	font-size: 20px !important;
}

.application {
	background: #fafafa;
	border:1px solid #eee;
	padding: 30px;
}
.application-title {
	font-size: 24px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.application .media-item {
	margin: 0;
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.currency-features .col-sm-3 {
	padding-bottom: 20px;
}
.currency-feature {
	position: relative;
}
.currency-feature span {
	background: #e9ce01;
	border-radius: 50%;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 32px;
	text-align: center;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 0;
}
.currency-feature p {
	margin-left: 40px;
}

.relative {
	position: relative;
}
.z-1000 {
	z-index: 1000 !important;
}
.z-1001 {
	z-index: 1001 !important;
	position: absolute;
	top: -20px;
	right: 0;
}

.main-header .sticky-header .main-menu .navigation > li:hover > a {
	color: #000 !important;
}


/* google translate */
#google_translate_element {
  margin-top: 0;
}
.goog-te-gadget-icon {
	display: none;
}
.goog-te-gadget {
	color: #fff !important;
}
.goog-te-gadget-simple {
	background: transparent !important;
	border: 0 !important;
}
.goog-te-menu-value {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #fff !important;

}
.header-upper .pull-right {
	z-index: 100;
}
.text-lg {
	font-size: 140%;
}
.big-text {
	display: block;
	font-size: 40px;
	margin-bottom: 30px;
	color: #000;
}
@media only screen and (max-width: 768px){
		.header-upper .pull-right {
			padding-top: 54px;
		}
}