/*
Theme Name: appliquertech
Theme URI: http://appliquertech.com
Description: A Perfect Theme for appliqertech website
Author: Harsh Chhaiya
Author URI: http://appliquertech.com/
Version: 1.0
Tags: responsive, white, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/

This is simple theme for appliquertech
*/





@charset "utf-8";
/* CSS Document */

/* Bootstrap  */
@import url('css/bootstrap.css'); 
/* Main  */
@import url('css/main.css');
/* Custom */
@import url('css/custom.css');
/* carousal */
@import url('js/owl-carousel/owl.carousel.css');

@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,300|Open+Sans);
#mainHeader{background:url('images/theme-pics/header-line.png') repeat-x bottom #fff; min-height:100px; box-shadow:0 0 10px rgba(0, 0, 0, 0.54);}

/* Comman */
p{line-height:25px; margin-top:15px; text-align:justify;}
.title-font{font-family: 'Roboto Slab', serif; font-weight:300; margin:0;}
.colpad-rht0{padding-right:1px;}
.colpad-lft0{padding-left:0;}
.mrg0{margin:0;}
.mrg-top2{margin-top:2px;}
.mrg-top1{margin-top:1px;}
.mrg-top15{margin-top:15px !important;}
.mrg-top35{margin-top:35px;}
.mrg-top-3{margin-top:-3px;}
.txt-upper{text-transform:uppercase; text-decoration:underline;}
.mrg-auto{margin:0 auto;}
.bdr-gray{width:100%; height:1px; background:#eaeef1; margin:65px 0; float:left;}
.overline{text-decoration:overline;}
.underline{text-decoration:underline;}
.weight400{font-weight:400;}
.bdr-top{border-top:1px solid #eaeef1;}
.linehight30{line-height:30px;}
.copyright-txt{font-size:12px; color:#999; margin-top:30px;}
/* Comman */

/* Slider */
.background{min-height:80px; min-width:100%; margin-top:100px; /*background:#c32921;*/ background:url(images/pattern2.png) repeat;}
/* End Slider */

/* Client Slider */
.client-back{background:#e8eaea; padding:10px 0;}
/* End Client Slider */

/* Detail Section */
.hangbar{background:url(images/arrow-bar.png) no-repeat scroll 50% 0; height:40px; position:relative; margin-top:-36px;}
.detailbx{background:#FFF; padding:10px 30px 30px; /*margin-top:-20px;*/}
.detailbx p,  .detailbx1 p{margin:0;}
.detailbx1{background:#FFF; padding:30px; /*margin-top:-20px;*/}

.servicebx-red{background:#e00202; padding:20px; min-height:250px; color:#fff;}
.servicebx-white{background:#ffffff; padding:20px; min-height:250px; color:#000;}
.servicebx-white:hover{background:#e00202; color:#fff; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
.servicebx-red1{background:#e00202; padding:20px; min-height:250px; color:#fff;}
.servicebx-white1{background:#ffffff; padding:20px; min-height:250px; color:#000;}
/* End Detail Section */

/* MEDIA QUERIES
================================================== */
@media (min-width: 320px) and (max-width: 480px) {
.colpad-rht0{padding-right:15px;}
.colpad-lft0{padding-left:15px;}
.servicebx-red1{background:#ffffff; color:#000;}
.servicebx-white1{background:#e00202; color:#fff;}
.background{min-height:55px;}
.detailbx{padding:10px;}

}

@media (min-width: 360px) and (max-width: 640px) {
.colpad-rht0{padding-right:15px;}
.colpad-lft0{padding-left:15px;}
.servicebx-red1{background:#ffffff; color:#000;}
.servicebx-white1{background:#e00202; color:#fff;}
.background{min-height:55px;}
.detailbx{padding:10px;}	

}

@media (min-width: 401px) and (max-width: 767px) {
	
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
.colpad-rht0{padding-right:15px;}
.colpad-lft0{padding-left:15px;}
.servicebx-red1{background:#ffffff; color:#000;}
.servicebx-white1{background:#e00202; color:#fff;}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
}
