@charset "UTF-8";
/* CSS Document */

html,body {
    margin:0;
    padding:0;
    font-size:16px; 
	  scroll-behavior: smooth;
}

[class*="col-"] {
    float: left;

}

/* 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%;}

.menu_container{
   display:none;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
    
    .menu_link{
      display:none;
    }
    .menu_container{
      display:initial;
    }

}


.goog-te-banner-frame.skiptranslate {display: none !important;} 
body { top: 0px !important; }

a{
	text-decoration:none;
	color:#0865A7;
}
a:hover{
	text-decoration:none;
	color:grey;
}

a.vision_a_tag{
	color:white;
	font-size:22px;
}

a.vision_a_tag:hover{
	text-decoration:none;
	color:white;
	font-size:22px;
	color:#0865A7;
}

.center_contain{
	margin: 0px auto;
	align:center;
	valign:Top;
	height:100%;
	width:100%;
}

.big_image{
	background-image:url(../images/title_BG.jpg); 
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center;
}

.big_title{
	font-size:2.5em;
	font-weight: bold;
	color:#FFFFFF;
	text-shadow: 1px 1px rgba(106,76,156,0.75);
	text-align:center;    
}
.sub_title{
	font-size:2.0em;
	font-weight: bold;
	color:#FFFFFF;
}

.content_title{
	font-size:1.0em;
	font-weight: bold;
	color:#FFFFFF;
}

.video_div{
	background-color:rgba(0,0,0,0.1);
	
	border-radius: 30px;
	
	padding: 10px;
	width:100%;
	height:100%;
	text-align:right;
}


.product_img{
	object-fit: cover;
	width:95%; 
	height:auto;
}

.menu_link{
  padding-right:10px;
  color:white;
  font-size:1.0em;
}

.menu_a{
  color:white;
}
.menu_a:hover{
 color:grey;
}

.top_but{
  position: fixed;
  right:15px;
  bottom:55px;

}

.footer_text{
  color:white;
}
