@CHARSET "UTF-8";
 
a.white {
	color:#FFFFFF";
} 
a.white:hover {
	color:#EFEFEF;
} 
a.focus:link, a.white:link, a.white:visited {
    color: #FFFFFF;
}
 
i.red {
	background:#cb2027;
	color:#ffffff;
	font-size:60px;
    display: inline-block;
    width:110px;
    height: 110px;
    border-radius:50%;
    margin-right: 15px;
    margin-bottom: 15px;
    vertical-align: middle;
    text-align:center;
    padding: 25px 11px;
}
i.red-small {
	background:#cb2027;
	color:#ffffff;
	font-size:14px;
    display: inline-block;
    width:35px;
    height: 35px;
    border-radius:100%;
    margin-right: 15px;
    margin-top: 5px;
    vertical-align: middle;
    text-align:center;
    padding: 12px 11px;
}
.black {
	color:#636363;
}

.highlights {
	font-family: 'Exo', sans-serif;
}

.navbar-default .navbar-toggle {
    border-color: #FFFFFF;
}


.simple {
}
.simple img {
    float: left;
    border-radius:5px; 
}
.simple-content {
    float: left; 
}
.simple-content ul {
    margin-bottom: 5px;
    list-style-type: none;
}
.simple-content ul li {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 15px;
    color:#777777;
}
.simple-content ul li img {
    float: left;
    margin-right: 23px;
}
.simple-content ul li span {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
.simple-content i {
    background: #cb2027 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    height: 50px;
    margin-right: 15px;
    padding: 12px 11px;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}

.section .page{
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.page {
    margin-bottom: 50px;
    text-align: left;
}

.page-titl {
	width:100%;
	display:inline-table;
	margin-bottom:25px !important;
	border-bottom:1px solid #c22027;
}

hr {
  height: 1px;
  margin: 0px 0 0 0 ;
}

.breadcrumb {
  background: rgba(245, 245, 245, 0); 
  border: 0px solid rgba(245, 245, 245, 1); 
  border-radius: 25px; 
  display: block;
  margin-bottom:0px;
  padding:5px 5px;
}
.breadcrumb > li + li::before {
    color: #ccc;
    content: "/";
    padding: 0 5px 0 5px;
}
.breadcrumb > li + li::before {
    color: #ccc;
    content: "/";
    padding: 0 5px 0 25px;
}
.breadcrumb .btn{
  border-width:0px;
  margin-top:-10px; 
}
.btn-bread{
  border-width:0px;  
}

.navbar .navbar-brand {
	font-family: 'Exo', sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 20px 0;
    padding: 20px 15px;
}


.project-content > div .project-details .project-text p .text {
  color: #000000;
  line-height: 1.4;
  font-size: 0.7em;
  display: inline-block;
}
/*** ***/
  
/*** RESPONSIVE TABLE ***/
#no-more-tables td {   
	padding:15px;
	color:#333333;
	font-size:14px;
	text-align: center;
    vertical-align: middle;
}
#no-more-tables th {  
	text-align: center;
    vertical-align: middle;
	font-size:16px; 
}
@media only screen and (max-width: 800px) {
    
/* Force table to not be like tables anymore */
#no-more-tables table, 
#no-more-tables thead, 
#no-more-tables tbody, 
#no-more-tables th, 
#no-more-tables td, 
#no-more-tables tr { 
	display: block;  
    font-size: 18px;
    border:none;
}
 
/* Hide table headers (but not display: none;, for accessibility) */
#no-more-tables thead tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#no-more-tables tr { 
	border: 1px solid #ccc;  
	text-align: center;
    vertical-align: middle;
}
#no-more-tables td { 
	/* Behave  like a "row" */
	border: none;
	border-bottom: 1px solid #eee; 
	position: relative;
	padding-left: 60%; 
	white-space: normal;
	text-align: center;
    vertical-align: middle;
	
}
	#no-more-tables td.numeric { 
		text-align:right;
	}
 
#no-more-tables td:before { 
	/* Now like a table header */
	position: absolute;
	/* Top/left values mimic padding */
	top: 6px;
	left: 6px;
	width: 45%; 
	padding-right: 10px; 
	white-space: nowrap;
	text-align:left;
	font-weight: bold;
	font-family: 'Rajdhani', sans-serif;
}
 
/*
Label the data
*/
#no-more-tables td:before { 
	content: attr(data-title); 
	display:inline-table;
	background:#efefef;
	padding-bottom:10px;
	text-align: center;
    vertical-align: middle;
}
	
	
}
/*** PAGE HEADER ***/
.page_box {
  height:280px;
}
.flex-container {
  display:flex;
  align-items: center; /* Vertical center alignment */
  justify-content: center; /* Horizontal center alignment */
  width: 100%;
  height: 100%;
  padding:0 30px 0 0;
  text-align: right;
}
.shape {
    background: #CB2027;
    height: 280px;
    position: relative;
    width: 100px;
}
.shape::before {
    background: #CB2027 none repeat scroll 0 0;
    content: "";
    height: 280px;
    position: absolute;
    left: -50px;
    transform: skew(-20deg);
    width: 100px;
}

@media screen and (max-width: 768px) {

.flex-container {
	  display:flex;
	  align-items: center; /* Vertical center alignment */
	  justify-content: center; /* Horizontal center alignment */
	  width: 100%;
	  height: 100%;
	  padding:0 0px 0 0;
	  text-align: center;
	}
.page_box {
  height:180px;
}
}


.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }
  

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 30%);
    -o-transform: translate(0, 30%);
    transform: translate(0, 30%);
}

.modal.modal-mini .modal-dialog {
    max-width: 255px;
    margin: 0 auto;
}

.modal .modal-content .modal-header {
    border-bottom: none;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 0;
    padding-left: 24px;
}

.modal .modal-content .modal-header .modal-profile {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    line-height: 5.7;
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.3);
}

.modal .modal-content .modal-header .modal-profile i {
    font-size: 32px;
    padding-top: 24px;
}

.modal .modal-content .modal-body {
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    line-height: 1.9;
}

.modal .modal-content .modal-body+.modal-footer {
    padding-top: 0;
}

.modal .modal-content .modal-footer {
    border-top: none;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.modal .modal-content .modal-footer .btn {
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
}

.modal .modal-content .modal-footer .btn:hover,
.modal .modal-content .modal-footer .btnfocus {
    text-decoration: none;
}
::selection {
    background: transparent;
    color: #FFFFFF;
}
/*** ***/

.bordered {
	border-bottom:1px solid #cccccc;
}
.product { 
  border-bottom: 1px solid #cccccc;
}
.product:before {
    width: 40%;
    border-bottom: 1px solid #cccccc;
}
.product-info { 
  background: #FFFFFF;
  color:#666666;
}
li {
  list-style: none;
  display: block;
  line-height: 36px;
}
.check {
  color:#c22027; 
  padding:6px 0 0 0;
}


.tooltip {
  font-size: 12px;
  font-weight: 600;
}
.tooltip.bottom {
  margin-top: 11px;
  padding: 0;
}
.tooltip.bottom .tooltip-inner:after {
  border-bottom: 11px solid #CB2027;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  top: -10px;
}
.tooltip.bottom .tooltip-inner:before {
  border-bottom: 11px solid rgba(203, 32, 39, 0.2);
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  top: -11px;
}
.tooltip-arrow {
  display: none;
  opacity: 0;
}
.tooltip-inner {
  background-color: #CB2027;
  border-radius: 0px;
  box-shadow: 0 1px 13px rgba(0, 0, 0, 0.14), 0 0 0 1px rgba(115, 71, 38, 0.23);
  color: #FFFFFF;
  max-width: 100px;
  min-width: 50px;
  padding: 6px 10px;
  text-align: center;
  text-decoration: none;
}
.tooltip-inner:after {
  content: "";
  display: inline-block;
  left: 100%;
  margin-left: -70%;
  position: absolute;
}
.tooltip-inner:before {
  content: "";
  display: inline-block;
  left: 100%;
  margin-left: -60%;
  position: absolute;
}

/* modal */

.form-group  {
	margin-bottom: 8px;
}

#feedbackForm {
	font-size: 12px;
}

.modal {
	text-align: center;
	padding: 0 !important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}