@charset "utf-8";
/* CSS Document */

@font-face {
  font-family:'Source Sans Pro';
  src: url('../fonts/SourceSansPro-Regular.otf'); /* IE9 Compat Modes */
  src: url('../fonts/SourceSansPro-Regular.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/SourceSansPro-Regular.otf') format('woff2'), /* Super Modern Browsers */
  url('../fonts/SourceSansPro-Regular.otf') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/SourceSansPro-Regular.otf')  format('truetype'), /* Safari, Android, iOS */
  url('../fonts/webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family:'Source Sans Pro Light';
  src: url('../fonts/SourceSansPro-Light.otf'); /* IE9 Compat Modes */
  src: url('../fonts/SourceSansPro-Light.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/SourceSansPro-Light.otf') format('woff2'), /* Super Modern Browsers */
  url('../fonts/SourceSansPro-Light.otf') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/SourceSansPro-Light.otf')  format('truetype'), /* Safari, Android, iOS */
}
@font-face {
  font-family:'Source Sans Pro It';
  src: url('../fonts/SourceSansPro-It.otf'); /* IE9 Compat Modes */
  src: url('../fonts/SourceSansPro-It.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/SourceSansPro-It.otf') format('woff2'), /* Super Modern Browsers */
  url('../fonts/SourceSansPro-It.otf') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/SourceSansPro-It.otf')  format('truetype'), /* Safari, Android, iOS */
}
@font-face {
  font-family:'Source Sans Pro Black';
  src: url('../fonts/SourceSansPro-BlackIt.otf'); /* IE9 Compat Modes */
  src: url('../fonts/SourceSansPro-BlackIt.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/SourceSansPro-BlackIt.otf') format('woff2'), /* Super Modern Browsers */
  url('../fonts/SourceSansPro-BlackIt.otf') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/SourceSansPro-BlackIt.otf')  format('truetype'), /* Safari, Android, iOS */
}

@font-face {
  font-family:'Source Sans Pro BlackIt';
  src: url('../fonts/SourceSansPro-BlackIt.otf'); /* IE9 Compat Modes */
  src: url('../fonts/SourceSansPro-BlackIt.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/SourceSansPro-BlackIt.otf') format('woff2'), /* Super Modern Browsers */
  url('../fonts/SourceSansPro-BlackIt.otf') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/SourceSansPro-BlackIt.otf')  format('truetype'), /* Safari, Android, iOS */
}

@font-face {
  font-family:'Source Sans Pro ExtraLight';
  src: url('../fonts/SourceSansPro-ExtraLight.otf'); /* IE9 Compat Modes */
  src: url('../fonts/SourceSansPro-ExtraLight.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/SourceSansPro-ExtraLight.otf') format('woff2'), /* Super Modern Browsers */
  url('../fonts/SourceSansPro-ExtraLight.otf') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/SourceSansPro-BlackIt.otf')  format('truetype'), /* Safari, Android, iOS */
}

@font-face {
  font-family:'Source Sans Pro ExtraLightIt';
  src: url('../fonts/SourceSansPro-ExtraLightIt.otf'); /* IE9 Compat Modes */
  src: url('../fonts/SourceSansPro-ExtraLightIt.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/SourceSansPro-ExtraLightIt.otf') format('woff2'), /* Super Modern Browsers */
  url('../fonts/SourceSansPro-ExtraLightIt.otf') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/SourceSansPro-ExtraLightIt.otf')  format('truetype'), /* Safari, Android, iOS */
}
@font-face {
  font-family:'Source Sans Pro Semibold';
  src: url('../fonts/SourceSansPro-Semibold.otf'); /* IE9 Compat Modes */
  src: url('../fonts/SourceSansPro-Semibold.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/SourceSansPro-Semibold.otf') format('woff2'), /* Super Modern Browsers */
  url('../fonts/SourceSansPro-Semibold.otf') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/SourceSansPro-Semibold.otf')  format('truetype'), /* Safari, Android, iOS */
}

@font-face {
  font-family:'Source Sans Pro SemiboldIt';
  src: url('../fonts/SourceSansPro-SemiboldIt.otf'); /* IE9 Compat Modes */
  src: url('../fonts/SourceSansPro-SemiboldIt.otf?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/SourceSansPro-SemiboldIt.otf') format('woff2'), /* Super Modern Browsers */
  url('../fonts/SourceSansPro-SemiboldIt.otf') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/SourceSansPro-SemiboldIt.otf')  format('truetype'), /* Safari, Android, iOS */
}





*{ margin:0px auto; }
body {
  font-family:'Source Sans Pro'!important;font-weight:400;font-style:normal;
  font-size: 14px;
  line-height: 1.528571429;
  color: #333333;
  background-color: #ffffff;
}

h1,
.h1 {
  font-size: 24px;
}

h2,
.h2 {
  font-size: 20px;
}

h3,
.h3 {
  font-size: 18px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 0 15px;
}
.footer-area a:link{ color:#333;}
.footer-area a:hover{ color:#333;}
.footer-areaa:visited{ color:#CC3;}

#space5{ clear:both; height:5px;}
#space10{ clear:both; height:10px;}
#space20{ clear:both; height:20px;}


.TODAYtitle h2{ color: #fff;
  line-height: 40px;
  text-align: center;}

  .MOVERtitleh2{ height:32px;}
  .MOVERtitleh2right h2 {
    color: #fff;  line-height: 38px;
    background:#71bf44;border-radius: 0 0 5px 5px;margin: 0 0 5px;
    text-align: center;
  }
  .MOVERtitleh2 h2 {
    color: #fff;
    line-height: 35px;
    margin-top: 5px;
    text-align: center;
  }

  .MOVERtitleh4 h4{ color: #fff;text-align: center;}
  p {
    margin: 0 0 10px;
  }
  .floatleft{ float:left;margin:7px;}
  .floatright{ float:right;margin:7px;}


  .frame-area{ 
    width:1122px;margin:0 auto;overflow:hidden;
  }
  .row::before, .row::after {
    content: " ";
    display: table;
  }
  .row::after {
    clear: both;
  }
  .row {
    margin:13px 5px 13px 5px;  
  }
  .backg{background: #fff none repeat scroll 0 0;
    border-radius:4px 4px 0 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  }
  .content{z-index:4; width:100%}
  .bodycontent{position:relative;z-index:3;margin-top: -15%; display:block; width:100%;
  }
  /********************** header Section************************************/

  header {
    background-color: #fff;
    border-bottom: 1px solid #dedede;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    min-height: 120px;
    left: auto;
    padding-bottom: 1px;
    position: fixed;
    top: 0;
    width:1122px;
    z-index: 5;
  }
  .market_status{width:100%;}

  header .bangla{ font-weight:bold; font-size:22px; width:65px;}
  header .bangla a{ color:#333; text-decoration:none;}
  header .bangla a:hover{ color:#333;}

  .tickerbg{width:124px; background:#71bf44}
  .tickerbg .tickercont{width:65px;}
  .tickerbg .ticker{padding: 9px;
    width: 80px;color:#FFF;font-weight:bold;font-size:14px;}

    .tickerbg .onoff{ width:58px;}

    .tickerbg .on {
      background: #aad88f none repeat scroll 0 0;
      color: #333;
      float: left;
      font-size: 13px;
      font-weight: bold;
      padding: 0;
      text-align: center;
      width: 100%;
    }
    .tickerbg .off{background: #0ba047 none repeat scroll 0 0;
      color: #fff;
      float: left;
      font-size: 13px;
      font-weight: bold;
      padding: 0;
      text-align: center;
      width: 100%;
    }

    .market_status div{
      color:#ADADAD;
      margin: 0 0 3px;
      text-align:right;
    }
    .search{ float:right;}
    .ticker{ width:45px;height:35px; background:#71bf44}
    .ticker_value{
      background: #000 none repeat scroll 0 0;
      height: 50px;
      width: 850px;
      margin-top: -4px;
      border-radius: 4px;
    }

    /********************** header Section************************************/


    .col_1,
    .col_2,
    .col_3,
    .col_4,
    .col_5,
    .col_6,
    .col_7,
    .col_8,
    .col_9,
    .col_10,
    .col_11,
    .col_12{
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
      position: relative;

    }
    .col_1{ width:8.33333%}
    .col_2{ width:16.6667%}
    .col_3{ width:25%}
    .col_4{ width:33.33%}
    .col_5{ width:41.6667%}
    .col_6{ width:50%}
    .col_7{  width:58.3333%}
    .col_8{ width:66.6667%;}
    .col_9{ width:75%;}
    .col_10{ width:83.3333%}
    .col_11{ width:91.6667%}
    .col_12{ width:100%}

    .no_mergine_right{padding-right:0px;width:200px;}
    .leftcolm{float:left;
    }
    .rightfloat{float:right;}

    .rightcolm{float:right;min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
      position: relative;}

      .row{ margin-bottom: 0px;}
      .row::before, .row::after {
        content: " ";
        display: table;
      }
      *, *::before, *::after {
        box-sizing: border-box;
      }
      .row::after {
        clear: both;
      }
      .fix{ clear:both; display:inline-table; content:''}



      .graph-bg{min-height:250px;}
      .moverbg{min-height:280px;background:#e3f2da;}

      .grid-item-inner {

/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
*/
}
tradesummary

/********************** Bottom news_content************************************/

.news_content{color:#666; overflow:hidden;}
.news_content h2 {
  font-size: 16px;
  font-weight: bold;
  height: 44px;
  line-height: 40px;
  margin-bottom: 10px;
  margin-left: 50px;
}
.news_content .dir_news_title{ background-image:url(../images/pen.png); background-repeat:no-repeat; background-position:left;}
.news_content .economy_news_title{ background-image:url(../images/compuse.png); background-repeat:no-repeat;  background-position:left;}
.news_content .product_news_title{ background-image:url(../images/light.png); background-repeat:no-repeat;  background-position:left;}
.news_content img{ width:100%}
.arrow img{ width:16px; position:relative; top:5px; left:5px;}
.menu_content{color:#FFF; overflow:hidden;}
.menu_content h2{ font-weight:bold;}

.menu_content ul{list-style:none; padding-left:5px; text-decoration:none;}
.menu_content ul li{text-decoration:none; margin-bottom:5px;}
.menu_content ul li a:link{color:#FFF;font-size:13px;text-decoration:none;}
.menu_content ul li a:visited{ color:#FFF;}
.menu_content ul li a:hover{color:#DFDFDF;}

/**********************Social icon************************************/

.social_list ul li {
  float:left;
  display:block;
}

.icon {
  width:35px;
  height:35px;
  display:block;
  text-indent:-9999px;
  background-image:url(../images/social_link.png);
  background-repeat:no-repeat;
}

.facebook {
  background-position: -2px -7px;}
  .twitter {
    background-position: -45px -7px;}

    .linkedin {
      background-position: -85px -7px;}

      .ytube {
        background-position: -128px -7px;}


        .blog {
          background-position: -172px -7px;}

          .newsfeed {
            background-position: -216px -7px;}

            /**********************End Social icon************************************/


            /**********************bottom_menu_list************************************/
            .bottom_menu_list {
              margin: auto;
              text-align: center;
              width: 70%;
            }
            .bottom_menu_list ul{ list-style:none; overflow:hidden;margin:0 auto; width:100%}
            .bottom_menu_list ul li{padding-right:10px; float:left; text-align:center;color:#FFF;}
            .bottom_menu_list ul li a:link{ color:#CCC;font-size:14px; letter-spacing:5px; text-decoration:none;}
            .bottom_menu_list ul li a:hover{color:#FFF;}
            .bottom_menu_list ul li a:visited{color:#EBEBEB;}
#Customer_CAM_03 {
	position: relative;
	height: 90px;
	max-width: 300px;
}
#Customer_CAM_03 img{ 
position:absolute; right:0; bottom:0; width:100%;
margin-bottom:10px;
}

/*.bottom_menu_list{ list-style:none; overflow:hidden;margin:0 auto;}
.bottom_menu_list div{padding-right:10px; float:left;}
*/
.footer-area{background: #087634;
  background-image: linear-gradient(#087634, #0b9a44);
  padding:10px; min-height:250px; width:100%; 

}

.copyright{background:#007b37; width:100%; padding-bottom:10px; padding-top:10px;}
.copyright p{ color:#EBEBEB;margin:auto; display:block; text-align:center;}

.main-ticker{
  padding-left: 24px;
}

.blink_text {

  animation:1s blinker linear infinite;
  -webkit-animation:1s blinker linear infinite;
  -moz-animation:1s blinker linear infinite;

  color: red !important;
}

@-moz-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
}

@keyframes blinker {  
 0% { opacity: 1.0; }
 50% { opacity: 0.0; }
 100% { opacity: 1.0; }
}