﻿@charset "utf-8";
/* CSS Document */
body{
	background-image:url(/images/1a.jpg);
	background-position:top;
	 background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
	font:Verdana, Geneva, sans-serif !important;
	
}
.bs-docs-section {
    margin-bottom: 15px;
}

input{
}
#Label1{
	color:#2c3e50 !important;
}
.form-group {
    margin: 0 auto !important;
    margin-bottom: 15px;
    max-width: 500px;
}

.form-group > #txtSearch {
   background-color: rgba(149, 165, 166, 0.6);
    border: medium none;
    color: #fff;
    height: 40px;
    padding: 0 10px;
}
.form-group > #btnSearch {
    background-color: rgba(44,62,80,.8);
    border: none;
    color: #fff;
    height: 40px;
    margin-left: -5px;
    width: 100px;
}
#btnSearch {
    width: 20% !important;
}
#txtSearch {
    width: 80% !important;
}


img{
	border: 0 none;
    margin-right: 10px !important;
	margin-bottom:5px;
    width: 100%;
	/*border-radius: 15px 50px;*/
    height: auto;
    max-height: 240px;
	
	
}
/*.col-lg-3.col-md-4.col-sm-6.col-xs-12.custom-style > div{
	padding: 2px 10px !important;
}*/

.entry-box {
 	background-color: rgba(149, 165, 166, 0.6);
    border-radius: 15px 50px 15px 15px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 0px 0px 10px 0px !important;
    width: 100% !important;
    min-height: 400px !important;
}
.entry-box a:hover {
    text-decoration: none;
}

/*video background*/
.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    background: url('../background/3.jpg') center center / cover no-repeat;
  }

  .fullscreen-bg__video {
    display: none;
  }
  .logo1 img{
    min-width:90% !important;border: 0 none !important;
    height: auto;float:left;
    }
}
.logo1 {
    width: fit-content;
    margin: 0 auto !important;
}
/*.logo1 img{
    max-width: 40% !important;
    border: 0 none !important;
    height: auto;
    float: left;
}*/