/*********************************************************************************
common styles
***************/
body {
	background: #fff !important;
	color: #333 !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 13px !important;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
	margin: 0px !important;
	padding: 0px !important;
}

a {
	color: #333 !important;
	cursor: pointer;
	text-decoration: none !important;
}

a:active {
	box-shadow: none !important;
}

p {
	line-height: 22px;
	margin-bottom: 10px !important;
	font-size: 14px !important;
}

h1,
h2 {
	margin-bottom: 10px !important;
}

.no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.no-padding-right {
	padding-right: 0px !important;
}

.no-padding-left {
	padding-left: 0px !important;
}

/*********************************************************************************
colored text and buttons
***************/
.text-orange {
	color: #ef642d
}

.btn {
	padding: 6px 20px !important;
	border-radius: 0 !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.btn-sub,
.btn-cancel {
	background: #0072b8;
	color: #fff;
	padding: 10px 20px !important;
	border-radius: 3px !important;
	margin-right: 10px;
	margin-top: 15px;
}

.btn-cancel {
	background: #fc910f;
}

.btn:hover {
	background: #333 !important;
	color: #fff !important;
}

/*********************************************************************************
header styles
***************/
header {
	position: absolute;
	width: 100%;
	z-index: 99;
}

header .top-bar {
	padding: 0px 0;
	position: relative;
}

/*social nav*/
header .social-nav ul {
	list-style: none;
	overflow: hidden;
	display: table;
	margin: 10px auto 0px !important;
}

header .social-nav li {
	float: left;
}

header .social-nav li a {
	border: 0 !important;
	padding: 0 !important;
	color: #fff !important
}

header .social-nav li a .fa {
	color: #fff !important;
	width: 45px;
	height: 45px;
	margin-right: 10px;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	border-radius: 100%;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	background: #393939
}

header .social-nav li a .fa-facebook {
	background: #3b5a9a
}

header .social-nav li a .fa-twitter {
	background: #28a8e0
}

header .social-nav li a .fa-instagram {
	background: #e966cf
}

header .social-nav li a .fa-youtube {
	background: #d81a1a
}

header .social-nav li a:hover .fa {
	background: #ecca64;
	color: #2c362a !important;
}

header .cont-nav {
	height: 70px;
	position: relative;
	background: #eb1821;
}

header .cont-nav .cont-left {
	float: left;
	width: 80px;
	vertical-align: top;
	padding: 10px;
	background: #920910;
}

header .cont-nav .cont-left img {
	max-width: 50px;
}

header .cont-nav .cont-right {
	float: left;
	padding-left: 10px !important;
	padding-top: 10px;
}

header .cont-nav .cont-right span {
	font-size: 15px !important;
	line-height: 25px;
	color: #FFF;
	font-weight: 500;
	margin-bottom: 10px !important;
}

header .cont-text header .cont-nav ul {
	list-style: none;
}

header .cont-nav ul li {
	float: left;
	font-size: 14px !important;
	line-height: 26px;
	padding: 4px 0 !important;
	border-right: 1px solid #f2f2f2;
}

header .cont-nav ul li:last-child {
	border-right: none;
}

header .cont-nav ul a {
	padding: 0px 20px !important;
	font-size: 14px;
	color: #fff !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

header .cont-nav ul a .fa {
	color: #FFF !important;
	font-size: 14px !important;
	padding: 0px 5px !important;
	margin-right: 5px !important;
}

header .cont-nav ul li a .fa.fa-envelope {
	padding-left: 0px !important;
	padding-top: 5px !important;
	font-size: 14px !important;
}

header .logo-bar {}

header .logo {
	display: block;
	width: 150px;
	margin: -10px 0 8px;
}

header .logo img {
	max-width: 95%;
}

header .nav-bar {
	margin-bottom: 8px !important;
	float: right;
}

header .site-nav {
	margin-top: 10px;
}

header .enquire-btn-outer {
	float: right;
	margin-top: 8px;
	position: relative;
	background: #f2f2f2;
	padding: 10px;
	-webkit-box-shadow: 1px 1px 3px 2px rgb(0 0 0 / 8%);
	box-shadow: 1px 1px 3px 2px rgb(0 0 0 / 8%);
	top: -67px;
	margin-bottom: -67px;
}

header .btn-enquire {
	background: #7d6741;
	border: 2px solid #7d6741;
	float: right;
	border-width: 2px !important;
	padding: 15px 20px;
	border-radius: 3px;
	color: #FFF !important;
	min-width: 150px;
	position: relative;
}

header .btn-enquire:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #644e28;
	transition: .2s all ease-in-out;
	z-index: 0;
}

header .btn-enquire:after {
	content: "\f178 ";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 20px;
	margin-left: 10px;
	margin-top: 5px !important;
	position: relative;
	bottom: 2px;
	left: 0;
	top: 3px;
	transition: .2s ease-out;
}

header .btn-enquire span {
	position: relative;
	z-index: 1;
}

header .btn-enquire:hover:before {
	width: 100%;
}

header .btn-enquire:hover:after {
	left: 4px;
}


/*********************************************************************************
section styles
***************/
section.slider {
	position: relative;
	padding: 0;
}

/**/
section.contents {}

section.contents .content-bar {
	padding: 40px 0;
	overflow: hidden;
}

/* page banner*/
.banner-bar {
	background: #0072b8 url(../design_img/page-banner.jpg) no-repeat center center;
	background-size: cover;
	padding: 230px 0 0px;
}

.banner-bar .banner-content {}

.banner-bar .banner-content h1 {
	font-weight: 700;
	color: #fff;
	font-size: 38px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	font-family: 'Ropa Sans', sans-serif;
}

.sub-menu-block {
	background: #920910;
	padding: 10px 20px;
	width: 245px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	float: none;
	margin: 0 auto;
}

/*location*/
.location {
	list-style: none;
	position: relative;
}

.location li {
	color: #999 !important;
	text-transform: capitalize;
	float: left;
	width: auto;
	margin: 0px 10px 0px 0 !important;
}

.location li:last-child {
	margin-right: 0px !important;
}

.location li a:after {
	content: '\f105 ';
	font-family: 'FontAwesome';
	font-size: 13px;
	margin-left: 10px;
	color: #FFF;
}

.location li a:before {
	content: '\f015 ';
	font-family: 'FontAwesome';
	font-size: 13px;
	margin-right: 5px;
	color: #fff;
}

.location li:last-child a:after {
	content: '';
	margin-left: 0px;
}

.location li:last-child a:before {
	content: '';
	margin-left: 0px;
}

.location li a {
	color: #fff !important;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.location li a:hover {
	color: #fde400 !important;
}

.location li a.active {
	color: #fde400 !important;
}

/* contact bar */
.contact-bar {}

.contact-bar .cont-nav {
	background: #f5dd96;
	padding: 40px;
	overflow: hidden;
}

.contact-bar .cont-nav h3 {
	color: #333;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 40px 0 !important;
	text-align: left
}

.contact-bar .cont-nav ul {
	list-style: none;
	margin-bottom: 20px !important;
}

.contact-bar .cont-nav ul li {
	line-height: 24px;
	margin-bottom: 20px !important;
	overflow: hidden;
}

.contact-bar .cont-nav ul a {
	display: block;
	color: #333 !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size: 14px;
}

.contact-bar .cont-nav ul a i {
	margin-right: 25px;
	float: left;
	margin-top: 4px;
	font-size: 20px;
	width: 20px;
}

.contact-bar .cont-nav ul a span {
	float: left;
	display: block;
	width: calc(100% - 50px);
}

/**/
.contact-bar .main-head {
	text-align: center;
	margin: 30px 0 !important;
}

.contact-bar .iframe-form {
	width: 100%;
	height: 400px;
}

.contact-bar .form-group {
	position: relative;
	margin-bottom: 7px !important;
}

.contact-bar .input-group-addon {
	border-radius: 3px !important;
	background: #eee;
	border: 0;
	color: #999;
	width: 42px !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important
}

.contact-bar .input-group {
	width: 100%;
}

.contact-bar input[type="text"],
.contact-bar input[type="email"],
.contact-bar input[type="password"],
.contact-bar select,
.contact-bar textarea {
	display: block;
	width: 100%;
	color: #333333;
	font-size: 14px;
	padding: 15px 10px;
	height: auto;
	background: #f6f6f6 !important;
	border-radius: 3px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border: 0px solid #ececec !important;
	transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}

.contact-bar textarea {
	height: 160px;
	resize: none;
	padding-left: 10px !important;
}

.contact-bar .button {
	font-size: 16px;
	margin-top: 10px;

	margin: auto;
	display: table;
}

.idx-abt-sec {
	padding: 80px 0;
	position: relative;
}

.idx-abt-sec .abt-left {
	position: relative;
	padding: 0 30px;
	margin-top: -150px;
	z-index: 10;
}

.idx-abt-sec .abt-left img {
	max-width: 100%;
}

.main-head {
	font-size: 50px !important;
	line-height: 60px;
	font-family: 'Great Vibes';
	font-style: normal;
	font-weight: 400;
	color: #ff2121;
	margin-bottom: 20px !important;
}

.main-head span {
	font-size: 16px !important;
	line-height: 25px;
	color: #272525;
	font-weight: 600;
	margin-bottom: 0px;
	font-family: 'Poppins', sans-serif;
	display: block;
}

.idx-abt-sec .abt-right {
	padding: 20px 0 0 30px;
	position: relative;
}

.idx-abt-sec .abt-right p {
	font-size: 15px !important;
	line-height: 25px;
	color: #393939;
	font-weight: 400;
	text-align: justify;
}

.idx-btn {
	font-size: 16px;
	display: inline-block;
	font-weight: 500;
	background: #e12527;
	color: #FFF !important;
	border: none;
	outline: none;
	box-shadow: none;
	height: 55px;
	line-height: 55px;
	text-align: center;
	padding: 0px 30px;
	cursor: pointer;
	position: relative;
	border-radius: 0px;
	overflow: hidden;
	margin-top: 20px !important;
	text-transform: capitalize;
}

.idx-btn:after {
	background-color: #fff;
	content: "";
	height: 150px;
	left: -75px;
	position: absolute;
	top: -35px;
	transform: rotate(35deg);
	transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 40px;
	opacity: 0;
}

.idx-btn:hover {
	background: #050a2b;
	color: #ffffff !important;
}

.idx-btn:hover:after {
	left: 120%;
	transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 0.25;
}

.idx-btn:hover:after {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.idx-abt-sec2 {
	padding: 0 0 80px;
	background: #f7f7f7 url('../design_img/feature-bg.jpg') center bottom no-repeat;
	background-size: cover;
	position: relative;
}

.idx-abt-sec2 .abt-left {
	padding: 40px 0px 0 0;
	position: relative;
}

.idx-abt-sec2 .abt-left p {
	font-size: 15px !important;
	line-height: 25px;
	color: #393939;
	font-weight: 400;
	text-align: right;
}


.idx-abt-sec2 .abt-left .features-list {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: 16px;
	margin-left: -10px;
	margin-right: -10px;
}

.idx-abt-sec2 .abt-left .features-list li {
	-ms-flex: 0 0 50%;
	-webkit-box-flex: 0;
	flex: 0 0 50%;
	max-width: 50%;
	margin-top: 25px !important;
	padding-right: 15px !important;
}

.idx-abt-sec2 .abt-left .features-list li .h-icon {
	width: 40px;
	float: left;
}

.idx-abt-sec2 .abt-left .features-list li .h-icon img {
	max-width: 100%;
}

.idx-abt-sec2 .abt-left .features-list li .h-text {
	width: calc(100% - 40px);
	float: left;
	padding-left: 10px;
}

.idx-abt-sec2 .abt-left .features-list li .h-text h4 {
	font-size: 17px !important;
	line-height: 25px;
	font-weight: 700;
	margin-bottom: 0px !important;
	text-transform: capitalize;
}

.idx-abt-sec2 .abt-left .features-list li .h-text p {
	font-size: 13px !important;
	line-height: 24px;
	color: #393939;
	font-weight: 400;
	text-align: left;
}

.idx-abt-sec2 .main-head {
	text-align: right !important;
}

.idx-abt-sec2 .abt-right {
	position: relative;
}

.idx-abt-sec2 .abt-right img {
	max-width: 100%;
}

.idx-success-sec .achi-blk {
	padding: 0px 0px 0px 0px;
	position: relative;

}

.idx-success-sec .achi-blk .icon-blk {
	width: 120px;
	height: 120px;
	display: flex;
	justify-content: center;
	justify-items: center;
	vertical-align: middle;
	align-items: center;
	border-radius: 50%;
	background: #fff;
	float: left;
}

.idx-success-sec .achi-blk .text-blk {
	width: calc(100% - 120px);
	float: left;
	left: -20px;
	position: relative;
	top: 20px;
}

.idx-success-sec .achi-blk .icon-blk img {
	max-width: 40px;
	height: auto;
	vertical-align: top;
}


.idx-success-sec .achi-blk h2 {
	color: #e12527 !important;
	margin-bottom: 0 !important;
	font-size: 36px !important;
	line-height: 45px;
	margin-bottom: 0px !important;
	font-weight: 700;
}

.idx-success-sec .achi-blk h4 {
	font-size: 17px !important;
	line-height: 24px;
	color: #213140;
	font-weight: 600;
	margin-bottom: 0 !important;
}

.succ-gape {
	margin-top: 60px;
}

.idx-product-sec {
	padding: 80px 0;
	position: relative;
}

.idx-product-sec .product-heading {
	text-align: center;
}

.idx-product-sec .product-heading h2 {
	text-transform: capitalize;
}

/*products*/
.product {
	margin: 0 10px;
}

.product-container {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.product-pic-container {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}

.product-back {
	position: absolute;
	top: 50%;
	left: 0;
	bottom: 50%;
	right: 0;
	background: #213140;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
}

.product-pic {
	border: 1px solid #eff5dd;
}

.product-pic img {
	max-width: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.product-new {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: inline-block;
	background-color: #f36a1f;
	display: none
}

.product-new span {
	color: white;
	text-transform: capitalize;
	padding: 15px 0px;
	display: inline-block;
	transform: rotate(-90deg);
	font-weight: 300;
}

.product-new:after {
	content: "";
	width: 0px;
	height: 0;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top: 4px solid #f36a1f;
	position: absolute;
	bottom: -4px;
	left: 50%;
	margin-left: -4px;
}

.discount {
	background: #ffefca;
	color: #000;
	width: 62px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;
	text-align: center;
	line-height: 22px;
	display: none
}

.product-btn {
	width: 50px;
	position: absolute;
	z-index: 3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 350ms linear;
	-moz-transition: all 350ms linear;
	-o-transition: all 350ms linear;
	-ms-transition: all 350ms linear;
	transition: all 350ms linear;
}

.product-btn a {
	background: #333;
	font-size: 16px;
	color: #1f1f1f !important;
	width: 50px;
	height: 50px;
	margin: 3px 0px;
	display: block;
	float: left;
	text-align: center;
	padding-top: 13px;
	text-transform: uppercase;
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	transition: all 150ms linear;
	position: relative
}

.product-btn a.cart {
	background: #666;
	top: 30px;
	opacity: 0;
}

.product-btn a.view {
	background: #FFF;
	bottom: 50px;
	opacity: 0;
}

.product-btn a:hover {
	background: #1f1f1f;
	color: #FFF !important
}

.product-name {
	padding: 10px 0;
	position: relative;
}

.product-name h4 {
	font-size: 20px !important;
	line-height: 27px;
	font-weight: 600;
	color: #213140;
	text-transform: capitalize;
	margin-bottom: 0px !important;
	font-family: 'Ropa Sans', sans-serif;
}

.product-name p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}

.product-name a {
	color: #333 !important;
}

.product-name span {
	color: #999
}

.product-price {
	text-transform: capitalize;
	text-align: center;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	display: none
}

.product-price .price-before {
	color: #999;
	text-decoration: line-through;
	font-size: 17px;
}

.product-price .price-now {
	font-weight: 600;
	color: #1393dd;
	margin: 0 5px;
	font-size: 17px;
}

.product-container:hover .product-back {
	visibility: visible;
	opacity: 0.8;
	top: 0;
	bottom: 0%;
}

.product-container:hover .product-btn a.cart {
	top: 0;
	opacity: 1;
}

.product-container:hover .product-btn a.view {
	bottom: 0;
	opacity: 1;
}

.idx-product-sec .owl-theme .owl-controls .owl-buttons div {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.idx-product-sec .owl-buttons div {
	background: #e9f2d1 !important;
	color: #1f1f1f !important;
	top: 40%;
}

/**/





/*********************************************************************************
my table start
***************/
section.contents .mytable {}

section.contents .mytable caption {
	color: #333333;
	text-align: center;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: 600;
}

section.contents .mytable th {
	background: #3b8334;
	color: #fff;
	font-weight: 600;
	vertical-align: middle !important;
	text-align: center;
	font-size: 14px;
	text-transform: capitalize;
	height: 40px;
}

section.contents .mytable td {
	vertical-align: middle !important
}

section.contents .mytable tr {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

section.contents .mytable tbody>tr>td {
	text-align: center;
	font-size: 14px;
}

section.contents .mytable tr:nth-child(odd) {
	background: #e9faf9;
}

section.contents .mytable tr:hover {
	background: #eee
}

/*********************************************************************************
list styles start
***************/
ul.mylist {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 15px 25px !important;
	font-size: 14px
}

ul.mylist li {
	line-height: 22px;
	text-indent: -25px;
}

ul.mylist li:before {
	content: "\f138   ";
	/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px;
	color: #f88530;
}

ul.mylist li li:before {
	content: "- ";
	/*f105 f138  */
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 16px;
	color: #f88530;
}

/*********************************************************************************
default form styles start
***************/
.form-group {
	position: relative;
	margin-bottom: 18px !important;
}

.form-group label {
	font-weight: normal;
}

.form-group .label-err,
.form-group .error:not(.form-control) {
	background: #ff3e48;
	width: auto;
	font-size: 11px;
	color: #fff !important;
	padding: 0px 5px 2px;
	border-radius: 2px;
	position: absolute;
	bottom: -22px;
	z-index: 1;
	font-weight: 400 !important;
}

.form-group .label-err::before,
.form-group .error::before {
	content: "\f0d8 ";
	font: normal normal normal 20px/1 FontAwesome;
	color: #ff3e48;
	position: absolute;
	top: -13px;
	left: 20px;
}

.form-group .form-control {
	border-radius: 0 !important;
	box-shadow: none;
	background: none;
	padding: 8px 12px;
	height: auto;
	color: #121212;
}

.form-group select.form-control {
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../design_img/icon-select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px top 50%;
	z-index: 0;
	/*padding: 7px 20px 7px 4px; */
	padding-left: 5px;
	padding-right: 20px;
}

/*@-moz-document url-prefix() {
	.form-group select.form-control {
		padding: 7px 20px 7px 4px;
	}
}*/
.form-group .label-radio {
	margin-right: 15px;
}

.form-group input[type=radio] {
	margin-right: 5px;
}

.form-group .label-check {
	margin-right: 15px;
	text-transform: none !important;
	font-family: 'Poppins', sans-serif !important;
}

.form-group .label-check a {
	color: #fcd80f !important;
}

.form-group .label-check a:hover {
	text-decoration: underline !important
}

.form-group input[type=checkbox] {
	margin-right: 5px;
}

.form-group .form-control:focus {
	box-shadow: none;
	border-color: #26295c;
	color: #121212;
}

.form-group textarea.form-control {
	resize: none;
}

/*********************************************************************************
footer styles
***************/
footer {
	background: #212121;
	background-image: url("../design_img/footer-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
}

footer .footer-bar {
	padding: 70px 0 30px;
	position: relative;
}

footer .logo {
	width: 125px;
	margin-bottom: 25px;
	display: block;
	margin-top: 0px;
}

footer .logo img {
	max-width: 100%;
}

footer p {
	color: #ccc;
	font-size: 16px !important;
}

footer a.more-details {
	font-size: 13px !important;
	line-height: 25px;
	font-weight: 400;
	color: #e12527 !important;
	margin: 10px 0 20px !important;
	text-transform: capitalize;
	display: block;
}

footer h2 {
	text-align: left;
	color: #e12527;
	font-size: 20px !important;
	font-weight: 600;
	padding-bottom: 15px !important;
	text-transform: uppercase;
	position: relative;
}

/* footer site nav*/
footer .site-nav ul {
	list-style: none;
	margin-left: 28px !important;
	margin-bottom: 20px !important;
}

footer .site-nav ul li {
	text-indent: -13px;
	line-height: 25px;
	color: #ccc !important;
	margin-left: 20px !important;
}

footer .site-nav ul li i {
	margin-right: 8px;
	color: #f87805 !important;
}

footer .site-nav ul a {
	font-size: 13px;
	color: #ccc !important;
	text-align: left;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

footer .site-nav ul a:hover {
	color: #f87805 !important;
}

/**/
footer .nav-menu ul {
	list-style: none;
	margin-bottom: 20px !important;
}

footer .nav-menu ul li {
	line-height: 25px;
	display: block;
}

footer .nav-menu ul a {
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #ccc !important;
	text-transform: capitalize;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

footer .nav-menu a:before {
	content: '\f0da';
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px;
	color: #e12527;
}

footer .nav-menu ul li a:hover {
	color: #e12527 !important;
}

footer .nav-menu ul li:hover a {
	color: #e12527 !important;
}

/*footer bar bottom*/
footer .footer-bar-bottom {
	padding: 10px 0 !important;
	background: #121212;
}

footer .footer-bar-bottom .copy {
	text-align: center;
	font-size: 16px !important;
	margin-bottom: 0px !important;
	color: #ccc;
}

footer .footer-bar-bottom .co-name {
	margin-right: 5px;
	color: #fae62f;
}

footer .footer-bar-bottom .designer {
	margin-top: 2px !important;
	margin-left: 5px !important;
}

footer .footer-bar-bottom .designer img {
	border-radius: 100%;
	padding: 2px;
	background: #fff;
}

/*social nav*/
footer .social-nav ul {
	list-style: none;
	overflow: hidden;
	display: table;
	margin: 0 auto 20px !important;
}

footer .social-nav li {
	float: left;
}

footer .social-nav li a {
	border: 0 !important;
	padding: 0 !important;
	color: #fff !important
}

footer .social-nav li a .fa {
	color: #fff !important;
	width: 45px;
	height: 45px;
	margin-right: 10px;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	border-radius: 100%;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	background: #393939
}

footer .social-nav li a .fa-facebook {
	background: #3b5a9a
}

footer .social-nav li a .fa-twitter {
	background: #28a8e0
}

footer .social-nav li a .fa-instagram {
	background: #e966cf
}

footer .social-nav li a .fa-youtube {
	background: #d81a1a
}

footer .social-nav li a:hover .fa {
	background: #ecca64;
	color: #2c362a !important;
}


/* For Footer Contact Details */

footer .footer-bar-top {
	padding: 30px 15px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
}

footer .footer-bar-top .add-blk {
	display: block;
	text-align: center;
	font-size: 18px !important;
	line-height: 27px;
	font-weight: 400;
	color: #FFF;
}

footer .footer-bar-top .add-blk h4 {
	font-size: 22px !important;
	line-height: 29px;
	font-weight: 700;
	color: #FFF !important;
	margin-bottom: 10px !important;
}

.gst {
	font-size: 16px !important;
	line-height: 26px;
	margin: 0 !important;
	color: #fff;
}

/* top and down button*/
#goTop,
#goDown {
	border-radius: 100%;
	width: 40px;
	height: 40px;
	padding-top: 5px;
	text-align: center;
	position: fixed;
	bottom: 40px;
	right: 45px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	cursor: pointer;
	color: #fff !important;
	font-weight: bold;
	background: #ffb120;
	z-index: 9999;
	font-size: 14px !important;

}

#goTop:hover,
#goDown:hover {
	background: #f5ee2c !important;
	color: #000 !important;
}

/* Inner Page Css */

.under-cons {
	text-align: center;
}

.under-cons img {
	max-width: 100%;
}

.inn-abt-left {}

.inn-abt-left img {
	max-width: 100%;
}

.about-pg .abt-right {
	padding: 40px 25px 40px;
	width: 540px;
	position: absolute;
	z-index: 1;
	background: #f2f2f2;
	top: 120px;
	left: -130px;
	margin-right: -100px;
	-webkit-box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 15px rgb(0 0 0 / 10%);
}

/* PRODUCT_SEC */
.products-sec {
	padding: 80px 0px;
	position: relative;
}

.products-sec .gallery {
	border: 1px solid #e5e5e5;
	height: auto;
}

.products-sec .gallery {
	position: relative;
	overflow: hidden;
	border-radius: 0px;
	/* height: 220px; */
	/* border: 1px solid #f01444; */
	/* margin-bottom: 30px; */
}

.products-sec .gallery img {
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	max-width: 100%;
}

.products-sec .gallery:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.products-sec .gallery-content {
	font-size: 20px !important;
	line-height: 27px;
	font-weight: 600;
	padding: 10px 0 10px !important;
	margin-bottom: 20px !important;
	text-align: center;
	color: #213140;
	text-transform: capitalize;
	font-family: 'Ropa Sans', sans-serif;
	border: 1px solid #EAEAEA;
	border-top: none;
}

/* Career */
.career-pg {
	padding: 80px 0;
	position: relative;
}

.career-pg .abt-left {
	padding: 0 !important;
}

.career-pg .abt-left img {
	max-width: 100%;
}

.career-form-height {
	width: 100%;
	height: 550px !important;
}

.career-form-yash-pb .vanati-career-btn {
	font-size: 15px !important;
	width: 135px;
	display: block;
	font-weight: 500;
	padding: 13px 25px !important;
	background: #e12527;
	color: #FFF !important;
	border: none;
	text-align: center;
	position: relative;
	border-radius: 0px;
	overflow: hidden;
	margin-top: 20px !important;
	text-transform: capitalize;
}

/* .career-form-yash-pb .vanati-career-btn::after {
	background-color: #fff;
	content: "";
	height: 150px;
	left: -75px;
	position: absolute;
	top: -35px;
	transform: rotate(35deg);
	transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
	width: 40px;
	opacity: 0;
} */

.career-form-yash-pb .vanati-career-btn:hover {
	background: #050a2b !important;
	color: #ffffff !important;
}

.career-pg .main-head {
	padding-left: 15px !important;
}

/* Contact Us */
.inn-contact-sec {
	padding: 80px 0px;
	position: relative;
}

.contact-info {
	position: relative;
	clear: both;
	display: table;
	width: 100%;
	background: #f2f2f2;
	/* background: #fff7f9; */
	padding-top: 20px;
	min-height: 150px;
	border-bottom: 1px solid #eb1821;
	margin-bottom: 31px !important;
}

.icon-box {
	position: relative;
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 20px !important;
	padding-top: 12px;
	border-radius: 10px;
	margin: 0 15px 10px 0 !important;
	background-color: #eb1821;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	margin: 0 auto !important;
	border-radius: 100%;
	float: none;
	border-bottom: 0;
	text-align: center;
}

.inner-box .text {
	position: relative;
	color: #555555;
	font-size: 14px;
	padding-top: 0px;
	text-align: left;
	line-height: 26px;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	padding: 0 20px;
}

.inner-box .text h4 {
	color: #eb1821;
	font-size: 20px !important;
	line-height: 27px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Ropa Sans', sans-serif;
	margin-bottom: 6px !important;
}

.inner-box .text p {
	line-height: 25px;
	margin-bottom: 10px !important;
	font-size: 14px !important;
	font-weight: 400;
	color: #111 !important;
	text-align: center;
}

.cont-btn {
	font-size: 15px !important;
	width: 135px;
	display: block;
	font-weight: 500;
	padding: 13px 25px !important;
	background: #e12527;
	color: #FFF !important;
	border: none;
	text-align: center;
	position: relative;
	border-radius: 0px;
	overflow: hidden;
	margin-top: 20px !important;
	text-transform: capitalize;
}

.cont-btn:hover {
	background: #050a2b !important;
	color: #ffffff !important;
}

/* CONTACT_FORM */
.cont-form-outer {
	padding: 20px 30px 15px;
	position: relative;
	background: #fff;
	min-height: 495px;
	border-radius: 0px 20px 20px 0px;
}

.cont-form-outer .main-head {
	margin-bottom: 20px !important;
	/* color: #ff3e48 !important; */
}

.contact-sec .cont-form-outer label {
	color: #213140 !important;
}

.contact-sec .form-group .form-control:focus {
	box-shadow: none;
	border-color: #213140 !important;
	color: #404040 !important;
}

/*  */