body{
 margin:0;
 padding:0;
}
img{
 max-width:100%;
 
}

.img{
 width:100%;
 height:100px;	
}
a:hover{
 text-decoration:none;
}

.carousel-control.left{
 background:transparent !important;	
}
.carousel-control.right{
 background:transparent !important;	
}
.carousel-control{
 display:none;	
}
.owl-theme .owl-controls .owl-buttons div{
 border-radius:0 !important;
 -webkit-border-radius:0 !important;
 -moz-border-radius:0 !important;	
 border:1px solid;
 padding:3px 4px !important;
 color:#041D5F !important;
}
.owl-buttons{
 display:none;	
}
.banner-area .col-md-8 {
    padding-left: 0;
}
.banner-area .col-md-4 {
    padding-right: 0;
}
.test-slider{
 margin-top:20px;	
}
.owl-theme .owl-controls .owl-page span{
 height:18px !important;
 width:18px !important;	
}
.owl-theme .owl-controls .owl-page.active span{
 background:#fa812b !important;	
}
.carousel-indicators li{
 height:16px;
 width:16px;	
}
.carousel-indicators .active{
 height:18px;
 width:18px;
 background:#00acac;	
}
.header-top{
 
 padding:5px 0;	
 position:relative;
}
.menu-area{
 background:#00acac;
 padding:10px 0;	
}
.header-right {
    text-align: center;
    position: relative;
    padding-top: 0px;
}

.live-ticker .container {
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 20px;
}

img.imgs {
    position: absolute;
    top: 0;
    right: 0;
}

.contact-box {
    box-shadow: 0px 2px 16px #d0caca;
    padding: 10px 24px 10px 75px;
    background: white;
    width: 100%;
    
    min-height: 295px;
}

.login{
 display:inline-block;	
}
.login a {
    font-size: 16px;
    color: #ffffff;
    font-family: OpenSans-Semibold;
    background: #006e6f;
    padding: 6px 15px;
    border-radius: 10px;
}
.login a:hover{
 background:#00acac;	
}
.modal-content {
    background:#154A93;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-title {
    text-align: center;
    color: #fff;
    font-family: OpenSans-Semibold;
    font-size: 18px;
}
.modal-body .input {
    text-align: center;
}
.input span {
    color: #ffffff;
}
.input-fld input {
    width: 100%;
    margin: 10px 0;
    padding: 5px;
}
.modal-footer {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
	text-align:center;
}
.login_btn {
    background:#00acac;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 7px 40px;
}

.news div#myTabContent {
    padding: 5px;
}

.grayBox {
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1055;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.box_content {
    background-color: #FFFFFF;
    border: 2px solid #AE6948;
    overflow: hidden;
    padding: 15px;
    position: fixed;
    top: 118px;
    z-index: 1056;
    height: 240px;
    right: 45%;
}
.social-icons {
   
    padding: 20px 0px 8px 0px;
    text-align: right;
}
.social-icons ul{
 list-style:none;
 padding:0;	
 
}
.social-icons ul li{
 display:inline-block;
 margin: 0 4px;	
}
.social-icons ul li a {
    color: #fff;
    background: #006e6f;
    padding: 10px 12px;
    border-radius: 50%;
    font-size: 15px;
    transition: all 0.4s ease-in-out;
}
.social-icons ul li a:hover {
    background:#00acac;
    border-radius: 50%;
	transition:all 0.4s ease-in-out;
	border:1px solid #ffffff;
}
.feature-in{
 background:#006e6f;
 padding:15px 0; 
 text-align:center;	
}
.heading{
 font-size:25px;
 color: #fff;
 font-family:OpenSans-Bold;
 text-transform:uppercase;
 margin:12px 0 20px;	
 border-bottom: 2px solid #ffffff;
 display: inline-block;
 padding-bottom: 5px;
}
.feature-all{
 background:#f5f5f5;
 padding:20px;
 text-align:center;
 border-radius:15px;	
 transition:all 0.3s ease-in-out;
}
.fe-head{
 font-size:18px;
 color:#000000;
 font-family:OpenSans-Semibold;
 margin:10px 0;	
}

.live-news-ticker {
    background-color: #f5f5f5;
    padding: 25px 0;
}

.feature-all p{
 font-size:14px;
 color:#000000;
 font-family:OpenSans-Regular;
 text-align:justify;	
}
.feature-all:hover{
 box-shadow:1px 1px 8px #1772b3;
 transition:all 0.3s ease-in-out;	
}
.fe-inside{
 display:flex;
 margin-bottom :20px;	
}
.fe-inside .col-sm-4{
 display:flex;	
}
.news{
 border:1px solid #999;	
}
.news .nav > li {
    background: #006e6f;
}
.news .nav > li.active a {
    background: #00acac;
	color:#ffffff;
}
.news .nav > li a {
    color: #ffffff;
    padding: 10px 32px;
}

div#contact_form {
    margin-top: 15px;
}

div#contact_form .form-group {
    margin-bottom: 7px;
}

div#contact_form input, div#contact_form textarea {
    width: 100%;
    padding: 2px 5px;
    border-radius: 4px;
    border: 1px solid #000000;
}

.nav-tabs {
    background-color: #006e6f;
}

.live-ticker{

}
.market-head {
    background: #006e6f;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    font-size: 17px;
    font-family: OpenSans-Bold;
}
.contact-from {
    border: 1px solid #999;
}
#frmContact {
    padding: 5px 10px;
}
.footer-in{
 background:#006e6f;
 padding:15px 0;	
}
.footer-list ul{
 list-style:none;	
 margin-top:18px;
  padding-left: 0px;
}
.footer-list ul li{
 margin:4px 0;
}
.footer-list ul li a{
 font-size:15px;
 color:#ffffff;
 font-family:OpenSans-Regular;

}

.footer-list ul li a:hover {
 color:#ffffff;
}

ul.footer-list {
    list-style: none;
    padding-left: 0px;
}

ul.footer-list .add {
    float: right;
    width: 87%;
}

ul.footer-list li {
    clear: both;
    margin-bottom: 5px;
}

.footer-list .fa{
 width:40px;
 color:#00acac;
 font-size:20px;
 margin:5px 0;	
}
.footer-list li{
 font-size:17px;
 color:#ffffff;	
}
.footer-head{
 font-size:24px;
 color:#ffffff;
 font-family:OpenSans-Semibold;	
}
.address-dtls {
    margin-top: 10px;
}
.footer-head {
    margin-bottom: 15px;
}
.footer-btm{
 background:#00acac;
 padding:15px 0;
 text-align:center;	
}
.footer-btm p{
 color:#fff;
 font-family:OpenSans-Regular;
 font-size:14px;
 margin:0;	
}
.copyright{
 font-size:20px;
 color:#fff;
 font-family:OpenSans-Regular;		
}
.title {
    background: #006e6f;
    color: #fff;
    font-size: 22px;
    margin: 15px 0;
	padding:10px;
}
.right-side .feature-all {
    margin: 15px 0;
}

.middle-area {
    margin-bottom: 15px;
}

#vtab ul li.selected {
    background: #006e6f !important;
}
#vtab ul {
   background: #1772b3 !important;
}
cted {
    background: #006e6f !important;
}
.TabbedPanelsTab {
   background: #1772b3 !important;
}
.TabbedPanelsTab {
  width: 20% !important;
  margin: 0px 0px 0px 0px !important;
  text-align: center !important;
}
.TabbedPanelsTabGroup
{
    widows: 100% !important;
}
ul.list-inline.list-inline-view li {
    color: #fff;
    font-weight: 600;
    background: #006e6f;
    padding: 2px 10px;
    border-radius: 20px;
}
ul.list-inline.list-inline-view {
    width: 100%;
    padding: 0px 0px;
   
   
}
.mail-view {
    text-align: right;
   
}
.ad-img-view {
    padding: 20px 0px;
}
.port-view {
    width: 72%;
    margin: auto;
    padding: 30px 0px;
   
}
.form-view {
    padding: 5px;
    margin-top: 27px !important;
    border: 1px solid #00acac;
    width: 80%;
    margin: auto;
}
.login-text {
    text-align: center;
    font-size: 22px;
    color: #006e6f;
}
@media screen and (max-width: 823px) 
{
 .form-view {
    padding: 5px;
    margin-top: 27px !important;
    border: 1px solid #00acac;
    width: 100%;
    margin: auto;
}
.invest-awareness {
   
    margin-top: 1rem !important;
}
.header-right {
    text-align: right;
    position: relative;
    padding-top: 18px;
}
.port-view {
    width: 100%;
    margin: auto;
    padding: 30px 0px;
}
ul.list-inline.list-inline-view {
    width: 100%;
    padding: 0px 12px 0px;
    margin: 0px;
    text-align: center;
}
ul.list-inline.list-inline-view li {
   
    margin-top: 1rem !important;
}
.awareness {
    margin-top: 1rem !important;
    text-align: center !important;
}
.contact-box {
    
    padding: 10px 24px 10px 50px !important;
}
.nav_wrapper {
    background: #00acac !important;
}
}
/*.awareness a {*/
/*    font-size: 18px;*/
/*    color: #ffffff;*/
/*    font-family: OpenSans-Semibold;*/
/*    background: #00acac;*/
/*    padding: 6px 15px;*/
/*    border-radius: 22px;*/
/*}*/
.awareness a:hover {
       background: #006e6f;
}
.awareness {
    margin-top: 2rem;
    text-align: right;
}
.header-bottom {
    padding-top: 0.5rem;
}
.awareness a {
  background-color: #006e6f !important;
  -webkit-border-radius: 10px !important; 
  border-radius: 25px !important;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px !important;
  padding: 5px 10px !important;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #00acac; -webkit-box-shadow: 0 0 3px #006e6f; }
  50% { background-color: #006e6f; -webkit-box-shadow: 0 0 40px #00acac; }
  100% { background-color: #00acac; -webkit-box-shadow: 0 0 3px #006e6f; }
}

@-moz-keyframes glowing {
  0% { background-color: #00acac; -moz-box-shadow: 0 0 3px #006e6f; }
  50% { background-color: #006e6f; -moz-box-shadow: 0 0 40px #00acac; }
  100% { background-color: #00acac; -moz-box-shadow: 0 0 3px #006e6f; }
}

@-o-keyframes glowing {
  0% { background-color: #00acac; box-shadow: 0 0 3px #006e6f; }
  50% { background-color: #006e6f; box-shadow: 0 0 40px #00acac; }
  100% { background-color: #00acac; box-shadow: 0 0 3px #006e6f; }
}

@keyframes glowing {
  0% { background-color: #00acac; box-shadow: 0 0 3px #006e6f; }
  50% { background-color: #006e6f; box-shadow: 0 0 40px #00acac; }
  100% { background-color: #00acac; box-shadow: 0 0 3px #006e6f; }
}

.fa-view-con {
    font-size: 25px;
    color: #00acac;
}
.market-head-view {
    font-size: 25px;
    text-align: center;
    color: #00acac;
}
.contact-from-view {
    padding: 20px 0px;
    background: #f5f5f5;
    
}
.form-view-contact {
    width: 90%;
    margin: auto;
}
.map-view {
    padding: 20px 0px;
}
.invest-awareness {
    text-align: center;
    margin-top: 0rem;
}
.social-img-view
{
  border: 5px solid #00acac;
  border-radius: 55px;  
}
.login-with-rakesh {
    margin-top: 1.2rem;
}
ul.list-inline.list-inline-view li:hover {
   
   background: #00acac;
    
}