@font-face {
    font-family: 'Roboto-Light';
    src:  url('../fonts/Roboto/Roboto-Light.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Thin';
    src:  url('../fonts/Roboto/Roboto-Thin.ttf')  format('truetype');
    font-weight: normal;
    font-style: normal;
}
#wrapwrap {
    padding-top: 100px;
    overflow: hidden;
}
header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
:focus{
    outline: 0;
}
img {
    border-radius: 0;
}
body {
    font-size:16px;
    line-height: 1.3;
    color: #444;
font-family: 'Dosis', sans-serif;
    font-weight:400;
    background-color: #FFF;
    text-align: justify;
}
.navbar{
    min-height:100px;
}
header .navbar-default .navbar-nav > li > a {
    font-weight:600;
    -webkit-transition: color .15s ease-out,color .15s ease-out,border-color .15s ease-out,background-color .15s ease-out;
    -moz-transition: color .15s ease-out,color .15s ease-out,border-color .15s ease-out,background-color .15s ease-out;
    transition: color .15s ease-out,color .15s ease-out,border-color .15s ease-out,background-color .15s ease-out;
    color: #3d3d3d;
    font-size: 0.9em;

    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;

}
.navbar-nav.navbar-right .dropdown:hover .dropdown-menu{
    display:block;}
header .navbar-default .navbar-nav > li{
    padding: 25px 5px;
}
.dropdown-menu{
    min-width:200px;}
.navbar-default .navbar-nav > li  > a:after{
    content: '';
    position: absolute;
    bottom: -4px;
    width: 0;
    height: 0;
    border-bottom: 2px solid #c2302e;
    left: 0;
    -webkit-transition: width .2s ease-out;
    -moz-transition: width .2s ease-out;
    transition: width .2s ease-out;
}

.navbar-default .navbar-nav > li > a:hover,.navbar-default  .navbar-nav > li.active > a {
    color: #c2302e !important;
    font-weight:600;

}
.navbar-default .navbar-nav > li > a:hover:after,.navbar-default  .navbar-nav > li.active a:after{
    width: 100%;
}
header .navbar-nav.navbar-right .dropdown-menu > li > a,
header .navbar-nav.navbar-right .dropdown-menu > .active > a,header .navbar-nav.navbar-right .dropdown-menu > .active > a:hover,header  .navbar-nav.navbar-right .dropdown-menu > .active > a:focus{
    text-decoration: none;
    background-color: #c2302e !important;
    color: #fff !important;

}
header .dropdown-menu{
    padding :0;}

.dropdown-menu > li > a{
    padding:5px 20px;}
header .navbar-nav.navbar-right .dropdown-menu {
    top:75%;
    left:4px;
    background-color:#c2302e;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    background-color: #fff;
}
header .navbar-header{
    padding-top:25px;
}


.navbar.navbar-static-top ul.nav > li.divider{
    border:0;}
.owl-carousel .owl-item{
    width: 1029px;
}
#owl-stage-slider {
    overflow: hidden;
}
.owl-carousel .owl-item .image{
    height:500px;
}
.owl-carousel .owl-item img{
    height:100%;}
header a.navbar-brand img{
    max-height:100px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:0;
}
.navbar-default {
    background: #fff;

    padding-top: 0px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background-color: #fff;
}
.project .list-unstyled,
.project-thumb .list-unstyled{
    text-align:center;}
.project .list-unstyled li , 
.project-thumb .list-unstyled li{
    text-align:left;
}
.project-wrap{
    cursor: pointer;
    position:relative;
}

.project-wrap .info-wrapper{
    position: absolute;
    top:100%;
    left: 0;
    color: #fff;
    padding: 24px;
    width: 85%;
    -webkit-transition: all 0.2s ease-out; 
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; 
    visibility: hidden;
    opacity: 0;
}
.project-wrap:hover .info-wrapper{
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.project-wrap .info-wrapper .name{
    display:block;
    font-size: 1.5em;
    margin-bottom: 0.0625rem;
    transition: all 200ms ease-out;
}
.project-wrap .project-content{
    display:none;
}
.project-wrap  .project-image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(206, 46, 46,0.8);
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.project-wrap:hover .project-image:after{
    opacity: 1;
}
.project-wrap .info-wrapper .category{
    font-size: 1em;
    margin-bottom: 0.0625rem;
    transition: all 200ms ease-out;


}
.project-wrap .project-image{
    border-radius:0;
    width:100%;
    height:200px;
}
.project-wrap .project-image img{
    border-radius:0;
    width:100%;
    height:100%;
}

.project-content-inner .image{
    -lh-property: 0;
    width: -webkit-calc(100% + 60px);
    width: -moz-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transform: translate3d(-30px, 0, 0);
    -moz-transform: translate3d(-30px, 0, 0);
    -o-transform: translate3d(-30px, 0, 0);
    -ms-transform: translate3d(-30px, 0, 0);
    transform: translate3d(-30px, 0, 0);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-transition: all 0.35;
    -o-transition: all 0.35;
    transition: all 0.35;
    width:100%
}
.project-content-inner:hover .image {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition: all 0.4;
    -o-transition: all 0.4;
    transition: all 0.4;
      width:100%
}
#header .navbar-nav li:hover a{
    color:#25436f;
}
/* Main Slider */
.main-slide .slider-content {
    top: 50%;
    margin-top: -70px;
    left: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    color: #fff;
}
.main-slide img{
    width: 100%;}

.main-slide .white{
    color:#fff;
}
.main-slide  strong {
    color: #25436f
}
.main-slide .slider-content h2 {
    font-size: 3em;
    font-weight: 100;
    text-transform: uppercase;

}
.main-slide .carousel-control i {
    background: rgba(0,0,0,.7);
    color: #fff;
    line-height: 36px;
    font-size: 32px;
    padding: 15px 20px;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-slide .carousel-control i:hover{
    background: #25436f;
}
.carousel .item.active .animated2 {
    -webkit-animation: lightSpeedIn 1s ease-in 200ms both;
    animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
    -webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
    animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
    -webkit-animation: flipInX 1s ease-in 500ms both;
    animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated5 {
    -webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
    animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
    -webkit-animation: bounceIn 1s ease-in 500ms both;
    animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
    -webkit-animation: fadeInDown 1s ease-in 1000ms both;
    animation: fadeInDown 1s ease-in 1000ms both;
}

/* Counter*/
.counter-item {
    position: relative;
    text-align: center;
}
.counter-item i {
    font-size: 40px;
    color: #25436f;
}
.timer {
    font-size: 3em;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    color: #25436f;
}
.counter-item h5 {
    text-align: center;
    margin-bottom: 0px;
    color:#25436f;
    text-transform: uppercase;
}
/* project*/

.project-slide .item img{
    width:100%;
}

.product-thumb,
.project-thumb{
    height: 283px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ebebeb
}
.project .project-info ,
.project-thumb .project-info {
    position: relative;
    padding: 20px 0 0;
    text-align: center;
}
.project-thumb img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
.list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.project-thumb .mask {
    height: 281px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right:0;
    padding:0 10%;
}
.project-thumb .image{
    height: 229px;
}
.project-thumb .mask {
    background-color:#ce2e2e;
    color:#fff;
    -webkit-transform: translateY(228px);
    -moz-transform: translateY(228px);
    -o-transform: translateY(228px);
    -ms-transform: translateY(228px);
    transform: translateY(228px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.project-thumb:hover .mask {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);

}
.project-thumb:hover img {
    -webkit-transform: translateY(-228px);
    -moz-transform: translateY(-228px);
    -o-transform: translateY(-228px);
    -ms-transform: translateY(-228px);
    transform: translateY(-228px);
}

.oe_editable .project-thumb:hover .mask{
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}
.oe_editable  .project-thumb:hover img {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
}
.product-thumb .main h5,
.project-thumb .main h5{
    font-size:1.5em;
}
.project-thumb .main {
    height: 55px;
    padding: 3px 25px;
    display: block;
    vertical-align: middle;
    text-align:center;
}
.project-thumb:hover .main{
    padding-top:20px;
}

.products-list .container{
    margin-bottom:40px;
}
.block-views-services-block  .btn-primary,
.projects .btn-primary{
   display: block;
    width: 100%;
}
.btn-info:hover, .btn-info:focus, 
.btn-info{
    background-color: transparent;
    color: #313131;
    padding: 10px 0;
    border:0;
}
.btn-info .fa{
    color: #ce2e2e;
    padding-left: 5px;
}
.btn-info:hover .fa{
    padding-left: 8px;
}
.projects-nav li.active{
    color: #333333;
    border: 0;
    font-weight:700;
    border-bottom: 3px solid #ce2e2e;
}
.projects-nav li{
    padding-top: 0.5rem;
    padding-bottom: 0px;
}
.projects-nav li a{
    color: #999999;
    transition: all 200ms ease-out;
    border: 0;
    border-radius: 0; 
    font-weight:700;
}
.projects-nav li:hover a,
.projects-nav li:focus a{
    color: #333333;
    background: transparent;
}
.projects-nav.nav-tabs > li.active > a, .projects-nav.nav-tabs > li.active > a:hover, .projects-nav.nav-tabs > li.active > a:focus{
    border: 0;
    color: #333333;
}

.projects-nav{
    margin-bottom:20px;
    padding-top:5em;
    border:0;
    padding:5em 15px 0;
}

.project-perview{
    padding:0 15px 0;
}
.project-info li i{
    width: 25px;}
.project-info a{
    margin-top:45px;
}
.project-info h5{
    font-size:1.4em;
    text-align:center;
}
.btn-primary:focus,
.btn-primary:hover{
    color: #fff;
    background-color: #c2302e;
    border-color: #c2302e;
    transition: 0.4s;
    transition-timing-function: cubic-bezier(.36,.99,.69,1.2);
}
.project-thumb .btn-primary:hover,
.btn-primary {
    color: #fff;
    background-color: #fff;
    border-color: #7b7b7b;
    color:#7b7b7b;
    font-size:18px;
}
.project-slider .project-slide{
    border:1px solid #ccc;
    margin: 50px 0;
}
.project-slider-info .project-slide .carousel-inner{
    height:500px;
}
.project-slider-info .project-slide  .item img{
    height:100%;
}
.small-carousel-slider .carousel-control {
    width: 28px !important;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #f2f2f2;
    background-image:none;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    border: 1px solid #ccc;
}
.small-carousel-slider .carousel-control i {
    font-size: 1.2em;
    color: #ccc;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.small-carousel-slider .carousel-control:hover,
.small-carousel-slider .carousel-control:focus{
    color:#fff;
    background-color:#25436f;
}
.carousel-inner li{
    list-style:none;
}
.small-carousel-slider .control-container {
    position: absolute;
    top: 15px;
    right: 0;
    width: 100%;
    text-align: center;
}
.small-carousel-slider .carousel{
    padding-top: 45px;
}
.small-carousel-slider .carousel-control {
    position: relative;
    display:inline-block;
}
.small-carousel-slider  .carousel .carousel-control.left * {
    position: absolute;
    top: 0;
    z-index: 5;
    right: 10px;

}
.small-carousel-slider .carousel .carousel-control.left{
    left:0;}
.small-carousel-slider .carousel .carousel-control.right{
    right:0;
}
.colored-highlighted-message {
    padding: 50px 0;
}
.btn-primary .fa-arrow-circle-right{
    padding:0 5px;}
.colored-highlighted-message .block-title {
    color: #383838;
    font-size: 2.3em;
}
.colored-highlighted-message .block-subtitle {
    font-size: 1.2em;
}
.grey-bg {
    background-color: #f4f4f4;
}
.project-title-block{
    background:#723055;
    color:#fff;
}
.project-title-block .project-title{
    margin-bottom:20px;}
.project-body-block {
    background-color: #f4f4f4;
    padding: 20px 0;
}
.project-body-block .project-body{
    color: #575858;
    font-size: 1.1em;
}
.project-info-page .project-title{
    color: #969696;
    font-size: 2.5em;
}
.project-info-page .body{
    color: #969696;
}
.project-info-page ul li:nth-child(odd){
    background:#f4f4f4;
}
.project-info-page ul li{
    padding:10px;}
.project-info-page ul li i {
    font-size: 20px;
    width: 30px;
}
.project-slide .carousel-control {
    background-image:none;
}
.project-slide .carousel-control span {
    background-color: #575858;
    background-image: none;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    width: 30px;
    padding: 5px 8px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.project-slide .carousel-control > span:hover{
    background-color: #25436f;
}
.small-carousel-slider .carousel .carousel-control.right * {
    position: absolute;
    top: 0;
    z-index: 5;
    left: 10px;
}
.small-carousel-slider .carousel .carousel-control:hover{
    background-color: #25436f ;
}
.service-block .image{
    position: relative;
    height: 400px;
    overflow: hidden;
}
.single-page-section img,
.block-views-services-block .image img{
    width:100%;}
.block-views-services-block  .image img{
    height:290px;
    position:relative;
    -webkit-transition: all .5s ease-in-out !important;
    -moz-transition: all .5s ease-in-out !important;
    transition: all .5s ease-in-out !important;
    position: absolute;
    animation-play-state: running !important;
    top: 0;
    left: 0;
}
.block-views-services-block .section-title{
    padding-bottom:30px;}
.block-views-services-block .service-block:hover .image img{
    -webkit-transition: all 2.5s ease;
    -moz-transition: all 2.5s ease;
    transition: all 2.5s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.service-row{
    margin-top:50px;}
.block-views-services-block .image img{
    height:100%;
}
.clients-section .section-title,
.news .section-title,
.block-views-services-block .section-title{
    padding-bottom:30px;}

h3.block-title {
    font-size: 23px;
    font-weight: bold;
    margin: 0 0 35px;
    padding: 0 0 15px;
    line-height: 1.2;
    color:#333;
    position:relative;
}
.block-views-services-block .title{
    color:#333;
}
h3.block-title {
    float:left;
    border-bottom:2px solid  #ce2e2e;
}
.link-container{
    margin: 40px auto;
}
#section-pagetitle {
    border-bottom: 1px solid #e9e9e9;
}
.page-header{
    background-image: url('https://demo.proteusthemes.com/structurepress/wp-content/uploads/sites/28/2015/11/subpage_bg.jpg');
    background-repeat: repeat;
    background-position: top center;
    background-attachment: scroll;
    background-color: #f2f2f2;
    margin-bottom: 3.75em;
    padding-top: 3.5em;
    padding-bottom: 3.3125em;
    border-bottom: 1px solid #eeeeee;
    margin:0;
}
.section.section-services,
.project-slider-info{
    padding:50px 0;
}
.page_title{
    font-size:2.5em;
}
.big-image img {
    width: 100%;
    height: auto;}

.portfolio-detail  h2.title {
    font-weight: bold;
    font-size: 20px;
    color: #333;
    position: relative;
    padding-bottom: 10px;
}
.portfolio-detail{
    color:#777;
    padding-top: 50px;
    padding-bottom: 80px;
}
.portfolio-detail .field-label{
    font-weight: 800;
    float: left;
    padding-right: 10px;
}
.portfolio-detail ul{
    padding:0;}
.portfolio-detail li{
    list-style:none;
}
.our-services .block{
    position: relative;
    padding: 40px 10px 0px 105px;
    display: block;
    cursor: pointer;
    border: 1px solid;
    border-right: none;
    height: 180px;
    margin-bottom: 40px;
}
.our-services .block  span {
    text-align: center;
    padding-top: 15px;
    width: 70px;
    height: 80px;
    position: absolute;
    left: -10px;
    top: 45px;
    display: block;
    border: 1px solid #eee;
    background: #fff;
    border-right: none;
}
.our-services .block  {
    border-color: #eee;
    min-height: 220px;
}

.our-services .block  span:before, .our-services .block  span:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 80px solid #eee;
    border-right: 25px solid transparent;
    top: -1px;
    right: -25px;
}
.our-services .block   span  i:after, .our-services .block span  i:before {
    font-size: 30px;
}
.our-services .block   span:after {
    border-bottom-color: #fff;
    top: -2px;
    right: -23px;
}
.our-services .block   span {
    text-align: center;
    padding-top: 15px;
    width: 70px;
    height: 80px;
    position: absolute;
    left: -10px;
    top: 45px;
    display: block;
    border: 1px solid #eee;
    background: #fff;
    border-right: none;
}
.our-services .block:after {
    display: block;
    content: "";
    position: absolute;
    right: 0px;
    top: -1px;
    bottom: -1px;
    width: 4px;
    background: #eee;
}
.our-services .block:hover i{
    color:#fff;
}
.our-services .block:hover > span,
.our-services .block:hover:after{
    background: #25436f;
}
.our-services i{ 
    font-size: 40px;
}
.our-services  .blocl:hover > span:before,
.our-services .block:hover > span:after {
    border-bottom-color: #25436f !important;
}
.page-banner-section {
    padding: 60px 0;
    position: relative;
}
.page-banner-section h2 {
    color: #222222;
    font-size: 2em;
    font-weight: 700;
    margin: 0 0 15px;
    margin-bottom: 0;
}
.page-banner-section ul.page-depth li {
    display: inline-block;
    margin-left: 1px;
}
.page-banner-section ul.page-depth {
    margin: 0;
    padding: 0;
    text-align: right;
}
.page-banner-section ul.page-depth li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #222222;
}
.page-banner-section ul.page-depth li:before {
    content: '-';
    font-size: 13px;
    color: #666666;
    margin-right: 5px;
}
.page-banner-section ul.page-depth li a:hover {
    color: #25436f;
}
.single-page-section .project-content-box h2 {
    color: #222222;
    font-size: 17px;

    font-weight: 700;
    margin: 0 0 15px;
    font-size: 1.5em;
    margin-bottom: 20px;}
.single-page-section img {
    width: 100%;
    margin-bottom: 30px;
}
.single-page-section .project-content-box ul li {
    list-style: none;
    font-size: 1em;
    color: #666666;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px;
    margin: 0 0 8px;
}
.single-page-section .project-content-box ul li i {
    font-size: 13px;
    color: #25436f;
    width: 20px;
}
.single-page-section .project-content-box ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}
.our-services .block h4,
.single-page-section .project-content-box ul li span {
    color: #222222;
    font-weight: 700;
    margin-right: 10px;
}
.single-page-section{
    padding-top:50px;
}

.social-block{
    position: fixed;
    right: 0;
    top: 200px;
    width: 45px;
    min-height: 100px;
    z-index: 1000;
}
.social-block a{
    width:50px;
    height:45px;
    color:#fff;
    text-align: center;
    -webkit-transition: width .15s ease-in-out;
    transition: width .15s ease-in-out;
    position: relative;
    display: block;
    margin: 0;
    outline: 0;
    -webkit-transition: width .15s ease-in-out;
    transition: width .15s ease-in-out;
    overflow: hidden;
    background: #e8e8e8;
    z-index: 100030;
    float: right;
}
.social-block a:hover{
    width:75px;
}
.social-block a i{
    font-size:25px;
    padding:10px;}
.image-inner-wrap{
    position: absolute;
    bottom: 15%;
    color: #fff;
    position: absolute;
    vertical-align: bottom;
    text-align: left;
    -webkit-transition: left .2s ease-out;
    -moz-transition: left .2s ease-out;
    transition: left .2s ease-out;
    color: #fff;
    z-index: 2;
    padding: 10px 15px;
    left: 5%;
}
.slide-item.slick-active  .image-inner-wrap{
    -webkit-transition: left .7s ease-out;
    -moz-transition: left .7s ease-out;
    transition: left .7s ease-out;
    animation-name:rotateInDownLeft;
    animation-duration: 1s;
}
.image-inner-wrap{
    -webkit-transition: left .7s ease-out;
    -moz-transition: left .7s ease-out;
    transition: left .7s ease-out;
  
}
.owl-nav .owl-next {
    text-indent: -9999px;
    position: absolute;
    top: 45%;
    right: 20px;
    width: 27px;
    height: 52px;
    background:  url(../images/arrow-right.png) no-repeat;
}
.owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: 20px;
    width: 26px;
    height: 52px;
    text-indent: -9999px;
    background: url(../images/arrow-left.png) no-repeat;
}
.project-thumb .image img{
    height:100%;
    width:100%;
    border-radius: 0;
}
.parallax-section .image{
    height:200px;
}
.parallax-section .image img{
    width:100%;
    height:100%;
}
.partners-container{
    padding-top: 20px;
    padding-bottom: 20px;}

.text-section-title{
    color:#25436f;
    padding-bottom:10px;
}
.text-section-title  h1{
    font-size:2em;}
.text-section-body {
    margin-bottom:40px;}
.product-item  .product-image{
    height:200px;
    position:relative;
}
.product-image img{
    width:100%;
    max-height:450px;}


.product-thumb .mask{
    background-color:rgba(37,67,111,0.7);
    color:#fff;
}
.product-thumb .mask:hover{
    background-color:rgba(37,67,111,0.9);

}
.product-thumb .mask{

    width:100%;
    position: absolute;
    overflow: hidden;

    left: 0;
    bottom:0;
}
.product-thumb .main  {
    height: 65px;
    padding: 0px 25px;
    display: block;
    width:80%;
    float:left;  
}
.product-info{
    width:20%;
    float:right; 
    color: #fff;
    height: 65px;
    border-left: 1px solid #fff;
}  
.product-thumb .image,
.product-thumb .image img{
    height: 100%;
    width: 100%;}
.product-info .btn-info,
.product-info .btn-more{
    color:#fff;
    line-height: 4;
    background-color: transparent;
    border-color: transparent;
}
.product-intro{
    padding-bottom:50px;}
.product-thumb .main h5{
    height: 65px;
    vertical-align: middle;
    display: table-cell;
}
.products-slider .item{
    float: left;
    position: relative;
    padding-top:80px;
    text-align: center;}
.products-slider.products-list .item{
    padding-top:0px;
    margin-bottom:30px;
}
.products-list{
    padding-bottom:80px;
}
.products-slider .item img{
    width:100%;
    height:210px ;
    border-radius:0;
}
.products-slider .item .image{
    height:210px;
    position:relative;
    display:block;
}
.products-slider .item .image .product-text-holder{
    position: absolute;
    bottom: 10px;
    vertical-align: bottom;
    text-align: left;
    left: -15%;
    -webkit-transition: left .2s ease-out;
    -moz-transition: left .2s ease-out;
    transition: left .2s ease-out;
    color: #fff;
    z-index: 2;
    padding: 10px 15px;
    opacity:0;
    visibility:hidden;
    width: 85%;
    border-left: 1px solid #fff;
    margin:20px;
}
.edge-line{
    display: block;
    width: 0;
    bottom: calc(50% - 1px);
    left: 0;
    height: 1px;
    content: '';
    background-color: #fff;
    -webkit-transition: width 0s .3s;
    -moz-transition: width 0s .3s;
    transition: width 0s .3s;
    position:absolute;
    margin:-10px 0;
}
.products-slider .item:hover .image .product-text-holder{
    left: 0;
    -webkit-transition: left .3s ease-out;
    -moz-transition: left .3s ease-out;
    transition: left .3s ease-out;
    opacity:1;
    visibility:visible;
}
.products-slider .item:hover .edge-line{
    width: 100%;
    -webkit-transition: width .7s cubic-bezier(.23,1,.32,1) .28s;
    -moz-transition: width .7s cubic-bezier(.23,1,.32,1) .28s;
    transition: width .7s 
}
.products-slider .item .product-title {
    color: #fff;
    font-weight: 700;
    font-size: 1.2em;
    position:relative;   
    text-transform: uppercase;
    padding-bottom: 10px;

}
.product-content{
    padding-top:50px;}
.product-item .product-image-overlay,
.products-slider .item .product-image-overlay{
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-out;
    transform: translate(-50%, -50%);
}
.product-item:hover .product-image-overlay,
.products-slider .item:hover .product-image-overlay{
    top: 50%;
    visibility: visible;
    opacity: 1;
}
.product-item .product-image-overlay .button,
.products-slider .item .product-image-overlay .button {
    text-transform: uppercase;
    color: rgb(123, 123, 123);
    border-width: 2px;
    border-color: rgb(123, 123, 123);
    background: rgb(255, 255, 255);
    padding: 10px;
    width: 160px;
    text-decoration: none;
    cursor: pointer;
}
.product-item .product-image::after,
.products-slider .item .image::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background: rgba(206, 46, 46,0.8);
}
.product-item:hover .product-image::after,
.products-slider .item:hover .image::after {
    visibility: visible;
    opacity: 1;
}

.products-slider .item .product-title a:hover{
    color: #222222;
    text-decoration: none;
}
.products-slider {
    overflow: hidden;
    position: relative;
}
.home-section   .slick-next.slick-arrow{
    position: absolute;
    right:0%;
    top: 0;
    content: '';
    background: url(../images/arrow-right.png) no-repeat;
    width: 40px;
    height: 40px;
    border: 1px solid #9b9b9b;
    text-indent: -6000px;
    background-size: 20px;
    background-position: 7px;
    margin-top: 2%;
    border-radius: 7px;

}
.product-content .section-body{
    padding-bottom:5em;}
.product-page{
    padding-top:2em;}
.home-section   .slick-prev.slick-arrow{
    position: absolute;
    right: 5%;
    top: 0;
    content: '';
    background: url(../images/arrow-left.png) no-repeat;
    width: 40px;
    height: 40px;
    border: 1px solid #9b9b9b;
    text-indent: -6000px;
    background-size: 17px;
    background-position: 8px;
    z-index: 10;margin-top: 2%;
    border-radius: 7px;
}
.home-section.projects-slider-list .slick-arrow{
    top:-83px;}
.home-section.products-section{
    padding:50px 0;
    background: #f7f7f7;
    position:relative;
}
.products-section{
    padding:50px 0;
}

.home-section  .products-slider .slick-arrow:hover{
    background-color:#fff;}
.home-section.products-section .section-title{
    position: absolute;
    top: 30px;
}
.section.section-projects{
    padding:50px 0;
    overflow:hidden;
    position:relative;
}
.projects-slider-list{
    position:relative;
}

.button.grey {
    color: #7b7b7b;
    border: 2px solid #7b7b7b;
    background: #ffffff;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-transform: uppercase;
    padding: 24px 15px;
}
.button.grey:hover{
    background: #ce2e2e;
    border-color: transparent;
    color: #ffffff;
}
.section-title {
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    text-transform: uppercase;
    
}
.section-subtitle{
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    text-transform: uppercase;
}
.products-nav {
    margin-bottom: 50px;
    border-bottom:0;
    background-color: #f2f2f2;
    width: 100%;
}
.products-nav li{
    transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    width:20%;
    border-right:1px solid #fff;
    display: inline-block; 
}
.products-nav li a{
    transform: skewX(30deg);
    -moz-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    color:#333333;
    text-align: center;
}
.products-nav li.active{
    background:#c2302e;
    border:0;}
.products-nav li.active a,
.products-nav li.active a:hover,
.products-nav li.active a:focus{
    color: #fff;
}
.products-nav li:first-child{
    margin-left:20%;
    border-left:1px solid #fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus,
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    border:0;
}

.slide-item .image{
    text-align: center;
    height: 100%;
    overflow: hidden;
    position: relative;
    color: #FFF;
    width:100%;

}
.home-slider .slide-item {
    float:left;
    position:relative;
    border-right: 5px solid #fff;
    height:500px;
    overflow:hidden;
}
.home-slider .slide-item .image {

    position: relative;
    -webkit-transition: all 2s ease-in-out !important;
    -moz-transition: all 2s ease-in-out !important;
    transition: all 2s ease-in-out !important;
    position: absolute;
    animation-play-state: running !important;
    top: 0;
    left: 0;
}
.home-slider .slide-item.slick-current.slick-active .image{
    -webkit-transition: all 4s ease;
    -moz-transition: all 4s ease;
    transition: all 4s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.home-slider{
    overflow:hidden;
    position: relative;
}
.home-slider    .slick-next.slick-arrow{
    position: absolute;
    right: 1%;
    top: 50%;
    content: '';
    background: url(../images/slider-arrow-right.png) no-repeat;
    width: 50px;
    height: 50px;
    border:0;
    text-indent: -5000px;
}
.home-slider   .slick-prev.slick-arrow{
    position: absolute;
    left: 1%;
    top: 50%;
    content: '';
    background: url(../images/slider-arrow-left.png) no-repeat;
    width: 50px;
    height: 50px;
    border: 1px solid #9b9b9b;
    text-indent: -5000px;
    border:0;
    z-index:10;
}
.slider-overlay{
    background: rgba(0,0,0,0.7);
    background-size: cover;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
.slick-active .slider-overlay{
    background: rgba(0,0,0,0.3);
}

.partner-item  .logo img{
    width:100%;
    max-height:240px;}
.partner-item  .title{
    padding-top: 15px;
    font-size: 1.4em;
}
.landing-header-fullbg,
.landing-header {
    min-height: 100%;
    padding-top: 21.358216692587%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.oe_img_bg .landing-header{
    background-image:none !important;}
.landing-image{
    min-height: 100%;
    padding-top: 42%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
}
.landing-subnav-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 25%;
    height: 100%;
    background: rgba(206, 46, 46,0.7)
}
.landing-image-wrapper{
    position: absolute;
    top: 45%;
    color: #fff;
    left: 0;
    width: 100%;
    text-align: center;
}
.landing-subnav-wrapper h1{
    padding: 30% 20%;}
.feature-content{
    border: 1px solid rgba(0, 0, 0, 0.0784314);
    border-left: 3px solid rgb(238, 238, 238);

}
.feature-content:hover{

    border-left: 3px solid #ce2e2e;
}
.feature-content .feature-title{
    color: #333333;
    padding: 15px 35px;
    position:relative;
}
.feature-content .feature-title:before {
    position: absolute;
    content: '\f067';
    font-family: 'FontAwesome';
    left: 0.96875rem;
    top: calc(50% - 0.78125rem);
    width: 1.5625rem;
    height: 1.5625rem;
    text-align: center;
    line-height: 1.625rem;
    color: #999999;
}
.feature-content.active .feature-title:before{

    content: '\f068';
}
.feature-content .feature-title:hover {
    text-decoration: none;
    background-color: rgb(242, 242, 242);
}
.feature-content .feature-body{
    border-top: 1px solid rgba(0, 0, 0, 0.0784314);
    padding: 15px 35px;
    display:none;
}
.partners{
    padding:5em 0 3em;
}
.partner-item{
    text-align: center;
} 
.project-content-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -80px;
    z-index: 10;
    text-align: center;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.project-content-overlay h4 {
    color: #ffffff;
    font-size: 1em;
    font-weight:700;
    text-transform: uppercase;
    margin: 0 0 6px;
}
.projects-slider-list .project{
  /*   margin-top:60px; */
    overflow: hidden;
    float:left;
}
.projects-slider-list{
  /*   padding-top: 38px; */
}
.projects-slider-list  .project-image{
    height: 250px;
}
.projects-slider-list .project .project-image img{
    height: 100%;
    width: 100%;
}
.project-content-inner .image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgba(206, 46, 46,0.8);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.projects-slider-list .project:hover .project-content-inner .image:after{
    visibility: visible;
    opacity: 1;
}
.projects-slider-list .project:hover .project-content-overlay {
    bottom: 50%;
    margin-bottom: -20px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}
.projects-slider-list .project-info{
    color:#fff;
    padding: 7px 10%;
}

footer{
    border-top: 1px solid #e6e6e6;
    background-color: #f2f2f2;
    color: #666666;
    padding: 30px 0 0 0;
    background-image: url("https://demo.proteusthemes.com/buildpress-light/wp-content/themes/buildpress/assets/images/title-area-pattern.png");
}
footer a,
footer a:hover{
    color:#666666;
}
footer h4{
    font-weight:700;
    color: #3d3d3d;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    position:relative;
}
footer .container{
    padding-top:30px;
}
footer h4:after{
    position: absolute;
    content: "";
    background-color: #c2302e;
    height: 3px;
    width: 30px;
    bottom: -1px;
    left: 0;
}
.about-us-page img{
    width:100%;}
.about-us-page .container-fluid,
.about-us-page .col-md-6{
    padding:0;
}
.about-us-content{
    padding:2em 15px;}
.about-us-page .section-content{
    padding:50px;}
.about-us-page.page2 .section-content{
    padding:5px 15px 30px;}
.about-us-page .image img{
    max-height:500px;}
.about-us-page .section-subtitle{
    position:relative;
    padding-bottom: 10px;}
.about-us-page .section-subtitle:after{
    position: absolute;
    content: "";
    background-color: #c2302e;
    height: 3px;
    width: 30px;
    bottom: -1px;
    left: 0;
}
#jobs_grid a:hover,
#jobs_grid a{
    color:#444;
}
#jobs_grid{
    padding-bottom: 3em;
}
.website_apps .category-title{
    color: #3d3d3d;
    font-size: 1em;
    text-align: center;
    font-weight:600;
}
.active-products .o_secondary_nav{
    display:block !important;
}
.o_secondary_nav .website_apps:first-child{
    border-right:1px solid #e6e6e6;}
.o_secondary_nav{
    width:100%;
    top:78%;

    border-radius: 0;
    margin: 0;
    width: 100%;
    padding: 15px 0 15px !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    border-top: 1px solid #e6e6e6;
    background-color: #f2f2f2;
    color: #666666;

}
.o_secondary_nav li{
    list-style:none;
    padding: 5px 0px;
}
.o_secondary_nav li a{
    color:  #666666;
    position:relative;

    text-decoration: none;
}
.o_secondary_nav li a:hover{
    color:#c2302e;
}

.o_secondary_nav li  a:after {
    content: '';
    position: absolute;
    bottom: -4px;
    width: 0;
    height: 0;
    border-bottom: 2px solid #c2302e;
    left: 0;
    -webkit-transition: width .2s ease-out;
    -moz-transition: width .2s ease-out;
    transition: width .2s ease-out;
}
.o_secondary_nav li:hover  a:after{
    width: 100%;
} 

.project-perview {
    position: absolute;
    left: 0;
    right: 0;
    top: -100%;
    background: #FFF;
    z-index: 3;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    transition: top 0.5s ease-in-out;
}
.js-preview-mode .project-perview {
    opacity: 1;
    background: #fff;
    top:0;
}
.project-perview .project-item{
    width:100%;}
.project-perview .project-wrap .project-image{
    width:50%;

    float:left;
}
.project-perview .project-wrap .project-content{
    display:block;
    width:50%;

    float:left;
    min-height: 250px;
    background: #f2f2f2;
    color:#3d3d3d;
    padding: 80px 25px;
}
.project-perview  .project-wrap .info-wrapper{
    visibility: visible;
    opacity: 1;
    left: 50%;
    padding: 10px 25px;
    width: 40%;
    color:#3d3d3d;
    z-index:1;
}
.project-perview  .project-wrap .info-wrapper .title{
    color:#3d3d3d;
}
.projects-list{
    min-height:500px;}
.project-perview .project-wrap .project-image{
    height:250px;}

.js-close-preview{
    display:none;
    position: absolute;
    right: 40px;
    z-index: 100;
    top: 10px;
}
.js-preview-mode .js-close-preview {
    display:block;
    width:25px;
    height:25px;
}
.project-item .close{
    display:none;
}
.project-perview .project-item.expanded{
    margin:0;}
.clients-page{
    padding-top:4em;
    padding-bottom:4em;
}
.message-from-ceo{
    padding-top:4em;
    padding-bottom:4em;}
.project-item {margin-bottom:50px;}
.message-from-ceo img{width:100%;}
.message-from-ceo .section-subtitle{
    position:relative;
    margin-bottom: 30px;
    padding-bottom: 15px;

}
.message-from-ceo .section-subtitle:after{
    position: absolute;
    content: "";
    background-color: #c2302e;
    height: 3px;
    width: 30px;
    bottom: -1px;
    left: 0;
}
.breadcrumb{
    display:none;}
.job-vacancy{
    background-color: #f2f2f2;
    padding:40px 0;
}
.job-vacancy h4{
    margin-bottom:40px;
    font-weight: 700;
}

.js-close-preview:before {
    -webkit-transform: translate(15px, 5px) rotate(-45deg);
    transform: translate(15px, 5px) rotate(-45deg);
}

.js-close-preview:after {
    -webkit-transform: translate(15px, -15px) rotate(45deg);
    transform: translate(15px, -15px) rotate(45deg);
}

.js-close-preview:before, .js-close-preview:after {
    content: '';
    display: block;
    width: 3px;
    height: 20px;
    background-color: #9b9b9b;
}
.label{
    color:#4a4a4a;
    font-size:100%;}
.office-block{
    margin-bottom:30px;}
a:focus{
    text-decoratio:none;}
.contact-page{


    color: #fff;}
.contact-page{
    position:relative;
    background-size: cover;
    background-image: url('../images/tropical-sky01.jpg');
    overflow: hidden;
    background-position: 50% 50%;
    width: 100%;
    min-height: 700px;

}
.contact-page .container{
    position:relative;
}
.contact-page .container .content{
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 500px;
    width: 100%;
}
.contact-image{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(206, 46, 46,0.9);
    z-index:10;
}
.office-block .section-subtitle,
.office-block .label{
    color:#fff;
} 
.news-block .image img{
    width:100%;
    height: 300px;
}
.news-page .image img{
    width:100%;
    max-height: 400px;

}
.latest-news__content{
    border-top: 4px solid #c2302e;
    position: relative;
    padding: 1.875rem;
    border: 1px solid #eee;
}
.news__title{
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 2em;
    border-bottom: 1px solid #eee;
    position:relative;
}
.news__title:after{
    position: absolute;
    content: "";
    background-color: #c2302e;
    height: 3px;
    width: 50px;
    bottom: -1px;
    left: 0;
}
.news__date,
.news__text{
    color:#999999;
}
.news__content{
    padding: 20px 0 50px;
}
.latest-news__date{
    position: absolute;
    top: -1.7rem;
    padding: 5px 7px;
    background: #c2302e;
    left: 1.875rem;
    color: #fff;
}
.latest-news__title a:focus,
.latest-news__title a{
    color:#4a4a4a;
    font-weight:700;
    font-size: 1.4em;

}
.news .news-block{
    margin-bottom:30px;
}
.latest-news__text{
    color: #999999;
}
.js-success-stories-popup .tab-content{
    min-height: 200px;
}
.clients .item,
.clients-slider .item{
    padding: 0 15px;
    display: inline-block;
    vertical-align: middle;
}
.clients .item img,
.clients-slider .item img{
    width:100%;
    max-height: 130px;
    padding-top: 27%
}
.clients-section{
    padding-bottom:60px;
    position: relative;
}
.home-section .btn-primary{
    padding: 6px 70px;
}
.clients-slider{
    overflow:hidden;
    padding-top:30px;
}
footer .pull-right{
    display:none;}
    
    .a11{
position: absolute;
top: 38px;
width: 63px;
right: 9px;
z-index: 111111111111;
    }
@media screen and (min-width: 1440px){

    .home-slider .slide-item{
        height: 750px;
    }
}

@media screen and (max-width: 990px){
body{
font-size:14px;}
.home-slider .slide-item {

    height: 300px;
    }
    .home-section   .slick-prev.slick-arrow{
    right:15%;}
    .products-nav li{
    width:100%;}
    .products-nav li:first-child{
    margin-left:0;}
    .projects-slider-list .project{
    overflow:visible;
    }
     .a11{
position: absolute;
top: 84px;
width: 34px;
right: 21px;
    }
    
    }
    @media screen and (max-width: 420px){
    
    .a11{
position: absolute;
top: 84px;
width: 28px;
right: 23px;
z-index: -33333;
    }
    .products-slider .item .image {
    height: 150px;
    }
    
    
    
    }