/*
* @package Aaika
* @copyright (C) 2017 by Joomlastars - All rights reserved!
* @license GNU General Public License, version 2 (http://www.gnu.org/licenses/gpl-2.0.html)
* @author Joomlastars <author@joomlastars.co.in>
* @authorurl <http://themeforest.net/user/joomlastars>
*/

/* You can add new css here */
/* Theme 1 ----------------------------------------------------------------- */



/* Theme 9 ----------------------------------------------------------------- */

.ce-countdown--theme-9 {
	background-color: #000; 
	color: #fff;
	font-family: 'Open Sans';
	font-size: 0;
	font-weight: 300;
	max-width: none;
	padding: 50px 30px;
	text-align: center;
}

.ce-countdown--theme-9 .ce-circle {
	display: inline-block;
	margin: -20px;
	position: relative;
	vertical-align: top;
}

.ce-countdown--theme-9 canvas {
	display: inline-block;
	height: 204px;
	width: 204px;
}

.ce-countdown--theme-9 .ce-circle__values {
	height: 70px;
	margin-top: -35px;
	position: absolute;
	top: 50%;
	width: 100%;
}

.ce-countdown--theme-9 .ce-digit,
.ce-countdown--theme-9 .ce-label  {
	display: block;
	line-height: 1;
}

.ce-countdown--theme-9 .ce-digit  {
	display: block;
	font-size: 40px;
}

.ce-countdown--theme-9 .ce-label  {
	color: #929292;
	display: block;
	font-size: 15px;
	margin-top: 15px;
	text-transform: uppercase;
}

@media all and (max-width: 900px) {
	.ce-countdown--theme-9 canvas {
		height: 164px;
		width: 164px;
	}

	.ce-countdown--theme-9 .ce-digit  {
		font-size: 35px;
	}
}

@media all and (max-width: 400px) {
	.ce-countdown--theme-9 .ce-circle {
		margin: -30px;
		display: block;
	}

	.ce-countdown--theme-9 canvas {
		height: 134px;
		width: 134px;
	}

	.ce-countdown--theme-9 .ce-circle__values {
		margin-top: -30px;
	}

	.ce-countdown--theme-9 .ce-digit  {
		font-size: 30px;
	}

	.ce-countdown--theme-9 .ce-label  {
		font-size: 12px;
		margin-top: 8px;
	}
}

/* RADIX ----------------------------------------------------------------- */
.onecol_sixty {
    width: 100%;
}

.features_sec4 {
    float: left;
    position: relative;
    z-index: 9;
    background: 
    #f8f8f8;
    width: 100%;
    padding: 115px 0px;
}

.onecol_forty {
    width: 100%;
}

.features_sec4 .peosays {
    float: left;
    width: 95%;
    margin-left: 0%;
    margin-top: 45px;
}

h3.unline {
    float: center;
    margin-bottom: 40px;
    padding-bottom: 7px;
    border-bottom: 1px solid 
    #949494;
}

.features_sec4 .lblogs {
    float: left;
    width: 25%;
    margin-right: 7%;
}




table {
  border: 1px solid #3f2b21;
  border-collapse: collapse;
}

td, th {
  padding: 0.5rem; 
  border-bottom: 1px solid #ccae51;

}
th {
    color: #17447f;
    font-weight: bold;
    font-size: 1rem;
}


  
  tbody tr:nth-child(even) {
  background-color: rgba(204, 174, 81, 0.2);
  !-- 0.2 alpha transparency--!
}

caption {
  font-weight: bold;
  text-align: left;
  font-size:2rem;
  padding:1rem 0;
  color: #17447f;
}

