/*----------------------------------------------------------------------------------------------
										1.general css
-----------------------------------------------------------------------------------------------*/
@font-face {
	font-family: Roboto-Regular;
	src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
	font-family: Raleway-Regular;
	src: url(../fonts/Raleway-Regular.html));
}
@font-face {
	font-family: AlegreyaSC-Regular;
	src: url(../fonts/AlegreyaSC-Regular.ttf);
}
@font-face {
 font-family: open-sans.regular;
	src: url(../fonts/open-sans.regular.ttf);
}
@font-face {
 font-family: ROBOTO-BOLD_1;
	src: url(../fonts/ROBOTO-BOLD_1.TTF);
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	color: #535353;
	position: relative;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.clr {
	clear: both;
}
a, a:hover, a:active, a:focus {
	text-decoration: none;
	outline: none;
}
select, input {
	outline: 0;
}
p {
	line-height: 24px;
	font-weight: 400;
	text-align:center;
}
li {
	list-style: none;
	display: inline-block;
}
ul {
	margin: 0;
	padding: 0;
}
/*----------------------------------------------------------------------------------------------
										2.Common CSS all Pages Start
-----------------------------------------------------------------------------------------------*/
/*-------------------------------------
			i.Header
--------------------------------------*/
#header {
	position: relative;
	    width: 100%;float: left;
}
.head-bg {width: 100%;float: left;
	background:#ea1c1c;
	padding: 10px 0;
/*background:url(../images/head-bg.jpg) no-repeat;
	background-size: cover;
    background-position: 40% 50%;*/
}
#header .header-top {
	border-bottom: 1px solid #ddd;
	padding: 15px 0 10px 0;
	overflow: hidden;
}
#header .header-bottom {
	overflow: hidden;
}
#header .logo, #header .h-left {
  display: inline-block;
  position: relative;
  z-index: 0;padding:0;
}
#header .h-left small {
	font-size: 14px;
	color: #c48444;
}
#header .h-right {
	float: right;
}
#header .h-right ul>li {
	font-size: 16px;
	padding-left: 10px;
}
#header .h-right ul>li>a:hover {
	color: #000000;
}
#header .h-right ul>li>a {
	color: #a9a9a9;
	transition: .7s;
}
#header .head {
	display: inline-block;
	padding-left: 7%;
}
#header .head ul {
	padding-top: 5px;
}
#header li.hb {
	padding-left: 20px;
	border-left: 1px solid #ddd;
	margin-left: 30px;
}
#header li.hb h5 {
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	font-size: 15px;
}
#header li.hb p {
	margin: 0;
}
#header li.hb p a {
	color: #c48444;
}
#header .h-link {
	float: left;
}
#header .btn-default {
	color: #ffffff;
	background-color: #dfac6b;
}
#header .btn {
	font-size: 15px;
	font-weight: 600;
	border: none;
	border-radius: 0;
	padding: 8px 15px;
}
#header .icon:before {
	content: '\f1ec';
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px;
}
#marquee,#marquee2
{   width:100%;float: left;
    background-color: #2b3648;
    color: #e2cd56;
	font-size:14px;
	padding:4px 0px 0px;
	margin:0px auto;
    box-shadow: 0 0 0 1px #999;
    font-weight: bold;
    border-radius:10px;
}
/*-------------------------------------
			ii.Main Menu
--------------------------------------*/
#menu {
	position: relative;margin-top:8px;
}
.rm-nav ul li ul:before {
	content: '';
	display: none;
}
.rm-nav ul:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 49px;
	left: -51px;
	top: 0;
	border-top: 48px solid transparent;
	border-right: 52px solid #DB5342;
}
.rm-container.rm-layout-expanded {
	position: relative;
}
#menu .searchbox {
	display: inline-block;
	position: relative;
	min-width: 50px;
	width: 0%;
	height: 45px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}
#menu .searchbox-input {
	top: 0;
	right: 0;
	border: 0;
	outline: 0;
	background: #f5f5f5;
	/*   width: 100%; */
	margin: 10px 0;
	padding: 5px;
	font-size: 15px;
	color: #000;
}
#menu .searchbox-input::-webkit-input-placeholder {
 color: #000;
}
#menu .searchbox-input:-moz-placeholder {
 color: #000;
}
#menu .searchbox-input::-moz-placeholder {
 color: #000;
}
#menu .searchbox-input:-ms-input-placeholder {
 color: #000;
}
#menu .searchbox-icon, #menu .searchbox-submit {
	width: 50px;
	height: 45px;
	display: block;
	position: absolute;
	top: 0;
	font-family: verdana;
	font-size: 22px;
	right: 0;
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
	color: #f5f5f5;
	background: #dfac6b;
}
#menu .searchbox-open {
	width: 22%;
}
#menu .wrapper {
	border-color: transparent;
	border-radius: 0;
	margin-top: 10px;
	/*margin-top:-30px;
	background: -webkit-linear-gradient(to right, transparent 70%, #DB5342 30%);
	background: -webkit-linear-gradient(left, transparent, transparent 70%, #DB5342 30%);
	background: -moz-linear-gradient(left, transparent, transparent 70%, #DB5342 30%);
	background: -o-linear-gradient(left, transparent, transparent 70%, #DB5342 30%);
	background: linear-gradient(to right, transparent 70%, #DB5342 30%);*/
}
#menu .rm-nav .active a {
	color: #ffffff;
	background-color:#000000;
}
/*-------------------------------------
			iii.footer
--------------------------------------*/
#footer-bottom .scroll-to-top a i {
	font-size: 24px;
	/* transform: rotate(-44deg);
    -ms-transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    -moz-transform: rotate(-44deg);
    -o-transform: rotate(-44deg);*/
	color: #ffffff;
	transition: .5s;
}
#footer-bottom .scroll-to-top {
	position: relative;
	float: right;
	width: 50px;
	top: -42px;
	transition: .5s;
	left: -67px;
}
.contact-icon a{color: #fff;background: #882042;padding: 10px;border-radius: 5px}
#footer-bottom .scroll-to-top a {
	position: relative;
	background: #ea1c1c;
	border: 2px solid #e2cd56;
	padding: 10px 13px 6px;
	border-radius: 5px;
}
#footer-bottom {
	position: fixed;
    width: 100%;
    float: left;
    bottom: 0;
}
#footer-bottom .footer-bottom {
	position: relative;
	background: #ea1c1c;
	padding: 10px 0;
}
#footer-bottom .footer-bottom a {
	color: #ffffff;
}
#footer-bottom .footer-bottom p {
	margin: 0;
	color: #ffffff;
	text-align: center;
}
/*----------------------------------------------------------------------------------------------
										2.Common CSS all Pages End
-----------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------
										3.Home Page Start
-----------------------------------------------------------------------------------------------*/

/*-------------------------------------
			i.Slider
--------------------------------------*/
#slider .s-txt {
	float: left;
	display: inline-block;
	background: #ffffff;
	position: relative;
	z-index: -1;
}
#slider img {
	width: 100%;
	height: 800px;
}
#slider .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .3;
	width: 100%;
	height: auto;
	background: url(../images/pattern.png)repeat;
}
#slider .video {
	overflow: hidden;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 800px;
}
video {
	position: relative;
}
#slider .carousel-caption {
	position: absolute;
	bottom: 0;
	top: 100px;
}
#slider .s-top {
	background: #e00000;
	padding: 10px 20px;
}
#slider .s-top h4 {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0;
}
#slider .s-icon i {
	text-shadow: 2px 2px 5px rgba(153, 153, 153, 0.5);
}
#slider .s-icon {
	font-size: 36px;
	color: #ffffff;
	float: left;
}
#slider .txt {
	text-align: left;
	border-left: 1px solid #ffffff;
	padding-left: 15px;
	margin-left: 45px;
}
#slider .s-top p {
	font-size: 13px;
	margin: 0;
	text-align: left;
}
.form {
	padding: 30px 30px 0;
	font-size: 13px;
}
.form-control {
	padding: 4px 10px;
	border: 1px solid #ddd;
	border-radius: 0;
	transition: none;
	box-shadow: none;
	height: auto;
}
#slider textarea {
	outline: 0;
	padding: 4px 10px;
	border: 1px solid #ddd;
	color: #555;
}
#slider select {
	width: 100%;
	height: auto;
	padding: 4px 10px;
	border: 1px solid #ddd;
	color: rgba(51, 51, 51, 0.62);
	text-transform: capitalize;
}
.form-control:focus {
	border-color: #ddd;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#slider .s-content {
	text-align: left;
	overflow: hidden;
	padding-left: 50px;
	padding-top: 40px;
}
#slider .s-content h1 {
	font-size: 48px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 15px;
	text-shadow: 1px 4px 5px rgba(0, 0, 0, 0.4);
}
#slider .s-content p {
	margin: 0 0 20px;
	max-width: 480px;
	font-size: 17px;
	line-height: 1.5;
}
#slider .s-txt>.s-link {
	margin-bottom: 30px;
}
#slider .s-txt>.s-link>.btn {
	text-transform: uppercase;
	font-weight: 600;
	border: none;
	border-radius: 0;
	padding: 6px 25px;
}
#slider .s-txt>.s-link>.btn-default {
	color: #ffffff;
	background-color: #e00000;
	border: 1px solid #e00000;
	transition: .7s;
}
#slider .s-content>.s-btn>.btn {
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	border-radius: 0;
	padding: 6px 25px;
	font-weight: 600;
}
#slider .s-content>.s-btn>.btn-default {
	color: #ffffff;
	background-color: transparent;
	border: 1px solid #ffffff;
	transition: .7s;
}
#slider .s-txt>.s-link>.btn-default:hover {
	color: #e00000;
	background-color: transparent;
	border-color: #e00000;
}
#slider .s-content>.s-btn>.btn-default:hover {
	color: #e00000;
	background-color: #ffffff;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/*-------------------------------------
			ii.Slider Bottom
--------------------------------------*/
#slider-bottom {
	position: relative;
}
#slider-bottom div.row> div {
	padding: 0;
}
#slider-bottom div.row {
	margin: 0;
	padding: 0;
}
#slider-bottom .s-bottom {
	background: #ffffff;
	box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.2);
	border-radius: 4px;
}
#slider-bottom .s-bottom>.s-top {
	background: #db5342;
	width: 100%;
	height: 40px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-webkit-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
}
#slider-bottom .s-bottom .s-text {
	text-align: center;
}
#slider-bottom .s-bottom .s-img {
	position: relative;
	background: #ffffff;
	width: 75px;
	height: 75px;
	line-height: 90px;
	border-radius: 100%;
	z-index:999;
	margin-left: 15px;
	margin-top: -30px;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
#slider-bottom .s-img i {
	font-size: 36px;
	color: #3b4597;
}
#slider-bottom .s-bottom:hover .s-img {
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
}
#slider-bottom .s-bottom .s-text>.content {
	padding-bottom: 13px;
	transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-webkit-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
}
#slider-bottom .s-bottom .s-text>.content p {
	/*font-family: 'Raleway', sans-serif;*/
	font-size: 14px;
}
#slider-bottom .s-bottom .s-text>.content h4 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 5px;
	color: #000000;
}
#slider-bottom .slider-bottom {
	margin-top: 2px;
}
#slider-bottom .s-bottom:hover .s-top {
	background: #3b4597;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	transition: all .1s ease-in-out 0s;
	-moz-transition: all .1s ease-in-out 0s;
	-webkit-transition: all .1s ease-in-out 0s;
	-o-transition: all .1s ease-in-out 0s;
}
#slider-bottom .s-bottom:hover .content {
	opacity: 0;
	transition: all 1s ease-in-out 0s;
	-moz-transition: all 1s ease-in-out 0s;
	-webkit-transition: all 1s ease-in-out 0s;
	-o-transition: all 1s ease-in-out 0s;
}
#slider-bottom .s-overlay a {
	color: #ffffff;
}
#slider-bottom .s-overlay {
	position: absolute;
	width: 97.4%;
	background: #7a82c6;
	top: 39px;
	padding: 25px 30px 26px;
	color: #000000;
	opacity: 0;
	text-align: center;
	border-bottom: 1px solid #eecb9e;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-transition: opacity 500ms ease 0s, -moz-transform 500ms ease 0s, border-radius 500ms ease 0s;
	-o-transition: opacity 500ms ease 0s, -o-transform 500ms ease 0s, border-radius 500ms ease 0s;
	-webkit-transition: opacity 500ms ease 0s, -webkit-transform 500ms ease 0s, border-radius 500ms ease 0s;
	-ms-transition: opacity 500ms ease 0s, -ms-transform 500ms ease 0s, border-radius 500ms ease 0s;
	transition: opacity 500ms ease 0s, transform 500ms ease 0s, border-radius 500ms ease 0s;
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	transform-origin: center center;
	-ms-transform-origin: center center;
	-moz-transform-origin: center center;
	-o-transform-origin: center center;
	-webkit-transform-origin: center center;
}
#slider-bottom .s-bottom:hover .s-overlay {
	opacity: 1;
	-moz-transition: opacity 500ms ease 0s, -moz-transform 500ms ease 0s, border-radius 500ms ease 0s;
	-o-transition: opacity 500ms ease 0s, -o-transform 500ms ease 0s, border-radius 500ms ease 0s;
	-webkit-transition: opacity 500ms ease 0s, -webkit-transform 500ms ease 0s, border-radius 500ms ease 0s;
	-ms-transition: opacity 500ms ease 0s, -ms-transform 500ms ease 0s, border-radius 500ms ease 0s;
	transition: opacity 500ms ease 0s, transform 500ms ease 0s, border-radius 500ms ease 0s;
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
}
#slider-bottom .s-overlay h4 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}
#slider-bottom .s-overlay p {
	font-size: 13px;
	margin: 0;
}
#slider-bottom .s-overlay hr {
	border: 0;
	border-top: 2px solid #eee;
	width: 60px;
	margin: 10px auto;
}
/*-------------------------------------
			iii.Planet
--------------------------------------*/
#planet {
	background: url(../images/bg4.jpg)no-repeat;
	background-position: 100%;
	background-size: cover;
	width: 100%;float: left;
}
#planet .planet {
	padding: 60px 0 30px;
	overflow: hidden;
}
#planet .p-header {
	text-align: center;
}
#planet .p-header p {
	margin: 25px auto;
	max-width: 780px;/* margin-bottom:47px; */
}
#planet .p-img img {
	width: 100%;
}
#planet .p-content {
	padding-top: 5px;
	position: relative;
}
#planet .p-right>.p-content h5 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: #4c4c4c;
}
#planet .p-content>.pl-txt p {
	width: 490px;
	display: inline-block;
	padding-left: 1px;
	margin: 0;
}
#planet .p-content>.p-txt>ul>li {
	padding: 3px 0;
}
#planet .p-content>.p-txt>ul>li:before {
	content: '\f006';
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	color: #e2cd56;
	padding-right: 10px;
}
#planet .p-content>.pl-txt h1 {
	margin: 0;
	float: left;
	font-size: 72px;
	text-transform: uppercase;
	line-height: 72px;
	color: #333;
	padding-right: 5px;
}
/*-------------------------------------
			iv.Our Cargo
--------------------------------------*/
#our-cargo {
	position: relative;
}
#our-cargo .our-cargo {
	background: url(../images/bg2.html) no-repeat;
	background-size: cover;
	background-position: 100%;
	color: #ffffff;
}
#our-cargo .our-cargo:before {
	content: '';
	background: rgba(0, 0, 0, 0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
h1.title {
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	color: #2c3346;
}
#our-cargo .cargo-img img {
	width: 100%;
}
#our-cargo .c-img {
	position: relative;
	padding: 42px 0 80px;
}
#our-cargo .contain:hover .cargo-img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
#our-cargo .contain {
	position: relative;
	overflow: hidden;
}
#our-cargo .textbox p {
	max-width: 280px;
	margin: auto;
}
#our-cargo .textbox h3 {
	text-transform: uppercase;
	font-weight: 600;
	color: #e00000;
}
#our-cargo .textbox, #our-cargo .cargo-img {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
#our-cargo .contain .textbox {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	opacity: 0;
	-webkit-transform: translate(180px, -100px);
	-moz-transform: translate(180px, -100px);
	-o-transform: translate(180px, -100px);
	-ms-transform: translate(180px, -100px);
	transform: translate(180px, -100px);
	-webkit-transition: all 0.4s 0.4s ease-in-out;
	-moz-transition: all 0.4s 0.4s ease-in-out;
	-o-transition: all 0.4s 0.4s ease-in-out;
	-ms-transition: all 0.4s 0.4s ease-in-out;
	transition: all 0.4s 0.4s ease-in-out;
	text-align: center;
	padding: 35px;
}
#our-cargo .contain:hover .textbox {
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
#our-cargo .our-header {
	position: relative;
	padding: 92px 0 0;
}
.our-header h1.title {
	text-align: center;
	color: #ffffff;
}
.our-header hr {
	border: 0;
	border-top: 2px solid #e00000;
	width: 60px;
	margin: 10px auto;
}
#our-cargo .cargo hr {
	border: 0;
	border-top: 2px solid #e00000;
	width: 60px;
	margin: 25px 0;
}
#our-cargo div.row {
	padding: 0;
	margin: 0;
}
#our-cargo div.row >div {
	padding: 0;
}
/*-------------------------------------
			v.About Cargo 
--------------------------------------*/
#about-cargo {
	position: relative;
	background: #fbfbfb;
}
#about-cargo .about-cargo {
	padding: 92px 0 80px;
}
#about-cargo .p-header p {
	margin: 25px auto;
	max-width: 700px;
	margin-bottom: 50px;
}
#about-cargo .ab-cargo:hover {
	box-shadow: 2px 2px 6px rgba(238, 238, 238, .8);
}
.pop{display:none !important;opacity:0 !important;}
.p-header hr {
	border: 0;
	border-top:2px solid #2c3346;
	width: 60px;
	margin: 10px auto;
}
#about-cargo .ab-cargo {
	background: #ffffff;
	border-radius: 4px;
	overflow: hidden;
}
#about-cargo .ab-img img {
	width: 100%;
}
#about-cargo .ab-img {
	position: relative;
	width: 100%;
	height: 100%;
}
#about-cargo .ab-icon a {
	color: #c2c2c2;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#about-cargo .ab-icon {
	position: relative;
	background: #ffffff;
	width: 90px;
	height: 75px;
	line-height: 55px;
	border-radius: 100%;
	margin-left: 15px;
	margin-top: -25px;
	font-size: 28px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#about-cargo .ab-content {
	max-width: 240px;
	margin: auto;
	padding: 0 0 20px;
}
#about-cargo .ab-content h4 a {
	color: #4c4c4c;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#about-cargo .ab-content h4 {
	margin: 0;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 600;
}
#about-cargo .ab-content p {
	color: #8b8b8b;
	margin: 0;
}
#about-cargo .ab-cargo:hover .ab-icon a {
	color: #e00000;
}
#about-cargo .ab-cargo:hover .ab-content h4 a {
	color: #e00000;
}
#about-cargo .ab-cargo:hover .ab-overlay {
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
#about-cargo .ab-overlay i {
	position: relative;
	color: #ffffff;
	font-size: 24px;
	top: 100px;
}
#about-cargo .ab-overlay {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translate(180px, -100px);
	-moz-transform: translate(180px, -100px);
	-o-transform: translate(180px, -100px);
	-ms-transform: translate(180px, -100px);
	transform: translate(180px, -100px);
	-webkit-transition: all 0.4s 0.4s ease-in-out;
	-moz-transition: all 0.4s 0.4s ease-in-out;
	-o-transition: all 0.4s 0.4s ease-in-out;
	-ms-transition: all 0.4s 0.4s ease-in-out;
	transition: all 0.4s 0.4s ease-in-out;
}
/*-------------------------------------
			vi.Quote
--------------------------------------*/
#quote {
	position: relative;
}
#quote .quote-bg {
	background: url(../images/bg3.html)no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
#quote .carousel {
	position: relative;
}
#quote .quote-txt {
	margin: 92px 0 80px;
	padding-right: 40px;
}
#quote .quote-content {
	margin: 92px 0 80px;
	overflow: hidden;
	padding-left: 40px;
}
#quote .q-top {
	position: relative;
	color: #ffffff;
	padding-bottom: 50px;
}
#quote .q-top h2 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
}
#quote .q-top p {
	margin: 10px 0;
	color: #e00000;
	text-transform: capitalize;
	font-weight: 600;
}
#quote .q-top hr {
	border: 0;
	border-top: 2px solid #ffffff;
	width: 50px;
	margin: 20px 0 0;
	text-align: left;
}
#quote .q-txt {
	position: relative;
	color: #ffffff;
	background: rgba(9, 43, 71, 0.9);
	padding: 50px 15px 40px;
}
#quote .q-txt p {
	margin: 0 0 0 40px;
	text-align: left;
}
#quote .q-txt p:before {
	content: '\f10d';
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 30px;
	position: absolute;
	left: 20px;
	color: rgba(13, 76, 130, .5);
}
#quote .q-txt>.q-sign {
	text-align: right;
	padding-top: 35px;
}
#quote .q-txt>.q-sign h6 {
	margin: 0;
}
#quote .q-txt>.q-sign h4 {
	font-size: 15px;
	text-transform: uppercase;
	color: #e00000;
}
#quote .panel-body {
	padding: 0 15px 10px;
}
#quote select.sl {
	width: 100%;
	line-height: 35px;
	padding: 12px 5px;
	text-indent: 5px;
	border: 1px solid rgba(119, 119, 119, 0.26);
	color: #ffffff;
	text-transform: capitalize;
	background: rgba(9, 43, 71, 0.9);
}
#quote .quote-content>div.row>div {
	padding: 0;
	margin: 0;
}
#quote .quote-content .c-box {
	position: relative;
	padding-left: 38px;
	color: #ffffff;
}
#quote .quote-content .panel-body h5 {
	padding-left: 20px;
}
#quote .quote-content .panel-body h5, #quote .quote-content .c-box h5 {
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	;
}
#quote .quote-content .panel-body h5:before, #quote .quote-content .c-box h5:before {
	content: '\f06d';
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 15px;
	color: #db0f31;
}
#quote .quote-content .c-box li {
	display: inline-block;
	padding-right: 25px;
	font-size: 13px;
	text-transform: capitalize;
}
#quote .panel-body .btn-default {
	color: #ffffff;
	background-color: #db0f31;
}
#quote .panel-body .btn {
	font-size: 13px;
	text-transform: uppercase;
	border: none;
	font-weight: 600;
	border-radius: 0;
	padding: 12px 38px;
}
#quote .quote-content .qc {
	padding-top: 30px;
}
#quote .quote-content .button {
	text-align: center;
	background: #ffffff;
	border-radius: 4px;
	text-transform: uppercase;
	color: #e00000;
	font-weight: 600;
	padding: 12px 0;
	margin: 15px 15px 0;
}
#quote .carousel-caption {
	position: relative;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding-top: 0;
	padding-bottom: 0;
	color: #ffffff;
	text-align: center;
	text-shadow: none;
}
#quote .carousel-indicators {
	position: absolute;
	bottom: -45px;
}
#quote .carousel-indicators .active {
	width: 10px;
	height: 10px;
	margin: 0;
	border: 1px solid #e00000;
	background-color: transparent;
}
#quote .carousel-indicators li {
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #ffffff;
}
/*-------------------------------------
			vii.Our Skill
--------------------------------------*/
#our-skill {
	position: relative;
	margin-top: 92px;
}
#our-skill .skill-text, #our-skill .skill-txt {
	margin-top: 100px;
}
#our-skill .skill-txt1 h5, #our-skill .skill-txt h5 {
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
}
#our-skill .skill-txt1 h2, #our-skill .skill-txt h2 {
	text-transform: uppercase;
	font-weight: 600;
	margin: 10px 0;
	color: #2c2c2c;
}
#our-skill .skill-txt1 hr, #our-skill .skill-txt hr {
	border: 0;
	border-top: 2px solid #e00000;
	width: 50px;
	margin: 5px 0 0;
	float: left;
}
#our-skill .skill-text {
	padding: 15px;
	box-shadow: 2px 2px 7px #eee;
}
#our-skill .skill-text .btn {
	color: #ffffff;
	background-color: #db0f31;
}
#our-skill .skill-text .btn-default {
	font-size: 13px;
	text-transform: uppercase;
	border: none;
	font-weight: 600;
	border-radius: 4px;
	padding: 6px 15px;
}
#our-skill .skill-img {
	position: relative;
	top: -60px;
	float: right;
}
#our-skill .skill-img img {
	width: 100%;
}
#our-skill .skill-content {
	text-align: right;
	background: #fdfdfd;
	padding: 20px;
	box-shadow: 1px 1px 5px #eee;
	margin-top: -20px;
}
#our-skill .skill-content h4 {
	font-size: 16px;
	margin: 0 0 10px;
}
#our-skill .skill-content ul>li>a {
	color: #e00000;
}
#our-skill .skill-content ul>li {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #e00000;
	text-align: center;
	border-radius: 50%;
	margin-left: 5px;
}
#our-skill .our-skill {
	padding: 70px 0 30px;
}
/*-------------------------------------
			viii.Counterup
--------------------------------------*/
#counterup {
	position: relative;
	overflow: hidden;
}
#counterup .counterup {
	padding: 92px 0 73px;
}
#counterup .count-up {
	text-align: center;
}
#counterup .count-up .counter {
	font-size: 36px;
	font-weight: 600;
	color: #db0f31;
}
#counterup .count-up h4 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	margin: 10px 0 20px;
	color: #2b2b2b;
}
#counterup .p-header p {
	max-width: 730px;
	margin: 25px auto;
	margin-bottom: 34px;
}
#counterup .count-up p {
	margin: 0;
}
/*-------------------------------------
			ix.Latest Post
--------------------------------------*/
#lp-post {
	position: relative;
	background: #fbfbfb;
}
#lp-post .lp-post {
	padding: 92px 0 80px;
}
#lp-post .p-header hr {
	border-color: #e00000;
}
#lp-post .p-header p {
	margin: 30px auto;
	max-width: 700px;
	margin-bottom: 45px;
}
#lp-post .lp-content:hover {
	box-shadow: 2px 2px 6px rgba(238, 238, 238, .8);
}
#lp-post .lp-content {
	background: #ffffff;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	transition: .7s;
}
#lp-post .lp-content>.contain {
	position: relative;
	overflow: hidden;
}
#lp-post .lp-img img {
	width: 100%;
}
#lp-post .lp-content:hover a {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
#lp-post .textbox a {
	font-size: 24px;
	position: relative;
	color: #ffffff;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#lp-post .lp-content:hover .lp-img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
#lp-post .textbox,  #lp-post .lp-img {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
#lp-post .lp-content .textbox {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	opacity: 0;
	-webkit-transform: translate(180px, -100px);
	-moz-transform: translate(180px, -100px);
	-o-transform: translate(180px, -100px);
	-ms-transform: translate(180px, -100px);
	transform: translate(180px, -100px);
	-webkit-transition: all 0.4s 0.4s ease-in-out;
	-moz-transition: all 0.4s 0.4s ease-in-out;
	-o-transition: all 0.4s 0.4s ease-in-out;
	-ms-transition: all 0.4s 0.4s ease-in-out;
	transition: all 0.4s 0.4s ease-in-out;
	text-align: center;
	padding: 60px 0 0;
}
#lp-post .lp-content .textbox i {
	top: 35px;
	position: relative;
}
#lp-post .lp-content:hover .textbox {
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
#lp-post .lp-txt {
	position: relative;
}
#lp-post .lp-text {
	margin-left: 15px;
	text-align: left;
	padding: 30px;
}
#lp-post .lp-text h3 a {
	color: #2b2b2b;
}
#lp-post .lp-text h3 {
	font-weight: 600;
	margin: 0 0 5px;
}
#lp-post .lp-text span a {
	color: #999;
}
#lp-post .lp-text p {
	margin: 15px 0 0;
}
#lp-post .lp-text span {
	color: #828282;
	font-style: italic;
	font-weight: 400;
}
#lp-post time.icon {
	position: absolute;
	top: -25px;
	left: 10px;
	border-radius: 4px;
	float: left;
	width: 35px;
	height: 45px;
	border: 1px solid rgba(119, 119, 119, 0.32);
}
#lp-post time.icon * {
	display: block;
	width: 100%;
}
#lp-post time.icon span {
	font-size: 16px;
	padding: 1px;
	color: #ffffff;
	background: #d10a0a;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#lp-post time.icon strong {
	font-size: 12px;
	color: #d10a0a;
}
#map {
	width: 100%;
	height: 400px;
}
/*-------------------------------------
			x.Info
--------------------------------------*/
#info {
	position: relative;
	padding: 55px 0
}
#info .info-txt {
}
#info .info-txt h4 {
	font-weight: 600;
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
}
#info .info-txt hr {
	border: 0;
	border-top: 2px solid #e00000;
	width: 30px;
	margin: 10px 0 20px;
}
#info .info-txt>.info-icon {
	float: left;
	font-size: 28px;
	color: #d10a0a;
	padding-right: 15px;
}
#info .info-txt>.info-content input {
	width: 85%;
	padding: 10px;
	border-radius: 20px;
	text-transform: capitalize;
	border: 1px solid rgba(153, 153, 153, 0.25);
}
#info .info-txt>.info-content a {
	position: absolute;
	right: 27px;
	font-size: 18px;
	font-weight: 600;
	background: #e00000;
	color: #ffffff;
	text-transform: capitalize;
	padding: 8px 25px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
#info .info-txt>.info-content p {
	text-transform: capitalize;
	margin: 0;
	font-weight: 600;
}
#info .info-txt>.info-content span {
	font-weight: 100;
}
/*----------------------------------------------------------------------------------------------
										3.Home Page End
-----------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------
										4.About-US Page Start
-----------------------------------------------------------------------------------------------*/
#sbg .sbg {
	background: url(../images/sbg1.html) no-repeat;
	background-position: 100%;
	background-size: cover;
	position: relative;
	text-align: center;
	height: 235px;
	margin-bottom: 100px;
}
#sbg .sbg:before {
	content: '';
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}
.breadcrumb {
	padding: 20px 15px 30px;
	margin: auto;
	list-style: none;
	background-color: #ffffff;
	border-radius: 4px;
	width: 40%;
	position: relative;
	bottom: -173px;
	box-shadow: 0px 4px 4px rgba(238, 238, 238, 0.6);
}
.breadcrumb h1 {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 5px;
	color: #e00000;
}
.breadcrumb>ol {
	margin: 0;
}
.breadcrumb>ol>li >a {
	color: #555;
}
.breadcrumb>ol>li {
	display: inline-block;
	font-weight: 600;
	text-transform: capitalize;
}
.breadcrumb>ol>.active {
	color: #e00000;
}
.breadcrumb>ol>li+li:before {
	padding: 0 5px;
	color: #555;
	font: normal normal normal 13px/1 FontAwesome;
	content: "\f005";
}
/*---------------------------------
	i.our mission
----------------------------------*/
#our-mission .our-mission {
	position: relative;
	padding: 68px 0 67px;
}
#our-mission .om-img {
	padding-bottom: 40px;
}
#our-mission .om-img img {
	width: 100%;
}
#our-mission h2.content {
	margin: 0 0 20px;
	text-transform: capitalize;
	font-weight: 600;
	color: #e00000;
	font-size: 28px;
}
#our-mission .om-left p {
	margin: 0 0 8px;
}
#our-mission .om-left>.om-content {
	padding-top: 10px;
}
#our-mission .om-left>.om-content h5 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	color: #e00000;
}
#our-mission .om-left>.om-content p {
	font-size: 12px;
}
#our-mission .om-right>ul>li:before {
	content: '\f00c';
	font: normal normal normal 13px/1 FontAwesome;
	color: #e00000;
	margin-right: 10px;
}
#our-mission .om-right>ul>li {
	position: relative;
	width: 49.6%;
	padding: 0 0 6px;
}
/*-------------------------------------
			ii.Our Special
--------------------------------------*/
#our-special {
	position: relative;
	margin-bottom: 50px;
}
#our-special .our-special {
	background: url(../images/bg5.html) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	color: #ffffff;
	padding: 92px 0 45px;
}
#our-special .our-special:before {
	content: '';
	background: rgba(21, 50, 73, 0.93);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
#our-special .os-img {
	position: relative;
	top: 85px;
}
#our-special .os-img img {
	width: 100%;
}
#our-special .os-title {
	padding-left: 60px;
}
#our-special .os-txt h2 {
	margin: 0 0 10px;
	text-transform: uppercase;
	font-weight: 600;
}
#our-special .os-txt hr {
	border: 0;
	border-top: 2px solid #e00000;
	width: 60px;
	margin: 0;
	text-align: left;
}
#our-special .os-content {
	padding-top: 40px;
}
#our-special .os-content>li {
	width: 49%;
	margin-bottom: 30px;
}
#our-special .our-img2 img, #our-special .our-img1 img {
	width: 100%;
}
#our-special .our-img2 {
	position: absolute;
	float: left;
	background: #e00000;
	padding: 8px;
	border-radius: 5px;
	opacity: 0;
	transition: .7s;
}
#our-special .os-content>li:hover .our-img1 {
	opacity: 0;
}
#our-special .os-content>li:hover .our-img2 {
	opacity: 1;
}
#our-special .our-img1 {
	position: relative;
	float: left;
	background: #ffffff;
	padding: 8px;
	border-radius: 5px;
	transition: .7s;
}
#our-special .os-image p {
	margin: 0;
	font-size: 13px;
}
#our-special .os-image {
	padding-left: 65px;
	max-width: 300px;
}
#our-special .os-image h4 {
	margin: 0 0 10px;
	text-transform: capitalize;
}
/*-------------------------------------
			iii.Team Member
--------------------------------------*/
#our-skill .p-header p {
	max-width: 730px;
	margin: 25px auto;
}
.team-member {
	position: relative;
	padding: 0 0 54px;
}
.team-box {
	position: relative;
	text-align: center;
	box-shadow: 2px 1px 6px rgba(238, 238, 238, 0.75);
	margin: 30px 0;
}
.tm-txt h3 a {
	color: #e00000;
}
.tm-txt h3 {
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 600;
}
.tm-txt h5 {
	text-transform: capitalize;
	font-weight: 600;
	color: #8b8b8b;
	margin: 0 0 20px;
}
.tm-txt p {
	max-width: 333px;
	margin: auto;
	padding-bottom: 20px;
}
.image {
	position: relative;
	border-bottom: 4px solid #e00000;
	overflow: hidden;
	margin: -1px;
}
.image:after {
	content: '';
	position: absolute;
	left: 80px;
	bottom: 0px;
	border-left: 6px solid transparent;
	border-bottom: 5px solid #e00000;
	width: 100%;
}
.image img {
	width: 100%;
}
/*----------------------------------------------------------------------------------------------
										4.About-US Page End
-----------------------------------------------------------------------------------------------*/
/*------------------------------------------
			i.g-footer
--------------------------------------------*/
#g-footer {
	position: relative;
	color: #f5f5f5;
}
#g-footer .g-footer>.gimg {
	right: 0;
	position: absolute;
	width: 35%;
}
#g-footer .g-footer>.gimg img {
	width: 100%;
	height: 155px;
}
#g-footer .g-footer {
	background: #e00000;
	margin-top: 75px;
	position: relative;
}
#g-footer .g-icon span {
	padding: 0 10px;
}
#g-footer .g-icon {
	margin-top: 65px;
}
#g-footer .g-icon:hover a {
	color: #e00000;
}
#g-footer .g-icon a {
	background: #f5f5f5;
	text-transform: uppercase;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	padding: 8px 15px;
	border-radius: 5px;
}
#g-footer .g-txt {
	padding: 30px 0;
}
#g-footer .g-txt p {
	margin: 0;
	font-style: italic;
	font-size: 15px;
	max-width: 460px;
}
#g-footer .g-txt h2 {
	font-size: 28px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 600;
}
/*----------------------------------------------------------------------------------------------
										5.Gallery Page End
-----------------------------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------------------------
										6.Blog page Start
-----------------------------------------------------------------------------------------------*/
#blog {
	position: relative;
	margin-bottom:30px;
	margin-top:30px;
}
#blog .blog-widget, #blog .blog {
	margin-top: 10px;
}
#sbg1 .sbg .blog {
	margin-bottom: 115px !important;
}
#blog .blog img {
	width: 100%;
}
#blog .blog time.icon {
	position: relative;
	float: left;
	width: 65px;
	height: 75px;
	font-weight: 600;
	text-align: center;
}
#blog .blog time.icon * {
	display: block;
	width: 100%;
}
#blog .blog time.icon span {
	font-size: 40px;
	color:#fff;
	background:#cd5555;
	line-height: 1;
	padding: 0 0 8px;
}
#blog .blog time.icon .uks {
	font-size: 24px;
	color: #2c3346;
	border: 1px solid #2c3346;
	border-top: 0;
	line-height:1.5;
}
#blog .blog .b-img {
	padding-bottom: 30px;
}
#blog .blog .b-txt2 p {
	margin: 0 0 10px 90px;
	text-align:left;
	text-align:justify;
}
#blog .blog .b-txt2 {
	padding-top: 10px;
}
#blog .blog .b-txt h3 a {
	color: #2e2e2e;
}
#blog .blog .b-txt {
	position: relative;
	padding-left: 90px;
	/*padding-top: 10px;*/
	color:#000000;
}

#blog .blog .b-txt h3 {
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	color:#882042;
}
#blog .blog .b-txt2 a.admin i {
	padding-left: 10px;
}
#blog .blog .b-txt2 a.admin {
	color: #7289cc;
	text-transform: capitalize;
}
#blog .blog .content a {
	color: #666;
	padding-right: 10px;
}
#blog .blog .content span {
	padding-right: 10px;
	color: #666;
}
#blog .blog .b-txt p {
	margin: 5px 0 0;
	color: #666;
}
#blog .blog .content i {
	color: #e00000;
	padding-right: 10px;
}
#blog .nav, #blog .blog-widget .search1 {
	position: relative;
}
#blog .blog-widget .search1 input {
	width: 100%;
	padding: 10px;
	outline: 0;
	color: #ffffff;
	border: 1px solid #000;
	position: relative;
	background: #000;
	text-transform: capitalize;
	border-bottom: 3px solid #e00000;
	font-weight: 100;
}
#blog .blog-widget .search1>.search {
	position: absolute;
	top: 0;
	right: 0;
}
#blog .blog-widget .search1>.search input {
	background: #e00000;
	color: #000;
	border: 1px solid #e00000;
	padding: 10px 10px 10px 0px;
	width: 60px;
	font-family: 'FontAwesome';
}
#blog .blog-widget .search1>.search:before {
	content: '';
	position: absolute;
	left: -20px;
	border-top: 41px solid transparent;
	border-right: 20px solid #e00000;
}
h3.border {
	margin: 0;
	color: #333;
	font-weight: 600;
	text-transform: uppercase;
}
h5.border {
	margin: 0;
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
#blog .blog-widget .rs {
	padding-top: 43px !important;
}
#blog .blog-widget .right-side {
	padding-top: 57px;
}
#blog .blog-widget .right-side ul {
	padding-top: 12px;
}
#blog .blog-widget .right-side .rp ul>li {
	padding: 0;
	border: 0;
}
#blog .blog-widget .right-side .nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}
#blog .blog-widget .right-side .nav>li>a {
	padding: 5px 12px;
	margin-right: 0;
	border-radius: 0;
}
#blog .blog-widget .right-side .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	background-color: #ffffff;
	border: 1px solid #e00000;
	border-bottom-color: transparent;
	border-top: 3px solid #e00000;
}
#blog .blog-widget .right-side .nav-tabs {
	border-bottom: 1px solid #e00000;
	margin: 15px 0 32px;
}
#blog .blog-widget .right-side .nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #ffffff;
}
#blog .blog-widget .right-side ul>li {
	font-weight: 600;
	text-transform: uppercase;
	list-style: none;
	padding: 10px 0;
	display: block;
	border-bottom: 1px solid #ddd;
}
#blog .nav-tabs>li>a:hover {
	border-color: transparent;
}
#blog .blog-widget .right-side ul>li>a {
	color: #4c4b4b;
	transition: .7s;
}
#blog .blog-widget .right-side .nav-tabs>li>a:after {
	content: '\f105';
	display: none;
}
#blog .blog-widget .right-side ul>li>a:after {
	content: '\f105';
	float: right;
	padding: 5px 0;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
}
#blog .blog-widget .right-side ul>li:hover a {
	color: #e00000;
}
#blog .blog-widget .right-side ul>li>a:hover:after {
	color: #000;
}
#blog .blog-widget .right-side .RP {
	margin: 15px 0;
	overflow: hidden;
}
#blog .blog-widget .right-side .rp-img {
	float: left;
	padding-right: 15px;
}
#blog .blog-widget .right-side .RP:hover a {
	color: #e00000;
}
#blog .blog-widget .right-side .rp-txt h5 a {
	color: #383838;
	transition: .7s;
}
#blog .blog-widget .right-side .rp-txt h5 {
	margin: 0 0 5px;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
#blog .blog-widget .right-side .RP:hover .rp-txt h4 a {
	color: #e00000;
}
#blog .blog-widget .right-side .rp-txt p {
	margin: 0;
	color: #828282;
	font-size: 11px;
	font-weight: 600;
}
#blog .blog-widget .feeds .tw-txt p {
	font-size: 14px !important;
	color: #535353 !important;
	margin: 0 0 3px;
}
#blog .blog-widget .feeds .tw-txt a {
	color: #e00000;
}
#blog .blog-widget .feeds {
	padding: 57px 0;
}
#blog .blog-widget .feeds .tw {
	padding: 15px;
	border-bottom: 1px solid #eee;
}
#blog .blog-widget .feeds .tw p {
	color: #8d8c8c;
	font-size: 11px;
}
#blog .blog-widget .feeds .tw p i {
	color: #e00000;
	padding-right: 8px;
}
#blog .blog-widget .feeds .twitt {
	overflow: hidden;
	border: 1px solid #eee;
	margin: 27px 0 0;
}
#blog .blog-widget iframe.youtube-player {
	width: 100%;
	height: 200px;
	border: 0;
}
#blog .blog-widget .b-about .video {
	padding: 28px 0 20px;
}

/*----------------------------------------------------------------------------------------------
										7.Blog-single Page Start
-----------------------------------------------------------------------------------------------*/
#blog .blog .b-single p {
	margin: 0 0 10px;
}
.blogg {
	/*margin-bottom: 55px;*/
}
#blog .blog .b-single {
	padding-top: 30px;
}
#blog .blog .b-single blockquote {
	background: url(../images/bsingle.html)no-repeat;
	background-position: 100%;
	background-size: cover;
	padding: 30px 80px;
	margin: 0 0 20px;
	font-size: 14px;
	border-left: 0;
	color: #ffffff;
	font-weight: 100;
	text-align: center;
	font-style: italic;
}
#blog .blog .b-tag p span {
	color: #333;
	padding-right: 5px;
	font-weight: 600;
	text-transform: uppercase;
}
#blog .blog .bimg {
	float: left;
}
#blog .blog .btxt p {
}
#blog .blog .btxt {
	max-width: 630px;
	margin: auto;
	padding-left: 50px;
	padding-top: 10px;
}
#blog .blog .btxt h5.border {
	margin-bottom: 10px;
}
#blog .blog .btxt h5.border span {
	color: #e00000;
}
#blog .blog .b-admin {
	position: relative;
	overflow: hidden;
	margin: 57px 0 51px;
}
h4.comments-title {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.comment-author {
	float: left;
	padding-right: 25px;
}
.comment-list {
	padding-top: 20px;
	margin: 0;
}
.comment {
	list-style: none;
}
.children {
	padding-left: 30px;
}
.comment-content>b.fn {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
#blog .comment-content p.timedate {
	color: #e00000;
	margin: 0 0 10px;
	font-weight: 600;
}
#blog .rel-img:hover h4 a {
	color: #e00000;
}
#blog .reply:before {
	content: '\f112';
	padding-right: 5px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
}
#blog .comment-content .reply {
	font-size: 15px;
	color: #e00000;
	display: inline-block;
	float: right;
}
#blog .comment-body {
	margin-bottom: 15px;
	overflow: hidden;
	background: #f1f1f1;
}
#blog .comment-content p {
	margin: 0;
}
#blog .comment-content {
	margin: 0;
	padding: 40px 15px 0 0;
}
.comment-reply-title {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}
#blog .comment-notes {
	margin: 15px 0 30px !important;
}
#blog label {
	font-weight: 500;
	width: 100%;
	text-align:left;
}
p.comment-form-comment {
	margin: 0 0 10px;
}
textarea, input {
	border: 1px solid #ddd;
}
#respond {
	overflow: hidden;
	margin-top: 0px;
}
#blog .submit:hover {
	color: #fff;
	background: #222;
	border:2px solid #000;
}
#blog .submit {
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
	font-size: 15px;
	border:2px solid #2c3346;
	background:#882042;
	padding: 6px 20px;
	border-radius: 4px;
	transition: .7s;
	margin-top: 20px;
}
div#comments {
	margin-bottom: 15px;
}
input#author {
	width: 100%;
}
.cr {
	display: inline-block;
	width: 100%;
}
.comment-form .form-control {
	background: #eee;
	padding: 10px;
	border:1px solid #999;
	border-radius:4px;
	color:#000000;
}

/*----------------------------------------------------------------------------------------------
										8.Service Page Start
-----------------------------------------------------------------------------------------------*/
#sbg2 .sbg {
	background: url(../images/sbg3.html) no-repeat;
	background-position: 100%;
	background-size: cover;
	position: relative;
	text-align: center;
	height: 235px;
	margin-bottom: 110px;
}
#sbg2 .sbg:before {
	content: '';
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}
#service .service {
	position: relative;
	padding: 43px 0 50px;
}
#service .service ul>li {
	width: 33%;
	padding: 20px 15px;
}
#service .service-box {
	position: relative;
	box-shadow: 2px 1px 6px rgba(238, 238, 238, 0.75);
}
#service .ser-icon a i {
	background: #e00000;
	color: #ffffff;
	padding: 2px 11px;
	font-size: 20px;
	border-radius: 4px;
	position: absolute;
	right: 21px;
}
#service .ser-txt {
	padding: 0px 12px;
	text-align: left;
}
#service .service-box:hover .ser-txt h3 a {
	color: #e00000;
}
#service .ser-txt h3 a {
	color: #3c3c3c;
	transition: .7s;
}
#service .ser-txt h3 {
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 600;
	display: inline-block;
}
#service .ser-txt p {
	max-width: 332px;
	margin: auto;
	padding-bottom: 20px;
}
#service .service-box:hover i {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
#service .simg-overlay i {
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 70px;
	opacity: 0;
	font-size: 20px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#service .service-box:hover .simg-overlay {
	opacity: 1;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
#service .simg-overlay {
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	opacity: 0;
	-webkit-transform: translate(180px, -100px);
	-moz-transform: translate(180px, -100px);
	-o-transform: translate(180px, -100px);
	-ms-transform: translate(180px, -100px);
	transform: translate(180px, -100px);
	-webkit-transition: all 0.4s 0.4s ease-in-out;
	-moz-transition: all 0.4s 0.4s ease-in-out;
	-o-transition: all 0.4s 0.4s ease-in-out;
	-ms-transition: all 0.4s 0.4s ease-in-out;
	transition: all 0.4s 0.4s ease-in-out;
}
#service .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 18px 0 30px;
	border-radius: 4px;
}
.service-txt {
	margin-top: -5px;
}

/*----------------------------------------------------------------------------------------------
										9.Service-single Page Start
-----------------------------------------------------------------------------------------------*/
#service-single .service-single {
	position: relative;
	padding: 55px 0 37px;
}
#service-single .s-single p {
	margin: 0 0 15px;
}
#service-single .service-txt img {
	float: left;
	padding-right: 30px;
	margin-top: 7px;
}
#service-single .s-single h3 {
	margin: 40px 0 0 !important;
}
#service-single .s-single h1, #service-single .s-single h3 {
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
	margin: 0;
}
#service-single .s-single ul>li {
	width: 49%;
	overflow: hidden;
	padding: 15px;
}
#service-single .s-single h3 span {
	color: #e00000;
}
#service-single .s-single .single-content:hover h4 {
	color: #e00000;
}
#service-single .s-single .single-content h4 {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 20px;
	color: #686868;
	margin: 20px 0 10px;
	transition: .7s;
}
#service-single .s-single h4 {
	text-transform: capitalize;
	font-weight: 600;
	font-size: 22px;
	color: #686868;
	margin: 0;
}
#service-single .single-widget .s-widget hr {
	border-top: 2px solid #e00000;
	width: 40px;
	text-align: left;
	margin: 10px 0 16px;
}
#service-single .single-widget .s-widget h5.wid {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	color: #000;
	margin: 0;
}
#service-single .single-widget .s-widget ul {
	padding-bottom: 40px;
}
#service-single .single-widget .s-widget ul>li>a:hover {
	color: #e00000;
}
#service-single .single-widget .s-widget ul>li>a {
	color: #535353;
	transition: .5s;
}
#service-single .single-widget .s-widget ul>li {
	display: block;
	border-bottom: 1px solid #999;
	padding: 10px 0 8px;
}
#service-single .single-widget .s-widget p {
	margin: 20px 0 35px;
}
#service-single .single-widget .s-widget .panel-body {
	padding: 0 0 10px;
}
#service-single .single-widget .s-widget .panel-body label {
	width: 100%;
	margin: 0;
	font-weight: 100;
	text-transform: capitalize;
}
#service-single .single-widget .s-widget .panel-body label span {
	font-size: 24px;
	color: #e00000;
}
#service-single .single-widget .s-widget .button {
	margin: 20px 0 0;
}
#service-single .single-widget .s-widget .btn-default {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 15px;
	background-color: #e00000;
	border-color: #e00000;
	padding: 5px 20px;
	font-weight: 600;
	border-radius: 4px;
}
#service-single .single-widget .s-widget .panel-body textarea, #service-single .single-widget .s-widget .panel-body input {
	width: 100%;
	padding: 5px;
	border: 1px solid #999;
}

/*----------------------------------------------------------------------------------------------
										10.Contact Page Start
-----------------------------------------------------------------------------------------------*/
#contact_us
{
	margin:30px 0px 0px 0px;
}
.contact div.row {
	margin: 0;
}
.contact div.row>div {
	margin: 0;
	padding: 0;
}
#contact .contact {
	margin: 93px 0 65px;
}
#contact .contact ul>li {
	width: 49.7%;
}
#contact .contact-box {
	background: #004b51;
	margin: 10px 15px;
}
#contact .c-box {
	background: url(../images/c1.html)no-repeat;
	background-size: cover;
	background-position: 100%;
}
#contact .c-box1 {
	background: url(../images/c2.html)no-repeat;
	background-size: cover;
	background-position: 100%;
}
#contact .c-box3 {
	background: url(../images/c3.html)no-repeat;
	background-size: cover;
	background-position: 100%;
}
#contact .c-box4 {
	background: url(../images/c4.html)no-repeat;
	background-size: cover;
	background-position: 100%;
}
#contact .c-content {
	background: rgba(0, 0, 0, 0.8);
	color: #ddd;
	padding: 30px;
}
#contact .c-content h5 {
	text-transform: uppercase;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}
#contact .c-content h3 {
	text-transform: uppercase;
	margin: 0;
	font-size: 22px;
	font-weight: 600;
}
#contact .c-content p.cc {
	font-size: 13px;
}
#contact .c-content p {
	margin: 20px 0 10px;
}
#contact .c-content p i {
	font-size: 18px;
	width: 25px;
}
#contact .c-content .c-btn {
	margin: 12px 0 20px;
}
#contact .c-content .c-btn i {
	padding-left: 10px;
}
#contact .c-content .c-btn a {
	background: #e00000;
	color: #ddd;
	padding: 8px 14px;
	border-radius: 4px;
}
#contact .c-box2 p {
	line-height: 1.5;
	font-size: 13px;
	font-weight: 100;
	margin-bottom: 20px;
}
#contact .c-box2 {
	color: #ddd;
}
#contact .c-content2 a {
	color: #8dc63f;
}
#contact .c-content2 {
	padding: 25px 20px;
}
#contact .c-content2 h4 {
	text-transform: capitalize;
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 600;
}
#contact .c-content2 h5 {
	text-transform: capitalize;
	margin: 0 0 3px;
	font-size: 14px;
}
.contacts {
	margin-bottom: 80px;
}
.ctxt:before {
	content: '';
	background: rgba(255, 255, 255, 0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
}
.ctxt {
	background: url(../images/cimg.jpg)no-repeat;
	background-position: 100%;
	background-size: cover;
}
.ctext p {
	margin: 0 0 33px;
}
.ctext h1 {
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 600;
}
.ctext {
	color: #535353;
	position: relative;
	padding: 5px 20px 15px;
}
.c-icon {
	margin-bottom: 25px;
}
.cicon {
	float: left;
	font-size: 16px;
}
.cicontxt p {
	margin: 0;
}
.cicontxt {
	padding-left: 30px;
}
.cicontxt h5 {
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
	font-weight: 600;
	color: #000;
}
.c-top h1 {
	text-transform: uppercase;
	margin: 0 0 15px;
	color: #535353;
	font-weight: 600;
	line-height: 1;
}
.c-top p {
	max-width: 450px;
}
.txtt .panel-body {
	padding: 0 0 10px;
}
.txtt ul>li .panel-body {
	padding: 0 0 10px;
}
.txtt .panel-body label {
	width: 100%;
	font-weight: 600;
	text-transform: capitalize;
}
.txtt .panel-body label span {
	font-size: 15px;
	color: #e00000;
}
.txtt .panel-body textarea, .txtt .panel-body input {
	width: 100%;
	padding: 8px;
	outline: 0;
	border:1px solid #2c3346;
	border-radius: 3px;
}
.txtt ul>li {
	width: 49.7%;
}
.contact-icon {
	margin-top: 15px;margin-bottom: 20px;
}
.contact-icon input {
	text-transform: uppercase;
	font-weight: 600;
	color: #ffffff;
	font-size: 15px;
	border:2px solid #2c3346;
	background:#2c3346;
	padding: 8px 15px;
	border-radius: 4px;
}
/*----------------------------------------------------------------------------------------------
										10.Contact Page End
-----------------------------------------------------------------------------------------------*/
/*-------------PRE-LOADER------------*/
#loading {
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 11;
	margin-top: 0px;
	top: 0px;
	opacity: .98;
}
#loading-center {
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 150px;
	width: 150px;
	margin-top: -75px;
	margin-left: -75px;
}
.object {
	width: 20px;
	height: 20px;
	background-color: #e00000;
	float: left;
	margin-right: 20px;
	margin-top: 65px;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
}
#object_one {
	-webkit-animation: object_one 1.5s infinite;
	animation: object_one 1.5s infinite;
}
#object_two {
	-webkit-animation: object_two 1.5s infinite;
	animation: object_two 1.5s infinite;
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
#object_three {
	-webkit-animation: object_three 1.5s infinite;
	animation: object_three 1.5s infinite;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}/* 
@-webkit-keyframes object_one {
75% { -webkit-transform: scale(0); }
} */
@keyframes object_one {
 75% {
 transform: scale(0);
 -webkit-transform: scale(0);
}
}/* 
@-webkit-keyframes object_two {
  75% { -webkit-transform: scale(0); }
} */
@keyframes object_two {
 75% {
 transform: scale(0);
 -webkit-transform:  scale(0);
}
}/* 
@-webkit-keyframes object_three {
  75% { -webkit-transform: scale(0); }
} */
@keyframes object_three {
 75% {
 transform: scale(0);
 -webkit-transform: scale(0);
}
}
.paddingleft
{
	padding-left:0px;
}
.paddingright
{
	padding-right:0px;
}
/*----------------------------------------------------------------------------------------------
										2. LIVERATE PAGE START
-----------------------------------------------------------------------------------------------*/
/*LIVERATE*/
#liverate {
	width: 100%;
	/*background:#f2f7ff;*/
	/*background:url(img/bg.png);*/
	height: auto;
	position: relative;
	float: left;
	background-position: center;
	color: #000000;
	font-size: 21px;
	margin: 0px auto;
	padding: 30px 0px 20px 0px;
	/*word-break:break-all;*/
	text-align: center;
	font-weight:500;
	vertical-align:middle !important;
	margin-bottom: 30px;
}
.t1w1 {
	width: 48%;
	vertical-align:middle !important;
}
.t1w2 {
	width: 12%;
	vertical-align:middle !important;
}
.prodnameleft {
	text-align: left;
	word-break:break-all;
	padding-left: 8px!important;
}
.tbl1hd {
	font-size: 17px;
}
.tab2font {
	font-size: 16px;
}
.t2w2 {
	width: 28%;
}
.t2w1 {
	width: 15%;
}
.t3w1 {
	width: 16%;
}
.tblfuture {
	font-size: 18px;
}
/*=============== COOMING SOON ===============*/
#coominsoon
{
	padding:100px 0px 150px 0px;
	text-align:center;
	font-size:20px;
	color:#000;
	position:relative;
	margin:0px auto;
	width:100%;
	height:auto;
}

section#coominsoon p {
    margin-bottom: 20px;
}
/*=============== NEWS ===============*/
.time
{
	text-align:right;
	font-size:14px;
	color:#222;
	padding-bottom:10px;
}
/*================= CONTACT-US =================*/
.ctitlen
{
	font-size:32px;
	color:#882042;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 0px 15px;
}
/*================= KYC ===================*/
.kyctitle
{
	font-size:32px;
}
/*================== BANK DETAIL =============*/
.jem{float:right;}
.bt1width {
  width: 35%;
  border-bottom:1px solid #cd5555;
  color: #882042;
}
.bpadding {
  padding-bottom: 5px;
  padding-left: 5px;
}
.bt2width {
  width: 65%;
  border-bottom:1px solid #882042;
}
.bspanfont {
  color:#882042;
  font-size: 15px;
  font-weight: normal;
  padding-left:5px;
  padding: 10px 5px;

}
.hr1 {
  border: 1px dashed #000;
  margin: 10px 0;
  padding: 0;
}
.bank_box{border:2px solid #2c3346;padding:0px 0px;background:url(../images/team-bg.png) scroll top left repeat;font-size:16px;	line-height:25px;margin-bottom:5px;}
#bank { overflow: hidden; padding: 30px 0 130px;width: 100%;
    float: left;}
#slider {width: 100%;float: left;}
/*================== FIRST OPEN IN MOBILE start =============*/
.mobilefirst{display:none;}
/*================== DOWNLOAD START =============*/
.carousel-inner .active.left { left: -33%; }
.carousel-inner .next        { left:  33%; }
.carousel-inner .prev        { left: -33%; }
.carousel-control.left,.carousel-control.right {background-image:none;}
.item:not(.prev) {visibility: visible;}
.item.right:not(.prev) {visibility: hidden;}
.rightest{ visibility: visible;}
.btndownload{background:#882042;color:#ffffff;border:2px solid #2c3346;border-radius:20px;font-size:18px;text-align:center;padding:8px 15px;cursor:pointer;width:50%;height:auto;margin:0px auto;transition:ease-out 0.3s;}
.ios-cover, .anrd-cover {margin:15px 0;}
.btndownload:hover{color: #fff;background: #222;border: 2px solid #000;}
.select-city {font-size:24px;padding:15px 0 0;width:130px;float:left;color:#000;}
.live-city-rate {width:300px;float:left;padding:22px 0 0;}
.drop-block {border:1px solid #000;border-radius:2px;color:#000;}
.tlw2 {position: relative;}
.tlw2 span.stock-img {top: 50%;left: 50%;transform: translate(-50%,-50%);}
abbr {font-size:12px;display:block;animation:abbr_blink infinite;animation-duration:0.3s;animation-direction:alternate;}
@keyframes abbr_blink {0% {color:#444;} 100% {color:#fc1a1a;}}
.stock-img {line-height: 12px;}
abbr .dt {display: inline;}
.table>tbody>tr>td {vertical-align: middle;}
dt {padding:0 0;}
#header .logo img, #header .h-link img {width:100%;}
.content {text-align:center;}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {border:0px solid #3B4597;padding:8px 0;}
.content h4{text-transform:uppercase;font-size:20px;font-weight:600;margin:10px 0 5px;color:#fff;}
.content p {color: #fff;}
.table-bordered {border:0px solid #3B4597;}
#liverate .table-bordered thead {border-radius:10px;background-color:#2b3648;display:table-caption;border:2px solid #11121b;margin-bottom:4px;}
#liverate .table-bordered tbody tr {background-color:transparent;border-radius:10px;display:inline-table;width: 100%;margin-bottom:5px;border-bottom: 1px solid #323232;}
td.prodnameleft.t2w2.t2pad{color:#2a1c4f;}
.high, .low, .eq {padding:1px 9px;}
.tbl1hd.prodnameleft.t1w1,.tbl1hd.t1w2,.tbl1hd.t1w3{color:#FFF;}
.high {border-radius: 10px;background-color:#1b7017;color: #fff;}
.low {border-radius: 10px;background-color:#ce0f0f;color: #fff;}
.eq {border-radius: 10px;background-color:transparent;color: #222;
    ;}
#liverate .tblfuture tbody tr:first-child {background-color: #2b3648;border-radius: 10px;box-shadow: 0 0px 0px 2px #11121b;color: #FFF !important;}
.high-clr {color:#1b7017;}
.low-clr {color:#fc1a1a;}
.eq-clr {color:#000;}
.head-a {color:#882042;font-size:18px;font-weight:600;}
.t1w3 {width:6%;}
.tlw3 {width:8%;}
tr.t1w2 {background-color:transparent !important;color:#e2cd56;}
td.prodnameleft.t1w1{color:#302c62;}
/* Jewellery Page Start */
.product-sidebar {float: left;width: 25%;}
.product-sidebar { position: relative;min-height: 1px;padding-left: 15px;padding-right: 15px;}
.product-sidebar .sidebar-title {font-size: 26px;color: #333;font-weight:bold;}
.product-sidebar li a {color:#888;font-size:18px;display:inline-block;width: 100%;padding:5px 0;}
ul, li {list-style: none;padding: 0px;margin: 0px;}
.product-sidebar .menu-select {font-weight: bold;color:#d2b85a;}
.cate_list .count-item, .Category_list .count-item {float: right;color: #888;}
.category {float: left;width: 75%;}
.category {position: relative;min-height: 1px;padding-left: 15px;padding-right: 15px;}
.category .top-banner {margin-bottom: 30px;border-radius: 3px;overflow: hidden;}
.products .product {margin-bottom: 30px;}
.products.grid-type .product {position: relative;min-height: 1px;}
.products.grid-type .product {float: left;width: 29.80%;}
.products.grid-type .product .product-thumb::before {border-radius: 4px; position: absolute;content: "";width: 100%;height: 100%;    background: #0009;opacity: 0;visibility: hidden;transition: all .4s;z-index: 10;}
.products .product .product-thumb img {width: 100%;
    height: 100%;}
.products .product .product-thumb .hot-icon 
{
    position: absolute;
	top: 15px;
	border-radius: 50%;
	padding: 10px 12px;
	text-transform: uppercase;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	background: #dfb858;}
.products .product .product-thumb .hot-icon {left: 15px;line-height: 16px;}
.products .product .product-details .product-title{ font-size: 16px;font-size: 1.6rem;margin-top: 15px;}
.grid-type {padding:10px 0 0 0; background: #efefefcc;}
.products.grid-type .product {border:1px solid #f3f3f3;margin:15px;}
.products.grid-type .product:hover {border:1px solid #f3f3f3;transition:ease-in-out 0.3s;box-shadow:0 0px 25px #ccc;}
.products.grid-type .product:hover .product-thumb img {transform: scale(1.5);transition: transform .3s;}
.products .product .product-details .product-title {padding: 0 15px 5px;text-transform: capitalize;font-weight:bold;}
.page-pagination {text-align: right;}
.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;}
.page-pagination .pagination {margin: 0 0 45px;}
.pagination > li {display: inline;}
.page-pagination .pagination li a{margin-right:8px;background:#f1f1f1;transition:all .4s;color:#444;padding:6px 9px;border-radius:3px;border:0;}
.pagination > li:first-child > a, .pagination > li:first-child > span {margin-left: 0;border-bottom-left-radius: 4px;   border-top-left-radius: 4px;}
.page-pagination .pagination li.current a, .page-pagination .pagination li a:hover {background:#d2b85a;color:#fff;}
.product .product-thumb {border-radius: 3px;overflow: hidden;height: 255px;}
#toggle {display: none;}
.products.grid-type h1 span{color:#e2cd56;}
.jlry a {    position: absolute;
    right: 20px;
    top: 45px;
    background: #51431c;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px!important;
    border-radius: 50px;
    margin: 6px 0;
    border: 1px solid #ababab;transition:all 0.5s linear;}
    .jlry a:hover{background:#d2b85a;color:#fff;}
.jlry.active {background:#fff!important;color:#000!important;border-radius: 50px;margin: 6px 0;}
.jlry.active a {margin:0px 0;}
.menu-select .count-item{color:#d2b85a;}
.Category_list span{font-weight:bold;}
.product-sidebar .sidebar-title{color: #d2b85a;}
.product-details .product-title{color:#fff;}
/***** loader *****/
.circle{position: fixed;width: 100%;height: 100vh;display: block;left: 0;right: 0;top: 0%;bottom: 0;z-index: 999;}
.loader-rotate{position:absolute;animation: spin 3s linear infinite;}
.loader-rotate img{width:100%;height:100%;}
.loader-center{position:absolute;}
.loader-center img{width:100%;height:100%;}
.circle:after{content:"";position:absolute;left:0px;right:0;top:0;bottom:0;background-color:#000000c4;z-index:-1;}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.for-position{    position: absolute;
    z-index: 99999;
    left: 50%;
    right: 0;
    top: 50%;
    bottom: 0;
    height: 250px;
    width: 350px;
    transform: translateX(-50%) translateY(-50%);}

label{letter-spacing:1px;}
fieldset {/*background:#524425;*/}
.pad_bottom{padding-bottom:50px;}
.pad_bottom fieldset.scheduler-border {color: #fff;border:1px solid #d1b464 !important;border-radius:5px;}
.pad_bottom fieldset.scheduler-border > label {color: #2a2a2a;}
.pad_bottom .title-field {color: #d1b464;font-size: 26px;font-weight: bold;margin-top: 15px;margin-bottom: 15px;text-shadow: 0px 0px 1px #0000005e;letter-spacing:1px;}
#contact-form {padding: 20px;border:1px solid #9c8342;border-radius: 5px;margin-bottom:20px;border-top: 5px solid #9c8342;margin-top: 20px;background:#222;}
.single-item li {text-align: center;}
.single-item li span {color: #bc9039;font-size: 22px;}
.single-item li span i {border: 1px solid #bc9039;padding: 6px;margin-bottom: 10px;    border-radius: 50%;height: 35px;width: 35px;}
/* Jewellery Page End */
li.level0 {
    display: block;
    /* width: 100%; */
}
.product-title a
{
   color: #dfb858;
    }
    
    
    @media screen and (max-width:1246px)
    {
        .rm-nav li a, .rm-menu-item a{font-size: 12px;}
        }
          @media screen and (max-width:1199px)
          {
              .rm-nav li a, .rm-menu-item a{padding: 10px 4px 10px;font-size: 11px ;}
              }
               @media screen and (max-width:768px){.rm-nav li a, .rm-menu-item a{  padding: 8px 0px 6px;font-size: 9px;}}
               
               @media screen and (max-width:755px){
               .rm-nav li a, .rm-menu-item a{padding: 8px 15px 6px;font-size: 15px;}}