/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

 body {
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin: 0px;
	background: #ffffff;
	color: #333333;
}

/* Font Face */
@font-face {
 font-family: 'AGBookRounded-Regular';
 src: url('../fonts/AGBookRounded-Regular.eot');
 src: url('../fonts/AGBookRounded-Regular.woff') format('woff'), url('../fonts/AGBookRounded-Regular.ttf') format('truetype'), url('../fonts/AGBookRounded-Regular.svg#AGBookRounded-Regular') format('svg'), url('../fonts/AGBookRounded-Regular.eot?#iefix') format('embedded-opentype');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'LubalinGraphITCbyBT-Bold';
 src: url('../fonts/LubalinGraphITCbyBT-Bold.eot');
 src: url('../fonts/LubalinGraphITCbyBT-Bold.eot?#iefix') format('embedded-opentype');
 src: url('../fonts/LubalinGraphITCbyBT-Bold.woff') format('woff'), url('../fonts/LubalinGraphITCbyBT-Bold.ttf') format('truetype'), url('../fonts/LubalinGraphITCbyBT-Bold.svg#LubalinGraphITCbyBT-Bold') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'LubalinGraphITCbyBT-Book';
 src: url('../fonts/Lubalin Graph Book BT.eot');
 src: url('../fonts/Lubalin Graph Book BT.eot?#iefix') format('embedded-opentype');
 src: url('../fonts/LubalinGraphITCbyBT-Book.woff') format('woff'), url('../fonts/LubalinGraphITCbyBT-Book.ttf') format('truetype'), url('../fonts/LubalinGraphITCbyBT-Book.svg#LubalinGraphITCbyBT-Book') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'LubalinGraphITCbyBT-XtraLight';
 src: url('../fonts/LubalinGraphITCbyBT-XtraLight.eot');
 src: url('../fonts/LubalinGraphITCbyBT-XtraLight.eot?#iefix') format('embedded-opentype');
 src: url('../fonts/LubalinGraphITCbyBT-XtraLight.woff') format('woff'), url('../fonts/LubalinGraphITCbyBT-XtraLight.ttf') format('truetype'), url('../fonts/LubalinGraphITCbyBT-XtraLight.svg#LubalinGraphITCbyBT-XtraLight') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'LubalinGraphITCbyBT-Medium';
 src: url('../fonts/LubalinGraphITCbyBT-Medium.eot');
 src: url('../fonts/LubalinGraphITCbyBT-Medium.eot?#iefix') format('embedded-opentype');
 src: url('../fonts/LubalinGraphITCbyBT-Medium.woff') format('woff'), url('../fonts/LubalinGraphITCbyBT-Medium.ttf') format('truetype'), url('../fonts/LubalinGraphITCbyBT-Medium.svg#LubalinGraphITCbyBT-Medium') format('svg');
 font-weight: normal;
 font-style: normal;
}
.h1, .h2, h2, .h3, h1, h3 {
	color:#333333;
	padding:0 0 10px 0;
	font-weight:bold;
	margin-top:-10px;
	/*text-align:left;*/
}
.h2, h2 {
	font-size: 40px;
	margin-top:0;
}
.container-fluid {
	padding:0;
}
a, a:hover, a:focus {
	text-decoration:none;
	color:#05914b;
}
.top-header {
	font-family:LubalinGraphITCbyBT-Book, Helvetica, Arial, sans-serif;
	padding:0 0 0px 0;
	z-index:9;
	position:fixed;
	height:120px;
	width:100%;
	/*box-shadow: 0 2px 3px rgba(0, 0, 0, 1);*/
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.top-header .navbar-nav>.active>a{background-color: rgba(59, 179 , 117, 0.5)!important;}
.other-pages .top-header .navbar-nav>.active>a{background-color: rgba(59, 179 , 117, 1)!important;}
.top-header.sticky, .other-pages .top-header.sticky {
	position: fixed;
	width: 100%;
	top:0;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.50);
}
.top-header.sticky .navbar-nav>.active>a{background-color: rgba(59, 179 , 117, 1)!important;}
.homepage .top-header img.white {
	display:block;
}
.homepage .top-header img.black {
	display:none;
}
.homepage .top-header.sticky img.black {
	display:block;
}
.homepage .top-header.sticky img.white {
	display:none;
}
/*.other-pages ul li {
	padding-bottom:5px;
}*/
.other-pages .top-header {
	position:relative;
}
.other-pages .top-header {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.50);
}
.navbar-inverse {
	background:none;
	border:none;
	font-family:Raleway, Helvetica, Arial, sans-serif;
	font-size:13.5px;
	font-weight:bold;
	height:100%;
	margin-bottom:0;
	text-transform:uppercase;
}
.navbar-header{ padding-top:25px;}
.navbar-brand {
	padding:0;
}
.top-header.sticky .navbar-inverse .navbar-nav>li>a {
	color:#333333!important;
}
.top-header.sticky .navbar-inverse .navbar-nav>li.active>a {
	color:#ffffff!important;
}
.top-header.sticky .navbar-inverse .navbar-nav>li>a:focus, .top-header.sticky .navbar-inverse .navbar-nav>li>a:hover {
	color:#ff0000;
}
.top-header.sticky .navbar>.container .navbar-brand, .top-header.sticky .navbar>.container-fluid .navbar-brand {
	margin-top:10px;
}
/* DropDown Nav */
.top-header .navbar-nav li a{
    padding: 55px 20px 15px 20px;
	color:#fff!important;
	transition: all 0.25s ease;
}
.other-pages .top-header .navbar-nav li a{
    padding: 55px 20px 15px 20px;
	color:#333!important;
	transition: all 0.25s ease;
}
.other-pages .top-header .navbar-nav li.active a{
	color:#fff!important;
}
.top-header .navbar-nav li.active .dropdown-menu>li>a{ color:#333 !important;}
.nav>li, .dropdown {
	position:static;
}
/*.navbar-inverse .navbar-nav>li>a {
	color:#fff;
	font-size:13px;
}*/

.dropdown-menu{border: none; box-shadow: none; text-transform:capitalize;  border-radius:0px;}
.dropdown-menu > li.kopie > a {
	padding-left:5px;
}
.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
	margin-top:-6px;
	margin-left:-1px;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}
.top-header .dropdown-menu>li{ border-left:solid 1px #ccc; border-right:solid 1px #ccc; border-bottom:solid 1px #ccc;}
.top-header .dropdown-menu>li>a { padding:10px !important; text-decoration:none !important; color:#333333!important;}
.top-header .dropdown-menu>li>a:hover { color:#fff!important; background:#3bb375; text-decoration:none !important;}
.top-header .dropdown-submenu > a:after {
	border-color: transparent transparent transparent #333;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	content: " ";
	display: block;
	float: right;
	height: 0;
	margin-right: -10px;
	margin-top: 5px;
	width: 0;
}
.dropdown-submenu:hover>a:after {
	border-left-color:#555;
}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
	text-decoration: underline;
}
/*ul.dropdown-menu li {
	width: auto;
	float: left;
}*/
ul.dropdown-menu li ul.dropdown-submenu li {
	float: none;
	line-height:25px;
	margin-right:30px;
}
.top-header .navbar-nav>li>.dropdown-menu {
/*	width:50%;
	margin-top:-15px;*/
	right:auto;
	margin-top: -30px;
    padding-top: 0px;
	padding-bottom:0px;
}
.top-header.sticky .navbar-nav>li>.dropdown-menu {
	padding-top: 32px;
}
.other-pages .top-header .navbar-nav>li>.dropdown-menu {
	padding-top: 35px;
}
.other-pages .navbar-inverse .navbar-nav>li>a, .other-pages .quick-contact {
	color:#333;
}
.other-pages .quick-contact a {
	color:#337ab7;
}
.other-pages .quick-contact {
	border-bottom:solid 1px #ccc;
}
/* Quick Contact */
.quick-contact {
	min-height:25px;
	font-size:12px;
	margin:0;
	color:#fff;
	padding:5px 0 10px 0px;
}
.quick-contact span {
	height:10px;
	border-left:solid 1px #999;
	margin:0 5px 0 10px;
}
.quick-contact a {
	color:#fff;
}
.top-header.sticky .quick-contact {
	border-bottom:solid 1px #ccc;
	margin-bottom:12px;
	color:#333;
}
.top-header.sticky .quick-contact a {
	color:#337ab7;
}
.quick-contact a:focus, .quick-contact a:hover {
	color:#ff0000;
}
.top-header.sticky .quick-contact a:focus, .top-header.sticky .quick-contact a:hover {
	color:#ff0000;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background-color:transparent !important;
}
/* Home Page */
section {
	margin:20px 0;
	display:inline-block;
	width:100%;
}
.tech-logos ul li {
	list-style:none;
	float:left;
	margin:0 3px;
}
.inner-title {
	background:url(../images/arrow-gray.jpg) no-repeat center bottom;
	text-transform:uppercase;
	color:#313132;
	text-align:center;
	font-size:30px;
	margin:20px 0 40px 0;
	padding-bottom: 30px;
}
.services-title {
	font-size:16px;
	margin-bottom:10px;
	color:#313132;
}
.services ul { padding:0; margin:0;}
.services ul li { width:20%; float:left; list-style:none;}
.services-box {
	border:solid 0px #eee;
	box-shadow: 0 2px 0 0px rgba(0, 0, 0, 0.016);
	padding:35% 5% 15% 5%;
	position:relative;
}
.services-box i {
	font-size: 36px;
	padding: 29px;
	background: #fff;
	color: #0cb9e7;
	position: absolute;
	top: -30%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	border: 1px solid #e6e6e6;
	border-radius: 100%;
	box-shadow: 0 2px 0 0px #fafafa;
	cursor: default;
	width: 100px;
	height: 100px;
	text-align: center;
	z-index: 3;
    transition: all .3s ease-in-out;
}
.services-box:hover i {
	border-color: transparent;
	background: #00c2e5;
	color: #fff !important;
	cursor:pointer;
}
.services-box a {
	color:#3bb375;
}
.services .inner-title {
	margin-bottom:30px;
}
.services-box .concept-icon {
	background: #3bb375 url(../images/concept-icon2.png) no-repeat center center;
}
.services-box:hover .concept-icon {
	background: #1f2931 url(../images/concept-icon2.png) no-repeat center center;
	cursor:pointer;
	border:solid 1px #1f2931;
}
.services-box .electronics-icon {
	background: #3bb375 url(../images/electronics-icon2.png) no-repeat center center;
}
.services-box:hover .electronics-icon {
	background: #1f2931 url(../images/electronics-icon2.png) no-repeat center center;
	cursor:pointer;
	border:solid 1px #1f2931;
}
.services-box .embedded-icon {
	background: #3bb375 url(../images/embedded-icon2.png) no-repeat center center;
}
.services-box:hover .embedded-icon {
	background: #1f2931 url(../images/embedded-icon2.png) no-repeat center center;
	cursor:pointer;
	border:solid 1px #1f2931;
}
.services-box .testing-icon {
	background: #3bb375 url(../images/testing-icon2.png) no-repeat center center;
}
.services-box:hover .testing-icon {
	background: #1f2931 url(../images/testing-icon2.png) no-repeat center center;
	cursor:pointer;
	border:solid 1px #1f2931;
}
.services-box .device-icon {
	background: #3bb375 url(../images/device-icon2.png) no-repeat center center;
}
.services-box:hover .device-icon {
	background: #1f2931 url(../images/device-icon2.png) no-repeat center center;
	cursor:pointer;
	border:solid 1px #1f2931;
}
.concept-icon, .electronics-icon, .embedded-icon, .testing-icon, .device-icon {
	position: absolute;
	top: -30%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	border: 1px solid #1eb466;
	border-radius: 100%;
	box-shadow: 0 2px 0 0px #fafafa;
	cursor: default;
	width: 120px;
	height: 120px;
	text-align: center;
	z-index: 3;
 transition: all .5s ease-in-out;
}
.inner-desc {
	text-align:center;
	margin-bottom:120px;
}
.inner-desc span{     
	display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.whychooseus .inner-desc {
	text-align:center;
	margin-bottom:40px;
}
.whychooseus ul {
	padding:0;
	margin:0;
}
.whychooseus ul li {
	list-style:none;
	clear:both;
	margin-bottom:30px;
}
.whychooseus ul li img {
	float:left;
	margin: -2px 20px 50px 0;
	color: #777;
	font-size: 32px;
}
.whychooseus ul li .fa-users {
	font-size:25px;
}
.whychooseus h4 {
	font-weight:bold;
	font-size:14px;
	color:#313132;
}
/* # Buy process
	================================================== */
	.buy-process-wrap {
	background: #f6f8f9;
	position: relative;
	padding-bottom: 0px;
}
.buy-process-wrap:before {
	content: '';
	position: absolute;
	top: 202px;
	left: 0;
	width: 100%;
	height: 39px;
	background-color: #17ab61;/* #00c2e5 */
	color: #fff;
}
.buy-process-items {
	display: flex;
	margin: auto;
	overflow: visible;
}
.buy-process-item {
	flex-grow: 1;
	flex-basis: 0;
	position: relative;
	text-align: center;
	height: 456px;
	margin: 0 0px;
}
 .buy-process-item:nth-child(odd) .text-wrap, .buy-process-item:nth-child(even) .icon-wrapper {
	position: absolute;
	top: 52px;
	left: 0;
	right: 0;
	height: 150px;
	text-align: center;
}
 .buy-process-item:nth-child(even) .icon-wrapper {
	top: 0;
	height: 202px;
}
.buy-process-item h4 {
	font-size: 17px;
	color: #313132;
	text-transform: uppercase;
	position: absolute;
	width: 100%;
	margin-bottom: 0;
}
 .buy-process-item:nth-child(odd) h4 {
	bottom: 22px;
}
 .buy-process-item:nth-child(even) h4 {
	top: 22px;
}
.buy-process-item p {
	position: absolute;
	font-size: 12px;
	color: #616161;
	margin-bottom: 0;
	width: 100%;
	line-height: 1.6;
}
 .buy-process-item:nth-child(odd) p {
bottom: 56px;
}
 .buy-process-item:nth-child(even) p {
top: 56px;
}
.buy-process-item span {
	position: absolute;
	top: 200px;
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	font-size: 25px;
	color: rgba(255, 255, 255, 0.65);
	font-weight: 600;
}
.buy-process-item.featured span {
	color: #fff;
}
 .buy-process-item:nth-child(odd) .icon-wrapper, .buy-process-item:nth-child(even) .text-wrap {
	position: absolute;
	bottom: 49px;
	left: 0;
	right: 0;
	height: 166px;
}
 .buy-process-item.featured:nth-child(odd) .icon-wrapper {
	height: 215px;
	bottom: 0;
}
.buy-process-item .icon-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 6px;
	background-color: #17ab61;/* #00c2e5*/
	transform: translate(-50%, 0 );
	-webkit-transform: translate(-50%, 0 );
}
.buy-process-item img {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
/*	width: 42px;
	height: 42px;*/
	font-size: 40px;
	color: #fff;
	border-radius: 50%;
	background-color: #17ab61;
	padding:5%;
}
.buy-process-item.featured img {
	/*background-color: #fff !important;*/
	color: #17ab61;/* #00c2e5*/
	border: 4px solid;
}
 .buy-process-item:nth-child(odd) img {
	bottom: 0;
}
 .buy-process-item:nth-child(even) img {
	top: 0;
}
.buy-process-item img:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.get-start .inner-title {
	background:none;
	margin:20px 0 20px 0;
	padding:0;
	font-size:40px;
}
.get-start .inner-desc {
	margin:0 0 30px 0;
}
.btn-quote {
	text-align:center;
}
.btn-primary {
	background:#17ab61;
	border: solid 1px #05914b;
	padding:10px 20px;
	font-weight:bold;
}
.btn-primary:hover {
	background:#333;
	border: solid 1px #000;
}
footer {
	background:url(../images/footer-bg.jpg) no-repeat center center; height:80px;
}
footer p {
	color:#fff;
	text-transform:uppercase;
}
.copyright {
	padding:30px 0 0 0;
	margin: 20px 0 0 0;
}
.copyright p {
	color:#ccc;
	text-transform:capitalize;
	margin:0;
	font-size: 12px;
	letter-spacing: 0;
}
.copyright a {
	color:#ccc;
}
.contactus {
	margin:30px 0;
}
.contactus h3 {
	margin-top:0;
	color:#ffffff;
}
.contactus p {
	text-transform:none;
	font-size: 12px;
}
.contactus label {
	color:#ffffff;
	font-weight:normal;
	display:block;
}
.mailing {
	color: #ffffff;
	margin-bottom: 25px;
	border: solid 1px #555;
	padding: 15px;
	border-radius: 5px;
	background: #555;
}
.mailing p {
	margin:0 0 10px 0;
	font-size:13px;
}
.mailing .fa {
	margin:0 8px 0 0;
	font-size:18px;
}
.mailing a, .security a {
	color:#fff;
}
.google-map {
	margin:20px 0 0 0;
}
.security img {
	border:solid 1px #ccc;
	height:42px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.security .form-control {
	display:inline;
	width:210px;
	margin:0 0 5px 0px;
}
.security p {
	font-size:13px;
}
/* ABOUT US */
.inner-header {
	background:url(../images/inner-banner.jpg) no-repeat center center;			
	margin-top:-20px;
	height:180px;
}
.innerpages .container{ min-height:350px;}
.innerpages ul li{ padding-bottom:5px;}
.innerpages h4 {
	font-size:16px;
	font-weight:bold;
}
.inner-header img {
	width:100%;
}
.inner-header .header {
	background:url(../images/aboutus.jpg) no-repeat top center;
	background-size:cover;
	height:500px;
	position:relative;
}
.inner-header .header h1, .contactus-bg .header h1 {
	color:#313132;
	padding:15% 0 0 0;
	margin:0;
	color:#fff;
	font-size:60px;
}
ul.about-list{ list-style:none;}
ul.about-list li{ margin-bottom:5px;}
/* CONTACT US */
.contactus-bg .header {
	background:url(../images/contactus.jpg) no-repeat top center;
	background-size:cover;
	height:500px;
	position:relative;
}
.contactus-page h3 {
	color:#333;
}
.contactus-page .mailing {
	color:#333;
	background:none;
	border-color:#ccc;
}
.country-title {
	font-size:20px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	padding:0 0 5px 0;
	margin:0 0 10px 0;
}
.country-title img {
	height:18px;
	margin:-4px 0 0 5px;
}
.india-adr {
	margin: -8px 0px 0px 20px;
}
.contactus-page .country-title {
	color:#333;
}
.contactus-page .mailing a, .contactus-page .security a {
	color:#333;
}
ul.industries-list {
	float:left;
    margin: 20px 15% 20px 0;
	padding:0;
}
ul.industries-list.list-no {
	list-style:none;
}
ul.industries-list.list-no li{
	margin-bottom:10px;
}
.ind-img { margin-top:50px; text-align:center}

/* LOGO SCROLLER */
#basicSlider {
	position: relative;
}
#basicSlider .MS-content {
	white-space: nowrap;
	overflow: hidden;
	margin: 0 2%;
	height: 100%;
}
#basicSlider .MS-content .item {
	display: inline-block; 
	width: 110px; 
	position: relative; 
	vertical-align: top; 
	overflow: hidden; 
	height: 100%; 
	white-space: normal; 
	line-height: 100px; 
	vertical-align: middle;
}
#basicSlider .MS-content .item img {
	border:solid 1px #efefef;
	margin:0 3px;
	padding:5px;
}
.cookie{ background:#333; position:fixed;font-size:11px;  bottom:0; left:0; height:40px; width:200px; z-index:9; 
    transition:height 0.25s; 
    text-align: center;
	color:#fff;
	border-top-right-radius:10px;
	letter-spacing:0.5px;
	padding:0 5px;
	border-top:solid 1px #999;
	border-right:solid 1px #999;
}
.cookie:hover {
    height: 110px;
}
.cookie h4{font-size:14px; font-weight:bold;}
.cookie h4 i{ font-size:20px; margin-right:5px;}
.cookie a{ color:#ccc;}
.cookie a:hover{ color:#999; text-decoration:underline;}

.features-list ul {
	padding:0;
	margin:30px 0 0 0;
}
.features-list li {
    border-top: 1px solid #ccc;
	font-size:17px;
    float: left;
    margin: 0 3% 0 0;
    min-height: 80px;
    padding: 15px 0 5px 0;
	list-style:none;
	line-height: normal;
	font-weight:bold;
    width: 48%;
}
.features-list li:nth-child(even) {
	margin-right: 0;
}
.features-list .fa {
	font-size:30px;
	border:solid 1px #ccc;
	border-radius:5px;
	padding:1.5%;
}
.features-list ul li img {
    margin: -10px 10px 10px 0;
	float:left;
	height:50px;
}

/*@media (max-width: 991px) {
#basicSlider .MS-content .item {
width: 25%;
}
}
@media (max-width: 767px) {
#basicSlider .MS-content .item {
width: 18%;
}
}
@media (max-width: 600px) {
#basicSlider .MS-content .item {
width: 22%;
}
@media (max-width: 500px) {
#basicSlider .MS-content .item {
width: 30%;
}
}
@media (max-width: 375px) {
#basicSlider .MS-content .item {
width: 33%;
}
}*/
#basicSlider .MS-content .item a {
	line-height: 50px;
	vertical-align: middle;
}
#basicSlider .MS-controls button {
	position: absolute;
}
#basicSlider .MS-controls .MS-left {
	top: 35px;
	left: 10px;
}
#basicSlider .MS-controls .MS-right {
	top: 35px;
	right: 10px;
}
 @media only screen and (min-width: 1281px) {
 .buy-process-items {
width: 1186px;
}
 .buy-process-item h4 {
font-size: 18px;
}
 .buy-process-item.featured:nth-child(odd) .text-wrap:before, .buy-process-item.featured:nth-child(even) .text-wrap:before {
content: '';
position: absolute;
width: 180%;
height: 133%;
background-color: #fff;
}
 .buy-process-item.featured:nth-child(odd) .text-wrap:before {
top: -33%;
left: -40%;
-moz-border-radius: 1000px 1000px 0 0;
-webkit-border-radius: 1000px 1000px 0 0;
border-radius: 1000px 1000px 0 0;
}
 .buy-process-item.featured:nth-child(even) .text-wrap:before {
bottom: -33%;
left: -40%;
-moz-border-radius: 0 0 1000px 1000px;
-webkit-border-radius: 0 0 1000px 1000px;
border-radius: 0 0 1000px 1000px;
}
}
 @media only screen and (min-width: 961px) and (max-width: 1280px) {
 .buy-process-items {
width: 920px;
}
 .buy-process-item h4 {
font-size: 15px;
}
 .buy-process-item p {
font-size:12px;
}
}
@media (min-width: 768px) {
ul.nav li:hover > ul.dropdown-menu {
 display: block;
}
}
@media (min-width: 768px) and (max-width: 1020px){
ul.nav li:hover > ul.dropdown-menu {
 display: block;
}
#navbar {
 text-align: center;
}
.navbar-header {
    width: 180px;
}
.navbar-inverse {
	font-size:12px;
}
.top-header .navbar-nav li a,  .other-pages .top-header .navbar-nav li a {
	padding: 55px 10px 15px 10px;
}
}
@media(max-width:767px) {
section {
margin:20px 0;
}
section.whychooseus {
margin-top:-100px;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
 margin:0;
}
.navbar-header{ padding:10px 0;}
.top-header {
padding:0;
position:relative;
height:auto;
}
.top-header.sticky {
padding:0px !important;
}
 .navbar-nav {
 display: block;
}
 .navbar-inverse .navbar-brand {
max-width: 200px;
padding: 0;
}
ul.dropdown-menu li ul.dropdown-submenu li {
color:#ccc;
line-height:20px;
}
.nav>li {
border-bottom: solid 1px #38995a;
}
.nav>li:hover{ background:#333;}
.top-header.sticky .quick-contact {
margin-bottom:0;
}
 .navbar-default .navbar-brand {
 display: inline;
}
.top-header .navbar {
 margin:0;
 padding: 0;
}
 .navbar-default .navbar-toggle .icon-bar {
 background-color: #fff;
}
 .navbar-default .navbar-nav .dropdown-menu > li > a {
 color: red;
 background-color: #ccc;
 border-radius: 4px;
 margin-top: 2px;
}
 .navbar-default .navbar-nav .open .dropdown-menu > li > a {
 color: #333;
}
 .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
 background-color: #ccc;
color:#ccc;
}
.navbar-inverse .navbar-nav>li>a, .other-pages .top-header .navbar-nav li a {
padding:8px 12px;
color:#fff!important;
}
 .navbar-nav .open .dropdown-menu {
/* border: 1px solid #38995a;*/
 background:#3bb375;
 border-radius: 0;
 display:table;
 width:100%;
}
.navbar-nav>li>.dropdown-menu{ padding:0px; color:#fff;}
.navbar-nav .open .dropdown-menu>li>a{ color:#fff!important}
 .dropdown-menu {
 padding-left: 0px;
}
 li.dropdown.open {
 border: 0px solid red;
}
.dropdown-menu>li{ padding:0px; font-size:13px; font-size:bold; border:none; border-bottom: solid 1px #208f56 !important;}
.dropdown-menu>li>a {
    padding: 5px !important;
}
/*.navbar-inverse .navbar-nav>li>a {
 font-size:13px; color:#333;
}*/
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
 color:#fff!important;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
background-color:none;
}
/*ul.dropdown-menu li {
	width: 100%;
	float: none;
}*/
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
background:#3bb375;
border:none;
}
/*.dropdown-submenu a{ color:#ccc;}*/
.quick-contact {
color:#666;
background-color:#efefef;
border-bottom:solid 1px #ccc;
}
.quick-contact a {
color:#337ab7;
}
.quick-contact.text-right {
text-align:center;
}
.other-pages .navbar-inverse .navbar-nav>li>a {
color:#fff;
}
.other-pages .quick-contact {
color:#333;
}
.other-pages .quick-contact a {
color:#337ab7;
}
.top-header .navbar-nav>li>.dropdown-menu { padding-top:20px;}
.other-pages .top-header .navbar-nav>li>.dropdown-menu {
	padding-top: 25px;
	border:0;
}
.top-header .navbar-nav li.active .dropdown-menu>li>a{ color:#fff !important;}
.navbar-inverse .navbar-toggle .icon-bar {
background-color:#333;
height:3px;
width:26px;
}
/*.bs-slider {
top:115px;
}*/
.navbar-toggle {
padding:0;
border:none;
margin:30px 10px 0 0;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
background:none!important;
cursor:pointer;
}
 .navbar-collapse {
background-color:#fff;
}
.navbar {
padding:10px 0;
background-color:#fff;
}
div#myNavbar {
 margin: 0px -15px;
}
.tech-logos {
position:relative;
/*top:100px;*/
}
 .buy-process-items {
display: block;
}
 .buy-process-wrap:before, .buy-process-item .text-wrap, .buy-process-item .icon-wrapper {
position: static !important;
height: auto !important;
}
.buy-process-item img {
top: 50px;
font-size: 150px;
color: #17ab61;
opacity: 1;
padding:5%;
}
 .buy-process-item {
height: auto;
padding: 115px 20px 20px;
overflow: hidden;
}
 .buy-process-item .icon-wrapper:before, .buy-process-item h4, .buy-process-item p {
position: static;
margin-bottom: 10px;
}
.buy-process-item img {
top: 0;
}
 .buy-process-item p {
padding-left:7%;
padding-right:7%;
}
.inner-header .header {
height:auto;
}
.inner-header .header h1 {
padding:25% 0;
font-size:30px;
}
.inner-header h1 {
text-align:center;
font-size:24px;
}
.copyright p {
font-size:10px;
margin-bottom:10px;
}
.services-box {
padding: 28% 5% 5%;
margin-bottom: 100px;
}
.security img {
margin-bottom:10px;
}
.navbar-inverse .navbar-brand {
padding: 8px 0;
height:auto;
}
.homepage .top-header img.white {
display:none;
}
.homepage .top-header img.black {
display:block;
}
.homepage .top-header.sticky img.black {
display:block;
}
.homepage .top-header.sticky img.white {
display:none;
}
.services ul li { width:100%; float:none;}
ul.industries-list.list-no {
	width:30%;
}
ul.industries-list.list-no img {
	max-width:90%;
}
ul.industries-list {
    margin: 20px 5% 20px 0;
}
.top-header.sticky .navbar-inverse .navbar-nav>li>a { color:#fff!important;}
.ind-img { margin-top:20px;}
.features-list li {
	float:none;
	margin:0;
	width:100%;
}
}
@media(max-width:480px) {
 .our-process-wrap {
background-size: inherit;
padding-top: 50px;
background-position:top;
padding-left:0;
padding-right:0;
.features-list li {
	font-size:16px;
}
}
.whychooseus ul li img {
margin-bottom:70px;
}
}
@media(max-width:375px) {
.whychooseus ul li img {
margin-bottom:110px;
}
.features-list img {
	float:left;
	margin:0 10px 0 0;
}

}
