/*===================================== 

YOU CAN WRIGHT CUSTOME CSS 

======================================*/


.widget_contact_footer{
  padding-top:0px !important;
}
.widget{
  margin-bottom: 15px !important;
}
.widget_getintuch i{
  background-color: #136DAC !important;
}
.widget_getintuch .foot{
  margin-bottom: 0px !important;
}

/* display this row with flex and use wrap (= respect columns' widths) */

.row-flex {
    display: flex;
    flex-wrap: wrap;
  }
  
  
  /* vertical spacing between columns */
  
  [class*="col-"] {
    margin-bottom: 30px;
  }
  

  .p-a30 {
    height: 95.5% !important;
    padding: 20px 20px 10px !important;
  }

.custom-bullet ul li:before
{
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\f101";
    position: relative;
    right:5px;
    font-family: "FontAwesome";
}

.text-center.section-head p {
    max-width: 90% !important;
}

.only ull {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.multi-column {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -moz-column-fill: auto;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  -webkit-column-fill: auto;
  column-count: 2;
  column-gap: 10px;
  column-fill: auto;
  list-style-position: inside;
}

.multi3-column {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -moz-column-fill: auto;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  -webkit-column-fill: auto;
  column-count: 3;
  column-gap: 10px;
  column-fill: auto;
  list-style-position: inside;
}

.flip-container .wt-info .wt-info-text {
  bottom: -50px;
}

.division{
  display:block;
  height:20px;
  background:#136DAC;
}

.wt-icon-box-wraper.left .wt-icon-box-sm
{
  margin-right: 5px !important;
  margin-left: -9px !important;
}

.footer-dark .footer-top
{
  margin-bottom: -60px !important;
}



/* .t{
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
} */

/* .t p {
  overflow-wrap: normal;
  word-wrap: normal;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
} */

/* .t p{
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
} */

.icon-content p {
  /* word-break: break-all; */
  word-break: normal !important;
}


.nav-tabs { border-bottom: 2px solid #DDD; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a { border: none; color: #666; }
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #136DAC!important; background: transparent; }
.nav-tabs > li > a::after { content: ""; background: #136DAC; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #136DAC none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }

/* body{ background: #EDECEC; padding:50px} */

.margin-left-5{
  margin-left:5%;
}