body{
	 background-color: #E5E5E5 !important;
	 color:#2c2c51;
}
.dashboard-sidebar,.dashboard-nav-container{
	background-color: #E5E5E5 !important;
}
.section-bg {
	border-bottom: 3px solid;
	border-image-source: linear-gradient(45deg, #F8B17B, #EA675F);
	border-image-slice: 1;
}
.footer-highlight {
	border-top: 3px solid;
	border-image-source: linear-gradient(45deg, #F8B17B, #EA675F);
	border-image-slice: 1;
}
.header-area .header-menu-wrapper,.footer-area {
    background-color: #f9f9f9 !important;
}
.list-items li a,.copy-right{
	/*color:#1d2a3c;*/
	color:#2c2c51;
}
.tag-area .list-items li a,.tag-list li a{
	background-color: #ffffff;
}
.tag-area .list-items li a:hover,.tag-list li a:hover{
	background-color:#26ae61;
}
.footer-area .list-items li a:hover{
	background-color:#f9f9f9 !important;
}
.section-heading .sec__desc{
	color:#2c2c51;
}
/**/

.tag-box {
    background-color: #fff;
    padding: 32px 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    -moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
    position: relative;
    z-index: 1
}
.tag-box:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .1;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%232c2c51' fill-opacity='0.39'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E")
}
/**/
.breadcrumb-area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(105, 105, 138, 0.90);
    z-index: -1;
}
/**/
.box img{
	box-shadow: 0 0 5px 5px rgba(0,0,0, 0.1);
	transition: all .3s ease-out !important;
	border-radius:100%;
}
.box img:hover{
	box-shadow: 0 0 10px 10px rgba(0,0,0, 0.3);
	transition: all .3s ease-out !important;
	border-radius:100%;
}
/**/
.dashboard-nav-container, .side-nav-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    height: 100%;
    background-color: #E5E5E5 !important;
    overflow-x: hidden;
    z-index: 999;
    -webkit-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    -moz-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    -ms-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    -o-transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    transition: all .4s cubic-bezier(0.7, 0, 0.2, 1);
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0 0.2);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}
/**/
.billing-form-item{
	min-height:400px;
}
.showing__text{
	color:#2c2c51;
}
/**/
.apply-now-section{
	border:2px solid #eeeeee;
}