@charset "UTF-8";
@import "dropzone.css";
@import "lightslider.min.css";
.intro-text {
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
}
.intro-text .weight300 {
    font-weight: 300;
}
.block {
    display: block;
}


/* ABOUT SECTION */


/* SERVICES SECTION */
.bg-img-services {
    background: url('../img/bg/services-bg1.jpg') 100% fixed no-repeat; 
    position: relative;  
}
.shadow {
    height: 80%;
    position: absolute;
    top: 0;
    width: 100%;
    background: url("../img/shadow1.png") no-repeat scroll center top;
    background-size: 100%;
}
.bg-opacity {
    background: rgba(255,255,255, .9);
}
.padding30 {
  padding: 30px;
}
.services-img01 {
  position: absolute;
  z-index: 2;
  bottom: -90px;
  right: 0px;
}

/* PORTFOLIO SECTION */
/* BLOG SECTION */
/* CONTACT SECTION  */
.contact-details {
  background: url(../img/bg/map_bg.png) left 0px no-repeat;
}
.contact-form .form-style .form-loader {
  margin-right: 8px;
  display: none;
}
.contact-form .form-style .alert {
  color: #ff1919;
  background: none;
  font-size: 12px;
  letter-spacing: 0;
  border-radius: 0;
  border: 0;
  padding: 4px 2px;
  font-size: 14px;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.contact-form .form-style .alert-validate-form {
  display: none;
}
.contact-form .form-style .alert-validate-form .alert.error {
    display: block;
    background: #fd4040;
    color: #fff;
    font-size: 14px;
    padding: 15px 20px;
    border: 0;
    font-weight: 400;
}
.contact-form .form-style .alert-validate-form .alert.success {
  background: #119400;
  color: #fff;
  font-weight: 400;
  padding: 15px 20px;
}


/*********************************************/
nav {
    background: #f8f8fa;
    background-image: url(../img/nv-bg2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
	box-shadow: inset 1px 1px 12px #c1c1c1;
}
nav .dl-menuwrapper ul.dl-menu li {
    border-bottom: 1px solid #d4d4d4;
}
nav .dl-menuwrapper ul.dl-menu li a{font-family: sans-serif;}
nav .nh2{
 padding-top: 20px;
    display: table;
    width: 100%;
    color: #ff1919;
    border-bottom: 1px solid #ff1919;
    font-family: sans-serif;
}
.user-box{
	position: relative;
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 10px;padding-bottom: 40px;
	text-align: center;
}
.user-box .usr1{
	margin: 0;
    padding: 5px;
    box-shadow: 1px 1px 5px #a7a7a7;
    border-radius: 10px;
	background: rgba(255, 255, 255, 0.85);
}
.user-box img{
	width:100%;
}
.user-box p{
	padding: 0;
    margin: 0;
	font-weight: 600;
}
.user-box span{
	
}
.social-icons.social-v3 li a {
    background: #ff1919;
    border: 1px solid #ff1919;
}
html.no-touch .social-icons li a:hover:before {
  color: #00ff24;
}
.page-wrapper header h3 small {
    color: #ff1919;font-family: sans-serif;
}
.col-box {
    padding: 20px 30px;
    border: 1px solid #efefef;
    margin: 0;
	border-top: solid 2px #ff1919;
	background: #f8f8fa;
	margin-bottom: 30px;
}
.form-style input.text-field, .form-style textarea {
    border: 1px solid #d0cfcf;
    border-radius: 5px;
    height: 40px;
    color: #840000;
    font-weight: 600;
    font-family: sans-serif;
}
.btn{border: 1px solid #fbbdbd;}
.form-style input.text-field:focus,
.form-style textarea:focus {
  background: #fff4f4;
  border:solid 1px #ff1919
}
.form-style label{font-family: sans-serif;}
.box-2{
	padding: 10px 20px 40px 20px;
    border: solid 1px #e5e5e7;
    border-top: solid 2px #ff1919;
    margin-bottom: 30px;
    background-image: url(../img/bg/box_bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}
.box-2 h3{
	margin: 0;
    margin-bottom: 20px;
	font-size: 24px;
    letter-spacing: 1.5px;
    color: #ff1919;
}
.row{margin-left:0; margin-right:0;}
.snnc{display:none;}
@media(max-width:992px){
	nav {
		background-image: none;
	}
}
.box2-img{
	max-width: 80%;
    height: auto;
    width: auto;
    margin: auto;
    display: block;
}
.box-2 p{
	font-family: sans-serif;
}
.box-2 h4{
	width: 100%;
    text-align: center;
}
.login{
	position: relative;
    width: 100%;
    max-width: 550px;
    margin: auto;
    padding: 10px;
    padding-bottom: 60px;
}
/********************/
.dropzone.dropzone-mini {
  min-height: 150px;
}
.dropzone.dropzone-mini .dz-message {
  background: none;
  position: relative;
  margin: 0px;
  padding: 0px;
  left: auto;
  top: auto;
  width: 100%;
  float: left;
  height: 120px;
}
.dropzone.dropzone-mini .dz-message:after {
  content: "\f0ee";
  position: absolute;
  width: 80px;
  height: 80px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 88px;
  top: 26px;
  left: 50%;
  margin: 0px 0px 0px -40px;
  line-height: 80px;
  opacity: 0.5;
  filter: alpha(opacity = 50);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.dropzone.dropzone-mini .dz-message:hover:after {
  opacity: 1;
  filter: alpha(opacity = 100);
}
.dropzone.dz-started .dz-message {
  display: none;
}
.wizard {
    margin: 20px auto;
    background: #fff;
}

    .wizard .nav-tabs {
        position: relative;
        margin: auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #FF1919;
    
}
.wizard li.active span.round-tab i{
    color: #FF1919;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #FF1919;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #FF1919;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}
/***********************/

.tablex {
  display: flex; margin-bottom:5px;text-align: center;font-family: sans-serif;
}
.tablex:hover {
    background-color: #ffefef;
  }
.tablex .tablex__item {
  order: 0;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 100%;
  width: 100%;
  box-sizing: border-box;
}
.tablex-bs{
	background: #f33535;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.tablex[data-gutter="1"] .tablex__item {
  padding: 5px;
}
.tablex[data-gutter="2"] .tablex__item {
  padding: 10px;
}
.tablex[data-gutter="3"] .tablex__item {
  padding: 15px;
}
.tablex[data-gutter="4"] .tablex__item {
  padding: 20px;
}
.tablex[data-gutter="5"] .tablex__item {
  padding: 25px;
}
.tablex[data-gutter="6"] .tablex__item {
  padding: 30px;
}
.tablex[data-gutter="7"] .tablex__item {
  padding: 35px;
}
.tablex[data-gutter="8"] .tablex__item {
  padding: 40px;
}
.tablex[data-gutter="9"] .tablex__item {
  padding: 45px;
}
.tablex[data-gutter="10"] .tablex__item {
  padding: 50px;
}
.tablex.tablex--bordered.tablex--columns .tablex__item:not(.tablex__item--foot), .tablex.tablex--bordered.tablex--rows .tablex__item {
  border-bottom: solid 1px #dadada;
}
.tablex.tablex--colored .tablex__item {
  /*background: #fefefe;*/
}
.tablex.tablex--colored .tablex__item.tablex__item--head {
  background: #f8f8fa;
    color: black;
    font-weight: 600;
	border-left: solid 2px #ff1919;
}
.tablex.tablex--colored .tablex__item.tablex__item--foot {
  /*background: #ffefef;*/
  text-align: right;
}

@media only screen and (max-width: 641px) {
  .tablex {
    flex-direction: column;
    flex-wrap: no-wrap;
  }
  .tablex .tablex__item.tablex__item--foot {
    margin-bottom: 1rem;
  }
  .tablex.tablex--bordered.tablex--rows .tablex__item.tablex__item--foot {
    border-bottom: none;
  }
}
@media only screen and (min-width: 640px) {
  .tablex {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .tablex.tablex--columns .tablex__item.tablex__item--head {
    order: -1;
  }
  .tablex.tablex--columns .tablex__item.tablex__item--foot {
    order: 1;
  }
  .tablex.tablex--bordered.tablex--rows {
    border-top: solid 1px #dadada;
  }
  .tablex[data-columns="1"] .tablex__item {
    flex-basis: 100%;
    width: 100%;
  }
  .tablex[data-columns="2"] .tablex__item {
    flex-basis: 50%;
    width: 50%;
  }
  .tablex[data-columns="3"] .tablex__item {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
  }
  .tablex[data-columns="4"] .tablex__item {
    flex-basis: 25%;
    width: 25%;
  }
  .tablex[data-columns="5"] .tablex__item {
    flex-basis: 20%;
    width: 20%;
  }
  .tablex[data-columns="6"] .tablex__item {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%;
  }
  .tablex[data-columns="7"] .tablex__item {
    flex-basis: 14.2857142857%;
    width: 14.2857142857%;
  }
  .tablex[data-columns="8"] .tablex__item {
    flex-basis: 12.5%;
    width: 12.5%;
  }
  .tablex[data-columns="9"] .tablex__item {
    flex-basis: 11.1111111111%;
    width: 11.1111111111%;
  }
  .tablex[data-columns="10"] .tablex__item {
    flex-basis: 10%;
    width: 10%;
  }
}
.lightbox-thumbnail {
  border: 5px solid #fff;
  box-shadow: 0 1px 2px #bbb;
  transition: all 0.3s; max-height: 200px;
    max-width: 100%;
    margin-bottom: 5px;}
  .lightbox-thumbnail:hover {
    box-shadow: 0 0 6px #29e; }
.ekko-lightbox{display:-ms-flexbox!important;display:flex!important;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;padding-right:0!important;z-index: 10000;}.ekko-lightbox-container{position:relative}.ekko-lightbox-container>div.ekko-lightbox-item{position:absolute;top:0;left:0;bottom:0;right:0;width:100%}.ekko-lightbox iframe{width:100%;height:100%}.ekko-lightbox-nav-overlay{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:flex}.ekko-lightbox-nav-overlay a{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .5s;color:#fff;font-size:30px;z-index:1}.ekko-lightbox-nav-overlay a>*{-ms-flex-positive:1;flex-grow:1}.ekko-lightbox-nav-overlay a>:focus{outline:none}.ekko-lightbox-nav-overlay a span{padding:0 30px}.ekko-lightbox-nav-overlay a:last-child span{text-align:right}.ekko-lightbox-nav-overlay a:hover{text-decoration:none}.ekko-lightbox-nav-overlay a:focus{outline:none}.ekko-lightbox-nav-overlay a.disabled{cursor:default;visibility:hidden}.ekko-lightbox a:hover{opacity:1;text-decoration:none}.ekko-lightbox .modal-dialog{display:none;z-index: 10000;}.ekko-lightbox .modal-footer{text-align:left}.ekko-lightbox-loader{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.ekko-lightbox-loader>div{width:40px;height:40px;position:relative;text-align:center}.ekko-lightbox-loader>div>div{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:a 2s infinite ease-in-out}.ekko-lightbox-loader>div>div:last-child{animation-delay:-1s}.modal-dialog .ekko-lightbox-loader>div>div{background-color:#333}@keyframes a{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}
.light-a{
	display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 5px;
}
.light-a button.btn{
	 position: absolute;
    right: -70px;
    top: 7px;
	-webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
 }
.light-a:hover button.btn{right: 7px;}






