html, body
{
	width: 100%;
	height: 100%;
}
body
{
	margin: 0px;
	padding: 0px;
	font-family: "Raleway", sans-serif;
	color: black;
}

/*--------------ANIMATION--------------*/
@keyframes menuOpen
{
	0%
	{
		opacity: 0;
		transform: translate(-75%, 0%);
	}
	100%
	{
		opacity: 1;
		transform: translate(0%, 0%);
	}
}

/*--------------HEADER--------------*/
.header-top
{
	width: 100%;
	float: left;
	background-color: #e7eaef;
}
.header-sm
{
	width: 100%;
	float: left;
}
.header-sm a
{
	float: left
}
.header-sm svg
{
	margin: 5px 5px;
	float: left;
	font-size: 20px
}
.header-sm .fa-instagram
{
	color: #ce63ab
}
.header-sm .fa-twitter-square
{
	color: #1dcaff
}
.header-sm .fa-facebook-square
{
	color: #3b5998
}
.header-sm .fa-linkedin
{
	color: #0077b5
}
.header-sm .fa-youtube-square
{
	color: red
}
.header-contact
{
	width: 100%;
	float: left;
}
.header-contact a
{
	float: right;
	color: black;
	margin-left: 15px;
	line-height: 30px;
}
.header-contact svg
{
	margin-right: 5px;
}
.header
{
	width: 100%;
	float: left;
	background-color: #1864af;
}
#menu
{
	width: 100%;
	float: left;
}
#menu .main-menu
{
	display: none;
}
#menu ul
{
	margin: 0;
	padding: 0;
}
#menu li
{
	position: relative;
	display: block;
}
#menu a
{
	position: relative;
	display: block;
	color: white;
	padding: 15px 15px;
	transition: all .125s ease-in-out;
	-webkit-transition: all .125s ease-in-out;
	font-weight: 700;
}
#menu a svg
{
	margin-right: 5px;
}
#menu a:hover
{
	background-color: white;
	color: #464D56;
}
#menu-button:checked + .main-menu
{
	display: block;
}
#menu-button:checked + .main-menu + .menu-overlay
{
	display: block !important;
}
#menu input[type="checkbox"], #menu ul span.drop-icon
{
	display: none;
}
#menu .sub-menu
{
	width: 100%;
	float: left;
	display: none;
	background-color: #3562b7;
}
#menu input[type="checkbox"]:checked + .sub-menu
{
	display: block;
}
#menu .sub-menu a:hover
{
	color: #444;
}
#menu li label.drop-icon
{
	position: absolute;
	top: 15px;
	right: 20px;
}
#menu .drop-icon svg
{
	margin-right: 5px;
}
#toggle-menu
{
	width: 50%;
	float: left;
	padding: 10px 5px;
	font-weight: 400;
	margin: 7px 0px;
}
.mobil-contact
{
	width: 50%;
	float: left;
	text-align: right;
	display: none;
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 0px;
}
.mobil-contact a
{
	padding: unset !important;
	font-weight: unset !important;
}
.mobil-contact a:hover
{
	background-color: unset !important;
	color: white !important;
}
#toggle-menu .drop-icon
{
	width: 100%;
	float: left;
	color: white;
	line-height: 1;
}
.menu-overlay
{
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1;
	display: none;
}
.menu-close
{
	display: none;
	position: absolute;
	right: 0px;
	top: 0px;
	background-color: #3562b7;
	color: white;
	padding: 10px 15px;
}
.logo
{
	width: 100%;
	height: 80px;
	float: left;
}

/*--------------MAIN--------------*/
.slider
{
	width: 100%;
	float: left;
	position: relative;
}
.slider-box-full
{
	width: 100%;
	float: left;
	margin-top: -100px;
}
.slider-box
{
	width: 100%;
	height: 325px;
	float: left;
	padding: 35px;
	border-radius: 5px;
	box-shadow: 0px 6px 61px 6px rgba(0, 0, 0, 0.1);
	background-color: white;
	transition: 0.3s ease;
}
.slider-box:hover
{
	transform: translateY(-10px);
	box-shadow: 0px 25px 68px 6px rgba(27, 57, 113, 0.5);
	background-color: #1864af;
	color: white;
	transition: 0.3s ease;
}
.slider-box h3
{
	width: 100%;
	float: left;
	font-weight: 700;
	margin: 30px 0px;
}
.slider-box img
{
	display: block;
}
.left-title
{
	width: 100%;
	float: left;
	position: relative;
	margin: 0px;
	font-weight: 700;
	padding-bottom: 30px;
}
.left-title:after
{
	content: "";
	width: 35px;
	height: 20px;
	position: absolute;
	left: 0px;
	bottom: -10px;
	background-image: url("../../upload/title.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
.half-box
{
	width: 100%;
	float: left;
	margin-top: 50px;
}
.half-box video
{
	width: 100%;
	float: left;
	border-radius: 10px;
	outline: none;
}
.half-box img
{
	width: 100%;
	float: left;
	border-radius: 10px;
}
.half-box p
{
	width: 100%;
	float: left;
	margin-top: 20px;
	line-height: 30px;
}
.half-box a
{
	float: left;
	background-color: #1864af;
	color: white;
	padding: 10px 20px;
	border-radius: 10px;
	margin-top: 20px;
	transition: 0.3s ease;
	border: 1px solid transparent;
}
.half-box svg
{
	margin-left: 5px;
}
.half-box a:hover
{
	border-color: #1864af;
	background-color: transparent;
	color: #1864af;
	transition: 0.3s ease;
}
.center-title
{
	width: 100%;
	float: left;
	position: relative;
	margin: 0px;
	font-weight: 700;
	padding-bottom: 50px;
	text-align: center;
}
.center-title:after
{
	content: "";
	width: 35px;
	height: 20px;
	position: absolute;
	left: 50%;
	bottom: 5px;
	background-image: url("../../upload/title.png");
	background-size: 100%;
	background-repeat: no-repeat;
	transform: translate(-50%, -50%);
}
.page-title
{
	margin-top: 30px;
	margin-bottom: 30px;
}
.product-box
{
	width: 100%;
	height: 250px;
	float: left;
	position: relative;
	cursor: pointer;
	box-shadow: 0px 6px 61px 6px rgba(0, 0, 0, 0.1);
	background-color: white;
	transition: 0.3s ease;
	border-radius: 15px;
	margin-bottom: 30px;
}
.product-box:hover
{
	transform: translateY(-10px);
	box-shadow: 0px 25px 68px 6px rgba(0, 0, 0, 0.5);
	transition: 0.3s ease;
}
.product-box a:before
{
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background-color: rgba(0, 20, 67, 0.4);
	border-radius: 15px;
}
.product-box a
{
	width: 100%;
	height: 100%;
	float: left;
	color: white;
}
.product-box img
{
	width: 100%;
	height: 100%;
	float: left;
	border-radius: 15px;
	object-fit: cover;
}
.product-box span
{
	float: left;
	position: absolute;
	left: 40px;
	bottom: 40px;
}
.product-box p
{
	margin: 0px;
}
.product-box .button
{
	float: left;
	width: 100px;
	color: white;
	padding: 10px 10px;
	border-radius: 10px;
	margin-top: 20px;
	transition: 0.3s ease;
	border: 1px solid white;
	text-align: center;
}
.product-box .button svg
{
	margin-left: 10px;
}
.product-box .name
{
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 20px;
}
.page-content .product-box span
{
	left: 10px;
}
.count
{
	width: 100%;
	float: left;
	padding: 20px;
	background-color: #e7eaef;
	margin: 40px 0px;
	border-radius: 15px;
}
.count img
{
	width: 25%;
	float: left;
}
.count p
{
	margin: 0px;
	color: #666666;
	text-align: center;
}
.count .big-text
{
	width: 75%;
	float: left;
	font-weight: 700;
	font-size: 20px;
	color: #1864af;
	font-size: 25px;
	margin-top: 10px;
}
.gallery-box
{
	width: 100%;
	height: 150px;
	float: left;
	padding: 10px;
}
.gallery-box img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
}
.overlay
{
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 10px;
	left: 10px;
	opacity: 0;
	transition: 0.3s ease;
	cursor: pointer;
}
.overlay svg
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 50px;
}
.gallery-box:hover .overlay
{
    transition: 0.3s ease;
	opacity: 1;
}
.contact
{
	width: 100%;
	float: left;
	padding-top: 20px;
}
.contact p
{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.contact a
{
	width: 100%;
	float: left;
	color: black;
	margin-bottom: 15px;
}
.contact span
{
	font-weight: 700;
	margin-right: 5px;
}
.contact iframe
{
	width: 100%;
	height: 300px;
	float: left;
	border: none;
}
.contact label
{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.contact textarea
{
	height: 150px;
	resize: none;
}
.contact .form-control
{
	font-weight: 400;
}
.contact input[type=submit]
{
	float: right;
	color: white;
	outline: none;
	border: none;
	background-color: #1864af;
	padding: 10px 20px;
	border-radius: 10px;
}
.page-slider
{
	width: 100%;
	float: left;
	position: relative;
}
.page-slider img
{
	width: 100%;
	min-height: 130px;
	float: left;
}
.page-slider:after
{
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 20, 67, 0.4);
}
.page-slider-title
{
	width: 100%;
	float: left;
	position: absolute;
	left: 0px;
	top: 50%;
	color: white;
	z-index: 1;
}
.page-slider-title:after
{
	filter: brightness(0) invert(1);
	-webkit-filter: brightness(0) invert(1);
	-moz-filter: brightness(0) invert(1);
	-o-filter: brightness(0) invert(1);
	z-index: 1;
}
.page-content
{
	width: 100%;
	float: left;
	padding: 50px 0px;
}
.page-content p
{
	width: 100%;
	float: left;
}
.urun-button
{
	display: inline-block;
	background-color: #1864af;
	color: white;
	padding: 10px 20px;
	border-radius: 10px;
	margin-bottom: 30px;
	transition: 0.3s ease;
	border: 1px solid transparent;
}
.urun-button svg
{
	margin-left: 5px;
}
.urun-button:hover
{
	border-color: #1864af;
	background-color: transparent;
	color: #1864af;
	transition: 0.3s ease;
}
.mtop40
{
	margin-top: 40px;
}

/*--------------FOOTER--------------*/
.footer
{
	width: 100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 5px solid #1864af;
}
.footer h4
{
	width: 100%;
	float: left;
	font-weight: 600;
	color: #1864af;
}
.footer ul
{
	width: 100%;
	float: left;
	padding: 0px;
}
.footer li
{
	width: 100%;
	float: left;
	list-style-type: none;
	line-height: 28px;
}
.footer a
{
	color: black;
}
.footer p
{
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 0px;
	line-height: 25px;
}
.footer-bottom
{
	width: 100%;
	float: left;
	background-color: #e7eaef;
}
.footer-bottom p
{
	width: 100%;
	float: left;
}
.footer-bottom a
{
	width: 100%;
	float: left;
	color: black;
	text-align: right;
	margin-top: 14px;
	margin-bottom: 14px;
}

/* ---------RESPONSIVE---------- */
@media (max-width: 991px)
{
	.logo{padding: 10px;}
	.header-top{display: none;}
	.mobil-contact{display: block;}
	#menu li{width: 100%; float: left;}
	#menu a{width: 100%; float: left;}
	#menu .sub-menu{padding-left: 20px;}
	#menu .main-menu{width: 70%; height: 100%; position: fixed; top: 0px; left: 0px; bottom: 0px; right: 0px; background-color: #1864af; z-index: 4; overflow: auto; animation: menuOpen 0.4s ease; padding-top: 50px;}
	.menu-close{display: block;}
	.slider-box-full{margin-top: 20px;}
	.slider-box{height: auto; margin-bottom: 20px;}
	.urun-button{float: left;}
	.contact iframe{margin-bottom: 20px;}
	.footer ul{min-height: 170px;}
	.footer p{height: 100px; overflow: auto;}
	.footer-bottom p{text-align: center;}
	.footer-bottom a{text-align: center; margin-top: 0px;}
}
@media only screen and (min-width: 991px)
{
	#menu .main-menu{width: auto; max-width: 100%; float: right; display: block;}
	#toggle-menu, #menu label.drop-icon{display: none;}
	#menu ul span.drop-icon{display: inline-block;}
	#menu li{float: left; padding-bottom: 15px; padding-top: 15px;}
	#menu .sub-menu li{float: none; padding: 0px !important;}
	#menu .sub-menu{width: 200px; position: absolute; top: 100%; left: 0; margin: 0; z-index: 3;}
	#menu .sub-menu, #menu input[type="checkbox"]:checked + .sub-menu{display: none;}
	#menu .sub-menu .sub-menu{top: 0; left: 100%;}
	#menu li:hover > input[type="checkbox"] + .sub-menu{display: block;}
}