
body{
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	overflow-x: hidden;
	position: relative;
}


p,h1,h2,h3,h4,h5,h6 {
	margin-bottom: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}
p{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #6e6e6e;
}
h1,h2,h3,h4,h5,h6 {
	margin-bottom: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}
a{
	text-decoration: none;
}
ul{
	list-style: none;
	margin:0;
	padding:0;  
}
button{
	 outline: none !important;
}
textarea:focus, input:focus{
    outline: none !important;
}
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:9;
}
.banner-sec{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 999;
}
.banner-sec .banner{
	width: 100%;
	height: auto;
	position: relative;
	background: rgb(0,52,130); /* Old browsers */
	background: -moz-linear-gradient(top,  rgb(44 95 252) 0%, rgba(67,155,229,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgb(44 95 252) 0%,rgba(67,155,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgb(44 95 252) 0%,rgba(67,155,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003482', endColorstr='#439be5',GradientType=0 ); /* IE6-9 */
     z-index:9;
}
.banner-sec .banner .logo{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	padding: 10px 0;
	background: #f1f1f1;
	border-bottom: 2px solid #2c5dfc;
}
.banner-sec .banner .image{
	width: 100%;
	height: auto;
	position: relative;
}
.banner-sec .banner .image img{
	width: 100%;
}
.banner-sec .banner .text{
	width: 100%;
	height: 290px;
	position: relative;
	background: url('../images/world-map.png') no-repeat center top;
	background-size:100% ;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	text-align: center;

}
.banner-sec .banner .text h2{
	font-size: 45px;
	color: #fff;
	line-height: 55px;
	font-weight: 400;
}
.banner-sec .banner .text h2:before{
	content: '';
	width: 80px;
	height: 3px;
	background: #fff;
	position: absolute;
	left: 50px;
	top: 50%;
}
.banner-sec .banner .text h2:after{
	content: '';
	width: 80px;
	height: 3px;
	background: #fff;
	position: absolute;
	right: 50px;
	top: 50%;
}
.banner-sec .menu-sec{
	width: 100%;
	height: auto;
	background: #2c5dfc;
	text-align: center;
}
.banner-sec .menu-sec .navbar-collapse{
	width: 100%;
	justify-content: center;
}
.banner-sec .menu-sec .navbar-collapse .nav-item{
	border-right: 1px solid #fff;
	padding: 5px 0;
}
.banner-sec .menu-sec .navbar-collapse .nav-item:last-child{
	border: none;
}
.banner-sec .menu-sec .navbar-collapse .nav-item .nav-link{
	font-size: 16px;
	color: #fff;
	padding: 0px 15px;
	font-weight: 500;
	transition: 0.3s;
}
.banner-sec .menu-sec .navbar-collapse .nav-item:hover .nav-link{
	color: #090d19;
}
.banner-sec .menu-sec .navbar-collapse .nav-item .nav-link.active{
	color: #090d19;
}
.banner-sec .menu-sec .navbar-collapse .nav-item .dropdown-menu{
	width: 300px;
	z-index: 9999;
}
.banner-sec .menu-sec .navbar-collapse .nav-item .dropdown-menu li{
	border-bottom: solid #ccc 1px;
}
.banner-sec .menu-sec .navbar-collapse .nav-item .dropdown-menu li:last-child{
	border:none;
}
.banner-sec .menu-sec .navbar-collapse .nav-item .dropdown-menu li a{
	color: #090d19;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	background: transparent;
	transition: 0.3s;
	font-size: 14px;
}
.banner-sec .menu-sec .navbar-collapse .nav-item .dropdown-menu li a:hover{
	background: #2c5dfc;
	color: #fff;
}
.banner-sec .menu-sec .navbar-collapse .nav-item:hover ul.dropdown-menu{ display: block; }

.banner-sec .owl-nav{
	position: absolute;
	width: 100%;
	top: 40%;
}
.banner-sec .owl-nav .owl-prev{
	position: absolute;
	left: 20px;
	padding: 5px 10px;
	background: none;
	display: block;
	color: #fff  !important;
	font-size: 40px!important;
}
.banner-sec .owl-nav .owl-next{
	position: absolute;
	right: 20px;
	padding: 5px 10px;
	background: none;
	display: block;
	color: #fff  !important;
	font-size: 40px!important;
}
.banner-sec .owl-theme .owl-nav [class*=owl-]:hover{
	background: none;
	border:none;
}
.title{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 20px;
}
.title:before{
	content: '';
	width: 100%;
	height: 4px;
	position: absolute;
	background: #2c5dfc;
	left: 0;
	bottom: 0;
}
.title h3{
	font-size: 30px;
	font-weight: 600;
	color: #2c5dfc;
	background: #fff;
	position: relative;
	z-index: 9;
	display: table;
	padding-right: 10px;
}
.about-sec{
	width: 100%;
	height: auto;
	position: relative;
	padding: 60px 0;
	z-index:999;
}
.about-sec .about{
	width: 100%;
	height: auto;
	position: relative;
}
.about-sec .about .text{
	width: 100%;
	height: auto;
	position: relative;
}
.about-sec .about .text h5{
	font-size: 22px;
	color: #292929;
	margin-bottom: 10px;
}
.about-sec .about .text p{
	margin-bottom: 10px;
}
.product-sec{
	width: 100%;
	height: auto;
	position: relative;
	padding:0 0 0px;
}
.product-sec:before{
	content: '';
	width: 50px;
	height: 93%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #e3e3e3;
}
.product-sec:after{
	content: '';
	width: 50px;
	height: 93%;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #e3e3e3;
}
.product-sec .product{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 9;
}
.product-sec .product .image{
	width: 33%;
	display: inline-block;
	padding: 1px;
}
.product-sec .product .img-wrapper {
  position: relative;
  margin-top: 3px;
}
.product-sec .product .img-wrapper img {
  width: 100%;
}

.product-sec .product .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  cursor: pointer;
}
.product-sec .product .img-overlay i {
  color: #fff;
  font-size: 24px;
}

.product-sec #overlay {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-sec #overlay img {
  margin: 0;
  width: 60%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;
}
.product-sec #nextButton {
  color: #fff;
  font-size: 22px;
  transition: opacity 0.8s;
}
.product-sec #nextButton:hover {
  opacity: 0.7;
}
.product-sec #prevButton {
  color: #fff;
  font-size: 22px;
  transition: opacity 0.8s;
}
.product-sec #prevButton:hover {
  opacity: 0.7;
}
.product-sec #exitButton {
  color: #fff;
  font-size: 22px;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
.product-sec #exitButton:hover {
  opacity: 0.7;
}
.contact-sec{
	width: 100%;
	height: auto;
	position: relative;
	padding: 60px 0 0; 
}
.contact-sec .contact{
	width: 100%;
	height: auto;
	position: relative;
	
}
.contact-sec .contact .title h3{
	margin: auto;
	padding: 0 10px;
}
.contact-sec .contact .text{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	z-index: 9;
	margin-bottom: 30px;
}
.contact-sec .contact .text h5{
	color: #4a4848;
	font-size: 18px;
	margin-bottom: 10px;
}
.contact-sec .contact .text p{
	margin-bottom: 10px;
}
.contact-sec .contact .text ul{
	margin: 0;
	padding: 0;
}
.contact-sec .contact .text ul li{
	display: inline-block;
}
.contact-sec .contact .text ul li a{
	color: #2c5dfc;
	font-size: 22px;
	padding: 0 5px;
}

.contact-sec .contact .footer{
	width: 100%;
	height: auto;
	background: #2c5dfc;
	text-align: center;
	margin-top: 30px;
}
.contact-sec .contact .footer p{
	color: #fff;
	padding: 7px 0;
}
.about-page{
	width: 100%;
	height: auto;
	position: relative;
	padding: 60px 0 0;
	z-index:999;
}
.about-page .text{
	width: 100%;
	height: auto;
	position: relative;
}
.about-page .text p{
	margin-bottom: 10px;
}
.about-page .image{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 9;
}
.about-page .image img{
	width: 100%;
}
.brand-page{
	width: 100%;
	height: auto;
	position: relative;
	padding: 60px 0 0;
}
.brand-page a{
    position: relative;
    z-index: 9;
    width: 100%;
    height: auto;
    display: table;
}
.brand-page .image{
	width: 100%;
	height: auto;
	position: relative;
	border:1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 30px;
}
.brand-page .image:before{
	content: '+';
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	background: rgba(46,86,253,0.0);
	position: absolute;
	left: 0;
	top: 0;
	color:#fff;
	font-weight: 700;
	font-size: 30px;
	transition: 0.3s;
	opacity: 0;

}
.brand-page .image:hover:before{
	background: rgba(46,86,253,0.8);
	opacity: 1;
}
.brand-page .image img{
	width: 100%;
}
.product-page{
	padding-top: 60px;
}
.product-page:before{
	display: none;
}
.product-page:after{
	display: none;
}
.service-page{
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 60px;
}
.title h4 {
    font-size: 22px;
    font-weight: 600;
    color: #2c5dfc;
    background: #fff;
    position: relative;
    z-index: 9;
    display: table;
    padding-right: 10px;
}
.service-page .main-text{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 30px;
}
.service-page .main-text p{
	margin-bottom: 10px;
}
.service-page .item{
	width: 100%;
	height: auto;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 30px;
	z-index: 9;
}
.service-page .item .image{
	width: 100%;
	height: auto;
	position: relative;
	transition: 0.3s;
}
.service-page .item:hover .image{
	opacity: 0.8;
}
.service-page .item .image img{
	width: 100%;
}
.service-page .item .text{
	width: 100%;
	height: auto;
	position: relative;
	background: #2c5dfc;
	padding: 10px 30px;
	text-align: center;
	min-height: 150px;
}
.service-page .item .text h3{
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
}
.service-page .item .text p{
	color: #fff;
	font-size: 14px;
}
.service-page .parts{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 99;
	margin-bottom: 30px;
}
.service-page .parts.borderd{
	background: #fff;
	border:1px solid #2c5dfc;
	padding: 15px;
}
.service-page .parts .icon{
	width: 100px;
	height: 100px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2c5dfc;
	border-radius: 50%;
	margin: auto;
	margin-bottom: 10px;

}
.service-page .parts .text{
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
}
.service-page .parts .text h3{
	font-size: 22px;
	font-weight: 600;
	color: #2c5dfc;
}
.contact-page{
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 60px;
}
.contact-page .item{
	width: 100%;
	height: auto;
	position: relative;
	border: 1px solid #2c5dfc;
	overflow: hidden;
	border-radius: 3px;
	z-index: 9;
	margin-bottom: 30px;
}
.contact-page .item .text{
	width: 100%;
	height: auto;
	position: relative;
	background: #2c5dfc;
	padding: 20px;
	min-height: 193px;
}
.contact-page .item .text h4{
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}
.contact-page .item .text h5{
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.contact-page .item .text p{
	font-size: 14px;
	color: #fff;
}
.contact-page .item .text a{
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.contact-page .item .map{
	width: 100%;
	height: auto;
	position: relative;
}
.contact-page .contact-form{
	width: 100%;
	height: auto;
	position: relative;
	background:#2c5dfc;
	overflow: hidden;
	border-radius: 3px;
	padding:50px 50px;
	z-index: 9;
}
.contact-page .contact-form .form-control{
	height: 45px;
	margin-bottom: 30px;	
}
.contact-page .contact-form .form-control.area{
	height: 100px;
}
.contact-page .contact-form .butn{
	background: #0f2363;
	color: #fff;
	padding: 10px 40px;
	border: none;
	cursor: pointer;
	border-radius: 3px;
	margin: auto; 
	display: table;
}

.services-sec{
	width: 100%;
	height: auto;
	position: relative;
	padding:0 0 50px;
}

.services-sec .services{
	width: 100%;
	height: auto;
	position: relative;
}
.services-sec .services .items{
	width: 100%;
	height: auto;
	position: relative;
	background: #fff;
	border:1px solid #ccc;
	min-height: 100px;
	z-index: 9;
	margin-bottom: 30px;
}
.services-sec .services .items .image{
	width: 100%;
	height: auto;
	position: relative;
	background: #2c5dfc;
}
.services-sec .services .items .image img{
	width: 100%;
	transition: 0.3s;
	opacity: 1;
}
.services-sec .services .items:hover  .image img{
	opacity: 0.6;
}
.services-sec .services .items .text{
	width: 100%;
	height: auto;
	position: relative;
	padding: 10px;
}
.services-sec .services .items .text h3{
	font-size: 22px;
	font-weight: 600;
	color: #2c5dfc;
	margin-bottom: 10px;
	min-height: 50px;
}
.services-sec .services .items .text p{
	font-size: 14px;
	margin-bottom: 14px;
	min-height: 105px;
}
.services-sec .services .items .text a{
	display: table;
	background: #2c5dfc;
	padding: 5px 30px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	text-align: center;
	transition: 0.3s;
}
.services-sec .services .items .text a:hover{
	background:  #090d19;
}