b, strong {
    font-weight: bold;
}
.bg-darken {
	background-color: #000832;
}
.rd-nav-link {
	font: 500 16px/20px "Roboto Condensed", sans-serif;
	letter-spacing: 0em;
	text-transform: uppercase;
}
.rd-navbar-static .rd-nav-link {
	color: #283891;
}
.rd-navbar-toggle span::after, .rd-navbar-toggle span::before, .rd-navbar-toggle span {
	width: 24px;
	height: 2px;
	background-color: #172882;
	backface-visibility: hidden;
	border-radius: 5;
}
.rd-navbar-minimal.rd-navbar-static .rd-navbar-main-outer {
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fff;
}
.tabs-horizontal.tabs-line .nav-link {
	font: 500 16px/20px "Roboto Condensed", sans-serif;
	position: relative;
	padding: 0 0 13px 0;
			  
	background-color: transparent;
	color: #9b9b9b;
	border: 0;
}
.rd-navbar-minimal.rd-navbar-static .rd-navbar-brand img {
	max-width: 200px;
	max-height: 80px;
	position: absolute;
	padding: 0 !important;
	margin: 0 !important;
	display: inline-block;
	top: 25px;
}

.rd-navbar-fixed .rd-navbar-panel {
	color: #29293a;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	background: #fff;
}

.rd-navbar-fixed .rd-navbar-brand img {
	width: 369px;
	height: auto;
	max-width: 80%;
}
.footer-bg{
	background-color: #08155d;

}

@media (min-width: 576px) {
	.section-xs {
		padding: 40px 0;
	}
}

@media (min-width: 768px) {
	.section-sm {
		padding: 45px 0;
	}
	.section-sm.section-first {
		padding-top: 90px;
	}
	.section-sm.section-last {
		padding-bottom: 90px;
	}
	.section-md {
		padding: 60px 0;
	}
	.section-lg {
		padding: 72px 0;
	}
	.section-lg.section-first {
		padding-top: 100px;
	}
	.section-lg.section-last {
		padding-bottom: 100px;
	}
	.section-xl {
		padding: 80px 0;
	}
	.section-1 {
		padding: 60px 0;
	}
}

@media (min-width: 992px) {
	.section-md {
		padding: 60px 0 70px;
	}
	.section-xl {
		padding: 100px 0;
	}
	.section-1 {
		padding: 80px 0;
	}
}

@media (min-width: 1200px) {
	.section-sm {
		padding: 60px 0;
	}
	.section-sm.section-first {
		padding-top: 80px;
	}
	.section-sm.section-last {
		padding-bottom: 80px;
	}
}

@media (min-width: 1600px) {
	.section-sm.section-first {
		padding-top: 120px;
	}
	.section-sm.section-last {
		padding-bottom: 120px;
	}
	.section-md {
		padding: 85px 0 95px;
	}
	.section-lg {
		padding: 50px 0;
	}
	.section-lg.section-first {
		padding-top: 50px;
	}
	.section-lg.section-last {
		padding-bottom: 50px;
	}
	.section-xl {
		padding: 160px 0;
	}
	.section-1 {
		padding: 90px 0 100px;
	}
}

@media (min-width: 1600px) {
	.breadcrumbs-custom {
		min-height: 400px;
	}
	.breadcrumbs-custom-inner {
		padding: 50px 0 40px;
	}
	.breadcrumbs-custom-subtitle + .breadcrumbs-custom-title {
		margin-top: 20px;
	}
}


.bg-overlay:before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, rgba(26, 26, 26, 0.75), transparent);
	pointer-events: none;
	z-index: 1;
	display: block;
}

.kutu {
    border: 1px solid #d0d0d0;
    padding: 10px;
    background-color: white;
}

.thumbnail-classic:before {
		position: absolute;
		left: -20px;
		right: -20px;
		top: -20px;
		bottom: -20px;
		content: "";
		background: rgba(26, 26, 26, 0.7);
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		transition: 0.35s all ease-out;
		transition-delay: 0.2s;
	}

.slide-text-bg {
	font-size: 36px;
    background-color: #172882;
	padding: 10px;
	opacity: 0.9;
}
.slide-text-bg-cyan {
	font-size: 24px;
    background-color: #00aeef;
	padding: 10px;
	opacity: 0.9;
}
.slide-text-bg-magenta {
	font-size: 30px;
    background-color: #ec008c;
	padding: 10px;
	opacity: 0.9;
}
.slide-text-bg-yellow {
	color:#000;
    background-color: #ffe600;
	padding: 10px;
	opacity: 0.9;
	font-size: 24px;
}

.swiper-slider-business .swiper-button-prev,
.swiper-slider-business .swiper-button-next {
	position: relative;
	transform: none;
	left: auto;
	top: auto;
	right: auto;
	display: inline-block;
	pointer-events: auto;
	background-color:#172882;
	padding:10px;
	
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
	color: #fff;
	background-color:#f26522;
}

.tabs-horizontal.tabs-line .nav-tabs {
		transform: translateY(-20px);
		margin-bottom: -20px;
		border: 0;
		border-bottom: 1px solid #172882;
	}

	.tabs-horizontal.tabs-line .nav-link::after {
		content: '';
		position: absolute;
		bottom: 0;
		right: 0;
		height: 3px;
		width: 0;
		background: #f15a29;
		transition: .22s ease;
	}



.box-icon {
	position: relative;
	z-index: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 10em;
	height: 10em;
	line-height: 0;
}

.bg-gray {
	background-color: #f8f8f8;
	border-top: #F0F0F0 solid 1px;
	border-bottom: #F0F0F0 solid 1px;
}

.thumbnail-classic {
	position: relative;
	overflow: hidden;
	border:#e7e7e7 solid 1px;
	padding:10px;
}

@media (min-width: 768px) {
	* + p,
	* + .list-inline-comma {
		margin-top: 20px;
	}
	* + .big {
		margin-top: 25px;
	}
	* + .button,
	* + .button-outer {
		margin-top: 34px;
	}
	* + .row {
		margin-top: 40px;
	}
	* + .text-block {
		margin-top: 30px;
	}
	.container + .section {
		margin-top: 30px;
	}
	.row + .button-lg {
		margin-top: 45px;
	}
	html * + .offset-top-2 {
		margin-top: 60px;
	}
}

@media (min-width: 992px) {
	* + h1,
	* + .heading-1 {
		margin-top: 22px;
	}
	h3 + p, .heading-3 + p,
	h3 + .p, .heading-3 + .p {
		margin-top: 24px;
	}
	h3 + .row, .heading-3 + .row,
	h3 + .owl-carousel, .heading-3 + .owl-carousel {
		margin-top: 15px;
	}
	html * + .offset-top-1 {
		margin-top: 60px;
	}
	html * + .offset-top-3 {
		margin-top: 30px;
	}
	html * + .offset-top-4 {
		margin-top: 24px;
	}
	html .page * + .offset-top-5 {
		margin-top: 60px;
	}
	.progress-linear + .button {
		margin-top: 55px;
	}
	.row + .group {
		margin-top: 45px;
	}
}

@media (min-width: 1200px) {
	* + .button,
	* + .button-outer {
		margin-top: 40px;
	}
	* + .rd-form {
		margin-top: 40px;
	}
	h3 + p, .heading-3 + p,
	h3 + .p, .heading-3 + .p {
		margin-top: 30px;
	}
	html * + .offset-top-1 {
		margin-top: 70px;
	}
	.container + .container {
		margin-top: 60px;
	}
	.row + .row {
		margin-top: 60px;
	}
}

@media (min-width: 1600px) {
	h3 + .row, .heading-3 + .row,
	h3 + .owl-carousel, .heading-3 + .owl-carousel {
		margin-top: 25px;
	}
	html * + .offset-top-1 {
		margin-top: 144px;
	}
	html * + .offset-top-2 {
		margin-top: 75px;
	}
	.row + .button-lg {
		margin-top: 70px;
	}
}

.thumbnail-corporate {
	position: relative;
	overflow: hidden;
	display: flex;
	color: #fff;
	text-align: left;
	border-style: solid;
	border-width: 2px;
	border-color: #e9e9e9;
}

