body{
	font-family: 'Raleway', sans-serif;
	margin-top: 199px;
}
.h3, h3 {
    font-size: 24px;
}
.mainheader {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background: white;
    -webkit-box-shadow: 0px 9px 12px -9px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 9px 12px -9px rgba(0,0,0,0.75);
    box-shadow: 0px 9px 12px -9px rgba(0,0,0,0.75);
}
.topbar {
    height: 10px;
    width: 100%;
    background: #303030;
}
.nav, .nav-user_nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav-user_nav li {
    float: left;
    font-size: 12px;
    background: #640f24;
    padding: 7px 14px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0px 0px 7px 7px;
}
.nav-user_nav >li>a {
    font-family: 'Raleway', sans-serif;
    color: #fff;
}
.nav-user_nav .subscribe {
    background: #d7ba41;
    box-shadow: 1px 1px 6px #666;
    color: #ffffff;
    padding: 10px 54px;
}

.scrollToTop {
    color: #ffffff;
    position: fixed;
    bottom: 10px;
    right: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    cursor: pointer;
    background-color: #640f24;
    z-index: 1005;
    display: none;
}
.scrollToTop i {
    line-height: 50px;
    font-size: 24px;
}
.fotsclbx {
    width: 60%;
    float: left;
}
.fotsclbx ul {
    text-align: right;
}
.fotsclbx ul li {
    display: inline-block;
    padding: 0 8px;
    font-size: 16px;
}
.fotsclbx ul li a {
    color: #788395;
    text-decoration: none;
}
.contact {
    padding-left: 40px;
    position: relative;
    text-align: left;
}
.phone i {
    left: 5px;
    margin-top: 5px;
    transform: rotate(95deg);
}
.contact p {
   font-size: 16px;
    color: #333;
    margin-bottom: 0rem;
}
.contact .mail {
    font-size: 13px;
}
.contact i {
    font-size: 30px;
    color: #640f24;
    position: absolute;
}
.navbar{
	background: #640f24;
	padding-bottom: 1px;
}
.navbar-expand-lg .nav-item a.nav-link{
	color: white;
	font-weight: bold;
	border-bottom: 4px solid #d7ba41;
	margin-right: 2px;
	padding: 5px 30px 10px;
    text-transform: uppercase;
    font-size: 16px;
}
.dropdown-menu{
	border-radius: 0px;
	background-color:#640f24;
    margin-top: 0px;
}
.carousel-inner>.item>img{width: 100%; height: 400px}
.carousel.slide.carousel-fade{margin-top: 0px}
.dropdown:hover>.dropdown-menu {
  display: block;
}
.carousel-item img {
    height: 636px;
}
.formcontainer {
    position: absolute;
    top: 10%;
    left: 12%;
}
.formcontainer h1 {
    font-weight: bold;
    color: white;
    font-size: 70px;
    text-shadow: 1px 0px 5px rgba(0, 0, 0, 1);
}
.formcontainer h2 {
    font-weight: bold;
    color: white;
    font-size: 30px;
    text-shadow: 1px 0px 5px rgba(0, 0, 0, 1);
    padding-top: 30px;
    margin-bottom: 60px;
}
.formcontainer a {
    color: white;
    border: 2px solid white;
    padding: 8px 40px;
    font-weight: bold;
    text-decoration: none;
}
.formcontainer a:hover {
    background: black;
    color: #0070BB;
    transition: all 0.5s ease;
    border-color: #0070BB;
}
/*Start About the program*/
.about-porgram h3{
	position: relative;
}
.about-text{
	padding: 10px 50px;
}
.line:before {
    position: absolute;
    content: '';
    background: #640f24;
    width: 100px;
    height: 3px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}
.home-intro {
    padding: 20px 0px;
}
/* Featured Start */
.img-container{
	position:relative;
	overflow:hidden;
	border-bottom:10px solid #d7ba41;
	margin-bottom:30px;
}
.featured-content img{
	transition: all .5s ease;
}
.featured-content:hover img{
	transform:scale(1.1);
}
.featured-content h3 a{
	color:#333;
	font-weight:400;
	font-size:16px;
}
.featured-content h3 a:hover{
	text-decoration:none;
}
.featured-content h3{
	padding-bottom:55px;
	border-bottom:5px solid #000;
}
.featured-cat{
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	margin-bottom:30px;
}
.RichTile-Content {
    top: 30px;
	background-color: #d7ba41;
	border-bottom:5px solid #000;
	color:#000;
}
 .RichTile-MainContainer {
    padding: 27px 35px 0;
}
.TileSuperTitle {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #000;
    padding-bottom: 0px;
}
.RichTile-Title a{
	color: #000;
	font-size:26px;
	position:relative;
	margin-bottom:42px;
	display:block;
}
.RichTile-Title a:after{
	width:30px;
	height:5px;
	background:#000;
	content:'';
	position:absolute;
	left:0px;
	bottom:-20px;
}
.RichTile-Content .btn{
	border-radius:0px;
	margin-bottom:50px;
	text-transform:uppercase;
	
}
section {
    margin: 40px 0;
}
.bg-cello {
    background: #20292f;
    fill: #20292f;
    color: rgba(255, 255, 255, 0.5);
}
.counter {
    font: 900 45px/45px "Raleway", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    color: #fff;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
    will-change: transform;
}
.page .box-list-xs {
    max-width: 170px;
    box-shadow: 0 5px 13px 0 rgba(0, 0, 0, 0.2);
}
.box-xs {
    padding: 20px 20px;
}
.box h3{
	font-size: 40px;
	font-weight: bold;
	color: white;
}
.boxborder {
    border-top: 1px solid #415566;
}
.box {
	box-shadow: 0 5px 23px 0 rgba(0, 0, 0, 0.3);
    padding: 75px 40px 85px 54px;
}
.btn{
	border-radius: 0px;
}
/* Footer */
.contact-news {
    width: 100%;
    float: left;
    clear: both;
   /* background: url(../images/banner-6.jpg) no-repeat top center;*/
	background-size: cover;
	position:relative;
}
.contact-news:before{
	content:'';
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	/*background:rgba(12, 12, 12, 0.65);*/
}
.newsletter {
    width: 100%;
    float: left;
    clear: both;
    background-color: #505050;
    padding: 20px 20px;
    position: relative;
    bottom: -70px;
    background: url(../images/bg-newsletter.png) repeat;
	
}
.contact-form input
{
    width:30%;
    float:left;
    background-color:#4e4e4e;
    border:#4e4e4e solid 1px;
    border-radius:3px;
    padding:6px;
    color:#ccc;
    margin-right:3%;
}
.contact-form textarea
{
    width:96%;
    float:left;
    background-color:#4e4e4e;
    border:#4e4e4e solid 1px;
    border-radius:3px;
    padding:6px;
    height:80px;
    color:#ccc;
    margin:15px 0px;
}
.submit-btn
{
    width:105px !important;
    height:30px !important;
    border:#FFF solid 1px;
    background-color: transparent !important;

    float:left;
    padding:0px !important;
    margin:5px 0px 20px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow:    none !important;
    box-shadow:         none !important;
}
.footer-row h2 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
}
.footer-row ul
{
    margin:0px;
    padding:0px;
}
.footer-row li
{
    font-size:14px;
    color:#fff;
    list-style-type:none;
    line-height: 28px;
}
.footer-row li a
{

    color:#fff;
    text-decoration:none;

}
.iconImg {
    padding-right: 5px;
}
.address-ctnr p {
    color: #CCC;
    line-height: 21px;
    font-size: 13px;
}
.address-ctnr a {
	color:#CCC;
}
.address-ctnr h2 {
    color: #fff;
    font-size: 21px;
    padding-bottom: 10px;
    font-weight: 600;
}
.contact-form .btn{
	color: #000;
    background: #d7ba41;
    border-color: #d7ba41;
}
#footer {
    width: 100%;
    clear: both;
    float: left;
    background-color: #303030;
    padding-top: 110px;
    padding-bottom: 30px;
}
.copyright {
    width: 100%;
    float: left;
    clear: both;
    background-color: #000;
    padding: 10px 0px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}
.footer-lower
{
	padding:10px 0px;
}
.footer-lower ul
{
	padding:0px;
	margin:0px;
}
.footer-lower ul li {
	float:left;
	list-style:none;
}
.footer-lower ul li a{
	color:#ced0d4;
	padding-right:20px;
	text-transform:uppercase;
}
.footer-lower ul li a:hover{
	text-decoration:none;
}
.footer-bottom
{
	padding:15px;
	font-size:16px;
}
.dropdown-menu{
	padding:10px 10px;
}
.dropdown-item{
	padding:7px 20px;
	color: #fff;
	
	font-weight:400;
	text-transform:uppercase;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d7ba41;
	border-radius:4px;
}
.btn-danger{
	background: #d7ba41;
	border: none;
}
.btn-danger:hover{
	background: #640f24;
}
.footersocial li{
	float: left;
	margin: 5px; 
}
.inside-nav {
    height: 400px;
    width: 100%;
    position: relative;
    top: 0px;
}
.inside-nav .banner-caption {
    background: rgba(255, 255, 255, 0.53);
    top: 200px;
    padding: 15px 0px;
    position: relative;
    display: inline-block;
    padding-right: 30px;
}
.inside-nav .banner-caption:before {
    position: absolute;
    content: '';
    z-index: 8;
    width: 10px;
    height: 50px;
    background: #0a67c7;
    left: 30px;
    top: 0px;
}
.inside-nav .banner-caption h3 {
    font-size: 30px;
    text-align: left;
    padding-left: 80px;
    color: #000;
    font-weight: bold;
}
.insidecontactbox {
    background: #252525;
    color: white;
    padding: 10px;
}
.insidecontactbox a {
    color: #F2D51C;
}
.insidecontactbox h4{
    font-size: 18px;
}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 18px;
}
.panel {
    border: none;
}
.leftnavtitle {
    background: #d7ba41;
    color: white;
    padding: 10px;
}
/*Left Nav*/

ul.leftnav {
    padding: 0px;
}

.leftnav li {
    list-style: none;
}

.leftnav li a {
    padding: 8px 0 8px 30px;
    text-decoration: none;
    margin-bottom: 0px;
    display: block;
    background: #fff;
    color: #000;
    border-bottom: 1px solid #d8d8d8;
    text-transform: uppercase;
    font-size: 13px
}
.leftnav ul.mycollapse li a{

}
.leftnav li a:hover {
    background: #640f24;
    color: #fff
}

ul.mycollapse li a {
    background: rgb(255, 255, 255);
    padding-left: 25px;
    color: #080808;
    font-weight: normal;
    margin-bottom: 3px;
    border: 0px;
}

.panel-group .panel {
    border-radius: 0px;
    margin-bottom: 3px;
}

ul.mycollapse li a:hover,
ul.mycollapse li.active a,
.leftnav li.active a {
    background: #640f24;
    color: #fff
}

.mycollapse .panel-body {
    padding: 0px 0px 0px 0px;
}

ul.mycollapse {
    padding: 0px;
    padding-left: 20px;
}

i.myfa {
    padding-right: 20px;
    float: right;
    font-size: 16px
}

.panel-group .panel+.panel {
    margin-bottom: 3px;
    margin-top: 0px
}

.panel {
    border: none
}
.leftnavtitle{background: #d7ba41;
    color: white;
    padding: 10px;}
/*End Left nav*/
.insideright h4 {
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 8px;
    margin-bottom: 15px;
    margin-top: 0px;
    text-transform: uppercase;
}
.insidemainsection{
    background: #f5f5f5;
    box-shadow: inset 0 5px 15px 0px #b6b6b97a;
}
.text.short {
    max-height: 117px;
    overflow: hidden;
    transition: all 0.5s ease;
}
.team-single h4{
    padding-bottom: 0px;
    margin-bottom:0px;
    border:none;
}

.btn-warning{
    background: #d7ba41;
    border-color: #d7ba41;
    color: black;
}
/* Gallery */
.album-single{
    border-bottom:1px solid #eee;
    padding-bottom:20px;
    margin-bottom:20px;
}

.album-single h5 {
    font-weight:bold;
}
.album-single .gallerydiv {
    position:relative;
}
.album-single .gallerydiv a{
    position: absolute;
    width: 57%;
    top: 45%;
    background: #00000099;
    color: #ffffff;
    padding: 5px 20px;
    left: 18%;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}

.homeAbout li{
    list-style: none;
}
.homeAbout li:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f00c";
    font-weight: 900;
    margin-right: 10px;
    color: #ffffff;
}