html{font-size:16px;}
@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.woff2') format('woff2'),
         url('fonts/Prompt-Medium.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-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;
}
body{
    font-family: 'Prompt-Light';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
    color: #000;
	overflow-x: hidden;
}

img{ border:0; margin:auto;}
a{
    text-decoration:none;
    color:inherit;
}
a:hover{
    color:inherit; 
    text-decoration: none;
}
ul{	padding-left: 0;margin-bottom: 0;}
h1, h2, h3{line-height: normal;}
#back-to-top {
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 9999;
    bottom: 50%;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#F00;
    font-size: .9rem;
    opacity: .5;
    transform: translate(0,-50%);
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #FFF;
}
button:focus {
    outline: none;
}

#nav-icon3{
	z-index: 88;
	width: 35px;
	height: 30px;
	position: absolute;
    top: 20%;
    right: 5%;
	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;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
    background: #F00;
    border-radius: 6px;
	opacity: 1;
	left: 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: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	width: 70%;
	top: 10px;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
}
#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);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/*head--//////////////////////////////////////////////////////////////////////////*/
.headbar-main{
    width: 100%;
    padding: 1rem 0;
    transition: all 0.5s;
    background:#FFF;
}
.slim.headbar-main{
    box-shadow: 0 3px 8px rgba(0,0,0,.2);
}
.hamburgers-box{
    width: 100%;
    position: relative;
    transition: all 0.5s;
}
.navbar-brand {
    width:100%;
    padding: 0 0 0 15px ;
    text-align: left;
    margin: 0 auto;
    transition: all 0.5s;
}
.navbar-brand img{
    width: 100px;
    margin: 0;
    transition: all 0.5s;
}

.navbar-collapse ul li{
	padding: 0 15px;
    transition: all 0.5s;
    text-align: left;
}
.navbar-collapse ul li a {
    width: 100%;
    margin: auto;
    padding:15px 15px ;
    position: relative;
    display: block;
    color: #000 ;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover{color: #FFF;}
.social-header{padding:5px 15px;text-align: center;}
.social-header a{padding: 0 5px;}
.social-header img{transition: all 0.5s;}
.social-header img:hover{transform: scale(.95);}
.contact-header a:hover{color: #084000;text-decoration: underline;}


/* Sweep To Right */
.hvr-sweep-to-right {
  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;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ff0000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 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-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .navbar-collapse ul li.active .hvr-sweep-to-right:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .banner-slide{
    width: 100%;
    position: relative;
}

.owl-dots{
	display: block !important;
	position: absolute;
    bottom:3%;
    left: 0;
    z-index: 555;
    width: 100%;
    text-align: center;
}
.owl-carousel button.owl-dot {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: #FFF;
    border: 2px solid #F00;
}
.owl-carousel button.owl-dot.active{
    background-color: #F00;
}


/*content--//////////////////////////////////////////////////////////////////////////*/
.content-aboutus{
	padding: 10% 0;
	color: #595858;
	background: url("../images/bg-1.png") top center no-repeat;
}
.aboutus-box h1{
	font-size: 26px;
	margin-bottom: 1rem;
	color: #00a2ff;
	font-family: 'Prompt-Regular';
}
.aboutus-box {margin-bottom: 1rem;}
.aboutus-box p{margin-bottom: 0;}
.content-servicejobs{
	padding: 10% 0;
	color: #595858;
	background: #f4f4f4;
}
.title-servicejobs{
	padding: 8px;
	color: #FFF;
	text-align: center;
	background: #009cff;
	font-size: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10%;
}
.title-servicejobs img{
	width: 2em;
	margin: 0 ;
}
.service-box{margin-bottom: 2rem;}
.service-box ul{list-style: none;}
.service-box ul li{
	padding-bottom: 8px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.service-box ul li img{
	margin: 0 15px 0 0;
    transition: all .5s;
}
.service-box ul li:hover{color: #009cff;}
.service-box ul li:hover img{transform: translateY(-5px);}
.content-slideproducts{
	padding: 10% 0;
	overflow: hidden;
}
.slide-products {padding: 5%;}
.slide-products .owl-products .owl-item .item img{width: 100%;}
.slide-products .owl-products .owl-stage-outer{overflow: inherit;}

.slide-products .owl-products .owl-item .item{
	width: 90%;
	margin: auto;
    transform: scale(.9);
    transition: ease-in-out .8s;
}
.slide-products .owl-products  .owl-item.active .item{
    transform: scale(1.1);
    transition: ease-in-out .8s;
}

.readmore-btn{
	margin:20% auto 0;
	text-align: center;
}
.readmore-btn a{
	padding: 10px 15px;
	background: #009cff;
	color: #FFF;
	border: 1px solid #009cff;
	transition: all 0.5s;
}
.readmore-btn a:hover{
	background: #FFF;
	color: #009cff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.img-box{
	width: 100%;
	overflow: hidden;
}
.img-box img{
	width: 100%;
	transition: all 0.5s;
}
.img-box:hover img{transform: scale(1.05);}

/*footer--//////////////////////////////////////////////////////////////////////////*/

.footer {
	color: #FFF;
	padding:10% 0;
	z-index: 2;
	background:#ff0000;
}
.footer p{margin-bottom: 0;}
.footer h1{
    font-size:18px;
    margin-bottom: .5rem;
    font-family: 'Prompt-Medium';
	text-transform: uppercase;
}
.footer ul{list-style: none;line-height: 1.75;}
.footer a:hover{text-decoration: underline;color: #000;}
.address-footer{margin-bottom: 2rem;}
.copyright-box{
    color: #000;
    padding:15px 30px;
    text-align: center;
	background: #FFF;
}
.copyright-box a:hover{text-decoration: underline;}
.social-footer{
	margin-top: .75rem;
	text-align: center;
}
.social-footer img{transition: all 0.5s;}
.social-footer img:hover{transform: scale(.95);}




/*contact*/

.message-contact h1{
    font-size: 26px;
    margin-bottom: 1rem;
    color: #f2f2f2;
}
.mapbox{
    width: 100%;
    height: 315px;
    overflow: hidden;
}
.mapbox iframe{
    width: 100%;
    height: 100%;
}
.detail-form{
    margin-bottom: 1rem;
}
.detail-form .fa-redo-alt{
    cursor: pointer;
    color: #f2f2f2;
	font-size: 26px;
}
.detail-form span{color: #ec1f27;}
.detail-form p{margin-bottom: 0;}
.form-text{
    padding: 8px 15px;
    background: transparent;
	border:none;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    border-radius: 0;
    color: #f2f2f2;
}
.form-text:focus-visible{
	border-bottom: 1px solid #ffbbcc;
	outline:none;
}
.form-text:-internal-autofill-selected{ background-color:none !important;}
.form-text::placeholder{color:#f2f2f2;}
.sendus-btn{
    width: 100%;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #f2f2f2;
    color: #009CFF;
    background: #f2f2f2;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 0;
}
.sendus-btn:hover{
    /*transform: scale(.95);*/
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    background: rgb(0,156,255);
    color: #f2f2f2;
}
.address-box h1{
	color: #da3120;
    font-size: 26px;
    margin-bottom: 0;
}
.address-box h2{
	color: #DA3120;
    font-size: 22px;
    margin-bottom: 1rem;
}
.address-box a:hover{
	color: #4C4C4C;
	text-decoration: underline;
}
.address-box table{width: 100%;}
.address-box table td{
	padding: 5px;
	vertical-align: top;
}
.address-box table svg{
	color:rgb(0,156,255);
}
.bg-contact {
	background:linear-gradient(90deg, #FFF 50%, #009CFF 50%);
}

.address-box .social-follow a {
    font-size: 40px;
    padding: 0 10px;
    transition: all 0.5s;
	border-radius: 5px;
    color: #ff9999 ;
    border: 1px solid #ff9999;
	min-width:66px;
}
.address-box .social-follow  a:hover {
    color: #FFF ;
	background:#ff9999 ;
}
.social-follow{
    text-align: center;
    margin: 1rem auto 2rem;
}
.social-follow img{transition: all 0.5s;}
.social-follow img:hover{transform: scale(.9);}



/*///////img-box-2///////*/
.img-box-2 {
    text-align: center;
    position: relative;
    overflow: hidden;
    /* height: 220px; */
    padding-bottom: 100%;
}
.img-box-2 {
    padding-bottom: 80%;
}
.img-box-2 div {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: center;
    /* height: auto; */
    height: 100%;
    width: 100%;
    /* width: auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.img-box-2 div img {
	/*max-height: 100% !important;
    width: auto !important;
    max-width: none !important;*/
	/*width: 100% !important;
	height: auto !important;
    max-width: none !important;*/
	max-width: 100%;
    max-height: 100%;
    /*width: auto;
    height: 100%;*/
}
.img-box-2 div img {
	max-width: max-content;
}

/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/

@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 100%;
        background: #FFF;
        height: 100% !important;
        max-height: none !important;
        top: 0;
        display: block;
        left: -100%;
        margin: 0 !important;
        z-index: 55;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.navbar-collapse.show{
		display:block;
		left: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
	}
	.headbar-main, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.headbar-main.-collapse {
		/*margin-left: 250px;*/
		width:100%;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {}




