
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700);

.promo {
  /* width: 85%; */
  margin: auto;
}
.col-centered {
  display: inline-block;
  float: none;
  text-align: left;
  margin-right: -4px
}
.promo p {
  margin-top: -15px;
}
.text-white, .text-white p{
  color: #fff;
}
.promo .card {
  color: #fff;
  margin: 25px 0px 0px 0px;
  padding: 0px;
  display: block;
  border: none !important;
  background-color: #474747;
  box-shadow: rgb(20 20 20) 2px 2px 15px 2px;
  min-height:540px;
}
.promo .card img {
  height: 280px;
  /* border-radius: 9px 9px 0 0; */
  margin-bottom:20px;
}

.promo .card-body {
  padding: 0 45px 15px;
  word-break: normal;
}
.promo .card-title {
  color: #fff !important;
  font-size: 26px;
  padding: 10px;
  font-weight: 200;
  padding: 15px 0px;
}
.promo .card a {
  float:none;
  margin: 0px;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  /*font-family: 'Raleway', sans-serif;*/
  /*font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  line-height: 1.5;*/
}
body, html { overflow-x:hidden; }

.insydium2019 {
  background-color:#999;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5em;
  font-weight: 400;
 /*font-family: 'Raleway', sans-serif;*/
  /*font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 300;
  line-height: 1.5;*/
}

p.less-space {
  font-size: 14px;
  line-height: 1.5em !important;
}
h1 {
  font-size: 52px;
}
#page-header-panel h1 {
  color:#fff;
}
h2 {
  font-size: 38px;
  font-weight: 200;
  color:#2ea3f2;
}
.white {
  color:#fff;
}
.blue {
  color: #2ea3f2 !important;
}
.grey {
  color:#999;
}
h3 {
  font-size: 24px;
  margin-top: -3px;
}
.orange {
  color: #2ea3f2 !important;
}
h4 {
  font-size: 20px;
  color:#2ea3f2;
}
#page-header-panel h4 {
  text-transform: uppercase;
}
p {
  font-size: 16px;
  color: #999;
  line-height: 1.7em;
}
.center {
  text-align: center;
}
.colbreak {
  -webkit-column-break-after: always;
  break-after: always;
  break-inside: avoid;
}
.break-after {
  break-after: always;
}
.break-avoid {
  break-inside: avoid-column;
  /*display: inline-grid;*/
  page-break-inside: avoid;
}
figcaption {
  font-size:14px;
}
.small-white {
  font-size:85% !important;
  color: #fff;
}
.no-transform {
  text-transform: none !important;
}
.small-grey {
  font-size:85% !important;
  color: #ccc !important;
}

a {
  color: #2ea3f2;
}
a:hover {
  color:#2a2a2a;
  text-decoration: none;
}
a.footer-anchor {
  color: #2ea3f2;
}
a.footer-anchor:hover{
  color:#fff;
  text-decoration: none;
}
a h4:hover {
  color:#2a2a2a;
  text-decoration: none;
}
li {
  font-size: 16px;
    color: #999;
    line-height: 1.7em;
}
.help-block li {
  color: #a94442;
}
.red{
    color:red;
    }
.blue {
	color: #2ea3f2 !important;
}
.alert-dismissible .close {
    position: relative;
    top: -21px;
    right: 0px;
    color: inherit;
}
.form-area
{
  border: 1px solid #ccc;
    background-color: #f6f6f7;
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;
  padding: 40px 40px 60px;
  margin: 10px 0px 60px;
  
  }
  .TextformatterVideoEmbed {
    margin-top:-25px;
  }
  #contact-form {
    border: 1px solid #ccc;
    background-color: #f6f6f7;
    /*-webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;*/
  padding: 40px 40px 60px;
  margin: 30px 0px 60px;
  }
.contact-form {
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px #ccc;
    -moz-box-shadow: 0px 0px 20px 0px #ccc;
    box-shadow: 0px 0px 20px 0px #ccc;
  padding: 40px 40px 60px;
  margin: 30px 0px 60px;
  }
.right {
  float:right;
}
label {
  font-size:16px;
  font-weight: normal;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.contact-form-input {
  height:50px;
}
.enquiry-feature {
    margin-top: 30px;
    height: 280px;
    padding: 10px 20px;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;
    border: 1px solid #ccc;
}
 input[type="file"] {
    display: none;
}
.custom-file-upload {
  float:left;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    color: #fff;
    background-color: #2ea3f2;
    border-color: #2ea3f2;
} 
#file-selected, #sales-file-selected, #service-file-selected {
  display: inline-block;
  width:473px;
  height:33px;
  padding: 5px;
  background-color: #fff;
  border: 1px #ccc solid;
  color: #666;
}
.btn {
  border-radius: 2em !important;
}
.btn-primary {
    color: #fff;
    background-color: #2ea3f2;
    border-color: #2ea3f2;
}
.btn-primary:hover {
    color: #fff;
    background-color: #666;
    border-color: #666;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    color:#ccc;
    background-color: #fff;
    border-color: #ccc;
}

.intro-white {
  color:#fff !important;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 300;
}
.intro-white-md {
  color: #a9a9a9 !important;
  font-size: 22px;
  line-height: 1.8em;
  font-weight: 300;
  margin-top: -20px;
}
.intro-blue {
    color: #2ea3f2 !important;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
}
.extra-margin {
  margin: 0 25px 75px 0;
}
.menu .navbar-default {
  background: none;
  border-color: transparent;
  margin-bottom: 0;
  text-align: center;
}
.menu .navbar-default .navbar-nav > li > a {
    font-size: 18px;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Raleway', sans-serif;
    font-weight: 200;
    color: #fff;
    padding: 5px 15px;
    margin: 22px 0 0 0;
}
.menu .navbar-default .navbar-nav > li > a:hover {
  color: #2ea3f2;
}
.menu .navbar-nav {
  float: none;
  display: inline-block;
}
.navbar-nav {
    float: none;
    margin: 0;
    margin-left: 30px;
}
.navbar-nav>li>a {
    color: #fff;
    padding-top: 27px;
    padding-bottom: 15px;
    text-align: right;
    font-size: 16px;
}
.navbar-nav>li>a:hover {
    color: #2ea3f2;
    background-color: transparent;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    color: #2ea3f2;
    background-color: #2a2a2a;
}
.menu .navbar {
  min-height: 0;
}
#tf-menu {
    width:100%;
    margin-bottom: 0;
    background-color: #2a2a2a;
    padding: 10px 0 25px 0;
    height: 100px;
    border-bottom: 1px solid #2a2a2a;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    background-color: #fff;
}
.navbar-form {
    margin-top:18px;
    width: 320px;
}
.navbar-brand>img {
    display: block;
    margin-left: 10px;
}
.navbar-nav-side>li>a {
    color: #666;
    padding-top: 27px;
    padding-bottom: 15px;
    text-align: right;
    font-size: 16px;
}
.navbar-nav-side>li>a:hover {
    color: #2ea3f2;
    background-color: transparent;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 18px;
    margin-right: 35px;
    margin-bottom: 8px;
    /*background-color: #2ea3f2;*/
    background-image: none;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    color: #fff;
    background-color: #fff;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 540px;
    background-color: #2a2a2a;
}
.navbar-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-nav.navbar-center {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}
.login-form {
  box-shadow: rgb(20 20 20) 2px 2px 15px 2px !important;
  position:absolute;
  top:65px;
  border-radius: 4px;
}
.btn-login {
  margin: 20px !important;
  padding: 8px !important;
  border-radius: 4px;
}
.navbar .form-inline i {
  font-size: 16px;
  }
  .navbar .form-inline .btn {
  border-radius: 2px;
  color: #fff;
      border-color: #2ea3f2;
  background: #2ea3f2;
  outline: none;
      width: 100%;
  }
  
  .navbar .login-form .input-group {
  float: left;
      width:100%;
      margin-bottom: 10px;
  }
  .navbar .login-form .form-control {
  border-radius: 0 2px 2px 0;
  }    	
  .navbar .navbar-right .dropdown-toggle::after {
  display: none;
  }
  .navbar .navbar-right .dropdown-menu {
    width: 305px;
    padding: 20px;
    left: auto;
    right: 0;
        font-size: 14px;
    }
.dropdown-menu {
    background-color: #2a2a2a;
}
.dropdown-menu>li>a {
  color:#fff;
}
.dropdown-menu>li>a:hover {
  color:#2ea3f2;
  background-color: transparent;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #2ea3f2;
    background-color: transparent;
}
.dropdown-menu-lower>.active>a, .dropdown-menu-lower>.active>a:hover, .dropdown-menu-lower>.active>a:focus {
    color: #2ea3f2 !important;
    background-color: transparent;
}
#sidemenu {
  width:200px;
}
#sidemenu li a{
  border-bottom: 1px solid #ccc;
}
.side-menu-item {
  margin-top: -7px;
}
.indent {
  padding-left:20px;
}
.level2 {
  padding:5px;
  margin-left:40px;
}
.level3 {
  padding:5px;
  margin-left:60px;
}
.vertical-nav {
    float: left;
    margin: 0;
    margin-left: 0px;
}
.vertical-nav li {
  padding:7px;
}
ul.side-menu {
  list-style: none;
}
#video_manual_nav {
  margin-bottom: 0;
    background-color: #fff !important;
    padding: 10px 0 25px 0;
    height: 50px;
    border-bottom: 1px solid #2a2a2a;
}
.video-manual-navbar-nav {
    float: left;
    margin: 0;
    margin-left: 0px;
    background-color: #fff !important;
    width: 90%;
    border: 1px solid #ccc;
}
.video-manual-navbar-nav>li>a {
    color:#666;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 16px;
    border: 1px solid #ccc;
}
.video-manual-navbar-nav>li>a:hover {
    color: #fff;
    background-color: #2a2a2a;
}
.video-manual-dropdown-menu {
  position: absolute;
    top: 50%;
    left: 150px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 16px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    color:#666;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.video-manual-dropdown-menu>li>a {
  color:#666;
  border: 1px solid #ccc;
  }
  .video-manual-dropdown-menu>li>a:hover {
  color: #fff;
    background-color: #2a2a2a;
  
  }
  .video_manual_icon_header {
    width: 30px;
    margin-top: -5px;
    margin-right: 6px;
  }
  .video_manual_icon_menu {
    float: left;
    width: 25px;
    /* top: 0px; */
    margin-top: -5px;
    margin-right: 12px;
  }
  .video_manual_search_box {
    width:350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .list-group.panel > .list-group-item {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}
.list-group-submenu {
  margin-left:20px;
}
.list-group-header {
    color: #ffffff;
    background-color: #555;
    font-size: 16px;
}
.cart-icon-white {
    color:#fff;
    font-size: 21px;
    margin-top:25px;
}
header {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.96);
  padding: 8px 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}
header .logo {
  display: inline-block;
  margin-top: 8px;
}
header .social-info {
  margin-bottom: 0;
  padding-top: 8px;
  text-align: right;
}
header .social-info li {
  display: inline-block;
}
header .social-info li:first-child a {
  border-left: 1px solid #dedede;
}
header .social-info li a {
  color: #aeaeae;
  padding: 3px 8px;
  border-right: 1px solid #dedede;
}
header .social-info li a:hover {
  color: #2ea3f2;
}
.btn {
  border-radius: 0;
}
.btn:hover {
  background-color: #666;
  border-color: #666;
}
.btn-default {
    color: #fff;
    background-color: #2ea3f2;
    border-color: transparent;
    margin-right: 20px;
}
.highlight {
  font-weight: 400;
}
.highlight-600 {
  font-weight: 600;
}
.centered {
  position:absolute; 
  width:100%; 
  height:100%;
}
.centered img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.feature-panel {
    padding: 10px 0;
    margin-top:0px;
    background-color: #333;
    height: 280px;
    -webkit-box-shadow: inset 0px 47px 35px -18px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 47px 35px -18px rgba(0,0,0,1);
    box-shadow: inset 0px 50px 190px 46px rgb(20, 20, 20);
    color:#fff !important;
}
.qt-testimonial {
  float:left;
  margin-right: 25px;
  margin-bottom:50px;
}
.page-header-panel {
    padding: 30px 0;
    margin-top: 78px;
    background-color: #2ea3f2;
    height: 220px;
    -webkit-box-shadow: inset 550px 0px 140px 30px rgba(0,0,0,1);
    -moz-box-shadow: inset 550px 0px 140px 30px rgba(0,0,0,1);
    box-shadow: inset 550px 0px 140px 30px rgba(0, 0, 0, 0.5);
    color: #fff !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#breadcrumbs {
  margin-top:5px;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    border-bottom: 1px solid #cacaca;
    font-size:16px;
}

.search-box {
    color: #fff;
    background-color: #2a2a2a;
    border: 1px solid #777;
    -webkit-box-shadow: inset 0px 47px 35px -18px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 47px 35px -18px rgba(0,0,0,1);
    box-shadow: inset 5px 5px 30px 5px rgb(20, 20, 20);
}

.card {
    color:#fff;
    margin: 25px 20px 0px 0px;
    padding: 15px;
    display: block;
    border: 1px solid #ccc;
    background-color:#fff;

}
.card i {
  color:#666;
  font-size:86px;
  float: left;
  margin: -16px 25px 75px 10px;
}
.card a {
  /*margin: 0px 25px 75px 10px;*/
  text-decoration: none;
}

.card a:active {
  text-decoration: none;
}
.card h2, .card h3{
  color:#2ea3f2;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #212121;
    text-decoration: none;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #aaaaaa;
    
    font-weight: normal;
    color: #212121;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #e6e6e6;
    font-weight: normal;
    color: #555555;
}
.ui-accordion .ui-accordion-content{
      box-sizing:content-box !important;             
      -moz-box-sizing:content-box !important;
}

.ui-accordion h3 {
  padding: 20px 20px 20px 40px !important;
  background-color:#2a2a2a;
  color:#fff;
  text-decoration: none;
}
.ui-accordion a {
  color:#2ea3f2;
  text-decoration: none;
  font-size: 18px;
}
.ui-accordion-content {
  padding: 20px;
  background-color: #fff;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border--radius: 0px !important;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-radius: 0px !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #f6f6f7 !important;
}
.ui-widget-content {
    border: 1px solid #aaaaaa;
    /*background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;*/
    color: #222222;
}


.margin-bottom-30 {
  margin-bottom:30px;
}

/***** Modal *****/
 
.modal-backdrop.in {
    filter: alpha(opacity=7);
    opacity: 0.7;
}
 
.modal-content {
    background: none;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}
 
.modal-body {
    padding: 0 25px 25px 25px;
}
 
.modal-header {
    padding: 0px 25px 15px 25px;
    text-align: left;
}
 
.modal-header, .modal-footer {
    border: 0;
}
 
.modal-header .close {
    float: none;
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}
.modal-title {
  padding-top:35px;
  margin-top: -30px;
}
.modal-dialog {
    width: 50%;
    margin: 30px auto;
    background-color: #fff;
}
.modal-dialog-team {
    width: 30%;
    margin: 30px auto;
    background-color: #fff;
}
.table {
    border-spacing: 8px;
    /*border-collapse: separate;*/
}
.table td {
    border-top: none !important;
    font-weight: normal;
    font-size: 1.1em;
}
.table-bordered {
    /*border:none;*/
}

.table-borderless tr,
.table-borderless td,
.table-borderless th {
    border: 1px;
}
.orderslist {
  height:auto;
}

#tf-pricing {padding: 10px 0;}
.price h1 { font-size: 50px }
.price .panel-body p.small {margin-top:-20px !important;}
.price { text-align: center;min-height: 380px; }
.price.panel-default { border-color: #333 }
.price.panel-default > .panel-heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFF;
    background-color: #333333;
    border-color: inherit;
}
.price .panel-heading { padding: 30px 15px }
.price .panel-body { border-bottom: 1px solid }
.price ul.list-unstyled { padding: 20px }
.price ul.list-unstyled li { padding: 10px 0 }
.price ul.list-unstyled li small { margin-top: -10px }
/* Featured */
.price.featured {
    -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.31);
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.31);
}
.price.featured.panel-default {
    border-color: #ffcc33;
    background-color: #ffffff;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    margin-left: -5px;
    margin-right: -5px;
}
.price.featured.panel-default { border-color: #ffcc33 }
.price.featured.panel-default > .panel-heading { background-color: #ffcc33 }
.featured .panel-body { margin-top: 20px }
.featured .panel-body,
.featured.panel-default > .panel-heading { border-color: #ffcc33 }
.featured .tf-btn { margin-top: 20px }



/* Counter */
#tf-counter {
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
}
.facts { padding: 0 }
.facts .count-box { position: relative }
.count-box {
    -webkit-backface-visibility: hidden;
    border-left: 1px solid #d3d3d3;
    padding: 40px 0;
    margin: 0;
    overflow: hidden;
    transition: all 0.5s;
    transform: translateX(0px) translateY(0%);
    -webkit-transform: translateX(0px) translateY(0%);
    -moz-transform: translateX(0px) translateY(0%);
    -ms-transform: translateX(0px) translateY(0%);
    -o-transform: translateX(0px) translateY(0%);
}
/*.count-box .hover-bg{ 
  position: absolute;
  display: block;
  background-color: #FFCC32;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s;
  transform: translateX(0px) translateY(150px);
  -webkit-transform: translateX(0px) translateY(150px);
  -ms-transform: translateX(0px) translateY(150px);
    -o-transform: translateX(0px) translateY(150px);
    opacity: 0;
}
.count-box:hover .hover-bg{
  background: #FFCC32;
  color: #fff !important;
  transform: translateX(0px) translateY(-40px);
    -webkit-transform: translateX(0px) translateY(-40px);
    -moz-transform: translateX(0px) translateY(-40px);
    -ms-transform: translateX(0px) translateY(-40px);
    -o-transform: translateX(0px) translateY(-40px);
    opacity: 1;
}*/
.count-box:hover,
.count-box:hover > i.fa { color: #ffffff }
.count-box:hover {
    -webkit-backface-visibility: hidden;
    background-color: #2ea3f2;
}
.counter i.fa {
    font-size: 40px;
    color: #2ea3f2;
}
.count-box.last { border-right: 1px solid #d3d3d3 }
#banner {
  background-size: cover;
  position: relative;
  padding: 100px 0;
}
#banner .app-img {
  padding-top: 10px;
}
#banner .block > p {
  margin-bottom: 65px;
}
#banner .block {
  padding-top: 10px;
}
#banner .block h1 {
  margin-bottom: 18px;
  line-height: 55px;
  color: #262b31;
  font-weight: 300;
}
#banner .block p {
  font-size: 20px;
  color: #999;
  font-weight: 300;
}
#banner .block .download-btn li {
  display: inline-block;
}
#banner .block .download-btn li a {
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 28px 13px;
  font-size: 18px;
}
#banner .block .download-btn li a i {
  margin-right: 10px;
  font-size: 20px;
}
#banner .block .download-btn li .btn-apple {
  background: #8883bc;
  border: 1px solid transparent;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
#banner .block .download-btn li .btn-apple:hover {
  color: #8883bc;
  background: #fff;
  border: 1px solid #8883bc;
}
#banner .block .download-btn li .btn-andriod {
  background: #6fbf39;
  border: 1px solid transparent;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
#banner .block .download-btn li .btn-andriod:hover {
  color: #6fbf39;
  background: #fff;
  border: 1px solid #6fbf39;
}
#banner .block .download-btn li .btn-windows {
  background: #00afec;
  border: 1px solid transparent;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
#banner .block .download-btn li .btn-windows:hover {
  color: #00afec;
  background: #fff;
  border: 1px solid #00afec;
}
#main-slider {
  position: relative;
  /*top: 87px;*/
}
#main-slider .carousel h2 {
  font-size: 40px;
}
#main-slider .carousel h2.wrights-dark-text {
  color:#999;
  font-size: 36px;
}
#main-slider .carousel .btn {
    color: #fff;
    background-color: #2ea3f2;
    border-color: transparent;
    margin-top: 5px;
    /* padding: 10px; */
}
#main-slider .carousel .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#main-slider .carousel .boxed {
  color: #2ea3f2;
  background-color: rgba(0,0,0,0.4);
  padding: 10px;
  width: 600px;
  display: inline-block;
  /* float: left; */
  /* clear: both; */
}
#main-slider .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 540px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
  top: auto;
  position: relative;
}
#main-slider .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider .prev,
#main-slider .next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  margin-top: -25px;
  font-size: 24px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 4px;
  z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
#main-slider .prev {
  left: 10px;
}
#main-slider .next {
  right: 10px;
}
#main-slider .active .animation.animated-item-logo {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
  clear: both;
  font-size: 15px;
  color: #fff;
}
#main-slider .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}


/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    /*height: 690px;*/
}
.fade-carousel-static {
    position: relative;
    height: 100%;
}
.fade-carousel .carousel-inner .item {
    height: 690px;
}
.fade-carousel-static .carousel-inner .item {
    height: 100%;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #2ea3f2;
    border-color: #2ea3f2;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.hero-left {
    margin-top: 130px;
    z-index: 3;
    color: #fff;
    text-align: left;
    /*text-transform: uppercase;*/
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    background-color: rgba(20, 20, 20, 0.5);
    padding-bottom: 15px;
}
.top-offset-100 {
  margin-top:-100px;
}
.top-offset-40 {
  margin-top:-40px;
}
.top-offset-10 {
  margin-top: 10px;
}
#static-video {
  margin-top:73px;
}
.boxed-white-padding {
  padding: 5px 5px 5px 15px;
}
.whitebgpadded {
  background-color: #fff;
  padding: 15px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.hero h1 {
    font-size: 3.5em;
    /* font-weight: bold; */
    margin: 0;
    padding: 4px;
}
.boxed {
  background-color: rgba(20, 20, 20, 0.5);
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}
.hero a {
    margin-top: 10px;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero {
    color: #fff;
    background-color: #2ea3f2;
    border-color: #2ea3f2;
    outline: none;
    /*margin: 20px 5px;*/
}
.btn.btn-hero:hover,
.btn.btn-hero:focus {
      color: #fff;
    background-color: #2a2a2a;
    border-color: #2a2a2a;
    outline: none;
    /*margin: 20px 5px;*/
}

.btn-section {
  margin-top: 25px;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 640px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/*
.fade-carousel .slides .slide-1 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339134316-0e91dc9ded92?q=75&fm=jpg&s=883a422e10fc4149893984019f63c818); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339684178-3a239570f315?q=75&fm=jpg&s=c39d9a3bf66d6566b9608a9f1f3765af);
}
.fade-carousel .slides .slide-3 {
  background-image: url(https://ununsplash.imgix.net/photo-1416339276121-ba1dfa199912?q=75&fm=jpg&s=9bf9f2ef5be5cb5eee5255e7765cb327);
}
*/

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

#section-header {
 padding: 0px 10px; 
}

.section-grey {
  padding: 20px 10px;
  background-color: #f6f6f7;
}
.section-dark-grey {
  padding: 20px 10px;
  background-color: #2a2a2a;
}
.dark-grey {
  background-color: #2a2a2a;
}

.section-title {
  margin-top:20px;
  margin-bottom: 50px;
}

.responsive-white-box {
  position: relative;
    float: left;
    width: 100%;
    min-height: 150px;
    margin: 25px 20px 0px 0px;
    padding: 15px;
    display: block;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;
}
.vacancy-icon-lg {
  font-size: 50px;
  color:#ccc;
  margin-bottom: 130px;
  margin-top: 3px;
  margin-left: 10px;
  margin-right: 15px;
}

.fused-flag-banner {
  background-color: #2ea3f273;
  color: #fff !important;
  height: 38px;
  /*left: 26px;*/
  right: -15px;
  overflow: hidden;
  position: absolute;
  top: 142px;
  width: 140px;
  z-index: 100;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 25px;
  padding-top:7px;
}
.fused-flag-banner i {
  color: #fff !important;
  font-size: 20px;
  margin: 2px 5px;
}

/*------------------------------------------------------------------*/
/* Portfolio (Isotop Grid, box, Portfolio Single Page, etc...) */
/*------------------------------------------------------------------*/
.mid-grey {
  color: #fff !important;
  background-color: #474747 !important;
  /*box-shadow: rgb(20 20 20) 2px 2px 15px 2px;*/
}

.portfolio-items {
  padding: 0 0 0 20px;
  margin: auto;
  /* width: 100%; */
  /* border:  1px solid; */
}
#portfolio {
  background-color: #f6f6f7;
  padding-top:50px;
}
.portfolio-grid .portfolio-item {
    position: relative;
    float: left;
    width: 31.333333%;
    min-height: 400px;
    margin: 25px 20px 0px 0px;
    padding: 0;
    display: block;
    /*border: 1px solid #ccc;*/
    background-color:#fff;
    /*-webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;*/
}
.portfolio-grid .portfolio-item-support {
    position: relative;
    float: left;
    width: 31.333333%;
    min-height: 310px;
    margin: 25px 20px 0px 0px;
    padding: 0;
    display: block;
    border: 1px solid #ccc;
    background-color:#fff;
    /*-webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;*/
}
.portfolio-grid .portfolio-item-product-mini-feature {
    min-height: 560px;
    width: 47.333333%;
}
.portfolio-item-product-mini-feature-extra {
   width: 47.333333%;
   min-height: 570px;
}
.portfolio-item-lg {
    position: relative;
    float: left;
    width: 47.333333%;
    min-height: 350px;
    margin: 25px 20px 0px 0px;
    padding: 15px;
    display: block;
    border: 1px solid #ccc;
    background-color:#fff;
    /*-webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;*/
}
.portfolio-grid .project-item {
    position: relative;
    float: left;
    width: 31.333333%;
    margin: 25px 20px 0px 0px;
    padding: 0px;
    display: block;
    background-color:#fff;
}
.bottom-margin-20 {
  margin-bottom:20px !important;
}
.isotope-menu {
  margin: 0 2px 10px 0;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  /* width: 33.333333%; */
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.tutorial-item {
  width:98% !important;
}

#cr-buttons {
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px;
}
#cr-buttons button {
  flex: 0 1 11%;
  flex-grow: 0;
  border:0;
  padding: 10px;
  margin: 10px;
}

#cr-items {
 display: flex;
 flex-wrap: wrap;
 justify-content: flex-start;
}

.content-repository-item {
    position: relative;
    float: left;
    width: 22.333333%;
    min-height: 450px;
    margin: 25px 20px 0px 0px;
    padding: 0;
    display: block;
    /*border: 1px solid #ccc;
    background-color:#fff;*/
    /*-webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;*/
}
.cr-card {
  flex: 0 1 23%;
  flex-grow: 0;
  border:0;
  padding: 10px;
  margin: 10px;
}
.video-tutorial-item {
    position: relative;
    float: left;
    width: 98%;
    min-height: 280px;
    margin: 25px 20px 0px 0px;
    padding: 0;
    display: block;
    border: 1px solid #ccc;
    background-color:#fff;
    /*-webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;*/
}

ul.portfolio-items li.tutorial-item {
  list-style-type: none;
  width:98%;
}
.downloads-repository-button {
  position:absolute;
  bottom:20px;
}
.downloads-repository-item {
    position: relative;
    float: left;
    width: 22.333333%;
    min-height: 450px;
    margin: 25px 20px 0px 0px;
    padding: 0;
    display: block;
    border: 1px solid #ccc;
    background-color:#fff;
    /*-webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;*/
}
.content-repository-button {
  position:absolute;
  bottom:20px;
}

.article {
  padding-top: 0px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-width: 150px;
  -moz-column-width: 150px;
  column-width: 150px;
  -webkit-column-gap: 4em;
  -moz-column-gap: 4em;
  column-gap: 4em;
  -webkit-column-rule: 1px dotted #ddd;
  -moz-column-rule: 1px dotted #ddd;
  column-rule: 1px dotted #ddd;
}

.article ul li {
  font-size: 16px;
    color: #999;
    line-height: 1.7em;
    -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
}
.article pre {
  -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
               background-color: #fea;
}
.article i {
  page-break-after: always;
}

article.clients img {
  vertical-align: middle;
  padding:10px;
}
#client-logos {
  background-color:#f6f6f7;
  min-height:920px;
}

div.keeptogether {
    display: inline-block;
    width: 100%;
 }
.extra-content ul li {
  font-size: 16px;
    color: #999;
    line-height: 1.7em;
}
.tutorial-panel-left {
    float: left;
    width: 40%;
    margin-right: 20px;
}
.panel-shadow {
  -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    /*box-shadow: 0px 0px 10px 0px #ccc;*/
    border: 1px solid #ccc;
}
.clients {
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  /*display: table-cell;*/
  /*vertical-align: middle;*/
  text-align: center;
  width: 210px;
  height: 210px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding:20px;
  /*border: 1px solid #4d4d4d;*/
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
               border-radius: 3px;
  background-color:#fff;
}

.clients img {
  filter: grayscale(100%);
}

.portfolio-box {
    position: relative;
    overflow: hidden;
    margin-bottom:0px;
}

    .portfolio-box a.porfolio-popup {
        display: block;
    }

    .portfolio-box .portfolio-image-wrap {
        display: block;
        transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
    }

        .portfolio-box .portfolio-image-wrap img {
            width: 100%;
            /*min-height: 210px;*/
        }
        .portfolio-box .tutorial-image-wrap img {
            width: 50%;
            /*min-height: 210px;*/
        }

    .portfolio-box:hover .portfolio-image-wrap {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
        width: 100%;
    }

    .portfolio-box .portfolio-caption-mask {
        background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
        height: 100%;
        left: 0;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        top: 0;
        visibility: hidden;
        width: 100%;
        transition: all 0.5s ease-in-out 0s;
        -o-transition: all 0.5s ease-in-out 0s;
        -moz-transition: all 0.5s ease-in-out 0s;
        -webkit-transition: all 0.5s ease-in-out 0s;
        z-index: 9;
    }
    .portfolio-caption-flag {
        background-color: #2ea4f2a1;
        color: rgba(255, 255, 255, 0.80);
        height: 38px;
        left: 0;
        /*opacity: 0;*/
        overflow: hidden;
        position: absolute;
        top: 225px;
        /*visibility: hidden;*/
        z-index: 100;
        padding: 5px 15px;
        font-size: 16px;
    }
    .early-access-flag {
      position: absolute;
      /* float: right; */
      /* text-align: left; */
      /* left: 55%; */
      top: 3px;
      right: 0px;
      left: auto;
      /* left: 139px; */
      width: 47%;
      background-color: rgba(20, 20, 20, 0.5);
    }
    .portfolio-box:hover .portfolio-caption-mask {
        opacity: 1;
        visibility: visible;
    }

    .portfolio-box .portfolio-caption-mask .portfolio-caption-text {
        top: 20px;
        bottom: -60px;
        left: 0;
        opacity: 0;
        padding-left: 20px;
        padding-right: 20px;
        position: absolute;
        text-align: left;
        transition: all 0.5s ease-in-out 0s;
    }

    .portfolio-box:hover .portfolio-caption-mask .portfolio-caption-text {
        bottom: 30px;
        opacity: 1;
    }



    .portfolio-box .portfolio-caption-mask h1, .portfolio-box .portfolio-caption-mask h2, .portfolio-box .portfolio-caption-mask h3, .portfolio-box .portfolio-caption-mask h4, .portfolio-box .portfolio-caption-mask h5, .portfolio-box .portfolio-caption-mask h6 {
        color: #fff;
        margin-bottom: 5px;
    }

    .portfolio-box .portfolio-caption-mask p {
        margin-bottom: 0px;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
    }



/* Portfolio Filter */
.portfolio-filter {
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
}

    .portfolio-filter li {
        display: inline-block;
        list-style: none;
    }

        .portfolio-filter li a {
            /* display: block; */
            /* color: #222; */
            /* font-size: 13px; */
            /* font-weight: 400; */
            /* letter-spacing: 1.5px; */
            /* margin-left: 11px; */
            /* margin-right: 11px; */
            /* text-transform: uppercase; */
        }

            .portfolio-filter li a.active {
                color: #17a697;
            }

/* Portfolio Single Page */
#portfolio-single .portfolio-image-wrap {
    margin-bottom: 20px;
}

    #portfolio-single .portfolio-image-wrap img {
        width: 100%;
    }

.portfolio-item-content {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.portfolio-item-content-spc {
    margin-top: 45px;
}

.portfolio-item-content-detail li {
    line-height: 2;
}
img.media-object {
    width: 210px;
    margin-right: 15px;
}
.team-member-box {
  position: relative;
    float: left;
    width: 21.333333%;
    min-height: 360px;
    margin: 25px 20px 0px 0px;
    padding: 15px;
    display: block;
    border: 1px solid #ccc;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px #ccc;
    -moz-box-shadow: 0px 0px 10px 0px #ccc;
    box-shadow: 0px 0px 10px 0px #ccc;
}
.team-member-popup-img {
  width: 100%;
}

/*---------------------------------------------------------*/
/* Start New Boxes Section                                  */
/*---------------------------------------------------------*/
#newsboxes {
    background: #f7f6f7;
    padding: 20px 0 30px 0;
}
.newsboxes-section {
    background: #f6f6f7;
    padding: 20px 0 30px 0;
}


/*---------------------------------------------------------*/
/* Start About Us Section                                  */
/*---------------------------------------------------------*/

.about-us-section-1 {
    padding-top: 100px;
    padding-bottom: 120px;
    background-color: #f6f6f7;
}

.about-us-section-2 {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #f6f6f7;    
}

.welcome-section {
  background-color: #2a2a2a;
    padding-bottom: 40px;
    box-shadow: 0 0 3px #ccc;
    padding: 17px;
}

.welcome-section img {
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}


.welcome-section h4 {
    padding-top: 20px;
    color: #2ea3f2;
}

.welcome-section p {
    padding-top: 20px;
    color: #999;
}

.welcome-section:hover .border {
    margin: 0 40%;
}

#latest-case-studies {
  padding-top:40px;
}
#product-mini-features {
  padding: 50px 10px;
  background-color: #f6f6f7;
}
/*-------------------------------------------------*/
/* Start Latest News Section                       */
/*-------------------------------------------------*/

.latest-projects-section {
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: #353535;
    -webkit-box-shadow: inset 0px 47px 35px -18px rgba(0,0,0,1);
    -moz-box-shadow: inset 0px 47px 35px -18px rgba(0,0,0,1);
    box-shadow: inset 0px 80px 190px 60px rgba(20,20,20,1);
    /*max-height:880px;*/
}
.content-repository-title {
    padding: 15px;
    color: #666;
    height: 80px;
    font-weight: 500;
    /*border-left: solid 7px #2ea3f2;*/
}
.latest-news-title {
    /* background-color: #fff; */
    padding: 15px;
    color: #666;
    height: 80px;
    font-weight: 500;
    /*border-left: solid 7px #2ea3f2;*/
}
.content-repository-title h4 {
  font-size: 18px !important;
}
.latest-news-title h2 {
  margin-top:-10px;
  }
.latest-news-title h3 {
  margin-top:-10px;
  }
.latest-projects-section h2, .latest-projects-section p {
    color:#fff;
}

.latest-post {
    padding: 20px;
    box-shadow: 0 0 3px #ddd;
    background-color: #2a2a2a;
}

.latest-post h4 {
    color: #2ea3f2;
    padding-top: 20px;
    padding-bottom: 5px;
}

.latest-post .post-details .date {
    position: absolute;
    top: 0;
    left: 10%;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.latest-post .post-details .date strong {
    font-size: 16px;
}

.latest-post .post-details li {
    display: inline;
    font-size: 13px;
    color: #999;
    padding-right: 10px;
}

.latest-post .post-details li i {
    color: #28ABE3;
    padding-right: 5px;
}

.latest-post p {
    padding: 15px 0;
    color: #999;
    font-weight: 300;
}

.latest-post .btn-primary {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    font-weight: 300;
}

.latest-post .btn-primary:hover {
    background: none;
    color: #666;
    border: 1px solid #888;
    box-shadow: none;
}

.latest-post:hover .date {
    opacity: 1;
    -webkit-animation: bounceIn;
    -moz-animation: bounceIn;
    -o-animation: bounceIn;
    animation: bounceIn;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
}
#homepage-announcement {
  padding: 40px 0px;
}

#video-homepage {
  margin-top: 30px;
  height:550px;
}
#video-homepage-outer {
  /* height:800px; */
}
.homepage-note {
  margin-top: -60px;
}
.grad-grey {
  padding: 20px 0;
  background-color: #666;
  -webkit-box-shadow: inset 0px 130px 310px 100px rgb(20 20 20 / 74%);
  -moz-box-shadow: inset 0px 130px 310px 100px rgb(20 20 20 / 74%);
  box-shadow: inset 0px 130px 310px 100px rgb(20 20 20 / 74%);
}
#service {
  padding: 20px 0;
  background-color: #333;
  height: 640px;
  -webkit-box-shadow: inset 0px 70px 180px 0px rgba(20,20,20,1);
  -moz-box-shadow: inset 0px 70px 180px 0px rgba(20,20,20,1);
  box-shadow: inset 0px 70px 180px 0px rgba(20,20,20,1);
}
#service-small {
  padding: 30px 0;
  background-color: #333;
  height: 100%;
  -webkit-box-shadow: inset 0px 40px 140px 0px rgb(20 20 20);
  -moz-box-shadow: inset 0px 40px 140px 0px rgb(20 20 20);
  box-shadow: inset 0px 40px 140px 0px rgb(20 20 20);
}
#service .service-wrapper {
  /* border-top: 1px solid #dedede; */
  /*border-bottom: 1px solid #dedede;*/
  padding: 20px 0;
}
#service .block {
  cursor: pointer;
  text-align: center;
}
#service .block:hover .icon i {
  color: #fff;
}
#service .block:hover h3 {
  color: #2ea3f2;
}
#service .block:hover .icon {
  border: 1px solid #FFFFFF;
  background: #2ea3f2;
  color: #fff;
  -webkit-box-shadow: 0 0 0px 2px #2ea3f2;
  -moz-box-shadow: 0 0 0px 2px #2ea3f2;
  box-shadow: 0 0 0px 2px #2ea3f2;
}
#service .block .icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 100%;
  border: 1px solid #2ea3f2;
  text-align: center;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
#service .block i {
  font-size: 25px;
  line-height: 90px;
  color: #989898;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
#service .block h3 {
  color: #555;
  font-weight: 300;
}
#service .block p {
  color: #666;
}
#service .btn {
    color: #fff;
    background-color: #2ea3f2;
    border-color: transparent;
    margin-top: 5px;
}
#service .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
#feature {
  padding: 30px 0;
}
#feature .title {
  font-weight: 300;
}
#feature .feature-item {
  margin-top: 40px;
}
#feature .feature-item:first-child {
  margin-top: 0;
}
#feature .feature-item .icon {
  padding-right: 22px;
}
#feature .feature-item .icon i {
  color: #2ea3f2;
  font-size: 30px;
}
#feature .feature-item h4 {
  color: #2ea3f2;
  margin-bottom: 0;
  font-weight: 300;
  margin-bottom: 8px;
}
#feature .feature-item p {
  color: #9499a2;
}
#feature .block {
  text-align: center;
}
#feature .block img {
  display: inline-block;
}
#utility {
  background: #f6f6f7;
  padding: 20px 0 30px 0;
}
#utility img {
  margin-top:70px;
}
#utility .block h2 {
  padding-top: 30px;
  color: #444;
}
#utility .block p {
  /*line-height: 32px;*/
  color: #7c828b;
  font-size: 16px;
}
#utility-2 {
  padding: 40px 0 10px 0;
}
#utility-2 .block {
  padding-top: 100px;
}
#utility-2 .block h2 {
  color: #666;
}
#utility-2 .block p {
  line-height: 32px;
  color: #9AA0A9;
  font-size: 16px;
}
.page_feature {
  padding: 50px 0px !important;
  min-height:640px;
}
.page_top_feature {
  /* border-top: 0px solid #fff; */
  /* padding: 20px 0px !important; */
  /* height: auto; */
}
.page_bottom_feature {
  padding: 0px 0px !important;
    height: 340px;
}
.feature_class_bgimg_lighttext h2, .feature_class_bgimg_lighttext p {
  color:#fff !important;
  height:auto;
}
.feature_class_greybg {
  background: #f6f6f7;
}
.home-product-icons {
  margin-bottom: 60px;
  text-align:center;
}
}
.home-product-icons-buttons {
  margin-left: 0px;
}

.darkbox {
  background-color: rgba(20, 20, 20, 0.5);
  padding: 0px 25px 0px 25px;
  margin:25px;
}
.darkbox h3 {
  color:#fff;
  padding:20px;
}
.darkbox p {
  
  padding: 0px 0px 20px 0px;
}
.darkbox a.btn{
  /*margin:-10px 0 25px 0;*/

}
.darkbox ul li {
  font-size: 16px;
  color:#fff;
}
.nondarkbox {
  /*background-color: rgba(20, 20, 20, 0.5);*/
  padding: 0px 25px 0px 25px;
  margin:25px;
}
.grey {
  background-color: #f6f6f7;
}
.homepage-dark-grey {
    /* background-color: #f6f6f7; */
    padding: 30px 0;
    background-color: #333;
    height: 100%;
    -webkit-box-shadow: inset 0px 40px 140px 0px rgb(20 20 20);
    -moz-box-shadow: inset 0px 40px 140px 0px rgb(20 20 20);
    box-shadow: inset 0px 40px 140px 0px rgb(20 20 20);
}
.footer-block {
  margin-top: 30px;
  height: 260px;
  padding: 0px 20px;
  text-align: left;
  background-color: #fff;
  /*-webkit-box-shadow: 0px 0px 10px 0px #ccc;
  -moz-box-shadow: 0px 0px 10px 0px #ccc;
  box-shadow: 0px 0px 10px 0px #ccc;*/
  border: 1px solid #ccc;
}
.footer-block #messages {
  margin-top: -10px;
}
.footer-block-button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -75px; /*104.5px is half of the button's width*/
}
.sign-up {
  height: 45px;
  background-color: #eaeaea;
  width: 300px;
}
/* Blog Section */
#tf-blog,
#blog-post { background: #f6f6f7;padding: 60px 0 }
#blog-post a.btn { margin: auto 0 }
.post-wrap { position: relative }
.media.post {
    box-shadow: 0px 0px 10px 0px #ccc;
    width: 97%;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px;
    color: #666;
    height: auto;
    border: 1px solid #ccc;
}
.post-wrap {
    position: relative;
    margin-bottom: 30px;
    transition: all 0.5s;
}
.post-meta {
    border-top: 1px solid #ebebeb;
    background-color: #ffffff;
    padding: 5px 10px;
    height: auto;
    position: relative;
    min-height: 35px;
}
ul.metas li:after {
    content: ' / ';
    margin-right: 3px;
    margin-left: 3px;
}
ul.metas li:last-child:after { content: ' ' }
ul.metas li a { color: #e5b112 }
.meta-detail {
    background: #f4f4f4;
    border-radius: 3px;
    padding: 2px;
}

/* The ribbons */
.ui-ribbon-container {
  position: relative;
}

.ui-ribbon-container .ui-ribbon-wrapper {
  position: absolute;
  overflow: hidden;
  width: 279px;
  height: 330px;
  top: 36px;
  right: -3px;
}

.ui-ribbon-container .ui-ribbon {
  position: relative;
  width: max-content;
  display: block;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  transform: rotate(45deg);
  padding: 16px 0;
  left: -55px;
  top: 72px;
  width: 440px;
  line-height: 25px;
  background-color: rgb(255, 0, 0);
  box-shadow: 0px 5px 30px 9px rgb(0 0 0 / 50%);
}

.ui-ribbon-container {
  width: 100%;
}

/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index:1021;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

.featurebox.post {
    color:#fff;
    background: #fafafa;
    padding: 1px 10px 10px 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    /*border-left: 8px solid #2ea3f2 !important;*/
}
.featurebox-search-box {
    color: #fff;
    background-color: #fff;
    border-radius:2px;
}
.featurebox.post p {
  font-size:16px;
    color:#fff;
}    

.search-box-lg {
  width:60% !important;
  height:50px;
  font-size: 16px;
  margin: 10px auto;
}

.featurebox.post h3 {
    width:100%;
    font-size: 20px;
    color:#fff;
    background: #1d5b85;
    padding: 1px 10px 10px 10px;
    margin-left:-10px;
    /*text-transform: uppercase;*/
}

#subscribe {
  padding: 70px 0;
  background: #f6f6f7;
}
#subscribe .block {
  /*border-top: 1px solid #dedede;*/
  padding-top: 0px;
}
#subscribe p {
  color: #666;
}
#subscribe .form-inline {
  padding-top: 16px;
}
#subscribe .form-inline .form-group {
  position: relative;
}
#subscribe .form-inline .form-group input {
  width: 340px;
  padding: 20px 0px 20px 15px;
  border-radius: 0;
  background: white;
  border: 1px solid #d4d4d4;
  border: 1px solid #d1d1d1;
  box-shadow: none;
}
#subscribe .form-inline .form-group input:hover,
#subscribe .form-inline .form-group input:active,
#subscribe .form-inline .form-group input:focus {
  box-shadow: none;
}
#subscribe .form-inline i {
  font-size: 18px;
  color: #fff;
  display: inline-block;
}
#subscribe .btn-signup {
  background: #2ea3f2;
  padding: 10px 20px;
  color: #fff;
  border-radius: 0;
  border: none;
  margin-left: -4px;
  border: 1px solid transparent;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
#subscribe .btn-signup:hover {
  background: #fff;
  border: 1px solid #2ea3f2;
}
#subscribe .btn-signup:hover i {
  color: #2ea3f2;
}
footer {
    background: #333;
    color: #fff;
    /*border-top: 1px solid #e8e8e8;*/
    padding: 40px 0 20px;
}
footer .footer-logo {
  margin-bottom: 15px;
  display: inline-block;
  text-align: center;
}
footer p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}
.footer-social ul li{
  display: inline;
  list-style: none;
  padding: 10px;
  font-size: 24px;
}
.footer-social ul li a:hover{
  color: #fff;
}
#subscribe .btn-signup:hover {
  background: #fff;
  border: 1px solid #2ea3f2;
}
#subscribe .btn-signup:hover i {
  color: #2ea3f2;
}
footer {
    background: #333;
    color: #fff;
    /*border-top: 1px solid #e8e8e8;*/
    padding: 40px 0 20px;
}
footer .footer-logo {
  margin-bottom: 15px;
  display: inline-block;
  text-align: center;
}
footer p {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
}
.footer-social ul li{
  display: inline;
  list-style: none;
  padding: 10px;
  font-size: 24px;
}
.footer-social ul li a:hover{
  color: #fff;
}
.feature_class_bgimg_lighttext {
  margin-top: 0px;
}
@font-face{
 font-family:'digital-clock-font';
 src: url('../../assets/fonts/digital-7.ttf');
}
#clock {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    font-family:'digital-clock-font';
    text-align: center;
    font-size: 30px;
    background-color: #000;
    color: #53ff01;
    /*background-image: linear-gradient(0deg, #000, #777);*/
    -moz-box-shadow:    inset 0px 42px 0px 1px #555;
    -webkit-box-shadow: inset 0px 42px 0px 1px #555;
    box-shadow: inset 0px 42px 0px 1px #555;
    border-radius: 15px;
    border: 7px solid #ccc;
    
}
#clock span {
  font-size: 66px;
}
.sale-price h1 {
  font-size: 40px;
}
.sale-price h2 {
  font-size: 34px;
  margin-bottom: -10px;
  color: #2ea3f2 !important;
}
.sale-price p.small {
  color: #666 !important;
}
.panel {
  border-radius: 0;
}
.panel-heading {
  border-radius: 0;
}
#cf {
  position:relative;
  min-height:660px;
  width:100%;
  margin:0 auto;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

@keyframes cf3FadeInOut {
0% {
opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}

#cf img.top {
animation-name: cf3FadeInOut;
animation-timing-function: ease-in-out;
animation-iteration-count: infinite;
animation-duration: 2s;
animation-direction: alternate;
}


.contact-card {
  min-height: 180px;
  box-shadow: 0px 0px 20px 0px #ccc;
}
.card-title {
  font-size: 22px;
}
.login-modal {
  max-width:50%;
  margin-left: auto;
  margin-right:auto;
  padding-top:15%;
}
.right-10px-bottom {
  text-align: right;
  margin-bottom: 10px;
}

#global-banner-home {
  background:#da3c3c;
  padding: 1px;
  margin-top:0px;
  text-align: center;
}
#global-banner-home h4 {
  color:#fff;
}
#global-banner-home h4 a:hover{
  color:#fff;
  text-decoration: none;
}
#global-banner-home h4 a {
  color:#fff;
  text-decoration: underline;
}
#global-banner {
  background: #da3c3c;
    padding: 7px;
    margin-top: 0px;
    text-align: center;
    height: 45px;
    position: relative;
}
#global-banner h4 {
  color:#fff;
  margin-top: 3px;
  font-size:16px;
}
#global-banner h4 a:hover{
  color:#fff;
  text-decoration: none;
}
#global-banner h4 a {
  color:#fff;
  text-decoration: underline;
}
.ea-warn-popup {
    position: absolute;
    bottom: 0;
    z-index: 99;
}

#promotion {
  margin-top: 30px;
  min-height: 160px;
  padding: 10px 25px;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 16px 0px #ccc;
  -moz-box-shadow: 0px 8px 16px 0px #ccc;
  box-shadow: 0px 8px 16px 0px #ccc;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 760px 0px 110px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 760px 0px 110px 0px rgba(0, 0, 0, 0.7);
    box-shadow: inset 760px 0px 110px 0px rgba(0, 0, 0, 0.7);
    background-position: calc(100%) calc(100% - 370px);
}

#sale-promotion {
  margin-top: 30px;
  min-height: 160px;
  padding: 10px 25px;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 16px 0px #ccc;
  -moz-box-shadow: 0px 8px 16px 0px #ccc;
  box-shadow: 0px 8px 16px 0px #ccc;
  border: 1px solid #ccc;
  background-image: url(/site/images/bf-sale-1.jpg);background-size: cover;
  -webkit-box-shadow: inset 760px 0px 110px 0px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: inset 760px 0px 110px 0px rgba(0, 0, 0, 0.7);
    box-shadow: inset 760px 0px 110px 0px rgba(0, 0, 0, 0.7);
    background-position: calc(100%) calc(100% - 370px);
}

#promotion p {
  color:#fff;
  }
#promotion h2 {
  color:#fff;
  }
#promotion h3 {
  color:#2ea3f2;
  }

#sale-promotion p {
color:#fff;
}
#sale-promotion h2 {
  color:#fff;
  }
#sale-promotion h3 {
  color:#2ea3f2;
  }

  #team-members {
    display: flex;
   flex-wrap: wrap;
   justify-content: flex-start;
  }
  .team-member-card {
    flex: 0 1 23%;
    flex-grow: 0;
  }
  .team-title {
    font-size: 20px !important;
    margin-top: 25px;
    margin-left: 10px;
  }
  .team-summary {
    font-size: 14px !important;
    margin-left: 10px;
  }
  .textured-bg {
    background-image: url('/site/templates/img/textured_bg.jpg');
    background-size: cover;
    opacity: 0.5;
  }


    .article blockquote {
      background: #f9f9f9;
      border-left: 10px solid #2ea3f2;
      margin: 1.5em 10px;
      padding: 0.5em 10px;
      quotes: "\201C""\201D""\2018""\2019";
    }
    .article blockquote:before {
      /*color: #ccc;
      content: open-quote;
      font-size: 4em;
      line-height: 0.1em;
      margin-right: 0.1em;
      vertical-align: -0.4em;
      */
    }
    .article blockquote p {
      display: inline;
      font-size:24px;
    }
    .article blockquote:after {
      visibility: hidden;
      content: close-quote;
    }
    blockquote.kb {
      background-color: #fefae8;
      color: #fff;
      padding: 20px 20px 20px 44px;
      margin-top: 30px;
      margin-bottom: 30px;
  }

  /* Bootstrap 5 columns */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.news-social-icon {
  height:50px;
  margin-right: 50px;
}
.navRow{
  display: initial;
  text-align: center;
}
.col-centered {
  /* display: inline-block; */
  float: none;
  margin-right: auto;
  margin-left: auto;
}
.text-muted2 {
  color: #b8b4b4;
}
.searchResultTitle {
  color: #2ea3f2!important;
}
a.list-group-item:hover, a.list-group-item:focus{
  background-color: #40505c;
}
a.list-group-item:hover .summary, a.list-group-item:focus .summary{
  color: #ffffff;
}
@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/* July 2022 revamp */
.insydium-bg-1 {
  background: linear-gradient(310deg, #4fbd61 0,#2ea3f2 100%)
}
#fusedproducts {
  width: 85%;
  margin: auto;
}

#fusedproducts .card {
    color: #fff;
    margin: 25px 0px 0px 0px;
    padding: 0px;
    display: block;
    border: none !important;
    background-color: #474747;
    /*box-shadow: rgb(20 20 20) 2px 2px 15px 2px;*/
    min-height:375px;
}
#fusedproducts .card img {
  height: 250px;
  /* border-radius: 9px 9px 0 0; */
}

#fusedproducts .card-body {
  padding: 0 15px 15px;
}
#fusedproducts .card-title {
  color: #fff !important;
  font-size: 26px;
  padding: 10px;
  font-weight: 200;
  padding: 15px;
}
#fusedproducts .card a {
  float: none;
  margin: 0 0 0 10px;
  position: absolute;
  bottom: 30px;
}
.fused-flag {
  background-color: #2ea3f273;
  color: #fff !important;
  height: 38px;
  /*left: 26px;*/
  right: 26px;
  overflow: hidden;
  position: absolute;
  top: 42px;
  z-index: 100;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 25px;
  padding-top:7px;
}
.fused-flag i {
  color: #fff !important;
  font-size: 20px;
  margin: 2px 5px;
}
.fused-flag-banner {
  background-color: #2ea3f273;
  color: #fff !important;
  height: 38px;
  /*left: 26px;*/
  right: -15px;
  overflow: hidden;
  position: absolute;
  top: 20px;
  width: 140px;
  z-index: 100;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 25px;
  padding-top:7px;
}
.fused-flag-banner i {
  color: #fff !important;
  font-size: 20px;
  margin: 2px 5px;
}
.fused-margin {
  margin-bottom: -10px !important;
}
