/*https://demo.bootstrapious.com/university/1-1-1/staff.html*/
/*https://developer.snapappointments.com/bootstrap-select/examples/*/
/*https://demo.bootstrapious.com/universal/2-1-0/shop-detail.html*/
/*https://demo.bootstrapious.com/places/1-1-4/detail.html*/
/*https://demo.bootstrapious.com/places/1-1-4/blog.html#*/
/*https://demo.bootstrapious.com/hub/1-4-3/customer-order.html*/
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  text-decoration: none !important;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}
a {
  color: #3A5683;
  text-decoration: none;
}
a:focus, a:hover {
  color: #413049;
  text-decoration: underline;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}
h1, .h1 {
  font-size: 2.8rem;
}
h2, .h2 {
  font-size: 2rem;
}
h3, .h3 {
  font-size: 1.5rem;
}
h4, .h4 {
  font-size: 1.25rem;
}
h5, .h5 {
  font-size: 1rem;
}
h6, .h6 {
  font-size: .75rem;
}
a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a, button, i, span, strong, small {
  display: inline-block;
}


.list-group-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1em;
}

.list-group-item-grid {
  background: #F7F7F7;
  padding: 1em;
  text-align: center;
}
.badge-transparent {
  border-radius: 50px;
  background: rgba(126,126,126,0.5);
  padding: 5px 20px;
  font-size: 0.75em;
  letter-spacing: 0.05em;
  display: inline-block;
}

.row.no-space {
  margin-left: 0;
  margin-right: 0;
}

.row.no-space .box-image {
  margin: 0;
}
.box-image {
  position: relative;
  margin: 20px 0;
}


a, a:hover, a:visited, a:active, a:link {
  text-decoration: none;

}

.bg-gray {
  background: #f5f5f5 !important;
}


.bg-black
{
  background-color: #000 !important;
}


}
.border-primary {
  border-color: #3A5683 !important;
}


.bg-primary
{
  background-color: #3A5683 !important;
}


.text-primary
{
  color: #3A5683 !important;
}


.text-muted {
  color: #939ba2 !important;
}
.text-small {
  font-size: 0.85rem !important;
}


.light-gray {
  background: #eee;
}

.has-pattern {
  position: relative;
}

.has-pattern::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url(/theme/images/dots.png);
  background-size: 6%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.02;
}


hr {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
small, .small {
  font-size: 80%;
  font-weight: 400;
}

.smallest {
  font-size: 0.65rem;
  font-weight: normal;
}



.play-btn {
  height: 80px;
  width: 80px;
  font-size: 30px;
  line-height: 78px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #fff;
  margin-top: 30px;
}



.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}

.lead {
  font-size: 0.75rem;
  font-weight: 300;
}

/*
---------------------------------------------GENERAL END-------------------------------------------------------------------
*/



.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  
  margin-right:2px;
}

.resp-sharing-button {
  border-radius: 3px;
  transition: 25ms ease-out;
  padding: 5px;
  font-size: 12px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.1em;
  vertical-align: top
  margin-top:10px;
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
  background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C;
}

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615;
}


/*
---------------------------------------------SOCIAL SHARING END-------------------------------------------------------------------
*/
.hoverclass {
  color: #4287f5;
}

.hoverclass:hover {
  color: #4287f5;
}

.typeahead li.active a {
  color: #4287f5;
}

/*
---------------------------------------------TYPEHEAD END-------------------------------------------------------------------
*/
#supporters .supporters-wrap {
 /* border-top: 1px solid #fff;
 border-left: 1px solid #fff;*/
 margin-bottom: 30px;
}
#supporters img {
  transition: all 0.4s ease-in-out;
}

#supporters .supporter-logo {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  background: rgba(255, 255, 255, 1); 
  height: 160px;
}

/*
---------------------------------------------SPONSORS END-------------------------------------------------------------------
*/


#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}


#speakers .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}


#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

#speakers .speaker .details .social {
  height: 30px;
}

#speakers .speaker .details a {
  color: #fff;
}

/*
---------------------------------------------SPEAKERS END-------------------------------------------------------------------
*/
.tablecart thead tr td
{
  font-weight: bold;
}


.tablecart tbody tr td
{
  font-weight: normal;
  font-size: 14px;
}


.tablecart tbody tr td input
{
  font-weight: normal;
  font-size: 14px;
  border-radius: 0;
}




/*
---------------------------------------------ORDER CART  END-------------------------------------------------------------------
*/
.top-bar {
  padding: 10px 0;
  background: #3A5683;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 300;
}




.top-bar a {
  color: #fff;
  margin-left: 20px;
}




nav.navbar a.navbar-brand {
  color: #333;
}


nav.navbar a.navbar-brand strong {
  text-transform: uppercase;
  display: block;
  line-height: 1;
  font-size: 1.5rem;
}



nav.navbar a.nav-link.active, nav.navbar a.nav-link:hover {
  color: #856296;
}

nav.navbar a.nav-link {
  text-transform: uppercase;
  color: #333;
  font-size: 0.9rem;
  font-weight: 700;
}

nav.navbar .megamenu {
  width: 100%;
  padding: 40px 30px;
  margin-top: 0;
  z-index: 9999 !important;
}
nav.navbar .megamenu strong {
  margin-bottom: 10px;
  display: block;
}
nav.navbar .megamenu ul {
  padding: 0;
  margin: 0;
}
nav.navbar .megamenu ul a {
  padding: 5px 0 !important;
  text-decoration: none;
  color: #555;
  font-size: 0.9em !important;
}
nav.navbar .megamenu ul a:hover {
  background: none;
  color: #3A5683 !important;
}

/*_____________________________________________________NAVIGATION BAR END___________________________________________________________________
*/
.hero {
  padding: 0;
}

section {
  overflow-y: auto !important;
  padding: 2rem 0;
}
section header {
  margin-bottom: 2rem;
}

.has-overlay-dark, .has-overlay-darker {
  position: relative;
  z-index: 1;
}
.has-overlay-dark::before, .has-overlay-darker::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.has-overlay-darker::before {
  background: rgba(0, 0, 0, 0.89);
}


.hero .CTAs a {
  margin-right: 10px;
}
.hero {
  padding: 0;
}
.hero .hero-content {
  padding: 150px 0 250px;
  color: #fff;
  background-size: cover !important;
  background-position: center center !important;
}
.hero .swiper-container-vertical {
  height: 100% !important;
}
.hero h1 span {
  display: inline-block;
}
.hero h1 span::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
}
.hero .hero-text {
  font-weight: 300;
  line-height: 1.8rem;
  margin-top: 30px;
  margin-bottom: 30px;
}
.hero .swiper-pagination-fraction, .hero .swiper-pagination-custom, .hero .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 50%}
  .hero .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    margin-top: 10px;
    margin-left: calc(100% - 50px);
    background: #fff;
    width: 12px;
    height: 12px;
    opacity: 1;
    border-radius: 50%}
    .hero .swiper-pagination-bullet-active {
      position: relative;
      width: 8px !important;
      height: 8px !important;
      margin-left: calc(100% - 48px) !important;
    }
    .hero .swiper-pagination-bullet-active::before {
      content: '';
      width: 18px;
      height: 18px;
      display: block;
      position: absolute;
      background: none;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-radius: 50%;
      border: 2px solid #fff;
    }


/*
-----------------------------------------------HEADER SLIDER END-------------------------------------------------------------*/

.widget-sublist-header
{
 background: #3A5683;
 padding: 5px;
 color: #fff;
 font-size: 1rem;
}
.widget {
  margin-bottom: 30px;
}
.widget-header {
  background: #3A5683;
  padding: 5px 30px;
  color: #fff;
}
.widget-header strong {
  font-size: 1rem;
}
.widget-body {
  padding: 20px;
  border: 1px solid #ddd;
}
.widget.search .form-group {
  position: relative;
}
.widget.search input {
  padding: 0 15px;
  border: 1px solid #ddd;
  height: 40px;
  line-height: 40px;
  width: 100%}
  .widget.search input::-moz-placeholder {
    font-size: 0.9rem;
    font-weight: 300;
  }
  .widget.search input::-webkit-input-placeholder {
    font-size: 0.9rem;
    font-weight: 300;
  }
  .widget.search input:-ms-input-placeholder {
    font-size: 0.9rem;
    font-weight: 300;
  }
  .widget.search input:focus {
    border-color: #3A5683;
    outline: none;
  }
  .widget.search button {
    background: #3A5683;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-align: center;
    border: none;
  }
  .widget.categoris li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
  }

  .widget.categoris li i {
   color:#3A5683;
   margin-bottom: 3px;
   margin-right: 5px;
 }
 .widget.categoris a {
  text-decoration: none;
  color: #555;
  font-size: 0.85rem;
  font-weight: 500;
}
.widget.categoris a:hover {
  color: #3A5683;
}
.tags li {
  border: none;
  padding: 10px 0;
  margin: 0;
}
.tags a.tag {
  padding: 7px 20px;
  border: 1px solid #ddd;
  text-decoration: none;
  font-size: 0.85rem;
}
.tags a.tag:hover {
  background: #3A5683;
  color: #fff;
  border-color: #3A5683;
}



/*
-----------------------------------------------WIDGET  END-------------------------------------------------------------*/




.btn-primary {
  color: #FFF !important;
  background-color: #3A5683 !important;
  border-color: #3A5683 !important;
}
.btn {

  -webkit-transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out !important;
  transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out !important;
  transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out !important;
  transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out !important;
  font-weight: 400 !important;
  border: 1px solid transparent  
  padding: .375rem 1rem !important;
  font-size: .9rem !important;
  line-height: 1.5 !important;
  border-radius: 0 !important;
}
/*
_________________________________________________BUTTON CSS_________________________________________________________________*/



.info-boxes {
  margin-top: -100px;
  padding: 0;
}
.info-boxes .info-box {
  padding: 60px 40px;
  color: #fff;
  background: #3A5683;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: 100% !important;
  background-position: center center !important;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.info-boxes .info-box:hover {
  background-size: 120% !important;
  text-decoration: none;
}
.info-boxes .info-box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
}
.info-boxes .info-box.cyan::before {
  background: rgba(63, 144, 201, 0.89);
}
.info-boxes .info-box.orange::before {
  background: rgba(245, 165, 12, 0.89);
}
.info-boxes .info-box.red::before {
  background: rgba(244, 52, 61, 0.89);
}
.info-boxes p {
  font-weight: 300;
  font-size: 0.9rem;
}

/*
---------------------------------------------INFO BOX END HERE-------------------------------------------------------------------
*/

.event_date {
  width: 131px;
  height: 131px;
  border: solid 2px #3A5683;
  margin-bottom: 18px;
}


.event_day {
  font-size: 48px;
  font-weight: 700;
  color: #3A5683;
  margin-bottom: 1px;
  line-height: 1;


}


.event_month {
  font-size: 16px;
  font-weight: 700;
  color: #3A5683;
}
.event_content p {
  font-weight: 500;
  color: #555;

  margin-bottom: 13px;
}


.event_name a {
  font-size: 22px;
  font-weight: 500;
  color: #1a1a1a;
}




/*
---------------------------------------------EVENT DATE BOX ENDS-------------------------------------------------------------------
*/






.card-design .card
{
  background-color: rgba(255,255,255, 1.5);
  background: #fff;
  padding: 0px;

  margin-bottom: 20px;
}


.card-design .card .card-body  h4
{
 color:#333;
 font-size: 1em;
}

.card-design .card a
{
  color: #333 !important;
  text-decoration: none !important;

}


.category-card-text
{
  font-size: 13px;
}

.card-design .card .author
{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 2px solid #fff;
  margin-top: -35px;
  z-index: 999;
  margin-left: 30px;
}

.card-design .card p
{
  font-size: 0.85rem;
  color: #555;
}
.nospace
{
  padding:-15px;
  width:100%;

}

.card-design .post-meta {
  font-size: 0.7rem;
  color: #777;
}


.card .overlay
{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(58,86,131,0.9);
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.card .card-img-caption2
{

  position: relative;
  overflow: hidden;
  height: 250px;
}


.card-design  .card-img-top
{


  width:100%;
  height: 32vh;
}




.card:hover .overlay {
  opacity: 1 !important;
}
.card:hover .overlay a.btn {
  -webkit-transform: none;
  transform: none;
  color:#fff;
}




.card-design .card .card-body  i {
  color: #379392;
  margin-right: 5px;
}


/*
---------------------------------------------CARD BOX END HERE-------------------------------------------------------------------
*/

.divider {
  background-size: cover !important;
  background-position: center center !important;
  color: #fff;
}
.divider p {
  font-weight: 300;
  line-height: 1.8rem;
  margin: 15px 0 25px;
}


/*
---------------------------------------------DIVIDER END HERE-------------------------------------------------------------------
*/




#jarallax-container-1 {
  clip: rect(0 1903px 353px 0);
  clip: rect(0, 1903px, 353px, 0); 
}


.bg-overlay {
  background-color: rgba(36, 42, 53, 0.7); 
  position: absolute; 
  height: 100%; 
  width: 100%;
  top: 0;
  right: 0;

}

/*
---------------------------------------------PARALLAX END HERE-------------------------------------------------------------------
*/



.service-box {
  padding: 15px;
  text-align: center;
}
.service-box .services-title {
  font-weight: 500;
  font-size: 18px;
}


.service-box .services-icon::before {
  content: '';
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -8px;
  display: block;
  border: 2px solid rgba(12,184,182,0.5);
  transition: all 0.5s;
}
.service-box .services-icon {

  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #3A5683;
  /* color: #fff; */
  display: inline-block;
  text-align: center;
  line-height: 60px;
  position: relative;
  transition: all 0.5s;
  font-size: 30px;
}






/*
---------------------------------------------SERVICE BOX END HERE-------------------------------------------------------------------
*/



ul.nav-pills {
  margin-bottom: 20px;
}


.nav-link {
  padding: .5rem 1rem;
}


.nav-pills .nav-link {
  border-radius: 0;
}
.nav-pills .nav-link {
  border-radius: 0 !important;
  background: #f5f5f5;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 400;
  color: #555;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #3A5683;
}
.nav-pills .nav-link.active {
  background: #3A5683 !important;
}



.nav-white .nav-link
{

  margin: 0 5px;
  font-size: 0.9rem;
  text-transform: none;
  background: #fff;
}
/*
---------------------------------------------PILLS BOX END HERE-------------------------------------------------------------------
*/


.sign-form .form-group {
  position: relative;
}

.sign-form label {
  position: absolute;
  top: 14%;
  font-size: 25px;
  margin-left: 14px;
}

.sign-form .form-control {
  height: 50px;
  background-color: transparent;
  padding: 0 20px 0 50px;
  font-size: 15px;
  box-shadow: none;
}

.sign-icon {
  color: #9ba1a8;
}

/*
---------------------------------------------FORM HERE-------------------------------------------------------------------
*/







.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination .page-link {
  border-radius: 0 !important;
  margin: 0 3px;
  background: none;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #3A5683;
  border-color: #3A5683;
}

.page-link {
  padding: .5rem .75rem;
  line-height: 1.25;
  color: #379392;
  background-color: #fff;
  border: 1px solid #ddd;
}
/*
---------------------------------------------PAGING BAR END-------------------------------------------------------------------
*/
.card   .ribbon, .card   .ribbon-primary, .card   .ribbon-warning, .card   .ribbon-danger, .card   .ribbon-info, .card   .ribbon-success {
  position: absolute;
  top: 10px;
  left: -11px;
  z-index: 999;
  font-size: 0.9em;
}


.ribbon-danger {
  background: #dc3545;
}
.ribbon, .ribbon-primary, .ribbon-warning, .ribbon-danger, .ribbon-info, .ribbon-success {
  padding: 5px 15px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  position: relative;
  letter-spacing: 0.2em;
}



.ribbon-danger::before {
  border-top: 14px solid #921925;
}
.ribbon::before, .ribbon-primary::before, .ribbon-warning::before, .ribbon-danger::before, .ribbon-info::before, .ribbon-success::before {
  content: '';
  border-left: 12px solid transparent;
  border-right: 0 solid transparent;
  position: absolute;
  bottom: -14px;
  left: 0;
}



.dotted-separator {
  border-top: 2px dotted rgba(0,0,0,0.2);
}




/*
---------------------------------------------RIBBON  END-------------------------------------------------------------------
*/


.ver-accordion .card .btn-link {
  width: 100%;
  text-decoration: none;
  color: #333 !important;
  text-align: left;
  font-weight: bold !important;
  background-color: #fff !important;
}


.ver-accordion .card .btn-link i {
  color :#3A5683 !important;
}


.ver-accordion .card {
  border: none;
}

/*
---------------------------------------------VERTICAL  END-------------------------------------------------------------------
*/



.package {
  text-align: center;
  border: 1px solid #4fbfa8;
  margin-top: 25px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  overflow: hidden;
}
.package .package-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 55px;
}
.package .package-header h5 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: inline-block;
  color: #555;
}
.package .package-header .meta-text {
  font-size: 0.8rem;
}
.package h4 {
  margin-top: 1rem;
  margin-bottom: 0;
  color: #333;
}
.package .price-container {
  margin-bottom: 20px;
}
.package .price-container span.period {
  color: #777;
  font-size: 0.9rem;
  margin-left: 10px;
}
.package ul {
  padding: 0 30px;
}
.package ul li {
  padding: 10px;
  border-bottom: 1px solid #eee;
  color: #555;
  font-size: 0.9rem;
}
.package ul i {
  margin-right: 10px;
}
.best-value .package {
  margin-top: 0;
  padding-bottom: 40px;
  border: 1px solid #4fbfa8;
}
.best-value .package .package-header {
  height: 85px;
}
.best-value .package .package-header h5 {
  color: #fff;
}



/*
---------------------------------------------PACKAGE  END-------------------------------------------------------------------
*/



.statistics .item h2 {
  font-size: 4rem;
}



.statistics .item p {
  text-transform: uppercase;
}


.statistics .item {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}




/*
---------------------------------------------STATS  END-------------------------------------------------------------------
*/



.contact-theme-icon {
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  font-size: 1.4rem;
}

/*
---------------------------------------------CONTACT ICON  END-------------------------------------------------------------------
*/


.footer {
  background: #1d2024;
  padding: 6.5rem 0 0;
}



.footer-link {
  color: #ccc;
  position: relative;
  padding-left: 1.5rem;
  transition: all 0.3s;
  font-size: 0.9rem;
  font-weight: 300;
}

/*
---------------------------------------------FOOT END-------------------------------------------------------------------
*/



.breadcrumb {
  /*  background: rgba(0,0,0,0.5);*/
  border-radius: 0;
}

.breadcrumb-item {
  font-size: 14px;
}


.breadcrumb-item a {
  transition: all 0.3s;
}


#heading-breadcrumbs {
  padding: 1rem 0;
  border-top: none !important;
  border-bottom: none !important;
}
.background-pentagon, #heading-breadcrumbs {
  background: url(/theme/images/bg-nav.png) center center repeat;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}

.navbar-breadcrumb .breadcrumb
{
  background: transparent;
  font-size: 0.65rem;
  padding:0;
}


/*
---------------------------------------------BREADCRUMB END-------------------------------------------------------------------
*/


.ul-icons .icon-filled {
  display: inline-block;
  margin-right: 10px;
}
.ul-icons li {
  margin-bottom: 20px;
  color: #555;
  font-size: 0.9rem;
}
.ul-icons a {
  display: inline;
}

.icon-filled {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #4fbfa8;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 0.75rem;
}
/*
---------------------------------------------UL CHECKED LIST-------------------------------------------------------------------
*/


.team-member {
  margin-bottom: 40px;
}


.team-member .image {
  margin-bottom: 1rem;
}


.team-member h3 {
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

.team-member p.role {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 0;
}
.team-member p {
  color: #999;
  font-size: 0.8rem;
}


/*
---------------------------------------------TEAM END  LIST-------------------------------------------------------------------
*/

ul.social {
  margin: 15px 0;
}


ul.social a.facebook {
  background: #4561ae;
}
ul.social a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  background: #555;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin: 0 2px;
  font-size: 0.8rem;
}

ul.social a.gplus {
  background: #c22026;
}
ul.social a.twitter {
  background: #34ccff;
}

ul.social a.email {
  background: #4b8046;
}
/*
---------------------------------------------UL SOCIALL END  LIST-------------------------------------------------------------------
*/


ul.nav-pills-template {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.nav-pills-template a:first-of-type {
  margin-left: 0;
}
.nav-pills-template a.active, .nav-pills-template a:hover, .nav-pills-template a:focus {
  background: #4dcb44;
  color: #fff;
}
.nav-pills-template a {
  border-radius: 50px;
  margin: 10px;
  border: 1px solid #4dcb44;
}


/*
---------------------------------------------UL TEMPLATE END  LIST-------------------------------------------------------------------
*/
.listing-item .rate-box .rate {
  font-size: 0.75em;
  color: #ffc107;
}
.listing-item .rate-box .rate li {
  padding: 0;
  margin: 0;
}

.listing-item .rate-box span {
  font-family: "Vidaloka",serif;
  color: #777;
  font-size: 0.9em;
  margin-left: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}


.listing-item {
  -webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.1), -1px -1px 1px rgba(0,0,0,0.05);
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1), -1px -1px 1px rgba(0,0,0,0.05);
  margin-bottom: 40px;
  min-height: calc(100% - 40px);
}


.listing-item .item-inner {
  background: #000;
  overflow: hidden;
  position: relative;
}

.listing-item .info {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #fff;
}


.listing-item .badge-transparent {
  margin-bottom: 15px;
}
.listing-item a {
  color: #fff;
}


.listing-item h3 {
  margin-bottom: 10px !important;
}
.listing-item p.address {
  color: #aaa;
}
.listing-item p {
  font-size: 0.9em;
}


.listing-item .favorite {
  min-width: 45px;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 1.3em;
  cursor: pointer;
  background: rgba(0,0,0,0.55);
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.listing-item .rate-box {
  padding: 20px;
  background: #fff;
}


.listing-item .description {
  font-size: 0.95em;
  line-height: 1.7em;
  padding: 20px;
  padding-top: 0;
}


/*
---------------------------------------------LISTING  TEMPLATE END  LIST-------------------------------------------------------------------
*/


.customer-profile {
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #e9ecef;
  border-bottom: none;
  border-top-left-radius: 1.25rem; 
  border-top-right-radius: 1.25rem; 
  padding: 2rem;
}


/*
---------------------------------------------CUSTOMER LINK WIDGET-------------------------------------------------------------------
*/

.product.is-gray .image {
  background: #f5f5f5;
}
.product.is-gray .image .hover-overlay {
  background: rgba(245, 245, 245, 0.9);
}
.product .image {
  position: relative;
  background: #fff;
  padding: 20px;
  height: 230px;
}
.product .image img {
  max-width: 170px;
}
.product .image-no-padding {
  position: relative;
}
.product .image:hover .hover-overlay, .product .image-no-padding:hover .hover-overlay {
  opacity: 1;
}
.product .image:hover a, .product .image-no-padding:hover a {
  -webkit-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
}
.product .ribbon, .product .ribbon-primary, .product .ribbon-warning, .product .ribbon-danger, .product .ribbon-info, .product .ribbon-success {
  position: absolute;
  top: 10px;
  left: -11px;
  z-index: 999;
  font-size: 0.9em;
}


.product .title {
  padding: 15px 0;
}
.product .title small {
  color: #777;
}
.product .title a {
  display: block;
  color: #333;
  text-decoration: none;
}
.product .hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.92);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product .hover-overlay a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ddd;
  color: #777;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product .hover-overlay a:hover {
  color: #9055A2;
  border-color: #9055A2;
}
.product .hover-overlay a:first-of-type {
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
}
.product .hover-overlay a:last-of-type {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}
.product .hover-overlay a.active {
  width: 120px;
  background: #9055A2;
  color: #fff;
  border-color: transparent;
  font-weight: 300;
  font-size: 0.8em;
  margin: 0 5px;
  opacity: 0;
}
.product .hover-overlay a.active i {
  margin-right: 5px;
}


/*
---------------------------------------------PRODUCT LINK WIDGET-------------------------------------------------------------------
*/





.review {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e9ecef;
}
.review:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
.review-image {
  display: block;
  width: 120px;
  max-width: 100%;
  border-radius: 50%;
  padding: 0.5rem;
  margin: 0 auto .5rem;
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.125);
}
.review-text {
  padding-top: 1rem;
  text-align: left;
}

/*
---------------------------------------------REVIEW _ BLOG LINK WIDGET-------------------------------------------------------------------
*/


.product-details .price {
  font-size: 1.25em;
}



.product-details .price .current {
  font-weight: 700;
  color: #3A5683;
}



.product-details .price .original {
  font-weight: 300;
  color: #aaa;
  text-decoration: line-through;
}



.product-details ul.rate {
  margin-bottom: 0;
  margin-right: 10px;
}



.product-details ul.rate li {
  margin: 0;
  font-size: 0.95em;
}


.product-details .product-images {
  position: relative;
}



.product-details .owl-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}


.product-details .owl-thumb-item.active {
  opacity: 1;
}

.product-details .owl-thumb-item {
  background: none;
  border: none;
  opacity: 0.5;
  cursor: pointer;
  margin: 10px;
  outline: none;
}
.product-images .owl-carousel {
  background: #f5f5f5;
  padding: 35px 0;
  overflow: hidden;
}

.product-details .item img {
  max-width: 350px;
  margin: 0 auto;
}

/*
---------------------------------------------PRODUCT RATING WIDGET-------------------------------------------------------------------
*/






.lineheading {
 overflow: hidden;
 text-align: center;
}
.lineheading:before,
.lineheading:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.lineheading:before {
 right: 0.5em;
 margin-left: -50%;
}
.lineheading:after {
 left: 0.5em;
 margin-right: -50%;
}

.video-thumbnail {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin: 10px;
}
.video-thumbnail:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  content: "\f01d";
  font-family: FontAwesome;
  font-size: 100px;
  color: #fff;
  opacity: .5;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.5);
}
.video-thumbnail:hover:before {
  color: #eee;
}




.wrap-left-icon {
  display: flex;
  background: white;
  padding: 0.1rem;
  border-radius: 0rem;
  box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
  margin-bottom: 2rem;
}

.wrap-left-icon:hover {
  background: linear-gradient(135deg,#6394ff 0%,#0a193b 100%);
  color: white;
}

.wrap-left-icon > .ico-wrap {
  margin: auto;
}


.wrap-left-icon > .ico-wrap  > .mbr-iconfont {
  font-size: 4.5rem !important;
  color: #313131;
  margin: 1rem;
  padding-right: 0.5rem;
}
.wrap-left-icon >  .vcenter {
  margin: auto;
}


.wrap-left-icon >  .vcenter > h2 {
  font-size: 22px;
}







.card-img-caption:before {
  content: '\f04b';
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate( -50%, -50% );
  padding: 3px 15px 3px 25px;
  color: white;
  font-family: 'FontAwesome';
  font-size: 30px !important;
  background-color: rgba(255, 0,0, 0.6);
  border-radius: 5px 5px 5px 5px;
}



.card-img-caption-audio:before {
  content: '\f2ce';
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate( -50%, -50% );
  padding: 3px 15px 3px 15px;
  color: white;
  font-family: 'FontAwesome';
  font-size: 50px !important;
  background-color: rgba(0, 0,0, 0.6);
  border-radius: 5px 5px 5px 5px;
}

.card-img-caption-file:before {
  content: '\f5da';
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate( -50%, -50% );
  padding: 3px 15px 3px 15px;
  color: #000;
  font-family: 'FontAwesome';
  font-size: 50px !important;
  background-color: rgba(255, 255,255, 0.8);
  border-radius: 5px 5px 5px 5px;
}


#alertbox {
  position:fixed;
  top: 50%;
  left: 50%;
  width:30em;
  height:10em;
  margin-top: -9em; /*set to a negative number 1/2 of your height*/
  margin-left: -15em; /*set to a negative number 1/2 of your width*/
  border: 1px solid #ccc;
  opacity: 0.8;
  text-align: center;
  vertical-align: middle;
  display: table;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.3);

}


#alertspantext
{
  text-align:center; 
  vertical-align: middle;
  display: table-cell;   
}



/*
__________________NOTES BOX___________________*/

#divNotes {
  width: 40%;
}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  #divNotes {
    width: 90%;
  }
}

/*
__________________usertable__________________*/
.usertable  .thead-dark th
{
  background-color: #3A5683 !important;
}

.usertable th
{
  font-size: 16px  !important;
}


.usertable td
{
  font-size: 13px  !important;
}