@font-face {
  font-family: 'HelveticaNeueLTStd-Roman';
  src: url('fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'),  
  url('fonts/HelveticaNeueLTStd-Roman.otf')  format('opentype'),
  url('fonts/HelveticaNeueLTStd-Roman.woff') format('woff'), 
  url('fonts/HelveticaNeueLTStd-Roman.ttf')  format('truetype'), 
  url('fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLTStd-Bd';
  src: url('fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),  
  url('fonts/HelveticaNeueLTStd-Bd.otf')  format('opentype'),
  url('fonts/HelveticaNeueLTStd-Bd.woff') format('woff'), 
  url('fonts/HelveticaNeueLTStd-Bd.ttf')  format('truetype'), 
  url('fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLT-black';
  src: url('fonts/helveticaneuecyr-black-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.ctu{
    font-family: 'HelveticaNeueLTStd-Bd';
}
.cps li {
    list-style: none;
    float: left;
    width: 11%;
}
.cps img{
    display: block;
    width: 70%;
    margin: auto;
    opacity: .25;
    transition:.5s ease;
}
.cps img:hover{
    opacity: 1;
}
.ls-slide{
    width: 100%;
    height: 100vh;
    display: block;
    top: 0;
    left: 0;
}
.home-slider{
    position: absolute !important;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    overflow: hidden;
}
.slick-slide {
    height: 100vh !important;
}
 .sld01{
    background: url("../img/banner/dci_carousel-1.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
  .sld02{
    background: url("../img/banner/dci_carousel-2.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
  .sld03{
    background: url("../img/banner/dci_carousel-3.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
 .sld04{
    background: url("../img/banner/dci_carousel-4.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
 .sld05{
    background: url("../img/banner/dci_carousel-5.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
 .sld06{
    background: url("../img/banner/dci_carousel-6.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slick-dots{
    display: none !important;
}
body,html{
    height: 100%;
}
body{
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 14px;
    font-style: normal;
    color: #fff;
    background:#000;
    -webkit-font-smoothing: antialiased;
}
.lps p {
    display: block;
    margin: 0;
    line-height: 1.5;
}
/******base******/
a{
    text-decoration: none;
    color:#fff;
    transition:  all 0.3s ease-in-out;
    -webkit-transition:  all 0.3s ease-in-out;
    -moz-transition:  all 0.3s ease-in-out;
    -o-transition:  all 0.3s ease-in-out;
    font-weight: 700;
    cursor: pointer;
}
a:hover,a:focus{
    text-decoration: none;
    color:#ff8226;
    outline: 0;
}
strong,b{
    font-weight: 700;
}

.colored-text{
    color:#fff;
    font-family: 'HelveticaNeueLTStd-Bd';
}
.colored-text-2{
    color:#fff;
}
.colored-text-3{
    color:#555;
}
h1,h2,h3,h4,h5,h6{
    margin-top:0px;
}
h1 {
    font-size: 40px;
    line-height: 48px;
}

h2 {
    font-size: 32px;
    line-height: 44px;
}
h3 {
    font-size: 28px;
    line-height: 36px;
    color: #777;
}

h4 {
    font-size: 24px;
    line-height: 34px;
}

h5 {
    font-size: 18px;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 24px;
}

h1, h2 {
    margin-bottom: 20px;
}

h3, h4, h5, h6 {
    margin-bottom: 10px;
}
p {
    margin: 0 0 20px 0;
    line-height: 26px;
    font-weight: 400;
    color:#777;
}
p,span{
    font-family: 'HelveticaNeueLTStd-Roman';
}
em{
    font-family: 'HelveticaNeueLTStd-Roman';
}

/*******space margins***/
.space-20{
    width:100%;
    height: 20px;
}
.space-30{
    width:100%;
    height: 30px;
}
.space-40{
    width:100%;
    height: 40px;
}
.space-80{
    height: 80px;
    width:100%;
}
.margin-btm-20{
    margin-bottom: 20px;
}
/***********buttons***********/
.btn{
    display: inline-block;
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 4px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:hover,.btn:focus{
    color:#fff;
    outline: 0;
}
.btn-lg {
    padding: 5px 20px;
}
.btn-theme {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
    text-transform: initial;
    letter-spacing: 1px;
}
.btn-theme:hover{
    background-color: #fff;
    border-color: #fff;
    color:#000;
}
.btn-white-border {
    color: #fff;
    border: 1px solid #FFF;
    font-size: 12px;
    padding: 0px;
    text-transform: initial;
    letter-spacing: 1px;
    width: 100%;
    font-family: 'HelveticaNeueLTStd-Bd';
}
.btn-white-border:hover{
    color:#333;
    background-color: #fff;
    border-color: #fff;
}
.btn-theme-bg {
    /*width: 100%;*/
    background-color: transparent;
    border: 1px solid #fff;
    text-align: center;
    text-transform: initial;
    letter-spacing: 0px;
    padding-top: 4px;
    padding:10px 30px 10px 30px;
}
.btn-theme-bg:hover {
    color: #000;
    background-color: #FFF;
    font-family: 'HelveticaNeueLTStd-Roman';
}
.segment {
    padding: 50px 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /*font-family:'Open Sans', sans-serif;*/
    background-color: #000;
}
.segment-2 {
    padding-top: 50px;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #000;
}
#services{
    background:url("../img/services-bg.png");
    padding-top: 50px;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #000;
}
/*************navigation header css******/
.navbar-inverse .navbar-brand {
    color: #fff;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 35px;
    line-height: 20px;
    font-family: 'helvetica-bold';
    font-weight: 400;
}

.navbar{
    border: 0;
}
@media (min-width: 992px){
    .navbar-nav {
        float: left;
        margin-left:30px;
        margin-top:0;
        margin-bottom: 0;
        margin-right: 0;
    }
}
@media(min-width:768px){
    header.navbar-inverse{
    padding: 10px 0 0 0;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header.stuck{
    background-color:rgba(0, 0, 0, .90); 
    padding: 0px 0;
    opacity: 1;
    -webkit-box-shadow: 0px 1px 5px rgba(100, 100, 100, 0.3);
    -moz-box-shadow: 0px 1px 5px rgba(100, 100, 100, 0.3);
    box-shadow: 0px 1px 5px rgba(100, 100, 100, 0.3);
}
}
.navbar-social>li>a>i {
    font-size: 14px;
    width: 25px;
    height: 25px;
  
    text-align: center;
    padding-top: 0px;
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    font-family: 'HelveticaNeueLTStd-Bd';
    margin-top:10px;
}
.navbar-inverse .navbar-nav>li>a:hover{
    color:#222;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #aaa;
    background-color: transparent;
}
@media (max-width: 767px){
.navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
padding-left: 60px !important;
 color:#ddd !important;
}
.navbar .dropdown-menu li a{
    padding: 12px 15px 12px 40px !important;
    border-bottom: 1px solid #333 !important;
    color:#ddd !important;
}
}
/*============================*/
/*======dropdowm menu=========*/
/*============================*/
.navbar .dropdown-menu {
    padding: 0;
    margin: 0;
    min-width: 190px;
    background-color:#fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.navbar .dropdown-menu li a{
    color:#333;
    padding: 12px 20px;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    font-size: 13px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.navbar .dropdown-menu li a:hover{
    background: transparent;
    color:#f73a50;
}


/**dropdown submenu*/
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-1px;
    margin-left:-1px;
    /*    -webkit-border-radius:0 6px 6px 6px;
        -moz-border-radius:0 6px 6px 6px;
        border-radius:0 6px 6px 6px;*/
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
/*.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}*/
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}
/*banner*/
#banner {
    background-color: transparent;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    z-index: 1;
}
.home-content{
    position: relative;
    z-index: 3;
}
.main-flex-slider h1 .colored-text{
    font-weight: 400;
}

.main-flex-slider h1{
    font-weight: 400;
    font-style: normal;
    color:#fff;
    margin: 0;

    /*text-transform: uppercase;*/
}
.prank{
    margin-top: 110px;
    margin-left:20px;
}
.axis li{
    list-style: none;
}
.axis span {
    position: relative;
    font-size: 16px;
}
.axis span::after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    top: -1px;
    bottom: 0;
    width: 14px;
    height: 1px;
    background-color: #fff;
    right: -16px;
}
.svr {
    position: absolute;
    width: 100%;
    bottom: 100px;
    max-width: 1170px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}
@media(min-width:1200px){
    .main-flex-slider h1{
        line-height: 64px;
        padding: 7px 5px;
        font-size: 64px;
    }
}
@media(max-width:992px){
    .main-flex-slider h1{
        line-height: 50px;
        padding: 0 5px;
        font-size: 50px;
    }
}
@media(max-width:992px){
.alz{
    margin-top: 0px !important;
}
.service-box{
    float:left;
    margin-bottom:30px !important;
}
.service-box img {
    width: 90px !important;
    margin:-10px 0 0 0;
    /*right: 0px !important;*/
    /*left: 0;*/
    /*margin: auto;*/
    /*top: 0 !important;*/
    position: relative !important;
}
.service-box h4 {
    text-align: left !important;
    letter-spacing: -0.2px;
    width:100%;
    /*background:red;*/
}
.service-box p {
    width: 100% !important;
    /*margin: auto !important;*/
    text-align: left !important;
    font-size:14px !important;
}
}
@media(max-width:768px){
    .main-flex-slider h1{
        line-height: 40px;
        padding: 0 5px;
        font-size: 40px;
    }
}
@media(max-width:633px){
    .main-flex-slider h1{
        line-height: 40px;
        padding: 0 5px;
        font-size: 35px;
    }
}

@media(max-width:673px){
    .cps li {
    list-style: none;
    float: left;
    width: 22%;
    }
}
.flex-slide-border{
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    width: 600px;
    max-width: 80%;
    margin: 10px auto;
}

/***intro-text*****/
.intro-wrap{
    background-color: #000;
}
#intro-text{
    font-family: 'HelveticaNeueLTStd-Roman';
}
#intro-text h3{
    font-family: 'HelveticaNeueLTStd-Roman';
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
}

/************heading section******/
.heading-section {
    margin-bottom: 20px;
}
.main-heading-2{
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 20px;
}
.main-heading span{
    font-size: 24px;
    font-family: 'HelveticaNeueLTStd-Bd';
    font-weight: 100;
    position: relative;
    color: #fff;
}
.main-heading span::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 5px;
    margin: auto;
    right: -20px;
    width: 20px;
    height: 1px;
    background-color: #fff;
}
.right-btn{
    float: right;
}
.sub-title {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0px;
    color: #FFFFFF;
    max-width: 550px;
    margin-bottom: 25px;
    font-family: 'HelveticaNeueLTStd-Roman';
    line-height: 1.5;
}
.sub-heading p {
    font-weight: 400;
    color: #888;
    font-size: 14px;
    line-height:1.4;
}
@media(max-width:480px){
.banner-subtext span {
    font-size: 36px !important;
}
.axis span {
    position: relative;
    font-size: 12px !important;
}
}
@media(max-width:433px){
    .main-heading span{
        font-size: 14px;
    }
}
.dci-logo {
    font-family: "helvetica-bold";
}
/******************services****************/
.service-box{
    text-align: center;
    margin-bottom: 1px;
}
.service-box i{
    width:95px;
    height: 95px;
    line-height: 95px;
    text-align: center;
    color:#f73a50;
    font-size: 36px;
    background-color: #eee;
    margin-bottom: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    opacity: 1;
}
.service-box:hover i{
    opacity: 1;
    transform: rotate(360deg) scale(1);
    color:#fff;
    background-color: #f73a50;
}
.service-box h4 {
    font-size: 18px;
    line-height: initial;
    letter-spacing: 1px;
    color: #fff;
    text-align: left;
    font-family: 'HelveticaNeueLTStd-Bd';
}
.service-box img {
    width: 90px;
    /*position: absolute;*/
    /*right: -20px;*/
    display: block;
    /*top: -50px;*/
    margin-top:-20px;
}
.service-box p {
    font-weight: 500;
    color: #;
    font-size: 11px;
    text-align: left;
    line-height: 1.5;
}
.service-box-2 h3{
    font-size: 18px;
    color:#444;
    font-weight: 400;
    text-transform: uppercase;
}
.service-box-2 h3 i{
    margin-right: 15px;
    color:#999;
    font-size: 23px;
    vertical-align: middle;
}
/*****************video player***********/
#ytp{
    width:100%;
    max-width:100%;
    height: 500px;
    display: table;
    background-color: #444;
    overflow-x: hidden;
    overflow-y: hidden;
    z-index: 1;
    position: relative;
     overflow-y: hidden !important;
        overflow-x: hidden !important;
}
@media(max-width:320px){
    #ytp{
        width:320px;
        overflow-y: hidden !important;
        overflow-x: hidden !important;
        height: 300px;
    } 
    .video-container h1{
        font-size: 20px;
    }
}
.video-container{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 3;
}
.video-container h1{
    margin-bottom: 20px;
    color:#fff;
    font-family: "HelveticaNeueLTStd-Bd";
}
.video-container p{
    color:#fff;
}
/*mix it up filter*/
.portfolio-mix h4 {
    font-size: 16px !important;
    line-height: 1.2;
}
#grid .mix{
    display: none;
    opacity: 0;
}
#grid .image-area {
    margin-bottom: 5px;
}
.full-width .col-md-3,.full-width  .col-sm-6{
    padding: 0px;
    margin: 0px;
}
.mix_all h4{
    font-size: 16px;
    margin-bottom: 0;
}
.full-width .image-area{
    margin-bottom: 0px !important;
}
.portfolio-filters{
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
}
.portfolio-filters li{
    display:inline-block;
    border:1px solid #888;
    padding: 8px 10px;
    letter-spacing: 4px;
    cursor: pointer;
    font-size: 12px ;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 400;
    color:#666;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.portfolio-filters li + li{
    margin-left:10px;
}
.portfolio-filters li:hover {
    background-color: #FFFFFF;
    color: #000;
    border-color: #FFFFFF;
}
.portfolio-filters li.active {
    background-color: #FFFFFF;
    color: #000;
    border-color: #FFFFFF;
}
.image-wrapper{
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.image-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    background-color: rgba(0,0,0,0.5);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.image-overlay p{
    position: absolute;
    top: 50%;
    margin-top: -10px;
    width:100%;
    text-align: center;
    color:#fff;
}
.image-wrapper:hover .image-overlay{
    opacity: 1;

}


.parallax {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}
.carousel{
    margin-bottom: 50px;
}
.carousel-control{
    top:50%;
    margin-top: -20px;
    width:60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}
.carousel-control span i{
    font-size: 44px;
}
.carousel-control.left,.carousel-control.right{
    background-image: none;
}
.project-detail{
    margin-bottom: 40px;
}
.project-detail h4{
    text-transform: uppercase;
    border-bottom: 2px solid #f5f5f5;
    font-size: 18px;
    
}
.project-detail p {
    font-weight: 300;
    font-size: 16px;
}
.project-detail .colored-text{
    font-size: 16px;
    text-transform: uppercase;
}
.work-cta{
    padding-top:60px;
    padding-bottom: 40px;
    background: #f2f2f4;
}
.work-cta a i{
    font-size: 25px;
}
.work-cta a{
    color:#999;
}
.work-cta a:hover{
    color:#ff8226;
}
/**************footer css sart *******************/

#footer {
    position: relative;
    background: #000;
    padding: 50px 0 40px 0;
}
.footer-col .widget-title {
    color: #fff;
    text-transform: initial;
}
.footer-col p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color:#bbb;
}
.widget-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
}
.widget-title:first-letter{
    border:none;
}
.footer-col p {
    font-size: 12px;
    line-height: 1.5;
    color: #fff;
    font-weight: 100;
    font-family: 'HelveticaNeueLTStd-Roman';
}
.recent-tweets li{
    color:#d5d5d5;
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #464647;
}
.recent-tweets li span{
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color:#bbb;
}
.recent-tweets li a{
    font-weight: 400;
}
.recent-tweets li a:hover{
    color:#fff;
}
.recent-tweets li a i{
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
    color:#d5d5d5;
}
/*footer bottom*/
#footer-bottom{
    background-color: #000;
}
.footer-nav {
    padding: 20px 0 0;
    text-align: center;
}
.f-menu-items{
    margin: 0px;
    padding: 0px;
}
.f-menu-items li:before {
    content: "|";
    margin: 0 12px 0 6px;
    color:#d5d5d5;
}
.f-menu-items li:first-child:before {
    content: "";
    margin: 0;
}
.f-menu-items li a{
    color:#bbb;
}
.f-menu-items li a:hover{
    color:#fff;
}
.footer-privacy-text {
    text-align: left;
    color: #fff;
    margin-bottom: 50px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.recent-post li {
    color: #fff;
    border-bottom: 1px dotted rgba(255,255,255,0.1);
}
.recent-post li a{
    color:#fff;
    font-size: 12px;

}
.recent-post li a:hover{
    color:#fff;
}
.recent-post li em{
    display: block;
    margin-top: 5px;
}
.stuck .nva{
    border-bottom: none;
}
/*************soical icons**********/
.social-1{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
    padding: 0;
}
.social-1 li a i {
    width: 25px;
    margin-bottom: 5px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #000;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    font-size: 16px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.social-1 li a i:hover{
    opacity: 0.8;
}
.social-1 li a i.fa-facebook {
    background-color: #FFFFFF;
}
.social-1 li a i.fa-twitter{
    background-color: #FFFFFF;
}
.social-1 li a i.fa-google-plus{
    background-color: #FFFFFF;
}
.social-1 li a i.fa-pinterest{
    background-color: #FFFFFF;
}
.social-1 li a i.fa-dribbble{
    background-color: #FFFFFF;
}
.social-1 li a i.fa-instagram{
    background-color: #FFFFFF;
}
.social-1 li a i.fa-youtube-play{
    background-color: #FFFFFF;
}
.social-1 li a i.fa-vimeo-square{
    background-color: #FFFFFF;
}
/*tooltip*/
.tooltip{
    font-size: 16px;
    line-height: 2;
}
.tooltip.top .tooltip-inner {
    background-color:#ff8226;
    padding: 6px 12px;
    font-size: 13px;
}
.tooltip.top .tooltip-arrow {
    border-top-color:#ff8226;
}
#blog h4 {
    font-size: 16px;
    margin-bottom: 0;
}
.pleb{
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

/**contact**/

.contct-info{
    background: url('../img/banner-3.jpg') no-repeat center center fixed;
    width: 100%;
    padding: 50px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.contct-detail{
    text-align: center;
    margin-bottom: 30px;
}
.contct-detail h3{
    color:#fff;
    margin-bottom: 20px;
    letter-spacing: 1px;

}
.contct-detail h3 i{
    font-size: 60px;
}
.contct-detail p{
    color:#fff;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
}
.contact-form-wrap{
    padding-top: 50px;
}
.contact-form-wrap form .form-control {
    min-height: 30px;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.8);
    color: #fff;
}
::-webkit-input-placeholder {
   color: #fff !important;
   letter-spacing: 1px;
   font-family: 'HelveticaNeueLTStd-Roman';
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff !important;
   letter-spacing: 1px;
   font-family: 'HelveticaNeueLTStd-Roman';
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff !important;
   letter-spacing: 1px;
   font-family: 'HelveticaNeueLTStd-Roman';
}

:-ms-input-placeholder {  
   color: #fff !important;
   letter-spacing: 1px;
   font-family: 'HelveticaNeueLTStd-Roman';
}
.help-block ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.help-block ul li{
    color:red;
}
.btn-2{
    margin-bottom:30px;
}
.alz{
    margin-top: 35px;
}

/*forms*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control{
    border: 2px solid #ddd;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    min-height: 45px;
    border-radius: 0;
    font-size: 12px;
    color: #7a7a7a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}



/**********testimonials***/

#testimonials{
    background-color: #000;
    padding-top: 50px;
}
.testi-feed img{
    float: left;
    /*margin-right: 30px;*/
    /*max-width: 128px;*/
    border-radius: 50%;
    -webkit-border-radius: 50%;
}
.testi-feed p{
    overflow: hidden;
    color:#fff;
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Lato', sans-serif;
}
.testi-feed span{
    font-family: 'Lato', sans-serif;
    color:#ff8226;
    font-style: normal;
    display: block;
    margin-top: 30px;
}
.person-wrap .person-desc{
    text-align: center;
}
.person-desc{
    padding: 10px 20px;
}
.person-desc.desc-2{
    background-color: #f5f5f5;
}
.person-desc h3{
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 0px;
}
.person-desc em{
    color:#ff8226;
    display: block;
    margin-bottom: 10px;
}

.team-social{
    margin-top: 20px;
    padding: 0;
    margin-left: 0px;
}
.team-social li a i{
    width:32px;
    height: 32px;
    line-height: 32px;
    background: #f2f2f2;
    color:#333;
    border: 0px solid #f1f1f1;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.team-social li a i:hover{
    color:#fff;
    background-color: #777;
}
.team-wide{
    margin-bottom: 50px;
}
.team-wide-desc h3{
    text-transform: uppercase;
    color:#000;
    margin-bottom: 5px;
}
.team-wide img{
    border-radius: 5px;
    -webkit-border-radius: 5px;
}
.team-wide-desc em{
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    color:#999;
}
.team-wide-desc p{
    font-size: 16px;
    line-height: 30px;
}
.blog-banner{
    background: url(../img/home-bg.png) no-repeat top center;
    padding: 243px 0 143px 0;   
}
.work-banner{
    background: url(../img/home-bg.png) no-repeat top center;
    padding: 243px 0 143px 0;   
}
#page-header h1{
    text-align: center;
    color:#fff;
    font-weight: 700;
    font-family: 'HelveticaNeueLTStd-Bd';
    
}
.breadcrumb{
    background-color: transparent;
    border-bottom: 1px dashed #ddd;
}
.inner-page-content{
    padding-top: 80px;
    background-color: #000;
}
.carousel-item{
    text-align:center;
    margin-bottom:5px;
    position:relative;
}
/******************************blog entry and sidebar***************/
.entry{
    margin-bottom: 80px;
}
.entry-title{
    font-size: 30px;
}
.entry-title a {
    color: #fff;
}
.entry-title a:hover {
    color: #FFFFFF;
}
.blog-columns .entry-title{
    margin-top: 25px;
    font-size: 25px;
}
/************image hover ****/
.image-area{
    overflow: hidden;
    position: relative;
    display: block;
}
.image-area img{
    width:100%;
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter:grayscale(100%);
    transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
}
.work-item{
    display:block;
    border:0;
    width:100%;
    height:200px;
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter:grayscale(100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.image-area:hover>a>.work-item{
    -webkit-filter:grayscale(0%);
    -moz-filter:grayscale(0%);
    -o-filter:grayscale(0%);
    filter:grayscale(0%);
}
.image-info {
display: block;
z-index: 120;
position: absolute;
padding: 10px 0;
width: 100%;
height: 100%;
top: auto;
left: 0;
bottom: 0;
text-align: center;
background:none;
opacity: 0;
filter: alpha(opacity=0);
/*-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;*/
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-ms-transition: all 0.3s;
}
.image-info-inner{
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width:100%;    
}
.image-info-inner h3 {
    position: relative;
    display: block;
    padding: 0px;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 0px;
    font-family: 'helvetica-bold';
}
.image-info-inner em{
    color:#fff;
    display: block;
}
.image-info i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    margin-right: 10px;
    font-size: 40px;
}

.image-area:hover .image-info {
/*-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);*/
opacity: 1;

}
.image-area:hover>a>img{
    -webkit-filter:grayscale(0%);
    -moz-filter:grayscale(0%);
    -o-filter:grayscale(0%);
    filter:grayscale(0%);
}
.image-info {
    /* -background: rgba(217, 91, 68, 0.85); */
    background:none;
}
.entry-meta{
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
}
.entry-meta ul{
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}
.entry-meta ul li a i{
    margin-right: 5px;
}
.entry-meta ul li a{
    color:#aaa;
}
.entry ul li a:hover{
    color:#fff;
}

.entry-meta li:after{
    content: '/';
padding-left: 9px;
padding-right: 8px;
}
.entry-meta li:last-child:after{
    content: "";
    display: none;
}
.read-more {
    display: block;
    margin: 30px 0;
}
.pagination{
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
.pagination-wrap{
    margin-bottom: 80px;
}
.pagination>li.active>a {
    background-color: #FFF;
    border-color: #ddd;
    color: #000;
}
.pagination>li>a {
    color: #8A8A8A;
}
.pagination>li>a:hover {
    color: #000000;
}
.left-img .entry .entry-title{
    font-size: 25px;
    margin-top: 0px;
    font-family: 'HelveticaNeueLTStd-Bd';
}
.author-image img{
    width:84px;
    height: 84px;
  
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    z-index: 2;
    color: #000;
    cursor: pointer;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #ddd;
}
.author-image{
     float: left;
    margin-right: 15px; 
}
.related-post{
    margin-top: 50px;
    margin-bottom: 30px;
}
.related-post .entry{
    margin-bottom: 30px;
}
.related-post h4 {
    margin-bottom: 20px;
    display: inline-block;
}
.bleach{
    font-size: 24px;
    font-family: 'HelveticaNeueLTStd-Bd';
    font-weight: 100;
    position: relative;
    color: #fff;
}
.bleach::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 5px;
    margin: auto;
    right: -20px;
    width: 20px;
    height: 1px;
    background-color: #fff;
}
.related-post .entry-title{
    font-size: 20px;
    line-height: 25px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.comments{
    margin-bottom: 80px;
}
.comment-box{
    margin-top: 40px;
}
.comment-box .comment-author{
    float: left;
    margin-right: 30px;
}
.comment-author img{
    width:84px;
    height: 84px;    
}
.comment-text{
    overflow: hidden;
}
.comment-text h5{
    margin-bottom: 5px;
}
.comment-box{
    margin-bottom: 20px;
}
.comment-box em{
    display: block;
    color:#999;
    margin-bottom: 5px;
}
.comment-text p{
    margin-bottom: 5px;
}
span.reply{
    display: block;
}
span.reply a i{
    margin-right: 5px;
}
span.reply a{
    color:#555;
}
span.reply a:hover{
    color:#ff8226;
}
.comment-form h4{
    margin-bottom: 20px;
}
.comment-form{
    margin-bottom: 50px;
}
/********************************sidebar***********************/
.sidebar-box{
    margin-bottom: 30px;
}
.sidebar-box h4{
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
.search-form{
    position: relative;
    display: block;
}
.search-form .form-control{
    border-radius: 30px;
    -webkit-border-radius: 30px;
    height: 45px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.2)inset;
}
.search-form .submit-btn{
    background: transparent;
    border: none;
    position: absolute;
    right:20px;
    top:11px;
}
ul.category-list li{
    background: url(../img/bullet.png) no-repeat  4px 15px;
    padding-left: 18px;
    padding-top:8px;
    padding-bottom: 8px;
/*    border-bottom: 1px solid #ddd;*/
}
ul.category-list li a{
    color:#999;
}
ul.category-list li a:hover{
    color:#ff8226;
    margin-left: 5px;
}
.entry-img{
    width:80px;
    height: 80px;
    float: left;
    margin: 0 15px 0 0;
    display: block;
 
}
.entry-img img{
       border-radius: 5px;
    -webkit-border-radius: 5px;
}
.entry-c{
    overflow: hidden;
}
.entry-c span{
    display: block;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.entry-c span a{
    color:#666;
}
.entry-c a:hover{
    color:#ff8226;
}
.entry-c em{
    color:#999;
}
.contact-wrap{
    margin-bottom: 50px;
}
.contact-wrap h4{
    margin-bottom: 30px;
}
.contact-wrap i{
    margin-right: 10px;
}
.contact-wrap p{
    margin: 0px;
}
.blank-page{
    padding-bottom: 150px;
    padding-top: 80px;
}
.blank-page h2{
    text-transform: uppercase;
}
.error-page{
    padding-bottom: 80px;
}
.error-page h2{
    font-weight: 700;
    text-transform: uppercase;
}
.error-page p{
    margin-bottom: 30px;
}
.error-page i{
    color:#f1f1f1;
    font-size: 200px;
    line-height: 200px;
    margin-bottom: 20px;
}
.center-heading{
    margin-bottom: 60px;
}
.center-heading h3{
    text-transform: uppercase;
    font-weight: 600;
}
.center-heading .center-line{
    width:70px;
    height: 2px;
    background-color: #999;
    display: block;
    margin: 0 auto;
}
.center-heading p{
    font-size: 21px;
    color:#777;
    margin-top: 20px;
    font-weight: 300;
}


/*****************cta******************/
.cta{
    padding: 50px 0;
    background-color: #f5f5f5;
}
    .cta h4{
   text-transform: uppercase;
   margin-top: 10px;
}
@media(max-width:768px){
    .cta h4{
    margin-bottom: 0px;
}
.axis li {
    float: left;
    width: 33%;
}
}


/*****************counters*************/
.counters{
    padding: 30px 0;
    /*background-color: #222;*/
}
.fact-col{
   text-align: center;
}
.fact-col span{
    display: block;
    font-weight: 700;
    color:#fff;
    font-size: 100px;
    font-family: "helvetica-bold"
}
.fact-col h4{
    color:#fff;
    margin-bottom: 0px;
    margin-top: 10px;
    font-weight: 300;
}
.separador-d {
    border-right: 1px solid #fff;

}


/**************Pricing tables************/
.plan-wrap{
    background-color: #333;
}
.plan-wrap.best{
   
    position: relative;
}
.popular{
    display: block;
    position: absolute;
    text-align: center;
   padding: 4px 10px;
    top:0px;
    color:#fff;
    background-color: #ff8226;
}
.plan-inner .plan-title{
    padding: 25px 25px 3px;
    color:#fff;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}
.plan-inner .plan-value span.amount{
    color:#fff;
    font-size: 60px;
}
.plan-inner .plan-value sup.value{
    vertical-align: top;
    font-size: 17px;
    top: 20px;
    position: relative;
    color:#fff;
}
.plan-inner .plan-value sub.time{
    vertical-align: bottom;
    color:#fff;
    font-size: 17px;
    bottom:20px;
}
.plan-features{
    padding-top: 10px;
    padding-bottom: 15px;
}
.plan-features li{
    padding: 2px 20px 13px;
    color:#999;
}
.plan-link{
    padding-bottom: 30px;
}

/***************elements*************/
.show-grid-block {
background-color: #EEE;
line-height: 40px;
min-height: 40px;
text-align: center;
border: 1px solid #FFF;
display: block;
}
.element-section{
    margin-bottom: 60px;
}
.element-section h2{
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 30px;
}
/*****************bootstrap tabs overrides*****************************/
/*tabs*/

.tabs .nav-tabs {
    border-bottom: none;
}
.tabs .nav-tabs  li {
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .tabs .nav-tabs  li {
        width: 100%;
        float: none;
        margin-bottom: 2px;
    }
    .tabs .nav-tabs  li  a {
        margin-right: 0 !important;
    }
    .tabs .nav-tabs  li.active  a {
        border-bottom: 2px solid #dcdcdc !important;
    }
}
.tabs .nav-tabs  li  a {
    background: #f7f7f7;
    margin-right: 2px;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    border-bottom: none !important;
    border-radius: 0;
    padding: 12px 20px;
    color: #6d6d6d;
    position: relative;
}
.tabs .nav-tabs  li  a:after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 3px;
}
.tabs .nav-tabs  li  a:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
}
.tabs .nav-tabs  li  a:hover {
    border-color: #f7f7f7;
}
.tabs .nav-tabs > li > a .fa {
    margin-right: 4px;
}
.tabs .nav-tabs  li.active  a {
    color: #ff8226;
    border-left-color: #eee;
    border-right-color: #eee;
    background: #fff;
}
.tabs .nav-tabs  li.active  a:after {
    background: #ff8226;
}
.tabs .nav-tabs  li.active  a:before {
    background: #fff;
}
.tabs .nav-tabs  li.active  a:hover {
    border-bottom-color: #fff;
}
.tabs .tab-content {
    padding: 15px 8px;
    border: 1px solid #eee;
    background: #fff;

}
.tab-content p{
    overflow: hidden;
}
.tabs .tab-content:before,
.tabs .tab-content:after {
    content: " ";
    display: table;
}
.tabs .tab-content:after {
    clear: both;
}
.tabs .tab-content p:last-child {
    margin-bottom: 0;
}
.form-element .form-control{
    height: 31px;
}
.buttons button{
    margin: 5px;
}
.banner-subtext span {
    color: white;
    font-size: 50px;
    float: left;
    text-align: left;
    line-height: 1;
    font-family: 'HelveticaNeueLTStd-Bd';
}
#notes .entry {
    margin-bottom: 0px;
    border-bottom: 2px solid transparent;
}
#notes .entry-meta {
    border-bottom: 1px solid #CECECE;
}
.xtr{
    padding-top: 130px;
}
@media screen and (max-width: 768px){
    .xtr{
    padding-top: 80px;
}
}
.services-wrap{
    border-bottom:1px solid #999;
    padding-bottom:40px;
}
.grayscale-div{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#222;
    /*opacity:0.9;*/
}
.blog-gallery-item{
    min-height:150px;
    -webkit-box-shadow:inset 0px 0px 0px 20px #000;
    -moz-box-shadow:inset 0px 0px 0px 20px #000;
    box-shadow:inset 0px 0px 0px 20px #000;
}
.item{
    min-height:500px;
}
.modal-gallery .modal-body{
    padding:10px;
}
.modal-gallery-content{
    padding:0;
    border-radius:0;
}
.slider-item {
    height: 400px;
    position: relative;
}
.portfolio-slider,
.slider-item {
    width: 100%;
}
.portfolio-slider {
    margin-top: 100px;
    margin-bottom: 100px !important;
}
.slick-dots {
    display: block !important;
}
.slick-dots li button {
    /*border: 1px solid #FFF !important;*/
    border-radius: 15px !important;
    width: 15px !important;
    height: 15px !important;
    color: #FFF !important;
}
.slick-dots li button:before {
    color: #FFF;
    width: 15px;
    height: 15px;
    line-height: 17px;
}
.slick-dots li.slick-active button:before {
    opacity: 0.9;
    color: #FFF;
}