/*------------------------------------------------------------------
	[Master Stylesheet]
	
	Project:    Mother MultiPurpose | hospital,Construction,Portfolio,Dental & Medical Bootstrap Template
	Version:    1.0
	Author Name: Shipon Kormoker
	Primary use:    MultiPurpose 
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
	[Table of contents]
	
	1. Body
	2. Header / #header
	3. Navigation / .main-menu
	4. Dropdown / .main-menu ul li ul li
	5. Accordion / .my-accordion
	6. Help-you / .help-you
	7. Clinic Inside / .clinic-inside
	8. Team / .team
	9. Appointment / .appointment
	10. Complete Project / .complete-project
	11. Latest Blog / .blog-box
	12. Testimonial / .testimonial
	13 Pricing Box  / .pricing-box
	14. Contact / .contact
	15. Footer / .footer-top
	
	
	And More Css css/page.css File Include
-------------------------------------------------------------------*/


/*
	==========================================
    GOOGLE FONTS CSS
	==========================================
*/

/**************************************
    font-family: 'Raleway', sans-serif;
*/@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700');

/***********************************
    font-family: 'Lato', sans-serif;
*/@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

/***********************************
    font-family: 'Open Sans', sans-serif;
*/@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
/*
	/*
	==========================================
    Reset Css
	==========================================
*/

ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
	color: #fff;
}

/*
	==========================================
    Help Full Css
	==========================================
*/
html{
	scroll-behavior: smooth;
}
html,
body {
    height: 100%;
    font-family: 'Cambria', Georgia, serif;
    color: rgba(0, 0, 0, .6);
}
.section-padding {
    padding: 100px 0;
}
.section-padding-sm{
	padding: 30px 0;
}
.primary-color {
    color: #b0913e;
}
.primary-bg {
    background: #b0913e;
}
/*
    Section Header
*/

.section-header {
    text-align: center;
}
.section-header h2 {
    font-size: 40px;
    font-weight: 700;
    position: relative;
	color: #fff;
	margin-bottom: 40px;
}
.section-header p {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 36px;
    margin-bottom: 50px;
    line-height: 26px;
    font-size: 16px;
    font-weight: 300;
	color: #fff;
}
.section-header h2:after {
    position: absolute;
    width: 80px;
    height: 1px;
    background: #E5DC7C;
    content: '';
    bottom: 0;
    left: 50%;
    top: 60px;
    margin-left: -40px;
}
.section-header h2::before {
    position: absolute;
    width: 20px;
    height: 20px;
    content: '';
    background: #E5DC7C;
    border-radius: 50%;
    top: 50px;
    left: 50%;
    margin-left: -10px;
}
.section-header h2 span {
    color: #E5DC7C !important;
}
.table {
    display: table;
    height: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
/*
	==========================================
    HEADER Css
	==========================================
*/
#header {
    height: 100%;
    position: relative;
    z-index: 1;
}
#header::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background: #202020;
    opacity: .65;
    z-index: -1;
}
.vegas-slide, .vegas-slide-inner {
    z-index: -1;
}
.logo img {
    border: 1.5px solid #b0913e;
    padding: 2px 12px;
	max-width: 200px;
}
.header-content {
    height: 100%;
    text-align: center;
}
.display-table {
    height: 100%;
    display: table;
    width: 100%;
}
.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.header-main-content h1 {
    font-size: 65px;
    font-weight: 700;
    font-family: 'Cambria', Georgia, serif;
    text-transform: capitalize;
    width: 80%;
	color: #E5DC7C !important;
}
.header-main-content p {
    max-width: 600px;
    font-family: 'Cambria', Georgia, serif;
    line-height: 24px;
    font-size: 14px;
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 30px;
}
.header-main-content {
    color: #fff;
}
.btn a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    border: 1px solid #fff;
    padding: 11px 40px;
    display: inline-block;
    margin: 0 10px;
    transition: .3s;
}
.header-btn-1 {
    background: #b0913e;
    border: 1px solid #b0913e !important;
}
.header-btn-2:hover {
    border-color: #b0913e;
    background: #b0913e
}
/*
    Navigation
*/
.main-menu ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    transition: .3s;
    font-style: normal;
    font-family: 'Cambria', Georgia, serif;
    padding: 26px 0;
}
.main-menu ul li a:hover {
    color: #b0913e;
}
.main-menu ul li {
    float: left;
    margin-right: 28px;
    position: relative;
}
.main-menu ul {
    float: right;
    margin-top: 11px;
}
.main-menu ul li:last-child {
    margin-right: 0;
}
.header-top {
    padding: 10px 0;
    position: absolute;
    z-index: 99999999;
    width: 100%;
    top: 0;
    left: 0;
    transition: .5s;
}
.header-top::after {
    background: #000 none repeat scroll 0 0 !important;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    transition: .5s;
}
/*
    Dropdown Menu
*/
.main-menu ul li ul li {
    float: none;
}
.main-menu ul li ul {
    width: 200px;
    position: absolute;
    background: rgba(0,0,0,.55);
    top: 60px;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.main-menu ul li:hover ul {
    top: 34px;
    opacity: 1;
    visibility: visible;
}
.main-menu ul li ul li a {
    padding: 9px 10px;
    display: inline-block;
    border-bottom: 1px solid #4e4d4d;
    width: 200px;
    font-weight: 400;
}
.main-menu ul li ul li a:hover {
    color: #fff;
    transition: .5s;
    margin-left: 2px;
}
.main-menu ul li ul li:last-child a {
    border-bottom: 0;
}
.menu ul>.active > a {
    color: #b0913e;
}
/*
	==========================================
    HELP YOU Css
	==========================================
*/
.help-you {
	
}
.help-you {
    position: relative;
    z-index: 0;
    color: #fff;
    background: url('../image/parallax.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.help-you:after {
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background: #000;
    position: absolute;
    opacity: .8;
    z-index: -1;
}
.help-you h2 {
    font-size: 38px;
    font-weight: ;
}
.help-you p {
    margin: 20px auto;
    line-height: 24px;
    margin-top: 15px;
	color: #fff;
	background-color:#000;
	font-weight:500;
}
.help-you .btn a {
    background: #fff;
    color: #b0913e;
    text-transform: capitalize;
    display: inline-block;
    margin-top: 10px;
}
.help-you .btn a:hover {
    background: #b0913e;
    color: #fff;
}

/*
	==========================================
    CLINIC INSIDE Css
	==========================================
*/
.clinic-inside.section-padding {
    background: #000;
}
.clinic-inside-menu button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    font-weight: 400;
    margin: 0 10px;
    text-align: center;
    text-transform: uppercase;
    transition: .5s;
	color: #fff;
}
.clinic-inside-menu button.mixitup-control-active {
    color: #b0913e;
}
.clinic-inside-menu button:hover {
    color: #b0913e;
}
.clinic-inside-menu {
    text-align: center;
}
.clinic-inside-img > img {
    width: 100%;
    cursor: crosshair;
    transition: .4s;
	object-fit: cover;
	max-height: 250px;
}
.clinic-inside-box {
    margin-top: 25px;
}
.clinic-inside-main {
    margin-top: 25px;
}
.clinic-inside-img {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.clinic-inside-img:hover .prtfolio-text {
    -webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.clinic-inside-img:hover img {
    -webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
button.mixitup-control-active:focus {
    border: none;
    outline: none;
}
.clinic-inside-text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(207,177,97,.15);
    text-align: center;
    color: #fff;
    transition: .3s;
}
.clinic-inside-img:hover .clinic-inside-text {
    background: rgba(207,177,97,.6);
}
.clinic-inside-text .fa {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    -webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
    transition: all 0.3s ease 0s;
}
.clinic-inside-text:hover .fa {
    -webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

/*
	==========================================
    TEAM Css
	==========================================
*/
.team {
    background: url('../image/team-bg.jpg') no-repeat;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.team:after {
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background: #b0913e;
    position: absolute;
    opacity: .6;
    z-index: -1;
}
.team-img img{
    width: 100%;
    height:auto;
}
.team .section-header h2::after, .team .section-header h2::before {
    background: #fff;
}
.team .section-header {
    color: #fff;
}
.team-img {
    position: relative;
    overflow: hidden;
    transition: 5s;
}
.team-img:after {
    position: absolute;
    width: 140%;
    height: 140%;
    background: #b0913e;
    content: '';
    left: 50%;
    top: 40%;
    -webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
    opacity: .65;
    transition: .5s;
}
.team-img::before {
    position: absolute;
    content: '';
    width: 140%;
    height: 140%;
    right: 50%;
    bottom: 40%;
    background: #b0913e;
    -webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
    opacity: .65;
    z-index: 0;
    transition: .5s;
}
.team-iteam:hover .team-img:after {
    top: 22%;
    left: 31%;
    -webkit-transform: rotate(41deg);
	-ms-transform: rotate(41deg);
	transform: rotate(41deg);
    opacity: .8;
}
.team-iteam:hover .team-img::before {
    bottom: 22%;
    right:31%;
    -webkit-transform:rotate(41deg);
	-ms-transform:rotate(41deg);
	transform:rotate(41deg);
    opacity: .8;
}
.team-txt {
    width: 50%;
    float: left;
    color: #fff;
    padding-left: 12px;
    padding-top: 7px;
}
.team-icon {
    width: 50%;
    float: left;
    margin-top: 11px;
}
.team-details {
    width: 100%;
    background: #b0913e;
    display: block;
    height: 55px;
    border-bottom: 2px solid #fff;
}
.team-txt h4 {
    font-weight: 700;
    text-transform: uppercase;
}
.team-icon ul li {
    display: inline;
    margin: 0 4px;
}
.team-icon ul li a {
    display: inline-block;
    color: #b0913e;
    background: #fff;
    padding: 4px;
    width: 28px;
    text-align: center;
    height: 28px;
    border-radius: 50%;
    transition: .5s;
}
.team-icon ul {
    text-align: center;
}
.team-icon ul li a:hover {
    color: #fff;
    background: transparent;
}
/*
	==========================================
    LATEST BLOG Css
	==========================================
*/
.blog-box .img > img {
    height: auto;
    transition: all 0.8s cubic-bezier(.45,.05,.2,1.05) 0s;
    width: 100%;
}
.blog-box .img {
    cursor: pointer;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    z-index: 0;
}
.blog-box .img::after {
    background: #b0913e none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.blog-box .img .article-meta {
    background: rgba(207,177,97,0.5) none repeat scroll 0 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.blog-box .img .article-meta a {
    color: #fff;
    display: inline-block;
    margin-left: 20px;
    padding: 10px 0;
    text-decoration: none;
}
.blog-box .img:hover img {
    -webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-text h3 {
    padding: 12px 0;
    text-transform: capitalize;
}
.blog-text h3 a {
    text-decoration: none;
    color: rgba(0, 0, 0, .6);
    transition: .3s;
}
.blog-text h3 a:hover {
    color: rgba(52, 152, 219,);
}
.blog-text > p {
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 13px;
}
.blog-text {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #b0913e;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-sizing: border-box;
    padding: 20px 16px 14px;
}
.blg-btn > a {
    color: #b0913e;
    display: inline-block;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.blg-btn > a:hover {
    margin-left: 2px;
}
.more-blog-btn a {
    background: #b0913e;
    color: #fff;
    text-align: center;
}
.btn.more-blog-btn {
    text-align: center;
    display: block;
    margin-top: 55px;
}
.more-blog-btn a:hover {
    background: transparent;
    color: #b0913e;
    border: 1px solid #b0913e;
}

/*
	==========================================
    TESTIMONIAL Css
	==========================================
*/
.testimonial {
    background: url('../image/testimonial-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}
.testimonial:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background: #b0913e;
    opacity: .65;
    z-index: -1;
}
.testimonial .section-header {
    color: #fff;
}
.testimonial .section-header h2:after {
    background: #fff;
}
.testimonial .section-header h2::before {
    background: #fff;
}

.item-img img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.item-img {
    border-radius: 50%;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border: 7px solid #fff;
    box-sizing: border-box;
}
.item-content::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-right: 20px solid rgba(0,0,0,.7);
    border-radius: 20px solid rgba(0,0,0,.7);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    right: 100%;
    top: 50%;
    margin-top: -43px;
}
.item-content {
    background:rgba(0,0,0,.7);
    color: #fff;
    padding: 15px;
    padding-left: 21px;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    border-bottom: 4px solid #fff;
    box-sizing: border-box;
}
.item-content h4 {
    color: #b0913e;
    font-weight: 600;
    font-family: 'Cambria', Georgia, serif;
    font-style: italic;
    letter-spacing: 1px;
}
.item-content .d-title {
    margin-bottom: 10px;
    margin-top: 4px;
    font-style: italic;
}
.item-content p {
    line-height: 24px;
    font-family: 'Cambria', Georgia, serif;
}
.item-img:hover img {
    -webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/*
	==========================================
    PRICING Css
	==========================================
*/
.pricing-box {
    text-align: center;
    margin-top: 30px;
    transition: .3s;
    background: #F7F7F7;
    box-shadow: 1px 1px 2px rgba(222, 222, 222, 0.32);
    border-radius: 5px;
}
.pricing-box:hover {
    transition: .3s;
}
.pricing-header {
    background: #b0913e;
    padding: 20px;
    color: #fff;
}
.pricing-header .plan-title h4 {
    font-size: 18px;
    font-weight: 600;
}
.pricing-header .plan-price {
    font-size: 40px;
    font-family: 'Cambria', Georgia, serif;
    margin-bottom: 10px;
    font-weight: 900;
}
.plan-price span {
    font-size: 16px;
    text-transform: capitalize;
}
.plan-features li {
    padding: 20px 0px;
    border-bottom: 1px #b0913e;
    border-bottom-style: dotted;
	font-size: 20px;
	font-weight: 800;
}
.plan-features li a {
    padding: 20px 0px;
	font-size: 18px;
	font-weight: 800;
	color: #000;
}
a.price-more {
    display: inline-block;
    color: #fff;
    padding: 10px 25px;
    text-transform: capitalize;
    font-size: 14px;
    border: 1px solid #b0913e;
    background: #b0913e;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 20px;
    text-decoration: none;
}
a.price-more:hover {
    background: transparent;
    color: #000;
    border: 1px solid #b0913e;
    transition: .3s;
}
.pricing-box-padding {
    padding: 20px;
}

/*
	==========================================
    CONTACT Css
	==========================================
*/
.contact {
    background: url('../image/contact-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}
.contact:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #b0913e;
    opacity: .65;
    z-index: -1;
}
.contact .section-header {
    color: #fff;
}
.contact .section-header h2:after {
    background: #fff;
}
.contact .section-header h2::before {
    background: #fff;
}
.contact form input {
    height: 55px;
    outline: none;
    margin-bottom: 16px;
}
.contact form textarea {
    height: 150px;
    margin-bottom: 20px;
    padding-top: 18px;
}
.contact form input[type='submit'] {
    border: 1px solid #fff;
    background: #fff;
    color: #b0913e;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 0 38px;
    transition: .3s;
}
.contact form input[type="submit"]:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
#map-canvas {
    height: 180px;
    width: 100%;
    border: 0;
}
#map-canvas iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.footer-top {
    background: #b0913e;
    padding: 40px 0;
    color: #fff;
}

.footer-top h4 a{
	color: #fff;
}

.footer-top p {
    line-height: 24px;
    margin-top: 18px;
    margin-bottom: 16px;
}
.footer-bottom {
    background: #202020;
    color: #fff;
}
.footer-social-icon ul li {
    display: inline;
}
.footer-social-icon ul li a {
    display: inline-block;
    color: #fff;
    background: #b0913e;
    padding: 10px;
    width: 46px;
    font-size: 18px;
    border-radius: 50%;
    margin: 0 5px;
    transition: .3s;
}
.footer-social-icon ul {
    text-align: center;
    margin-bottom: 26px;
}
.footer-social-icon ul li a:hover {
    background: #fff;
    color: #b0913e;
}

/*
    Header Fix
*/
.fix-top {
    position: fixed;
    transition: .5s;
    padding: 12px;
    background: rgba(207, 177, 97, 0.9);
}
.scrolltotop a img {
    width: 50px;
    height: auto;
    position: fixed;
    right: 6px;
    bottom: 2px;
    z-index: 88;
    display: none;
}
/*
    Preloader
*/
body.preloader-active {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999999;
    overflow: hidden;
}
.preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 9999999999;
}
.preloader-spinner {
    background: url(../image/preloader.gif) no-repeat center center;
    width: 200px;
    height: 200px;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -100px;
    position: absolute;
}
/*
    Responsive Menu
*/
.slicknav_menu {
    display:none;
}
.slicknav_menu {
    position: absolute;
    top: 7px;
    right: 1%;
    z-index: 9;
    background: transparent;
    width: 100%;
}
.slicknav_menu ul {
    width: 101.7%;
    background: #000;
    margin-left: 0%;
    margin-top: 55px;
    z-index: 1;
}
.slicknav_menu ul li {
    margin-bottom: 15px;
}
.slicknav_menu ul li a {
    font-family: 'Cambria', Georgia, serif;
    font-size: 14px;
    text-transform: uppercase;
}
.slicknav_menu ul li ul {
    padding-left: 20px;
    margin-top: 13px;
    border-top: 1px solid #e08e10;
}
/*
    Error Fix
*/
.btn {
    padding: 0;
}
.header-btn-1 {
    margin: 0 !important;
}
.why-choose-left img {
    width: 100%;
}

/*
    Feature Box
*/
.dental-feature .service-sliderBox {
    margin: 24px;
    border: none;
    transition: .5s;
}
.dental-feature .service-sliderBox,
.dental-feature .service-sliderBox-img {
    box-shadow: -1px 1px 5px rgba(33, 33, 33, 0.1);
}
.dental-feature .service-sliderBox {
    margin: 24px;
    border: none;
    transition: .5s;
}
.service-sliderBox,
.service-sliderBox-img {
    background: #ffffff;
}
.service-sliderBox {
    margin: 0 24px 5px;
    padding: 54px 30px;
    text-align: center;
    border: 1px solid;
    position: relative;
    display: table;
    color: #f7f7f7;
    background-color: #b0913e;
    z-index: 0;
}
.service-sliderBox:hover {
    background-color: transparent;
    color: #b0913e;
}
.service-sliderBox:before {
    border: 1px solid;
    content: "";
    height: 93%;
    left: 10px;
    position: absolute;
    top: 9px;
    width: 94%;
    z-index: -1;
}
.dental-feature .service-sliderBox h5 {
    margin: 20px 0 10px;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 2px;
}
.slicknav_nav .slicknav_row:hover,.slicknav_nav a:hover {
    background: #f3bf0c;
    color: #fff;
}
.float-facebook{
    position: fixed;
    right: 10px;
    bottom: 70px;
    height: 50px;
    width: 50px;
    background: #b0913e;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 30px;
	border-radius:50px;
	text-align:center;
	z-index: 1000;
}

.my-float-facebook{
	margin-top:12px;
}
.float-facebook:hover{
	background: #008080;
	color:#fff !important;
}
.float-top{
    position: fixed;
    right: 10px;
    bottom: 10px;
    height: 50px;
    width: 50px;
    background: #b0913e;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 25px;
	border-radius:50px;
	text-align:center;
	z-index: 1000;
	scroll-behavior: smooth;
}
.my-float-top{
	margin-top:12px;
}
.float-top:hover{
	background: #008080;
	color:#fff !important;
}
blockquote{
	color: #E5DC7C;
}
.main-blog p{
	color: #b0913e;
	font-size: 16px;
	font-weight: 500;
}

.white{
	color:#fff!important;
}

.footer-text a{
	color: #82B440;
	font-weight: 800;
}

.rka{
	color: #E5DC7C !important;
}

.black{
	color: #000;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #b0913e;	
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
}

::selection {
    background-color: #755200;
    color: white;
}

.about-text{
	padding-top: 60px;
}

.center-me {
	margin: 0 auto;
}