@font-face {
  font-family: meta_body;
  src: URL('../fonts/meta_body.ttf');
}

@font-face {
  font-family: meta_header;
  src: URL('../fonts/meta_header.ttf');
}

html,
body {
  font-family: meta_body;
  font-size: 16px;
  color: #111111;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

/*Map*/
#map{
  width: 100%;
  height: 400px
}
/*Map*/

/*Paginate*/
.easyPaginateNav{
  width: 20%;
  margin: 30px auto;
}

.easyPaginateNav a {
  padding:10px;
  background-color: #808080;
  margin: 3px;
  color: white;
  border-radius: 2px;
  text-decoration: none;
}

.easyPaginateNav a:hover {
  background-color: #595959;
  color: white;
}
.countryOption li{

  padding: 5px 7px !important;
  color: #000;

}
.easyPaginateNav a.current {
  background-color: #595959;
  color: white;
}

.error{
  font-size: 12px;
  color: red;
}
/*Paginate*/

.loader{
  position: fixed;
  top: 50%;
  left: 45%;
  z-index: 9999;
}


/*hr*/

  hr.normal {
    border-color: #ccc;
    border-width: 1px;
  }

  hr.light {
    border-color: white;
  }
/*hr*/

/*link*/
  a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
  }
  a:hover,
  a:focus {
    color: #6BB9F0;
    text-decoration: none;
  }
/*link*/

/*text-color*/
  .green-text{
    color: #00a553;
  }
  .green-text-secondary{
    color: #006633;
  }
  .green-text a{
    color: #00a553;
  }
  .yellow-text{
    color: #FCC300;
  }
  .yellow-text a{
    color: #FCC300;
  }
  .yellow-text-secondary{
    color: #c2a30a;
  }
  .link a{
    color: white;
  }
  .black-link a{
    color: black;
  }
  .text-faded {
    color: rgba(255, 255, 255, 0.7);
  }
  .white-text{
    color: white;
  }
/*text-color*/

  
/*heading and paragraph*/
  h1{
    font-family: meta_header;
  }
  h2{
    /*font-family: 'Grand Hotel', cursive;*/
    font-family: meta_header;
    text-transform: uppercase;
    font-weight: 450;
    font-size: 32px;
    color: #474f54;
  }
  .productview-font{
    font-family: 'Lato', sans-serif !important;
    font-size: 32px !important;
  }

  h3{
    font-family: meta_header;
    text-transform: uppercase;
  }

  h4{
    font-family: meta_header;
    font-weight: 50;
    text-transform: uppercase;
    font-size: 20px;
    color: black;
  }
  p {
    margin-bottom: 30px;
    line-height: 1.8em;
  }
/*heading and paragraph*/

/*background*/
  .bg-green{
    background-color: #00a553;
  }
  .bg-yellow{
    background-color: #FCC300;
  }
  .bg-primary {
    background-color: #F05F40;
  }
  .bg-fff {
    background-color: rgba(255,255,255,.8);
  }
  .bg-ffff {
    background-color: rgba(255,255,255,1);
  }
  .bg-white{
    background-color: white;
    padding: 30px;
    border: 1px grey;
    border-radius: 20px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
  .bg-problem{
    background-image: url('../img/header/hdr2.jpg');
  }
  .bg-footer{
    background-image: url('../img/bg/outline.png');
  }
  .bg-pixel-weave{
    background-image: url('../img/bg/pixel_weave.png');
  }
  .bg-noisy-net{
    background-image: url('../img/bg/noisy_net.png');
  }
  .bg-cream-pixels{
    background-image: url('../img/bg/cream_pixels.png');
    background-color: (255,255,255,.7);
    /*background-color: #002343;
    color: white;*/
  }

  .bg-cream-pixels h4{
    color: black !important;
  }

  .bg-dark-sharp{
    background-image: url('../img/bg/dark_sharp.png');
  }
  .bg-feathers{
    background-image: url('../img/bg/feathers.png');
  }
  .bg-green-faded{
    background-color: rgba(0,165,83,.3);
  }
  .bg-pattern{
    background-image: url('../img/bg/pattern.png');
  }
  .bg-grey{
    background-color: #d9d9d9;
  }
  .bg-dark {
    background-color: #222222;
    color: white;
  }
/*background-color*/

body.modal-open {
    overflow: hidden;
}
/*Sub-menu*/
.dropdown-menu{
  padding: 0;
  cursor: pointer;
}

.dropdown-menu li{
  padding: 10px 0;
}

.dropdown-menu li :active{
  background-color: transparent;
}

.dropdown-menu li:hover{
  background-color: #337ab7 !important;
  /*transition-duration: .3s;*/
  color: white;
}

.dropdown-menu li a:hover{
  background-color: #088ecb !important;
  color: white;
}

.dropdown-menu a{
  color: black;
  text-align: center;
}


/* Sub-menu */
.no-style{
  list-style: none;
}
.clear{
  clear: both;
}
.text-center{
  text-align: center;
}
.no-padding {
  padding: 0;
}
.right{
  float: right;
}
.left{
  float: left;
}
/*big-containers*/
  section {
    padding: 50px 0;
  }
  aside {
    padding: 0 30px;
  }
/*big-containers*/

/*Navigation bar*/
  .navbar-inverse{
    background-color: #000d1a;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 1);
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: rgba(255, 255, 255, 1);
  }
  .navbar-default .navbar-header .navbar-toggle {
    font-weight: 400;
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    clear: both;
  }
  .collapsed-detail{
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #ececec;
  }

  .navbar-default .nav > li > div,
  .navbar-default .nav > li > div:focus {
    text-transform: uppercase;
    font-weight: 400;
    color: #000000;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0px 20px;
  }

  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    text-transform: uppercase;
    font-weight: 400;
    color: #000000;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 13px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin: 0px 20px;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #19417e;
  }
  .navbar-default .nav > li.active > a,
  .navbar-default .nav > li.active > a:focus {
    color: #088ecb !important;
    background-color: transparent;
  }
  .navbar-default .nav > li.active > a:hover,
  .navbar-default .nav > li.active > a:focus:hover {
    background-color: transparent;
  }
  .navbar-default {
    background-color: rgba(255,255,255,1);
    border-bottom: 1px #ececec;
  }
    .navbar-default .navbar-header .navbar-brand {
      color: #000;
    }
    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
      color: #088ecb;
    }
    /*li on top */
    .navbar-default .nav > li > a,
    .navbar-default .nav > li > a:focus {
      color: #000;
    }
    .navbar-default .nav > li > div,
    .navbar-default .nav > li > div:focus {
      color: #000;
    }
    .navbar-default .nav > li > a:hover,
    .navbar-default .nav > li > a:focus:hover {
      color: #088ecb;
    }
    /*li toggle*/
    .navbar-default.affix {
      
    }
    .navbar-default.affix .navbar-header .navbar-brand {
      color: white;
    }
    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
      color: #088ecb;
    }
    .navbar-default.affix .nav > li > a,
    .navbar-default.affix .nav > li > a:focus {
      /*color: #222222;*/
      color: #000;
      font-size: 13px;
      font-family: meta_body;
    }
    .navbar-default.affix .nav > li > a:hover,
    .navbar-default.affix .nav > li > a:focus:hover {
      color: #088ecb;
    }
  
/*Navigation bar*/

.section-heading {
  margin-top: 0;
}

/*Buttons*/
  .btn-default {
    color: white;
    background-color: #19417e;
    border-color: white;
    border-radius: 7px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    padding: 10px;
    width: 150px;
  }
  .btn-submit {
    color: white;
    background-color: #222222;
    border-color: white;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
  }
  .btn-submit:hover,
  .btn-submit:focus,
  .btn-submit.focus,
  .btn-submit:active,
  .btn-submit.active,
  .open > .dropdown-toggle.btn-submit {
    background-color: #4d4d4d;
    border-color: #ededed;
  }
  .btn-default:hover,
  .btn-default:focus,
  .btn-default.focus,
  .btn-default:active,
  .btn-default.active,
  .open > .dropdown-toggle.btn-default {
    color: #088ecb;
    background-color: transparent;
    border-color: #088ecb;
    transition-duration: .6s;
  }
  

/*Buttons*/

.footer-text{
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}

.footer-header h4{
  font-size: 17px;
  color: white;
  text-transform: uppercase;
}

.footerIcon{
  margin-left: 30px;
  display: inline-block;
}

.social-media-icon{
  margin-top: 15px;
}

@media(min-width: 300px){
  .social-media-icon{
    height: 20px;
    width: 20px;
    margin-right: 10px;
  }
}
@media(min-width: 768px){
  .social-media-icon{
    margin-right: 10px;
    height: 25px;
    width: 25px;
  }
}
.full-width{
  width: 100%;
}
.affix {
  top: 0;
  z-index: 1000;
}
.affix + .container-fluid {
    padding-top: 40px;
}
.top{
  height: 20px;
}

/*Latest*/
.latest{
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.news{
  display: block;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.newsModal{
  background-color: white;
  height: 500px;
  overflow: scroll;
  padding: 50px;
}

#modalContent h4{
  font-size: 26px;
}

.modalImg{
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 30px auto;
}

.newsPageImg{
  width: 250px;
  height: 200px;
  display: block;
  overflow: hidden;
  margin: 0 auto 30px auto;
}

.newsPageModal{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.viewNews{
  cursor: pointer;
}

.news{
  height: 80px;
  width: 80px;
  border: 1px solid #ececec;
}

.btn-primary{
  background-color: #088ecb;
  padding: 7px;
  border: 0px;
}

.btn-primary:hover {
    color: white;
    background-color: #2574A9;
    border: 1px transparent;
}

.buttonDiv h3{
  font-weight: bold;
  font-family: "lato";
  text-align: center;
  color: white;
  padding-top: 10px;
}

.buttonLeft{
  /*margin: 20px 10px 0px 20px;*/
  background-size: 100% 100%;
  z-index: 1;
}

.buttonWrapper{
  margin: 20px 0;
}

.buttonRight{
  /*margin: 20px 20px 0px 10px;*/
  background-size: 100% 100%;
  height: 100%;
  z-index: 1;
}

.aboutSection{
  display: inline-block;
  width: 100%;
}
/*Latest*/

@media (min-width: 300px) {
  .footer-border{
    border: none;
  }
  .news-desc{
    text-align: center;
  }
  .news-desc h4{
    font-size: 13px;
    height: 80px;
  }
  .newsPageModal{
    height: 200px;
    width: 220px;
  }
  .parentButtonCenter{
    padding: 20px 20px 20px 20px;
    margin-bottom: 0;
  }
  .parentButtonRight{
    padding: 20px 20px 20px 20px;
    margin-bottom: 0;
  }
  .parentButtonLeft{
    padding: 20px 20px 20px 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 400px) {
  .news-desc{
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .footer-border{
    border-right: 1px #ececec solid;
  }
  .news-desc{
    text-align: left;
  }
  .news-desc h4{
    font-size: 16px;
    height: 80px;
  }
  .newsPageModal{
    height: 400px;
    width: 470px;
  }
  .parentButtonCenter{
    padding: 20px 10px 0px 10px;
  }
  .parentButtonRight{
    padding: 20px 20px 0px 10px;
  }
  .parentButtonLeft{
    padding: 20px 10px 0px 20px;
  }
}



.carousel-inner > .item > img, .carousel-inner > .item > a > img {
    /*object-fit: cover !important;*/
}

.homeBanner img{
    max-width: 100%;
    height: 100% !important;
}

@media (min-width: 300px) {
  /*Carousel*/
    /*.carousel-inner > .item > img, .carousel-inner > .item > a > img {
      height: 250px;
    }*/
    /*.headerDiv{
      height: 200px;
    }*/
    .companyTitle{
        margin-top: 40px;
    }
    .carousel-caption {
      top: 20%;
    }
    .carousel-caption h1{
      font-size: 24px;
      font-weight: 500;
    }
    .carousel-caption p{
      font-size: 12px;
    }
  /*Carousel*/

  /*Carousel 2*/
    .carosel-item {
      width: 100%;
    }
  /*Carousel 2*/
  /*Logo and Details*/
    .logoAndDetails{
      padding: 20px 20px 20px 20px;
    }
  /*Logo and Details*/

  /*Homepage Buttons*/

    .buttonDiv{
      padding-bottom: 140px;
    }

    .buttonDiv h3{
      font-size: 20px;
      margin-top: 0;
    }

    .buttonHome{
      margin-top: 10px;
      border: 1px solid white;
      background-color: rgba(0,0,0,0);
      font-size: 11px;
      padding: 15px;
      position: relative;
    }

    .buttonHome:hover{
      border: 0;
    }

  /*Homepage Buttons*/
}

@media (min-width: 400px) {
    .companyTitle{
        margin-top: 70px;
    }
}

@media (min-width: 500px) {
  /*Carousel*/
    /*.carousel-inner > .item > img, .carousel-inner > .item > a > img {
      height: 400px;
    }*/
    /*.headerDiv{
      height: 300px;
    }*/
    .companyTitle{
        margin-top: 80px;
    }
    .carousel-caption {
      top: 20%;
    }
    .carousel-caption h1{
      font-size: 48px;
    }
    .carousel-caption p{
      font-size: 16px;
    }
  /*Carousel*/

  /*Carousel 2*/
    .carosel-item {
      width: 50%;
    }
  /*Carousel 2*/
    .logoAndDetails{
      padding: 20px 20px 20px 20px;
    }
  /*Logo and Details*/

  /*Homepage Buttons*/

    .buttonDiv{
      height: 150px;
      margin-bottom: 30px;
    }
    .buttonDiv h3{
      font-size: 20px;
    }
    .buttonHome{
      font-size: 12px;
      padding: 10px;
      margin-top: 15px;
      margin-bottom: 20px;
    }
  /*Homepage Buttons*/
}

@media (min-width: 600px) {
    .companyTitle{
        margin-top: 130px;
    }
}

@media (min-width: 700px) {
    .companyTitle{
        margin-top: 150px;
    }
}

@media (min-width: 992px) {
  /*Carousel*/
    .companyTitle{
        margin-top: 110px;
    }
    .carousel-caption {
      top: 37%;
    }
    .carousel-caption h1{
      font-size: 80px;
    }
    .carousel-caption p{
      font-size: 24px;
    }
  /*Carousel*/

  /*Carousel 2*/
    .carosel-item {
      width: 33.33%;
    }
  /*Carousel 2*/

  /*Logo and Details*/
    .logoAndDetails{
      padding: 20px 20px 0px 0px;
    }
  /*Logo and Details*/
    .info{
      text-align: left;
    }

  /*Homepage Buttons*/
    
    .buttonDiv{
      height: 200px;
    }
    .buttonDiv h3{
      font-size: 26px;
    }
    .buttonHome{
      font-size: 14px;
      padding: 15px;
      margin-top: 30px;
      margin-bottom: 0px;
    }
  /*Homepage Buttons*/
}
.carousel-caption h1{
  font-family: 'Arial';
  font-weight: 200;
  color: white;
}
.icon{
  height: 15px;
  margin-top: 10px;
}

.categoryIcon{
  display: block;
}

.categoryIcon:hover{
  cursor: pointer;
}

.info{
  font-size: 12px;
}
.fixed-bottom{
  color: white;
  background-color: rgba(0,0,0,.8);
  padding: 15px;
  text-align: center;
  -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}
.fixed-bottom:hover{
  color: #088ecb;
  background-color: #000;
  padding: 15px;
  text-align: center;
}
.contact{
  padding: 10px;
  width: 70%;
  margin: 0 auto;
}

/*PRODUCT CSS*/
.product{
  margin-top: 30px;
  padding: 0 40px;
}

.product-icon{
  height: 60px;
  margin-bottom: 10px;
}
.product-desc{
  font-size: 14px;
  line-height: 170%;
}
.description{
  height: 400px;
  overflow: scroll;
}
.problem-head{
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 400;
  font-size: 17px;
  margin-top: 30px;
  margin-bottom: 5px;
}
.product-image{
  margin-bottom: 30px;
}
.product-image-agro{
  margin: 20px auto !important;
}
.solution{
  border: 1px solid #ececec;
  border-radius: 5px;
  margin-bottom: 100px;
}
.solution:hover{
  cursor: pointer;
}
.problemImg{
  border: 1px solid #ececec;
}

@media (min-width: 300px) {
  .problemImg{
    height: 200px;
    width: 220px;
  }
  .product-image{
    height: 200px;
    display: block;
    margin: 20px auto;
  }
  .product{
    display: block;
    margin: 30px auto;
    text-align: center;
  }
}
@media (min-width: 500px) {
  .product-image{
    height: 300px;
  }
  .problemImg{
    height: 250px;
    width: 270px;
  }
}
@media (min-width: 1200px) {
  .product-image{
    height: 300px;
    margin-left: 0px;
  }
  .product{
    text-align: left;
  }
  .problemImg{
    height: 250px;
    width: 370px;
  }
}
/*PRODUCT CSS*/

.solutionDiv{
    overflow: hidden;
    padding: 20px;
}

.carosel {
  position: relative;
}

.carosel p{
  text-align: center;
  color: #000;
}

.carosel-item{
  display: inline-block;
  padding: 20px;
  vertical-align: top;
}

/*.carosel-item img{
  display: block;
  height: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  width: auto;
}*/

.carosel-item img{
  display: block;
  max-height: 250px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  max-width: 100%;
}

.carosel-inner{
  overflow: hidden;
}

.carosel-inner div{

  padding: 10px;

}

.carosel-control {
  position: absolute;
  top: 50%;
  padding: 15px;
  /* box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.8); */
  box-shadow: none !important;
  background: transparent !important;
  transform: translateY(-50%);
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.5);
  font-size: 30px;
  display: inline-block;
}

.carosel-control-left {
  left: 15px;
}

.carosel-control-right {
  right: 15px;
}

.carosel-control:active,
.carosel-control:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.8);
}
/*PRODUCT CAROUSEL*/

/*FAQ*/
  .faq-title{
    padding: 10px;
    color: white;
    font-weight: bold;
    background-color: #00a553;
    border-radius: 10px;
    width: 240px;
    margin: 50px 0;
    text-align: center;
  }
  .faq-title2{
    padding: 10px;
    color: white;
    font-weight: bold;
    background-color: #FCC300;
    border-radius: 10px;
    width: 240px;
    margin: 50px 0;
    text-align: center;
  }
  .faq-head{
    font-weight: bold;
    font-size: 20px;
    margin-top: 40px;
  }
  .faq-desc{
    font-size: 15px;
    line-height: 170%;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 10px;
    border: 1px solid #ececec;
    border-style:dashed;
  }
/*FAQ*/

/*PRODUCT-VIEW*/
  .product-viewall-btn{
    background-color: #19417e;
    border-radius: 7px;
    color: white;

    display: block; 
    height: 40px;
    margin-top: 10px;
    width: 100%
  }
  .product-view-btn{
    background-color: #19417e;
    border-radius: 7px;
    color: white;
    display: block; 
    height: 40px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-viewall-btn:hover{
    background-color: transparent;
    color: #19417e;
    border-color: #19417e;
  }

  .product-view-btn:hover{
    background-color: transparent;
    color: #19417e;
    border-color: #19417e;
  }

  .product-view-btn a:visited{
      color: #fff;
  }

  @media(min-width: 300px){
    .product-view-btn{
      width: 100%;
    }
    #productName{
      font-size: 24px;
    }
  }
  @media(min-width: 700px){
    .product-view-btn{
      width: 90%;
    }
  }
  @media(min-width: 1200px){
    .product-view-btn{
      width: 70%;
    }
    #productName{
      font-size: 42px;
    }
  }
  @media(min-width: 1400px){
    .product-view-btn{
      width: 70%;
    }
  }
  
  .product-view-content{
    padding-left: 40px;
    padding-right: 40px;
  }
  .product-view-head{
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 10px;
  }
/*PRODUCT-VIEW*/


/*PRODUCT ALL*/
  .product-div{
    border: 1px solid #cccccc;
    height: 390px;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 20px;
  }

  .btn-view{
    background-color: #19417e;
    border: 1px solid rgba(0,0,0,0);
    bottom: 15px;
    position: absolute;
    width: 83% !important;
  }

  .btn-view:hover{
    background-color: rgba(0,0,0,0);
    border: 1px solid #19417e;
    color: #19417e;
  }

  .product-all-image{
    display: block;
    margin: 0 auto 30px auto;
  }

  .product-all-image{
    display: block;
    position: absolute;
    max-height: 180px;
    max-width: 100%;
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
  }

  .product-img-container{
    height: 180px;
    position: relative;
  }
  
  /*@media(min-width: 300px){
    .product-all-image{
      height: 200px;
      max-width: 180px;
      margin: 30px   auto;
    }
  }
  @media(min-width: 500px){
    .product-all-image{
      height: 180px;
      max-width: 120px;
      display: block;
      margin: 0 auto 30px auto;
    }
  }
  @media(min-width: 1000px){
    .product-all-image{
      height: 180px;
      max-width: 180px;
      display: block;
      margin: 0 auto 30px auto;
    }
  }*/

/*PRODUCT ALL*/

/* Floating images */




/*@media(min-width: 300px){
  .home-image{
    height: 100px;
  }
  .top-bar-search{
    width: 100px;
  }
}
@media(min-width: 700px){
  .home-image{
    height: 150px;
  }
  .top-bar-search{
    width: 150px;
  }
}
@media(min-width: 1300px){
  .home-image{
    height: 250px;
  }
  .top-bar-search{
    width: 230px;
  }
}*/

/* Floating images */


/*Top Bar*/
.top-bar-select{
  padding: 3px;
}

.top-bar-search{
  padding: 5px;
}
/*Top Bar*/

thead th{
  padding: 10px;
  text-align: center;
  border: 1px solid #ececec;
}

td{
  padding: 10px;
  font-size: 13px;
  border: 1px solid #ececec;
}