@font-face {
	font-family: 'Roboto';
	src: url('../font/Roboto-Regular.eot');
	src: url('../font/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('../font/Roboto-Regular.woff') format('woff'),
		url('../font/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../font/Roboto-Medium.eot');
	src: url('../font/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
		url('../font/Roboto-Medium.woff') format('woff'),
		url('../font/Roboto-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url('../font/Roboto-Italic.eot');
	src: url('../font/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
		url('../font/Roboto-Italic.woff') format('woff'),
		url('../font/Roboto-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Roboto';
	src: url('../font/Roboto-Bold.eot');
	src: url('../font/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
		url('../font/Roboto-Bold.woff') format('woff'),
		url('../font/Roboto-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Roboto';
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;	
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.header
{
	width: 100%;
	height: 80px;
	background-color: #fff;
	border-bottom:3px solid #013883;
	position:fixed;
	z-index:1;
}
.container
{
	width: 1080px;
	margin: 0 auto;
}
.logo
{
	float:left;
}
.logo h1 a
{
	font-family: 'Roboto';
	text-decoration: none;
	color: #1C97CA;
	font-size: 40px;
	font-weight: 100;
	padding: 27px 0px;
	display: block;
	letter-spacing: 4px;
	text-transform: uppercase;
	
}
.menu
{
	float: right;
}
.menu ul li
{
	display: inline-block;
	padding: 34px 10px;
}
.menu ul li a
{
	float:right;
	font-family: 'Roboto';
	text-decoration: none;
	color: #4e4f4f;
	font-size: 14px;
	/*font-weight: 600;*/
	text-transform: uppercase;
	letter-spacing: 0px;
	transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	-webkit-transition: color 0.3s ease-in;
	-ms-transition: color 0.3s ease-in;
}
.menu ul li a:hover
{
	color: #1C97CA;
}

.active1 a{
		-moz-appearance: none;
		-webkit-appearance: none;
		-o-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		border-radius: 6px;
		border: 0;
		color: #629DD1 !important;
		cursor: pointer;
		display: inline-block;
		border-bottom:1px solid #629DD1;
	}

.raliance_groupm{background:#fff; border:1px #ccc dashed; width:197px; float:right; border-radius:5px; padding:2px 5px 1px 8px; margin-top:18px; margin-left:25px;}

.raliance_groupm h4{font-size:20px; font-family: 'Roboto'; text-align:center; padding:5px 0; color:#666}
.raliance_groupm hr{width:90%; margin:0 auto} 
.raliance_groupm select{margin:0; padding:0; color:#0c4ca3; font-family: 'Roboto';}
.mytable a.selected{color:#00b1ef !important; box-shadow: 0 2px 0 #00b1ef inset !important; font-weight:bold;}
strong.mycenter{padding:10px 0}
.poptag{height:440px; overflow:scroll}
.select-style {
    padding: 0;
    margin: 0px 0px 0px -3px;
    border-radius: 3px;
    overflow: hidden;
    /*background-color: #fff;*/

    background: url("http://www.scottgood.com/jsg/blog.nsf/images/arrowdown.gif") no-repeat 100% 50%;
}

.select-style select {
    /*padding: 5px 12px;*/
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
			font-size:12px;
}

.select-style select:focus {
    outline: none;
}
.banner
{
	background: url(images/picjumbo-bg5.png) no-repeat fixed 0% 0%/cover;
	padding: 150px 0px;
	cursor: default;
}
.header-text
{
	text-align:center;
	color: #fff;
}
.big-text
{
	font-size: 30px;
	line-height: 50px;
	font-family: 'Roboto';
	font-weight: 300;
}
.header-text h2
{
	font-size: 50px;
	font-weight: 600;
	font-family: 'Roboto';
	line-height: 60px;
	color:#fff;
}
.small-text
{
	width: 65%;
	margin: 0 auto;
	font-size: 30px;
	font-family: 'Roboto';
	font-weight: 400;
	line-height: 40px;
	color:#fff;
}
.small-text a
{
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}

body * {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 20px;
  color: #878787;
}
h1 {
  color: #53555c;
  font-family: 'Roboto';
  font-weight:bold;
}
h2 {
  color: #53555c;
  font-family: 'Roboto';
  font-size: 2em;
  line-height: 1.5em;
  margin: 30px 0 0 0;
  font-weight:normal;
}
h3 {
  font-family: 'Roboto';
  color: #53555c;
  font-size: 1.5em;
  font-weight:normal;
}
h4 {
  font-family: 'Roboto';
  color: #53555c;
  margin-bottom: 10px;
  font-weight:normal;
}

.button-section ul li
{
	display: inline-block;
	margin: 50px 20px;
}
.top-button
{
	
	text-decoration: none;
	border-radius: 5px;
	font-family: 'Roboto';
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
}
.green
{	color: #fff;
	padding: 17px 30px;
	background-color: #64AE3C;
}
.white
{
	background-color: #fff;
	padding: 17px 30px;
	color: #4e4f4f;
}
.color-border
{
	background:url(images/color_border.jpg) repeat-x scroll center top;
	width: 100%;
	float: left;
	display: block;
	height: 5px;
}
.features
{
	background: url(images/bg.png) repeat;
}
.desc
{
	font-family: 'Roboto';
	text-align: center;
	padding: 80px 0px;
}
.desc h2
{
	font-size: 30px;
	font-weight: 600;
	padding: 15px 0px;
}
.desc p
{
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	width: 85%;
	margin: 0 auto;
	font-family: 'Roboto';
	color: #aab1bf;
}
.aboutus
{
	padding: 88px 0px;
	background-color: #fafafa;
	float: left;
	width: 100%;
}

.features
{
	padding: 88px 0px;
	background-color: #252525;
	float: left;
	width: 100%;
}

.features-section
{
	text-align: center;
}
h3.text-head
{
	color: #1c97ca;
	font-size: 27px;
	font-weight: 500;
	font-family: 'Roboto';
	text-align: center;
}
p.box-desc
{
	color: #888;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Roboto';
	line-height: 60px;
	text-align: center;
}
.features-section ul
{
	margin: 50px 0px;
}
.features-section ul li
{
	width: 540px;
	display: block;
	text-align:justify;
	float: left;
}
.feature-icon
{
	background:url(images/feature-icons.png) no-repeat;
	width: 60px;
	height: 60px;
	display: inline-block;
}
.icon1
{
	background-position: -1px -1px;
}
.icon2
{
	background-position: -68px -1px;
}
.icon3
{
	background-position: -136px -1px;
}
.features-section ul li h4
{
	font-size: 17px;
	font-weight: 600;
	color: #fff;
	font-family: 'Roboto';
	/*line-height: 50px;*/
	margin-top: 20px;
}

.txth4{
	padding:0px 27px 0px 27px;
}


.features-section ul li p
{
	color: #aab1bf;
	font-size: 15px;
	line-height: 20px;
	width: 90%;
	margin: 0 auto;
	font-weight: 400;
	font-family: 'Roboto';
	
}
.stories
{
	padding: 88px 0px;
	float: left;
	width: 100%;
	background: #fff;
}
.stories2
{
	padding: 0px 0px;
	float: left;
	width: 100%;
	background: #fff;
}

.stories3
{
	padding: 88px 0px;
	float: left;
	width: 100%;
	background: #fff;
}
.stories-section ul li
{
	width: 318px;
	margin: 40px 20px 0px;
	border-radius: 5px;
	background-color: #fff;
	float: left;
	transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}
.stories-section ul li a
{
	text-decoration: none;
}
.story-img img
{
	width: 318px;
	height: 200px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.story-box
{
	border: 1px solid #ccc;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: none;
	text-align: center;
	padding: 10px 0px 20px;
}
.story-box h4
{
	color: #4E4F4F;
	font-size: 16px;
	font-family: 'Roboto';
	font-weight: 600;
	line-height: 50px;
}
.story-box p
{
	color: #888;
	font-family: 'Roboto';
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}
.stories-section ul li:hover
{
	box-shadow: 0px 0px 6px 0px #ccc;
}
.contact
{
	padding: 88px 0px;
	width: 100%;
	float: left;
	font-family: 'Roboto';
	background-color: #F2F2F2;
}
.contact-section
{
	width: 60%;
	margin: 0 auto;
	font-family: 'Roboto';
}
form input
{
	background: none repeat scroll 0% 0% #F7F6F6;
	padding: 15px;
	width: 100%;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	margin-top: 30px;
	font-family: 'Roboto';
	box-shadow: none;
	border: 2px solid #f7f6f6;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	margin-left: -20px;
}
form textarea
{
	width: 100%;
    border-radius: 5px;
    box-shadow: none;
    background: none repeat scroll 0% 0% #F7F6F6;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
	height: 180px;
	margin-top: 30px;
	border: 2px solid #f7f6f6;
	font-family: 'Roboto';
	resize: none;
	transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-webkit-transition: all 0.5s ease-in;
	margin-left: -20px;
}
button.submit
{
	background: #1C97CA;
border: medium none;
color: #FFF;
padding: 15px 10px;
font-size: 18px;
font-weight: 600;
font-family: 'Roboto';
transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
-ms-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
margin-top: 20px;
transition: background 0.3s ease-in;
cursor: pointer;
display: block;
margin: 30px auto 0px;
border-radius : 5px;
}
button.submit:hover
{
	background:#888;
}
form input:focus
{
	border: 2px solid #888;
	background-color: #fff;
}
form textarea:focus
{
	border: 2px solid #888;
	background-color: #fff;
}
.footer
{
	width: 100%;
	background-color: #252525;
	float: left;
	padding: 40px 0px;
	text-align: center;
	color:#fff;
}
.footer p.copyright {
    color: #585C65;
    font-weight: 300;
    font-size: 14px;
}
.footer p.copyright a
{
	color: #585C65;
	text-decoration: none;
	border-bottom: 1px dotted #585c65;
}
ul.socialmedia {
    margin: 0;
    list-style:none;
    margin-top: 25px;
}
ul.socialmedia li {
    display: inline-block;
    margin-left: 15px;
	margin-right: 15px;
    color: #585c65;
    font-size: 26px;
}
ul.socialmedia li a {
    
    color: #585c65;
    font-size: 26px;
}

i.icon-twitter {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
i.icon-twitter:hover {
    height: 100%;
    color: #00acee;
}
i.icon-facebook {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
i.icon-facebook:hover {
    height: 100%;
    color: #3b5998;
}
i.icon-dribbble {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
i.icon-dribbble:hover {
    height: 100%;
    color: #ea4c89;
}
i.icon-linkedin {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
i.icon-linkedin:hover {
    height: 100%;
    color: #0e76a8;
}
i.icon-instagram {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;

}
i.icon-instagram:hover {
    height: 100%;
    color: #3f729b;
}
ul.socialmedia li a {
    text-decoration: none;
}
.responsive-menu-button
{
	float: right;
	padding: 24px 0px;
}
#mobile-header {
display: none;
}

/* -------------------------------- 

Primary style

-------------------------------- */
/**, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*::after, *::before {
  content: '';
}

.clear{clear: both;}*/
/* -------------------------------- 

Main components 

-------------------------------- */

@media only screen and (min-width: 768px) {

}

.cd-tabs {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 2em auto;
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs::after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient( right , #f8f7ee, rgba(248, 247, 238, 0));
  background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.no-cssgradients .cd-tabs::after {
  display: none;
}
.cd-tabs.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #f8f7ee;
  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
@media only screen and (min-width: 768px) {
  .cd-tabs::after {
    display: none;
  }
  .cd-tabs nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs nav {
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
  }
}

.cd-tabs-navigation {
  width: 100%;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}
.popup .cd-tabs-navigation li{
	width:50%;
}
.cd-tabs-navigation li {
  float: left;
  background:url(../img/sep_line.png) right bottom no-repeat;
  width:33.33%;
}
.cd-tabs-navigation li a{border-bottom:1px #ccc solid; outline:none; font-family: 'Roboto'; font-size:14px; font-weight:normal; color:#7d7c7c; text-align:center}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #c3c2b9;
  padding-top: 34px;
}
.no-touch .cd-tabs-navigation a:hover {
  color: #29324e;
  background-color: rgba(233, 230, 202, 0.3);
}
.cd-tabs-navigation a.selected {
  background-color: #ffffff !important;
  box-shadow: inset 0 2px 0 #f05451;
  color: #29324e;
}
.cd-tabs-navigation a::before {
  /* icons */
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -10px;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.cd-tabs-navigation a[data-content='inbox']::before {
  background-position: 0 0;
}
.cd-tabs-navigation a[data-content='new']::before {
  background-position: -20px 0;
}
.cd-tabs-navigation a[data-content='gallery']::before {
  background-position: -40px 0;
}
.cd-tabs-navigation a[data-content='store']::before {
  background-position: -60px 0;
}
.cd-tabs-navigation a[data-content='settings']::before {
  background-position: -80px 0;
}
.cd-tabs-navigation a[data-content='trash']::before {
  background-position: -100px 0;
}
.cd-tabs-navigation a[data-content='inbox'].selected::before {
  background-position: 0 -20px;
}
.cd-tabs-navigation a[data-content='new'].selected::before {
  background-position: -20px -20px;
}
.cd-tabs-navigation a[data-content='gallery'].selected::before {
  background-position: -40px -20px;
}
.cd-tabs-navigation a[data-content='store'].selected::before {
  background-position: -60px -20px;
}
.cd-tabs-navigation a[data-content='settings'].selected::before {
  background-position: -80px -20px;
}
.cd-tabs-navigation a[data-content='trash'].selected::before {
  background-position: -100px -20px;
}
@media only screen and (min-width: 768px) {
  .cd-tabs-navigation {
    /* move the nav to the left on medium sized devices */
    width: 100%;
    /*float: left;*/
  }
  .cd-tabs-navigation a {
    height: 80px;
    width: 80px;
    padding-top: 46px;
  }
  .cd-tabs-navigation a.selected {
    box-shadow: inset 2px 0 0 #f05451;
  }
  .cd-tabs-navigation a::before {
    top: 22px;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-navigation {
    /* tabbed on top on big devices */
    width: auto;
    background-color: #f8f7ee;
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
  }
  .cd-tabs-navigation a {
    height: 100px;
    line-height: 20px;
    width: auto;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 1.4em 0 1.1em;
  }
  .cd-tabs-navigation a.selected {
    box-shadow: inset 0 2px 0 #4db848;
	
  }
  .cd-tabs-navigation li a.selected{border:none; border-left:1px #ccc solid; border-right:1px #ccc solid; color:#4db848; text-decoration:none}
  .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
}

.cd-tabs-content {
  background: none;
  
}
.cd-tabs-content li {
  display: none;
  padding: 1.4em;
}
.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}
.cd-tabs-content li p {
  font-size: 9px;
  line-height: 1.6;
  color: #333;
  /*margin-bottom: 2em;*/
  font-weight:normal !important;
}
.cd-tabs-content li strong{color:#222}
@media only screen and (min-width: 768px) {
  .cd-tabs-content {
    min-height: 480px;
  }
  .cd-tabs-content li {
    padding: 2em 2em 2em 7em;
  }
}
@media only screen and (min-width: 960px) {
  .cd-tabs-content {
    min-height: 0;
  }
  .cd-tabs-content li {
    padding:1em;
  }
  .cd-tabs-content li p {
    font-size: 16px;
    font-size: 14px;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 700px) {
	.cd-tabs-navigation li{ width:50%;}
	.cd-tabs-navigation a{ width:auto; height:auto; padding:15px 0px;}
	
	label.dropdown select {
	width:100% !important;
	padding: 10px 42px 10px 10px;
	background: #f8f8f8;
	color: #444;
	border: 1px solid #aaa;
	border-radius: 0;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	outline: none;
}


.dropdown-first{
	width:100% !important;
	margin-bottom:10px;
}

.dropdown-second{
	width:100% !important;
	margin-bottom:10px !important;
	margin-left:0px !important;
}

.dropdown-third{
	width:100% !important;
}
.dropdown-fourth{
	width:100% !important;
}
}
@media only screen and (max-width: 500px) {
	.cd-tabs-navigation li{ width:100%;}
	.cd-tabs-navigation a{ width:auto; height:auto; padding:15px 0px;}
	.popup .cd-tabs-navigation li{ width:100%;}
	.popup .cd-tabs-navigation a{ height:auto; padding:10px 0px;}
}


.margin-trade-new{
	width:43%;
	float:left;
	background-color:#24436d;
	margin:10px;
	padding:20px;
	text-align:justify;
	color:#fff;
	border:1px solid #fff;
}

.margin-trade-new1{
	width:100%;
	float:left;
	margin:10px;
	padding:20px;
	text-align:justify;	
	color:#fff;
}

.margin-trade-new2{
	width:43%;
	float:left;
	background-color:#24436d;
	margin:10px;
	padding:20px;
	text-align:justify;
	color:#fff;
}

.market-trade-new{
	width:44%;
	height:345px;
	float:left;
	margin:30px 10px 10px 10px;
	padding:20px;
	text-align:justify;
	color:#fff;
	border:1px solid #3C3939;
}

.market-trade-conact{
	border:1px solid #DADADA !important;
}


.linked-trade-new{
	width:94%;
	heigh:500p;
	float:left;
	margin:30px 10px 10px 10px;
	padding:20px;
	text-align:justify;
	color:#fff;
	border:1px solid #C7C6C6;
}

.dropdown-new1{
	width:98%;
	height:auto;
	float:left;
	padding:10px;
	text-align:justify;
	color:#fff;
}

.linked-trade-new3{
	width:94%;
	height:41px;
	float:left;	
	padding:20px 0px 0px 0px;
	text-align:justify;
	color:#fff;
	/*border:1px solid #C7C6C6;*/
}

.market-trade-new2{
	width:43%;
	height:145px;
	float:left;
	margin:30px 10px 10px 10px;
	padding:20px;
	text-align:justify;
	color:#fff;
	border:1px solid #3C3939;
}

.market-trade-new1{
	width:90%;
	float:left;
	margin:10px;
	padding:20px;
	text-align:justify;	
	color:#fff;
}

.market-trade-map{
	width:38%;
	height:400px;
	float:left;
	margin:30px 10px 10px 10px;;
	text-align:justify;
	color:#fff;
	border:1px solid #BFBFBF;
}

.textbold14{
	font-size:18px;
	margin-bottom:10px;
	color:#fff;
}

.textwhite{
	font-size:18px;
	margin-bottom:10px;
	color:#fff !important;
}

.txtwhite{
	color:#fff !important;
	font-size:14px;
}

.txtwhite12{
	color:#fff !important;
	font-size:12px;
}

.txtblack12{
	color:#000 !important;
	font-size:12px;
}



.textblue{
	color:#2458a5 !important;
}


.textblack{font-size:14px;
}

.textblackbold{
	font-size:16px;
	font-weight:600;
	color:#333 !important;
}

.textlightbrown{
	color:#BBB !important;
}

.hr-new{
	width:7%;
	border-bottom:1px solid #F00;
}

.hr-white{
	width:7%;
	border-bottom:1px solid #fff;
}

.img-responsive{
	max-width:100% !important;
    height:auto;
    display:block;
}

.conatc-main{
padding:80px 50px 50px 50px;
}

.mail-icon{
width:50px; height:50px; float:left;
}

.mail-text{
width:120px; height:50px; float:left; margin-left:20px;
}

.or-text{
width:auto; height:28px; margin-left:10px;
}

.contact-main{
width:300px; margin-top:20px;
}

.contact-no{
width:150px; height:50px; float:left; font-size:20px; font-weight:bold; line-height:45px; margin-left:20px;
}

.txtcontact{
	font-size:20px; font-weight:bold; line-height:25px;
}


.dropdown-main{
	width:100% !important;
	margin:0 auto !important;
}

.dropdown-first{
	width:22%;
	float:left;
}

.dropdown-second{
	width:22%;
	float:left;
	margin:0px 0px 0px 37px;
}

.dropdown-third{
	width:22%;
	float:left;
	margin:0px 0px 0px 37px;
}

.dropdown-fourth{
	width:22%;
	float:right;
}

label.dropdown select {
	width:210px;
	padding: 10px 42px 10px 10px;
	background: #f8f8f8;
	color: #444;
	border: 1px solid #aaa;
	border-radius: 0;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	outline: none;
}

label.dropdown select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #444;
}
label.dropdown select::-ms-expand {
	display: none;
}
label.dropdown:before {
	content: '';
	right: 5px;
	top: -7px;
	width: 30px;
	height: 33px;
	background: #f8f8f8;
	position: absolute;
	pointer-events: none;
	display: block;
}
label.dropdown { position: relative; }
label.dropdown:after {
	content: '>';
	font: 16px Consolas, monospace;
	color: #444;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 2px;
	top: -3px;
	border-bottom: 1px solid #aaa;
	position: absolute;
	pointer-events: none;
	width: 35px;
	padding: 0 0 5px 0;
	text-indent: 14px;
}
@media screen\0 {
	label.dropdown:after {
		width: 38px;
		text-indent: 15px;
        right: 0;
	}
}
@media screen and (min--moz-device-pixel-ratio:0) {
	label.dropdown select { padding-right: 40px; }
	label.dropdown:before { right: 6px; }
	label.dropdown:after {
		text-indent: 14px;
		right: 6px;
		top: -5px;
		width: 36px;
	}
}