/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}


.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom:30px;
}

.pt-30 {
    padding-top:30px;
}

.pt-50 {
    padding-top:50px;
}

.mt-30 {
    margin-top:30px;
}

.border-bottom {
    border-bottom: 1px solid #ebebeb;
}

.center {
    width: 100%;    
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
    align-items: center;
    justify-content: space-around;
    text-align:center;
}

.link-org {
    font-weight: 600;
    font-size: 18px;
}

h2 {
    font-size: 25px;
    margin-top: 0;
    color: #222;
    text-transform: capitalize;    
    font-weight: 600;
}

h4 {
    font-size: 18px;
    margin-top: 0;
    color: #222;    
    font-weight: 500;
    line-height:1.55em;
}

h3 {
    font-size: 20px;
}

a {
    color:#ffb606;
}

.navbar-nav li.active > a {
	background-color: #ffb606;
	color: #fff;
    border-radius:4px;
    transition: background-color .2s, color .2s;
}

/*Footer*/

.public-footer {
    background: #222 url(../../images/footer_bg.png) repeat 0 0;
    background-size: contain;
    position: relative;
}

footer h4 {
    color: #fff;
}

footer ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

footer ul li {
    display: inline-block;
    position: relative;
}

.call_now ul li {
	display: block;
}
.footer_social ul li{
	margin-left:10px; 
}
.footer_social ul li:first-child{
	margin-left: 0px;
}

.footer_social ul li a {
	color: #fff;
	/*background: #479c18;*/
    background: #ffb606;
	height: 30px;
	width: 30px;
	line-height: 30px;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
}
.footer_social ul li a:hover {
    background: #222;
}

/*End of Footer*/

.main-body {
    max-width: 680px;
    margin: 10px auto;
    padding: 0 20px 20px;
}

.body-inner {
    position: relative;
    padding: 0 20px 20px;
}

.body-inner:before {
    /*z-index: -1;*/
    content: ' ';
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffb606;
    height: 220px;
}

.page-shadow {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.bg-white {
    background-color: #fff!important;
}

.card {
    position: relative;
    overflow: hidden;
    margin: 10px 0 0px 0;
    border: none;
    border-radius: 0px;
}

.card-content {
    padding: 30px 20px;
}

/*Form Elements*/

.text-box
{
    width: 97% !important;
    /*border: 1px solid #DDDFDE;
    padding: 2px 1px 3px;
    font: 12px Arial;
    color: #747C83;*/
      
    background-color: #FFFFFF;
    color: #747C83;
    height: 2.12em;
    line-height: 1.6em;
    padding: 2px 0.3em;
    border-radius: 4px 4px 4px 4px;
    background-image: url("../../textures/highlight.png");
    border-color: #C5C5C5;
    -moz-box-sizing: border-box;
    outline: 0 none;   
    display: inline-block;
    vertical-align: middle;
    border-style: solid;
    border-width: 1px;
    overflow: visible;
    position: relative;
    white-space: nowrap;
    font-family: inherit;
    font-size: 100%;
    background-position: 0 center;
    background-repeat: repeat-x;
}

textarea 
{
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    background-image: url("../../textures/highlight.png");
    border-color: #C5C5C5;
    -moz-box-sizing: border-box;
    background-position: 0 center;
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    outline: 0 none;
    padding: 2px 0.3em;
}

.t-numerictextbox
{
    font: 12px Arial;
    color: #747C83;
    width: 98%;
}

t-combobox
{
    font: 12px Arial;
    border: 1px solid #DDDFDE;
    color: #747C83;
}

.t-dropdown
{
    font: 12px Arial;
    color: #747C83;
    width: 98%;
}

.multi-line
{
    height: 70px;
    font: 12px Arial;
    color: #747C83;
}

.validation-summary-valid
{
    display: none;
}

/*end of Form Elements*/

td {
    padding: 5px 0 5px 3px;    
    font: 14px/18px Arial;
    color: #666666;
}

.btn-primary {
    background-color:#ffb606;
    border-color:#ffb606;  
    /*transition: all .4s ease;*/  
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.btn-primary:hover{
	color: #fff;
    background-color: #222;
    border-color:#222;    
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #e1534f;
    display: inline-block;
    background: transparent url(../../../Content/images/Icon-Mandatory.png) center left no-repeat;
    padding-left: 20px;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #e1534f !important;
    background-color: #ffeeee;
}

.error {
    color: #e1534f !important;
}
/*end of Styles for validation helpers*/


.faq .panel-default > .panel-heading, .card-header {
    padding: 0;
    background: #f2ede9;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
    font-weight: bold;
    text-transform: capitalize;
}

.faq .panel-title > a, .panel-title a {
    display: block;
}
.faq .panel-default > .panel-heading a.collapsed, .panel-title a {
    background-position: right top;
}
.faq .panel-default > .panel-heading a, .panel-title a {
    padding: 10px 60px 10px 28px;
    color: #26211d;
    position: relative;
}
.panel-title a i {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 48px;
    height: 100%;
    text-align: center;
}
.panel-title a i {
    background: #ffb606;
    color:#fff;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.collape-plus:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.events-area .events-full-box {
    margin-bottom: 30px;
}

.events-area .events-single-box {
    /*min-height: 280px;*/
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
}

.events-area .events-single-box:hover {
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease-in-out;
}

.event-btn {
    color:#ffb606;
}

.events-area .event-info {
    padding: 30px;
}

.events-area .event-info a {
    color: #ffb606;
    margin: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
}

.events-area .event-info .events-time span {
    color: #666666;
    font-size: 14px;
    margin-right: 25px;
}


.gray-bg {
    background: #f8f8f8;
}

.blog_box {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 9px 30px 0px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    min-height:450px;
}

.blog_box:hover
{
    transform:translateY(-0.25rem);
    box-shadow:0 2.25rem 1.5rem -1.5rem rgba(33,37,41,.3),0 0 1.5rem .5rem rgba(33,37,41,.05)!important
}

.post_img {
    position: relative;
}


img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

.img-scale figure {
    overflow: hidden;
    margin: 0px;
}

.img-scale img {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}

.post_date {
    color: #666666;
    margin: 5px 0px;
    font-size:14px;
}

.post_detail h3 {
    margin-top: 0px;
}

.line_heading {
    overflow: hidden;
    margin: 15px auto;
    max-width: 100px;
}

/*.post_detail {
    min-height: 180px;
}*/

/* styles for truncate long text and add '...' */ 
.block-with-text {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative; 
  /* use this value to count block height */
  line-height: 1.2em;
  /* max-height = line-height (1.2) * lines max number (3) */
  max-height: 3.7em; 
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;  
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
  margin-bottom:10px;
}
/* create the ... */
.block-with-text:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
.block-with-text:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}

/*Mision & Vision Styles*/

.mv-block {
    display: table;
    width: 100%;
    height: 300px;
    box-shadow: 0 20px 20px -10px #cccccc;
}
.mv-block__mission, .mv-block__vision {
    width: 60%;
    display: table-cell;
    padding: 10px 30px;
    /*vertical-align: middle;*/
}

.mv-block__mission-bg {
    background: #f0f0f0;
}

.mv-block__mission h3, .mv-block__mission p {
    color:#000;
}

.mv-block__mission h3, .mv-block__vision h3 {
    font-size: 20px;
    margin: 0px 0 30px 0;
    font-weight: 600;
    color: #222;
}

.mv-block p {
    font-size: 16px;
    line-height: 1.5;
}

.mv-block__vision {
    width: 40%;
}
.mv-block__vision-bg {
    /*background: #000;*/
}

.mv-block__vision h3, .mv-block__vision p {
    color:#fff;
}

/*end of Misison & Vision Styles*/


/*Contact Us styles*/

.dark-translucent-bg {
	border-top: none;
	border-bottom: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.dark-translucent-bg {
	background-color: rgba(0,0,0,.4);
}
.contact-form {
	position: relative;
	background: #fff;
	/*text-align: center;*/
}
.contact-form input[type="text"], .contact-form textarea {
	padding-right: 30px;
	border: 1px solid #DEDEDE;
	margin-bottom: 0;
	font-size: 14px;
}

.contact-form input[type="text"],
.contact-form select {
	display: block;
	height: 46px;
	margin-bottom: 0;
	width: 100%;
	font-size: 14px;
	padding: 0 15px;
	border: 1px solid #e5e5e5;
	color: #878787;
	background: transparent;
	-webkit-appearance: none;
	border-radius: 0;
}
.contact-form input[type="text"]:focus, .contact-form textarea:focus {
	border: 1px solid #5c5de9;
}
.i-block {
	display: inline-block;
}
.icon-circle {
	font-size: 50px;
	border: 1px solid #d5d5d5;
	height: 89px;
	width: 89px;
	text-align: center;
	line-height: 89px;
	margin: 0 auto;
	border-radius: 100%;
	display: block;
}
.contact .icon-circle {
	border: 1px solid #5c5de9;
	color: #5c5de9;
}
.mapmarker .ion-ios-location {
	color: #5c5de9;
	font-size: 50px;
}

.contact-form textarea {
	height: 202px;
}

.contact-info .info li {
    list-style: none;
    border-bottom: 1px solid #eeeeee;
    overflow: hidden;
    padding: 15px 0px;
}

.contact-info .info li .icon {
    float: left;
    margin-right: 15px;
    font-size: 36px;
    color: #ffb606;
    line-height: 0;
    vertical-align:middle; 
    margin-top:5px;
}

.contact-info .info li .icon:before {
    font-size: 20px;       
}

.contact-info .info li .content {
    display: table;
}

.contact-info .info li .content p {
    margin: 0px;
    color: #696969;
    font-size: 14px;
    font-weight: 500;
}

.contact .contact-info .event-social {
    padding: 0px;
}
.event-social li {
    list-style: none;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 5px;
}
.contact-info .event-social li {
    margin-right: 5px;
}
.event-social li a {
    color: #fff;
    font-size: 22px;
    background-color: #ffb606;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    line-height: 2.5em;
}
.contact-info .event-social li a {
    height: 40px;
    width: 40px;
    line-height: 2;
}

.input-sm {
    border-radius: 4px 4px 4px 4px !important;
}

.form-field {
    margin-bottom:20px !important;
}
/*End of Contact Us Styles*/

.item-position {
    font-weight:bold;
}

ul.list-board {
    list-style-type:none;
    padding:0 2em;
}
ul.list-board li {
    margin:8px 0;
}

.empty-list {
    background-color:#f2f2f2;
    color: #9f9e9e;
    /*font-weight: bold;*/
    width:99%;
    padding:1.5em 1em;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
}

/*news details styles*/

.post-media .event-calender, .first-event .event-calender {
    width: 54px;
    height: 67px;
    font-size: 23px;
    padding-top: 0px;
    z-index: 9;
    text-align: center;
    background: #ffb606;
    font-size:14px;
    padding-right:5px;
}

.news-date {
    margin-top:10px;
    background: #ffb606;
    font-size:14px;
    padding:2px 10px;
}

.pt-15 {
    padding-top: 15px;
}

.widget-search input[type="submit"]:hover {
	color: #e6ae49;
}
.sidebar-widget hr {
	margin-bottom: 15px;
}
.sidebar-widget ul {
	margin: 0px;
	padding-left: 0px;
}
.sidebar-widget ul li {
	list-style: none;
	font-weight: 400;
}
.categories li {
	border-bottom: 1px solid #DEDEDE;
}
.sidebar-widget ul li a {
	display: inline-block;
	font-size: 13px;
	color: #323232;
	cursor: pointer;
}
.sidebar-widget .categories li a {
	padding: 10px 0px;
	text-transform: capitalize;
}
.sidebar-widget ul li a:hover {
	color: #5c5de9;
}
.widget-tag {
	display: inline-table;
	margin-top: 15px;
}
.widget-tag li {
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
	text-transform: uppercase;
}
.widget-tag li a {
	padding: 4px 10px;
	display: block;
	border: 1px solid #5c5de9;
	color: #5c5de9;
}
.sidebar-widget .widget-tag li a:hover {
	background: #5c5de9;
	color: #fff;
}
.sidebar-widget .widget-post {
	position: relative;
}
.sidebar-widget .widget-post .widget-post-media {
	width: 118px;
	display: table-cell;
	padding: 0px 15px 0px 0px;
}
.sidebar-widget .widget-post li {
	margin-bottom: 20px;
}
.sidebar-widget .widget-post a {
	padding: 0px;
}
.sidebar-widget .widget-post .widget-post-media img, .sidebar-widget .widget-post .widget-post-media video {
	width: 100%;
	vertical-align: top;
}
.sidebar-widget .widget-post .widget-post-info {
	display: table-cell;
	vertical-align: top;
}
.sidebar-widget .widget-post .widget-post-info h5, .sidebar-widget .widget-post .widget-post-info h6 {
	margin-bottom: 5px;
}
.sidebar-widget .widget-post .widget-post-info p {
	margin: 0px;
}
.sidebar-widget .color-widget {
	overflow: hidden;
}
.sidebar-widget .color-widget li {
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 8px 8px 0;
	border: 1px solid #f1f1f1;
}

/*end of news details styles*/

/*Event details styles*/

.table__block {
    display: table;
    height: 304px;
    width: 100%;
}

.event-section__block {
	background: #f5f5f5;
}
.table__block {
	display: table;
	height: 304px;
	width: 100%;
}
.event__date-time {
	background: #f2f2f2;
	padding: 25px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.event__time {
	color: #9f9e9e;
	font-weight: bold;
}
.event__time span:first-child {
	margin-right: 10px;
}
.event__date {
	font-size: 100px;
	line-height: 1;
	color: #ffb606;
	font-weight: bold;
	padding: 20px 0;
}

.event__date_small {
    font-size: 46px;
    line-height: 1;
    color: #ffb606;
    font-weight: bold;
    padding: 20px 0;
}

@media (max-width: 767px) {
	.event__date {
		font-size: 50px;
	}
}
@media (max-width: 991px) {
	.event__date {
		font-size: 50px;
	}
	.matchHeigh {
		height: auto !important;
	}
}
.event__month {
	font-size: 20px;
	color: #ffb606;
	font-weight: bold;
}

/*end of event details styles*/

/*Pagination styles*/

ul.pagination {
	margin: 0px;
	padding: 0px;
}

ul.pagination li {
	display: inline-block;
	margin: 0px 2px;
}

ul.pagination li a {
	display: block;
	border: 1px solid #ffb606;
	color:#ffb606;
	height: 36px;
	width: 36px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
}

ul.pagination li.active a, ul.pagination li:hover a {
	background:#ffb606;
	color: #fff;
}


/*end of pagination styles*/

.sidebar-widget {
    margin-bottom: 30px;
}

.widget-search {
    position: relative;
}

.widget-search input[type="submit"] {
	background-color: rgba(0,0,0,0);
	border: 0 none;
	color: #8d8d8d;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-family: "FontAwesome", sans-serif;
	margin: 0;
	outline: 0 none;
	white-space: nowrap;
	padding: 0 3px;
	text-decoration: none;
	transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	position: absolute;
	top: 10px;
	right: 10px;
}
.widget-search input[type="submit"]:hover {
	color: #e6ae49;
}
.sidebar-widget hr {
	margin-bottom: 15px;
}
.sidebar-widget ul {
	margin: 0px;
	padding-left: 0px;
}
.sidebar-widget ul li {
	list-style: none;
	font-weight: 400;
}

.widget-search input[type="text"] {
    padding-right: 30px;
    border: 1px solid #DEDEDE;
    margin-bottom: 0;
    border-radius:4px;
    color: #202020;
    outline: none;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 12px 15px;
}

.bg-brown {
    background: #f5f5f5;
    padding:0;
}




