.top-nav
{
	background-color: #ff0000;
    color: #222222;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;		position:relative;		z-index:999999;
}

.bx-wrapper
{
	border:0 !important;
	margin-bottom:0 !important;
}

.scrollTop {
    position: fixed;
    right: 1%;
    bottom: 15px;
    transition: all 0.4s ease-in-out 0s;
    cursor: pointer;
    z-index: 9999;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto
{
	bottom:30px !important;
}


.about-img
{
	background:url(../images/IMG_0175-edit.jpg);
	min-height:500px;
	background-size:contain;
	background-position:center right!important;
	background-repeat:no-repeat;		
	padding:0;
	position:relative;

}

.bar {
    clear: both;
    width: 50px;
    height: 3px;
    background: #ff0000;
    margin: 10px 0px;
}

.readbtn
{
	padding:8px 20px;
	border-radius:30px;
	color:#6c757d;
	background:#fff;
	border:1px solid #6c757d;
	cursor:pointer;
}

.readbtn:hover
{
	background:#ff0000;
	color:#fff;
	transition:0.3s;
	text-decoration:none;
	border-color:#ff0000;
}

.hvr-sweep-to-right:before
{
	border-radius:30px;
	background:#ff0000 !important;
	border:1px solid #6c757d;
	color:#fff !important;
}

.project-box
{
	object-fit:cover;
	height:250px;
	width:100%;
}

.project-font
{
	font-size:12px !important;
}

label {
  position: relative;
  margin: 10px 0px;
  width:100%;
}
.input {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: none;
  outline: none;
}

.line-box {
  position: relative;
  width: 100%;
  height: 2px;
  background: #BCBCBC;
}

.line {
  position: absolute;
  width: 0%;
  height: 2px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #04a2eb;
  transition: ease .6s;
}

.input:focus + .line-box .line {
  width: 100%;
}

.label-txt {
  position: absolute;
  top: -1.6em;
  padding: 10px;
  font-family: 'helvetica', sans-serif;
  font-size: .8em;
  letter-spacing: 1px;
  color: rgb(120,120,120);
  transition: ease .3s;
}

.label-active {
  top: -3em;
}

.form-pos
{
	z-index:999;
	margin-bottom:100px;
	position:relative;
}

.contact-pos
{
	z-index:999;
	margin-top: 30px;
	margin-bottom: 100px;
	position:relative;
}

.submit-btn
{
	padding:5px 20px;
	background:#fff;
	border-radius:30px;
	border:1px solid #b1b1b1;
	font-size:14px;
}

.top-banner
{
	background-position:center !important;
	background-repeat:no-repeat !important;
	background-size:cover !important;
	min-height:200px;
}

.board-box
{
	background:#efefef;
	min-height:410px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.certbox
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background:#fff;
	padding:10px;
}

.modal-btn
{
	padding:5px;
	font-size:13px;
	cursor:pointer;
}

.board-box:hover
{
	border-bottom:4px solid #ff0000;
	transition:0.3s;
}

.portfolioFilter {
  padding: 15px 0;
}

.portfolioFilter a {
  margin: 6px;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  padding: 4px 15px;
  border-radius: 50px;
  display: inline-block;
}

.portfolioFilter a.current {
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  color: #f9f9f9;
}
.portfolioContainer{
  border: 1px solid #fff;
  border-radius: 3px;
}

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity;
}

.project-img
{
	width:100%;
	height:250px;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center center !important; 
}

.view {
    position: relative;
    overflow: hidden;
    cursor: default;
	background-color:#efefef;
}

.zoom .project-img, .zoom .project-img-first, .zoom video {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.view .project-img, .view .project-img-first, .view video {
    position: relative;
    display: block;
}

.overlay .mask {
    opacity: 0;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.overlay .mask:hover {
    opacity: 1;
	background:rgba(0, 0, 0, 0.3);
}

.view .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}


.white-text {
    color: #fff!important;
}

.project-title
{
	margin-top:10px;
}

.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.zoom:hover .project-img, .zoom:hover .project-img-first, .zoom:hover video {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.list-group a {
  color: #333;
}
.list-group .list-group-submenu {
  margin-left: 20px;
  font-size: 15px;
}
.list-group .collapsing {
  transition: height 0.3s;
}
.list-group .list-group-item:first-child,
.list-group .list-group-item:last-child {
  border-radius: 0;
}
.list-group > .list-group-submenu a {
  border-left: 4px solid #eee;
}
.list-group > .list-group-submenu .list-group-submenu a.list-group-item {
  background: #f5f5f5;
}
.list-group .list-group-item {
  border: none;
  border-bottom: 1px dashed #eee;
  margin-top: 1px;
  margin-bottom: 1px;
}
.list-group .list-group-item.active {
  background: #fff;
  color: #333;
  border-color: #eee;
}
.list-group .list-group-item.active.highlight {
  border-color: #bb4d00;
}
.list-group .list-group-item.selected {
  border-left: 4px solid #712177 !important;
  font-weight: bold;
}
.list-group a[data-toggle="collapse"]:after {
  font-family: 'FontAwesome';
  content: "\f067";
  float: right;
  font-size: 12px;
  color: #333;
}
.list-group a[data-toggle="collapse"][aria-expanded="true"] {
  font-weight: bold;
}
.list-group a[data-toggle="collapse"][aria-expanded="true"]:after {
  content: "\f068";
}

.pagination
{
	font-size:12px;
}

.down-btn
{
	padding:5px 15px;
	background:#ff0000 !important;
	border-radius:30px;
	color:#fff;
}

.down-btn:hover
{
	text-decoration:none;
}

.hvr-radial-in:before
{
	color:#fff !important;
	background:#F90 !important;
}
