@charset "utf-8";

@font-face {
	font-family: gi-reg;
	src: url(../fonts/GlacialIndifference-Regular.ttf);
}
@font-face {
	font-family: gi-bold;
	src: url(../fonts/GlacialIndifference-Bold.ttf);
}
@font-face {
	font-family: lato-reg;
	src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
	font-family: roboto-i;
	src: url(../fonts/Roboto-Italic.ttf);
}
@font-face {
	font-family: roboto-bi;
	src: url(../fonts/Roboto-BoldItalic.ttf);
}

img {
	max-width: 100%;
}

body {
	font-family: lato-reg, helvetica, arial, sans-serif;
	background-color: #ffffff;
	color: #333333;
	font-size: 14px;
}

.white-bg {
	background-color: #ffffff;
}

.grey-bg-f3 {
	background-color: #f3f3f3;
}

.grey-bg-f6 {
	background-color: #f6f6f6;
}

.durga-blue-bg {
	background-color: #005886;
}

.padding-reset {
	padding-left: 0px;
	padding-right: 0px;
}

.margin-reset {
	margin-left: 0px;
	margin-right: 0px;
}

a, button, .transition-all {
	-webkit-transition:all 0.2s linear 0.02s;
	-o-transition:all 0.2s linear 0.02s;
	-moz-transition:all 0.2s linear 0.02s;
	transition:all 0.2s linear 0.02s;
}

.assignfixedwidth {
	max-width: 1200px;
	margin: 0 auto;
}

.rp-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.rp-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.rp-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.rp-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

/*Scroll to top*/
.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
	z-index: 2;
}
.scroll {
	position: absolute;
    right: 20px;
    bottom: 20px;
    background: #000;
    padding: 8px 10px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    border-radius: 50%;		
}
.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size: 26px;
    margin-top: -4px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
	color: #ffffff;
}
/*Scroll to top*/

/*Fixed Nav*/
.nav-position-fixed {
	position: fixed !important;
	left: 0;
	right: 0;
	background-color: rgba(255,255,255, 1) !important;
	animation: slide-down 0.7s;
	-webkit-transition:all 0.2s linear 0.02s;
	-o-transition:all 0.2s linear 0.02s;
	-moz-transition:all 0.2s linear 0.02s;
	transition:all 0.2s linear 0.02s;
	-webkit-box-shadow: 0px 4px 22px -5px rgba(235,235,235,1);
	-moz-box-shadow: 0px 4px 22px -5px rgba(235,235,235,1);
	box-shadow: 0px 4px 22px -5px rgba(235,235,235,1);
	z-index: 6;
}

@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 0.9;
		transform: translateY(0%);
	}
}

/*header styles*/
.contact-nav {
	background-color: #f3f3f3;
}
.contact-nav-scroll {
	display: none;
}
.contact-nav-left {
	display: inline-block;
	float: left;
}
.contact-nav-left a {
	display: inline-block;
	text-decoration: none;
	font-family: gi-reg;
	font-size: 13px;
	letter-spacing: 0.08em;
	color: #333333;
	padding: 8px 12px;
	border-left: 1px solid #e4e4e4;
	background-color: transparent;
}
.contact-nav-left a:hover {
	background-color: #ececec;
}
.social-nav, .contact-us-nav {
	display: inline-block;
}
.social-nav {
	padding-right: 7px;
}
.social-nav a {
	display: inline-block;
	text-decoration: none;
	color: #005886;
	padding: 6px 5px;
}
.social-nav a:hover {
	color: #333;
}
.contact-us-nav a {
	display: inline-block;
	text-decoration: none;
	font-family: gi-reg;
	font-size: 13px;
	color: #000;
	padding: 8px 12px;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	background-color: transparent;
}
.contact-us-nav a:hover {
	background-color: #ececec;
}
.tooltip > .tooltip-inner {
    background-color: #005886; 
    color: #ffffff; 
    padding: 5px 10px;
    font-size: 13px;
}
.navbar-default-custom {
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
}
a.logo-box {
    display: inline-block;
    max-width: 150px;
}
a.logo-box img {
    display: inline-block;
    width: 100%;
}
.navbar-nav-custom {
	margin-top: 5px;
}
.navbar-default-custom .navbar-nav-custom>li>a {
	font-family: gi-bold;
	color: #333333;
	font-size: 16px;
	background-color: transparent;
}
.navbar-default-custom .navbar-nav-custom>li>a:hover, 
.navbar-default-custom .navbar-nav-custom>li>a:focus,
.navbar-default-custom .navbar-nav-custom>.open>a, 
.navbar-default-custom .navbar-nav-custom>.open>a:hover, 
.navbar-default-custom .navbar-nav-custom>.open>a:focus {
	background-color: transparent;
}
.navbar-default-custom .navbar-nav-custom>li>a i {
	color: #8a8a8a;
}
.dropdown-menu-custom {
	min-width: 190px;
	background-color: #f7f7f7;
	border: 1px solid #e6e6e6;
	left: 0 !important;
    right: auto !important;
    padding: 10px 15px 10px 15px;
    -webkit-box-shadow: -2px 3px 15px -10px rgba(176,176,176,1);
	-moz-box-shadow: -2px 3px 15px -10px rgba(176,176,176,1);
	box-shadow: -2px 3px 15px -10px rgba(176,176,176,1);
}
.dropdown-menu-custom>li>h4 {
	margin: 0;
	padding-left: 15px;
	margin-bottom: 8px;
	margin-top: 5px;
	font-family: gi-bold;
	color: #333333;
}
.dropdown-menu-custom>li>a {
	font-family: gi-reg;
	font-size: 16px;
	font-weight: normal;
	padding: 8px 15px;
	border-bottom: 1px solid #e4e4e4;
	color: #333333;
}
.dropdown-menu-custom>li>a:before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 5px;
	font-size: 13px;
	color: #005886;
}
.dropdown-menu-custom>li:last-child>a {
	border-bottom: 0;
}
.dropdown-menu-custom>li>a:hover {
	color: #005886;
	font-weight: bold;
}
.navbar-toggle-custom {
	border-radius: 50%;
	padding: 15px 12px;
}
/*header styles*/

/* Our Brand */
.our-brand-box > a > img {
    border: 1px solid #dfdfdf;
}
.our-brand-box > a > h4{
    font-size: 14px;
    text-align: center;
    color: #005886;
    font-weight: 600;
    margin: 5px auto 0;
}
.owl-carousel.owl-theme.our-brand.owl-loaded.owl-drag > .owl-nav {
    display: none;
}
.prod-title-text{
    display: block;
    width: 100%;
    color: #333333;
    text-transform: capitalize;
    white-space: initial;
    font-family: gi-bold;
    font-size: 16px;
    margin-top: 10px;
    /* height: 57px; */
}
span.prod-desc-spec {
    display: block;
    width: 100%;
    color: #333333;
    white-space: initial;
    margin: 10px auto 3px;
    font-weight: 800;
}
ul.specification-list{
	position: relative;
	margin: 0px;
	padding: 0px;
}
ul.specification-list li{
	list-style: none;
	list-style-type: none;
	margin-bottom: 4px;
    padding: 0 0 0 16px;
	position: relative;
	/* display: block; */
}
ul.specification-list li:before{
	content: "\f0da";
	font-family: fontawesome;
	color: #005886;
	font-size: 15px;
	left: 0;
    list-style: outside none disc;
    position: absolute;
    top: 0;
}

/*home styles*/
.carousel-control {
	width: 10%;
	opacity: 1;
}
.carousel-control.left, .carousel-control.right {
    background-image: none !important;
    filter: none !important;
}
.carousel-control.left>.banner-arrow, .carousel-control.right>.banner-arrow {
    width: 45px;
    line-height: 25px;
    text-align: center;
    font-size: 26px;
    position: absolute;
    top: 48%;
    z-index: 5;
    display: inline-block;
    margin-top: 0;
    background-color: rgba(255,255,255,1);
    padding: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #005886;
    -webkit-box-shadow: 0px -1px 35px 5px rgba(187,236,255,1);
	-moz-box-shadow: 0px -1px 35px 5px rgba(187,236,255,1);
	box-shadow: 0px -1px 35px 5px rgba(187,236,255,1);
}
.carousel-control.left>.banner-arrow {
    left: 25%;
}
.carousel-control.right>.banner-arrow {
    right: 25%;
}
.overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: url(../images/banner-overlay.png);
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: contain;
    background-size: contain;
}
.carousel-caption-custom {
	position: absolute;
	width: 40%;
	left: 12%;
    bottom: 20%;
    text-align: left;
    padding: 20px 25px;
    background-color: transparent;
    color: #ffffff;
}
.carousel-caption-custom h4 {
	margin: 0;
	text-shadow: none;
	text-transform: uppercase;
	font-family: gi-bold;
	font-size: 20px;
	letter-spacing: 0.05em;
}
.carousel-caption-custom h1 {
	margin: 0;
	text-shadow: none;
	text-transform: capitalize;
	font-family: lato-reg;
	font-size: 30px;
	margin-top: 15px;
	margin-bottom: 25px;
}
.carousel-caption-custom a {
	border-radius: 25px;
	padding: 8px 25px;
	font-family: gi-bold;
	font-size: 16px;
}
.yellow-btn {
	background-color: #eccb2f;
	color: #000000;
	border-color: #eccb2f;
}
.yellow-btn:hover, .yellow-btn:focus {
	background-color: #000000;
	color: #ffffff;
	border-color: #000000;
}
.blue-btn {
	background-color: #005886;
	color: #ffffff;
	border-color: #005886;
}
.blue-btn:hover, .blue-btn:focus {
	background-color: #000000;
	color: #ffffff;
	border-color: #000000;
}
.tie-up-box p {
	margin: 0;
	font-family: lato-reg;
	font-size: 16px;
	margin-bottom: 25px;
}
.tie-up-box:first-child img {
	margin-right: 30px;
}
.feature-box {
	display: inline-block;
	margin: 42px 0;
	/* margin-top: 15px;
	margin-right: 20px; */
}
.slide-down {
	animation: slide-down 0.7s;
}
@keyframes slide-down {
	0% {
		opacity: 0;
		transform: translateY(-100%);
	}
	100% {
		opacity: 0.9;
		transform: translateY(0%);
	}
}
.slide-up {
	animation: slide-up 0.7s;
}
@keyframes slide-up {
	0% {
		opacity: 0;
		transform: translateY(100%);
	}
	100% {
		opacity: 0.9;
		transform: translateY(0%);
	}
}
.feature-box:last-child {
	margin-right: 0;
}
.feature-box img {
	display: inline-block;
}
.feature-box h4 {
	display: inline-block;
	margin: 0;
	font-family: gi-bold;
	font-size: 20px;
	color: #333333;
	padding-left: 10px;
}
.feature-box h4 span {
	color: #005886;
}
.about-bg {
	background-image: url(../images/about-bg.png);
	background-repeat: no-repeat;
	-webkit-background-size: auto;
	background-size: auto;
	background-position: left top;
}
.about-us-box {
	padding: 40px 20px;
}
.about-us-box h2 {
	margin: 0;
	font-family: gi-bold;
	color: #333333;
	font-size: 24px;
}
.about-us-box p {
	margin: 0;
	font-family: lato-reg;
	color: #333333;
	font-size: 18px;
	margin-top: 30px;
	margin-bottom: 40px;
}
.about-us-box p span {
	font-family: roboto-i;
	color: #20844e;
}
.basic-btn {
	border-radius: 25px;
	padding: 8px 25px;
	font-family: gi-bold;
	font-size: 16px;
}
.industries-carousel-box {
	width: 350px;
	margin: 0 auto;
	margin-top: 10px;
}
.industries-carousel-box h4 {
	margin: 0;
	color: #005886;
	font-family: gi-bold;
	text-transform: capitalize;
	font-size: 18px;
	margin-top: 20px;
	text-align: left;
}
.industries-carousel.owl-theme .owl-nav {
	text-align: right;
}
.industries-carousel .owl-nav button.owl-next, .industries-carousel .owl-nav button.owl-prev {
    outline: none !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    padding: 8px 17px !important;
    color: #fff !important;
    text-align: center;
    background-color: #005886 !important;
    -webkit-box-shadow: 0px -1px 35px 5px rgba(187,236,255,1);
    -moz-box-shadow: 0px -1px 35px 5px rgba(187,236,255,1);
    box-shadow: 0px -1px 35px 5px rgba(187,236,255,1);
    margin-left: 10px;
}
.industries-carousel .owl-nav button.owl-next i, .industries-carousel .owl-nav button.owl-prev i {
	font-size: 26px;
}
.tri-blue-bg {
	background-image: url(../images/tri-blue-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
}
.basic-title {
	margin: 0;
	font-family: gi-bold;
	color: #333333;
	font-size: 24px;
}
.featured-products-carousel .owl-nav button.owl-next {
	outline: none !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    padding: 8px 17px !important;
    color: #fff !important;
    text-align: center;
    position: absolute;
    right: -5%;
    top: 45%;
    background-color: #005886 !important;
    -webkit-box-shadow: 0px -1px 35px 5px rgba(187,236,255,1);
    -moz-box-shadow: 0px -1px 35px 5px rgba(187,236,255,1);
    box-shadow: 0px -1px 35px 5px rgba(187,236,255,1);
}
.featured-products-carousel .owl-nav button.owl-prev {
    outline: none !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    padding: 8px 17px !important;
    color: #fff !important;
    text-align: center;
    position: absolute;
    left: -5%;
    top: 45%;
    background-color: #005886 !important;
    -webkit-box-shadow: 0px -1px 35px 5px rgba(187,236,255,1);
    -moz-box-shadow: 0px -1px 35px 5px rgba(187,236,255,1);
    box-shadow: 0px -1px 35px 5px rgba(187,236,255,1);
}
.featured-products-carousel .owl-nav button.owl-next i, .featured-products-carousel .owl-nav button.owl-prev i {
	font-size: 26px;
}
a.fp-box {
    display: block;
    width: 90%;
    margin: 0 auto;
    text-decoration: none;
    padding: 20px 20px 25px 20px;
    border-radius: 8px;
    margin-top: 40px;
    margin-bottom: 20px;
    -webkit-box-shadow: 2px 2px 23px -10px rgba(173,173,173,1);
	-moz-box-shadow: 2px 2px 23px -10px rgba(173,173,173,1);
	box-shadow: 2px 2px 23px -10px rgba(173,173,173,1);
	background-color: #ffffff;
}
a.fp-box .img-box {
	display: block;
}
a.fp-box .img-box img {
	display: block;
    height: 220px;
    width: 90%;
    margin: 0 auto;
    object-fit: contain;
    transform: scale(1);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
a.fp-box .title {
	display: block;
	white-space: nowrap;
	width: 100%;  
  	overflow: hidden;
  	text-overflow: ellipsis; 
	color: #333333;
	text-transform: capitalize;
	font-family: gi-bold;
	font-size: 18px;
	margin-top: 10px;
}
a.fp-box .description {
	display: block;
	color: #333333;
	text-transform: capitalize;
	font-family: lato-reg;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 15px;
    height: 40px;
	overflow: hidden;
}
a.fp-box button {
	outline: none;
	background-color: #eccb2f;
	color: #333333;
	border: 0;
	font-family: gi-bold;
	padding: 6px 18px;
	border-radius: 25px;
	font-size: 14px;
}
a.fp-box:hover img {
	transform: scale(1.1);
}
a.fp-box:hover button {
	background-color: #000000;
	color: #ffffff;
}
.fp-box-new {
	display: inline-block;
    position: absolute;
    background: rgba(45,122,194,1);
    background: -moz-linear-gradient(left, rgba(45,122,194,1) 0%, rgba(28,134,205,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(45,122,194,1)), color-stop(100%, rgba(28,134,205,1)));
    background: -webkit-linear-gradient(left, rgba(45,122,194,1) 0%, rgba(28,134,205,1) 100%);
    background: -o-linear-gradient(left, rgba(45,122,194,1) 0%, rgba(28,134,205,1) 100%);
    background: -ms-linear-gradient(left, rgba(45,122,194,1) 0%, rgba(28,134,205,1) 100%);
    background: linear-gradient(to right, rgba(45,122,194,1) 0%, rgba(28,134,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d7ac2', endColorstr='#1c86cd', GradientType=1 );
    color: #ffffff;
    left: 15px;
    padding: 5px 20px;
    z-index: 7;
    font-family: gi-bold;
    font-size: 16px;
	-webkit-box-shadow: 9px 7px 19px -10px rgba(163,163,163,1);
	-moz-box-shadow: 9px 7px 19px -10px rgba(163,163,163,1);
	box-shadow: 9px 7px 19px -10px rgba(163,163,163,1);
}
.ad-banner-bg {
	border-radius: 10px;
	padding: 10px;
	background-image: url(../images/ad-banner-bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-box-shadow: 2px 2px 23px -10px rgba(173,173,173,1);
    -moz-box-shadow: 2px 2px 23px -10px rgba(173,173,173,1);
    box-shadow: 2px 2px 23px -10px rgba(173,173,173,1);
}
.ad-banner {
	display: block;
	padding: 10px;
	margin-top: 10px;
}
.ad-banner h1 {
	margin: 0;
	font-family: gi-bold;
	font-size: 30px;
	color: #2c2c2c;
}
.ad-banner p {
	margin: 0;
	font-family: lato-reg;
	font-size: 16px;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 20px;
}
.ad-banner-img {
	display: block;
	padding: 10px;
}
/*home styles*/

/*footer styles*/
.copyright-box {
	margin-top: 65px;
}
.copyright-box p {
	margin: 0;
	font-family: lato-reg;
	font-size: 13px;
}
.copyright-box p a {
	text-decoration: none;
	color: #000000;
}
.copyright-box p a:hover {
	color: #005886;
}
.foo-title {
	margin: 0;
	font-family: gi-bold;
	font-size: 22px;
	color: #005886;
	margin-bottom: 10px;
	margin-left: 15px;
}
ul.foo-list {
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-left: 15px;
}
ul.foo-list li {
	list-style-type: none;
	line-height: 30px;
}
ul.foo-list li a {
	display: block;
	text-decoration: none;
	font-family: gi-reg;
	color: #333333;
	font-size: 16px;
}
ul.foo-list2 {
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-left: 15px;
}
ul.foo-list2 li {
	list-style-type: none;
	margin-bottom: 10px;
	font-family: gi-reg;
	color: #333333;
	font-size: 16px;
}
ul.foo-list2 li a {
	display: inline-block;
	text-decoration: none;
	font-family: gi-reg;
	color: #333333;
	font-size: 16px;
}
ul.foo-list li a:hover, ul.foo-list2 li a:hover {
	color: #005886;
	margin-left: 4px;
}
/*footer styles*/

/*contact us styles*/
.page-banner {
	padding-top: 20px;
	padding-bottom: 20px;
}
.page-banner h1 {
	margin: 0;
	color: #ffffff;
	font-family: gi-bold;
    font-size: 24px;
}
.breadcrumb-custom {
    padding: 0;
    margin-bottom: 0;
    background-color: #005885;
    border-radius: 0;
    color: #ffffff;
    margin-top: 3px;
}
.breadcrumb-custom a {
	color: #ffffff;
	text-decoration: none;
}
.contact-details-box {
	background-image: linear-gradient(127deg, #005884 0%, #0081c3 91%);
    padding: 40px;
    color: #fff;
    font-size: 16px;
    min-height: 310px;
}
.contact-details-box h3 {
	margin: 0;
    margin-bottom: 20px;
    font-size: 22px;
    font-family: gi-bold;
}
.map iframe {
	min-height: 310px;
}
.contact-icon {
    float: left;
    line-height: 22px !important;
}
.contact-content {
    padding-left: 30px;
    color: #ffffff;
}
.contact-content a {
	text-decoration: none;
    color: #ffffff;
}
a.contact-social {
	display: inline-block;
	width: 35px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #fff;
	color: #ffffff;
	text-decoration: none;
	border-radius: 50%;
	margin-top: 10px;
	margin-right: 5px;
	font-size: 16px;
}
a.contact-social:hover {
	background-color: #ffffff;
	color: #005884;
}
.contact-form-box {
	padding: 30px 20px 20px 20px;
}
.contact-form-box h2 {
	text-align: center;
	margin-bottom: 15px;
	color: #333333;
}
.contact-form-box p {
	margin: 0;
    font-family: lato-reg;
    color: #9e9e9e;
    font-size: 18px;
	text-align: center;
}
.contact-form-box form {
	width: 70%;
	margin: 0 auto;
	padding: 20px 50px 20px 50px;
}
.contact-form-box form .form-control:not(.form-control-textarea) {
    background: #ffffff;
    border-radius: 0;
    height: 45px;
    box-shadow: none;
    outline: none;
    margin-top: 8px;
}
.contact-form-box form .form-control-textarea {
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    margin-top: 8px;
}
.box-shadow-class {
	-webkit-box-shadow: 0px 20px 50px 0 rgba(24, 24, 24, 0.1);
	-moz-box-shadow: 0px 20px 50px 0 rgba(24, 24, 24, 0.1);
	box-shadow: 0px 20px 50px 0 rgba(24, 24, 24, 0.1);
}
/*contact us styles*/

/*Services and support styles*/
.support-bg {
	background-image: url(../images/support-bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.support-intro-box {
	display: block;
	padding: 20px 0;
	background-color: transparent;
}
.main-title {
	margin: 0;
    font-family: gi-bold;
    color: #333333;
    margin-bottom: 10px;
}
.sub-title {
	margin: 0;
    font-family: gi-reg;
    color: #333333;
    font-size: 24px;
    margin-bottom: 15px;
}
.content {
	margin: 0;
	margin-top: 10px;
	font-family: lato-reg;
    color: #333333;
    font-size: 18px;
}
.brand-wise-row {
	border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.brand-wise-service {
	display: block;
	padding: 20px;
}
.brand-wise-service h4 {
	margin: 0;
    font-family: gi-bold;
    font-size: 16px;
    color: #9e9e9e;
}
.brand-wise-service h2 {
	margin: 0;
    font-family: gi-bold;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.support-logo {
	display: block;
    padding: 20px;
    width: 185px;
    height: 185px;
    margin: auto;
    border-radius: 50%;
    object-fit: contain;
    border: 1px solid #e6e6e6;
    object-position: center;
    background-color: #f6f6f6;
}
.brand-wise-service ul {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}
.brand-wise-service ul li {
	list-style-type: none;
	margin-bottom: 8px;
	font-size: 16px;
	padding-left: 10px;
	list-style-image: url(../images/list_style_image.png);
}
.white-title {
	margin: 0;
    margin-bottom: 10px;
    color: #fff;
    font-family: lato-reg;
    font-size: 28px;
}
.white-content {
	color: #ffffff;
	font-size: 18px;
}
.blue-link {
	color: #002233;
	font-size: 20px;
}
.blue-link:hover {
	color: #ffffff;
}
/*Services and support styles*/

/*About Us styles*/
.about-us-bg {
	background-image: url(../images/about-us-bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
ul.inner-links {
	text-align: center;
	margin: 0;
	padding: 0;
	background-color: #f3f3f3;
}
ul.inner-links li {
	float: initial;
	display: inline-block;
	list-style-type: none;
}
ul.inner-links li a {
	display: inline-block;
	text-decoration: none;
	background-color: #f3f3f3;
	color: #333333;
	padding: 10px 20px;
	margin: 0;
	font-family: gi-bold;
}
ul.inner-links li.active a,
ul.inner-links li a:hover,
ul.inner-links li a:focus {
	background-color: #eccb2f;
}
.vm-box {
	display: block;
    padding: 20px 30px;
    background-color: #0075b1;
    color: #fff;
    margin-bottom: 10px;
}
.vm-box h3 {
	margin: 0;
    font-family: gi-bold;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.vm-box p {
	margin: 0;
    margin-top: 10px;
    font-family: lato-reg;
    color: #ffffff;
    font-size: 18px;
}
.vmc-box {
	display: block;
}
.vmc-box h3 {
	margin: 0;
    font-family: gi-bold;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.vmc-box ul {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}
.vmc-box ul li {
	list-style-type: none;
	margin-bottom: 8px;
	font-size: 16px;
	padding-left: 10px;
	list-style-image: url(../images/list_style_image.png);
}
/*About Us styles*/

/*Tribute styles*/
.tribute-bg {
	background-image: url(../images/tribute-bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.tribute-box {
	padding: 20px 30px;
	-webkit-box-shadow: 0px 20px 50px 0 rgba(24, 24, 24, 0.1);
    -moz-box-shadow: 0px 20px 50px 0 rgba(24, 24, 24, 0.1);
    box-shadow: 0px 20px 50px 0 rgba(24, 24, 24, 0.1);
}
.tribute {
	width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 8px solid #efefef;
}
/*Tribute styles*/

/*Directors Message styles*/
.directors-bg {
	background-image: url(../images/directors-bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
/*Directors Message styles*/

/*Quality Policy styles*/
.quality-policy-bg {
	background-image: url(../images/quality-policy-bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
/*Quality Policy styles*/

/*Control Techniques styles*/
.controltechniques-drives-bg {
	background-image: url(../images/controltechniques-drives-bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
/*Control Techniques styles*/

/*Products styles*/
.left-box {
	display: block;
	background-color: #f3f3f3;
	padding: 20px 20px;
}
.left-box h3 {
	margin: 0;
    font-family: gi-bold;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 15px;
    margin-left: 5px;
}
ul.left-product-menu {
	margin: 0;
	padding: 0;
}
ul.left-product-menu li {
	list-style-type: none;
}
ul.left-product-menu li a {
	display: block;
	text-decoration: none;
    padding: 10px 15px;
    margin-bottom: 5px;
    background-color: transparent;
    border-radius: 5px;
    color: #333333;
    font-family: gi-reg;
    font-size: 16px;
}
ul.left-product-menu li.active a,
ul.left-product-menu li a:hover,
ul.left-product-menu li a:focus {
	background-color: #000000;
	color: #ffffff;
}
.fp-box-inner {
	display: block;
    width: 100%;
    margin: 0 auto;
    text-decoration: none;
    padding: 20px 20px 25px 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    -webkit-box-shadow: 2px 2px 23px -10px rgba(173,173,173,1);
    -moz-box-shadow: 2px 2px 23px -10px rgba(173,173,173,1);
    box-shadow: 2px 2px 23px -10px rgba(173,173,173,1);
    background-color: #ffffff;
    flex: 1;
}
.col-xs-12.col-sm-6.col-md-4.xs-text-center.hindustan.dt-height {
    display: flex;
}
.col-xs-12.col-sm-6.col-md-6.xs-text-center.unitronics.dt-height{
	display: flex;
}
.col-xs-12.col-sm-6.col-md-6.xs-text-center.inovance.dt-height{
	display: flex;
}

span.img-box-inner.inovance > img {
    width: 100%;
    height: auto;
}
.col-xs-12.col-sm-6.col-md-4.xs-text-center.ctrl-td.dt-height {
    display: flex;
}
.col-xs-12.col-sm-6.col-md-4.xs-text-center.minebea-mitsumi.dt-height{
	display: flex;
}
span.brandname {
    display: block;
    padding: 5px 0;
    font-size: 13px;
    color: #444;
    font-weight: 800;
}
.fp-box-inner .img-box-inner {
    display: block;
}
.fp-box-inner .img-box-inner img {
    display: block;
    height: 220px;
    width: 90%;
    margin: 0 auto;
    object-fit: contain;
    transform: scale(1);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
}
.prod-title {
	display: block;
	width: 100%;
    color: #333333;
    text-transform: capitalize;
    white-space: initial;
    font-family: gi-bold;
    font-size: 16px;
    margin-top: 10px;
}
.prod-desc {
	display: block;
	width: 100%;
    color: #333333;
    white-space: initial;
    margin-top: 10px;
}
.fp-box-inner:hover img {
	transform: scale(1.1);
}
/*Products styles*/

/*Contact modal styles*/
.contact-modal {
	background-image: url(../images/contact-modal.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 0;
	background-position: top right;
}
.modal-dialog-custom {
	margin: 6% auto;
}
.modal-close {
	position: absolute;
	top: 3%;
	right: 3%;
	z-index: 1;
	color: #ffffff;
	opacity: 1;
	font-weight: unset;
	font-family: opensans-regular;
}
.modal-close:hover {
	color: #ffffff;
	opacity: 0.8;
}
.modal-pop-box {
	display: block;
    padding: 30px 30px;
    text-align: left;
    margin-bottom: 30px;
}
.modal-pop-box img {
	width: 130px;
	margin-bottom: 20px;
}
.modal-pop-box h4 {
	margin: 0;
	font-family: gi-reg;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 20px;
}
.modal-pop-box h1 {
	margin: 0;
	font-family: gi-bold;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.modal-pop-box p {
	margin: 0;
	font-family: lato-reg;
    font-size: 18px;
    color: #000;
    margin-bottom: 30px;
    line-height: 18px;
}
.modal-pop-box a {
	display: inline-block;
	text-decoration: none;
	margin: 0;
	font-family: gi-bold;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #333;
    background-color: #fff;
    text-transform: uppercase;
    padding: 8px 25px;
    border-radius: 25px;
}
.modal-pop-box a:hover {
	background-color: #0660af;
	color: #fff;
}
/*Contact modal styles*/


@media only screen and (max-width: 1336px) {
	.carousel-caption-custom {
    left: 8%;
    bottom: 20%;
    }
}

@media only screen and (max-width: 1300px) {
	.carousel-caption-custom {
    left: 10%;
    bottom: 28%;
    padding: 0;
    }
    .carousel-caption-custom h1 {
    font-size: 26px;
    }
    .featured-products-carousel .owl-nav button.owl-next {
    right: -3%;
    }
    .featured-products-carousel .owl-nav button.owl-prev {
    left: -3%;
    }
}

@media only screen and (max-width: 1200px) {
	.carousel-caption-custom h4 {
    font-size: 16px;
    }
    .carousel-caption-custom h1 {
    font-size: 21px;
    margin-bottom: 15px;
	}
	.carousel-caption-custom a {
    padding: 6px 20px;
    font-size: 14px;
	}
	.tie-up-box img {
    width: 100px;
	}
	.tie-up-box p {
    margin-bottom: 20px;
	}
	.feature-box {
    margin-top: 10px;
	}
	.feature-box h4 {
    padding-left: 10px;
    font-size: 16px;
	}
	.about-us-box {
    padding: 20px 20px;
	}
	.about-us-box h2 {
    font-size: 22px;
	}
	.about-us-box p {
    font-size: 16px;
    }
    .industries-carousel-box {
    width: 320px;
    margin-top: 0;
    }
    .industries-carousel-box h4 {
    text-align: center;
    margin-top: 15px;
	}
    .industries-carousel.owl-theme .owl-nav {
    text-align: center;
	}
	.basic-title {
	font-size: 22px;
	}
	.featured-products-carousel .owl-nav button.owl-next {
    right: -2%;
    }
    .featured-products-carousel .owl-nav button.owl-prev {
    left: -2%;
    }
    .ad-banner h1 {
    font-size: 28px;
    }
    .left-box {
    padding: 10px 20px;
	}
    ul.left-product-menu li a {
    font-size: 14px;
	}
	.left-box h3 {
    font-size: 20px;
    }
    .prod-title {
    font-size: 14px;
    }
    .prod-desc {
    font-size: 13px;
	}
}

@media only screen and (max-width: 991px) {
	.sm-text-center {
	text-align: center;
	}
	.navbar-default-custom .navbar-collapse {
	margin-top: 15px;
	}
	a.logo-box {
    max-width: 95px;
	}
	.navbar-toggle-custom {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 13px 9px;
	}
	.carousel-control.left>.banner-arrow, .carousel-control.right>.banner-arrow {
    width: 35px;
    line-height: 15px;
    font-size: 20px;
    top: 40%;
	}
	.carousel-caption-custom {
    bottom: 20%;
    }
    .carousel-caption-custom h4 {
    font-size: 14px;
	}
	.carousel-caption-custom h1 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
	}
	.carousel-caption-custom a {
    padding: 4px 15px;
    }
    .feature-box {
    margin-top: 25px;
    }
    .rp-30 {
    padding-top: 20px;
    padding-bottom: 20px;
    }
    .about-us-box {
    padding-top: 0;
    text-align: center;
	}
	.about-us-box p {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
	}
	.basic-btn {
    margin-bottom: 15px;
	}
	.ad-banner-bg {
    background-image: unset;
    background-color: #e9e7dd;
	}
	.ad-banner h1 {
    font-size: 24px;
    }
    .foo-logo img {
    width: 150px;
    }
    .copyright-box p {
    font-size: 11px;
	}
	.foo-title {
    font-size: 20px;
    margin-bottom: 5px;
    margin-left: 0;
	}
	ul.foo-list, ul.foo-list2 {
    margin-top: 15px;
    margin-left: 0;
	}
	ul.foo-list li a, ul.foo-list2 li, ul.foo-list2 li a {
    font-size: 14px;
	}
	.contact-details-box {
	padding: 30px;
    }
    .contact-form-box form {
    width: 100%;
    }
    .support-bg {
	background-image: url(../images/support-bg-small.jpg);
	}
	.main-title {
    font-size: 30px;
	}
	.sub-title, .vm-box h3, .vmc-box h3 {
    font-size: 20px;
    }
    .content, .vm-box p, .vmc-box ul li {
    font-size: 14px;
	}
	.tribute {
    width: 205px;
    height: 205px;
    }
    .tribute-box .main-title {
    font-size: 20px;
    }
}

@media only screen and (max-width: 767px){
	.rp-40 {
	padding-top: 30px;
	padding-bottom: 30px;
	}
	.xs-text-center {
	text-align: center;
	}
	.carousel-inner-custom {
	overflow: initial;
	}
	.overlay {
	display: none;
	}
	.carousel-caption-custom {
    position: relative;
    bottom: 0;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #005885;
    padding: 20px;
    width: 100%;
    text-align: center;
	}
	.tie-up-box p {
    font-size: 13px;
    margin-bottom: 10px;
	}
	.tie-up-box img {
	margin-bottom: 10px;
	}
	.feature-box {
    display: inline-block;
    width: 30%;
    margin-right: 0;
    padding: 0 0;
    text-align: center;
    }
    .feature-box img {
    display: block;
    margin: 0 auto;
	}
	.feature-box h4 {
    padding-left: 0;
    font-size: 14px;
    margin-top: 10px;
	}
	.about-us-box {
    padding-left: 0;
    padding-right: 0;
	}
	a.fp-box {
	margin-top: 30px;
	}
	.copyright-box {
    margin-top: 15px;
    margin-bottom: 20px;
	}
	.foo-title {
	font-size: 18px;
	}
	ul.foo-list, ul.foo-list2 {
    margin-top: 0;
    margin-bottom: 15px;
    }
    ul.foo-list li {
    line-height: 24px;
    }
    .contact-details-box {
	font-size: 14px;
	min-height: auto;
    }
    .map iframe {
    min-height: auto;
    }
    .contact-form-box p {
    font-size: 14px;
    }
    .main-title {
    font-size: 26px;
	}
	.sub-title {
    font-size: 18px;
	}
	.content {
	font-size: 14px;
	}
	.brand-wise-service {
    padding: 20px 0;
	}
	.support-logo {
    width: 165px;
    height: 165px;
	}
	.brand-wise-service h2 {
    font-size: 22px;
    margin-bottom: 10px;
	}
	.brand-wise-service ul li {
    font-size: 14px;
    }
    .white-title {
    font-size: 22px;
	}
	.white-content {
    font-size: 14px;
	}
	.controltechniques-drives-bg {
	display: none;
	}
	.modal-pop-box {
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
	}
	.modal-pop-box img {
	margin: 0 auto;
	}
	.modal-close {
	top: 8%;
    right: 8%;
    color: #000000;
	}
}

@media only screen and (max-width: 650px){
	
}

@media only screen and (max-width: 480px){
	.carousel-control.left>.banner-arrow, .carousel-control.right>.banner-arrow {
    top: 20%;
	}
	.carousel-caption-custom h1 {
    font-size: 16px;
    }
	.feature-box h4 {
    font-size: 11px;
	}
	.basic-btn {
    padding: 4px 15px;
    font-size: 14px;
	}
	.about-us-box h2 {
    font-size: 18px;
	}
	.industries-carousel-box {
    width: auto;
    }
    .page-banner h1 {
    font-size: 20px;
	}
    .basic-title {
	font-size: 18px;
	}
	.contact-form-box {
    padding: 30px 0 20px 0;
	}
	.contact-form-box form {
    padding: 20px 0 20px 0;
	}
	.contact-form-box form .form-control:not(.form-control-textarea) {
    height: 40px;
    margin-top: 0px;
	}
	.contact-form-box form .form-control-textarea {
    margin-top: 0px;
	}
	.form-btn {
	padding: 8px 25px;
	}
	.main-title {
    font-size: 20px;
	}
}

@media only screen and (max-width: 390px){
	.social-nav {
	display: none;
	}
}

@media only screen and (max-width: 320px){
	
}

