@charset "utf-8";
/* CSS Document */
.navbar-toggler:focus{
	outline: 0;
}
.nav-item{
	position: relative;
}
.nav-item:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(100% - 4px);
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--bs-primary);
    z-index: -1;
}
.nav-item:after {
	content: '';
    display: block;
    position: absolute;
    top: calc(100% - 4px);
    right: 50%;
    bottom: 0;
    left: 50%;
    background: #fff;
    z-index: -1;
    -webkit-transition: all .1s cubic-bezier(0,.59,1,.26);
    transition: all .1s cubic-bezier(0,.59,1,.26);
}
.con-btn{
	font-size: 12px;
	max-width: 140px;
}
.banner{
	position: relative;
}
.banner-font{
	height: 100%;
	top: 0;
	left: 0;
	color: #fff;
	font-weight: bold;
}
.text-shadow{
	text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.28) !important;
}
.banner-box{
	display: inline-block;
	background: rgba(0,0,0,.5);
	text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.28) !important;
}
.imgbox{
	overflow: hidden;
}
.imgbox img, img.imgbox{
	transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}
.imgbox img:hover, img.imgbox:hover{
	transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.card-title{
	color:var(--bs-body-color);
}
a.card{
	text-decoration: none;
	overflow: hidden;
}
a.card:hover .card-title{
	color:var(--bs-link-color);
}
#gtTop{
	display: none;
	position: fixed;
	width: 56px;
	height: 56px;
	right: 1.5rem;
	bottom: 3rem;
	border-radius: 50%;
	text-align: center;
	line-height: 56px;
	color:var(--bs-white);
	--bs-bg-opacity:.6;
	z-index: 99;
}
#gtTop:hover{	
	color:var(--bs-white);
	--bs-bg-opacity:1;
	background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.con-bg{
	background: url(../images/con-bg.jpg) no-repeat center bottom;
    background-size: auto 100%;
	position: relative;
	z-index: 1;
	color: var(--bs-white)
}
.con-bg::before{
	content: "";
    background-color: rgba(var(--bs-black-rgb), .5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.bg-wh-1{
	background: url("../images/bg-white.png") no-repeat top right;
}
.bg-wh-2{
	background: url("../images/bg-white-1.png") no-repeat bottom left;
}
.sub-nav a{
	color: #fff;
	text-decoration: none;
	border-left: 1px solid rgba(255,255,255,.2);
}
.sub-nav a:first-child{
	border-left: 0;
}
.sub-nav a:hover{
	background: rgba(29,29,29,.2);
}
.bg-img{
	background-image: url("../images/bg1.png");
}
.bg-img1{
	background-image: url("../images/bg2.png");
}
.title-line{
	width: 23.6%;
	height: 1px;
	overflow: hidden;
	display: block;
	background: var(--bs-body-color);
	margin-bottom: 1rem;
}
.apl .apl-font{
	position: absolute;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	left: 0;
	transition: all 0.8s;
    -webkit-transition: all 0.8s;
}
.news a{
	text-decoration: none;
}
.pro-inf-ul li{
	list-style: none;
}
.img-darkbg{	
	position: relative;
	justify-content:center;
    display: flex;
	z-index: 1;
}
.img-darkbg::before{
	content: "";
	background-color: rgba(var(--bs-secondary-rgb), .7);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	
}
footer a{
	color: var(--bs-white);
	text-decoration: none;
}
footer a:hover{
	color: var(--bs-secondary);
}
@media (min-width: 768px){	
	.con-bg{
		background-size: 100% auto;
	}
	
}
@media (min-width: 992px){		
	.ind-pro:nth-child(odd) {
        flex-direction: row-reverse;
	}.apl .apl-font{
		border-left:1px solid rgba(255,255,255,.4);
	}
	.apl .apl-font p{
		opacity: 0;
		height: 0px;
	    transition: all 0.8s;
        -webkit-transition: all 0.8s;
		margin-left: -1000px;
	}
	.apl .apl-font h3{
		margin-bottom: 0;
	}
	.apl-box:hover h3{
		margin-bottom: 0.5rem
	}
	.apl-box:hover .apl-font p{
		opacity: 1;
		height: auto;
		margin-left: 0;
	}
}
@media (min-width: 1510px){
	.d-xxxl-block{
		display:block !important;
	}
	.con-btn{
	max-width: none;
    }
}
@media (min-width: 1600px){
	.bsb-navbar.navbar-expand-lg{--bs-navbar-padding-y:0;--bs-navbar-nav-link-padding-x:2rem}
}
@media (max-width: 1130px){
	header .navbar-nav .dropdown-toggle{
		max-width:150px;
		white-space: normal;
	}
}
@media (max-width: 991px){
	header .nav-item{
		padding: 0.25rem 0;
        border-bottom: 1px dashed rgba(0, 0, 0, .1);
	}
	header .navbar-nav .dropdown-toggle{
		max-width:100%;
		white-space: normal;
	}
	.con-btn{
	max-width: none;
    }
	.banner-box{
	background: none;
}
	.ind-abu img{
		width: 100% !important;
		margin-top:0 !important;
		border:0 !important;
	}
	.carousel-caption{
		left:1.5rem;
		right:1.5rem;		
	}
	.carousel-caption .fs-1{
		font-size: 1.25rem !important;
		margin-bottom: 0 !important;
		padding: 1rem 0 !important;
		line-height: 1.25 !important;
		font-weight: 300 !important;
	}
	.carousel-caption .btn{
		display: none;
	}
	.carousel-indicators{
		margin-bottom: 0;
	}
}
@media (max-width: 575px){
	#gtTop{
		display: none !important;
	}
	#contactForm .w-50{
		width: 100% !important;
	}
}