/* CSS Document */


/*==== General *****/






@font-face {
	font-family: 'OpenSans-Regular';
	src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
	font-family: 'OpenSans-Bold';
	src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
	font-family: 'Raleway-Regular';
	src: url(../fonts/Raleway-Regular.ttf);
}
@font-face {
	font-family: 'Orkney-Regular';
	src: url(../fonts/Orkney-Regular.otf);
}
@font-face {
	font-family: 'Orkney-Bold';
	src: url(../fonts/Orkney-Bold.otf);
}
@font-face {
	font-family: 'Lato-Regular';
	src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
	font-family: 'Lato-Bold';
	src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
	font-family: 'Lato-Light';
	src: url(../fonts/Lato-Light.ttf);
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
ul {
	padding-left: 0px !important;
	width: 100%;
	float: left;
	list-style-type: none !important;
	margin-bottom: 0px !important;
}
input, textarea, select, button {
	outline: none;
	border: none;
}
a {
	text-decoration: none !important;
	color: none !important;
	transition: 0.5s all ease;
	outline: none !important;
}
body {
	overflow-x: hidden;
}
/*font-family: 'Dancing Script', cursive;*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*back to top css*/
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #ba0913 url(../images/up-arrow.png) no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.back-to-top {
	background-color: #0f2944;
}
/*back to top css*/

/*side nav css*/
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	background-color: #0f2944;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	text-align: left;
}
.sidenav a {
	padding: 8px 8px 8px 15px;
	text-decoration: none;
	font-size: 15px;
	display: block;
	transition: 0.5s;
	font-family: 'OpenSans-Regular';
	color: #fff;
	text-transform: uppercase;
}
.sidenav ul li a:hover {
	padding-left: 25px;
	background-color: #fff;
	color: #0f2944;
}
.sidenav ul {
	width: 100%;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

@media screen and (max-height: 450px) {
.sidenav {
	padding-top: 15px;
}
}
/*side nav css*/



/*banner css*/
.carousel-indicators {
	z-index: 999;
}
.bs-slider {
	overflow: hidden;
	max-height: 700px;
	position: relative;/*background: #000000;*/
}
.bs-slider:hover {
	cursor: -moz-grab;
	cursor: -webkit-grab;
}
.bs-slider:active {
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;/*background-color: rgba(0, 0, 0, 0.40);*/
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
	margin: auto;
	width: 100% !important;
}
/********************
*****Slide effect
**********************/

.fade {
	opacity: 1;
}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
	top: auto;
	position: relative;
}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.control-round:hover .carousel-control {
	opacity: 1;
}
.control-round .carousel-control.left {
	left: 1%;
}
.control-round .carousel-control.right {
	right: 1%;
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
	color: #fdfdfd;
	/*background: rgba(0, 0, 0, 0.5);*/
	border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1) {
	left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1) {
	right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
	right: 47.5%;
	bottom: 3%;
	left: auto;
	width: 90%;
	height: 20px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
}
.indicators-line > .carousel-indicators li {
	padding: 0;
	width: 15px;
	height: 15px;
	border: 1px solid rgb(158, 158, 158);
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	background: rgb(158, 158, 158);
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	z-index: 10;
	cursor: pointer;
}
.indicators-line > .carousel-indicators li:last-child {
	margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
	margin: 1px 5px 1px 1px;
	box-shadow: 0 0 0 2px #fff;
	background-color: transparent;
	position: relative;
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before {
	transform: scale(0.5);
	background-color: #fff;
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
	text-align: left !important;
}
.slide_style_right {
	text-align: right !important;
}
.slide_style_center {
	text-align: center !important;
}
.slide-text {
	left: 0;
	top: 42%;
	right: 0;
	margin: auto;
	position: absolute;
	text-align: left;
	width: 100%;
	padding: 0 205px;
}
.slide-text > h2 {
	font-family: 'Orkney-Bold';
	font-size: 28px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	text-transform: capitalize;
	height: 53px;
	line-height: 60px;
	padding: 0 20px;
	background-color: rgba(255,255,255,0.90);
	color: #ba0913;
	margin-bottom: 10px !important;
}
.slide-text > p {
	padding: 0;
	font-family: 'Orkney-Regular';
	color: #ffffff;
	font-size: 19px;
	line-height: 50px;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
	display: inline-block;
	background-color: rgba(15,41,68,0.70);
}
.slide-text > a {
	display: inline-block;
	background: #FFFFFF;
	width: 143px;
	border-radius: 5px;
	line-height: 43px;
	text-align: center;
	font-size: 14px;
	color: #000000;
	font-family: 'Raleway-Regular';
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
}

/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
.control-round .carousel-control {
	display: none;
}
}

@media (max-width: 480px) {
.slide-text {
	padding: 10px 30px;
}
.indicators-line > .carousel-indicators {
	display: none;
}
}
/*banner css*/

.logo img {
	display: inline-block;
	height : 70px;
	width : 120px;
	margin-top:15px;
}
#navebar {
	background: none;
	min-height: inherit;
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
	float: right;
}
#navebar .navbar-nav > li > a {
	font-size: 19px;
	color: #000;
	text-transform: uppercase;
	font-family: 'Abel', sans-serif;
	padding: 22px 20px;
	position: relative;
	font-weight:400;
}
#navebar .navbar-nav > li > a::before {
	content: '';
	position: absolute;
	width: 0;
	color:#990000;
	bottom: 0;
	height: 3px;
	background: #ba0913;
	transition: 0.5s all ease;
	left: 0;
	right: 0;
	margin: auto;
}
#navebar .navbar-nav > li:last-child a:before {
	margin: inherit;
	left: inherit;
	right: 0;
}
#navebar .navbar-nav > li a:hover:before {
	width: 70%;
}
#navebar .navbar-nav > li:last-child a {
	padding-right: 0;
}
#navebar .navbar-nav > li.active > a{background:none;}
#navebar .navbar-nav > li.active a::before{width:70%;}
.navbar-collapse {
	padding: 0;
	border:0;
	box-shadow:none;
}
.caret {
	margin-top: -5px;
	margin-left: 7px;
}
.dropdown-menu {
	margin: 0;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	width: 200px;
}
.dropdown-menu > li > a {
	white-space: normal;
	border-bottom: 1px solid #dcdcdc;
	color: #848484;
	font-size: 17px;
	    font-family: 'Abel', sans-serif;
    padding:10px 20px;}
.dropdown-menu > li > a:hover {
	background-color: #ba0913;
	color: #FFFFFF;
}
.dropdown-menu > li:last-child a {
	border-bottom: 0;
}
.Tp-baR {
	background: url(../images/TopBar-Bg-1.jpg) left top no-repeat #F74425;
	height: 37px;
	margin-left: 20px;
}
.Tp-baR::after {
	content: '';
	background: #F74425;
	position: absolute;
	width: 9999px;
	left: 100%;
	min-height: 37px;
	margin-left: -15px;
}
.Tp-brInfo {
	float: left;
	width: 100%;
	height: auto;
	margin-left: 200px;
}
.Info-Timing {
	background: url(../images/sepBg.jpg) right center no-repeat;
	float: left;
	width: 25%;
	padding-left: 15px;
}
.Info-Timing i {
	color: #FFFFFF;
	font-size: 14px;
	float: left;
	line-height: 35px;
	padding-right: 10px;
}
.Info-Timing p {
	font-family: 'Orkney-Regular';
	color: #fff;
	font-size: 14px;
	height: 37px;
	line-height: 37px;
}
.Tp-brInfo > .Info-Timing:first-child {
	padding-left: 0;
}
.SocialTp {
	float: left;
	padding-top: 5px;
}
.SocialTp ul li {
	float: left;
}
.SocialTp ul li a {
	display: inline-block;
	width: 25px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #FFF;
}
.SocialTp ul li a:hover {
	background: #ba0913;
}
.SocialTp ul li a i {
	transition: 0.9s all ease;
}
.SocialTp ul li a:hover i {
	transform: rotate(720deg);
}
.GetFreeOPinment {
	background: url(../images/banner-btm-bg.png) center top no-repeat;
	height: 95px;
	background-size: cover;
	
}
.GetFreeOPinment p {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 50px;
	font-family: 'Lato-Bold';
	float: left;
}
.GetFreeOPinment img {
	float: right;
	margin-right: 100px;
	margin-top: 20px;
	visibility:hidden;
}
.HomePageServices {
	padding-top: 40px;
	padding-bottom: 40px;
}
.HomePageServices .MainHeAding {
	text-align: center;
}
.MainHeAding {
	font-size: 32px;
	color: #222222;
	font-family: 'Lato-Bold';
	padding-bottom: 20px;
}
.MainText {
	font-size: 15px;
	color: #222222;
	line-height: 28px;
	font-family: 'Lato-Regular';
}
.HomePageServices .MainText {
	text-align: center;
}
.HomePageServiceBox {
	margin-top: 50px;
}
.ServicePIc {
	border: 1px solid #3a3a3a;
	position: relative;
	height: 278.5px;
	box-shadow: 0px 0px 10px 2px #bababa;
	transition: 0.4s all ease;
	margin: 0;
	display: inline-block;
	width: 100%;
}
.ServicePIc img {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}
.ServicePIc h2 {
	position: absolute;
	left: 0;
	bottom: 30px;
	font-size: 22px;
	color: #FFFFFF;
	font-family: "Arial Narrow";
	padding: 0 30px 0 15px;
	height: 40px;
	line-height: 40px;
	background: url(../images/serviceNamebg.png) right top no-repeat;
	background-size: cover;
}
.ServicePIc h2 i {
	font-size: 14px;
	padding-right: 10px;
}
.ServicePIc:hover {
	margin-top: -20px;
	box-shadow: none;
}
.ServicePIc::after {
	position: absolute;
	content: '';
	bottom: 0;
	width: 100%;
	height: 28px;
	background: url(../images/hover-bg.png) center top no-repeat;
	opacity: 0;
	transition: 0.3s all ease;
}
.ServicePIc:hover:after {
	opacity: 1;
	bottom: -20px;
}
.HomePageServices .carousel-indicators {
	bottom: inherit;
	top: 10px;
	right: 0;
	left: inherit;
	width: 100%;
	margin-left: 0;
	text-align: right;
}
.HomePageServices .carousel-indicators li {
	width: 12px;
	height: 12px;
	background-color: #ececec;
	margin: 0;
	border: 0;
}
.HomePageServices .carousel-indicators li.active {
	background-color: #a1a1a1;
}
.HomePageAbout {
	background: url(../images/HomePageBG-1.jpg) right center no-repeat;
	height: 470px;
	padding-top: 50px;
	background-size: auto;
}
.AboutTabs h2 {
	font-size: 28px;
	color: #FFFFFF;
	line-height: 43px;
	font-family: 'Lato-Bold';
	padding-bottom: 30px;
}
.AboutTabs h2 span {
	font-family: 'Lato-Light';
}
.AboutTabs ul li {
	padding-bottom: 25px;
}
.AboutTabs ul li a {
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-family: 'Raleway-Medium';
    font-size: 14px;
    padding: 7px 10px 7px 10px;
    border: 1px solid #fff;
    min-width: 133px;
}
.redonHover:hover {
background-color: #c9121c !important;    
}

.AboutTabs ul li a i {
	border: 1px solid #585757;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #FFFFFF;
	margin-right: 20px;
	background-color: transparent;
	transition: 0.3s all ease;
	font-size: 14px;
}
.AboutTabs ul li.active a i {
	background-color: #FFFFFF;
	color: #ba0913;
}
.AboutTabs ul li a:hover i {
	transform: rotate(720deg);
	background-color: #FFFFFF;
	color: #ba0913;
}
.tab-text {
	display: none;
}
.tab-text h2 {
	font-size: 20px;
	color: #FFFFFF;
	font-family: 'Lato-Regular';
	padding-bottom: 25px;
}
.tab-text p {
	font-size: 15px;
	color: #FFFFFF;
	font-family: 'OpenSans-Regular';
	text-align: justify;
	line-height: 29px;
	opacity: 0.85;
	padding-bottom: 30px;
}
.tab-text a {
	width: 117px;
	line-height: 40px;
	height: 40px;
	color: #FFFFFF;
	font-family: 'Lato-Bold';
	font-size: 17px;
	text-align: center;
	background: #ca0a15;
}
.tab-text a:hover {
	color: #0f2944;
}
.SolutionGallery {
	padding-top: 50px;
	padding-bottom: 40px;
}
.Solution h2 {
	font-size: 28px;
	color: #222222;
	font-family: 'Lato-Bold';
	padding-bottom: 25px;
}
.panel-group {
	border: 1px solid #eaeaea;
}
.panel {
	border: 0;
	box-shadow: none;
	border-radius: 0;
}
.panel-group .panel {
	border-radius: 0;
}
.panel-heading {
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 0;
}
.panel-default>.panel-heading {
	background-color: #fff;
	border-bottom: 1px solid #eaeaea;
}
.panel-title {
	height: 51px;
	line-height: 51px;
	font-size: 18px;
	color: #222222;
	font-family: 'Lato-Bold';
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 0;
	border-bottom: 1px solid #eaeaea;
}
.panel-title a.collapsed {
	color: #222222;
}
.panel-title a {
	color: #ba0913;
}
.panel-title a.collapsed span:before {
	float: right;
	content: "\f067";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #EAEAEA;
	color: #aaaaaa;
	margin-top: 10px;
}
.panel-title a span:before {
	float: right;
	content: "\f068";
	font-family: FontAwesome;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #ca0a15;
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}
.panel-body p {
	font-size: 14px;
	color: #222222;
	line-height: 28px;
	font-family: 'OpenSans-Regular';
	text-align: justify;
	height: 84px;
	overflow: hidden;
}
.panel-body p a{color: #ba0913; font-weight:bold; padding-left:10px;}
.Gallery h2 {
	font-size: 28px;
	color: #222222;
	font-family: 'Lato-Bold';
	padding-bottom: 25px;
}
.Gallery-Img {
	float: left;
	position: relative;
	display: inline-block;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 10px;
	height: 165px;
}
.Gallery-Img img {
	max-width: 100%;
	max-height: 100%;
}
.Gallery-Img::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(186,9,19,0.85);
	opacity: 0;
	transition: 0.5s all ease;
}
.Gallery-Img:hover:before {
	opacity: 1;
}
.Gallery-Img i {
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 45%;
	transition: 0.5s all ease;
	opacity: 0;
	z-index: 9;
	left: 0;
	right: 0;
}
.Gallery-Img:hover i {
	opacity: 1;
	transform: rotate(720deg);
}
.First-img {
	width: 350px;
}
.OurSpecialTeam {
	background: #eef0f2;
	padding-top: 40px;
	min-height: 500px;
}
.OurSpecialTeam .MainHeAding {
	font-size: 28px;
	text-align: center;
	padding-bottom: 40px;
}
.SpecialTeamMAin {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.TeaMPic {
	display: inline-block;
	width: 100%;
	border: 1px solid #f0f0f1;
	    background: #fff;
	height: 231px;
}
.TeaMPic img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.MemberInfo {
	width: 100%;
	background-color: #FFFFFF;
	padding: 20px 20px 15px 20px;
	transition: 0.5s all ease;
	position: relative;
	z-index: 9;
	box-shadow: 0px 3px 15px 2px #d0d2d4;
}
.MemberInfo h2 {
	font-size: 17px;
	color: #222222;
	font-family: 'Lato-Bold';
	padding-bottom: 10px;
	text-align:center;
}
.MemberInfo p {
	font-size: 14px;
	color: #ca0a15;
	font-family: 'OpenSans-Regular';
	font-style: normal;
	font-weight:bold;
	text-align:center;
	transition: 0.2s all ease;
}
.MemberInfo ul {
	transition: 0.3s all ease;
	display: none;
}
.MemberInfo ul li {
	padding-bottom: 7px;
	font-size: 13px;
	font-family: 'OpenSans-Regular';
	color: rgba(0,0,0,0.70);
}
.MemberInfo ul li a {
	color: rgba(0,0,0,0.70);
}
.MemberInfo ul li i {
	font-size: 13px;
	color: #ca0a15;
	padding-right: 10px;
}
.SpecialTeamMAin:hover .MemberInfo {
	margin-top: -40px;
	margin-bottom: 40px;
	
}
.btnAddCart{
    display:block;
    width: auto;
    padding: 0px;
    margin: 0 auto;
    background: transparent;
    border: none;
    font-size: 14px;
    color: #ca0a15;
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: bold;
    text-align: center;
    transition: 0.2s all ease;
    
}
.SpecialTeamMAin:hover .MemberInfo p {
	display: none;
}
.SpecialTeamMAin:hover .MemberInfo ul {
	margin-top: -0px;
	display: block;
}
.MemberInfo ul li a:hover {
	color: #ca0a15;
}
.Social-iconBTM {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 15px;
	padding-bottom: 10px;
}
.SmallLOgo {
	float: left;
}
.BtmSocial {
	float: right;
	padding-top: 5px;
}
.BtmSocial ul li {
	float: left;
}
.BtmSocial ul li a {
	display: inline-block;
	width: 25px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #FFF;
	background: #242424;
	margin: 0 2px;
}
.BtmSocial ul li a i {
	transition: 0.9s all ease;
}
.BtmSocial ul li a:hover {
	background: #ba0913;
}
.BtmSocial ul li a:hover i {
	transform: rotate(720deg);
}
.main-footer {
	background-color: #1e2226;
	padding-top: 50px;
}
.FoteerHeAding {
	color: #FFFFFF;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Lato-Regular';
	padding-bottom: 30px;
}
.ftr-section ul li a {
	font-size: 14px;
	color: #b2b4b7;
	font-family: 'OpenSans-Regular';
	display: inline-block;
	padding-left: 25px;
}
.ftr-section ul li {
	background: url(../images/sep-4.png) left top 8px no-repeat;
	padding-bottom: 10px;
	transition: 0.5s all ease;
}
.ftr-section ul li:hover {
	background: url(../images/sep-5.png) left 10px top 8px no-repeat;
	padding-left: 10px;
}
.ftr-section ul li:hover a {
	color: #ca0a15;
}
.ftr-REachUs ul li {
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
.ftr-REachUs ul li i {
	float: left;
	width: 10%;
	color: #cacaca;
	padding-top: 3px;
	font-size: 13px;
}
.ftr-REachUs ul li p {
	float: left;
	width: 90%;
	font-size: 14px;
	color: #b2b4b7;
	font-family: 'Raleway-Regular';
}
.ftr-REachUs ul li a {
	color: #b2b4b7;
}
.ftr-REachUs ul li:first-child {
	padding-bottom: 20px;
}
.border {
	float: left;
	width: 100%;
	height: 1px;
	background: #3d4044;
	margin-top: 30px;
}
.c-left {
	font-size: 13px;
	color: #eaeaea;
	height: 43px;
	line-height: 43px;
	font-family: 'OpenSans-Regular';
}
.c-right {
	text-align: right;
}
.c-right a {
	color: #eaeaea;
}
.Ftr-Location img, .Ftr-Location iframe {
	max-width: 100%;
	width: 100%;
}
.neXtBanner {
	position: relative;
}
.neXtBanner img {
	width: 100%;
	height: 190px;
}
.neXtBanner::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(15,41,68,0.80);
	left: 0;
	top: 0;
}
.bannerText {
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	top: 45%;
	text-align: center;
}
.bannerText h2 {
	font-size: 28px;
	color: #FFFFFF;
	font-family: 'Orkney-Bold';
}
.bannerText p {
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'Orkney-Regular';
}
.MainAboutPage {
	padding-top: 50px;
	padding-bottom: 50px;
}
.NextPagesHeading {
	font-size: 32px;
	color: #222222;
	font-family: 'Lato-Bold';
	text-transform: capitalize;
	padding-bottom: 30px;
}
.NextPagesHeading img {
	margin-left: 10px;
}
.AboutContent h2 {
	font-size: 17px;
	color: #000000;
	font-family: 'Lato-Bold';
	font-style: italic;
	padding-bottom: 10px;
}
.AboutContent p {
	font-size: 15px;
	color: #222222;
	font-family: 'Lato-Regular';
	line-height: 28px;
	padding-bottom: 20px;
	text-align: justify;
}
.AboutContent img {
	display: inline-block;
	margin-bottom: 30px;
}
.SidemEnuAbt {
	margin-bottom: 20px;
}
.SidemEnuAbt ul li:first-child {
	background: #0f2944;
	height: 48px;
	line-height: 48px;
	border-bottom: 0;
}
.SidemEnuAbt ul li:first-child a {
	color: #FFFFFF;
	font-size: 16px;
	font-family: 'Lato-Bold';
	padding-left: 10px;
	display: inline-block;
}
.SidemEnuAbt ul li:first-child i {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.SidemEnuAbt ul li {
	background: #c00b16;
	padding: 0px 20px;
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid rgba(105,6,11,0.50);
	position: relative;
}
.SidemEnuAbt ul li a {
	font-size: 15px;
	color: #FFFFFF;
	font-family: 'OpenSans-Regular';
	display: block;
}
.SidemEnuAbt ul li::before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 5px;
	height: 0;
	background: #0f2944;
	transition: 0.5s all ease;
}
.SidemEnuAbt ul li:hover:before {
	height: 100%;
}
.SidemEnuAbt ul li.active:before {
	height: 100%;
}
.BOking-Pic {
	transition: 0.5s all ease;
	margin-bottom: 20px;
}
.BOking-Pic img {
	max-width: 100%;
}
.BOking-Pic:hover {
	transform: scale(0.9);
}
.SidemEnuAbt2 ul li:first-child {
	font-size: 16px;
	color: #FFFFFF;
	font-family: 'Lato-Bold';
	height: 48px;
	line-height: 48px;
	border-bottom: 0;
	background: #0f2944;
	padding:0 20px;
}
.SidemEnuAbt2 ul li:first-child:before {
	display: none;
}
.SidemEnuAbt2 ul li {
	background: #c00b16;
	padding: 10px 20px 20px;
	border-bottom: 1px solid rgba(105,6,11,0.50);
	font-size: 15px;
	color: #FFFFFF;
	font-family: 'OpenSans-Regular';
	line-height: 24px;
}
.SidemEnuAbt2 ul li::before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #FFFFFF;
	padding-right: 5px;
}
.SidemEnuAbt2 ul li:last-child a {
	display: inline-block;
	border-radius: 20px;
	width: 100px;
	border: 1px solid #FFFFFF;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	font-family: 'OpenSans-Regular';
	text-transform: capitalize;
	color: #FFFFFF;
	margin-top: 15px;
}
.SidemEnuAbt2 ul li:last-child a:hover {
	background: #FFFFFF;
	color: #c00b16;
}
.BookingPage {
	padding-top: 50px;
	padding-bottom: 50px;
}
.Booking-Form input {
	width: 80%;
	border: 1px solid #e1e1e1;
	height: 46px;
	line-height: 46px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 3px #e1e1e1;
	margin-bottom: 20px;
	transition: 0.5s all ease;
}
.Booking-Form input[type=date] {
	line-height: normal;
	height: auto;
	padding-top: 11px;
	padding-bottom: 11px;
}
.Booking-Form input[type=time] {
	line-height: normal;
	height: auto;
	padding-top: 11px;
	padding-bottom: 11px;
}
.Booking-Form select {
	width: 80%;
	border: 1px solid #e1e1e1;
	margin-bottom: 25px;
	height: 46px;
	line-height: 46px;
	padding-left: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 3px #e1e1e1;
}
.Booking-Form label {
	font-size: 14px;
	color: #848484;
	font-family: 'Lato-Regular';
	display: block;
}
.Booking-Form button {
	width: 138px;
	height: 49px;
	line-height: 49px;
	color: #fff;
	text-align: center;
	font-family: 'Orkney-Bold';
	background-color: #c00b16;
	transition: 0.5s all ease;
	margin-top: 20px;
	margin-bottom: 20px;
}
.Booking-Form input:focus, .Booking-Form input:visited {
	box-shadow: #c00b16 0px 0px 10px 3px;
	border-color: #c00b16;
	color: #c00b16;
}
.Booking-Form input:focus::placeholder, .Booking-Form input:visited::placeholder {
color:#c00b16;
}
.Booking-Form button:hover {
	background-color: #0f2944;
}
.bookingPic img {
	float: right;
}
.ConatctPage {
	padding-top: 50px;
	padding-bottom: 50px;
}
.Contct-1 {
	border: 1px solid #E1E1E1;
	text-align: center;
	box-shadow: 0px 0px 10px 3px #E1E1E1;
	margin-bottom: 10px;
}
.Contct-1 i {
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	background-color: #ca0a15;
	color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 30px;
	font-size: 25px;
}
.Contct-1 p {
	font-size: 16px;
	color: #222222;
	line-height: 22px;
	font-family: 'Lato-Regular';
	padding-bottom: 30px;
}
.Contct-1 p a {
	color: #222222;
}
.CoNtactMap img, .CoNtactMap iframe {
	width: 100%;
	max-width: 100%;
}
.ConatctForm input , .ConatctForm select {
	width: 100%;
	border: 1px solid #e1e1e1;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 3px #e1e1e1;
	margin-bottom: 25px;
	transition: 0.5s all ease;
}
.ConatctForm button {
	width: 138px;
	height: 49px;
	line-height: 49px;
	color: #fff;
	text-align: center;
	font-family: 'Orkney-Bold';
	background-color: #c00b16;
	transition: 0.5s all ease;
	margin-bottom: 20px;
}
.ConatctForm select:focus, .ConatctForm input:focus, .Booking-Form input:visited {
	box-shadow: #c00b16 0px 0px 10px 3px;
	border-color: #c00b16;
	color: #c00b16;
}
.ConatctForm input:focus::placeholder, .Booking-Form input:visited::placeholder {
color:#c00b16;
}
.ConatctForm button:hover {
	background-color: #0f2944;
}
.ConatctForm textarea {
	width: 100%;
	border: 1px solid #e1e1e1;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 3px #e1e1e1;
	margin-bottom: 20px;
	transition: 0.5s all ease;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ConatctForm textarea:focus, .Booking-Form input:visited {
	box-shadow: #c00b16 0px 0px 10px 3px;
	border-color: #c00b16;
	color: #c00b16;
}
.Services-text h2 {
	font-size: 17px;
	color: #000000;
	font-style: italic;
	font-family: 'Lato-Bold';
	padding-bottom: 10px;
}
.Services-text p {
	font-size: 15px;
	color: #222222;
	line-height: 28px;
	text-align: justify;
	font-family: 'Lato-Regular';
	padding-bottom: 25px;
}
.ServicesMainPage {
	padding-top: 50px;
	padding-bottom: 50px;
}
.Services-text ul {
	width: 33%;
	padding-left: 15px !important;
}
.Services-text ul li {
	list-style-type: disc;
	color: #0f2944;
	padding-left: 10px;
	padding-bottom: 10px;
}
.Services-text ul li span {
	display: block;
	font-size: 15px;
	color: #222222;
	font-family: 'Lato-Regular';
}
.SplutionMainPage {
	padding-top: 50px;
	padding-bottom: 50px;
}
.Solution-text .panel-body p {
	height: auto;
}
.WHyChoose {
	padding-top: 50px;
	padding-bottom: 50px;
}
.Why2 {border-bottom:4px solid #e6e6e6; margin-bottom:20px;}
.Why2 h2{font-size:17px; color:#010101; font-style:italic; font-family: 'Lato-Bold'; padding-bottom:20px;}
.Why2 h2 i{color:#ba0913; font-size:17px; padding-right:10px;}
.Why2 p{font-size:15px; color:#222222; line-height:28px; font-family: 'Lato-Regular'; padding-bottom:20px; text-align:justify;}
.navbar-toggle{margin-right:0; margin-bottom:0px; margin-top:0;}
.navbar-nav{margin:0;}

.Gallery .carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: #ececec;
    margin: 0;
    border: 0;
}
.Gallery .carousel-indicators li.active {
    background-color: #a1a1a1;
}
.Gallery .carousel-indicators {
    bottom: inherit;
    top: -45px;
    right: 20px;
    left: inherit;
    width: 100%;
    margin-left: 0;
    text-align: right;
}

.product-qty {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.custom-qty {
	display: inline-flex;
}

.increase.items, .reduced.items {
	border: none;
	color: #888;
	padding: 13px 15px 12px;
	float: left;
	margin: 0 2px;
}

.input-text.qty {
	border: 1px solid #dedede;
	max-width: 45px;
	padding: 4px 13px;
	float: left;
	text-align: center;
	margin: 0;
}
.SocialTpP ul li a {
	display: inline-block;
	width: 25px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	color: #c00b16 !important;
}
.SocialTpP ul li a:hover i{
	color: #fff !important;
}

/* Cart Page CSS Start */
.commun-table th span {
	float: left;
	font-size: 14px;
	font-weight: 400;
	clear: both;
}

.commun-table td .product-title {
	min-width: 300px;
}

table.table {
	border: 15px solid #f5f5f5;
	border-top: none;
	margin-bottom: 0;
}

.complete-order-detail table.table {
	border-top: 15px solid #f5f5f5;
}

.commun-table .table thead tr th {
	background: #f5f5f5;
	border-bottom: none;
	padding: 22px 20px;
}

.cart-item-table .table tbody tr td {
	padding: 20px 25px;
	vertical-align: middle;
}

.cart-total-table .table tbody tr td {
	padding: 10px 25px;
	vertical-align: middle;
}

.cart-total-table .table thead tr th {
	padding: 15px 25px;
	vertical-align: middle;
}

.commun-table .table tbody tr:first-child td {
	border-top: medium none;
}

.cart-item-table thead tr th:first-child, .cart-item-table tbody tr td:first-child {
	max-width: 110px;
}

.cart-item-table tbody tr td:last-child, .cart-item-table thead tr th:last-child {
	text-align: center;
}

.commun-table th ul li {
	text-align: left;
	float: left;
	margin-right: 30px;
}

.commun-table th ul li .price {
	font-size: 14px;
}

.commun-table th ul li:last-child {
	margin-right: 0;
	float: right;
}

.complete-order-table tbody tr td:last-child, .complete-order-table thead tr th:last-child {
	text-align: left;
}

.commun-table .table tbody tr td i.cart-remove-item {
	color: #ff0000;
	font-size: 18px;
	cursor: pointer;
}

.commun-table tbody tr td .input-box select {
	width: 100px;
	padding: 5px;
}

.cart-total-table .table tbody tr td b {
	font-size: 16px;
	color: #2a2931;
}

.cart-total-table .table tbody tr td .price {
	color: #2a2931;
	font-size: 14px;
	font-weight: 500;
}

.estimate select {
	padding: 12px 10px;
}

/* Cart Page CSS End */