@charset "utf-8";
/* CSS Document */
/*
Theme Name: Pacific Controls

Theme URL: http://www.pacificcontrols.net/iot

Author: Almeka

Author URL: http://www.almeka.net/

*/

/* reset style */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
* {
	padding: 0;
	margin: 0;
	outline: none;
	list-style: none;
	border: 0 none;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
	float:left;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

fieldset, img {
    border: 0;
}

html {
    height: 100%;
    margin-bottom: 1px;
}

:focus {
    outline: none;
}
input, textarea {
	outline: 0;
}

/* text selection style */
::selection {
	background: #f46907; /* Safari */
	color: #FFF;
	}
::-moz-selection {
	background: #f46907; /* Firefox */
	color: #FFF;
}

/* links */
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color: #0073c6;
	outline: none !important;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	transition: all .4s linear;
}

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

/* clear */
.clear {
    clear: both;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
}

h1 {
	font: lighter 36px/36px 'Open Sans', sans-serif;
	color: #ba0200;
	margin: 20px 0px;
	text-transform: uppercase;
}
h1 span {
	font: lighter 24px 'Open Sans', sans-serif;
	text-transform: none;
}
h1 strong{
	font-weight: lighter;
	text-transform: none;
}

h2 {
    font: lighter 24px 'Open Sans', sans-serif;
	color: #ba0200;
	text-transform: uppercase;
	margin: 20px 0px 15px 0px;
}

h3 {
    font: lighter 20px 'Open Sans', sans-serif;
    color: #333;
	text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 10px;
}
h3 span {
	text-transform: lowercase;
}

h4 {
    font: 20px 'Open Sans', sans-serif;
    color: #ba0200;
}
h4.partner{
	font: lighter 15px 'Open Sans', sans-serif !important;
	color: #000;
	margin-bottom: 20px;
}
h5 {
    font-size: 15px;
    color: #FFF;
}
footer h5{
	font: 16px 'Open Sans', sans-serif;
    color: #333;
	text-transform: uppercase;
	margin-bottom: 20px;
}
h6 {
    font-size: 19px;
    color: #FFF;
}
footer h6{
	font: 14px 'Open Sans', sans-serif;
    color: #FFF;
	margin: 0px 0px 10px 0px;
}
.heading-holder, .heading-holder-gray{
	width: 100%;
	float: left;
	background: url(../img/heading-holder.html) no-repeat bottom center;
	padding-bottom: 15px;
	margin: 40px 0px 20px 0px;
}
.heading-holder-gray{
	background: url(../img/heading-holder-gray.html) no-repeat bottom center;
}

/* page setup */
body {
    background: #FFF;
    font: 13px/18px Arial, Helvetica, sans-serif;
	overflow-x: hidden;
}
p {
	font: lighter 14px/24px 'Open Sans', sans-serif;
	color: gray;
	margin-bottom: 30px;
}

/* wrapper setup */
.wrapper {
	width: 100%;

}

main.slide-out .wrapper {
	margin-bottom: 0px;
}
main.slide-out header {
	position: relative;
}
main.slide-out .slider-area, main.slide-out .inner-banner-area{
	margin-top: 0px;
}

/* header */
header {
	width: 100%;
	background: #FFF;
	position: fixed;
	top:0;
	z-index: 999;
	border-bottom: 1px #efefef solid;
}
header.smaller {
	min-height: 65px;
}
header.smaller .logo {
	margin: 10px;
	max-width: 74px;
}
header.smaller ul.social-media {
	margin-top: 22px;
}
header.smaller .sb-search {
	top: 14px;
}
header.smaller .main-nav{
	margin-top: 10px;
}
header.smaller .jetmenu>li>a {
	padding: 15px 10px;
}
header.smaller .jetmenu>li>.megamenu{
	top: 54px;
}
header.smaller .jetmenu ul.dropdown{
	top: 44px;
}


/* top bar */
.top-right{
	position: relative;
	float: right;
	padding-right: 50px;
}
.select-style {
    width: 120px;
	height: 36px;
    overflow: hidden;
    background: url(../img/select-icon.html) no-repeat 90% 53% #e1e1e1;
	float: left;
	font: 12px/36px 'Open Sans', sans-serif;
	color: #807f7f;
}

.select-style select {
    padding: 0px 8px;
    width: 100%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.select-style select option{
	font: 12px/36px 'Open Sans', sans-serif;
	color: #807f7f;
	background: #e1e1e1;
	border: 1px #ccc solid !important;
}

.select-style select:focus {
    outline: none;
}

ul.social-media {
	float: right;
	margin-top: 48px;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	transition: all .4s linear;
}
ul.social-media li {
	float: left;
	list-style: none;
	margin-left: 8px;
}
ul.social-media li a {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../img/social-media-icons.png) no-repeat;
	text-indent: -999px;
	overflow: hidden;
}
ul.social-media li a.fb {
	background-position: 7px -23px;
}
ul.social-media li a.twt {
	background-position: -25px -23px;
}
ul.social-media li a.gplus {
	background-position: -57px -23px;
}
ul.social-media li a.in {
	background-position: -89px -23px;
}
ul.social-media li a.yt {
	background-position: -120px -23px;
}
ul.social-media li a.fb:hover {
	background-position: 7px 3px;
}
ul.social-media li a.twt:hover {
	background-position: -25px 3px;
}
ul.social-media li a.gplus:hover {
	background-position: -57px 3px;
}
ul.social-media li a.in:hover {
	background-position: -89px 3px;
}
ul.social-media li a.yt:hover {
	background-position: -120px 3px;
}


.sb-search {
	position: absolute;
	z-index: 999;
	width: 0%;
	min-width: 36px;
	height: 36px;
	right: 0px;
	top: 40px;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	transition: all .4s linear;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #CCC;
	width: 300px;
	height: 36px;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 20px;
	font: 12px 'Roboto', sans-serif;
	color: #666;
}

.sb-search-input::-webkit-input-placeholder {
	color: #999;
}

.sb-search-input:-moz-placeholder {
	color: #999;
}

.sb-search-input::-moz-placeholder {
	color: #999;
}

.sb-search-input:-ms-input-placeholder {
	color: #999;
}

.sb-icon-search,
.sb-search-submit  {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	background: url(../img/search-icon.png) no-repeat center #e1e1e1;
	z-index: 90;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: url(../img/search-icon.png) no-repeat center #e1e1e1;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

/* logo */
.logo {
	max-width: 143px;
	margin: 21px;
	float: left;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	transition: all .4s linear;
}
.logo a {
	display: block;
	float: left;
}
.logo a img {
	width: 156%;
	
}

/* Header Top */
.header-top-content{
	float: right;
	margin-top: 8px;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	transition: all .4s linear;
}
.top-content-boxes{
	font: 12px Helvetica, Arial, sans-serif;
	border-right: 1px #dddbdb dotted;
	float: left;
	padding: 15px 48px 10px 0px;
	text-align: right;
	color: #333;
	margin-left: 25px;
}
.top-content-boxes span{
	color: #999;
}


/* Navigation */
.main-nav{
	float: right;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	transition: all .4s linear;
}
.jetmenu {
	padding: 0;
	z-index: 99;
	position: relative;
	list-style: none;
}
.jetmenu li {
	display: inline-block;
	float: left;
}
.jetmenu a {
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	outline: 0;
	z-index: 10;
}
.jetmenu>li>a {
	padding: 50px 10px;
	font: 12px 'Open Sans', sans-serif;
	color: #333;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
}
.jetmenu>li.active>a, .jetmenu>li:hover>a {
	color: #ba0200;
}
.jetmenu ul.dropdown, .jetmenu ul.dropdown li ul.dropdown {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99;
	min-width: 200px;
}
.jetmenu ul.dropdown {
	top: 117px;
	background: #EEEEEE;
	padding: 20px 0px;
}
.jetmenu ul.dropdown li ul.dropdown {
	left: 100%;
	top: inherit;
}
.jetmenu ul.dropdown li {
	border: none;
	clear: both;
	width: 100%;
	font-size: 0px;
}
.jetmenu ul.dropdown li a {
	width: 100%;
	padding: 5px 15px;
	display: inline-block;
	float: left;
	clear: both;
	font: 12px 'Open Sans', sans-serif;
	text-decoration: none;
	color: #0062a8;
	filter:alpha(opacity=80);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.jetmenu ul.dropdown li:hover>a {
	color: #555;
}
.jetmenu ul.dropdown li ul.dropdown.left {
	left: auto;
	right: 100%;
}
.jetmenu .indicator {
	position: relative;
	left: 5px;
	width: 7px;
	height: 7px;
	top: 4px;
	font-size: 14px;
	float: right;
	text-indent: -999px;
	background: url(../img/down.html) repeat !important;
	z-index: 999;
	overflow: hidden;
	display: none;
}
.jetmenu ul li .indicator {
	font-size: 12px;
	top: 1px;
	left: 10px;
	text-indent: -999px;
}
.jetmenu>li>.megamenu {
	position: fixed;
	display: none;
	background: #eeeeee;
	width: 100%;
	top: 117px;
	right: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #999;
	z-index: 99;
	padding: 20px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.jetmenu>li>.megamenu .tab-content{
	padding: 0px 20px !important;
}
.jetmenu>li>.megamenu .nav-tabs li a{
	font-size: 16px;
	font-weight:bold;
}
.jetmenu li>.megamenu ul {
	margin: 0 0 20px;
	float: left;
	padding: 0;
	display: block;
	position: relative;
}
.jetmenu li>.megamenu ul li {
	width: 100%;
	padding: 2px 0;
	margin-left: 0px;
	border: none;
}
.jetmenu li>.megamenu .title {
	margin: 15px 0px 5px 0px;
}
.jetmenu li>.megamenu h5 {
	font: 16px 'Open Sans', sans-serif;
	color: #333;
	width: 100%;
	margin: 0;
	padding: 0;
}
.jetmenu li>.megamenu h3 {
	font: bold 12px 'Open Sans', sans-serif;
	text-transform: uppercase;
	width: 100%;
	text-align:center;
	margin: 0;
	padding: 0;
}
.jetmenu li>.megamenu a {
	font: 12px 'Open Sans', sans-serif;
	text-decoration: none;
	color: #0062a8;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
}
.jetmenu li>.megamenu a:hover {
	color: #555;
}
.jetmenu .megamenu img {
	width: 100%;
	-webkit-transition: border .3s linear;
	-moz-transition: border .3s linear;
	-o-transition: border .3s linear;
	transition: border .3s linear;
}
.jetmenu>li.fix-sub>.dropdown, .jetmenu>li.fix-sub>.megamenu, .jetmenu>li.fix-sub>.megamenu.half-width {
	right:0 !important;
}
.jetmenu>li>.megamenu.half-width {
	width: 50%
}
.jetmenu>li>.megamenu.full-width {
	width: 100%;
}
.megamenu .row {
	width: 100%;
	margin-top: 15px;
}
.megamenu .row:first-child {
	margin-top: 0;
}
.megamenu .row:after, .megamenu .row:before {
	display: table;
	content: "";
	line-height: 0;
}
.megamenu .row:after {
	clear: both
}
.megamenu .row .col1, .megamenu .row .col2, .megamenu .row .col3, .megamenu .row .col4, .megamenu .row .col5, .megamenu .row .col6 {
	display: block;
	min-height: 20px;
	float: left;
	margin-left: 2.127659574468085%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.megamenu .row [class*=col]:first-child {
	margin-left: 0;
}
.megamenu .row .col1 {
	width: 14.893617021276595%;
}
.megamenu .row .col2 {
	width: 31.914893617021278%;
}
.megamenu .row .col3 {
	width: 48.93617021276595%;
}
.megamenu .row .col4 {
	width: 65.95744680851064%;
}
.megamenu .row .col5 {
	width: 82.97872340425532%;
}
.megamenu .row .col6 {
	width: 100%;
}
.jetmenu>li.right {
	float: right;
}
.jetmenu>li.right>.dropdown, .jetmenu>li.right>.megamenu, .jetmenu>li.right>.megamenu.half-width {
	right: 0;
}
.jetmenu>li.jsright {
	float: right;
}
.jetmenu>li.jsright.last>.dropdown, .jetmenu>li.jsright.last>.megamenu, .jetmenu>li.jsright.last>.megamenu.half-width {
	right: 0
}
.jetmenu>li>a>i {
	line-height: 23px!important;
	margin-right: 6px;
	font-size: 18px;
	float: left
}
.jetmenu>li.showhide {
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color: #999;
	background: #FFF;
	border: none;
}
.jetmenu>li.showhide span.title {
	margin: 15px 0 0 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #004785;
	float: left
}
.jetmenu>li.showhide span.icon {
	margin: 17px 20px;
	float: right
}
.jetmenu>li.showhide .icon em {
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #004785
}
.black ul.dropdown li:hover>a, .black>li.active>a, .black>li:hover>a {
	background: #111;
	color: #fff
}
.black li>.megamenu form input[type=text]:focus, .black li>.megamenu form textarea:focus {
	border-color: #111
}
.black li>.megamenu form input[type=submit]:hover {
	background: #111;
	color: #fff
}
.black li>.megamenu a:hover {
	color: #dedede
}
.grey ul.dropdown li:hover>a, .grey>li.active>a, .grey>li:hover>a {
	background: #82837E;
	color: #fff
}
.grey li>.megamenu form input[type=text]:focus, .grey li>.megamenu form textarea:focus {
	border-color: #82837E
}
.grey li>.megamenu form input[type=submit]:hover {
	background: #82837E;
	color: #fff
}
.grey li>.megamenu a:hover {
	color: #dedede
}

/* Slider */
.slider-area {
	width: 100%;
	position: relative;
	margin-top: 118px;
}
.ms-view{
	background: #FFF !important;
}
.ms-layer.title {
    font: lighter 60px/60px 'Open Sans', sans-serif;
	color: #ba0200;
	text-align: left;
}
.ms-layer.sub-title {
    font: 15px 'Open Sans', sans-serif;
	color: #000;
	text-align: left;
}
.ms-layer.learn-more{
	font: 14px 'Open Sans', sans-serif;
	color: #FFF;
	text-transform: uppercase;
	background:  #ba0200;
	padding: 10px 45px;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	transition: all .4s linear;
}
.ms-layer.learn-more:hover{
	background: #FFF;
	color: #ba0200;
}

/* Content Area */
.content-area{
	width: 100%;
	background: #FFF;
}
.company-intro{

	text-align: left;
	margin-top: 60px;
}
.company-intro p {
	font: lighter 18px/30px 'Open Sans', sans-serif;
	color: #000;
	margin: 50px 0px;
	text-align:left;
}
ul.listing-style, ul.listing-style-2{
	margin: 0px 0px 15px 0px;
}
ul.listing-style li, ul.listing-style-2 li{
	font: lighter 14px/18px 'Open Sans', sans-serif;
	color: #000;
	list-style: url(../img/list-style.png);
	margin-bottom: 5px;
}
ul.listing-style-2 li{
	list-style: disc;
}
.know-more{
	font: 14px 'Open Sans', sans-serif;
	color: white;
	text-transform: uppercase;
	background: #ba0200;
	padding: 10px 50px;
	margin-top: -31px;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	transition: all .4s linear;
	float:left;
}
.know-more:hover{
	padding: 10px 40px;
	background: #1866ab;
	color: #FFF;
}

/* IoT Section */
.iot-section{
	width: 100%;
	float: left;
	background: url(../img/internet-of-things.jpg) no-repeat;
	background-size: contain;
}
.about-us-image{
	width: 100%;
	float: left;
	background: url(../img/internet-of-things-3.jpg) no-repeat;
	background-size: contain;
}
.market-place-image{
	width: 100%;
	float: left;
	background: url(../img/internet-of-things-2.jpg) no-repeat;
	background-size: contain;
}
.platform-image{
	width: 100%;
	float: left;
	background: url(../img/galaxy2021.jpg) no-repeat;
	background-size: contain;
}

.iot-content{
	width: 60%;
	float: right;
	padding: 80px 45px;
	padding-right: 10%;
	background: #f4f4f4;
}
.iot-content ul.social-media {
	float: left;
	margin-top: 0px;
}
.iot-content ul.social-media li {
	float: left;
	list-style: none;
	margin: 0px 0px 8px 8px;
}
.iot-content ul.social-media li a {
	width: 31px;
	height: 31px;
	display: block;
	background: url(../img/social-media-icons.png) no-repeat #b7b7b7;
	text-indent: -999px;
	overflow: hidden;
}
.iot-content ul.social-media li a:hover {
	background: url(../img/social-media-icons.png) no-repeat #ba0200;
}
.iot-content ul.social-media li a.fb {
	background-position: 12px -17px;
}
.iot-content ul.social-media li a.fb:hover {
	background: url(../img/social-media-icons.png) 12px -17px no-repeat #385A97;
}
.iot-content ul.social-media li a.twt {
	background-position: -20px -17px;
}
.iot-content ul.social-media li a.twt:hover {
	background: url(../img/social-media-icons.png) -20px -17px no-repeat #00BDF4;
}
.iot-content ul.social-media li a.gplus {
	background-position: -51px -17px;
}
.iot-content ul.social-media li a.gplus:hover {
	background: url(../img/social-media-icons.png) -51px -17px no-repeat #DD4C3B;
}
.iot-content ul.social-media li a.in {
	background-position: -83px -17px;
}
.iot-content ul.social-media li a.in:hover {
	background: url(../img/social-media-icons.png) -83px -17px no-repeat #1484C6;
}
.iot-content ul.social-media li a.yt {
	background-position: -114px -17px;
}
.iot-content ul.social-media li a.yt:hover {
	background: url(../img/social-media-icons.png) -114px -17px no-repeat #FE0000;
}
.iot-content ul.social-media li a.blog {
	font: 14px/31px 'Open Sans', sans-serif;
	color: #D2D2D2;
	text-align: center;
	text-transform: uppercase;
	text-indent: 0px;
	width: 65px;
	background: #b7b7b7;
}
.iot-content ul.social-media li a.blog:hover{
	background: #ba0200;
}

/* Market Place Section */
.marketplace-section{

	width: 100%;
	float: left;
	padding-bottom: 30px;
	    margin-top: 35px;
}
.more-verticals{
	font: 14px 'Open Sans', sans-serif;
	color: #FFF;
	text-transform: uppercase;
	background: #ba0200;
	padding: 10px 20px;
	margin-top: 38px;
	float: right;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	transition: all .4s linear;
}
.more-verticals:hover{
	padding: 10px 30px;
	background: #1866ab;
	color: #FFF;
}
.market-item{
	width: 100%;
	float: left;
	margin-top: 30px;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	transition: all .4s linear;
}
.item .market-item{
	padding: 0px 15px;
}
.market-item figure{
	position: relative;
	margin: 0px;
}
.market-item .icon{
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 55px;
	height: 55px;
	border: 2px #FFF solid;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	transition: all .4s linear;
}
.market-item figure, .market-item figure img {
	width: 100%;
	float: left;
}
.market-cont{
	width: 100%;
	float: left;
	padding: 0px 16px;
	background: #ebebeb;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	transition: all .4s linear;
}
.market-item p {
	font: 13px/20px 'Open Sans', sans-serif;
	color: #000;
	margin-bottom: 25px;
}
.market-item:hover .icon{
	background: #ba0200;
}
.market-item:hover .market-cont{
	background: #ba0200;
}
.market-item:hover .market-cont h3, .market-item:hover .market-cont p{
	color: #FFF;
}

/* Market Place details Section */
main {
  position: relative;
  z-index: 2;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
main.slide-out {
  /* the main element slides to the left when the author bio is visible */
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
main.slide-out .cd-overlay {
  /* the overlay layer gets visible when the author bio slides in */
  display: block;
  -webkit-animation: cd-fade-in 0.3s;
  -moz-animation: cd-fade-in 0.3s;
  animation: cd-fade-in 0.3s;
}
.cd-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 71, 134, 0.7);
  cursor: pointer;
  display: none;
  z-index: 999999;
}
.market-place-contents {
  position: fixed;
  top: 0;
  right: 0%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  /* smooth scrolling on mobile phones and tablets */
  -webkit-overflow-scrolling: touch;
  background: #FFF;
  z-index: 999;
  /* this how we move the author bio section off the canvas */
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.market-place-contents.slide-in {
  /* the author bio section slides in when the user clicks on the team member picture */
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.market-place-contents .market-place-contents-pict {
  position: relative;
}
.market-place-contents .market-place-contents-pict::after {
  /* gradient at the bottom of the image - same color of the background of the section */
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-linear-gradient( bottom , #FFF, rgba(255, 255, 255, 0));
  background: linear-gradient(to top, #FFF, rgba(255, 255, 255, 0));
}
.no-cssgradients .market-place-contents .market-place-contents-pict::after {
  display: none;
}
.market-place-contents img {
  width: 100%;
  display: block;
}
.market-place-contents .marketplc-content {
  padding: 1em;
  color: #FFF;
}
.market-place-contents .marketplc-content h1 {
  font: lighter 30px 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.market-place-contents .marketplc-content p {
  font: 14px/20px 'Open Sans', sans-serif;
  color: #000;
}
.market-place-contents-close {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: fixed;
  top: 10px;
  right: 20px;
  background: url("../img/cd-icon-close.svg") no-repeat center center rgba(0,71,134,.5);
  text-indent: 100%;
  white-space: nowrap;
  z-index: 9999;
  display: none;
}
.market-place-contents-close.is-visible {
  display: block;
  -webkit-animation: cd-move-in 0.8s;
  -moz-animation: cd-move-in 0.8s;
  animation: cd-move-in 0.8s;
}

/* Partners Section */
.partner-section{
	padding: 70px 0px;
	text-align: center;
}
.partner-section .media{
	text-align: left;
	margin-top: 25px;
}
.partner-section .media p{
	font: 13px/18px 'Open Sans', sans-serif;
    color: #000;
}
.partner-section .media h4{
	margin: 0px 0px 5px 0px;
}

/* Galaxy Section */
.galaxy-video-section{
	width: 100%;
	padding: 80px 0px;
	background: url(../img/galaxy-video-bg.jpg) no-repeat center;
	text-align: left;
}
.galaxy-video-section  p{
	font: lighter 16px/24px 'Open Sans', sans-serif;
	margin-top: 60px;
}
.galaxy-video-section h1, .galaxy-video-section  p{
	color: #FFF;
	text-align:center;
	text-shadow: 0px 0px 10px #ba0200;
}
.play-btn{
	width: 71px;
	height: 71px;
	background: url(../img/play-btn.png) center;
	margin:0 auto;
	display: block;
	opacity: 0.8;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	transition: all .4s linear;
}
.play-btn:hover{
	opacity: 1;
}

/* Main Buttons */
.video-btn, .whitepaper-btn{
	font:14px 'Open Sans', sans-serif;
	color: #ba0200;
	text-transform: uppercase;
	padding: 10px 25px 10px 50px;
	background: url(../img/video-icon.png) no-repeat 20px center;
	border: 1px #ba0200 solid;
	float: left;
	margin-right: 30px;
}
.video-btn:hover{
	background: url(../img/video-icon.png) no-repeat -35px center #ba0200;
	border: 1px #FFF solid;
	color: #FFF;
}
.schedule{
	font:14px 'Open Sans', sans-serif;
	color: #FFF;
	text-transform: uppercase;
	padding: 5px 20px 5px 50px;
	border: 1px #ba0200 solid;
	float: left;
	margin-right: 35px;
	background: url(../img/schedule.png) no-repeat 20px center #ba0200;
}
.schedule:hover{
	background: url(../img/schedule.png) no-repeat -35px center #FFF;
	border: 1px #ba0200 solid;
	color: #ba0200;
}
.buy-now{
	font:14px 'Open Sans', sans-serif;
	color: #FFF;
	text-transform: uppercase;
	padding: 5px 20px 5px 50px;
	border: 1px #ba0200 solid;
	float: left;
	margin-right: 15px;
	background: url(../img/buy-now.png) no-repeat 20px center #ba0200;
}
.buy-now:hover{
	background: url(../img/buy-now.png) no-repeat -35px center #FFF;
	border: 1px #ba0200 solid;
	color: #ba0200;
}
.whitepaper-btn{
	background: url(../img/whitepaper-icon.png) no-repeat 20px center;
}
.whitepaper-btn:hover{
	background: url(../img/whitepaper-icon.png) no-repeat -35px center #ba0200;
	border: 1px #FFF solid;
	color: #FFF;
}




/* footer */
footer{
	width: 100%;
	float: left;
	background: #eeeeee;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: -2;
	margin-bottom: -12px;
}
footer .left{
	width: 70%;
	max-width: 1200px;
	float: left;
	background: #252525;
	padding: 28px 0px 28px 38px;
}
footer .left .contact-details{
	width: 260px;
	float: left;
	margin-right: 30px;
}
.details-xtr-wdt{
	width: 320px !important;
}
.footer-logo{
	max-width: 186px;
	margin-bottom: 10px;
}
.footer-logo img{
	max-width: 100%;
}
footer p{
	font: 12px/20px 'Open Sans', sans-serif;
	color: #999;
	margin: 0px 0px 3px 0px;
}
footer p span{
	width: 100%;
	float: left;
	color: #FFF;
	margin-bottom: 10px;
}
footer .left .contact-details a{
	color: #FFF
}
footer .left .contact-details a:hover{
	color: #0073c6
}

ul.footer-social-media {
	width: 100%;
	float: left;
	margin: 15px 0px 20px 0px;
}
ul.footer-social-media li {
	float: left;
	list-style: none;
	margin-right: 8px;
}
ul.footer-social-media li a {
	width: 31px;
	height: 31px;
	display: block;
	background: url(../img/social-media-icons.png) no-repeat #303030;
	text-indent: -999px;
	overflow: hidden;
}
ul.footer-social-media li a:hover {
	background: url(../img/social-media-icons.png) no-repeat #4d4d4d;
}
ul.footer-social-media li a.fb {
	background-position: 12px -17px;
}
ul.footer-social-media li a.twt {
	background-position: -20px -17px;
}
ul.footer-social-media li a.gplus {
	background-position: -51px -17px;
}
ul.footer-social-media li a.in {
	background-position: -83px -17px;
}
ul.footer-social-media li a.yt {
	background-position: -114px -17px;
}
.footer-navigations{
	max-width: 980px;
	width: 30%;
	float: right;
	padding: 45px 50px 0px 50px !important;
}
.footer-navigations .quick-links{
	float: left;
}
ul.footer-links{
	width: 120px;
	float: left;
}
ul.footer-links li{
	margin-bottom: 5px;
}
ul.footer-links li a{
	font: 13px 'Open Sans', sans-serif;
	color: white;
	
}
ul.footer-links li a:hover{
	color: white;
}
.copyright{
	width: 100%;
	float: left;
	font: 12px 'Open Sans', sans-serif;
	color: #000;
	margin-top:-34!important;
	text-align:center;
	background-color:white;
	padding:11px;
}


/* scrollToTop button */
.scrollToTop {
	width: 39px;
	height: 39px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: absolute;
	bottom: 0px;
	right: 40px;
	display: none;
	background: url(../img/backtop.png) center no-repeat #bebebe;
	text-indent: -9999px;
	z-index: 99999 !important;
	outline: none !important;
}
.scrollToTop:hover {
	text-decoration: none;
	background: url(../img/backtop.png) center no-repeat #191919;
}

/* Inner Banner Area */
.inner-banner-area {
	position: relative;
	width: 100%;
	min-height: 270px;
	margin-top: 115px;
	overflow: hidden;
}
.inner-banner-area img {
	position: absolute;
	width: 100%;
	top: -30%;
	right: 0;
}
.inner-banner-area h2{
	position: absolute;
	width: 100%;
	margin-top: 90px;
	font: lighter 45px 'Open Sans', sans-serif;
	color: #FFF;
	text-align: left;
	margin-left: 45px;
	text-transform: uppercase;
}
.inner-banner-area h2 span{
	text-transform: lowercase;
}

/* breadcrumb */
.breadcrumb {
	position: absolute;
	width: 100%;
	bottom: -20px;
	left: 0px;
	background: rgba(255,255,255,.6);
	padding: 15px 0px 15px 40px;
	border-radius: 0px;
}
.breadcrumb > li + li::before {
    color: #ba0200;
    content: "/";
    padding: 0 5px;
}
.breadcrumb li{
	font: normal 12px 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #ba0200;
}
.breadcrumb li a {
	font: normal 12px 'Open Sans', sans-serif;
	text-transform: uppercase;
	color: #ba0200;
	margin: 0px 5px;
	-o-transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	transition: all .4s linear;
}
.breadcrumb li a:hover {
	text-decoration: none;
	color: #FFF;
}

.pp_details .pp_close{
	display: none !important;
}

/* Top Inner Area */
.top-inner-area{
	width: 100%;
	float: left;
	padding: 5%;
	background: #f3f3f3;
}
.top-inner-area figure{
	width: 45%;
	float: left;
}
.top-inner-area figure img{
	max-width: 100%;
}
figure{
	width: 100%;
	float: left;
	margin: 20px 0px;
}
figure img{
	max-width: 100%;
}
.top-inner-area .content-box{
	width: 53%;
	position: absolute;
	right: 5%;
	background: #FFF;
	padding: 50px;
	margin-top: 30px;
	min-height: 470px;
}

/* Market Palce Page */
.load-more-verticals{
	display: none;
}
#load-verticals-btn {
	font: 14px 'Ruluko', sans-serif;
	color: #333;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 15px;
	cursor: pointer;
	width: 100%;
	height: 28px;
	text-indent: -9999px;
	display: block;
	background: url(../img/view-more.png) no-repeat center bottom;
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
#load-verticals-btn.active{
	display: none;
}

/* Partner page Page */
.partner-content{
	text-align: left;
}

/* Contact Page */
.contact-content{
	padding-top: 50px;
	padding-bottom: 50px;
}
address{
	font: 14px/20px 'Open Sans', sans-serif;
	color: #000;
	margin-top: 10px;
	width: 100%;
	float: left;
}
address.us{
	margin-top: 30px;
}
address span{
	font: 16px 'Open Sans', sans-serif;
	color: #ba0200;
	text-transform: uppercase;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
address a{
	color: #ba0200;
}
address a:hover{
	color: #333;
}
form p, .checkbox{
	font: 12px 'Open Sans', sans-serif;
	color: #000;
	float: left;
}
.checkbox{
	margin-left: 20px;
}
.input, .textarea{
	width: 100%;
	height: 37px;
	padding: 10px;
	float: left;
	background: #f3f3f3;
	border: none;
	font: 14px 'Open Sans', sans-serif;
	color: #666;
	margin: 5px 0px 15px 0px;
}
.textarea{
	height: 130px;
}
form .know-more{
	float: right;
}

/* Plateform Page */
.smarter-communities{
	width: 100%;
	float: left;
	padding: 80px 0px;
	background: url(../img/smarter-communities.jpg) no-repeat center;
	text-align: left;
	text-align: center;
}
.smarter-communities h1{
	text-shadow: 0px 0px 15px #FFF;
}
.smarter-communities p{
	font: 14px/22px 'Open Sans', sans-serif;
	color: #333;
	text-shadow: 0px 0px 15px #FFF;
}
.galaxy-features{
	padding-top: 50px;
}
.inner-right-img{
	width: 50%;
	float: right;
	margin: 0px 0px 10px 20px;
}

/*Accordion style*/
.panel{
	border: none !important;
	border-radius: 0px !important;
	box-shadow: none !important;
}
.panel-heading {
	color: #1a85b1 !important;
	background-color: #f5f5f5;
	cursor: pointer;
	border-radius: 0px !important;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.panel-heading:hover, .panel-heading.active {
	color: #FFF !important;
	background-color: #0093D0;
}
.panel-title{
	font: lighter 14px/22px 'Open Sans', sans-serif;
}
.panel-body{
	border: 1px #E1E1E1 solid;
}
.panel-body a{
	opacity: 1 !important;
}
.panel-body .content-main-img, .panel-body .content-main-img img{
	width: 100%;
}
.panel-body .content-img{
	width: 40%;
	float: right;
	margin: 0px 0px 10px 20px;
}
.panel-body .content-img img{
	max-width: 100%;
}

.content-main-img-2{
	width: 110%;
	margin: -15px -15px 15px -15px;
}

/* Market Place inner Page */
.managed-marketplace{
	padding-top: 60px;
	padding-bottom: 60px;
}
.managed-market-img{
	margin:0px;
}
.managed-market-title{
	width: 100%;
	float: left;
	background: #f1f1f1;	
	margin: -3px 0px 15px 0px;
	padding: 5px 15px 15px 15px;
}
.managed-market-title-agri{
	width: 100%;
	float: left;
	background: #f1f1f1;	
	margin: 45px 0px 0px 0px;
	padding: 15px 35px;
}
.center-link{
	max-width:400px;
	margin:0 auto;
	text-align:center;
}
.managed-marketplace h2{
	font: lighter 24px 'Open Sans', sans-serif;
}
.managed-market-title .video-btn, .managed-market-title .whitepaper-btn{
	font:12px 'Open Sans', sans-serif;
	color: #ba0200;
	text-transform: uppercase;
	padding: 5px 20px 5px 30px;
	background: url(../img/video-icon.png) no-repeat 10px center;
	margin: 10px 15px 0px 0px;
}
.managed-market-title .video-btn:hover{
	background: url(../img/video-icon.png) no-repeat -45px center #ba0200;
	border: 1px #FFF solid;
	color: #FFF;
}
.managed-market-title .whitepaper-btn{
	background: url(../img/whitepaper-icon.png) no-repeat 10px center;
}
.managed-market-title .whitepaper-btn:hover{
	background: url(../img/whitepaper-icon.png) no-repeat -45px center #ba0200;
	border: 1px #FFF solid;
	color: #FFF;
}

.stylish{
	font-size:25px;
	line-height:30px;
	color:#0E76BD;
}

.customer_para {
    background: url(../img/para.png) no-repeat top left;
    padding: 20px 10px 20px 30px;
    float: left;
}

.nav-tabs {
    border-bottom:0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #0E76BD;
	border-bottom-color: #0E76BD;
    border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 25px;
}



/* media quiries */

@media (max-width:1500px) {
h1 {
	font: lighter 30px 'Open Sans', sans-serif;
}
.iot-section{
	margin-left: -100px;
}
.about-us-image{
	margin-left: -100px;
	background-position:-150px;
}
.market-place-image{
	margin-left: -100px;
	background-position:-150px;
}
.platform-image{
	margin-left: -100px;
	background-position:-150px;
}
.iot-content{
	margin-right:-100px !important;
	
}
footer .left{
	width: 70%;
	max-width: 1200px;
	float: left;
	background: #252525;
	padding: 28px 0px 28px 38px;
}
footer .left .contact-details{
	width: 240px;
	float: left;
	margin-right: 30px;
}
.details-xtr-wdt{
	width: 260px !important;
}
.footer-navigations .quick-links{
	float: left;
}
ul.footer-links{
	margin: 20px 0px 10px 0px;
	width: 100px;
	float: left;
}
ul.footer-links li{
	margin-bottom: 5px;
}
ul.footer-links li a{
	font: 13px 'Open Sans', sans-serif;
	color: #666
}
ul.footer-links li a:hover{
	color: #ba0200
}
.copyright{
	width: 100%;
	float: left;
	font: 12px 'Open Sans', sans-serif;
	color: #666;
}

.inner-banner-area {
	min-height: 230px;
	margin-top: 80px;
}
.inner-banner-area img {
	top: -10%;
}

.top-inner-area{
	padding: 10% 3%;
}
.top-inner-area .content-box{
	padding: 30px;
	margin-top: -30px;
}

}

@media (max-width:1300px) {
h1 span {
	font: lighter 20px 'Open Sans', sans-serif;
}

footer .left{
	width: 80%;
}
.details-xtr-wdt{
	width: 260px !important;
}
.footer-navigations{
	width: 20%;
}
ul.footer-links{
	margin: 0px 0px 0px 0px;
}

.inner-banner-area {
	min-height: 200px;
}
.inner-banner-area img {
	top: -5%;
}
.inner-banner-area h2{
	margin-top: 80px;
	font: lighter 30px 'Open Sans', sans-serif;
	margin-left: 25px;
}
.breadcrumb {
	padding: 15px 0px 15px 25px;
}

.top-inner-area{
	padding: 10% 3%;
}
.top-inner-area .content-box{
	width: 55%;
	right: 3%;
	padding: 20px;
}

}

@media only screen and (min-width: 768px) {
  .market-place-contents .marketplc-content {
    padding: 2em;
  }
  .market-place-contents .marketplc-content p {
    line-height: 1.6;
    margin: 2em 0;
  }
}
@media only screen and (min-width: 580px) {
.market-place-contents .marketplc-content {
  padding: 25px;
  color: #FFF;
  background: -webkit-linear-gradient( bottom , #FFF, rgba(255, 255, 255, 0)) !important;
  background: linear-gradient(to top, #FFF, rgba(255, 255, 255, 0)) !important;
}
.market-place-contents {
  right: 10%;
  width: 80%;
}
}
@media only screen and (min-width: 1200px) {
  .market-place-contents {
	right: 20%;
    width: 60%;
  }
  .market-place-contents .market-place-contents-pict::after {
    height: 150px;
  }
  .market-place-contents-close {
    right: 30px;
    top: 20px;
  }
}
@media (min-width:1600px) {
.market-place-contents {
	right: 30%;
    width: 40%;
}
.footer-navigations{
	padding: 65px 250px 0px 0px;
}
}

@media (max-width:1140px) {
.jetmenu>li>a {
	padding: 50px 10px;
}
header.smaller .jetmenu>li>a {
	padding: 15px 8px;
}
.iot-section{
	background-size: cover;
	background-position: -200px 0px;
}
.about-us-image{
	background-size: cover;
	background-position: -200px 0px;
}
.market-place-image{
	background-size: cover;
	background-position: -200px 0px;
}
.platform-image{
	background-size: cover;
	background-position: -200px 0px;
}
footer .left .contact-details{
	width: 220px;
	margin-right: 20px;
}
.details-xtr-wdt{
	width: 240px !important;
}
}

@media (max-width:1000px) {
/* header */
header{
	position: relative;
}
ul.social-media {
	margin-top: 8px;
}
.sb-search {
	top: 0px;
}
.main-nav{
	margin: 30px -15px 0px 20px;
}
.jetmenu>li>a {
	padding: 10px;
}

/* Slider */
.slider-area, .inner-banner-area, .inner-banner-area img{
	margin-top: 0px;
}
footer{
	position: relative;
}
footer .left, .footer-navigations{
	width: 100%;
}
.footer-navigations{
	padding: 20px !important;
}
footer h5{
	margin-bottom: 10px;
}
footer .left .contact-details{
	width: 200px;
}
.details-xtr-wdt{
	width: 220px !important;
}

ul.footer-links{
	width: auto;
}
ul.footer-links li{
	float: left;
	margin: 0px 10px 0px 0px;
    width: 100%;
}
ul.footer-links li a{
	font: 13px 'Open Sans', sans-serif;
	color: #666
}


.inner-banner-area {
	min-height: 160px;
}
.inner-banner-area img {
	top: -30%;
	width: 120%;
}
.inner-banner-area h2{
	margin-top: 40px;
	font: lighter 26px 'Open Sans', sans-serif;
}
.top-inner-area{
	padding: 40px 20px;
}
.top-inner-area figure{
	width: 100%;
	float: left;
	text-align: center;
}
figure{
	width: 100%;
	float: left;
	margin: 0px;
}
.top-inner-area .content-box{
	width: 100%;
	float: left;
	position: static;
	margin-top: -30px;
	min-height: 350px;
}

}

@media (max-width:768px) {
h1 {
	font: lighter 24px/24px 'Open Sans', sans-serif;
	margin: 10px 0px;
}
h1 span {
	font: lighter 16px 'Open Sans', sans-serif;
}
p {
	font: lighter 13px/22px 'Open Sans', sans-serif;
	margin-bottom: 20px;
}
/* logo */
.logo {
	float: left;
	margin-bottom: 0px;
}
.logo a {
	max-width: 103px;
	margin:0 auto;
	float: none;
}
.top-right{
	width: 100%;
}
ul.social-media{
	margin-top: -41px;
}
.sb-search{
	top: -50px;
}
/* Navigation */
.main-nav{
	width: 100%;
	float: left;
	margin: 0px 0px 10px 20px;
}
.jetmenu {
	width: 100%;
	margin: 0px!important;
}
.jetmenu>li {
	display: block;
	width: 100%;
	margin-left: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.jetmenu>li>a {
	padding: 15px 25px
}
.jetmenu a {
	width: 100%;
	background: #dbdbdb;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.jetmenu ul.dropdown, .jetmenu ul.dropdown li ul.dropdown {
	width: 100%!important;
	left: 0;
	float: left;
	position: static !important;
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.jetmenu ul.dropdown li {
	border: none
}
.jetmenu ul.dropdown>li>a {
	padding-left: 40px!important
}
.jetmenu>li>.megamenu {
	width: 100%!important;
	position: static;
	border-top: none
}
.jetmenu>li>.megamenu a, .jetmenu ul.dropdown li a{
	background: none;
}
.jetmenu>li>.megamenu .row [class*=col] {
	float: none;
	display: block;
	width: 100%!important;
	margin-left: 0;
	margin-top: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.jetmenu>li>.megamenu .row, .jetmenu>li>.megamenu .row:first-child [class*=col]:first-child {
	margin-top: 0
}
.jetmenu>li>ul.dropdown>li>a {
	padding-left: 40px!important
}
.jetmenu>li>ul.dropdown>li>ul.dropdown>li>a {
	padding-left: 60px!important
}
.jetmenu>li>ul.dropdown>li>ul.dropdown>li>ul.dropdown>li>a {
	padding-left: 80px!important
}
.jetmenu li > .megamenu ul li.title {
	border: none;
}

.iot-section, .market-place-image, .about-us-image, .platform-image{
	width: 100%;
	margin-left: 0px;
	background-position: 0px;
}

.company-intro p {
	font: lighter 14px/24px 'Open Sans', sans-serif;
}
.iot-content{
	width: 100%;
	float: left;
	background: rgba(51,51,51,.9);
	padding-right: 100px !important;
}
.iot-content p{
	color: #FFF;
}

.marketplace-section h1{
	text-align: center;
}
.more-verticals{
	width: 220px;
	display: block;
	margin: 25px auto;
	float: none;
	text-align: center;
}
.more-verticals:hover{
	width: 210px;
}
.video-btn, .whitepaper-btn{
	font:12px 'Open Sans', sans-serif;
	color: #ba0200;
	text-transform: uppercase;
	padding: 5px 20px 5px 30px;
	background: url(../img/video-icon.png) no-repeat 10px center;
	margin: 10px 15px 0px 0px;
}
.video-btn:hover{
	background: url(../img/video-icon.png) no-repeat -45px center #ba0200;
	border: 1px #FFF solid;
	color: #FFF;
}
.whitepaper-btn{
	background: url(../img/whitepaper-icon.png) no-repeat 10px center;
}
.whitepaper-btn:hover{
	background: url(../img/whitepaper-icon.png) no-repeat -45px center #ba0200;
	border: 1px #FFF solid;
	color: #FFF;
}
.market-place-contents .marketplc-content h1 {
  font: lighter 24px 'Open Sans', sans-serif;
}
.market-place-contents .marketplc-content p {
  font: 13px/20px 'Open Sans', sans-serif;
}
ul.listing-style li, ul.listing-style-2 li{
	font: lighter 13px/18px 'Open Sans', sans-serif;
}
footer .left .contact-details{
	width: 40% !important;
}
footer .left .main{
	width: 100% !important;
}

.inner-banner-area {
	min-height: 160px;
}
.inner-banner-area img {
	width: 150%;
}
.inner-banner-area h2{
	margin-top: 50px;
	font: lighter 20px 'Open Sans', sans-serif;
}
form .know-more{
	float: left;
}
}

@media (min-width:768px) and (max-width:900px) {
.jetmenu>li>.megamenu {
	width: 100%!important;
	left: 0!important
}
}
@media (max-width: 680px) {
.inner-right-img{
	width: 100%;
}
}
@media (max-width: 580px) {
h1 {
	font: lighter 20px 'Open Sans', sans-serif;
}
.iot-content{
	padding: 10px;
	padding-right: 100px !important;
}
.galaxy-video-section  p{
	font: lighter 14px/22px 'Open Sans', sans-serif;
}
h4.partner{
	font: lighter 13px 'Open Sans', sans-serif !important;
}
footer .left .contact-details{
	width: 100% !important;
}

.inner-banner-area {
	min-height: 140px;
}
.inner-banner-area img {
	top: -20%;
	width: 200%;
}
.inner-banner-area h2{
	font: lighter 16px 'Open Sans', sans-serif;
	text-shadow: 0px 0px 5px #ba0200;
}
.breadcrumb {
	padding: 5px 0px 5px 25px;
}
.breadcrumb li, .breadcrumb li a {
	font: normal 10px 'Open Sans', sans-serif;
}
}
@media (max-width: 480px) {
.inner-banner-area {
	min-height: 130px;
}
.inner-banner-area img {
	top: -20%;
	width: 220%;
}
.inner-banner-area h2{
	margin-top: 40px;
}
}







.topnav {
  overflow: hidden;
  background-color: red;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: white;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}


p {
    font: lighter 14px/24px 'Open Sans', sans-serif;
    color: white!important;
    margin-bottom: 30px;
}
