/* .img-size {
	height: 70px !important;
	width: 150px !important;
} */

.navbar {
	/* background-color: #a17555 !important; */
	background-color: #f9962d !important;
}
.navbar-nav > li {
    border-right: 1px #f1da89 solid !important;
}

.navbar-nav > li:hover {
    background-color: #593220 !important;
}
.img-custom-photo-leader {
	width: 200px;
	border: 2px solid #fff;
	margin: auto !important;
}

.about ul.our-links li {
    display: block !important;
    padding: 44px 10px 60px 44px;
    opacity: 1 !important;
}

.about ul.our-links li .detail {
	width: 100%;
	margin-top: 30px;
}

.detail-text {
	padding-left: 20px;
}

.bottom-txt {
	background-color: #f9962d !important;
	height: 70px;
}

.our-cources ul.course-list li .duration h4 {
    padding-top: 7px !important;
}


/* Footer */

.footer {
    background: #6f4533 !important;
}
.footer .bottom {
    display: block;
    padding: 40px 0;
    background: #593220 !important;
}

.footer .foot-nav {
    width: 33% !important;
}

.footer .foot-nav ul li a {
    color: #e8e5e5 !important;
}

.footer .foot-nav ul li a:hover {
    color: #8eb6d6 !important;
}

.footer .connect-us {
    border-right: none !important;
}

.footer-logo img {
	height: 100px !important;
}

a.scroll-top {
	background-color: #f9962d !important;
}


/* Contact Us */
.contact-detail {
    max-width: 360px;
    margin: 96px 0;
    float: right;
    background: #a17555;
    color: #fff;
    box-shadow: 0 0 30px #bfcdbf;
    position: relative;
    z-index: 2;
}

.contact-detail .inner p {
    color: #fff !important;
    line-height: 20px;
}

.contact-detail .inner {
    border-bottom: 1px #fff solid !important;
}

.contact-detail .inner:before {
    color: #fff !important;
}

.form-wrapper textarea {
    width: 100%;
    padding: 0 22px;
    border: none;
    border-bottom: 1px #dae4e8 solid;
    border-left: 1px #dae4e8 solid;
    font-size: 12px;
	color: #858788;
	outline: none !important;
}

/*About us page ul*/
/* ol, ul, .left-block {
	list-style: circle !important;
} */

