@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/


/******* fonts *********/
@import url('../fonts/stylesheet_fonts.css');
/******* fonts *********/


body{
    font-family: 'Roboto' !important;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 1px;
}

h3,h2{
    letter-spacing: 2px;
}

.margin_auto{
    margin-right: auto;
    margin-left: auto;
}

.no_padding{
    padding-right: 0px;
    padding-left: 0px;
}

.no_padd_left{
    padding-left: 0px;
}

.padding{
    margin-right: 15px;
    margin-left: 15px;
}
.no_padd_right{
    padding-right: 0px;
}

input[type=checkbox], input[type=radio] {
    margin: 7px -8px 0px;
    margin-top: 1px\9;
    line-height: normal;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
    color: #000000;
}

a{
    text-decoration: none !important;
}

/*******common css*************/
/******************************/




/*****************************/
/*********header**************/


#skew:before {
    content: '';
    position: absolute;
    left: -685px;
    top: 0;
    overflow: visible;
    width: 70%;
    height: 500px;
    background: #deedf6;
    z-index: -1;
    -webkit-transform: skewY(-38deg);
    -moz-transform: skewY(-38deg);
    -ms-transform: skewY(-38deg);
    -o-transform: skewY(-38deg);
    transform: skewY(-38deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
}

.btn-default {
    color: #ffffff;
    background-color: #bd8174;
    border-color: #bd8174;
}

.btn {
    display: inline-block;
    padding: 6px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}

.align_box {
    position: absolute;
    left: -957px;
    top: 0;
    overflow: visible;
    width: 100%;
    height: 500px;
    background: #deedf6;
    z-index: -1;
    -webkit-transform: skewY(-38deg);
    -moz-transform: skewY(-38deg);
    -ms-transform: skewY(-38deg);
    -o-transform: skewY(-38deg);
    transform: skewY(-38deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: initial;
}
.heading span {
    color: #0066cc;
}
.all_btn.active{
    background-color: #0066cc ;
    color: #fff;
}
.all_btn{
    background-color: #fff;
    border: 1px solid #0066cc;
    color: #000;
    /* width: 50px; */
    /* padding: 5px 10px;
    text-align: center;
    float: left;
    margin-right: 5px; */
    font-size: 13px;
    margin-bottom: 5px;
}
.all_btn a{
    color: #000;
}
.all_btn.active a{
    color: #fff;
}
.btn-set{

}
/*****************************/
/*********header**************/





/*****************************/
/*********menu**************/



/*****************************/
/*********menu**************/


/****************************************/
/*********fontawesome icons**************/

.fa.fa-home, .fa.fa-phone{
   color: transparent;
   -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: #0066cc;
   font-size: 30px;
 }
.fa.fa-envelope-o{
   font-size: 28px;
   color: #0066cc;
 }

/********************************************/
/*********end fontawesome icons**************/

/****************************************/
/*********navigation **************/
.navbar {
    border-radius: 0px;
}
nav li a{
    text-transform: uppercase;
    /* color: #fff !important; */
    color: #b5abab;
}
nav{
    background-color: #0066cc !important;
}
.navbar {
    position: relative;
    min-height: 40px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}
.navbar-nav>li>a {
    font-size: 13px;
    padding: 10px 20px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #0066cc  !important;
    background-color: #ffffff !important;
    font-weight: 700;
}
.navbar-nav>li:hover, .navbar-default .navbar-nav>li>a:hover{
    color: #0066cc  !important;
    background-color: #ffffff !important;
    font-weight: 
}
/********************************************/
/*********end navigation**************/


/****************************************/
/********* carousel **************/
.carousel-caption{
    text-align: left;
    max-width: 375px;
    left: 13%;
    top: 30%;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
}
.carousel-caption h3{
    font-size: 28px;
    letter-spacing: 2px;
}

 .glyphicon-chevron-left, .glyphicon-chevron-right{
    width: auto !important;
    height: auto !important;
 }

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 0;
    background-color: #0066cc !important;
    border: 1px solid #0066cc !important;
}

 .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff !important;
    border: 1px solid #ffffff;
    border-radius: 10px;
}
.learn_more_btn a{
    color: #fff;
    font-size: 13px;
} 

.learn_more_btn{
    background-color: transparent;
    border-radius: 20px;
    padding: 6px 15px;
    border: 2.87px solid #354e8d;
    letter-spacing: 1px;
 }

/********************************************/
/*********end carousel**************/


/*****************************/
/*********body**************/
.top_container{
    padding: 15px 0 10px;
}
.top_container p{
    line-height: 18px;
    font-weight: 500;
    font-size: 13px;
}
.icon{
    float: left;
    margin-right: 15px;
}

.header_bar{
    background-color: transparent;  
}

.introduction_container, .products_container, .client_container, .about_container, .contact_container,  .solution_container{
    padding-top: 30px;
    padding-bottom: 30px;
}
.introduction_container p, .products_container p, .client_container p{
    color: #7e7e7e;
}
.introduction_container span, .products_container span, .client_container span{
    color: #0066cc;
}
.product_container{
    padding: 30px 15px;
}




.content-details button{
    color: #fff;
    background-color: #000000;
    font-size: 12px;
    font-weight: 600;
    border: none;
    letter-spacing: 1px;
    padding: 6px 15px;
}
  .content-details h5 {
    margin: 5%;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
  }
  .content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
  }
  
  .content .content-overlay {    
    background: rgba(0, 102, 204, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .content:hover .content-overlay{
    /* opacity: 0; */
    background: rgba(0,0,0,0.7);
  }
  
  .content-image{
    width: 100%;
  }
  
  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content:hover .content-details{
    top: 50%;
    left: 50%;
    /* opacity: 0; */
  }
  
  .content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  
  .content-details p{
    color: #fff;
    font-size: 0.8em;
  }
  
  .content:hover button{
    background-color: #0066cc;
  }
  
  .fadeIn-left{
    left: 20%;
  }


  .featured_products span{
      color: #0066cc;
  }
  .product, .client{
    box-shadow: 2px 2px 15px 2px #e4e4e4;
    padding: 30px 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .product p{
      font-size: 13px;
  }
  .col-product{
    margin-bottom: 60px;
  }
  .view_link{
      float: right;
      text-decoration: underline;
      margin-right: 15px;
      margin-top: -10px;
      color: #000;
  }
  .client{
    width: 100%;
    padding: 20px 0px;
    margin-bottom: 30px;
  }
  .products_container .view_link{
    margin-right: 25px;
  }




  /* Testimonials */
  .testimonial_img{
      padding-top: 10px;
  }
  .testimonial_img_circle{
    width: 100px;
    height: 100px;
    background: #fff; 
    -moz-border-radius: 70px; 
    -webkit-border-radius: 70px; 
    border-radius: 70px;
    box-shadow: 2px 2px 15px 2px #e4e4e4;
  }
  .testimonials p{
      color: #000;
      font-weight: 600;
  }
  .testimonial_feedback p{
      font-size: 13px;
      color: #000;
  }
  .view_link.feedback{
    float: left;
    color: #000;
 }
  .testimonials_container{
    background-color: #f7f7f7;
    background-image:url('../images/test_bg.png');
    background-repeat:no-repeat;
    background-size:contain;
    /* background-position:left; */
  }
  .testimonials_container .carousel-indicators li {
    background-color: #000 !important;
    border: 1px solid #000000;
 }
.testimonials_container .carousel-indicators .active {
    background-color: #0066cc !important;
}


/********* About Us *********/
/* **************************/
.about_container p{
    color: #000;
}
.founder_name{
    text-transform: uppercase;
    margin-bottom: -1px;
    font-size: 26px;
    letter-spacing: 2px;
}
.designation{
    font-size: 12px;
    color: #0066cc !important;
    font-weight: 600;
}
.top_banner{
    background-image: url(../images/about_us.jpg);
    color:#fff;
    padding: 4%;
}
.top_banner h1{
    font-weight: 900;  
    font-size: 35px;
}



/* HISTORY */

.top_banner.history{
    background-image: url(../images/history.jpg);
}






/* SOLUTION */


.top_banner.solutions{
    background-image: url(../images/solution.jpg);
}




/* CLIENTS */
.top_banner.clients{
    background-image: url(../images/clients.jpg);
}
.client-logos p{
    font-size: 13px;
    font-weight: 400;
}
.client-logos .client {
    padding: 30px 15px 15px;
    height: 215px;
}
.client_link .view_link{
    margin-right: 0;
}

.page {
    display: none;
  }
.page-active {
    display: block;
  }
.pagination-lg>li>a, .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 15px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    margin-top: -40px;
    margin-right: 15px;
}

.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

/* CONTACT US */

.top_banner.contact{
    background-image: url(../images/contact_us.jpg);
}
.contact_container p{
    font-size: 13px;
}
.left-contact-side{
    padding-top: 5%;
    padding-left: 0;
}

/* PRODUCTS */

.top_banner.products{
    background-image: url(../images/products.jpg);
}
.product_container .client-logos .client{
    height: auto;
}
.product:hover {
    box-shadow: 0px 15px 20px 20px #e4e4e4;
}
/*****************************/
/*********body**************/





/*****************************/
/*********footer**************/

.footer{
    font-size: 13px;
    background-color: #081e38;
    padding-top: 60px;
    padding-bottom: 30px;
    color: #fff;
    background-image:url('../images/footer_bg.jpg');
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center center;
}

.footer_text_2{
    font-size: 15px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: center;
}

.footer img{
    padding-right: 10px;
}

.footer_bar{
    padding: 10px 0px 0px;
    background-color: #000;
    color: #fff;
    font-size: 13px;
}
.footer p a{
    color: #fff;
}
/*****************************/
/*********footer**************/

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
  }
  .carousel-showmanymoveone .carousel-control.left {
    margin-left: 15px;
  }
  .carousel-showmanymoveone .carousel-control.right {
    margin-right: 15px;
  }
  .carousel-showmanymoveone .cloneditem-1,
  .carousel-showmanymoveone .cloneditem-2,
  .carousel-showmanymoveone .cloneditem-3 {
    display: none;
  }
  @media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
      left: -50%;
    }
    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
      left: 50%;
    }
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
      left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
      display: block;
    }
  }
  @media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
      -webkit-transform: translate3d(50%, 0, 0);
              transform: translate3d(50%, 0, 0);
      left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0);
      left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      left: 0;
    }
  }
  @media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
      left: -25%;
    }
    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
      left: 25%;
    }
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
      left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
      display: block;
    }
  }
  @media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
      -webkit-transform: translate3d(25%, 0, 0);
              transform: translate3d(25%, 0, 0);
      left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-25%, 0, 0);
              transform: translate3d(-25%, 0, 0);
      left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      left: 0;
    }
  }






/* Products sidebar */

/* .navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
} */

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background-color: #fff !important;
    color: #000;
    transition: all 0.3s;
    box-shadow: 2px 2px 15px 2px #e4e4e4;
    height: 0%;

}

/* #sidebar.active {
    margin-left: -250px;
} */

#sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

#sidebar ul.components {
    /* padding: 20px 0; */
    /* border-bottom: 1px solid #47748b; */
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px 25px;
    font-size: 13px;
    display: block;
    color: #b5abab ;
    font-weight: 700;
}
#sidebar .collapse li a {
    color: #fff !important;
    border-bottom: 1px solid #fff;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #4c94db;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff !important;
    background-color: #4c94db;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background-color: #9da7b2;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 20px;
    /* min-height: 100vh; */
    transition: all 0.3s;
    width: 100%;
    padding-top: 0;
    margin-top: -25px;
    margin-left: auto;
}


.breadcrumb-item a{
    font-size: 13px;
    color: #000;
    text-transform: capitalize;
}
.breadcrumb {
    background-color: #ffffff;
    border-radius: 0px;
}
.breadcrumb>.active {
    color: #0066cc;
    font-size: 13px;
    font-weight: 500;
}
.breadcrumb>.active a{
    color: #0066cc;
    font-weight: 500;
}
.breadcrumb>li{
    font-size: 13px;
    font-weight: 500;
}
.breadcrumb-item.main {
    font-size: 18px;
    color: #000 !important;
    font-weight: 700;
}
.breadcrumb>li+li:before {
    padding: 0 10px 0 7px;
    color: #000;
    content: "\007c";
    font-weight: 900;
}

.breadcrumb a {
    /* padding: 0.5em; */
    /* border-right: 2px solid #000; */
}
.btn-info, .btn-info:hover, .btn-info:focus {
    color: #fff;
    background-color: #0066ccb3;
    border-color: #0066ccb3;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}

/* product tab */

/* .w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-main,#main{transition:margin-left .4s}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.w3-bar{width:100%;overflow:hidden}.w3-center .w3-bar{display:inline-block;width:auto}
.w3-bar .w3-bar-item{padding:8px 16px;float:left;width:auto;border:none;display:block;outline:0}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
.w3-bar .w3-button{white-space:normal}
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-btn,.w3-button{border:none;display:inline-block;padding:8px 16px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}  
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#ccc;color:#000}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:left;padding:8px 16px}
.w3-bar .w3-button{white-space:normal}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-red,.w3-hover-red:hover{color:#fff!important;background-color:#f44336!important}
 */




.tab-bar{
    box-shadow: 2px 2px 15px 2px #e4e4e4;
}
.w3-bar .w3-button {
    white-space: normal;
}
.w3-bar .w3-button {
    white-space: normal;
}
.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
}
.white-tab, .white-hover-tab:hover {
    color: #000!important;
    background-color: #fff !important;
}
.w3-btn, .w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
    content: "";
    display: table;
    clear: both;
}
.w3-bar {
    width: 100%;
    overflow: hidden;
    background-color: #66a3e0;
}
.w3-bar .w3-button {
    white-space: normal;
}
.w3-bar .w3-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0;
    color: #fff;
}
.w3-btn, .w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.w3-btn, .w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}
.border-tab{
    padding: 20px;
    font-size: 13px;
}
th{
    background-color: #f1f1f1;
}

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #ffffff;
    color: #232e83;
    width: 32px;
    height: 50px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-radius: 5px;
    border: 1px solid #232e83;
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    animation: bounce_1 1s infinite alternate;
    -webkit-animation: bounce_1 1s infinite alternate;
}

@keyframes bounce_1 {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce_1 {
    from {
        transform: translateY(0px);
    }
    to {
        transform: translateY(-15px);
    }
}

.scroll-top-wrapper:hover {
    background-color: #232e83;
    color: #ffffff;
    border: 1px solid #232e83;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1.0;
}
.scroll-top-wrapper i.fa {
    line-height: inherit;
}

/**********=========================================********************/
/**********===============SCROLL TOP=================********************/
/**********=========================================********************/