@import url('https://fonts.googleapis.com/css?family=Yeseva+One&display=swap');

.section_0 {
    margin: 40px 0px 0px 0px;
   padding:0;

}

.section_1 {
    margin: 65px 0px 2.5px 0px;
   padding:0;
}

.section_2 {
    margin: 0px 0px 2.5px 0px;
   padding:0;
   background-image:none;
}


.section_3 {
   padding:0;
}

.font-big {
    font-size: 25px;
    font-family: 'Montserrat', 'Microsoft YaHei', 'Microsoft JhengHei', sans-serif, serif;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 0 0px 5px rgba(0,0,0,0.5);
}

.font-big-2 {
    font-size: 30px;
    font-family: 'Montserrat', 'Microsoft YaHei', 'Microsoft JhengHei', sans-serif, serif;
    font-weight: 700;
    margin: 0 auto;
}
    
.font-big-3 {
    font-size: 35px;
    font-family: 'Montserrat', 'Microsoft YaHei', 'Microsoft JhengHei', sans-serif, serif;
    font-weight: 700;
    margin-bottom: 0;
}

.font-small {
    font-size: 16px;
    line-height:24px;
    color: #777777;
    margin-bottom:15px;
}

.font-sub {
    font-size: 20px;
    color: #777777;
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 100%;
    /*background-image: linear-gradient(rgba(255, 255, 255, 0),rgba(255, 255, 255, 1));*/
    transition: 0.25s;
}

.container:hover .cover {
    top: 0;
}

.table {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}

.middle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 5%;
}

.btn-square.white {
    border-width: 2px;
    border-color: #ffffff;
    font-size: 12px;
    color: #ffffff;
    padding: 5px;
    margin: 5px;
    width: max-content;
    min-width: 20%;
    background:rgba(0,0,0,0,0.7);
    border-radius:50px;
}

.btn-square.white:hover {
    color: #333333;
    background:#fff;
}

.click {
    font-size: 15px;
    font-weight: normal;
    font-family: 'Roboto', 'Microsoft YaHei', 'Microsoft JhengHei', sans-serif, serif;
    transition: 0.25s;
}

.click:hover {
    transition: 0.25s;
    color: #777777;
}

.click-2 {
    color: #333333 !important;
    font-size: 15px;
    font-weight: normal;
    font-family: 'Roboto', 'Microsoft YaHei', 'Microsoft JhengHei', sans-serif, serif;
    transition: 0.25s;
}

.click-2:hover {
    transition: 0.25s;
    color: #777777 !important;
}

.btn-square.black {
  border-width: 2px;
  border-color: #333333;
  background-color: #ffffff;
  font-size: 13px;
  color: #333333;
  margin: 10px 0 0 0;
  padding: 8px 25px;
  min-width:200px;
    text-align:center;
}

.btn-square.black:hover {
    border-color: #333333;
    background-color: #333333;
    color: #ffffff;
}

.click_effect {
    transition: 0.3s;
    transform: translateZ(0);
}

.click_effect:hover {
    transition: 0.25s;
    transform:scale(0.95);
}

.click_effect:hover img{
    filter:brightness(1.1);
    transition: 0.25s;
    transform:scale(0.95);
}

.click_effect:hover img{
    filter:brightness(0.8);
    z-index: -2;
    position:Relative;
}


.font-last {
    font-size: 20px;
    font-family: 'Montserrat', 'Microsoft YaHei', 'Microsoft JhengHei', sans-serif, serif;
    font-weight: 700;
}

.font-last span{
    display:inline-block;
}

.font-small-2 {
    font-size: 15px;
    color: #777777;
    margin: 0 auto;
}

.m-animate{
  background:#eaeaea;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.25);
}

.icon {
    /*float: left;*/
    /*padding-right: 15px;*/
    /*margin-left: -20px;*/
    /*margin-top: 3.5px;*/
    color: #333333;
    font-size: 45px;
}

.bg-img{
     background-image:url(https://www.newpages2u.com/userfiles/21007/image/img-bg4.jpg);
     background-position:50% 40%;
     background-repeat:no-repeat;
     background-size:cover;
     width:250px;
     padding:2% 10% 12% 10%;
    margin:0 auto;
}

.pad{
    padding-right:0%;
}

.columns {
    background: 0 0;
    margin-bottom: 5px;
}

.hover-target:hover .animate {
  animation: none !important;
}

.hover-target .animate{
   animation:1.5s .2s swing infinite; 
}

.vr-iframe{
    height:640px;
}

.intro {
    padding: 0px !important;
    overflow-x: auto;
}

#footer{
    margin-top:0 !important;
}

.mobile_bottom{
    padding: 0px !important;
}

.mhomecontent {

    padding-top: 0px !important;

}

.mm-page{
    background-color:#fff !important;
}


.title {
    font-family: 'Yeseva One', cursive;
    text-align:center;
    
}

.fancybox-slide--iframe .fancybox-content{
    max-width:85% !important;
}