body {
  font-size: 15px;
  line-height: 1.25rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}
.font-weight-bold {
	font-weight: 700 !important;
}
.font-weight-semibold {
	font-weight: 500 !important;
}
.font-weight-light {
	font-weight: 300 !important;
}
a:link {
  color: inhrit;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: inhrit;
  text-decoration: none;
}
a:hover {
  color: inhrit;
  text-decoration: none;
}
a:active {
  color: inhrit;
  text-decoration: none;
}
p {
	margin-top: 0
	margin-bottom: 1rem
}
.page-title {
	padding-top: 3rem;
	padding-bottom: 2rem;
}
img {
	max-width: 100%; height: auto;
}
section {
	min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 12rem;
}
.section-hero {
  background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF);
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 12rem;
}
.jumbotron {
  min-height: 100vh;
  padding-top: 16rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.jumbotron-text-center { 
	display: flex;
  align-items: center;
  justify-content: center;
}
nav .navbar-nav li a {
  color: gray !important;
}
.showcase .showcase-text {
  padding: 3rem;
}
.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}
@media (min-width: 768px) {
  .showcase .showcase-text {
   padding: 7rem;
  }
}
.features-icons {
  background-color: bg-light;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.features-icons .features-icons-item {
  max-width: 20rem;
}
.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}
.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}
.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}
.testimonials {
	height: 100%;
  width: 100%;	
	background-color: bg-white;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.testimonials .testimonial-item {
  max-width: 18rem;
}
.testimonials .testimonial-item img {
  max-width: 12rem;
  box-shadow: 0px 5px 5px 0px #adb5bd;
}
.call-to-action {
  position: relative;
  background-color: #343a40;
  /* background: url("../img/bg-masthead.jpg") no-repeat center center; */
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}
.footer {
	color: #ffffff;
  height: 100%;
  width: 100%;	
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block !important;
  font-size: 90%;
}
.footer-label {
 color: #ffffff;
	font-size: 1.10rem;
	text-align: left;
	text-decoration: none;	
	font-weight: 800 !important;	
	display: block !important;	
}
.footer-text {
 color: #9d9fa1;
	font-size: 14px;
	text-align: left;
	text-decoration: none;	
	font-weight: 600 !important;	
	/*display: block !important; */	
}
.footer a, .footer a:link, .footer a:active, .footer a:visited {
	color: #9d9fa1;
	font-size: 14px;
	text-align: left;
	text-decoration: none;	
	font-weight: 600 !important;	
	display: block !important;
}
.footer .footer a:focus, .footer a:hover {
	color: #ffffff;
	font-size: 14px;
	text-align: left;
	text-decoration: none;	
	font-weight: 600 !important;	
	display: block !important;
}

.or_divider{
    position: relative;
    border-bottom: 1px solid #ddd;
    margin: 30px 0px 20px;
}
.or_divider span{
    position: absolute;
    top: -10px;
    left: 0px;
    right: 0px;
    background: #fff;
    width: 50px;
    margin: 0px auto;
    text-align: center;
    color: #888;
}

/* Form
----------------------------- */
label {
	color: inherit;
	font-size: 14px;
	font-family: inherit;
  font-weight: 600;
}
input,
input:focus,
select,
select:focus,
textarea,
textarea:focus
 {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: -webkit-focus-ring-color auto 0px;
	background-color: none !important;
}
/*input:required:invalid {
	border: 1px solid #be0000 !important;
	background-color: #ffc0cb !important;
} */
form input[required=required]:after,
form select[required=required]:after,
form textarea[required=required]:after
{
  color: red;
  content: " *";
}
form label.required:after
{
  color: red;
  content: " *";
}
	.required:after {
	content: " *";
	font-weight: bold;
	color: red;
}
input,
select,
textarea,
input[type=url],  
input[type=tel],  
input[type=email],  
input[type=number],  
input[type=date],  
input[type=radio],
input[type=checkbox],
input[type=password],
input[type=CheckboxList],
input[type=select2] {
	font-size: 14px !important;
}

/* Modal
----------------------------- */
.modal-header {
    border-bottom: 0 none;
}
.modal-footer {
    border-top: 0 none;
}
.modal .modal-dialog .modal-content {
	background-color: #ffffff;
}
.modal-backdrop.show {
	opacity: 0 !important;
}
/* Animated navbar
------------------------------ */
@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* Button 
----------------------------- */
.btn {
	font-size: inherit;
	height: auto;
	text-align: center;
	padding: 10px 20px;
  text-decoration: none;
	display: inline-block;
  cursor: pointer;	 
}

/* Mega Menu
----------------------- */
.megamenu-li {
	position: static;
}
.megamenu {
	position: absolute;
	width: 100%;
	left: 0;
	right: inherit;
	padding: 15px;
	border: 1px solid #666;
	font-size: 14px;
}
.megamenu a {
	text-indent: 5px;
}
.megamenu a:hover {
	/* font-weight: 400 !important; */
    color: dodgerblue !important;
}
.dropdown-toggle::after{
display:none;
}

/* Tooltips
-------------------------- */
a.tooltips {
    position: relative;
    display: inline;
}
a.tooltips span {
    position: absolute;
    min-width:140px;
    color: #ffffff;
    background: #000000;
    height: 40px;
    line-height: 40px;
    text-align: center;
    visibility: hidden;
    border-radius: 3px;
}
a.tooltips span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0; height: 0;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
a:hover.tooltips span {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
    left: 50%;
    margin-left: -76px;
    z-index: 999;
}

/* 	Breadcrumbs
---------------------------------------- */
		ul.breadcrumb {
		  
		  font-size: 15px;
		  list-style: none;
		  background-color: #fff;
		  padding-left: 0px;
		}
		ul.breadcrumb li {
		  display: inline;
		}
		ul.breadcrumb li+li:before {
		  padding: 2px;
		  color: black;
		  content: "/\00a0";
		}
		ul.breadcrumb li a {
		  color: #0275d8;
		  text-decoration: none;
		}
		ul.breadcrumb li a:hover {
		  text-decoration: none;
		}
		
.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #32cd32;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #ffc200  /* #ffd700; */
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #b81d25;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
}
.modal-header-primary {
	color:#fff;
  padding:9px 15px;
  border-bottom:1px solid #eee;
  background-color: #1e90ff;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
   border-top-left-radius: 3px;
   border-top-right-radius: 3px;
}
.tab-content .container{
    width: 100%;
    padding: 0px !important;
}