body{
	font-family: 'Roboto', sans-serif !important;
	color:#fff !important;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', sans-serif;
}

h3.title{
	font-weight: 300;
	font-size: 40px;
	text-align: left;
}

.navbar-brand {
	height: auto;

	padding: 0px;
}

.text-block{
	padding-top: 100px;
}

@media only screen and (min-width:1024px) and (max-width:2500px) {
	section{
		padding-top: 12% !important;
	}
}

.text-block.controlled{
	padding-top: 0px;
}

ul.sidenav{
	position: fixed;
	top: 30%; 
	margin: 0px;
	padding: 0px;
	right: 0px;
}

ul.sidenav li{
	padding: 30px 30px;
	list-style-type: none;
	display: flex;
	min-height: 40px;
	min-width: 40px;
}

ul.sidenav li a{
	display: inline-block;
	min-width: 10px;
	min-height: 10px;
	background-color: #666;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 50%;
}

ul.sidenav li a:hover{
	background-color: #ec1a23;
}

.mainbanner-wrapper{
	position: relative;
}

.bannerimgs{
	position: absolute;
	top: 100px;
}

.img1{
	left: 167px;
	z-index: 10;
}
.img2{
	right: 105px;
	top: 120px;
}

.img3{
	left: -43px;
	top: 115px;
}

.img4{
	z-index: 20;
	top: 327px;
	left: 16px;
}

.img4 img{
	max-width: 600px;
}

.img2 img{
	max-width: 380px;
}

.img3 img{
	max-width: 350px;
	height: auto;
}

.bannerimgs .desc{
	position:absolute;
	top: -50px;
}

.img3desc, .img2desc{
	left: 100px;
}

.img1desc{
	left: 60px;
}

.mainbanner-wrappers{
	display: none;
}

@media only screen and (min-width:200px) and (max-width:1100px){
	.mainbanner-wrapper{
		display: none;
	}

	.mainbanner-wrappers{
		display: block;
	}
}















.gradient-bg{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666666+1,000000+100 */
	background: #666666; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #666666 -100%, #000000 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #666666 -100%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #666666 -100%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

section.black{
	background-color: #000;
}

p.desc-block{
	line-height: 24px;
	font-size: 16px;
	text-align: left;

}

button.btns-block{
	background-color: #eee;
	font-weight: 200;
	padding: 9px 14px;
	border-radius: 45px;
	max-width: 150px;
	float: left;
	min-width: 100px;
	border: 2px solid #eee;
	color: #000;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

button.btns-block:hover{
	border: 2px solid #eee;
	color: #eee;
	background-color:transparent;
}
.navbar {
	padding: 0px;
}

.navbar-default{
	background-color: #ec1a23;	
	padding: 20px 0px;
	border-bottom: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: transparent !important;	
}

i.fa-home{
	font-size: 20px;
}

.intro-section{
	padding-top: 85px;
	overflow: hidden;

}

.banner-image-wrapper h2{
	color: #fff;
	text-align: center;
	display: block;
	font-size: 50px;
	font-weight: 700;
	padding-top: 10%;
}

.banner-image-wrapper h2 span{
	color: #174d47;
	display: block;
}


@media(min-width: 768px){
	.navbar-nav>li>a{
		padding: 33px 15px;
		text-transform: uppercase;
	}





}

.about-section{
	background: #1d1c55;
	color: #fff !important;
	padding-top: 100px;
}



h1.page-heading{
	margin-bottom: 30px;
	font-size: 35px;
	text-transform: uppercase;
}

.icon-box{
	background-color:#4cb6aa; 
	min-height: 100px;
	margin-top: 30px;
}

ul.social-icons{
	margin-top: 25px;
}

ul.social-icons i{
	border: 1px solid #666;
	padding: 10px 15px;
}


.icon-box i{
	display: inline-block;
	text-align: center;
	min-width: 100px;
	min-height: 100px;
	height: 100px;
	width: 100px;
	line-height: 100px;
	color: #fff;
	font-size: 50px;
}

.services-section{
	height: 120%;
	padding-top: 90px;
}

.contact-section .heading p i{
	display: block;
	float: none;
	font-size: 15px;
}

.contact-section .heading p{
	font-size: 20px;
}


footer a{
	text-decoration: none;
	color: #666;
}

footer a:hover{
	text-decoration: underline;
	color: #666;
}

.right-align{
	text-align: right;
}

footer{
	padding: 14px 0px;
	background-color: #444;
	color: #fff;
}

@media only screen and (min-width:200px) and (max-width:1024px){
	footer{
		text-align: center;
	}

	footer p.pull-right{
		float: none !important;
	}
}

.gallery-section{
	background-color:#ccc;
	padding-top: 100px;
}



/*Digi factory styles*/

.center{
	text-align: center;
}

h3.digi-title{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 30px;
}

.digi-cont{
	font-size: 20px;
	line-height: 35px;
}

.digi-content{
	font-size: 20px;
	line-height: 25px;
}

a.btn-primary{
	display: inline-block;
	padding: 14px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-top: 40px;
}

a.btn-primary:hover{
	text-decoration: none;
}

p.icon-wrapper{
	display: inline-block;
	text-align: center;
	font-size: 100px;
}

p.icon-wrapper span{
	display: block;
	font-size: 24px;
	font-weight: 700;
}

.icon-detail{
	margin-top: 50px;
}

.flat:before{

	font-size: 100px;

}


#audit{
	padding-top: 90px;
}

.data-title{
	text-transform: uppercase;
	font-weight: 700;
}

.talktous{
	margin-bottom: 40px;
}

.academy-section{
	background-color: #eee;
}

input[type="text"], input[type="email"]{
	min-width: 100%;
	min-height: 40px;
	padding-left: 10px;
}

textarea{
	min-width: 100%;
	margin-top: 14px;
	padding-left: 10px;
}

p.contcont{
	text-align: left;
	font-size: 20px;
}

input[type="submit"]{
	min-width: 100%;
	min-height: 40px;
	background-color: #ff9600;
	color: #000;
	border: none;
	border-radius: 5px;
	margin-top: 20px;
	font-size: 15px; 
	font-weight: 700;
	text-transform: uppercase;
}

.btn-primary{
	background-color: #ff9600;
	color:#000;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
}

.btn-primary:hover{
	background-color: #ff7800;
}

h3.push{
	margin-bottom: 20px;
}



.mainsite-link a{
	text-decoration: none;
	color: #000;
	font-size: 13px;
	margin-top: 17px;

}



/*products page styles*/


.prod-table{
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 14px;
	border-radius: 20px;
	margin-top: 100px;
}

.prod-img{
	position: relative;
	top: -100px;
}

.prod-data{
	color: #000;
	position: relative;
	top: -100px;
	text-align: center;
}

.sub-title{
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 14px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding-top: 14px;
}

h3.prod-title{
	font-weight: 300;
	font-size: 25px;
}

ul.features{
	margin: 0px;
	padding: 0px;

}

ul.features li{
	display: block;
	text-align: center;
	padding: 12px 0px;
	border-bottom: 1px solid #000;
}

.prod-table-wrapper{
	padding-bottom: 100px;
}

.price-holder{
	background-color: #666;
	color: #fff;
	font-size: 25px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	border-radius: 0px 0px 20px 20px;
	padding: 14px;
	width: 100%;
	right: 0;

}

.buy-now{
	
	position: absolute;
	width: 60%;
	left: 20%;
	bottom: -32px;
	color: #fff;
	text-align: center;
}

.buy-now a{
	color: #fff;
	text-transform: uppercase;
	padding:14px 25px;
	background-color: #ed271b;
	border-radius:0px 0px 10px 10px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;

}

.buynow{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


.buy-now a:active, .buy-now a:focus, .buynow:focus, .buynow:active{
	outline:none;
	text-decoration:none;
}

.buy-now a:hover, .buynow:hover{
	background-color:#fff;
	text-decoration :none;
	color: #ed271b;
}

.extra-features{
	background-color: #fff;
	text-align: center;
	padding: 14px;
	border-radius: 20px;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*margin-top: 40px;*/
}

.feature-box{
	border-bottom: 1px solid #000;
	margin-bottom: 20px;
}

.feature-box:last-child{
	border-bottom: none;
	margin-bottom: 10px;
}

.feature-box p{
	font-size: 18px;
	margin-bottom: 14px;
	margin-top: 14px;
}

.extra-features img{
	max-width: 50px;
}


.prod-desc{
	background-color: #fff;
	color: #000;
	border-radius: 15px;
	padding: 10px;
	padding-left: 20px;
}

ul.features-inner{
	margin: 0px;
	padding: 0px;
	padding-left: 18px;
}

ul.features-inner li{
	margin-bottom: 10px;
}

.product-sub-title{
	border-top: 1px solid #000;
	padding-top: 20px;
	margin-top: 20px;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 10px;
}

.quantity-required{
	margin-bottom: 20px;
}

.quantity-required input[type="text"]{
	min-height: 40px;
	width: 100%;
	padding-left: 50px;
}

.quantity-box{
	position: relative;
}

button.qty{
	display: inline-block;
	position: relative;
	min-width: 40px;
	min-height: 40px;
	color: #fff;
	background-color: #ed1a23;
	border: none;
	outline: none;
}

button.qty:focus{
	border: none;
	outline: none;
}

button.qty:active{
	background-color: #a11b20;
}

button.quantity-inc{
	position: absolute;
	right: 15px;
	top: 0;
}

button.quantity-dec{
	position: absolute;
	left: 15px;
	top: 0;
}

.price-box{
	padding-top: 20px;
}

h4.prod-price{
	margin: 0px;	
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 40px;
	color: #ed1a23;
}

a.buynow{
	border-radius: 0px 0px 10px 10px;
	background-color: #ed1a23;
	color: #fff;
	display: inline-block;
	padding: 14px;
	max-width: 150px;
	min-width: 150px;
	min-height: 50px;
	text-align: center;
	font-size:18px;
}

.prod-extra-cont{
	margin-top: 30px;
	padding-top: 20px;
}


/*tabs styles*/

#exTab1 .tab-content {
	color : #000;
	background-color: #fff;
	padding : 5px 15px;
	font-size: 
}

#exTab2 h3 {
	color : #000;
	background-color: #ed1a23;
	padding : 5px 15px;
}

#exTab1 .nav-pills > li {
	margin-right: 5px;
}

#exTab1 .nav-pills > li > a {
	border-radius: 5px 5px 0px 0px;
	background-color: #eee;
	color: #000;
}

#exTab1 .nav-pills > li.active > a {
	border-radius: 5px 5px 0px 0px;
	background-color: #ed1a23;
	color: #fff;
}


#exTab3 .nav-pills > li > a {
	border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
	color : #000;
	background-color: #ed1a23;
	padding : 5px 15px;
}

/*End tabs styles*/



/*Checkout page-styles*/

p.cko-title{
	font-size: 25px;
	font-weight: 300;
	color: #000;

}
p.cko-prod-price{
	font-weight: normal;
	font-size: 15px;
}

p.cko-prod-price span{
	display: block;
	font-weight: 500;
}

p.cko-sub-title{
	font-weight: normal;
	font-size: 15px;
}


p.cko-sub-title span{
	font-weight: 500;
	display: block;
}

.cko-right input, .cko-right textarea{
	max-width: 400px;
	min-width: 200px;
	width: 60%;
	margin-top: 0px;
}



.cko-right .form-fields{
	margin-bottom: 14px;
}

.red-btn{
	border: none;
	background-color: #ed1a23 !important;
	color: #fff !important;
	text-align: center;
	max-width: 300px;
	min-width: 20px;
	min-height: 40px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


.prod-desc.cko{
	margin-bottom: 30px;
}


.cko-right{
	border-left: 1px solid #ccc;
	padding-left: 30px;
}


@media only screen and (min-width: 200px) and (max-width:600px){
	.cko-right input, .cko-right textarea{
		max-width: 400px;
		min-width: 200px;
		width: 90%;
		margin-top: 0px;
	}

	.cko-right{
		padding-left: 20px;
		border-left: none;
	}

}


@media only screen and (min-width:200px) and (max-width:1024px){
	.breadcrumb{
		display: none;
	}

	.prod-img{
		top: 0;
	}

	.prod-data{
		top: 0;
	}

	.prod-table{
		margin-top: 10px;
	}

	.extra-features{
		margin-top: 70px;
	}

	.prod-table-main{
		margin-top: 120px;
	}


	.prod-table-main>div>div{
		margin-bottom:60px;
	}

	.cko-left{
		margin-top:120px;
	}

	ul.sidenav{
		z-index: 100;
	}
}


@media only screen and (min-width:200px) and (max-width:768px){
	.intro-section.alter img{
		max-width:200px;
	}

	.intro-section.alter{
		padding-top: 5px;
	}

	.text-block{
		padding-top: 15px;
	}


	h3.title{
		font-size: 25px;
	}

	.intro-section.alter2{
		padding-top:50px;
	}

	.intro-section.alter img.temp{
		max-width:150px;
		margin-top: 20px;
	}
}