body {
	min-width: 1170px;
	font-family: 'Raleway', sans-serif !important;
	font-weight: 400 !important;
}

.container, .container-fluid, section {
	min-width: 1170px;
}

#header {
}

#header .logo {
	width: 250px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#header .menu-container {
	justify-content: end;
	align-items: center;
	display: flex;
}

#header .menu {
	display: none;
	list-style: none;
	padding: 0;
	display: flex;
	margin-bottom: 0px;
}

#header .menu li {
	padding: 3px 20px;
	font-size: 16px;
}

#header .menu li:not(:last-child) {
	border-right: 2px solid;
	border-color: #8f8f8f;
}

#header .menu li a {
	text-decoration: none;
	color: #000000;
}

#header .menu li .active {
	color: #1B94D2;
}

footer {
	background-color: #0D4F9E;
	padding: 30px 30px 10px 30px;
	font-size: 14px;;
	color: #FFFFFF;
}

footer .icon-container {
	text-align: end;
	width: 100%;
}

footer .follow {
	text-align: end;
}

footer .address {
	text-align: end;
	margin-top: 20px;
}

footer .icon-container a {
	margin: 7px;
}

footer .icon-container img {
	max-width: 25px;
	max-height: 25px;
}

footer .alert-container {
	margin-top: 30px;
}

footer .alert-text {
	font-size: 12px;
	line-height: 16px;
}

footer .logo {
	max-height: 100px;
}

footer p {
}

footer .row:first-child {
}

footer .col, footer .col-8, footer .col-4 {
	padding: 10px;
}

footer .row:last-child {
	padding: 15px 0;
}

footer .footer-contacts {
	display: inline;
}

#title {
	background-image: url('/assets/title-bg.png');
	background-size: cover;
	height: 250px;
	display: flex;
	background-size: 100% auto;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

#title.full {
	background-image: url('/assets/title-bg-big.png');
	height: 500px;
}

#title h3 {
	color: #FFFFFF;
	z-index: 3;
}

#title h2 {
	font-size: 60px;
	color: #FFFFFF;
	z-index: 3;
	font-weight: bolder;
}

.overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(13, 79, 158, 0.7);
	z-index: 2;
	justify-content: center;
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	min-width: 1170px;
}

#title.full .overlay {
	background-color: rgba(13, 79, 158, 0);
	background-image: linear-gradient(to left, rgba(13, 79, 158, 0), rgba(13, 79, 158, 1));
}

#pill .col {
	display: flex;
}

#pill .image-container {
	display: flex;
	align-items: center;
}

#pill .title {
	color: #009fe3;
	font-size: 22px;
	font-weight: bold;
}

#pill .description {
	font-size: 14px;
}

#pill .card-container {
	position: relative;
	width: 100%;
}

#pill .card-content {
	position: absolute;
	background: #009fe3;
	padding: 20px;
	bottom: 0px;
	z-index: 4;
	width: 100%;
	border-radius: 10px;
}

#pill .card-content .title {
	color: #FFFFFF;
	font-size: 35px;
}

#pill .card-content .description {
	color: #FFFFFF;
	font-size: 22px;
}

#passion .row:first-child {
	justify-content: center;
	align-items: center;
	padding-left: 50px;
}

#passion .purple-container {
	background-color: #0D4F9E;
	width: 600px;
	padding: 30px;
	border-radius: 10px;
}

#passion .title {
	color: #FFFFFF;
	font-size: 35px;
	line-height: 35px;
}

#passion .title-strong {
	color: #FFFFFF;
	font-size: 55px;
	line-height: 55px;
	font-weight: bolder;
}

#passion .description {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 24px;
}

#passion .sub {
	color: #51C4FF;
	font-size: 25px;
	line-height: 25px;
}

#passion .join {
	color: #51C4FF;
	font-size: 50px;
	line-height: 50px;
	font-weight: bolder;
}

#passion .white-line {
	border: 1px solid #FFFFFF;
}

#passion .img-container {
	position: relative;
	height: 800px;
}

#passion img {
	position: absolute;
	width: 800px;
	height: 800px;
	right: 0px;
	z-index: -1;
}

#mission .left {
	padding: 40px;
}

#mission .left .title {
	color: #51C4FF;
	font-size: 50px;
	font-weight: bolder;
}

#mission .left .description1 {
	color: #0D4F9E;
	font-size: 20px;
	font-weight: bold;
}
#mission .left .description2 {
	color: #888888;
	font-size: 18px;
}
#mission .left .description3 {
	color: #888888;
	font-size: 18px;
}

#mission .left .sub {
	color: #1B94D2;
	font-size: 20px;
	font-weight: bold;
}

#mission .right {
	padding: 20px;
	background-color: #1B94D2;
	border-radius: 10px;
	margin-bottom: 20px;
}

#mission .right .title {
	color: #FFFFFF;
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
}

#mission .right .row .title {
	font-size: 21px;
	line-height: 21px;
}

#mission .right .row .description {
	color: #FFFFFF;
	font-size: 18px;
}

#fark .title {
	font-size: 45px;
	font-weight: bolder;
}

#fark .description {
	font-size: 25px;
}

#different .title-purple {
	color: #1B94D2;
	font-size: 45px;
	font-weight: bolder;
}

#different .description-purple {
	font-size: 25px;
}

#different .image-description {
	background-color: #1B94D2;
	padding: 25px;
	color: #FFFFFF;
	font-size: 43px;
}

#different .title-blue {
	color: #009fe3;
	font-size: 40px;
	font-weight: bolder;
}

#different .description-blue {
	font-size: 20px;
}

#different .count-box {
	width: 100%;
}

#different .count-item {
	width: 30%;
	display: inline-block;
	padding: 10px;
}

#different .count-item:nth-child(1), #different .count-item:nth-child(2) {
	border-right: 2px solid;
	margin-right: 20px;
}

#different .count-text {
	font-size: 50px;
	color: #009fe3;
	font-weight: bolder;
	padding: 0;
	margin: 0;
}

#different .count-desc {
	font-size: 15px;
	padding: 0;
	margin: 0;
}

#card-box .card-container {
	background-color: #1B94D2;
	margin: 10px;
	padding: 25px;
	border-radius: 10px;
	color: #FFFFFF;
}

#card-box .card-container img {
	width: 50px;
}

#card-box .card-container .title {
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}

#card-box .section-title {
	color: #1B94D2;
	font-weight: bolder;
	font-size: 30px;
}

#products .category-title {
	background-color: #1B94D2;
	padding: 7px;
	height: 50px;
}

#products .category-title p {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 30px;
	line-height: 36px;
}

#products .category-item {
	border-bottom: 1px solid;
	padding: 17px 5px 5px 5px;
	font-weight: bold;
}

#products .category-item a {
	text-decoration: none;
	color: #000000;
}

#products .category-item.active {
	background-color: #efefef;
}

#products .category-item.active a p {
	color: #1B94D2;
	font-weight: bold;
	font-size: 17px;
}

#products .kub-link {
	text-decoration: none;
}

#products .item {
	border-bottom: 0.7px solid;
}

#products .item .product-title {
	color: #1B94D2;
	font-size: 20px;
	font-weight: bold;
}

#products .item .item-text {
	color: #009fe3;
}

#products .item .middle {
	display: flex;
	flex-direction: row;
}

#products .item .info-container {
	flex: 3;
	justify-content: center;
	align-items: center;
}

#products .item .image-container {
	flex: 1;
	justify-content: center;
	align-items: center;
	display: flex;
}

#products .item .info-container .info-item {
	display: flex;
}

#products .item .info-container .name {
	min-width: 120px;
}

#products .item .info-container .value {
	color: #009fe3;
}

#servis .left .title-normal {
	font-size: 30px;
	line-height: 35px;
	color: #031b4e;
}

#servis .left .title-bold {
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	color: #031b4e;
}

#servis .left .description {
	font-size: 17px;
	color: #979dbc;
}

#servis .icons-row {
	display: flex;
}

#servis .icons-row .icon-container {
	display: flex;
}

#servis .icons-row img {
	width: 50px;
	margin: 7px;
}

#servis .icons-row .info-container .title {
	color: #2e2d40;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
}

#servis .icons-row .info-container .description {
	color: #8d93b9; 
	font-size: 16px;
}

#kariyer1 .number {
	color: #c5bfc0;
	font-size: 18px;
	font-weight: bolder;
}

#kariyer1 .line {
	background-color: #0d4cbb;
	height: 3px;
	width: 30%;
	margin-bottom: 7px;
}

#kariyer2 .title1 {
	color: #001c4f;
	font-size: 30px;
	line-height: 30px;
	font-weight: 100;
	margin-top: 50px;
}

#kariyer2 .title2 {
	color: #001c4f;
	font-size: 30px;
	line-height: 30px;
}

#kariyer2 .blue-container {
	margin-top: 30px;
	background-color: #3368c6;
	width: 800px;
	position: absolute;
	left: 50px;
	padding: 80px;
	color: #FFFFFF;
}

#kariyer2 .title {
	font-size: 20px;
}

#kariyer2 .description {
	margin-top: 20px;
}

#kariyer2 .icons {
	display: flex;
	margin-top: 50px;
}

#kariyer2 .icons .icon-container {
	width: 50%;
}

#kariyer2 .icons .icon-container .icon-header img {
	width: 80px;
	height: 80px;
}

#kariyer2 .icons .icon-container .icon-header {
	display: flex;
	align-items: center;
}

#kariyer2 .icons .icon-header-right {
	padding: 7px;
}

#kariyer2 .icons .icon-header-right .icon-title {
	font-size: 15px;
}

#kariyer2 .icons .icon-header-right .icon-description {
	font-size: 15px;
}

#kariyer2 ul {
	margin: 10px;
}

#kariyer2 ul li {
	padding: 7px;
}

#kariyer3 {
	background-color: #e6faf9;
	padding-top: 10px;
	padding-bottom: 30px;
}

#kariyer3 .title {
	color: #000f8f;
}

#kariyer3 .description {
	color: #404284;
}

#kariyer3 .position-link {
	color: #000f8f;
}

#iletisim1 .left .head-title {
	font-size: 30px;
	font-weight: bold;
	color: #0D4F9E;
}

#iletisim1 .left .icons-row {
	display: flex;
	margin-top: 15px;
}

#iletisim1 .left .icon-container {
	display: flex;
	align-items: center;
}

#iletisim1 .left .image-container {
	width: 50px;
	height: 50px;
	background-color: #D9D9D9;
	border-radius: 30px;
}

#iletisim1 .left img {
	width: 30px;
	height: 30px;
	margin: 10px;
}

#iletisim1 .left .icon-container .info-container {
	padding: 10px;
}

#iletisim1 .left .icon-container .icon-title {
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
}

#iletisim1 .left .icon-container .icon-description {
	font-size: 15px;
	line-height: 15px;
	padding: 10px;
}

#iletisim1 .phone-number {
	font-size: 25px;
}

#iletisim1 .form-row {
	display: flex;
}

#iletisim1 .form-row .input-item {
	width: 50%;
	margin: 10px;
}

#iletisim1 #message-box {
	background-color: #EEEEEE;
	padding: 10px;
	margin-bottom: 20px;
}

#iletisim1 #message-box .send-button {
	width: 80%;
	background-color: #0D4F9E !important;
	padding: 10px;
	font-size: 20px;
	border-radius: 20px !important;
	border: none;
}

#iletisim1 .submit-container {
	width: 100%;
	align-items: center;
	justify-content: center;
}

#iletisim1 .form-row .input-item-message {
	width: 100% !important;
	margin: 10px;
}	

#iletisim1 .form-error {
	color: red;
}

#iletisim1 .form-row input,
#iletisim1 .form-row textarea,
#iletisim1 .form-row button {
	border-color: #e8f2ff;
}

#iletisim1 .form-check {
	margin: 15px;
}

#iletisim1 .form-row button {
	background-color: #3368c6;
	border-radius: 2px;
}

#iletisim1 .head-description {
	margin-bottom: 25px;
}

#iletisim1 .sub-description {
	margin-bottom: 25px;
}

#uyari .modal-content {
	border-radius: 0px;
	padding: 20px;
}

#uyari .modal-title {
	color: #0D4F9E;
	font-size: 40px;
}

#uyari .modal-header {
	border-bottom: none;
}

#uyari .blue-line {
	height: 4px;
	border-radius: 2px;
	width: 70%;
	background-color: #1B94D2;
	margin-bottom: 15px;
}

#uyari .modal-footer {
	border-top: none;
	justify-content: flex-start;
}

#uyari .modal-footer .btn {
	padding: 8px;
	border-radius: 30px;
	border-color: #FFFFFF00;
	width: 150px;
}

#uyari .modal-footer .btn-secondary {
	background-color: #D9D9D9;
	color: #787878;
}

#uyari .modal-footer .btn-primary {
	background-color: #0D4F9E;
}
