.site-header {
	/*background: #1F1F1F;*/
	background: #1F1F1F;
	height: 80px;
}

.site-header a.element {
	color: #00bfff;
	margin-top: 15px;
	font-family:"Century Gothic";
}

.site-header a.element:hover {
	color: #6495ed;
	transition-duration: 0.3s;
	text-decoration: none;
}

#header {
	vertical-align: middle;
}

#header p.logo {
	vertical-align: middle;
	margin-top: -17px;
}

.box-color {
	background: #75c1ff;
	height: 3px;
}

.box-color-1 {
	margin-top: -15px;
	background: #75c1ff;
	height: 2px;
	opacity: 0.6;
}

#jumbotron {
	margin-bottom: 0;
	background: url("../images/bg.jpg") no-repeat center center;
	background-size: cover;
	height: 800px;
	color: #fff;
	text-decoration: none;
	border-radius: 0;
}

#footer {
	color: #fff;
	background: #1F1F1F;
}

#info {
	margin-top: 35px;
	justify-content: center;
}

#faq {
	background: #1F1F1F;
	color: #fff;
	padding-top: 45px; 
	padding-bottom: 45px; 
	padding-right: 10px;
	padding-left: 10px;
}

@media (min-width: 1200px) {
	#faq_text {
	margin-top: 40px;
	}
}

@media (max-width: 768px) {
	#faq_text {
	margin-top: 10px;
	}
}

@media (max-width: 480px) {
	#faq_text {
	margin-top: 10px;
	}
	.img-fluid {
		height: 86%;
		width: 60%;
		margin: 0 auto;
		display: block;
	}
	#click {
	margin: 0 auto;
	display: block;
	background-color: transparent;
	border: 2px solid #007bff;
	}
	#click:hover {
	background-color: #007bff;
	transition: .3s;
	}
	.faq {
		width: 100%;
	}
}



.link:hover {
	background: #007bff;
	transition: .5s;
	text-decoration: none;
	color: #00bfff;
	/*color: #fff;*/
}

.link {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
	/*color: #fff;*/
	color: #00bfff;
	background-color: #007bff;
	border: 2px solid #007bff;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-decoration: none;
	background-color: transparent;
	vertical-align: middle;
}

.write {
	background-color: #007bff;
	vertical-align: middle;
}

.write:hover {
	background-color: #3274bb;
	border: 2px solid #3274bb;
}

#services {
	background: #fff;
	color: #000;
	padding-top: 45px; 
	padding-bottom: 45px; 
	padding-right: 10px;
	padding-left: 10px;
}

.services-box {
	margin-top: -13px;
	margin-bottom: 35px;
}

.card-block {
	padding: 10px;
}

.services-block {
	margin-bottom: 20px;
	cursor: pointer;
}

.card {
	min-height: 454px;
    border: 1px solid rgba(0, 123, 255, 0.29);
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card:hover {
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 14px 28px rgba(76, 140, 179, 0.25), 0 10px 10px rgba(102, 142, 206, 0.79);
	transition: .4s;
}

.sm {
	min-height: 310px;
}

.card.end {
	min-height: 310px;
}

.faq-link {
	color: #288cf9;
	font-weight: bolder;
}

.faq-link:hover {
    color: #53a1f4;
    transition: .9s;
}

.fa {
	font-size: 50px;
	color: #158794;
	cursor: default;
}

.fa:hover {
	color: #0a555e;
}

.fas {
	color: #158794;
	cursor: default;
}

.fas:hover {
	color: #0a555e;
}

.text-center {
	padding-top: 25px;
}

.arrow {
	display: block;
	margin: 0 auto;
}

.arrow-3 {
    color: #337AB7;
    cursor: pointer;
    text-decoration: none;
    font-size: 18px;
    height: 18px;
    line-height: 18px; 
    display: inline-block; 
    margin: 20px;
}

.arrow-3 .arrow-3-icon {
    position: relative;
    top: -1px;
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.arrow-3 .arrow-3-iconcircle {
    transition: stroke-dashoffset .3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}

.arrow-3:hover .arrow-3-icon {
    transform: translate3d(5px, 0, 0);
}

.arrow-3:hover .arrow-3-iconcircle {
    stroke-dashoffset: 0;
}

.footers a {
	color:#696969;
}

.footers a:hover {
    color: #75c1ff;
    transition-duration: 0.3s;
    text-decoration: none;
}

.footers p {color:#696969;}
.footers ul {line-height:30px;}

.bg-light {
	background-color: #1f1f1f !important;
}

.line-footer {
    background-color: #ddcdcd1a;
}

.link-usluga {
	text-decoration: none;
	color: #000;
}

.link-usluga:hover {
	text-decoration: none;
	color: #000;
}

#centr1 {
     text-align: justify;	
 	
}