.b-brand .b-bg {
  background-color: #dc3545;

}

.b-brand .b-title {
  margin-left: 10px;
  font-weight: 600;
  color: #fff;
  font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1600 - 320)));
}
.b-brand .b-title2 {
  font-weight: 300;
  color: #fff;
  font-size: calc(20px + (30 - 20) * ((100vw - 320px) / (1600 - 320)));
}

.breadcrumb a{
  color: #dc3545;
}

.page-footer a{
  color: #dc3545;
}

.bg-c-theme {
  background: linear-gradient(-135deg, #3f4d67 0%, #3f4d67 100%);
}

.text-c-red {
  color: #f44236;
}

.text-c-red:hover{
  color: #f44236;
}


/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  .f-calltoaction {
    font-size: 42px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  .f-calltoaction {
    font-size: 22px;
  }
}

h3 {
  margin-top: 30px;
  font-weight: 600;
  font-size: 18px;
}

p {
  font-size: 16px;
}
strong {
  font-weight: 600;
}

  .f-r-1 {
	font-size: calc(16px + (20 - 16) * ((100vw - 320px) / (1600 - 320)));
  }
  .f-r-2 {
	font-size: calc(24px + (42 - 24) * ((100vw - 320px) / (1600 - 320)));
  }
  .f-r-3 {
	font-size: calc(24px + (28 - 24) * ((100vw - 320px) / (1600 - 320)));
  }
  .p-r-1 {
	font-size: calc(14px + (18 - 14) * ((100vw - 320px) / (1600 - 320)));
  }




/* =======================   Pills ================== */


.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background: #3f4d67;

}



.card .card-header {
  background-color: transparent;
  border-bottom: 1px solid #f1f1f1;
  padding: 20px 25px;
  position: relative;
}
.card .card-header h5 {
  margin-bottom: 0;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  display: inline-block;
  margin-right: 10px;
  line-height: 1.1;
  position: relative;
}
.card .card-header h5:after {
  content: "";
  background-color: #04a9f5;
  position: absolute;
  left: -25px;
  top: 0;
  width: 0px;
  height: 20px;
}

/* pagination */
.page-item.active .page-link {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.page-item a:hover{
  color: #dc3545;
}
.page-item a{
  color: #dc3545;
}
.btn-primary {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-primary:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-facebook {
  color: #fff;
  background-color: #3b5999;
  border-color: #3b5999;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #2E5090;
  border-color: #2E5090;
}
.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: #55acee;
}
.btn-twitter:hover {
  color: #fff;
  background-color: #4099FF;
  border-color: #4099FF;
}

.btn-outline-primary {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn.btn-icon2, .btn.drp-icon {
  width: 45px;
  height: 45px;
  padding: 10px 12px;
  margin-right: 0px;
}
.btn.btn-rg {
  margin-right: 3px;
}

.pcoded-header .main-search.open .input-group .search-btn {

  background: #dc3545;
  border-color: #dc3545;
}



#chartdiv {
    width: 100%;
    height: 500px;
  font-family: Verdana;
  font-size: 11px;
  background: #eee;
}
.ammapDescriptionWindow {
  max-width: 190px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 1);
}
.ammapDescriptionTitle {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
}
.ammapDescriptionText {
  max-height: 200px;
  overflow: auto;
}
.ammapDescriptionText img, .ammapDescriptionText p {
  max-width: 95%;
}

/* Borderless versions */
.table-borderless {
  border: 0px solid #eaeaea;
}
.table-borderless td,
.table-borderless th {
  border: 0px solid #eaeaea;
}

.project-main {
  padding: 30px 25px;
}
.project-main i {
  opacity: 1;
}

.user-chart i {
  opacity: 1;
}

.progress-bar.progress-c-background {
  background: linear-gradient(-135deg, #3f4d67 0%, #3f4d67 100%);
}


.rate {
	float: left;
    height: 46px;
    padding: 0px;

}
.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
.rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:30px;
    color:#ccc;
}
.rate:not(:checked) > label:before {
    content: '★ ';
}
.rate > input:checked ~ label {
    color: #ffc700;    
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
}


.rate2 {
	float: left;
    height: 46px;
    padding: 0px;
	text-align: center;
}
.rate2:not(:checked) > input {
    position:absolute;
    top:-9999px;
	text-align: center;	
}
.rate2:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:34px;
    color:#ccc;
}
.rate2:not(:checked) > label:before {
    content: '★ ';
}
.rate2 > input:checked ~ label {
    color: #ffc700;   
}
.rate2:not(:checked) > label:hover,
.rate2:not(:checked) > label:hover ~ label {
    color: #deb217;  
}
.rate2 > input:checked + label:hover,
.rate2 > input:checked + label:hover ~ label,
.rate2 > input:checked ~ label:hover,
.rate2 > input:checked ~ label:hover ~ label,
.rate2 > label:hover ~ input:checked ~ label {
    color: #c59b08;
}





