@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
@import url('https://fonts.googleapis.com/css?family=Merienda+One');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Muli');

@font-face {
    font-family: 'times';
    src: url(../fonts/timesbd.ttf);
}

header {
	text-align: center;
	padding: 20px 0px 0 0;
}

header h2 {
	font-family: 'times';
	font-size: 38px;
	color: #215C91;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
	margin-top: 10px;
	text-transform: uppercase;
	position: relative;
}

.logo h2 sup{
	color: #222;
	font-size: 18px;
	position: absolute;
	top: 3px;
	font-family: 'Open Sans', sans-serif;
}

.t-mnt{
    margin-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	background: #8699aa;
	padding: 1px 12px;
	color: #fff;
}

header p{
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
   font-weight: 600;}

header .since {
	font-family: 'Open Sans', sans-serif;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 0px;
	color: #000;
	padding: 3px 0;	
	font-size: 15px;
}
header .logo img {
	display: inline-block;
	width: 6%;
}
.menu{
	text-align: center; 
}
.menu1{
	display: inline-block;
}
.navbar-default {
	background: no-repeat;
	border: none;
}
.nav .active::before{
    display: none;
}
.nav > li::before{
	position: absolute;
    content: '';
    background: #ccc;
    width: 1px;
    height: 20px;
    top: 10px;
    left: 0;
}
.navbar {
	font-family: 'Open Sans', sans-serif;
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 0px solid transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	color: #0F0F0F;
	background: none;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #EB532F;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #333;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
	color: #333;
	background: none;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 20px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > .dropdown-menu {
	top: 8px;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.sec1{
	padding:40px 0px;
	text-align:center;
}
.sec1 h1 {
	text-align: center;
	font-family: 'times';
	font-size: 34px;
	font-weight: 600;
	margin-bottom: 0;
}
.sec1 h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	font-weight: 600;
}
.sec1 p {font-size: 13px;
	font-family: 'Raleway', sans-serif;
	line-height: 25px;
}
.sec1 .btn-default {
	color: #EB532F;
	background-color: #fff;
	border-color: #eb532f;
	border-radius: 0;
}
.sec1 .btn-default:hover {
	color: #EB532F;
	background-color: #fff;
	border-color: #EB532F;
}
.sec2 {
	/* background: url(../images/sec2bg.jpg); */
	padding: 40px 0px;
/*	background: #eb532f;*/
}

.sec2 h3 {
	font-family: 'Merienda One', cursive;
	color: #333;
	text-align: center;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 30px;
	position: relative;
}
.sec2 h3::before{
    position: absolute;
    content: '';
    left: 22%;
    top: 12px;
    width: 50px;
    background: #c1c1c1;
    height: 2px;
}
.sec2 h3::after{
    position: absolute;
    content: '';
    right: 22%;
    top: 12px;
    width: 50px;
    background: #c1c1c1;
    height: 2px;
}
.sec2 ul{
    padding-left: 0px;
}
.sec2 ul li{
	display: table-cell;
	list-style:none;
}
.sec2 img {
	width: 85%;
	background: #fff;
/*	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);*/
	padding: 0 5px;
}
.certificates{
	border: 1px solid #eee;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.certificates-in{
/*	border: 1px solid #eee;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);*/
	margin-bottom: 10px;
	border: 3px solid #d1d1d1;
    padding: 4px;
	margin-top: 30px;
}
.box {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
}
.box img{ 
	transition: .9s;
}
.thumb {
	position: relative;
	overflow: hidden;
}
.thumb:hover img {/*! -moz-transform: scale(1.2); */
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	cursor:pointer; 
}
.box1 {
	position: relative;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.box1 img{ 
	transition: .9s;
}
	.thumb1 {
	display: block;
	position: relative;
	overflow: hidden;
}
	
.thumb1:hover img {/*! -moz-transform: scale(1.2); */
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	cursor:pointer; 
}	
.fea {
    padding: 20px;
    position: relative;
}
.hd {
	font-family: 'Merienda One', cursive;
	font-size: 26px;
	color: #eb532f;
}
.fa {
    display: inline-block;
    font-family: FontAwesome !important;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.glyphicon {
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: "Glyphicons Halflings" !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
.top_{
    z-index: 9999;
    padding-top:10px;
}

.btn-success {
	color: #eb532f;
	background-color: #fff;
	border-color: #eb532f;
	margin: 0px 3px;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #eb532f;
    background-color: #fff !important;
    border-color: #eb532f;
}
.photo{
    /* border-radius: 50px; */
    padding: 10px 0 0 0; overflow: hidden;
}
.photo img {
	width: 90%;
	/* box-shadow: 2px 4px 8px rgba(66, 66, 66, 0.42); */
	margin: 0px auto;
	padding: 20px;
	background-color: #fff;
	-webkit-transition: width 2s;
	transition: width .5s;
}
.photo img:hover{
	background-color: #fff; 
	z-index: 9999;   
	width: 85%; 
}
.photo p {
	text-align: center;
	font-family: 'Raleway', sans-serif;
	text-transform: capitalize;
	/* background-color: #fb811b; */
	/* box-shadow: 2px 4px 8px rgba(66, 66, 66, 0.42); */
	color:#eb532f;
}
.map{
	line-height: 0px;
}

.map iframe{
    pointer-events: none;
}
footer{
	padding: 40px 0px;
    background-color: #8699aa/*#eb532f*/;
}
footer h2{
	font-family: 'Merienda One', cursive;
	font-size: 26px;
	color: #fff;
}
footer ul{
	padding-left: 0px;
   /*	font-family: 'Raleway', sans-serif;*/
   font-family: 'Open Sans', sans-serif;
}
footer ul li {
	list-style: none;
	line-height: 28px;
	font-weight: 100;
}
footer ul li a{
	color: #fff;
}		
footer .follow li{
	display: inline-block;
}
footer .follow li i{
    padding: 8px;
    border: 1px solid #fff;
    font-size: 19px;
}
footer .follow li a:focus, a:hover {
	color: #fff;
	text-decoration: none;
}
.f-links ul li{
	display: inline-block;
	width: 48%;
}
.bottom {
	padding: 5px;
	background-color: #eb532f;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.bottom p {
	font-family: 'Raleway', sans-serif;
	text-align: right;
	color: #fff;
	margin: 0px;
	padding: 0px;
	font-weight: 100;
}
.bottom p a{
	text-decoration:none;
	color: #fff;
}
.matter-in {	
	padding: 30px;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.matter{
	padding: 50px 0px;
}
.matter h2{
/*	font-family: 'Merienda One', cursive;*/
	font-family: 'Source Sans Pro', sans-serif;
	text-align: center;
	font-weight: 600;
	color: #215C91;
}
.matter h4{
	font-family: 'Merienda One', cursive;
	font-size: 30px;
	margin-bottom: 22px;
}
.in-pro-detail p{
    text-align: left !important;
    font-family: 'Merienda One', cursive !important;
    font-size: 16px;
    color: #215c91;
}
.in-pro-detail{
	font-family: 'Raleway', sans-serif;
}
.in-pro-detail table tr td {
    border: 1px solid #ccc;
    padding: 5px 10px;
    font-size: 15px;
}
.in-pro-detail table tr td strong {
   color: #eb532f;
   font-size: 15px;
}
.in-pro-detail table tr td span{
	padding-right: 6px;
}
.box-pro-detail {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 17px;
}
.box-pro-detail img {
    transition: .9s;
}
.matter p{
	font-family: 'Open Sans', sans-serif;
	/*font-family: 'Raleway', sans-serif;*/
	line-height: 27px;
	text-align: center;}

.matter h3{
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	color: #215C91;
	text-align: center;
}	

light-blue{
	color: #215C91;
}
.qty-page{
	text-align: center;
}
.qty-page ul{
	font-family: 'Open Sans', sans-serif;
	padding-left: 0px;
}
.qty-page ul li{
	display: inline-block;
	padding: 0 15px;
}
.pro img {
	margin-bottom: 20px;
	margin-top: 10px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.44);
}
.about-page{
    padding: 0px 180px;
}
.brnds{
    text-align: center;
}
.brnds img{
    display: inline-block;
    width: 80%;
}
.contact-table tr td {
    padding: 7px 0px;
    font-family: 'Open Sans', sans-serif;
}
.contact-table .glyphicon{
	color: #215C91;
}
.contact-table h4 {
	font-family: 'times';
	font-size: 21px;
	margin-bottom: 0;
	margin-top: 0;
}
.cnt-box{
	text-align: center;
	margin: 30px 0;
}

.cnt-box h5{
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    position: relative;
    color: #215c91;
}

.cnt-box h5::before{
    position: absolute;
    content: '';
    left: 48%;
    bottom: -6px;
    width: 30px;
    height: 2px;
    background: #EB532F;
}
.cnt-box p{
    font-family: 'Open Sans', sans-serif;
} 
.cnt-box p a{
    text-decoration: none;
    color: #222;
}
.pagination{
	float: right;
}
.pagination ul{
	padding-left:  0;
}
.pagination ul li{
	display: inline;
	list-style: none;
}
.pagination a {
	padding: 8px 18px;
	background-color: #eb532f;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}
.enquiry-table{
	font-family: 'Raleway', sans-serif;
}
.enquiry-table tr td{
	padding:8px; 
}
.enquiry-table .btn-primary {
	color: #fff;
	background-color: #eb532f;
	border-color: #eb532f;
	padding: 8px 30px;
	border-radius: 0;
}
.carousel-control.left {
	background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
}
.carousel-control.right {
	background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
}
.contact-table td a:hover{
	color: #333;
}
.contact-box {
	border: 1px solid #A8A6A6;
	padding: 14px;
}

.contact-box ul{
	padding-left: 0;
}

.contact-box ul li{
	list-style: none;
}

.contact-box p{
	text-align: left;
	font-family: 'Open Sans', sans-serif;
} 

.contact-box p a:hover{
		color:#000;
} 

.team{
	text-align: center;
}

.team li{
	font-family: 'Raleway', sans-serif;
	list-style: none;
	font-weight: 600;
	line-height: 27px;
	display: block !important;
}

.quality-box {
	border: 1px solid #eee;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
	margin-bottom: 20px;
	margin-top: 5px;
}

.prop-img{
	text-align: center;
}

.prop-img img{	 
	display: inline-block;
    margin-right: 10px;
}


@media (min-width: 320px) and (max-width: 414px){

header .logo img {
	width: 22%;
}

.dropdown-submenu .dropdown-menu{
	display: block;
	margin-left: 15px;
}

header h2 {
	font-size: 35px;
}

.menu {
	text-align: unset;
}

.menu1 {
	display: block;
}
.nav > li::before {
	display: none;
}
.navbar-default .navbar-toggle {
	border-color: #eb532f;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #eb532f;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #fff;
}

.sec1 {
	padding: 20px 0px;
}

.sec2 {
	padding: 20px 0px;
}

.sec1 h1 {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 10px;
}


.sec2 h3 {
	font-size: 16px;
	margin-bottom: 17px;
}

.bottom p {
	font-family: 'Raleway', sans-serif;
	text-align: unset;
	color: #fff;
	font-size: 11px;
}

.matter {
	padding: 18px 10px;
}

.matter-in {
	padding: 10px;
}

.table-responsive {
	border: 0px solid #ddd;
}	

.prop-img img{	 
	float:none;
	display: inline-block;
}
.about-page {
  padding: 0px 0px;
}

.cnt-box h5 {
  font-size: 20px;
}
.cnt-box h5::before {
	left: 45%;
}
}
@media (min-width: 480px) and (max-width: 736px){

header .logo img {
	width: 15%;
}

.menu {
	text-align: unset;
}

.menu1 {
	display: block;
}
.nav > li::before {
	display: none;
}
.navbar-default .navbar-toggle {
	border-color: #eb532f;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #eb532f;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #fff;
}


.sec1 {
	padding: 20px 0px;
}

.sec2 {
	padding: 20px 0px;
}

.sec1 h1 {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 10px;
}

.sec2 h3 {
	font-size: 16px;
	margin-bottom: 17px;
}

.bottom p {
	font-family: 'Raleway', sans-serif;
	text-align: unset;
	color: #fff;
	font-size: 11px;
}

.matter {
	padding: 25px;
}

.matter-in {
	padding: 15px;
}

.table-responsive {
	border: 0px solid #ddd;
}	

.pro{text-align: center;}

.pro img{display: inline;}

.prop-img img{	 
	float:none;
	display: inline-block;
}
.about-page {
  padding: 0px 0px;
}

.cnt-box h5 {
  font-size: 20px;
}
.cnt-box h5::before {
	left: 45%;
}

}	


@media (min-width: 768px) and (max-width: 980px){

header .logo img {
	width: 10%;
}

header h2 {
	font-size: 34px;

}	

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 18px;
}

.sec1 {
	padding: 20px 0px;
}

.sec1 h1 {
	font-size: 25px;
}

.sec1 h3 {
	font-size: 17px;
}

.sec2 {
	padding: 25px 0px;
}

footer h2 {
	font-size: 22px;
}

footer .follow li i {
	font-size: 16px;
}

.prop-img img{	 
	float:none;
	display: inline-block;
}

}

@media (width:1024px){}




ss{
	font-family: 'times';
	font-size: 15px;
}

