html{font-size:14px;}
@font-face {
	font-family: 'Prompt-Light';
	src: url('fonts/Prompt-Light.eot');
	src: url('fonts/Prompt-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Prompt-Light.woff') format('woff'),
		url('fonts/Prompt-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Prompt-Regular';
	src: url('fonts/Prompt-Regular.eot');
	src: url('fonts/Prompt-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/Prompt-Regular.woff') format('woff'),
		url('fonts/Prompt-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Prompt-Medium';
	src: url('fonts/Prompt-Medium.eot');
	src: url('fonts/Prompt-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/Prompt-Medium.woff') format('woff'),
		url('fonts/Prompt-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Prompt-SemiBold';
	src: url('fonts/Prompt-SemiBold.eot');
	src: url('fonts/Prompt-SemiBold.eot?#iefix') format('embedded-opentype'),
		url('fonts/Prompt-SemiBold.woff') format('woff'),
		url('fonts/Prompt-SemiBold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
body{
	font-family: 'Prompt-Light';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	overflow-x: hidden;
	color: #0d161f;
}
ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	/*cursor: pointer;*/
	color: inherit;
	
}
table{
	max-width: 100% !important;
	border-collapse: initial !important;
}
#nav-icon3{
	z-index: 56;
	width: 35px;
	height: 25px;
	position: relative;
    top: 0;
    right: 0;
	left: auto;
	margin:0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	box-shadow: none;
	background: none;
	border: none; 
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
    border-radius: 5px;
	background: #778899;
	opacity: 1;
	right: 0%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
	top: 0;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
	width: 75%;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
	width: 50%;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 80%;
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 80%;
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

/*///////////Start-Header///////////////*/

.headbar-main{
    padding: .5rem 0;
    transition: all 0.6s;
	background-color: #FFF;
}
.slim.headbar-main{
	box-shadow: 3px -1px 10px rgb(0 0 0 / 15%);
}
.hamburgers-box{
    width: 100%;
	height: 100%;
	padding: 0;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
    width: auto;
    text-align: left;
    margin: 0;
	padding: 0;
}
.navbar-brand img{
	width: 65px;
	transition: all 0.5s;
	margin: 0;
}

.navbar-collapse .navbar-brand{
	padding: 2rem 0;
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100%;
}

.navbar-nav li{
	padding: 0 50px;
	position: relative;
	transition: all 0.5s;
	margin-bottom: .5rem;
}
.navbar-nav li a{
	padding:5px;
	display: block;
	text-align: center;
	text-decoration: none;
	transition: all 0.8s;
	border-bottom: 1px solid transparent;
	font-family: 'Prompt-Medium';
	
}
.navbar-nav li.active a,
.navbar-nav li a:hover{
	color: #000 ;
	border-color: #000 ;
}

.social-header{
	margin: 2rem auto;
	padding: 0 15px;
	text-align: center;
}
.social-header td 
  {
    white-space: nowrap;
} 
.social-header ul img {
    width: 20px;
    margin-right: 5px;
}
.social-header ul{
	list-style: none;
	margin-bottom: 1rem;
	text-align: left;
}
.social-header ul li{
	margin-bottom: 0rem;
}
.social-header ul li a {
	display: inline-block;
	/*padding: 5px;*/
}
.social-header ul li td{
	 padding: 5px; 
}
.social-header img{
	width: 35px;
	transition: all 0.6s;
		margin: 1px;
}
.social-header p{margin: 0;}
.social-header img:hover{transform: scale(1.03);}
.social-header a:hover{color: #000;opacity: .6;}

/*///////////End-Header///////////////*/
#carouselmainSlide .carousel-item{
	position: relative;
}
#carouselmainSlide .carousel-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#carouselmainSlide .carousel-control-prev,
#carouselmainSlide .carousel-control-next{
	z-index: 4;
    width: 35px;
    height: 35px;
    bottom: 0rem;
	top: auto;
	opacity: 1;
	transform: translate(-50%, 0);
}
#carouselmainSlide .carousel-control-prev{left: 45%;}
#carouselmainSlide .carousel-control-next{right: 33%;}
#carouselmainSlide .carousel-control-next-icon{
	background-image: url( "../images/next.png");
	filter: brightness(0) invert(1);
	background-size: 100% !important;
}
#carouselmainSlide .carousel-control-prev-icon{
	background-image: url("../images/prev.png");
	filter: brightness(0) invert(1);
	background-size: 100% !important;
}
#carouselmainSlide .carousel-control-prev-icon:hover,
#carouselmainSlide .carousel-control-next-icon:hover{filter: none;}

.banner-captions    {
		color: #FFF;
		text-align: center;
		background: rgb(119 136 153 / 65%);
		padding: 1rem ;
		width: auto;
}
.bannercaptions{
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: rgb(119 136 153 / 65%);
	padding: 1rem ;
	width: 90%;

}
.bannercaptions h1{
	font-size:20px;
	margin: 0;
	font-family: 'Prompt-SemiBold';
 
}
.bannercaptions-left-top,.bannercaptions-left-bottom,.bannercaptions-right-top,.bannercaptions-right-bottom{
 	background: rgb(119 136 153 / 30%);
}
.bannercaptions-left-top{
 	position: absolute;
	padding: 2% 3%;
	z-index: 1;
	left: 0;
	top: 0;
}
.bannercaptions-left-bottom{
 	position: absolute;
 	padding: 2% 3%;
	z-index: 1;
	left: 0;
	bottom: 0;
}
.bannercaptions-right-top{
 	position: absolute;
	padding: 2% 3%;
	z-index: 1;
	right: 0;
	top: 0;
}
.bannercaptions-right-bottom{
 	position: absolute;
	padding: 2% 3%;
	z-index: 1;
	right: 0;
	bottom: 0;
}

@-webkit-keyframes slideleft {
  0% {
    transform: translateX(70px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes slideright {
  0% {
    transform: translateX(-70px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slidetop {
  0% {
    transform: translateY(-70px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes slideup {
  0% {
    transform: translateY(70px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}


/*///////////Start-Content///////////////*/ 
.filterwhite{filter: brightness(0) invert(1) !important;}
.content-box{
	padding: 10% 0;
	position: relative;
	background: #f5f5f5;
	background-size: cover !important;
}
.title-box{
	text-align: center;
	margin-bottom: 2rem;
}
.title-box h1{
	font-size: 32px;
	margin-bottom: 0;
	line-height:normal;
	font-family: 'Prompt-SemiBold';
}
.title-box h2{
	font-size:22px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Prompt-Medium';
}
.title-box h3{
	font-size:22px;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Prompt-Regular';
}
.title-box ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.title-box.subtitle ul{justify-content: flex-start;}
.title-box p{margin:1rem 0;}
.title-box ul li{font-size: .85rem; margin-right: 5px;opacity: .5;}
.title-box ul li.active{opacity: 1;}
.title-box ul li a{padding-right: 5px;}

.textpolicy{margin-bottom: 2rem;}
.textpolicy h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'Prompt-SemiBold';
}
.textpolicy h2{
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'Prompt-Medium';
}
.textpolicy .fa-angle-right{
	font-size: .9rem;
	margin-right: 10px;
}
.textpolicy .fa-circle{
	font-size: 14px;
	margin-right: 10px;
}
.textpolicy p{
	margin-bottom: 0;
}
.textpolicy a:hover{color: #778899;}
.textpolicy ul{
	list-style: none;
	margin: .5rem auto;
	padding-left: 15px;
}
.textpolicy ul li{margin-bottom: .75rem;}

.img-box{
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}

.textcenterbox1{
	color: #373737;
	text-align: center;
	margin-bottom: 3rem;
}
.textcenterbox1 h1{
	font-size: 24px;
	margin-bottom: 0;
	font-family: 'Prompt-SemiBold';
}
.textcenterbox1 p{
	margin: 0;
	color: #778899;
	line-height: 1.75;
	font-size: .9rem;
	font-family: 'Prompt-Medium';
}
.textcenterbox1 h2{
	font-size: 18px;
	margin-bottom: 1rem;
	font-family: 'Prompt-Regular';
}
.logocustomer{
	text-align: center;
	overflow: hidden;
	background: #FFF;
	
	display: flex;
	align-items: center;
	justify-content: center;
	
	aspect-ratio:4/2;
}
.logocustomer img{
	width: auto;
	max-width: 100%;
	object-fit: scale-down;
	transition: all 0.6s;
	aspect-ratio:4/2;
}
.logocustomer:hover img{
	transform: scale(.97);
	filter: grayscale(100%);
}
.cutomershome h1{
	font-size: 20px;
	margin-bottom: 1rem;
	font-family: 'Prompt-Medium';
}
.cutomershome img.logocenter{
	position: absolute;
	left: 50%;
	z-index: 1;
	top: 50%;
	width: 150px;
	object-fit: scale-down;
	transition: all 0.6s;
	transform: translate(-50%,-50%);
}
.cutomershome img.logocenter:hover{transform: scale(1.03);}
.cutomershome{
	text-align: center;
	position: relative;
	padding: 1rem;
	background: #FFF;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.productrecome{
	position: relative;
	padding: 1rem;
	background: #FFF;
	border-radius: 10px;
	margin: 2rem auto;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.prodouctsbox{
	padding: 1rem;
	border-radius: 10px;
	background: #FFF;
	text-align: center;
	border: 1px solid transparent;
	margin-bottom: 1rem;
	transition: all 0.6s;
}
.prodouctsbox .img-box img{object-fit: scale-down;}
.prodouctsbox .img-box{aspect-ratio:2/2;}
.prodouctsbox:hover img{transform: scale(1.05);}
.slideproducts .slick-slide.slick-current.slick-active .prodouctsbox,
.prodouctsbox:hover{
	background: #f5f5f5;
	border-color: #778899 ;
}
.textpro {padding: .5rem 0;}
.textpro h1{
	font-size: 1rem;
	margin: 0;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 3);
	font-family: 'Prompt-Regular';

}
.slideproducts .prodouctsbox{margin: 0;}
.slideproducts .slick-slide{margin: 5px;}
.slideproducts .slick-dots li{
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}
.slideproducts .slick-dots li button{
	width: 25px;
	height: 3px;
	padding: 0;
	margin: 0 5px;
	opacity: .7;
	background: #5c5e63;
}
.slideproducts .slick-dots li.slick-active button,
.slideproducts .slick-dots li button:hover{
	opacity: 1;
}
.slideproducts .slick-dots li button:before{display: none;}



.readmorebt{
	text-align: center;
	color: #FFF;
	margin: 1rem auto;
	border: 1px solid #778899;
	width: 150px;
	overflow: hidden;
	padding: 6px;
	border-radius: 30px;
}

/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #FFF;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #778899;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: #778899;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}


.newsbox{
	padding: 10px;
	background: #FFF;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	margin-bottom: 1rem;
}
.newsbox .img-box{aspect-ratio:3/2;}
.newsbox:hover img{transform: scale(1.05);}
.textnews{padding: .75rem 0 0;}
.textnews h1{
	font-size: 1rem;
	margin: 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 2);
	font-family: 'Prompt-Medium';
}
.textdate{
	text-align: right;
	margin: 2rem 0 0;
	float: right;
	color: #aaaaaa;
	font-size: .9rem;
}


.slidenews .prodouctsbox{margin: 0;}
.slidenews .slick-slide{margin: 10px;}
.slidenews .slick-dots li{
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}
.slidenews .slick-dots li button{
	width: 25px;
	height: 3px;
	padding: 0;
	margin: 0 5px;
	opacity: .7;
	background: #5c5e63;
}
.slidenews .slick-dots li.slick-active button,
.slidenews .slick-dots li button:hover{
	opacity: 1;
}
.slidenews .slick-dots li button:before{display: none;}
/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0;
    left: 0;
	width: 100%;
    text-align: left;
    padding: 1rem 0;
    color: #000 ;
    z-index: 1544;
	background: #FFF;
}
.policy-box ul{list-style: none;}
.policy-box ul .fa-xmark{
	position: absolute;
	font-size: 1.2rem;
	right: 1rem;
	top: 1rem;
	z-index: 1;
	cursor: pointer;
}
.policy-box ul .fa-xmark:hover{opacity: .6;}
.policy-box ul li{padding: 0 5px;}
.policy-box p{
	font-size: 1.1rem !important;
	margin-bottom: 0;
	font-family: 'Prompt-Medium';
}
.policy-box a:hover{opacity: .7;}
.policy-box .btn-policy{
    width:165px;
    padding: 8px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    margin: .5rem auto;
	display: flex;
    align-items: center;
    justify-content: center;
	text-transform: uppercase;
	border: 1px solid #778899;
	background: #778899;
	border-radius: 30px;
}
.btn-policy:hover{
	background: #FFF;
	color: #778899;
}


/*///////////End-Policy///////////////*/

/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background: #778899;
} 
.footer ul{
	list-style: none;
}
.footer h1{
	font-size: 22px;
	margin-bottom: 1.5rem;
	font-family: 'Prompt-Medium';
}
.footer a{display: inline-block;}
.footer p{margin-bottom: 0rem;}
.footer a:hover{opacity: .7;}
.copyright-box{
	text-align: center;
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid #FFF;
}
.social-footer{text-align: center;}
.social-footer img{
	width: 35px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
	margin: 1px;
}
.social-footer img:hover{opacity: .7; transform: scale(1.03);}
.textfooter {margin-bottom: 2rem;}
.textfooter ul li{
	display: flex;
	align-items: flex-start;
	margin-bottom:1rem;
	flex-wrap: wrap;
}
.textfooter ul img{
	width: 23px;
	margin-right: 10px;
	filter: brightness(0) invert(1);
}
.textfooter img.logofooter{width: 150px;margin-bottom: 1rem;}

.menu-footer ul li{margin-bottom: 1rem;}
/*///////////End-Footer///////////////*/
@media (max-width: 920px) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
		background: #FFF;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -100%;
        margin: 0 !important;
        z-index: 55;
		opacity: 0;
		transition: all .5s;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse::-webkit-scrollbar{width: 0;}
	.navbar-collapse.in{
		left: 0;
		opacity: 1;
		transition: all .5s;
	}
	.navbar-collapse.show {
		left: 0;
		opacity: 1;
		transition: all .5s;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		transition: all .5s;
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all .5s !important;
	}
	.navbar-expand-lg.-collapse {
		width:100%;
		transition: all .5s;
	}
	
}

.pdfload a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0 15px 0 10px;
}
.pdfload img{
	width: 28px;
	margin: 0 10px 0 0;
	filter: brightness(0) invert(1);
}
.pdfload {
    border-radius: 6px;
    text-align: center;
    margin: 1rem 0;
    width: 165px;
    color: #ffffff;
    padding: 6px 0;
    font-family: 'Prompt-Medium';
    font-size: .9rem;
    transition: all 0.6s;
    box-shadow: 1px 1px 2px #778899;
    background: -webkit-linear-gradient(bottom, rgba(119, 136, 153, 1) 0%, rgb(204 219 233) 100%);
    background: -o-linear-gradient(bottom, rgba(119, 136, 153, 1) 0%, rgb(204 219 233) 100%);
    background: linear-gradient(to top, rgba(119, 136, 153, 1) 0%, rgb(204 219 233) 100%);
}
.pdfload:hover{
	transform: scale(.97);
}
.contactbt a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0 15px 0 10px;
}
.contactbt img{
	width: 28px;
	margin: 0 10px 0 0;
	filter: brightness(0) invert(1);
}
.contactbt {
    border-radius: 6px;
    text-align: center;
    margin: 1rem 0;
    width: 165px;
    color: #ffffff;
    padding: 6px 0;
    font-family: 'Prompt-Medium';
    font-size: .9rem;
    transition: all 0.6s;
    box-shadow: 1px 1px 2px #778899;
    background: -webkit-linear-gradient(bottom, rgba(176, 203, 235, 1) 0%, rgba(119, 136, 153, 1) 100%);
    background: -o-linear-gradient(bottom, rgba(176, 203, 235, 1) 0%, rgba(119, 136, 153, 1) 100%);
    background: linear-gradient(to top, rgba(176, 203, 235, 1) 0%, rgba(119, 136, 153, 1) 100%);;
}
.contactbt:hover{
	transform: scale(.97);
}


.pageclick{margin: 2rem auto 1rem;}
.pageclick .page-link{
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #778899;
	border: none !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	transition: all 0.6s;
	font-size: .9rem;
	background-color:#FFF;
	font-family: 'Prompt-Medium';
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.pageclick .page-link.active,
.pageclick .page-link:hover{
	color: #FFF;
	background: #778899;
}
.pageclick ul{justify-content: center;}

@media (min-width: 412px){
}


.navbar-nav li .dropdown-menu{
	padding: 0;
	border-radius: 0;
	border: 0;
	margin: 0 -50px;
	background: #f5f5f5;
}
.navbar-nav li.dropdown .dropdown-menu a{border-bottom: none;}
.navbar-nav li .dropdown-menu a{
	padding: 10px 15px;
	text-align: center;
}
.navbar-nav li.dropdown .dropdown-menu a.active,
.navbar-nav li.dropdown .dropdown-menu a:hover{
	color: #FFF;
	background: #778899;
}
.bannerpage{
	padding: 10% 0;
	background-size: cover !important;
}
.bannerpage.productpage{background: url("../ourproducts/images/bannerprodouct.png") center center no-repeat;}
.bannerpage.newspage{background: url("../newsandprojects/images/bannernews.png") center center no-repeat;}
.bannerpage.contactpage{background: url("../contactus/images/bannercontact.png") center center no-repeat;}
.bannerpage .title-box{
	margin: 0;
	color: #FFF;
}


.newspage .textnews p{margin: 0;}
/*.newspage .textnews h1{
	display:inherit;
    -webkit-line-clamp: inherit;
    line-height: normal;
    height: auto;
}
*/
.slideshow{margin: 2rem auto;}
.slideshow.slideproductshow .slick-slide{background: #FFF;}
.slideshow .slick-slide{
	margin: 8px;
	aspect-ratio:3/2;
}
.slideshow .slick-slide .img-box img{
	height: 100%;
	object-fit: scale-down;
}
.slideshow .slick-slide .img-box{aspect-ratio:3/2;}
.slideshow .slider-nav .slick-slide{opacity: .6;}
.slideshow.slideproductshow .slider-nav .img-box img{object-fit: scale-down;}
.slideshow .slider-nav .img-box img{object-fit: cover;}
.slideshow .slider-nav .slick-slide.slick-current.slick-active{opacity: 1;}
.slideshow .slider-nav{padding: 0 1rem;}
.slideshow .slider-nav .slick-list{padding: 0 1rem;}
.slideshow .slick-prev:before, .slideshow .slick-next:before{display: none;}
.slideshow .slick-prev,
.slideshow .slick-next{
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	z-index: 1;
}
.slideshow .slick-prev:hover,
.slideshow .slick-next:hover{filter: none;}
.slideshow .slick-prev{
	left: 0;
	background: url( "../ourservices/images/left.png") center center no-repeat;
}
.slideshow .slick-next{
	right: 0;
	background: url( "../ourservices/images/right.png") center center no-repeat;
}
.slideshow .slider-nav .slick-slide.slick-current.slick-active .img-box{ opacity: 1; }





.contactbox{margin-bottom: 1rem;}

.social-box h1,
.contactbox h1{
	font-size: 1.3rem;
	margin-bottom: .5rem;
	font-family: 'Prompt-Medium';
}
.contactbox a:hover{color: #778899;}
.contactbox p{margin: 0;}
.contactbox ul{
	list-style: none;
	margin: 1rem 0;
}
.contactbox li{margin-bottom: 10px;}
.contactbox img{
	width: 25px;
	margin-right: 10px;
}
.social-box img{
	width: 35px;
	transition: all 0.6s;
	margin: 1px;
}
.social-box img:hover{transform: scale(1.05);}
.mapbox{
	width: 100%;
	overflow: hidden;
	height: 255px;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.detail-form span{color: #f00;}
.detail-form{margin-bottom: 1rem;}
.detail-form p{margin-bottom: .5rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #778899;
	font-size: 26px;
	vertical-align: middle;
}
.detail-form span, 
.detail-form p.red-text{
	color: #F00;
	display: initial;
}
.detail-form h1{
	font-size: 1rem;
	margin-bottom: 1rem;
}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 15px;
    background-color: #FFFFFF;
	border: 1px solid #e2e2e2;
    width: 100%;
	color: #000;
	border-radius: 5px;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #FF0000;
}
.form-text::placeholder{color: #898989;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 200px;
    padding: 8px 20px;
    display: block;
    box-shadow: none;
    border: 1px solid #778899;
    color: #FFF;
    background: #778899;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 30px;
}
.sendus-btn:hover{
    background: #4a6581;
	transform: scale(.98);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.formcontact{
	padding: 1rem;
	border-radius: 20px;
	background: #FFF;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.formcontact h1{
	font-size: 24px;
	margin-bottom: 1.5rem;
	text-align: center;
	font-family: 'Prompt-Medium';
}

.content-box.relatedpage .slideproducts{margin-bottom: 3rem;}
.content-box.relatedpage{background: #FFF;}


.textdetails h1{
	font-size: 20px;
	margin-bottom: 1rem;
	font-family: 'Prompt-Medium';
}
.textdetails p{margin: 0;}
.textdetails ul{
	padding-left: 1rem;
	list-style: square;
}
.textdetails ul li{margin-bottom: .75rem;}


.tabsproducts{margin:2rem auto;}
.tabsproducts ul.nav-pills{
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.tabsproducts ul.nav-pills li{
	width: auto;
	margin: 0 5px;
}
.tabsproducts ul.nav-pills li a{
	display: block;
	text-align: center;
	padding: 6px 15px;
	border: 1px solid #778899;
	border-radius: 5px;
}
.tabsproducts ul.nav-pills li a.active,
.tabsproducts ul.nav-pills li a:hover{
	color: #FFF;
	background: #778899;
}
.videopresents{
	overflow: hidden;
	aspect-ratio:3/2;
	margin: auto;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.videopresents iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.imgproducts{
	text-align: center;
	overflow: hidden;
	aspect-ratio:3/2;
	margin-bottom: 1rem;
	background: #FFF;
	box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 2.6px;
}
.imgproducts img{
	width: 100%;
	height: 100%;
	object-fit: scale-down;
}


/*////////////// //////////////////////////////pagelist//////// /////////////////////////////////////////////////*/
.text-notfound{
	margin:30px auto;
	font-size: 1.4rem;
    text-align: center;
}
.pagelist{
	text-align: center;
	padding:5px;
	border-radius:0px;
	/* margin:0 5px 20px 5px;*/
	margin: 20px auto;
	justify-content: center;
	display: flex;
}
.pagelist li{
	background: #fff;
	display:inline-block;
	font-size:18px;
	cursor:pointer;
	padding: 0.1rem 0rem;
	margin: 0.2rem;
	border:1px solid #ffffff;
	border-radius: 5px;

	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #20479f;
	border: 1px solid #778899 !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 2px;
	transition: all 0.6s;


}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	 color:#0e0e0e;
	 transition: all 0.4s;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
 color:#778899;
}
.pagelist li a{
	color: #778899;
	display:block;
	padding:0px 12px;
 
}
.pagelist li a i.fa{
 font-size:18px;
 vertical-align: middle;
}

.pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
 border-radius:0px;
}
.pagelist li.active{
    background: #778899;
	transition: all 0.4s;
}
.pagelist li a:hover{
    color: #ffffff ;
	transition: all 0.4s;
}
.pagelist li.active a {
    color: #ffffff;
}
.pagelist li:hover{
	color: #FFF;
	background: #778899;
	border-color: #778899 !important;
	transform: scale(.9);
}
 
/********************/
/***************************/ 
.dropdown-menucate {
    margin-bottom: 15px;
}
.dropdown-menucate .btn-secondary {
    background: #c86429;
    margin: 15px auto;
    border: solid 1px #c65f22;
}
.dropdown-menucate button{
	min-width: 100px;
}
.dropdown-menucate .dropdown-menu.show {
    width: 95vw;
}
.dropdown-menucate .brand-logo {
    height: 60px;
    display: inline-block;
    margin: 10px 15px;
 
}
/***************************/ 


/***************************/ 
.box-loading #overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#000;/*rgba(0,0,0,0.9);*/
  transition: 1s 0.4s;
}
 
.box-loading #progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:30%;
  left:0;
  right:0;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}
/********************/



