:root{
   --bg-color:#1f242e;
   --second-bg-color:#323946;
   --text-color:#fff;
   --main-color:#069595; 
}

.wrapper{
	width:100%; 
	float:left; 		
}

.wrappershort{
	max-width:1200px;
	padding:20px;
	overflow-y:auto;
	margin:20px auto;
	border:1px solid #CCC; 
	box-shadow:0px 10px 10px #ccc;
	border-radius:5px;
}

.homewrap{
	width:100%; 
	float:left; 	
	}
	
.homewrapshort{
	max-width:1200px;
	margin:20px auto;	
}


.temp a{
	text-decoration:none;
	color:	#555555;
	font-weight: bold;
	}
	
.temp a:hover{
	text-decoration:none;
	color: #eb9c01;
	cursor:pointer;
	font-weight: bold;
	}
	
.white a{
	text-decoration:none;
	color:	#555555;
	}
	
.white a:hover{
	text-decoration:none;
	color:	#000;
	background:#fff;
	cursor:pointer;
	}
	
.resImage img {
    width: 100%;
}

.fixed-bg {
    background-image: url("../_images/2017_12_06_36908_1512550081._large.jpg");
	width:100%;
	min-height:380px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.row:after {
    content: "";
    clear: both;
    display: block;
}

[class*="col-"] {
    float: left;

}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}

@media only screen and (min-width: 200px) {
    /* For mobile: */
    .col-mo-1 {width: 8.33%;}
    .col-mo-2 {width: 16.66%;}
    .col-mo-3 {width: 25%;}
    .col-mo-4 {width: 33.33%;}
    .col-mo-5 {width: 41.66%;}
    .col-mo-6 {width: 50%;}
    .col-mo-7 {width: 58.33%;}
    .col-mo-8 {width: 66.66%;}
    .col-mo-9 {width: 75%;}
    .col-mo-10 {width: 83.33%;}
    .col-mo-11 {width: 91.66%;}
    .col-mo-12 {width: 100%;}
	
	.resImage img {
    width: 100%;
	height: auto;
	}
}


@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
	
	.resImage img {
    width: 100%;
	height: auto;
	}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
	
	
	.col-13{width:20%;}
	.col-14{width:80%;}
	.col-15{width:42%;}
	.col-16{width:22.5%;}
	
	.resImage img {
    width: 100%;
	height: auto;
	}
}


/* iframe */

.iframe {
  border: none;
  overflow: hidden;
	width:100%;
}

.iframe iframe {
  width: 100%;
  height: 300px;
  border: 0;
  display: block;
  
}

.iframe1 {
  overflow: hidden;
  border:none;
}

.iframe1 iframe {
  width: 100%;
  height: 400px;
  border: 0;
  display: block;
  
}

#all_iframe {
    height: 0;
    width: 100%;
    padding-bottom: 56.5%;
    overflow: hidden;
    position: relative;
}
#all_iframe iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

@media all and (max-height: 400px){
  
    
}

 @media only screen and (max-width:700px) {

 }

.button1 {
    color: #064A16;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
	border:1px solid #064A16;
	padding:5px;
	border-radius: 5px;
	width: 100%;
	}
	
	.button1:hover {
    color: #fff;
	background: #064A16;
    border:1px solid #999;
	text-decoration: none;
}

.button2 {
    color: #ffffff;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
	border:1px solid #808184;
	padding:5px 10px;
	border-radius: 5px;
	background:#808184;
	}
	
	.button2:hover {
    color: #fff;
	text-decoration: none;
	background:#737476;
}

.button3 {
    color: #FFF;
    font-weight: bold;
    line-height: 30px;
    text-decoration: none;
	border:1px outset  #bfa980;
	padding:10px;
	background:#bfa980;
	}
	
	.button3:hover {
	text-decoration: none;
	background:#bfa980;
	opacity: 0.8;
    filter: Alpha(opacity=80); /* IE8 and earlier */
}

.button4 {
  background: url("../_images/button/buttongreen.png") top left no-repeat;
  color: white;
  width: 200px;
  height: 61px;
  font-size: 16px;
  padding: 5px;
  border: none;
  cursor: pointer;
  text-align: center;
}

 .button4:hover {
  background: url("../_images/button/buttonyellow.png") top left no-repeat;
  color: white;
  width: 200px;
  height: 61px;
  font-size: 16px;
  padding: 5px;
  border: none;
  cursor: pointer;
  text-align: center;
}

.button4 a{ 
	color:white;
	text-decoration: none;
}


.zposi img {
  position: absolute;
  z-index: 1;
}

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}

.zoom { 
          width: 90%;
		  height:auto;
		  overflow: hidden;
            margin: 20px auto; 
        } 
      
        .zoom img { 
            width: 100%; 
            transition: 0.8s all ease-in-out; 
        } 
      
        .zoom:hover img { 
            transform: scale(1.1); 
        } 

.services-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin:10px;
}
.services-container .services-box{
    flex: 1 1 30rem;
	height:230px;
    background-color: #323946;
    padding: 3rem 2rem 4rem ;
    border-radius: 1rem;
    text-align: center;
    position: relative;
}

.services-boxes img{
	width:30px;
	border-radius: 50%;
}

 .services-box2{
    flex: 1 1 30rem;
    background-color: var(--second-bg-color);
    padding: 3rem 2rem 4rem;
    border-radius: 2rem;
    text-align: center;
    border: 3px solid var(--bg-color);
    transition: all 0.5s;
}
.services-container .services-box2:hover{
   border-color: var(--main-color);
    transform: scale(1.03);
}

.services-box3{
    flex: 1 1 30rem;
    background-color: #323946;
    padding: 3rem 2rem 4rem ;
    border-radius: 1rem;
    text-align: center;
	height:200px;
    position: relative;
}
.services-box3::after, .services-box3::before{
	content: '';
	position:absolute;
	height: 100%;
	width: 100%;
	/*background-image:conic-gradient(from var(--angle), transparent 50%, blue);*/
	background-image:conic-gradient(from var(--angle), transparent 50%, #006aff);
	top:50%;
	left:50%;
	translate: -50% -50%;
	z-index: -1;
	padding: 3px;
	border-radius: 1rem;
	animation: 3s spin linear infinite;
}

.services-box3::before{
	filter: blur(1.5rem);
	opacity: 0.5;
}

.services-box4{
    flex: 1 1 30rem;
    background-color: #323946;
    padding: 3rem 2rem 4rem ;
    border-radius: 1rem;
    text-align: center;
    position: relative;
}
.services-box4::after, .services-box4::before{
	content: '';
	position:absolute;
	height: 100%;
	width: 100%;
	/*background-image:conic-gradient(from var(--angle), transparent 50%, blue);*/
	background-image:conic-gradient(from var(--angle), transparent 50%, #127526);
	top:50%;
	left:50%;
	translate: -50% -50%;
	z-index: -1;
	padding: 3px;
	border-radius: 1rem;
	animation: 3s spin linear infinite;
}

.services-box4::before{
	filter: blur(1.5rem);
	opacity: 0.5;
}

@property --angle{
	syntax:"<angle>";
	initial-value: 0deg;
	inherits: false;
}

.services-box::after, .services-box::before{
	content: '';
	position:absolute;
	height: 100%;
	width: 100%;
	/*background-image:conic-gradient(from var(--angle), transparent 50%, blue);*/
	background-image:conic-gradient(from var(--angle), transparent 50%, #ff4545,#00ff99,#006aff, #ff0095, #ff4545);
	top:50%;
	left:50%;
	translate: -50% -50%;
	z-index: -1;
	padding: 3px;
	border-radius: 1rem;
	animation: 8s spin linear infinite;
}

.services-box::before{
	filter: blur(1.5rem);
	opacity: 0.5;
}

@keyframes spin{
	from{
		--angle : 0deg;
	}
	to{
		--angle : 360deg;
	}
}

.borgradient{
    text-align:center;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to right, rgba(255,249,34,0), rgba(255,249,34), rgba(255,0,128), rgba(56,2,155,0));
    border-image-slice: 1;
    width:100%;
}

.btn{
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: var(--main-color);
    border-radius: 2rem;
    box-shadow: none;
    font-weight: 500;
    color:var(--second-bg-color);
    letter-spacing: 2px;
}
.btn:hover{
    
	box-shadow: 0 0 1rem var(--main-color);
}

.move-img{
    width:50%;
	margin:20px auto;
}

.move-img1{
    width:50%;
	margin:20px auto;
}

.move-img img{
    width: 5vw;
    animation: floatImage 3s ease-in-out infinite;
}

.move-img1 img{
    width: 15vw;
    animation: floatImage 3s ease-in-out infinite;
}
@keyframes floatImage{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-1rem);
    }
    100%{
        transform: translateY(0);
    }
}

.category a{
    color: #ffffff;
	text-decoration:none;
	}
	
.category a:hover{
	color: #069595;
  	text-shadow: 0 0 0.2rem #069595;
	}
