@import url('https://fonts.googleapis.com/css?family=ZCOOL+XiaoWei&display=swap');

* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
    margin: 0;
    background: #fff;

    font-family: 'ZCOOL XiaoWei', serif;
}


.content-section {
	padding-top: 7.5rem;
	padding-bottom: 7.5rem;
}

.content-section-heading h2 {
	font-size: 3rem;
}

.content-section-heading h3 {
	font-size: 1rem;
	text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
}

/* Consulting default */
.bg-consulting {
	background: #0a293e;
}
.bg-consulting-c {
	background: #f5f5f5;
}

/* banner */
.btn-consulting {
	background: #fff;
	color: #0a293e;
	border: 1px solid #fff;
	padding: 10px 20px;
	font-size: 20px;

	border-radius: 5px;

	text-transform: uppercase;

	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.btn-consulting:hover {
	opacity: .8;
	color: #0a293e;
	border: 1px solid #fff;

	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.btn-consulting2 {
	background: #0a293e;
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 20px;
	font-size: 20px;

	border-radius: 5px;

	text-transform: uppercase;

	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.btn-consulting2:hover {
	opacity: .8;
	color: #fff;
	border: 1px solid #fff;

	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.scroll-to-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: rgba(10, 41, 62, 0.81);
    line-height: 45px;
}
.scroll-to-top:focus, .scroll-to-top:hover {
	color: #fff;
	background: #0a293e;
}
.scroll-to-top i {
	font-weight: 800;
}

/* logo */
.logo img {
	width: 200px;
    height: auto;
}
.logo a {
	text-decoration: none; 
}

.lang_ a {
	font-size: 13px;

	text-decoration: none;
}
.lang_ img {
	width: 20px;
	height: 20px;
}

/* Services */
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.mb-100{
    margin-bottom:100px;
}
.services {
	background-color: #FBFBFB;
}
.single-service {
	position: relative;
	text-align: center;
	margin-bottom: 50px;
	-webkit-transition: .3s;
	transition: .3s;
	padding: 30px 20px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16)
}
.single-service:before {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #0a293e;
	left: 0;
	top: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:after {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #0a293e;
	right: 0;
	bottom: 0;
	content: "";
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:hover:after,
.single-service:hover:before {
	width: 50%;
	height: 2px;
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:hover {
	box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.10)
}
.single-service i.fa {
	font-size: 20px;
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
	line-height: 60px;
	margin-bottom: 30px;
	border-radius: 50%;
	-webkit-transition: .3s;
	transition: .3s
}
.single-service:hover i.fa {
	background-color: #0a293e;
	color: #fff;
	border-color: #0a293e;
	border-radius: 0;
}
.single-service h4 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.single-service p {
	font-size: 15px;
	line-height: 1.8;
}

/* Services | Right Card */
.btn-link {
    font-weight: 400;
    color: #0a293e!important;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
	padding-left: 25px;
}

.card-body {
    border-top: 2px solid #0a293e;
}

.card-header .btn.collapsed .fa.main{
	display:none;
}

.card-header .btn .fa.main {
	background: #0a293e;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
	display:block;
}

.card-header {
	padding: 5px!important;
}




/* What we DO */
.section-title .section-title-border {
	border-bottom: 3px solid #0a293e;
	width: 100px;
	margin: 0 auto;
}
.section-title h2 {
	color: #666;
	font-weight: bold;
}

.what_we_do {

}
.what_we_do_in h3 {
	color: #999;
	font-size: auto;
	font-style: italic;	

	padding: 25px;
}
.what_we_do_in span {
	font-size: 100px;

	color: #0a293e;
}
.what_we_do_in p {
	color: #333;

	font-size: 15px;
	font-style: italic;
	text-align: justify;
}


/* PRODUCT */
.cProductO1 {
    padding: 16px;
    border: 2px solid rgba(221, 221, 221, 0.2)!important;
    min-height: 90px;

    margin-bottom: 20px;
}

.cProductO2 {
    box-shadow: 0 0 26px rgba(221, 221, 221, 0.84);
    padding: 16px;
}

@media only screen and (min-width: 1300px) {
	.cProductO2 {
		height: 550px;
	}
}

.cProductO3 {
    padding: 20px;
    text-align: center;
}

.product_text p {
    text-align: left;
    font-style: normal;
}

.imgClogo {
	margin: 20px 0;
}
.imgClogo img {
	width: 300px;
    height: auto;
}

/* How we work */
.main-timeline8{overflow:hidden;position:relative}
.main-timeline8:after,.main-timeline8:before{content:"";display:block;width:100%;clear:both}
.main-timeline8:before{content:"";width:3px;height:100%;background:#d6d5d5;position:absolute;top:30px;left:50%}
.main-timeline8 .timeline{width:50%;float:left;padding-right:30px;position:relative}
.main-timeline8 .timeline-icon{width:32px;height:32px;border-radius:50%;background:#fff;border:3px solid #fe6847;position:absolute;top:5.5%;right:-17.5px}
.main-timeline8 .year{display:block;padding:10px;margin:0;font-size:30px;color:#fff;border-radius:0 50px 50px 0;background:#fe6847;text-align:center;position:relative}
.main-timeline8 .year:before{content:"";border-top:35px solid #f59c8b;border-left:35px solid transparent;position:absolute;bottom:-35px;left:0}
.main-timeline8 .timeline-content{padding:30px 20px;margin:0 45px 0 35px;background:#f2f2f2}
.main-timeline8 .title{font-size:19px;font-weight:700;color:#504f54;margin:0 0 10px}
.main-timeline8 .description{font-size:14px;color:#7d7b7b;margin:0}
.main-timeline8 .timeline:nth-child(2n){padding:0 0 0 30px}
.main-timeline8 .timeline:nth-child(2n) .timeline-icon{right:auto;left:-14.5px}
.main-timeline8 .timeline:nth-child(2n) .year{border-radius:50px 0 0 50px;background:#7eda99}
.main-timeline8 .timeline:nth-child(2n) .year:before{border-left:none;border-right:35px solid transparent;left:auto;right:0}
.main-timeline8 .timeline:nth-child(2n) .timeline-content{text-align:right;margin:0 35px 0 45px}
.main-timeline8 .timeline:nth-child(2){margin-top:170px}
.main-timeline8 .timeline:nth-child(odd){margin:-175px 0 0}
.main-timeline8 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline8 .timeline:first-child,.main-timeline8 .timeline:last-child:nth-child(even){margin:0}
.main-timeline8 .timeline:nth-child(2n) .timeline-icon{border-color:#7eda99}
.main-timeline8 .timeline:nth-child(2n) .year:before{border-top-color:#92efad}
.main-timeline8 .timeline:nth-child(3n) .timeline-icon{border-color:#8a5ec1}
.main-timeline8 .timeline:nth-child(3n) .year{background:#8a5ec1}
.main-timeline8 .timeline:nth-child(3n) .year:before{border-top-color:#a381cf}
.main-timeline8 .timeline:nth-child(4n) .timeline-icon{border-color:#f98d9c}
.main-timeline8 .timeline:nth-child(4n) .year{background:#f98d9c}
.main-timeline8 .timeline:nth-child(4n) .year:before{border-top-color:#f2aab3}
@media only screen and (max-width:767px){.main-timeline8{overflow:visible}
.main-timeline8:before{top:0;left:0}
.main-timeline8 .timeline:nth-child(2),.main-timeline8 .timeline:nth-child(even),.main-timeline8 .timeline:nth-child(odd){margin:0}
.main-timeline8 .timeline{width:100%;float:none;padding:0 0 0 30px;margin-bottom:20px!important}
.main-timeline8 .timeline:last-child{margin:0!important}
.main-timeline8 .timeline-icon{right:auto;left:-14.5px}
.main-timeline8 .year{border-radius:50px 0 0 50px}
.main-timeline8 .year:before{border-left:none;border-right:35px solid transparent;left:auto;right:0}
.main-timeline8 .timeline-content{margin:0 35px 0 45px}
}

/* Poslovi */
.jobs_ a {
	position: relative;
    height: 152px;
    width: 100%;
    padding: 20px;
    margin: 0 15px 30px;
    display: inline-block;
    box-shadow: 0 1px 1px rgba(0,0,0,.15), -1px 0 0 rgba(0,0,0,.03), 1px 0 0 rgba(0,0,0,.03), 0 1px 0 rgba(0,0,0,.12);
    border: 1px solid #eef3f7;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    transition: all .3s ease;
    border-radius: 3px;
}
.jobs_ a:hover {
	box-shadow: 0 0 6px rgba(0,0,0,.16), 0 6px 12px rgba(0,0,0,.32);
}
.jobs_ span {
	font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    vertical-align: baseline;
    display: block;
}
.jobs_ .location {
	font-size: 14px;
    font-weight: 400;
    color: #9b9b9b;
    vertical-align: baseline;
    display: block;
}


/* Contact */
h4.title-2-agiles {
    font-size: 26px;
    color: #0a293e;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.22);
}

.w3l_contact_form input[type="text"],
.w3l_contact_form input[type="email"],
.w3l_contact_form textarea {
    padding: 12px;
    font-size: 15px;
    letter-spacing: 1px;
}

.w3l_contact_form textarea {
    min-height: 13em;
    resize: none;
}

.w3l_contact_form input[type="submit"] {
    outline: none;
    padding: 12px 0;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 4px;
    margin-top: 1em;
    color: #fff;
    background: #0a293e;
    border: none;
    width: 100%;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.w3l_contact_form input[type="submit"]:hover {
    opacity: .8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

ul.contact_info li,
ul.contact_info li a {
    color: #999;
    font-size: 16px;
    letter-spacing: 1px;
}

ul.contact_info li a:hover {
    color: #5eca9f;
}

ul.contact_info li i {
    font-size: 18px;
    color: #0a293e;
}

.w3ls_map iframe {
    width: 100%;
    min-height: 360px;
}

/* Billten */
.newsletter {
	padding: 80px 0;
	background: #0a293e;

	margin-bottom: 50px;
}
.newsletter .content {
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	z-index: 2; 
}
.newsletter .content h2 {
	color: #fff;
	margin-bottom: 40px; 
}
.newsletter .content .form-control {
	height: 50px;
	border-color: #ffffff;
	border-radius: 0;
}
.newsletter .content.form-control:focus {
	box-shadow: none;
	border: 2px solid #fff;
}
.newsletter .content .btn {
	min-height: 50px; 
	border-radius: 0;
	background: #28a745;
	color: #fff;
	font-weight: 600;
}

/* FOOTER */
.footer {
	padding-top: 0px;
	padding-bottom: 20px;
}