/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 18, 2017, 2:47:06 PM
    Author     : Calm
*/

marquee a{
    
/*    font-weight: bold;*/
color:white;
}

marquee span.security{
    
    margin:0 0;
    color:white;
}

marquee span.price{
    
    margin:0 10px 0 1px;
    color:white;
} 

.project-detail-text ul li{  
    
    list-style-type: none;
  
}

.project-detail-text ul li span{
      
    margin: 0 10px 0 5px;
    font-size: 13px; 
}

.project-detail-text ul li span .item2{
      
   text-align: right;
}

.consultant-accordion div.panel-home{
     border: none;
    background-color: #f3f3f3;
   padding: 7px 35px 24px 42px;
    
}

.consultant-banner-caption h3 {
    color: #ffffff;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 5px;
    display: inline-block;
    width: 55%;
    margin-bottom: 29px;
    line-height: 1.1;
    font-weight: 600;
}

.consultant-casestudies-list figure img{
height: 200px;
}

.cowry-btn {
/*    float: right;*/
    padding: 9px 25px 11px 25px;
    
    color: #ffffff;
    border-radius: 40px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    line-height: 1;
}

a.cowry-btn {
    text-decoration: none;
margin: 13px 30px 0px 0px;
}

input.cowry-btn{
background-color: #da251c
}

.new-table{
    
    border: 1px solid black;
    border-collapse: collapse;
    width: 100%;
    vertical-align: middle;
    padding: 15px;
    text-align: left;
    margin-top: 30px;
    overflow: scroll;
}

    
/*th.new-table {
    
    background-color: #f2f2f2;
}*/

.form-contact{
/*    background-color: #da251c;*/
    border: none;
/*    color: #ffffff;
    float: left;
    padding: 10px 26px;*/
}

.form-btn{
    background-color: #da251c;
    border: medium none;
    color: #ffffff;
    float: left;
    padding: 10px 26px;
} 

.select-form{
    background-color: #ffffff;
    border: 1px solid black;
     color: #da251c; 
    float: left;
/*    padding: 10px 26px;    */
     
}
.date-form{
    background-color: #ffffff;
    border: 1px solid black;
     color: #da251c; 
    float: left;
    padding: 10px 6px;
height: inherit; 
width: 100%;
     
}
.about-image {
    background: url("../../images/building1.jpg");
    background-repeat: round;
}

.services-image {
    background: url("../../images/indem7.jpg");
    background-repeat: round;
}
.team-image {
    background: url("../../images/team1.jpg");
/*background-repeat: round;*/
}

.directors-image {
    background: url("../../images/corporate1.jpg");
    background-repeat: round;
}

.contact-image {
    background: url("../../images/contact3.jpg");
    background-repeat: round;
}

.forms-image {
    background: url("../../images/forms2222.jpg");
    background-repeat: round;
}
.research-image {
    background: url("../../images/financial222.jpg");
    background-repeat: round;
}

.reports-image {
    background: url("../../images/report111.jpg");
    background-repeat: round;
}

.new-table tr:nth-child(odd) {
    background-color: #f4f4f4;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}
.cowry-div { margin: 35px 0px 20px 0px; }

.form-row{    
    height: 40px;
}

.form-row div{    
    height: inherit;
}
#top-scroll{
/*    background-color: grey;
    position: fixed;
    opacity: 0.5;
    filter: alpha(opacity=50);*/
opacity: 0.5;
    filter: alpha(opacity=50);
display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #f73434;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;

    
}

.top-scroll:hover{
    background-color: #555;
    opacity: 1.0;
    filter: alpha(opacity=100);
}

.scrollup {
	background-color: #105282;
	border-radius: 0;
	bottom: 34px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
	display: none;
	height: 40px;
	opacity: 0.5;
	padding: 5px;
	position: fixed;
	right: 20px;
	width: 40px;
	z-index: 99;
}

.scrollup:hover {
	opacity: 1;
}

.scrollup i {
	color: #fff;
	display: block;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
}

.home-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.home-modal-content {
    position: relative;
    background-color: #FFFFFF;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
    height: 350px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-500px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.home-modal-close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.home-modal-close:hover,
.home-modal-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.home-modal-header {
    
    padding: 15px 16px;
/*    background-color: #da251c;*/
background:url("../../images/orange.jpg");
    color: white;
}

.home-modal-body {
    padding: 12px 16px;
    height: 68%;
}

.home-modal-footer {
    padding: 5px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

#mybtn{
/*    background-color: grey;
    position: fixed;
    opacity: 0.5;
    filter: alpha(opacity=50);*/
opacity: 0.5;
    filter: alpha(opacity=50);
display: none;
  position: fixed;
  bottom: 90px;
  right: 30px;
  z-index: 100;
  border: none;
  outline: none;
  background-color: #f73434;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;    
}

.rss{padding:0 10px;}