:root{
     font-size: 15px;
     letter-spacing: 1.5px;

}

@media(max-width:767px){
    :root{
        font-size: 14px!important;
    }
}

::selection{
    color: #8798b0;
}

img::selection{
    color: none;
}

body{
    background-color: white !important;
    font-family: "Segoe UI", sans-serif!important;
    font-weight: 500;
}

strong{
    font-weight: 600;
}

/* PRELOADER */


	.preloader-transparent{
		width: 100vw;
		height: 100vh;
		margin: 0;
		background-color: white;
		display: flex;
		justify-content: center;
		align-items: center;
		align-content: center;
		position: fixed;
		z-index: 2050;
     
	}
	.preloader-site{
		width: 4vmax;
		height: 10vmax;
		border: none;
		background-color: #13233a;
		animation: fadeIn 1.8s;
		border-radius: 5px;
	}
	
	.preloader-site::after{
		content:'';
		background-color: #13233a;
		width: 5vmax;
		height: 5vmax;
		border-radius: 50%;
		animation: dot 1.2s infinite;
		display: block;
		margin-top: -7vmax;
		margin-left: -.4vmax;
		
	}
	
	.preloader-site::before {
      position: absolute;
      content: "";
      width: 3vmax;
      height: 3vmax;
      background: inherit;
      border-radius: 50%;
      animation: wave 1.2s ease-out infinite;
	  margin-top: -6.1vmax;
	  margin-left: .63vmax;
    }
	
	@keyframes wave {
	  50%,
	  75% {
		transform: scale(2.5);
	  }

	  80%,
	  100% {
		opacity: 0;
	  }
	}
	
	@keyframes fadeIn {
		from { opacity: 0; }
		to { opacity: 1; }
	}
	
	@keyframes dot {
		from { opacity: 0; }
		to { opacity: 1; }
	}

/* NAVBAR ICON */

#navbar_toggle{
    outline: none;
    border: none;
}

.animated-icon3 {
    width: 30px;
    height: 20px;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.animated-icon3 span {
    background: #172b46;
}


.animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

nav{
    background-color: white !important;
    box-shadow: 0px -12px 17px 3px rgba(0,0,0,1);
}

.navbar-brand{
    height: 40px;
}

#logo{
	margin: -18px 0 0 20px!important;
}

.nav-item{
    margin-right: 20px;;
}

.navbar-expand-md .navbar-nav{
    margin-right: 10%;
}

@media(max-width:767px){
    nav ul li a{
        padding-left: 20px!important;
    }
    .nav-item{
        margin-right: 0;
    }
    .navbar-expand-md .navbar-nav{
        margin-right: 0!important;
    }
}

nav ul li a{
   color: #172b46 !important;
   padding: 0;
   font-weight: 600;
   height: 60px;
   line-height: 42px;
   position: relative;
   width: 100%;
}

nav ul li a:hover{
   background-color: #f5f5f5;
   color: #747d8a;
   transition: .5s;
}

/*
.container{
    padding-top: 10vh;
}
*/
.container-second{
    margin: auto;
}

@media(min-width:768px){
    .container{
        max-width: 800px!important;
    }
}

@media(min-width:992px){
    .container{
        max-width: 1160px!important;
    }
    .container-second{
        max-width: 1400px;
    }
}

.slide_info{
    height: 255px;
    background-image: url("images/background.jpg");
    background-size: cover;
    background-position: 40% 64%;
    box-shadow: inset 3em 3em 15em rgba(0,0,0,0.6);
}

.slide_info h1{
    margin: 140px 0 0 8%;
    position: absolute;
    color: white;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.3);
    font-size: 25px;
    font-weight: 700;
}


.checked_page::after{
    content: "";
    width: 100%;
    position: absolute;
    height: 4px;
    background: #13233A;
    bottom: 0;
    left: 0;
    border-radius: 20px;
}

.icon-down-big{
    font-size: 30px;
    text-shadow: 0 0 5px black;
    border: 4px solid white;
    border-radius: 50%;
    height: 55px;
    width: 55px;
}

.icon-down-big::before{
    margin:0px auto auto -6px !important;
}

/*
#circleBar {
  margin-top: 200px;
  text-align: center;
  font-family: 'Staatliches', cursive;
 
}
#circleBar .round {
  min-height: 255px;
  margin-top: 30px;
  position: relative;
  margin-bottom: 20px;
}
#circleBar .round strong {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  transform: translate(-50%);
  font-size: 40px;
  color: #212121;
  font-weight: 100;
}
#circleBar span {
  display: block;
  color: #999;
  font-size: 16px;
  margin-top: 10px;
}
#circleBar span i {
  color: #ff5c5c;
  font-size: 22px;
  margin-right: 6px;
}
section button:hover {
  background-color: #ff5c5c;
}
*/

.round-container{
    position: relative;
    border-radius: 50%;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    width: 130px;
    height: 130px;
    display: flex;
    margin: auto;
}

.main_page_icons{
    font-size: 65px;
    margin: auto;
}



.icon-check::before, .icon-handshake-o::before{
    margin: auto .2em 20px 2px!important;
}

.icon-calendar-check-o::before {
    margin: auto .2em 20px 5px!important;
}

@media(max-width:767px){
    .round{
        width: 50%;
        margin-top: 20px;
    }
    .round canvas{
        width: 200px!important;
        height: 200px!important;
    }
    .separator{
        width: 52%!important;
        top: 37%!important;
    }
}

@media(max-width:500px){
    .round{
        width: 100%;
    }
    .separator{
        width: 32%!important;
    }
  
}

.round{
    position: relative;
    display: flex;
    justify-content: center;
}

.round strong{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 70%);
    font-size: 30px;
}

.separator-paragrph{
    position: absolute;
    top: 58%;
    font-weight: 600;
    font-size: 13.5px;
    display: none;
    max-width: 150px;
    text-align: center;
    margin-top: -5px;
    letter-spacing: 0;
}

.separator{
    width: 60%;
    position: absolute;
    top: 42%;
    border: 1px solid #212529;
    display: none;
}

.slidebar
{
    height: 100vh;
    background-image: url("images/background.jpg");
    background-size: cover;
    background-position: center;
    box-shadow: inset 3em 3em 15em rgba(0,0,0,0.8);
}

.slidebar_string{
    width: 50vw;
    margin: 15% 0 0 15%;
    position: absolute;
    color: white;
    font-weight: 700;
}

.slidebar_string h1{
    font-size: 80px;
    font-family: "Bahnschrift", sans-serif;
    color: #13233A;
    font-weight: 600;
    text-shadow: 0 0 20px gray;
}

@media(max-width:767px){
    .slidebar_string h1{
        font-size: 50px;
    }
}

.slidebar_string p{
    text-decoration: underline;
    font-size: 22px;
    font-weight: 600;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.56);
}

.slidebar span{
    font-size: 7em;
    animation: 4s show;
}

.main_page_button, .arrow_down{
    width: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 15%;
}

.arrow_down{
    bottom: 7%;
    color: white;
    display: none;
}

@media(max-width:767px){
    .arrow_down{
        display: flex;
    }
}

.main_page_button button{
    padding: 8px;
    width: 200px;
    background: #13233A;
    color: white;
    border: none;
    border-radius: 6px;
    box-shadow: 0px 0px 11px -2px rgba(179,173,179,1);
    font-weight: 600;
    letter-spacing: 1px;
}

.main_page_button button:focus{
    outline: none;
}

.blue-background, .blue-background-second, .gray-background{
    background: #13233A;
    color: white;
    padding: 50px;
    position: relative;
}

.gray-background{
    background-color: #eeeeee;
    margin-top: 40px;
    color: #212529;
}

.max-width-row{
    width: 90%;
    max-width: 1400px;
    margin: auto !important;
}

.white-container, .white-container-bottom{
    background: white;
    position: absolute;
    height: 160%;
    width: 90%;
    top: -30%;
    box-shadow: 0px 0px 11px -2px rgba(110,110,110,1);
    display: flex;
    z-index: 25;
}

.white-container-bottom{
    position: relative;
    margin: 35px auto;
    display: none;
    width: 100%;
}

.white-container img, .white-container-bottom img{
    position: relative;
    height: 75%;
    width: 95%;
    object-fit: cover;
    margin: auto;
}

@media(max-width:567px){
    img{
        transform: scale(1.18);
        max-width: 99vw;
    }
}

.white-container-bottom img{
    width: 100%
}

.white-belt{
    width: 100%;
    height: 100px;
    background: white;
    position: absolute;
    bottom: 0;
    z-index: 1;
    margin-left: -40px;
}

@media(max-width:1100px){
    .max-width-row{
    width: 100%;
    margin: 0 !important;
    }
    .white-container{
        height: 110%;
        top: -6%;
    }
}

@media(min-width:768px){
    .white-belt{
        display: none!important;
    }
}

@media(max-width: 768px){
    .slidebar span{
       font-size: 55px;
       width:100vw;
       margin-left: -20px;
        
    }
    .slidebar p{
        font-size: 1.2em!important;
        margin-top: 7vh;
        width: 70vw;
    }
    .slidebar_string{
        margin-top: 20vh;
    }
    .cols h2, header h2{
        font-size: 23px!important;
    }
    #container_header{
        font-size: 24px !important;
    }
    nav ul li a{
        margin-right: 0!important;
    }
	#logo{
        margin-left: 0!important;
        transform: scale(.8);
	}
	nav ul li a{
		margin-top: 10px!important;
	}
	#contact i{
		font-size: 22px!important;
	}
	#priv_h1{
		font-size: 23px!important;
	}
       /* .block{
		margin: 30px 0 20vh 0!important; 
	}*/

    .blue-background{
        padding: 40px!important;
    }
    .container h2{
        font-size: 22px!important;
    }
    .main_page_button{
        bottom: 25%;
    }
}   

@media(max-width: 767px){
    .white-container-bottom{
        display: block!important;
    }
}

@media(max-width: 992px){
    .welding_offer{
        margin: 0 0 0 15px!important;
    }
    
    #cols_welding{
        top: 0!important;
    }   
    
}
  /*  
.slidebar p{
    text-shadow: 3px 3px 0 grey;
    animation: 5s show;
}
*/
@keyframes show {
    0% {opacity: 0;}
    100% {opacity 1!important;}
}



.container-fluid{
    background-color: white;
    padding: 30px;
}


.container-fluid ul{
    padding-left: 0;
}

.container-fluid ul li{
    list-style-type: none;
    line-height: 40px;
}

.block{
    width: 100%;
   /* height: 50vh; */
    margin: 30px 0 40px 0;
    text-align: center;
}

.block_content{
    width: 90%;
    height: 80%;
    background-color: white;
    margin: 0 auto 30px auto;
	align-items: center;
}

[class^="icon-"]:before, [class*=" icon-"]:before
{
	width: 2em!important;
}

.icon-mobile::before {
    width: unset!important;
}

#container_header{
    text-align: center;
    margin: 5vh 0 50px 0;  /*15vh*/
    font-size: 27px;
    font-family: 'Anton', sans-serif;
}

.block_content p{
    margin-top: 5px;
    text-align: center;
    font-weight: 600;
    color:  #474747;
    font-size: 13.5px;
}

.cols{
    width: 100%;
}

.cols ul{
    margin-top: 30px;
}

.cols ul li{
  
	font-weight: 500;
}

.container h2{
    font-size: 20px;
    font-weight: 700;
    margin: 13px 0 0 0;
}

.cols h2, header h2{
    font-size: 28px;
    font-weight: 700; 
}

.cols h3, .container h3{
    font-size: 23px;
}

.cols p{
    margin-top: 30px;
	font-weight: 500;
}

.top_col{
    width: 100%;
    margin: 40px 0 40px 0;
    border: none;
}

.cols img{
    height: 100%;
    max-height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: 91%;
}

.imgPraca_col{
    width: 100%;
    height: 450px;
    margin: 40px 0 40px 0;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 27px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 27px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 27px 5px rgba(0,0,0,0.75);
    filter: grayscale(40%);    
}


.welding_offer{
  
    margin: 0 0 0 17%;
}

#cols_welding{
    top: -30vh;
    padding: 30px 0 30px 0;
}
#cols_welding_cols{
    width: 80%;
    background-color: #D8D8D8;
	color: #4B4B4B;
    margin: 0 auto 0 auto;
    padding: 30px 0 30px 0;
    border-radius: 15px;
}

#contact ul li{
    list-style-type: none;
    font-weight: bold;
}

#contact ul{
    margin-bottom: 40px;
}

#contact i{
    font-size: 26px;
}

h6{
    color: #535353;
}

.contact-form{
    width: 100%;
    height: auto;
    background-color:  #f1f1f1;
    margin-top: 35px;
    padding-bottom: 1px;
	border-radius: 15px;
}

.contact-form h3{
    font-size: 24px;
    padding: 20px 20px 0 20px;
    font-weight: 600;
}

.input{
    width: 90%;
    height: 45px;
    margin: 20px 5% 0;
    outline:none!important;
    border: none;
    padding: 20px;
    font-size: 1rem;
    border-radius: 6px;
}

#tresc{
    height: 180px;
}

#map{
    margin: 90px auto 50px auto;
}

 .google-maps {
        position: relative;
        padding-bottom: 55%;
        height: 0;
        overflow: hidden;
        display: flex;
        justify-content: center;
    }
    .google-maps iframe {
        position: absolute;
        width: 100% !important;
        height: 100% !important;
    }


@media(min-width:992px){
    .google-maps{
        padding-bottom: 550px;
    }
    .google-maps iframe{
        max-width: 1200px;
        max-height: 550px;
    }
}
.footer{
    background-color: white;
    padding: 20px;
    text-align: center;
    box-shadow: 0px -7px 11px -9px rgba(0,0,0,0.45);
}

.footer p{
	margin-bottom: 0;
}

.footer a{
	padding-bottom: 10px;
	color: black;
	}

.footer a:hover{
	color: black;
	text-decoration: none;
}

.footer-hrefs{
    display: flex;
    max-width: 700px;
    justify-content: space-around;
    margin: auto;
}

.footer-hrefs a, .footer-paragraph{
    color: #777777;
    font-weight: 600;
}

.footer-paragraph{
    letter-spacing: 0px;
}

.footer-break{
    width: 80%;
    border: 1px solid #e0e0e0;
    margin-top: 0;
}

.container-break{
    width: 100%;
    border: 1px solid #707070;
}

@media(max-width:767px){
    .footer-hrefs{
        width: 100%!important;
        justify-content: flex-start;
        display: inline-grid;
    }
    .footer-hrefs a{
        text-align: left;
    }
    .footer-break{
        width: 100%;
        margin-top: 12px!important;
    }
   
}

#send_button{
	width: 80%;
	margin: 20px auto 0 auto!important;
}

.message{
	text-align: center;
    margin-top: 20px;
    font-size: 15px;
}

a:focus{
    outline: none;
}

#rodo{
	font-size: .7rem!important;
	margin-top: 15px;
	padding: 0 30px 0 30px;
    text-align: justify;
    letter-spacing: 1px;
}

#rodo_checkbox{
	margin-right: 6px;
	border: 2px solid red;
}

.sub_ul{
	list-style-type: lower-latin;
	margin-top:0!important;
    font-size: 16px;
    padding-left: 30px;;
}

.headers
{
	margin: 20px 0 20px 0;
}

.work-lists{
    
}

.work-lists li{
    margin-bottom: 14px;
    letter-spacing: 1px;
}

@media(min-width:992px){
    .hidden-lg-down{
        display: flex;
    }
    .hidden-lg-up{
        display: none;
    }
    .right-border{
        border-right: 3px solid white;
    }
}

.workers{
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 30px;
}

@media(max-width:991px){
    .hidden-lg-down{
        display: none;
    }
    .hidden-lg-up{
        display: flex;
    }
    .work-lists{
        padding: 0;
    }
}

@media(max-width:1300px){
    .cols h2{
        margin-top: 7%;
    }
}
