body {
	background: #fff;
	font-family: 'Roboto', "Microsoft Yahei", sans-serif;
	color: #585858;
	font-size: 18px;
	line-height: 22px;
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', "Microsoft Yahei", sans-serif;
	color: #585858;
	font-weight: 1000;
	margin-bottom: 15px;
}
h1 {
	font-size: 36px;
	line-height: 46px;
}
h2 {
	font-size: 34px;
	line-height: 44px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
p {
	font-size: 16px;
	color: #585858;
	text-decoration: none;
	line-height: 26px;
	margin-bottom: 26px;
}
a {
	color: #585858;
	text-decoration: none !important;
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
}
a .fas, a .fab {
	min-width: 22px;
}
li {
	font-size: 16px;
	color: #585858;
}
.text-shadow {
	text-shadow: 1px 1px 2px #000;
}

.darkbg h1, .darkbg h2, .darkbg h3, .darkbg h4, .darkbg h5, .darkbg h6, .darkbg p, .darkbg li,  .darkbg a, .darkbg small {
	color: #fff;
}
.darkbg .text-shadow {
	text-shadow: 1px 1px 2px #fff;
}
/********************************Global Transitions ********************************/
a, h1, h2, h3, h4, h5, h6, p, ul, li, ::before, ::after, img, .btn, .nav-bg, .logo, img.logoSmall, .camera_caption, .images-block, .images-block figcaption, .images-block img, .images-block figcaption h2, .images-block figcaption p, .fas, .fab, a .fas, a .fab, .card, .article-box, .article-link a::after {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.list-inline-item {
    display: inline-block;
    margin-bottom: 15px;
}

#page-content ul {
	margin: 15px 0;
	padding-left: 15px;
}

table {
	margin-bottom: 35px;
}
.title-left {
	position: relative;
	margin-bottom: 2.2em;
		text-align: left;
}
.title-left:after {
	position: absolute;
	width: 50px;
	height: 6px;
	content: '';
	border-top: 3px solid #bebebe;
	border-bottom: 3px solid #bebebe;
	margin-top: 2.2em;
	left: 0%;
}
.title {
	margin-bottom: 2.2em;
	text-align: center;
}
.title:after {
	position: absolute;
	width: 50px;
	height: 6px;
	content: '';
	border-top: 3px solid #bebebe;
	border-bottom: 3px solid #bebebe;
	margin-top: 2.2em;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
section {
	padding: 115px 0;
	margin: 0;
}
.white-bg {
	background-color: #fff;
}
.gray-bg {
	background-color: #f6f6f6;
}
.no-gutter > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
figure {
	margin-bottom: 30px;
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border: solid 2px #585858;
    border-radius: 0;
	padding: .7rem 1.7rem;
}
.btn-outline-light {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: solid 2px #F7F7F7;
    border-radius: 0;
	padding: .7rem 1.7rem;
}
.btn-secondary {
    color: #585858;
    background-color: #f5f5f5;
    border-color: #c8c8c8;
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
background-color: #575c5f;
border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
background-color: #575c5f;
border-color: #343a40;
}


/********************************images block ********************************/
.images-block, .images-block figcaption, .images-block img, .images-block figcaption h2, .images-block figcaption p, .images-block .btn-outline-light {
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.images-block {
	background-color: #fff;
	position: relative;
	min-height: 430px;
	max-height: 430px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.images-block img {
	opacity: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
}
.images-block:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	-moz-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}
.images-block figcaption {
	font-size: 24px;
	text-align: left;
	font-weight: 400;
	padding: 20px;
	position: absolute;
	bottom: 0px;
	left: 0;
	background-color: rgba(0, 0, 0, 0);
	display: block;
	opacity: 1;
	width: 100%;
	min-height: 100px;
	max-height: 200px;
	overflow: hidden;
}
.images-block figcaption h2 {
	color: #fff;
	margin-bottom: 10px;
}
.images-block figcaption p {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
.images-block:hover figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: block;
	width: 100%;
	opacity: 1;
}
.images-block:hover .btn-outline-light {
    color: #000 !important;
    background-color: #59b3f5;
	border-color: rgb(0, 51, 191);
}
.images-block a:hover {
	color: #9F9F9F !important;
}

/********************************nav bar ********************************/
#header {
	padding: 0;
	animation: fadeInDown 400ms;
	top: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.navbar-nav {
    background-color: #fff;
}
.bsnav-mobile .navbar{
    background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.navbar-brand {
    padding: 10px 0 10px 15px !important;
    margin: 0;
    overflow: hidden !important;
}

.logo {
	margin: 0 0 0px 0;
	width: 100%;
	
}
.logoSmall{
	width: 65%;
}
.nav-bg {
	 background-color: rgba(255,255,255,0);
}
.bsnav {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 50;
}
.scrolled {
  background-color: rgba(255,255,255,1) !important;
	box-shadow: 0 0 4px rgba(0,0,0,0.07);
}
.navbar-nav .nav-item {
    color: #575c5f !important;
	font-weight: 400;
}
.navbar-nav .nav-item .nav-link {
	font-size: 17px;
}
.navbar-nav .nav-item.active > .nav-link, .navbar-nav .nav-item:active:focus > .nav-link, .navbar-nav .nav-item:active > .nav-link, .navbar-nav .nav-item:focus > .nav-link, .navbar-nav .nav-item:hover > .nav-link {
    color: #000 !important;
}
.nav-item.active .caret, .nav-item:hover .caret {
    border-top-color: #000 !important;
}
.nav-item.dropdown .navbar-nav .nav-link .caret {
    border: none;
    border-top: solid 4px transparent !important;
        border-top-color: transparent !important;
    border-bottom: solid 4px transparent;
    border-left: solid 5px #444;
}
.nav-item.dropdown > .navbar-nav .nav-item .nav-link {
    padding: 8px 10px;
}

.dropdown .navbar-nav {
    padding: 10px;
}
.dropdown .navbar-nav .nav-link{
	font-size: 15px;
	line-height: 18px;
}
.nav-item.dropdown > .navbar-nav .nav-item .nav-link {
    padding: 8px 10px !important;
}
.nav-item.dropdown > .navbar-nav .nav-item {
    line-height: 0.6 !important;
    position: relative;
}

.navbar-toggler {
    border: transparent !important;
    outline: none !important;
}
/********************************banner ********************************/
/********************************banner ********************************/
#banner {
	overflow: hidden;
	position: relative;
}
#camera_wrap_1 {
	box-shadow: 0;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.no-margin {
	margin: 0;
	padding: 0;
}

#banner {
	overflow: hidden;
	background-color: #FFF;
	min-height: 320px;
	max-width: 100%;
}
#main_slider {
	overflow: hidden;
}
#camera_wrap_1 {
	box-shadow: 0;
}
.camera_loader {
	background: rgba(255, 255, 255, 0.9) url(../images/camera-loader.gif) no-repeat center;
	border: 1px solid #ffffff;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	height: 36px;
	left: 50%;
	overflow: hidden;
	position: absolute;
	margin: -18px 0 0 -18px;
	top: 50%;
	width: 36px;
	z-index: 3;
}
.cameraCont, .cameraContents {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}
.no-margin {
	margin: 0;
	padding: 0;
}

.camera_caption {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	margin: auto;
	bottom: auto;
	right: auto;
	left: 10%;
	padding: 30px 20px;
	position: absolute;
	top: 35%;
	max-width: 700px;
}
.cameraContents h2, .cameraContents h3, .cameraContents h4, .cameraContents h5, .cameraContents h6, .cameraContents p {
	color: #282828;
}
.cameraContents h2 {
	font-size: 42px;
	font-weight: 700;
	color: #282828;
	text-align: left;
}
.cameraContents h3 {
	font-size: 40px;
	font-weight: normal;
	color: #282828;
	text-align: left;
}
.cameraContents p {
	font-size: 17px;
	line-height: 24px;
	font-weight: 400;
	color: #282828;
	margin-bottom: 15px;
	text-align: left;
}
.cameraContents .btn {
	background-color: #016099;
	border-radius: 0;
	padding: 15px 50px;
	color: #FFF;
	font-size: 14px;
	border: solid 1px #71bcf8;
}
.cameraContents .btn:hover {
	background-color: #aaabaf;
	border-radius: 0;
	color: #FFF;
	border: solid 1px #69686f;
}
.container {
	position: relative;
}
/*********************** ********* Style block ******************************/
#block1 {
	width: 100%;
	background-color: #fff;
	height: 100%;
	position: relative;
}
#block2 {
	width: 100%;
	background-color: #fff;
	background-image: url("../images/block2/bg.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100%;
	position: relative;
	background-size: cover;
}
.py-lg {
	margin: 100px 0;
}


/*********************** ********* latest events******************************/
#events {
	width: 100%;
	background-color: #fff;
	height: 100%;
	position: relative;
}
#events .images-block {
	background-color: #fff;
	position: relative;
	min-height: 400px;
	max-height: 400px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
#events .images-block img {
	opacity: 1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
}
#events .images-block::after {
background-color: rgba(0,0,0,0.6);
content: "";
display: block;
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
z-index: 1;
}
#events .images-block:hover img {
	opacity: 1;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	-moz-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}
#events .images-block figcaption {
	font-size: 24px;
	text-align: left;
	font-weight: 400;
	padding: 20px;
	position: absolute;
	top: 0px;
	left: 0;
	background-color: rgba(0, 0, 0, 0);
	display: block;
	opacity: 1;
	width: 100%;
	overflow: hidden;
	z-index: 2;
}
#events .images-block figcaption h2 {
	color: #fff;
	margin-bottom: 10px;
}
#events .images-block figcaption p {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
#events .images-block:hover figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0,0);
	display: block;
	width: 100%;
	opacity: 1;
}
#events .images-block:hover .btn-outline-light {
    color: #000 !important;
    background-color: #59b3f5;
	border-color: rgb(0, 51, 191);
}
#events .images-block a:hover {
	color: #9F9F9F !important;
}




/*********************** ********* block ******************************/

#whats-new{
	width: 100%;
	background-color: #fff;
	background-image: url("../images/whats-new/whats-new-bg.jpg");
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100%;
	position: relative;
	background-size: cover;
}
#whats-new .card {
	margin-bottom: 30px;
	border-radius: 0;
}

#whats-new .card-body {
	padding: 30px 30px;
}

/*********************** *********Inner Pages Style  ******************************/
.page-header {
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 100%;
	background-color: #fff;
	overflow: hidden;
	background-size: cover;
}
.page-banner {
	min-height: 150px;
	background-color: #fff;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 50px;
}
.page-banner .page-title {
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 0px;
}
.page-header .page-banner .fadeInUpBig {
	animation-duration: 1s !important;
}
.page-content {
	min-height: 100px;
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 100px;
	padding-left: 0;
}
.page-content hr {
	margin-top: 40px;
	margin-bottom: 40px;
}
/*********************** ********* Footer ******************************/
.page-header-links {
	padding: 50px 0;
	border: solid 1px #eee;
	background-color: rgba(241,241,241,0.3);
}
.page-header-links ul{
	margin-bottom: 0;
}
.page-header-links .list-inline-item:not(:last-child) {
    margin-right: 2rem;
}


/*********************** ********* card ******************************/
.card {
	min-height: 100px;
	display: block;
}
.card .icon-img{
	margin: auto;
	display: block;
	max-width: 140px;
	margin-bottom: 15px;
}
.card .icon-img-lg{
	margin: auto;
	display: block;
	max-width: 300px;
	margin-bottom: 30px;
}
.card-200 .card {
	min-height: 200px;
	margin-bottom: 30px;
}
.card-250 .card {
	min-height: 250px;
	margin-bottom: 30px;
}
.card-300 .card {
	min-height: 300px;
	margin-bottom: 30px;
}
.card-350 .card {
	min-height: 350px;
	margin-bottom: 30px;
}
.card-400 .card {
	min-height: 400px;
	margin-bottom: 30px;
}
.card-450 .card {
	min-height: 450px;
	margin-bottom: 30px;
}
.card-500 .card {
	min-height: 500px;
	margin-bottom: 30px;
}
.card-700 .card {
	min-height: 700px;
	margin-bottom: 30px;
}
.card-light {
	background-color: #fbfbfb;
}
.card-header {
	font-size: 20px;
}


/*********************** ********* box ******************************/
.box {
	min-height: 100px;
	display: block;
}
.box .text-center img{
	margin: auto;
	display: block;
}
.box-200 .box {
	min-height: 200px;
}
.box-300 .box {
	min-height: 300px;
}
.box-400 .box {
	min-height: 400px;
}
.box-light {
	background-color: #fbfbfb;
}


/*********************** ********* Footer ******************************/
#footer {padding: 100px 0;
	background-color: #f7f7f7;
	position: relative;
	text-decoration: none;
	max-width: 100%;
	border-top: solid 1px #eee;
}
#footer, #footer address, #footer p {
	font-size: 13px;
	color: #fff !important;
}
#footer h5 {
	font-size: 16px;
	font-weight: 400 !important;
}
#footer p {
	font-size: 16px;
}
#footer a {
	font-size: 16px;
	line-height: 30px;
}
#footer a:hover {
	color: #000;
}
a .fas, a .fab {}
.social-icons .fas, .social-icons .fab {
	font-size: 20px !important;
}
.social-icons .fab .social-icons .fas {
	color: #fff;
}
.social-icons a:hover .fab, .social-icons a:hover .fas {
	color: #000;
}
.social-icons a{
	color: #fff;
	display: inline-block;
	width: 70px;
	height: 70px;
	text-align: center;
	vertical-align: middle;
	padding: 20px;
	border-radius: 100%;
	margin: auto;
}
.social-icons a.envelop {
	background-color: #0062d0;
}
.social-icons a.facebook {
	background-color: #3b5998;
}
.social-icons a.linkedin {
	background-color: #0e76a8;
}
.social-icons a.weixin {
	background-color: #2dc100;
}
.social-icons a.whatsapp {
	background-color: #2dc100;
}

.footer-links {
	background-color: #585858;
	min-height: 50px;
	padding: 10px 0;
}
.footer-links, .footer-links p, .footer-links a {
	font-size: 13px !important;
	margin-bottom: 0px;
}
.footer-links a:hover {
	color: #000;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 13px;
	right: 6%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	border-radius: 30em;
	background-image: url(../images/to-top1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:before {
	content: url(../images/to-top1.png);
	z-index: 99;
}
