@import url(https://fonts.googleapis.com/css?family=PT+Sans);
@charset "utf-8";
/* CSS Document */

/* GLOBALS */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}



/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 1;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #960;
}
a:active {
	text-decoration: none;
}

@font-face {
    font-family: 'zurich_cn_btregular';
    src: url('fonts/zurchc-webfont.eot');
    src: url('fonts/zurchc-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/zurchc-webfont.woff2') format('woff2'),
         url('fonts/zurchc-webfont.woff') format('woff'),
         url('fonts/zurchc-webfont.ttf') format('truetype'),
         url('fonts/zurchc-webfont.svg#zurich_cn_btregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
img{
	max-width: 100%;
}

header {
	width:100%;
	/*
	background-image:url(imgs/topbar.jpg);
	background-repeat:repeat-x;
	*/
	height:100px;
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#77ad33+0,17622a+100 */
background: #77ad33; /* Old browsers */
background: -moz-linear-gradient(top, #77ad33 0%, #17622a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#77ad33), color-stop(100%,#17622a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #77ad33 0%,#17622a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #77ad33 0%,#17622a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #77ad33 0%,#17622a 100%); /* IE10+ */
background: linear-gradient(to bottom, #77ad33 0%,#17622a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#77ad33', endColorstr='#17622a',GradientType=0 ); /* IE6-9 */
	
	
}
.wrapper {
	max-width:1150px;
	width:95%;
	margin:auto;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.split {
	clear:both;
}
.flex {
	overflow:hidden;
}
.companname {
	float:left;
	margin: 13px 0 0 0px;
}
.logo_icon {
	float:left;
	margin-right:10px;
	margin-top:14px;
	width:6%;
}
.logo_icon img {
	width:100%;
}
.companname h1 {
	font-family: 'zurich_cn_btregular';
	font-size:32px;
	text-transform:uppercase;
	color:#FFF;
	letter-spacing:.5px;
	font-weight:700;
	margin: 13px 0 0px 0px;
}
.companname h3 {
	font-size:16px;
	font-weight:400 !important;
	color:#FFF;
	font-weight:100;
	letter-spacing:.5px;
	font-family: 'zurich_cn_btregular';
	margin-top:-2px;
}
.logo {
	float:left;
	margin: 27px 7px 0 0px;
}

.tabbar {
	width:100%;
	height:43px;
	position:absolute;
	z-index:9999;
}
.iso {
	float:right;
	margin: 20px 45px 0 5px;
}


.crisil-verified {
	float:right;
	margin: 20px 0 0 0px;
}
.crisil-verified img {
	width:100%;
}

nav {
	float:left;
}
nav ul {
	width:auto;
}
nav ul li {
	list-style:none;
	float:left;
}
nav ul li a {
	font-family: 'zurich_cn_btregular';
	font-size:18px;
	color:#fff;
	text-transform:uppercase;
	padding: 14px 53px 14px 0px;
	display:block;
	
}
nav ul li a:hover {
	color:#c2ff74;
	text-decoration:none;
}
nav ul li:hover ul {
	display:block;
}
nav ul ul {
	display:none;
	position:absolute;
	width:250px;
	background: rgba(0,0,0,0.7);
	border-radius:10px 0 20px 0px;
	padding:5px;
}
nav ul ul img {
	margin-top:-14px;
	margin-left:12px;
	position:absolute;
}
nav ul li:hover ul li {
	list-style:none;
	float:none;
}
nav ul li:hover ul li a {
	font-family: 'zurich_cn_btregular';
	font-size:16px;
	color:#fff;
	text-transform:none;
	padding: 12px;
	display:block;
	letter-spacing:.5px;
}
nav ul li:hover ul li a:hover {
	color:#eee;
}
.home_icon {
	padding: 14px 15px 8px 15px !important;
}
.active {
	color:#c2ff74;
}
.slider {
	width:100%;
}

.nivo_slider {
	width:100%;
}
.iheadbg {
	width:100%;
}
.iheadbg img {
	width:100%;
}
.ipage {
    min-height: 450px;
    width: 70%;
    float: left;
    padding-bottom: 40px;
}
.ipage h2 {
    font-size: 31px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    margin: 20px 0 20px 0px;
    color: #266D2B;
    letter-spacing: -2px;
    padding-bottom: 13px;
}
.ipage h3 {
    font-size: 20px;
    font-weight: 100;
    color: #3f92e4;
    margin:  2px 0 4px 0px;
}
.ipage h4 {
    font-size: 16px;
    font-weight: 100;
    color: #333;
    margin:  12px 0 4px 0px;
}
.ipage h2::after {
    content: "";
    display: block;
    height: 3px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1b5f1d+0,2e7027+0,3f92e4+83,3f92e4+100 */
background: #1b5f1d; /* Old browsers */
background: -moz-linear-gradient(left,  #1b5f1d 0%, #2e7027 0%, #3f92e4 83%, #3f92e4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #1b5f1d 0%,#2e7027 0%,#3f92e4 83%,#3f92e4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #1b5f1d 0%,#2e7027 0%,#3f92e4 83%,#3f92e4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5f1d', endColorstr='#3f92e4',GradientType=1 ); /* IE6-9 */

    margin-top: 7px;
}
.ipage p {
    font-size: 15px;
    margin: 0px 0px 15px;
    line-height: 22px;
    text-align: justify;
    font-family: 'PT Sans', sans-serif;
    color: #656464;
}
.ipage ul {
    width: 100%;
    padding-left: 20px;
}
.ipage ul li {
    font-size: 14px;
    margin: 0px 0px 10px;
    
    text-align: justify;
    font-family: 'PT Sans', sans-serif;
    color: #656464;
    list-style: disc inside;
}
.ipage table {
    border-collapse: collapse;
    width: 100%;
    border: none !important;
    
}
.ipage th, td {
    text-align: left;
    padding: 12px;
 
}

.ipage tr:nth-child(even){background-color: #fff}

.ipage th {
    background-color: #6ba432;
    color: white;
}
.fullimg {
    width: 100%;
}
.halfimg {
    width: 50%;
}
.picprop {
	float:right;
	margin-left:12px;
}
.bread_crumb {
	background-color:#eee;
	height:50px;
    display: none;
}
.bread_crumb p {
	padding: 19px 0 0 0px;
	font-size:12px;
	color:#666;
}
.bread_crumb p a {
	font-size:12px;
	color:#666;
}
.callus {
	float:right;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	margin: 25px 0 0 0px;
	color:#fff;
	text-align:right;
	line-height:25px;
}
.callus a {
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#fff;
}
.callus a:hover {
	color:#ffc4c4;
	text-decoration:none;
}
.highlight {
	color:#97d549;
}
footer {
	width:100%;
	background-color:#eee;
	padding: 1px 0 1px 0px;
}
.botlogo {
	float:left;
	margin: 20px 0 0 0px;
}
.social {
	text-align:center;
	width:212px;
	margin: 20px auto;
	overflow:hidden;
}
.social h3 {
	font-family: 'Roboto', sans-serif;
	color:#1c6ead;
	font-size:24px;
	font-weight:100;
	float:left;
	margin-right:6px;
}
.social a {
	font-size:24px;
	padding: 0 5px 0 5px;
	float:left;
}
.social a:hover {
	color:#666;
}
.face {
	color:#3c5a98;
}
.twit {
	color:#30beee;
}
.clientbar {
	position:fixed;
	bottom:0px;
	height:42px;
	background-color:#fff;
	box-shadow: 0 -1px 2px #666;
	width:100%;
	z-index:999;
}
.client_label {
	float:left;
	color:#666;
	font-size:14px;
	height:33px;
	margin:6px 7px 0 10px;
	font-family: 'Roboto', sans-serif;
	text-transform:uppercase;
	border:solid 1px #aac3d9;
	padding: 9px 10px 0 10px;
	border-radius:5px;
	background-color:#eee;
	display:none;
}
.clients_logos {
	margin: 5.5px 0 0 5px;
	
}
.clients_logos ul {
	width:auto;
}
.clients_logos ul li {
	list-style:none;
	float:left;
	margin: 0 2px 0 2px;
	width: 138px;
	height:36px;
	overflow: hidden;
}
.botlinks {
	width:100%;
	border-top:dashed 1px #ccc;
}
.botlinks ul {
	width:20%;
	float:left;
}
.botlinks ul h3 {
	font-family: 'Quicksand', sans-serif;
	font-size:20px;
	font-weight:400;
	margin: 10px 0 10px 0px;
	color:#333;
	letter-spacing:-1px;
	text-transform:uppercase;
}
.botlinks ul li {
	list-style:none;
	line-height:25px;
}
.botlinks ul li a {
	font-family:Calibri;
	font-size:14px;
	color:#333;
}
.copy_right {
	text-align:center;
	padding: 15px 0 60px 0px;
	font-size:12px;
	color:#666;
	background-color:#f7f7f7;
}
.copy_right a {
	font-size:12px;
	color:#666;
}
.the_company_bar {
	min-height:630px;
	background-image:url(imgs/factorybg.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	padding-bottom: 200px;
}
.the_company_bar h3 {
	text-align:center;
	font-size:35px;
	font-weight:100;
	font-family: 'Quicksand', sans-serif;
	text-transform:uppercase;
	margin: 10px 0 20px 0px;
	color:#666;
	letter-spacing:-2px;
}
.the_company_bar p {
	text-align:center;
	font-size:15px;
	margin: 5px 0 15px 0px;
	line-height:25px;
}
.blink {
	background-color:#930;
	color:#FFF;
	padding: 10px 30px 10px 30px;
	font-size:12px;
	text-transform:uppercase;
	border-radius: 7px;
	font-weight:600;
}
:hover.blink {
	background-color:#333;
	color:#eee;
	font-size:12px;
	text-decoration:none;
}
.thumbs {
	width:100%;
	margin:0px;
	padding:0px;
}
.thumbs ul {
	width:auto;
	margin:0px;
	padding:0px;
}
.thumbs ul li {
list-style: outside none none;
float: left;
margin: 5px;
padding: 4px;
border: 1px solid #D8D8D8;
width: 23.1%;
}
.thumbs ul li img {
	width:100%;

}
.load {
	/*width:10% !important;*/
}
.photo-gallery-line {
width: 100%;
padding: 8px 0px;
background-color: rgba(255, 255, 255, 0.6);
}
.photo-gallery-line ul {
	width:100%;
}
.photo-gallery-line ul li {
	width:335px;
	float:left;
	margin:0px;
	padding:0px;
}
.our-client {
	width:100%;
}
.our-client ul {
	width:100%;
}
.our-client ul li {
    box-sizing: border-box;
}
.our-client ul li img {
	width: 100%;
border-radius: 3px;
border: 1px solid #e0e0e0;
}
.contact-matter p  {
    color: #333;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin:0px 0 0px 0px ;
    text-align: justify;
}
/*.contact-matter {
width: 100%;
float: left;
margin-bottom: 15px;
}
.contact-matter div {
width: 100%;

margin: 20px 0px 0 0px;
background-color: #FBFBFB;
padding: 15px;

border: 1px solid #E7E7E7;
}
.reachus {
	width:100%;
}

.reachus iframe {
	width:100%;
	height:350px;
	padding:4px;
	border:1px solid #D7D7D7;
}*/
.line {
border-bottom: 1px dashed rgba(104, 134, 85, 0.44);
width: 100%;
margin: 20px 0px;
padding: 0px;
}
.full-line {
    margin: 25px 0px;
}
.qiuck-lbar {
	width:100%;
	float:left;
}
.filed_row {
    float: left;
    padding: 5px 0;
    width: 50%;
	margin-bottom:10px;
}
.fullfiled_row {
    float: left;
    padding: 5px 0;
    width: 100%;
	margin-bottom:10px;
}
.contact_label {
float: left;
font-family: 'PT Sans', sans-serif;
font-size: 20px;
padding: 8px 0px;
text-align: right;
width: 25%;
}
.textfiled {
    float: right;
    width: 74%;
}
.textbox {
    border: 1px solid #ccc;
    color: #666;
    font-size: 16px;
    padding: 10px;
    width: 93%;
	border-radius: 0.3px;
}
.textarea {
    border: 1px solid #ccc;
    color: #666;
    font-size: 18px;
    padding: 9px;
    width: 94%;
	height:140px;
	border-radius: 0.3px;
}
.btnrow {
    margin-top: 20px;
    width: 100%;
}
.btn_box {
	width:30%;
	margin:auto;
}
.btn {
background-color: #75AB31;
border: 1px solid #75AB31;
border-radius: 3px;
color: #FFF;
cursor: pointer;
font-size: 19px;
margin: 0px 8px;
padding: 6px 24px;
width: 150px;
}
.btn:hover {
	background-color:#366C00;
	text-decoration:none;
	color:#fff;
	border:1px solid #366C00;
}
.mail-matter {
	margin-bottom: 0px;
min-height: 400px;
width: 100%;
}
.mail-matter h2 {
    font-family: "Titillium Web",sans-serif;
    font-size: 30px;
    color: #951B1B;
    margin: 20px 0px 0px;
}
.mail-matter h3 {
    font-family: "Titillium Web",sans-serif;
    font-size: 30px;
    color: #951B1B;
    margin: 20px 0px 0px;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #DDD;
	padding: 12px 10px !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #DDD;
}
table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
	background-color: transparent;
	border: 1px solid #333 !important;
}
.table-bordered {
    border: 1px solid #EEEDED;
}
table tbody > tr:nth-of-type(2n+1) {
    background-color: #F6F6F6;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel {
    border-radius: 0px;
}
.panel-group .panel {
    margin-bottom: 0px;
    border-radius: 4px;
}
.panel-default {
    border-color: #EEEDED;
}
.panel-default {
    border-color: #DDD;
}
.panel {
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
    color: #4B4B4B;
    background-color: #FFF;
    border-color: #EEEDED;
}
.panel-default > .panel-heading {
color: #333;
border-color: rgb(244, 244, 244);
background-color: rgb(243, 243, 243);
}
.panel-group .panel-heading {
    border-bottom: 0px none;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-title {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 13px;
    color: inherit;
}
.panel-title a {
margin-top: 0px;
margin-bottom: 0px;
font-size: 16px;
color: inherit;
font-family: "Roboto Condensed",sans-serif;
color: #777;
letter-spacing: 0.5px;
font-weight: 500;
}
.panel-title > a {
	text-decoration:none;
	color:#666;
	display:block;
}
.collapse.in {
    display: block;
}
.collapse {
    display: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #DDD;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
border: 1px solid rgba(221, 221, 221, 0.57);
font-size: 17px;
margin: 0px 0px 15px;
line-height: 24px;
text-align: justify;
background-color: #FFF;
font-family: 'PT Sans', sans-serif;
color:#666;
}
.panel-group .panel-heading + .panel-collapse > .panel-body p {
font-size: 17px;
margin: 0px 0px 15px;
line-height: 24px;
text-align: justify;
font-family: 'PT Sans', sans-serif;
}
.panel-body {
    padding: 15px;
}
.collapsing{
	position:relative;
	height:0;
	overflow:hidden;
	-webkit-transition:height .35s ease;
	-o-transition:height .35s ease;
	transition:height .35s ease
}
.right_panel {
	width:29%;
	float:right;
}
.prod_cat {
	width:100%;
}
.prod_cat h2 {
		font-size:25px;
	font-weight:100;
	font-family: 'Quicksand', sans-serif;
	text-transform:uppercase;
	margin: 15px 0 20px 0px;
	color:#666;
	letter-spacing:-2px;
	border-bottom:dashed 1px #999;
	padding-bottom:12px;
}
.prod_cat ul {
	width:auto;
}
.prod_cat ul li {
	list-style:none;
	margin: 0 0 10px 0px;
}
.prod_cat ul li img {
    width: 100%;
    margin-bottom: -2px;
    border: solid 1px #ddd;
    padding: 0;
}
.prod_cat ul li a span {
    display: block;
    font-size: 17px;
    text-align: center;
    background-color: #3f92e4;
    color: #fff;
    padding: 9px 0;
}
.prod_cat ul li a:hover {
    text-decoration: none;
}
.prod_cat ul li a:hover span {
    background-color: #333;
    color: #fff;
    text-decoration: none;
}
.prod_cat ul li p {
	font-weight:300;
	font-size:16px;
	margin:4px 0 0 4px;
}
.prod_cat ul li p a {
	font-size:16px;
	margin:4px 0 0 4px;
}
.panel-body h4 {
    font-size: 21px;
    margin: 0px 0px 5px;
    line-height: 24px;
    font-family: 'PT Sans', sans-serif;
}

.panel-body ul {
    width: 97%;
    margin-left: 20px;
    margin-bottom: 11px;
}
.panel-body ul li {
    list-style: disc inside;
}
.matter-img{
    width: 80%;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
}
    .matter-img img {
        width:100%
    }
    
.table-matter {
    font-size: 20px;
    font-weight: 10px;
    margin-bottom: 20px;
    Line-height:25px;
    font-family: 'PT Sans', sans-serif;
    border-top: 1px solid #ddd !important;
    border-left: 1px solid #ddd !important;
  
}
.table-matter tr {
    border-right: 1px solid #ddd;
    background-color: #fff;
}
.table-matter tr th {
    text-align: left;
    padding: 4px;
    font-size: 17px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 600;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.table-matter tr td {
    text-align: left;   
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 4px;
}
.full-width {
    width: 100% !important;
}
.r-tabs-panel p {
    font-size: 15px;
    margin: 0px 0px 15px;
    line-height: 22px;
    text-align: justify;
    font-family: 'PT Sans', sans-serif;
    color: #656464;
}
.r-tabs-panel ul {
    width: 100%;
    margin-bottom: 11px;
}
.r-tabs-panel ul li {
    list-style: disc inside;
    font-size: 17px;
    margin: 0px 0px 9px;
    line-height: 24px;
    text-align: justify;
    font-family: 'PT Sans', sans-serif;
    color: #656464;
}
.vertical-wise-clients {
    background-color: #F3F3F3;
    border: 1px solid #ddd;
    margin-top: 20px;
}
.vertical-wise-clients h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: -1px;
    border-bottom: dashed 1px #999;
    background-color: #3f92e4;
    padding: 10px;
    line-height: 15px;
    padding-top: 15px;
}
.vertical-wise-clients ul {
    width: auto;
}
.vertical-wise-clients ul li {
    width: 100%;
}
.vertical-wise-clients ul li a {
    display: block;
    font-size: 17px;
    line-height: 24px;
    font-family: 'PT Sans', sans-serif;
    color: #656464;
    padding: 9px;
    border-bottom: 1px solid #d8d8d8;
}
.vertical-wise-clients ul li a::before {
    content: "\f101";
    font-family: 'FontAwesome';
    padding-right: 6px;
}
.vertical-wise-clients ul li a:hover {
    background-color: #fcfcfc;
    text-decoration: none;
}
.sticky-wrapper {
    height: auto !important;
}
.is-sticky #menu-fixed {
    background-color: RGBA(0, 0, 0, 0.6);
}
.photo_gallery_cat {
    width: 100%;
}
.photo_gallery_cat ul {
    width: auto;
}
.photo_gallery_cat ul li {
    width: 24%;
    float: left;
    margin-left: 1%;
    margin-bottom: 1%;
}
.photo_gallery_cat ul li a {
    display: block;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 1px;
    background-color: #29702B;
}
.photo_gallery_cat ul li a:hover {
    background-color: #0E470F;
    text-decoration: none;
}
.photo_gallery_cat ul li a span {
    font-size: 21px;
    line-height: 24px;
    font-family: 'PT Sans', sans-serif;
    color: #FFF;
    display: block;
    padding: 6px;
    text-align: center;
    background-color: #1B5F1D;
}
.photo_gallery_cat ul li a img {
    width: 100%;
}
.page_headeing h2 {
    font-size: 31px;
    font-weight: 600;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    margin: 20px 0 20px 0px;
    color: #266D2B;
    letter-spacing: -2px;
    padding-bottom: 3px;
}
.page_headeing h2::after {
    content: "";
    display: block;
    height: 3px;
    background: #1b5f1d;
    background: -moz-linear-gradient(left, #1b5f1d 0%, #2e7027 0%, #3f92e4 83%, #3f92e4 100%);
    background: -webkit-linear-gradient(left, #1b5f1d 0%,#2e7027 0%,#3f92e4 83%,#3f92e4 100%);
    background: linear-gradient(to right, #1b5f1d 0%,#2e7027 0%,#3f92e4 83%,#3f92e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b5f1d', endColorstr='#3f92e4',GradientType=1 );
    margin-top: 7px;
}
div.polaroid {
	width: 24%;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-left: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 25px;
	float: left;
	overflow: hidden;
	position: relative;
}

div.container {
    background: #3f92e4;
    margin-bottom: 3px;
    padding: 7px 12px;
    display: block;
    text-decoration: none;
    text-align: left;
    font-size: 16px;
    color: inherit;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 27px;
}
div.container p {
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.polaroid .galleryimg {
    width: 100%;
}
.polaroid .galleryimg::before {
    content: "\f0d8";
    display: block;
    text-align: center;
    color: #fff;
    margin-top: -3px;
    font-family: fontawesome;
    font-size: 120px;
    line-height: 0;
}
.polaroid .galleryimg img {
    width: 100%;
    padding: 0px 2px;
}

.caption-style-2{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}

.caption-style-2 li{
	float: left;
	padding: 0px;
	position: relative;
	overflow: hidden;
}



.caption-style-2 img{
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
}

.polaroid .caption{
	cursor: pointer;
	position: relative;
	opacity: 0;
	-webkit-transition:all 0.15s ease-in-out;
	-moz-transition:all 0.15s ease-in-out;
	-o-transition:all 0.15s ease-in-out;
	-ms-transition:all 0.15s ease-in-out;
	transition:all 0.15s ease-in-out;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	transform: translateY(100px);
	-webkit-transform:translateY(100px);
	-moz-transform:translateY(100px);
	-ms-transform:translateY(100px);
	-o-transform:translateY(100px);

}
.polaroid:hover .caption{
	opacity: 1;
	transform: translateY(53px);
	-webkit-transform:translateY(53px);
	-moz-transform:translateY(53px);
	-ms-transform:translateY(53px);
	-o-transform:translateY(53px);

}
.polaroid .blur{
	background-color: rgba(0,0,0,0.7);
	height: 100%;
	width: 400px;
	z-index: 5;
	position: relative;
	display:none;
}

.polaroid .caption-text {
    z-index: 10;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0px;
    background-color: RGBA(0, 0, 0, 0.69);
}
.polaroid .caption-text h1 {
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 50%;
}
.polaroid .caption-text a {
    text-transform: uppercase;
    font-size: 16px;
    background-color: #3f92e4;
    color: #fff;
    padding: 9px 20px;
    border: 1px solid #1B66B0;
    display: inline-block;
    margin-top: 17px;
    transition: 0.5s;
}
.polaroid .caption-text a:hover{
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-color:#333;
    transition: 0.5s;
}
.tbdata-matter {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    border-collapse: collapse;
}

.tbdata-matter thead tr {
    background-color: rgb(63, 146, 228);
    color: rgb(255, 255, 255);
}

.tbdata-matter thead tr th {
    border: 1px solid rgb(221, 221, 221);
    line-height: 23px;
    font-family: 'PT Sans', sans-serif;
    font-size: 17px;
    font-weight: 500;
    padding: 10px;
}

.tbdata-matter thead tbody tr {}

.tbdata-matter thead tbody tr td {
    border-right: 1px solid rgb(221, 221, 221);
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 17px;
}

.tbdata-matter tr {
    background-color: #fff;
}

.tbdata-matter tr td {
    text-align: center;
    padding: 11px;
    font-size: 14px;
    font-family: 'PT Sans', sans-serif;
    border: 1px solid rgb(221, 221, 221);
    line-height: 23px;
}
.matterbottompics {
    width:100%;
}
.matterbottompics ul {
    width: 100%;
    padding: 0;
    margin: 0;
}
.matterbottompics ul li {
    width: 33.3%;
    float: left;
    list-style: none;
    margin: 0;
}
.matterbottompics ul li img {
    width: 100%;
    padding: 6px;
}
.is-sticky .right_panel {
    right: 13.7%;
}
.registrations {
    padding: 0 !important;
    margin: 10px 0;
}
.registrations li {
    width: 100%;
    list-style: none !important;
    text-align: center !important;
    width: 49%;
    float: left;
    border: 1px solid #ddd;
    margin: 0.5% !important;
    padding: 5px;
}
.registrations li img {
    width: 100px;
}
.registrations li span {
    display: block;
    clear: both;
    font-size: 14px;
}
.registrations::after {
    content: "";
    display: block;
    clear: both;
}
.othergallerylinks {
    width: 100%;
    margin-bottom: 20px;
}
.othergallerylinks ul {
    padding: 0;
    margin: 0;
    width: auto;
}
.othergallerylinks ul li {
    width: 32%;
    float: left;
    list-style: none;
    margin: 0.5%;
}
.othergallerylinks ul li a {
    padding: 10px;
    display: block;
    background-color: #3F92E4;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
    border: 1px solid #267acc;
    transition: 0.5s;
}
.othergallerylinks ul li a:hover {
    background-color: #333;
    border: 1px solid #222;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
}
.contact-matter {
    
}
.contact-matter .contact-info {
    width: 49%;
    margin: 0.5%;
    background-color: #FBFBFB;
    padding: 15px;
    border: 1px solid #E7E7E7;
    float: left;
}
.contact-matter .contact-info p {
    min-height: 185px;
    padding: 8px 11px;
    box-sizing: border-box;
}
.contact-matter iframe {
    border: 1px solid #ddd;
    width: 100%;
    height: 450px;
    margin-top: 5px;
}
.theme-default .nivoSlider {
	height: auto !important;
	min-height:130px !important;
}
.crisil-verified img, .iso img{
	width: 100%;
}
.menu-toggle{
	display: none;
	font-weight: bold;
	float: right;
	color: #fff;
	font-size: 30px;
	position: absolute;
	right: 10px;
	top: 0px;
	cursor:pointer;
}
.r-tabs .r-tabs-panel {
    min-height: 550px !important;
}

div#horizontalTab h3 {
    border-bottom: 1px solid;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 18px;}


@media (max-width: 1200px) {
	.iso {
		float: right;
		margin: 20px 0px 0 5px;
	}
	.companname h1 {
		font-size: 20px;
		margin: 20px 0 0px 0px;
	}
	nav {
		float: none;
		display:block;
		text-align:center;
	}
	nav ul{
		display:inline-block;
	}
	nav ul li a {
		padding: 14px 25px 14px 0px;
		text-transform: capitalize;
		font-size: 18px;
	}
}

@media (max-width: 1024px) {
	.crisil-verified {
		width: 170px;
	}
	.iso {
		width: 170px;
	}
	.logo {
		margin: 32px 7px 0 0px;
		width: 100px;
	}
	nav ul li a {
		font-size: 16px;
	}
	div.polaroid {
		width: 49%;
	}
	.polaroid .caption {
		opacity: 1;
		transform: translateY(53px);
		-webkit-transform:translateY(53px);
		-moz-transform:translateY(53px);
		-ms-transform:translateY(53px);
		-o-transform:translateY(53px);
	}
	.polaroid .caption-text {
		background-color: RGBA(0, 0, 0, 0.5);
	}
}

@media (max-width: 900px) { 
	.crisil-verified {
		width: 140px;
		margin: 25px 0px 0 5px;
	}
	.iso {
		width: 140px;
		margin: 25px 0px 0 5px;
	}
	.ipage {
		width: 100%;
	}
	.right_panel {
		width: 100%;
	}
	.contact-matter .contact-info {
		width: 99%;
	}
	.thumbs ul li {
		width: 31%;
	}
}
@media (max-width: 768px) { 
	header {
		height: auto;
		padding-bottom: 20px;
	}
	header .left, header .right{
		width:100%;
		display:inline-block;
		text-align:center;
		position:relative;
	}
	.logo {
		float: none;
		display: inline-block;
	}
	.companname {
		float: none;
		display: inline-block;
	}
	.crisil-verified {
		width: 140px;
		margin: 25px 0px 0 5px;
		float: none;
		display: inline-block;
	}
	.iso {
		width: 140px;
		margin: 25px 0px 0 5px;
		float: none;
		display: inline-block;
	}
	.tabbar {
		background: #265B33 !important;
		height: auto;
		position: relative !important;
		display: none;
	}
	nav ul li {
		width: 100%;
		border-bottom: 1px solid rgb(47, 47, 47);
	}
	nav ul li:last-child{
		border-bottom: 0px ;
	}
	.menu-toggle{
		display:block;
	}
	.the_company_bar h3 {
		font-size: 26px;
	}
	.r-tabs .r-tabs-accordion-title {
		width:100%;
		float:left;
	}
	.r-tabs .r-tabs-panel {
		width:100% !important;
		min-height: 50px !important;
	}
	div.polaroid {
		width: 100%;
	}
	.thumbs ul li {
		width: 47.1%;
	}
	.othergallerylinks ul li {
		width: 100%;
	}
}
@media (max-width: 480px) { 
	.crisil-verified {
		width: 110px;
	}
	.iso {
		width: 110px;
	}
	.social h3 {
		font-size: 19px;
	}
	.thumbs ul li {
		width: 98.1%;
	}
}
@media (max-height: 480px) { 
	.clientbar {
		position: relative;
		overflow: hidden;
	}
	.copy_right {
		padding: 15px 0 15px 0px;
	}
}
