@import url("Global_Setting.css");
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
font {
	font-family: 'Rubik', sans-serif;
	font-family: 'Allura', cursive;
	font-family: 'Open Sans', sans-serif;
	font-family: 'Libre Baskerville', serif;
	font-family: 'Bebas Neue', cursive;
}
.container {
	max-width: 1260px !important;
/*	border:1px solid #7cd5f8;
	border-left:1px solid #7cd5f8;
	border-right:1px solid #7cd5f8;
	border-top:0 none;
	border-bottom:0 none;*/
}
.container-fluid {
	padding:0 !important;
}
/*---------------Stiky Footer Css----------------*/

html, body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	margin: 0 auto;
	z-index: 0;
	float: left;
	width: 100%;
}
#footer-Primary {
	background-color: #00556b;
	bottom: 0;
	width: 100%;
	float: left;
}
.fot_bot {
	background-color: #0b3b47;
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.background_header {
	float: left;
	width: 100%;
}
.background_container {
	background-color: #fff;
	float: left;
	width: 100%;
}
.sidebar_primary {
	background:#eee;
}
.copyright {
	line-height:40px;
}
.copyright:before {
	content:"\f1f9";
	font-family: "FontAwesome";
	margin-right:3px;
}
.logo {
	float: left;
}
/*--------------Header nav start---------------*/
#nav-primary {
	display: table;
	margin: 0 auto 20px;
}
#nav-primary ul.menu {
	margin: 0px;
	padding: 0px;
}
#nav-primary ul.menu li {
	display: block;
	float: left;
	position:relative;
}
#nav-primary ul.menu > li > a {
	color: #666;
	display: block;
	padding: 0 10px;
	text-decoration: none;
 transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}
#nav-primary ul.menu li:hover > a, #nav-primary ul.menu li > a.is-active {
	color: #000;
}

#nav-primary a.drop_d::after {
 content: "\e010";
 font-family: 'Glyphicons Halflings';
 display: block;
 float: right;
 height: 15px;
 margin-left: 5px;
 margin-top: 2px;
 width: 15px;
}
#nav-primary ul.menu ul {
	left: 0;
	position: absolute;
	top: 28px;
	min-width:245px;
	display: none;
	background-color: #fff;
	box-shadow: inherit !important;
	border: 0 none !important;
	padding: 27px 10px 10px 10px;
	z-index: 999;
}
#nav-primary ul.menu ul li {
	margin-right: 0;
	border-bottom: 1px solid #ccc;
}
#nav-primary ul.menu ul li a {
	font-size: 18px;
	padding: 10px;
}
#nav-primary ul.menu ul li:last-child{
	border-bottom:0 none;
	
}
#nav-primary ul.menu ul li:not(:first-child) {
	margin-top: 0;
	font-size:18px;
}

#nav-primary ul.menu li:hover > a, #nav-primary ul.menu li > a.is-active {
	color: #000;
}
#nav-primary ul.menu li {
	display: block;
	float: left;
	position: relative;
	margin-right: 45px;
}
#nav-primary ul.menu > li > a {
	color: #978256;
	display: block;
	text-decoration: none;
 transition: all .3s ease-in-out;
 -moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
	font-size: 21px;
	padding: 0px;
}
/*--------------Header nav end---------------*/

/*--------------footer nav start---------------*/
#nav-alternative {
	float: left;
	width: 100%;
}
#nav-alternative ul {
	display: table;
	margin: auto;
	padding: 0;
	text-align: center;
}
#nav-alternative li {
	display: inline;
	float: none;
}
#nav-alternative li a {
	color: #666666;
	display: inline;
	padding: 0 10px;
	text-decoration: none;
}
#nav-alternative li a:hover {
	color:#333;
}
/*--------------footer nav end---------------*/

.togglebutton {
	display: none;
}
.togglebutton .btn-open, .togglebutton .btn-close {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	float: right;
	height: 35px;
	text-decoration: none;
	width: 35px;
	position: relative;
	background-color: transparent;
}
.btn-open {
	background-image:url(../images/toggle_open.png);
}
.btn-close {
	background-image:url(../images/toggle_close.png);
	background-size:100% !important;
	background-position: center top;
}

#nav-primary ul.menu {
	display: block;
}
 #nav-primary a.drop_d1::after {
 content: "\f107";
 font-family: 'FontAwesome';
 display: block;
 float: right;
 margin-left: 5px;
 margin-top: 2px;
 font-weight: 600;
}
.hd_top, .hd_mid, .hd_bot {
	float: left;
	width: 100%;
	position: relative;
}
.hd_top {
	background-color: #00556b;
	padding: 20px 0;
}
.top_left {
	float: left;
	color: #51cfe6;
	font-size:18px;
	font-family: 'Rubik', sans-serif;
}
.top_left p {
    margin: 0;
}
.top_right {
	float: right;
}
.top_right ul:not(.contextual-links) li {
	float: left;
	margin-left: 40px;
	color: #51cfe6;
	font-size: 18px;
}

.top_right ul:not(.contextual-links) li a{
color: #51cfe6;	
}


 .top_right ul:not(.contextual-links) li:first-child::before {
 content: "\f095";
 font-family: 'FontAwesome';
 margin-right: 10px;
 color: #d8bb7d;
}
 .top_right ul:not(.contextual-links) li:last-child::before {
 content: "\f0e0";
 font-family: 'FontAwesome';
 margin-right: 10px;
 color: #d8bb7d;
}
 .hd_mid::before {
 position: absolute;
 content: "";
 z-index: 1;
 width: 100%;
 height: 100%;
 left: 0;
 top: 0;
 background: -moz-linear-gradient(left, rgba(11, 59, 71, 0) 0%, rgba(11, 59, 71, 1) 100%);
 background: -webkit-linear-gradient(left, rgba(11, 59, 71, 0) 0%, rgba(11, 59, 71, 1) 100%);
 background: linear-gradient(to right, rgba(11, 59, 71, 0) 0%, rgba(11, 59, 71, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000b3b47', endColorstr='#0b3b47', GradientType=1 );
}
.banner_con {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}
.logo_con {
	float: right;
	text-align: center;
}
.logo_con p {
	font-size: 30px;
	color: #d8bb7d;
	font-family: 'Allura', cursive;
	margin-top: 13px;
}
.logo_con img {
	width: 385px;
}
.logo_con ul:not(.contextual-links) li {
	/* float: left; */
	margin: 2px 5px;
	display: inline-block;
}
.logo_con ul {
	margin-top: 40px;
}
.logo_con ul:not(.contextual-links) li a {
	font-size: 18px;
	text-transform: uppercase;
	color: #d8bb7d;
	padding: 8px 27px;
	border: 1px solid;
	display: block;
}
.logo_con ul:not(.contextual-links) li a:hover {
	background-color: #00556b;
}
 #nav-primary ul.menu li:not(:first-child) {
 margin-top:40px;
}
.hd_bot {
	padding: 10px 0;
}
.feature_sec {
	background-color: #978256;
	background-image: url(../images/bn_bg.png);
	text-align: center;
	padding-top: 44px;
	padding-bottom: 55px;
}
.subject h2 {
	font-size: 40px;
	color: #c5aa70;
	font-family: 'Libre Baskerville', serif;
	margin-bottom: 10px;
	margin-top: 40px;
}
.subject p {
	font-size: 21px;
	margin-bottom: 20px;
	color: #978256;
}
.subject {
	padding-bottom: 45px;
	padding-top: 20px;
}
.feature_sec ul:not(.contextual-links) li {
	float: left;
	margin-right: 23px;
	margin-bottom: 25px;
}
.feature_sec ul:not(.contextual-links) li:last-child {
	margin-right: 0;
}
.menu_con {
	background-color: rgba(255, 255, 255, 0.20);
	border-radius: 10px;
	height: 205px;
	padding: 20px 10px;
	width: 220px;
}
.feature_sec h2 {
	font-size: 40px;
	color: #fff;
	font-family: 'Libre Baskerville', serif;
	margin-bottom: 15px;
}
.icon_img {
	width: 118px;
	height: 118px;
	background: #fff;
	border-radius: 100%;
	padding: 18px;
	display: table;
	margin: 0 auto 10px;
}
.icon_con {
	font-size: 16px;
	color: #fff;
	font-family: 'Libre Baskerville', serif;
	font-weight: 600;
}
.menu_con:hover {
	background-color: rgba(125, 101, 63, 0.8);
}
.request {
	padding: 45px 0;
}
.request h2 {
	font-size: 40px;
	color: #c5aa70;
	font-family: 'Libre Baskerville', serif;
	margin-bottom: 20px;
	margin-top: 40px;
	text-align: center;
}
.request a:not(ul.contextual-links>li>a){
	display: table;
	margin: 0 auto;
	color: #978256;
	border: 1px solid #e0c999;
	padding: 10px 70px;
	font-size: 21px;
}
.contact_form {
	width: 100%;
	float: left;
}
.contact_form input[type="text"], .contact_form input[type="email"], .contact_form textarea {
	border: 0 none;
	float: left;
	line-height: 40px;
	padding-left: 5px;
	width: 100%;
	margin-bottom: 10px;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {



::i-block-chrome, .contact_form input[type="text"], .contact_form input[type="email"] {
margin-top: 10px;
line-height: normal;
height: 40px;
}
}
.contact_form input[type="submit"] {
	background-color: #6f3a01;
	border: 0 none !important;
	color: #fff;
	cursor: pointer;
	line-height: 40px;
	padding:0 20px;
}
 .contact_form ::-webkit-input-placeholder {
color: #4c93a6;
}
.contact_form ::-moz-placeholder {
color: #4c93a6;
}
.contact_form :-ms-input-placeholder {
color: #4c93a6;
}
.contact_form :-moz-placeholder {
color: #4c93a6;
}
.contact_form label {
	display: none;
}
.fot_top {
	padding-top: 90px;
	padding-bottom: 60px;
	float: left;
	width: 100%;
}
.fot_logo {
	display: table;
	width: 370px;
	margin: 90px auto 35px;
}
.fot_top .col-md-5 p {
	font-size: 21px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}
.fot_top .col-md-5 p a {
	color:#51cfe6;
}
.contact_form textarea {
	min-height: 160px;
}
.soc01 {
	font-size: 0;
	/* text-align: center; */
	display: table;
	margin: 0 auto;
}
.soc01::before {
 content: "\f09a";
 font-size: 30px;
 font-family: 'FontAwesome';
 color: #fff;
}
.fot_top .col-md-7 h2 {
	font-size: 40px;
	color: #c5aa70;
	font-family: 'Libre Baskerville', serif;
	margin-bottom: 10px;
	margin-top: 40px;
}
.fot_top .col-md-7 p {
	color: #fff;
	margin-bottom: 20px;
	font-size: 21px;
}
.contact_form input[type="submit"] {
	text-transform: uppercase;
	color: #d8bb7d;
	padding: 3px 87px;
	border: 1px solid !important;
	background-color: transparent;
	float: right;
}
.fot_bot p {
	font-size: 16px;
	color: #177087;
}
.power_b {
	float: right;
	font-size: 16px;
	color: #177087;
}
.banner_inner {
	background-color: #00556b;
	text-align: center;
	position: relative;
/*	background-image: url(../images/service_img.jpg);*/
}
.banner_inner .col-md-12 {
    height: auto;
}
.banner_inner h1 {
    font-size: 52px;
    color: #d8bb7d;
    text-transform: uppercase;
    border: 1px solid;
    margin: 0 auto;
    display: inline-block;
    padding: 8px 20px;
    font-family: 'Libre Baskerville', serif;
}
.serv_sec {
	width: 100%;
	float: left;
	padding-bottom: 40px;
	border-bottom: 3px solid #d7c59f;
	position: relative;
	margin-bottom: 40px;
}
a.red_more {
	color: #c5aa70 !important;
	font-family: 'Bebas Neue', cursive;
	font-size: 24px;
}
.serv_sec .col-md-7 {
	padding-top: 20px;
}
.serv_sec::before {
 content: "";
 width: 60px;
 height: 40px;
 background: #fff;
 display: block;
 position: absolute;
 bottom: -18px;
 left: 0;
 right: 0;
 margin: 0 auto;
 background-image: url(../images/mid_icon.png);
 background-repeat: no-repeat;
 background-position: center;
}
.req_in {
	float: left;
	width: 100%;
	background: #0b3b47;
	padding-bottom: 50px;
}
.req_in h2 {
	font-size: 40px;
	color: #c5aa70;
	font-family: 'Libre Baskerville', serif;
	margin-bottom: 20px;
	margin-top: 50px;
	text-align: center;
}
/*.req_in a {
	display: table;
	margin: 0 auto;
	color: #fff;
	padding: 10px 70px;
	font-size: 21px;
	background: #978256;
}*/
.req_in a:not(ul.contextual-links>li>a){
    text-transform: uppercase;
    color: #d8bb7d;
    border: 1px solid !important;
    background-color: transparent;
    display: table;
    margin: 0 auto;
    padding: 10px 70px;
    font-size: 21px;
}
.req_in a:not(ul.contextual-links>li>a):hover {
    color: #fff;
    background: #978256;
}
  
.internal_pages {
	padding-top: 60px;
}
.power_b a {
	position: relative;
	top: -2px;
}
.request a:not(ul.contextual-links>li>a):hover {
	color: #fff;
	background: #978256;
}
.contact_form input[type="submit"]:hover {
	color: #fff;
	background: #978256;
}
#nav-primary nav>ul.menu > li:first-child a{font-size:0;}

#nav-primary ul.menu > li:first-child a::after {
	content: "";
	display: block;
	background-image: url(../images/lg_icon.png);
	width: 90px;
	height: 59px;
	background-size: 100% auto;
	position: relative;
	top: 8px;
}

.subject .col-md-5 {
	padding-right: 30px;
}

.subject .col-md-7 {
	padding-left: 40px;
}


#nav-primary ul.menu ul > li:first-child a::after {
	background-image: none;
	width: auto;
	height: auto;
}
#nav-primary ul.menu {
	display: block;
}
/*.dropdown::after {
	content: "\f078";
	font-family: FontAwesome;
	float: right;
	position: relative;
	right: -20px;
	top: -22px;
	font-size: 15px;
	color: #978256;
}*/



/*15-05-2023 Edit Tabs Css*/


#block-tabs ul:not(.contextual-links) {
  float: left;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
#block-tabs {
  display: flex;
  margin-bottom: 20px;
  float: left;
  width:100%;
}
#block-tabs ul:not(.contextual-links) li {
  float: left;
  margin-right: 5px;
  margin-left: 0;
  pointer-events: initial;
}
#block-tabs ul:not(.contextual-links) li {
  display: inline;
  margin: 0 10px;
}
#block-tabs ul:not(.contextual-links) li a:hover, #block-tabs ul li a.is-active {
  background-color: #FFFFFF;
  background-image: none;
  border-left: 1px solid #E8E8E8;
  border-left-style: solid;
  border-left-width: 1px;
  border-right: 1px solid #E8E8E8;
  border-right-style: solid;
  border-right-width: 1px;
  border-style: solid solid none;
  border-top-style: solid;
  border-top: 1px solid #E8E8E8;
  border-top-width: 1px;
  border-width: 1px 1px 0;
  display: block;
  height: 37px;
  line-height: 36px;
  padding-left: 25px;
  padding-right: 25px;
}
#block-tabs ul:not(.contextual-links) li a {
  border: 1px solid #ccc;
  color: #0b3b47;
  display: block;
  height: 36px;
  line-height: 36px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #eee;
  text-decoration: none;
}
#block-tabs ul:not(.contextual-links) li:before {
  display:none !important;
}

/**/

  /*Other 16-05-2023**/

div#block-views-block-our-services-block-1 {
    display: inline-block;
    width: 100%;
}
.views-row.left .serv_sec, .views-row.right .serv_sec {
    float: none;
}
.views-row.right .serv_sec>.row {
    flex-direction: row-reverse;
}
span.dropdownToggle {
    display: none;
}
.slider-item h2 {
	display: none;
}
.slider-nav.slick-initialized.slick-slider {
	position: relative;
	top: -5px;
}
.slider-wrapper {
	margin-bottom: 25px;
	border-bottom: 2px solid #c5aa70;
	padding-bottom: 25px;
}
.slick-initialized .slick-slide {
	opacity: 0.5;
}
.slick-initialized .slick-slide:hover, .slick-initialized .slick-slide.slick-current {
	opacity:1;
}
.slider-wrapper .slider-for .slick-next::before {
	content: "\f054";
	font-family: FontAwesome;
	color:#fff;
}

.slider-wrapper .slider-for .slick-prev::before {
	content: "\f053";
	font-family: FontAwesome;
	color:#fff;
}

.slider-wrapper .slider-for .slick-prev {
	left: 10px;
	z-index: 9;
	background: rgba(255,255,255,0.4);
	width: 40px;
	height: 40px;
	border-radius: 50px;
}

.slider-wrapper .slider-for .slick-next{
	right: 10px;
z-index: 9;
background: rgba(255,255,255,0.4);
	width: 40px;
	height: 40px;
	border-radius: 50px;
}
.service_list ul:not(.contextual-links){
	column-count: 2;
	margin-left: 0;
}
.service_list ul:not(.contextual-links) li::before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 16px;
    position: relative;
    left: -10px;
    top: 6px;
}
.service_list ul li {
	list-style: none;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
div#block-bayou-content {
    clear: both;
}
.sing_col ul:not(.contextual-links) li:before{
	content:"";
}
.sing_col ul:not(.contextual-links) li::before {
	content: "\f00c";
	font-family: FontAwesome;
	font-size: 16px;
	position: relative;
	left: -10px;
}
.sing_col ul:not(.contextual-links) li {
	list-style: none;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
hr {
	border-bottom: 1px solid #c5aa70;
}
.sing_col ul {
column-count: 1;	
}

div#block-pagetitle h1 span {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: normal;
    color: #c5aa70;
    font-family: 'Libre Baskerville', serif;
  }
.banner_inner .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.banner_inner .container .row {
    display: flex;
    align-items: center;
    height: 100%;
}
#block-webform-2 form {
	border: 1px solid #d7c59f;
	padding: 20px;
	margin: 0 auto 20px;
	display: table;
	width: 100%;
	background-color: #faf9f5;
}

#block-webform-2 .form-email, #block-webform-2 .form-text, #block-webform-2 .form-textarea {
	border: 1px solid #d7c59f;
	float: left;
	line-height:40px;
	padding-left:5px;
	width: 100%;
	margin-bottom: 10px;
}
  
#block-webform-2 input[type="submit"] {
	background-color: #978256;
	border: 0 none !important;
	color: #fff;
	cursor: pointer;
	line-height: 40px;
	padding: 0 40px;
	text-transform: capitalize;
	font-size: 16px;
	float: right;
}

#block-webform-2 input[type="submit"]:hover {
	color: #fff;
	background: #978256;
} 
div#block-views-block-our-services-block-1 span>a {
    border: 1px solid #ccc;
    color: #0b3b47;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #eee;
    text-decoration: none;
}


div#block-views-block-our-services-block-1 span>a:hover, div#block-views-block-our-services-block-1 span>a.is-active {
    background-color: #FFFFFF;
    background-image: none;
    border-left: 1px solid #E8E8E8;
    border-left-style: solid;
    border-left-width: 1px;
    border-right: 1px solid #E8E8E8;
    border-right-style: solid;
    border-right-width: 1px;
    border-style: solid solid none;
    border-top-style: solid;
    border-top: 1px solid #E8E8E8;
    border-top-width: 1px;
    border-width: 1px 1px 0;
    display: block;
    height: 37px;
    line-height: 36px;
    padding-left: 25px;
    padding-right: 25px;
}  
.services div#block-bayou-content>div>div:first-child hr {
    display: none;
}
div#block-bayou-content>article>div>div>div:first-child>hr {
    display: none;
}
#block-views-block-our-services-block-1 a.red_more:hover {
    color: #000 !important;
}  
div#block-views-block-about-s-gallery-block-1-2 {
    padding-top: 50px;
}
/**************************Career Page************************/
.career_sec {
    margin-top: 20px;
}
.career_sec hr, .admissions_sec hr{
    border-top: 2px solid #d7c59f;
}
.career_sec .card, .admissions_sec .card{
	border-radius: 0;
	background-color: #faf9f6;
	border-color: #d5c39d;
	margin: 30px 0px 20px 0;
	display: flex;
	margin-bottom: 2px;
	/*border-color: transparent;*/
}
#block-bayou-content .card-body{
border-color: #d5c39d;	
}



.career_sec .card .card-body, .admissions_sec .card .card-body{
    padding: 30px 24px 40px 24px;
}
.career_sec h3 {
    color: #00556b;
    font-weight: 400;
}
.career_sec .card h4, .admissions_sec .card h4, .card-form h4{
    color: #00556b;
    font-family: 'Libre Baskerville';
    font-weight: 700;
}
.career_sec .card .more-details, .admissions_sec .card .more-details{
    font-weight: 600;
    text-transform: uppercase;
    color: #00556b;
    position: absolute;
    right: 24px;
    bottom: 20px;
	font-size: 16px;
    line-height: 20px;
}
.btn-back, .btn-back:link {
    font-weight: 600;
    text-transform: uppercase;
    color: #00556b !important;
}
.career_sec .card .more-details:hover, .btn-back:hover, .btn-back:link:hover{
    color: #978256 !important;
}
.career_sec .card.card-details h4, .card.card-form h4{
    text-transform: none;
}
.card.card-form h4 {
    margin-bottom: 16px;
}
.job-info p span {
    display: inline;
    color: #15667b;
    font-weight: 500;
    text-transform: uppercase;
}
.job-info p{
	margin-bottom:10px;
} 

/*----apply form---*/
.apply_form {
	width: 100%;
}
.apply_form input[type="text"], .apply_form input[type="email"], .apply_form textarea {
	border: 1px solid #d7c59f;
	line-height: 40px;
	padding-left: 5px;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 0.25rem;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

::i-block-chrome, .apply_form input[type="text"], .apply_form input[type="email"] {
margin-top: 10px;
line-height: normal;
height: 40px;
}
}
.apply_form input[type="submit"] {
	background-color: #978256;
	border: 0 none !important;
	color: #fff;
	cursor: pointer;
	line-height: 40px;
	padding: 0 40px;
	text-transform: capitalize;
	font-size: 16px;
}
.apply_form label {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: #978256;
    margin: 0;
}
.apply_form label span {
	display: inline;
	color: red;
	font-size: 16px;
	position: relative;
	top: 2px;
	margin-left: 5px;
}
.apply_form .form-item.js-form-type-checkbox {
    margin-bottom: 15px;
    margin-top: 15px;
    display: flex;
    align-items: center;
	width: 100%;
}
.apply_form .form-item.js-form-type-checkbox label.option {
    padding-left: 32px;
    position: relative;
}
.apply_form .form-item.js-form-type-checkbox label.option:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    border: 1px solid #d7c59f;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.apply_form .form-item.js-form-type-checkbox label.option:after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #d7c59f;
    opacity: 0;
    content: "\f00c";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.apply_form .js-form-type-checkbox input {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    border-radius: 0;
    position: absolute;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
.apply_form .js-form-type-checkbox input:checked~label.option:after{
	opacity: 1;
}
.option.js-form-required.form-required {
	float: left;
	width: auto;
}
.apply_form .form-item-upload-resume .form-managed-file {
    margin-top: 0.25rem;
    border: 1px solid #d7c59f;
    background-color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 5px 5px;
    position: relative;
    z-index: 1;
}
.apply_form .form-item-upload-resume .form-managed-file span.file {
    margin-bottom: 0;
    font-size: 16px;
    position: absolute;
    top: 0px;
    bottom: 0;
    left: 5px;
    background-color: #fff;
    display: flex;
    align-items: center;
    width: calc(100% - 174px);
}
.apply_form .form-item-upload-resume .form-managed-file span.file a {
    font-weight: 600;
    color: #978256;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.apply_form .form-item-upload-resume .form-managed-file span.file+span {
    display: none;
}
.apply_form .form-item-upload-resume .description {
    margin-top: 5px;
    color: #978256;
    font-weight: 500;
    font-size: 14px;
}
.apply_form .form-item-upload-resume .description, .apply_form .form-item-upload-resume .webform-element-description {
    display: flex;
}
.apply_form .form-item-upload-resume .webform-element-description br {
    content: " ";
    display: block;
    width: 4px;
}
.apply_form .form-item-upload-resume .form-managed-file:before {
    content: "BROWSE";
    background-color: #978256;
    width: 124px;
    height: 30px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 4px 20px;
    pointer-events: none;
	text-transform:uppercase;
}
.apply_form .form-item-upload-resume .form-managed-file:after {
    content: "No File Selected";
    position: absolute;
    left: 140px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    color: #65635f;
    pointer-events: none;
	z-index: -1;
}
.apply_form .form-item-upload-resume .form-managed-file input[type="file"] {
    opacity: 0;
}
.apply_form .form-managed-file input[type="submit"] {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.apply_form .form-item-upload-resume .form-managed-file .messages {
    top: -27px;
    position: absolute;
    right: 0;
    color: #ff1616;
    font-weight: 400;
    display: none;
}
.apply_form .form-actions {
    text-align: right;
	margin-top: 0px;
    display: inline-block;
    width: 100%;
}

#edit-upload-resume--description br {
	display: none;
}

.admission-submission {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	color:#02576c;
  }

  .admission-submission .webform-confirmation__message {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  .admission-submission .webform-confirmation__back{
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  
.admission-btn-back {
	color: #02576c !important;
}

.admission-btn-back::before {
	content: "<";
	margin-right: 10px;
}

.webform-confirmation__back {
	border-bottom: 1px solid #c5aa70;
	width: 100%;
	padding-bottom: 10px;
}

.webform-confirmation__message {
	border: 1px solid #c5aa70;
	padding: 10px;
	width: 100%;
	font-size: 24px;
	font-family: 'Libre Baskerville';
	font-weight: 600;
}

.node-22 .in_main h4{
	text-transform:capitalize;
}

.node-33 .apply_form {
	width: 100%;
	padding: 20px;
	border: 1px solid #d7c59f;
	background: #faf9f5;
}

#edit-send-us-an-email-or-give-us-a-call- label {
	color: #00556a;
	font-weight: bold;
	font-size: 24px;
	font-family: 'Libre Baskerville';
	margin-bottom: 10px;
}

.card.card-form .webform-confirmation__message {
    border: 0;
    padding: 0;
    margin: 0;
}
.card.card-form .webform-confirmation__message h4 {
    margin-bottom: 0;
}




 .webform-confirmation__message {
    background-color: #faf9f6;
    border-color: #d5c39d;
    padding: 30px 24px 30px 24px;
}


.webform-confirmation__back {
    font-weight: 600;
    text-transform: uppercase;
    color: #00556b !important;
}

.contact-us iframe {
   width: 100%;
}