@charset "utf-8";

/* CSS Document */
body {
	margin: 0;
	padding-top: 0px !important;
	background-color: #f3f3f3;
}

p {
	font-size: 15px;
	margin-bottom: 5px;
	margin-top: 5px;
}

i {
	font-size: 13px;
	padding-right: 5px;
}

h4 {
	font-size: 21px;
}

.h3 {
	font-size: 20px;
}

.masthead {
	background-color: #f3f3f3;
}

.head-text {
	color: #000;
}

.head-text:hover {
	color: #0789bf;
	text-decoration: none;
}

.background {
	position: fixed;
	display: block;
	opacity: 0.7;
	top: 0;
	left: 0;
	z-index: -1;
	height: auto;
}

@media (max-width: 992px) {
	.background {
		position: static;
		display: none;
	}
}

/* header */
.head_up {
	z-index: 1;
}

.head_up2 {
	z-index: 1;
	background-color: #FFF !important;
}

.head_up1 {
	text-align: right;
	background-color: #FFF;
}

.nav-link1 {
	display: block;
	padding: .2rem 0.5rem;
	font-size: 13.5px;
	color: #000;
}

.nav-link1:hover {
	color: #6843ae;
	text-decoration: none;
}

.navbar {
	background: linear-gradient(to bottom, #cdcdcd 0%, #e2e2e2 100%);
}

.dropdown:hover {
	background-color: #6843ae;
	color: #FFF !important;
}

.dropdown:hover .nav-link {
	background-color: #36127c;
	color: #FFF !important;
}

.nav-item:hover,
a.nav-link:hover {
	color: #FFF !important;
}

@media (max-width: 992px) {
	.head_up {
		z-index: 1;
		background-color: #FFF !important;
		width: 100% !important;
	}

	.head_up1 {
		background-color: #FFF;
	}

	.nav-link1 {
		display: block;
		padding: 0.3rem;
		font-size: 11px;
		color: #000;
	}
}

@media (max-width: 992px) {
	.nav-item1 {
		font-size: 12px;
	}
}

@media (max-width: 776px) {
	.nav-item1 {
		font-size: 10px;
	}
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0px;
	margin-top: 0px;
	vertical-align: ;
	content: "";
	border-top: .2.5em solid #DDD;
	border-right: .2.5em solid transparent;
	border-bottom: 0;
	border-left: .2.5em solid transparent;
}

.fixed-top {
	top: -40px;
	transform: translateY(40px);
	transition: transform .3s;
}

.nav-link {
	display: block;
	padding: .4rem .5rem;
	font-size: 14.5px;
	font-weight: 600;
	color: #000 !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.nav-link {
		display: block;
		padding: .4rem .5rem;
		font-size: 12px;
		font-weight: 600;
		color: #000 !important;
	}
}

.nav-link:hover {
	color: #005599;
}

.dropdown-item {
	font-size: 14.5px;
}

.dropdown-item:hover {
	display: block;
}

.dropdown:hover>.dropdown-menu {
	display: block;
	background-color: #f9f9f9;
	color: #000;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	border: 1px solid #f9f9f9;
}

.dropdown>.dropdown-toggle:active {
	pointer-events: none;
}

.navbar-toggler:active,
.navbar-toggler:focus {
	outline: none;
}

.navbar-light .navbar-toggler-icon:after {
	top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
	transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
	transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
	border-color: transparent;
}

.dropdown-item:hover,
.dropdown-item:focus {
	color: #FFF;
	background-color: #2d0c6c;
}

/*.navbar-collapse { max-height: auto !important; }*/
/* #Media
================================================== */

/*navigation new style*/
/*navigation new style end*/
/* navbar */
/*corousel*/
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
	margin-bottom: 0;
}

/* Carousel start ===========================================*/
.carousel {
	margin-bottom: 0;
}

.carousel-caption {
	bottom: 10px;
	z-index: 10;
}

.carousel-item {
	height: 430px;
}

.carousel-item>img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
}

.carousel-indicators li {
	width: 21px;
}

@media (max-width: 992px) {
	.carousel-item>img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
	}

	.carousel-item {
		height: 320px !important;
	}

	.slider-img img {
		width: 100%;
		height: 320px !important;
	}
}

.marketing {
	margin-bottom: 1.5rem;
	text-align: center;
}

.marketing h2 {
	font-weight: 400;
}

.marketing .col-lg-4 p {
	margin-right: .75rem;
	margin-left: .75rem;
}

.featurette-divider {
	margin: 5rem 0;
}

.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -.05rem;
}

.news-meta {
	padding-top: 10px;
	padding-bottom: 5px;
}

.slider-img img {
	width: 100%;
	height: 400px;
}

.img-side {
	width: 100%;
	height: 65px;
	border: 1px solid #f2f2f2;
}

@media (min-width: 40em) {
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	}

	.featurette-heading {
		font-size: 50px;
	}
}

@media (min-width: 62em) {
	.featurette-heading {
		margin-top: 7rem;
	}
}

/*corousel===========================================*/
/*article*/
.img-article {
	width: 100%;
	height: 100%;
	opacity: 0.6;
}

.bottom-line {
	border-bottom: 1px dashed #000;
}

/*article*/
.b-0 {
	bottom: 0;
}

.bg-shadow {
	background: rgba(76, 76, 76, 0);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
	background: linear-gradient(to bottom, rgba(22, 22, 22, 0) 0%, rgba(12, 12, 12, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#000', GradientType=0);
}

.top-indicator {
	right: 0;
	top: 1rem;
	bottom: inherit;
	left: inherit;
	margin-right: 1rem;
}

.overflow {
	position: relative;
	overflow: hidden;
}

.zoom img {
	transition: all 0.2s linear;
}

.zoom:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.hide-scrollbar::-webkit-scrollbar {
	display: none;
}

.data-list {
	height: 290px;
	width: 100%;
	overflow-y: hidden;
	border-radius: 5px;
}

/*trending-news*/
.navigation-box {
	top: .4rem;
	right: .8rem;
	width: 2rem;
	position: absolute;
	font-weight: bold;
}

.navigation-box i {
	font-weight: bold;
}

.news_a {
	height: 0px !important;
	margin-bottom: 0;
	box-sizing: border-box;
	word-wrap: break-word;
}

.news_b {
	height: 40px !important;
	margin-bottom: 0;
}

.news_c {
	background-color: #2d0c6c;
	color: #FFF;
	font-weight: bold;
}

.text-badge {
	font-size: 16px;
	color: #000;
	border-right: 1px solid #CCC;
}

.a.text-news {
	color: #000 !important;
}

.text-news {
	font-size: 15px;
	color: #000;
	padding-left: 5px;
}

@media (min-width: 768px) {
	.breaking-caret:after {
		content: "";
		width: 0;
		height: 0;
		border-top: 10px solid transparent;
		border-left: 15px solid #343a40;
		border-bottom: 10px solid transparent;
		position: absolute;
		right: -13px;
		top: 14%;
	}
}

@media (max-width: 768px) {
	.news_a {
		height: auto !important;
		margin-bottom: 0;
	}

	.news_b {
		height: auto !important;
		margin-bottom: 0;
	}

	.navigation-box {
		display: none;
	}

	.img-article {
		width: 100%;
		height: auto;
		opacity: 0.6;
	}

	.text-badge {
		font-size: 16px;
		color: #000;
		border-right: none;
		width: 100%;
	}

	.a.text-news {
		color: #000 !important;
	}

	.text-news {
		font-size: 15px;
		color: #000;
		padding-left: 0px;
	}
}

/*trending-news-end*/
/*footer*/
section .section-title {
	text-align: center;
	color: #000;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#footer {}

.footer {
	background-color: #FFF;
	border: 1px solid #333;
}

#footer h5 {
	padding-bottom: 6px;
	margin-bottom: 20px;
	color: #000;
}

#footer a {
	color: #CCC;
	text-decoration: none !important;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

#footer ul.social li {
	padding: 3px 0;
}

#footer ul.social li a i {
	margin-right: 5px;
	font-size: px;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#footer ul.social li:hover a i {
	font-size: 30px;
	margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
	color: #333;
	font-size: 15px;
}

#footer ul.social li a:hover {
	color: #333;
}

#footer ul.quick-links li {
	padding: 3px 0;
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}

#footer ul.quick-links li:hover {
	padding: 3px 0;
	margin-left: 5px;
	font-weight: 600;
}

#footer ul.quick-links li a i {
	margin-right: 5px;
	font-size: 12px;
}

#footer ul.quick-links li:hover a i {
	font-weight: 600;
}

.foot-text {
	font-size: 13px;
}

.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6B6A75;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: 2px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

.form-control1 {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #f2f2f2;
	background-color: transparent;
	background-clip: padding-box;
	border: 1px solid #8d8d8d !important;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btnSubmit {
	border: none;
	padding: 1%;
	width: 20%;
	cursor: pointer;
	background: #0062cc;
	color: #fff;
}

.bg-purple {
	background-color: #481aa0;
	color: #FFF;
}

.text-purple {
	color: #9b78e0;
}

.border-purple {
	border: 1px solid #9b78e0;
}

.border-purple1 {
	border: 1px solid #481aa0;
}

.btn-purple {
	background-color: #481aa0;
	color: #FFF;
}

.bg-footer {
	background-color: #222222;
}

.small-text {
	font-size: 12px;
}

@media (max-width:767px) {
	#footer h5 {
		padding-left: 0;
		border-left: transparent;
		padding-bottom: 0px;
		margin-bottom: 10px;
	}

	.foot-text {
		text-align: center !important;
	}
}

.social:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.social {
	-webkit-transform: scale(0.8);
	/* Browser Variations: */
	padding: 5px;
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}

#social-fb:hover {
	color: #3B5998;
}

#social-tw:hover {
	color: #4099FF;
}

.text-light1 {
	color: #CCC;
	padding-left: 5px;
}

.text1 {
	color: #afa1c9;
}

/*footer*/
/*banner-ad*/
.ad img {
	width: 100% !important;
	height: 100% !important;
}

@media (max-width:767px) {

	/* 90 pixels high */
	#ad {
		height: 50px;
	}
}

/*banner-ad*/
/*article*/
.article-head {
	background-color: #2d0c6c;
	color: #FFF;
}

.article-head p {
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 0px;
	padding: .25rem 1rem;
}

.view-head p {
	font-size: 14px;
	margin-bottom: 0px;
}

.border-a {
	border-bottom: 2px solid #2d0c6c;
}

.sidebar-section {
	position: absolute;
	height: 100%;
}

@media (max-width:992px) {

	/* 90 pixels high */
	.sidebar-section {
		position: static;
	}

	.sidebar-item {
		position: static;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		/* Position the items */
	}

	.make-me-sticky {
		position: static;
		top: 0;
		width: 100%;
	}
}

.job-back {
	/*background: url(../images/job-back.jpg);*/
	background-color: #fcfcfc;
}

.list-group-item {
	background-color: transparent;
}

/*article*/
/*box*/
.info-back {
	background: url(../images/informacial-back.jpg);
	background-color: #f3f3f3;
	background-size: cover;
	width: 560px;
	height: 320px;
	background-repeat: no-repeat;
	margin-top: 10px;
	position: relative;
}

.article-head1 {
	background-color: #2d0c6c;
	color: #FFF;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: 700;
}

.img-box {
	opacity: 0.4;
}

.badge-back {
	color: #fff;
	background-color: #00345a !important;
	font-size: 16px;
}

/*box*/
input,
textarea {
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	font-size: 1rem;
}

input::-ms-clear,
textarea::-ms-clear {
	display: none;
}

/* -------------------------------- 
Main components 
-------------------------------- */
header[role=banner] {}

header[role=banner]::after {
	/* clearfix */
	content: "";
	display: table;
	clear: both;
}

@media only screen and (min-width: 768px) {
	header[role=banner] {
		height: auto;
	}
}

.breadcrumb-item {
	font-size: 14px;
}

.bg-light1 {
	background-color: #f5f5f5;
}

/*social icon details page*/
#social-fb {
	color: #3B5998;
	border-radius: 0%;
}

#social-fb:hover {
	color: #3B5998;
}

#social-tw {
	color: #4099FF;
}

#social-tw:hover {
	color: #4099FF;
}

#social-ln {
	color: #0077b5;
}

#social-ln:hover {
	color: #0077b5;
}