@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");

/* About Section */
#section-about{}
#section-about p{ text-align: justify; }

#section-about video{ cursor: pointer; }

.service_logo{
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.service_logo img{
    width: 115px;
    margin: 15px 0 15px 10%;
}


/*#menu {*/
/*	position:fixed;*/
/*	top:0px;*/
/*	width:110%; */
	/*height:75px; */
/*	background-color:#fff;*/
/*	color: #FFFFFF;*/
/*	z-index:9999;*/
/*	display: none;*/
/*}*/



/* Below About Us Section */
.pe-main-section .pe-block p{/*margin-right: 40px;*/ text-align: justify; font-size: 12px; line-height: 16px;}
.pe-main-section .pe-block p.about-p{margin-right: 40px; font-size: 14px; line-height: normal;}


#inspire-inoto{ display: block; position: relative; padding: 160px 0px; text-align: center; background: #000 url(../images/inspire.jpg) no-repeat center center; }
#inspire-inoto h3{
	font-size: 45px;
	line-height: 36px;
	font-weight: 600;
	color: #FFF;
}
#inspire-inoto h5{
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	color: #C6D835;
	max-width: 660px; 
	margin: 0px auto;
}


/* News Section */
.section-news{ padding: 60px 0px; /*background: url(../images/bgs/news.jpg) no-repeat center center;*/ background: #0e6b8a; }
.section-news h2{ color: #FFF; }

.section-news .news-details,
.section-news .news-details ul{ display: block; position: relative; margin: 0px; padding: 0px; list-style: none; }
.section-news .news-details > li{ position: relative; display: block; padding: 15px 10px; border-top: 1px solid #137596; border-bottom: 1px solid #0e6b8a; }

.section-news .news-details > li:first-child{ border-top: none; }
.section-news .news-details > li:last-child{ border-bottom: none; }

.section-news .news-details > li h5{ font-size: 18px; font-weight: 400; line-height: 24px; margin: 0px 0 5px; /*color: #3CFDE3;*/ color: #fff; text-align: left; }
.section-news .news-details > li h5 span{ display: block; font-size: 12px; color: #C2C2C2; }
.section-news .news-details > li p{ font-size: 13px; line-height: 18px; margin: 0px 0 0px; color: #EAEAEA; }
.section-news .news-details > li p.news-start{margin-right: 10px;}

.section-news .news-details > li > ul{ position: absolute; top: 10px; right: 0px; }
.section-news .news-details > li > ul > li{ display: inline-block; }
.section-news .news-details > li > ul > li:not(:first-child){ padding: 0px 10px; }
.section-news .news-details > li > ul > li a{ display: block; padding: 5px 10px; color: #C2C2C2; /*border: 1px solid #353535;*/ font-size: 12px; line-height: 14px; }
.section-news .news-details > li > ul > li a:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.section-news .news-details > li > p.news-date{width: 60px; text-align: center; font-size: 14px; display: inline-block; float: left; margin-right: 15px;}
.section-news .news-details > li > p.news-date span{padding: 5px;}
.section-news .news-details > li > p.news-date span.month{display: block; color: gray; background-color: #fff;}
.section-news .news-details > li > p.news-date span.year{background-color: #52B1C6; display: block;}
.section-news .news-details > li > .news-content{display: table;}
.section-news .news-details > li > .news-content p span.view-more{margin: 0px; margin-left: 5px; font-weight: bold; text-decoration: underline; cursor: pointer;}
.section-news .news-details > li > .news-content .slide-panel{display: none; color: #fff;text-align: left;}
.section-news .news-details > li > .news-content .slide-panel ul{list-style-type: disc; margin-left: 15px;}
.section-news .news-details > li > .news-content p.news-time{margin-bottom: 2px;}

/* Ui Tab Manu */
.ui-tabs .ui-tabs-nav li,
.ui-tabs .ui-tabs-nav li.ui-tabs-active { border-radius: 0px; margin: 0px 10px 0 0; padding: 0px; background: transparent; border: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li a{ border: 1px solid #ccc; color: #FFF; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li a:hover{ background: #C6D835; border-color: #C6D835; }


/* Our Products */
/*.products-container{ display: block; position: relative; max-width: 1200px; margin: 0 auto; }

.products-container ul{ display: block; position: relative; margin: 0px; padding: 0px; list-style: none; }
.products-container ul > li{ float: left; position: relative; display: inline-block; width: 33.333333%; padding: 0px; background-color: #000; overflow: hidden;}

.products-container ul > li > a > p.title-tag{  background: rgba(255, 255, 255, 0.8); position: absolute; bottom: 0; margin-bottom: 0; width: 100%; padding: 10px 0px 10px 10px; font-size: 22px; z-index: 999; font-weight: 400;}


.products-container ul > li > a > div{ position: absolute; display: block; top: 100%; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.8); 
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.products-container ul > li > a:hover > div{ top: 0px; }
.products-container ul > li > a:hover > p.title-tag{ opacity: 0;}

.products-container ul > li > a > div > div{ position: relative; display: block; padding: 20px; padding-top: 80px; text-align: center; }
.products-container ul > li > a > div > div.foodoli{/* padding-top: 80px;*/

/*.products-container ul > li > a > div > div img{ position: relative; display: block; margin: 0 auto 20px; }
.products-container ul > li > a > div > div p{ color: #000; margin: 0 auto 20px; }
.products-container ul > li > a > div > div > span{ position: relative; display: block; color: #e44525; font-size: 16px; font-weight: 600; }
.products-container ul > li > a > div > div > span:after{ font: normal normal normal 18px/1 FontAwesome; content: "\f105"; line-height: 22px; display: inline-block; margin-left: 10px; }
*/

/* Our Products */
.products-container{ display: block; position: relative; max-width: 1200px; margin: 0 auto; }
.products-container .owl-nav,
.products-container .owl-dots{ 
    display: none;
}


.products-container ul{ display: block; position: relative; margin: 0px; padding: 0px; list-style: none; }
.products-container .product_li{ float: left; position: relative; display: inline-block; /*width: 33.333333%;*/ padding: 0px; background-color: #000; overflow: hidden;}

.products-container .product_link p.title-tag{  background: rgba(255, 255, 255, 0.8); position: absolute; bottom: 0; margin-bottom: 0; width: 100%; padding: 10px 0px 10px 10px; font-size: 22px; z-index: 999; font-weight: 400;}


.products-container .product_1{ position: absolute; display: block; top: 100%; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.8); 
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.products-container .product_link:hover > .product_1{ top: 0px; }
.products-container .product_link:hover > p.title-tag{ opacity: 0;}

.products-container .product_2{ position: relative; display: block; padding: 20px; padding-top: 80px; text-align: center; }
.products-container .product_2.foodoli{/* padding-top: 80px;*/}

.products-container .product_2 img{ position: relative; display: block; /*margin: 0 auto 20px;*/ }
.products-container .product_2 p{ color: #000; margin: 0 auto 20px; }
.products-container .product_2 span{ position: relative; display: block; color: #e44525; font-size: 16px; font-weight: 600; }
.products-container .product_2 span:after{ font: normal normal normal 18px/1 FontAwesome; content: "\f105"; line-height: 22px; display: inline-block; margin-left: 10px; }

.whitepaper-item-1 .details{background-image: url('../images/white-paper/gdis.jpg'); width: 300px; height: 180px; display: block;}
.whitepaper-item-2 .details{background-image: url('../images/white-paper/dbbl.jpg'); width: 300px; height: 180px; display: block;}
.whitepaper-item-3 .details{background-image: url('../images/white-paper/gpit.jpg'); width: 300px; height: 180px; display: block;}
.whitepaper-item-4 .details{background-image: url('../images/white-paper/provisional-patent.jpg'); width: 300px; height: 180px; display: block;}
.whitepaper-item-5 .details{background-image: url('../images/white-paper/matador.jpg'); width: 300px; height: 180px; display: block;}
.whitepaper-item-6 .details{background-image: url('../images/white-paper/swcw.jpg'); width: 300px; height: 180px; display: block;}

.news-item:hover .details .info-wrap{top: 0px; bottom: auto;height: 100%;}
.news-item:hover .details .info-wrap p{margin-top: 25%;}
.news-item .details .info-wrap p{text-align: center;}


/* Footer links customized by Yeasin */
ul.footer-links{
	text-align: center;
}
ul.footer-links li{
	display: inline-block;
	margin: 0 10px;
}
ul.footer-links li a{
	color: rgb(101, 100, 100);
	font-weight: 400;
}


/*Mohammad Imran*/

/*owl carasl*/

.testimonials {
  /*background-color: #f33f02;*/
  position: relative;
  /*padding-top: 80px;*/
}
.testimonials:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ddd;
}

#customers-testimonials .item-details {
  background-color: #333333;
  color: #fff;
  padding: 20px 10px;
  text-align: left;
}
#customers-testimonials .item-details h5 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 18px;
}
#customers-testimonials .item-details h5 span {
  color: red;
  float: right;
  padding-right: 20px;
}
#customers-testimonials .item-details p {
  font-size: 14px;
}
#customers-testimonials .item {
  text-align: center;
  margin-bottom: 80px;
}

.owl-carousel .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}

.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: #fff;
  border: 1px solid #ddd;
  text-align: center;
}

.owl-carousel .owl-prev {
  left: -70px;
}

.owl-carousel .owl-next {
  right: -70px;
}


/*service section*/

.our_service{
	/*padding-bottom: 30px;*/
	padding-top: 60px;
}

.our_service .single-service:hover{
    webkit-box-shadow: 0 4px 4px rgba(0,0,0,0.24), 0 0 4px rgba(0,0,0,0.12), 0 6px 18px rgba(0,0,0,0.12);
    box-shadow: 0 4px 4px rgba(0,0,0,0.24), 0 0 4px rgba(0,0,0,0.12), 0 6px 18px rgba(0,0,0,0.12);
    cursor: pointer;
    text-decoration: none;
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.our_service .single-service{
/*	border-top: 1px solid #00c544;*/
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s;
    padding: 70px 15px 25px;
    width: 250px;
    height: auto;
    display: inline-block;
    text-align: center;
    margin: 6px;
   
}



@media screen and (min-width:1326px){
    .our_service .single-service{

     margin:0;
    margin-right: 15px;


}
.our_service .single-service:last-child{
    margin-right:0px;
}
}


/*@media screen and (max-width:580px){*/
/*    .our_service .single-service{*/

/*     margin: 5px 5px;*/
/*    margin-right: 5px;*/
/*}*/
/*.our_service .single-service:last-child{*/
/*    margin-right:5px;*/
/*}*/
/*}*/


.our_service .single-service:hover {
    border-top: 2px solid #00c544;
    padding: 69px 15px 25px;
    box-shadow: 0 0 15px rgba(0,0,0,);
    cursor: pointer;
}

.our_service .single-service img{
	height: 50px;
	margin: auto;
}
.our_service .single-service h4{
	font-weight: 700;
    margin-top: 25px;
    margin-bottom: 20px;
    color: #202e39;
    line-height: 1.4;
}
.our_service .single-service p{
	color: #4c4f60;
	line-height: 1.8;
    margin-bottom: 25px;
}
.our_service .single-service a{
  color: #00c544;
  font-size: 16px;
}
.our_service .single-service a:hover{
	color: #0e6b8a;
}

/*client page*/

#client_section h1{
    margin: 50px 0;
    color: #444;
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    line-height: 26px;
    letter-spacing: 1px;
}

#client_section .head_hr_deco{
      width: 25%;
    /* margin: 0 0 50px 0; */
    display: block;
    border: none;
    height: 1px;
    background: #00c544;
    background: linear-gradient(to right, white, #00c544, #00c544, #00c544, white);
}

#client_section .service_description p{
  text-align: center;
}

#client_section .service_description{
  margin-bottom: 50px;
}

#client_section .client_description{
  margin-bottom: 75px;
}

#client_section .client_description h3{
  color: #00c544;
}

#client_section .client_description .client_head img{
  width: 65%;
  /*height: 280px;*/
}

#client_section .service_description p{
  color: #4c4f60;
}

#client_section .client_content #accordion p{
  display: inline;
  font-weight: 400;
  color: #202e39;
  line-height: 1.4;
}

#client_section .client_content #accordion .content-head{
  margin-bottom: 14px;
}

#client_section .client_content #accordion .content-head p:hover{
  color: #00c544;
}

#client_section .client_content #accordion .content-head i{
  margin-right: 5px;
}

#client_section .client_content #accordion .content_details{
  padding-left: 15px;
}

#client_section .client_content #accordion .content_details p{
    font-size: 14px;
    line-height: 1.8;
    color: #8287a7;
}

.content-head p:before {
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
    color: #00c544;
}
.content-head p.collapsed:before {
    content:"\f067";
    color: #00c544;
}


/*service section based on card*/
.new_swevice {
  margin-bottom: 10px;
}

.new_swevice .new_swevice_wrap{
  padding: 0 60px;
}

.new_swevice .new_swevice_content{
  height: 450px;
  width: 100%;
  margin: auto;
}

.new_swevice .card-body{
  padding: 40px 25px 10px;
  height:106px;
  overflow-y:hidden !important;
}

/*.new_swevice .card-body p{*/
/*  margin-bottom: 15px;*/
/*}*/

.new_swevice .card-footer{
  padding: 0px 28px 30px;
}

.new_swevice .card-footer a{
  color: #00c544;
  font-size: 16px;
}
.all-products{
  margin-bottom: 20px;
  text-align: right;
}
.all-products a{
  color: #00c544;
  font-size: 16px;
}
.all-products a:hover{
  color: #00c544;
  font-size: 16px;
}

.new_swevice .card-custom {
  position: relative;
  overflow: hidden;
  height: 400px;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.new_swevice .card-custom-img {
  height: 200px;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-color: inherit;
}

/* First border-left-width setting is a fallback */
.new_swevice .card-custom-img::after {
  position: absolute;
  content: '';
  color: #fff;
  top: 161px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 40px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 545px;
  border-left-width: calc(575px - 5vw);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: inherit;
}

.new_swevice .card-custom-avatar{
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
    position: absolute;
    top: 140px;
    left: 1.25rem;
    width: 100px;
    height: 50px;
    background-color: #fff;
}

.new_swevice .card-custom-avatar img{
        position: absolute;
    top: 12px;
}

@media (max-width: 576px) {
  .pro_details_nav{
    display: none;
  }
  
  .service_logo{
      text-align:center;
  }
  
  .client_content{
      margin-bottom:30px;
  }
}

