@import url('https://fonts.googleapis.com/css?family=Exo+2:300,400,400i,500,500i,600,700|Playfair+Display:400,400i&subset=latin-ext');

body{
  font-family: 'Exo 2', 'Arial';
  font-size: 13px;
  font-weight: 400;
  background-image: url('../images/content/bg.jpg');
  background-repeat: repeat;
  background-position: top center;
}
a:Hover{
  text-decoration: none;
}
.text-right{
  text-align: right;
}
.text-center{
  text-align: center;
}
.spaces{
  padding: 30px 0px;
}
.italic-text{
  font-family: 'Playfair Display';
  font-weight: 400;
  font-style: italic;
}
ul{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.top-nav{
  background: #f8f8f8;
  border-bottom: 1px solid #ededed;
}
.top-nav ul li{
  display: inline-block;
}
.top-nav ul li > a{
  display: block;
  padding: 10px 5px;
  border-right: 1px solid #ededed;
}
.top-nav ul li:last-child > a{
  border-right: 0px;
}
.top-nav ul li a:Hover img{
  opacity: 0.5;
}

header{
  background: #fff;
  padding: 20px 0px;
}
header .logo-image{
  max-width: 100%;
  display: inline-block;
}
header .logo-image:Hover{
  opacity: 0.5;
}
header .since-image{
  width: 100%;
}
header .since-image > .image{
  background-image: url('../images/slogan.png');
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  width: 100%;
  height: calc(100% + 67px);
  top: -50px;
}
header .header-menu{
  border: 1px solid #eeeeee;
  background: #ffffff;
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
header .header-menu li{
  display: inline-block;
  border-right: 1px solid #eeeeee;
  margin-left: -2px;
}
header .header-menu li:last-child{
  border-right: 0px;
}
header .header-menu li > a{
  padding: 10px 20px;
  display: block;
  border-top: 2px solid transparent;
  transition: 300ms;
}
header .header-menu li a > strong{
  color: #8a8a8a;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  transition: 300ms;
}
header .header-menu li a > span{
  color: #a5a5a5;
  transition: 300ms;
  font-size: 11px;
}
header .header-menu li > a:Hover{
  background: #f9f9f9;
  border-top: 2px solid #9ab82d;
}
header .header-menu li > a:Hover > strong{
  color: #a0bc39;
}
header .header-menu li > a:Hover > span{
  color: #000;
}

.modal-body img{
    width: 100%;
}

.modal-body{
text-align:center;
}
.modal-dialog {
    margin: 5% auto;
    max-width: 50%;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: -12% 35%;
    pointer-events: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1pxsolidrgba(0,0,0,.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}



.slider-bg{
  background: url('../images/content/slider_bg.jpg');
  margin-top: -50px;
  padding-top: 60px;
  padding-bottom: 30px;
  background-size: cover;
}
.owl-nav{
  z-index: 9999;
  top: calc(50% - 100px);
  width: 100%;
  position: absolute;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
  color: #fff !important;
  font-size: 100px !important;
  background: none !important;
  outline: none !important;
}
.owl-carousel .owl-nav .owl-prev{
  float: left;
}
.owl-carousel .owl-nav .owl-next{
  float: right;
}
.small-title{
  font-size: 18px;
  font-weight: 600;
  margin: 30px 0px;
}
.home-box{
  color: #222222;
  border:1px solid #d9d9d9;
  background: #f7f7f7;
  margin-bottom: 60px;
}
.home-box .image{
  border-bottom: 1px solid #d9d9d9;
}
.home-box .image > img{
  width: 100%;
  opacity: 1;
  transition: 300ms;
}
.home-box .image > img:Hover{
  opacity: 0.5;
}
.home-box .title{
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}
.home-box .title .icon,
.home-box .title .text{
  display: inline-block;
  padding: 10px 0px;
}
.home-box .title .text{
  padding-left: 10px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}
.home-box .title .icon{
  padding: 0px 10px;
  border-right: 1px solid #d9d9d9;
}
.home-box .description{
  background: #f7f7f7;
  padding: 10px;
  min-height: 100px;
}
.action-images{
  min-height: 270px;
}
.action-image{
  text-align: center;
  margin-bottom: 60px;
  max-height: 170px;
  overflow: hidden;
  transition: 300ms;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.action-image:Hover{
  max-height: 210px;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.lighter-bg{
  background: rgba(140,140,140,0.15);
  color: #0b385e;
  padding-top: 30px;
}
.lighter-bg h4{
  font-weight: 600;
  font-size: 18px;
}
.lighter-bg p{
  font-size: 17px;
  font-weight: 400;
  padding: 10px 0px;
}
.lighter-bg img{
  max-height: 110px;
  display: block;
  margin: auto;
}

.page-image > img{
  width: 100%;
}
.page-title{
  margin: 15px 0px;
}
.page-title h4{
  font-size: 18px;
  background: #9fbb33;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
}
.page-title h4:before{
  content: url('../images/content/icons/ok.png');
  display: inline-block;
  vertical-align: middle;
}

.about-text{

}
.about-images a img{
  max-width: 100%;
  margin: 15px;
  padding: 5px;
  border: 1px solid #eee;
  height: 123px;
  overflow: hidden;
}
.contact-box{
  margin-bottom: 30px;
}
.contact-box ul{
  border: 1px solid #e5e5e5;
}
.contact-box ul li{
  padding: 10px;
}
.contact-box ul li:nth-child(odd){
  background: rgb(236, 244, 244);
}
.contact-box ul li span{
  width: 90px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
.contact-box ul li span:after{
  content: ':';
  margin-right: 5px;
  display: inline-block;
  float: right;
  vertical-align: middle;
}
.contact-box ul .title{
  font-weight: bold;
}
.product-list{
  border: 1px solid #dee2e6;
  padding: 0px 20px;
  margin-bottom: 30px;
}
.list-box .title{
  font-size: 14px;
  color: #0b385e;
}
.list-box .title-category{
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
}
.list-box .title-category:before{
  background-color: #0b385e;
  border-radius: 100%;
  content: "ok";
  width: 50px;
  color: transparent;
  height: auto;
  background-image: url('../images/content/icons/ok.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.list-box{
	transition: 300ms;
	cursor: default;
}
.list-box .content{
	height: 0px;
	overflow: hidden;
	transition: 300ms;
}
.list-box:hover .content{
	height: auto;
}
.nav-tabs .nav-link{
  border: 0px;
  border-right: 1px solid #dee2e6;
  background: #0B385E;
  color: #fff;
}
.product-view{
  margin: 10px 0px;
  text-align: center;
  color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 15px 0 30px 0;
  overflow: hidden;
  transition: 300ms;
}
.product-view:Hover img{
  opacity: 0.5;
}
.product-view .description{
  background: #9fbb33;
  padding: 10px;
  font-size: 15px;
  white-space: nowrap;
}
.product-view .title{
  display: block;
}
.product-view .category{
  display: block;
}
.product-detail{
  background: #fff;
  border: 1px solid #f2f2f2;
  margin-bottom: 30px;
}
.product-detail .image{
  max-width: 100%;
  text-align: center;
  display: block;
  margin: auto;
}
.content-title{
  background: #e7e7e7;
  display: inline-block;
  color: #0b385e;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 4px;
  margin: 4px 0px 12px 15px;
}
.table{
  text-align: center;
  padding: 0px 30px 0px 30px;
}
.product-detail .table img,
.product-detail .image img{
  display: inline-block;
  max-width: 100%;
}
footer{
  background: #3b454f;
  color: #fff;
  padding-top: 30px;
}
footer .social-media{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .social-media li{
  display: inline-block;
  margin-right: 10px;
}
footer .social-media li:Hover{
  opacity: 0.5;
}
footer .address:before{
  content: url('../images/content/icons/home.png');
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
footer .phone:before{
  content: url('../images/content/icons/phone.png');
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
footer .star:before{
  content: url('../images/content/icons/star.png');
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
footer .mail:before{
  content: url('../images/content/icons/mail.png');
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
footer .address{
  display: block;
}
footer span{
  font-size: 13px;
  margin-right: 15px;
  margin-bottom: 6px;
}
footer .copyright{
  background: rgba(140,140,140,0.15);
  padding-top: 20px;
  margin-top: 20px;
}
footer .copyright a{
  color: #ff0000;
}
#nav-button{
  display: block;
  width: 100%;
  background: transparent;
  border: 0px;
  padding: 10px 0px;
  outline: 0px;
}
.products-panels{
  margin-bottom: 40px;
}
.products-panels .card-header{
  padding: 0px;
}
.products-panels .card-header h5 button{
  color: #0b385e;
  padding: 5px;
  transition: 300ms;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: -5px;
}
.products-panels .card-header h5 button:before{
  content: url("../images/content/icons/red.png");
  margin-top: 10px;
}
.products-panels .card-header h5 button:Hover{
  text-decoration: none;
  margin-left: 15px;
}
.btn-products{
  padding: 0px;
}
.product-view .image > img{
	width: 100%;
	height: 240px;
}
.lang-menu{
	position: relative;
	z-index: 1;
}
.table thead{
	color: white;
    background-color: #9fbb33;
}
.product-features{
  margin: 40px 0px;
}
.product-icon .icon-image{
  float: left;
  max-width: 115px;
  overflow: hidden;
}
.product-icon .icon-text{
  float: right;
  width: calc(100% - 115px);
}
.product-icon .icon-text span{
  display: block;
  text-align: left;
  padding-left: 10px;
}
.product-icon .icon-text .title{
  text-transform: capitalize;
  color: #9ab72d;
  font-weight: bolder;
  font-size: 18px;
}
.product-icon .icon-text .value{
  color: #1e355e;
  font-weight: bolder;
  font-size: 16px;
}
.main-app-icons{
  margin-top: 30px;
}
.app-icons-items{
  padding: 30px;
}
.app-icons-items .app-icon-item{
  border: 4px solid #9ab72d;
  margin: 10px 0px;
  opacity: 0.5;
  padding: 8px 0px;
}
.app-icons-items .app-icon-item .title{
  text-transform: capitalize;
}
.app-icon-item.active{
  opacity: 1;
}
.main-app-icons .content-title{
  margin-top: 30px;
}
