/*
 * Author 	: HIMANSHU GUPTA
 * Email 		: himanshucse2012@gmail.com
 * Website	:	http://www.indioweb.in/portfolio
 */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);

/*
 * Basic CSS starts
 */

body{
	font-family: 'Helvetica', Sans Serif;
	font-weight: 400;
	color: #545454;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Helvetica', Sans Serif;
	font-weight: 600;
}



.tit{
	font-family: 'Helvetica', Sans Serif;
	font-weight: 600;
	font-size:40px;
}

.blanco{
	color: #FFF;
}

p{
	margin:0;
	padding:0;
}

.small2{
	font-family: 'Helvetica', Sans Serif;
	font-weight: 600;
	font-size:15px;
}


.small3{
	font-family: 'Helvetica', Sans Serif;
	font-weight: 600;
	font-size:12px;
}


.cursiva{
	font-style:italic;
}


.listado{
	font-family: 'Helvetica', Sans Serif;
	font-weight: 600;
	font-size:15px;
}


.letratabla{
	font-family: 'Helvetica', Sans Serif;
	font-weight: 400;
	font-size:15px;
	text-align:left;
}

/* ROJOS */

a{
	text-decoration: none;
	color: #af071f;
}

a:hover{
	text-decoration: none;
	color: #641e16;
}

a:hover,a:active,a:focus {
	outline: 0;
}

hr{

}

:focus {
	outline:none;
}

::-moz-focus-inner {
	border:0;
}

table {
	padding-left: 10px;

}

td {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;

}

th {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 20px;

}







/*
 * Basic CSS ends
 */

/* ROJOS */

header .navbar {
  position: fixed;
  top: 0;
  padding: 0px 20px;
  width: 100%;
  z-index: 1000;
  border-radius: 0;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease;
  background-color: rgba(40, 55, 106, 0);
}

header .navbar.scrolled {
  background-color: #416097;
}

header .navbar-nav>li>a {
	margin: 15px 3px;
	padding-top: 6px;
	padding-bottom: 6px;
	border: 1px solid transparent;
	border-radius: 3px;
}

/* ROJOS */

.navbar-default .navbar-nav > li > a {
  color: white;
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}

.navbar-default .navbar-nav > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 90%;
  height: 2px;
  background-color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: translateX(-50%);
}


.navbar-default .navbar-nav > li > a:hover::after {
  opacity: 1;
}

.navbar-nav > li.open > a::after {
  opacity: 1;
}


header .navbar-nav .dropdown-menu {
	top: 45px;
	border-radius: 0;
}
header .navbar-nav .dropdown-menu:after,
header .navbar-nav .dropdown-menu:before {
	display: none;
}

header .navbar-nav .dropdown-menu:after {
	border-color: rgba(240, 253, 255, 0);
	border-bottom-color: #fff;
	border-width: 7px;
}

.dropdown-menu > li + li {
  border-top: none !important;
}

header .navbar-nav .dropdown-menu:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #af071f;
	border-width: 8px;
	margin-right: -1px;
}
header .navbar-brand {
	padding: 0;
	height: auto;
}
header .navbar-brand img {
	position: relative;
	top: 7px;
	max-width: 165px;
}

/*
 * Banner
 */

.banner {
	background: linear-gradient(to right, #416097, #88d0f5);
	text-align: center;
}


.banner2 {
	background: linear-gradient(to right, #416097, #88d0f5);
	text-align: center;
}

.banner h2 {
	margin-top: 40px;
	margin-bottom: 0;
	font-size: 28px;
	line-height: 35px;
	color: #eee;

}
.banner h3 {
	margin-top: 20px;
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 25px;
	color: #ddd;
	text-transform: uppercase;
	letter-spacing: 0.055em;
}

.banner .btn {
	padding: 7px 25px;
	font-size: 14px;
	border-radius: 30px;
}

/*
 * default heading
 */

.default-heading {
	margin-bottom: 30px;
	text-align: center;
	font-weight:bold;
}

.default-heading h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 32px;
}
.default-heading p {
	font-size: 28px;
	line-height: 30px;
	letter-spacing: 0.055em;
}


/*
 * default heading2
 */


.default-heading2 {
	margin-bottom: 30px;
	text-align: left;
	font-weight:bold;
}

.default-heading2 h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 32px;
}
.default-heading2 p {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.055em;
}


/*
 * default heading3
 */


.default-heading3 {
	margin-bottom: 30px;
	text-align: justify;
	background: #f4f4f4;
	padding: 40px 150px 40px;
}

.default-heading3 h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 32px;
}
.default-heading3 p {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.010em;
}


/*
 * default heading4
 */

.default-heading4 {
	margin-bottom: 30px;
	text-align: left;
	font-weight:bold;
}

.default-heading4 h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 32px;
}
.default-heading4 p {
	font-size: 12px;
	line-height: 30px;
	letter-spacing: 0.055em;
}


/*
 * works
 */

.works {
	padding-top: 25px;
	padding-bottom: 20px;
}


.works .work-item {
	max-width: 360px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}
.works .work-item h3 {
	margin-top: 20px;
	font-size: 22px;
}

.works .work-item .org {
	display: block;
	font-size: 13px;
	font-style: italic;
}

/*
 * team
 */

.team {
	padding-top: 25px;
}

.team .member {
	max-width: 360px;
	margin: 0 auto;
	margin-top: 30px;
	text-align: center;
}
.team .member h4 {
	margin-top: 20px;
	font-size: 22px;
}
.team .member p {
	padding: 0 15px;
	font-size: 14px;
	line-height: 23px;
}


/*
 * Contact
 */

.contact {
	padding-top: 25px;
	padding-bottom: 20px;
}

.contact h3 {
	margin-top: 0px;
	font-size: 20px;
}
.contact p {
	padding: 0 15px;
	font-size: 14px;
	line-height: 23px;
}

/* VERDES */


footer {
	padding: 10px 0;
	background: #416097;
	text-align: center;
}

footer p {
	font-size: 13px;
	line-height: 25px;
	color: #fff;
}
footer p a {
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0.055em;
	color: #fff;
}

/* VERDES */


footer p a:hover { color: #641e16; }
footer img {
	max-width: 300px;
	margin: 10px auto;
	border-radius: 4px;
}

footer .social a {
	display: inline-block;
	margin: 0 2px;
	margin-top: 5px;
	padding: 2px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	font-size: 14px;
	border-radius: 4px;
}

/* VERDES */

footer .social a  i {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 30px;
	border-radius: 3px;
	border: 1px dashed #416097;
}

.footer-flex {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	gap:initial;
	padding: 20px;
	width: auto;
}

footer .copy-right {
	margin: 0;
	color: white;
	line-height: 1.5;
	width: 60%;
	word-break: break-word;
}

/* TIER TABLE */
.tier-section {
  background-color: #416097;
  color: white;
  padding: 1em;
  border-radius: 8px;
}
.tier-heading h2 {
  font-size: 28px;
  font-weight: 600;
  color: #444;
  margin-bottom: 5px;
}

.tier-subtitle {
  font-size: 16px;
  color: #666;
  margin: 0;
}

table.tier-table {
  width: 100%;
  border-spacing: 0;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  background-color: #e9f2fb;
  overflow: hidden;
}

table.tier-table th {
  background-color: #d3e6f5;
  font-size: 20px;
  text-align: center;
  color: #2a3f5f;
  font-weight: 600;
}

table.tier-table td {
  padding: 16px 24px;
  text-align: center;
  font-size: 15px;
  color: #2a3f5f;
  background-color: #e9f2fb;
  border-bottom: 1px solid #c7deee;
}

table.tier-table td span {
  font-weight: bold;
}

.table-tier .passed {
  color: #2ECC71;
  font-weight: bold;
}

.table-tier .failed {
  color: #E74C3C;
  font-weight: bold;
}

body {
  background-color: #f4f4f4;
}

.section-card {
  background-color: white;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.btn-fair-toggle {
  background-color: #f18918;
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-fair-toggle:hover {
  background-color: #df7e17; 
  transform: scale(1.01);
}

/*
 * Responsive CSS
 */

/*
 * Mobile phones
 */
@media (max-width: 480px){

}

/*
 * Tablets
 */
@media (max-width: 767px){
	header .navbar-nav .dropdown-menu:after,
	header .navbar-nav .dropdown-menu:before { display: none;}
	.contact .contact-container {
		max-width: 360px;
		margin: 0 auto;
	}
	.contact .contact-container form{	margin-bottom: 30px;}
	.contact .contact-container .map { margin-top: 30px; }
}

/*
 * Desktop
 */
@media (max-width: 991px){

}
