*, *:before, *:after{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif !important;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5{
	padding:0 !important;
	margin:0 !important;
}

p{
    color: #454545;
    padding: 0;
    margin: 0 !important;
}

a{
	text-decoration:none !important;
	padding:0;
	margin:0;
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

a:hover{
	text-decoration: none !important;
}

a:focus{
	text-decoration: none !important;
}

h1{
	font-family: 'Roboto Slab', serif;
}

.clear{
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden;
}

.main_div{
    max-width: 1200px;
    margin: 0 auto;
}

/*****************************************************************/

.home_sliders {
    position: relative;
    height: 100%;
    min-height: 100%;
    width: 100%;
}

@media (max-width: 800px) {
    .home_sliders {
        height: auto;
    }
}

.slider_panel {
    height: 100%;
    min-height: 100%;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
    position: absolute;
}

@media (max-width: 800px) {
    .slider_panel {
        display: table;
        cursor: default;
        position: relative;
        left: 0;
        clear: both;
        height: 400px;
    }
}

.panel-1 .video-background {
    background-image: url("../images/web-design-bg.jpg");
}

.panel-2 .content, .panel-2 .video-background {
    left: 25%;
}

.panel-2 .video-background {
    background-image: url("../images/web_apps_bg.jpg");
}

.panel-3 .content, .panel-3 .video-background {
    left: 50%;
}

.panel-3 .video-background {
    background-image: url("../images/mobile-app-bg.jpg");
}

.panel-4 .content, .panel-4 .video-background {
    left: 75%;
}

.panel-4 .video-background {
    background-image: url("../images/e-marketing-bg.jpg");
}

@media (max-width: 800px) {
    
    .slider_panel .video-background, .panel .content {
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .panel-2 .content, .panel-2 .video-background {
        left: 0;
    }
    
    .panel-3 .content, .panel-3 .video-background {
        left: 0;
    }
    
    .panel-4 .content, .panel-4 .video-background {
        left: 0;
    }
    
}

.video-background {
    position: absolute;
    height: 100%;
    min-height: 100%;
    width: 25%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.mobile_app, .web_design{
    height: 100%;
    min-height: 100%;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
    position: absolute;
    background: rgba(207,60,64,0.9) !important;
}

.web_apps, .e_marketing{
    height: 100%;
    min-height: 100%;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
    position: absolute;
    background: rgba(146,31,35,0.9) !important;
}

.content {
    position: absolute;
    height: 100%;
    overflow: hidden;
    width: 25%;
    z-index: 500;
    color: #fff;
    transition: all 0.3s;
}

@media (max-width: 800px) {
    .content {
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        position: relative;
    }
}

.video-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    transition: all 0.3s;
}

.video-overlay:hover {
    opacity: 0;
}

@media (max-width: 800px) {
    .video-overlay {
        display: none;
    }
}

.active-panel {
    cursor: default;
    z-index: 10000;
}

.active-panel .video-background {
    width: 100%;
    left: 0;
}

.active-panel .content {
    width: 100%;
    left: 0;
}

.active-panel .video-overlay {
    opacity: 0;
}

.active-panel .info-snippet {
    display: none;
    opacity: 0 !important;
}

.active-panel .info_img {
    display: none;
    opacity: 0 !important;
}

.active-panel .info-full {
    opacity: 1;
}

.info-snippet {
    font-family: 'Roboto Slab', serif;
    text-align: center;
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    opacity: 1;
    z-index: 1;
    letter-spacing: 0.06em;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.info-snippet h3 {
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.info-snippet p {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

.info_img{
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    color: #fff;
    opacity: 1;
    z-index: 1;
}

@media (max-width: 800px) {
    .info-snippet, .info_img {
        display: none;
    }
}

.info-full {
    display: block;
    opacity: 0;
    transition: all 0.3s;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    left: 0;
    padding: 20px 30px;
    width: 100%;
    max-width: 900px;
    height: 360px;
    top: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.info-full .info-img-ma{
    float: left;
    display: block;
    margin-right: 20px;
    width: 22%;
}

.info-full .info-content-ma{
    float: left;
    width: 75%;
}

.info-full .info-img{
    float: left;
    display: block;
    margin-right: 20px;
    width: 35%;
}

.info-full .info-content{
    float: left;
    width: 60%;
}

.info-full h3 {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.3;
}

.info-full .sub-title {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
}

.info-full a{
    border: 2px solid #fff;
    color: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    text-decoration: none;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 15px;
}

.info-full a:hover, .info-full a:focus{
    background: #fff;
    color: #921f23;
}

@media (max-width: 1024px) {
    
    .home_sliders{
        height: auto;
        min-height: 85%;
    }
    
    .video-background{
        width: 26%;
    }
    
    .info-snippet h3 {
        font-size: 25px;
        font-weight: 300;
        text-transform: uppercase;
        padding-bottom: 5px;
    }

    .info-snippet p {
      font-size: 16px;
      font-weight: 600;
      color: #fff;
    }
    
    .info_img img{
        width: 60%;
        height: auto;
    }
    
}

@media (max-width: 800px) {
    .info-full {
        display: block;
        position: relative;
        left: 0;
        bottom: 0;
        max-width: 100%;
        opacity: 1;
        height: auto;
    }
    
    .info-full .info-img-ma{
        width: 25%;
    }

    .info-full .info-content-ma{
        width: 70%;
    }
    
    .info-full .info-img{
        width: 45%;
    }

    .info-full .info-content{
        width: 50%;
    }
    
    .description {
        font-size: 14px;
    }
    
}

@media (max-width: 640px){
    
    .info-full .info-img-ma{
        text-align: center;
        float: none;
        display: block;
        width: 100%;
        margin: 20px 0;
    }

    .info-full .info-content-ma{
        float: none;
        width: 100%;
    }

    .info-full .info-img{
        text-align: center;
        float: none;
        display: block;
        margin: 20px 0;
        width: 100%;
    }

    .info-full .info-content{
        float: none;
        width: 100%;
    }
    
    .info-full a {
        padding: 12px 0;
        width: 100%;
        text-align: center;
        margin-top:20px;
    }
    
}

.description {
    padding-top: 15px;
    font-size: 15px;
    line-height: 1.3;
    color: #fff;
}

.close_slider {
    display: block;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    z-index: 1000000;
    font-weight: 300;
    opacity: 0;
    transition: all 0.3s;
}

.show-close {
    opacity: 0.7;
}

.show-close:hover {
    opacity: 1;
    color: #fff;
}

/*************************************************************************/

.vision_award_event{
    padding: 40px 0 10px;
}

.our_vision{
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #fff;
}

.our_vision h3{
    font-family: 'Roboto Slab', serif;
    display: block;
    padding: 30px 20px !important;
    border-bottom: 1px solid #dcdcdc;
    font-size: 22px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    vertical-align: middle;
}

.our_vision h3 img{
    padding-right: 10px;
}

.our_vision p{
    color: #555;
    font-size: 15px;
    letter-spacing: 0.02em;
    padding: 15px 20px;
}

.our_vision a{
    display: inline-block;
    font-family: 'Roboto Slab', serif;
    color: #bf141b;
    font-size: 15px;
    letter-spacing: 0.02em;
    padding: 0 0 0 20px;
    margin-bottom: 30px;
}

.our_vision a:hover{
    color: #222;
}

/*************************************************************************/

.main_title{
	text-align:center;
	font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px;
	letter-spacing:0.04em;
	color:#222;
}

.title_line{
	position:relative;
	display:block;
	background:#e9e9e9;
	width:100%;
	height:1px;
	margin:20px 0;
}

.title_line:before{
	position:absolute;
	content:"";
	width:10px;
	height:10px;
	background:#bf141b;
	border-radius:50%;
	right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.about_conduit{
    padding: 90px 0 40px;
}

.about_video .embed-responsive{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.about_conduit p
{
    font-size: 15px;
}

.about_conduit a
{
    color:#bf141b;
}

.about_conduit a:hover
{
    color:#222;
}

.about_bottom{
    margin-top: 30px;
}

.performance_indicators
{
    text-align:center;
    padding: 60px 0;
}

.performance_indicators img
{
    width:auto;
    height:100px;
}

.performance_indicators h3
{
    font-size: 15px;
    font-weight: 600;
    padding-top: 25px !important;
    color: #777;
    letter-spacing: 0.04em;
    line-height:20px;
}

.margin_top
{
    margin-top: 80px;
}

.projects{
    background: #f3f3f3;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 35px 20px 35px 60px;
}

.projects img{
    float: left;
    display: block;
    margin-right: 20px;
}

.projects h4{
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    color: #bf141b;
    line-height: 25px;
    letter-spacing: 0.04em;
}

.projects h4 span{
    font-size: 18px;
}

.team{
    display: block;
    background: #bf141b;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 35px 20px 35px 60px;
}

.team img{
    float: left;
    display: block;
    margin-top: 7px;
    margin-right: 20px;
}

.team h4{
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    color: #fff;
    line-height: 25px;
    letter-spacing: 0.04em;
}

.team:hover{
   background: #ac161c; 
}

/*************************************************************************/

.gallery{
    padding: 90px 0 40px;
}

.gallery p{
    font-size: 15px;
    color: #454545;
    padding-top: 10px !important;
}

#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display:none;
	overflow:hidden;
	margin: 0 0 20px 0;
	
}
div#portfoliolist {
	margin-bottom: 2em;
}

.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
	width: 100%;
}

.portfolio img {
	max-width:100%;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}

#filters {
	margin: 3% 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#filters li span{
	color: #555;
    cursor: pointer;
    display: inline-block;
    padding: 9px 23px;
    font-size: 14px;
    margin: 0 0.4em;
    letter-spacing: 1px;
    background: #f2f2f2;
    border: 1px solid #959595;
    border-radius: 4px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,0.16) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(0,0,0,0.16)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,0.16) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,0.16) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(0,0,0,0.16) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(0,0,0,0.16) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000', GradientType=0 );
}

#filters li span.active {
	color: #FFFFFF;
    background: #bf141b;
    border: 1px solid #bf141b;
}

#filters li span.filter:hover{
	background:#bf141b;
	color: #FFFFFF;
	border: 1px solid #bf141b;
}

#filters li {
	display: -webkit-inline-box;
}

.portfolio{
	position: relative;
}

.port-info 
{
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    display: none;
    background: rgba(0,0,0,0.8);
    padding: 7.5em 0px;
}

.portfolio:hover div.port-info {
    display: block;
}

.port-info h5 {
    font-size: 1.5em;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing:0.04em;
}

.port-info p {
    font-size: 1.5em;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
}

/*************************************************************************/

.services{
    padding: 90px 0 0;
}

.padding_l_r{
    padding-left: 0 !important;
    padding-right: 0 !important;
    width:20%;
    float:left;
}

.services_section{
    margin-top: 20px;
}

.services_section a{
    background: #000;
    display: block;
    position: relative;
    width: 100%;
    min-height: 390px;
    overflow: hidden;
}

.services_section a img{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
}

.services_section a h5{
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-size: 24px;
    color: #fff;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center;
    line-height: 32px;
    letter-spacing: 0.06em;
}

.ser_mobile_app{
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background: url("../images/mobile-app-service-bg.jpg") no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.15;
}

.ser_web_app{
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background: url("../images/web-app-service-bg.jpg") no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.15;
}

.ser_web_design{
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background: url("../images/web-design-service-bg.jpg") no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.15;
}

.ser_e_marketing{
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background: url("../images/e-marketing-service-bg.jpg") no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.15;
}

.testing_solution_bg{
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background: url("../images/testing-solution-bg.jpg") no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    opacity: 0.15;
}

.services_section a:hover > .ser_mobile_app, .services_section a:hover > .ser_web_app, .services_section a:hover > .ser_web_design,  .services_section a:hover > .ser_e_marketing, .services_section a:hover > .testing_solution_bg{
    -moz-transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);    
}

/*************************************************************************/

.products{
    padding: 90px 0 40px;
    background: #f6f6f6;
    text-align: center;
}

.products a{
    font-family: 'Roboto Slab', serif;
    text-align: center;
    display: inline-block;
    background: #bf141b;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px 40px;
    letter-spacing: 0.06em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.products a:hover, .products a:focus{
    background: #222;
    color: #fff;
}

.grid_products{
    margin: 25px 0;
}

.cogito{
    font-family: 'Roboto Slab', serif;
    float: left;
    text-align: center;
    background: #fff;
    width: 315px;
    height: 370px;
    padding: 30px 0 0;
}

.product_content h2{
    font-size: 17px;
    padding: 25px 0 5px !important;
}

.product_content .pricing{
    font-size: 18px;
    color: #696969;
}

.product_content .rating{
    font-size: 16px;
    margin-top: 15px;
    color: #e4e4e4;
}

.product_content .rating i{
    margin: 0 4px;
}

.product_content .rating .gold{
    color: #f2c615;
}

.crystalusion{
    font-family: 'Roboto Slab', serif;
    float: left;
    text-align: center;
    background: #fff;
    width: 330px;
    height: 370px;
    padding: 30px 0 0;
    margin-left: 5px;
}

.iphone_case{
    font-family: 'Roboto Slab', serif;
    float: left;
    text-align: center;
    background: #fff;
    width: 260px;
    height: 210px;
    padding: 16px 0 0;
    margin-left: 5px;
}

.iphone_case > .product_content h2{
    font-size: 15px;
    padding: 20px 0 5px !important;
}

.iphone_case > .product_content .pricing{
    font-size: 17px;
    color: #696969;
}

.iphone_case > .product_content .rating{
    font-size: 15px;
    margin-top: 10px;
    color: #e4e4e4;
}

.antenna{
    font-family: 'Roboto Slab', serif;
    float: left;
    text-align: center;
    background: #fff;
    width: 250px;
    height: 210px;
    padding: 16px 0 0;
    margin-left: 5px;
}

.antenna > .product_content h2{
    font-size: 15px;
    padding: 20px 0 5px !important;
}

.antenna > .product_content .pricing{
    font-size: 17px;
    color: #696969;
}

.antenna > .product_content .rating{
    font-size: 15px;
    margin-top: 10px;
    color: #e4e4e4;
}

.cachebox{
    font-family: 'Roboto Slab', serif;
    float: left;
    text-align: center;
    background: #fff;
    width: 515px;
    height: 155px;
    padding: 16px 0 0;
    margin-left: 5px;
    margin-top: 5px;
}

.cachebox > .product_img{
    float: left;
    padding: 35px;
}

.cachebox > .product_content{
    text-align: left;
    float: left;
}

.cachebox > .product_content h2{
    font-size: 17px;
    padding: 38px 0 5px !important;
}

.cachebox > .product_content .rating{
    font-size: 15px;
    margin-top: 5px;
    color: #e4e4e4;
}

/*************************************************************************/

.clients{
    padding: 90px 0 40px;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}

#quote-carousel .carousel-indicators li {
    width: 65px;
    height: 65px;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}

#quote-carousel .carousel-indicators .active {
    width: 100px;
    height: 100px;
    opacity: 1;
    transition: all .2s;
}

.item blockquote {
    border-left: none;
    margin: 0;
}

.item blockquote p{
    font-size: 16px;
}

.item blockquote small{
    font-size: 90%;
    line-height: 2.428571;
    font-weight: 600;
}

.item blockquote small span{
    font-weight: normal;
    font-style: italic;
}

.clients_logo{
    text-align: center;
}

.clients_logo img{
    display: inline-block;
    margin: 10px 8px;
}

/*************************************************************************/

.contact{
	padding: 90px 0 40px;
}

.contact h2{
	text-align:center;
	font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 30px;
	letter-spacing:0.04em;
	color:#222;
}

.contact_form h3, .address_contact h3{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px;
	letter-spacing:0.04em;
	color:#bf141b;
    padding: 30px 0 20px !important;
}


.input-wrapper {
    padding-top: 25px;
    position: relative;
    margin-bottom: 20px;
}

.input-wrapper span
{
    position:absolute ;
}

.input-wrapper input,
.input-wrapper textarea {
    width: 100%;
    resize: none;
    border: none;
    outline: none;
    display: block;
    overflow: hidden;
    border-bottom: solid 1px #e1e1e1;
    background-color: transparent;
    padding: 0 0 10px 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.input-wrapper textarea{
    height: 80px;
}

.input-wrapper:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #bf141b;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

.input-wrapper label {
    top: 25px;
    color: #ccc;
    position: absolute;
    pointer-events: none;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    font-size: 14px;
    font-weight: 400;
}

.input-wrapper.focus:after {
    padding: 0 50%;
    box-shadow: 0 1px 0 0 #bf141b;
}

.input-wrapper.focus label {
    color: #888;
    font-size: 14px;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
}

.input-wrapper.active label {
    font-size: 14px;
    transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    -moz-transform: translateY(-25px);
}

.captcha p{
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px !important;
}

.btn_form input[type="submit"]{
    background: #bf141b;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    outline: 0;
    width: 240px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    border-radius: 4px;
    letter-spacing: 0.02em;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.btn_form input[type="submit"]:hover, .btn_form input[type="submit"]:focus{
    background: #222;
    color: #fff;
}

.address_contact{
    width: 400px;
    margin: 0 auto;
}

.address_contact p{
    font-size: 16px;
    padding-bottom: 15px !important;
}

.address_contact h5{
    font-size: 16px;
    font-weight: 600;
    padding: 2px 0 !important;
    color: #454545;
}

.address_contact h5 span{
    margin-right: 8px;
}

.address_contact h5 span.call{
    font-size: 19px;
}

.address_contact .map{
    margin-top: 25px;
}

.address_contact h5 a{
    color: #454545;
}

.address_contact h5 a:hover{
    color: #df5050;
}

/***********************************************************************************/

.top_footer{
    background: #393939;
    padding: 20px 0;
}

.top_footer .social_links a{
    text-align: center;
    display: inline-block;
    width: 55px;
    height: 55px;
    background: #454545;
    color: #df5050;
    border-radius: 50%;
    font-size: 22px;
    padding-top: 17px;
    margin-right: 15px;
}

.top_footer a:hover, .top_footer a:focus{
    background: #df5050;
    color: #454545;
}

.top_footer .contact_links{
    margin-top: 6px;
}

.top_footer .contact_links h6{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 18px;
    color: #a7a7a7;
    display: inline-block;
    margin-right: 35px;
}

.top_footer .contact_links h6:last-child{
    margin-right: 0;
}

.top_footer .contact_links h6 span{
    color: #df5050;
    font-size: 22px;
    margin-right: 5px;
}

.top_footer .contact_links h6 a{
    color: #a7a7a7;
}

.top_footer .contact_links h6 a:hover{
    background: none;
    color: #df5050;
}

.middle_footer{
    background: #454545;
    color: #cecece;
    padding: 0 0 30px;
}

.middle_footer h2{
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.04em;
    display: block;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
    border-bottom: 1px solid #393939;
    padding-top: 30px !important;
    text-align: left;
    color: #cecece;
}

.middle_footer ul{
    margin: 0 0 0 15px !important;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.04em;
}

.middle_footer ul a{
    color: #cecece;
}

.middle_footer ul a:hover, .middle_footer ul a:focus{
    color: #df5050;
}

.middle_footer p{
    font-size: 15px;
    color: #cecece;
    line-height: 22px;
    letter-spacing: 0.04em;
}

.middle_footer h5{
    font-size: 15px;
    color: #cecece;
    line-height: 22px;
    letter-spacing: 0.04em;
    padding-top: 15px !important;
}

.middle_footer h5 a{
    color: #cecece;
}

.middle_footer h5 a:hover{
    color: #df5050;
}

.bottom_footer{
    background: #393939;
    padding: 15px 0;
}

.bottom_footer h5{
    text-align: left;
    font-size: 12px;
    color: #878787;
    letter-spacing: 0.04em;
}

.bottom_footer a
{
    display:block;
    text-align: center;
    font-size: 12px;
    color: #878787;
    letter-spacing: 0.04em;
}

.bottom_footer a:hover, .bottom_footer a:focus
{
    color:#fff;
}

.bottom_footer h6{
    text-align: right;
    font-size: 12px;
    color: #878787;
    letter-spacing: 0.04em;
    margin: 0 !important;
}

/********************************************************************/

@media only screen and (max-width: 1024px) {

    .projects{
        padding: 35px 20px 35px 45px;
    }

    .projects h4{
        font-size: 25px;
    }

    .projects h4 span{
        font-size: 16px;
    }

    .team{
        padding: 35px 20px 35px 35px;
    }

    .team h4{
        font-size: 18px;
    }
    
    .cogito {
        width: 280px;
    }
    
    .crystalusion {
        width: 300px;
    }
    
    .iphone_case {
        width: 210px;
        padding: 10px 0 0;
    }
    
    .iphone_case > .product_content h2 {
        padding: 12px 0 5px !important;
    }
    
    .antenna {
        width: 189px;
    }
    
    .cachebox {
        width: 404px;
    }
    
    .cachebox > .product_img {
        float: left;
        padding: 45px 0 0;
    }
    
    .cachebox > .product_img img{
        width: 70%;
    }
    
    .cachebox > .product_content h2 {
        font-size: 17px;
        padding: 38px 0 5px !important;
    }
    
    .top_footer .contact_links h6{
        font-size: 17px;
        margin-right: 30px;
    }
    
    .top_footer .contact_links h6:last-child{
        margin-right: 0;
    }
    
}

@media only screen and (max-width: 980px){
    
    .performance_indicators
    {
        padding: 40px 0;
    }

    .performance_indicators h3
    {
        padding: 30px 0 !important;
    }

    .margin_top
    {
        margin-top: 30px;
    }
    
    .services_section a h5{
        font-size: 20px;
    }
    
}

@media only screen and (max-width: 770px){
    
    .about_video{
        margin-top: 20px;
    }
    
    .padding_l_r{
        width:50%;
    }
    
    .projects{
        margin-bottom: 15px;
    }
    
    .contact {
        padding: 20px 0;
    }

    .address_contact{
        width: auto;
    }
    
    .social_links{
        text-align: center;
        margin-bottom: 20px;
    }
    
    .top_footer{
        text-align: center;
    }
    
    .top_footer .contact_links {
        text-align: center;
    }
    
    .top_footer .contact_links h6 {
        font-size: 16px;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        margin-right: 25px;
    }
    
    .top_footer .contact_links h6:last-child{
        margin-right: 0;
    }
    
    .top_footer .contact_links h6 span {
        font-size: 20px;
    }
    
    .top_footer .social_links a {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    
}

@media only screen and (max-width: 640px){
    
    .services_section a {
        min-height: 340px;
    }
    
    .about_conduit, .portfolio, .services, .products, .clients, .contact{
        padding: 30px 0;
    }
    
    .performance_indicators
    {
        padding: 40px 0 0;
    }
    
    .performance_indicators h3
    {
        padding: 20px 0 40px !important;
    }
    
    .margin_top
    {
        margin-top: 0;
    }
    
    .padding_l_r{
        width:100%;
        float:none;
    }
    
    .products a{
        font-size: 15px;
        padding: 10px 30px;
    }
    
    .cogito {
        width: 100%;
        height: auto;
        padding: 20px;
    }
    
    .product_content h2{
        font-size: 15px;
    }
    
    .product_content .pricing{
        font-size: 17px;
    }
    
    .crystalusion {
        width: 100%;
        border-left: 0;
        margin-top: 5px;
        height: auto;
        padding: 20px;
    }
    
    .iphone_case {
        width: 100%;
        border-top: 0;
        margin-top: 5px;
        height: auto;
        padding: 20px;
    }
    
    .antenna {
        width: 100%;
        border-left: 0;
        border-top: 0;
        margin-top: 5px;
        height: auto;
        padding: 20px;
    }
    
    .cachebox{
        height: auto;
        padding: 20px;
    }
    
    .cachebox > .product_img{
        float: none;
        padding: 0;
    }
    
    .cachebox > .product_img img{
        width: 30%;
    }

    .cachebox > .product_content{
        text-align: center;
        float: none;
    }
    
    .cachebox > .product_content h2 {
        font-size: 15px;
        padding: 25px 0 5px !important;
    }
    
    .top_footer .social_links a {
        width: 40px;
        height: 40px;
        font-size: 14px;
        padding-top: 11px;
    }
    
    #quote-carousel .carousel-control{
        display: none;
    }
    
    .top_footer .contact_links h6{
        font-size: 14px;
        margin-right: 0;
    }
    
    .middle_footer h5{
        display: none;
    }
    
    .middle_footer ul{
        font-size: 14px;
        line-height: 25px;
        letter-spacing: 0.02em;
    }
    
    .bottom_footer h5{
        text-align: center;
        font-size: 10px;
        padding-bottom: 5px !important;
    }

    .bottom_footer h6{
        text-align: center;
        font-size: 10px;
    }
    
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(191, 20, 27, 0.8) url(http://codyhouse.co/demo/back-to-top/img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 4px;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.cd-top:hover {
    background-color: #bf141b;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 50px;
        width: 50px;
        right: 30px;
        bottom: 30px;
    }
}

@media only screen and (max-width: 480px){
    
    .tcb-quote-carousel {
        min-height: 520px;
    }
    
}

/*****************************************************************/




















