/*
@File: inoxindia Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

******************************************* 
** - Default Area Style
** - Preloader Area Style
** - Go Top Area Style
** - Page navigation Area Style  
** - Video wave Style
** - Navbar Area Style
** - Main Slider Area Style 
** - Request A Quote Area Style 
** - About Area Style 
** - What we offer Area Style 
** - Why Choose Us Area Style
** - Counter Area Style
** - Service Area Style
** - Began With Roles Area Style
** - Customer Area Style
** - Brand Area Style
** - News & Blog Area Style
** - Blog Details Area Style
** - Subscriber Area Style
** - service Details Area Style
** - Footer Top Area Style
** - Footer Bottom Area Style
** - Online Sale Area Style
** - Contact Area Style
** - Log In Area Style
** - Sign Up Area Style
** - Recover Password Area Style
** - Coming Soon Area Style   
** - 404 Error Area Style
** - FAQ Area Style
*******************************************
/*

/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.8;
	font-family: "Lato", sans-serif;
	color: #7a7e9a;
	height: auto!important;
}

/*.wrapper {
position: relative;
-webkit-transform: translateZ(1);
-webkit-font-smoothing: antialiased;
}

.wrapper .tooltip {
background: #ffec5d;
bottom: 100%;
color: #404040;
display: block;
left: 0;
top: 0;
margin-bottom: 0px;
opacity: 0;
padding: 14px 20px;
font-size: 13px;
pointer-events: none;
position: absolute;
width: 15%;
float: left;
height: fit-content;
text-align: left;
-webkit-transform: translateY(10px);
-moz-transform: translateY(10px);
-ms-transform: translateY(10px);
-o-transform: translateY(10px);
transform: translateY(10px);
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
-webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
-moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
-ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
-o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.wrapper .tooltip:before {
bottom: -20px;
content: " ";
display: block;
height: 20px;
left: 0;
position: absolute;
width: 100%;
}

.wrapper .tooltip:after {
border-left: solid transparent 10px;
border-right: solid transparent 10px;
border-top: solid #ffec5d 10px;
bottom: -10px;
content: " ";
height: 0;
left: 50%;
margin-left: -13px;
position: absolute;
width: 0;
}

.wrapper:hover .tooltip {
opacity: 1;
pointer-events: auto;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}

.lte8 .wrapper .tooltip {
display: none;
}
.lte8 .wrapper:hover .tooltip {
display: block;
}*/

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    box-shadow: 5px 5px 21px #f0f0f0, -5px -5px 21px #ffffff;
}

a {
	display: inline-block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
	color: #005296;
}

a:hover {
	text-decoration: none;
	color: #0283dd;
}

a:focus {
	text-decoration: none;
}

button {
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #005296;
	font-family: "Lato", sans-serif;
	font-weight: 700;
}

h3 {
	font-size: 20px;
}

h3.title {
	font-size: 14px;
	color: #0283dd;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

p {
	font-size: 15px;
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.form-control {
	height: 50px;
	color: #0283dd;
	border: 1px solid #e8e8e8;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	font-size: 15px;
	padding: 10px 20px;
	width: 100%;
}

.form-control::-webkit-input-placeholder {
	color: #495057;
	font-size: 13px;
}

.form-control:-ms-input-placeholder {
	color: #495057;
	font-size: 13px;
}

.form-control::-ms-input-placeholder {
	color: #495057;
	font-size: 13px;
}

.form-control::placeholder {
	color: #495057;
	font-size: 13px;
}

.form-control:focus {
	color: #000000;
	background-color: transparent;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	outline: 0;
	border: 1px solid #333333;
}

.form-control:hover:focus,
.form-control:focus {
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

textarea.form-control {
	height: auto;
	height: 250px;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-70 {
	padding-bottom: 70px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-30 {
	margin-bottom: 30px;
}

.pl-30 {
	padding-left: 30px;
}

.pr-30 {
	padding-right: 30px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-minus-70 {
	margin-top: -70px;
}

.mb-minus-70 {
	margin-bottom: -70px;
}

.ml-30 {
	margin-left: 30px;
}

.mr-30 {
	margin-right: 30px;
}

.fun-blue-bg {
	background-color: #003864;
}

.mobile-menu {
	display: none !important;
}

.menubar {
	margin: 0;
}
.menubar nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menubar nav ul li {
	display: inline-block;
	margin: 0 30px 0 0;
}
.menubar nav ul li a {
	display: block;
	letter-spacing: 0.5px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	text-transform: capitalize;
	padding: 14px 0;
	text-align: left;
	letter-spacing: 0.09px;
	color: #404040;
	opacity: 1;
	box-shadow: none;
}
/*.menubar nav ul li.active > a {
color: #0065b4;
}*/
.menubar nav ul li.active a {
	color: #005296;
}
.menubar nav ul li:hover > a {
	text-decoration: none;
	color: #005296;
}
.menubar nav ul li .mega-menu {
	width: 100%;
	display: block;
	position: absolute;
	top: 66%;
	left: 0;
	right: 0;
	transition: 0.3s;
	box-shadow: none;
	border: 0px;
	padding: 50px 30px;
	visibility: hidden;
	opacity: 0;
	margin: 0 auto;
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 7px 6px #00000029;
}
.menubar nav ul li:hover .mega-menu {
	visibility: visible;
	opacity: 1;
	z-index: 99;
}
.menubar nav ul li .mega-menu ul {
	width: auto;
	margin: 0 103px 0 0;
	float: left;
}
.menubar nav ul li .mega-menu.ProductSegments ul {
	width: auto;
	margin:0 24px 0 0;
	float: left;
}
.menubar nav ul li .mega-menu.ProductSegments ul .product_sag {
margin-top:18px!important;
}
.menubar nav ul li .mega-menu.ProductSegments ul:last-child {
	margin: 0;
}
.menubar nav ul li .mega-menu.Capabilities ul {
	width: auto;
	margin: 0 27px 0 0;
	float: left;
}
.menubar nav ul li .mega-menu.Capabilities ul:last-child {
	margin: 0;
}
.menubar nav ul li .mega-menu ul:last-child {
	margin: 0;
}
.menubar nav ul li .mega-menu ul li {
	display: block;
	margin: 0;
	padding: 6px 0px;
}
.menubar nav ul li .mega-menu ul li.megamenu-title h1 {
	text-align: left;
    letter-spacing: 0.08px;
    color: #404040;
    opacity: 1;
    font-size: 14px;
    font-weight: 700;
}
.menubar nav ul li .mega-menu ul li.megamenu-title-link h1 {
	text-align: left;
    letter-spacing: 0.08px;
    color: #404040;
    opacity: 1;
    font-size: 14px;
    font-weight: 700;
}
.menubar nav ul li .mega-menu ul li.megamenu-title-link h1 a {
	text-align: left;
    letter-spacing: 0.08px;
    color: #404040;
    opacity: 1;
    font-size: 14px;
    font-weight: 700;
}
.menubar nav ul li .mega-menu ul li.megamenu-title-link:hover h1 a {
	text-align: left;
    letter-spacing: 0.08px;
    color: #404040;
    opacity: 1;
    font-size: 14px;
    font-weight: 700;
}
.menubar nav ul li .mega-menu ul li h1 a {
	text-align: left;
	letter-spacing: 0.08px;
	color: #404040;
	opacity: 1;
	font-size: 14px;
	font-weight: 700;
}
.menubar nav ul li .mega-menu ul li a {
	font-size: 13px;
	color: #404040;
	text-transform: capitalize;
	padding: 0;
	font-weight: 400;
	line-height: 18px;
}
.menubar nav ul li .mega-menu ul li:hover a {
	font-size: 13px;
	color: #0283dd;
	text-transform: capitalize;
	padding: 0;
	font-weight: 400;
	line-height: 18px;
}
.navbar-brand {
	display: inline-block;
	padding-top: 0;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	white-space: nowrap;
}

/*
Go Top Style
======================================================*/
.go-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 15px;
	background-color: #dddddd;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	/*  -webkit-transition: .9s;
	transition: .9s;*/
}

.go-top i {
	position: absolute;
	top: 32%;
	/*  -webkit-transform: translateY(-50%);
	transform: translateY(-50%);*/
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #333333;
	/*  -webkit-transition: 0.5s;
	transition: 0.5s;*/
	font-size: 20px;
}

.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 32%;
}

.go-top::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #dddddd;
	opacity: 0;
	visibility: hidden;
	/* -webkit-transition: 0.5s;
	transition: 0.5s;*/
}

.go-top:hover {
	color: #333333;
	background-color: #dddddd;
}

.go-top:hover::before {
	opacity: 1;
	visibility: visible;
}

.go-top:hover i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.go-top:hover i:last-child {
	opacity: 1;
	visibility: visible;
	top: 32%;
}

.go-top:focus {
	color: #ffffff;
}

.go-top:focus::before {
	opacity: 1;
	visibility: visible;
}

.go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 32%;
}

.go-top.active {
	top: 93%;
	/*  -webkit-transform: translateY(-98%);
	transform: translateY(-98%);*/
	opacity: 1;
	visibility: visible;
}

/*
Page-navigation Area Style
======================================================*/
.page-navigation-area {
	text-align: center;
	margin: 20px auto 0;
	display: table;
}

.page-navigation-area .page-link {
	color: #333333;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 15px #d0d0d0;
	box-shadow: 0 0 15px #d0d0d0;
	width: 40px;
	height: 40px;
	border: 1px solid #ffffff;
	line-height: 24px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: 700;
}

.page-navigation-area .page-link i {
	margin-right: -4px;
	font-size: 21px;
}

.page-navigation-area .page-link:hover {
	color: #ffffff;
	background-color: #333333;
	border: 1px solid #333333;
}

.page-navigation-area .page-link:focus {
	z-index: 2;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.page-navigation-area .page-link.page-links i::before {
	margin-left: -4px;
}

.page-navigation-area .page-item {
	padding: 0 8px 0;
}

.page-navigation-area .page-item:first-child .page-link {
	border-radius: none;
}

.page-navigation-area .page-item:last-child .page-link {
	border-radius: none;
}

.page-navigation-area .page-item.active .page-link {
	z-index: 1;
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}

/* breadcrumb */
.breadcrumb-bg {
	background-image: url(../images/innerpage-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.working-at-inox-india-inner-page-img {
	background-image: url(../images/working-at-inox-india-inner-page-img.jpeg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.apply-online-inner-page-img {
	background-image: url(../images/apply-online-inner-page-img.jpeg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.current-opening-inner-page-img {
	background-image: url(../images/current-opening-inner-page-img.jpeg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.projects-executed-inner-page-img {
	background-image: url(../images/projects-executed-inner-page-img.jpeg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.locations1-inner-page-img {
	background-image: url(../images/locations1-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.onlinesale-inner-page-img {
	background-image: url(../images/onlinesale-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.privacy_policy-inner-page-img {
	background-image: url(../images/privacy_policy-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.terms_of_use-inner-page-img {
	background-image: url(../images/terms_of_use-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.industrialgas-inner-page-img {
	background-image: url(../images/industrialgas-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.LNG-inner-page-img {
	background-image: url(../images/LNG-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.cryogenic-process-technologies-inner-page-img {
	background-image: url(../images/cryogenic-process-technologies-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.satellite-and-launch-facilities-inner-page-img {
	background-image: url(../images/satellite-and-launch-facilities-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.fusion-iter-superconductivity-inner-page-img {
	background-image: url(../images/fusion-iter-superconductivity-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.cryo-scientific-inner-page-img {
	background-image: url(../images/cryo-scientific-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.request-service-support-inner-page-img {
	background-image: url(../images/request-service-support-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.request-quote-inner-page-img {
	background-image: url(../images/request-quote-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.feedback-inner-page-img {
	background-image: url(../images/feedback-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.video-gallery-innerpage-img {
	background-image: url(../images/video-gallery-innerpage-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.industries-inner-page-img {
	background-image: url(../images/industries-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.newsandevents-inner-page-img {
	background-image: url(../images/newsandevents-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.sitemap--inner-page-img {
	background-image: url(../images/sitemap--inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.csr-initiative-inner-page-img {
	background-image: url(../images/csr-initiative-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.aviation-and-aerospace-inner-page-img {
	background-image: url(../images/aviation-and-aerospace-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.construction-and-cement-inner-page-img {
	background-image: url(../images/construction-and-cement-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.cryo-scientific-research-inner-page-img {
	background-image: url(../images/cryo-scientific-research-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.dairy-and-livestock-inner-page-img {
	background-image: url(../images/dairy-and-livestock-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.electronics-inner-page-img {
	background-image: url(../images/electronics-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.fertilizer-and-chemical-inner-page-img {
	background-image: url(../images/fertilizer-and-chemical-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.food-and-beverages-inner-page-img {
	background-image: url(../images/food-and-beverages-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.glass-and-ceramic-inner-page-img {
	background-image: url(../images/glass-and-ceramic-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.health-care-and-life-sciences-inner-page-img {
	background-image: url(../images/health-care-and-life-sciences-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.hydrogen-inner-page-img {
	background-image: url(../images/hydrogen-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.oil-and-gas-inner-page-img {
	background-image: url(../images/oil-and-gas-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.pharmaceuticals-inner-page-img {
	background-image: url(../images/pharmaceuticals-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.power-and-utilites-inner-page-img {
	background-image: url(../images/power-and-utilites-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.steel-and-mining-inner-page-img {
	background-image: url(../images/steel-and-mining-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.water-tretment-inner-page-img {
	background-image: url(../images/water-tretment-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.rubber-inner-page-img {
	background-image: url(../images/rubber-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.paper-and-pulp-inner-page-img {
	background-image: url(../images/paper-and-pulp-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.metal-processing-inner-page-img {
	background-image: url(../images/metal-processing-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.lng-and-lcng-inner-page-img {
	background-image: url(../images/lng-and-lcng-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.industrial-gas-inner-page-img {
	background-image: url(../images/industrial-gas-inner-page-img.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.two {
	background-image: url(../images/INOXCVA-SubPages-Banner_About-Us.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.Quality-and-Accreditation {
	background-image: url(../images/INOXCVA-SubPages-Banner_quality.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.Safety-and-Environment {
	background-image: url(../images/INOXCVA-SubPages-Banner_health-safety.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.Research-and-Development {
	background-image: url(../images/INOXCVA-SubPages-Banner_research.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.Design-and-Engineering {
	background-image: url(../images/INOXCVA-SubPages-Banner_desig-engginering.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.Milestones {
	background-image: url(../images/INOXCVA-SubPages-Banner_milestones.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.Manufacturing-Units {
	background-image: url(../images/banners/manufacturing.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.Group-Companies {
	background-image: url(../images/INOXCVA-SubPages-Banner_group-company.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb-bg.Covid19_Banner_img_main {
	background-image: url(../images/Covid19_Banner_img_main.jpg);
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 40% 0 0 0;
	margin-bottom: 0;
	list-style: none;
	background: none;
	border-radius: 0.25rem;
}
.breadcrumb-item {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	text-shadow: 2px 2px 2px #000;
}
.breadcrumb-item a {
	color: #dddddd;
	font-size: 16px;
	font-weight: 400;
}
.breadcrumb-item.active {
	color: #ff2b33;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 418px;
}
.breadcrumb-item+.breadcrumb-item::before {
	display: inline-block;
	padding-right: .5rem;
	padding-left: .5rem;
	color: #dddddd;
	content: "/";
}
/* breadcrumb */

/* Top Tab Scrolling Using */
.top_tab_scrolling_using {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #dbdbdb;
}
#section1 {
	width:100%;
	/*    height:100vh;*/
	overflow:hidden;
}
#section1 .section-title {
	margin-top: 130px;
}
#section2 {
	width:100%;
	/*    height:100vh;*/
	overflow:hidden;
}
#section2 .section-title {
	margin-top: 130px;
}
#section3 {
	width:100%;
	/*    height:100vh;*/
	overflow:hidden;
}
#section3 .section-title {
	margin-top: 130px;
}
#section4 {
	width:100%;
	/*    height:100vh;*/
	overflow:hidden;
}
#section4 .section-title {
	margin-top: 130px;
}
.top_tab_scrolling_using .fixed-top.navbar {
	padding: 0px;
}
.top_tab_scrolling_using .fixed-top {
	position: fixed;
	top: 105px;
	right: 0;
	left: 0;
	z-index: 100;
	background-color: #dbdbdb;
}
.top_tab_scrolling_using .navbar .navbar-nav {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 100%;
}
.top_tab_scrolling_using .navbar .navbar-nav .nav-item {
	text-align: center;
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}
.top_tab_scrolling_using .navbar .navbar-nav .nav-item.active .nav-link{
	color: #0283dd;
}
.top_tab_scrolling_using .navbar .navbar-nav .nav-item .nav-link {
	text-align: center;
	margin: 0;
	padding: 25px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	color: #404040;
}
.top_tab_scrolling_using .navbar .navbar-nav .nav-item .nav-link:hover {
	color: #0283dd;
}
/* Top Tab Scrolling Using */

/* Products Page Css */
/*.Products_page .mySlides {
display: none;
}
.Products_page .mySlides img {
vertical-align: middle;
height: 382px;
}
.Products_page .slideshow-container {
max-width: 1000px;
position: relative;
margin: auto;
margin-top: 30px;
}
.Products_page .prev,
.Products_page .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: white !important;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
}
.Products_page .next {
right: 0;
border-radius: 3px 0 0 3px;
}
.Products_page .prev:hover,
.Products_page .next:hover {
color: white !important;
background-color: rgba(0, 0, 0, 0.8);
}*/
/*.Products_page .dot {
cursor: pointer;
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
.Products_page .active,
.Products_page .dot:hover {
background-color: #717171;
}*/
.Products_page .all_products_slider_main .text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.3);
}
.Products_page .all_products_slider_main .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}
.Products_page .product-segments-content {
	width: 100%;
	margin: 20px 0 25px 0;
	padding: 0;
}
.Products_page .product-segments-content h5 {
	text-align: left;
	letter-spacing: 0px;
	color: #000;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 17px;
}
.Products_page .product-segments-content .read-more {
	text-align: left;
	text-decoration: underline;
	letter-spacing: 0.07px;
	color: #003864;
	opacity: 1;
}
.Products_page .all_products_slider_main {
	margin: 30px 0 0 0;
	width: 100%;
}
.Products_page .all_products_slider_main .carousel-item {
	min-height: 220px;
}
.Products_page .all_products_slider_main .carousel-caption {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
.Products_page .all_products_slider_main .carousel-control-prev {
	left: -3px;
	width: 10%;
}
.Products_page .all_products_slider_main .carousel-control-prev .carousel-control-prev-icon {
	background-image: none;
	width: auto;
}
.Products_page .all_products_slider_main .carousel-control-prev .carousel-control-prev-icon .bx-chevron-left {
	font-size: 30px;
	color: #ffffff;
	background: none;
}
.Products_page .all_products_slider_main .carousel-control-next {
	right: -3px;
	width: 10%;
}
.Products_page .all_products_slider_main .carousel-control-next .carousel-control-next-icon {
	background-image: none;
	width: auto;
}
.Products_page .all_products_slider_main .carousel-control-next .carousel-control-next-icon .bx-chevron-right {
	font-size: 30px;
	color: #ffffff;
	background: none;
}
/* Products Page Css */

/* Tab Three */
.tab-three {
	width: 100%;
	float: left;
	clear: both;
}
.tab-three .vertical-tabs {
	font-size: 15px;
	padding: 0;
	color: #000;
}
.tab-three .vertical-tabs .nav-tabs .nav-link {
	border-radius: 0px;
	background: #fafafa;
	text-align: left;
	font-size: 15px;
	color: #000;
	height: auto;
	width: 100%;
	margin: 0;
	padding: 12px 10px;
	border: 0px;
	border-bottom: 1px solid #e9ecef;
	float: left;
	line-height: normal;
}
.tab-three .vertical-tabs .nav-tabs .nav-link.active {
	background-color: #003864;
	border-bottom: 1px solid #e9ecef;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	color: #ffffff;
}
.tab-three .vertical-tabs .tab-content {
	float: left;
	padding-left: 0px;
	width: 100%;
}
.tab-three .vertical-tabs .section-title h2 {
	font-size: 40px;
	margin-bottom: 15px;
	position: relative;
	display: block;
	font-weight: 400;
	color: #005296;
}
.tab-three .vertical-tabs .tab-content > .active {
	background: #fff;
	display: block;
}
.tab-three .vertical-tabs .nav.nav-tabs {
	border-bottom: 0;
	border-right: 2px solid #e9ecef;
	display: block;
	float: left;
	margin-right: 0px;
	padding-right: 25px;
	width: 100%;
}
.tab-three .vertical-tabs .sv-tab-panel {
	background: #fff;
	height: auto;
	padding-top: 0px;
}
.tab-three .vertical-tabs .sv-tab-panel h4 {
	font-size: 24px;
	margin: 0 0 15px 0;
}
.tab-three .vertical-tabs .sv-tab-panel h4.subtitle {
	font-size: 24px;
	margin: 0 0 15px 0;
}
.tab-three .vertical-tabs .sv-tab-panel h3 {
	font-size: 38px;
	margin: 0;
	color: #404040 !important;
}
.tab-three .vertical-tabs .sv-tab-panel h3 a {
	text-decoration: none;
	color: #404040 !important;
}
/*.tab-three .vertical-tabs .sv-tab-panel span {
font-size: 24px;
margin: 15px 0 30px 0;
display: block;
line-height: 36px;
}*/
.tab-three .vertical-tabs .sv-tab-panel .section-title.two {
	max-width: 100%;
	margin: 0px auto 50px;
	text-align: left;
	position: relative;
	margin-bottom: 0px;
}
.tab-three .section-title.two {
	max-width: 100%;
	margin: 0px auto 50px;
	text-align: left;
	position: relative;
	margin-bottom: 0px;
}
.tab-three .vertical-tabs .sv-tab-panel p {
	font-size: 15px;
	margin: 0 0 20px 0;
	color: #404040;
}
 div > section > div > div > div.p_table > div:nth-child(n) > p > b{
 width: 190px;
}
.tab-three .vertical-tabs .sv-tab-panel b {
	/*font-size: 18px; font-weight: 500;
	*/
	    font-size: 14px;
	  font-weight: 700; 
   
	margin: 0;
	display: inline-block;
}
.tab-three .vertical-tabs .sv-tab-panel b.mb-15 {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 15px 0;
	display: inline-block;
}
#carousel1_indicator .row > .column {
  padding: 0 8px;
}
#carousel1_indicator .row:after {
  content: "";
  display: table;
  clear: both;
}
#carousel1_indicator .column {
  float: left;
  width: 20%;
}
/* The Modal (background) */
#carousel1_indicator .modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 145px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}
/* Modal Content */
#carousel1_indicator .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 30%;
  max-width: 1200px;
}
/* The Close Button */
#carousel1_indicator .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
#carousel1_indicator .close:hover,
#carousel1_indicator .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
#carousel1_indicator .mySlides {
  display: none;
}
#carousel1_indicator .cursor {
  cursor: pointer;
}
/* Next & previous buttons */
#carousel1_indicator .prev,
#carousel1_indicator .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
#carousel1_indicator .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
#carousel1_indicator .prev:hover,
#carousel1_indicator .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
/* Number text (1/3 etc) */
#carousel1_indicator .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
#carousel1_indicator img {
  margin-bottom: -4px;
}
#carousel1_indicator .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
#carousel1_indicator .demo {
  opacity: 0.6;
}
#carousel1_indicator .active,
#carousel1_indicator .demo:hover {
  opacity: 1;
}
#carousel1_indicator img.hover-shadow {
  transition: 0.3s;
}
#carousel1_indicator .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#myImg {
	border-radius: 0px;
	cursor: pointer;
	transition: 0.3s;
	width: 100%;
}
#myImg:hover {
	opacity: 0.7;
	border-radius: 0px;
}
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 140px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}
.modal-content {
	margin: auto;
	display: block;
	width: 25%;
	max-width: 700px;
	border-radius: 0px;
}
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: auto;
}
.modal-content,
#caption {
	-webkit-animation-name: zoom;
	-webkit-animation-duration: 0.6s;
	animation-name: zoom;
	animation-duration: 0.6s;
}
@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(0);
	}
	to {
		-webkit-transform: scale(1);
	}
}
@keyframes zoom {
	from {
		transform: scale(0);
	}
	to {
		transform: scale(1);
	}
}
.close {
	position: absolute !important;
	top: 130px !important;
	right: 320px !important;
	color: #ffffff !important;
	font-size: 40px !important;
	font-weight: bold !important;
	transition: 0.3s !important;
}
.close:hover,
.close:focus {
	color: #ffffff !important;
	text-decoration: none !important;
	cursor: pointer !important;
}
@media only screen and (max-width: 700px) {
	.modal-content {
		width: 100%;
	}
}
.tab-three .vertical-tabs .sv-tab-panel ul.point {
	margin: 0 0 30px 0;
	width: 100%;
	float: left;
}
.tab-three .vertical-tabs .sv-tab-panel ul.point li:before {
    content: '';
    display: block;
    width: 4px;
    height: 12px;
    background-color: #005296;
    position: absolute;
    left: 0;
    top: 7px;
}
.tab-three .vertical-tabs .sv-tab-panel ul.point li:after {
    content: '';
    display: block;
    width: 4px;
    height: 12px;
    background-color: #e82126;
    position: absolute;
    left: 6px;
    top: 7px;
}
.tab-three .vertical-tabs .sv-tab-panel ul.point li {
    margin: 0 0 12px 0;
    display: block;
    width: 100%;
    color: #404040;
    font-size: 15px;
    border: none;
    padding: 0 0 0 25px;
    float: left;
    position: relative;
}
.tab-three .vertical-tabs .sv-tab-panel ul.point li .bx {
	margin: 4px 10px 0 0;
	color: #005296;
	font-size: 20px;
	float: left;
	line-height: normal;
	width: 2%;
	display: none;
}
.tab-three .vertical-tabs .sv-tab-panel ul.point li p{
	margin: 0;
	float: left;
	width: 100%;
}
.tab-three .vertical-tabs .sv-tab-panel .projects_executed ul.point li .bx {
	margin: 4px 10px 0 0;
	color: #005296;
	font-size: 20px;
	float: left;
	line-height: normal;
	width: 4%;
}
.tab-three .vertical-tabs .sv-tab-panel .projects_executed ul.point li p{
	margin: 0;
	float: left;
	width: 100%;
}
.tab-three .vertical-tabs .sv-tab-panel ul.pointtwo.point {
	margin: 0 0 30px 0;
	width: 100%;
	float: left;
}
.tab-three .vertical-tabs .sv-tab-panel ul.pointtwo.point li {
	margin: 0 0 12px 0;
	display: block;
	width: 100%;
	color: #404040;
	font-size: 15px;
	border: none;
    padding: 0 0 0 25px;
    float: left;
    position: relative;
}
.tab-three .vertical-tabs .sv-tab-panel ul.pointtwo.point li:before {
    content: '';
    display: block;
    width: 4px;
    height: 12px;
    background-color: #005296;
    position: absolute;
    left: 0;
    top: 7px;
}
.tab-three .vertical-tabs .sv-tab-panel ul.pointtwo.point li:after {
    content: '';
    display: block;
    width: 4px;
    height: 12px;
    background-color: #e82126;
    position: absolute;
    left: 6px;
    top: 7px;
}
.tab-three .vertical-tabs .sv-tab-panel ul.pointtwo.point li .bx {
	margin: 4px 10px 0 0;
	color: #005296;
	font-size: 20px;
	float: left;
	line-height: normal;
	width: 4%;
	display: none;
}
.tab-three .vertical-tabs .sv-tab-panel ul.pointtwo.point li p{
	margin: 0;
	float: left;
	width: 100%;
}
.tab-three .vertical-tabs .sv-tab-panel a {
    text-align: left;
    text-decoration: underline;
    letter-spacing: 0.07px;
    color: #003864;
    opacity: 1;
    float: left;
    width: 93%;
	outline: none;
}
.tab-three .vertical-tabs .sv-tab-panel .quality-certificate-logo a {
    text-align: left;
    text-decoration: underline;
    letter-spacing: 0.07px;
    color: #003864;
    opacity: 1;
    float: left;
    width: 3%;
    outline: none;
}
.tab-three .vertical-tabs .sv-tab-panel a.iframe {
	text-align: left;
	text-decoration: underline;
	letter-spacing: 0.07px;
	color: #003864;
	opacity: 1;
	float: right;
}
.tab-three .vertical-tabs .sv-tab-panel:hover a {
	color: #003864;
	outline: none;
}
.tab-three .vertical-tabs .sv-tab-panel .card-desc a {
	text-align: left;
	text-decoration: underline;
	letter-spacing: 0.07px;
	color: #003864;
	opacity: 1;
}
.tab-three .vertical-tabs .sv-tab-panel .card-desc:hover a {
	color: #0065b4;
}
.tab-three .vertical-tabs .sv-tab-panel .table {
	border-radius: 12px;
}
.tab-three .vertical-tabs .sv-tab-panel .table thead tr {
	background-color: lavender;
	border: 2px solid #ddd;
}
.tab-three .vertical-tabs .sv-tab-panel .table thead tr th {
	border: 2px solid #ddd;
}
.tab-three .vertical-tabs .sv-tab-panel .table {
	border: 1px solid #ddd;
	padding: 10px;
	text-align: left;
	font-size: 14px;
	margin: 4px 2px;
	cursor: pointer;
	/*
	    font-weight: 700;*/
}
.tab-three .vertical-tabs .sv-tab-panel .table tr td {
	border: 1px solid #ddd;
	padding: 5px 10px !important;
}
.tab-three .table-striped tbody tr:nth-of-type(odd) {
    background-color: #fbfbfb;
}
/*.tab-three .vertical-tabs .sv-tab-panel a {
color: #0283dd;
font-weight: 600;
text-decoration: none;
transition: all .3s ease;
word-wrap: break-word;
word-break: break-word;
}*/
.tab-three.text-details .section-title.two {
	max-width: 100%;
	margin: 0px auto 50px;
	text-align: left;
	position: relative;
	margin-bottom: 30px;
}
.tab-three.text-details .subtitle h2 {
	font-size:30px;
}
.tab-three.text-details .maintitle {
	padding-bottom: 10px!important;
	border-bottom: 2px solid #e01318ad!important;
}
.tab-three.text-details .maintitle h2 {
	display: inline-block!important;
}
.tab-three.text-details .maintitle a.iframe.circle-read-more {
    float: right!important;
    margin: 20px 0!important;
    width: 120px!important;
}
.tab-three.text-details .maintitle a.iframe.circle-read-more img {
    max-width: 100%;
    height: auto;
    width: 100%!important;
}
.tab-three.text-details p.Capacity {
	margin-bottom: 10px;
	background-color: #f8f8f8;
	padding: 12px 10px;
	font-size: 14px;
	/*
	font-weight: 700;*/
}
.tab-three.text-details h4 {
	font-size: 24px;
	margin: 0 0 35px 0;
}
.tab-three.text-details h3 {
	font-size: 38px;
	margin: 0;
}
.tab-three.text-details p {
	font-size: 15px;
	margin: 0;
}
.tab-three.text-details b {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 20px 0;
}
.tab-three.text-details ul.point {
	margin: 0 0 30px 0;
}
.tab-three.text-details ul.point li {
	margin: 0 0 10px 0;
	display: block;
	width: 100%;
	color: #404040;
	font-size: 15px;
	border: 1px solid #eee;
	padding: 10px;
}
.tab-three.text-details ul.point li .bx {
	margin: -5px 15px 0 0;
	color: #005296;
	font-size: 30px;
	float: left;
}
.tab-three.text-details .product_img img {
	width: 100%;
	margin-bottom: 30px;
}
.tab-three.text-details .product_img {
	margin: 0;
	width: 100%;
}
.tab-three #carousel1_indicator .carousel-control-next-icon {
    background-image: url(../images/right-arrow.png);
}
.tab-three #carousel1_indicator .carousel-control-next {
	right: -40px;
	width: 3%;
}
.tab-three #carousel1_indicator .carousel-control-prev-icon {
    background-image: url(../images/left-arrow.png);
}
.tab-three #carousel1_indicator .carousel-control-prev {
    left: -40px;
	width: 3%;
}
/*.tab-three .carousel.slide {
	margin: 0 auto;
	width: 510px;
}*/
.tab-three span.related_industries_subtitle {
	margin-top: 30px;
	display: block;
	width: 100%;
	clear: both;
}
.tab-three ul.related_industries li a.link {
	text-decoration: none;
	color: #000 !important;
	font-weight: 600;
	font-size: 14px;
	margin-top: 10px;
}
.tab-three .contactus {
    background-color: #003864;
    padding: 15px;
    margin-top: 30px;
    border-radius: 10px;
    width: 100%;
    float: left;
}
.tab-three .contactus i.bx-phone {
	color: #003864;
	padding: 10px;
	margin: 0px;
	font-size: 50px;
	width: 70px;
	height: 70px;
	background-color: #fff;
	border-radius: 100px;
	text-align: center;
	float: left;
}
.tab-three .contactus span {
	color: #fff;
	padding: 0px;
	margin: 13px 0 0 20px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	float: left;
}
.tab-three .contactus p.tele-number {
	color: #ffffff !important;
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: 600;
}
.tab-three .contactus p.tele-number a {
	color: #ffffff !important;
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: 600;
}
.tab-three .contactus p.tele-number a:hover {
	color: #ffffff !important;
}
.tab-three .contactus p.link {
	color: #ffffff !important;
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-weight: 400;
}
.tab-three .contactus p.link a {
	color: #ffffff !important;	
	font-size: 20px;
	text-decoration: none;
}
.tab-three .contactus p.link a:hover {
	color: #ffffff !important;	
}
.tab-three .contactus hr {
	margin-top: 0;
	margin-bottom: 0;
	border: none;
	width: 2px;
	height: 70px;
	background-color: #a0b0bc;
}

@media only screen and (max-width: 420px) {
	.tab-three .titulo {
		font-size: 22px;
	}
}
@media only screen and (max-width: 325px) {
	.tab-three .vertical-tabs {
		padding: 8px;
	}
}
.sitemaplink h1 {
	font-size: 1.5rem;
}
.details-card {
	background: none;
	margin: 30px 0 0 0;
	padding: 0;
}
.details-card .card-content {
	background: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: none;
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
    float: left;
}
.details-card .card-content .card-img {
	position: relative;
	overflow: hidden;
	border-radius: 0;
	z-index: 1;
}
.details-card .card-content .card-img img {
	width: 100%;
	height: auto;
	display: block;
}
.details-card .card-content .card-img span {
	position: absolute;
	top: 15%;
	left: 12%;
	background: #1abc9c;
	padding: 6px;
	color: #fff;
	font-size: 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	transform: translate(-50%, -50%);
}
.details-card .card-content .card-img span h4 {
	font-size: 12px;
	margin: 0;
	padding: 10px 5px;
	line-height: 0;
}
.details-card .card-content .card-desc {
	padding: 15px;
    width: 100%;
    float: left;
}
.details-card .card-content .card-desc h3 {
	color: #000000;
	font-weight: 600;
	font-size: 1.5em;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.details-card .card-content .card-desc p {
	color: #747373;
	font-size: 14px;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.5;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
}
.details-card .card-content .card-desc .banner-btn {
	background: #003864;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 7px 19px;
	text-align: center;
	border: 1px solid #003864;
}
.details-card .card-content .card-desc .banner-btn:hover {
	background: #ffffff;
	color: #003864;
	font-size: 14px;
	font-weight: 600;
	padding: 7px 19px;
	text-align: center;
	border: 1px solid #003864;
}
/*.details-card .card-content .card-desc .btn-card {
background-color: #003864;
color: #fff;
box-shadow: none;
padding: 0.50rem 1.14rem;
font-size: 0.81rem;
-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
margin: 0;
border: 0;
-webkit-border-radius: 0.125rem;
border-radius: 0.125rem;
cursor: pointer;
text-transform: capitalize;
white-space: normal;
word-wrap: break-word;
}
.details-card .card-content .card-desc .btn-card:hover {
background-color: #003864;
color: #fff;
}
.details-card .card-content .card-desc a.btn-card {
text-decoration: none;
color: #fff;
}*/
/* End card section */
/* Tab Three */

/*
Video wave Style
======================================================*/
.video-btn {
	display: inline-block;
	width: 60px;
	height: 60px;
	line-height: 69px;
	text-align: center;
	border-radius: 50%;
	color: #333333;
	position: relative;
	top: 3px;
	z-index: 1;
	background-color: #ffffff;
}

.video-btn i {
	font-size: 30px;
	font-weight: 700;
	padding-left: 4px;
	color: #333333;
	position: relative;
	top: 5px;
	left: 0;
}

.video-btn::after,
.video-btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background-color: #ffffff;
}

.video-btn::before {
	/*  -webkit-animation: ripple 1.6s ease-out infinite;
	animation: ripple 1.6s ease-out infinite;*/
}

.video-btn::after {
	/*  -webkit-animation: ripple 1.6s ease-out infinite;
	animation: ripple 1.6s ease-out infinite;*/
}

.video-btn:hover {
	background-color: #333333;
}

.video-btn:hover i {
	color: #333333;
}

@-webkit-keyframes ripple {
	0%,
	35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0.8;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}

@keyframes ripple {
	0%,
	35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0.8;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}

/*
Default Btn Area Style
======================================================*/
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.default-btn {
	font-size: 16px;
	color: #999999;
	padding: 20px 35px;
	line-height: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 1;
	text-transform: capitalize;
	border: 1px solid #999999;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
}

.default-btn.active {
	background-color: #999999;
	border-color: #999999;
	color: #ffffff;
}

.default-btn.active:hover {
	color: #999999;
}

.default-btn.active::after {
	width: 100%;
}

.default-btn.active::before {
	border-top: 20px solid transparent;
	border-left: 20px solid #ffffff;
	border-bottom: 20px solid transparent;
	left: -1px;
}

.default-btn.active:hover {
	background-color: transparent;
	border-color: #333333;
}

.default-btn.active:hover::before {
	border-top: 20px solid transparent;
	border-left: 20px solid #333333;
	border-bottom: 20px solid transparent;
	left: -1px;
}

.default-btn.active:hover::after {
	width: 0;
}

.default-btn::before {
	content: "";
	position: absolute;
	border-right: 0;
	border-top: 20px solid transparent;
	border-left: 20px solid #999999;
	border-bottom: 20px solid transparent;
	top: 9px;
	left: -1px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.default-btn::after {
	position: absolute;
	content: "";
	background-color: #999999;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: -1;
}

.default-btn:hover {
	color: #ffffff;
	border-color: #999999;
}

.default-btn:hover::before {
	border-top: 20px solid transparent;
	border-left: 20px solid #ffffff;
	border-bottom: 20px solid transparent;
}

.default-btn:hover::after {
	width: 100%;
}

/*
Read More Area Style
======================================================*/
.read-more {
	line-height: 1;
	color: #333333;
	font-weight: 500;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	display: block;
	font-size: 14px;
}

.read-more i {
	position: relative;
	top: 4px;
	font-size: 18px;
	left: 8px;
	width: 20px;
	height: 20px;
	line-height: 19px;
	border-radius: 50%;
	border: 1px solid #333333;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.read-more:hover {
	color: #333333;
}

.read-more:hover i {
	background-color: #333333;
	color: #ffffff;
}

.circle-read-more i {
	background-color: #f6f6f6;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	color: #333333;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	z-index: 1;
}

.circle-read-more i::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333333;
	z-index: -1;
	border-radius: 50%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

.circle-read-more:hover i {
	color: #ffffff;
}

.circle-read-more:hover i::after {
	-webkit-transform: scale(1);
	transform: scale(1);
	background-color: #333333;
}

/*
Section Title Area Style
======================================================*/
.section-title {
	max-width: 791px;
	margin: 0px auto 50px;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.Covid19  strong {
	color: #404040;
	font-size: 19px;
	font-weight: 600;
	margin: 0 0 20px 0;
	display: block;
}
.Covid19 .heightimg {
	height: 300px;
}
.Covid19 .covid19-img {
	width: 100%;
}
.Covid19 ul.Covid19point {
	margin: 0 0 30px 0;
	float: left;
}
.Covid19 ul.Covid19point li {
	margin: 0 0 10px 0;
	display: block;
	width: 100%;
	color: #404040;
	font-size: 15px;
	padding: 0 0 0 25px;
	float: left;
	position: relative;
}
.Covid19 ul.Covid19point li:before {
    content: '';
    display: block;
    width: 4px;
    height: 12px;
    background-color: #005296;
    position: absolute;
    left: 0;
    top: 7px;
}
.Covid19 ul.Covid19point li:after {
    content: '';
    display: block;
    width: 4px;
    height: 12px;
    background-color: #e82126;
    position: absolute;
    left: 6px;
    top: 7px;
}
.Covid19 ul.Covid19point li .bx {
	margin: 4px 10px 0 0;
	color: #005296;
	font-size: 20px;
	float: left;
	line-height: normal;
	width: 2%;
	display: none;
}
.Covid19 ul.Covid19point li p {
	float: left;
	margin: 0;
	width: 100%;
}
.Covid19 ul.Covid19point.page li .bx {
	margin: 4px 10px 0 0;
	color: #005296;
	font-size: 20px;
	float: left;
	line-height: normal;
	width: 4%;
}
.Covid19 ul.Covid19point.page li p {
	float: left;
	margin: 0;
	width: 94%;
}
.Covid19 #carousel1_indicator .carousel-control-prev {
	left: 15px;
}
.Covid19 #carousel1_indicator .carousel-control-next {
	right: 15px;
}
.Covid19 #carousel12_indicator .carousel-control-prev {
	left: 15px;
}
.Covid19 #carousel12_indicator .carousel-control-next {
	right: 15px;
}
.Covid19 #carousel123_indicator .carousel-control-prev {
	left: 15px;
}
.Covid19 #carousel123_indicator .carousel-control-next {
	right: 15px;
}
.Covid19 #carousel1234_indicator .carousel-control-prev {
	left: 15px;
}
.Covid19 #carousel1234_indicator .carousel-control-next {
	right: 15px;
}
.Covid19 #carousel12345_indicator .carousel-control-prev {
	left: 15px;
}
.Covid19 #carousel12345_indicator .carousel-control-next {
	right: 15px;
}
.section-title.lefttitle {
	max-width: 100%;
	text-align: left;
}
.section-title span {
	text-transform: uppercase;
	color: #404040;
	font-size: 15px;
	display: block;
	margin-bottom: 0px;
	font-weight: 600;
}
.section-title h2 {
	font-size: 40px;
	margin-bottom: 15px;
	position: relative;
	display: block;
	font-weight: 400;
	color: #005296;
}
.section-title p {
	font-size: 15px;
	font-weight: 400;
	color: #404040;
}

/*.section-title h2::before {
position: absolute;
bottom: -25px;
left: 0;
right: 0;
content: "";
width: 50px;
height: 2px;
background-color: #333333;
margin: auto;
}

.section-title h2::after {
position: absolute;
bottom: -25px;
left: -45px;
right: 0;
content: "";
width: 5px;
height: 2px;
margin: auto;
background-color: #ffffff;
-webkit-animation: moveLeftBounces 10s linear infinite;
animation: moveLeftBounces 10s linear infinite;
}*/

.section-title h2:last-child {
	margin-bottom: 0;
}

/*.section-title p {
margin-bottom: -30px;
}*/

/*
Preloader Area Style
======================================================*/
.preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #f5f5f5;
	top: 0;
	left: 0;
	z-index: 99999;
}

.preloader .lds-ripple {
	position: relative;
	width: 64px;
	height: 64px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
	position: absolute;
	border: 4px solid #333333;
	opacity: 1;
	border-radius: 50%;
	-webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
	animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}

@keyframes lds-ripple {
	0% {
		top: 28px;
		left: 28px;
		width: 0;
		height: 0;
		opacity: 1;
	}
	100% {
		top: -1px;
		left: -1px;
		width: 58px;
		height: 58px;
		opacity: 0;
	}
}

/*
Keyframes Area Style
======================================================*/
@-webkit-keyframes moveLeftBounces {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(45px);
		transform: translateX(45px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}
@keyframes moveLeftBounces {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	50% {
		-webkit-transform: translateX(45px);
		transform: translateX(45px);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.bx-fade-left {
	/*  -webkit-transition: all 1s;
	transition: all 1s;*/
}

.bx-fade-left:hover {
	/*  -webkit-transition: all 1s;
	transition: all 1s;
	-webkit-animation: none;
	animation: none;*/
}

.bx-fade-right {
	/*  -webkit-transition: all 1s;
	transition: all 1s;*/
}

.bx-fade-right:hover {
	/*  -webkit-transition: all 1s;
	transition: all 1s;
	-webkit-animation: none;
	animation: none;*/
}

.nice-select .list {
	width: 100%;
}

.nice-select .option:hover {
	background-color: #333333;
	color: #ffffff;
}

.nice-select .option.selected.focus {
	background-color: #0283dd;
	color: #333333;
}

/*===== DEFAULT STYLE END ======*/
/*
Top Header Area Style
======================================================*/
.header-area {
	background-color: #f5f5f5;
}

.top-header {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #005296;
	height: 25px;
	background-color: #005296;

}

.top-header .header-left-content img {
	width: 170px;
	position: relative;
	top: 2px;
}

.top-header .header-right-content {
	float: right;
}

.top-header .header-right-content ul li {
	display: inline-block;
	color: #fff;
	padding-left: 50px;
	position: relative;
	margin-right: 36px;
	top: 8px;
	margin-bottom: 0;
}

.top-header .header-right-content ul li select {
	color: #fff;
}

.top-header .header-right-content ul li select option {
	background-color: #005296;
}

.top-header .header-right-content ul li:last-child {
	margin-right: 0;
}

.top-header .header-right-content ul li i {
	color: #404040;
	font-size: 20px;
	position: absolute;
	top: -4px;
	left: 0;
	width: 35px;
	height: 35px;
	border: 1px solid #404040;
	line-height: 35px;
	text-align: center;
	border-radius: 50%;
}

.top-header .header-right-content ul li span {
	display: block;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	font-weight: 500;
	margin-bottom: 2px;
}

.top-header .header-right-content ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.top-header .header-right-content ul li.two a {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.top-header .header-right-content ul li:hover a {
	color: #fff;
}

.top-header .flag-wrap {
	position: relative;
	top: -18px;
	margin-right: 40px;
}

.top-header .flag-wrap .flag-item-top {
	padding-left: 0;
}

.top-header .flag-wrap .flag-item-top .flag-bar {
	position: relative;
}

.top-header .flag-wrap .flag-item-top .flag-bar img {
	width: 40px;
}

.top-header .flag-wrap .flag-item-top .flag-bar span {
	position: absolute;
	top: 13px;
	left: 30px;
	color: #0283dd;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 15px;
	font-weight: 500;
	padding-left: 20px;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom {
	position: absolute;
	bottom: -255px;
	padding: 20px !important;
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
	background-color: #ffffff;
	width: 250px;
	left: -158px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	visibility: hidden;
	opacity: 0;
	z-index: 2;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	content: "";
	border-top: 0;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ffffff;
	border-left: 8px solid transparent;
	top: -8px;
	right: 57px;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item {
	margin-bottom: 10px;
	padding-left: 0;
	margin-right: 0;
	display: block;
	position: unset;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item:last-child {
	margin-bottom: 0;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link {
	color: #000000;
	display: block;
	font-size: 14px;
	font-weight: 500;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link img {
	width: 20px;
	margin-right: 5px;
}

.top-header .flag-wrap .flag-item-top .flag-item-bottom .flag-item .flag-link:hover {
	color: #333333;
}

.top-header .flag-wrap .flag-item-top:hover .flag-bar span {
	color: #333333;
}

.top-header .flag-wrap .flag-item-top:hover .flag-item-bottom {
	visibility: visible;
	opacity: 1;
	bottom: -260px;
}

/*
inoxindia Nav Area Style
======================================================*/
.navbar {
	padding: 8px 0px;
}

.inoxindia-nav-style .navbar-area .navbar-brand {
	display: block;
	margin: 0 60px 0 0;
	background-color: #ffffff;
	padding: 0px;
	z-index: 10000;
}

.inoxindia-nav-style .navbar-area .navbar-brand img {
	width: auto;
	height: auto;
}

.inoxindia-nav-style .navbar-area .main-nav {
	position: unset;
	background: #ffffff;
	padding-top: 0;
	padding-bottom: 0;
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a {
	font-weight: 500;
	font-size: 15px;
	color: #0283dd;
	text-transform: capitalize;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin-left: 25px;
	margin-right: 0;
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a i {
	font-size: 25px;
	line-height: 0;
	position: relative;
	top: 6px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
	color: #333333;
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active i {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item a.active::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item:hover a {
	color: #333333;
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item:hover a i {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
	background-color: #ffffff;
	border: none;
	border-radius: 0;
	left: 0;
	width: 202px;
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu::before {
	position: absolute;
	width: 0;
	height: 0;
	content: "";
	border-top: 0;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ffffff;
	border-left: 8px solid transparent;
	top: -8px;
	left: 20px;
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	font-size: 14px;
	color: #0283dd;
	position: relative;
	padding: 6px 15px;
	border-bottom: 1px dashed #eeeeee;
	margin-left: 0;
	margin-right: 0;
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #333333;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
	color: #333333;
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
	width: 100%;
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover i {
	opacity: 1;
	margin-left: 145px;
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #333333;
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
	opacity: 0;
	position: relative;
	top: -16px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 1s;
	transition: all 1s;
	margin-left: 0;
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a i {
	opacity: 1;
	margin-left: 145px;
	color: #333333;
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: 105%;
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu::before {
	position: absolute;
	width: 0;
	height: 0;
	content: "";
	border-top: 0;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ffffff;
	border-left: 8px solid transparent;
	top: 35px;
	left: -11px;
	-webkit-transform: rotate(-86deg);
	transform: rotate(-86deg);
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
	border-bottom: none;
}

.inoxindia-nav-style .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a::before {
	display: none;
}

.inoxindia-nav-style .navbar-area.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	background-color: #313538;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 100% !important;
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
}

.inoxindia-nav-style .dropdown-toggle::after {
	display: none;
}

.inoxindia-nav-style .others-option .search-wrap {
	display: inline-block;
	position: relative;
	top: 3px;
	right: 0;
	margin-left: 0;
}

.inoxindia-nav-style .others-option .search-wrap a {
	color: #404040;
}

.inoxindia-nav-style .others-option .search-wrap a i {
	font-size: 23px;
	line-height: 1;
}

.inoxindia-nav-style .others-option .search-wrap a:hover {
	color: #333333;
}

.inoxindia-nav-style .others-option .sidebar-menu {
	background-color: transparent;
	cursor: pointer;
	padding-right: 0;
}

.inoxindia-nav-style .others-option .sidebar-menu i {
	font-size: 21px;
	color: #0283dd;
	display: inline-block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.inoxindia-nav-style .others-option .sidebar-menu i:hover {
	color: #333333;
}

/*
New slider
======================================================*/
.hero-section {
	padding-bottom: 0;
	clear: both;
	width: 100%;
	float: left;
	height: 700px;
}

.hero-slider .hs-item {
	position: relative;
	height: 700px;
	padding-top: 300px;
}

.hero-slider .hs-item span {
	font-size: 35px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3px;
	margin-bottom: 5px;
	display: block;
	position: relative;
	top: 50px;
	opacity: 0;
	padding: 0 6px;
	line-height: normal;
}

.hero-slider .hs-item h2 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 300;
	margin-bottom: 10px;
	position: relative;
	top: 50px;
	opacity: 0;
	padding: 0 6px;
}

.hero-slider .hs-item p {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
	position: relative;
	top: 100px;
	opacity: 0;
	padding: 0 6px;
}

.hero-slider .hs-item .site-btn {
	position: relative;
	top: 50px;
	opacity: 0;
	box-shadow: none;
	outline: none;
	border: none;
	text-shadow: none;
	padding: 0;
}

.hero-slider .hs-item .sb-line {
	margin-right: 5px;
}

.hero-slider .hs-item .container {
	position: relative;
}

.hero-slider .hs-item .offer-card {
	position: absolute;
	right: 0;
	top: 226px;
	width: 162px;
	height: 162px;
	border-radius: 50%;
	background: #f51167;
	text-align: center;
	padding-top: 20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
}

.hero-slider .hs-item .offer-card:after {
	position: absolute;
	content: "";
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 1px solid #f96790;
	left: 5px;
	top: 5px;
	border-radius: 50%;
}

.hero-slider .hs-item .offer-card span {
	font-size: 18px;
	text-transform: lowercase;
	position: relative;
	top: 50px;
	opacity: 0;
}

.hero-slider .hs-item .offer-card h2 {
	font-size: 72px;
	font-weight: 400;
	line-height: 1;
}

.hero-slider .hs-item .offer-card p {
	text-transform: uppercase;
	line-height: 1;
	font-size: 14px;
}

.hero-slider .slider-nav-warp {
	max-width: 1120px;
	bottom: 0;
	margin: -50px auto 0;
}

.hero-slider .slider-nav {
	display: inline-block;
	padding: 0 38px;
	position: relative;
}

.hero-slider .owl-dots {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 0;
	padding-left: 30px;
}

.hero-slider .owl-dots .owl-dot {
	width: 194px;
	height: 1px;
	background: #fff;
	border-radius: 0;
	margin-right: 10px;
	opacity: 0.75;
}

.hero-slider .owl-dots .owl-dot.active {
	opacity: 1;
	height: 3px;
	margin-top: -1px;
}

.hero-slider .owl-dots .owl-dot:last-child {
	margin-right: 0;
}

.hero-slider .owl-nav button.owl-next,
.hero-slider .owl-nav button.owl-prev {
	font-size: 20px;
	position: absolute;
	color: #fff;
	opacity: 0.75;
	bottom: -16px;
}

.hero-slider .owl-nav button.owl-next {
	right: unset;
}

.hero-slider .owl-nav button.owl-prev {
	left: 0;
}

.hero-slider .owl-item.active .hs-item h2,
.hero-slider .owl-item.active .hs-item span,
.hero-slider .owl-item.active .hs-item p,
.hero-slider .owl-item.active .hs-item .site-btn {
	top: 0;
	opacity: 1;
}

.hero-slider .owl-item.active .hs-item span {
	-webkit-transition: all 0.5s ease 0.2s;
	-o-transition: all 0.5s ease 0.2s;
	transition: all 0.5s ease 0.2s;
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
	margin-top: 150px;
	font-size: 35px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 1.5px;
	color: #ffffff;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
	text-transform: uppercase;
	opacity: 1;
	line-height: normal;
}

.hero-slider .owl-item.active .hs-item h2 {
	-webkit-transition: all 0.5s ease 0.4s;
	-o-transition: all 0.5s ease 0.4s;
	transition: all 0.5s ease 0.4s;
	font-size: 18px;
	display: block;
	font-weight: 500;
	text-align: left;
	margin-bottom: 20px;
	letter-spacing: 0px;
	color: #ffffff;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
	opacity: 1;
	text-transform: capitalize;
}

.hero-slider .owl-item.active .hs-item p {
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	transition: all 0.5s ease 0.6s;
}

.hero-slider .owl-item.active .hs-item .site-btn {
	-webkit-transition: all 0.5s ease 0.8s;
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
	background: none;
	box-shadow: 0px 3px 6px #00000029;
	letter-spacing: 0.07px;
	color: #ffffff;
	opacity: 1;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	text-decoration: underline;
	text-align: left;
	float: left;
	padding: 0 6px;
}

.hero-slider .owl-item.active .hs-item .site-btn:hover {
	-webkit-transition: all 0.5s ease 0.8s;
	-webkit-transition: all 0.5s ease 0.8s;
	-o-transition: all 0.5s ease 0.8s;
	transition: all 0.5s ease 0.8s;
	background: none;
	box-shadow: 0px 3px 6px #00000029;
	letter-spacing: 0.07px;
	color: #ffffff;
	opacity: 1;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	text-decoration: underline;
	text-align: left;
	float: left;
	padding: 0 6px;
}

.hero-slider .owl-item.active .hs-item .offer-card {
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 0.5s ease 1s;
	-webkit-transition: all 0.5s ease 1s;
	-o-transition: all 0.5s ease 1s;
	transition: all 0.5s ease 1s;
}

.slide-num-holder {
	float: right;
	z-index: 1;
	color: #fff;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	margin-top: -22px;
	text-align: right;
}

.slide-num-holder span:first-child {
	margin-right: 20px;
}

.slide-num-holder:after {
	position: absolute;
	content: "";
	height: 20px;
	width: 1px;
	background: #fff;
	left: 50%;
	top: 20%;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
	transform: rotate(15deg);
}

/* ----------------
Responsive
---------------------*/

@media (min-width: 1200px) {
}

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

/* Medium screen : 992px. */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.hero-slider .slider-nav-warp {
		max-width: 930px;
	}
}

/* Tablet :768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-slider .slider-nav-warp {
		max-width: 690px;
	}
	.hero-slider .hs-item .offer-card {
		top: 20px;
	}
}

/* Large Mobile :480px. */

@media only screen and (max-width: 767px) {
	.hero-slider .slider-nav-warp {
		max-width: 510px;
	}
	.hero-slider .hs-item h2 {
		font-size: 50px;
	}
	.hero-slider .hs-item .offer-card {
		display: none;
	}
}

/* Medium Mobile :480px. */

@media only screen and (min-width: 576px) and (max-width: 766px) {
	.hero-slider .slider-nav-warp {
		padding: 0 15px;
	}
	.banner .tag-new {
		position: relative;
		display: inline-block;
		margin-bottom: 18px;
		right: 0;
		top: 0;
	}
}

/* Small Mobile :320px. */

@media only screen and (max-width: 479px) {
	.hero-slider .slider-nav-warp {
		max-width: 510px;
		padding: 0 15px;
	}
	.hero-slider .hs-item h2 {
		font-size: 35px;
	}
	.hero-slider .hs-item .sb-line {
		margin-bottom: 15px;
	}
}

/*
New slider
======================================================*/
/*.slider-text span {
font-size: 15px;
display: block;
margin-bottom: 10px;
margin-top: 150px;
font-weight: 600;
text-align: left;
letter-spacing: 1.5px;
color: #ffffff;
text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
text-transform: uppercase;
opacity: 1;
}

.slider-text h1 {
font-size: 40px;
display: block;
font-weight: 500;
text-align: left;
margin-bottom: 20px;
letter-spacing: 0px;
color: #ffffff;
text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
opacity: 1;
}

.slider-text .banner-btn {
background: none;
box-shadow: 0px 3px 6px #00000029;
letter-spacing: 0.07px;
color: #ffffff;
opacity: 1;
font-size: 14px;
font-weight: 600;
padding: 0;
text-decoration: underline;
text-align: left;
float: left;
}

.slider-text .banner-btn:hover {
background: none;
box-shadow: 0px 3px 6px #00000029;
letter-spacing: 0.07px;
color: #ffffff;
opacity: 1;
font-size: 14px;
font-weight: 600;
padding: 0;
text-decoration: underline;
text-align: left;
float: left;
}

.slider-text {
padding: 250px 0;
}

.swiper-button-prev {
background-image: url('../images/next.svg');
left: 122px;
right: unset;
border: none !important;
outline: none !important;
box-shadow: none !important;
}

.swiper-button-next {
background-image: url('../images/prev.svg');
right: unset;
left: 150px;
border: none !important;
outline: none !important;
box-shadow: none !important;
}

.swiper-button-next {
position: absolute;
top: 90%;
width: 22px;
height: 22px;
margin-top: 0;
z-index: 10;
cursor: pointer;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.swiper-button-prev {
position: absolute;
top: 90%;
width: 22px;
height: 22px;
margin-top: 0;
z-index: 10;
cursor: pointer;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
bottom: 34px;
left: unset;
width: 100%;
color: #ffffff;
font-size: 18px;
font-weight: 600;
text-align: right;
right: 100px;
}*/

/*
inoxindia SliderArea Style
======================================================*/
.box-set {
	background: none;
	height: auto;
	position: relative;
}
.box {
	background: #ffffff;
	position: absolute;
}
.box a img {
	width: 200px;
	height: 160px;
}
.box-1 {
	left: 10px;
	top: 15px;
	width: 200px;
	height: 160px;
}
.box-2 {
	bottom: -15px;
	left: 10px;
	z-index: 3;
	width: 200px;
	height: 160px;
}
.box-3 {
	left: 230px;
	top: 15px;
	z-index: 2;
	width: 200px;
	height: 160px;
}
.box-4 {
	bottom: -15px;
	left: 230px;
	z-index: 1;
	width: 350px;
	height: 160px;
}
.box-5 {
	left: 10px;
	top: 190px;
	z-index: 2;
	width: 200px;
	height: 160px;
}
.box-6 {
	left: 230px;
	top: 190px;
	z-index: 2;
	width: 200px;
	height: 160px;
}
.box-7 {
	top: 15px;
	left: 450px;
	z-index: 1;
	padding: 26px 50px;
	width: 400px;
	color: #003864;
}
.box-7 p.text {
	color: #003864 !important;
	text-transform: uppercase !important;
	font-size: 20px !important;
	text-align: left;
	line-height: 36px;
	margin-bottom: 0px !important;
}
.img__wrap {
	position: relative;
}
.img__description_layer {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	visibility: hidden;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity .2s, visibility .2s;
}
.img__wrap:hover .img__description_layer {
	visibility: visible;
	opacity: 1;
}
.img__description {
	transition: .2s;
	transform: translateY(1em);
}
.img__wrap:hover .img__description {
	transform: translateY(0);
	margin-top: 40px;
}

.fade-in {
	opacity: 100%;
	transition: opacity 0.5s;
}

/*.fade-in:hover {
opacity: 70%;
transition:opacity 0.9s
}*/
.fade {
	opacity: 1;
	transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
}
.fade:hover {
	opacity: 0.5;
	animation: fadeIn ease 20s;
	-webkit-animation: fadeIn ease 20s;
	-moz-animation: fadeIn ease 20s;
	-o-animation: fadeIn ease 20s;
	-ms-animation: fadeIn ease 20s;
}
.fade @keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fade @-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fade @-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fade @-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fade @-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.inoxindia-slider-area .owl-next {
	position: absolute;
	top: 50%;
	right: 45px;
	margin: 0 !important;
	border-radius: 0 !important;
	/*  -webkit-transition: all 0.5s;
	transition: all 0.5s;*/
	opacity: 0;
	/*  -webkit-transform: translateY(-10px);
	transform: translateY(-10px);*/
}

.inoxindia-slider-area .owl-next i {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	/*  -webkit-transition: all 0.5s;
	transition: all 0.5s;*/
	font-size: 80px;
	border-radius: 4px;
}

.inoxindia-slider-area .owl-prev {
	position: absolute;
	top: 50%;
	left: 45px;
	margin: 0 !important;
	border-radius: 0 !important;
	/*  -webkit-transition: all 0.5s;
	transition: all 0.5s;*/
	opacity: 0;
	/*  -webkit-transform: translateY(-10px);
	transform: translateY(-10px);*/
}

.inoxindia-slider-area .owl-prev i {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	/*  -webkit-transition: all 0.5s;
	transition: all 0.5s;*/
	font-size: 80px;
	border-radius: 4px;
}

.inoxindia-slider-area .owl-prev {
	opacity: 1;
}

.inoxindia-slider-area .owl-next {
	opacity: 1;
}

.inoxindia-slider-area:hover .owl-prev {
	opacity: 1;
}

.inoxindia-slider-area:hover .owl-next {
	opacity: 1;
}

.inoxindia-slider-area .owl-theme .owl-nav {
	margin-top: 0 !important;
}

.inoxindia-slider-area .owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: transparent;
}

.inoxindia-slider-area .owl-theme .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
}

.inoxindia-slider-area .owl-theme .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	margin: 0px 7px;
	background: none;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 0.2s ease;
	border-radius: 30px;
	border: 1px solid #ffffff;
}

.inoxindia-slider-area .owl-theme .owl-dots .owl-dot.active span {
	background: #ffffff;
	width: 12px;
	height: 12px;
	border: 0px;
}

.inoxindia-slider-item {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

.inoxindia-slider-item .inoxindia-slider-text {
	text-align: center;
	margin-top: -80px;
}

.inoxindia-slider-item .inoxindia-slider-text span {
	font-size: 15px;
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: left;
	letter-spacing: 1.5px;
	color: #ffffff;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
	text-transform: uppercase;
	opacity: 1;
}

.inoxindia-slider-item .inoxindia-slider-text h1 {
	font-size: 40px;
	display: block;
	font-weight: 500;
	text-align: left;
	margin-bottom: 20px;
	letter-spacing: 0px;
	color: #ffffff;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.9);
	opacity: 1;
}

.inoxindia-slider-item .inoxindia-slider-text p {
	color: #ffffff;
	font-size: 18px;
	margin-bottom: 45px;
}

.inoxindia-slider-text .banner-btn {
	background: none;
	box-shadow: 0px 3px 6px #00000029;
	letter-spacing: 0.07px;
	color: #ffffff;
	opacity: 1;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	text-decoration: underline;
	text-align: left;
	float: left;
}

.inoxindia-slider-text .banner-btn:hover {
	background: none;
	box-shadow: 0px 3px 6px #00000029;
	letter-spacing: 0.07px;
	color: #ffffff;
	opacity: 1;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	text-decoration: underline;
	text-align: left;
}

.inoxindia-slider-item .inoxindia-slider-text .slider-btn .default-btn {
	margin: 0 20px;
}

.inoxindia-slider-item .inoxindia-slider-text .slider-btn .default-btn.white {
	color: #ffffff;
}

.inoxindia-slider-area .owl-item.active .inoxindia-slider-text.overflow-hidden {
	overflow: hidden;
}

/*.inoxindia-slider-area .owl-item.active .inoxindia-slider-text.one span {
-webkit-animation: 1s .1s fadeInLeftBig both;
animation: 1s .1s fadeInLeftBig both;
}*/

.inoxindia-slider-area .owl-item.active .inoxindia-slider-text.one .video-btn-animat {
	-webkit-animation: 1s 0.1s fadeInLeftBig both;
	animation: 1s 0.1s fadeInLeftBig both;
}

/*.inoxindia-slider-area .owl-item.active .inoxindia-slider-text.one h1 {
-webkit-animation: 2s .2s fadeInLeftBig both;
animation: 2s .2s fadeInLeftBig both;
}

.inoxindia-slider-area .owl-item.active .inoxindia-slider-text.one p {
-webkit-animation: 3s .3s fadeInLeftBig both;
animation: 3s .3s fadeInLeftBig both;
}*/

/*.inoxindia-slider-area .owl-item.active .inoxindia-slider-text.one .slider-btn {
-webkit-animation: 4s .4s fadeInLeftBig both;
animation: 4s .4s fadeInLeftBig both;
}*/

.inoxindia-slider-area .owl-item.active .inoxindia-slider-text.one .tracking-body {
	-webkit-animation: 4s 0.4s fadeInLeftBig both;
	animation: 4s 0.4s fadeInLeftBig both;
}

/*.inoxindia-slider-area .owl-item.active .inoxindia-slider-text.two span {
-webkit-animation: 2s .2s fadeInRightBig both;
animation: 2s .2s fadeInRightBig both;
}*/

.inoxindia-slider-area .owl-item.active .inoxindia-slider-text.two .video-btn-animat {
	-webkit-animation: 2s 0.2s fadeInRightBig both;
	animation: 2s 0.2s fadeInRightBig both;
}

/*.inoxindia-slider-area .owl-item.active .inoxindia-slider-text.two h1 {
-webkit-animation: 2s .2s fadeInLeft both;
animation: 2s .2s fadeInLeft both;
}

.inoxindia-slider-area .owl-item.active .inoxindia-slider-text.two p {
-webkit-animation: 2s .2s fadeInRight both;
animation: 2s .2s fadeInRight both;
}*/

/*.inoxindia-slider-area .owl-item.active .inoxindia-slider-text.two .slider-btn {
-webkit-animation: 2s .2s fadeInLeftBig both;
animation: 2s .2s fadeInLeftBig both;
}*/

.inoxindia-slider-area .owl-item.active .inoxindia-slider-text.two .tracking-body {
	-webkit-animation: 2s 0.2s fadeInLeftBig both;
	animation: 2s 0.2s fadeInLeftBig both;
}

/*.inoxindia-slider-area .owl-item.active .inoxindia-slider-text.three span {
-webkit-animation: 2s .2s fadeInRight both;
animation: 2s .2s fadeInRight both;
}*/

.inoxindia-slider-area .owl-item.active .inoxindia-slider-text.three .video-btn-animat {
	-webkit-animation: 2s 0.2s fadeInRight both;
	animation: 2s 0.2s fadeInRight both;
}

/*.inoxindia-slider-area .owl-item.active .inoxindia-slider-text.three h1 {
-webkit-animation: 2s .2s fadeInRight both;
animation: 2s .2s fadeInRight both;
}

.inoxindia-slider-area .owl-item.active .inoxindia-slider-text.three p {
-webkit-animation: 2s .2s fadeInLeft both;
animation: 2s .2s fadeInLeft both;
}*/

/*.inoxindia-slider-area .owl-item.active .inoxindia-slider-text.three .slider-btn {
-webkit-animation: 2s .2s fadeInLeft both;
animation: 2s .2s fadeInLeft both;
}*/

.inoxindia-slider-area .owl-item.active .inoxindia-slider-text.three .tracking-body {
	-webkit-animation: 2s 0.2s fadeInLeftp both;
	animation: 2s 0.2s fadeInLeft both;
}

.slider-item-bg-1 {
	background-image: url(../images/1.jpg);
}

.slider-item-bg-2 {
	background-image: url(../images/2.jpg);
}

.slider-item-bg-3 {
	background-image: url(../images/3.jpg);
}

.slider-item-bg-4 {
	background-image: url(../images/4.jpg);
}

.slider-item-bg-5 {
	background-image: url(../images/5.jpg);
}

.slider-item-bg-6 {
	background-image: url(../images/6.jpg);
}

.slider-item-bg-7 {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.10), rgba(0, 0, 0, 0.35)), url(../images/banners/DJI_0551.jpg) !important;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	background-position: center center;
	/*animation: shrink 5s infinite alternate;*/
	position: relative;
}

.slider-item-bg-8 {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.10), rgba(0, 0, 0, 0.35)), url(../images/INOXCVA-Banner02.jpg) !important;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	background-position: center center;
	/*animation: shrink 5s infinite alternate;*/
}

.slider-item-bg-9 {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.10), rgba(0, 0, 0, 0.35)), url(../images/INOXCVA-Banner03.jpg) !important;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	background-position: center center;
	/*animation: shrink 5s infinite alternate;*/
}

.slider-item-bg-33 {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.10), rgba(0, 0, 0, 0.35)), url(../images/INOXCVA-Banner033.jpg) !important;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	background-position: center center;
	/*animation: shrink 5s infinite alternate;*/
}

.slider-item-bg-10 {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.10), rgba(0, 0, 0, 0.35)), url(../images/INOXCVA-Banner04.jpg) !important;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	background-position: center center;
	/*animation: shrink 5s infinite alternate;*/
}

.slider-item-bg-11 {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.10), rgba(0, 0, 0, 0.35)), url(../images/INOXCVA-Banner05.jpg) !important;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	background-position: center center;
	/*animation: shrink 5s infinite alternate;*/
}

.slider-item-bg-12 {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.10), rgba(0, 0, 0, 0.35)), url(../images/INOXCVA-Banner06.jpg) !important;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	background-position: center center;
	/*animation: shrink 5s infinite alternate;*/
}

.slider-item-bg-12-2 {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.10), rgba(0, 0, 0, 0.35)), url(../images/INOXCVA-Banner06-2.jpg) !important;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	background-position: center center;
	/*animation: shrink 5s infinite alternate;*/
}

.slider-item-bg-13 {
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.10), rgba(0, 0, 0, 0.35)), url(../images/INOXCVA-Banner07.jpg) !important;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	background-position: center center;
	/*animation: shrink 5s infinite alternate;*/
}

@keyframes shrink {
	0% {
		background-size: 110% 110%;
	}
	100% {
		background-size: 100% 100%;
	}
}

.slider-item-bg-11 {
	background-image: url(../images/11.jpg);
}

.slider-item-bg-12 {
	background-image: url(../images/12.jpg);
}

.slider-item-bg-13 {
	background-image: url(../images/13.jpg);
}

.slider-item-bg-14 {
	background-image: url(../images/14.jpg);
}

.slider-item-bg-15 {
	background-image: url(../images/15.jpg);
}

/*
Track Area Style
=================================================*/
.track-area {
	position: relative;
	z-index: 1;
}

.tab .tabs_item {
	display: none;
	padding: 50px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.tab .tabs_item:first-child {
	display: block;
}

.tab.quote-list-tab .tabs {
	background-color: #fcfcfc;
	border-bottom: 1px solid #eeeeee;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.tab.quote-list-tab .tabs li {
	display: inline-block;
	padding: 20px 15px;
	font-size: 16px;
	font-weight: 600;
}

.tab.quote-list-tab .tabs li.current {
	border-bottom: 2px solid #0283dd;
}

.tab.quote-list-tab .tabs li.current a {
	color: #0283dd;
}

.track-area.request-a-quote .tab.quote-list-tab .tabs li a {
	color: #333333;
	position: relative;
	padding-left: 0;
}

.track-area.request-a-quote .tab.quote-list-tab .tabs {
	background-color: #fcfcfc;
	border-bottom: 1px solid #eeeeee;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	text-align: center;
}

.track-area.request-a-quote .tab .tabs_item {
	padding: 50px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.tab.quote-list-tab .tabs li a {
	color: darkgrey;
	position: relative;
	padding-left: 35px;
}

.tab.quote-list-tab .tabs li a i {
	font-size: 25px;
	position: absolute;
	left: 0;
	top: -6px;
}

.tab.quote-list-tab .tabs_item .col-lg-8 {
	margin-top: -10px;
}

.tab.quote-list-tab .tabs_item h3 {
	font-size: 15px;
	margin-bottom: 20px;
}

.tab.quote-list-tab .tabs_item h1 {
	font-size: 22px;
	margin-bottom: 20px;
	background-color: #eeeeee;
	padding: 5px 10px;
	color: #333333;
}

.tab.quote-list-tab .tabs_item .nice-select {
	width: 100%;
	border-radius: 0;
	height: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.tab.quote-list-tab .tabs_item .nice-select:after {
	height: 8px;
	width: 8px;
	right: 23px;
	border-color: #0283dd;
}

.tab.quote-list-tab .tabs_item .nice-select .current {
	position: relative;
	top: 4px;
	color: #495057;
}

.tab.quote-list-tab .tabs_item .form-group {
	margin-bottom: 30px;
}

.tab.quote-list-tab .tabs_item .form-group .form-control::-webkit-input-placeholder {
	line-height: 1;
	position: relative;
	top: -1px;
}

.tab.quote-list-tab .tabs_item .form-group .form-control:-ms-input-placeholder {
	line-height: 1;
	position: relative;
	top: -1px;
}

.tab.quote-list-tab .tabs_item .form-group .form-control::-ms-input-placeholder {
	line-height: 1;
	position: relative;
	top: -1px;
}

.tab.quote-list-tab .tabs_item .form-group .form-control::placeholder {
	line-height: 1;
	position: relative;
	top: -1px;
}

.tab.quote-list-tab .default-btn {
	width: 100%;
	background-color: transparent;
}

.tab.quote-list-tab .radio span {
	position: relative;
	top: -2px;
	color: #495057;
}

.tab.quote-list-tab .mb {
	margin-bottom: 30px !important;
}

.tab.quote-list-tab textarea.form-control {
	height: auto;
	height: 90px;
	padding: 20px 20px;
}

.track-img {
	background-image: url(../images/track-img.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.single-check {
	display: block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.single-check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.single-check input:checked ~ .checkmark {
	background-color: #333333;
}

.single-check input:checked ~ .checkmark:after {
	display: block;
}

.single-check:hover input ~ .checkmark {
	background-color: #333333;
}

.single-check .checkmark {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.single-check .checkmark:after {
	top: 3px;
	left: 3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ffffff;
}

.checkmark {
	position: absolute;
	top: 6px;
	left: 0;
	height: 12px;
	width: 12px;
	background-color: #d8d8d8;
	border-radius: 50%;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/*
About Us Area Style
=================================================*/
.about-content span {
	text-transform: uppercase;
	color: #333333;
	font-size: 13px;
	font-weight: 600;
	display: block;
	margin-top: -8px;
	margin-bottom: 10px;
}

.about-content h2 {
	font-size: 40px;
	margin-bottom: 40px;
	position: relative;
}

.about-content h2::before {
	position: absolute;
	bottom: -22px;
	left: 0;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #333333;
}

.about-content h2::after {
	position: absolute;
	bottom: -22px;
	left: 0;
	content: "";
	width: 5px;
	height: 2px;
	background-color: #ffffff;
	-webkit-animation: moveLeftBounces 10s linear infinite;
	animation: moveLeftBounces 10s linear infinite;
}

.about-content h2:last-child {
	margin-bottom: 0;
}

.about-content p {
	margin-bottom: 30px;
}

.about-img {
	position: relative;
}

.about-img .about-quatre {
	position: absolute;
	top: 50%;
	right: -40px;
	background-color: #333333;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
}

.about-img .about-quatre i {
	font-size: 50px;
	color: #ffffff;
	line-height: 80px;
}

/*
What We Offer Area Style
=================================================*/
.what-offer-area {
	background-image: url(../images/offer-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.what-offer-area::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 250px;
	background-color: #ffffff;
}

.what-offer-area .section-title span {
	color: #ffffff;
}

.what-offer-area .section-title h2 {
	color: #ffffff;
}

.what-offer-area .section-title h2::before {
	background-color: #ffffff;
}

.what-offer-area .section-title h2::after {
	background-color: #0283dd;
}

.what-offer-area .col-lg-3:last-child .single-offer {
	border-right: none;
}

.single-offer {
	text-align: center;
	padding: 40px 50px;
	background-color: #f5f5f5;
	min-height: 300px;
	/*  background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	border-right: 1px solid #eeeeee;*/
	/*  -webkit-transition: all 0.5s;
	transition: all 0.5s;*/
	margin-bottom: 30px;
}

.single-offer .icon {
	font-size: 50px;
	color: #333333;
	line-height: 1;
	margin-bottom: 20px;
	display: inline-block;
}

.single-offer h3 {
	margin-bottom: 15px;
	margin-top: 20px;
	color: #003864;
	font-weight: 500;
	font-size: 24px;
}

.single-offer:hover h3 {
	color: #404040;
}

.single-offer p {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 400;
	color: #404040;
	letter-spacing: 0.07px;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.single-offer:hover p {
	color: #404040;
}

.single-offer a {
	text-align: left;
	text-decoration: underline;
	letter-spacing: 0.07px;
	color: #003864;
	opacity: 1;
}

.single-offer:hover a {
	color: #005296;
}

.single-offer:hover {
	/*  -webkit-transform: scale(1.1);
	transform: scale(1.1);*/
	z-index: 1;
	position: relative;
	background-color: #fafafa;
}

.single-offer:hover .circle-read-more i {
	background-color: #333333;
	color: #ffffff;
}

/*
What We Offer Area Style
=================================================*/
.choose-us-area.choose-us-area-three {
	background-image: url(../images/INOXCVA-what-we-value-banner01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	width: 100%;
}
.choose-us-area .choose-tab-wrap {
	/*  background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 50px;*/
}

.choose-us-area .choose-tab-wrap h2 {
	margin-bottom: 15px;
	font-size: 40px;
}

.choose-us-area .choose-tab-wrap .choose-tab .tabs {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 33px;
}

.choose-us-area .choose-tab-wrap .choose-tab .tabs li {
	padding: 0;
	margin-right: 30px;
	padding-bottom: 10px;
}

.choose-us-area .choose-tab-wrap .choose-tab .tabs li a {
	padding-left: 0 !important;
}

.choose-us-area .choose-tab-wrap .choose-tab .default-btn {
	width: unset !important;
	margin-top: 20px;
}

.choose-us-area .choose-tab-wrap .tab .tabs_item {
	padding: 0 !important;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.choose-img {
	background-image: url(../images/choose-img.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.choose-img.choose-img-four {
	background-image: url(../images/choose-img-four.jpg);
}

/* 
Counter Area Style
======================================================*/
.single-counter {
	margin-bottom: 30px;
	padding-left: 70px;
	position: relative;
	text-align: center;
}

.single-counter i {
	font-size: 60px;
	display: inline-block;
	margin-bottom: 8px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: absolute;
	left: 80px;
	color: #ffffff;
	line-height: 1;
}

.single-counter h2 {
	margin-bottom: 4px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	color: #ffffff;
}

.single-counter p {
	font-size: 14px;
	font-weight: 500;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	color: #ffffff;
}

/* 
Service Area Style
======================================================*/
.single-service {
	text-align: center;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 30px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	margin-bottom: 30px;
}

.single-service::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/1.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

.single-service .service-content-wrap {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.single-service .service-content-wrap .icon {
	font-size: 50px;
	line-height: 1;
	display: inline-block;
	margin-bottom: 20px;
	color: #333333;
}

.single-service .service-content-wrap h3 {
	margin-bottom: 15px;
}

.single-service .service-heading {
	text-align: center;
	padding: 20px;
	background-color: #333333;
	position: absolute;
	bottom: 56px;
	left: 0;
	right: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	bottom: -30px;
	-webkit-transform: scale(0);
	transform: scale(0);
	margin-right: 15px;
	margin-left: 15px;
}

.single-service .service-heading h3 {
	color: #ffffff;
	margin-bottom: 15px;
	margin-top: -4px;
}

.single-service .service-heading .circle-read-more i {
	background-color: #ffffff;
	color: #333333;
}

.single-service .service-heading .circle-read-more i::after {
	background-color: #fedad0;
}

.single-service:hover {
	background-color: transparent;
}

.single-service:hover .service-heading {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.single-service:hover .service-content-wrap {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.service-all {
	margin-top: 20px;
}

.service-all p a {
	color: #333333;
	border-bottom: 1px solid #333333;
}

.col-lg-4:nth-child(2) .single-service::before {
	background-image: url(../images/2.jpg);
}

.col-lg-4:nth-child(3) .single-service::before {
	background-image: url(../images/1.jpg);
}

/* 
Began Area Style
======================================================*/
.began-top-wrap {
	/*background-image: url(../images/began-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;*/
	position: relative;
	padding: 0px 20px 20px 20px;
	background-color: #f6f6f6;
}
.began-top-wrap-news {
	/*background-image: url(../images/began-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;*/
	position: relative;
	padding: 0px 20px 20px 20px;

}

.began-top-wrap::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 60px;
	width: 100%;
	background-color: #ffffff;
}

.began-wrap {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 0 15px;
	margin: 30px;
}

.began-wrap h2 {
	text-align: center;
	font-size: 35px;
	margin-bottom: 50px;
	padding: 20px;
	border-bottom: 1px solid #eee;
}

.began-wrap .single-began {
	text-align: center;
	padding: 30px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.began-wrap .single-began i {
	color: #333333;
	font-size: 50px;
	line-height: 1;
	display: inline-block;
	margin-bottom: 15px;
}

.began-wrap .single-began h3 {
	margin-bottom: 0;
}

.began-wrap .single-began:hover {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	border: none;
}

.began-wrap .col-lg-4:nth-child(1) .single-began {
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.began-wrap .col-lg-4:nth-child(2) .single-began {
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.began-wrap .col-lg-4:nth-child(3) .single-began {
	border-bottom: 1px solid #eeeeee;
}

.began-wrap .col-lg-4:nth-child(4) .single-began {
	border-right: 1px solid #eeeeee;
}

.began-wrap .col-lg-4:nth-child(5) .single-began {
	border-right: 1px solid #eeeeee;
}

/* 
Testimonials Area Style
======================================================*/
.testimonials-area .section-title span {
	color: #ffffff;
}

.testimonials-area .section-title h2 {
	color: #ffffff;
}

.testimonials-area .section-title h2::before {
	background-color: #ffffff;
}

.testimonials-area .section-title h2::after {
	background-color: #0283dd;
}

.testimonials-area .owl-theme .owl-dots .owl-dot {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin-top: 20px;
}

.testimonials-area .owl-theme .owl-dots .owl-dot span {
	background-color: #587aad;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 8px;
	width: 25px;
	height: 5px;
}

.testimonials-area .owl-theme .owl-dots .owl-dot span:hover {
	background-color: #ffffff;
}

.testimonials-area .owl-theme .owl-dots .owl-dot.active span {
	background-color: #ffffff !important;
}

.testimonials-wrap {
	position: relative;
	padding-left: 280px;
}

.testimonials-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: unset !important;
}

.testimonials-wrap .testimonials-content {
	background-color: #ffffff;
	padding: 37px;
}

.testimonials-wrap .testimonials-content h3 {
	margin-bottom: 18px;
}

.testimonials-wrap .testimonials-content ul {
	line-height: 1;
}

.testimonials-wrap .testimonials-content ul li {
	display: inline-block;
}

.testimonials-wrap .testimonials-content ul li i {
	color: #333333;
}

/*
Brand Area Style
======================================================*/
.mapimg {
	margin: 0 auto;
	display: block;
	width: 80%;
}

.location li {
	background-color: #f6f6f6;
	padding: 10px;
	margin: 0 0 15px 0;
	font-weight: 500;
	line-height: normal;
}
.location li a {
	color: #333333;
}

.carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2%;
	color: #000;
	text-align: center;
	opacity: 1;
}

.carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2%;
	color: #000;
	text-align: center;
	opacity: 1;
}

.carousel-control-prev {
	left: -40px;
}

.carousel-control-next {
	right: -40px;
}

.carousel-control-prev-icon {
	background-image: url(../images/left.png);
}

.carousel-control-next-icon {
	background-image: url(../images/right.png);
}

.brand-area .section-title {
	text-align: center;
	max-width: unset;
	margin-bottom: 0px;
}

.brand-area .brand-btn {
	float: right;
	position: relative;
	top: 76px;
}

.brand-item {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 46px 15px;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
	/*background: #ffffff 0% 0% no-repeat padding-box;*/

	border: 1px solid #adadad;
	color: #808080;
	font-size: 15px;
	font-weight: 600;
}

.brand-item:hover {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 46px 15px;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-align: center;
	background: #ffffff 0% 0% no-repeat padding-box;
	border: 1px solid #0065b4;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
}

.brand-item a {
	text-align: center;
	letter-spacing: 1.5px;
	color: #ffffff;
	text-transform: uppercase;
}

.brand-item img {
	width: unset !important;
	margin: auto;
}

/*
Blog Area Style
======================================================*/
.single-blog {
	/*  -webkit-transition: all 0.5s;
	transition: all 0.5s;*/
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}

.single-blog img {
	border-radius: 0px;
	/*  -webkit-transition: all 1s;
	transition: all 1s;*/
}

.single-blog .blog-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: none;
	padding: 25px 0;
	margin-left: 0px;
	margin-right: 0px;
	position: unset;
	border-radius: 0px;
	bottom: -177px;
	left: 0;
	right: 0;
	width: 100%;
	float: left;
}

.single-blog .blog-content ul {
	margin-bottom: 15px;
}

.single-blog .blog-content ul li {
	display: inline-block;
	padding-right: 10px;
	position: relative;
	color: #7a7e9a;
	font-size: 13px;
}

.single-blog .blog-content ul li img {
	margin-right: 5px;
	border-radius: 50%;
}

.single-blog .blog-content ul li::before {
	content: "";
	position: absolute;
	left: -7px;
	top: 4px;
	width: 1px;
	height: 15px;
	/*  -webkit-transform: rotate(20deg);
	transform: rotate(20deg);*/
	background-color: #0283dd;
}

.single-blog .blog-content ul li a {
	color: #333333;
}

.single-blog .blog-content ul li:first-child::before {
	display: none;
}

.News-and-Events h3 {
	display: none;
}

.single-blog .blog-content h3 a {
	text-align: left;
	letter-spacing: normal;
	color: #333333;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}

.single-blog .blog-content h5 {
	text-align: left;
	letter-spacing: 0px;
	color: #333333;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 25px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.single-blog .blog-content p {
	text-align: left;
	letter-spacing: 0px;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 20px;
	margin-top: 30px;
}

.single-blog .blog-content .hide {
	display: none;
}

.single-blog:hover .blog-content .hide {
	display: none;
}

.single-blog .blog-content .read-more {
	line-height: 1;
	font-weight: 500;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	display: block;
	font-size: 14px;
	text-align: left;
	text-decoration: underline;
	letter-spacing: 0.07px;
	color: #333333;
}
.single-blog .image {
	position: relative;
	width: 100%;
}
.single-blog.remove-mb {
	margin: 0px;
}
.single-blog .image img {
	width: 100%;
	vertical-align: top;
	height: auto;
}
.single-blog.Industries-We-Serve .image img {
	width: 100%;
	vertical-align: top;
	height: 280px;
}
.explore-all-industries .image img  {
	height: 280px;
}
.single-blog .image:after {
	content: "\A";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.single-blog:hover .image:after {
	opacity: 1;
}


.single-blog:hover {
	/*  -webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);*/
}

.single-blog:hover {
	/*  -webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);*/
}

.single-blog:hover img {
	/*  -webkit-transform: scale(1.3);
	transform: scale(1.3);*/
}

.single-blog:hover .blog-content {
	margin: 0;
	padding: 25px 0;
}

.single-blog span {
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: #333333;
	padding: 8px 10px;
	line-height: 1;
	font-size: 12px;
	color: #ffffff;
	border-radius: 4px;
}

.explore-all-industries h3 {
	font-size: 38px;
	margin: 0;
}

/*
Tracking Area Style
======================================================*/
.tracking-number-area {
	background-image: url(../images/tracking-bg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.tracking-body {
	position: relative;
}

.tracking-body .tracking-wrap .input-tracking {
	height: 35px;
	padding: 10px 10px;
	border-radius: 0;
	border: none;
	outline: none;
}

.tracking-body .tracking-wrap .input-tracking:focus {
	border: none;
}

.tracking-body .tracking-wrap .default-btn {
	position: absolute;
	top: 0px;
	right: 0px;
}

/*
Office Map Area Style
======================================================*/
.office-map-area {
	background-image: url(../images/map-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.office-map-area .container {
	position: relative;
}

.office-map-area .container .map-location {
	max-width: 300px;
	margin-left: auto;
	background-color: #ffffff;
}

.office-map-area .container .map-location h3 {
	background-color: #333333;
	color: #ffffff;
	margin-bottom: 0;
	padding: 15px 30px;
}

.office-map-area .container .map-location h3 i {
	position: relative;
	top: 2px;
	margin-right: 4px;
	display: inline-block;
}

.office-map-area .container .map-location ul {
	padding: 15px 30px 30px 30px;
}

.office-map-area .container .map-location ul li {
	margin-bottom: 15px;
}

.office-map-area .container .map-location ul li:last-child {
	margin-bottom: 0;
}

.office-map-area .container .map-location ul .color {
	color: #333333;
}

/*
Footer Top Area Style
======================================================*/
.single-widget {
	margin-bottom: 30px;
}

.single-widget .footer-logo {
	margin: -10px 0 0 0;
}

.single-widget .footer-logo img {
	width: auto;
}

.single-widget h3 {
	margin-bottom: 20px;
	font-size: 20px;
}

.single-widget ul li {
	margin-bottom: 10px;
	position: relative;
	/*border-bottom: 1px dashed #eee;*/
}

.single-widget ul li:last-child {
	margin-bottom: 0;
}

.single-widget ul li a {
	color: #2b2b2b;
}

.single-widget ul li::before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 30px;
	height: 1px;
	background-color: #333333;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.single-widget ul li:hover a {
	color: #333333;
}

.single-widget ul li:hover::before {
	width: 100%;
}

/*
Footer Bottom Area Style
======================================================*/
.footer-bottom-area {
	padding: 16px 0;
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
    outline: none !important;
    box-shadow: none !important;
	margin-top: -1px;
}

.single-widget-bottom ul li {
	display: inline-block;
	padding-right: 40px;
}

.single-widget-bottom ul li a {
	color: #ffffff;
	position: relative;
	font-size: 16px;
	font-weight: 400;
}

/*.single-widget-bottom ul li a::before {
content: "";
position: absolute;
top: 10px;
right: -10px;
width: 5px;
height: 5px;
background-color: #333333;
border-radius: 50%;
}*/

.single-widget-bottom ul li a:hover {
	color: #ffffff;
}

.single-widget-bottom ul li:last-child {
	padding-right: 0;
}

.single-widget-bottom ul li:last-child a::before {
	display: none;
}

.single-widget-bottom p {
	color: #ffffff;
	text-align: left;
}

p.powered-by {
	text-align: right;
	float: right;
}

.single-widget-bottom.two {
	float: right;
}

.single-widget-bottom p a {
	color: #ffffff;
}

.single-widget-bottom p i {
	position: relative;
	top: 1px;
}

.single-widget-bottom .social-link {
	float: left;
}

.single-widget-bottom .social-link.two {
	float: left;
	padding-top: 13px;
}

.single-widget-bottom .social-link li {
	padding-right: 3px;
}

.single-widget-bottom .social-link li a::before {
	display: none;
}

.single-widget-bottom .social-link li a i {
	line-height: 30px;
	border-radius: 100%;
	text-align: center;
	color: #ffffff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 35px;
	height: 35px;
	border: 1px solid #ffffff;
	opacity: 1;
	font-size: 16px;
	font-weight: 600;
}

.single-widget-bottom .social-link li a:hover i {
	color: #ffffff;
	background: none;
}

/*
Sidebar Modal Area Style
======================================================*/
.sidebar-modal {
	position: relative;
}

.sidebar-modal .navbar-nav li a {
	padding: 10px 0px 10px 15px;
}

.sidebar-modal .modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 450px;
	height: 100%;
	/*  -webkit-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);*/
}

.sidebar-modal .modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
	border-radius: 0;
	border: none;
	background-color: #ffffff;
}

.sidebar-modal .modal.right .modal-body {
	padding: 30px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget {
	margin-bottom: 35px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
	position: relative;
	z-index: 1;
	margin-bottom: 35px;
	color: #0283dd;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::before {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 70px;
	height: 2px;
	border-radius: 5px;
	background: #333333;
	content: "";
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget:last-child {
	margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul {
	padding: 0;
	margin: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li {
	margin-bottom: 10px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li:last-child {
	margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a {
	font-size: 14px;
	color: #0283dd;
	font-weight: 500;
	text-transform: capitalize;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a:hover {
	color: #333333;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li {
	position: relative;
	font-weight: 500;
	padding-left: 45px;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-size: 14px;
	color: #0283dd;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li span {
	font-size: 13px;
	display: block;
	font-weight: 400;
	color: #818992;
	margin-top: 5px;
	text-transform: initial;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li i {
	position: absolute;
	left: 0;
	top: 0;
	color: #ffffff;
	text-align: center;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 29px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #0283dd;
	border-radius: 4px;
	font-size: 15px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:hover i {
	color: #ffffff;
	background: #333333;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:last-child {
	margin-bottom: 0;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list {
	text-align: left;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li {
	display: inline-block;
	padding-right: 5px;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i {
	width: 25px;
	height: 25px;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	border-radius: 4px;
	color: #ffffff;
	background-color: #0283dd;
	font-size: 12px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i:hover {
	background-color: #333333;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li:hover {
	color: #333333;
}

.sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a:hover {
	color: #ffffff;
}

.sidebar-modal .modal.right.fade.show .modal-dialog {
	right: 0;
	/*  -webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-animation: lightSpeedIn 1000ms linear;
	animation: lightSpeedIn 1000ms linear;*/
}

.sidebar-modal .modal.right.fade .modal-dialog {
	right: -320px;
	/*  -webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-animation: lightSpeedIn 1000ms linear;
	animation: lightSpeedIn 1000ms linear;*/
}

.sidebar-modal .modal-header {
	display: inline;
	padding: 0;
	border: none;
}

.sidebar-modal .modal-header .close {
	height: 30px;
	width: 30px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: none;
	opacity: 1;
}

.sidebar-modal .modal-header .close i::before {
	margin-left: 0;
	font-size: 20px;
}

.sidebar-modal .modal-header h2 {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 30px 25px;
}

.sidebar-modal button:focus {
	outline: 0px;
}

/*
Search Box Area Style
======================================================*/
.search-wrap .search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	z-index: 999999;
}

.search-wrap .search .form-control {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 30%;
	color: #333333;
	background: #ffff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	margin: 0px auto;
	margin-top: -40px;
	padding: 10px;
	outline: none;
	border: 2px solid #ffffff;
	height: 60px;
	border-radius: 5px;
}

.search-wrap .search .form-control:focus {
	color: #000000;
	background-color: #ffffff;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.search-wrap .search .default-btn {
	position: absolute;
	top: 55%;
	left: 0;
	right: 0;
	margin: auto;
}

.search-wrap .search .default-btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.search-wrap .search .default-btn:hover {
	background-color: #333333;
}

.search-wrap .search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
	opacity: 1;
	padding: 10px 17px;
	font-size: 25px;
}

.search-wrap .search .close:hover {
	background-color: body-color;
	color: #ffffff !important;
	opacity: 1 !important;
}

.search-wrap .search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}

.search-wrap .search.open::before {
	content: "";
	position: absolute;
	background: #000000;
	width: 100%;
	height: 1000%;
	opacity: 0.9;
	top: 0;
	left: 0;
}

/*====================================================
HOME PAGE TWO STYLE
======================================================*/
/*
Header Style Two Area Style
======================================================*/
.header-style-two {
	position: relative;
}

.header-style-two::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 500px;
	height: 100%;
	background-color: #333333;
	-webkit-clip-path: polygon(0 0, 85% 1%, 100% 100%, 0% 100%);
	clip-path: polygon(0 0, 85% 1%, 100% 100%, 0% 100%);
}

/*
What Offer Two Area Style
======================================================*/
.what-offer-area-two {
	position: relative;
	z-index: 1;
	clear: both;
	width: 100%;
	background-color: #ffffff;
}

/*
About Area Two Style
======================================================*/
.about-us.two {
	background-color: #f5f5f5;
}
.about-us.two p {
	color: #404040;
}
.about-us ul.point.check {
	margin: 0 0 30px 0;
}
.about-us ul.point.check li {
	margin: 0 0 10px 0;
	display: inline-block;
	width: 49%;
	color: #404040;
	font-size: 15px;
}
.about-us ul.point.check li .bx {
	margin: 0 15px 0 0;
	color: #005296;
	font-size: 30px;	
	display: inline-block;
	float: left;
}
.about-us ul.point.check li p{	
	display: inline-block;
}
.about-us ul.point {
	margin: 0 0 30px 0;
}
.about-us ul.point li {
	margin: 0 0 10px 0;
	display: inline-block;
	width: 49%;
	color: #404040;
	font-size: 15px;
}
.about-us ul.point li .bx {
	margin: 0 15px 0 0;
	color: #005296;
	font-size: 30px;
	float: left;
}
.about-us ul.point li p {
}
.about-us ul.pointtwo {
	margin: 0 0 30px 0;
}
.about-us ul.pointtwo li {
	margin: 0 0 10px 0;
	display: inline-block;
	width: 100%;
	color: #404040;
	font-size: 15px;
}
.about-us ul.pointtwo li .bx {
	margin: 0 15px 0 0;
	color: #005296;
	font-size: 30px;
	float: left;
}
.about-us ul.pointtwo li p {
}
.about-us h4.tm-70 {
	margin-top: 20px;
}
.about-us .typo_logo li img {
	width: 142px;
	float: left;
	margin: 20px 10px 0 0;
}
.about-us h4 {
	margin-bottom: 15px;
	/*margin-top: 20px;*/
	color: #003864;
	font-weight: 500;
	font-size: 24px;
}
.about-us h4.subtitle{
	margin-bottom: 15px;
	/*margin-top: 20px;*/
	color: #003864;
	font-weight: 500;
	font-size: 24px;
	font-style: italic;
}
.about-us.Kalol-Plant img {
	width: 100%;
}
.about-us.Kandla-Plant img {
	width: 100%;
}
.about-us.Kalol-Plant p {
	color: #404040;
}
.about-us.Kandla-Plant p {
	color: #404040;
}
.about-us.Kandla-Plant ul li {
	color: #404040;
}
.about-us .banner-btn {
	background: none;
	box-shadow: none;
	border: 0.75px solid #003864;
	opacity: 1;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0.07px;
	color: #003864;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 18px;
}
.about-us .banner-btn:hover {
	background: #003864;
	box-shadow: none;
	border: 0.75px solid #003864;
	opacity: 1;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0.07px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 18px;
}
.quality-certificate-logo .col-sm img {
	border: 1px solid #ddd;
	height: auto;
}
.quality-certificate-logo .carousel-control-prev-icon {
	background-image: url(../images/left-arrow.png);
}
.quality-certificate-logo .carousel-control-next-icon {
	background-image: url(../images/right-arrow.png);
}
.about-area-two .about-img {
	position: relative;
	background-image: url(../images/about-img-two.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

.about-area-two .about-img .about-list {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	width: 300px;
	padding: 30px;
	max-width: 100%;
}

.about-area-two .about-img .about-list h3 {
	font-size: 18px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

.about-area-two .about-img .about-list ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

.about-area-two .about-img .about-list ul li:last-child {
	margin-bottom: 0;
}

.about-area-two .about-img .about-list ul li i {
	position: absolute;
	top: 2px;
	left: 0;
	color: #ffffff;
	width: 20px;
	height: 20px;
	background-color: #333333;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	border-radius: 50%;
}
.Group-Companies {
	background-color: #fafafa;
}
.Group-Companies .p-2 {
	padding: .5rem!important;
	width: 20%;
	max-width: 20%;
	flex: 20%;
}
.Group-Companies .p-2 .single-offer {
	text-align: center;
	padding: 20px;
	background-color: #f5f5f5;
	margin-bottom: 0px;
}
.Group-Companies .p-2 .single-offer a h3 {
	font-size: 18px;
	line-height: 28px;
}
.Group-Companies .single-offer {
	text-align: center;
	padding: 40px 30px;
	background-color: #f5f5f5;
	margin-bottom: 0px;
}
.Group-Companies .single-offer:hover {
	z-index: 1;
	position: relative;
	background-color: #fafafa;
}
.Group-Companies .single-offer a {
	text-decoration: none;
}
.Group-Companies .single-offer a img {
	display: block;
	margin: 0 auto;
}
.Group-Companies .single-offer a h3 {
	margin-bottom: 15px;
	margin-top: 30px;
	color: #003864;
	font-weight: 500;
	font-size: 23px;
	line-height: 32px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.Group-Companies .single-offer a p {
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: 400;
	color: #404040;
	letter-spacing: 0.07px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.Group-Companies .carousel-control-prev-icon {
	background-image: url(../images/left-arrow.png);
}
.Group-Companies .carousel-control-next-icon {
	background-image: url(../images/right-arrow.png);
}
.Manufacturing-Units {
	/*background-color: #fafafa;*/
}

/*
Counter Area Two Style
======================================================*/
.counter-area-two {
	background-image: url(../images/counter-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	position: relative;
	z-index: 1;
}

.counter-area-two::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #062b47;
	opacity: 0.8;
	z-index: -1;
}

/*
Service Area Two Style
======================================================*/
.service-area-two .single-service .service-heading {
	background-color: #333333;
	position: absolute;
	bottom: 0 !important;
	left: 0;
	right: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	margin-left: 0;
}

/*
Brand Area Two Style
======================================================*/
.brand-area-two {
	background-color: #fafafa;
}

.left_right_arrow .owl-nav.disabled {
	display: none !important;
}

.brand-area-two .brand-item {
	background-color: transparent;
	position: relative;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.brand-area-two .brand-item .brand-overly {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background-color: rgba(0, 0, 0, 0.5);
	padding-top: 46px;
	color:#ffffff;
}

.brand-area-two .brand-item:hover .brand-overly {
	top:0;
}

/*
Team Area Two Style
======================================================*/
.single-team {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.single-team:before {
	content: "";
	position: absolute;
	left: 170%;
	z-index: 1;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.2);
	-webkit-transform: skewX(45deg);
	transform: skewX(45deg);
	-webkit-transition: 0.8s;
	transition: 0.8s;
}

.single-team img {
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: 1s;
	transition: 1s;
}

.single-team .team-content {
	position: absolute;
	background: #0283dd;
	width: 100%;
	bottom: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: perspective(300px) rotateX(90deg);
	transform: perspective(300px) rotateX(90deg);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	text-align: center;
	padding: 10px;
}

.single-team .team-content h3 {
	margin: 0;
	color: #ffffff;
}

.single-team .team-content span {
	color: #ffffff;
	font-size: 13px;
}

.single-team ul {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-team ul li {
	background: #0283dd;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-bottom: 1px solid #19345a;
	-webkit-transform: perspective(1000px) rotateY(90deg);
	transform: perspective(1000px) rotateY(90deg);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform-origin: left;
	transform-origin: left;
}

.single-team ul li:hover {
	background-color: #333333;
}

.single-team ul li a {
	color: #ffffff;
}

.single-team ul li:nth-child(1) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.single-team ul li:nth-child(2) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.single-team ul li:nth-child(3) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

.single-team ul li:nth-child(4) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.single-team:hover:before {
	left: -170%;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.single-team:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.single-team:hover .team-content {
	-webkit-transform: perspective(300px) rotateX(0deg);
	transform: perspective(300px) rotateX(0deg);
}

.single-team:hover ul li {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

/*
Track Area Two Style
======================================================*/
.track-area-two {
	background-image: url(../images/tracking-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	z-index: 1;
}

.track-area-two::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0283dd;
	opacity: 0.5;
}

/*
Office Map Area Two Style
======================================================*/
.office-map-area-two .container .map-location {
	top: -385px;
}

.validation-danger {
	color: #ffffff !important;
}

.validation-success {
	color: #28a745 !important;
}

.subscribe-area {
}

/*
inoxindia Slider Area Two Style
======================================================*/
.inoxindia-slider-area-two .inoxindia-slider-text {
	max-width: 800px;
	text-align: left;
}

/*====================================================
HOME PAGE THREE STYLE
======================================================*/
/*
Header Style Three
======================================================*/
.header-style-three .header-left-content img {
	width: auto;
	padding: 10px 0px;
}

.header-style-three .flag-wrap {
	top: -3px;
	z-index: 10;
}

.header-style-three .header-left-content a {
	position: relative;
	z-index: 1;
}

.header-style-three .header-left-content a::before {
	position: absolute;
	top: -15px;
	left: 0;
	width: 100%;
	height: auto;
	background: none;
	content: "";
	z-index: -1;
}

.header-style-three .header-right-content ul li {
	top: -5px;
}

.header-style-three .header-right-content .get-quote .default-btn {
	padding: 10px 20px;
	position: relative;
	top: 3px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
}

.header-style-three .header-right-content .get-quote .default-btn:hover {
	color: #333333;
}

.header-style-three .header-right-content .get-quote .default-btn::before {
	border-top: 10px solid transparent;
	border-left: 10px solid #ffffff;
	border-bottom: 10px solid transparent;
	top: 8px;
}

.header-style-three .header-right-content .get-quote .default-btn.active:hover::before {
	border-top: 10px solid transparent;
	border-left: 10px solid #333333;
	border-bottom: 10px solid transparent;
	left: -1px;
}

/*
Navbar Area Three Style 
======================================================*/
.inoxindia-nav-style-three .navbar-area .main-nav {
	background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
	background: #ffffff 0% 0% no-repeat padding-box;
	opacity: 1;
}

.inoxindia-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item a {
	color: #ffffff;
	position: relative;
}

.inoxindia-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item a:before {
	content: "";
	position: absolute;
	top: -55px;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #ffffff;
	right: 0;
	margin: auto;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	display: none;
}

.inoxindia-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
	color: #ffffff;
}

.inoxindia-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item a:hover:before {
	top: -30px;
}

.inoxindia-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
	color: #ffffff;
}

.inoxindia-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item a.active:before {
	top: -30px;
}

.inoxindia-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
	display: none;
}

.inoxindia-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item:hover a {
	color: #ffffff;
}

.inoxindia-nav-style-three .navbar-area .main-nav nav .navbar-nav .nav-item:hover a:before {
	top: -30px;
}

.inoxindia-nav-style-three .others-option .search-wrap a {
	color: ##404040;
	position: relative;
}

/*.inoxindia-nav-style-three .others-option .search-wrap a:before {
content: "";
position: absolute;
top: -72px;
left: 0;
width: 2px;
height: 100%;
background-color: #ffffff;
right: 0;
margin: auto;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}*/

.inoxindia-nav-style-three .others-option .search-wrap a:hover {
	color: #404040;
}

.inoxindia-nav-style-three .others-option .search-wrap a:hover:before {
	top: -35px;
}

.inoxindia-nav-style-three .others-option .sidebar-menu i {
	color: #ffffff;
	position: relative;
}

.inoxindia-nav-style-three .others-option .sidebar-menu i:after {
	content: "";
	position: absolute;
	top: -72px;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #ffffff;
	right: 0;
	margin: auto;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.inoxindia-nav-style-three .others-option .sidebar-menu i:hover {
	color: #ffffff;
}

.inoxindia-nav-style-three .others-option .sidebar-menu i:hover:after {
	top: -35px;
}

/*
inoxindia Slider Area Three Style 
======================================================*/
.inoxindia-slider-area-three .inoxindia-slider-text {
	text-align: center;
	float: none;
	max-width: 100%;
	position: relative;
}

.inoxindia-slider-area-three .inoxindia-slider-text::before {
	content: "";
	position: absolute;
	top: -40px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: auto;
	background: none;
}

.inoxindia-slider-area-three .inoxindia-slider-text::after {
	content: "";
	position: absolute;
	top: -40px;
	left: 0px;
	right: 0px;
	height: auto;
	width: 100%;
	background: none;
}

.inoxindia-slider-area-three .owl-item.active .inoxindia-slider-text::before {
	-webkit-animation: 2s 0.2s fadeInDownBig both;
	animation: 2s 0.2s fadeInDownBig both;
}

.inoxindia-slider-area-three .owl-item.active .inoxindia-slider-text::after {
	-webkit-animation: 1s 0.1s fadeInUpBig both;
	animation: 1s 0.1s fadeInUpBig both;
}

.choose-us-area.markets-we-serve .banner-btn {
	background: none;
	box-shadow: none;
	border: 0.75px solid #003864;
	opacity: 1;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.07px;
	color: #003864;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 18px;
	margin: 0 auto;
	display: block;
	margin-top: 0px;
	width: 200px;
}

.choose-us-area.markets-we-serve .banner-btn:hover {
	background: #003864;
	box-shadow: none;
	border: 0.75px solid #003864;
	opacity: 1;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.07px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 18px;
	margin: 0 auto;
	display: block;
	margin-top: 0px;
	width: 200px;
}

/*
About Area Three Style 
======================================================*/
.about-area-three .about-content {
	margin-right: auto !important;
	margin-left: unset;
}

.about-area-three .about-img {
	position: relative;
}

.about-area-three .about-img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 200px;
	width: 200px;
	height: 100%;
	background-color: rgba(255, 55, 0, 0.5);
}

.about-area-three .about-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	background-color: rgba(0, 55, 130, 0.8);
}

.about-area-three .video-btn {
	background-color: #333333;
	margin-left: 30px;
}

.about-area-three .video-btn::before {
	background-color: #333333;
}

.about-area-three .video-btn::after {
	background-color: #333333;
}

.about-area-three .video-btn i {
	color: #ffffff;
}

/*
Track Area Three Style 
======================================================*/
.track-area-three {
	position: relative;
}

.track-area-three::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background-color: #ffffff;
}

/*
Choose Us Three Style 
======================================================*/
.choose-us-area-three .choose-main-wrap {
	background: var(--unnamed-color-f5f5f5) 0% 0% no-repeat padding-box;
	background: #f5f5f5 0% 0% no-repeat padding-box;
	opacity: 0.9;
	width: 780px;
	text-align: center;
	margin: 0 auto;
}

.choose-us-area-three .choose-main-wrap .choose-tab-wrap {
	max-width: 100%;
	margin-left: auto;
	padding: 60px 60px 30px 60px;
}

.choose-us-area-three .choose-main-wrap .choose-tab-wrap .banner-btn {
	background: none;
	box-shadow: none;
	border: 0.75px solid #003864;
	opacity: 1;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0.07px;
	color: #003864;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 18px;
}

.choose-us-area-three .choose-main-wrap .choose-tab-wrap .banner-btn:hover {
	background: #003864;
	box-shadow: none;
	border: 0.75px solid #003864;
	opacity: 1;
	text-align: left;
	text-decoration: none;
	letter-spacing: 0.07px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 18px;
}

/*
Markets We Serve
======================================================*/
.choose-us-area.markets-we-serve {
	width: 100%;
	background-color: #f5f5f5;
	background-image: none;
}

.choose-us-area.Corporator-Video {
	background: none;
}

.choose-us-area.Corporator-Video .embed-responsive {
	margin-top: 0;
	margin-bottom: 30px;
}
.Corporator-Video-slider .carousel-control-prev-icon {
	background-image: url(../images/left-arrow.png);
}
.Corporator-Video-slider .carousel-control-next-icon {
	background-image: url(../images/right-arrow.png);
}
.choose-us-area.Latest-News-and-Events .card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 0;
}

.choose-us-area.Latest-News-and-Events .card-body p {
	color: #ffffff;
}

.choose-us-area.Latest-News-and-Events img {
	width: 100%;
	height: 250px;
}

.choose-us-area.Latest-News-and-Events .text-overlay {
	width: 100%;
	margin: 59% 0;
	position: absolute;
	z-index: 1;
	font-size: 17px;
	left: 17px;
	font-weight: 700;
}

.choose-us-area.Latest-News-and-Events .text-overlay.two {
	width: 100%;
	margin: 86% 0;
	position: absolute;
	z-index: 1;
	font-size: 17px;
	left: 17px;
	font-weight: 700;
}

.choose-us-area.Latest-News-and-Events .card {
	margin-bottom: 30px;
}

#carousel-example-2 .carousel-control-prev-icon {
	background-image: url(../images/left-arrow.png);
}

#carousel-example-2 .carousel-control-next-icon {
	background-image: url(../images/right-arrow.png);
}

.choose-us-area.Latest-News-and-Events .card .c-title a p {
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin: 0;
	padding: 20px;
}

.choose-us-area.Latest-News-and-Events .card small {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
}

.choose-us-area.Latest-News-and-Events .card .list-inline-item:not(:last-child) {
	margin-right: 3.5rem;
}

.choose-us-area.markets-we-serve .choose-tab-wrap h2 {
	margin-bottom: 15px;
	font-size: 40px;
	font-weight: 400;
	color: #005296;
}

.choose-us-area.markets-we-serve .choose-tab-wrap p {
	color: #404040;
}

.choose-us-area.markets-we-serve .choose-tab-wrap .choose-tab .tabs {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 33px;
}

.choose-us-area.markets-we-serve .choose-tab-wrap .choose-tab .tabs li {
	padding: 0;
	margin-right: 30px;
	padding-bottom: 10px;
}

.choose-us-area.markets-we-serve .choose-tab-wrap .choose-tab .tabs li a {
	padding-left: 0 !important;
}

.choose-us-area.markets-we-serve .choose-tab-wrap .choose-tab .default-btn {
	width: unset !important;
	margin-top: 20px;
}

.choose-us-area.markets-we-serve .choose-main-wrap .choose-tab-wrap {
	max-width: 100%;
	margin-left: auto;
	padding: 0px 105px;
}

.choose-us-area.markets-we-serve .choose-main-wrap {
	background: none;
	background: none;
	opacity: 0.9;
	width: 780px;
	text-align: center;
	margin: 0 auto;
}

.choose-us-area.markets-we-serve .choose-main-wrap .choose-tab-wrap .banner-btn {
	background: none;
	box-shadow: none;
	border: none;
	opacity: 1;
	text-align: left;
	text-decoration: underline;
	letter-spacing: 0.07px;
	color: #404040;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
}

.choose-us-area.markets-we-serve .choose-main-wrap .choose-tab-wrap .banner-btn:hover {
	background: none;
	box-shadow: none;
	border: none;
	opacity: 1;
	text-align: left;
	text-decoration: underline;
	letter-spacing: 0.07px;
	color: #404040;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
}

.choose-us-area.markets-we-serve .choose-tab-wrap .tab .tabs_item {
	padding: 0 !important;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.choose-us-area.markets-we-serve .choose-img {
	background-image: url(../images/choose-img.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.choose-us-area.markets-we-serve .choose-img.choose-img-four {
	background-image: url(../images/choose-img-four.jpg);
}

.choose-us-area.markets-we-serve .single-blog {
	/*  -webkit-transition: all 0.5s;
	transition: all 0.5s;*/
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	margin-top: 0;
}

.choose-us-area.markets-we-serve.sixbox .single-blog {
	/*  -webkit-transition: all 0.5s;
	transition: all 0.5s;*/
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	margin-top: 0;
	width: 350px;
}

.choose-us-area.markets-we-serve .single-blog img {
	border-radius: 0px;
	/*  -webkit-transition: all 1s;
	transition: all 1s;*/
}

.choose-us-area.markets-we-serve .single-blog .blog-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: none;
	padding: 25px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	border-radius: 0px;
	bottom: 10px;
	left: 0;
	right: 0;
}

.choose-us-area.markets-we-serve .single-blog .blog-content h5 {
	text-align: left;
	letter-spacing: 0px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 17px;
}

.choose-us-area.markets-we-serve .single-blog .blog-content .read-more {
	line-height: 1;
	font-weight: 500;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	display: block;
	font-size: 14px;
	text-align: left;
	text-decoration: underline;
	letter-spacing: 0.07px;
	color: #ffffff;
}

.choose-us-area.markets-we-serve .single-blog .image {
	position: relative;
}
.choose-us-area.markets-we-serve .single-blog .image img {
	width: 100%;
	vertical-align: top;
}
.choose-us-area.markets-we-serve .single-blog .image:after {
	content: "\A";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.choose-us-area.markets-we-serve .single-blog span {
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: #333333;
	padding: 8px 10px;
	line-height: 1;
	font-size: 12px;
	color: #ffffff;
	border-radius: 4px;
}

/*
Began Three Style 
======================================================*/
.began-area-three {
	/*  background-image: url(../images/began-main-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;*/
	height: 100%;
	background-color: #f5f5f5;
	/*  position: relative;
	z-index: 1;*/
}

.began-area-three::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	opacity: 0.9;
	z-index: -1;
}

.began-area-three::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #f5f5f5;
	z-index: -1;
}

.began-area-three .section-title span {
	color: #404040;
	text-align: center;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}

.began-area-three .section-title h2 {
	font-size: 40px;
	position: relative;
	display: block;
	font-weight: 400;
	color: #005296;
}

.began-area-three .section-title h2::before {
	background-color: #ffffff;
}

.began-area-three .section-title h2::after {
	background-color: #0283dd;
}

.began-area-three .section-title p {
	color: #ffffff;
}

.began-area-three .began-top-wrap::before {
	display: none;
}

.began-area-three .began-wrap {
	margin: 0;
}

.began-area-three .began-wrap .single-began {
	padding: 45px;
}

.began-area-three .began-img {
	background-image: url(../images/began-img.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

/*
testimonials Area Three Style 
======================================================*/
.testimonials-content-three {
	background-color: #f5f5f5;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 70px 140px;
	margin: 0 auto;
	width: 738px;
	height: 500px;
}

.testimonials-content-three .testimonials-top-content {
	position: relative;
	/*padding-left: 80px;*/
	margin-bottom: 30px;
}

.testimonials-content-three .testimonials-top-content h3 {
	text-align: center;
	letter-spacing: 0.07px;
	color: #262525;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}

.testimonials-content-three .testimonials-top-content span {
	display: block;
	text-align: center;
	letter-spacing: 0.07px;
	color: #262525;
	font-size: 15px;
	font-weight: 400;
}

.testimonials-content-three .testimonials-top-content img {
	width: unset !important;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -8px;
}

.testimonials-content-three p {
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: 0.07px;
	color: #404040;
	font-size: 15px;
	font-weight: 400;
}

.testimonials-content-three ul li {
	display: inline-block;
}

.testimonials-content-three ul li i {
	color: #ff9e21;
}

.testimonials-three .carousel {
	position: relative;
	margin: 0 auto;
	z-index: 9999;
}

.testimonials-three .carousel .carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 5%;
	color: #fff;
	text-align: center;
	opacity: 1;
}

.testimonials-three .carousel .carousel-control-prev {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 5%;
	color: #fff;
	text-align: center;
	opacity: 1;
}

.testimonials-three .carousel .carousel-control-next-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
}

.testimonials-three .carousel .carousel-control-prev-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
}

.testimonials-three .owl-next span {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-size: 80px;
	border-radius: 4px;
}

.testimonials-three .owl-prev span {
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-size: 80px;
	border-radius: 4px;
}

.testimonials-three .owl-theme .owl-nav [class*="owl-"]:hover {
	background: none;
	color: #fff;
	text-decoration: none;
}

.testimonials-three .owl-theme .owl-nav {
	margin-top: 0px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 270px;
}

.testimonials-three .owl-carousel .owl-nav button.owl-prev {
	float: left;
	margin-left: 150px;
}

.testimonials-three .owl-carousel .owl-nav button.owl-next {
	float: right;
	margin-right: 150px;
}

.testimonials-three .owl-theme .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
}

.testimonials-three .owl-theme .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	margin: 0px 7px;
	background: none;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 0.2s ease;
	border-radius: 30px;
	border: 1px solid #404040;
}

.testimonials-three .owl-theme .owl-dots .owl-dot.active span {
	background: #404040;
	width: 12px;
	height: 12px;
	border: 0px;
}

/*
Tracking Number Area Three Style 
======================================================*/
.tracking-number-area-three .section-title span {
	color: #ffffff;
}

.tracking-number-area-three .section-title h2 {
	color: #ffffff;
}

.tracking-number-area-three .section-title h2::before {
	background-color: #ffffff;
}

.tracking-number-area-three .section-title h2::after {
	background-color: #0283dd;
}

.tracking-number-area-three .tracking-body {
	max-width: 600px;
	margin: auto;
}

/*
Blog Area Three Style 
======================================================*/
.blog-area-three .single-blog {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.blog-area-three .blog-content {
	margin: 0;
	border-radius: 0 0 4px 4px;
	padding: 30px;
}

/*
Footer Top Area Three Style 
======================================================*/
.footer_bg {
	/*background-image: url('../images/Inxo_X_design_footer.png');
	background-repeat: no-repeat;
    background-size: cover;
	background-position: 0;*/
	position: relative;
}

.footer_bg:before{
	position: absolute;
	content:" ";
	top:0;
	left:0;
	width:100%;
	height:367px;
	z-index:0;
	background-image: url('../images/Inxo_X_design_footer.png');
	background-repeat: no-repeat;
    background-size: cover;
	background-position: 0;
	display: block;
}

.footer-top-area-three {
	background-color: #003864;
	border: none !important;
	border-top: none !important;
	border-bottom: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.footer-top-area-three .single-widget h3 {
	color: #ffffff;
}

.footer-top-area-three .single-widget p {
	color: #ffffff;
}

.footer-top-area-three .single-widget ul li {
	/*border-bottom: 1px dashed #c8c8c8;*/
}

.footer-top-area-three .single-widget ul.footer-link li {
	display: inline-block;
	margin-right: 40px;
}

.footer-top-area-three .single-widget ul li::before {
	display: none;
}

.footer-top-area-three .single-widget ul li a {
	color: #ffffff;
}

.footer-top-area-three .single-widget ul li a:hover {
	color: #dddddd;
}

.footer-top-area-three h3.text-white {
	text-align: left;
	letter-spacing: 0.09px;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 30px 0;
}

.footer-top-area-three a.text-white {
	text-align: left;
	letter-spacing: 0.09px;
	font-size: 15px;
	font-weight: 400;
}

.footer-bottom-area hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.74);
}

/*
Subscribe Area Three Style 
======================================================*/
.subscribe-area-three {
	position: relative;
	z-index: 0;
}

.subscribe-area-three::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

.subscribe-area-three .subscribe-wrap {
	margin: auto;
	padding: 0;
}

.subscribe-area-three h2 {
	color: #ffffff;
	font-weight: 400;
	font-size: 15px;
	margin: 0 0 20px 0;
}

.subscribe-area-three .tracking-body .tracking-wrap .input-tracking {
	background: none;
	color: #ffffff;
	border: none;
	float: left;
	outline: none;
}

.subscribe-area .btnarrow {
	float: right;
	font-size: 41px;
	height: 35px;
	width: 37px;
	padding: 0;
}

.subscribe-area .btnarrow .bx {
	color: #003864;
	float: right;
}

.tracking-wrap.newsletter-form {
	width: 235px;
	border: 0.75px solid #ffffff;
	float: left;
}

.subscribe-area-three .validation-danger {
	color: #333333 !important;
}

/*
Testimonials Area Three Style 
======================================================*/
.testimonials-three {
	position: relative;
	z-index: 1;
	background-image: url(../images/INOXCVA-testimonial-banner01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}
.testimonials-three:after {
	content: "\A";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 56, 100, 0.7);
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.testimonials-three .section-title span {
	color: #404040;
	text-align: center;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}
.testimonials-three .section-title h2 {
	font-size: 40px;
	position: relative;
	display: block;
	font-weight: 400;
	color: #005296;
}

/*====================================================
HOME PAGE FOUR STYLE
======================================================*/
/*
Top Header Area Style
======================================================*/
.header-style-four {
	background-color: rgba(27, 27, 27, 0.5);
	padding: 10px 0;
}

.header-style-four .header-left-content ul li {
	display: inline-block;
	font-size: 14px;
}

.header-style-four .header-left-content ul li a {
	color: #ffffff;
	position: relative;
	line-height: 1;
	padding-right: 20px;
}

.header-style-four .header-left-content ul li a:hover {
	color: #333333;
}

.header-style-four .header-left-content ul li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: -11px;
	width: 1px;
	height: 100%;
	background-color: #ffffff;
}

.header-style-four .header-left-content ul li a i {
	color: #333333;
	position: relative;
	top: 2px;
	display: inline-block;
	margin-right: 2px;
}

.header-style-four .header-left-content ul li:first-child a::before {
	display: none;
}

.header-style-four .header-right-content {
	float: right;
}

.header-style-four .header-right-content .additional-link {
	display: inline-block;
}

.header-style-four .header-right-content .additional-link li {
	display: inline-block;
	font-size: 14px;
}

.header-style-four .header-right-content .additional-link li a {
	color: #ffffff;
	position: relative;
	line-height: 1;
	padding-right: 20px;
}

.header-style-four .header-right-content .additional-link li a:hover {
	color: #333333;
}

.header-style-four .header-right-content .additional-link li a::before {
	content: "";
	position: absolute;
	top: 0;
	left: -11px;
	width: 1px;
	height: 100%;
	background-color: #ffffff;
}

.header-style-four .header-right-content .additional-link li:first-child a::before {
	display: none;
}

.header-style-four .social-links {
	display: inline-block;
}

.header-style-four .social-links li {
	display: inline-block;
	padding: 0 5px;
}

.header-style-four .social-links li:last-child {
	padding: 0;
}

.header-style-four .social-links li a {
	font-size: 15px;
	color: #ffffff;
}

.header-style-four .social-links li a:hover {
	color: #333333;
}

/*
Navbar Area Four Style
======================================================*/
.inoxindia-nav-style-four .navbar-area .navbar-brand {
	display: block;
}

.inoxindia-nav-style-four .navbar-area .main-nav {
	background-color: transparent;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.inoxindia-nav-style-four .navbar-area .main-nav nav .navbar-nav .nav-item a {
	color: #ffffff;
	position: relative;
}

.inoxindia-nav-style-four .navbar-area .main-nav nav .navbar-nav .nav-item a:before {
	content: "";
	position: absolute;
	top: -55px;
	left: 0;
	width: 2px;
	height: 90%;
	background-color: #ffffff;
	right: 0;
	margin: auto;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}

.inoxindia-nav-style-four .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
	color: #ffffff;
}

.inoxindia-nav-style-four .navbar-area .main-nav nav .navbar-nav .nav-item a:hover:before {
	top: -23px;
	opacity: 1;
}

.inoxindia-nav-style-four .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
	color: #ffffff;
}

.inoxindia-nav-style-four .navbar-area .main-nav nav .navbar-nav .nav-item a.active:before {
	top: -23px;
	opacity: 1;
}

.inoxindia-nav-style-four .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
	display: none;
}

.inoxindia-nav-style-four .navbar-area .main-nav nav .navbar-nav .nav-item:hover a {
	color: #ffffff;
}

.inoxindia-nav-style-four .navbar-area .main-nav nav .navbar-nav .nav-item:hover a:before {
	top: -23px;
}

.inoxindia-nav-style-four .others-option .search-wrap a {
	color: #ffffff;
	position: relative;
}

.inoxindia-nav-style-four .others-option .search-wrap a:before {
	content: "";
	position: absolute;
	top: -55px;
	left: 0;
	width: 2px;
	height: 80%;
	background-color: #ffffff;
	right: 0;
	margin: auto;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}

.inoxindia-nav-style-four .others-option .search-wrap a:hover {
	color: #ffffff;
}

.inoxindia-nav-style-four .others-option .search-wrap a:hover:before {
	top: -26px;
	opacity: 1;
}

.inoxindia-nav-style-four .others-option .sidebar-menu i {
	color: #ffffff;
	position: relative;
}

.inoxindia-nav-style-four .others-option .sidebar-menu i:after {
	content: "";
	position: absolute;
	top: -55px;
	left: 0;
	width: 2px;
	height: 60%;
	background-color: #ffffff;
	right: 0;
	margin: auto;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}

.inoxindia-nav-style-four .others-option .sidebar-menu i:hover {
	color: #ffffff;
}

.inoxindia-nav-style-four .others-option .sidebar-menu i:hover:after {
	top: -19px;
	opacity: 1;
}

/*
inoxindia Slider Area Four Style
======================================================*/
.inoxindia-slider-area-four .inoxindia-slider-item {
	height: 100%;
	padding-top: 350px;
	padding-bottom: 200px;
	position: relative;
	z-index: 1;
}

.inoxindia-slider-area-four .inoxindia-slider-item .inoxindia-slider-text {
	text-align: left;
	max-width: 750px;
}

.inoxindia-slider-area-four .inoxindia-slider-item .inoxindia-slider-text .video-btn {
	margin-bottom: 20px;
}

.inoxindia-slider-area-four .owl-prev i {
	background-color: transparent !important;
	border-radius: 50%;
	border: 1px solid #ffffff;
}

.inoxindia-slider-area-four .owl-prev i:hover {
	border-color: #333333;
}

.inoxindia-slider-area-four .owl-next i {
	background-color: transparent !important;
	border-radius: 50%;
	border: 1px solid #ffffff;
}

.inoxindia-slider-area-four .owl-next i:hover {
	border-color: #333333;
}

/*
Tracking Area Four Style
======================================================*/
.tracking-number-area-four {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.tracking-number-area-four .tracking-wrap {
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

/*
About Area Four Style 
======================================================*/
.about-area-four {
	position: relative;
	z-index: 1;
}

.about-area-four .about-history {
	position: absolute;
	bottom: 0;
}

.about-area-four .about-history .about-details {
	position: relative;
	background-color: #333333;
	padding-left: 100px;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 320px;
	padding-right: 30px;
}

.about-area-four .about-history .about-details i {
	font-size: 50px;
	color: #ffffff;
	position: absolute;
	top: 15px;
	left: 30px;
}

.about-area-four .about-history .about-details span {
	font-size: 50px;
	color: #ffffff;
	line-height: 1;
	display: block;
	margin-bottom: 10px;
}

.about-area-four .about-history .about-details p {
	font-size: 18px;
	color: #ffffff;
	line-height: 1;
}

.about-area-four .video-btn {
	background-color: #333333;
	margin-left: 30px;
}

.about-area-four .video-btn::before {
	background-color: #333333;
}

.about-area-four .video-btn::after {
	background-color: #333333;
}

.about-area-four .video-btn i {
	color: #ffffff;
}

/*
Counter Area Four Style
======================================================*/
.counter-area-four {
	background-image: url(../../assets/img/counter-bg-four.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
	z-index: 1;
}

.counter-area-four::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #0283dd;
	opacity: 0.9;
	z-index: -1;
}

.counter-area-four::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background-color: #ffffff;
	z-index: -1;
}

/*
What Offer Area Four Style
======================================================*/
.what-offer-area-four .single-offer {
	border-right: none;
}

.what-offer-area-four .single-offer p {
	margin-bottom: 0;
}

.what-offer-area-four .col-lg-6:nth-child(2) .single-offer {
	margin-top: 30px;
}

.what-offer-area-four .col-lg-6:nth-child(3) .single-offer {
	margin-top: -30px;
}

.what-offer-area-four .what-offer-content span {
	text-transform: uppercase;
	color: #333333;
	font-size: 13px;
	display: block;
	margin-top: -8px;
	margin-bottom: 10px;
}

.what-offer-area-four .what-offer-content h2 {
	font-size: 40px;
	margin-bottom: 40px;
	position: relative;
}

.what-offer-area-four .what-offer-content h2::before {
	position: absolute;
	bottom: -22px;
	left: 0;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #333333;
}

.what-offer-area-four .what-offer-content h2::after {
	position: absolute;
	bottom: -22px;
	left: 0;
	content: "";
	width: 5px;
	height: 2px;
	background-color: #ffffff;
	-webkit-animation: moveLeftBounces 10s linear infinite;
	animation: moveLeftBounces 10s linear infinite;
}

.what-offer-area-four .what-offer-content h2:last-child {
	margin-bottom: 0;
}

.what-offer-area-four .what-offer-content p {
	margin-bottom: 25px;
}

.what-offer-area-four .what-offer-content ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

.what-offer-area-four .what-offer-content ul li:last-child {
	margin-bottom: 0;
}

.what-offer-area-four .what-offer-content ul li i {
	position: absolute;
	top: 2px;
	left: 0;
	color: #ffffff;
	width: 20px;
	height: 20px;
	background-color: #333333;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	border-radius: 50%;
}

/*
Our Project Area Style
======================================================*/
.single-project {
	position: relative;
	overflow: hidden;
}

.single-project .project-content {
	position: absolute;
	top: 0;
	left: 420px;
	width: 100%;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #333333;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.single-project .project-content h3 {
	color: #ffffff;
}

.single-project .project-content p {
	color: #ffffff;
	font-size: 14px;
}

.single-project .project-content .project-content-wrap {
	padding: 30px;
}

.single-project:hover .project-content {
	left: 0;
}

/*
Our Project Area Style
======================================================*/
.began-area-four {
	overflow: hidden;
}

.began-area-four .begans-bg {
	background-image: url(../../assets/img/products-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.began-area-four .began-wrap {
	width: 715px;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding-top: 100px;
	padding-bottom: 100px;
}

.began-area-four .began-wrap h2 {
	color: #ffffff;
	border-color: #19345a;
	padding-top: 0;
}

.began-area-four .began-wrap .single-began i {
	color: #74a9f6;
}

.began-area-four .began-wrap .single-began h3 {
	color: #ffffff;
}

.began-area-four .began-wrap .col-lg-4:nth-child(1) .single-began {
	border-right: 1px solid #19345a;
	border-bottom: 1px solid #19345a;
}

.began-area-four .began-wrap .col-lg-4:nth-child(2) .single-began {
	border-bottom: 1px solid #19345a;
	border-right: 1px solid #19345a;
}

.began-area-four .began-wrap .col-lg-4:nth-child(3) .single-began {
	border-bottom: 1px solid #19345a;
}

.began-area-four .began-wrap .col-lg-4:nth-child(4) .single-began {
	border-right: 1px solid #19345a;
}

.began-area-four .began-wrap .col-lg-4:nth-child(5) .single-began {
	border-right: 1px solid #19345a;
}

.began-area-four .began-top-wrap {
	background-image: unset;
	background-color: #0283dd;
}

/*
Subscribe Area Four Style
======================================================*/
.subscribe-area-four {
	background-color: transparent;
}

.subscribe-area-four::before {
	display: none;
}

/*
Footer Top Area Four Style
======================================================*/
.footer-top-area-four {
	background-color: #222629;
	position: relative;
	z-index: 1;
}

.footer-top-area-four .single-widget img {
	margin-bottom: 20px;
}

.footer-top-area-four .single-widget p {
	color: #d7d7d7;
}

.footer-top-area-four .single-widget .social-link li {
	padding-right: 3px;
	display: inline-block;
	border: none;
}

.footer-top-area-four .single-widget .social-link li::before {
	display: none;
}

.footer-top-area-four .single-widget .social-link li a i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #3867ad;
	border-radius: 4px;
	text-align: center;
	color: #ffffff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.footer-top-area-four .single-widget .social-link li a:hover i {
	background-color: #333333;
}

.footer-top-area-four .single-widget h3 {
	color: #ffffff;
}

.footer-top-area-four .single-widget ul li a {
	color: #d7d7d7;
}

.footer-top-area-four .single-widget ul li a:hover {
	color: #333333;
}

/*
Footer Bottom Area Four Style
======================================================*/
.footer-bottom-area-four {
	background-color: #313538;
}

.footer-bottom-area-four .single-widget-bottom ul li a {
	color: #d7d7d7;
}

.footer-bottom-area-four .single-widget-bottom ul li a:hover {
	color: #333333;
}

.footer-bottom-area-four .single-widget-bottom p {
	float: right;
	color: #d7d7d7;
}

/*====================================================
HOME PAGE FIVE STYLE
======================================================*/
/*
inoxindia Slider Area Five Style
======================================================*/
.inoxindia-slider-area-five {
	position: relative;
}

.inoxindia-slider-area-five .inoxindia-slider-item {
	height: 100%;
	padding-top: 100px;
	padding-bottom: 200px;
	position: relative;
	z-index: 1;
}

.inoxindia-slider-area-five .inoxindia-slider-item .inoxindia-slider-text {
	margin-top: 75px;
}

.inoxindia-slider-area-five .shape {
	position: absolute;
	bottom: -10px;
	z-index: 1;
}

/*
Counter Area Five Style
======================================================*/
.counter-area-five {
	position: relative;
	z-index: 1;
}

.counter-area-five .single-counter i {
	color: #333333;
}

.counter-area-five .single-counter h2 {
	color: #333333;
}

.counter-area-five .single-counter p {
	color: #0283dd;
}

/*
Counter Area Five Style
======================================================*/
.service-area-five {
	position: relative;
	z-index: 1;
}

.service-area-five .section-title span {
	color: #ffffff;
}

.service-area-five .section-title h2 {
	color: #ffffff;
}

.service-area-five .section-title h2::before {
	background-color: #ffffff;
}

.service-area-five .section-title h2::after {
	background-color: #0283dd;
}

.service-area-five .service-all p {
	color: #ffffff;
}

/*
Brand Area Five Style
======================================================*/
.brand-area-five {
	background-color: transparent;
}

.brand-area-five .brand-item {
	background-color: #333333;
}

/*
Fun Facts Area Five Style
======================================================*/
.fun-facts-area {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.fun-facts-area .facts-img {
	background-image: url(../../assets/img/fun-facts-img.jpg);
	height: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.fun-facts-area .fun-facts-content {
	margin-bottom: 50px;
}

.fun-facts-area .fun-facts-content span {
	text-transform: uppercase;
	color: #333333;
	font-size: 13px;
	font-weight: 600;
	display: block;
	margin-top: -8px;
	margin-bottom: 10px;
}

.fun-facts-area .fun-facts-content h2 {
	font-size: 40px;
	margin-bottom: 40px;
	position: relative;
}

.fun-facts-area .fun-facts-content h2::before {
	position: absolute;
	bottom: -25px;
	left: 0;
	content: "";
	width: 50px;
	height: 2px;
	background-color: #333333;
}

.fun-facts-area .fun-facts-content h2::after {
	position: absolute;
	bottom: -25px;
	left: 0;
	content: "";
	width: 5px;
	height: 2px;
	background-color: #ffffff;
	-webkit-animation: moveLeftBounces 10s linear infinite;
	animation: moveLeftBounces 10s linear infinite;
}

.fun-facts-area .fun-facts-content h2:last-child {
	margin-bottom: 0;
}

.fun-facts-area .fun-facts-content p {
	margin-bottom: 30px;
}

.fun-facts-area .skill-bar {
	margin-bottom: 30px;
}

.fun-facts-area .skill-bar .progress-title-holder {
	position: relative;
}

.fun-facts-area .skill-bar .progress-title {
	font-size: 16px;
	font-weight: 500;
}

.fun-facts-area .skill-bar .progress-number-wrapper {
	width: 100%;
	z-index: 10;
	font-size: 11px;
	line-height: 24px;
	height: 24px;
	letter-spacing: 0px;
	font-weight: 600;
	font-style: normal;
	text-transform: none;
	color: #ffffff;
}

.fun-facts-area .skill-bar .progress-number-mark {
	margin-bottom: 4px;
	border-radius: 3px;
	background-color: #333333;
	padding: 0 8px;
	position: absolute;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.fun-facts-area .skill-bar .down-arrow {
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #333333;
	position: absolute;
	left: 50%;
	top: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.fun-facts-area .skill-bar .progress-content-outter {
	height: 6px;
	background-color: #e4e4e4;
	border-radius: 4px;
}

.fun-facts-area .skill-bar .progress-content {
	height: 6px;
	background-color: #333333;
	border-radius: 4px;
	width: 0%;
}

.fun-facts-area .skill-bar-wrapper {
	margin-left: 30px;
	max-width: 510px;
}

.fun-facts-area .skill-bar-wrapper .section-title-left {
	margin-bottom: 50px;
}

/*
Tracking Number Area Five Style
======================================================*/
.tracking-number-area-five {
	background-color: #333333;
}

.tracking-number-area-five .tracking-content h2 {
	color: #ffffff;
}

/*
Blog Area Five Style
======================================================*/
.blog-area-five .single-blog .blog-content {
	border-radius: 0 0 4px 4px;
	margin: 0;
}

.blog-area-five .single-blog .blog-content.mb-13 {
	margin-bottom: 13px !important;
	position: relative;
	z-index: 1;
}

.blog-area-five .single-blog .blog-content.mb-13::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 100%;
	background-color: #333333;
	z-index: -1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.blog-area-five .single-blog .blog-content.mb-13:hover::before {
	width: 100%;
}

.blog-area-five .single-blog .blog-content.mb-13:hover ul li {
	color: #ffffff;
}

.blog-area-five .single-blog .blog-content.mb-13:hover ul li::before {
	background-color: #ffffff;
}

.blog-area-five .single-blog .blog-content.mb-13:hover ul li a {
	color: #ffffff;
}

.blog-area-five .single-blog .blog-content.mb-13:hover h3 a {
	color: #ffffff;
}

/*
Subscribe Area Five Style
======================================================*/
.subscribe-area-five::before {
	background-color: #222629;
}

/*
Lines Area Style
======================================================*/
.lines {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	margin: auto;
	width: 90vw;
	z-index: -1;
}

.lines .line {
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	background: rgba(255, 255, 255, 0.1);
	overflow: hidden;
}

.lines .line::after {
	content: "";
	display: block;
	position: absolute;
	height: 10px;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #ffffff;
	-webkit-animation: moveLeftBounces-one 20s linear infinite;
	animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line:nth-child(1) {
	margin-left: -25%;
}

.lines .line:nth-child(1)::after {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.lines .line:nth-child(3)::after {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.lines .line:nth-child(3) {
	margin-left: 25%;
}

.lines .line-two {
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	background: rgba(255, 255, 255, 0.1);
	overflow: hidden;
}

.lines .line-two::after {
	content: "";
	display: block;
	position: absolute;
	height: 10px;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #333333;
	-webkit-animation: moveLeftBounces-two 20s linear infinite;
	animation: moveLeftBounces-two 20s linear infinite;
}

.lines .line-two:nth-child(1) {
	margin-left: -25%;
}

.lines .line-two:nth-child(1)::after {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.lines .line-two:nth-child(3)::after {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.lines .line-two:nth-child(3) {
	margin-left: 25%;
}

.lines .line-three {
	position: absolute;
	width: 2px;
	height: 100%;
	top: 0;
	left: 50%;
	background: rgba(255, 255, 255, 0.1);
	overflow: hidden;
}

.lines .line-three::after {
	content: "";
	display: block;
	position: absolute;
	height: 10px;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #333333;
	-webkit-animation: moveLeftBounces-one 20s linear infinite;
	animation: moveLeftBounces-one 20s linear infinite;
}

.lines .line-three:nth-child(1) {
	margin-left: -25%;
}

.lines .line-three:nth-child(1)::after {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.lines .line-three:nth-child(3)::after {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.lines .line-three:nth-child(3) {
	margin-left: 25%;
}

@-webkit-keyframes moveLeftBounces-one {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes moveLeftBounces-one {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes moveLeftBounces-two {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(900px);
		transform: translateY(900px);
	}
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes moveLeftBounces-two {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(900px);
		transform: translateY(900px);
	}
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes moveLeftBounces-three {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes moveLeftBounces-three {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	50% {
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/*====================================================
INNER PAGE STYLE
======================================================*/
/* Page Title Area Style
=====================================================*/
.page-title-area {
	position: relative;
	z-index: 1;
	padding-top: 150px;
	padding-bottom: 150px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../images/1.jpg);
}

.page-title-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #000000;
	opacity: 0.6;
}

.page-title-area .page-title-content h2 {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
}

.page-title-area .page-title-content ul {
	padding-left: 0;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 0;
	float: right;
}

.page-title-area .page-title-content ul li {
	display: inline-block;
	position: relative;
	font-size: 15px;
	font-weight: 500;
	padding-right: 20px;
	color: #333333;
}

.page-title-area .page-title-content ul li::before {
	content: "";
	position: absolute;
	top: 12px;
	right: 5px;
	background-color: #ffffff;
	width: 5px;
	height: 5px;
	border-radius: 50%;
}

.page-title-area .page-title-content ul li:last-child::before {
	display: none;
}

.page-title-area .page-title-content ul li i {
	font-size: 20px;
	margin: 0 5px;
	position: relative;
	top: 5px;
}

.page-title-area .page-title-content ul li a {
	color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
	color: #333333;
}

/*
Blog Details Area Style
=====================================================*/
.blog-details-area {
	/*
	Sidebar Widget Area Style
	================================*/
}

.blog-details-area .blog-details-desc .article-image {
	position: relative;
}

.blog-details-area .blog-details-desc .article-content {
	margin-top: 30px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta {
	margin-bottom: -10px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li {
	position: relative;
	display: inline-block;
	color: #333333;
	margin-right: 21px;
	font-size: 14px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li span {
	display: inline-block;
	color: #333333;
	font-weight: 500;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li a {
	display: inline-block;
	color: #666666;
	font-size: 13px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li a:hover {
	color: #333333;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li i {
	color: #333333;
	margin-right: 2px;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li::before {
	content: "";
	position: absolute;
	top: 11px;
	right: -15px;
	width: 6px;
	height: 1px;
	background: #333333;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li:last-child {
	margin-right: 0;
}

.blog-details-area .blog-details-desc .article-content .entry-meta ul li:last-child::before {
	display: none;
}

.blog-details-area .blog-details-desc .article-content h3 {
	margin-bottom: 13px;
	margin-top: 25px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 {
	padding-left: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333%;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	padding-right: 10px;
	padding-left: 10px;
}

.blog-details-area .blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
	margin-bottom: 0;
}

.blog-details-area .blog-details-desc .article-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
}

.blog-details-area .blog-details-desc .article-footer .article-tags {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.blog-details-area .blog-details-desc .article-footer .article-tags span {
	display: inline-block;
	color: #333333;
	font-size: 20px;
	margin-right: 5px;
	position: relative;
	top: 4px;
}

.blog-details-area .blog-details-desc .article-footer .article-tags a {
	display: inline-block;
	color: #666666;
	font-weight: 600;
}

.blog-details-area .blog-details-desc .article-footer .article-tags a:hover {
	color: #333333;
}

.blog-details-area .blog-details-desc .article-footer .article-share {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social {
	padding-left: 0;
	list-style-type: none;
	text-align: right;
	margin-bottom: 0;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li {
	display: inline-block;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li span {
	display: inline-block;
	margin-right: 2px;
	font-weight: 500;
	color: #666666;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li a {
	display: block;
	color: #ffffff;
	width: 32px;
	height: 32px;
	line-height: 33px;
	border-radius: 50%;
	background-color: #333333;
	text-align: center;
	font-size: 14px;
}

.blog-details-area .blog-details-desc .article-footer .article-share .social li a:hover {
	background-color: #0283dd;
}

.blog-details-area .blog-details-desc .post-navigation {
	margin-top: 30px;
}

.blog-details-area blockquote {
	overflow: hidden;
	background-color: #0283dd;
	padding: 50px !important;
	position: relative;
	text-align: center;
	z-index: 1;
	margin-bottom: 20px;
	margin-top: 20px;
}

.blog-details-area blockquote p {
	color: #ffffff;
	line-height: 1.6;
	margin-bottom: 0;
	font-style: italic;
	font-weight: 500;
	font-size: 17px !important;
}

.blog-details-area blockquote cite {
	display: none;
}

.blog-details-area blockquote::before {
	color: #333333;
	content: "\ed67";
	position: absolute;
	left: 50px;
	top: -50px;
	z-index: -1;
	font-family: "boxicons";
	font-size: 140px;
	font-weight: 900;
}

.blog-details-area blockquote::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #333333;
	margin-top: 20px;
	margin-bottom: 20px;
}

.blog-details-area .post-navigation {
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding-top: 20px;
	padding-bottom: 20px;
}

.blog-details-area .post-navigation .navigation-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.blog-details-area .post-navigation .navigation-links .nav-previous {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.blog-details-area .post-navigation .navigation-links .nav-previous a i {
	margin-right: 0;
	font-size: 20px;
	position: relative;
	top: 4px;
}

.blog-details-area .post-navigation .navigation-links .nav-next {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
}

.blog-details-area .post-navigation .navigation-links .nav-next a i {
	margin-left: 0;
	font-size: 20px;
	position: relative;
	top: 4px;
}

.blog-details-area .post-navigation .navigation-links div a {
	display: inline-block;
	font-weight: 600;
	color: #0283dd;
}

.blog-details-area .post-navigation .navigation-links div a:hover {
	color: #333333;
}

.blog-details-area .comments-area {
	padding: 25px;
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	background-color: #ffffff;
}

.blog-details-area .comments-area .comments-title {
	position: relative;
	margin-bottom: 30px;
	line-height: initial;
	font-size: 22px;
}

.blog-details-area .comments-area .comments-title::before {
	content: "";
	height: 25px;
	width: 3px;
	left: -25px;
	position: absolute;
	background: #333333;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-details-area .comments-area ol {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blog-details-area .comments-area ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blog-details-area .comments-area .comment-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blog-details-area .comments-area .children {
	margin-left: 40px;
}

.blog-details-area .comments-area .comment-body {
	border-bottom: 1px solid #eeeeee;
	padding-left: 65px;
	font-size: 14px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.blog-details-area .comments-area .comment-body .reply {
	margin-top: 15px;
}

.blog-details-area .comments-area .comment-body .reply a {
	border: 1px solid #ded9d9;
	color: #0283dd;
	display: inline-block;
	padding: 5px 20px;
	border-radius: 30px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	font-size: 13px;
	font-weight: 600;
}

.blog-details-area .comments-area .comment-body .reply a:hover {
	color: #ffffff;
	background-color: #333333;
	border-color: #333333;
}

.blog-details-area .comments-area .comment-meta {
	margin-bottom: 0.8em;
}

.blog-details-area .comments-area .comment-author {
	font-size: 16px;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.blog-details-area .comments-area .comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
	border-radius: 50%;
}

.blog-details-area .comments-area .comment-author .fn {
	font-weight: 600;
	color: #0283dd;
	font-size: 14px;
}

.blog-details-area .comments-area .comment-author .says {
	display: none;
}

.blog-details-area .comments-area .comment-metadata {
	color: #666666;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
}

.blog-details-area .comments-area .comment-metadata a {
	color: #666666;
	font-size: 11px;
}

.blog-details-area .comments-area .comment-metadata a:hover {
	color: #333333;
}

.blog-details-area .comments-area .comment-content p {
	font-size: 14px;
}

.blog-details-area .comments-area .comment-respond {
	margin-top: 30px;
}

.blog-details-area .comments-area .comment-respond .comment-reply-title {
	margin-bottom: 15px;
	position: relative;
	font-size: 22px;
}

.blog-details-area .comments-area .comment-respond .comment-reply-title::before {
	content: "";
	height: 25px;
	width: 3px;
	left: -25px;
	position: absolute;
	background: #333333;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-details-area .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
	display: inline-block;
}

.blog-details-area .comments-area .comment-respond .comment-form {
	overflow: hidden;
}

.blog-details-area .comments-area .comment-respond .comment-form-comment {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}

.blog-details-area .comments-area .comment-respond label {
	display: block;
	font-weight: 500;
	color: #0283dd;
	margin-bottom: 5px;
}

.blog-details-area .comments-area .comment-respond input[type="datetime-local"] {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="datetime-local"]:focus {
	border-color: #333333;
}

.blog-details-area .comments-area .comment-respond input[type="week"] {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="week"]:focus {
	border-color: #333333;
}

.blog-details-area .comments-area .comment-respond input[type="month"] {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="month"]:focus {
	border-color: #333333;
}

.blog-details-area .comments-area .comment-respond input[type="text"] {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="text"]:focus {
	border-color: #333333;
}

.blog-details-area .comments-area .comment-respond input[type="email"] {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="email"]:focus {
	border-color: #333333;
}

.blog-details-area .comments-area .comment-respond input[type="url"] {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="url"]:focus {
	border-color: #333333;
}

.blog-details-area .comments-area .comment-respond input[type="password"] {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="password"]:focus {
	border-color: #333333;
}

.blog-details-area .comments-area .comment-respond input[type="search"] {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="search"]:focus {
	border-color: #333333;
}

.blog-details-area .comments-area .comment-respond input[type="tel"] {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="tel"]:focus {
	border-color: #333333;
}

.blog-details-area .comments-area .comment-respond input[type="number"] {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond input[type="number"]:focus {
	border-color: #333333;
}

.blog-details-area .comments-area .comment-respond textarea {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #eeeeee;
	padding: 0.625em 0.7375em;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.blog-details-area .comments-area .comment-respond textarea:focus {
	border-color: #333333;
}

.blog-details-area .comments-area .comment-respond .comment-form-author {
	float: left;
	width: 50%;
	padding-right: 10px;
	margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-email {
	float: left;
	width: 50%;
	padding-left: 12px;
	margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-url {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent input {
	position: absolute;
	left: 0;
	top: 6px;
}

.blog-details-area .comments-area .comment-respond .comment-form-cookies-consent label {
	display: inline-block;
	margin: 0;
	color: #666666;
	font-weight: normal;
}

.blog-details-area .comments-area .comment-respond .form-submit {
	float: left;
	width: 100%;
}

.blog-details-area .comments-area .comment-respond .form-submit input {
	background: #333333;
	border: none;
	color: #ffffff;
	padding: 14px 30px 12px;
	display: inline-block;
	cursor: pointer;
	outline: 0;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-weight: 500;
	font-size: 14px;
}

.blog-details-area .comments-area .comment-respond .form-submit input:hover {
	color: #ffffff;
	background-color: #0283dd;
}

.blog-details-area .comments-area .comment-respond .form-submit input:focus {
	color: #ffffff;
	background-color: #333333;
}

.blog-details-area .widget-area .widget {
	margin-top: 35px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
}

.blog-details-area .widget-area .widget .post-wrap {
	padding: 20px;
}

.blog-details-area .widget-area .widget:first-child {
	margin-top: 0;
}

.blog-details-area .widget-area .widget .widget-title {
	text-transform: capitalize;
	position: relative;
	font-size: 20px;
	margin-bottom: 0;
	background-color: #0283dd;
	padding: 10px 20px;
	color: #ffffff;
	-webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	position: relative;
}

.blog-details-area .widget-area .widget .widget-title::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background-color: #333333;
}

.blog-details-area .widget-area .widget_search form {
	position: relative;
}

.blog-details-area .widget-area .widget_search form label {
	display: block;
	margin-bottom: 0;
}

.blog-details-area .widget-area .widget_search form .screen-reader-text {
	display: none;
}

.blog-details-area .widget-area .widget_search form .search-field {
	background-color: transparent;
	height: 50px;
	padding: 6px 15px;
	border: 1px solid #eeeeee;
	width: 100%;
	display: block;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.blog-details-area .widget-area .widget_search form .search-field:focus {
	border-color: #333333;
}

.blog-details-area .widget-area .widget_search form button {
	position: absolute;
	right: 0;
	outline: 0;
	bottom: 0;
	height: 50px;
	width: 50px;
	border: none;
	color: #ffffff;
	background-color: #333333;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
}

.blog-details-area .widget-area .widget_search form button:hover {
	background-color: #0283dd;
}

.blog-details-area .widget-area .widget-peru-posts-thumb {
	position: relative;
	overflow: hidden;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #efefef;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb {
	float: left;
	height: 80px;
	overflow: hidden;
	position: relative;
	width: 80px;
	margin-right: 15px;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	position: relative;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
	background-image: url(../images/1.jpg);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
	background-image: url(../images/2.jpg);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg3 {
	background-image: url(../images/3.jpg);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg4 {
	background-image: url(../images/4.jpg);
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info {
	overflow: hidden;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info span {
	display: block;
	color: #666666;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: 500;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title {
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 14px;
	font-weight: 600;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a {
	display: inline-block;
	color: #474c40;
}

.blog-details-area .widget-area .widget-peru-posts-thumb .item .info .title a:hover {
	color: #333333;
}

.blog-details-area .widget-area .widget_recent_entries ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blog-details-area .widget-area .widget_recent_entries ul li {
	position: relative;
	margin-bottom: 12px;
	color: #666666;
	padding-left: 17px;
	line-height: 1.5;
	font-size: 15px;
	font-weight: 600;
}

.blog-details-area .widget-area .widget_recent_entries ul li:last-child {
	margin-bottom: 0;
}

.blog-details-area .widget-area .widget_recent_entries ul li::before {
	background: #333333;
	position: absolute;
	height: 7px;
	width: 7px;
	content: "";
	left: 0;
	top: 7px;
}

.blog-details-area .widget-area .widget_recent_entries ul li .post-date {
	display: block;
	font-size: 13px;
	color: #666666;
	margin-top: 4px;
}

.blog-details-area .widget-area .widget_categories ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blog-details-area .widget-area .widget_categories ul li {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #666666;
	padding-left: 17px;
	font-size: 15px;
	font-weight: 600;
	border-bottom: 1px solid #efefef;
}

.blog-details-area .widget-area .widget_categories ul li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.blog-details-area .widget-area .widget_categories ul li::before {
	background: #333333;
	position: absolute;
	height: 7px;
	width: 7px;
	content: "";
	left: 0;
	top: 9px;
}

.blog-details-area .widget-area .widget_categories ul li a {
	display: block;
	color: #666666;
	font-weight: normal;
	font-size: 14px;
}

.blog-details-area .widget-area .widget_categories ul li a span {
	float: right;
	font-size: 13px;
}

.blog-details-area .widget-area .widget_categories ul li a:hover {
	color: #333333;
}

.blog-details-area .widget-area .widget_categories ul li .post-count {
	float: right;
}

.blog-details-area .widget-area .widget_meta ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blog-details-area .widget-area .widget_meta ul li {
	position: relative;
	margin-bottom: 12px;
	color: #666666;
	padding-left: 17px;
	font-size: 15px;
	font-weight: 500;
}

.blog-details-area .widget-area .widget_meta ul li:last-child {
	margin-bottom: 0;
}

.blog-details-area .widget-area .widget_meta ul li::before {
	background: #333333;
	position: absolute;
	height: 7px;
	width: 7px;
	content: "";
	left: 0;
	top: 7px;
}

.blog-details-area .widget-area .widget_tag_cloud .widget-title {
	margin-bottom: 0;
}

.blog-details-area .widget-area .tagcloud a {
	display: inline-block;
	color: #666666;
	font-weight: normal;
	font-size: 14px !important;
	padding: 7px 10px;
	border: 1px dashed #eeeeee;
	margin-top: 10px;
	margin-right: 10px;
}

.blog-details-area .widget-area .tagcloud a:hover {
	background-color: #333333;
	color: #ffffff;
}

.blog-details-area .widget-area .tagcloud a:focus {
	background-color: #333333;
	color: #ffffff;
	border-color: #333333;
}

.blog-details-area .widget-area .widget_services_list ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
	background-color: #ffffff;
}

.blog-details-area .widget-area .widget_services_list ul li a {
	display: block;
	position: relative;
	border-bottom: 1px solid #eeeeee;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 35px;
	color: #5d6576;
	z-index: 1;
	font-weight: 500;
}

.blog-details-area .widget-area .widget_services_list ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #252920;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}

.blog-details-area .widget-area .widget_services_list ul li a i {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-details-area .widget-area .widget_services_list ul li a:hover {
	background-color: #333333;
	color: #ffffff;
	padding-left: 20px;
}

.blog-details-area .widget-area .widget_services_list ul li a:hover::before {
	opacity: 1;
	visibility: visible;
	width: 5px;
}

.blog-details-area .widget-area .widget_services_list ul li a.active {
	background-color: #333333;
	color: #ffffff;
	padding-left: 20px;
}

.blog-details-area .widget-area .widget_services_list ul li a.active::before {
	opacity: 1;
	visibility: visible;
	width: 5px;
}

.blog-details-area .widget-area .widget_services_list ul li:last-child a {
	border-bottom: none;
}

.blog-details-area .widget-area .widget_download ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	-webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
	box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.04);
	background-color: #ffffff;
}

.blog-details-area .widget-area .widget_download ul li a {
	display: block;
	position: relative;
	border-bottom: 1px solid #eeeeee;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 35px;
	color: #5d6576;
	z-index: 1;
	font-weight: 500;
}

.blog-details-area .widget-area .widget_download ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #252920;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	visibility: hidden;
}

.blog-details-area .widget-area .widget_download ul li a i {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-details-area .widget-area .widget_download ul li a:hover {
	background-color: #333333;
	color: #ffffff;
	padding-left: 20px;
}

.blog-details-area .widget-area .widget_download ul li a:hover::before {
	opacity: 1;
	visibility: visible;
	width: 5px;
}

.blog-details-area .widget-area .widget_download ul li a.active {
	background-color: #333333;
	color: #ffffff;
	padding-left: 20px;
}

.blog-details-area .widget-area .widget_download ul li a.active::before {
	opacity: 1;
	visibility: visible;
	width: 5px;
}

.blog-details-area .widget-area .widget_download ul li:last-child a {
	border-bottom: none;
}

.blog-details-area .widget-area .info time {
	font-size: 13px;
	color: #929292;
	display: block;
	margin-bottom: 4px;
}

/*
Blog Right Sidebar Area Style
=====================================================*/
.blog-right-sidebar .single-blog:hover img {
	-webkit-transform: scale(2);
	transform: scale(2);
}

/*
Service Details Area Style
=====================================================*/
.service-sidebar-area .service-details-title {
	background-color: #2e4b7b;
	color: #ffffff;
	padding: 15px 20px;
	margin-bottom: 20px;
	-webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.service-sidebar-area .service-card {
	margin-bottom: 30px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.service-sidebar-area .service-list ul li {
	border-bottom: 1px dashed #eeeeee;
	padding: 15px 20px;
	font-weight: 500;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.service-sidebar-area .service-list ul li:last-child {
	border-bottom: none;
}

.service-sidebar-area .service-list ul li a {
	color: #0283dd;
	display: block;
}

.service-sidebar-area .service-list ul li i {
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #333333;
	border-radius: 50%;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.service-sidebar-area .service-list ul li:hover {
	background-color: #333333;
	color: #ffffff;
}

.service-sidebar-area .service-list ul li:hover i {
	background-color: #ffffff;
	color: #333333;
}

.service-sidebar-area .service-list ul li:hover a {
	color: #ffffff;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-item {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title {
	font-size: 15px;
	font-weight: 600;
}

.service-sidebar-area .service-faq .faq-accordion .accordion .accordion-title span {
	top: 11px;
}

.service-sidebar-area .paint {
	margin-bottom: 15px;
}

.service-details-wrap .mb-30 {
	margin-bottom: 30px;
}

.service-details-wrap .service-img {
	margin-bottom: 30px;
}

.service-details-wrap ul {
	margin-top: 30px;
	margin-bottom: 30px;
}

.service-details-wrap ul li {
	display: inline-block;
	font-weight: 600;
	color: #0283dd;
	font-size: 14px;
	padding-left: 35px;
	position: relative;
}

.service-details-wrap ul li i {
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #333333;
	border-radius: 50%;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	position: absolute;
	top: 4px;
	position: absolute;
	top: 0px;
	left: 0;
}

.service-details-wrap .car-service-list-wrap {
	margin-bottom: 35px;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul {
	margin: 0;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul li {
	margin-bottom: 15px;
	font-size: 13px;
}

.service-details-wrap .car-service-list-wrap .car-service-list ul li:last-child {
	margin-bottom: 0;
}

.service-details-wrap .list-unstyled {
	margin: 0;
}

.service-details-wrap .list-unstyled li {
	color: #dc3545;
	padding-left: 0 !important;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
}

.service-details-wrap #msgSubmit {
	top: 68px;
	left: 15px;
}

/*
Ask Question Area Style
=====================================================*/
.ask-question {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	padding: 50px;
}

.ask-question h3 {
	margin-bottom: 20px;
}

.ask-question .form-group {
	margin-bottom: 30px;
}

.ask-question .default-btn {
	margin: auto;
	display: table;
	background-color: transparent;
}

/* 
FAQ Area Style
=====================================================*/
.faq-area .faq-accordion .accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
}

.faq-area .faq-accordion .accordion .accordion-item {
	display: block;
	background: #f5f5f5 0% 0% no-repeat padding-box;
	opacity: 1;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
}

.faq-area .faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0;
}

.faq-area .faq-accordion {
	padding: 30px 20px;
	background-color: #f5f5f5;
}

.faq-area .faq-accordion .accordion .accordion-title {
	padding: 12px 20px 12px 20px;
	position: relative;
	display: block;
	font-size: 24px;
	font-weight: 500;
	text-align: left;
	letter-spacing: 0px;
	color: #2e2d2d;
	opacity: 1;
}

.faq-area .faq-accordion .accordion .accordion-title i {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	text-align: center;
	height: 100%;
	background: #faf5f5;
	color: #808080;
	font-size: 30px;
	font-weight: 400;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.faq-area .faq-accordion .accordion .accordion-title i::before {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.faq-area .faq-accordion .accordion .accordion-title span {
	position: absolute;
	color: #404040;
	right: 0;
}

.faq-area .faq-accordion .accordion .accordion-title.active {
	border-bottom-color: 707070;
}

.faq-area .faq-accordion .accordion .accordion-title.active i {
	color: #808080;
}

.faq-area .faq-accordion .accordion .accordion-title.active i::before {
	content: "\eb56";
}

.faq-area .faq-accordion .accordion .accordion-title i::before {
	content: "\eb89";
}

.faq-area .faq-accordion .accordion .accordion-content {
	display: none;
	position: relative;
	padding: 0 20px 30px 20px;
	text-align: left;
	letter-spacing: 0.07px;
	color: #404040;
	opacity: 1;
}

.faq-area .faq-accordion .accordion .accordion-content.show {
	display: block;
}

.faq-area .faq-img {
	background-image: url(../images/news-details-img.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	float: right;
}

/* 
Contact Validator Style
=====================================================*/
.list-unstyled {
	margin-top: 10px;
	color: #dc3545;
}

#msgSubmit {
	margin-bottom: 0;
	position: absolute;
	top: 14px;
}

.text-danger {
	color: #dc3545 !important;
}

.text-success {
	color: #28a745 !important;
}

/* 
Coming Soon Area Style
=====================================================*/
.coming-soon-area {
	position: relative;
	height: 100vh;
	z-index: 1;
	overflow: hidden;
	background-image: url(../images/coming-soon-img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.coming-soon-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.9;
	z-index: 1;
}

.coming-soon-area .coming-soon-content {
	text-align: center;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
}

.coming-soon-area .coming-soon-content h1 {
	margin-bottom: 0;
	color: #ffffff;
	font-size: 60px;
	margin-top: -18px;
}

.coming-soon-area .coming-soon-content p {
	color: #f3f3f3;
	font-size: 14.5px;
	max-width: 600px;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

.coming-soon-area .coming-soon-content #timer {
	margin-top: 30px;
}

.coming-soon-area .coming-soon-content #timer div {
	display: inline-block;
	color: #ffffff;
	position: relative;
	margin-left: 35px;
	margin-right: 35px;
	font-size: 45px;
	font-weight: 700;
}

.coming-soon-area .coming-soon-content #timer div span {
	display: block;
	text-transform: capitalize;
	margin-top: -15px;
	font-size: 16px;
	font-weight: normal;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
	margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
	display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
	margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
	content: "";
	position: absolute;
	right: -50px;
	top: -10px;
	font-size: 70px;
	color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
	position: relative;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
	display: block;
	width: 100%;
	height: 60px;
	border: none;
	background-color: rgba(255, 255, 255, 0.3);
	padding-left: 15px;
	color: #ffffff;
	outline: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::-webkit-input-placeholder {
	color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:-ms-input-placeholder {
	color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::-ms-input-placeholder {
	color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter::placeholder {
	color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
	border-color: #333333;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	padding: 0 30px;
	text-transform: uppercase;
	outline: 0;
	color: #333333;
	background-color: #ffffff;
	border: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-weight: 500;
	font-size: 15px;
	cursor: pointer;
	border-radius: 0 !important;
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
	border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
	border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
	color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form #validator-newsletter {
	color: #ffffff;
	font-size: 14px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	margin: 0 auto;
}

/*
404 Error Area Style
=====================================================*/
.error-area {
	padding: 50px 0;
	height: 100vh;
	text-align: center;
	position: relative;
	z-index: 1;
	background-color: #ffffff;
}

.error-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	z-index: -1;
}

.error-area .error-contact-wrap {
	z-index: 1;
	position: relative;
}

.error-area .error-contact-wrap img {
	max-width: 500px;
	width: 100%;
}

.error-area .error-contact-wrap h3 {
	margin: 30px 0 0;
	position: relative;
	color: #ff0000;
}

.error-area .error-contact-wrap p {
	margin: 20px 0 20px;
	font-size: 19px;
}

/* Sign In & Log In  Area Style
=====================================================*/
.sign-up-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-color: #eeeeee;
}

.sign-up-area .contact-form-action {
	background-color: #ffffff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
	box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
	padding: 40px;
	max-width: 570px;
	margin: auto;
}

.sign-up-area .contact-form-action .form-heading {
	margin-bottom: 33px;
}

.sign-up-area .contact-form-action .form-heading .form-title {
	font-size: 38px;
	color: #233d63;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.sign-up-area .contact-form-action .form-heading .form-desc {
	font-size: 18px;
	color: #677286;
	font-weight: 500;
}

.sign-up-area .contact-form-action .form-heading .reset-desc {
	line-height: 30px;
	margin-top: 15px;
}

.sign-up-area .contact-form-action .form-heading .reset-desc a {
	color: #333333;
}

.sign-up-area .contact-form-action .form-heading .reset-desc {
	font-size: 16px;
}

.sign-up-area .contact-form-action .form-heading .reset-desc a {
	font-weight: 600;
}

.sign-up-area .contact-form-action form .submit-btn {
	margin-top: 24px;
}

.sign-up-area .contact-form-action form .default-btn {
	font-size: 14px;
	padding: 12px 20px;
	background-color: transparent;
	margin-bottom: 30px;
}

.sign-up-area .contact-form-action form .default-btn::before {
	border-top: 10px solid transparent;
	border-left: 10px solid #333333;
	border-bottom: 10px solid transparent;
	top: 10px;
}

.sign-up-area .contact-form-action form .default-btn:hover::before {
	border-top: 10px solid transparent;
	border-left: 10px solid #ffffff;
	border-bottom: 10px solid transparent;
	top: 10px;
}

.sign-up-area .contact-form-action form .col-lg-4:nth-child(2) .default-btn {
	border-color: #3b5998;
	color: #3b5998;
}

.sign-up-area .contact-form-action form .col-lg-4:nth-child(2) .default-btn::before {
	border-left: 10px solid #3b5998;
}

.sign-up-area .contact-form-action form .col-lg-4:nth-child(2) .default-btn:hover {
	color: #ffffff;
}

.sign-up-area .contact-form-action form .col-lg-4:nth-child(2) .default-btn:hover::before {
	border-left: 10px solid #ffffff;
}

.sign-up-area .contact-form-action form .col-lg-4:nth-child(2) .default-btn:hover::after {
	background-color: #3b5998;
}

.sign-up-area .contact-form-action form .col-lg-4:nth-child(3) .default-btn {
	border-color: #1da1f2;
	color: #1da1f2;
}

.sign-up-area .contact-form-action form .col-lg-4:nth-child(3) .default-btn::before {
	border-left: 10px solid #1da1f2;
}

.sign-up-area .contact-form-action form .col-lg-4:nth-child(3) .default-btn:hover {
	color: #ffffff;
}

.sign-up-area .contact-form-action form .col-lg-4:nth-child(3) .default-btn:hover::before {
	border-left: 10px solid #ffffff;
}

.sign-up-area .contact-form-action form .col-lg-4:nth-child(3) .default-btn:hover::after {
	background-color: #1da1f2;
}

.sign-up-area .contact-form-action form .reset-btn {
	margin-top: 0;
}

.sign-up-area .contact-form-action form .form-condition {
	margin-bottom: 20px;
}

.sign-up-area .contact-form-action form .form-condition .agree-label {
	font-weight: 600;
}

.sign-up-area .contact-form-action form .form-condition .agree-label a {
	color: #333333;
}

.sign-up-area .contact-form-action form .form-group {
	margin-bottom: 30px;
}

.sign-up-area .contact-form-action .account-desc {
	margin-top: -8px;
	font-weight: 600;
}

.sign-up-area .contact-form-action .account-desc a {
	color: #333333;
	margin-left: 10px;
	font-weight: 600;
}

.sign-up-area .contact-form-action #chb1 {
	position: relative;
	top: 1px;
}

.sign-up-area .contact-form-action #chb2 {
	position: relative;
	top: 1px;
}

.sign-up-area .contact-form-action .forget {
	float: right;
	color: #333333;
	font-weight: 600;
}

.sign-up-area .contact-form-action .now-register {
	font-weight: 600;
	float: right;
}

.sign-up-area .contact-form-action .now-register a {
	color: #333333;
}

.sign-up-area .contact-form-action .now-log-in {
	color: #333333;
	font-weight: 600;
}

.sign-up-area .contact-form-action .now-log-in .font-q {
	font-weight: 600;
}

/* Global Location Area Style
=====================================================*/
.global-location-area .single-location {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	text-align: center;
	border-radius: 4px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.global-location-area .single-location::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #333333;
	border-radius: 4px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: -1;
}

.global-location-area .single-location a {
	color: #333333;
	padding: 25px;
}

.global-location-area .single-location a i {
	font-size: 20px;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 3px;
}

.global-location-area .single-location a span {
	font-size: 16px;
	font-weight: 600;
}

.global-location-area .single-location:hover a {
	color: #ffffff;
}

.global-location-area .single-location:hover::before {
	width: 100%;
}

/* 
Address Area Style
======================================================*/
.single-address {
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	text-align: center;
	padding: 30px;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.single-address::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #333333;
	z-index: -1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.single-address i {
	font-size: 30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #333333;
	border-radius: 50%;
	margin-bottom: 15px;
	color: #ffffff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.single-address h3 {
	margin-bottom: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.single-address a {
	display: block;
	color: #7a7e9a;
	margin-bottom: -8px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.single-address span {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.single-address p {
	margin-bottom: -8px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.single-address:hover::before {
	width: 100%;
}

.single-address:hover i {
	background-color: #ffffff;
	color: #333333;
}

.single-address:hover h3 {
	color: #ffffff;
}

.single-address:hover span {
	color: #ffffff;
}

.single-address:hover a {
	color: #ffffff;
}

.single-address:hover p {
	color: #ffffff;
}

/*
Online Sale Area Style
=====================================================*/
.twotabs .nav-tabs .nav-link {
	font-weight:bold;
	font-size: 16px;
	color: #404040;
	border-color: #e9ecef #e9ecef #dee2e6;
}
.twotabs .nav-tabs .nav-link.active {
	font-weight:bold;
	background-color: transparent;
	border-bottom:3px solid #dd0000;
	border-right: none;
	border-left: none;
	border-top: none;
	font-size: 16px;
	color: #404040;
}
.twotabs .fade:hover {
	opacity: 1;
	animation: none;
}
.twotabs .single-blog {
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}
.twotabs .single-blog img {
	border-radius: 0px;
}
.twotabs .single-blog .blog-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: none;
	padding: 25px;
	margin-left: 0px;
	margin-right: 0px;
	position: absolute;
	border-radius: 0px;
	bottom: -15px;
	left: 0;
	right: 0;
}
.twotabs .single-blog .blog-content h5 {
	text-align: left;
	letter-spacing: 0px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 17px;
}

/*
Contact Area Style
=====================================================*/
.contact {
	padding-bottom: 100px;
}
.contact .main {
	background: #ffffff;
	box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.08);
}
.contact .main h3 {
	font-size: 20px;
	margin-bottom: 15px;
	position: relative;
	display: block;
	font-weight: 500;
	color: #404040;
}
.contact .form-control {
	padding: 12px 25px;
	font-size: 16px !important;
	margin-bottom: 10px;
	background: #f8f8f9;
	border: 0;
	border-radius: 5px;
	font-weight: 500;
}
.main.request-a-quote .form-control {
	padding: 12px 25px;
    font-size: 16px !important;
    margin-bottom: 10px;
    background: #f8f8f9;
    border: 0;
    border-radius: 5px;
    font-weight: 500;
    float: left;
    width: 95%;
}
::-webkit-input-placeholder {
	font-size: 16px !important;
}
::-moz-placeholder {
	font-size: 16px !important;
}
:-ms-input-placeholder {
	font-size: 16px !important;
}
::placeholder {
	font-size: 16px !important;
}
.main.request-a-quote .form-control.width_set {
	width: 100%;
}
.main.request-a-quote .required {
	color: red;
    width: 3%;
    float: right;
}
.main.request-a-quote .required.two {
	color: red;
    width: 3%;
    float: left;
}
.main.request-a-quote .form-control-select {
	color: #49507a;
    width: 95%;
    margin-left: 1px;
    padding: 12px 25px;
    background: #f8f8f9;
    border: none;
    font-size: 16px;
	height: 50px;
    outline: none;
    box-shadow: none;
}
.form-control-select-state {
    color: #49507a;
    width: 100%;
    margin-left: 1px;
    padding: 12px 157px 12px 13px;
    background: #f8f8f9;
    border: none;
    font-size: 16px;	
}

.contact button.banner-btn {
	background: none;
	box-shadow: none;
	border: 0.75px solid #003864;
	opacity: 1;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.07px;
	color: #003864;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 18px;
	margin: 0 auto;
	display: block;
	width: 100%;
}

.contact button.banner-btn:hover {
	background: #003864;
	box-shadow: none;
	border: 0.75px solid #003864;
	opacity: 1;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.07px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 18px;
	margin: 0 auto;
	display: block;
	width: 100%;
}

.contact .main .left {
	padding: 40px 60px;
}
.contact .main .right {
	background: #003864;
	background-size: cover;
	padding: 40px;
	color: #ffffff;
	height: 100%;
}
.contact .main .right h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
	position: relative;
	display: block;
	color: #ffffff;
}
.contact .main .right .info {
	margin-bottom: 35px;
}
.contact .main .right .info i {
	font-size: 25px;
	color: #ffffff;
}
.contact .main .right .info span {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-left: 15px;
}
.contact .main .right .info span a {
	color: #fff;
}
.contact .main .right .social a {
	text-decoration: none;
	font-size: 30px;
	color: #ffffff;
	margin-right: 20px;
}
.map-area iframe {
	width: 100%;
	border: 0px;
	padding: 10px;
	background: #fff;
	box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.08);
}
/**/

.contact-area .contact-wrap {
	max-width: unset;
}

.contact-area .contact-wrap .section-title {
	text-align: center !important;
	max-width: 600px;
}

.contact-area .contact-wrap .section-title h2 {
	margin-bottom: 10px;
}

.contact-area .contact-wrap .form-group {
	margin-bottom: 30px;
}

.contact-area .contact-wrap .default-btn {
	margin: auto;
	display: table;
	cursor: pointer;
	background-color: transparent;
}

.contact-area .contact-wrap .contact-form {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.08);
	padding: 40px;
}

.list-unstyled {
	color: #dc3545;
}

.contact-map-area #map {
	height: 500px;
}
.csrpage {
	height: 250px;
}
.csrpage .embed-responsive-item {
	height: 250px;
}

.contact .main.two {
	background: #ffffff;
	box-shadow: none;
}

/*
Road Transfort Area Style
=====================================================*/
.road-transfort {
	margin-top: 30px;
	margin-bottom: 30px;
}

.road-transfort .owl-next {
	position: absolute;
	top: 50%;
	right: 30px;
	margin: 0 !important;
	border-radius: 0 !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.road-transfort .owl-next i {
	background-color: #333333;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 26px;
	border-radius: 4px;
}

.road-transfort .owl-next i:hover {
	background-color: #333333 !important;
}

.road-transfort .owl-prev {
	position: absolute;
	top: 50%;
	left: 30px;
	margin: 0 !important;
	border-radius: 0 !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.road-transfort .owl-prev i {
	background-color: #333333 !important;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 26px;
	border-radius: 4px;
}

.road-transfort .owl-prev i:hover {
	background-color: #333333 !important;
}

.road-transfort .owl-theme .owl-nav {
	margin-top: 0 !important;
}

.road-transfort .owl-theme .owl-nav [class*="owl-"]:hover {
	background-color: transparent;
}

.service-faq-main {
	margin-top: 30px;
	margin-bottom: 30px;
}

.service-faq-main .faq-area .faq-accordion .accordion .accordion-item {
	padding-left: 0;
}

.service-faq-main .faq-area .faq-accordion .accordion .accordion-title {
	font-weight: 400;
}

.service-faq-main .faq-area .faq-accordion .accordion .accordion-content {
	font-size: 14px;
	font-weight: 400;
}

.service-faq-main ul {
	margin-top: 0 !important;
}

/*
Careers Area Style
=====================================================*/
.careers-img {
	background-image: url(../images/over-view-img.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

.office-map-area.office-map-area-two {
	padding-top: 170px;
	padding-bottom: 100px;
}
/*# sourceMappingURL=style.css.map */

/*Footer Changes*/

.sec-1 h3 {
	color: #fff;
}
.sec-1 ul li a {
	color: #fff;
}
.blog {
	padding-top: 9px;
}
.read_more a.banner-btn {
	background: none;
	box-shadow: none;
	border: 0.75px solid #003864;
	opacity: 1;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.07px;
	color: #003864;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 18px;
	margin: 0 auto;
	display: block;
	margin-top: 0px;
	width: 200px;
}
.read_more a.banner-btn:hover {
	background: #003864;
	box-shadow: none;
	border: 0.75px solid #003864;
	opacity: 1;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.07px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 18px;
	margin: 0 auto;
	display: block;
	margin-top: 0px;
	width: 200px;
}
.h_title span {
	color: #0259a9!important;
	font-size: 16px;
	font-weight: 900;
	border-bottom: 1px solid #0000008c;
	margin-bottom: 12px;
}

.m_title h2 {
	/*color: #d41920eb!important;*/
	font-size: 20px;
	font-weight: 800;
}	
.n_dec {
	margin-top: 9px;
}	
.main textarea.form-control.two {
	height: auto;
	padding: 14px 24px !important;
}
.form-control-select {
	color: #49507a;
    width: 100%;
    margin-left: 1px;
    padding: 12px 25px;
    background: #f8f8f9;
    border: none;
    font-size: 16px;
    margin-bottom: 10px;
}
.main label.Security_Code {
	float: left;
	margin-right: 15px;
}
.main .g-recaptcha {
	float: left;
	transform:scale(0.66);
	-webkit-transform:scale(0.66);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}
.main .form-group {
	margin-bottom: 1rem;
	float: left;
	width: 100%;
}
.main .slider-btn {
	width: 100%;
	clear: both;
	margin-top: 30px;
}
.main .slider-btn .banner-btn {
	background: none;
	box-shadow: none;
	border: 0.75px solid #003864;
	opacity: 1;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.07px;
	color: #003864;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 18px;
	margin: 0;
	display: inline-block;
	margin-top: 0px;
	width: 200px;
}
.main .slider-btn .banner-btn:hover {
	background: #003864;
	box-shadow: none;
	border: 0.75px solid #003864;
	opacity: 1;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.07px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 18px;
	margin: 0;
	display: inline-block;
	margin-top: 0px;
	width: 200px;
}
.error {
	color: red;
	font-size: 14px;
	margin-left: 7px;
	font-weight: 600;
}

.Online-Purchase .TabbedPanels {
	width: 1140px;
	display: block;
	margin: 0;
	padding: 0 0 30px 0;
	box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.08);
	background-image: none !important;
	max-width: 100%;
}
.ab1wFe.SfQLQb-dIxMhd-bN97Pc-b3rLgd .dIxMhd-bN97Pc-b3rLgd {
	display: none!important;
}
.map .contact_details {
	margin-top: 35px;
}
.map .contact_details.remove-margin {
	margin-top: 0px;
}
.map .contact_details h4 {
	margin-bottom: 15px;
	margin-top: 0;
	color: #003864;
	font-weight: 600;
	font-size: 18px;
	text-transform: capitalize;
}
.map .contact_details .info {
	margin-bottom: 20px;
}
.map .contact_details .info i {
	font-size: 25px;
	color: #003864;
}
.map .contact_details .info span {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	margin-left: 15px;
	color: #404040;
}
.Milestone {
	background-color: #fafafa;
	padding: 70px;
}
.sociales {
	text-align: center;
	margin-bottom: 20px;
}
#timeline {
	width: 800px;
	height: 350px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	background: url("../images/dot.gif") left 45px repeat-x;
}
#dates {
	width: 800px;
	height: 36px;
	overflow: hidden;
}
#dates li {
	list-style: none;
	float: left;
	width: 100px;
	height: 36px;
	font-size: 20px;
	text-align: center;
	background: url(../images/biggerdot.png) center bottom no-repeat;
}
#dates a {
	line-height: normal;
	padding: 6px 10px;
	color: #404040;
	text-decoration: none;
	background-color: #f3f3f3;
	font-size: 20px;
	text-align: center;
}
#dates .selected {
	font-size: 20px;
	color: #ffffff;
	padding: 6px 10px;
	background-color: #005296;
	text-align: center;
}
#issues {
	width: 800px;
	height: 350px;
	overflow: hidden;
}
#issues li {
	width: 800px;
	height: 350px;
	list-style: none;
	float: left;	
	margin: 0 auto;
}
#issues li.selected img {
	/*-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);*/
	width: 260px;
	height: 150px;
	margin: 0 30px 0 0;
	padding: 0 0 0 40px;
	float: left;
}
#issues li img {
	width: 260px;
	height: 150px;
	margin: 0 30px 0 0;
	padding: 0;
	float: left;
	/*background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
	zoom: 1;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	-webkit-transform: scale(0.7, 0.7);
	-moz-transform: scale(0.7, 0.7);
	-o-transform: scale(0.7, 0.7);
	-ms-transform: scale(0.7, 0.7);
	transform: scale(0.7, 0.7);*/
}
#issues li h1 {
	color: #005296;
	font-size: 40px;
	margin: 20px 0;
	text-align: left;
	padding-left: 0;
}
#issues li p {
	font-size: 17px;
	margin-right: 70px;
	margin-left: 70px;
	font-weight: normal;
	line-height: 27px;
	color: #404040;
}
#grad_left,
#grad_right {
	width: 100px;
	height: 350px;
	position: absolute;
	top: 0;
}
#grad_left {
	left: 0;
	background: url("../images/grad_left.png") repeat-y;
}
#grad_right {
	right: 0;
	background: url("../images/grad_right.png") repeat-y;
}
#next,
#prev {
	position: absolute;
	top: 0;
	font-size: 30px;
	top: 170px;
	width: 22px;
	height: 38px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: 0px;
	overflow: visible;
}
#next:hover,
#prev:hover {
	background-position: 0 -76px;
}
#next {
	right: 0;
}
#prev {
	left: 0;
}
#next.disabled,
#prev.disabled {
	opacity: 0.2;
}

#ThumbnailCarousel .carousel {
	padding-top: 30px;
	text-align: center;
}
#ThumbnailCarousel .col-md-3 {
	width: 20%;
	max-width: 20%;
	height: 160px;
}
#ThumbnailCarousel .col-md-3 .img-thumbnail {
	width: 100%;
	height: 160px;
	padding: 0;
}
#ThumbnailCarousel .col-md-3 .thumbnail {
	width: 100%;
	height: 160px;
}
#ThumbnailCarousel .col-md-3 .title {
	position: relative;
}
#ThumbnailCarousel .col-md-3 .title p {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 160px;
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 60px 10px;
	color: white;
	font-size: 20px;
}
#ThumbnailCarousel .col-md-3 .title p a {
	color: white;
}
#ThumbnailCarousel .col-md-3 .title p span {
	color: white;
	display: block;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
#ThumbnailCarousel .image {
	display: block;
	width: 100%;
	height: 160px;
}
#ThumbnailCarousel .carousel-control-prev-icon {
	background-image: url(../images/left-arrow.png);
}
#ThumbnailCarousel .carousel-control-next-icon {
	background-image: url(../images/right-arrow.png);
}
#ThumbnailCarousel .carousel-control-prev {
	left: 15px;
}
#ThumbnailCarousel .carousel-control-next {
	right: 15px;
}
/*#ThumbnailCarousel .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 160px;
width: 100%;
opacity: 0;
transition: .5s ease;
background-color: rgba(0, 0, 0, 0.5);
}
#ThumbnailCarousel .col-md-3:hover .overlay {
opacity: 1;
}
#ThumbnailCarousel .text {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
}
#ThumbnailCarousel .text a {
color: white;
font-size: 20px;
}*/
.success {
	color: red;
	margin-top: 13px;
	font-weight: 800;
	border: 1px solid #efefef;
	padding: 7px;
	border-radius: 10px;
}
.inquiry {
	float: right;
}
.contact_details {
	padding: 20px;
	background: white;
	/*height: auto;*/
	height: 215px;
	margin: 5px 0px 32px 0px;
	border: 2px solid #5ba5c836;
	box-shadow: /* The top layer shadow */ 0 1px 1px rgba(0,0,0,0.15), /* The second layer */ 0 10px 0 -5px #eee, /* The second layer shadow */ 0 10px 1px -4px rgba(0,0,0,0.15), /* The third layer */ 0 20px 0 -10px #eee, /* The third layer shadow */ 0 20px 1px -9px rgba(0,0,0,0.15);
}	
.new-acc {
	background: #f7f7f794!important;	
}
.faq-area .faq-accordion new-acc .accordion .accordion-title {
	padding: 12px 20px 12px 20px;
	position: relative;
	display: block;
	font-size: 24px;
	font-weight: 500;
	text-align: left;
	letter-spacing: 0px;
	color: #2e2d2d;
	opacity: 1;
}

.car-container {
	margin-top:35px;
	margin-bottom:10px;
}
.table-hover tr td {
	padding:5px !important;
}
.align-items-center span {
	margin-left: 14px;	
}	
.fa-map-marker {
	font-size: 23px!important;	
	color: #e82126;
}	
.fa-phone {
	font-size: 18px!important;	
	color: #e82126;
}	
.fa-fax {
	font-size: 14px!important;	
	color: #e82126;
}
.contact_details h4 {
	border-bottom: 1px solid #0172c0;
	margin-bottom: 15px;
	margin-top: 0px;
}
.contact-bg {
	/*background-image: url(../images/banners/INOXCVA-SubPages-Banner____contact us.jpg)!important;*/
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.table td, .table th {
	padding: 4px!important;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
.p_table{
	margin-top: 30px;	
}
.key {
    margin-top: 35px;
    width: 100%;
    float: left;	
}
/*.btn {
    border: none;
    outline: none;
    padding: 10px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
    font-size: 18px;	
}
.active, .btn:hover {
  background-color: #666;
  color: white;
}*/



/*.sidenav {
    height: 100%;
    width: 100%!important;
    position: fixed;
    z-index: 1;
    top: 66px;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;

}

.sidenav a:hover{
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}*/

/* sohel 22/02/2021*/
.p_table div p{
    border: 1px solid #d8d8d8; color: #000;
    padding: 0 10px !important;margin-bottom:0px !important;
}

.p_table div p b{
	    padding: 5px 5px;
    width: 100px;
        margin-right: 12px !important;
    border-right: 1px solid #d8d8d8;
  
	   
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 0;
    display: inline-block;
}

.p_table > div:nth-child(2) > p,
.p_table > div:nth-child(3) > p,
.p_table > div:nth-child(4) > p,
.p_table > div:nth-child(5) > p,
.p_table > div:nth-child(6) > p,
.p_table > div:nth-child(7) > p,
.p_table > div:nth-child(8) > p
{
border-top: none !important
}

/*
div > section > div > div > div.p_table > div:nth-child(3) > p
{
    background-color: rgba(0,0,0,.075);
}
div > section > div > div > div.p_table > div:nth-child(5) > p
{
    background-color: rgba(0,0,0,.075);
}
div > section > div > div > div.p_table > div:nth-child(7) > p
{
    background-color: rgba(0,0,0,.075);
}*/
/* sohel 22/02/2021 END*/