
@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes');
html body {
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	font-size: 14px;
}
a {
    color: #cf1238;
}
body a, body a:hover, body a:focus, body :focus, body a:visited, body a:active {
	text-decoration: none;
	outline: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	margin: 0px;
	font-weight: 700;
}
body p {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #555555;
}
h1 {
	font-size: 33px;
    font-weight: 600;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 26px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
/******************************************
Header Styles Start
******************************************/

/*Header Style 1 Start */
.header-style-1 {
	width: 100%;
	float: left;
	background: rgba(24,37,74,.80);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}
.header-style-1.relative {
	position: relative;
	background: #18254a;
}
.header-style-1 .header-wrap {
	max-width: 1600px;
	margin: auto;
}
.header-style-1 .navbar {
	position: relative;
	min-height: inherit;
	margin: 0px;
	border: 0;
}
.header-style-1 .navbar-brand {
	float: left;
	height: auto;
	padding: 15px 90px 15px 0;
	font-size: 18px;
	line-height: 20px;
}
.header-style-1 .nav.navbar-nav {
	padding: 29px 0;
}
.header-style-1 .navbar-nav>li>a {
	padding: 0px;
	line-height: 42px;
	position: relative;
	padding: 0 22px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.header-style-1 .navbar-nav>li>a:hover {
	background: none;
}
.header-style-1 .navbar-nav>li>a:before {
	position: absolute;
	bottom: -20px;
	left: 50%;
	color: transparent;
	content: "�";
	text-shadow: 0 0 transparent;
	font-size: 20px;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}
.header-style-1 .navbar-nav>li>a:hover:before, .header-style-1 .navbar-nav>li>a:focus:before {
	color: #fff;
	text-shadow: 10px 0 #fff, -10px 0 #fff;
}
.header-style-1 .navbar-nav>li>a:hover, .header-style-1 .navbar-nav>li>a:focus {
	color: #fa394a;
}
.my-account {
	float: right;
}
.my-account .dropdown-menu {
	left: inherit;
	right: 0;
	min-width: 150px;
	top: 102%;
	border-radius: 5px;
	overflow: hidden;
}
.my-account .acc-btn {
	background: #fff;
	border: 0px;
	padding: 0 20px 0 0;
	border: 0px;
	border-radius: 25px;
	overflow: hidden;
	color: #666666;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	margin-top: 29px;
}
.my-account .acc-btn i {
	background: #fa394a;
	color: #fff;
	width: 43px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	margin-right: 11px;
}
ul.search-cart {
	margin: 0px;
	padding: 30px 0 0;
	list-style: none;
	float: left;
}
ul.search-cart li:first-child {
	border-right: 2px solid #fff;
	padding-right: 20px;
	margin-right: 20px;
}
ul.search-cart li {
	text-align: center;
	display: inline-block;
}
.cart-icon .btn-group .vcart-btn {
	position: relative;
	color: #fff;
	font-size: 12px;
}
span.pcount {
	position: absolute;
	background: red;
	width: 16px;
	height: 16px;
	border-radius: 30px;
	text-align: center;
	font-size: 11px;
	line-height: 17px;
	top: -18px;
	left: 9px;
	display: block;
}
.sicon-btn {
	display: block;
	border: 1px solid #ccc;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
}
.sicon-btn .fa-times {
	display: none;
}
.sicon-btn:hover, .btn-group.open .sicon-btn {
	background: #fa394a;
	border-color: #fa394a;
	color: #fff;
}
.btn-group.open .sicon-btn .fa-times {
	display: block;
	line-height: 30px;
}
.btn-group.open .sicon-btn .fa-search {
	display: none;
}
.search-icon .dropdown-menu {
	width: 1140px;
	top: 69px;
	border-radius: 0;
	border: 10px solid rgba(255,255,255,.50);
	padding: 0px;
	left: inherit;
	right: -100px;
}
.search-cart .form-group {
	margin: 0px;
}
.search-cart .form-control {
	border: 0px;
	border-radius: 0px;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	margin: 0px;
}
.search-cart .search-form button {
	position: absolute;
	right: 0;
	width: 50px;
	height: 50px;
	top: 0;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background: none;
}
.inner-header {
	width: 100%;
	float: left;
	position: relative;
}
.inner-header-caption {
    width: 100%;
    margin: 30px 0;
    text-align: center;   
}
.inner-header img {
	width: 100%;
	height: auto;
}
.inner-header-caption h1 {
	color: #fff;
	margin-bottom: 15px;
}
.inner-header-caption ul.breadcrumb {
	background: none;
}
.inner-header-caption .breadcrumb>.active, .inner-header-caption .breadcrumb>li a {
	color: #fff;
	text-transform: uppercase;
}
.inner-header-caption .breadcrumb>li+li:before {
	padding: 0 20px;
	color: #fff;
	content: "\f101";
	font-family: FontAwesome-free;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 220px;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	text-align: left;
	list-style: none;
	box-shadow: none;
	border: 0px;
	border-radius: 0px;
}
.dropdown-menu>li {
	position: relative;
}
.dropdown-menu .dropdown-menu {
	position: absolute;
	left: 100%;
	top: 0px;
	display: none;
}
.dropdown-menu>li:hover .dropdown-menu {
	display: block;
}
.dropdown-menu>li>a {
	display: block;
	padding: 0px 20px;
	line-height: 40px;
	clear: both;
	font-weight: 400;
	color: #333;
	white-space: nowrap;
	border-bottom: 1px solid #f1f1f1;
	color: #666;
	font-size: 12px;
	text-transform: uppercase;
}
.dropdown-menu>li:last-child>a {
	border: 0px;
}
.dropdown-menu>li>a:hover {
	background: #294373;
	color: #fff;
}
li.dropdown.open a:before {
	display: none;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background: none;
	border: 0px;
}
body .nav>li>a:focus, body .nav>li>a:hover {
	background: none;
}
.tam-carrinho{
    font-size: 27px;
    padding-top: 23px;
    color: #fff;
   
}
/*Header Style 1 End */
/******************************************
Header Styles End
******************************************/

.show {
    opacity: 1!important;
}

/******************************************
Home 1 Slider Start
******************************************/
.home1-slider {
	width: 100%;
	float: left;
}
.home1-slider .slide-caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	height: 300px;
	z-index: 99;
}
.home1-slider .slide-caption strong {
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-size: 72px;
	display: block;
	font-weight: 700;
	text-shadow: 0 2px 10px rgba(0,0,0,.30);
	margin-bottom: 30px;
}
.home1-slider .slide-img {
	position: relative;
	width: 100%;
	float: left;
}
.home1-slider .slide-img:after {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background: rgba(0,0,0,.60);
	z-index: 9;
}
.home1-slider .slide-caption a {
	background: #fa394a;
	color: #fff;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 55px;
	padding: 0 50px;
	font-size: 18px;
}
.home1-slider .owl-theme .owl-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 40px;
	width: 100%;
	z-index: 999;
	padding: 0 30px;
}
.home1-slider .owl-carousel .owl-nav button.owl-next, .home1-slider .owl-carousel .owl-nav button.owl-prev, .home1-slider .owl-carousel button.owl-dot {
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,.0);
	padding: 0px;
	margin: 0px;
}
.home1-slider .owl-carousel .owl-nav button span {
	font-size: 30px;
	line-height: 23px;
	color: #fff;
}
.dropdown-menu.cart-box {
	left: inherit;
	right: 0;
	width: 320px;
	padding: 20px;
	border-radius: 0px;
	top: 63px;
}
.cart-box .list {
	margin: 8px 0 0;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #f5f5f5
}
.cart-box .item {
	padding: 12px 0;
	overflow: hidden;
	border-bottom: 1px solid #f5f5f5;
	text-align: left;
}
.cart-box .item a {
	color: #fa394a;
}
.cart-box .preview {
	width: 65px;
	display: block;
	float: left
}
.cart-box .description {
	margin-left: 80px
}
.cart-box .price {
	display: block;
	padding-top: 8px;
	font-size: 1em
}
.cart-box .total {
	text-align: right;
	padding: 6px 0 12px
}
.cart-box .view-link {
	padding-top: 11px
}
.cart-box .view-link a {
	background: #fa394a;
	color: #fff;
	display: inline-block;
	line-height: 32px;
	padding: 0 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}
.cart-box .view-link a:hover {
	background: #18254a;
	color: #fff;
}
/******************************************
Home 1 Slider end
******************************************/


/******************************************
Home 1 content Start
******************************************/

.stitle {
	position: relative;
	padding-left: 30px;
	margin-bottom: 40px;
}
.stitle:after {
	background: url(../images/titleicon.png);
	width: 20px;
	height: 23px;
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
}
.main-content {
	width: 100%;
	float: left;
	padding: 80px 0;
}
.pb0 {
	padding-bottom: 0px;
}
.welcome-title h1 {
	border-top: 1px solid #e1e1e1;
	position: relative;
	padding-top: 15px;
	margin-bottom: 20px;
}
.welcome-title h1:after {
	position: absolute;
	left: 0;
	top: -2px;
	background: #fa394a;
	content: "";
	height: 3px;
	width: 100px;
}
.welcome-title strong {
	color: #fa394a;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	display: block;
	font-size: 22px;
	margin-bottom: 15px;
}
.welcome-box p {
	margin-bottom: 20px;
	line-height: 30px;
	color: #666666;
}
a.btn-style-1 {
	display: inline-block;
	border: 1px solid #18254a;
	line-height: 48px;
	padding: 0 30px;
	color: #18254a;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	position: relative;
	overflow: hidden;
}
a.btn-style-1:after {
	background: #fa394a;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all .75s ease 0s;
	-moz-transition: all .75s ease 0s;
	-o-transition: all .75s ease 0s;
	transition: all .75s ease 0s
}
a.btn-style-1:hover {
	color: #fff;
	border-color: #fa394a;
}
a.btn-style-1:hover:after {
	height: 450%;
}
.icon-box h5 {
	font-weight: 600;
	margin: 16px 0 12px;
}
.icon-box p {
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	margin: 0px;
}
.mb-40 {
	margin-bottom: 36px;
}
.campus-achievements {
	width: 100%;
	float: left;
	padding: 74px 0 80px 0;
}
.pr0 {
	padding-right: 0px;
}
.plr0 {
	padding: 0px;
}
.pl0 {
	padding-left: 0px;
}
.campus-box {
	overflow: hidden;
	position: relative;
}
.campus-box:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); /* IE6-9 */
	content: "";
}
.campus-box .cb-cap {
	position: absolute;
	left: 0;
	bottom: 0px;
	z-index: 999;
	color: #fff;
	width: 100%;
	padding: 0 0 20px 72px;
}
.campus-box .cb-cap h4 {
	margin-bottom: 7px;
}
.campus-box .cb-cap a {
	position: absolute;
	left: 10px;
	color: #fff;
	font-size: 45px;
	top: -7px;
}
.campus-box:hover a {
	color: #fa394a;
}
ul.achievements {
	margin: 0px;
	padding: 30px 0;
	height: 200px;
	background: #f5f5f5;
	list-style: none;
}
ul.achievements li {
	width: 33.3333%;
	float: left;
	text-align: center;
	border-right: 1px solid #ccc;
	padding: 15px 0;
}
ul.achievements li:last-child {
	border: 0px;
}
ul.achievements i {
	display: block;
	color: #233053;
	font-size: 40px;
	margin: 0 0 15px;
}
ul.achievements strong {
	color: #333333;
	font-weight: 700;
	font-size: 26px;
	display: block;
	font-family: 'Poppins', sans-serif;
}
ul.achievements span.title {
	font-size: 16px;
	color: #333333;
}
ul.achievements li:hover strong, ul.achievements li:hover i {
	color: #fa394a;
}
ul.achievements li:hover span.title {
	color: #68b63b;
}
.tweets-bg {
	background: url(../images/tweet-bg.jpg);
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	height: 200px;
}
.tweets-bg:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: rgba(40,124,190,.95);
	width: 100%;
	height: 100%;
}
.tweets-bg .tweets {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	padding: 35px 20px;
	text-align: center;
}
.tweets-bg .tweets h4 {
	margin-bottom: 10px;
}
.tweets-bg .tweets p, .tweets-bg .tweets span, .tweets-bg .tweets h4 {
	color: #fff;
}
.tweets-bg .tweets p {
	font-size: 14px;
	line-height: 22px;
}
span.tw-meta {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 99
}
span.tw-meta a {
	color: #fff;
	margin-left: 5px;
}
.home1-departments {
	background: url(../images/h1deprt-bg.jpg) no-repeat center center;
	background-size: cover;
	width: 100%;
	float: left;
	padding: 76px 0 80px;
}
.home1-departments .stitle {
	color: #fff;
}
.dprt-box {
	width: 100%;
	float: left;
	color: #fff;
	text-align: center;
	padding: 30px;
	position: relative;
	overflow: hidden;
}
.dprt-box:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	background: rgba(0,0,0,.1);
	content: "";
	opacity: 0;
}
.dprt-box i {
	font-size: 72px;
	margin-bottom: 20px;
	display: block;
	position: relative;
	z-index: 999;
}
.dprt-box h5 {
	line-height: 30px;
	position: relative;
	z-index: 999;
}
.dprt-box:hover:after {
	height: 100%;
	opacity: 1;
}
.c1 {
	background: #eab830;
}
.c2 {
	background: #fa394a;
}
.c3 {
	background: #6ad59a;
}
.c4 {
	background: #b4b4b4;
}
/******  News ******/

.home1-news {
	width: 100%;
	float: left;
	padding: 74px 0 50px;
	background: #ebebeb;
}
.home1-news .container {
	position: relative;
}
.more-news {
	position: absolute;
	right: 15px;
	background: #fa394a;
	color: #fff;
	line-height: 30px;
	padding: 0 20px;
	top: 5px;
}
.news-thumb {
	position: relative;
	overflow: hidden;
}
.news-thumb:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0%;
	background: rgba(0,0,0,.40);
	content: "";
	opacity: 0;
}
.news-excerpt {
	width: 100%;
	float: left;
	background: #fff;
	padding: 28px 30px 25px;
}
.news-box a.news-details {
	width: 100%;
	display: block;
	background: #fa394a;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.news-box.img-post .news-thumb:after {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.4);
	content: "";
	width: 100%;
	height: 100%;
	opacity: 1;
}
a.more-news:hover {
	background: #18254a;
	color: #fff;
}
.news-box span.post-date {
	color: #999999;
}
.news-box h4 {
	color: #333333;
	margin: 9px 0 11px;
	line-height: 30px;
}
.news-box h4 a {
	color: #333;
	word-break: break-all;
	-webkit-word-break: break-all;
	line-height: 30px;
}
.news-box p {
	margin: 0px;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
}
.home1-news .item {
	margin-bottom: 30px;
}
.home1-news .item img {
	width: 100%;
	height: auto;
}
.news-box {
	width: 100%;
	float: left;
	box-shadow: 0 3px 8px rgba(0,0,0,.0);
}
.news-box.active h4 a, .news-box:hover h4 a {
	color: #294373;
}
.news-box.active a.news-details, .news-box:hover a.news-details {
	background: #294373;
	color: #fff;
}
.news-box .img-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	z-index: 999;
}
.news-box .img-caption span.post-date, .news-box .img-caption h4 a {
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,.50);
}
.news-box:hover .news-thumb:after {
	opacity: 1;
	height: 100%;
}
.news-box:hover {
	box-shadow: 0 3px 8px rgba(0,0,0,.1);
}
.load-more {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 30px;
}
.load-more a {
	display: inline-block;
	background: #294373;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 40px;
	border-radius: 3px;
}
.load-more a:hover {
	background: #fa394a;
	color: #fff;
}
/********************* Upcoming Events ********************/

.up-events {
	width: 100%;
	float: left;
	background: #fff;
	padding: 77px 0 80px 0;
}
.event-box {
	width: 100%;
	float: left;
	box-shadow: 0 0px 10px rgba(0,0,0,.0);
}
.event-box:hover {
	box-shadow: 0 0px 10px rgba(0,0,0,.1);
}
.event-box .event-thumb {
	position: relative;
}
.edate {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fa394a;
    width: 117px;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    padding-top: 7px;
    z-index: 99;
}
.edate strong {
	font-size: 22px;
	display: block;
}
span.etime {
	position: absolute;
	right: 0;
	bottom: -15px;
	background: #fff;
	border: 1px solid #e6e6e6;
	line-height: 28px;
	padding: 0 15px;
	z-index: 99;
}
.event-box .event-excerpt {
	border: 1px solid #e6e6e6;
	padding: 20px;
}
.event-box .event-excerpt h4 {
	margin-bottom: 0px;
	line-height: 30px;
}
.event-box .event-excerpt h4 a {
	color: #333333;
}
.event-box .event-excerpt span {
	color: #666666;
}
span.etime i, .event-box .event-excerpt span i {
	color: #fa394a;
}
.event-box:hover .edate {
	background: #294373;
}
.event-box:hover h4 a {
	color: #294373;
}
.event-thumb a {
	width: 40px;
	height: 40px;
	background: #fff;
	color: #fa394a;
	position: absolute;
	left: 0;
	right: 0;
	top: -100%;
	bottom: 0;
	margin: auto;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	z-index: 99;
	opacity: 0;
}
.event-thumb:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	content: "";
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0 ); /* IE6-9 */
}
.event-box:hover .event-thumb:after {
	height: 100%;
	opacity: 1;
}
.event-box:hover .event-thumb a {
	top: 0;
	opacity: 1;
}
.events-list {
    padding-bottom: 50px;
}
.events-list .event-box, .events-grid .event-box {
	margin-bottom: 40px;
}
.events-list .event-box .event-thumb {
	width: 360px;
	float: left;
}
.events-list .event-box .event-excerpt {
	width: 100%;
    float: left;
}
.events-list .event-box .event-excerpt span.etime {
	position: inherit;
	right: inherit;
	bottom: inherit;
	background: #fff;
	border: 1px solid #e6e6e6;
	line-height: 28px;
	display: inline-block;
	padding: 0 15px;
	z-index: 99;
	margin-bottom: 0px;
}
/********************* Meet Our Professors + Other Members ********************/
.meet-professors {
	background: url(../images/professor-bg.jpg) no-repeat center center;
	width: 100%;
	float: left;
	padding: 77px 0 80px 0;
	background-size: cover;
}
.team-box {
	width: 100%;
	float: left;
	background: #fff;
	position: relative;
}
.team-box .team-img {
	position: relative;
	overflow: hidden;
}
.team-box:hover .team-img:after {
	height: 100%;
	opacity: 1;
}
.team-box .team-img:after {
	background: rgba(24,37,74,.80);
	content: "";
	width: 100%;
	height: 0;
	left: 0;
	top: 0;
	z-index: 9;
	position: absolute;
	opacity: 0;
}
.team-box .team-img:before {
	width: 0;
	height: 0;
	border-bottom: 40px solid #fff;
	border-left: 40px solid transparent;
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	z-index: 99;
}
.team-box img {
	width: 100%;
	height: auto;
}
.team-name {
	text-align: center;
	padding: 23px 0 19px;
}
.team-name h5 {
	font-weight: 600;
	color: #333333;
	margin-bottom: 2px;
}
.team-name strong {
	color: #fa394a;
	font-weight: 400;
	font-size: 15px;
}
.team-caption {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 50px 15px 0;
}
.team-caption p {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
	opacity: 0;
}
.team-box:hover ul.team-social {
	transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
}
ul.team-social {
	width: 100%;
	padding: 0px;
	margin: 0px;
	transform: rotateX(90deg);
	-webkit-transform: rotateX(90deg);
	transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
}
ul.team-social li {
	display: inline-block;
	margin: 0 3px;
}
ul.team-social a {
	border: 1px solid #fff;
	width: 32px;
	height: 32px;
	display: block;
	text-align: center;
	color: #fff;
	line-height: 30px;
	border-radius: 2px;
}
ul.team-social a:hover {
	background: #fa394a;
	color: #fff;
	border-color: #fa394a;
}
.team-box .plus {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 99;
	width: 17px;
	color: #294373;
	cursor: pointer;
}
.team-box .plus .fa-minus {
	display: none;
}
.team-box:hover .team-caption p {
	opacity: 1;
}
.team-box:hover .plus .fa-plus {
	display: none;
}
.team-box:hover .plus .fa-minus {
	display: block;
}
.meet-professors .stitle {
	color: #fff;
}
.other-members ul {
	background: #18254a;
	padding: 7px 30px 10px;
	margin: 0px;
	list-style: none;
}
.other-members ul li {
	border-bottom: 1px dashed #fff;
	line-height: 48px;
}
.other-members ul li:last-child {
	border-bottom: 0px;
}
.other-members a {
	color: #fff;
	font-size: 16px;
}
.other-members a:before {
	content: "\f101";
	font-family: FontAwesome-free;
	color: #fa394a;
	margin-right: 10px;
}
.other-members a:hover {
	color: #fa394a;
}
.stitle2 {
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 36px;
	color: #ffffff;
	padding: 0 0 12px;
	position: relative;
}
.stitle2:after {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: "";
	height: 3px;
	width: 67px;
	background: #fa394a;
}
.meet-professors.team-page {
	padding: 0px;
	background: none;
}
.team-page .team-box {
	background: #f5f5f5;
	margin-bottom: 40px;
}
.team-page .team-box .team-img:before {
	border-bottom: 40px solid #f5f5f5;
}
.fl-pagination {
	width: 100%;
	float: left;
	text-align: center;
}
.fl-pagination .pagination {
	margin: 20px 0 0;
}
.fl-pagination .pagination>li:last-child>a, .fl-pagination .pagination>li:last-child>span, .fl-pagination .pagination>li:first-child>a, .fl-pagination .pagination>li:first-child>span {
	border-radius: 0px;
}
.fl-pagination .pagination>li>a, .fl-pagination .pagination>li>span {
	position: relative;
	float: left;
	padding: 0 20px;
	line-height: 38px;
	color: #999999;
	background-color: #fff;
	border: 1px solid #e6e6e6;
}
.fl-pagination .pagination>li.active a, .fl-pagination .pagination>li>a:hover, .fl-pagination .pagination>li>span:hover {
	background: #fa394a;
	color: #fff;
	border: 1px solid #fa394a;
}
/****************  Home Contact Panel Start  ******************/

.home-contact-panel {
	width: 100%;
	float: left;
	background: #fff;
	padding: 60px 0 80px;
}
.ci-box {
	background: #f5f5f5;
	width: 100%;
	float: left;
	padding: 70px 20px 30px;
	position: relative;
}
.ci-box strong {
	color: #333;
	border: 1px solid #e6e6e6;
	font-family: 'Poppins', sans-serif;
	display: block;
	line-height: 56px;
	background: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
}
.ci-box strong a {
	color: #333;
}
.hcp-icon {
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background: #eab830;
	line-height: 90px;
	text-align: center;
	color: #ffffff;
	font-size: 48px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	border: 5px solid #f5f5f5;
	top: -50px;
}
.ci-box.c1 .hcp-icon {
	background: #eab830;
}
.ci-box.c2 .hcp-icon {
	background: #fa394a;
}
.ci-box.c3 .hcp-icon {
	background: #6ad59a;
}
.ci-box.c4 .hcp-icon {
	background: #b4b4b4;
}
.ci-box.c1:hover strong {
	background: #eab830;
	color: #fff;
}
.ci-box.c2:hover strong {
	background: #fa394a;
	color: #fff;
}
.ci-box.c3:hover strong {
	background: #6ad59a;
	color: #fff;
}
.ci-box.c4:hover strong {
	background: #b4b4b4;
	color: #fff;
}
.ci-box.c1:hover .hcp-icon {
	background: #fff;
	color: #eab830;
}
.ci-box.c2:hover .hcp-icon {
	background: #fff;
	color: #fa394a;
}
.ci-box.c3:hover .hcp-icon {
	background: #fff;
	color: #6ad59a;
}
.ci-box.c4:hover .hcp-icon {
	background: #fff;
	color: #b4b4b4;
}
.ci-box.c1:hover strong a, .ci-box.c2:hover strong a, .ci-box.c3:hover strong a, .ci-box.c4:hover strong a {
	color: #fff;
}
/****************  Home Contact Panel Start  ******************/


/******************************************
Home 1 content End
******************************************/


/******************************************
Home 1 Footer Start
******************************************/
/*.footer .container {
    width: 1000px;
    margin: 0 auto;
}*/
.footer {
	background: #686868;
	width: 100%;
	float: left;
	padding: 130px 0 0;
}
.footer .widget h4 {
	color: #fff;
	margin-bottom: 10px;
	font-weight: 600;
}
.footer .widget .quick-links {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.widget .quick-links a {
	color: #fff;
	line-height: 30px;
	font-size: 14px;
}
.widget .quick-links a:before {
	content: "\f105";
	font-family: FontAwesome-free;
	color: #fff;
	margin-right: 10px;
}
.textwidget img {
	margin: 0px 3px;
	margin-bottom: 20px;
}
.textwidget p {
	color: #fff;
	font-size: 14px;
	line-height: 9px;
}
.widget address ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.widget address ul li {
	color: #fff;
	margin-bottom: 20px;
	padding-left: 26px;
	position: relative;
}
.widget address ul li i {
	position: absolute;
	left: 0;
	top: 3px;
}
.copyrights {
	width: 100%;
	float: left;
	background: #ebebeb;
	padding: 20px 0 15px;
	margin-top: 40px;
}
.footer-social {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.footer-social li {
	display: inline-block;
	margin-left: 5px;
}
.footer-social a {
	border: 1px solid #cdcdcd;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	display: inline-block;
	color: #18254a;
	border-radius: 100%;
}
.footer-social a:hover {
	background: #18254a;
	color: #fff;
	border-color: #18254a;
}
.newsletter {
	width: 100%;
	float: left;
	margin-bottom: -70px;
	position: relative;
	z-index: 999;
}
.newsletter .container {
	background: #cf1238;
	overflow: hidden;
	padding: 40px 30px;
	width: 1000px;
	margin: 0 auto
}
.newsletter strong, .newsletter h3 {
	color: #fff;
}
.newsletter strong {
	font-weight: 400;
}
.newsletter .input-group {
	width: 100%;
	position: relative;
}
.newsletter .input-group i {
	position: absolute;
	left: 20px;
	z-index: 9;
	line-height: 60px;
}
.newsletter .input-group .subscribe {
	position: absolute;
	right: 0;
	top: 0;
	background: #18254a;
	color: #fff;
	z-index: 99;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 30px;
	border: 0px;
	height: 60px;
	line-height: 60px;
	font-weight: 700;
}
.newsletter .input-group .form-control {
	width: 100%;
	padding: 0px 40px;
	border: 0px;
	background: #fff;
	height: 60px;
	line-height: 60px;
}
.newsletter .input-group .form-control:focus {
	background: #e8e8e8;
}
.mt-5{
    margin-top: 5px!important;
}
/******************************************
Home 1 Footer End
******************************************/



/******************************************
Home 2 Start
******************************************/

/*Header Style 2 Start */

.header-style-2 {
	width: 100%;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
}
.header-style-2 .topbar {
	background: rgba(0,0,0,.30);
	width: 100%;
	float: left;
	height: 50px;
}
.header-style-2 .btn-group {
	width: 100%;
	border-left: 1px solid #717171;
	border-right: 1px solid #717171;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
}
.header-style-2 .btn-group .fa {
	margin-right: 7px;
}
.header-style-2 .lang {
	border: 0px;
	background: none;
	width: 100%;
	color: #7893a3;
}
.topsocial {
	margin: 0;
	padding: 10px 0 10px 15px;
	list-style: none;
	float: left;
	border-left: 1px solid #4b5764;
}
.topsocial li {
	display: inline-block;
}
.topsocial a {
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255,255,255,.2);
	display: block;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border-radius: 100%;
	margin: 0 2px;
}
.topsocial a:hover {
	background: #2980b9;
	border-color: #2980b9;
}
a.signin {
	float: right;
	background: #33aa58;
	color: #fff;
	padding: 0 20px;
	line-height: 40px;
	border-radius: 0 0 7px 7px;
}
a.signin:hover {
	background: #2980b9;
}
body .btn-group.open .dropdown-toggle {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.header-style-2 form.search-form {
	position: relative;
}
.header-style-2 .form-control {
	width: 100%;
	padding: 0px;
	border: 0px;
	background: none;
	color: #7893a3;
	height: 50px;
	line-height: 50px;
}
.header-style-2 form.search-form button {
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	border: 0;
	color: #7893a3;
	height: 40px;
	line-height: 50px;
}
body .form-control:focus {
	border: 0px;
	outline: 0;
	box-shadow: none;
}
.logo-navbar {
	width: 100%;
	float: left;
	padding-top: 4px;
}
body .navbar-brand {
	float: left;
	height: inherit;
	padding: 0;
	font-size: 18px;
	line-height: inherit;
}
.header-style-2 .navbar-brand {
	float: left;
	height: auto;
	padding: 15px 50px 15px 0;
	font-size: 18px;
	line-height: 20px;
}
.header-style-2 .nav.navbar-nav {
	padding: 29px 0;
}
.header-style-2 .navbar-nav>li>a {
	padding: 0px;
	line-height: 42px;
	position: relative;
	padding: 0 18px;
	font-family: 'Poppins', sans-serif;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.header-style-2 .navbar-nav>li>a:hover {
	background: none;
}
.header-style-2 .navbar-nav>li>a:before {
	position: absolute;
	bottom: -20px;
	left: 50%;
	color: transparent;
	content: "�";
	text-shadow: 0 0 transparent;
	font-size: 20px;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}
.header-style-2 .navbar-nav>li>a:hover:before, .header-style-2 .navbar-nav>li>a:focus:before {
	color: #33aa58;
	text-shadow: 10px 0 #33aa58, -10px 0 #33aa58;
}
.header-style-2 .navbar-nav>li>a:hover, .header-style-2 .navbar-nav>li>a:focus {
	color: #33aa58;
}
.header-style-2 .apply a {
	background: #2980b9;
	border-radius: 3px;
	line-height: 48px;
	text-transform: uppercase;
	font-weight: 900;
	font-family: 'Poppins', sans-serif;
}
.header-style-2 .apply a:hover {
	background: #33aa58;
	color: #fff;
}
.header-style-2 .apply a:hover:before {
	display: none;
}
/*Header Style 2 End */








/*Banner Area Start */

.banner-style-2 {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}
.slide-img {
	width: 100%;
	float: left;
	position: relative;
}
.slide-img:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(52,73,94,.75);
}
.slide-img img {
	width: 100%;
	height: auto;
}
.banner-video-caption {
	position: absolute;
	top: 250px;
	z-index: 99;
	width: 100%;
}
.video-wrap {
	width: 100%;
	float: left;
	border: 10px solid rgba(255,255,255,.70);
	height: 322px;
	overflow: hidden;
	box-shadow: 0 3px 15px rgba(0,0,0,.50);
}
.video-wrap iframe {
	width: 100%;
	border: 0px;
	height: 302px;
	background: #000;
	margin: 0;
	padding: 0;
}
.ctext {
	padding-top: 67px;
}
.ctext strong {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
}
.ctext h1 {
	color: #33aa58;
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	border-bottom: 1px solid #fff;
	padding-bottom: 12px;
	margin-bottom: 20px;
	position: relative;
	text-shadow: 0 3px 10px rgba(0,0,0,.35);
}
.ctext h1:after {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 30%;
	height: 3px;
	background: #fff;
	content: "";
}
.ctext p {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
}
/*Banner Area End */


/*Edugrade Popular Courses Start */

.home2-popular-courses {
	width: 100%;
	float: left;
	position: relative;
	z-index: 999;
	margin-top: -260px;
}
.home2-popular-courses .container-fluid {
	max-width: 1200px;
	background: #fff;
	box-shadow: 0 10px 20px rgba(0,0,0,.10);
	padding-top: 30px;
	padding-bottom: 30px;
}
.home2-popular-courses .deprts {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.home2-popular-courses .deprts li {
	float: left;
	padding: 10px 15px;
}
.home2-popular-courses .deprts li:last-child {
	padding-right: 0px;
}
.home2-popular-courses .deprts .icon-box-2 {
	width: 165px;
	height: 131px;
	border-radius: 5px;
	text-align: center;
	padding: 20px 20px 0;
}
.deprts .icon-box-2 i {
	color: #fff;
	font-size: 40px;
	margin-bottom: 12px;
	display: block;
	position: relative;
	z-index: 99;
}
.icon-box-2 {
	position: relative;
	overflow: hidden;
}
.icon-box-2:hover:after {
	opacity: 1;
	height: 100%;
}
.icon-box-2:after {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
	content: "";
	width: 100%;
	height: 0;
	opacity: 0;
}
.deprts .icon-box-2 strong {
	display: block;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	position: relative;
	z-index: 99;
}
.deprts .c1 {
	background: #2980b9;
}
.deprts .c2 {
	background: #33aa58;
}
.deprts .c3 {
	background: #eab830;
}
.deprts .c4 {
	background: #48a7d4;
}
.deprts .c5 {
	background: #eab830;
}
.deprts .c6 {
	background: #d3b5d0;
}
.deprts .c7 {
	background: #6ad59a;
}
.deprts .c8 {
	background: #b4b4b4;
}
.pc-text {
	padding: 70px 0 0 10px;
}
.pc-text h3 {
	font-weight: 600;
	margin-bottom: 20px;
}
.pc-text p {
	margin-bottom: 20px;
}
.pc-text a {
	color: #2980b9;
	font-size: 14px;
}
/*Edugrade Popular Courses End */


.gray-bg {
	background: #f6f6f6;
}
.history-vision {
	width: 100%;
	float: left;
	padding: 80px 0;
}
.title3 {
	width: 100%;
	float: left;
}
.title3 h2 {
	margin-bottom: 40px;
	position: relative;
	display: inline-block;
	padding-top: 15px;
}
.title3 h2:after {
	position: absolute;
	left: 0;
	top: -5px;
	height: 10px;
	background: url(../images/dot.png);
	content: "";
	width: 100%;
}
.tab-nav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.tab-nav li {
	margin-bottom: 2px;
	width: 100%;
}
.tab-nav a {
	background: #fff;
	border-left: 6px solid #fff;
	height: 63px;
	line-height: 63px;
	padding: 0 0 0 30px;
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #222222;
}
.tab-nav li.active a, .tab-nav a:hover {
	border-color: #33aa58;
	color: #33aa58;
}
.history-tabs .tab-content h4 {
	color: #33aa58;
	margin-bottom: 20px;
}
.history-tabs .tab-content p {
	color: #666;
	line-height: 26px;
}
.help-banner {
	background: #2980b9;
	width: 100%;
	float: left;
	padding: 20px;
	margin-top: 30px;
	color: #fff;
}
.help-banner h4 {
	margin-bottom: 15px;
}
.help-banner strong {
	font-size: 20px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.help-banner i {
	margin-right: 5px;
}
.national-awards {
	background: #62cc83;
	padding: 30px 20px;
	text-align: center;
}
.national-awards h4 {
	color: #fff;
	margin-bottom: 30px;
}
.award-circle {
	width: 130px;
	height: 130px;
	border-radius: 100%;
	background: #fff;
	text-align: center;
	padding: 25px;
	margin: auto;
	position: relative;
	z-index: 99;
	box-shadow: 0 2px 10px rgba(0,0,0,20);
}
.award-circle:after {
	position: absolute;
	background: rgba(255,255,255,.7);
	width: 164px;
	height: 164px;
	border-radius: 100%;
	content: "";
	top: -17px;
	left: -17px;
	z-index: -1;
}
.award-circle:hover:after {
	background: rgba(255,255,255,.4);
}
.award-circle i {
	font-size: 48px;
	color: #222;
}
.award-circle strong {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 26px;
	font-weight: 600;
}
.national-awards .item {
	padding: 20px 0;
}
.national-awards .owl-theme .owl-dots .owl-dot span {
	background: rgba(255,255,255,.7);
}
.national-awards .owl-theme .owl-dots .owl-dot.active span, .national-awards .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
}
/* Featured Courses Start */
.featured-courses {
	width: 100%;
	float: left;
	background: url(../images/course-bg.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0;
}
.featured-courses .title3 h2 {
	color: #fff;
}
.course-box {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}
.course-box:hover .fc-hover {
	height: 100%;
	opacity: 1;
}
.fc-hover {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	background: #33aa58;
	z-index: 999;
	padding: 30px;
	opacity: 0;
}
.fc-hover p {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
}
.fc-hover a {
	position: absolute;
	left: 30px;
	bottom: 30px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}
.fc-hover a.cross {
	position: absolute;
	right: 15px;
	top: 15px;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	left: initial;
}
.course-box .course-thumb {
	width: 100%;
	float: left;
}
.course-thumb img {
	width: 100%;
	height: auto;
}
.course-box .course-excerpt {
	width: 100%;
	background: #fff;
	float: left;
	padding: 25px;
	min-height: 98px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.course-box .course-excerpt h5 {
	font-weight: 500;
}
.course-box .course-excerpt h5 a {
	color: #222;
}
.course-box .course-footer {
	background: #fff;
	width: 100%;
	float: left;
	padding: 17px 20px;
}
.course-box .course-footer a.detail {
	color: #2980b9;
	font-size: 14px;
}
.course-box .course-footer a.crating {
	color: #33aa58;
	float: right;
	font-size: 14px;
}
.course-box span.plus {
	position: absolute;
	background: #33aa58;
	right: 10px;
	top: -16px;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
}
.course-box span.plus a {
	display: none;
}
.course-box:hover .plus {
	width: auto;
	padding: 0 20px;
	border-radius: 15px;
}
.course-box:hover .plus a {
	display: block;
	color: #fff;
}
.course-box:hover .plus i {
	display: none;
}
ul.course-tabs-nav {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	display: inline-block;
	float: right;
}
ul.course-tabs-nav li {
	float: right;
}
ul.course-tabs-nav li a {
	color: #8ad0ff;
	font-weight: 700;
	border-bottom: 1px solid #7ec0ec;
	padding: 0 15px;
	line-height: 40px;
	display: block;
}
ul.course-tabs-nav li.active a, ul.course-tabs-nav li a:hover {
	background: #2473a6;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
ul.course-tabs-nav li:first-child {
	margin: 0px;
}
/* Featured Courses End */




/* News And Events Start */

.news-events {
	background: #f6f6f6;
	width: 100%;
	float: left;
	padding: 80px 0;
}
.news-events .event-box {
	width: 100%;
	float: left;
	position: relative;
	background: #fff;
	height: 180px;
	padding-left: 68px;
	margin-bottom: 40px;
}
.news-events .event-box .event-date {
	position: absolute;
	left: 0;
	top: 0;
	width: 68px;
	background: #33aa58;
	height: 100%;
	color: #fff;
	text-align: center;
	padding-top: 16px;
}
.event-box .event-date strong {
	display: block;
	font-size: 22px;
}
.event-box .event-txt {
	padding: 28px 30px;
}
.event-box ul.event-meta {
	margin: 0 0 10px;
	padding: 0px;
	list-style: none;
}
.event-box ul.event-meta li {
	display: inline-block;
	color: #666666;
	font-size: 14px;
	margin-right: 20px;
}
.event-box ul.event-meta li:last-child {
	margin-right: 0px;
}
.event-box ul.event-meta i {
	color: #33aa58;
	margin-right: 5px;
}
.event-box .event-txt h6 {
	margin-bottom: 11px;
}
.event-box .event-txt h6 a {
	color: #222222;
}
p.loc {
	border-left: 4px solid #e6e6e6;
	line-height: 22px;
	color: #666;
	font-size: 14px;
	padding-left: 10px;
	margin: 0 0 5px;
}
a.ed {
	float: right;
	color: #2980b9;
	font-size: 14px;
}
.event-date a {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 24px;
}
.event-box:hover .event-date {
	background: #2980b9;
}
.event-box:hover h6 a, .event-box:hover a {
	color: #33aa58;
}
.pr0 {
	padding-right: 0px;
}
.pl0 {
	padding-left: 0px;
}
.event-thumb img {
	width: 100%;
	height: auto;
}
.event-txt-col {
	width: 100%;
	background: #2980b9;
	float: left;
	padding: 30px 30px 30px 98px;
	position: relative;
	min-height: 347px;
}
.event-txt-col .event-date-col {
	position: absolute;
	left: 0;
	top: 0;
	width: 68px;
	height: 100%;
	background: #fff;
}
.event-txt-col span.ecomments {
	background: #57a8dd;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 68px;
}
.event-txt-col span.evdate {
	background: #1d5981;
	color: #fff;
	height: 68px;
	display: block;
	text-align: center;
	padding: 12px 0 0;
}
.event-txt-col span.evdate strong {
	display: block;
	font-size: 22px;
}
.more-comments {
	color: #222222;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	padding: 50px 0 0 24px;
	letter-spacing: 2px;
}
.etags {
	margin: 0px 0 20px;
	padding: 0px;
	list-style: none;
}
.etags li {
	display: inline-block;
	margin-right: 10px;
}
.etags a {
	background: #d3b5d0;
	padding: 0 20px;
	color: #fff;
	border-radius: 5px;
	line-height: 36px;
	display: inline-block;
}
.etags a.c1 {
	background: #d3b5d0;
}
.etags a.c2 {
	background: #33aa58;
}
.etags a.c3 {
	background: #eab830;
}
.etags a.c4 {
	background: #48a7d4;
}
.etags a.c5 {
	background: #6ad59a;
}
.etags a.c6 {
	background: #b4b4b4;
}
.event-txt-col h4 {
	margin-bottom: 10px;
}
.event-txt-col p, .event-txt-col h4 a {
	color: #fff;
}
.event-txt-col p {
	margin-bottom: 20px;
}
.event-txt-col a.nd {
	background: #69a6ce;
	display: inline-block;
	line-height: 40px;
	padding: 0 25px;
	border-radius: 3px;
	color: #fff;
}
/* News And Events End */




/* Team Style 1 Start */
.team-style-1 {
	width: 100%;
	float: left;
	background: #fff;
	padding: 80px 0;
}
.team-style-1 .team-box {
	overflow: hidden;
}
.team-style-1 .team-box .team-cap {
	position: absolute;
	background: #fff;
	width: 90%;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	border-radius: 8px;
	text-align: center;
	padding: 35px 0 20px;
	height: 115px;
}
.team-style-1 .team-box .team-cap h5 {
	font-weight: 500;
	margin-bottom: 8px;
}
.team-style-1 .team-box .team-cap strong {
	display: block;
	color: #666;
	font-weight: 400;
	margin-bottom: 10px;
}
.team-box .team-cap .plusc {
	position: absolute;
	right: 0;
	left: 0;
	top: -16px;
	z-index: 99;
	color: #fff;
	background: #33aa58;
	width: 32px;
	height: 32px;
	margin: auto;
	border-radius: 100%;
	line-height: 32px;
}
.team-style-1 .team-box img {
	width: 100%;
	height: auto;
}
.team-style-1 .team-box ul.team-social {
	opacity: 0;
}
.team-style-1 .team-box ul.team-social a {
	border-color: #33aa58;
	color: #33aa58;
}
.team-style-1 .team-box ul.team-social a:hover {
	border-color: #33aa58;
	color: #fff;
	background: #33aa58;
}
.team-style-1 .team-box:hover .team-cap {
	height: 150px;
}
.team-style-1 .team-box:hover .team-social {
	opacity: 1;
}
.team-style-1.team-page {
	padding: 0px;
}
.team-page .team-box .team-cap .plusc {
	background: #fa394a;
}
.team-style-1.team-page .team-box ul.team-social a {
	border-color: #fa394a;
	color: #fa394a;
}
.team-style-1.team-page .team-box ul.team-social a:hover {
	background: #fa394a;
	color: #fff;
}
.team-style-1.team-page .team-box .team-cap strong {
	color: #fa394a;
}
/* Team Style 1 End */


/* Team Style 3 Start */

.team-page-3 .team-box {
	position: relative;
	overflow: hidden;
}
.team-page-3 .team-box:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}
.team-page-3 .team-box .team-cap {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	padding: 20px;
	text-align: left;
	z-index: 99;
}
.team-page-3 .team-box .team-cap h4 {
	color: #fff;
	margin-bottom: 7px;
}
.team-page-3 .team-box .team-cap strong {
	color: #fff;
	font-weight: 400;
	font-style: italic;
}
.team-page-3 .team-box ul.team-social {
	display: none;
}
.team-page-3 .team-box:hover .team-cap {
	text-align: center;
	height: 100%;
	background: rgba(24,37,74,.80);
	padding: 125px 20px 0;
}
.team-page-3 .team-box:hover ul.team-social {
	display: block;
	margin-top: 20px;
}
.team-page-3 .np {
	padding: 10px;
}
.team-page-3 .fl-pagination .pagination {
	margin: 60px 0 0;
}
/* Team Style 3 End */

/* Team Details Start */

.team-large-img img {
	width: 100%;
	height: auto;
}
.team-details-text strong.team-title {
	color: #fa394a;
	font-size: 18px;
	margin-bottom: 8px;
	display: block;
}
.team-details-text h2 {
	margin-bottom: 21px;
}
.team-details-text p {
	color: #444444;
}
.team-details-text ul.check-list {
	margin: 0 0 10px;
	padding: 0px;
	list-style: none;
}
.team-details-text ul.check-list li {
	font-size: 16px;
	line-height: 30px;
	color: #444;
}
.team-details-text ul.check-list li:before {
	content: "\f105";
	font-family: FontAwesome-free;
	color: #fa394a;
	margin-right: 10px;
}
.team-details-text .taddress {
	margin: 0 0 20px;
	padding: 0px;
	list-style: none;
}
.team-details-text .taddress li {
	font-size: 16px;
	color: #444;
	line-height: 30px;
}
.team-details-text .taddress li i {
	margin-right: 10px;
	color: #fa394a;
}
.team-details-text ul.team-social {
	width: 100%;
	padding: 0px;
	margin: 0px;
	transform: none;
	-webkit-transform: none;
	transition: all 0.25s linear;
	-webkit-transition: all 0.25s linear;
}
.team-details-text ul.team-social a {
	border: 1px solid #cccccc;
	color: #cccccc;
	border-radius: 100%;
}
.team-details-text ul.team-social a:hover {
	background: #18254a;
	color: #fff;
	border-color: #18254a;
}
.team-contact-form {
	width: 100%;
	float: left;
	margin: 80px 0 0;
}
.team-contact ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.team-contact .input-group {
	width: 100%;
	position: relative;
	border: 1px solid #e6e6e6;
	padding: 9px 0;
	margin-bottom: 10px;
}
.team-contact .form-control {
	border: 0px;
	padding: 0 0 0 33px;
	border-radius: 0px;
	box-shadow: none;
	color: #666666;
}
.team-contact textarea.form-control {
	padding: 6px 0 0 33px;
	resize: none;
	height: 150px;
}
.team-contact .input-group i {
	position: absolute;
	left: 10px;
	top: 7px;
	line-height: 36px;
	z-index: 99;
	color: #666666;
}
.team-contact button {
	width: 100%;
	background: #18254a;
	color: #fff;
	border: 0;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 50px;
	font-size: 16px;
}
.team-contact button:hover {
	background: #fa394a;
	color: #fff;
}
.sub-title {
	margin: 0 0 30px;
}
.team-faq .panel-default>.panel-heading {
	border: 0px;
	background: none;
	color: #fff;
	padding: 0px;
	position: relative;
}
.team-faq .panel-default>.panel-heading:after {
	content: "\f107";
	font-family: FontAwesome-free;
	position: absolute;
	right: 0;
	top: 0;
}
.team-faq .panel.panel-default {
	border: 0px;
	box-shadow: none;
	background: #18254a;
	border-radius: 0px;
	padding: 25px 30px;
}
.team-faq .panel-group .panel-heading+.panel-collapse>.list-group, .team-faq .panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid rgba(255,255,255,.40);
	padding: 15px 0 0;
	color: #fff;
	margin-top: 15px;
}
.team-faq .panel-title {
	font-size: 20px;
	color: #fff;
}
/* Team Details End */

/******************************************
Home 2 Footer Start
******************************************/
.footer-home-2 {
	width: 100%;
	float: left;
}
.newsletter-wrap {
	width: 100%;
	float: left;
	padding: 80px 0 115px;
	background: url(../images/newsletter-bg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}
.newsletter-wrap ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.newsletter-wrap .form-control {
	border: 0px;
	height: 60px;
	padding: 0px;
	line-height: 60px;
	padding: 0 20px;
	border-radius: 5px;
}
.newsletter-wrap input[type="submit"] {
	border: 0px;
	height: 60px;
	padding: 0px;
	line-height: 60px;
	padding: 0 20px;
	border-radius: 5px;
	background: #2980b9;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
}
.newsletter-wrap p {
	color: #fff;
	margin: 10px 0 20px;
}
.footer-bottom {
	width: 100%;
	float: left;
	background: #fff;
	padding: 20px 0;
}
.footer-bottom p {
	color: #666;
	margin: 0px;
	font-size: 14px;
	line-height: 30px;
}
.footer-bottom ul.flinks {
	float: right;
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none;
}
.footer-bottom ul.flinks li {
	display: inline-block;
	line-height: 30px;
	margin-left: 10px;
}
.footer-bottom ul.flinks li a {
	color: #666;
}
.footer-bottom ul.flinks li i {
	font-size: 10px;
}
.footer-bottom .footer-logo {
	background: #33aa58;
	width: 310px;
	height: 110px;
	padding: 30px 0;
	margin: -80px auto 30px;
	text-align: center;
}
/******************************************
Home 2 Footer End
******************************************/
/******************************************
Home 2 End
******************************************/


/******************************************
Home 3 Start
******************************************/
.header-style-3 {
	width: 100%;
	float: left;
	position: relative;
	z-index: 100;
}
.header-style-3 .logo {
	text-align: center;
}
.header-style-3 .header-top {
	width: 100%;
	float: left;
	background: #cf1238;
	padding: 15px 0;
}
.header-style-3 .header-nav {
	width: 100%;
	float: left;
	background: #fff;
}
ul.header-left {
	margin: 23px 0 0;
	padding: 0px;
	list-style: none;
}
ul.header-left li {
	display: inline-block;
	margin-right: 30px;
}
.header-right li:first-child, ul.header-left li:last-child {
	margin: 0px;
}

.header-fone a {
    font-size: 20px!important;
    padding-top: 2px;
}

.header-cart {
    display: block;
    margin-top: 20px;
}

ul.header-left a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 24px;
}
ul.header-left a i {
	font-size: 24px;
}
.header-right {
	margin: 10px 0 0;
	padding: 0px;
	list-style: none;
	text-align: right;
}
.header-right li {
	display: inline-block;
	margin-left: 30px;
}
.header-right a {
	color: #fff;
	font-size: 14px;
}
.header-right li.apply a {
    background: #003866;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    line-height: 50px;
    padding: 0 12px;
    border-radius: 5px;
    letter-spacing: 1px;
}
ul.header-left a:hover, .header-right a:hover {
	color: #fa394a;
}
.header-style-3 .navbar {
	margin: 0px;
	border: 0px;
	min-height: inherit;
}
.header-style-3 .navbar-collapse {
	padding: 0px;
}
/*.navbar-center {
    display: flex;
    justify-content: center;
}*/

.navbar-center {
    /* width: 100%; */
    /* text-align: center; */
    display: table;
    margin: 0 auto;
    float: none;
}
.navbar-center > li {
  /*float: none!important;
  display: inline-block!important;*/
}
/*.header-style-3 .navbar-nav>li a:after {
	content: "|";
	color: #cccccc;
	padding: 0 30px;
}*/
.header-style-3 .navbar-nav>li ul a:after {
	display: none;
}
.header-style-3 .navbar-nav>li:last-child a:after {
	display: none;
}
.header-style-3 .navbar-nav>li a {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	color: #444444;
	padding: 0 19px;
	line-height: 60px;
}
.header-style-3 .navbar-nav>li ul a {
	padding: 0 20px;
	line-height: 40px;
	font-size: 12px;
	font-weight: 400;
}
.header-style-3 .navbar a:hover {
	background: none;
	color: #fa394a;
}
.user-login {
	float: right;
	margin: 9px 0 0;
	padding: 0px;
	list-style: none;
}
.user-login a.user {
	border: 1px solid #ccc;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	display: block;
	text-align: center;
	line-height: 42px;
	color: #999999;
}
.user-login .dropdown-menu {
	left: inherit;
	right: 0;
	border: 0px;
	border-radius: 0px;
	padding: 20px;
	width: 250px;
	margin: 0px;
}
.user-login .dropdown-menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.user-login .dropdown-menu ul li {
	margin-bottom: 10px;
}
.user-login li.input-group {
	border: 1px solid #ccc;
}
.user-login .input-group-addon, .user-login .form-control {
	border-radius: 0px;
	border: 0px;
}
.user-login .input-group-addon {
	background: #eeeeee;
	color: #cccccc;
	font-size: 12px;
}
.user-login button {
	background: #2dc489;
	color: #fff;
	width: 100%;
	border: 0px;
	height: 35px;
	line-height: 35px;
}
.user-login .dropdown-menu ul li a {
	color: #2dc489;
}
/**************  Home 3 Banner  **************/
.home3-banner {
	width: 100%;
	float: left;
	position: relative;
}
.home3-banner img {
	width: 100%;
	height: auto;
}
.home3-banner:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
	content: "";
	background: rgba(250,57,74,.70);
}
.h3-banner-cap {
	position: absolute;
	left: 0;
	top: 25%;
	width: 100%;
	z-index: 999;
}
.h3-banner-cap h1 {
	font-size: 60px;
	color: #fff;
	font-weight: 400;
	line-height: 70px;
	margin: 20px 0 20px;
}
.h3-banner-cap h1 span {
	font-weight: 700;
}
.banner-link {
    margin-top: 30px;
}
.banner-link a {
    color: #fff;
    text-decoration: underline;
}
.h3-banner-cap p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
}
.h3-banner-cap .search-form {
	background: #fff;
	border-radius: 10px;
	padding: 30px;
	width: 100%;
}
.h3-banner-cap .search-form ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.h3-banner-cap .search-form li {
	margin-bottom: 10px;
}
.h3-banner-cap .search-form li i {
	color: #fa394a;
	font-size: 40px;
	text-align: center;
}
.titulo-search {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    margin-bottom: 0px;
}
.h3-banner-cap .search-form h3 {
	font-weight: 600;
    text-align: center;
    color: #003865;
    font-size: 26px;
}
.h3-banner-cap .search-form .form-control {
    border: 0px;
    box-shadow: none;
    padding: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #e6e6e6;
    height: 40px;
    line-height: 40px;
    color: #808080;
    font-size: 20px;
}
.h3-banner-cap .search-form .sbtn {
	background: #18254a;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	border: 0px;
	height: 55px;
	line-height: 55px;
	width: 100%;
	text-transform: uppercase;
	font-weight: 500;
    font-size: 20px;
}
.h3-banner-cap .search-form .sbtn:hover {
	background: #fa394a;
}
/************   Who We Are   ***********/

.nop {
	padding: 0px;
}
.who-we-are {
	width: 100%;
	float: left;
	background: url(images/bg-pattern.jpg);
	padding: 80px 0;
	text-align: center;
}
.h3-title {
	color: #333333;
	text-align: center;
	position: relative;
	margin-bottom: 27px;
}
.h3-title:after {
	width: 80px;
	height: 5px;
	position: absolute;
	left: 0;
	right: 0;
	content: "";
	background: #fa394a;
	margin: -20px auto 0;
}
.who-we-are p {
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	width: 80%;
	margin: 0 auto 15px;
}
.who-we-are a {
	color: #18254a;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
}
.who-we-are a:hover {
	color: #fa394a;
}
#h3-dprt {
	margin-top: 30px;
	padding: 0 90px;
	position: relative;
	cursor: pointer;
	display: block;
}
#h3-dprt .owl-stage {
	padding: 30px 0;
}
.who-we-are .owl-carousel .owl-item img {
	width: auto;
	display: inline-block;
	margin-bottom: 10px;
}
.h3-dprt {
	background: #fff;
    border-radius: 15px;
	padding: 30px 10px;
	text-align: center;
	box-shadow: 0 5px 15px rgba(0,0,0,0);
	display: block;
}
.h3-dprt a {
	display: block;
}
.h3-dprt strong {
    text-align: center;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #808080;
    line-height: 34px;
    margin: 10px 0 30px;
    overflow: hidden;
}
.h3-dprt strong small {
    font-size: 60%;
    font-weight: 400;
}
.h3-dprt .link-roxo {
    font-size: 12px;
    color: #800080;
    font-weight: 600;
}
.h3-dprt .link-vermelho {
    font-size: 12px;
    color: #cf1238;
    font-weight: 600;
}
.h3-dprt .link-azul {
    font-size: 12px;
    color: #0080c0;
    font-weight: 600;
}
#h3-dprt.owl-theme .owl-nav {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 40px;
}
#h3-dprt.owl-theme .owl-nav button {
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 3px;
	text-align: center;
	line-height: 32px;
	border: 1px solid #d2d2d2;
	color: #d2d2d2;
	font-size: 24px;
}
button.owl-prev {
	float: left;
}
button.owl-next {
	float: right;
}
#h3-dprt.owl-theme .owl-nav button:hover {
	background: #fa394a;
	color: #fff;
	border-color: #fa394a;
}
#h3-dprt.owl-theme .owl-nav .disabled {
	opacity: 1;
}
.h3-dprt:hover {
	color: #fff;
	box-shadow: 0 5px 15px rgba(0,0,0,.15);
}
/************   Featured Courses   ***********/

.h3-featured-courses {
	width: 100%;
	float: left;
	padding: 80px 0;
	background: #fff;
}
.h3-featured-courses ul.nav {
	width: 100%;
	margin: 0px 0 40px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
.h3-featured-courses ul.nav li {
	display: inline-block;
	margin: 0 5px;
}
.h3-featured-courses ul.nav li a {
	border: 1px solid #e6e6e6;
	line-height: 38px;
	padding: 0 25px;
	display: block;
	text-transform: uppercase;
	color: #666666;
	font-weight: 500;
}
.h3-featured-courses ul.nav li.active a, .h3-featured-courses ul.nav li a:hover {
	background: #fa394a;
	border-color: #fa394a;
	color: #fff;
}
.course-box-2 {
	width: 100%;
	float: left;
	box-shadow: 0 1px 6px rgba(0,0,0,.15);
	border-radius: 3px;
	overflow: hidden;
}
.course-box-2:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,.15);
}
.course-thumb {
	position: relative;
	overflow: hidden;
}
.course-grid-box .course-thumb:after, .course-box-2 .course-thumb:after {
	background: rgba(0,0,0,.20);
	width: 100%;
	height: 0%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	opacity: 0;
}
.course-grid-box .course-thumb:before, .course-box-2 .course-thumb:before {
	background: rgba(0,0,0,.20);
	width: 100%;
	height: 0%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	opacity: 0;
}
.course-grid-box:hover .course-thumb:after, .course-box-2:hover .course-thumb:after {
	height: 100%;
	opacity: 1;
}
.course-grid-box:hover .course-thumb:before, .course-box-2:hover .course-thumb:before {
	height: 100%;
	opacity: 1;
}
.course-grid-box:hover .course-thumb a, .course-box-2:hover .course-thumb a {
	left: 0;
	opacity: 1;
}
.course-thumb a {
	width: 36px;
	height: 36px;
	background: #fff;
	color: #18254a;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	line-height: 36px;
	border-radius: 3px;
	z-index: 99;
	left: -150px;
	opacity: 0;
}
.course-thumb .cdeprt {
	position: absolute;
	left: 0;
	top: 0;
	background: #fa394a;
	color: #fff;
	text-transform: uppercase;
	line-height: 29px;
	font-size: 12px;
	font-weight: 600;
	padding: 0 10px;
	z-index: 999;
}
.course-box-2 {
    margin-bottom: 40px;
}
.course-box-2 .course-excerpt {
	text-align: center;
}
.course-box-2 ul.course-meta {
	background: #f5f5f5;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.course-box-2 .course-meta li {
	display: inline-block;
	line-height: 50px;
	border-right: 1px solid #e8e8e8;
	padding: 0 15px;
	color: #666666;
}
.course-box-2 .course-meta li i {
	color: #fa394a;
	margin-right: 5px;
}
.course-box-2 .course-meta li:last-child {
	border: 0px;
}
.course-box-2 .ctxt {
	padding: 15px;
}
.course-box-2 .cdetail {
    margin-top: 10px;
}
.course-box-2 .ctxt strong {
	text-transform: uppercase;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	color: #fa394a;
	font-weight: 600;
}
.course-box-2 .course-excerpt h4 {
	margin: 0px 0 10px;
	line-height: 30px;
}
.course-box-2 .course-excerpt h4 a {
	color: #222;
    font-size: 21px;
    line-height: 1;
    font-weight: 600;
}
.course-box-2:hover .course-excerpt h4 a {
	color: #fa394a;
}
.course-box-2 .course-excerpt p {
	font-size: 14px;
	color: #222;
	line-height: 22px;
}
.fc-rating {
	color: #f5a623;
}
.cdetail {
	display: inline-block;
	border: 1px solid #e6e6e6;
	color: #18254a;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	line-height: 50px;
	padding: 0 30px;
	border-radius: 3px;
	margin-top: 20px;
}
.course-thumb a:hover, .course-box-2:hover .cdetail {
	background: #fa394a;
	border-color: #fa394a;
	color: #fff;
}
.course-grid-box {
	box-shadow: 0 1px 6px rgba(0,0,0,.15);
	overflow: hidden;
	margin-bottom: 40px;
}
.course-grid-box .course-excerpt {
	text-align: center;
	padding: 25px 20px;
}
ul.course-meta {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.course-grid-box ul.course-meta {
	text-align: center;
	border-top: 1px solid #e6e6e6;
}
.course-grid-box ul.course-meta li {
	display: inline-block;
	line-height: 49px;
	border-right: 1px solid #e6e6e6;
	padding: 0 10px;
	color: #666666;
}
.course-grid-box ul.course-meta li:last-child {
	border: 0px;
}
.course-grid-box ul.course-meta li i {
	color: #fa394a;
}
.course-grid-box .fc-rating {
	font-size: 12px;
	margin-bottom: 10px;
}
.col3 .course-grid-box h4 {
	padding: 0 25px;
}
.course-grid-box h4 {
	margin-bottom: 10px;
}
.course-grid-box h4 a {
	color: #333;
	line-height: 30px;
}
.course-grid-box h4 a:hover {
	color: #18254a;
}
.course-grid-box p {
	font-size: 14px;
	margin-bottom: 12px;
}
.course-grid-box a.cdetail {
	display: inline-block;
	border: 0px;
	color: #fff;
	background: #18254a;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 40px;
	padding: 0 25px;
	border-radius: 0px;
	margin: 0px;
	font-size: 14px;
}
.course-grid-box:hover a.cdetail {
	background: #fa394a;
	color: #fff;
}
.course-grid-box:hover h4 a {
	color: #fa394a;
}
.course-grid-box.cgb-2 .course-excerpt {
	text-align: left;
	padding: 25px;
	overflow: hidden;
	height: 168px;
}
.course-grid-box.cgb-2 .fc-rating span {
	display: block;
	color: #888888;
	text-align: center;
	font-size: 14px;
}
.course-grid-box.cgb-2 .cprice {
	color: #fa394a;
	font-size: 18px;
	font-weight: 300;
}
.course-listing .course-grid-box .course-thumb {
	width: 41.66666667%;
	float: left;
}
.course-listing .course-grid-box .course-excerpt {
	width: 58.33333333%;
	float: left;
	padding: 24px 25px 0 25px;
	text-align: left;
}
.course-listing .course-grid-box .ctxt {
	margin-bottom: 15px;
	min-height: 163px;
}
.course-listing.full .course-grid-box .course-thumb {
	width: 47.4%;
	float: left;
}
.course-listing.full .course-grid-box .course-excerpt {
	width: 52.6%;
	float: left;
	padding: 20px 25px 0 25px;
	min-height: 295px;
}
.course-listing.full .course-grid-box ul.course-meta li {
	padding: 0 8px;
	line-height: 48px;
}
.course-listing.full .course-grid-box .ctxt {
	margin-bottom: 15px;
}
/************   Newsletter   ***********/


.h3-newsletter {
    background: url(images/depoimentos-bg.jpg) no-repeat;
    width: 100%;
    float: left;
    padding: 45px 0 180px;
}
.h3-newsletter h3 {
    color: #cf1038;
    margin: 0;
    font-size: 56px;
    font-weight: 600;
    text-align: center;
    line-height: 55px;
}
.h3-newsletter h3 span {
    color: #fff;
}
.titulo-download {
    color: #fff;
    font-size: 35px;
    letter-spacing: -2px;
    padding-top: 75px;
}
.btn-download, .btn-download:hover {
    color: #fff;
    background: #fa394a;
    padding: 15px 5px!important;
    font-size: 17px!important;
    margin-top: 58px;
}
.h3-newsletter p {
	color: #fff;
}
.h3-newsletter .input-group {
	width: 100%;
	position: relative;
}
.h3-newsletter .input-group i {
	position: absolute;
	left: 20px;
	z-index: 9;
	line-height: 60px;
}
.h3-newsletter .input-group .subscribe {
	position: absolute;
	right: 0;
	top: 0;
	background: #fa394a;
	color: #fff;
	z-index: 99;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	padding: 0 30px;
	border: 0px;
	height: 60px;
	line-height: 60px;
	font-weight: 700;
	border-radius: 3px;
}
.h3-newsletter .input-group .form-control {
	width: 75%;
	padding: 0;
	border: 0px;
	border-bottom: 1px solid #fff;
	background: none;
	height: 60px;
	line-height: 60px;
	border-radius: 0px;
	color: #fff;
}
.h3-testimonials {
	width: 100%;
	float: left;
	margin-top: -150px;
}
.h3-testimonials .h3-testi-wrap {
	background: #fff;
	padding: 30px;
	box-shadow: 0 0 8px rgba(0,0,0,.19);
}
.h3-testimonials #h3-testim3 .tbox {
	padding: 0;
}
.h3-testimonials .tbox {
	position: relative;
	padding: 0 0 0 90px
}
.h3-testimonials .tbox img {
	width: 70px;
	height: 70px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0px;
}
.widget.links_uteis a{
	text-transform: uppercase;
}
.h3-testimonials .tbox p {
font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #808080;
    margin-bottom: 20px;
}
.h3-testimonials .tbox h6 {
	margin-bottom: 0px;
    color: #808080;
    font-size: 20px;
}
.h3-testimonials .tbox strong {
    display: block;
    color: #808080;
    font-weight: 300;
    font-size: 15px;
}
.h3-testi-wrap button.owl-next, .h3-testi-wrap button.owl-prev {
	width: 50%;
	text-align: center;
}
.h3-testi-wrap .owl-theme .owl-nav [class*='owl-'] {
	margin: 0px;
	border-radius: 0px;
	background: none;
	line-height: 24px;
	font-size: 24px;
	padding: 0;
}
.h3-testi-wrap .owl-nav {
	width: 82px;
	height: 30px;
	border: 1px solid #ccc;
	border-radius: 50px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.h3-testi-wrap .owl-nav:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	width: 1px;
	background: #ccc;
	content: "";
	margin: auto;
}
.h3-testi-wrap .owl-theme .owl-nav [class*='owl-']:hover {
	background: none;
	color: #2dc489;
}
/************   What Make Us Different?   ***********/

.our-qualities {
	width: 100%;
	float: left;
	padding: 80px 0;
}
.home3-faq .panel.panel-default {
	background: none;
	border: 0px;
	box-shadow: none;
	border-radius: 0px;
	margin: 0 0 20px;
}
.home3-faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: 0px;
}
.home3-faq .panel-default>.panel-heading {
	background: none;
	border: 0px;
	box-shadow: none;
	padding: 0px;
}
.home3-faq .panel-default>.panel-heading .panel-title a {
	border: 0px;
	padding: 0px 30px;
	box-shadow: 0 0 8px 0 rgba(0,0,0,.19);
	border-radius: 5px;
}
.home3-faq .panel-title {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 60px;
}
.home3-faq .panel-body {
	padding: 20px 30px 0;
	color: #666666;
	line-height: 24px;
}
.home3-faq .panel-title a {
	display: block;
	position: relative;
	background: #fa394a;
	color: #fff;
}
.home3-faq .panel-title a.collapsed {
	background: #fff;
	color: #333333;
}
.home3-faq .panel-title a.collapsed:after {
	position: absolute;
	top: 0;
	right: 30px;
	content: "\f105";
	font-family: FontAwesome-free;
	font-weight: bold;
}
.home3-faq .panel-title a:after {
	position: absolute;
	top: 0;
	right: 30px;
	content: "\f107";
	font-family: FontAwesome-free;
	font-weight: bold;
}
/***************  Home3 Footer   **************/

footer.footer-with-map.footer {
	padding: 80px 0 0 0;
	position: relative;
	overflow: hidden;
}
footer.footer-with-map.footer .copyrights {
	background: rgba(255,255,255,.1);
	border: 0px;
	color: #fff;
	padding: 23px 0;
	position: relative;
	z-index: 99;
}
footer.footer-with-map.footer .copyrights a {
	color: #fff;
}
.footer-map {
	position: absolute;
	right: 0;
	top: 0;
	width: 40%;
	height: 400px;
}
.footer-map #map {
	width: 100%;
	height: 400px;
}
.footer-map:after {
	position: absolute;
	left: -70px;
	background: #18254a;
	top: -23px;
	width: 150px;
	height: 122%;
	content: "";
	transform: rotate(-20deg);
	overflow: hidden;
}
/******************************************
Home 3 End
******************************************/


/******************************************
Contact Page Start
******************************************/
.notp {
	padding-top: 0;
}
.contact-map {
	width: 100%;
	float: left;
	overflow: hidden;
}
.contact-map #map {
	width: 100%;
	height: 400px;
}
.contact-address {
	width: 100%;
	float: left;
	margin-top: -80px;
}
.contact-address .container {
	box-shadow: 0 1px 6px rgba(0,0,0,.15);
}

.contact-bg-ina {
	background: url(images/ina-instituto-contato.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

.contact-bg {
	width: 100%;
	float: left;
	padding: 60px 30px;
}
.contact-bg h3 {
	color: #fff;
	font-weight: 600;
	margin: 0 0 22px;
}
.contact-bg address ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.contact-bg address ul li {
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
	position: relative;
	padding-left: 30px;
}
.contact-bg address ul li i {
	position: absolute;
	left: 0;
	top: 3px;
}
ul.social-links {
	margin: 10px 0 0;
	padding: 0 0 0 25px;
	list-style: none;
}
ul.social-links li {
	display: inline-block;
	margin-right: 5px;
}
ul.social-links a {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 1px solid #fff;
	text-align: center;
	line-height: 28px;
	display: block;
	color: #fff;
}
ul.social-links a:hover {
	background: #fff;
	color: #fa394a;
}
p.quote {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	font-style: italic;
	border-top: 1px solid rgba(255,255,255,.5);
	margin: 25px 0 0 0;
	padding-top: 25px;
	line-height: 30px;
}
.contact-address .team-contact.row {
	width: 100%;
	float: left;
	background: #fff;
	margin: 0px;
	padding: 48px 15px;
}
.contact-address .team-contact h3 {
	font-weight: 600;
	margin: 0 0 20px 15px;
}
/******************************************
Contact Page End
******************************************/


/******************************************
About Us Page Start
******************************************/
.about-uni {
	width: 100%;
	float: left;
	background: url(images/aboutbg.jpg);
	padding: 110px 0 0;
	position: relative;
}
.about-uni:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 100px;
	background: #fff;
}
.about-box {
	background: #fff;
	width: 100%;
	float: left;
	border: 1px solid #dddddd;
	padding: 30px;
	text-align: center;
	min-height: 370px;
}
.about-box:hover {
	box-shadow: 0 0px 10px rgba(0,0,0,.1);
	z-index: 99;
	position: relative;
}
.about-box img {
	margin: 0 0 20px;
}
.titulo-borda {
	font-weight: 600;
	margin-bottom: 35px;
    position: relative;
    text-align: left;
    margin-top: 10px;
}
.titulo-borda:after {
    width: 76px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    top: 35px;
    background: #cf1238;
}
.about-box p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin: 0px;
}
.about-box.middle {
	position: relative;
	z-index: 99;
	transform: scale(1.01);
	margin-top: -26px;
}
.about-facts {
	max-width: 1260px;
	margin: auto;
	background: url(images/factsbg.jpg);
	padding: 60px 0;
	clear: both;
	margin-top: 80px;
	position: relative;
	z-index: 99;
}
.about-facts strong {
	font-size: 37px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	color: #fff;
}
.about-facts span {
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	position: relative;
	top: -6px;
}
.edugrade-courses {
	width: 100%;
	float: left;
	padding: 80px 0 30px;
}
.edugrade-courses .icon-box {
	margin: 0 0 46px;
}
/**********************/
.campus-tour {
	width: 100%;
	float: left;
}
.ctbg {
	padding: 80px 0;
	background: #f5f5f5;
}
.team-style-1.nopb {
	padding-bottom: 0px;
}
/******************************************
About Us Page End
******************************************/


/******************************************
side widgets start
******************************************/
.sidebar .widget {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.sidebar .widget h3 {
	margin-bottom: 20px;
}
.search-widget {
	position: relative;
	overflow: hidden;
}
.search-widget input {
	width: 100%;
	border: 1px solid #e6e6e6;
	line-height: 48px;
	padding: 0 15px;
}
.search-widget .sbtn {
	position: absolute;
	right: 0;
	top: 0px;
	background: #cf1238;
	color: #fff;
	line-height: 50px;
	border: 0px;
	padding: 0 20px;
}
.sidebar .textwidget {
	width: 100%;
	float: left;
	border: 1px solid #e6e6e6;
}
.sidebar .textwidget img {
	width: 100%;
	height: auto;
}
.sidebar .textwidget p {
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-bottom: 20px;
	padding: 0 20px;
}
.sidebar .textwidget .name {
	color: #fa394a;
	text-align: center;
	font-family: 'Great Vibes', cursive;
	margin-bottom: 20px;
}
.sidebar .textwidget .social {
	background: #f5f5f5;
	width: 100%;
	margin: 0px;
	padding: 15px 0;
	text-align: center;
	list-style: none;
}
.sidebar .textwidget .social li {
	display: inline-block;
	margin: 0 1px;
}
.sidebar .textwidget .social a {
	border: 1px solid #cdcdcd;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	display: inline-block;
	color: #999999;
	border-radius: 100%;
	background: #fff;
}
.sidebar .textwidget .social a:hover {
	background: #fa394a;
	color: #fff;
	border-color: #fa394a;
}
ul.side-quick-link {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.side-quick-link li {
	position: relative;
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
	height: 55px;
	padding-left: 82px;
	line-height: 53px;
}
.side-quick-link li a {
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	font-family: 'Poppins', sans-serif;
}
.side-quick-link li i {
	position: absolute;
	left: 0;
	top: 0px;
	height: 53px;
	width: 66px;
	background: #18254a;
	text-align: center;
	line-height: 53px;
	color: #fff;
	font-size: 20px;
}
.side-quick-link li:hover a {
	color: #fa394a;
}
.side-quick-link li:hover i {
	background: #fa394a;
	color: #fff;
}
ul.upcoming-events {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.upcoming-events li {
	border: 1px solid #e6e6e6;
	position: relative;
	margin-bottom: 10px;
	cursor: pointer;
	background: #fff;
}
ul.upcoming-events li span {
	display: block;
	border-top: 1px solid #e6e6e6;
	text-align: center;
	padding: 10px 0;
}
ul.upcoming-events li span i {
	color: #d12828;
	margin-right: 5px;
}
.upedate {
	position: absolute;
	left: 16px;
	right: 0;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	width: 40px;
	color: #999999;
	border-right: 1px solid #e6e6e6;
}
.upedate strong {
	display: block;
	font-family: 'Poppins', sans-serif;
	font-size: 22px;
	line-height: 20px;
}
ul.upcoming-events li .up-top {
	padding: 20px 20px 20px 70px;
}
ul.upcoming-events h5 {
	font-weight: 600;
	font-size: 16px;
	line-height:22px;
	
}
ul.upcoming-events h5 a {
	color: #333333;
}
ul.upcoming-events li:hover {
	background: #fa394a;
	color: #fff;
}
ul.upcoming-events li:hover span i, ul.upcoming-events li:hover h5 a, ul.upcoming-events li:hover .upedate {
	color: #fff;
}
.tagcloud {
	width: 100%;
	float: left;
}
.tagcloud a {
	border: 1px solid #e6e6e6;
	display: inline-block;
	line-height: 38px;
	padding: 0 20px;
	margin-bottom: 3px;
	color: #666666;
}
.tagcloud a:hover {
	background: #fa394a;
	color: #fff;
	border-color: #fa394a;
}
ul.insta {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.insta li {
	float: left;
	width: 87px;
	height: 87px;
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 1px;
}
ul.insta li:after {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(24,37,74,.5);
	width: 100%;
	height: 100%;
	content: "";
	opacity: 0;
}
ul.insta li a {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	z-index: 99;
	font-size: 20px;
	opacity: 0;
}
ul.insta li:hover a, ul.insta li:hover:after {
	opacity: 1;
}
.latest-posts ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.latest-posts li {
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
	margin-bottom: 20px;
	padding-left: 82px;
    min-height: 70px;
}
.latest-posts li img {
	position: absolute;
	left: 0;
	top: 0;
	width: 67px;
}
.latest-posts h6 {
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 18px;
    margin-top: 0;
    font-size: 14px;
}
.latest-posts h6 a {
	color: #333;
}
span.sb-date {
	color: #777777;
}
span.sb-date i, .latest-posts h6 a:hover {
	color: #fa394a;
}
/******************************************
side widgets end
******************************************/

/******************************************
Event Detail Page Start
******************************************/
.eimg {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.eimg:hover:after {
	opacity: 1;
}
.eimg:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	content: "";
	opacity: 0;
}
.eimg a {
	position: absolute;
	width: 40px;
	height: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	top: -100%;
	margin: auto;
	z-index: 99;
	color: #fff;
	text-align: center;
	font-size: 36px;
	line-height: 40px;
	z-index: 999;
}
.eimg:hover a {
	top: 0;
	opacity: 1;
}
.event-gallery .owl-theme .owl-nav {
	padding: 0;
	position: absolute;
	height: 40px;
	width: 100%;
	bottom: -2px;
	margin: auto;
	z-index: 9;
}
.event-gallery .owl-theme .owl-nav [class*='owl-'] {
	color: #FFF;
	font-size: 24px;
	margin: 0;
	padding: 0;
	background: rgba(0,0,0,.5);
	width: 38px;
	height: 38px;
	line-height: 38px;
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
	opacity: 1;
}
.event-gallery .owl-theme .owl-nav [class*='owl-']:hover {
	background: #fa394a;
	color: #FFF;
	text-decoration: none;
}
.details-col .title-area {
	position: relative;
	margin-bottom: 21px;
	padding-left: 128px;
}
.details-col .title-area .etime {
	position: inherit;
	right: inherit;
	bottom: inherit;
	display: inline-block;
	background: #fff;
	border: 1px solid #e6e6e6;
	line-height: 28px;
	padding: 0 15px;
	z-index: 99;
	margin-bottom: 14px;
}
.details-col .title-area .edate {
	top: 0;
	bottom: inherit;
    margin-top: 35px;
}
.details-col .title-area h4 {
	margin-bottom: 14px;
	color: #333333;
}
.details-col .title-area span i {
	color: #fa394a;
	margin-right: 5px;
}
.share {
	position: absolute;
	right: 0;
	bottom: 0;
}
.share button {
	width: 40px;
	height: 40px;
	background: #18254a;
	color: #fff;
	text-align: center;
	line-height: 40px;
	border: 0px;
	border-radius: 100%;
}
.share .dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	min-width: 40px;
	text-align: center;
	background-color: #fff;
	border: 0px;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	padding: 0;
	margin: 0;
	width: 50px;
	overflow: hidden;
}
.share .dropdown-menu a {
	line-height: 36px;
}
.e-img img {
	max-width: 100%;
	height: auto;
}
.event-counter {
	width: 100%;
	position: relative;
	background: #fa394a;
	padding: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}
.event-counter .countdown-section {
	float: left;
	text-align: center;
	position: relative;
	padding: 0 34px;
}
.event-counter .countdown-amount:before {
	content: " : ";
	font-size: 30px;
	color: #fff;
	float: left;
	position: absolute;
	left: 0;
	font-weight: 600;
}
.event-counter .countdown-section:first-child .countdown-amount:before {
	display: none;
}
.event-counter .countdown-amount {
	display: block;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 34px;
	font-weight: 700;
}
.event-counter .countdown-period {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
}
a.participate {
	background: #fff;
	float: right;
	line-height: 50px;
	padding: 0 25px;
	text-transform: uppercase;
	color: #333333;
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin-top: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,0);
}
a.participate:hover {
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}
.details-col p {
	color: #444;
	font-size: 16px;
	line-height: 26px;
}
.details-col blockquote {
	background: #18254a;
	border: 0px;
	border-radius: 100px 0 0 100px;
	position: relative;
	padding: 35px 35px 35px 150px;
	margin: 0 0 30px;
}
.details-col blockquote p {
	margin: 0px;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	font-style: italic;
}
.details-col blockquote:after {
	content: "\f10d";
	font-family: FontAwesome-free;
	color: #fff;
	position: absolute;
	left: 50px;
	top: 35px;
	font-size: 60px;
	border-right: 5px solid #fa394a;
	padding-right: 22px;
}
.event-gallery {
	width: 100%;
	float: left;
	padding: 20px 0 40px;
}
.event-gallery h3 {
	margin-bottom: 30px;
}
.leave-comment {
	width: 100%;
	float: left;
	padding: 30px;
	box-shadow: 0 1px 6px rgba(0,0,0,.15);
}
.leave-comment h3 {
	margin-bottom: 15px;
}
.leave-comment ul {
	margin: 0px -15px;
	padding: 0px;
	list-style: none;
}
/******************************************
Event Detail Page End
******************************************/



/******************************************
Blog Pages Start
******************************************/

/*******  Blog Grid Post Start  *****/

.blog-grid-post {
	width: 100%;
	float: left;
	box-shadow: 0 1px 6px rgba(0,0,0,.15);
	margin-bottom: 40px;
}
.blog-grid-post:hover {
	box-shadow: 0 1px 6px rgba(0,0,0,.30);
}
.blog-grid-post .post-meta {
	border-top: 1px solid #e6e6e6;
	border-bottom: 0px;
	margin: 0px;
	padding: 18px 25px 0;
	list-style: none;
	text-align: left;
}
.blog-grid-post .post-meta li {
	display: inline-block;
	color: #999999;
	margin-right: 15px;
	font-size: 14px;
}
.blog-grid-post .post-meta li i {
	margin-right: 3px;
}
.blog-grid-post .post-meta li:last-child {
	margin: 0px;
}
.blog-grid-post .post-excerpt {
	padding: 22px 25px 20px;
}
.blog-grid-post .post-excerpt .date {
	display: block;
	color: #fa394a;
	font-weight: 500;
}
.blog-grid-post .post-excerpt h4 {
	margin: 11px 0 10px;
	line-height: 30px;
}
.blog-grid-post .post-excerpt h4 a {
	color: #333;
}
.blog-grid-post .post-excerpt a.bd:hover, .blog-grid-post .post-excerpt h4 a:hover {
	color: #fa394a;
}
.blog-grid-post .post-excerpt a.bd {
	color: #001d5d;
	font-size: 12px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}
.post-thumb {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.post-thumb:after {
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.4);
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
}
.post-thumb a {
	position: absolute;
	left: -150px;
	opacity: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: #fff;
	margin: auto;
	z-index: 99;
	border-radius: 100%;
	text-align: center;
	line-height: 40px;
	color: #001d5d;
}
.blog-grid .post-thumb img {
	max-width: none;
	width: -webkit-calc(100% + 30px);
	width: calc(100% + 30px);
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-30px, 0, 0) scale(1.05);
	transform: translate3d(-30px, 0, 0) scale(1.05);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.blog-grid .blog-grid-post:hover img {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}
.blog-grid-post:hover .post-thumb:after {
	opacity: 1;
}
.blog-grid-post:hover .post-thumb a {
	left: 0;
	opacity: 1;
}
.post-media iframe {
	width: 100%;
	height: auto;
	border: 0px;
}
/*******  Blog Grid Post End    *****/


/*******  Blog List Post Start    *****/

.blog-grid-post {
	overflow: hidden;
}
.blog-grid-post .np {
	padding: 0;
}
.blog-list .blog-grid-post .post-excerpt {
	padding: 27px 15px 25px 30px;
}
.blog-list .post-thumb img {
	height: auto;
	width: 100%;
}
.blog-grid-post:hover img {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}
.mr0 {
	padding: 0px;
}
.post-thumb a:hover {
	background: #fa394a;
	color: #fff;
}
/*******  Blog List Post End    *****/


/*******  Post Details    *****/
.post-meta {
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	padding: 15px 0;
	position: relative;
}
.post-meta ul.meta {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.post-meta ul.meta li {
	display: inline-block;
	margin-right: 10px;
	color: #999999;
	font-size: 14px;
	line-height: 40px;
}
.post-meta ul.meta li i {
	margin-right: 3px;
	color:#ccc;
}
.post-meta .share {
	top: 15px;
	bottom: inherit;
}
.post-meta .share i {
	margin-right: 5px;
}
.post-texts {
	padding: 25px 0;
	width: 100%;
	float: left;
}
.post-texts h4 {
	margin-bottom: 15px;
}
.blog-details p {
	margin-bottom: 20px;
	color: #444444;
	line-height: 26px;
}
.blog-details blockquote {
	background: #18254a;
	border: 0px;
	border-radius: 100px 0 0 100px;
	position: relative;
	padding: 35px 35px 35px 150px;
	margin: 0 0 30px;
}
.blog-details blockquote p {
	margin: 0px;
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	font-style: italic;
	line-height:30px;
}
.blog-details blockquote:after {
	content: "\f10d";
	font-family: FontAwesome-free;
	color: #fff;
	position: absolute;
	left: 50px;
	top: 35px;
	font-size: 60px;
	border-right: 5px solid #fa394a;
	padding-right: 22px;
}
img.img-left {
	float: left;
	margin: 0 30px 20px 0;
}
span.note {
	background: #fa394a;
	color: #fff;
	padding: 0 5px;
}
.post-comments {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
ul.comments {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul.comments .comment {
	width: 100%;
	float: left;
	margin-bottom: 25px;
	position: relative;
	padding-left: 85px;
}
.user-thumb {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 70px;
	overflow: hidden;
}
.user-thumb img {
	width: 100%;
	height: auto;
	border-radius: 100%;
}
ul.post-time {
	position: absolute;
	right: 0;
	top: 5px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.post-time li {
	float: left;
	margin-left: 10px;
	color: #888888;
}
ul.post-time a {
	color: #888888;
}
ul.post-time a i {
	color: #d32f2f;
	font-size: 12px;
}
.user-comments {
	float: left;
	width: 100%;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 21px;
}
.user-comments h6 {
	margin-bottom: 10px;
}
.user-comments p {
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
}
.child-comments {
	width: 100%;
	float: left;
	margin: 25px 0 0;
	list-style: none;
	padding: 0px;
}
.clinks, .clinks a {
	color: #919da6;
}
.child-comments .user-comments {
	padding-right: 20px;
}
.aname {
	display: inline-block;
}
span.ctime {
	font-size: 12px;
	color: #919da6;
}
ul.rep-comments {
	width: 85%;
	background: #fff;
	border-radius: 5px;
	float: left;
	padding: 0px;
	list-style: none;
	margin: 20px 0 0 68px;
	padding: 20px;
}

.post-video {width:100%; float:left; overflow: hidden; margin-bottom:10px;}
.post-video iframe {width:100%; border:0px; min-height:350px;}

/******************************************
Blog Pages End
******************************************/



/******************************************
Course Details Page Start
******************************************/
.course-large-img img {
	width: 100%;
	height: auto;
}
ul.course-details-meta {
	margin: 0px;
	padding: 30px 0;
	list-style: none;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	float: left;
}
ul.course-details-meta li {
	float: left;
	border-right: 1px solid #cccccc;
	padding: 10px;
	color: #666666;
	font-size: 14px;
}
ul.course-details-meta li:first-child {
	padding-left: 0px;
	width: 150px;
}
ul.course-details-meta li:last-child {
	padding-right: 0px;
	border: 0px;
	float: right;
}
img.pro {
	width: 41px;
	height: 41px;
	border-radius: 100%;
	float: left;
	margin-right: 20px;
}
ul.course-details-meta li strong {
	display: block;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	color: #333333;
	font-size: 16px;
	margin-bottom: 5px;
}
ul.course-details-meta .fc-rating {
	color: #fa394a;
	font-size: 12px;
}
ul.course-details-meta h4 {
	color: #fa394a;
	margin: 0px;
}
ul.course-details-meta a.enroll {
	background: #18254a;
	line-height: 50px;
	padding: 0 25px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
}
.course-text {
	width: 100%;
	float: left;
	padding: 30px 0 0;
}
.course-text p {
	margin-bottom: 15px;
}
.course-text div {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
}
.course-text h4 {
	margin: 20px 0;
}
.course-table {
	border: 1px solid #dcdcdc;
	width: 100%;
	margin: 20px 0 30px;
}
.course-table td {
	border: 1px solid #dcdcdc;
	padding: 20px 30px;
	font-size: 14px;
	color: #666666;
}
.course-table td:hover {
	background: rgba(204,204,204,.2);
}
.course-table strong {
	display: block;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: justify;
}
.course-table td span {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #fa394a;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	margin-right: 20px;
}
.course-text .check-list {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.course-text .check-list li {
	color: #666666;
	font-size: 16px;
	margin-bottom: 10px;
}
.course-text .check-list li:before {
	content: "\f00c";
	font-family: FontAwesome-free;
	color: #fa394a;
	font-size: 14px;
	margin-right: 12px;
}
.time-table {
	width: 100%;
	margin: 20px 0 30px;
	border: 1px solid #dcdcdc;
	float: left;
}
.time-table th {
	background: #fa394a;
	color: #fff;
	padding: 12px;
	border: 1px solid #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
}
.time-table td {
	border: 1px solid #dcdcdc;
	padding: 12px;
	color: #666;
}
.time-table tr:nth-child(even) {
	background: #f1f1f1;
}

.time-table tr:nth-child(even):hover,
.time-table tr:nth-child(odd):hover {
	background: #dfdfdf;
}
.time-table tr:nth-child(odd) {
	background: #fff;
}
.related-courses {
	width: 100%;
	float: left;
}
.related-courses h3 {
	margin: 20px 0;
}
/******************************************
Course Details Page End
******************************************/


/******************************************
Page 404 Start
******************************************/
.page-404-wrap {
	background: url(../images/page404.jpg) no-repeat center top;
	width: 100%;
	height: 100vh;
	background-size: cover;
}
.title-404 {
	color: #fff;
	font-size: 180px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	display: block;
	line-height: 130px;
	margin-bottom: 30px;
}
.page-404-wrap h2 {
	margin-bottom: 10px;
	color: #cccccc;
}
.page-404-wrap .not-found {
	color: #fa394a;
	font-size: 26px;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 10px;
	display: block;
}
.page-404-wrap p {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
}
.search-404 {
	width: 100%;
	float: left;
	position: relative;
	margin-bottom: 30px;
}
.search-404 input {
	width: 100%;
	border: 0px;
	border-radius: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
}
.search-404 button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	border: 0;
	background: #fa394a;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}
a.back2home {
	background: #fa394a;
	display: inline-block;
	color: #fff;
	line-height: 50px;
	padding: 0 20px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
a.back2home i {
	margin-right: 5px;
}
.search-404 button:hover, a.back2home:hover {
	background: #294373;
	color: #fff;
}
.text-404 {
	margin-top: 200px;
}
/******************************************
Page 404 End
******************************************/


/******************************************
Coming Soon Wrap Start
******************************************/
.coming-soon-wrap {
	background: url(../images/coming-soon.jpg) no-repeat center top;
	width: 100%;
	height: 100vh;
	background-size: cover;
}
.cs-text {
	text-align: center;
	margin-top: 225px;
}
.coming-soon-wrap .countdown-section {
	text-align: center;
	position: relative;
	padding: 0 34px;
	display: inline-block;
}
.coming-soon-wrap .countdown-amount:before {
	content: " : ";
	font-size: 30px;
	color: #fff;
	float: left;
	position: absolute;
	left: 0;
	font-weight: 600;
	top: 20px;
}
.coming-soon-wrap .countdown-section:first-child .countdown-amount:before {
	display: none;
}
.coming-soon-wrap .countdown-amount {
	display: block;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	font-weight: 700;
}
.coming-soon-wrap .countdown-period {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	display: block;
}
.cs-logo {
	border: 1px solid #fff;
	padding: 20px;
	margin-bottom: 30px;
}
.cs-title {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 2px 10px rgba(0,0,0,.10);
	display: block;
}
.cs-text p {
	color: #fff;
	font-size: 18px;
}
.subscribe h5 {
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}
.subscribe p {
	font-size: 16px;
	margin-bottom: 15px;
}
.subscribe .search-404 {
	width: 80%;
	margin: 0 auto;
	float: none;
}
div#cs-countdown {
	margin: 50px 0;
}
/******************************************
Coming Soon Wrap End
******************************************/


/******************************************
Image Gallery Start
******************************************/

.gallery-thumb {
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	margin-bottom: 50px;
	border-radius: 3px;
}
.gallery-thumb img {
	width: 100%;
	height: auto;
	border-radius: 3px;
}
.gallery-thumb:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	content: "";
	opacity: 0;
}
.gallery-thumb a {
	position: absolute;
	left: -200px;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 3px;
	margin: auto;
	text-align: center;
	line-height: 40px;
	color: #d32f2f;
	z-index: 999;
	opacity: 0;
}
.gallery-thumb:hover:after {
	opacity: 1;
}
.gallery-thumb:hover a {
	left: 0;
	opacity: 1;
}
.gallery-thumb a:hover {
	background: #d32f2f;
	color: #fff;
}
/***  Filter Able Gallery ****/
.filter-gallery .isotope {
	margin-bottom: -10px;
	margin-right: -10px;
}
.isotope:after {
	content: '';
	display: block;
	clear: both;
}
.isotope .item {
	float: left
}
.filter-gallery .isotope .item {
	width: 33.3333%;
	height: 333px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 30px;
}
.filter-gallery .isotope .item.width2 {
	width: 785px;
}
.filter-gallery .isotope .item.height2 {
	height: 690px
}
.filter-gallery figure img {
	width: 100%;
	height: auto;
}
.button-group:after {
	content: '';
	display: block;
	clear: both;
}
.button-group .button {
	display: inline-block;
	background: none;
	border: none;
	color: #333;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	padding: 0;
	margin-left: 15px;
	-webkit-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
}
.button-group .button:before {
	content: "/";
	display: inline-block;
	padding-right: 15px;
	color: #333;
}
.button-group .button:first-child:before {
	display: none
}
.button-group .button:hover, .button-group .button:active, .button-group .button.is-checked {
	color: #d33030
}
div#filters {
	margin-bottom: 30px;
	text-align: center;
}
.filter-gallery .gallery-thumb {
	margin-bottom: 30px;
}
.history-tabs {
	width: 100%;
	float: left;
}
/******************************************
Image Gallery End
******************************************/

/******************************************
Image Gallery End
******************************************/



.rev_slider_wrapper strong {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 48px;
	line-height: 48px;
}
.rev_slider_wrapper h1 {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 72px;
	line-height: 90px;
	text-align: center;
}
.rev_slider_wrapper a {
	background: #fa394a;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 45px;
	padding: 0 25px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.rev_slider_wrapper a:hover {
	background: #18254a;
	color: #fff;
}
.rev_slider_wrapper {
	width: 100%;
	float: left;
}
/*****************  Updates  ****************/


.welcome-box {
	padding-right: 40px;
}
.isotope.items {
	margin: 0 -15px;
}
.course-listing .course-grid-box .course-excerpt ul.course-meta {
	text-align: left;
	padding-left: 13px;
}



.courses.course-grid.col2 ul.course-meta li, .courses.course-grid.col3 ul.course-meta li {
	padding: 0 20px;
}
.course-listing .course-grid-box .course-excerpt ul.course-meta li i, .courses.course-grid.col2 ul.course-meta li i, .courses.course-grid.col3 ul.course-meta li i {
	margin-right: 3px;
}
.course-listing .course-grid-box .course-excerpt {
	position: relative;
	min-height: 289px;
}
.course-listing .course-grid-box .course-excerpt ul.course-meta {
	width: 100%;
	bottom: 0;
    margin-bottom: 0px!important;
}
.blog-posts .blog-grid-post .post-meta, .blog-grid .blog-grid-post .post-meta {
	padding: 15px 25px 15px;
}
.course-listing .course-grid-box .course-excerpt .cdetail {
    background: #fa394a;
    padding: 0px;
    font-weight: 600;
    line-height: 24px;
    padding: 6px 15px;
}
div#event-gallery .item {
	padding: 0 3px 0 0;
}
.event-details .details-col p {
	margin: 0 0 20px;
}
.event-details .details-col blockquote p {
	margin: 0px;
	line-height: 30px;
}
.font {
	font-family: 'Poppins', sans-serif;
	font-family: 'Roboto', sans-serif;
}
.course-grid-box .fc-rating i, .search-widget .sbtn, .course-thumb .cdeprt, .about-box, .blog-grid-post .post-meta li, .copyrights a, .widget .quick-links a, .newsletter .input-group .form-control, .blog-grid-post .post-excerpt a.bd, .blog-grid-post .post-meta li i, .course-box-2, ul.course-details-meta a.enroll, .course-table td, .time-table tr:nth-child(even), .time-table tr:nth-child(odd), .deprts .c1, .deprts .c2, .deprts .c3, .deprts .c4, .deprts .c5, .deprts .c6, .deprts .c7, .deprts .c8, .icon-box-2:after, .icon-box h5, span.tw-meta a, .home1-slider .owl-carousel .owl-nav button.owl-next, .home1-slider .owl-carousel .owl-nav button.owl-prev, .home1-slider .owl-carousel button.owl-dot, .gallery-thumb:after, .gallery-thumb a, .dropdown-menu>li>a, a.back2home, .search-404 button, .course-grid-box a.cdetail, .course-grid-box h4 a, .latest-posts h6 a, ul.insta li:after, ul.insta li a, .blog-list .post-thumb img, .blog-grid-post, .post-thumb:after, .post-thumb a, .blog-grid-post .post-excerpt h4 a, a.participate, .event-gallery .owl-theme .owl-nav [class*='owl-'], .eimg a, .eimg:after, .tagcloud a, ul.upcoming-events h5 a, .upedate, ul.upcoming-events li, .side-quick-link li, .side-quick-link li i, .side-quick-link li a, .textwidget .social a, .event-thumb:after, .event-box, .event-thumb a, ul.social-links a, .team-contact button, .team-page-3 .team-box .team-cap, .team-page-3 .team-box .team-cap h4, .team-page-3 .team-box .team-cap strong, .fl-pagination .pagination>li>a, .fl-pagination .pagination>li>span, .h3-featured-courses ul.nav li a, .course-thumb a, .course-thumb:after, .course-thumb:before, .cdetail, .course-box-2 .course-excerpt h4 a, .h3-dprt, #h3-dprt.owl-theme .owl-nav button, .who-we-are a, .h3-banner-cap .search-form .sbtn, .header-style-3 .navbar a, ul.header-left a, .header-right a, ul.course-tabs-nav li a, .team-style-1 .team-box .team-cap, .etags a, .event-box .event-date, .event-box .event-txt h6 a, .event-box .event-txt h6 a, .fc-hover, span.plus, .award-circle:after, .tab-nav a, .apply a, a.signin, .ci-box strong, .hcp-icon, .news-box a.news-details, a.more-news, .footer-social a, .other-members a, .team-caption p, .plus .fa-plus, .team-box .team-img:after, ul.team-social a, .edate, .event-box .event-excerpt h4 a, .news-box, .load-more a, .news-thumb:after, .news-box h4 a, a.news-details, .news-box a.news-details, .dprt-box:after, ul.achievements i, ul.achievements span, ul.achievements strong, ul.achievements span.title, .campus-box .cb-cap a, a.btn-style-1, .btn-group.open .sicon-btn .fa-times, .btn-group.open .sicon-btn .fa-search, .sicon-btn, .topsocial a {
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	-ms-transition: all ease-in-out 0.3s;
}

.single-course .post-entries {
    display: none;
}

/*Outros*/
.matricula-color{
    color: #18254a;
}
.news-font{
    font-size: 23px;
}
.color-dohma{
    color: #d01a3e;
    font-weight: 400;
}
.color-socix{
    color: #4aa6cd;
    font-weight: 500;
}
.color-grey-footer{
    color: #848484;
    font-weight: 400;
}
.footer-espaco{
    padding-top: 13px;
}
.gallery-config{
  
}
.galeria-home{
    padding-bottom: 130px;
}
@charset "utf-8";
/* CSS Document */

.secao-comunidade {
    width: 100%;
    padding: 0px 0 60px 0;
    clear: both;
}
.secao-comunidade-inner {
   width: 100%;
    background: #f4f4f4;
    padding: 40px 0 80px 0;
}
.secao-comunidade h2 {
    margin-bottom: 60px;
}
.secao-comunidade h4 {
    color: #cf1238;
    font-size: 105px;
    font-weight: 800;
    line-height: 90px;
}

.secao-comunidade p {
    font-size: 27px;
    color: #000000;
    margin-top: 30px;
    line-height: 35px;
}

.btn-comunidade {
    color: #fff;
    display: block;
    /* width: 100%; */
    margin: 15px 0px 15px;
    background: #003865;
    border-radius: 15px;
    padding: 15px 11px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.btn-clinica-escola:hover {
    color: #fff;
}

.btn-nucleo-idosos:hover {
    color: #fff;
}

.course, .course-container, .course-container .course {
    border-bottom: none;
}
.btn-matricule-se {
    background: #18254a;
    line-height: 50px;
    padding: 0 25px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.course-text ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.course-text ul li {
    color: #666666;
    font-size: 16px;
    margin-bottom: 10px;
}

.course-text ul li:before {
    content: "\f00c";
    font-family: FontAwesome-free;
    color: #fa394a;
    font-size: 14px;
    margin-right: 12px;
}

/** Cadastro e login **/
#my-courses .col-1 {
    width: 80%;
    float: none;
    margin: 10px auto 40px;
}

#my-courses .col-2 {
    width: 80%;
    float: none;
    margin: 10px auto;
}

#my-courses h2 {
    font-weight: 400;
}

#my-courses form#loginform label {
    display: block;
    font-weight: 500;
    line-height: 1;
    margin-top: 7px;
}

#my-courses .input {
    padding: 8px 10px;
    border: 1px solid #ccc;
}

.sensei form .sensei-login-submit {
    padding: 3px;
    margin: 0 0 6px;
}

.sensei form .form-row label {
    line-height: 2em;
    display: block;
    font-weight: 500;
    line-height: 1;
    margin-top: 7px;
}

.sensei form .form-row input.input-text, .sensei form .form-row textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    padding: 8px 10px;
    border: 1px solid #ccc;
    line-height: 26px;
}

.sensei form .form-row select {
    border: 1px solid #ccc;
    height: 44px;
    padding: 0 15px;
}

.info-registro-login {
    padding: 20px;
    border: 1px solid #003866;
    background: #f4f4f4;
    margin-bottom: 40px;
}

#estrutura-gallery .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 15%;
    margin-left: -25px!important;
    display: block !important;
    border:0px solid black!important;
}

#estrutura-gallery .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 15%;
    right: -25px;
    display: block !important;
    border:0px solid black!important;
}
#estrutura-gallery .owl-prev span, #estrutura-gallery .owl-next span {transform : scale(1,3); color: #a5a5a5;font-size: 65px;}

.header-style-3 .navbar-nav>li.active a {
    color: #fa394a
}

/** Select 2 busca **/
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    border-radius: 0;
}
.select2-container .select2-selection--single {
    height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
}

/** Geral **/
.fwhite {
    color: #fff;
}

article {
    clear: both;
}

.woocommerce-message a {
    display: none!important;
}

.sensei form .button {
    background: #18254a;
    line-height: 50px;
    padding: 0 25px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    border-radius: 0;
    font-size: 14px;
}

.sensei form .button:hover {
    background: #fa394a;
}

/** Carrinho e Checkout **/

.woocommerce-message { display: none;  }
.woocommerce-cart.full-width-content .content,
.woocommerce-checkout.full-width-content .content { max-width: 100%; }

.woocommerce-cart .woocommerce table.shop_table td.actions {
  border-top: 1px solid #e6e6e6;
  background: #f7f7f7;
  border-bottom: 0px solid #e6e6e6;
}
.woocommerce-cart .entry-content form { width: 60%; float: left;  }
.woocommerce-cart .woocommerce .cart-collaterals {
    width: 33%;
  float: right;
}
.woocommerce-cart .woocommerce .cart-collaterals h2 { display: none;  }
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals { width: 100%; }

button[name="update_cart"] {
    display: none!important;
}

#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr th, 
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method table.cart th, 
.woocommerce-cart table.cart th, 
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.shop_table th { color: #cf1238; font-size: 14px; font-size: 1.4rem; }

#add_payment_method .cart-collaterals .cart_totals tr td, 
.woocommerce-cart .cart-collaterals .cart_totals tr td, 
.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.shop_table td { color: #555; font-size: 16px; font-size: 1.6rem; }

.woocommerce-cart .woocommerce table.shop_table th {   border-bottom: 2px solid #cf1238; }

.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-checkout .woocommerce table.shop_table {
  border: 1px solid #e6e6e6;
  margin: 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 0;
  border-bottom: none;
    border-right: none;
     margin-bottom: 35px;
      border-bottom: 1px solid #e6e6e6;
}

body #add_payment_method #payment ul.payment_methods li input, 
body.woocommerce-cart #payment ul.payment_methods li input, 
body.woocommerce-checkout #payment ul.payment_methods li input { width: auto;   margin: -2px .5em 0 0; }

body .woocommerce form .form-row .input-checkbox { width: auto;  margin: -2px 5px 0 0; }

#add_payment_method .cart-collaterals .cart_totals tr td, 
#add_payment_method .cart-collaterals .cart_totals tr th, 
body.woocommerce-cart .cart-collaterals .cart_totals tr td, 
body.woocommerce-cart .cart-collaterals .cart_totals tr th, 
body.woocommerce-checkout .cart-collaterals .cart_totals tr td, 
body.woocommerce-checkout .cart-collaterals .cart_totals tr th,
body .woocommerce table.shop_table th { 
	border-top: none; 
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	text-align: right;
	padding: 10px 20px;
    font-size: 14px;
}

body #add_payment_method table.cart td, 
body #add_payment_method table.cart th, 
body.woocommerce-cart table.cart td, 
body.woocommerce-cart table.cart th, 
body.woocommerce-checkout table.cart td, 
body.woocommerce-checkout table.cart th { border-right: 1px solid #e6e6e6; }

#add_payment_method .cart-collaterals .cart_totals tr th, 
body.woocommerce-cart .cart-collaterals .cart_totals tr th, 
body.woocommerce-checkout .cart-collaterals .cart_totals tr th { }

.woocommerce-cart .cart-collaterals .cart_totals table th { border-bottom: 1px solid #e6e6e6;  }

body .woocommerce #respond input#submit.alt, 
body .woocommerce a.button.alt, 
body .woocommerce button.button.alt, 
body .woocommerce input.button.alt {
	background: #72A40D !important; 
	font-weight: 500;
}

body .woocommerce #respond input#submit.alt:hover, 
body .woocommerce a.button.alt:hover, 
body .woocommerce button.button.alt:hover, 
body .woocommerce input.button.alt:hover {
	background: #cf1238 !important; 
}

body .woocommerce .cart .button, 
body .woocommerce .cart input.button,
body .woocommerce #respond input#submit, 
body .woocommerce a.button, 
body .woocommerce button.button, 
body .woocommerce input.button { background: #cf1238 !important; color: #fff; font-weight: 500;   border-radius: 0px; }

body .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.25em;
  padding: 1em;
  border-radius: 0px;
  margin-top: .5em;
  background: #cf1238!important;
}

body .woocommerce form .form-row-first, 
body .woocommerce form .form-row-last, 
body .woocommerce-page form .form-row-first, 
body .woocommerce-page form .form-row-last { width: 49%; }

body .woocommerce #respond input#submit.disabled, 
body .woocommerce #respond input#submit:disabled, 
body .woocommerce #respond input#submit:disabled[disabled], 
body .woocommerce a.button.disabled, 
body .woocommerce a.button:disabled, 
body .woocommerce a.button:disabled[disabled], 
body .woocommerce button.button.disabled, 
body .woocommerce button.button:disabled, 
body .woocommerce button.button:disabled[disabled], 
body .woocommerce input.button.disabled, 
body .woocommerce input.button:disabled, 
body .woocommerce input.button:disabled[disabled] { background: #ccc; }


body .woocommerce a.checkout-button.button.alt { border-radius: 0px; }

body .woocommerce #content table.cart td.actions .coupon, 
body .woocommerce table.cart td.actions .coupon { width: 68%; }

body #add_payment_method table.cart td.actions .coupon .input-text, 
body.woocommerce-cart table.cart td.actions .coupon .input-text, 
body.woocommerce-checkout table.cart td.actions .coupon .input-text {
	padding: 8px 6px 7px;
 	width: 65%;
}

body .woocommerce table.shop_table td { padding: 15px; font-size: 14px; }

body .woocommerce-checkout table.shop_table td { text-align: right;
  border-right: 1px solid #e6e6e6;   border-top: 0; }

.woocommerce a.remove { margin: 0 auto;  }
.woocommerce-cart .woocommerce table.shop_table th.product-remove,
.woocommerce-cart .woocommerce table.shop_table th.product-name { text-align: center; }
.woocommerce-cart .woocommerce table.shop_table th.product-price,
.woocommerce-cart .woocommerce table.shop_table th.product-quantity,
.woocommerce-cart .woocommerce table.shop_table th.product-subtotal { text-align: right; }

.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal { text-align: right; }

.woocommerce-checkout #add_payment_method #payment ul.payment_methods li, 
.woocommerce-checkout #payment ul.payment_methods li { list-style: none; }

.woocommerce-checkout .woocommerce .col2-set { width: 47.8260869565%; float: left; margin-right: 4.347826087%; }
.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2 { margin-bottom: 2em; width: 100%; float: none; }
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review { background: #fff; width: 47.8260869565%; float: right; margin-right: 0; }
.woocommerce-checkout #ship-to-different-address-checkbox { width: auto; float: right; margin-left: 15px; margin-top: 10px; opacity: 1; position: static; }
.woocommerce-checkout #ship-to-different-address label { font-size: 24px;   font-weight: 700; line-height: 1; margin: 0; margin-bottom: 1em; padding: 0; text-transform: uppercase; color: #000; }
.woocommerce-checkout .woocommerce form .form-row.create-account label { padding-top: 2px; font-weight: bold; }

.woocommerce-checkout .payment-fixed { position: fixed; z-index: 9; box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em; left: 52%; margin-left: 0; padding: 20px; top: 0; width: 45.5% !important; -webkit-transition: padding .1s ease-in; -moz-transition: padding .1s ease-in; -o-transition: padding .1s ease-in; -ms-transition: padding .1s ease-in; transition: padding .1s ease-in; }

.product-shipping-message { font-size: 16px; text-align: center; text-transform: uppercase; padding: 10px 0px; border-top: 1px solid #139248; border-bottom: 1px solid #139248; }

body .woocommerce table.shop_table tbody th, 
body .woocommerce table.shop_table tfoot td, 
body .woocommerce table.shop_table tfoot th { border-bottom: none; }

body .woocommerce form .form-row input.input-text, 
body .woocommerce form .form-row textarea { max-width: 100%;     line-height: 45px; padding: 0 5px; border: 1px solid #ccc;}

body .woocommerce .product-name a { color: #000; pointer-events: none; cursor: default; }

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
        height: 44px;
}

@media only screen and (max-width: 1139px) {
	.woocommerce-cart .entry-content form { width: 64%; }
}

@media only screen and (max-width: 980px) {

	.woocommerce-cart .entry-content form {
	  width: 80%;
	  float: none;
	  margin: 0 auto;
	}
	.woocommerce-cart .woocommerce .cart-collaterals {
	  width: 80%;
	  float: None;
	  margin: auto;
	}
	body .woocommerce #content table.cart td.actions .coupon, body .woocommerce table.cart td.actions .coupon { width: 100%; }
	body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text { width: 48%; }
}

@media only screen and (max-width: 650px) {
  
  .woocommerce-cart .entry-content form {
	  width: 100%;

	}
	.woocommerce-cart .woocommerce .cart-collaterals {
	  width: 100%;

	}

	.woocommerce-checkout .woocommerce .col2-set { width: 100%; float: none; margin-right: 0; }
	.woocommerce-checkout #order_review_heading, 
  .woocommerce-checkout #order_review { width: 100%; float: none; }
	
} 

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    background: #f4f4f4;
    padding: 20px;
}
.woocommerce ul.order_details li {
    font-size: 0.8em;
}

.woocommerce-order-details__title, .woocommerce-column__title {
    font-size: 24px;
}

.woocommerce-order-received .woocommerce-table__product-name {
    text-align: right;
}

.woocommerce-order-received .woocommerce-table__product-table.product-total {
    text-align: left;
}

/** Minha Conta **/

/* Change WC Acct Page Column Widths */
@media only screen and (min-width: 769px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 22%;
  }
  .woocommerce-account .woocommerce-MyAccount-content { 
    width: 75%;
  }
}
/* Style WC Account Endpoint Links */
nav.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  max-width:200px;
  font-size: 17px;
  line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
  padding: 8px 20px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #fff;
}
nav.woocommerce-MyAccount-navigation ul li a {
    color: #333;
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #cf1238;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
  color: #fff; cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
      border-left: 14px solid #cf1238;
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
  background-color: rgba(0,0,0,0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after { 
  content: "";
  height: 0;
  width: 0;
  border-top: 20px solid transparent;
  border-left: 14px solid rgba(0,0,0,0.07);
  border-bottom: 20px solid transparent;
  float: right;
  margin-right: -34px;
  margin-top: -7px;
}
.text-left {
    text-align: left!important;
}
.woocommerce-table__product-name {
    text-align: right;
}
#customer_login .col-2 {
    display: none;
}
#user-course-status-toggle a {
    padding: 0.9em;
    font-weight: 500;
    color: #8e8e8e;
}
#user-course-status-toggle a.active {
    background: #cf1238;
    color: #fff;
}
#user-course-status-toggle a.active:hover {
    background: #cf1238;
}
#sensei-user-courses li {
    list-style: none;
}

.course-excerpt .course .course-meta, .course-excerpt .course .course-video {
    margin-bottom: 0!important;
}
.sensei-category-title {
    margin-bottom: 30px;
}
.course-description {
    margin: 40px;
    display: none;
}
.single.logged-in #main .type-course header h1 {
    font-size: 33px;
}
.single.logged-in #main .type-course header {
    margin-bottom: 10px;
}
.modules-title {
    margin-top: 25px;
    border-top: 1px solid #bbb;
    padding-top: 25px;
}
.modules-title h2 {
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}
.module header h2 {
    font-size: 1.3em;
    color: #cf1238;
}
.meter.orange>span {
    background: #ffaa40;
}

.course-progress-lessons {
    padding-left: 0;
    margin-left: 0;
}
.widget_sensei_course_progress ul.course-progress-navigation li a {
    padding: 7px 0;
}
.widget_sensei_course_progress ul.course-progress-navigation li a:before, .widget_sensei_course_progress ul.course-progress-navigation li a:after {
    font-size: 1.4em;
}
.widget_sensei_course_progress header h2, .widget_sensei_course_progress header h3, .widget_sensei_course_progress .course-progress-module h2, .widget_sensei_course_progress .course-progress-module h3 {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.course-progress-navigation {
    display: none;
}
.widget_sensei_course_progress header h2 a, .widget_sensei_course_progress .course-progress-module h2 a {
	text-decoration: none;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
}
.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson a:before, .widget_sensei_course_progress .course-progress-lessons .course-progress-lesson span:before {
    top: 0.35em;
}
.widget_sensei_course_progress {
	border: 1px solid #dcdcdc;
	margin-bottom: 30px;
}

.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson a, .widget_sensei_course_progress .course-progress-lessons .course-progress-lesson span {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    padding: 0.618em 1.618em 0.618em 3.618em;
    font-weight: 400;
    background: rgba(255,255,255,0.8);
    position: relative;
    color: #b1b1b1;
}

.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson.current span {
    background: #fff;
    color: rgb(207, 18, 56);
    border-top: 1px solid rgba(0,0,0,0.04);
}

.widget_sensei_course_progress .course-progress-lessons .course-progress-lesson.current span:before {
    content: '\f138';
    color: rgb(207, 18, 56);
}

.send-message-button {
	padding: 10px 20px 10px;
    font-size: 13px;
    border-radius: 0;
    background: #cf1238;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.send-message-button:hover {
    color: #fff!important;
}

.course #commentform #submit, .course .submit, .course a.button, .course a.button:visited, .course a.comment-reply-link, .course button.button, .course input.button, .course input[type=submit], .course-container #commentform #submit, .course-container .submit, .course-container a.button, .course-container a.button:visited, .course-container a.comment-reply-link, .course-container button.button, .course-container input.button, .course-container input[type=submit], .lesson #commentform #submit, .lesson .submit, .lesson a.button, .lesson a.button:visited, .lesson a.comment-reply-link, .lesson button.button, .lesson input.button, .lesson input[type=submit], .quiz #commentform #submit, .quiz .submit, .quiz a.button, .quiz a.button:visited, .quiz a.comment-reply-link, .quiz button.button, .quiz input.button, .quiz input[type=submit] {
    padding: 10px 20px 10px;
    font-size: 13px;
    border-radius: 0;
    background: #cf1238;
}

.sensei-breadcrumb {
    display: none;
}

.single-lesson #post-entries, .single-quiz #post-entries, .single-course #post-entries {
    display: none;
}

.widget_single_course h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
}

.widget_single_course .widget-content {
    margin-bottom: 40px;
    padding: 30px 20px 20px;
    background: #f7f7f7;
}


.widget_single_course ul {
    padding-left: 0px;
    list-style: none;
}


.widget_single_course ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
}

.widget_single_course ul li:last-child {
    border-bottom: none;
}

.widget_single_course ul li a {
    font-weight: 500;
    font-size: 15px;
}

.widget_single_course ul li.my-account {
    display: none;
}

.course-results-lessons article h3 {
    background: rgba(0,0,0,.05);
    margin-bottom: 0!important;
    font-size: 1.3em;
    color: #333333;
    padding: 10px;
}

.course-results-lessons article header {
    margin-bottom: 15px;
}

.course-results-lessons article h2 {
    margin: 0!important;
    padding: .6em .6em .6em 20px!important;
    border-top: 1px solid rgba(0,0,0,.05)!important;
    border-bottom: 1px solid rgba(0,0,0,.05);
    background: rgba(0,0,0,.03);    
    margin: 0;
    font-size: 1.2em;
}

.contact-teacher {
    padding: 20px;
    background: #f4f4f4;
    margin-bottom: 30px;
}

#attached-media {
    padding: 20px;
    margin-bottom: 30px;
    background: #f4f4f4;
}

#attached-media h2 {
	font-size: 19px;
    margin-bottom: 15px;
    font-weight: 600;
}

#attached-media ul {
	padding-left: 15px;
}

/** Bot�es do curso **/
.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 15px 0;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
    font-size: 20px;
    width: 40px;
    text-align: center;  
}
.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;    
    display: block; 
    text-align: left; 
    font-size: 15px; 
    margin-bottom: 15px;
    border-radius: 0px;
    background: #fa394a;
    color: #fff;
}

.btn-labeled:hover, .btn-labeled:active, .btn-labeled:focus {
    color: #fff;
    background-color: #d5313f;
}

.btn-red {
    background: #fa394a;
    color: #fff;
    border-radius: 0px!important;
}

.btn-red:hover, .btn-red:active, .btn-red:focus {
    color: #fff!important;
    background-color: #d5313f!important;
}

/** Mural de Empregos **/

#message.updated {
    margin: 25px 0 0;
    padding: 15px 15px 1px;
    background: #9dd27d;
    border: 1px solid #589c47;
}

#message.updated p {
    color: #133c1a;
}

.acf-fields>.acf-field {
    padding: 15px 10px!important;
}

.acf-input-wrap input[type="text"], .acf-input-wrap input[type="email"], .acf-input-wrap textarea, .acf-field select {
    max-width: 100%;
    line-height: 45px;
    padding: 0px 5px;
    border: 1px solid #ccc;
    min-height: 45px;
}

.acf-field[data-width]+.acf-field[data-width] {
    border-left: none!important;
}

.acf-form-submit .acf-button {
    padding: 10px 20px;
    background: #fa394a;
    color: #fff;
    border: none;
    text-transform: uppercase;
}

.acf-form-submit .acf-button:hover, .acf-form-submit .acf-button:active, .acf-form-submit .acf-button:focus {
    color: #fff;
    background-color: #d5313f;
}


/** Contato **/
.team-contact p {
    margin-left: 15px;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


/** D�vidas **/
#accordion .card {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 10px 0;
}

#accordion .card-body {
    padding: 15px;
}

.btn-duvida {
    background: #fff;
    font-size: 18px;
    font-weight: 600;
    color: #fa394a;
    text-align: left;
}


a:hover{
    color: #18254a;
}

/* =WordPress Core
-------------------------------------------------------------- */

.wp-caption-text {
    background: #f4f4f4;
    padding: 10px;
    line-height: 21px;
    color: #666;
}

/** Imagens not�cias **/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

figure.alignright {float:right; margin:0 0 1em 1em}
figure.alignleft {float:left; margin:0 1em 1em 0}
figure.aligncenter {display: block; margin-left: auto; margin-right: auto}
a figure.alignright {float:right; margin:0 0 1em 1em}
a figure.alignleft {float:left; margin:0 1em 1em 0}
a figure.aligncenter {display: block; margin-left: auto; margin-right: auto}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.list_cursos{
	display: table;
}
.list_cursos li{
	float: none !important;
	display: table-cell;
}
ul.list_cursos li:first-child{
	width: 50% !important;
	
}
ul.list_cursos{
	border-bottom: none !important;
	padding: 10px 0px !important;
}
.retorno{
	margin-top: 10px;
}
.single_interesse{
	margin: 0;
	padding: ;
}
.single_interesse li{
	border-right: none !important;
	width: 33%;
	list-style: none;
	float: left;
}
.form_interesse{
	width: 100%;
    line-height: 45px;
    padding: 0 5px;
    border: 1px solid #ccc;
}
.g-recaptcha{
	margin-left: 15px;
    margin-top: 15px;
}
.btn_enviar{
	background: #fa394a;
    line-height: 47px;
    padding: 0 5px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    border-radius: 0;
    font-size: 14px;
	transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
	border: none;
	float: right;
	width: 100%;
}
.single_formulario_interesse {
	background-color: #f4f4f4;
	border: 1px solid #cccccc;
	padding: 25px 0px;
}
.single_formulario_interesse h4{
	color: #cf1238;
	margin-bottom: 10px;
}
.single_formulario_interesse .col-lg-5 {
	width: 37.5%;
}
.single_formulario_interesse .col-lg-2{
	width: 25%;
}
.btn_enviar:hover{
	transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
	background: #d5313f;
	color: #fff;
}
/*** Galerias ***/
.gallery { margin: 0 auto 18px; clear: both; width: 100%; }
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 31%;
    margin: 1%;
}

.gallery .gallery-item:nth-child(3n+1){
    clear:left
}

.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 8px;
	background: #f2f2f2;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }


/** V�deo **/
.responsive-container {
	position: relative;
	padding-bottom: 45.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	width: 80%;
	margin: 0 auto;
}

.responsive-container iframe,
.responsive-container object,
.responsive-container embed,
.responsive-container video
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.galeria_list {
    margin: 0;
    padding: 0;
}
.galeria_list li {
    float: left;
    list-style: none;
    width: 16.66%;
    transition-duration: 1s;
}
.galeria_list li.fecha {
    float: left;
    list-style: none;
    width: 9.5%;
    transition-duration: 1s;
}
.item_fora {
    height: 329px;
    width: 100%;
    overflow: hidden;
}
.course-details .video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
    margin-bottom: 25px;
}
.acessetbm{
	margin-top: 30px;
}
.course-details .video iframe,
.course-details .video object,
.course-details .video embed,
.course-details .video video
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.n2-section-smartslider  {
    clear: both!important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/** Bot�es de Compartilhamento **/

.btn-midia {
    text-align: center;
    font-size: 23px!important;
    padding: 7px 0px!important;
    width: 50px!important;
    border: 0;
}
.btn-twitter {
background: #00acee;
border-radius: 0;
color: #fff;
}
.btn-twitter:link, .btn-twitter:visited {
color: #fff
}
.btn-twitter:active, .btn-twitter:hover {
background: #0087bd;
color: #fff
}
.btn-whatsapp {
background: #25D366;
border-radius: 0;
color: #fff;
}
.btn-whatsapp:link, .btn-whatsapp:visited {
color: #fff
}
.btn-whatsapp:active, .btn-whatsapp:hover {
background: #25d366;
color: #fff
}

.btn-whatsapp2 {
background: #25D366;
border-radius: 0;
color: #fff;
}
.btn-whatsapp2:link, .btn-whatsapp2:visited {
color: #fff
}
.btn-whatsapp2:active, .btn-whatsapp2:hover {
background: #25d366;
color: #fff
}

.btn-instagram {
background: #d6249f;
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
border-radius: 0;
color: #fff;
}
.btn-instagram:link, .btn-instagram:visited {
color: #fff
}
.btn-instagram:active, .btn-instagram:hover {

color: #fff
}
.btn-carta {
background: #577776;
border-radius: 0;
color: #fff;
}
.btn-carta:link, .btn-carta:visited {
color: #fff
}
.btn-carta:active, .btn-carta:hover {
background: #4A6564;
color: #fff
}
.btn-star {
    text-align: center;
    font-size: 16px!important;
background: #f2c03b;
border-radius: 0;
color: #fff;
width: auto!important;
padding: 12px 15px!important;
}
.btn-star:link, .btn-star:visited {
color: #fff
}
.btn-star:active, .btn-star:hover {
background: #E0B032;
color: #fff
}
.btn-facebook {
background: #3b5998;
border-radius: 0;
color: #fff
}
.btn-facebook:link, .btn-facebook:visited {
color: #fff
}
.btn-facebook:active, .btn-facebook:hover {
background: #30477a;
color: #fff
}
.btn-youtube {
background: #c4302b;
border-radius: 0;
color: #fff
}
.btn-youtube:link, .btn-youtube:visited {
color: #fff
}
.btn-youtube:active, .btn-youtube:hover {
background: #9d2622;
color: #fff
}
.color2 {
    background: #fff;
    color: #333;
}

/*@media screen and (min-width: 860px){
  .btn-whatsapp {
    display: none;
  }
}*/


/** Menu **/
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff!important;
    text-decoration: none;
    background-color: #cf1238!important;
    outline: 0;
}

/** Clube do aluno INA **/

.main-content img {
    max-width: 100%;
    height: auto;
}

.parceiros-list .event-excerpt {
    padding: 0px!important;
}

/*.event-excerpt:hover a {
    color: #fff!important;
}*/

.parceiros-list h4 {
    padding: 12px;
    color: #fff;
    background: #fa394a;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px!important;
}

.parceiros-list .btn-red {
    margin-top: 10px;
    margin-bottom: 20px;
}

/** Blog **/
.categories-menu {
    padding-left: 0px;
    list-style: none;  
}

.categories-menu li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #cf1238;
    color: #cf1238;
    font-size: 16px;
}

.categories-menu li.current-cat a {
    background: #cf1238;
    color: #fff;
}

/** Formul�rios **/
.acf-form .col-left {
    width: 50%;
    padding-left: 10px!important;
    padding-right: 10px!important;
    float: left;
    clear: none;
}

.acf-form .col-right {
    width: 50%;
    padding-left: 10px!important;
    padding-right: 10px!important;
    float: left;
    clear: none;
}


/** Minha Conta **/
.user-welcome p {
	color: #fff;
}

.user-welcome a:hover {
	color: #fff;
	text-decoration: underline;
}

.panel-body { padding:0px; }
.panel-body table tr td { padding-left: 15px }
.panel-body .table {margin-bottom: 0px; }

.panel-default>.panel-heading {
    color: #fff;
    background-color: #cf1238;
    border-color: #cf1238;
}

.panel-title {
	font-size: 15px;
}
.panel-title i {
	margin-right: 8px;
}
.panel-title a:hover {
	color: #fff;
}
.panel-group .panel {
	margin-bottom: 20px;
}

.event-box:hover a.btn-red {
	color: #fff;
}

.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
    
 .box-formulario {
    border: 1px solid #ccc;
    background: #f4f4f4;
    padding: 20px;
 }
 
.cart_totals h2, .cart_totals .shop_table , .cart-subtotal, .order-total, .woocommerce-shipping-fields, .product-total{
   display:none;
}

.price {
    display: none!important;
}

.checkout h3 {
    margin-bottom: 30px;
}

.woocommerce-table--order-details tfoot {
    display: none;
}
.woocommerce-MyAccount-orders .woocommerce-orders-table__header-order-total, .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-total {
    display: none;
}

.wpcf7-form .wpcf7-response-output.wpcf7-validation-errors {
    color: #D8000C;
    background-color: #FFBABA;
    border: 0;
    padding: 10px;
        clear: both;
    margin-top: 30px;
}
.wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    border: 0;
    padding: 10px;
        clear: both;
    margin-top: 30px;
}
div.wpcf7-mail-sent-ok:before,div.wpcf7-validation-errors:before {
    font: 26px/30px FontAwesome;
    margin-right: 16px;
    vertical-align: middle;
}
div.wpcf7-mail-sent-ok:before {
    content:'\f00c';
}
div.wpcf7-validation-errors:before {
    content:'\f057';
}

.mailpoet_text {
	width: 100% !important;
    padding: 0px 40px !important;
    border: 0px;
    background: #fff;
    height: 60px;
    line-height: 60px;
    display: table-cell !important;
}

.mailpoet_submit {
    position: absolute;
    right: 0;
    top: 0;
    background: #18254a;
    color: #fff;
    z-index: 99;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 30px !important;
    border: 0px;
    height: 60px;
    line-height: 60px;
    font-weight: 700;
}
.mailpoet_form .mailpoet_paragraph{
	margin-bottom: 0 !important;
}
.load_req{
	background: url(images/load.gif)no-repeat scroll center center transparent;
    width: 40px;
    height: 40px;
    background-size: cover;
    margin: 0 auto;
	margin-top: 10px;
}
.descricao_cat_requerimento{
	margin-top: 12px;
    border: 1px solid #d8ff03;
    padding: 10px;
}
.parsley-required, .parsley-custom-error-message {
    color: #fff!important;
}

#mailpoet_form_1 .mailpoet_validate_success {
    font-weight: 600;
    color: #fff!important;
}

.wpcf7-submit {
        background: #cf1238;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 35px;
}
.divisao_blog_home{
    background: #f4f4f4;
    width: 100%;
    height: 38px;
    clear: both;
    margin-bottom: 80px;
}
.form_cad_vaga{
	display: none;
	    
}
.cadastrar_vaga{
	padding: 10px 20px;
    background: #fa394a;
    color: #fff !important;
    border: none;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.btn-email{
	background-color: #cf1238;
	color: #fff !important;
	border-radius: 0;
}
.btn_listagem .padding_none{
	padding: none;
}
.btn_listagem .cdetail{
	margin-top: 0px;
    float: right;
}
.btn_listagem form{
	text-align: left;
}
.btn_listagem button{
	background-color: #fa394a;
	border: 1px solid #fff;
    border-radius: 3px;
}
.btn-open-descricao {
    float: right;
    margin-bottom: 20px;
}
.single.logged-in #main .type-course header h1 {
    margin-right: 0px;
    margin-bottom: 25px;
}
.widget_single_course .course-price {
    display: none;
}
.progress.course-completion-rate {
    padding: 7px;
}
.lesson header.lesson-title, .module-lessons header.lesson-title {
    margin-bottom: 2.5em;
}
.lesson header.lesson-title h1, .type-quiz h1, .lesson header.lesson-title h2, .module-lessons header.lesson-title h1, .module-lessons header.lesson-title h2 {
    font-weight: 400;
}

.lesson input.quiz-submit.complete:hover, .quiz input.quiz-submit.complete:hover {
    background: #cf1238;
}
.quiz form ol#sensei-quiz-list li ul li label {
    vertical-align: text-bottom;
    font-weight: 400;
}

.sensei-results-links {
    display: none;
}

.my-messages-link-container {
    display: none;
}

.js-btn-menu-aluno {
    margin-bottom: 15px;
}

@media only screen and (max-width: 650px) {
    .menu-aluno-sidebar {
        display: none;
    }
}

article.lesson {
    padding-bottom: 30px;
}

#attached-media, .attached-media {
    padding: 20px 20px 5px;
    margin-bottom: 30px;
    background: #f4f4f4;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.attached-media h2 {
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 600;
}

#attached-media ul, .attached-media ul {
    list-style: none;
    padding-left: 0;
}

#attached-media ul li, .attached-media ul li {
    padding: 2px 0;
    border-bottom: 1px solid #c0c0c0;
}

#attached-media ul li a, .attached-media ul li a {
    padding: 7px 5px;
    display: block;
}

#attached-media ul li a:hover, .attached-media ul li a:hover {
    color: #fff;
    background: #cf1238;
}

#attached-media ul li:last-child, .attached-media ul li:last-child {
    border-bottom: none;
}

.textarea-anotacoes {
    max-width: 100%;
    min-width: 100%;
    border-radius: 5px;
    padding: 10px;
}

.bloco-notas-box {
    margin-top: 30px;
}

#timer-prova {
    position: fixed;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 0;
    padding: 10px;
    font-size: 25px;
    background: #ffcb56;
    z-index: 9999;
    font-weight: 600;
    line-height: 22px;
}

#timer-prova small {
    font-size: 15px;
    font-weight: 400;
}

.woocommerce form .form-row .input-checkbox {
    position: relative!important;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    line-height: 1!important;
}

/** Contrato **/
#contratoServico p,
#contratoServico strong,
#contratoServico div,
#contratoServico a,
#contratoServico h1,
#contratoServico h2,
#contratoServico h3,
#contratoServico h4,
#contratoServico h5,
#contratoServico h6,
#contratoServico span,
#contratoServico li,
#contratoServico td,
#contratoServico label {
    font-size: 15px!important;
    font-family: 'Arial', sans-serif;
}

#contratoServico h1,
#contratoServico h2,
#contratoServico h3,
#contratoServico h4,
#contratoServico h5,
#contratoServico h6 {
    margin: 30px 0 30px!important;
}
.formulario_ebook{
	padding: 15px 30px 15px 15px;
    background-size: cover !important;
}
.body_form{
	padding: 0;
}
.content_form{
	background-color: #fff;
    padding: 1px 15px;
    border-radius: 8px;
    margin: 18px 0px;
}
.content_form h2{
	margin-top: 14px;
    margin-bottom: 18px;
    color: #000;
    text-align: center;
    font-size: 25px;
}
.form.priv{
	font-size: 12px;
}
.content_form p{
    line-height: 20px;
    margin-bottom: 15px;
	color: #000;
	text-align: center;
}
.btn_ebook{
	padding: 6px 8px;
    font-size: 13px;
    background: #cf1238;
    color: #fff;
    border: none;
    text-align: right;
    margin: 0 auto;
    display: table;
    margin-top: 20px;
}
.form .form-control{
	border: none;
    border-bottom: 1px solid #000;
    box-shadow: none;
    border-radius: 0;
    color: #000;
    padding: 0px 0px;
}
.form label{
	margin-top: 15px;
    margin-bottom: 0px;
    color: #000;
}
.form .form-control:focus{
	border-bottom: 1px solid #000;
}
.btn_modal_ebook{
    padding: 15px 20px 15px;
    font-size: 15px;
    border-radius: 0;
    background: #003866;
    float: right;
    color: #fff;
    margin-top: 40px;
    cursor: pointer;
    width: 100%;
    text-align: center;
	margin-bottom: 40px;
}
.btn_modal_ebook i{
	margin-right: 10px;
}
.btn_modal_ebook:hover{
	background-color: #003866;
	opacity: 0.8;
	color: #fff;
}
.priv{
	display: table;
    margin-top: 8px;
}
.priv input{
	display: table-cell;
}
.priv label{
	display: table-cell;
    padding-left: 6px;
}
#mailpoet_form_1 form.mailpoet_form{
	padding: 0 !important;
}
.telefone_nov {
	display: none !important;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.box_politicas_privacidade{
	position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #cf1238;
	display: none;
	z-index: 9999;
}
.box_politicas_privacidade .row{
	display: inline-flex;
    flex-direction: row;
    align-items: center;
}
.content_politicas p{
	color: #fff;
    margin-bottom: 0;
    font-size: 17px;
}
.content_politicas a{
	color: #18254a;
}
.content_politicas{
	display: inline-flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 16px 0px;
}
.btn_cookie {
    color: #fff !important;
    background-color: #18254a;
    padding: 9px 12px;
    border-radius: 8px;
}
.btn_whatsapp{
    position: fixed;
    bottom: 70px;
    right: 13px;
    color: #ffffff;
    font-size: 35px;
    background: #25D366;
    border-radius: 50%;
    z-index: 100;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
@media (max-width: 767px){
	.single_formulario_interesse .col-lg-5,
	.single_formulario_interesse .col-lg-2{
		width: 100%;
		margin-bottom: 10px;
	}
	.single_formulario_interesse .col-lg-2{
		text-align: right;
	}
	.btn_enviar{
		width: auto;
		padding: 0px 20px;
	}
}

/** Modal contrato **/
.modal-body h3 {
    margin-bottom: 10px;
    font-size: 16px!important;
    font-weight: 400!important;
}
.modal-body h3 strong {
    font-size: 16px!important;
    font-family: 'Poppins', sans-serif;
    color: #000!important;
}

.logo-biblioteca-online {
    width: 100%;
    margin-bottom: 20px;
}

.logo-biblioteca-online img {
    margin: 0 auto;
}

/** Nova listagem de cursos **/
.btn-outline-red {
    color: #cf1238;
    border: 1px solid #cf1238;
    padding: 13px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
}
.btn-outline-red.selected {
    color: #fff;
    background-color: #cf1238;
}
.list-titulo-letra {
    margin-top: 50px!important;
}
.list-linha-titulo {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.list-linha-titulo p {
    font-weight: 700;
    color: #cf1238;
    margin-bottom: 0px;
}
.list-linha {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.list-linha a {
    color: #212529;
    font-size: 13px;
}
.list-linha a:hover {
    color: #cf1238;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  position: absolute;
  border: none;
  top: 60px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-top: 2px solid #cf1238;
  padding: 30px 40px!important;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  padding: 13px 20px 11px;
  margin: 0;
  position: relative;
  display: block;
  color: #cf1238;
  border-bottom: 1px dashed #e5e5e5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
  font-weight: 500;
  white-space: break-spaces;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a i {
  margin: 0;
  position: absolute;
  top: 50%;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #ffb400;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #ffb400;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffb400;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffb400;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffb400;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffb400;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #4a6f8a;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #ffb400;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffffff;
  background-color: #ffb400;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffb400;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffb400;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #ffb400;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #ffb400;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #ffb400;
}

.raque-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.raque-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.submenu_categorias_cursos{
  position: relative;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 70px !important;
  flex-direction: row;
}
.item_menucategorias{
  float: left;
}
.item_menucategorias_image a {
    padding: 0!important;
    border: none!important;   
}
.item_menucategorias_image {
    width: 300px;
}
.item_menucategorias_image img {
    max-width: 100%;
    height: auto;
}
.item_menucategorias_image a {
    white-space: normal!important;
}
.item_menucategorias_list {
    border-left: 1px solid #dbdbdb;
    margin-left: 20px;
    padding-left: 20px!important;
    min-height: 185px;
    max-width: 225px;
}
.item_menucategorias_list .nav-link {
    padding: 10px 5px 10px!important;
    font-weight: 400!important;
    border: none!important;
}
.item_menucategorias_list .subcategoria {
    margin: 0px!important;
    list-style: none;
    padding-left: 0;
}
.item_menucategorias_list .subcategoria a {
    text-transform: capitalize!important;
    color: #000!important;
    font-size: 13px!important;
    border: none!important;
    padding: 5px 5px!important;
}
.item_menucategorias_list .subcategoria a:hover {
    color: #ffb400!important;
}
.dropdown-menu.cursos{
  position: absolute;
  width: 100% !important;
  min-height: 200px;
  left: 0;
  right: 0;
  background: #fff;
  top: 140px;
  z-index: 99999;
  text-align: left;
  -webkit-box-shadow: 0px 7px 24px -6px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 7px 24px -6px rgba(0,0,0,0.2);
  box-shadow: 0px 7px 24px -6px rgb(0 0 0 / 20%);
  padding: 0 80px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.menu_curso{
  position: unset !important;
}
.raque-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.item_menucategorias_list .nav-link {
    line-height: 17px!important;
}

.course-subcategory-list {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.course-subcategory-list li {
    float: left;
}

.course-subcategory-list li .label {
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    background-color: #919191;
    border-radius: 0;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 7px;
}

.course-subcategory-list li .label.selected {
    background-color: #cf1238;
}