/*
  Theme Name: Texila American University Landing Page
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
	background: #f9fbfa;
	color: #0b0a07;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	line-height: 26px;
}
a {
	color: #f8e71c;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	color: #18d36e;
	outline: none;
	text-decoration: none;
}
p {
	padding: 0;
	margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif !important;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}
h2 {
	text-align: left;
	margin-bottom: 25px;
	font-size: 36px;
	line-height:46px;
	font-weight: 400;
	color:#272765;
}
h3 {
	font-size: 30px;
	font-weight: 500;
	color: #272765 !important;
}
h4 {
	font-weight: 500;
	font-size: 24px;
}
.mar-but10 {
	margin-bottom: 10px !important;
}
.mar-top-20 {
	margin-top: 20px !important;
}
.mar-top-40 {
	margin-top: 40px;
}
.mar-bot-40{ margin-bottom: 40px !important;}

/* Back to top button */

.back-to-top {
	position: fixed;
	display: none;
	background: #2f2e67;
	color: #fff;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 50%;
	right: 15px;
	bottom: 90px;
	transition: background 0.5s;
	z-index: 11;
}
.back-to-top i {
	padding-top: 12px;
	color: #fff;
}
/* Prelaoder */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	overflow: hidden;
	background: #fff;
}
#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #f2f2f2;
	border-top: 6px solid #f8e71c;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}
 @-webkit-keyframes animate-preloader {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes animate-preloader {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.mar-botp20 {
	margin-bottom: 20px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	padding: 15px 0;
	height: 92px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	transition: all 0.5s;
	z-index: 997;
}
#logo {
	padding: 20px 0px;
}
#logo img {
	padding: 0;
	margin: 0;
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
	display: table;
	width: 100%;
	/*height: 678px;*/
	/*background: #2f2e67;*/
	background: url(../img/banner-bg.jpg) no-repeat top center #0c0c3e;
}
#intro .container-fluid .col-md-5 {
	padding: 0px;
}
.headling {
	margin: 50px 0px 20px;
}
.headling h3 span{ font-size:14px;}
.headling h1 {
	color: #ffed00;
	line-height: 38px;
	font-size: 32px;
	font-weight: 700;
}
#intro h2 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: 600;
	line-height:30px;
}
#intro h3 {
	color: #fff !important;
	/*margin-bottom: 30px;*/
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	border-bottom:#ffed00 solid 1px;
	padding-bottom:15px;
	max-width:80%;
	margin-top:30px;
}
#intro p {
	/*padding: 0px 40px;*/
	color: #fff;
}
#intro .carousel-item {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
#intro .carousel-item::before {
	content: '';
	/* background-color: rgba(0, 0, 0, 0.9);*/
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.dean { margin-top:200px; }
.dean h4 {color: #fff !important; margin-bottom: 30px;font-size: 18px;font-weight: 500; line-height: 40px; padding-bottom:15px;}
.dean h4 span{font-size:16px;  border-top:#ffed00 solid 1px; padding-top:10px;}
.mobile-view { display:none}

/* Sections Header
--------------------------------*/

.section-header h3 {
	font-size: 32px;
	color: #111;
	text-transform: uppercase;
	text-align: center;
	font-weight: 700;
	position: relative;
	padding-bottom: 15px;
}
.section-header h3::before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}
.section-header h3::after {
	content: '';
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: #2f2e67;
	bottom: 0;
	left: calc(50% - 20px);
}
.section-header p {
	text-align: center;
	padding-bottom: 30px;
	color: #333;
}
/* Section with background
--------------------------------*/

.section-bg {
	background: #ffed00 !important;
}
/* Featured Services Section
--------------------------------*/

#featured-services {background: #272765;}

.box-bg {
	background: #e1e7f0;
	text-align: center;
	padding: 30px 30px;
	
}
.box-bg h4 {
	color: #272765;
	text-align: left;
	margin-bottom: 25px;
	font-size: 30px;
}
#featured-services .box-bg-two {
	background: #b3bed0;
	text-align: center;
}
#featured-services i {
	color: #f8e71d;
	font-size: 48px;
	display: inline-block;
	line-height: 1;
}
#featured-services h4 {
	font-weight: 600;
	/* margin: 15px 0;*/
	font-size: 24px;
	color: #f8e71d;/*background:url(../img/shadow-small.png) no-repeat bottom;*/
  
}
#featured-services p {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	margin-bottom: 0;
}
/* About Us Section
--------------------------------*/

#about {
	/* background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;*/
	padding: 60px 0 40px 0;
	position: relative;
}
#about::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.92);
	z-index: 9;
}
#about .container {
	position: relative;
	z-index: 10;
}
#about .about-col {
	background: #fff;
	border-radius: 0 0 4px 4px;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
	margin-bottom: 20px;
}
#about .about-col .img {
	position: relative;
}
#about .about-col .img img {
	border-radius: 4px 4px 0 0;
}
#about .about-col .icon {
	width: 64px;
	height: 64px;
	padding-top: 8px;
	text-align: center;
	position: absolute;
	background-color: #f8e71c;
	border-radius: 50%;
	text-align: center;
	border: 4px solid #fff;
	left: calc( 50% - 32px);
	bottom: -30px;
	transition: 0.3s;
}
#about .about-col i {
	font-size: 36px;
	line-height: 1;
	color: #fff;
	transition: 0.3s;
}
#about .about-col:hover .icon {
	background-color: #fff;
}
#about .about-col:hover i {
	color: #f8e71c;
}
#about .about-col h2 {
	color: #000;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	padding: 0;
	margin: 40px 0 12px 0;
}
#about .about-col h2 a {
	color: #000;
}
#about .about-col h2 a:hover {
	color: #f8e71c;
}
#about .about-col p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	margin-bottom: 0;
	padding: 0 20px 20px 20px;
}
/* Services Section
--------------------------------*/
#tau { background: #fff;background-size: cover;
	padding: 40px 0 60px 0;}
	
#tau h3{ text-align:center }

#specializations {
	background: #e1e7f0 ;
	background-size: cover;
	
}
#program {
	background: #fff;
	background-size: cover;
}
#services {
	background: #fff;
	background-size: cover;
	padding: 0px 0 60px 0;
}
#program .box {
	padding:20px;
	background:#272765;
	
}
#program .box1 {padding:20px;background:#212053}

#program .icon {
	float: left;
}


#program .icon i {
	color: #2f2e67;
	font-size: 54px;
	line-height: 1;
	transition: 0.5s;
}
#program .title {
	margin-left: 45px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight:600;
	font-family: "Open Sans", sans-serif !important;
}
#program .title {
	color: #fff;
}
#program .description {
	font-size: 14px;
	margin-left: 45px;
	line-height: 26px;
	margin-bottom: 0;
	color: #fff;
}
#program .box-bg-two {
	border-right: #b3bed0 solid 1px;
	padding: 0px 40px 0px;
}
#program .col-lg-2 { padding:0px !important }
#program .col-lg-3 { padding:0px !important }


/* Call To Action Section
--------------------------------*/

.cta-btn {
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
	padding: 8px 28px;
	border-radius: 1px;
	transition: 0.5s;
	margin-top: 10px;
	border: 2px solid #F3E10A;
	background: #f8e71c;
	color: #000 !important;
}
.cta-btn:hover {
	background: #f8e71c;
	border: 2px solid #F3E10A;
	color: #000;
}
/* Call To Action Section
--------------------------------*/



/* Testimonials Section
--------------------------------*/

#testimonials {
	padding: 60px 0 60px;
	background:#fff;
}
#testimonials .section-header {
	margin-bottom: 40px;
}
#testimonials .testimonial-item {
	text-align: center;
}
#testimonials .testimonial-item .testimonial-img {
	width: 120px;
	border-radius: 50%;
	border: 4px solid #fff;
	margin: 0 auto;
}
#testimonials h3 {
	text-align:right;
}
#testimonials .testimonial-item h4 {
	font-size: 14px;
	line-height: 26px;
	color: #000;
	margin: 0 0 15px 0;
}
#testimonials .testimonial-item .quote-sign-left {
	    margin-top: -35px;
    margin-left: -35px;
    padding-right: 10px;
    display: inline-block;
}
#testimonials .testimonial-item .quote-sign-right {
	margin-bottom: -15px;
	padding-left: 10px;
	display: inline-block;
	max-width: 100%;
	width: 37px;
}
#testimonials .testimonial-item p {
	text-align:right;
	margin: 0 auto 15px auto;
}
#testimonials .owl-nav, #testimonials .owl-dots {
	margin-top: 5px;
	text-align: center;
}
#testimonials .owl-dot {
	display: inline-block;
	margin: 0 5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
}
#testimonials .owl-dot.active {
	background-color: #535482;
}
/* Contact Section
--------------------------------*/

#contact {
	padding: 60px 0;
}
#contact .contact-info {
	margin-bottom: 20px;
	text-align: center;
}
#contact .contact-info i {
	font-size: 48px;
	display: inline-block;
	margin-bottom: 10px;
	color: #f8e71c;
}
#contact .contact-info address, #contact .contact-info p {
	margin-bottom: 0;
	color: #000;
}
#contact .contact-info h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
}
#contact .contact-info a {
	color: #000;
}
#contact .contact-info a:hover {
	color: #f8e71c;
}
#contact .contact-address, #contact .contact-phone, #contact .contact-email {
	margin-bottom: 20px;
}
#contact .form #sendmessage {
	color: #f8e71c;
	border: 1px solid #f8e71c;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#contact .form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
	display: block;
}
#contact .form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}
#contact .form input, #contact .form textarea {
	padding: 10px 14px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
}
#contact .form button[type="submit"] {
	background: #f8e71c;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	cursor: pointer;
}
#contact .form button[type="submit"]:hover {
	background: #13a456;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
	background: #000;
	padding: 0 0 20px 0;
	color: #eee;
	font-size: 14px;
}
#footer .footer-top {
	background: #111;
	padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
	margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
	font-size: 34px;
	margin: 0 0 20px 0;
	padding: 2px 0 2px 10px;
	line-height: 1;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	border-left: 4px solid #f8e71c;
}
#footer .footer-top .footer-info p {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 0;
	font-family: "Open Sans", sans-serif;
	color: #eee;
}
#footer .footer-top .social-links a {
	font-size: 18px;
	display: inline-block;
	background: #333;
	color: #eee;
	line-height: 1;
	padding: 8px 0;
	margin-right: 4px;
	border-radius: 50%;
	text-align: center;
	width: 36px;
	height: 36px;
	transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
	background: #f8e71c;
	color: #fff;
}
#footer .footer-top h4 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 12px;
}
#footer .footer-top h4::before, #footer .footer-top h4::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
}
#footer .footer-top h4::before {
	right: 0;
	background: #555;
}
#footer .footer-top h4::after {
	background: #f8e71c;
	width: 60px;
}
#footer .footer-top .footer-links {
	margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer .footer-top .footer-links ul i {
	padding-right: 8px;
	color: #ddd;
}
#footer .footer-top .footer-links ul li {
	border-bottom: 1px solid #333;
	padding: 10px 0;
}
#footer .footer-top .footer-links ul li:first-child {
	padding-top: 0;
}
#footer .footer-top .footer-links ul a {
	color: #eee;
}
#footer .footer-top .footer-links ul a:hover {
	color: #f8e71c;
}
#footer .footer-top .footer-contact {
	margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
	line-height: 26px;
}
#footer .footer-top .footer-newsletter {
	margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type="email"] {
	border: 0;
	padding: 6px 8px;
	width: 65%;
}
#footer .footer-top .footer-newsletter input[type="submit"] {
	background: #f8e71c;
	border: 0;
	width: 35%;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	transition: 0.3s;
	cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
	background: #13a456;
}
#footer .copyright {
	text-align: center;
	padding-top: 20px;
}
#footer .credits {
	text-align: center;
	font-size: 13px;
	color: #ddd;
}
.inner-grid:before {
    content: '';
    background: #ffac00;
    height: 50%;
    width: 50%;
    position: absolute;
    left: -5px;
    top: -5px;
    z-index: -1;
}
/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
#form {
}
.form-control {
	font-size: 14px;
	height: calc(2.85rem + 2.5px);
}
.form-group {
    margin-bottom: 1.2rem;
}
#form h2{
	color: #272765;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.form #sendmessage {
	color: #18d26e;
	border: 1px solid #18d26e;
	display: none;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
.form #errormessage {
	color: red;
	display: none;
	border: 1px solid red;
	text-align: center;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
}
.form #sendmessage.show, #contact .form #errormessage.show, #apply .form .show {
	display: block;
}
.form .validation {
	color: red;
	display: none;
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 13px;
}
.form input, #apply .form textarea {
	padding: 15px 14px;
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}
.form .form-control {
	display: block;
	width: 100%;
	/* padding: .375rem .75rem;*/
	font-size: 14px;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: #333 sold 1px;
	border-radius: 0;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form button[type="submit"] {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
	padding: 12px 30px;
	background-color: #439dd1;
	color: #000;
	
	border: none;
}
.form button[type="submit"]:hover {
	color: #f8e71d;
}
select.form-control:not([size]):not([multiple]) {
	/*height: calc(2.50rem + 2px);*/
	height: calc(2.85rem + 2.5px);
}

@media (min-width: 768px) {
#contact .contact-address,  #contact .contact-phone,  #contact .contact-email {
	padding: 20px 0;
}
#contact .contact-phone {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
}



@media (min-width: 1024px) {
#intro .carousel-control-prev,  #intro .carousel-control-next {
	width: 5%;
}
#nav-menu-container {
	padding-right: 60px;
}


}
@media (max-width: 1835px) { 
#program .description br{ display:none }
}
@media (max-width: 1635px) { 
.high h4 {padding: 19px 25px !important;}
}
@media (max-width: 980px) {

.meet-us{ margin:0px !important;}
.key {margin-top: 20px !important; line-height: 40px;}
.mobile-none{ display:none;}
.mobile-view { display: inherit}
}

@media (max-width: 768px) {
.headling {
	margin: 20px 0px 20px;
}

.dean {margin-top:0px; text-align:center;}
.dean img{max-width:50%; }
.back-to-top {
	bottom: 90px;
}
#nav-menu-container {
	display: none;
}
#mobile-nav-toggle {
	display: inline;
}
.headling h1 {
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 10px;
}
.headling h1 br {
	display: none;
}
#intro {
	/*background: url(../img/tab-bg.jpg) no-repeat top center #0c0c3e;*/
	height: 450px;
}
#intro p {
	/*padding: 0px 20px;*/
	margin-bottom: 15px;
	font-size:14px;
	line-height: 24px;
}
h2 {
	font-size: 24px;
	
}
h3 {
	font-size: 24px;
	text-align:left;
	line-height:32px;
}
#services .title {
	font-size: 20px;
}

#featured-services .box-bg {
	margin-top: 0px;
}
.video-img {
	margin: 0px;
	float: none;
	padding: 0 0 0 45%;
}
.bg {
	margin-top: -70px;
}
#testimonials {
	background: none;
	background-color: #fff;
}
#services .box-bg-two {
	border-bottom: #b3bed0 solid 1px;
	border-right: 0px;
	margin-bottom: 30px;
}

#featured-services .box-bg {
	background: #f8e71d;
}
.card {
	margin-bottom: 40px;
}
.high h4 { font-size:26px !important; }
.box {margin-bottom: 15px !important; }
.key {margin-top: 20px !important; line-height: 32px;}
.mar-bot-40 { margin-bottom:20px !important; }


#specializations { padding: 20px 0 0px 0;}
.meet-us { padding: 20px !important; margin-bottom: 40px !important;}
.tau-left {padding-right: 0px !important; border:0px !important; text-align: left !important;}
.tau-right { padding-left: 0px !important; text-align: left !important;}
ul.list-two { margin-bottom: 30px;}
#tau h3{ text-align:left; }

#intro h1 { text-align: center; font-size:30px;}
#intro h2 { line-height: 28px; text-align: center; font-size: 20px;}
#intro h3 { line-height: 24px; text-align: center; font-size: 16px; margin-top:10px;  max-width:100%}
#intro h3 span{font-size:14px }

.reverse {
	display: flex;
	flex-direction: column-reverse;}

}



@media (max-width: 480px) {
.headling { margin:0px 10px 20px !important; }
.dean h4{ padding-bottom:0px; }
.box {margin-bottom:0px !important;}
.color-mob{ background:#F5F5F5 !important; padding-top:40px !important;  }
#intro { background: url(../img/mobile-sm-bg.jpg) no-repeat top center #0c0c3e; height: 414px;}

#services { padding: 0px 0 20px 0; }
.mar-top-40 { margin-top: 20px }
.card { margin-bottom: 50px; }
.headling h1 { font-size: 22px; line-height: 30px; margin-bottom: 10px;}
.date ul{ list-style:none; padding:0px; }
.date ul li { font-size:16px !important; padding:15px !important; margin-right:0px !important; width:100% !important; height:auto !important; border-radius:0px !important;}
#testimonials .testimonial-item .quote-sign-left {margin-left:0px;}
.high h4 {padding: 20px 25px !important; margin-bottom:0px;}
#tau {padding: 40px 0 30px 0;}

}

@media (max-width: 396px) {
.high h4 {
    font-size: 24px !important;
}

}

@media (max-width: 320px) {
.pad-mob-5 {padding:0px 5px !important; }
}
.card-body {
	text-align: center;
	padding: 0px;
	background: #fff;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}
.card-title {
	margin-bottom: 0px;
	background: #f8e71d;
	line-height: 60px;
}
.card-body h5 {
	margin-bottom: 0px;
	background: #272765;
	line-height: 40px;
	color: #fff
}
.card-text {
	padding: 20px;
}
ul.header-list {
	padding: 0px;
}
ul.header-list li {
	background: url(../img/arrow.png) no-repeat 0 4px;
	font-size: 16px;
	line-height: 26px;
	list-style: outside none;
	margin-bottom: 10px;
	padding-left: 28px;
}

ul.list-two {
	padding: 0px;
}
ul.list-two li {
	background: url(../img/arrow-1.png) no-repeat 0 4px;
	font-size: 16px;
	line-height: 26px;
	list-style: outside none;
	margin-bottom: 15px;
	padding-left: 28px;
}
/* Button used to open the chat form - fixed at the bottom of the page */
.open-button {
	width: 50px;
	height: 50px;
	right: 15px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	border: none;
	cursor: pointer;
	position: fixed;
	bottom: 20px;
}
/* The popup chat - hidden by default */
.chat-popup {
	display: none;
	position: fixed;
	bottom: 0;
	right: 15px;
	border: 2px solid #8c9db7;
	z-index: 999;
}
/* Add styles to the form container */
.form-container {
	max-width: 330px;
	padding: 20px 20px 10px;
	background-color: white;
}
/* Full-width textarea */
.form-container textarea {
	width: 100%;
	padding: 15px;
	margin: 5px 0 22px 0;
	border: none;
	background: #f1f1f1;
	resize: none;
	min-height: 200px;
}
/* When the textarea gets focus, do something */
.form-container textarea:focus {
	background-color: #ddd;
	outline: none;
}
/* Set a style for the submit/send button */
.form-container .btn {
	background-color: #4CAF50;
	color: white;
	padding: 16px 20px;
	border: none;
	cursor: pointer;
	width: 100%;
	margin-bottom: 10px;
}
/* Add a red background color to the cancel button */
.form-container .cancel {
	background-color: #2f2e67;
}
/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
	opacity: 1;
}
.modal-header {
	padding: 0px 0px 20px !important;
}
.modal-header h4 {
	font-size: 20px !important;
}

.high h4 { background: #ffed00; color: #000;font-size: 24px; font-weight: 600;line-height: 43px !important; padding: 40px 25px; }
.key { margin-top:80px; }
.tau-left {  padding-right:50px; border-right:#e0e0e0 solid 1px; text-align:justify}
.tau-right { padding-left:20px; text-align:justify}
#meet-us-box {background:#272765 !important;}
.meet-us { padding:50px 40px; text-align:center }
.meet-us h4 { color:#fff !important; text-align:center !important; }
.date { }
.date ul{ list-style:none; padding:0px; margin-bottom:60px}
.date ul li { background: #272765;box-shadow: 5px 5px #ffed00;font-size: 16px;color: #ffed00; border-radius: 20%; width: 150px; height: 150px; margin-right: 15px; margin-bottom: 20px; float: left;text-align: center; padding: 25px 10px;}
.student-img { background:#272765; text-align:center; padding:20px 0 20px !important;}
.student-img p{ margin:10px 0px 0px; color:#fff;}
.student-img p strong {  color:#ffed00; font-weight:600; font-size:18px}
.modal-content { background:none; border:0px; }
element.style {
}
.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}
.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px);
}

.modal-body{ margin-top:200px; }
.modal-dialog {
    max-width: 680px;
    margin: 1.75rem auto;
	
}

#img_loader{
	display:none;
	width:30px;
	position: absolute;
	left: 200px;
    top: 470px;
}
@media (max-width:767px){
	#img_loader{
		left: 165px;
    	top: 460px;
	}
}