*, body {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
}

/*
Color Scheme
#0F6CA6
#C4C5C7
#009CC8
#EE1C25
#41110F
#F22230 Brand color
*/

h1, h2, h3, h4, h5, h6 {
	color: #0b164d;
}

p {
	color: #000000;
}

.c-color {
	color: #0b164d;
}

.navbar {
	/*background-color: #fff!important;*/
	background-color: #0b164d!important;
	/*background: linear-gradient(to bottom, #0F6CA6, #009CC8);*/
	box-shadow: 0px 2px 6px -1px rgba(0,0,0,0.2);
	padding: 0 1rem;
}

.navbar-light .navbar-toggler-icon {
	background-image: url('../img/toggler.png');
	background-repeat: no-repeat;
	    outline: none;
    box-shadow: none;
    border: none!important;
}


.navbar-brand {
	padding: 0;
}

.navbar-brand img {
	width: 175px;
	height: auto;
}

.carousel-show {
	background-color: transparent;
	-webkit-clip-path: polygon(15% 100%, 0% 0%, 85% 0%, 100% 100%);
  	clip-path: polygon(15% 100%, 0% 0%, 85% 0%, 100% 100%);
}

.nav-item {
	padding: 0;
	position: relative;
}

.nav-link {
	/*color: #9A9A9A!important;*/
	color: #e2e2e3!important;
	display: block;
	width: 7.5rem;
	padding: 0;
	line-height: calc(90px - 1rem);
	text-align: center;
	padding: 0.5rem;
}

.nav-link:hover {
	background-color: #E4E4E4;
	color: #0b164d!important;
	transition: all 0.3s ease;
}

.main-wrapper {
	padding-top: 90px;
	position: relative;
}

.welcome {
	padding: 4rem 0;
}

.welcome h1 {
	    font-size: 34px;
    font-weight: 600;
}

.type-outer {
	position: absolute;
	top: 350px;
	left: 100px;
	z-index: 5;
}

.type-inner {
	color: #fff;
	font-size: 3rem;
	font-family: 'Anton', sans-serif;
}

.type-bat {
	color: #0b164d;
	font-family: 'Anton', sans-serif;
}

.typed-cursor {
	opacity: 1;
	color: #0b164d;
	font-family: 'Anton', sans-serif;
	animation: blink 0.7s infinite;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
}

@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.intro {
padding: 5rem 0;
/* margin: 0 auto; */
background-image: url('../img/banner-bg.jpg');
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;  /* <-- correct */
background-position: center;   /* set actual position */
}

.intro-card {
	display: flex;
	padding-bottom: 1rem;
}

/*.intro-card {
	opacity: 0;
	margin-top: 100px;
	transition: all 1s ease-in-out;
}

.intro-card.slideInUp {
	opacity: 1;
	margin-top: 0;
}*/

.intro-card-inner {
	border-radius: 0;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.intro-card-inner:hover {
	border: 1px solid #bfbfbf;
	transition: 0.3s;
}

.intro-card-inner h5 {
	padding: 1rem;
	font-weight: 700;
}
/* 
.intro-card-inner p {
	padding: 0 1rem;
} */

.intro-card-inner button {
	margin: 0 0 0.75rem 1rem;
	background-color: #0b164d;
}

.intro-card-inner button:hover {
	background-color: #fff;
	border: 1px solid #0b164d;
}

.intro-card-inner a {
	color: #fff;
	text-decoration: none;
}

.intro-card-inner button:hover a {
	color: #000000;
}

.intro-footer {
	background-color: #fff;
	border: none;
}

#myVideo {
	width: 100%;
	height: auto;
}

.testimonial-wrapper {
	padding: 5rem 0;
	    background-color: #ececec;
}

.testimonial h4 {
	margin-bottom: 3rem;
}

.client-card {
	display: flex;
	padding-bottom: 1rem;
}

.client-card-inner {
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,.2), 0px -1px 1px rgba(0,0,0,.12);
	box-shadow: 0px 3px 5px rgba(0,0,0,.2), 0px -1px 1px rgba(0,0,0,.12);
	padding: 0.5rem;
	min-height: 18rem;
	position: relative;
	background-color: #fff;
}

.client-card-inner:hover {
	box-shadow: 0px 5px 10px rgba(0,0,0,0.35);
}

.test-head {
    padding: 1rem 1rem 0 1rem;
    font-weight: bold;
    font-size: 1.15rem;
}

.client-card-inner p {
	font-size: 0.95rem;
}

.client-detail {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 5rem;
	/*justify-content: space-between;*/
}

.client-row {
	max-height: 100%;
	justify-content: space-around;
	padding: 10px;
}

.client-name {
    color: #0b164d;
    font-size: 20px;

}

.client-city {
	color: #000000;
	font-size: 16px;
}

.client-img {
	text-align: right;
}

.client-img img {
	max-width: 100%;
	max-height: 100%;
}
.linking {
	color: #7b7b90!important
}

.section-entry {
	padding: 5rem 0;
}

.mrb45 {
    margin-bottom : 45px ;
}

/*--------------------------------------------------------------------
	About Us
---------------------------------------------------------------------*/

.abt-banner {
    background-image: url('../img/banner-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5rem 0;
    text-align: center;
    margin-top: 90px;
	    background-blend-mode: luminosity;
    background-color: #0b164d;
}

.abt-banner h2 {
	color: #fff;
	font-size: 40px;
}

#about {
	padding-top: 90px;
}

.abt-main-body {
	margin: 4rem 0;
}

.abt-head {
	margin-bottom: 2rem;
}

.abt-head span {
	color: #41110F;
	/*font-size: 2.8rem;*/
	font-family: 'Anton', sans-serif;
}

.abt-top {
	color: #121212;
}

.business-focus {
	width: 600px;
	height: 600px;
	display: table;
	margin: 0 auto;
	margin-top: 4rem;
	margin-bottom: 4rem;
	background: url(../img/focus.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
}

.focus-head {
	margin-top: 7rem;
	margin-bottom: 2rem;
}

.business-focus ul {
	list-style: none;
}

.business-focus ul li {
	padding: 1rem 0;
	color: #7B7B7B;
}

.abt-desc h4 {
	margin-top: 3rem;
}

.abt-desc p {
	width: 80%;
	font-weight: 300;
}

.abt-desc ul {
	list-style-type: square;
	list-style-position: inside;
}

.abt-desc ul li {
	color: #7B7B7B;
}

.accordion-link {
	float: right;
}

#accordion .card .card-body {
	color: #7B7B7B;
}

.qual-param li {
	position: relative;
}

.qual-param li img {
	width: 20%;
	display: block;
	margin: 0 auto 0 100px;
}

.team-wrapper {
	padding: 2rem 0;
	width: 85%;
	display: table;
	margin: 0 auto;
}

.team-wrapper h3 {
	margin-bottom: 2rem;
	padding-left: 10px;
}

.team-card {
	border: none;
	height: 100%;
}

.team-card small {
	margin-bottom: 1rem;
	display: block;
}

.team-box {
	margin-bottom: 3rem;
	padding: 0 1.5rem;
}

.team-box-inner1, .team-box-inner2, .team-box-inner3 {
	height: 100%;
}

/* .team-box-inner1, .team-box-inner3 {
	padding: 1em 0;
} */

.team-box-inner {
	height: 100%;
}

.team-box-inner .team-card {
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.team-box-inner .team-card:hover {
	box-shadow: 0 5px 15px rgba(0,0,0,0.4);
}

.team-card-footer {
	background-color: #f7f0f0;
	border-top: none;
	display: flex;
	justify-content: space-around;
	padding: 0.5rem 1.25rem;
}

.team-btn i {
	color: #fff;
	width: 40px;
	height: 40px;
	background-color: #ed1c24;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
}

.team-btn i:hover {
	background-color: #c10d14;
}


/*--------------------------------------------------------------------
	Products
---------------------------------------------------------------------*/

.pdt-banner, .pdt-cat-banner {
	padding-top: 90px;
	margin-bottom: 2rem;
    box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}

.pdt-head {
	margin: 3rem 0 2rem 0;
}

.main-pdt-row {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}

.pdt-cat-head {
	margin: 1rem 0;
	text-align: center;
	color: #252525;
}

.pdt-icon {
	width: 50%;
	margin: 0 auto;
	padding: 4rem 0;
}

.pdt-icon-img {
	text-decoration: none;
	position: relative;
	overflow: hidden;
	height: 100px;
	width: 100px;
	display: block;
	transition: 0.3s;
}

.pdt-icon a img {
	position: relative;
}

.pdt-icon a:hover img {
	transition: transform 0.5s;
	transform: translateY(-100%);
}

.pdt-icon-head {
	display: block;
	height: 100px;
	width: 100px;
}

.pdt-icon-head:hover {
	text-decoration: none;
}

/*.pdt-icon a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-origin: top;
	transform: scaleY(0);
	transition: transform 0.5s;
}

.pdt-icon a:hover::before {
	transform: scaleY(1);
}*/

.pdt-icon-head:hover h6 {
	color: #009CC8;
}

.cat-features {
	list-style-position: inside;
	list-style-type: square;
	color: #4C4C4C;
	margin-bottom: 4rem;
}

.pdt-card {
	border: 1px solid #e2e2e2;
	margin-bottom: 2rem;
	border-radius: 7px;
}

.pdt-card:hover {
	border: 1px solid #bfbfbf;
	transition: 0.3s;
}

.pdt-top-img {
	width: 80%;
	margin: 0 auto;
}

.pdt-desc h6 {
	text-align: center;
}

.pdt-desc ul {
	list-style: none;
	text-align: center;
}

.pdt-desc-list {
	color: #9A9A9A;
}

.pdt-desc button {
	margin: 0 auto;
	display: flex;
	margin-bottom: 1rem;
	background-color: #0b164d;
}

.pdt-desc button:hover {
	background-color: #fff;
	border: 1px solid #0b164d;
}

.pdt-desc a {
	color: #fff;
	text-decoration: none;
}

.pdt-desc button:hover a {
	color: #0b164d;
}

.pdt-type-bottom h5 {
	margin-bottom: 2rem;
}

.pdt-type-bottom h5 a {
	text-decoration: none;
}

.pdt-type-bottom h5 a:hover {
	color: #41110F;
	transition: 0.5s ease;
}

.pdt-spec-head {
	margin-bottom: 3rem;
}

.pdt-spec-sub-head {
	text-transform: capitalize;
	margin-bottom: 1rem;
}

.spec-table {
	margin: 2rem 0 3rem 0;
	width: 100%;
}

.spec-table th {
	background-color: #0b164d;
	color: #fff;
	padding: 7px;
	font-weight: 300;
	text-align: center;
	width: 10%;
	border: 1px solid #fff;
}

.spec-table td {
	/*background-color: #fff;*/
	color: #000;
	padding: 7px;
	font-weight: 300;
	text-align: center;
	width: 10%;
	border: 1px solid #000;
}

.spec-table td:nth-child(even) {
	background-color: #ccc;
}

/*.spec-table tr:nth-child(even) {
	background-color: #ccc;
}*/

.instruction-wrap p {
	color:#0b164d;
	font-size: 20px;
}

.per-title {
	height: 65px;
}

.e-bike-row {
	padding-top: 2rem;
}

#parameter-table td {
	background-color: #fff;
}

/*--------------------------------------------------------------------
	Infrastructure
---------------------------------------------------------------------*/

#infra {
	padding-top: 75px;
}

.video-inner {
	padding-bottom: 54.99%; /*( Image-height / Image-width * 100 )*/
}

.infrastructure {
	margin: 3rem 0;
}

.infra-head {
	text-align: center;
	margin-bottom: 2rem;
}

.infra-wrapper p {
	width: 80%;
	margin: 0 auto;
	text-align: justify;
}

.infra-wrapper p.infra-lead {
	padding: 2rem 0;
	text-align: center;
}

.infra-lead span {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 1.2rem;
	font-weight: bold;
}

.mfg-infra {
	padding-bottom: 2rem;
}

/*--------------------------------------------------------------------
	Awards & Certificates
---------------------------------------------------------------------*/

.awards-wrapper {
	padding: 8rem 0;
}

.awards-wrapper h2 {
	text-align: center;
	margin-bottom: 3rem;
}

.awards-box {
	margin-bottom: 2rem;
}

.awards-box-inner {
	width: 50%;
	display: table;
	margin: 0 auto;
	-webkit-box-shadow: 0 2px 6px -1px rgba(0,0,0,0.2);
	box-shadow: 0 2px 6px -1px rgba(0,0,0,0.2);
}

.award-title {
	margin: 1rem 0;
	text-align: center;
}

/*--------------------------------------------------------------------
	Downloads
---------------------------------------------------------------------*/

.downloads-wrapper {
	padding: 6rem 0;
}

.download-head {
	text-align: center;
}

.download-row {
	margin-top: 6rem;
}

.dl-wrap {
	margin-bottom: 2rem;
}

.download-inner-wrap {
	width: 50%;
	display: table;
    margin: 0 auto;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
}

/* .download-inner-cover img {
	
} */

.download-inner-caption h5 {
	text-align: center;
	margin: .75rem 0;
}

/*--------------------------------------------------------------------
	Contact Us
---------------------------------------------------------------------*/

.contact-head {
	font-size: 5rem;
	position: relative;
	line-height: 1.4;
	padding-left: 2rem;
}

.contact-block {
	margin-bottom: 1.5rem;
	display: block;
}

.contact-in {
	position: relative;
	display: inline-block;
	font-family: 'Anton', sans-serif;
}

.contact-in::after {
	position: absolute;
	content: "";
	height: 10px;
	width: 100%;
	background-color: #505050;
	display: block;
}

.contact-info {
	padding-left: 2rem;
}

.map-div i {
	height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #505050;
    display: table;
    margin: 0 auto;
    text-align: center;
    line-height: 26px;
}

.ct-address {
	padding-left: 0;
}

.ct-mail-contact {
	padding: 0;
}

.map-div, .ct-address, .ct-mail-contact {
	margin-bottom: 10px;
}

.ct-mail-contact a {
	color: #212529;
}

.ct-mail-contact a:hover {
	text-decoration: none;
	color: #212529;
}

#ct-form {
	margin: 1rem 0 2rem 0;
}

#ct-form label {
	margin-top: 0.5rem;
}

.reqdfield {
	color: #ee1c25;
}

.map-responsive {
	overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe {
	left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#mail-msg-alert {
	margin-top: 3rem;
}

.btn-msg-success {
	display: table;
	margin: 0 auto;
}

#mail-msg, #mail-msg-buyer {
	color: #fff;
	text-decoration: none;
}

.contact-wrap-inner-form {
	height: 1750px;
	width: 100%;
}

.form-inner-container {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.form-inner-container iframe {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
}

/*--------------------------------------------------------------------
	Footer
---------------------------------------------------------------------*/

.ft-top {
	/*background-color: #009CC8;*/
	background-color: #2f2f2f;
	padding: 2rem 0 1rem 0;
}

.ft-abt h6 {
	color: #fff;
	text-transform: uppercase;
}

.ft-abt ul {
	list-style: none;
}

.ft-lists a {
	color: #DCDCDC;
	text-decoration: none;
	font-weight: 300;
	line-height: 40px;
}

.ft-lists a:hover {
	color: #fff;
}

.ft-products h6 {
	color: #fff;
	text-transform: uppercase;
}

.ft-products ul {
	list-style: none;
}

.ft-office {
line-height: 40px;
}

.ft-office h6 {
	color: #fff;
	text-transform: uppercase;
}

.ft-office i {
	color: #DCDCDC;
	padding-right: 10px;
}

.ft-office p {
	color: #DCDCDC;
}

.ft-office a {
	color: #DCDCDC;
}

.ft-office a:hover {
	color: #fff;
	text-decoration: none;
}

.ct-address a {
    color: #212529;
}

.ct-address a:hover {
    color: #212529;
    text-decoration: none;
}

.social-links i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #DCDCDC;
	color: #0b164d;
	text-align: center;
	line-height: 40px;
	padding-right: 0;
	margin-right: 25px;
	font-size: 25px;
}

.social-links i:hover {
	background-color: #fff;
	cursor: pointer;
}

.ft-bottom {
	/*background-color: #0F6CA6;*/
	background-color: #606061;
	padding: 1rem 0 1rem 0;
	text-align: center;
	color: #DCDCDC;
	font-weight: 300;
}

.ft-bottom a {
	color: #DCDCDC;
	font-weight: 300;
}

.ft-bottom a:hover {
	color: #fff;
	text-decoration: none;
}

.advantage-head{
	text-align: center;
    margin-bottom: 30px;

}

/*--------------------------------------------------------------------
	Admin Panel
---------------------------------------------------------------------*/

.admin-wrapper {
	margin-top: 80px;
}

.admin-inner h1 {
	text-align: center;
	margin-bottom: 2rem;
}

.admin-form {
	margin: 2rem 0;
}

.admin-form button {
	margin-top: 2rem;
}

.admin-table {
	width: 40%;
	margin-bottom: 2rem;
}

.admin-table tr {
	border: 1px solid #009CC8;
}

.admin-table th {
	padding: 0.25rem 0.5rem;
	background-color: #009CC8;
	color: #fff;
}

.admin-table td {
	padding: 0.15rem 0.5rem;
}

.entry-form-box {
	margin-bottom: 1rem;
}






/**********------------------ Experiment Carousel -----------*****************/

#banners {
	position: relative;
	padding-bottom: 43.33%; /* (image height / image width * 100) */
	height: 0;
}

#banners img {
	position: absolute;
	z-index: 1;
	/*width: 100%;*/
}

#banners img.active {
	z-index: 3;
}

.cover-img {
	position: absolute;
	z-index: 4;
	top: 75px;
}

/**********------------------ Export Section -----------*****************/


.background-img-wrapper {
    background-image: url(../img/background-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.txt-box{
	background-color: #0b164ded;
    padding: 30px;
    height: 100%;
}

.txt-box p{
     color: #fff;
}

.txt-box h2{
	color: #fff;
    font-weight: 600;
}

.commit-box{
	box-shadow: 0px 3px 5px rgba(0,0,0,.2), 0px -1px 1px rgba(0,0,0,.12);
    padding: 2rem;
    height: 100%;
}

.h2{
	text-align: center;
    margin-bottom: 2rem;
}
