/*General*/
.f_scrn {
    max-height: 90vh;
    object-fit: contain;
}

.left_txt{
    text-align: left;
}

.center_txt{
    text-align: center;
}

.right_txt{
    text-align: right;
}

.left_obj {
    float: left;
}

.center_obj {
    display: inline;
    margin-left: auto;
    margin-right: auto;
}

.right_obj {
    float: right;
}
/*General End*/

body {
    margin-bottom: 30px;
}

h1{
    font-size: 50px;
    font-family: serif;
    text-align: center;
}

h2{
    font-size: 30px;
    font-family: serif;
    text-align: center;
}

@media (min-width: 576px){
        
    img.logo{
        min-width: 250px;
        min-height: 250px;
        margin-top: 20px;
    }
    
}
/*
#navbar{
    margin-bottom: 25vh;
}*/

img.logo{
    align-content: center;
    max-width: 150px;
    max-height: 150px;
    margin: auto;
    margin-top: 10px;
}

img.menu{
    display: block;
    margin: auto;
    width: 50px;
    height: 50px;
}

.head-shape{
    float:left;
    height:40vh;
    width:100vw;
    background: url(/img/bg/abstract_bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /* Polygon (x1 y1, x1 y1) 
    x = Horisontal
    y = vertical*/
    shape-outside: polygon(0 0, 0 100%, 70% 100%, 100% 30%, 100% 0);
    shape-margin: 20px;
    clip-path: polygon(0 0, 0 100%, 70% 100%, 100% 30%, 100% 0);
    shape-outside: url(/img/bg/abstract_bg.png);
    shape-image-threshold: 1.0;/* this property is used to set the threshold used for extracting a shape from an image. 0.0 = fully transparent and 1.0 = fully opaque */
    align-content: center;
    text-align: center;
}

.special{
  min-height: 100vh;
  width: 100vw;
  margin-top: 30px;
  background-image:url(/img/bg/abstract_bg.png)	no-repeat center center fixed;
  background:url(/img/bg/abstract_bg.png)	no-repeat center center fixed;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.specialimg{
  max-width: 300px;
}

.colcolor1{
  background-color: #999;
}

.colcolor2{
  background-color: #5c5c5c;
}

.rowcol1{
  background-color: #6EA070;
}

.rowcol2{
  background-color: #0e6e12;
}

/*.servpg_content{
    margin-top: 45vh;
}

/*.aboutpg_content{
    margin-top: 45vh;
}*/

.serv_cons{
    min-height: 100vh;
    width: 100vw;
    margin-top: 30px;
    background-image:url(/img/service/bg/bg_cons.jpg)	no-repeat center center fixed;
    background:url(/img/service/bg/bg_cons.jpg)	no-repeat center center fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.serv_elec{
    min-height: 100vh;
    width: 100vw;
    margin-top: 30px;
    background-image:url(/img/service/bg/bg_elec.jpg)	no-repeat center center fixed;
    background:url(/img/service/bg/bg_elec.jpg)	no-repeat center center fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.serv_ref{
    min-height: 100vh;
    width: 100vw;
    margin-top: 30px;
    background-image:url(/img/service/bg/bg_ref.jpg)	no-repeat center center fixed;
    background:url(/img/service/bg/bg_ref.jpg)	no-repeat center center fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.serv_water{
    min-height: 100vh;
    width: 100vw;
    margin-top: 30px;
    background-image:url(/img/service/bg/bg_water.jpg)	no-repeat center center fixed;
    background:url(/img/service/bg/bg_water.jpg)	no-repeat center center fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.service01-shape{
    float:right;
    height:100px;
    width:50px;
    background: black url(/img/bg/abstract_bg.png);
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    -webkit-background-size: cover;
    /* Polygon (x1 y1, x1 y1) 
    x = Horisontal
    y = vertical*/
    shape-outside: polygon(0 50%, 100% 0, 100% 100%);
    /*shape-margin: 20px;*/
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    shape-outside: url(/img/bg/abstract_bg.png);
    shape-image-threshold: 1.0;/* this property is used to set the threshold used for extracting a shape from an image. 0.0 = fully transparent and 1.0 = fully opaque */
}

.service02-shape{
    float:right;
    height:100px;
    width:100px;
    background: black url(/img/bg/abstract_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    -webkit-background-size: cover;
    /* Polygon (x1 y1, x1 y1) 
    x = Horisontal
    y = vertical*/
    shape-outside: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
    /*shape-margin: 20px;*/
    clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
    shape-outside: url(/img/bg/abstract_bg.png);
    shape-image-threshold: 1.0;/* this property is used to set the threshold used for extracting a shape from an image. 0.0 = fully transparent and 1.0 = fully opaque */
    padding-top: 25%;
}

.service03-shape{
    float:right;
    height:100px;
    width:50px;
    background: black url(/img/bg/abstract_bg.png);
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    -webkit-background-size: cover;
    /* Polygon (x1 y1, x1 y1) 
    x = Horisontal
    y = vertical*/
    shape-outside: polygon(0 50%, 100% 0, 100% 100%);
    /*shape-margin: 20px;*/
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    shape-outside: url(/img/bg/abstract_bg.png);
    shape-image-threshold: 1.0;/* this property is used to set the threshold used for extracting a shape from an image. 0.0 = fully transparent and 1.0 = fully opaque */
    padding-top: 25%;
}

.service04-shape{
    float:right;
    height:100px;
    width:100px;
    background: black url(/img/bg/abstract_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    /* Polygon (x1 y1, x1 y1) 
    x = Horisontal
    y = vertical*/
    shape-outside: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
    /*shape-margin: 20px;*/
    clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
    shape-outside: url(/img/bg/abstract_bg.png);
    shape-image-threshold: 1.0;/* this property is used to set the threshold used for extracting a shape from an image. 0.0 = fully transparent and 1.0 = fully opaque */
    padding-top: 25%;
}

.service05-shape{
    float:right;
    height:100px;
    width:100px;
    background: black url(/img/bg/abstract_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    /* Polygon (x1 y1, x1 y1) 
    x = Horisontal
    y = vertical*/
    shape-outside: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
    /*shape-margin: 20px;*/
    clip-path: polygon(0 50%, 50% 0, 100% 50%, 50% 100%);
    shape-outside: url(/img/bg/abstract_bg.png);
    shape-image-threshold: 1.0;/* this property is used to set the threshold used for extracting a shape from an image. 0.0 = fully transparent and 1.0 = fully opaque */
    padding-top: 25%;
}

.card-img-top{
    max-height: 250px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    bottom: 0;
    width: 100%;
    position: sticky;
    height: 30px;
    background-color: #f5f5f5;
}

.fineprnt p{
    font-size: 10px;
}

/* Gallery */

/* -------------------------------------------------------------------- */
/* Gallery */

.gal_box{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.thumb {
  margin:5px;
  padding: 5px;
  box-shadow: 3px 3px 10px #000000;
  height: 150px;
}

/* Gallery lightbox */

img.hover-shadow {
  transition: all 0.3s; 
}

.carousel-row {
  max-width: 90%;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; 
}

.carousel-row--img {
  width: 15%;
  margin-bottom: 10px; 
}

.carousel-row--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: 0.4s; 
}

.carousel-row--img img:hover {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 12px 20px 0 rgba(0, 0, 0, 0.19); 
}

.column-box {
  white-space: nowrap;
  background-color: transparent;
  width: 100%;
  background: black;
  overflow: hidden; 
}

.column-box 
.column {
  width: 20%;
  display: inline-block;
  transition: all 1s;
}

.column-box 
.column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer; 
}

/* The Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding: 50px 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black; 
}

.modal.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}

.modal-content {
  margin: auto;
  width: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 37.5em) {
  .modal-content {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
  } 
}

@keyframes anime {
  0% {
    opacity: 0;
    transform: scale(0.9); }
  100% {
    opacity: 1;
    transform: scale(1); 
  }
}

.my-slides {
  display: none;
  height: 60vh;
  transition: all 2s;
  overflow: hidden;
  animation: anime 0.8s ease-in; 
  position: relative;
}

@media only screen and (max-width: 56.25em) {
  .my-slides {
    height: 70vh; 
  } 
}

@media only screen and (max-width: 37.5em) {
  .my-slides {
    height: 30vh; 
  } 
}

.my-slides img {
  object-fit: cover;
  width: 100%;
  height: 100%; 
}

.my-slides--number {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0; 
}

.demo {
  opacity: 0.5;
  transition: all 0.4s; 
}

.demo.active, 
.demo:hover {
  opacity: 1; 
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 6px 16px;
  color: white; 
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold; 
}

.close:hover, 
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: fixed;
  top: 50%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 50px;
  transition: 0.6s ease;
  transform: translateY(-50%);
}

@media only screen and (max-width: 37.5em) {
  .prev,
  .next {
    position: fixed;
    top: 95%;
    padding: 10px;
    font-size: 40px;
    transform: translateY(-50%); 
  }
}

.prev:active, .next:active {
  font-size: 30px; 
}

/* Position the "next button" to the right */
.next {
  right: 0; }

.prev {
  left: 0; 
}

@media only screen and (max-width: 37.5em) {
  .prev {
    left: 80%; 
  }
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 37.5em) {
  .prev:hover,
  .next:hover {
    background-color: transparent; 
  } 
}


/*
Form Styles
*/

/*.contact_container{
    position: sticky;
    bottom: 50px;
}*/

.contact-form{
	text-align: center;
}

.pot {
	visibility: hidden;
}

h4{
	margin: 0 0 20px 0;
}

.contact_container{
    margin-left: auto;
    margin-right: auto;
    min-width: 95vw;
    background-color: #000;
}

.pot {
	visibility: hidden;
}

input:error, textarea:error {  
	box-shadow: none;
	-moz-box-shadow: none;  
	-webkit-box-shadow: none;  
	-o-box-shadow: none;  
} 
.contact-form .error {  
	font-weight:bold;  
	color: #f00;      
}

.failure, .success {
	color: #6EA070; 
	display:none;  
}

/*
Form Styles
*/

/*
.contact-form {
	/*background-color:rgba(72,72,72,0.7);*/
	/*padding: 10px 20px 30px 20px;
	max-width: 80%;
	/*float: left;
	left: 50%;
	position: absolute;
	margin-top:30px;
	margin-left: -260px;*/
	/*border-radius:7px;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
}

.contact-form input,   
.contact-form select,   
.contact-form textarea,   
.contact-form label { 
	font-size: 15px;  
	margin-bottom: 2px;
	font-family: Arial, san-serif;
} 

.contact-form input,   
.contact-form select,   
.contact-form textarea { 
	width:100%;
	background: #DFDADA;
	border: 0; 
	-moz-border-radius: 4px;  
	-webkit-border-radius: 4px;  
	border-radius: 4px;
	margin-bottom: 25px;  
	padding: 5px;  
}  

.contact-form input:focus,   
.contact-form select:focus,   
.contact-form textarea:focus {  
	background-color: #C6D6E6; 
}  

.contact-form textarea {
	width:100%;
	height: 100px;
}

.contact-form button[type="submit"] {
	cursor:pointer;
	/*width:100%;*/
	/*margin:0 0 5px;
	padding:10px;
	border-radius:5px;
	width: 120px;
	color: #000;
}*/

.cons01 {
    min-height: 100vh;
    width: 100vw;
    margin-top: 30px;
    background-image:url(/img/service/bg/bg_cons.jpg)	no-repeat center center fixed;
    background:url(/img/service/bg/bg_cons.jpg)	no-repeat center center fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cons02 {
    min-height: 100vh;
    width: 100vw;
    margin-top: 30px;
    background-image:url(/img/service/bg/bg_cons.jpg)	no-repeat center center fixed;
    background:url(/img/service/bg/bg_cons.jpg)	no-repeat center center fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cons03 {
    min-height: 100vh;
    width: 100vw;
    margin-top: 30px;
    background-image:url(/img/service/bg/bg_cons.jpg)	no-repeat center center fixed;
    background:url(/img/service/bg/bg_cons.jpg)	no-repeat center center fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.jumbocons01 {
    max-width: 97vw;
}

.jumbocons02 {
    max-width: 97vw;
}

.jumbocons03 {
    max-width: 97vw;
}