﻿/*@charset "utf-8";*/

/* CSS Document */

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
}

header {
    padding-bottom: 10px;
    padding-top: 18px;
}

.pad-nil {
    padding: 0;
}

.pad-lft-nil {
    padding-left: 0 !important;
}

.img-center {
    display: block;
    margin: auto;
}

.img-make-india {
    display: block;
    margin: auto;
}

.img-indee {
    float: right;
    /* margin-top: 17px; */
}

.navbar-eepc {
    height: 40px;
    min-height: 1px;
    border: none;
    margin-bottom: 4px;
    border-radius: 0px;
    background: #000;
}

.nav-eepc li a {
    padding: 10px 30px;
}

.carousel-indicators li {
    border: 1px solid #c3bfbf;
}

.search-sec {
    background: #ffbe00;
}

.navbar-search {
    min-height: 1px;
    margin-bottom: 0px;
    border-radius: 0px;
}

.nav-search li a {
    color: #0e0e0e;
    padding: 10px 33px;
}

.form-search {
    display: inline-block;
    width: 95%;
    background-color: transparent !important;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 41px;
}

.form-search:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0) inset, 0 0 8px rgba(102, 175, 233, 0);
}

.form-search-bg {
    background-color: #ffd866;
}

.str1 {
    width: 100% !important;
    display: inline-block;
    vertical-align: top;
}

.str_wrap p {
    display: inline-block;
    padding: 6px 0 10px 0;
    margin: 0;
    font-size: 15px;
    margin-left: 20px;
}

.str_wrap p a {
    color: #fff;
}

.str_wrap p a:hover,
.str_wrap p a:focus,
.str_wrap p a:active {}

.str_wrap p:before {
    content: url(../images/icon3.png);
    margin-right: 5px;
    position: relative;
    top: 4px;
}

.str_wrap {
    overflow: hidden;
    width: 100%;
    line-height: 21px;
    position: relative;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    background: #007ac5;
    color: #fff;
    white-space: nowrap;
}

/*.str_wrap.str_active {
	background: #f1f1f1;
}*/

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0;
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%;
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
    white-space: normal;
    width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
    cursor: inherit;
}

.scroll-text:after {
    content: "";
    clear: both;
}

.section {
    padding: 12px 0 0 0;
}

.frame {
    position: relative;
}

.eepc-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.section-title {
    text-transform: uppercase;
    font-size: 28px;
    color: #000;
    text-align: center;
    margin-top: 5px;
}

.section-title span {
    color: #575757
}

.owl-theme .owl-controls {
    position: absolute;
    top: 50%;
    margin-top: -20px !important;
}

.owl-theme .owl-controls {
    width: 100%;
    text-align: left !important;
}

.owl-prev {
    float: left;
    background: url(../images/left-arrow.png) no-repeat;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-left: 2px
}

.owl-next {
    float: right;
    background: url(../images/right-arrow.png) no-repeat;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 2px;
}

/*.owl-theme .owl-controls{position:absolute; top:48%; margin-top:0 !important;}
.owl-theme .owl-controls{width: 100%; text-align: left !important;}
.owl-prev{ float:left; background:url(../images/left-arrow.png) no-repeat;height: 26px; width: 23px; margin-left: 7px;}
.owl-next{ float:right; background:url(../images/right-arrow.png) no-repeat;height: 26px; width: 23px;}*/

.date-bg {
    position: absolute;
    bottom: 33px;
    width: 100%;
    background: rgba(0, 0, 0, 1);
    color: #fff;
    text-align: center;
}

.absolute-img {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
    width: 230px;
}

/*.gray-img{
    -webkit-filter: grayscale(100%) opacity(50%);
    filter: grayscale(100%) opacity(50%);
}*/

.absolute-text {
    font-size: 26px;
    width: 60%;
    display: block;
    color: #000;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    line-height: 1.1em;
}

.announce-title {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-top: 0;
    padding: 15px;
    text-transform: uppercase;
}

.announce-title span {
    color: #8d8d8d;
}

.black {
    background: #000;
}

.yellow {
    background: #ffbe00;
}

.hightlight-blocks {
    background: #e2e2e2;
    padding: 0;
}

ul.news {
    margin: 0;
    padding: 10px 10px 10px 15px;
    list-style: none;
    height: 350px;
    overflow: hidden;
}

ul.news li {
    display: table;
    list-style-type: outside;
}

ul.news li:before {
    content: url(../images/icon1.png);
    display: inline-block;
    display: table-cell;
    vertical-align: top;
    position: relative;
    top: 5px;
    padding-right: 10px;
}

ul.business-news li:before {
    content: url(../images/calender.png);
    display: none !important;
    display: table-cell;
    vertical-align: top;
    position: relative;
    top: 2px;
    padding-right: 10px;
}

ul.announce li {
    line-height: 21px;
    margin-bottom: 8px;
}

.news-title {
    margin-bottom: 0;
    display: inline;
}

ul.tweets {
    margin: 0;
    padding: 10px 40px;
    list-style: none;
    height: 350px;
    max-width: 800px;
    margin: 0 auto;
}

ul.tweets li {
    display: table;
    list-style-type: outside;
    margin-bottom: 15px;
    height: auto;
    width: 260px;
}

ul.tweets li:before {
    content: url(../images/tweet-pic.png);
    display: inline-block;
    display: table-cell;
    vertical-align: top;
    position: relative;
    top: 8px;
    padding-right: 10px;
}

ul.policy {
    margin: 0;
    padding: 20px 25px 0 20px;
    list-style: none;
}

ul.policy li {
    display: table;
    list-style-type: outside;
    margin-bottom: 15px;
}

ul.policy li:last-child {
    margin-bottom: 8px;
}

ul.policy li:before {
    content: url(../images/arrow.png);
    display: inline-block;
    display: table-cell;
    vertical-align: top;
    position: relative;
    top: 2px;
    padding-right: 10px;
}

ul.policy li a {
    color: #333;
    text-decoration: none;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

ul.policy li a:hover {
    padding-left: 2px;
    color: #000;
}

ul.policy li a:focus {
    text-decoration: none;
}

.policy-brain {
    background: url(../images/policy-brain.jpg) no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #000;
    height: 360px;
}

.btn-policy {
    float: right;
}

.yellow-policy {
    height: 360px;
}

.a {
    height: 341px;
    overflow: hidden;
    margin: 10px auto;
    width: 100%;
}

.video-sec {
    background: #efefef;
    margin-bottom: 30px;
}

.vid-title {
    color: #333;
}

ul.vid-list {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 330px;
    overflow: hidden;
}

ul.vid-list li {
    display: block;
}

.footer {
    background: #212121;
    margin-top: 30px;
}

.foo-title {
    font-size: 24px;
    color: #ffbe00;
}

.get {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
}

.get-desc {
    font-size: 13px;
    color: #b3b3b3;
}

ul.soc {
    margin: 0;
    padding: 0px;
    list-style: none;
}

ul.soc li {
    float: left;
    margin-right: 10px;
}

ul.soc li a i {
    color: #ffbe00;
    font-size: 25px;
}

.address-block {
    background: #2c2c2c;
    width: 98%;
    display: block;
    margin: auto;
    padding: 15px;
    overflow: hidden;
}

table.address {
    width: 100%;
}

table.address tr td {
    color: #b3b3b3;
    font-size: 13px;
    padding: 10px;
}

ul.quick-link {
    list-style: none;
    margin: 0;
    padding: 0px;
}

ul.quick-link li {
    display: block;
    line-height: 3em;
}

ul.quick-link li a {
    color: #b3b3b3;
}

.btn-eepc {
    background-color: #ffbe00;
    color: #000;
}

.eepc-form label {
    color: #b3b3b3;
}

.eepc-form .form-control:focus {
    border-color: #2b2c2c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(43, 44, 44, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(43, 44, 44, .6);
}

.eepc-form .form-control {
    font-size: 13px;
    line-height: 1.42857143;
    color: #afafaf;
    background-color: #161616;
    background-image: none;
    border: 1px solid #161618;
    border-radius: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.eepc-form textarea {
    background-color: #161616;
    border: 1px solid #161618;
    margin-bottom: 10px;
}

.eepc-form .btn-eepc {
    border-radius: 1px
}

.photogallery img {
    width: 100%;
}

.counter {
    position: relative;
    background: url(../images/counter-bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    height: 152px;
    margin-top: 45px;
    overflow: hidden;
}

.count {
    display: inline-block;
    padding-top: 18px;
    font-size: 86px;
    font-weight: 700;
    color: #ffbe00;
}

.member-count {
    font-size: 48px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
}

.join-block {
    text-transform: uppercase;
    background-color: #ffbe00;
    font-size: 48px;
    display: table;
    height: 152px;
    width: 100%;
    padding: 15px;
    margin-left: 25px;
}

.join-block:hover,
.join-block:focus {
    text-decoration: none;
}

.join_now {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.join {
    /*display: block;*/
    color: #000;
    text-align: center;
}

.now {
    /*display: block;*/
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.tech-block {
    position: relative;
    background: url(../images/tech-upgrade.jpg) no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: #000;
    height: 473px;
}

.tech-list-bg {
    background: #efefef;
    height: 473px;
}

ul.tech-list {
    margin: 0;
    padding: 40px 10px 10px 15px;
    list-style: none;
    height: 473px;
}

ul.tech-list li {
    display: table;
    list-style-type: outside;
}

ul.tech-list li:before {
    content: url(../images/icon2.png);
    display: inline-block;
    display: table-cell;
    vertical-align: top;
    position: relative;
    top: 2px;
    padding-right: 10px;
}

ul.tech-list li ul {
    padding: 0;
    list-style: unset
}

ul.tech-list li ul li {
    list-style: inside;
    list-style-type: decimal;
}

ul.tech-list li ul li a {
    color: #333;
}

ul.tech-list li ul li a:hover {
    text-decoration: none;
}

ul.tech-list li ul li:before {
    content: " - ";
}

.tech-list .btn_listed {
    margin-left: 0;
}

.tech-title {
    font-size: 15px;
    font-weight: 700;
}

.tech-title a {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
}

.tech-desc {
    font-size: 13px;
}

.more-tech {
    color: #000;
    font-weight: 700;
}

.footer-last {
    background: #000;
    font-size: 14px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 18px 0;
    margin-top: 0;
}

ul.footer-copy {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

ul.footer-copy li {
    display: inline-block;
    vertical-align: bottom;
}

ul.footer-copy li:after {
    content: "|";
    margin: 0 15px;
}

ul.footer-copy li:last-child:after {
    content: " ";
    margin: 0;
}

.globopex {
    text-decoration: none;
    color: #ffbe00;
    text-transform: uppercase;
}

.globopex:hover {
    color: #fbca39;
    text-decoration: none;
}

.inside-left-bg {
    background: #f8f8f8;
    padding-top: 30px;
    min-height: 930px;
}

ul.menu-left {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu-left li {
    display: block;
    line-height: 2.4em;
}

ul.menu-left li a {
    color: #322F2F;
}

ul.menu-left li a:hover,
ul.menu-left li a:focus {
    text-decoration: none;
}

ul.menu-left li ul {
    padding: 0;
    margin: 0 0 0 5px;
}

ul.menu-left li ul li a {
    color: #595757;
}

ul.menu-left li ul li {
    transition: padding-left ease-in .3s;
    -wekit-transition: padding-left ease-in .3s;
}

ul.menu-left li ul li:hover {
    padding-left: 5px;
}

ul.menu-left li ul li:before {
    content: url(../images/menu-bullet.png);
    margin-right: 5px;
    top: 2px;
    position: relative;
    transition: none;
    -webkit-transition: none
}

.current {
    color: #000 !important;
    font-weight: 700;
}

.sub-active {
    padding-left: 5px;
}

.sub-active a {
    color: #000 !important;
}

.inside-right-section {
    margin-left: 15px;
    padding-bottom: 50px;
}

.inside-right-section h3 {
    font-size: 24px;
    font-weight: 300;
    color: #212121;
}

.inside-right-section h3 span {
    font-size: 13px;
    font-weight: 400px;
    color: #999999;
}

.chairman-img {
    float: left;
    margin-right: 15px;
}

.form-please {
    font-weight: 700;
    float: right;
}

.form-product-panel {
    display: table;
    background: #efefef;
    padding-top: 35px;
    padding-bottom: 25px;
}

.form-product-panel:after {
    content: "";
    clear: both;
}

.form-pro .form-group {
    overflow: hidden;
}

.form-control-50 {
    width: 49%
}

.form-pro .form-control:focus {
    border-color: #dddddd;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(221, 221, 221, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(221, 221, 221, .6);
}

.form-pro .form-control {
    border: 1px solid #e4e4e4;
}

.btn-product-panel {
    background: #ffbe00;
    display: block;
    margin: auto;
}

.inside-table {
    width: 100%;
}

.inside-table tr th {
    background: #212121;
    color: #ffbe00;
    text-align: center;
    border: 1px solid #fff;
    padding: 10px;
}

.inside-table tr td {
    text-align: center;
    vertical-align: top;
    padding: 10px;
    background: #f3f2f2;
    color: #6f6f6f;
    border: 1px solid #fff;
}

.click-here {
    float: right;
    display: block;
    color: #000;
}

.click-here span a {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

.faq .panel {
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}

.faq .panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: transparent;
}

.faq .panel-title {
    font-size: 14px;
}

.faq .panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.faq .panel-title a {
    outline: none;
}

.faq .panel-title a:hover,
.faq .panel-title a:focus {
    text-decoration: none;
}

.faq .panel-heading {
    padding: 0;
}

.less {
    background: url(../images/less.png) no-repeat;
    height: 14px;
    background-position: 0 0;
    position: relative;
    display: inline-block;
    top: 3px;
    width: 20px;
}

.expand {
    background: url(../images/more.png) no-repeat;
    height: 14px;
    background-position: 0 0;
    position: relative;
    display: inline-block;
    top: 3px;
    width: 20px;
}

ul.panel-list {
    padding: 0;
    margin: 0 0 0 15px;
    list-style: none;
}

ul.panel-list li {
    display: block;
}

ul.panel-list li:before {
    content: url(../images/bullet-faq.jpg);
    display: inline-block;
    line-height: 1.6em;
    position: relative;
    top: -1px;
    margin-right: 8px;
}

.img img {
    display: block;
    margin: 0;
    padding: 3px;
    max-width: 100%;
    height: auto;
}

.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 0%;
    text-align: center;
}

.img.hover .overlay {
    height: 100%;
}

.overlay-title {
    font-size: 16px;
    color: #ffbe00;
    margin-bottom: 0;
    margin-top: 25%;
    padding: 5px;
}

.overlay .year {
    display: block;
    font-size: 17px;
    color: #fff;
    line-height: .8em;
}

.overlay .year:after {
    content: "";
    border-bottom: 1px solid #ffee00;
    display: block;
    padding-top: 15px;
    width: 83px;
    margin: 0 auto 15px auto;
}

.overlay .desc {
    font-size: 13px;
    color: #fff;
}

.overlay-title-inside {
    margin-top: 5%;
}

.triangle {
    display: block;
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
}

.triangle-shape {
    width: 0;
    height: 0;
    border-top: 0px solid #f1bc18;
    border-right: 0px solid transparent;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.img.hover .triangle-shape {
    height: 100%;
    border-top: 50px solid #f1bc18;
    border-right: 50px solid transparent;
}

.icon-bar2 {
    border: 1px solid #000 !important;
}

.nav-toggle-xs {
    display: none !important;
}

.bars-xs-block {
    display: none !important;
    background: rgb(34, 34, 34);
    padding-top: 5px;
    padding-bottom: 5px;
}

.bars-xs {
    padding: 9px 14px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #746D6D;
    color: #fff;
    margin-left: 15px;
    cursor: pointer;
}

.bars-xs:hover {
    background-color: #333;
}

.overflow-hidden {
    overflow: hidden;
    position: fixed !important;
    width: 100%;
}

.accordion-toggle:hover,
.accordion-toggle:focus,
.accordion-toggle:active {
    text-decoration: none;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 2px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgb(255, 190, 0) url(../images/cd-top-arrow.png) no-repeat center 50%;
    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-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #FFBE00;
    opacity: 1;
}

.vid-mrg {
    margin-bottom: 10px;
}

.carousel-inner img {
    width: 100%;
}

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/Preloader_2.gif) center no-repeat #fff;
}

.carousel-control.left {
    background-image: none
}

.carousel-control.right {
    background-image: none
}

.date-business {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    line-height: 21px;
    text-align: center;
    color: #fff;
    margin-top: -7.5px;
}

.indie-portal-title {
    text-align: center;
}

.trade-portal {
    display: block;
    position: relative;
}

.trade-portal .indie-portal-title {
    text-align: center;
    color: #333;
}

.trade-portal .indie-portal-title:hover,
.trade-portal .indie-portal-title:focus,
.indie-portal-title:active {
    text-decoration: none;
    color: #333;
}

.eepc-portal {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    margin: auto;
    margin-top: -75px;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
}

.trade-portal:hover .eepc-portal {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

.frame-trade {
    width: 210px;
}

/**.sticky-award{position:fixed; top:43%; left:0;}**/

ul.sticky-award {
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 56%;
    left: 0;
    z-index: 100;
}

ul.sticky-award li {
    margin-bottom: 3px;
}
ul.sticky-award li:nth-child(2) a
{
    width: 105px;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 5px;
    transition: all 0.3s linear;
    text-decoration: none;
    border: #007ac5 2px solid;
    text-align: center;
    -webkit-animation: blibking 2s infinite;
    animation: blibking 2s infinite;
}
ul.sticky-award li:nth-child(2) a span
{
    font-size: 14px;
}
@-webkit-keyframes blibking {
  0%
  {
    background-color: #bc2c47;
    color: #fff;
  }
  50%
  {
    background-color: #007ac5;
    color: #fff;
    border-color: #bc2c47;
  }
  100%
  {
    background-color: #bc2c47;
    color: #fff;
  }
}

/* Standard syntax */
@keyframes blibking {
  0%
  {
    background-color: #bc2c47;
    color: #fff;
  }
  50%
  {
    background-color: #007ac5;
    color: #fff;
    border-color: #bc2c47;
  }
  100%
  {
    background-color: #bc2c47;
    color: #fff;
  }
}
.meis_sec {
    padding-top: 40px;
    padding-bottom: 30px;
    padding-left: 5px;
    height: 360px;
}

.meis_sec:after,
.meis_sec:before {
    content: "";
    display: table;
    position: relative;
}

.meis_sec:after {
    content: "";
    clear: both;
}

.meis_block {
    background-color: #000;
}

.meis_img {
    float: left;
    padding-right: 15px;
}

.knw {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.meis_benefits {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.meis_benefits span {
    color: #ffc000;
}

.meis_products {
    font-size: 24px;
    font-weight: 400;
    color: #ffc000;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.meis_products span {
    color: #fff;
}

.form_control {
    width: 47%;
    height: 43px;
    border-radius: 0px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.form_control:first-child {
    margin-left: 0px;
}

.btn_meis {
    background-color: #ffbe00;
    color: #000;
    border-radius: 0px;
    height: 30px;
    width: 90px;
    line-height: 1;
    text-align: center;
    margin-right: 10px;
}

.meis_txt {
    color: #fff;
    margin-top: 20px;
}

.form_rate {
    height: 70px;
    border-radius: 0px;
    color: #fff;
    background-color: transparent !important;
}

.todays_rate {
    background: url(../images/forex-bg.jpg) no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 20px;
    background-attachment: fixed;
}

.todays_rate p {
    display: block;
    width: 295px;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    background-color: #fff;
    padding: 10px 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-align: center;
}

.todays_rate p span {
    font-weight: 700;
}

.rate_input_field {
    display: block;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 4px 0;
    text-align: center;
    list-style: none;
}

.rate_input_field li {
    display: inline-block;
    width: 22%;
    height: 70px;
    margin-right: 14px;
    vertical-align: top;
}

.rate_input_field li:last-child {
    width: auto;
    padding-right: 0;
    padding-left: 0;
    margin-top: 15px;
    height: auto;
}

.rate_input_field li input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.rate_input_field li input::-moz-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.rate_input_field li input:-ms-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.btn_convert {
    height: 50px;
    width: 128px;
    font-size: 18px;
    border-radius: 0px;
    background-color: #000;
    border: 1px solid transparent;
    color: #fff;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.btn_convert:hover {
    height: 50px;
    width: 128px;
    border-radius: 0px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #000;
}

.btn_convert:focus {
    border: none;
}

.img-mx {
    width: 100%;
}

.imp_frame {
    width: 75%;
}

/*30-nov-2016*/

.img_block {
    position: relative;
    width: 25%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    vertical-align: top;
}

.section_title {
    position: relative;
    margin-top: 45px;
    display: inline-block;
    top: 4px;
}

.center-block {
    display: inline-block;
}

.top_search_cont {
    background-color: #e3e3e3;
    padding-top: 3px;
    height: 40px;
}

.ul_custom {
    margin: 0;
    padding: 0;
    list-style: none;
}

.search_soc {
    display: none;
    text-align: center;
}

.search_soc li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 15px;
}

/*.search_soc li:first-child {
	width: 63%;
	position: relative;
	margin-top: 0;
}
.search_soc li:first-child:after {
	content: "";
	position: absolute;
	border-right: 1px solid #969696;
	right: 0px;
	top: 0;
	height: 100%;
}*/

.search_form {
    /*background:url(../images/search.png) no-repeat;background-position: 98% 50%;*/
    background-color: #e3e3e3;
    border: none;
    box-shadow: none !important;
    border-radius: 0;
}

.search_form::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #828282;
}

.search_form::-moz-placeholder {
    /* Firefox 19+ */
    color: #828282;
}

.search_soc li.smallestA {
    margin-left: 25px;
}

.search_soc li.smallestA,
.search_soc li.smallA,
.search_soc li.bigA {
    margin-right: 5px;
}

.search-button {
    position: absolute;
    right: 5px;
    top: 50%;
    background: transparent;
    border: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home_dwn {
    background-color: #005f95;
    height: 40px;
    line-height: 40px;
}

.home_dwn_list {
    text-align: center;
}

.home_dwn_list li {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    height: 34px;
    line-height: 34px;
}

.policy_bg {
    background-color: #ffb400;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 25px;
    height: 372px;
}

.ul_custom.policy_bg li {
    line-height: 39.5px;
}

.ul_custom.policy_bg li:before {
    content: "";
    height: 22px;
    width: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.ul_custom.policy_bg li:nth-child(1):before {
    content: "";
    background: url(../images/22dec/policy-highlight.png) no-repeat;
}

.ul_custom.policy_bg li:nth-child(2):before {
    content: "";
    background: url(../images/22dec/technology.png) no-repeat;
}

.ul_custom.policy_bg li:nth-child(3):before {
    content: "";
    background: url(../images/22dec/product-catalogue.png) no-repeat;
}

.ul_custom.policy_bg li:nth-child(4):before {
    content: "";
    background: url(../images/22dec/territorial-newsletter.png) no-repeat;
}

.ul_custom.policy_bg li:nth-child(5):before {
    content: "";
    background: url(../images/22dec/publication.png) no-repeat;
}

.ul_custom.policy_bg li:nth-child(6):before {
    content: "";
    background: url(../images/22dec/export-statistics.png) no-repeat;
}

.ul_custom.policy_bg li:nth-child(7):before {
    content: "";
    background: url(../images/22dec/photo-gallery.png) no-repeat;
}
.ul_custom.policy_bg li:nth-child(8):before {
    content: "";
    /*background: url(../images/22dec/e-sanchit-logo1.png) no-repeat;*/
    background: url(../images/22dec/exim-mitra.png) no-repeat;
}

.ul_custom.policy_bg li a {
    color: #080808;
}

.pad-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.grey_bg {
    background: #e3e3e3;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 372px;
}

.center_list_items {
    text-align: center;
}

.center_list_items li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.text_app {
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 5px;
}

.photogallery_block {
    display: block;
    width: 210px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    text-align: center;
    background-color: #595959;
    height: 55px;
    line-height: 55px;
}

.photogallery_block>span {
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
}

.photogallery_block>span:before {
    content: "";
    position: relative;
    background: url(../images/photo-gal-icon.png) no-repeat;
    height: 30px;
    width: 37px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.font_12 {
    font-size: 12px;
}

.font_14 {
    font-size: 14px;
}

.font_16 {
    font-size: 16px;
}

/*.nav-eepc li:last-child a {
	padding-right: 0;
}*/

.section_2 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.section_2 {
    background-color: #ebebeb;
    margin-top: 5px;
    margin-bottom: 4px;
}

.chairmen_member_block {
    position: relative;
    display: block;
    font-size: 16px;
    width: 100%;
    color: #000000;
    background-color: #ebebeb;
    padding: 10px 20px;
}

.chairmen_member_block:hover,
.chairmen_member_block:focus {
    color: #333;
    text-decoration: none;
}

.chairmen_member_block img {
    float: left;
    margin-top: 3px;
    padding-top: 5px;
    padding-left: 25px;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}

/*.chairmen_member_block1 {
	background-color: #f21e1e;
}
.chairmen_member_block2 {
	background-color: #f24545;
}
.chairmen_member_block3 {
	background-color: #ec2e2e;
}
.chairmen_member_block4 {
	background-color: #c22f2f;
}*/

.banner_section {
    position: relative;
    height: 372px;
    overflow: hidden;
}

.barcode {
    width: auto;
}

.member_block {
    display: table-cell;
    position: relative;
    float: left;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #ffbe00;
}

.member_name {
    position: relative;
    display: table-cell;
    left: 20px;
    margin-left: 15px;
    vertical-align: top;
}

.chairmen_member_block1:hover .chairmen_member_block img {
    padding-left: 10px;
    padding-top: 8px;
}

.brand_bg {
    background: url(../images/bg-new.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 30px;
}

.brand {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0;
}

.e_catalogue_img {
    margin-bottom: 12px;
    max-width: 100%;
}

.brand span {
    color: #ffbe00;
    text-transform: uppercase;
    font-weight: 700;
}

.one_stop_solution {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}

.brand_india_engg {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    color: #ffbe00;
    text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 4px;
}

.brand_each {
    width: 20%;
    border: 2px solid transparent;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.brand_each:hover {
    border: 2px solid #ffbe00;
}

.sector_box {
    display: table;
}

.sector_box img {
    display: table-cell;
    vertical-align: middle;
    margin-right: 5px;
}

.sector_box p {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0px;
    font-size: 12px;
}

.brand_each a:hover,
.brand_each a:focus {
    text-decoration: none;
}

.brand_each p {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #fff;
}

.btn_listed {
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    background-color: #000;
    color: #ffbe00;
    border: 1px solid transparent;
    line-height: 45px;
    text-transform: uppercase;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.btn_listed:focus,
.btn_listed:hover {
    border: 1px solid #ffbe00;
    color: #ffbe00;
    background-color: transparent;
    text-decoration: none;
}

.select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    background: transparent url(../images/1may/dwn.png) no-repeat 60px;
    background-position: 97%;
}

.btn_listed_lft {
    display: inline-block;
    padding: 5px 8px;
    margin-left: 0;
    width: auto;
    font-size: 14px;
    background-color: #ffbe00;
    color: #000;
    line-height: 24px;
}

.btn_listed_lft:focus,
.btn_listed_lft:hover {
    border: 1px solid #000;
    color: #000;
    background-color: transparent;
    text-decoration: none;
}

.owl-newsletter .owl-item {
    overflow: hidden;
}

.owl-newsletter .owl-item:hover .newsletter_txt::after {
    -webkit-transform: rotate(6.5deg);
    transform: rotate(6.5deg);
}

.section_name {
    position: relative;
    float: left;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #ffbe00;
}

.section_name img {
    padding-left: 25px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.section_head {
    display: inline-block;
    font-size: 24px;
    text-transform: uppercase;
    padding-left: 26px;
    margin-top: 15px;
}

.img_block:hover .section_name img {
    padding-left: 5px;
    padding-top: 10px;
}

.section_name.section_tech {
    padding-left: 40px;
    margin-top: -10px;
}

.section_tech {
    position: relative;
    float: left;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #ffbe00;
}

.section_tech img {
    padding-left: 40px;
    margin-top: -10px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.img_block:hover .section_tech img {
    padding-left: 18px;
    padding-top: 12px;
}

.section_publication {
    position: relative;
    float: left;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #ffbe00;
}

.section_publication img {
    padding-left: 25px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.img_block:hover .section_publication img {
    padding-left: 12px;
    padding-top: 10px;
}

.update_block {
    width: 200px !important;
}

.important_links {
    width: 320px !important;
}

.publication {
    width: 265px !important;
}

.technology_width {
    width: 340px !important;
}

.search_block {
    background-color: #000;
}

.search {
    position: relative;
    height: 40px;
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #000;
}

.search li {
    float: left;
    margin-right: 30px;
    line-height: 37px;
}

.search li:first-child {
    position: relative;
}

.navbar-inverse {
    background-color: #000;
}

#panel {
    display: none;
    position: absolute;
    right: -5%;
    top: 106%;
    width: 400px;
    z-index: 10;
}

#panel input {
    background-color: #305891;
    height: 50px;
    color: #fff;
    border-radius: 0;
    border: none;
}

.search_btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    background-color: #738a8d;
}

.search_btn .search_btn_img {
    position: relative;
    display: block;
    top: 30%;
}

.search_btn img {
    display: block;
    margin: auto;
}

.form_rate option {
    color: #333;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    background-color: #ffb400;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #ffb400;
}

.calender_sm_img {
    width: 60px;
    margin-left: auto;
    margin-right: auto;
}

.owl-carousel .owl-stage {
    margin-left: auto;
    margin-right: auto;
}

.owl-controls {
    display: none;
}

.owl-carousel:hover .owl-controls {
    display: block;
}

.gst_title {
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #5fc2ff;
    text-align: center;
    color: #004a78;
}

.cont_gst {
    width: 100%;
    height: 240px;
    line-height: 30px;
    overflow: Hidden;
    padding: 5px 0;
}

.newsticker_bg {
    background: #007ac5;
    height: 440px;
}
.newsticker_bg.Good_Services
{
    background:#167abe;
}
.Good_Services img.Good_Services_img
{
    width: 90%;
    margin: 15px auto;
    display: block;
    text-align: center;
}
.Good_Services h3:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: transparent;
    border-radius: 5px;
    border-left: 3px solid #064a78;
    border-right: 3px solid #064a78;
    border-bottom: 8px solid #064a78;
}
.Good_Services ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}
.Good_Services ul li
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.Good_Services ul li img
{
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.postage-stamp-new
{
    width: 100%;
    height: 265px;
}
.Good_Services ul li a
{
    flex: 0 0 calc(100% - 40px);
}

.newsticker-jcarousellite {
    height: 230px !important;
    width: 100%;
    overflow: hidden;
}

.newsticker-jcarousellite ul li {
    height: auto !important;
    width: 100% !important;
    position: relative;
    padding: 5px 5px 5px 70px;
    display: block;
    color: #fff;
}

.newsticker-jcarousellite ul li span {
    display: block;
    color: #fff2d1;
}

.newsticker-jcarousellite ul li a {
    color: #fff;
}

.newsticker-jcarousellite ul li a:hover {
    color: #fff;
    text-decoration: none;
}

.newsticker-jcarousellite ul li::before {
    content: url(../images/gst-bullet.png);
    position: absolute;
    left: 23px;
    top: 10px;
}

.gst_btn {
    display: block;
    width: 100%;
    color: #fff;
    background-color: #008ee6;
    border: 2px solid #005a92;
    border-radius: 8px;
    margin-bottom: 8px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
    word-wrap: break-word;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.gst_btn:hover,
.gst_btn:focus {
    color: #fff;
    background-color: #005a92;
    text-decoration: none;
}

.know_gst {
    padding: 0;
    text-align: center;
}

.know_gst a {
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 7px 0;
    background-color: #004a78;
    text-transform: uppercase;
    border: 1px solid transparent;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.know_gst a:hover,
.know_gst a:focus {
    color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #004a78;
}

.instruction_list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.instruction_list li {
    display: inline-block;
    margin-right: 4px;
}

.instruction_list li a {
    display: block;
    text-decoration: none;
    border-radius: 4px;
    padding: 8px 12px;
}

.instruction_list li:nth-child(1) a {
    background-color: #8c8988;
    border: 1px solid transparent;
    color: #fff;
}

.instruction_list li:nth-child(2) a {
    background-color: #8c8988;
    border: 1px solid transparent;
    color: #fff;
}

.instruction_list li:nth-child(3) a {
    background-color: #8c8988;
    border: 1px solid transparent;
    color: #fff;
}

.instruction_list li:nth-child(4) a {
    background-color: #000000;
    border: 1px solid transparent;
    color: #fff;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.instruction_list li:nth-child(1) a:hover {
    background-color: #fff;
    border: 1px solid #8c8988;
    color: #8c8988;
}

.instruction_list li:nth-child(2) a:hover {
    background-color: #fff;
    border: 1px solid #8c8988;
    color: #8c8988;
}

.instruction_list li:nth-child(3) a:hover {
    background-color: #fff;
    border: 1px solid #8c8988;
    color: #8c8988;
}

.instruction_list li:nth-child(4) a:hover {
    background-color: #fff;
    border: 1px solid #000000;
    color: #000000;
}

.imp_ins {
    color: #000 !important;
    font-size: 22px !important;
}

.mrg_top_ins {
    margin-top: 50px;
    margin-bottom: 30px;
}

.dashboard {
    background-color: #007ac5;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 40px;
}

.newsticker_jcarousellite {
    height: 195px !important;
}

.dashboard_txt {
    padding-top: 67px;
    padding-left: 60px;
    padding-right: 40px;
}

.dashboard_txt p {
    color: #fff;
    font-size: 18px;
}

.dashboard_news {
    position: relative;
}

.dashboard_news:before {
    content: "";
    position: absolute;
    border-left: 1px dashed rgba(255, 255, 255, .4);
    left: 0;
    top: 20px;
    height: 85%;
}

.main_list {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.main_list li {
    display: table;
    width: 100%;
    margin-bottom: 20px;
    line-height: 23px;
}

.main_list li span {
    display: table-cell;
    position: relative;
    top: 12px;
    font-weight: 700;
    font-size: 30px;
    color: #bebdbd;
    padding-right: 15px;
}

.main_list li p {
    display: table-cell;
    width: 100%;
}

.gst_sec_pad {
    padding-top: 30px;
    padding-bottom: 30px;
}

.link_block {
    background-color: #eff5f9;
    padding-bottom: 30px;
    padding-top: 30px;
    border-left: 5px solid #0080c8;
}

.gst_img_blck {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

.gst_sec_pad a {
    color: #0080c8;
}

.lft_img {
    float: left;
    padding-right: 10px;
}

.dashboard_news .gst_btn {
    width: 90%;
}

.mrg_bot_20 {
    margin-bottom: 20px;
}

.gst_rate_btn {
    margin-top: -54px;
    margin-bottom: 30px;
}

.trade_search_panel {
    margin: 20px 0 20px 0;
    padding: 0;
    background-color: #007fc6;
    list-style: none;
    height: 70px;
}

.trade_search_panel li {
    float: left;
    margin-right: 9px;
}

.trade_form_country {
    margin-left: 14px;
}

.trade_form_country select {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 97% center;
}

.trade_form_country,
.tradeproduct_name {
    width: 28%;
}

.trade_form_chapter {
    width: 10%;
}

.trade_form_chapter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 94% center;
}

.trade_hscode {
    width: 15%;
}

.trade_select {}

.tradeproduct_name input,
.trade_hscode input {
    height: 40px;
}

.trade_pad {
    padding-top: 14px;
    padding-bottom: 14px;
}

.trade_search {
    position: relative;
    background-color: #ffb400;
    height: 100%;
    width: 12%;
    margin-left: 32px;
    margin-right: 0 !important;
    text-align: center;
}

.trade_search:before {
    content: url(../images/search-arrow.png);
    position: absolute;
    top: 0;
    left: 0;
}

.search_trade_btn {
    position: relative;
    font-weight: 700;
    font-size: 17px;
    background-color: transparent;
    top: 50%;
    border: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search_trade_btn:focus {
    border: none;
    outline: none;
}

.trade_search::before {
    content: url(../images/search-arrow.png);
    position: absolute;
    top: 50%;
    left: -12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-52%);
}

.input_search_sec {
    margin: 10px 0 10px 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px dashed #d2d2d2;
}

.input_search_sec li {
    float: left;
    padding-bottom: 8px;
    color: #6b6b6b;
    font-size: 20px;
}

.input_search_sec li img {
    padding-right: 10px;
}

.search_img_btn_block {
    width: 5%;
}

.search_in_block {
    width: 95%;
}

.search_img_btn {
    background-color: transparent;
    background-image: url(../images/trade_search.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

.trade_barrier_search {
    width: 100%;
    background-color: transparent;
    border: none;
    background-repeat: no-repeat;
    background-position: 0 center;
}

.trade_barrier_search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #6b6b6b;
    font-size: 20px;
}

.trade_barrier_search::-moz-placeholder {
    /* Firefox 19+ */
    color: #6b6b6b;
    font-size: 20px;
}

.trade_barrier_search:-ms-input-placeholder {
    /* IE 10+ */
    color: #6b6b6b;
    font-size: 20px;
}

.trade_barrier_search:-moz-placeholder {
    /* Firefox 18- */
    color: #6b6b6b;
    font-size: 20px;
}

.result_name {
    margin: 25px 0 20px 0;
    padding: 0;
    list-style: none;
}

.result_name li {
    position: relative;
    float: left;
    padding-right: 15px;
}

.result_name li::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 1px;
    right: 15px;
    top: 0;
    background-color: #ababab;
}

.result_name li:nth-child(1) {
    width: 24%;
}

.result_name li:nth-child(2) {
    width: 16%;
}

.result_name li:nth-child(3) {
    width: 25%;
}

.result_name li:nth-child(4) {
    width: 22%;
    padding-left: 16px;
}

.result_name li:nth-child(4)::after {
    width: 22%;
    height: 0;
    padding-left: 16px;
}

.trade_country_img {
    float: left;
    width: 46px;
    height: 28px;
    margin-right: 10px;
}

.trade_barrier_table {
    background-color: transparent !important;
}

.trade_tble_head {
    background-color: #0080c8;
    color: #fff;
}

.trade_tble_head th {
    background-color: #0080c8;
    border-bottom: 1px solid #0080c8;
    color: #fff;
    text-align: left !important;
}

.trade_barrier_table tr th,
.trade_barrier_table tr td {
    padding: 20px !important;
}

.trade_barrier_table tr th:nth-child(1) {
    width: 9%;
}

.trade_barrier_table tr th:nth-child(2),
.trade_barrier_table tr th:nth-child(3) {
    width: 15%;
}

.animated1 {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated2 {
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated3 {
    -webkit-animation-duration: 3s !important;
    animation-duration: 3s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated4 {
    -webkit-animation-duration: 4s !important;
    animation-duration: 4s !important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

/*kk*/

.rcmc {
    color: #292929;
    display: inline-block;
    font-size: 24px;
}

.rcmc span {
    color: #989898;
}

.requirements__ {
    color: #292929;
    font-size: 24px;
    margin-bottom: 23px;
    margin-top: 20px;
}

.points_ {
    color: #5f5f5f;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
}

.nrml_txt {
    color: #5f5f5f;
    font-size: 14px;
}

.unorder_lists {}

.unorder_lists li {
    color: #5f5f5f;
    font-size: 14px;
    list-style-type: none;
    padding: 10px 0 10px 40px;
    position: relative;
}

.unorder_lists li span {
    font-weight: bold;
    color: #5f5f5f;
}

.unorder_lists li:before {
    background-color: #0080c8;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 18px;
    position: absolute;
    top: 14px;
    width: 12px;
}

.pdf_link {
    color: #098fb6;
    margin-left: 12%;
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

.pdf_link:hover,
.pdf_link:focus {
    color: #0e6698;
    outline: 0;
}

.download_links {
    color: #5f5f5f;
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
}

.download_links a {
    color: #098fb6;
    font-style: italic;
    transition: all 0.3s ease-in-out;
}

.download_links a:hover,
.download_links a:focus {
    color: #0e6698;
    outline: 0;
}

.unorder_lists2 li {
    color: #5f5f5f;
    font-size: 14px;
    list-style-type: none;
    padding: 10px 0 10px 40px;
    position: relative;
}

.unorder_lists2 li a {
    font-weight: bold;
    color: #ff7e00;
    transition: all 0.3s ease-in-out;
}

.unorder_lists2 li a:hover,
.unorder_lists2 li a:focus {
    color: #bb5d01;
    outline: 0;
}

.unorder_lists2 li:before {
    background-color: #ff7e00;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 18px;
    position: absolute;
    top: 15px;
    width: 12px;
}

.bule_btns {
    background-color: #0080c8;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 30px;
    margin-right: 50px;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    width: 260px;
    transition: all 0.3s ease-in-out;
}

.bule_btns:hover {
    background-color: #5f5f5f;
    color: #FFFFFF;
    text-decoration: none;
}

.yellow_btns {
    background-color: #ffbe00;
    border-radius: 10px;
    color: #000;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 30px;
    margin-right: 50px;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    width: 260px;
    transition: all 0.3s ease-in-out;
}

.yellow_btns:hover {
    background-color: #5f5f5f;
    color: #FFFFFF;
    text-decoration: none;
}

.mar_top__ {
    margin-top: 30px;
}

.hs_code_search_box {}

.hs_code_search_box>input {
    border: 1px solid #d3d3d3;
    border-radius: 7px;
    margin-right: 15px;
    padding: 10px;
    width: 260px;
}

.code_srch_btn {
    background-color: #0080c8;
    border: 0 none;
    border-radius: 7px;
    color: #fff;
    font-size: 18px;
    outline: 0 none;
    padding: 7px 25px;
    transition: all 0.3s ease-in-out;
}

.code_srch_btn:hover {
    background-color: #5f5f5f;
    color: #FFFFFF;
}

.code_display_list {
    background-color: #fff;
    margin: 30px 0;
    width: auto;
}

.code_display_list tr:nth-child(2n+1) td {
    background-color: #fff;
}

.code_display_list td {
    border: 4px solid #fff;
    padding: 0;
}

.code_display_list td .table_tdr {
    background-color: #d3d3d3;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
}

.doce_display {
    border: 1px solid #707070;
    border-radius: 5px;
    display: inline-block;
    min-height: 38px;
    padding: 7px 10px;
    width: 100%;
}

.points_ a {
    color: #0080c8;
    font-style: italic;
}

.points_ a:hover,
.points_ a:focus {
    color: #0e6698;
    outline: 0;
}

.chairmen_member_block_width {
    width: 16.66%;
    padding: 6px 0;
}

.gst_txt {
    display: block;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
}

#vertical-ticker {
    width: 95%;
    height: 225px;
    overflow: hidden;
    margin: auto;
    padding: 0;
    list-style: none;
}

#vertical-ticker li {
    position: relative;
    display: table;
    padding: 5px 20px;
    color: #333;
}

#vertical-ticker li a {
    color: #fff;
}

#vertical-ticker li a span {
    display: block;
    color: #fff2d1;
}

#vertical-ticker li a:hover {
    text-decoration: none;
}

#vertical-ticker>li:before {
    content: url(../images/gst-bullet.png);
    display: table-cell;
    vertical-align: top;
    height: 11px;
    width: 31px;
    background-color: #017ac3;
}

.home_trade {
    margin-left: 29.8px;
}

.tariff_title {
    width: 40% !important;
}

.notification_circular>h2 {
    background-image: url(../images/hsn_hicon.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 25px;
    padding: 15px 0 15px 60px;
}

.notification_circular ul {
    margin: 0 0 0 10px;
    padding: 0;
    list-style: none;
}

.notification_circular ul li {
    line-height: 24px;
    background-color: #ddd;
    margin-bottom: 10px;
    padding: 5px 15px;
    border-radius: 2px;
}

.notification_circular ul li a {
    color: #333;
}

/* .tender_table table{
	margin-bottom: 10px;
	margin-top: 10px;
}
.tender_table table tr th{
	background-color: #1a83c5 !important;
	border-bottom: none !important;
	border-left: 1px solid #93c0dc ;
}
.tender_table table tr th:first-child{
	border-left: 1px solid transparent;
	box-shadow: none;
}
.tender_table table tr td:first-child{
	box-shadow: none;
}

.tender_table table tr:nth-child(even){
	background-color: #fff !important;
}

.tender_table table tr:nth-child(odd) td{
	background-color: #dedfe0  !important;
}

.tender_table table tr td:last-child{
	     box-shadow: none; 
} */

/* .tender_table table tr td{
    border-bottom: 2px solid #1a83c5 !important;
} */

/* .ba_fac_detail_list{
	font-weight: 700;
	color: #811d0f;
	text-transform: uppercase;
}

.ba_fac_detail_list_in{
	font-size: 16px;
	font-weight: 700;
	color: #811d0f;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 25px;
	border-bottom: 1px solid #811d0f;
	text-transform: uppercase;
}
.latest_issue_pen_in{
	display: block;
}
.small_txt_news {
	font-size: 14px;
	font-weight: 700;
	color: #000;
}

.newsletr_cntr_img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 20px;
}
 */

.pdf_file {
    color: #db000d;
}

.event_search_wrap {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.event_search_wrap li {
    float: left;
}

.event_search_wrap li select {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 165px;
    height: 40px;
    border-radius: 0px;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 97% center;
}

.event_search_wrap li input {
    height: 40px;
    border-radius: 0px;
}

.event_search_wrap li.search_right {
    float: right;
}

.btn_eve {
    background-color: #ffb400;
    color: #000;
    border-radius: 0px;
    padding: 0 12px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.event_search {
    width: 400px;
    margin-right: 3px;
}

.launch_txt strong {
    color: #ffbe00;
}

.new_magazine_block {
    /* border: 2px solid #ffaa00;
    padding: 15px; */
    margin-top: 0;
}

/* .new_magazine{
    width: 210px;
} */

.new_magazine_block h2,
.new_magazine_block h3,
.new_magazine_block p {
    margin: 0;
    padding: 0;
}

.new_magazine_block h2 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #0b4b89;
    font-weight: 700;
    border-top: 1px solid #d1cdcd;
    padding-top: 15px;
}

.new_magazine_block h3 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #6c6868;
    margin-bottom: 15px;
}

.new_magazine_block .mag_view_more {
    border-bottom: 1px solid #dedede;
    display: table;
    width: 100%;
    padding-bottom: 10px;
}

.mag_pdf {
    float: right;
}

.new_magazine_block .view_more_mag {
    background-color: #dedede;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    -webkit-transition: all ease-in .15s;
    transition: all ease-in .15s;
}

.new_magazine_block .view_more_mag:focus,
.new_magazine_block .view_more_mag:hover {
    background-color: #dedede;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 13px;
    box-shadow: 1px 1px 2px 1px rgba(45, 45, 45, 0.4);
}

.search_magazine h2 {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 16px;
    text-align: center;
}

.search_magazine select {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    background-image: url(../images/select-arrow.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    margin-bottom: 0px;
}

.search_magazine {
    margin-bottom: 15px;
    background-color: #0b4b89;
    padding: 20px 10px;
}

.btn_magz_search {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 13px;
    height: 40px;
    border: 1px solid transparent;
}

.btn_magz_search:hover {
    background-color: #0b4b89;
    border: 1px solid #fff;
    ;
    color: #fff;
}

.btn_magz_search span {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.btn_magz_search:before,
.btn_magz_search:after {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: .4s, opacity .6s;
    -moz-transition: .4s, opacity .6s;
    -o-transition: .4s, opacity .6s;
    transition: .4s, opacity .6s;
}

/* :before */

.btn_magz_search:before {
    content: attr(data-hover);
    -webkit-transform: translate(-150%, 0);
    -moz-transform: translate(-150%, 0);
    -ms-transform: translate(-150%, 0);
    -o-transform: translate(-150%, 0);
    transform: translate(-150%, 0);
}

/* :after */

.btn_magz_search:after {
    content: attr(data-active);
    -webkit-transform: translate(150%, 0);
    -moz-transform: translate(150%, 0);
    -ms-transform: translate(150%, 0);
    -o-transform: translate(150%, 0);
    transform: translate(150%, 0);
}

/* Span on :hover and :active */

.btn_magz_search:hover span,
.btn_magz_search:active span {
    opacity: 0;
}

/*  
      We show :before pseudo-element on :hover 
      and :after pseudo-element on :active 
  */

.btn_magz_search:hover:before,
.btn_magz_search:active:after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

/* 
    We hide :before pseudo-element on :active
  */

.btn_magz_search:active:before {
    -webkit-transform: translate(-150%, 0);
    -moz-transform: translate(-150%, 0);
    -ms-transform: translate(-150%, 0);
    -o-transform: translate(-150%, 0);
    transform: translate(-150%, 0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.magz_detail,
.magz_detail table {
    margin-top: 0;
}

.magz_detail table {
    border: 1px solid #fa0;
    padding: 15px;
    background: #fff;
}

.magz_detail table tr td {
    padding-bottom: 15px !important;
}

p.magz_det_title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #666;
    padding-bottom: 0;
}

.hightlight_text {
    color: #305891;
    font-weight: 700;
    text-transform: uppercase;
}

.maz_list {
    list-style: none;
}

.maz_list li {
    margin-bottom: 5px;
}

.magz_detail table p {
    margin-bottom: 2px;
    padding-bottom: 0;
}

.latest_mag {
    margin-top: 15px !important;
}

.new_magazine_block h3.metal_latest_issue {
    color: #5e5e5e;
    border-bottom: 1px solid #5e5e5e;
    padding-bottom: 15px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.new_magazine_block h3.metal_latest_date {
    color: #5e5e5e;
    border-bottom: 1px solid #5e5e5e;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.nons.metal_block tr td:nth-child(1) {
    width: 62% !important;
    padding-right: 10px;
}

.nons.metal_block tr td:nth-child(2) {
    width: 30%;
}

.metal_mag_img {
    padding-left: 19px;
}

.metal_intro_txt {
    line-height: 19px !important;
}

.e-way-bill .title {
    font-size: 34px;
    color: #1a83c5 !important;
    text-transform: none;
    margin-top: 45px;
}

.imp-point-block {
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

.imp-point-block h4 {
    background-color: #1b84c5;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 0;
    font-size: 20px;
}

.imp-point-block ol {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: my-counter;
}

.imp-point-block ol li {
    position: relative;
    padding: 15px 35px;
    color: #555555;
    counter-increment: my-counter;
}

.imp-point-block ol li:nth-child(even) {
    background-color: #e8e8e8;
}

.imp-point-block ol li:before {
    content: counter(my-counter);
    position: absolute;
    left: 16px;
    top: 14px;
}
.advantage-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.advantage-list li{
    padding: 15px 35px;
    color: #555555;
   list-style: lower-roman;
   list-style-position: inside;
}
.advantage-list li:nth-child(even) {
    background-color: #e8e8e8;
}
.export_hdr {
    margin: 0 0 30px 0px;
    font-size: 24px;
}
.export_list {
    padding: 0;
    margin: 0;
}
.export_list > li {
    position:relative;
    padding-left:40px;
    font-size:14px;
    color: #565656;
    font-family: 'Lato';
    list-style-type:none;
    margin-bottom:10px;
}
.export_list > li:after {
    font-family:FontAwesome;
    content: "\f111";
    color:#14a7e0;
    font-size:14px;
    position:absolute;
    top:0;
    left:10px;
}
.bullet_none:after {
    display:none;
}

.scroll_2 {
    margin-top:30px;
    margin-bottom:30px;
    position:relative;
}
.str_wrap.str_yellow {
    background:#ffbe00;
}
.str_wrap.str_yellow p a {
    color: #000;
}
.seminers {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #002853;
    color: #fff;
    padding: 6px 20px 6px 29px;
    height: 39px;
    font-size: 18px;
}
.seminers:after {
    content: '';
    width: 116px;
    height: 39px;
    position: absolute;
    top: 0;
    right: -43px;
    background-image: url(https://eepcindia.org/30-NOV-2016/images/Seminars-Workshops.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 46px;
}


.dashbrd_hdr {
    color: #5f3914 !important;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    margin: 20px 0 20px 0;
}
.dashbrd_hdr span {
    font-weight: 600;
}
.logOut {
    float: right;
    color: #000000;
    font-size: 16px;
    padding: 0 24px 0px 0;
    text-transform: capitalize;
    font-weight: 400;
    background-image: url(http://eepcindia.org/30-NOV-2016/images/log-out-icon.png);
    background-repeat: no-repeat;
    background-position: center right;
    transition:all 0.3s ease-in-out;
    margin: 6px 0 0 0;
}
.logOut:hover {
    color:#c31605;
    text-decoration:none;
}

.blue_box {
    background-color: #0054a4;
    padding: 40px;
    min-height: 430px;
    background-size:100%;
        margin-bottom: 40px;
}
.profile_box {
    background-image: url(http://eepcindia.org/30-NOV-2016/images/box-1-bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    color:#FFFFFF;
}
.eepcdoes_box {
    background-image: url(http://eepcindia.org/30-NOV-2016/images/box-2-bg.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    color:#ffbe00;
}

.profile_hdr {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 34px;
    margin: 0 0 20px 0;
}
.prfl_desc {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}
.prfl_desc > span {
    font-weight:600;
    font-size: 18px;
}

.othr_prfl_lnks {
}
.othr_prfl_lnks > li {
    margin: 5px 0;
    list-style-type:none;
    position:relative;
    padding-left:20px;
}
.othr_prfl_lnks > li:after {
    font-family: FontAwesome;
    content: "\f111";
    color: #fff;
    font-size: 8px;
    position: absolute;
    top: 7px;
    left: 0px;
}
.othr_prfl_lnks > li > a {
    color: #fff;
    font-size:18px;
    font-weight:600;
    transition:all 0.3s ease-in-out;
}
.othr_prfl_lnks > li > a:hover {
    color:#ffbe00;
    text-decoration:none;
}
.edit_prfl {
    float: right;
    color: #fff;
    transition:all 0.3s ease-in-out;
    font-size:22px;
}
.edit_prfl:hover {
    color:#ffbe00;
    text-decoration:none;
}
.eepc_does_list {
}
.eepc_does_list > li {
    margin: 5px 0;
    list-style-type:none;
    position:relative;
    padding-left:20px;
}
.eepc_does_list > li:after {
    font-family: FontAwesome;
    content: "\f111";
    color: #ffbe00;
    font-size: 8px;
    position: absolute;
    top: 7px;
    left: 0px;
}
.eepc_does_list > li > a {
    color: #ffbe00;
    font-size:18px;
    font-weight:600;
    transition:all 0.3s ease-in-out;
}
.eepc_does_list_sub {
    padding-left: 30px;
}
.eepc_does_list_sub > li {
    margin: 5px 0;
    list-style-type:none;
    position:relative;
    padding-left:20px;
}
.eepc_does_list_sub > li:after {
    font-family: FontAwesome;
    content: "\f111";
    color: #ffbe00;
    font-size: 8px;
    position: absolute;
    top: 7px;
    left: 0px;
}
.eepc_does_list_sub > li > a {
    color: #ffbe00;
    font-size:18px;
    font-weight:600;
    transition:all 0.3s ease-in-out;
}
.eepc_does_list_sub > li > a:hover, .eepc_does_list > li > a:hover {
    color:#FFFFFF;
    text-decoration:none;
}
.yellow_round_box {
    display: block;
    width: 260px;
    height: 260px;
    text-align: center;
    padding-top: 22%;
    border-radius: 50%;
    background-color: #ffbe00;
    margin: 0 auto;
    transition:all 0.3s ease-in-out;
}
.yellow_round_box p {
    color: #0054a4;
    font-size: 28px;
    transition:all 0.3s ease-in-out;
}
.yellow_round_box p:hover {
    color:#212121;
    text-decoration:none;
}
.yellow_round_box:hover {
    text-decoration:none;
    box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.tariff_txt {
    color:#6a6a6a;
}
.green_box {
    display: block;
    text-align: center;
    background-color: #01799c;
    color: #fff;
    text-decoration: none;
    padding: 18% 20px 10px 20px;
    min-height: 200px;
    margin-top: 30px;
    transition:all 0.3s ease-in-out;
}
.green_box p {
    color:#FFFFFF;
    font-size:18px;
    margin-top:5px;
}
.green_box:hover {
    text-decoration:none;
    box-shadow:0 0 10px rgba(0,0,0,0.5);
}
.dashbrdr {
    float: left;
    font-size: 16px;
    margin-top: 9px;
    font-weight: 600;
    text-transform: capitalize;
    color: #383838;
}
.dashbrdr:hover {
    text-decoration:none;
}
.panel-list.panel-list2 {
    margin: 0;
}
.panel-list2 li {
    margin-bottom:7px;
}
.center.img-responsive {
    display: inline-block;
}
.col-20 {
    width: 20%;
}
.bnft_hdr {
    background-color: #bb3430;
    color: #fff;
    margin: 0 0 0 0;
    padding: 20px;
    text-align: center;
}
.design_li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0 0;
}
.design_li > li {
    color: #333;
    font-size: 14px;
    list-style-type: none;
    flex: 0 0 48%;
    padding: 10px 10px 10px 30px;
    background-color: #ececec;
    margin: 10px auto;
    position: relative;
    transition: all 0.3s ease-in-out;
    text-align: justify;
}
.design_li > li:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.design_li > li:after {
    content: "\f0a4";
    font-family: FontAwesome;
    color: #bb3430;
    position: absolute;
    top: 11px;
    left: 7px;
    font-size: 16px;
}
.design_li > li > span {
    color: #dd9c48;
    font-weight: 600;
    font-size: 16px;
}