/* CSS Document */
h2 {
	margin: 0px;
	color:#C44110;
}
h1 {
font-size: 26px;
    font-weight: 600;
    color: #C44110;
    margin-top: 40px;
    margin-bottom: 20px !important;
}
h2 {
	font-size: 1.5em;
		color:#C44110;
}

p{ text-align:justify; font-size:16px; margin-bottom:8px;}
.breadcrumb {
	background: none;
	padding: 15px 0 0 0;
	margin: 0;
}
.carousel-inner .item img {
	width: 100%;
}

a,
a:link,
a:visited,
a:active{
	color:#C44110;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	}

.carousel-caption-left {
	position: absolute;
	bottom: 10%;
	font-size: 40px;
	left: 8%;
	z-index: 10;
	padding-bottom: 0px;
	color: #fff;
	text-align: left !important;
}
.carousel-caption-right {
	position: absolute;
	bottom: 10%;
	font-size: 40px;
	right: 8%;
	z-index: 10;
	padding-bottom: 0px;
	color: #fff;
	text-align: right !important;
}
.carousel-caption-left h3, .carousel-caption-right h3 {
	font-size: 40px;
	color: #fff;
	padding: 10px 0;
	text-transform: none;
	margin-bottom: 0;
	font-weight: bold;
	text-shadow: 2px 2px 8px #000;
	border-bottom: 2px solid #fff;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
.carousel-caption-left p, .carousel-caption-right p {
	font-size: 28px;
	font-weight: bold;
	padding: 5px;
	text-shadow: 0 0 5px #000;
}
.carousel-caption-left p {
	text-align: left;
}
.carousel-caption-right p {
	text-align: right;
}
.form-control, .btn {
	border-radius: 0;
}
.form-layout {
	background: #FCFCFC;
	border: 1px solid #e6e6e6;
	padding: 10px 5px;
	margin-bottom: 10px;
}
.btn-primary, .btn-primary:visited {
	background-color: #f38332;
	border: 2px solid #f69e5e;
}
.btn-primary:hover, .btn-primary:active {
	background-color: #e97928;
	border: 2px solid #eb914f;
}
.menu-header {
	background: url('../images/menu_bg.jpg');
	background-repeat: repeat-x;
}
.useful-logo {
	margin: 5px 0 0 0;
	padding: 6px 0;
}
.brand-logo {
}
.rys-logo {
	float: left;
	padding-top: 3px;
	padding-left: 90px;
}
 @media (max-width: 1200px) {
.rys-logo {
	float: left;
	padding-top: 3px;
	padding-left: 0px;
}
}
.contact {
	padding-top: 30px;
	font-size: 14px;
	text-align: right;
}
.contact i {
	color: #BB3A10;
}
.contact span {
	margin-right: 5px;
	color: #999;
	display: block;
}
/*@media screen and (max-width: 850px) {
.col-md-4{ width:33.33%; float:left;}
.useful-logo img{ height:auto; width:35%; }
.brand-logo img{ height:auto; width:120%; }
.contact{ font-size:12px;}	
}*/

.red {
	color: #f00;
}
#applicationForm1 label.error {
	color: #f00;
}
.cbp-hrmenu {
	width: 100%;
}
.animated {
	position: relative;
	-webkit-animation: myfirst 5s infinite; /* Chrome, Safari, Opera */
	-webkit-animation-direction: alternate; /* Chrome, Safari, Opera */
	animation: myfirst 5s infinite;
	animation-direction: alternate;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
 0% {
background: red;
left: 0px;
top: 0px;
}
 25% {
background: yellow;
left: 200px;
top: 0px;
}
 50% {
background: blue;
left: 200px;
top: 200px;
}
 75% {
background: green;
left: 0px;
top: 200px;
}
 100% {
background: red;
left: 0px;
top: 0px;
}
}
 @keyframes myfirst {
 0% {
background: red;
left: 0px;
top: 0px;
}
 25% {
background: yellow;
left: 200px;
top: 0px;
}
 50% {
background: blue;
left: 200px;
top: 200px;
}
 75% {
background: green;
left: 0px;
top: 200px;
}
 100% {
background: red;
left: 0px;
top: 0px;
}
}
.topContact {
	float: right;
	width: 420px;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 5px 0px 0px;
}
.colorRed a, .colorMagenta a {
	color: #00CFE7;
	display: inline-table;
	margin-top: 7px;
}
.colorRed {
	color: #00CFE7;
	margin-right: 5px;
	padding-left: 5px;
}
.colorMagenta {
	color: #00CFE7;
	padding-left: 5px;
}
.white {
	color: #fff;
}
red {
	color: #FF0000;
}
#SkypeButton_Call_shubhranshuji_1 {
	float: left;
	margin-left: 8px;
	margin-top: 12px;
}
#SkypeButton_Call_shubhranshuji_1 img {
	height: 20px;
}
.requestQuote {
	float: right;
	width: 150px;
	height: 40px;
	padding-top: 10px;
	color: #ffffff;
	background: url(../images/top_btn.png);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}
.requestQuote a {
	color: #FFFFFF;
}
.usefullink {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0px;
}
.usefullink li {
	font-size: 14px;
	margin: 4px 0;
}
.usefullink li span {
	color: #F9CCB8;
	font-size: 22px;
}
.usefullink li a {
	color: #E9CCB8;
}
.mr20 {
	margin-right: 85px;
}
.bottomOuter {
	background: #131414;
	float: left;
	width: 100%;
}
.bottomInner {
	width: 1100px;
	margin: 0 auto;
	padding: 5px 0;
}
.netsite {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 0.02em;
	text-align: center;
}
.netsite span {
	font-size: 11px;
	font-weight: normal;
	color: #999;
	letter-spacing: normal;
}
banner {
	background-color: #019EC1;
	text-align: center;
	display: block;
	position: relative;
	border-bottom: 1px solid #eee;
	margin: 0px;
	padding: 0px;
}
banner img {
	width: 100%;
}
/*.copyright{float:left; text-align:center; width:100%; margin-bottom:110px; font-size:12px; word-spacing:normal; letter-spacing:normal;}*/

.smo {
	list-style: none;
	margin: 5px;
	padding: 5px;
	text-align: left;
}
.smo li {
	display: inline;
	margin: 0 5px 0 0;
}
.smo li a:link, .smo li a:visited {
	color: #000;
	outline: none;
	display: inline-block;
	
	
	
	padding: 5px;
}
.smo li a:hover {
	color: #C53F08;
}
.clear {
	clear: both;
}
error {
	color: red;
}
.img-thumbnail {
	margin-bottom: 10px;
}
.img-rounded {
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 2px;
	padding: 5px;
	background-color: #eee;
}
.gallery-page [class*='col-'] {
	padding-left: 0;
}
.gallery-page a {
	font-size: 16px;
	color: #C53F08;
	text-decoration: none;
	font-weight: bold;
}
.gallery-page .img-rounded {
	transform: scale(1, 1);
	transition: all 0.5s;
}
.gallery-page .img-rounded:hover {
	transform: scale(0.96, 0.96);
}
hr {
	clear: both;
}
.testimonial {
	background-color: #EEEEEE;
	border-radius: 2px;
	color: #373737;
	float: left;
	margin-bottom: 14px;
	padding: 24px 28px;
	position: relative;
	width: 100%;
	-webkit-box-shadow: inset 0px 8px 9px 0px #C4C4C4;
	-moz-box-shadow: inset 0px 8px 9px 0px #C4C4C4;
	box-shadow: inset 0px 8px 9px 0px #C4C4C4;
}
.testimonial-arrow {
	border-color: #EEEEEE transparent transparent;
	border-style: solid;
	border-width: 20px 20px 0 0;
	bottom: -20px;
	height: 0;
	left: 120px;
	position: absolute;
	width: 0;
}
.img-testimonials {
	bottom: -50px;
	position: absolute;
}
img {
	border: medium none
}
.testimonial-details {
	color: #337AB7;
	display: block;
	float: left;
	font-size: 14px;
	font-style: italic;
	margin: 0 0 35px 140px;
	font-weight: bold;
}
.testimonial-s strong {
	color: #232323;
	font-size: 14px;
	font-style: normal;
}
strong {
	font-weight: bold;
}
.flex-direction-nav, .slides {
	list-style: none;
}
.h_testi_height {
	height: 80px;
}
.homeicon {
	margin: 0 5px 5px 0;
	border-radius: 100px;
}
.m0 {
	margin: 0px;
}
img.pull-right, img.pull-left, .profile-img {
	padding: 4px;
	background: #eee;
	border: 1px solid #ddd;
}
img.pull-right {
	margin: 5px 0 10px 10px;
}
img.pull-left {
	margin: 5px 10px 10px 0px;
}
.profile-img {
	margin-bottom: 8px;
}
.table {
	background: transparent !important;
}
.tabledata {
	background-color: #eacd9a;
	margin-top: 5px;
	margin-bottom: 20px;
}
.tabledata th {
	background-color: #ffe5b8;
	color: #C53F08;
	font-size: 14px;
	line-height: 16px;
	padding: 5px;
}
.tabledata th span {
	font-size: 11px;
	color: #C53F08;
	font-weight: normal;
}
.tabledata th, .tabledata {
	text-align: center;
}
.tabledata td {
	background-color: #fff;
	padding: 4px;
	color: #C53F08;
}
.tabledata2 {
	background-color: #eacd9a;
	margin-top: 5px;
	margin-bottom: 20px;
}
.tabledata2 th {
	background-color: #C53F08;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	padding: 5px;
	vertical-align:middle !important;
}
.tabledata2 th span {
	font-size: 11px;
	color: #fff;
	font-weight: normal;
}
.tabledata2 th, .tabledata2 {
	text-align: center;
}
.tabledata2 td {
	background-color: #fff;
	padding: 4px;
	color: #C53F08;
	 vertical-align:middle !important;
}
a:link.btn, a:visited.btn {
	background: #089410;
	background-image: -webkit-linear-gradient(top, #c53f08, #993207);
	background-image: -moz-linear-gradient(top, #c53f08, #993207);
	background-image: -ms-linear-gradient(top, #c53f08, #993207);
	background-image: -o-linear-gradient(top, #c53f08, #993207);
	background-image: linear-gradient(to bottom, #c53f08, #993207);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 8px;
	color: #ffffff;
	font-size: 17px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
}
a.btn:hover {
	background: #17cf23;
	background-image: -webkit-linear-gradient(top, #f4a382, #c95526);
	background-image: -moz-linear-gradient(top, #f4a382, #c95526);
	background-image: -ms-linear-gradient(top, #f4a382, #c95526);
	background-image: -o-linear-gradient(top, #f4a382, #c95526);
	background-image: linear-gradient(to bottom, #f4a382, #c95526);
	text-decoration: none;
	color: #fff;
}
.embed-container {
	margin-right: 8px;
}
.embed-container iframe, .embed-container object, .embed-container embed {
}
.embed-container videocaption {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	margin-top: -5px;
}
 @media (max-width: 768px) {
.gallery-page [class*='col-'] {
	padding-left: 15px;
}
.embed-container {
	position: relative; /*padding-bottom: 56.25%;*/
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	float: none;
	margin-right: 0px;
	margin-top: 0px;
}
.embed-container iframe, .embed-container object, .embed-container embed {/* position: absolute; top: 0; left: 0;*/
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.embed-container videocaption {
	font-size: 11px;
	margin-bottom: 10px;
	margin-top: -5px;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 120%;
}
footer {
	width: 100%;
}
copyright {
	width: 100%;
	text-align: center;
}
.useful-logo {
	display: none;
}
.brand-logo {
	width: 100%;
}
.brand-logo img {
	width: 100%;
	height: auto;
}
.contact {
	margin-top: 5px;
	padding: 2px 0;
	text-align: center;
	width: 100%;
	border-top: 1px dotted #666;
}
.rys-logo {
	width: 100%;
	float: none;
	text-align: center;
	padding: 0;
}
.rys-logo img {
	width: 20%;
}
.contact span {
	display: inline;
	margin-right: 5px;
	font-size: 12px;
}
.cbp-hrmenu {
	float: none;
	width: 100%;
	border-bottom: 1px solid #47A3DA;
}
.cbp-af-header {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
	padding: 0px;
}
.header {
	height: auto;
}
.about {
	padding: 10px;
}
.bottomInner {
	width: 98%;
}
.requestQuote {
	width: 100%;
	background: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	background-color: #FF6600;
	padding: 2px 0;
	margin-top: 10px;
}
.shareThis {
	display: none;
}
.headerSocialMed {
	display: none;
}
.topContact {
	width: 100%;
	text-align: center;
	margin: 0px;
	float: none;
	font-weight: normal;
	font-size: 14px;
}
.topContact .colorRed, .topContact .colorMagenta {
	display: block;
	width: 100%;
	margin: 0px;
	float: none;
}
.no-mobi {
	display: none;
}
.netsite {
	margin-bottom: 0px;
	float: none;
	padding: 0px;
}
.smo ul {
	margin: 0 auto;
	width: 50%;
}
.mobi-table {
	width: 98%;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
error {
	color: red;
}
#SkypeButton_Call_shubhranshuji_1 {
	float: left;
	text-align: right;
	width: 20%;
	padding: 0px;
}
#SkypeButton_Call_shubhranshuji_1 img {
	height: 20px;
	padding: 0px;
}
#botBarInner, #botBar #botBarLeft, #botBar #botBarRight, #botBarFB {
	display: none;
}
#botBarInner {
	width: 100%;
}
.pagebanner {
	top: 0;
}
banner {
	top: 0px;
}
#contactinfo {
	float: none;
	color: #fff;
}
#contactinfo .contact {
	font-size: 150%;
	width: 100%;
	margin-bottom: 0px;
	float: left;
	margin-top: 0px;
	text-align: center;
	background-color: #FFFFFF;
	color: #003399;
}
#contactinfo .bedge {
	float: left;
}
.requestbtn {
	margin: 15px 0 0 0;
	border-radius: 0px;
	text-align: center;
	font-size: 70%;
	float: right;
}
.smo {
	float: none;
	width: 87%;
	margin: 0 auto;
}
.smo ul {
	list-style: none;
	float: none;
	width: 100%;
	clear: both;
	margin: 0px auto;
	padding: 0 0 0 0;
}
img.pull-right, img.pull-left {
	float: none;
	width: 100%;
}
.carousel-caption-left, .carousel-caption-right {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding-bottom: 0px;
	color: #fff;
	text-align: center;
	width: 100%;
}
.carousel-caption-left h3, .carousel-caption-right h3 {
	font-size: 30%;
	color: #fff;
	padding: 10px 0;
	text-transform: none;
	margin-bottom: 0;
	font-weight: bold;
	text-align: center;
	border: none;
}
.carousel-caption-left p, .carousel-caption-right p {
	font-size: 36%;
    width: 100%;
    margin: 40px 185px !important ;
	text-align:center;

}

.carousel-indicators {
	display: none;
}
}
.nav a{padding:10px 12px !important;}