*{
	margin:0;
	padding:0;
}
html,body{
	font-size:16px;
	font-family: 'Raleway', sans-serif;
	background: #fff;
	color:#000;
	line-height:1.7;
}
body{	
	background:url("../images/body-bg.jpg") repeat 0 0;
	background-size:contain;
}


a{
	color:#E5343E;
}
a:hover{
	text-decoration:underline;
	color:#154E95;
}
a, a:hover, a :focus, button, button:hover, button:focus, .buttonCustom{
	outline:0!important;
	text-decoration:none!important;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.inputCustom{
	font-size:1em;
	width:100%;
	padding:8px 10px;
	height:40px;
	
}
.buttonCustom{
	background:#ffa200;
	border-radius:10px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	padding:5px 15px 3px;
	color:#fff;
	text-align:center;
	font-family: 'Pompiere', cursive;
	font-size:1.2em;
	margin:0 auto;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	text-transform:uppercase;
	min-width:120px;
	font-weight:bold;
}
.buttonCustom:hover, .buttonCustom:focus{
	text-decoration:none;
	background:#3B3B3B;
	color:#fff;
}
h1,h2,h3, h4, h5,h6{	
	
	font-family: 'Raleway', sans-serif;
}

h1,h2,h3{
	margin:0 0 15px 0;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}

.plainRow{
	float:left;
	width:100%;
	clear:both;
}
.noPadding{
	padding:0!important;
}
.noMargin{
	margin:0!important;
}
.navbar-brand{
	font-size:1.5em;
	color:#000!important;
	height:auto;
}
.navbar-brand:hover, .navbar-brand:focus{
	font-size:1.5em;
	color:#000!important;
}
.navbar-fixed-top{
	border:none;
}
.navbar-fixed-top .navbar-collapse{
	max-height:370px;
}
.form-group{
	margin-bottom:20px;
}
.customInput:focus{
	border:1px solid #000;
	box-shadow:none;
}
.customInput{
	padding:10px;
	box-shadow:none;
	height:50px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
}
.customBtn{
	padding:10px 20px;
	display:inline-block;
	color:#E5343E;
	border:1px solid #E5343E;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	margin-top:30px;	
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	height:50px;
	background:none;
}
.customBtnSmall{
	padding:3px 5px 5px 5px; 
	width:150px;
	height:40px;
	font-size:1.2em;
}
.customBtn:hover, .customBtn:focus{
	text-decoration:none;
	background:#E5343E;
	color:#fff;
}
.header{
	background: 0 0;
}
.customNav{
	background:#fff url("../images/header-top-strip.jpg") no-repeat 0 bottom;
	background-size:contain;
	float:left;
	width:100%;
		-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;

}
.customNav .navbar-nav{
	float:right;
	color:#222;
	margin-top:22px;
}
.customNav .navbar-nav > li > a{
	color:#222;
}
.customNav .navbar-nav > li > a:hover, .customNav .navbar-nav > li > a:focus{
	color:#E5343E;
	background:none;
}
.shrink{
	box-shadow: 0 0 3px #999;
	transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;

}
.shrink .navbar-brand{
	padding:0;
	transition:all 0.3s ease;
-webkit-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
-ms-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;

}
.shrink .navbar-brand img{
	margin-bottom:5px;
	width:180px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;

}
.shrink .navbar-nav{
	margin-top:0;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;

}
.banner{
 background: rgb(44,179,224);
	background: -moz-linear-gradient(304deg, rgba(44,179,224,1) 0%, rgba(44,179,224,1) 50%, rgba(30,156,198,1) 50%, rgba(30,156,198,1) 100%);
	background: -webkit-linear-gradient(304deg, rgba(44,179,224,1) 0%, rgba(44,179,224,1) 50%, rgba(30,156,198,1) 50%, rgba(30,156,198,1) 100%);
	background: linear-gradient(304deg, rgba(44,179,224,1) 0%, rgba(44,179,224,1) 50%, rgba(30,156,198,1) 50%, rgba(30,156,198,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2cb3e0",endColorstr="#1e9cc6",GradientType=1); 
	float:left;
	width:100%;
	clear:both;
	padding-top:150px;
	padding-bottom:100px;
}
.noPadding{
	padding:0!important;
}
.punchline{
	margin-top:100px;
	font-size:2.9em;
	font-weight:bold;
	color:#fff;
	margin-bottom:80px;
	position:relative;
	text-transform:uppercase;
}
.punchline::after{
	background:#E5343E;
	height:3px;
	width:100px;
	position:absolute;
	left:0;
	bottom:-36px;
	content:"";
	left:0;
}
.punchline::before{
	background:#F28E30;
	height:3px;
	width:100px;
	position:absolute;
	left:0;
	bottom:-30px;
	content:"";
}
.subPunchline{
	font-size:2em;
	font-weight:bold;
	color:#fff;
	margin-bottom:30px;
}
.carousel .banner-control{
	background:none;
	font-size:50px;
	position:absolute;
	width:100%;
	z-index:999;
	top:50%;
}
.carousel .banner-control .left{
	left:30px;
	width:auto;
	font-size:1.1em;	
	top:30%;
	line-height:0;
}
.carousel .banner-control .right{
	top:30%;
	left:auto;
	right:30px;
	width:auto;
	font-size:1.1em;
	line-height:0;
}
.bgImage{
	position:absolute;
	z-index:-1;
	max-height:450px;
	opacity:0.1;
	left:0;
}
h1.secTitle{
	margin-top:0;
}
.secTitle{
	margin-top:50px;
	font-size:2.5em;
	font-weight:200;
	color:#000;
	margin-bottom:40px;
	position:relative;
	text-transform:uppercase;
}
.cmsEntry p{
	margin-bottom:25px;
}
/*
.secTitle::after{
	background:#E5343E;
	height:3px;
	width:100px;
	position:absolute;
	left:0;
	bottom:-36px;
	content:"";
	left:0;
}
.secTitle::before{
	background:#F28E30;
	height:3px;
	width:100px;
	position:absolute;
	left:0;
	bottom:-30px;
	content:"";	
}
*/
.secTitleCenter{
	text-align:center;
	margin-top:50px;
	font-size:1.8em;
	font-weight:600;
	color:#000;
	margin-bottom:40px;
	position:relative;
	text-transform:uppercase;
	
}
/*
.secTitleCenter::after{
	background:#E5343E;
	height:3px;
	width:100px;
	position:absolute;
	bottom:-36px;
	content:"";
	left:0;
	right:0;
	text-align:center;
	margin:0 auto;
}
.secTitleCenter::before{
	background:#F28E30;
	height:3px;
	width:100px;
	position:absolute;
	bottom:-30px;
	content:"";	
	left:0;
	right:0;
	text-align:center;
	margin:0 auto;
}
*/
.aboutSec{
	padding:100px 0;
}
.aboutSec .left{
	padding-right:50px;
}
.learnMoreBtn{
	padding:10px 20px;
	display:inline-block;
	color:#E5343E;
	border:1px solid #E5343E;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	-ms-border-radius:10px;
	margin-top:30px;	
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;

}
.learnMoreBtn:hover, .learnMoreBtn:focus{
	color:#fff;
	border:1px solid #E5343E;
	background:#E5343E;
	text-decoration:none;
}

.categorySec{
	background:#f9f9f9 url("../images/cat-bg.jpg") repeat 0 0;
	float:left;
	width:100%;
	padding:60px 0 100px;
}
.categorySec .learnMoreBtn{
	margin-top:0;
}
.catImg{
	
	padding:5px;
	/*padding:10px;*/
	margin-bottom:20px;	
	border:1px solid #eee;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	background:url("../images/border-image.png") repeat  ;

}
.catImg:hover, .catImg:focus{
	padding:10px;
	border:1px solid #fff;
	opacity:0.8;
	box-shadow:0 0 15px #000;
	-webkit-box-shadow:0 0 15px #000;
	-moz-box-shadow:0 0 15px #000;
	-ms-box-shadow:0 0 15px #000;
	-o-box-shadow:0 0 15px #000;
	
}
.categoriesBox{
	position:relative;
	display:block;
}

.categoriesBox h4{
	color:#000!important;
	position:absolute;
	bottom:0;
	background:rgba(255,255,255,0.85);
	width:calc(100% - 22px);
	left:11px;
	right:11px;
	padding:10px;
}
.catName{
	min-height:70px;
	text-transform:uppercase;
	color:#222;
	line-height:1.4;
}
.white{ 
	color:#fff!important
}
.brandSec{
	padding:50px;
}
.brandBox{
	width:270px;
	height:270px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;	
	position:relative;
	overflow:hidden;
	display:block;
	margin:0 auto 30px;
	background:url("../images/border-image.png") repeat /*linear-gradient(to right, #008C93, #00BF3E, #A7D836)*/ ;
	padding:5px;
	/*padding:15px;*/
	background-size:cover;
}
.brandCircle{
	width:calc(100% - 30px);
	height:calc(100% - 30px);
	border-radius:50%; 
	-webkit-border-radius:48%; 
	/*-webkit-border-radius:50%; */
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	background:#fff;
	position:absolute;
	z-index:99;
	top:15px;
	left:15px;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	opacity:1;
	padding:23px 0;
	text-align:center;	
	transform:scale(1);

}
.brandCircle img{
	margin:0 auto;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;	
	
}
.brandBox:hover .brandCircle{
	opacity:0;
	transform:scale(0);
}
.brandImg{
	
	background:#fff;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	padding:10px;
	margin-bottom:20px;	
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;	
	
}
.brandImg:hover, .brandImg:hover{
	
	transform:scale(1);
	/*
	border:1px dashed #000;
	box-shadow:0 0 15px #ccc;
	-webkit-box-shadow:0 0 15px #ccc;
	-moz-box-shadow:0 0 15px #ccc;
	-ms-box-shadow:0 0 15px #ccc;
	-o-box-shadow:0 0 15px #ccc;
	transform:rotate(20deg);
	-webkit-transform:rotate(20deg);
	-o-transform:rotate(20deg);
	-moz-transform:rotate(20deg);
	-ms-transform:rotate(20deg);*/
}
.btmSec{
	background:#f2f2f2;
	padding:50px 0 100px 0; 
}
#footer{
	background:#111;
	padding:50px  0;
	color:#fff;
	
}
.subBox{
	padding:0 50px;
	text-align:center;
}
#footer h3{
	font-size:1.3em;
	margin-bottom:30px;
	color:#fff;
	text-align:center;
	border-bottom:1px solid #666;
	padding-bottom:30px;
}
.footerList{
	margin:0 0 30px;
	padding:0;
	text-align:center;
}
.footerList li{
	list-style:none;
	padding:5px 10px;
	display:inline;
	
}
.footerList li a{
	color:#fff;
	text-align:center;
	display:inline-block;	
	font-size:0.8em;
}
.footerList li a:hover, .footerList li a:focus{
	color:#E5343E;
}
.footerBtm{
	background:#000;
	padding:30px;
	margin-top:50px;
	
	float:left;
	width:100%;	
}
.socialMedia{
	margin:0 auto;
	text-align:center;
	margin-bottom:20px;
}
.socialMedia a{
	color:#fff;
	margin:0 10px;
	font-size:1.6em;
}
.socialMedia a:hover, .socialMedia a:focus{
	color:#E5343E!important;
}
.copyright{
	margin-top:15px;
	font-size:0.9em;
}
.innerSection{
	margin-top:106px;
	background:none;
	padding:30px 0 100px;
}
.productBox{
	background:#f6f6f6;
	margin-bottom:40px;
}
.productInfo{
	padding:30px 20px 0;
	margin-bottom:30px;
	float:left;
	width:100%;
	clear:both;
}
.accBox{
	max-height:370px;
	overflow:hidden;
	overflow:auto;

}
.productHeading{
	margin:0;
	font-size:1em;
	font-weight:600;
	color:#000;
}
.pointRow{
	border-bottom:1px solid #eee;
	padding-bottom:10px;
	margin-bottom:10px;
}
.brandBanner{
	background:#f2f2f2 url("../images/brand-banner-bg.png") repeat 0 0;
	margin-bottom:30px;
	padding:15px 0 10px;
	text-align:center;
}
.bannerList{
	margin:0 10%;
	width:80%;
	
}
.bannerList li{
	display:inline-block;
}
.brandBannerImg{
	width:100px;
	background:#fff;
	border-radius:5px;
}
.productImgCol-right{
	position:relative;
}
.productImgCol-right .circle{
	position:absolute;
	top:43%;
	right:-50px;
	width:100px;
	height:100px;
	background:#F6F6F6;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;

}
.productImgCol-right .circle i{
	padding:30px 25px;
	font-size:2.5em;
	color:#F28E30;
}
.productImgCol-left{
	position:relative;
}
.productImgCol-left .circle{
	position:absolute;
	top:43%;
	left:-50px;
	width:100px;
	height:100px;
	background:#F6F6F6;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;

}
.productImgCol-left .circle i{
	padding:30px 47px;
	font-size:2.5em;
	color:#F28E30;
}


.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #ddd;
}
.panel-group,
.panel-group .panel,
.panel-group .panel-heading,
.panel-group .panel-heading a,
.panel-group .panel-title,
.panel-group .panel-title a,
.panel-group .panel-body,
.panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-radius: 2px;
  border: 0;
}
.panel-group .panel-heading {
  padding: 0;
}
.panel-group .panel-heading a {
  display: block;
  background: #000;
  color: #ffffff;
  padding: 15px;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
}
.panel-group .panel-heading a.collapsed {
  background: #e5e5e5;
  color: inherit;
}
.panel-group .panel-heading a:after {
  content: '-';
  position: absolute;
  right: 20px;
  top:5px;
  font-size:30px;
}
.panel-group .panel-heading a.collapsed:after {
  content: '+';
}
.panel-group .panel-collapse {
  margin-top: 5px !important;
}
.panel-group .panel-body {
  background: #ffffff;
  padding: 15px;
}
.panel-group .panel {
  background-color: transparent;
}
.panel-group .panel-body p:last-child,
.panel-group .panel-body ul:last-child,
.panel-group .panel-body ol:last-child {
  margin-bottom: 0;
}
.aboutBanner{
	background:#0865A2;
	margin-top:-30px;
	
}
.aboutTop{
	background: url(../images/company-icon.png) no-repeat center right;
	padding:80px 0;
}
.aboutTitle{
	font-size:4em;
	font-weight:bold;
	text-transform:uppercase;
	margin:20px 0;
	color:#F7AD2A;
}
.aboutContent{
	margin-left:100px;
	margin-top:-80px;
	margin-right:100px;
	
}
.thinkSlogan{

	font-size:2em;
	margin:30px 0 0;
}
.thinkSlogan span{
	color:#F7AD2A;
	font-weight:600;
}
.historyMileSec{
	padding:100px 0;
}
.bigTitle{
	font-size:2.5em;
	font-weight:bold;
	color:#333;
	margin:0 0 50px 0;
}
.historyBox{
	padding-right:70px;
}
.milestoneList{
	padding:0;
	margin:0;
}
.milestoneList li{
	background:url(../images/award-icon.png) no-repeat 0 15px;
	padding:12px 0 12px 40px;
	list-style:none;
	
}
.teamSection{
	
	padding:0 0 50px 0;
	margin:0 0 -100px 0;
}
.teamMemember{
	background:#F9F9F9;	
	text-align:center;
	padding:0 0 15px 0;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	margin:0 0 20px;
	overflow:hidden;
	position:relative;
}
.teamMemberInfo{
	position:absolute;
	top:100%;
	left:0;
	background:#000;
	height:100%;
	width:100%;
	transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	padding:15px;
	color:#fff;
	
}
.teamMemberInfo p{
	margin-bottom:15px;
	font-size:0.8em;
}
.teamMememberIMGInfo{
	height:80px;
	width:80px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	border:2px solid #999;
	
	

}
.teamMemember:hover .teamMemberInfo{
	opacity:1;
	top:0;
}
.teamMemember img{
	margin:0 auto 15px;
}
.teamMemember h2{
	font-weight:500;
	font-size:1.3em;
	margin-bottom:10px;
}
.teamMemember h4{
	font-size:1.1em;
	color:#999;
}
.socialID{
	margin:40px 0 0 0;
}
.socialID a{
	color:#fff!important;
}
.socialID a i{
	font-size:1.3em;
	padding:0 15px;
	color:#fff;
	
}
.teamMemember:hover{
	color:#000;
}
.teamMemember:hover> .teamMememberIMG{
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.teamMemember:hover > .socialID a i{
	color:#EB8B19;
}
.formBox{
	border:1px solid #eee;
	padding:30px;
	margin-bottom:50px;
}
.locationBox{
	position:relative;
	height:300px;
	padding:20px;
	border:1px solid #eee;
	overflow:hidden;
}
.mapBox{
	position:absolute;
	height:100%;
	top:60%;
	left:0;
	right:0!important;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;

}
.locationBox:hover .mapBox{
	top:0;
}
.locationBox p{
	margin-bottom:10px;
	font-size:0.9em;
}
.required{
	color:#f00;
	font-size:1.3em;
}
.form-group-30 {
    margin-bottom: 30px;
}
.formField label {
    font-size: 0.8em;
    font-weight: 500;
}
.inputCustom {
    border-bottom: 1px solid #d5d5d5!important;
    box-shadow: none;
    border-radius: 0;
    padding: 5px 0;
    border: none;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: currentcolor;
	font-size: 1em;
	width: 100%;
	padding: 5px 0;
	height: 40px;
	background: none;
}
textarea{
	resize:none;
}
.form-control:focus{
	box-shadow:none;
	border-color:#000!important;
}
.contactAdd{
	background:#f2f2f2;
	text-align:center;
	padding:15px;
}
.orange{
	color:#F28E30;
}
.addBox{
	background:#fff;
	padding:10px;
	margin-bottom:20px;
}
.modal-content{
	border-radius:0;
	border:5px solid #F8A929;
	margin-top:100px;
}
.modal-contentScroll {
  height:500px;
  overflow:auto;
}
.modal-title{
	font-size:1.5em;
	font-weight:600;
}
.newsBox{
	min-height:280px;
}
.newsBox .item-wrap{
	overflow:hidden;
	height: 272px;
	display: block;
	border:1px solid #eee;
	padding:10px;
	border-radius: 50px 50px 0 0;
	-webkit-border-radius: 50px 50px 0 0;
	-moz-border-radius: 50px 50px 0 0;
	-ms-border-radius: 50px 50px 0 0;
	-o-border-radius: 50px 50px 0 0;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.newsBox .item-wrap:hover{
	box-shadow:0 0 15px #000;
	-webkit-box-shadow:0 0 15px #000;
	-moz-box-shadow:0 0 15px #000;
	-ms-box-shadow:0 0 15px #000;
	-o-box-shadow:0 0 15px #000;
}
.newsBox .item-wrap img{
	border:none;
	padding:0;
	-webkit-transition:all 0.5s ease;
	transition:all 0.5s ease;
	border-radius: 50px 50px 0 0;
	-webkit-border-radius: 50px 50px 0 0;
	-moz-border-radius: 50px 50px 0 0;
	-ms-border-radius: 50px 50px 0 0;
	-o-border-radius: 50px 50px 0 0;
}
.newsBox .item-wrap img:hover{
	border:none;
	padding:0;
	transform:scale(1.1);
}
.modal-header .close{
	position:absolute;
	right:0;
	background: #F8A929;
	border-radius: 0;
	padding: 5px 14px;
	top: -40px;
	opacity: 1;
	right: -5px;
	font-size: 1.8em;
	text-shadow:none;
	color:#fff;
}
.modal-header .close:hover{
	color:#000;
}
.gallaryBox{
	margin-bottom:20px;
}

@media (min-width: 1300px) {
	.largeContainer{
		margin:0 auto;
		width:1200px;
	}
}
@media only screen and (min-width: 1200px) and (max-width:1299px) {
	.largeContainer{
		margin:0 auto;
		width:1100px;
	}
	.brandBox{
		width:240px;
		height:240px;
	}
	.brandCircle{		
		padding-top:70px;
	}
	.brandCircle img{
		width:90%;
	}
}
@media only screen and (min-width: 992px) and (max-width:1199px) {
	.largeContainer{
		margin:0 auto;
		width:992px;
	}
	.punchline{
		font-size:2.5em;
		margin-bottom:60px;
		margin-top:30px;
	}
	.subPunchline{
		font-size:1.9em;
	}
	.banner{
		padding:160px 15px 100px;
		
	}
	
	.nav > li > a{
		padding:10px 10px;
	}
	.navbar-brand{
		padding-bottom:5px;
	}
	.accBox{
		height:295px;
	}
	.productInfo {
		padding: 10px 10px 0;
	}
	
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.aboutTop{
		background: none;
		padding:30px  0 60px 0;
	}
	.aboutTitle{
		font-size:3em;
		font-weight:bold;
		text-transform:uppercase;
		margin:20px 0;
		color:#F7AD2A;
	}
	.aboutContent{
		margin-left:80px;
		margin-top:-70px;
		margin-right:0;
		
	}
	
	.historyMileSec{
		padding:50px 0 0;
	}
	.historyBox{
		margin-bottom:30px;
		padding-right:0;
	}
	.bigTitle{
		margin-bottom:25px;
	}
	.teamSection{
		padding:20px 0 70px;
		margin-top:20px;
		margin-bottom:-32px;
	}
		
	.teamMemember{
		margin:0;
	}
	.socialID a i{
		padding:0 5px;
	}
	.productImgCol-left .circle, .productImgCol-right .circle{
		position:absolute;
		top:auto;
		left:0;
		right:0;
		bottom:-40px;
		margin:0 auto;
		width:80px;
		height:80px;
	
	}
	.productImgCol-left .circle i{
		padding:15px 30px;
		transform:rotate(-90deg);
		font-size:2em;
	}
	.productImgCol-right .circle i{
		padding:15px 30px;
		transform:rotate(90deg);
		font-size:2em;
	}
	.nav > li > a{
		padding:10px 7px;
		font-size:0.9em;
	}
	.navbar-brand{
		
		padding:10px 15px 0;
	}
	.navbar-brand img{
		width:180px;
	}
	.customNav .navbar-nav{
		margin-top:17px;
	}
	.banner{
		padding:30px 15px 100px;
		
	}
	.banner .carousel img{
		margin:100px auto;
	}
	.punchline{
		font-size:2em;
		margin-bottom:65px;
	}
	.carousel .banner-control .right, .carousel .banner-control .left{
		font-size:0.9em;
	}
	.carousel .banner-control .right{
		left:60px;
	}
	.bgImageShadow{
		display:none;
	}
	.aboutSec{
		padding:50px 0;
	}
	.aboutSec .left{
		padding-right:0;
	}
	h1.secTitle{
		margin-top:0;
		font-size:1.8em;
		margin-bottom:65px;
	}
	.aboutSec .learnMoreBtn {
		margin-bottom:20px;
	}
	.categorySec{
		padding:0 0 30px;
	}
	.brandSec{
		padding:0 0 0
	}
	.btmSec{
		padding:0 0 30px;
	}
	.secTitleCenter{
		margin-top:40px;
	}
	#footer{
		padding-top:50px ;
	}
	.subBox{
		padding:0;
	}
	.secTitleCenter{
		font-size:1.5em;
		margin-bottom:60px;
	}
	.productImg{
		margin:0 auto;
		max-height:400px;
	}
	.productInfo h2{
		text-align:center;
	}
	.brandBox{
		width:240px;
		height:240px;
	}
	.brandCircle{		
		padding-top:70px;
	}
	.brandCircle img{		
		width:85%;
	}
}
@media only screen and (min-width: 361px) and (max-width: 640px) {
	.carousel {
		position: relative;
		margin-top: 75px;
	}
}
@media only screen and (min-width:481px) and (max-width: 767px) {
	.carousel {
		position: relative;
		margin-top: 75px;
	}
	.categoriesBox{
		width:320px;
		margin:0 auto 15px;
	}
	.catImg{
		max-width:380px;
		margin:0 auto;
	}
	.productImg{ 
		margin:0 auto;
		max-height:400px;
	}
}
@media only screen and (min-width: 300px) and (max-width: 480px) {
	.catImg{
		max-width:264px;
		margin:0 auto;
	}
	.brandImg{
		margin:0 auto;
	}
	.productImg{
		margin:0 auto;
		max-height:320px;
	}
	.categoriesBox{
		width:262px;
		margin:0 auto 15px;
	}
}
@media (max-width: 767px) {
	.shrink .navbar-brand img{
		margin-bottom:0;
	}
	.locationBox{
		margin-bottom:20px;
	}
	.newsBox{
		min-height:auto;
		margin-bottom:20px;
	}
	.aboutTop{
		background: none;
		padding:30px  0 60px 0;
	}
	.aboutTitle{
		font-size:3em;
		font-weight:bold;
		text-transform:uppercase;
		margin:20px 0;
		color:#F7AD2A;
	}
	.aboutContent{
		margin-left:80px;
		margin-top:-70px;
		margin-right:0;
		
	}
	
	.historyMileSec{
		padding:50px 0 0;
	}
	.historyBox{
		margin-bottom:30px;
		padding-right:0;
	}
	.bigTitle{
		margin-bottom:25px;
		font-size:2em;
	}
	.teamSection{
		padding:20px 0 50px;
		margin-top:20px;
		margin-bottom:-32px;
	}
		
	.teamMemember{
		margin:0 auto 30px;
		max-width:350px;
		
		
	}
	.socialID a i{
		padding:0 5px;
	}
	.productImgCol-left .circle, .productImgCol-right .circle{
		position:absolute;
		top:auto;
		left:0;
		right:0;
		bottom:-40px;
		margin:0 auto;
		width:80px;
		height:80px;
	
	}
	.productImgCol-left .circle i{
		padding:15px 30px;
		transform:rotate(-90deg);
		font-size:2em;
	}
	.productImgCol-right .circle i{
		padding:15px 30px;
		transform:rotate(90deg);
		font-size:2em;
	}
	
	.noPaddingXS{
		padding:0;
	}
	.productInfo h2{
		text-align:center;
	}
	.subBox{
		padding:0;
	}
	.secTitleCenter{
		font-size:1.5em;
	}
	#footer h3{
		padding-bottom:20px;
		margin-bottom:15px;
	}
	.navbar-toggle{
		background:none;
		margin-top:15px;
		padding:0px;
	}
	.navbar-toggle .icon-bar{
		background:#F6AC29;
		height:4px;
		
	}
	.customNav .navbar-nav{
		float:left;
		width:100%;
	}
	.navbar-brand{
		padding:0;
	}
	.navbar-brand > img{
		width:180px;
	}
	.punchline{
		font-size:2em;
		margin-bottom:60px;
	}
	.subPunchline{
		font-size:1.6em;
	}
	.banner{
		padding:20px 15px 80px;
	}
	.banner .carousel img{
		max-width:280px;
		margin:0 auto;
	}
	.carousel .banner-control .right, .carousel .banner-control .left{
		font-size:0.8em;
	}
	.carousel .banner-control .right{
		left:auto;
		right:20px
	}
	.bgImageShadow{
		display:none;
	}
	.aboutSec{
		padding:50px 0;
	}
	.aboutSec .left{
		padding-right:0;
	}
	h1.secTitle{
		margin-top:0;
		font-size:1.8em;
	}
	.aboutSec .left{
		margin-right:15px;
	}
	.aboutSec .learnMoreBtn {
		margin-bottom:20px;
	}
	.categorySec{
		padding:0 0 30px;
	}
	.brandSec{
		padding:0 0 0
	}
	.btmSec{
		padding:0 0 30px;
	}
	.secTitleCenter{
		margin-top:40px;
	}
	#footer{
		padding-top:30px ;
	}
	#footer h3{
		padding-top:30px;
	}
	.innerSection{
		margin-top:65px;
	}
	.bannerList {
		margin: 0 2%;
		width: 94%;
	}
	
}



.main-timeline{
    position: relative;
    z-index: 1;
}
.main-timeline:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #003f5b;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.main-timeline .timeline{
    margin-bottom: 30px;
    position: relative;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline-content{
    width: 48%;
    padding: 0 10px;
    transition: all 0.3s ease 0s;
}
.main-timeline .timeline-icon{
    width: 16px;
    height: 10px;
    background: #E5343E;
    margin: 0 auto;
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    z-index: 1;
}
.main-timeline .timeline-icon:before{
    content: "";
    position: absolute;
    border-bottom: 4px solid #E5343E;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -4px;
    left: 0;
}
.main-timeline .timeline-icon:after{
    content: "";
    border-top: 4px solid #E5343E;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    bottom: -4px;
    left: 0;
}
.main-timeline .date{
    display: inline-block;
	padding: 6px 13px;
	background: #E5343E;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	border-radius: 20px;
}
.main-timeline .timeline-content.left .date{
    margin-right: -4px;
}
.main-timeline .timeline-content.right .date{
    margin-left: -4px;
}
.main-timeline .title{
    display: inline-block;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 800;
    color: #333;
}
.main-timeline .description{
    padding: 10px 0;
    background: rgb(254, 254, 254);
    font-size: 14px;
    color: #003f5b;
}
.main-timeline .timeline-content.left{
    text-align: right;
}
.main-timeline .timeline-content.right{
    float: right;
}
.main-timeline .timeline-content.left .title{
    box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}
.main-timeline .timeline-content.right .title{
    box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15)
}
@media screen and (max-width: 767px){
    .main-timeline:before{
        left: 0;
        margin: 0;
    }
    .main-timeline .timeline-content{
        width: 90%;
        float: right;
    }
    .main-timeline .timeline-icon{
        margin: 0;
        left: -6px;
    }
    .main-timeline .timeline-content.left{
        text-align: left;
    }
}

.gallaryBox a{	
    display: block;
    width: 100%;
    background: #f5f5f5;
	overflow:hidden;
	height:120px;
	border:2px solid #ddd;

}
.gallaryBox a img{
    padding:0;
	max-width: 254px;
	max-height: 125px;
    background: #f5f5f5;
    margin: 0 auto;
    display: block;
	border-radius:0;
	border:none;
}