body {
	font-family: 'Rubik', sans-serif;
}
p {
	font-size:19px;
	font-weight:300;
}
img {
	max-width:100%;
}
header {
	position:absolute;
	top:0px;
	width:100%;
}
.form-control:focus, .btn:focus {
	border-color: inherit;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:none;
}
input:focus::placeholder {
 color: transparent;
}
.top-head {
	position:relative;
	left:0;
	right:0;
	top:0;
	z-index:3;
	padding-bottom: 20px;
}
.top-menu {
	padding: 15px 0;
}
.top-menu .row {
	align-items:center;
}
.contact-top {
	display: flex;
	align-items:top;
	justify-content: space-between;
	margin: 0;
}
.contact-top a{
	margin-top:20px;
}
.contact-top li span:first-child {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 3px;
}
.contact-top li span:first-child i {
	margin-right: 5px;
}
.contact-top li span:last-child {
	font-size: 14px;
	font-weight: 600;
}
.banner-part {
	width:100%;
	overflow:hidden;
	box-shadow: 0px 10px 35px 0px rgba(30, 139, 204, 0.2) inset;
	-webkit-box-shadow: 0px 10px 35px 0px rgba(30, 139, 204, 0.2) inset;
	-moz-box-shadow: 0px 10px 35px 0px rgba(30, 139, 204, 0.2) inset;
}
.banner-part .carousel-item img {
	display: table;
	margin-left: auto;
}
.carousel-control-next i, .carousel-control-prev i {
	color: #000;
}
.banner-part .d-flex > a {
	border-radius: 50px;
	background: #8A68AB;
	color: #fff;
	border: none;
	font-size: 18px;
	font-weight: 500;
	padding-left: 25px;
	padding-right: 25px;
	margin-right: 15px;
	-webkit-animation: pulsate-bck 1s ease-in-out infinite both;
	animation: pulsate-bck 1s ease-in-out infinite both;
}
.banner-part > img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:1;
}
.banner-part .carousel-caption {
	left: 0 !important;
	right: 0 !important;
	bottom: inherit !important;
	top: 45%;
	transform: translateY(-50%);
	color: #161617;
	text-align: left;
}
.banner-part .carousel-caption p {
	font-size: 28px;
	margin:0;
}
.banner-part .carousel-caption h1 {
	margin:0;
}
.banner-part .carousel-caption h1 strong{
	font-weight:900;
}
.banner-part .carousel-caption .d-flex a{
	margin-top:20px;
}
#seach-div {
	display: none;
	padding: 20px 0;
}
#seach-div .form-group {
	display: flex;
}
#search-bn1 {
	cursor: pointer;
}
.back-bn-dn {
	color: #8A68AB;
	text-decoration: none;
	cursor: pointer;
}
#seach-div .form-control {
	width: 81%;
	margin: auto;
}
.search-bn-top {
	border-radius: 50px;
	background: #8A68AB;
	color: #fff;
	text-transform: uppercase;
}
@-webkit-keyframes pulsate-bck {
0% {
-webkit-transform:scale(1);
transform:scale(1);
}
50% {
-webkit-transform:scale(0.9);
transform:scale(0.9);
}
100% {
-webkit-transform:scale(1);
transform:scale(1);
}
}
@keyframes pulsate-bck {
0% {
-webkit-transform:scale(1);
transform:scale(1);
}
50% {
-webkit-transform:scale(0.9);
transform:scale(0.9);
}
100% {
-webkit-transform:scale(1);
transform:scale(1);
}
}
.mn-head {
	border-top: 1px solid #eae5e5;
	border-bottom: 1px solid #eae5e5;
}
.mn-head form {
	margin-left: auto;
	margin-top: 0;
	width: 300px;
}
.mn-head form .form-control {
	border-radius: 0;
	background: #f5f5f5;
	border: none;
}
.mn-head .container {
	padding: 0;
}
.mn-head form .btn-info {
	background: #20cabd;
	color: #fff;
	border-radius: 0;
}
.medi-services {
	position: relative;
	z-index: 2;
	margin-top:-120px;
}
.medi-services .row > div {
	background: #8A68AB;
	min-height:186px;
	overflow: hidden;
}
.medi-services .row > div:nth-child(1) {
 background: #27B7C5;
 border-radius: 10px 0 0 10px;
}
.medi-services .row > div:nth-child(2) {
 background: #1E8BCC;
}
.medi-services .row > div:nth-child(3) {
 background: #F07E1F;
 border-radius: 0 10px 10px 0;
}
.comon-quick {
	padding: 20px;
	height: 100%;
	text-align: center;
}
.shape-color-4 {
	stroke: #8A68AB;
}
.comon-quick h5 {
	color: #fff;
	display:flex;
	padding: 8px;
	position: absolute;
	bottom: 18px;
}
.comon-quick h5 span {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: grid;
	align-content: center;
	color: #273f50;
	background: #fff;
	margin-right: 10px;
	text-align: center;
	line-height: 25px;
}
.comon-quick p {
	color: #fff;
}
.comon-quick a {
	border-radius: 20px;
	text-transform:capitalize;
	margin-bottom:20px;
	margin-top:20px;
}
.comon-quick ul {
	list-style-type: none;
	color: #fff;
	margin-left: 0;
	padding: 0;
}
.comon-quick ul li {
	border-bottom: solid 1px #3e5f77;
	margin-bottom: 10px;
}
.comon-quick h5 span i {
	font-size: 17px;
}
.comon-quick h4 {
	font-family: 'Exo', sans-serif;
	color: #fff;
	font-size: 21px;
	margin-left: 10px;
	font-weight: 600;
}
.comon-quick figure {
	width: 54px;
	display: inline-block;
}
.sec-d1 h1 {
	font-family: 'Exo', sans-serif;
	color: #223645;
}
.comon-us {
	box-shadow:0px 5px 30px 0px rgb(9 29 62 / 15%);
	padding: 20px 50px;
	position: relative;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	overflow: hidden;
	margin-bottom:25px;
}
.comon-us::before, .comon-us::after {
 content: "";
 width: 0;
 height: 4px;
 position: absolute;
 transition: all 0.2s linear;
 background: #F07E1F;
}
.comon-us::after {
 left: 0;
 bottom: 0;
 transition-delay: 0.6s;
}
.comon-us::before {
 right: 0;
 top: 0;
 transition-delay: 0.2s;
}
.comon-us:hover::before, .comon-us:hover::after {
 width: 100%;
}
.comon-us:hover span::before, .comon-us:hover span::after {
 height: 100%;
}
.comon-us:hover span::before {
 transition-delay: 0.6s;
}
.comon-us h5 {
	text-align: center;
	font-family: 'Exo', sans-serif;
	font-size: 26px;
	line-height: 35px;
	font-weight: 500;
	color: #1E8BCC;
}
.booking-an-div {
	margin-bottom: 55px;
}
.sec-new-add figure {
	width: 100%;
	height: 100%;
	position: relative;
}
.sec-new-add figure img {
	position: absolute;
	bottom: 0;
}
.booking-an-div h1 {
	font-family: 'Exo', sans-serif;
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 36px;
}
.booking-an-div p {
	font-size: 19px;
	color: #fff;
}
.booking-an-div p > span {
	font-weight: 700;
	color: #20cabd;
}
.booking-an-div .form-group {
	margin-bottom: 15px;
	width: 100%;
}
.booking-an-div .form-control {
	height: 45px;
	border: none;
	box-shadow: 0px 5px 30px 0px rgb(9 29 62 / 15%);
}
.booking-an-div textarea {
	height: 150px !important;
	resize: none;
}
.ap-bn {
	color: #fff;
	background: #20cabd;
	border-radius: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: capitalize;
	font-size: 17px;
	font-weight: 700;
	display: flex;
	align-items: center;
	height: 57px;
}
.booking-an-div select {
	margin-bottom: 25px;
	height: 45px;
	border: none;
}
.sec-d4 h1 {
	font-weight: 700;
	color: #223645;
}
.sec-d4 h1 span {
	display: block;
	font-weight: 400;
	font-size: 20px;
	text-transform: uppercase;
}
.sec-d4 h1 img {
	margin-bottom: 10px;
}
.line-bg {
	position: relative;
	top: 17px;
	filter: drop-shadow(0px 3px 1px rgba(0, 0, 0, 3%));
}
.line-bg img {
	width: 100%;
}
.navbar-brand {
	filter: drop-shadow(drop-shadow(0px 11px 0px #000));
	position:relative;
}
.navbar-brand img {
	position:relative;
	z-index:2;
}
.navbar {
	padding-bottom: 0;
	border-radius: 0;
	padding: 15px;
}
.navbar-nav {
	width:100%;
	display: flex;
	justify-content: space-between;
}
.top-head .nav-link {
	color: #161617 !important;
	font-size: 15px;
	transition: all 0.5s;
	padding-left: 26px !important;
	padding-right: 25px !important;
	font-weight: 600;
	text-transform: uppercase;
}
.active > .nav-link {
	color: #27B7C5 !important;
}
.sec-d-expart .row {
	width:90%;
	margin:auto;
}
.sec-d-expart .row figure {
	border-radius:8px;
	overflow:hidden;
	width:100%;
	height:350px;
}
.sec-d-expart .row figure > img {
	object-fit:cover;
	width:100%;
	height:100%;
}
.sec-d-expart .row h2 {
	text-transform:capitalize;
	font-weight: 700;
}
.top-head .nav-link:hover {
	color:#20cabd !important;
}
.news-sec-div h1 {
	font-weight: 700;
	font-family: 'Exo', sans-serif;
	font-size: 36px;
}
.news-sec-div-part .form-group {
	margin-bottom: 15px;
}
.news-sec-div-part textarea {
	height:180px;
}
.news-sec-div-part .submit-bn-make {
	background: #223645;
	color: #fff;
	border-radius: 43px;
	padding: 10px 46px;
	text-transform: uppercase;
}
.left-p {
	height: 620px;
	overflow: hidden;
	margin: 0;
}
.left-p img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.admistion-re .left-text-div h5 {
	font-weight: 600;
	font-size: 17px;
	text-transform: capitalize;
}
.testimonal-sec h1 span:nth-child(1) {
 text-transform: uppercase;
 font-weight: 400;
 font-size: 20px;
 display: block;
 margin-bottom: 8px;
}
.comon-news-part figure {
	width:100%;
	height:250px;
	overflow:hidden;
}
.comon-news-part figure {
	position:relative;
}
.comon-pic-news {
	height:300px;
	position:relative;
	width:100%;
}
.comon-pic-news p {
	display:inline-block;
	padding:8px 15px;
	background:#b2b74a;
	color:#fff;
	position:absolute;
	bottom:28px;
	left:15px;
}
.comon-news-part {
	border:dashed 1px #eee;
}
.comon-news-part:hover {
	border:dashed 1px #b2b74a;
}
.dtails-idv-text {
	padding:0 25px 25px 25px;
}
.dtails-idv-text h5 {
	font-weight:700;
}
.comon-news-part figcaption {
	background:red;
	padding:15px;
	border-radius:7px;
	overflow:hidden;
	text-align:center;
	position:relative;
	z-index:2;
}
.year-text h1 {
	background: url("../images/p1.jpg");
	background-position: bottom;
	-webkit-background-clip:text;
	color: transparent;
	font-size: 201px;
	font-weight: 900;
	background-size: 54%;
	background-repeat: no-repeat;
}
.silder-div-text {
	padding: 0 50px 50px 50px;
}
.silder-div-text p {
	color:#FFF;
}
.silder-div-text h2 {
	color:#FFF;
	font-size:22px;
	padding:10px 0;
}
.silder-div-text .list-unstyled {
	list-style: none !important;
	padding-left:0;
}
.silder-div-text .list-unstyled li {
	display: flex;
	align-items: top;
	margin-bottom:15px;
	color:#FFF;
	font-weight:200;
	font-size:18px;
}
.silder-div-text .list-unstyled span {
	display:inline-block;
}
.silder-div-text .list-unstyled i {
	margin-right:10px;
	color:#fff;
	font-size:20px;
}
.silder-div-img {
	position:relative;
}
.silder-div-img figure {
	position:absolute;
	margin:0;
	left:0;
}
.silder-div-img > figure:nth-child(1) {
 bottom:0px;
}
.search-bn {
	background:#262b2b;
	color:#fff;
	width:90%;
	text-transform:uppercase;
	height:50px;
}
.testimonal-sec .row > div:nth-child(2) {
 background:#8A68AB;
 padding-top: 20px;
}
.testimonal-sec h1 span {
	display: block;
}
.content-div p {
	color: #fff;
	margin-bottom: 25px;
}
.comon-div-list {
	margin-bottom: 20px;
}
.comon-div-list h2 {
	width: 68px;
	height: 50px;
	background: #fff;
	display: grid;
	border-radius: 50%;
	margin: 0 10px 0 0;
	align-content: center;
	text-align: center;
	font-size: 25px;
	font-weight: 800;
	color: #8A68AB;
}
.left-text-div h5 {
	color: #fff;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
}
.left-text-div p {
	color:#fff;
}
.comon-div-ts h5 {
	color:#fff;
}
.testimonal-sec .row > div:nth-child(2) .silder-div-text h1 {
 color:#fff;
 font-family: 'Exo', sans-serif;
 font-weight: 700;
 font-size: 36px;
}
.banner-div-content .form-select {
	height:50px;
}
.top-head .signiup {
	border-radius:50px;
	font-weight:400;
	background:#b2b74a;
	color:#fff !important;
	padding:7px 20px !important;
	font-size:16px !important;
	display:inline-block;
	border:solid 1px #b2b74a;
}
.top-head .signiup:hover {
	background:none;
	color:#b2b74a !important;
}
.cart {
	position:relative;
	margin-left:10px;
}
.cart span i {
	color:#b2b74a;
	font-size:20px;
}
.cart small {
	width:20px;
	height:20px;
	border-radius:30px;
	background:#b2b74a;
	display: inline-grid;
	align-content: center;
	text-align: center;
	position: relative;
	right: 10px;
	color:#fff;
	font-size:11px;
}
.top-bar-sec .row a {
	text-decoration:none;
	color:#fff;
	font-weight:500;
	font-size:15px;
}
.top-bar-sec .row > div {
	margin-top:5px;
	margin-bottom:10px;
	color:#fff;
}
.top-bar-sec .row > div:nth-child(2) {
 display:flex;
 flex-wrap: wrap;
 align-items: center;
 justify-content: flex-end;
 text-transform:capitalize;
 font-weight:500;
}
.top-bar-sec .row > div:nth-child(2) a {
 margin:0 7px;
 font-size:15px;
}
.fixed-menu {
	background:#fff;
	position: fixed;
	top:0;
	animation:slide-down 0.7s;
	left:0;
	right:0;
	box-shadow:4px -86px 103px rgba(0, 0, 0, 0.9);
	z-index:250;
}
 @keyframes slide-down {
 0% {
 transform: translateY(-100%);
}
 100% {
 transform: translateY(0);
}
}
 @keyframes slide {
 0% {
 opacity: 0;
 transform: translateY(50%);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
.banner-div-content {
	animation: fadeInleft 0.5s ease-in-out;
	position: relative;
	z-index: 2;
	text-align:center;
	min-height:475px;
}
.banner-div-content h1 {
	color:#fff;
	font-weight:900;
	text-shadow: 2px 2px #262b2b;
	font-size:50px;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner-div-content p {
	color:#fff;
	font-size:17px;
	text-shadow:0px 2px 9px #262b2b;
	margin: 0;
}
.about-div-pic {
	position:relative;
	height:520px;
	overflow:hidden;
}
.pic-1 {
	height: 430px;
	overflow: hidden;
	border-radius: 10px;
	width: 83%;
}
.pic-2 {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
	width: 60%;
	overflow: hidden;
	border-radius: 13px;
	height: 230px;
}
@keyframes fadeInleft {
 0% {
 opacity:0;
 transform:translateX(-30px);
}
 100% {
 opacity:1;
 transform:translateX(0px);
}
}
@keyframes fadeInRight {
 0% {
 opacity:0;
 transform:translateX(30px);
}
 100% {
 opacity:2;
 transform:translateX(0px);
}
}
@keyframes fadeInUp {
 0% {
 opacity:0;
 transform:translateY(-30px);
}
 100% {
 opacity:1;
 transform:translateY(0px);
}
}
.banner-text h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	margin-bottom:0;
	line-height:40px;
	color:#262b2b;
	font-size:30px;
}
.banner-text h1 span {
	font-weight:600;
	color:#000;
	text-transform:uppercase;
}
.sec-d1 {
	margin-top:60px;
	margin-bottom:60px;
	width:100%;
	display:inline-block;
}
.new-add-school h1 span {
	display: block;
	font-size: 20px;
	font-weight: 400;
	color: #4c4546;
}
.new-add-school h1 {
	font-size: 36px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 40px;
	font-family: 'Exo', sans-serif;
}
.left-img {
	position: relative;
}
.left-img figure:first-child {
	position: relative;
}
.left-img {
	margin-right: 25px;
}
.left-img img {
	display: block;
	margin-left: auto;
}
.anim-icon {
	position: absolute;
	left: 0;
	top: 50px;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.img-details {
	position:relative;
}
.img-kite {
	position: absolute;
	background:url(../images/anim-icon-1.png);
	width: 210px;
	height: 275px;
	left:0;
	top: -150px !important;
	background-repeat: no-repeat;
	animation: flying 5s ease-in-out infinite;
}
.img-news {
	position: absolute;
	background: url(../images/subscribright.417b8c19.png) no-repeat;
	width: 266px;
	height:229px;
	animation: flying 5s ease-in-out infinite;
	background-repeat: no-repeat;
	left:0;
	top: -50px !important;
}
 @keyframes flying {
 0%, 100% {
 top: 0%;
 left: 0%;
}
 25% {
 top: -6%;
 left: 5%;
}
 50% {
 top: -8%;
 left: 3%;
}
 75% {
 top: -5%;
 left: 5%;
}
}
.new-add-school h1 b {
	color: #8A68AB;
	display: block;
}
.sec-d1 h4 {
	position:relative;
	padding-left: 40px;
	color:#b2b74a;
}
.read-more-bn {
	color:#20cabd;
	font-size:14px;
	padding: 0;
	font-weight: 700;
	font-family: 'Exo', sans-serif;
}
.sec-d1 h3 {
	box-shadow:0 1px 8px 0 rgb(0 0 0 / 6%);
	padding:15px;
	margin-top:15px;
	color:#b2b74a;
	border:1px solid rgb(243 243 243);
	width:auto;
	display:inline-block;
	margin-bottom:15px;
}
.sec-d1 h4:before {
	content:"";
	background-image:url(../images/barley-cl.png);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	left:0;
	top:0;
	background-size: cover;
}
.comon-hed {
	position:relative;
	padding-left: 40px;
	color:#262b2b;
	display:inline-block;
	width: auto;
	display: grid;
	justify-content: center;
	margin: auto;
	font-weight:700;
}
.comon-hed:before {
	content:"";
	background-image:url(../images/barley-cl.png);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	position:absolute;
	left:0;
	top:0;
	background-size: cover;
}
.sec-new-add {
	background:url(../images/book-pic.jpg) no-repeat fixed;
	padding:59px 0 0 0;
	margin: 48px 0;
}
.sec-new-add i {
	color: #fff;
	font-size:36px;
	margin-right:8px;
}
.sec-new-add h5 span {
	font-size:17px;
}
.sec-new-add h5 {
	font-size:30px;
	line-height:30px;
}
.comon-st-div {
	display: flex;
	align-items: center;
}
.sec-new-add .row > div:nth-child(2) .comon-st-div {
 justify-content:center;
}
.sec-new-add .row > div:nth-child(3) .comon-st-div {
 justify-content:flex-end;
}
.what-project-div {
	background: #262b2b;
	margin: 48px 0;
}
.what-project-div .comon-hed {
	justify-content:left;
	color:#fff;
	margin-bottom:15px;
}
.what-project-div h4 {
	margin-bottom:25px;
}
.what-project-div h4, .what-project-div p {
	color:#fff;
	text-align:left;
}
.what-project-div ul {
	list-style-type:none;
	color:#fff;
	margin:0;
	padding:0;
}
.what-project-div figure {
	height:540px;
	margin:0;
	overflow:hidden;
}
.what-project-div .read-more-bn {
	background:#fff;
	color:#262b2b;
	margin-top:15px;
}
.what-project-div figure img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.what-project-div ul li {
	display:flex;
}
.what-project-div ul li h5 {
	font-size:16px;
	color: #b2b74a;
	font-weight:700;
}
.what-project-div ul li i {
	font-size: 33px;
	color: #b2b74a;
	margin-right: 10px;
	margin-top: -6px;
}
.from-sec-div {
	background:#fff;
	border-radius:100px;
	padding: 0 0 0 6px;
	box-shadow:0 1px 20px 0 rgb(0 0 0 / 20%);
	width:64%;
	margin:auto;
}
.list-work ul {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	list-style-type: none;
	flex-wrap: wrap;
}
.list-work ul li {
	padding: 10px 25px;
	position: relative;
	transition: 0.5s;
	cursor: pointer;
	background: #f3f3f3;
	border-radius: 30px;
	margin: 0 8px;
}
.each-items {
	overflow: hidden;
	height:260px;
	margin-bottom: 35px;
	display: inline-block;
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 10%);
	padding: 15px;
	position: relative;
}
.each-items figure {
	height:230px;
	overflow:hidden;
}
.each-items figure > img {
	object-fit:cover;
	width:100%;
	height:100%;
}
.each-items .items-hover {
	background: rgba(50, 54, 87, 0.8);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	display: grid;
	transform: scale(0, 0);
	transition: 0.5s;
	align-content: center;
	color: #fff;
	font-size: 35px;
	justify-content: center;
}
.each-items:hover .items-hover {
	transform: scale(1, 1);
}
.visit-bn {
	background: #fff;
	border-radius: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #323657;
	font-size: 17px;
	padding: 5px 10px;
	margin-left: 20px;
	text-decoration:none;
}
.mixitup-control-active {
	background:#262b2b !important;
	color:#fff;
}
.from-sec-div .comon-sec {
	display:flex;
	align-items: center;
	width: 45%;
	position:relative;
}
.from-sec-div .comon-sec i {
	font-size:18px;
	color:#dc3545;
}
.from-sec-div .comon-sec:nth-child(2):after {
 display:none;
}
.from-sec-div .comon-sec:after {
	width:1px;
	height:30px;
	background:#CCC;
	position:absolute;
	right:0;
	content:"";
}
.from-sec-div .comon-sec .form-control {
	border:none;
}
.btnh-submit {
	font-size:35px;
	color:#b2b74a;
	width:auto;
}
.how-it-work {
	background: url(../images/feature_image.png) top center no-repeat;
	background-position-y: 20px;
	margin-top: 60px;
}
.sec-d1 h1 {
	font-size:36px;
	font-weight:700;
	text-transform:capitalize;
	line-height:35px;
}
.sec-d1 h1 span {
	display:block;
	font-size:20px;
	font-weight:400;
	color:#4c4546;
}
.comon-items {
	text-align:center;
	display:block;
}
.comon-items .icon-fs {
	width:90px;
	height:90px;
	border-radius:50%;
	display:grid;
	font-size:25px;
	align-content: center;
	text-align: center;
	color:#fff;
	margin:auto;
	margin-bottom:15px;
	border:3px dotted #d2d2d2;
	position:relative;
	background:#fff;
}
.comon-items .icon-fs i {
	color:#fff;
	position:relative;
	z-index:2;
}
.comon-items .icon-fs:after {
	width:70px;
	height:70px;
	border-radius:50%;
	background:#8A68AB;
	border-radius:50%;
	position:absolute;
	content:"";
	left: 7px;
	top: 7px;
	z-index:1;
}
.admistion-re .left-p {
	height: 1091px;
}
.wizard-content-left {
	background-blend-mode: darken;
	background-color: rgba(0, 0, 0, 0.45);
	background-image: url("https://i.ibb.co/X292hJF/form-wizard-bg-2.jpg");
	background-position: center center;
	background-size: cover;
	height: 100vh;
	padding: 30px;
}
.wizard-content-left h1 {
	color: #ffffff;
	font-size: 38px;
	font-weight: 600;
	padding: 12px 20px;
	text-align: center;
}
.form-wizard {
	color: #888888;
	padding: 30px;
}
.form-wizard .wizard-form-radio {
	display: inline-block;
	margin-left: 5px;
	position: relative;
}
.form-wizard .wizard-form-radio input[type="radio"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #dddddd;
	height: 25px;
	width: 25px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}
.form-wizard .wizard-form-radio input[type="radio"]:focus {
	outline: 0;
}
.form-wizard .wizard-form-radio input[type="radio"]:checked {
	background-color: #fb1647;
}
 .form-wizard .wizard-form-radio input[type="radio"]:checked::before {
 content: "";
 position: absolute;
 width: 10px;
 height: 10px;
 display: inline-block;
 background-color: #ffffff;
 border-radius: 50%;
 left: 1px;
 right: 0;
 margin: 0 auto;
 top: 8px;
}
 .form-wizard .wizard-form-radio input[type="radio"]:checked::after {
 content: "";
 display: inline-block;
 webkit-animation: click-radio-wave 0.65s;
 -moz-animation: click-radio-wave 0.65s;
 animation: click-radio-wave 0.65s;
 background: #000000;
 content: "";
 display: block;
 position: relative;
 z-index: 100;
 border-radius: 50%;
}
 .form-wizard .wizard-form-radio input[type="radio"] ~ label {
 padding-left: 10px;
 cursor: pointer;
}
.form-wizard .form-wizard-header {
	text-align: center;
}
.form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit {
	background-color: #8A68AB;
	color: #ffffff;
	display: inline-block;
	min-width: 100px;
	min-width: 120px;
	padding: 10px;
	text-decoration: none;
	text-align: center;
}
.wizard-fieldset {
	margin-top: 60px;
}
.wizard-fieldset label {
	color: #212529;
}
.wizard-fieldset h5 {
	color: #212529;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 25px;
}
#new-cl {
	display: none;
}
#activeity-chk {
	display: none;
}
#show-y-1 {
	display: none;
}
.form-wizard .form-wizard-next-btn:hover, .form-wizard .form-wizard-next-btn:focus, .form-wizard .form-wizard-previous-btn:hover, .form-wizard .form-wizard-previous-btn:focus, .form-wizard .form-wizard-submit:hover, .form-wizard .form-wizard-submit:focus {
	color: #ffffff;
	opacity: 0.6;
	text-decoration: none;
}
.form-wizard .wizard-fieldset {
	display: none;
}
.form-wizard .wizard-fieldset.show {
	display: block;
}
.form-wizard .wizard-form-error {
	display: none;
	background-color: #d70b0b;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
}
.form-wizard .form-wizard-previous-btn {
	background-color: #fb1647;
}
.form-wizard .form-control {
	font-weight: 300;
	height: auto !important;
	padding: 15px;
	color: #888888;
	background-color: #f1f1f1;
	border: none;
}
.form-wizard .form-control:focus {
	box-shadow: none;
}
.form-wizard .form-group {
	position: relative;
	margin: 25px 0;
}
.form-wizard .wizard-form-text-label {
	position: absolute;
	left: 10px;
	top: 16px;
	transition: 0.2s linear all;
}
.form-wizard .focus-input .wizard-form-text-label {
	color: #d65470;
	top: -18px;
	transition: 0.2s linear all;
	font-size: 12px;
}
.form-wizard .form-wizard-steps {
	margin: 30px 0;
}
.form-wizard .form-wizard-steps li {
	width: 20%;
	float: left;
	position: relative;
}
 .form-wizard .form-wizard-steps li::after {
 background-color: #f3f3f3;
 content: "";
 height: 5px;
 left: 0;
 position: absolute;
 right: 0;
 top: 50%;
 transform: translateY(-50%);
 width: 100%;
 border-bottom: 1px solid #dddddd;
 border-top: 1px solid #dddddd;
}
.form-wizard .form-wizard-steps li span {
	background-color: #dddddd;
	border-radius: 50%;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	width: 40px;
	z-index: 1;
}
#datepicker {
	width: 100%;
	margin: 0;
}
#datepicker > span:hover {
	cursor: pointer;
}
.input-group-addon {
	padding: 6px 12px;
	font-size: 19px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	display: grid;
	align-content: center;
	border-radius: 4px;
}
.col-ting {
	width:100%;
	margin: 0 auto;
}
.file-upload .image-box {
	margin: 0 auto;
	margin-top: 0;
	height: 150px;
	width: 100%;
	cursor: pointer;
	overflow: hidden;
	border: 2px dashed #ccc;
	border-radius: 8px;
	display: grid;
	align-content: center;
}
.file-upload .image-box img {
	width:100%;
	display: none;
	object-fit: cover;
	height: 100%;
}
.file-upload .image-box p {
	position: relative;
	margin: 0;
}
.file-upload .image-box p span {
	display:block;
}
.file-upload .image-box p span:first-child {
	display:inline-block;
	width: 70px;
	margin-bottom: 8px;
}
 .form-wizard .form-wizard-steps li:last-child::after {
 width: 50%;
}
.form-wizard .form-wizard-steps li.active span, .form-wizard .form-wizard-steps li.activated span {
	background-color: #8A68AB;
	color: #ffffff;
}
 .form-wizard .form-wizard-steps li.active::after, .form-wizard .form-wizard-steps li.activated::after {
 background-color: #8A68AB;
 left: 50%;
 width: 50%;
 border-color: #8A68AB;
}
 .form-wizard .form-wizard-steps li.activated::after {
 width: 100%;
 border-color: #8A68AB;
}
 .form-wizard .form-wizard-steps li:last-child::after {
 left: 0;
}
.form-wizard .wizard-password-eye {
	position: absolute;
	right: 32px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
 @keyframes click-radio-wave {
 0% {
 width: 25px;
 height: 25px;
 opacity: 0.35;
 position: relative;
}
 100% {
 width: 60px;
 height: 60px;
 margin-left: -15px;
 margin-top: -15px;
 opacity: 0;
}
}
.ad-fm {
	box-shadow: 0 3px 50px 0 rgb(105 102 130 / 10%);
	background: #fff;
	display:block;
	margin: auto;
	padding:25px;
	margin-top:80px;
}
.ad-fm label {
	margin-top:20px;
}
.ad-fm .btn {
	width:auto;
	margin:auto;
	margin-top:20px;
}
.ad-fm .row > div {
	margin-bottom: 0 !important;
}
.ad-fm input, .ad-fm select, .ad-fm textarea {
	border-color:#A3E6ED;
	background-color:#F8F8F8;
}
.ad-fm textarea {
	min-height:150px;
	resize: none;
}
.ad-fm input:focus, .ad-fm select:focus, .ad-fm textarea:focus {
	border:solid 1px #27B7C5 !important;
	background-color:#F8F8F8;
}
.ad-fm input::placeholder {
 color:#999;
}
input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	display: flex;
	align-content: center;
	justify-content: center;
	font-size: 2rem;
	padding: 0.1rem;
	border: 1px solid #A3E6ED;
	margin:auto;
}
input[type="checkbox"]::before {
 content: "";
 width: 1rem;
 height: 1rem;
 clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
 transform: scale(0);
 background-color: #333;
}
input[type="checkbox"]:checked::before {
 transform: scale(1);
}
input[type="checkbox"]:hover {
	color: black;
	cursor:pointer;
}
.check-vertical{
	display:inline-block;
	text-align:center !important;
	width:19%;
}
.check-vertical span {
	display:block;
}
.check-vertical.check-voluntariado{
	width:33%;
	padding-bottom:30px;
}

.check-horizontal {
	display:inline-table;
	margin-right:10px;
}
.rc-div-comon {
	background: #fff;
	padding: 25px;
	box-shadow: 0px 5px 30px 0px rgb(9 29 62 / 15%);
}
.rc-div-comon h4 {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	color: #8A68AB;
}
.rc-div-comon i {
	color: #8A68AB;
}
.rc-div-comon h5 {
	color: #8A68AB;
	font-size: 16px;
	font-weight: 700;
}
.ad-fm .row > div textarea {
	height: 150px;
	resize: none;
}
.ad-fm .row > div .form-group {
	margin-bottom: 15px;
}
.ad-fm label {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	margin-bottom: 10px;
}
.admistion-re .comon-div-list h2 {
	width: 38px;
	height: 38px;
	font-size: 18px;
}
.admistion-re .left-text-div {
	width: 70%;
}
.admistion-re .left-text-div ul li {
	color: #fff;
}
.admistion-re .silder-div-text {
	padding: 0 0 0 37px;
}
.comon-items h5 {
	display:block;
	font-size:15px;
	text-transform:uppercase;
	line-height:25px;
}
.comon-items h5 span {
	display:block;
	font-size:17px;
	text-transform:uppercase;
	font-weight:700;
}
.sec-d2 {
	margin-top:50px;
	padding-top:50px;
	padding-bottom:70px;
}
.sec-d2 h1 {
	font-size:36px;
}
.sec-d2 h1 span {
	font-weight:700;
}
.fl-sr-bn li {
	margin:0 5px;
}
.fl-sr-bn li a, .fl-sr-bn li .btn {
	border:solid 1px #eee;
	background:#fff;
	transition:all 0.5s;
}
.cost-bn {
	border: solid 1px #eee;
	background: #fff;
	transition: all 0.5s;
}
.food-list a {
	text-decoration:none;
	color:#212529;
	border:none;
	box-shadow:0 1px 8px 0 rgb(0 0 0 / 6%);
}
.food-list .review-text i {
	color:#FC0;
}
.food-list figure {
	height:250px;
	overflow:hidden;
	margin:0;
}
.food-list figure > img {
	object-fit:cover;
	width:100%;
	height:100%;
	transition:all 0.5s;
}
.food-list .card-title {
	font-weight:700;
	color:#212529;
}
.off-text {
	position:absolute;
	left:10px;
	top:12px;
	background:#b2b74a;
	color:#fff;
	padding:5px 15px;
	border-radius:30px;
	z-index:1;
}
.food-list .card-footer {
	background-color:#fff;
}
.food-list .card-footer p {
	margin-bottom:5px;
	font-weight:700;
	color:#b2b74a;
}
.food-list .card-footer i {
	color:#b2b74a;
}
.food-list .card-footer small {
	color:#000 !important;
}
.card:hover figure img {
	transform:scale(1.2);
}
.sec-d3 {
	display:grid;
	width:100%;
	padding-top:50px;
	background: url(../images/bg-banner.jpg) top center no-repeat;
	padding-bottom:50px;
	align-content: center;
	height: 400px;
}
.sec-d3 h1, .sec-d3 p {
	color:#fff;
	text-align:center;
}
.sec-d3 p {
	margin-bottom:0;
	font-size:17px;
}
.sec-d3 h1 {
	font-weight:700;
	text-transform:capitalize;
	color:#b2b74a;
}
.sec-d4 {
	padding-top:50px;
	padding-bottom:50px;
}
.sec-d4 h1 {
	font-weight:700;
	font-family: 'Exo', sans-serif;
	font-size: 36px;
}
.sec-d4 {
	background:#fff;
}
.sec-d4 .comon-hed {
	display: table;
}
.sec-d4 .card {
	border:solid 1px #eee;
	border-radius: 0;
	color: #223645;
	overflow: hidden;
	width: 95%;
	padding-top: 20px;
	border-bottom: solid 4px #223645;
}
.sec-d4 .card figure {
	height: 100px;
	overflow: hidden;
	width:100px;
	margin:0 0 0 15px;
	border-radius: 50%;
	border:solid 5px rgba(0, 0, 0, 6%);
}
.sec-d4 .card h5 {
	font-weight:700;
	color:#262b2b;
	text-align:left;
	text-transform:capitalize;
}
.sec-d4 .card a {
	background: #20cabd;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	margin-top: 15px;
	padding: 10px 20px;
	border-radius: 20px;
}
.slider-combo .item:hover .card {
	border-bottom: solid 4px #20cabd;
}
.slider-combo .card-body ul li i {
	color: #20cabd;
	font-size: 22px;
}
.slider-combo .card-body ul li {
	text-transform: capitalize;
}
.sec-d4 .card ul {
	list-style-type: none;
	padding: 0;
}
.team-div {
	background: #f9f9f9;
	padding:50px 0;
	margin: 50px 0 0 0;
}
.team-div h1 {
	color: #223645;
	font-weight: 700;
	font-family: 'Exo', sans-serif;
	font-size: 36px;
}
.team-div .item {
	background: #fff;
	box-shadow: 0px 5px 30px 0px rgb(9 29 62 / 15%);
}
.team-div .item figure {
	height: 250px;
	position: relative;
	overflow: hidden;
}
.team-div .item figure a {
	position: absolute;
	top:300px;
	left: 50%;
	transform: translateX(-50%);
	right: 0;
	margin: auto;
	display: table;
	text-align: center;
	left: 50%;
	transition: all 0.5s;
	background: #20cabd;
	color: #fff;
	border: none;
}
.comon-text-sec {
	border: solid 2px #eee;
	padding-right: 6px;
}
.details-text {
	text-align: center;
	padding-bottom: 10px;
}
.details-text h5 {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
}
.team-div .item {
	margin: 30px 0;
}
.blog-sec-div h1 {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	font-size: 36px;
}
.team-div .item:hover figure a {
	top:50%;
}
.team-div .item:hover figure img {
	opacity: 0.5;
}
.comon-text-sec h5 {
	font-weight:700;
	font-family: 'Exo', sans-serif;
}
.comon-text-sec figure {
	height:272px;
	overflow:hidden;
	border-radius:0;
	margin:0;
}
.comon-text-sec figure > img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.vie-more-bn {
	text-transform:uppercase;
	margin:auto;
	background:#8A68AB;
	color:#fff;
	text-align:center;
	display:table;
	margin-top:35px;
}
.loca-div {
	position: relative;
	top: 24px;
}
.subcribe-div {
	padding: 50px 0;
	margin: 60px 0 0 0;
	background: url(../images/bg-class2.png) no-repeat;
	background-size: cover;
	color: #fff;
	position: relative;
}
.subcribe-div .input-group {
	width:40%;
	margin:auto;
}
.subcribe-div h1 {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
}
.subcribe-div .input-group .btn {
	background-color:#141514;
	color:#FFF;
	border-radius:40px;
	border:none;
	z-index:2;
	width:100px;
}
.subcribe-div .input-group .btn:hover {
	background-color:#ccc;
	color:#141514;
}
.subcribe-div .form-control {
	border:none;
	border-radius:40px;
	z-index:1 !important;
}
.blog-sec-div .row > div {
	margin-bottom:40px;
}
.comon-text-sec h5, .comon-text-sec p {
	padding-left:25px;
}
.comon-text-sec p {
	font-size:15px;
}
.comon-text-sec a {
	margin-left:25px;
	text-transform:capitalize;
}
.sec-d4 .card figure {
	display: grid;
	align-content: center;
}
.sec-d4 .card figure > img {
	width:60px;
	margin: auto;
	transition:all 0.5s;
}
.sec-d4 .card-footer {
	background-color:#b50828;
	border:none;
}
.sec-d4 .card-footer p {
	margin-bottom:5px;
	color:#fff;
	font-weight:600;
	font-size:18px;
}
.sec-d4 .text-muted {
	color:#fff !important;
}
.sec-d5 {
	margin-top:50px;
	padding:50px 0;
}
.sec-d5 h4, .sec-d6 h4, .sec-d7 h4 {
	font-weight:700;
}
.restarn-link {
	display:flex;
	list-style-type:none;
	margin-top:25px;
	flex-wrap:wrap;
	width:100%;
	justify-content:center;
}
.restarn-link li {
	margin:5px;
}
.restarn-link li a {
	text-decoration:none;
	background:#fff;
	color:#212529;
	padding:10px;
	display:inline-block;
	border:1px solid rgb(232, 232, 232);
	text-transform:capitalize;
	font-size:15px;
	transition:all 0.5s;
}
.restarn-link li a:hover, .restarn-link li a:hover i {
	background:#b2b74a;
	color:#fff;
}
.restarn-link li a i {
	color:#b2b74a;
}
.sec-d6, .sec-d7 {
	padding:50px 0;
}
.sec-d7 {
	padding:0;
	background:#20cabd;
	color:#fff;
	position:relative;
	overflow:hidden;
}
.sec-d7 h1, .sec-d7 .read-more-bn {
	position:relative;
	z-index:2;
}
.sec-d7 > .row > div:nth-child(2) {
 margin-right:auto;
}
.sec-d7 p {
	font-size: 20px;
}
.sec-d7 .read-more-bn {
	font-size: 17px;
}
.sec-d7 img {
	position: absolute;
	right: 0;
	bottom: -90px;
	z-index: 1;
	width: 100%;
	opacity: 0.3;
}
.sec-d7 .restarn-link {
	columns: 3;
	-webkit-columns:3;
	-moz-columns: 3;
	list-style-position: inside;
	display:block;
}
footer p {
	font-size:13px;
	color:#fff;
	margin-bottom:10px;
	margin-top:12px;
}
.sub-bn {
	background: #b2b74a;
	color:#fff;
	margin-top:8px;
}
.sec-d7 .restarn-link li a {
	background:#b2b74a;
	color:#fff;
	width:80%;
}
.socal {
	justify-content: flex-end;
	display: flex;
}
.socal li a {
	color:#fff;
	margin:0 5px;
	text-decoration:none;
}
.sec-d7 .restarn-link li a:hover, .sec-d7 .restarn-link li a:hover i {
	background:#212529;
}
.sec-d7 .restarn-link li a i {
	color:#fff;
}
.sec-d7 .form-group {
	border:solid 1px #eee;
	overflow:hidden;
}
.sec-d7 .form-control {
	border:none;
}
.sec-d7 .form-group .btn {
	background:#223645;
	transition:all 0.5s;
	color:#fff;
	border:none;
	border-radius:0;
}
.sec-d7 .form-group .btn:hover {
	background:#212529;
}
.news-sec-div-part iframe {
	height: 400px;
	margin: 0;
	width: 100%;
}
.sec-d7 h5 {
	font-weight:600;
	text-transform:capitalize;
	margin: 0;
	font-family: 'Exo', sans-serif;
}
.sec-d7 .row > div {
	background: #1bb5a9;
	padding: 20px;
	position: relative;
}
.sec-d7 .row > div:nth-child(2) {
 background: #2f8880;
 padding: 20px;
}
.cm-ft {
	position: relative;
	display: grid;
	align-content: center;
	justify-content: center;
}
.sec-d7 i {
	font-size: 24px;
	margin-right: 10px;
	position: relative;
	z-index: 2;
}
.cm-ft h5, .cm-ft p {
	position: relative;
	z-index: 2;
}
.sec-d7 .form-group {
	border: none;
	border-radius: 0;
	margin-top: 15px;
}
footer {
	padding:50px 0 0 0;
	width: 100%;
	background:#7D49AE;
}
footer .row > div:nth-child(2) {
 display: grid;
 justify-content: center;
}
footer .row > div:nth-child(3) .comon-footer {
 display: grid;
 justify-content:center;
}
footer .row > div:nth-child(4) .comon-footer {
 display: grid;
 justify-content: end;
}
footer .row > div:nth-child(5) .comon-footer {
 display: grid;
 justify-content: end;
}
.comon-footer h5 {
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
}
.comon-footer ul {
	margin:0;
	padding: 3px 0 0 18px;
	margin-bottom: 15px;
	list-style: disc;
	color: #fff;
}
.comon-footer ul li {
	line-height:30px;
	font-size:14px;
}
.comon-footer ul li a {
	text-decoration:none;
	font-size:14px;
	color:#fff;
	transition:all 0.5s;
}
.comon-footer ul li a:hover {
	color:#b2b74a;
}
.comon-footer .list-unstyled {
	list-style: none !important;
	padding-left:0;
}
.comon-footer .list-unstyled li {
	display: flex;
	align-items: top;
	margin-bottom:15px;
	line-height:20px;
}
.comon-footer .list-unstyled span {
	display:inline-block;
}
.comon-footer .list-unstyled i {
	margin-right:10px;
}
.comon-footer .list-unstyled a:hover {
	color:#F07E1F;
}
.sec-d8 {
	padding:0;
	background:#b2b74a;
	height: 294px;
}
.text-apps h3 {
	font-size:30px;
	font-weight:700;
	text-transform:capitalize;
	color:#fff;
}
.text-apps {
	display: grid;
	align-content: center;
	height: 100%;
}
.text-apps p {
	color:#fff;
}
.sec-d8 figure {
	position:relative;
	top:-20px;
}
.sec-d8 figure > img {
	display: block;
	margin-left: auto;
}
.sec-d8 .row {
	width:90%;
}
.active-new2 {
	background:#b2b74a !important;
	color:#fff;
}
.range-slider {
	width: 300px;
	text-align: left;
	position: relative;
}
.range-slider .rangeValues {
	display: block;
}
.range-slider input[type=range] {
	-webkit-appearance: none;
	border: 1px solid white;
	width: 300px;
	position: absolute;
	left: 0;
}
 .range-slider input[type=range]::-webkit-slider-runnable-track {
 width: 300px;
 height: 5px;
 background: #ddd;
 border: none;
 border-radius: 3px;
}
 .range-slider input[type=range]::-webkit-slider-thumb {
 -webkit-appearance: none;
 border: none;
 height: 16px;
 width: 16px;
 border-radius: 50%;
 background: #21c1ff;
 margin-top: -4px;
 cursor: pointer;
 position: relative;
 z-index: 1;
}
.range-slider input[type=range]:focus {
	outline: none;
}
 .range-slider input[type=range]:focus::-webkit-slider-runnable-track {
 background: #ccc;
}
 .range-slider input[type=range]::-moz-range-track {
 width: 300px;
 height: 5px;
 background: #ddd;
 border: none;
 border-radius: 3px;
}
 .range-slider input[type=range]::-moz-range-thumb {
 border: none;
 height: 16px;
 width: 16px;
 border-radius: 50%;
 background: #21c1ff;
}
 .range-slider input[type=range]:-moz-focusring {
 outline: 1px solid white;
 outline-offset: -1px;
}
 .range-slider input[type=range]::-ms-track {
 width: 300px;
 height: 5px;
 background: transparent;
 border-color: transparent;
 border-width: 6px 0;
 color: transparent;
 z-index: -4;
}
 .range-slider input[type=range]::-ms-fill-lower {
 background: #777;
 border-radius: 10px;
}
 .range-slider input[type=range]::-ms-fill-upper {
 background: #ddd;
 border-radius: 10px;
}
 .range-slider input[type=range]::-ms-thumb {
 border: none;
 height: 16px;
 width: 16px;
 border-radius: 50%;
 background: #21c1ff;
}
 .range-slider input[type=range]:focus::-ms-fill-lower {
 background: #888;
}
 .range-slider input[type=range]:focus::-ms-fill-upper {
 background: #ccc;
}
.owl-prev:after {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	content: "\f053";
	left: 0;
	right: 81px;
	margin: auto;
	font-family: 'FontAwesome';
	color: #fff;
	display: grid;
	background: #212529;
	align-content: center;
}
.owl-prev span {
	display: none;
}
.owl-next span {
	display: none;
}
.owl-next:after {
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 5px;
	content: "\f054";
	left: 0;
	right: 0;
	margin: auto;
	font-family: 'FontAwesome';
	color: #fff;
	display: grid;
	background: #212529;
	align-content: center;
}
.sub-pages-div header {
	height: 376px;
}
.breadcrumbs-banner {
	background-image:url(../images/sub-banner.jpg);
	height:400px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.breadcrumbs-banner h1 {
	text-align:center;
	margin-top:200px;
	color:#8A68AB;
	font-family: 'Exo', sans-serif;
	font-size:55px;
	font-weight:bold;
}
.sub-page-header {
	height: 470px;
	overflow: hidden;
}
.onwer-div {
	background: #20cabd;
	padding: 20px;
	width: 70%;
	margin:auto;
	text-align: center;
	color: #fff;
}
.onwer-div h3 {
	font-family: 'Exo', sans-serif;
	font-weight: 800;
}
.our-sc-details {
	background: url(../images/bg-class.jpg) no-repeat fixed;
	background-size: cover;
	color: #fff;
	margin:0 !important;
}
.our-sc-details h4 {
	line-height:40px;
	padding:70px;
}
.our-sc-details-2 {
	background: url(../images/bg-class3.jpg) no-repeat fixed;
	background-size: cover;
	color: #fff;
	margin:0 !important;
}
.our-sc-details-2 h1 {
	padding-bottom:30px;
}
.our-sc-details-2 cite {
	font-size:24px;
	padding:30px;
}
.comon-act figure {
	width: 54px;
	display: inline-block;
}
.comon-act {
	text-align: center;
}
.comon-act h5 {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.comon-act h2 {
	font-family: 'Exo', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}
.comon-about-div-sec h5, .comon-about-div-sec h1 {
	font-family: 'Exo', sans-serif;
}
.comon-about-div-sec h1 {
	font-weight: 800;
	text-transform: capitalize;
}
.comon-about-div-sec h5 {
	line-height:30px;
	padding-bottom:10px;
}
.comon-about-div-sec .row > div {
	padding: 0;
}
.comon-about-div-sec .row > div:nth-child(2n+2) .our-text:after {
 display: none;
}
.comon-about-div-sec .row > div:nth-child(3) .our-text:before, .comon-about-div-sec .row > div:nth-child(4) .our-text:before {
 position: absolute;
 content: "";
 width:100%;
 height: 1px;
 right: 0;
 top:0%;
 background: #bbb;
}
.comon-about-div-sec .row > div:nth-child(3) .our-text, .comon-about-div-sec .row > div:nth-child(4) .our-text {
 padding-top: 25px;
}
.comon-about-div-sec .d-block {
	color:#8A68AB;
}
.our-text {
	position: relative;
	text-align: center;
	height: 100%;
}
.our-text:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	right: 0;
	top:0%;
	background: #bbb;
}
.our-text h2 {
	font-family: 'Exo', sans-serif;
	font-weight: 800;
	color: #20cabd;
	font-size: 48px;
}
.actchive-team {
	background: url(../images/achive.jpg) no-repeat;
}
.actchive-team .comon-us {
	width: 70%;
	margin:30px auto;
}
.actchive-team .row > div:nth-child(2n+1) .comon-us {
 float:right;
}
.left-contact-info input, .left-contact-info select, .left-contact-info textarea {
	border-color:#A3E6ED;
	background-color:#F8F8F8;
	margin-bottom:30px;
	padding:15px;
}
.left-contact-info input:focus, .left-contact-info select:focus, .left-contact-info textarea:focus {
	border:solid 1px #27B7C5 !important;
	background-color:#F8F8F8;
}
.left-contact-info input::placeholder, .left-contact-info textarea::placeholder {
 color:#999;
}
.right-contact-info {
	padding-top:15px;
}
.right-contact-info ul li {
	display: flex;
}
.right-contact-info ul li i {
	font-size: 30px;
	color: #8A68AB;
	margin-right: 10px;
}
.right-contact-info ul li h5 {
	font-weight: 700;
	font-family: 'Exo', sans-serif;
}
.left-contact-info h1 {
	padding-bottom:30px;
}
.left-contact-info .form-group {
	margin:0 0 23px 0;
}
.left-contact-info .form-control {
	height: 50px;
}
.left-contact-info textarea {
	resize: none;
	height: 150px !important;
}
.map {
	margin-top:50px;
}
.submit {
	background:#8A68AB;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Exo', sans-serif;
	margin: 20px 0 0 0;
}
.loca-div iframe {
	width: 100%;
}
.vision-mison .list-unstyled {
	list-style: none !important;
	padding-left:0;
	padding-top:10px;
}
.vision-mison .list-unstyled li {
	display: flex;
	align-items: top;
	margin-bottom:25px;
	line-height:20px;
}
.vision-mison .list-unstyled span {
	display:inline-block;
}
.vision-mison .list-unstyled i {
	margin-right:10px;
	color:#8A68AB;
	font-size:20px;
}
.pic-g figure {
	height: 216px;
	overflow: hidden;
	width: 100%;
	display: inline-block;
}
.comon-blog {
	display: flex;
	flex-wrap: wrap;
	background: #fff;
	padding: 20px;
	box-shadow: 0px 2px 8px rgb(0 0 0 / 17%);
	margin-bottom: 30px;
}
.comon-blog .post-img {
	width: 30%;
	height:240px;
	overflow: hidden;
	margin-right: 15px;
	position: relative;
}
.post-img img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.details-part {
	width: 60%;
}
.details-part a {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	color: #8A68AB;
	text-decoration: none;
	font-size: 25px;
}
.red-m {
	background:#8A68AB;
	color: #fff !important;
	font-size:16px !important;
	font-weight: 500 !important;
	text-decoration: none;
}
.event-div .comon-blog {
	display: block;
}
.details-part a {
	font-size: 23px;
}
.date-p {
	background:#8A68AB;
	color: #fff !important;
	display: inline-block;
	text-align: center;
	padding: 15px;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	position: absolute;
	bottom: 10px;
	left: 10px;
}
.event-div .post-img, .event-div .details-part {
	width: 100%;
	display: inline-block;
}
.ser-bn {
	background:#8A68AB;
	color: #fff !important;
	font-size:16px !important;
	font-weight: 500 !important;
	text-decoration: none;
}
.cate-div {
	margin-top: 35px;
}
.cate-div ul {
	padding: 0;
}
.cate-div ul li {
	line-height: 30px;
}
.cate-div ul li a {
	text-decoration:none;
	text-transform: capitalize;
	color: #212529;
	display: block;
	border-bottom: solid 1px #e6e6e6;
	padding: 5px 0;
}
.cate-div h3 {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.comon-blog figure {
	width: 100%;
	height: 100%;
	margin: 0;
}
.pic-g figure img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.total-find-page {
	background: #f9f9f9;
	padding-top: 45px;
}
.find-form {
	border: solid 1px #ececec;
	padding: 20px;
	background: #fff;
}
.find-form .form-group {
	margin-bottom: 20px;
}
.find-form .form-group label {
	font-family: 'Exo', sans-serif;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 17px;
}
.comon-doctor-div {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 15px;
	box-shadow: 0px 5px 30px 0px rgb(9 29 62 / 15%);
	margin-bottom: 25px;
	background: #fff;
}
.comon-doctor-div figure {
	width: 190px;
	height: 190px;
	overflow: hidden;
	border-radius: 5px;
	margin: 0 20px 0 0;
}
.comon-doctor-div h5 {
	font-weight: 600;
}
.book-bn-comon {
	border-radius: 50px;
	background: #8A68AB;
	color: #fff;
	border: none;
	font-size: 18px;
	padding-left: 25px;
	padding-right: 25px;
	font-weight:500;
}
.book-bn-comon:hover {
	background: #161617 !important;
	color: #fff !important;
}
.need-part-sec {
	padding:50px 0;
	background: url(../images/bg-class.jpg) no-repeat fixed;
	background-size: cover;
	color: #fff;
}
.need-part-sec h1 {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
}
.need-part-sec a {
	background-color: #fff;
	color: #8A68AB;
	text-decoration: none;
	padding: 10px 20px;
	border-radius: 30px;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	margin: auto;
	margin-top: 25px;
	display: table;
	transition: all 0.3s ease-in-out;
}
.need-part-sec a:hover {
	background: #161617 !important;
	color: #fff !important;
}
.comon-us .back {
	position: absolute;
	top:250px;
	transition: all 0.5s;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
}
.comon-us .list-unstyled {
	list-style: none !important;
	margin-left:50px;
	padding-right:30px
}
.comon-us .list-unstyled li {
	display: flex;
	align-items: top;
	margin:20px 0;
	line-height:20px;
}
.comon-us .list-unstyled span {
	display:inline-block;
}
.comon-us .list-unstyled i {
	margin-right:10px;
	color:#fff;
	font-size:20px;
}
.list-empresas.list-unstyled {
	list-style: none !important;
}
.list-empresas.list-unstyled li {
	display: flex;
	align-items: top;
	margin:20px 0;
	line-height:20px;
}
.list-empresas.list-unstyled span {
	display:inline-block;
}
.list-empresas.list-unstyled i {
	margin-right:10px;
	font-size:20px;
}
.strong-empresas {
	font-weight:500;
	margin-top:30px;
	margin-bottom:10px;
}
.comon-us .back h5 {
	color: #fff;
}
.comon-us:hover .back {
	top:0;
	background-color: #27B7C5;
}
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #223645;
	border-color: #223645;
}
.page-link {
	color: #223645;
}
.services-part-div .nav-link {
	display: flex;
	align-items: center;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 5px 30px 0px rgb(9 29 62 / 15%);
	margin-bottom: 15px;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	color: #223645;
	text-transform: capitalize;
}
.total-find-page h1 {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
}
.services-part-div .nav .active {
	background-color: #20cabd !important;
}
.services-part-div .nav-link figure {
	width: 35px;
	height: 35px;
	display: inline-table;
	margin: 0 8px 0 0;
}
.services-part-div .nav {
	width: 24%;
}
.services-part-div .tab-content {
	padding: 0 0 0 20px;
	margin-left:auto;
	width: 76%;
}
.services-part-div .tab-content .comon-tabs-sec-d1 {
	margin-left:auto;
}
.comon-tabs-sec-d1 figure {
	border-radius: 10px;
	width: 70%;
	height: 250px;
	overflow: hidden;
}
.admision-top {
	padding: 50px 0 0 0;
	background: #fff;
}
.admision-top h1 {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
}
.how-it-work {
	background: url(../images/feature_image.png) top center no-repeat;
	background-position-y: 20px;
	margin-top: 60px;
	padding-bottom: 50px;
}
.cl-part-div li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	font-size: 19px;
}
.cl-part-div li span {
	width:40px;
	height: 40px;
	border-radius: 20px;
	background: #8A68AB !important;
	color: #fff;
	display: grid;
	align-items: center;
	text-align: center;
	margin-right: 15px;
	font-size: 17px;
}
.cl-part-div li:nth-child(2) span {
 background: #f70000 !important;
}
.cl-part-div li:nth-child(3) span {
 background: #21994f !important;
}
.cl-part-div li:nth-child(4) span {
 background: #f9d460 !important;
}
.activity-part {
	padding: 50px 0;
	margin: 50px 0;
}
.activity-part h1 {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
}
.activity-part .nav-tabs .nav-item.show .nav-link, .activity-part .nav-tabs .nav-link.active, .activity-part .nav-tabs .nav-link:focus, .activity-part .nav-tabs .nav-link:hover {
	isolation: isolate;
	color: #fff;
	background-color: #73379c;
	border: none;
}
.activity-part .nav-tabs .nav-link {
	margin-bottom: -3px;
	margin-left: 2px;
	font-family: 'Exo', sans-serif;
	font-size: 17px;
	font-weight: 700;
	color: #73379c;
}
.comon-div-text-part {
	padding: 30px 0;
	color: #fff;
}
.comon-ac-div {
	background: #fff;
	padding: 20px;
	text-align: center;
	box-shadow: 0px 5px 30px 0px rgb(9 29 62 / 15%);
	min-height: 341px;
}
.comon-ac-div span {
	width:70px;
	height: 70px;
	display:grid;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
}
.comon-ac-div h5 {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
}
.activity-part .tab-content {
	background: #8A68AB;
}
.stu-div1s {
	background: #8A68AB;
	padding: 30px 0 60px 0;
	margin: 50px 0 0 0;
	display: inline-block;
	width: 100%;
}
.stu-div1s .comon-ac-div, .stu-div1s-2 .comon-ac-div {
	min-height: 450px;
	overflow: hidden;
	padding: 0;
	min-height: inherit;
	position: relative;
}
.stu-div1s .comon-ac-div figure, .stu-div1s-2 .comon-ac-div figure {
	height: 269px;
	position: relative;
	width: 100%;
	top:0;
	left: 0;
	overflow: hidden;
	margin: 0;
}
.stu-div1s .comon-ac-div figure img, .stu-div1s-2 .comon-ac-div figure img {
	object-fit:cover;
	width: 100%;
	height: 100%;
}
.stu-div1s .comon-ac-div h5, .stu-div1s-2 .comon-ac-div h5 {
	text-align: center;
	color: #212529;
	position: relative;
	bottom: 0;
	z-index: 2;
	padding: 10px 0;
	width: 100%;
	margin: 0;
}
.zoom-ef {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: grid;
	align-content: center;
	transition: 0.5s;
	transform: scale(0);
	opacity: 0;
	z-index: 3;
}
.zoom-ef i {
	color: #fff;
	font-size: 16px;
}
.stu-div1s-2 h1 {
	color: #212529;
}
.stu-div1s .comon-ac-div:hover .zoom-ef, .stu-div1s-2 .comon-ac-div:hover .zoom-ef {
	top:0;
	transform: scale(1);
	opacity: 9;
	background: rgba(0, 0, 0, 95%);
}
.login-div-modal .modal-content, .login-div-modal .modal-header {
	background: none;
	border: none;
}
.user-icon {
	font-size: 35px;
}
.login-div-modal h5 {
	font-weight: 700;
	font-size: 25px;
}
.login-modal-pn .form-control {
	border: none;
	font-size: 15px;
	background: #f3f3f3;
	height: 45px;
	margin-bottom: 20px;
}
.continue-bn {
	background:#8A68AB;
	color: #fff !important;
	font-weight: 700;
	width: 100%;
	display: inline-block;
	box-shadow: 0 20px 30px 0 rgb(172 172 172 / 40%);
}
.regster-bn {
	text-decoration: none;
	font-weight: 600;
	color: #8A68AB;
	cursor: pointer;
}
.com-div-md {
	background: #fff;
	padding-top: 25px;
	padding-bottom: 25px;
}
.login-div-modal .close {
	transform: none;
	position: absolute;
	right: 22px;
	top: 27px;
	border: none;
	background: none;
	font-size: 29px;
}
.login-modal-pn {
	padding: 10px 40px 30px 40px;
}
.cm-select-login label {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 14px;
	width: 92%;
}
.team-page .details-part h3 {
	font-size: 26px;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	margin-top: 10px;
}
.team-page .details-part h5 {
	text-transform: capitalize;
}
.log-hed-btn {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.scroll-area {
	position: relative;
	z-index: 999;
}
.scroll-area .go-top {
	position: fixed;
	cursor: pointer;
	top: 0;
	right: 30px;
	color: #ffffff;
	background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
	background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
	background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
	z-index: 9999;
	width: 150px;
	text-align: center;
	height: 45px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.9s ease-out 0s;
	-moz-transition: all 0.9s ease-out 0s;
	-ms-transition: all 0.9s ease-out 0s;
	-o-transition: all 0.9s ease-out 0s;
	transition: all 0.9s ease-out 0s;
	border-radius: 10px;
}
.scroll-area .go-top::before {
 content: '';
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: -1;
 background-color:#F07E1F;
 opacity: 0;
 visibility: hidden;
 -webkit-transition: all 0.5s ease-out 0s;
 -moz-transition: all 0.5s ease-out 0s;
 -ms-transition: all 0.5s ease-out 0s;
 -o-transition: all 0.5s ease-out 0s;
 transition: all 0.5s ease-out 0s;
 border-radius: 10px;
}
.scroll-area .go-top:focus, .scroll-area .go-top:hover {
	color: #fff;
}
.scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
 opacity: 1;
 visibility: visible;
}
.scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}
.scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}
.scroll-area .go-top.active {
	top: 95%;
	transform: translateY(-98%);
	opacity: 1;
	visibility: visible;
	border-radius: 0;
	right: 30px;
	border-radius:10px;
}
.top-wrap {
	position: relative;
}
.top-wrap .go-top-button {
	display: inline-block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	text-transform:uppercase;
	top: 3px;
	z-index: 1;
	background: #8A68AB;
	border:solid 1px #FFF;
}
.top-wrap .go-top-button::after {
 z-index: -1;
 content: "";
 position: absolute;
 left: 1px;
 top: 1px;
 width: 140px;
 height: 45px;
 -webkit-animation: ripple 1.6s ease-out infinite;
 -moz-animation: ripple 1.6s ease-out infinite;
 -o-animation: ripple 1.6s ease-out infinite;
 animation: ripple 1.6s ease-out infinite;
 opacity: 0;
 background-image: -webkit-linear-gradient(0deg, #8A68AB 0%, #8A68AB 100%);
 border-radius: 10px;
}
.top-wrap .go-top-button:hover {
	background-color: #8A68AB;
	color: #fff;
}
@keyframes ripple {
 0%, 35% {
 -webkit-transform: scale(0);
 -moz-transform: scale(0);
 -ms-transform: scale(0);
 -o-transform: scale(0);
 transform: scale(0);
 opacity: 1;
}
 50% {
 -webkit-transform: scale(1.3);
 -moz-transform: scale(1.3);
 -ms-transform: scale(1.3);
 -o-transform: scale(1.3);
 transform: scale(1.3);
 opacity: 0.8;
}
 100% {
 opacity: 0;
 -webkit-transform: scale(1.5);
 -moz-transform: scale(1.5);
 -ms-transform: scale(1.5);
 -o-transform: scale(1.5);
 transform: scale(1.5);
}
}
.carousel-control-prev, .carousel-control-next {
	width:40px;
	height:50px;
	font-size:30px;
	top:50%;
	margin:0 50px;
}
.footer-copyright {
	color:#FFF;
	padding-bottom:10px;
	font-size:14px;
}
.footer-copyright a {
	color:#FFF;
	text-decoration:none;
	font-weight:600;
	transition: all 0.3s ease-out 0s;
}
.footer-copyright a:hover {
	color:#F07E1F;
}
.socials-footer {
	padding:0 !important;
	padding-top:10px !important;
}
.socials-footer li {
	display:inline-block;
	margin-right:10px;
}
.socials-footer li a {
	font-size:22px !important;
	transition: all 0.3s ease-out 0s;
}
.socials-footer li a:hover {
	color:#F07E1F !important;
}
.sub-menu-dropdown {
	list-style: none;
	position:absolute;
	min-width:300px;
	background-color:#EAF9FB;
	border:solid 1px #D2F3F7;
	padding:10px;
	opacity: 0;
	border-radius:3px;
	translate: 0 25%;
	transition: all 250ms cubic-bezier(.33, .65, .67, .81);
	transition-delay: 300ms;
	pointer-events:none;
}
.sub-menu-dropdown li a {
	transition: all 250ms cubic-bezier(.33, .65, .67, .81);
}
.sub-menu-dropdown li a:hover {
	background-color:#EAF9FB !important;
	color:#F07E1F;
}
.nav-item.dropdown:hover .sub-menu-dropdown {
	opacity: 1;
	translate: 0 0;
	pointer-events: all;
}
a.anchor {
	display: block;
	position: relative;
	top: -120px;
}
.bg-green-100 {
	background-color:#ECFAFB;
}
.bg-green-100-triped:nth-child(even) {
 background-color:#ECFAFB;
}
.section-md {
	padding:80px 0 !important;
}
.vision-mison-values {
	margin-top:20px;
}
.vision-mison-values h2 {
	position:relative;
	float:left;
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	background-color:#8A68AB;
	width:60px;
	height:60px;
	border-radius:50%;
	text-align:center;
	color:#FFF;
	line-height:60px;
}
.vision-mison-values div {
	margin-left:80px;
}
.vision-mison-values h5 {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
}
.tittle-section svg {
	margin-bottom:10px;
}
.tittle-section h1 {
	font-family: 'Exo', sans-serif;
	font-weight: 800;
}
.tittle-section h5 {
	font-family: 'Exo', sans-serif;
}
.color-purple {
	color:#8A68AB;
}
.text-bold {
	font-weight: 800;
}
.mt-20 {
	margin-top:20px;
}
.mt-30 {
	margin-top:30px;
}
.mt-40 {
	margin-top:40px;
}
.mt-50 {
	margin-top:50px;
}
.mt-60 {
	margin-top:60px;
}
.mt-70 {
	margin-top:70px;
}
.mt-80 {
	margin-top:80px;
}
.mt-90 {
	margin-top:90px;
}
.mt-100 {
	margin-top:100px;
}
.mb-20 {
	margin-bottom:20px;
}
.mb-30 {
	margin-bottom:30px;
}
.mb-40 {
	margin-bottom:40px;
}
.mb-50 {
	margin-bottom:50px;
}
.mb-60 {
	margin-bottom:60px;
}
.mb-70 {
	margin-bottom:70px;
}
.mb-80 {
	margin-bottom:80px;
}
.mb-90 {
	margin-bottom:90px;
}
.mb-100 {
	margin-bottom:100px;
}
#carousel_prestacao_conta .item {
	margin:10px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.21);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.21);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.21);
}
.counter-iab {
	text-align:center;
	flex: 1;
}
.counter-iab .counter-value {
	font-family: 'Exo', sans-serif;
	font-weight:800;
	font-size:40px;
	color:#27B7C5;
}
.counter-iab h3 {
	font-size:20px;
	color:#F07E1F;
}
.row-team-members {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom:50px;
}
.row-team-members h1{
	text-align:center;
	font-family: 'Exo', sans-serif;
	color:#1E8BCC;
	padding-top:50px;
}
.col-team-members {
	text-align:center;
	background-color:#fff;
	padding:20px;
	margin-top:20px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-out 0s;
	position: relative;
	overflow: hidden;
}
.col-team-members:hover {
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
}
.col-team-members img {
	transition: all 0.3s ease-out 0s;
}
.col-team-members:hover img {
	-webkit-transform:scale(1.02);
	transform:scale(1.02);
}


.col-team-members-hover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	background-color: rgba(255, 255, 255, 0.80);
	opacity: 0;
	transition: all 0.3s;
}
.col-team-members:hover .col-team-members-hover .desk {
	top: 50%;
}
.col-team-members:hover .col-team-members-hover, .col-team-members:hover .col-team-members-hover .desk, .col-team-members:hover .col-team-members-hover .s-link {
	opacity: 1;
}
.col-team-members-hover .desk {
	position: absolute;
	top: 0%;
	width: 100%;
	opacity: 0;
	-webkit-transform: translateY(-55%);
	transform: translateY(-55%);
	transition: all 0.3s 0.2s;
	padding: 0 20px;
}
.col-team-members-hover .desk p{
	font-size:18px;
	font-weight:500;
}
.col-team-members .caption {
	min-height:100px;
}
.col-team-members h2 {
	color:#1E8BCC;
	font-size:22px;
	padding-top:15px;
	text-align:center;
}
.col-team-members h3 {
	font-size:18px;
	text-align:center;
	color:#999;
}
.s-link a i {
	color:#666;
	font-size:26px !important;
	transition: all 0.3s 0.2s;
}
.s-link a i:hover {
	color: #F07E1F;
}
.col-team-members-hover .s-link {
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0;
	text-align: center;
	-webkit-transform: translateY(45%);
	transform: translateY(45%);
	transition: all 0.3s 0.2s;
	font-size: 35px;
}
.col-team-members:hover .col-team-members-hover .s-link {
	bottom: 10%;
}

.btn-doe-header {
	text-align:center;
	margin-top:20px;
	margin-bottom:10pz;
	display:none;
}
.img-roundness {
	border-radius:20px;
}
.sections-oque-fazemos h1 {
	padding-bottom:30px;
}
.sections-oque-fazemos p {
	font-size:22px;
}
.sections-oque-fazemos p span {
	font-weight:600;
	padding-right:7px;
}
.content-tittle-fa p {
	padding-left:25px;
}
.sections-oque-fazemos a {
	margin-top:20px;
}
.btn-orange {
	background-color:#F07E1F;
}
.btn-green {
	background-color:#27B7C5;
}
.btn-disabled {
	background-color:#ccc;
	color:#111;
	margin-top:20px;
	border-radius: 50px;
	font-size: 18px;
	padding:7px 25px;
	font-weight:500;
	display:inline-block;
	text-align:center;
}
.tittle-fa {
	color:#27B7C5;
	font-size:26px !important;
	margin-left:-25px;
}
.tittle-fa i {
	color:#1E8BCC;
	margin-right:10px;
}
.banner-voluntario {
	background: url(../images/banner-voluntario.jpg) center left;
	background-size: cover;
	padding: 250px 0px !important;
	border-radius: 0px;
	overflow: hidden;
	position: relative;
	background-attachment: fixed;
}
.banner-voluntario h1 {
	color:#F07E1F;
	font-family: 'Exo', sans-serif;
	font-weight:700;
	font-size:60px;
	line-height:80px;
	text-shadow: 0px 0px 15px #292929;
}
.div-quero-apoiar {
	border:solid 4px #27B7C5;
	border-radius:20px;
	padding:20px;
	background-color:#F5FDFE;
	height:100%
}
.div-quero-apoiar h1 {
	font-size:24px;
	padding:10px 0;
}
.div-quero-apoiar h2 {
	font-size:20px;
}
.div-quero-apoiar h3 {
	font-size:20px;
	padding-top:15px;
	color:#8A68AB;
	font-weight:600;
}
.div-quero-apoiar span {
	padding-left:30px;
	color:#1E8BCC;
	padding-bottom:10px;
}
.div-quero-apoiar .list-unstyled {
	list-style: none !important;
	padding-left:0;
}
.div-quero-apoiar .list-unstyled li {
	display: flex;
	align-items: top;
	margin-bottom:7px;
	line-height:20px;
}
.div-quero-apoiar .list-unstyled span {
	display:inline-block;
}
.div-quero-apoiar .list-unstyled i {
	margin-right:10px;
	color:#8A68AB;
	font-size:20px;
}
.div_pix_doacao {
	padding:50px;
	text-align:center;
}
.div_pix_doacao h2 {
	font-family: 'Exo', sans-serif;
	font-weight:800;
	font-size:30px;
}
.div_pix_doacao span {
	color:#27B7C5;
}
.div_pix_doacao input {
	margin-top:20px;
}
.div_doacao_info {
	text-align:center;
}
.div_doacao_info span {
	color:#27B7C5;
	font-weight:700;
}
.responsive-yes {
	display:none;
}
.responsive-no {
	display:block;
}
.col-blog {
	background-color:#fff;
	padding:20px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease-out 0s;
	margin-bottom:30px;
}
.col-blog img {
	width:100%;
	transition: all 0.3s ease-out 0s;
}
.col-blog:hover img {
	-webkit-transform:scale(1.02);
	transform:scale(1.02);
}
.col-blog .caption h2 {
	color:#1E8BCC;
	font-size:18px;
	padding-top:15px;
}
.col-blog .caption h3 a {
	text-decoration:none;
	color:#000;
	transition: all 0.3s ease-out 0s;
}
.col-blog .caption h3 a:hover {
	color:#F07E1F;
}
.col-blog .caption h2 span {
	color:#000;
	font-size:14px;
	padding:0 10px;
}
.col-blog .caption h2 a {
	color:#F07E1F;
	text-decoration:none;
	transition: all 0.3s ease-out 0s;
}
.col-blog .caption h2 a:hover {
	color:#27B7C5;
}
.col-blog .caption h4 {
	min-height:130px;
}

.col-team-members h3 {
	font-size:18px;
	text-align:center;
	color:#999;
}
.col-blog .caption h5 {
	padding:20px 0;
}
.pesquisa {
	padding-bottom:15px;
}
.pesquisa h2 {
	color:#8A68AB;
	font-size:22px;
	font-weight:700;
	padding-bottom:10px;
}
.pesquisa input {
	border:solid 1px #F07E1F !important;
}
.pesquisa input::placeholder {
 color:#CCC;
 font-style:italic;
}
.pesquisa .input-group .btn {
	background-color:#F07E1F;
	color:#FFF;
	border-radius:40px;
	border:none;
	z-index:2;
}
.pesquisa .input-group .btn:hover {
	background-color:#ccc;
	color:#141514;
}
.pesquisa .form-control {
	border:none;
	border-radius:40px;
	z-index:1 !important;
}
.categorias h2 {
	color:#8A68AB;
	font-size:22px;
	font-weight:700;
	padding-bottom:10px;
	padding-top:50px;
}
.categorias .list-unstyled li {
	padding-bottom:7px;
}
.categorias .list-unstyled li a {
	text-decoration:none;
	color:#000;
	font-size:18px;
	font-weight:200;
	transition: all 0.3s ease-in-out;
}
.categorias .list-unstyled li a:hover {
	color:#F07E1F;
}
.categorias i {
	margin-right:10px;
}
.arquivo h2 {
	color:#8A68AB;
	font-size:22px;
	font-weight:700;
	padding-bottom:10px;
	padding-top:50px;
}
.arquivo .list-unstyled li {
	padding-bottom:7px;
}
.arquivo .list-unstyled li a {
	text-decoration:none;
	color:#000;
	font-size:18px;
	font-weight:200;
	transition: all 0.3s ease-in-out;
}
.arquivo .list-unstyled li a:hover {
	color:#F07E1F;
}
.arquivo i {
	margin-right:10px;
}
.ultimos-posts .col-blog {
	width:90%;
}
.ultimos-posts h2 {
	color:#8A68AB;
	font-size:22px;
	font-weight:700;
	padding-bottom:10px;
	padding-top:50px;
}
.ultimos-posts h3 {
	font-size:14px;
	color:#999;
	font-weight:200;
	padding-top:10px;
}
.ultimos-posts h4 a {
	text-decoration:none;
	color:#000;
	font-size:18px;
	font-weight:200;
	transition: all 0.3s ease-in-out;
}
.ultimos-posts h4 a:hover {
	color:#F07E1F;
}
.ultimos-posts a {
	text-decoration:none;
	transition: all 0.3s ease-in-out;
}
.ultimos-posts a:hover {
	color:#F07E1F;
}
.noticias-home {
	margin-top:30px;
}
.noticias-home h2 {
	color:#8A68AB;
	font-size:22px;
	font-weight:700;
	padding-bottom:10px;
	padding-top:50px;
}
.noticias-home h3 {
	font-size:14px;
	color:#999;
	font-weight:200;
	padding-top:10px;
}
.noticias-home h4 a {
	text-decoration:none;
	color:#000;
	font-size:18px;
	font-weight:200;
	transition: all 0.3s ease-in-out;
}
.noticias-home h4 a:hover {
	color:#F07E1F;
}
.noticias-home a {
	text-decoration:none;
	transition: all 0.3s ease-in-out;
}
.noticias-home a:hover {
	color:#F07E1F;
}
.pagination {
	font-size: 0;
	line-height: 0;
	margin-bottom: -10px;
	margin-left: -10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination:empty {
	margin-bottom: 0;
	margin-left: 0;
}
.pagination > * {
	display: inline-block;
	margin: 0 0 10px 10px;
}
.page-item {
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
}
.page-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 48px;
	min-height: 48px;
	padding: 9px 9px;
	border: 1px solid #F07E1F;
	border-radius: 10px !important;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71429;
	background-color: transparent;
	color: #F07E1F;
	transition: all 0.3s ease-in-out;
	outline: none;
}
.page-link:focus {
	outline: none;
	box-shadow: none;
}
.page-link.button-winona * {
	line-height: inherit;
}
.page-link.button-winona .content-dubbed {
	margin-top: -1px;
}
.page-link:hover, .page-link:focus, .page-link:active {
	color: #fff;
	background-color: #F07E1F;
	border-color: #F07E1F;
}
.page-item.active > .page-link, .page-item.active > .page-link:hover, .page-item.active > .page-link:focus, .page-item.active > .page-link:active {
	color: #fff;
	background-color:#F07E1F;
	border-color: #F07E1F;
}
.page-item.disabled > .page-link, .page-item.disabled > .page-link:hover, .page-item.disabled > .page-link:focus, .page-item.disabled > .page-link:active {
	color: #74757f;
	background-color: #e8e9ee;
}
 .page-item-control .icon::before {
 font-family: 'FontAwesome';
 font-size: 11px;
 line-height: 24px;
}
 .page-item-control:first-child .icon::before {
 content: '\f053';
 margin-left: -1px;
}
 .page-item-control:last-child .icon::before {
 content: '\f054';
 margin-right: -1px;
}
* + .pagination {
	margin-top: 35px;
}
#carousel_depoimentos .item {
	display:flex;
	height:100% !important;
	height:500px;
	background-image:url(../images/back_depo.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
#carousel_depoimentos .caption {
	width:50%;
	padding:50px;
}
#carousel_depoimentos .caption img {
	width:50px;
	margin-bottom:40px;
}
#carousel_depoimentos .image-depo {
	height:500px;
	width:50%;
}
#carousel_depoimentos .image-depo img {
	position:relative;
	top:19%;
	left:12%;
	border-radius:50%;
	width:300px;
	height:300px;
}
.tittle-post {
	font-family: 'Rubik', sans-serif;
	font-weight:500;
}
.need-part-sec ul {
	list-style:none;
	padding:0;
}
.need-part-sec ul li {
	display:inline-block;
	padding:0 10px;
}
.sobre-autismo h4 {
	text-align:center;
	padding:30px;
	font-size:22px;
}
.sobre-autismo .list-unstyled {
	list-style: none !important;
	padding-left:0;
}
.sobre-autismo .list-unstyled li {
	display: flex;
	align-items: top;
	margin-bottom:15px;
	font-weight:200;
	font-size:18px;
}
.sobre-autismo .list-unstyled span {
	display:inline-block;
}
.sobre-autismo .list-unstyled i {
	margin-right:10px;
	font-size:20px;
}
.mat-educ {
	box-shadow:0px 5px 30px 0px rgb(9 29 62 / 15%);
	min-height: 300px;
	background: #fff;
	overflow: hidden;
	text-align:center;
	padding:30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom:25px;
}
.mat-educ h5 {
	padding-bottom:20px;
}
.mat-educ a {
	margin:5px 0;
	transition: all 0.3s ease-in-out;
}
.mat-educ a:hover {
	color:#F07E1F;
}
.doe-nf p, .doe-nf h4, .doe-nf h5 {
	text-align:center;
	padding:10px 0;
}
.doe-nf .list-unstyled {
	list-style: none !important;
	padding:20px;
	position:relative;
	left:50%;
	margin-left:-25%;
	width:50%;
	background-color:#FFF;
	border:solid 1px #CCC;
	border-radius:20px;
}
.doe-nf .list-unstyled li {
	display: flex;
	align-items: top;
	margin-bottom:15px;
	font-weight:200;
	font-size:18px;
}
.doe-nf .list-unstyled span {
	display:inline-block;
}
.doe-nf .list-unstyled i {
	margin-right:10px;
	font-size:20px;
}
.como-empresa-ajuda {
	margin-top:80px;
}
.como-empresa-ajuda img {
	border-radius:20px;
}
.como-empresa-ajuda h2 {
	padding-bottom:10px;
}
.como-empresa-ajuda .list-unstyled {
	list-style: none !important;
	padding:0;
}
.como-empresa-ajuda .list-unstyled li {
	display: flex;
	align-items: top;
	margin-bottom:15px;
	font-weight:200;
	font-size:16px;
}
.como-empresa-ajuda .list-unstyled span {
	display:inline-block;
}
.como-empresa-ajuda .list-unstyled i {
	margin-right:10px;
	font-size:20px;
	line-height:20px;
}
.como-empresa-ajuda .list-unstyled:nth-child(1) {
 margin-left:40px;
}
.como-empresa-ajuda .list-unstyled:nth-child(1) li {
 font-size:16px;
 color:#F07E1F;
 margin-bottom:10px;
}
.quem-somos-section-0 h2 {
	font-size:26px;
	font-family: 'Exo', sans-serif;
	font-weight:600;
}
.quem-somos-section-0 h2 span {
	font-size:30px;
	color:#8A68AB;
	font-weight:800;
}
.quem-somos-section-0 .list-unstyled {
	list-style: none !important;
	padding:20px 0;
}
.quem-somos-section-0 .list-unstyled li {
	display: flex;
	align-items: top;
	margin-bottom:15px;
	font-weight:700;
	font-size:18px;
	color:#F07E1F;
}
.quem-somos-section-0 .list-unstyled span {
	display:inline-block;
}
.quem-somos-section-0 .list-unstyled i {
	margin-right:10px;
	font-size:20px;
	line-height:20px;
}

.quem-somos-section-1 h2 {
	font-size:26px;
	font-family: 'Exo', sans-serif;
	font-weight:600;
}
.quem-somos-section-1 h2 span {
	font-size:30px;
	color:#8A68AB;
	font-weight:800;
}

.owl-carousel {
	display: flex !important;
	flex-direction: row;
	justify-content: center;
}
.list-impacto h4 {
	padding-bottom:20px;
}
.list-impacto .list-unstyled {
	list-style: none !important;
	padding:0;
}
.list-impacto .list-unstyled li {
	display: flex;
	align-items: top;
	margin-bottom:15px;
	font-weight:200;
	font-size:16px;
}
.list-impacto .list-unstyled span {
	display:inline-block;
}
.list-impacto .list-unstyled i {
	margin-right:10px;
	font-size:20px;
	line-height:20px;
}
.empregabilidade .list-unstyled {
	list-style: none !important;
	padding-left:30px;
}
.empregabilidade .list-unstyled li {
	display: flex;
	align-items: top;
	margin-bottom:15px;
	font-weight:200;
	font-size:18px;
}
.empregabilidade .list-unstyled span {
	display:inline-block;
}
.empregabilidade .list-unstyled i {
	margin-right:10px;
	font-size:20px;
	line-height:20px;
}
.oficinas-eventos h1 {
	padding-bottom:10px;
}
.oficinas-eventos p {
	margin-bottom:0;
	padding-bottom:10px;
}
.oficinas-eventos strong {
	font-weight:900;
}
.oficinas-eventos a {
	margin-top:20px;
}
.alert-forms {
	text-align:center;
	min-height:50px;
	font-size:18px;
	color:#27B7C5;
	font-weight:700;
	padding:10px;
}
.alert-forms i {
	margin-right:8px;
}
.input-error {
	background-color:#FFD2D2 !important;
	border-color:#990000 !important;
}
.custom-file-input {
	color: transparent;
	width:250px !important;
	border-radius: 50px;
	border: none;
}
.custom-file-input::-webkit-file-upload-button {
 visibility: hidden;
}
.custom-file-input::before {
 content: "Carregar comprovante";
 color: fff;
 display: inline-block;
 background:#27B7C5;
 border-radius: 50px;
 padding: 7px 25px;
 outline: none;
 white-space: nowrap;
 -webkit-user-select: none;
 cursor: pointer;
 text-shadow: 1px 1px #fff;
 font-weight: 500;
 font-size: 18px;
 width:250px;
 text-align:center;
 border: none;
}
.custom-file-input:hover::before {
 border-color: black;
}
.custom-file-input:active {
	outline: 0 !important;
	border-color: inherit !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border:none !important;
}
#carousel_projetos img{
	border-radius:30px;
}
#carousel_projetos h2{
	font-family: 'Exo', sans-serif;
	color:#F07E1F;
	font-weight:700;
	padding-bottom:20px;
}
#carousel_projetos p{
	font-size:22px;
}
#carousel_projetos a{
	position:absolute;
	bottom:0px !important;
}
.row-projects {
	display: flex;
	align-items: center;
	justify-content: center;
}
.col-projects {
	text-align:center;
	background-color:#fff;
	padding:20px;
	margin-top:80px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
	transition: all 0.3s ease-out 0s;
}
.col-projects:hover {
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.5);
}
.col-projects img {
	transition: all 1.0s ease-out 0s;
	width:100%;
}
.col-projects:hover img {
	-webkit-transform:scale(1.01);
	transform:scale(1.01);
}
.col-projects .caption {
	position:relative;
	min-height:280px;
	margin-bottom:30px;
	padding-bottom:50px;
}
.col-projects h2 {
	font-family: 'Exo', sans-serif;
	color:#F07E1F;
	font-weight:700;
	padding-top:30px;
}
.col-projects a {
	position:absolute;
	bottom:0px !important;
	left:0;
	right:0;
	margin:auto;
	width:250px;
}
.section-projeto h5{
	text-align:center;
	padding-bottom:40px;
}
.section-projeto img{
	margin-bottom:30px;
}
.partner{
	text-align:center;
	margin-bottom:30px;
	background-color:#FF0;
}
.partner img{
	transition: all 0.3s ease-out 0s;
}
.partner img:hover{
	-webkit-transform:scale(1.03);
	transform:scale(1.03);
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.row-partners{
	display: flex;
	align-items:center;
	justify-content: center;
	margin-top:50px;
}
.brasil-export img{
	margin:80px 0;
}
.brasil-export h4{
	padding:10px 0;
}
.brasil-export .list-unstyled {
	list-style: none !important;
	padding-left:30px;
}
.brasil-export .list-unstyled li {
	display: flex;
	align-items: top;
	margin-bottom:15px;
	font-size:18px;
	font-weight:200;
}
.brasil-export .list-unstyled span {
	display:inline-block;
}
.brasil-export .list-unstyled i {
	margin-right:10px;
}
.slider-projetos-home{
	position:relative;
}
.btn-nav-sliders{
	position:absolute;
	font-size:46px;
	padding:0;
	top:40%;
	z-index:2;
	cursor:pointer;
	color:#666;
	transition: all 0.3s ease-out 0s;
}
.btn-nav-sliders:hover{
	color:#F07E1F;
}
.btn-nav-sliders i{
	padding:0;
	margin:0;
}
.btn-nav-sliders.am-next{
	right:-30px;
}
.btn-nav-sliders.am-prev{
	left:-30px;
}
.alert-newsletter{
	height:20px;
	padding-top:5px;
}