/*
Theme Name: Avada-Child-Theme
Description: The #1 selling theme of all time that allows you to build virtually any design style.
Author: ThemeFusion
Theme URI: http://avada.theme-fusion.com/
Author URI: http://themeforest.net/user/ThemeFusion
Version: 5.7.2
License: Themeforest Split Licence
License URI: -
Text Domain: Avada-Child-Theme
Template: Avada
*/


.job_section{
}
.job_list:nth-child(odd) {
  background: #f9f9f9;
}
.job_list:nth-child(even) {
  background: #fff;
}
.job_list{
    padding: 20px;
    display: flex;
    align-items: center;
}

.job_list .job_info{
   width: 70%;
}
.job_list .job_info h2{
	margin-bottom: 10px;
    text-decoration: underline;
    font-style: italic !important;
	letter-spacing: 1px;	
}
.job_list .job_info p{
	font-weight: 700;
    font-size: 16px;
    margin-bottom: 0px;
    text-decoration: underline;	
}
.job_list .job_button_group{
    width: 30%;
    text-align: right;
}
.job_list .job_button_group a{
	background: #f5b80c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
}
.job_list .job_button_group a:hover{
background: #e2a408;
}

#Job_Description_upl_button{
    background: #565eff;
    color: #fff;
    border: none;
    padding: 5px 30px;
    border-radius: 5px;
    font-weight: 600;
    width: 15%;
}
#Job_Description{
    width: 83%;    
}

.page_link_area{}
.page_scroll_link{
    margin-top: -270px;
}
.page_scroll_link ul{
	margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.page_scroll_link ul li{
    display: inline-block;
}
.page_scroll_link ul li a{
	color: #fff;
    padding: 10px 30px;
    font-size: 20px;
}

/*Locaton Page*/

.wrap_section h1.title-heading-left{
    font-size: 30px;
    border-bottom: 5px solid #fff;
    display: block;
    width: 100%;
    padding: 10px 25px !important;
}

.wrap_section{

}

.location_section{}
.details-content{}
.wrap_box{
    background: #f8f8f8;
    border-radius: 20px;
	margin-bottom: 30px;	
}
.wrap_box h2{
    border-bottom: 5px solid #fff;
    padding: 5px 20px;
	margin-bottom: 10px !important;
	color: #222f6c;	
}
.wrap_content{
	padding: 20px;
}
.wrap_content .about_text{}
.wrap_content h3{
    margin: 0px !important;
    color: #222f6c;
}
.wrap_content p{
margin: 0px;
margin-bottom: 20px;
}
.wrap_content .about_map{}
.wrap_content .about_map iframe{}
.wrap_content .about_map a{}

.sidebar_content .wrap_content{
text-align: center;
}
.sidebar_content .wrap_content img{
	margin-bottom: 10px;
}
.sidebar_content .wrap_content a.btn{
    border-radius: 10px;
    background: #ea4221;
    color: #fff;
    display: block;
    padding: 6px;
    margin: 10px 0px;
    font-weight: 600;
}
.wrap_box .staff{
    text-align: left;
}
.wrap_box .staff img{
	margin-bottom: 15px;
}
.wrap_box .staff h3{}
.wrap_box .staff h4{
    margin: 0px;
    font-weight: normal;
}
.wrap_box .staff p{
    font-weight: bold;
}
.wrap_box .staff p a{}


/*faq*/
.faq_content #accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top: 0px;
}
.faq_content #accordion a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #e7e4e2;
  text-decoration: none;
}
.faq_content #accordion .panel-heading a.collapsed:hover,
.faq_content #accordion .panel-heading a.collapsed:focus {
  background-color: #b42b2b;
  color: white;
  transition: all 0.2s ease-in;
}
.faq_content #accordion .panel-heading a.collapsed:hover::before,
.faq_content #accordion .panel-heading a.collapsed:focus::before {
  color: white;
}
.faq_content #accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align: left;
}
.faq_content #accordion .panel-heading a:not(.collapsed) {
  color: white;
  background-color: #b42b2b;
  transition: all 0.2s ease-in;
}

/* Add Indicator fontawesome icon to the left */
.faq_content #accordion .panel-heading .accordion-toggle::before {
  content: '\2014';
  float: left;
  color: white;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
	font-size: 30px;
	margin-right: 20px;
    height: 20px;
    width: 20px;	
}
.faq_content #accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #444;
  content: '+';
  transition: all 0.2s ease-in;
}
.faq_content #accordion .panel-heading h4{
	margin-top:0px;
}

.wrap_content{}
.wrap_content ul{
	margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.wrap_content ul li{}
.wrap_content ul li a{
    font-size: 20px;
}
.additional_photo img{
    border-radius: 15px;	
}

.banner-area {
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 600px;
	margin-top: -180px;

	display: flex;
	justify-content: center;
	align-items: center;
	resize: both;
	overflow: auto;	
	text-align: center;
    background-color: #2c2f39;	
}
.banner-area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #013282;
    opacity: .5;
    margin: 0px;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-area .breadcrumb-text{
    position: relative;
    z-index: 2;
}

.breadcrumb-text h1{
	font-size: 72px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -1px;
    font-style: normal;
    color: #ffffff;	
}
.breadcrumb-bar{}
.breadcrumb-bar ul{
	margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumb-bar ul li{
    display: inline-block;
}
.breadcrumb-bar ul li a{
	color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 20px;
    display: block;
}

.breadcrumb-bar.fixed {
    position: fixed;
    top: 120px;
    background: #013282;
    border-bottom: 1px solid #012b71;
    width: 100%;
    left: 0px;
    z-index: 999;
    padding-top: 10px;    
}
.single-our_locations .breadcrumb-bar ul li.active a{
    background: #013282 !important;
    color: #fff !important;
}

.sidebar_content .wrap_content.staff{
    text-align: center;
}
.sidebar_content .wrap_content.staff img{
    margin-bottom: 0;
}
.sidebar_content .wrap_content.staff h4{
    line-height: 12px;
}
.sidebar_content .wrap_content.staff p a:hover{
    color:#000;
}

/* top banner*/
.single_banner {
	text-align: center;
    padding: 7px 10px;
}

.single_banner h4 {
    color: #fff;
    display: inline-block;
    margin: 0;
}
.single_banner p{
	margin: 0px;
}
.single_banner a.c_care {
	color: #333c4e;
    background: #f5b80c;
    border-radius: 10px;
    padding: 10px 15px;
    margin-left: 20px;
    font-weight: bold;
}
.single_banner a.c_care:hover {
    background: #e2a408;
    color:#fff;
}
.single_banner ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
.single_banner ul li{
	display:inline-block;
	position: relative;
	
}
.single_banner ul li a{
    color: #ffff00;
    font-weight: bold;
    text-decoration: underline;
    padding: 5px 10px;
}
.single_banner ul li a:hover{
	text-decoration:none;
	color:#fff;
}
.single_banner ul li::after {
    content: "";
    position: absolute;
    background: #fffe00;
    height: 14px;
    width: 2px;
    top: 10px;
}
.single_banner ul li:last-child::after{
	display:none;
}


@media only screen and (max-width: 767px) {
.single_banner a.c_care {
    padding: 3px 10px;
    margin-left: 0px;
    display: inherit;
    margin-top: 5px;
}
.single_banner h4 {
    line-height: 1.8;
}


.job_list {
    display: block;
    padding: 20px 0px;
    display: block;
    align-items: center;	
}
.job_list .job_info {
    margin-bottom: 20px;
}
.job_list .job_info h2{
    font-size: 18px !important;
    line-height: 22px !important;	
}
.job_list .job_info p {
    font-weight: 600;
    font-size: 14px;
}
.job_list .job_button_group a {
    margin-left: 0px;
    padding: 10px;
    text-transform: inherit;	
}
.job_list .job_info{
   width: 100%;
}

.job_list .job_button_group{
    width: 100%;
    text-align: left;
}

.page_scroll_link {
    margin-top: -180px;
}
.page_scroll_link ul li a {
    padding: 10px;
    font-size: 16px;
}
.wrap_section .fusion-text p {
    font-size: 16px;
}
.wrap_section .left_text {
    float: none;
    width: 100%;
}
.wrap_section .right_map {
    float: none;
    margin-left: 0px;
    width: 100%;
}

.breadcrumb-bar.fixed {
    top: 0px;
}
.single-our_locations .banner-area {
    min-height: 600px;
}
#Calendar .Calendar iframe{
    height: 250px !important;
}
.breadcrumb-bar ul li a {
    font-size: 14px;
    font-weight: normal;
    padding: 0px 8px;
}


}